/*!****************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/font-awesome/css/font-awesome.css ***!
  \****************************************************************************************************************/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(../8b43027f47b20503057d.eot?v=4.7.0);
  src: url(../8b43027f47b20503057d.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(../20fd1704ea223900efa9.woff2?v=4.7.0) format('woff2'), url(../f691f37e57f04c152e23.woff?v=4.7.0) format('woff'), url(../1e59d2330b4c6deb84b3.ttf?v=4.7.0) format('truetype'), url(../c1e38fd9e0e74ba58f7a.svg?v=4.7.0#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*!**********************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/@ors/ui-kit-vue2/styles.css ***!
  \**********************************************************************************************************/
@charset "UTF-8";
/**
 * Главный файл стилей библиотеки
 * Импортируйте этот файл один раз в главном файле приложения
 */
/**
 * Главный файл дизайн-токенов
 * Импортирует все категории токенов
 */
/**
 * Миксины для брейкпоинтов и медиа-выражений
 */
/**
 * Дизайн-токены: Цветовая палитра
 */
:root {
  /* Brand colors */
  --brand-primary: #333;
  --brand-secondary: #666;
  --brand-highlight: #0054d5;
  --brand-highlight-sec: #001b7d;
  --brand-warning: #f00;
  --brand-error: #d80000;
  --brand-success: #16a803;
  --brand-changed: #007fff;
  --brand-dark: #000;
  /* Color palette */
  --color-logo: #609cd1;
  --color-lighter: #ddd;
  --color-disabled: #ccc;
  --color-light: #999;
  --color-light-extra: #bbb;
  --color-medium: #545454;
  --color-title-gray: #525252;
  --color-dark: #444;
  --color-inactive: #f9f9f9;
  --color-orange: #ff9326;
  --color-green: #00b200;
  --color-dblue: #0f56f5;
  --color-lblue: #0082ff;
  --color-violet: #5a009d;
  /* Background colors */
  --bg-dark: #aaa;
  --bg-error: #eed2d2;
  --bg-orange: #ffe9d3;
  --bg-green: #dceeda;
  --bg-tag-business: #d9a300;
  /* Transparent for IOS too */
  --transparent: rgb(255 255 255 / 0%);
  /* Focus-visible style */
  --focus-visible-outline-color: #7fb3f9;
  /* Overlay bg */
  --bg-overlay: rgb(51 51 51 / 40%);
  /* Notifications */
  --notify-success-bg: #00d900;
  --notify-warn-bg: #d97300;
  --notify-error-bg: #d90000;
  --color-sm-business-class: #ff9226;
  --color-seat-letter: #ff0;
  --border-sm-nav: #cdd4d5;
  --border-sm-nav-disabled: #ebf2f3;
  --border-sm-window: #73dcff;
  /* Seat price backgrounds - extensive list */
  --bg-seat-price-0: #0080ff;
  --bg-seat-price-1: #7a4dff;
  --bg-seat-price-2: #26c9ff;
  --bg-seat-price-3: #f04dff;
  --bg-seat-price-4: #00dbc9;
  --bg-seat-price-5: #ff3d97;
  --bg-seat-price-6: #00e096;
  --bg-seat-price-7: #ff4d3b;
  --bg-seat-price-8: #9c0;
  --bg-seat-price-st5: #191970;
  --bg-seat-price-st3: #191970;
  --bg-seat-price-bas: #006400;
  --bg-seat-price-sta: #000080;
  --bg-seat-price-0l8: #000080;
  --bg-seat-price-cmf: #228b22;
  --bg-seat-price-0l9: #228b22;
  --bg-seat-price-stp: #00008b;
  --bg-seat-price-spf: #32cd32;
  --bg-seat-price-psa: #0000cd;
  --bg-seat-price-prs: #00f;
  --bg-seat-price-pfs: #4169e1;
  --bg-seat-price-0nk: #1e90ff;
  --bg-seat-price-st7: #7b68ee;
  --bg-seat-price-st6: #9370db;
  --bg-seat-price-pss: #b0c4de;
  --bg-seat-price-st4: #e6e6fa;
  --bg-seat-price-pps: #f0e68c;
  --bg-seat-price-st2: #eee8aa;
  --bg-seat-price-ob5: #fffacd;
  --bg-seat-price-st1: #ffffe0;
  --bg-seat-price-frf: #f0ffff;
  --clr-seat-price-frf: #b6fbfb;
  /* Flight statuses */
  --status-warning: #f00;
  --status-success: #16a803;
  --status-note: #007fff;
  --status-attention: #e59700;
  /* Interline */
  --interline-in-coming: #627e5e;
  --interline-out-coming: #0e7a00;
  /* Color status (For history operations) */
  --diff-added-color: #36a103;
  --diff-removed-color: #f00;
  --diff-modified-color: #0054d5;
}
/**
 * Дизайн-токены: Типографика
 * Переменные из ticketchanger/src/tais-styles/styles/utils/variables.cssnext
 */
:root {
  /* Font families */
  --font-family-sans-serif: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  --font-family-sans-serif-arial: "Arial", "Helvetica", sans-serif;
  --font-family-monospace: "Consolas", "Menlo", "Monaco", "Courier New",
    monospace;
  --font-family-only-monospace: monospace, monospace;
  --font-family-roboto: "RobotoRegular", sans-serif;
  --font-family-roboto-bold: "RobotoBold", sans-serif;
  /* Font sizes */
  --font-size-root-s: 8px;
  --font-size-root-m: 12px;
  --font-size-root-l: 16px;
  --font-size-root: 1rem;
  --font-size-base: 0.75rem; /* 12px */
  --font-size-xlg: 1.5rem; /* 24px */
  --font-size-ll: 1.375rem; /* 22px */
  --font-size-lg: 1.25rem; /* 20px */
  --font-size-lg-extra: 1.188rem; /* 19px */
  --font-size-md: 1.125rem; /* 18px */
  --font-size-md-extra: 1.063rem; /* 17px */
  --font-size-m-extra: 0.9375rem; /* 15px */
  --font-size-m: 0.875rem; /* 14px */
  --font-size-s: 0.8125rem; /* 13px */
  --font-size-xs: 0.6875rem; /* 11px */
  --font-size-xxs: 0.625rem; /* 10px */
  --font-size-xxs-extra: 0.5625rem; /* 9px */
}
/**
 * Дизайн-токены: Отступы, радиусы, z-index
 * Переменные из ticketchanger/src/tais-styles/styles/utils/variables.cssnext
 */
:root {
  /* Grid */
  --grid-gutter: 0.75rem;
  /* Border radius */
  --border-radius: 5px;
  --border-radius-tag: 6px;
  --border-radius-lg: 9px;
  --border-radius-xl: 12px;
  /* Z-index */
  --z-top: 10000;
  --z-main-loader: 9000;
  --z-tooltip: 9000;
  --z-popup: 8000;
  --z-loader: 7000;
  --z-navigation: 6000;
  --z-overlay: 5000;
  --z-search-history: 4000;
  --z-terminal-header: 500;
  --z-terminal-footer: 500;
  --z-above-content: 10;
  --z-main-content: 0;
  /* Layout */
  --body-bg-transparent: rgb(221 221 221 / 0%);
  --side-panel-width: 9.375rem;
  --stack-panel-width: calc(1.5 * var(--side-panel-width));
  --stack-panel-toggle-width: 1.125rem;
  --empty-dots-menu-padding: 0.85rem;
  --page-min-width: 80rem;
  --screen-min-width: calc(var(--page-min-width) - var(--side-panel-width));
  /* Buttons */
  --btn-border-width: 0.125rem;
  --btn-border-radius: 0.8375rem;
}
/**
 * Базовый сброс стилей
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}
input,
button,
textarea,
select {
  font: inherit;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
/*!************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/@ors/ui-kit-vue2/components/ors-button/ors-button.css ***!
  \************************************************************************************************************************************/
@charset "UTF-8";
/* default button settings */
.ors-button {
  --btn-border-radius: 0.3125rem;
  --btn-rounded-border-radius: 3rem;
  --btn-text-transform: uppercase;
  --btn-color-normal: #999;
  --btn-color-primary: var(--brand-highlight);
  --btn-color-error: #f00;
  --btn-color-success: #16a803;
  --btn-color-dark: #000;
  --btn-color-changed: var(--brand-changed);
  --btn-color-disabled: rgb(0 0 0 / 26%);
  --btn-color-primary-hover: var(--brand-highlight-sec);
  --btn-bg-normal: #f5f5f5;
  --btn-bg-disabled: #ccc;
  --btn-font-size-x-small: 0.5rem;
  --btn-font-size-small: 0.625rem;
  --btn-font-size-default: 0.75rem;
  --btn-font-size-large: 0.875rem;
  --btn-font-size-x-large: 1rem;
  --btn-height: 1.875rem; /* 30px */
  --btn-icon-size: calc(var(--btn-height) / 2); /* 1/2 of button height */
  --btn-transition: 0.3s ease-in-out;
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  min-width: 12.5rem;
  height: var(--btn-height);
  padding: 0.5rem 0.75rem;
  font-weight: bold;
  font-size: var(--btn-font-size-default);
  font-family: var(--font-family-sans-serif-arial), sans-serif;
  vertical-align: middle;
  text-transform: var(--btn-text-transform);
  text-decoration: none;
  white-space: nowrap;
  border-radius: 1.25rem;
  cursor: pointer;
  user-select: none;
  transition: var(--btn-transition);
  color: var(--btn-color-normal);
  background-color: transparent;
  border: 2px solid currentcolor;
}
.ors-button_has-ui-icon {
  gap: 0.625rem;
}
.ors-button_no-text.ors-button_has-ui-icon {
  padding: 0;
  min-width: 1.875rem;
}
.ors-button_block {
  display: flex;
  flex: 1 0 auto;
  min-width: 100% !important;
  max-width: none;
}
.ors-button_li {
  text-transform: none;
  flex: 0 0 auto;
}
.ors-button_li .ors-button__content {
  justify-content: flex-start;
}
.ors-button_li:not(.ors-button_primary) {
  background-color: transparent !important;
  border-color: transparent !important;
  color: var(--brand-primary) !important;
}
.ors-button_li:not(.ors-button_primary):hover {
  border-color: var(--btn-color-primary) !important;
  color: var(--brand-primary) !important;
}
.ors-button_font_s {
  font-size: var(--btn-font-size-small);
}
.ors-button_font_l {
  font-size: var(--btn-font-size-large);
}
.ors-button_width_s {
  min-width: auto;
}
.ors-button_width_m {
  min-width: auto;
}
.ors-button_width_l {
  min-width: 16rem;
}
.ors-button_height_s {
  --btn-height: 1.5rem; /* 24px */
  border-width: 1px;
}
.ors-button_height_xs {
  --btn-height: 1.125rem; /* 18px */
}
.ors-button_height_l {
  --btn-height: 2.5rem; /* 40px */
}

/* Новый комбинированный размер, соответствующий largeFont + largeWidth + largeHeight */
.ors-button_large {
  font-size: var(--btn-font-size-large);
  min-width: 16rem;
  --btn-height: 2.5rem; /* 40px */
}
.ors-button_rounded {
  border-radius: var(--btn-rounded-border-radius);
}
.ors-button:focus {
  outline: none;
}
.ors-button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px var(--focus-visible-outline-color);
}
.ors-button:hover {
  color: var(--btn-color-primary-hover);
  background-color: transparent;
  border-color: var(--btn-color-primary-hover);
}
.ors-button:focus,
.ors-button:focus-visible,
.ors-button:focus-within,
.ors-button:active {
  color: #fff;
  background-color: var(--btn-color-primary);
  border-color: var(--btn-color-primary);
}
.ors-button_primary {
  color: #fff;
  background-color: var(--btn-color-primary);
  border-color: var(--btn-color-primary);
}
.ors-button_primary:focus,
.ors-button_primary:focus-visible,
.ors-button_primary:hover {
  color: #fff;
  background-color: var(--btn-color-primary-hover);
  border-color: var(--btn-color-primary-hover);
}
.ors-button_primary.selector-options__button_selected:focus,
.ors-button_primary.selector-options__button_selected:hover {
  background-color: var(--btn-color-primary);
  border-color: var(--btn-color-primary);
}
.ors-button:active,
.ors-button_primary:active,
.ors-button_outlined:active {
  color: #fff;
  background-color: var(--btn-color-primary);
  border-color: var(--btn-color-primary);
}
.ors-button_success,
.ors-button_success:focus,
.ors-button_success:focus-visible,
.ors-button_success:hover,
.ors-button_success:active {
  color: #fff;
  background-color: var(--btn-color-success);
  border-color: var(--btn-color-success);
}
.ors-button_error,
.ors-button_error:focus,
.ors-button_error:focus-visible,
.ors-button_error:hover,
.ors-button_error:active {
  color: #fff;
  background-color: var(--btn-color-error);
  border-color: var(--btn-color-error);
}
.ors-button_dark,
.ors-button_dark:focus,
.ors-button_dark:focus-visible,
.ors-button_dark:hover,
.ors-button_dark:active {
  color: #fff;
  background-color: var(--btn-color-dark);
  border-color: var(--btn-color-dark);
}
.ors-button_light {
  border-radius: 0.5rem;
  border-color: #fff;
  border-width: 1px;
  padding: 0.3125rem 0.625rem;
  background-color: #fff;
  color: var(--brand-highlight);
  transition: 0.3s;
  min-width: unset;
  text-transform: none;
  font-weight: 400;
  font-size: var(--btn-font-size-large);
}
.ors-button_light:hover {
  border-color: var(--brand-highlight-sec);
  color: var(--brand-highlight-sec);
}
.ors-button_light:active,
.ors-button_light:focus,
.ors-button_light:focus-visible {
  color: #fff;
  background-color: var(--brand-highlight-sec);
  border-color: var(--brand-highlight-sec);
}
.ors-button_changed,
.ors-button_changed:focus,
.ors-button_changed:focus-visible,
.ors-button_changed:hover,
.ors-button_changed:active {
  color: #fff;
  background-color: var(--btn-color-changed);
  border-color: var(--btn-color-changed);
}
.ors-button_outlined {
  color: var(--btn-color-primary);
  background-color: transparent;
  border-color: var(--btn-color-primary);
}
.ors-button_outlined:focus-visible {
  box-shadow: none;
}
.ors-button_outlined:hover {
  color: var(--btn-color-primary-hover);
  background-color: #fff;
  border-color: var(--btn-color-primary-hover);
}
.ors-button_outlined:active,
.ors-button_outlined:focus,
.ors-button_outlined:focus-visible {
  color: #fff;
  background-color: var(--btn-color-primary);
  border-color: var(--btn-color-primary);
}
.ors-button_outlined.ors-button_success {
  color: var(--btn-color-success);
  background-color: transparent;
  border-color: currentcolor;
}
.ors-button_outlined.ors-button_success:focus,
.ors-button_outlined.ors-button_success:focus-visible,
.ors-button_outlined.ors-button_success:hover,
.ors-button_outlined.ors-button_success:active {
  background-color: var(--btn-color-success);
  border-color: var(--btn-color-success);
  color: #fff;
}
.ors-button_outlined.ors-button_error {
  color: var(--btn-color-error);
  background-color: transparent;
  border-color: currentcolor;
}
.ors-button_outlined.ors-button_error:focus,
.ors-button_outlined.ors-button_error:focus-visible,
.ors-button_outlined.ors-button_error:hover,
.ors-button_outlined.ors-button_error:active {
  background-color: var(--btn-color-error);
  border-color: var(--btn-color-error);
  color: #fff;
}
.ors-button_outlined.ors-button_dark {
  color: var(--btn-color-dark);
  background-color: transparent;
  border-color: currentcolor;
}
.ors-button_outlined.ors-button_dark:focus,
.ors-button_outlined.ors-button_dark:focus-visible,
.ors-button_outlined.ors-button_dark:hover,
.ors-button_outlined.ors-button_dark:active {
  background-color: var(--btn-color-dark);
  border-color: var(--btn-color-dark);
  color: #fff;
}
.ors-button_outlined.ors-button_changed {
  color: var(--btn-color-changed);
  background-color: transparent;
  border-color: currentcolor;
}
.ors-button_outlined.ors-button_changed:focus,
.ors-button_outlined.ors-button_changed:focus-visible,
.ors-button_outlined.ors-button_changed:hover,
.ors-button_outlined.ors-button_changed:active {
  background-color: var(--btn-color-changed);
  border-color: var(--btn-color-changed);
  color: #fff;
}
.ors-button_text {
  font-weight: normal;
  padding: 0;
  color: var(--btn-color-primary);
  text-transform: none;
  background-color: transparent;
  border-color: transparent;
  min-width: 0;
  font-size: var(--btn-font-size-large);
}
.ors-button_weight-normal {
  font-weight: normal;
}
.ors-button_text:focus,
.ors-button_text:focus-visible,
.ors-button_text:hover,
.ors-button_text:active {
  color: var(--btn-color-primary-hover);
  background-color: transparent;
  border-color: transparent;
}
.ors-button_text.ors-button_primary {
  color: var(--btn-color-primary);
  background-color: transparent;
  border-color: transparent;
}
.ors-button_text.ors-button_primary:focus,
.ors-button_text.ors-button_primary:focus-visible,
.ors-button_text.ors-button_primary:hover,
.ors-button_text.ors-button_primary:active {
  color: var(--btn-color-primary-hover);
  background-color: transparent;
  border-color: transparent;
}
.ors-button_text.ors-button_success,
.ors-button_text.ors-button_success:focus,
.ors-button_text.ors-button_success:focus-visible,
.ors-button_text.ors-button_success:hover,
.ors-button_text.ors-button_success:active {
  color: var(--btn-color-success);
  background-color: transparent;
  border-color: transparent;
}
.ors-button_text.ors-button_error,
.ors-button_text.ors-button_error:focus,
.ors-button_text.ors-button_error:focus-visible,
.ors-button_text.ors-button_error:hover,
.ors-button_text.ors-button_error:active {
  color: var(--btn-color-error);
  background-color: transparent;
  border-color: transparent;
}
.ors-button_text.ors-button_dark,
.ors-button_text.ors-button_dark:focus,
.ors-button_text.ors-button_dark:focus-visible,
.ors-button_text.ors-button_dark:hover,
.ors-button_text.ors-button_dark:active {
  color: var(--btn-color-dark);
  background-color: transparent;
  border-color: transparent;
}
.ors-button_text.ors-button_changed,
.ors-button_text.ors-button_changed:focus,
.ors-button_text.ors-button_changed:focus-visible,
.ors-button_text.ors-button_changed:hover,
.ors-button_text.ors-button_changed:active {
  color: var(--btn-color-changed);
  background-color: transparent;
  border-color: transparent;
}
.ors-button_pressed,
.ors-button_pressed:focus {
  color: #fff;
  background-color: var(--btn-color-primary-hover);
  border-color: var(--btn-color-primary-hover);
  cursor: default;
}
.ors-button_disabled,
.ors-button[disabled] {
  cursor: default;
  pointer-events: none;
  color: var(--btn-bg-disabled);
  background-color: #fff;
  border-color: var(--btn-bg-disabled);
}
.ors-button_disabled.ors-button_primary,
.ors-button[disabled].ors-button_primary {
  color: #fff;
  background-color: var(--btn-bg-disabled);
  border-color: var(--btn-bg-disabled);
}
.ors-button_disabled.ors-button_light,
.ors-button[disabled].ors-button_light,
.ors-button_disabled.ors-button_text,
.ors-button[disabled].ors-button_text {
  border-color: transparent;
}
.ors-button_with-icon {
  padding-right: calc(var(--btn-icon-size) * 2);
  padding-left: calc(var(--btn-icon-size) * 2);
}
.ors-button__icon {
  /* icon is 1/2 of a height of a button */
  position: absolute;
  top: 50%;
  left: calc(var(--btn-icon-size) / 2);
  display: inline-block;
  width: var(--btn-icon-size);
  height: var(--btn-icon-size);
  transform: translateY(-50%);
}
.ors-button__ui-icon {
  display: inline-flex;
}
.ors-button__ui-icon > * {
  background: currentcolor;
}
.ors-button_with-icon.ors-button_text {
  /*
  for buttons without background and borders icon is 10px
   */
  --btn-icon-size: 0.625rem;
}
.ors-button_with-icon.ors-button_plus_rounded,
.ors-button_with-icon.ors-button_minus_rounded {
  --btn-icon-size: 1.125rem;
}
.ors-button_with-icon.ors-button_text.ors-button_width_s {
  padding-left: calc(var(--btn-icon-size) + 0.25em);
  padding-right: 0;
}
.ors-button_with-icon.ors-button_text.ors-button_width_s .ors-button__icon {
  left: 0;
}
.ors-button__icon-minus,
.ors-button__icon-plus,
.ors-button__icon-close,
.ors-button__icon-envelope {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  background: currentcolor;
  transition: background var(--btn-transition);
}
.ors-button__icon-minus {
  mask-image: url("data:image/svg+xml,%3csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20viewBox=%270%200%20298.667%20298.667%27%3e%3crect%20y=%27128%27%20width=%27298.667%27%20height=%2742.667%27/%3e%3c/svg%3e");
}
.ors-button__icon-plus {
  mask-image: url("data:image/svg+xml,%3csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20viewBox=%270%200%20298.667%20298.667%27%3e%3cpolygon%20points=%27170.667,128%20170.667,0%20128,0%20128,128%200,128%200,170.667%20128,170.667%20128,298.667%20170.667,298.667%20170.667,170.667%20298.667,170.667%20298.667,128%27/%3e%3c/svg%3e");
}
.ors-button__icon-close {
  mask-image: url("data:image/svg+xml,%3csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20viewBox=%270%200%20298.667%20298.667%27%3e%3cpolygon%20points=%27170.667,128%20170.667,0%20128,0%20128,128%200,128%200,170.667%20128,170.667%20128,298.667%20170.667,298.667%20170.667,170.667%20298.667,170.667%20298.667,128%27/%3e%3c/svg%3e");
  transform: rotate(45deg);
}
.ors-button__icon-envelope {
  mask-image: url("data:image/svg+xml,%3csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20viewBox=%270%200%2027%2019%27%3e%3cpath%20d=%27M3.1,0C1.4,0,0,1.4,0,3.1v12.7C0,17.6,1.4,19,3.1,19h20.8c1.7,0,3.1-1.4,3.1-3.2V3.1%20C27,1.4,25.6,0,23.9,0H3.1z%20M3.1,2.1h20.8c0.6,0,1,0.5,1,1.1v0.5L13.5,9.9L2.1,3.7V3.1C2.1,2.6,2.5,2.1,3.1,2.1z%20M2.1,4l6.8,5.4%20l-6.7,6.9l8.1-5.9l3.2,2.1l3.2-2.1l8.1,5.9l-6.7-6.9L24.9,4v11.8c0,0.2-0.1,0.3-0.1,0.5c-0.2,0.3-0.5,0.6-0.9,0.6H3.1%20c-0.4,0-0.7-0.3-0.9-0.6c-0.1-0.1-0.1-0.3-0.1-0.5V4z%27/%3e%3c/svg%3e");
}
.ors-button:hover .ors-button__icon-minus,
.ors-button:hover .ors-button__icon-plus,
.ors-button:hover .ors-button__icon-close,
.ors-button:hover .ors-button__icon-envelope {
  background: var(--btn-color-primary-hover);
}
.ors-button_primary:not(.ors-button_outlined):hover .ors-button__icon-minus,
.ors-button_primary:not(.ors-button_outlined):hover .ors-button__icon-plus,
.ors-button_primary:not(.ors-button_outlined):hover .ors-button__icon-close,
.ors-button_primary:not(.ors-button_outlined):hover .ors-button__icon-envelope {
  background-color: currentcolor;
}
.ors-button_with-icon.ors-button_text.ors-button_plus_rounded,
.ors-button_with-icon.ors-button_text.ors-button_minus_rounded {
  padding-left: 1.6875rem;
  border: none;
}
.ors-button_plus_rounded .ors-button__icon-plus-rounded,
.ors-button_minus_rounded .ors-button__icon-minus-rounded,
.ors-button_close_rounded .ors-button__icon-close-rounded {
  display: block;
  width: var(--btn-icon-size);
  height: var(--btn-icon-size);
  color: inherit;
  border: 1px solid currentcolor;
  border-radius: 50%;
}
.ors-button_plus_rounded .ors-button__icon-plus-rounded svg,
.ors-button_minus_rounded .ors-button__icon-minus-rounded svg,
.ors-button_close_rounded .ors-button__icon-close-rounded svg {
  max-width: 100%;
  max-height: 100%;
  color: inherit;
}
.ors-button__content {
  position: relative;
  display: flex;
  gap: 5px;
  flex: 1 0 auto;
  justify-content: inherit;
  align-items: center;
  line-height: normal;
  color: inherit;
}
.ors-button__content .ors-button__hotkey {
  position: absolute;
  top: -1.5625rem;
  text-transform: none;
  font-size: 0.75rem;
  color: var(--color-medium);
}
.ors-button:disabled .ors-button__content .ors-button__hotkey {
  visibility: hidden;
  opacity: 0;
}
.ors-button_icon-only {
  width: auto;
  min-width: 1.125rem;
  padding: 0;
  color: transparent;
  background-color: transparent;
  background-image: none;
  border: none;
}
.ors-button_icon-only:hover,
.ors-button_icon-only:focus,
.ors-button_icon-only:focus-visible {
  color: transparent;
  background-color: transparent;
}
.ors-button_icon-only .ors-button__icon {
  position: static;
  width: auto;
  height: auto;
  color: var(--btn-color-primary);
  transform: none;
}
.ors-button_icon-only.ors-button_primary .ors-button__icon {
  color: var(--btn-color-primary);
}
.ors-button_icon-only.ors-button_primary:focus .ors-button__icon,
.ors-button_icon-only.ors-button_primary:focus-visible .ors-button__icon,
.ors-button_icon-only.ors-button_primary:hover .ors-button__icon {
  color: var(--btn-color-primary-hover);
}
.ors-button_icon-only.ors-button_success .ors-button__icon,
.ors-button_icon-only.ors-button_success:focus .ors-button__icon,
.ors-button_icon-only.ors-button_success:focus-visible .ors-button__icon,
.ors-button_icon-only.ors-button_success:hover .ors-button__icon,
.ors-button_icon-only.ors-button_success:active .ors-button__icon {
  color: var(--btn-color-success);
}
.ors-button_icon-only.ors-button_error .ors-button__icon,
.ors-button_icon-only.ors-button_error:focus .ors-button__icon,
.ors-button_icon-only.ors-button_error:focus-visible .ors-button__icon,
.ors-button_icon-only.ors-button_error:hover .ors-button__icon,
.ors-button_icon-only.ors-button_error:active .ors-button__icon {
  color: var(--btn-color-error);
}
.ors-button_icon-only.ors-button_dark .ors-button__icon,
.ors-button_icon-only.ors-button_dark:focus .ors-button__icon,
.ors-button_icon-only.ors-button_dark:focus-visible .ors-button__icon,
.ors-button_icon-only.ors-button_dark:hover .ors-button__icon,
.ors-button_icon-only.ors-button_dark:active .ors-button__icon {
  color: var(--btn-color-dark);
}
.ors-button_icon-only.ors-button_changed .ors-button__icon,
.ors-button_icon-only.ors-button_changed:focus .ors-button__icon,
.ors-button_icon-only.ors-button_changed:focus-visible .ors-button__icon,
.ors-button_icon-only.ors-button_changed:hover .ors-button__icon,
.ors-button_icon-only.ors-button_changed:active .ors-button__icon {
  color: var(--btn-color-changed);
}
.ors-button_icon-only.ors-button_disabled .ors-button__icon,
.ors-button_icon-only[disabled] .ors-button__icon {
  color: var(--btn-bg-disabled) !important;
}
.ors-button_bold {
  font-weight: 700;
}
.ors-button_uppercase {
  text-transform: uppercase;
}
.ors-button_lowercase {
  text-transform: lowercase;
}
.ors-button_thin,
.ors-button_outlined.ors-button_thin,
.ors-button_primary.ors-button_thin {
  border-width: 0.0625rem;
  font-weight: normal;
  border-radius: 0.3125rem;
  line-height: 1;
  padding: 0.1875rem 0.625rem;
  height: auto;
}
.ors-button_add-plus {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  min-width: unset;
  border-color: var(--brand-highlight);
  background-color: var(--brand-highlight);
  /* background-image: url(tais-styles/svg/plus-white.svg); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  transition: background-color 0.1s, border-color 0.1s;
}
.ors-button_add-plus:hover {
  background-color: var(--brand-highlight-sec);
  border-color: var(--brand-highlight-sec);
}
/*!********************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/@ors/ui-kit-vue2/components/ors-icon/ors-icon.css ***!
  \********************************************************************************************************************************/
.ors-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  width: 1.125rem;
  height: 1.125rem;
}
.ors-icon_add {
  mask: url("data:image/svg+xml,%3csvg%20width=%2721%27%20height=%2721%27%20viewBox=%270%200%2021%2021%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath%20d=%27M9.56522%200V9.56522H0V11.3043H9.56522V20.8696H11.3043V11.3043H20.8696V9.56522H11.3043V0H9.56522Z%27%20fill=%27%23000000%27/%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_add-big {
  mask: url("data:image/svg+xml,%3csvg%20width=%2740%27%20height=%2740%27%20viewBox=%270%200%2040%2040%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath%20d=%27M20%200C31.0354%200%2040%208.9646%2040%2020C40%2031.0354%2031.0354%2040%2020%2040C8.9646%2040%200%2031.0354%200%2020C0%208.9646%208.9646%200%2020%200ZM20%201.73926C9.9045%201.73926%201.73926%209.9045%201.73926%2020C1.73926%2030.0955%209.9045%2038.2607%2020%2038.2607C30.0955%2038.2607%2038.2607%2030.0955%2038.2607%2020C38.2607%209.9045%2030.0955%201.73926%2020%201.73926ZM20.8691%209.56543V19.1309H30.4346V20.8691H20.8691V30.4346H19.1309V20.8691H9.56543V19.1309H19.1309V9.56543H20.8691Z%27%20fill=%27%23000000%27/%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_add-field {
  mask: url("data:image/svg+xml,%3csvg%20width=%279%27%20height=%279%27%20viewBox=%270%200%209%209%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cg%20clip-path=%27url%28%23clip0_90_310%29%27%3e%3cpath%20d=%27M5.31818%203.68182H9V5.31818H5.31818V9H3.68182V5.31818H0V3.68182H3.68182V0H5.31818V3.68182Z%27%20fill=%27%23000000%27/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id=%27clip0_90_310%27%3e%3crect%20width=%279%27%20height=%279%27%20fill=%27white%27/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_add-item {
  mask: url("data:image/svg+xml,%3csvg%20width=%2718%27%20height=%2718%27%20viewBox=%270%200%2018%2018%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath%20d=%27M7.875%200V7.875H0V10.125H7.875V18H10.125V10.125H18V7.875H10.125V0H7.875Z%27%20fill=%27%23000000%27/%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_add-small {
  mask: url("data:image/svg+xml,%3csvg%20width=%2718%27%20height=%2718%27%20viewBox=%270%200%2018%2018%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cg%20clip-path=%27url%28%23clip0_347_6965%29%27%3e%3cpath%20d=%27M9%200C4.03748%200%200%204.03748%200%209C0%2013.9625%204.03748%2018%209%2018C13.9625%2018%2018%2013.9625%2018%209C18%204.03748%2013.9625%200%209%200ZM9%2016.875C4.65767%2016.875%201.12501%2013.3424%201.12501%209.00003C1.12501%204.6577%204.65767%201.12501%209%201.12501C13.3423%201.12501%2016.875%204.65767%2016.875%209C16.875%2013.3423%2013.3423%2016.875%209%2016.875Z%27%20fill=%27%23000000%27/%3e%3cpath%20d=%27M9.56252%204.5H8.43751V8.43751H4.5V9.56253H8.43751V13.5H9.56252V9.56253H13.5V8.43751H9.56252V4.5Z%27%20fill=%27%23000000%27/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id=%27clip0_347_6965%27%3e%3crect%20width=%2718%27%20height=%2718%27%20fill=%27white%27/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_back {
  mask: url("data:image/svg+xml,%3csvg%20width=%2723%27%20height=%2720%27%20viewBox=%270%200%2023%2020%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath%20d=%27M10.0909%200L0.691666%209.32945L0.0454712%2010L0.691666%2010.6706L10.0909%2020L11.442%2018.6589L3.65829%2010.9329H22.0455V9.06705H3.65829L11.442%201.34111L10.0909%200Z%27%20fill=%27%23000000%27/%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_calendar {
  mask: url("data:image/svg+xml,%3csvg%20width=%2716%27%20height=%2716%27%20viewBox=%270%200%2016%2016%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cg%20clip-path=%27url%28%23clip0_57_497%29%27%3e%3cpath%20d=%27M14.5938%201.875H14.125V1.40625C14.125%200.630844%2013.4942%200%2012.7188%200C11.9433%200%2011.3125%200.630844%2011.3125%201.40625V1.875H4.6875V1.40625C4.6875%200.630844%204.05666%200%203.28125%200C2.50584%200%201.875%200.630844%201.875%201.40625V1.875H1.40625C0.630844%201.875%200%202.50584%200%203.28125V14.5938C0%2015.3692%200.630844%2016%201.40625%2016H14.5938C15.3692%2016%2016%2015.3692%2016%2014.5938V3.28125C16%202.50584%2015.3692%201.875%2014.5938%201.875ZM12.25%201.40625C12.25%201.14778%2012.4603%200.9375%2012.7188%200.9375C12.9772%200.9375%2013.1875%201.14778%2013.1875%201.40625V3.28125C13.1875%203.53972%2012.9772%203.75%2012.7188%203.75C12.4603%203.75%2012.25%203.53972%2012.25%203.28125V1.40625ZM2.8125%201.40625C2.8125%201.14778%203.02278%200.9375%203.28125%200.9375C3.53972%200.9375%203.75%201.14778%203.75%201.40625V3.28125C3.75%203.53972%203.53972%203.75%203.28125%203.75C3.02278%203.75%202.8125%203.53972%202.8125%203.28125V1.40625ZM15.0625%2014.5938C15.0625%2014.8522%2014.8522%2015.0625%2014.5938%2015.0625H1.40625C1.14778%2015.0625%200.9375%2014.8522%200.9375%2014.5938V6.625H15.0625V14.5938ZM15.0625%205.6875H0.9375V3.28125C0.9375%203.02278%201.14778%202.8125%201.40625%202.8125H1.875V3.28125C1.875%204.05666%202.50584%204.6875%203.28125%204.6875C4.05666%204.6875%204.6875%204.05666%204.6875%203.28125V2.8125H11.3125V3.28125C11.3125%204.05666%2011.9433%204.6875%2012.7188%204.6875C13.4942%204.6875%2014.125%204.05666%2014.125%203.28125V2.8125H14.5938C14.8522%202.8125%2015.0625%203.02278%2015.0625%203.28125V5.6875Z%27%20fill=%27%23000000%27/%3e%3cpath%20d=%27M5.1875%207.5625H3.3125C3.05363%207.5625%202.84375%207.77238%202.84375%208.03125V9.90625C2.84375%2010.1651%203.05363%2010.375%203.3125%2010.375H5.1875C5.44637%2010.375%205.65625%2010.1651%205.65625%209.90625V8.03125C5.65625%207.77238%205.44637%207.5625%205.1875%207.5625ZM4.71875%209.4375H3.78125V8.5H4.71875V9.4375Z%27%20fill=%27%23000000%27/%3e%3cpath%20d=%27M5.1875%2011.3125H3.3125C3.05363%2011.3125%202.84375%2011.5224%202.84375%2011.7812V13.6562C2.84375%2013.9151%203.05363%2014.125%203.3125%2014.125H5.1875C5.44637%2014.125%205.65625%2013.9151%205.65625%2013.6562V11.7812C5.65625%2011.5224%205.44637%2011.3125%205.1875%2011.3125ZM4.71875%2013.1875H3.78125V12.25H4.71875V13.1875Z%27%20fill=%27%23000000%27/%3e%3cpath%20d=%27M8.9375%2011.3125H7.0625C6.80363%2011.3125%206.59375%2011.5224%206.59375%2011.7812V13.6562C6.59375%2013.9151%206.80363%2014.125%207.0625%2014.125H8.9375C9.19637%2014.125%209.40625%2013.9151%209.40625%2013.6562V11.7812C9.40625%2011.5224%209.19637%2011.3125%208.9375%2011.3125ZM8.46875%2013.1875H7.53125V12.25H8.46875V13.1875Z%27%20fill=%27%23000000%27/%3e%3cpath%20d=%27M8.9375%207.5625H7.0625C6.80363%207.5625%206.59375%207.77238%206.59375%208.03125V9.90625C6.59375%2010.1651%206.80363%2010.375%207.0625%2010.375H8.9375C9.19637%2010.375%209.40625%2010.1651%209.40625%209.90625V8.03125C9.40625%207.77238%209.19637%207.5625%208.9375%207.5625ZM8.46875%209.4375H7.53125V8.5H8.46875V9.4375Z%27%20fill=%27%23000000%27/%3e%3cpath%20d=%27M12.6875%207.5625H10.8125C10.5536%207.5625%2010.3438%207.77238%2010.3438%208.03125V9.90625C10.3438%2010.1651%2010.5536%2010.375%2010.8125%2010.375H12.6875C12.9464%2010.375%2013.1562%2010.1651%2013.1562%209.90625V8.03125C13.1562%207.77238%2012.9464%207.5625%2012.6875%207.5625ZM12.2188%209.4375H11.2812V8.5H12.2188V9.4375Z%27%20fill=%27%23000000%27/%3e%3cpath%20d=%27M12.6875%2011.3125H10.8125C10.5536%2011.3125%2010.3438%2011.5224%2010.3438%2011.7812V13.6562C10.3438%2013.9151%2010.5536%2014.125%2010.8125%2014.125H12.6875C12.9464%2014.125%2013.1562%2013.9151%2013.1562%2013.6562V11.7812C13.1562%2011.5224%2012.9464%2011.3125%2012.6875%2011.3125ZM12.2188%2013.1875H11.2812V12.25H12.2188V13.1875Z%27%20fill=%27%23000000%27/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id=%27clip0_57_497%27%3e%3crect%20width=%2716%27%20height=%2716%27%20fill=%27white%27/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_cancel {
  mask: url("data:image/svg+xml,%3csvg%20width=%2724%27%20height=%2724%27%20viewBox=%270%200%2024%2024%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath%20d=%27M12%200C18.6166%200%2024%205.38341%2024%2012C24%2018.6166%2018.6166%2024%2012%2024C5.38341%2024%200%2018.6166%200%2012C0%205.38341%205.38341%200%2012%200ZM12%201.8457C6.38221%201.8457%201.8457%206.38221%201.8457%2012C1.8457%2017.6178%206.38221%2022.1543%2012%2022.1543C17.6178%2022.1543%2022.1543%2017.6178%2022.1543%2012C22.1543%206.38221%2017.6178%201.8457%2012%201.8457ZM16.8174%208.50977L13.3271%2012L16.8174%2015.4902L15.4902%2016.8174L12%2013.3271L8.50977%2016.8174L7.18262%2015.4902L10.6729%2012L7.18262%208.50977L8.50977%207.18262L12%2010.6729L15.4902%207.18262L16.8174%208.50977Z%27%20fill=%27%23000000%27/%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_cancel-small {
  mask: url("data:image/svg+xml,%3csvg%20width=%2718%27%20height=%2718%27%20viewBox=%270%200%2018%2018%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cg%20clip-path=%27url%28%23clip0_347_6977%29%27%3e%3cpath%20d=%27M9%200C4.03748%200%200%204.03748%200%209C0%2013.9625%204.03748%2018%209%2018C13.9625%2018%2018%2013.9625%2018%209C18%204.03748%2013.9625%200%209%200ZM9%2016.875C4.65767%2016.875%201.12501%2013.3424%201.12501%209.00003C1.12501%204.6577%204.65767%201.12501%209%201.12501C13.3423%201.12501%2016.875%204.65767%2016.875%209C16.875%2013.3423%2013.3423%2016.875%209%2016.875Z%27%20fill=%27%23000000%27/%3e%3cpath%20d=%27M6.21578%205.42027L5.42027%206.21578L8.20451%209.00002L5.42027%2011.7843L6.21578%2012.5798L9.00002%209.79552L11.7843%2012.5798L12.5798%2011.7843L9.79552%209.00002L12.5798%206.21578L11.7843%205.42027L9.00002%208.20451L6.21578%205.42027Z%27%20fill=%27%23000000%27/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id=%27clip0_347_6977%27%3e%3crect%20width=%2718%27%20height=%2718%27%20fill=%27white%27/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_cargo-1 {
  mask: url("data:image/svg+xml,%3csvg%20width=%2715%27%20height=%2716%27%20viewBox=%270%200%2015%2016%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cg%20clip-path=%27url%28%23clip0_402_6261%29%27%3e%3cpath%20d=%27M8.67047%2015.9523L14.8484%2012.3677V5.19493L8.67047%208.77949V15.9523ZM0.64679%2012.3677L6.82473%2015.9523V8.77949L0.64679%205.19493V12.3677ZM7.75126%200.0298462L1.56226%203.61441L7.75126%207.19898L13.9403%203.61441L7.75126%200.0298462Z%27%20fill=%27%23000000%27/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id=%27clip0_402_6261%27%3e%3crect%20width=%2715%27%20height=%2716%27%20fill=%27white%27/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_cargo-2 {
  mask: url("data:image/svg+xml,%3csvg%20width=%2716%27%20height=%2716%27%20viewBox=%270%200%2016%2016%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cg%20clip-path=%27url%28%23clip0_402_6256%29%27%3e%3cpath%20d=%27M15.9571%2014.8559V9.78404C15.9571%209.21342%2015.4914%208.75183%2014.9157%208.75183H9.8C9.22428%208.75183%208.75857%209.21342%208.75857%209.78404V14.8559C8.75857%2015.4265%209.22428%2015.8881%209.8%2015.8881H14.9157C15.49%2015.8895%2015.9571%2015.4265%2015.9571%2014.8559Z%27%20fill=%27%23000000%27/%3e%3cpath%20d=%27M5.42428%207.26794H10.54C11.1157%207.26794%2011.5814%206.80634%2011.5814%206.23572V1.16387C11.5814%200.593246%2011.1157%200.131653%2010.54%200.131653H5.42428C4.84857%200.131653%204.38285%200.593246%204.38285%201.16387V6.23431C4.38142%206.80634%204.84857%207.26794%205.42428%207.26794Z%27%20fill=%27%23000000%27/%3e%3cpath%20d=%27M1.04857%2015.8895H6.16428C6.74%2015.8895%207.20571%2015.4279%207.20571%2014.8573V9.78404C7.20571%209.21342%206.74%208.75183%206.16428%208.75183H1.04857C0.472854%208.75183%200.00714111%209.21342%200.00714111%209.78404V14.8559C0.00714111%2015.4265%200.472854%2015.8895%201.04857%2015.8895Z%27%20fill=%27%23000000%27/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id=%27clip0_402_6256%27%3e%3crect%20width=%2716%27%20height=%2716%27%20fill=%27white%27/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_cargo-3 {
  mask: url("data:image/svg+xml,%3csvg%20width=%2716%27%20height=%2716%27%20viewBox=%270%200%2016%2016%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cg%20clip-path=%27url%28%23clip0_402_6223%29%27%3e%3cpath%20d=%27M8.00002%200.118591C7.83415%200.118591%207.66909%200.148239%207.51124%200.206733L0.625086%202.78848C0.463227%202.84938%200.324614%202.95274%200.22205%203.08335L2.3919%203.90226C2.46562%203.84056%202.54815%203.79008%202.63949%203.75242L9.94636%200.753242L8.48882%200.20676C8.33097%200.147465%208.16589%200.118591%208.00002%200.118591ZM10.992%201.14503L3.37192%204.27324L4.73009%204.78606C4.79339%204.73878%204.8623%204.69872%204.93762%204.66827L12.3167%201.64263L10.992%201.14503ZM13.3615%202.03365L5.73089%205.16431L7.70605%205.9103C7.89595%205.98162%208.10429%205.98162%208.29339%205.9103L15.7773%203.08425C15.6747%202.95364%2015.5361%202.84948%2015.3743%202.78938L13.3615%202.03365ZM0.022583%203.82212V12.3942C0.022583%2012.7796%200.262973%2013.1274%200.624347%2013.2628L7.5105%2015.8454C7.54656%2015.859%207.58262%2015.8702%207.61948%2015.8814L7.62028%206.68103C7.55938%206.66661%207.49928%206.64738%207.43999%206.62494L5.11076%205.74512V7.68824C5.11076%208.12654%204.6404%208.44145%204.23496%208.27478L2.63962%207.62014C2.28544%207.47511%202.05227%207.12736%202.05227%206.74434V4.62824V4.58898L0.022583%203.82212ZM15.9768%203.82212L8.5594%206.62417C8.50011%206.64661%208.44081%206.66584%208.37992%206.68026V15.8813C8.41678%2015.8709%208.45283%2015.8588%208.48889%2015.8452L15.375%2013.2627C15.7364%2013.1272%2015.9776%2012.7795%2015.9776%2012.3941L15.9768%203.82212ZM2.81089%204.8758V6.7444C2.81089%206.82132%202.85576%206.88783%202.92628%206.91747L4.34935%207.50082V5.54328C4.34935%205.51443%204.34935%205.48639%204.35336%205.45834L2.81089%204.8758ZM14.0449%209.49755L14.0457%209.49674C14.2477%209.50796%2014.4047%209.67463%2014.4055%209.87656V11.6746V11.6738C14.4047%2011.8325%2014.307%2011.9735%2014.1587%2012.0296L10.355%2013.4559C10.238%2013.5%2010.1074%2013.4839%2010.0049%2013.4126C9.90312%2013.3421%209.84142%2013.2251%209.84142%2013.1009V11.3028C9.84142%2011.145%209.93998%2011.0032%2010.0882%2010.9479L13.8919%209.5208C13.9408%209.50237%2013.9937%209.49435%2014.0457%209.49756L14.0449%209.49755ZM13.6443%2010.4246L10.6002%2011.5664L10.601%2012.552L13.6451%2011.4102L13.6443%2010.4246Z%27%20fill=%27%23000000%27/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id=%27clip0_402_6223%27%3e%3crect%20width=%2716%27%20height=%2716%27%20fill=%27white%27/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_checkboxes {
  mask: url("data:image/svg+xml,%3csvg%20width=%2724%27%20height=%2723%27%20viewBox=%270%200%2024%2023%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath%20fill-rule=%27evenodd%27%20clip-rule=%27evenodd%27%20d=%27M0%2010.0645C0%204.50479%204.50479%200%2010.0645%200C15.6242%200%2020.129%204.50479%2020.129%2010.0645C20.129%2015.6242%2015.6242%2020.129%2010.0645%2020.129C4.50479%2020.129%200%2015.6242%200%2010.0645ZM5.27797%2010.6575L9.22581%2014.6053L16.5285%207.30267L15.3425%206.11668L9.22581%2012.2334L6.46396%209.47152L5.27797%2010.6575Z%27%20fill=%27%23000000%27/%3e%3cpath%20d=%27M13.9354%203.32258C18.9416%203.32258%2022.9998%207.38087%2022.9999%2012.387C22.9999%2017.3932%2018.9416%2021.4515%2013.9354%2021.4515C8.92926%2021.4515%204.87097%2017.3932%204.87097%2012.387C4.87101%207.38089%208.92928%203.32262%2013.9354%203.32258Z%27%20stroke=%27%23000000%27%20stroke-width=%272%27/%3e%3cpath%20d=%27M9.22804%2014.6054L5.28021%2010.6575L6.4662%209.47155L9.22804%2012.2334L15.3447%206.11671L16.5307%207.3027L9.22804%2014.6054Z%27%20fill=%27white%27/%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_checked {
  mask: url("data:image/svg+xml,%3csvg%20width=%2724%27%20height=%2724%27%20viewBox=%270%200%2024%2024%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath%20d=%27M12%200C18.6289%200%2024%205.37109%2024%2012C24%2018.6289%2018.6289%2024%2012%2024C5.37109%2024%200%2018.6289%200%2012C0%205.37109%205.37109%200%2012%200ZM11%2014.5859L7.70703%2011.293L6.29297%2012.707L11%2017.4141L19.707%208.70703L18.293%207.29297L11%2014.5859Z%27%20fill=%27%23000000%27/%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_chevron-down-big {
  mask: url("data:image/svg+xml,%3csvg%20width=%2710%27%20height=%278%27%20viewBox=%270%200%2010%208%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath%20d=%27M0%200V3.06122L5%207.14286L10%203.06122V0L5%204.08163L0%200Z%27%20fill=%27%23000000%27/%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_chevron-down-small {
  mask: url("data:image/svg+xml,%3csvg%20width=%2710%27%20height=%277%27%20viewBox=%270%200%2010%207%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath%20fill-rule=%27evenodd%27%20clip-rule=%27evenodd%27%20d=%27M8.875%201L10%202.125L5.125%207L0.25%202.125L1.375%201L5.125%204.75L8.875%201Z%27%20fill=%27%23000000%27/%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_chevron-horizontal {
  mask: url("data:image/svg+xml,%3csvg%20width=%2711%27%20height=%2724%27%20viewBox=%270%200%2011%2024%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cg%20clip-path=%27url%28%23clip0_215_5446%29%27%3e%3cpath%20d=%27M10.4253%201.06667L9.00306%200L0.0195923%2011.978L9.00306%2023.956L10.4253%2022.8894L2.24181%2011.978L10.4253%201.06667Z%27%20fill=%27%23000000%27/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id=%27clip0_215_5446%27%3e%3crect%20width=%2710.4296%27%20height=%2724%27%20fill=%27white%27/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_chevron-up-big {
  mask: url("data:image/svg+xml,%3csvg%20width=%2710%27%20height=%278%27%20viewBox=%270%200%2010%208%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath%20d=%27M0%207.14285V4.08163L5%20-4.29153e-06L10%204.08163V7.14285L5%203.06122L0%207.14285Z%27%20fill=%27%23000000%27/%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_chevron-up-small {
  mask: url("data:image/svg+xml,%3csvg%20width=%2710%27%20height=%277%27%20viewBox=%270%200%2010%207%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath%20fill-rule=%27evenodd%27%20clip-rule=%27evenodd%27%20d=%27M1.125%207L0%205.875L4.875%201L9.75%205.875L8.625%207L4.875%203.25L1.125%207Z%27%20fill=%27%23000000%27/%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_clear-field {
  mask: url("data:image/svg+xml,%3csvg%20width=%279%27%20height=%279%27%20viewBox=%270%200%209%209%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath%20d=%27M7.88502%205.36442e-07L4.5%203.38502L1.11498%205.36442e-07L0%201.11498L3.38502%204.5L0%207.88502L1.11498%209L4.5%205.61498L7.88502%209L9%207.88502L5.61498%204.5L9%201.11498L7.88502%205.36442e-07Z%27%20fill=%27%23000000%27/%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_close-block {
  mask: url("data:image/svg+xml,%3csvg%20width=%2712%27%20height=%2710%27%20viewBox=%270%200%2012%2010%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath%20fill-rule=%27evenodd%27%20clip-rule=%27evenodd%27%20d=%27M12%200L6%2010L0%200L12%200Z%27%20fill=%27%23000000%27/%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_context-menu-big {
  mask: url("data:image/svg+xml,%3csvg%20width=%278%27%20height=%2740%27%20viewBox=%270%200%208%2040%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath%20fill-rule=%27evenodd%27%20clip-rule=%27evenodd%27%20d=%27M4%2011.579C6.20914%2011.579%208%209.69383%208%207.36842C8%205.04301%206.20914%203.1579%204%203.1579C1.79086%203.1579%200%205.04301%200%207.36842C0%209.69383%201.79086%2011.579%204%2011.579Z%27%20fill=%27%23000000%27/%3e%3cpath%20fill-rule=%27evenodd%27%20clip-rule=%27evenodd%27%20d=%27M4%2024.2105C6.20914%2024.2105%208%2022.3254%208%2020C8%2017.6746%206.20914%2015.7895%204%2015.7895C1.79086%2015.7895%200%2017.6746%200%2020C0%2022.3254%201.79086%2024.2105%204%2024.2105Z%27%20fill=%27%23000000%27/%3e%3cpath%20fill-rule=%27evenodd%27%20clip-rule=%27evenodd%27%20d=%27M4%2036.8421C6.20914%2036.8421%208%2034.957%208%2032.6316C8%2030.3062%206.20914%2028.4211%204%2028.4211C1.79086%2028.4211%200%2030.3062%200%2032.6316C0%2034.957%201.79086%2036.8421%204%2036.8421Z%27%20fill=%27%23000000%27/%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_context-menu-small {
  mask: url("data:image/svg+xml,%3csvg%20width=%2718%27%20height=%2718%27%20viewBox=%270%200%2018%2018%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath%20d=%27M13.0825%207.70103C12.3662%207.70103%2011.7835%208.28375%2011.7835%209C11.7835%209.71625%2012.3662%2010.299%2013.0825%2010.299C13.7987%2010.299%2014.3814%209.71625%2014.3814%209C14.3814%208.28375%2013.7987%207.70103%2013.0825%207.70103Z%27%20fill=%27black%27/%3e%3cpath%20d=%27M4.91753%207.70103C4.20127%207.70103%203.61856%208.28375%203.61856%209C3.61856%209.71625%204.20127%2010.299%204.91753%2010.299C5.63378%2010.299%206.2165%209.71625%206.2165%209C6.2165%208.28375%205.63378%207.70103%204.91753%207.70103Z%27%20fill=%27black%27/%3e%3cpath%20d=%27M9%207.70103C8.28375%207.70103%207.70103%208.28375%207.70103%209C7.70103%209.71625%208.28375%2010.299%209%2010.299C9.71625%2010.299%2010.299%209.71625%2010.299%209C10.299%208.28375%209.71625%207.70103%209%207.70103Z%27%20fill=%27black%27/%3e%3cpath%20d=%27M15.364%202.63602C13.6641%200.936186%2011.404%200%209%200C6.59602%200%204.33592%200.936186%202.63602%202.63602C0.936186%204.33592%200%206.59602%200%209C0%2011.404%200.936186%2013.6641%202.63602%2015.364C4.33592%2017.0638%206.59602%2018%209%2018C11.404%2018%2013.6641%2017.0638%2015.364%2015.364C17.0638%2013.6641%2018%2011.404%2018%209C18%206.59602%2017.0638%204.33592%2015.364%202.63602ZM9%2016.8866C4.65131%2016.8866%201.1134%2013.3487%201.1134%209C1.1134%204.65131%204.65131%201.1134%209%201.1134C13.3487%201.1134%2016.8866%204.65131%2016.8866%209C16.8866%2013.3487%2013.3487%2016.8866%209%2016.8866Z%27%20fill=%27black%27/%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_delete-big {
  mask: url("data:image/svg+xml,%3csvg%20width=%2740%27%20height=%2740%27%20viewBox=%270%200%2040%2040%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath%20d=%27M20%200C31.0354%200%2040%208.9646%2040%2020C40%2031.0354%2031.0354%2040%2020%2040C8.9646%2040%200%2031.0354%200%2020C0%208.9646%208.9646%200%2020%200ZM20%201.73926C9.9045%201.73926%201.73926%209.9045%201.73926%2020C1.73926%2030.0955%209.9045%2038.2607%2020%2038.2607C30.0955%2038.2607%2038.2607%2030.0955%2038.2607%2020C38.2607%209.9045%2030.0955%201.73926%2020%201.73926ZM30.4346%2019.1309V20.8691H9.56543V19.1309H30.4346Z%27%20fill=%27%23000000%27/%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_delete-item {
  mask: url("data:image/svg+xml,%3csvg%20width=%2718%27%20height=%273%27%20viewBox=%270%200%2018%203%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath%20d=%27M0%200V2.57143H18V0H0Z%27%20fill=%27%23000000%27/%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_delete-small {
  mask: url("data:image/svg+xml,%3csvg%20width=%2718%27%20height=%2718%27%20viewBox=%270%200%2018%2018%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cg%20clip-path=%27url%28%23clip0_347_6974%29%27%3e%3cpath%20d=%27M9%200C4.03748%200%200%204.03748%200%209C0%2013.9625%204.03748%2018%209%2018C13.9625%2018%2018%2013.9625%2018%209C18%204.03748%2013.9625%200%209%200ZM9%2016.875C4.65767%2016.875%201.12501%2013.3424%201.12501%209.00003C1.12501%204.6577%204.65767%201.12501%209%201.12501C13.3423%201.12501%2016.875%204.65767%2016.875%209C16.875%2013.3423%2013.3423%2016.875%209%2016.875Z%27%20fill=%27%23000000%27/%3e%3cpath%20d=%27M4.5%208.43751H13.5V9.56252H4.5V8.43751Z%27%20fill=%27%23000000%27/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id=%27clip0_347_6974%27%3e%3crect%20width=%2718%27%20height=%2718%27%20fill=%27white%27/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_deleting {
  mask: url("data:image/svg+xml,%3csvg%20width=%2721%27%20height=%2724%27%20viewBox=%270%200%2021%2024%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cg%20clip-path=%27url%28%23clip0_215_4063%29%27%3e%3cpath%20d=%27M8.93227%2016.6679C9.10609%2016.8469%209.32337%2016.9412%209.54934%2016.9412C9.77531%2016.9412%209.99258%2016.8469%2010.1664%2016.6679L13.6428%2012.8985C13.9818%2012.531%2013.9818%2011.9373%2013.6428%2011.5698C13.3039%2011.2022%2012.7564%2011.2022%2012.4174%2011.5698L9.54934%2014.6701L8.42819%2013.4545C8.08924%2013.0869%207.5417%2013.0869%207.20274%2013.4545C6.86379%2013.822%206.86379%2014.4157%207.20274%2014.7832L8.93227%2016.6679Z%27%20fill=%27black%27/%3e%3cpath%20d=%27M0.868566%205.88235H1.77188L2.44936%2020.0718C2.56227%2022.2706%204.46443%2024%206.79219%2024H14.0534C16.3812%2024%2018.2833%2022.2706%2018.3875%2020.0718L19.0737%205.88235H19.977C20.4547%205.88235%2020.8456%205.51176%2020.8456%205.05882C20.8456%204.60588%2020.4547%204.23529%2019.977%204.23529H0.868566C0.390855%204.23529%200%204.60588%200%205.05882C0%205.51176%200.390855%205.88235%200.868566%205.88235ZM16.6504%2019.9976C16.5896%2021.3235%2015.4431%2022.3529%2014.0447%2022.3529H6.7835C5.38511%2022.3529%204.24729%2021.3153%204.1778%2019.9976L3.51769%205.88235H17.3366L16.6504%2019.9976Z%27%20fill=%27black%27/%3e%3cpath%20d=%27M7.8171%200C7.33938%200%206.94853%200.317647%206.94853%200.705882C6.94853%201.09412%207.33938%201.41176%207.8171%201.41176H13.0285C13.5062%201.41176%2013.8971%201.09412%2013.8971%200.705882C13.8971%200.317647%2013.5062%200%2013.0285%200H7.8171Z%27%20fill=%27black%27/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id=%27clip0_215_4063%27%3e%3crect%20width=%2721%27%20height=%2724%27%20fill=%27white%27/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_done {
  mask: url("data:image/svg+xml,%3csvg%20width=%2724%27%20height=%2724%27%20viewBox=%270%200%2024%2024%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath%20d=%27M12%2024C5.38059%2024%200%2018.6194%200%2012C0%205.38059%205.38059%200%2012%200C18.6194%200%2024%205.38059%2024%2012C24%2018.6194%2018.6194%2024%2012%2024ZM12%201.83975C6.39753%201.83975%201.849%206.39753%201.849%2011.9908C1.849%2017.584%206.40678%2022.1418%2012%2022.1418C17.5932%2022.1418%2022.151%2017.584%2022.151%2011.9908C22.151%206.39753%2017.5932%201.83975%2012%201.83975ZM11.1125%2015.7257L17.2789%209.55932C17.6394%209.19877%2017.6394%208.61633%2017.2789%208.25578C16.9183%207.89522%2016.3359%207.89522%2015.9753%208.25578L10.4653%2013.7658L8.0339%2011.3344C7.67334%2010.9738%207.09091%2010.9738%206.73035%2011.3344C6.3698%2011.6949%206.3698%2012.2774%206.73035%2012.6379L9.80894%2015.7165C9.98459%2015.8921%2010.2157%2015.9846%2010.4653%2015.9846C10.7149%2015.9846%2010.9461%2015.8829%2011.1217%2015.7165L11.1125%2015.7257Z%27%20fill=%27%23000000%27/%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_download-small {
  mask: url("data:image/svg+xml,%3csvg%20width=%2716%27%20height=%2716%27%20viewBox=%270%200%2016%2016%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cg%20clip-path=%27url%28%23clip0_350_7417%29%27%3e%3cpath%20fill-rule=%27evenodd%27%20clip-rule=%27evenodd%27%20d=%27M7.2115%2010.9543L3.06519%206.75497C2.39595%206.08434%203.3998%205.07874%204.06869%205.74938L6.86345%208.55237C7.0006%208.68992%207.11254%208.64282%207.11254%208.44623V0.712864C7.11254%200.318475%207.43028%200%207.82223%200C8.21692%200%208.53192%200.31916%208.53192%200.712864V8.44623C8.53192%208.6419%208.64345%208.69034%208.78102%208.55237L11.5758%205.74938C12.245%205.07874%2013.2485%206.08434%2012.5793%206.75497L8.46018%2010.9493C8.11414%2011.3017%207.55589%2011.3031%207.2115%2010.9543ZM14.2222%2014.2233V11.7333C14.2222%2011.3406%2014.5406%2011.0222%2014.9333%2011.0222C15.3261%2011.0222%2015.6444%2011.3406%2015.6444%2011.7333V14.935C15.6444%2015.5253%2015.1642%2016%2014.5747%2016H1.06979C0.481217%2016%200%2015.5219%200%2014.935V11.7333C0%2011.3406%200.318375%2011.0222%200.711111%2011.0222C1.10385%2011.0222%201.42222%2011.3406%201.42222%2011.7333V14.2233C1.42222%2014.4167%201.58148%2014.5778%201.77793%2014.5778H13.8665C14.0604%2014.5778%2014.2222%2014.4191%2014.2222%2014.2233Z%27%20fill=%27%23000000%27/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id=%27clip0_350_7417%27%3e%3crect%20width=%2715.6444%27%20height=%2716%27%20fill=%27white%27/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_duplicate-small {
  mask: url("data:image/svg+xml,%3csvg%20width=%2718%27%20height=%2718%27%20viewBox=%270%200%2018%2018%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cg%20clip-path=%27url%28%23clip0_347_6968%29%27%3e%3cpath%20d=%27M9%200C4.03748%200%200%204.03748%200%209C0%2013.9625%204.03748%2018%209%2018C13.9625%2018%2018%2013.9625%2018%209C18%204.03748%2013.9625%200%209%200ZM9%2016.875C4.65767%2016.875%201.12501%2013.3424%201.12501%209.00003C1.12501%204.6577%204.65767%201.12501%209%201.12501C13.3423%201.12501%2016.875%204.65767%2016.875%209C16.875%2013.3423%2013.3423%2016.875%209%2016.875Z%27%20fill=%27%23000000%27/%3e%3cpath%20fill-rule=%27evenodd%27%20clip-rule=%27evenodd%27%20d=%27M14%2013H6V11H4V5H12V7H14V13ZM11%207V6H5V10H6V7H11ZM7%2012H13V8H7V12Z%27%20fill=%27%23000000%27/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id=%27clip0_347_6968%27%3e%3crect%20width=%2718%27%20height=%2718%27%20fill=%27white%27/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_edit {
  mask: url("data:image/svg+xml,%3csvg%20width=%2716%27%20height=%2716%27%20viewBox=%270%200%2016%2016%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cg%20clip-path=%27url%28%23clip0_301_8040%29%27%3e%3cpath%20d=%27M0%2012.6662V16H3.33379L13.1707%206.16305L9.8369%202.82926L0%2012.6662Z%27%20fill=%27%23000000%27/%3e%3cpath%20d=%27M15.7399%202.33586L13.6641%200.260036C13.3174%20-0.0866786%2012.7528%20-0.0866786%2012.4061%200.260036L10.7792%201.88693L14.113%205.22072L15.7399%203.59383C16.0867%203.24711%2016.0867%202.68258%2015.7399%202.33586Z%27%20fill=%27%23000000%27/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id=%27clip0_301_8040%27%3e%3crect%20width=%2716%27%20height=%2716%27%20fill=%27white%27/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_excel {
  mask: url("data:image/svg+xml,%3csvg%20width=%2724%27%20height=%2724%27%20viewBox=%270%200%2024%2024%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cg%20clip-path=%27url%28%23clip0_27_216%29%27%3e%3cpath%20d=%27M21.26%2012.5835H17.4431L17.4431%2010.6751H21.26V12.5835ZM21.26%2013.6741H17.4431L17.4431%2015.5825H21.26V13.6741ZM21.26%204.67714H17.4431L17.4431%206.58558H21.26V4.67714ZM21.26%207.67611H17.4431L17.4431%209.58455H21.26V7.67611ZM21.26%2016.673H17.4431L17.4431%2018.5815H21.26V16.673ZM23.8964%2020.4354C23.7873%2021.0025%2023.1057%2021.0161%2022.6504%2021.0352H14.1715V23.4889H12.4785L0%2021.3078V2.22616L12.5521%200.0423584H14.1715V2.21527L22.3587%202.21525C22.8195%202.23434%2023.3266%202.20162%2023.7273%202.47698C24.0082%202.88048%2023.9809%203.39303%2024%203.85651L23.9891%2018.0498C23.9754%2018.8432%2024.0627%2019.6529%2023.8964%2020.4354ZM9.99749%2016.1578C9.24502%2014.631%208.47892%2013.1152%207.72918%2011.5884C8.47074%2010.1026%209.2014%208.61125%209.92933%207.11994C9.31046%207.14993%208.69158%207.1881%208.07542%207.23172C7.61467%208.35225%207.07758%209.44279%206.7177%2010.6015C6.38236%209.50822%205.93797%208.45585%205.53175%207.38985C4.93195%207.42256%204.33216%207.45801%203.73236%207.49345C4.36487%208.88934%205.03828%2010.2661%205.6517%2011.6702C4.92922%2013.0334%204.25309%2014.4156%203.55242%2015.787C4.14949%2015.8115%204.74656%2015.8361%205.34363%2015.8442C5.76894%2014.7591%206.29785%2013.715%206.66863%2012.6081C7.00124%2013.7968%207.5656%2014.8955%208.02907%2016.0324C8.68612%2016.0787%209.34044%2016.1196%209.99749%2016.1578ZM22.6997%203.51008H14.1715L14.1715%204.67714H16.3526V6.58558H14.1715V7.67611H16.3526V9.58455H14.1715V10.6751H16.3526V12.5835H14.1715V13.6741H16.3526V15.5825H14.1715V16.673H16.3526V18.5815H14.1715V19.8423H22.6997V3.51008Z%27%20fill=%27%23000000%27/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id=%27clip0_27_216%27%3e%3crect%20width=%2724%27%20height=%2723.5312%27%20fill=%27white%27/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_eye-closed {
  mask: url("data:image/svg+xml,%3csvg%20width=%2718%27%20height=%2710%27%20viewBox=%270%200%2018%2010%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cg%20clip-path=%27url%28%23clip0_334_7325%29%27%3e%3cpath%20d=%27M17.8388%206.31373C17.8732%206.37336%2017.8956%206.43919%2017.9046%206.50747C17.9136%206.57575%2017.9091%206.64514%2017.8913%206.71167C17.8735%206.7782%2017.8427%206.84057%2017.8008%206.89522C17.7589%206.94986%2017.7066%206.99572%2017.647%207.03015C17.5873%207.06459%2017.5215%207.08693%2017.4532%207.09591C17.3849%207.10489%2017.3155%207.10033%2017.249%207.08249C17.1825%207.06464%2017.1201%207.03387%2017.0655%206.99192C17.0109%206.94997%2016.9651%206.89767%2016.9307%206.838L15.2307%203.89375C14.2151%204.59845%2013.0846%205.12099%2011.8897%205.43798L12.4255%208.47652C12.4497%208.61346%2012.4184%208.75438%2012.3387%208.86828C12.2589%208.98219%2012.1372%209.05974%2012.0003%209.0839C11.97%209.08921%2011.9393%209.0919%2011.9086%209.09192C11.7854%209.09175%2011.6663%209.04824%2011.572%208.96901C11.4777%208.88979%2011.4143%208.7799%2011.3929%208.65861L10.8635%205.65677C9.6264%205.85594%208.36535%205.85553%207.12836%205.65558L6.59907%208.65751C6.57767%208.7788%206.51427%208.88869%206.41997%208.96791C6.32567%209.04714%206.2065%209.09065%206.08334%209.09082C6.05261%209.09079%206.02195%209.08811%205.99169%209.0828C5.85475%209.05864%205.73302%208.98108%205.65327%208.86718C5.57351%208.75328%205.54227%208.61236%205.5664%208.47542L6.1023%205.43598C4.90878%205.11838%203.77958%204.59564%202.76519%203.89111L1.05583%206.85182C0.986263%206.97217%200.871758%207.05996%200.737485%207.0959C0.603213%207.13184%200.460163%207.11299%200.339784%207.04349C0.219406%206.97399%200.131553%206.85953%200.0955403%206.72528C0.0595271%206.59103%200.0783014%206.44797%200.147736%206.32755L1.92468%203.2498C1.29547%202.72142%200.719081%202.13316%200.203627%201.49332C0.116425%201.38514%200.07573%201.24678%200.090484%201.10862C0.105238%200.970461%200.174234%200.843811%200.282313%200.756493C0.390392%200.669175%200.528714%200.628333%200.666888%200.64294C0.805063%200.657546%200.931787%200.726408%201.01922%200.834394C1.5738%201.52441%202.20664%202.14769%202.90503%202.6917C2.91565%202.69913%202.92569%202.70706%202.9356%202.71517C4.66946%204.05919%206.80618%204.77872%208.99986%204.7573C11.193%204.77871%2013.3293%204.05947%2015.0629%202.71597C15.0721%202.70859%2015.0814%202.70125%2015.0912%202.69443C15.7909%202.14978%2016.4249%201.52557%2016.9804%200.834388C17.0236%200.780752%2017.077%200.736165%2017.1375%200.703175C17.198%200.670185%2017.2644%200.64944%2017.3329%200.642124C17.4014%200.634809%2017.4707%200.641067%2017.5367%200.660541C17.6028%200.680015%2017.6644%200.712323%2017.718%200.755618C17.7716%200.798913%2017.8161%200.852346%2017.8491%200.912862C17.882%200.973378%2017.9027%201.03979%2017.9099%201.1083C17.9171%201.17681%2017.9108%201.24608%2017.8913%201.31214C17.8717%201.3782%2017.8394%201.43977%2017.796%201.49331C17.2796%202.13435%2016.702%202.72359%2016.0714%203.2527L17.8388%206.31373Z%27%20fill=%27%23000000%27/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id=%27clip0_334_7325%27%3e%3crect%20width=%2718%27%20height=%2710%27%20fill=%27white%27/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_eye-opened {
  mask: url("data:image/svg+xml,%3csvg%20width=%2718%27%20height=%2713%27%20viewBox=%270%200%2018%2013%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath%20d=%27M9%200C4.90949%200%201.41525%202.54402%200%206.1365C1.41525%209.72901%204.90949%2012.273%209%2012.273C13.0905%2012.273%2016.584%209.72901%2018%206.1365C16.584%202.54402%2013.0905%200%209%200ZM9%2010.227C6.74174%2010.227%204.90949%208.39476%204.90949%206.1365C4.90949%203.87824%206.74174%202.04599%209%202.04599C11.2583%202.04599%2013.0905%203.87824%2013.0905%206.1365C13.0905%208.39476%2011.2583%2010.227%209%2010.227ZM9%203.68249C7.641%203.68249%206.54599%204.77825%206.54599%206.1365C6.54599%207.49474%207.64175%208.59051%209%208.59051C10.3582%208.59051%2011.454%207.49474%2011.454%206.1365C11.454%204.77825%2010.359%203.68249%209%203.68249Z%27%20fill=%27%23000000%27/%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_filter-add {
  mask: url("data:image/svg+xml,%3csvg%20width=%2718%27%20height=%2720%27%20viewBox=%270%200%2018%2020%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cg%20clip-path=%27url%28%23clip0_92_254%29%27%3e%3cpath%20d=%27M17.8447%203.29642V1.03962C17.817%200.745578%2017.5623%200.525624%2017.2673%200.540994H0.577335C0.288969%200.511711%200.0314435%200.721769%200.00215986%201.01014C0.00115527%201.01993%200.000452063%201.02977%200%201.03962V3.29647C0.0130094%203.43234%200.0680104%203.56077%200.157469%203.66385L6.56059%2010.1457V18.9368C6.56843%2019.1199%206.66682%2019.2871%206.82299%2019.3829C6.90004%2019.4361%206.99186%2019.4636%207.08538%2019.4616L7.32156%2019.4091L10.9955%2017.5722C11.1695%2017.478%2011.2797%2017.2977%2011.2841%2017.0999V10.1456L17.6873%203.66385C17.7767%203.56072%2017.8317%203.43229%2017.8447%203.29642ZM10.3657%209.56834C10.2841%209.67382%2010.2382%209.80246%2010.2345%209.93572V16.7849L7.61023%2018.0708V9.93572C7.60827%209.79729%207.55166%209.66523%207.45276%209.56834L1.67951%203.69006H16.1652L10.3657%209.56834ZM16.795%202.64037H1.04969V1.59068H16.795V2.64037Z%27%20fill=%27%23000000%27/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id=%27clip0_92_254%27%3e%3crect%20width=%2718%27%20height=%2720%27%20fill=%27white%27/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_filter-applied {
  mask: url("data:image/svg+xml,%3csvg%20width=%2722%27%20height=%2720%27%20viewBox=%270%200%2022%2020%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cg%20clip-path=%27url%28%23clip0_92_257%29%27%3e%3cpath%20d=%27M17.5%209C19.9858%209%2022%2011.0142%2022%2013.5C22%2015.9858%2019.9858%2018%2017.5%2018C15.0142%2018%2013%2015.9858%2013%2013.5C13%2011.0142%2015.0142%209%2017.5%209ZM17.125%2014.4697L15.8906%2013.2344L15.3604%2013.7646L17.125%2015.5303L20.3906%2012.2646L19.8604%2011.7354L17.125%2014.4697Z%27%20fill=%27%230054D5%27/%3e%3cpath%20fill-rule=%27evenodd%27%20clip-rule=%27evenodd%27%20d=%27M17.125%2015.5303L15.3604%2013.7646L15.8906%2013.2344L17.125%2014.4697L19.8604%2011.7354L20.3906%2012.2646L17.125%2015.5303Z%27%20fill=%27white%27/%3e%3cpath%20d=%27M17.8447%203.29642V1.03962C17.817%200.745578%2017.5623%200.525624%2017.2673%200.540994H0.577335C0.288969%200.511711%200.0314435%200.721769%200.00215986%201.01014C0.00115527%201.01993%200.000452063%201.02977%200%201.03962V3.29647C0.0130094%203.43234%200.0680104%203.56077%200.157469%203.66385L6.56059%2010.1457V18.9368C6.56843%2019.1199%206.66682%2019.2871%206.82299%2019.3829C6.90004%2019.4361%206.99186%2019.4636%207.08538%2019.4616L7.32156%2019.4091L10.9955%2017.5722C11.1695%2017.478%2011.2797%2017.2977%2011.2841%2017.0999V10.1456L17.6873%203.66385C17.7767%203.56072%2017.8317%203.43229%2017.8447%203.29642ZM16.795%202.64037H1.04969V1.59068H16.795V2.64037Z%27%20fill=%27%23000000%27/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id=%27clip0_92_257%27%3e%3crect%20width=%2722%27%20height=%2720%27%20fill=%27white%27/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_filter-cancel {
  mask: url("data:image/svg+xml,%3csvg%20width=%2722%27%20height=%2720%27%20viewBox=%270%200%2022%2020%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cg%20clip-path=%27url%28%23clip0_92_250%29%27%3e%3cpath%20d=%27M17.8447%203.29642V1.03962C17.817%200.745578%2017.5623%200.525624%2017.2673%200.540994H0.577335C0.288969%200.511711%200.0314435%200.721769%200.00215986%201.01014C0.00115527%201.01993%200.000452063%201.02977%200%201.03962V3.29647C0.0130094%203.43234%200.0680104%203.56077%200.157469%203.66385L6.56059%2010.1457V18.9368C6.56843%2019.1199%206.66682%2019.2871%206.82299%2019.3829C6.90004%2019.4361%206.99186%2019.4636%207.08538%2019.4616L7.32156%2019.4091L10.9955%2017.5722C11.1695%2017.478%2011.2797%2017.2977%2011.2841%2017.0999V10.1456L17.6873%203.66385C17.7767%203.56072%2017.8317%203.43229%2017.8447%203.29642ZM10.3657%209.56834C10.2841%209.67382%2010.2382%209.80246%2010.2345%209.93572V16.7849L7.61023%2018.0708V9.93572C7.60827%209.79729%207.55166%209.66523%207.45276%209.56834L1.67951%203.69006H16.1652L10.3657%209.56834ZM16.795%202.64037H1.04969V1.59068H16.795V2.64037Z%27%20fill=%27%23000000%27/%3e%3cpath%20d=%27M20.679%209.41086C20.6601%209.39162%2020.641%209.37258%2020.6218%209.35364C18.8536%207.61707%2016.0125%207.64268%2014.2759%209.41086C14.2567%209.42974%2014.2376%209.44883%2014.2187%209.46807C12.4821%2011.2362%2012.5077%2014.0774%2014.2759%2015.814C15.117%2016.6764%2016.2728%2017.1596%2017.4775%2017.1524C18.6713%2017.1478%2019.8153%2016.6732%2020.6618%2015.8313C22.4395%2014.063%2022.4472%2011.1885%2020.679%209.41086ZM19.9442%2015.0792C18.6008%2016.3418%2016.5071%2016.3418%2015.1636%2015.0792C13.759%2013.7591%2013.6905%2011.5502%2015.0106%2010.1457C16.3734%208.78424%2018.5814%208.78424%2019.9442%2010.1457C21.2774%2011.5199%2021.2774%2013.7049%2019.9442%2015.0792Z%27%20fill=%27%23000000%27/%3e%3cpath%20d=%27M19.4979%2010.5655C19.3118%2010.3626%2018.9964%2010.349%2018.7935%2010.5352C18.7829%2010.5449%2018.7728%2010.555%2018.7632%2010.5655L17.4773%2011.8776L16.1653%2010.5655C15.9791%2010.3626%2015.6637%2010.349%2015.4608%2010.5352C15.4503%2010.5449%2015.4402%2010.555%2015.4305%2010.5655C15.2272%2010.7785%2015.2272%2011.1136%2015.4305%2011.3265L16.7164%2012.6124L15.4305%2013.8983C15.2272%2014.1112%2015.2272%2014.4463%2015.4305%2014.6593C15.6167%2014.8622%2015.9321%2014.8758%2016.135%2014.6896C16.1455%2014.6799%2016.1556%2014.6698%2016.1653%2014.6593L17.4773%2013.3472L18.7632%2014.6593C18.8601%2014.7582%2018.9921%2014.8147%2019.1306%2014.8168C19.2703%2014.8212%2019.4048%2014.7636%2019.4979%2014.6593C19.7012%2014.4463%2019.7012%2014.1112%2019.4979%2013.8983L18.2121%2012.6124L19.4979%2011.3265C19.7012%2011.1136%2019.7012%2010.7784%2019.4979%2010.5655Z%27%20fill=%27%23000000%27/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id=%27clip0_92_250%27%3e%3crect%20width=%2722.0001%27%20height=%2720%27%20fill=%27white%27/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_filter-cancel-applied {
  mask: url("data:image/svg+xml,%3csvg%20width=%2722%27%20height=%2720%27%20viewBox=%270%200%2022%2020%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cg%20clip-path=%27url%28%23clip0_92_260%29%27%3e%3cpath%20d=%27M20.6788%2010.4109C20.6599%2010.3916%2020.6408%2010.3726%2020.6216%2010.3537C18.8534%208.61709%2016.0123%208.64271%2014.2757%2010.4109C14.2564%2010.4298%2014.2374%2010.4489%2014.2185%2010.4681C12.4819%2012.2363%2012.5075%2015.0774%2014.2757%2016.814C15.1168%2017.6765%2016.2725%2018.1596%2017.4772%2018.1524C18.6711%2018.1479%2019.8151%2017.6732%2020.6616%2016.8313C22.4393%2015.0631%2022.447%2012.1885%2020.6788%2010.4109ZM19.944%2016.0792C18.6006%2017.3418%2016.5069%2017.3418%2015.1634%2016.0792C13.7588%2014.7591%2013.6903%2012.5502%2015.0104%2011.1457C16.3732%209.78427%2018.5812%209.78427%2019.944%2011.1457C21.2772%2012.52%2021.2772%2014.7049%2019.944%2016.0792Z%27%20fill=%27%23000000%27/%3e%3cpath%20d=%27M19.4977%2011.5655C19.3116%2011.3626%2018.9962%2011.3491%2018.7933%2011.5353C18.7827%2011.5449%2018.7726%2011.555%2018.763%2011.5655L17.4771%2012.8776L16.1651%2011.5655C15.9789%2011.3626%2015.6635%2011.3491%2015.4606%2011.5353C15.45%2011.5449%2015.44%2011.555%2015.4303%2011.5655C15.227%2011.7785%2015.227%2012.1136%2015.4303%2012.3266L16.7162%2013.6124L15.4303%2014.8983C15.227%2015.1113%2015.227%2015.4463%2015.4303%2015.6593C15.6165%2015.8622%2015.9319%2015.8758%2016.1348%2015.6896C16.1453%2015.68%2016.1554%2015.6698%2016.1651%2015.6593L17.4771%2014.3472L18.763%2015.6593C18.8599%2015.7582%2018.9919%2015.8148%2019.1304%2015.8168C19.2701%2015.8213%2019.4046%2015.7636%2019.4977%2015.6593C19.701%2015.4463%2019.701%2015.1113%2019.4977%2014.8983L18.2119%2013.6124L19.4977%2012.3266C19.701%2012.1136%2019.701%2011.7785%2019.4977%2011.5655Z%27%20fill=%27%23000000%27/%3e%3cpath%20d=%27M17.8447%203.29642V1.03962C17.817%200.745578%2017.5623%200.525624%2017.2673%200.540994H0.577335C0.288969%200.511711%200.0314435%200.721769%200.00215986%201.01014C0.00115527%201.01993%200.000452063%201.02977%200%201.03962V3.29647C0.0130094%203.43234%200.0680104%203.56077%200.157469%203.66385L6.56059%2010.1457V18.9368C6.56843%2019.1199%206.66682%2019.2871%206.82299%2019.3829C6.90004%2019.4361%206.99186%2019.4636%207.08538%2019.4616L7.32156%2019.4091L10.9955%2017.5722C11.1695%2017.478%2011.2797%2017.2977%2011.2841%2017.0999V10.1456L17.6873%203.66385C17.7767%203.56072%2017.8317%203.43229%2017.8447%203.29642ZM16.795%202.64037H1.04969V1.59068H16.795V2.64037Z%27%20fill=%27%23000000%27/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id=%27clip0_92_260%27%3e%3crect%20width=%2722%27%20height=%2720%27%20fill=%27white%27/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_filters {
  mask: url("data:image/svg+xml,%3csvg%20width=%2724%27%20height=%2722%27%20viewBox=%270%200%2024%2022%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath%20d=%27M7%2016C8.29297%2016%209.39453%2016.8438%209.8125%2018H24V20H9.8125C9.39453%2021.1562%208.29297%2022%207%2022C5.70703%2022%204.60547%2021.1562%204.1875%2020H0V18H4.1875C4.60547%2016.8438%205.70703%2016%207%2016ZM7%2018C6.4375%2018%206%2018.4375%206%2019C6%2019.5625%206.4375%2020%207%2020C7.5625%2020%208%2019.5625%208%2019C8%2018.4375%207.5625%2018%207%2018ZM18%208C19.293%208%2020.3945%208.84375%2020.8125%2010H24V12H20.8125C20.3945%2013.1562%2019.293%2014%2018%2014C16.707%2014%2015.6055%2013.1562%2015.1875%2012H0V10H15.1875C15.6055%208.84375%2016.707%208%2018%208ZM18%2010C17.4375%2010%2017%2010.4375%2017%2011C17%2011.5625%2017.4375%2012%2018%2012C18.5625%2012%2019%2011.5625%2019%2011C19%2010.4375%2018.5625%2010%2018%2010ZM11%200C12.293%200%2013.3945%200.84375%2013.8125%202H24V4H13.8125C13.3945%205.15625%2012.293%206%2011%206C9.70703%206%208.60547%205.15625%208.1875%204H0V2H8.1875C8.60547%200.84375%209.70703%200%2011%200ZM11%202C10.4375%202%2010%202.4375%2010%203C10%203.5625%2010.4375%204%2011%204C11.5625%204%2012%203.5625%2012%203C12%202.4375%2011.5625%202%2011%202Z%27%20fill=%27%23000000%27/%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_grouping {
  mask: url("data:image/svg+xml,%3csvg%20width=%2724%27%20height=%2724%27%20viewBox=%270%200%2024%2024%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cg%20clip-path=%27url%28%23clip0_215_5341%29%27%3e%3cpath%20fill-rule=%27evenodd%27%20clip-rule=%27evenodd%27%20d=%27M0.246956%204.89324C0.50622%202.06572%202.92984%200%205.72088%200H14.2724C16.8152%200%2019.0575%201.71534%2019.6258%204.16532C21.7972%204.70492%2023.5128%206.51548%2023.739%208.85916C24.088%2012.4741%2024.0871%2015.4818%2023.7357%2019.1332C23.4647%2021.9493%2021.0461%2024%2018.2656%2024H9.72524C7.17872%2024%204.9394%2022.2806%204.36716%2019.8335C2.18373%2019.289%200.464784%2017.4593%200.24894%2015.102C-0.0820516%2011.4871%20-0.0832436%208.4944%200.246956%204.89324ZM4.16332%2018.0847C3.92072%2014.9113%203.9482%2012.1513%204.24696%208.89324C4.5062%206.06572%206.92984%204%209.72088%204H17.9006C17.3324%202.58072%2015.9093%201.6%2014.2724%201.6H5.72088C3.70812%201.6%202.01964%203.08311%201.84027%205.03932C1.51904%208.54272%201.52012%2011.4376%201.84228%2014.9561C1.97234%2016.3766%202.8968%2017.5481%204.16332%2018.0847ZM5.84028%209.03932C6.01964%207.08312%207.70812%205.6%209.72088%205.6H18.2724C20.2756%205.6%2021.9588%207.06888%2022.1464%209.01288C22.4854%2012.5248%2022.4848%2015.4297%2022.1431%2018.9799C21.9556%2020.9275%2020.271%2022.4%2018.2656%2022.4H9.72524C7.71112%2022.4%206.0216%2020.9146%205.84228%2018.9561C5.52012%2015.4376%205.51904%2012.5427%205.84028%209.03932Z%27%20fill=%27%23000000%27/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id=%27clip0_215_5341%27%3e%3crect%20width=%2724%27%20height=%2724%27%20fill=%27white%27/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_history {
  mask: url("data:image/svg+xml,%3csvg%20width=%2724%27%20height=%2723%27%20viewBox=%270%200%2024%2023%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath%20d=%27M5.52%2016.7329H3.20327C5.02531%2020.4527%208.72816%2023%2013.0016%2023C19.0751%2023%2024%2017.8516%2024%2011.5C24%205.14837%2019.0751%200%2012.9992%200C7.60653%200%203.12%204.05521%202.17959%209.40839H0L3%2013.589L6%209.40839H4.22204C5.13306%205.2175%208.71592%202.09161%2012.9992%202.09161C17.9706%202.09161%2021.9992%206.30298%2021.9992%2011.5C21.9992%2016.697%2017.9706%2020.9084%2012.9992%2020.9084C9.88163%2020.9084%207.13388%2019.2494%205.52%2016.7329Z%27%20fill=%27%23000000%27/%3e%3cpath%20d=%27M12.7059%204.3125V12.4129L17.8523%2015.8125L18.3529%2014.8582L13.695%2011.7542V4.3125H12.7059Z%27%20fill=%27%23000000%27/%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_history-2 {
  mask: url("data:image/svg+xml,%3csvg%20width=%2720%27%20height=%2724%27%20viewBox=%270%200%2020%2024%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cg%20clip-path=%27url%28%23clip0_140_2448%29%27%3e%3cpath%20d=%27M19.8407%206.10829V21.6914C19.8407%2022.9643%2018.8051%2024%2017.5321%2024H6.99915C5.7262%2024%204.69054%2022.9643%204.69054%2021.6914V11.559C5.01985%2011.6137%205.35579%2011.6492%205.70055%2011.6492C5.94504%2011.6492%206.185%2011.6311%206.422%2011.6031V21.6914C6.422%2022.0096%206.68085%2022.2685%206.99915%2022.2685H17.5321C17.8503%2022.2685%2018.1092%2022.0095%2018.1092%2021.6914V6.10829C18.1092%205.78999%2017.8503%205.53115%2017.5321%205.53115H11.8187C11.8187%204.92921%2011.7283%204.34908%2011.5662%203.79973H17.5321C18.8051%203.79968%2019.8407%204.83534%2019.8407%206.10829ZM5.60414%2010.8896C2.60173%2010.8896%200.159241%208.44717%200.159241%205.4449C0.159287%202.44249%202.60173%200%205.60414%200C8.60644%200%2011.0491%202.44249%2011.0491%205.4449C11.0491%208.44717%208.60644%2010.8896%205.60414%2010.8896ZM5.60414%209.73532C7.96979%209.73532%209.89459%207.81086%209.89459%205.4449C9.89459%203.07879%207.97007%201.15433%205.60414%201.15433C3.23808%201.15433%201.31357%203.07879%201.31357%205.4449C1.31357%207.81086%203.23837%209.73532%205.60414%209.73532ZM8.86961%206.02209C9.18825%206.02209%209.44681%205.76353%209.44681%205.44494C9.44681%205.12636%209.18825%204.86781%208.86961%204.86781H6.18128V2.60216C6.18128%202.28357%205.92273%202.02502%205.60414%202.02502C5.28556%202.02502%205.027%202.28357%205.027%202.60216V5.44494C5.027%205.76353%205.28556%206.02209%205.60414%206.02209H8.86961ZM15.531%2010.7016H9.27853C8.95998%2010.7016%208.70142%2010.9602%208.70142%2011.2787C8.70142%2011.5974%208.95998%2011.8558%209.27853%2011.8558H15.531C15.8497%2011.8558%2016.1081%2011.5973%2016.1081%2011.2787C16.1082%2010.9602%2015.8497%2010.7016%2015.531%2010.7016ZM15.5411%2014.2025H9.28868C8.97013%2014.2025%208.71158%2014.4609%208.71158%2014.7797C8.71158%2015.0984%208.97013%2015.3568%209.28868%2015.3568H15.5411C15.8599%2015.3568%2016.1183%2015.0984%2016.1183%2014.7797C16.1183%2014.4609%2015.8602%2014.2025%2015.5411%2014.2025ZM15.5411%2017.8483H9.28868C8.97013%2017.8483%208.71158%2018.107%208.71158%2018.4254C8.71158%2018.7442%208.97013%2019.0026%209.28868%2019.0026H15.5411C15.8599%2019.0026%2016.1183%2018.7442%2016.1183%2018.4254C16.1183%2018.107%2015.8602%2017.8483%2015.5411%2017.8483Z%27%20fill=%27%23000000%27/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id=%27clip0_140_2448%27%3e%3crect%20width=%2720%27%20height=%2724%27%20fill=%27white%27/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_keyboard {
  mask: url("data:image/svg+xml,%3csvg%20width=%2720%27%20height=%2720%27%20viewBox=%270%200%2020%2020%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath%20d=%27M2.4955%205.82313C2.05432%205.82313%201.63114%205.99841%201.31922%206.31055C1.00709%206.62249%200.831801%207.04566%200.831801%207.48683V17.469C0.831801%2017.9102%201.00708%2018.3334%201.31922%2018.6455C1.63116%2018.9574%202.05433%2019.1327%202.4955%2019.1327H17.4621C17.9033%2019.1327%2018.3265%2018.9574%2018.6386%2018.6455C18.9505%2018.3333%2019.1258%2017.9102%2019.1258%2017.469V7.48683C19.1258%207.04565%2018.9505%206.62247%2018.6384%206.31055C18.3264%205.99842%2017.9033%205.82313%2017.4621%205.82313H2.4955ZM4.15268%208.31868C4.37327%208.31868%204.58495%208.40632%204.74092%208.56229C4.89688%208.71826%204.98453%208.92994%204.98453%209.15052C4.98453%209.37111%204.89688%209.58279%204.74092%209.73876C4.58495%209.89473%204.37327%209.98237%204.15268%209.98237C3.93209%209.98237%203.72041%209.89473%203.56444%209.73876C3.40848%209.58279%203.32083%209.37111%203.32083%209.15052C3.32083%208.92994%203.40848%208.71826%203.56444%208.56229C3.72041%208.40632%203.93209%208.31868%204.15268%208.31868ZM7.06415%208.31868C7.28474%208.31868%207.49622%208.40632%207.65238%208.56229C7.80835%208.71826%207.896%208.92994%207.896%209.15052C7.896%209.37111%207.80835%209.58279%207.65238%209.73876C7.49622%209.89473%207.28474%209.98237%207.06415%209.98237C6.84356%209.98237%206.63188%209.89473%206.47591%209.73876C6.31994%209.58279%206.2323%209.37111%206.2323%209.15052C6.2323%208.92994%206.31994%208.71826%206.47591%208.56229C6.63188%208.40632%206.84356%208.31868%207.06415%208.31868ZM9.97562%208.31868C10.1962%208.31868%2010.4077%208.40632%2010.5637%208.56229C10.7196%208.71826%2010.8073%208.92994%2010.8073%209.15052C10.8073%209.37111%2010.7196%209.58279%2010.5637%209.73876C10.4077%209.89473%2010.1962%209.98237%209.97562%209.98237C9.75484%209.98237%209.54335%209.89473%209.38738%209.73876C9.23141%209.58279%209.14377%209.37111%209.14377%209.15052C9.14377%208.92994%209.23141%208.71826%209.38738%208.56229C9.54335%208.40632%209.75484%208.31868%209.97562%208.31868ZM12.8871%208.31868C13.1077%208.31868%2013.3192%208.40632%2013.4751%208.56229C13.6311%208.71826%2013.7187%208.92994%2013.7187%209.15052C13.7187%209.37111%2013.6311%209.58279%2013.4751%209.73876C13.3192%209.89473%2013.1075%209.98237%2012.8869%209.98237C12.6663%209.98237%2012.4548%209.89473%2012.2989%209.73876C12.1427%209.58279%2012.0551%209.37111%2012.0551%209.15052C12.0551%208.92994%2012.1427%208.71826%2012.2989%208.56229C12.4548%208.40632%2012.6665%208.31868%2012.8871%208.31868ZM15.7986%208.31868C16.0191%208.31868%2016.2306%208.40632%2016.3866%208.56229C16.5426%208.71826%2016.6302%208.92994%2016.6302%209.15052C16.6302%209.37111%2016.5426%209.58279%2016.3866%209.73876C16.2306%209.89473%2016.019%209.98237%2015.7984%209.98237C15.5778%209.98237%2015.3661%209.89473%2015.2101%209.73876C15.0542%209.58279%2014.9665%209.37111%2014.9665%209.15052C14.9665%208.92994%2015.0542%208.71826%2015.2101%208.56229C15.3661%208.40632%2015.578%208.31868%2015.7986%208.31868ZM5.81638%2011.6461C6.03696%2011.6461%206.24846%2011.7337%206.40443%2011.8897C6.5604%2012.0457%206.64804%2012.2571%206.64804%2012.4779C6.64804%2012.6985%206.5604%2012.91%206.40443%2013.066C6.24846%2013.2221%206.03678%2013.3098%205.81619%2013.3098C5.5956%2013.3098%205.38392%2013.2221%205.22795%2013.066C5.07199%2012.91%204.98434%2012.6985%204.98434%2012.4779C4.98434%2012.2571%205.07199%2012.0457%205.22795%2011.8897C5.38392%2011.7337%205.59579%2011.6461%205.81638%2011.6461ZM8.58971%2011.6461C8.8103%2011.6461%209.02179%2011.7337%209.17776%2011.8897C9.33373%2012.0457%209.42137%2012.2571%209.42137%2012.4779C9.42137%2012.6985%209.33373%2012.91%209.17776%2013.066C9.02179%2013.2221%208.81011%2013.3098%208.58952%2013.3098C8.36894%2013.3098%208.15726%2013.2221%208.00129%2013.066C7.84532%2012.91%207.75768%2012.6985%207.75768%2012.4779C7.75768%2012.2571%207.84532%2012.0457%208.00129%2011.8897C8.15726%2011.7337%208.36912%2011.6461%208.58971%2011.6461ZM11.3614%2011.6461C11.582%2011.6461%2011.7935%2011.7337%2011.9494%2011.8897C12.1054%2012.0457%2012.193%2012.2571%2012.193%2012.4779C12.193%2012.6985%2012.1054%2012.91%2011.9494%2013.066C11.7935%2013.2221%2011.5818%2013.3098%2011.3612%2013.3098C11.1406%2013.3098%2010.9291%2013.2221%2010.773%2013.066C10.617%2012.91%2010.5293%2012.6985%2010.5293%2012.4779C10.5293%2012.2571%2010.617%2012.0457%2010.773%2011.8897C10.9291%2011.7337%2011.1408%2011.6461%2011.3614%2011.6461ZM14.1347%2011.6461C14.3553%2011.6461%2014.5668%2011.7337%2014.7228%2011.8897C14.8787%2012.0457%2014.9664%2012.2571%2014.9664%2012.4779C14.9664%2012.6985%2014.8787%2012.91%2014.7228%2013.066C14.5668%2013.2221%2014.3551%2013.3098%2014.1345%2013.3098C13.9139%2013.3098%2013.7024%2013.2221%2013.5463%2013.066C13.3903%2012.91%2013.3027%2012.6985%2013.3027%2012.4779C13.3027%2012.2571%2013.3903%2012.0457%2013.5463%2011.8897C13.7024%2011.7337%2013.9141%2011.6461%2014.1347%2011.6461ZM6.23073%2014.9718H13.7155C13.9372%2014.9709%2014.15%2015.0585%2014.3066%2015.2154C14.4634%2015.3721%2014.5512%2015.5851%2014.5503%2015.8068C14.5493%2016.0274%2014.4609%2016.2387%2014.3044%2016.3941C14.1477%2016.5495%2013.9358%2016.6362%2013.7152%2016.6353H6.2305C6.01103%2016.6345%205.80084%2016.5469%205.64559%2016.3917C5.49037%2016.2366%205.40272%2016.0262%205.40198%2015.8067C5.40105%2015.5862%205.48795%2015.3743%205.64318%2015.2176C5.79859%2015.061%206.01016%2014.9725%206.23073%2014.9718Z%27%20fill=%27black%27/%3e%3cpath%20d=%27M2.49312%204.99224C1.12466%204.99224%200%206.11689%200%207.48536V17.4699C0%2018.8382%201.12466%2019.963%202.49312%2019.963H17.464C18.8325%2019.963%2019.9571%2018.8384%2019.9571%2017.4699V7.48536C19.9571%206.11689%2018.8325%204.99224%2017.464%204.99224H2.49312ZM2.49312%206.65631H17.464C17.9332%206.65631%2018.2931%207.01597%2018.2929%207.48536V17.4699C18.2929%2017.9391%2017.9332%2018.2988%2017.464%2018.2988H2.49312C2.02391%2018.2988%201.66408%2017.9391%201.66408%2017.4699V7.48536C1.66408%207.01614%202.02374%206.65631%202.49312%206.65631Z%27%20fill=%27black%27/%3e%3cpath%20d=%27M15.7998%207.36389e-06C15.5792%20-0.000921073%2015.3672%200.0859774%2015.2106%200.24139C15.0539%200.396989%2014.9656%200.608297%2014.9648%200.828865C14.9648%201.29826%2014.6053%201.66385%2014.1358%201.66385H6.65056C4.82273%201.66441%203.32241%203.16412%203.32241%204.992V5.82105C3.32166%206.04182%203.40856%206.25387%203.56397%206.41037C3.71939%206.56709%203.93069%206.65547%204.15145%206.65622C4.37315%206.65715%204.58612%206.56932%204.74282%206.4126C4.89972%206.2557%204.98736%206.04292%204.98662%205.82104V4.99214C4.98662%204.06337%205.72192%203.32825%206.65069%203.32806H14.1359C15.5042%203.32769%2016.629%202.19727%2016.629%200.828813C16.6283%200.609153%2016.5404%200.398776%2016.3852%200.243572C16.2298%200.0883449%2016.0195%200.000748897%2015.7998%207.36389e-06Z%27%20fill=%27black%27/%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_location {
  mask: url("data:image/svg+xml,%3csvg%20width=%2712%27%20height=%2716%27%20viewBox=%270%200%2012%2016%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cg%20clip-path=%27url%28%23clip0_273_6717%29%27%3e%3cpath%20d=%27M6%200C2.7%200%200.015625%202.68438%200.015625%205.98438C0.015625%207.05937%200.521875%208.41563%201.55938%2010.1313C2.42188%2011.5563%203.49063%2012.9719%204.43125%2014.2188C4.86562%2014.7937%205.275%2015.3375%205.59062%2015.7875C5.68437%2015.9219%205.8375%2016%206%2016C6.1625%2016%206.31563%2015.9219%206.40938%2015.7875C6.725%2015.3375%207.13438%2014.7937%207.56875%2014.2188C8.50938%2012.9719%209.575%2011.5563%2010.4406%2010.1313C11.4781%208.41563%2011.9844%207.05937%2011.9844%205.98438C11.9844%202.68438%209.3%200%206%200ZM6%208.75C4.475%208.75%203.23438%207.50938%203.23438%205.98438C3.23438%204.45937%204.475%203.21875%206%203.21875C7.525%203.21875%208.76562%204.45937%208.76562%205.98438C8.76562%207.50938%207.525%208.75%206%208.75Z%27%20fill=%27%23000000%27/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id=%27clip0_273_6717%27%3e%3crect%20width=%2712%27%20height=%2716%27%20fill=%27white%27/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_more-next {
  mask: url("data:image/svg+xml,%3csvg%20width=%2719%27%20height=%2720%27%20viewBox=%270%200%2019%2020%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath%20d=%27M17.9781%209.32945L8.89864%200L7.59347%201.34111L15.7457%209.99982L7.59347%2018.6589L8.89864%2020L17.9781%2010.6706L18.6023%2010L17.9781%209.32945Z%27%20fill=%27%23000000%27/%3e%3cpath%20d=%27M10.9869%209.32945L1.90743%200L0.602258%201.34111L8.75449%209.99982L0.602258%2018.6589L1.90743%2020L10.9869%2010.6706L11.6111%2010L10.9869%209.32945Z%27%20fill=%27%23000000%27/%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_more-prev {
  mask: url("data:image/svg+xml,%3csvg%20width=%2720%27%20height=%2720%27%20viewBox=%270%200%2020%2020%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath%20d=%27M0.681595%209.32945L10.2655%200L11.6431%201.34111L3.038%209.99982L11.6431%2018.6589L10.2655%2020L0.681595%2010.6706L0.0227051%2010L0.681595%209.32945Z%27%20fill=%27%23000000%27/%3e%3cpath%20d=%27M8.06117%209.32945L17.645%200L19.0227%201.34111L10.4176%209.99982L19.0227%2018.6589L17.645%2020L8.06117%2010.6706L7.40228%2010L8.06117%209.32945Z%27%20fill=%27%23000000%27/%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_next {
  mask: url("data:image/svg+xml,%3csvg%20width=%2723%27%20height=%2720%27%20viewBox=%270%200%2023%2020%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath%20d=%27M12.2785%200L21.6777%209.32945L22.3239%2010L21.6777%2010.6706L12.2785%2020L10.9273%2018.6589L18.711%2010.9329H0.323853V9.06705H18.711L10.9273%201.34111L12.2785%200Z%27%20fill=%27%23000000%27/%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_open-block {
  mask: url("data:image/svg+xml,%3csvg%20width=%2710%27%20height=%2712%27%20viewBox=%270%200%2010%2012%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath%20fill-rule=%27evenodd%27%20clip-rule=%27evenodd%27%20d=%27M0%200L10%206L0%2012L0%200Z%27%20fill=%27%23000000%27/%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_padlock-lock {
  mask: url("data:image/svg+xml,%3csvg%20width=%2714%27%20height=%2716%27%20viewBox=%270%200%2014%2016%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath%20d=%27M7%200C4.54724%200%202.54545%202.01323%202.54545%204.48V5.76H1.27273C0.569545%205.76%200%206.3328%200%207.04V14.72C0%2015.4272%200.569545%2016%201.27273%2016H12.7273C13.4305%2016%2014%2015.4272%2014%2014.72V7.04C14%206.3328%2013.4305%205.76%2012.7273%205.76H11.4545V4.48C11.4545%202.09381%209.56873%200.171882%207.22621%200.04625C7.15424%200.0170947%207.07758%200.00142026%207%200ZM7%201.28C8.76506%201.28%2010.1818%202.70485%2010.1818%204.48V5.76H3.81818V4.48C3.81818%202.70485%205.23494%201.28%207%201.28Z%27%20fill=%27%23000000%27/%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_padlock-unlock {
  mask: url("data:image/svg+xml,%3csvg%20width=%2714%27%20height=%2716%27%20viewBox=%270%200%2014%2016%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath%20d=%27M7%200C8.93305%205.12377e-08%2010.5842%201.24642%2011.1963%202.98633C11.2265%203.066%2011.2402%203.15112%2011.2373%203.23633C11.2344%203.32151%2011.2142%203.40504%2011.1787%203.48242C11.1431%203.55989%2011.093%203.63001%2011.0303%203.6875C10.9677%203.74485%2010.8942%203.78888%2010.8145%203.81738C10.7345%203.84589%2010.6492%203.85847%2010.5645%203.85352C10.4797%203.84856%2010.3965%203.8267%2010.3203%203.78906C10.2442%203.75143%2010.1767%203.69815%2010.1211%203.63379C10.0656%203.56954%2010.0235%203.4949%209.99707%203.41406C9.56044%202.17293%208.39004%201.28027%207%201.28027C5.23507%201.28027%203.81857%202.70457%203.81836%204.47949V5.75977H12.7275C13.4306%205.75991%2014%206.33295%2014%207.04004V14.7197C13.9999%2015.4268%2013.4306%2015.9999%2012.7275%2016H1.27246C0.569438%2015.9999%205.87139e-05%2015.4268%200%2014.7197V7.04004C0%206.33295%200.569402%205.75991%201.27246%205.75977H2.5459V4.47949C2.54611%202.01296%204.54737%200%207%200ZM2.15527%207.27246C1.82403%207.27261%201.55566%207.54079%201.55566%207.87207V13.8398C1.55566%2014.1711%201.82403%2014.4403%202.15527%2014.4404H11.8447C12.176%2014.4403%2012.4443%2014.1711%2012.4443%2013.8398V7.87207C12.4443%207.54079%2012.176%207.27261%2011.8447%207.27246H2.15527Z%27%20fill=%27%23000000%27/%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_prev {
  mask: url("data:image/svg+xml,%3csvg%20width=%2723%27%20height=%2720%27%20viewBox=%270%200%2023%2020%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath%20d=%27M10.0909%200L0.691666%209.32945L0.0454712%2010L0.691666%2010.6706L10.0909%2020L11.442%2018.6589L3.65829%2010.9329H22.0455V9.06705H3.65829L11.442%201.34111L10.0909%200Z%27%20fill=%27%23000000%27/%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_print {
  mask: url("data:image/svg+xml,%3csvg%20width=%2724%27%20height=%2724%27%20viewBox=%270%200%2024%2024%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cg%20clip-path=%27url%28%23clip0_27_203%29%27%3e%3cpath%20d=%27M22.1333%206.27689H19.5879V1.64681C19.5879%201.20501%2019.2297%200.846794%2018.7879%200.846794H5.21212C4.77033%200.846794%204.41211%201.20497%204.41211%201.64681V6.27689H1.86666C0.837375%206.27689%200%207.11431%200%208.14359V16.1921C0%2017.2214%200.837375%2018.0588%201.86666%2018.0588H4.41225V22.3532C4.41225%2022.795%204.77042%2023.1532%205.21227%2023.1532H18.7877C19.2295%2023.1532%2019.5877%2022.795%2019.5877%2022.3532V18.0588H22.1333C23.1626%2018.0588%2024%2017.2214%2024%2016.1921V8.14359C24%207.11436%2023.1626%206.27689%2022.1333%206.27689ZM6.01209%202.44683H17.9879V6.27689H6.01209V2.44683ZM17.9877%2021.5532H6.01228C6.01228%2021.3968%206.01228%2015.2015%206.01228%2015.0081H17.9878C17.9877%2015.2063%2017.9877%2021.4028%2017.9877%2021.5532ZM22.4%2016.1922C22.4%2016.3392%2022.2804%2016.4588%2022.1333%2016.4588H19.5877V14.2082C19.5877%2013.7664%2019.2296%2013.4082%2018.7877%2013.4082H5.21227C4.77047%2013.4082%204.41225%2013.7663%204.41225%2014.2082V16.4588H1.86666C1.71961%2016.4588%201.59998%2016.3392%201.59998%2016.1922V8.14364C1.59998%207.99659%201.71961%207.87697%201.86666%207.87697C2.48044%207.87697%2021.534%207.87697%2022.1333%207.87697C22.2804%207.87697%2022.4%207.99659%2022.4%208.14364V16.1922Z%27%20fill=%27%23000000%27/%3e%3cpath%20d=%27M18.7881%209.37444H16.7517C16.3099%209.37444%2015.9516%209.73261%2015.9516%2010.1745C15.9516%2010.6163%2016.3098%2010.9745%2016.7517%2010.9745H18.7881C19.2298%2010.9745%2019.5881%2010.6163%2019.5881%2010.1745C19.5881%209.73261%2019.2299%209.37444%2018.7881%209.37444Z%27%20fill=%27%23000000%27/%3e%3cpath%20d=%27M15.4667%2018.7422H8.53327C8.09147%2018.7422%207.73326%2019.1004%207.73326%2019.5422C7.73326%2019.9841%208.09143%2020.3422%208.53327%2020.3422H15.4666C15.9084%2020.3422%2016.2666%2019.9841%2016.2666%2019.5422C16.2666%2019.1004%2015.9085%2018.7422%2015.4667%2018.7422Z%27%20fill=%27%23000000%27/%3e%3cpath%20d=%27M15.4667%2016.219H8.53327C8.09147%2016.219%207.73326%2016.5772%207.73326%2017.019C7.73326%2017.4609%208.09143%2017.8191%208.53327%2017.8191H15.4666C15.9084%2017.8191%2016.2666%2017.4609%2016.2666%2017.019C16.2666%2016.5772%2015.9085%2016.219%2015.4667%2016.219Z%27%20fill=%27%23000000%27/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id=%27clip0_27_203%27%3e%3crect%20width=%2724%27%20height=%2724%27%20fill=%27white%27/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_refresh-2 {
  mask: url("data:image/svg+xml,%3csvg%20width=%2720%27%20height=%2720%27%20viewBox=%270%200%2020%2020%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cg%20clip-path=%27url%28%23clip0_150_2572%29%27%3e%3cpath%20d=%27M19.8%207.55402H12.45L15.198%204.81002C13.808%203.42202%2011.964%202.65802%2010%202.65802C8.03601%202.65802%206.19001%203.42202%204.80201%204.80802C3.41401%206.19602%202.65001%208.04002%202.65001%2010C2.65001%2011.96%203.41401%2013.804%204.80201%2015.19C6.19001%2016.578%208.03601%2017.34%2010%2017.34C11.964%2017.34%2013.808%2016.576%2015.198%2015.19C15.314%2015.074%2015.424%2014.956%2015.532%2014.834L17.376%2016.446C15.578%2018.494%2012.94%2019.788%2010%2019.788C4.58801%2019.788%200.200012%2015.406%200.200012%2010C0.200012%204.59402%204.58801%200.212021%2010%200.212021C12.706%200.212021%2015.156%201.30802%2016.93%203.08002L19.8%200.212021V7.55402Z%27%20fill=%27%23000000%27/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id=%27clip0_150_2572%27%3e%3crect%20width=%2720%27%20height=%2720%27%20fill=%27white%27/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_refresh-small {
  mask: url("data:image/svg+xml,%3csvg%20width=%2716%27%20height=%2716%27%20viewBox=%270%200%2016%2016%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cg%20clip-path=%27url%28%23clip0_350_7436%29%27%3e%3cpath%20d=%27M15.84%206.04322H9.96003L12.1584%203.84802C11.0464%202.73762%209.57123%202.12642%208.00003%202.12642C6.42883%202.12642%204.95203%202.73762%203.84163%203.84642C2.73123%204.95682%202.12003%206.43202%202.12003%208.00002C2.12003%209.56802%202.73123%2011.0432%203.84163%2012.152C4.95203%2013.2624%206.42883%2013.872%208.00003%2013.872C9.57123%2013.872%2011.0464%2013.2608%2012.1584%2012.152C12.2512%2012.0592%2012.3392%2011.9648%2012.4256%2011.8672L13.9008%2013.1568C12.4624%2014.7952%2010.352%2015.8304%208.00003%2015.8304C3.67043%2015.8304%200.160034%2012.3248%200.160034%208.00002C0.160034%203.67522%203.67043%200.169617%208.00003%200.169617C10.1648%200.169617%2012.1248%201.04642%2013.544%202.46402L15.84%200.169617V6.04322Z%27%20fill=%27%23000000%27/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id=%27clip0_350_7436%27%3e%3crect%20width=%2716%27%20height=%2716%27%20fill=%27white%27/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_search {
  mask: url("data:image/svg+xml,%3csvg%20width=%2711%27%20height=%2711%27%20viewBox=%270%200%2011%2011%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cg%20clip-path=%27url%28%23clip0_160_3079%29%27%3e%3cpath%20d=%27M10.6092%208.66833L8.79877%206.85785C9.12794%206.1995%209.3474%205.43142%209.3474%204.66334C9.3474%202.08479%207.2626%200%204.68404%200C2.10548%200%200.0206909%202.08479%200.0206909%204.66334C0.0206909%207.24189%202.10548%209.32668%204.68404%209.32668C5.45213%209.32668%206.22021%209.10723%206.87856%208.77805L8.68904%2010.5885C9.23767%2011.1372%2010.0606%2011.1372%2010.6092%2010.5885C11.103%2010.0399%2011.103%209.21696%2010.6092%208.66833ZM4.68404%208.22943C2.70898%208.22943%201.11795%206.6384%201.11795%204.66334C1.11795%202.68828%202.70898%201.09726%204.68404%201.09726C6.65911%201.09726%208.25014%202.68828%208.25014%204.66334C8.25014%206.6384%206.65911%208.22943%204.68404%208.22943Z%27%20fill=%27%23000000%27/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id=%27clip0_160_3079%27%3e%3crect%20width=%2711%27%20height=%2711%27%20fill=%27white%27/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_send-small {
  mask: url("data:image/svg+xml,%3csvg%20width=%2719%27%20height=%2716%27%20viewBox=%270%200%2019%2016%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cg%20clip-path=%27url%28%23clip0_350_7423%29%27%3e%3cpath%20d=%27M16.4468%201.71378L11.0519%2012.5049L2.05868%206.66015L16.4468%201.71378ZM17.7582%200C17.6972%200%2017.6356%200.00948148%2017.5751%200.0308148L0.381647%205.94133C0.177202%206.01185%200.0308319%206.19259%200.00416521%206.40652C-0.0219089%206.62044%200.0758689%206.832%200.257202%206.94933L10.7941%2013.7985C10.9233%2013.8827%2011.0726%2013.9253%2011.2231%2013.9253C11.2925%2013.9253%2011.3618%2013.9164%2011.4305%2013.8981C11.6468%2013.8388%2011.8276%2013.6907%2011.9283%2013.4904L18.2643%200.817778C18.3662%200.612148%2018.3348%200.365037%2018.1831%200.192593C18.0747%200.0687407%2017.9182%200%2017.7582%200Z%27%20fill=%27%23000000%27/%3e%3cpath%20d=%27M7.29304%2011.0548C6.26963%2010.5487%206.63526%209.9917%206.63526%209.9917C6.63526%209.9917%2010.8498%206.35437%2012.2868%204.98726C12.3366%204.93985%2012.3455%204.86341%2012.307%204.80652C12.2696%204.74844%2012.147%204.72652%2012.0847%204.75437L2.86459%208.2963V14.8705C2.86459%2015.0927%203.04296%2015.2948%203.24444%2015.3867C3.44711%2015.4785%203.70844%2015.4441%203.87615%2015.2984L8.16889%2011.5698C7.88267%2011.3831%207.60119%2011.2071%207.29304%2011.0548Z%27%20fill=%27%23000000%27/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id=%27clip0_350_7423%27%3e%3crect%20width=%2718.3704%27%20height=%2716%27%20fill=%27white%27/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_smart-command {
  mask: url("data:image/svg+xml,%3csvg%20width=%2724%27%20height=%2724%27%20viewBox=%270%200%2024%2024%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath%20d=%27M12%200C12.5371%200%2013.0723%200.0527345%2013.5%200.15625C13.7148%200.207032%2013.8887%200.263672%2014.0625%200.359375C14.1504%200.40625%2014.2422%200.46875%2014.3281%200.5625C14.373%200.613281%2014.4199%200.685547%2014.4531%200.765625C14.7656%200.833984%2015.0742%200.923828%2015.375%201.01562C15.5859%200.929688%2016.4004%200.613281%2017.5156%200.546875C17.6758%200.537109%2017.8438%200.529297%2018.0156%200.53125C19.2129%200.548828%2020.625%200.90625%2021.8594%202.14062C24.4883%204.76953%2023.1758%208.17188%2022.9844%208.625C23.0781%208.92969%2023.166%209.23242%2023.2344%209.54688C23.3145%209.58008%2023.3867%209.62695%2023.4375%209.67188C23.5312%209.75781%2023.5938%209.84961%2023.6406%209.9375C23.7363%2010.1113%2023.793%2010.2852%2023.8438%2010.5C23.9473%2010.9277%2024%2011.4629%2024%2012C24%2012.5371%2023.9473%2013.0723%2023.8438%2013.5C23.793%2013.7148%2023.7363%2013.8887%2023.6406%2014.0625C23.5938%2014.1504%2023.5312%2014.2422%2023.4375%2014.3281C23.3867%2014.373%2023.3145%2014.4199%2023.2344%2014.4531C23.166%2014.7715%2023.0801%2015.084%2022.9844%2015.3906C23.1973%2015.9023%2024.4609%2019.2578%2021.8594%2021.8594C19.2305%2024.4883%2015.8281%2023.1758%2015.375%2022.9844C15.0723%2023.0781%2014.7656%2023.166%2014.4531%2023.2344C14.4199%2023.3145%2014.373%2023.3867%2014.3281%2023.4375C14.2422%2023.5312%2014.1504%2023.5938%2014.0625%2023.6406C13.8887%2023.7363%2013.7148%2023.793%2013.5%2023.8438C13.0723%2023.9473%2012.5371%2024%2012%2024C11.4629%2024%2010.9277%2023.9473%2010.5%2023.8438C10.2852%2023.793%2010.1113%2023.7363%209.9375%2023.6406C9.84961%2023.5938%209.75781%2023.5312%209.67188%2023.4375C9.62305%2023.3828%209.56445%2023.3086%209.53125%2023.2188C9.22461%2023.1523%208.92188%2023.0762%208.625%2022.9844C8.17188%2023.1758%204.76953%2024.4883%202.14062%2021.8594C-0.488281%2019.2305%200.824219%2015.8281%201.01562%2015.375C0.921875%2015.0703%200.833984%2014.7676%200.765625%2014.4531C0.685547%2014.4199%200.613281%2014.373%200.5625%2014.3281C0.46875%2014.2422%200.40625%2014.1504%200.359375%2014.0625C0.263672%2013.8887%200.207032%2013.7148%200.15625%2013.5C0.0527345%2013.0723%200%2012.5371%200%2012C0%2011.4629%200.0527345%2010.9277%200.15625%2010.5C0.207032%2010.2852%200.263672%2010.1113%200.359375%209.9375C0.40625%209.84961%200.46875%209.75781%200.5625%209.67188C0.613281%209.62695%200.685547%209.58008%200.765625%209.54688C0.833984%209.23438%200.923828%208.92773%201.01562%208.625C0.824219%208.17188%20-0.488281%204.76953%202.14062%202.14062C3.375%200.90625%204.78711%200.548828%205.98438%200.53125C6.15625%200.529297%206.32422%200.537109%206.48438%200.546875C7.57422%200.613281%208.37305%200.919922%208.60938%201.01562C8.91602%200.921875%209.23047%200.833984%209.54688%200.765625C9.58008%200.685547%209.62695%200.613281%209.67188%200.5625C9.75781%200.46875%209.84961%200.40625%209.9375%200.359375C10.1113%200.263672%2010.2852%200.207032%2010.5%200.15625C10.9277%200.0527345%2011.4629%200%2012%200ZM13.5%2017.5C13.3789%2017.543%2012.9492%2017.7031%2012%2017.7031C11.1445%2017.7031%2010.7285%2017.5723%2010.5625%2017.5156C10.6211%2017.6719%2010.5977%2017.8477%2010.5%2017.9844V22.5781C10.5391%2022.6504%2010.5605%2022.7305%2010.5625%2022.8125C10.6133%2022.8359%2010.6621%2022.8535%2010.75%2022.875C11.0723%2022.9531%2011.5371%2023%2012%2023C12.4629%2023%2012.9277%2022.9531%2013.25%2022.875C13.3457%2022.8516%2013.3984%2022.8203%2013.4531%2022.7969C13.457%2022.7324%2013.4727%2022.668%2013.5%2022.6094V17.8438C13.459%2017.7324%2013.459%2017.6113%2013.5%2017.5ZM1.59375%2016.9062C1.39258%2018.0137%201.42188%2019.7031%202.85938%2021.1406C4.30469%2022.5859%206.00195%2022.6113%207.10938%2022.4062C4.69336%2021.2715%202.73438%2019.3184%201.59375%2016.9062ZM22.4062%2016.8906C21.2656%2019.3066%2019.3105%2021.2676%2016.8906%2022.4062C17.998%2022.6113%2019.6953%2022.5859%2021.1406%2021.1406C22.5859%2019.6953%2022.6113%2017.998%2022.4062%2016.8906ZM17.9844%2014.5C17.3262%2016.0762%2016.0742%2017.3398%2014.5%2018V22.2031C18.293%2021.2773%2021.2773%2018.293%2022.2031%2014.5H17.9844ZM1.8125%2014.5C2.73828%2018.2871%205.71484%2021.2598%209.5%2022.1875V17.9844C7.92383%2017.3262%206.67383%2016.0742%206.01562%2014.5H1.8125ZM14.3438%207.03125C14.166%207.31445%2013.8535%207.5%2013.5%207.5C13.4355%207.50195%2013.373%207.49023%2013.3125%207.46875C13.3125%207.46875%2012.9316%207.29688%2012%207.29688C11.0684%207.29688%2010.6875%207.46875%2010.6875%207.46875C10.627%207.49023%2010.5645%207.50195%2010.5%207.5C10.1465%207.5%209.83398%207.31445%209.65625%207.03125C8.50391%207.57422%207.58984%208.50586%207.04688%209.65625C7.32227%209.83594%207.5%2010.1523%207.5%2010.5C7.50195%2010.5645%207.49023%2010.627%207.46875%2010.6875C7.46875%2010.6875%207.29688%2011.0684%207.29688%2012C7.29688%2012.9316%207.46875%2013.3125%207.46875%2013.3125C7.49023%2013.373%207.50195%2013.4355%207.5%2013.5C7.5%2013.8535%207.31445%2014.166%207.03125%2014.3438C7.57422%2015.4961%208.50781%2016.4395%209.65625%2016.9844C9.83398%2016.6953%2010.1426%2016.5%2010.5%2016.5C10.5645%2016.498%2010.627%2016.5098%2010.6875%2016.5312C10.6875%2016.5312%2011.0684%2016.7031%2012%2016.7031C12.9316%2016.7031%2013.3125%2016.5312%2013.3125%2016.5312C13.373%2016.5098%2013.4355%2016.498%2013.5%2016.5C13.8535%2016.5%2014.166%2016.6855%2014.3438%2016.9688C15.498%2016.4258%2016.4238%2015.4941%2016.9688%2014.3438C16.6855%2014.166%2016.5%2013.8535%2016.5%2013.5C16.498%2013.4355%2016.5098%2013.373%2016.5312%2013.3125C16.5312%2013.3125%2016.7031%2012.9316%2016.7031%2012C16.7031%2011.0684%2016.5312%2010.6875%2016.5312%2010.6875C16.5098%2010.627%2016.498%2010.5645%2016.5%2010.5C16.5%2010.1465%2016.6855%209.83398%2016.9688%209.65625C16.4238%208.50391%2015.4961%207.57617%2014.3438%207.03125ZM1.21875%2010.5156C1.19336%2010.5742%201.15234%2010.6387%201.125%2010.75C1.04688%2011.0723%201%2011.5371%201%2012C1%2012.4629%201.04688%2012.9277%201.125%2013.25C1.1543%2013.3672%201.19336%2013.4375%201.21875%2013.5H6.03125C6.09766%2013.457%206.17188%2013.4297%206.25%2013.4219C6.33008%2013.4141%206.41016%2013.4238%206.48438%2013.4531C6.42969%2013.2969%206.29688%2012.877%206.29688%2012C6.29688%2011.0508%206.45703%2010.6211%206.5%2010.5H1.29688C1.27148%2010.5078%201.24609%2010.5117%201.21875%2010.5156ZM17.5%2010.5C17.543%2010.6211%2017.7031%2011.0508%2017.7031%2012C17.7031%2012.9492%2017.543%2013.3789%2017.5%2013.5H22.5781C22.6367%2013.4668%2022.6992%2013.4453%2022.7656%2013.4375H22.8125C22.8359%2013.3867%2022.8535%2013.3379%2022.875%2013.25C22.9531%2012.9277%2023%2012.4629%2023%2012C23%2011.5371%2022.9531%2011.0723%2022.875%2010.75C22.8457%2010.6328%2022.8066%2010.5625%2022.7812%2010.5H17.5ZM9.5%201.79688C5.70898%202.72266%202.72266%205.70898%201.79688%209.5H6.01562C6.67383%207.92188%207.92188%206.6582%209.5%206V1.79688ZM14.5%206.01562C16.0781%206.67578%2017.3418%207.92188%2018%209.5H22.1875C21.2617%205.71484%2018.2852%202.73828%2014.5%201.8125V6.01562ZM21.1406%202.85938C19.959%201.67773%2018.6074%201.44727%2017.5469%201.51562C17.3184%201.53125%2017.1035%201.55859%2016.9062%201.59375C19.3203%202.73242%2021.2695%204.69531%2022.4062%207.10938C22.6113%206.00195%2022.5859%204.30469%2021.1406%202.85938ZM6.04688%201.51562C5.06055%201.5293%203.89453%201.82422%202.85938%202.85938C1.42188%204.29688%201.39258%205.98633%201.59375%207.09375C2.73242%204.67773%204.69336%202.73242%207.10938%201.59375C6.79492%201.53516%206.4375%201.50977%206.04688%201.51562ZM12%201C11.5371%201%2011.0723%201.04688%2010.75%201.125C10.6758%201.14258%2010.6406%201.16602%2010.5938%201.1875C10.5859%201.27734%2010.5527%201.36328%2010.5%201.4375V6.09375C10.5625%206.2207%2010.5684%206.36914%2010.5156%206.5C10.6484%206.45312%2011.0723%206.29688%2012%206.29688C12.877%206.29688%2013.2969%206.42969%2013.4531%206.48438C13.4062%206.34375%2013.4219%206.18945%2013.5%206.0625V1.21875C13.4375%201.19336%2013.3672%201.1543%2013.25%201.125C12.9277%201.04688%2012.4629%201%2012%201Z%27%20fill=%27%23000000%27/%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_sort-down {
  mask: url("data:image/svg+xml,%3csvg%20width=%2720%27%20height=%2712%27%20viewBox=%270%200%2020%2012%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath%20d=%27M1.71875%200.78125L0.28125%202.21875L9.28125%2011.2188L10%2011.9062L10.7188%2011.2188L19.7188%202.21875L18.2812%200.78125L10%209.0625L1.71875%200.78125Z%27%20fill=%27%23000000%27/%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_sort-up {
  mask: url("data:image/svg+xml,%3csvg%20width=%2720%27%20height=%2712%27%20viewBox=%270%200%2020%2012%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath%20d=%27M1.71875%2011.9062L0.28125%2010.4688L9.28125%201.46875L10%200.78125L10.7188%201.46875L19.7188%2010.4688L18.2812%2011.9062L10%203.625L1.71875%2011.9062Z%27%20fill=%27%23000000%27/%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_sorting {
  mask: url("data:image/svg+xml,%3csvg%20width=%2724%27%20height=%2722%27%20viewBox=%270%200%2024%2022%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cg%20clip-path=%27url%28%23clip0_215_4040%29%27%3e%3cpath%20d=%27M2.06794%206.94952L5.28246%2010.2365V1.38468C5.28246%200.744355%205.80402%200.225281%206.44741%200.225281C7.0908%200.225281%207.61239%200.744355%207.61239%201.38468V10.2365L10.8241%206.95241C11.2931%206.47278%2012.0674%206.47278%2012.5364%206.95241C12.9799%207.40589%2012.9888%208.12564%2012.5567%208.58987L7.41473%2014.1135C6.91717%2014.648%206.06865%2014.6509%205.56743%2014.1197L0.346574%208.58754C-0.0894678%208.12548%20-0.0830257%207.40379%200.361227%206.94952C0.828722%206.47146%201.60042%206.47146%202.06794%206.94952Z%27%20fill=%27%23000000%27/%3e%3cpath%20d=%27M13.1691%2015.0505L16.3837%2011.7635V20.6153C16.3837%2021.2556%2016.9052%2021.7747%2017.5486%2021.7747C18.192%2021.7747%2018.7136%2021.2556%2018.7136%2020.6153V11.7635L21.9253%2015.0476C22.3943%2015.5272%2023.1686%2015.5272%2023.6376%2015.0476C24.0811%2014.5941%2024.09%2013.8744%2023.6579%2013.4101L18.516%207.88653C18.0184%207.35202%2017.1698%207.34913%2016.6686%207.88027L11.4478%2013.4125C11.0117%2013.8745%2011.0182%2014.5962%2011.4624%2015.0505C11.9299%2015.5285%2012.7016%2015.5285%2013.1691%2015.0505Z%27%20fill=%27%23000000%27/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id=%27clip0_215_4040%27%3e%3crect%20width=%2724%27%20height=%2722%27%20fill=%27white%27/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_split-small {
  mask: url("data:image/svg+xml,%3csvg%20width=%2719%27%20height=%2716%27%20viewBox=%270%200%2019%2016%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cg%20clip-path=%27url%28%23clip0_350_7414%29%27%3e%3cpath%20d=%27M13.76%207.5488L15.56%205.7488C16.0266%206.05632%2016.5731%206.15808%2017.129%206.01856C17.8138%205.8464%2018.3597%205.28512%2018.512%204.59552C18.8202%203.19968%2017.6006%201.98016%2016.2048%202.288C15.5152%202.44%2014.9539%202.98592%2014.7818%203.67072C14.6419%204.22656%2014.7437%204.77344%2015.0512%205.24L13.2512%207.04L13.76%207.5488ZM16.64%203.2C17.1706%203.2%2017.6%203.62944%2017.6%204.16C17.6%204.69024%2017.1706%205.12%2016.64%205.12C16.1094%205.12%2015.68%204.69024%2015.68%204.16C15.68%203.62944%2016.1094%203.2%2016.64%203.2ZM18.5117%2011.4038C18.3594%2010.7146%2017.8131%2010.1533%2017.1283%209.98144C16.5728%209.84192%2016.0262%209.94368%2015.56%2010.2512L10.0928%204.784C9.4816%204.176%208.7232%203.7696%207.8976%203.6032L15.0512%2010.76C14.7437%2011.2262%2014.6419%2011.7728%2014.7814%2012.3283C14.9533%2013.0131%2015.5146%2013.559%2016.2038%2013.7117C17.6003%2014.0205%2018.8205%2012.8003%2018.5117%2011.4038ZM16.64%2012.8C16.1094%2012.8%2015.68%2012.3702%2015.68%2011.84C15.68%2011.3094%2016.1094%2010.88%2016.64%2010.88C17.1706%2010.88%2017.6%2011.3094%2017.6%2011.84C17.6%2012.3702%2017.1706%2012.8%2016.64%2012.8ZM10.24%208.32V7.68H11.0688L6.8128%203.4272C6.7232%203.3344%206.6944%203.1968%206.7456%203.0784C6.7936%202.9568%206.912%202.88%207.04%202.88C8.3648%202.88%209.6064%203.3952%2010.544%204.3328L12.16%205.9488V0.64C12.16%200.2864%2011.8736%200%2011.52%200H0.64C0.2864%200%200%200.2864%200%200.64V15.36C0%2015.7136%200.2864%2016%200.64%2016H11.52C11.8736%2016%2012.16%2015.7136%2012.16%2015.36V8.7712L11.7088%208.32H10.24ZM1.92%208.32H0.64V7.68H1.92V8.32ZM3.84%208.32H2.56V7.68H3.84V8.32ZM5.76%208.32H4.48V7.68H5.76V8.32ZM7.68%208.32H6.4V7.68H7.68V8.32ZM9.6%208.32H8.32V7.68H9.6V8.32Z%27%20fill=%27%23000000%27/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id=%27clip0_350_7414%27%3e%3crect%20width=%2718.5601%27%20height=%2716%27%20fill=%27white%27/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_star {
  mask: url("data:image/svg+xml,%3csvg%20width=%2717%27%20height=%2716%27%20viewBox=%270%200%2017%2016%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath%20fill-rule=%27evenodd%27%20clip-rule=%27evenodd%27%20d=%27M8.36988%200C8.62846%200.0106912%208.85513%200.166521%208.9607%200.401367L11.158%204.87891L16.1423%205.61816C16.3879%205.66305%2016.5909%205.84079%2016.6648%206.08105C16.7412%206.32114%2016.6784%206.58195%2016.5017%206.75879L12.9324%2010.2656L13.7556%2015.208C13.7979%2015.4587%2013.6977%2015.715%2013.4919%2015.8682C13.286%2016.0186%2013.011%2016.0429%2012.7839%2015.9268L8.34839%2013.582L3.91285%2015.9268C3.6858%2016.0429%203.41076%2016.0186%203.20484%2015.8682C2.99904%2015.715%202.89894%2015.4587%202.94117%2015.208L3.76441%2010.2656L0.195074%206.75879C0.0184339%206.58195%20-0.0444184%206.32114%200.0319877%206.08105C0.105916%205.84079%200.308903%205.66305%200.554449%205.61816L5.53882%204.87891L7.73609%200.401367C7.82847%200.203462%208.00772%200.0637916%208.22144%200.0214844C8.26897%200.00828302%208.31971%200.00264014%208.36988%200ZM6.57398%205.80859C6.47367%206.00394%206.2836%206.13889%206.06714%206.16797L2.11695%206.75879L4.96851%209.54688C5.1322%209.69737%205.21112%209.91953%205.17945%2010.1387L4.50367%2014.0889L8.03101%2012.2295C8.22892%2012.1239%208.46685%2012.1241%208.6648%2012.2295L12.1921%2014.0889L11.5164%2010.1387C11.4847%209.91957%2011.5636%209.69735%2011.7273%209.54688L14.5789%206.75879L10.6296%206.16797C10.4132%206.13893%2010.2232%206.00393%2010.1228%205.80859L8.34839%202.23926L6.57398%205.80859Z%27%20fill=%27%23000000%27/%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_star-filled {
  mask: url("data:image/svg+xml,%3csvg%20width=%2717%27%20height=%2716%27%20viewBox=%270%200%2017%2016%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath%20d=%27M8.36995%200C8.62867%200.0105852%208.85614%200.166396%208.96174%200.401367L11.158%204.87891L16.1434%205.61914C16.3888%205.66414%2016.592%205.84091%2016.6658%206.08105C16.7423%206.32124%2016.6786%206.58294%2016.5018%206.75977L12.9324%2010.2656L13.7567%2015.208C13.7989%2015.4588%2013.6979%2015.715%2013.492%2015.8682C13.2862%2016.0186%2013.012%2016.0427%2012.785%2015.9268L8.34846%2013.582L3.91292%2015.9268C3.68587%2016.0429%203.41082%2016.0186%203.20491%2015.8682C2.99926%2015.715%202.89902%2015.4587%202.94124%2015.208L3.76546%2010.2656L0.195142%206.75977C0.0182847%206.58291%20-0.044422%206.32128%200.0320566%206.08105C0.105984%205.84079%200.308974%205.66403%200.554518%205.61914L5.53987%204.87891L7.73616%200.401367C7.82857%200.203341%208.00862%200.06373%208.22249%200.0214844C8.26991%200.00835161%208.3199%200.00263391%208.36995%200Z%27%20fill=%27%23000000%27/%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_summary {
  mask: url("data:image/svg+xml,%3csvg%20width=%2724%27%20height=%2720%27%20viewBox=%270%200%2024%2020%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath%20d=%27M1.94594%200C0.869168%200%200%200.869168%200%201.94594C0%203.02272%200.869168%203.89189%201.94594%203.89189C3.02272%203.89189%203.89189%203.02272%203.89189%201.94594C3.89189%200.869168%203.02272%200%201.94594%200Z%27%20fill=%27%23000000%27/%3e%3cpath%20d=%27M1.94594%207.78378C0.869168%207.78378%200%208.65294%200%209.72972C0%2010.8065%200.869168%2011.6757%201.94594%2011.6757C3.02272%2011.6757%203.89189%2010.8065%203.89189%209.72972C3.89189%208.65294%203.02272%207.78378%201.94594%207.78378Z%27%20fill=%27%23000000%27/%3e%3cpath%20d=%27M1.94594%2015.5676C0.862722%2015.5676%200%2016.4432%200%2017.5135C0%2018.5838%200.875675%2019.4594%201.94594%2019.4594C3.01621%2019.4594%203.89189%2018.5838%203.89189%2017.5135C3.89189%2016.4432%203.02917%2015.5676%201.94594%2015.5676Z%27%20fill=%27%23000000%27/%3e%3cpath%20d=%27M24.0001%2016.2162H5.83792V18.8108H24.0001V16.2162Z%27%20fill=%27%23000000%27/%3e%3cpath%20d=%27M24.0001%200.648668H5.83792V3.24328H24.0001V0.648668Z%27%20fill=%27%23000000%27/%3e%3cpath%20d=%27M24.0001%208.43245H5.83792V11.0271H24.0001V8.43245Z%27%20fill=%27%23000000%27/%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_sync {
  mask: url("data:image/svg+xml,%3csvg%20width=%2722%27%20height=%2728%27%20viewBox=%270%200%2022%2028%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath%20d=%27M17.2738%204.93108L15.9194%206.39638C18.81%208.29465%2020.4897%2011.7726%2019.9189%2015.4077C19.5427%2017.8038%2018.2569%2019.9098%2016.2992%2021.3376C14.5903%2022.584%2012.5472%2023.1836%2010.4637%2023.0643L10.8215%2022.6882C10.8146%2022.6879%2010.8071%2022.6888%2010.8002%2022.6885L12.1556%2021.2643L10.9039%2020.068L8.21615%2022.894L8.21549%2022.893L7.05576%2024.1127L11.1281%2028L12.2889%2026.7803L10.4621%2025.0372C12.9621%2025.1555%2015.4076%2024.428%2017.4589%2022.9321C19.8424%2021.1943%2021.4072%2018.6306%2021.8655%2015.7138C22.5407%2011.4061%2020.6224%207.27877%2017.2738%204.93108Z%27%20fill=%27%23000000%27/%3e%3cpath%20d=%27M2.08143%2012.5923C2.45762%2010.1962%203.74341%208.09018%205.70114%206.66237C7.41006%205.41603%209.45314%204.81637%2011.5366%204.93571L11.1788%205.31181C11.1857%205.31214%2011.1932%205.31115%2011.2001%205.31148L9.84475%206.73568L11.0964%207.93205L13.7842%205.10601L13.7848%205.10699L14.9446%203.88728L10.8722%200L9.71148%201.21971L11.5382%202.96281C9.03822%202.84445%206.59269%203.572%204.5414%205.06787C2.15792%206.80571%200.59311%209.36939%200.134861%2012.2862C-0.541352%2016.5943%201.37732%2020.7216%204.72556%2023.0692L6.07995%2021.604C3.19029%2019.705%201.51059%2016.2274%202.08143%2012.5923Z%27%20fill=%27%23000000%27/%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_three-dots {
  mask: url("data:image/svg+xml,%3csvg%20width=%2716%27%20height=%274%27%20viewBox=%270%200%2016%204%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cg%20clip-path=%27url%28%23clip0_56_161%29%27%3e%3cpath%20d=%27M1.60001%203.59998C2.48367%203.59998%203.20002%202.88363%203.20002%201.99997C3.20002%201.11631%202.48367%200.399963%201.60001%200.399963C0.716349%200.399963%200%201.11631%200%201.99997C0%202.88363%200.716349%203.59998%201.60001%203.59998Z%27%20fill=%27%23000000%27/%3e%3cpath%20d=%27M7.99995%203.59998C8.88361%203.59998%209.59996%202.88363%209.59996%201.99997C9.59996%201.11631%208.88361%200.399963%207.99995%200.399963C7.11629%200.399963%206.39994%201.11631%206.39994%201.99997C6.39994%202.88363%207.11629%203.59998%207.99995%203.59998Z%27%20fill=%27%23000000%27/%3e%3cpath%20d=%27M14.4%203.59998C15.2836%203.59998%2016%202.88363%2016%201.99997C16%201.11631%2015.2836%200.399963%2014.4%200.399963C13.5163%200.399963%2012.7999%201.11631%2012.7999%201.99997C12.7999%202.88363%2013.5163%203.59998%2014.4%203.59998Z%27%20fill=%27%23000000%27/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id=%27clip0_56_161%27%3e%3crect%20width=%2716%27%20height=%274%27%20fill=%27white%27/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_to-end {
  mask: url("data:image/svg+xml,%3csvg%20width=%2718%27%20height=%2720%27%20viewBox=%270%200%2018%2020%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath%20d=%27M11.0227%209.34677L1.93182%200.255859L0.625%201.56268L8.78752%2010L0.625%2018.4377L1.93182%2019.7445L11.0227%2010.6536L11.6477%2010.0002L11.0227%209.34677Z%27%20fill=%27%23000000%27/%3e%3cpath%20d=%27M17.6477%200H13.6477V20H17.6477V0Z%27%20fill=%27%23000000%27/%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_to-start {
  mask: url("data:image/svg+xml,%3csvg%20width=%2718%27%20height=%2720%27%20viewBox=%270%200%2018%2020%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath%20d=%27M6.625%209.34677L15.7159%200.255859L17.0227%201.56268L8.8602%2010L17.0227%2018.4377L15.7159%2019.7445L6.625%2010.6536L6%2010.0002L6.625%209.34677Z%27%20fill=%27%23000000%27/%3e%3cpath%20d=%27M0%200H4V20H0V0Z%27%20fill=%27%23000000%27/%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_undone {
  mask: url("data:image/svg+xml,%3csvg%20width=%2724%27%20height=%2724%27%20viewBox=%270%200%2024%2024%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath%20d=%27M16.7734%208.28809L13.0605%2012L16.7734%2015.7119L15.7119%2016.7734L12%2013.0605L8.28809%2016.7734L7.22656%2015.7119L10.9395%2012L7.22656%208.28809L8.28809%207.22656L12%2010.9395L15.7119%207.22656L16.7734%208.28809Z%27%20fill=%27%23000000%27/%3e%3cpath%20fill-rule=%27evenodd%27%20clip-rule=%27evenodd%27%20d=%27M12%200C18.6167%200%2024%205.38331%2024%2012C24%2018.6167%2018.6167%2024%2012%2024C5.38331%2024%200%2018.6167%200%2012C1.93983e-07%205.38331%205.38331%201.93977e-07%2012%200ZM12%201.5C6.21024%201.5%201.50002%206.21024%201.5%2012C1.5%2017.7898%206.21022%2022.5%2012%2022.5C17.7898%2022.5%2022.5%2017.7898%2022.5%2012C22.5%206.21022%2017.7898%201.5%2012%201.5Z%27%20fill=%27%23000000%27/%3e%3c/svg%3e") center/contain no-repeat;
}
.ors-icon_upload-small {
  mask: url("data:image/svg+xml,%3csvg%20width=%2716%27%20height=%2716%27%20viewBox=%270%200%2016%2016%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cg%20clip-path=%27url%28%23clip0_350_7421%29%27%3e%3cpath%20fill-rule=%27evenodd%27%20clip-rule=%27evenodd%27%20d=%27M7.2115%200.260456L3.06519%204.45978C2.39595%205.13041%203.3998%206.13601%204.06869%205.46538L6.86345%202.66239C7.0006%202.52484%207.11254%202.57193%207.11254%202.76852V10.5019C7.11254%2010.8963%207.43028%2011.2148%207.82223%2011.2148C8.21692%2011.2148%208.53192%2010.8956%208.53192%2010.5019V2.76852C8.53192%202.57286%208.64345%202.52441%208.78102%202.66239L11.5758%205.46538C12.245%206.13601%2013.2485%205.13041%2012.5793%204.45978L8.46018%200.265425C8.11414%20-0.086938%207.55589%20-0.0883411%207.2115%200.260456ZM14.2222%2014.2233V11.7333C14.2222%2011.3406%2014.5406%2011.0222%2014.9333%2011.0222C15.3261%2011.0222%2015.6444%2011.3406%2015.6444%2011.7333V14.935C15.6444%2015.5253%2015.1642%2016%2014.5747%2016H1.06979C0.481217%2016%200%2015.5219%200%2014.935V11.7333C0%2011.3406%200.318375%2011.0222%200.711111%2011.0222C1.10385%2011.0222%201.42222%2011.3406%201.42222%2011.7333V14.2233C1.42222%2014.4167%201.58148%2014.5778%201.77793%2014.5778H13.8665C14.0604%2014.5778%2014.2222%2014.4191%2014.2222%2014.2233Z%27%20fill=%27%23000000%27/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id=%27clip0_350_7421%27%3e%3crect%20width=%2715.6444%27%20height=%2716%27%20fill=%27white%27/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center/contain no-repeat;
}
/*!******************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/@ors/ui-kit-vue2/components/ors-tab/ors-tab.css ***!
  \******************************************************************************************************************************/
/* default tab settings */
.ors-tab {
  --tab-border-radius: 0rem;
  --tab-color-default: var(--brand-highlight);
  --tab-color-active: #fff;
  --tab-color-success: #16a803;
  --tab-color-error: #f00;
  --tab-color-hover: var(--brand-highlight-sec);
  --tab-color-disabled: #ccc;
  --tab-bg-default: #fff;
  --tab-bg-active: var(--brand-highlight);
  --tab-bg-success: #16a803;
  --tab-bg-error: #f00;
  --tab-font-size-small: 0.5rem;
  --tab-font-size-default: 0.625rem;
  --tab-font-size-large: 0.75rem;
  --tab-height-small: 1.5rem; /* 24px */
  --tab-height-default: 1.875rem; /* 30px */
  --tab-height-large: 2.5rem; /* 40px */
  --tab-color: var(--tab-color-default);
  --tab-bg: var(--tab-bg-default);
  --tab-height: var(--tab-height-default);
  --tab-font-size: var(--tab-font-size-default);
  --tab-border-color: var(--tab-color);
  position: relative;
  display: inline-flex;
  flex: 1 1 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 9.375rem;
  height: var(--tab-height);
  padding: 0.375rem 0.75rem;
  color: var(--tab-color);
  background-color: var(--tab-bg);
  font-size: var(--tab-font-size);
  font-weight: bold;
  vertical-align: middle;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid;
  border-color: var(--tab-border-color);
  cursor: pointer;
  transition: 0.3s;
  transition-property: box-shadow, transform, opacity, color, background-color, border-color;
  user-select: none;
  outline: none;
}

/* Size modifiers (legacy) */
.ors-tab_font_s {
  --tab-font-size: var(--tab-font-size-small);
}
.ors-tab_font_l {
  --tab-font-size: var(--tab-font-size-large);
}
.ors-tab_width_s {
  flex: 0 1 auto;
}
.ors-tab_height_s {
  --tab-height: var(--tab-height-small); /* 24px */
}
.ors-tab_height_l {
  --tab-height: var(--tab-height-large); /* 40px */
}

/* Style modifiers */
.ors-tab_rounded {
  border-radius: 1.875rem;
  border-color: #fff;
}
.ors-tab_rounded.ors-tab_active {
  border-radius: 1.875rem;
  border-color: var(--brand-highlight);
}
.ors-tab_rounded-grey {
  border-color: transparent;
  color: #fff;
  border-radius: 1.875rem;
  background: transparent;
}
.ors-tab_rounded-grey:hover {
  border-color: transparent;
  color: var(--brand-highlight);
}
.ors-tab_rounded-grey:active {
  border-color: transparent;
  color: #fff;
}
.ors-tab_rounded-grey.ors-tab_active {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

/* Focus and hover */
.ors-tab:focus {
  outline: none;
}
.ors-tab:focus:not(:active, .ors-tab_active),
.ors-tab:focus-visible:not(:active, .ors-tab_active) {
  --tab-color: var(--tab-color-hover);
}
.ors-tab:hover {
  --tab-color: var(--tab-color-hover);
}
.ors-tab:active {
  --tab-color: var(--tab-color-default);
}
.ors-tab:focus .ors-tab__tag,
.ors-tab:hover .ors-tab__tag {
  background: var(--tab-color-hover);
  border-color: var(--tab-color-hover);
}

/* States */
.ors-tab_active {
  --tab-color: var(--tab-color-active);
  --tab-bg: var(--tab-bg-active);
  --tab-border-color: var(--tab-bg-active);
}
.ors-tab_active,
.ors-tab_active:focus,
.ors-tab_active:focus-visible,
.ors-tab_active:hover,
.ors-tab_active:active {
  --tab-color: var(--tab-color-active);
  cursor: default;
}
.ors-tab_success,
.ors-tab_success:hover,
.ors-tab_success:active {
  --tab-color: var(--tab-color-success);
  --tab-bg-active: var(--tab-bg-success);
}
.ors-tab_error,
.ors-tab_error:hover,
.ors-tab_error:active {
  --tab-color: var(--tab-color-error);
  --tab-bg-active: var(--tab-bg-error);
}
.ors-tab_disabled,
.ors-tab[disabled] {
  --tab-bg: var(--tab-bg-default);
  color: var(--tab-color-disabled) !important;
  cursor: default;
  pointer-events: none;
}
.ors-tab_passed::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--tab-bg-active);
  opacity: 0.22;
}
.ors-tab_active + .ors-tab_small {
  border-left-color: inherit;
}

/* Small variant */
.ors-tab_small {
  --tab-height: 1.1875rem; /* 19px */
  min-width: unset;
  padding: 0.25rem 0.9375rem;
  border-radius: 0.3125rem;
}
.ors-tab_small.ors-tab_has-tag {
  padding: 0.25rem 0 0.25rem 0.5rem;
  overflow: hidden;
}
.ors-tab_small.ors-tab_has-tag .ors-tab__tag {
  border-radius: 0 4px 4px 0;
  min-width: 2.125rem;
  height: 1.1875rem;
}
.ors-tab_small.ors-tab_disabled {
  border-color: var(--tab-color-disabled);
}
.ors-tab_small.ors-tab_has-tag.ors-tab_disabled .ors-tab__tag {
  background: var(--tab-color-disabled);
  border-color: var(--tab-color-disabled);
}
.ors-tab_small.ors-tab_has-tag .ors-tab__content {
  width: 100%;
}
.ors-tab_small.ors-tab_has-tag .ors-tab__content-text {
  flex-grow: 1;
}

/* Icon */
.ors-tab_has-icon {
  gap: 0.375rem;
}
.ors-tab__icon {
  display: inline-flex;
}
.ors-tab__icon > * {
  background: currentcolor;
}

/* Content */
.ors-tab__content {
  position: relative;
  display: flex;
  justify-content: inherit;
  align-items: center;
  gap: 0.375rem;
  line-height: normal;
  color: inherit;
}
.ors-tab__tag {
  background: var(--brand-highlight);
  border-color: var(--brand-highlight);
}
.ors-tab__content .vc-key-hint {
  margin-left: 0.375rem;
}
.ors-tab__content .vc-tooltip__activator {
  align-items: center;
  cursor: pointer;
}
/*!******************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/@ors/ui-kit-vue2/components/ors-tag/ors-tag.css ***!
  \******************************************************************************************************************************/
.ors-tag {
  --tab-color-default: #fff;
  --ors-tag-bg-normal: #999;
  --ors-tag-bg-primary: var(--brand-highlight);
  --ors-tag-bg-success: #16a803;
  --ors-tag-bg-error: var(--brand-warning);
  --ors-tag-bg-changed: var(--brand-changed);
  --ors-tag-bg-disabled: #999;
  --ors-tag-bg-primary-hover: var(--brand-highlight-sec);
  --tag-font-size-small: 0.625rem;
  --tag-font-size-normal: 0.875rem;
  --tag-font-size-large: 1rem;
  --ors-tag-bg: var(--ors-tag-bg-normal);
  --ors-tag-color: var(--tab-color-default);
  --ors-tag-font-size: var(--tag-font-size-normal);
  position: relative;
  font-family: var(--font-family-sans-serif-arial), sans-serif;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  /* for proportional sizes changes according to font-size */
  min-width: 1.86em;
  padding: 0.125rem 0.625rem;
  color: var(--ors-tag-color);
  font-size: var(--ors-tag-font-size);
  font-weight: bold;
  line-height: 1.15;
  vertical-align: middle;
  border: 1px solid var(--ors-tag-bg);
  border-radius: 0.3125rem;
  background-color: var(--ors-tag-bg);
  text-decoration: none;
  user-select: none;
}
.ors-tag_small {
  font-size: var(--tag-font-size-small);
  padding: 0.125rem 0.3125rem;
}
.ors-tag_large {
  font-size: var(--tag-font-size-large);
}
.ors-tag_rounded {
  border-radius: 2rem;
}
.ors-tag_outlined {
  color: var(--ors-tag-bg);
  background-color: var(--ors-tag-color);
}
.ors-tag_text {
  border-color: transparent;
  background-color: transparent;
}
.ors-tag_no-bg {
  background-color: transparent;
}
.ors-tag_uppercase {
  text-transform: uppercase;
}
.ors-tag_lowercase {
  text-transform: lowercase;
}
.ors-tag_block {
  display: flex;
  flex: 1 1 auto;
}
.ors-tag_font_s {
  --ors-tag-font-size: var(--tag-font-size-small);
}
.ors-tag_font_l {
  --ors-tag-font-size: var(--tag-font-size-large);
}
.ors-tag_width_s {
  min-width: auto;
  padding-right: 0;
  padding-left: 0;
}
.ors-tag_height_s {
  min-height: 1.25rem;
  border-width: 1px;
}
.ors-tag_height_l {
  min-height: 1.5rem;
  border-width: 2px;
}

/* color variations  */
.ors-tag_neutral {
  --ors-tag-bg: var(--ors-tag-bg-normal);
}
.ors-tag_primary {
  --ors-tag-bg: var(--ors-tag-bg-primary);
}
.ors-tag_success {
  --ors-tag-bg: var(--ors-tag-bg-success);
}
.ors-tag_error {
  --ors-tag-bg: var(--ors-tag-bg-error);
}
.ors-tag_changed {
  --ors-tag-bg: var(--ors-tag-bg-changed);
}
.ors-tag_interactive:focus,
.ors-tag_interactive:hover {
  --ors-tag-bg: var(--ors-tag-bg-primary-hover);
}
.ors-tag_disabled,
.ors-tag_interactive.ors-tag_disabled,
a.ors-tag_disabled {
  --ors-tag-bg: var(--ors-tag-bg-disabled);
  border-color: var(--ors-tag-bg-disabled);
  cursor: default;
  pointer-events: none;
}
.ors-tag__content {
  position: relative;
  color: inherit;
  white-space: nowrap;
}
/*!********************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/@ors/ui-kit-vue2/components/ors-tabs/ors-tabs.css ***!
  \********************************************************************************************************************************/
@charset "UTF-8";
.ors-tabs {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.ors-tabs__list {
  display: flex;
  flex: 1 1 100%;
  justify-content: center;
  align-items: stretch;
}
.ors-tabs_type_normal .ors-tabs__item:first-of-type {
  border-radius: 0.3125rem 0 0 0.3125rem;
}
.ors-tabs_type_normal .ors-tabs__item:last-of-type {
  border-radius: 0 0.3125rem 0.3125rem 0;
}
.ors-tabs__item {
  flex: 1 1 10%;
}
.ors-tabs_type_rounded {
  border-radius: 1.875rem;
  border: 1px solid var(--brand-highlight);
  background: #fff;
  padding: 0.0625rem;
}
.ors-tabs_type_rounded-grey {
  border-radius: 1.875rem;
  border: 1px solid #bcbcbc;
  background: #bcbcbc;
}

/* Схлопываем двойную границу для стандартного типа */
.ors-tabs_type_normal .ors-tabs__item:not(:first-child) {
  margin-left: -1px;
}
.ors-tabs_type_normal .ors-tabs__item:hover {
  z-index: 1;
}
.ors-tabs_type_normal .ors-tabs__item.ors-tab_active {
  z-index: 2;
}
.ors-tabs_type_small .ors-tabs__list {
  flex: 0 1 auto;
  justify-content: flex-start;
  gap: 0.3125rem;
}
.ors-tabs_type_small .ors-tabs__item {
  flex: 0 0 auto;
}
.ors-tabs_disabled .ors-tabs__item {
  border-color: rgba(0, 0, 0, 0.26);
}
.ors-tabs__item_has-hotkey .ors-tab__content {
  position: relative;
}
.ors-tabs__item-hotkey {
  position: absolute;
  top: -1.4rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.5rem;
  line-height: 1;
}
/*!********************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/@ors/ui-kit-vue2/components/ors-app-widget/ors-app-widget.css ***!
  \********************************************************************************************************************************************/
.ors-app-widget {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 6.875rem;
  padding: 1.25rem;
  text-decoration: none;
  color: var(--brand-secondary);
  border: 3px solid transparent;
  border-radius: var(--border-radius-lg);
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.ors-app-widget__header {
  position: relative;
  display: flex;
  width: 100%;
  gap: 2.5rem;
  align-items: center;
  cursor: pointer;
}
.ors-app-widget:hover:not(.ors-app-widget_disabled, .ors-app-widget_opened),
.ors-app-widget:active:not(.ors-app-widget_disabled, .ors-app-widget_opened) {
  color: #000;
  text-decoration: none;
  border-color: var(--brand-highlight);
  background-color: #fff;
}
.ors-app-widget_opened {
  color: #000;
  text-decoration: none;
  border-color: var(--brand-highlight);
  background-color: #fff;
  align-items: flex-start;
  cursor: auto;
}
.ors-app-widget_disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.ors-app-widget__icon {
  z-index: 2;
  display: flex;
  width: 4.325rem;
  height: 4.325rem;
  align-items: center;
  justify-content: center;
  color: #666;
}
.ors-app-widget__icon > * {
  width: 100%;
  height: 100%;
}
.ors-app-widget__slot-icon {
  display: inline-flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}
.ors-app-widget__icon .ors-icon {
  width: 100%;
  height: 100%;
  background-color: currentcolor;
}
.ors-app-widget_opened .ors-app-widget__icon {
  width: 3.125rem;
  height: 3.125rem;
  color: #000;
}
.ors-app-widget:hover:not(.ors-app-widget_disabled) .ors-app-widget__icon,
.ors-app-widget:active:not(.ors-app-widget_disabled) .ors-app-widget__icon,
.ors-app-widget_opened .ors-app-widget__icon {
  color: #000;
}
.ors-app-widget_disabled .ors-app-widget__icon {
  color: #666;
}
.ors-app-widget__icon_mask {
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background-color: currentcolor;
}
.ors-app-widget__icon_airplane {
  mask-image: url("data:image/svg+xml,%3csvg%20width=%2770%27%20height=%2770%27%20viewBox=%270%200%2070%2070%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath%20d=%27M49.38%206.46562C53.1653%202.55589%2059.4197%202.50532%2063.2677%206.35332C67.01%2010.0959%2067.0792%2016.1418%2063.424%2019.9695L55.3195%2028.4568C54.9833%2028.8088%2054.8019%2029.0003%2054.675%2029.1492C54.6287%2029.2035%2054.6029%2029.2363%2054.591%2029.2527C54.572%2029.2941%2054.5605%2029.3383%2054.5558%2029.3836C54.5578%2029.4041%2054.5623%2029.4455%2054.5744%2029.5154C54.6076%2029.7083%2054.666%2029.9656%2054.7755%2030.4402L59.8156%2052.2791C59.9915%2053.0414%2060.2269%2053.941%2060.1564%2054.8572C60.1001%2055.5885%2059.8956%2056.301%2059.5558%2056.951C59.2364%2057.5619%2058.7759%2058.0741%2058.3322%2058.5252L56.8185%2060.0389C55.969%2060.8883%2055.2118%2061.6494%2054.548%2062.202C53.887%2062.7521%2053.03%2063.35%2051.9298%2063.5447C50.4628%2063.8042%2048.9532%2063.4485%2047.757%2062.5603C46.8598%2061.8941%2046.361%2060.975%2046.0158%2060.1873C45.6692%2059.3963%2045.3321%2058.3776%2044.9523%2057.2381L40.3693%2043.4891L33.4728%2050.3865C33.1644%2050.6949%2032.9988%2050.8615%2032.882%2050.991C32.839%2051.0387%2032.8149%2051.0677%2032.8039%2051.0818C32.7846%2051.1183%2032.7716%2051.1575%2032.7638%2051.198C32.7636%2051.216%2032.764%2051.2533%2032.7677%2051.3172C32.778%2051.4913%2032.8025%2051.7243%2032.8507%2052.158L33.3869%2056.9803C33.4625%2057.6606%2033.5732%2058.4659%2033.4455%2059.2674C33.3433%2059.9081%2033.1262%2060.5255%2032.8058%2061.0896C32.4049%2061.7954%2031.8153%2062.3555%2031.3312%2062.8396L30.756%2063.4158C30.098%2064.0738%2029.4905%2064.6839%2028.9464%2065.1404C28.3859%2065.6108%2027.686%2066.1012%2026.7824%2066.3367C25.5337%2066.6621%2024.2096%2066.5305%2023.049%2065.9666C22.2088%2065.5583%2021.6178%2064.9403%2021.1603%2064.3689C20.7164%2063.8145%2020.2409%2063.0973%2019.7248%2062.323L15.1505%2055.4617C15.0479%2055.3077%2014.9939%2055.2272%2014.9523%2055.1678C14.9176%2055.1183%2014.9149%2055.1176%2014.9269%2055.1316C14.9126%2055.1149%2014.8967%2055.099%2014.88%2055.0848C14.8941%2055.0968%2014.8934%2055.0941%2014.8439%2055.0594C14.7845%2055.0177%2014.704%2054.9638%2014.55%2054.8611L7.68863%2050.2869C6.91435%2049.7707%206.19713%2049.2953%205.64273%2048.8514C5.07151%2048.394%204.45337%2047.8037%204.04507%2046.9637C3.48103%2045.803%203.3495%2044.4781%203.67495%2043.2293L3.77456%2042.9002C4.0326%2042.153%204.45963%2041.5557%204.87124%2041.0652C5.32773%2040.5213%205.93798%2039.9145%206.59585%2039.2566L7.55093%2038.3016C7.94556%2037.9129%208.39284%2037.5064%208.92202%2037.2059L9.13589%2037.0906C9.64075%2036.8331%2010.1836%2036.6556%2010.7443%2036.5662L11.0441%2036.5291C11.7446%2036.4656%2012.4359%2036.5586%2013.0314%2036.6248L17.8537%2037.1609C18.2873%2037.2091%2018.5204%2037.2336%2018.6945%2037.2439C18.7572%2037.2476%2018.7943%2037.247%2018.8126%2037.2469C18.8533%2037.2392%2018.8923%2037.2261%2018.9289%2037.2068C18.9429%2037.1958%2018.9728%2037.1728%2019.0207%2037.1297C19.1502%2037.0129%2019.3167%2036.8473%2019.6252%2036.5389L26.5216%2029.6414L12.7736%2025.0594C11.6341%2024.6795%2010.6153%2024.3425%209.82437%2023.9959C9.03662%2023.6507%208.11753%2023.1519%207.45132%2022.2547C6.56325%2021.0585%206.20747%2019.5489%206.46695%2018.0818L6.50796%2017.8787C6.73611%2016.8755%207.29393%2016.0834%207.80972%2015.4637C8.36223%2014.7998%209.12333%2014.0426%209.97281%2013.1932L11.4865%2011.6795C11.9376%2011.2358%2012.4497%2010.7753%2013.0607%2010.4559L13.3068%2010.3348C13.8886%2010.0672%2014.5145%209.90456%2015.1544%209.85527L15.4972%209.84258C16.2938%209.84283%2017.0664%2010.0421%2017.7335%2010.1961L39.4884%2015.2166C39.9667%2015.327%2040.227%2015.3861%2040.422%2015.4197C40.4915%2015.4317%2040.5335%2015.4362%2040.5548%2015.4383C40.6055%2015.4331%2040.6539%2015.4183%2040.6994%2015.3953C40.7158%2015.3823%2040.749%2015.3562%2040.8019%2015.3074C40.9474%2015.1732%2041.1341%2014.9825%2041.4757%2014.6297L49.38%206.46562ZM59.7316%209.88848C57.8586%208.01569%2054.8142%208.04018%2052.9718%209.94316L45.0675%2018.1072C44.5326%2018.6597%2043.9165%2019.3342%2043.1271%2019.7693C42.4401%2020.148%2041.6791%2020.3729%2040.8966%2020.4285C39.9975%2020.4925%2039.1137%2020.2616%2038.3644%2020.0887L16.6085%2015.0682C16.1216%2014.9558%2015.8576%2014.896%2015.6593%2014.8621C15.5839%2014.8492%2015.5406%2014.8453%2015.5207%2014.8436C15.476%2014.8489%2015.4324%2014.8604%2015.3918%2014.8797C15.3755%2014.892%2015.3417%2014.9193%2015.2853%2014.9695C15.1352%2015.1033%2014.9432%2015.2941%2014.59%2015.6473L13.508%2016.7293C12.5897%2017.6475%2012.0239%2018.2157%2011.6525%2018.6619C11.4958%2018.8502%2011.4186%2018.9665%2011.3839%2019.0232C11.3835%2019.0895%2011.3999%2019.1545%2011.4298%2019.2137C11.4864%2019.2489%2011.6073%2019.3187%2011.8312%2019.4168C12.363%2019.6498%2013.1228%2019.9056%2014.3546%2020.3162L31.9406%2026.1785C32.7624%2026.4526%2033.3841%2027.1323%2033.5832%2027.9754C33.7822%2028.8187%2033.5298%2029.7055%2032.9171%2030.3182L22.7824%2040.4529C22.3876%2040.8418%2021.9407%2041.2489%2021.4113%2041.5496C20.8472%2041.87%2020.2297%2042.0861%2019.589%2042.1883C18.7874%2042.3161%2017.9814%2042.2053%2017.3009%2042.1297L12.4787%2041.5945C12.045%2041.5463%2011.812%2041.5208%2011.6378%2041.5105C11.5739%2041.5068%2011.5366%2041.5064%2011.5187%2041.5066C11.4778%2041.5145%2011.4383%2041.5281%2011.4015%2041.5477C11.4297%2041.5304%2011.4127%2041.5346%2011.3126%2041.6248C11.1831%2041.7416%2011.0167%2041.9071%2010.7082%2042.2156L10.132%2042.7918C9.41024%2043.5135%208.98458%2043.9416%208.70132%2044.2791C8.58837%2044.4137%208.53114%2044.497%208.50503%2044.5379C8.49578%2044.6037%208.50257%2044.6704%208.52456%2044.7332C8.5582%2044.7682%208.63076%2044.8384%208.76773%2044.948C9.11167%2045.2234%209.61278%2045.5606%2010.4621%2046.1268L17.3234%2050.701C17.5665%2050.863%2017.8562%2051.0517%2018.1261%2051.282C18.343%2051.4672%2018.5456%2051.6687%2018.7306%2051.8855C18.9609%2052.1554%2019.1486%2052.4452%2019.3107%2052.6883L23.8849%2059.5496C24.4511%2060.3989%2024.7882%2060.9%2025.0636%2061.2439C25.1728%2061.3802%2025.2433%2061.4523%2025.2785%2061.4861C25.3411%2061.5081%2025.4071%2061.5148%2025.4728%2061.5057C25.5136%2061.4796%2025.5977%2061.4235%2025.7326%2061.3103C26.0701%2061.0271%2026.4981%2060.6014%2027.2199%2059.8797L27.796%2059.3045C28.1046%2058.996%2028.27%2058.8295%2028.3869%2058.7C28.428%2058.6544%2028.4505%2058.6249%2028.4621%2058.6102C28.482%2058.5729%2028.4962%2058.5335%2028.5041%2058.492C28.5042%2058.4737%2028.5048%2058.4367%2028.5011%2058.3738C28.4908%2058.1997%2028.4653%2057.9667%2028.4171%2057.533L27.882%2052.7107C27.8064%2052.0303%2027.6955%2051.2242%2027.8234%2050.4227L27.8673%2050.1844C27.9816%2049.6291%2028.1816%2049.0942%2028.4621%2048.6004C28.8629%2047.8947%2029.4526%2047.3354%2029.9367%2046.8514L39.6945%2037.0945L39.8117%2036.9832C40.417%2036.4514%2041.2457%2036.2419%2042.0363%2036.4285C42.8794%2036.6276%2043.5591%2037.2493%2043.8332%2038.0711L49.6955%2055.657C50.1061%2056.8889%2050.3619%2057.6487%2050.5949%2058.1805C50.6936%2058.4058%2050.7639%2058.5267%2050.799%2058.5828C50.8575%2058.6123%2050.9219%2058.627%2050.9875%2058.6268C51.0441%2058.5921%2051.1612%2058.5161%2051.3498%2058.3592C51.7961%2057.9877%2052.3649%2057.4221%2053.2834%2056.5037L54.3644%2055.4227C54.7178%2055.0693%2054.9083%2054.8766%2055.0421%2054.7264C55.0925%2054.6698%2055.1188%2054.6352%2055.131%2054.6189C55.1507%2054.5772%2055.1631%2054.533%2055.1681%2054.4871C55.1661%2054.4656%2055.1617%2054.4232%2055.1496%2054.3523C55.1157%2054.1541%2055.0559%2053.8901%2054.9435%2053.4031L49.9035%2031.5643C49.7319%2030.8209%2049.5028%2029.9433%2049.5656%2029.0477C49.6157%2028.3329%2049.8074%2027.6352%2050.1291%2026.9949L50.2912%2026.702C50.6918%2026.0348%2051.2432%2025.4865%2051.7043%2025.0037L59.8078%2016.5164C61.587%2014.6532%2061.5533%2011.7102%2059.7316%209.88848Z%27%20fill=%27black%27/%3e%3c/svg%3e");
}
.ors-app-widget__icon_airplane-2 {
  mask-image: url("data:image/svg+xml,%3csvg%20width=%2770%27%20height=%2770%27%20viewBox=%270%200%2070%2070%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cg%20clip-path=%27url%28%23clip0_289_7075%29%27%3e%3cpath%20d=%27M68.6198%201.44858C66.9571%20-0.214327%2064.0829%20-0.377843%2060.3065%200.975536C57.7095%201.90659%2054.9855%203.46683%2053.6823%204.77003L43.2165%2015.2358L8.76586%209.82479L0%2018.5907L28.6427%2029.8097L19.4462%2039.0062L6.39338%2039.7706L0.134531%2046.0294L14.2998%2052.8645L10.3314%2056.8329L13.2353%2059.7368L17.1984%2055.7738L24.0402%2069.9324L30.2976%2063.6749L31.0621%2050.6221L40.413%2041.2712L51.6298%2069.9082L60.3955%2061.1423L54.9855%2026.6983L65.2982%2016.3855C66.6014%2015.0824%2068.1618%2012.3585%2069.0929%209.76136C70.4463%205.986%2070.2827%203.11122%2068.6198%201.44858ZM7.34262%2017.0561L10.1927%2014.2061L39.6238%2018.8287L31.8123%2026.6402L7.34262%2017.0561ZM56.0144%2059.7158L53.1645%2062.5658L43.5822%2038.1021L51.3927%2030.2916L56.0144%2059.7158ZM65.2269%208.37599C64.4422%2010.5651%2063.1455%2012.7309%2062.3943%2013.482L27.0539%2048.8227L26.2894%2061.8755L25.2234%2062.9415L20.2739%2052.6988L23.844%2049.1287L20.9401%2046.2248L17.3759%2049.7888L7.12811%2044.8441L8.19287%2043.7793L21.2457%2043.0149L56.5863%207.67407C57.3375%206.9228%2059.5033%205.62643%2061.6924%204.84153C64.1774%203.95067%2065.4959%204.13251%2065.7159%204.35249C65.9356%204.57233%2066.1177%205.89058%2065.2269%208.37599Z%27%20fill=%27%23000%27/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id=%27clip0_289_7075%27%3e%3crect%20width=%2770%27%20height=%2770%27%20fill=%27white%27/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
}
.ors-app-widget__icon_airplane-money {
  mask-image: url("data:image/svg+xml,%3csvg%20width=%2770%27%20height=%2770%27%20viewBox=%270%200%2070%2070%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cg%20clip-path=%27url%28%23clip0_285_7097%29%27%3e%3cpath%20d=%27M41.0627%2033.8577C34.6911%2037.2983%2034.3089%2042.7778%2040.8078%2046.4733C47.4342%2050.4237%2058.5207%2050.4237%2065.2745%2046.4733C71.0089%2043.2876%2071.6461%2038.1903%2065.9117%2034.4948C59.2853%2030.2896%2047.9439%2030.1622%2041.0627%2033.8577Z%27%20fill=%27%23000%27/%3e%3cpath%20d=%27M36.0938%2056.5398V61.1273C36.0938%2064.0582%2038.8972%2066.352%2041.4458%2067.6263C48.0722%2071.0669%2058.1393%2071.0669%2064.6382%2067.6263C67.1869%2066.352%2069.8629%2064.0582%2069.8629%2061.1273V56.5398C68.716%2057.8141%2067.1869%2058.8336%2065.5303%2059.5982C58.3941%2063.2937%2047.6899%2063.2937%2040.5538%2059.7256C38.8972%2058.8336%2037.3681%2057.8141%2036.0938%2056.5398Z%27%20fill=%27%23000%27/%3e%3cpath%20d=%27M69.8629%2046.0912C68.9709%2047.1106%2067.824%2048.0027%2066.4223%2048.7672C59.0313%2052.9725%2047.0528%2052.9725%2039.5344%2048.7672C38.1326%2048.0027%2036.9858%2047.1106%2036.0938%2046.0912V50.6787C36.0938%2053.737%2039.0247%2056.0308%2041.5733%2057.3051C48.0722%2060.6183%2058.0118%2060.6183%2064.5108%2057.3051C67.0594%2056.0308%2069.8629%2053.737%2069.8629%2050.6787V46.0912Z%27%20fill=%27%23000%27/%3e%3cpath%20fill-rule=%27evenodd%27%20clip-rule=%27evenodd%27%20d=%27M47.4774%200.968153C50.4446%20-0.0952161%2052.7028%200.0332605%2054.0093%201.33983C55.3159%202.64619%2055.4443%204.90495%2054.381%207.87129C53.6494%209.91188%2052.4234%2012.0522%2051.3995%2013.076L43.2966%2021.1789L44.627%2029.649C43.5374%2029.9711%2042.5033%2030.3419%2041.5345%2030.756L40.4737%2024.0022L34.3369%2030.139L35.9591%2034.2805C34.9593%2035.239%2034.1946%2036.2798%2033.7076%2037.3798L31.8468%2032.629L24.4997%2039.9761L23.899%2050.2319L18.9825%2055.1485L13.6068%2044.0239L10.4929%2047.1377L8.21129%2044.8561L11.3293%2041.7381L0.199453%2036.3676L5.11712%2031.45L15.3729%2030.8494L22.5987%2023.6235L0.09375%2014.8086L6.98121%207.92114L34.0496%2012.1727L42.2727%203.94954C43.2966%202.92559%2045.4369%201.6997%2047.4774%200.968153ZM8.10226%2011.3636L5.86295%2013.6029L25.0891%2021.1333L31.2267%2014.9956L8.10226%2011.3636ZM49.1178%2010.7947C49.708%2010.2045%2050.7269%208.50283%2051.3434%206.78279C52.0434%204.82997%2051.9003%203.79421%2051.7276%203.62147C51.5548%203.44863%2050.5188%203.30576%2048.5663%204.00572C46.8463%204.62243%2045.1446%205.641%2044.5543%206.23128L16.7868%2033.9991L6.531%2034.5997L5.6944%2035.4363L13.7462%2039.3214L16.5467%2036.5211L18.8283%2038.8028L16.0232%2041.6079L19.9121%2049.6557L20.7497%2048.8181L21.3504%2038.5624L49.1178%2010.7947Z%27%20fill=%27%23000%27/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id=%27clip0_285_7097%27%3e%3crect%20width=%2770%27%20height=%2770%27%20fill=%27white%27/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
}
.ors-app-widget__icon_alert {
  mask-image: url("data:image/svg+xml,%3csvg%20width=%2770%27%20height=%2770%27%20viewBox=%270%200%2070%2070%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath%20d=%27M41.5522%2059.542C42.5874%2058.6286%2044.167%2058.7276%2045.0806%2059.7627C45.994%2060.7978%2045.8959%2062.3774%2044.8608%2063.291C42.3651%2065.4938%2039.0807%2066.8329%2035.4897%2066.833C31.8986%2066.833%2028.6135%2065.4939%2026.1177%2063.291C25.0827%2062.3774%2024.9846%2060.7978%2025.8979%2059.7627C26.8115%2058.7277%2028.3911%2058.6287%2029.4263%2059.542C31.0437%2060.9696%2033.1633%2061.833%2035.4897%2061.833C37.8161%2061.8329%2039.9349%2060.9695%2041.5522%2059.542ZM50.4897%2023.5C50.4897%2019.5218%2048.9091%2015.7066%2046.0962%2012.8936C43.2832%2010.0806%2039.4678%208.50011%2035.4897%208.5C31.5115%208.5%2027.6954%2010.0805%2024.8823%2012.8936C22.0694%2015.7066%2020.4897%2019.5219%2020.4897%2023.5C20.4897%2032.9568%2018.0968%2039.5896%2015.2983%2044.0869C14.4804%2045.4014%2013.8368%2046.4342%2013.354%2047.2383C14.1047%2047.248%2015.0431%2047.25%2016.2065%2047.25H54.772C55.9349%2047.25%2056.873%2047.248%2057.6235%2047.2383C57.1407%2046.4343%2056.4979%2045.4011%2055.6802%2044.0869C52.8817%2039.5896%2050.4897%2032.9568%2050.4897%2023.5ZM55.4897%2023.5C55.4897%2032.0693%2057.644%2037.7791%2059.9253%2041.4453C60.9855%2043.1492%2061.8174%2044.4846%2062.3745%2045.4512C62.6509%2045.9307%2062.8965%2046.3817%2063.0757%2046.7764C63.1652%2046.9734%2063.261%2047.208%2063.3354%2047.458C63.398%2047.6679%2063.5115%2048.0971%2063.4692%2048.6143C63.4382%2048.9942%2063.362%2049.6053%2063.0142%2050.2314C62.6665%2050.857%2062.1885%2051.2436%2061.8823%2051.4707C61.2332%2051.9522%2060.4759%2052.062%2060.2085%2052.1016C59.8012%2052.1619%2059.3307%2052.1929%2058.8433%2052.2119C57.8617%2052.2502%2056.4929%2052.25%2054.772%2052.25H16.2065C14.4859%2052.25%2013.1177%2052.2502%2012.1362%2052.2119C11.6487%2052.1929%2011.1784%2052.1619%2010.771%2052.1016C10.5041%2052.062%209.74661%2051.9524%209.09716%2051.4707C8.79102%2051.2436%208.31216%2050.8573%207.96435%2050.2314C7.61652%2049.6053%207.54133%2048.9942%207.51025%2048.6143C7.46796%2048.0971%207.58053%2047.668%207.64306%2047.458C7.71753%2047.208%207.81431%2046.9735%207.9038%2046.7764C8.08303%2046.3817%208.3286%2045.9307%208.60497%2045.4512C9.16206%2044.4846%209.993%2043.1492%2011.0532%2041.4453C13.3345%2037.7791%2015.4897%2032.0693%2015.4897%2023.5C15.4897%2018.1957%2017.5964%2013.1081%2021.3472%209.35742C25.0979%205.60682%2030.1855%203.5%2035.4897%203.5C40.7938%203.50011%2045.8807%205.60697%2049.6313%209.35742C53.3821%2013.1081%2055.4897%2018.1957%2055.4897%2023.5Z%27%20fill=%27black%27/%3e%3c/svg%3e");
}
.ors-app-widget__icon_analytics {
  mask-image: url("data:image/svg+xml,%3csvg%20width=%2770%27%20height=%2770%27%20viewBox=%270%200%2070%2070%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath%20d=%27M68.1839%2062.3127H66.022V30.1375C66.0221%2029.9762%2065.9903%2029.8164%2065.9286%2029.6673C65.8668%2029.5183%2065.7764%2029.3828%2065.6623%2029.2688C65.5482%2029.1547%2065.4127%2029.0642%2065.2637%2029.0025C65.1146%2028.9408%2064.9548%2028.909%2064.7935%2028.9091H53.9697C53.8083%2028.909%2053.6486%2028.9408%2053.4995%2029.0025C53.3504%2029.0642%2053.215%2029.1547%2053.1009%2029.2688C52.9868%2029.3829%2052.8963%2029.5183%2052.8346%2029.6674C52.7729%2029.8165%2052.7411%2029.9762%2052.7412%2030.1376V62.3128H49.7803V39.5661C49.7804%2039.4047%2049.7487%2039.2449%2049.687%2039.0958C49.6253%2038.9467%2049.5348%2038.8113%2049.4207%2038.6972C49.3066%2038.5831%2049.1711%2038.4926%2049.022%2038.4309C48.8729%2038.3692%2048.7131%2038.3375%2048.5518%2038.3376H37.7171C37.5558%2038.3375%2037.396%2038.3692%2037.2469%2038.4309C37.0978%2038.4926%2036.9623%2038.5831%2036.8482%2038.6972C36.7341%2038.8113%2036.6436%2038.9467%2036.5819%2039.0958C36.5202%2039.2449%2036.4885%2039.4047%2036.4886%2039.5661V62.3127H33.5397V30.1375C33.5397%2029.9762%2033.508%2029.8164%2033.4463%2029.6673C33.3845%2029.5183%2033.294%2029.3828%2033.1799%2029.2687C33.0658%2029.1547%2032.9304%2029.0642%2032.7813%2029.0025C32.6323%2028.9408%2032.4725%2028.909%2032.3111%2028.9091H21.4765C21.3152%2028.909%2021.1554%2028.9408%2021.0064%2029.0025C20.8573%2029.0642%2020.7219%2029.1547%2020.6078%2029.2688C20.4937%2029.3829%2020.4032%2029.5183%2020.3415%2029.6674C20.2798%2029.8165%2020.248%2029.9762%2020.248%2030.1376V62.3128H17.2872V44.8796C17.2873%2044.7183%2017.2555%2044.5585%2017.1938%2044.4094C17.1321%2044.2603%2017.0416%2044.1248%2016.9276%2044.0107C16.8135%2043.8966%2016.678%2043.8061%2016.5289%2043.7444C16.3798%2043.6827%2016.22%2043.651%2016.0587%2043.6511H5.23479C5.07343%2043.651%204.91364%2043.6827%204.76455%2043.7444C4.61546%2043.8061%204.47999%2043.8966%204.3659%2044.0107C4.2518%2044.1248%204.16131%2044.2603%204.09961%2044.4094C4.0379%2044.5585%204.00619%2044.7183%204.00628%2044.8796V62.3127H1.8444C1.68274%2062.3122%201.52257%2062.3436%201.37307%2062.4051C1.22358%2062.4666%201.08769%2062.557%200.973197%2062.6711C0.858707%2062.7853%200.767868%2062.9209%200.705886%2063.0702C0.643905%2063.2195%200.612%2063.3796%200.612%2063.5412C0.612%2063.7029%200.643905%2063.8629%200.705886%2064.0122C0.767868%2064.1615%200.858707%2064.2971%200.973197%2064.4113C1.08769%2064.5254%201.22358%2064.6158%201.37307%2064.6773C1.52257%2064.7388%201.68274%2064.7702%201.8444%2064.7697H68.1839C68.5054%2064.7632%2068.8116%2064.6309%2069.0366%2064.4012C69.2617%2064.1716%2069.3878%2063.8628%2069.3878%2063.5412C69.3878%2063.2196%2069.2617%2062.9109%2069.0366%2062.6812C68.8116%2062.4515%2068.5054%2062.3192%2068.1839%2062.3127ZM14.8301%2062.3127H6.46328V46.1082H14.8301V62.3127ZM31.0827%2062.3127H22.7051V31.366H31.0827V62.3127ZM47.3232%2062.3127H38.9456V40.7946H47.3232V62.3127ZM63.565%2062.3127H55.1982V31.366H63.565V62.3127Z%27%20fill=%27%23000%27/%3e%3cpath%20d=%27M10.6469%2032.5945C11.5348%2032.584%2012.4035%2032.3345%2013.1617%2031.8723C13.9199%2031.4101%2014.5396%2030.7522%2014.9558%2029.9678C15.3719%2029.1834%2015.5691%2028.3013%2015.5266%2027.4144C15.4841%2026.5274%2015.2035%2025.6683%2014.7143%2024.9272L24.6867%2013.6194C25.5531%2014.0739%2026.5381%2014.2518%2027.5088%2014.1292C28.4795%2014.0065%2029.3892%2013.5892%2030.1154%2012.9335L38.5275%2018.6573C38.2599%2019.3973%2038.1744%2020.1908%2038.2783%2020.9708C38.3823%2021.7508%2038.6725%2022.4942%2039.1246%2023.1383C39.5766%2023.7824%2040.1771%2024.3082%2040.8753%2024.6711C41.5734%2025.034%2042.3488%2025.2235%2043.1356%2025.2234C43.9225%2025.2233%2044.6978%2025.0338%2045.3959%2024.6707C46.094%2024.3077%2046.6945%2023.7818%2047.1464%2023.1377C47.5983%2022.4935%2047.8884%2021.75%2047.9922%2020.97C48.0961%2020.19%2048.0105%2019.3965%2047.7428%2018.6565L56.1572%2012.9313C57.0725%2013.7417%2058.2523%2014.1898%2059.4748%2014.1912C60.6973%2014.1927%2061.8782%2013.7474%2062.7954%2012.9392C63.7126%2012.1309%2064.3029%2011.0154%2064.4553%209.80248C64.6076%208.58952%2064.3116%207.36268%2063.6227%206.35272C62.9339%205.34276%2061.8998%204.61928%2060.7149%204.31834C59.5301%204.01741%2058.2761%204.15977%2057.1888%204.71864C56.1015%205.27752%2055.2559%206.21439%2054.811%207.35306C54.3661%208.49172%2054.3526%209.75371%2054.7729%2010.9017L46.3565%2016.6284C45.4712%2015.8344%2044.3239%2015.3954%2043.1348%2015.3955C41.9457%2015.3955%2040.7984%2015.8348%2039.9133%2016.6288L31.5012%2010.9051C31.7852%2010.1148%2031.8616%209.26482%2031.7231%208.43655C31.5846%207.60828%2031.2359%206.82941%2030.7103%206.17448C30.1847%205.51955%2029.4997%205.01048%2028.7211%204.69599C27.9424%204.38149%2027.0961%204.2721%2026.2631%204.37827C25.43%204.48445%2024.6382%204.80264%2023.9633%205.30239C23.2884%205.80215%2022.7531%206.46675%2022.4086%207.23258C22.0641%207.99842%2021.9218%208.83986%2021.9955%209.67639C22.0692%2010.5129%2022.3564%2011.3165%2022.8295%2012.0103L12.8585%2023.3166C12.1973%2022.9808%2011.4686%2022.7993%2010.7271%2022.7857C9.98558%2022.7722%209.25068%2022.927%208.57765%2023.2385C7.90462%2023.55%207.31098%2024.01%206.84139%2024.584C6.3718%2025.158%206.03849%2025.831%205.86653%2026.5524C5.69457%2027.2738%205.68843%2028.0248%205.84858%2028.7489C6.00873%2029.473%206.331%2030.1514%206.79115%2030.733C7.25129%2031.3146%207.83733%2031.7843%208.50518%2032.1067C9.17303%2032.4291%209.90531%2032.5959%2010.6469%2032.5945ZM59.3817%206.79586C60.0271%206.80533%2060.6429%207.06836%2061.096%207.52812C61.549%207.98788%2061.803%208.60744%2061.803%209.25291C61.803%209.89839%2061.549%2010.5179%2061.0959%2010.9777C60.6428%2011.4374%2060.0271%2011.7004%2059.3817%2011.7099C58.7363%2011.7004%2058.1205%2011.4374%2057.6674%2010.9776C57.2144%2010.5179%2056.9604%209.89831%2056.9604%209.25284C56.9604%208.60737%2057.2144%207.98782%2057.6675%207.52807C58.1206%207.06833%2058.7363%206.80531%2059.3817%206.79586ZM43.1352%2017.8524C43.7806%2017.8619%2044.3963%2018.125%2044.8494%2018.5847C45.3025%2019.0445%2045.5564%2019.664%2045.5564%2020.3095C45.5564%2020.955%2045.3024%2021.5745%2044.8493%2022.0343C44.3963%2022.494%2043.7805%2022.757%2043.1351%2022.7665C42.4897%2022.757%2041.8739%2022.494%2041.4209%2022.0342C40.9678%2021.5745%2040.7139%2020.9549%2040.7139%2020.3094C40.7139%2019.664%2040.9679%2019.0444%2041.4209%2018.5847C41.874%2018.1249%2042.4898%2017.8619%2043.1352%2017.8524ZM26.8934%206.79586C27.5388%206.80533%2028.1546%207.06836%2028.6076%207.52812C29.0607%207.98788%2029.3147%208.60744%2029.3146%209.25291C29.3146%209.89839%2029.0607%2010.5179%2028.6076%2010.9777C28.1545%2011.4374%2027.5388%2011.7004%2026.8934%2011.7099C26.2479%2011.7004%2025.6322%2011.4374%2025.1791%2010.9776C24.7261%2010.5179%2024.4721%209.89831%2024.4721%209.25284C24.4721%208.60737%2024.7261%207.98782%2025.1792%207.52807C25.6323%207.06833%2026.248%206.80531%2026.8934%206.79586ZM10.6469%2025.2235C11.2923%2025.233%2011.9081%2025.496%2012.3611%2025.9558C12.8142%2026.4155%2013.0682%2027.0351%2013.0681%2027.6806C13.0681%2028.326%2012.8141%2028.9456%2012.3611%2029.4053C11.908%2029.8651%2011.2922%2030.1281%2010.6468%2030.1375C10.0014%2030.1281%209.38568%2029.865%208.93262%2029.4053C8.47957%2028.9455%208.22561%2028.326%208.22562%2027.6805C8.22563%2027.035%208.47961%2026.4155%208.93268%2025.9557C9.38574%2025.496%2010.0015%2025.233%2010.6469%2025.2235Z%27%20fill=%27%23000%27/%3e%3c/svg%3e");
}
.ors-app-widget__icon_baggage {
  mask-image: url("data:image/svg+xml,%3csvg%20width=%2770%27%20height=%2770%27%20viewBox=%270%200%2070%2070%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cg%20clip-path=%27url%28%23clip0_289_7055%29%27%3e%3cpath%20d=%27M48.3429%2015.2524H43.1797V4.92597H45.1714C46.4252%204.92597%2047.3843%203.96691%2047.3843%202.71299C47.3843%201.45906%2046.4253%200.5%2045.1714%200.5H25.0344C23.7805%200.5%2022.8214%201.45906%2022.8214%202.71299C22.8214%203.96691%2023.7805%204.92597%2025.0344%204.92597H27.0261V15.2524H21.8629C17.3634%2015.2524%2013.6753%2018.9405%2013.6753%2023.4399L13.6748%2058.403C13.6748%2062.9025%2017.3629%2066.5906%2021.8624%2066.5906H21.9359V67.2543C21.9359%2069.0248%2023.411%2070.5%2025.1816%2070.5H26.8044C28.5748%2070.5%2030.05%2069.0249%2030.05%2067.2543V66.5906H39.934V67.2543C39.934%2069.0248%2041.4091%2070.5%2043.1796%2070.5H44.8024C46.5728%2070.5%2048.048%2069.0249%2048.048%2067.2543V66.5906H48.1216C52.6211%2066.5906%2056.3092%2062.9025%2056.3092%2058.403V23.4399C56.6045%2018.9405%2052.9164%2015.2524%2048.3429%2015.2524ZM31.5252%204.92597H38.7537V15.2524H31.5252V4.92597ZM52.1047%2058.4033C52.1047%2060.4686%2050.4083%2062.165%2048.343%2062.165H21.9362C19.8709%2062.165%2018.1745%2060.4686%2018.1745%2058.4033L18.174%2023.4402C18.174%2021.3749%2019.8704%2019.6785%2021.9357%2019.6785H48.3425C50.4078%2019.6785%2052.1042%2021.3749%2052.1042%2023.4402L52.1047%2058.4033Z%27%20fill=%27%23000%27/%3e%3cpath%20d=%27M25.6983%2026.4648C24.4445%2026.4648%2023.4854%2027.4239%2023.4854%2028.6778V53.093C23.4854%2054.3469%2024.4444%2055.306%2025.6983%2055.306C26.9522%2055.306%2027.9113%2054.3469%2027.9113%2053.093V28.6778C27.9113%2027.4975%2026.8787%2026.4648%2025.6983%2026.4648Z%27%20fill=%27%23000%27/%3e%3cpath%20d=%27M35.1397%2026.4648C33.8859%2026.4648%2032.9268%2027.4239%2032.9268%2028.6778V53.093C32.9268%2054.3469%2033.8858%2055.306%2035.1397%2055.306C36.3937%2055.306%2037.3527%2054.3469%2037.3527%2053.093V28.6778C37.3527%2027.4975%2036.3937%2026.4648%2035.1397%2026.4648Z%27%20fill=%27%23000%27/%3e%3cpath%20d=%27M44.5812%2026.4648C43.3273%2026.4648%2042.3682%2027.4239%2042.3682%2028.6778V53.093C42.3682%2054.3469%2043.3272%2055.306%2044.5812%2055.306C45.835%2055.306%2046.7941%2054.3469%2046.7941%2053.093V28.6778C46.8677%2027.4975%2045.8351%2026.4648%2044.5812%2026.4648Z%27%20fill=%27%23000%27/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id=%27clip0_289_7055%27%3e%3crect%20width=%2770%27%20height=%2770%27%20fill=%27white%27/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
}
.ors-app-widget__icon_baggage-human {
  mask-image: url("data:image/svg+xml,%3csvg%20width=%2770%27%20height=%2770%27%20viewBox=%270%200%2070%2070%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cg%20clip-path=%27url%28%23clip0_289_7062%29%27%3e%3cpath%20d=%27M51.543%2017.7734C56.4431%2017.7734%2060.4297%2013.7869%2060.4297%208.88672C60.4297%203.98658%2056.4431%200%2051.543%200C46.6428%200%2042.6562%203.98658%2042.6562%208.88672C42.6562%2013.7869%2046.6428%2017.7734%2051.543%2017.7734ZM51.543%204.10156C54.1815%204.10156%2056.3281%206.24818%2056.3281%208.88672C56.3281%2011.5253%2054.1815%2013.6719%2051.543%2013.6719C48.9044%2013.6719%2046.7578%2011.5253%2046.7578%208.88672C46.7578%206.24818%2048.9044%204.10156%2051.543%204.10156Z%27%20fill=%27%23000%27/%3e%3cpath%20d=%27M59.7461%2021.875H41.2892L41.2891%2070H61.7969V50.2346C62.4385%2050.4621%2063.1289%2050.5859%2063.8477%2050.5859C67.2401%2050.5859%2070%2047.826%2070%2044.4336V32.1289C70%2026.4749%2065.4001%2021.875%2059.7461%2021.875ZM65.8984%2044.4336C65.8984%2045.5644%2064.9785%2046.4844%2063.8477%2046.4844C62.7169%2046.4844%2061.7969%2045.5644%2061.7969%2044.4336V30.0781H57.6953V65.8984H53.5938V44.4336H49.4922V65.8984H45.3906L45.3908%2025.9766H59.7461C63.1385%2025.9766%2065.8984%2028.7365%2065.8984%2032.1289V44.4336Z%27%20fill=%27%23000%27/%3e%3cpath%20d=%27M24.8828%2013.6719H12.3047V21.875H0V48.5352H37.1875V21.875H24.8828V13.6719ZM16.4062%2017.7734H20.7812V21.875H16.4062V17.7734ZM24.8828%2025.9766V44.4336H12.3047V25.9766H24.8828ZM4.10156%2025.9766H8.20312V44.4336H4.10156V25.9766ZM33.0859%2044.4336H28.9844V25.9766H33.0859V44.4336Z%27%20fill=%27%23000%27/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id=%27clip0_289_7062%27%3e%3crect%20width=%2770%27%20height=%2770%27%20fill=%27white%27/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
}
.ors-app-widget__icon_book {
  mask-image: url("data:image/svg+xml,%3csvg%20width=%2770%27%20height=%2770%27%20viewBox=%270%200%2070%2070%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath%20d=%27M67.6667%2010.1818C66.6061%2010.1818%2065.7576%2010.1818%2064.9091%2010.1818V7H63.8485C43.9091%207%2037.1212%2011.8788%2035%2014.4242C32.8788%2011.8788%2026.0909%207%206.15152%207H5.09091V10.1818C4.24242%2010.1818%203.18182%2010.1818%202.33333%2010.1818H0V55.5758H2.33333C26.9394%2055.5758%2032.0303%2061.303%2032.6667%2062.3636H37.3333C38.1818%2061.303%2043.2727%2055.5758%2067.6667%2055.5758H70V10.1818H67.6667ZM33.5152%2053.4545C30.1212%2050.9091%2022.9091%2047.9394%207.84848%2047.7273V9.54545C29.0606%209.75758%2033.0909%2015.697%2033.5152%2016.5455V53.4545ZM62.3636%2047.7273C47.303%2047.9394%2040.0909%2050.9091%2036.697%2053.4545V16.5455C37.3333%2015.4848%2041.5758%209.75758%2062.3636%209.54545V47.7273Z%27%20fill=%27%23000%27/%3e%3c/svg%3e");
}
.ors-app-widget__icon_brain {
  mask-image: url("data:image/svg+xml,%3csvg%20width=%2770%27%20height=%2770%27%20viewBox=%270%200%2070%2070%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath%20d=%27M29.7097%201C21.6572%201%2016.5153%204.69143%2014.866%208.67429C8.46282%2010.0343%204%2017.0286%204%2024.6057C4%2027.7143%204.87316%2030.92%206.52246%2034.4171C5.16421%2035.9714%204%2038.0114%204%2040.9257C4%2044.7143%206.52246%2048.4057%2010.9853%2050.4457C9.62703%2053.7486%209.91808%2056.8571%2011.5674%2059.0914C13.3137%2061.4229%2016.2242%2062.5886%2019.3288%2062.88C20.299%2065.4057%2021.9483%2067.0571%2023.8886%2067.9314C26.023%2068.9029%2028.2544%2069%2029.7097%2069C31.9411%2069%2033.8815%2067.9314%2035.0457%2066.3772C36.3069%2067.9314%2038.2473%2069%2040.3817%2069C41.7399%2069%2043.9713%2068.9029%2046.1057%2067.9314C47.9491%2067.1543%2049.6954%2065.4057%2050.6655%2062.9771C52.994%2062.88%2055.5164%2062.5886%2057.5538%2061.4229C59.8822%2060.0629%2061.6286%2057.6343%2061.6286%2054.2343C61.6286%2052.8743%2061.1435%2051.7086%2060.5614%2050.4457C62.5017%2049.4743%2063.957%2048.3086%2064.7331%2046.7543C65.8003%2044.9086%2065.9944%2042.7714%2065.9944%2040.9257C65.9944%2038.0114%2064.6361%2036.1657%2063.2779%2034.8057C64.9272%2031.3086%2066.0914%2027.9086%2065.9944%2024.7029C65.8973%2016.0571%2060.0763%2010.0343%2053.7701%208.77143C52.4119%204.98286%2048.4341%201%2040.3817%201C38.3443%201%2036.4039%201.48571%2035.1427%203.13714C35.0457%203.23429%2035.0457%203.33143%2034.9487%203.42857C34.8517%203.33143%2034.8517%203.23429%2034.7546%203.13714C33.6874%201.48571%2031.6501%201%2029.7097%201ZM29.7097%203.91429C31.262%203.91429%2032.0381%204.20571%2032.6202%204.88571C33.2023%205.56571%2033.6874%207.21714%2033.6874%2010.1314V18.4857C33.6874%2018.68%2033.6874%2018.7771%2033.6874%2018.9714V24.6057H29.2246V17.2229H23.0155C22.4334%2015.4743%2020.7841%2014.3086%2018.8437%2014.3086C16.4183%2014.3086%2014.3809%2016.3486%2014.3809%2018.7771C14.3809%2021.2057%2016.4183%2023.2457%2018.8437%2023.2457C20.7841%2023.2457%2022.3364%2021.9829%2023.0155%2020.3314H26.2171V27.7143H33.5904V39.5657H23.2095V48.6C21.4632%2049.1829%2020.299%2050.8343%2020.299%2052.7771C20.299%2055.2057%2022.3364%2057.2457%2024.7618%2057.2457C27.1872%2057.2457%2029.2246%2055.2057%2029.2246%2052.7771C29.2246%2050.8343%2027.9634%2049.28%2026.3141%2048.6V42.3829H33.6874V52.4857C33.6874%2052.68%2033.6874%2052.7771%2033.6874%2052.9714V62.1029C33.6874%2064.5314%2032.1352%2066.0857%2029.8067%2066.0857C28.5455%2066.0857%2026.7022%2065.9886%2025.1499%2065.3086C23.5976%2064.6286%2022.3364%2063.56%2021.7542%2061.3257L21.4632%2060.16H20.299C17.5825%2060.16%2015.157%2058.9943%2013.8958%2057.3429C12.6346%2055.6914%2012.3435%2053.5543%2014.0898%2050.5429L15.06%2048.9886L13.3137%2048.4057C8.85089%2046.8514%206.91053%2043.84%206.91053%2040.9257C6.91053%2038.4%207.88071%2037.1371%209.14194%2035.68L9.82107%2035H14.672C15.2541%2036.7486%2016.9034%2037.9143%2018.8437%2037.9143C21.2692%2037.9143%2023.3065%2035.8743%2023.3065%2033.4457C23.3065%2031.0171%2021.2692%2028.9771%2018.8437%2028.9771C16.9034%2028.9771%2015.3511%2030.24%2014.672%2031.8914H8.65685C7.49264%2029.2686%206.91053%2026.9371%206.91053%2024.6057C6.91053%2017.8057%2011.1793%2011.88%2015.9332%2011.2971L16.9034%2011.2L17.1944%2010.2286C17.8735%207.99429%2022.1423%203.91429%2029.7097%203.91429ZM40.3817%203.91429C47.9491%203.91429%2050.5685%207.50857%2051.3447%2010.2286L51.6357%2011.2L52.6059%2011.2971C57.5538%2011.88%2062.9868%2016.9314%2063.1808%2024.6057C63.1808%2027.3257%2062.1136%2030.6286%2060.3673%2034.32L59.8822%2035.2914L60.5614%2036.0686C62.1136%2037.6229%2063.0838%2038.4971%2063.0838%2040.9257C63.0838%2042.5771%2062.8898%2044.1314%2062.2107%2045.3943C61.8226%2046.1714%2061.1435%2046.8514%2060.1733%2047.4343V40.9257H46.8819V36.1657C48.6282%2035.5829%2049.7924%2033.9314%2049.7924%2031.9886C49.7924%2029.56%2047.755%2027.52%2045.3296%2027.52C42.9041%2027.52%2040.8668%2029.56%2040.8668%2031.9886C40.8668%2033.9314%2042.128%2035.4857%2043.7773%2036.1657V43.84H57.0687V49.5714C56.9717%2049.8629%2057.0687%2050.2514%2057.2628%2050.5429C58.0389%2052.0971%2058.524%2053.4571%2058.524%2054.2343C58.524%2056.76%2057.5538%2057.9257%2056.0015%2058.8971C54.4492%2059.8686%2052.0238%2060.16%2049.6954%2060.16H48.6282L48.4341%2061.2286C47.852%2063.4629%2046.5908%2064.5314%2045.0385%2065.2114C43.4862%2065.8914%2041.5459%2066.0857%2040.4787%2066.0857C38.1503%2066.0857%2036.598%2064.5314%2036.598%2062.1029V54.2343H42.8071C43.3892%2055.9829%2045.0385%2057.1486%2046.9789%2057.1486C49.4043%2057.1486%2051.4417%2055.1086%2051.4417%2052.68C51.4417%2050.2514%2049.4043%2048.2114%2046.9789%2048.2114C45.0385%2048.2114%2043.4862%2049.4743%2042.8071%2051.1257H36.598V41.12C36.598%2040.9257%2036.598%2040.8286%2036.598%2040.6343V26.3543C36.598%2026.16%2036.598%2026.0629%2036.598%2025.8686V20.2343H48.6282C49.2103%2021.9829%2050.8596%2023.1486%2052.7999%2023.1486C55.2254%2023.1486%2057.2628%2021.1086%2057.2628%2018.68C57.2628%2016.2514%2055.2254%2014.2114%2052.7999%2014.2114C50.8596%2014.2114%2049.3073%2015.4743%2048.6282%2017.1257H36.501V10.1314C36.501%207.21714%2036.986%205.66286%2037.5681%204.88571C38.0532%204.20571%2038.8294%203.91429%2040.3817%203.91429ZM18.7467%2017.2229C19.5228%2017.2229%2020.202%2017.8057%2020.202%2018.5829C20.202%2018.68%2020.202%2018.68%2020.202%2018.7771C20.202%2019.5543%2019.5228%2020.1371%2018.7467%2020.1371C17.8735%2020.1371%2017.2914%2019.4571%2017.2914%2018.68C17.2914%2017.9029%2017.9706%2017.2229%2018.7467%2017.2229ZM52.7999%2017.2229C53.6731%2017.2229%2054.2552%2017.9029%2054.2552%2018.68C54.2552%2019.5543%2053.5761%2020.1371%2052.7999%2020.1371C52.0238%2020.1371%2051.3447%2019.5543%2051.3447%2018.7771C51.3447%2018.68%2051.3447%2018.68%2051.3447%2018.5829C51.3447%2017.9029%2052.0238%2017.2229%2052.7999%2017.2229ZM45.4266%2030.5314C46.2997%2030.5314%2046.8819%2031.2114%2046.8819%2031.9886C46.8819%2032.7657%2046.2997%2033.4457%2045.5236%2033.4457H45.4266C45.4266%2033.4457%2045.4266%2033.4457%2045.3296%2033.4457C44.5534%2033.4457%2043.9713%2032.7657%2043.9713%2031.9886C43.8743%2031.2114%2044.5534%2030.5314%2045.4266%2030.5314ZM18.7467%2032.0857C19.6199%2032.0857%2020.202%2032.7657%2020.202%2033.5429C20.202%2034.32%2019.6199%2035%2018.7467%2035C17.9706%2035%2017.2914%2034.4171%2017.2914%2033.64C17.2914%2033.5429%2017.2914%2033.5429%2017.2914%2033.4457C17.3885%2032.6686%2017.9706%2032.0857%2018.7467%2032.0857ZM46.8819%2051.2229C47.755%2051.2229%2048.3371%2051.9029%2048.3371%2052.68C48.3371%2053.5543%2047.658%2054.1371%2046.8819%2054.1371C46.1057%2054.1371%2045.4266%2053.5543%2045.4266%2052.7771C45.4266%2052.68%2045.4266%2052.68%2045.4266%2052.5829C45.4266%2051.9029%2046.1057%2051.2229%2046.8819%2051.2229ZM24.5678%2051.32C24.6648%2051.32%2024.6648%2051.32%2024.7618%2051.32C25.5379%2051.32%2026.1201%2052%2026.1201%2052.7771C26.1201%2053.6514%2025.4409%2054.2343%2024.6648%2054.2343C23.8886%2054.2343%2023.2095%2053.5543%2023.2095%2052.7771C23.2095%2051.9029%2023.7916%2051.32%2024.5678%2051.32Z%27%20fill=%27%23000%27%20stroke=%27000%27/%3e%3c/svg%3e");
}
.ors-app-widget__icon_clock {
  mask-image: url("data:image/svg+xml,%3csvg%20width=%2770%27%20height=%2770%27%20viewBox=%270%200%2070%2070%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cg%20clip-path=%27url%28%23clip0_285_7117%29%27%3e%3cpath%20d=%27M34.9998%2038.188C32.7196%2038.188%2030.8649%2036.3333%2030.8649%2034.0531C30.8649%2031.7729%2032.7196%2029.9182%2034.9998%2029.9182C37.2799%2029.9182%2039.1346%2031.7729%2039.1346%2034.0531C39.1346%2036.3333%2037.2799%2038.188%2034.9998%2038.188ZM34.9998%2032.2426C34.0018%2032.2426%2033.1898%2033.0545%2033.1898%2034.0525C33.1898%2035.0505%2034.0018%2035.8625%2034.9998%2035.8625C35.9977%2035.8625%2036.8097%2035.0505%2036.8097%2034.0525C36.8097%2033.0545%2035.9977%2032.2426%2034.9998%2032.2426Z%27%20fill=%27%23000%27/%3e%3cpath%20d=%27M34.9998%2032.2426C34.3581%2032.2426%2033.8373%2031.7218%2033.8373%2031.0801V20.1808C33.8373%2019.5391%2034.3581%2019.0184%2034.9998%2019.0184C35.6414%2019.0184%2036.1622%2019.5391%2036.1622%2020.1808V31.0801C36.1622%2031.7223%2035.6414%2032.2426%2034.9998%2032.2426Z%27%20fill=%27%23000%27/%3e%3cpath%20d=%27M31.5317%2035.2149H20.6324C19.9907%2035.2149%2019.47%2034.6941%2019.47%2034.0524C19.47%2033.4108%2019.9907%2032.89%2020.6324%2032.89H31.5317C32.1734%2032.89%2032.6941%2033.4108%2032.6941%2034.0524C32.6941%2034.6941%2032.1739%2035.2149%2031.5317%2035.2149Z%27%20fill=%27%23000%27/%3e%3cpath%20d=%27M34.9999%2014.0401C34.3582%2014.0401%2033.8374%2013.5193%2033.8374%2012.8776V7.98949C33.8374%207.34781%2034.3582%206.82703%2034.9999%206.82703C35.6416%206.82703%2036.1623%207.34781%2036.1623%207.98949V12.8776C36.1623%2013.5199%2035.6416%2014.0401%2034.9999%2014.0401Z%27%20fill=%27%23000%27/%3e%3cpath%20d=%27M13.6629%2035.7107H8.77537C8.13369%2035.7107%207.61291%2035.1899%207.61291%2034.5483C7.61291%2033.9066%208.13369%2033.3858%208.77537%2033.3858H13.6629C14.3046%2033.3858%2014.8254%2033.9066%2014.8254%2034.5483C14.8254%2035.1899%2014.3052%2035.7107%2013.6629%2035.7107Z%27%20fill=%27%23000%27/%3e%3cpath%20d=%27M61.2246%2035.7107H56.337C55.6953%2035.7107%2055.1745%2035.1899%2055.1745%2034.5483C55.1745%2033.9066%2055.6953%2033.3858%2056.337%2033.3858H61.2246C61.8663%2033.3858%2062.387%2033.9066%2062.387%2034.5483C62.387%2035.1899%2061.8668%2035.7107%2061.2246%2035.7107Z%27%20fill=%27%23000%27/%3e%3cpath%20d=%27M47.2057%2070.2312C41.072%2070.2312%2036.0815%2065.2408%2036.0815%2059.107C36.0815%2052.9733%2041.072%2047.9829%2047.2057%2047.9829C53.3395%2047.9829%2058.3299%2052.9727%2058.3299%2059.107C58.3299%2065.2414%2053.3395%2070.2312%2047.2057%2070.2312ZM47.2057%2050.3078C42.3536%2050.3078%2038.4065%2054.2549%2038.4065%2059.107C38.4065%2063.9592%2042.3536%2067.9063%2047.2057%2067.9063C52.0578%2067.9063%2056.005%2063.9586%2056.005%2059.107C56.005%2054.2555%2052.0578%2050.3078%2047.2057%2050.3078Z%27%20fill=%27%23000%27/%3e%3cpath%20d=%27M53.6888%2052.7286C53.4133%2052.7286%2053.1413%2052.631%2052.9256%2052.4427C51.3447%2051.0657%2049.3133%2050.3078%2047.2057%2050.3078C45.0802%2050.3078%2043.0389%2051.0663%2041.458%2052.4427C41.1144%2052.742%2040.6262%2052.8123%2040.213%2052.624C39.798%2052.4351%2039.5317%2052.0218%2039.5317%2051.5662V45.3609C39.5317%2041.1296%2042.9616%2037.6869%2047.1773%2037.6869C51.408%2037.6869%2054.8507%2041.1296%2054.8507%2045.3609V51.5662C54.8507%2052.0218%2054.5845%2052.4357%2054.1695%2052.624C54.0166%2052.6943%2053.8527%2052.7286%2053.6888%2052.7286ZM47.1778%2040.0119C44.2438%2040.0119%2041.8573%2042.4112%2041.8573%2045.3609V49.3464C43.4789%2048.4577%2045.3167%2047.9829%2047.2057%2047.9829C49.0814%2047.9829%2050.9099%2048.4566%2052.5263%2049.3447V45.3604C52.5263%2042.4118%2050.127%2040.0119%2047.1778%2040.0119Z%27%20fill=%27%23000%27/%3e%3cpath%20d=%27M47.2057%2065.3896C46.564%2065.3896%2046.0433%2064.8689%2046.0433%2064.2272V60.2202C46.0433%2059.5785%2046.564%2059.0577%2047.2057%2059.0577C47.8474%2059.0577%2048.3682%2059.5785%2048.3682%2060.2202V64.2272C48.3682%2064.8689%2047.8474%2065.3896%2047.2057%2065.3896Z%27%20fill=%27%23000%27/%3e%3cpath%20d=%27M47.2058%2061.1042C45.1837%2061.1042%2043.5388%2059.4593%2043.5388%2057.4372C43.5388%2055.4151%2045.1837%2053.7702%2047.2058%2053.7702C49.2279%2053.7702%2050.8728%2055.4151%2050.8728%2057.4372C50.8728%2059.4593%2049.2279%2061.1042%2047.2058%2061.1042ZM47.2058%2056.0957C46.4659%2056.0957%2045.8637%2056.6979%2045.8637%2057.4378C45.8637%2058.1777%2046.4653%2058.7798%2047.2058%2058.7798C47.9463%2058.7798%2048.5478%2058.1777%2048.5478%2057.4378C48.5478%2056.6979%2047.9457%2056.0957%2047.2058%2056.0957Z%27%20fill=%27%23000%27/%3e%3cpath%20d=%27M35%2068.7031C16.1222%2068.7031%200.764282%2053.3447%200.764282%2034.4669C0.764282%2015.5891%2016.1222%200.231201%2035%200.231201C53.8778%200.231201%2069.2356%2015.5891%2069.2356%2034.4669C69.2356%2044.1304%2065.1194%2053.3924%2057.9417%2059.8766L56.0237%2061.6092L55.9998%2059.0251C55.9557%2054.2183%2052.0108%2050.3078%2047.2057%2050.3078C42.3536%2050.3078%2038.4065%2054.2549%2038.4065%2059.107C38.4065%2061.8359%2039.6492%2064.3672%2041.8166%2066.0516L43.8579%2067.6377L41.3168%2068.112C39.215%2068.5038%2037.0895%2068.7031%2035%2068.7031ZM35%202.55613C17.4044%202.55613%203.08921%2016.8713%203.08921%2034.4669C3.08921%2052.0625%2017.4044%2066.3782%2035%2066.3782C36.1967%2066.3782%2037.4063%2066.3079%2038.617%2066.169C36.9855%2064.198%2036.0815%2061.7249%2036.0815%2059.107C36.0815%2052.9733%2041.072%2047.9829%2047.2057%2047.9829C52.4397%2047.9829%2056.867%2051.6521%2058.0289%2056.5543C63.6994%2050.6356%2066.9113%2042.7082%2066.9113%2034.4675C66.9107%2016.8707%2052.5956%202.55613%2035%202.55613Z%27%20fill=%27%23000%27/%3e%3cpath%20d=%27M34.9999%2062.8153C19.3682%2062.8153%206.65149%2050.098%206.65149%2034.4669C6.65149%2018.8359%2019.3682%206.11853%2034.9999%206.11853C50.6315%206.11853%2063.3483%2018.8353%2063.3483%2034.4669C63.3483%2041.6073%2060.681%2048.431%2055.8376%2053.6807L54.9204%2054.6746L54.0759%2053.6185C52.3926%2051.5139%2049.8881%2050.3078%2047.2057%2050.3078C42.3536%2050.3078%2038.4065%2054.2549%2038.4065%2059.107C38.4065%2059.8005%2038.4989%2060.52%2038.6814%2061.2472L39.0104%2062.5613L37.6613%2062.6869C36.7349%2062.7735%2035.8642%2062.8153%2034.9999%2062.8153ZM34.9999%208.44345C20.6504%208.44345%208.97641%2020.1175%208.97641%2034.4669C8.97641%2048.8164%2020.6504%2060.4904%2034.9999%2060.4904C35.3864%2060.4904%2035.7747%2060.4811%2036.1699%2060.4625C36.1112%2060.0056%2036.0815%2059.5534%2036.0815%2059.107C36.0815%2052.9733%2041.072%2047.9829%2047.2057%2047.9829C50.138%2047.9829%2052.9018%2049.1215%2054.9704%2051.1471C58.8827%2046.4699%2061.0239%2040.5954%2061.0239%2034.4663C61.0233%2020.1175%2049.3493%208.44345%2034.9999%208.44345Z%27%20fill=%27%23000%27/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id=%27clip0_285_7117%27%3e%3crect%20width=%2770%27%20height=%2770%27%20fill=%27white%27/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
}
.ors-app-widget__icon_coupon {
  mask-image: url("data:image/svg+xml,%3csvg%20width=%2770%27%20height=%2770%27%20viewBox=%270%200%2070%2070%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath%20d=%27M27.009%2013.7081C28.3168%2013.7081%2029.3785%2013.6923%2030.4045%2013.9386C31.2547%2014.1427%2032.0672%2014.4798%2032.8127%2014.9367C33.7122%2015.4879%2034.4516%2016.2494%2035.3762%2017.174L56.6682%2038.466C57.794%2039.5917%2058.7461%2040.5411%2059.4592%2041.381C60.1911%2042.2432%2060.817%2043.1533%2061.176%2044.2579C61.7198%2045.9316%2061.7197%2047.7347%2061.176%2049.4083C60.817%2050.5131%2060.1911%2051.4231%2059.4592%2052.2853C58.7461%2053.1252%2057.7941%2054.0754%2056.6682%2055.2013L49.4514%2062.4181C48.3255%2063.544%2047.3753%2064.4961%2046.5354%2065.2091C45.6731%2065.9411%2044.7632%2066.567%2043.6584%2066.9259C41.9848%2067.4697%2040.1816%2067.4697%2038.508%2066.9259C37.4033%2066.5669%2036.4932%2065.941%2035.6311%2065.2091C34.7912%2064.4961%2033.8418%2063.5439%2032.716%2062.4181L9.96602%2039.6681C9.04133%2038.7434%208.27903%2038.0042%207.72774%2037.1046C7.27092%2036.3591%206.93479%2035.5456%206.73067%2034.6954C6.48446%2033.6696%206.5002%2032.6085%206.5002%2031.3009V25.5421C6.5002%2023.9499%206.49838%2022.6051%206.58809%2021.507C6.68019%2020.3798%206.88113%2019.2939%207.40841%2018.2589C8.20734%2016.6909%209.48202%2015.4153%2011.05%2014.6163C12.0851%2014.0889%2013.1717%2013.8881%2014.299%2013.796C15.397%2013.7064%2016.7413%2013.7081%2018.3332%2013.7081H27.009ZM29.4514%203.50014C31.4724%203.50013%2032.8905%203.48379%2034.2522%203.81068C35.4001%204.08627%2036.4975%204.54151%2037.5041%205.15834C38.698%205.89001%2039.6893%206.90408%2041.1184%208.33314L63.2678%2030.4826C64.2441%2031.4589%2064.2441%2033.0414%2063.2678%2034.0177C62.2915%2034.994%2060.7089%2034.994%2059.7326%2034.0177L37.5832%2011.8683C35.9859%2010.271%2035.4638%209.77158%2034.8918%209.42103C34.3327%209.07841%2033.7228%208.8261%2033.0852%208.67299C32.4328%208.51637%2031.7104%208.50014%2029.4514%208.50014H17.7502C16.3695%208.50013%2015.2502%207.38085%2015.2502%206.00014C15.2502%204.61942%2016.3695%203.50014%2017.7502%203.50014H29.4514ZM11.5002%2031.3009C11.5002%2032.8461%2011.516%2033.2118%2011.592%2033.5285C11.6737%2033.8686%2011.8087%2034.1941%2011.9914%2034.4923C12.1616%2034.77%2012.4083%2035.0401%2013.5012%2036.1329L36.2512%2058.8829C37.4354%2060.0672%2038.2193%2060.8474%2038.8674%2061.3976C39.4931%2061.9287%2039.8269%2062.0973%2040.0539%2062.171C40.7232%2062.3884%2041.4442%2062.3884%2042.1135%2062.171C42.3406%2062.0972%2042.6742%2061.9288%2043.3%2061.3976C43.948%2060.8474%2044.7312%2060.067%2045.9152%2058.8829L53.133%2051.6652C54.3171%2050.4811%2055.0975%2049.698%2055.6477%2049.0499C56.1789%2048.4242%2056.3473%2048.0905%2056.4211%2047.8634C56.6385%2047.1941%2056.6385%2046.4731%2056.4211%2045.8038C56.3473%2045.5768%2056.1788%2045.243%2055.6477%2044.6173C55.0975%2043.9692%2054.3172%2043.1853%2053.133%2042.0011L31.841%2020.7101C30.748%2019.6171%2030.4781%2019.3695%2030.2004%2019.1994C29.9024%2019.0168%2029.5773%2018.8826%2029.2375%2018.8009C28.9208%2018.7249%2028.5548%2018.7081%2027.009%2018.7081H18.3332C16.659%2018.7081%2015.5534%2018.7102%2014.7063%2018.7794C13.8886%2018.8462%2013.5333%2018.9631%2013.3205%2019.0714C12.6933%2019.391%2012.1831%2019.9013%2011.8635%2020.5285C11.7551%2020.7412%2011.6383%2021.0961%2011.5715%2021.9142C11.5023%2022.7615%2011.5002%2023.8675%2011.5002%2025.5421V31.3009Z%27%20fill=%27black%27/%3e%3c/svg%3e");
}
.ors-app-widget__icon_crew {
  mask-image: url("data:image/svg+xml,%3csvg%20width=%2770%27%20height=%2770%27%20viewBox=%270%200%2070%2070%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cg%20clip-path=%27url%28%23clip0_289_7039%29%27%3e%3cpath%20d=%27M0.723567%2027.0746C0.672249%2026.0423%202.80275%2025.1544%203.76332%2025.1544C6.94912%2025.116%2011.2633%2025.1509%2011.2633%2025.1509L20.7469%2016.1367L22.3119%2017.0874L19.5014%2025.1713C19.5014%2025.1713%2028.9698%2025.1549%2030.0819%2025.1504C31.0455%2025.1539%2026.1025%2028.6177%2023.3422%2029.0995L7.00065%2029.1159H3.95286C2.99375%2029.1154%200.690659%2028.2615%200.723567%2027.0746Z%27%20fill=%27%23000%27/%3e%3cpath%20d=%27M31.4523%2018.9082L32.684%2019.5345L31.1508%2023.7611H26.6592L31.4523%2018.9082Z%27%20fill=%27%23000%27/%3e%3cpath%20d=%27M22.3126%2034.9805C24.4839%2034.9805%2026.2512%2036.7482%2026.2512%2038.9171C26.2512%2041.0904%2024.484%2042.8606%2022.3126%2042.8606C20.1428%2042.8606%2018.3711%2041.0934%2018.3711%2038.9171C18.3696%2036.7482%2020.1424%2034.9805%2022.3126%2034.9805Z%27%20fill=%27%23000%27/%3e%3cpath%20d=%27M5.5846%2040.2832C7.54222%2040.2832%209.1311%2041.8747%209.1311%2043.8316C9.1311%2045.7883%207.54018%2047.3816%205.5846%2047.3816C3.63195%2047.3816%202.03516%2045.7898%202.03516%2043.8316C2.03416%2041.8735%203.63207%2040.2832%205.5846%2040.2832Z%27%20fill=%27%23000%27/%3e%3cpath%20d=%27M14.9785%2062.211L14.985%2047.5505C14.985%2045.6028%2016.5609%2044.0254%2018.5015%2044.0254H25.839C27.7816%2044.0254%2029.3561%2045.6023%2029.3561%2047.5505L29.3616%2062.211H14.9785Z%27%20fill=%27%23000%27/%3e%3cpath%20d=%27M-1%2062.211L-0.996512%2051.5327C-0.996512%2049.7764%200.421962%2048.3555%202.17283%2048.3555H8.78001C10.5313%2048.3555%2011.9499%2049.776%2011.9499%2051.5327L11.9583%2062.211H-1Z%27%20fill=%27%23000%27/%3e%3cpath%20d=%27M41.6935%2021.113H44.1836C44.2509%2024.8608%2047.3041%2027.8781%2051.0673%2027.8781C54.8295%2027.8781%2057.8837%2024.8608%2057.956%2021.113H60.1204V19.0059H41.6934L41.6935%2021.113Z%27%20fill=%27%23000%27/%3e%3cpath%20d=%27M32.9805%2054.1895H39.0365V56.3568H32.9805V54.1895Z%27%20fill=%27%23000%27/%3e%3cpath%20d=%27M32.9805%2057.6172H39.0365V62.1816H32.9805V57.6172Z%27%20fill=%27%23000%27/%3e%3cpath%20d=%27M62.9434%2057.6172H68.9994V62.1816H62.9434V57.6172Z%27%20fill=%27%23000%27/%3e%3cpath%20d=%27M62.9434%2054.1895H68.9994V56.3568H62.9434V54.1895Z%27%20fill=%27%23000%27/%3e%3cpath%20d=%27M50.9613%208.00006C45.4871%208.00006%2041.0498%2010.9123%2041.0498%2014.5016C41.0498%2015.4259%2041.3443%2016.3038%2041.8779%2017.0994H46.2634V15.4866L49.4756%2015.492L46.5056%2012.4084H55.2038L52.2294%2015.4985L55.6393%2015.505V17.0994H60.0487C60.5763%2016.3037%2060.8753%2015.4268%2060.8753%2014.5016C60.8748%2010.9117%2056.4385%208.00006%2050.9613%208.00006Z%27%20fill=%27%23000%27/%3e%3cpath%20d=%27M59.544%2029.1817H56.9935L52.6613%2035.8108V28.9082H49.5787V35.7102L45.2161%2029.1808H42.439C37.0012%2029.1808%2032.9805%2033.6142%2032.9805%2039.1435V52.7326H39.0365L39.037%2039.7749H40.9627V62.2121H61.0211V39.7749H62.9433V52.7798H68.9993L68.9998%2039.1435C68.9988%2033.614%2064.9808%2029.1817%2059.544%2029.1817ZM51.1187%2050.6355C50.2408%2050.6355%2049.5288%2049.924%2049.5288%2049.0471C49.5288%2048.1702%2050.2403%2047.4587%2051.1187%2047.4587C51.9951%2047.4587%2052.7066%2048.1702%2052.7066%2049.0471C52.7066%2049.924%2051.9951%2050.6355%2051.1187%2050.6355ZM51.1187%2043.3393C50.2408%2043.3393%2049.5288%2042.6278%2049.5288%2041.7514C49.5288%2040.8735%2050.2403%2040.1615%2051.1187%2040.1615C51.9951%2040.1615%2052.7066%2040.873%2052.7066%2041.7514C52.7066%2042.6278%2051.9951%2043.3393%2051.1187%2043.3393Z%27%20fill=%27%23000%27/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id=%27clip0_289_7039%27%3e%3crect%20width=%2770%27%20height=%2770%27%20fill=%27white%27/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
}
.ors-app-widget__icon_currency {
  mask-image: url("data:image/svg+xml,%3csvg%20width=%2770%27%20height=%2770%27%20viewBox=%270%200%2070%2070%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cg%20clip-path=%27url%28%23clip0_379_13445%29%27%3e%3cpath%20d=%27M45.5%2022.7504C45.5%2010.2064%2035.294%200.000366211%2022.75%200.000366211C10.206%200.000366211%203.05176e-05%2010.2064%203.05176e-05%2022.7504C3.05176e-05%2035.2944%2010.206%2045.5004%2022.75%2045.5004C35.294%2045.5004%2045.5%2035.2944%2045.5%2022.7504ZM3.50003%2022.7504C3.50003%2012.1366%2012.1363%203.50037%2022.75%203.50037C33.3638%203.50037%2042%2012.1366%2042%2022.7504C42%2033.3641%2033.3638%2042.0004%2022.75%2042.0004C12.1363%2042.0004%203.50003%2033.3641%203.50003%2022.7504ZM70%2047.2504C70%2059.7944%2059.794%2070.0004%2047.25%2070.0004C34.706%2070.0004%2024.5%2059.7944%2024.5%2047.2504H28C28%2057.8641%2036.6363%2066.5004%2047.25%2066.5004C57.8638%2066.5004%2066.5%2057.8641%2066.5%2047.2504C66.5%2036.6366%2057.8638%2028.0004%2047.25%2028.0004V24.5004C59.794%2024.5004%2070%2034.7064%2070%2047.2504ZM21%2035.0004V33.1506C19.985%2032.8619%2019.04%2032.4051%2018.249%2031.7576C17.108%2030.8231%2015.75%2029.1099%2015.75%2026.2504H19.25C19.25%2027.4474%2019.6595%2028.3889%2020.4663%2029.0504C21.1978%2029.6489%2022.2355%2029.9936%2023.3135%2029.9936C24.4038%2029.9936%2026.25%2029.5719%2026.25%2028.0004C26.25%2026.5601%2024.6313%2025.6484%2021.9678%2024.3166C19.1975%2022.9306%2015.75%2021.2069%2015.75%2017.5004C15.75%2014.6689%2017.899%2012.5374%2021%2012.0999V10.5004H24.5V12.3501C25.515%2012.6389%2026.46%2013.0956%2027.251%2013.7431C28.392%2014.6776%2029.75%2016.3909%2029.75%2019.2504H26.25C26.25%2018.0534%2025.8405%2017.1119%2025.0338%2016.4504C24.3023%2015.8519%2023.2645%2015.5071%2022.1865%2015.5071C21.0963%2015.5071%2019.25%2015.9289%2019.25%2017.5004C19.25%2018.9406%2020.8688%2019.8524%2023.5323%2021.1841C26.3025%2022.5701%2029.75%2024.2939%2029.75%2028.0004C29.75%2030.8319%2027.601%2032.9634%2024.5%2033.4009V35.0004H21ZM16.9015%2052.9344L24.5%2059.5809V62.9181L16.9015%2069.5664L14.5985%2066.9326L19.0925%2063.0004H10.5C8.56978%2063.0004%207.00003%2061.4306%207.00003%2059.5004V45.5004H10.5V59.5004H19.0925L14.5985%2055.5664L16.9015%2052.9344ZM53.0985%2017.0664L45.5%2010.4199V7.08087L53.0985%200.432617L55.4015%203.06637L50.9075%207.00037H59.5C61.4303%207.00037%2063%208.57012%2063%2010.5004V24.5004H59.5V10.5004H50.9075L55.4015%2014.4344L53.0985%2017.0664ZM50.75%2049.0004C52.8868%2049.0004%2054.208%2048.1271%2054.9413%2047.3939C55.9055%2046.4279%2056.4375%2045.1346%2056.4375%2043.7504C56.4375%2041.1411%2054.4845%2038.5004%2050.75%2038.5004H43.75V45.5004H40.25V49.0004H43.75V50.7504H40.25V54.2504H43.75V57.7504H47.25V54.2504H52.5V50.7504H47.25V49.0004H50.75ZM47.25%2042.0004H50.75C52.3635%2042.0004%2052.9375%2042.9051%2052.9375%2043.7504C52.9375%2044.2001%2052.7695%2044.6149%2052.465%2044.9194C52.0853%2045.2991%2051.492%2045.5004%2050.75%2045.5004H47.25V42.0004Z%27%20fill=%27%23000%27/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id=%27clip0_379_13445%27%3e%3crect%20width=%2770%27%20height=%2770%27%20fill=%27white%27/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
}
.ors-app-widget__icon_envelope {
  mask-image: url("data:image/svg+xml,%3csvg%20width=%2770%27%20height=%2770%27%20viewBox=%270%200%2070%2070%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath%20d=%27M61.9229%2011C66.382%2011%2070%2014.618%2070%2019.0771V51.3848C69.9999%2055.8438%2066.3819%2059.4619%2061.9229%2059.4619H8.07715C3.61806%2059.4619%208.09833e-05%2055.8438%200%2051.3848V19.0771C0%2014.618%203.61801%2011%208.07715%2011H61.9229ZM47.0312%2034.8945L64.2793%2052.5625L43.2451%2037.5869L35%2042.8867L26.7549%2037.5869L5.7207%2052.5625L22.9688%2034.8945L5.38477%2021.1807V51.3848C5.3848%2051.8263%205.53147%2052.1945%205.7207%2052.5625C6.16241%2053.4354%207.02547%2054.0771%208.07715%2054.0771H61.9229C62.9745%2054.0771%2063.8376%2053.4354%2064.2793%2052.5625C64.4685%2052.1945%2064.6152%2051.8263%2064.6152%2051.3848V21.1807L47.0312%2034.8945ZM8.07715%2016.3848C6.59428%2016.3848%205.38477%2017.5943%205.38477%2019.0771V20.4229L35%2036.4082L64.6152%2020.4229V19.0771C64.6152%2017.5943%2063.4057%2016.3848%2061.9229%2016.3848H8.07715Z%27%20fill=%27%23000%27/%3e%3c/svg%3e");
}
.ors-app-widget__icon_history {
  mask-image: url("data:image/svg+xml,%3csvg%20width=%2770%27%20height=%2770%27%20viewBox=%270%200%2070%2070%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath%20d=%27M16.1%2050.2205H9.34286C14.6571%2060.8758%2025.4571%2068.1724%2037.9214%2068.1724C55.6357%2068.1724%2070%2053.4251%2070%2035.2312C70%2017.0373%2055.6357%202.29004%2037.9143%202.29004C22.1857%202.29004%209.1%2013.906%206.35714%2029.2399H0L8.75%2041.2152L17.5%2029.2399H12.3143C14.9714%2017.2353%2025.4214%208.28134%2037.9143%208.28134C52.4143%208.28134%2064.1643%2020.3446%2064.1643%2035.2312C64.1643%2050.1178%2052.4143%2062.1811%2037.9143%2062.1811C28.8214%2062.1811%2020.8071%2057.4291%2016.1%2050.2205Z%27%20fill=%27%23000%27/%3e%3cpath%20d=%27M37.0703%2014.6436V37.8468L52.0808%2047.5847L53.5409%2044.8513L39.9553%2035.9598V14.6436H37.0703Z%27%20fill=%27%23000%27/%3e%3c/svg%3e");
}
.ors-app-widget__icon_human-key {
  mask-image: url("data:image/svg+xml,%3csvg%20width=%2770%27%20height=%2770%27%20viewBox=%270%200%2070%2070%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath%20d=%27M65.4302%2041.9118C63.5184%2036.6176%2059.6213%2032.5735%2054.7684%2030.2941C51.6066%2032.5735%2047.7096%2033.8235%2043.5184%2033.8235C39.3272%2033.8235%2035.4302%2032.5%2032.2684%2030.2206C30.0625%2031.25%2028.0772%2032.5735%2026.386%2034.3382C28.4449%2037.7206%2029.2537%2041.6912%2028.5919%2045.6618L41.0184%2058.0882H64.6949C66.6802%2058.0882%2068.2243%2056.3971%2068.0772%2054.4853C67.7831%2050.147%2066.9007%2045.9559%2065.4302%2041.9118Z%27%20fill=%27%23000%27/%3e%3cpath%20d=%27M43.5184%2028.3824C51.3125%2028.3824%2057.7096%2022.0588%2057.7096%2014.1912C57.7096%206.39706%2051.386%200%2043.5184%200C35.6507%200%2029.3272%206.32353%2029.3272%2014.1912C29.3272%2022.0588%2035.6507%2028.3824%2043.5184%2028.3824Z%27%20fill=%27%23000%27/%3e%3cpath%20d=%27M38.739%2063.6029L22.4154%2047.2794C24.1066%2043.2353%2023.2978%2038.3823%2019.989%2035.0735C15.6507%2030.7353%208.59191%2030.7353%204.25368%2035.0735C-0.0845592%2039.4117%20-0.0845592%2046.4706%204.25368%2050.8088C7.5625%2054.1176%2012.4154%2054.9264%2016.4596%2053.2353L20.5772%2057.3529C20.7243%2057.5%2020.8713%2057.5735%2021.0919%2057.5735H24.0331C24.4007%2057.5735%2024.7684%2057.8676%2024.7684%2058.3088V61.25C24.7684%2061.4706%2024.8419%2061.6176%2024.989%2061.7647L26.386%2063.1617C26.5331%2063.3088%2026.6801%2063.3823%2026.9007%2063.3823H29.8419C30.2096%2063.3823%2030.5772%2063.6764%2030.5772%2064.1176V67.0588C30.5772%2067.2794%2030.6507%2067.4265%2030.7978%2067.5735L32.8566%2069.6323C33.0037%2069.7794%2033.1507%2069.8529%2033.3713%2069.8529L38.4449%2070C38.886%2070%2039.1801%2069.7059%2039.1801%2069.2647L38.9596%2064.1176C38.9596%2063.897%2038.886%2063.75%2038.739%2063.6029ZM11.7537%2042.5735C10.5037%2043.8235%208.51838%2043.8235%207.34191%2042.5735C6.09191%2041.3235%206.09191%2039.3382%207.34191%2038.1617C8.59191%2036.9117%2010.5772%2036.9117%2011.7537%2038.1617C12.9301%2039.4117%2012.9301%2041.397%2011.7537%2042.5735Z%27%20fill=%27%23000%27/%3e%3c/svg%3e");
}
.ors-app-widget__icon_human-lock {
  mask-image: url("data:image/svg+xml,%3csvg%20width=%2770%27%20height=%2770%27%20viewBox=%270%200%2070%2070%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath%20d=%27M64.4302%2041.9118C62.5184%2036.6177%2058.6213%2032.5736%2053.7684%2030.2942C50.6066%2032.5736%2046.7096%2033.8236%2042.5184%2033.8236C38.3272%2033.8236%2037.1618%2032.5736%2034%2030.2942C34%2033.8236%2034.2684%2034.8236%2034.2684%2038.5001C38%2042.5001%2041.0184%2046.0001%2041.0184%2058.0883H63.6949C65.6802%2058.0883%2067.2243%2056.3971%2067.0772%2054.4854C66.7831%2050.1471%2065.9008%2045.956%2064.4302%2041.9118Z%27%20fill=%27%23000%27/%3e%3cpath%20d=%27M42.5184%2028.3824C50.3125%2028.3824%2056.7096%2022.0588%2056.7096%2014.1912C56.7096%206.39706%2050.386%200%2042.5184%200C34.6507%200%2028.3272%206.32353%2028.3272%2014.1912C28.3272%2022.0588%2034.6507%2028.3824%2042.5184%2028.3824Z%27%20fill=%27%23000%27/%3e%3cpath%20d=%27M28.8347%2043.6189C28.7549%2043.5496%2028.6744%2043.4803%2028.5931%2043.4124C28.5156%2043.3473%2028.438%2043.2837%2028.3589%2043.22C28.3534%2043.215%2028.3476%2043.2102%2028.3415%2043.2059C28.2603%2043.1415%2028.179%2043.0772%2028.0963%2043.0135C27.9288%2042.8841%2027.7586%2042.7584%2027.5858%2042.6365L27.5763%2042.6294C27.4915%2042.5707%2027.4066%2042.5113%2027.3203%2042.4526C27.2325%2042.3932%2027.1429%2042.3345%2027.0527%2042.2765C26.9642%2042.2192%2026.8743%2042.1626%2026.7843%2042.1068L26.7793%2042.1039C26.735%2042.0764%2026.6901%2042.0488%2026.6451%2042.0219C26.4616%2041.9109%2026.2759%2041.8038%2026.0881%2041.7008C26.0409%2041.6753%2025.9938%2041.6492%2025.9467%2041.6244L25.8357%2041.565C25.7965%2041.5445%2025.7574%2041.524%2025.7175%2041.5035C25.6703%2041.4794%2025.6232%2041.4554%2025.576%2041.432C25.5507%2041.4193%2025.526%2041.4066%2025.5006%2041.3946C25.4578%2041.3733%2025.415%2041.3521%2025.3715%2041.3316C25.2743%2041.2842%2025.1767%2041.2382%2025.0785%2041.1937C25.0517%2041.181%2025.0248%2041.1689%2024.998%2041.1569C24.9581%2041.1392%2024.9182%2041.1215%2024.8791%2041.1039C24.8254%2041.0798%2024.7717%2041.0565%2024.7173%2041.0338C24.6397%2041.0006%2024.5614%2040.9681%2024.4831%2040.9355C22.5873%2040.1651%2020.5538%2039.7685%2018.5%2039.7685C16.4462%2039.7685%2014.4127%2040.1651%2012.5169%2040.9355V34.1671C12.5049%2033.3972%2012.6493%2032.6326%2012.9417%2031.9174C13.2341%2031.2022%2013.6688%2030.5505%2014.2206%2029.9998C14.7725%2029.4492%2015.4307%2029.0105%2016.1572%2028.709C16.8838%2028.4076%2017.6643%2028.2494%2018.4538%2028.2435C19.2434%2028.2376%2020.0263%2028.3841%2020.7575%2028.6747C21.4886%2028.9652%2022.1536%2029.394%2022.7141%2029.9364C23.2746%2030.4787%2023.7194%2031.1238%2024.023%2031.8346C24.3266%2032.5454%2024.483%2033.3077%2024.4831%2034.0777V37.2527C24.4845%2037.656%2024.6055%2038.0504%2024.8315%2038.3882C25.0575%2038.726%2025.3789%2038.9929%2025.7568%2039.1567L25.8017%2039.1765C26.1269%2039.3229%2026.4846%2039.3873%2026.842%2039.3637C27.1994%2039.3401%2027.545%2039.2293%2027.847%2039.0414C28.149%2038.8536%2028.3977%2038.5947%2028.5703%2038.2886C28.7429%2037.9825%2028.8338%2037.639%2028.8347%2037.2896V34.2062C28.8519%2032.8774%2028.5995%2031.5584%2028.092%2030.3252C27.5845%2029.0919%2026.8319%2027.9686%2025.8776%2027.0201C24.9232%2026.0715%2023.7859%2025.3164%2022.5312%2024.7981C21.2764%2024.2799%2019.9289%2024.0087%2018.5663%2024.0002C17.2036%2023.9917%2015.8527%2024.2461%2014.5913%2024.7488C13.3299%2025.2514%2012.1828%2025.9923%2011.2161%2026.9289C10.2495%2027.8656%209.48228%2028.9793%208.95869%2030.2062C8.43511%2031.4331%208.16549%2032.7488%208.16534%2034.0777V43.6189C5.82592%2045.66%204.17708%2048.3456%203.43699%2051.3204C2.69689%2054.2953%202.90042%2057.4192%204.02065%2060.2787C5.14088%2063.1383%207.125%2065.5988%209.7105%2067.3347C12.296%2069.0706%2015.361%2070%2018.5%2070C21.639%2070%2024.704%2069.0706%2027.2895%2067.3347C29.875%2065.5988%2031.8591%2063.1383%2032.9794%2060.2787C34.0996%2057.4192%2034.3031%2054.2953%2033.563%2051.3204C32.8229%2048.3456%2031.1741%2045.66%2028.8347%2043.6189ZM27.8374%2055.5472C27.8373%2055.8391%2027.7184%2056.119%2027.5068%2056.3253C27.2952%2056.5317%2027.0082%2056.6477%2026.7089%2056.6478H25.5478C25.3771%2057.2968%2025.1127%2057.9188%2024.7623%2058.4952L25.5833%2059.2958C25.6883%2059.398%2025.7716%2059.5194%2025.8285%2059.653C25.8853%2059.7866%2025.9146%2059.9299%2025.9146%2060.0746C25.9146%2060.2192%2025.8853%2060.3625%2025.8285%2060.4961C25.7716%2060.6297%2025.6883%2060.7511%2025.5833%2060.8533L24.6216%2061.7911C24.4098%2061.9976%2024.1226%2062.1136%2023.8231%2062.1136C23.5236%2062.1136%2023.2364%2061.9976%2023.0246%2061.7911L22.2036%2060.9905C21.6128%2061.3321%2020.9752%2061.5901%2020.3099%2061.7565V62.8881C20.3098%2063.1803%2020.1907%2063.4606%2019.9788%2063.6672C19.7669%2063.8738%2019.4796%2063.99%2019.1799%2063.9901H17.8201C17.5205%2063.9899%2017.2332%2063.8738%2017.0215%2063.6671C16.8097%2063.4605%2016.6908%2063.1803%2016.6908%2062.8881V61.7565C16.0256%2061.5899%2015.388%2061.332%2014.7972%2060.9905L13.9754%2061.7911C13.7636%2061.9976%2013.4764%2062.1137%2013.1769%2062.1137C12.8774%2062.1137%2012.5902%2061.9976%2012.3784%2061.7911L11.4167%2060.8533C11.2049%2060.6467%2011.086%2060.3666%2011.086%2060.0746C11.086%2059.7825%2011.2049%2059.5024%2011.4167%2059.2958L12.237%2058.4952C11.8868%2057.9188%2011.6226%2057.2968%2011.4522%2056.6478H10.2918C9.99243%2056.6479%209.70528%2056.5319%209.49351%2056.3256C9.28174%2056.1192%209.16271%2055.8392%209.16258%2055.5473V54.2204C9.16252%2053.9282%209.28146%2053.648%209.49322%2053.4414C9.70498%2053.2347%209.99224%2053.1186%2010.2918%2053.1184H11.4522C11.4588%2053.0923%2011.466%2053.0661%2011.4733%2053.0399C11.6441%2052.4191%2011.901%2051.824%2012.237%2051.271L11.4167%2050.4704C11.2049%2050.2638%2011.086%2049.9837%2011.086%2049.6917C11.086%2049.3996%2011.2049%2049.1195%2011.4167%2048.9129L12.3784%2047.9758C12.4213%2047.9337%2012.4676%2047.8952%2012.5169%2047.8605C12.7344%2047.7075%2013.0007%2047.6351%2013.268%2047.6562C13.5352%2047.6773%2013.7861%2047.7906%2013.9754%2047.9758L14.7972%2048.7764C15.388%2048.4347%2016.0256%2048.1766%2016.6908%2048.0097V46.8781C16.6908%2046.7335%2016.72%2046.5904%2016.7768%2046.4568C16.8336%2046.3232%2016.9168%2046.2019%2017.0216%2046.0997C17.1265%2045.9975%2017.251%2045.9164%2017.388%2045.8612C17.525%2045.8059%2017.6718%2045.7775%2017.8201%2045.7776H19.1799C19.3282%2045.7775%2019.4751%2045.8059%2019.6121%2045.8611C19.7492%2045.9164%2019.8737%2045.9974%2019.9787%2046.0996C20.0836%2046.2018%2020.1668%2046.3231%2020.2237%2046.4567C20.2805%2046.5903%2020.3098%2046.7335%2020.3099%2046.8781V48.0098C20.9752%2048.1764%2021.6128%2048.4346%2022.2036%2048.7765L23.0246%2047.9758C23.214%2047.7907%2023.4648%2047.6774%2023.732%2047.6563C23.9993%2047.6351%2024.2656%2047.7076%2024.4831%2047.8605C24.5324%2047.8952%2024.5787%2047.9338%2024.6216%2047.9758L25.5833%2048.913C25.6883%2049.0151%2025.7716%2049.1365%2025.8285%2049.2701C25.8853%2049.4038%2025.9146%2049.547%2025.9146%2049.6917C25.9146%2049.8363%2025.8853%2049.9796%2025.8285%2050.1132C25.7716%2050.2468%2025.6883%2050.3682%2025.5833%2050.4704L24.7623%2051.271C25.0983%2051.8241%2025.3555%2052.4192%2025.5267%2053.0399C25.534%2053.0661%2025.5412%2053.0923%2025.5478%2053.1184H26.7089C27.0084%2053.1187%2027.2955%2053.235%2027.5071%2053.4416C27.7187%2053.6482%2027.8375%2053.9283%2027.8374%2054.2204V55.5472Z%27%20fill=%27%23000%27/%3e%3cpath%20d=%27M22.5701%2052.8655C22.5472%2052.8114%2022.5229%2052.7582%2022.4985%2052.7058C22.0696%2051.785%2021.3941%2051.0346%2020.5651%2050.5582C20.3416%2050.4289%2020.1084%2050.3212%2019.8682%2050.2363C18.8552%2049.8775%2017.7605%2049.9286%2016.7782%2050.3807C15.7958%2050.8327%2014.9893%2051.6564%2014.5014%2052.7058C14.4771%2052.7582%2014.4535%2052.8114%2014.4306%2052.8655C14.3451%2053.065%2014.2719%2053.2708%2014.2116%2053.4814C13.9295%2054.4698%2013.9295%2055.531%2014.2116%2056.5194C14.2882%2056.7866%2014.3851%2057.0461%2014.5014%2057.295C14.8804%2058.11%2015.4538%2058.7934%2016.1591%2059.2705C16.8644%2059.7476%2017.6742%2060%2018.5%2060C19.3258%2060%2020.1356%2059.7476%2020.8409%2059.2705C21.5461%2058.7934%2022.1196%2058.11%2022.4986%2057.295C22.6152%2057.0463%2022.7121%2056.7868%2022.7884%2056.5194C23.0705%2055.531%2023.0705%2054.4698%2022.7884%2053.4814C22.7284%2053.2708%2022.6554%2053.065%2022.5701%2052.8655Z%27%20fill=%27%23000%27/%3e%3c/svg%3e");
}
.ors-app-widget__icon_human-time {
  mask-image: url("data:image/svg+xml,%3csvg%20width=%2770%27%20height=%2770%27%20viewBox=%270%200%2070%2070%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cg%20clip-path=%27url%28%23clip0_288_6997%29%27%3e%3cpath%20d=%27M35%2015C39.1421%2015%2042.5%2011.6421%2042.5%207.5C42.5%203.35786%2039.1421%200%2035%200C30.8579%200%2027.5%203.35786%2027.5%207.5C27.5%2011.6421%2030.8579%2015%2035%2015Z%27%20fill=%27%23000%27/%3e%3cpath%20d=%27M11.7676%2040.7324C10.791%2039.7559%209.20898%2039.7559%208.23242%2040.7324L0.732422%2048.2324C-0.244141%2049.209%20-0.244141%2050.791%200.732422%2051.7676L8.23242%2059.2676C8.7207%2059.7559%209.36035%2060%2010%2060C10.6396%2060%2011.2793%2059.7559%2011.7676%2059.2676C12.7441%2058.291%2012.7441%2056.709%2011.7676%2055.7324L6.03516%2050L11.7676%2044.2676C12.7441%2043.291%2012.7441%2041.709%2011.7676%2040.7324Z%27%20fill=%27%23000%27/%3e%3cpath%20d=%27M69.2676%2048.2324L61.7676%2040.7324C60.791%2039.7559%2059.209%2039.7559%2058.2324%2040.7324C57.2559%2041.709%2057.2559%2043.291%2058.2324%2044.2676L63.9648%2050L58.2324%2055.7324C57.2559%2056.709%2057.2559%2058.291%2058.2324%2059.2676C58.7207%2059.7559%2059.3604%2060%2060%2060C60.6396%2060%2061.2793%2059.7559%2061.7676%2059.2676L69.2676%2051.7676C70.2441%2050.791%2070.2441%2049.209%2069.2676%2048.2324Z%27%20fill=%27%23000%27/%3e%3cpath%20d=%27M35%2030C23.9722%2030%2015%2038.9722%2015%2050C15%2061.0278%2023.9722%2070%2035%2070C46.0278%2070%2055%2061.0278%2055%2050C55%2038.9722%2046.0278%2030%2035%2030ZM44.6338%2042.1338L35.8838%2050.8838C35.6494%2051.1182%2035.332%2051.25%2035%2051.25H27.5C26.8091%2051.25%2026.25%2050.6909%2026.25%2050C26.25%2049.3091%2026.8091%2048.75%2027.5%2048.75H34.4824L42.8662%2040.3662C43.3545%2039.8779%2044.1455%2039.8779%2044.6338%2040.3662C45.1221%2040.8545%2045.1221%2041.6455%2044.6338%2042.1338Z%27%20fill=%27%23000%27/%3e%3cpath%20d=%27M47.5%2031.3048V22.5C47.5%2018.3643%2044.1357%2015%2040%2015H35H30C25.8643%2015%2022.5%2018.3643%2022.5%2022.5V31.3048C26.078%2028.9044%2030.3773%2027.5%2035%2027.5C39.6227%2027.5%2043.922%2028.9044%2047.5%2031.3048Z%27%20fill=%27%23000%27/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id=%27clip0_288_6997%27%3e%3crect%20width=%2770%27%20height=%2770%27%20fill=%27white%27/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
}
.ors-app-widget__icon_lock {
  mask-image: url("data:image/svg+xml,%3csvg%20width=%2770%27%20height=%2770%27%20viewBox=%270%200%2070%2070%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath%20d=%27M50.2144%2030.1271C50.097%2030.0225%2049.9784%2029.9178%2049.8589%2029.8153C49.7446%2029.7171%2049.6304%2029.621%2049.514%2029.5249C49.5059%2029.5173%2049.4973%2029.5102%2049.4884%2029.5036C49.3688%2029.4064%2049.2492%2029.3092%2049.1275%2029.2131C48.8808%2029.0178%2048.6303%2028.8281%2048.3758%2028.6441L48.3619%2028.6334C48.237%2028.5448%2048.1121%2028.4551%2047.985%2028.3665H47.9839C47.8548%2028.2768%2047.7238%2028.1881%2047.591%2028.1006C47.4608%2028.0141%2047.3284%2027.9287%2047.196%2027.8443L47.1885%2027.8401C47.1234%2027.7984%2047.0572%2027.7568%2046.991%2027.7162C46.7208%2027.5486%2046.4475%2027.387%2046.171%2027.2315C46.1016%2027.193%2046.0322%2027.1535%2045.9628%2027.1162L45.7994%2027.0265C45.7417%2026.9955%2045.6841%2026.9645%2045.6254%2026.9336C45.556%2026.8973%2045.4865%2026.861%2045.4172%2026.8257C45.3798%2026.8065%2045.3435%2026.7873%2045.3061%2026.7692C45.2431%2026.7371%2045.1801%2026.7051%2045.1161%2026.6741C44.973%2026.6026%2044.8292%2026.5332%2044.6847%2026.4659C44.6452%2026.4467%2044.6057%2026.4286%2044.5662%2026.4104C44.5075%2026.3837%2044.4487%2026.357%2044.3911%2026.3303C44.3121%2026.294%2044.2331%2026.2588%2044.153%2026.2246C44.0387%2026.1744%2043.9234%2026.1253%2043.8081%2026.0762C41.0172%2024.9132%2038.0235%2024.3145%2035%2024.3145C31.9764%2024.3145%2028.9828%2024.9132%2026.1919%2026.0762V15.8586C26.1742%2014.6964%2026.3867%2013.5421%2026.8172%2012.4624C27.2476%2011.3827%2027.8875%2010.3989%2028.7%209.56761C29.5125%208.73635%2030.4814%208.07411%2031.551%207.61906C32.6206%207.16401%2033.7697%206.92515%2034.932%206.91624C36.0943%206.90734%2037.2469%207.12856%2038.3234%207.56717C39.3998%208.00578%2040.3788%208.6531%2041.2039%209.47182C42.029%2010.2905%2042.6839%2011.2645%2043.1308%2012.3374C43.5778%2013.4104%2043.808%2014.5613%2043.8081%2015.7236V20.5166C43.8103%2021.1255%2043.9884%2021.7208%2044.3211%2022.2307C44.6538%2022.7407%2045.1269%2023.1436%2045.6833%2023.3909L45.7493%2023.4207C46.2281%2023.6418%2046.7547%2023.739%2047.2809%2023.7034C47.807%2023.6678%2048.3158%2023.5005%2048.7603%2023.2169C49.2049%2022.9333%2049.5711%2022.5425%2049.8252%2022.0804C50.0793%2021.6183%2050.2131%2021.0997%2050.2144%2020.5724V15.9176C50.2398%2013.9116%2049.8682%2011.9205%2049.121%2010.0587C48.3739%208.19697%2047.266%206.50133%2045.861%205.06939C44.4561%203.63746%2042.7818%202.49749%2040.9346%201.7151C39.0873%200.932717%2037.1036%200.52335%2035.0976%200.510563C33.0915%200.497776%2031.1028%200.88182%2029.2457%201.64059C27.3887%202.39937%2025.7%203.5179%2024.2769%204.93181C22.8538%206.34572%2021.7243%208.0271%2020.9535%209.87919C20.1827%2011.7313%2019.7858%2013.7175%2019.7856%2015.7236V30.1271C16.3415%2033.2083%2013.9141%2037.2625%2012.8246%2041.7533C11.735%2046.2442%2012.0347%2050.96%2013.6838%2055.2769C15.333%2059.5937%2018.254%2063.3081%2022.0603%2065.9286C25.8666%2068.5491%2030.3788%2069.9521%2035%2069.9521C39.6211%2069.9521%2044.1333%2068.5491%2047.9397%2065.9286C51.746%2063.3081%2054.6669%2059.5937%2056.3161%2055.2769C57.9653%2050.96%2058.2649%2046.2442%2057.1754%2041.7533C56.0858%2037.2625%2053.6584%2033.2083%2050.2144%2030.1271ZM48.7463%2048.1342C48.7461%2048.5747%2048.5711%2048.9972%2048.2595%2049.3088C47.948%2049.6203%2047.5255%2049.7954%2047.0849%2049.7955H45.3755C45.1243%2050.7753%2044.735%2051.7143%2044.2192%2052.5844L45.4278%2053.7931C45.5824%2053.9473%2045.7051%2054.1305%2045.7888%2054.3323C45.8724%2054.534%2045.9155%2054.7502%2045.9155%2054.9686C45.9155%2055.187%2045.8724%2055.4032%2045.7888%2055.605C45.7051%2055.8067%2045.5824%2055.9899%2045.4278%2056.1442L44.012%2057.56C43.7002%2057.8717%2043.2774%2058.0468%2042.8365%2058.0468C42.3956%2058.0468%2041.9727%2057.8717%2041.6609%2057.56L40.4523%2056.3513C39.5826%2056.8671%2038.6439%2057.2564%2037.6645%2057.5076V59.216C37.6643%2059.6571%2037.489%2060.0801%2037.177%2060.3921C36.8651%2060.704%2036.4421%2060.8793%2036.001%2060.8795H33.999C33.558%2060.8793%2033.1351%2060.7039%2032.8233%2060.392C32.5116%2060.08%2032.3365%2059.657%2032.3366%2059.216V57.5077C31.3572%2057.2562%2030.4186%2056.8668%2029.5488%2056.3513L28.339%2057.56C28.0272%2057.8717%2027.6044%2058.0468%2027.1635%2058.0468C26.7226%2058.0468%2026.2997%2057.8717%2025.9879%2057.56L24.5721%2056.1442C24.2604%2055.8324%2024.0853%2055.4095%2024.0853%2054.9686C24.0853%2054.5277%2024.2604%2054.1049%2024.5721%2053.7931L25.7797%2052.5844C25.2643%2051.7143%2024.8753%2050.7753%2024.6244%2049.7955H22.9161C22.4754%2049.7956%2022.0526%2049.6207%2021.7409%2049.3091C21.4291%2048.9976%2021.2539%2048.5749%2021.2537%2048.1342V46.1311C21.2536%2045.6901%2021.4287%2045.2671%2021.7404%2044.9551C22.0522%2044.6432%2022.4751%2044.4678%2022.9161%2044.4676H24.6244C24.634%2044.4281%2024.6447%2044.3886%2024.6554%2044.3491C24.9069%2043.412%2025.2852%2042.5135%2025.7797%2041.6787L24.5721%2040.4701C24.2604%2040.1583%2024.0853%2039.7354%2024.0853%2039.2945C24.0853%2038.8536%2024.2604%2038.4308%2024.5721%2038.119L25.9879%2036.7042C26.051%2036.6408%2026.1192%2036.5826%2026.1919%2036.5302C26.512%2036.2992%2026.904%2036.1899%2027.2975%2036.2218C27.691%2036.2537%2028.0602%2036.4247%2028.339%2036.7042L29.5488%2037.9129C30.4185%2037.397%2031.3572%2037.0073%2032.3366%2036.7555V35.0472C32.3366%2034.8289%2032.3796%2034.6128%2032.4631%2034.4112C32.5467%2034.2095%2032.6692%2034.0263%2032.8235%2033.872C32.9779%2033.7178%2033.1612%2033.5954%2033.3629%2033.512C33.5646%2033.4285%2033.7807%2033.3857%2033.999%2033.3858H36.001C36.2193%2033.3857%2036.4355%2033.4285%2036.6372%2033.5119C36.839%2033.5953%2037.0224%2033.7177%2037.1768%2033.8719C37.3313%2034.0262%2037.4539%2034.2094%2037.5375%2034.411C37.6212%2034.6127%2037.6643%2034.8289%2037.6645%2035.0472V36.7555C38.6439%2037.0071%2039.5826%2037.3968%2040.4523%2037.9129L41.6609%2036.7043C41.9397%2036.4248%2042.309%2036.2538%2042.7025%2036.2219C43.0959%2036.19%2043.4879%2036.2993%2043.8081%2036.5302C43.8807%2036.5826%2043.9489%2036.6408%2044.012%2036.7043L45.4278%2038.119C45.5824%2038.2733%2045.7051%2038.4565%2045.7887%2038.6582C45.8724%2038.8599%2045.9155%2039.0762%2045.9155%2039.2946C45.9155%2039.5129%2045.8724%2039.7292%2045.7887%2039.9309C45.7051%2040.1326%2045.5824%2040.3159%2045.4278%2040.4701L44.2192%2041.6787C44.7138%2042.5136%2045.0924%2043.412%2045.3446%2044.3491C45.3552%2044.3886%2045.3659%2044.4281%2045.3755%2044.4676H47.0849C47.5258%2044.4681%2047.9484%2044.6435%2048.26%2044.9555C48.5715%2045.2674%2048.7464%2045.6903%2048.7463%2046.1311V48.1342Z%27%20fill=%27%23000%27/%3e%3cpath%20d=%27M40.8933%2044.3491C40.8602%2044.2787%2040.8249%2044.2093%2040.7897%2044.1409C40.1686%2042.9406%2039.1904%2041.9625%2037.9901%2041.3414C37.6665%2041.1728%2037.3289%2041.0324%2036.9811%2040.9218C35.5143%2040.4541%2033.9292%2040.5208%2032.5069%2041.11C31.0845%2041.6992%2029.9167%2042.773%2029.2103%2044.1409C29.175%2044.2093%2029.1409%2044.2787%2029.1078%2044.3491C28.9839%2044.6092%2028.8779%2044.8775%2028.7907%2045.1521C28.3821%2046.4405%2028.3821%2047.8238%2028.7907%2049.1122C28.9015%2049.4606%2029.0419%2049.7989%2029.2103%2050.1234C29.759%2051.1857%2030.5893%2052.0766%2031.6105%2052.6986C32.6317%2053.3205%2033.8043%2053.6495%2035%2053.6495C36.1957%2053.6495%2037.3683%2053.3205%2038.3895%2052.6986C39.4106%2052.0766%2040.241%2051.1857%2040.7897%2050.1234C40.9585%2049.7991%2041.0989%2049.4608%2041.2093%2049.1122C41.6179%2047.8238%2041.6179%2046.4405%2041.2093%2045.1521C41.1224%2044.8775%2041.0168%2044.6093%2040.8933%2044.3491Z%27%20fill=%27%23000%27/%3e%3c/svg%3e");
}
.ors-app-widget__icon_money {
  mask-image: url("data:image/svg+xml,%3csvg%20width=%2770%27%20height=%2770%27%20viewBox=%270%200%2070%2070%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath%20d=%27M21.875%206.25C26.5178%206.25003%2030.8306%206.93057%2034.0723%208.10938C35.6827%208.69501%2037.1618%209.4513%2038.2852%2010.417C39.4004%2011.3758%2040.4159%2012.775%2040.416%2014.583V24.4229C42.7702%2023.988%2045.3903%2023.75%2048.125%2023.75C52.7678%2023.75%2057.0806%2024.4306%2060.3223%2025.6094C61.9327%2026.195%2063.4118%2026.9513%2064.5352%2027.917C65.6504%2028.8758%2066.6659%2030.275%2066.666%2032.083V55.417C66.6659%2057.225%2065.6504%2058.6242%2064.5352%2059.583C63.4118%2060.5487%2061.9327%2061.305%2060.3223%2061.8906C57.0806%2063.0694%2052.7678%2063.75%2048.125%2063.75C43.4821%2063.75%2039.1685%2063.0695%2035.9268%2061.8906C34.3163%2061.305%2032.8371%2060.5487%2031.7139%2059.583C30.9928%2058.9631%2030.315%2058.1583%2029.9248%2057.1787C27.4896%2057.6537%2024.7496%2057.917%2021.875%2057.917C17.2321%2057.917%2012.9185%2057.2365%209.67676%2056.0576C8.06637%2055.472%206.58715%2054.7157%205.46387%2053.75C4.3486%2052.7912%203.33301%2051.3912%203.33301%2049.583V14.583C3.33313%2012.775%204.34866%2011.3758%205.46387%2010.417C6.58715%209.45128%208.06633%208.69502%209.67676%208.10938C12.9185%206.93054%2017.2321%206.25%2021.875%206.25ZM61.666%2049.6758C61.2319%2049.8722%2060.7831%2050.057%2060.3223%2050.2246C57.0806%2051.4034%2052.7678%2052.083%2048.125%2052.083C43.4821%2052.083%2039.1685%2051.4034%2035.9268%2050.2246C35.4659%2050.057%2035.0171%2049.8723%2034.583%2049.6758V55.3545C34.6111%2055.4116%2034.7034%2055.5596%2034.9736%2055.792C35.4738%2056.2219%2036.3437%2056.7225%2037.6357%2057.1924C40.1999%2058.1248%2043.9084%2058.75%2048.125%2058.75C52.3414%2058.75%2056.0492%2058.1247%2058.6133%2057.1924C59.9056%2056.7224%2060.7762%2056.222%2061.2764%2055.792C61.544%2055.5619%2061.637%2055.4147%2061.666%2055.3564V49.6758ZM8.33301%2049.5215C8.36122%2049.5788%208.45376%2049.726%208.72363%2049.958C9.22373%2050.388%2010.0935%2050.8885%2011.3857%2051.3584C13.9499%2052.2908%2017.6583%2052.917%2021.875%2052.917C24.7388%2052.917%2027.3763%2052.626%2029.583%2052.1445V45.5781C27.2344%2046.0119%2024.6158%2046.25%2021.875%2046.25C17.2321%2046.25%2012.9185%2045.5695%209.67676%2044.3906C9.21599%2044.2231%208.76702%2044.0392%208.33301%2043.8428V49.5215ZM61.666%2038.0098C61.232%2038.2062%2060.783%2038.3901%2060.3223%2038.5576C57.0806%2039.7364%2052.7678%2040.417%2048.125%2040.417C43.4821%2040.417%2039.1685%2039.7365%2035.9268%2038.5576C35.466%2038.3901%2035.017%2038.2062%2034.583%2038.0098V42.417C34.583%2042.4307%2034.5832%2042.4443%2034.583%2042.458V43.6875C34.6109%2043.7444%2034.7029%2043.8923%2034.9736%2044.125C35.4738%2044.5549%2036.3436%2045.0555%2037.6357%2045.5254C40.1999%2046.4578%2043.9083%2047.083%2048.125%2047.083C52.3414%2047.083%2056.0492%2046.4577%2058.6133%2045.5254C59.9056%2045.0554%2060.7762%2044.555%2061.2764%2044.125C61.5442%2043.8947%2061.6371%2043.7475%2061.666%2043.6895V38.0098ZM8.33301%2037.8545C8.36106%2037.9116%208.45335%2038.0596%208.72363%2038.292C9.2238%2038.7219%2010.0937%2039.2225%2011.3857%2039.6924C13.9499%2040.6248%2017.6584%2041.25%2021.875%2041.25C24.7388%2041.25%2027.3762%2040.959%2029.583%2040.4775V33.9111C27.2344%2034.3449%2024.6158%2034.583%2021.875%2034.583C17.2321%2034.583%2012.9185%2033.9034%209.67676%2032.7246C9.21587%2032.557%208.76713%2032.3723%208.33301%2032.1758V37.8545ZM48.125%2028.75C44.1423%2028.75%2040.6132%2029.3086%2038.0732%2030.1562C37.8482%2030.2313%2037.6338%2030.3083%2037.4297%2030.3857C37.3062%2030.4326%2037.1866%2030.4791%2037.0713%2030.5264C37.0092%2030.5518%2036.9486%2030.5779%2036.8887%2030.6035C36.8092%2030.6375%2036.7316%2030.6711%2036.6562%2030.7051C36.5861%2030.7367%2036.518%2030.769%2036.4512%2030.8008C36.3766%2030.8362%2036.3045%2030.8719%2036.2344%2030.9072C36.1836%2030.9328%2036.1336%2030.9578%2036.085%2030.9834C36.0138%2031.0208%2035.9452%2031.0585%2035.8789%2031.0957C35.829%2031.1237%2035.7798%2031.1508%2035.7324%2031.1787C35.6594%2031.2218%2035.59%2031.2652%2035.5234%2031.3076C35.3948%2031.3897%2035.2764%2031.4704%2035.1699%2031.5508C35.046%2031.6444%2034.9486%2031.7295%2034.8701%2031.8027C34.8434%2031.8277%2034.8182%2031.8505%2034.7959%2031.873C34.7673%2031.902%2034.7426%2031.9292%2034.7207%2031.9541C34.7094%2031.9669%2034.6982%2031.9786%2034.6885%2031.9902C34.6585%2032.0265%2034.636%2032.0574%2034.6191%2032.083C34.6704%2032.1596%2034.7729%2032.2854%2034.9736%2032.458C35.4737%2032.888%2036.3435%2033.3885%2037.6357%2033.8584C40.1999%2034.7908%2043.9083%2035.417%2048.125%2035.417C52.3415%2035.417%2056.0492%2034.7908%2058.6133%2033.8584C59.9056%2033.3885%2060.7762%2032.888%2061.2764%2032.458C61.4768%2032.2857%2061.5786%2032.1595%2061.6299%2032.083C61.5785%2032.0064%2061.4766%2031.8801%2061.2764%2031.708C60.7762%2031.278%2059.9056%2030.7776%2058.6133%2030.3076C56.0492%2029.3753%2052.3414%2028.75%2048.125%2028.75ZM35.416%2020.5098C34.982%2020.7062%2034.533%2020.8901%2034.0723%2021.0576C30.8306%2022.2364%2026.5178%2022.917%2021.875%2022.917C17.2321%2022.917%2012.9185%2022.2365%209.67676%2021.0576C9.21599%2020.8901%208.76702%2020.7062%208.33301%2020.5098V26.1875C8.3609%2026.2444%208.45293%2026.3923%208.72363%2026.625C9.22377%2027.0549%2010.0936%2027.5555%2011.3857%2028.0254C13.9499%2028.9578%2017.6583%2029.583%2021.875%2029.583C25.4757%2029.583%2028.7188%2029.1254%2031.1973%2028.4033C31.2107%2028.3894%2031.2247%2028.3761%2031.2383%2028.3623C31.393%2028.2048%2031.5522%2028.056%2031.7139%2027.917C31.7683%2027.8702%2031.8238%2027.8241%2031.8799%2027.7783C31.8962%2027.765%2031.9124%2027.7515%2031.9287%2027.7383C32.1474%2027.5622%2032.378%2027.3933%2032.6191%2027.2314L32.6777%2027.1924C32.8101%2027.1048%2032.946%2027.0193%2033.085%2026.9355C33.1051%2026.9234%2033.1253%2026.9115%2033.1455%2026.8994C33.2878%2026.8147%2033.4335%2026.7322%2033.582%2026.6514C33.6238%2026.6287%2033.6659%2026.6064%2033.708%2026.584C33.8609%2026.5028%2034.016%2026.422%2034.1748%2026.3447C34.1845%2026.34%2034.1944%2026.3358%2034.2041%2026.3311C34.3258%2026.2722%2034.4503%2026.2168%2034.5752%2026.1602C34.6983%2026.1043%2034.8226%2026.0495%2034.9482%2025.9961C35.0385%2025.9577%2035.1291%2025.9191%2035.2207%2025.8818C35.2855%2025.8555%2035.3506%2025.8295%2035.416%2025.8037V20.5098ZM21.875%2011.25C17.6584%2011.25%2013.9499%2011.8752%2011.3857%2012.8076C10.0937%2013.2775%209.2238%2013.7781%208.72363%2014.208C8.52326%2014.3803%208.42048%2014.5064%208.36914%2014.583C8.42038%2014.6596%208.52286%2014.7854%208.72363%2014.958C9.22373%2015.388%2010.0935%2015.8885%2011.3857%2016.3584C13.9499%2017.2908%2017.6583%2017.917%2021.875%2017.917C26.0915%2017.917%2029.7992%2017.2908%2032.3633%2016.3584C33.6556%2015.8885%2034.5262%2015.388%2035.0264%2014.958C35.2268%2014.7857%2035.3286%2014.6595%2035.3799%2014.583C35.3285%2014.5064%2035.2266%2014.3801%2035.0264%2014.208C34.5262%2013.778%2033.6556%2013.2776%2032.3633%2012.8076C29.7992%2011.8753%2026.0914%2011.25%2021.875%2011.25Z%27%20fill=%27black%27/%3e%3c/svg%3e");
}
.ors-app-widget__icon_people-tree {
  mask-image: url("data:image/svg+xml,%3csvg%20width=%2770%27%20height=%2770%27%20viewBox=%270%200%2070%2070%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath%20fill-rule=%27evenodd%27%20clip-rule=%27evenodd%27%20d=%27M34.9948%206.41943C38.1429%206.41864%2041.1695%207.63434%2043.4423%209.81254C45.7151%2011.9907%2047.0584%2014.9629%2047.1914%2018.1082C47.3244%2021.2535%2046.2369%2024.3284%2044.156%2026.6908C42.0752%2029.0531%2039.162%2030.5199%2036.0252%2030.7849V35.5711H59.8684C60.0036%2035.5705%2060.1377%2035.5967%2060.2628%2035.6481C60.3879%2035.6996%2060.5015%2035.7752%2060.5973%2035.8707C60.6931%2035.9663%2060.769%2036.0798%2060.8207%2036.2047C60.8724%2036.3297%2060.899%2036.4637%2060.8987%2036.5989V43.8314C63.4831%2044.0957%2065.8672%2045.3426%2067.5585%2047.3145C69.2499%2049.2863%2070.1192%2051.8325%2069.9868%2054.4269C69.8545%2057.0214%2068.7307%2059.4659%2066.8475%2061.2555C64.9644%2063.0451%2062.4658%2064.0429%2059.868%2064.0429C57.2701%2064.0429%2054.7715%2063.0451%2052.8884%2061.2555C51.0052%2059.4659%2049.8814%2057.0214%2049.7491%2054.4269C49.6168%2051.8325%2050.4861%2049.2863%2052.1774%2047.3145C53.8687%2045.3426%2056.2528%2044.0957%2058.8372%2043.8314V37.626H36.0252V43.8314C38.6095%2044.0957%2040.9936%2045.3426%2042.6849%2047.3145C44.3763%2049.2863%2045.2456%2051.8325%2045.1132%2054.4269C44.9809%2057.0214%2043.8571%2059.4659%2041.974%2061.2555C40.0908%2063.0451%2037.5922%2064.0429%2034.9944%2064.0429C32.3965%2064.0429%2029.8979%2063.0451%2028.0148%2061.2555C26.1316%2059.4659%2025.0078%2057.0214%2024.8755%2054.4269C24.7432%2051.8325%2025.6125%2049.2863%2027.3038%2047.3145C28.9951%2045.3426%2031.3792%2044.0957%2033.9636%2043.8314V37.626H11.1407V43.8314C13.7216%2044.0942%2016.1029%2045.3383%2017.7925%2047.3068C19.4821%2049.2753%2020.3509%2051.8177%2020.2194%2054.4085C20.0879%2056.9994%2018.966%2059.4407%2017.0857%2061.2279C15.2054%2063.0152%2012.7104%2064.0118%2010.1162%2064.0118C7.52202%2064.0118%205.02698%2063.0152%203.14668%2061.2279C1.26639%2059.4407%200.144557%2056.9994%200.0130228%2054.4085C-0.118511%2051.8177%200.750304%2049.2753%202.43992%2047.3068C4.12954%2045.3383%206.51083%2044.0942%209.09167%2043.8314V36.5989C9.09156%2036.4636%209.11819%2036.3296%209.17001%2036.2047C9.22183%2036.0797%209.29784%2035.9662%209.39366%2035.8707C9.48948%2035.7752%209.60323%2035.6995%209.72837%2035.6481C9.85351%2035.5967%209.98758%2035.5705%2010.1229%2035.5711H33.9636V30.7849C30.8266%2030.5199%2027.9134%2029.053%2025.8326%2026.6906C23.7518%2024.3282%2022.6643%2021.2531%2022.7974%2018.1078C22.9305%2014.9625%2024.2739%2011.9902%2026.5469%209.81211C28.8199%207.63397%2031.8467%206.41843%2034.9948%206.41943ZM59.8684%2047.6547C59.2465%2047.6547%2058.6385%2047.8391%2058.1215%2048.1846C57.6044%2048.5301%2057.2013%2049.0212%2056.9633%2049.5958C56.7254%2050.1703%2056.6631%2050.8026%2056.7844%2051.4125C56.9057%2052.0225%2057.2052%2052.5827%2057.645%2053.0225C58.0847%2053.4622%2058.645%2053.7617%2059.2549%2053.883C59.8649%2054.0044%2060.4971%2053.9421%2061.0717%2053.7041C61.6463%2053.4661%2062.1373%2053.0631%2062.4828%2052.546C62.8284%2052.0289%2063.0128%2051.421%2063.0128%2050.7991C63.0121%2049.9653%2062.6806%2049.1659%2062.0911%2048.5764C61.5015%2047.9868%2060.7021%2047.6553%2059.8684%2047.6547ZM53.3964%2058.7371C54.2429%2057.8811%2055.2509%2057.2016%2056.3619%2056.7378C57.4729%2056.274%2058.6649%2056.0352%2059.8688%2056.0352C61.0727%2056.0352%2062.2647%2056.274%2063.3757%2056.7378C64.4867%2057.2016%2065.4947%2057.8811%2066.3412%2058.7371C67.2386%2057.5361%2067.7841%2056.1091%2067.9168%2054.6157C68.0494%2053.1223%2067.7639%2051.6215%2067.0922%2050.2812C66.4205%2048.9408%2065.3891%2047.8138%2064.1134%2047.0261C62.8377%2046.2385%2061.368%2045.8214%2059.8688%2045.8214C58.3696%2045.8214%2056.8999%2046.2385%2055.6242%2047.0261C54.3485%2047.8138%2053.3171%2048.9408%2052.6454%2050.2812C51.9737%2051.6215%2051.6882%2053.1223%2051.8209%2054.6157C51.9535%2056.1091%2052.499%2057.5361%2053.3964%2058.7371ZM34.9956%2047.6589C34.3737%2047.6589%2033.7658%2047.8433%2033.2487%2048.1888C32.7316%2048.5343%2032.3286%2049.0254%2032.0906%2049.5999C31.8526%2050.1745%2031.7903%2050.8067%2031.9117%2051.4167C32.033%2052.0266%2032.3325%2052.5869%2032.7722%2053.0267C33.212%2053.4664%2033.7722%2053.7659%2034.3822%2053.8872C34.9921%2054.0085%2035.6244%2053.9463%2036.1989%2053.7083C36.7735%2053.4703%2037.2646%2053.0673%2037.6101%2052.5502C37.9556%2052.0331%2038.14%2051.4251%2038.14%2050.8032C38.1396%2049.9694%2037.8082%2049.1699%2037.2186%2048.5803C36.629%2047.9907%2035.8294%2047.6593%2034.9956%2047.6589ZM28.5228%2058.7371C29.3694%2057.8811%2030.3775%2057.2015%2031.4885%2056.7377C32.5996%2056.2739%2033.7916%2056.0351%2034.9956%2056.0351C36.1996%2056.0351%2037.3916%2056.2739%2038.5027%2056.7377C39.6138%2057.2015%2040.6218%2057.8811%2041.4685%2058.7371C42.3657%2057.5361%2042.9111%2056.1091%2043.0436%2054.6157C43.1761%2053.1224%2042.8906%2051.6217%2042.2188%2050.2814C41.5471%2048.9411%2040.5157%2047.8142%2039.2401%2047.0266C37.9644%2046.2391%2036.4948%2045.8219%2034.9956%2045.8219C33.4964%2045.8219%2032.0268%2046.2391%2030.7512%2047.0266C29.4755%2047.8142%2028.4441%2048.9411%2027.7724%2050.2814C27.1007%2051.6217%2026.8151%2053.1224%2026.9476%2054.6157C27.0801%2056.1091%2027.6255%2057.5361%2028.5228%2058.7371ZM10.122%2047.6589C9.50017%2047.659%208.89231%2047.8436%208.37533%2048.1892C7.85835%2048.5348%207.45545%2049.0259%207.21759%2049.6005C6.97973%2050.1751%206.91758%2050.8073%207.039%2051.4172C7.16042%2052.0271%207.45996%2052.5873%207.89974%2053.027C8.33953%2053.4666%208.8998%2053.766%209.50973%2053.8873C10.1197%2054.0085%2010.7519%2053.9462%2011.3264%2053.7082C11.9009%2053.4702%2012.3919%2053.0672%2012.7374%2052.5501C13.0829%2052.033%2013.2673%2051.4251%2013.2673%2050.8032C13.2668%2049.9693%2012.9353%2049.1696%2012.3455%2048.58C11.7557%2047.9904%2010.956%2047.6591%2010.122%2047.6589ZM3.64917%2058.7371C4.49583%2057.8811%205.50387%2057.2015%206.61494%2056.7377C7.72602%2056.2739%208.91805%2056.0351%2010.122%2056.0351C11.326%2056.0351%2012.5181%2056.2739%2013.6291%2056.7377C14.7402%2057.2015%2015.7482%2057.8811%2016.5949%2058.7371C17.4921%2057.5361%2018.0375%2056.1091%2018.17%2054.6157C18.3026%2053.1224%2018.017%2051.6217%2017.3453%2050.2814C16.6735%2048.9411%2015.6421%2047.8142%2014.3665%2047.0266C13.0908%2046.2391%2011.6212%2045.8219%2010.122%2045.8219C8.62285%2045.8219%207.15323%2046.2391%205.87758%2047.0266C4.60192%2047.8142%203.57054%2048.9411%202.89882%2050.2814C2.22709%2051.6217%201.94152%2053.1224%202.07403%2054.6157C2.20655%2056.1091%202.75193%2057.5361%203.64917%2058.7371ZM34.9948%2010.944C34.2312%2010.9444%2033.4849%2011.1711%2032.8503%2011.5955C32.2156%2012.02%2031.721%2012.6231%2031.4291%2013.3287C31.1371%2014.0342%2031.061%2014.8105%2031.2102%2015.5593C31.3594%2016.3081%2031.7273%2016.9959%2032.2674%2017.5356C32.8075%2018.0753%2033.4955%2018.4428%2034.2444%2018.5915C34.9933%2018.7403%2035.7695%2018.6636%2036.4749%2018.3712C37.1802%2018.0788%2037.783%2017.5838%2038.2071%2016.9489C38.6311%2016.3139%2038.8574%2015.5675%2038.8572%2014.8039C38.8559%2013.7802%2038.4484%2012.7988%2037.7243%2012.0751C37.0002%2011.3515%2036.0185%2010.9447%2034.9948%2010.944ZM26.8777%2024.7227C27.9227%2023.6202%2029.1814%2022.7421%2030.577%2022.142C31.9725%2021.542%2033.4757%2021.2325%2034.9948%2021.2325C36.5139%2021.2325%2038.0171%2021.542%2039.4126%2022.142C40.8082%2022.7421%2042.0669%2023.6202%2043.1119%2024.7227C44.2449%2023.2147%2044.9354%2021.4208%2045.106%2019.5423C45.2766%2017.6638%2044.9205%2015.7749%2044.0777%2014.0875C43.2349%2012.4%2041.9386%2010.9807%2040.3343%209.98873C38.73%208.99673%2036.881%208.47128%2034.9948%208.47128C33.1086%208.47128%2031.2596%208.99673%2029.6553%209.98873C28.051%2010.9807%2026.7547%2012.4%2025.9119%2014.0875C25.0691%2015.7749%2024.713%2017.6638%2024.8836%2019.5423C25.0541%2021.4208%2025.7447%2023.2147%2026.8777%2024.7227Z%27%20fill=%27%23000%27/%3e%3c/svg%3e");
}
.ors-app-widget__icon_queues {
  mask-image: url("data:image/svg+xml,%3csvg%20width=%2770%27%20height=%2770%27%20viewBox=%270%200%2070%2070%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath%20d=%27M42.726%2046.1005H27.2811C26.1191%2046.1005%2025.1737%2047.0555%2025.1737%2048.2293V53.0119C25.1737%2054.1857%2026.1191%2055.1408%2027.2811%2055.1408H42.726C43.8879%2055.1408%2044.8334%2054.1857%2044.8334%2053.0119V48.2293C44.8334%2047.0555%2043.8879%2046.1005%2042.726%2046.1005ZM42.1197%2052.4068H27.8873V48.8417H42.1197V52.4068ZM69.3214%2034.2533L69.3431%2034.2387L59.1668%2013.9199C58.344%2012.2796%2056.7057%2011.2589%2054.8798%2011.2589H52.9455V9.37063C52.9455%208.61241%2052.3393%208%2051.5887%208H18.4184C17.6678%208%2017.0615%208.61241%2017.0615%209.37063V11.2589H15.1273C13.3086%2011.2589%2011.663%2012.2796%2010.8403%2013.9199L0.663985%2034.2387L0.685636%2034.2533C0.238168%2035.0042%200%2035.8645%200%2036.7394V58.2028C0%2060.8493%202.12908%2063%204.74893%2063H65.2509C67.8708%2063%2069.9998%2060.8493%2069.9998%2058.2028V36.7321C70.0071%2035.8572%2069.7689%2034.997%2069.3214%2034.2533ZM52.9455%2014.3063H54.8798C55.5582%2014.3063%2056.1716%2014.6854%2056.4748%2015.2979L64.8107%2031.9349H59.1451V26.8169C59.1451%2026.0587%2058.5389%2025.4463%2057.7883%2025.4463H56.1067V18.0901C56.1067%2017.3319%2055.5004%2016.7195%2054.7499%2016.7195H52.9455V14.3063ZM56.4315%2028.1876V31.9349H49.272C48.045%2031.9349%2046.9264%2032.664%2046.4212%2033.794L44.4653%2038.1756C44.4437%2038.2194%2044.4076%2038.2412%2044.3643%2038.2412H25.65C25.6067%2038.2412%2025.5634%2038.2121%2025.549%2038.1756L23.5931%2033.794C23.0879%2032.664%2021.9692%2031.9349%2020.7423%2031.9349H13.5828V28.1876H56.4315ZM19.7752%2010.7413H50.2319V16.7195H19.7752V10.7413ZM53.393%2019.4608V25.439H16.614V19.4608H53.393ZM13.5323%2015.2979C13.8354%2014.6854%2014.4561%2014.3063%2015.1273%2014.3063H17.0615V16.7268H15.2572C14.5066%2016.7268%2013.9004%2017.3392%2013.9004%2018.0974V25.4463H12.2188C11.4682%2025.4463%2010.8619%2026.0587%2010.8619%2026.8169V31.9349H5.1964L13.5323%2015.2979ZM65.2509%2059.9525H4.75615C3.79626%2059.9525%203.0168%2059.1652%203.0168%2058.1955V36.7321C3.0168%2035.7625%203.79626%2034.9751%204.75615%2034.9751H20.7423C20.7856%2034.9751%2020.8289%2035.0042%2020.8433%2035.0407L22.7992%2039.4223C23.3044%2040.5524%2024.4231%2041.2814%2025.65%2041.2814H44.3643C45.5912%2041.2814%2046.7099%2040.5524%2047.2151%2039.4223L49.1709%2035.0407C49.1926%2034.997%2049.2287%2034.9751%2049.272%2034.9751H65.2581C66.218%2034.9751%2066.9975%2035.7625%2066.9975%2036.7321V58.1955C66.9903%2059.1652%2066.2108%2059.9525%2065.2509%2059.9525Z%27%20fill=%27%23000%27/%3e%3c/svg%3e");
}
.ors-app-widget__icon_report {
  mask-image: url("data:image/svg+xml,%3csvg%20width=%2770%27%20height=%2770%27%20viewBox=%270%200%2070%2070%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath%20d=%27M57.8154%2046.5234C58.7918%2045.5473%2060.3753%2045.5472%2061.3516%2046.5234C62.3278%2047.4997%2062.3277%2049.0832%2061.3516%2050.0596L48.2266%2063.1846C47.2503%2064.1609%2045.6667%2064.1609%2044.6904%2063.1846L38.8574%2057.3516C37.8811%2056.3753%2037.8811%2054.7917%2038.8574%2053.8154C39.8337%2052.8393%2041.4163%2052.8393%2042.3926%2053.8154L46.458%2057.8799L57.8154%2046.5234ZM27.5%2041.417C28.8807%2041.417%2030%2042.5363%2030%2043.917C29.9998%2045.2976%2028.8806%2046.417%2027.5%2046.417H21.667C20.2864%2046.417%2019.1672%2045.2976%2019.167%2043.917C19.167%2042.5363%2020.2863%2041.417%2021.667%2041.417H27.5ZM54.167%2036.625V20C54.167%2017.5088%2054.1646%2015.7906%2054.0557%2014.457C53.9491%2013.1526%2053.7527%2012.4368%2053.4854%2011.9121C52.8861%2010.7363%2051.9298%209.78078%2050.7539%209.18164C50.2292%208.9143%2049.5144%208.71791%2048.21%208.61133C46.8764%208.50238%2045.1583%208.5%2042.667%208.5H24C21.5088%208.5%2019.7906%208.5024%2018.457%208.61133C17.1526%208.71791%2016.4368%208.9143%2015.9121%209.18164C14.7365%209.78078%2013.7808%2010.7365%2013.1816%2011.9121C12.9143%2012.4368%2012.7179%2013.1526%2012.6113%2014.457C12.5024%2015.7906%2012.5%2017.5088%2012.5%2020V50.333C12.5%2052.8245%2012.5024%2054.5433%2012.6113%2055.877C12.7179%2057.1813%2012.9143%2057.8962%2013.1816%2058.4209C13.7808%2059.5967%2014.7363%2060.5532%2015.9121%2061.1523C16.4368%2061.4197%2017.1526%2061.6161%2018.457%2061.7227C19.7906%2061.8316%2021.5088%2061.833%2024%2061.833H33.333C34.7136%2061.833%2035.8328%2062.9524%2035.833%2064.333C35.833%2065.7137%2034.7137%2066.833%2033.333%2066.833H24C21.5912%2066.833%2019.6342%2066.8355%2018.0498%2066.7061C16.4362%2066.5742%2014.9896%2066.2937%2013.6426%2065.6074C11.5258%2064.5288%209.80514%2062.8073%208.72656%2060.6904C8.04029%2059.3435%207.75978%2057.8977%207.62793%2056.2842C7.49847%2054.6997%207.5%2052.742%207.5%2050.333V20C7.5%2017.5912%207.4985%2015.6342%207.62793%2014.0498C7.75977%2012.4361%208.04022%2010.9896%208.72656%209.64258C9.80511%207.5259%2011.5259%205.80511%2013.6426%204.72656C14.9896%204.04022%2016.4361%203.75977%2018.0498%203.62793C19.6342%203.4985%2021.5912%203.5%2024%203.5H42.667C45.0758%203.5%2047.0328%203.49848%2048.6172%203.62793C50.2309%203.75977%2051.6774%204.04022%2053.0244%204.72656C55.141%205.80514%2056.8619%207.52592%2057.9404%209.64258C58.6268%2010.9896%2058.9072%2012.4361%2059.0391%2014.0498C59.1685%2015.6342%2059.167%2017.5912%2059.167%2020V36.625C59.167%2038.0056%2058.0476%2039.1248%2056.667%2039.125C55.2863%2039.125%2054.167%2038.0057%2054.167%2036.625ZM39.167%2029.75C40.5476%2029.7502%2041.667%2030.8694%2041.667%2032.25C41.667%2033.6306%2040.5476%2034.7498%2039.167%2034.75H21.667C20.2863%2034.75%2019.167%2033.6307%2019.167%2032.25C19.167%2030.8693%2020.2863%2029.75%2021.667%2029.75H39.167ZM45%2018.083C46.3806%2018.083%2047.4998%2019.2024%2047.5%2020.583C47.5%2021.9637%2046.3807%2023.083%2045%2023.083H21.667C20.2863%2023.083%2019.167%2021.9637%2019.167%2020.583C19.1672%2019.2024%2020.2864%2018.083%2021.667%2018.083H45Z%27%20fill=%27black%27/%3e%3c/svg%3e");
}
.ors-app-widget__icon_search {
  mask-image: url("data:image/svg+xml,%3csvg%20width=%2770%27%20height=%2770%27%20viewBox=%270%200%2070%2070%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath%20d=%27M53.167%2032.333C53.1668%2020.8272%2043.8388%2011.5%2032.333%2011.5C20.8273%2011.5002%2011.5002%2020.8273%2011.5%2032.333C11.5%2043.8388%2020.8272%2053.1668%2032.333%2053.167C37.967%2053.167%2043.0771%2050.9284%2046.8271%2047.2949C46.8936%2047.2082%2046.9656%2047.1243%2047.0449%2047.0449C47.1243%2046.9656%2047.2082%2046.8936%2047.2949%2046.8271C50.9284%2043.0771%2053.167%2037.967%2053.167%2032.333ZM44.417%2032.333C44.4168%2025.6597%2039.0063%2020.25%2032.333%2020.25C30.9524%2020.2498%2029.833%2019.1306%2029.833%2017.75C29.833%2016.3694%2030.9524%2015.2502%2032.333%2015.25C41.7678%2015.25%2049.4168%2022.8983%2049.417%2032.333C49.417%2033.7136%2048.2976%2034.8328%2046.917%2034.833C45.5363%2034.833%2044.417%2033.7137%2044.417%2032.333ZM58.167%2032.333C58.167%2038.5665%2055.9585%2044.2842%2052.2822%2048.7471L63.2676%2059.7324C64.2439%2060.7087%2064.2439%2062.2913%2063.2676%2063.2676C62.2913%2064.2439%2060.7087%2064.2439%2059.7324%2063.2676L48.7471%2052.2822C44.2842%2055.9585%2038.5665%2058.167%2032.333%2058.167C18.0658%2058.1668%206.5%2046.6003%206.5%2032.333C6.50018%2018.0659%2018.0659%206.50018%2032.333%206.5C46.6003%206.5%2058.1668%2018.0658%2058.167%2032.333Z%27%20fill=%27black%27/%3e%3c/svg%3e");
}
.ors-app-widget__icon_search-human {
  mask-image: url("data:image/svg+xml,%3csvg%20width=%2770%27%20height=%2770%27%20viewBox=%270%200%2070%2070%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cg%20clip-path=%27url%28%23clip0_288_6969%29%27%3e%3cpath%20d=%27M55.7812%2027.8906C55.7812%2012.4688%2043.2031%200%2027.8906%200C12.5781%200%200%2012.4688%200%2027.8906C0%2043.2031%2012.4688%2055.7812%2027.8906%2055.7812C43.2031%2055.7812%2055.7812%2043.3125%2055.7812%2027.8906ZM27.8906%2034.125C20.0156%2034.125%2012.7969%2038.7188%209.51562%2045.8281C5.03125%2041.2344%202.1875%2034.8906%202.1875%2027.8906C2.1875%2013.6719%2013.6719%202.1875%2027.8906%202.1875C42.1094%202.1875%2053.5938%2013.6719%2053.5938%2027.8906C53.5938%2034.8906%2050.75%2041.2344%2046.2656%2045.8281C42.9844%2038.8281%2035.7656%2034.125%2027.8906%2034.125Z%27%20fill=%27%23000%27/%3e%3cpath%20d=%27M27.8906%2014C23.1875%2014%2019.3594%2017.8281%2019.3594%2022.5312C19.3594%2027.2344%2023.1875%2031.0625%2027.8906%2031.0625C32.5938%2031.0625%2036.4219%2027.2344%2036.4219%2022.5312C36.4219%2017.8281%2032.5938%2014%2027.8906%2014Z%27%20fill=%27%23000%27/%3e%3cpath%20d=%27M67.8125%2057.3125L53.7031%2043.2031C51.1875%2047.4688%2047.5781%2051.0781%2043.2031%2053.7031L57.3125%2067.8125C60.1562%2070.6562%2064.8594%2070.6562%2067.8125%2067.8125C70.6562%2064.9688%2070.6562%2060.2656%2067.8125%2057.3125Z%27%20fill=%27%23000%27/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id=%27clip0_288_6969%27%3e%3crect%20width=%2770%27%20height=%2770%27%20fill=%27white%27/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
}
.ors-app-widget__icon_settings {
  mask-image: url("data:image/svg+xml,%3csvg%20width=%2770%27%20height=%2770%27%20viewBox=%270%200%2070%2070%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath%20d=%27M37.9697%2011.3027C37.9696%2010.5594%2037.674%209.84689%2037.1484%209.32129C36.6228%208.7957%2035.9103%208.50009%2035.167%208.5C34.4236%208.5%2033.7102%208.79562%2033.1846%209.32129C32.6591%209.84687%2032.3634%2010.5595%2032.3633%2011.3027V11.7637C32.3579%2013.1044%2031.961%2014.4144%2031.2207%2015.5322C30.4804%2016.65%2029.4296%2017.5275%2028.1973%2018.0557C27.9842%2018.147%2027.7592%2018.205%2027.5303%2018.2344C26.4035%2018.6338%2025.189%2018.7339%2024.0068%2018.5195C22.6553%2018.2744%2021.4077%2017.6305%2020.4258%2016.6699L20.2461%2016.4902C19.9859%2016.2298%2019.677%2016.0229%2019.3369%2015.8818C18.9968%2015.7408%2018.6319%2015.668%2018.2637%2015.668C17.8953%2015.668%2017.5297%2015.7408%2017.1895%2015.8818C16.8493%2016.0229%2016.5405%2016.2298%2016.2803%2016.4902L16.2783%2016.4922C16.0177%2016.7525%2015.811%2017.0621%2015.6699%2017.4023C15.5289%2017.7426%2015.4561%2018.1073%2015.4561%2018.4756C15.4561%2018.8439%2015.5289%2019.2086%2015.6699%2019.5488C15.7757%2019.8041%2015.918%2020.0421%2016.0928%2020.2549L16.2783%2020.459L16.2793%2020.46L16.4385%2020.6182L16.458%2020.6387C17.4183%2021.6205%2018.0625%2022.8674%2018.3076%2024.2188C18.5491%2025.5504%2018.3906%2026.9229%2017.8555%2028.165C17.3732%2029.4214%2016.5342%2030.5102%2015.4385%2031.2939C14.3166%2032.0963%2012.9794%2032.5429%2011.6006%2032.5752C11.5812%2032.5756%2011.5614%2032.5762%2011.542%2032.5762H11.3027C10.5596%2032.5763%209.84686%2032.8711%209.32129%2033.3965C8.79562%2033.9222%208.5%2034.6355%208.5%2035.3789C8.50003%2036.1222%208.7957%2036.8347%209.32129%2037.3604C9.84689%2037.886%2010.5594%2038.1816%2011.3027%2038.1816H11.7637C13.1045%2038.187%2014.4144%2038.5849%2015.5322%2039.3252C16.6501%2040.0655%2017.5275%2041.1163%2018.0557%2042.3486H18.0547C18.6007%2043.599%2018.763%2044.9833%2018.5195%2046.3262C18.2745%2047.6778%2017.6304%2048.9252%2016.6699%2049.9072L16.4902%2050.0869C16.2296%2050.3472%2016.0229%2050.6568%2015.8818%2050.9971C15.7409%2051.3373%2015.668%2051.7021%2015.668%2052.0703C15.668%2052.4386%2015.7408%2052.8033%2015.8818%2053.1436C16.0228%2053.4837%2016.2298%2053.7925%2016.4902%2054.0527L16.4922%2054.0557C16.7525%2054.3162%2017.0622%2054.523%2017.4023%2054.6641C17.7425%2054.805%2018.1074%2054.877%2018.4756%2054.877C18.8438%2054.8769%2019.2086%2054.8051%2019.5488%2054.6641C19.8891%2054.523%2020.1987%2054.3163%2020.459%2054.0557L20.46%2054.0547L20.6182%2053.8955L20.6387%2053.876C21.6206%2052.9155%2022.8673%2052.2705%2024.2188%2052.0254C25.5412%2051.7856%2026.9043%2051.9396%2028.1396%2052.4658C29.4071%2052.9464%2030.5048%2053.7912%2031.2939%2054.8945C32.0964%2056.0166%2032.5429%2057.3543%2032.5752%2058.7334C32.5756%2058.7528%2032.5762%2058.7726%2032.5762%2058.792V59.0303C32.5762%2059.7737%2032.8708%2060.487%2033.3965%2061.0127C33.9222%2061.5383%2034.6355%2061.833%2035.3789%2061.833C36.1221%2061.833%2036.8347%2061.5381%2037.3604%2061.0127C37.886%2060.487%2038.1816%2059.7737%2038.1816%2059.0303V58.5693C38.187%2057.2286%2038.5849%2055.9186%2039.3252%2054.8008C40.0192%2053.753%2040.9858%2052.9165%2042.1191%2052.3809L42.3486%2052.2783C43.5989%2051.7323%2044.9834%2051.57%2046.3262%2051.8135C47.5933%2052.0432%2048.7686%2052.6242%2049.7197%2053.4873L49.9072%2053.6641L49.9268%2053.6826L50.0869%2053.8428C50.3472%2054.1034%2050.6568%2054.3101%2050.9971%2054.4512C51.3373%2054.5922%2051.702%2054.665%2052.0703%2054.665C52.4386%2054.665%2052.8034%2054.5922%2053.1436%2054.4512C53.4837%2054.3101%2053.7925%2054.1033%2054.0527%2053.8428L54.0557%2053.8408C54.3161%2053.5806%2054.5231%2053.2717%2054.6641%2052.9316C54.8051%2052.5915%2054.8769%2052.2266%2054.877%2051.8584C54.877%2051.49%2054.8051%2051.1245%2054.6641%2050.7842C54.5231%2050.4441%2054.3161%2050.1352%2054.0557%2049.875L53.876%2049.6953C52.9154%2048.7133%2052.2705%2047.4659%2052.0254%2046.1143C51.7956%2044.847%2051.927%2043.5423%2052.4014%2042.3486L52.501%2042.1113C53.0303%2040.8898%2053.9025%2039.8476%2055.0127%2039.1123C56.1304%2038.3721%2057.4406%2037.9752%2058.7812%2037.9697H59.0303C59.7737%2037.9697%2060.487%2037.6741%2061.0127%2037.1484C61.5381%2036.6229%2061.8329%2035.9101%2061.833%2035.167C61.833%2034.4237%2061.5383%2033.7102%2061.0127%2033.1846C60.487%2032.6589%2059.7737%2032.3633%2059.0303%2032.3633H58.5693C57.2286%2032.3579%2055.9186%2031.961%2054.8008%2031.2207C53.6831%2030.4805%2052.8065%2029.4294%2052.2783%2028.1973C52.1875%2027.9853%2052.1282%2027.7618%2052.0986%2027.5342C51.6982%2026.4064%2051.5989%2025.1902%2051.8135%2024.0068C52.0586%2022.6552%2052.7035%2021.4078%2053.6641%2020.4258L53.6826%2020.4062L53.8428%2020.2461C54.1033%2019.9859%2054.3101%2019.6771%2054.4512%2019.3369C54.5922%2018.9968%2054.665%2018.6319%2054.665%2018.2637C54.665%2017.8953%2054.5922%2017.5297%2054.4512%2017.1895C54.3101%2016.8494%2054.1033%2016.5405%2053.8428%2016.2803L53.8408%2016.2783C53.5806%2016.0178%2053.2718%2015.811%2052.9316%2015.6699C52.5915%2015.5289%2052.2266%2015.4561%2051.8584%2015.4561C51.49%2015.4561%2051.1245%2015.5289%2050.7842%2015.6699C50.4441%2015.811%2050.1352%2016.0178%2049.875%2016.2783L49.6953%2016.458C48.7133%2017.4185%2047.4659%2018.0625%2046.1143%2018.3076C44.7626%2018.5527%2043.3681%2018.3877%2042.1113%2017.833V17.832C40.8898%2017.3027%2039.8476%2016.4306%2039.1123%2015.3203C38.3721%2014.2025%2037.9751%2012.8924%2037.9697%2011.5518V11.3027ZM41.417%2035.167C41.417%2031.7153%2038.6186%2028.9172%2035.167%2028.917C31.7152%2028.917%2028.917%2031.7152%2028.917%2035.167C28.9172%2038.6186%2031.7153%2041.417%2035.167%2041.417C38.6185%2041.4168%2041.4168%2038.6185%2041.417%2035.167ZM46.417%2035.167C46.4168%2041.3799%2041.3799%2046.4168%2035.167%2046.417C28.9539%2046.417%2023.9172%2041.38%2023.917%2035.167C23.917%2028.9538%2028.9538%2023.917%2035.167%2023.917C41.38%2023.9172%2046.417%2028.9539%2046.417%2035.167ZM42.9697%2011.5312L42.9756%2011.668C43%2011.9856%2043.1045%2012.2927%2043.2812%2012.5596C43.4579%2012.8264%2043.6996%2013.043%2043.9824%2013.1895L44.1064%2013.248L44.1309%2013.2578C44.4736%2013.4091%2044.854%2013.4545%2045.2227%2013.3877C45.5868%2013.3216%2045.9222%2013.1484%2046.1885%2012.8916L46.3379%2012.7432C47.0624%2012.0181%2047.9233%2011.4433%2048.8701%2011.0508C49.8173%2010.6582%2050.833%2010.4561%2051.8584%2010.4561C52.8836%2010.4561%2053.8987%2010.6582%2054.8457%2011.0508C55.7921%2011.4431%2056.6527%2012.0176%2057.377%2012.7422L57.6416%2013.0205C58.2432%2013.6837%2058.7267%2014.4465%2059.0703%2015.2754C59.4629%2016.2226%2059.665%2017.2383%2059.665%2018.2637C59.665%2019.2889%2059.4629%2020.3039%2059.0703%2021.251C58.6778%2022.1978%2058.102%2023.0577%2057.377%2023.7822L57.2383%2023.9229L57.1436%2024.0264C56.9336%2024.2759%2056.7919%2024.577%2056.7334%2024.8994C56.6667%2025.2679%2056.7121%2025.6477%2056.8633%2025.9902C56.9368%2026.1568%2056.9898%2026.3312%2057.0254%2026.5088C57.1648%2026.7235%2057.3462%2026.9091%2057.5615%2027.0518C57.8664%2027.2537%2058.2242%2027.3618%2058.5898%2027.3633H59.0303C61.0998%2027.3633%2063.0845%2028.1861%2064.5479%2029.6494C66.0111%2031.1127%2066.833%2033.0976%2066.833%2035.167C66.8329%2037.2364%2066.0111%2039.2213%2064.5479%2040.6846C63.0845%2042.1478%2061.0997%2042.9697%2059.0303%2042.9697H58.8018L58.665%2042.9756C58.3475%2043.0001%2058.0402%2043.1046%2057.7734%2043.2812C57.4687%2043.4832%2057.2299%2043.7704%2057.0859%2044.1064C57.0825%2044.1146%2057.0788%2044.1228%2057.0752%2044.1309C56.924%2044.4736%2056.8785%2044.8541%2056.9453%2045.2227C57.0114%2045.5865%2057.184%2045.9223%2057.4404%2046.1885L57.5889%2046.3369L57.8535%2046.6152C58.4551%2047.2784%2058.9386%2048.0412%2059.2822%2048.8701C59.6749%2049.8174%2059.877%2050.833%2059.877%2051.8584C59.8769%2052.8836%2059.6748%2053.8986%2059.2822%2054.8457C58.8899%2055.7922%2058.3145%2056.6517%2057.5898%2057.376C56.8653%2058.1013%2056.0057%2058.6777%2055.0586%2059.0703C54.1114%2059.463%2053.0957%2059.665%2052.0703%2059.665C51.0449%2059.665%2050.0293%2059.463%2049.082%2059.0703C48.1353%2058.6779%2047.2752%2058.1028%2046.5508%2057.3779L46.4111%2057.2383L46.3076%2057.1436C46.0581%2056.9335%2045.7571%2056.7919%2045.4346%2056.7334C45.0659%2056.6666%2044.6855%2056.712%2044.3428%2056.8633C44.3346%2056.8669%2044.3265%2056.8705%2044.3184%2056.874C43.9823%2057.0181%2043.6951%2057.2566%2043.4932%2057.5615C43.2913%2057.8664%2043.1831%2058.2242%2043.1816%2058.5898V59.0303C43.1816%2061.0997%2042.3598%2063.0845%2040.8965%2064.5479C39.4332%2066.0112%2037.4484%2066.833%2035.3789%2066.833C33.3094%2066.833%2031.3247%2066.0112%2029.8613%2064.5479C28.398%2063.0845%2027.5762%2061.0998%2027.5762%2059.0303V58.8506L27.5684%2058.71C27.5362%2058.3839%2027.4181%2058.0706%2027.2266%2057.8027C27.0078%2057.497%2026.7024%2057.2636%2026.3496%2057.1338C26.3003%2057.1157%2026.2512%2057.0964%2026.2031%2057.0752C25.8605%2056.924%2025.4799%2056.8785%2025.1113%2056.9453C24.7427%2057.0121%2024.4026%2057.1882%2024.1348%2057.4502L23.9951%2057.5898C23.2707%2058.3148%2022.4105%2058.8897%2021.4639%2059.2822C20.5167%2059.6749%2019.5009%2059.8769%2018.4756%2059.877C17.4502%2059.877%2016.4346%2059.6749%2015.4873%2059.2822C14.5402%2058.8896%2013.6797%2058.3142%2012.9551%2057.5889V57.5879C12.2307%2056.8637%2011.655%2056.0048%2011.2627%2055.0586C10.87%2054.1114%2010.668%2053.0957%2010.668%2052.0703C10.668%2051.0449%2010.8701%2050.0293%2011.2627%2049.082C11.6554%2048.1348%2012.2315%2047.2745%2012.957%2046.5498L13.0957%2046.4111C13.3576%2046.1434%2013.5327%2045.8031%2013.5996%2045.4346C13.6664%2045.066%2013.6219%2044.6855%2013.4707%2044.3428C13.4671%2044.3347%2013.4634%2044.3265%2013.46%2044.3184C13.3159%2043.9823%2013.0764%2043.6951%2012.7715%2043.4932C12.5049%2043.3167%2012.1981%2043.212%2011.8809%2043.1875L11.7441%2043.1816H11.3027C9.23335%2043.1816%207.24844%2042.3598%205.78516%2040.8965C4.32189%2039.4332%203.50003%2037.4483%203.5%2035.3789C3.5%2033.3095%204.32193%2031.3247%205.78516%2029.8613C7.24844%2028.398%209.23335%2027.5763%2011.3027%2027.5762H11.4834C11.8595%2027.5673%2012.2243%2027.4454%2012.5303%2027.2266C12.836%2027.0078%2013.0694%2026.7024%2013.1992%2026.3496L13.2578%2026.2031C13.4091%2025.8604%2013.4545%2025.4799%2013.3877%2025.1113C13.3292%2024.7888%2013.1876%2024.4878%2012.9775%2024.2383L12.8828%2024.1348L12.7432%2023.9951V23.9941C12.0185%2023.2699%2011.4432%2022.4103%2011.0508%2021.4639C10.6581%2020.5167%2010.4561%2019.501%2010.4561%2018.4756C10.4561%2017.4502%2010.6581%2016.4346%2011.0508%2015.4873C11.4434%2014.5402%2012.0188%2013.6797%2012.7441%2012.9551C13.4685%2012.2303%2014.3288%2011.6551%2015.2754%2011.2627C16.2226%2010.8701%2017.2383%2010.668%2018.2637%2010.668C19.2888%2010.668%2020.304%2010.8702%2021.251%2011.2627C22.198%2011.6553%2023.0587%2012.2309%2023.7832%2012.9561L23.9229%2013.0957L24.0264%2013.1895C24.2759%2013.3995%2024.5769%2013.5411%2024.8994%2013.5996C25.2678%2013.6663%2025.6477%2013.6218%2025.9902%2013.4707L26.2334%2013.3779C26.3238%2013.3488%2026.4158%2013.3253%2026.5088%2013.3066C26.7233%2013.1673%2026.9092%2012.9867%2027.0518%2012.7715C27.2518%2012.4694%2027.3599%2012.1161%2027.3633%2011.7539V11.3027C27.3634%209.23335%2028.1861%207.24844%2029.6494%205.78516C31.1127%204.322%2033.0976%203.5%2035.167%203.5C37.2364%203.50009%2039.2213%204.32188%2040.6846%205.78516C42.1478%207.24844%2042.9696%209.23335%2042.9697%2011.3027V11.5312Z%27%20fill=%27black%27/%3e%3c/svg%3e");
}
.ors-app-widget__icon_stats {
  mask-image: url("data:image/svg+xml,%3csvg%20width=%2770%27%20height=%2770%27%20viewBox=%270%200%2070%2070%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath%20d=%27M6.50001%2056.833V9C6.50001%207.61929%207.6193%206.5%209.00001%206.5C10.3807%206.5%2011.5%207.61929%2011.5%209V56.833C11.5%2057.691%2011.5018%2058.185%2011.5313%2058.5459C11.5425%2058.6834%2011.5557%2058.7629%2011.5635%2058.8018C11.5972%2058.8563%2011.6428%2058.9016%2011.6973%2058.9355C11.7357%2058.9433%2011.8152%2058.9574%2011.9541%2058.9688C12.3151%2058.9982%2012.809%2059%2013.667%2059H61.5C62.8807%2059%2064%2060.1193%2064%2061.5C64%2062.8807%2062.8807%2064%2061.5%2064H13.667C12.8917%2064%2012.1596%2064.0021%2011.5479%2063.9521C10.907%2063.8998%2010.1811%2063.7776%209.45802%2063.4092C8.43881%2062.8899%207.61015%2062.0612%207.09083%2061.042C6.72246%2060.3189%206.60023%2059.5931%206.54786%2058.9521C6.49792%2058.3405%206.50001%2057.6083%206.50001%2056.833ZM56.7588%2021.874C57.7028%2020.8665%2059.2854%2020.8148%2060.293%2021.7588C61.3005%2022.7028%2061.3512%2024.2854%2060.4072%2025.293L48.9776%2037.4922C48.6981%2037.7904%2048.1003%2038.495%2047.2822%2038.8691C46.6563%2039.1554%2045.9658%2039.2737%2045.2803%2039.2119C44.3843%2039.1311%2043.5863%2038.6649%2043.2236%2038.4766L33.834%2033.6016L22.4912%2045.709C21.5472%2046.7165%2019.9646%2046.7682%2018.957%2045.8242C17.9497%2044.8802%2017.8988%2043.2985%2018.8428%2042.291L30.2725%2030.0908C30.552%2029.7925%2031.1499%2029.088%2031.9678%2028.7139C32.5154%2028.4635%2033.1122%2028.3416%2033.7119%2028.3564L33.9697%2028.3711L34.1367%2028.3906C34.9638%2028.5091%2035.6863%2028.9298%2036.0264%2029.1064L45.4151%2033.9805L56.7588%2021.874Z%27%20fill=%27black%27/%3e%3c/svg%3e");
}
.ors-app-widget__icon_templates {
  mask-image: url("data:image/svg+xml,%3csvg%20width=%2770%27%20height=%2770%27%20viewBox=%270%200%2070%2070%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cg%20clip-path=%27url%28%23clip0_289_7019%29%27%3e%3cpath%20d=%27M9.625%2017.125C8.65769%2017.125%207.875%2017.9077%207.875%2018.875C7.875%2019.8423%208.65771%2020.625%209.625%2020.625H27.125C28.0923%2020.625%2028.875%2019.8423%2028.875%2018.875C28.875%2017.9077%2028.0922%2017.125%2027.125%2017.125H9.625Z%27%20fill=%27%23000%27/%3e%3cpath%20d=%27M9.625%2024.125C8.65769%2024.125%207.875%2024.9077%207.875%2025.875C7.875%2026.8423%208.65771%2027.625%209.625%2027.625H34.125C35.0923%2027.625%2035.8749%2026.8423%2035.8749%2025.875C35.8749%2024.9077%2035.0922%2024.125%2034.125%2024.125H9.625Z%27%20fill=%27%23000%27/%3e%3cpath%20d=%27M7.875%2032.875C7.875%2031.9077%208.65771%2031.125%209.625%2031.125H34.125C35.0923%2031.125%2035.8749%2031.9077%2035.8749%2032.875C35.8749%2033.8423%2035.0922%2034.625%2034.125%2034.625H9.625C8.65769%2034.625%207.875%2033.8423%207.875%2032.875Z%27%20fill=%27%23000%27/%3e%3cpath%20d=%27M9.625%2038.125C8.65769%2038.125%207.875%2038.9077%207.875%2039.875C7.875%2040.8423%208.65771%2041.625%209.625%2041.625H34.125C35.0923%2041.625%2035.8749%2040.8423%2035.8749%2039.875C35.8749%2038.9077%2035.0922%2038.125%2034.125%2038.125H9.625Z%27%20fill=%27%23000%27/%3e%3cpath%20fill-rule=%27evenodd%27%20clip-rule=%27evenodd%27%20d=%27M51.625%2043.375C46.792%2043.375%2042.875%2047.292%2042.875%2052.125C42.875%2056.958%2046.792%2060.875%2051.625%2060.875C56.458%2060.875%2060.375%2056.958%2060.375%2052.125C60.375%2047.292%2056.458%2043.375%2051.625%2043.375ZM46.375%2052.125C46.375%2049.2266%2048.7266%2046.875%2051.625%2046.875C54.5234%2046.875%2056.875%2049.2266%2056.875%2052.125C56.875%2055.0234%2054.5234%2057.375%2051.625%2057.375C48.7266%2057.375%2046.375%2055.0234%2046.375%2052.125Z%27%20fill=%27%23000%27/%3e%3cpath%20fill-rule=%27evenodd%27%20clip-rule=%27evenodd%27%20d=%27M10.5%200.5C10.0352%200.5%209.5908%200.684573%209.26268%201.0127L0.512697%209.7627C0.184572%2010.0908%200%2010.5352%200%2011V51.25C0%2054.1485%202.35156%2056.5%205.24999%2056.5H8.74998V60C8.74998%2062.8985%2011.1015%2065.25%2014%2065.25H38.7633L39.7066%2066.1934C41.3165%2067.8032%2043.8902%2067.9092%2045.6265%2066.4395L45.7325%2066.354L45.7427%2066.4873C45.9307%2068.7569%2047.8277%2070.5%2050.1041%2070.5H53.1461C55.4225%2070.5%2057.3194%2068.7568%2057.5074%2066.4873L57.5177%2066.354L57.6236%2066.4395C59.36%2067.9092%2061.9337%2067.8032%2063.5435%2066.1934L65.6934%2064.0401C67.3032%2062.4337%2067.4092%2059.8599%2065.9395%2058.1236L65.854%2058.0176L65.9873%2058.0074C68.2569%2057.8194%2070%2055.9224%2070%2053.646V50.604C70%2048.3276%2068.2568%2046.4307%2065.9873%2046.2427L65.854%2046.2324L65.9395%2046.1265C67.4092%2044.3901%2067.3033%2041.8164%2065.6934%2040.2066L63.5401%2038.0567C61.9337%2036.4469%2059.36%2036.3409%2057.6236%2037.8106L57.5177%2037.896L57.5074%2037.7627C57.3195%2035.4932%2055.4225%2033.7501%2053.1461%2033.7501H52.5001V14.5001C52.5001%2011.6016%2050.1485%209.25008%2047.2501%209.25008H43.7501V5.75008C43.7501%202.85164%2041.3986%200.500077%2038.5001%200.500077L10.5%200.5ZM48.9999%2033.89V14.5C48.9999%2013.5327%2048.2172%2012.75%2047.2499%2012.75H43.75V36.8772C44.4233%2037.0276%2045.0693%2037.3353%2045.6264%2037.8103L45.7323%2037.8958L45.7426%2037.7625C45.8998%2035.8723%2047.243%2034.3481%2048.9999%2033.89ZM40.25%2037.5951V5.74948C40.25%204.78216%2039.4672%203.99948%2038.5%203.99948H12.25V7.49947C12.25%2010.3979%209.89845%2012.7495%207.00002%2012.7495H3.50003V51.2495C3.50003%2052.2168%204.28274%2052.9995%205.25002%2052.9995H33.25V50.6035C33.25%2049.8925%2033.4209%2049.2192%2033.7216%2048.6245H26.25C25.2826%2048.6245%2024.5%2047.8418%2024.5%2046.8745C24.5%2045.9072%2025.2827%2045.1245%2026.25%2045.1245H34.1249C34.9999%2045.1245%2035.7211%2045.7636%2035.8545%2046.601C36.2885%2046.4096%2036.7637%2046.2832%2037.2627%2046.2421L37.396%2046.2319L37.3105%2046.1259C35.8408%2044.3896%2035.9468%2041.8159%2037.5566%2040.206L39.7099%2038.0562C39.8774%2037.8853%2040.0586%2037.7318%2040.25%2037.5951ZM34.3095%2056.4995H12.2499V59.9995C12.2499%2060.9668%2013.0326%2061.7495%2013.9999%2061.7495H36.3465C36.1141%2060.4985%2036.432%2059.1587%2037.3104%2058.123L37.3959%2058.0171L37.2626%2058.0068C36.0765%2057.9077%2035.0341%2057.3438%2034.3095%2056.4995ZM6.99994%209.24947H5.97452L8.74993%206.47406V7.49947C8.74993%208.46679%207.96722%209.24947%206.99994%209.24947ZM49.2326%2038.0527C49.2702%2037.5981%2049.6496%2037.2495%2050.1042%2037.2495H53.1462C53.6008%2037.2495%2053.9802%2037.5981%2054.0178%2038.0527L54.1032%2039.0781C54.2023%2040.2676%2054.9919%2041.2041%2055.9797%2041.6108C56.9743%2042.0244%2058.191%2041.915%2059.0968%2041.146L59.883%2040.4795C60.2316%2040.1855%2060.7443%2040.2095%2061.0656%2040.5307L63.2189%2042.684C63.5402%2043.0053%2063.5641%2043.518%2063.2702%2043.8667L62.6037%2044.6528C61.8346%2045.5586%2061.7253%2046.7754%2062.1388%2047.77C62.5456%2048.7578%2063.4821%2049.5473%2064.6715%2049.6464L65.6969%2049.7319C66.1515%2049.7695%2066.5001%2050.1489%2066.5001%2050.6035V53.6455C66.5001%2054.1001%2066.1515%2054.4795%2065.6969%2054.5171L64.6715%2054.6025C63.482%2054.7016%2062.5455%2055.4912%2062.1388%2056.479C61.7253%2057.4736%2061.8346%2058.6903%2062.6037%2059.5961L63.2702%2060.3823C63.5641%2060.7309%2063.5402%2061.2436%2063.2189%2061.5649L61.0656%2063.7182C60.7443%2064.0395%2060.2316%2064.0634%2059.883%2063.7695L59.0968%2063.103C58.191%2062.3339%2056.9743%2062.2246%2055.9797%2062.6381C54.9919%2063.0449%2054.2024%2063.9814%2054.1032%2065.1708L54.0178%2066.1962C53.9802%2066.6508%2053.6008%2066.9995%2053.1462%2066.9995H50.1042C49.6496%2066.9995%2049.2702%2066.6508%2049.2326%2066.1962L49.1472%2065.1708C49.048%2063.9814%2048.2585%2063.0448%2047.2707%2062.6381C46.2761%2062.2246%2045.0593%2062.3339%2044.1535%2063.103L43.3674%2063.7695C43.0188%2064.0634%2042.5061%2064.0395%2042.1848%2063.7182L40.0315%2061.5649C39.7102%2061.2436%2039.6863%2060.731%2039.9802%2060.3823L40.6467%2059.5961C41.4157%2058.6903%2041.5251%2057.4736%2041.1115%2056.479C40.7048%2055.4912%2039.7682%2054.7017%2038.5789%2054.6025L37.5535%2054.5171C37.0989%2054.4795%2036.7502%2054.1001%2036.7502%2053.6455V50.6035C36.7502%2050.1489%2037.0989%2049.7695%2037.5535%2049.7319L38.5789%2049.6464C39.7683%2049.5473%2040.7048%2048.7578%2041.1115%2047.77C41.5251%2046.7754%2041.4157%2045.5586%2040.6467%2044.6528L39.9802%2043.8667C39.6863%2043.518%2039.7102%2043.0053%2040.0315%2042.684L42.1848%2040.5307C42.506%2040.2094%2043.0187%2040.1855%2043.3674%2040.4795L44.1535%2041.146C45.0593%2041.915%2046.2761%2042.0244%2047.2707%2041.6108C48.2585%2041.2041%2049.048%2040.2675%2049.1472%2039.0781L49.2326%2038.0527Z%27%20fill=%27%23000%27/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id=%27clip0_289_7019%27%3e%3crect%20width=%2770%27%20height=%2770%27%20fill=%27white%27/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
}
.ors-app-widget__icon_terminal {
  mask-image: url("data:image/svg+xml,%3csvg%20width=%2770%27%20height=%2770%27%20viewBox=%270%200%2070%2070%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath%20d=%27M61.0443%207H8.95258C4.01385%207%200%2011.0186%200%2015.9564V55.0436C0%2059.9844%204.0169%2064%208.95258%2064H61.0474C65.9861%2064%2070%2059.9814%2070%2055.0436V15.9564C70%2011.0156%2065.9831%207%2061.0474%207H61.0443ZM65.1131%2055.0436C65.1131%2057.288%2063.2878%2059.1141%2061.0443%2059.1141H8.95258C6.70908%2059.1141%204.88379%2057.288%204.88379%2055.0436L4.88074%2015.9564C4.88074%2013.712%206.70603%2011.8859%208.94953%2011.8859H61.0444C63.2879%2011.8859%2065.1132%2013.712%2065.1132%2015.9564L65.1131%2055.0436ZM30.2123%2033.7716C31.1677%2034.7274%2031.1677%2036.2725%2030.2123%2037.2253L17.1878%2050.2554C16.7117%2050.7318%2016.0859%2050.97%2015.4602%2050.97C14.8345%2050.97%2014.2118%2050.7318%2013.7326%2050.2554C12.7772%2049.2996%2012.7772%2047.7544%2013.7326%2046.8017L25.0294%2035.5L13.7326%2024.1983C12.7772%2023.2425%2012.7772%2021.6974%2013.7326%2020.7446C14.688%2019.7888%2016.2325%2019.7888%2017.1849%2020.7446L30.2094%2033.7747L30.2123%2033.7716ZM56.9755%2048.527C56.9755%2049.8767%2055.8828%2050.9699%2054.5336%2050.9699H34.9984C33.6493%2050.9699%2032.5565%2049.8767%2032.5565%2048.527C32.5565%2047.1772%2033.6493%2046.084%2034.9984%2046.084H54.5336C55.8828%2046.084%2056.9755%2047.1772%2056.9755%2048.527Z%27%20fill=%27%23000%27/%3e%3c/svg%3e");
}
.ors-app-widget__icon_users {
  mask-image: url("data:image/svg+xml,%3csvg%20width=%2770%27%20height=%2770%27%20viewBox=%270%200%2070%2070%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath%20d=%27M47.25%2061.5C47.25%2058.748%2047.2484%2056.8092%2047.1445%2055.2871C47.0422%2053.7876%2046.8485%2052.8758%2046.5518%2052.1592C45.6214%2049.9131%2043.8369%2048.1286%2041.5908%2047.1982C40.8742%2046.9015%2039.9624%2046.7078%2038.4629%2046.6055C36.9408%2046.5016%2035.002%2046.5%2032.25%2046.5H23.5C20.748%2046.5%2018.8092%2046.5016%2017.2871%2046.6055C15.7876%2046.7078%2014.8758%2046.9015%2014.1592%2047.1982C11.9131%2048.1286%2010.1286%2049.9131%209.19824%2052.1592C8.90146%2052.8758%208.70778%2053.7876%208.60547%2055.2871C8.50164%2056.8092%208.5%2058.748%208.5%2061.5C8.5%2062.8807%207.38071%2064%206%2064C4.61929%2064%203.5%2062.8807%203.5%2061.5C3.5%2058.8162%203.49903%2056.6781%203.61719%2054.9463C3.73688%2053.192%203.98689%2051.6725%204.57813%2050.2451C6.01595%2046.774%208.77395%2044.016%2012.2451%2042.5781C13.6725%2041.9869%2015.192%2041.7369%2016.9463%2041.6172C18.6781%2041.499%2020.8162%2041.5%2023.5%2041.5H32.25C34.9338%2041.5%2037.0719%2041.499%2038.8037%2041.6172C40.558%2041.7369%2042.0775%2041.9869%2043.5049%2042.5781C46.976%2044.016%2049.734%2046.774%2051.1719%2050.2451C51.7631%2051.6725%2052.0131%2053.192%2052.1328%2054.9463C52.251%2056.6781%2052.25%2058.8162%2052.25%2061.5C52.25%2062.8807%2051.1307%2064%2049.75%2064C48.3693%2064%2047.25%2062.8807%2047.25%2061.5ZM61.833%2061.5V55.667C61.833%2051.3991%2058.9141%2047.8068%2054.96%2046.7891C53.6229%2046.4449%2052.818%2045.0812%2053.1621%2043.7441C53.5063%2042.4073%2054.8691%2041.6024%2056.2061%2041.9463C62.3157%2043.5188%2066.833%2049.0625%2066.833%2055.667V61.5C66.833%2062.8807%2065.7137%2064%2064.333%2064C62.9524%2063.9998%2061.833%2062.8806%2061.833%2061.5ZM37.042%2020.667C37.042%2015.6044%2032.9376%2011.5%2027.875%2011.5C22.8124%2011.5%2018.708%2015.6044%2018.708%2020.667C18.7082%2025.7295%2022.8125%2029.833%2027.875%2029.833C32.9375%2029.833%2037.0418%2025.7295%2037.042%2020.667ZM50.167%2020.667C50.167%2016.8239%2047.8005%2013.5267%2044.4365%2012.165C43.1571%2011.6468%2042.5397%2010.1898%2043.0576%208.91016C43.5757%207.63032%2045.0336%207.01221%2046.3135%207.53027C51.5005%209.63005%2055.167%2014.7178%2055.167%2020.667C55.1669%2026.616%2051.5004%2031.703%2046.3135%2033.8027C45.0336%2034.3208%2043.5757%2033.7027%2043.0576%2032.4229C42.5399%2031.1432%2043.1571%2029.6861%2044.4365%2029.168C47.8004%2027.8063%2050.1669%2024.5099%2050.167%2020.667ZM42.042%2020.667C42.0418%2028.4909%2035.6989%2034.833%2027.875%2034.833C20.0511%2034.833%2013.7082%2028.4909%2013.708%2020.667C13.708%2012.843%2020.051%206.5%2027.875%206.5C35.699%206.5%2042.042%2012.843%2042.042%2020.667Z%27%20fill=%27black%27/%3e%3c/svg%3e");
}
.ors-app-widget__content {
  display: inline-block;
  flex: 1 1 100%;
}
.ors-app-widget__main {
  position: relative;
}
.ors-app-widget__text {
  display: flex;
  gap: 0.3125rem;
  align-items: center;
  color: var(--brand-secondary);
  font-family: var(--font-family-sans-serif-arial), sans-serif;
  font-size: var(--font-size-xlg);
  font-weight: bold;
}
.ors-app-widget__tag {
  border-color: var(--brand-highlight);
  background: var(--brand-highlight);
  margin-top: 0.125rem;
}
.ors-app-widget_opened .ors-app-widget__text,
.ors-app-widget:hover:not(.ors-app-widget_disabled) .ors-app-widget__text {
  color: #000;
}
.ors-app-widget_disabled .ors-app-widget__text {
  color: var(--brand-secondary);
}
.ors-app-widget__hidden {
  display: none;
}
.ors-app-widget_opened .ors-app-widget__on-select_hide {
  display: none;
}
.ors-app-widget_opened .ors-app-widget__on-select_show {
  display: block;
}
.ors-app-widget__main-header {
  color: var(--brand-highlight);
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
}
.ors-app-widget_opened .ors-app-widget__header {
  align-items: flex-start;
}
.ors-app-widget_opened .ors-app-widget__main-header {
  min-height: 3.125rem;
}
.ors-app-widget__main-close {
  display: flex;
  width: 1.6rem;
  height: 1.6rem;
  align-items: center;
  justify-content: center;
  color: #000;
  cursor: pointer;
}
.ors-app-widget__main-close path {
  transition: fill 0.3s;
}
.ors-app-widget__main-close:hover path {
  fill: var(--brand-highlight);
}
.ors-app-widget__main-content {
  margin-top: 0.75rem;
}
/*!********************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/@ors/ui-kit-vue2/components/ors-pagination/ors-pagination.css ***!
  \********************************************************************************************************************************************/
.ors-pagination {
  display: inline-flex;
  align-items: center;
  gap: 1.25rem;
}
.ors-pagination__control,
.ors-pagination__page {
  border: none;
  background: transparent;
  color: #0054d5;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: color 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
}
.ors-pagination__control {
  min-width: 1.4375rem;
  height: 1.25rem;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ors-pagination__control .ors-icon {
  width: 1.4375rem;
  height: 1.25rem;
  background-color: var(--brand-highlight);
  transition: 0.3s;
}
.ors-pagination__list {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
}
.ors-pagination__page_active {
  background: #0054d5;
  color: #fff;
  cursor: default;
}
.ors-pagination__control:hover:not(:disabled) {
  color: var(--brand-highlight-sec);
}
.ors-pagination__control:hover:not(:disabled) .ors-icon {
  background-color: var(--brand-highlight-sec);
}
.ors-pagination__page {
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0 0.625rem;
  box-sizing: border-box;
  border-radius: 6.25rem;
  font-size: 1.125rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  transition: 0.3s;
}
.ors-pagination__page:hover:not(:disabled, .ors-pagination__page_active) {
  border: 2px solid var(--brand-highlight-sec);
  color: var(--brand-highlight-sec);
  background: transparent;
}
.ors-pagination__ellipsis {
  width: 1.25rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0054d5;
}
.ors-pagination__ellipsis .ors-icon {
  margin-bottom: 0.25rem;
  mask-position: center bottom;
}
.ors-pagination__counter {
  display: inline-flex;
  align-items: baseline;
  gap: 0.3125rem;
  color: #333;
}
.ors-pagination__counter-main {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.ors-pagination__counter-total {
  display: inline-flex;
  align-items: baseline;
  gap: 0.1875rem;
  color: #999;
}
.ors-pagination__counter-from {
  font-size: 0.75rem;
}
.ors-pagination__counter-total-value {
  font-size: 1.125rem;
  font-weight: 700;
}
.ors-pagination__counter_date {
  gap: 0.625rem;
}
.ors-pagination__counter_date .ors-datepicker__picker {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.ors-pagination__calendar-button {
  border: none;
  background: transparent;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.ors-pagination__calendar-button .ors-icon {
  width: 1rem;
  height: 1rem;
  background-color: var(--brand-highlight);
}
.ors-pagination__native-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 1px;
  height: 1px;
}
.ors-pagination_size_small {
  gap: 0.625rem;
}
.ors-pagination_size_small .ors-pagination__ellipsis .ors-icon {
  width: 0.625rem;
  height: 1rem;
}
.ors-pagination_mode_button,
.ors-pagination_mode_button-white {
  min-height: 2.5rem;
  padding: 0;
  border-radius: 0;
  gap: 0;
  background: transparent;
}
.ors-pagination__button-control {
  width: 1.4375rem;
  height: 1.25rem;
  padding: 0;
  border: none;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.ors-pagination__button-control_main {
  position: relative;
  z-index: 2;
}
.ors-pagination__button-layout {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 2.5rem;
  padding: 0 0.5313rem;
  border-radius: 6.25rem;
  box-sizing: border-box;
  z-index: 0;
}
.ors-pagination__button-reveal {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  gap: 1.25rem;
  min-height: 2.5rem;
  padding: 0 3.2188rem 0 0.5313rem;
  border-radius: 6.25rem;
  box-sizing: border-box;
  opacity: 0;
  white-space: nowrap;
  clip-path: inset(0 0 0 calc(100% - 3.2188rem));
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
  transition: opacity 0.2s ease, clip-path 0.2s ease;
}
.ors-pagination__button-center {
  display: inline-flex;
  align-items: center;
  gap: 0.3125rem;
  color: #999;
}
.ors-pagination__button-page,
.ors-pagination__button-input {
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2rem;
  padding: 0 0.3125rem;
  border-radius: 0.3125rem;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.ors-pagination__control_edge {
  letter-spacing: -0.0625rem;
}
.ors-pagination__control:active:not(:disabled) {
  color: var(--brand-highlight);
}
.ors-pagination__control:active:not(:disabled) .ors-icon {
  background-color: var(--brand-highlight);
}
.ors-pagination__page:active:not(:disabled, .ors-pagination__page_active) {
  border: 2px solid transparent;
  color: #fff;
  background: var(--brand-highlight-sec);
}
.ors-pagination__calendar-button:disabled {
  cursor: default;
  opacity: 0.35;
}
.ors-pagination_mode_compact,
.ors-pagination_mode_date {
  height: 1.8125rem;
}
.ors-pagination_mode_compact .ors-pagination__control,
.ors-pagination_mode_date .ors-pagination__control {
  min-width: 1.375rem;
}
.ors-pagination_mode_compact .ors-pagination__control .ors-icon,
.ors-pagination_mode_date .ors-pagination__control .ors-icon {
  width: 1.375rem;
  height: 1.1875rem;
}
.ors-pagination_size_small .ors-pagination__list {
  gap: 0.5rem;
}
.ors-pagination_size_small .ors-pagination__control {
  min-width: 1.125rem;
  height: 1rem;
}
.ors-pagination_size_small .ors-pagination__control .ors-icon {
  width: 1.125rem;
  height: 1rem;
}
.ors-pagination_size_small .ors-pagination__page {
  min-width: 1.875rem;
  height: 1.875rem;
  font-size: 0.875rem;
  padding: 0 0.5rem;
}
.ors-pagination_size_small .ors-pagination__counter-main,
.ors-pagination_size_small .ors-pagination__counter-total-value {
  font-size: 0.875rem;
}
.ors-pagination_size_small .ors-pagination__counter-from {
  font-size: 0.625rem;
}
.ors-pagination_mode_button .ors-pagination__button-control .ors-icon,
.ors-pagination_mode_button-white .ors-pagination__button-control .ors-icon {
  width: 1.4375rem;
  height: 1.25rem;
  background-color: #0054d5;
}
.ors-pagination_mode_button .ors-pagination__button-layout:not(.ors-pagination__button-layout_last):hover .ors-pagination__button-reveal,
.ors-pagination_mode_button .ors-pagination__button-layout:not(.ors-pagination__button-layout_last):focus-within .ors-pagination__button-reveal,
.ors-pagination_mode_button-white .ors-pagination__button-layout:not(.ors-pagination__button-layout_last):hover .ors-pagination__button-reveal,
.ors-pagination_mode_button-white .ors-pagination__button-layout:not(.ors-pagination__button-layout_last):focus-within .ors-pagination__button-reveal {
  opacity: 1;
  clip-path: inset(0 0 0 0);
  pointer-events: auto;
}
.ors-pagination_mode_button .ors-pagination__button-control .ors-icon {
  background-color: #fff;
}
.ors-pagination_mode_button .ors-pagination__button-layout,
.ors-pagination_mode_button .ors-pagination__button-reveal {
  background: #0054d5;
}
.ors-pagination_mode_button-white .ors-pagination__button-layout,
.ors-pagination_mode_button-white .ors-pagination__button-reveal {
  background: #fff;
}
.ors-pagination__control:disabled .ors-icon,
.ors-pagination__button-control:disabled .ors-icon,
.ors-pagination__calendar-button:disabled .ors-icon {
  background: var(--color-disabled);
  cursor: default;
}
.ors-pagination__button-page {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-transform: uppercase;
}
.ors-pagination__button-input {
  outline: none;
  line-height: 1;
  text-transform: uppercase;
  background: transparent;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
.ors-pagination_mode_button .ors-pagination__button-page {
  border: 1px solid #fff;
  color: #fff;
}
.ors-pagination_mode_button .ors-pagination__button-input {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
}
.ors-pagination_mode_button .ors-pagination__button-input:focus,
.ors-pagination_mode_button .ors-pagination__button-input:focus-visible {
  background: #fff;
  color: #000;
}
.ors-pagination_mode_button-white .ors-pagination__button-page {
  border: 1px solid #999;
  color: #000;
}
.ors-pagination_mode_button-white .ors-pagination__button-input {
  border: 1px solid #999;
  color: #000;
  background: transparent;
}
.ors-pagination_mode_button-white .ors-pagination__button-input:focus,
.ors-pagination_mode_button-white .ors-pagination__button-input:focus-visible {
  border-color: #0054d5;
}
.ors-pagination__button-total {
  display: inline-flex;
  align-items: baseline;
  gap: 0.1875rem;
}
.ors-pagination__button-total-label {
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 700;
}
.ors-pagination__button-total-value {
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 700;
}
.ors-pagination_mode_button .ors-pagination__button-total {
  color: #c9e2ff;
}
.ors-pagination_mode_button-white .ors-pagination__button-total {
  color: #999;
}
/*!********************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/@ors/ui-kit-vue2/components/ors-datepicker/ors-datepicker.css ***!
  \********************************************************************************************************************************************/
.ors-datepicker {
  display: inline-flex;
  align-items: center;
}
.ors-datepicker__input {
  min-width: 10rem;
}
.ors-datepicker__picker {
  --vc-font-family: var(--font-family-sans-serif-arial), sans-serif;
  --vc-primary-50: #c9e2ff;
  --vc-primary-100: #c9e2ff;
  --vc-primary-200: #9dc5ff;
  --vc-primary-300: #6ea7f5;
  --vc-primary-400: #3f89eb;
  --vc-primary-500: #0054d5;
  --vc-primary-600: #0054d5;
  --vc-primary-700: #003f9f;
  --vc-primary-800: #002d70;
  --vc-primary-900: #001b7d;
  cursor: pointer;
}
.vc-popover-content {
  box-shadow: none !important;
  padding: 0 !important;
}
.ors-datepicker__picker .vc-popover-content-wrapper {
  z-index: 30;
}
.ors-datepicker__picker .vc-container {
  border: 0;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
  padding: 0.625rem 0.75rem 0.75rem;
}
.ors-datepicker__picker .vc-pane-layout {
  gap: 1.25rem;
}
.ors-datepicker__picker .vc-header {
  padding: 0 0 0.625rem;
}
.ors-datepicker__picker .vc-title {
  font-size: 0.875rem;
  font-weight: 700;
  color: #101729;
  text-transform: none;
}
.ors-datepicker__picker .vc-arrow {
  color: var(--brand-highlight);
}
.ors-datepicker__picker .vc-weekday {
  font-size: 0.875rem;
  font-weight: 700;
  color: #999;
  text-transform: none;
  min-width: 2.5rem;
  height: 1.75rem;
}
.ors-datepicker__picker .vc-day {
  min-width: 2.5rem;
  height: 2.5rem;
}
.ors-datepicker__picker .vc-day-content {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #101729;
}
.ors-datepicker__picker .vc-day.is-disabled .vc-day-content {
  color: #ccc;
}
.ors-datepicker__picker .vc-highlight {
  border-radius: 999px;
}
.ors-datepicker__picker .vc-highlight.vc-highlight-base-start,
.ors-datepicker__picker .vc-highlight.vc-highlight-base-middle,
.ors-datepicker__picker .vc-highlight.vc-highlight-base-end {
  background: #c9e2ff;
}
.ors-datepicker__picker .vc-day-content:hover {
  border: 2px solid #001b7d;
}
.ors-datepicker__picker .vc-day-content:focus {
  outline: none;
}

/*# sourceMappingURL=109.4daf3e8a912112d2a589.css.map*/