/*!
 *  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-face{
  font-family:'FontAwesome';
  src:url(/build/fonts/fontawesome-webfont.674f50d2.eot);
  src:url(/build/fonts/fontawesome-webfont.674f50d2.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(/build/fonts/fontawesome-webfont.af7ae505.woff2) format('woff2'), url(/build/fonts/fontawesome-webfont.fee66e71.woff) format('woff'), url(/build/fonts/fontawesome-webfont.b06871f2.ttf) format('truetype'), url(/build/images/fontawesome-webfont.912ec66d.svg#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;
}
.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;
}
.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);
  transform:rotate(90deg);
}
.fa-rotate-180{
  -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform:rotate(180deg);
  transform:rotate(180deg);
}
.fa-rotate-270{
  -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform:rotate(270deg);
  transform:rotate(270deg);
}
.fa-flip-horizontal{
  -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-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);
  transform:scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical{
  -webkit-filter:none;
          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;
}
.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;
}

.icon-flag{
    display:inline-block;
    width:24px;
    height:16px;
    background-position:center;
    background-size:contain;
    background-repeat:no-repeat;
}   

.icon-flag-ad, .icon-flag-andorra, .icon-flag-6909{
    background-image:url(/build/images/ad.2d928813.svg);
}   

.icon-flag-ae, .icon-flag-uae, .icon-flag-162{
    background-image:url(/build/images/ae.998cc1fc.svg);
}   

.icon-flag-af{
    background-image:url(/build/images/af.1e73c9ee.svg);
}   

.icon-flag-ag{
    background-image:url(/build/images/ag.b8b82891.svg);
}   

.icon-flag-ai{
    background-image:url(/build/images/ai.7b4552df.svg);
}   

.icon-flag-al{
    background-image:url(/build/images/al.4ed11fa4.svg);
}   

.icon-flag-am, .icon-flag-armenia, .icon-flag-4207037{
    background-image:url(/build/images/am.cb256127.svg);
}   

.icon-flag-ao{
    background-image:url(/build/images/ao.b69218a9.svg);
}   

.icon-flag-aq{
    background-image:url(/build/images/aq.02ad59b3.svg);
}   

.icon-flag-ar, .icon-flag-argentina, .icon-flag-3048848{
    background-image:url(/build/images/ar.5261e632.svg);
}   

.icon-flag-as{
    background-image:url(/build/images/as.23e6ae7d.svg);
}   

.icon-flag-at, .icon-flag-austria, .icon-flag-2842892{
    background-image:url(/build/images/at.fa4cf043.svg);
}   

.icon-flag-au{
    background-image:url(/build/images/au.bb307e7f.svg);
}   

.icon-flag-aw{
    background-image:url(/build/images/aw.3f52fb17.svg);
}   

.icon-flag-ax{
    background-image:url(/build/images/ax.f8c4019f.svg);
}   

.icon-flag-az, .icon-flag-azerbaijan, .icon-flag-1071{
    background-image:url(/build/images/az.198dbef3.svg);
}   

.icon-flag-ba{
    background-image:url(/build/images/ba.7d6f56d2.svg);
}   

.icon-flag-bb{
    background-image:url(/build/images/bb.fe3ac3fe.svg);
}   

.icon-flag-bd{
    background-image:url(/build/images/bd.a7978d3d.svg);
}   

.icon-flag-be{
    background-image:url(/build/images/be.5739940d.svg);
}   

.icon-flag-bf{
    background-image:url(/build/images/bf.57907e66.svg);
}   

.icon-flag-bg, .icon-flag-bulgaria, .icon-flag-5375725{
    background-image:url(/build/images/bg.494aa569.svg);
}   

.icon-flag-bh, .icon-flag-bahrain, .icon-flag-39844854{
    background-image:url(/build/images/bh.7510653e.svg);
}   

.icon-flag-bi{
    background-image:url(/build/images/bi.12a40d8d.svg);
}   

.icon-flag-bj{
    background-image:url(/build/images/bj.5561ec95.svg);
}   

.icon-flag-bl{
    background-image:url(/build/images/bl.2a496da9.svg);
}   

.icon-flag-bm, .icon-flag-bermuda, .icon-flag-2943976{
    background-image:url(/build/images/bm.012b04b7.svg);
}   

.icon-flag-bn{
    background-image:url(/build/images/bn.f6d5f400.svg);
}   

.icon-flag-bo{
    background-image:url(/build/images/bo.5f3fef09.svg);
}   

.icon-flag-bq{
    background-image:url(/build/images/bq.fda6c02c.svg);
}   

.icon-flag-br, .icon-flag-brazil, .icon-flag-3041475{
    background-image:url(/build/images/br.a31e2576.svg);
}   

.icon-flag-bs{
    background-image:url(/build/images/bs.cf40c6af.svg);
}   

.icon-flag-bt{
    background-image:url(/build/images/bt.87d65251.svg);
}   

.icon-flag-bv{
    background-image:url(/build/images/bv.4fbc14ad.svg);
}   

.icon-flag-bw{
    background-image:url(/build/images/bw.15ed460a.svg);
}   

.icon-flag-by, .icon-flag-belorussia, .icon-flag-533{
    background-image:url(/build/images/by.c05c8c07.svg);
}   

.icon-flag-bz{
    background-image:url(/build/images/bz.2458dd8a.svg);
}   

.icon-flag-ca{
    background-image:url(/build/images/ca.0efb6bf1.svg);
}   

.icon-flag-cc{
    background-image:url(/build/images/cc.dd392e29.svg);
}   

.icon-flag-cd{
    background-image:url(/build/images/cd.d4408d3c.svg);
}   

.icon-flag-cf{
    background-image:url(/build/images/cf.d8dd15d3.svg);
}   

.icon-flag-cg{
    background-image:url(/build/images/cg.51ec77aa.svg);
}   

.icon-flag-ch{
    background-image:url(/build/images/ch.a69a50e5.svg);
}   

.icon-flag-ci{
    background-image:url(/build/images/ci.11ac689d.svg);
}   

.icon-flag-ck{
    background-image:url(/build/images/ck.fe45a10b.svg);
}   

.icon-flag-cl{
    background-image:url(/build/images/cl.2fd895c4.svg);
}   

.icon-flag-cm{
    background-image:url(/build/images/cm.a56034b7.svg);
}   

.icon-flag-cn, .icon-flag-china, .icon-flag-160{
    background-image:url(/build/images/cn.2c193ab3.svg);
}   

.icon-flag-co{
    background-image:url(/build/images/co.c5d7116a.svg);
}   

.icon-flag-cr{
    background-image:url(/build/images/cr.0d349fd2.svg);
}   

.icon-flag-cu, .icon-flag-cuba, .icon-flag-15260{
    background-image:url(/build/images/cu.1c7cc4da.svg);
}   

.icon-flag-cv{
    background-image:url(/build/images/cv.624a2d4d.svg);
}   

.icon-flag-cw{
    background-image:url(/build/images/cw.9c06626e.svg);
}   

.icon-flag-cx{
    background-image:url(/build/images/cx.b2a59c5c.svg);
}   

.icon-flag-cy, .icon-flag-cyprus, .icon-flag-6866{
    background-image:url(/build/images/cy.5e40be33.svg);
}   

.icon-flag-cz{
    background-image:url(/build/images/cz.09a9b116.svg);
}   

.icon-flag-de, .icon-flag-germany, .icon-flag-3339733{
    background-image:url(/build/images/de.246a5fcb.svg);
}   

.icon-flag-dj{
    background-image:url(/build/images/dj.694ca31b.svg);
}   

.icon-flag-dk, .icon-flag-denmark, .icon-flag-2614053{
    background-image:url(/build/images/dk.302b4687.svg);
}   

.icon-flag-dm{
    background-image:url(/build/images/dm.b1635699.svg);
}   

.icon-flag-do, .icon-flag-dominican-republic, .icon-flag-dominicana, .icon-flag-6767{
    background-image:url(/build/images/do.704fd2a9.svg);
}   

.icon-flag-dz{
    background-image:url(/build/images/dz.0477e542.svg);
}   

.icon-flag-ec{
    background-image:url(/build/images/ec.3bafd071.svg);
}   

.icon-flag-ee{
    background-image:url(/build/images/ee.03c3d564.svg);
}   

.icon-flag-eg, .icon-flag-egypt, .icon-flag-133{
    background-image:url(/build/images/eg.b0aa9a4e.svg);
}   

.icon-flag-eh{
    background-image:url(/build/images/eh.44d97903.svg);
}   

.icon-flag-er{
    background-image:url(/build/images/er.b4ea80f7.svg);
}   

.icon-flag-es-ct{
    background-image:url(/build/images/es-ct.2f1565e8.svg);
}   

.icon-flag-es, .icon-flag-spain, .icon-flag-155{
    background-image:url(/build/images/es.bcf1ab98.svg);
}   

.icon-flag-et{
    background-image:url(/build/images/et.512bde19.svg);
}   

.icon-flag-eu{
    background-image:url(/build/images/eu.d8c51286.svg);
}   

.icon-flag-fi{
    background-image:url(/build/images/fi.8c63a9af.svg);
}   

.icon-flag-fj{
    background-image:url(/build/images/fj.caf72f69.svg);
}   

.icon-flag-fk{
    background-image:url(/build/images/fk.1e53dc26.svg);
}   

.icon-flag-fm{
    background-image:url(/build/images/fm.2c13a5d4.svg);
}   

.icon-flag-fo{
    background-image:url(/build/images/fo.c2f63475.svg);
}   

.icon-flag-fr, .icon-flag-france, .icon-flag-3754539{
    background-image:url(/build/images/fr.4e3ec048.svg);
}   

.icon-flag-ga{
    background-image:url(/build/images/ga.8629ddf5.svg);
}   

.icon-flag-gb-eng{
    background-image:url(/build/images/gb-eng.e18b270f.svg);
}   

.icon-flag-gb-nir{
    background-image:url(/build/images/gb-nir.080d0567.svg);
}   

.icon-flag-gb-sct{
    background-image:url(/build/images/gb-sct.c4361672.svg);
}   

.icon-flag-gb-wls{
    background-image:url(/build/images/gb-wls.344dc57e.svg);
}   

.icon-flag-gb{
    background-image:url(/build/images/gb.85a97dab.svg);
}   

.icon-flag-gd{
    background-image:url(/build/images/gd.0e3d254c.svg);
}   

.icon-flag-ge, .icon-flag-georgia, .icon-flag-3818574{
    background-image:url(/build/images/ge.a1295792.svg);
}   

.icon-flag-gf{
    background-image:url(/build/images/gf.434bae07.svg);
}   

.icon-flag-gg{
    background-image:url(/build/images/gg.c447047f.svg);
}   

.icon-flag-gh{
    background-image:url(/build/images/gh.bb3bb604.svg);
}   

.icon-flag-gi{
    background-image:url(/build/images/gi.71cfe39b.svg);
}   

.icon-flag-gl{
    background-image:url(/build/images/gl.1495643c.svg);
}   

.icon-flag-gm, .icon-flag-gambia, .icon-flag-273525947{
    background-image:url(/build/images/gm.39937d8f.svg);
}   

.icon-flag-gn{
    background-image:url(/build/images/gn.e2dcda47.svg);
}   

.icon-flag-gp{
    background-image:url(/build/images/gp.0dcdf966.svg);
}   

.icon-flag-gq{
    background-image:url(/build/images/gq.c095a0d4.svg);
}   

.icon-flag-gr, .icon-flag-greece, .icon-flag-157{
    background-image:url(/build/images/gr.334890b6.svg);
}   

.icon-flag-gs{
    background-image:url(/build/images/gs.21f7c99f.svg);
}   

.icon-flag-gt{
    background-image:url(/build/images/gt.01ce618d.svg);
}   

.icon-flag-gu{
    background-image:url(/build/images/gu.beb28cdd.svg);
}   

.icon-flag-gw{
    background-image:url(/build/images/gw.f0742332.svg);
}   

.icon-flag-gy{
    background-image:url(/build/images/gy.cbacc8b8.svg);
}   

.icon-flag-hk{
    background-image:url(/build/images/hk.029a6bef.svg);
}   

.icon-flag-hm{
    background-image:url(/build/images/hm.8bbb5756.svg);
}   

.icon-flag-hn{
    background-image:url(/build/images/hn.db7e3de4.svg);
}   

.icon-flag-hr, .icon-flag-croatia, .icon-flag-303068569{
    background-image:url(/build/images/hr.176d2d57.svg);
}   

.icon-flag-ht{
    background-image:url(/build/images/ht.5f6a49d0.svg);
}   

.icon-flag-hu{
    background-image:url(/build/images/hu.d1065faa.svg);
}   

.icon-flag-id, .icon-flag-indonesia, .icon-flag-158{
    background-image:url(/build/images/id.e8f1c879.svg);
}   

.icon-flag-ie, .icon-flag-ireland, .icon-flag-2613783{
    background-image:url(/build/images/ie.deca9e10.svg);
}   

.icon-flag-il, .icon-flag-israel, .icon-flag-74{
    background-image:url(/build/images/il.ad7a2d12.svg);
}   

.icon-flag-im{
    background-image:url(/build/images/im.07fac2af.svg);
}   

.icon-flag-in, .icon-flag-india, .icon-flag-179{
    background-image:url(/build/images/in.98c56717.svg);
}   

.icon-flag-io{
    background-image:url(/build/images/io.7fc155e7.svg);
}   

.icon-flag-iq{
    background-image:url(/build/images/iq.77fca3a1.svg);
}   

.icon-flag-ir{
    background-image:url(/build/images/ir.28b0fb3b.svg);
}   

.icon-flag-is{
    background-image:url(/build/images/is.ba30d1eb.svg);
}   

.icon-flag-it, .icon-flag-italy, .icon-flag-6910{
    background-image:url(/build/images/it.5a3412cb.svg);
}   

.icon-flag-je{
    background-image:url(/build/images/je.a2bead8f.svg);
}   

.icon-flag-jm, .icon-flag-jamaica, .icon-flag-271162540{
    background-image:url(/build/images/jm.c5279e85.svg);
}   

.icon-flag-jo, .icon-flag-jordan, .icon-flag-17481{
    background-image:url(/build/images/jo.58061676.svg);
}   

.icon-flag-jp{
    background-image:url(/build/images/jp.28157b52.svg);
}   

.icon-flag-ke, .icon-flag-kenya, .icon-flag-15639{
    background-image:url(/build/images/ke.ac8b7d81.svg);
}   

.icon-flag-kg{
    background-image:url(/build/images/kg.0e8c2a1d.svg);
}   

.icon-flag-kh{
    background-image:url(/build/images/kh.add3236a.svg);
}   

.icon-flag-ki{
    background-image:url(/build/images/ki.db9ce4a8.svg);
}   

.icon-flag-km{
    background-image:url(/build/images/km.05c0e1c1.svg);
}   

.icon-flag-kn{
    background-image:url(/build/images/kn.8d2a2bac.svg);
}   

.icon-flag-kp{
    background-image:url(/build/images/kp.fc45ba59.svg);
}   

.icon-flag-kr{
    background-image:url(/build/images/kr.472436a2.svg);
}   

.icon-flag-kw{
    background-image:url(/build/images/kw.8758e4ab.svg);
}   

.icon-flag-ky{
    background-image:url(/build/images/ky.bc2f4070.svg);
}   

.icon-flag-kz, .icon-flag-kazakhstan, .icon-flag-159{
    background-image:url(/build/images/kz.765abf25.svg);
}   

.icon-flag-la{
    background-image:url(/build/images/la.d4742a0b.svg);
}   

.icon-flag-lb{
    background-image:url(/build/images/lb.c43e467f.svg);
}   

.icon-flag-lc{
    background-image:url(/build/images/lc.31859653.svg);
}   

.icon-flag-li{
    background-image:url(/build/images/li.7f2cb3e7.svg);
}   

.icon-flag-lk, .icon-flag-sri-lanka, .icon-flag-2615643{
    background-image:url(/build/images/lk.f8d21a6b.svg);
}   

.icon-flag-lr{
    background-image:url(/build/images/lr.e026e0f7.svg);
}   

.icon-flag-ls{
    background-image:url(/build/images/ls.6497b847.svg);
}   

.icon-flag-lt{
    background-image:url(/build/images/lt.c2b153a4.svg);
}   

.icon-flag-lu{
    background-image:url(/build/images/lu.cad8b8ba.svg);
}   

.icon-flag-lv, .icon-flag-latvia, .icon-flag-1102{
    background-image:url(/build/images/lv.35ddb2f3.svg);
}   

.icon-flag-ly{
    background-image:url(/build/images/ly.41489295.svg);
}   

.icon-flag-ma, .icon-flag-morocco, .icon-flag-2614037{
    background-image:url(/build/images/ma.821b3239.svg);
}   

.icon-flag-mc{
    background-image:url(/build/images/mc.37be4651.svg);
}   

.icon-flag-md{
    background-image:url(/build/images/md.824e3e16.svg);
}   

.icon-flag-me, .icon-flag-montenegro, .icon-flag-2192747{
    background-image:url(/build/images/me.37b693f6.svg);
}   

.icon-flag-mf{
    background-image:url(/build/images/mf.d3fbe0d9.svg);
}   

.icon-flag-mg{
    background-image:url(/build/images/mg.fba42999.svg);
}   

.icon-flag-mh{
    background-image:url(/build/images/mh.c1782cea.svg);
}   

.icon-flag-mk{
    background-image:url(/build/images/mk.4a879fde.svg);
}   

.icon-flag-ml{
    background-image:url(/build/images/ml.64aa8367.svg);
}   

.icon-flag-mm{
    background-image:url(/build/images/mm.a646bac3.svg);
}   

.icon-flag-mn{
    background-image:url(/build/images/mn.5f43e0c6.svg);
}   

.icon-flag-mo{
    background-image:url(/build/images/mo.012b278d.svg);
}   

.icon-flag-mp{
    background-image:url(/build/images/mp.bccdcb5e.svg);
}   

.icon-flag-mq{
    background-image:url(/build/images/mq.9bcc4ffb.svg);
}   

.icon-flag-mr{
    background-image:url(/build/images/mr.55d8f233.svg);
}   

.icon-flag-ms{
    background-image:url(/build/images/ms.ec75da93.svg);
}   

.icon-flag-mt, .icon-flag-malta, .icon-flag-6366918{
    background-image:url(/build/images/mt.07ddb919.svg);
}   

.icon-flag-mu, .icon-flag-mauritius, .icon-flag-2715678{
    background-image:url(/build/images/mu.33b7d117.svg);
}   

.icon-flag-mv, .icon-flag-maldives, .icon-flag-2481427{
    background-image:url(/build/images/mv.c11e6efe.svg);
}   

.icon-flag-mw{
    background-image:url(/build/images/mw.8627c92d.svg);
}   

.icon-flag-mx, .icon-flag-mexico, .icon-flag-15666{
    background-image:url(/build/images/mx.1fcc3cf0.svg);
}   

.icon-flag-my{
    background-image:url(/build/images/my.789a6ddf.svg);
}   

.icon-flag-mz{
    background-image:url(/build/images/mz.c8308283.svg);
}   

.icon-flag-na{
    background-image:url(/build/images/na.efac2847.svg);
}   

.icon-flag-nc{
    background-image:url(/build/images/nc.846211de.svg);
}   

.icon-flag-ne{
    background-image:url(/build/images/ne.9a558973.svg);
}   

.icon-flag-nf{
    background-image:url(/build/images/nf.5e07162f.svg);
}   

.icon-flag-ng{
    background-image:url(/build/images/ng.ba3bb51a.svg);
}   

.icon-flag-ni{
    background-image:url(/build/images/ni.7affd52e.svg);
}   

.icon-flag-nl{
    background-image:url(/build/images/nl.feb9eea9.svg);
}   

.icon-flag-no, .icon-flag-norway, .icon-flag-2614046{
    background-image:url(/build/images/no.fc029595.svg);
}   

.icon-flag-np{
    background-image:url(/build/images/np.4211aa60.svg);
}   

.icon-flag-nr{
    background-image:url(/build/images/nr.66dd1573.svg);
}   

.icon-flag-nu{
    background-image:url(/build/images/nu.39cb2412.svg);
}   

.icon-flag-nz{
    background-image:url(/build/images/nz.07d3ae50.svg);
}   

.icon-flag-om, .icon-flag-oman, .icon-flag-271169086{
    background-image:url(/build/images/om.9170bae1.svg);
}   

.icon-flag-pa, .icon-flag-panama, .icon-flag-84511797{
    background-image:url(/build/images/pa.3b4d5528.svg);
}   

.icon-flag-pe{
    background-image:url(/build/images/pe.fda66729.svg);
}   

.icon-flag-pf{
    background-image:url(/build/images/pf.b6f47989.svg);
}   

.icon-flag-pg{
    background-image:url(/build/images/pg.5c17391e.svg);
}   

.icon-flag-ph{
    background-image:url(/build/images/ph.807a7e5d.svg);
}   

.icon-flag-pk{
    background-image:url(/build/images/pk.fbfb5582.svg);
}   

.icon-flag-pl{
    background-image:url(/build/images/pl.6607e08c.svg);
}   

.icon-flag-pm{
    background-image:url(/build/images/pm.6359f9ee.svg);
}   

.icon-flag-pn{
    background-image:url(/build/images/pn.97f773ca.svg);
}   

.icon-flag-pr{
    background-image:url(/build/images/pr.563200c5.svg);
}   

.icon-flag-ps{
    background-image:url(/build/images/ps.658c8814.svg);
}   

.icon-flag-pt, .icon-flag-portugal, .icon-flag-3004670{
    background-image:url(/build/images/pt.03f36e39.svg);
}   

.icon-flag-pw{
    background-image:url(/build/images/pw.54458948.svg);
}   

.icon-flag-py{
    background-image:url(/build/images/py.795e6d0e.svg);
}   

.icon-flag-qa{
    background-image:url(/build/images/qa.4f997308.svg);
}   

.icon-flag-re{
    background-image:url(/build/images/re.9c769f63.svg);
}   

.icon-flag-ro{
    background-image:url(/build/images/ro.b091db3b.svg);
}   

.icon-flag-rs, .icon-flag-serbia, .icon-flag-123517434{
    background-image:url(/build/images/rs.192092d6.svg);
}   

.icon-flag-ru, .icon-flag-russia, .icon-flag-72{
    background-image:url(/build/images/ru.af31e644.svg);
}   

.icon-flag-rw{
    background-image:url(/build/images/rw.dbf846e1.svg);
}   

.icon-flag-sa{
    background-image:url(/build/images/sa.45e17088.svg);
}   

.icon-flag-sb{
    background-image:url(/build/images/sb.ab93a799.svg);
}   

.icon-flag-sc, .icon-flag-seychelles, .icon-flag-2750858{
    background-image:url(/build/images/sc.5d8966f4.svg);
}   

.icon-flag-sd{
    background-image:url(/build/images/sd.aafc9cae.svg);
}   

.icon-flag-se, .icon-flag-sweden, .icon-flag-2614050{
    background-image:url(/build/images/se.b54f0ef0.svg);
}   

.icon-flag-sg{
    background-image:url(/build/images/sg.814c6d65.svg);
}   

.icon-flag-sh{
    background-image:url(/build/images/sh.e26b4b82.svg);
}   

.icon-flag-si{
    background-image:url(/build/images/si.48107aeb.svg);
}   

.icon-flag-sj{
    background-image:url(/build/images/sj.d08937cb.svg);
}   

.icon-flag-sk{
    background-image:url(/build/images/sk.daf75e75.svg);
}   

.icon-flag-sl{
    background-image:url(/build/images/sl.f5cb409d.svg);
}   

.icon-flag-sm{
    background-image:url(/build/images/sm.890ad891.svg);
}   

.icon-flag-sn{
    background-image:url(/build/images/sn.6d85da96.svg);
}   

.icon-flag-so{
    background-image:url(/build/images/so.fd9745c3.svg);
}   

.icon-flag-sr{
    background-image:url(/build/images/sr.64fb37b4.svg);
}   

.icon-flag-ss{
    background-image:url(/build/images/ss.5e0bad12.svg);
}   

.icon-flag-st{
    background-image:url(/build/images/st.00f5130c.svg);
}   

.icon-flag-sv{
    background-image:url(/build/images/sv.abfac59c.svg);
}   

.icon-flag-sx{
    background-image:url(/build/images/sx.89f96e78.svg);
}   

.icon-flag-sy{
    background-image:url(/build/images/sy.d648066b.svg);
}   

.icon-flag-sz{
    background-image:url(/build/images/sz.d00ba664.svg);
}   

.icon-flag-tc{
    background-image:url(/build/images/tc.d0160247.svg);
}   

.icon-flag-td, .icon-flag-chile, .icon-flag-4156246{
    background-image:url(/build/images/td.d6ccfa17.svg);
}   

.icon-flag-tf{
    background-image:url(/build/images/tf.1129c04b.svg);
}   

.icon-flag-tg{
    background-image:url(/build/images/tg.bf9d20b8.svg);
}   

.icon-flag-th, .icon-flag-thailand, .icon-flag-164{
    background-image:url(/build/images/th.565e3c4b.svg);
}   

.icon-flag-tj{
    background-image:url(/build/images/tj.e58f32ff.svg);
}   

.icon-flag-tk{
    background-image:url(/build/images/tk.b2df385f.svg);
}   

.icon-flag-tl{
    background-image:url(/build/images/tl.547e4215.svg);
}   

.icon-flag-tm{
    background-image:url(/build/images/tm.f2dc59b2.svg);
}   

.icon-flag-tn, .icon-flag-tunisia, .icon-flag-165{
    background-image:url(/build/images/tn.98351bcb.svg);
}   

.icon-flag-to{
    background-image:url(/build/images/to.00aaa22b.svg);
}   

.icon-flag-tr, .icon-flag-turkey, .icon-flag-73{
    background-image:url(/build/images/tr.ac4572cc.svg);
}   

.icon-flag-tt{
    background-image:url(/build/images/tt.333675d6.svg);
}   

.icon-flag-tv{
    background-image:url(/build/images/tv.eda22a5d.svg);
}   

.icon-flag-tw{
    background-image:url(/build/images/tw.89a1429a.svg);
}   

.icon-flag-tz, .icon-flag-tanzania, .icon-flag-2712721{
    background-image:url(/build/images/tz.ed1c43d0.svg);
}   

.icon-flag-ua, .icon-flag-ukraine{
    background-image:url(/build/images/ua.e2202cb6.svg);
}   

.icon-flag-ug{
    background-image:url(/build/images/ug.f6dbcb21.svg);
}   

.icon-flag-um{
    background-image:url(/build/images/um.f4540fe0.svg);
}   

.icon-flag-un{
    background-image:url(/build/images/un.cc2eb7d1.svg);
}   

.icon-flag-us{
    background-image:url(/build/images/us.da1c4f85.svg);
}   

.icon-flag-uy{
    background-image:url(/build/images/uy.2ac18c6e.svg);
}   

.icon-flag-uz, .icon-flag-uzbekistan, .icon-flag-122410934{
    background-image:url(/build/images/uz.d9b78209.svg);
}   

.icon-flag-va{
    background-image:url(/build/images/va.8aae3709.svg);
}   

.icon-flag-vc{
    background-image:url(/build/images/vc.fc6aa8fe.svg);
}   

.icon-flag-ve, .icon-flag-venezuela, .icon-flag-7969467{
    background-image:url(/build/images/ve.05045bce.svg);
}   

.icon-flag-vg{
    background-image:url(/build/images/vg.eef14ab6.svg);
}   

.icon-flag-vi{
    background-image:url(/build/images/vi.2127440f.svg);
}   

.icon-flag-vn, .icon-flag-vietnam, .icon-flag-156{
    background-image:url(/build/images/vn.010b0c4c.svg);
}   

.icon-flag-vu{
    background-image:url(/build/images/vu.5bc20756.svg);
}   

.icon-flag-wf{
    background-image:url(/build/images/wf.5e6aa0d6.svg);
}   

.icon-flag-ws{
    background-image:url(/build/images/ws.c4eb0596.svg);
}   

.icon-flag-ye{
    background-image:url(/build/images/ye.68c39799.svg);
}   

.icon-flag-yt{
    background-image:url(/build/images/yt.0f00b103.svg);
}   

.icon-flag-za{
    background-image:url(/build/images/za.177080d3.svg);
}   

.icon-flag-zm{
    background-image:url(/build/images/zm.5ac3774a.svg);
}   

.icon-flag-zw{
    background-image:url(/build/images/zw.58e2cbd6.svg);
}

:root {

  /*****************************************************************
    LEGACY VARIABLES
******************************************************************/


  /** Website additional colors */

  /** meal groups */


  /** Link colors */
  /** ordinary link */

  /** primary link */


  /**  Button colors theme default */

  /**  Button colors theme primary */

  /**  primary button */

  /**  additional button */


  /**  link button */

  /**  link button additional */


  /**  Input colors */


  /**  Color border */


  /**  Typography */
  /**  font family */

  /**  font color */

  /**  font size */

  /**  font size heading */

  /** Components */
  /** margin */

  /** padding */

  /** z-index */
}

.pgs-icon, .pgs-icon-document{
  display:inline-block;
  background-repeat:no-repeat;
  background-size:contain;
  background-position:center;
  width:16px;
  height:16px;
}

.pgs-icon-document__archive{
  background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 20.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve' fill='%235C6774'%3E %3Cg%3E %3Cg%3E %3Cpath class='st0' d='M11,0H1v16h14V4L11,0z M11,1.41L13.59,4H11V1.41z M5,2h2v2H5V2z M14,15H6v-1H4v1H2V1h2v5h4V1h2v4h4V15z M8,13 H6v1h2V13z M4,12v1h2v-1H4z M8,11H6v1h2V11z M4,10v1h2v-1H4z M8,9H6v1h2V9z M4,8v1h2V8H4z M8,7H6v1h2V7z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}

.pgs-icon-document__exel{
  background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 20.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve' fill='%231F7246'%3E %3Cg%3E %3Cg%3E %3Cpath class='st0' d='M7.38,6.91H5.96L5.02,8.45L4.11,6.91H2.63l1.59,2.53L2.56,12h1.42l1-1.62L5.95,12h1.48L5.79,9.38L7.38,6.91z M12,0H2v4H0v10h2v2h14V4L12,0z M1,13V5h8v8H1z M15,15H3v-1h7V4H3V1h8.59L15,4.41V15z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}

.pgs-icon-document__file{
  background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 20.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve' fill='%2300578F'%3E %3Cpath class='st0' d='M11,0H1v16h14V4L11,0z M13.59,4H11V1.41L13.59,4z M14,15H2V1h8v4h4V15z'/%3E %3C/svg%3E");
}

.pgs-icon-document__pdf{
  background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 20.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve' fill='%23D90000'%3E %3Cg%3E %3Cg%3E %3Cpath class='st0' d='M5.06,5.57L5.02,5.63c0,0,0.01,0.01,0.01,0.01L5.06,5.57z M7.49,10.74c0.21,0.15,0.39,0.25,0.53,0.29 c0.11,0.03,0.21,0.03,0.31,0c0.05-0.02,0.13-0.05,0.15-0.1c0.02-0.05,0.03-0.14-0.01-0.23c-0.04-0.1-0.14-0.2-0.27-0.28 c-0.12-0.08-0.27-0.13-0.49-0.19c-0.21-0.05-0.45-0.09-0.69-0.11c-0.09-0.01-0.18-0.01-0.27-0.01c0.01,0.01,0.02,0.02,0.03,0.03 C7.04,10.39,7.26,10.58,7.49,10.74z M5.34,9.74C5.46,9.71,5.57,9.7,5.67,9.68c-0.09-0.1-0.17-0.2-0.25-0.3 C5.2,9.09,5,8.8,4.83,8.53c-0.22,0.56-0.49,1.08-0.74,1.5c0.02-0.01,0.04-0.01,0.06-0.02C4.65,9.87,5.03,9.79,5.34,9.74z M4.95,6.03l0.02-0.15c0.01-0.09,0.02-0.19,0.02-0.25c-0.04-0.02-0.08-0.05-0.1-0.06c0,0-0.04,0.01-0.04,0.01 c-0.02,0-0.03,0-0.05,0.01C4.79,5.6,4.76,5.62,4.73,5.65C4.72,5.67,4.69,5.74,4.66,5.92C4.64,6.1,4.63,6.29,4.65,6.48 c0.02,0.17,0.05,0.37,0.11,0.6C4.86,6.66,4.93,6.29,4.95,6.03z M1.73,11.97c0,0.02-0.01,0.03-0.01,0.05 C1.85,11.98,2,11.9,2.16,11.76c0.15-0.13,0.36-0.34,0.64-0.7c-0.46,0.23-0.73,0.46-0.85,0.57C1.79,11.79,1.75,11.9,1.73,11.97z M12,0H2v4H0v10h2v2h14V4L12,0z M2.49,12.15c-0.26,0.22-0.49,0.34-0.73,0.38c-0.04,0.01-0.08,0.01-0.12,0.01 c-0.17,0-0.29-0.07-0.36-0.2c-0.07-0.13-0.08-0.29-0.04-0.47c0.05-0.21,0.16-0.39,0.36-0.59c0.25-0.24,0.61-0.49,1.03-0.69 c0.21-0.1,0.45-0.2,0.72-0.3C3.66,9.8,4.1,9.05,4.41,8.21c0.04-0.09,0.07-0.19,0.1-0.28C4.42,7.7,4.36,7.51,4.31,7.34 C4.22,7.04,4.17,6.76,4.15,6.53C4.13,6.3,4.13,6.07,4.16,5.85c0.03-0.22,0.08-0.37,0.16-0.49c0.1-0.14,0.23-0.21,0.32-0.24 C4.7,5.09,4.76,5.09,4.79,5.08c0.07-0.01,0.15-0.02,0.25,0.01c0.06,0.02,0.13,0.06,0.19,0.09l0,0c0.31,0.15,0.28,0.4,0.24,0.76 L5.46,6.08C5.41,6.5,5.29,7.18,5.06,7.9C5.08,7.93,5.1,7.97,5.11,8.01c0.17,0.32,0.42,0.69,0.71,1.06 c0.14,0.17,0.3,0.36,0.46,0.54c0.26-0.02,0.52-0.02,0.77,0c0.26,0.02,0.53,0.07,0.77,0.12C8.1,9.8,8.29,9.88,8.46,9.98 c0.21,0.13,0.38,0.31,0.46,0.5c0.1,0.22,0.1,0.46,0.01,0.66c-0.06,0.12-0.18,0.28-0.45,0.37c-0.2,0.06-0.4,0.06-0.61,0 c-0.19-0.06-0.42-0.18-0.68-0.36c-0.25-0.18-0.49-0.39-0.78-0.67c-0.11-0.11-0.23-0.23-0.34-0.35c-0.18,0.02-0.39,0.05-0.65,0.1 c-0.3,0.05-0.66,0.13-1.13,0.26c-0.21,0.06-0.42,0.13-0.62,0.2c-0.03,0.04-0.05,0.08-0.08,0.11C3.21,11.4,2.82,11.86,2.49,12.15z M15,15H3v-1h7V4H3V1h8.59L15,4.41V15z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}

.pgs-icon-document__powerpoint{
  background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 20.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve' fill='%23B8330A'%3E %3Cg%3E %3Cg%3E %3Cpath class='st0' d='M12,0H2v4H0v10h2v2h14V4L12,0z M1,13V5h8v8H1z M15,15H3v-1h7V4H3V1h8.59L15,4.41V15z M5,6C3.34,6,2,7.34,2,9 c0,1.66,1.34,3,3,3c1.66,0,3-1.34,3-3H5V6z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}

.pgs-icon-document__word{
  background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 20.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve' fill='%232B5797'%3E %3Cg%3E %3Cg%3E %3Cpath class='st0' d='M12,0H2v4H0v10h2v2h14V4L12,0z M1,13V5h8v8H1z M15,15H3v-1h7V4H3V1h8.59L15,4.41V15z M6.46,10.33L5.65,6.91 H4.39l-0.85,3.42l-0.7-3.42H1.51L2.79,12h1.4l0.79-3.15L5.8,12h1.4l1.29-5.09H7.2L6.46,10.33z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}

.icon-arrival{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%235c6774'%3E %3Cg%3E %3Cg%3E %3Cpath d='M20,13.9c0.1-0.7-2.5-2-3.2-2.1l-4-0.9L7.9,1.5L6.3,0.5l1.9,9.1L3.9,8.6L1.8,5L0.4,4.8l0.7,3.9l0.3,0.1 C1.4,9,1.2,9,1.2,9.1c-0.1,0.5,1.5,1.6,2.1,1.7l12.7,3.2C16.8,14.2,19.9,14.5,20,13.9z'/%3E %3C/g%3E %3Cg%3E %3Crect x='3.9' y='17' width='16.1' height='1.3'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  }

.icon-business{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%235c6774' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M1 1h10v14H1zM11 4h4v11h-4z'/%3E %3Cpath stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M4 10h4v5H4z'/%3E %3Cpath fill='currentColor' d='M3 3h2v1H3zM3 5h2v1H3zM3 7h2v1H3zM7 3h2v1H7zM7 5h2v1H7zM7 7h2v1H7z'/%3E %3C/svg%3E");
  }

.icon-departure{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%235c6774'%3E %3Cg%3E %3Cg%3E %3Cpath d='M16.5,7.8l-3.6,1L4.5,3.6H2.8l5.8,6.5l-3.9,1.3l-3.4-2L0,10l2.3,2.9h0.4c0,0.1,0,0.1,0,0.3c0.1,0.6,1.9,0.6,2.5,0.5 L17,10.2c0.6-0.1,3.3-1.4,3-2C20,7.5,17.1,7.7,16.5,7.8z'/%3E %3C/g%3E %3Cg%3E %3Crect y='16.1' width='15.1' height='1.3'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  }

.icon-fit-tour{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 110.51 110.51' fill='%235c6774'%3E %3Ctext transform='translate(20.98 70.38)' font-size='43' fill='currentColor' font-family='Montserrat-Bold,Montserrat' font-weight='700'%3EFIT %3C/text%3E %3Ccircle cx='55.25' cy='55.25' r='52.25' stroke-width='6' fill='none' stroke='currentColor' stroke-miterlimit='10'/%3E %3Ccircle cx='54.92' cy='54.92' r='45.11' fill='none' stroke='currentColor' stroke-miterlimit='10'/%3E %3C/svg%3E");
  }

.icon-direction{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%235c6774'%3E %3Cg%3E %3Cg%3E %3Cpath d='M10.3,19.7L20,10l-9.7-9.7L9,1.6l7.7,7.7H0v1.3h16.8L9,18.4L10.3,19.7z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  }

.icon-document{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 14' fill='%235c6774'%3E %3Cg fill-rule='nonzero'%3E %3Cpath d='M1.097 0C.49 0 0 .479 0 1.07v11.86C0 13.522.491 14 1.097 14h9.473c.606 0 1.097-.479 1.097-1.07V3.5L8.077 0h-6.98zm9.672 12.93c0 .108-.09.195-.2.195H1.098c-.11 0-.2-.087-.2-.195V1.07c0-.108.09-.195.2-.195h6.082v2.634c0 .478.398.866.889.866h2.701v8.555zM8.077 3.5V1.237l2.32 2.263h-2.32z'/%3E %3Cpath d='M1.793 10h8v.97h-8zM1.793 8h8v.97h-8zM1.793 6h8v.97h-8z'/%3E %3C/g%3E %3C/svg%3E");
  }

.icon-documents{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%235c6774' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M10 8h2M10 10h2M10 12h2' stroke='currentColor'/%3E %3Cpath d='M4 11H1V1h8v1' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath clip-rule='evenodd' d='M15 15H7V5h8v10z' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E");
  }

.icon-contract{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%235c6774' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M7 6h2M7 8h2M7 10h2' stroke='currentColor'/%3E %3Cpath clip-rule='evenodd' d='M13 15H3V1h6.605L13 3.197V15z' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E");
  }

.icon-date-calendar{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%235c6774' xmlns='http://www.w3.org/2000/svg'%3E %3Cmask id='a' fill='%23fff'%3E %3Crect y='2' width='16' height='14' rx='1'/%3E %3C/mask%3E %3Crect y='2' width='16' height='14' rx='1' stroke='currentColor' stroke-width='4' mask='url(%23a)'/%3E %3Crect x='3' width='2' height='5' rx='1' fill='currentColor'/%3E %3Crect x='11' width='2' height='5' rx='1' fill='currentColor'/%3E %3Cpath fill='currentColor' d='M1 7h14v1H1z'/%3E %3C/svg%3E");
  }

.icon-aircraft-default{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%235c6774'%3E %3Cpath d='M20,10c0-2-7-1.8-7-1.8L8.7,0.5H7l1.7,7.8L3.8,8.6l-2.9-3L0,6.4L1.3,10L0,13.6l0.9,0.7l2.9-2.9l4.9,0.3L7,19.5h1.7l4.4-7.8 C13,11.8,20,12,20,10z'/%3E %3C/svg%3E");
  }

.icon-aircraft-canceled{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%235c6774'%3E %3Cg%3E %3Cpath d='M10.1,0c-5.5,0-10,4.5-10,10s4.5,10,10,10s10-4.5,10-10S15.6,0,10.1,0z M1.2,10c0-4.9,4-8.8,8.8-8.8c2.2,0,4.3,0.8,5.9,2.2 l-4,4.3L9.7,3.9H8.5L9.7,9L6.3,9.1L4.3,7L3.7,7.5L4.6,10l-0.9,2.5L4.3,13l2-2l1.9,0.1l-4.7,4.7C2.1,14.2,1.2,12.2,1.2,10z M10.1,18.8c-2.2,0-4.3-0.8-5.8-2.2L16.7,4.1c1.4,1.6,2.2,3.6,2.2,5.8C18.9,14.8,15,18.8,10.1,18.8z'/%3E %3Cpath d='M13.7,8.7l-4.4,4.7l-0.8,3.8h1.2l3-5.7c0,0,4.8,0,4.8-1.4C17.6,9.1,15.1,8.8,13.7,8.7z'/%3E %3C/g%3E %3C/svg%3E");
  }

.icon-heart{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 14 12' fill='%235c6774' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill='currentColor' stroke='currentColor' d='M8.454 9.863c-.467.386-.947.784-1.454 1.211-.507-.427-.987-.825-1.455-1.211C2.7 7.511.82 5.956.82 3.913c0-.844.29-1.628.817-2.208a2.775 2.775 0 012.082-.91c1.124 0 1.851.673 2.263 1.237.37.506.562 1.016.628 1.211a.41.41 0 00.39.275.41.41 0 00.39-.275c.066-.195.258-.705.628-1.211C8.43 1.468 9.157.796 10.28.796c.81 0 1.55.323 2.082.91.527.579.817 1.363.817 2.208 0 2.042-1.88 3.597-4.726 5.95z'/%3E %3C/svg%3E");
  }

.icon-shared{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%235c6774' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill='currentColor' d='M13.058 10.169a2.93 2.93 0 00-2.297 1.117L5.768 8.754c.065-.242.112-.491.112-.754a2.85 2.85 0 00-.134-.818l4.972-2.52a2.93 2.93 0 002.34 1.168C14.686 5.83 16 4.525 16 2.914 16 1.305 14.685 0 13.059 0c-1.623 0-2.94 1.305-2.94 2.914 0 .264.047.515.113.757L5.24 6.203a2.936 2.936 0 00-2.3-1.12C1.314 5.084 0 6.39 0 8c0 1.61 1.315 2.915 2.94 2.915.96 0 1.805-.463 2.343-1.17l4.97 2.52a2.856 2.856 0 00-.135.82c0 1.61 1.317 2.915 2.94 2.915 1.625 0 2.94-1.305 2.94-2.915.001-1.612-1.314-2.916-2.94-2.916z'/%3E %3C/svg%3E");
  }

.icon-equalizer{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 10' fill='%235c6774' xmlns='http://www.w3.org/2000/svg'%3E %3Cg stroke='currentColor'%3E %3Cpath d='M5.5 2a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0z'/%3E %3Cpath d='M1 2h1M6 2h9' stroke-width='2' stroke-linecap='round'/%3E %3Cpath d='M2 2h1M5 2h1' stroke-width='2'/%3E %3Cpath d='M13.5 8a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0z'/%3E %3Cpath d='M15 8h-1M10 8H1' stroke-width='2' stroke-linecap='round'/%3E %3Cpath d='M14 8h-1M11 8h-1' stroke-width='2'/%3E %3C/g%3E %3C/svg%3E");
  }

.icon-tourist-child{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 16.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='11.996px' height='26px' viewBox='0 0 11.996 26' enable-background='new 0 0 11.996 26' xml:space='preserve' fill='%235c6774'%3E %3Cg%3E %3Ccircle cx='6.001' cy='8.999' r='2.5'/%3E %3Cpath d='M11.803,15.909c-0.285-0.396-1.332-2.578-2.597-3.243c-0.71-0.376-1.233-0.018-1.694,0.229 c-0.587,0.309-1.03,0.44-1.546,0.422c-0.514,0.021-0.895-0.113-1.48-0.422c-0.462-0.246-0.985-0.604-1.697-0.229 c-1.262,0.665-2.309,2.852-2.596,3.243c-0.324,0.444-0.229,1.069,0.219,1.396C0.589,17.438,0.796,17.497,1,17.497 c0.31,0,0.574-0.177,0.81-0.41c0.376-0.377,0.489-0.61,0.883-1.122c0.179-0.23,0.31-0.181,0.31,0.348c0,1.162,0,1.016,0,5.688 c0,0.828,0.672,1,1.5,1c0.594,0,1.104-0.088,1.35-0.438c0.078-0.112,0.221-0.112,0.299,0C6.394,22.913,6.906,23,7.498,23 c0.83,0,1.5-0.172,1.5-1c0-4.673,0-4.523,0-5.688c0-0.525,0.133-0.578,0.313-0.349c0.395,0.513,0.508,0.745,0.883,1.122 c0.233,0.232,0.5,0.41,0.811,0.41c0.205,0,0.41-0.063,0.59-0.189C12.031,16.979,12.128,16.354,11.803,15.909z'/%3E %3C/g%3E %3C/svg%3E");
  }

.icon-tourist-baby{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 16.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='14px' height='26px' viewBox='0 0 14 26' enable-background='new 0 0 14 26' xml:space='preserve' fill='%235c6774'%3E %3Cg%3E %3Cpath d='M4.5,18C3.119,18,2,19.119,2,20.5S3.119,23,4.5,23C5.882,23,7,21.881,7,20.5S5.882,18,4.5,18z M4.5,22 C3.673,22,3,21.328,3,20.5S3.673,19,4.5,19C5.328,19,6,19.672,6,20.5S5.328,22,4.5,22z'/%3E %3Cpath d='M11.5,18C10.119,18,9,19.119,9,20.5s1.119,2.5,2.5,2.5c1.382,0,2.5-1.119,2.5-2.5S12.882,18,11.5,18z M11.5,22 c-0.827,0-1.5-0.672-1.5-1.5s0.673-1.5,1.5-1.5c0.828,0,1.5,0.672,1.5,1.5S12.328,22,11.5,22z'/%3E %3Cpath d='M8.127,7v5h5.85C13.721,8.921,11.127,7,8.127,7z'/%3E %3Cpath d='M13.977,13H3.027c0-1.654-0.847-3-2.5-3c-0.277,0-0.5,0.223-0.5,0.5c0,0.275,0.223,0.5,0.5,0.5c1.103,0,1.5,0.896,1.5,2 c0,3.469,2.829,5,5.975,5C11.146,18,13.721,16.079,13.977,13z'/%3E %3C/g%3E %3C/svg%3E");
  }

.icon-aircraft-request{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%235c6774'%3E %3Cpath d='M8.9,1.1V0c-1,0.1-2,0.4-2.9,0.8l0.6,1C7.3,1.4,8.1,1.2,8.9,1.1z M1.8,6.5L0.8,6C0.4,6.9,0.1,7.9,0,8.9h1.1 C1.2,8.1,1.4,7.3,1.8,6.5z M0,11.1c0.1,1,0.4,2,0.8,2.9l1-0.6c-0.3-0.7-0.5-1.5-0.6-2.4C1.1,11.1,0,11.1,0,11.1z M20,8.9 c-0.1-1-0.4-2-0.8-2.9l-1,0.6c0.3,0.7,0.5,1.5,0.6,2.3L20,8.9L20,8.9z M4.6,2.9L4,1.9C3.2,2.5,2.5,3.2,1.9,4l1,0.6 C3.4,3.9,4,3.4,4.6,2.9z M14,0.8c-0.9-0.4-1.9-0.7-2.9-0.8v1.1c0.8,0.1,1.6,0.3,2.3,0.6L14,0.8z M18.2,13.5l1,0.6 c0.4-0.9,0.7-1.9,0.8-2.9h-1.1C18.8,11.9,18.6,12.7,18.2,13.5z M11.1,18.9V20c1-0.1,2-0.4,2.9-0.8l-0.6-1 C12.7,18.5,12,18.8,11.1,18.9z M15.4,17.1l0.6,1c0.8-0.6,1.5-1.3,2.1-2.1l-1-0.6C16.6,16,16.1,16.6,15.4,17.1z M16,1.9l-0.6,1 c0.6,0.5,1.2,1.1,1.7,1.7l1-0.6C17.5,3.2,16.8,2.5,16,1.9z M6,19.2c0.9,0.4,1.9,0.7,2.9,0.8v-1.1c-0.8-0.1-1.6-0.3-2.3-0.6L6,19.2z M17.6,10c0-1.4-4.9-1.2-4.9-1.2L9.7,3.3H8.4l1.2,5.5L6.2,9L4.2,7L3.6,7.5L4.5,10l-0.9,2.5l0.6,0.5l2-2l3.4,0.2l-1.2,5.4h1.2 l3.1-5.5C12.7,11.3,17.6,11.5,17.6,10z M2.9,15.4l-1,0.6c0.6,0.8,1.3,1.5,2.1,2.1l0.6-1C4,16.6,3.4,16.1,2.9,15.4z'/%3E %3C/svg%3E");
  }

.icon-trash{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 20.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve' fill='%235c6774'%3E %3Cg%3E %3Cg%3E %3Cpath d='M14,5L14,5l0,9.3c0,0.9-0.7,1.6-1.6,1.6H3.6C2.7,16,2,15.3,2,14.4L2,5L14,5z'/%3E %3C/g%3E %3Cg%3E %3Cpath d='M10,2L10,2l0-0.4C10,0.7,9.3,0,8.4,0H7.6C6.7,0,6,0.7,6,1.6L6,2L2.6,2C1.7,2,1,2.7,1,3.6L1,4l14,0l0,0l0-0.4 C15,2.7,14.3,2,13.4,2L10,2z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  }

.icon-cached{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%235c6774'%3E %3Cpath d='M16.4,5.9l-3.6,3.6h2.7c0,3-2.4,5.4-5.4,5.4c-0.9,0-1.8-0.2-2.5-0.6l-1.3,1.3c1.1,0.7,2.4,1.1,3.9,1.1c4,0,7.2-3.2,7.2-7.2 H20L16.4,5.9z M4.6,9.5c0-3,2.4-5.4,5.4-5.4c0.9,0,1.8,0.2,2.5,0.6l1.3-1.3c-1.1-0.7-2.4-1.1-3.9-1.1c-4,0-7.2,3.2-7.2,7.2H0.1 l3.6,3.6l3.6-3.6H4.6z'/%3E %3C/svg%3E");
  }

.icon-minus{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 20.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve' fill='%235c6774'%3E %3Cg%3E %3Cg%3E %3Cpath d='M3,9V7h10v2H3z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  }

.icon-minus-thin{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 13 2' xmlns='http://www.w3.org/2000/svg' fill='%235c6774'%3E %3Cpath d='M.287 1c0 .2.162.364.363.364h11.7a.364.364 0 1 0 0-.728H.65C.45.636.287.8.287 1z' fill-rule='evenodd'/%3E %3C/svg%3E");
  }

.icon-plus{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 20.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve' fill='%235c6774'%3E %3Cg%3E %3Cg%3E %3Cpath d='M3,9V7l4,0V3h2v4l4,0v2L9,9v4H7V9L3,9z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  }

.icon-plus-thin{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 13 14' xmlns='http://www.w3.org/2000/svg' fill='%235c6774'%3E %3Cg fill-rule='evenodd'%3E %3Cpath d='M.287 7c0 .2.162.364.363.364h11.7a.364.364 0 1 0 0-.728H.65c-.2 0-.363.163-.363.364z'/%3E %3Cpath d='M6.136 1.15v11.7a.364.364 0 1 0 .728 0V1.15A.362.362 0 0 0 6.5.787c-.2 0-.364.162-.364.363z'/%3E %3C/g%3E %3C/svg%3E");
  }

.icon-hotel{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 20.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve' fill='%235c6774'%3E %3Cg%3E %3Cg%3E %3Cpath d='M13.99,7v2H2.01V4h-2.02v10h2.02v-2h11.98v2h2.02V7H13.99z M8.01,6H2.99v2h5.02V6z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  }

.icon-business-lounge{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%235c6774'%3E %3Ctitle%3Ebusiness-lounge%3C/title%3E %3Cpath d='M11.1,10.5L20-0.1H0l8.9,10.6v7.4H0V20h20v-2.1h-8.9V10.5z M10,4.7c0-0.9,0.7-1.6,1.7-1.6c0.9,0,1.7,0.7,1.7,1.6 s-0.7,1.6-1.7,1.6C10.7,6.3,10,5.6,10,4.7z'/%3E %3C/svg%3E");
  }

.icon-choice-place{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%235c6774'%3E %3Ctitle%3Echoice-place%3C/title%3E %3Cpath d='M5.8,4.6C7,4.6,8,3.6,8,2.3c0,0,0,0,0,0C8,1.1,7.1,0,5.8,0c0,0,0,0,0,0C4.5,0,3.6,1.1,3.6,2.3C3.6,3.5,4.5,4.6,5.8,4.6z M18.6,17.6L14,12.7c-0.2-0.3-0.4-0.5-0.8-0.6L13,11.9c-0.1,0-0.3-0.1-0.4-0.1H8.9l-1-5.2C7.8,5.7,7,5,6,5l0,0C4.9,5,4,6,4.1,7.1 c0,0.1,0,0.2,0,0.3l1.1,6.1c0.1,1,1,1.7,2,1.7H13l4,4.2C18.1,20.6,19.8,18.9,18.6,17.6L18.6,17.6z M12.2,15.9H6.8 c-1.2,0-2.1-0.8-2.3-2l-1-5.2C3.4,8.2,3,7.9,2.5,8C2,8.2,1.7,8.6,1.8,9.1l1,5.4c0.2,0.7,0.5,1.4,1,2l0,0L3.3,20h5.9L9,17.8h3.2 c0.5-0.2,0.8-0.7,0.6-1.3C12.8,16.2,12.5,16,12.2,15.9L12.2,15.9z M3.2,6.4L2.7,1.8c0-0.5-0.5-0.8-0.9-0.8S1,1.4,1,1.9c0,0,0,0,0,0 l0.5,4.7l0,0c0.1,0.5,0.5,0.8,1,0.8C2.9,7.4,3.2,6.9,3.2,6.4L3.2,6.4L3.2,6.4z'/%3E %3C/svg%3E");
  }

.icon-luggage{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%235c6774'%3E%3Ctitle%3Eluggage%3C/title%3E%3Cpath class='cls-1' d='M2,8v9a2,2,0,0,0,2,2H6V6H4A2,2,0,0,0,2,8ZM19,6H17V19h2a2,2,0,0,0,2-2V8A2,2,0,0,0,19,6ZM14,4a1,1,0,0,0-1-1H10A1,1,0,0,0,9,4V6H7V19h9V6H14ZM13,6H10V4h3Z'/%3E%3C/svg%3E");
  }

.icon-return{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%235c6774'%3E%3Ctitle%3Ereturn%3C/title%3E%3Cpath class='cls-1' d='M12,18a6,6,0,0,1-4.71-2.31L10,13H3v7l2.17-2.17A9,9,0,0,0,20.94,13h-3A6,6,0,0,1,12,18ZM18.85,6.17A9,9,0,0,0,3.06,11h3A6,6,0,0,1,16.71,8.31L14,11h7V4Z'/%3E%3C/svg%3E");
  }

.icon-money{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 7 10' style='enable-background:new 0 0 7 10;' xml:space='preserve' fill='%235c6774'%3E %3Cg%3E %3Cpath d='M6,7v1H3v2H1V8H0V7h1V6H0V5h1V0l2,0c3.7,0,4,2.2,4,2.9C7,6.3,3,6,3,6v1H6z M5,3c0-1.8-2-2-2-2s0,3,0,4C3.7,5,5,4.6,5,3z'/%3E %3C/g%3E %3C/svg%3E");
  }

.icon-text-fields{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='36' viewBox='0 0 24 24' width='36' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='%235c6774'%3E %3Cdefs%3E %3Cpath d='M24 24H0V0h24v24z' id='a'/%3E %3C/defs%3E %3CclipPath id='b'%3E %3Cuse overflow='visible' xlink:href='%23a'/%3E %3C/clipPath%3E %3Cpath clip-path='url(%23b)' d='M2.5 4v3h5v12h3V7h5V4h-13zm19 5h-9v3h3v7h3v-7h3V9z'/%3E %3C/svg%3E");
  }

.icon-layout{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='36' viewBox='0 0 24 24' width='36' xmlns='http://www.w3.org/2000/svg' fill='%235c6774'%3E %3Cpath d='M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-5 14H4v-4h11v4zm0-5H4V9h11v4zm5 5h-4V9h4v9z'/%3E %3Cpath d='M0 0h24v24H0z' fill='none'/%3E %3C/svg%3E");
  }

.icon-stars{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='36' viewBox='0 0 24 24' width='36' xmlns='http://www.w3.org/2000/svg' fill='%235c6774'%3E %3Cpath d='M0 0h24v24H0z' fill='none'/%3E %3Cpath d='M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zm4.24 16L12 15.45 7.77 18l1.12-4.81-3.73-3.23 4.92-.42L12 5l1.92 4.53 4.92.42-3.73 3.23L16.23 18z'/%3E %3C/svg%3E");
  }

.icon-text-format{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='36' viewBox='0 0 24 24' width='36' xmlns='http://www.w3.org/2000/svg' fill='%235c6774'%3E %3Cpath d='M5 17v2h14v-2H5zm4.5-4.2h5l.9 2.2h2.1L12.75 4h-1.5L6.5 15h2.1l.9-2.2zM12 5.98L13.87 11h-3.74L12 5.98z'/%3E %3Cpath d='M0 0h24v24H0z' fill='none'/%3E %3C/svg%3E");
  }

.icon-open-book{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 297 226.9' style='enable-background:new 0 0 297 226.9;' xml:space='preserve' fill='%235c6774'%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cpath d='M45.4,0C45.4,0,45.4,0,45.4,0C42.6,0,40,1.1,38,3.1c-2,2-3.1,4.7-3.1,7.5V170c0,5.8,4.8,10.6,10.6,10.6 c24.7,0.1,66.2,5.2,94.8,35.1V49c0-2-0.5-3.8-1.5-5.4C115.3,5.8,70.2,0.1,45.4,0z'/%3E %3Cpath d='M262.2,170V10.6c0-2.9-1.1-5.5-3.1-7.5c-2-2-4.6-3.1-7.4-3.1c0,0,0,0,0,0c-24.8,0.1-69.9,5.8-93.4,43.6 c-1,1.5-1.5,3.4-1.5,5.4v166.8c28.6-29.9,70-35.1,94.8-35.1C257.4,180.6,262.2,175.8,262.2,170z'/%3E %3Cpath d='M286.4,36.8h-7.7V170c0,14.9-12.2,27.1-27.1,27.1c-21,0.1-55.6,4.2-80.1,27.3c42.4-10.4,87.1-3.6,112.5,2.2 c3.2,0.7,6.5,0,9-2.1c2.5-2,4-5.1,4-8.3V47.4C297,41.5,292.2,36.8,286.4,36.8z'/%3E %3Cpath d='M18.3,170V36.8h-7.7C4.8,36.8,0,41.5,0,47.4v168.9c0,3.2,1.5,6.3,4,8.3c2.5,2,5.8,2.8,9,2.1 c25.5-5.8,70.1-12.5,112.5-2.2c-24.5-23.2-59.1-27.3-80.1-27.3C30.5,197.1,18.3,184.9,18.3,170z'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  }

.icon-download{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%235c6774'%3E %3Cpath d='M18.2,7.1h-4.7V0H6.5v7.1H1.8l8.2,8.2L18.2,7.1z M1.8,17.6V20h16.5v-2.4H1.8z'/%3E %3C/svg%3E");
  }

.icon-flight{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%235c6774'%3E %3Cpath d='M20,14l-8.4-2.5V17l2.1,1.5V20L10,19l-3.7,1v-1.5L8.4,17v-5.5L0,14v-2l8.4-5V1.5C8.4,0.7,9.1,0,10,0s1.6,0.7,1.6,1.5V7 l8.4,5C20,12,20,14,20,14z'/%3E %3C/svg%3E");
  }

.icon-feature-map{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Group_11' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='36px' height='35px' viewBox='0 0 36 35' style='enable-background:new 0 0 36 35;' xml:space='preserve' fill='%235c6774'%3E %3Ctitle%3Emap2%3C/title%3E %3Cg%3E %3Cpath d='M0,0v1v34h36V0H0z M34,33H2V2h32V33z'/%3E %3Cpath d='M26.8,14.1c0-4.7-3.8-8.6-8.6-8.6c-4.7,0-8.6,3.8-8.6,8.6c0,6.5,8.6,15.9,8.6,15.9S26.8,20.5,26.8,14.1z M15.1,14.1 c0-1.7,1.4-3.1,3.1-3.1c1.7,0,3.1,1.4,3.1,3.1c0,1.7-1.4,3.1-3.1,3.1C16.5,17.2,15.1,15.8,15.1,14.1z'/%3E %3C/g%3E %3C/svg%3E");
  }

.icon-feature-excursion{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Group_11' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 36 35' enable-background='new 0 0 36 35' xml:space='preserve' fill='%235c6774'%3E %3Ctitle%3Eplain%3C/title%3E %3Cg%3E %3Cpath d='M0,0v1v34h36V0H0z M33.9,32.9H2.1V2.1h31.8V32.9z'/%3E %3Cpath d='M5.909,28.089h1.344h21.509h1.344c0.45,0,0.815-0.365,0.815-0.815c0-0.45-0.365-0.815-0.815-0.815h-0.53 H6.438h-0.53c-0.45,0-0.815,0.365-0.815,0.815C5.094,27.724,5.459,28.089,5.909,28.089z'/%3E %3Cpath d='M7.952,15.705v8.088H7.432c-0.442,0-0.801,0.359-0.801,0.801v0.521h22.752v-0.521 c0-0.442-0.359-0.801-0.801-0.801h-0.521v-8.088h-4.246v8.088H20.13v-8.088h-4.246v8.088h-3.685v-8.088H7.952z'/%3E %3Cpath d='M6.71,14.361h22.593c0.001,0,0.001,0,0.002,0c0.443,0,0.801-0.359,0.801-0.801 c0-0.324-0.192-0.602-0.468-0.729L18.374,7.012c-0.231-0.119-0.505-0.119-0.735,0L6.342,12.848 c-0.328,0.17-0.498,0.542-0.411,0.901C6.019,14.108,6.34,14.361,6.71,14.361z'/%3E %3C/g%3E %3C/svg%3E");
  }

.icon-feature-flight-classes{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Group_11' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 36 35' style='enable-background:new 0 0 36 35;' xml:space='preserve' fill='%235c6774'%3E %3Ctitle%3Eplain%3C/title%3E %3Cpath d='M0,0v1v34h36V0H0z M33.9,32.9H2.1V2.1h31.8C33.9,2.1,33.9,32.9,33.9,32.9z'/%3E %3Cpath d='M13.4,9c-1-1-1-2.7,0-3.8s2.7-1,3.8,0c1,1,1,2.7,0,3.8C16.1,10,14.4,10,13.4,9z M11.3,23V11.1H8.6V23 c0,3.7,3,6.6,6.6,6.6h8V27h-8C13.1,27,11.3,25.2,11.3,23z M29.8,28.4l-6.7-6.7h-4.5v-4.9c1.9,1.5,4.8,2.9,7.3,2.9v-2.9 c-2.2,0-4.8-1.2-6.2-2.7L17.8,12c-0.3-0.3-0.6-0.5-0.9-0.7c-0.4-0.2-0.8-0.3-1.3-0.3h0c-1.6,0-3,1.3-3,3v7.6c0,2.2,1.8,4,4,4h6.7 l4.6,4.6L29.8,28.4z'/%3E %3C/svg%3E");
  }

.icon-feature-plane{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Group_11' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%235c6774'%3E %3Ctitle%3Eplain%3C/title%3E %3Cg%3E %3Cpath d='M0,0v0.6V20h20V0H0z M18.8,18.8H1.2V1.2h17.7V18.8z'/%3E %3Cpath d='M2.9,12.9l2.1,1L5,13.9l0.2,0.2c-0.1,0.1-0.1,0.3-0.1,0.4c0,0.2,0.1,0.3,0.2,0.4C5.4,15,5.5,15.1,5.7,15 C5.8,15,5.9,15,6.1,15l0.2,0.2l0.1,0.1l0.9,2.1c0.1,0.1,0.2,0.2,0.3,0.2c0.1,0,0.2-0.1,0.3-0.1l0.3-0.3c0.1-0.1,0.2-0.2,0.2-0.3 c0,0,0,0,0-0.1l-0.3-3l0.2-0.2c0.9-0.7,1.9-1.7,2.9-2.6l1.1,1.1c0,0,0.1,0.1,0.1,0.1l2.1,3.8c0.1,0.2,0.3,0.2,0.5,0.1l0.1-0.1 l0.6-0.6c0.1-0.1,0.1-0.2,0.1-0.3c0-0.1,0-0.1,0-0.1l-0.6-1.8l0.4-0.5c0.2-0.2,0.2-0.4,0-0.6l-0.3-0.3c-0.2-0.1-0.3-0.2-0.5-0.1 l-0.1-0.3l0.5-0.5c0.1-0.1,0.1-0.2,0.1-0.3c0-0.1-0.1-0.2-0.1-0.3L14.8,10c-0.2-0.2-0.4-0.2-0.6,0l-0.5-1.8l0.5-0.5 C15,7,15.7,6.3,16.4,5.5c0.6-0.6,0.9-1.4,0.9-2.3c0-0.2-0.1-0.3-0.1-0.5c0-0.1-0.1-0.1-0.1-0.1l-0.1-0.1c-0.2-0.1-0.3-0.1-0.4-0.1 c-0.8,0.1-1.6,0.5-2.2,1c-0.8,0.7-1.6,1.4-2.2,2.2l-0.6,0.6L9.9,5.7c0.2-0.2,0.2-0.4,0-0.6L9.6,4.7C9.6,4.7,9.4,4.6,9.3,4.6 c-0.1,0-0.2,0.1-0.3,0.1L8.6,5.3L8.3,5.1c0.2-0.2,0.2-0.4,0-0.6L8,4.2C7.9,4.2,7.8,4.1,7.7,4.1c-0.1,0-0.2,0.1-0.3,0.1L7,4.7 L5.2,4.1c-0.1,0-0.1,0-0.1,0C5,4.1,4.9,4.2,4.8,4.2L4.2,4.9C4.1,5,4.1,5.1,4.1,5.2c0,0.1,0.1,0.3,0.2,0.3l3.7,2.2l0.1,0.1l1.1,1.1 c-1,1.1-1.9,2.1-2.6,3l-0.2,0.2l-2.9-0.3H3.4c-0.1,0-0.3,0.1-0.4,0.2l-0.3,0.3c-0.1,0.1-0.1,0.2-0.1,0.3 C2.7,12.7,2.7,12.9,2.9,12.9z'/%3E %3C/g%3E %3C/svg%3E");
  }

.icon-feature-kids{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Group_11' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%235c6774'%3E %3Ctitle%3Ekids%3C/title%3E %3Cg%3E %3Cpath d='M0,0v0.6V20h20V0H0z M18.8,18.8H1.2V1.2h17.7V18.8z'/%3E %3Cellipse cx='11.7' cy='9.1' rx='0.8' ry='0.9'/%3E %3Cellipse cx='8.3' cy='9.1' rx='0.8' ry='0.9'/%3E %3Cpath d='M4.6,12.7c0.3,0.7,0.8,1.4,1.4,2c2.3,2.1,5.7,2.1,7.9,0c0.6-0.6,1.1-1.2,1.4-2c1-0.3,1.7-1.1,1.9-2.2 c0.1-0.3,0.1-0.6,0-0.9c-0.2-1-0.9-1.9-1.9-2.2c-0.3-0.7-0.8-1.4-1.4-2c-2.5-2.2-6.2-2-8.4,0.6C5.1,6.5,4.8,7,4.6,7.5 c-1,0.3-1.7,1.1-1.9,2.2c-0.1,0.3-0.1,0.6,0,0.9C2.8,11.6,3.6,12.5,4.6,12.7z M5.3,8.7c0.1,0,0.1,0,0.2,0c0.1-0.5,0.3-0.9,0.6-1.3 c1.4-2.2,4.3-2.9,6.4-1.4c0.6,0.3,1,0.9,1.4,1.4c0.2,0.4,0.4,0.8,0.6,1.3c0.1,0,0.1,0,0.2,0c0.7,0,1.3,0.6,1.3,1.4 c0,0.8-0.6,1.4-1.3,1.4c-0.1,0-0.1,0-0.2,0c-0.1,0.5-0.3,0.9-0.6,1.3c-1.4,2.2-4.3,2.9-6.4,1.4c-0.6-0.3-1-0.9-1.4-1.4 c-0.2-0.4-0.4-0.8-0.6-1.3c-0.1,0-0.1,0-0.2,0c-0.7,0-1.3-0.6-1.3-1.4C4,9.4,4.6,8.7,5.3,8.7z'/%3E %3Cpath d='M11.2,13.3c0.8-0.3,1.4-1,1.7-1.8H7C7.7,13.2,9.6,14,11.2,13.3z'/%3E %3C/g%3E %3C/svg%3E");
  }

.icon-feature-diving{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Group_11' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%235c6774'%3E %3Ctitle%3Esea%3C/title%3E %3Cg%3E %3Cpath d='M0,0v0.6V20h20V0H0z M18.8,18.8H1.2V1.2h17.7V18.8z'/%3E %3Cpath d='M5.6,13.2h0.3c0.9,0,1.8-0.7,2-1.6c0.1-0.3,0.3-0.5,0.6-0.5c0.3,0,0.5,0.2,0.6,0.5c0.2,1,1.1,1.7,2,1.7h0.3 c1.3,0,2.3-1,2.3-2.3v-0.6c0-0.5-0.4-0.9-0.9-0.9H4.2c-0.5-0.1-0.9,0.3-0.9,0.9v0.6C3.3,12.2,4.4,13.2,5.6,13.2z'/%3E %3Cpath d='M11.6,14.5h-0.9c-0.2-0.2-0.4-0.2-0.6-0.2H8.6c-0.6,0-0.9,0.5-0.9,1c0,0.6,0.4,1,0.9,1H10c0.2,0,0.4-0.1,0.6-0.2h0.9 c2.6,0,4.7-2.2,4.7-4.8V4.8c0.3-0.1,0.4-0.3,0.4-0.5c0-0.3-0.2-0.5-0.5-0.5h-1.4c-0.3,0-0.5,0.2-0.5,0.5c0,0.3,0.2,0.5,0.5,0.5h0.1 v6.3C14.8,13,13.3,14.5,11.6,14.5z'/%3E %3C/g%3E %3C/svg%3E");
  }

.icon-feature-cards{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Group_11' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%235c6774'%3E %3Ctitle%3Esea%3C/title%3E %3Cg%3E %3Cpath d='M0,0v0.6V20h20V0H0z M18.8,18.8H1.2V1.2h17.7V18.8z'/%3E %3Cpath d='M6.9,9v5.1c0,0.8,0.6,1.4,1.4,1.4h7.9c0.8,0,1.4-0.6,1.4-1.4V9c0-0.8-0.6-1.4-1.4-1.4H8.3C7.6,7.5,6.9,8.2,6.9,9z M16.8,14.1c0,0.3-0.2,0.5-0.5,0.5h-8c-0.3,0-0.5-0.2-0.5-0.5v-3.6h9V14.1z M16.3,8.5c0.3,0,0.5,0.2,0.5,0.5v0.2H7.8V9 c0-0.3,0.2-0.5,0.5-0.5H16.3z'/%3E %3Cpath d='M4.8,14.1c0.3,0.6,1,0.9,1.6,0.7c-0.2-0.3-0.3-0.7-0.3-1.1V8.9c0-1.2,0.9-2.2,2.1-2.2h4.9l-1-2.1c-0.3-0.7-1.2-1-1.8-0.6 L3.2,7.5C2.6,7.9,2.3,8.7,2.6,9.4L4.8,14.1z'/%3E %3Cpath d='M9.2,14.1c0.3,0,0.5-0.1,0.7-0.3c0.2,0.2,0.4,0.3,0.7,0.3c0.5,0,0.9-0.4,0.9-0.9c0-0.5-0.4-0.9-0.9-0.9 c-0.3,0-0.5,0.1-0.7,0.3c-0.2-0.2-0.4-0.3-0.7-0.3c-0.5,0-0.9,0.4-0.9,0.9C8.3,13.7,8.7,14.1,9.2,14.1z'/%3E %3C/g%3E %3C/svg%3E");
  }

.icon-feature-build-year{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Group_11' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%235c6774'%3E %3Ctitle%3Esea%3C/title%3E %3Cg%3E %3Cpath d='M-0.1,0v0.6V20H20V0H-0.1z M18.8,18.8H1.1V1.2h17.8V18.8z'/%3E %3Cpath d='M3.4,5.7L3.3,6.1C3.2,6.2,3.4,6.3,3.5,6.5c0.1,0.1,0.1,0.1,0.2,0.1s0.2-0.1,0.2-0.1l0.3-0.2l0.2,0.2 c0.1,0.1,0.2,0.1,0.2,0.1c0.1,0,0.2-0.1,0.2-0.1C4.9,6.3,5,6.2,4.9,6.1L4.9,5.7l0.3-0.3C5.3,5.3,5.3,5.1,5.3,5 C5.2,4.9,5.1,4.7,5,4.7L4.6,4.7L4.5,4.3c-0.1-0.3-0.6-0.3-0.7,0L3.7,4.7L3.3,4.7C3.2,4.7,3,4.9,3,5C3,5.1,3,5.3,3.1,5.4L3.4,5.7z'/%3E %3Cpath d='M15,5.7l-0.1,0.4c-0.1,0.2,0.1,0.3,0.2,0.4c0.1,0.1,0.1,0.1,0.2,0.1c0.1,0,0.2-0.1,0.2-0.1l0.3-0.2L16,6.5 c0.1,0.1,0.2,0.1,0.2,0.1s0.2-0.1,0.2-0.1c0.1-0.1,0.2-0.2,0.2-0.4l-0.1-0.4l0.3-0.3c0.1-0.1,0.2-0.2,0.1-0.4 c-0.1-0.1-0.2-0.2-0.3-0.2l-0.4-0.1l-0.1-0.3c-0.1-0.3-0.6-0.3-0.7,0l-0.1,0.3l-0.4,0.1c-0.1,0-0.3,0.1-0.3,0.3 c-0.1,0.1,0,0.3,0.1,0.4L15,5.7z'/%3E %3Cpath d='M8.9,5.2L8.7,6C8.7,6.2,8.8,6.3,8.9,6.5c0.1,0.1,0.3,0.1,0.4,0l0.6-0.4l0.6,0.4c0.1,0.1,0.2,0.1,0.2,0.1s0.2,0,0.2-0.1 C11,6.3,11.1,6.2,11.1,6l-0.2-0.8l0.6-0.5c0.1-0.1,0.2-0.3,0.1-0.5s-0.2-0.3-0.3-0.3l-0.8-0.1l-0.2-0.7c-0.1-0.3-0.6-0.3-0.7,0 L9.3,3.9L8.5,4C8.4,4,8.3,4.1,8.2,4.3s0,0.3,0.1,0.5L8.9,5.2z'/%3E %3Cpath d='M5.9,5.4L5.8,6C5.7,6.2,5.8,6.3,5.9,6.4C6,6.5,6,6.5,6.1,6.5c0.1,0,0.2-0.1,0.2-0.1l0.4-0.3l0.4,0.3 c0.1,0.1,0.2,0.1,0.2,0.1c0.1,0,0.2-0.1,0.2-0.1C7.7,6.3,7.8,6.2,7.8,6L7.7,5.4L8.1,5c0.1-0.1,0.2-0.3,0.1-0.4 C8.2,4.5,8,4.4,7.9,4.3L7.3,4.3L7.2,3.8C7,3.5,6.5,3.5,6.4,3.8L6.3,4.3L5.7,4.3c-0.2,0-0.3,0.1-0.3,0.3C5.3,4.8,5.4,4.9,5.5,5 L5.9,5.4z'/%3E %3Cpath d='M12.2,5.4L12.1,6c-0.1,0.2,0.1,0.3,0.2,0.4c0.1,0.1,0.1,0.1,0.2,0.1c0.1,0,0.2-0.1,0.2-0.1l0.4-0.3l0.4,0.3 c0.1,0.1,0.2,0.1,0.2,0.1s0.2-0.1,0.2-0.1c0.1-0.1,0.2-0.2,0.2-0.4L14,5.4L14.4,5c0.1-0.1,0.2-0.3,0.1-0.4 c-0.1-0.2-0.2-0.2-0.3-0.3l-0.6-0.1l-0.2-0.5c-0.1-0.3-0.6-0.3-0.7,0l-0.2,0.5L12,4.3c-0.2,0-0.3,0.1-0.3,0.3 c-0.1,0.2,0,0.3,0.1,0.4L12.2,5.4z'/%3E %3Cpath d='M14.5,10.1h-1.7V8.3c0-0.6-0.5-1.2-1.2-1.2H8.2C7.5,7.1,7,7.6,7,8.3v1.8H5.3c-0.6,0-1.1,0.5-1.1,1.2v5.6 c0,0.2,0.1,0.3,0.3,0.3h11c0.2,0,0.3-0.1,0.3-0.3v-5.6C15.7,10.6,15.2,10.1,14.5,10.1z M6.4,15.7c0,0.2-0.1,0.3-0.3,0.3H5.5 c-0.2,0-0.3-0.1-0.3-0.3v-0.6c0-0.2,0.1-0.3,0.3-0.3h0.6c0.2,0,0.3,0.1,0.3,0.3V15.7z M6.4,13.9c0,0.2-0.1,0.3-0.3,0.3H5.5 c-0.2,0-0.3-0.1-0.3-0.3v-0.6c0-0.2,0.1-0.3,0.3-0.3h0.6c0.2,0,0.3,0.1,0.3,0.3V13.9z M6.4,12.1c0,0.2-0.1,0.3-0.3,0.3H5.5 c-0.2,0-0.3-0.1-0.3-0.3v-0.6c0-0.2,0.1-0.3,0.3-0.3h0.6c0.2,0,0.3,0.1,0.3,0.3V12.1z M8.2,8.6c0-0.2,0.1-0.3,0.3-0.3h0.9 c0.2,0,0.3,0.1,0.3,0.3v0.6c0,0.2-0.1,0.3-0.3,0.3H8.4c-0.2,0-0.3-0.1-0.3-0.3V8.6z M8.2,10.3c0-0.2,0.1-0.3,0.3-0.3h0.9 c0.2,0,0.3,0.1,0.3,0.3v0.6c0,0.2-0.1,0.3-0.3,0.3H8.4c-0.2,0-0.3-0.1-0.3-0.3V10.3z M8.2,12.7v-0.6c0-0.2,0.1-0.3,0.3-0.3h0.9 c0.2,0,0.3,0.1,0.3,0.3v0.6c0,0.2-0.1,0.3-0.3,0.3H8.4C8.3,13,8.2,12.9,8.2,12.7z M11.1,16.2c0,0.2-0.1,0.3-0.3,0.3H9.1 c-0.2,0-0.3-0.1-0.3-0.3v-2.3c0-0.2,0.1-0.3,0.3-0.3h1.7c0.2,0,0.3,0.1,0.3,0.3V16.2z M11.6,12.7c0,0.2-0.1,0.3-0.3,0.3h-0.8 c-0.2,0-0.3-0.1-0.3-0.3v-0.6h-0.1c0-0.2,0.1-0.3,0.3-0.3h0.9c0.2,0,0.3,0.1,0.3,0.3V12.7z M11.6,10.9c0,0.2-0.1,0.3-0.3,0.3h-0.8 c-0.2,0-0.3-0.1-0.3-0.3v-0.6h-0.1c0-0.2,0.1-0.3,0.3-0.3h0.9c0.2,0,0.3,0.1,0.3,0.3V10.9z M11.6,9.1c0,0.2-0.1,0.3-0.3,0.3h-0.8 c-0.2,0-0.3-0.1-0.3-0.3V8.6h-0.1c0-0.2,0.1-0.3,0.3-0.3h0.9c0.2,0,0.3,0.1,0.3,0.3V9.1z M14.5,15.7c0,0.2-0.1,0.3-0.3,0.3h-0.6 c-0.2,0-0.3-0.1-0.3-0.3v-0.6c0-0.2,0.1-0.3,0.3-0.3h0.6c0.2,0,0.3,0.1,0.3,0.3V15.7z M14.5,13.9c0,0.2-0.1,0.3-0.3,0.3h-0.6 c-0.2,0-0.3-0.1-0.3-0.3v-0.6c0-0.2,0.1-0.3,0.3-0.3h0.6c0.2,0,0.3,0.1,0.3,0.3V13.9z M14.5,12.1c0,0.2-0.1,0.3-0.3,0.3h-0.6 c-0.2,0-0.3-0.1-0.3-0.3v-0.6c0-0.2,0.1-0.3,0.3-0.3h0.6c0.2,0,0.3,0.1,0.3,0.3V12.1z'/%3E %3C/g%3E %3C/svg%3E");
  }

.icon-feature-beach{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Group_11' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%235c6774'%3E %3Ctitle%3Ebeach%3C/title%3E %3Cg%3E %3Cpath d='M0,0v0.6V20h20V0H0z M18.8,18.8H1.2V1.2h17.7V18.8z'/%3E %3Cpath d='M13.7,7.8l1.9-2c-2.7-2.7-7.1-2.7-9.7,0C8.7,4.9,11.7,5.7,13.7,7.8z'/%3E %3Cpath d='M8.8,12.9l3.9-4c-2.1-2.2-4.7-3.3-6.8-3H5.9C5.6,7.9,6.7,10.6,8.8,12.9z'/%3E %3Cpolygon points='10.8,11.8 15.2,16.4 16.2,15.3 11.8,10.8 '/%3E %3Cpath d='M7.8,13.8c-2.1-2.1-2.8-5.2-1.9-8c-2.7,2.7-2.7,7.3,0,10L7.8,13.8z'/%3E %3C/g%3E %3C/svg%3E");
  }

.icon-feature-aquapark{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Group_11' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%235c6774'%3E %3Ctitle%3Esea%3C/title%3E %3Cg%3E %3Cpath d='M0,0v0.6V20h20V0H0z M18.8,18.8H1.2V1.2h17.7C18.8,1.2,18.8,18.8,18.8,18.8z'/%3E %3Cpath d='M3.7,10.3c0,0.2,0.1,0.3,0.1,0.5c0.1,0.6,0.3,1.2,0.7,1.7c0.4,0.6,1.1,1,1.9,1.1c0.4,0.1,0.9,0,1.3-0.2 c0.5-0.2,0.9-0.5,1.3-0.9c0.1-0.1,0.2-0.2,0.3-0.2c0.8-0.3,1.6-0.6,2.2-1.1c0.7-0.5,1.2-1,1.7-1.6c0-0.1,0.1-0.1,0.1-0.1 c0.2,0,0.5-0.1,0.7-0.1C14.3,9.3,14.7,9.2,15,9c0.4-0.2,0.9-0.6,1.2-1c0.4-0.6,0.6-1.2,0.5-1.9c-0.1-0.6-0.3-1.1-0.8-1.6 C15.5,4,15,3.6,14.4,3.3c-0.1-0.1-0.2-0.1-0.4-0.2c-0.1,0.3-0.3,0.7-0.4,1.1c0,0,0,0,0.1,0c0.4,0.2,0.8,0.3,1.1,0.7 c0.3,0.2,0.5,0.5,0.6,0.9s0.2,0.6,0.1,1c-0.1,0.3-0.3,0.5-0.5,0.7c-0.3,0.3-0.7,0.5-1,0.6c-0.1,0.1-0.2,0.1-0.3,0.1l0,0 c0.1-0.3,0.2-0.6,0.2-0.9c0-0.3,0.1-0.6,0-0.9c-0.1-0.5-0.3-1-0.6-1.4c-0.3-0.3-0.7-0.6-1.2-0.8C11.4,4,10.6,3.9,9.9,3.8 C9.4,3.7,9,3.8,8.6,3.9C8.1,3.9,7.7,4,7.3,4.2C6.8,4.4,6.4,4.6,6.1,4.9C5.8,5.2,5.6,5.6,5.5,6c0,0.3,0,0.6,0.1,1 c0.1,0.5,0.3,1,0.7,1.4C6.6,8.6,6.9,8.8,7.3,9C7.4,9,7.4,9,7.6,9.1C6.3,9.6,5,9.9,3.7,10.2C3.7,10.2,3.7,10.2,3.7,10.3z M7.4,7.8 C7.2,7.6,6.9,7.5,6.8,7.2C6.7,7.1,6.7,6.8,6.7,6.5c0-0.3,0.2-0.6,0.4-0.9c0.2-0.2,0.5-0.3,0.8-0.5c0.4-0.2,0.9-0.3,1.4-0.3 c0.1,0,0.2,0,0.3,0.1c0.3,0.1,0.6,0.2,0.9,0.4C10.8,5.6,11,5.7,11.1,6c0.1,0.4,0.1,0.7-0.2,1.1c-0.2,0.3-0.4,0.5-0.7,0.7 S9.7,8.1,9.4,8.3c-0.1,0-0.1,0.1-0.1,0.1C8.7,8.2,8,8.1,7.4,7.8z M5.4,11c1.2-0.3,2.3-0.7,3.5-1.1c0.7-0.3,1.3-0.6,1.9-1.1 c0.4-0.3,0.8-0.6,1.1-1.1c0.4-0.6,0.4-1.3,0.3-2V5.6c0.3,0.2,0.6,0.5,0.7,0.9c0.1,0.2,0.1,0.4,0,0.6c0,0.3-0.1,0.7-0.2,1 c-0.2,0.5-0.4,0.9-0.7,1.2c-0.5,0.6-1.1,1-1.8,1.3c-0.6,0.3-1.1,0.5-1.7,0.7c-0.1,0-0.1,0.1-0.1,0.1c-0.2,0.3-0.3,0.5-0.6,0.7 c-0.3,0.2-0.6,0.3-0.9,0.3c-0.2,0-0.4,0-0.7-0.1c-0.4-0.1-0.7-0.3-0.8-0.6c-0.1-0.2-0.2-0.4-0.3-0.6C5.2,11,5.3,11,5.4,11z'/%3E %3Cpath d='M3.6,16.1c0.3,0.2,0.7,0.3,1,0.3c0.4,0.1,0.8,0,1.2-0.1c0.3-0.1,0.6-0.2,0.8-0.5c0.5,0.4,1.1,0.6,1.7,0.6 c0.6,0,1.2-0.2,1.7-0.6c0.5,0.4,1.1,0.6,1.7,0.6c0.6,0,1.2-0.2,1.7-0.6l0,0c0.4,0.3,0.9,0.5,1.4,0.6c0.5,0.1,1-0.1,1.4-0.2 c0.4-0.2,0.7-0.5,0.9-0.9c0.1-0.2,0.2-0.3,0.2-0.6c-0.4-0.1-0.7-0.1-1.1-0.1c0,0.1-0.1,0.1-0.1,0.2c-0.1,0.1-0.1,0.2-0.2,0.2 c-0.6,0.3-1.1,0.3-1.7,0.1c-0.2-0.1-0.3-0.2-0.3-0.4c-0.4,0.1-0.7,0.1-1.1,0c0,0.1-0.1,0.2-0.1,0.2c-0.1,0.1-0.1,0.1-0.2,0.2 c-0.5,0.3-1.1,0.3-1.6,0.1c-0.2-0.1-0.4-0.2-0.4-0.5c-0.4,0.1-0.7,0.1-1.1,0c0,0.1-0.1,0.2-0.1,0.2C9.1,15,9,15.1,8.9,15.2 c-0.3,0.2-0.7,0.2-1.1,0.1c-0.2-0.1-0.4-0.1-0.6-0.3c-0.1-0.1-0.2-0.2-0.2-0.3c-0.4,0.1-0.7,0.1-1.1,0c0,0.1-0.1,0.2-0.2,0.3 c-0.2,0.2-0.4,0.3-0.7,0.3c-0.4,0.1-0.7,0-1.1-0.2c-0.2-0.1-0.3-0.2-0.3-0.4c-0.4,0.1-0.7,0.1-1.1,0.1c0,0.2,0.1,0.4,0.1,0.6 C3,15.7,3.3,15.9,3.6,16.1z'/%3E %3Cpath d='M16.1,12c-0.1,0.1-0.1,0.1-0.2,0.1c-0.6,0.3-1.1,0.3-1.7,0.1c-0.2-0.1-0.3-0.2-0.3-0.4c-0.4,0-0.7,0.1-1.1,0.1 c0,0.1,0,0.1-0.1,0.2c-0.1,0.1-0.2,0.1-0.2,0.2c-0.4,0.2-0.8,0.3-1.2,0.2c-0.1,0-0.1,0-0.1,0c-0.4,0.2-0.7,0.3-1.1,0.5H10 c0.4,0.4,1,0.6,1.6,0.6c0.7,0.1,1.3-0.2,1.8-0.6c0.2,0.1,0.3,0.2,0.5,0.3c0.6,0.2,1.1,0.3,1.7,0.2c0.6-0.1,1.1-0.3,1.4-0.8 c0.2-0.2,0.3-0.5,0.3-0.9c-0.4-0.1-0.7-0.1-1.1-0.1C16.2,11.9,16.1,12,16.1,12z'/%3E %3C/g%3E %3C/svg%3E");
  }

.icon-feature-yes{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Group_11' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%235c6774'%3E %3Ctitle%3Epool%3C/title%3E %3Cpath class='st0' d='M85.2,10.3h24v24h-24V10.3z'/%3E %3Cg%3E %3Cpath d='M0,0v20h20V0H0z M18.9,18.9H1.1V1.1h17.9C18.9,1.1,18.9,18.9,18.9,18.9z'/%3E %3Cpolygon points='17,6.2 15.9,5 7.4,13.7 4.1,10.3 3,11.4 7.4,16 '/%3E %3C/g%3E %3C/svg%3E");
  }

.icon-feature-windsurfing{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Group_11' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%235c6774'%3E %3Ctitle%3Epool%3C/title%3E %3Cg%3E %3Cpath d='M5.6,16.6c0.3,0,0.6,0.1,0.8,0.2c0.4,0.3,0.9,0.5,1.4,0.5s1-0.2,1.4-0.5c0.2-0.2,0.5-0.2,0.8-0.2s0.6,0.1,0.8,0.2 c0.9,0.6,2,0.6,2.9,0c0.2-0.2,0.5-0.2,0.8-0.2c0.2,0,0.5,0.1,0.7,0.2c0.4,0.3,0.9,0.5,1.4,0.5V16c-0.3,0-0.6-0.1-0.8-0.2 c-0.9-0.6-2-0.6-2.9,0C12.7,16,12.4,16,12.2,16c-0.2,0-0.5-0.1-0.7-0.2c-0.4-0.3-0.9-0.5-1.4-0.5s-1,0.2-1.4,0.5 C8.3,16,8.1,16,7.8,16S7.2,16,7,15.8c-0.4-0.3-0.9-0.5-1.4-0.5s-1,0.2-1.4,0.5C3.9,16,3.6,16,3.3,16v1.3c0.5,0,1-0.2,1.4-0.5 C5,16.7,5.3,16.6,5.6,16.6z'/%3E %3Cpath d='M0,0.1V20h20V0.1H0z M18.9,18.9H1.1V1.1h17.9C18.9,1.1,18.9,18.9,18.9,18.9z'/%3E %3Cpath d='M11.6,13.9c0.1,0.3,0.4,0.4,0.7,0.2l3.9-2.5c0.3-0.2,0.5-0.6,0.4-0.9c-0.6-4.2-5-7.1-8.7-7.8C7.6,2.9,7.4,3.1,7.6,3.4 L11.6,13.9z'/%3E %3Cellipse cx='4.7' cy='8.6' rx='0.8' ry='0.9'/%3E %3Cpath d='M4.1,10.3c0.1,0.3,0.2,0.5,0.2,0.5l0.8,2c0.1,0.3,0.4,0.5,0.8,0.5h2.3l1.3,1.3c0.2,0.2,0.6,0.2,0.7,0 c0.2-0.2,0.2-0.6,0-0.8l-1.6-1.5c-0.1-0.1-0.2-0.1-0.3-0.1H6.8l-0.7-1.6h0.8c0,0,0.2,0,0.3-0.1l1.4-0.6c0.1-0.1,0.2-0.2,0.2-0.3 c0-0.2-0.2-0.4-0.4-0.4c-0.1,0-0.1,0-0.1,0L7,9.8H4.7C4.2,9.7,3.9,10,4.1,10.3z'/%3E %3C/g%3E %3C/svg%3E");
  }

.icon-feature-wifi{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Group_11' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%235c6774'%3E %3Cg%3E %3Ctitle%3Ewifi%3C/title%3E %3Cg%3E %3Cpath d='M0,0v0.6V20h20V0H0z M18.8,18.8H1.2V1.2h17.7C18.8,1.2,18.8,18.8,18.8,18.8z'/%3E %3Cpath d='M8.2,13.7l1.8,1.9l1.8-1.9C10.8,12.6,9.2,12.6,8.2,13.7z'/%3E %3Cpath d='M5.8,11.2L7,12.5c1.7-1.7,4.4-1.7,6.1,0l1.2-1.3C11.9,8.8,8.1,8.8,5.8,11.2z'/%3E %3Cpath d='M15.4,9.9l1.2-1.3C13,4.9,7,4.9,3.3,8.7l1.2,1.3C7.6,6.9,12.4,6.9,15.4,9.9z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  }

.icon-feature-show{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Group_11' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%235c6774'%3E %3Cg%3E %3Ctitle%3Eshow%3C/title%3E %3Cg%3E %3Cpath d='M0,0v0.6V20h20V0H0z M18.8,18.8H1.2V1.2h17.7C18.8,1.2,18.8,18.8,18.8,18.8z'/%3E %3Crect x='13.1' y='9.4' width='3.6' height='1.3'/%3E %3Cpolygon points='11.7,12.7 12.5,11.8 13.8,13.1 13,14 '/%3E %3Cpolygon points='11.7,7.3 13,6 13.8,6.9 12.5,8.2 '/%3E %3Cpolygon points='6.2,13.1 7.5,11.7 8.3,12.6 7,13.9 '/%3E %3Crect x='9.4' y='13.1' width='1.2' height='3.7'/%3E %3Crect x='9.4' y='3.1' width='1.2' height='3.7'/%3E %3Crect x='3.3' y='9.4' width='3.7' height='1.3'/%3E %3Cpolygon points='6.2,6.9 7,6.1 8.3,7.4 7.5,8.3 '/%3E %3Cpath d='M10,11.9c1,0,1.8-0.9,1.8-1.9S11,8.1,10,8.1S8.2,9,8.2,10S9,11.9,10,11.9z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  }

.icon-feature-pool{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Group_11' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%235c6774'%3E %3Ctitle%3Epool%3C/title%3E %3Cg%3E %3Cpath d='M8.1,6.7l0.7,0.7L6.6,9.7c0.2,0.1,0.3,0.2,0.5,0.3c0.2,0.1,0.5,0.2,0.8,0.1c0.3,0,0.6-0.1,0.8-0.2c0.4-0.3,0.9-0.5,1.4-0.5 s1,0.1,1.4,0.5c0.2,0.2,0.5,0.2,0.8,0.2s0.6-0.1,0.8-0.2l0.3-0.2L9.1,5.3C8,4.3,7.1,3.9,5.4,4v1.7C6.4,5.6,7.3,6,8.1,6.7z'/%3E %3Cpath d='M5.6,12.5c0.3,0,0.6,0.1,0.8,0.2c0.4,0.3,0.9,0.5,1.4,0.5c0.5,0,1-0.2,1.4-0.5c0.2-0.2,0.5-0.2,0.8-0.2s0.6,0.1,0.8,0.2 c0.9,0.6,2,0.6,2.9,0c0.2-0.2,0.5-0.2,0.8-0.2c0.2,0,0.5,0.1,0.7,0.2c0.4,0.3,0.9,0.5,1.4,0.5l0.2-1.4c-0.3,0-0.6-0.1-0.8-0.2 c-0.9-0.6-2-0.6-2.9,0c-0.2,0.2-0.5,0.2-0.8,0.2s-0.6-0.1-0.8-0.2c-0.9-0.6-2-0.6-2.9,0c-0.2,0.2-0.5,0.2-0.8,0.2s-0.6-0.1-0.8-0.2 c-0.4-0.3-0.9-0.5-1.4-0.5s-1,0.2-1.4,0.5c-0.2,0.2-0.5,0.2-0.8,0.2v1.4c0.5,0,1-0.2,1.4-0.5C5.1,12.5,5.3,12.5,5.6,12.5z'/%3E %3Cpath d='M5.6,15.5c0.3,0,0.6,0.1,0.8,0.2c0.4,0.3,0.9,0.5,1.4,0.5s1-0.2,1.4-0.5c0.2-0.2,0.5-0.2,0.8-0.2s0.6,0.1,0.8,0.2 c0.9,0.6,2,0.6,2.9,0c0.2-0.2,0.5-0.2,0.8-0.2c0.2,0,0.5,0.1,0.7,0.2c0.4,0.3,0.9,0.5,1.4,0.5v-1.3c-0.3,0-0.6-0.1-0.8-0.2 c-0.9-0.6-2-0.6-2.9,0c-0.2,0.2-0.5,0.2-0.8,0.2c-0.2,0-0.5-0.1-0.7-0.2c-0.4-0.3-0.9-0.5-1.4-0.5s-1,0.2-1.4,0.5 c-0.2,0.2-0.5,0.2-0.8,0.2c-0.3,0-0.6-0.1-0.8-0.2c-0.4-0.3-0.9-0.5-1.4-0.5s-1,0.2-1.4,0.5c-0.2,0.2-0.5,0.2-0.8,0.2v1.3 c0.5,0,1-0.2,1.4-0.5C5,15.5,5.3,15.5,5.6,15.5z'/%3E %3Cellipse cx='13' cy='5.7' rx='1.7' ry='1.7'/%3E %3Cpath d='M0,0v20h20V0H0z M18.9,18.9H1.1V1.1h17.9C18.9,1.1,18.9,18.9,18.9,18.9z'/%3E %3C/g%3E %3C/svg%3E");
  }

.icon-passenger{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%235c6774' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath clip-rule='evenodd' d='M4 15v-3a4 4 0 014-4v0a4 4 0 014 4v3H4zM8 5a2 2 0 100-4 2 2 0 000 4z' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E");
  }

.icon-organization{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 15' fill='%235c6774'%3E %3Ctitle%3Eorganization%3C/title%3E %3Cg id='Layer_2' data-name='Layer 2'%3E %3Cg id='Layer_1-2' data-name='Layer 1'%3E %3Cpath d='M8,0,0,8,1,9,8,2l7,7,1-1ZM2,9v6H14V9L8,3Z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  }

.icon-search{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='36' viewBox='0 0 24 24' width='36' xmlns='http://www.w3.org/2000/svg' fill='%235c6774'%3E %3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E %3Cpath d='M0 0h24v24H0z' fill='none'/%3E %3C/svg%3E");
  }

.icon-video360{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 515.9 293.1' style='enable-background:new 0 0 515.9 293.1;' xml:space='preserve' fill='%235c6774'%3E %3Cg%3E %3Cpath d='M515.9,161.5c-0.2,2.1-0.4,4.3-0.7,6.4c-1.2,8.2-4.4,15.6-9,22.5c-6.3,9.6-14.5,17.4-23.7,24.2c-13.4,10-28.1,17.6-43.5,24 c-18.1,7.5-36.8,13.1-55.9,17.5c-12.1,2.8-24.3,5.1-36.6,6.9c-5.2,0.8-10.5,1.5-15.8,2c-6.5,0.7-12.3-4.6-12.7-11.1 c-0.3-6.1,4-11.6,11-12.6c8.7-1.2,17.5-2.5,26.1-4c14.9-2.6,29.7-6.2,44.1-10.8c17.7-5.6,34.8-12.5,50.6-22.3 c9.4-5.8,18.1-12.6,25.3-21.1c5.4-6.4,9.5-13.4,11.4-21.6c2.5-10.9,0.5-21.2-4.9-30.8c-4.8-8.6-11.5-15.6-19.1-21.8 c-10.5-8.6-22.1-15.2-34.3-20.9c-0.6-0.3-1.2-0.6-1.8-0.9c-1.8-1.1-2.7-3-2.3-5.1c0.5-2.1,2-3.4,4-3.8c1.3-0.2,2.8-0.3,4,0.2 c18.6,7.5,36.4,16.6,52.3,29.1c8.9,7.1,16.8,15,22.8,24.8c4.1,6.6,6.8,13.7,8,21.4c0.3,2,0.4,4,0.6,5.9 C515.9,160.2,515.9,160.9,515.9,161.5z'/%3E %3Cpath d='M451.1,0c1.9,0.3,3.8,0.6,5.6,1c10.5,2.5,18.5,11.4,20,22c2,14.3-7.1,27.4-21.3,30.4c-9.8,2.1-18.8,0.2-26.3-6.8 c-6-5.6-8.4-12.7-8.1-20.8c0.5-12.4,9.9-23.3,23.6-25.4c0.8-0.1,1.6-0.2,2.4-0.4C448.4,0,449.8,0,451.1,0z M435.5,27.3 c0.3,1.6,0.5,3.3,1,4.9c1.8,5.1,5.3,8.3,10.7,9.1c5,0.7,9.2-1,12.2-5.2c2.8-3.9,3.4-8.2,2.3-12.8c-2.3-9.2-10.6-12-17.3-9.5 C439.1,15.6,435.7,21,435.5,27.3z'/%3E %3Cpath d='M232.3,244.8c0-2.2,0-4.3,0-6.4c0-3.5,0-7,0-10.4c0-5.7,5.4-8.9,10.4-6.1c7,3.9,14.1,7.7,21.1,11.6 c10.5,5.8,21,11.6,31.5,17.3c2.5,1.4,4,3.3,4,6.2c0,2.9-1.5,4.9-4,6.3c-17.6,9.6-35.1,19.2-52.6,28.9c-3.3,1.8-6.9,1.1-9-1.7 c-0.9-1.2-1.4-2.6-1.4-4.1c0-5.5,0-11,0-16.6c0-1.2-0.4-1.4-1.5-1.5c-9.2-0.7-18.3-1.3-27.5-2.1c-14-1.3-27.9-3.3-41.7-5.8 c-29.4-5.4-58.1-13.1-85.6-25c-14.3-6.2-28.1-13.5-40.7-22.8c-9.8-7.3-18.7-15.5-25.5-25.8c-4.7-7.1-8.1-14.9-9.3-23.4 c-1.5-10.1,0.2-19.8,4.5-29c4.7-9.9,11.6-18,19.7-25.3C36.2,98.8,49.2,91,63,84.2c10.3-5.1,21-9.3,31.9-13.1 c1.6-0.6,3.2-0.7,4.8-0.1c2,0.8,3.4,2.5,3.4,4.5c0,1.9-1.2,3.7-3.2,4.5c-3.5,1.5-7.1,2.8-10.6,4.4C76,90.2,63.4,97.1,52.2,106.3 c-7.3,6-13.7,12.7-18.4,21c-3.9,7-6.1,14.4-5.8,22.5c0.3,9.1,3.5,17.2,8.6,24.7c6.1,9,14,16.1,22.7,22.3 c12.1,8.7,25.3,15.3,39.1,20.9c18.8,7.6,38.2,13.3,58.1,17.3c11.3,2.3,22.7,4.3,34.2,5.9c9.3,1.4,18.7,2.1,28.1,3 c4,0.4,8,0.6,12,0.9C231.2,244.8,231.7,244.8,232.3,244.8z'/%3E %3Cpath d='M405.2,96.1c0,6.6,0.3,13.3-0.1,19.9c-0.5,9.8-2.6,19.3-8.4,27.6c-5.9,8.6-14,13.9-24.2,15.9c-9.6,1.9-19.1,1.6-28.3-2 c-11.4-4.4-18.8-12.8-22.7-24.3c-2.3-6.6-3.3-13.4-3.4-20.3c-0.1-10.6-0.2-21.1-0.1-31.7c0.1-9.2,1.2-18.3,5.2-26.7 c5.9-12.7,15.8-20.1,29.6-22.3c8.2-1.3,16.3-1,24.3,1.6c12,4,20,12.3,24.5,24.1c2.3,6,3.4,12.3,3.6,18.7 C405.4,83.1,405.3,89.6,405.2,96.1C405.3,96.1,405.2,96.1,405.2,96.1z M376.3,97.8C376.3,97.8,376.3,97.8,376.3,97.8 c0-7.7,0.1-15.4,0-23c-0.1-4.4-0.8-8.7-2.6-12.7c-3.5-8.1-11.2-9.8-17.4-7.1c-3.9,1.7-5.9,5.1-7.2,9c-1.5,4.8-2,9.7-2,14.7 c0,12.7,0,25.4,0.1,38c0,3.9,0.6,7.8,1.9,11.5c1.3,3.9,3.2,7.2,7.1,8.9c5.4,2.5,13.9,1.9,17.7-7.1c1.7-4.1,2.4-8.4,2.5-12.7 C376.4,110.8,376.3,104.3,376.3,97.8z'/%3E %3Cpath d='M294,57.7c-2.9-0.8-5.8-1.6-8.7-2.2c-5.4-1.2-10.9-1.9-16.4-0.9c-8.6,1.5-13.9,6.7-16.7,14.8c-1.4,4.1-1.8,8.4-1.8,12.8 c0,0.2,0,0.5,0.1,0.7c0,0.1,0.1,0.2,0.2,0.3c0.1,0,0.2,0,0.3,0c4.6-4.8,10.3-7.2,16.7-8.3c6.4-1,12.7-0.9,19,1 c7.8,2.5,13.5,7.6,17.6,14.6c3.5,5.9,5.3,12.3,6.1,19.1c0.7,6.5,0.8,13-0.9,19.3c-4.8,17.1-15.9,27.5-33.3,30.9 c-10,1.9-19.9,1.1-29.2-3.1c-12.2-5.6-19.8-15.2-23.5-27.9c-1.8-6.1-2.4-12.4-2.4-18.7c0-9.2-0.1-18.3,0.1-27.5 c0.3-11.7,3-22.6,10.3-32c7.5-9.5,17.3-15.4,29.1-17.7c12.8-2.5,25.3-1.3,37.5,3.6c0.7,0.3,1,0.6,0.8,1.4 c-1.5,6.4-2.9,12.8-4.4,19.2C294.2,57.2,294.1,57.5,294,57.7z M281.6,117.7c0-4.6-0.5-8.6-2.3-12.4c-2-4.2-4.8-7.6-9.6-8.4 c-2.6-0.4-5.4-0.2-8.1,0.1c-4.1,0.5-7.8,1.9-10.9,4.8c-0.4,0.4-0.9,1.1-0.9,1.7c0.1,5.3,0.2,10.6,0.6,15.9c0.4,4.3,1.8,8.3,4,12 c5.1,8.4,17.5,10,23.4,0C280.5,127,281.7,122.3,281.6,117.7z'/%3E %3Cpath d='M190.4,94.3c0.8,0.4,1.3,0.6,1.8,0.8c8.4,3.6,14.9,9.1,17.9,18c4.4,13.3,1.1,29.9-13.7,39.3c-6.9,4.4-14.4,6.8-22.5,7.7 c-9.1,1-18.1,0.7-26.9-2.2c-6.9-2.3-13.1-5.7-18.2-11c-4.6-4.9-6.9-10.9-7.4-17.5c-0.1-1.4-0.1-2.8-0.2-4.2c0-0.8,0.3-1.1,1.1-1.1 c8.8,0,17.7,0,26.5,0c0.7,0,1,0.3,1,1c0.1,6.5,6.5,12.7,14.7,13.2c2.9,0.2,5.7-0.1,8.4-1c7-2.5,10.9-9.2,9.9-16.7 c-0.2-1.4-0.4-2.9-0.8-4.2c-1.6-6-5.9-9-11.7-10.2c-1.7-0.4-3.6-0.5-5.3-0.5c-4.2-0.1-8.4,0-12.6,0c-0.4,0-0.9,0-1.4,0 c0-0.5-0.1-1-0.1-1.4c0-6.2,0-12.5,0-18.7c0-1.1,0.3-1.4,1.4-1.4c4.9,0,9.8,0,14.7-0.2c7.6-0.3,13.1-5.8,13.7-13.4 c0.2-2.5,0.2-5-0.6-7.3c-1.6-4.5-4.6-7.5-9.3-8.7c-5.3-1.3-10.3-0.6-14.8,2.7c-2.5,1.9-4.1,4.4-4.4,7.5c0,0.3-0.1,0.5-0.1,0.9 c-0.5,0-0.9,0.1-1.3,0.1c-8.4,0-16.9,0-25.3,0c-1.6,0-1.6,0-1.6-1.6c0-9.6,4-17.1,11.5-22.9c6.8-5.2,14.6-8.2,23.1-9.1 c9.5-1,18.9-0.4,28,2.7c7.7,2.6,14.3,6.9,18.9,13.8c3.3,5,4.7,10.7,5,16.6c0.6,9.4-3.1,17-10,23.1c-2.4,2.1-5.2,3.6-7.8,5.3 C191.6,93.8,191.1,93.9,190.4,94.3z'/%3E %3C/g%3E %3C/svg%3E");
  }

.icon-label{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 16.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='15px' height='20px' viewBox='0 0 15 20' enable-background='new 0 0 15 20' xml:space='preserve' fill='%235c6774'%3E %3Cpath d='M1.11,7.643c-1.305,1.302-1.356,3.411-0.052,4.714l6.367,6.667C8.077,19.674,8.534,20,9.369,20H15V0H9.369 c-0.835,0-1.318,0.325-1.97,0.976L1.11,7.643z M11,6.667c1.845,0,3.341,1.492,3.341,3.333c0,1.842-1.496,3.334-3.341,3.334 S7.66,11.841,7.66,10C7.66,8.159,9.155,6.667,11,6.667z'/%3E %3C/svg%3E");
  }

.icon-label-backdrop{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 20.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%235c6774'%3E %3Cpath d='M1.1,7.6C-0.2,8.9-0.3,11,1,12.3L7.4,19c0.7,0.6,1.1,1,1.9,1H23V0H9.4c-0.8,0-1.3,0.3-2,1L1.1,7.6z'/%3E %3C/svg%3E");
  }

.icon-link{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' fill='%235c6774'%3E %3Cpath d='M4.92114286,15.99765 C3.60685714,15.99765 2.37028571,15.54965 1.44114286,14.73565 C0.512,13.92265 0,12.84165 0,11.69065 C0,10.54065 0.512,9.45965 1.44114286,8.64665 L4.06971429,6.34565 C4.74628571,5.75465 5.59542857,5.35165 6.52685714,5.17865 C8.16228571,4.87665 9.848,5.31165 11.0297143,6.34565 L10.2217143,7.05265 C9.31428571,6.25865 8.02171429,5.92365 6.76342857,6.15665 C6.04914286,6.28965 5.39771429,6.59965 4.87771429,7.05265 L2.24914286,9.35365 C0.776,10.64265 0.776,12.73965 2.24914286,14.02865 C3.67657143,15.27765 6.16457143,15.27765 7.592,14.02865 L10.2217143,11.72865 L11.0297143,12.43565 L8.4,14.73565 C7.47085714,15.54965 6.23542857,15.99765 4.92114286,15.99765 Z M7.9256,10.91025 C6.61131429,10.91025 5.37588571,10.46225 4.4456,9.64925 L5.2536,8.94225 C6.7256,10.23025 9.12217143,10.23125 10.5964571,8.94225 L13.2261714,6.64125 C14.6993143,5.35225 14.6993143,3.25525 13.2261714,1.96625 C11.7530286,0.67725 9.35531429,0.67725 7.88217143,1.96625 L5.2536,4.26625 L4.4456,3.55925 L7.07417143,1.25925 C8.99302857,-0.41975 12.1164571,-0.41975 14.0341714,1.25925 C15.9530286,2.93725 15.9530286,5.66925 14.0341714,7.34825 L11.4044571,9.64925 C10.4753143,10.46225 9.23988571,10.91025 7.9256,10.91025 Z' id='Fill-4'/%3E %3C/svg%3E");
  }

.icon-meals{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12' fill='%235c6774'%3E %3Cpath d='M0 10.286h16V12H0zM13.063 4.102C11.95 2.895 10.539 2.133 9.009 1.9c.1-.186.157-.402.157-.633C9.166.568 8.643 0 8 0c-.643 0-1.166.568-1.166 1.267 0 .23.057.447.157.633-1.53.233-2.942.995-4.054 2.202C1.622 5.53.883 7.416.842 9.43h14.316c-.04-2.013-.78-3.899-2.095-5.327z'/%3E %3C/svg%3E");
  }

.icon-extra-baggage{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%235c6774'%3E %3Cg%3E %3Cpath d='M.551 6.267v7.449c0 .77.625 1.395 1.396 1.395h.55v.489h1.947v-.489h.49V4.871H1.946c-.771 0-1.396.625-1.396 1.396zM14.267 4.871H11.27v10.24h.489v.489h1.947v-.489h.56c.77 0 1.395-.625 1.395-1.395v-7.45a1.404 1.404 0 0 0-1.395-1.395zM5.911 4.871h4.391v10.24H5.911z'/%3E %3Cpath fill-rule='nonzero' d='M9.404 0H6.8a1.369 1.369 0 0 0-1.378 1.378v1.635c0 .761.617 1.378 1.378 1.378h2.604c.761 0 1.378-.617 1.378-1.378V1.378A1.369 1.369 0 0 0 9.404 0zm.374 3.013a.4.4 0 0 1-.4.4h-.08v-.977H6.88v.977H6.8a.4.4 0 0 1-.4-.4V1.378c0-.221.18-.4.4-.4h2.604c.221 0 .4.179.4.4v1.635h-.026z'/%3E %3C/g%3E %3C/svg%3E");
  }

.icon-choose-seat{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 17' fill='%235c6774'%3E %3Cpath d='M12.932 9.976H8.308l-3.387.297-.635-1.66H9.57a.779.779 0 0 0 .796-.796.77.77 0 0 0-.796-.787H3.727L2.72 4.27V1.414A1.16 1.16 0 0 0 1.534.23 1.169 1.169 0 0 0 .34 1.415v2.973c.006.147.034.293.085.432.015.08.038.16.067.237l2.76 7.62c.056.138.13.266.221.382.22.311.586.485.965.457h2.54v2.032H3.703a.584.584 0 0 0-.593.602v.067a.584.584 0 0 0 .593.593h8.078a.584.584 0 0 0 .593-.593v-.093a.584.584 0 0 0-.593-.601H8.52V13.49h3.641a.737.737 0 0 0 .796-.585l.525-1.947a.779.779 0 0 0-.559-.974'/%3E %3C/svg%3E");
  }

.icon-feature-covid-free{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E %3Cdefs%3E %3CclipPath id='clip-path'%3E %3Cpath fill='none' d='M-88.23-1482.33h37v27h-37z'/%3E %3C/clipPath%3E %3Cstyle/%3E %3C/defs%3E %3Cpath d='M0 0v20h20V0zm18.8 18.8H1.2V1.2h17.7c-.1 0-.1 17.6-.1 17.6z' fill='%237bb2d7'/%3E %3Cpath d='M17 10.29a.46.46 0 00-.53-.23 2.63 2.63 0 00-.5.14 1.66 1.66 0 01-1.2 0 2.11 2.11 0 000-.25 3.41 3.41 0 00-.07-.65 1.41 1.41 0 01.35 0 .82.82 0 00.35 0 .28.28 0 00.23-.3c-.05-.32-.38-.43-.68-.19-.1.07-.2.11-.3.17a4 4 0 00-.33-1 1.65 1.65 0 01.68-.33c.23-.05.46-.07.69-.11a.54.54 0 00.48-.46.65.65 0 00-.33-.59.54.54 0 00-.63.17A2.6 2.6 0 0015 7a1.49 1.49 0 01-.87.59 4.46 4.46 0 00-.52-.71l.16-.09a1 1 0 00.36-.24.3.3 0 000-.46c-.25-.21-.49-.14-.63.23 0 .09-.09.17-.14.26a4.85 4.85 0 00-.91-.58 1.63 1.63 0 01.55-.8l.47-.41a.48.48 0 00.1-.59.59.59 0 00-.57-.32c-.24 0-.36.17-.43.39a3.23 3.23 0 00-.08.53 1.56 1.56 0 01-.36 1 4.71 4.71 0 00-1.95-.43h-.33a1.54 1.54 0 010-1.06c0-.14.08-.28.12-.42a.53.53 0 00-.19-.63.66.66 0 00-.7 0 .52.52 0 00-.14.74c.09.24.23.46.32.7a1.32 1.32 0 01.05.77 4.65 4.65 0 00-2 .9 1.57 1.57 0 01-.63-.83c-.07-.2-.11-.41-.18-.61a.49.49 0 00-.5-.42.62.62 0 00-.55.38.51.51 0 00.21.59 3 3 0 00.42.26 1.55 1.55 0 01.8.93 4.93 4.93 0 00-.56.65A1.19 1.19 0 016.09 7a.61.61 0 00-.19-.26c-.09-.07-.26-.16-.35-.12a.54.54 0 00-.27.38c0 .08.08.23.17.31a.83.83 0 00.32.13l.42.14a4.09 4.09 0 00-.41.84A1.59 1.59 0 014.6 8c-.18-.14-.33-.29-.52-.42a.45.45 0 00-.59 0 .61.61 0 00-.2.64.46.46 0 00.47.33 2.26 2.26 0 00.52 0 1.62 1.62 0 011.3.45 4.35 4.35 0 00-.11 1 4.82 4.82 0 00.09.86 1.72 1.72 0 01-1.39.4 3.39 3.39 0 00-.64-.07.44.44 0 00-.45.35.58.58 0 00.18.62.5.5 0 00.58 0c.23-.14.46-.31.7-.45a1.59 1.59 0 011.25-.1A4.65 4.65 0 006.64 13a1.83 1.83 0 01-.85 1.11c-.23.11-.47.21-.68.33a.48.48 0 00-.26.52.66.66 0 00.46.47.48.48 0 00.52-.24 2 2 0 00.23-.49 1.69 1.69 0 011.2-1.09 3.25 3.25 0 00.55.36 1.75 1.75 0 01-.5.56.85.85 0 00-.26.33.31.31 0 00.23.44.29.29 0 00.42-.22 2.09 2.09 0 00.08-.49 1.38 1.38 0 01.22-.51 4.09 4.09 0 00.71.3 1.67 1.67 0 01-.18 1.51c-.11.18-.23.36-.33.55a.45.45 0 00.09.55.58.58 0 00.61.15.43.43 0 00.32-.45 1.68 1.68 0 000-.45 1.76 1.76 0 01.38-1.67 3.8 3.8 0 00.59.06h.1a4.54 4.54 0 01-.14.82s-.05.09 0 .14.07.3.15.34a.53.53 0 00.41 0c.08 0 .11-.22.11-.35a.62.62 0 00-.13-.33 1.34 1.34 0 01-.2-.59 5.59 5.59 0 00.82-.12 1.86 1.86 0 01.6 1.12v.69a.55.55 0 00.36.54.66.66 0 00.65-.23.51.51 0 00-.07-.64 3.38 3.38 0 00-.31-.35 1.57 1.57 0 01-.51-1.26v-.09a4.68 4.68 0 00.7-.37 2.11 2.11 0 01.23.64.46.46 0 00.08.19.34.34 0 00.5.11.31.31 0 00.09-.49 1.42 1.42 0 00-.39-.29 1.54 1.54 0 01-.34-.28 3.91 3.91 0 00.69-.6 1.67 1.67 0 011 .66l.3.49a.56.56 0 00.63.28.64.64 0 00.41-.56c0-.25-.14-.41-.46-.51s-.42-.1-.62-.17a1.67 1.67 0 01-.86-.67 4.2 4.2 0 00.31-.75.91.91 0 01.13.08 1.74 1.74 0 00.42.35.47.47 0 00.4 0 .48.48 0 00.15-.43c0-.23-.21-.27-.4-.26a5.82 5.82 0 01-.59 0 5.16 5.16 0 00.28-1 1.62 1.62 0 011 .06c.22.09.44.21.67.28a.48.48 0 00.58-.15.65.65 0 00.06-.64zm-7.16 1.88l-2-2 .81-.81 1.23 1.24 2.1-2.1.8.81z' fill='%236aae54'/%3E %3C/svg%3E");
}

.icon-heart-stroke{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 14' xmlns='http://www.w3.org/2000/svg' color='%235c6774'%3E %3Cpath d='M13.979 2.179A3.596 3.596 0 0011.28 1c-1.475 0-2.409.855-2.933 1.572A5.184 5.184 0 008 3.12a5.18 5.18 0 00-.348-.548C7.128 1.855 6.194 1 4.719 1A3.596 3.596 0 002.02 2.179C1.363 2.904 1 3.875 1 4.913c0 1.13.455 2.182 1.431 3.309.873 1.007 2.129 2.045 3.582 3.247.542.448 1.102.911 1.699 1.417l.018.015a.417.417 0 00.54 0l.018-.015c.597-.506 1.157-.97 1.699-1.417 1.453-1.202 2.709-2.24 3.582-3.247C14.545 7.095 15 6.044 15 4.913c0-1.038-.363-2.009-1.021-2.734zm-4.525 8.684c-.467.386-.947.784-1.454 1.211-.507-.427-.987-.825-1.455-1.211C3.7 8.511 1.82 6.956 1.82 4.913c0-.844.29-1.628.817-2.208a2.775 2.775 0 012.082-.91c1.124 0 1.851.673 2.263 1.237.37.506.562 1.016.628 1.211a.41.41 0 00.39.275.41.41 0 00.39-.275c.066-.195.258-.705.628-1.211.412-.564 1.139-1.236 2.263-1.236.81 0 1.55.323 2.082.909.527.58.817 1.364.817 2.208 0 2.043-1.88 3.598-4.726 5.95z' fill='none' fill-rule='nonzero' stroke='currentColor'/%3E %3C/svg%3E");
}

.icon-heart-baloon{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 28 43' fill='none' xmlns='http://www.w3.org/2000/svg' color='%235c6774'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.54 0.00154208C10.0138 -0.0520446 6.60988 1.29284 4.07255 3.74209C1.53522 6.19134 0.0709707 9.54566 0 13.0715C0 25.6715 13.54 42.3815 13.54 42.3815C13.54 42.3815 27.08 25.7115 27.08 13.0715C27.009 9.54566 25.5448 6.19134 23.0075 3.74209C20.4701 1.29284 17.0662 -0.0520446 13.54 0.00154208V0.00154208ZM14.1 20.5715L13.91 20.6815L13.75 20.5715C13.45 20.3815 6.35 15.9415 6.35 11.2315C6.34186 10.157 6.7569 9.12249 7.5054 8.35154C8.2539 7.58058 9.27572 7.13516 10.35 7.11154C11.0818 7.1109 11.7997 7.31101 12.4257 7.6901C13.0516 8.06919 13.5616 8.61273 13.9 9.26154C14.233 8.60526 14.7406 8.05357 15.3669 7.66718C15.9933 7.28079 16.7141 7.07468 17.45 7.07154C18.5251 7.09257 19.5485 7.53719 20.2975 8.30871C21.0466 9.08023 21.4607 10.1163 21.45 11.1915C21.49 15.9415 14.4 20.3815 14.1 20.5715V20.5715Z' fill='currentColor'/%3E %3C/svg%3E");
}

.icon-heart{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 14 12' fill='none' xmlns='http://www.w3.org/2000/svg' color='%235c6774'%3E %3Cpath fill='currentColor' stroke='currentColor' d='M8.454 9.863c-.467.386-.947.784-1.454 1.211-.507-.427-.987-.825-1.455-1.211C2.7 7.511.82 5.956.82 3.913c0-.844.29-1.628.817-2.208a2.775 2.775 0 012.082-.91c1.124 0 1.851.673 2.263 1.237.37.506.562 1.016.628 1.211a.41.41 0 00.39.275.41.41 0 00.39-.275c.066-.195.258-.705.628-1.211C8.43 1.468 9.157.796 10.28.796c.81 0 1.55.323 2.082.91.527.579.817 1.363.817 2.208 0 2.042-1.88 3.597-4.726 5.95z'/%3E %3C/svg%3E");
}

.icon-shared{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg' color='%235c6774'%3E %3Cpath fill='currentColor' d='M13.058 10.169a2.93 2.93 0 00-2.297 1.117L5.768 8.754c.065-.242.112-.491.112-.754a2.85 2.85 0 00-.134-.818l4.972-2.52a2.93 2.93 0 002.34 1.168C14.686 5.83 16 4.525 16 2.914 16 1.305 14.685 0 13.059 0c-1.623 0-2.94 1.305-2.94 2.914 0 .264.047.515.113.757L5.24 6.203a2.936 2.936 0 00-2.3-1.12C1.314 5.084 0 6.39 0 8c0 1.61 1.315 2.915 2.94 2.915.96 0 1.805-.463 2.343-1.17l4.97 2.52a2.856 2.856 0 00-.135.82c0 1.61 1.317 2.915 2.94 2.915 1.625 0 2.94-1.305 2.94-2.915.001-1.612-1.314-2.916-2.94-2.916z'/%3E %3C/svg%3E");
}

.icon-equalizer{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg' color='%235c6774'%3E %3Cg stroke='currentColor'%3E %3Cpath d='M5.5 2a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0z'/%3E %3Cpath d='M1 2h1M6 2h9' stroke-width='2' stroke-linecap='round'/%3E %3Cpath d='M2 2h1M5 2h1' stroke-width='2'/%3E %3Cpath d='M13.5 8a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0z'/%3E %3Cpath d='M15 8h-1M10 8H1' stroke-width='2' stroke-linecap='round'/%3E %3Cpath d='M14 8h-1M11 8h-1' stroke-width='2'/%3E %3C/g%3E %3C/svg%3E");
}

.icon-attention{
  background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%235c6774'%3E %3Cg%3E %3Cg%3E %3Crect x='8.8' y='6.3' width='2.5' height='7.5'/%3E %3C/g%3E %3Cg%3E %3Crect x='8.8' y='15' width='2.5' height='2.5'/%3E %3C/g%3E %3Cg%3E %3Cpath d='M19.7,16C19.4,15.4,12.6,2.3,12,1.1C11.6,0.5,10.9,0,10,0C9.3,0,8.5,0.5,8,1.3c-0.4,0.6-7.2,14-7.7,15 C-0.1,17-0.1,18,0.4,18.7C0.8,19.4,1.5,20,2.3,20h15.5c0.7,0,1.5-0.6,1.9-1.4C20.1,18,20.1,16.7,19.7,16z M18.6,18 c-0.4,0.5-0.6,0.7-1.1,0.7h-15c-0.4,0-0.7-0.2-1-0.7c-0.2-0.4-0.2-0.9,0-1.2c0.4-1,7.2-14.2,7.6-14.8C9.4,1.5,9.6,1.3,10,1.3 s0.6,0.2,0.9,0.5c0.6,1.1,7.4,14.2,7.7,14.8C18.7,17,18.7,17.6,18.6,18z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}

.icon-attention.-color-red{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%23D94040'%3E %3Cg%3E %3Cg%3E %3Crect x='8.8' y='6.3' width='2.5' height='7.5'/%3E %3C/g%3E %3Cg%3E %3Crect x='8.8' y='15' width='2.5' height='2.5'/%3E %3C/g%3E %3Cg%3E %3Cpath d='M19.7,16C19.4,15.4,12.6,2.3,12,1.1C11.6,0.5,10.9,0,10,0C9.3,0,8.5,0.5,8,1.3c-0.4,0.6-7.2,14-7.7,15 C-0.1,17-0.1,18,0.4,18.7C0.8,19.4,1.5,20,2.3,20h15.5c0.7,0,1.5-0.6,1.9-1.4C20.1,18,20.1,16.7,19.7,16z M18.6,18 c-0.4,0.5-0.6,0.7-1.1,0.7h-15c-0.4,0-0.7-0.2-1-0.7c-0.2-0.4-0.2-0.9,0-1.2c0.4-1,7.2-14.2,7.6-14.8C9.4,1.5,9.6,1.3,10,1.3 s0.6,0.2,0.9,0.5c0.6,1.1,7.4,14.2,7.7,14.8C18.7,17,18.7,17.6,18.6,18z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  }

.icon-plus-inframe, .icon-plus_in_frame{
  background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 20.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve' fill='%2300578f'%3E %3Cg%3E %3Cg%3E %3Cpath d='M2,3v11h11V3H2z M12,13H3V4h9V13z'/%3E %3C/g%3E %3Cg%3E %3Cpolygon points='7,12 8,12 8,9 11,9 11,8 8,8 8,5 7,5 7,8 4,8 4,9 7,9 '/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}

.icon-passenger{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg' color='%235c6774'%3E %3Cpath clip-rule='evenodd' d='M4 15v-3a4 4 0 014-4v0a4 4 0 014 4v3H4zM8 5a2 2 0 100-4 2 2 0 000 4z' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E");
}

.icon-date-calendar{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg' color='%235c6774'%3E %3Cmask id='a' fill='%23fff'%3E %3Crect y='2' width='16' height='14' rx='1'/%3E %3C/mask%3E %3Crect y='2' width='16' height='14' rx='1' stroke='currentColor' stroke-width='4' mask='url(%23a)'/%3E %3Crect x='3' width='2' height='5' rx='1' fill='currentColor'/%3E %3Crect x='11' width='2' height='5' rx='1' fill='currentColor'/%3E %3Cpath fill='currentColor' d='M1 7h14v1H1z'/%3E %3C/svg%3E");
}

.icon-direction--back{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%235c6774'%3E %3Cg%3E %3Cg%3E %3Cpath d='M10.3,19.7L20,10l-9.7-9.7L9,1.6l7.7,7.7H0v1.3h16.8L9,18.4L10.3,19.7z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
    -ms-transform:rotate(-180deg);
        transform:rotate(-180deg);
  }

.icon-direction--color-yellow{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%23CEAD53'%3E %3Cg%3E %3Cg%3E %3Cpath d='M10.3,19.7L20,10l-9.7-9.7L9,1.6l7.7,7.7H0v1.3h16.8L9,18.4L10.3,19.7z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  }

.icon-direction--color-purpure{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%23a190b7'%3E %3Cg%3E %3Cg%3E %3Cpath d='M10.3,19.7L20,10l-9.7-9.7L9,1.6l7.7,7.7H0v1.3h16.8L9,18.4L10.3,19.7z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  }

.icon-documents{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg' color='%235c6774'%3E %3Cpath d='M10 8h2M10 10h2M10 12h2' stroke='currentColor'/%3E %3Cpath d='M4 11H1V1h8v1' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath clip-rule='evenodd' d='M15 15H7V5h8v10z' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E");
}

.icon-business{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg' color='%235c6774'%3E %3Cpath stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M1 1h10v14H1zM11 4h4v11h-4z'/%3E %3Cpath stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M4 10h4v5H4z'/%3E %3Cpath fill='currentColor' d='M3 3h2v1H3zM3 5h2v1H3zM3 7h2v1H3zM7 3h2v1H7zM7 5h2v1H7zM7 7h2v1H7z'/%3E %3C/svg%3E");
}

.icon-contract{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg' color='%235c6774'%3E %3Cpath d='M7 6h2M7 8h2M7 10h2' stroke='currentColor'/%3E %3Cpath clip-rule='evenodd' d='M13 15H3V1h6.605L13 3.197V15z' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E");
}

.icon-exchange{
  background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%235c6774'%3E %3Cpath d='M17.5,4.2H5.7l3-3L7.5,0l-5,5l5,5l1.2-1.2l-3-3h11.8V4.2z'/%3E %3Cpath d='M2.5,15.8h11.8l-3,3l1.2,1.2l5-5l-5-5l-1.2,1.2l3,3H2.5V15.8z'/%3E %3C/svg%3E");
}

.icon-exchange.-color-white{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='white'%3E %3Cpath d='M17.5,4.2H5.7l3-3L7.5,0l-5,5l5,5l1.2-1.2l-3-3h11.8V4.2z'/%3E %3Cpath d='M2.5,15.8h11.8l-3,3l1.2,1.2l5-5l-5-5l-1.2,1.2l3,3H2.5V15.8z'/%3E %3C/svg%3E");
  }

.icon-exchange.-color-black{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='black'%3E %3Cpath d='M17.5,4.2H5.7l3-3L7.5,0l-5,5l5,5l1.2-1.2l-3-3h11.8V4.2z'/%3E %3Cpath d='M2.5,15.8h11.8l-3,3l1.2,1.2l5-5l-5-5l-1.2,1.2l3,3H2.5V15.8z'/%3E %3C/svg%3E");
  }

.icon-exchange.-color-blue{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%23206fab'%3E %3Cpath d='M17.5,4.2H5.7l3-3L7.5,0l-5,5l5,5l1.2-1.2l-3-3h11.8V4.2z'/%3E %3Cpath d='M2.5,15.8h11.8l-3,3l1.2,1.2l5-5l-5-5l-1.2,1.2l3,3H2.5V15.8z'/%3E %3C/svg%3E");
  }

.icon-route-complex, .icon-route_complex{
  background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 20.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve' fill='%2300578f'%3E %3Cg%3E %3C/g%3E %3Cg%3E %3Cg%3E %3Cpath d='M12.4,9.6C12,9.6,11.7,9.8,11.4,10c0,0,0,0,0,0c-0.4-0.4-0.8-0.9-1.2-1.5C9.7,7.7,9.5,6.9,9.4,6.2 c0.8-0.4,1.4-1.2,1.5-2.1C11.3,2,9.5,0.1,7.4,0.5C6.2,0.8,5.3,1.7,5.1,2.9C4.8,4.3,5.5,5.5,6.6,6.1c0,0,0,0,0,0 C6.5,6.8,6.2,7.6,5.8,8.4C5.4,9,5,9.5,4.5,9.9C3.9,9.6,3.2,9.4,2.4,9.6c-1.2,0.2-2.1,1.2-2.4,2.4c-0.4,2.1,1.4,3.9,3.5,3.5 c1.2-0.2,2.1-1.2,2.4-2.4c0-0.3,0.1-0.5,0-0.8C6.6,12.1,7.3,12,8,12c0.7,0,1.4,0.1,2,0.3c0,0,0,0,0,0c-0.1,1.9,1.6,3.5,3.6,3.1 c1.2-0.2,2.1-1.2,2.4-2.4C16.3,11,14.5,9.2,12.4,9.6z M8,1.5c1.1,0,2,0.9,2,2c0,1.1-0.9,2-2,2c-1.1,0-2-0.9-2-2 C6,2.4,6.9,1.5,8,1.5z M3,14.5c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2c1.1,0,2,0.9,2,2C5,13.6,4.1,14.5,3,14.5z M8,11 c-0.8,0-1.6,0.1-2.2,0.3c0,0,0,0,0,0c-0.1-0.3-0.3-0.5-0.5-0.8c0,0,0,0,0,0c0.5-0.5,1-1,1.4-1.7C7.1,8,7.4,7.2,7.5,6.5 c0,0,0,0,0,0c0.3,0,0.6,0.1,0.9,0c0,0,0,0,0,0C8.6,7.3,8.8,8.2,9.3,9c0.4,0.7,0.8,1.2,1.3,1.6c-0.2,0.2-0.3,0.4-0.4,0.7 c0,0,0,0,0,0C9.6,11.1,8.8,11,8,11z M13,14.5c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2c1.1,0,2,0.9,2,2C15,13.6,14.1,14.5,13,14.5z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}

.icon-route-complex:hover, .icon-route_complex:hover{
      -ms-transform:rotate(360deg);
          transform:rotate(360deg);
      transition:all 0.8s ease-out;
  }

.icon-minus-inframe, .icon-minus_in_frame{
  background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 20.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve' fill='%2300578f'%3E %3Cg%3E %3Cg%3E %3Cpath d='M2,3v11h11V3H2z M12,13H3V4h9V13z'/%3E %3C/g%3E %3Cg%3E %3Crect x='4' y='8' width='7' height='1'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}

.icon-calendar{
  background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%235c6774'%3E %3Cg%3E %3Cg%3E %3Cpath d='M0,0v20h20V0H0z M6.2,18.8h-5V15h5V18.8z M6.2,13.8h-5V10h5V13.8z M6.2,8.8h-5V5h5V8.8z M12.5,18.8h-5V15h5V18.8z M12.5,13.8h-5V10h5V13.8z M12.5,8.8h-5V5h5V8.8z M18.8,18.8h-5V15h5V18.8z M18.8,13.8h-5V10h5V13.8z M18.8,8.8h-5V5h5V8.8z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}

.icon-calendar.-color-gray-light{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%23a1a1a1'%3E %3Cg%3E %3Cg%3E %3Cpath d='M0,0v20h20V0H0z M6.2,18.8h-5V15h5V18.8z M6.2,13.8h-5V10h5V13.8z M6.2,8.8h-5V5h5V8.8z M12.5,18.8h-5V15h5V18.8z M12.5,13.8h-5V10h5V13.8z M12.5,8.8h-5V5h5V8.8z M18.8,18.8h-5V15h5V18.8z M18.8,13.8h-5V10h5V13.8z M18.8,8.8h-5V5h5V8.8z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  }

.icon-tourist-adult{
  background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 16.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='14px' height='26px' viewBox='0 0 14 26' enable-background='new 0 0 14 26' xml:space='preserve' fill='%235c6774'%3E %3Cg%3E %3Cpath d='M13.809,13.411c-0.287-0.396-2.328-2.734-3.52-3.22c-0.365-0.147-0.617-0.176-1.48-0.159C8.488,11.002,7.801,12,7,12 c-0.802,0-1.487-0.998-1.807-1.968c-0.709-0.016-1.068-0.024-1.405,0.135c-1.289,0.608-3.309,2.851-3.596,3.244 c-0.324,0.444-0.229,1.069,0.219,1.396C0.588,14.938,0.795,15,0.999,15c0.31,0,0.574-0.176,0.81-0.41 c0.376-0.377,0.817-0.709,1.437-1.215C3.47,13.189,4,12.766,4,13.813C4,14.977,4,17.329,4,22c0,0.828,0.672,1,1.5,1 c0.592,0,1.104-0.088,1.348-0.439c0.098-0.143,0.207-0.143,0.305,0C7.396,22.913,7.909,23,8.5,23c0.828,0,1.5-0.172,1.5-1 c0-5.279,0-7.6,0-8.584c0-0.672,0.354-0.533,0.527-0.42c0.646,0.418,1.279,1.139,1.662,1.594C12.407,14.844,12.691,15,13,15 c0.205,0,0.412-0.063,0.59-0.191C14.036,14.48,14.133,13.855,13.809,13.411z'/%3E %3Ccircle cx='7' cy='6' r='3'/%3E %3C/g%3E %3C/svg%3E");
}

.icon-tourist-adult--white{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 16.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='14px' height='26px' viewBox='0 0 14 26' enable-background='new 0 0 14 26' xml:space='preserve' fill='white'%3E %3Cg%3E %3Cpath d='M13.809,13.411c-0.287-0.396-2.328-2.734-3.52-3.22c-0.365-0.147-0.617-0.176-1.48-0.159C8.488,11.002,7.801,12,7,12 c-0.802,0-1.487-0.998-1.807-1.968c-0.709-0.016-1.068-0.024-1.405,0.135c-1.289,0.608-3.309,2.851-3.596,3.244 c-0.324,0.444-0.229,1.069,0.219,1.396C0.588,14.938,0.795,15,0.999,15c0.31,0,0.574-0.176,0.81-0.41 c0.376-0.377,0.817-0.709,1.437-1.215C3.47,13.189,4,12.766,4,13.813C4,14.977,4,17.329,4,22c0,0.828,0.672,1,1.5,1 c0.592,0,1.104-0.088,1.348-0.439c0.098-0.143,0.207-0.143,0.305,0C7.396,22.913,7.909,23,8.5,23c0.828,0,1.5-0.172,1.5-1 c0-5.279,0-7.6,0-8.584c0-0.672,0.354-0.533,0.527-0.42c0.646,0.418,1.279,1.139,1.662,1.594C12.407,14.844,12.691,15,13,15 c0.205,0,0.412-0.063,0.59-0.191C14.036,14.48,14.133,13.855,13.809,13.411z'/%3E %3Ccircle cx='7' cy='6' r='3'/%3E %3C/g%3E %3C/svg%3E");
  }

.icon-location{
  background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 20.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve' fill='%235c6774'%3E %3Cg%3E %3Cg%3E %3Cpath d='M8,0C4.91,0,2.4,2.44,2.4,5.6c0,1.05,0.28,2.14,0.76,2.98L8,16l4.84-7.42c0.48-0.84,0.76-1.94,0.76-2.98 C13.6,2.44,11.09,0,8,0z M8,8C6.67,8,5.6,6.92,5.6,5.6c0-1.32,1.07-2.39,2.4-2.39c1.33,0,2.4,1.07,2.4,2.39C10.4,6.93,9.33,8,8,8z '/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}

.icon-location.-color-gray-light{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 20.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve' fill='%23a1a1a1'%3E %3Cg%3E %3Cg%3E %3Cpath d='M8,0C4.91,0,2.4,2.44,2.4,5.6c0,1.05,0.28,2.14,0.76,2.98L8,16l4.84-7.42c0.48-0.84,0.76-1.94,0.76-2.98 C13.6,2.44,11.09,0,8,0z M8,8C6.67,8,5.6,6.92,5.6,5.6c0-1.32,1.07-2.39,2.4-2.39c1.33,0,2.4,1.07,2.4,2.39C10.4,6.93,9.33,8,8,8z '/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  }

.icon-location.-color-blue{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 20.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve' fill='%231E82C5'%3E %3Cg%3E %3Cg%3E %3Cpath d='M8,0C4.91,0,2.4,2.44,2.4,5.6c0,1.05,0.28,2.14,0.76,2.98L8,16l4.84-7.42c0.48-0.84,0.76-1.94,0.76-2.98 C13.6,2.44,11.09,0,8,0z M8,8C6.67,8,5.6,6.92,5.6,5.6c0-1.32,1.07-2.39,2.4-2.39c1.33,0,2.4,1.07,2.4,2.39C10.4,6.93,9.33,8,8,8z '/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  }

.icon-aircraft{
  background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 20.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' width='16' height='16' style='enable-background:new 0 0 16 16;' xml:space='preserve' fill='%235c6774'%3E %3Cg%3E %3Cpath d='M14.91,1.1c-1.28-1.28-5.35,3.22-5.35,3.22L1.02,1.74l0,1.57l6.02,3.73l-2.78,3H0l0.01,1.39l3.2,1.44L4.4,16l1.11-0.02 v-4.13l3.28-2.81l3.85,5.96l1.61,0l-2.53-8.48C11.72,6.51,16.19,2.38,14.91,1.1z'/%3E %3C/g%3E %3C/svg%3E");
}

.icon-aircraft.-color-gray-light{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 20.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' width='16' height='16' style='enable-background:new 0 0 16 16;' xml:space='preserve' fill='%23a1a1a1'%3E %3Cg%3E %3Cpath d='M14.91,1.1c-1.28-1.28-5.35,3.22-5.35,3.22L1.02,1.74l0,1.57l6.02,3.73l-2.78,3H0l0.01,1.39l3.2,1.44L4.4,16l1.11-0.02 v-4.13l3.28-2.81l3.85,5.96l1.61,0l-2.53-8.48C11.72,6.51,16.19,2.38,14.91,1.1z'/%3E %3C/g%3E %3C/svg%3E");
  }

.icon-aircraft.-color-blue{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 20.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' width='16' height='16' style='enable-background:new 0 0 16 16;' xml:space='preserve' fill='%231E82C5'%3E %3Cg%3E %3Cpath d='M14.91,1.1c-1.28-1.28-5.35,3.22-5.35,3.22L1.02,1.74l0,1.57l6.02,3.73l-2.78,3H0l0.01,1.39l3.2,1.44L4.4,16l1.11-0.02 v-4.13l3.28-2.81l3.85,5.96l1.61,0l-2.53-8.48C11.72,6.51,16.19,2.38,14.91,1.1z'/%3E %3C/g%3E %3C/svg%3E");
  }

.icon-aircraft.-color-blue-light{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 20.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' width='16' height='16' style='enable-background:new 0 0 16 16;' xml:space='preserve' fill='%23C1E1F8'%3E %3Cg%3E %3Cpath d='M14.91,1.1c-1.28-1.28-5.35,3.22-5.35,3.22L1.02,1.74l0,1.57l6.02,3.73l-2.78,3H0l0.01,1.39l3.2,1.44L4.4,16l1.11-0.02 v-4.13l3.28-2.81l3.85,5.96l1.61,0l-2.53-8.48C11.72,6.51,16.19,2.38,14.91,1.1z'/%3E %3C/g%3E %3C/svg%3E");
  }

.icon-closed{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg' color='%235c6774'%3E %3Cpath d='M10.2 1.8l-8.4 8.4M1.8 1.8l8.4 8.4' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E");
}

.icon-closed--white{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg' color='white'%3E %3Cpath d='M10.2 1.8l-8.4 8.4M1.8 1.8l8.4 8.4' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E");
  }

.icon-closed.-color-red{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg' color='%23e83e0c'%3E %3Cpath d='M10.2 1.8l-8.4 8.4M1.8 1.8l8.4 8.4' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E");
  }

.icon-star{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 15' xmlns='http://www.w3.org/2000/svg' color='%235c6774'%3E %3Cpath fill='currentColor' d='M2.948 14.983l1.84-5.712L0 5.785h5.938L7.832 0l1.92 5.785h5.82L10.788 9.27l1.888 5.712-4.844-3.53z' fill-rule='evenodd'/%3E %3C/svg%3E");
}

.icon-star.-lighter{
    opacity:0.5;
  }

.icon-star--white{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 15' xmlns='http://www.w3.org/2000/svg' color='white'%3E %3Cpath fill='currentColor' d='M2.948 14.983l1.84-5.712L0 5.785h5.938L7.832 0l1.92 5.785h5.82L10.788 9.27l1.888 5.712-4.844-3.53z' fill-rule='evenodd'/%3E %3C/svg%3E");
  }

.icon-star.-color-yellow{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 15' xmlns='http://www.w3.org/2000/svg' color='%23ffd800'%3E %3Cpath fill='currentColor' d='M2.948 14.983l1.84-5.712L0 5.785h5.938L7.832 0l1.92 5.785h5.82L10.788 9.27l1.888 5.712-4.844-3.53z' fill-rule='evenodd'/%3E %3C/svg%3E");
  }

.icon-arrow{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg' color='%235c6774'%3E %3Cpath d='M15 8H1' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M7 15L1 8L7 1' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E");
}

.icon-arrow--left{
  background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='white'%3E %3Cg%3E %3Cpath d='M0,5.7l1.4-1.4l8.4,8.4l8.4-8.4l1.4,1.4l-9.8,9.8L0,5.7z'/%3E %3C/g%3E %3C/svg%3E");
  -ms-transform:rotate(90deg);
      transform:rotate(90deg);
}

.icon-arrow--right{
  background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='white'%3E %3Cg%3E %3Cpath d='M0,5.7l1.4-1.4l8.4,8.4l8.4-8.4l1.4,1.4l-9.8,9.8L0,5.7z'/%3E %3C/g%3E %3C/svg%3E");
  -ms-transform:rotate(-90deg);
      transform:rotate(-90deg);
}

.icon-arrow-down{
  background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%235c6774'%3E %3Cg%3E %3Cpath d='M0,5.7l1.4-1.4l8.4,8.4l8.4-8.4l1.4,1.4l-9.8,9.8L0,5.7z'/%3E %3C/g%3E %3C/svg%3E");
}

.icon-arrow-down.-color-white{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='white'%3E %3Cg%3E %3Cpath d='M0,5.7l1.4-1.4l8.4,8.4l8.4-8.4l1.4,1.4l-9.8,9.8L0,5.7z'/%3E %3C/g%3E %3C/svg%3E");
  }

.icon-arrow-up{
  background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%235c6774'%3E %3Cg%3E %3Cpath d='M0,5.7l1.4-1.4l8.4,8.4l8.4-8.4l1.4,1.4l-9.8,9.8L0,5.7z'/%3E %3C/g%3E %3C/svg%3E");
  -ms-transform:rotate(180deg);
      transform:rotate(180deg);
}

.icon-arrow-up.-color-white{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='white'%3E %3Cg%3E %3Cpath d='M0,5.7l1.4-1.4l8.4,8.4l8.4-8.4l1.4,1.4l-9.8,9.8L0,5.7z'/%3E %3C/g%3E %3C/svg%3E");
  }

.icon-help{
  background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 20.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve' fill='%235c6774'%3E %3Cg%3E %3Cg%3E %3Cpath d='M8,0C3.6,0,0,3.6,0,8c0,4.4,3.6,8,8,8c4.4,0,8-3.6,8-8C16,3.6,12.4,0,8,0z M8,15c-3.9,0-7-3.1-7-7c0-3.9,3.1-7,7-7 c3.9,0,7,3.1,7,7C15,11.9,11.9,15,8,15z'/%3E %3C/g%3E %3Cg%3E %3Crect x='7.1' y='10.2' width='1.8' height='1.8'/%3E %3C/g%3E %3Cg%3E %3Cpath d='M7.9,4C6.4,4,6,4.5,5.3,5v1.7h0.9c0-1.9,3.2-2.1,3.2-0.4c0,1-1.4,1.6-2.3,1.7v1.4h1.8V8.5c0.6,0,1.8-0.9,1.8-2.2 C10.7,5.1,10,4,7.9,4z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}

.icon-help--blue{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 20.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve' fill='%2300578f'%3E %3Cg%3E %3Cg%3E %3Cpath d='M8,0C3.6,0,0,3.6,0,8c0,4.4,3.6,8,8,8c4.4,0,8-3.6,8-8C16,3.6,12.4,0,8,0z M8,15c-3.9,0-7-3.1-7-7c0-3.9,3.1-7,7-7 c3.9,0,7,3.1,7,7C15,11.9,11.9,15,8,15z'/%3E %3C/g%3E %3Cg%3E %3Crect x='7.1' y='10.2' width='1.8' height='1.8'/%3E %3C/g%3E %3Cg%3E %3Cpath d='M7.9,4C6.4,4,6,4.5,5.3,5v1.7h0.9c0-1.9,3.2-2.1,3.2-0.4c0,1-1.4,1.6-2.3,1.7v1.4h1.8V8.5c0.6,0,1.8-0.9,1.8-2.2 C10.7,5.1,10,4,7.9,4z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  }

.icon-nope{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%235c6774'%3E%3Ctitle%3Enope%3C/title%3E%3Crect class='cls-1' x='-3.56' y='10.59' width='31.11' height='2.83' transform='translate(-4.97 12) rotate(-45)'/%3E%3C/svg%3E");
}

.icon-nope.-color-red{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23e83e0c'%3E%3Ctitle%3Enope%3C/title%3E%3Crect class='cls-1' x='-3.56' y='10.59' width='31.11' height='2.83' transform='translate(-4.97 12) rotate(-45)'/%3E%3C/svg%3E");
  }

.icon-check{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 12 11' fill='none' xmlns='http://www.w3.org/2000/svg' color='%235c6774'%3E %3Cpath d='M1.636 6.182l3.182 3.182 5.727-7.637' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E");
}

.icon-check.-color-green{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 12 11' fill='none' xmlns='http://www.w3.org/2000/svg' color='%233d9e33'%3E %3Cpath d='M1.636 6.182l3.182 3.182 5.727-7.637' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E");
  }

.icon-check.-color-blue{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 12 11' fill='none' xmlns='http://www.w3.org/2000/svg' color='%2354acec'%3E %3Cpath d='M1.636 6.182l3.182 3.182 5.727-7.637' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E");
  }

.icon-person{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%235c6774'%3E%3Ctitle%3Eperson%3C/title%3E%3Cpath d='M10.06,11.4c0-.48.05-1.17,0-1a5.11,5.11,0,0,0,1.84-3.9c0-2-1-3.57-3.92-3.57S4.09,4.47,4.09,6.49A5.13,5.13,0,0,0,5.9,10.36c0-.12.07.62.07,1.08-2.36.35-5,1.13-5,3.94V16H15l0-.62C15,12.52,12.27,11.73,10.06,11.4ZM5.3,6.49A2.57,2.57,0,0,1,8,4.13a2.57,2.57,0,0,1,2.71,2.36C10.73,6.85,10.46,10,8,10S5.3,6.85,5.3,6.49Z'/%3E%3C/svg%3E");
}

.icon-person.-color-white{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3E%3Ctitle%3Eperson%3C/title%3E%3Cpath d='M10.06,11.4c0-.48.05-1.17,0-1a5.11,5.11,0,0,0,1.84-3.9c0-2-1-3.57-3.92-3.57S4.09,4.47,4.09,6.49A5.13,5.13,0,0,0,5.9,10.36c0-.12.07.62.07,1.08-2.36.35-5,1.13-5,3.94V16H15l0-.62C15,12.52,12.27,11.73,10.06,11.4ZM5.3,6.49A2.57,2.57,0,0,1,8,4.13a2.57,2.57,0,0,1,2.71,2.36C10.73,6.85,10.46,10,8,10S5.3,6.85,5.3,6.49Z'/%3E%3C/svg%3E");
  }

.icon-zoom{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45 45' fill='%235c6774'%3E %3Ctitle%3Ezoom%3C/title%3E %3Cg id='Layer_2' data-name='Layer 2'%3E %3Cg id='Layer_1-2' data-name='Layer 1'%3E %3Cpath d='M30,0l5.75,5.75-7.21,7.18,3.53,3.57,7.18-7.23L45,15V0ZM0,15,5.75,9.25l7.17,7.25L16.47,13,9.24,5.78,15,0H0ZM15,45,9.25,39.25l7.23-7.17L12.92,28.5,5.75,35.72,0,30V45ZM45,30l-5.75,5.75L32.07,28.5l-3.53,3.57,7.23,7.17L30,45H45Z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}

.icon-zoom.-color-white{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45 45' fill='white'%3E %3Ctitle%3Ezoom%3C/title%3E %3Cg id='Layer_2' data-name='Layer 2'%3E %3Cg id='Layer_1-2' data-name='Layer 1'%3E %3Cpath d='M30,0l5.75,5.75-7.21,7.18,3.53,3.57,7.18-7.23L45,15V0ZM0,15,5.75,9.25l7.17,7.25L16.47,13,9.24,5.78,15,0H0ZM15,45,9.25,39.25l7.23-7.17L12.92,28.5,5.75,35.72,0,30V45ZM45,30l-5.75,5.75L32.07,28.5l-3.53,3.57,7.23,7.17L30,45H45Z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  }

.icon-chevron{
  background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%235c6774'%3E %3Cg%3E %3Cpath d='M6.9,10.2l6.7,9.6c0.1,0.2,0.3,0.2,0.5,0.1c0.2-0.1,0.2-0.3,0.1-0.5L7.5,9.8C7.4,9.6,7.2,9.5,7,9.7 C6.8,9.8,6.8,10,6.9,10.2'/%3E %3Cpath d='M7.5,10.2l6.7-9.6c0.1-0.2,0.1-0.4-0.1-0.5C14,0,13.7,0,13.6,0.1L6.9,9.8C6.8,9.9,6.8,10.2,7,10.3 C7.2,10.4,7.4,10.4,7.5,10.2'/%3E %3C/g%3E %3C/svg%3E");
}

.icon-chevron.-direction-right{
     -ms-transform:rotate(180deg);
         transform:rotate(180deg);
  }

.icon-chevron.-color-white{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='white'%3E %3Cg%3E %3Cpath d='M6.9,10.2l6.7,9.6c0.1,0.2,0.3,0.2,0.5,0.1c0.2-0.1,0.2-0.3,0.1-0.5L7.5,9.8C7.4,9.6,7.2,9.5,7,9.7 C6.8,9.8,6.8,10,6.9,10.2'/%3E %3Cpath d='M7.5,10.2l6.7-9.6c0.1-0.2,0.1-0.4-0.1-0.5C14,0,13.7,0,13.6,0.1L6.9,9.8C6.8,9.9,6.8,10.2,7,10.3 C7.2,10.4,7.4,10.4,7.5,10.2'/%3E %3C/g%3E %3C/svg%3E");
  }

.icon-headset-mic{
  background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 20.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 60' style='enable-background:new 0 0 60 60;' xml:space='preserve' fill='%235c6774'%3E %3Cpath class='st0' d='M31.4,0.5C18,0.5,7.1,11.4,7.1,24.8v18.9c0,4.5,3.6,8.1,8.1,8.1h8.1V30.2H12.5v-5.4c0-10.4,8.4-18.9,18.9-18.9 s18.9,8.4,18.9,18.9v5.4H39.5v21.6h10.8v2.7H31.4v5.4h16.2c4.5,0,8.1-3.6,8.1-8.1v-27C55.7,11.4,44.8,0.5,31.4,0.5z'/%3E %3C/svg%3E");
}

.icon-headset-mic.-color-gray-light{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 20.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 60' style='enable-background:new 0 0 60 60;' xml:space='preserve' fill='%23a1a1a1'%3E %3Cpath class='st0' d='M31.4,0.5C18,0.5,7.1,11.4,7.1,24.8v18.9c0,4.5,3.6,8.1,8.1,8.1h8.1V30.2H12.5v-5.4c0-10.4,8.4-18.9,18.9-18.9 s18.9,8.4,18.9,18.9v5.4H39.5v21.6h10.8v2.7H31.4v5.4h16.2c4.5,0,8.1-3.6,8.1-8.1v-27C55.7,11.4,44.8,0.5,31.4,0.5z'/%3E %3C/svg%3E");
  }

.icon-headset-mic.-color-blue{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 20.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 60' style='enable-background:new 0 0 60 60;' xml:space='preserve' fill='%231E82C5'%3E %3Cpath class='st0' d='M31.4,0.5C18,0.5,7.1,11.4,7.1,24.8v18.9c0,4.5,3.6,8.1,8.1,8.1h8.1V30.2H12.5v-5.4c0-10.4,8.4-18.9,18.9-18.9 s18.9,8.4,18.9,18.9v5.4H39.5v21.6h10.8v2.7H31.4v5.4h16.2c4.5,0,8.1-3.6,8.1-8.1v-27C55.7,11.4,44.8,0.5,31.4,0.5z'/%3E %3C/svg%3E");
  }

.icon-baggage{
  background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%235c6774'%3E %3Cpath d='M20,5.3V19H0V5.4c0.3-0.8,1-1.1,1.8-1.1c5.4,0,10.9,0,16.3,0C18.9,4.3,19.6,4.7,20,5.3z M12.3,13.8c0.2,0.6,0.4,1.1,0.6,1.6 c0.1,0.4,0.5,0.6,0.9,0.5c0.1,0,0.1,0,0.2-0.1c0.9-0.4,1.9-0.7,2.9-1.1c2-0.7,1.8-0.7,1.1-2.6c0-0.1,0-0.2-0.1-0.2 c-0.3-0.1-0.6-0.4-0.8-0.3c-1.4,0.5-2.7,1-4,1.5C12.7,13.3,12.5,13.6,12.3,13.8z M12,6.7c-1,0-1.9,0.8-1.9,1.8c0,0,0,0,0,0 c0,1.1,0.8,1.9,1.9,1.9c0,0,0,0,0,0c1,0,1.9-0.8,1.9-1.9C13.8,7.6,13,6.8,12,6.7L12,6.7z'/%3E %3Cpath d='M13.1,3.6h-1.5c0-0.1-0.1-0.2-0.1-0.3c-0.1-1.2-0.1-1.2-1.3-1.2c-1.5,0-1.5,0-1.8,1.5H7C6.6,1.6,7.4,0.5,9.5,0.5h1.3 c1.6,0,2.3,0.8,2.3,2.3C13.1,3.1,13.1,3.3,13.1,3.6z'/%3E %3C/svg%3E");
}

.icon-baggage.-color-gray-light{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%23a1a1a1'%3E %3Cpath d='M20,5.3V19H0V5.4c0.3-0.8,1-1.1,1.8-1.1c5.4,0,10.9,0,16.3,0C18.9,4.3,19.6,4.7,20,5.3z M12.3,13.8c0.2,0.6,0.4,1.1,0.6,1.6 c0.1,0.4,0.5,0.6,0.9,0.5c0.1,0,0.1,0,0.2-0.1c0.9-0.4,1.9-0.7,2.9-1.1c2-0.7,1.8-0.7,1.1-2.6c0-0.1,0-0.2-0.1-0.2 c-0.3-0.1-0.6-0.4-0.8-0.3c-1.4,0.5-2.7,1-4,1.5C12.7,13.3,12.5,13.6,12.3,13.8z M12,6.7c-1,0-1.9,0.8-1.9,1.8c0,0,0,0,0,0 c0,1.1,0.8,1.9,1.9,1.9c0,0,0,0,0,0c1,0,1.9-0.8,1.9-1.9C13.8,7.6,13,6.8,12,6.7L12,6.7z'/%3E %3Cpath d='M13.1,3.6h-1.5c0-0.1-0.1-0.2-0.1-0.3c-0.1-1.2-0.1-1.2-1.3-1.2c-1.5,0-1.5,0-1.8,1.5H7C6.6,1.6,7.4,0.5,9.5,0.5h1.3 c1.6,0,2.3,0.8,2.3,2.3C13.1,3.1,13.1,3.3,13.1,3.6z'/%3E %3C/svg%3E");
  }

.icon-baggage.-color-blue{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%231E82C5'%3E %3Cpath d='M20,5.3V19H0V5.4c0.3-0.8,1-1.1,1.8-1.1c5.4,0,10.9,0,16.3,0C18.9,4.3,19.6,4.7,20,5.3z M12.3,13.8c0.2,0.6,0.4,1.1,0.6,1.6 c0.1,0.4,0.5,0.6,0.9,0.5c0.1,0,0.1,0,0.2-0.1c0.9-0.4,1.9-0.7,2.9-1.1c2-0.7,1.8-0.7,1.1-2.6c0-0.1,0-0.2-0.1-0.2 c-0.3-0.1-0.6-0.4-0.8-0.3c-1.4,0.5-2.7,1-4,1.5C12.7,13.3,12.5,13.6,12.3,13.8z M12,6.7c-1,0-1.9,0.8-1.9,1.8c0,0,0,0,0,0 c0,1.1,0.8,1.9,1.9,1.9c0,0,0,0,0,0c1,0,1.9-0.8,1.9-1.9C13.8,7.6,13,6.8,12,6.7L12,6.7z'/%3E %3Cpath d='M13.1,3.6h-1.5c0-0.1-0.1-0.2-0.1-0.3c-0.1-1.2-0.1-1.2-1.3-1.2c-1.5,0-1.5,0-1.8,1.5H7C6.6,1.6,7.4,0.5,9.5,0.5h1.3 c1.6,0,2.3,0.8,2.3,2.3C13.1,3.1,13.1,3.3,13.1,3.6z'/%3E %3C/svg%3E");
  }

.icon-train{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60' fill='%235c6774'%3E %3Cpath class='cls-1' d='M30,1C17.7,1,5.38,2.54,5.38,13.32V42.6A10.8,10.8,0,0,0,16.16,53.38L11.54,58v1.54h6.87l6.16-6.16H36.19l6.16,6.16h6.16V58l-4.62-4.62A10.8,10.8,0,0,0,54.68,42.6V13.32C54.68,2.54,43.65,1,30,1ZM16.16,47.22a4.62,4.62,0,1,1,4.62-4.62A4.62,4.62,0,0,1,16.16,47.22ZM26.95,25.65H11.54V13.32H26.95Zm6.16,0V13.32H48.52V25.65ZM43.89,47.22a4.62,4.62,0,1,1,4.62-4.62A4.62,4.62,0,0,1,43.89,47.22Z'/%3E %3C/svg%3E");
}

.icon-train.-color-gray-light{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60' fill='%23a1a1a1'%3E %3Cpath class='cls-1' d='M30,1C17.7,1,5.38,2.54,5.38,13.32V42.6A10.8,10.8,0,0,0,16.16,53.38L11.54,58v1.54h6.87l6.16-6.16H36.19l6.16,6.16h6.16V58l-4.62-4.62A10.8,10.8,0,0,0,54.68,42.6V13.32C54.68,2.54,43.65,1,30,1ZM16.16,47.22a4.62,4.62,0,1,1,4.62-4.62A4.62,4.62,0,0,1,16.16,47.22ZM26.95,25.65H11.54V13.32H26.95Zm6.16,0V13.32H48.52V25.65ZM43.89,47.22a4.62,4.62,0,1,1,4.62-4.62A4.62,4.62,0,0,1,43.89,47.22Z'/%3E %3C/svg%3E");
  }

.icon-train.-color-blue{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60' fill='%231E82C5'%3E %3Cpath class='cls-1' d='M30,1C17.7,1,5.38,2.54,5.38,13.32V42.6A10.8,10.8,0,0,0,16.16,53.38L11.54,58v1.54h6.87l6.16-6.16H36.19l6.16,6.16h6.16V58l-4.62-4.62A10.8,10.8,0,0,0,54.68,42.6V13.32C54.68,2.54,43.65,1,30,1ZM16.16,47.22a4.62,4.62,0,1,1,4.62-4.62A4.62,4.62,0,0,1,16.16,47.22ZM26.95,25.65H11.54V13.32H26.95Zm6.16,0V13.32H48.52V25.65ZM43.89,47.22a4.62,4.62,0,1,1,4.62-4.62A4.62,4.62,0,0,1,43.89,47.22Z'/%3E %3C/svg%3E");
  }

.icon-train.-color-blue-light{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60' fill='%23C1E1F8'%3E %3Cpath class='cls-1' d='M30,1C17.7,1,5.38,2.54,5.38,13.32V42.6A10.8,10.8,0,0,0,16.16,53.38L11.54,58v1.54h6.87l6.16-6.16H36.19l6.16,6.16h6.16V58l-4.62-4.62A10.8,10.8,0,0,0,54.68,42.6V13.32C54.68,2.54,43.65,1,30,1ZM16.16,47.22a4.62,4.62,0,1,1,4.62-4.62A4.62,4.62,0,0,1,16.16,47.22ZM26.95,25.65H11.54V13.32H26.95Zm6.16,0V13.32H48.52V25.65ZM43.89,47.22a4.62,4.62,0,1,1,4.62-4.62A4.62,4.62,0,0,1,43.89,47.22Z'/%3E %3C/svg%3E");
  }

.icon-umbrella{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60' fill='%235c6774'%3E %3Cpath class='cls-1' d='M32.85,37.62l4.45-4.45,20,20.05-4.44,4.44ZM46.21,19.79l8.9-8.9a31.49,31.49,0,0,0-44.5-.06C22.84,6.78,36.47,10,46.21,19.79Zm-35.7-8.87a31.49,31.49,0,0,0,.06,44.5l8.9-8.9C9.74,36.78,6.47,23.15,10.52,10.92Zm.06-.06,0,0C9.37,20.25,14.19,32.3,23.93,42.07L41.76,24.24C32,14.5,19.95,9.67,10.58,10.86Z'/%3E %3C/svg%3E");
}

.icon-umbrella.-color-gray-light{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60' fill='%23a1a1a1'%3E %3Cpath class='cls-1' d='M32.85,37.62l4.45-4.45,20,20.05-4.44,4.44ZM46.21,19.79l8.9-8.9a31.49,31.49,0,0,0-44.5-.06C22.84,6.78,36.47,10,46.21,19.79Zm-35.7-8.87a31.49,31.49,0,0,0,.06,44.5l8.9-8.9C9.74,36.78,6.47,23.15,10.52,10.92Zm.06-.06,0,0C9.37,20.25,14.19,32.3,23.93,42.07L41.76,24.24C32,14.5,19.95,9.67,10.58,10.86Z'/%3E %3C/svg%3E");
  }

.icon-umbrella.-color-blue{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60' fill='%231E82C5'%3E %3Cpath class='cls-1' d='M32.85,37.62l4.45-4.45,20,20.05-4.44,4.44ZM46.21,19.79l8.9-8.9a31.49,31.49,0,0,0-44.5-.06C22.84,6.78,36.47,10,46.21,19.79Zm-35.7-8.87a31.49,31.49,0,0,0,.06,44.5l8.9-8.9C9.74,36.78,6.47,23.15,10.52,10.92Zm.06-.06,0,0C9.37,20.25,14.19,32.3,23.93,42.07L41.76,24.24C32,14.5,19.95,9.67,10.58,10.86Z'/%3E %3C/svg%3E");
  }

.icon-umbrella.-color-blue-light{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60' fill='%23C1E1F8'%3E %3Cpath class='cls-1' d='M32.85,37.62l4.45-4.45,20,20.05-4.44,4.44ZM46.21,19.79l8.9-8.9a31.49,31.49,0,0,0-44.5-.06C22.84,6.78,36.47,10,46.21,19.79Zm-35.7-8.87a31.49,31.49,0,0,0,.06,44.5l8.9-8.9C9.74,36.78,6.47,23.15,10.52,10.92Zm.06-.06,0,0C9.37,20.25,14.19,32.3,23.93,42.07L41.76,24.24C32,14.5,19.95,9.67,10.58,10.86Z'/%3E %3C/svg%3E");
  }

.icon-print{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 18' fill='%235c6774'%3E%3Cpath d='M17,5H3A3,3,0,0,0,0,8v6H4v4H16V14h4V8A3,3,0,0,0,17,5ZM14,16H6V11h8Zm3-7a1,1,0,1,1,1-1A1,1,0,0,1,17,9ZM16,0H4V4H16Z'/%3E%3C/svg%3E");
}

.icon-print.-color-gray-light{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 18' fill='%23a1a1a1'%3E%3Cpath d='M17,5H3A3,3,0,0,0,0,8v6H4v4H16V14h4V8A3,3,0,0,0,17,5ZM14,16H6V11h8Zm3-7a1,1,0,1,1,1-1A1,1,0,0,1,17,9ZM16,0H4V4H16Z'/%3E%3C/svg%3E");
  }

.icon-print.-color-blue{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 18' fill='%231E82C5'%3E%3Cpath d='M17,5H3A3,3,0,0,0,0,8v6H4v4H16V14h4V8A3,3,0,0,0,17,5ZM14,16H6V11h8Zm3-7a1,1,0,1,1,1-1A1,1,0,0,1,17,9ZM16,0H4V4H16Z'/%3E%3C/svg%3E");
  }

.icon-print.-color-blue-light{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 18' fill='%23C1E1F8'%3E%3Cpath d='M17,5H3A3,3,0,0,0,0,8v6H4v4H16V14h4V8A3,3,0,0,0,17,5ZM14,16H6V11h8Zm3-7a1,1,0,1,1,1-1A1,1,0,0,1,17,9ZM16,0H4V4H16Z'/%3E%3C/svg%3E");
  }

.icon-print.-color-white{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 18' fill='%23fff'%3E%3Cpath d='M17,5H3A3,3,0,0,0,0,8v6H4v4H16V14h4V8A3,3,0,0,0,17,5ZM14,16H6V11h8Zm3-7a1,1,0,1,1,1-1A1,1,0,0,1,17,9ZM16,0H4V4H16Z'/%3E%3C/svg%3E");
  }

.icon-image{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg' fill='%235c6774'%3E %3Cpath d='M0 0h24v24H0z' fill='none'/%3E %3Cpath d='M21 19V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2zM8.5 13.5l2.5 3.01L14.5 12l4.5 6H5l3.5-4.5z'/%3E %3C/svg%3E");
}

.icon-image.-color-gray-light{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg' fill='%23a1a1a1'%3E %3Cpath d='M0 0h24v24H0z' fill='none'/%3E %3Cpath d='M21 19V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2zM8.5 13.5l2.5 3.01L14.5 12l4.5 6H5l3.5-4.5z'/%3E %3C/svg%3E");
  }

.icon-image.-color-blue{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg' fill='%231E82C5'%3E %3Cpath d='M0 0h24v24H0z' fill='none'/%3E %3Cpath d='M21 19V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2zM8.5 13.5l2.5 3.01L14.5 12l4.5 6H5l3.5-4.5z'/%3E %3C/svg%3E");
    }

.icon-image.-color-blue-light{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg' fill='%23C1E1F8'%3E %3Cpath d='M0 0h24v24H0z' fill='none'/%3E %3Cpath d='M21 19V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2zM8.5 13.5l2.5 3.01L14.5 12l4.5 6H5l3.5-4.5z'/%3E %3C/svg%3E");
  }

.icon-image.-color-white{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E %3Cpath d='M0 0h24v24H0z' fill='none'/%3E %3Cpath d='M21 19V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2zM8.5 13.5l2.5 3.01L14.5 12l4.5 6H5l3.5-4.5z'/%3E %3C/svg%3E");
  }

.icon-upload{
  background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3Csvg width='34px' height='28px' viewBox='0 0 34 28' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='%235c6774'%3E %3Cg transform='translate(-4.000000, -160.000000)' fill-rule='nonzero'%3E %3Cg transform='translate(4.000000, 160.000000)'%3E %3Cpath d='M27.6516554,7.54099599 C27.2880938,5.55618529 26.2183837,3.74480466 24.5823566,2.37021084 C22.7645486,0.841456964 20.4013983,0 17.940366,0 C16.0386593,0 14.1858935,0.501020177 12.5988073,1.44525051 C11.2774008,2.22889745 10.1797244,3.28874783 9.40366029,4.53487493 C9.06806498,4.47706491 8.71848653,4.44494824 8.36890808,4.44494824 C5.39749126,4.44494824 2.97840839,6.66742235 2.97840839,9.39733998 C2.97840839,9.75062344 3.0203578,10.0910602 3.09027349,10.4250737 C1.16759202,11.7097408 0,13.7780549 0,15.981259 C0,17.7605229 0.720131606,19.4884002 2.03454658,20.8565707 C3.38391939,22.2568579 5.16676948,23.0854681 7.06847625,23.1818182 C7.08945096,23.1818182 7.10343409,23.1818182 7.1244088,23.1818182 L13.1371581,23.1818182 C13.6615258,23.1818182 14.0810199,22.796418 14.0810199,22.3146679 C14.0810199,21.8329177 13.6615258,21.4475176 13.1371581,21.4475176 L7.15237508,21.4475176 C4.29282336,21.2869342 1.88772363,18.7882566 1.88772363,15.9748356 C1.88772363,14.1570317 2.95044211,12.4612711 4.66337652,11.5427341 C5.06189595,11.330764 5.2296936,10.8875538 5.07587909,10.489307 C4.93604771,10.1424469 4.86613202,9.77631678 4.86613202,9.38449331 C4.86613202,7.61165269 6.43923504,6.16640218 8.36890808,6.16640218 C8.78141065,6.16640218 9.18692165,6.23063553 9.56446638,6.35910224 C10.0259099,6.5132623 10.5362945,6.32056223 10.7460415,5.91589209 C12.0534649,3.36582785 14.8780588,1.72145394 17.9473576,1.72145394 C22.0723833,1.72145394 25.4772774,4.56056828 25.8688053,8.32464294 C25.9107547,8.71646641 26.2323669,9.03120985 26.651861,9.09544321 C29.7631092,9.58361672 32.1122764,12.2236076 32.1122764,15.236152 C32.1122764,18.4285498 29.3785729,21.2034308 26.0086366,21.4410942 L20.8558503,21.4410942 C20.3314826,21.4410942 19.9119885,21.8264944 19.9119885,22.3082445 C19.9119885,22.7899947 20.3314826,23.1753948 20.8558503,23.1753948 L26.0435945,23.1753948 C26.0645692,23.1753948 26.0855439,23.1753948 26.1135102,23.1753948 C28.2459387,23.0340815 30.2385359,22.1348145 31.7207485,20.6317539 C33.1959696,19.1415401 34,17.2273861 34,15.236152 C33.9930084,11.6326608 31.3152375,8.42741631 27.6516554,7.54099599 Z' id='Shape'/%3E %3Cpath d='M22.9107157,15.996959 C23.2721857,15.6635237 23.2721857,15.1287691 22.9107157,14.7953339 L18.0342815,10.2971038 C17.8637768,10.139823 17.6250702,10.0454545 17.3863636,10.0454545 C17.1476571,10.0454545 16.9089505,10.1335318 16.7384458,10.2971038 L11.8620116,14.7953339 C11.5005416,15.1287691 11.5005416,15.6635237 11.8620116,15.996959 C12.0393364,16.160531 12.278043,16.2486082 12.5099294,16.2486082 C12.7418158,16.2486082 12.9805223,16.1668222 13.1578472,15.996959 L16.4656383,12.945712 L16.4656383,26.9688656 C16.4656383,27.440708 16.8748496,27.8181818 17.3863636,27.8181818 C17.8978777,27.8181818 18.307089,27.440708 18.307089,26.9688656 L18.307089,12.945712 L21.61488,15.996959 C21.9695298,16.3303942 22.5492458,16.3303942 22.9107157,15.996959 Z' id='Shape'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}

.icon-upload-color-blue{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3Csvg width='34px' height='28px' viewBox='0 0 34 28' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='%230D77DC'%3E %3Cg transform='translate(-4.000000, -160.000000)' fill-rule='nonzero'%3E %3Cg transform='translate(4.000000, 160.000000)'%3E %3Cpath d='M27.6516554,7.54099599 C27.2880938,5.55618529 26.2183837,3.74480466 24.5823566,2.37021084 C22.7645486,0.841456964 20.4013983,0 17.940366,0 C16.0386593,0 14.1858935,0.501020177 12.5988073,1.44525051 C11.2774008,2.22889745 10.1797244,3.28874783 9.40366029,4.53487493 C9.06806498,4.47706491 8.71848653,4.44494824 8.36890808,4.44494824 C5.39749126,4.44494824 2.97840839,6.66742235 2.97840839,9.39733998 C2.97840839,9.75062344 3.0203578,10.0910602 3.09027349,10.4250737 C1.16759202,11.7097408 0,13.7780549 0,15.981259 C0,17.7605229 0.720131606,19.4884002 2.03454658,20.8565707 C3.38391939,22.2568579 5.16676948,23.0854681 7.06847625,23.1818182 C7.08945096,23.1818182 7.10343409,23.1818182 7.1244088,23.1818182 L13.1371581,23.1818182 C13.6615258,23.1818182 14.0810199,22.796418 14.0810199,22.3146679 C14.0810199,21.8329177 13.6615258,21.4475176 13.1371581,21.4475176 L7.15237508,21.4475176 C4.29282336,21.2869342 1.88772363,18.7882566 1.88772363,15.9748356 C1.88772363,14.1570317 2.95044211,12.4612711 4.66337652,11.5427341 C5.06189595,11.330764 5.2296936,10.8875538 5.07587909,10.489307 C4.93604771,10.1424469 4.86613202,9.77631678 4.86613202,9.38449331 C4.86613202,7.61165269 6.43923504,6.16640218 8.36890808,6.16640218 C8.78141065,6.16640218 9.18692165,6.23063553 9.56446638,6.35910224 C10.0259099,6.5132623 10.5362945,6.32056223 10.7460415,5.91589209 C12.0534649,3.36582785 14.8780588,1.72145394 17.9473576,1.72145394 C22.0723833,1.72145394 25.4772774,4.56056828 25.8688053,8.32464294 C25.9107547,8.71646641 26.2323669,9.03120985 26.651861,9.09544321 C29.7631092,9.58361672 32.1122764,12.2236076 32.1122764,15.236152 C32.1122764,18.4285498 29.3785729,21.2034308 26.0086366,21.4410942 L20.8558503,21.4410942 C20.3314826,21.4410942 19.9119885,21.8264944 19.9119885,22.3082445 C19.9119885,22.7899947 20.3314826,23.1753948 20.8558503,23.1753948 L26.0435945,23.1753948 C26.0645692,23.1753948 26.0855439,23.1753948 26.1135102,23.1753948 C28.2459387,23.0340815 30.2385359,22.1348145 31.7207485,20.6317539 C33.1959696,19.1415401 34,17.2273861 34,15.236152 C33.9930084,11.6326608 31.3152375,8.42741631 27.6516554,7.54099599 Z' id='Shape'/%3E %3Cpath d='M22.9107157,15.996959 C23.2721857,15.6635237 23.2721857,15.1287691 22.9107157,14.7953339 L18.0342815,10.2971038 C17.8637768,10.139823 17.6250702,10.0454545 17.3863636,10.0454545 C17.1476571,10.0454545 16.9089505,10.1335318 16.7384458,10.2971038 L11.8620116,14.7953339 C11.5005416,15.1287691 11.5005416,15.6635237 11.8620116,15.996959 C12.0393364,16.160531 12.278043,16.2486082 12.5099294,16.2486082 C12.7418158,16.2486082 12.9805223,16.1668222 13.1578472,15.996959 L16.4656383,12.945712 L16.4656383,26.9688656 C16.4656383,27.440708 16.8748496,27.8181818 17.3863636,27.8181818 C17.8978777,27.8181818 18.307089,27.440708 18.307089,26.9688656 L18.307089,12.945712 L21.61488,15.996959 C21.9695298,16.3303942 22.5492458,16.3303942 22.9107157,15.996959 Z' id='Shape'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  }

:root {

  /*****************************************************************
    LEGACY VARIABLES
******************************************************************/


  /** Website additional colors */

  /** meal groups */


  /** Link colors */
  /** ordinary link */

  /** primary link */


  /**  Button colors theme default */

  /**  Button colors theme primary */

  /**  primary button */

  /**  additional button */


  /**  link button */

  /**  link button additional */


  /**  Input colors */


  /**  Color border */


  /**  Typography */
  /**  font family */

  /**  font color */

  /**  font size */

  /**  font size heading */

  /** Components */
  /** margin */

  /** padding */

  /** z-index */
}

.-block-wide {
  width: 100%;
}

/* ie9,10 stuff, `cause "hidden" property is introduced only in ie11 */

[data-hidden="true"] {
  display: none !important;
}

.no-border--left {
  border-left-color: transparent;
}

.no-border--right {
  border-right-color: transparent;
}

pre {
  background: none;
  padding: 0;
  border: 0;
  border-radius: 0;
}

section {
  margin-bottom: 20px;
}

.z-index-1 {
    z-index: 100;
  }

.z-index-2 {
    z-index: 200;
  }

.z-index-3 {
    z-index: 300;
  }

.z-index-4 {
    z-index: 400;
  }

.z-index-5 {
    z-index: 500;
  }

.z-index-6 {
    z-index: 600;
  }

.z-index-7 {
    z-index: 700;
  }

.z-index-8 {
    z-index: 800;
  }

.z-index-9 {
    z-index: 900;
  }

.z-index-10 {
    z-index: 1000;
  }

@font-face{
  font-family:scdRub;
  src:url(/build/fonts/scdrub-regular.5b498d1d.eot),
        url(/build/fonts/scdrub-regular.e82b5661.ttf),
        url(/build/fonts/scdrub-regular.15962ccc.woff),
        url(/build/images/scdrub-regular.3aba8635.svg#scadarubregular);
  font-weight:400;
  font-style:normal;
}

@font-face{
  font-family:'OpenSans';
  src:url(/build/fonts/OpenSans-Light.87051a9d.woff) format('woff'),
        url(/build/fonts/OpenSans-Light.b55272c8.woff2) format('woff2');
  font-weight:300;
  font-style:normal;
}

@font-face{
  font-family:'OpenSans';
  src:url(/build/fonts/OpenSans.90327f5a.woff) format('woff'),
        url(/build/fonts/OpenSans.5ef05461.woff2) format('woff2');
  font-weight:400;
  font-style:normal;
}

@font-face{
  font-family:'OpenSans';
  src:url(/build/fonts/OpenSans-Semibold.4c7b8237.woff) format('woff'),
        url(/build/fonts/OpenSans-Semibold.b6a93c57.woff2) format('woff2');
  font-weight:600;
  font-style:normal;
}

@font-face{
  font-family:'OpenSans';
  src:url(/build/fonts/OpenSans-Bold.05d1a99a.woff) format('woff'),
        url(/build/fonts/OpenSans-Bold.807c4e98.woff2) format('woff2');
  font-weight:700;
  font-style:normal;
}

body{
  font-family:'OpenSans', Helvetica, Arial, sans-serif;
  color:black;
  font-size:13px;
  line-height:1.4;
}

h1{
  font-size:22px;
  font-style:normal;
  font-variant:normal;
  font-weight:500;
  line-height:1.2;
  margin:20px 0;
}

h2{
  font-size:18px;
  font-style:normal;
  font-variant:normal;
  font-weight:500;
  line-height:1.2;
  margin:20px 0;
}

h3{
  font-size:16px;
  font-style:normal;
  font-variant:normal;
  font-weight:500;
  line-height:1.2;
  margin:10px 0;
}

h4{
  font-size:13px;
  font-style:normal;
  font-variant:normal;
  font-weight:500;
  line-height:1.2;
  margin:10px 0;
  color:#5c6774;
}

p{
  line-height:1.5;
}

p.text-additional{
    color:#5A7886;
  }

a{
  color:#00578f;
  text-decoration:underline;
}

a:active, a:focus, a:hover{
    color:#3399cc;
    text-decoration:none;
  }

a.link-primary{
    color:#5c6774;
  }

a.link-primary:active, a.link-primary:focus, a.link-primary:hover{
      color:#5c6774;
    }

.font-color--gray{
    color:#5c6774;
  }

.font-color--red{
    color:#e83e0c;
  }

label{
  font-size:13px;
  color:#5c6774;
  font-weight:400;
}

.text-placeholder{
  color:#cfcfcf;
}

.pgs-rub{
  font-family:'scdRub', OpenSans, Helvetica, Arial, sans-serif;
}

.pgs-callout-info{
  border-left:1px solid #5c6774;
  margin:20px 0;
  padding-left:20px;
}

.pgs-callout-info h4{
    text-transform:uppercase;
    letter-spacing:.2em;
  }

.bg-info{
  padding:20px;
  background-color:#3399cc;
  color:white;
}

.bg-warning{
  padding:20px;
  background-color:#fff0a6;
}

mark{
  background-color:#fff0a6;
  padding:.2em .3em;
}

.well{
  border-radius:0;
  background-color:white;
  border-color:#cfcfcf;
}

.pgs-list li{
    margin-bottom:10px;
  }

p > .image{
  margin:10px;
}

.list-unstyled{
  padding-left: 0;
  list-style: none;
}

.list-inline{
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline li{
    display:inline-block;
    padding-left:5px;
    padding-right:5px;
  }

.list-upper-latin{
  list-style-type:upper-latin;
}

.list-lower-latin{
  list-style-type:lower-latin;
}

form.block{
  padding-top:1.5em;
  padding-bottom:1.5em;
  border-top:1px solid #F4DDC6;
  border-bottom:1px solid #F4DDC6;
  border-radius:10px;
  background:#F6F6F6;
}
.title-label label{
  float:right;
  font-weight:700;
  padding-top:15px;
  text-align:right;
}
input.title, textarea.title{
  width:298px;
  border-color:#9BB3C2;
  border-radius:8px;
  color:#384F66;
  font-size:1.5em;
  padding:5px;
  margin:0.5em 0;
  background-color:white;
  border:1px solid #BBB;
}
textarea.title{
  height:66px;
}
form button.submit{
  padding:0;
  width:100%;
  border:1px solid #DADADC;
  border-radius:10px;
  cursor:pointer;
  height:auto;
  box-shadow:none;
}
form button.submit span{
  display:block;
  border:1px solid #FAF9F9;
  border-radius:10px;
  background:url(/build/images/horisontal.19c4300e.png) 0 -219px;
  color:#105292;
  line-height:36px;
  font-weight:700;
  font-size:130%;
}
form .phone_input input{
  display:inline-block;
  width:279px !important;
  font-size:12px;
  border:1px solid #A6A4AF;
  margin-bottom:2px;
}
form .phone_input{
  color:#49433B;
  padding:5px 0 0 0;
}
form .phone_input p{
  margin:0;
  padding:0 0 0 21px;
  color:#A6A4AF;
}
.autocomplete{
  line-height:47px;
  padding:0 29px 0 10px;
}
.agencies-form__promo{
  width:938px;
  margin:0 auto;
  border:1px solid #c6895d;
}
.agencies-form__promo-caption{
  color:#c6895d !important;
  text-align:center;
}
.agencies-form__promo-text{
  font-size:14px;
  padding:0 15px;
}
.agencies-form__container{
  width:940px;
  margin:0 auto;
}
.agencies-form__container input.title, .agencies-form__container textarea.title{
  width:620px;
}

.selectBox-dropdown{
  position:relative;
  display:block;
  margin:9px 0;
  width:100%;
  min-width:100%;
  border:solid 1px #9bb3c2;
  border-radius:8px;
  background:white;
  color:#404040 !important;
  text-decoration:none;
  line-height:31px;
  cursor:default;
  overflow:hidden;
}
.selectBox-dropdown:focus{
  border-color:#df7a15;
}
.selectBox-dropdown .selectBox-label{
  overflow:hidden;
  padding:0 29px 0 10px;
  white-space:nowrap;
}
.selectBox-dropdown .selectBox-arrow{
  position:absolute;
  right:0;
  width:28px;
  top:0;
  height:29px;
  border:1px solid white;
  border-radius:0 8px 8px 0;
  background:url(/build/images/fixed.a63cba06.png) no-repeat -921px -138px;
}
.selectBox-dropdown-menu{
  position:absolute;
  z-index:99999;
  overflow:auto;
  max-height:196px;
  background:white;
}
.selectBox-options, .selectBox-options li, .selectBox-options li a{
  display:block;
  margin:0;
  padding:0;
  min-width:97px;
  list-style:none;
  cursor:default;
}
.selectBox-options{
  border:1px solid #dcdce0;
  border-radius:8px;
}
.selectBox-options li{
  border:1px solid white;
}
.selectBox-options li:first-child{
  border-radius:8px 8px 0 0;
}
.selectBox-options li:last-child{
  border-radius:0 0 8px 8px;
}
.selectBox-options li a{
  overflow:hidden;
  padding:0 .5em;
  border-bottom:1px solid #dcdce0;
  color:#404040;
  text-decoration:none;
  line-height:30px;
  white-space:nowrap;
}
.selectBox-options li:last-child a{
  border-bottom:none;
}
.selectBox-options li.selectBox-hover{
  background:#2184d0;
}
.selectBox-options li.selectBox-hover a{
  color:white;
}
.selectBox-dropdown.selectBox-disabled:focus{
  border-color:#9bb3c2;
}
.selectBox-dropdown.selectBox-disabled .selectBox-arrow{
  opacity:.5;
}
.selectBox-optgroup{
  font-weight:700;
}

ul.inline{
  margin:0;
  padding:0;
}
ul.inline li{
  float:left;
  display:block;
  margin-left:20px;
}
.block{
  padding-top:1.5em;
  padding-bottom:1.5em;
  background:#f6f6f6;
}
.block fieldset{
  padding:0;
  border:none;
  border-top:1px solid #e0dbdb;
}
.block legend{
  margin-left:40px;
  color:#5f5c5c;
}
.block label{
  color:#404040;
}
.amount{
  margin-right:1.5em;
  text-align:right;
  text-transform:uppercase;
  font-weight:700;
}
.amount span{
  text-transform:none;
  font-weight:400;
}
.error{
  margin:1em 0 10px;
  padding:0;
  border:none;
  background:none;
}
.error p{
  margin:0;
  padding:10px;
  background:#e96118;
  color:white;
}
#content .error p{
  margin:0;
}
.flash-notice{
  background:white;
  border-top:1px solid #61a711;
  border-bottom:1px solid #61a711;
  color:#4e8113;
  margin-bottom:1em;
  line-height:3em;
}
.images_in_table{
  margin:20px 0;
}
.disabler-layout{
  background:white url(/build/images/loader_big.300356a1.gif) no-repeat center center;
}
#stopper{
  background:url(/build/images/logo.7fcecd76.png) no-repeat 6% 3%;
  position:absolute;
  top:0;
  width:654px;
  margin:100px auto 0;
  border:1px solid #BDBDBD;
  display:block;
  padding:70px 20px 20px 20px;
  font-family:OpenSans, Helvetica, Arial, sans-serif;
  line-height:1;
}
#stopper table{
  width:100%;
}
#stopper table td{
  float:left;
  width:120px;
  margin-right:10px;
  background:url(/build/images/background_browser.1a4a71b2.gif) no-repeat top center;
  padding:0;
}
#stopper table span{
  margin-top:3px;
  color:#666;
  text-align:center;
  display:block;
  font-size:10px;
  text-decoration:none;
}
.browser_img{
  width:100px;
  height:100px;
  margin:auto;
  border:none;
}
#stopper table a{
  height:122px;
  display:block;
  text-decoration:none;
}
#passport_date{
  display:block;
  font-size:18px;
  float:right;
  padding:0 5px;
  border-radius:3px;
  background:white;
  border:solid 1px #9BB3C2;
  margin:13px 0;
}
#passport_text{
  padding:15px 0;
  display:block;
  float:left;
  font-size:15px;
}

.container{
  width:950px;
  margin:0 auto;
}
.column, .span-1, .span-2, .span-3, .span-4, .span-5, .span-6, .span-7, .span-8, .span-9, .span-10, .span-11, .span-12, .span-13, .span-14, .span-15, .span-16, .span-17, .span-18, .span-19, .span-20, .span-21, .span-22, .span-23, .span-24{
  float:left;
  margin-right:10px;
}
.last{
  margin-right:0;
}
.span-1{
  width:30px;
}
.span-2{
  width:70px;
}
.span-3{
  width:110px;
}
.span-4{
  width:150px;
}
.span-5{
  width:190px;
}
.span-6{
  width:230px;
}
.span-7{
  width:270px;
}
.span-8{
  width:310px;
}
.span-9{
  width:350px;
}
.span-10{
  width:390px;
}
.span-11{
  width:430px;
}
.span-12{
  width:470px;
}
.span-13{
  width:510px;
}
.span-14{
  width:550px;
}
.span-15{
  width:590px;
}
.span-16{
  width:630px;
}
.span-17{
  width:670px;
}
.span-18{
  width:710px;
}
.span-19{
  width:750px;
}
.span-20{
  width:790px;
}
.span-21{
  width:830px;
}
.span-22{
  width:870px;
}
.span-23{
  width:910px;
}
.span-24{
  width:950px;
  margin-right:0;
}
input.span-1, textarea.span-1, input.span-2, textarea.span-2, input.span-3, textarea.span-3, input.span-4, textarea.span-4, input.span-5, textarea.span-5, input.span-6, textarea.span-6, input.span-7, textarea.span-7, input.span-8, textarea.span-8, input.span-9, textarea.span-9, input.span-10, textarea.span-10, input.span-11, textarea.span-11, input.span-12, textarea.span-12, input.span-13, textarea.span-13, input.span-14, textarea.span-14, input.span-15, textarea.span-15, input.span-16, textarea.span-16, input.span-17, textarea.span-17, input.span-18, textarea.span-18, input.span-19, textarea.span-19, input.span-20, textarea.span-20, input.span-21, textarea.span-21, input.span-22, textarea.span-22, input.span-23, textarea.span-23, input.span-24, textarea.span-24{
  border-left-width:1px;
  border-right-width:1px;
  padding-left:5px;
  padding-right:5px;
}
input.span-1, textarea.span-1{
  width:18px;
}
input.span-2, textarea.span-2{
  width:58px;
}
input.span-3, textarea.span-3{
  width:98px;
}
input.span-4, textarea.span-4{
  width:138px;
}
input.span-5, textarea.span-5{
  width:178px;
}
input.span-6, textarea.span-6{
  width:218px;
}
input.span-7, textarea.span-7{
  width:258px;
}
input.span-8, textarea.span-8{
  width:298px;
}
input.span-9, textarea.span-9{
  width:338px;
}
input.span-10, textarea.span-10{
  width:378px;
}
input.span-11, textarea.span-11{
  width:418px;
}
input.span-12, textarea.span-12{
  width:458px;
}
input.span-13, textarea.span-13{
  width:498px;
}
input.span-14, textarea.span-14{
  width:538px;
}
input.span-15, textarea.span-15{
  width:578px;
}
input.span-16, textarea.span-16{
  width:618px;
}
input.span-17, textarea.span-17{
  width:658px;
}
input.span-18, textarea.span-18{
  width:698px;
}
input.span-19, textarea.span-19{
  width:738px;
}
input.span-20, textarea.span-20{
  width:778px;
}
input.span-21, textarea.span-21{
  width:818px;
}
input.span-22, textarea.span-22{
  width:858px;
}
input.span-23, textarea.span-23{
  width:898px;
}
input.span-24, textarea.span-24{
  width:938px;
}
.append-1{
  padding-right:20px;
}
.append-2{
  padding-right:80px;
}
.append-3{
  padding-right:120px;
}
.append-4{
  padding-right:160px;
}
.append-5{
  padding-right:200px;
}
.append-6{
  padding-right:240px;
}
.append-7{
  padding-right:280px;
}
.append-8{
  padding-right:320px;
}
.append-9{
  padding-right:360px;
}
.append-10{
  padding-right:400px;
}
.append-11{
  padding-right:440px;
}
.append-12{
  padding-right:480px;
}
.append-13{
  padding-right:520px;
}
.append-14{
  padding-right:560px;
}
.append-15{
  padding-right:600px;
}
.append-16{
  padding-right:640px;
}
.append-17{
  padding-right:680px;
}
.append-18{
  padding-right:720px;
}
.append-19{
  padding-right:760px;
}
.append-20{
  padding-right:800px;
}
.append-21{
  padding-right:840px;
}
.append-22{
  padding-right:880px;
}
.append-23{
  padding-right:920px;
}
.prepend-1{
  padding-left:20px;
}
.prepend-2{
  padding-left:80px;
}
.prepend-3{
  padding-left:120px;
}
.prepend-4{
  padding-left:160px;
}
.prepend-5{
  padding-left:200px;
}
.prepend-6{
  padding-left:240px;
}
.prepend-7{
  padding-left:280px;
}
.prepend-8{
  padding-left:320px;
}
.prepend-9{
  padding-left:360px;
}
.prepend-10{
  padding-left:400px;
}
.prepend-11{
  padding-left:440px;
}
.prepend-12{
  padding-left:480px;
}
.prepend-13{
  padding-left:520px;
}
.prepend-14{
  padding-left:560px;
}
.prepend-15{
  padding-left:600px;
}
.prepend-16{
  padding-left:640px;
}
.prepend-17{
  padding-left:680px;
}
.prepend-18{
  padding-left:720px;
}
.prepend-19{
  padding-left:760px;
}
.prepend-20{
  padding-left:800px;
}
.prepend-21{
  padding-left:840px;
}
.prepend-22{
  padding-left:880px;
}
.prepend-23{
  padding-left:920px;
}
.border{
  padding-right:4px;
  margin-right:5px;
  border-right:1px solid #ddd;
}
.colborder{
  padding-right:24px;
  margin-right:25px;
  border-right:1px solid #ddd;
}
.pull-1{
  margin-left:-40px;
}
.pull-2{
  margin-left:-80px;
}
.pull-3{
  margin-left:-120px;
}
.pull-4{
  margin-left:-160px;
}
.pull-5{
  margin-left:-200px;
}
.pull-6{
  margin-left:-240px;
}
.pull-7{
  margin-left:-280px;
}
.pull-8{
  margin-left:-320px;
}
.pull-9{
  margin-left:-360px;
}
.pull-10{
  margin-left:-400px;
}
.pull-11{
  margin-left:-440px;
}
.pull-12{
  margin-left:-480px;
}
.pull-13{
  margin-left:-520px;
}
.pull-14{
  margin-left:-560px;
}
.pull-15{
  margin-left:-600px;
}
.pull-16{
  margin-left:-640px;
}
.pull-17{
  margin-left:-680px;
}
.pull-18{
  margin-left:-720px;
}
.pull-19{
  margin-left:-760px;
}
.pull-20{
  margin-left:-800px;
}
.pull-21{
  margin-left:-840px;
}
.pull-22{
  margin-left:-880px;
}
.pull-23{
  margin-left:-920px;
}
.pull-24{
  margin-left:-960px;
}
.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, .pull-17, .pull-18, .pull-19, .pull-20, .pull-21, .pull-22, .pull-23, .pull-24{
  float:left;
  position:relative;
}
.push-1{
  margin:0 -40px 1.5em 40px;
}
.push-2{
  margin:0 -80px 1.5em 80px;
}
.push-3{
  margin:0 -120px 1.5em 120px;
}
.push-4{
  margin:0 -160px 1.5em 160px;
}
.push-5{
  margin:0 -200px 1.5em 200px;
}
.push-6{
  margin:0 -240px 1.5em 240px;
}
.push-7{
  margin:0 -280px 1.5em 280px;
}
.push-8{
  margin:0 -320px 1.5em 320px;
}
.push-9{
  margin:0 -360px 1.5em 360px;
}
.push-10{
  margin:0 -400px 1.5em 400px;
}
.push-11{
  margin:0 -440px 1.5em 440px;
}
.push-12{
  margin:0 -480px 1.5em 480px;
}
.push-13{
  margin:0 -520px 1.5em 520px;
}
.push-14{
  margin:0 -560px 1.5em 560px;
}
.push-15{
  margin:0 -600px 1.5em 600px;
}
.push-16{
  margin:0 -640px 1.5em 640px;
}
.push-17{
  margin:0 -680px 1.5em 680px;
}
.push-18{
  margin:0 -720px 1.5em 720px;
}
.push-19{
  margin:0 -760px 1.5em 760px;
}
.push-20{
  margin:0 -800px 1.5em 800px;
}
.push-21{
  margin:0 -840px 1.5em 840px;
}
.push-22{
  margin:0 -880px 1.5em 880px;
}
.push-23{
  margin:0 -920px 1.5em 920px;
}
.push-24{
  margin:0 -960px 1.5em 960px;
}
.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20, .push-21, .push-22, .push-23, .push-24{
  float:left;
  position:relative;
}
div.prepend-top, .prepend-top{
  margin-top:1.5em;
}
div.append-bottom, .append-bottom{
  margin-bottom:1.5em;
}
.box{
  padding:1.5em 1.5em 0 1.5em;
}
.box2{
  padding-top:0;
}
hr{
  background:#ddd;
  color:#ddd;
  clear:both;
  float:none;
  width:100%;
  height:1px;
  border:none;
}
hr.space{
  background:#fff;
  color:#fff;
  visibility:hidden;
}
.clearfix:after, .container:after{
  content:"\0020";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
  overflow:hidden;
}
.clearfix, .container{
  display:block;
}
.clear{
  clear:both;
}
.pagerfanta{
  text-align:center;
  margin-top:20px;
}
.pagerfanta a, .pagerfanta span{
  display:inline-block;
  height:22px;
  margin-right:5px;
  padding:4px 10px 0;
  border-radius:4px;
}
.pagerfanta a{
  text-decoration:underline;
}
.pagerfanta a:hover{
  background:#eee;
  box-shadow:0 0 5px #666 inset;
}
.pagerfanta .dots{
  border-width:0;
}
.pagerfanta .disabled{
  display:none;
}
.pagerfanta .current{
  box-shadow:0 0 5px #666 inset;
  background:#eee;
  color:#000;
  text-decoration:none;
  font-weight:700;
}
#content_wrapper{
  color:#333;
  line-height:1.5;
}
#content_wrapper h1{
  color:#333;
  font-size:200%;
}
#content_wrapper h2{
  color:#333;
  font-size:170%;
}
#content_wrapper h4{
  color:#333;
  font-weight:700;
  margin-bottom:10px;
  font-size:1.2em;
}
#content_wrapper h3{
  color:#F5922F;
  font-size:150%;
}
#content_wrapper p{
  margin:0 0 1.5em;
}
pre, code, tt{
  font:1em 'andale mono', 'lucida console', monospace;
}
.center_img img{
  margin:0 auto;
  display:block;
}
#content_wrapper th{
  padding:10px;
  border:1px solid white;
  background:#F5922F;
  color:white;
  text-align:center;
}
#content_wrapper table{
  border-collapse:collapse;
  margin-bottom:1.4em;
  width:100%;
}
#content_wrapper td{
  padding:10px;
  border:1px solid #F5922F;
  background:whiteSmoke;
}
#content_wrapper .blue th{
  border:1px solid white !important;
  background:#3271AE !important;
}
#content_wrapper .blue td{
  border:1px solid #3271AE !important;
}
#content_wrapper table.left_align td, #content_wrapper table.left_align th{
  text-align:left;
}
#content_wrapper td.left_align{
  text-align:left;
}
#content_wrapper .reset_t td{
  padding:10px !important;
  border:1px solid #F5922F !important;
  background:whiteSmoke !important;
  text-align:center !important;
}
#content_wrapper .blue_link_btn{
  line-height:32px;
  padding:0 13px;
  color:white;
  text-decoration:none;
  background:linear-gradient(to bottom, #35a3ee 0%, #1e82c5 100%);
  border-radius:2px;
  font-size:14px;
  display:inline-block;
}
#content_wrapper .green_link_btn{
  line-height:32px;
  padding:0 13px;
  color:white;
  text-decoration:none;
  background:#8bb93f;
  background:linear-gradient(to bottom, #8bb93f 0%, #3e9e33 100%);
  border-radius:2px;
  font-size:14px;
  display:inline-block;
}
.btn_video{
  background:url(/build/images/sprites.e327d70d.png) no-repeat left;
  width:18px;
  height:14px;
  background-position:0 -128px;
  float:left;
  margin:2px 2px 0 0;
}
.btn_video_link{
  margin:5px 0;
}
.blue_i{
  color:#3271AE;
  font-family:Georgia, sans-serif;
  font-size:14px;
  font-style:italic;
}
#content_wrapper .blue_link_btn.w_arrow, #content_wrapper .green_link_btn.w_arrow{
  padding:0 36px 0 13px;
  position:relative;
  border-radius:5px;
  line-height:30px;
}
.w_arrow:after{
  display:block;
  content:" ";
  position:absolute;
  background:url(/build/images/sprites.e327d70d.png) no-repeat -291px -105px;
  width:16px;
  height:16px;
  right:12px;
  top:7px;
}
#content_wrapper .switcher{
  margin:15px 0 0;
  padding:0 30px;
}
#content_wrapper .switcher h1{
  display:inline-block;
}
#content_wrapper .switcher p a{
  margin:3px 0 0 0;
}
#content_wrapper #content .switcher{
  padding:0 0 0 15px;
  margin:0;
  margin-bottom:-15px;
}
.switcher span, .switcher a{
  color:#000000;
  background:#F3F4F6;
  display:inline-block;
  padding:0 8px;
  border-radius:5px;
  line-height:26px;
  margin:16px 0 0 5px;
}
.switcher span{
  border:2px solid #5C6774;
  position:relative;
}
.switcher a{
  border:1px solid #cfcfcf;
}
.switcher span:after, .switcher span:before{
  top:100%;
  left:24px;
  border:solid transparent;
  content:" ";
  height:0;
  width:0;
  position:absolute;
  pointer-events:none;
}
.switcher span:after{
  border-color:rgba(207, 207, 207, 0);
  border-top-color:#F3F4F6;
  border-width:8px;
  margin-left:-15px;
}
.switcher span:before{
  border-color:rgba(92, 103, 116, 0);
  border-top-color:#5C6774;
  border-width:11px;
  margin-left:-18px;
}
.switcher a.non-std{
  float:right;
  display:inline-block;
  background:none;
  border:none;
  border-radius:0;
  padding:0 8px 1px;
  line-height:31px;
  position:relative;
}
.switcher a.flight_tickets{
  color:#000000;
  text-decoration:none;
  border:1px solid #878f98;
  padding:0 40px 0 10px;
  position:relative;
  background:linear-gradient(to bottom, #d3d3d3 0%, #a8a9ab 100%);
}
.switcher a.flight_tickets:after{
  content:" ";
  right:8px;
  position:absolute;
  display:block;
  background:url(/build/images/sprites.e327d70d.png) no-repeat;
  background-position:-168px -131px;
  width:30px;
  height:26px;
  bottom:-1px;
}
a.flight_tickets.alone{
  color:#ffffff;
  background:linear-gradient(to bottom, #32aeca 0%, #238ba6 100%);
  border:none;
  border-radius:4px;
  font-size:14px;
  line-height:35px;
  padding:0 55px 0 20px;
  text-shadow:1px 1px 0 rgba(38, 87, 147, 0.5);
  top:-3px;
}
a.flight_tickets.alone:after{
  background-position:-127px -129px;
  width:39px;
  height:28px;
  right:10px;
}
#content_wrapper .switcher a.non-std{
  margin:0 15px;
}
#content_wrapper #content .switcher a.non-std{
  margin:18px 13px 0 0;
}
.switcher a.non-std i.puzzle{
  display:inline-block;
  position:relative;
  top:5px;
  width:20px;
  height:16px;
  background:url(/build/images/sprites.e327d70d.png) -62px -35px no-repeat;
  margin:0 5px 0 0;
}
.icons.arrow_right_blue{
  position:relative;
  top:3px;
  margin:0 0 0 3px;
}
.dotted{
  border-bottom:1px dotted #00578f;
  cursor:pointer;
}
.dotted_link{
  color:#00578f;
  border-bottom:1px dotted #00578f;
  cursor:pointer;
}
#content_about{
  margin:0;
  padding:0 0 0 20px;
  border-bottom:1px solid white;
}
#content_about li{
  list-style-image:none !important;
  list-style-type:none;
  float:left;
  margin:0 !important;
  display:block;
  position:relative;
  height:30px;
  padding:0;
}
#content_about li a{
  padding:5px 7px 3px;
  border-top:1px solid #cfcfcf;
  text-decoration:none;
  float:left;
  display:block;
  font-size:14px;
  background:url(/build/images/back.e3c985fa.png);
  border-bottom:1px solid #adadad;
}
#content_about li.active a{
  border-bottom:1px solid white;
  color:black;
  background:white;
}
#content_about li.active i.left{
  background:url(/build/images/left_active.d2ecc488.png);
  width:7px;
  height:31px;
}
#content_about li.active i.right{
  background:url(/build/images/right_active.e5f858cf.png);
  width:7px;
  height:31px;
}
#content_about li i.left{
  background:url(/build/images/left.88e2102a.png);
  width:7px;
  height:31px;
}
#content_about li i.right{
  background:url(/build/images/right.db99ff89.png);
  float:left !important;
  width:7px;
  height:31px;
  margin:0;
}
#content_pages{
  border-top:1px solid #adadad;
  clear:both;
}
#content_about.darker li a{
  border-top:1px solid #adadad;
  border-radius:5px 5px 0 0;
  margin:0 6px 0 0;
  padding:5px 12px 3px;
  box-shadow:inset 0px -3px 12px -5px #878A8E;
  background:linear-gradient(to bottom, #efefef 0%, #eaeaea 50%, #e4e4e4 100%);
}
#content_about.darker li.active a{
  background:#faf9f9;
  border-bottom:1px solid #faf9f9;
  box-shadow:none;
}
#content_about.darker li i.right, #content_about.darker li i.left{
  position:absolute;
  border-bottom:1px solid #adadad;
  background:#FFFFFF;
  content:' ';
  bottom:-1px;
  width:3px;
  height:25px;
}
#content_about.darker li i.right{
  border-left:1px solid #adadad;
  border-radius:0 0 0 4px;
  right:3px;
  margin:0;
}
#content_about.darker li i.left{
  border-right:1px solid #adadad;
  border-radius:0 0 4px 0;
  left:-3px;
}
#content_about.darker li i.right:after, #content_about.darker li i.left:after{
  position:absolute;
  border-top:1px solid #adadad;
  background:transparent;
  content:' ';
  top:-5px;
  width:3px;
  height:5px;
}
#content_about.darker li.active i.right:after, #content_about.darker li.active i.left:after{
  background:#faf9f9;
}
#content_about.darker li i.right:after{
  border-right:1px solid #adadad;
  border-radius:0 5px 0 0;
  left:-4px;
}
#content_about.darker li i.left:after{
  border-left:1px solid #adadad;
  border-radius:5px 0 0 0;
  right:-4px;
}
#content_pages div.darker{
  background:#faf9f9;
  padding:10px;
  border-bottom:1px solid #adadad;
  margin:0 0 10px 0;
}
html{
  min-height:100%;
  margin:0;
  padding:0;
  position:relative;
}
input, select, textarea, button{
  font-family:OpenSans, Helvetica, Arial, sans-serif;
}
body{
  height:100%;
  margin:0;
  font-size:12px;
  font-family:OpenSans, Helvetica, Arial, sans-serif;
}
body.summer, body.winter{
  background:#F4DACD url(/build/images/background-summer.1dbdbd2c.jpg) no-repeat top fixed;
}
.locked{
  overflow:hidden !important;
}
a{
  color:#00578f;
  text-decoration:underline;
}
a:visited{
  color:#00578f;
}
.clearfix, .clear{
  clear:both;
}
.empty-body{
  background:white;
}
.empty-body #container{
  padding:0;
}
img{
  border:none;
}
.orange{
  color:#F76809;
}
.center{
  text-align:center;
}
button{
  background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdHlsZT0ic3RvcC1jb2xvcjpyZ2JhKDI1NSwyNTUsMjU1LDEpOyIgLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0eWxlPSJzdG9wLWNvbG9yOnJnYmEoMTkwLDIwNSwyMTIsMSk7IiAvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IGZpbGw9InVybCgjZ3JhZGllbnQpIiBoZWlnaHQ9IjEwMCUiIHdpZHRoPSIxMDAlIiAvPjwvc3ZnPg==);
  border:none;
  font-family:OpenSans, Helvetica, Arial, sans-serif;
  font-size:12px;
  color:#333;
  cursor:pointer;
  border-radius:3px;
  box-shadow:1px 1px 1px rgba(0, 0, 0, 0.75);
  padding:6px 7px;
}
#wrapper{
  min-height:100%;
  position:relative;
}
#wrapper.test{
  min-height:100%;
  position:relative;
  background:url(/build/images/background-test.62523696.png);
}
#wrapper .hide{
  display:none;
}
h1, h2, h3, h4, h5, h6{
  font-weight:400;
}
.left{
  float:left;
}
.right{
  float:right;
}
#content{
  padding:20px 10px;
}
h1{
  line-height:1;
}
.peginate_div{
  text-align:center;
}
.peginate_div{
  height:20px;
  padding:20px 0;
}
.peginate_div span{
  color:#1b5899;
}
.peginate_div span{
  min-width:18px;
  display:inline-block;
  padding:4px 5px 6px 5px;
  border-radius:3px;
  font-size:14px;
  height:18px;
  margin-right:3px;
}
.peginate_div span.current-page{
  font-weight:700;
  background-color:#1b5899;
  color:white;
}
.corner{
  display:block;
  margin:3px 9px 0 0;
  cursor:pointer;
  float:left;
  background:url(/build/images/arrow_right.655e28ee.png) no-repeat;
  height:10px;
  width:10px;
}
.main-button{
  display:inline-block;
  padding:4px 10px;
  border:solid 3px #666;
  border-radius:4px;
  text-decoration:none;
  color:#333;
  background:linear-gradient(to bottom, #ffffff 49%, #edf1f3 51%, #dae2e7 86%, #c0ced5 100%);
  cursor:pointer;
  box-shadow:none;
}
.main-button:visited{
  color:#333;
}
.main-button.disabled{
  background:#f3f4f6;
  cursor:default;
}
.main-button.disabled:hover, .main-button.disabled:active{
  background:#f3f4f6;
  box-shadow:none;
}
.main-button:hover, .main-button:active{
  background:linear-gradient(to bottom, #ffffff 50%, #d9e2e6 100%);
}
.main-button:active{
  box-shadow:0px 0px 2px 2px rgba(0, 0, 0, 0.2) inset;
}
.button{
  display:inline-block;
  padding:4px 10px;
  border-radius:4px;
  text-decoration:none;
  color:#444;
  background:linear-gradient(to bottom, #ffffff 49%, #edf1f3 51%, #dae2e7 86%, #c0ced5 100%);
  cursor:pointer;
}
.button.disabled{
  background:#f3f4f6;
  cursor:default;
}
.button.disabled:hover, .button.disabled:active{
  background:#f3f4f6;
  box-shadow:none;
}
.button:hover, .button:active{
  background:linear-gradient(to bottom, #ffffff 50%, #d9e2e6 100%);
}
.button:active{
  box-shadow:0 0 2px 2px rgba(0, 0, 0, 0.2) inset;
}
.vertical_button{
  color:#FFF;
  text-decoration:none;
  font-weight:700;
  font-size:14px;
  border-radius:5px;
  text-align:center;
  display:block;
  position:fixed;
  width:38px;
  height:171px;
  top:327px;
  left:50%;
  margin:0 0 0 -509px;
  background:url(/build/images/vertical_button.2af8d281.png);
}
.right-img{
  margin:0 0 0 10px;
}
.pretty-form{
  margin:0 auto;
  text-align:center;
  background:#F3F4F6;
  padding:20px;
  border-radius:10px;
}
.pretty-form .errors{
  text-align:left;
  color:#F00;
}
.pretty-form input[type="submit"]{
  display:inline-block;
}
.pretty-form select{
  border-radius:3px;
  border:solid 1px #CFCFCF;
  padding:5px;
  font-size:12px;
  margin:2px 0 2px 0;
  height:30px;
}
.pretty-form .form-label{
  text-align:left;
  margin:0 0 20px 0;
  font-size:14px;
  border:solid 1px #CCC;
  border-width:0 0 1px;
}
.pretty-form .row{
  float:left;
  width:100%;
  margin:0 0 5px 0;
}
.pretty-form .row .label{
  float:left;
  color:#5C6774;
  text-align:right;
  width:200px;
  margin:4px 10px 0 0;
}
.pretty-form .row .area{
  float:left;
}
.pretty-form .row .area input[type="text"], .pretty-form .row .area input[type="number"], .pretty-form .row .area input[type='email']{
  padding:0 0 0 5px;
  margin:0;
  width:233px;
  height:26px;
  border:#CFCFCF solid 1px;
  border-radius:3px;
  font-size:12px;
}
.pretty-form .left-wrap{
  float:left;
  width:450px;
}
.pretty-form .right-wrap{
  float:left;
  width:339px;
  margin:0 0 20px 20px;
  padding:0 0 0 20px;
}
.pretty-form .right-wrap .row .label{
  width:339px;
  text-align:left;
}
.pretty-form .file_row{
  border-bottom:1px solid #cfcfcf;
  padding-bottom:5px;
}
.pretty-form .file_row .label{
  width:65%;
  text-align:left;
}
.pretty-form .file_row .area{
  width:30%;
}
.agency_info_wrapper{
  float:left;
}
.agency_username, .agency_username:visited{
  text-decoration:none;
  color:white;
  position:relative;
  display:block;
  padding:0 0 0 39px;
  width:108px;
  height:35px;
  line-height:38px;
}
.agency_username i, .home{
  background:url(/build/images/auth.72ad19b0.png) no-repeat;
}
.agency_username i, .agency_username:after, .agency_icons{
  display:inline-block;
  content:" ";
}
.agency_icons{
  position:relative;
  top:-2px;
  left:9px;
  margin:0 0 2px 0;
}
.agency_username i{
  position:absolute;
  width:26px;
  height:26px;
  top:5px;
  left:5px;
  background-position:0 -34px;
}
.agency_username:after{
  position:absolute;
  border-top:5px solid white;
  border-left:4px solid transparent;
  border-right:4px solid transparent;
  margin:0 0 0 5px;
  top:18px;
}
.agency_info{
  display:none;
  width:314px;
  padding:2px;
  color:#000000;
  background:#F3F4F6;
  border:1px solid #C5C6C8;
  border-radius:4px;
  box-shadow:0 0 10px 3px rgba(0, 0, 0, 0.5);
  position:absolute;
  z-index:601;
  top:0;
}
.agency_info .agency_username{
  color:#000000;
  border-bottom:1px solid #C5C6C8;
  display:block;
  padding:0 0 0 36px;
  width:auto;
  height:31px;
  line-height:34px;
}
.agency_info .agency_username i{
  top:2px;
  left:2px;
}
.agency_info .agency_username:after{
  border-top:none;
  border-bottom:5px solid #000000;
  top:18px;
  right:20px;
}
.agency_info .home{
  background-position:-27px -45px;
  width:16px;
  height:15px;
}
.agency_info .button{
  border:1px solid #C5C6C8;
  float:right;
}
.agency_info_content{
  padding:7px 0 5px 0;
  border-bottom:1px solid #C5C6C8;
  margin:0 0 2px 0;
}
.agency_info_content ul.link-list{
  list-style:none;
  padding:0;
  margin:0;
}
.agency_info_content .left{
  width:30px;
  margin:0 7px 0 0;
}
.agency_info_content .right{
  float:left;
  width:260px;
}
.agency_info_content:after{
  clear:both;
  display:block;
  content:"";
}
#wrapper #top_header_wrapper .agency_info_content p{
  margin:0 0 5px 0;
  float:none;
  line-height:14px;
}
#top_header{
  position:relative;
}
#top_header #top_header_grey{
  height:35px;
  background:#5c6774;
}
#top_header_wrapper{
  width:914px;
  margin:0 auto;
  padding:0 20px 0 16px;
  color:white;
}
#top_header_wrapper a#dashboard{
  margin:0;
}
#top_header_wrapper > a{
  float:right;
}
#top_header_wrapper p{
  float:left;
  margin:0 20px 0 0;
  line-height:40px;
}
#top_header_wrapper #header_currenceys{
  float:right;
  line-height:37px;
  padding:0;
}
#top_header_wrapper #order_check_header{
  line-height:24px;
  padding:0 6px 0 8px;
  border:1px solid #FFF0A6;
  margin:4px 10px 0 0;
  border-radius:2px 0 0 2px;
  text-decoration:none;
  border-right:none;
  position:relative;
}
#top_header_wrapper #order_check_header:after{
  content:"";
  display:block;
  position:absolute;
  top:-1px;
  right:-13px;
  width:13px;
  height:26px;
  background:url(/build/images/sprites.e327d70d.png) -263px -87px no-repeat;
}
#top_header_wrapper #order_check_header.agency_check_link{
  float:right;
}
#top_header_wrapper > a{
  color:#FFF;
  line-height:35px;
  margin:0 110px 0 0;
}
#top_header_wrapper #logout{
  margin:0 10px;
  float:right;
}
#top_header_wrapper #logout i{
  top:5px;
  margin:0 0 0 5px;
}
#header{
  padding:0 20px !important;
  text-align:left !important;
  position:relative;
}
#header a{
  color:#00578f;
}
#header a.header__contacts-callback-link{
  font-size:13px;
  color:#1676B5;
}
#header #logo{
  width:246px;
  background:url(/build/images/logo.cf962c63.svg) no-repeat center center;
  height:65px;
  display:block;
  margin:0 60px 0 0;
}
#header #logo .agency{
  margin:0 45px 0 0;
}
#header #logo_wrapper{
  float:left;
}
#header #logo_wrapper #header_sign{
  position:relative;
  line-height:24px;
  background:#e87511;
  display:inline-block;
  color:white;
  width:233px;
  margin:10px 0 0 -20px;
  padding:0 0 0 20px;
  font-size:14px;
}
#header #logo_wrapper #header_sign:before{
  content:"";
  display:block;
  position:absolute;
  top:0;
  left:-10px;
  width:10px;
  height:44px;
  background:url(/build/images/sprites.e327d70d.png) -224px -87px no-repeat;
}
#header #logo_wrapper #header_sign:after{
  content:"";
  display:block;
  position:absolute;
  top:0;
  right:-10px;
  width:10px;
  height:24px;
  background:url(/build/images/sprites.e327d70d.png) -233px -87px no-repeat;
}
#header #logo_wrapper.jubilee{
  padding:10px 80px 0 0;
  position:relative;
}
#header #logo_wrapper.jubilee .years_icon{
  text-align:right;
  color:#E35600;
  margin:0 1px 5px 0;
  position:relative;
}
#header #logo_wrapper.jubilee .years_icon:after{
  display:inline-block;
  position:absolute;
  width:52px;
  height:52px;
  background:url(/build/images/years.9b249da3.svg);
  content:" ";
  right:-60px;
  top:-17px;
  border-radius:25px;
}
#header #logo_wrapper.jubilee #logo{
  margin:0;
}
#header #logo_wrapper.jubilee #header_sign{
  color:#5C6774;
  background:none;
  margin:0 0 0 -20px;
  font-size:14px;
}
#header #logo_wrapper.jubilee #header_sign:after, #header #logo_wrapper.jubilee #header_sign:before{
  display:none;
}
#header #town_from{
  float:left;
  width:184px;
}
#header #town_from p{
  color:#5C6774;
  margin:0 10px 0 0;
  padding:0 0 0 8px;
}
#header #phone{
  width:170px;
  float:right;
  margin:10px 10px 0 0;
}
#header #phone div{
  float:left;
  width:35px;
  height:65px;
  color:#5c6774;
}
#header #phone p{
  margin:0;
  float:left;
  width:135px;
}
#header #contact_header_wrapper{
  float:left;
}
#header #contacts .icons.arrow_right_blue{
  top:2px;
  margin:0 0 0 5px;
}
#header #contacts #current_city{
  color:black;
  margin-bottom:15px;
}
#header #contacts p{
  margin:0 0 5px 0;
  clear:both;
}
#header #contacts p a{
  text-decoration:none;
}
#header #contacts p span{
  margin:0 5px  0 0;
  color:#5c6774;
  float:left;
}
#header #contacts p .contacts_wrapper{
  float:left;
  width:143px;
  margin:0;
  color:black;
}
#header #contacts p .clear{
  margin:0;
  display:block;
}
#btc_contacts{
  float:left;
}
#btc_contacts p{
  margin:0;
  padding:5px 0 4px 0;
  color:#5C6774;
}
#btc_contacts #contacts_actions{
  float:left;
}
#btc_contacts .btc-contacts__phone-numbers{
  font-size:24px;
  font-weight:400;
}
#btc_contacts .btc-contacts__phone-numbers span:first-child{
  display:block;
  margin:0 20px 2px 0;
}
#btc_contacts a:first-child{
  margin:0 10px 0 0;
}
#btc_contacts a.last_element{
  padding:0 0 0 10px;
}
#main_menu{
  display:inline-block;
  margin:0;
  padding:0;
  padding-top:10px;
  clear:both;
  list-style-type:none;
}
#main_menu .dropdown{
  position:relative;
  margin:0 1px 0 0;
}
#main_menu .dropdown a{
  padding-right:30px;
  margin:0;
}
#main_menu .dropdown > a:after{
  content:'';
  display:block;
  border:5px solid transparent;
  border-top-color:white;
  position:absolute;
  top:50%;
  width:0;
  height:0;
  right:10px;
  margin-top:-2px;
}
#main_menu .dropdown ul{
  display:none;
  margin:0;
  padding:0;
  background:#1e82c5;
}
#main_menu .dropdown ul li{
  float:none;
}
#main_menu .dropdown ul li a{
  color:white;
  display:block;
  padding:6px 14px;
  line-height:16px;
  text-decoration:none;
  position:relative;
}
#main_menu .dropdown ul li a.out:after{
  background:url(/build/images/sprites.e327d70d.png) no-repeat;
  background-position:-278px -89px;
  content:'';
  display:block;
  width:13px;
  height:13px;
  position:absolute;
  top:50%;
  right:8px;
  margin-top:-6px;
}
#main_menu .dropdown ul li a.out:hover:after{
  background-position:-278px -76px;
}
#main_menu .dropdown ul li a:hover{
  background:white;
  color:#1e82c5;
}
#main_menu .orange > a{
  text-shadow:1px 1px 0 #b83400;
  background:linear-gradient(to bottom, #ff9215 0%, #e35400 100%);
}
#main_menu .cyan > a{
  background:linear-gradient(to bottom, #35c8ee 0%, #1ea4c6 100%);
}
#main_menu .dropdown.active > a:after{
  border:5px solid transparent;
  border-bottom-color:white;
  margin-top:-7px;
}
#main_menu .dropdown.active ul{
  background:#1e82c5;
  display:block;
  position:absolute;
  z-index:3;
  padding:1px;
  list-style-type:none;
  width:100%;
  box-sizing:border-box;
}
#main_menu .dropdown.active.orange ul{
  background:#e35400;
}
#main_menu .dropdown.active.orange ul a:hover{
  color:#e35400;
}
#main_menu .dropdown.active.orange ul .out:hover:after{
  background-position:-278px -102px;
}
#main_menu .dropdown.active.cyan ul{
  background:#1ea4c6;
}
#main_menu .dropdown.active.cyan ul a:hover{
  color:#1ea4c6;
}
#main_menu .dropdown.active.cyan ul .out:hover:after{
  background-position:-278px -115px;
}
#main_menu .dropdown.active > a{
  border-radius:2px 2px 0 0;
}
#main_menu .dropdown.active a:hover{
  box-shadow:none;
}
#main_menu > li{
  float:left;
}
#main_menu > li.avia a{
  padding-right:40px;
  position:relative;
}
#main_menu > li.avia a:after{
  content:" ";
  right:3px;
  position:absolute;
  display:block;
  background:url(/build/images/sprites.e327d70d.png) no-repeat;
  background-position:-201px -131px;
  width:48px;
  height:26px;
  bottom:0;
}
#main_menu > li.checktour a{
  position:relative;
  background:linear-gradient(to bottom, #3d9e33 0%, #38892b 100%);
  padding-right:60px;
}
#main_menu > li.checktour a:after{
  content:" ";
  right:3px;
  position:absolute;
  display:block;
  background:url(/build/images/sprites.e327d70d.png) no-repeat;
  background-position:-201px -282px;
  width:48px;
  height:26px;
  bottom:0;
}
#main_menu > li > a{
  display:block;
  background:linear-gradient(to bottom, #35a2ed 0%, #1e82c5 100%);
  padding:0 14px;
  height:32px;
  line-height:32px;
  border-radius:2px;
  margin:0 1px 0 0;
  color:white;
  text-decoration:none;
  text-shadow:1px 1px 0 #00578f;
  font-size:14px;
}
#main_menu > li#action_button a{
  background:linear-gradient(to bottom, #ff9215 0%, #e35400 100%);
  text-shadow:1px 1px 0 #b83400;
  position:relative;
  padding-right:28px;
}
#main_menu > li#action_button a i{
  width:0;
  height:0;
  border-style:solid;
  border-width:16px 15px 16px 0;
  border-color:transparent #ffffff transparent transparent;
  position:absolute;
  right:0;
}
#main_menu > li#action_button a:hover{
  color:#fff;
}
#main_menu > li.country_button{
  display:block;
  background:linear-gradient(to bottom, #35a2ed 0%, #1e82c5 100%);
  padding:0 14px;
  height:32px;
  line-height:32px;
  border-radius:2px;
  margin:0 1px 0 0;
  color:white;
  text-decoration:none;
  text-shadow:1px 1px 0 #00578f;
  font-size:14px;
  cursor:pointer;
}
#main_menu > li.country_button.active{
  position:relative;
}
#main_menu > li.country_button.active:after{
  content:"";
  position:absolute;
  width:0;
  height:0;
  border-style:solid;
  border-color:#2186c9 transparent transparent;
  left:40%;
  bottom:-10px;
  border-width:10px 10px 0;
}
#main_menu > li.order-check a{
  background:linear-gradient(to bottom, #3d9e33 0%, #38892f 100%);
  padding-right:62px;
  text-shadow:1px 1px 0 #2e6928;
  position:relative;
}
#main_menu > li.order-check a:after, #main_menu > li.order-check a:before{
  position:absolute;
  display:block;
  content:" ";
  background:url(/build/images/sprites.e327d70d.png) no-repeat;
}
#main_menu > li.order-check a:after{
  top:10px;
  right:14px;
  width:15px;
  height:14px;
  background-position:-310px -93px;
}
#main_menu > li.order-check a:before{
  top:6px;
  right:33px;
  width:25px;
  height:22px;
  background-position:-285px -130px;
}
#country_menu{
  clear:both;
  margin:5px 0 0 0;
  background:#f3f4f6;
  padding:10px 14px 8px;
  display:none;
}
#country_menu .country_item{
  width:106px;
  margin-bottom:2px;
  display:inline-block;
  color:#00578f;
  height:24px;
  list-style:none;
}
#country_menu .country_item.active > span > a{
  background:#5c6774;
  color:white;
}
#country_menu .country_item > span{
  display:inline-block;
  position:relative;
  border:1px solid transparent;
  border-radius:2px 2px 0 0;
}
#country_menu .country_item > span a{
  padding:3px 3px;
  white-space:nowrap;
  display:-ms-inline-flexbox;
  display:inline-flex;
  -ms-flex-align:center;
      align-items:center;
  text-decoration:none;
  position:relative;
  color:#00578f;
}
#country_menu .country_item > span a .icon-flag{
  margin-right:5px;
}
#country_menu .country_item > span:hover{
  border:1px solid #c5c6c8;
}
#country_menu .country_item > span:hover a{
  background:#f3f4f6;
  z-index:1051;
  color:#00578f;
}
#country_menu .country_item > span:hover .country_sub_menu{
  display:block;
}
#country_menu .country_sub_menu{
  border:1px solid #c5c6c8;
  box-shadow:3px 3px 4px rgba(0, 0, 0, 0.5);
  display:none;
  position:absolute;
  background:#f3f4f6;
  z-index:1050;
  padding:1px;
  top:19px;
  left:-1px;
  border-radius:0 2px 2px 2px;
  list-style:none;
}
#country_menu .country_sub_menu .item{
  padding:0 5px;
  height:20px;
  margin:0 0 1px 0;
  border-left:3px solid transparent;
}
#country_menu .country_sub_menu .item a{
  padding:0;
  background:transparent;
  line-height:20px;
  white-space:nowrap;
}
#country_menu .country_sub_menu .item:hover{
  background:#3399ff;
}
#country_menu .country_sub_menu .item:hover a{
  color:white;
  background:#3399ff;
}
#country_menu .country_sub_menu .item.active{
  border-left:3px solid #5c6774;
  color:black;
  height:20px;
  line-height:20px;
}
#country_menu .country_sub_menu .item.active:hover{
  background:#f3f4f6;
  color:black;
}
#country_menu .country_sub_menu hr{
  margin:5px 8px;
  border:none;
  border-bottom:1px solid #c5c6c8;
}
#content_menu{
  padding:0;
  clear:both;
  border-radius:2px;
  margin:0;
  display:inline-block;
  background:#f3f4f6;
  list-style-type:none;
  font-size:13px;
}
#content_menu.content_menu_b2c{
  margin-top:20px;
}
#content_menu span{
  cursor:pointer;
}
#content_menu li{
  display:inline-block;
  position:relative;
}
#content_menu li a, #content_menu li span{
  padding:5px 5px;
  display:block;
  color:#00578f;
  text-decoration:none;
  position:relative;
  z-index:600;
  border:1px solid transparent;
}
#content_menu li a i, #content_menu li span i{
  top:-2px;
  margin:0 0 0 5px;
}
#content_menu li ul{
  box-shadow:3px 3px 4px rgba(0, 0, 0, 0.5);
  display:none;
  margin:0;
  padding:1px;
  position:absolute;
  z-index:500;
  background:#f3f4f6;
  border:1px solid #c5c6c8;
  border-radius:0 2px 2px 2px;
  min-width:100%;
  top:24px;
}
#content_menu li ul li{
  display:block;
  margin:0 0 1px 0;
}
#content_menu li ul li.hr{
  border-bottom:solid 1px #CFCFCF;
}
#content_menu li ul li.menu-title{
  font-size:10px;
  color:#888;
  padding:0 0 0 20px;
}
#content_menu li ul li a{
  border-left:3px solid transparent;
  padding:2px 5px;
  white-space:nowrap;
}
#content_menu li ul li a:hover{
  background:#3399ff;
  color:white;
}
#content_menu li ul li.active{
  border-left:3px solid #5c6774;
  color:black;
  padding:0 5px;
  height:20px;
  line-height:20px;
}
#content_menu li.drop:hover > a, #content_menu li.drop:hover > span{
  background:#f3f4f6;
  border:1px solid #c5c6c8;
  border-radius:2px 2px 0 0;
}
.warning_b2b{
  position:absolute;
  right:420px;
  top:84px;
  background:#fff0a6;
  padding:0;
  font-size:12px;
  display:inline-block;
  font-family:OpenSans, Helvetica, Arial, sans-serif;
}
.warning__text_b2b{
  float:left;
  margin:3px;
}
.warning_b2c{
  position:absolute;
  right:20px;
  top:105px;
  background:#fff0a6;
  padding:8px 10px 8px;
  width:45%;
  font-size:12px;
  font-family:OpenSans, Arial, Helvetica, sans-serif;
}
.warning__icon_b2c{
  float:left;
  margin-right:10px;
  width:32px;
  height:33px;
  background:url(/build/images/exclamation.ac3827a9.png);
}
.warning__text_b2c{
  float:left;
}
.town_list{
  display:inline-block;
  position:relative;
}
.town_list ul{
  display:none;
}
.town_list > a{
  border:solid 1px transparent;
  text-decoration:none;
  padding:0 6px 3px;
  border-radius:5px 5px 0 0;
  display:inline-block;
}
.town_list > a span{
  border-bottom:dashed 1px;
}
.town_list.active > a{
  border-color:#CFCFCF;
  position:relative;
  z-index:1210;
  background:white;
  border-bottom:1px solid white;
}
.town_list.active ul{
  display:block;
  margin:0;
  list-style:none;
  border:1px solid #CFCFCF;
  border-radius:5px 0 5px 5px;
  padding:5px;
  position:absolute;
  background:white;
  z-index:1205;
  width:290px;
  right:0;
}
.town_list.active ul li{
  margin:2px 0 0 0;
  width:145px;
  float:left;
  display:block;
}
.town_list.active ul li a{
  font-size:12px;
  line-height:16px;
  display:inline;
  border-bottom:1px dashed;
  text-decoration:none;
}
.town_list.btc > a span{
  font-size:22px;
}
.town_list.btc ul{
  margin-top:-1px;
}
#contacts_list{
  float:left;
  margin-right:20px;
}
#contacts_list p{
  clear:left;
  padding:0 0 2px 7px;
  margin:0 0 2px 0;
  color:#5C6774;
  float:left;
}
#contacts_list #town_change a{
  text-decoration:none;
}
#contacts_list #town_change a span{
  border-bottom:1px dashed;
}
#order_check_button{
  background:#fff0a6 url(/build/images/status_triangle.b622beb3.png) center right no-repeat;
  border-radius:2px 0 0 2px;
  float:left;
  margin:-1px 0 0 30px;
  height:26px;
  line-height:26px;
  padding:0 20px 0 10px;
}
#order_check_button a{
  padding:0;
  margin:0 !important;
  text-decoration:none;
}
.geoData{
  display:none;
  visibility:hidden;
}
#region_select_link{
  margin:2px 0 9px 7px;
  text-decoration:none;
  display:block;
}
#region_select_link span{
  border-bottom:dashed 1px;
}
#region_select_link .icons.arrow_right_blue{
  top:2px;
  margin:0 0 0 5px;
}
.ask_question{
  text-decoration:none;
  background:#FFF0A6;
  margin:0 0 0 6px;
  border-radius:2px 0 0 2px;
  position:relative;
  padding:0 4px 2px 9px;
  line-height:24px;
  display:inline-block;
}
.ask_question span{
  border-bottom:1px dotted #00578F;
}
.ask_question:after{
  display:block;
  content:" ";
  position:absolute;
  border-left:13px solid #FFF0A6;
  border-top:13px solid transparent;
  border-bottom:13px solid transparent;
  right:-13px;
  top:0;
}
#region_office_select{
  width:510px;
  background:#f3f4f6;
  padding:10px;
  border-radius:2px;
  border:1px solid #cfcfcf;
  color:#5c6774;
}
#region_office_select h3{
  font-size:14px;
  font-weight:700;
  margin:10px 0 25px 10px;
  color:#5c6774;
}
#region_office_select #input_wrapper{
  text-align:center;
  margin:0 0 18px 10px;
}
#region_office_select #input_wrapper span{
  display:inline-block;
  width:114px;
}
#region_office_select #input_wrapper select{
  width:179px;
  margin:0 0 0 10px;
  line-height:24px;
  border-radius:2px;
  padding:2px 2px 2px 5px;
  border:1px solid #cfcfcf;
}
#region_office_select #info_wrapper{
  border:1px solid #c5c6c8;
  border-radius:2px;
  padding:9px;
  margin:0 0 18px 10px;
}
#region_office_select #info_wrapper #office_container{
  width:167px;
}
#region_office_select #info_wrapper #office_data_container{
  margin-top:6px;
}
#region_office_select #info_wrapper #office_data_container p{
  margin-bottom:0;
  margin-top:6px;
  color:black;
}
#region_office_select #info_wrapper #office_data_container p.locker_container span{
  float:left;
}
#region_office_select #info_wrapper #office_data_container p.locker_container .clear{
  margin:0;
  float:none;
}
#region_office_select #info_wrapper #office_data_container p span{
  color:#5c6774;
  display:inline-block;
  margin:0 5px 0 0;
  text-align:right;
  width:45%;
}
#region_office_select #info_wrapper #office_data_container p .locker{
  width:173px;
  float:none;
  color:black;
  display:inline-block;
  text-align:left;
}
#region_office_select #button_wrapper{
  text-align:right;
}
#header_currenceys{
  float:right;
  line-height:32px;
  margin:0;
  padding:10px 0 0 0;
}
#menu_order_check{
  display:inline-block;
  float:right;
  line-height:26px;
  text-decoration:none;
  background:linear-gradient(to bottom, #35a2ed 0%, #1e82c5 100%);
  padding:0 10px;
  margin:14px 0 0 0;
  color:white;
  border-radius:2px;
}
#menu_order_check.run_bag{
  line-height:0;
  padding:0;
  margin:2px 0 5px 0;
  background:url(/build/images/button_animated.b2beeb49.gif);
  width:246px;
  height:40px;
  position:relative;
}
#menu_order_check.run_bag:before{
  width:54px;
  height:50px;
  display:block;
  content:" ";
  position:absolute;
  left:-60px;
  top:-9px;
  background:url(/build/images/man.a42db2cf.png) center no-repeat;
}
#menu_error_message{
  background:#e87511;
  margin:10px 0;
  float:left;
  padding:10px;
  color:white;
  border-radius:5px;
  text-align:center;
}
#menu_error_message p{
  text-align:left;
  margin-top:0;
}
.visible{
  display:block !important;
}
.icons{
  position:relative;
  display:inline-block !important;
  background:url(/build/images/sprites.e327d70d.png) no-repeat;
}
.icons.arrow_right_blue{
  width:12px;
  height:12px;
  background-position:0 0;
}
.icons.arrow_left_blue{
  width:12px;
  height:12px;
  background-position:-151px -36px;
}
.icons.menu_fit{
  width:23px;
  height:12px;
  top:1px;
  background-position:-256px -25px;
}
.icons.header_fit{
  width:38px;
  height:20px;
  top:1px;
  background-position:-266px -38px;
  background-position-x:-266px;
  background-position-y:-38px;
}
.icons.ruble{
  width:10px;
  float:none !important;
  height:13px;
  background:url(/build/images/ruble.9706a7b3.png) no-repeat;
}
.icons.best_big{
  width:36px;
  height:34px;
  background-position:-72px 0;
}
.icons.orange_icon_arrow{
  width:25px;
  height:25px;
  background-position:-199px -104px;
}
.icons.pegas_recommend_big{
  width:34px;
  height:35px;
  background-position:-39px 0;
}
.icons.din_bullet{
  width:8px;
  height:8px;
  background-position:-24px 0;
}
.icons.din_bullet.active{
  width:10px;
  top:1px;
  height:10px;
  cursor:default;
  background-position:-20px -32px;
}
.icons.double_down_arrow{
  width:12px;
  height:10px;
  background-position:-12px 0;
}
.icons.plane_normal{
  width:23px;
  height:22px;
  background-position:-16px -10px;
}
.icons.white_human{
  width:17px;
  height:20px;
  background-position:-30px -34px;
}
.icons.orange_left_triangle{
  width:24px;
  height:24px;
  background-position:-260px 0px;
}
.icons.white_arrow_left{
  width:12px;
  height:12px;
  background-position:-48px -34px;
}
.icons.blue_down_arrow_menu{
  width:7px;
  height:4px;
  background-position:-134px -22px;
}
.icons.blue_down_arrow_menu.up{
  width:7px;
  height:4px;
  background-position:-134px -26px;
}
.icons.non_standart_tour{
  width:22px;
  height:16px;
  background-position:-61px -35px;
}
.icons.white_plane{
  width:13px;
  height:12px;
  background-position:-84px -35px;
  margin:0px 0 0 5px;
}
.icons.blue_white_arrow{
  width:20px;
  height:20px;
  background-position:-46px -104px;
}
.hotel_icon{
  background:url(/build/images/hotel_icons.fda82358.png);
  width:32px;
  height:32px;
  display:block;
  float:left;
}
.hotel_icon.hotel_beach_sea{
  background-position:-64px -160px;
}
.hotel_icon.hotel_beach_length{
  background-position:-64px -160px;
}
.hotel_icon.hotel_pool{
  background-position:-64px -160px;
}
.hotel_icon.hotel_meal_add{
  background-position:-64px -160px;
}
.hotel_icon.hotel_meal_bar{
  background-position:-64px -32px;
}
.hotel_icon.hotel_meal_veget{
  background-position:-64px -64px;
}
.hotel_icon.hotel_meal_child{
  background-position:-64px -96px;
}
.hotel_icon.hotel_meal_diet{
  background-position:-64px -128px;
}
.hotel_icon.hotel_meal_ala_carte{
  background-position:-64px -160px;
}
.hotel_icon.hotel_diving{
  background-position:-32px 0;
}
.hotel_icon.hotel_sport_ws{
  background-position:-32px -32px;
}
.hotel_icon.hotel_water_sport{
  background-position:-32px -64px;
}
.hotel_icon.hotel_basketball{
  background-position:-32px -96px;
}
.hotel_icon.hotel_billiards{
  background-position:-32px -128px;
}
.hotel_icon.hotel_bowling{
  background-position:-32px -160px;
}
.hotel_icon.hotel_football{
  background-position:-32px -192px;
}
.hotel_icon.hotel_football_mini{
  background-position:-32px -224px;
}
.hotel_icon.hotel_valleyball_beach{
  background-position:-32px -256px;
}
.hotel_icon.hotel_valleyball_hotel{
  background-position:-32px -288px;
}
.hotel_icon.hotel_tennis_cort{
  background-position:-32px -320px;
}
.hotel_icon.hotel_tennis_nastolniy{
  background-position:-32px -352px;
}
.hotel_icon.hotel_squash{
  background-position:-32px -384px;
}
.hotel_icon.hotel_golf{
  background-position:-32px -416px;
}
.hotel_icon.hotel_golf_mini{
  background-position:-32px -448px;
}
.hotel_icon.hotel_riding{
  background-position:-32px -480px;
}
.hotel_icon.hotel_massaj{
  background-position:-32px -512px;
}
.hotel_icon.hotel_child_stul_restoran{
  background-position:-96px 0;
}
.hotel_icon.hotel_mini_zoopark{
  background-position:-96px -32px;
}
.hotel_icon.hotel_crib{
  background-position:-96px -64px;
}
.hotel_icon.hotel_gaming_area{
  background-position:-96px -96px;
}
.hotel_icon.hotel_junior_club{
  background-position:-96px -128px;
}
.hotel_icon.hotel_kids_bassein{
  background-position:-96px -160px;
}
.hotel_icon.hotel_nanny{
  background-position:-96px -192px;
}
.hotel_icon.hotel_kids_nanny_lang{
  background-position:-96px -224px;
}
.hotel_icon.hotel_mini_club{
  background-position:-96px -256px;
}
.hotel_icon.hotel_mini_club_lang{
  background-position:-96px -288px;
}
.hotel_icon.hotel_disco{
  background-position:-128px 0;
}
.hotel_icon.hotel_entmnt_programms{
  background-position:-64px -160px;
}
.hotel_icon.hotel_prime_time_program{
  background-position:-64px -160px;
}
.hotel_icon.hotel_animation{
  background-position:-128px -128px;
}
.hotel_icon.hotel_animation_programms{
  background-position:-128px -160px;
}
.hotel_icon.hotel_beach_bus{
  background-position:-128px -256px;
}
.hotel_icon.hotel_mattress{
  background-position:-64px -160px;
}
.hotel_icon.hotel_beach_towel{
  background-position:-128px -288px;
}
.hotel_icon.hotel_umbrella{
  background-position:-128px -320px;
}
.hotel_icon.hotel_chaiselongue{
  background-position:-128px -352px;
}
.hotel_icon.hotel_pirs_panton{
  background-position:-64px -160px;
}
.hotel_icon.hotel_beach_security{
  background-position:-128px -448px;
}
.hotel_icon.hotel_meal_system{
  background-position:-64px 0;
}
.hotel_icon.hotel_sauna{
  background-position:0 0;
}
.hotel_icon.hotel_jacuzzi{
  background-position:0 -32px;
}
.hotel_icon.hotel_hamam{
  background-position:0 -64px;
}
.hotel_icon.hotel_arenda_auto{
  background-position:0 -96px;
}
.hotel_icon.hotel_salon_krasoty{
  background-position:0 -128px;
}
.hotel_icon.hotel_hairdressing{
  background-position:0 -160px;
}
.hotel_icon.hotel_doctor{
  background-position:0 -192px;
}
.hotel_icon.hotel_cinema{
  background-position:0 -224px;
}
.hotel_icon.hotel_payments{
  background-position:0 -256px;
}
.hotel_icon.hotel_water_gorki{
  background-position:0 -288px;
}
.hotel_icon.hotel_meal_main_timetable{
  background-position:-64px -160px;
}
.hotel_icon.hotel_pot{
  background-position:-64px -160px;
}
.hotel_icon.hotel_pram{
  background-position:-64px -160px;
}
.hotel_icon.hotel_room_tv{
  background-position:-64px -160px;
}
.hotel_icon.hotel_amphitheatre{
  background-position:-64px -160px;
}
.hotel_icon.hotel_sportzal{
  background-position:-64px -160px;
}
.hotel_icon.hotel_bycicle{
  background-position:-64px -160px;
}
.hotel_icon.hotel_bed{
  background-position:-64px -160px;
}
.hotel_icon.hotel_mini_cooler{
  background-position:-64px -160px;
}
.active .icons.blue_down_arrow_menu{
  width:7px;
  height:4px;
  background-position:-134px -26px;
}
.new_icon_small{
  width:23px;
  height:12px;
  margin-left:5px;
  background:url(/build/images/new.e3fb1c3b.svg) no-repeat;
  display:inline-block;
}
.season-icon{
  display:inline-block !important;
  vertical-align:middle;
  width:20px;
  height:20px;
  background:url(/build/images/seasons.0962bfc0.svg);
}
.season-icon_winter{
  background-position:-3px -3px;
}
.season-icon_summer{
  background-position:23px -3px;
}
#index_menu{
  width:228px;
  float:left;
}
#index_menu a{
  line-height:21px;
}
#index_menu #order_check{
  background:#3d9e33;
  border-radius:9px;
  padding:10px;
  margin:13px 0 0 0;
  float:left;
}
#index_menu #order_check input{
  width:85px;
  height:22px;
  line-height:24px;
  border:solid #CFCFCF;
  border-width:1px 0 1px 1px;
  float:left;
}
#index_menu #order_check i{
  float:left;
  width:26px;
  height:26px;
  background:url(/build/images/sprites.e327d70d.png);
  background-position:-97px -78px;
}
#index_menu hr{
  margin:0.5em 0;
}
#index_menu button{
  float:right;
}
.news_badge{
  color:#FFF;
  background:#00578f;
  float:left;
  width:208px;
  margin:0 0 6px 0;
  position:relative;
  left:-11px;
  padding:0 0 0 29px;
  height:24px;
  line-height:24px;
  font-size:14px;
}
.news_badge:before{
  content:" ";
  left:-10px;
  position:absolute;
  display:block;
  background:url(/build/images/sprites.e327d70d.png) no-repeat;
  background-position:-255px -43px;
  width:10px;
  height:44px;
}
#news{
  margin:0 0 20px 0;
}
#news h2{
  margin:0 0 15px 10px;
  font-size:20px;
  font-weight:400;
}
#news ul{
  margin:0;
  padding:0 0 30px 0;
  list-style-type:none;
}
#news ul li{
  float:left;
}
#news ul li a{
  padding:0 8px;
  text-decoration:none;
  height:18px;
  line-height:19px;
  display:block;
}
#news ul li a span{
  border-bottom:1px dashed;
}
#news ul li a.active{
  background:#5c6774;
  color:white;
}
#news ul li a.active span{
  border-bottom:none;
}
#news > div{
  clear:left;
}
#news div div{
  margin:0 0 10px;
}
#news div div span{
  display:block;
  margin:0 0 0 10px;
  font-size:10px;
  color:#5c6774;
}
#news div div a{
  display:block;
  border-left:3px solid transparent;
  padding:2px 0 2px 7px;
}
#news div div.active a{
  border-left:3px solid #3d9e33;
}
#news div div.ractive a{
  border-left:3px solid #e87511;
}
#news > a{
  margin:0 0 0 10px;
}
#news > a i{
  margin:0 0 0 3px;
  top:2px;
}
#news #news_wrapper > div{
  display:none;
}
#news #news_wrapper > div:first-child{
  display:block;
}
.avia-logo{
  float:left;
}
.avia-company{
  width:228px;
  display:block;
  background:url(/build/images/avia-companies.8acd57ae.png);
}
.avia-company.iata{
  background-position:0px 0px;
  height:82px;
}
.avia-company.iata:hover{
  background-position:-228px 0px;
}
.avia-company.aeroflot{
  background-position:0px -105px;
  height:75px;
}
.avia-company.aeroflot:hover{
  background-position:-228px -105px;
}
.avia-company.tkavia{
  background-position:0px -250px;
  height:76px;
}
.avia-company.tkavia:hover{
  background-position:-228px -250px;
}
.avia-company.emirates{
  background-position:0px -322px;
  height:80px;
}
.avia-company.emirates:hover{
  background-position:-228px -322px;
}
.avia-company.nordwind{
  background-position:-10px -436px;
  height:80px;
  margin:20px 0px 0 0px;
}
.avia-company.nordwind:hover{
  background-position:-238px -436px;
}
.avia-company.transaero{
  background-position:0px -174px;
  height:60px;
}
.avia-company.transaero:hover{
  background-position:-228px -174px;
}
.avia-company:hover{
  background-position-x:-228px;
}
#neer_flights{
  clear:left;
  margin:20px 0 20px 0;
  height:26px;
  padding:3px;
  background:#f1f1f1;
  border:1px solid #cfcfcf;
  border-radius:5px;
}
#neer_flights > p{
  font-size:14px;
  color:#5c6774;
  margin:0;
  position:relative;
  top:-4px;
  line-height:26px;
}
#neer_flights > p small{
  font-size:10px;
}
#neer_flights > p .plane_normal{
  top:6px;
  margin:0 17px 0 6px;
}
#neer_flights #neer_flights_expand{
  text-align:center;
  padding:6px 0 0 0;
  float:left;
  display:block;
  width:24px;
  height:18px;
  border:1px solid #cfcfcf;
  border-radius:3px;
  margin:0 10px 0 0;
}
#publications{
  padding:0 20px;
}
#publications h3{
  font-size:20px;
  font-weight:400;
}
#publications #pub_content img{
  width:188px;
  height:130px;
  float:right;
}
#publications #pub_content #pub_date{
  color:#5c6774;
  margin:0 0 5px 0;
}
#publications #pub_content a{
  display:block;
  margin:0 0 5px 0;
}
#publications #all_publications{
  display:inline-block;
  margin:20px 0 0 0;
}
#fir_office{
  background:#f3f4f6;
  border-radius:5px;
  padding:20px;
  margin:0 0 10px;
  display:block;
  text-decoration:none;
  float:left;
}
#fir_office h3{
  font-size:14px;
  font-weight:400;
  color:#5c6774;
  margin-top:0;
  margin-bottom:5px;
}
#fir_office img{
  width:185px;
  height:130px;
  border:none;
}
#fir_office .office_img{
  background:url("http://cdn01.pegast.su/get/3c/ff/72/9e515b93a436fa81ee03c08c95532cfe55e9e6db78e0d5076524214909/%D0%BE%D1%84%D0%B8%D1%81.jpg") center no-repeat;
  width:206px;
  height:125px;
  border:none;
  display:block;
  margin:0 0 10px 0;
}
#fir_office #fir_name{
  font-size:14px;
  font-weight:400;
  color:#5c6774;
  margin-top:0;
  margin-bottom:5px;
  display:block;
}
#fir_office .fir_mn{
  text-decoration:none;
  position:relative;
  color:#00578F !important;
  width:140px;
  padding-left:50px;
  line-height:1.2;
  margin:0 0 10px 0 !important;
}
#fir_office .fir_mn:before{
  display:block;
  content:" ";
  width:40px;
  height:34px;
  position:absolute;
  top:4px;
  left:8px;
  background:url(/build/images/sprites.e327d70d.png) no-repeat;
  background-position:-115px -269px;
}
#fir_office #fir_link{
  font-size:14px;
  text-decoration:underline;
}
#fir_office #fir_address{
  color:black;
  font-size:12px;
  margin:10px 0;
  display:block;
}
#fir_office #fir_phone{
  color:black;
  font-size:12px;
  margin:10px 0 0;
  display:block;
}
#fir_office #fir_work{
  color:black;
  font-size:12px;
  margin:10px 0 0;
  display:block;
}
#fir_office .like_a_link{
  text-decoration:underline;
}
#fir_office .like_a_link .arrow_right_blue{
  position:relative;
  top:2px;
  margin:0 0 0 3px;
}
#fir_office .center{
  text-align:center;
  display:block;
}
.fir_office_wb{
  border:1px solid #CFCFCF;
  height:208px;
  padding:12px 10px !important;
}
#btc_avia_block{
  background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdHlsZT0ic3RvcC1jb2xvcjpyZ2JhKDUxLDE1MywyNTUsMSk7IiAvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3R5bGU9InN0b3AtY29sb3I6cmdiYSg1MSwxNTMsMjA0LDEpOyIgLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCBmaWxsPSJ1cmwoI2dyYWRpZW50KSIgaGVpZ2h0PSIxMDAlIiB3aWR0aD0iMTAwJSIgLz48L3N2Zz4=);
  float:left;
  width:222px;
  padding:0 3px;
  margin:0 0 20px 0;
  height:234px;
}
#btc_avia_block .avia_block_header{
  color:white;
  text-align:center;
  font-size:14px;
  margin:7px 0 7px 0;
}
#btc_avia_block .avia_block_data .node{
  background:#36C;
  font-size:11px;
  color:white;
  margin:0 0 1px 0;
  float:left;
  display:block;
  width:215px;
  padding:4px 2px 4px 5px;
}
#btc_avia_block .avia_block_data .node .city_name{
  float:left;
  width:140px;
}
#btc_avia_block .avia_block_data .node .price{
  float:left;
  text-align:right;
  width:75px;
}
#btc_avia_block .regular{
  float:left;
  color:white;
  font-size:14px;
  text-align:center;
  width:100%;
}
#btc_avia_block #info_page{
  min-height:300px;
}
#content #sidebar .currencies{
  margin:0 0 20px 0;
}
#content #sidebar .currencies b{
  font-size:12px;
  color:#5c6774;
  padding:0 0 0 10px;
}
#content #sidebar .currencies table{
  margin:3px 0 10px 0;
}
#content #sidebar .currencies table th{
  text-align:center;
  border:none;
  background:#5c6774;
  color:white;
  padding:3px 0;
  font-weight:400;
}
#content #sidebar .currencies table td{
  color:black;
  border:none;
  padding:3px 0;
  border-bottom:1px solid #adadad;
}
#content #sidebar .currencies table td:first-child{
  padding-left:10px;
  text-align:left;
}
#content #sidebar .currencies table tr:last-child td{
  border-bottom:none;
}
#content #sidebar .currencies a{
  margin:0 0 0 10px;
}
#content_wrapper .din_blocks{
  background:#F1F1F1;
  width:624px;
  float:left;
  padding:0 20px 7px 20px;
  margin:20px 20px 0 0;
  border-radius:8px;
  line-height:14px;
}
#content_wrapper .din_blocks h2{
  color:#5c6774;
  font-size:20px;
  font-weight:400;
  margin-top:10px;
}
#content_wrapper .din_blocks h2 i{
  float:none;
  display:inline-block;
  margin:0 0 0 10px;
  top:3px;
  background:url(/build/images/sprites.e327d70d.png) no-repeat;
  height:20px;
  position:relative;
  width:20px;
}
#content_wrapper .din_blocks h2 i.pegas_day{
  background-position:-19px -128px;
  height:24px;
  width:22px;
}
#content_wrapper .din_blocks h2 i.pegas_recommend{
  height:25px;
  width:25px;
  top:2px;
  background-position:-43px -124px;
}
#content_wrapper .din_blocks#pegas_recommend{
  margin-right:0;
}
#content_wrapper .din_blocks .din_item{
  width:174px;
  border-right:solid 1px #adadad;
  padding:0 20px 0 0;
  float:left;
  margin:0 0 0 20px;
}
#content_wrapper .din_blocks .din_item .info{
  float:left;
  height:120px;
}
#content_wrapper .din_blocks .din_item.first-in-row{
  margin:0;
}
#content_wrapper .din_blocks .din_item.last-in-row{
  border:none;
}
#content_wrapper .din_blocks .din_item .country{
  margin:0 0 3px 0;
  font-size:10px;
  color:#5c6774;
  float:none;
}
#content_wrapper .din_blocks .din_item p{
  float:left;
  margin:0;
}
#content_wrapper .din_blocks .din_item .date_and_meal{
  margin:10px 0 0 0;
}
#content_wrapper .din_blocks .din_item a{
  display:block;
}
#content_wrapper .din_blocks .din_item .hotel_link{
  margin:0 0 5px 0;
  display:block;
}
#content_wrapper .din_blocks .din_item .price{
  color:#FFF;
  float:right;
}
#content_wrapper .din_blocks .din_item .price .label{
  background:url(/build/images/sprites.e327d70d.png) no-repeat;
  background-position:0 -12px;
  padding:0 0 0 16px;
  height:20px;
  float:left;
}
#content_wrapper .din_blocks .din_item .price .label span{
  background:#e87511;
  padding:0 10px 0 0;
  border-radius:0 1px 1px 0;
  line-height:20px;
  display:inline-block;
  height:20px;
  width:50px;
  text-align:right;
}
#content_wrapper .din_blocks .din_item .price a{
  background:url(/build/images/sprites.e327d70d.png) no-repeat;
  display:inline-block;
  width:20px;
  margin:0 0 0 1px;
  height:20px;
  background-position:0 -32px;
  float:left;
}
#content_wrapper .din_blocks .din_pages{
  text-align:center;
  margin:10px 0 20px;
}
#content_wrapper .din_blocks .din_wrapper{
  overflow:hidden;
}
#content_wrapper .din_blocks .din_wrapper > div{
  width:30000px;
  position:relative;
}
#banner{
  width:700px;
  height:300px;
  float:left;
  margin:0 20px 0 0;
  position:relative;
  overflow:hidden;
}
#banner .navi{
  z-index:1;
  position:relative;
  background:white;
  padding:5px 5px 0 5px;
  border-radius:12px 12px 0 0;
  top:277px;
  display:table;
  margin:0 auto;
}
#banner .navi a{
  width:10px;
  height:10px;
  cursor:pointer;
  display:inline-block;
  background:url(/build/images/sprites.e327d70d.png) no-repeat;
  background-position:-24px 1px;
  position:relative;
  margin:0 2px 0 2px;
}
#banner .navi a.active{
  cursor:default;
  background-position:-20px -32px;
}
#banner .items{
  width:20000em;
  position:absolute;
}
#banner .items div.item{
  padding:0;
  height:300px;
  width:700px;
}
#banner .items .item{
  float:left;
  height:300px;
  width:700px;
  padding:10px;
}
#banner .items .item .banner-inner .label{
  width:63px;
  height:20px;
  background:url(/build/images/sprites.e327d70d.png) no-repeat;
  background-position:0px -54px;
  color:white;
  padding:4px 0 0 20px;
}
#banner .items .item .banner-inner .text{
  color:white;
}
#banner .items .item .banner-inner .text span{
  background:url(/build/images/black_075.b177f39c.png);
  display:inline-block;
  line-height:20px;
  padding:0 5px;
}
#banner .items .item .banner-inner .text span i{
  top:1px;
}
#banner .items .item .banner-inner .text span a{
  color:white;
}
#banner .items .item .banner-inner .country{
  color:#5C6774;
  margin:10px 0 0 0;
}
.b2c-index_main-content-wide #banner{
  width:940px;
}
.b2c-index_main-content-wide #banner .item{
  width:940px;
}
#container{
  width:980px;
  margin:0 auto;
  padding-bottom:281px;
  background:#fff;
}
.pgs-header__inner .top-news{
  background:#fff0a6;
  font-size:12px;
  font-family:OpenSans, Helvetica, Arial, sans-serif;
  line-height:2.2;
  margin-top:10px;
  padding-left:10px;
  height:26px;
}
.pgs-header__inner .warning-icon{
  float:left;
  width:19px;
  height:19px;
  background:url(/build/images/detalis.63998629.png) 82px 98px;
  margin-top:5px;
  margin-right:10px;
}
.pgs-header__inner .top-news > p{
  float:left;
  margin:0 15px 0 0;
  max-width:700px;
  overflow:hidden;
  height:26px;
  white-space:nowrap;
  color:#000;
  position:relative;
}
.pgs-header__inner .top-news .top-news__overflow:after{
  content:" ";
  width:30px;
  height:26px;
  position:absolute;
  top:0;
  right:0;
  background:linear-gradient(to left, rgba(255, 240, 166, 0), rgba(255, 240, 166, 0.5), #fff0a6);
}
.pgs-header__inner .top-news__link{
  display:block;
  float:left;
  color:#00578f;
  text-decoration:none;
}
.pgs-header__inner .top-news__link-icon{
  background:url(/build/images/sprites.e327d70d.png) 0 4px;
  width:12px;
  height:16px;
  display:inline-block;
  vertical-align:bottom;
  margin-bottom:6px;
  margin-left:6px;
}
.pgs-header__inner .top-news__link-details{
  margin-left:5px;
  text-decoration:underline;
}
#sidebar{
  width:220px;
  float:left;
  margin:0 20px 0 0;
}
#main_content{
  float:left;
  width:700px;
}
#info_page{
  padding-top:20px;
  padding-bottom:40px;
  min-height:300px;
}
#pegas_recommend{
  margin:0 20px 0 0;
}
#content_wrapper #content_page{
  padding:20px;
}
#content_wrapper #content_page h1{
  color:black;
  margin:10px 0;
}
span.pegas_select_sign{
  display:inline-block;
  height:18px;
  width:15px;
  background:url(/build/images/sprites.e327d70d.png) no-repeat;
  background-position:-244px 0;
}
.b2c-index_main-content-wide{
  margin:-15px 0 20px;
}
#sales_office_strap{
  color:white;
  background:#3d444c;
  float:left;
  width:208px;
  margin:0 0 6px 0;
  position:relative;
  left:-20px;
  padding:0 0 0 40px;
  height:24px;
  line-height:24px;
  font-size:14px;
}
#sales_office_strap:before{
  content:" ";
  left:-10px;
  position:absolute;
  display:block;
  background:url(/build/images/sprites.e327d70d.png) no-repeat;
  background-position:-253px -87px;
  width:10px;
  height:44px;
}
#breadcrumbs{
  height:25px;
  margin:13px 0 0 20px;
}
#breadcrumbs_menu{
  display:block;
  float:left;
  margin:0;
  width:700px;
  font-size:14px;
}
#breadcrumbs_menu a{
  margin:0 5px 0 0;
}
#samo{
  margin:0 -15px;
  width:940px;
}
.side_content_menu{
  width:188px;
  float:left;
  margin:0 40px 0 0;
}
.side_content_menu ul{
  list-style-type:none;
  margin:0;
  padding:0;
}
.side_content_menu ul li{
  display:block;
}
.side_content_menu ul li a{
  display:block;
  height:24px;
  line-height:24px;
}
.side_content_menu ul li.divider{
  border-bottom:1px solid #c5c6c8;
  margin:10px 0 10px 0;
}
.side_content_menu ul:after{
  content:'';
  display:block;
  clear:both;
}
.side_content_menu ul li a:hover, .side_content_menu ul li.active a{
  position:relative;
  left:-10px;
  padding:0 0 0 10px;
  color:white;
  text-decoration:none;
  background:#5c6774;
  width:100%;
}
.side_content_wrapper{
  float:left;
  width:602px;
}
.side_content_wrapper h5{
  color:black;
  font-size:14px;
  margin:0 0 10px 0;
}
.side_content_wrapper .blue_info{
  background:#a8e7ff;
  display:inline-block;
  height:26px;
  line-height:26px;
  padding:0 30px;
}
.side_content_wrapper #visa_form{
  background:#f3f4f6;
  border:1px solid #cfcfcf;
  border-radius:5px;
  padding:10px 20px;
}
.side_content_wrapper #visa_form .form_row{
  margin:0 0 8px;
}
.side_content_wrapper #visa_form .form_row .form_label{
  float:left;
  width:110px;
  padding:4px 10px 0 0;
  color:#5c6774;
}
.side_content_wrapper #visa_form .form_row .form_widget{
  float:left;
  width:440px;
}
.side_content_wrapper #visa_form .form_row .form_widget input[type="text"]{
  width:237px;
  border:1px solid #cfcfcf;
  line-height:26px;
  height:18px;
  padding:3px;
}
.side_content_wrapper #visa_form .form_row .form_widget select{
  width:245px;
  border:1px solid #cfcfcf;
  line-height:26px;
  height:26px;
  padding:3px;
}
.side_content_wrapper #visa_form .form_row:after{
  content:'';
  display:block;
  clear:both;
}
.side_content_wrapper #visa_form hr{
  margin:10px 0;
}
.subtitle{
  font-size:150%;
  color:#000;
}
.for_remove_breaking-news{
  background:#fff0a6;
  font-size:12px;
  font-family:OpenSans, Helvetica, Arial, sans-serif;
  line-height:2.2;
  margin-top:10px;
  padding-left:10px;
  height:26px;
}
.for_remove_breaking-news.for_remove_breaking-news_pink{
  background:#FED7D3;
}
.for_remove_breaking-news.for_remove_breaking-news_pink .top-news__overflow::after{
  background:linear-gradient(to right, rgba(254, 215, 211, 0), rgba(254, 215, 211, 0.9), rgba(254, 215, 211, 0.9), #fed7d3);
}
.for_remove_breaking-news .warning-icon{
  float:left;
  width:19px;
  height:19px;
  background:url(/build/images/detalis.63998629.png) 82px 98px;
  margin-top:5px;
  margin-right:10px;
}
.for_remove_breaking-news > p{
  float:left;
  margin:0 15px 0 0;
  max-width:700px;
  overflow:hidden;
  height:26px;
  white-space:nowrap;
  color:#000;
  position:relative;
}
.for_remove_breaking-news .top-news__overflow:after{
  content:" ";
  width:30px;
  height:26px;
  position:absolute;
  top:0;
  right:0;
  background:linear-gradient(to right, rgba(255, 240, 166, 0), rgba(255, 240, 166, 0.9), rgba(255, 240, 166, 0.9), #fff0a6);
}
.for_remove_breaking-news .top-news__link{
  display:block;
  float:left;
  color:#00578f;
  text-decoration:none;
}
.for_remove_breaking-news .top-news__link-icon{
  background:url(/build/images/sprites.e327d70d.png) 0 4px;
  width:12px;
  height:16px;
  display:inline-block;
  vertical-align:bottom;
  margin-bottom:6px;
  margin-left:6px;
}
.for_remove_breaking-news .top-news__link-details{
  margin-left:5px;
  text-decoration:underline;
}
.flag-NOWHERE, .flag-ABKHAZIA, .flag-AD, .flag-AE, .flag-AF, .flag-AG, .flag-AI, .flag-AL, .flag-AM, .flag-AN, .flag-AO, .flag-AQ, .flag-AR, .flag-AS, .flag-AT, .flag-AU, .flag-AW, .flag-AX, .flag-AZ, .flag-BA, .flag-BB, .flag-BD, .flag-BE, .flag-BF, .flag-BG, .flag-BH, .flag-BI, .flag-BJ, .flag-BL, .flag-BM, .flag-BN, .flag-BO, .flag-BR, .flag-BS, .flag-BT, .flag-BV, .flag-BW, .flag-BY, .flag-BZ, .flag-CA, .flag-CC, .flag-CD, .flag-CF, .flag-CG, .flag-CH, .flag-CI, .flag-CK, .flag-CL, .flag-CM, .flag-CN, .flag-CO, .flag-CR, .flag-CU, .flag-CV, .flag-CX, .flag-CY, .flag-CZ, .flag-DE, .flag-DJ, .flag-DK, .flag-DM, .flag-DO, .flag-DZ, .flag-EC, .flag-EE, .flag-EG, .flag-EH, .flag-ER, .flag-ES-CE, .flag-ES-ML, .flag-ES, .flag-ET, .flag-EU, .flag-FI, .flag-FJ, .flag-FK, .flag-FM, .flag-FO, .flag-FR, .flag-GA, .flag-GB, .flag-GD, .flag-GE, .flag-GF, .flag-GG, .flag-GH, .flag-GI, .flag-GL, .flag-GM, .flag-GN, .flag-GP, .flag-GQ, .flag-GR, .flag-GS, .flag-GT, .flag-GU, .flag-GW, .flag-GY, .flag-HK, .flag-HM, .flag-HN, .flag-HR, .flag-HT, .flag-HU, .flag-IC, .flag-ID, .flag-IE, .flag-IL, .flag-IM, .flag-IN, .flag-IO, .flag-IQ, .flag-IR, .flag-IS, .flag-IT, .flag-JE, .flag-JM, .flag-JO, .flag-JP, .flag-KE, .flag-KG, .flag-KH, .flag-KI, .flag-KM, .flag-KN, .flag-KOSOVO, .flag-KP, .flag-KR, .flag-KW, .flag-KY, .flag-KZ, .flag-LA, .flag-LB, .flag-LC, .flag-LI, .flag-LK, .flag-LR, .flag-LS, .flag-LT, .flag-LU, .flag-LV, .flag-LY, .flag-MA, .flag-MC, .flag-MD, .flag-ME, .flag-MF, .flag-MG, .flag-MH, .flag-MK, .flag-ML, .flag-MM, .flag-MN, .flag-MO, .flag-MP, .flag-MQ, .flag-MR, .flag-MS, .flag-MT, .flag-MU, .flag-MV, .flag-MW, .flag-MX, .flag-MY, .flag-MZ, .flag-NA, .flag-NC, .flag-NE, .flag-NF, .flag-NG, .flag-NI, .flag-NKR, .flag-NL, .flag-NO, .flag-NP, .flag-NR, .flag-NU, .flag-NZ, .flag-OM, .flag-PA, .flag-PE, .flag-PF, .flag-PG, .flag-PH, .flag-PK, .flag-PL, .flag-PM, .flag-PN, .flag-PR, .flag-PS, .flag-PT, .flag-PW, .flag-PY, .flag-QA, .flag-RE, .flag-RO, .flag-RS, .flag-RU, .flag-RW, .flag-SA, .flag-SB, .flag-SC, .flag-SD, .flag-SE, .flag-SG, .flag-SH, .flag-SI, .flag-SJ, .flag-SK, .flag-SL, .flag-SM, .flag-SN, .flag-SO, .flag-SOUTH-OSSETIA, .flag-SR, .flag-SS, .flag-ST, .flag-SV, .flag-SY, .flag-SZ, .flag-TC, .flag-TD, .flag-TF, .flag-TG, .flag-TH, .flag-TJ, .flag-TK, .flag-TL, .flag-TM, .flag-TN, .flag-TO, .flag-TR, .flag-TT, .flag-TV, .flag-TW, .flag-TZ, .flag-UA, .flag-UG, .flag-UM, .flag-US, .flag-UY, .flag-UZ, .flag-VA, .flag-VC, .flag-VE, .flag-VG, .flag-VI, .flag-VN, .flag-VU, .flag-WF, .flag-WS, .flag-YE, .flag-YT, .flag-ZA, .flag-ZM, .flag-ZW{
  background:url(/build/images/flags.5bde6a88.png) no-repeat 0 9px;
  display:-moz-inline-box;
  display:inline-block;
  *display:inline;
  *zoom:1;
  vertical-align:baseline;
  position:relative;
  overflow:hidden;
  width:16px;
  height:9px;
  font-size:0;
  line-height:0;
  margin:0;
  padding:0;
}
.flag_best{
  background:url(/build/images/flags.5bde6a88.png) no-repeat 0 9px;
  display:-moz-inline-box;
  display:inline-block;
  *display:inline;
  *zoom:1;
  vertical-align:baseline;
  position:relative;
  overflow:hidden;
  width:16px;
  height:9px;
  font-size:0;
  line-height:0;
  margin:0;
  padding:0;
}
.flag-ABKHAZIA{
  background-position:0 0px;
}
.flag-AD{
  background-position:0 -9px;
}
.flag-61{
  background-position:0 -9px;
}
.flag-AE{
  background-position:0 -18px;
}
.flag-7{
  background-position:0 -18px;
}
.flag-AF{
  background-position:0 -27px;
}
.flag-AG{
  background-position:0 -36px;
}
.flag-AI{
  background-position:0 -45px;
}
.flag-AL{
  background-position:0 -54px;
}
.flag-AM{
  background-position:0 -63px;
}
.flag-AN{
  background-position:0 -72px;
}
.flag-AO{
  background-position:0 -81px;
}
.flag-AQ{
  background-position:0 -90px;
}
.flag-AR{
  background-position:0 -99px;
}
.flag-AS{
  background-position:0 -108px;
}
.flag-AT{
  background-position:0 -117px;
}
.flag-AU{
  background-position:0 -126px;
}
.flag-AW{
  background-position:0 -135px;
}
.flag-AX{
  background-position:0 -144px;
}
.flag-AZ{
  background-position:0 -153px;
}
.flag-BA{
  background-position:0 -162px;
}
.flag-BB{
  background-position:0 -171px;
}
.flag-BD{
  background-position:0 -180px;
}
.flag-BE{
  background-position:0 -189px;
}
.flag-BF{
  background-position:0 -198px;
}
.flag-BG{
  background-position:0 -207px;
}
.flag-BH{
  background-position:0 -216px;
}
.flag-BI{
  background-position:0 -225px;
}
.flag-BJ{
  background-position:0 -234px;
}
.flag-BL{
  background-position:0 -243px;
}
.flag-BM{
  background-position:0 -252px;
}
.flag-BN{
  background-position:0 -261px;
}
.flag-BO{
  background-position:0 -270px;
}
.flag-BR{
  background-position:0 -279px;
}
.flag-BS{
  background-position:0 -288px;
}
.flag-BT{
  background-position:0 -297px;
}
.flag-BV{
  background-position:0 -306px;
}
.flag-BW{
  background-position:0 -315px;
}
.flag-BY{
  background-position:0 -324px;
}
.flag-BZ{
  background-position:0 -333px;
}
.flag-CA{
  background-position:0 -342px;
}
.flag-CC{
  background-position:0 -351px;
}
.flag-CD{
  background-position:0 -360px;
}
.flag-CF{
  background-position:0 -369px;
}
.flag-CG{
  background-position:0 -378px;
}
.flag-CH{
  background-position:0 -387px;
}
.flag-CI{
  background-position:0 -396px;
}
.flag-CK{
  background-position:0 -405px;
}
.flag-CL{
  background-position:0 -414px;
}
.flag-CM{
  background-position:0 -423px;
}
.flag-CN{
  background-position:0 -432px;
}
.flag-18{
  background-position:0 -432px;
}
.flag-CO{
  background-position:0 -441px;
}
.flag-CR{
  background-position:0 -450px;
}
.flag-CU{
  background-position:0 -459px;
}
.flag-71{
  background-position:0 -459px;
}
.flag-CV{
  background-position:0 -468px;
}
.flag-CX{
  background-position:0 -477px;
}
.flag-CY{
  background-position:0 -486px;
}
.flag-66{
  background-position:0 -486px;
}
.flag-CZ{
  background-position:0 -495px;
}
.flag-DE{
  background-position:0 -504px;
}
.flag-DJ{
  background-position:0 -513px;
}
.flag-DK{
  background-position:0 -522px;
}
.flag-DM{
  background-position:0 -540px;
}
.flag-59{
  background-position:0 -531px;
}
.flag-DO{
  background-position:0 -540px;
}
.flag-DZ{
  background-position:0 -549px;
}
.flag-EC{
  background-position:0 -558px;
}
.flag-EE{
  background-position:0 -567px;
}
.flag-EG{
  background-position:0 -576px;
}
.flag-3{
  background-position:0 -576px;
}
.flag-EH{
  background-position:0 -585px;
}
.flag-ER{
  background-position:0 -594px;
}
.flag-ES-CE{
  background-position:0 -603px;
}
.flag-ES-ML{
  background-position:0 -612px;
}
.flag-ES{
  background-position:0 -621px;
}
.flag-58{
  background-position:0 -621px;
}
.flag-ET{
  background-position:0 -630px;
}
.flag-EU{
  background-position:0 -639px;
}
.flag-FI{
  background-position:0 -648px;
}
.flag-FJ{
  background-position:0 -657px;
}
.flag-FK{
  background-position:0 -666px;
}
.flag-FM{
  background-position:0 -675px;
}
.flag-FO{
  background-position:0 -684px;
}
.flag-FR{
  background-position:0 -693px;
}
.flag-GA{
  background-position:0 -702px;
}
.flag-GB{
  background-position:0 -711px;
}
.flag-GD{
  background-position:0 -720px;
}
.flag-GE{
  background-position:0 -729px;
}
.flag-GF{
  background-position:0 -738px;
}
.flag-GG{
  background-position:0 -747px;
}
.flag-GH{
  background-position:0 -756px;
}
.flag-GI{
  background-position:0 -765px;
}
.flag-GL{
  background-position:0 -774px;
}
.flag-GM{
  background-position:0 -783px;
}
.flag-GN{
  background-position:0 -792px;
}
.flag-GP{
  background-position:0 -801px;
}
.flag-GQ{
  background-position:0 -810px;
}
.flag-GR{
  background-position:0 -819px;
}
.flag-26{
  background-position:0 -819px;
}
.flag-GS{
  background-position:0 -828px;
}
.flag-GT{
  background-position:0 -837px;
}
.flag-GU{
  background-position:0 -846px;
}
.flag-GW{
  background-position:0 -855px;
}
.flag-GY{
  background-position:0 -864px;
}
.flag-HK{
  background-position:0 -873px;
}
.flag-HM{
  background-position:0 -882px;
}
.flag-HN{
  background-position:0 -891px;
}
.flag-HR{
  background-position:0 -900px;
}
.flag-HT{
  background-position:0 -909px;
}
.flag-HU{
  background-position:0 -918px;
}
.flag-IC{
  background-position:0 -927px;
}
.flag-ID{
  background-position:0 -936px;
}
.flag-37{
  background-position:0 -936px;
}
.flag-IE{
  background-position:0 -945px;
}
.flag-IL{
  background-position:0 -954px;
}
.flag-46{
  background-position:0 -954px;
}
.flag-IM{
  background-position:0 -963px;
}
.flag-IN{
  background-position:0 -972px;
}
.flag-6{
  background-position:0 -972px;
}
.flag-IO{
  background-position:0 -981px;
}
.flag-IQ{
  background-position:0 -990px;
}
.flag-IR{
  background-position:0 -999px;
}
.flag-IS{
  background-position:0 -1008px;
}
.flag-IT{
  background-position:0 -1017px;
}
.flag-JE{
  background-position:0 -1026px;
}
.flag-JM{
  background-position:0 -1035px;
}
.flag-JO{
  background-position:0 -1044px;
}
.flag-JP{
  background-position:0 -1053px;
}
.flag-KE{
  background-position:0 -1062px;
}
.flag-73{
  background-position:0 -1062px;
}
.flag-KG{
  background-position:0 -1071px;
}
.flag-KH{
  background-position:0 -1080px;
}
.flag-KI{
  background-position:0 -1089px;
}
.flag-KM{
  background-position:0 -1098px;
}
.flag-KN{
  background-position:0 -1107px;
}
.flag-KOSOVO{
  background-position:0 -1116px;
}
.flag-KP{
  background-position:0 -1125px;
}
.flag-KR{
  background-position:0 -1134px;
}
.flag-KW{
  background-position:0 -1143px;
}
.flag-KY{
  background-position:0 -1152px;
}
.flag-KZ{
  background-position:0 -1161px;
}
.flag-LA{
  background-position:0 -1170px;
}
.flag-LB{
  background-position:0 -1179px;
}
.flag-LC{
  background-position:0 -1188px;
}
.flag-LI{
  background-position:0 -1197px;
}
.flag-LK{
  background-position:0 -1206px;
}
.flag-LR{
  background-position:0 -1215px;
}
.flag-LS{
  background-position:0 -1224px;
}
.flag-LT{
  background-position:0 -1233px;
}
.flag-LU{
  background-position:0 -1242px;
}
.flag-LV{
  background-position:0 -1251px;
}
.flag-LY{
  background-position:0 -1260px;
}
.flag-MA{
  background-position:0 -1269px;
}
.flag-87{
  background-position:0 -1269px;
}
.flag-MC{
  background-position:0 -1278px;
}
.flag-MD{
  background-position:0 -1287px;
}
.flag-ME{
  background-position:0 -1296px;
}
.flag-MF{
  background-position:0 -1305px;
}
.flag-MG{
  background-position:0 -1314px;
}
.flag-MH{
  background-position:0 -1323px;
}
.flag-MK{
  background-position:0 -1332px;
}
.flag-ML{
  background-position:0 -1341px;
}
.flag-MM{
  background-position:0 -1350px;
}
.flag-MN{
  background-position:0 -1359px;
}
.flag-MO{
  background-position:0 -1368px;
}
.flag-MP{
  background-position:0 -1377px;
}
.flag-MQ{
  background-position:0 -1386px;
}
.flag-MR{
  background-position:0 -1395px;
}
.flag-MS{
  background-position:0 -1404px;
}
.flag-MT{
  background-position:0 -1413px;
}
.flag-MU{
  background-position:0 -1422px;
}
.flag-MV{
  background-position:0 -1431px;
}
.flag-MW{
  background-position:0 -1440px;
}
.flag-MX{
  background-position:0 -1449px;
}
.flag-75{
  background-position:0 -1449px;
}
.flag-MY{
  background-position:0 -1458px;
}
.flag-MZ{
  background-position:0 -1467px;
}
.flag-NA{
  background-position:0 -1476px;
}
.flag-NC{
  background-position:0 -1485px;
}
.flag-NE{
  background-position:0 -1494px;
}
.flag-NF{
  background-position:0 -1503px;
}
.flag-NG{
  background-position:0 -1512px;
}
.flag-NI{
  background-position:0 -1521px;
}
.flag-NKR{
  background-position:0 -1530px;
}
.flag-NL{
  background-position:0 -1539px;
}
.flag-NO{
  background-position:0 -1548px;
}
.flag-NP{
  background-position:0 -1557px;
}
.flag-NR{
  background-position:0 -1566px;
}
.flag-NU{
  background-position:0 -1575px;
}
.flag-NZ{
  background-position:0 -1584px;
}
.flag-OM{
  background-position:0 -1593px;
}
.flag-PA{
  background-position:0 -1602px;
}
.flag-PE{
  background-position:0 -1611px;
}
.flag-PF{
  background-position:0 -1620px;
}
.flag-PG{
  background-position:0 -1629px;
}
.flag-PH{
  background-position:0 -1638px;
}
.flag-PK{
  background-position:0 -1647px;
}
.flag-PL{
  background-position:0 -1656px;
}
.flag-PM{
  background-position:0 -1665px;
}
.flag-PN{
  background-position:0 -1674px;
}
.flag-PR{
  background-position:0 -1683px;
}
.flag-PS{
  background-position:0 -1692px;
}
.flag-PT{
  background-position:0 -1701px;
}
.flag-PW{
  background-position:0 -1710px;
}
.flag-PY{
  background-position:0 -1719px;
}
.flag-QA{
  background-position:0 -1728px;
}
.flag-RE{
  background-position:0 -1737px;
}
.flag-RO{
  background-position:0 -1746px;
}
.flag-RS{
  background-position:0 -1755px;
}
.flag-RU{
  background-position:0 -1764px;
}
.flag-RW{
  background-position:0 -1773px;
}
.flag-SA{
  background-position:0 -1782px;
}
.flag-SB{
  background-position:0 -1791px;
}
.flag-SC{
  background-position:0 -1800px;
}
.flag-SD{
  background-position:0 -1809px;
}
.flag-SE{
  background-position:0 -1818px;
}
.flag-SG{
  background-position:0 -1827px;
}
.flag-SH{
  background-position:0 -1836px;
}
.flag-SI{
  background-position:0 -1845px;
}
.flag-SJ{
  background-position:0 -1854px;
}
.flag-SK{
  background-position:0 -1863px;
}
.flag-SL{
  background-position:0 -1872px;
}
.flag-SM{
  background-position:0 -1881px;
}
.flag-SN{
  background-position:0 -1890px;
}
.flag-SO{
  background-position:0 -1899px;
}
.flag-SOUTH-OSSETIA{
  background-position:0 -1908px;
}
.flag-SR{
  background-position:0 -1917px;
}
.flag-SS{
  background-position:0 -1926px;
}
.flag-ST{
  background-position:0 -1935px;
}
.flag-SV{
  background-position:0 -1944px;
}
.flag-SY{
  background-position:0 -1953px;
}
.flag-SZ{
  background-position:0 -1962px;
}
.flag-TC{
  background-position:0 -1971px;
}
.flag-TD{
  background-position:0 -1980px;
}
.flag-TF{
  background-position:0 -1989px;
}
.flag-TG{
  background-position:0 -1998px;
}
.flag-TH{
  background-position:0 -2007px;
}
.flag-8{
  background-position:0 -2007px;
}
.flag-TJ{
  background-position:0 -2016px;
}
.flag-TK{
  background-position:0 -2025px;
}
.flag-TL{
  background-position:0 -2034px;
}
.flag-TM{
  background-position:0 -2043px;
}
.flag-TN{
  background-position:0 -2052px;
}
.flag-5{
  background-position:0 -2052px;
}
.flag-TO{
  background-position:0 -2061px;
}
.flag-TR{
  background-position:0 -2070px;
}
.flag-4{
  background-position:0 -2070px;
}
.flag-TT{
  background-position:0 -2079px;
}
.flag-TV{
  background-position:0 -2088px;
}
.flag-TW{
  background-position:0 -2097px;
}
.flag-TZ{
  background-position:0 -2106px;
}
.flag-UA{
  background-position:0 -2115px;
}
.flag-UG{
  background-position:0 -2124px;
}
.flag-UM{
  background-position:0 -2133px;
}
.flag-US{
  background-position:0 -2142px;
}
.flag-UY{
  background-position:0 -2151px;
}
.flag-UZ{
  background-position:0 -2160px;
}
.flag-VA{
  background-position:0 -2169px;
}
.flag-VC{
  background-position:0 -2178px;
}
.flag-VE{
  background-position:0 -2187px;
}
.flag-VG{
  background-position:0 -2196px;
}
.flag-VI{
  background-position:0 -2205px;
}
.flag-VN{
  background-position:0 -2214px;
}
.flag-12{
  background-position:0 -2214px;
}
.flag-VU{
  background-position:0 -2223px;
}
.flag-WF{
  background-position:0 -2232px;
}
.flag-WS{
  background-position:0 -2241px;
}
.flag-YE{
  background-position:0 -2250px;
}
.flag-YT{
  background-position:0 -2259px;
}
.flag-ZA{
  background-position:0 -2268px;
}
.flag-ZM{
  background-position:0 -2277px;
}
.flag-ZW{
  background-position:0 -2286px;
}
.m-flag{
  width:32px;
  height:20px;
  background:url(/build/images/flags-medium.9dcec5a6.png);
  float:left;
  margin:18px 0 0 0;
}
.m-armenia{
  background-position:-256px -20px;
}
.m-turkey{
  background-position:0 0;
}
.m-egypt{
  background-position:-32px 0;
}
.m-greece{
  background-position:-64px 0;
}
.m-cyprus{
  background-position:-96px 0;
}
.m-spain{
  background-position:-128px 0;
}
.m-thailand{
  background-position:-160px 0;
}
.m-vietnam{
  background-position:-192px 0;
}
.m-china{
  background-position:-224px 0;
}
.m-india{
  background-position:0 -20px;
}
.m-indonesia{
  background-position:-32px -20px;
}
.m-mexica{
  background-position:-64px -20px;
}
.m-dominicana{
  background-position:-96px -20px;
}
.m-cuba{
  background-position:-128px -20px;
}
.m-kenia{
  background-position:-160px -20px;
}
.m-uae{
  background-position:-192px -20px;
}
.m-israel{
  background-position:-224px -20px;
}
.m-andorra{
  background-position:0 -40px;
}
.m-jordan{
  background-position:-32px -40px;
}
.m-marocco{
  background-position:-64px -40px;
}
.m-maldives{
  background-position:-96px -40px;
}
.m-mauritius{
  background-position:-128px -40px;
}
.m-montenegro{
  background-position:-192px -40px;
}
.m-italy{
  background-position:-224px -40px;
}
.m-tunisia{
  background-position:0 -60px;
}
.m-sri-lanka{
  background-position:-160px -40px;
}
.m-bulgaria{
  background-position:-64px -60px;
}
.m-seychelles{
  background-position:-32px -60px;
}
.m-portugal{
  background-position:-96px -60px;
}
.m-malta{
  background-position:-128px -60px;
}
.m-brasil, .m-brazil{
  background-position:-160px -60px;
}
.m-france{
  background-position:-192px -60px;
}
.m-russia{
  background-position:64px 20px;
}
.m-georgia{
  background-position:-256px 0px;
}
.m-azerbaijan{
  background-position:-256px -40px;
}
.m-tanzania{
  background-position:-256px -60px;
}
.m-venezuela{
  width:30px;
  height:20px;
  background:url(/build/images/flags-add.d6133d50.png) 0 -205px;
  float:left;
  margin:18px 0 0 0;
}
.m-latvia{
  width:32px;
  height:20px;
  background:url(/build/images/flags-add.d6133d50.png) 0 -139px;
  float:left;
  margin:18px 0 0 0;
}
.m-bahrain{
  width:32px;
  height:20px;
  background:url(/build/images/flags-add.d6133d50.png) 0 -70px;
  float:left;
  margin:18px 0 0 0;
}
.m-austria{
  width:32px;
  height:20px;
  background:url(/build/images/flags-add.d6133d50.png) 0 0;
  float:left;
  margin:18px 0 0 0;
}
#info_page .triple_listing{
  background:none;
  border:none;
}
#info_page .triple_listing td{
  padding:0 20px;
  background:none;
  border:none;
  text-align:left;
  border-right:1px solid #adadad;
  vertical-align:top;
}
#info_page .triple_listing td:first-child{
  padding:0 20px 0 0;
}
#info_page .triple_listing td:last-child{
  padding:0 0 0 20px;
  border:none;
}
#info_page .dark_grey_box{
  background:#e9e5cf;
  width:100%;
  padding:20px 20px;
  position:relative;
  left:-20px;
  color:black;
}
#info_page .dark_grey_box p{
  margin:0;
}
#info_page .special_theme{
  padding:3px 0 5px 35px;
  position:relative;
}
#info_page .special_theme span{
  color:#5c6774;
  font-weight:700;
}
#info_page .special_theme p{
  line-height:1.4;
  margin:0;
}
#info_page .special_theme.fast:before{
  content:"";
  display:block;
  width:26px;
  position:absolute;
  left:0;
  top:0;
  height:26px;
  background:url(/build/images/sprites.e327d70d.png) no-repeat -198px 0;
}
#info_page .special_theme.person:before{
  content:"";
  display:block;
  width:26px;
  position:absolute;
  left:0;
  top:0;
  height:26px;
  background:url(/build/images/sprites.e327d70d.png) no-repeat -198px -26px;
}
#info_page .special_theme.vip:before{
  content:"";
  display:block;
  width:26px;
  position:absolute;
  left:0;
  top:0;
  height:26px;
  background:url(/build/images/sprites.e327d70d.png) no-repeat -198px -52px;
}
#info_page .special_theme.boat:before{
  content:"";
  display:block;
  width:26px;
  position:absolute;
  left:0;
  top:0;
  height:26px;
  background:url(/build/images/sprites.e327d70d.png) no-repeat -198px -78px;
}
#info_page .right.no_margin{
  margin:0;
}
.left_instruction{
  display:inline-block;
  padding:0 0 0 12px;
  position:relative;
}
.left_instruction:before{
  content:"";
  display:block;
  width:7px;
  position:absolute;
  left:0;
  top:5px;
  height:10px;
  background:url(/build/images/sprites.e327d70d.png) no-repeat -145px -22px;
}
.actions_link:before{
  content:"";
  width:46px;
  display:inline-block;
  position:absolute;
  left:0;
  top:2px;
  height:16px;
  background:url(/build/images/sprites.e327d70d.png) no-repeat -151px -105px;
}
.actions_link{
  display:inline-block;
  position:relative;
  padding:0 0 0 52px;
}
.actions_link_right:after{
  content:"";
  width:46px;
  display:inline-block;
  position:absolute;
  right:0;
  top:2px;
  height:16px;
  background:url(/build/images/sprites.e327d70d.png) no-repeat -151px -105px;
}
.actions_link_right{
  display:inline-block;
  position:relative;
  padding:0 52px 0 0;
}
.call-link{
  position:fixed;
  bottom:25px;
  right:47%;
  width:60px;
  height:60px;
  background:url(/build/images/call-link.c911cab7.svg);
  background-size:cover;
  z-index:9;
  display:none;
}
.pulse{
  animation-name:pulse;
  animation-duration:1.5s;
  animation-iteration-count:infinite;
}
@keyframes pulse{
  0%{
    transform:scale3d(1, 1, 1);
    opacity:0.6;
  }
  50%{
    transform:scale3d(1.4, 1.4, 1.4);
    opacity:0.6;
  }
  100%{
    transform:scale3d(1, 1, 1);
    opacity:0.6;
  }
}
.mobile .call-link{
  display:block;
}
.big_img{
  float:left;
  margin:2px 0 0 0;
  position:relative;
  top:-2px;
  width:188px;
  height:130px;
}
.small_img_hotels{
  float:left;
  margin:2px 0 0 2px;
  position:relative;
  top:-2px;
  height:64px;
  width:64px;
}
#wrapper #header .pgs-country-menu .dropdown-menu > li > a{
  color:#000;
  color:initial;
}
#wrapper #header .pgs-country-menu .dropdown-menu > li > a:hover, #wrapper #header .pgs-country-menu .dropdown-menu > li > a:focus{
  color:#000;
  color:initial;
}

.pgs-footer {
  position: absolute;
  bottom: 0;
  min-width: 100%;
  z-index: auto;
}

.pgs-footer__navigation {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pgs-footer__navigation__cell {
    padding-left: 0;
    list-style: none;
  }

.pgs-footer__navigation__cell li {
      line-height: 1.6;
    }

.pgs-footer__navigation__cell li > a {
        color: white;
        -webkit-text-decoration-color: rgb(255,255,255);
                text-decoration-color: rgb(255,255,255);
        font-size: 12px;
      }

.pgs-footer__navigation .footer__course-currency {
    color: white;
  }

.pgs-footer__navigation .footer__course-currency__row {
      position: relative;
      width: 100%;
      padding: 5px 0;
      margin-bottom: 0;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-align: baseline;
          align-items: baseline;
    }

.pgs-footer__navigation .footer__course-currency__line {
      display: -ms-inline-flexbox;
      display: inline-flex;
      border-bottom: 1px dotted;
      -ms-flex-positive: 1;
          flex-grow: 1;
    }

.pgs-footer__navigation .footer__course-currency__course {
      -ms-flex-pack: end;
          justify-content: flex-end;
    }

.pgs-footer__navigation .footer__course-currency__archive-link {
      display: inline-block;
      margin-top: 10px;
      color: white;
    }

.info__copyright p {
    color: white;
  }

.info__social-links-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-align: center;
      align-items: center;
}

.info__social-links {
  display: inline-block;
  float: right;
  padding-top: 28px;
}

.info__social-links ul > li {
    padding: 0;
  }

.info__social-links .icon-social {
    opacity: .8;
    transition: .5s;
  }

.info__social-links .icon-social:hover {
      opacity: 1;
    }

.info__social-link {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 5px;
}

.info__social-link:last-child {
    margin-right: 0;
  }

.pgs-footer__payment {

}

.pgs-footer-payment__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
}

.pgs-footer-payment__link {
  color: white;
}

.pgs-footer-payment__link:hover {
    color: white;
  }

.pgs-footer-payment__logo {
  opacity: .8;
  transition: opacity .5s;
}

.pgs-footer-payment__logo_view_promsvyaz {
    width: 132px;
    height: 35px;
    background-position: -157px -74px;
  }

.pgs-footer-payment__logo_view_sberbank {
    width: 119px;
    height: 23px;
    background-position: -312px -79px;
  }

.pgs-footer-payment__logo_view_euroset {
    width: 100px;
    height: 27px;
    background-position: -549px -77px;
  }

.pgs-footer-payment__logo_view_mastercard {
    width: 38px;
    height: 30px;
    background-position: -86px -77px;
  }

.pgs-footer-payment__logo_view_visa {
    width: 54px;
    height: 17px;
    background-position: 0 -81px;
  }

.pgs-footer-payment__logo_view_russianpost {
    width: 71px;
    height: 35px;
    background-position: -455px -73px;
  }

.pgs-footer-payment__logo_view_svyaznoi {
    width: 115px;
    height: 27px;
    background-position: -675px -77px;
  }

.pgs-footer-payment__logo_view_alfabank {
    width: 91px;
    height: 28px;
    background-position: -818px -74px;
  }
:root {

  /*****************************************************************
    LEGACY VARIABLES
******************************************************************/


  /** Website additional colors */

  /** meal groups */


  /** Link colors */
  /** ordinary link */

  /** primary link */


  /**  Button colors theme default */

  /**  Button colors theme primary */

  /**  primary button */

  /**  additional button */


  /**  link button */

  /**  link button additional */


  /**  Input colors */


  /**  Color border */


  /**  Typography */
  /**  font family */

  /**  font color */

  /**  font size */

  /**  font size heading */

  /** Components */
  /** margin */

  /** padding */

  /** z-index */
}

.icon-social{
  display:inline-block;
  width:24px;
  height:24px;
  background-repeat:no-repeat;
  background-position:center;
  background-size:20px;
}

.icon-social_facebook{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 272 272' style='enable-background:new 0 0 272 272;' xml:space='preserve' fill='white'%3E %3Cg id='XMLID_834_'%3E %3Cpath id='XMLID_835_' d='M76,143.6h29.6v121.7c0,2.4,1.9,4.3,4.3,4.3h50.1c2.4,0,4.3-1.9,4.3-4.3V144.2h34c2.2,0,4.1-1.7,4.3-3.8 l5.1-44.8c0.2-1.2-0.3-2.4-1-3.4c-0.8-1-2-1.5-3.2-1.5h-39.1V62.6c0-8.4,4.5-12.8,13.6-12.8c1.3,0,25.6,0,25.6,0 c2.4,0,4.3-1.9,4.3-4.3V4.3c0-2.4-1.9-4.3-4.3-4.3h-35.2c-0.3,0-0.8,0-1.7,0c-6.1,0-27.4,1.2-44.2,16.7 c-18.6,17.1-16,37.7-15.4,41.2v32.9H76c-2.4,0-4.3,1.9-4.3,4.3v44.2C71.7,141.7,73.6,143.6,76,143.6z'/%3E %3C/g%3E %3C/svg%3E");
  }

.icon-social_facebook.icon-social_color_gray{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 272 272' style='enable-background:new 0 0 272 272;' xml:space='preserve' fill='%235c6774'%3E %3Cg id='XMLID_834_'%3E %3Cpath id='XMLID_835_' d='M76,143.6h29.6v121.7c0,2.4,1.9,4.3,4.3,4.3h50.1c2.4,0,4.3-1.9,4.3-4.3V144.2h34c2.2,0,4.1-1.7,4.3-3.8 l5.1-44.8c0.2-1.2-0.3-2.4-1-3.4c-0.8-1-2-1.5-3.2-1.5h-39.1V62.6c0-8.4,4.5-12.8,13.6-12.8c1.3,0,25.6,0,25.6,0 c2.4,0,4.3-1.9,4.3-4.3V4.3c0-2.4-1.9-4.3-4.3-4.3h-35.2c-0.3,0-0.8,0-1.7,0c-6.1,0-27.4,1.2-44.2,16.7 c-18.6,17.1-16,37.7-15.4,41.2v32.9H76c-2.4,0-4.3,1.9-4.3,4.3v44.2C71.7,141.7,73.6,143.6,76,143.6z'/%3E %3C/g%3E %3C/svg%3E");
  }

.icon-social_facebook.icon-social_color_lightblue{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 272 272' style='enable-background:new 0 0 272 272;' xml:space='preserve' fill='%23008AFF'%3E %3Cg id='XMLID_834_'%3E %3Cpath id='XMLID_835_' d='M76,143.6h29.6v121.7c0,2.4,1.9,4.3,4.3,4.3h50.1c2.4,0,4.3-1.9,4.3-4.3V144.2h34c2.2,0,4.1-1.7,4.3-3.8 l5.1-44.8c0.2-1.2-0.3-2.4-1-3.4c-0.8-1-2-1.5-3.2-1.5h-39.1V62.6c0-8.4,4.5-12.8,13.6-12.8c1.3,0,25.6,0,25.6,0 c2.4,0,4.3-1.9,4.3-4.3V4.3c0-2.4-1.9-4.3-4.3-4.3h-35.2c-0.3,0-0.8,0-1.7,0c-6.1,0-27.4,1.2-44.2,16.7 c-18.6,17.1-16,37.7-15.4,41.2v32.9H76c-2.4,0-4.3,1.9-4.3,4.3v44.2C71.7,141.7,73.6,143.6,76,143.6z'/%3E %3C/g%3E %3C/svg%3E");
  }

.icon-social_vkontakte{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 23 14' xmlns='http://www.w3.org/2000/svg' fill='white'%3E %3Cpath d='M11.12 13.224h1.293s.394-.042.587-.26c.185-.201.176-.57.176-.57s-.025-1.736.78-1.987c.798-.252 1.813 1.677 2.895 2.415.814.561 1.435.436 1.435.436l2.895-.042s1.51-.092.797-1.283c-.059-.1-.42-.88-2.148-2.482-1.812-1.686-1.569-1.409.613-4.319 1.325-1.769 1.862-2.85 1.694-3.312-.159-.444-1.132-.327-1.132-.327l-3.256.017s-.243-.034-.42.076c-.176.1-.285.352-.285.352s-.511 1.367-1.2 2.532c-1.451 2.457-2.03 2.591-2.265 2.44-.554-.352-.411-1.434-.411-2.197 0-2.381.36-3.379-.705-3.63-.352-.084-.612-.143-1.519-.152-1.157-.008-2.147 0-2.701.277-.37.185-.655.587-.479.612.219.025.705.134.957.487.336.452.319 1.475.319 1.475s.193 2.81-.445 3.153c-.436.243-1.04-.251-2.332-2.482-.663-1.14-1.158-2.406-1.158-2.406s-.093-.235-.269-.36c-.21-.152-.503-.202-.503-.202l-3.096.017s-.462.016-.638.218c-.151.176-.008.553-.008.553s2.424 5.66 5.16 8.52c2.517 2.607 5.37 2.431 5.37 2.431' fill-rule='evenodd'/%3E %3C/svg%3E");
  }

.icon-social_vkontakte.icon-social_color_gray{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 23 14' xmlns='http://www.w3.org/2000/svg' fill='%235c6774'%3E %3Cpath d='M11.12 13.224h1.293s.394-.042.587-.26c.185-.201.176-.57.176-.57s-.025-1.736.78-1.987c.798-.252 1.813 1.677 2.895 2.415.814.561 1.435.436 1.435.436l2.895-.042s1.51-.092.797-1.283c-.059-.1-.42-.88-2.148-2.482-1.812-1.686-1.569-1.409.613-4.319 1.325-1.769 1.862-2.85 1.694-3.312-.159-.444-1.132-.327-1.132-.327l-3.256.017s-.243-.034-.42.076c-.176.1-.285.352-.285.352s-.511 1.367-1.2 2.532c-1.451 2.457-2.03 2.591-2.265 2.44-.554-.352-.411-1.434-.411-2.197 0-2.381.36-3.379-.705-3.63-.352-.084-.612-.143-1.519-.152-1.157-.008-2.147 0-2.701.277-.37.185-.655.587-.479.612.219.025.705.134.957.487.336.452.319 1.475.319 1.475s.193 2.81-.445 3.153c-.436.243-1.04-.251-2.332-2.482-.663-1.14-1.158-2.406-1.158-2.406s-.093-.235-.269-.36c-.21-.152-.503-.202-.503-.202l-3.096.017s-.462.016-.638.218c-.151.176-.008.553-.008.553s2.424 5.66 5.16 8.52c2.517 2.607 5.37 2.431 5.37 2.431' fill-rule='evenodd'/%3E %3C/svg%3E");
  }

.icon-social_vkontakte.icon-social_color_lightblue{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 23 14' xmlns='http://www.w3.org/2000/svg' fill='%23008AFF'%3E %3Cpath d='M11.12 13.224h1.293s.394-.042.587-.26c.185-.201.176-.57.176-.57s-.025-1.736.78-1.987c.798-.252 1.813 1.677 2.895 2.415.814.561 1.435.436 1.435.436l2.895-.042s1.51-.092.797-1.283c-.059-.1-.42-.88-2.148-2.482-1.812-1.686-1.569-1.409.613-4.319 1.325-1.769 1.862-2.85 1.694-3.312-.159-.444-1.132-.327-1.132-.327l-3.256.017s-.243-.034-.42.076c-.176.1-.285.352-.285.352s-.511 1.367-1.2 2.532c-1.451 2.457-2.03 2.591-2.265 2.44-.554-.352-.411-1.434-.411-2.197 0-2.381.36-3.379-.705-3.63-.352-.084-.612-.143-1.519-.152-1.157-.008-2.147 0-2.701.277-.37.185-.655.587-.479.612.219.025.705.134.957.487.336.452.319 1.475.319 1.475s.193 2.81-.445 3.153c-.436.243-1.04-.251-2.332-2.482-.663-1.14-1.158-2.406-1.158-2.406s-.093-.235-.269-.36c-.21-.152-.503-.202-.503-.202l-3.096.017s-.462.016-.638.218c-.151.176-.008.553-.008.553s2.424 5.66 5.16 8.52c2.517 2.607 5.37 2.431 5.37 2.431' fill-rule='evenodd'/%3E %3C/svg%3E");
  }

.icon-social_odnoklassniki{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 95.5 95.5' style='enable-background:new 0 0 95.5 95.5;' xml:space='preserve' fill='white'%3E %3Cg%3E %3Cg%3E %3Cpath d='M43,67.3c-7.4-0.8-14.1-2.6-19.8-7.1c-0.7-0.6-1.4-1.1-2.1-1.7c-2.5-2.4-2.8-5.2-0.8-8c1.7-2.4,4.5-3.1,7.5-1.7 c0.6,0.3,1.1,0.6,1.6,1c10.6,7.3,25.3,7.5,36,0.3c1.1-0.8,2.2-1.5,3.5-1.8c2.6-0.7,4.9,0.3,6.3,2.5c1.6,2.5,1.5,5-0.4,7 c-3,3-6.5,5.2-10.5,6.8c-3.7,1.4-7.8,2.2-11.9,2.7c0.6,0.7,0.9,1,1.3,1.4c5.5,5.5,11,11,16.5,16.6c1.9,1.9,2.3,4.2,1.2,6.4 c-1.1,2.4-3.6,4-6.1,3.8c-1.6-0.1-2.8-0.9-3.9-2c-4.1-4.2-8.4-8.3-12.4-12.5c-1.2-1.2-1.8-1-2.8,0.1c-4.2,4.3-8.4,8.5-12.7,12.7 c-1.9,1.9-4.2,2.2-6.4,1.2c-2.4-1.1-3.9-3.6-3.7-6c0.1-1.6,0.9-2.9,2-4C31,79.4,36.4,74,41.8,68.6C42.2,68.2,42.5,67.8,43,67.3z'/%3E %3Cpath d='M47.5,48.3c-13.2,0-24-11-24-24.2C23.7,10.7,34.5,0,47.8,0c13.4,0,24.1,11,24,24.5C71.8,37.7,60.9,48.4,47.5,48.3z M59.6,24.1c0-6.6-5.3-11.8-11.8-11.8c-6.6,0-11.9,5.3-11.8,11.9C36,30.8,41.2,36,47.8,36C54.4,36,59.6,30.7,59.6,24.1z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  }

.icon-social_odnoklassniki.icon-social_color_gray{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 95.5 95.5' style='enable-background:new 0 0 95.5 95.5;' xml:space='preserve' fill='%235c6774'%3E %3Cg%3E %3Cg%3E %3Cpath d='M43,67.3c-7.4-0.8-14.1-2.6-19.8-7.1c-0.7-0.6-1.4-1.1-2.1-1.7c-2.5-2.4-2.8-5.2-0.8-8c1.7-2.4,4.5-3.1,7.5-1.7 c0.6,0.3,1.1,0.6,1.6,1c10.6,7.3,25.3,7.5,36,0.3c1.1-0.8,2.2-1.5,3.5-1.8c2.6-0.7,4.9,0.3,6.3,2.5c1.6,2.5,1.5,5-0.4,7 c-3,3-6.5,5.2-10.5,6.8c-3.7,1.4-7.8,2.2-11.9,2.7c0.6,0.7,0.9,1,1.3,1.4c5.5,5.5,11,11,16.5,16.6c1.9,1.9,2.3,4.2,1.2,6.4 c-1.1,2.4-3.6,4-6.1,3.8c-1.6-0.1-2.8-0.9-3.9-2c-4.1-4.2-8.4-8.3-12.4-12.5c-1.2-1.2-1.8-1-2.8,0.1c-4.2,4.3-8.4,8.5-12.7,12.7 c-1.9,1.9-4.2,2.2-6.4,1.2c-2.4-1.1-3.9-3.6-3.7-6c0.1-1.6,0.9-2.9,2-4C31,79.4,36.4,74,41.8,68.6C42.2,68.2,42.5,67.8,43,67.3z'/%3E %3Cpath d='M47.5,48.3c-13.2,0-24-11-24-24.2C23.7,10.7,34.5,0,47.8,0c13.4,0,24.1,11,24,24.5C71.8,37.7,60.9,48.4,47.5,48.3z M59.6,24.1c0-6.6-5.3-11.8-11.8-11.8c-6.6,0-11.9,5.3-11.8,11.9C36,30.8,41.2,36,47.8,36C54.4,36,59.6,30.7,59.6,24.1z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  }

.icon-social_odnoklassniki.icon-social_color_lightblue{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 95.5 95.5' style='enable-background:new 0 0 95.5 95.5;' xml:space='preserve' fill='%23008AFF'%3E %3Cg%3E %3Cg%3E %3Cpath d='M43,67.3c-7.4-0.8-14.1-2.6-19.8-7.1c-0.7-0.6-1.4-1.1-2.1-1.7c-2.5-2.4-2.8-5.2-0.8-8c1.7-2.4,4.5-3.1,7.5-1.7 c0.6,0.3,1.1,0.6,1.6,1c10.6,7.3,25.3,7.5,36,0.3c1.1-0.8,2.2-1.5,3.5-1.8c2.6-0.7,4.9,0.3,6.3,2.5c1.6,2.5,1.5,5-0.4,7 c-3,3-6.5,5.2-10.5,6.8c-3.7,1.4-7.8,2.2-11.9,2.7c0.6,0.7,0.9,1,1.3,1.4c5.5,5.5,11,11,16.5,16.6c1.9,1.9,2.3,4.2,1.2,6.4 c-1.1,2.4-3.6,4-6.1,3.8c-1.6-0.1-2.8-0.9-3.9-2c-4.1-4.2-8.4-8.3-12.4-12.5c-1.2-1.2-1.8-1-2.8,0.1c-4.2,4.3-8.4,8.5-12.7,12.7 c-1.9,1.9-4.2,2.2-6.4,1.2c-2.4-1.1-3.9-3.6-3.7-6c0.1-1.6,0.9-2.9,2-4C31,79.4,36.4,74,41.8,68.6C42.2,68.2,42.5,67.8,43,67.3z'/%3E %3Cpath d='M47.5,48.3c-13.2,0-24-11-24-24.2C23.7,10.7,34.5,0,47.8,0c13.4,0,24.1,11,24,24.5C71.8,37.7,60.9,48.4,47.5,48.3z M59.6,24.1c0-6.6-5.3-11.8-11.8-11.8c-6.6,0-11.9,5.3-11.8,11.9C36,30.8,41.2,36,47.8,36C54.4,36,59.6,30.7,59.6,24.1z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  }

.icon-social_twitter{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 310 310' style='enable-background:new 0 0 310 310;' xml:space='preserve' fill='white'%3E %3Cg id='XMLID_826_'%3E %3Cpath id='XMLID_827_' d='M303,57.4c-4.9,2.2-9.9,4-15,5.5c6.1-6.8,10.7-14.9,13.5-23.7c0.6-2,0-4.1-1.6-5.4 c-1.6-1.3-3.9-1.4-5.7-0.4c-10.9,6.4-22.6,11.1-34.9,13.8c-12.4-12.1-29.2-19-46.6-19c-36.7,0-66.5,29.9-66.5,66.5 c0,2.9,0.2,5.8,0.5,8.6c-45.5-4-87.9-26.4-116.9-62c-1-1.3-2.6-2-4.3-1.8c-1.6,0.1-3.1,1-3.9,2.5c-5.9,10.1-9,21.7-9,33.5 c0,16,5.7,31.2,15.8,43.1c-3.1-1.1-6.1-2.4-8.9-4c-1.5-0.9-3.4-0.8-4.9,0c-1.5,0.9-2.5,2.5-2.5,4.2c0,0.3,0,0.6,0,0.9 c0,23.9,12.9,45.5,32.6,57.2c-1.7-0.2-3.4-0.4-5.1-0.7c-1.7-0.3-3.5,0.3-4.7,1.6c-1.2,1.3-1.6,3.2-1,4.8 c7.3,22.8,26.1,39.5,48.7,44.6c-18.8,11.8-40.3,18-62.9,18c-4.7,0-9.5-0.3-14.1-0.8c-2.3-0.3-4.5,1.1-5.3,3.3c-0.8,2.2,0,4.6,2,5.9 c29,18.6,62.6,28.4,97,28.4c67.8,0,110.1-31.9,133.8-58.8c29.5-33.4,46.4-77.7,46.4-121.4c0-1.8,0-3.7-0.1-5.5 c11.6-8.8,21.6-19.4,29.8-31.5c1.2-1.8,1.1-4.3-0.3-6C307.4,57,305,56.5,303,57.4z'/%3E %3C/g%3E %3C/svg%3E");
  }

.icon-social_twitter.icon-social_color_gray{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 310 310' style='enable-background:new 0 0 310 310;' xml:space='preserve' fill='%235c6774'%3E %3Cg id='XMLID_826_'%3E %3Cpath id='XMLID_827_' d='M303,57.4c-4.9,2.2-9.9,4-15,5.5c6.1-6.8,10.7-14.9,13.5-23.7c0.6-2,0-4.1-1.6-5.4 c-1.6-1.3-3.9-1.4-5.7-0.4c-10.9,6.4-22.6,11.1-34.9,13.8c-12.4-12.1-29.2-19-46.6-19c-36.7,0-66.5,29.9-66.5,66.5 c0,2.9,0.2,5.8,0.5,8.6c-45.5-4-87.9-26.4-116.9-62c-1-1.3-2.6-2-4.3-1.8c-1.6,0.1-3.1,1-3.9,2.5c-5.9,10.1-9,21.7-9,33.5 c0,16,5.7,31.2,15.8,43.1c-3.1-1.1-6.1-2.4-8.9-4c-1.5-0.9-3.4-0.8-4.9,0c-1.5,0.9-2.5,2.5-2.5,4.2c0,0.3,0,0.6,0,0.9 c0,23.9,12.9,45.5,32.6,57.2c-1.7-0.2-3.4-0.4-5.1-0.7c-1.7-0.3-3.5,0.3-4.7,1.6c-1.2,1.3-1.6,3.2-1,4.8 c7.3,22.8,26.1,39.5,48.7,44.6c-18.8,11.8-40.3,18-62.9,18c-4.7,0-9.5-0.3-14.1-0.8c-2.3-0.3-4.5,1.1-5.3,3.3c-0.8,2.2,0,4.6,2,5.9 c29,18.6,62.6,28.4,97,28.4c67.8,0,110.1-31.9,133.8-58.8c29.5-33.4,46.4-77.7,46.4-121.4c0-1.8,0-3.7-0.1-5.5 c11.6-8.8,21.6-19.4,29.8-31.5c1.2-1.8,1.1-4.3-0.3-6C307.4,57,305,56.5,303,57.4z'/%3E %3C/g%3E %3C/svg%3E");
  }

.icon-social_twitter.icon-social_color_lightblue{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 310 310' style='enable-background:new 0 0 310 310;' xml:space='preserve' fill='%23008AFF'%3E %3Cg id='XMLID_826_'%3E %3Cpath id='XMLID_827_' d='M303,57.4c-4.9,2.2-9.9,4-15,5.5c6.1-6.8,10.7-14.9,13.5-23.7c0.6-2,0-4.1-1.6-5.4 c-1.6-1.3-3.9-1.4-5.7-0.4c-10.9,6.4-22.6,11.1-34.9,13.8c-12.4-12.1-29.2-19-46.6-19c-36.7,0-66.5,29.9-66.5,66.5 c0,2.9,0.2,5.8,0.5,8.6c-45.5-4-87.9-26.4-116.9-62c-1-1.3-2.6-2-4.3-1.8c-1.6,0.1-3.1,1-3.9,2.5c-5.9,10.1-9,21.7-9,33.5 c0,16,5.7,31.2,15.8,43.1c-3.1-1.1-6.1-2.4-8.9-4c-1.5-0.9-3.4-0.8-4.9,0c-1.5,0.9-2.5,2.5-2.5,4.2c0,0.3,0,0.6,0,0.9 c0,23.9,12.9,45.5,32.6,57.2c-1.7-0.2-3.4-0.4-5.1-0.7c-1.7-0.3-3.5,0.3-4.7,1.6c-1.2,1.3-1.6,3.2-1,4.8 c7.3,22.8,26.1,39.5,48.7,44.6c-18.8,11.8-40.3,18-62.9,18c-4.7,0-9.5-0.3-14.1-0.8c-2.3-0.3-4.5,1.1-5.3,3.3c-0.8,2.2,0,4.6,2,5.9 c29,18.6,62.6,28.4,97,28.4c67.8,0,110.1-31.9,133.8-58.8c29.5-33.4,46.4-77.7,46.4-121.4c0-1.8,0-3.7-0.1-5.5 c11.6-8.8,21.6-19.4,29.8-31.5c1.2-1.8,1.1-4.3-0.3-6C307.4,57,305,56.5,303,57.4z'/%3E %3C/g%3E %3C/svg%3E");
  }

.icon-social_google{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 315 315' style='enable-background:new 0 0 315 315;' xml:space='preserve' fill='white'%3E %3Cg id='XMLID_510_'%3E %3Cpath id='XMLID_511_' d='M307.5,136.9h-19.8v-19.8c0-4.1-3.4-7.5-7.5-7.5h-26.7c-4.1,0-7.5,3.4-7.5,7.5v19.8h-19.8 c-4.1,0-7.5,3.4-7.5,7.5v26.7c0,4.1,3.4,7.5,7.5,7.5H246v19.8c0,4.1,3.4,7.5,7.5,7.5h26.7c4.1,0,7.5-3.4,7.5-7.5v-19.8h19.8 c4.1,0,7.5-3.4,7.5-7.5v-26.7C315,140.2,311.6,136.9,307.5,136.9z'/%3E %3Cpath id='XMLID_512_' d='M101.9,104.2c9.1,0,17.8,2.4,25.3,7.1l8.5,5.8c3,2,7,1.7,9.5-0.9L170,91.6c1.6-1.6,2.4-3.8,2.2-6 c-0.2-2.2-1.4-4.2-3.2-5.5l-14.4-9.9c-0.3-0.2-0.6-0.4-0.9-0.5l-14-6.9c-0.2-0.1-0.4-0.2-0.6-0.3c-12-4.8-24.7-7.2-37.7-7.2 c-26.8,0-52,10.3-71.1,28.9C11,103.2,0.2,128.9,0,156.8c-0.2,27.8,10.2,53.7,29.4,72.9c19,19,45.9,30,73.8,30 c27.7,0,53.6-10.7,71.2-29.5c13.9-14.8,22.5-34.6,24.7-57.3c0-0.2,0-0.4,0-0.6l0.3-20.3c0-0.4,0-0.8-0.1-1.3l-1.1-7 c-0.6-3.6-3.7-6.3-7.4-6.3h-86.7c-4.1,0-7.5,3.4-7.5,7.5v30c0,4.1,3.4,7.5,7.5,7.5h44.2c-2,4.4-5.2,9.1-9.3,13.5 c-8.8,9.5-21.9,15-36,15c-14.4,0-28.2-5.6-37.8-15.5c-20.1-20.4-19.8-56.1,0.5-76.2C75.3,109.6,88.5,104.2,101.9,104.2z'/%3E %3C/g%3E %3C/svg%3E");
  }

.icon-social_google.icon-social_color_gray{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 315 315' style='enable-background:new 0 0 315 315;' xml:space='preserve' fill='%235c6774'%3E %3Cg id='XMLID_510_'%3E %3Cpath id='XMLID_511_' d='M307.5,136.9h-19.8v-19.8c0-4.1-3.4-7.5-7.5-7.5h-26.7c-4.1,0-7.5,3.4-7.5,7.5v19.8h-19.8 c-4.1,0-7.5,3.4-7.5,7.5v26.7c0,4.1,3.4,7.5,7.5,7.5H246v19.8c0,4.1,3.4,7.5,7.5,7.5h26.7c4.1,0,7.5-3.4,7.5-7.5v-19.8h19.8 c4.1,0,7.5-3.4,7.5-7.5v-26.7C315,140.2,311.6,136.9,307.5,136.9z'/%3E %3Cpath id='XMLID_512_' d='M101.9,104.2c9.1,0,17.8,2.4,25.3,7.1l8.5,5.8c3,2,7,1.7,9.5-0.9L170,91.6c1.6-1.6,2.4-3.8,2.2-6 c-0.2-2.2-1.4-4.2-3.2-5.5l-14.4-9.9c-0.3-0.2-0.6-0.4-0.9-0.5l-14-6.9c-0.2-0.1-0.4-0.2-0.6-0.3c-12-4.8-24.7-7.2-37.7-7.2 c-26.8,0-52,10.3-71.1,28.9C11,103.2,0.2,128.9,0,156.8c-0.2,27.8,10.2,53.7,29.4,72.9c19,19,45.9,30,73.8,30 c27.7,0,53.6-10.7,71.2-29.5c13.9-14.8,22.5-34.6,24.7-57.3c0-0.2,0-0.4,0-0.6l0.3-20.3c0-0.4,0-0.8-0.1-1.3l-1.1-7 c-0.6-3.6-3.7-6.3-7.4-6.3h-86.7c-4.1,0-7.5,3.4-7.5,7.5v30c0,4.1,3.4,7.5,7.5,7.5h44.2c-2,4.4-5.2,9.1-9.3,13.5 c-8.8,9.5-21.9,15-36,15c-14.4,0-28.2-5.6-37.8-15.5c-20.1-20.4-19.8-56.1,0.5-76.2C75.3,109.6,88.5,104.2,101.9,104.2z'/%3E %3C/g%3E %3C/svg%3E");
  }

.icon-social_google.icon-social_color_lightblue{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 315 315' style='enable-background:new 0 0 315 315;' xml:space='preserve' fill='%23008AFF'%3E %3Cg id='XMLID_510_'%3E %3Cpath id='XMLID_511_' d='M307.5,136.9h-19.8v-19.8c0-4.1-3.4-7.5-7.5-7.5h-26.7c-4.1,0-7.5,3.4-7.5,7.5v19.8h-19.8 c-4.1,0-7.5,3.4-7.5,7.5v26.7c0,4.1,3.4,7.5,7.5,7.5H246v19.8c0,4.1,3.4,7.5,7.5,7.5h26.7c4.1,0,7.5-3.4,7.5-7.5v-19.8h19.8 c4.1,0,7.5-3.4,7.5-7.5v-26.7C315,140.2,311.6,136.9,307.5,136.9z'/%3E %3Cpath id='XMLID_512_' d='M101.9,104.2c9.1,0,17.8,2.4,25.3,7.1l8.5,5.8c3,2,7,1.7,9.5-0.9L170,91.6c1.6-1.6,2.4-3.8,2.2-6 c-0.2-2.2-1.4-4.2-3.2-5.5l-14.4-9.9c-0.3-0.2-0.6-0.4-0.9-0.5l-14-6.9c-0.2-0.1-0.4-0.2-0.6-0.3c-12-4.8-24.7-7.2-37.7-7.2 c-26.8,0-52,10.3-71.1,28.9C11,103.2,0.2,128.9,0,156.8c-0.2,27.8,10.2,53.7,29.4,72.9c19,19,45.9,30,73.8,30 c27.7,0,53.6-10.7,71.2-29.5c13.9-14.8,22.5-34.6,24.7-57.3c0-0.2,0-0.4,0-0.6l0.3-20.3c0-0.4,0-0.8-0.1-1.3l-1.1-7 c-0.6-3.6-3.7-6.3-7.4-6.3h-86.7c-4.1,0-7.5,3.4-7.5,7.5v30c0,4.1,3.4,7.5,7.5,7.5h44.2c-2,4.4-5.2,9.1-9.3,13.5 c-8.8,9.5-21.9,15-36,15c-14.4,0-28.2-5.6-37.8-15.5c-20.1-20.4-19.8-56.1,0.5-76.2C75.3,109.6,88.5,104.2,101.9,104.2z'/%3E %3C/g%3E %3C/svg%3E");
  }

.icon-social_google-colored{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 12 12' fill='white' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.883 4.825H11.4V4.8H6v2.4h3.39A3.599 3.599 0 012.4 6 3.6 3.6 0 016 2.4a3.58 3.58 0 012.388.912l1.697-1.697A5.972 5.972 0 006 0a6 6 0 105.883 4.825z' fill='%23FFC107'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 3.446L2.889 5c.51-1.42 1.748-2.421 3.197-2.421.879 0 1.679.372 2.288.98L10 1.735C8.973.662 7.6 0 6.086 0 3.878 0 1.963 1.398 1 3.446z' fill='%23FF3D00'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.134 12c1.49 0 2.843-.62 3.866-1.628L8.215 8.73a3.259 3.259 0 01-2.081.762c-1.5 0-2.774-1.04-3.254-2.492L1 8.576C1.954 10.606 3.893 12 6.134 12z' fill='%234CAF50'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.883 4.026H11.4V4H6v2.55h3.39a3.831 3.831 0 01-1.225 1.775v-.001l1.858 1.67C9.89 10.12 12 8.46 12 5.273c0-.427-.041-.844-.117-1.248z' fill='%231976D2'/%3E %3C/svg%3E");
  }

.icon-social_google-colored.icon-social_color_gray{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 12 12' fill='%235c6774' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.883 4.825H11.4V4.8H6v2.4h3.39A3.599 3.599 0 012.4 6 3.6 3.6 0 016 2.4a3.58 3.58 0 012.388.912l1.697-1.697A5.972 5.972 0 006 0a6 6 0 105.883 4.825z' fill='%23FFC107'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 3.446L2.889 5c.51-1.42 1.748-2.421 3.197-2.421.879 0 1.679.372 2.288.98L10 1.735C8.973.662 7.6 0 6.086 0 3.878 0 1.963 1.398 1 3.446z' fill='%23FF3D00'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.134 12c1.49 0 2.843-.62 3.866-1.628L8.215 8.73a3.259 3.259 0 01-2.081.762c-1.5 0-2.774-1.04-3.254-2.492L1 8.576C1.954 10.606 3.893 12 6.134 12z' fill='%234CAF50'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.883 4.026H11.4V4H6v2.55h3.39a3.831 3.831 0 01-1.225 1.775v-.001l1.858 1.67C9.89 10.12 12 8.46 12 5.273c0-.427-.041-.844-.117-1.248z' fill='%231976D2'/%3E %3C/svg%3E");
  }

.icon-social_google-colored.icon-social_color_lightblue{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 12 12' fill='%23008AFF' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.883 4.825H11.4V4.8H6v2.4h3.39A3.599 3.599 0 012.4 6 3.6 3.6 0 016 2.4a3.58 3.58 0 012.388.912l1.697-1.697A5.972 5.972 0 006 0a6 6 0 105.883 4.825z' fill='%23FFC107'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 3.446L2.889 5c.51-1.42 1.748-2.421 3.197-2.421.879 0 1.679.372 2.288.98L10 1.735C8.973.662 7.6 0 6.086 0 3.878 0 1.963 1.398 1 3.446z' fill='%23FF3D00'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.134 12c1.49 0 2.843-.62 3.866-1.628L8.215 8.73a3.259 3.259 0 01-2.081.762c-1.5 0-2.774-1.04-3.254-2.492L1 8.576C1.954 10.606 3.893 12 6.134 12z' fill='%234CAF50'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.883 4.026H11.4V4H6v2.55h3.39a3.831 3.831 0 01-1.225 1.775v-.001l1.858 1.67C9.89 10.12 12 8.46 12 5.273c0-.427-.041-.844-.117-1.248z' fill='%231976D2'/%3E %3C/svg%3E");
  }

.icon-social_yandex{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 7 15' xmlns='http://www.w3.org/2000/svg' fill='white'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.56274 0H6.78542C6.92195 0 6.99995 0.0599962 7 0.200004V14.8404C7 14.94 6.9609 15 6.84404 15H5.63493C5.55693 15 5.49864 14.9198 5.49864 14.8602V9.44002H4.52379L1.81366 14.8602C1.77471 14.9601 1.69631 15 1.57945 15H0.195005C0.0390941 15 -0.0585326 14.8602 0.0390941 14.6801L3.02204 9.15995C1.42349 8.43985 0.526595 6.98007 0.526595 5.0002C0.526595 1.69991 2.37873 0 4.56274 0ZM4.6797 8.16018H5.49859H5.49864V1.27989H4.50416C3.31492 1.27989 2.14515 2.29982 2.14515 4.80024C2.14515 7.20019 3.39292 8.16018 4.6797 8.16018Z'/%3E %3C/svg%3E");
  }

.icon-social_yandex.icon-social_color_gray{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 7 15' xmlns='http://www.w3.org/2000/svg' fill='%235c6774'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.56274 0H6.78542C6.92195 0 6.99995 0.0599962 7 0.200004V14.8404C7 14.94 6.9609 15 6.84404 15H5.63493C5.55693 15 5.49864 14.9198 5.49864 14.8602V9.44002H4.52379L1.81366 14.8602C1.77471 14.9601 1.69631 15 1.57945 15H0.195005C0.0390941 15 -0.0585326 14.8602 0.0390941 14.6801L3.02204 9.15995C1.42349 8.43985 0.526595 6.98007 0.526595 5.0002C0.526595 1.69991 2.37873 0 4.56274 0ZM4.6797 8.16018H5.49859H5.49864V1.27989H4.50416C3.31492 1.27989 2.14515 2.29982 2.14515 4.80024C2.14515 7.20019 3.39292 8.16018 4.6797 8.16018Z'/%3E %3C/svg%3E");
  }

.icon-social_yandex.icon-social_color_lightblue{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 7 15' xmlns='http://www.w3.org/2000/svg' fill='%23008AFF'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.56274 0H6.78542C6.92195 0 6.99995 0.0599962 7 0.200004V14.8404C7 14.94 6.9609 15 6.84404 15H5.63493C5.55693 15 5.49864 14.9198 5.49864 14.8602V9.44002H4.52379L1.81366 14.8602C1.77471 14.9601 1.69631 15 1.57945 15H0.195005C0.0390941 15 -0.0585326 14.8602 0.0390941 14.6801L3.02204 9.15995C1.42349 8.43985 0.526595 6.98007 0.526595 5.0002C0.526595 1.69991 2.37873 0 4.56274 0ZM4.6797 8.16018H5.49859H5.49864V1.27989H4.50416C3.31492 1.27989 2.14515 2.29982 2.14515 4.80024C2.14515 7.20019 3.39292 8.16018 4.6797 8.16018Z'/%3E %3C/svg%3E");
  }

.icon-social_mail-ru{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 8c0-4.411 3.589-8 8-8s8 3.589 8 8c0 .555-.04 1.079-.17 1.647 0 .003-.059.236-.09.336-.197.63-.548 1.15-1.03 1.516a2.666 2.666 0 01-1.827.535 2.575 2.575 0 01-2.003-1.213A4.021 4.021 0 018 12.034 4.039 4.039 0 013.966 8 4.039 4.039 0 018 3.966 4.039 4.039 0 0112.034 8v1.308c.004.784.532 1.1.977 1.136.45.036 1.038-.225 1.243-1.067.099-.45.151-.912.151-1.377A6.412 6.412 0 008 1.595 6.412 6.412 0 001.595 8 6.412 6.412 0 008 14.405a6.38 6.38 0 003.458-1.015l1.048 1.219A7.97 7.97 0 018 16c-4.411 0-8-3.589-8-8zm8-2.44A2.442 2.442 0 005.56 8 2.442 2.442 0 008 10.44 2.442 2.442 0 0010.44 8 2.442 2.442 0 008 5.56z'/%3E %3C/svg%3E");
  }

.icon-social_mail-ru.icon-social_color_gray{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%235c6774' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 8c0-4.411 3.589-8 8-8s8 3.589 8 8c0 .555-.04 1.079-.17 1.647 0 .003-.059.236-.09.336-.197.63-.548 1.15-1.03 1.516a2.666 2.666 0 01-1.827.535 2.575 2.575 0 01-2.003-1.213A4.021 4.021 0 018 12.034 4.039 4.039 0 013.966 8 4.039 4.039 0 018 3.966 4.039 4.039 0 0112.034 8v1.308c.004.784.532 1.1.977 1.136.45.036 1.038-.225 1.243-1.067.099-.45.151-.912.151-1.377A6.412 6.412 0 008 1.595 6.412 6.412 0 001.595 8 6.412 6.412 0 008 14.405a6.38 6.38 0 003.458-1.015l1.048 1.219A7.97 7.97 0 018 16c-4.411 0-8-3.589-8-8zm8-2.44A2.442 2.442 0 005.56 8 2.442 2.442 0 008 10.44 2.442 2.442 0 0010.44 8 2.442 2.442 0 008 5.56z'/%3E %3C/svg%3E");
  }

.icon-social_mail-ru.icon-social_color_lightblue{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23008AFF' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 8c0-4.411 3.589-8 8-8s8 3.589 8 8c0 .555-.04 1.079-.17 1.647 0 .003-.059.236-.09.336-.197.63-.548 1.15-1.03 1.516a2.666 2.666 0 01-1.827.535 2.575 2.575 0 01-2.003-1.213A4.021 4.021 0 018 12.034 4.039 4.039 0 013.966 8 4.039 4.039 0 018 3.966 4.039 4.039 0 0112.034 8v1.308c.004.784.532 1.1.977 1.136.45.036 1.038-.225 1.243-1.067.099-.45.151-.912.151-1.377A6.412 6.412 0 008 1.595 6.412 6.412 0 001.595 8 6.412 6.412 0 008 14.405a6.38 6.38 0 003.458-1.015l1.048 1.219A7.97 7.97 0 018 16c-4.411 0-8-3.589-8-8zm8-2.44A2.442 2.442 0 005.56 8 2.442 2.442 0 008 10.44 2.442 2.442 0 0010.44 8 2.442 2.442 0 008 5.56z'/%3E %3C/svg%3E");
  }

.icon-social_instagram{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 23 23' xmlns='http://www.w3.org/2000/svg' fill='white'%3E %3Cpath d='M6.89.586C5.74.64 4.953.822 4.265 1.09a5.302 5.302 0 0 0-1.917 1.248 5.294 5.294 0 0 0-1.249 1.915C.83 4.941.648 5.727.595 6.878.542 8.032.53 8.4.53 11.338c0 2.938.012 3.306.065 4.46.052 1.151.235 1.937.503 2.625a5.29 5.29 0 0 0 1.249 1.916 5.305 5.305 0 0 0 1.917 1.248c.688.268 1.475.45 2.627.503 1.155.052 1.523.065 4.462.065 2.94 0 3.309-.013 4.463-.065 1.152-.053 1.939-.235 2.628-.503a5.31 5.31 0 0 0 1.917-1.248 5.303 5.303 0 0 0 1.248-1.916c.267-.688.45-1.474.503-2.625.053-1.154.065-1.522.065-4.46 0-2.938-.012-3.306-.065-4.46-.052-1.151-.236-1.937-.503-2.626a5.306 5.306 0 0 0-1.248-1.915 5.307 5.307 0 0 0-1.917-1.248c-.689-.267-1.476-.45-2.628-.503-1.154-.052-1.523-.065-4.463-.065-2.94 0-3.307.013-4.462.065m.089 19.557c-1.055-.048-1.629-.224-2.01-.372a3.357 3.357 0 0 1-1.244-.81 3.35 3.35 0 0 1-.81-1.243c-.148-.382-.325-.954-.373-2.01-.052-1.14-.063-1.482-.063-4.37s.011-3.23.063-4.371c.048-1.055.225-1.627.373-2.009.196-.504.43-.865.81-1.243a3.35 3.35 0 0 1 1.244-.81c.381-.147.955-.324 2.01-.372 1.141-.052 1.484-.063 4.373-.063 2.89 0 3.233.011 4.374.063 1.055.048 1.629.225 2.01.373.505.196.866.43 1.245.809.378.378.613.739.81 1.243.147.382.324.954.372 2.009.052 1.14.063 1.483.063 4.371 0 2.888-.01 3.23-.063 4.37-.048 1.056-.225 1.628-.373 2.01a3.35 3.35 0 0 1-.81 1.243c-.378.379-.739.613-1.244.81-.381.148-.955.324-2.01.372-1.14.052-1.483.063-4.374.063-2.89 0-3.232-.011-4.373-.063m8.852-14.58a1.299 1.299 0 1 0 2.598 0 1.299 1.299 0 0 0-2.598 0M5.795 11.339a5.556 5.556 0 0 0 5.558 5.554 5.556 5.556 0 0 0 5.558-5.554 5.556 5.556 0 0 0-5.558-5.555 5.556 5.556 0 0 0-5.558 5.555m1.95 0a3.607 3.607 0 0 1 3.608-3.606 3.607 3.607 0 1 1-3.607 3.606' fill-rule='evenodd'/%3E %3C/svg%3E");
  }

.icon-social_instagram.icon-social_color_gray{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 23 23' xmlns='http://www.w3.org/2000/svg' fill='%235c6774'%3E %3Cpath d='M6.89.586C5.74.64 4.953.822 4.265 1.09a5.302 5.302 0 0 0-1.917 1.248 5.294 5.294 0 0 0-1.249 1.915C.83 4.941.648 5.727.595 6.878.542 8.032.53 8.4.53 11.338c0 2.938.012 3.306.065 4.46.052 1.151.235 1.937.503 2.625a5.29 5.29 0 0 0 1.249 1.916 5.305 5.305 0 0 0 1.917 1.248c.688.268 1.475.45 2.627.503 1.155.052 1.523.065 4.462.065 2.94 0 3.309-.013 4.463-.065 1.152-.053 1.939-.235 2.628-.503a5.31 5.31 0 0 0 1.917-1.248 5.303 5.303 0 0 0 1.248-1.916c.267-.688.45-1.474.503-2.625.053-1.154.065-1.522.065-4.46 0-2.938-.012-3.306-.065-4.46-.052-1.151-.236-1.937-.503-2.626a5.306 5.306 0 0 0-1.248-1.915 5.307 5.307 0 0 0-1.917-1.248c-.689-.267-1.476-.45-2.628-.503-1.154-.052-1.523-.065-4.463-.065-2.94 0-3.307.013-4.462.065m.089 19.557c-1.055-.048-1.629-.224-2.01-.372a3.357 3.357 0 0 1-1.244-.81 3.35 3.35 0 0 1-.81-1.243c-.148-.382-.325-.954-.373-2.01-.052-1.14-.063-1.482-.063-4.37s.011-3.23.063-4.371c.048-1.055.225-1.627.373-2.009.196-.504.43-.865.81-1.243a3.35 3.35 0 0 1 1.244-.81c.381-.147.955-.324 2.01-.372 1.141-.052 1.484-.063 4.373-.063 2.89 0 3.233.011 4.374.063 1.055.048 1.629.225 2.01.373.505.196.866.43 1.245.809.378.378.613.739.81 1.243.147.382.324.954.372 2.009.052 1.14.063 1.483.063 4.371 0 2.888-.01 3.23-.063 4.37-.048 1.056-.225 1.628-.373 2.01a3.35 3.35 0 0 1-.81 1.243c-.378.379-.739.613-1.244.81-.381.148-.955.324-2.01.372-1.14.052-1.483.063-4.374.063-2.89 0-3.232-.011-4.373-.063m8.852-14.58a1.299 1.299 0 1 0 2.598 0 1.299 1.299 0 0 0-2.598 0M5.795 11.339a5.556 5.556 0 0 0 5.558 5.554 5.556 5.556 0 0 0 5.558-5.554 5.556 5.556 0 0 0-5.558-5.555 5.556 5.556 0 0 0-5.558 5.555m1.95 0a3.607 3.607 0 0 1 3.608-3.606 3.607 3.607 0 1 1-3.607 3.606' fill-rule='evenodd'/%3E %3C/svg%3E");
  }

.icon-social_instagram.icon-social_color_lightblue{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 23 23' xmlns='http://www.w3.org/2000/svg' fill='%23008AFF'%3E %3Cpath d='M6.89.586C5.74.64 4.953.822 4.265 1.09a5.302 5.302 0 0 0-1.917 1.248 5.294 5.294 0 0 0-1.249 1.915C.83 4.941.648 5.727.595 6.878.542 8.032.53 8.4.53 11.338c0 2.938.012 3.306.065 4.46.052 1.151.235 1.937.503 2.625a5.29 5.29 0 0 0 1.249 1.916 5.305 5.305 0 0 0 1.917 1.248c.688.268 1.475.45 2.627.503 1.155.052 1.523.065 4.462.065 2.94 0 3.309-.013 4.463-.065 1.152-.053 1.939-.235 2.628-.503a5.31 5.31 0 0 0 1.917-1.248 5.303 5.303 0 0 0 1.248-1.916c.267-.688.45-1.474.503-2.625.053-1.154.065-1.522.065-4.46 0-2.938-.012-3.306-.065-4.46-.052-1.151-.236-1.937-.503-2.626a5.306 5.306 0 0 0-1.248-1.915 5.307 5.307 0 0 0-1.917-1.248c-.689-.267-1.476-.45-2.628-.503-1.154-.052-1.523-.065-4.463-.065-2.94 0-3.307.013-4.462.065m.089 19.557c-1.055-.048-1.629-.224-2.01-.372a3.357 3.357 0 0 1-1.244-.81 3.35 3.35 0 0 1-.81-1.243c-.148-.382-.325-.954-.373-2.01-.052-1.14-.063-1.482-.063-4.37s.011-3.23.063-4.371c.048-1.055.225-1.627.373-2.009.196-.504.43-.865.81-1.243a3.35 3.35 0 0 1 1.244-.81c.381-.147.955-.324 2.01-.372 1.141-.052 1.484-.063 4.373-.063 2.89 0 3.233.011 4.374.063 1.055.048 1.629.225 2.01.373.505.196.866.43 1.245.809.378.378.613.739.81 1.243.147.382.324.954.372 2.009.052 1.14.063 1.483.063 4.371 0 2.888-.01 3.23-.063 4.37-.048 1.056-.225 1.628-.373 2.01a3.35 3.35 0 0 1-.81 1.243c-.378.379-.739.613-1.244.81-.381.148-.955.324-2.01.372-1.14.052-1.483.063-4.374.063-2.89 0-3.232-.011-4.373-.063m8.852-14.58a1.299 1.299 0 1 0 2.598 0 1.299 1.299 0 0 0-2.598 0M5.795 11.339a5.556 5.556 0 0 0 5.558 5.554 5.556 5.556 0 0 0 5.558-5.554 5.556 5.556 0 0 0-5.558-5.555 5.556 5.556 0 0 0-5.558 5.555m1.95 0a3.607 3.607 0 0 1 3.608-3.606 3.607 3.607 0 1 1-3.607 3.606' fill-rule='evenodd'/%3E %3C/svg%3E");
  }

.icon-social_livejournal{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16.7 20.18' fill='white'%3E %3Cg id='Layer_2' data-name='Layer 2'%3E %3Cg id='Layer_1-2' data-name='Layer 1'%3E %3Cpath class='cls-1' d='M15.66,12C15.53,11.13,7.63.91,6.93.4,4.49-1.36-1.73,3.1.46,6L2,8c3.83,5,3.87,5,3.79,4.87.12.16.64.89,2.61,3.54.44.59.6.54,1.52.92,2.06.86,4.84,2,6.81,2.88C16.55,18,16,14.33,15.66,12ZM8.59,4.5l.92,1.21c.56.75,4.3,5.55,4.52,6a4,4,0,0,1-3.21.32C10.25,11.83,9.4,10.49,9,10L7.36,7.81A21.41,21.41,0,0,1,5.7,5.52C6.08,5.39,8.1,4,8.59,4.5ZM1.31,5C1,3.09,4.06.61,6.13,1.41a8.22,8.22,0,0,0-4,2.42C1.84,4.22,1.44,5,1.31,5ZM3,7.24A7.44,7.44,0,0,1,2,6c.2-1.1,1.73-2.46,2.48-2.89a5.72,5.72,0,0,1,1.76-.76l.56-.12a6.64,6.64,0,0,1,1,1.39l-.69.13c-.43.16-1.41.66-1.67.7A3.2,3.2,0,0,1,4.76,5a6.11,6.11,0,0,0-1.64,2Zm6.63,8a.41.41,0,0,1-.1.13l0,0-.08.08,0,0a1.42,1.42,0,0,1-.23-.25L5.67,10.8C5.05,10,4.46,9.24,3.82,8.39c-.5-.68,1.06-2.09,1.46-2.45A24.7,24.7,0,0,1,7,8.05l2.5,3.28a2.83,2.83,0,0,1,.6,3,3.3,3.3,0,0,1-.28.7Zm4.93,2c-.27.2-.26.3-.49.49L9.84,16c.14-.46.51-.93.7-1.49a5,5,0,0,0,.23-1.89,4.33,4.33,0,0,0,3.58-.47,40.75,40.75,0,0,1,.8,4.88C15,17.13,14.75,17.17,14.54,17.33Z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  }

.icon-social_livejournal.icon-social_color_gray{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16.7 20.18' fill='%235c6774'%3E %3Cg id='Layer_2' data-name='Layer 2'%3E %3Cg id='Layer_1-2' data-name='Layer 1'%3E %3Cpath class='cls-1' d='M15.66,12C15.53,11.13,7.63.91,6.93.4,4.49-1.36-1.73,3.1.46,6L2,8c3.83,5,3.87,5,3.79,4.87.12.16.64.89,2.61,3.54.44.59.6.54,1.52.92,2.06.86,4.84,2,6.81,2.88C16.55,18,16,14.33,15.66,12ZM8.59,4.5l.92,1.21c.56.75,4.3,5.55,4.52,6a4,4,0,0,1-3.21.32C10.25,11.83,9.4,10.49,9,10L7.36,7.81A21.41,21.41,0,0,1,5.7,5.52C6.08,5.39,8.1,4,8.59,4.5ZM1.31,5C1,3.09,4.06.61,6.13,1.41a8.22,8.22,0,0,0-4,2.42C1.84,4.22,1.44,5,1.31,5ZM3,7.24A7.44,7.44,0,0,1,2,6c.2-1.1,1.73-2.46,2.48-2.89a5.72,5.72,0,0,1,1.76-.76l.56-.12a6.64,6.64,0,0,1,1,1.39l-.69.13c-.43.16-1.41.66-1.67.7A3.2,3.2,0,0,1,4.76,5a6.11,6.11,0,0,0-1.64,2Zm6.63,8a.41.41,0,0,1-.1.13l0,0-.08.08,0,0a1.42,1.42,0,0,1-.23-.25L5.67,10.8C5.05,10,4.46,9.24,3.82,8.39c-.5-.68,1.06-2.09,1.46-2.45A24.7,24.7,0,0,1,7,8.05l2.5,3.28a2.83,2.83,0,0,1,.6,3,3.3,3.3,0,0,1-.28.7Zm4.93,2c-.27.2-.26.3-.49.49L9.84,16c.14-.46.51-.93.7-1.49a5,5,0,0,0,.23-1.89,4.33,4.33,0,0,0,3.58-.47,40.75,40.75,0,0,1,.8,4.88C15,17.13,14.75,17.17,14.54,17.33Z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  }

.icon-social_livejournal.icon-social_color_lightblue{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16.7 20.18' fill='%23008AFF'%3E %3Cg id='Layer_2' data-name='Layer 2'%3E %3Cg id='Layer_1-2' data-name='Layer 1'%3E %3Cpath class='cls-1' d='M15.66,12C15.53,11.13,7.63.91,6.93.4,4.49-1.36-1.73,3.1.46,6L2,8c3.83,5,3.87,5,3.79,4.87.12.16.64.89,2.61,3.54.44.59.6.54,1.52.92,2.06.86,4.84,2,6.81,2.88C16.55,18,16,14.33,15.66,12ZM8.59,4.5l.92,1.21c.56.75,4.3,5.55,4.52,6a4,4,0,0,1-3.21.32C10.25,11.83,9.4,10.49,9,10L7.36,7.81A21.41,21.41,0,0,1,5.7,5.52C6.08,5.39,8.1,4,8.59,4.5ZM1.31,5C1,3.09,4.06.61,6.13,1.41a8.22,8.22,0,0,0-4,2.42C1.84,4.22,1.44,5,1.31,5ZM3,7.24A7.44,7.44,0,0,1,2,6c.2-1.1,1.73-2.46,2.48-2.89a5.72,5.72,0,0,1,1.76-.76l.56-.12a6.64,6.64,0,0,1,1,1.39l-.69.13c-.43.16-1.41.66-1.67.7A3.2,3.2,0,0,1,4.76,5a6.11,6.11,0,0,0-1.64,2Zm6.63,8a.41.41,0,0,1-.1.13l0,0-.08.08,0,0a1.42,1.42,0,0,1-.23-.25L5.67,10.8C5.05,10,4.46,9.24,3.82,8.39c-.5-.68,1.06-2.09,1.46-2.45A24.7,24.7,0,0,1,7,8.05l2.5,3.28a2.83,2.83,0,0,1,.6,3,3.3,3.3,0,0,1-.28.7Zm4.93,2c-.27.2-.26.3-.49.49L9.84,16c.14-.46.51-.93.7-1.49a5,5,0,0,0,.23-1.89,4.33,4.33,0,0,0,3.58-.47,40.75,40.75,0,0,1,.8,4.88C15,17.13,14.75,17.17,14.54,17.33Z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  }

.icon-social_youtube{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192' fill='white'%3E %3Cpath d='M180.32 53.36c-2.02-7.62-7.99-13.62-15.56-15.66C151.04 34 96 34 96 34s-55.04 0-68.76 3.7c-7.57 2.04-13.54 8.04-15.56 15.66C8 67.18 8 96 8 96s0 28.82 3.68 42.64c2.02 7.62 7.99 13.62 15.56 15.66C40.96 158 96 158 96 158s55.04 0 68.76-3.7c7.57-2.04 13.54-8.04 15.56-15.66C184 124.82 184 96 184 96s0-28.82-3.68-42.64zM78 122.17V69.83L124 96l-46 26.17z' fill-rule='evenodd'/%3E %3C/svg%3E");
  }

.icon-social_youtube.icon-social_color_gray{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192' fill='%235c6774'%3E %3Cpath d='M180.32 53.36c-2.02-7.62-7.99-13.62-15.56-15.66C151.04 34 96 34 96 34s-55.04 0-68.76 3.7c-7.57 2.04-13.54 8.04-15.56 15.66C8 67.18 8 96 8 96s0 28.82 3.68 42.64c2.02 7.62 7.99 13.62 15.56 15.66C40.96 158 96 158 96 158s55.04 0 68.76-3.7c7.57-2.04 13.54-8.04 15.56-15.66C184 124.82 184 96 184 96s0-28.82-3.68-42.64zM78 122.17V69.83L124 96l-46 26.17z' fill-rule='evenodd'/%3E %3C/svg%3E");
  }

.icon-social_youtube.icon-social_color_lightblue{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192' fill='%23008AFF'%3E %3Cpath d='M180.32 53.36c-2.02-7.62-7.99-13.62-15.56-15.66C151.04 34 96 34 96 34s-55.04 0-68.76 3.7c-7.57 2.04-13.54 8.04-15.56 15.66C8 67.18 8 96 8 96s0 28.82 3.68 42.64c2.02 7.62 7.99 13.62 15.56 15.66C40.96 158 96 158 96 158s55.04 0 68.76-3.7c7.57-2.04 13.54-8.04 15.56-15.66C184 124.82 184 96 184 96s0-28.82-3.68-42.64zM78 122.17V69.83L124 96l-46 26.17z' fill-rule='evenodd'/%3E %3C/svg%3E");
  }

.icon-social_rutube{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40.94 9.61' fill='white'%3E %3Ctitle%3Erutube%3C/title%3E %3Cg id='Layer_2' data-name='Layer 2'%3E %3Cg id='Layer_1-2' data-name='Layer 1'%3E %3Cg id='g3'%3E %3Cpath id='path5' class='cls-1' d='M18.44,2.36V0L16.25.32v2H15.4V4.29h.85V9.54h2.19V4.29H20V2.36Z'/%3E %3Cpath id='path7' class='cls-1' d='M6.48,5.82a2.76,2.76,0,0,0,1.09-2.2v-.4A2.83,2.83,0,0,0,4.64.4L0,.38V9.49H2.19V6.42H4.44L5.91,9.5H8.47ZM5.34,3.51a1.05,1.05,0,0,1-1.17,1h-2V2.34h2A1.11,1.11,0,0,1,5.34,3.43v.08Z'/%3E %3Cpath id='path9' class='cls-1' d='M31.08,2.32H29.92V0L27.78.28V9.5h3.3A2.87,2.87,0,0,0,34,6.64V5.26a2.94,2.94,0,0,0-2.94-2.94Zm.84,4.13a1,1,0,0,1-1.14,1.09h-.85V4.29h.85a1,1,0,0,1,1.14,1.09Z'/%3E %3Cpath id='path11' class='cls-1' d='M24.71,2.36V6.51c0,.68-.25,1.14-.93,1.14h0c-.68,0-.93-.46-.93-1.14V2.36H20.65v4.3c0,1.63.71,2.94,2.87,2.94h.41c2.28,0,2.94-1.31,2.94-2.94V2.36Z'/%3E %3Cpath id='path13' class='cls-1' d='M12.53,2.36V6.51c0,.68-.25,1.14-.93,1.14h0c-.69,0-.93-.46-.93-1.14V2.36H8.47v4.3c0,1.63.71,2.94,2.87,2.94h.42c2.27,0,2.93-1.31,2.93-2.94V2.36Z'/%3E %3Cg id='g15'%3E %3Cpath id='path17' class='cls-1' d='M39.5,7.1a2.15,2.15,0,0,1-1.74.69c-.7-.06-1.11-.41-1.11-1.09V6.46h4.24V5.23a2.94,2.94,0,0,0-3.13-3,2.89,2.89,0,0,0-3.13,2.9V6.64a2.94,2.94,0,0,0,3.13,3,3.76,3.76,0,0,0,3.18-1.55ZM36.65,4.83a1,1,0,0,1,1.06-1.09h.06a1,1,0,0,1,1.1,1.09v.06H36.65V4.83Z'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  }

.icon-social_rutube.icon-social_color_gray{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40.94 9.61' fill='%235c6774'%3E %3Ctitle%3Erutube%3C/title%3E %3Cg id='Layer_2' data-name='Layer 2'%3E %3Cg id='Layer_1-2' data-name='Layer 1'%3E %3Cg id='g3'%3E %3Cpath id='path5' class='cls-1' d='M18.44,2.36V0L16.25.32v2H15.4V4.29h.85V9.54h2.19V4.29H20V2.36Z'/%3E %3Cpath id='path7' class='cls-1' d='M6.48,5.82a2.76,2.76,0,0,0,1.09-2.2v-.4A2.83,2.83,0,0,0,4.64.4L0,.38V9.49H2.19V6.42H4.44L5.91,9.5H8.47ZM5.34,3.51a1.05,1.05,0,0,1-1.17,1h-2V2.34h2A1.11,1.11,0,0,1,5.34,3.43v.08Z'/%3E %3Cpath id='path9' class='cls-1' d='M31.08,2.32H29.92V0L27.78.28V9.5h3.3A2.87,2.87,0,0,0,34,6.64V5.26a2.94,2.94,0,0,0-2.94-2.94Zm.84,4.13a1,1,0,0,1-1.14,1.09h-.85V4.29h.85a1,1,0,0,1,1.14,1.09Z'/%3E %3Cpath id='path11' class='cls-1' d='M24.71,2.36V6.51c0,.68-.25,1.14-.93,1.14h0c-.68,0-.93-.46-.93-1.14V2.36H20.65v4.3c0,1.63.71,2.94,2.87,2.94h.41c2.28,0,2.94-1.31,2.94-2.94V2.36Z'/%3E %3Cpath id='path13' class='cls-1' d='M12.53,2.36V6.51c0,.68-.25,1.14-.93,1.14h0c-.69,0-.93-.46-.93-1.14V2.36H8.47v4.3c0,1.63.71,2.94,2.87,2.94h.42c2.27,0,2.93-1.31,2.93-2.94V2.36Z'/%3E %3Cg id='g15'%3E %3Cpath id='path17' class='cls-1' d='M39.5,7.1a2.15,2.15,0,0,1-1.74.69c-.7-.06-1.11-.41-1.11-1.09V6.46h4.24V5.23a2.94,2.94,0,0,0-3.13-3,2.89,2.89,0,0,0-3.13,2.9V6.64a2.94,2.94,0,0,0,3.13,3,3.76,3.76,0,0,0,3.18-1.55ZM36.65,4.83a1,1,0,0,1,1.06-1.09h.06a1,1,0,0,1,1.1,1.09v.06H36.65V4.83Z'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  }

.icon-social_rutube.icon-social_color_lightblue{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40.94 9.61' fill='%23008AFF'%3E %3Ctitle%3Erutube%3C/title%3E %3Cg id='Layer_2' data-name='Layer 2'%3E %3Cg id='Layer_1-2' data-name='Layer 1'%3E %3Cg id='g3'%3E %3Cpath id='path5' class='cls-1' d='M18.44,2.36V0L16.25.32v2H15.4V4.29h.85V9.54h2.19V4.29H20V2.36Z'/%3E %3Cpath id='path7' class='cls-1' d='M6.48,5.82a2.76,2.76,0,0,0,1.09-2.2v-.4A2.83,2.83,0,0,0,4.64.4L0,.38V9.49H2.19V6.42H4.44L5.91,9.5H8.47ZM5.34,3.51a1.05,1.05,0,0,1-1.17,1h-2V2.34h2A1.11,1.11,0,0,1,5.34,3.43v.08Z'/%3E %3Cpath id='path9' class='cls-1' d='M31.08,2.32H29.92V0L27.78.28V9.5h3.3A2.87,2.87,0,0,0,34,6.64V5.26a2.94,2.94,0,0,0-2.94-2.94Zm.84,4.13a1,1,0,0,1-1.14,1.09h-.85V4.29h.85a1,1,0,0,1,1.14,1.09Z'/%3E %3Cpath id='path11' class='cls-1' d='M24.71,2.36V6.51c0,.68-.25,1.14-.93,1.14h0c-.68,0-.93-.46-.93-1.14V2.36H20.65v4.3c0,1.63.71,2.94,2.87,2.94h.41c2.28,0,2.94-1.31,2.94-2.94V2.36Z'/%3E %3Cpath id='path13' class='cls-1' d='M12.53,2.36V6.51c0,.68-.25,1.14-.93,1.14h0c-.69,0-.93-.46-.93-1.14V2.36H8.47v4.3c0,1.63.71,2.94,2.87,2.94h.42c2.27,0,2.93-1.31,2.93-2.94V2.36Z'/%3E %3Cg id='g15'%3E %3Cpath id='path17' class='cls-1' d='M39.5,7.1a2.15,2.15,0,0,1-1.74.69c-.7-.06-1.11-.41-1.11-1.09V6.46h4.24V5.23a2.94,2.94,0,0,0-3.13-3,2.89,2.89,0,0,0-3.13,2.9V6.64a2.94,2.94,0,0,0,3.13,3,3.76,3.76,0,0,0,3.18-1.55ZM36.65,4.83a1,1,0,0,1,1.06-1.09h.06a1,1,0,0,1,1.1,1.09v.06H36.65V4.83Z'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  }

.icon-social_dzen_b2b{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 27.5.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 28 28' style='enable-background:new 0 0 28 28;' xml:space='preserve' fill='white'%3E %3Cstyle type='text/css'%3E .st0{fill:%235B6673;} .st1{fill:%23FFFFFF;} %3C/style%3E %3Cpath class='st1' d='M16.7,16.7c-2.2,2.3-2.4,5.1-2.6,11.3c5.8,0,9.8,0,11.8-2c2-2.1,2-6.2,2-11.8C21.8,14.3,19,14.5,16.7,16.7 M0,14.1c0,5.6,0,9.8,2,11.8c2.1,2,6,2,11.8,2c-0.2-6.2-0.4-9-2.6-11.3C9,14.5,6.2,14.3,0,14.1 M13.9,0C8.1,0,4.1,0,2,2 C0,4.1,0,8.3,0,13.9c6.2-0.2,9-0.4,11.3-2.6C13.5,9,13.7,6.2,13.9,0 M16.7,11.3C14.5,9,14.3,6.2,14.1,0c5.8,0,9.8,0,11.8,2 c2,2.1,2,6.2,2,11.8C21.8,13.7,19,13.5,16.7,11.3'/%3E %3C/svg%3E");
  }

.icon-social_dzen_b2b.icon-social_color_gray{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 27.5.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 28 28' style='enable-background:new 0 0 28 28;' xml:space='preserve' fill='%235c6774'%3E %3Cstyle type='text/css'%3E .st0{fill:%235B6673;} .st1{fill:%23FFFFFF;} %3C/style%3E %3Cpath class='st1' d='M16.7,16.7c-2.2,2.3-2.4,5.1-2.6,11.3c5.8,0,9.8,0,11.8-2c2-2.1,2-6.2,2-11.8C21.8,14.3,19,14.5,16.7,16.7 M0,14.1c0,5.6,0,9.8,2,11.8c2.1,2,6,2,11.8,2c-0.2-6.2-0.4-9-2.6-11.3C9,14.5,6.2,14.3,0,14.1 M13.9,0C8.1,0,4.1,0,2,2 C0,4.1,0,8.3,0,13.9c6.2-0.2,9-0.4,11.3-2.6C13.5,9,13.7,6.2,13.9,0 M16.7,11.3C14.5,9,14.3,6.2,14.1,0c5.8,0,9.8,0,11.8,2 c2,2.1,2,6.2,2,11.8C21.8,13.7,19,13.5,16.7,11.3'/%3E %3C/svg%3E");
  }

.icon-social_dzen_b2b.icon-social_color_lightblue{
    background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 27.5.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 28 28' style='enable-background:new 0 0 28 28;' xml:space='preserve' fill='%23008AFF'%3E %3Cstyle type='text/css'%3E .st0{fill:%235B6673;} .st1{fill:%23FFFFFF;} %3C/style%3E %3Cpath class='st1' d='M16.7,16.7c-2.2,2.3-2.4,5.1-2.6,11.3c5.8,0,9.8,0,11.8-2c2-2.1,2-6.2,2-11.8C21.8,14.3,19,14.5,16.7,16.7 M0,14.1c0,5.6,0,9.8,2,11.8c2.1,2,6,2,11.8,2c-0.2-6.2-0.4-9-2.6-11.3C9,14.5,6.2,14.3,0,14.1 M13.9,0C8.1,0,4.1,0,2,2 C0,4.1,0,8.3,0,13.9c6.2-0.2,9-0.4,11.3-2.6C13.5,9,13.7,6.2,13.9,0 M16.7,11.3C14.5,9,14.3,6.2,14.1,0c5.8,0,9.8,0,11.8,2 c2,2.1,2,6.2,2,11.8C21.8,13.7,19,13.5,16.7,11.3'/%3E %3C/svg%3E");
  }

.icon-social_rutube{
  width:40px;
  background-size:36px;
}

.icon-social_yandex{
  background-size:7px 15px;
}

.icon-social_livejournal{
  background-size:18px;
}

.icon-social_dzen_b2b{
  background-size:18px;
}

[v-cloak]{
  display:none !important;
}
:root {

  /*****************************************************************
    LEGACY VARIABLES
******************************************************************/


  /** Website additional colors */

  /** meal groups */


  /** Link colors */
  /** ordinary link */

  /** primary link */


  /**  Button colors theme default */

  /**  Button colors theme primary */

  /**  primary button */

  /**  additional button */


  /**  link button */

  /**  link button additional */


  /**  Input colors */


  /**  Color border */


  /**  Typography */
  /**  font family */

  /**  font color */

  /**  font size */

  /**  font size heading */

  /** Components */
  /** margin */

  /** padding */

  /** z-index */
}

.pgs-icon, .pgs-icon-document {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 16px;
  height: 16px;
}

.pgs-icon-document__archive {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 20.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve' fill='%235C6774'%3E %3Cg%3E %3Cg%3E %3Cpath class='st0' d='M11,0H1v16h14V4L11,0z M11,1.41L13.59,4H11V1.41z M5,2h2v2H5V2z M14,15H6v-1H4v1H2V1h2v5h4V1h2v4h4V15z M8,13 H6v1h2V13z M4,12v1h2v-1H4z M8,11H6v1h2V11z M4,10v1h2v-1H4z M8,9H6v1h2V9z M4,8v1h2V8H4z M8,7H6v1h2V7z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}

.pgs-icon-document__exel {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 20.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve' fill='%231F7246'%3E %3Cg%3E %3Cg%3E %3Cpath class='st0' d='M7.38,6.91H5.96L5.02,8.45L4.11,6.91H2.63l1.59,2.53L2.56,12h1.42l1-1.62L5.95,12h1.48L5.79,9.38L7.38,6.91z M12,0H2v4H0v10h2v2h14V4L12,0z M1,13V5h8v8H1z M15,15H3v-1h7V4H3V1h8.59L15,4.41V15z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}

.pgs-icon-document__file {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 20.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve' fill='%2300578F'%3E %3Cpath class='st0' d='M11,0H1v16h14V4L11,0z M13.59,4H11V1.41L13.59,4z M14,15H2V1h8v4h4V15z'/%3E %3C/svg%3E");
}

.pgs-icon-document__pdf {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 20.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve' fill='%23D90000'%3E %3Cg%3E %3Cg%3E %3Cpath class='st0' d='M5.06,5.57L5.02,5.63c0,0,0.01,0.01,0.01,0.01L5.06,5.57z M7.49,10.74c0.21,0.15,0.39,0.25,0.53,0.29 c0.11,0.03,0.21,0.03,0.31,0c0.05-0.02,0.13-0.05,0.15-0.1c0.02-0.05,0.03-0.14-0.01-0.23c-0.04-0.1-0.14-0.2-0.27-0.28 c-0.12-0.08-0.27-0.13-0.49-0.19c-0.21-0.05-0.45-0.09-0.69-0.11c-0.09-0.01-0.18-0.01-0.27-0.01c0.01,0.01,0.02,0.02,0.03,0.03 C7.04,10.39,7.26,10.58,7.49,10.74z M5.34,9.74C5.46,9.71,5.57,9.7,5.67,9.68c-0.09-0.1-0.17-0.2-0.25-0.3 C5.2,9.09,5,8.8,4.83,8.53c-0.22,0.56-0.49,1.08-0.74,1.5c0.02-0.01,0.04-0.01,0.06-0.02C4.65,9.87,5.03,9.79,5.34,9.74z M4.95,6.03l0.02-0.15c0.01-0.09,0.02-0.19,0.02-0.25c-0.04-0.02-0.08-0.05-0.1-0.06c0,0-0.04,0.01-0.04,0.01 c-0.02,0-0.03,0-0.05,0.01C4.79,5.6,4.76,5.62,4.73,5.65C4.72,5.67,4.69,5.74,4.66,5.92C4.64,6.1,4.63,6.29,4.65,6.48 c0.02,0.17,0.05,0.37,0.11,0.6C4.86,6.66,4.93,6.29,4.95,6.03z M1.73,11.97c0,0.02-0.01,0.03-0.01,0.05 C1.85,11.98,2,11.9,2.16,11.76c0.15-0.13,0.36-0.34,0.64-0.7c-0.46,0.23-0.73,0.46-0.85,0.57C1.79,11.79,1.75,11.9,1.73,11.97z M12,0H2v4H0v10h2v2h14V4L12,0z M2.49,12.15c-0.26,0.22-0.49,0.34-0.73,0.38c-0.04,0.01-0.08,0.01-0.12,0.01 c-0.17,0-0.29-0.07-0.36-0.2c-0.07-0.13-0.08-0.29-0.04-0.47c0.05-0.21,0.16-0.39,0.36-0.59c0.25-0.24,0.61-0.49,1.03-0.69 c0.21-0.1,0.45-0.2,0.72-0.3C3.66,9.8,4.1,9.05,4.41,8.21c0.04-0.09,0.07-0.19,0.1-0.28C4.42,7.7,4.36,7.51,4.31,7.34 C4.22,7.04,4.17,6.76,4.15,6.53C4.13,6.3,4.13,6.07,4.16,5.85c0.03-0.22,0.08-0.37,0.16-0.49c0.1-0.14,0.23-0.21,0.32-0.24 C4.7,5.09,4.76,5.09,4.79,5.08c0.07-0.01,0.15-0.02,0.25,0.01c0.06,0.02,0.13,0.06,0.19,0.09l0,0c0.31,0.15,0.28,0.4,0.24,0.76 L5.46,6.08C5.41,6.5,5.29,7.18,5.06,7.9C5.08,7.93,5.1,7.97,5.11,8.01c0.17,0.32,0.42,0.69,0.71,1.06 c0.14,0.17,0.3,0.36,0.46,0.54c0.26-0.02,0.52-0.02,0.77,0c0.26,0.02,0.53,0.07,0.77,0.12C8.1,9.8,8.29,9.88,8.46,9.98 c0.21,0.13,0.38,0.31,0.46,0.5c0.1,0.22,0.1,0.46,0.01,0.66c-0.06,0.12-0.18,0.28-0.45,0.37c-0.2,0.06-0.4,0.06-0.61,0 c-0.19-0.06-0.42-0.18-0.68-0.36c-0.25-0.18-0.49-0.39-0.78-0.67c-0.11-0.11-0.23-0.23-0.34-0.35c-0.18,0.02-0.39,0.05-0.65,0.1 c-0.3,0.05-0.66,0.13-1.13,0.26c-0.21,0.06-0.42,0.13-0.62,0.2c-0.03,0.04-0.05,0.08-0.08,0.11C3.21,11.4,2.82,11.86,2.49,12.15z M15,15H3v-1h7V4H3V1h8.59L15,4.41V15z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}

.pgs-icon-document__powerpoint {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 20.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve' fill='%23B8330A'%3E %3Cg%3E %3Cg%3E %3Cpath class='st0' d='M12,0H2v4H0v10h2v2h14V4L12,0z M1,13V5h8v8H1z M15,15H3v-1h7V4H3V1h8.59L15,4.41V15z M5,6C3.34,6,2,7.34,2,9 c0,1.66,1.34,3,3,3c1.66,0,3-1.34,3-3H5V6z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}

.pgs-icon-document__word {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 20.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve' fill='%232B5797'%3E %3Cg%3E %3Cg%3E %3Cpath class='st0' d='M12,0H2v4H0v10h2v2h14V4L12,0z M1,13V5h8v8H1z M15,15H3v-1h7V4H3V1h8.59L15,4.41V15z M6.46,10.33L5.65,6.91 H4.39l-0.85,3.42l-0.7-3.42H1.51L2.79,12h1.4l0.79-3.15L5.8,12h1.4l1.29-5.09H7.2L6.46,10.33z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}

.icon-arrival {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%235c6774'%3E %3Cg%3E %3Cg%3E %3Cpath d='M20,13.9c0.1-0.7-2.5-2-3.2-2.1l-4-0.9L7.9,1.5L6.3,0.5l1.9,9.1L3.9,8.6L1.8,5L0.4,4.8l0.7,3.9l0.3,0.1 C1.4,9,1.2,9,1.2,9.1c-0.1,0.5,1.5,1.6,2.1,1.7l12.7,3.2C16.8,14.2,19.9,14.5,20,13.9z'/%3E %3C/g%3E %3Cg%3E %3Crect x='3.9' y='17' width='16.1' height='1.3'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  }

.icon-business {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%235c6774' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M1 1h10v14H1zM11 4h4v11h-4z'/%3E %3Cpath stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M4 10h4v5H4z'/%3E %3Cpath fill='currentColor' d='M3 3h2v1H3zM3 5h2v1H3zM3 7h2v1H3zM7 3h2v1H7zM7 5h2v1H7zM7 7h2v1H7z'/%3E %3C/svg%3E");
  }

.icon-departure {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%235c6774'%3E %3Cg%3E %3Cg%3E %3Cpath d='M16.5,7.8l-3.6,1L4.5,3.6H2.8l5.8,6.5l-3.9,1.3l-3.4-2L0,10l2.3,2.9h0.4c0,0.1,0,0.1,0,0.3c0.1,0.6,1.9,0.6,2.5,0.5 L17,10.2c0.6-0.1,3.3-1.4,3-2C20,7.5,17.1,7.7,16.5,7.8z'/%3E %3C/g%3E %3Cg%3E %3Crect y='16.1' width='15.1' height='1.3'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  }

.icon-fit-tour {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 110.51 110.51' fill='%235c6774'%3E %3Ctext transform='translate(20.98 70.38)' font-size='43' fill='currentColor' font-family='Montserrat-Bold,Montserrat' font-weight='700'%3EFIT %3C/text%3E %3Ccircle cx='55.25' cy='55.25' r='52.25' stroke-width='6' fill='none' stroke='currentColor' stroke-miterlimit='10'/%3E %3Ccircle cx='54.92' cy='54.92' r='45.11' fill='none' stroke='currentColor' stroke-miterlimit='10'/%3E %3C/svg%3E");
  }

.icon-direction {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%235c6774'%3E %3Cg%3E %3Cg%3E %3Cpath d='M10.3,19.7L20,10l-9.7-9.7L9,1.6l7.7,7.7H0v1.3h16.8L9,18.4L10.3,19.7z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  }

.icon-document {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 14' fill='%235c6774'%3E %3Cg fill-rule='nonzero'%3E %3Cpath d='M1.097 0C.49 0 0 .479 0 1.07v11.86C0 13.522.491 14 1.097 14h9.473c.606 0 1.097-.479 1.097-1.07V3.5L8.077 0h-6.98zm9.672 12.93c0 .108-.09.195-.2.195H1.098c-.11 0-.2-.087-.2-.195V1.07c0-.108.09-.195.2-.195h6.082v2.634c0 .478.398.866.889.866h2.701v8.555zM8.077 3.5V1.237l2.32 2.263h-2.32z'/%3E %3Cpath d='M1.793 10h8v.97h-8zM1.793 8h8v.97h-8zM1.793 6h8v.97h-8z'/%3E %3C/g%3E %3C/svg%3E");
  }

.icon-documents {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%235c6774' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M10 8h2M10 10h2M10 12h2' stroke='currentColor'/%3E %3Cpath d='M4 11H1V1h8v1' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath clip-rule='evenodd' d='M15 15H7V5h8v10z' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E");
  }

.icon-contract {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%235c6774' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M7 6h2M7 8h2M7 10h2' stroke='currentColor'/%3E %3Cpath clip-rule='evenodd' d='M13 15H3V1h6.605L13 3.197V15z' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E");
  }

.icon-date-calendar {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%235c6774' xmlns='http://www.w3.org/2000/svg'%3E %3Cmask id='a' fill='%23fff'%3E %3Crect y='2' width='16' height='14' rx='1'/%3E %3C/mask%3E %3Crect y='2' width='16' height='14' rx='1' stroke='currentColor' stroke-width='4' mask='url(%23a)'/%3E %3Crect x='3' width='2' height='5' rx='1' fill='currentColor'/%3E %3Crect x='11' width='2' height='5' rx='1' fill='currentColor'/%3E %3Cpath fill='currentColor' d='M1 7h14v1H1z'/%3E %3C/svg%3E");
  }

.icon-aircraft-default {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%235c6774'%3E %3Cpath d='M20,10c0-2-7-1.8-7-1.8L8.7,0.5H7l1.7,7.8L3.8,8.6l-2.9-3L0,6.4L1.3,10L0,13.6l0.9,0.7l2.9-2.9l4.9,0.3L7,19.5h1.7l4.4-7.8 C13,11.8,20,12,20,10z'/%3E %3C/svg%3E");
  }

.icon-aircraft-canceled {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%235c6774'%3E %3Cg%3E %3Cpath d='M10.1,0c-5.5,0-10,4.5-10,10s4.5,10,10,10s10-4.5,10-10S15.6,0,10.1,0z M1.2,10c0-4.9,4-8.8,8.8-8.8c2.2,0,4.3,0.8,5.9,2.2 l-4,4.3L9.7,3.9H8.5L9.7,9L6.3,9.1L4.3,7L3.7,7.5L4.6,10l-0.9,2.5L4.3,13l2-2l1.9,0.1l-4.7,4.7C2.1,14.2,1.2,12.2,1.2,10z M10.1,18.8c-2.2,0-4.3-0.8-5.8-2.2L16.7,4.1c1.4,1.6,2.2,3.6,2.2,5.8C18.9,14.8,15,18.8,10.1,18.8z'/%3E %3Cpath d='M13.7,8.7l-4.4,4.7l-0.8,3.8h1.2l3-5.7c0,0,4.8,0,4.8-1.4C17.6,9.1,15.1,8.8,13.7,8.7z'/%3E %3C/g%3E %3C/svg%3E");
  }

.icon-heart {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 14 12' fill='%235c6774' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill='currentColor' stroke='currentColor' d='M8.454 9.863c-.467.386-.947.784-1.454 1.211-.507-.427-.987-.825-1.455-1.211C2.7 7.511.82 5.956.82 3.913c0-.844.29-1.628.817-2.208a2.775 2.775 0 012.082-.91c1.124 0 1.851.673 2.263 1.237.37.506.562 1.016.628 1.211a.41.41 0 00.39.275.41.41 0 00.39-.275c.066-.195.258-.705.628-1.211C8.43 1.468 9.157.796 10.28.796c.81 0 1.55.323 2.082.91.527.579.817 1.363.817 2.208 0 2.042-1.88 3.597-4.726 5.95z'/%3E %3C/svg%3E");
  }

.icon-shared {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%235c6774' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill='currentColor' d='M13.058 10.169a2.93 2.93 0 00-2.297 1.117L5.768 8.754c.065-.242.112-.491.112-.754a2.85 2.85 0 00-.134-.818l4.972-2.52a2.93 2.93 0 002.34 1.168C14.686 5.83 16 4.525 16 2.914 16 1.305 14.685 0 13.059 0c-1.623 0-2.94 1.305-2.94 2.914 0 .264.047.515.113.757L5.24 6.203a2.936 2.936 0 00-2.3-1.12C1.314 5.084 0 6.39 0 8c0 1.61 1.315 2.915 2.94 2.915.96 0 1.805-.463 2.343-1.17l4.97 2.52a2.856 2.856 0 00-.135.82c0 1.61 1.317 2.915 2.94 2.915 1.625 0 2.94-1.305 2.94-2.915.001-1.612-1.314-2.916-2.94-2.916z'/%3E %3C/svg%3E");
  }

.icon-equalizer {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 10' fill='%235c6774' xmlns='http://www.w3.org/2000/svg'%3E %3Cg stroke='currentColor'%3E %3Cpath d='M5.5 2a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0z'/%3E %3Cpath d='M1 2h1M6 2h9' stroke-width='2' stroke-linecap='round'/%3E %3Cpath d='M2 2h1M5 2h1' stroke-width='2'/%3E %3Cpath d='M13.5 8a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0z'/%3E %3Cpath d='M15 8h-1M10 8H1' stroke-width='2' stroke-linecap='round'/%3E %3Cpath d='M14 8h-1M11 8h-1' stroke-width='2'/%3E %3C/g%3E %3C/svg%3E");
  }

.icon-tourist-child {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 16.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='11.996px' height='26px' viewBox='0 0 11.996 26' enable-background='new 0 0 11.996 26' xml:space='preserve' fill='%235c6774'%3E %3Cg%3E %3Ccircle cx='6.001' cy='8.999' r='2.5'/%3E %3Cpath d='M11.803,15.909c-0.285-0.396-1.332-2.578-2.597-3.243c-0.71-0.376-1.233-0.018-1.694,0.229 c-0.587,0.309-1.03,0.44-1.546,0.422c-0.514,0.021-0.895-0.113-1.48-0.422c-0.462-0.246-0.985-0.604-1.697-0.229 c-1.262,0.665-2.309,2.852-2.596,3.243c-0.324,0.444-0.229,1.069,0.219,1.396C0.589,17.438,0.796,17.497,1,17.497 c0.31,0,0.574-0.177,0.81-0.41c0.376-0.377,0.489-0.61,0.883-1.122c0.179-0.23,0.31-0.181,0.31,0.348c0,1.162,0,1.016,0,5.688 c0,0.828,0.672,1,1.5,1c0.594,0,1.104-0.088,1.35-0.438c0.078-0.112,0.221-0.112,0.299,0C6.394,22.913,6.906,23,7.498,23 c0.83,0,1.5-0.172,1.5-1c0-4.673,0-4.523,0-5.688c0-0.525,0.133-0.578,0.313-0.349c0.395,0.513,0.508,0.745,0.883,1.122 c0.233,0.232,0.5,0.41,0.811,0.41c0.205,0,0.41-0.063,0.59-0.189C12.031,16.979,12.128,16.354,11.803,15.909z'/%3E %3C/g%3E %3C/svg%3E");
  }

.icon-tourist-baby {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 16.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='14px' height='26px' viewBox='0 0 14 26' enable-background='new 0 0 14 26' xml:space='preserve' fill='%235c6774'%3E %3Cg%3E %3Cpath d='M4.5,18C3.119,18,2,19.119,2,20.5S3.119,23,4.5,23C5.882,23,7,21.881,7,20.5S5.882,18,4.5,18z M4.5,22 C3.673,22,3,21.328,3,20.5S3.673,19,4.5,19C5.328,19,6,19.672,6,20.5S5.328,22,4.5,22z'/%3E %3Cpath d='M11.5,18C10.119,18,9,19.119,9,20.5s1.119,2.5,2.5,2.5c1.382,0,2.5-1.119,2.5-2.5S12.882,18,11.5,18z M11.5,22 c-0.827,0-1.5-0.672-1.5-1.5s0.673-1.5,1.5-1.5c0.828,0,1.5,0.672,1.5,1.5S12.328,22,11.5,22z'/%3E %3Cpath d='M8.127,7v5h5.85C13.721,8.921,11.127,7,8.127,7z'/%3E %3Cpath d='M13.977,13H3.027c0-1.654-0.847-3-2.5-3c-0.277,0-0.5,0.223-0.5,0.5c0,0.275,0.223,0.5,0.5,0.5c1.103,0,1.5,0.896,1.5,2 c0,3.469,2.829,5,5.975,5C11.146,18,13.721,16.079,13.977,13z'/%3E %3C/g%3E %3C/svg%3E");
  }

.icon-aircraft-request {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%235c6774'%3E %3Cpath d='M8.9,1.1V0c-1,0.1-2,0.4-2.9,0.8l0.6,1C7.3,1.4,8.1,1.2,8.9,1.1z M1.8,6.5L0.8,6C0.4,6.9,0.1,7.9,0,8.9h1.1 C1.2,8.1,1.4,7.3,1.8,6.5z M0,11.1c0.1,1,0.4,2,0.8,2.9l1-0.6c-0.3-0.7-0.5-1.5-0.6-2.4C1.1,11.1,0,11.1,0,11.1z M20,8.9 c-0.1-1-0.4-2-0.8-2.9l-1,0.6c0.3,0.7,0.5,1.5,0.6,2.3L20,8.9L20,8.9z M4.6,2.9L4,1.9C3.2,2.5,2.5,3.2,1.9,4l1,0.6 C3.4,3.9,4,3.4,4.6,2.9z M14,0.8c-0.9-0.4-1.9-0.7-2.9-0.8v1.1c0.8,0.1,1.6,0.3,2.3,0.6L14,0.8z M18.2,13.5l1,0.6 c0.4-0.9,0.7-1.9,0.8-2.9h-1.1C18.8,11.9,18.6,12.7,18.2,13.5z M11.1,18.9V20c1-0.1,2-0.4,2.9-0.8l-0.6-1 C12.7,18.5,12,18.8,11.1,18.9z M15.4,17.1l0.6,1c0.8-0.6,1.5-1.3,2.1-2.1l-1-0.6C16.6,16,16.1,16.6,15.4,17.1z M16,1.9l-0.6,1 c0.6,0.5,1.2,1.1,1.7,1.7l1-0.6C17.5,3.2,16.8,2.5,16,1.9z M6,19.2c0.9,0.4,1.9,0.7,2.9,0.8v-1.1c-0.8-0.1-1.6-0.3-2.3-0.6L6,19.2z M17.6,10c0-1.4-4.9-1.2-4.9-1.2L9.7,3.3H8.4l1.2,5.5L6.2,9L4.2,7L3.6,7.5L4.5,10l-0.9,2.5l0.6,0.5l2-2l3.4,0.2l-1.2,5.4h1.2 l3.1-5.5C12.7,11.3,17.6,11.5,17.6,10z M2.9,15.4l-1,0.6c0.6,0.8,1.3,1.5,2.1,2.1l0.6-1C4,16.6,3.4,16.1,2.9,15.4z'/%3E %3C/svg%3E");
  }

.icon-trash {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 20.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve' fill='%235c6774'%3E %3Cg%3E %3Cg%3E %3Cpath d='M14,5L14,5l0,9.3c0,0.9-0.7,1.6-1.6,1.6H3.6C2.7,16,2,15.3,2,14.4L2,5L14,5z'/%3E %3C/g%3E %3Cg%3E %3Cpath d='M10,2L10,2l0-0.4C10,0.7,9.3,0,8.4,0H7.6C6.7,0,6,0.7,6,1.6L6,2L2.6,2C1.7,2,1,2.7,1,3.6L1,4l14,0l0,0l0-0.4 C15,2.7,14.3,2,13.4,2L10,2z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  }

.icon-cached {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%235c6774'%3E %3Cpath d='M16.4,5.9l-3.6,3.6h2.7c0,3-2.4,5.4-5.4,5.4c-0.9,0-1.8-0.2-2.5-0.6l-1.3,1.3c1.1,0.7,2.4,1.1,3.9,1.1c4,0,7.2-3.2,7.2-7.2 H20L16.4,5.9z M4.6,9.5c0-3,2.4-5.4,5.4-5.4c0.9,0,1.8,0.2,2.5,0.6l1.3-1.3c-1.1-0.7-2.4-1.1-3.9-1.1c-4,0-7.2,3.2-7.2,7.2H0.1 l3.6,3.6l3.6-3.6H4.6z'/%3E %3C/svg%3E");
  }

.icon-minus {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 20.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve' fill='%235c6774'%3E %3Cg%3E %3Cg%3E %3Cpath d='M3,9V7h10v2H3z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  }

.icon-minus-thin {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 13 2' xmlns='http://www.w3.org/2000/svg' fill='%235c6774'%3E %3Cpath d='M.287 1c0 .2.162.364.363.364h11.7a.364.364 0 1 0 0-.728H.65C.45.636.287.8.287 1z' fill-rule='evenodd'/%3E %3C/svg%3E");
  }

.icon-plus {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 20.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve' fill='%235c6774'%3E %3Cg%3E %3Cg%3E %3Cpath d='M3,9V7l4,0V3h2v4l4,0v2L9,9v4H7V9L3,9z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  }

.icon-plus-thin {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 13 14' xmlns='http://www.w3.org/2000/svg' fill='%235c6774'%3E %3Cg fill-rule='evenodd'%3E %3Cpath d='M.287 7c0 .2.162.364.363.364h11.7a.364.364 0 1 0 0-.728H.65c-.2 0-.363.163-.363.364z'/%3E %3Cpath d='M6.136 1.15v11.7a.364.364 0 1 0 .728 0V1.15A.362.362 0 0 0 6.5.787c-.2 0-.364.162-.364.363z'/%3E %3C/g%3E %3C/svg%3E");
  }

.icon-hotel {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 20.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve' fill='%235c6774'%3E %3Cg%3E %3Cg%3E %3Cpath d='M13.99,7v2H2.01V4h-2.02v10h2.02v-2h11.98v2h2.02V7H13.99z M8.01,6H2.99v2h5.02V6z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  }

.icon-business-lounge {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%235c6774'%3E %3Ctitle%3Ebusiness-lounge%3C/title%3E %3Cpath d='M11.1,10.5L20-0.1H0l8.9,10.6v7.4H0V20h20v-2.1h-8.9V10.5z M10,4.7c0-0.9,0.7-1.6,1.7-1.6c0.9,0,1.7,0.7,1.7,1.6 s-0.7,1.6-1.7,1.6C10.7,6.3,10,5.6,10,4.7z'/%3E %3C/svg%3E");
  }

.icon-choice-place {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%235c6774'%3E %3Ctitle%3Echoice-place%3C/title%3E %3Cpath d='M5.8,4.6C7,4.6,8,3.6,8,2.3c0,0,0,0,0,0C8,1.1,7.1,0,5.8,0c0,0,0,0,0,0C4.5,0,3.6,1.1,3.6,2.3C3.6,3.5,4.5,4.6,5.8,4.6z M18.6,17.6L14,12.7c-0.2-0.3-0.4-0.5-0.8-0.6L13,11.9c-0.1,0-0.3-0.1-0.4-0.1H8.9l-1-5.2C7.8,5.7,7,5,6,5l0,0C4.9,5,4,6,4.1,7.1 c0,0.1,0,0.2,0,0.3l1.1,6.1c0.1,1,1,1.7,2,1.7H13l4,4.2C18.1,20.6,19.8,18.9,18.6,17.6L18.6,17.6z M12.2,15.9H6.8 c-1.2,0-2.1-0.8-2.3-2l-1-5.2C3.4,8.2,3,7.9,2.5,8C2,8.2,1.7,8.6,1.8,9.1l1,5.4c0.2,0.7,0.5,1.4,1,2l0,0L3.3,20h5.9L9,17.8h3.2 c0.5-0.2,0.8-0.7,0.6-1.3C12.8,16.2,12.5,16,12.2,15.9L12.2,15.9z M3.2,6.4L2.7,1.8c0-0.5-0.5-0.8-0.9-0.8S1,1.4,1,1.9c0,0,0,0,0,0 l0.5,4.7l0,0c0.1,0.5,0.5,0.8,1,0.8C2.9,7.4,3.2,6.9,3.2,6.4L3.2,6.4L3.2,6.4z'/%3E %3C/svg%3E");
  }

.icon-luggage {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%235c6774'%3E%3Ctitle%3Eluggage%3C/title%3E%3Cpath class='cls-1' d='M2,8v9a2,2,0,0,0,2,2H6V6H4A2,2,0,0,0,2,8ZM19,6H17V19h2a2,2,0,0,0,2-2V8A2,2,0,0,0,19,6ZM14,4a1,1,0,0,0-1-1H10A1,1,0,0,0,9,4V6H7V19h9V6H14ZM13,6H10V4h3Z'/%3E%3C/svg%3E");
  }

.icon-return {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%235c6774'%3E%3Ctitle%3Ereturn%3C/title%3E%3Cpath class='cls-1' d='M12,18a6,6,0,0,1-4.71-2.31L10,13H3v7l2.17-2.17A9,9,0,0,0,20.94,13h-3A6,6,0,0,1,12,18ZM18.85,6.17A9,9,0,0,0,3.06,11h3A6,6,0,0,1,16.71,8.31L14,11h7V4Z'/%3E%3C/svg%3E");
  }

.icon-money {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 7 10' style='enable-background:new 0 0 7 10;' xml:space='preserve' fill='%235c6774'%3E %3Cg%3E %3Cpath d='M6,7v1H3v2H1V8H0V7h1V6H0V5h1V0l2,0c3.7,0,4,2.2,4,2.9C7,6.3,3,6,3,6v1H6z M5,3c0-1.8-2-2-2-2s0,3,0,4C3.7,5,5,4.6,5,3z'/%3E %3C/g%3E %3C/svg%3E");
  }

.icon-text-fields {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg height='36' viewBox='0 0 24 24' width='36' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='%235c6774'%3E %3Cdefs%3E %3Cpath d='M24 24H0V0h24v24z' id='a'/%3E %3C/defs%3E %3CclipPath id='b'%3E %3Cuse overflow='visible' xlink:href='%23a'/%3E %3C/clipPath%3E %3Cpath clip-path='url(%23b)' d='M2.5 4v3h5v12h3V7h5V4h-13zm19 5h-9v3h3v7h3v-7h3V9z'/%3E %3C/svg%3E");
  }

.icon-layout {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg height='36' viewBox='0 0 24 24' width='36' xmlns='http://www.w3.org/2000/svg' fill='%235c6774'%3E %3Cpath d='M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-5 14H4v-4h11v4zm0-5H4V9h11v4zm5 5h-4V9h4v9z'/%3E %3Cpath d='M0 0h24v24H0z' fill='none'/%3E %3C/svg%3E");
  }

.icon-stars {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg height='36' viewBox='0 0 24 24' width='36' xmlns='http://www.w3.org/2000/svg' fill='%235c6774'%3E %3Cpath d='M0 0h24v24H0z' fill='none'/%3E %3Cpath d='M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zm4.24 16L12 15.45 7.77 18l1.12-4.81-3.73-3.23 4.92-.42L12 5l1.92 4.53 4.92.42-3.73 3.23L16.23 18z'/%3E %3C/svg%3E");
  }

.icon-text-format {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg height='36' viewBox='0 0 24 24' width='36' xmlns='http://www.w3.org/2000/svg' fill='%235c6774'%3E %3Cpath d='M5 17v2h14v-2H5zm4.5-4.2h5l.9 2.2h2.1L12.75 4h-1.5L6.5 15h2.1l.9-2.2zM12 5.98L13.87 11h-3.74L12 5.98z'/%3E %3Cpath d='M0 0h24v24H0z' fill='none'/%3E %3C/svg%3E");
  }

.icon-open-book {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 297 226.9' style='enable-background:new 0 0 297 226.9;' xml:space='preserve' fill='%235c6774'%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cpath d='M45.4,0C45.4,0,45.4,0,45.4,0C42.6,0,40,1.1,38,3.1c-2,2-3.1,4.7-3.1,7.5V170c0,5.8,4.8,10.6,10.6,10.6 c24.7,0.1,66.2,5.2,94.8,35.1V49c0-2-0.5-3.8-1.5-5.4C115.3,5.8,70.2,0.1,45.4,0z'/%3E %3Cpath d='M262.2,170V10.6c0-2.9-1.1-5.5-3.1-7.5c-2-2-4.6-3.1-7.4-3.1c0,0,0,0,0,0c-24.8,0.1-69.9,5.8-93.4,43.6 c-1,1.5-1.5,3.4-1.5,5.4v166.8c28.6-29.9,70-35.1,94.8-35.1C257.4,180.6,262.2,175.8,262.2,170z'/%3E %3Cpath d='M286.4,36.8h-7.7V170c0,14.9-12.2,27.1-27.1,27.1c-21,0.1-55.6,4.2-80.1,27.3c42.4-10.4,87.1-3.6,112.5,2.2 c3.2,0.7,6.5,0,9-2.1c2.5-2,4-5.1,4-8.3V47.4C297,41.5,292.2,36.8,286.4,36.8z'/%3E %3Cpath d='M18.3,170V36.8h-7.7C4.8,36.8,0,41.5,0,47.4v168.9c0,3.2,1.5,6.3,4,8.3c2.5,2,5.8,2.8,9,2.1 c25.5-5.8,70.1-12.5,112.5-2.2c-24.5-23.2-59.1-27.3-80.1-27.3C30.5,197.1,18.3,184.9,18.3,170z'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  }

.icon-download {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%235c6774'%3E %3Cpath d='M18.2,7.1h-4.7V0H6.5v7.1H1.8l8.2,8.2L18.2,7.1z M1.8,17.6V20h16.5v-2.4H1.8z'/%3E %3C/svg%3E");
  }

.icon-flight {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%235c6774'%3E %3Cpath d='M20,14l-8.4-2.5V17l2.1,1.5V20L10,19l-3.7,1v-1.5L8.4,17v-5.5L0,14v-2l8.4-5V1.5C8.4,0.7,9.1,0,10,0s1.6,0.7,1.6,1.5V7 l8.4,5C20,12,20,14,20,14z'/%3E %3C/svg%3E");
  }

.icon-feature-map {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Group_11' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='36px' height='35px' viewBox='0 0 36 35' style='enable-background:new 0 0 36 35;' xml:space='preserve' fill='%235c6774'%3E %3Ctitle%3Emap2%3C/title%3E %3Cg%3E %3Cpath d='M0,0v1v34h36V0H0z M34,33H2V2h32V33z'/%3E %3Cpath d='M26.8,14.1c0-4.7-3.8-8.6-8.6-8.6c-4.7,0-8.6,3.8-8.6,8.6c0,6.5,8.6,15.9,8.6,15.9S26.8,20.5,26.8,14.1z M15.1,14.1 c0-1.7,1.4-3.1,3.1-3.1c1.7,0,3.1,1.4,3.1,3.1c0,1.7-1.4,3.1-3.1,3.1C16.5,17.2,15.1,15.8,15.1,14.1z'/%3E %3C/g%3E %3C/svg%3E");
  }

.icon-feature-excursion {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Group_11' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 36 35' enable-background='new 0 0 36 35' xml:space='preserve' fill='%235c6774'%3E %3Ctitle%3Eplain%3C/title%3E %3Cg%3E %3Cpath d='M0,0v1v34h36V0H0z M33.9,32.9H2.1V2.1h31.8V32.9z'/%3E %3Cpath d='M5.909,28.089h1.344h21.509h1.344c0.45,0,0.815-0.365,0.815-0.815c0-0.45-0.365-0.815-0.815-0.815h-0.53 H6.438h-0.53c-0.45,0-0.815,0.365-0.815,0.815C5.094,27.724,5.459,28.089,5.909,28.089z'/%3E %3Cpath d='M7.952,15.705v8.088H7.432c-0.442,0-0.801,0.359-0.801,0.801v0.521h22.752v-0.521 c0-0.442-0.359-0.801-0.801-0.801h-0.521v-8.088h-4.246v8.088H20.13v-8.088h-4.246v8.088h-3.685v-8.088H7.952z'/%3E %3Cpath d='M6.71,14.361h22.593c0.001,0,0.001,0,0.002,0c0.443,0,0.801-0.359,0.801-0.801 c0-0.324-0.192-0.602-0.468-0.729L18.374,7.012c-0.231-0.119-0.505-0.119-0.735,0L6.342,12.848 c-0.328,0.17-0.498,0.542-0.411,0.901C6.019,14.108,6.34,14.361,6.71,14.361z'/%3E %3C/g%3E %3C/svg%3E");
  }

.icon-feature-flight-classes {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Group_11' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 36 35' style='enable-background:new 0 0 36 35;' xml:space='preserve' fill='%235c6774'%3E %3Ctitle%3Eplain%3C/title%3E %3Cpath d='M0,0v1v34h36V0H0z M33.9,32.9H2.1V2.1h31.8C33.9,2.1,33.9,32.9,33.9,32.9z'/%3E %3Cpath d='M13.4,9c-1-1-1-2.7,0-3.8s2.7-1,3.8,0c1,1,1,2.7,0,3.8C16.1,10,14.4,10,13.4,9z M11.3,23V11.1H8.6V23 c0,3.7,3,6.6,6.6,6.6h8V27h-8C13.1,27,11.3,25.2,11.3,23z M29.8,28.4l-6.7-6.7h-4.5v-4.9c1.9,1.5,4.8,2.9,7.3,2.9v-2.9 c-2.2,0-4.8-1.2-6.2-2.7L17.8,12c-0.3-0.3-0.6-0.5-0.9-0.7c-0.4-0.2-0.8-0.3-1.3-0.3h0c-1.6,0-3,1.3-3,3v7.6c0,2.2,1.8,4,4,4h6.7 l4.6,4.6L29.8,28.4z'/%3E %3C/svg%3E");
  }

.icon-feature-plane {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Group_11' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%235c6774'%3E %3Ctitle%3Eplain%3C/title%3E %3Cg%3E %3Cpath d='M0,0v0.6V20h20V0H0z M18.8,18.8H1.2V1.2h17.7V18.8z'/%3E %3Cpath d='M2.9,12.9l2.1,1L5,13.9l0.2,0.2c-0.1,0.1-0.1,0.3-0.1,0.4c0,0.2,0.1,0.3,0.2,0.4C5.4,15,5.5,15.1,5.7,15 C5.8,15,5.9,15,6.1,15l0.2,0.2l0.1,0.1l0.9,2.1c0.1,0.1,0.2,0.2,0.3,0.2c0.1,0,0.2-0.1,0.3-0.1l0.3-0.3c0.1-0.1,0.2-0.2,0.2-0.3 c0,0,0,0,0-0.1l-0.3-3l0.2-0.2c0.9-0.7,1.9-1.7,2.9-2.6l1.1,1.1c0,0,0.1,0.1,0.1,0.1l2.1,3.8c0.1,0.2,0.3,0.2,0.5,0.1l0.1-0.1 l0.6-0.6c0.1-0.1,0.1-0.2,0.1-0.3c0-0.1,0-0.1,0-0.1l-0.6-1.8l0.4-0.5c0.2-0.2,0.2-0.4,0-0.6l-0.3-0.3c-0.2-0.1-0.3-0.2-0.5-0.1 l-0.1-0.3l0.5-0.5c0.1-0.1,0.1-0.2,0.1-0.3c0-0.1-0.1-0.2-0.1-0.3L14.8,10c-0.2-0.2-0.4-0.2-0.6,0l-0.5-1.8l0.5-0.5 C15,7,15.7,6.3,16.4,5.5c0.6-0.6,0.9-1.4,0.9-2.3c0-0.2-0.1-0.3-0.1-0.5c0-0.1-0.1-0.1-0.1-0.1l-0.1-0.1c-0.2-0.1-0.3-0.1-0.4-0.1 c-0.8,0.1-1.6,0.5-2.2,1c-0.8,0.7-1.6,1.4-2.2,2.2l-0.6,0.6L9.9,5.7c0.2-0.2,0.2-0.4,0-0.6L9.6,4.7C9.6,4.7,9.4,4.6,9.3,4.6 c-0.1,0-0.2,0.1-0.3,0.1L8.6,5.3L8.3,5.1c0.2-0.2,0.2-0.4,0-0.6L8,4.2C7.9,4.2,7.8,4.1,7.7,4.1c-0.1,0-0.2,0.1-0.3,0.1L7,4.7 L5.2,4.1c-0.1,0-0.1,0-0.1,0C5,4.1,4.9,4.2,4.8,4.2L4.2,4.9C4.1,5,4.1,5.1,4.1,5.2c0,0.1,0.1,0.3,0.2,0.3l3.7,2.2l0.1,0.1l1.1,1.1 c-1,1.1-1.9,2.1-2.6,3l-0.2,0.2l-2.9-0.3H3.4c-0.1,0-0.3,0.1-0.4,0.2l-0.3,0.3c-0.1,0.1-0.1,0.2-0.1,0.3 C2.7,12.7,2.7,12.9,2.9,12.9z'/%3E %3C/g%3E %3C/svg%3E");
  }

.icon-feature-kids {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Group_11' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%235c6774'%3E %3Ctitle%3Ekids%3C/title%3E %3Cg%3E %3Cpath d='M0,0v0.6V20h20V0H0z M18.8,18.8H1.2V1.2h17.7V18.8z'/%3E %3Cellipse cx='11.7' cy='9.1' rx='0.8' ry='0.9'/%3E %3Cellipse cx='8.3' cy='9.1' rx='0.8' ry='0.9'/%3E %3Cpath d='M4.6,12.7c0.3,0.7,0.8,1.4,1.4,2c2.3,2.1,5.7,2.1,7.9,0c0.6-0.6,1.1-1.2,1.4-2c1-0.3,1.7-1.1,1.9-2.2 c0.1-0.3,0.1-0.6,0-0.9c-0.2-1-0.9-1.9-1.9-2.2c-0.3-0.7-0.8-1.4-1.4-2c-2.5-2.2-6.2-2-8.4,0.6C5.1,6.5,4.8,7,4.6,7.5 c-1,0.3-1.7,1.1-1.9,2.2c-0.1,0.3-0.1,0.6,0,0.9C2.8,11.6,3.6,12.5,4.6,12.7z M5.3,8.7c0.1,0,0.1,0,0.2,0c0.1-0.5,0.3-0.9,0.6-1.3 c1.4-2.2,4.3-2.9,6.4-1.4c0.6,0.3,1,0.9,1.4,1.4c0.2,0.4,0.4,0.8,0.6,1.3c0.1,0,0.1,0,0.2,0c0.7,0,1.3,0.6,1.3,1.4 c0,0.8-0.6,1.4-1.3,1.4c-0.1,0-0.1,0-0.2,0c-0.1,0.5-0.3,0.9-0.6,1.3c-1.4,2.2-4.3,2.9-6.4,1.4c-0.6-0.3-1-0.9-1.4-1.4 c-0.2-0.4-0.4-0.8-0.6-1.3c-0.1,0-0.1,0-0.2,0c-0.7,0-1.3-0.6-1.3-1.4C4,9.4,4.6,8.7,5.3,8.7z'/%3E %3Cpath d='M11.2,13.3c0.8-0.3,1.4-1,1.7-1.8H7C7.7,13.2,9.6,14,11.2,13.3z'/%3E %3C/g%3E %3C/svg%3E");
  }

.icon-feature-diving {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Group_11' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%235c6774'%3E %3Ctitle%3Esea%3C/title%3E %3Cg%3E %3Cpath d='M0,0v0.6V20h20V0H0z M18.8,18.8H1.2V1.2h17.7V18.8z'/%3E %3Cpath d='M5.6,13.2h0.3c0.9,0,1.8-0.7,2-1.6c0.1-0.3,0.3-0.5,0.6-0.5c0.3,0,0.5,0.2,0.6,0.5c0.2,1,1.1,1.7,2,1.7h0.3 c1.3,0,2.3-1,2.3-2.3v-0.6c0-0.5-0.4-0.9-0.9-0.9H4.2c-0.5-0.1-0.9,0.3-0.9,0.9v0.6C3.3,12.2,4.4,13.2,5.6,13.2z'/%3E %3Cpath d='M11.6,14.5h-0.9c-0.2-0.2-0.4-0.2-0.6-0.2H8.6c-0.6,0-0.9,0.5-0.9,1c0,0.6,0.4,1,0.9,1H10c0.2,0,0.4-0.1,0.6-0.2h0.9 c2.6,0,4.7-2.2,4.7-4.8V4.8c0.3-0.1,0.4-0.3,0.4-0.5c0-0.3-0.2-0.5-0.5-0.5h-1.4c-0.3,0-0.5,0.2-0.5,0.5c0,0.3,0.2,0.5,0.5,0.5h0.1 v6.3C14.8,13,13.3,14.5,11.6,14.5z'/%3E %3C/g%3E %3C/svg%3E");
  }

.icon-feature-cards {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Group_11' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%235c6774'%3E %3Ctitle%3Esea%3C/title%3E %3Cg%3E %3Cpath d='M0,0v0.6V20h20V0H0z M18.8,18.8H1.2V1.2h17.7V18.8z'/%3E %3Cpath d='M6.9,9v5.1c0,0.8,0.6,1.4,1.4,1.4h7.9c0.8,0,1.4-0.6,1.4-1.4V9c0-0.8-0.6-1.4-1.4-1.4H8.3C7.6,7.5,6.9,8.2,6.9,9z M16.8,14.1c0,0.3-0.2,0.5-0.5,0.5h-8c-0.3,0-0.5-0.2-0.5-0.5v-3.6h9V14.1z M16.3,8.5c0.3,0,0.5,0.2,0.5,0.5v0.2H7.8V9 c0-0.3,0.2-0.5,0.5-0.5H16.3z'/%3E %3Cpath d='M4.8,14.1c0.3,0.6,1,0.9,1.6,0.7c-0.2-0.3-0.3-0.7-0.3-1.1V8.9c0-1.2,0.9-2.2,2.1-2.2h4.9l-1-2.1c-0.3-0.7-1.2-1-1.8-0.6 L3.2,7.5C2.6,7.9,2.3,8.7,2.6,9.4L4.8,14.1z'/%3E %3Cpath d='M9.2,14.1c0.3,0,0.5-0.1,0.7-0.3c0.2,0.2,0.4,0.3,0.7,0.3c0.5,0,0.9-0.4,0.9-0.9c0-0.5-0.4-0.9-0.9-0.9 c-0.3,0-0.5,0.1-0.7,0.3c-0.2-0.2-0.4-0.3-0.7-0.3c-0.5,0-0.9,0.4-0.9,0.9C8.3,13.7,8.7,14.1,9.2,14.1z'/%3E %3C/g%3E %3C/svg%3E");
  }

.icon-feature-build-year {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Group_11' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%235c6774'%3E %3Ctitle%3Esea%3C/title%3E %3Cg%3E %3Cpath d='M-0.1,0v0.6V20H20V0H-0.1z M18.8,18.8H1.1V1.2h17.8V18.8z'/%3E %3Cpath d='M3.4,5.7L3.3,6.1C3.2,6.2,3.4,6.3,3.5,6.5c0.1,0.1,0.1,0.1,0.2,0.1s0.2-0.1,0.2-0.1l0.3-0.2l0.2,0.2 c0.1,0.1,0.2,0.1,0.2,0.1c0.1,0,0.2-0.1,0.2-0.1C4.9,6.3,5,6.2,4.9,6.1L4.9,5.7l0.3-0.3C5.3,5.3,5.3,5.1,5.3,5 C5.2,4.9,5.1,4.7,5,4.7L4.6,4.7L4.5,4.3c-0.1-0.3-0.6-0.3-0.7,0L3.7,4.7L3.3,4.7C3.2,4.7,3,4.9,3,5C3,5.1,3,5.3,3.1,5.4L3.4,5.7z'/%3E %3Cpath d='M15,5.7l-0.1,0.4c-0.1,0.2,0.1,0.3,0.2,0.4c0.1,0.1,0.1,0.1,0.2,0.1c0.1,0,0.2-0.1,0.2-0.1l0.3-0.2L16,6.5 c0.1,0.1,0.2,0.1,0.2,0.1s0.2-0.1,0.2-0.1c0.1-0.1,0.2-0.2,0.2-0.4l-0.1-0.4l0.3-0.3c0.1-0.1,0.2-0.2,0.1-0.4 c-0.1-0.1-0.2-0.2-0.3-0.2l-0.4-0.1l-0.1-0.3c-0.1-0.3-0.6-0.3-0.7,0l-0.1,0.3l-0.4,0.1c-0.1,0-0.3,0.1-0.3,0.3 c-0.1,0.1,0,0.3,0.1,0.4L15,5.7z'/%3E %3Cpath d='M8.9,5.2L8.7,6C8.7,6.2,8.8,6.3,8.9,6.5c0.1,0.1,0.3,0.1,0.4,0l0.6-0.4l0.6,0.4c0.1,0.1,0.2,0.1,0.2,0.1s0.2,0,0.2-0.1 C11,6.3,11.1,6.2,11.1,6l-0.2-0.8l0.6-0.5c0.1-0.1,0.2-0.3,0.1-0.5s-0.2-0.3-0.3-0.3l-0.8-0.1l-0.2-0.7c-0.1-0.3-0.6-0.3-0.7,0 L9.3,3.9L8.5,4C8.4,4,8.3,4.1,8.2,4.3s0,0.3,0.1,0.5L8.9,5.2z'/%3E %3Cpath d='M5.9,5.4L5.8,6C5.7,6.2,5.8,6.3,5.9,6.4C6,6.5,6,6.5,6.1,6.5c0.1,0,0.2-0.1,0.2-0.1l0.4-0.3l0.4,0.3 c0.1,0.1,0.2,0.1,0.2,0.1c0.1,0,0.2-0.1,0.2-0.1C7.7,6.3,7.8,6.2,7.8,6L7.7,5.4L8.1,5c0.1-0.1,0.2-0.3,0.1-0.4 C8.2,4.5,8,4.4,7.9,4.3L7.3,4.3L7.2,3.8C7,3.5,6.5,3.5,6.4,3.8L6.3,4.3L5.7,4.3c-0.2,0-0.3,0.1-0.3,0.3C5.3,4.8,5.4,4.9,5.5,5 L5.9,5.4z'/%3E %3Cpath d='M12.2,5.4L12.1,6c-0.1,0.2,0.1,0.3,0.2,0.4c0.1,0.1,0.1,0.1,0.2,0.1c0.1,0,0.2-0.1,0.2-0.1l0.4-0.3l0.4,0.3 c0.1,0.1,0.2,0.1,0.2,0.1s0.2-0.1,0.2-0.1c0.1-0.1,0.2-0.2,0.2-0.4L14,5.4L14.4,5c0.1-0.1,0.2-0.3,0.1-0.4 c-0.1-0.2-0.2-0.2-0.3-0.3l-0.6-0.1l-0.2-0.5c-0.1-0.3-0.6-0.3-0.7,0l-0.2,0.5L12,4.3c-0.2,0-0.3,0.1-0.3,0.3 c-0.1,0.2,0,0.3,0.1,0.4L12.2,5.4z'/%3E %3Cpath d='M14.5,10.1h-1.7V8.3c0-0.6-0.5-1.2-1.2-1.2H8.2C7.5,7.1,7,7.6,7,8.3v1.8H5.3c-0.6,0-1.1,0.5-1.1,1.2v5.6 c0,0.2,0.1,0.3,0.3,0.3h11c0.2,0,0.3-0.1,0.3-0.3v-5.6C15.7,10.6,15.2,10.1,14.5,10.1z M6.4,15.7c0,0.2-0.1,0.3-0.3,0.3H5.5 c-0.2,0-0.3-0.1-0.3-0.3v-0.6c0-0.2,0.1-0.3,0.3-0.3h0.6c0.2,0,0.3,0.1,0.3,0.3V15.7z M6.4,13.9c0,0.2-0.1,0.3-0.3,0.3H5.5 c-0.2,0-0.3-0.1-0.3-0.3v-0.6c0-0.2,0.1-0.3,0.3-0.3h0.6c0.2,0,0.3,0.1,0.3,0.3V13.9z M6.4,12.1c0,0.2-0.1,0.3-0.3,0.3H5.5 c-0.2,0-0.3-0.1-0.3-0.3v-0.6c0-0.2,0.1-0.3,0.3-0.3h0.6c0.2,0,0.3,0.1,0.3,0.3V12.1z M8.2,8.6c0-0.2,0.1-0.3,0.3-0.3h0.9 c0.2,0,0.3,0.1,0.3,0.3v0.6c0,0.2-0.1,0.3-0.3,0.3H8.4c-0.2,0-0.3-0.1-0.3-0.3V8.6z M8.2,10.3c0-0.2,0.1-0.3,0.3-0.3h0.9 c0.2,0,0.3,0.1,0.3,0.3v0.6c0,0.2-0.1,0.3-0.3,0.3H8.4c-0.2,0-0.3-0.1-0.3-0.3V10.3z M8.2,12.7v-0.6c0-0.2,0.1-0.3,0.3-0.3h0.9 c0.2,0,0.3,0.1,0.3,0.3v0.6c0,0.2-0.1,0.3-0.3,0.3H8.4C8.3,13,8.2,12.9,8.2,12.7z M11.1,16.2c0,0.2-0.1,0.3-0.3,0.3H9.1 c-0.2,0-0.3-0.1-0.3-0.3v-2.3c0-0.2,0.1-0.3,0.3-0.3h1.7c0.2,0,0.3,0.1,0.3,0.3V16.2z M11.6,12.7c0,0.2-0.1,0.3-0.3,0.3h-0.8 c-0.2,0-0.3-0.1-0.3-0.3v-0.6h-0.1c0-0.2,0.1-0.3,0.3-0.3h0.9c0.2,0,0.3,0.1,0.3,0.3V12.7z M11.6,10.9c0,0.2-0.1,0.3-0.3,0.3h-0.8 c-0.2,0-0.3-0.1-0.3-0.3v-0.6h-0.1c0-0.2,0.1-0.3,0.3-0.3h0.9c0.2,0,0.3,0.1,0.3,0.3V10.9z M11.6,9.1c0,0.2-0.1,0.3-0.3,0.3h-0.8 c-0.2,0-0.3-0.1-0.3-0.3V8.6h-0.1c0-0.2,0.1-0.3,0.3-0.3h0.9c0.2,0,0.3,0.1,0.3,0.3V9.1z M14.5,15.7c0,0.2-0.1,0.3-0.3,0.3h-0.6 c-0.2,0-0.3-0.1-0.3-0.3v-0.6c0-0.2,0.1-0.3,0.3-0.3h0.6c0.2,0,0.3,0.1,0.3,0.3V15.7z M14.5,13.9c0,0.2-0.1,0.3-0.3,0.3h-0.6 c-0.2,0-0.3-0.1-0.3-0.3v-0.6c0-0.2,0.1-0.3,0.3-0.3h0.6c0.2,0,0.3,0.1,0.3,0.3V13.9z M14.5,12.1c0,0.2-0.1,0.3-0.3,0.3h-0.6 c-0.2,0-0.3-0.1-0.3-0.3v-0.6c0-0.2,0.1-0.3,0.3-0.3h0.6c0.2,0,0.3,0.1,0.3,0.3V12.1z'/%3E %3C/g%3E %3C/svg%3E");
  }

.icon-feature-beach {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Group_11' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%235c6774'%3E %3Ctitle%3Ebeach%3C/title%3E %3Cg%3E %3Cpath d='M0,0v0.6V20h20V0H0z M18.8,18.8H1.2V1.2h17.7V18.8z'/%3E %3Cpath d='M13.7,7.8l1.9-2c-2.7-2.7-7.1-2.7-9.7,0C8.7,4.9,11.7,5.7,13.7,7.8z'/%3E %3Cpath d='M8.8,12.9l3.9-4c-2.1-2.2-4.7-3.3-6.8-3H5.9C5.6,7.9,6.7,10.6,8.8,12.9z'/%3E %3Cpolygon points='10.8,11.8 15.2,16.4 16.2,15.3 11.8,10.8 '/%3E %3Cpath d='M7.8,13.8c-2.1-2.1-2.8-5.2-1.9-8c-2.7,2.7-2.7,7.3,0,10L7.8,13.8z'/%3E %3C/g%3E %3C/svg%3E");
  }

.icon-feature-aquapark {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Group_11' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%235c6774'%3E %3Ctitle%3Esea%3C/title%3E %3Cg%3E %3Cpath d='M0,0v0.6V20h20V0H0z M18.8,18.8H1.2V1.2h17.7C18.8,1.2,18.8,18.8,18.8,18.8z'/%3E %3Cpath d='M3.7,10.3c0,0.2,0.1,0.3,0.1,0.5c0.1,0.6,0.3,1.2,0.7,1.7c0.4,0.6,1.1,1,1.9,1.1c0.4,0.1,0.9,0,1.3-0.2 c0.5-0.2,0.9-0.5,1.3-0.9c0.1-0.1,0.2-0.2,0.3-0.2c0.8-0.3,1.6-0.6,2.2-1.1c0.7-0.5,1.2-1,1.7-1.6c0-0.1,0.1-0.1,0.1-0.1 c0.2,0,0.5-0.1,0.7-0.1C14.3,9.3,14.7,9.2,15,9c0.4-0.2,0.9-0.6,1.2-1c0.4-0.6,0.6-1.2,0.5-1.9c-0.1-0.6-0.3-1.1-0.8-1.6 C15.5,4,15,3.6,14.4,3.3c-0.1-0.1-0.2-0.1-0.4-0.2c-0.1,0.3-0.3,0.7-0.4,1.1c0,0,0,0,0.1,0c0.4,0.2,0.8,0.3,1.1,0.7 c0.3,0.2,0.5,0.5,0.6,0.9s0.2,0.6,0.1,1c-0.1,0.3-0.3,0.5-0.5,0.7c-0.3,0.3-0.7,0.5-1,0.6c-0.1,0.1-0.2,0.1-0.3,0.1l0,0 c0.1-0.3,0.2-0.6,0.2-0.9c0-0.3,0.1-0.6,0-0.9c-0.1-0.5-0.3-1-0.6-1.4c-0.3-0.3-0.7-0.6-1.2-0.8C11.4,4,10.6,3.9,9.9,3.8 C9.4,3.7,9,3.8,8.6,3.9C8.1,3.9,7.7,4,7.3,4.2C6.8,4.4,6.4,4.6,6.1,4.9C5.8,5.2,5.6,5.6,5.5,6c0,0.3,0,0.6,0.1,1 c0.1,0.5,0.3,1,0.7,1.4C6.6,8.6,6.9,8.8,7.3,9C7.4,9,7.4,9,7.6,9.1C6.3,9.6,5,9.9,3.7,10.2C3.7,10.2,3.7,10.2,3.7,10.3z M7.4,7.8 C7.2,7.6,6.9,7.5,6.8,7.2C6.7,7.1,6.7,6.8,6.7,6.5c0-0.3,0.2-0.6,0.4-0.9c0.2-0.2,0.5-0.3,0.8-0.5c0.4-0.2,0.9-0.3,1.4-0.3 c0.1,0,0.2,0,0.3,0.1c0.3,0.1,0.6,0.2,0.9,0.4C10.8,5.6,11,5.7,11.1,6c0.1,0.4,0.1,0.7-0.2,1.1c-0.2,0.3-0.4,0.5-0.7,0.7 S9.7,8.1,9.4,8.3c-0.1,0-0.1,0.1-0.1,0.1C8.7,8.2,8,8.1,7.4,7.8z M5.4,11c1.2-0.3,2.3-0.7,3.5-1.1c0.7-0.3,1.3-0.6,1.9-1.1 c0.4-0.3,0.8-0.6,1.1-1.1c0.4-0.6,0.4-1.3,0.3-2V5.6c0.3,0.2,0.6,0.5,0.7,0.9c0.1,0.2,0.1,0.4,0,0.6c0,0.3-0.1,0.7-0.2,1 c-0.2,0.5-0.4,0.9-0.7,1.2c-0.5,0.6-1.1,1-1.8,1.3c-0.6,0.3-1.1,0.5-1.7,0.7c-0.1,0-0.1,0.1-0.1,0.1c-0.2,0.3-0.3,0.5-0.6,0.7 c-0.3,0.2-0.6,0.3-0.9,0.3c-0.2,0-0.4,0-0.7-0.1c-0.4-0.1-0.7-0.3-0.8-0.6c-0.1-0.2-0.2-0.4-0.3-0.6C5.2,11,5.3,11,5.4,11z'/%3E %3Cpath d='M3.6,16.1c0.3,0.2,0.7,0.3,1,0.3c0.4,0.1,0.8,0,1.2-0.1c0.3-0.1,0.6-0.2,0.8-0.5c0.5,0.4,1.1,0.6,1.7,0.6 c0.6,0,1.2-0.2,1.7-0.6c0.5,0.4,1.1,0.6,1.7,0.6c0.6,0,1.2-0.2,1.7-0.6l0,0c0.4,0.3,0.9,0.5,1.4,0.6c0.5,0.1,1-0.1,1.4-0.2 c0.4-0.2,0.7-0.5,0.9-0.9c0.1-0.2,0.2-0.3,0.2-0.6c-0.4-0.1-0.7-0.1-1.1-0.1c0,0.1-0.1,0.1-0.1,0.2c-0.1,0.1-0.1,0.2-0.2,0.2 c-0.6,0.3-1.1,0.3-1.7,0.1c-0.2-0.1-0.3-0.2-0.3-0.4c-0.4,0.1-0.7,0.1-1.1,0c0,0.1-0.1,0.2-0.1,0.2c-0.1,0.1-0.1,0.1-0.2,0.2 c-0.5,0.3-1.1,0.3-1.6,0.1c-0.2-0.1-0.4-0.2-0.4-0.5c-0.4,0.1-0.7,0.1-1.1,0c0,0.1-0.1,0.2-0.1,0.2C9.1,15,9,15.1,8.9,15.2 c-0.3,0.2-0.7,0.2-1.1,0.1c-0.2-0.1-0.4-0.1-0.6-0.3c-0.1-0.1-0.2-0.2-0.2-0.3c-0.4,0.1-0.7,0.1-1.1,0c0,0.1-0.1,0.2-0.2,0.3 c-0.2,0.2-0.4,0.3-0.7,0.3c-0.4,0.1-0.7,0-1.1-0.2c-0.2-0.1-0.3-0.2-0.3-0.4c-0.4,0.1-0.7,0.1-1.1,0.1c0,0.2,0.1,0.4,0.1,0.6 C3,15.7,3.3,15.9,3.6,16.1z'/%3E %3Cpath d='M16.1,12c-0.1,0.1-0.1,0.1-0.2,0.1c-0.6,0.3-1.1,0.3-1.7,0.1c-0.2-0.1-0.3-0.2-0.3-0.4c-0.4,0-0.7,0.1-1.1,0.1 c0,0.1,0,0.1-0.1,0.2c-0.1,0.1-0.2,0.1-0.2,0.2c-0.4,0.2-0.8,0.3-1.2,0.2c-0.1,0-0.1,0-0.1,0c-0.4,0.2-0.7,0.3-1.1,0.5H10 c0.4,0.4,1,0.6,1.6,0.6c0.7,0.1,1.3-0.2,1.8-0.6c0.2,0.1,0.3,0.2,0.5,0.3c0.6,0.2,1.1,0.3,1.7,0.2c0.6-0.1,1.1-0.3,1.4-0.8 c0.2-0.2,0.3-0.5,0.3-0.9c-0.4-0.1-0.7-0.1-1.1-0.1C16.2,11.9,16.1,12,16.1,12z'/%3E %3C/g%3E %3C/svg%3E");
  }

.icon-feature-yes {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Group_11' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%235c6774'%3E %3Ctitle%3Epool%3C/title%3E %3Cpath class='st0' d='M85.2,10.3h24v24h-24V10.3z'/%3E %3Cg%3E %3Cpath d='M0,0v20h20V0H0z M18.9,18.9H1.1V1.1h17.9C18.9,1.1,18.9,18.9,18.9,18.9z'/%3E %3Cpolygon points='17,6.2 15.9,5 7.4,13.7 4.1,10.3 3,11.4 7.4,16 '/%3E %3C/g%3E %3C/svg%3E");
  }

.icon-feature-windsurfing {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Group_11' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%235c6774'%3E %3Ctitle%3Epool%3C/title%3E %3Cg%3E %3Cpath d='M5.6,16.6c0.3,0,0.6,0.1,0.8,0.2c0.4,0.3,0.9,0.5,1.4,0.5s1-0.2,1.4-0.5c0.2-0.2,0.5-0.2,0.8-0.2s0.6,0.1,0.8,0.2 c0.9,0.6,2,0.6,2.9,0c0.2-0.2,0.5-0.2,0.8-0.2c0.2,0,0.5,0.1,0.7,0.2c0.4,0.3,0.9,0.5,1.4,0.5V16c-0.3,0-0.6-0.1-0.8-0.2 c-0.9-0.6-2-0.6-2.9,0C12.7,16,12.4,16,12.2,16c-0.2,0-0.5-0.1-0.7-0.2c-0.4-0.3-0.9-0.5-1.4-0.5s-1,0.2-1.4,0.5 C8.3,16,8.1,16,7.8,16S7.2,16,7,15.8c-0.4-0.3-0.9-0.5-1.4-0.5s-1,0.2-1.4,0.5C3.9,16,3.6,16,3.3,16v1.3c0.5,0,1-0.2,1.4-0.5 C5,16.7,5.3,16.6,5.6,16.6z'/%3E %3Cpath d='M0,0.1V20h20V0.1H0z M18.9,18.9H1.1V1.1h17.9C18.9,1.1,18.9,18.9,18.9,18.9z'/%3E %3Cpath d='M11.6,13.9c0.1,0.3,0.4,0.4,0.7,0.2l3.9-2.5c0.3-0.2,0.5-0.6,0.4-0.9c-0.6-4.2-5-7.1-8.7-7.8C7.6,2.9,7.4,3.1,7.6,3.4 L11.6,13.9z'/%3E %3Cellipse cx='4.7' cy='8.6' rx='0.8' ry='0.9'/%3E %3Cpath d='M4.1,10.3c0.1,0.3,0.2,0.5,0.2,0.5l0.8,2c0.1,0.3,0.4,0.5,0.8,0.5h2.3l1.3,1.3c0.2,0.2,0.6,0.2,0.7,0 c0.2-0.2,0.2-0.6,0-0.8l-1.6-1.5c-0.1-0.1-0.2-0.1-0.3-0.1H6.8l-0.7-1.6h0.8c0,0,0.2,0,0.3-0.1l1.4-0.6c0.1-0.1,0.2-0.2,0.2-0.3 c0-0.2-0.2-0.4-0.4-0.4c-0.1,0-0.1,0-0.1,0L7,9.8H4.7C4.2,9.7,3.9,10,4.1,10.3z'/%3E %3C/g%3E %3C/svg%3E");
  }

.icon-feature-wifi {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Group_11' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%235c6774'%3E %3Cg%3E %3Ctitle%3Ewifi%3C/title%3E %3Cg%3E %3Cpath d='M0,0v0.6V20h20V0H0z M18.8,18.8H1.2V1.2h17.7C18.8,1.2,18.8,18.8,18.8,18.8z'/%3E %3Cpath d='M8.2,13.7l1.8,1.9l1.8-1.9C10.8,12.6,9.2,12.6,8.2,13.7z'/%3E %3Cpath d='M5.8,11.2L7,12.5c1.7-1.7,4.4-1.7,6.1,0l1.2-1.3C11.9,8.8,8.1,8.8,5.8,11.2z'/%3E %3Cpath d='M15.4,9.9l1.2-1.3C13,4.9,7,4.9,3.3,8.7l1.2,1.3C7.6,6.9,12.4,6.9,15.4,9.9z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  }

.icon-feature-show {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Group_11' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%235c6774'%3E %3Cg%3E %3Ctitle%3Eshow%3C/title%3E %3Cg%3E %3Cpath d='M0,0v0.6V20h20V0H0z M18.8,18.8H1.2V1.2h17.7C18.8,1.2,18.8,18.8,18.8,18.8z'/%3E %3Crect x='13.1' y='9.4' width='3.6' height='1.3'/%3E %3Cpolygon points='11.7,12.7 12.5,11.8 13.8,13.1 13,14 '/%3E %3Cpolygon points='11.7,7.3 13,6 13.8,6.9 12.5,8.2 '/%3E %3Cpolygon points='6.2,13.1 7.5,11.7 8.3,12.6 7,13.9 '/%3E %3Crect x='9.4' y='13.1' width='1.2' height='3.7'/%3E %3Crect x='9.4' y='3.1' width='1.2' height='3.7'/%3E %3Crect x='3.3' y='9.4' width='3.7' height='1.3'/%3E %3Cpolygon points='6.2,6.9 7,6.1 8.3,7.4 7.5,8.3 '/%3E %3Cpath d='M10,11.9c1,0,1.8-0.9,1.8-1.9S11,8.1,10,8.1S8.2,9,8.2,10S9,11.9,10,11.9z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  }

.icon-feature-pool {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Group_11' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%235c6774'%3E %3Ctitle%3Epool%3C/title%3E %3Cg%3E %3Cpath d='M8.1,6.7l0.7,0.7L6.6,9.7c0.2,0.1,0.3,0.2,0.5,0.3c0.2,0.1,0.5,0.2,0.8,0.1c0.3,0,0.6-0.1,0.8-0.2c0.4-0.3,0.9-0.5,1.4-0.5 s1,0.1,1.4,0.5c0.2,0.2,0.5,0.2,0.8,0.2s0.6-0.1,0.8-0.2l0.3-0.2L9.1,5.3C8,4.3,7.1,3.9,5.4,4v1.7C6.4,5.6,7.3,6,8.1,6.7z'/%3E %3Cpath d='M5.6,12.5c0.3,0,0.6,0.1,0.8,0.2c0.4,0.3,0.9,0.5,1.4,0.5c0.5,0,1-0.2,1.4-0.5c0.2-0.2,0.5-0.2,0.8-0.2s0.6,0.1,0.8,0.2 c0.9,0.6,2,0.6,2.9,0c0.2-0.2,0.5-0.2,0.8-0.2c0.2,0,0.5,0.1,0.7,0.2c0.4,0.3,0.9,0.5,1.4,0.5l0.2-1.4c-0.3,0-0.6-0.1-0.8-0.2 c-0.9-0.6-2-0.6-2.9,0c-0.2,0.2-0.5,0.2-0.8,0.2s-0.6-0.1-0.8-0.2c-0.9-0.6-2-0.6-2.9,0c-0.2,0.2-0.5,0.2-0.8,0.2s-0.6-0.1-0.8-0.2 c-0.4-0.3-0.9-0.5-1.4-0.5s-1,0.2-1.4,0.5c-0.2,0.2-0.5,0.2-0.8,0.2v1.4c0.5,0,1-0.2,1.4-0.5C5.1,12.5,5.3,12.5,5.6,12.5z'/%3E %3Cpath d='M5.6,15.5c0.3,0,0.6,0.1,0.8,0.2c0.4,0.3,0.9,0.5,1.4,0.5s1-0.2,1.4-0.5c0.2-0.2,0.5-0.2,0.8-0.2s0.6,0.1,0.8,0.2 c0.9,0.6,2,0.6,2.9,0c0.2-0.2,0.5-0.2,0.8-0.2c0.2,0,0.5,0.1,0.7,0.2c0.4,0.3,0.9,0.5,1.4,0.5v-1.3c-0.3,0-0.6-0.1-0.8-0.2 c-0.9-0.6-2-0.6-2.9,0c-0.2,0.2-0.5,0.2-0.8,0.2c-0.2,0-0.5-0.1-0.7-0.2c-0.4-0.3-0.9-0.5-1.4-0.5s-1,0.2-1.4,0.5 c-0.2,0.2-0.5,0.2-0.8,0.2c-0.3,0-0.6-0.1-0.8-0.2c-0.4-0.3-0.9-0.5-1.4-0.5s-1,0.2-1.4,0.5c-0.2,0.2-0.5,0.2-0.8,0.2v1.3 c0.5,0,1-0.2,1.4-0.5C5,15.5,5.3,15.5,5.6,15.5z'/%3E %3Cellipse cx='13' cy='5.7' rx='1.7' ry='1.7'/%3E %3Cpath d='M0,0v20h20V0H0z M18.9,18.9H1.1V1.1h17.9C18.9,1.1,18.9,18.9,18.9,18.9z'/%3E %3C/g%3E %3C/svg%3E");
  }

.icon-passenger {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%235c6774' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath clip-rule='evenodd' d='M4 15v-3a4 4 0 014-4v0a4 4 0 014 4v3H4zM8 5a2 2 0 100-4 2 2 0 000 4z' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E");
  }

.icon-organization {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 15' fill='%235c6774'%3E %3Ctitle%3Eorganization%3C/title%3E %3Cg id='Layer_2' data-name='Layer 2'%3E %3Cg id='Layer_1-2' data-name='Layer 1'%3E %3Cpath d='M8,0,0,8,1,9,8,2l7,7,1-1ZM2,9v6H14V9L8,3Z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  }

.icon-search {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg height='36' viewBox='0 0 24 24' width='36' xmlns='http://www.w3.org/2000/svg' fill='%235c6774'%3E %3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E %3Cpath d='M0 0h24v24H0z' fill='none'/%3E %3C/svg%3E");
  }

.icon-video360 {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 515.9 293.1' style='enable-background:new 0 0 515.9 293.1;' xml:space='preserve' fill='%235c6774'%3E %3Cg%3E %3Cpath d='M515.9,161.5c-0.2,2.1-0.4,4.3-0.7,6.4c-1.2,8.2-4.4,15.6-9,22.5c-6.3,9.6-14.5,17.4-23.7,24.2c-13.4,10-28.1,17.6-43.5,24 c-18.1,7.5-36.8,13.1-55.9,17.5c-12.1,2.8-24.3,5.1-36.6,6.9c-5.2,0.8-10.5,1.5-15.8,2c-6.5,0.7-12.3-4.6-12.7-11.1 c-0.3-6.1,4-11.6,11-12.6c8.7-1.2,17.5-2.5,26.1-4c14.9-2.6,29.7-6.2,44.1-10.8c17.7-5.6,34.8-12.5,50.6-22.3 c9.4-5.8,18.1-12.6,25.3-21.1c5.4-6.4,9.5-13.4,11.4-21.6c2.5-10.9,0.5-21.2-4.9-30.8c-4.8-8.6-11.5-15.6-19.1-21.8 c-10.5-8.6-22.1-15.2-34.3-20.9c-0.6-0.3-1.2-0.6-1.8-0.9c-1.8-1.1-2.7-3-2.3-5.1c0.5-2.1,2-3.4,4-3.8c1.3-0.2,2.8-0.3,4,0.2 c18.6,7.5,36.4,16.6,52.3,29.1c8.9,7.1,16.8,15,22.8,24.8c4.1,6.6,6.8,13.7,8,21.4c0.3,2,0.4,4,0.6,5.9 C515.9,160.2,515.9,160.9,515.9,161.5z'/%3E %3Cpath d='M451.1,0c1.9,0.3,3.8,0.6,5.6,1c10.5,2.5,18.5,11.4,20,22c2,14.3-7.1,27.4-21.3,30.4c-9.8,2.1-18.8,0.2-26.3-6.8 c-6-5.6-8.4-12.7-8.1-20.8c0.5-12.4,9.9-23.3,23.6-25.4c0.8-0.1,1.6-0.2,2.4-0.4C448.4,0,449.8,0,451.1,0z M435.5,27.3 c0.3,1.6,0.5,3.3,1,4.9c1.8,5.1,5.3,8.3,10.7,9.1c5,0.7,9.2-1,12.2-5.2c2.8-3.9,3.4-8.2,2.3-12.8c-2.3-9.2-10.6-12-17.3-9.5 C439.1,15.6,435.7,21,435.5,27.3z'/%3E %3Cpath d='M232.3,244.8c0-2.2,0-4.3,0-6.4c0-3.5,0-7,0-10.4c0-5.7,5.4-8.9,10.4-6.1c7,3.9,14.1,7.7,21.1,11.6 c10.5,5.8,21,11.6,31.5,17.3c2.5,1.4,4,3.3,4,6.2c0,2.9-1.5,4.9-4,6.3c-17.6,9.6-35.1,19.2-52.6,28.9c-3.3,1.8-6.9,1.1-9-1.7 c-0.9-1.2-1.4-2.6-1.4-4.1c0-5.5,0-11,0-16.6c0-1.2-0.4-1.4-1.5-1.5c-9.2-0.7-18.3-1.3-27.5-2.1c-14-1.3-27.9-3.3-41.7-5.8 c-29.4-5.4-58.1-13.1-85.6-25c-14.3-6.2-28.1-13.5-40.7-22.8c-9.8-7.3-18.7-15.5-25.5-25.8c-4.7-7.1-8.1-14.9-9.3-23.4 c-1.5-10.1,0.2-19.8,4.5-29c4.7-9.9,11.6-18,19.7-25.3C36.2,98.8,49.2,91,63,84.2c10.3-5.1,21-9.3,31.9-13.1 c1.6-0.6,3.2-0.7,4.8-0.1c2,0.8,3.4,2.5,3.4,4.5c0,1.9-1.2,3.7-3.2,4.5c-3.5,1.5-7.1,2.8-10.6,4.4C76,90.2,63.4,97.1,52.2,106.3 c-7.3,6-13.7,12.7-18.4,21c-3.9,7-6.1,14.4-5.8,22.5c0.3,9.1,3.5,17.2,8.6,24.7c6.1,9,14,16.1,22.7,22.3 c12.1,8.7,25.3,15.3,39.1,20.9c18.8,7.6,38.2,13.3,58.1,17.3c11.3,2.3,22.7,4.3,34.2,5.9c9.3,1.4,18.7,2.1,28.1,3 c4,0.4,8,0.6,12,0.9C231.2,244.8,231.7,244.8,232.3,244.8z'/%3E %3Cpath d='M405.2,96.1c0,6.6,0.3,13.3-0.1,19.9c-0.5,9.8-2.6,19.3-8.4,27.6c-5.9,8.6-14,13.9-24.2,15.9c-9.6,1.9-19.1,1.6-28.3-2 c-11.4-4.4-18.8-12.8-22.7-24.3c-2.3-6.6-3.3-13.4-3.4-20.3c-0.1-10.6-0.2-21.1-0.1-31.7c0.1-9.2,1.2-18.3,5.2-26.7 c5.9-12.7,15.8-20.1,29.6-22.3c8.2-1.3,16.3-1,24.3,1.6c12,4,20,12.3,24.5,24.1c2.3,6,3.4,12.3,3.6,18.7 C405.4,83.1,405.3,89.6,405.2,96.1C405.3,96.1,405.2,96.1,405.2,96.1z M376.3,97.8C376.3,97.8,376.3,97.8,376.3,97.8 c0-7.7,0.1-15.4,0-23c-0.1-4.4-0.8-8.7-2.6-12.7c-3.5-8.1-11.2-9.8-17.4-7.1c-3.9,1.7-5.9,5.1-7.2,9c-1.5,4.8-2,9.7-2,14.7 c0,12.7,0,25.4,0.1,38c0,3.9,0.6,7.8,1.9,11.5c1.3,3.9,3.2,7.2,7.1,8.9c5.4,2.5,13.9,1.9,17.7-7.1c1.7-4.1,2.4-8.4,2.5-12.7 C376.4,110.8,376.3,104.3,376.3,97.8z'/%3E %3Cpath d='M294,57.7c-2.9-0.8-5.8-1.6-8.7-2.2c-5.4-1.2-10.9-1.9-16.4-0.9c-8.6,1.5-13.9,6.7-16.7,14.8c-1.4,4.1-1.8,8.4-1.8,12.8 c0,0.2,0,0.5,0.1,0.7c0,0.1,0.1,0.2,0.2,0.3c0.1,0,0.2,0,0.3,0c4.6-4.8,10.3-7.2,16.7-8.3c6.4-1,12.7-0.9,19,1 c7.8,2.5,13.5,7.6,17.6,14.6c3.5,5.9,5.3,12.3,6.1,19.1c0.7,6.5,0.8,13-0.9,19.3c-4.8,17.1-15.9,27.5-33.3,30.9 c-10,1.9-19.9,1.1-29.2-3.1c-12.2-5.6-19.8-15.2-23.5-27.9c-1.8-6.1-2.4-12.4-2.4-18.7c0-9.2-0.1-18.3,0.1-27.5 c0.3-11.7,3-22.6,10.3-32c7.5-9.5,17.3-15.4,29.1-17.7c12.8-2.5,25.3-1.3,37.5,3.6c0.7,0.3,1,0.6,0.8,1.4 c-1.5,6.4-2.9,12.8-4.4,19.2C294.2,57.2,294.1,57.5,294,57.7z M281.6,117.7c0-4.6-0.5-8.6-2.3-12.4c-2-4.2-4.8-7.6-9.6-8.4 c-2.6-0.4-5.4-0.2-8.1,0.1c-4.1,0.5-7.8,1.9-10.9,4.8c-0.4,0.4-0.9,1.1-0.9,1.7c0.1,5.3,0.2,10.6,0.6,15.9c0.4,4.3,1.8,8.3,4,12 c5.1,8.4,17.5,10,23.4,0C280.5,127,281.7,122.3,281.6,117.7z'/%3E %3Cpath d='M190.4,94.3c0.8,0.4,1.3,0.6,1.8,0.8c8.4,3.6,14.9,9.1,17.9,18c4.4,13.3,1.1,29.9-13.7,39.3c-6.9,4.4-14.4,6.8-22.5,7.7 c-9.1,1-18.1,0.7-26.9-2.2c-6.9-2.3-13.1-5.7-18.2-11c-4.6-4.9-6.9-10.9-7.4-17.5c-0.1-1.4-0.1-2.8-0.2-4.2c0-0.8,0.3-1.1,1.1-1.1 c8.8,0,17.7,0,26.5,0c0.7,0,1,0.3,1,1c0.1,6.5,6.5,12.7,14.7,13.2c2.9,0.2,5.7-0.1,8.4-1c7-2.5,10.9-9.2,9.9-16.7 c-0.2-1.4-0.4-2.9-0.8-4.2c-1.6-6-5.9-9-11.7-10.2c-1.7-0.4-3.6-0.5-5.3-0.5c-4.2-0.1-8.4,0-12.6,0c-0.4,0-0.9,0-1.4,0 c0-0.5-0.1-1-0.1-1.4c0-6.2,0-12.5,0-18.7c0-1.1,0.3-1.4,1.4-1.4c4.9,0,9.8,0,14.7-0.2c7.6-0.3,13.1-5.8,13.7-13.4 c0.2-2.5,0.2-5-0.6-7.3c-1.6-4.5-4.6-7.5-9.3-8.7c-5.3-1.3-10.3-0.6-14.8,2.7c-2.5,1.9-4.1,4.4-4.4,7.5c0,0.3-0.1,0.5-0.1,0.9 c-0.5,0-0.9,0.1-1.3,0.1c-8.4,0-16.9,0-25.3,0c-1.6,0-1.6,0-1.6-1.6c0-9.6,4-17.1,11.5-22.9c6.8-5.2,14.6-8.2,23.1-9.1 c9.5-1,18.9-0.4,28,2.7c7.7,2.6,14.3,6.9,18.9,13.8c3.3,5,4.7,10.7,5,16.6c0.6,9.4-3.1,17-10,23.1c-2.4,2.1-5.2,3.6-7.8,5.3 C191.6,93.8,191.1,93.9,190.4,94.3z'/%3E %3C/g%3E %3C/svg%3E");
  }

.icon-label {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 16.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='15px' height='20px' viewBox='0 0 15 20' enable-background='new 0 0 15 20' xml:space='preserve' fill='%235c6774'%3E %3Cpath d='M1.11,7.643c-1.305,1.302-1.356,3.411-0.052,4.714l6.367,6.667C8.077,19.674,8.534,20,9.369,20H15V0H9.369 c-0.835,0-1.318,0.325-1.97,0.976L1.11,7.643z M11,6.667c1.845,0,3.341,1.492,3.341,3.333c0,1.842-1.496,3.334-3.341,3.334 S7.66,11.841,7.66,10C7.66,8.159,9.155,6.667,11,6.667z'/%3E %3C/svg%3E");
  }

.icon-label-backdrop {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 20.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%235c6774'%3E %3Cpath d='M1.1,7.6C-0.2,8.9-0.3,11,1,12.3L7.4,19c0.7,0.6,1.1,1,1.9,1H23V0H9.4c-0.8,0-1.3,0.3-2,1L1.1,7.6z'/%3E %3C/svg%3E");
  }

.icon-link {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' fill='%235c6774'%3E %3Cpath d='M4.92114286,15.99765 C3.60685714,15.99765 2.37028571,15.54965 1.44114286,14.73565 C0.512,13.92265 0,12.84165 0,11.69065 C0,10.54065 0.512,9.45965 1.44114286,8.64665 L4.06971429,6.34565 C4.74628571,5.75465 5.59542857,5.35165 6.52685714,5.17865 C8.16228571,4.87665 9.848,5.31165 11.0297143,6.34565 L10.2217143,7.05265 C9.31428571,6.25865 8.02171429,5.92365 6.76342857,6.15665 C6.04914286,6.28965 5.39771429,6.59965 4.87771429,7.05265 L2.24914286,9.35365 C0.776,10.64265 0.776,12.73965 2.24914286,14.02865 C3.67657143,15.27765 6.16457143,15.27765 7.592,14.02865 L10.2217143,11.72865 L11.0297143,12.43565 L8.4,14.73565 C7.47085714,15.54965 6.23542857,15.99765 4.92114286,15.99765 Z M7.9256,10.91025 C6.61131429,10.91025 5.37588571,10.46225 4.4456,9.64925 L5.2536,8.94225 C6.7256,10.23025 9.12217143,10.23125 10.5964571,8.94225 L13.2261714,6.64125 C14.6993143,5.35225 14.6993143,3.25525 13.2261714,1.96625 C11.7530286,0.67725 9.35531429,0.67725 7.88217143,1.96625 L5.2536,4.26625 L4.4456,3.55925 L7.07417143,1.25925 C8.99302857,-0.41975 12.1164571,-0.41975 14.0341714,1.25925 C15.9530286,2.93725 15.9530286,5.66925 14.0341714,7.34825 L11.4044571,9.64925 C10.4753143,10.46225 9.23988571,10.91025 7.9256,10.91025 Z' id='Fill-4'/%3E %3C/svg%3E");
  }

.icon-meals {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12' fill='%235c6774'%3E %3Cpath d='M0 10.286h16V12H0zM13.063 4.102C11.95 2.895 10.539 2.133 9.009 1.9c.1-.186.157-.402.157-.633C9.166.568 8.643 0 8 0c-.643 0-1.166.568-1.166 1.267 0 .23.057.447.157.633-1.53.233-2.942.995-4.054 2.202C1.622 5.53.883 7.416.842 9.43h14.316c-.04-2.013-.78-3.899-2.095-5.327z'/%3E %3C/svg%3E");
  }

.icon-extra-baggage {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%235c6774'%3E %3Cg%3E %3Cpath d='M.551 6.267v7.449c0 .77.625 1.395 1.396 1.395h.55v.489h1.947v-.489h.49V4.871H1.946c-.771 0-1.396.625-1.396 1.396zM14.267 4.871H11.27v10.24h.489v.489h1.947v-.489h.56c.77 0 1.395-.625 1.395-1.395v-7.45a1.404 1.404 0 0 0-1.395-1.395zM5.911 4.871h4.391v10.24H5.911z'/%3E %3Cpath fill-rule='nonzero' d='M9.404 0H6.8a1.369 1.369 0 0 0-1.378 1.378v1.635c0 .761.617 1.378 1.378 1.378h2.604c.761 0 1.378-.617 1.378-1.378V1.378A1.369 1.369 0 0 0 9.404 0zm.374 3.013a.4.4 0 0 1-.4.4h-.08v-.977H6.88v.977H6.8a.4.4 0 0 1-.4-.4V1.378c0-.221.18-.4.4-.4h2.604c.221 0 .4.179.4.4v1.635h-.026z'/%3E %3C/g%3E %3C/svg%3E");
  }

.icon-choose-seat {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 17' fill='%235c6774'%3E %3Cpath d='M12.932 9.976H8.308l-3.387.297-.635-1.66H9.57a.779.779 0 0 0 .796-.796.77.77 0 0 0-.796-.787H3.727L2.72 4.27V1.414A1.16 1.16 0 0 0 1.534.23 1.169 1.169 0 0 0 .34 1.415v2.973c.006.147.034.293.085.432.015.08.038.16.067.237l2.76 7.62c.056.138.13.266.221.382.22.311.586.485.965.457h2.54v2.032H3.703a.584.584 0 0 0-.593.602v.067a.584.584 0 0 0 .593.593h8.078a.584.584 0 0 0 .593-.593v-.093a.584.584 0 0 0-.593-.601H8.52V13.49h3.641a.737.737 0 0 0 .796-.585l.525-1.947a.779.779 0 0 0-.559-.974'/%3E %3C/svg%3E");
  }

.icon-feature-covid-free {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E %3Cdefs%3E %3CclipPath id='clip-path'%3E %3Cpath fill='none' d='M-88.23-1482.33h37v27h-37z'/%3E %3C/clipPath%3E %3Cstyle/%3E %3C/defs%3E %3Cpath d='M0 0v20h20V0zm18.8 18.8H1.2V1.2h17.7c-.1 0-.1 17.6-.1 17.6z' fill='%237bb2d7'/%3E %3Cpath d='M17 10.29a.46.46 0 00-.53-.23 2.63 2.63 0 00-.5.14 1.66 1.66 0 01-1.2 0 2.11 2.11 0 000-.25 3.41 3.41 0 00-.07-.65 1.41 1.41 0 01.35 0 .82.82 0 00.35 0 .28.28 0 00.23-.3c-.05-.32-.38-.43-.68-.19-.1.07-.2.11-.3.17a4 4 0 00-.33-1 1.65 1.65 0 01.68-.33c.23-.05.46-.07.69-.11a.54.54 0 00.48-.46.65.65 0 00-.33-.59.54.54 0 00-.63.17A2.6 2.6 0 0015 7a1.49 1.49 0 01-.87.59 4.46 4.46 0 00-.52-.71l.16-.09a1 1 0 00.36-.24.3.3 0 000-.46c-.25-.21-.49-.14-.63.23 0 .09-.09.17-.14.26a4.85 4.85 0 00-.91-.58 1.63 1.63 0 01.55-.8l.47-.41a.48.48 0 00.1-.59.59.59 0 00-.57-.32c-.24 0-.36.17-.43.39a3.23 3.23 0 00-.08.53 1.56 1.56 0 01-.36 1 4.71 4.71 0 00-1.95-.43h-.33a1.54 1.54 0 010-1.06c0-.14.08-.28.12-.42a.53.53 0 00-.19-.63.66.66 0 00-.7 0 .52.52 0 00-.14.74c.09.24.23.46.32.7a1.32 1.32 0 01.05.77 4.65 4.65 0 00-2 .9 1.57 1.57 0 01-.63-.83c-.07-.2-.11-.41-.18-.61a.49.49 0 00-.5-.42.62.62 0 00-.55.38.51.51 0 00.21.59 3 3 0 00.42.26 1.55 1.55 0 01.8.93 4.93 4.93 0 00-.56.65A1.19 1.19 0 016.09 7a.61.61 0 00-.19-.26c-.09-.07-.26-.16-.35-.12a.54.54 0 00-.27.38c0 .08.08.23.17.31a.83.83 0 00.32.13l.42.14a4.09 4.09 0 00-.41.84A1.59 1.59 0 014.6 8c-.18-.14-.33-.29-.52-.42a.45.45 0 00-.59 0 .61.61 0 00-.2.64.46.46 0 00.47.33 2.26 2.26 0 00.52 0 1.62 1.62 0 011.3.45 4.35 4.35 0 00-.11 1 4.82 4.82 0 00.09.86 1.72 1.72 0 01-1.39.4 3.39 3.39 0 00-.64-.07.44.44 0 00-.45.35.58.58 0 00.18.62.5.5 0 00.58 0c.23-.14.46-.31.7-.45a1.59 1.59 0 011.25-.1A4.65 4.65 0 006.64 13a1.83 1.83 0 01-.85 1.11c-.23.11-.47.21-.68.33a.48.48 0 00-.26.52.66.66 0 00.46.47.48.48 0 00.52-.24 2 2 0 00.23-.49 1.69 1.69 0 011.2-1.09 3.25 3.25 0 00.55.36 1.75 1.75 0 01-.5.56.85.85 0 00-.26.33.31.31 0 00.23.44.29.29 0 00.42-.22 2.09 2.09 0 00.08-.49 1.38 1.38 0 01.22-.51 4.09 4.09 0 00.71.3 1.67 1.67 0 01-.18 1.51c-.11.18-.23.36-.33.55a.45.45 0 00.09.55.58.58 0 00.61.15.43.43 0 00.32-.45 1.68 1.68 0 000-.45 1.76 1.76 0 01.38-1.67 3.8 3.8 0 00.59.06h.1a4.54 4.54 0 01-.14.82s-.05.09 0 .14.07.3.15.34a.53.53 0 00.41 0c.08 0 .11-.22.11-.35a.62.62 0 00-.13-.33 1.34 1.34 0 01-.2-.59 5.59 5.59 0 00.82-.12 1.86 1.86 0 01.6 1.12v.69a.55.55 0 00.36.54.66.66 0 00.65-.23.51.51 0 00-.07-.64 3.38 3.38 0 00-.31-.35 1.57 1.57 0 01-.51-1.26v-.09a4.68 4.68 0 00.7-.37 2.11 2.11 0 01.23.64.46.46 0 00.08.19.34.34 0 00.5.11.31.31 0 00.09-.49 1.42 1.42 0 00-.39-.29 1.54 1.54 0 01-.34-.28 3.91 3.91 0 00.69-.6 1.67 1.67 0 011 .66l.3.49a.56.56 0 00.63.28.64.64 0 00.41-.56c0-.25-.14-.41-.46-.51s-.42-.1-.62-.17a1.67 1.67 0 01-.86-.67 4.2 4.2 0 00.31-.75.91.91 0 01.13.08 1.74 1.74 0 00.42.35.47.47 0 00.4 0 .48.48 0 00.15-.43c0-.23-.21-.27-.4-.26a5.82 5.82 0 01-.59 0 5.16 5.16 0 00.28-1 1.62 1.62 0 011 .06c.22.09.44.21.67.28a.48.48 0 00.58-.15.65.65 0 00.06-.64zm-7.16 1.88l-2-2 .81-.81 1.23 1.24 2.1-2.1.8.81z' fill='%236aae54'/%3E %3C/svg%3E");
}

.icon-heart-stroke {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 14' xmlns='http://www.w3.org/2000/svg' color='%235c6774'%3E %3Cpath d='M13.979 2.179A3.596 3.596 0 0011.28 1c-1.475 0-2.409.855-2.933 1.572A5.184 5.184 0 008 3.12a5.18 5.18 0 00-.348-.548C7.128 1.855 6.194 1 4.719 1A3.596 3.596 0 002.02 2.179C1.363 2.904 1 3.875 1 4.913c0 1.13.455 2.182 1.431 3.309.873 1.007 2.129 2.045 3.582 3.247.542.448 1.102.911 1.699 1.417l.018.015a.417.417 0 00.54 0l.018-.015c.597-.506 1.157-.97 1.699-1.417 1.453-1.202 2.709-2.24 3.582-3.247C14.545 7.095 15 6.044 15 4.913c0-1.038-.363-2.009-1.021-2.734zm-4.525 8.684c-.467.386-.947.784-1.454 1.211-.507-.427-.987-.825-1.455-1.211C3.7 8.511 1.82 6.956 1.82 4.913c0-.844.29-1.628.817-2.208a2.775 2.775 0 012.082-.91c1.124 0 1.851.673 2.263 1.237.37.506.562 1.016.628 1.211a.41.41 0 00.39.275.41.41 0 00.39-.275c.066-.195.258-.705.628-1.211.412-.564 1.139-1.236 2.263-1.236.81 0 1.55.323 2.082.909.527.58.817 1.364.817 2.208 0 2.043-1.88 3.598-4.726 5.95z' fill='none' fill-rule='nonzero' stroke='currentColor'/%3E %3C/svg%3E");
}

.icon-heart-baloon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 28 43' fill='none' xmlns='http://www.w3.org/2000/svg' color='%235c6774'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.54 0.00154208C10.0138 -0.0520446 6.60988 1.29284 4.07255 3.74209C1.53522 6.19134 0.0709707 9.54566 0 13.0715C0 25.6715 13.54 42.3815 13.54 42.3815C13.54 42.3815 27.08 25.7115 27.08 13.0715C27.009 9.54566 25.5448 6.19134 23.0075 3.74209C20.4701 1.29284 17.0662 -0.0520446 13.54 0.00154208V0.00154208ZM14.1 20.5715L13.91 20.6815L13.75 20.5715C13.45 20.3815 6.35 15.9415 6.35 11.2315C6.34186 10.157 6.7569 9.12249 7.5054 8.35154C8.2539 7.58058 9.27572 7.13516 10.35 7.11154C11.0818 7.1109 11.7997 7.31101 12.4257 7.6901C13.0516 8.06919 13.5616 8.61273 13.9 9.26154C14.233 8.60526 14.7406 8.05357 15.3669 7.66718C15.9933 7.28079 16.7141 7.07468 17.45 7.07154C18.5251 7.09257 19.5485 7.53719 20.2975 8.30871C21.0466 9.08023 21.4607 10.1163 21.45 11.1915C21.49 15.9415 14.4 20.3815 14.1 20.5715V20.5715Z' fill='currentColor'/%3E %3C/svg%3E");
}

.icon-heart {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 14 12' fill='none' xmlns='http://www.w3.org/2000/svg' color='%235c6774'%3E %3Cpath fill='currentColor' stroke='currentColor' d='M8.454 9.863c-.467.386-.947.784-1.454 1.211-.507-.427-.987-.825-1.455-1.211C2.7 7.511.82 5.956.82 3.913c0-.844.29-1.628.817-2.208a2.775 2.775 0 012.082-.91c1.124 0 1.851.673 2.263 1.237.37.506.562 1.016.628 1.211a.41.41 0 00.39.275.41.41 0 00.39-.275c.066-.195.258-.705.628-1.211C8.43 1.468 9.157.796 10.28.796c.81 0 1.55.323 2.082.91.527.579.817 1.363.817 2.208 0 2.042-1.88 3.597-4.726 5.95z'/%3E %3C/svg%3E");
}

.icon-shared {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg' color='%235c6774'%3E %3Cpath fill='currentColor' d='M13.058 10.169a2.93 2.93 0 00-2.297 1.117L5.768 8.754c.065-.242.112-.491.112-.754a2.85 2.85 0 00-.134-.818l4.972-2.52a2.93 2.93 0 002.34 1.168C14.686 5.83 16 4.525 16 2.914 16 1.305 14.685 0 13.059 0c-1.623 0-2.94 1.305-2.94 2.914 0 .264.047.515.113.757L5.24 6.203a2.936 2.936 0 00-2.3-1.12C1.314 5.084 0 6.39 0 8c0 1.61 1.315 2.915 2.94 2.915.96 0 1.805-.463 2.343-1.17l4.97 2.52a2.856 2.856 0 00-.135.82c0 1.61 1.317 2.915 2.94 2.915 1.625 0 2.94-1.305 2.94-2.915.001-1.612-1.314-2.916-2.94-2.916z'/%3E %3C/svg%3E");
}

.icon-equalizer {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg' color='%235c6774'%3E %3Cg stroke='currentColor'%3E %3Cpath d='M5.5 2a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0z'/%3E %3Cpath d='M1 2h1M6 2h9' stroke-width='2' stroke-linecap='round'/%3E %3Cpath d='M2 2h1M5 2h1' stroke-width='2'/%3E %3Cpath d='M13.5 8a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0z'/%3E %3Cpath d='M15 8h-1M10 8H1' stroke-width='2' stroke-linecap='round'/%3E %3Cpath d='M14 8h-1M11 8h-1' stroke-width='2'/%3E %3C/g%3E %3C/svg%3E");
}

.icon-attention{
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%235c6774'%3E %3Cg%3E %3Cg%3E %3Crect x='8.8' y='6.3' width='2.5' height='7.5'/%3E %3C/g%3E %3Cg%3E %3Crect x='8.8' y='15' width='2.5' height='2.5'/%3E %3C/g%3E %3Cg%3E %3Cpath d='M19.7,16C19.4,15.4,12.6,2.3,12,1.1C11.6,0.5,10.9,0,10,0C9.3,0,8.5,0.5,8,1.3c-0.4,0.6-7.2,14-7.7,15 C-0.1,17-0.1,18,0.4,18.7C0.8,19.4,1.5,20,2.3,20h15.5c0.7,0,1.5-0.6,1.9-1.4C20.1,18,20.1,16.7,19.7,16z M18.6,18 c-0.4,0.5-0.6,0.7-1.1,0.7h-15c-0.4,0-0.7-0.2-1-0.7c-0.2-0.4-0.2-0.9,0-1.2c0.4-1,7.2-14.2,7.6-14.8C9.4,1.5,9.6,1.3,10,1.3 s0.6,0.2,0.9,0.5c0.6,1.1,7.4,14.2,7.7,14.8C18.7,17,18.7,17.6,18.6,18z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}

.icon-attention.-color-red {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%23D94040'%3E %3Cg%3E %3Cg%3E %3Crect x='8.8' y='6.3' width='2.5' height='7.5'/%3E %3C/g%3E %3Cg%3E %3Crect x='8.8' y='15' width='2.5' height='2.5'/%3E %3C/g%3E %3Cg%3E %3Cpath d='M19.7,16C19.4,15.4,12.6,2.3,12,1.1C11.6,0.5,10.9,0,10,0C9.3,0,8.5,0.5,8,1.3c-0.4,0.6-7.2,14-7.7,15 C-0.1,17-0.1,18,0.4,18.7C0.8,19.4,1.5,20,2.3,20h15.5c0.7,0,1.5-0.6,1.9-1.4C20.1,18,20.1,16.7,19.7,16z M18.6,18 c-0.4,0.5-0.6,0.7-1.1,0.7h-15c-0.4,0-0.7-0.2-1-0.7c-0.2-0.4-0.2-0.9,0-1.2c0.4-1,7.2-14.2,7.6-14.8C9.4,1.5,9.6,1.3,10,1.3 s0.6,0.2,0.9,0.5c0.6,1.1,7.4,14.2,7.7,14.8C18.7,17,18.7,17.6,18.6,18z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  }

.icon-plus-inframe, .icon-plus_in_frame {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 20.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve' fill='%2300578f'%3E %3Cg%3E %3Cg%3E %3Cpath d='M2,3v11h11V3H2z M12,13H3V4h9V13z'/%3E %3C/g%3E %3Cg%3E %3Cpolygon points='7,12 8,12 8,9 11,9 11,8 8,8 8,5 7,5 7,8 4,8 4,9 7,9 '/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}

.icon-passenger {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg' color='%235c6774'%3E %3Cpath clip-rule='evenodd' d='M4 15v-3a4 4 0 014-4v0a4 4 0 014 4v3H4zM8 5a2 2 0 100-4 2 2 0 000 4z' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E");
}

.icon-date-calendar {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg' color='%235c6774'%3E %3Cmask id='a' fill='%23fff'%3E %3Crect y='2' width='16' height='14' rx='1'/%3E %3C/mask%3E %3Crect y='2' width='16' height='14' rx='1' stroke='currentColor' stroke-width='4' mask='url(%23a)'/%3E %3Crect x='3' width='2' height='5' rx='1' fill='currentColor'/%3E %3Crect x='11' width='2' height='5' rx='1' fill='currentColor'/%3E %3Cpath fill='currentColor' d='M1 7h14v1H1z'/%3E %3C/svg%3E");
}

.icon-direction--back {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%235c6774'%3E %3Cg%3E %3Cg%3E %3Cpath d='M10.3,19.7L20,10l-9.7-9.7L9,1.6l7.7,7.7H0v1.3h16.8L9,18.4L10.3,19.7z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
    -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
  }

.icon-direction--color-yellow {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%23CEAD53'%3E %3Cg%3E %3Cg%3E %3Cpath d='M10.3,19.7L20,10l-9.7-9.7L9,1.6l7.7,7.7H0v1.3h16.8L9,18.4L10.3,19.7z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  }

.icon-direction--color-purpure {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%23a190b7'%3E %3Cg%3E %3Cg%3E %3Cpath d='M10.3,19.7L20,10l-9.7-9.7L9,1.6l7.7,7.7H0v1.3h16.8L9,18.4L10.3,19.7z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  }

.icon-documents {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg' color='%235c6774'%3E %3Cpath d='M10 8h2M10 10h2M10 12h2' stroke='currentColor'/%3E %3Cpath d='M4 11H1V1h8v1' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath clip-rule='evenodd' d='M15 15H7V5h8v10z' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E");
}

.icon-business {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg' color='%235c6774'%3E %3Cpath stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M1 1h10v14H1zM11 4h4v11h-4z'/%3E %3Cpath stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M4 10h4v5H4z'/%3E %3Cpath fill='currentColor' d='M3 3h2v1H3zM3 5h2v1H3zM3 7h2v1H3zM7 3h2v1H7zM7 5h2v1H7zM7 7h2v1H7z'/%3E %3C/svg%3E");
}

.icon-contract {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg' color='%235c6774'%3E %3Cpath d='M7 6h2M7 8h2M7 10h2' stroke='currentColor'/%3E %3Cpath clip-rule='evenodd' d='M13 15H3V1h6.605L13 3.197V15z' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E");
}

.icon-exchange {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%235c6774'%3E %3Cpath d='M17.5,4.2H5.7l3-3L7.5,0l-5,5l5,5l1.2-1.2l-3-3h11.8V4.2z'/%3E %3Cpath d='M2.5,15.8h11.8l-3,3l1.2,1.2l5-5l-5-5l-1.2,1.2l3,3H2.5V15.8z'/%3E %3C/svg%3E");
}

.icon-exchange.-color-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='white'%3E %3Cpath d='M17.5,4.2H5.7l3-3L7.5,0l-5,5l5,5l1.2-1.2l-3-3h11.8V4.2z'/%3E %3Cpath d='M2.5,15.8h11.8l-3,3l1.2,1.2l5-5l-5-5l-1.2,1.2l3,3H2.5V15.8z'/%3E %3C/svg%3E");
  }

.icon-exchange.-color-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='black'%3E %3Cpath d='M17.5,4.2H5.7l3-3L7.5,0l-5,5l5,5l1.2-1.2l-3-3h11.8V4.2z'/%3E %3Cpath d='M2.5,15.8h11.8l-3,3l1.2,1.2l5-5l-5-5l-1.2,1.2l3,3H2.5V15.8z'/%3E %3C/svg%3E");
  }

.icon-exchange.-color-blue {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%23206fab'%3E %3Cpath d='M17.5,4.2H5.7l3-3L7.5,0l-5,5l5,5l1.2-1.2l-3-3h11.8V4.2z'/%3E %3Cpath d='M2.5,15.8h11.8l-3,3l1.2,1.2l5-5l-5-5l-1.2,1.2l3,3H2.5V15.8z'/%3E %3C/svg%3E");
  }

.icon-route-complex, .icon-route_complex {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 20.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve' fill='%2300578f'%3E %3Cg%3E %3C/g%3E %3Cg%3E %3Cg%3E %3Cpath d='M12.4,9.6C12,9.6,11.7,9.8,11.4,10c0,0,0,0,0,0c-0.4-0.4-0.8-0.9-1.2-1.5C9.7,7.7,9.5,6.9,9.4,6.2 c0.8-0.4,1.4-1.2,1.5-2.1C11.3,2,9.5,0.1,7.4,0.5C6.2,0.8,5.3,1.7,5.1,2.9C4.8,4.3,5.5,5.5,6.6,6.1c0,0,0,0,0,0 C6.5,6.8,6.2,7.6,5.8,8.4C5.4,9,5,9.5,4.5,9.9C3.9,9.6,3.2,9.4,2.4,9.6c-1.2,0.2-2.1,1.2-2.4,2.4c-0.4,2.1,1.4,3.9,3.5,3.5 c1.2-0.2,2.1-1.2,2.4-2.4c0-0.3,0.1-0.5,0-0.8C6.6,12.1,7.3,12,8,12c0.7,0,1.4,0.1,2,0.3c0,0,0,0,0,0c-0.1,1.9,1.6,3.5,3.6,3.1 c1.2-0.2,2.1-1.2,2.4-2.4C16.3,11,14.5,9.2,12.4,9.6z M8,1.5c1.1,0,2,0.9,2,2c0,1.1-0.9,2-2,2c-1.1,0-2-0.9-2-2 C6,2.4,6.9,1.5,8,1.5z M3,14.5c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2c1.1,0,2,0.9,2,2C5,13.6,4.1,14.5,3,14.5z M8,11 c-0.8,0-1.6,0.1-2.2,0.3c0,0,0,0,0,0c-0.1-0.3-0.3-0.5-0.5-0.8c0,0,0,0,0,0c0.5-0.5,1-1,1.4-1.7C7.1,8,7.4,7.2,7.5,6.5 c0,0,0,0,0,0c0.3,0,0.6,0.1,0.9,0c0,0,0,0,0,0C8.6,7.3,8.8,8.2,9.3,9c0.4,0.7,0.8,1.2,1.3,1.6c-0.2,0.2-0.3,0.4-0.4,0.7 c0,0,0,0,0,0C9.6,11.1,8.8,11,8,11z M13,14.5c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2c1.1,0,2,0.9,2,2C15,13.6,14.1,14.5,13,14.5z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}

.icon-route-complex:hover, .icon-route_complex:hover {
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
      transition: all 0.8s ease-out;
  }

.icon-minus-inframe, .icon-minus_in_frame {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 20.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve' fill='%2300578f'%3E %3Cg%3E %3Cg%3E %3Cpath d='M2,3v11h11V3H2z M12,13H3V4h9V13z'/%3E %3C/g%3E %3Cg%3E %3Crect x='4' y='8' width='7' height='1'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}

.icon-calendar {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%235c6774'%3E %3Cg%3E %3Cg%3E %3Cpath d='M0,0v20h20V0H0z M6.2,18.8h-5V15h5V18.8z M6.2,13.8h-5V10h5V13.8z M6.2,8.8h-5V5h5V8.8z M12.5,18.8h-5V15h5V18.8z M12.5,13.8h-5V10h5V13.8z M12.5,8.8h-5V5h5V8.8z M18.8,18.8h-5V15h5V18.8z M18.8,13.8h-5V10h5V13.8z M18.8,8.8h-5V5h5V8.8z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}

.icon-calendar.-color-gray-light {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%23a1a1a1'%3E %3Cg%3E %3Cg%3E %3Cpath d='M0,0v20h20V0H0z M6.2,18.8h-5V15h5V18.8z M6.2,13.8h-5V10h5V13.8z M6.2,8.8h-5V5h5V8.8z M12.5,18.8h-5V15h5V18.8z M12.5,13.8h-5V10h5V13.8z M12.5,8.8h-5V5h5V8.8z M18.8,18.8h-5V15h5V18.8z M18.8,13.8h-5V10h5V13.8z M18.8,8.8h-5V5h5V8.8z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  }

.icon-tourist-adult {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 16.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='14px' height='26px' viewBox='0 0 14 26' enable-background='new 0 0 14 26' xml:space='preserve' fill='%235c6774'%3E %3Cg%3E %3Cpath d='M13.809,13.411c-0.287-0.396-2.328-2.734-3.52-3.22c-0.365-0.147-0.617-0.176-1.48-0.159C8.488,11.002,7.801,12,7,12 c-0.802,0-1.487-0.998-1.807-1.968c-0.709-0.016-1.068-0.024-1.405,0.135c-1.289,0.608-3.309,2.851-3.596,3.244 c-0.324,0.444-0.229,1.069,0.219,1.396C0.588,14.938,0.795,15,0.999,15c0.31,0,0.574-0.176,0.81-0.41 c0.376-0.377,0.817-0.709,1.437-1.215C3.47,13.189,4,12.766,4,13.813C4,14.977,4,17.329,4,22c0,0.828,0.672,1,1.5,1 c0.592,0,1.104-0.088,1.348-0.439c0.098-0.143,0.207-0.143,0.305,0C7.396,22.913,7.909,23,8.5,23c0.828,0,1.5-0.172,1.5-1 c0-5.279,0-7.6,0-8.584c0-0.672,0.354-0.533,0.527-0.42c0.646,0.418,1.279,1.139,1.662,1.594C12.407,14.844,12.691,15,13,15 c0.205,0,0.412-0.063,0.59-0.191C14.036,14.48,14.133,13.855,13.809,13.411z'/%3E %3Ccircle cx='7' cy='6' r='3'/%3E %3C/g%3E %3C/svg%3E");
}

.icon-tourist-adult--white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 16.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='14px' height='26px' viewBox='0 0 14 26' enable-background='new 0 0 14 26' xml:space='preserve' fill='white'%3E %3Cg%3E %3Cpath d='M13.809,13.411c-0.287-0.396-2.328-2.734-3.52-3.22c-0.365-0.147-0.617-0.176-1.48-0.159C8.488,11.002,7.801,12,7,12 c-0.802,0-1.487-0.998-1.807-1.968c-0.709-0.016-1.068-0.024-1.405,0.135c-1.289,0.608-3.309,2.851-3.596,3.244 c-0.324,0.444-0.229,1.069,0.219,1.396C0.588,14.938,0.795,15,0.999,15c0.31,0,0.574-0.176,0.81-0.41 c0.376-0.377,0.817-0.709,1.437-1.215C3.47,13.189,4,12.766,4,13.813C4,14.977,4,17.329,4,22c0,0.828,0.672,1,1.5,1 c0.592,0,1.104-0.088,1.348-0.439c0.098-0.143,0.207-0.143,0.305,0C7.396,22.913,7.909,23,8.5,23c0.828,0,1.5-0.172,1.5-1 c0-5.279,0-7.6,0-8.584c0-0.672,0.354-0.533,0.527-0.42c0.646,0.418,1.279,1.139,1.662,1.594C12.407,14.844,12.691,15,13,15 c0.205,0,0.412-0.063,0.59-0.191C14.036,14.48,14.133,13.855,13.809,13.411z'/%3E %3Ccircle cx='7' cy='6' r='3'/%3E %3C/g%3E %3C/svg%3E");
  }

.icon-location {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 20.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve' fill='%235c6774'%3E %3Cg%3E %3Cg%3E %3Cpath d='M8,0C4.91,0,2.4,2.44,2.4,5.6c0,1.05,0.28,2.14,0.76,2.98L8,16l4.84-7.42c0.48-0.84,0.76-1.94,0.76-2.98 C13.6,2.44,11.09,0,8,0z M8,8C6.67,8,5.6,6.92,5.6,5.6c0-1.32,1.07-2.39,2.4-2.39c1.33,0,2.4,1.07,2.4,2.39C10.4,6.93,9.33,8,8,8z '/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}

.icon-location.-color-gray-light {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 20.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve' fill='%23a1a1a1'%3E %3Cg%3E %3Cg%3E %3Cpath d='M8,0C4.91,0,2.4,2.44,2.4,5.6c0,1.05,0.28,2.14,0.76,2.98L8,16l4.84-7.42c0.48-0.84,0.76-1.94,0.76-2.98 C13.6,2.44,11.09,0,8,0z M8,8C6.67,8,5.6,6.92,5.6,5.6c0-1.32,1.07-2.39,2.4-2.39c1.33,0,2.4,1.07,2.4,2.39C10.4,6.93,9.33,8,8,8z '/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  }

.icon-location.-color-blue {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 20.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve' fill='%231E82C5'%3E %3Cg%3E %3Cg%3E %3Cpath d='M8,0C4.91,0,2.4,2.44,2.4,5.6c0,1.05,0.28,2.14,0.76,2.98L8,16l4.84-7.42c0.48-0.84,0.76-1.94,0.76-2.98 C13.6,2.44,11.09,0,8,0z M8,8C6.67,8,5.6,6.92,5.6,5.6c0-1.32,1.07-2.39,2.4-2.39c1.33,0,2.4,1.07,2.4,2.39C10.4,6.93,9.33,8,8,8z '/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  }

.icon-aircraft {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 20.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' width='16' height='16' style='enable-background:new 0 0 16 16;' xml:space='preserve' fill='%235c6774'%3E %3Cg%3E %3Cpath d='M14.91,1.1c-1.28-1.28-5.35,3.22-5.35,3.22L1.02,1.74l0,1.57l6.02,3.73l-2.78,3H0l0.01,1.39l3.2,1.44L4.4,16l1.11-0.02 v-4.13l3.28-2.81l3.85,5.96l1.61,0l-2.53-8.48C11.72,6.51,16.19,2.38,14.91,1.1z'/%3E %3C/g%3E %3C/svg%3E");
}

.icon-aircraft.-color-gray-light {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 20.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' width='16' height='16' style='enable-background:new 0 0 16 16;' xml:space='preserve' fill='%23a1a1a1'%3E %3Cg%3E %3Cpath d='M14.91,1.1c-1.28-1.28-5.35,3.22-5.35,3.22L1.02,1.74l0,1.57l6.02,3.73l-2.78,3H0l0.01,1.39l3.2,1.44L4.4,16l1.11-0.02 v-4.13l3.28-2.81l3.85,5.96l1.61,0l-2.53-8.48C11.72,6.51,16.19,2.38,14.91,1.1z'/%3E %3C/g%3E %3C/svg%3E");
  }

.icon-aircraft.-color-blue {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 20.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' width='16' height='16' style='enable-background:new 0 0 16 16;' xml:space='preserve' fill='%231E82C5'%3E %3Cg%3E %3Cpath d='M14.91,1.1c-1.28-1.28-5.35,3.22-5.35,3.22L1.02,1.74l0,1.57l6.02,3.73l-2.78,3H0l0.01,1.39l3.2,1.44L4.4,16l1.11-0.02 v-4.13l3.28-2.81l3.85,5.96l1.61,0l-2.53-8.48C11.72,6.51,16.19,2.38,14.91,1.1z'/%3E %3C/g%3E %3C/svg%3E");
  }

.icon-aircraft.-color-blue-light {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 20.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' width='16' height='16' style='enable-background:new 0 0 16 16;' xml:space='preserve' fill='%23C1E1F8'%3E %3Cg%3E %3Cpath d='M14.91,1.1c-1.28-1.28-5.35,3.22-5.35,3.22L1.02,1.74l0,1.57l6.02,3.73l-2.78,3H0l0.01,1.39l3.2,1.44L4.4,16l1.11-0.02 v-4.13l3.28-2.81l3.85,5.96l1.61,0l-2.53-8.48C11.72,6.51,16.19,2.38,14.91,1.1z'/%3E %3C/g%3E %3C/svg%3E");
  }

.icon-closed {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg' color='%235c6774'%3E %3Cpath d='M10.2 1.8l-8.4 8.4M1.8 1.8l8.4 8.4' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E");
}

.icon-closed--white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg' color='white'%3E %3Cpath d='M10.2 1.8l-8.4 8.4M1.8 1.8l8.4 8.4' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E");
  }

.icon-closed.-color-red {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg' color='%23e83e0c'%3E %3Cpath d='M10.2 1.8l-8.4 8.4M1.8 1.8l8.4 8.4' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E");
  }

.icon-star {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 15' xmlns='http://www.w3.org/2000/svg' color='%235c6774'%3E %3Cpath fill='currentColor' d='M2.948 14.983l1.84-5.712L0 5.785h5.938L7.832 0l1.92 5.785h5.82L10.788 9.27l1.888 5.712-4.844-3.53z' fill-rule='evenodd'/%3E %3C/svg%3E");
}

.icon-star.-lighter {
    opacity: 0.5;
  }

.icon-star--white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 15' xmlns='http://www.w3.org/2000/svg' color='white'%3E %3Cpath fill='currentColor' d='M2.948 14.983l1.84-5.712L0 5.785h5.938L7.832 0l1.92 5.785h5.82L10.788 9.27l1.888 5.712-4.844-3.53z' fill-rule='evenodd'/%3E %3C/svg%3E");
  }

.icon-star.-color-yellow {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 15' xmlns='http://www.w3.org/2000/svg' color='%23ffd800'%3E %3Cpath fill='currentColor' d='M2.948 14.983l1.84-5.712L0 5.785h5.938L7.832 0l1.92 5.785h5.82L10.788 9.27l1.888 5.712-4.844-3.53z' fill-rule='evenodd'/%3E %3C/svg%3E");
  }

.icon-arrow {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg' color='%235c6774'%3E %3Cpath d='M15 8H1' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M7 15L1 8L7 1' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E");
}

.icon-arrow--left {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='white'%3E %3Cg%3E %3Cpath d='M0,5.7l1.4-1.4l8.4,8.4l8.4-8.4l1.4,1.4l-9.8,9.8L0,5.7z'/%3E %3C/g%3E %3C/svg%3E");
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}

.icon-arrow--right {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='white'%3E %3Cg%3E %3Cpath d='M0,5.7l1.4-1.4l8.4,8.4l8.4-8.4l1.4,1.4l-9.8,9.8L0,5.7z'/%3E %3C/g%3E %3C/svg%3E");
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
}

.icon-arrow-down {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%235c6774'%3E %3Cg%3E %3Cpath d='M0,5.7l1.4-1.4l8.4,8.4l8.4-8.4l1.4,1.4l-9.8,9.8L0,5.7z'/%3E %3C/g%3E %3C/svg%3E");
}

.icon-arrow-down.-color-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='white'%3E %3Cg%3E %3Cpath d='M0,5.7l1.4-1.4l8.4,8.4l8.4-8.4l1.4,1.4l-9.8,9.8L0,5.7z'/%3E %3C/g%3E %3C/svg%3E");
  }

.icon-arrow-up {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%235c6774'%3E %3Cg%3E %3Cpath d='M0,5.7l1.4-1.4l8.4,8.4l8.4-8.4l1.4,1.4l-9.8,9.8L0,5.7z'/%3E %3C/g%3E %3C/svg%3E");
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

.icon-arrow-up.-color-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='white'%3E %3Cg%3E %3Cpath d='M0,5.7l1.4-1.4l8.4,8.4l8.4-8.4l1.4,1.4l-9.8,9.8L0,5.7z'/%3E %3C/g%3E %3C/svg%3E");
  }

.icon-help {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 20.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve' fill='%235c6774'%3E %3Cg%3E %3Cg%3E %3Cpath d='M8,0C3.6,0,0,3.6,0,8c0,4.4,3.6,8,8,8c4.4,0,8-3.6,8-8C16,3.6,12.4,0,8,0z M8,15c-3.9,0-7-3.1-7-7c0-3.9,3.1-7,7-7 c3.9,0,7,3.1,7,7C15,11.9,11.9,15,8,15z'/%3E %3C/g%3E %3Cg%3E %3Crect x='7.1' y='10.2' width='1.8' height='1.8'/%3E %3C/g%3E %3Cg%3E %3Cpath d='M7.9,4C6.4,4,6,4.5,5.3,5v1.7h0.9c0-1.9,3.2-2.1,3.2-0.4c0,1-1.4,1.6-2.3,1.7v1.4h1.8V8.5c0.6,0,1.8-0.9,1.8-2.2 C10.7,5.1,10,4,7.9,4z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}

.icon-help--blue {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 20.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve' fill='%2300578f'%3E %3Cg%3E %3Cg%3E %3Cpath d='M8,0C3.6,0,0,3.6,0,8c0,4.4,3.6,8,8,8c4.4,0,8-3.6,8-8C16,3.6,12.4,0,8,0z M8,15c-3.9,0-7-3.1-7-7c0-3.9,3.1-7,7-7 c3.9,0,7,3.1,7,7C15,11.9,11.9,15,8,15z'/%3E %3C/g%3E %3Cg%3E %3Crect x='7.1' y='10.2' width='1.8' height='1.8'/%3E %3C/g%3E %3Cg%3E %3Cpath d='M7.9,4C6.4,4,6,4.5,5.3,5v1.7h0.9c0-1.9,3.2-2.1,3.2-0.4c0,1-1.4,1.6-2.3,1.7v1.4h1.8V8.5c0.6,0,1.8-0.9,1.8-2.2 C10.7,5.1,10,4,7.9,4z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  }

.icon-nope {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%235c6774'%3E%3Ctitle%3Enope%3C/title%3E%3Crect class='cls-1' x='-3.56' y='10.59' width='31.11' height='2.83' transform='translate(-4.97 12) rotate(-45)'/%3E%3C/svg%3E");
}

.icon-nope.-color-red {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23e83e0c'%3E%3Ctitle%3Enope%3C/title%3E%3Crect class='cls-1' x='-3.56' y='10.59' width='31.11' height='2.83' transform='translate(-4.97 12) rotate(-45)'/%3E%3C/svg%3E");
  }

.icon-check {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 12 11' fill='none' xmlns='http://www.w3.org/2000/svg' color='%235c6774'%3E %3Cpath d='M1.636 6.182l3.182 3.182 5.727-7.637' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E");
}

.icon-check.-color-green {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 12 11' fill='none' xmlns='http://www.w3.org/2000/svg' color='%233d9e33'%3E %3Cpath d='M1.636 6.182l3.182 3.182 5.727-7.637' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E");
  }

.icon-check.-color-blue {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 12 11' fill='none' xmlns='http://www.w3.org/2000/svg' color='%2354acec'%3E %3Cpath d='M1.636 6.182l3.182 3.182 5.727-7.637' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E");
  }

.icon-person {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%235c6774'%3E%3Ctitle%3Eperson%3C/title%3E%3Cpath d='M10.06,11.4c0-.48.05-1.17,0-1a5.11,5.11,0,0,0,1.84-3.9c0-2-1-3.57-3.92-3.57S4.09,4.47,4.09,6.49A5.13,5.13,0,0,0,5.9,10.36c0-.12.07.62.07,1.08-2.36.35-5,1.13-5,3.94V16H15l0-.62C15,12.52,12.27,11.73,10.06,11.4ZM5.3,6.49A2.57,2.57,0,0,1,8,4.13a2.57,2.57,0,0,1,2.71,2.36C10.73,6.85,10.46,10,8,10S5.3,6.85,5.3,6.49Z'/%3E%3C/svg%3E");
}

.icon-person.-color-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3E%3Ctitle%3Eperson%3C/title%3E%3Cpath d='M10.06,11.4c0-.48.05-1.17,0-1a5.11,5.11,0,0,0,1.84-3.9c0-2-1-3.57-3.92-3.57S4.09,4.47,4.09,6.49A5.13,5.13,0,0,0,5.9,10.36c0-.12.07.62.07,1.08-2.36.35-5,1.13-5,3.94V16H15l0-.62C15,12.52,12.27,11.73,10.06,11.4ZM5.3,6.49A2.57,2.57,0,0,1,8,4.13a2.57,2.57,0,0,1,2.71,2.36C10.73,6.85,10.46,10,8,10S5.3,6.85,5.3,6.49Z'/%3E%3C/svg%3E");
  }

.icon-zoom {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45 45' fill='%235c6774'%3E %3Ctitle%3Ezoom%3C/title%3E %3Cg id='Layer_2' data-name='Layer 2'%3E %3Cg id='Layer_1-2' data-name='Layer 1'%3E %3Cpath d='M30,0l5.75,5.75-7.21,7.18,3.53,3.57,7.18-7.23L45,15V0ZM0,15,5.75,9.25l7.17,7.25L16.47,13,9.24,5.78,15,0H0ZM15,45,9.25,39.25l7.23-7.17L12.92,28.5,5.75,35.72,0,30V45ZM45,30l-5.75,5.75L32.07,28.5l-3.53,3.57,7.23,7.17L30,45H45Z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}

.icon-zoom.-color-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45 45' fill='white'%3E %3Ctitle%3Ezoom%3C/title%3E %3Cg id='Layer_2' data-name='Layer 2'%3E %3Cg id='Layer_1-2' data-name='Layer 1'%3E %3Cpath d='M30,0l5.75,5.75-7.21,7.18,3.53,3.57,7.18-7.23L45,15V0ZM0,15,5.75,9.25l7.17,7.25L16.47,13,9.24,5.78,15,0H0ZM15,45,9.25,39.25l7.23-7.17L12.92,28.5,5.75,35.72,0,30V45ZM45,30l-5.75,5.75L32.07,28.5l-3.53,3.57,7.23,7.17L30,45H45Z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  }

.icon-chevron {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%235c6774'%3E %3Cg%3E %3Cpath d='M6.9,10.2l6.7,9.6c0.1,0.2,0.3,0.2,0.5,0.1c0.2-0.1,0.2-0.3,0.1-0.5L7.5,9.8C7.4,9.6,7.2,9.5,7,9.7 C6.8,9.8,6.8,10,6.9,10.2'/%3E %3Cpath d='M7.5,10.2l6.7-9.6c0.1-0.2,0.1-0.4-0.1-0.5C14,0,13.7,0,13.6,0.1L6.9,9.8C6.8,9.9,6.8,10.2,7,10.3 C7.2,10.4,7.4,10.4,7.5,10.2'/%3E %3C/g%3E %3C/svg%3E");
}

.icon-chevron.-direction-right {
     -ms-transform: rotate(180deg);
         transform: rotate(180deg);
  }

.icon-chevron.-color-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='white'%3E %3Cg%3E %3Cpath d='M6.9,10.2l6.7,9.6c0.1,0.2,0.3,0.2,0.5,0.1c0.2-0.1,0.2-0.3,0.1-0.5L7.5,9.8C7.4,9.6,7.2,9.5,7,9.7 C6.8,9.8,6.8,10,6.9,10.2'/%3E %3Cpath d='M7.5,10.2l6.7-9.6c0.1-0.2,0.1-0.4-0.1-0.5C14,0,13.7,0,13.6,0.1L6.9,9.8C6.8,9.9,6.8,10.2,7,10.3 C7.2,10.4,7.4,10.4,7.5,10.2'/%3E %3C/g%3E %3C/svg%3E");
  }

.icon-headset-mic {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 20.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 60' style='enable-background:new 0 0 60 60;' xml:space='preserve' fill='%235c6774'%3E %3Cpath class='st0' d='M31.4,0.5C18,0.5,7.1,11.4,7.1,24.8v18.9c0,4.5,3.6,8.1,8.1,8.1h8.1V30.2H12.5v-5.4c0-10.4,8.4-18.9,18.9-18.9 s18.9,8.4,18.9,18.9v5.4H39.5v21.6h10.8v2.7H31.4v5.4h16.2c4.5,0,8.1-3.6,8.1-8.1v-27C55.7,11.4,44.8,0.5,31.4,0.5z'/%3E %3C/svg%3E");
}

.icon-headset-mic.-color-gray-light {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 20.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 60' style='enable-background:new 0 0 60 60;' xml:space='preserve' fill='%23a1a1a1'%3E %3Cpath class='st0' d='M31.4,0.5C18,0.5,7.1,11.4,7.1,24.8v18.9c0,4.5,3.6,8.1,8.1,8.1h8.1V30.2H12.5v-5.4c0-10.4,8.4-18.9,18.9-18.9 s18.9,8.4,18.9,18.9v5.4H39.5v21.6h10.8v2.7H31.4v5.4h16.2c4.5,0,8.1-3.6,8.1-8.1v-27C55.7,11.4,44.8,0.5,31.4,0.5z'/%3E %3C/svg%3E");
  }

.icon-headset-mic.-color-blue {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 20.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 60' style='enable-background:new 0 0 60 60;' xml:space='preserve' fill='%231E82C5'%3E %3Cpath class='st0' d='M31.4,0.5C18,0.5,7.1,11.4,7.1,24.8v18.9c0,4.5,3.6,8.1,8.1,8.1h8.1V30.2H12.5v-5.4c0-10.4,8.4-18.9,18.9-18.9 s18.9,8.4,18.9,18.9v5.4H39.5v21.6h10.8v2.7H31.4v5.4h16.2c4.5,0,8.1-3.6,8.1-8.1v-27C55.7,11.4,44.8,0.5,31.4,0.5z'/%3E %3C/svg%3E");
  }

.icon-baggage {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%235c6774'%3E %3Cpath d='M20,5.3V19H0V5.4c0.3-0.8,1-1.1,1.8-1.1c5.4,0,10.9,0,16.3,0C18.9,4.3,19.6,4.7,20,5.3z M12.3,13.8c0.2,0.6,0.4,1.1,0.6,1.6 c0.1,0.4,0.5,0.6,0.9,0.5c0.1,0,0.1,0,0.2-0.1c0.9-0.4,1.9-0.7,2.9-1.1c2-0.7,1.8-0.7,1.1-2.6c0-0.1,0-0.2-0.1-0.2 c-0.3-0.1-0.6-0.4-0.8-0.3c-1.4,0.5-2.7,1-4,1.5C12.7,13.3,12.5,13.6,12.3,13.8z M12,6.7c-1,0-1.9,0.8-1.9,1.8c0,0,0,0,0,0 c0,1.1,0.8,1.9,1.9,1.9c0,0,0,0,0,0c1,0,1.9-0.8,1.9-1.9C13.8,7.6,13,6.8,12,6.7L12,6.7z'/%3E %3Cpath d='M13.1,3.6h-1.5c0-0.1-0.1-0.2-0.1-0.3c-0.1-1.2-0.1-1.2-1.3-1.2c-1.5,0-1.5,0-1.8,1.5H7C6.6,1.6,7.4,0.5,9.5,0.5h1.3 c1.6,0,2.3,0.8,2.3,2.3C13.1,3.1,13.1,3.3,13.1,3.6z'/%3E %3C/svg%3E");
}

.icon-baggage.-color-gray-light {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%23a1a1a1'%3E %3Cpath d='M20,5.3V19H0V5.4c0.3-0.8,1-1.1,1.8-1.1c5.4,0,10.9,0,16.3,0C18.9,4.3,19.6,4.7,20,5.3z M12.3,13.8c0.2,0.6,0.4,1.1,0.6,1.6 c0.1,0.4,0.5,0.6,0.9,0.5c0.1,0,0.1,0,0.2-0.1c0.9-0.4,1.9-0.7,2.9-1.1c2-0.7,1.8-0.7,1.1-2.6c0-0.1,0-0.2-0.1-0.2 c-0.3-0.1-0.6-0.4-0.8-0.3c-1.4,0.5-2.7,1-4,1.5C12.7,13.3,12.5,13.6,12.3,13.8z M12,6.7c-1,0-1.9,0.8-1.9,1.8c0,0,0,0,0,0 c0,1.1,0.8,1.9,1.9,1.9c0,0,0,0,0,0c1,0,1.9-0.8,1.9-1.9C13.8,7.6,13,6.8,12,6.7L12,6.7z'/%3E %3Cpath d='M13.1,3.6h-1.5c0-0.1-0.1-0.2-0.1-0.3c-0.1-1.2-0.1-1.2-1.3-1.2c-1.5,0-1.5,0-1.8,1.5H7C6.6,1.6,7.4,0.5,9.5,0.5h1.3 c1.6,0,2.3,0.8,2.3,2.3C13.1,3.1,13.1,3.3,13.1,3.6z'/%3E %3C/svg%3E");
  }

.icon-baggage.-color-blue {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%231E82C5'%3E %3Cpath d='M20,5.3V19H0V5.4c0.3-0.8,1-1.1,1.8-1.1c5.4,0,10.9,0,16.3,0C18.9,4.3,19.6,4.7,20,5.3z M12.3,13.8c0.2,0.6,0.4,1.1,0.6,1.6 c0.1,0.4,0.5,0.6,0.9,0.5c0.1,0,0.1,0,0.2-0.1c0.9-0.4,1.9-0.7,2.9-1.1c2-0.7,1.8-0.7,1.1-2.6c0-0.1,0-0.2-0.1-0.2 c-0.3-0.1-0.6-0.4-0.8-0.3c-1.4,0.5-2.7,1-4,1.5C12.7,13.3,12.5,13.6,12.3,13.8z M12,6.7c-1,0-1.9,0.8-1.9,1.8c0,0,0,0,0,0 c0,1.1,0.8,1.9,1.9,1.9c0,0,0,0,0,0c1,0,1.9-0.8,1.9-1.9C13.8,7.6,13,6.8,12,6.7L12,6.7z'/%3E %3Cpath d='M13.1,3.6h-1.5c0-0.1-0.1-0.2-0.1-0.3c-0.1-1.2-0.1-1.2-1.3-1.2c-1.5,0-1.5,0-1.8,1.5H7C6.6,1.6,7.4,0.5,9.5,0.5h1.3 c1.6,0,2.3,0.8,2.3,2.3C13.1,3.1,13.1,3.3,13.1,3.6z'/%3E %3C/svg%3E");
  }

.icon-train {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60' fill='%235c6774'%3E %3Cpath class='cls-1' d='M30,1C17.7,1,5.38,2.54,5.38,13.32V42.6A10.8,10.8,0,0,0,16.16,53.38L11.54,58v1.54h6.87l6.16-6.16H36.19l6.16,6.16h6.16V58l-4.62-4.62A10.8,10.8,0,0,0,54.68,42.6V13.32C54.68,2.54,43.65,1,30,1ZM16.16,47.22a4.62,4.62,0,1,1,4.62-4.62A4.62,4.62,0,0,1,16.16,47.22ZM26.95,25.65H11.54V13.32H26.95Zm6.16,0V13.32H48.52V25.65ZM43.89,47.22a4.62,4.62,0,1,1,4.62-4.62A4.62,4.62,0,0,1,43.89,47.22Z'/%3E %3C/svg%3E");
}

.icon-train.-color-gray-light {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60' fill='%23a1a1a1'%3E %3Cpath class='cls-1' d='M30,1C17.7,1,5.38,2.54,5.38,13.32V42.6A10.8,10.8,0,0,0,16.16,53.38L11.54,58v1.54h6.87l6.16-6.16H36.19l6.16,6.16h6.16V58l-4.62-4.62A10.8,10.8,0,0,0,54.68,42.6V13.32C54.68,2.54,43.65,1,30,1ZM16.16,47.22a4.62,4.62,0,1,1,4.62-4.62A4.62,4.62,0,0,1,16.16,47.22ZM26.95,25.65H11.54V13.32H26.95Zm6.16,0V13.32H48.52V25.65ZM43.89,47.22a4.62,4.62,0,1,1,4.62-4.62A4.62,4.62,0,0,1,43.89,47.22Z'/%3E %3C/svg%3E");
  }

.icon-train.-color-blue {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60' fill='%231E82C5'%3E %3Cpath class='cls-1' d='M30,1C17.7,1,5.38,2.54,5.38,13.32V42.6A10.8,10.8,0,0,0,16.16,53.38L11.54,58v1.54h6.87l6.16-6.16H36.19l6.16,6.16h6.16V58l-4.62-4.62A10.8,10.8,0,0,0,54.68,42.6V13.32C54.68,2.54,43.65,1,30,1ZM16.16,47.22a4.62,4.62,0,1,1,4.62-4.62A4.62,4.62,0,0,1,16.16,47.22ZM26.95,25.65H11.54V13.32H26.95Zm6.16,0V13.32H48.52V25.65ZM43.89,47.22a4.62,4.62,0,1,1,4.62-4.62A4.62,4.62,0,0,1,43.89,47.22Z'/%3E %3C/svg%3E");
  }

.icon-train.-color-blue-light {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60' fill='%23C1E1F8'%3E %3Cpath class='cls-1' d='M30,1C17.7,1,5.38,2.54,5.38,13.32V42.6A10.8,10.8,0,0,0,16.16,53.38L11.54,58v1.54h6.87l6.16-6.16H36.19l6.16,6.16h6.16V58l-4.62-4.62A10.8,10.8,0,0,0,54.68,42.6V13.32C54.68,2.54,43.65,1,30,1ZM16.16,47.22a4.62,4.62,0,1,1,4.62-4.62A4.62,4.62,0,0,1,16.16,47.22ZM26.95,25.65H11.54V13.32H26.95Zm6.16,0V13.32H48.52V25.65ZM43.89,47.22a4.62,4.62,0,1,1,4.62-4.62A4.62,4.62,0,0,1,43.89,47.22Z'/%3E %3C/svg%3E");
  }

.icon-umbrella {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60' fill='%235c6774'%3E %3Cpath class='cls-1' d='M32.85,37.62l4.45-4.45,20,20.05-4.44,4.44ZM46.21,19.79l8.9-8.9a31.49,31.49,0,0,0-44.5-.06C22.84,6.78,36.47,10,46.21,19.79Zm-35.7-8.87a31.49,31.49,0,0,0,.06,44.5l8.9-8.9C9.74,36.78,6.47,23.15,10.52,10.92Zm.06-.06,0,0C9.37,20.25,14.19,32.3,23.93,42.07L41.76,24.24C32,14.5,19.95,9.67,10.58,10.86Z'/%3E %3C/svg%3E");
}

.icon-umbrella.-color-gray-light {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60' fill='%23a1a1a1'%3E %3Cpath class='cls-1' d='M32.85,37.62l4.45-4.45,20,20.05-4.44,4.44ZM46.21,19.79l8.9-8.9a31.49,31.49,0,0,0-44.5-.06C22.84,6.78,36.47,10,46.21,19.79Zm-35.7-8.87a31.49,31.49,0,0,0,.06,44.5l8.9-8.9C9.74,36.78,6.47,23.15,10.52,10.92Zm.06-.06,0,0C9.37,20.25,14.19,32.3,23.93,42.07L41.76,24.24C32,14.5,19.95,9.67,10.58,10.86Z'/%3E %3C/svg%3E");
  }

.icon-umbrella.-color-blue {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60' fill='%231E82C5'%3E %3Cpath class='cls-1' d='M32.85,37.62l4.45-4.45,20,20.05-4.44,4.44ZM46.21,19.79l8.9-8.9a31.49,31.49,0,0,0-44.5-.06C22.84,6.78,36.47,10,46.21,19.79Zm-35.7-8.87a31.49,31.49,0,0,0,.06,44.5l8.9-8.9C9.74,36.78,6.47,23.15,10.52,10.92Zm.06-.06,0,0C9.37,20.25,14.19,32.3,23.93,42.07L41.76,24.24C32,14.5,19.95,9.67,10.58,10.86Z'/%3E %3C/svg%3E");
  }

.icon-umbrella.-color-blue-light {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60' fill='%23C1E1F8'%3E %3Cpath class='cls-1' d='M32.85,37.62l4.45-4.45,20,20.05-4.44,4.44ZM46.21,19.79l8.9-8.9a31.49,31.49,0,0,0-44.5-.06C22.84,6.78,36.47,10,46.21,19.79Zm-35.7-8.87a31.49,31.49,0,0,0,.06,44.5l8.9-8.9C9.74,36.78,6.47,23.15,10.52,10.92Zm.06-.06,0,0C9.37,20.25,14.19,32.3,23.93,42.07L41.76,24.24C32,14.5,19.95,9.67,10.58,10.86Z'/%3E %3C/svg%3E");
  }

.icon-print {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 18' fill='%235c6774'%3E%3Cpath d='M17,5H3A3,3,0,0,0,0,8v6H4v4H16V14h4V8A3,3,0,0,0,17,5ZM14,16H6V11h8Zm3-7a1,1,0,1,1,1-1A1,1,0,0,1,17,9ZM16,0H4V4H16Z'/%3E%3C/svg%3E");
}

.icon-print.-color-gray-light {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 18' fill='%23a1a1a1'%3E%3Cpath d='M17,5H3A3,3,0,0,0,0,8v6H4v4H16V14h4V8A3,3,0,0,0,17,5ZM14,16H6V11h8Zm3-7a1,1,0,1,1,1-1A1,1,0,0,1,17,9ZM16,0H4V4H16Z'/%3E%3C/svg%3E");
  }

.icon-print.-color-blue {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 18' fill='%231E82C5'%3E%3Cpath d='M17,5H3A3,3,0,0,0,0,8v6H4v4H16V14h4V8A3,3,0,0,0,17,5ZM14,16H6V11h8Zm3-7a1,1,0,1,1,1-1A1,1,0,0,1,17,9ZM16,0H4V4H16Z'/%3E%3C/svg%3E");
  }

.icon-print.-color-blue-light {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 18' fill='%23C1E1F8'%3E%3Cpath d='M17,5H3A3,3,0,0,0,0,8v6H4v4H16V14h4V8A3,3,0,0,0,17,5ZM14,16H6V11h8Zm3-7a1,1,0,1,1,1-1A1,1,0,0,1,17,9ZM16,0H4V4H16Z'/%3E%3C/svg%3E");
  }

.icon-print.-color-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 18' fill='%23fff'%3E%3Cpath d='M17,5H3A3,3,0,0,0,0,8v6H4v4H16V14h4V8A3,3,0,0,0,17,5ZM14,16H6V11h8Zm3-7a1,1,0,1,1,1-1A1,1,0,0,1,17,9ZM16,0H4V4H16Z'/%3E%3C/svg%3E");
  }

.icon-image {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg' fill='%235c6774'%3E %3Cpath d='M0 0h24v24H0z' fill='none'/%3E %3Cpath d='M21 19V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2zM8.5 13.5l2.5 3.01L14.5 12l4.5 6H5l3.5-4.5z'/%3E %3C/svg%3E");
}

.icon-image.-color-gray-light {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg' fill='%23a1a1a1'%3E %3Cpath d='M0 0h24v24H0z' fill='none'/%3E %3Cpath d='M21 19V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2zM8.5 13.5l2.5 3.01L14.5 12l4.5 6H5l3.5-4.5z'/%3E %3C/svg%3E");
  }

.icon-image.-color-blue {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg' fill='%231E82C5'%3E %3Cpath d='M0 0h24v24H0z' fill='none'/%3E %3Cpath d='M21 19V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2zM8.5 13.5l2.5 3.01L14.5 12l4.5 6H5l3.5-4.5z'/%3E %3C/svg%3E");
    }

.icon-image.-color-blue-light {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg' fill='%23C1E1F8'%3E %3Cpath d='M0 0h24v24H0z' fill='none'/%3E %3Cpath d='M21 19V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2zM8.5 13.5l2.5 3.01L14.5 12l4.5 6H5l3.5-4.5z'/%3E %3C/svg%3E");
  }

.icon-image.-color-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E %3Cpath d='M0 0h24v24H0z' fill='none'/%3E %3Cpath d='M21 19V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2zM8.5 13.5l2.5 3.01L14.5 12l4.5 6H5l3.5-4.5z'/%3E %3C/svg%3E");
  }

.icon-upload {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3Csvg width='34px' height='28px' viewBox='0 0 34 28' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='%235c6774'%3E %3Cg transform='translate(-4.000000, -160.000000)' fill-rule='nonzero'%3E %3Cg transform='translate(4.000000, 160.000000)'%3E %3Cpath d='M27.6516554,7.54099599 C27.2880938,5.55618529 26.2183837,3.74480466 24.5823566,2.37021084 C22.7645486,0.841456964 20.4013983,0 17.940366,0 C16.0386593,0 14.1858935,0.501020177 12.5988073,1.44525051 C11.2774008,2.22889745 10.1797244,3.28874783 9.40366029,4.53487493 C9.06806498,4.47706491 8.71848653,4.44494824 8.36890808,4.44494824 C5.39749126,4.44494824 2.97840839,6.66742235 2.97840839,9.39733998 C2.97840839,9.75062344 3.0203578,10.0910602 3.09027349,10.4250737 C1.16759202,11.7097408 0,13.7780549 0,15.981259 C0,17.7605229 0.720131606,19.4884002 2.03454658,20.8565707 C3.38391939,22.2568579 5.16676948,23.0854681 7.06847625,23.1818182 C7.08945096,23.1818182 7.10343409,23.1818182 7.1244088,23.1818182 L13.1371581,23.1818182 C13.6615258,23.1818182 14.0810199,22.796418 14.0810199,22.3146679 C14.0810199,21.8329177 13.6615258,21.4475176 13.1371581,21.4475176 L7.15237508,21.4475176 C4.29282336,21.2869342 1.88772363,18.7882566 1.88772363,15.9748356 C1.88772363,14.1570317 2.95044211,12.4612711 4.66337652,11.5427341 C5.06189595,11.330764 5.2296936,10.8875538 5.07587909,10.489307 C4.93604771,10.1424469 4.86613202,9.77631678 4.86613202,9.38449331 C4.86613202,7.61165269 6.43923504,6.16640218 8.36890808,6.16640218 C8.78141065,6.16640218 9.18692165,6.23063553 9.56446638,6.35910224 C10.0259099,6.5132623 10.5362945,6.32056223 10.7460415,5.91589209 C12.0534649,3.36582785 14.8780588,1.72145394 17.9473576,1.72145394 C22.0723833,1.72145394 25.4772774,4.56056828 25.8688053,8.32464294 C25.9107547,8.71646641 26.2323669,9.03120985 26.651861,9.09544321 C29.7631092,9.58361672 32.1122764,12.2236076 32.1122764,15.236152 C32.1122764,18.4285498 29.3785729,21.2034308 26.0086366,21.4410942 L20.8558503,21.4410942 C20.3314826,21.4410942 19.9119885,21.8264944 19.9119885,22.3082445 C19.9119885,22.7899947 20.3314826,23.1753948 20.8558503,23.1753948 L26.0435945,23.1753948 C26.0645692,23.1753948 26.0855439,23.1753948 26.1135102,23.1753948 C28.2459387,23.0340815 30.2385359,22.1348145 31.7207485,20.6317539 C33.1959696,19.1415401 34,17.2273861 34,15.236152 C33.9930084,11.6326608 31.3152375,8.42741631 27.6516554,7.54099599 Z' id='Shape'/%3E %3Cpath d='M22.9107157,15.996959 C23.2721857,15.6635237 23.2721857,15.1287691 22.9107157,14.7953339 L18.0342815,10.2971038 C17.8637768,10.139823 17.6250702,10.0454545 17.3863636,10.0454545 C17.1476571,10.0454545 16.9089505,10.1335318 16.7384458,10.2971038 L11.8620116,14.7953339 C11.5005416,15.1287691 11.5005416,15.6635237 11.8620116,15.996959 C12.0393364,16.160531 12.278043,16.2486082 12.5099294,16.2486082 C12.7418158,16.2486082 12.9805223,16.1668222 13.1578472,15.996959 L16.4656383,12.945712 L16.4656383,26.9688656 C16.4656383,27.440708 16.8748496,27.8181818 17.3863636,27.8181818 C17.8978777,27.8181818 18.307089,27.440708 18.307089,26.9688656 L18.307089,12.945712 L21.61488,15.996959 C21.9695298,16.3303942 22.5492458,16.3303942 22.9107157,15.996959 Z' id='Shape'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}

.icon-upload-color-blue {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3Csvg width='34px' height='28px' viewBox='0 0 34 28' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='%230D77DC'%3E %3Cg transform='translate(-4.000000, -160.000000)' fill-rule='nonzero'%3E %3Cg transform='translate(4.000000, 160.000000)'%3E %3Cpath d='M27.6516554,7.54099599 C27.2880938,5.55618529 26.2183837,3.74480466 24.5823566,2.37021084 C22.7645486,0.841456964 20.4013983,0 17.940366,0 C16.0386593,0 14.1858935,0.501020177 12.5988073,1.44525051 C11.2774008,2.22889745 10.1797244,3.28874783 9.40366029,4.53487493 C9.06806498,4.47706491 8.71848653,4.44494824 8.36890808,4.44494824 C5.39749126,4.44494824 2.97840839,6.66742235 2.97840839,9.39733998 C2.97840839,9.75062344 3.0203578,10.0910602 3.09027349,10.4250737 C1.16759202,11.7097408 0,13.7780549 0,15.981259 C0,17.7605229 0.720131606,19.4884002 2.03454658,20.8565707 C3.38391939,22.2568579 5.16676948,23.0854681 7.06847625,23.1818182 C7.08945096,23.1818182 7.10343409,23.1818182 7.1244088,23.1818182 L13.1371581,23.1818182 C13.6615258,23.1818182 14.0810199,22.796418 14.0810199,22.3146679 C14.0810199,21.8329177 13.6615258,21.4475176 13.1371581,21.4475176 L7.15237508,21.4475176 C4.29282336,21.2869342 1.88772363,18.7882566 1.88772363,15.9748356 C1.88772363,14.1570317 2.95044211,12.4612711 4.66337652,11.5427341 C5.06189595,11.330764 5.2296936,10.8875538 5.07587909,10.489307 C4.93604771,10.1424469 4.86613202,9.77631678 4.86613202,9.38449331 C4.86613202,7.61165269 6.43923504,6.16640218 8.36890808,6.16640218 C8.78141065,6.16640218 9.18692165,6.23063553 9.56446638,6.35910224 C10.0259099,6.5132623 10.5362945,6.32056223 10.7460415,5.91589209 C12.0534649,3.36582785 14.8780588,1.72145394 17.9473576,1.72145394 C22.0723833,1.72145394 25.4772774,4.56056828 25.8688053,8.32464294 C25.9107547,8.71646641 26.2323669,9.03120985 26.651861,9.09544321 C29.7631092,9.58361672 32.1122764,12.2236076 32.1122764,15.236152 C32.1122764,18.4285498 29.3785729,21.2034308 26.0086366,21.4410942 L20.8558503,21.4410942 C20.3314826,21.4410942 19.9119885,21.8264944 19.9119885,22.3082445 C19.9119885,22.7899947 20.3314826,23.1753948 20.8558503,23.1753948 L26.0435945,23.1753948 C26.0645692,23.1753948 26.0855439,23.1753948 26.1135102,23.1753948 C28.2459387,23.0340815 30.2385359,22.1348145 31.7207485,20.6317539 C33.1959696,19.1415401 34,17.2273861 34,15.236152 C33.9930084,11.6326608 31.3152375,8.42741631 27.6516554,7.54099599 Z' id='Shape'/%3E %3Cpath d='M22.9107157,15.996959 C23.2721857,15.6635237 23.2721857,15.1287691 22.9107157,14.7953339 L18.0342815,10.2971038 C17.8637768,10.139823 17.6250702,10.0454545 17.3863636,10.0454545 C17.1476571,10.0454545 16.9089505,10.1335318 16.7384458,10.2971038 L11.8620116,14.7953339 C11.5005416,15.1287691 11.5005416,15.6635237 11.8620116,15.996959 C12.0393364,16.160531 12.278043,16.2486082 12.5099294,16.2486082 C12.7418158,16.2486082 12.9805223,16.1668222 13.1578472,15.996959 L16.4656383,12.945712 L16.4656383,26.9688656 C16.4656383,27.440708 16.8748496,27.8181818 17.3863636,27.8181818 C17.8978777,27.8181818 18.307089,27.440708 18.307089,26.9688656 L18.307089,12.945712 L21.61488,15.996959 C21.9695298,16.3303942 22.5492458,16.3303942 22.9107157,15.996959 Z' id='Shape'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  }

.top-notification{
  background:#dbe6ed;
  color:black;
}

.top-notification__message{
  margin:0;
  font-size:13px;
}

.top-notification__closed{
  cursor:pointer;
}

.top-notification__inner{
  display:-ms-flexbox;
  display:flex;
  -ms-flex-flow:row nowrap;
      flex-flow:row nowrap;
  -ms-flex-pack:justify;
      justify-content:space-between;
  -ms-flex-align:center;
      align-items:center;
  height:30px;
}
:root {

  /*****************************************************************
    LEGACY VARIABLES
******************************************************************/


  /** Website additional colors */

  /** meal groups */


  /** Link colors */
  /** ordinary link */

  /** primary link */


  /**  Button colors theme default */

  /**  Button colors theme primary */

  /**  primary button */

  /**  additional button */


  /**  link button */

  /**  link button additional */


  /**  Input colors */


  /**  Color border */


  /**  Typography */
  /**  font family */

  /**  font color */

  /**  font size */

  /**  font size heading */

  /** Components */
  /** margin */

  /** padding */

  /** z-index */
}

.pgs-link {
  text-decoration: none;
  color: #0D77DC;
  border-bottom: 1px solid #C1E1F8;
  transition: .3s;
  cursor: pointer;
}

.pgs-link:hover {
    color: #0B66BD;
    border-bottom-color: #0B66BD;
  }

.pgs-link_active {
  border-bottom-color: transparent;
  color: black;
  cursor: default;
}

.pgs-link_active:active, .pgs-link_active:focus, .pgs-link_active:visited, .pgs-link_active:hover {
    color: black;
    border-bottom-color: transparent;
  }

.pgs-link_theme_action, .pgs-link_decoration_dashed {
  border-bottom-style: dashed;
}

.pgs-link_decoration_none {
  text-decoration: none;
  border-bottom-color: transparent;
}

.pgs-link_decoration_none:active, .pgs-link_decoration_none:focus, .pgs-link_decoration_none:hover {
    border-bottom-color: transparent;
  }
.pgs-gallery{
  width:100%;
}

.pgs-gallery__inner{
  width:100%;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-flow:row nowrap;
      flex-flow:row nowrap;
}

.pgs-gallery__image-link{
  -ms-flex-preferred-size:0;
      flex-basis:0;
  text-decoration:none;
  flex-basis:0;
  -ms-flex-positive:1;
      flex-grow:1;
}

.pgs-gallery__image-link:not(:last-child){
    margin-right:5px;
  }

.pgs-gallery__preview{
  width:100%;
  height:100%;
  object-fit:cover;
  font-family:'object-fit: cover;';
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp{
  padding:0;
  margin:0;
  border:0;
  outline:none;
  vertical-align:top; }
.fancybox-wrap{
  position:absolute;
  top:0;
  left:0;
  z-index:8020; }
.fancybox-skin{
  position:relative;
  background:#f9f9f9;
  color:#444;
  text-shadow:none;
  border-radius:4px; }
.fancybox-opened{
  z-index:8030; }
.fancybox-opened .fancybox-skin{
  -webkit-box-shadow:0 10px 25px rgba(0, 0, 0, .5);
  box-shadow:0 10px 25px rgba(0, 0, 0, .5); }
.fancybox-outer, .fancybox-inner{
  position:relative; }
.fancybox-inner{
  overflow:hidden; }
.fancybox-type-iframe .fancybox-inner{
  -webkit-overflow-scrolling:touch; }
.fancybox-error{
  color:#444;
  font:14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin:0;
  padding:15px;
  white-space:nowrap; }
.fancybox-image, .fancybox-iframe{
  display:block;
  width:100%;
  height:100%; }
.fancybox-image{
  max-width:100%;
  max-height:100%; }
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span{
  background-image:url(/build/images/fancybox_sprite.783d4031.png); }
#fancybox-loading{
  position:fixed;
  top:50%;
  left:50%;
  margin-top:-22px;
  margin-left:-22px;
  background-position:0 -108px;
  opacity:0.8;
  cursor:pointer;
  z-index:8060; }
#fancybox-loading div{
  width:44px;
  height:44px;
  background:url(/build/images/fancybox_loading.328cc0f6.gif) center center no-repeat; }
.fancybox-close{
  position:absolute;
  top:-18px;
  right:-18px;
  width:36px;
  height:36px;
  cursor:pointer;
  z-index:8040; }
.fancybox-nav{
  position:absolute;
  top:0;
  width:40%;
  height:100%;
  cursor:pointer;
  text-decoration:none;
  background:transparent url(/build/images/blank.32547260.gif);
  -webkit-tap-highlight-color:transparent;
  z-index:8040; }
.fancybox-prev{
  left:0; }
.fancybox-next{
  right:0; }
.fancybox-nav span{
  position:absolute;
  top:50%;
  width:36px;
  height:34px;
  margin-top:-18px;
  cursor:pointer;
  z-index:8040;
  visibility:hidden; }
.fancybox-prev span{
  left:10px;
  background-position:0 -36px; }
.fancybox-next span{
  right:10px;
  background-position:0 -72px; }
.fancybox-nav:hover span{
  visibility:visible; }
.fancybox-tmp{
  position:absolute;
  top:-99999px;
  left:-99999px;
  max-width:99999px;
  max-height:99999px;
  overflow:visible !important; }
.fancybox-lock{
  overflow:visible !important;
  width:auto; }
.fancybox-lock body{
  overflow:hidden !important; }
.fancybox-lock-test{
  overflow-y:hidden !important; }
.fancybox-overlay{
  position:absolute;
  top:0;
  left:0;
  overflow:hidden;
  display:none;
  z-index:8010;
  background:url(/build/images/fancybox_overlay.77aeaa52.png); }
.fancybox-overlay-fixed{
  position:fixed;
  bottom:0;
  right:0; }
.fancybox-lock .fancybox-overlay{
  overflow:auto;
  overflow-y:scroll; }
.fancybox-title{
  visibility:hidden;
  font:normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position:relative;
  text-shadow:none;
  z-index:8050; }
.fancybox-opened .fancybox-title{
  visibility:visible; }
.fancybox-title-float-wrap{
  position:absolute;
  bottom:0;
  right:50%;
  margin-bottom:-35px;
  z-index:8050;
  text-align:center; }
.fancybox-title-float-wrap .child{
  display:inline-block;
  margin-right:-100%;
  padding:2px 20px;
  background:transparent;
  background:rgba(0, 0, 0, .8);
  border-radius:15px;
  text-shadow:0 1px 2px #222;
  color:#FFF;
  font-weight:bold;
  line-height:24px;
  white-space:nowrap; }
.fancybox-title-outside-wrap{
  position:relative;
  margin-top:10px;
  color:#fff; }
.fancybox-title-inside-wrap{
  padding-top:10px; }
.fancybox-title-over-wrap{
  position:absolute;
  bottom:0;
  left:0;
  color:#fff;
  padding:10px;
  background:#000;
  background:rgba(0, 0, 0, .8); }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5){
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span{
    background-image:url(/build/images/fancybox_sprite@2x.ed9970ce.png);
    background-size:44px 152px; }
  #fancybox-loading div{
    background-image:url(/build/images/fancybox_loading@2x.f9293863.gif);
    background-size:24px 24px; } }

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp{
  margin:0 0 10px 0;
}
.fancybox-inner{
  overflow:hidden;
  height:auto;
}
.fancybox-inner #region_office_select #button_wrapper{
  margin-top:5px;
}
#fancybox-thumbs ul{
  width:100500%!important;
}
#region_office_select #input_wrapper{
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction:column;
      flex-direction:column;
  -ms-flex-align:start;
      align-items:flex-start;
}
#region_office_select{
  width:365px;
}
#contacts_region_select{
  margin-bottom:10px;
}

#fancybox-thumbs{
  position:fixed;
  left:0;
  width:100%;
  overflow:hidden;
  z-index:8050; }

#fancybox-thumbs.bottom{
  bottom:2px; }

#fancybox-thumbs.top{
  top:2px; }

#fancybox-thumbs ul{
  position:relative;
  list-style:none;
  margin:0;
  padding:0; }

#fancybox-thumbs ul li{
  float:left;
  padding:1px;
  opacity:0.5; }

#fancybox-thumbs ul li.active{
  opacity:0.75;
  padding:0;
  border:1px solid #fff; }

#fancybox-thumbs ul li:hover{
  opacity:1; }

#fancybox-thumbs ul li a{
  display:block;
  position:relative;
  overflow:hidden;
  border:1px solid #222;
  background:#111;
  outline:none; }

#fancybox-thumbs ul li img{
  display:block;
  position:relative;
  border:0;
  padding:0;
  max-width:none; }

:root {

  /*****************************************************************
    LEGACY VARIABLES
******************************************************************/


  /** Website additional colors */

  /** meal groups */


  /** Link colors */
  /** ordinary link */

  /** primary link */


  /**  Button colors theme default */

  /**  Button colors theme primary */

  /**  primary button */

  /**  additional button */


  /**  link button */

  /**  link button additional */


  /**  Input colors */


  /**  Color border */


  /**  Typography */
  /**  font family */

  /**  font color */

  /**  font size */

  /**  font size heading */

  /** Components */
  /** margin */

  /** padding */

  /** z-index */
}

.pgs-button{
  background:none;
  box-shadow:none;
  border:1px solid #0D77DC;
  background-color:#0D77DC;
  padding:11px 15px;
  border-radius:4px;
  font-size:13px;
  line-height:20px;
  color:white;
  text-decoration:none;
  display:-ms-inline-flexbox;
  display:inline-flex;
  -ms-flex-align:center;
      align-items:center;
  -ms-flex-pack:center;
      justify-content:center;
  -ms-flex-negative:0;
      flex-shrink:0;
}

.pgs-button:visited{
    color:white;
  }

.pgs-button:active, .pgs-button:focus, .pgs-button:hover{
    color:white;
    background-color:#0B66BD;
    border-color:#0B66BD;
  }

.pgs-button__icon{
  width:24px;
  height:24px;
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
  margin-left:12px;
}

.pgs-button__icon_left{
  margin:0;
  margin-right:12px;
}

.pgs-button_view_action{
  color:#0D77DC;
  background-color:transparent;
  border:1px dashed #0D77DC;
}

.pgs-button_view_action:visited{
    color:#0D77DC;
  }

.pgs-button_view_action:visited:hover{
      color:white;
    }

.pgs-button_view_action:active, .pgs-button_view_action:focus, .pgs-button_view_action:hover{
    border-color:#0B66BD;
    background:#0B66BD;
    color:white;
  }

.pgs-button_view_light{
  background-color:#F2F5F7;
  border-color:#F2F5F7;
  color:#0D77DC;
}

.pgs-button_view_light:visited{
    color:#0D77DC;
  }

.pgs-button_view_light:active, .pgs-button_view_light:focus, .pgs-button_view_light:hover{
    color:#0B66BD;
    background-color:#EBF6FC;
    border-color:#EBF6FC;
  }

.pgs-button_disabled, .pgs-button[disabled]{
  cursor:not-allowed;
  pointer-events:none;
  background:#ECEBEF;
  border-color:#ECEBEF;
  color:#C9C6CC;
}

.pgs-button_disabled:visited, .pgs-button[disabled]:visited{
    color:#C9C6CC;
  }

.pgs-button_view_ghost{
  background:transparent;
  color:#0D77DC;
  border:1px solid #0D77DC;
  transition:color .3s, background-color .3s, border-color .3s;
}

.pgs-button_view_ghost:visited{
    color:#0D77DC;
  }

.pgs-button_view_ghost:visited:hover{
      color:white;
    }

.pgs-button_view_ghost:active, .pgs-button_view_ghost:focus, .pgs-button_view_ghost:hover{
    border-color:#0B66BD;
    background:#0B66BD;
    color:white;
  }

.pgs-button_view_lightblue-ghost{
  background:transparent;
  color:#008AFF;
  border:1px solid #008AFF;
}

.pgs-button_view_lightblue-ghost:visited{
    color:#008AFF;
  }

.pgs-button_view_lightblue-ghost:active, .pgs-button_view_lightblue-ghost:focus, .pgs-button_view_lightblue-ghost:hover{
    color:white;
    background:#33A1FF;
    border-color:#33A1FF;
  }

.pgs-button_size_s{
  padding:7px 15px;
  font-size:12px;
  line-height:20px;
}

.pgs-button_edges_round{
  border-radius:24px;
  padding-left:24px;
  padding-right:24px;
}

.pgs-button_edges_round.pgs-button_size_s{
    border-radius:20px;
    padding-left:20px;
    padding-right:20px;
  }

.pgs-footer{
  position:absolute;
  bottom:0;
  min-width:100%;
  z-index:auto;
}

.pgs-footer__navigation{
  padding-top:20px;
  padding-bottom:20px;
}

.pgs-footer__navigation__cell{
    padding-left:0;
    list-style:none;
  }

.pgs-footer__navigation__cell li{
      line-height:1.6;
    }

.pgs-footer__navigation__cell li > a{
        color:white;
        -webkit-text-decoration-color:rgb(255,255,255);
                text-decoration-color:rgb(255,255,255);
        font-size:12px;
      }

.pgs-footer__navigation .footer__course-currency{
    color:white;
  }

.pgs-footer__navigation .footer__course-currency__row{
      position:relative;
      width:100%;
      padding:5px 0;
      margin-bottom:0;
      display:-ms-inline-flexbox;
      display:inline-flex;
      -ms-flex-line-pack:stretch;
          align-content:stretch;
      -ms-flex-wrap:nowrap;
          flex-wrap:nowrap;
      -ms-flex-align:baseline;
          align-items:baseline;
    }

.pgs-footer__navigation .footer__course-currency__line{
      display:-ms-inline-flexbox;
      display:inline-flex;
      border-bottom:1px dotted;
      -ms-flex-positive:1;
          flex-grow:1;
    }

.pgs-footer__navigation .footer__course-currency__course{
      -ms-flex-pack:end;
          justify-content:flex-end;
    }

.pgs-footer__navigation .footer__course-currency__archive-link{
      display:inline-block;
      margin-top:10px;
      color:white;
    }

.info__copyright p{
    color:white;
  }

.info__social-links-list{
  list-style-type:none;
  margin:0;
  padding:0;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-flow:row nowrap;
      flex-flow:row nowrap;
  -ms-flex-align:center;
      align-items:center;
}

.info__social-links{
  display:inline-block;
  float:right;
  padding-top:28px;
}

.info__social-links ul > li{
    padding:0;
  }

.info__social-links .icon-social{
    opacity:.8;
    transition:.5s;
  }

.info__social-links .icon-social:hover{
      opacity:1;
    }

.info__social-link{
  -ms-flex-negative:0;
      flex-shrink:0;
  margin-right:5px;
}

.info__social-link:last-child{
    margin-right:0;
  }
#container{
    padding-bottom:0;
}

#wrapper{
    display:-ms-flexbox;
    display:flex;
}
.pgs-footer .row{
        margin-right:-15px;
        margin-left:-15px;
    }
    .pgs-footer .row-no-gutters{
        margin-right:0;
        margin-left:0;
    }
    .pgs-footer .row-no-gutters [class*="col-"]{
        padding-right:0;
        padding-left:0;
    }
    .pgs-footer .col-xs-1, .pgs-footer .col-sm-1, .pgs-footer .col-md-1, .pgs-footer .col-lg-1, .pgs-footer .col-xs-2, .pgs-footer .col-sm-2, .pgs-footer .col-md-2, .pgs-footer .col-lg-2, .pgs-footer .col-xs-3, .pgs-footer .col-sm-3, .pgs-footer .col-md-3, .pgs-footer .col-lg-3, .pgs-footer .col-xs-4, .pgs-footer .col-sm-4, .pgs-footer .col-md-4, .pgs-footer .col-lg-4, .pgs-footer .col-xs-5, .pgs-footer .col-sm-5, .pgs-footer .col-md-5, .pgs-footer .col-lg-5, .pgs-footer .col-xs-6, .pgs-footer .col-sm-6, .pgs-footer .col-md-6, .pgs-footer .col-lg-6, .pgs-footer .col-xs-7, .pgs-footer .col-sm-7, .pgs-footer .col-md-7, .pgs-footer .col-lg-7, .pgs-footer .col-xs-8, .pgs-footer .col-sm-8, .pgs-footer .col-md-8, .pgs-footer .col-lg-8, .pgs-footer .col-xs-9, .pgs-footer .col-sm-9, .pgs-footer .col-md-9, .pgs-footer .col-lg-9, .pgs-footer .col-xs-10, .pgs-footer .col-sm-10, .pgs-footer .col-md-10, .pgs-footer .col-lg-10, .pgs-footer .col-xs-11, .pgs-footer .col-sm-11, .pgs-footer .col-md-11, .pgs-footer .col-lg-11, .pgs-footer .col-xs-12, .pgs-footer .col-sm-12, .pgs-footer .col-md-12, .pgs-footer .col-lg-12{
        position:relative;
        min-height:1px;
        padding-right:15px;
        padding-left:15px;
    }
    .pgs-footer .col-xs-1, .pgs-footer .col-xs-2, .pgs-footer .col-xs-3, .pgs-footer .col-xs-4, .pgs-footer .col-xs-5, .pgs-footer .col-xs-6, .pgs-footer .col-xs-7, .pgs-footer .col-xs-8, .pgs-footer .col-xs-9, .pgs-footer .col-xs-10, .pgs-footer .col-xs-11, .pgs-footer .col-xs-12{
        float:left;
    }
    .pgs-footer .col-xs-12{
        width:100%;
    }
    .pgs-footer .col-xs-11{
        width:91.66666667%;
    }
    .pgs-footer .col-xs-10{
        width:83.33333333%;
    }
    .pgs-footer .col-xs-9{
        width:75%;
    }
    .pgs-footer .col-xs-8{
        width:66.66666667%;
    }
    .pgs-footer .col-xs-7{
        width:58.33333333%;
    }
    .pgs-footer .col-xs-6{
        width:50%;
    }
    .pgs-footer .col-xs-5{
        width:41.66666667%;
    }
    .pgs-footer .col-xs-4{
        width:33.33333333%;
    }
    .pgs-footer .col-xs-3{
        width:25%;
    }
    .pgs-footer .col-xs-2{
        width:16.66666667%;
    }
    .pgs-footer .col-xs-1{
        width:8.33333333%;
    }
    .pgs-footer .col-xs-pull-12{
        right:100%;
    }
    .pgs-footer .col-xs-pull-11{
        right:91.66666667%;
    }
    .pgs-footer .col-xs-pull-10{
        right:83.33333333%;
    }
    .pgs-footer .col-xs-pull-9{
        right:75%;
    }
    .pgs-footer .col-xs-pull-8{
        right:66.66666667%;
    }
    .pgs-footer .col-xs-pull-7{
        right:58.33333333%;
    }
    .pgs-footer .col-xs-pull-6{
        right:50%;
    }
    .pgs-footer .col-xs-pull-5{
        right:41.66666667%;
    }
    .pgs-footer .col-xs-pull-4{
        right:33.33333333%;
    }
    .pgs-footer .col-xs-pull-3{
        right:25%;
    }
    .pgs-footer .col-xs-pull-2{
        right:16.66666667%;
    }
    .pgs-footer .col-xs-pull-1{
        right:8.33333333%;
    }
    .pgs-footer .col-xs-pull-0{
        right:auto;
    }
    .pgs-footer .col-xs-push-12{
        left:100%;
    }
    .pgs-footer .col-xs-push-11{
        left:91.66666667%;
    }
    .pgs-footer .col-xs-push-10{
        left:83.33333333%;
    }
    .pgs-footer .col-xs-push-9{
        left:75%;
    }
    .pgs-footer .col-xs-push-8{
        left:66.66666667%;
    }
    .pgs-footer .col-xs-push-7{
        left:58.33333333%;
    }
    .pgs-footer .col-xs-push-6{
        left:50%;
    }
    .pgs-footer .col-xs-push-5{
        left:41.66666667%;
    }
    .pgs-footer .col-xs-push-4{
        left:33.33333333%;
    }
    .pgs-footer .col-xs-push-3{
        left:25%;
    }
    .pgs-footer .col-xs-push-2{
        left:16.66666667%;
    }
    .pgs-footer .col-xs-push-1{
        left:8.33333333%;
    }
    .pgs-footer .col-xs-push-0{
        left:auto;
    }
    .pgs-footer .col-xs-offset-12{
        margin-left:100%;
    }
    .pgs-footer .col-xs-offset-11{
        margin-left:91.66666667%;
    }
    .pgs-footer .col-xs-offset-10{
        margin-left:83.33333333%;
    }
    .pgs-footer .col-xs-offset-9{
        margin-left:75%;
    }
    .pgs-footer .col-xs-offset-8{
        margin-left:66.66666667%;
    }
    .pgs-footer .col-xs-offset-7{
        margin-left:58.33333333%;
    }
    .pgs-footer .col-xs-offset-6{
        margin-left:50%;
    }
    .pgs-footer .col-xs-offset-5{
        margin-left:41.66666667%;
    }
    .pgs-footer .col-xs-offset-4{
        margin-left:33.33333333%;
    }
    .pgs-footer .col-xs-offset-3{
        margin-left:25%;
    }
    .pgs-footer .col-xs-offset-2{
        margin-left:16.66666667%;
    }
    .pgs-footer .col-xs-offset-1{
        margin-left:8.33333333%;
    }
    .pgs-footer .col-xs-offset-0{
        margin-left:0%;
    }
    .pgs-footer{
    box-sizing:border-box;
    font-size:13px;
}
    .pgs-footer *, .pgs-footer *::before, .pgs-footer *::after{
        box-sizing:border-box;
    }
    .pgs-footer ul{
        margin:0;
    }
    .pgs-footer p{
        margin:0 0 10px;
    }
    .pgs-footer-payment__link{
    color:white;
}
    .pgs-footer-payment__link:visited{
        color:white;
    }
.pgs-header{
    box-sizing:border-box;
    font-size:13px;
}

    .pgs-header *, .pgs-header *::before, .pgs-header *::after{
        box-sizing:border-box;
    }

    .pgs-header ul{
        margin:0;
    }

    .pgs-header p{
        margin:0 0 10px;
    }

    .pgs-header button.btn-link{
        color:#00578f;
        padding:3px 10px;
        font-size:13px;
        text-decoration:none;
        background:none;
        box-shadow:none;
    }

    .pgs-header .header__region-select > .btn-link > span{
        font-size:22px;
    }

    .pgs-header .btn-link:active span, .pgs-header .btn-link:focus span, .pgs-header .btn-link:hover span{
        border-color:#3399cc;
    }

    .pgs-header .btn-link span{
        border-bottom:1px dotted #00578f;
    }
:root {

  /*****************************************************************
    LEGACY VARIABLES
******************************************************************/


  /** Website additional colors */

  /** meal groups */


  /** Link colors */
  /** ordinary link */

  /** primary link */


  /**  Button colors theme default */

  /**  Button colors theme primary */

  /**  primary button */

  /**  additional button */


  /**  link button */

  /**  link button additional */


  /**  Input colors */


  /**  Color border */


  /**  Typography */
  /**  font family */

  /**  font color */

  /**  font size */

  /**  font size heading */

  /** Components */
  /** margin */

  /** padding */

  /** z-index */
}

.-block-wide {
  width: 100%;
}

/* ie9,10 stuff, `cause "hidden" property is introduced only in ie11 */

[data-hidden="true"] {
  display: none !important;
}

.no-border--left {
  border-left-color: transparent;
}

.no-border--right {
  border-right-color: transparent;
}

pre {
  background: none;
  padding: 0;
  border: 0;
  border-radius: 0;
}

section {
  margin-bottom: 20px;
}

.z-index-1 {
    z-index: 100;
  }

.z-index-2 {
    z-index: 200;
  }

.z-index-3 {
    z-index: 300;
  }

.z-index-4 {
    z-index: 400;
  }

.z-index-5 {
    z-index: 500;
  }

.z-index-6 {
    z-index: 600;
  }

.z-index-7 {
    z-index: 700;
  }

.z-index-8 {
    z-index: 800;
  }

.z-index-9 {
    z-index: 900;
  }

.z-index-10 {
    z-index: 1000;
  }

.pgs-country-menu{
  display:none;
  background:#f3f4f6;
  margin-top:10px;
}

.pgs-country-menu--show{
    display:block;
  }

.pgs-country-menu__list{
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
    margin:0;
    padding:10px;
  }

.pgs-country-menu__list > li{
      display:inline-block;
      padding:0;
    }

.pgs-country-menu__item{
    width:125px;
    margin:5px 0;
  }

.pgs-country-menu__item:hover .pgs-country-menu__item__name-country{
        background:white;
        border-color:#cfcfcf;
        z-index:600;
      }

.pgs-country-menu__item__name-country{
      position:relative;
      padding:3px 5px;
      padding-bottom:5px;
      border:1px solid transparent;
      border-bottom:0;
      text-decoration:none;
      display:-ms-inline-flexbox;
      display:inline-flex;
      -ms-flex-align:center;
          align-items:center;
    }

.pgs-country-menu__item__name-country .icon-flag{
        margin-right:5px;
      }

.pgs-country-menu .country-menu__sub-menu{
      margin-top:-3px;
      z-index:500;
    }

.pgs-country-menu .country-menu__sub-menu__item:hover{
          background-color:#f3f4f6;
        }

.pgs-country-menu .country-menu__sub-menu__item a{
          font-size:13px;
          text-decoration:none;
          padding:3px 10px;
        }

.caret{
  display:inline-block;
  width:0;
  height:0;
  margin-left:2px;
  vertical-align:middle;
  border-top:4px dashed;
  border-top:4px solid \9;
  border-right:4px solid transparent;
  border-left:4px solid transparent;
}
.dropup, .dropdown{
  position:relative;
}
.dropdown-toggle:focus{
  outline:0;
}
.dropdown-menu{
  position:absolute;
  top:100%;
  left:0;
  z-index:1000;
  display:none;
  float:left;
  min-width:160px;
  padding:5px 0;
  margin:2px 0 0;
  font-size:14px;
  text-align:left;
  list-style:none;
  background-color:#fff;
  background-clip:padding-box;
  border:1px solid #ccc;
  border:1px solid rgba(0, 0, 0, 0.15);
  border-radius:4px;
  box-shadow:0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right{
  right:0;
  left:auto;
}
.dropdown-menu .divider{
  height:1px;
  margin:9px 0;
  overflow:hidden;
  background-color:#e5e5e5;
}
.dropdown-menu > li > a{
  display:block;
  padding:3px 20px;
  clear:both;
  font-weight:400;
  line-height:1.42857143;
  color:#333333;
  white-space:nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
  color:#262626;
  text-decoration:none;
  background-color:#f5f5f5;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus{
  color:#fff;
  text-decoration:none;
  background-color:#337ab7;
  outline:0;
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus{
  color:#777777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus{
  text-decoration:none;
  cursor:not-allowed;
  background-color:transparent;
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu{
  display:block;
}
.open > a{
  outline:0;
}
.dropdown-menu-right{
  right:0;
  left:auto;
}
.dropdown-menu-left{
  right:auto;
  left:0;
}
.dropdown-header{
  display:block;
  padding:3px 20px;
  font-size:12px;
  line-height:1.42857143;
  color:#777777;
  white-space:nowrap;
}
.dropdown-backdrop{
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:990;
}
.pull-right > .dropdown-menu{
  right:0;
  left:auto;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret{
  content:"";
  border-top:0;
  border-bottom:4px dashed;
  border-bottom:4px solid \9;
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu{
  top:auto;
  bottom:100%;
  margin-bottom:2px;
}
@media (min-width: 768px){
  .navbar-right .dropdown-menu{
    right:0;
    left:auto;
  }
  .navbar-right .dropdown-menu-left{
    right:auto;
    left:0;
  }
}

.dropdown .dropdown-menu{
   border-radius:0;
  }

    .dropdown .dropdown-menu > li > a{
      color:#000;
      color:initial;
    }

    .dropdown .dropdown-menu > li > a:hover, .dropdown .dropdown-menu > li > a:focus{
        color:#000;
        color:initial;
        background-color:transparent;
      }

    .dropdown--hover.dropdown:hover .dropdown-menu{
      display:block;
    }

    .dropdown--hover.dropdown-menu li:hover .dropdown-menu{
      visibility:visible;
    }

    .dropdown--hover .dropdown-menu{
      margin-top:0;
    }
.pgs-notification {
  height: 0;
  overflow: hidden;
  transition: height .6s;
}

  .pgs-notification._pgs-notification-show {
    height: 30px;
  }

  .pgs-notification.pgs-notification_type_container .pgs-notification__content {
      padding: 0 20px;
    }

  .pgs-notification.pgs-notification_type_full-width .pgs-notification__content {
      padding: 0;
    }

  .pgs-notification.pgs-notification_theme_blue {
    background: #dbe6ed;
  }

  .pgs-notification.pgs-notification_theme_blue .pgs-notification-message {
      color: black;
    }

  .pgs-notification.pgs-notification_theme_warning {
    width: 100%;
    background-color: rgba(248, 238, 215, 1);
    background-image: url('//pegast.ru/static/frontend/layout/images/notification_bg_warning.png#123');
    background-repeat: repeat-x;
  }

  .pgs-notification.pgs-notification_theme_warning .pgs-notification-message {
      color: black;
    }

  .pgs-notification.pgs-notification_theme_warning .pgs-notification__message {
      text-align: center;
    }

  .pgs-notification .pgs-notification__content {
    position: relative;
  }

  .pgs-notification .pgs-notification__closed {
    position: absolute;
    top: 7px;
    right: 0;
  }

  .pgs-notification .pgs-notification__message {
    line-height: 30px;
    margin: 0;
    font-size: 13px;
  }

  .pgs-notification .icon-closed::before {
    content: '';
    display: inline-block;
    background-size: contain;
    width: 12px;
    height: 12px;
    background: url(/build/images/closed.cc6b2441.svg) no-repeat;
  }

  .pgs-notification__content {
  width: 980px;
  margin: auto;
  background: none;
}

  .pgs-notification__closed {
  top: 9px;
}

.header__banner{
  display:block;
  margin-top:20px;
}
.js-focus-visible :focus:not(.focus-visible), .js-focus-visible :focus:not([data-focus-visible-added]){
    outline:none;
}
.icon{
  background:url(/build/images/fixed.a63cba06.png);
}
.icon-prefix{
  padding-left:14px;
}
.icon-standart{
  display:inline-block;
  width:16px;
  height:16px;
}
.icon-logo{
  display:block;
  width:187px;
  height:40px;
}
.icon-show{
  position:relative;
  top:3px;
}
.icon-error{
  float:right;
  display:block;
  margin-right:20px;
  width:18px;
  height:10px;
}
.icon-big-logo{
  display:block;
  width:427px;
  height:93px;
  background:url(/build/images/big-logo.4bb245df.png) no-repeat;
}
.icon-logo{
  background-position:-170px -88px;
}
.icon-facebook{
  background-position:-50px -88px;
}
.icon-livejournal{
  background-position:-80px -88px;
}
.icon-twitter{
  background-position:-110px -88px;
}
.icon-vkontakte{
  background-position:-140px -88px;
}
.icon-youtube{
  background:url(/build/images/youtube.98b121b5.png) no-repeat center top;
}
.icon-rutube{
  background:url(/build/images/rutube.6146cc17.png) no-repeat center top;
}
.icon-show{
  background-position:-740px -115px;
}
.icon-show:hover{
  background-position:-740px -93px;
}
.icon-dots-blue{
  background-position:-756px -115px;
}
.icon-dots-orange{
  background-position:-756px -93px;
}
.icon-callback{
  background-position:-792px -93px;
}
.icon-dashboard{
  background-position:-792px -105px;
}
.icon-error{
  background-position:-792px -119px;
}
.social_new{
  display:inline-block;
  width:26px;
  height:26px;
}
.social_new.facebook{
  background:url(/build/images/facebook.ec77fcad.png) center center no-repeat;
}
.social_new.lj{
  background:url(/build/images/lj.caa73171.png) center center no-repeat;
}
.social_new.rutube{
  width:56px;
  background:url(/build/images/new_rutube.c63a2da6.png) center center no-repeat;
}
.social_new.twitter{
  background:url(/build/images/twitter.1fe1d811.png) center center no-repeat;
}
.social_new.vk{
  background:url(/build/images/vk.bac40b09.png) center center no-repeat;
}
.social_new.youtube{
  background:url(/build/images/new_youtube.5cd8426a.png) center center no-repeat;
}
.print, .print_icon{
  background:url(/build/images/printer.bfa6ef2b.png) left center no-repeat;
  line-height:30px;
  padding:10px 0 10px 40px;
}
.promsvyasbank{
  background:url(/build/images/prom_bank.dbdc18d6.png) left center no-repeat;
  padding:10px 0 5px 180px;
  line-height:30px;
  display:block;
}
.raifaisen{
  background:url(/build/images/rai_bank.50782d87.png) left center no-repeat;
  padding:14px 0 5px 180px;
  line-height:30px;
  display:block;
}
.euroset{
  background:url(/build/images/euroset.3da23f1c.png) left center no-repeat;
  padding:14px 0 5px 180px;
  line-height:30px;
  display:block;
}
.mail{
  background:url(/build/images/post.45b3afb8.png) left center no-repeat;
  padding:12px 0 5px 180px;
  line-height:30px;
  display:block;
}
.courier{
  background:url(/build/images/delivery.a1896eed.png) left center no-repeat;
  padding:12px 0 5px 180px;
  line-height:30px;
  display:block;
}
.contact{
  background:url(/build/images/contact.b87a3510.png) left center no-repeat;
  padding:12px 0 5px 180px;
  line-height:30px;
  display:block;
}
.new_icons{
  display:block;
  height:22px;
  width:22px;
  float:left;
  position:relative;
  margin:0 5px 0 0;
  background-image:url(/build/images/icons.d352e140.png);
  background-repeat:no-repeat;
}
.pegas_family{
  background-position:0 0;
}
.pegas_video{
  background-position:0 -176px;
}
.pegas_panoram{
  background-position:0 -198px;
}
.pegas_active{
  background-position:0 -22px;
}
.pegas_young{
  background-position:0 -44px;
}
.pegas_recommend, .pegas_recomended{
  background-position:0 -66px;
}
.pegas_day, .pegas_exclusive{
  background-position:0 -88px;
}
.pegas_select{
  background-position:0 -110px;
}
.pegas_econom, .pegas_economic{
  background-position:0 -132px;
}
.pegas_health{
  background-position:0 -154px;
}
.pegas_invalid, .pegas_disableds{
  background-position:0 -220px;
}
.pegas_from{
  background-position:0 -242px;
}
.pegas_to{
  background-position:0 -264px;
}
.pegas_vip{
  background-position:0 -327px;
}
.pegas_couples{
  background-position:0 -307px;
}
.pegas_weather_clear{
  background:url(/build/images/icons.d352e140.png) no-repeat right;
  background-position:-22px 0;
}
.pegas_weather_sunny{
  background:url(/build/images/icons.d352e140.png) no-repeat right;
  background-position:-22px -24px;
}
.pegas_weather_fog{
  background:url(/build/images/icons.d352e140.png) no-repeat right;
  background-position:-22px -48px;
}
.pegas_weather_hazy{
  background:url(/build/images/icons.d352e140.png) no-repeat right;
  background-position:-22px 72px;
}
.pegas_weather_unknown{
  background:url(/build/images/icons.d352e140.png) no-repeat right;
  background-position:-22px -96px;
}
.pegas_weather_cloudy{
  background:url(/build/images/icons.d352e140.png) no-repeat right;
  background-position:-22px -120px;
}
.pegas_weather_partlysunny{
  background:url(/build/images/icons.d352e140.png) no-repeat right;
  background-position:-22px -144px;
}
.pegas_weather_partlycloudy{
  background:url(/build/images/icons.d352e140.png) no-repeat right;
  background-position:-22px -168px;
}
.pegas_weather_mostlycloudy{
  background:url(/build/images/icons.d352e140.png) no-repeat right;
  background-position:-22px -120px;
}
.pegas_weather_mostlysunny{
  background:url(/build/images/icons.d352e140.png) no-repeat right;
  background-position:-22px -192px;
}
.pegas_weather_rain{
  background:url(/build/images/icons.d352e140.png) no-repeat right;
  background-position:-22px -216px;
}
.pegas_weather_chancerain{
  background:url(/build/images/icons.d352e140.png) no-repeat right;
  background-position:-22px -240px;
}
.pegas_weather_flurries{
  background:url(/build/images/icons.d352e140.png) no-repeat right;
  background-position:-22px -264px;
}
.pegas_weather_chanceflurries{
  background:url(/build/images/icons.d352e140.png) no-repeat right;
  background-position:-22px -288px;
}
.pegas_weather_tstorms{
  background:url(/build/images/icons.d352e140.png) no-repeat right;
  background-position:-22px -312px;
}
.pegas_weather_chancestorms{
  background:url(/build/images/icons.d352e140.png) no-repeat right;
  background-position:-22px -336px;
}
.pegas_weather_clear_w{
  background:url(/build/images/icons.d352e140.png) no-repeat right;
  background-position:-46px 0;
}
.pegas_weather_sunny_w{
  background:url(/build/images/icons.d352e140.png) no-repeat right;
  background-position:-46px -24px;
}
.pegas_weather_fog_w{
  background:url(/build/images/icons.d352e140.png) no-repeat right;
  background-position:-46px -48px;
}
.pegas_weather_hazy_w{
  background:url(/build/images/icons.d352e140.png) no-repeat right;
  background-position:-46px 72px;
}
.pegas_weather_unknown_w{
  background:url(/build/images/icons.d352e140.png) no-repeat right;
  background-position:-46px -96px;
}
.pegas_weather_cloudy_w{
  background:url(/build/images/icons.d352e140.png) no-repeat right;
  background-position:-46px -120px;
}
.pegas_weather_mostlycloudy_w{
  background:url(/build/images/icons.d352e140.png) no-repeat right;
  background-position:-46px -120px;
}
.pegas_weather_partlysunny_w{
  background:url(/build/images/icons.d352e140.png) no-repeat right;
  background-position:-46px -144px;
}
.pegas_weather_partlycloudy_w{
  background:url(/build/images/icons.d352e140.png) no-repeat right;
  background-position:-46px -168px;
}
.pegas_weather_mostlysunny_w{
  background:url(/build/images/icons.d352e140.png) no-repeat right;
  background-position:-46px -192px;
}
.pegas_weather_rain_w{
  background:url(/build/images/icons.d352e140.png) no-repeat right;
  background-position:-46px -216px;
}
.pegas_weather_chancerain_w{
  background:url(/build/images/icons.d352e140.png) no-repeat right;
  background-position:-46px -240px;
}
.pegas_weather_flurries_w{
  background:url(/build/images/icons.d352e140.png) no-repeat right;
  background-position:-46px -264px;
}
.pegas_weather_chanceflurries_w{
  background:url(/build/images/icons.d352e140.png) no-repeat right;
  background-position:-46px -288px;
}
.pegas_weather_tstorms_w{
  background:url(/build/images/icons.d352e140.png) no-repeat right;
  background-position:-46px -312px;
}
.pegas_weather_chancestorms_w{
  background:url(/build/images/icons.d352e140.png) no-repeat right;
  background-position:-46px -336px;
}

html.lb-disable-scrolling{
  overflow:hidden;
  position:fixed;
  height:100vh;
  width:100vw;
}

.lightboxOverlay{
  position:absolute;
  top:0;
  left:0;
  z-index:9999;
  background-color:black;
  filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity:0.8;
  display:none;
}

.lightbox{
  position:absolute;
  left:0;
  width:100%;
  z-index:10000;
  text-align:center;
  line-height:0;
  font-weight:normal;
}

.lightbox .lb-image{
  display:block;
  height:auto;
  max-width:inherit;
  max-height:none;
  border-radius:3px;
  border:4px solid white;
}

.lightbox a img{
  border:none;
}

.lb-outerContainer{
  position:relative;
  *zoom:1;
  width:250px;
  height:250px;
  margin:0 auto;
  border-radius:4px;
  background-color:white;
}

.lb-outerContainer:after{
  content:"";
  display:table;
  clear:both;
}

.lb-loader{
  position:absolute;
  top:43%;
  left:0;
  height:25%;
  width:100%;
  text-align:center;
  line-height:0;
}

.lb-cancel{
  display:block;
  width:32px;
  height:32px;
  margin:0 auto;
  background:url(/build/images/loading.2299ad0b.gif) no-repeat;
}

.lb-nav{
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  z-index:10;
}

.lb-container > .nav{
  left:0;
}

.lb-nav a{
  outline:none;
  background-image:url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next{
  height:100%;
  cursor:pointer;
  display:block;
}

.lb-nav a.lb-prev{
  width:34%;
  left:0;
  float:left;
  background:url(/build/images/prev.84b76dee.png) left 48% no-repeat;
  filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity:0;
  -webkit-transition:opacity 0.6s;
  transition:opacity 0.6s;
}

.lb-nav a.lb-prev:hover{
  filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity:1;
}

.lb-nav a.lb-next{
  width:64%;
  right:0;
  float:right;
  background:url(/build/images/next.31f15875.png) right 48% no-repeat;
  filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity:0;
  -webkit-transition:opacity 0.6s;
  transition:opacity 0.6s;
}

.lb-nav a.lb-next:hover{
  filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity:1;
}

.lb-dataContainer{
  margin:0 auto;
  padding-top:5px;
  *zoom:1;
  width:100%;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
}

.lb-dataContainer:after{
  content:"";
  display:table;
  clear:both;
}

.lb-data{
  padding:0 4px;
  color:#ccc;
}

.lb-data .lb-details{
  width:85%;
  float:left;
  text-align:left;
  line-height:1.1em;
}

.lb-data .lb-caption{
  font-size:13px;
  font-weight:bold;
  line-height:1em;
}

.lb-data .lb-caption a{
  color:#4ae;
}

.lb-data .lb-number{
  display:block;
  clear:left;
  padding-bottom:1em;
  font-size:12px;
  color:#999999;
}

.lb-data .lb-close{
  display:block;
  float:right;
  width:30px;
  height:30px;
  background:url(/build/images/close.d9d2d0b1.png) top right no-repeat;
  text-align:right;
  outline:none;
  filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity:0.7;
  -webkit-transition:opacity 0.2s;
  transition:opacity 0.2s;
}

.lb-data .lb-close:hover{
  cursor:pointer;
  filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity:1;
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp{
  margin:0 0 10px 0;
}
.fancybox-inner{
  overflow:hidden;
  height:auto;
}
.fancybox-inner #region_office_select #button_wrapper{
  margin-top:5px;
}
#fancybox-thumbs ul{
  width:100500%!important;
}
#region_office_select #input_wrapper{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-direction:column;
          flex-direction:column;
  -webkit-box-align:start;
      -ms-flex-align:start;
          align-items:flex-start;
}
#region_office_select{
  width:365px;
}
#contacts_region_select{
  margin-bottom:10px;
}

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
.ui-helper-hidden{
	display:none;
}
.ui-helper-hidden-accessible{
	border:0;
	clip:rect(0 0 0 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px;
}
.ui-helper-reset{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	line-height:1.3;
	text-decoration:none;
	font-size:100%;
	list-style:none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after{
	content:"";
	display:table;
	border-collapse:collapse;
}
.ui-helper-clearfix:after{
	clear:both;
}
.ui-helper-zfix{
	width:100%;
	height:100%;
	top:0;
	left:0;
	position:absolute;
	opacity:0;
	filter:Alpha(Opacity=0);
}
.ui-front{
	z-index:100;
}
.ui-state-disabled{
	cursor:default !important;
	pointer-events:none;
}
.ui-icon{
	display:inline-block;
	vertical-align:middle;
	margin-top:-.25em;
	position:relative;
	text-indent:-99999px;
	overflow:hidden;
	background-repeat:no-repeat;
}
.ui-widget-icon-block{
	left:50%;
	margin-left:-8px;
	display:block;
}
.ui-widget-overlay{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */
.ui-widget{
	font-family:Arial,Helvetica,sans-serif;
	font-size:1em;
}
.ui-widget .ui-widget{
	font-size:1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button{
	font-family:Arial,Helvetica,sans-serif;
	font-size:1em;
}
.ui-widget.ui-widget-content{
	border:1px solid #c5c5c5;
}
.ui-widget-content{
	border:1px solid #dddddd;
	background:#ffffff;
	color:#333333;
}
.ui-widget-content a{
	color:#333333;
}
.ui-widget-header{
	border:1px solid #dddddd;
	background:#e9e9e9;
	color:#333333;
	font-weight:bold;
}
.ui-widget-header a{
	color:#333333;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
	border:1px solid #c5c5c5;
	background:#f6f6f6;
	font-weight:normal;
	color:#454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button{
	color:#454545;
	text-decoration:none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus{
	border:1px solid #cccccc;
	background:#ededed;
	font-weight:normal;
	color:#2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus{
	color:#2b2b2b;
	text-decoration:none;
}
.ui-visual-focus{
	-webkit-box-shadow:0 0 3px 1px rgb(94, 158, 214);
	        box-shadow:0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover{
	border:1px solid #003eff;
	background:#007fff;
	font-weight:normal;
	color:#ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background{
	border:#003eff;
	background-color:#ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited{
	color:#ffffff;
	text-decoration:none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight{
	border:1px solid #dad55e;
	background:#fffa90;
	color:#777620;
}
.ui-state-checked{
	border:1px solid #dad55e;
	background:#fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a{
	color:#777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error{
	border:1px solid #f1a899;
	background:#fddfdf;
	color:#5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a{
	color:#5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text{
	color:#5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary{
	font-weight:bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary{
	opacity:.7;
	filter:Alpha(Opacity=70);
	font-weight:normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled{
	opacity:.35;
	filter:Alpha(Opacity=35);
	background-image:none;
}
.ui-state-disabled .ui-icon{
	filter:Alpha(Opacity=35);
}
.ui-icon{
	width:16px;
	height:16px;
}
.ui-icon,
.ui-widget-content .ui-icon{
	background-image:url(/build/images/ui-icons_444444_256x240.a4c733ec.png);
}
.ui-widget-header .ui-icon{
	background-image:url(/build/images/ui-icons_444444_256x240.a4c733ec.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon{
	background-image:url(/build/images/ui-icons_555555_256x240.97136473.png);
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon{
	background-image:url(/build/images/ui-icons_ffffff_256x240.bf27228a.png);
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon{
	background-image:url(/build/images/ui-icons_777620_256x240.208a2901.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon{
	background-image:url(/build/images/ui-icons_cc0000_256x240.0de3b517.png);
}
.ui-button .ui-icon{
	background-image:url(/build/images/ui-icons_777777_256x240.73a1fd05.png);
}
.ui-icon-blank{ background-position:16px 16px; }
.ui-icon-caret-1-n{ background-position:0 0; }
.ui-icon-caret-1-ne{ background-position:-16px 0; }
.ui-icon-caret-1-e{ background-position:-32px 0; }
.ui-icon-caret-1-se{ background-position:-48px 0; }
.ui-icon-caret-1-s{ background-position:-65px 0; }
.ui-icon-caret-1-sw{ background-position:-80px 0; }
.ui-icon-caret-1-w{ background-position:-96px 0; }
.ui-icon-caret-1-nw{ background-position:-112px 0; }
.ui-icon-caret-2-n-s{ background-position:-128px 0; }
.ui-icon-caret-2-e-w{ background-position:-144px 0; }
.ui-icon-triangle-1-n{ background-position:0 -16px; }
.ui-icon-triangle-1-ne{ background-position:-16px -16px; }
.ui-icon-triangle-1-e{ background-position:-32px -16px; }
.ui-icon-triangle-1-se{ background-position:-48px -16px; }
.ui-icon-triangle-1-s{ background-position:-65px -16px; }
.ui-icon-triangle-1-sw{ background-position:-80px -16px; }
.ui-icon-triangle-1-w{ background-position:-96px -16px; }
.ui-icon-triangle-1-nw{ background-position:-112px -16px; }
.ui-icon-triangle-2-n-s{ background-position:-128px -16px; }
.ui-icon-triangle-2-e-w{ background-position:-144px -16px; }
.ui-icon-arrow-1-n{ background-position:0 -32px; }
.ui-icon-arrow-1-ne{ background-position:-16px -32px; }
.ui-icon-arrow-1-e{ background-position:-32px -32px; }
.ui-icon-arrow-1-se{ background-position:-48px -32px; }
.ui-icon-arrow-1-s{ background-position:-65px -32px; }
.ui-icon-arrow-1-sw{ background-position:-80px -32px; }
.ui-icon-arrow-1-w{ background-position:-96px -32px; }
.ui-icon-arrow-1-nw{ background-position:-112px -32px; }
.ui-icon-arrow-2-n-s{ background-position:-128px -32px; }
.ui-icon-arrow-2-ne-sw{ background-position:-144px -32px; }
.ui-icon-arrow-2-e-w{ background-position:-160px -32px; }
.ui-icon-arrow-2-se-nw{ background-position:-176px -32px; }
.ui-icon-arrowstop-1-n{ background-position:-192px -32px; }
.ui-icon-arrowstop-1-e{ background-position:-208px -32px; }
.ui-icon-arrowstop-1-s{ background-position:-224px -32px; }
.ui-icon-arrowstop-1-w{ background-position:-240px -32px; }
.ui-icon-arrowthick-1-n{ background-position:1px -48px; }
.ui-icon-arrowthick-1-ne{ background-position:-16px -48px; }
.ui-icon-arrowthick-1-e{ background-position:-32px -48px; }
.ui-icon-arrowthick-1-se{ background-position:-48px -48px; }
.ui-icon-arrowthick-1-s{ background-position:-64px -48px; }
.ui-icon-arrowthick-1-sw{ background-position:-80px -48px; }
.ui-icon-arrowthick-1-w{ background-position:-96px -48px; }
.ui-icon-arrowthick-1-nw{ background-position:-112px -48px; }
.ui-icon-arrowthick-2-n-s{ background-position:-128px -48px; }
.ui-icon-arrowthick-2-ne-sw{ background-position:-144px -48px; }
.ui-icon-arrowthick-2-e-w{ background-position:-160px -48px; }
.ui-icon-arrowthick-2-se-nw{ background-position:-176px -48px; }
.ui-icon-arrowthickstop-1-n{ background-position:-192px -48px; }
.ui-icon-arrowthickstop-1-e{ background-position:-208px -48px; }
.ui-icon-arrowthickstop-1-s{ background-position:-224px -48px; }
.ui-icon-arrowthickstop-1-w{ background-position:-240px -48px; }
.ui-icon-arrowreturnthick-1-w{ background-position:0 -64px; }
.ui-icon-arrowreturnthick-1-n{ background-position:-16px -64px; }
.ui-icon-arrowreturnthick-1-e{ background-position:-32px -64px; }
.ui-icon-arrowreturnthick-1-s{ background-position:-48px -64px; }
.ui-icon-arrowreturn-1-w{ background-position:-64px -64px; }
.ui-icon-arrowreturn-1-n{ background-position:-80px -64px; }
.ui-icon-arrowreturn-1-e{ background-position:-96px -64px; }
.ui-icon-arrowreturn-1-s{ background-position:-112px -64px; }
.ui-icon-arrowrefresh-1-w{ background-position:-128px -64px; }
.ui-icon-arrowrefresh-1-n{ background-position:-144px -64px; }
.ui-icon-arrowrefresh-1-e{ background-position:-160px -64px; }
.ui-icon-arrowrefresh-1-s{ background-position:-176px -64px; }
.ui-icon-arrow-4{ background-position:0 -80px; }
.ui-icon-arrow-4-diag{ background-position:-16px -80px; }
.ui-icon-extlink{ background-position:-32px -80px; }
.ui-icon-newwin{ background-position:-48px -80px; }
.ui-icon-refresh{ background-position:-64px -80px; }
.ui-icon-shuffle{ background-position:-80px -80px; }
.ui-icon-transfer-e-w{ background-position:-96px -80px; }
.ui-icon-transferthick-e-w{ background-position:-112px -80px; }
.ui-icon-folder-collapsed{ background-position:0 -96px; }
.ui-icon-folder-open{ background-position:-16px -96px; }
.ui-icon-document{ background-position:-32px -96px; }
.ui-icon-document-b{ background-position:-48px -96px; }
.ui-icon-note{ background-position:-64px -96px; }
.ui-icon-mail-closed{ background-position:-80px -96px; }
.ui-icon-mail-open{ background-position:-96px -96px; }
.ui-icon-suitcase{ background-position:-112px -96px; }
.ui-icon-comment{ background-position:-128px -96px; }
.ui-icon-person{ background-position:-144px -96px; }
.ui-icon-print{ background-position:-160px -96px; }
.ui-icon-trash{ background-position:-176px -96px; }
.ui-icon-locked{ background-position:-192px -96px; }
.ui-icon-unlocked{ background-position:-208px -96px; }
.ui-icon-bookmark{ background-position:-224px -96px; }
.ui-icon-tag{ background-position:-240px -96px; }
.ui-icon-home{ background-position:0 -112px; }
.ui-icon-flag{ background-position:-16px -112px; }
.ui-icon-calendar{ background-position:-32px -112px; }
.ui-icon-cart{ background-position:-48px -112px; }
.ui-icon-pencil{ background-position:-64px -112px; }
.ui-icon-clock{ background-position:-80px -112px; }
.ui-icon-disk{ background-position:-96px -112px; }
.ui-icon-calculator{ background-position:-112px -112px; }
.ui-icon-zoomin{ background-position:-128px -112px; }
.ui-icon-zoomout{ background-position:-144px -112px; }
.ui-icon-search{ background-position:-160px -112px; }
.ui-icon-wrench{ background-position:-176px -112px; }
.ui-icon-gear{ background-position:-192px -112px; }
.ui-icon-heart{ background-position:-208px -112px; }
.ui-icon-star{ background-position:-224px -112px; }
.ui-icon-link{ background-position:-240px -112px; }
.ui-icon-cancel{ background-position:0 -128px; }
.ui-icon-plus{ background-position:-16px -128px; }
.ui-icon-plusthick{ background-position:-32px -128px; }
.ui-icon-minus{ background-position:-48px -128px; }
.ui-icon-minusthick{ background-position:-64px -128px; }
.ui-icon-close{ background-position:-80px -128px; }
.ui-icon-closethick{ background-position:-96px -128px; }
.ui-icon-key{ background-position:-112px -128px; }
.ui-icon-lightbulb{ background-position:-128px -128px; }
.ui-icon-scissors{ background-position:-144px -128px; }
.ui-icon-clipboard{ background-position:-160px -128px; }
.ui-icon-copy{ background-position:-176px -128px; }
.ui-icon-contact{ background-position:-192px -128px; }
.ui-icon-image{ background-position:-208px -128px; }
.ui-icon-video{ background-position:-224px -128px; }
.ui-icon-script{ background-position:-240px -128px; }
.ui-icon-alert{ background-position:0 -144px; }
.ui-icon-info{ background-position:-16px -144px; }
.ui-icon-notice{ background-position:-32px -144px; }
.ui-icon-help{ background-position:-48px -144px; }
.ui-icon-check{ background-position:-64px -144px; }
.ui-icon-bullet{ background-position:-80px -144px; }
.ui-icon-radio-on{ background-position:-96px -144px; }
.ui-icon-radio-off{ background-position:-112px -144px; }
.ui-icon-pin-w{ background-position:-128px -144px; }
.ui-icon-pin-s{ background-position:-144px -144px; }
.ui-icon-play{ background-position:0 -160px; }
.ui-icon-pause{ background-position:-16px -160px; }
.ui-icon-seek-next{ background-position:-32px -160px; }
.ui-icon-seek-prev{ background-position:-48px -160px; }
.ui-icon-seek-end{ background-position:-64px -160px; }
.ui-icon-seek-start{ background-position:-80px -160px; }
.ui-icon-seek-first{ background-position:-80px -160px; }
.ui-icon-stop{ background-position:-96px -160px; }
.ui-icon-eject{ background-position:-112px -160px; }
.ui-icon-volume-off{ background-position:-128px -160px; }
.ui-icon-volume-on{ background-position:-144px -160px; }
.ui-icon-power{ background-position:0 -176px; }
.ui-icon-signal-diag{ background-position:-16px -176px; }
.ui-icon-signal{ background-position:-32px -176px; }
.ui-icon-battery-0{ background-position:-48px -176px; }
.ui-icon-battery-1{ background-position:-64px -176px; }
.ui-icon-battery-2{ background-position:-80px -176px; }
.ui-icon-battery-3{ background-position:-96px -176px; }
.ui-icon-circle-plus{ background-position:0 -192px; }
.ui-icon-circle-minus{ background-position:-16px -192px; }
.ui-icon-circle-close{ background-position:-32px -192px; }
.ui-icon-circle-triangle-e{ background-position:-48px -192px; }
.ui-icon-circle-triangle-s{ background-position:-64px -192px; }
.ui-icon-circle-triangle-w{ background-position:-80px -192px; }
.ui-icon-circle-triangle-n{ background-position:-96px -192px; }
.ui-icon-circle-arrow-e{ background-position:-112px -192px; }
.ui-icon-circle-arrow-s{ background-position:-128px -192px; }
.ui-icon-circle-arrow-w{ background-position:-144px -192px; }
.ui-icon-circle-arrow-n{ background-position:-160px -192px; }
.ui-icon-circle-zoomin{ background-position:-176px -192px; }
.ui-icon-circle-zoomout{ background-position:-192px -192px; }
.ui-icon-circle-check{ background-position:-208px -192px; }
.ui-icon-circlesmall-plus{ background-position:0 -208px; }
.ui-icon-circlesmall-minus{ background-position:-16px -208px; }
.ui-icon-circlesmall-close{ background-position:-32px -208px; }
.ui-icon-squaresmall-plus{ background-position:-48px -208px; }
.ui-icon-squaresmall-minus{ background-position:-64px -208px; }
.ui-icon-squaresmall-close{ background-position:-80px -208px; }
.ui-icon-grip-dotted-vertical{ background-position:0 -224px; }
.ui-icon-grip-dotted-horizontal{ background-position:-16px -224px; }
.ui-icon-grip-solid-vertical{ background-position:-32px -224px; }
.ui-icon-grip-solid-horizontal{ background-position:-48px -224px; }
.ui-icon-gripsmall-diagonal-se{ background-position:-64px -224px; }
.ui-icon-grip-diagonal-se{ background-position:-80px -224px; }
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl{
	border-top-left-radius:3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr{
	border-top-right-radius:3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl{
	border-bottom-left-radius:3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br{
	border-bottom-right-radius:3px;
}
.ui-widget-overlay{
	background:#aaaaaa;
	opacity:.3;
	filter:Alpha(Opacity=30);
}
.ui-widget-shadow{
	-webkit-box-shadow:0 0 5px #666666;
	box-shadow:0 0 5px #666666;
}

/*!
 * jQuery UI Datepicker 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
.ui-datepicker{
	width:17em;
	padding:.2em .2em 0;
	display:none;
}
.ui-datepicker .ui-datepicker-header{
	position:relative;
	padding:.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next{
	position:absolute;
	top:2px;
	width:1.8em;
	height:1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover{
	top:1px;
}
.ui-datepicker .ui-datepicker-prev{
	left:2px;
}
.ui-datepicker .ui-datepicker-next{
	right:2px;
}
.ui-datepicker .ui-datepicker-prev-hover{
	left:1px;
}
.ui-datepicker .ui-datepicker-next-hover{
	right:1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span{
	display:block;
	position:absolute;
	left:50%;
	margin-left:-8px;
	top:50%;
	margin-top:-8px;
}
.ui-datepicker .ui-datepicker-title{
	margin:0 2.3em;
	line-height:1.8em;
	text-align:center;
}
.ui-datepicker .ui-datepicker-title select{
	font-size:1em;
	margin:1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year{
	width:45%;
}
.ui-datepicker table{
	width:100%;
	font-size:.9em;
	border-collapse:collapse;
	margin:0 0 .4em;
}
.ui-datepicker th{
	padding:.7em .3em;
	text-align:center;
	font-weight:bold;
	border:0;
}
.ui-datepicker td{
	border:0;
	padding:1px;
}
.ui-datepicker td span,
.ui-datepicker td a{
	display:block;
	padding:.2em;
	text-align:right;
	text-decoration:none;
}
.ui-datepicker .ui-datepicker-buttonpane{
	background-image:none;
	margin:.7em 0 0 0;
	padding:0 .2em;
	border-left:0;
	border-right:0;
	border-bottom:0;
}
.ui-datepicker .ui-datepicker-buttonpane button{
	float:right;
	margin:.5em .2em .4em;
	cursor:pointer;
	padding:.2em .6em .3em .6em;
	width:auto;
	overflow:visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{
	float:left;
}
.ui-datepicker.ui-datepicker-multi{
	width:auto;
}
.ui-datepicker-multi .ui-datepicker-group{
	float:left;
}
.ui-datepicker-multi .ui-datepicker-group table{
	width:95%;
	margin:0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group{
	width:50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group{
	width:33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group{
	width:25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{
	border-left-width:0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane{
	clear:left;
}
.ui-datepicker-row-break{
	clear:both;
	width:100%;
	font-size:0;
}
.ui-datepicker-rtl{
	direction:rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev{
	right:2px;
	left:auto;
}
.ui-datepicker-rtl .ui-datepicker-next{
	left:2px;
	right:auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover{
	right:1px;
	left:auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover{
	left:1px;
	right:auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane{
	clear:right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button{
	float:left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group{
	float:right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{
	border-right-width:0;
	border-left-width:1px;
}
.ui-datepicker .ui-icon{
	display:block;
	text-indent:-99999px;
	overflow:hidden;
	background-repeat:no-repeat;
	left:.5em;
	top:.3em;
}


.error[data-v-05455975]{
    background-color:#FFEAEB;
    color:#cd202c;
    border-radius:8px;
    padding:15px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-flow:column;
            flex-flow:column;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
}
.error__retry[data-v-05455975]{
    margin-top:16px;
}

.el-loading-parent--relative{position:relative!important}.el-loading-parent--hidden{overflow:hidden!important}.el-loading-mask{position:absolute;z-index:2000;background-color:rgba(255, 255, 255, .9);margin:0;top:0;right:0;bottom:0;left:0;-webkit-transition:opacity .3s;transition:opacity .3s}.el-loading-mask.is-fullscreen{position:fixed}.el-loading-mask.is-fullscreen .el-loading-spinner{margin-top:-25px}.el-loading-mask.is-fullscreen .el-loading-spinner .circular{height:50px;width:50px}.el-loading-spinner{top:50%;margin-top:-21px;width:100%;text-align:center;position:absolute}.el-loading-spinner .el-loading-text{color:#409EFF;margin:3px 0;font-size:14px}.el-loading-spinner .circular{height:42px;width:42px;-webkit-animation:loading-rotate 2s linear infinite;animation:loading-rotate 2s linear infinite}.el-loading-spinner .path{-webkit-animation:loading-dash 1.5s ease-in-out infinite;animation:loading-dash 1.5s ease-in-out infinite;stroke-dasharray:90,150;stroke-dashoffset:0;stroke-width:2;stroke:#409EFF;stroke-linecap:round}.el-loading-spinner i{color:#409EFF}.el-loading-fade-enter,.el-loading-fade-leave-active{opacity:0}@-webkit-keyframes loading-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loading-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes loading-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40px}100%{stroke-dasharray:90,150;stroke-dashoffset:-120px}}@keyframes loading-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40px}100%{stroke-dasharray:90,150;stroke-dashoffset:-120px}}
[data-v-2bb95f9a]:root {

  /*****************************************************************
    LEGACY VARIABLES
******************************************************************/


  /** Website additional colors */

  /** meal groups */


  /** Link colors */
  /** ordinary link */

  /** primary link */


  /**  Button colors theme default */

  /**  Button colors theme primary */

  /**  primary button */

  /**  additional button */


  /**  link button */

  /**  link button additional */


  /**  Input colors */


  /**  Color border */


  /**  Typography */
  /**  font family */

  /**  font color */

  /**  font size */

  /**  font size heading */

  /** Components */
  /** margin */

  /** padding */

  /** z-index */
}
.-block-wide[data-v-2bb95f9a] {
  width: 100%;
}

/* ie9,10 stuff, `cause "hidden" property is introduced only in ie11 */
[data-hidden="true"][data-v-2bb95f9a] {
  display: none !important;
}
.no-border--left[data-v-2bb95f9a] {
  border-left-color: transparent;
}
.no-border--right[data-v-2bb95f9a] {
  border-right-color: transparent;
}
pre[data-v-2bb95f9a] {
  background: none;
  padding: 0;
  border: 0;
  border-radius: 0;
}
section[data-v-2bb95f9a] {
  margin-bottom: 20px;
}
@for $i from 1 to 10 {
.z-index-$(i) {
    z-index: $(i)00;
}
}
.country-menu[data-v-2bb95f9a]{
    background:#f3f4f6;
    margin-top:10px;
    display:none;
}
.country-menu__list[data-v-2bb95f9a]{
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
    margin:0;
    padding:10px;
}
.country-menu__list > li[data-v-2bb95f9a]{
        display:inline-block;
        padding:0;
}
.country-menu__item[data-v-2bb95f9a]{
    width:14.285714286%;
    margin:5px 0;
}
.country-menu__item__name-country[data-v-2bb95f9a]{
    position:relative;
    padding:3px 5px;
    padding-bottom:5px;
    border:1px solid transparent;
    border-bottom:0;
    text-decoration:none;
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
}
.country-menu__item__name-country .icon-flag[data-v-2bb95f9a]{
        margin-right:5px;
}
.country-menu__item__name-country-hoverred[data-v-2bb95f9a]{
    background:white;
    border-color:#cfcfcf;
    z-index:600;
}
.country-menu__sub-menu-list[data-v-2bb95f9a]{
    font-size:14px;
    text-align:left;
    list-style:none;
    padding:0;
    margin:0;
}
.country-menu__sub-menu-list__item[data-v-2bb95f9a]{
    padding:3px 10px!important;
    cursor:pointer;
}
.country-menu__sub-menu-list__item[data-v-2bb95f9a]:hover{
        background-color:#f3f4f6;
}
.country-menu__sub-menu-list__item-empty[data-v-2bb95f9a]{
    cursor:default;
}
.country-menu__sub-menu-list__item-empty[data-v-2bb95f9a]:hover{
        background-color:white;
}
.country-menu__sub-menu-list__item-link[data-v-2bb95f9a]{
    font-size:13px;
    text-decoration:none;

    color:black;
}
.country-menu__sub-menu-list__item-link[data-v-2bb95f9a]:hover{
        color:black;
}


.country-menu{
    min-height:205px;
}
.country-menu__sub-menu{
    margin-top:-3px!important;
    min-width:160px!important;
    padding:5px 0!important;
    border:1px solid #ccc!important;
    border-radius:0!important;
}

.el-fade-in-enter, .el-fade-in-leave-active, .el-fade-in-linear-enter, .el-fade-in-linear-leave, .el-fade-in-linear-leave-active, .fade-in-linear-enter, .fade-in-linear-leave, .fade-in-linear-leave-active{opacity:0}.fade-in-linear-enter-active, .fade-in-linear-leave-active{transition:opacity .2s linear}.el-fade-in-linear-enter-active, .el-fade-in-linear-leave-active{transition:opacity .2s linear}.el-fade-in-enter-active, .el-fade-in-leave-active{transition:all .3s cubic-bezier(.55,0,.1,1)}.el-zoom-in-center-enter-active, .el-zoom-in-center-leave-active{transition:all .3s cubic-bezier(.55,0,.1,1)}.el-zoom-in-center-enter, .el-zoom-in-center-leave-active{opacity:0;-ms-transform:scaleX(0);transform:scaleX(0)}.el-zoom-in-top-enter-active, .el-zoom-in-top-leave-active{opacity:1;-ms-transform:scaleY(1);transform:scaleY(1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);-ms-transform-origin:center top;transform-origin:center top}.el-zoom-in-top-enter, .el-zoom-in-top-leave-active{opacity:0;-ms-transform:scaleY(0);transform:scaleY(0)}.el-zoom-in-bottom-enter-active, .el-zoom-in-bottom-leave-active{opacity:1;-ms-transform:scaleY(1);transform:scaleY(1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);-ms-transform-origin:center bottom;transform-origin:center bottom}.el-zoom-in-bottom-enter, .el-zoom-in-bottom-leave-active{opacity:0;-ms-transform:scaleY(0);transform:scaleY(0)}.el-zoom-in-left-enter-active, .el-zoom-in-left-leave-active{opacity:1;-ms-transform:scale(1,1);transform:scale(1,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);-ms-transform-origin:top left;transform-origin:top left}.el-zoom-in-left-enter, .el-zoom-in-left-leave-active{opacity:0;-ms-transform:scale(.45,.45);transform:scale(.45,.45)}.collapse-transition{transition:.3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out}.horizontal-collapse-transition{transition:.3s width ease-in-out,.3s padding-left ease-in-out,.3s padding-right ease-in-out}.el-list-enter-active, .el-list-leave-active{transition:all 1s}.el-list-enter, .el-list-leave-active{opacity:0;-ms-transform:translateY(-30px);transform:translateY(-30px)}.el-opacity-transition{transition:opacity .3s cubic-bezier(.55,0,.1,1)}@font-face{font-family:element-icons;src:url(/build/fonts/element-icons.535877f5.woff) format("woff"),url(/build/fonts/element-icons.732389de.ttf) format("truetype");font-weight:400;font-display:"auto";font-style:normal}[class*=" el-icon-"], [class^=el-icon-]{font-family:element-icons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;vertical-align:baseline;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.el-icon-ice-cream-round:before{content:"\e6a0"}.el-icon-ice-cream-square:before{content:"\e6a3"}.el-icon-lollipop:before{content:"\e6a4"}.el-icon-potato-strips:before{content:"\e6a5"}.el-icon-milk-tea:before{content:"\e6a6"}.el-icon-ice-drink:before{content:"\e6a7"}.el-icon-ice-tea:before{content:"\e6a9"}.el-icon-coffee:before{content:"\e6aa"}.el-icon-orange:before{content:"\e6ab"}.el-icon-pear:before{content:"\e6ac"}.el-icon-apple:before{content:"\e6ad"}.el-icon-cherry:before{content:"\e6ae"}.el-icon-watermelon:before{content:"\e6af"}.el-icon-grape:before{content:"\e6b0"}.el-icon-refrigerator:before{content:"\e6b1"}.el-icon-goblet-square-full:before{content:"\e6b2"}.el-icon-goblet-square:before{content:"\e6b3"}.el-icon-goblet-full:before{content:"\e6b4"}.el-icon-goblet:before{content:"\e6b5"}.el-icon-cold-drink:before{content:"\e6b6"}.el-icon-coffee-cup:before{content:"\e6b8"}.el-icon-water-cup:before{content:"\e6b9"}.el-icon-hot-water:before{content:"\e6ba"}.el-icon-ice-cream:before{content:"\e6bb"}.el-icon-dessert:before{content:"\e6bc"}.el-icon-sugar:before{content:"\e6bd"}.el-icon-tableware:before{content:"\e6be"}.el-icon-burger:before{content:"\e6bf"}.el-icon-knife-fork:before{content:"\e6c1"}.el-icon-fork-spoon:before{content:"\e6c2"}.el-icon-chicken:before{content:"\e6c3"}.el-icon-food:before{content:"\e6c4"}.el-icon-dish-1:before{content:"\e6c5"}.el-icon-dish:before{content:"\e6c6"}.el-icon-moon-night:before{content:"\e6ee"}.el-icon-moon:before{content:"\e6f0"}.el-icon-cloudy-and-sunny:before{content:"\e6f1"}.el-icon-partly-cloudy:before{content:"\e6f2"}.el-icon-cloudy:before{content:"\e6f3"}.el-icon-sunny:before{content:"\e6f6"}.el-icon-sunset:before{content:"\e6f7"}.el-icon-sunrise-1:before{content:"\e6f8"}.el-icon-sunrise:before{content:"\e6f9"}.el-icon-heavy-rain:before{content:"\e6fa"}.el-icon-lightning:before{content:"\e6fb"}.el-icon-light-rain:before{content:"\e6fc"}.el-icon-wind-power:before{content:"\e6fd"}.el-icon-baseball:before{content:"\e712"}.el-icon-soccer:before{content:"\e713"}.el-icon-football:before{content:"\e715"}.el-icon-basketball:before{content:"\e716"}.el-icon-ship:before{content:"\e73f"}.el-icon-truck:before{content:"\e740"}.el-icon-bicycle:before{content:"\e741"}.el-icon-mobile-phone:before{content:"\e6d3"}.el-icon-service:before{content:"\e6d4"}.el-icon-key:before{content:"\e6e2"}.el-icon-unlock:before{content:"\e6e4"}.el-icon-lock:before{content:"\e6e5"}.el-icon-watch:before{content:"\e6fe"}.el-icon-watch-1:before{content:"\e6ff"}.el-icon-timer:before{content:"\e702"}.el-icon-alarm-clock:before{content:"\e703"}.el-icon-map-location:before{content:"\e704"}.el-icon-delete-location:before{content:"\e705"}.el-icon-add-location:before{content:"\e706"}.el-icon-location-information:before{content:"\e707"}.el-icon-location-outline:before{content:"\e708"}.el-icon-location:before{content:"\e79e"}.el-icon-place:before{content:"\e709"}.el-icon-discover:before{content:"\e70a"}.el-icon-first-aid-kit:before{content:"\e70b"}.el-icon-trophy-1:before{content:"\e70c"}.el-icon-trophy:before{content:"\e70d"}.el-icon-medal:before{content:"\e70e"}.el-icon-medal-1:before{content:"\e70f"}.el-icon-stopwatch:before{content:"\e710"}.el-icon-mic:before{content:"\e711"}.el-icon-copy-document:before{content:"\e718"}.el-icon-full-screen:before{content:"\e719"}.el-icon-switch-button:before{content:"\e71b"}.el-icon-aim:before{content:"\e71c"}.el-icon-crop:before{content:"\e71d"}.el-icon-odometer:before{content:"\e71e"}.el-icon-time:before{content:"\e71f"}.el-icon-bangzhu:before{content:"\e724"}.el-icon-close-notification:before{content:"\e726"}.el-icon-microphone:before{content:"\e727"}.el-icon-turn-off-microphone:before{content:"\e728"}.el-icon-position:before{content:"\e729"}.el-icon-postcard:before{content:"\e72a"}.el-icon-message:before{content:"\e72b"}.el-icon-chat-line-square:before{content:"\e72d"}.el-icon-chat-dot-square:before{content:"\e72e"}.el-icon-chat-dot-round:before{content:"\e72f"}.el-icon-chat-square:before{content:"\e730"}.el-icon-chat-line-round:before{content:"\e731"}.el-icon-chat-round:before{content:"\e732"}.el-icon-set-up:before{content:"\e733"}.el-icon-turn-off:before{content:"\e734"}.el-icon-open:before{content:"\e735"}.el-icon-connection:before{content:"\e736"}.el-icon-link:before{content:"\e737"}.el-icon-cpu:before{content:"\e738"}.el-icon-thumb:before{content:"\e739"}.el-icon-female:before{content:"\e73a"}.el-icon-male:before{content:"\e73b"}.el-icon-guide:before{content:"\e73c"}.el-icon-news:before{content:"\e73e"}.el-icon-price-tag:before{content:"\e744"}.el-icon-discount:before{content:"\e745"}.el-icon-wallet:before{content:"\e747"}.el-icon-coin:before{content:"\e748"}.el-icon-money:before{content:"\e749"}.el-icon-bank-card:before{content:"\e74a"}.el-icon-box:before{content:"\e74b"}.el-icon-present:before{content:"\e74c"}.el-icon-sell:before{content:"\e6d5"}.el-icon-sold-out:before{content:"\e6d6"}.el-icon-shopping-bag-2:before{content:"\e74d"}.el-icon-shopping-bag-1:before{content:"\e74e"}.el-icon-shopping-cart-2:before{content:"\e74f"}.el-icon-shopping-cart-1:before{content:"\e750"}.el-icon-shopping-cart-full:before{content:"\e751"}.el-icon-smoking:before{content:"\e752"}.el-icon-no-smoking:before{content:"\e753"}.el-icon-house:before{content:"\e754"}.el-icon-table-lamp:before{content:"\e755"}.el-icon-school:before{content:"\e756"}.el-icon-office-building:before{content:"\e757"}.el-icon-toilet-paper:before{content:"\e758"}.el-icon-notebook-2:before{content:"\e759"}.el-icon-notebook-1:before{content:"\e75a"}.el-icon-files:before{content:"\e75b"}.el-icon-collection:before{content:"\e75c"}.el-icon-receiving:before{content:"\e75d"}.el-icon-suitcase-1:before{content:"\e760"}.el-icon-suitcase:before{content:"\e761"}.el-icon-film:before{content:"\e763"}.el-icon-collection-tag:before{content:"\e765"}.el-icon-data-analysis:before{content:"\e766"}.el-icon-pie-chart:before{content:"\e767"}.el-icon-data-board:before{content:"\e768"}.el-icon-data-line:before{content:"\e76d"}.el-icon-reading:before{content:"\e769"}.el-icon-magic-stick:before{content:"\e76a"}.el-icon-coordinate:before{content:"\e76b"}.el-icon-mouse:before{content:"\e76c"}.el-icon-brush:before{content:"\e76e"}.el-icon-headset:before{content:"\e76f"}.el-icon-umbrella:before{content:"\e770"}.el-icon-scissors:before{content:"\e771"}.el-icon-mobile:before{content:"\e773"}.el-icon-attract:before{content:"\e774"}.el-icon-monitor:before{content:"\e775"}.el-icon-search:before{content:"\e778"}.el-icon-takeaway-box:before{content:"\e77a"}.el-icon-paperclip:before{content:"\e77d"}.el-icon-printer:before{content:"\e77e"}.el-icon-document-add:before{content:"\e782"}.el-icon-document:before{content:"\e785"}.el-icon-document-checked:before{content:"\e786"}.el-icon-document-copy:before{content:"\e787"}.el-icon-document-delete:before{content:"\e788"}.el-icon-document-remove:before{content:"\e789"}.el-icon-tickets:before{content:"\e78b"}.el-icon-folder-checked:before{content:"\e77f"}.el-icon-folder-delete:before{content:"\e780"}.el-icon-folder-remove:before{content:"\e781"}.el-icon-folder-add:before{content:"\e783"}.el-icon-folder-opened:before{content:"\e784"}.el-icon-folder:before{content:"\e78a"}.el-icon-edit-outline:before{content:"\e764"}.el-icon-edit:before{content:"\e78c"}.el-icon-date:before{content:"\e78e"}.el-icon-c-scale-to-original:before{content:"\e7c6"}.el-icon-view:before{content:"\e6ce"}.el-icon-loading:before{content:"\e6cf"}.el-icon-rank:before{content:"\e6d1"}.el-icon-sort-down:before{content:"\e7c4"}.el-icon-sort-up:before{content:"\e7c5"}.el-icon-sort:before{content:"\e6d2"}.el-icon-finished:before{content:"\e6cd"}.el-icon-refresh-left:before{content:"\e6c7"}.el-icon-refresh-right:before{content:"\e6c8"}.el-icon-refresh:before{content:"\e6d0"}.el-icon-video-play:before{content:"\e7c0"}.el-icon-video-pause:before{content:"\e7c1"}.el-icon-d-arrow-right:before{content:"\e6dc"}.el-icon-d-arrow-left:before{content:"\e6dd"}.el-icon-arrow-up:before{content:"\e6e1"}.el-icon-arrow-down:before{content:"\e6df"}.el-icon-arrow-right:before{content:"\e6e0"}.el-icon-arrow-left:before{content:"\e6de"}.el-icon-top-right:before{content:"\e6e7"}.el-icon-top-left:before{content:"\e6e8"}.el-icon-top:before{content:"\e6e6"}.el-icon-bottom:before{content:"\e6eb"}.el-icon-right:before{content:"\e6e9"}.el-icon-back:before{content:"\e6ea"}.el-icon-bottom-right:before{content:"\e6ec"}.el-icon-bottom-left:before{content:"\e6ed"}.el-icon-caret-top:before{content:"\e78f"}.el-icon-caret-bottom:before{content:"\e790"}.el-icon-caret-right:before{content:"\e791"}.el-icon-caret-left:before{content:"\e792"}.el-icon-d-caret:before{content:"\e79a"}.el-icon-share:before{content:"\e793"}.el-icon-menu:before{content:"\e798"}.el-icon-s-grid:before{content:"\e7a6"}.el-icon-s-check:before{content:"\e7a7"}.el-icon-s-data:before{content:"\e7a8"}.el-icon-s-opportunity:before{content:"\e7aa"}.el-icon-s-custom:before{content:"\e7ab"}.el-icon-s-claim:before{content:"\e7ad"}.el-icon-s-finance:before{content:"\e7ae"}.el-icon-s-comment:before{content:"\e7af"}.el-icon-s-flag:before{content:"\e7b0"}.el-icon-s-marketing:before{content:"\e7b1"}.el-icon-s-shop:before{content:"\e7b4"}.el-icon-s-open:before{content:"\e7b5"}.el-icon-s-management:before{content:"\e7b6"}.el-icon-s-ticket:before{content:"\e7b7"}.el-icon-s-release:before{content:"\e7b8"}.el-icon-s-home:before{content:"\e7b9"}.el-icon-s-promotion:before{content:"\e7ba"}.el-icon-s-operation:before{content:"\e7bb"}.el-icon-s-unfold:before{content:"\e7bc"}.el-icon-s-fold:before{content:"\e7a9"}.el-icon-s-platform:before{content:"\e7bd"}.el-icon-s-order:before{content:"\e7be"}.el-icon-s-cooperation:before{content:"\e7bf"}.el-icon-bell:before{content:"\e725"}.el-icon-message-solid:before{content:"\e799"}.el-icon-video-camera:before{content:"\e772"}.el-icon-video-camera-solid:before{content:"\e796"}.el-icon-camera:before{content:"\e779"}.el-icon-camera-solid:before{content:"\e79b"}.el-icon-download:before{content:"\e77c"}.el-icon-upload2:before{content:"\e77b"}.el-icon-upload:before{content:"\e7c3"}.el-icon-picture-outline-round:before{content:"\e75f"}.el-icon-picture-outline:before{content:"\e75e"}.el-icon-picture:before{content:"\e79f"}.el-icon-close:before{content:"\e6db"}.el-icon-check:before{content:"\e6da"}.el-icon-plus:before{content:"\e6d9"}.el-icon-minus:before{content:"\e6d8"}.el-icon-help:before{content:"\e73d"}.el-icon-s-help:before{content:"\e7b3"}.el-icon-circle-close:before{content:"\e78d"}.el-icon-circle-check:before{content:"\e720"}.el-icon-circle-plus-outline:before{content:"\e723"}.el-icon-remove-outline:before{content:"\e722"}.el-icon-zoom-out:before{content:"\e776"}.el-icon-zoom-in:before{content:"\e777"}.el-icon-error:before{content:"\e79d"}.el-icon-success:before{content:"\e79c"}.el-icon-circle-plus:before{content:"\e7a0"}.el-icon-remove:before{content:"\e7a2"}.el-icon-info:before{content:"\e7a1"}.el-icon-question:before{content:"\e7a4"}.el-icon-warning-outline:before{content:"\e6c9"}.el-icon-warning:before{content:"\e7a3"}.el-icon-goods:before{content:"\e7c2"}.el-icon-s-goods:before{content:"\e7b2"}.el-icon-star-off:before{content:"\e717"}.el-icon-star-on:before{content:"\e797"}.el-icon-more-outline:before{content:"\e6cc"}.el-icon-more:before{content:"\e794"}.el-icon-phone-outline:before{content:"\e6cb"}.el-icon-phone:before{content:"\e795"}.el-icon-user:before{content:"\e6e3"}.el-icon-user-solid:before{content:"\e7a5"}.el-icon-setting:before{content:"\e6ca"}.el-icon-s-tools:before{content:"\e7ac"}.el-icon-delete:before{content:"\e6d7"}.el-icon-delete-solid:before{content:"\e7c9"}.el-icon-eleme:before{content:"\e7c7"}.el-icon-platform-eleme:before{content:"\e7ca"}.el-icon-loading{animation:rotating 2s linear infinite}.el-icon--right{margin-left:5px}.el-icon--left{margin-right:5px}@keyframes rotating{0%{transform:rotateZ(0)}100%{transform:rotateZ(360deg)}}
.el-popper .popper__arrow, .el-popper .popper__arrow::after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.el-popper .popper__arrow{border-width:6px;filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03))}.el-popper .popper__arrow::after{content:" ";border-width:6px}.el-popper[x-placement^=top]{margin-bottom:12px}.el-popper[x-placement^=top] .popper__arrow{bottom:-6px;left:50%;margin-right:3px;border-top-color:#EBEEF5;border-bottom-width:0}.el-popper[x-placement^=top] .popper__arrow::after{bottom:1px;margin-left:-6px;border-top-color:#FFF;border-bottom-width:0}.el-popper[x-placement^=bottom]{margin-top:12px}.el-popper[x-placement^=bottom] .popper__arrow{top:-6px;left:50%;margin-right:3px;border-top-width:0;border-bottom-color:#EBEEF5}.el-popper[x-placement^=bottom] .popper__arrow::after{top:1px;margin-left:-6px;border-top-width:0;border-bottom-color:#FFF}.el-popper[x-placement^=right]{margin-left:12px}.el-popper[x-placement^=right] .popper__arrow{top:50%;left:-6px;margin-bottom:3px;border-right-color:#EBEEF5;border-left-width:0}.el-popper[x-placement^=right] .popper__arrow::after{bottom:-6px;left:1px;border-right-color:#FFF;border-left-width:0}.el-popper[x-placement^=left]{margin-right:12px}.el-popper[x-placement^=left] .popper__arrow{top:50%;right:-6px;margin-bottom:3px;border-right-width:0;border-left-color:#EBEEF5}.el-popper[x-placement^=left] .popper__arrow::after{right:1px;bottom:-6px;margin-left:-6px;border-right-width:0;border-left-color:#FFF}.el-popover{position:absolute;background:#FFF;min-width:150px;border-radius:4px;border:1px solid #EBEEF5;padding:12px;z-index:2000;color:#606266;line-height:1.4;text-align:justify;font-size:14px;box-shadow:0 2px 12px 0 rgba(0,0,0,.1);word-break:break-all}.el-popover--plain{padding:18px 20px}.el-popover__title{color:#303133;font-size:16px;line-height:1;margin-bottom:12px}.el-popover:focus, .el-popover:focus:active, .el-popover__reference:focus:hover, .el-popover__reference:focus:not(.focusing){outline-width:0}
:root {

  /*****************************************************************
    LEGACY VARIABLES
******************************************************************/


  /** Website additional colors */

  /** meal groups */


  /** Link colors */
  /** ordinary link */

  /** primary link */


  /**  Button colors theme default */

  /**  Button colors theme primary */

  /**  primary button */

  /**  additional button */


  /**  link button */

  /**  link button additional */


  /**  Input colors */


  /**  Color border */


  /**  Typography */
  /**  font family */

  /**  font color */

  /**  font size */

  /**  font size heading */

  /** Components */
  /** margin */

  /** padding */

  /** z-index */
}

.el-popover.el-popper{
    border-radius:4px;
    border:1px solid #D5EAFE;
    box-shadow:0 4px 6px 0 rgba(83,129,172,0.31);
    font-size:13px;
    line-height:20px;
    color:#333E48;
    word-break:normal;
    text-align:unset;
}

.el-popover.el-popper .popper__arrow::after{
        border-width:inherit;
    }

.el-popover.el-popper[x-placement^='bottom'] .popper__arrow{
        border-bottom-color:#D5EAFE;
    }

.el-popover.el-popper[x-placement^='bottom'] .popper__arrow::after{
            border-bottom-color:white;
            border-top-width:0;
            margin-left:-6px;
        }

.el-popover.el-popper[x-placement^='top'] .popper__arrow{
        border-top-color:#D5EAFE;
    }

.el-popover.el-popper[x-placement^='top'] .popper__arrow::after{
            border-top-color:white;
            border-bottom-width:0;
            margin-left:-6px;
        }

.el-popover.el-popper[x-placement^='left'] .popper__arrow{
        border-left-color:#D5EAFE;
    }

.el-popover.el-popper[x-placement^='left'] .popper__arrow::after{
            border-left-color:white;
        }

.el-popover.el-popper[x-placement^='right'] .popper__arrow{
        border-right-color:#D5EAFE;
    }

.el-popover.el-popper[x-placement^='right'] .popper__arrow::after{
            border-right-color:white;
        }

.el-popover__reference.el-popover__reference:focus:hover, .el-popover__reference.el-popover__reference:focus:not(.focusing){
    outline-width:medium;
    outline-width:initial;
}

.pgs-wrapper.background-b2c{
        background:#F2F9FF;
    }
    .pgs-wrapper.background-b2b{
        background:#F2F9FF no-repeat fixed;
        background-image:url("//pegast.ru/static/frontend/layout/images/background-b2b.jpg");
        background-size:cover;
        background-position:center;
    }
html{
    height:100%;
}

.pgs-wrapper{
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
}

:root {

  /*****************************************************************
    LEGACY VARIABLES
******************************************************************/


  /** Website additional colors */

  /** meal groups */


  /** Link colors */
  /** ordinary link */

  /** primary link */


  /**  Button colors theme default */

  /**  Button colors theme primary */

  /**  primary button */

  /**  additional button */


  /**  link button */

  /**  link button additional */


  /**  Input colors */


  /**  Color border */


  /**  Typography */
  /**  font family */

  /**  font color */

  /**  font size */

  /**  font size heading */

  /** Components */
  /** margin */

  /** padding */

  /** z-index */
}

.-block-wide {
  width: 100%;
}

/* ie9,10 stuff, `cause "hidden" property is introduced only in ie11 */

[data-hidden="true"] {
  display: none !important;
}

.no-border--left {
  border-left-color: transparent;
}

.no-border--right {
  border-right-color: transparent;
}

pre {
  background: none;
  padding: 0;
  border: 0;
  border-radius: 0;
}

section {
  margin-bottom: 20px;
}

.z-index-1 {
    z-index: 100;
  }

.z-index-2 {
    z-index: 200;
  }

.z-index-3 {
    z-index: 300;
  }

.z-index-4 {
    z-index: 400;
  }

.z-index-5 {
    z-index: 500;
  }

.z-index-6 {
    z-index: 600;
  }

.z-index-7 {
    z-index: 700;
  }

.z-index-8 {
    z-index: 800;
  }

.z-index-9 {
    z-index: 900;
  }

.z-index-10 {
    z-index: 1000;
  }

/* TODO: to delete */

.-layout-b2b .header_theme_main, .-layout-b2c .header_theme_main {
  padding-top: 0;
}

.pgs-header {
  position: relative;
}

.header_theme_main {
  background: white;
}

.header__upper-panel {
  position: relative;
  background: #f3f4f6;
  white-space: nowrap;
}

.upper-panel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 980px;
  height: 50px;
  margin: auto;
}

.upper-panel .upper-panel__nav {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;

    margin: 0;
    padding: 0;

    list-style-type: none;
  }

.upper-panel .upper-panel__item {
    position: relative;
    margin-right: 1px;
  }

.upper-panel .upper-panel__item._item-active .upper-panel__link {
        background: white;
        color: black;
      }

.upper-panel .upper-panel__link {
    display: inline-block;
    padding: 0 20px;
    line-height: 50px;
    color: #5c6774;
    text-decoration: none;
  }

.upper-panel .upper-panel__link:hover {
      background: white;
      color: black;
    }

.upper-panel .upper-panel__personal {

  }

.header__layout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;

  width: 980px;
  margin: auto;

  padding-top: 35px;
  padding-bottom: 35px;
}

.logo {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 230px;
}

.logo__image {
    display: inline-block;
    width: 230px;
    height: 55px;
    background: url(//pegast.ru/static/frontend/layout/images/logo.svg?20102016);
    background-repeat: no-repeat;
    background-position: center center;
  }

.header__caption {
  display: inline-block;
}

.header-cell {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 30px;
}

.header-cell__heading {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-item-align: start;
        align-self: flex-start;

    color: #a1a1a1;
  }

.header-cell__heading .pgs-icon {
      margin-right: 10px;
    }

.header-cell__content {
    padding-left: 28px;
  }

.header-cell:last-child {
    margin-left: 0;
  }

.header-departure-city {
  width: 170px;
}

.header-my-city {
  width: 245px;
}

.header-my-city__link {
    margin-top: 5px;
  }

.header-office {
  width: 230px;
}

.header-office__link {
    margin-top: 5px;
  }

.header__city-label {
  color: #00578f;
  font-size: 18px;
  cursor: pointer;
}

.header__link {
  display: inline-block;
  text-decoration: none;
}

.nav > .nav__item {
    display: inline-block;
  }

.header__menu {
  border-top: 1px solid #ebebeb;
  box-shadow: 0 5px 10px 0 rgba(130, 130, 130, 0.25);
}

.header-nav {
  position: relative;
  list-style-type: none;
  width: 980px;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0;
}

.header-nav .header-nav__item {
    position: static;
    position: initial;
    display: inline;
    display: initial;

    -ms-flex-positive: 1;

        flex-grow: 1;
    line-height: 50px;
    border-right: 1px solid #ebebeb;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
  }

.header-nav .header-nav__item::after {
      content: '';
      display: block;
      border-bottom: 2px solid transparent;
    }

.header-nav .header-nav__item .caret {
      color: #3c3c3c;
    }

.header-nav .header-nav__item._item-active::after {
        border-bottom-color: #1E82C5;
      }

.header-nav .header-nav__item.open .header-nav-dropdown-label {
        height: 101%;
        background: white;
        z-index: 2;
      }

.header-nav .header-nav__item:hover > .header-nav__link {
        color: #1E82C5;
      }

.header-nav .header-nav__item:hover .caret {
        color: #1E82C5;
      }

.header-nav .header-nav__item:last-child {
      border-right: 0;
    }

.header-nav .header-nav__link {
    display: block;
  }

.header-nav .header-nav__icon::before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      margin-right: 5px;
      width: 18px;
      height: 18px;
      background-repeat: no-repeat;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
    }

.header-nav .header-nav-dropdown__link {
      padding: 10px 20px;
      text-decoration: none;
    }

.header-nav .header-nav-dropdown__link:hover {
        background: #eaf5fd;
      }

.header-nav .header-nav-dropdown__item {

  }

.header-nav .header-nav-dropdown__content {
    margin-top: 0;
    padding: 0;

    border-color: #ebebeb;
    border-radius: 0;

    box-shadow: 0 10px 20px 0 rgba(0,0,0,.10);

    z-index: 1;
  }

.header-nav .header-nav-dropdown__content__item {

    }

.header-nav .header-nav-dropdown__content__link {
      padding: 10px 20px;
      text-decoration: none;
    }

.header-nav .header-nav-dropdown__content__link:hover {
        background: #eaf5fd;
      }

.header-nav .header-nav-dropdown_view_main {
    position: relative;
  }

.header-nav .header-nav-dropdown_view_wide .header-nav-dropdown__content {
      width: 100%;
    }

.header-nav .header-nav-dropdown_view_leftdir .header-nav-dropdown__content {
      left: auto;
      left: initial;
      right: 0;
    }

.header__menu .menu__content {

  }

.header__menu .menu__col {
    border-right: 1px solid #cfcfcf;
  }

.header__menu .menu__col:last-child {
      border-right: 0;
    }

.header__menu .menu__content_view_wide .menu__col {
      padding: 20px 40px;
    }

.header__menu .menu__list {
    line-height: 40px;
    list-style-type: none;
    padding: 0;
  }

.header__menu .menu__link {
    font-size: 13px;
    text-decoration: none;
    color: black;
  }

.header_type_b2b .header__logo_type_b2b {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }

.header_type_b2b .header__logo_type_b2b .header__caption {
      width: 102px;
      height: 17px;
      margin-top: 10px;
      background: url(/build/images/logo-caption-b2b.bde97ee0.svg);
      background-repeat: no-repeat;
    }

.account-b2b {
  position: relative;
}

.account-b2b .account-b2b__button {
    height: 100%;
    padding: 0 15px;
    background: #1E82C5;
    border: none;
    border-radius: 0;
    box-shadow: 0;
    color: white;
  }

.account-b2b .account-b2b__content {
    left: auto;
    left: initial;
    right: 0;

    margin: 0;
    padding: 20px 10px;

    background: #1E82C5;

    border-radius: 0;
    border: 0;
  }

.account-b2b .account-b2b__link {
    padding: 5px 20px;

    color: white;
    text-decoration: none;
  }

.account-b2b .account-b2b__link:hover {
      background: #1E82C5;
      color: white;
    }

.office-b2b__phone {
    font-size: 20px;
    color: black;
    text-decoration: none;
  }

.office-b2b__mail {
    display: inline-block;
    width: 205px;

    line-height: 25px;
    font-size: 14px;
    color: black;

    text-decoration: none;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: nowrap;
    overflow: hidden;
  }

.header_type_b2c .header-cell__heading {
    color: inherit;
  }

.header_type_b2c .header__logo_type_b2c {
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

.header_type_b2c .header__logo_type_b2c .header__caption {
      width: 210px;
      height: 12px;
      margin-bottom: 5px;
      background: url(/build/images/logo-caption-b2c.d1c593a7.svg);
      background-repeat: no-repeat;
    }

.account-b2c {
  border-left: 1px solid #d7d7d7;
}

.account-b2c .account-b2c__link {
    display: inline-block;
    line-height: 50px;
    padding: 0 20px;
    text-decoration: none;
    color: black;
  }

.account-b2c .account-b2c__icon {
    position: relative;
    top: 2px;
    margin-right: 5px;
  }

.office-b2c .office-b2c__dropdown {
    position: relative;
    cursor: pointer;
  }

.office-b2c .office-b2c-content {
    left: -38px;

    width: 240px;

    padding: 10px 26px;
    padding-top: 15px;
    padding-left: 38px;

    border: 0;
    border-radius: 0;
  }

.office-b2c .office-b2c-content::before {
      content: "";

      position: absolute;
      top: -67px;
      left: 0;

      display: block;
      width: 100%;
      height: 240px;

      box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }

.office-b2c .office-b2c-content > li > a {
      padding: 0;
    }

.office-b2c .office-b2c-content__item {
      border-top: 1px solid #ebebeb;
      padding: 15px 0;
    }

.office-b2c .office-b2c-content__heading {
      font-size: 13px;
      margin-bottom: 5px;
    }

.office-b2c .office-b2c-content__button {
      width: 100%;
    }

.office-b2c .office-b2c__phone {
    font-size: 20px;
    color: black;
    text-decoration: none;
  }

/* TODO: Needs to rework */

.pgs-header {
  position: relative;
  padding-top: 35px;
}

.pgs-header .icons {
    position: relative;
    display: inline-block !important;
    background: url(/build/images/sprites.e327d70d.png) no-repeat;
  }

.pgs-header .icons.arrow_right_blue {
      width: 12px;
      height: 12px;
      background-position: 0 0;
    }

.pgs-header__upper-cap {
  position: absolute;
  top: 0;
  min-width: 100%;
  height: 35px;
}

.pgs-header__upper-cap .upper-cap__tabs {
  padding-left: 0;
  list-style: none;
      display: inline-block;
      position: relative;
      bottom: -5px;
    }

.pgs-header__upper-cap .upper-cap__tabs__tab {
        width: auto;
        height: 30px;
        background: linear-gradient(to bottom, #46545f, #1a2832);
        float: left;
        margin-right: 5px;
        padding: 0 10px;
      }

.pgs-header__upper-cap .upper-cap__tabs__tab:hover {
          background: linear-gradient(to bottom, rgba(70, 84, 95, 0.75), rgba(26, 40, 50, 0.75));
        }

.pgs-header__upper-cap .upper-cap__tabs__tab[data-state="is-active"] {
          background: white;
        }

.pgs-header__upper-cap .upper-cap__tabs__tab[data-state="is-active"] a {
            color: #5c6774;
          }

.pgs-header__upper-cap .upper-cap__tabs__tab a {
          display: block;
          color: white;
          line-height: 30px;
          text-decoration: none;
        }

.pgs-header__upper-cap .upper-cap__agency-info {
      position: absolute;
      bottom: 0;
      display: inline-block;
      margin-left: 20px;
    }

.pgs-header__upper-cap .upper-cap__agency-info__button {
        background: transparent;
        height: 30px;
        border: 0;
        text-align: left;
      }

.pgs-header__upper-cap .upper-cap__agency-info__button span {
          display: inline-block;
          vertical-align: middle;
          color: white;
        }

.pgs-header__upper-cap .upper-cap__agency-info__button .pgs-icon::before {
          vertical-align: sub;
        }

.pgs-header__upper-cap .upper-cap__agency-info__button .icon-arrow-down::before {
          width: 12px;
          height: 12px;
        }

.pgs-header__upper-cap .upper-cap__agency-info__content {
        min-width: 250px;
        margin-top: 0;
        border: 0;
        background: #f3f4f6;
      }

.pgs-header__upper-cap .upper-cap__agency-info__content__contacts {
          margin: 20px 0;
        }

.pgs-header__upper-cap .upper-cap__agency-info__content__contacts p {
            margin-bottom: 5px;
          }

.pgs-header__upper-cap .upper-cap__agency-info__content__exit {
          margin-top: 10px;
          float: right;
        }

.pgs-header__upper-cap .upper-cap__agency-info.open .upper-cap__agency-info__button {
          background: #f3f4f6;
          border-bottom: 1px solid #cfcfcf;
        }

.pgs-header__upper-cap .upper-cap__agency-info.open .upper-cap__agency-info__button span {
            color: #5c6774;
          }

.pgs-header__upper-cap .upper-cap__agency-info.open .upper-cap__agency-info__button .icon-person::before {
              /*@include icon-person(var(--color-gray-shuttle, 18px, 18px));*/
            }

.pgs-header__upper-cap .upper-cap__agency-info.open .upper-cap__agency-info__button .icon-arrow-down::before {
              /*@include icon-arrow-down(var(--color-gray-shuttle, 12px, 12px));*/
            }

.pgs-header__upper-cap .upper-cap__agency-info.open .upper-cap__agency-info__content {
          padding: 10px;
          font-size: 13px;
        }

.pgs-header__upper-cap .upper-cap__personal-link, .pgs-header__upper-cap .upper-cap__information {
      margin-top: 12px;
      float: right;
      color: white;
    }

.pgs-header__inner {
  background: white;
}

.header__logo {
    display: inline-block;
    width: 310px;
    height: 98px;
    margin-top: 30px;
    background: url(//pegast.ru/static/pegast/logos/logo-30.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
  }

.header__logo__wrapper {
      position: relative;
      display: inline-block;
      vertical-align: top;
    }

.header__region {
    display: inline-block;
    width: 170px;
    margin-top: 30px;
    margin-left: 20px;
    vertical-align: top;
  }

.header__region > p {
      margin: 0;
      padding-left: 10px;
    }

.header__notification {
    margin-top: 20px;
  }

.header__region-select {
  display: inline-block;
  position: relative;
}

.header__region-select .btn-link {
    display: inline-block;
    border: solid 1px transparent;
    text-decoration: none;
    padding: 3px 10px;
    border-radius: 5px 5px 0 0;
    text-align: left;
  }

.header__region-select > .btn-link > span {
    font-size: 22px;
  }

.header__region-select.open > .btn-link {
      position: relative;
      background: white;
      border-color: #cfcfcf;
      z-index: 700;
      border-bottom: 1px solid white;
    }

.header__region-select.open > .btn-link span {
        border-bottom: none;
      }

.header__region-select > .dropdown-menu {
    position: absolute;
    right: 0;
    width: 360px;
    background: white;
    border: 1px solid #cfcfcf;
    border-top-left-radius: 0;
    margin-top: -1px;
    padding: 5px;
    z-index: 600;
  }

.header__region-select > .dropdown-menu > li {
      display: inline-block;
      width: 140px;
      margin-top: 3px;
    }

.header__region-select > .dropdown-menu > li a.btn-link {
        color: #00578f;
      }

.header__region-select > .dropdown-menu > li a.btn-link:hover {
          background: transparent;
          color: #3399cc;
        }

.header__navbar {
  display: inline-block;
  background: #f3f4f6;
  margin-top: 20px;
  margin-bottom: 10px;
}

.header__navbar ul {
    margin-bottom: 0;
    margin-left: 0;
  }

.header__navbar .navbar__item {
    padding: 5px 10px;
    border: 1px solid transparent;
  }

.header__navbar .navbar__item.dropdown:hover {
        border: 1px solid #cfcfcf;
      }

.header__navbar .navbar__item a {
      text-decoration: none;
    }

.header__navbar .navbar__item a:active, .header__navbar .navbar__item a:focus, .header__navbar .navbar__item a:hover {
        color: #00578f;
      }

.header__navbar .navbar__item .dropdown-menu {
      font-size: 12px;
      background: #f3f4f6;
      margin-top: 0;
      margin-left: -1px;
      padding: 0;
    }

.header__navbar .navbar__item .dropdown-menu li {
        display: block;
      }

.header__navbar .navbar__item .dropdown-menu li a {
          padding: 2px 5px;
          color: #00578f;
        }

.header__navbar .navbar__item .dropdown-menu li a:hover {
            background: #007cab;
            color: white;
          }

.header__navbar .navbar__item .dropdown-menu .dropdown-menu__title {
        margin-bottom: 5px;
        padding: 5px;

        border-bottom: 1px solid;
        border-color: #cfcfcf;
        color: #5c6774;
      }

.header__navbar .navbar__item .dropdown-menu .dropdown-menu__title:not(:first-child) {
          margin-top: 5px;
          border-top: 1px solid #cfcfcf;
        }

.header__primary-menu__items {
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
  }

.header__primary-menu .primary-menu__item {
    position: relative;
    background: #35a2ed;
    background: linear-gradient(to bottom, #35a2ed 0%, #1e82c5 100%);
    margin-right: 1px;
    padding: 0 14px;
    float: left;
    color: white;
    line-height: 32px;
  }

.header__primary-menu .primary-menu__item:hover {
      background: linear-gradient(to bottom, #5db5f1 0%, #4b9bd2 100%);
    }

.header__primary-menu .primary-menu__item.active, .header__primary-menu .primary-menu__item:active, .header__primary-menu .primary-menu__item:focus {
      background: linear-gradient(to bottom, #0f6caa 0%, #1b7dbe 100%);
    }

.header__primary-menu .primary-menu__item, .header__primary-menu .primary-menu__item > a {
      display: block;
      color: white;
      font-size: 14px;
      text-shadow: 1px 1px 0 #00578f;
      text-decoration: none;
      cursor: pointer;
    }

.header__primary-menu .primary-menu__item.item--booking {
      background: #35c8ee;
      background: linear-gradient(to bottom, #35c8ee 0%, #1ea4c6 100%);
    }

.header__primary-menu .primary-menu__item.item--booking .dropdown-menu {
        background: #1ea4c6;
        border: none;
      }

.header__primary-menu .primary-menu__item.item--booking .dropdown-menu li a {
          color: white;
          text-decoration: none;
          font-size: 13px;
        }

.header__primary-menu .primary-menu__item.item--booking .dropdown-menu li a:hover {
            text-decoration: underline;
          }

.header__contacts {
  display: inline-block;
  margin-top: 30px;
  margin-left: 20px;
  text-align: left;
}

.header__contacts p {
    margin-bottom: 5px;
  }

.header__contacts__title {
    color: #5c6774;
  }

.header__contacts__link-reviews {
    display: inline-block;
    margin-top: 10px;
    background: #fff0a6;
    padding: 2px 4px;
  }

.header__contacts--b2c {
    display: inline-block;
    width: 412px;
    margin-top: 30px;
    margin-left: 20px;
    text-align: left;
  }

.header__contacts--b2c .header__contacts-inner {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-align: center;
          align-items: center;
    }

.header__contacts--b2c .header__contacts-inner .header__contacts-free-number {
        width: 182px;
        margin-bottom: 4px;
        color: #61788E;
        -ms-flex-item-align: start;
            align-self: flex-start;
      }

.header__contacts--b2c .header__contacts-inner .header__contacts-callback-link {
        margin-right: auto;
        margin-bottom: 4px;
      }

.header__contacts--b2c .header__contacts-inner .header__contacts-phone-number {
        font-size: 24px;
        margin-bottom: 4px;
        color: black;
        text-decoration: none;
      }

.header__contacts--b2c .header__contacts-inner .header__contacts-phone-number:first-child {
          margin-right: 10px;
        }

.header__contacts--b2c .header__contacts-inner .header__contacts-phone-number--bordered {
          position: relative;
          margin-right: 10px;
        }

.header__contacts--b2c .header__contacts-inner .header__contacts-phone-number--bordered::before {
            content: '';
            position: absolute;
            right: -13px;
            width: 1px;
            height: 60px;
            background: #cfcfcf;
          }

.header__contacts--b2c .header__contacts-inner .header__contacts-phone-number:nth-child(2) {
          margin-left: 14px;
        }

.header__contacts--b2b {
    max-width: 410px;
  }

.header__contacts--b2b .btn-link {
      text-align: left;
    }

.header__contacts--b2b .header__contacts__city {
  display: inline-block;
  width: 49%;
  text-align: left;
  vertical-align: top;
    }

.header__contacts--b2b .header__contacts__office {
  display: inline-block;
  width: 49%;
  text-align: left;
  vertical-align: top;
    }

.header__contacts--b2b .header__contacts__office__info {
        margin-bottom: 5px;
      }

.header__contacts--b2b .header__contacts__office__info p {
          margin: 0;
        }

.header__feedback-link {
  display: inline-block;
  min-width: 144px;
  padding: 6px 10px;
  height: 30px;
  text-decoration: none;
  background: #EBF6FC;
}

.header__feedback-icon {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%230B66BD'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23418DD5' fill-rule='nonzero' d='M14.1 11.2h-1v1.9h-1.9v1h1.9V16h1v-1.9H16v-1h-1.9z'/%3E%3Cpath fill='%23418DD5' fill-rule='nonzero' d='M14 0H2a2 2 0 0 0-2 2v8c0 1.1.9 2 2 2h2v4l4-4h4v-1H7.6L5 13.6V11H2a1 1 0 0 1-1-1V2c0-.6.4-1 1-1h12c.6 0 1 .4 1 1v9.7c.6-.3 1-1 1-1.7V2a2 2 0 0 0-2-2z'/%3E%3C/g%3E%3C/svg%3E");
}

.header__banner {
  display: block;
  margin-top: 20px;
}

:root {

  /*****************************************************************
    LEGACY VARIABLES
******************************************************************/


  /** Website additional colors */

  /** meal groups */


  /** Link colors */
  /** ordinary link */

  /** primary link */


  /**  Button colors theme default */

  /**  Button colors theme primary */

  /**  primary button */

  /**  additional button */


  /**  link button */

  /**  link button additional */


  /**  Input colors */


  /**  Color border */


  /**  Typography */
  /**  font family */

  /**  font color */

  /**  font size */

  /**  font size heading */

  /** Components */
  /** margin */

  /** padding */

  /** z-index */
}

.logo-payment{
  display:inline-block;
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='908.5' height='108' viewBox='0 0 908.5 108'%3E %3Ctitle%3Epayment-logos%3C/title%3E %3Cg%3E %3Cpath d='M523.71972,1.55772H490.879V35.4h33.84228V1.55772Zm-.396,32.4448H492.27645V2.9552h31.04732Z' fill='%2324459c'/%3E %3Cpath d='M455.01035,1.55772V35.4h33.84228V1.55772H455.01035Zm32.4448,32.4448H456.40783V2.9552h31.04732Z' fill='%2324459c'/%3E %3Cpath d='M459.10962,25.10524a1.2563,1.2563,0,0,0,.74533.32608,1.11475,1.11475,0,0,0,.95494-.60558,3.79407,3.79407,0,0,0,.41924-1.97976,3.80242,3.80242,0,0,0-.32607-1.6071l-.04659-.06988-.04658-.06987-.02329-.06987-.02329-.06988-.04659-.06987-.04658-.04658-.04658-.04659-.02329-.06987-.04658-.04658-.04659-.04658-.04658-.04659-.04658-.04658-.06988-.04658-.04658-.04659-.04658-.04658-.04658-.02329-.06988-.02329-.04658-.04658-.04658-.02329-.06988-.0233-.06987-.02329-.06987-.02329-.06988-.02329-.06987-.02329-.06988-.02329-.06987-.02329h-.11646l-.06987-.0233H459.296l-.06988-.02329h-1.281v7.05727h1.16456Zm-.06987-4.00611h.11646a.732.732,0,0,1,.67544.48912,3.53222,3.53222,0,0,1,.23292,1.51393,1.71637,1.71637,0,0,1-.163.86178.42867.42867,0,0,1-.37266.30279q-.20962,0-.34937-.2795a1.71442,1.71442,0,0,1-.163-.76861V21.09913Z' fill='%2324459c'/%3E %3Cpath d='M485.21918,19.8414s-2.4223,2.53875-2.60862,2.72508V20.0976h-1.14128v7.08056h1.14128V24.26675c.02329-.04658,1.49064-1.58381,1.65368-1.77014,0,.2562.163,4.65826.163,4.65826h1.16456l-.27949-7.40663Z' fill='%2324459c'/%3E %3Cpath d='M479.0004,20.65659l-.11645.11646-.11646.11646-.11646.11645-.11645.11646-.23292.25621-.11645.11645-.11646.11646-.11646.11645-.11645.11646-.11646.11646-.09317.09316-.09316.09317-.04658.04658-.04658.04658-.04659.04658-.04658.04659-.04658.04658-.02329.04658-.02329.02329-.02329.02329-.02329.02329v.04659l-.02329.02329h-.02329V20.0976h-1.14127v7.08056h1.14127V24.26675c.02329-.04658,1.49064-1.58381,1.65368-1.77014,0,.2562.163,4.65826.163,4.65826h1.16457l-.2795-7.40663-.09316.09316h0v.02329l-.02329.02329-.0233.02329-.02329.02329-.02329.0233-.02329.02329-.02329.02329-.02329.04658-.04658.04658-.04658.04658-.04659.04658-.04658.04659-.04658.04658-.09317.09316-.09316.09317-.09317.11646Z' fill='%2324459c'/%3E %3Cpath d='M472.17605,21.006a4.06253,4.06253,0,0,0-.8152,2.65521,3.971,3.971,0,0,0,.88507,2.65521,3.31785,3.31785,0,0,0,2.58534,1.0714h.04658V26.15334h-.04658a2.027,2.027,0,0,1-1.677-.722l-.06988-.09316-.06987-.09317-.06988-.09316-.04658-.09317-.04658-.09316-.04658-.09317-.04659-.11646-.04658-.11645-.02329-.11646-.02329-.11646-.02329-.11645-.02329-.11646-.02329-.11646v-.396a2.76535,2.76535,0,0,1,.5357-1.77014,2.11215,2.11215,0,0,1,1.70026-.722h.04658V19.93456h-.04658A3.26269,3.26269,0,0,0,472.17605,21.006Z' fill='%2324459c'/%3E %3Cpath d='M462.53345,26.29309a1.60763,1.60763,0,0,0,1.49064,1.02482,1.75848,1.75848,0,0,0,1.56052-1.0714,5.73213,5.73213,0,0,0,.51241-2.65521,5.74255,5.74255,0,0,0-.5357-2.63192l-.04658-.06987-.04659-.06988-.02329-.06987-.04658-.04658-.02329-.04659L465.3284,20.61l-.04658-.04658-.04658-.06987-.04658-.04659-.04659-.04658-.04658-.04658-.04658-.04658-.04659-.04658H464.979l-.04658-.04658-.04658-.04658-.04658-.02329-.04659-.02329-.04658-.02329-.04658-.02329-.06988-.0233-.04658-.02329-.04658-.02329-.06987-.02329-.04659-.02329-.06987-.02329-.04658-.02329H464.257l-.06987-.0233-.06987-.02329h-.13975a1.61866,1.61866,0,0,0-1.44406,1.02482,5.75846,5.75846,0,0,0-.51241,2.63192A6.39,6.39,0,0,0,462.53345,26.29309Zm.81519-4.5418c.13975-.44254.37266-.67545.65216-.67545q.48912,0,.69874.69874a6.0466,6.0466,0,0,1,.20962,1.81672,6.11778,6.11778,0,0,1-.23291,1.8866l-.02329.04658-.02329.04658-.0233.04658h.02329l-.02329.04659-.02329.04658-.02329.04658-.02329.02329-.02329.04658-.02329.02329-.02329.04659-.02329.02329-.02329.02329-.02329.02329-.0233.02329-.02329.02329-.02329.02329-.02329.02329-.02329.02329-.02329.02329-.02329.0233-.02329.02329-.02329.02329-.02329.02329h-.0233l-.02329.02329-.02329.02329h-.02329l-.02329.02329h-.09316c-.2795,0-.48912-.23291-.65216-.69874a6.05636,6.05636,0,0,1-.23291-1.8633A8.631,8.631,0,0,1,463.34864,21.75129Z' fill='%2324459c'/%3E %3Cpath d='M468.77552,25.408l-.02329-.04658-.04659-.04658-.06987-.09317-.04658-.06987-.04659-.09317-.04658-.09316-.04658-.09317-.04658-.11646-.04659-.11645L468.333,24.523l-.02329-.11645L468.2864,24.29l-.02329-.11646-.02329-.11645v-.39595a2.76531,2.76531,0,0,1,.5357-1.77014,2.11213,2.11213,0,0,1,1.70027-.722h.06987V19.93457h-.06987a3.21377,3.21377,0,0,0-2.63192,1.0714,3.937,3.937,0,0,0-.8152,2.65521,3.971,3.971,0,0,0,.88507,2.65521,3.31788,3.31788,0,0,0,2.58534,1.0714h.04658V26.15335h-.09317A2.11248,2.11248,0,0,1,468.77552,25.408Z' fill='%2324459c'/%3E %3Cpolygon points='459.273 10.898 460.88 10.898 460.88 16.837 462.184 16.837 462.184 9.733 457.968 9.733 457.968 16.837 459.273 16.837 459.273 10.898' fill='%2324459c'/%3E %3Cpath d='M466.21347,16.97657a1.92633,1.92633,0,0,0,1.74685-1.0714,5.24219,5.24219,0,0,0,.60558-2.6785,5.20957,5.20957,0,0,0-.60558-2.65521l-.06987-.04658-.04658-.06988-.04659-.06987-.04658-.04658-.04658-.06988-.04659-.04658v-.04658l-.04659-.04659-.04658-.04658-.04658-.04658-.04659-.04659-.04658-.04658L467.378,9.896l-.04658-.04658-.06988-.04659h-.06987l-.04658-.04658-.04659-.02329-.06987-.02329-.04658-.02329-.06988-.02329-.06987-.02329-.04658-.02329-.06988-.0233-.06987-.02329-.06987-.02329-.06988-.02329-.02329.02329h-.2795a1.83658,1.83658,0,0,0-1.65368,1.04811,5.21768,5.21768,0,0,0-.58228,2.65521,5.71555,5.71555,0,0,0,.559,2.72508A1.83422,1.83422,0,0,0,466.21347,16.97657Zm-.722-5.56662c.163-.44254.396-.67545.722-.67545.34937,0,.60558.23291.76862.67545a5.27938,5.27938,0,0,1,.23291,1.81672,5.98992,5.98992,0,0,1-.2562,1.8633c-.163.46583-.41925.67545-.722.67545h-.11646l-.02329-.02329-.02329-.02329h-.04659l-.02329-.02329-.02329-.02329-.02329-.02329-.02329-.0233-.02329-.02329-.02329-.02329-.02329-.02329-.02329-.02329-.04659.06987v-.02329l-.02329-.02329-.02329-.02329-.02329-.02329-.02329-.02329-.02329-.04659-.0233-.02329-.02329-.02329-.02329-.04658-.02329-.04658-.02329-.02329V15.253l-.02329-.04658-.02329-.04658v-.0233l-.02329-.04658a5.3144,5.3144,0,0,1-.2562-1.84A5.62852,5.62852,0,0,1,465.49144,11.41Z' fill='%2324459c'/%3E %3Cpolygon points='476.764 16.837 478.069 16.837 478.069 10.898 479.163 10.898 479.163 9.733 475.67 9.733 475.67 10.898 476.764 10.898 476.764 16.837' fill='%2324459c'/%3E %3Cpath d='M470.52237,12.92388a1.98685,1.98685,0,0,0,1.30431.46583h.95494v3.42382h1.30432V9.733h-1.30432v2.46888h-.69874a.99.99,0,0,1-.65215-.18633.49173.49173,0,0,1-.13975-.37266V9.75626h-1.30431v2.02635A1.48067,1.48067,0,0,0,470.52237,12.92388Z' fill='%2324459c'/%3E %3Cpath d='M482.07486,13.36642h1.63039c.02329.13974.37266,3.4704.37266,3.4704h1.30431l-.60557-5.194v-.20962l-.02329-.06988v-.06987l-.02329-.04658V11.177l-.02329-.04658-.0233-.06987-.02329-.04659-.02329-.04658-.02329-.04658-.02329-.04658-.02329-.04659-.02329-.04658-.02329-.04658-.02329-.04659-.02329-.04658-.0233-.04658-.02329-.04658-.02329-.04659-.02329-.04658-.04658-.04658-.02329-.04659-.02329-.02329L484.241,10.292l-.02329-.02329-.04659-.04658-.04658-.04659-.04658-.02329-.02329-.04658-.04658-.04658a2.11846,2.11846,0,0,0-1.3509-.37266H480.724l-.23291,7.10385h1.30431A29.95639,29.95639,0,0,0,482.07486,13.36642Zm.02329-1.18786h0v-.06988h0v-.163l.02329-.04659v-.46582l.02329-.04659V10.9907l.02329-.02329v-.09316h.46583a.75765.75765,0,0,1,.69874.32607,2.23169,2.23169,0,0,1,.23291.955l-1.46735.02329Z' fill='%2324459c'/%3E %3Cpath d='M501.68614,14.46111a1.55691,1.55691,0,0,1,.44253.51241c-.76861-.48912-1.23444-.18633-1.23444-.18633a1.122,1.122,0,0,0,.8152.93165,1.12824,1.12824,0,0,0-1.00153.27949,1.13847,1.13847,0,0,0,.95495.60558c-.60558.46582-.51241.81519-.51241.81519a1.19777,1.19777,0,0,0,1.04811-.163.93327.93327,0,0,0-.11646,1.16456,1.1222,1.1222,0,0,0,.90836-.62886c-.06987.60557.23292.76861.23292.76861a1.06737,1.06737,0,0,0,.559-.44253,1.04668,1.04668,0,0,0,.67545.5124.886.886,0,0,0,.04658-.74532c.396.11646.51241-.11646.51241-.11646a2.24383,2.24383,0,0,1-.396-.722,1.83193,1.83193,0,0,1-1.77014-.13974c-.23291-.2795.163-.97824.37267-1.49065a.80467.80467,0,0,0-.32608-1.02482l-.09317-.06987-.09316-.06987-.09316-.06988-.09317-.06987-.09316-.06988-.06988-.06987-.06988-.06987-.06987-.06988-.06988-.06987-.06987-.06988-.06988-.06987-.06987-.06987-.06988-.06988-.04658-.06987-.04658-.04658-.04658-.06988-.04658-.04658-.04658-.04658-.04659-.04659-.04658-.04658-.04658-.04658-.04658-.04658-.04658-.04659-.04659-.04658-.06987-.11646-.04658-.11645-.04658-.09317-.04659-.11645A2.12985,2.12985,0,0,0,501.68614,14.46111Z' fill='%2324459c'/%3E %3Cpath d='M503.89882,20.47027l-.0233-.0233-.02329-.02329-.02329-.02329-.0233-.02329-.02329-.02329-.02329-.02329-.02329-.02329.0233-.04659-.0233-.02329-.02329-.02329v-.02329l-.02329-.02329v-.02329l-.0233-.02329v-.04658a3.91609,3.91609,0,0,0,.67545,2.236,1.80163,1.80163,0,0,0,.11646-1.42077,1.037,1.037,0,0,1-.2795-.13975,2.11792,2.11792,0,0,1,.04658.8152S504.01527,21.42521,503.89882,20.47027Z' fill='%2324459c'/%3E %3Cpath d='M502.99045,20.35381h0l-.02329-.02329h0v-.02329l-.02329-.02329-.0233-.0233-.02329-.02329-.02329-.02329-.02329-.02329-.0233-.02329-.02329-.02329-.02329-.02329-.0233-.02329v-.02329h0c-.04658.559-.18633,2.02634.30279,2.49217,0,0,.32608-.25621.46583-2.399a1.98818,1.98818,0,0,1-.25621.32608,2.56085,2.56085,0,0,1-.163,1.16457c-.02327-.09317-.25618-.2795-.11644-1.30432Z' fill='%2324459c'/%3E %3Cpath d='M502.19855,21.75129a6.22659,6.22659,0,0,0,.41924-2.28255v-.163l-.06987.06987a.70755.70755,0,0,1-.163.11646h0v.02329h0v.559l-.02329.06988v.06987l-.0233.06988-.02329.06987-.02329.06988-.04658.163-.0233.09317-.02329.06987-.02329.06988-.02329.06987-.0233.06988-.02329.06987-.02329.06988-.02329.06987-.04659.06988-.04658.06987-.04658.04658-.04658.04658a4.19265,4.19265,0,0,1,.34937-1.8633c-.06988.02329-.11646.04658-.18633.06987-.46583.79191-1.04811,1.90989-.58229,2.74838C501.42993,22.42674,501.91905,22.19382,502.19855,21.75129Z' fill='%2324459c'/%3E %3Cpath d='M500.7079,19.18924c0-.02329-.02329-.04658-.02329-.06987h0v-.163a5.12,5.12,0,0,1-1.77014,1.39748,4.38492,4.38492,0,0,1,1.79343-1.56052,1.08778,1.08778,0,0,1,.11646-.23291h-.04659a.73548.73548,0,0,1-.46582-.06987,9.55535,9.55535,0,0,0-1.58381,1.42077,3.0434,3.0434,0,0,0-.76862,1.72355,2.06933,2.06933,0,0,0,1.51394-.83848A7.12838,7.12838,0,0,1,500.7079,19.18924Z' fill='%2324459c'/%3E %3Cpath d='M500.079,18.30417c-.04658-.02329-.06988-.06987-.09317-.09316a7.873,7.873,0,0,1-2.09621,1.30431,2.50138,2.50138,0,0,1,.65215-.722,6.38086,6.38086,0,0,1,1.37419-.69874l.04658-.06987c0-.02329.02329-.04659.04658-.06988-.396.13975-1.74684.65216-2.18938.88507A3.01975,3.01975,0,0,0,496.399,20.6333a2.6397,2.6397,0,0,0,1.677-.5357C498.82131,19.46874,499.70638,18.58367,500.079,18.30417Z' fill='%2324459c'/%3E %3Cpath d='M499.68309,17.90822a1.09373,1.09373,0,0,1-.46583-.13975,6.0459,6.0459,0,0,1-2.16609.60558,4.742,4.742,0,0,1,.7919-.44254,9.59867,9.59867,0,0,1,1.30432-.44253h0V17.4424h0v-.04659h0c-.44254.09317-1.56052.23292-2.07293.37266a3.12414,3.12414,0,0,0-1.93318,1.53723,3.56108,3.56108,0,0,0,2.28255-.46583A14.77292,14.77292,0,0,1,499.68309,17.90822Z' fill='%2324459c'/%3E %3Cpath d='M496.4456,17.53556a17.12044,17.12044,0,0,0,2.88812-.41924,1.39668,1.39668,0,0,1,.27949-.25621h-.32609l-.0233-.02329h-.04658l-.02329-.02329a6.7553,6.7553,0,0,1-2.51547.2795,7.24374,7.24374,0,0,1,2.28255-.396c-.11645-.06987-.20962-.13974-.20962-.13974-.62886.09316-2.07292.06987-2.63192.18633a6.506,6.506,0,0,0-1.88659.74532C494.18634,17.37252,494.97824,17.652,496.4456,17.53556Z' fill='%2324459c'/%3E %3Cpath d='M493.67393,15.18314a6.91214,6.91214,0,0,0,2.21267.97823,10.88374,10.88374,0,0,0,2.81825.09317,1.3435,1.3435,0,0,1,.18633-.23291,11.54633,11.54633,0,0,1-2.6552-.37267,6.27086,6.27086,0,0,1,2.84153.23292h.37269a13.39369,13.39369,0,0,0-3.30737-.69874A6.36292,6.36292,0,0,0,493.67393,15.18314Z' fill='%2324459c'/%3E %3Cpath d='M495.42078,14.50769c1.09469.46583,3.16762.722,4.21572,1.18786l-.04658-.0233-.04658-.02329-.04658-.02329-.04658-.02329-.04658-.02329-.04659-.02329-.02329-.02329-.02329-.02329-.02329-.02329-.0233-.02329-.02329-.02329-.02329-.0233-.0233-.02329-.02329-.02329-.02329-.02329-.02329-.02329-.0233-.02329-.02329-.02329v-.20962h0a11.65543,11.65543,0,0,1-1.63039-.39595,4.92146,4.92146,0,0,1-1.16457-.5357,5.51981,5.51981,0,0,1,1.18786.18633c.65216.18633.97824.30278,1.677.559a1.22643,1.22643,0,0,1,.559-.18633,29.05511,29.05511,0,0,0-2.88813-1.04811,9.4507,9.4507,0,0,0-3.14432-.5357C493.65064,13.11021,493.93013,13.87882,495.42078,14.50769Z' fill='%2324459c'/%3E %3Cpath d='M499.194,14.18161h0l-.0233-.02329h0V14.135l-.02329-.02329-.02329-.02329-.02329-.02329-.0233-.02329h0v-.0233h0c-.60557-.27949-.74532-.396-1.0481-.5357a10.92431,10.92431,0,0,1-1.14128-.76861,5.761,5.761,0,0,1-.76861-.83848,4.79165,4.79165,0,0,1,1.23444.722c.41924.30278,1.0714.7919,1.6071,1.23443l-.18633-.58228c-.65216-.51241-1.58381-1.42077-1.8866-1.72356a7.24286,7.24286,0,0,0-2.02634-1.44406,3.03385,3.03385,0,0,0,.39595,1.93318A7.34913,7.34913,0,0,0,499.194,14.18161Z' fill='%2324459c'/%3E %3Cpath d='M503.78236,18.37405h0l-.02329.02329h0a4.12191,4.12191,0,0,0-.0233.93165,1.86477,1.86477,0,0,0,.44254,1.04811.855.855,0,0,0,.69874.30279,5.45511,5.45511,0,0,1-.30279-.8152,8.2666,8.2666,0,0,0-.25621-.83849c-.20961-.23291-.46582-.559-.53569-.65215Z' fill='%2324459c'/%3E %3Cpath d='M503.1302,18.67683h0l-.02329-.02329h0a1.2568,1.2568,0,0,0-.20962.39595,1.4655,1.4655,0,0,0,0,.83849,1.85089,1.85089,0,0,0,.34937.5357,1.31445,1.31445,0,0,0,.34937-.58228,2.41194,2.41194,0,0,0,.02329-.69874,2.1808,2.1808,0,0,0-.09316-.37266.33111.33111,0,0,1-.13975.04658l-.04658.02329-.06988-.02329h0l-.13975-.13975Z' fill='%2324459c'/%3E %3Cpath d='M502.711,18.35076l-.0233.02329-.02329.02329-.04658.02329-.02329.02329-.04659.02329-.04658.02329-.04658.02329-.04658.02329-.04658.0233H502.315l-.04659.02329h-.163c-.7919.74532-.69874,1.0481-.69874,1.0481a1.40364,1.40364,0,0,0,1.04811-.34936.98177.98177,0,0,0,.34937-.53571.65919.65919,0,0,0-.04658-.39595Z' fill='%2324459c'/%3E %3Cpath d='M501.96564,18.51379h0l-.0233-.02329h0v-.02329h0V18.048a2.51043,2.51043,0,0,0-.69874.32607.5835.5835,0,0,0-.27949.722c.58228.11645.90836-.46583,1.00153-.58229Z' fill='%2324459c'/%3E %3Cpath d='M501.8026,17.60543h-.65217l-.06987-.02329-.02329-.06987c-.34937.30279-.79191.34937-.93166.60557a.66285.66285,0,0,0,.65216.2795,1.58307,1.58307,0,0,0,1.0714-.58229.54824.54824,0,0,1,.04658-.18633h-.04658Z' fill='%2324459c'/%3E %3Cpath d='M501.17373,16.93h0l.02329-.0233v-.06987h0v-.04658l.02329-.02329v-.02329l.0233-.02329h0a2.624,2.624,0,0,0-.95495,0,1.15562,1.15562,0,0,0-1.09469.83848.99567.99567,0,0,0,.7919.13975,1.73743,1.73743,0,0,0,1.02482-.58228V17.093l.02329-.02329v-.04659l.0233-.02329v-.02329l.02329-.02329V16.93l.02329-.02329Z' fill='%2324459c'/%3E %3Cpath d='M498.82131,16.3477a1.75425,1.75425,0,0,0,.90836.37266,2.26279,2.26279,0,0,0,1.14127-.27949l-.02329-.02329-.02329-.02329-.0233-.02329-.02329-.02329-.02329-.0233-.0233-.02329h0l-.0233-.02329-.02329-.02329-.02329-.02329-.0233-.02329-.02329-.02329-.02329-.0233-.02329-.02329-.0233-.02329-.02329-.02329-.04658-.06987a1.55515,1.55515,0,0,0-1.16457-.09317A.90294.90294,0,0,0,498.82131,16.3477Z' fill='%2324459c'/%3E %3Cpath d='M499.93929,15.62567a1.62422,1.62422,0,0,0,1.04811.04658h.25622a1.43221,1.43221,0,0,1-.41924-.69873,1.72415,1.72415,0,0,1-.76862-.0233.97345.97345,0,0,0-.81519.11646A.90322.90322,0,0,0,499.93929,15.62567Z' fill='%2324459c'/%3E %3Cpath d='M500.75449,14.71731l.06987-.04658a1.09181,1.09181,0,0,1,.39595-.11646,10.743,10.743,0,0,0-1.02481-.74532,4.98815,4.98815,0,0,0-1.30432-.5357,4.13276,4.13276,0,0,0,.62887,1.09469A1.25857,1.25857,0,0,0,500.75449,14.71731Z' fill='%2324459c'/%3E %3Cpath d='M501.38335,14.36794l-.02329-.04658-.02329-.04658-.0233-.04659-.02329-.04658-.02329-.04658-.02329-.04658-.0233-.04659-.02329-.04658-.02329-.04658-.02329-.04659-.0233-.04658-.02329-.04658-.02329-.04658-.0233-.04659-.02329-.06987-.02329-.04658a8.44468,8.44468,0,0,0-.32608-1.0714,1.95063,1.95063,0,0,0-1.118-.93166,2.03314,2.03314,0,0,0,.163,1.3509A3.89965,3.89965,0,0,0,501.38335,14.36794Z' fill='%2324459c'/%3E %3Cpath d='M504.52768,18.79329l-.09316-.02329a.877.877,0,0,1-.2795-.09317,1.46863,1.46863,0,0,1,.37266.83849c.163.79191.30279.8152.30279.8152.11646-.2795.32608-.79191.58228-1.30432a1.05059,1.05059,0,0,0,.04659-.90836h-.06988l-.0233-.02329h-.04658l-.02329-.02329h-.0233l-.02329-.02329h-.02329l-.02329-.02329-.0233-.02329-.02329-.02329-.02329-.0233v.0233a.50478.50478,0,0,1-.41925.18633v.13974a1.06022,1.06022,0,0,1-.11645.48912Z' fill='%2324459c'/%3E %3Cpath d='M499.45017,13.29654l.13975.06987c.13975.06988.30279.13975.41925.18634a2.63727,2.63727,0,0,1-.39595-.5357c-.06988-.13975-.11646-.2795-.163-.396l-.04658-.13974a11.57732,11.57732,0,0,1-1.21115-1.0714,3.9456,3.9456,0,0,1-1.00153-1.58381,3.47917,3.47917,0,0,1,.88507.81519c.46583.58229.93165,1.18786,1.3509,1.70027l-.02329-.18633v-.2795h0a20.47226,20.47226,0,0,0-1.30432-2.21267A12.5661,12.5661,0,0,0,496.399,7.7765a3.97628,3.97628,0,0,0,.163,2.60863A7.66063,7.66063,0,0,0,499.45017,13.29654Z' fill='%2324459c'/%3E %3Cpath d='M519.55057,15.06668a12.39141,12.39141,0,0,0-3.30737.69874h.34939a6.69706,6.69706,0,0,1,2.84155-.23291,11.54655,11.54655,0,0,1-2.65521.37266,1.63187,1.63187,0,0,1,.18633.23291,10.88411,10.88411,0,0,0,2.81825-.09316,7.22213,7.22213,0,0,0,2.21267-.97824C521.50705,15.06668,520.69185,14.99681,519.55057,15.06668Z' fill='%2324459c'/%3E %3Cpath d='M515.89384,14.694a.95859.95859,0,0,1,.58228.18633,10.88279,10.88279,0,0,1,1.677-.559A5.73746,5.73746,0,0,1,519.341,14.135a4.92146,4.92146,0,0,1-1.16457.5357,11.65543,11.65543,0,0,1-1.63039.39595h0V15.253l-.02329.02329v.02329l-.02329.02329-.0233.02329-.02329.02329-.02329.02329-.09317-.02328-.02329.02329-.02329.02329-.02329.02329-.0233.02329-.02329.02329-.02329.02329-.0233.02329-.06986.06988-.04659.02329-.04658.02329-.04659.02329-.04658.02329c1.04811-.46582,3.09774-.722,4.21573-1.18785,1.49064-.60558,1.77014-1.39748,1.77014-1.39748a8.79213,8.79213,0,0,0-3.14433.5357C517.827,13.92541,516.40624,14.46111,515.89384,14.694Z' fill='%2324459c'/%3E %3Cpath d='M516.91866,13.11021l-.18633.58228c.5357-.44253,1.18786-.93165,1.6071-1.23444a4.95676,4.95676,0,0,1,1.25773-.722,5.7609,5.7609,0,0,1-.76861.83849,8.17833,8.17833,0,0,1-1.14128.76861c-.30278.163-.44253.25621-1.04811.5357h0l-.02329.02329-.02329.0233-.02329.02329-.0233.02329-.02329.02329v.02329h0a7.5094,7.5094,0,0,0,4.02939-2.30584,3.03389,3.03389,0,0,0,.396-1.93318,7.72257,7.72257,0,0,0-2.04963,1.44406A22.4447,22.4447,0,0,1,516.91866,13.11021Z' fill='%2324459c'/%3E %3Cpath d='M515.59105,13.55275a2.2868,2.2868,0,0,1,.41924-.18633l.13975-.06988a8.087,8.087,0,0,0,2.91141-2.91141,3.82843,3.82843,0,0,0,.163-2.60863,12.56656,12.56656,0,0,0-1.70026,1.8866,15.79712,15.79712,0,0,0-1.30431,2.21267V12.132l-.0233.18633c.396-.51241.88507-1.118,1.32761-1.70027a3.47923,3.47923,0,0,1,.88507-.8152,4.2137,4.2137,0,0,1-1.00152,1.58381,11.57521,11.57521,0,0,1-1.21116,1.0714l-.04658.13975a2.01535,2.01535,0,0,1-.163.396A4.82161,4.82161,0,0,1,515.59105,13.55275Z' fill='%2324459c'/%3E %3Cpath d='M501.29019,19.37557c.02329-.04658.04658-.11645.06987-.163a1.12817,1.12817,0,0,1-.41924.06988h-.0233l-.04658.04658-.04658.04658-.04658.04658-.04658.06988-.06988.06987-.06987.06988-.06988.06987-.06987.06988-.06988.06987-.06987.06988-.06988.06987-.06987.06988-.06988.09316-.06987.09317-.06988.09316-.06987.09317-.04658.09316-.04658.09317-.04659.09317-.04658.09316-.04658.09317-.04658.11645-.04658.09317-.04659.11646-.02329.11645-.02329.11646-.02329.11646-.0233.11645v.46583a2.74376,2.74376,0,0,0,1.39748-1.02482,8.54988,8.54988,0,0,1,.8152-1.3509.7675.7675,0,0,1-.32608,0l-.09316-.02329a4.34389,4.34389,0,0,1-1.18786,1.46736A3.54236,3.54236,0,0,1,501.29019,19.37557Z' fill='%2324459c'/%3E %3Cpath d='M513.72775,13.52945l-.06988.06988-.06987.06987-.06988.06988-.06987.06987-.06988.06987-.06987.06988-.06988.06987-.06987.06987-.09316.06988-.09317.06987-.09316.06988-.09317.06987-.09316.06987a.80467.80467,0,0,0-.32608,1.02482c.20962.51241.60558,1.21115.37267,1.49064a1.83191,1.83191,0,0,1-1.77014.13975,2.24383,2.24383,0,0,1-.396.722s.11646.23292.51241.11646a1.00218,1.00218,0,0,0,.04658.74532.90023.90023,0,0,0,.65216-.51241,1.06737,1.06737,0,0,0,.559.44254s.30279-.163.23291-.76862a1.17621,1.17621,0,0,0,.90836.62887.93327.93327,0,0,0-.11645-1.16457,1.19775,1.19775,0,0,0,1.04811.163s.11645-.34937-.51241-.8152a1.13845,1.13845,0,0,0,.95494-.60557,1.17181,1.17181,0,0,0-1.00152-.27949,1.15376,1.15376,0,0,0,.81519-.93166s-.46582-.30278-1.23444.18633a2.02714,2.02714,0,0,1,.44254-.51241,2.21329,2.21329,0,0,0,.559-1.97976l-.04659.11646-.04658.09316L514.31,12.854l-.06987.11646-.04659.04658-.04658.04658-.04658.04659-.04658.04658-.04658.04658-.04659.04658-.04658.04659-.04658.04658-.04658.06987-.04658.04659Z' fill='%2324459c'/%3E %3Cpath d='M511.14241,20.86622a1.80165,1.80165,0,0,0,.11646,1.42077,3.91607,3.91607,0,0,0,.67544-2.236v.06987l-.02329.02329v.0233l-.02329.02329v.02329l-.02329.02329-.0233.02329-.02329.02329-.02329.02329-.0233.02329-.02329.02329-.02329.02329-.02329.0233-.0233.02329c-.13975.95494-.32607,1.09469-.32607,1.09469a2.05172,2.05172,0,0,1,.04658-.8152A.44273.44273,0,0,1,511.14241,20.86622Z' fill='%2324459c'/%3E %3Cpath d='M512.09736,20.0976c.11645,2.1428.46582,2.399.46582,2.399.48912-.46583.34937-1.93318.30279-2.49217h0v.02329l-.02329.02329-.0233.02329-.02329.02329-.02329.0233-.02329.02329-.0233.02329-.02329.02329-.02329.02329-.0233.02329v.02329h0c.163,1.02482-.09316,1.21115-.09316,1.21115a2.561,2.561,0,0,1-.163-1.16457C512.28369,20.35381,512.16723,20.21406,512.09736,20.0976Z' fill='%2324459c'/%3E %3Cpath d='M513.23863,19.51532h0a1.01216,1.01216,0,0,1-.163-.13975l-.06987-.06987v.163a6.32922,6.32922,0,0,0,.41924,2.28255,2.0762,2.0762,0,0,0,.76861.67545c.46583-.83849-.09316-1.95647-.58228-2.74838-.06987-.02329-.11646-.04658-.18633-.06987a4.19265,4.19265,0,0,1,.34937,1.8633l-.04658-.04658-.04658-.04658-.04659-.06988-.02329-.06987-.04658-.06988-.02329-.06987-.0233-.06988-.02329-.06987-.02329-.06988-.02329-.06987-.0233-.06987-.02329-.09317-.04658-.163-.02329-.06987-.0233-.06988-.02329-.06987v-.06988l-.02329-.06987V19.5619h0l-.02328-.04658Z' fill='%2324459c'/%3E %3Cpath d='M515.31156,18.44392a.93767.93767,0,0,1-.46583.06987h-.04658a.54846.54846,0,0,1,.11645.23292,4.385,4.385,0,0,1,1.79344,1.56052,5.12025,5.12025,0,0,1-1.77015-1.39748h0v.11645h0a.115.115,0,0,1-.02329.06988,9.67114,9.67114,0,0,1,1.281,1.56051,2.06934,2.06934,0,0,0,1.51394.83849,2.97755,2.97755,0,0,0-.76861-1.72356C516.40624,19.3057,515.77738,18.79329,515.31156,18.44392Z' fill='%2324459c'/%3E %3Cpath d='M517.78044,18.83987c-.44254-.23291-1.79344-.74532-2.16609-.88507.02329.02329.02329.04659.04658.06988l.04659.06987a6.25013,6.25013,0,0,1,1.35089.69874,2.5015,2.5015,0,0,1,.65216.722,7.873,7.873,0,0,1-2.09622-1.30431c-.02329.02329-.04659.06987-.09317.09316.37267.2795,1.25773,1.16457,2.00306,1.77014a2.45915,2.45915,0,0,0,1.677.5357A3.11987,3.11987,0,0,0,517.78044,18.83987Z' fill='%2324459c'/%3E %3Cpath d='M518.47918,17.74518c-.51241-.163-1.63039-.27949-2.07293-.37266v.02329h0v.04658h0V17.489h0a9.59959,9.59959,0,0,1,1.30432.44253,3.82767,3.82767,0,0,1,.7919.44254,5.608,5.608,0,0,1-2.16609-.60558,1.09383,1.09383,0,0,1-.46583.13975,14.06284,14.06284,0,0,1,2.236.93165,3.56108,3.56108,0,0,0,2.28255.46583A2.986,2.986,0,0,0,518.47918,17.74518Z' fill='%2324459c'/%3E %3Cpath d='M516.87207,16.46416a.86483.86483,0,0,1-.20962.13975,7.21737,7.21737,0,0,1,2.25926.396,6.77238,6.77238,0,0,1-2.51546-.2795l-.02329.0233h-.04659l-.02329.02329h-.34939a2.95035,2.95035,0,0,1,.30278.2562,14.628,14.628,0,0,0,2.88812.41925,5.9883,5.9883,0,0,0,2.25926-.163,7.238,7.238,0,0,0-1.88659-.74532A25.93551,25.93551,0,0,1,516.87207,16.46416Z' fill='%2324459c'/%3E %3Cpath d='M511.93432,18.4905h0l-.0233-.02329h0a3.86459,3.86459,0,0,0-.46582.74532c-.09317.2795-.18633.62887-.23291.83849a4.219,4.219,0,0,1-.30279.8152.855.855,0,0,0,.69874-.30279,1.802,1.802,0,0,0,.44253-1.04811c-.06987-.37266-.06987-.74532-.11645-1.02482Z' fill='%2324459c'/%3E %3Cpath d='M512.58647,18.56038h0l-.02329.02329h0l-.04658.02329-.06988-.02329a.331.331,0,0,0-.13975-.04658,2.89635,2.89635,0,0,0-.09316.37266,1.79174,1.79174,0,0,0,.02329.69874,1.80543,1.80543,0,0,0,.34937.58228,1.85089,1.85089,0,0,0,.34937-.5357,1.29055,1.29055,0,0,0,0-.83849C512.72622,18.79329,512.65635,18.63025,512.58647,18.56038Z' fill='%2324459c'/%3E %3Cpath d='M513.47154,18.58367h-.163l-.04658-.02329h-.04658l-.04659-.02329-.04658-.02329-.04658-.02329-.04658-.0233-.04658-.02329-.04659-.02329-.02329-.02329-.04658-.02329-.02329-.02329-.0233-.02329a.53916.53916,0,0,0-.04658.39595.98178.98178,0,0,0,.34937.5357,1.34983,1.34983,0,0,0,1.02482.34937s.09316-.30279-.69874-1.04811Z' fill='%2324459c'/%3E %3Cpath d='M513.72775,18.35076h0l-.0233.02329v.06987h0v.02329h0a1.20919,1.20919,0,0,0,1.14128.60557.58569.58569,0,0,0-.27949-.722,2.24446,2.24446,0,0,0-.69874-.32607v.30278l-.13975.0233Z' fill='%2324459c'/%3E %3Cpath d='M514.40319,17.58214h-.69874a1.04733,1.04733,0,0,1,.04659.18633,1.49744,1.49744,0,0,0,1.0714.58229.62082.62082,0,0,0,.65215-.2795c-.13975-.27949-.58228-.32608-.93165-.60557l-.02329.06987-.06988.02329h-.02329Z' fill='%2324459c'/%3E %3Cpath d='M514.31,16.767h0l.02329.02329.0233.02329v.04658h0V16.93h0v.02329l.02329.0233v.02329l.02329.02329.02329.02329v.02329l.0233.02329v.04658l.02329.02329h0a1.60762,1.60762,0,0,0,1.02482.58229.89881.89881,0,0,0,.7919-.13975,1.19774,1.19774,0,0,0-1.09469-.83849,1.894,1.894,0,0,0-.88508,0Z' fill='%2324459c'/%3E %3Cpath d='M514.84573,16.32441l-.02329.02329-.02329.02329-.0233.02329-.02329.0233-.02329.02329-.0233.02329a2.19492,2.19492,0,0,0,1.14128.27949,1.75425,1.75425,0,0,0,.90836-.37266,1.05131,1.05131,0,0,0-.58229-.46582,1.56361,1.56361,0,0,0-1.16456.09316l-.04659.06987-.02329.0233-.02329.02329-.02329.02329-.0233.02329-.02329.02329-.02329.02329-.0233.02329-.02329.02329.0699.06988Z' fill='%2324459c'/%3E %3Cpath d='M514.40319,15.60238h.25622a1.62429,1.62429,0,0,0,1.04811-.04658.92491.92491,0,0,0,.722-.65216.97341.97341,0,0,0-.81519-.11645,1.71517,1.71517,0,0,1-.76861.02329A1.53348,1.53348,0,0,1,514.40319,15.60238Z' fill='%2324459c'/%3E %3Cpath d='M516.05687,14.36794a3.29021,3.29021,0,0,0,.62887-1.09469,5.3325,5.3325,0,0,0-1.30431.5357,8.41213,8.41213,0,0,0-1.02482.74532.84626.84626,0,0,1,.396.11646l.06987.04658A1.226,1.226,0,0,0,516.05687,14.36794Z' fill='%2324459c'/%3E %3Cpath d='M514.47307,13.87882l-.02329.04659-.0233.04658-.02329.04658-.02329.04659-.0233.04658-.02329.04658-.02329.04658-.02329.04659-.0233.04658-.02329.04658-.02329.04658a3.89951,3.89951,0,0,0,1.65368-1.42076,2.03314,2.03314,0,0,0,.163-1.3509,1.9507,1.9507,0,0,0-1.118.93165,8.44576,8.44576,0,0,0-.32607,1.0714l-.02329.04658-.0233.06988-.02329.04658-.02329.04658Z' fill='%2324459c'/%3E %3Cpath d='M510.467,17.88493h0l-.04658.02329-.02329.02329-.02329.02329-.0233.02329h-.02329l-.02329.0233h-.02329l-.0233.02329h-.04658l-.0233.02329h-.09317a1.05058,1.05058,0,0,0,.04659.90836,9.19827,9.19827,0,0,1,.58228,1.30431s.13975-.02329.30279-.81519a1.64421,1.64421,0,0,1,.37266-.83849,1.57058,1.57058,0,0,1-.2795.09316l-.09316.0233-.04658-.09317a1.06012,1.06012,0,0,1-.11646-.48912v-.13974A.3743.3743,0,0,1,510.467,17.88493Z' fill='%2324459c'/%3E %3Cpath d='M516.10346,22.03078v-.34937l-.02329-.11645-.0233-.11646-.02329-.11646-.04658-.11645-.04659-.11646-.04658-.09317-.04659-.11645-.04659-.09317-.04658-.09316-.04659-.09317-.04658-.09316-.06987-.09317-.04659-.09317-.06987-.09316-.06987-.09317-.06987-.09316-.06987-.06988-.06987-.06987-.06987-.06988-.06988-.06987-.06987-.06988-.06987-.06987-.04658-.06988-.06987-.06987-.04659-.06987-.04658-.04659V19.329l-.04658-.04658h-.02329a1.12819,1.12819,0,0,1-.41925-.06988,1.337,1.337,0,0,1,.09317.163c1.30431,1.23444,1.18785,1.84,1.18785,1.84A4.34387,4.34387,0,0,1,514.31,19.74823l-.09317.02329a.76926.76926,0,0,1-.32607,0,8.55093,8.55093,0,0,1,.81519,1.3509,2.65593,2.65593,0,0,0,1.39748,1.02482Z' fill='%2324459c'/%3E %3Cpath d='M507.57884,9.337h-.53572c0,.09316.34937.163.76861.163s.76862-.06988.76862-.163-.34937-.163-.76862-.163h-.23289Z' fill='%2324459c'/%3E %3Cpath d='M504.7373,10.31525h-.30281c0,.04659.23292.09317.51241.09317s.48912-.04658.48912-.09317-.23291-.09316-.48912-.09316h-.11646l-.09314.09316Z' fill='%2324459c'/%3E %3Cpath d='M507.78846,10.01247h.0233a.15576.15576,0,0,0-.163-.13975c-.06988,0-.163.06987-.163.13975C507.64871,9.94259,507.71859,10.01247,507.78846,10.01247Z' fill='%2324459c'/%3E %3Cpath d='M506.554,8.219v.163l.0233.04658v.09316l.02329.04659.02329.04658.02329.04658.0233.04659.02329.04658.02329.04658.02329.04658.0233.04659.02329.04658.02329.04658.0233.04658.02329.04659.02329.04658.02329.04658.0233.04659.02329.04658.02329.06987a1.51821,1.51821,0,0,1,.34937-.11645,3.9771,3.9771,0,0,0-.30279-1.281.25139.25139,0,0,0-.2562,0c-.09317.02329-.20962.09317-.20962.18633v.06987l0,.0233Z' fill='%2324459c'/%3E %3Cpath d='M507.43909,9.22056h.18634a9.87617,9.87617,0,0,0-.23291-1.09469c-.06988-.20962-.163-.37266-.30279-.41924a3.37956,3.37956,0,0,1,.163.60557A6.28939,6.28939,0,0,1,507.43909,9.22056Z' fill='%2324459c'/%3E %3Cpath d='M506.228,10.47829h.559l.04659-.02329h.04658l.04658-.02329.04658-.02329.04658-.02329.04659-.02329.04658-.02329.04658-.02329a.98276.98276,0,0,0,.37266-.48912,1.327,1.327,0,0,0-.81519.20962.77472.77472,0,0,0-.48913.44253Z' fill='%2324459c'/%3E %3Cpath d='M504.38793,10.54817h-.02329l-.02329-.02329h-.0233l-.02329-.0233h-.02329c.04658,1.0714.7919,1.14128.7919,1.14128V11.41a2.56054,2.56054,0,0,0,.69874.37266.56526.56526,0,0,0-.04658-.23292.68.68,0,0,0,.32607.11646,1.07414,1.07414,0,0,0-.11645-.32608.41414.41414,0,0,0,.30279.18633.96725.96725,0,0,0-.0233-.30278.93873.93873,0,0,0,.60558.39595.57765.57765,0,0,0,.60557-.163,1.20124,1.20124,0,0,1-.76861-.34937.47085.47085,0,0,0,.27949-.23291.39452.39452,0,0,0-.2562-.11646.51727.51727,0,0,0,.27949-.2795,7.15189,7.15189,0,0,1-1.70026.18633h-.32608l-.04658-.02329h-.04658l-.04658-.02329h-.04658l-.04659-.02329-.04658-.02329h-.04658l-.04658-.02329h-.04658l-.04658-.02329h-.0233l-.04658-.02329-.02329-.02329h.09317l-.0233-.0233-.04658.09317Zm1.18786.34937v.04658s-.62887,0-.65216.32608a.50983.50983,0,0,1-.18633-.32608C504.7373,10.92083,505.17984,10.94412,505.57579,10.89754Z' fill='%2324459c'/%3E %3Cpath d='M503.992,10.80437a1.23494,1.23494,0,0,0,.34937.39595l-.02329-.02329-.0233-.02329-.02329-.04658v-.04658l-.02329-.04659v-.51241C503.89882,10.50158,503.89882,10.618,503.992,10.80437Z' fill='%2324459c'/%3E %3Cpath d='M504.31806,11.31678c-.163-.06987-.5357-.18633-.62887-.51241a.79306.79306,0,0,0-.34937-.02329.52463.52463,0,0,0-.32608.18633.62267.62267,0,0,0,.20963.8152.85911.85911,0,0,1,1.02481-.0233,1.61043,1.61043,0,0,1,.41925-.13974v-.02329h-.0233V11.573l-.02329-.0233-.02329-.02329h-.0233v-.02329l-.02329-.02329-.02329-.02329-.02329-.02329-.0233-.02329-.02329-.02329h-.02329l-.02329-.02329h-.0233l-.02329-.02329h-.02329l-.0233-.02329-.02329-.0233.16307.11646-.0233-.0233-.02329-.02329-.02329-.02329-.0233-.02329-.02329-.02329h-.02329v.02329Zm-.58229.04658h0l-.02329.02329V11.41h-.02329v.02329h-.0233v.02329h-.02329v.02329H503.596v.02329h-.04659l-.02329.02329h-.02329a.12477.12477,0,0,1-.11646-.11646.11.11,0,0,1,.11646-.11645c.163-.06987.23292,0,.23292.06987Z' fill='%2324459c'/%3E %3Cpath d='M505.08667,12.08539h0l-.02329-.02329-.0233-.02329h-.02329l-.02329-.02329-.02329-.02329-.0233-.02329-.02329-.02329-.02329-.04658-.02329-.0233-.0233-.02329-.02329-.02329V11.8059l-.02329-.02329v-.02329h-.0233v-.04658h0v-.02329h0a.8027.8027,0,0,0-.65215.37266c-.18633.2562.06987.65215.06987.65215C504.34135,12.08539,505.08667,12.08539,505.08667,12.08539Z' fill='%2324459c'/%3E %3Cpath d='M506.57732,12.55122a4.4512,4.4512,0,0,1-.44254-.74532c-.06987,0-.163-.04659-.23291-.04659v.20963h-.18634a4.12624,4.12624,0,0,1,.51241.41924,2.96309,2.96309,0,0,1,.396.58228A3.25121,3.25121,0,0,1,506.57732,12.55122Z' fill='%2324459c'/%3E %3Cpath d='M505.5525,12.3416a1.45009,1.45009,0,0,1,.39595.396.72413.72413,0,0,0-.37266-.69874h-.0233l-.02329-.02329h-.04659l-.02329-.02329h-.04658l-.0233-.02329-.04658-.02329-.04658-.02329-.04658-.02329-.04658-.0233h-.30281C505.08667,11.96894,505.38946,12.24843,505.5525,12.3416Z' fill='%2324459c'/%3E %3Cpath d='M505.13325,9.3836h0L505.11,9.36031h-.04658c-.06988,0-.20962.04658-.20962.163a.30914.30914,0,1,0,.46582,0h0l-.18633-.13975Z' fill='%2324459c'/%3E %3Cpath d='M504.52768,10.22209a1.353,1.353,0,0,0,.23291-.02329V9.91931l-.02329-.04659V9.50007h0a.41718.41718,0,0,0-.30279-.09317.12691.12691,0,0,0-.11645.163C504.17831,9.68639,504.50439,10.15221,504.52768,10.22209Z' fill='%2324459c'/%3E %3Cpath d='M505.24971,9.52335h0l-.02329.02329v.2562l-.0233.04658v.37266c.18633,0,.163,0,.23292.02329a7.41,7.41,0,0,0,.396-.62886.12691.12691,0,0,0-.11646-.163c-.23291-.04658-.37265-.02329-.46582.06988Z' fill='%2324459c'/%3E %3Cpolygon points='504.807 9.197 505.017 9.197 505.017 8.894 505.25 8.894 505.25 8.708 505.017 8.708 505.017 8.452 504.807 8.452 504.807 8.708 504.574 8.708 504.574 8.894 504.807 8.894 504.807 9.197' fill='%2324459c'/%3E %3Cpath d='M502.29171,10.455h0v-.13974h0a.87328.87328,0,0,0,0-.34937c-.18633.06987-.30279.11645-.5357.5124C501.7793,10.455,502.17526,10.22209,502.29171,10.455Z' fill='%2324459c'/%3E %3Cpath d='M502.45475,10.31525a1.18346,1.18346,0,0,0,.18633.76862h0v-.02329h0v-.37266l.02329-.04658v-.04659l.0233-.04658.02329-.04658.02329-.04659v-.04658a1.28583,1.28583,0,0,0-.06987-.88507,1.20871,1.20871,0,0,1-.163-.67544,1.30436,1.30436,0,0,0-.34937.163,1.45817,1.45817,0,0,0,.20962.69874A1.01424,1.01424,0,0,1,502.45475,10.31525Z' fill='%2324459c'/%3E %3Cpath d='M502.66437,8.98765h0a.45959.45959,0,0,0,.25621,0,2.09235,2.09235,0,0,0,.51241-.32608.36359.36359,0,0,1,.27949-.11646.42531.42531,0,0,0-.37266-.09316,1.77913,1.77913,0,0,0-.65216.41924h0l-.02329.11646Z' fill='%2324459c'/%3E %3Cpath d='M503.33982,9.3836a.80433.80433,0,0,0-.11645.559c.04658.2795.48911.37266.48911.37266a.49706.49706,0,0,1-.163-.27949.76577.76577,0,0,1,.18633-.46583,1.79686,1.79686,0,0,0,.23291-.58228h0V8.96436h0V8.94107h0v-.0233h0V8.89448h0V8.87119h0V8.8479h0V8.80132h0V8.778h0l-.02329-.0233-.0233-.02329-.02329-.02329-.02329-.02329-.02329-.02329-.0233-.02329a.35867.35867,0,0,1-.04658.2562A1.2723,1.2723,0,0,0,503.33982,9.3836Z' fill='%2324459c'/%3E %3Cpath d='M506.29782,11.61957l.02329.04658.02329.06987.0233.04659.02329.04658.02329.04658.02329.04659.0233.04658.02329.04658.02329.04658.02329.04659.0233.04658.02329.04658.02329.04658.0233.04659.02329.04658.02329.04658a1.56551,1.56551,0,0,1,.20962.67545,1.355,1.355,0,0,0,.09317-.74532A1.27274,1.27274,0,0,0,506.29782,11.61957Z' fill='%2324459c'/%3E %3Cpath d='M507.22947,11.82919h0l-.02329-.02329H506.717a1.49573,1.49573,0,0,0,.41924.58228.8949.8949,0,0,0,.46583.20962A.93537.93537,0,0,0,507.22947,11.82919Z' fill='%2324459c'/%3E %3Cpath d='M505.06338,12.295h-.06987a1.27535,1.27535,0,0,1,.39595.18634.7461.7461,0,0,1,.2562.46582,4.37577,4.37577,0,0,0,.30279.79191h.02329a1.67521,1.67521,0,0,1,.13975-.76862,1.69185,1.69185,0,0,1-.30278-.2562,1.61831,1.61831,0,0,0-.53571-.46583h-.02329l-.18633.04658Z' fill='%2324459c'/%3E %3Cpath d='M506.74035,13.76237v-.41924l-.02329-.04658-.02329-.04659v-.04658l-.02329-.02329v-.163a.80077.80077,0,0,0-.32608.65216,4.20465,4.20465,0,0,0,.06987.86178C506.43757,14.22819,506.64719,14.08845,506.74035,13.76237Z' fill='%2324459c'/%3E %3Cpath d='M506.81023,13.9487a1.478,1.478,0,0,0-.04658.559,1.59858,1.59858,0,0,0,.20962.37266,3.688,3.688,0,0,1,.44253-.58228.54017.54017,0,0,0,.09316-.51241v-.18633l-.02329-.02329-.02329-.02329-.02329-.04658-.0233-.06988-.02329-.06987-.02329-.04658-.02329-.0233-.0233-.02329v-.04658l-.02329-.02329-.02329-.02329-.0233-.02329v-.02329l-.02329-.02329v-.06988h0A5.118,5.118,0,0,0,506.81023,13.9487Z' fill='%2324459c'/%3E %3Cpath d='M507.29934,14.85706h0l-.02329.02329h-.02329v.02329l-.02329.02329-.0233.02329-.02329.02329-.02329.02329-.02329.0233-.0233.02329-.02329.02329-.02329.02329-.0233.02329-.04658.04658-.04658.04659-.02329.02329-.0233.02329-.02329.02329-.02329.02329-.02329.02329-.0233.02329-.02329.02329-.02329.02329-.02329.02329v.06988h0a.64345.64345,0,0,0-.0233.51241,1.86118,1.86118,0,0,0,.58229.5357,1.38034,1.38034,0,0,1-.20962-.67545,3.64263,3.64263,0,0,1,.18633-.48912.50333.50333,0,0,0,.02331-.5124Z' fill='%2324459c'/%3E %3Cpath d='M506.01832,15.99833a3.17792,3.17792,0,0,0,.25621.44254,5.81728,5.81728,0,0,0,.39595-.83849,1.51045,1.51045,0,0,0,.11646-.58228v-.2562l-.0233-.02329h0v-.02329h0V14.694h0v-.0233h0a3.24981,3.24981,0,0,1-.23291.79191A2.94027,2.94027,0,0,0,506.01832,15.99833Z' fill='%2324459c'/%3E %3Cpath d='M505.11,16.48745c.18633,0,.44254-.13975.76862-.559l.04658-.06987.04658-.06988.04658-.04658.04658-.06988.0233-.06987.02329-.06987.04658-.06988.02329-.06987.0233-.06987.02329-.06988.02329-.06987.0233-.06988.04657.02329.02329-.06987.0233-.04658.02329-.04658.02329-.04659.02329-.04658v-.04658l.0233-.04659v-.32607h0c-.48912.83848-1.00153,1.281-1.39748,1.25773-.34937-.02329-.51241-.51241-.51241-.51241a.83673.83673,0,0,0-.11646.7919A.89031.89031,0,0,0,505.11,16.48745Z' fill='%2324459c'/%3E %3Cpath d='M505.76212,15.20643a.83536.83536,0,0,0,.32608-.48912v-.2795h0v-.396c-.32608.90837-1.02482.83849-1.02482.83849A.45964.45964,0,0,0,505.76212,15.20643Z' fill='%2324459c'/%3E %3Cpath d='M507.29934,17.58214l-.02329-.02329v-.02329l-.02329-.02329v-.04658a1.26482,1.26482,0,0,0-.32608,1.04811,1.44209,1.44209,0,0,0,.48912.69874,2.4841,2.4841,0,0,0,.2795-1.00153v-.18633l-.0233-.02329-.02329-.02329-.02329-.02329-.0233-.02329-.02329-.02329-.02329-.02329-.04658-.04659-.04658-.04658-.04659-.04658-.04658-.04658-.04658-.04658-.02329-.02329-.0233-.0233Z' fill='%2324459c'/%3E %3Cpath d='M506.29782,16.90669c-.06988.37266.30278.58229.48912.93166v-.27949l.02329-.04659.02329-.04658.02329-.04658.0233-.04658.02329-.02329V17.326l.02329-.0233.0233-.02329.02329-.02329.02329-.02329.02329-.02329.0233-.02329.02329-.02329.02329-.02329.02329-.02329.0233-.02329a.90493.90493,0,0,0-.48912-1.0714C506.67048,16.13808,506.36769,16.534,506.29782,16.90669Z' fill='%2324459c'/%3E %3Cpath d='M505.85528,16.18466l-.02329.02329-.02329.0233-.02329.02329-.0233.02329-.02329.02329-.02329.02329-.0233.02329-.02329.02329-.02329.02329h-.04659v.02329h-.11646a2.29522,2.29522,0,0,0-.02329.48912,6.624,6.624,0,0,0,.30279.8152,2.521,2.521,0,0,0,.34936-.65216c.04659-.23291.0233-.44254.04659-.559,0,0-.163-.2795-.2795-.48912Z' fill='%2324459c'/%3E %3Cpath d='M504.69072,16.67378v.23291l.02329.04658v.04658l.02329.06988.0233.06987.02329.06988.02329.04658.02329.02329.0233.04658.02329.02329.02329.04659.0233.02329.02329.02329.02329.02329.02329.02329.0233.02329v.02329l.02329.02329V17.652a.66737.66737,0,0,0,.25621-.32608,3.141,3.141,0,0,0,.02329-.62887.82338.82338,0,0,1-.65216-.04658v.09317Z' fill='%2324459c'/%3E %3Cpath d='M505.38946,17.4424h0l-.0233.02329h0l-.02329.02329-.02329.02329-.02329.02329-.0233.02329-.02329.02329-.02329.02329h0a1.23482,1.23482,0,0,0,.27949.23291.36783.36783,0,0,0,.25621.06988c-.13974-.04658-.37265-.48912-.37265-.46582Z' fill='%2324459c'/%3E %3Cpath d='M506.228,17.4191h0v.0233h0V17.489l-.0233.02329-.02329.02329-.02329.02329-.02329.02329-.0233.02329-.02329.02329-.02329.02329-.0233.02329-.04658.04659-.04658.06987-.02329.02329-.02329.02329-.0233.02329-.02329.02329-.02329.0233-.0233.02329-.02329.02329-.02329.02329v.02329l-.02329.02329h0a1.60829,1.60829,0,0,0,.163.46583,2.08457,2.08457,0,0,0,.44254.559s.23291-.41925.30279-.58228a.97715.97715,0,0,0,.04658-.48912,2.52115,2.52115,0,0,1-.4658-.559Z' fill='%2324459c'/%3E %3Cpath d='M506.8801,18.95633h0l-.02329-.04658v-.02329l-.0233-.02329V18.77c-.06987.163-.2562.32608-.34937.48912a.73018.73018,0,0,0-.04658.58228,1.84213,1.84213,0,0,0,.41925.559c.09316-.18633.2562-.41924.30279-.5357a.86465.86465,0,0,0,.04658-.44253v-.18633l-.0233-.02329v-.02329l-.02329-.04658-.02329-.04659-.02329-.04658-.0233-.04658-.02329-.04658-.02329-.04658-.163.04657Z' fill='%2324459c'/%3E %3Cpath d='M505.92516,20.35381c.04658-.11646.13975-.25621.23291-.46583a.78.78,0,0,0,.02329-.559v-.23291l-.02329-.04658-.02329-.04658-.02329-.04658-.0233-.04659-.02329-.04658-.02329-.04658-.02329-.04658-.0233-.04658v-.13975c-.06987.13975-.163.34937-.23291.51241a1.13551,1.13551,0,0,0,0,.559A.87249.87249,0,0,0,505.92516,20.35381Z' fill='%2324459c'/%3E %3Cpath d='M507.55555,20.81963a.917.917,0,0,0-.34937-.65215h0l-.02329.02329-.02329.02329-.0233.02329-.02329.02329-.02329.02329-.0233.02329-.02329.02329-.02329.04659-.02329.04658-.0233.04658-.02329.04658-.02329.04658-.0233.04659-.02329.04658-.02329.04658-.02329.04658-.0233.04658-.02329.04659-.02329.04658v.04658l-.02329.04658v.163c.02329.39595.27949.65216.30278.88507a2.42071,2.42071,0,0,0,.34937-.48912A1.51787,1.51787,0,0,0,507.55555,20.81963Z' fill='%2324459c'/%3E %3Cpath d='M505.92516,20.93609a4.7953,4.7953,0,0,0,.23291.58228,4.66127,4.66127,0,0,0,.39595-.69874V20.447l-.02329-.04658v-.04659l-.02329-.02329v-.04658l-.0233-.02329v-.163h0C505.92516,20.47027,505.87858,20.74976,505.92516,20.93609Z' fill='%2324459c'/%3E %3Cpath d='M510.18747,10.38513c0,.04658.23291.09316.48912.09316.27949,0,.48912-.04658.48912-.09316h-.46586C510.42038,10.292,510.18747,10.33855,510.18747,10.38513Z' fill='%2324459c'/%3E %3Cpath d='M507.81175,8.87119h0V8.63828l.0233-.06988.02329-.06987.02329-.06987.02329-.06988.0233-.06987V8.26562l.02329-.02329V8.00941a.30279.30279,0,0,0-.60558,0,2.38311,2.38311,0,0,1,.46582.86178Z' fill='%2324459c'/%3E %3Cpath d='M508.627,9.337l.02329-.06988.02329-.04658.0233-.04658.02329-.04658.02329-.04659.02329-.04658.0233-.04658.02329-.04658.02329-.04659.0233-.04658.02329-.04658.02329-.04659.02329-.04658.0233-.04658.02329-.04658.02329-.04659V8.52182l.02329-.04658V8.14916h0V8.12587c0-.09316-.11645-.163-.20962-.18633a.38441.38441,0,0,0-.27949,0,3.977,3.977,0,0,0-.30279,1.281A1.278,1.278,0,0,1,508.627,9.337Z' fill='%2324459c'/%3E %3Cpath d='M507.97479,9.19727h.163l.13975-.90836c.06988-.30279.163-.60557.163-.60557-.13975.04658-.23291.18633-.30279.41924-.0233.23291-.13976.76861-.163,1.09469Z' fill='%2324459c'/%3E %3Cpath d='M508.92974,9.98918h0l-.04659-.0233-.02329-.02329-.02329-.02329h-.02329L508.79,9.896h-.62886a1.05058,1.05058,0,0,0,.396.48912,1.52061,1.52061,0,0,0,.83849.18633,1.0854,1.0854,0,0,0-.41924-.46583Z' fill='%2324459c'/%3E %3Cpath d='M508.7667,11.61957a.95373.95373,0,0,0,.60557-.39595.96734.96734,0,0,0-.02329.30278.63887.63887,0,0,0,.32608-.18633.79148.79148,0,0,0-.11646.32608.76484.76484,0,0,0,.32608-.11646.722.722,0,0,0-.04658.23292,2.56054,2.56054,0,0,0,.69873-.37266v.27949l-.02329.02329v-.06987h0s.722-.06988.79191-1.14128a2.78084,2.78084,0,0,1-.97824.163,6.8071,6.8071,0,0,1-1.677-.18633.453.453,0,0,0,.27949.2795.36067.36067,0,0,0-.23291.11646.57646.57646,0,0,0,.27949.23291,1.20124,1.20124,0,0,1-.76861.34937C508.18441,11.47982,508.37075,11.71273,508.7667,11.61957Zm1.23444-.722a5.77132,5.77132,0,0,0,.83849.02329v.02329h-.0233v.02329l-.02329.02329V11.014l-.02329.02329v.04658l-.02329.0233v.04658h-.0233V11.177l-.02329.02329v.02329l-.02329.02329-.0233.02329V11.177h.09318l-.02329.02329v.02329h-.0233l-.02329.0233v.02329h-.02329l-.02329.02329-.0233.02329c-.02329-.30279-.65215-.32608-.65215-.32608v-.09316Z' fill='%2324459c'/%3E %3Cpath d='M511.39862,10.64133v.41925l-.0233.04658v.04658l-.02329.04659v.04658l-.02329.02329-.02329.02329a1.23506,1.23506,0,0,0,.34937-.396c.06987-.18633.09316-.30279-.20963-.23292Z' fill='%2324459c'/%3E %3Cpath d='M512.35356,11.78261a.59567.59567,0,0,0,.20962-.8152l-.02329-.02329-.0233-.02329-.02329-.02329-.02329-.02329-.0233-.02329-.02329-.0233-.02329-.02329-.02329-.02329-.0233-.02329-.02329-.02329H512.307l-.02329-.02329h-.0233l-.02329-.02329h-.20961l-.02329.02329h-.04658l-.0233.02329H511.911c-.11645.32608-.46582.41924-.65215.51241a1.53959,1.53959,0,0,0-.37267.30279,1.61043,1.61043,0,0,1,.41925.13974A.955.955,0,0,1,512.35356,11.78261Zm-.37266-.559h.04658v.02329h.04659v.02329h.02329l.0233.02329v.02329h.02329v.02329h.02329v.09316l.02329.02329a.11646.11646,0,1,1-.23291,0C511.86444,11.29349,511.911,11.22362,511.9809,11.22362Z' fill='%2324459c'/%3E %3Cpath d='M511.4452,12.73755s.2562-.396.06987-.65216a.87259.87259,0,0,0-.65215-.37266h0V11.736h0l-.0233.02329v.0233h0l-.02329.02329v.02329l-.02329.02329v.02329l-.0233.02329-.02329.02329-.02329.04658-.02329.0233-.0233.02329-.02329.02329-.02329.02329h-.02329l-.0233.02329h-.02329l-.02329.02329A.92024.92024,0,0,1,511.4452,12.73755Z' fill='%2324459c'/%3E %3Cpath d='M509.46544,11.8059a3.86422,3.86422,0,0,1-.41925.74532.756.756,0,0,0,.09317.30279,2.55336,2.55336,0,0,1,.39595-.58229,4.12638,4.12638,0,0,1,.51241-.41924h-.20964v-.20962A1.71155,1.71155,0,0,1,509.46544,11.8059Z' fill='%2324459c'/%3E %3Cpath d='M510.6533,11.736h-.3261l-.04658.02329v.11646l-.04658.02329-.04658.02329-.02329.02329h-.04659l-.02329.0233h-.04659l-.02329.02329h-.02329a.74688.74688,0,0,0-.37267.69874,1.45032,1.45032,0,0,1,.396-.396,1.40991,1.40991,0,0,0,.62888-.559Z' fill='%2324459c'/%3E %3Cpath d='M510.69988,9.29044h-.04658a.30914.30914,0,1,0,.46582,0A2.36328,2.36328,0,0,1,510.69988,9.29044Z' fill='%2324459c'/%3E %3Cpath d='M511.00266,9.52335h0l-.02329.02329v.2562l-.02329.04658v.37266c.18633,0,.163,0,.23291.02329a7.41,7.41,0,0,0,.396-.62886.12691.12691,0,0,0-.11645-.163.50943.50943,0,0,0-.46583.06988Z' fill='%2324459c'/%3E %3Cpath d='M510.30393,10.22209a1.353,1.353,0,0,0,.23291-.02329V9.87272l-.02329-.04658V9.50007h0a.4172.4172,0,0,0-.30279-.09317.12691.12691,0,0,0-.11646.163C509.95456,9.68639,510.25734,10.15221,510.30393,10.22209Z' fill='%2324459c'/%3E %3Cpolygon points='510.583 9.197 510.793 9.197 510.793 8.894 511.026 8.894 511.026 8.708 510.793 8.708 510.793 8.452 510.583 8.452 510.583 8.708 510.351 8.708 510.351 8.894 510.583 8.894 510.583 9.197' fill='%2324459c'/%3E %3Cpolygon points='507.672 7.613 507.858 7.613 507.858 7.287 508.115 7.287 508.115 7.124 507.858 7.124 507.858 6.868 507.672 6.868 507.672 7.124 507.416 7.124 507.416 7.287 507.672 7.287 507.672 7.613' fill='%2324459c'/%3E %3Cpath d='M513.28521,10.292h0v.02329h0v.11646c.13975-.23291.51241,0,.51241,0-.23291-.396-.34937-.44254-.5357-.51241A1.88268,1.88268,0,0,0,513.28521,10.292Z' fill='%2324459c'/%3E %3Cpath d='M512.88926,9.56993a1.27478,1.27478,0,0,0-.06988.88507v.04658l.0233.04659.02329.04658v.04658l.02329.04658v.37266h0v.02329h0a1.18342,1.18342,0,0,0,.18633-.76861.95086.95086,0,0,1,.04659-.559,1.45817,1.45817,0,0,0,.20962-.69874,3.28237,3.28237,0,0,0-.34937-.163A.77453.77453,0,0,1,512.88926,9.56993Z' fill='%2324459c'/%3E %3Cpath d='M512.16723,8.66157a2.09235,2.09235,0,0,0,.51241.32608.54309.54309,0,0,0,.2562.02329h0a2.03791,2.03791,0,0,0-.65215-.41924.35354.35354,0,0,0-.34937.09316C511.911,8.54511,512.00419,8.52182,512.16723,8.66157Z' fill='%2324459c'/%3E %3Cpath d='M512.02748,10.01247a.39441.39441,0,0,1-.163.27949s.44254-.11645.48912-.37266a.836.836,0,0,0-.11646-.559c-.06987-.11646-.27949-.41924-.32607-.5357a.39153.39153,0,0,1-.04658-.2562l-.0233.02329-.02329.02329-.02329.02329-.02329.02329-.0233.02329-.02329.02329h0v.0233h0V8.778h0v.02329h0v.02329h0V8.8479h0v.02329h0v.0233h0v.02329h0a2.335,2.335,0,0,0,.23291.58228C511.93432,9.6631,512.05077,9.82614,512.02748,10.01247Z' fill='%2324459c'/%3E %3Cpath d='M508.60366,12.36489a1.355,1.355,0,0,0,.09316.74532,1.299,1.299,0,0,1,.20962-.67545l.0233-.04658.02329-.04658.02329-.04659.02329-.04658.0233-.04658.02329-.04658.02329-.04659.0233-.04658.02329-.04658.02329-.04659.02329-.04658.0233-.04658.02329-.04658.02329-.04659.02329-.06987.0233-.04658A1.16227,1.16227,0,0,0,508.60366,12.36489Z' fill='%2324459c'/%3E %3Cpath d='M508.394,12.31831A1.72035,1.72035,0,0,0,508.79,11.736h-.53573a1.09249,1.09249,0,0,0-.41924.69874A.52518.52518,0,0,0,508.394,12.31831Z' fill='%2324459c'/%3E %3Cpath d='M510.6533,12.3416h-.163a1.61824,1.61824,0,0,0-.5357.46582,1.03311,1.03311,0,0,1-.30279.25621,1.6749,1.6749,0,0,1,.13975.76861h.0233a2.9909,2.9909,0,0,0,.32607-.7919.86892.86892,0,0,1,.23292-.46583c.02329-.163.2795-.23291.2795-.23291Z' fill='%2324459c'/%3E %3Cpath d='M509.349,13.64591a.80077.80077,0,0,0-.32608-.65216v.23291l-.02329.04659-.02329.04658v.41924c.09316.32608.30279.46582.44253.722C509.27911,14.4844,509.37227,14.01857,509.349,13.64591Z' fill='%2324459c'/%3E %3Cpath d='M507.81175,12.52793h0c-.09316.04658-.41924.20962-.41924.44253-.02329.23292.41924.69874.41924.88507h0v-.06987l.0233-.02329v-.02329l.02329-.02329.02329-.02329.02329-.02329.0233-.0233.02329-.02329.02329-.02329.02329-.02329.0233-.02329.04658-.06987.04658-.06988.02329-.02329.0233-.04658.02329-.02329.02329-.02329.02329-.02329.0233-.02329.02329-.0233v-.163A.90837.90837,0,0,0,507.81175,12.52793Z' fill='%2324459c'/%3E %3Cpath d='M508.44062,12.99375h0v.0233h0v.04658l-.02329.02329v.02329l-.02329.02329v.02329l-.0233.02329-.02329.02329-.02329.04659-.0233.02329-.02329.02329-.02329.04658-.02329.06987-.0233.06988-.02329.04658v.02329l-.02329.02329v.04659l-.02329.02329v.11645a.61051.61051,0,0,0,.09316.51241,2.83236,2.83236,0,0,1,.44253.58228,1.205,1.205,0,0,0,.20962-.37266,1.478,1.478,0,0,0-.04658-.559,3.82828,3.82828,0,0,1-.39593-.93165Z' fill='%2324459c'/%3E %3Cpath d='M507.81175,15.22972l.0233-.02329.02329-.02329.02329-.02329.02329-.02329.0233-.02329.02329-.0233.02329-.02329.02329-.02329.0233-.02329.02329-.02329v-.02329h0v-.02329h0v-.02329h0v-.02329h0a.36471.36471,0,0,0-.04658-.37266,1.19459,1.19459,0,0,1-.25621-.41925h0c0,.11646-.13975.2795-.2562.41925a.43628.43628,0,0,0-.04659.37266c.09316.04657.20961.20961.37265.32607Z' fill='%2324459c'/%3E %3Cpath d='M508.7434,15.43934h0l-.02329-.02329v-.02329l-.02329-.02329v-.02329l-.02329-.02329-.0233-.02329-.02329-.02329-.02329-.0233-.02329-.02329-.0233-.02329-.02329-.02329-.04658-.04658-.04658-.04658-.0233-.0233-.02329-.02329-.02329-.02329-.02329-.02329-.0233-.02329-.02329-.02329-.02329-.02329-.0233-.02329-.02329-.02329v-.02329h0a.65615.65615,0,0,0-.06987.48911c.02329.11646.18633.2795.18633.48912a1.38041,1.38041,0,0,1-.20962.67545,2.15912,2.15912,0,0,0,.58228-.5357c.11646-.163.02329-.39595-.02329-.51241l.0466-.0233Z' fill='%2324459c'/%3E %3Cpath d='M508.97632,14.60085h0l-.02329.0233h0v.02329h0v.02329h0V14.694h0l-.0233.02329v.2562a1.68113,1.68113,0,0,0,.11646.58228,5.81728,5.81728,0,0,0,.39595.83849,3.17792,3.17792,0,0,0,.25621-.44254,4.39364,4.39364,0,0,1-.37267-.60557A1.55166,1.55166,0,0,1,508.97632,14.60085Z' fill='%2324459c'/%3E %3Cpath d='M511.09583,15.99833a.77969.77969,0,0,0-.11646-.7919s-.163.48912-.51241.51241c-.39595.02329-.88507-.41925-1.37418-1.25773h0v.37266l.02329.04658.02329.04658.0233.04658.02329.04659.02329.04658.02329.06987.0233.04659.02329.06987.02329.06987.0233.06988.02329.06987.02329.06988.02329.06987.04659.06987.04658.06988.04658.06987.04658.04658.04658.06988.04658.06987c.32608.41924.60558.559.76862.559A.93621.93621,0,0,0,511.09583,15.99833Z' fill='%2324459c'/%3E %3Cpath d='M509.512,14.135h0v.62887a.83529.83529,0,0,0,.32608.48911.49924.49924,0,0,0,.69873-.23291A1.25644,1.25644,0,0,1,509.512,14.135Z' fill='%2324459c'/%3E %3Cpath d='M507.48568,16.32441a.49842.49842,0,0,0,.30278.25621h.13976v-.0233h0V16.534h0v-.04658l.02329-.02329a.83112.83112,0,0,0,.11646-.58228c-.06988-.23292-.18633-.30279-.25621-.46583a1.01266,1.01266,0,0,1-.163.13975h0a1.013,1.013,0,0,1-.163-.13975,2.07868,2.07868,0,0,0-.25621.46583C507.32264,15.92846,507.4158,16.18466,507.48568,16.32441Z' fill='%2324459c'/%3E %3Cpath d='M507.81175,16.69707h0c-.18633.13975-.396.06988-.46582.41925-.04659.23291.41924.65215.46582.86177v-.09316l.0233-.02329.02329-.02329.02329-.02329.02329-.02329.0233-.02329.02329-.0233V17.6986l.02329-.02329.04659-.06988.04658-.06987.04658-.06988.02329-.02329.0233-.02329.02329-.02329.02329-.02329.02329-.02329.0233-.02329.02329-.02329v-.11646h0C508.18441,16.767,507.97479,16.83682,507.81175,16.69707Z' fill='%2324459c'/%3E %3Cpath d='M508.34745,17.489l-.02329.02329v.02329l-.02329.02329-.02329.02329-.0233.02329-.02329.02329-.02329.02329-.04659.04659-.04658.04658-.04658.04658-.04658.04658-.04658.04658-.0233.02329-.02329.0233-.02329.02329-.02329.02329-.0233.02329v.02329l-.02329.02329v.163a2.48393,2.48393,0,0,0,.2795,1.00152,1.442,1.442,0,0,0,.48911-.69874.96753.96753,0,0,0-.25619-1.0248Z' fill='%2324459c'/%3E %3Cpath d='M508.92974,16.13808a.90017.90017,0,0,0-.48912,1.0714l.02329.02329.02329.02329.0233.02329.02329.0233.02329.02329.02329.02329.0233.02329.02329.02329.02329.02329.02329.02329.0233.02329.02329.02329-.06989-.02328.02329.04658.0233.04658.02329.04658v.27949c.18633-.32608.58228-.559.48912-.93165A1.42435,1.42435,0,0,0,508.92974,16.13808Z' fill='%2324459c'/%3E %3Cpath d='M510.0943,16.55732h0L510.071,16.534h-.06988l-.02329-.02329h-.02329l-.0233-.02329-.02329-.02329-.02329-.02329-.0233-.02329-.02329-.02329-.02329-.02329-.02329-.02329-.0233-.0233-.02329-.02329-.02329-.02329c-.09317.18633-.2795.48912-.2795.48912a2.90919,2.90919,0,0,0,.04658.559,1.96011,1.96011,0,0,0,.34937.65216,3.7128,3.7128,0,0,0,.30279-.8152,1.46763,1.46763,0,0,0-.04656-.60558Z' fill='%2324459c'/%3E %3Cpath d='M510.58342,17.489h0l.02329-.04658v-.0233l.0233-.02329.02329-.02329.02329-.02329.02329-.04658.0233-.02329.02329-.04658.02329-.02329.0233-.04659.02329-.06987.02329-.06988.02329-.06987.0233-.04658v-.41924a.82338.82338,0,0,1-.65216.04658,2.00185,2.00185,0,0,0,.02329.62887.66735.66735,0,0,0,.25621.32608v-.06988l.02329-.02329Z' fill='%2324459c'/%3E %3Cpath d='M510.467,17.67531h0l-.02329-.02329h0l-.02329-.02329-.02329-.02329-.0233-.0233-.02329-.02329-.02329-.02329h0s-.23292.44254-.2795.559a.304.304,0,0,0,.23292-.06987A.44231.44231,0,0,1,510.467,17.67531Z' fill='%2324459c'/%3E %3Cpath d='M509.37227,17.4191c-.11645.23292-.396.48912-.46582.65216a.63086.63086,0,0,0,.04658.48912,5.68835,5.68835,0,0,0,.30279.58228,1.70939,1.70939,0,0,0,.44253-.559,1.60816,1.60816,0,0,0,.163-.46583h0v-.02329l-.02329-.02329-.0233-.02329-.02329-.02329-.02329-.02329-.0233-.02329-.02329-.02329-.02329-.02329-.02329-.0233-.0233-.02329-.04658-.06987-.04658-.04658-.02329-.02329-.0233-.02329-.02329-.0233-.02329-.02329-.02329-.02329-.0233-.02329-.02329-.02329v-.02329l-.02329-.02329v-.02329h0l0-.11647Z' fill='%2324459c'/%3E %3Cpath d='M507.78846,18.95633c-.02329.09317-.27949.44254-.34937.58228a.49271.49271,0,0,0,0,.44254c.09317.2562.30279.41924.34937.58228h0v-.09316h0v-.11646l.0233-.02329v-.02329l.02329-.02329.02329-.04658.02329-.04658.0233-.04659.02329-.04658.02329-.04658.0233-.02329v-.02329l.02329-.02329V19.8647a.71713.71713,0,0,0,0-.44253C508.068,19.39887,507.83505,19.07279,507.78846,18.95633Z' fill='%2324459c'/%3E %3Cpath d='M508.65024,19.0495l-.02329.04658-.02329.04658-.0233.04658-.02329.04658-.02329.04659-.0233.02329v.04658l-.02329.02329v.13974a.93054.93054,0,0,0,.04658.44254c.04659.11646.20962.34937.30279.5357a1.84227,1.84227,0,0,0,.41925-.559.832.832,0,0,0-.04659-.58228c-.09316-.163-.27949-.32608-.34937-.48912v.11645l-.02329.02329v.0233l-.02329.02329-.02329.02329-.0233.02329Z' fill='%2324459c'/%3E %3Cpath d='M509.76822,18.77h0l-.02329.04658v.09316l-.02329.04659-.02329.04658-.0233.04658-.02329.04658-.02329.04658-.02329.04659-.0233.04658-.02329.04658v.23291a.78016.78016,0,0,0,.02329.559c.09317.20962.18633.32608.23292.46583a3.34149,3.34149,0,0,0,.32607-.51241.91619.91619,0,0,0,0-.559C509.95456,19.11937,509.8381,18.90975,509.76822,18.77Z' fill='%2324459c'/%3E %3Cpath d='M507.81175,23.35839h0v-.13975l.0233-.04658.02329-.02329.02329-.04658.02329-.04658.0233-.04659.02329-.04658.02329-.04658.02329-.04658.0233-.04658.02329-.04659.02329-.04658.0233-.04658.02329-.04658.02329-.04658.02329-.04659.0233-.04658.02329-.04658.02329-.04658v-.32607a1.70333,1.70333,0,0,0-.396-.93166h0a1.89275,1.89275,0,0,0-.39595.93166,3.68809,3.68809,0,0,0,.37263,1.281Z' fill='%2324459c'/%3E %3Cpath d='M508.55708,21.93762c.04658-.23292.30278-.48912.30278-.88507v-.2562l-.02329-.04659-.02329-.04658L508.79,20.6566l-.0233-.04658-.02329-.04658-.02329-.04659-.02329-.04658-.0233-.04658-.02329-.04658-.02329-.04658-.0233-.04659-.02329-.04658-.02329-.02329-.02329-.02329-.0233-.02329-.02329-.02329-.02329-.02329-.02329-.02329-.0233-.02329h0a.9171.9171,0,0,0-.34937.65215.94994.94994,0,0,0,.163.65216A1.57527,1.57527,0,0,0,508.55708,21.93762Z' fill='%2324459c'/%3E %3Cpath d='M509.27911,20.0976h0l-.0233.0233v.11645l-.02329.02329v.06987l-.02329.0233v.04658l-.0233.04658v.37266a3.91308,3.91308,0,0,0,.37267.69874,4.7953,4.7953,0,0,0,.23291-.58228A1.91383,1.91383,0,0,0,509.27911,20.0976Z' fill='%2324459c'/%3E %3Cpath d='M507.78846,24.54624a.97255.97255,0,0,0,.13975.18634c.32608.30278.51241.27949.69874.20962,0,0-.51241-.163-.48912-.62887v-.37265l.0233-.04658v-.06988l.02329-.04658.02329-.02329v-.02329l.02329-.06988.0233-.04658.02329-.04658.02329-.04658.02329-.04658v-.18633a.9905.9905,0,0,0-.163-.8152,7.47123,7.47123,0,0,1-.48912,1.25773.02282.02282,0,0,1-.0233.0233v-.0233a7.47223,7.47223,0,0,1-.48911-1.25773.91287.91287,0,0,0-.163.8152,3.72206,3.72206,0,0,1,.32607.95494c.0233.46583-.48911.62887-.48911.62887.18633.06987.37266.09316.69873-.20962C507.71859,24.686,507.76517,24.61612,507.78846,24.54624Z' fill='%2324459c'/%3E %3Cpath d='M506.391,22.49661c.32608-.23291.396-.46583.34937-.62887h0v-.02329h0v-.02329h0v-.20962l-.02329-.04658-.02329-.04658-.02329-.04658-.0233-.04658-.02329-.04659v-.18632a4.03855,4.03855,0,0,1-.34937.46582.34112.34112,0,0,0-.04658.39595A.48258.48258,0,0,0,506.391,22.49661Z' fill='%2324459c'/%3E %3Cpath d='M507.13631,22.38015l.02329-.06987V22.0075h0v-.0233h0a2.05292,2.05292,0,0,1-1.0714.88507.54235.54235,0,0,0-.34937.396c.11645.06987.18633.20962.41924.20962a1.04865,1.04865,0,0,0,.76862-.62887v-.02329l.02329-.02329v-.02329l.02329-.02329V22.683l.02329-.04659v-.04658l.0233-.06987Z' fill='%2324459c'/%3E %3Cpath d='M505.13325,23.21864a1.26671,1.26671,0,0,0,.5357,0,.77182.77182,0,0,1,.30279-.44254,2.9889,2.9889,0,0,0,.37266-.163h0l-.02329-.0233h-.02329a3.23749,3.23749,0,0,0-.48912.23292A.912.912,0,0,0,505.13325,23.21864Z' fill='%2324459c'/%3E %3Cpath d='M504.83047,22.7994a5.02738,5.02738,0,0,0,.60557-.163,3.43605,3.43605,0,0,0,.58229-.2795h0v-.02329h0V22.287h0v-.396a5.21026,5.21026,0,0,0-.58229.396A2.01958,2.01958,0,0,0,504.83047,22.7994Z' fill='%2324459c'/%3E %3Cpath d='M504.155,23.66117a3.14571,3.14571,0,0,1,.60557-.30278c.20962-.06988.30279-.30279.51241-.51241h-.30279l-.06988.02329-.06987.02329-.06988.02329-.06987.02329-.06988.02329-.06987.02329h-.27951a1.24866,1.24866,0,0,0-.60557.41925C503.64261,23.49814,503.96869,23.5913,504.155,23.66117Z' fill='%2324459c'/%3E %3Cpath d='M503.4097,23.84751c-.0233.04658,0,.09316.06987.09316.163.02329.51241-.04658.60558.02329s.06987.13975.06987.23291a.51284.51284,0,0,1,.2795-.06987c.13975.02329.23291.09317.32607.34937h0v-.02329h0v-.02329h0V24.4065a.80594.80594,0,0,0-.34937-.25621c-.18633-.09316-.74532-.23291-.93165-.30278C503.54945,23.63788,503.45628,23.73105,503.4097,23.84751Z' fill='%2324459c'/%3E %3Cpath d='M504.29477,23.70776h.44256l.02329.02329h.04659a.417.417,0,0,0,.13975-.11646c.04658-.06987.23291-.34937.396-.39595a.62345.62345,0,0,1-.23292-.04658s-.163.04658-.30278.09316a2.75461,2.75461,0,0,1-.51244.44254Z' fill='%2324459c'/%3E %3Cpath d='M504.94692,24.05713a.4418.4418,0,0,0,.163.46582c.06988.04659.41925.163.62887-.27949,0,0-.37267.11646-.46583-.04658a.49052.49052,0,0,1,.163-.51241.85648.85648,0,0,1,.51241-.13975,1.13521,1.13521,0,0,0-.25621-.18633H505.669C505.48262,23.405,504.99351,23.73105,504.94692,24.05713Z' fill='%2324459c'/%3E %3Cpath d='M502.54792,27.085l.02329-.09317.02329-.09316v-.04659l.0233-.04658.02329-.04658.02329-.04658.02329-.04658.0233-.04658.02329-.04659.02329-.04658.0233-.04658.02329-.04658c.20962-.46583.74532-1.70027,1.8633-1.90989.09317-.02329-.11645-.27949-.23291-.27949a1.52037,1.52037,0,0,0-.39595.18633V24.127c0-.04658-.04658-.06988-.09317-.06988s-.30278,0-.39595.09317a8.282,8.282,0,0,0-.93165,1.677c-.23291.58229-.41924.76862-.67545.67545s-.396-.39595-.86177-.30279a.898.898,0,0,0-.46583.2795.29644.29644,0,0,0,.30279.163,1.98476,1.98476,0,0,1,.83849.23291,1.4241,1.4241,0,0,0,.76861.23291Z' fill='%2324459c'/%3E %3Cpath d='M506.01832,25.03536a.88849.88849,0,0,0-.396.559c1.23444-.11645,1.56052-1.677,1.56052-1.677l-.02329-.04658-.0233-.04658-.02329-.04659-.02329-.04658-.0233-.02329-.02329-.04658-.02329-.04658-.02329-.04658-.0233-.04659v-.02329l-.02329-.04658v-.23291a.98688.98688,0,0,0-.41924.41925,2.51147,2.51147,0,0,1-.74533.65215.93969.93969,0,0,0-.34936.46583c.58228,0,.97823-.62887,1.14127-.86178.163-.20962.27949-.23291.27949-.23291A1.47548,1.47548,0,0,1,506.01832,25.03536Z' fill='%2324459c'/%3E %3Cpath d='M507.113,29.43742c-.06987-.09317-.2562-.37266-.51241-.722l-.20962.32608.74533,1.04811.559-1.00153-.20962-.37266A5.001,5.001,0,0,1,507.113,29.43742Z' fill='%2324459c'/%3E %3Cpolygon points='504.202 25.99 505.995 28.506 506.205 28.18 506.065 27.993 505.925 27.784 505.785 27.597 505.646 27.388 505.506 27.201 505.366 26.992 505.296 26.899 505.25 26.829 505.18 26.736 505.11 26.642 505.063 26.549 504.994 26.479 504.947 26.386 504.877 26.316 504.83 26.247 504.784 26.177 504.737 26.107 504.691 26.06 504.667 26.014 504.621 25.944 504.598 25.897 504.574 25.874 504.551 25.827 504.528 25.804 504.504 25.781 504.504 25.781 504.784 25.571 503.899 25.222 503.899 26.2 504.202 25.99' fill='%2324459c'/%3E %3Cpath d='M500.475,23.405c.37266.34937.76861.5357.95494.30279.20963-.23292-.02329-.60558-.396-.93165l-.04658-.0233-.04658-.02329-.02329-.02329-.04659-.02329-.04658-.02329-.04658-.02329-.04658-.02329-.04658-.02329-.0233-.02329-.04658-.02329-.04658-.0233-.02329-.02329-.04658-.02329L500.475,22.45l-.04658-.02329-.02329-.02329h-.27951l-.0233.02329L500.079,22.45l-.02329.02329-.0233.02329C499.86942,22.70623,500.10233,23.0556,500.475,23.405Z' fill='%2324459c'/%3E %3Cpath d='M501.5231,26.99183c0-.11645-.09317-.13975-.18633-.13975a1.26562,1.26562,0,0,1-.65216-.13974h0a1.03016,1.03016,0,1,1,1.74684-.74532,1.25422,1.25422,0,0,1-.02329.18633c.04658-.09317.20962-.46583.25621-.5357a1.30324,1.30324,0,0,0-2.4223-.23292,2.47486,2.47486,0,0,1,.51241-1.16456,1.28855,1.28855,0,0,1,.58228-.2795c-.2562.04658-.559-.11645-.93165-.44253a1.35636,1.35636,0,0,1-.5357-.8152,1.64126,1.64126,0,0,1-.06987.76862,3.4443,3.4443,0,0,0-.34937,1.74684,2.91558,2.91558,0,0,0,.86177,1.51394,1.01061,1.01061,0,0,1,.163.37266s.722,0,.90836.02329C501.36006,27.10829,501.5231,27.085,501.5231,26.99183Z' fill='%2324459c'/%3E %3Cpath d='M504.64414,26.99183l-.09317.02329-.09316.02329-.09317.0233-.09316.02329-.09316.02329-.09317.02329-.09316.02329-.09316.02329-.09317.02329-.09316.02329-.09317.02329-.163.02329-.163.02329a3.38227,3.38227,0,0,1-.83849.04659.2954.2954,0,0,1-.02329.13974.2953.2953,0,0,1,.04658.13975,5.492,5.492,0,0,0,.86178-.04658,6.24711,6.24711,0,0,0,1.51393-.37266l-.163-.23291Z' fill='%2324459c'/%3E %3Cpath d='M505.59908,26.85208l.11645-.06987.11646-.06987.11646-.06988.11645-.09316.11646-.09317.11646-.09317.11645-.09316.11646-.11646.11646-.11645.11645-.11646.11646-.11646.11646-.13975.11645-.13974.09317-.13975.04658-.06987.04658-.06988.09316-.163a.62553.62553,0,0,1-.34937.02329c0,.02329-.04658.04658-.04658.06988a4.61062,4.61062,0,0,1-1.65368,1.53722l.163.23292Z' fill='%2324459c'/%3E %3Cpath d='M501.38335,27.17816h-.60558c-.18633.02329-.39595.06988-.41924.163s.04658.18633.13975.34937c.06987.09317.18633.04658.2562,0a2.69515,2.69515,0,0,0,.559-.32608C501.47652,27.31791,501.5231,27.20145,501.38335,27.17816Z' fill='%2324459c'/%3E %3Cpath d='M501.82589,27.481h0l-.0233-.02329h0c-.11645.04658-.5357.30279-.559.39595-.02329.11646.0233.18633.09317.20962a.6801.6801,0,0,0,.20962.04658.33369.33369,0,0,0,.2562-.11645c.04659-.06988.23292-.30279.2795-.34937C501.84918,27.57411,501.87247,27.50424,501.82589,27.481Z' fill='%2324459c'/%3E %3Cpath d='M501.87247,27.71386h0l-.02329.02329h0v.02329h0l-.0233.0233-.02329.02329h0v.02329h0c-.02329.02329,0,.09316.06987.06987a1.5398,1.5398,0,0,0,.51241-.13975c.163-.11645.2795-.32607.163-.39595A1.53817,1.53817,0,0,0,501.87247,27.71386Z' fill='%2324459c'/%3E %3Cpath d='M501.94234,27.10829h-.13975c-.06988.09316-.0233.18633.163.2562.163.06988.48911.13975.5357.06988a.94431.94431,0,0,0-.559-.32608Z' fill='%2324459c'/%3E %3Cpath d='M509.18594,22.49661a1.24409,1.24409,0,0,0,.30279-.34937.37587.37587,0,0,0-.04658-.39595,2.4325,2.4325,0,0,1-.34937-.46583v.18633l-.02329.04658-.0233.04658-.02329.04658-.02329.04659-.0233.04658v.20962h0v.02329h0v.02329h0C508.81328,22.03078,508.85986,22.2637,509.18594,22.49661Z' fill='%2324459c'/%3E %3Cpath d='M509.46544,22.846a2.29856,2.29856,0,0,1-1.0714-.88507h0v.02329h0v.13974h0v.13974l.02329.06988.02329.06987.02329.06988v.11645l.0233.02329v.04659l.02329.02329.02329.02329v.02329c.20962.34937.51241.62886.76862.62886.23291,0,.30278-.13974.41924-.20962C509.79151,23.24193,509.74493,22.91585,509.46544,22.846Z' fill='%2324459c'/%3E %3Cpath d='M510.467,23.21864a3.83171,3.83171,0,0,0-.5357-.51241,2.39866,2.39866,0,0,0-.48912-.23291h0l-.02329.02329h-.02329a3.34363,3.34363,0,0,1,.37266.163.77178.77178,0,0,1,.30279.44253C510.14088,23.28851,510.467,23.21864,510.467,23.21864Z' fill='%2324459c'/%3E %3Cpath d='M510.25734,22.287c-.13975-.11646-.58228-.396-.58228-.396v.37266h0v.04658h0v.02329h0a2.51014,2.51014,0,0,0,.60557.2795,5.02783,5.02783,0,0,0,.60558.163A3.24878,3.24878,0,0,1,510.25734,22.287Z' fill='%2324459c'/%3E %3Cpath d='M510.97937,22.98573l-.06987-.0233-.06988-.02329-.06987-.02329-.06988-.02329-.06987-.02329h-.27951c.20962.20962.30279.41925.51241.51241a3.14635,3.14635,0,0,1,.60558.30279c.18633-.06988.5124-.163.5124-.163a1.5009,1.5009,0,0,0-.60557-.41925h-.27951Z' fill='%2324459c'/%3E %3Cpath d='M511.11912,23.94067c-.11646.04658-.32608.163-.34937.2562v.0233h0v.02329h0v.02329h0c.09317-.23292.163-.30279.32608-.34937a.5128.5128,0,0,1,.27949.06987c0-.06987-.02329-.163.06988-.23291s.46582,0,.60557-.02329a.08532.08532,0,0,0,.09317-.09317.71581.71581,0,0,0-.13975-.20962C511.86444,23.68447,511.30545,23.82421,511.11912,23.94067Z' fill='%2324459c'/%3E %3Cpath d='M510.83962,23.89409h0l.04658-.02329.0233-.02329h.41927a3.36286,3.36286,0,0,0-.46583-.25621,2.97345,2.97345,0,0,0-.30279-.09316c-.09316.02329-.23291.04658-.23291.04658a.92442.92442,0,0,1,.39595.39595A.10354.10354,0,0,1,510.83962,23.89409Z' fill='%2324459c'/%3E %3Cpath d='M510.49025,24.523a.42225.42225,0,0,0,.18633-.46582c-.04658-.32608-.5357-.65216-.5357-.65216h-.02329a1.13521,1.13521,0,0,0-.25621.18633.81572.81572,0,0,1,.51241.13975.422.422,0,0,1,.163.51241c-.11646.18633-.46582.04658-.46582.04658C510.071,24.686,510.42038,24.54624,510.49025,24.523Z' fill='%2324459c'/%3E %3Cpath d='M514.96219,26.526a.76741.76741,0,0,0-.46583-.2795c-.44253-.09316-.60557.20962-.86178.30279s-.41924-.09317-.67544-.67545a7.82335,7.82335,0,0,0-.93166-1.677c-.09316-.09317-.34937-.09317-.39595-.09317s-.06987.02329-.09316.06988v.27949c-.09316-.04658-.2795-.18633-.39595-.18633-.09317-.02329-.32608.23291-.20962.27949,1.118.20962,1.65368,1.44406,1.8633,1.90989l.02329.04658.0233.04658.02329.04659.02329.04658.0233.04658.02329.04658.02329.04658v.04658l.02329.04659.0233.04658.02329.09316.02329.09317.02329.09317a1.50033,1.50033,0,0,0,.76862-.23292,1.69635,1.69635,0,0,1,.83849-.23291A.40043.40043,0,0,0,514.96219,26.526Z' fill='%2324459c'/%3E %3Cpath d='M508.97632,24.05713c.163.20962.559.83848,1.14127.86178a.93967.93967,0,0,0-.34937-.46583,2.51145,2.51145,0,0,1-.74532-.65216.987.987,0,0,0-.41924-.41924v.27949l-.0233.02329-.02329.04658v.04658l-.02329.04659-.0233.04658-.02329.02329-.02329.04658-.02329.04658-.04659.06988s.34937,1.56051,1.56052,1.677a.78765.78765,0,0,0-.396-.559c-.37266-.25621-.90836-.62887-.86178-1.21115C508.69682,23.82421,508.79,23.84751,508.97632,24.05713Z' fill='%2324459c'/%3E %3Cpath d='M508.53378,25.92043h0l-.04658-.04658-.02329-.02329-.02329-.02329-.0233-.02329-.02329-.02329-.02329-.02329-.02329-.04659-.0233-.04658-.02329-.04658-.02329-.04658-.02329-.04658-.04659-.06988-.04658-.06987-.04658-.06988-.02329-.04658-.0233-.04658-.02329-.04658-.02329-.04659-.02329-.04658-.0233-.04658-.02329-.04658-.02329-.04658-.0233-.02329-.02329-.0233-.02329-.02329v-.06987h0a4.34667,4.34667,0,0,1-.74532,1.04811c-.20962.18633-.69874.67545-.95495.93165a3.08607,3.08607,0,0,0,1.16457-.58228,1.41264,1.41264,0,0,0,.51241.163h.02329a1.41264,1.41264,0,0,0,.51241-.163,3.11774,3.11774,0,0,0,1.18786.58228A6.44916,6.44916,0,0,1,508.53378,25.92043Z' fill='%2324459c'/%3E %3Cpath d='M508.18441,26.526h-.37268a.99578.99578,0,0,1-.41924-.11646,1.87739,1.87739,0,0,0,.41924.60557h0c.13977-.02329.30281-.32608.37268-.48911Z' fill='%2324459c'/%3E %3Cpath d='M511.67811,26.19993l.02329-.95495-.88507.34937.2795.20963c-.13975.20962-2.35243,3.28407-2.63192,3.68l-1.3276-2.42229-.163.2562-1.18786,1.79343-.30279-.18633V29.88l.90836-.34937-.30279-.20962c.163-.23291.8152-1.21115,1.02482-1.53722l1.3276,2.37571,2.93471-4.12256Z' fill='%2324459c'/%3E %3Cpath d='M508.4872,27.73715h0l.0233.02329.02329.0233v.04658l.02329.02329v.02329l.02329.02329.0233.02329v.02329l.02329.02329.02329.02329.02329.04659.04659.04658.02329.04658.04658.04658.04658.04658.04658.04659.04659.04658.04658.04658.06987.11646.23292-.30279-.58229-.88507-.163-.25621-.58229,1.02482.20962.37266A4.05527,4.05527,0,0,1,508.4872,27.73715Z' fill='%2324459c'/%3E %3Cpath d='M509.79151,29.06476l-.20962-.32608-.23291.30279a1.5798,1.5798,0,0,1,.13975.20962l-.30279.20962.90836.34937v-.95494Z' fill='%2324459c'/%3E %3Cpath d='M515.12522,23.405c.37266-.34937.60558-.69874.396-.93165l-.0233-.02329-.02329-.02329-.02329-.0233-.02329-.02329h-.27952l-.04658.02329-.02329.0233-.0233.02329-.04658.02329-.0233.02329-.04658.02329-.04659.02329-.04658.02329-.02329.02329-.04659.02329-.04659.02329-.04658.0233-.04658.02329-.04658.02329-.04658.02329-.04658.02329c-.37267.34937-.60558.69874-.396.93165C514.35661,23.94067,514.72927,23.75434,515.12522,23.405Z' fill='%2324459c'/%3E %3Cpath d='M515.7308,22.68294a1.25547,1.25547,0,0,1-.5357.8152,1.304,1.304,0,0,1-.93165.44253,1.28855,1.28855,0,0,1,.58228.2795,2.09,2.09,0,0,1,.51241,1.16456,1.27838,1.27838,0,0,0-1.18786-.722,1.29977,1.29977,0,0,0-1.25772.95494c.04658.06988.20962.46583.2562.53571a1.25423,1.25423,0,0,1-.02329-.18634,1.0339,1.0339,0,0,1,1.02481-1.02481A1.01888,1.01888,0,0,1,515.1951,25.967a1.03612,1.03612,0,0,1-.30278.74533h0a1.26562,1.26562,0,0,1-.65216.13974c-.06988,0-.18633.02329-.18633.13975s.163.11646.163.11646c.163-.02329.90836-.02329.90836-.02329a.57637.57637,0,0,1,.163-.37266,3.09,3.09,0,0,0,.86178-1.51394,3.21548,3.21548,0,0,0-.34937-1.74685A2.61968,2.61968,0,0,1,515.7308,22.68294Z' fill='%2324459c'/%3E %3Cpath d='M509.62848,26.64246l.11645.06988.11646.06987.11645.06988.11646.06987.163-.23291a4.61075,4.61075,0,0,1-1.65368-1.53723c0-.02329-.0233-.04658-.04659-.06987a.61924.61924,0,0,1-.34937-.02329l.09317.163.04658.06988.04658.06987.11646.13975.11645.13975.11646.13975.11646.11645.11645.11646.11646.11646.11646.11645.11645.09317.11646.09316.11646.09317Z' fill='%2324459c'/%3E %3Cpath d='M512.26039,27.29462l-.163-.02329-.163-.02329-.09317-.02329-.09316-.0233-.09316-.02329-.09317-.02329-.09316-.02329-.09317-.02329-.09316-.02329-.09316-.02329-.09317-.02329-.09316-.02329-.09316-.02329-.09317-.0233-.163.23292a9.55639,9.55639,0,0,0,1.51394.37266,3.63477,3.63477,0,0,0,.86178.04658.2953.2953,0,0,1,.04658-.13975.29528.29528,0,0,1-.0233-.13974C512.81938,27.3412,512.53989,27.31791,512.26039,27.29462Z' fill='%2324459c'/%3E %3Cpath d='M514.72927,27.20145h-.48911c-.11646.0233-.09317.13975-.04659.20963a3.47543,3.47543,0,0,0,.559.32608c.06987.02329.20962.06987.2562,0,.09317-.13975.163-.23292.13975-.34937C515.10194,27.27133,514.9156,27.22475,514.72927,27.20145Z' fill='%2324459c'/%3E %3Cpath d='M514.05382,27.43437h-.02329c-.04658.02329-.02329.11645,0,.163a3.04228,3.04228,0,0,0,.2795.34937.33367.33367,0,0,0,.2562.11645.68.68,0,0,0,.20962-.04658c.06987-.02329.11646-.09317.09317-.20962A4.66285,4.66285,0,0,1,514.05382,27.43437Z' fill='%2324459c'/%3E %3Cpath d='M513.96066,28.01665h0l-.02329-.02329h0l-.0233-.02329-.02329-.02329-.02329-.02329h0V27.9002h0c-.18633-.20963-.37266-.25621-.46583-.163-.11645.06987,0,.30278.163.39595a1.04621,1.04621,0,0,0,.48912.13975.83533.83533,0,0,1-.09316-.25621Z' fill='%2324459c'/%3E %3Cpath d='M513.93737,27.085h-.20963c-.34937.09316-.44253.23291-.37266.32608s.37266.02329.5357-.06988c.163-.06987.20962-.163.163-.2562Z' fill='%2324459c'/%3E %3C/g%3E %3Cg%3E %3Cpath d='M523.71972,37.57886H490.879V71.42113h33.84228V37.57886Zm-.396,32.44479H492.27645V38.97633h31.04732Z' fill='%235c6774'/%3E %3Cpath d='M455.01035,37.57886V71.42113h33.84228V37.57886H455.01035Zm32.4448,32.44479H456.40783V38.97633h31.04732Z' fill='%235c6774'/%3E %3Cpath d='M459.10962,61.12637a1.2563,1.2563,0,0,0,.74533.32608,1.11474,1.11474,0,0,0,.95494-.60557,4.51264,4.51264,0,0,0,.09317-3.58687l-.04659-.06987-.04658-.06987-.02329-.06988-.02329-.06987-.04659-.06988-.04658-.04658-.04658-.04658-.02329-.06988-.04658-.04658-.04659-.04658-.04658-.04658-.04658-.04658-.06988-.04659-.04658-.04658-.04658-.04658-.04658-.02329-.06988-.0233-.04658-.04658-.04658-.02329-.06988-.02329-.06987-.02329-.06987-.02329-.06988-.02329-.06987-.0233-.06988-.02329-.06987-.02329h-.11646l-.06987-.02329H459.296l-.06988-.02329h-1.281v7.05727h1.16456Zm-.06987-4.0061h.11646a.732.732,0,0,1,.67544.48911,3.53227,3.53227,0,0,1,.23292,1.51394,1.71637,1.71637,0,0,1-.163.86178.42866.42866,0,0,1-.37266.30278q-.20962,0-.34937-.27949a1.71447,1.71447,0,0,1-.163-.76862v-2.1195Z' fill='%235c6774'/%3E %3Cpath d='M485.21918,55.86253s-2.4223,2.53876-2.60862,2.72509V56.11874h-1.14128V63.1993h1.14128V60.28788c.02329-.04658,1.49064-1.58381,1.65368-1.77014,0,.25621.163,4.65827.163,4.65827h1.16456l-.27949-7.40664Z' fill='%235c6774'/%3E %3Cpath d='M479.0004,56.67773l-.11645.11646-.11646.11645-.11646.11646-.11645.11646-.23292.2562-.11645.11646-.11646.11645-.11646.11646-.11645.11646-.11646.11645-.09317.09317-.09316.09316-.04658.04659-.04658.04658-.04659.04658-.04658.04658-.04658.04658-.02329.04659-.02329.02329-.02329.02329-.02329.02329v.04659l-.02329.02329h-.02329V56.11874h-1.14127V63.1993h1.14127V60.28788c.02329-.04658,1.49064-1.58381,1.65368-1.77014,0,.25621.163,4.65827.163,4.65827h1.16457l-.2795-7.40664-.09316.09317h0v.02329l-.02329.02329-.0233.02329-.02329.02329-.02329.02329-.02329.02329-.02329.02329-.02329.04658-.04658.04659-.04658.04658-.04659.04658-.04658.04658-.04658.04658-.09317.09317-.09316.09317-.09317.11645Z' fill='%235c6774'/%3E %3Cpath d='M472.17605,57.0271a4.06253,4.06253,0,0,0-.8152,2.65521,3.971,3.971,0,0,0,.88507,2.65521,3.31785,3.31785,0,0,0,2.58534,1.0714h.04658V62.17448h-.04658a2.027,2.027,0,0,1-1.677-.722l-.06988-.09317-.06987-.09316-.06988-.09317-.04658-.09316-.04658-.09317-.04658-.09316-.04659-.11646-.04658-.11646-.02329-.11645-.02329-.11646-.02329-.11646-.02329-.11645-.02329-.11646v-.39595a2.76533,2.76533,0,0,1,.5357-1.77014,2.11212,2.11212,0,0,1,1.70026-.722h.04658V55.9557h-.04658A3.26269,3.26269,0,0,0,472.17605,57.0271Z' fill='%235c6774'/%3E %3Cpath d='M462.53345,62.31423a1.60763,1.60763,0,0,0,1.49064,1.02482,1.75848,1.75848,0,0,0,1.56052-1.0714,6.92917,6.92917,0,0,0-.02329-5.28713l-.04658-.06988-.04659-.06987-.02329-.06988-.04658-.04658-.02329-.04658-.04659-.04658-.04658-.04658-.04658-.06988-.04658-.04658-.04659-.04658-.04658-.04658-.04658-.04659-.04659-.04658H464.979l-.04658-.04658-.04658-.04659-.04658-.02329-.04659-.02329-.04658-.02329-.04658-.02329-.06988-.02329-.04658-.02329-.04658-.0233-.06987-.02329L464.42,55.979l-.06987-.02329-.04658-.02329H464.257l-.06987-.02329-.06987-.02329h-.13975a1.61866,1.61866,0,0,0-1.44406,1.02482,5.75843,5.75843,0,0,0-.51241,2.63192A6.39,6.39,0,0,0,462.53345,62.31423Zm.81519-4.54181c.13975-.44253.37266-.67545.65216-.67545q.48912,0,.69874.69874a6.04668,6.04668,0,0,1,.20962,1.81673,6.11771,6.11771,0,0,1-.23291,1.88659l-.02329.04658-.02329.04659-.0233.04658h.02329l-.02329.04658-.02329.04658-.02329.04659-.02329.02329-.02329.04658-.02329.02329-.02329.04658-.02329.02329-.02329.02329-.02329.02329-.0233.0233-.02329.02329-.02329.02329-.02329.02329-.02329.02329-.02329.02329-.02329.02329-.02329.02329-.02329.02329-.02329.02329h-.0233l-.02329.02329-.02329.0233h-.02329l-.02329.02329h-.09316c-.2795,0-.48912-.23292-.65216-.69874a6.05643,6.05643,0,0,1-.23291-1.86331A8.631,8.631,0,0,1,463.34864,57.77242Z' fill='%235c6774'/%3E %3Cpath d='M468.77552,61.42916l-.02329-.04658-.04659-.04659-.06987-.09316-.04658-.06988-.04659-.09316-.04658-.09317-.04658-.09316-.04658-.11646-.04659-.11645-.02329-.11646-.02329-.11646-.02329-.11645-.02329-.11646-.02329-.11646v-.39595a2.76535,2.76535,0,0,1,.5357-1.77014,2.11216,2.11216,0,0,1,1.70027-.722h.06987V55.9557h-.06987a3.21377,3.21377,0,0,0-2.63192,1.0714,4.57253,4.57253,0,0,0,.06987,5.31042,3.31785,3.31785,0,0,0,2.58534,1.0714h.04658V62.17448h-.09317A2.11247,2.11247,0,0,1,468.77552,61.42916Z' fill='%235c6774'/%3E %3Cpolygon points='459.273 46.919 460.88 46.919 460.88 52.858 462.184 52.858 462.184 45.754 457.968 45.754 457.968 52.858 459.273 52.858 459.273 46.919' fill='%235c6774'/%3E %3Cpath d='M466.21347,52.9977a1.92633,1.92633,0,0,0,1.74685-1.0714,6.17484,6.17484,0,0,0,0-5.33371l-.06987-.04658-.04658-.06987-.04659-.06988-.04658-.04658-.04658-.06987-.04659-.04659v-.04658l-.04659-.04658-.04658-.04658-.04658-.04659-.04659-.04658-.04658-.04658-.04658-.04659-.04658-.04658-.06988-.04658h-.06987l-.04658-.04658-.04659-.02329-.06987-.02329-.04658-.0233-.06988-.02329-.06987-.02329-.04658-.02329-.06988-.02329-.06987-.02329-.06987-.02329-.06988-.02329-.02329.02329h-.2795a1.83659,1.83659,0,0,0-1.65368,1.0481,5.21768,5.21768,0,0,0-.58228,2.65521,5.71556,5.71556,0,0,0,.559,2.72509A1.83423,1.83423,0,0,0,466.21347,52.9977Zm-.722-5.56662c.163-.44253.396-.67545.722-.67545.34937,0,.60558.23292.76862.67545a5.27942,5.27942,0,0,1,.23291,1.81672,5.99,5.99,0,0,1-.2562,1.86331c-.163.46582-.41925.67545-.722.67545h-.11646l-.02329-.0233-.02329-.02329h-.04659l-.02329-.02329-.02329-.02329-.02329-.02329-.02329-.02329-.02329-.02329-.02329-.02329-.02329-.02329-.02329-.02329-.04659.06987v-.02329l-.02329-.0233-.02329-.02329-.02329-.02329-.02329-.02329-.02329-.04658-.0233-.02329-.02329-.02329-.02329-.04659-.02329-.04658-.02329-.02329v-.02329l-.02329-.04659-.02329-.04658v-.02329l-.02329-.04658a5.31446,5.31446,0,0,1-.2562-1.84A5.62856,5.62856,0,0,1,465.49144,47.43108Z' fill='%235c6774'/%3E %3Cpolygon points='476.764 52.858 478.069 52.858 478.069 46.919 479.163 46.919 479.163 45.754 475.67 45.754 475.67 46.919 476.764 46.919 476.764 52.858' fill='%235c6774'/%3E %3Cpath d='M470.52237,48.945a1.98689,1.98689,0,0,0,1.30431.46582h.95494v3.42382h1.30432V45.75411h-1.30432V48.223h-.69874a.99007.99007,0,0,1-.65215-.18633.49175.49175,0,0,1-.13975-.37267V45.7774h-1.30431v2.02634A1.48068,1.48068,0,0,0,470.52237,48.945Z' fill='%235c6774'/%3E %3Cpath d='M482.07486,49.38755h1.63039c.02329.13975.37266,3.47041.37266,3.47041h1.30431l-.60557-5.194v-.20962l-.02329-.06987v-.06988l-.02329-.04658v-.06987l-.02329-.04658-.0233-.06988-.02329-.04658-.02329-.04658-.02329-.04659-.02329-.04658-.02329-.04658-.02329-.04658-.02329-.04659-.02329-.04658-.02329-.04658-.0233-.04659-.02329-.04658-.02329-.04658-.02329-.04658-.04658-.04659-.02329-.04658-.02329-.02329-.04658-.04658-.02329-.02329-.04659-.04659-.04658-.04658-.04658-.02329-.02329-.04658-.04658-.04659a2.11852,2.11852,0,0,0-1.3509-.37266H480.724l-.23291,7.10385h1.30431A29.956,29.956,0,0,0,482.07486,49.38755Zm.02329-1.18786h0v-.06987h0v-.163l.02329-.04658v-.46583l.02329-.04658v-.39595l.02329-.02329v-.09317h.46583a.75766.75766,0,0,1,.69874.32608,2.23167,2.23167,0,0,1,.23291.95494l-1.46735.02329Z' fill='%235c6774'/%3E %3Cpath d='M501.68614,50.48224a1.557,1.557,0,0,1,.44253.51241c-.76861-.48912-1.23444-.18633-1.23444-.18633a1.122,1.122,0,0,0,.8152.93165,1.12826,1.12826,0,0,0-1.00153.2795,1.13847,1.13847,0,0,0,.95495.60557c-.60558.46583-.51241.8152-.51241.8152a1.19775,1.19775,0,0,0,1.04811-.163.93328.93328,0,0,0-.11646,1.16457,1.12222,1.12222,0,0,0,.90836-.62887c-.06987.60558.23292.76862.23292.76862a1.06737,1.06737,0,0,0,.559-.44254,1.04671,1.04671,0,0,0,.67545.51241.886.886,0,0,0,.04658-.74532c.396.11645.51241-.11646.51241-.11646a2.24393,2.24393,0,0,1-.396-.722,1.83193,1.83193,0,0,1-1.77014-.13975c-.23291-.27949.163-.97823.37267-1.49064a.80467.80467,0,0,0-.32608-1.02482l-.09317-.06987-.09316-.06988-.09316-.06987-.09317-.06988-.09316-.06987-.06988-.06988-.06988-.06987-.06987-.06987-.06988-.06988-.06987-.06987-.06988-.06987-.06987-.06988-.06988-.06987-.04658-.06988-.04658-.04658-.04658-.06987-.04658-.04658-.04658-.04659-.04659-.04658-.04658-.04658-.04658-.04659-.04658-.04658-.04658-.04658-.04659-.04658-.06987-.11646-.04658-.11646-.04658-.09316-.04659-.11646A2.12983,2.12983,0,0,0,501.68614,50.48224Z' fill='%235c6774'/%3E %3Cpath d='M503.89882,56.4914l-.0233-.02329-.02329-.02329-.02329-.02329-.0233-.02329-.02329-.02329-.02329-.0233-.02329-.02329.0233-.04658-.0233-.02329-.02329-.02329v-.02329l-.02329-.0233v-.02329l-.0233-.02329v-.04658a3.91615,3.91615,0,0,0,.67545,2.236,1.80165,1.80165,0,0,0,.11646-1.42077,1.03727,1.03727,0,0,1-.2795-.13975,2.11789,2.11789,0,0,1,.04658.8152S504.01527,57.44634,503.89882,56.4914Z' fill='%235c6774'/%3E %3Cpath d='M502.99045,56.37494h0l-.02329-.02329h0v-.02329l-.02329-.02329-.0233-.02329-.02329-.02329-.02329-.02329-.02329-.02329-.0233-.02329-.02329-.02329-.02329-.0233-.0233-.02329v-.02329h0c-.04658.559-.18633,2.02635.30279,2.49217,0,0,.32608-.2562.46583-2.399a1.989,1.989,0,0,1-.25621.32608,2.56081,2.56081,0,0,1-.163,1.16456c-.02327-.09317-.25618-.2795-.11644-1.30432Z' fill='%235c6774'/%3E %3Cpath d='M502.19855,57.77242a6.2265,6.2265,0,0,0,.41924-2.28255v-.163l-.06987.06987a.70785.70785,0,0,1-.163.11646h0v.02329h0v.559l-.02329.06987v.06988l-.0233.06987-.02329.06988-.02329.06987-.04658.163-.0233.09316-.02329.06988-.02329.06987-.02329.06988-.0233.06987-.02329.06988-.02329.06987-.02329.06988-.04659.06987-.04658.06988-.04658.04658-.04658.04658a4.19265,4.19265,0,0,1,.34937-1.8633c-.06988.02329-.11646.04658-.18633.06987-.46583.7919-1.04811,1.90989-.58229,2.74838C501.42993,58.44787,501.91905,58.215,502.19855,57.77242Z' fill='%235c6774'/%3E %3Cpath d='M500.7079,55.21038c0-.02329-.02329-.04658-.02329-.06988h0v-.163a5.12018,5.12018,0,0,1-1.77014,1.39748,4.38492,4.38492,0,0,1,1.79343-1.56052,1.08732,1.08732,0,0,1,.11646-.23291h-.04659a.73541.73541,0,0,1-.46582-.06988,9.5558,9.5558,0,0,0-1.58381,1.42077,3.0434,3.0434,0,0,0-.76862,1.72356,2.06932,2.06932,0,0,0,1.51394-.83849A7.12851,7.12851,0,0,1,500.7079,55.21038Z' fill='%235c6774'/%3E %3Cpath d='M500.079,54.32531c-.04658-.02329-.06988-.06988-.09317-.09317a7.8732,7.8732,0,0,1-2.09621,1.30432,2.50124,2.50124,0,0,1,.65215-.722,6.3804,6.3804,0,0,1,1.37419-.69874l.04658-.06988c0-.02329.02329-.04658.04658-.06987-.396.13974-1.74684.65215-2.18938.88507a3.01975,3.01975,0,0,0-1.42077,1.79343,2.63977,2.63977,0,0,0,1.677-.5357C498.82131,55.48987,499.70638,54.6048,500.079,54.32531Z' fill='%235c6774'/%3E %3Cpath d='M499.68309,53.92936a1.09388,1.09388,0,0,1-.46583-.13975,6.0461,6.0461,0,0,1-2.16609.60557,4.74231,4.74231,0,0,1,.7919-.44253,9.60019,9.60019,0,0,1,1.30432-.44254h0v-.04658h0V53.417h0c-.44254.09316-1.56052.23291-2.07293.37266a3.12414,3.12414,0,0,0-1.93318,1.53723,3.56108,3.56108,0,0,0,2.28255-.46583A14.77292,14.77292,0,0,1,499.68309,53.92936Z' fill='%235c6774'/%3E %3Cpath d='M496.4456,53.5567a17.12012,17.12012,0,0,0,2.88812-.41925,1.39661,1.39661,0,0,1,.27949-.2562h-.32609l-.0233-.02329h-.04658l-.02329-.02329a6.75515,6.75515,0,0,1-2.51547.27949,7.24343,7.24343,0,0,1,2.28255-.39595c-.11645-.06988-.20962-.13975-.20962-.13975-.62886.09317-2.07292.06988-2.63192.18633a6.50654,6.50654,0,0,0-1.88659.74532C494.18634,53.39366,494.97824,53.67315,496.4456,53.5567Z' fill='%235c6774'/%3E %3Cpath d='M493.67393,51.20427a6.91229,6.91229,0,0,0,2.21267.97824,10.88411,10.88411,0,0,0,2.81825.09316,1.34425,1.34425,0,0,1,.18633-.23291,11.54638,11.54638,0,0,1-2.6552-.37266,6.27093,6.27093,0,0,1,2.84153.23291h.37269a13.39415,13.39415,0,0,0-3.30737-.69874A6.36312,6.36312,0,0,0,493.67393,51.20427Z' fill='%235c6774'/%3E %3Cpath d='M495.42078,50.52882c1.09469.46583,3.16762.722,4.21572,1.18786l-.04658-.02329-.04658-.02329-.04658-.02329-.04658-.02329-.04658-.02329-.04659-.02329-.02329-.0233-.02329-.02329-.02329-.02329-.0233-.02329-.02329-.02329-.02329-.02329-.0233-.02329-.02329-.02329-.02329-.02329-.02329-.02329-.0233-.0233-.02329-.02329v-.20961h0a11.65419,11.65419,0,0,1-1.63039-.396,4.921,4.921,0,0,1-1.16457-.5357,5.52044,5.52044,0,0,1,1.18786.18633c.65216.18633.97824.30279,1.677.559a1.22656,1.22656,0,0,1,.559-.18634,29.05286,29.05286,0,0,0-2.88813-1.0481,9.45019,9.45019,0,0,0-3.14432-.5357C493.65064,49.13135,493.93013,49.9,495.42078,50.52882Z' fill='%235c6774'/%3E %3Cpath d='M499.194,50.20275h0l-.0233-.02329h0v-.0233l-.02329-.02329-.02329-.02329-.02329-.02329-.0233-.02329h0v-.02329h0c-.60557-.2795-.74532-.39595-1.0481-.5357a10.92589,10.92589,0,0,1-1.14128-.76861,5.76145,5.76145,0,0,1-.76861-.83849,4.79222,4.79222,0,0,1,1.23444.722c.41924.30279,1.0714.79191,1.6071,1.23444l-.18633-.58228c-.65216-.51241-1.58381-1.42077-1.8866-1.72356a7.24245,7.24245,0,0,0-2.02634-1.44406,3.03386,3.03386,0,0,0,.39595,1.93318A7.34926,7.34926,0,0,0,499.194,50.20275Z' fill='%235c6774'/%3E %3Cpath d='M503.78236,54.39518h0l-.02329.02329h0a4.122,4.122,0,0,0-.0233.93166,1.86477,1.86477,0,0,0,.44254,1.04811.855.855,0,0,0,.69874.30278,5.455,5.455,0,0,1-.30279-.81519,8.26505,8.26505,0,0,0-.25621-.83849c-.20961-.23291-.46582-.559-.53569-.65216Z' fill='%235c6774'/%3E %3Cpath d='M503.1302,54.698h0l-.02329-.02329h0a1.25658,1.25658,0,0,0-.20962.39595,1.4655,1.4655,0,0,0,0,.83849,1.85089,1.85089,0,0,0,.34937.5357,1.31456,1.31456,0,0,0,.34937-.58229,2.41194,2.41194,0,0,0,.02329-.69874,2.181,2.181,0,0,0-.09316-.37266.331.331,0,0,1-.13975.04659l-.04658.02329-.06988-.02329h0l-.13975-.13975Z' fill='%235c6774'/%3E %3Cpath d='M502.711,54.37189l-.0233.02329-.02329.02329-.04658.02329-.02329.0233-.04659.02329-.04658.02329-.04658.02329-.04658.02329-.04658.02329H502.315l-.04659.02329h-.163c-.7919.74532-.69874,1.04811-.69874,1.04811a1.40369,1.40369,0,0,0,1.04811-.34937.98178.98178,0,0,0,.34937-.5357.65918.65918,0,0,0-.04658-.39595Z' fill='%235c6774'/%3E %3Cpath d='M501.96564,54.53493h0l-.0233-.02329h0v-.02329h0v-.41924a2.51082,2.51082,0,0,0-.69874.32608.5835.5835,0,0,0-.27949.722c.58228.11645.90836-.46583,1.00153-.58229Z' fill='%235c6774'/%3E %3Cpath d='M501.8026,53.62657h-.65217l-.06987-.02329-.02329-.06988c-.34937.30279-.79191.34937-.93166.60558a.66283.66283,0,0,0,.65216.27949,1.583,1.583,0,0,0,1.0714-.58228.54818.54818,0,0,1,.04658-.18633h-.04658Z' fill='%235c6774'/%3E %3Cpath d='M501.17373,52.95112h0l.02329-.02329V52.858h0v-.04659l.02329-.02329v-.02329l.0233-.02329h0a2.62447,2.62447,0,0,0-.95495,0A1.15563,1.15563,0,0,0,499.194,53.58a.99572.99572,0,0,0,.7919.13975,1.7375,1.7375,0,0,0,1.02482-.58229v-.02329l.02329-.02329v-.04658l.0233-.02329v-.02329l.02329-.02329v-.02329l.02329-.0233Z' fill='%235c6774'/%3E %3Cpath d='M498.82131,52.36884a1.75425,1.75425,0,0,0,.90836.37266,2.26278,2.26278,0,0,0,1.14127-.2795l-.02329-.02329-.02329-.02329-.0233-.02329-.02329-.02329-.02329-.02329-.0233-.02329h0l-.0233-.0233-.02329-.02329-.02329-.02329-.0233-.02329-.02329-.02329-.02329-.02329-.02329-.02329-.0233-.02329-.02329-.02329-.04658-.06988a1.5551,1.5551,0,0,0-1.16457-.09316A.9029.9029,0,0,0,498.82131,52.36884Z' fill='%235c6774'/%3E %3Cpath d='M499.93929,51.64681a1.62429,1.62429,0,0,0,1.04811.04658h.25622a1.43225,1.43225,0,0,1-.41924-.69874,1.72429,1.72429,0,0,1-.76862-.02329.97345.97345,0,0,0-.81519.11646A.90324.90324,0,0,0,499.93929,51.64681Z' fill='%235c6774'/%3E %3Cpath d='M500.75449,50.73845l.06987-.04659a1.09192,1.09192,0,0,1,.39595-.11645,10.743,10.743,0,0,0-1.02481-.74532,4.98781,4.98781,0,0,0-1.30432-.5357,4.13276,4.13276,0,0,0,.62887,1.09469A1.2586,1.2586,0,0,0,500.75449,50.73845Z' fill='%235c6774'/%3E %3Cpath d='M501.38335,50.38908l-.02329-.04659-.02329-.04658-.0233-.04658-.02329-.04658-.02329-.04659-.02329-.04658-.0233-.04658-.02329-.04659-.02329-.04658-.02329-.04658-.0233-.04658-.02329-.04659-.02329-.04658-.0233-.04658L501.034,49.667l-.02329-.04658a8.44568,8.44568,0,0,0-.32608-1.0714,1.95063,1.95063,0,0,0-1.118-.93165,2.03311,2.03311,0,0,0,.163,1.35089A3.89959,3.89959,0,0,0,501.38335,50.38908Z' fill='%235c6774'/%3E %3Cpath d='M504.52768,54.81443l-.09316-.0233a.87712.87712,0,0,1-.2795-.09316,1.46863,1.46863,0,0,1,.37266.83849c.163.7919.30279.81519.30279.81519.11646-.27949.32608-.7919.58228-1.30431a1.05058,1.05058,0,0,0,.04659-.90836h-.06988l-.0233-.02329h-.04658l-.02329-.0233h-.0233l-.02329-.02329h-.02329l-.02329-.02329-.0233-.02329-.02329-.02329-.02329-.02329v.02329a.50475.50475,0,0,1-.41925.18633v.13975a1.06022,1.06022,0,0,1-.11645.48912Z' fill='%235c6774'/%3E %3Cpath d='M499.45017,49.31768l.13975.06987c.13975.06987.30279.13975.41925.18633a2.637,2.637,0,0,1-.39595-.5357c-.06988-.13975-.11646-.2795-.163-.39595l-.04658-.13975a11.57618,11.57618,0,0,1-1.21115-1.0714,3.9456,3.9456,0,0,1-1.00153-1.58381,3.47923,3.47923,0,0,1,.88507.8152c.46583.58228.93165,1.18785,1.3509,1.70026l-.02329-.18633v-.27949h0a20.47338,20.47338,0,0,0-1.30432-2.21268,12.56605,12.56605,0,0,0-1.70027-1.88659,3.97625,3.97625,0,0,0,.163,2.60862A7.66058,7.66058,0,0,0,499.45017,49.31768Z' fill='%235c6774'/%3E %3Cpath d='M519.55057,51.08782a12.39062,12.39062,0,0,0-3.30737.69874h.34939a6.69718,6.69718,0,0,1,2.84155-.23292,11.54655,11.54655,0,0,1-2.65521.37266,1.63193,1.63193,0,0,1,.18633.23292,10.88374,10.88374,0,0,0,2.81825-.09317,7.222,7.222,0,0,0,2.21267-.97823C521.50705,51.08782,520.69185,51.01794,519.55057,51.08782Z' fill='%235c6774'/%3E %3Cpath d='M515.89384,50.71516a.95859.95859,0,0,1,.58228.18633,10.88288,10.88288,0,0,1,1.677-.559,5.73815,5.73815,0,0,1,1.18786-.18633,4.921,4.921,0,0,1-1.16457.5357,11.65419,11.65419,0,0,1-1.63039.396h0v.18632l-.02329.02329v.0233l-.02329.02329-.0233.02329-.02329.02329-.02329.02329-.09317-.02329-.02329.02329-.02329.0233-.02329.02329-.0233.02329-.02329.02329-.02329.02329-.0233.02329-.06986.06988-.04659.02329-.04658.02329-.04659.02329-.04658.02329c1.04811-.46583,3.09774-.722,4.21573-1.18786,1.49064-.60557,1.77014-1.39747,1.77014-1.39747a8.79169,8.79169,0,0,0-3.14433.5357C517.827,49.94654,516.40624,50.48224,515.89384,50.71516Z' fill='%235c6774'/%3E %3Cpath d='M516.91866,49.13135l-.18633.58228c.5357-.44254,1.18786-.93165,1.6071-1.23444a4.95676,4.95676,0,0,1,1.25773-.722,5.76145,5.76145,0,0,1-.76861.83849,8.17921,8.17921,0,0,1-1.14128.76861c-.30278.163-.44253.2562-1.04811.5357h0l-.02329.02329-.02329.02329-.02329.02329-.0233.02329-.02329.02329v.02329h0a7.50928,7.50928,0,0,0,4.02939-2.30584,3.03386,3.03386,0,0,0,.396-1.93317,7.72211,7.72211,0,0,0-2.04963,1.44406A22.4447,22.4447,0,0,1,516.91866,49.13135Z' fill='%235c6774'/%3E %3Cpath d='M515.59105,49.57388a2.28747,2.28747,0,0,1,.41924-.18633l.13975-.06987a8.08707,8.08707,0,0,0,2.91141-2.91142,3.8284,3.8284,0,0,0,.163-2.60862,12.56651,12.56651,0,0,0-1.70026,1.88659,15.79782,15.79782,0,0,0-1.30431,2.21268v.2562l-.0233.18633c.396-.51241.88507-1.118,1.32761-1.70026a3.479,3.479,0,0,1,.88507-.8152,4.21378,4.21378,0,0,1-1.00152,1.58381,11.57751,11.57751,0,0,1-1.21116,1.0714l-.04658.13975a2.01586,2.01586,0,0,1-.163.39595A4.82234,4.82234,0,0,1,515.59105,49.57388Z' fill='%235c6774'/%3E %3Cpath d='M501.29019,55.39671c.02329-.04658.04658-.11646.06987-.163a1.12838,1.12838,0,0,1-.41924.06987h-.0233l-.04658.04659-.04658.04658-.04658.04658-.04658.06987-.06988.06988-.06987.06987-.06988.06988-.06987.06987-.06988.06988-.06987.06987-.06988.06988-.06987.06987-.06988.09317-.06987.09316-.06988.09317-.06987.09316-.04658.09317-.04658.09317-.04659.09316-.04658.09317-.04658.09316-.04658.11646-.04658.09316-.04659.11646-.02329.11646-.02329.11645-.02329.11646-.0233.11646v.46582a2.74372,2.74372,0,0,0,1.39748-1.02481,8.54936,8.54936,0,0,1,.8152-1.3509.7675.7675,0,0,1-.32608,0l-.09316-.02329a4.344,4.344,0,0,1-1.18786,1.46735A3.54236,3.54236,0,0,1,501.29019,55.39671Z' fill='%235c6774'/%3E %3Cpath d='M513.72775,49.55059l-.06988.06987-.06987.06988-.06988.06987-.06987.06987-.06988.06988-.06987.06987-.06988.06988-.06987.06987-.09316.06987-.09317.06988-.09316.06987-.09317.06987-.09316.06988a.80467.80467,0,0,0-.32608,1.02482c.20962.51241.60558,1.21114.37267,1.49064a1.832,1.832,0,0,1-1.77014.13975,2.24393,2.24393,0,0,1-.396.722s.11646.23291.51241.11645a1.0022,1.0022,0,0,0,.04658.74533.90026.90026,0,0,0,.65216-.51241,1.06732,1.06732,0,0,0,.559.44253s.30279-.163.23291-.76861a1.17619,1.17619,0,0,0,.90836.62886.93325.93325,0,0,0-.11645-1.16456,1.19775,1.19775,0,0,0,1.04811.163s.11645-.34937-.51241-.8152a1.13845,1.13845,0,0,0,.95494-.60557,1.17183,1.17183,0,0,0-1.00152-.2795,1.15376,1.15376,0,0,0,.81519-.93165s-.46582-.30279-1.23444.18633a2.02694,2.02694,0,0,1,.44254-.51241,2.21329,2.21329,0,0,0,.559-1.97976l-.04659.11645-.04658.09317-.04658.11646-.06987.11645-.04659.04659-.04658.04658-.04658.04658-.04658.04658-.04658.04659-.04659.04658-.04658.04658-.04658.04659-.04658.06987-.04658.04658Z' fill='%235c6774'/%3E %3Cpath d='M511.14241,56.88735a1.80163,1.80163,0,0,0,.11646,1.42077,3.916,3.916,0,0,0,.67544-2.236V56.142l-.02329.02329v.02329l-.02329.02329v.02329l-.02329.02329-.0233.02329-.02329.0233-.02329.02329-.0233.02329-.02329.02329-.02329.02329-.02329.02329-.0233.02329c-.13975.95494-.32607,1.09469-.32607,1.09469a2.05169,2.05169,0,0,1,.04658-.81519A.44271.44271,0,0,1,511.14241,56.88735Z' fill='%235c6774'/%3E %3Cpath d='M512.09736,56.11874c.11645,2.1428.46582,2.399.46582,2.399.48912-.46583.34937-1.93318.30279-2.49217h0v.02329l-.02329.02329-.0233.02329-.02329.02329-.02329.02329-.02329.02329-.0233.02329-.02329.02329-.02329.02329-.0233.0233v.02329h0c.163,1.02481-.09316,1.21114-.09316,1.21114a2.561,2.561,0,0,1-.163-1.16456C512.28369,56.37494,512.16723,56.2352,512.09736,56.11874Z' fill='%235c6774'/%3E %3Cpath d='M513.23863,55.53646h0a1.01266,1.01266,0,0,1-.163-.13975l-.06987-.06987v.163a6.32918,6.32918,0,0,0,.41924,2.28255,2.07609,2.07609,0,0,0,.76861.67545c.46583-.83849-.09316-1.95647-.58228-2.74837-.06987-.0233-.11646-.04659-.18633-.06988a4.19267,4.19267,0,0,1,.34937,1.86331l-.04658-.04659-.04658-.04658-.04659-.06987-.02329-.06988-.04658-.06987-.02329-.06988-.0233-.06987-.02329-.06988-.02329-.06987-.02329-.06988-.0233-.06987-.02329-.09317-.04658-.163-.02329-.06988-.0233-.06987-.02329-.06988v-.06987l-.02329-.06988V55.583h0l-.02328-.04658Z' fill='%235c6774'/%3E %3Cpath d='M515.31156,54.46506a.93779.93779,0,0,1-.46583.06987h-.04658a.54843.54843,0,0,1,.11645.23291,4.38508,4.38508,0,0,1,1.79344,1.56052,5.12007,5.12007,0,0,1-1.77015-1.39748h0v.11646h0a.115.115,0,0,1-.02329.06987,9.67086,9.67086,0,0,1,1.281,1.56052,2.06938,2.06938,0,0,0,1.51394.83849,2.97755,2.97755,0,0,0-.76861-1.72356C516.40624,55.32684,515.77738,54.81443,515.31156,54.46506Z' fill='%235c6774'/%3E %3Cpath d='M517.78044,54.861c-.44254-.23291-1.79344-.74532-2.16609-.88507.02329.02329.02329.04658.04658.06987l.04659.06988a6.25013,6.25013,0,0,1,1.35089.69874,2.50136,2.50136,0,0,1,.65216.722,7.87287,7.87287,0,0,1-2.09622-1.30432c-.02329.0233-.04659.06988-.09317.09317.37267.27949,1.25773,1.16457,2.00306,1.77014a2.45922,2.45922,0,0,0,1.677.5357A3.11983,3.11983,0,0,0,517.78044,54.861Z' fill='%235c6774'/%3E %3Cpath d='M518.47918,53.76632c-.51241-.163-1.63039-.2795-2.07293-.37266V53.417h0v.04658h0v.04658h0a9.59974,9.59974,0,0,1,1.30432.44254,3.82736,3.82736,0,0,1,.7919.44253,5.608,5.608,0,0,1-2.16609-.60557,1.09386,1.09386,0,0,1-.46583.13974,14.06466,14.06466,0,0,1,2.236.93166,3.561,3.561,0,0,0,2.28255.46582A2.986,2.986,0,0,0,518.47918,53.76632Z' fill='%235c6774'/%3E %3Cpath d='M516.87207,52.4853a.86465.86465,0,0,1-.20962.13974,7.21768,7.21768,0,0,1,2.25926.396,6.77264,6.77264,0,0,1-2.51546-.2795l-.02329.02329h-.04659l-.02329.02329h-.34939a2.9505,2.9505,0,0,1,.30278.25621,14.629,14.629,0,0,0,2.88812.41924,5.988,5.988,0,0,0,2.25926-.163,7.2383,7.2383,0,0,0-1.88659-.74532A25.93254,25.93254,0,0,1,516.87207,52.4853Z' fill='%235c6774'/%3E %3Cpath d='M511.93432,54.51164h0l-.0233-.02329h0a3.86393,3.86393,0,0,0-.46582.74532c-.09317.27949-.18633.62886-.23291.83849a4.21888,4.21888,0,0,1-.30279.81519.855.855,0,0,0,.69874-.30279,1.80193,1.80193,0,0,0,.44253-1.0481c-.06987-.37267-.06987-.74533-.11645-1.02482Z' fill='%235c6774'/%3E %3Cpath d='M512.58647,54.58151h0l-.02329.02329h0l-.04658.02329-.06988-.02329a.331.331,0,0,0-.13975-.04658,2.89676,2.89676,0,0,0-.09316.37266,1.37355,1.37355,0,0,0,.37266,1.281,1.85074,1.85074,0,0,0,.34937-.5357,1.29052,1.29052,0,0,0,0-.83848C512.72622,54.81443,512.65635,54.65139,512.58647,54.58151Z' fill='%235c6774'/%3E %3Cpath d='M513.47154,54.6048h-.163l-.04658-.02329h-.04658l-.04659-.02329-.04658-.02329-.04658-.02329-.04658-.02329-.04658-.02329-.04659-.02329-.02329-.02329-.04658-.02329-.02329-.02329-.0233-.0233a.53919.53919,0,0,0-.04658.396.98178.98178,0,0,0,.34937.5357,1.34987,1.34987,0,0,0,1.02482.34937s.09316-.30279-.69874-1.04811Z' fill='%235c6774'/%3E %3Cpath d='M513.72775,54.37189h0l-.0233.02329v.06988h0v.02329h0a1.20921,1.20921,0,0,0,1.14128.60557.58569.58569,0,0,0-.27949-.722,2.24476,2.24476,0,0,0-.69874-.32608v.30279l-.13975.02329Z' fill='%235c6774'/%3E %3Cpath d='M514.40319,53.60328h-.69874a1.04712,1.04712,0,0,1,.04659.18633,1.49739,1.49739,0,0,0,1.0714.58228.6208.6208,0,0,0,.65215-.27949c-.13975-.2795-.58228-.32608-.93165-.60558l-.02329.06988-.06988.02329h-.02329Z' fill='%235c6774'/%3E %3Cpath d='M514.31,52.78808h0l.02329.02329.0233.02329v.04659h0v.06987h0v.02329l.02329.02329V53.021l.02329.02329.02329.02329v.02329l.0233.0233v.04658l.02329.02329h0a1.60757,1.60757,0,0,0,1.02482.58228.89878.89878,0,0,0,.7919-.13975,1.19774,1.19774,0,0,0-1.09469-.83848,1.89412,1.89412,0,0,0-.88508,0Z' fill='%235c6774'/%3E %3Cpath d='M514.84573,52.34555l-.02329.02329-.02329.02329-.0233.02329-.02329.02329-.02329.02329-.0233.02329a2.19481,2.19481,0,0,0,1.14128.2795,1.75425,1.75425,0,0,0,.90836-.37266,1.05135,1.05135,0,0,0-.58229-.46583,1.56362,1.56362,0,0,0-1.16456.09317l-.04659.06987-.02329.02329-.02329.02329-.02329.02329-.0233.02329-.02329.02329-.02329.0233-.0233.02329-.02329.02329.0699.06988Z' fill='%235c6774'/%3E %3Cpath d='M514.40319,51.62352h.25622a1.62432,1.62432,0,0,0,1.04811-.04659.92491.92491,0,0,0,.722-.65215.97346.97346,0,0,0-.81519-.11646,1.71517,1.71517,0,0,1-.76861.02329A1.53348,1.53348,0,0,1,514.40319,51.62352Z' fill='%235c6774'/%3E %3Cpath d='M516.05687,50.38908a3.29031,3.29031,0,0,0,.62887-1.09469,5.3321,5.3321,0,0,0-1.30431.5357,8.41213,8.41213,0,0,0-1.02482.74532.84631.84631,0,0,1,.396.11645l.06987.04659A1.226,1.226,0,0,0,516.05687,50.38908Z' fill='%235c6774'/%3E %3Cpath d='M514.47307,49.9l-.02329.04658-.0233.04658-.02329.04659-.02329.04658-.0233.04658-.02329.04659L514.31,50.226l-.02329.04658-.0233.04658-.02329.04659-.02329.04658a3.89946,3.89946,0,0,0,1.65368-1.42077,2.03314,2.03314,0,0,0,.163-1.3509,1.95071,1.95071,0,0,0-1.118.93166,8.44525,8.44525,0,0,0-.32607,1.0714l-.02329.04658-.0233.06987-.02329.04659-.02329.04658Z' fill='%235c6774'/%3E %3Cpath d='M510.467,53.90607h0l-.04658.02329-.02329.02329-.02329.02329-.0233.02329h-.02329l-.02329.02329h-.02329l-.0233.02329h-.04658l-.0233.02329h-.09317a1.05059,1.05059,0,0,0,.04659.90836,9.1978,9.1978,0,0,1,.58228,1.30432s.13975-.02329.30279-.8152a1.64425,1.64425,0,0,1,.37266-.83849,1.57021,1.57021,0,0,1-.2795.09317l-.09316.02329-.04658-.09316a1.06014,1.06014,0,0,1-.11646-.48912v-.13975A.3743.3743,0,0,1,510.467,53.90607Z' fill='%235c6774'/%3E %3Cpath d='M516.10346,58.05192v-.34937l-.02329-.11646-.0233-.11646-.02329-.11645-.04658-.11646-.04659-.11645-.04658-.09317-.04659-.11646-.04659-.09316-.04658-.09317-.04659-.09316-.04658-.09317-.06987-.09316-.04659-.09317-.06987-.09317-.06987-.09316-.06987-.09317-.06987-.06987-.06987-.06988-.06987-.06987-.06988-.06988-.06987-.06987-.06987-.06988L514.869,55.583l-.06987-.06987-.04659-.06988-.04658-.04658v-.04657l-.04658-.04659h-.02329a1.1284,1.1284,0,0,1-.41925-.06987,1.33624,1.33624,0,0,1,.09317.163c1.30431,1.23444,1.18785,1.84,1.18785,1.84A4.34383,4.34383,0,0,1,514.31,55.76937l-.09317.02329a.76959.76959,0,0,1-.32607,0,8.55041,8.55041,0,0,1,.81519,1.3509,2.65589,2.65589,0,0,0,1.39748,1.02481Z' fill='%235c6774'/%3E %3Cpath d='M507.57884,45.35815h-.53572c0,.09317.34937.163.76861.163s.76862-.06987.76862-.163-.34937-.163-.76862-.163h-.23289Z' fill='%235c6774'/%3E %3Cpath d='M504.7373,46.33639h-.30281c0,.04658.23292.09316.51241.09316s.48912-.04658.48912-.09316-.23291-.09317-.48912-.09317h-.11646l-.09314.09317Z' fill='%235c6774'/%3E %3Cpath d='M507.78846,46.0336h.0233a.15576.15576,0,0,0-.163-.13975c-.06988,0-.163.06988-.163.13975C507.64871,45.96373,507.71859,46.0336,507.78846,46.0336Z' fill='%235c6774'/%3E %3Cpath d='M506.554,44.24017v.163l.0233.04658V44.543l.02329.04658.02329.04658.02329.04659.0233.04658.02329.04658.02329.04659.02329.04658.0233.04658.02329.04658.02329.04659.0233.04658.02329.04658.02329.04659.02329.04658.0233.04658.02329.04658.02329.06988a1.51783,1.51783,0,0,1,.34937-.11646,3.977,3.977,0,0,0-.30279-1.281.25139.25139,0,0,0-.2562,0c-.09317.02329-.20962.09316-.20962.18633v.06987l0,.02329Z' fill='%235c6774'/%3E %3Cpath d='M507.43909,45.2417h.18634a9.87617,9.87617,0,0,0-.23291-1.09469c-.06988-.20963-.163-.37267-.30279-.41925a3.37981,3.37981,0,0,1,.163.60558A6.28912,6.28912,0,0,1,507.43909,45.2417Z' fill='%235c6774'/%3E %3Cpath d='M506.228,46.49943h.559l.04659-.02329h.04658l.04658-.02329.04658-.02329.04658-.0233.04659-.02329.04658-.02329.04658-.02329a.98276.98276,0,0,0,.37266-.48912,1.327,1.327,0,0,0-.81519.20963.7747.7747,0,0,0-.48913.44253Z' fill='%235c6774'/%3E %3Cpath d='M504.38793,46.5693h-.02329l-.02329-.02329h-.0233l-.02329-.02329h-.02329c.04658,1.0714.7919,1.14127.7919,1.14127v-.23291a2.56054,2.56054,0,0,0,.69874.37266.56519.56519,0,0,0-.04658-.23291.68.68,0,0,0,.32607.11646,1.07414,1.07414,0,0,0-.11645-.32608.41414.41414,0,0,0,.30279.18633.96729.96729,0,0,0-.0233-.30279.93865.93865,0,0,0,.60558.39595.57763.57763,0,0,0,.60557-.163,1.20124,1.20124,0,0,1-.76861-.34937.47082.47082,0,0,0,.27949-.23291.39452.39452,0,0,0-.2562-.11646.51724.51724,0,0,0,.27949-.27949,7.15189,7.15189,0,0,1-1.70026.18633h-.32608l-.04658-.02329h-.04658l-.04658-.02329h-.04658l-.04659-.02329-.04658-.0233h-.04658l-.04658-.02329h-.04658l-.04658-.02329h-.0233l-.04658-.02329-.02329-.02329h.09317l-.0233-.02329-.04658.09316Zm1.18786.34937v.04658s-.62887,0-.65216.32608a.5098.5098,0,0,1-.18633-.32608C504.7373,46.942,505.17984,46.96525,505.57579,46.91867Z' fill='%235c6774'/%3E %3Cpath d='M503.992,46.82551a1.23494,1.23494,0,0,0,.34937.39595l-.02329-.02329-.0233-.02329-.02329-.04659v-.04658l-.02329-.04658v-.51241C503.89882,46.52272,503.89882,46.63918,503.992,46.82551Z' fill='%235c6774'/%3E %3Cpath d='M504.31806,47.33792c-.163-.06988-.5357-.18634-.62887-.51241a.79291.79291,0,0,0-.34937-.02329.52463.52463,0,0,0-.32608.18633.62266.62266,0,0,0,.20963.81519.85911.85911,0,0,1,1.02481-.02329,1.6106,1.6106,0,0,1,.41925-.13975v-.02329h-.0233v-.02329l-.02329-.02329-.02329-.02329h-.0233v-.02329L504.551,47.501l-.02329-.02329-.02329-.02329-.0233-.0233-.02329-.02329h-.02329l-.02329-.02329h-.0233l-.02329-.02329h-.02329l-.0233-.02329-.02329-.02329.16307.11645-.0233-.02329-.02329-.02329-.02329-.02329-.0233-.02329-.02329-.02329h-.02329v.02329Zm-.58229.04658h0l-.02329.02329v.02329h-.02329v.02329h-.0233v.02329h-.02329V47.501H503.596v.02329h-.04659l-.02329.0233h-.02329a.12478.12478,0,0,1-.11646-.11646.11.11,0,0,1,.11646-.11646c.163-.06987.23292,0,.23292.06988Z' fill='%235c6774'/%3E %3Cpath d='M505.08667,48.10653h0l-.02329-.02329-.0233-.02329h-.02329l-.02329-.02329-.02329-.02329-.0233-.0233-.02329-.02329-.02329-.04658-.02329-.02329-.0233-.02329-.02329-.02329V47.827l-.02329-.02329v-.0233h-.0233v-.04658h0v-.02329h0a.80273.80273,0,0,0-.65215.37266c-.18633.25621.06987.65216.06987.65216C504.34135,48.10653,505.08667,48.10653,505.08667,48.10653Z' fill='%235c6774'/%3E %3Cpath d='M506.57732,48.57236a4.45157,4.45157,0,0,1-.44254-.74533c-.06987,0-.163-.04658-.23291-.04658v.20962h-.18634a4.1261,4.1261,0,0,1,.51241.41925,2.96309,2.96309,0,0,1,.396.58228A3.2514,3.2514,0,0,1,506.57732,48.57236Z' fill='%235c6774'/%3E %3Cpath d='M505.5525,48.36273a1.45021,1.45021,0,0,1,.39595.396.72413.72413,0,0,0-.37266-.69874h-.0233l-.02329-.02329h-.04659l-.02329-.0233h-.04658l-.0233-.02329-.04658-.02329-.04658-.02329-.04658-.02329-.04658-.02329h-.30281C505.08667,47.99007,505.38946,48.26957,505.5525,48.36273Z' fill='%235c6774'/%3E %3Cpath d='M505.13325,45.40474h0l-.02329-.02329h-.04658c-.06988,0-.20962.04658-.20962.163a.30914.30914,0,1,0,.46582,0h0l-.18633-.13974Z' fill='%235c6774'/%3E %3Cpath d='M504.52768,46.24322a1.353,1.353,0,0,0,.23291-.02329v-.27949l-.02329-.04658V45.5212h0a.41721.41721,0,0,0-.30279-.09316.1269.1269,0,0,0-.11645.163C504.17831,45.70752,504.50439,46.17335,504.52768,46.24322Z' fill='%235c6774'/%3E %3Cpath d='M505.24971,45.54448h0l-.02329.0233v.2562l-.0233.04658v.37266c.18633,0,.163,0,.23292.02329a7.40866,7.40866,0,0,0,.396-.62887.12692.12692,0,0,0-.11646-.163c-.23291-.04657-.37265-.02328-.46582.06988Z' fill='%235c6774'/%3E %3Cpolygon points='504.807 45.218 505.017 45.218 505.017 44.916 505.25 44.916 505.25 44.729 505.017 44.729 505.017 44.473 504.807 44.473 504.807 44.729 504.574 44.729 504.574 44.916 504.807 44.916 504.807 45.218' fill='%235c6774'/%3E %3Cpath d='M502.29171,46.47614h0v-.13975h0a.87328.87328,0,0,0,0-.34937c-.18633.06987-.30279.11646-.5357.51241C501.7793,46.47614,502.17526,46.24322,502.29171,46.47614Z' fill='%235c6774'/%3E %3Cpath d='M502.45475,46.33639a1.18343,1.18343,0,0,0,.18633.76861h0v-.02329h0v-.37266l.02329-.04658v-.04658l.0233-.04658.02329-.04659.02329-.04658v-.04658a1.28582,1.28582,0,0,0-.06987-.88507,1.20874,1.20874,0,0,1-.163-.67545,1.30418,1.30418,0,0,0-.34937.163,1.45817,1.45817,0,0,0,.20962.69874A1.01423,1.01423,0,0,1,502.45475,46.33639Z' fill='%235c6774'/%3E %3Cpath d='M502.66437,45.00878h0a.4594.4594,0,0,0,.25621,0,2.09259,2.09259,0,0,0,.51241-.32607.36359.36359,0,0,1,.27949-.11646.42531.42531,0,0,0-.37266-.09317,1.77924,1.77924,0,0,0-.65216.41925h0l-.02329.11645Z' fill='%235c6774'/%3E %3Cpath d='M503.33982,45.40474a.80431.80431,0,0,0-.11645.559c.04658.27949.48911.37266.48911.37266a.49705.49705,0,0,1-.163-.2795.76571.76571,0,0,1,.18633-.46582,1.79691,1.79691,0,0,0,.23291-.58229h0v-.02329h0V44.9622h0v-.02329h0v-.02329h0v-.02329h0V44.869h0v-.04659h0v-.02329h0l-.02329-.02329-.0233-.02329-.02329-.02329-.02329-.02329-.02329-.0233-.0233-.02329a.3587.3587,0,0,1-.04658.25621A1.27223,1.27223,0,0,0,503.33982,45.40474Z' fill='%235c6774'/%3E %3Cpath d='M506.29782,47.6407l.02329.04659.02329.06987.0233.04658.02329.04658.02329.04659.02329.04658.0233.04658.02329.04659.02329.04658.02329.04658.0233.04658.02329.04659.02329.04658.0233.04658.02329.04659.02329.04658a1.56548,1.56548,0,0,1,.20962.67545,1.355,1.355,0,0,0,.09317-.74533A1.27274,1.27274,0,0,0,506.29782,47.6407Z' fill='%235c6774'/%3E %3Cpath d='M507.22947,47.85032h0l-.02329-.02329H506.717a1.49569,1.49569,0,0,0,.41924.58229.8949.8949,0,0,0,.46583.20962A.93539.93539,0,0,0,507.22947,47.85032Z' fill='%235c6774'/%3E %3Cpath d='M505.06338,48.31615h-.06987a1.27522,1.27522,0,0,1,.39595.18633.74613.74613,0,0,1,.2562.46583,4.3753,4.3753,0,0,0,.30279.7919h.02329a1.67516,1.67516,0,0,1,.13975-.76861,1.69208,1.69208,0,0,1-.30278-.25621,1.61832,1.61832,0,0,0-.53571-.46582h-.02329l-.18633.04658Z' fill='%235c6774'/%3E %3Cpath d='M506.74035,49.7835v-.41923l-.02329-.04659-.02329-.04658v-.04658l-.02329-.02329v-.163a.80077.80077,0,0,0-.32608.65216,4.20465,4.20465,0,0,0,.06987.86178C506.43757,50.24933,506.64719,50.10958,506.74035,49.7835Z' fill='%235c6774'/%3E %3Cpath d='M506.81023,49.96983a1.47805,1.47805,0,0,0-.04658.559,1.5988,1.5988,0,0,0,.20962.37266,3.6882,3.6882,0,0,1,.44253-.58229.54016.54016,0,0,0,.09316-.51241v-.18632l-.02329-.0233-.02329-.02329-.02329-.04658-.0233-.06987-.02329-.06988-.02329-.04658-.02329-.02329-.0233-.02329v-.04658l-.02329-.02329-.02329-.0233-.0233-.02329v-.02329l-.02329-.02329v-.06987h0A5.118,5.118,0,0,0,506.81023,49.96983Z' fill='%235c6774'/%3E %3Cpath d='M507.29934,50.87819h0l-.02329.0233h-.02329v.02329l-.02329.02329-.0233.02329-.02329.02329-.02329.02329-.02329.02329-.0233.02329-.02329.02329-.02329.02329-.0233.02329-.04658.04659-.04658.04658-.02329.02329-.0233.02329-.02329.02329-.02329.02329-.02329.0233-.0233.02329-.02329.02329-.02329.02329-.02329.02329v.06987h0a.64345.64345,0,0,0-.0233.51241,1.86106,1.86106,0,0,0,.58229.5357,1.3803,1.3803,0,0,1-.20962-.67545,3.6419,3.6419,0,0,1,.18633-.48911.50335.50335,0,0,0,.02331-.51241Z' fill='%235c6774'/%3E %3Cpath d='M506.01832,52.01947a3.17819,3.17819,0,0,0,.25621.44253,5.81708,5.81708,0,0,0,.39595-.83848,1.51053,1.51053,0,0,0,.11646-.58229V50.785l-.0233-.02329h0v-.02329h0v-.02329h0v-.02329h0a3.24994,3.24994,0,0,1-.23291.79191A2.94027,2.94027,0,0,0,506.01832,52.01947Z' fill='%235c6774'/%3E %3Cpath d='M505.11,52.50859c.18633,0,.44254-.13975.76862-.559l.04658-.06987.04658-.06987.04658-.04659.04658-.06987.0233-.06987.02329-.06988.04658-.06987.02329-.06987.0233-.06988.02329-.06987.02329-.06988.0233-.06987.04657.02329.02329-.06987.0233-.04659.02329-.04658.02329-.04658.02329-.04658V50.8549l.0233-.04658v-.32608h0c-.48912.83849-1.00153,1.281-1.39748,1.25773-.34937-.02329-.51241-.51241-.51241-.51241a.83675.83675,0,0,0-.11646.79191A.89033.89033,0,0,0,505.11,52.50859Z' fill='%235c6774'/%3E %3Cpath d='M505.76212,51.22756a.83531.83531,0,0,0,.32608-.48911V50.459h0V50.063c-.32608.90836-1.02482.83849-1.02482.83849A.45964.45964,0,0,0,505.76212,51.22756Z' fill='%235c6774'/%3E %3Cpath d='M507.29934,53.60328l-.02329-.02329V53.5567l-.02329-.0233v-.04658a1.26483,1.26483,0,0,0-.32608,1.04811,1.44209,1.44209,0,0,0,.48912.69874,2.4841,2.4841,0,0,0,.2795-1.00153v-.18632l-.0233-.02329-.02329-.0233-.02329-.02329-.0233-.02329-.02329-.02329-.02329-.02329-.04658-.04658-.04658-.04658-.04659-.04658-.04658-.04659-.04658-.04658-.02329-.02329-.0233-.02329Z' fill='%235c6774'/%3E %3Cpath d='M506.29782,52.92783c-.06988.37266.30278.58228.48912.93165V53.58l.02329-.04658.02329-.04658.02329-.04659.0233-.04658.02329-.02329v-.02329l.02329-.02329.0233-.02329.02329-.02329.02329-.02329.02329-.02329.0233-.02329.02329-.0233.02329-.02329.02329-.02329.0233-.02329a.90493.90493,0,0,0-.48912-1.0714C506.67048,52.15922,506.36769,52.55517,506.29782,52.92783Z' fill='%235c6774'/%3E %3Cpath d='M505.85528,52.2058l-.02329.02329-.02329.02329-.02329.02329-.0233.02329-.02329.02329-.02329.02329-.0233.0233-.02329.02329-.02329.02329h-.04659v.02329h-.11646a2.29522,2.29522,0,0,0-.02329.48912,6.62382,6.62382,0,0,0,.30279.81519,2.52087,2.52087,0,0,0,.34936-.65216c.04659-.23291.0233-.44253.04659-.559,0,0-.163-.27949-.2795-.48911Z' fill='%235c6774'/%3E %3Cpath d='M504.69072,52.69492v.23291l.02329.04658V53.021l.02329.06987.0233.06988.02329.06987.02329.04659.02329.02329.0233.04658.02329.02329.02329.04658.0233.02329.02329.02329.02329.02329.02329.0233.0233.02329v.02329l.02329.02329v.09316a.66732.66732,0,0,0,.25621-.32608,3.14093,3.14093,0,0,0,.02329-.62886.82338.82338,0,0,1-.65216-.04658v.09316Z' fill='%235c6774'/%3E %3Cpath d='M505.38946,53.46353h0l-.0233.02329h0l-.02329.02329-.02329.02329-.02329.02329-.0233.0233-.02329.02329-.02329.02329h0a1.23508,1.23508,0,0,0,.27949.23291.36779.36779,0,0,0,.25621.06987c-.13974-.04658-.37265-.48911-.37265-.46582Z' fill='%235c6774'/%3E %3Cpath d='M506.228,53.44024h0v.02329h0v.04658l-.0233.02329-.02329.02329-.02329.0233-.02329.02329-.0233.02329-.02329.02329-.02329.02329-.0233.02329-.04658.04658-.04658.06988-.02329.02329-.02329.02329-.0233.02329-.02329.02329-.02329.02329-.0233.02329-.02329.02329-.02329.02329v.0233l-.02329.02329h0a1.60819,1.60819,0,0,0,.163.46582,2.08423,2.08423,0,0,0,.44254.559s.23291-.41924.30279-.58228a.97714.97714,0,0,0,.04658-.48912,2.521,2.521,0,0,1-.4658-.559Z' fill='%235c6774'/%3E %3Cpath d='M506.8801,54.97747h0l-.02329-.04659v-.02329l-.0233-.02329v-.09316c-.06987.163-.2562.32608-.34937.48912a.73018.73018,0,0,0-.04658.58228,1.84227,1.84227,0,0,0,.41925.559c.09316-.18633.2562-.41924.30279-.5357a.8647.8647,0,0,0,.04658-.44254V55.257l-.0233-.0233v-.02329l-.02329-.04658-.02329-.04658-.02329-.04658-.0233-.04658-.02329-.04659-.02329-.04658-.163.04658Z' fill='%235c6774'/%3E %3Cpath d='M505.92516,56.37494c.04658-.11645.13975-.2562.23291-.46582a.78005.78005,0,0,0,.02329-.559v-.23291l-.02329-.04659-.02329-.04658-.02329-.04658-.0233-.04658-.02329-.04658-.02329-.04658-.02329-.04659-.0233-.04658v-.13974c-.06987.13974-.163.34937-.23291.5124a1.13555,1.13555,0,0,0,0,.559A.87248.87248,0,0,0,505.92516,56.37494Z' fill='%235c6774'/%3E %3Cpath d='M507.55555,56.84077a.91707.91707,0,0,0-.34937-.65216h0l-.02329.02329-.02329.02329-.0233.0233-.02329.02329-.02329.02329-.0233.02329-.02329.02329-.02329.04658-.02329.04658-.0233.04659L506.95,56.538l-.02329.04658-.0233.04658-.02329.04658-.02329.04658-.02329.04659-.0233.04658-.02329.04658-.02329.04658v.04658l-.02329.04659v.163c.02329.39595.27949.65216.30278.88507a2.42053,2.42053,0,0,0,.34937-.48911A1.51792,1.51792,0,0,0,507.55555,56.84077Z' fill='%235c6774'/%3E %3Cpath d='M505.92516,56.95723a4.7953,4.7953,0,0,0,.23291.58228,4.66227,4.66227,0,0,0,.39595-.69874v-.37266l-.02329-.04658V56.375l-.02329-.02329v-.04658l-.0233-.02329v-.163h0C505.92516,56.4914,505.87858,56.7709,505.92516,56.95723Z' fill='%235c6774'/%3E %3Cpath d='M510.18747,46.40626c0,.04659.23291.09317.48912.09317.27949,0,.48912-.04658.48912-.09317h-.46586C510.42038,46.3131,510.18747,46.35968,510.18747,46.40626Z' fill='%235c6774'/%3E %3Cpath d='M507.81175,44.89233h0v-.23292l.0233-.06987.02329-.06987.02329-.06988.02329-.06987.0233-.06987v-.0233l.02329-.02329v-.23291a.30279.30279,0,1,0-.60558,0,2.383,2.383,0,0,1,.46582.86178Z' fill='%235c6774'/%3E %3Cpath d='M508.627,45.35815l.02329-.06987.02329-.04658.0233-.04659.02329-.04658.02329-.04658.02329-.04658.0233-.04659.02329-.04658.02329-.04658.0233-.04659.02329-.04658.02329-.04658.02329-.04658.0233-.04659.02329-.04658.02329-.04658V44.543l.02329-.04659v-.32608h0V44.147c0-.09317-.11645-.163-.20962-.18633a.38431.38431,0,0,0-.27949,0,3.977,3.977,0,0,0-.30279,1.281A1.27829,1.27829,0,0,1,508.627,45.35815Z' fill='%235c6774'/%3E %3Cpath d='M507.97479,45.21841h.163l.13975-.90836c.06988-.30279.163-.60558.163-.60558-.13975.04658-.23291.18633-.30279.41924-.0233.23292-.13976.76862-.163,1.0947Z' fill='%235c6774'/%3E %3Cpath d='M508.92974,46.01031h0l-.04659-.02329-.02329-.02329-.02329-.02329h-.02329l-.0233-.02329h-.62886a1.05056,1.05056,0,0,0,.396.48911,1.5205,1.5205,0,0,0,.83849.18633,1.08544,1.08544,0,0,0-.41924-.46582Z' fill='%235c6774'/%3E %3Cpath d='M508.7667,47.6407a.95369.95369,0,0,0,.60557-.39595.96738.96738,0,0,0-.02329.30279.63887.63887,0,0,0,.32608-.18633.79148.79148,0,0,0-.11646.32608.76484.76484,0,0,0,.32608-.11646.722.722,0,0,0-.04658.23291,2.56054,2.56054,0,0,0,.69873-.37266v.27949l-.02329.02329V47.664h0s.722-.06987.79191-1.14127a2.78084,2.78084,0,0,1-.97824.163,6.8071,6.8071,0,0,1-1.677-.18633.453.453,0,0,0,.27949.27949.36067.36067,0,0,0-.23291.11646.5764.5764,0,0,0,.27949.23291,1.20124,1.20124,0,0,1-.76861.34937C508.18441,47.501,508.37075,47.73387,508.7667,47.6407Zm1.23444-.722a5.77132,5.77132,0,0,0,.83849.02329v.02329h-.0233v.0233l-.02329.02329v.02329l-.02329.02329V47.105l-.02329.02329v.04658h-.0233v.02329l-.02329.02329v.0233l-.02329.02329-.0233.02329v-.09316h.09318l-.02329.02329v.02329h-.0233l-.02329.02329v.02329h-.02329l-.02329.02329-.0233.02329c-.02329-.30278-.65215-.32608-.65215-.32608v-.09316Z' fill='%235c6774'/%3E %3Cpath d='M511.39862,46.66247v.41924l-.0233.04659v.04658l-.02329.04658V47.268l-.02329.02329-.02329.0233a1.23514,1.23514,0,0,0,.34937-.396c.06987-.18633.09316-.30278-.20963-.23291Z' fill='%235c6774'/%3E %3Cpath d='M512.35356,47.80374a.59566.59566,0,0,0,.20962-.81519l-.02329-.0233-.0233-.02329-.02329-.02329-.02329-.02329-.0233-.02329-.02329-.02329-.02329-.02329-.02329-.02329-.0233-.02329-.02329-.02329H512.307l-.02329-.0233h-.0233l-.02329-.02329h-.20961l-.02329.02329h-.04658l-.0233.0233H511.911c-.11645.32607-.46582.41924-.65215.5124a1.53959,1.53959,0,0,0-.37267.30279,1.6106,1.6106,0,0,1,.41925.13975A.955.955,0,0,1,512.35356,47.80374Zm-.37266-.559h.04658V47.268h.04659v.02329h.02329l.0233.02329v.02329h.02329v.0233h.02329v.09316l.02329.02329a.11646.11646,0,1,1-.23291,0C511.86444,47.31462,511.911,47.24475,511.9809,47.24475Z' fill='%235c6774'/%3E %3Cpath d='M511.4452,48.75869s.2562-.396.06987-.65216a.87256.87256,0,0,0-.65215-.37266h0v.02329h0l-.0233.02329v.02329h0l-.02329.02329v.02329l-.02329.02329v.0233l-.0233.02329-.02329.02329-.02329.04658-.02329.02329-.0233.02329-.02329.02329-.02329.02329h-.02329l-.0233.02329h-.02329l-.02329.0233A.92024.92024,0,0,1,511.4452,48.75869Z' fill='%235c6774'/%3E %3Cpath d='M509.46544,47.827a3.86451,3.86451,0,0,1-.41925.74533.75593.75593,0,0,0,.09317.30278,2.55342,2.55342,0,0,1,.39595-.58228,4.12547,4.12547,0,0,1,.51241-.41924h-.20964V47.664A1.711,1.711,0,0,1,509.46544,47.827Z' fill='%235c6774'/%3E %3Cpath d='M510.6533,47.75716h-.3261l-.04658.02329v.11646l-.04658.02329-.04658.02329-.02329.02329h-.04659l-.02329.02329h-.04659l-.02329.02329h-.02329a.74688.74688,0,0,0-.37267.69874,1.45034,1.45034,0,0,1,.396-.39595,1.41,1.41,0,0,0,.62888-.559Z' fill='%235c6774'/%3E %3Cpath d='M510.69988,45.31157h-.04658a.30914.30914,0,1,0,.46582,0A2.36328,2.36328,0,0,1,510.69988,45.31157Z' fill='%235c6774'/%3E %3Cpath d='M511.00266,45.54448h0l-.02329.0233v.2562l-.02329.04658v.37266c.18633,0,.163,0,.23291.02329a7.40866,7.40866,0,0,0,.396-.62887.12691.12691,0,0,0-.11645-.163.50948.50948,0,0,0-.46583.06988Z' fill='%235c6774'/%3E %3Cpath d='M510.30393,46.24322a1.353,1.353,0,0,0,.23291-.02329v-.32607l-.02329-.04658V45.5212h0a.41723.41723,0,0,0-.30279-.09316.12691.12691,0,0,0-.11646.163C509.95456,45.70752,510.25734,46.17335,510.30393,46.24322Z' fill='%235c6774'/%3E %3Cpolygon points='510.583 45.218 510.793 45.218 510.793 44.916 511.026 44.916 511.026 44.729 510.793 44.729 510.793 44.473 510.583 44.473 510.583 44.729 510.351 44.729 510.351 44.916 510.583 44.916 510.583 45.218' fill='%235c6774'/%3E %3Cpolygon points='507.672 43.635 507.858 43.635 507.858 43.309 508.115 43.309 508.115 43.145 507.858 43.145 507.858 42.889 507.672 42.889 507.672 43.145 507.416 43.145 507.416 43.309 507.672 43.309 507.672 43.635' fill='%235c6774'/%3E %3Cpath d='M513.28521,46.3131h0v.02329h0v.11645c.13975-.23291.51241,0,.51241,0-.23291-.39595-.34937-.44253-.5357-.51241A1.88283,1.88283,0,0,0,513.28521,46.3131Z' fill='%235c6774'/%3E %3Cpath d='M512.88926,45.59107a1.27478,1.27478,0,0,0-.06988.88507v.04658l.0233.04658.02329.04658v.04659l.02329.04658v.37266h0V47.105h0a1.18343,1.18343,0,0,0,.18633-.76861.95086.95086,0,0,1,.04659-.559,1.4582,1.4582,0,0,0,.20962-.69874,3.28025,3.28025,0,0,0-.34937-.163A.77454.77454,0,0,1,512.88926,45.59107Z' fill='%235c6774'/%3E %3Cpath d='M512.16723,44.68271a2.09259,2.09259,0,0,0,.51241.32607.543.543,0,0,0,.2562.0233h0a2.03806,2.03806,0,0,0-.65215-.41925.35356.35356,0,0,0-.34937.09317C511.911,44.56625,512.00419,44.543,512.16723,44.68271Z' fill='%235c6774'/%3E %3Cpath d='M512.02748,46.0336a.39443.39443,0,0,1-.163.2795s.44254-.11646.48912-.37266a.83593.83593,0,0,0-.11646-.559c-.06987-.11646-.27949-.41925-.32607-.5357a.39156.39156,0,0,1-.04658-.25621l-.0233.02329-.02329.02329-.02329.0233-.02329.02329-.0233.02329-.02329.02329h0v.02329h0v.04658h0v.0233h0v.02329h0V44.869h0v.02329h0v.02329h0v.02329h0a2.33468,2.33468,0,0,0,.23291.58228C511.93432,45.68423,512.05077,45.84727,512.02748,46.0336Z' fill='%235c6774'/%3E %3Cpath d='M508.60366,48.386a1.355,1.355,0,0,0,.09316.74533,1.299,1.299,0,0,1,.20962-.67545l.0233-.04659.02329-.04658.02329-.04658.02329-.04658.0233-.04659.02329-.04658.02329-.04658.0233-.04658.02329-.04659.02329-.04658.02329-.04658.0233-.04659.02329-.04658.02329-.04658.02329-.06988.0233-.04658A1.16227,1.16227,0,0,0,508.60366,48.386Z' fill='%235c6774'/%3E %3Cpath d='M508.394,48.33944a1.72041,1.72041,0,0,0,.39595-.58228h-.53573a1.09249,1.09249,0,0,0-.41924.69874A.52518.52518,0,0,0,508.394,48.33944Z' fill='%235c6774'/%3E %3Cpath d='M510.6533,48.36273h-.163a1.61823,1.61823,0,0,0-.5357.46583,1.033,1.033,0,0,1-.30279.2562,1.67494,1.67494,0,0,1,.13975.76862h.0233a2.99085,2.99085,0,0,0,.32607-.79191.86888.86888,0,0,1,.23292-.46582c.02329-.163.2795-.23292.2795-.23292Z' fill='%235c6774'/%3E %3Cpath d='M509.349,49.66705a.80077.80077,0,0,0-.32608-.65216v.23291l-.02329.04658-.02329.04658v.41924c.09316.32608.30279.46583.44253.722C509.27911,50.50553,509.37227,50.03971,509.349,49.66705Z' fill='%235c6774'/%3E %3Cpath d='M507.81175,48.54906h0c-.09316.04659-.41924.20963-.41924.44254-.02329.23291.41924.69874.41924.88507h0V49.8068l.0233-.0233v-.02329l.02329-.02329.02329-.02329.02329-.02329.0233-.02329.02329-.02329.02329-.02329.02329-.02329.0233-.02329.04658-.06988.04658-.06987.02329-.02329.0233-.04659.02329-.02329.02329-.02329.02329-.02329.0233-.02329.02329-.02329v-.163A.90843.90843,0,0,0,507.81175,48.54906Z' fill='%235c6774'/%3E %3Cpath d='M508.44062,49.01489h0v.02329h0v.04658l-.02329.02329v.02329l-.02329.0233v.02329l-.0233.02329-.02329.02329-.02329.04658-.0233.02329-.02329.02329-.02329.04659-.02329.06987-.0233.06987-.02329.04659v.02329l-.02329.02329v.04658l-.02329.02329v.11646a.61051.61051,0,0,0,.09316.51241,2.8318,2.8318,0,0,1,.44253.58228,1.205,1.205,0,0,0,.20962-.37266,1.478,1.478,0,0,0-.04658-.559,3.82847,3.82847,0,0,1-.39593-.93165Z' fill='%235c6774'/%3E %3Cpath d='M507.81175,51.25086l.0233-.0233.02329-.02329.02329-.02329.02329-.02329.0233-.02329.02329-.02329.02329-.02329.02329-.02329.0233-.02329.02329-.02329v-.02329h0v-.0233h0v-.02329h0v-.02329h0a.36472.36472,0,0,0-.04658-.37266,1.19456,1.19456,0,0,1-.25621-.41924h0c0,.11646-.13975.27949-.2562.41924a.43629.43629,0,0,0-.04659.37266c.09316.04658.20961.20962.37265.32608Z' fill='%235c6774'/%3E %3Cpath d='M508.7434,51.46048h0l-.02329-.02329V51.4139l-.02329-.0233v-.02329l-.02329-.02329-.0233-.02329-.02329-.02329-.02329-.02329-.02329-.02329-.0233-.02329-.02329-.02329-.04658-.04659-.04658-.04658-.0233-.02329-.02329-.02329-.02329-.02329-.02329-.02329-.0233-.02329-.02329-.02329-.02329-.0233-.0233-.02329-.02329-.02329V50.8782h0a.65617.65617,0,0,0-.06987.48912c.02329.11646.18633.27949.18633.48912a1.3804,1.3804,0,0,1-.20962.67544,2.159,2.159,0,0,0,.58228-.5357c.11646-.163.02329-.39595-.02329-.5124l.0466-.0233Z' fill='%235c6774'/%3E %3Cpath d='M508.97632,50.622h0l-.02329.02329h0v.02329h0v.02329h0v.02329h0l-.0233.0233v.2562a1.68121,1.68121,0,0,0,.11646.58228,5.81728,5.81728,0,0,0,.39595.83849,3.1786,3.1786,0,0,0,.25621-.44254,4.39364,4.39364,0,0,1-.37267-.60557A1.5517,1.5517,0,0,1,508.97632,50.622Z' fill='%235c6774'/%3E %3Cpath d='M511.09583,52.01947a.77971.77971,0,0,0-.11646-.79191s-.163.48912-.51241.51241c-.39595.02329-.88507-.41924-1.37418-1.25773h0v.37266l.02329.04658.02329.04659.0233.04658.02329.04658.02329.04659.02329.06987.0233.04658.02329.06988.02329.06987.0233.06987.02329.06988.02329.06987.02329.06987.04659.06988.04658.06987.04658.06988.04658.04658.04658.06987.04658.06988c.32608.41924.60558.559.76862.559A.93623.93623,0,0,0,511.09583,52.01947Z' fill='%235c6774'/%3E %3Cpath d='M509.512,50.15616h0V50.785a.83531.83531,0,0,0,.32608.48912.49926.49926,0,0,0,.69873-.23292A1.25644,1.25644,0,0,1,509.512,50.15616Z' fill='%235c6774'/%3E %3Cpath d='M507.48568,52.34555a.49836.49836,0,0,0,.30278.2562h.13976v-.02329h0v-.02329h0v-.04658l.02329-.02329a.83114.83114,0,0,0,.11646-.58229c-.06988-.23291-.18633-.30278-.25621-.46582a1.01264,1.01264,0,0,1-.163.13974h0a1.013,1.013,0,0,1-.163-.13974,2.07857,2.07857,0,0,0-.25621.46582C507.32264,51.9496,507.4158,52.2058,507.48568,52.34555Z' fill='%235c6774'/%3E %3Cpath d='M507.81175,52.71821h0c-.18633.13974-.396.06987-.46582.41924-.04659.23291.41924.65216.46582.86178v-.09316l.0233-.0233.02329-.02329.02329-.02329.02329-.02329.0233-.02329.02329-.02329v-.04659l.02329-.02329.04659-.06987.04658-.06988.04658-.06987.02329-.02329.0233-.02329.02329-.02329.02329-.02329.02329-.0233.0233-.02329.02329-.02329v-.11645h0C508.18441,52.78808,507.97479,52.858,507.81175,52.71821Z' fill='%235c6774'/%3E %3Cpath d='M508.34745,53.51011l-.02329.02329v.02329l-.02329.0233-.02329.02329-.0233.02329-.02329.02329-.02329.02329-.04659.04658-.04658.04658-.04658.04658-.04658.04659-.04658.04658-.0233.02329-.02329.02329-.02329.02329-.02329.02329-.0233.02329v.02329l-.02329.0233v.163a2.48393,2.48393,0,0,0,.2795,1.00153,1.442,1.442,0,0,0,.48911-.69874.96755.96755,0,0,0-.25619-1.02481Z' fill='%235c6774'/%3E %3Cpath d='M508.92974,52.15922a.90017.90017,0,0,0-.48912,1.0714l.02329.02329.02329.02329.0233.02329.02329.02329.02329.02329.02329.02329.0233.02329.02329.02329.02329.0233.02329.02329.0233.02329.02329.02329-.06989-.02329.02329.04658.0233.04659.02329.04658v.27949c.18633-.32608.58228-.559.48912-.93165A1.42435,1.42435,0,0,0,508.92974,52.15922Z' fill='%235c6774'/%3E %3Cpath d='M510.0943,52.57846h0l-.02329-.02329h-.06988l-.02329-.02329h-.02329l-.0233-.02329-.02329-.02329-.02329-.02329-.0233-.0233-.02329-.02329-.02329-.02329-.02329-.02329-.0233-.02329-.02329-.02329-.02329-.02329c-.09317.18633-.2795.48912-.2795.48912a2.9093,2.9093,0,0,0,.04658.559,1.96015,1.96015,0,0,0,.34937.65215,3.71271,3.71271,0,0,0,.30279-.81519,1.46763,1.46763,0,0,0-.04656-.60558Z' fill='%235c6774'/%3E %3Cpath d='M510.58342,53.51011h0l.02329-.04658v-.02329l.0233-.02329.02329-.02329.02329-.02329.02329-.04659.0233-.02329.02329-.04658.02329-.02329.0233-.04658.02329-.06988.02329-.06987.02329-.06988.0233-.04658v-.41924a.82336.82336,0,0,1-.65216.04659,2.00179,2.00179,0,0,0,.02329.62886.66731.66731,0,0,0,.25621.32608v-.06987l.02329-.02329Z' fill='%235c6774'/%3E %3Cpath d='M510.467,53.69644h0l-.02329-.02329h0l-.02329-.02329-.02329-.02329-.0233-.02329L510.3505,53.58l-.02329-.02329h0s-.23292.44253-.2795.559a.304.304,0,0,0,.23292-.06988A.44231.44231,0,0,1,510.467,53.69644Z' fill='%235c6774'/%3E %3Cpath d='M509.37227,53.44024c-.11645.23291-.396.48912-.46582.65216a.63084.63084,0,0,0,.04658.48911,5.68772,5.68772,0,0,0,.30279.58229,1.70956,1.70956,0,0,0,.44253-.559,1.60806,1.60806,0,0,0,.163-.46582h0v-.02329l-.02329-.02329-.0233-.02329-.02329-.0233-.02329-.02329-.0233-.02329-.02329-.02329-.02329-.02329-.02329-.02329-.0233-.02329-.04658-.06988-.04658-.04658-.02329-.02329-.0233-.02329-.02329-.02329-.02329-.02329-.02329-.02329-.0233-.02329-.02329-.02329v-.0233l-.02329-.02329V53.5567h0l0-.11646Z' fill='%235c6774'/%3E %3Cpath d='M507.78846,54.97747c-.02329.09316-.27949.44253-.34937.58228a.49269.49269,0,0,0,0,.44253c.09317.25621.30279.41925.34937.58229h0V56.4914h0V56.375l.0233-.02329v-.02329l.02329-.0233.02329-.04658.02329-.04658.0233-.04658.02329-.04658.02329-.04658.0233-.0233v-.02329l.02329-.02329v-.11645a.71716.71716,0,0,0,0-.44254C508.068,55.42,507.83505,55.09392,507.78846,54.97747Z' fill='%235c6774'/%3E %3Cpath d='M508.65024,55.07063l-.02329.04658-.02329.04658-.0233.04659-.02329.04658-.02329.04658-.0233.02329v.04658l-.02329.02329v.13975a.93054.93054,0,0,0,.04658.44254c.04659.11645.20962.34937.30279.5357a1.84221,1.84221,0,0,0,.41925-.559.832.832,0,0,0-.04659-.58228c-.09316-.163-.27949-.32608-.34937-.48912v.11646l-.02329.02329v.02329l-.02329.02329-.02329.02329-.0233.02329Z' fill='%235c6774'/%3E %3Cpath d='M509.76822,54.79113h0l-.02329.04659v.09316l-.02329.04658-.02329.04658-.0233.04659-.02329.04658-.02329.04658-.02329.04658-.0233.04658-.02329.04659v.2329a.78018.78018,0,0,0,.02329.559c.09317.20962.18633.32608.23292.46582a3.34149,3.34149,0,0,0,.32607-.51241.91619.91619,0,0,0,0-.559C509.95456,55.1405,509.8381,54.93088,509.76822,54.79113Z' fill='%235c6774'/%3E %3Cpath d='M507.81175,59.37952h0v-.13974l.0233-.04658.02329-.0233.02329-.04658.02329-.04658.0233-.04658.02329-.04658.02329-.04658.02329-.04659.0233-.04658.02329-.04658.02329-.04658.0233-.04658.02329-.04659.02329-.04658.02329-.04658.0233-.04658.02329-.04658.02329-.04659v-.32607a1.7033,1.7033,0,0,0-.396-.93165h0a1.89271,1.89271,0,0,0-.39595.93165,3.68809,3.68809,0,0,0,.37263,1.281Z' fill='%235c6774'/%3E %3Cpath d='M508.55708,57.95875c.04658-.23291.30278-.48912.30278-.88507v-.2562l-.02329-.04658-.02329-.04658-.02329-.04658-.0233-.04659-.02329-.04658-.02329-.04658-.02329-.04658-.0233-.04658-.02329-.04659-.02329-.04658-.0233-.04658-.02329-.04658-.02329-.02329-.02329-.02329-.0233-.02329-.02329-.0233-.02329-.02329-.02329-.02329-.0233-.02329h0a.91712.91712,0,0,0-.34937.65216.95.95,0,0,0,.163.65216A1.57519,1.57519,0,0,0,508.55708,57.95875Z' fill='%235c6774'/%3E %3Cpath d='M509.27911,56.11874h0l-.0233.02329v.11646l-.02329.02329v.06987l-.02329.02329v.04658l-.0233.04658v.37267a3.91342,3.91342,0,0,0,.37267.69874,4.7953,4.7953,0,0,0,.23291-.58228A1.91378,1.91378,0,0,0,509.27911,56.11874Z' fill='%235c6774'/%3E %3Cpath d='M507.78846,60.56738a.9725.9725,0,0,0,.13975.18633c.32608.30279.51241.2795.69874.20962,0,0-.51241-.163-.48912-.62886v-.37266l.0233-.04658v-.06987l.02329-.04658.02329-.02329v-.0233l.02329-.06987.0233-.04658.02329-.04658.02329-.04659.02329-.04658v-.18633a.99048.99048,0,0,0-.163-.81519,7.47193,7.47193,0,0,1-.48912,1.25773.02281.02281,0,0,1-.0233.02329V59.7522a7.47258,7.47258,0,0,1-.48911-1.25773.91285.91285,0,0,0-.163.81519,3.72216,3.72216,0,0,1,.32607.95495c.0233.46582-.48911.62886-.48911.62886.18633.06988.37266.09317.69873-.20962C507.71859,60.70713,507.76517,60.63725,507.78846,60.56738Z' fill='%235c6774'/%3E %3Cpath d='M506.391,58.51774c.32608-.23291.396-.46582.34937-.62886h0v-.02329h0V57.8423h0v-.20962l-.02329-.04658-.02329-.04659-.02329-.04658-.0233-.04658-.02329-.04658v-.18633a4.03872,4.03872,0,0,1-.34937.46583.34112.34112,0,0,0-.04658.39595A.48255.48255,0,0,0,506.391,58.51774Z' fill='%235c6774'/%3E %3Cpath d='M507.13631,58.40129l.02329-.06988v-.30278h0v-.02329h0a2.053,2.053,0,0,1-1.0714.88507.54233.54233,0,0,0-.34937.39595c.11645.06988.18633.20962.41924.20962a1.04864,1.04864,0,0,0,.76862-.62886v-.02329l.02329-.02329v-.02329l.02329-.02329v-.06988l.02329-.04658v-.04658l.0233-.06988Z' fill='%235c6774'/%3E %3Cpath d='M505.13325,59.23977a1.26654,1.26654,0,0,0,.5357,0,.77181.77181,0,0,1,.30279-.44253,2.98948,2.98948,0,0,0,.37266-.163h0l-.02329-.02329h-.02329a3.238,3.238,0,0,0-.48912.23291A.91205.91205,0,0,0,505.13325,59.23977Z' fill='%235c6774'/%3E %3Cpath d='M504.83047,58.82053a5.02529,5.02529,0,0,0,.60557-.163,3.43545,3.43545,0,0,0,.58229-.27949h0v-.02329h0v-.04658h0v-.396a5.21126,5.21126,0,0,0-.58229.39595A2.01986,2.01986,0,0,0,504.83047,58.82053Z' fill='%235c6774'/%3E %3Cpath d='M504.155,59.68231a3.14608,3.14608,0,0,1,.60557-.30279c.20962-.06987.30279-.30279.51241-.51241h-.30279l-.06988.02329-.06987.0233-.06988.02329-.06987.02329-.06988.02329-.06987.02329h-.27951a1.24856,1.24856,0,0,0-.60557.41924C503.64261,59.51927,503.96869,59.61244,504.155,59.68231Z' fill='%235c6774'/%3E %3Cpath d='M503.4097,59.86864c-.0233.04658,0,.09317.06987.09317.163.02329.51241-.04659.60558.02329s.06987.13974.06987.23291a.51275.51275,0,0,1,.2795-.06987c.13975.02329.23291.09316.32607.34937h0v-.0233h0v-.02329h0v-.02329a.806.806,0,0,0-.34937-.2562c-.18633-.09317-.74532-.23291-.93165-.30279C503.54945,59.659,503.45628,59.75218,503.4097,59.86864Z' fill='%235c6774'/%3E %3Cpath d='M504.29477,59.72889h.44256l.02329.02329h.04659a.417.417,0,0,0,.13975-.11645c.04658-.06988.23291-.34937.396-.39595a.62333.62333,0,0,1-.23292-.04659s-.163.04659-.30278.09317a2.75489,2.75489,0,0,1-.51244.44253Z' fill='%235c6774'/%3E %3Cpath d='M504.94692,60.07826a.44181.44181,0,0,0,.163.46583c.06988.04658.41925.163.62887-.2795,0,0-.37267.11646-.46583-.04658a.49052.49052,0,0,1,.163-.51241.85654.85654,0,0,1,.51241-.13974,1.13521,1.13521,0,0,0-.25621-.18633H505.669C505.48262,59.42611,504.99351,59.75218,504.94692,60.07826Z' fill='%235c6774'/%3E %3Cpath d='M502.54792,63.10613l.02329-.09316.02329-.09317v-.04658l.0233-.04658.02329-.04658.02329-.04659.02329-.04658.0233-.04658.02329-.04658.02329-.04658.0233-.04659.02329-.04658c.20962-.46582.74532-1.70026,1.8633-1.90988.09317-.02329-.11645-.2795-.23291-.2795a1.52069,1.52069,0,0,0-.39595.18633v-.30279c0-.04658-.04658-.06987-.09317-.06987s-.30278,0-.39595.09317a8.28173,8.28173,0,0,0-.93165,1.677c-.23291.58228-.41924.76861-.67545.67545s-.396-.39595-.86177-.30279a.898.898,0,0,0-.46583.27949.29642.29642,0,0,0,.30279.163,1.98478,1.98478,0,0,1,.83849.23292,1.42418,1.42418,0,0,0,.76861.23291Z' fill='%235c6774'/%3E %3Cpath d='M506.01832,61.0565a.88849.88849,0,0,0-.396.559c1.23444-.11646,1.56052-1.677,1.56052-1.677l-.02329-.04659-.0233-.04658-.02329-.04658-.02329-.04658-.0233-.02329-.02329-.04659-.02329-.04658-.02329-.04658-.0233-.04658v-.02329L506.95,59.4727v-.23291a.9869.9869,0,0,0-.41924.41924,2.5115,2.5115,0,0,1-.74533.65216.93969.93969,0,0,0-.34936.46582c.58228,0,.97823-.62886,1.14127-.86177.163-.20963.27949-.23292.27949-.23292A1.47551,1.47551,0,0,1,506.01832,61.0565Z' fill='%235c6774'/%3E %3Cpath d='M507.113,65.45856c-.06987-.09317-.2562-.37267-.51241-.722l-.20962.32608.74533,1.04811.559-1.00152-.20962-.37267A5.00066,5.00066,0,0,1,507.113,65.45856Z' fill='%235c6774'/%3E %3Cpolygon points='504.202 62.011 505.995 64.527 506.205 64.201 506.065 64.014 505.925 63.805 505.785 63.619 505.646 63.409 505.506 63.223 505.366 63.013 505.296 62.92 505.25 62.85 505.18 62.757 505.11 62.664 505.063 62.57 504.994 62.501 504.947 62.407 504.877 62.338 504.83 62.268 504.784 62.198 504.737 62.128 504.691 62.081 504.667 62.035 504.621 61.965 504.598 61.918 504.574 61.895 504.551 61.848 504.528 61.825 504.504 61.802 504.504 61.802 504.784 61.592 503.899 61.243 503.899 62.221 504.202 62.011' fill='%235c6774'/%3E %3Cpath d='M500.475,59.42611c.37266.34937.76861.5357.95494.30278.20963-.23291-.02329-.60557-.396-.93165l-.04658-.02329-.04658-.02329-.02329-.02329-.04659-.02329-.04658-.02329-.04658-.0233-.04658-.02329-.04658-.02329-.0233-.02329-.04658-.02329-.04658-.02329-.02329-.02329-.04658-.02329-.0233-.02329-.04658-.02329-.02329-.02329h-.27951l-.0233.02329-.02329.02329-.02329.02329-.0233.02329C499.86942,58.72737,500.10233,59.07674,500.475,59.42611Z' fill='%235c6774'/%3E %3Cpath d='M501.5231,63.013c0-.11646-.09317-.13975-.18633-.13975a1.26555,1.26555,0,0,1-.65216-.13975h0a1.03016,1.03016,0,1,1,1.74684-.74532,1.254,1.254,0,0,1-.02329.18633c.04658-.09316.20962-.46582.25621-.5357a1.30324,1.30324,0,0,0-2.4223-.23291,2.47486,2.47486,0,0,1,.51241-1.16457,1.28848,1.28848,0,0,1,.58228-.27949c-.2562.04658-.559-.11646-.93165-.44254a1.35631,1.35631,0,0,1-.5357-.81519,1.64121,1.64121,0,0,1-.06987.76861,3.44435,3.44435,0,0,0-.34937,1.74685,2.91556,2.91556,0,0,0,.86177,1.51393,1.01068,1.01068,0,0,1,.163.37266s.722,0,.90836.0233C501.36006,63.12942,501.5231,63.10613,501.5231,63.013Z' fill='%235c6774'/%3E %3Cpath d='M504.64414,63.013l-.09317.02329-.09316.02329-.09317.02329-.09316.02329-.09316.02329-.09317.02329-.09316.02329-.09316.0233-.09317.02329-.09316.02329-.09317.02329-.163.02329-.163.02329a3.38274,3.38274,0,0,1-.83849.04658.29974.29974,0,0,0,.02329.2795,5.49083,5.49083,0,0,0,.86178-.04659,6.24619,6.24619,0,0,0,1.51393-.37266l-.163-.23291Z' fill='%235c6774'/%3E %3Cpath d='M505.59908,62.87322l.11645-.06987.11646-.06988.11646-.06987.11645-.09317.11646-.09317.11646-.09316.11645-.09317.11646-.11645.11646-.11646.11645-.11646.11646-.11645.11646-.13975.11645-.13975.09317-.13975.04658-.06987.04658-.06987.09316-.163a.62563.62563,0,0,1-.34937.02329c0,.02329-.04658.04658-.04658.06987a4.61075,4.61075,0,0,1-1.65368,1.53723l.163.23291Z' fill='%235c6774'/%3E %3Cpath d='M501.38335,63.1993h-.60558c-.18633.02329-.39595.06987-.41924.163s.04658.18633.13975.34937c.06987.09316.18633.04658.2562,0a2.696,2.696,0,0,0,.559-.32608C501.47652,63.33905,501.5231,63.22259,501.38335,63.1993Z' fill='%235c6774'/%3E %3Cpath d='M501.82589,63.50208h0l-.0233-.02329h0c-.11645.04659-.5357.30279-.559.396-.02329.11645.0233.18633.09317.20962a.6801.6801,0,0,0,.20962.04658.33366.33366,0,0,0,.2562-.11646c.04659-.06987.23292-.30278.2795-.34937C501.84918,63.59525,501.87247,63.52538,501.82589,63.50208Z' fill='%235c6774'/%3E %3Cpath d='M501.87247,63.735h0l-.02329.02329h0v.02329h0l-.0233.02329-.02329.02329h0v.02329h0c-.02329.02329,0,.09317.06987.06988a1.5398,1.5398,0,0,0,.51241-.13975c.163-.11646.2795-.32608.163-.39595A1.53807,1.53807,0,0,0,501.87247,63.735Z' fill='%235c6774'/%3E %3Cpath d='M501.94234,63.12942h-.13975c-.06988.09317-.0233.18634.163.25621.163.06987.48911.13975.5357.06987a.94441.94441,0,0,0-.559-.32608Z' fill='%235c6774'/%3E %3Cpath d='M509.18594,58.51774a1.24393,1.24393,0,0,0,.30279-.34937.37588.37588,0,0,0-.04658-.396,2.43242,2.43242,0,0,1-.34937-.46582v.18632l-.02329.04659-.0233.04658-.02329.04658-.02329.04658-.0233.04658v.20962h0v.02329h0V57.982h0C508.81328,58.05192,508.85986,58.28483,509.18594,58.51774Z' fill='%235c6774'/%3E %3Cpath d='M509.46544,58.86711a2.29844,2.29844,0,0,1-1.0714-.88507h0v.02329h0v.13975h0v.13975l.02329.06987.02329.06988.02329.06987v.11646l.0233.02329v.04658l.02329.02329.02329.02329v.02329c.20962.34937.51241.62887.76862.62887.23291,0,.30278-.13975.41924-.20962C509.79151,59.26307,509.74493,58.937,509.46544,58.86711Z' fill='%235c6774'/%3E %3Cpath d='M510.467,59.23977a3.8317,3.8317,0,0,0-.5357-.5124,2.399,2.399,0,0,0-.48912-.23292h0l-.02329.02329h-.02329a3.34553,3.34553,0,0,1,.37266.163.77182.77182,0,0,1,.30279.44254C510.14088,59.30965,510.467,59.23977,510.467,59.23977Z' fill='%235c6774'/%3E %3Cpath d='M510.25734,58.30812c-.13975-.11645-.58228-.39595-.58228-.39595v.37266h0v.04658h0v.02329h0a2.51021,2.51021,0,0,0,.60557.27949,5.02574,5.02574,0,0,0,.60558.163A3.248,3.248,0,0,1,510.25734,58.30812Z' fill='%235c6774'/%3E %3Cpath d='M510.97937,59.00686l-.06987-.02329-.06988-.02329-.06987-.02329-.06988-.02329-.06987-.02329h-.27951c.20962.20962.30279.41924.51241.5124a3.14635,3.14635,0,0,1,.60558.30279c.18633-.06987.5124-.163.5124-.163a1.50076,1.50076,0,0,0-.60557-.41924h-.27951Z' fill='%235c6774'/%3E %3Cpath d='M511.11912,59.96181c-.11646.04658-.32608.163-.34937.2562v.02329h0v.02329h0v.02329h0c.09317-.23291.163-.30278.32608-.34937a.51277.51277,0,0,1,.27949.06988c0-.06988-.02329-.163.06988-.23291s.46582,0,.60557-.0233a.08531.08531,0,0,0,.09317-.09316.71565.71565,0,0,0-.13975-.20962C511.86444,59.7056,511.30545,59.84535,511.11912,59.96181Z' fill='%235c6774'/%3E %3Cpath d='M510.83962,59.91522h0l.04658-.02329.0233-.02329h.41927a3.3626,3.3626,0,0,0-.46583-.2562,2.97182,2.97182,0,0,0-.30279-.09317c-.09316.02329-.23291.04658-.23291.04658a.92442.92442,0,0,1,.39595.39595A.10354.10354,0,0,1,510.83962,59.91522Z' fill='%235c6774'/%3E %3Cpath d='M510.49025,60.54409a.42227.42227,0,0,0,.18633-.46583c-.04658-.32608-.5357-.65215-.5357-.65215h-.02329a1.13521,1.13521,0,0,0-.25621.18633.81577.81577,0,0,1,.51241.13974.422.422,0,0,1,.163.51241c-.11646.18633-.46582.04658-.46582.04658C510.071,60.70713,510.42038,60.56738,510.49025,60.54409Z' fill='%235c6774'/%3E %3Cpath d='M514.96219,62.54714a.76739.76739,0,0,0-.46583-.27949c-.44253-.09317-.60557.20962-.86178.30278s-.41924-.09316-.67544-.67544a7.82345,7.82345,0,0,0-.93166-1.677c-.09316-.09316-.34937-.09316-.39595-.09316s-.06987.02329-.09316.06987v.27949c-.09316-.04658-.2795-.18633-.39595-.18633-.09317-.02329-.32608.23292-.20962.2795,1.118.20962,1.65368,1.44406,1.8633,1.90988l.02329.04659.0233.04658.02329.04658.02329.04658.0233.04658.02329.04659.02329.04658v.04658l.02329.04658.0233.04658.02329.09317.02329.09317.02329.09316a1.50023,1.50023,0,0,0,.76862-.23291,1.69637,1.69637,0,0,1,.83849-.23292A.4004.4004,0,0,0,514.96219,62.54714Z' fill='%235c6774'/%3E %3Cpath d='M508.97632,60.07826c.163.20962.559.83849,1.14127.86178a.93967.93967,0,0,0-.34937-.46583,2.51142,2.51142,0,0,1-.74532-.65215.98705.98705,0,0,0-.41924-.41925v.27949l-.0233.0233-.02329.04658v.04658l-.02329.04658-.0233.04658-.02329.02329-.02329.04659-.02329.04658-.04659.06987s.34937,1.56052,1.56052,1.677a.78768.78768,0,0,0-.396-.559c-.37266-.2562-.90836-.62886-.86178-1.21114C508.69682,59.84535,508.79,59.86864,508.97632,60.07826Z' fill='%235c6774'/%3E %3Cpath d='M508.53378,61.94157h0l-.04658-.04658-.02329-.0233-.02329-.02329-.0233-.02329-.02329-.02329-.02329-.02329-.02329-.04658-.0233-.04658-.02329-.04658-.02329-.04659-.02329-.04658-.04659-.06987-.04658-.06988-.04658-.06987-.02329-.04658-.0233-.04659-.02329-.04658-.02329-.04658-.02329-.04658-.0233-.04658-.02329-.04659-.02329-.04658-.0233-.02329-.02329-.02329-.02329-.02329V60.8236h0a4.34686,4.34686,0,0,1-.74532,1.04811c-.20962.18633-.69874.67544-.95495.93165a3.08607,3.08607,0,0,0,1.16457-.58228,1.4127,1.4127,0,0,0,.51241.163h.02329a1.4127,1.4127,0,0,0,.51241-.163,3.11774,3.11774,0,0,0,1.18786.58228A6.44916,6.44916,0,0,1,508.53378,61.94157Z' fill='%235c6774'/%3E %3Cpath d='M508.18441,62.54714h-.37268a.99563.99563,0,0,1-.41924-.11646,1.87743,1.87743,0,0,0,.41924.60558h0c.13977-.02329.30281-.32608.37268-.48912Z' fill='%235c6774'/%3E %3Cpath d='M511.67811,62.22106l.02329-.95494-.88507.34937.2795.20962c-.13975.20962-2.35243,3.28408-2.63192,3.68l-1.3276-2.4223-.163.25621-1.18786,1.79343-.30279-.18633v.95494l.90836-.34937-.30279-.20962c.163-.23292.8152-1.21115,1.02482-1.53723l1.3276,2.37571,2.93471-4.12256Z' fill='%235c6774'/%3E %3Cpath d='M508.4872,63.75829h0l.0233.02329.02329.02329v.04658l.02329.02329V63.898l.02329.0233.0233.02329v.02329l.02329.02329.02329.02329.02329.04658.04659.04658.02329.04658.04658.04659.04658.04658.04658.04658.04659.04658.04658.04658.06987.11646.23292-.30279-.58229-.88507-.163-.2562-.58229,1.02482.20962.37266A4.0549,4.0549,0,0,1,508.4872,63.75829Z' fill='%235c6774'/%3E %3Cpath d='M509.79151,65.08589l-.20962-.32607-.23291.30278a1.57973,1.57973,0,0,1,.13975.20963l-.30279.20962.90836.34937v-.95495Z' fill='%235c6774'/%3E %3Cpath d='M515.12522,59.42611c.37266-.34937.60558-.69874.396-.93166l-.0233-.02329-.02329-.02329-.02329-.02329-.02329-.02329h-.27952l-.04658.02329-.02329.02329-.0233.02329-.04658.02329-.0233.02329-.04658.02329-.04659.0233-.04658.02329-.02329.02329-.04659.02329-.04659.02329-.04658.02329-.04658.02329-.04658.02329-.04658.02329-.04658.02329c-.37267.34937-.60558.69874-.396.93166C514.35661,59.96181,514.72927,59.77548,515.12522,59.42611Z' fill='%235c6774'/%3E %3Cpath d='M515.7308,58.70408a1.25546,1.25546,0,0,1-.5357.81519,1.304,1.304,0,0,1-.93165.44254,1.28848,1.28848,0,0,1,.58228.27949,2.09008,2.09008,0,0,1,.51241,1.16457,1.27836,1.27836,0,0,0-1.18786-.722,1.29977,1.29977,0,0,0-1.25772.95494c.04658.06987.20962.46583.2562.5357a1.25422,1.25422,0,0,1-.02329-.18633,1.03391,1.03391,0,0,1,1.02481-1.02482,1.01888,1.01888,0,0,1,1.02482,1.02482,1.03609,1.03609,0,0,1-.30278.74532h0a1.26555,1.26555,0,0,1-.65216.13975c-.06988,0-.18633.02329-.18633.13975s.163.11645.163.11645c.163-.02329.90836-.02329.90836-.02329a.57641.57641,0,0,1,.163-.37266,3.09,3.09,0,0,0,.86178-1.51393,3.21546,3.21546,0,0,0-.34937-1.74685A2.61975,2.61975,0,0,1,515.7308,58.70408Z' fill='%235c6774'/%3E %3Cpath d='M509.62848,62.6636l.11645.06987.11646.06988.11645.06987.11646.06988.163-.23292a4.61062,4.61062,0,0,1-1.65368-1.53722c0-.02329-.0233-.04658-.04659-.06988a.61924.61924,0,0,1-.34937-.02329l.09317.163.04658.06987.04658.06988.11646.13975.11645.13974.11646.13975.11646.11646.11645.11645.11646.11646.11646.11646.11645.09316.11646.09317.11646.09316Z' fill='%235c6774'/%3E %3Cpath d='M512.26039,63.31575l-.163-.02329-.163-.02329-.09317-.02329-.09316-.02329-.09316-.02329-.09317-.02329-.09316-.02329-.09317-.02329-.09316-.0233-.09316-.02329-.09317-.02329-.09316-.02329-.09316-.02329-.09317-.02329-.163.23291a9.5553,9.5553,0,0,0,1.51394.37266,3.63426,3.63426,0,0,0,.86178.04659.2997.2997,0,0,0,.02328-.2795C512.81938,63.36234,512.53989,63.33905,512.26039,63.31575Z' fill='%235c6774'/%3E %3Cpath d='M514.72927,63.22259h-.48911c-.11646.02329-.09317.13975-.04659.20962a3.47394,3.47394,0,0,0,.559.32608c.06987.02329.20962.06988.2562,0,.09317-.13975.163-.23291.13975-.34937C515.10194,63.29246,514.9156,63.24588,514.72927,63.22259Z' fill='%235c6774'/%3E %3Cpath d='M514.05382,63.4555h-.02329c-.04658.02329-.02329.11646,0,.163a3.04141,3.04141,0,0,0,.2795.34937.33365.33365,0,0,0,.2562.11646.68.68,0,0,0,.20962-.04658c.06987-.0233.11646-.09317.09317-.20963A4.6621,4.6621,0,0,1,514.05382,63.4555Z' fill='%235c6774'/%3E %3Cpath d='M513.96066,64.03779h0l-.02329-.0233h0l-.0233-.02329-.02329-.02329-.02329-.02329h0v-.02329h0c-.18633-.20962-.37266-.2562-.46583-.163-.11645.06988,0,.30279.163.39595a1.04621,1.04621,0,0,0,.48912.13975.83523.83523,0,0,1-.09316-.2562Z' fill='%235c6774'/%3E %3Cpath d='M513.93737,63.10613h-.20963c-.34937.09317-.44253.23292-.37266.32608s.37266.02329.5357-.06987c.163-.06988.20962-.163.163-.25621Z' fill='%235c6774'/%3E %3C/g%3E %3Cg%3E %3Cpath d='M523.71972,73.67885H490.879v33.84227h33.84228V73.67885Zm-.396,32.44479H492.27645V75.07633h31.04732Z' fill='%23fff'/%3E %3Cpath d='M455.01035,73.67885v33.84227h33.84228V73.67885H455.01035Zm32.4448,32.44479H456.40783V75.07633h31.04732Z' fill='%23fff'/%3E %3Cpath d='M459.10962,97.22636a1.2563,1.2563,0,0,0,.74533.32608,1.11474,1.11474,0,0,0,.95494-.60557,4.51261,4.51261,0,0,0,.09317-3.58686l-.04659-.06988-.04658-.06987-.02329-.06988-.02329-.06987-.04659-.06988-.04658-.04658-.04658-.04658-.02329-.06987-.04658-.04659-.04659-.04658-.04658-.04658-.04658-.04658-.06988-.04659-.04658-.04658-.04658-.04658-.04658-.02329-.06988-.0233-.04658-.04658-.04658-.02329-.06988-.02329-.06987-.02329-.06987-.02329-.06988-.02329-.06987-.02329-.06988-.0233-.06987-.02329h-.11646l-.06987-.02329H459.296l-.06988-.02329h-1.281v7.05727h1.16456Zm-.06987-4.0061h.11646a.732.732,0,0,1,.67544.48911,3.53227,3.53227,0,0,1,.23292,1.51394,1.71637,1.71637,0,0,1-.163.86178.42866.42866,0,0,1-.37266.30278q-.20962,0-.34937-.27949a1.71445,1.71445,0,0,1-.163-.76861V93.22026Z' fill='%23fff'/%3E %3Cpath d='M485.21918,91.96253s-2.4223,2.53875-2.60862,2.72508V92.21873h-1.14128v7.08056h1.14128V96.38787c.02329-.04658,1.49064-1.58381,1.65368-1.77014,0,.25621.163,4.65827.163,4.65827h1.16456l-.27949-7.40664Z' fill='%23fff'/%3E %3Cpath d='M479.0004,92.77772l-.11645.11646-.11646.11645-.11646.11646-.11645.11646-.23292.2562-.11645.11646-.11646.11645-.11646.11646-.11645.11646-.11646.11645-.09317.09317-.09316.09317-.04658.04658-.04658.04658-.04659.04658-.04658.04658-.04658.04658-.02329.04659-.02329.02329-.02329.02329-.02329.02329v.04659l-.02329.02329h-.02329V92.21873h-1.14127v7.08056h1.14127V96.38787c.02329-.04658,1.49064-1.58381,1.65368-1.77014,0,.25621.163,4.65827.163,4.65827h1.16457l-.2795-7.40664-.09316.09317h0v.02329l-.02329.02329-.0233.02329-.02329.02329-.02329.02329-.02329.02329-.02329.02329-.02329.04659-.04658.04658-.04658.04658-.04659.04658-.04658.04658-.04658.04658-.09317.09317-.09316.09317-.09317.11645Z' fill='%23fff'/%3E %3Cpath d='M472.17605,93.12709a4.06253,4.06253,0,0,0-.8152,2.65521,3.971,3.971,0,0,0,.88507,2.65521,3.31785,3.31785,0,0,0,2.58534,1.0714h.04658V98.27447h-.04658a2.027,2.027,0,0,1-1.677-.722l-.06988-.09317-.06987-.09316-.06988-.09317-.04658-.09316-.04658-.09317-.04658-.09316-.04659-.11646-.04658-.11646-.02329-.11645-.02329-.11646-.02329-.11646-.02329-.11645-.02329-.11646V95.7823a2.76533,2.76533,0,0,1,.5357-1.77014,2.11212,2.11212,0,0,1,1.70026-.722h.04658V92.05569h-.04658A3.26269,3.26269,0,0,0,472.17605,93.12709Z' fill='%23fff'/%3E %3Cpath d='M462.53345,98.41422a1.60763,1.60763,0,0,0,1.49064,1.02482,1.75848,1.75848,0,0,0,1.56052-1.0714,6.92917,6.92917,0,0,0-.02329-5.28713l-.04658-.06988-.04659-.06987-.02329-.06988-.04658-.04658-.02329-.04658-.04659-.04658-.04658-.04658-.04658-.06988-.04658-.04658-.04659-.04658-.04658-.04658-.04658-.04659-.04659-.04658H464.979l-.04658-.04658-.04658-.04658-.04658-.0233-.04659-.02329-.04658-.02329-.04658-.02329-.06988-.02329-.04658-.02329-.04658-.02329-.06987-.0233L464.42,92.079l-.06987-.02329-.04658-.02329H464.257l-.06987-.02329-.06987-.02329h-.13975a1.61866,1.61866,0,0,0-1.44406,1.02482,5.75843,5.75843,0,0,0-.51241,2.63192A6.39,6.39,0,0,0,462.53345,98.41422Zm.81519-4.54181c.13975-.44253.37266-.67544.65216-.67544q.48912,0,.69874.69873a6.04668,6.04668,0,0,1,.20962,1.81673,6.11771,6.11771,0,0,1-.23291,1.88659l-.02329.04659-.02329.04658-.0233.04658h.02329l-.02329.04658-.02329.04658-.02329.04659-.02329.02329-.02329.04658-.02329.02329-.02329.04658-.02329.02329-.02329.02329-.02329.0233-.0233.02329-.02329.02329-.02329.02329-.02329.02329-.02329.02329-.02329.02329-.02329.02329-.02329.02329-.02329.02329-.02329.02329h-.0233l-.02329.0233-.02329.02329h-.02329l-.02329.02329h-.09316c-.2795,0-.48912-.23292-.65216-.69874a6.05643,6.05643,0,0,1-.23291-1.86331A8.631,8.631,0,0,1,463.34864,93.87241Z' fill='%23fff'/%3E %3Cpath d='M468.77552,97.52915l-.02329-.04658-.04659-.04659-.06987-.09316-.04658-.06988-.04659-.09316-.04658-.09317-.04658-.09316-.04658-.11646-.04659-.11645-.02329-.11646-.02329-.11646-.02329-.11645-.02329-.11646-.02329-.11646V95.7823a2.76535,2.76535,0,0,1,.5357-1.77014,2.11216,2.11216,0,0,1,1.70027-.722h.06987V92.05569h-.06987a3.21377,3.21377,0,0,0-2.63192,1.0714,4.57253,4.57253,0,0,0,.06987,5.31042,3.31785,3.31785,0,0,0,2.58534,1.0714h.04658V98.27447h-.09317A2.11244,2.11244,0,0,1,468.77552,97.52915Z' fill='%23fff'/%3E %3Cpolygon points='459.273 83.019 460.88 83.019 460.88 88.958 462.184 88.958 462.184 81.854 457.968 81.854 457.968 88.958 459.273 88.958 459.273 83.019' fill='%23fff'/%3E %3Cpath d='M466.21347,89.09769a1.92632,1.92632,0,0,0,1.74685-1.07139,6.17486,6.17486,0,0,0,0-5.33372l-.06987-.04658-.04658-.06987-.04659-.06988-.04658-.04658-.04658-.06987-.04659-.04658v-.04659l-.04659-.04658-.04658-.04658-.04658-.04659-.04659-.04658-.04658-.04658-.04658-.04658-.04658-.04659-.06988-.04658h-.06987l-.04658-.04658-.04659-.02329-.06987-.02329-.04658-.02329-.06988-.0233-.06987-.02329-.04658-.02329-.06988-.02329-.06987-.02329-.06987-.02329-.06988-.02329-.02329.02329h-.2795a1.83658,1.83658,0,0,0-1.65368,1.04811,5.21763,5.21763,0,0,0-.58228,2.65521,5.71555,5.71555,0,0,0,.559,2.72508A1.83422,1.83422,0,0,0,466.21347,89.09769Zm-.722-5.56662c.163-.44253.396-.67545.722-.67545.34937,0,.60558.23292.76862.67545a5.27942,5.27942,0,0,1,.23291,1.81672,5.98994,5.98994,0,0,1-.2562,1.86331c-.163.46582-.41925.67545-.722.67545h-.11646l-.02329-.02329-.02329-.0233h-.04659l-.02329-.02329-.02329-.02329-.02329-.02329-.02329-.02329-.02329-.02329-.02329-.02329-.02329-.02329-.02329-.02329-.04659.06987v-.02329l-.02329-.02329-.02329-.0233-.02329-.02329-.02329-.02329-.02329-.04658-.0233-.02329-.02329-.02329-.02329-.04658-.02329-.04659-.02329-.02329v-.02329l-.02329-.04659-.02329-.04658v-.02329l-.02329-.04658a5.31442,5.31442,0,0,1-.2562-1.84A5.62856,5.62856,0,0,1,465.49144,83.53107Z' fill='%23fff'/%3E %3Cpolygon points='476.764 88.958 478.069 88.958 478.069 83.019 479.163 83.019 479.163 81.854 475.67 81.854 475.67 83.019 476.764 83.019 476.764 88.958' fill='%23fff'/%3E %3Cpath d='M470.52237,85.045a1.98689,1.98689,0,0,0,1.30431.46582h.95494v3.42382h1.30432V81.8541h-1.30432V84.323h-.69874a.99007.99007,0,0,1-.65215-.18633.49174.49174,0,0,1-.13975-.37266v-1.8866h-1.30431v2.02634A1.48068,1.48068,0,0,0,470.52237,85.045Z' fill='%23fff'/%3E %3Cpath d='M482.07486,85.48754h1.63039c.02329.13975.37266,3.47041.37266,3.47041h1.30431l-.60557-5.194v-.20962l-.02329-.06987v-.06987l-.02329-.04659v-.06987l-.02329-.04658-.0233-.06988-.02329-.04658-.02329-.04658-.02329-.04659-.02329-.04658-.02329-.04658-.02329-.04658-.02329-.04659-.02329-.04658-.02329-.04658-.0233-.04659-.02329-.04658-.02329-.04658-.02329-.04658-.04658-.04659-.02329-.04658-.02329-.02329-.04658-.04658-.02329-.02329-.04659-.04659-.04658-.04658-.04658-.02329-.02329-.04658-.04658-.04659a2.11852,2.11852,0,0,0-1.3509-.37266H480.724l-.23291,7.10385h1.30431A29.956,29.956,0,0,0,482.07486,85.48754Zm.02329-1.18786h0v-.06987h0v-.163l.02329-.04658v-.46583l.02329-.04658v-.39595l.02329-.02329v-.09317h.46583a.75766.75766,0,0,1,.69874.32608,2.23167,2.23167,0,0,1,.23291.95494l-1.46735.02329Z' fill='%23fff'/%3E %3Cpath d='M501.68614,86.58223a1.557,1.557,0,0,1,.44253.51241c-.76861-.48912-1.23444-.18633-1.23444-.18633a1.122,1.122,0,0,0,.8152.93165,1.12826,1.12826,0,0,0-1.00153.2795,1.13847,1.13847,0,0,0,.95495.60557c-.60558.46583-.51241.8152-.51241.8152a1.19775,1.19775,0,0,0,1.04811-.163.93328.93328,0,0,0-.11646,1.16457,1.12222,1.12222,0,0,0,.90836-.62887c-.06987.60558.23292.76862.23292.76862a1.06737,1.06737,0,0,0,.559-.44254,1.04671,1.04671,0,0,0,.67545.51241.886.886,0,0,0,.04658-.74532c.396.11645.51241-.11646.51241-.11646a2.24393,2.24393,0,0,1-.396-.722,1.83193,1.83193,0,0,1-1.77014-.13975c-.23291-.27949.163-.97823.37267-1.49064a.80467.80467,0,0,0-.32608-1.02482l-.09317-.06987-.09316-.06988-.09316-.06987-.09317-.06988-.09316-.06987-.06988-.06987-.06988-.06988-.06987-.06987-.06988-.06988-.06987-.06987-.06988-.06987-.06987-.06988-.06988-.06987-.04658-.06987-.04658-.04659-.04658-.06987-.04658-.04658-.04658-.04659-.04659-.04658-.04658-.04658-.04658-.04658-.04658-.04659-.04658-.04658-.04659-.04658-.06987-.11646-.04658-.11646-.04658-.09316-.04659-.11646A2.12983,2.12983,0,0,0,501.68614,86.58223Z' fill='%23fff'/%3E %3Cpath d='M503.89882,92.59139l-.0233-.02329-.02329-.02329-.02329-.02329-.0233-.02329-.02329-.02329-.02329-.02329-.02329-.0233.0233-.04658-.0233-.02329-.02329-.02329V92.3119l-.02329-.02329v-.0233l-.0233-.02329v-.04658a3.91613,3.91613,0,0,0,.67545,2.236,1.80165,1.80165,0,0,0,.11646-1.42077,1.03727,1.03727,0,0,1-.2795-.13975,2.11789,2.11789,0,0,1,.04658.8152S504.01527,93.54633,503.89882,92.59139Z' fill='%23fff'/%3E %3Cpath d='M502.99045,92.47493h0l-.02329-.02329h0v-.02329l-.02329-.02329-.0233-.02329-.02329-.02329-.02329-.02329-.02329-.02329-.0233-.02329-.02329-.02329-.02329-.02329-.0233-.0233v-.02329h0c-.04658.559-.18633,2.02635.30279,2.49217,0,0,.32608-.2562.46583-2.399a1.989,1.989,0,0,1-.25621.32608,2.56081,2.56081,0,0,1-.163,1.16456c-.02327-.09317-.25618-.2795-.11644-1.30432Z' fill='%23fff'/%3E %3Cpath d='M502.19855,93.87241a6.2265,6.2265,0,0,0,.41924-2.28255v-.163l-.06987.06987a.70785.70785,0,0,1-.163.11646h0v.02329h0v.559l-.02329.06987v.06988l-.0233.06987-.02329.06988-.02329.06987-.04658.163-.0233.09317-.02329.06987-.02329.06987-.02329.06988-.0233.06987-.02329.06988-.02329.06987-.02329.06988-.04659.06987-.04658.06988-.04658.04658-.04658.04658a4.19265,4.19265,0,0,1,.34937-1.8633c-.06988.02329-.11646.04658-.18633.06987-.46583.79191-1.04811,1.90989-.58229,2.74838C501.42993,94.54786,501.91905,94.315,502.19855,93.87241Z' fill='%23fff'/%3E %3Cpath d='M500.7079,91.31037c0-.02329-.02329-.04658-.02329-.06988h0v-.163a5.12018,5.12018,0,0,1-1.77014,1.39748,4.38492,4.38492,0,0,1,1.79343-1.56052,1.08755,1.08755,0,0,1,.11646-.23291h-.04659a.73541.73541,0,0,1-.46582-.06988,9.5558,9.5558,0,0,0-1.58381,1.42077,3.0434,3.0434,0,0,0-.76862,1.72356,2.06932,2.06932,0,0,0,1.51394-.83849A7.12851,7.12851,0,0,1,500.7079,91.31037Z' fill='%23fff'/%3E %3Cpath d='M500.079,90.4253c-.04658-.02329-.06988-.06988-.09317-.09317a7.8732,7.8732,0,0,1-2.09621,1.30432,2.50124,2.50124,0,0,1,.65215-.722,6.38086,6.38086,0,0,1,1.37419-.69874l.04658-.06988c0-.02329.02329-.04658.04658-.06987-.396.13975-1.74684.65215-2.18938.88507a3.01975,3.01975,0,0,0-1.42077,1.79343,2.63977,2.63977,0,0,0,1.677-.5357C498.82131,91.58986,499.70638,90.7048,500.079,90.4253Z' fill='%23fff'/%3E %3Cpath d='M499.68309,90.02935a1.09388,1.09388,0,0,1-.46583-.13975,6.0461,6.0461,0,0,1-2.16609.60557,4.74231,4.74231,0,0,1,.7919-.44253,9.60019,9.60019,0,0,1,1.30432-.44254h0v-.04658h0v-.04658h0c-.44254.09316-1.56052.23291-2.07293.37266a3.12414,3.12414,0,0,0-1.93318,1.53723,3.56108,3.56108,0,0,0,2.28255-.46583A14.77292,14.77292,0,0,1,499.68309,90.02935Z' fill='%23fff'/%3E %3Cpath d='M496.4456,89.65669a17.12012,17.12012,0,0,0,2.88812-.41925,1.39661,1.39661,0,0,1,.27949-.2562h-.32609l-.0233-.02329h-.04658l-.02329-.02329a6.75515,6.75515,0,0,1-2.51547.27949,7.24343,7.24343,0,0,1,2.28255-.39595c-.11645-.06987-.20962-.13975-.20962-.13975-.62886.09317-2.07292.06988-2.63192.18633a6.50654,6.50654,0,0,0-1.88659.74532C494.18634,89.49365,494.97824,89.77314,496.4456,89.65669Z' fill='%23fff'/%3E %3Cpath d='M493.67393,87.30426a6.91229,6.91229,0,0,0,2.21267.97824,10.88411,10.88411,0,0,0,2.81825.09316,1.34425,1.34425,0,0,1,.18633-.23291,11.54638,11.54638,0,0,1-2.6552-.37266,6.27093,6.27093,0,0,1,2.84153.23291h.37269a13.39415,13.39415,0,0,0-3.30737-.69874A6.36312,6.36312,0,0,0,493.67393,87.30426Z' fill='%23fff'/%3E %3Cpath d='M495.42078,86.62882c1.09469.46582,3.16762.722,4.21572,1.18785l-.04658-.02329-.04658-.02329-.04658-.02329-.04658-.02329-.04658-.02329-.04659-.02329-.02329-.02329-.02329-.0233-.02329-.02329-.0233-.02329-.02329-.02329-.02329-.02329-.0233-.02329-.02329-.02329-.02329-.02329-.02329-.02329-.0233-.02329-.02329-.0233v-.20961h0a11.65419,11.65419,0,0,1-1.63039-.396,4.921,4.921,0,0,1-1.16457-.5357,5.52044,5.52044,0,0,1,1.18786.18633c.65216.18633.97824.30279,1.677.559a1.22643,1.22643,0,0,1,.559-.18633,29.05,29.05,0,0,0-2.88813-1.04811,9.45019,9.45019,0,0,0-3.14432-.5357C493.65064,85.23134,493.93013,86,495.42078,86.62882Z' fill='%23fff'/%3E %3Cpath d='M499.194,86.30274h0l-.0233-.02329h0v-.02329l-.02329-.0233-.02329-.02329-.02329-.02329-.0233-.02329h0V86.1397h0c-.60557-.27949-.74532-.39595-1.0481-.5357a10.92589,10.92589,0,0,1-1.14128-.76861,5.76145,5.76145,0,0,1-.76861-.83849,4.79222,4.79222,0,0,1,1.23444.722c.41924.30279,1.0714.79191,1.6071,1.23444l-.18633-.58228c-.65216-.51241-1.58381-1.42077-1.8866-1.72356a7.24265,7.24265,0,0,0-2.02634-1.44406,3.03386,3.03386,0,0,0,.39595,1.93318A7.34926,7.34926,0,0,0,499.194,86.30274Z' fill='%23fff'/%3E %3Cpath d='M503.78236,90.49517h0l-.02329.02329h0a4.122,4.122,0,0,0-.0233.93166,1.86477,1.86477,0,0,0,.44254,1.04811.85492.85492,0,0,0,.69874.30278,5.45455,5.45455,0,0,1-.30279-.81519,8.2666,8.2666,0,0,0-.25621-.83849c-.20961-.23291-.46582-.559-.53569-.65216Z' fill='%23fff'/%3E %3Cpath d='M503.1302,90.798h0l-.02329-.02329h0a1.25658,1.25658,0,0,0-.20962.39595,1.4655,1.4655,0,0,0,0,.83849,1.85089,1.85089,0,0,0,.34937.5357,1.31457,1.31457,0,0,0,.34937-.58228,2.412,2.412,0,0,0,.02329-.69874,2.18057,2.18057,0,0,0-.09316-.37266.33111.33111,0,0,1-.13975.04658l-.04658.02329-.06988-.02329h0l-.13975-.13975Z' fill='%23fff'/%3E %3Cpath d='M502.711,90.47188l-.0233.02329-.02329.02329-.04658.0233-.02329.02329-.04659.02329-.04658.02329-.04658.02329-.04658.02329-.04658.02329H502.315l-.04659.02329h-.163c-.7919.74532-.69874,1.04811-.69874,1.04811a1.40364,1.40364,0,0,0,1.04811-.34937.98178.98178,0,0,0,.34937-.5357.65918.65918,0,0,0-.04658-.39595Z' fill='%23fff'/%3E %3Cpath d='M501.96564,90.63492h0l-.0233-.02329h0v-.02329h0V90.1691a2.51082,2.51082,0,0,0-.69874.32608.5835.5835,0,0,0-.27949.722c.58228.11645.90836-.46583,1.00153-.58229Z' fill='%23fff'/%3E %3Cpath d='M501.8026,89.72656h-.65217l-.06987-.02329-.02329-.06988c-.34937.30279-.79191.34937-.93166.60558a.66283.66283,0,0,0,.65216.27949,1.583,1.583,0,0,0,1.0714-.58228.54818.54818,0,0,1,.04658-.18633h-.04658Z' fill='%23fff'/%3E %3Cpath d='M501.17373,89.05111h0l.02329-.02329V88.958h0v-.04658l.02329-.0233v-.02329l.0233-.02329h0a2.62447,2.62447,0,0,0-.95495,0A1.15563,1.15563,0,0,0,499.194,89.68a.99572.99572,0,0,0,.7919.13975,1.7375,1.7375,0,0,0,1.02482-.58229v-.02329l.02329-.02329v-.04658l.0233-.02329V89.0977l.02329-.02329v-.02329l.02329-.02329Z' fill='%23fff'/%3E %3Cpath d='M498.82131,88.46883a1.75425,1.75425,0,0,0,.90836.37266,2.26289,2.26289,0,0,0,1.14127-.27949l-.02329-.0233-.02329-.02329-.0233-.02329-.02329-.02329-.02329-.02329-.0233-.02329h0l-.0233-.02329-.02329-.0233-.02329-.02329-.0233-.02329-.02329-.02329-.02329-.02329-.02329-.02329-.0233-.02329-.02329-.02329-.04658-.06988a1.5551,1.5551,0,0,0-1.16457-.09316A.9029.9029,0,0,0,498.82131,88.46883Z' fill='%23fff'/%3E %3Cpath d='M499.93929,87.7468a1.62429,1.62429,0,0,0,1.04811.04658h.25622a1.43225,1.43225,0,0,1-.41924-.69874,1.72429,1.72429,0,0,1-.76862-.02329.97345.97345,0,0,0-.81519.11646A.90324.90324,0,0,0,499.93929,87.7468Z' fill='%23fff'/%3E %3Cpath d='M500.75449,86.83844l.06987-.04659a1.09192,1.09192,0,0,1,.39595-.11645,10.743,10.743,0,0,0-1.02481-.74532,4.98781,4.98781,0,0,0-1.30432-.5357,4.13276,4.13276,0,0,0,.62887,1.09469A1.2586,1.2586,0,0,0,500.75449,86.83844Z' fill='%23fff'/%3E %3Cpath d='M501.38335,86.48907l-.02329-.04658-.02329-.04659-.0233-.04658-.02329-.04658-.02329-.04659-.02329-.04658-.0233-.04658-.02329-.04658-.02329-.04659-.02329-.04658-.0233-.04658-.02329-.04659-.02329-.04658-.0233-.04658L501.034,85.767l-.02329-.04659a8.44568,8.44568,0,0,0-.32608-1.0714,1.95063,1.95063,0,0,0-1.118-.93165,2.03314,2.03314,0,0,0,.163,1.3509A3.89965,3.89965,0,0,0,501.38335,86.48907Z' fill='%23fff'/%3E %3Cpath d='M504.52768,90.91442l-.09316-.02329a.87726.87726,0,0,1-.2795-.09317,1.46863,1.46863,0,0,1,.37266.83849c.163.7919.30279.81519.30279.81519.11646-.27949.32608-.7919.58228-1.30431a1.05058,1.05058,0,0,0,.04659-.90836h-.06988l-.0233-.02329h-.04658l-.02329-.02329h-.0233l-.02329-.0233h-.02329l-.02329-.02329-.0233-.02329-.02329-.02329-.02329-.02329v.02329a.50475.50475,0,0,1-.41925.18633v.13975a1.06022,1.06022,0,0,1-.11645.48912Z' fill='%23fff'/%3E %3Cpath d='M499.45017,85.41767l.13975.06987c.13975.06987.30279.13975.41925.18633a2.637,2.637,0,0,1-.39595-.5357c-.06988-.13975-.11646-.27949-.163-.39595l-.04658-.13975a11.57618,11.57618,0,0,1-1.21115-1.0714,3.94553,3.94553,0,0,1-1.00153-1.58381,3.47923,3.47923,0,0,1,.88507.8152c.46583.58228.93165,1.18785,1.3509,1.70026l-.02329-.18633V83.9969h0a20.47338,20.47338,0,0,0-1.30432-2.21268,12.56605,12.56605,0,0,0-1.70027-1.88659,3.97625,3.97625,0,0,0,.163,2.60862A7.66058,7.66058,0,0,0,499.45017,85.41767Z' fill='%23fff'/%3E %3Cpath d='M519.55057,87.18781a12.39062,12.39062,0,0,0-3.30737.69874h.34939a6.69718,6.69718,0,0,1,2.84155-.23292,11.54655,11.54655,0,0,1-2.65521.37266,1.63193,1.63193,0,0,1,.18633.23292,10.88374,10.88374,0,0,0,2.81825-.09317,7.222,7.222,0,0,0,2.21267-.97823C521.50705,87.18781,520.69185,87.11793,519.55057,87.18781Z' fill='%23fff'/%3E %3Cpath d='M515.89384,86.81515a.95859.95859,0,0,1,.58228.18633,10.88288,10.88288,0,0,1,1.677-.559,5.73883,5.73883,0,0,1,1.18786-.18633,4.921,4.921,0,0,1-1.16457.5357,11.65419,11.65419,0,0,1-1.63039.396h0v.18632l-.02329.0233v.02329l-.02329.02329-.0233.02329-.02329.02329-.02329.02329-.09317-.02329-.02329.0233-.02329.02329-.02329.02329-.0233.02329-.02329.02329-.02329.02329-.0233.02329-.06986.06988-.04659.02329-.04658.02329-.04659.02329-.04658.02329c1.04811-.46583,3.09774-.722,4.21573-1.18786,1.49064-.60557,1.77014-1.39747,1.77014-1.39747a8.79169,8.79169,0,0,0-3.14433.5357C517.827,86.04653,516.40624,86.58223,515.89384,86.81515Z' fill='%23fff'/%3E %3Cpath d='M516.91866,85.23134l-.18633.58228c.5357-.44254,1.18786-.93165,1.6071-1.23444a4.95676,4.95676,0,0,1,1.25773-.722,5.76145,5.76145,0,0,1-.76861.83849,8.17833,8.17833,0,0,1-1.14128.76861c-.30278.163-.44253.2562-1.04811.5357h0l-.02329.02329-.02329.02329-.02329.02329-.0233.02329-.02329.02329v.0233h0a7.5094,7.5094,0,0,0,4.02939-2.30584,3.03389,3.03389,0,0,0,.396-1.93318,7.72211,7.72211,0,0,0-2.04963,1.44406A22.4447,22.4447,0,0,1,516.91866,85.23134Z' fill='%23fff'/%3E %3Cpath d='M515.59105,85.67387a2.28747,2.28747,0,0,1,.41924-.18633l.13975-.06987a8.08707,8.08707,0,0,0,2.91141-2.91142,3.8284,3.8284,0,0,0,.163-2.60862,12.56651,12.56651,0,0,0-1.70026,1.88659,15.79782,15.79782,0,0,0-1.30431,2.21268v.2562l-.0233.18633c.396-.51241.88507-1.118,1.32761-1.70026a3.479,3.479,0,0,1,.88507-.8152,4.21378,4.21378,0,0,1-1.00152,1.58381,11.57636,11.57636,0,0,1-1.21116,1.0714l-.04658.13975a2.01586,2.01586,0,0,1-.163.39595A4.82234,4.82234,0,0,1,515.59105,85.67387Z' fill='%23fff'/%3E %3Cpath d='M501.29019,91.4967c.02329-.04658.04658-.11646.06987-.163a1.12837,1.12837,0,0,1-.41924.06988h-.0233l-.04658.04658-.04658.04658-.04658.04658-.04658.06988-.06988.06987-.06987.06987-.06988.06988-.06987.06987-.06988.06988-.06987.06987-.06988.06988-.06987.06987-.06988.09317-.06987.09316-.06988.09317-.06987.09316-.04658.09317-.04658.09317-.04659.09316-.04658.09317-.04658.09316-.04658.11646-.04658.09317-.04659.11645-.02329.11646-.02329.11645-.02329.11646-.0233.11646v.46582a2.74372,2.74372,0,0,0,1.39748-1.02481,8.54988,8.54988,0,0,1,.8152-1.3509.7675.7675,0,0,1-.32608,0l-.09316-.02329a4.34386,4.34386,0,0,1-1.18786,1.46735A3.54236,3.54236,0,0,1,501.29019,91.4967Z' fill='%23fff'/%3E %3Cpath d='M513.72775,85.65058l-.06988.06987-.06987.06988-.06988.06987-.06987.06988L513.37837,86l-.06987.06987-.06988.06988-.06987.06987-.09316.06987-.09317.06988-.09316.06987-.09317.06988-.09316.06987a.80467.80467,0,0,0-.32608,1.02482c.20962.51241.60558,1.21115.37267,1.49064a1.83193,1.83193,0,0,1-1.77014.13975,2.24393,2.24393,0,0,1-.396.722s.11646.23291.51241.11645a1.0022,1.0022,0,0,0,.04658.74533.90026.90026,0,0,0,.65216-.51241,1.06732,1.06732,0,0,0,.559.44253s.30279-.163.23291-.76861a1.17619,1.17619,0,0,0,.90836.62886.93325.93325,0,0,0-.11645-1.16456,1.19775,1.19775,0,0,0,1.04811.163s.11645-.34937-.51241-.8152a1.13845,1.13845,0,0,0,.95494-.60557,1.17183,1.17183,0,0,0-1.00152-.2795,1.15376,1.15376,0,0,0,.81519-.93165s-.46582-.30279-1.23444.18633a2.02714,2.02714,0,0,1,.44254-.51241,2.21329,2.21329,0,0,0,.559-1.97976l-.04659.11646-.04658.09316-.04658.11646-.06987.11645-.04659.04659-.04658.04658-.04658.04658-.04658.04659-.04658.04658-.04659.04658-.04658.04658-.04658.04659-.04658.06987-.04658.04658Z' fill='%23fff'/%3E %3Cpath d='M511.14241,92.98734a1.80163,1.80163,0,0,0,.11646,1.42077,3.916,3.916,0,0,0,.67544-2.236V92.242l-.02329.02329v.02329l-.02329.02329v.02329l-.02329.02329-.0233.0233-.02329.02329-.02329.02329-.0233.02329-.02329.02329-.02329.02329-.02329.02329-.0233.02329c-.13975.955-.32607,1.09469-.32607,1.09469a2.05169,2.05169,0,0,1,.04658-.81519A.44271.44271,0,0,1,511.14241,92.98734Z' fill='%23fff'/%3E %3Cpath d='M512.09736,92.21873c.11645,2.1428.46582,2.399.46582,2.399.48912-.46583.34937-1.93318.30279-2.49217h0v.02329l-.02329.02329-.0233.02329-.02329.02329-.02329.02329-.02329.02329-.0233.02329-.02329.02329-.02329.0233-.0233.02329v.02329h0c.163,1.02482-.09316,1.21114-.09316,1.21114a2.561,2.561,0,0,1-.163-1.16456C512.28369,92.47493,512.16723,92.33519,512.09736,92.21873Z' fill='%23fff'/%3E %3Cpath d='M513.23863,91.63645h0a1.01266,1.01266,0,0,1-.163-.13975l-.06987-.06987v.163a6.32918,6.32918,0,0,0,.41924,2.28255,2.07609,2.07609,0,0,0,.76861.67545c.46583-.83848-.09316-1.95647-.58228-2.74837-.06987-.02329-.11646-.04659-.18633-.06988a4.1927,4.1927,0,0,1,.34937,1.86331l-.04658-.04659-.04658-.04658-.04659-.06987-.02329-.06988-.04658-.06987-.02329-.06988-.0233-.06987-.02329-.06987-.02329-.06988-.02329-.06987-.0233-.06988-.02329-.09316-.04658-.163-.02329-.06988-.0233-.06987-.02329-.06988v-.06987l-.02329-.06988V91.683h0l-.02328-.04658Z' fill='%23fff'/%3E %3Cpath d='M515.31156,90.56505a.93779.93779,0,0,1-.46583.06987h-.04658a.54848.54848,0,0,1,.11645.23291,4.38508,4.38508,0,0,1,1.79344,1.56052,5.12007,5.12007,0,0,1-1.77015-1.39748h0v.11646h0a.115.115,0,0,1-.02329.06987,9.67086,9.67086,0,0,1,1.281,1.56052,2.06938,2.06938,0,0,0,1.51394.83849,2.97755,2.97755,0,0,0-.76861-1.72356C516.40624,91.42683,515.77738,90.91442,515.31156,90.56505Z' fill='%23fff'/%3E %3Cpath d='M517.78044,90.961c-.44254-.23291-1.79344-.74532-2.16609-.88507.02329.02329.02329.04658.04658.06987l.04659.06988a6.25013,6.25013,0,0,1,1.35089.69874,2.5015,2.5015,0,0,1,.65216.722,7.873,7.873,0,0,1-2.09622-1.30431c-.02329.02329-.04659.06987-.09317.09316.37267.2795,1.25773,1.16457,2.00306,1.77014a2.45922,2.45922,0,0,0,1.677.5357A3.11983,3.11983,0,0,0,517.78044,90.961Z' fill='%23fff'/%3E %3Cpath d='M518.47918,89.86631c-.51241-.163-1.63039-.2795-2.07293-.37266v.02329h0v.04658h0v.04658h0a9.60112,9.60112,0,0,1,1.30432.44254,3.82788,3.82788,0,0,1,.7919.44253,5.608,5.608,0,0,1-2.16609-.60557,1.094,1.094,0,0,1-.46583.13975,14.06284,14.06284,0,0,1,2.236.93165,3.561,3.561,0,0,0,2.28255.46582A2.986,2.986,0,0,0,518.47918,89.86631Z' fill='%23fff'/%3E %3Cpath d='M516.87207,88.58529a.86465.86465,0,0,1-.20962.13974,7.21768,7.21768,0,0,1,2.25926.396,6.77264,6.77264,0,0,1-2.51546-.2795l-.02329.02329h-.04659l-.02329.02329h-.34939a2.9505,2.9505,0,0,1,.30278.25621,14.62819,14.62819,0,0,0,2.88812.41924,5.988,5.988,0,0,0,2.25926-.163,7.2383,7.2383,0,0,0-1.88659-.74532A25.93254,25.93254,0,0,1,516.87207,88.58529Z' fill='%23fff'/%3E %3Cpath d='M511.93432,90.61163h0l-.0233-.02329h0a3.86393,3.86393,0,0,0-.46582.74532c-.09317.2795-.18633.62887-.23291.83849a4.21888,4.21888,0,0,1-.30279.81519.855.855,0,0,0,.69874-.30278,1.802,1.802,0,0,0,.44253-1.04811c-.06987-.37266-.06987-.74532-.11645-1.02482Z' fill='%23fff'/%3E %3Cpath d='M512.58647,90.6815h0l-.02329.02329h0l-.04658.02329-.06988-.02329a.331.331,0,0,0-.13975-.04658,2.89716,2.89716,0,0,0-.09316.37266,1.37355,1.37355,0,0,0,.37266,1.281,1.85074,1.85074,0,0,0,.34937-.5357,1.29052,1.29052,0,0,0,0-.83848C512.72622,90.91442,512.65635,90.75138,512.58647,90.6815Z' fill='%23fff'/%3E %3Cpath d='M513.47154,90.7048h-.163l-.04658-.0233h-.04658l-.04659-.02329-.04658-.02329-.04658-.02329-.04658-.02329-.04658-.02329-.04659-.02329-.02329-.02329-.04658-.02329-.02329-.02329-.0233-.02329a.53916.53916,0,0,0-.04658.39595.98178.98178,0,0,0,.34937.5357,1.34987,1.34987,0,0,0,1.02482.34937s.09316-.30279-.69874-1.04811Z' fill='%23fff'/%3E %3Cpath d='M513.72775,90.47188h0l-.0233.02329v.06988h0v.02329h0a1.20921,1.20921,0,0,0,1.14128.60557.58569.58569,0,0,0-.27949-.722,2.24476,2.24476,0,0,0-.69874-.32608v.30279l-.13975.02329Z' fill='%23fff'/%3E %3Cpath d='M514.40319,89.70327h-.69874a1.04712,1.04712,0,0,1,.04659.18633,1.49739,1.49739,0,0,0,1.0714.58228.6208.6208,0,0,0,.65215-.27949c-.13975-.2795-.58228-.32608-.93165-.60558l-.02329.06988-.06988.02329h-.02329Z' fill='%23fff'/%3E %3Cpath d='M514.31,88.88807h0l.02329.02329.0233.02329v.04659h0v.06987h0v.02329l.02329.02329V89.121l.02329.02329.02329.02329v.0233l.0233.02329v.04658l.02329.02329h0a1.60757,1.60757,0,0,0,1.02482.58228.89878.89878,0,0,0,.7919-.13975,1.19774,1.19774,0,0,0-1.09469-.83848,1.89412,1.89412,0,0,0-.88508,0Z' fill='%23fff'/%3E %3Cpath d='M514.84573,88.44554l-.02329.02329-.02329.02329-.0233.02329-.02329.02329-.02329.02329-.0233.02329a2.19481,2.19481,0,0,0,1.14128.2795,1.75425,1.75425,0,0,0,.90836-.37266,1.05135,1.05135,0,0,0-.58229-.46583,1.56362,1.56362,0,0,0-1.16456.09317l-.04659.06987-.02329.02329-.02329.02329-.02329.02329-.0233.02329-.02329.0233-.02329.02329-.0233.02329-.02329.02329.0699.06988Z' fill='%23fff'/%3E %3Cpath d='M514.40319,87.72351h.25622a1.62432,1.62432,0,0,0,1.04811-.04659.92489.92489,0,0,0,.722-.65215.97346.97346,0,0,0-.81519-.11646,1.71488,1.71488,0,0,1-.76861.02329A1.53348,1.53348,0,0,1,514.40319,87.72351Z' fill='%23fff'/%3E %3Cpath d='M516.05687,86.48907a3.29031,3.29031,0,0,0,.62887-1.09469,5.3321,5.3321,0,0,0-1.30431.5357,8.41213,8.41213,0,0,0-1.02482.74532.84631.84631,0,0,1,.396.11645l.06987.04659A1.226,1.226,0,0,0,516.05687,86.48907Z' fill='%23fff'/%3E %3Cpath d='M514.47307,86l-.02329.04658-.0233.04659-.02329.04658-.02329.04658-.0233.04658-.02329.04659L514.31,86.326l-.02329.04658-.0233.04659-.02329.04658-.02329.04658a3.89946,3.89946,0,0,0,1.65368-1.42077,2.03311,2.03311,0,0,0,.163-1.35089,1.9507,1.9507,0,0,0-1.118.93165,8.44525,8.44525,0,0,0-.32607,1.0714l-.02329.04658-.0233.06987-.02329.04659-.02329.04658Z' fill='%23fff'/%3E %3Cpath d='M510.467,90.00606h0l-.04658.02329-.02329.02329-.02329.02329-.0233.02329h-.02329l-.02329.02329h-.02329l-.0233.02329h-.04658l-.0233.02329h-.09317a1.05059,1.05059,0,0,0,.04659.90836,9.1978,9.1978,0,0,1,.58228,1.30432s.13975-.02329.30279-.8152a1.64425,1.64425,0,0,1,.37266-.83849,1.57021,1.57021,0,0,1-.2795.09317l-.09316.02329-.04658-.09316a1.06014,1.06014,0,0,1-.11646-.48912v-.13975A.37429.37429,0,0,1,510.467,90.00606Z' fill='%23fff'/%3E %3Cpath d='M516.10346,94.15191v-.34937l-.02329-.11646-.0233-.11645-.02329-.11646-.04658-.11646-.04659-.11645-.04658-.09317-.04659-.11646-.04659-.09316-.04658-.09317-.04659-.09316-.04658-.09317-.06987-.09316-.04659-.09317-.06987-.09317-.06987-.09316-.06987-.09317-.06987-.06987-.06987-.06988-.06987-.06987-.06988-.06987-.06987-.06988-.06987-.06987L514.869,91.683l-.06987-.06987-.04659-.06988-.04658-.04658v-.04657l-.04658-.04658h-.02329a1.12839,1.12839,0,0,1-.41925-.06988,1.337,1.337,0,0,1,.09317.163c1.30431,1.23444,1.18785,1.84,1.18785,1.84A4.34373,4.34373,0,0,1,514.31,91.86936l-.09317.02329a.76959.76959,0,0,1-.32607,0,8.55093,8.55093,0,0,1,.81519,1.3509,2.65593,2.65593,0,0,0,1.39748,1.02482Z' fill='%23fff'/%3E %3Cpath d='M507.57884,81.45814h-.53572c0,.09317.34937.163.76861.163s.76862-.06987.76862-.163-.34937-.163-.76862-.163h-.23289Z' fill='%23fff'/%3E %3Cpath d='M504.7373,82.43638h-.30281c0,.04658.23292.09317.51241.09317s.48912-.04659.48912-.09317-.23291-.09317-.48912-.09317h-.11646l-.09314.09317Z' fill='%23fff'/%3E %3Cpath d='M507.78846,82.13359h.0233a.15576.15576,0,0,0-.163-.13974c-.06988,0-.163.06987-.163.13974C507.64871,82.06372,507.71859,82.13359,507.78846,82.13359Z' fill='%23fff'/%3E %3Cpath d='M506.554,80.34016v.163l.0233.04658V80.643l.02329.04658.02329.04659.02329.04658.0233.04658.02329.04658.02329.04659.02329.04658.0233.04658.02329.04659.02329.04658.0233.04658.02329.04658.02329.04659.02329.04658.0233.04658.02329.04658.02329.06988a1.51783,1.51783,0,0,1,.34937-.11646,3.977,3.977,0,0,0-.30279-1.281.25139.25139,0,0,0-.2562,0c-.09317.02329-.20962.09316-.20962.18633v.06987l0,.02329Z' fill='%23fff'/%3E %3Cpath d='M507.43909,81.34169h.18634a9.87617,9.87617,0,0,0-.23291-1.09469c-.06988-.20963-.163-.37266-.30279-.41925a3.37981,3.37981,0,0,1,.163.60558A6.28912,6.28912,0,0,1,507.43909,81.34169Z' fill='%23fff'/%3E %3Cpath d='M506.228,82.59942h.559l.04659-.02329h.04658l.04658-.02329.04658-.02329.04658-.02329.04659-.0233.04658-.02329.04658-.02329a.98274.98274,0,0,0,.37266-.48911,1.32691,1.32691,0,0,0-.81519.20962.7747.7747,0,0,0-.48913.44253Z' fill='%23fff'/%3E %3Cpath d='M504.38793,82.66929h-.02329l-.02329-.02329h-.0233l-.02329-.02329h-.02329c.04658,1.0714.7919,1.14128.7919,1.14128v-.23292a2.56054,2.56054,0,0,0,.69874.37266.56524.56524,0,0,0-.04658-.23291.68.68,0,0,0,.32607.11646,1.07414,1.07414,0,0,0-.11645-.32608.41414.41414,0,0,0,.30279.18633.96729.96729,0,0,0-.0233-.30279.93865.93865,0,0,0,.60558.39595.57763.57763,0,0,0,.60557-.163,1.20119,1.20119,0,0,1-.76861-.34937.47082.47082,0,0,0,.27949-.23291.39452.39452,0,0,0-.2562-.11646.51724.51724,0,0,0,.27949-.27949,7.15189,7.15189,0,0,1-1.70026.18633h-.32608l-.04658-.02329h-.04658l-.04658-.02329h-.04658l-.04659-.02329-.04658-.02329h-.04658l-.04658-.0233h-.04658l-.04658-.02329h-.0233l-.04658-.02329-.02329-.02329h.09317l-.0233-.02329-.04658.09316Zm1.18786.34937v.04659s-.62887,0-.65216.32607a.50981.50981,0,0,1-.18633-.32607C504.7373,83.042,505.17984,83.06525,505.57579,83.01866Z' fill='%23fff'/%3E %3Cpath d='M503.992,82.9255a1.23494,1.23494,0,0,0,.34937.39595l-.02329-.02329-.0233-.02329-.02329-.04658V83.1817l-.02329-.04658v-.51241C503.89882,82.62271,503.89882,82.73917,503.992,82.9255Z' fill='%23fff'/%3E %3Cpath d='M504.31806,83.43791c-.163-.06988-.5357-.18633-.62887-.51241a.79291.79291,0,0,0-.34937-.02329.52463.52463,0,0,0-.32608.18633.62266.62266,0,0,0,.20963.81519.85911.85911,0,0,1,1.02481-.02329,1.6106,1.6106,0,0,1,.41925-.13975V83.7174h-.0233v-.02329l-.02329-.02329-.02329-.02329h-.0233v-.02329L504.551,83.601l-.02329-.02329-.02329-.02329-.0233-.02329-.02329-.0233h-.02329l-.02329-.02329h-.0233l-.02329-.02329h-.02329l-.0233-.02329-.02329-.02329.16307.11645-.0233-.02329-.02329-.02329-.02329-.02329-.0233-.02329-.02329-.02329h-.02329v.02329Zm-.58229.04658h0l-.02329.02329v.02329h-.02329v.02329h-.0233v.02329h-.02329v.02329H503.596v.0233h-.04659l-.02329.02329h-.02329a.12478.12478,0,0,1-.11646-.11646.11.11,0,0,1,.11646-.11646c.163-.06987.23292,0,.23292.06988Z' fill='%23fff'/%3E %3Cpath d='M505.08667,84.20652h0l-.02329-.02329-.0233-.02329h-.02329l-.02329-.02329-.02329-.02329-.0233-.02329-.02329-.0233-.02329-.04658-.02329-.02329-.0233-.02329-.02329-.02329V83.927l-.02329-.02329v-.02329h-.0233v-.04659h0v-.02329h0a.80275.80275,0,0,0-.65215.37266c-.18633.25621.06987.65216.06987.65216C504.34135,84.20652,505.08667,84.20652,505.08667,84.20652Z' fill='%23fff'/%3E %3Cpath d='M506.57732,84.67235a4.45157,4.45157,0,0,1-.44254-.74533c-.06987,0-.163-.04658-.23291-.04658v.20962h-.18634a4.127,4.127,0,0,1,.51241.41925,2.96309,2.96309,0,0,1,.396.58228A3.2514,3.2514,0,0,1,506.57732,84.67235Z' fill='%23fff'/%3E %3Cpath d='M505.5525,84.46272a1.45021,1.45021,0,0,1,.39595.396.72413.72413,0,0,0-.37266-.69874h-.0233l-.02329-.02329h-.04659l-.02329-.02329h-.04658l-.0233-.0233-.04658-.02329-.04658-.02329-.04658-.02329-.04658-.02329h-.30281C505.08667,84.09006,505.38946,84.36956,505.5525,84.46272Z' fill='%23fff'/%3E %3Cpath d='M505.13325,81.50473h0l-.02329-.02329h-.04658c-.06988,0-.20962.04658-.20962.163a.30913.30913,0,1,0,.46582,0h0l-.18633-.13975Z' fill='%23fff'/%3E %3Cpath d='M504.52768,82.34322a1.35246,1.35246,0,0,0,.23291-.0233v-.27949l-.02329-.04658v-.37266h0a.41721.41721,0,0,0-.30279-.09316.12691.12691,0,0,0-.11645.163C504.17831,81.80751,504.50439,82.27334,504.52768,82.34322Z' fill='%23fff'/%3E %3Cpath d='M505.24971,81.64448h0l-.02329.02329v.2562l-.0233.04658v.37266c.18633,0,.163,0,.23292.02329a7.40866,7.40866,0,0,0,.396-.62887.12692.12692,0,0,0-.11646-.163c-.23291-.04657-.37265-.02328-.46582.06989Z' fill='%23fff'/%3E %3Cpolygon points='504.807 81.318 505.017 81.318 505.017 81.016 505.25 81.016 505.25 80.829 505.017 80.829 505.017 80.573 504.807 80.573 504.807 80.829 504.574 80.829 504.574 81.016 504.807 81.016 504.807 81.318' fill='%23fff'/%3E %3Cpath d='M502.29171,82.57613h0v-.13975h0a.87328.87328,0,0,0,0-.34937c-.18633.06988-.30279.11646-.5357.51241C501.7793,82.57613,502.17526,82.34322,502.29171,82.57613Z' fill='%23fff'/%3E %3Cpath d='M502.45475,82.43638a1.18343,1.18343,0,0,0,.18633.76861h0V83.1817h0V82.809l.02329-.04658v-.04658l.0233-.04658.02329-.04659.02329-.04658v-.04658a1.28582,1.28582,0,0,0-.06987-.88507,1.20874,1.20874,0,0,1-.163-.67545,1.30452,1.30452,0,0,0-.34937.163,1.45817,1.45817,0,0,0,.20962.69874A1.01423,1.01423,0,0,1,502.45475,82.43638Z' fill='%23fff'/%3E %3Cpath d='M502.66437,81.10878h0a.45959.45959,0,0,0,.25621,0,2.093,2.093,0,0,0,.51241-.32608.36359.36359,0,0,1,.27949-.11646.42528.42528,0,0,0-.37266-.09316,1.77913,1.77913,0,0,0-.65216.41924h0l-.02329.11646Z' fill='%23fff'/%3E %3Cpath d='M503.33982,81.50473a.80431.80431,0,0,0-.11645.559c.04658.2795.48911.37266.48911.37266a.49705.49705,0,0,1-.163-.2795.76571.76571,0,0,1,.18633-.46582,1.79691,1.79691,0,0,0,.23291-.58229h0v-.02329h0v-.02329h0V81.0389h0v-.02329h0v-.02329h0V80.969h0v-.04659h0v-.02329h0l-.02329-.02329-.0233-.02329-.02329-.02329-.02329-.02329-.02329-.02329-.0233-.0233a.3587.3587,0,0,1-.04658.25621A1.27223,1.27223,0,0,0,503.33982,81.50473Z' fill='%23fff'/%3E %3Cpath d='M506.29782,83.74069l.02329.04659.02329.06987.0233.04658.02329.04659.02329.04658.02329.04658.0233.04658.02329.04659.02329.04658.02329.04658.0233.04659.02329.04658.02329.04658.0233.04658.02329.04659.02329.04658a1.56548,1.56548,0,0,1,.20962.67545,1.355,1.355,0,0,0,.09317-.74532A1.27272,1.27272,0,0,0,506.29782,83.74069Z' fill='%23fff'/%3E %3Cpath d='M507.22947,83.95031h0l-.02329-.02329H506.717a1.49569,1.49569,0,0,0,.41924.58229.8949.8949,0,0,0,.46583.20962A.93539.93539,0,0,0,507.22947,83.95031Z' fill='%23fff'/%3E %3Cpath d='M505.06338,84.41614h-.06987a1.27522,1.27522,0,0,1,.39595.18633.74613.74613,0,0,1,.2562.46583,4.3753,4.3753,0,0,0,.30279.7919h.02329a1.67516,1.67516,0,0,1,.13975-.76861,1.69231,1.69231,0,0,1-.30278-.2562,1.61819,1.61819,0,0,0-.53571-.46583h-.02329l-.18633.04658Z' fill='%23fff'/%3E %3Cpath d='M506.74035,85.88349v-.41923l-.02329-.04659-.02329-.04658v-.04658l-.02329-.02329v-.163a.80077.80077,0,0,0-.32608.65216,4.20465,4.20465,0,0,0,.06987.86178C506.43757,86.34932,506.64719,86.20957,506.74035,85.88349Z' fill='%23fff'/%3E %3Cpath d='M506.81023,86.06982a1.47805,1.47805,0,0,0-.04658.559,1.5988,1.5988,0,0,0,.20962.37266,3.6882,3.6882,0,0,1,.44253-.58229.54015.54015,0,0,0,.09316-.5124v-.18633l-.02329-.02329-.02329-.0233-.02329-.04658-.0233-.06987-.02329-.06988-.02329-.04658-.02329-.02329-.0233-.02329V85.3478l-.02329-.02329-.02329-.02329-.0233-.0233v-.02329l-.02329-.02329v-.06987h0A5.118,5.118,0,0,0,506.81023,86.06982Z' fill='%23fff'/%3E %3Cpath d='M507.29934,86.97819h0l-.02329.02329h-.02329v.02329l-.02329.02329-.0233.02329-.02329.02329-.02329.02329-.02329.02329-.0233.02329-.02329.02329-.02329.02329-.0233.0233-.04658.04658-.04658.04658-.02329.02329-.0233.02329-.02329.02329-.02329.0233-.02329.02329-.0233.02329-.02329.02329-.02329.02329-.02329.02329V87.607h0a.64345.64345,0,0,0-.0233.51241,1.861,1.861,0,0,0,.58229.5357,1.3803,1.3803,0,0,1-.20962-.67545,3.6419,3.6419,0,0,1,.18633-.48911.50333.50333,0,0,0,.02331-.5124Z' fill='%23fff'/%3E %3Cpath d='M506.01832,88.11946a3.1786,3.1786,0,0,0,.25621.44254,5.81728,5.81728,0,0,0,.39595-.83849,1.51049,1.51049,0,0,0,.11646-.58228V86.885l-.0233-.02329h0v-.02329h0v-.02329h0v-.02329h0a3.24994,3.24994,0,0,1-.23291.79191A2.94027,2.94027,0,0,0,506.01832,88.11946Z' fill='%23fff'/%3E %3Cpath d='M505.11,88.60858c.18633,0,.44254-.13975.76862-.559l.04658-.06988.04658-.06987.04658-.04659.04658-.06987.0233-.06987.02329-.06988.04658-.06987.02329-.06987.0233-.06988.02329-.06987.02329-.06988.0233-.06987.04657.02329.02329-.06987.0233-.04659.02329-.04658.02329-.04658.02329-.04658v-.04659l.0233-.04658v-.32608h0c-.48912.83849-1.00153,1.281-1.39748,1.25773-.34937-.02329-.51241-.5124-.51241-.5124a.83673.83673,0,0,0-.11646.7919A.89033.89033,0,0,0,505.11,88.60858Z' fill='%23fff'/%3E %3Cpath d='M505.76212,87.32755a.83531.83531,0,0,0,.32608-.48911v-.2795h0v-.396c-.32608.90836-1.02482.83849-1.02482.83849A.45964.45964,0,0,0,505.76212,87.32755Z' fill='%23fff'/%3E %3Cpath d='M507.29934,89.70327l-.02329-.02329v-.02329l-.02329-.02329v-.04659a1.26483,1.26483,0,0,0-.32608,1.04811,1.44209,1.44209,0,0,0,.48912.69874,2.484,2.484,0,0,0,.2795-1.00152v-.18633l-.0233-.02329-.02329-.02329-.02329-.0233-.0233-.02329-.02329-.02329-.02329-.02329-.04658-.04658-.04658-.04658-.04659-.04658-.04658-.04659-.04658-.04658-.02329-.02329-.0233-.02329Z' fill='%23fff'/%3E %3Cpath d='M506.29782,89.02782c-.06988.37266.30278.58228.48912.93165V89.68l.02329-.04658.02329-.04658.02329-.04658.0233-.04659.02329-.02329v-.02329l.02329-.02329.0233-.02329.02329-.02329.02329-.02329.02329-.02329.0233-.02329.02329-.02329.02329-.0233.02329-.02329.0233-.02329a.90493.90493,0,0,0-.48912-1.0714C506.67048,88.25921,506.36769,88.65516,506.29782,89.02782Z' fill='%23fff'/%3E %3Cpath d='M505.85528,88.30579l-.02329.02329-.02329.02329-.02329.02329-.0233.02329-.02329.02329-.02329.0233-.0233.02329-.02329.02329-.02329.02329h-.04659v.02329h-.11646a2.29522,2.29522,0,0,0-.02329.48912,6.62382,6.62382,0,0,0,.30279.81519,2.52094,2.52094,0,0,0,.34936-.65215c.04659-.23292.0233-.44254.04659-.559,0,0-.163-.27949-.2795-.48911Z' fill='%23fff'/%3E %3Cpath d='M504.69072,88.79491v.23291l.02329.04658V89.121l.02329.06988.0233.06987.02329.06987.02329.04659.02329.02329.0233.04658.02329.02329.02329.04658.0233.02329.02329.02329.02329.0233.02329.02329.0233.02329v.02329l.02329.02329v.09316a.66732.66732,0,0,0,.25621-.32608,3.14092,3.14092,0,0,0,.02329-.62886.82338.82338,0,0,1-.65216-.04658v.09316Z' fill='%23fff'/%3E %3Cpath d='M505.38946,89.56352h0l-.0233.02329h0l-.02329.02329-.02329.02329-.02329.02329-.0233.0233-.02329.02329-.02329.02329h0a1.23508,1.23508,0,0,0,.27949.23291.36783.36783,0,0,0,.25621.06988c-.13974-.04659-.37265-.48912-.37265-.46583Z' fill='%23fff'/%3E %3Cpath d='M506.228,89.54023h0v.02329h0v.04658l-.0233.02329-.02329.02329-.02329.0233-.02329.02329-.0233.02329-.02329.02329-.02329.02329-.0233.02329-.04658.04658-.04658.06988-.02329.02329-.02329.02329-.0233.02329-.02329.02329-.02329.02329-.0233.02329-.02329.02329-.02329.02329v.0233l-.02329.02329h0a1.60819,1.60819,0,0,0,.163.46582,2.08423,2.08423,0,0,0,.44254.559s.23291-.41924.30279-.58228a.97714.97714,0,0,0,.04658-.48912,2.521,2.521,0,0,1-.4658-.559Z' fill='%23fff'/%3E %3Cpath d='M506.8801,91.07746h0l-.02329-.04659v-.02329l-.0233-.02329v-.09316c-.06987.163-.2562.32608-.34937.48912a.73018.73018,0,0,0-.04658.58228,1.84227,1.84227,0,0,0,.41925.559c.09316-.18633.2562-.41924.30279-.5357a.86469.86469,0,0,0,.04658-.44254V91.357l-.0233-.02329v-.0233l-.02329-.04658-.02329-.04658-.02329-.04658-.0233-.04658-.02329-.04658-.02329-.04659-.163.04658Z' fill='%23fff'/%3E %3Cpath d='M505.92516,92.47493c.04658-.11645.13975-.2562.23291-.46582a.78.78,0,0,0,.02329-.559v-.23291l-.02329-.04658-.02329-.04659-.02329-.04658-.0233-.04658-.02329-.04658-.02329-.04658-.02329-.04659-.0233-.04658v-.13974c-.06987.13974-.163.34937-.23291.5124a1.13555,1.13555,0,0,0,0,.559A.87248.87248,0,0,0,505.92516,92.47493Z' fill='%23fff'/%3E %3Cpath d='M507.55555,92.94076a.91707.91707,0,0,0-.34937-.65216h0l-.02329.02329-.02329.0233-.0233.02329-.02329.02329-.02329.02329-.0233.02329-.02329.02329-.02329.04658-.02329.04658-.0233.04659L506.95,92.638l-.02329.04658-.0233.04658-.02329.04658-.02329.04659-.02329.04658-.0233.04658-.02329.04658-.02329.04658v.04659l-.02329.04658v.163c.02329.396.27949.65216.30278.88507a2.42053,2.42053,0,0,0,.34937-.48911A1.51792,1.51792,0,0,0,507.55555,92.94076Z' fill='%23fff'/%3E %3Cpath d='M505.92516,93.05722a4.7953,4.7953,0,0,0,.23291.58228,4.66227,4.66227,0,0,0,.39595-.69874V92.5681l-.02329-.04658v-.04658l-.02329-.02329v-.04658l-.0233-.02329v-.163h0C505.92516,92.59139,505.87858,92.87089,505.92516,93.05722Z' fill='%23fff'/%3E %3Cpath d='M510.18747,82.50625c0,.04659.23291.09317.48912.09317.27949,0,.48912-.04658.48912-.09317h-.46586C510.42038,82.41309,510.18747,82.45967,510.18747,82.50625Z' fill='%23fff'/%3E %3Cpath d='M507.81175,80.99232h0V80.7594l.0233-.06987.02329-.06987.02329-.06988.02329-.06987.0233-.06987v-.0233l.02329-.02329v-.23291a.30279.30279,0,1,0-.60558,0,2.38311,2.38311,0,0,1,.46582.86178Z' fill='%23fff'/%3E %3Cpath d='M508.627,81.45814l.02329-.06987.02329-.04658.0233-.04658.02329-.04659.02329-.04658.02329-.04658.0233-.04659.02329-.04658.02329-.04658.0233-.04658.02329-.04659.02329-.04658.02329-.04658.0233-.04659.02329-.04658.02329-.04658V80.643l.02329-.04659v-.32608h0V80.247c0-.09317-.11645-.163-.20962-.18633a.38431.38431,0,0,0-.27949,0,3.977,3.977,0,0,0-.30279,1.281A1.27829,1.27829,0,0,1,508.627,81.45814Z' fill='%23fff'/%3E %3Cpath d='M507.97479,81.3184h.163l.13975-.90836c.06988-.30279.163-.60558.163-.60558-.13975.04658-.23291.18633-.30279.41925-.0233.23291-.13976.76861-.163,1.09469Z' fill='%23fff'/%3E %3Cpath d='M508.92974,82.1103h0l-.04659-.02329-.02329-.02329-.02329-.02329h-.02329l-.0233-.02329h-.62886a1.05063,1.05063,0,0,0,.396.48912,1.52061,1.52061,0,0,0,.83849.18633,1.0854,1.0854,0,0,0-.41924-.46583Z' fill='%23fff'/%3E %3Cpath d='M508.7667,83.74069a.95369.95369,0,0,0,.60557-.39595.96738.96738,0,0,0-.02329.30279.63887.63887,0,0,0,.32608-.18633.79148.79148,0,0,0-.11646.32608.76484.76484,0,0,0,.32608-.11646.722.722,0,0,0-.04658.23291,2.56054,2.56054,0,0,0,.69873-.37266v.27949l-.02329.02329V83.764h0s.722-.06987.79191-1.14127a2.78084,2.78084,0,0,1-.97824.163,6.8071,6.8071,0,0,1-1.677-.18633.453.453,0,0,0,.27949.27949.36067.36067,0,0,0-.23291.11646.5764.5764,0,0,0,.27949.23291,1.20119,1.20119,0,0,1-.76861.34937C508.18441,83.601,508.37075,83.83386,508.7667,83.74069Zm1.23444-.722a5.76971,5.76971,0,0,0,.83849.02329v.0233h-.0233v.02329l-.02329.02329v.02329l-.02329.02329V83.205l-.02329.02329v.04658h-.0233v.02329l-.02329.0233v.02329l-.02329.02329-.0233.02329v-.09316h.09318l-.02329.02329v.02329h-.0233l-.02329.02329v.02329h-.02329l-.02329.02329-.0233.02329c-.02329-.30278-.65215-.32607-.65215-.32607v-.09317Z' fill='%23fff'/%3E %3Cpath d='M511.39862,82.76246v.41924l-.0233.04659v.04658l-.02329.04658V83.368l-.02329.0233-.02329.02329a1.23514,1.23514,0,0,0,.34937-.396c.06987-.18633.09316-.30278-.20963-.23291Z' fill='%23fff'/%3E %3Cpath d='M512.35356,83.90373a.59566.59566,0,0,0,.20962-.81519l-.02329-.02329-.0233-.0233-.02329-.02329-.02329-.02329-.0233-.02329-.02329-.02329-.02329-.02329-.02329-.02329-.0233-.02329-.02329-.02329H512.307l-.02329-.02329h-.0233l-.02329-.0233h-.20961l-.02329.0233h-.04658l-.0233.02329H511.911c-.11645.32608-.46582.41924-.65215.51241a1.53941,1.53941,0,0,0-.37267.30278,1.6106,1.6106,0,0,1,.41925.13975A.955.955,0,0,1,512.35356,83.90373Zm-.37266-.559h.04658V83.368h.04659v.02329h.02329l.0233.02329v.02329h.02329v.0233h.02329v.09316l.02329.02329a.11646.11646,0,1,1-.23291,0C511.86444,83.41461,511.911,83.34474,511.9809,83.34474Z' fill='%23fff'/%3E %3Cpath d='M511.4452,84.85868s.2562-.396.06987-.65216a.87256.87256,0,0,0-.65215-.37266h0v.02329h0l-.0233.02329v.02329h0l-.02329.02329v.02329l-.02329.02329v.0233l-.0233.02329-.02329.02329-.02329.04658-.02329.02329-.0233.02329-.02329.02329-.02329.02329h-.02329l-.0233.0233h-.02329l-.02329.02329A.92024.92024,0,0,1,511.4452,84.85868Z' fill='%23fff'/%3E %3Cpath d='M509.46544,83.927a3.86451,3.86451,0,0,1-.41925.74533.75593.75593,0,0,0,.09317.30278,2.55342,2.55342,0,0,1,.39595-.58228,4.12547,4.12547,0,0,1,.51241-.41924h-.20964V83.764A1.711,1.711,0,0,1,509.46544,83.927Z' fill='%23fff'/%3E %3Cpath d='M510.6533,83.85715h-.3261l-.04658.02329v.11646l-.04658.02329-.04658.02329-.02329.02329h-.04659l-.02329.02329h-.04659l-.02329.02329h-.02329a.74688.74688,0,0,0-.37267.69874,1.45034,1.45034,0,0,1,.396-.39595,1.41,1.41,0,0,0,.62888-.559Z' fill='%23fff'/%3E %3Cpath d='M510.69988,81.41156h-.04658a.30914.30914,0,1,0,.46582,0A2.36328,2.36328,0,0,1,510.69988,81.41156Z' fill='%23fff'/%3E %3Cpath d='M511.00266,81.64448h0l-.02329.02329v.2562l-.02329.04658v.37266c.18633,0,.163,0,.23291.02329a7.40866,7.40866,0,0,0,.396-.62887.12691.12691,0,0,0-.11645-.163.50945.50945,0,0,0-.46583.06989Z' fill='%23fff'/%3E %3Cpath d='M510.30393,82.34322a1.35246,1.35246,0,0,0,.23291-.0233v-.32607l-.02329-.04658v-.32608h0a.41723.41723,0,0,0-.30279-.09316.12691.12691,0,0,0-.11646.163C509.95456,81.80751,510.25734,82.27334,510.30393,82.34322Z' fill='%23fff'/%3E %3Cpolygon points='510.583 81.318 510.793 81.318 510.793 81.016 511.026 81.016 511.026 80.829 510.793 80.829 510.793 80.573 510.583 80.573 510.583 80.829 510.351 80.829 510.351 81.016 510.583 81.016 510.583 81.318' fill='%23fff'/%3E %3Cpolygon points='507.672 79.735 507.858 79.735 507.858 79.409 508.115 79.409 508.115 79.245 507.858 79.245 507.858 78.989 507.672 78.989 507.672 79.245 507.416 79.245 507.416 79.409 507.672 79.409 507.672 79.735' fill='%23fff'/%3E %3Cpath d='M513.28521,82.41309h0v.02329h0v.11645c.13975-.23291.51241,0,.51241,0-.23291-.39595-.34937-.44253-.5357-.5124A1.88273,1.88273,0,0,0,513.28521,82.41309Z' fill='%23fff'/%3E %3Cpath d='M512.88926,81.69106a1.27478,1.27478,0,0,0-.06988.88507v.04658l.0233.04658.02329.04658v.04659l.02329.04658v.37266h0V83.205h0a1.18343,1.18343,0,0,0,.18633-.76861.95086.95086,0,0,1,.04659-.559,1.4582,1.4582,0,0,0,.20962-.69874,3.28025,3.28025,0,0,0-.34937-.163A.77454.77454,0,0,1,512.88926,81.69106Z' fill='%23fff'/%3E %3Cpath d='M512.16723,80.7827a2.093,2.093,0,0,0,.51241.32608.54309.54309,0,0,0,.2562.02329h0a2.03806,2.03806,0,0,0-.65215-.41925.35356.35356,0,0,0-.34937.09317C511.911,80.66624,512.00419,80.643,512.16723,80.7827Z' fill='%23fff'/%3E %3Cpath d='M512.02748,82.13359a.39441.39441,0,0,1-.163.2795s.44254-.11646.48912-.37266a.83594.83594,0,0,0-.11646-.559c-.06987-.11646-.27949-.41925-.32607-.5357a.39156.39156,0,0,1-.04658-.25621l-.0233.02329-.02329.02329-.02329.0233-.02329.02329-.0233.02329-.02329.02329h0v.02329h0v.04658h0v.0233h0v.02329h0V80.969h0v.02329h0v.02329h0v.02329h0a2.33488,2.33488,0,0,0,.23291.58229C511.93432,81.78422,512.05077,81.94726,512.02748,82.13359Z' fill='%23fff'/%3E %3Cpath d='M508.60366,84.486a1.355,1.355,0,0,0,.09316.74533,1.299,1.299,0,0,1,.20962-.67545l.0233-.04658.02329-.04659.02329-.04658.02329-.04658.0233-.04659.02329-.04658.02329-.04658.0233-.04658.02329-.04659.02329-.04658.02329-.04658.0233-.04658.02329-.04659.02329-.04658.02329-.06987.0233-.04659A1.16227,1.16227,0,0,0,508.60366,84.486Z' fill='%23fff'/%3E %3Cpath d='M508.394,84.43943a1.72031,1.72031,0,0,0,.39595-.58228h-.53573a1.09249,1.09249,0,0,0-.41924.69874A.52518.52518,0,0,0,508.394,84.43943Z' fill='%23fff'/%3E %3Cpath d='M510.6533,84.46272h-.163a1.61823,1.61823,0,0,0-.5357.46583,1.033,1.033,0,0,1-.30279.2562,1.67494,1.67494,0,0,1,.13975.76862h.0233a2.99085,2.99085,0,0,0,.32607-.79191.86888.86888,0,0,1,.23292-.46582c.02329-.163.2795-.23292.2795-.23292Z' fill='%23fff'/%3E %3Cpath d='M509.349,85.767a.80077.80077,0,0,0-.32608-.65216v.23291l-.02329.04658-.02329.04659v.41923c.09316.32608.30279.46583.44253.722C509.27911,86.60552,509.37227,86.1397,509.349,85.767Z' fill='%23fff'/%3E %3Cpath d='M507.81175,84.64905h0c-.09316.04659-.41924.20963-.41924.44254-.02329.23291.41924.69874.41924.88507h0v-.06987l.0233-.02329v-.0233l.02329-.02329.02329-.02329.02329-.02329.0233-.02329.02329-.02329.02329-.02329.02329-.02329.0233-.02329.04658-.06988.04658-.06987.02329-.02329.0233-.04658.02329-.0233.02329-.02329.02329-.02329.0233-.02329.02329-.02329v-.163A.90843.90843,0,0,0,507.81175,84.64905Z' fill='%23fff'/%3E %3Cpath d='M508.44062,85.11488h0v.02329h0v.04658l-.02329.02329v.0233l-.02329.02329v.02329l-.0233.02329-.02329.02329-.02329.04658-.0233.02329-.02329.02329-.02329.04659-.02329.06987-.0233.06987-.02329.04659v.02329l-.02329.02329v.04658l-.02329.02329v.11646a.61051.61051,0,0,0,.09316.51241,2.8318,2.8318,0,0,1,.44253.58228,1.205,1.205,0,0,0,.20962-.37266,1.478,1.478,0,0,0-.04658-.559,3.82847,3.82847,0,0,1-.39593-.93165Z' fill='%23fff'/%3E %3Cpath d='M507.81175,87.35085l.0233-.02329.02329-.0233.02329-.02329.02329-.02329.0233-.02329.02329-.02329.02329-.02329.02329-.02329.0233-.02329.02329-.02329v-.02329h0v-.02329h0v-.0233h0v-.02329h0a.36472.36472,0,0,0-.04658-.37266,1.19447,1.19447,0,0,1-.25621-.41924h0c0,.11646-.13975.2795-.2562.41924a.43629.43629,0,0,0-.04659.37266c.09316.04658.20961.20962.37265.32608Z' fill='%23fff'/%3E %3Cpath d='M508.7434,87.56047h0l-.02329-.02329v-.02329l-.02329-.02329v-.0233l-.02329-.02329-.0233-.02329-.02329-.02329-.02329-.02329-.02329-.02329-.0233-.02329-.02329-.02329-.04658-.04659-.04658-.04658-.0233-.02329-.02329-.02329-.02329-.02329-.02329-.02329-.0233-.02329-.02329-.02329-.02329-.02329-.0233-.0233-.02329-.02329v-.02329h0a.65617.65617,0,0,0-.06987.48912c.02329.11646.18633.2795.18633.48912a1.3804,1.3804,0,0,1-.20962.67544,2.15909,2.15909,0,0,0,.58228-.53569c.11646-.163.02329-.396-.02329-.51241l.0466-.0233Z' fill='%23fff'/%3E %3Cpath d='M508.97632,86.722h0l-.02329.02329h0v.02329h0v.02329h0v.02329h0l-.0233.0233v.2562a1.68117,1.68117,0,0,0,.11646.58228,5.81728,5.81728,0,0,0,.39595.83849,3.1786,3.1786,0,0,0,.25621-.44254,4.39364,4.39364,0,0,1-.37267-.60557A1.5517,1.5517,0,0,1,508.97632,86.722Z' fill='%23fff'/%3E %3Cpath d='M511.09583,88.11946a.77971.77971,0,0,0-.11646-.79191s-.163.48912-.51241.51241c-.39595.02329-.88507-.41924-1.37418-1.25773h0v.37266l.02329.04659.02329.04658.0233.04658.02329.04658.02329.04659.02329.06987.0233.04658.02329.06988.02329.06987.0233.06987.02329.06988.02329.06987.02329.06988.04659.06987.04658.06987.04658.06988.04658.04658.04658.06987.04658.06988c.32608.41924.60558.559.76862.559A.93623.93623,0,0,0,511.09583,88.11946Z' fill='%23fff'/%3E %3Cpath d='M509.512,86.25615h0V86.885a.83531.83531,0,0,0,.32608.48912.49925.49925,0,0,0,.69873-.23291A1.25648,1.25648,0,0,1,509.512,86.25615Z' fill='%23fff'/%3E %3Cpath d='M507.48568,88.44554a.49836.49836,0,0,0,.30278.2562h.13976v-.02329h0v-.02329h0v-.04658l.02329-.02329a.83114.83114,0,0,0,.11646-.58229c-.06988-.23291-.18633-.30278-.25621-.46582a1.01316,1.01316,0,0,1-.163.13975h0a1.01349,1.01349,0,0,1-.163-.13975,2.0788,2.0788,0,0,0-.25621.46582C507.32264,88.04959,507.4158,88.30579,507.48568,88.44554Z' fill='%23fff'/%3E %3Cpath d='M507.81175,88.8182h0c-.18633.13975-.396.06987-.46582.41924-.04659.23292.41924.65216.46582.86178v-.09316l.0233-.02329.02329-.0233.02329-.02329.02329-.02329.0233-.02329.02329-.02329v-.04658l.02329-.0233.04659-.06987.04658-.06988.04658-.06987.02329-.02329.0233-.02329.02329-.02329.02329-.02329.02329-.02329.0233-.0233.02329-.02329v-.11645h0C508.18441,88.88807,507.97479,88.958,507.81175,88.8182Z' fill='%23fff'/%3E %3Cpath d='M508.34745,89.6101l-.02329.02329v.02329l-.02329.0233-.02329.02329-.0233.02329-.02329.02329-.02329.02329-.04659.04658-.04658.04658-.04658.04659-.04658.04658-.04658.04658-.0233.02329-.02329.02329-.02329.02329-.02329.02329-.0233.02329v.0233l-.02329.02329v.163a2.48393,2.48393,0,0,0,.2795,1.00153,1.442,1.442,0,0,0,.48911-.69874.96755.96755,0,0,0-.25619-1.02481Z' fill='%23fff'/%3E %3Cpath d='M508.92974,88.25921a.90017.90017,0,0,0-.48912,1.0714l.02329.02329.02329.02329.0233.02329.02329.02329.02329.02329.02329.02329.0233.02329.02329.0233.02329.02329.02329.02329.0233.02329.02329.02329-.06989-.02329.02329.04658.0233.04659.02329.04658v.27949c.18633-.32608.58228-.559.48912-.93165A1.42435,1.42435,0,0,0,508.92974,88.25921Z' fill='%23fff'/%3E %3Cpath d='M510.0943,88.67845h0l-.02329-.02329h-.06988l-.02329-.02329h-.02329l-.0233-.02329-.02329-.02329-.02329-.02329-.0233-.0233-.02329-.02329-.02329-.02329-.02329-.02329-.0233-.02329-.02329-.02329-.02329-.02329c-.09317.18633-.2795.48912-.2795.48912a2.9093,2.9093,0,0,0,.04658.559,1.96022,1.96022,0,0,0,.34937.65216,3.713,3.713,0,0,0,.30279-.8152,1.46763,1.46763,0,0,0-.04656-.60558Z' fill='%23fff'/%3E %3Cpath d='M510.58342,89.6101h0l.02329-.04658v-.02329l.0233-.02329.02329-.02329.02329-.02329.02329-.04658.0233-.0233.02329-.04658.02329-.02329.0233-.04658.02329-.06987.02329-.06988.02329-.06987.0233-.04659v-.41923a.82338.82338,0,0,1-.65216.04658,2.00179,2.00179,0,0,0,.02329.62886.66727.66727,0,0,0,.25621.32608v-.06987l.02329-.02329Z' fill='%23fff'/%3E %3Cpath d='M510.467,89.79643h0l-.02329-.02329h0l-.02329-.02329-.02329-.02329-.0233-.02329L510.3505,89.68l-.02329-.02329h0s-.23292.44253-.2795.559a.304.304,0,0,0,.23292-.06987A.44231.44231,0,0,1,510.467,89.79643Z' fill='%23fff'/%3E %3Cpath d='M509.37227,89.54023c-.11645.23291-.396.48912-.46582.65216a.63084.63084,0,0,0,.04658.48911,5.68772,5.68772,0,0,0,.30279.58229,1.70961,1.70961,0,0,0,.44253-.559,1.60816,1.60816,0,0,0,.163-.46583h0v-.02329l-.02329-.02329-.0233-.02329-.02329-.02329-.02329-.0233-.0233-.02329-.02329-.02329-.02329-.02329-.02329-.02329-.0233-.02329-.04658-.06987-.04658-.04659-.02329-.02329-.0233-.02329-.02329-.02329-.02329-.02329-.02329-.02329-.0233-.02329-.02329-.02329v-.02329l-.02329-.0233v-.02329h0l0-.11646Z' fill='%23fff'/%3E %3Cpath d='M507.78846,91.07746c-.02329.09316-.27949.44253-.34937.58228a.49269.49269,0,0,0,0,.44253c.09317.25621.30279.41925.34937.58229h0v-.09317h0v-.11645l.0233-.02329v-.02329l.02329-.02329.02329-.04659.02329-.04658.0233-.04658.02329-.04658.02329-.04658.0233-.02329v-.0233l.02329-.02329v-.11645a.71716.71716,0,0,0,0-.44254C508.068,91.52,507.83505,91.19391,507.78846,91.07746Z' fill='%23fff'/%3E %3Cpath d='M508.65024,91.17062l-.02329.04658-.02329.04659-.0233.04658-.02329.04658-.02329.04658-.0233.02329v.04658l-.02329.0233v.13974a.93054.93054,0,0,0,.04658.44254c.04659.11645.20962.34937.30279.5357a1.84227,1.84227,0,0,0,.41925-.559.832.832,0,0,0-.04659-.58229c-.09316-.163-.27949-.32608-.34937-.48911v.11645l-.02329.02329v.02329l-.02329.02329-.02329.02329-.0233.02329Z' fill='%23fff'/%3E %3Cpath d='M509.76822,90.89113h0l-.02329.04658v.09316l-.02329.04658-.02329.04658-.0233.04659-.02329.04658-.02329.04658-.02329.04658-.0233.04658-.02329.04659v.23291a.78016.78016,0,0,0,.02329.559c.09317.20962.18633.32608.23292.46582a3.34179,3.34179,0,0,0,.32607-.5124.91622.91622,0,0,0,0-.559C509.95456,91.24049,509.8381,91.03087,509.76822,90.89113Z' fill='%23fff'/%3E %3Cpath d='M507.81175,95.47951h0v-.13974l.0233-.04658.02329-.02329.02329-.04659.02329-.04658.0233-.04658.02329-.04658.02329-.04658.02329-.04659.0233-.04658.02329-.04658.02329-.04658.0233-.04658.02329-.04659.02329-.04658.02329-.04658.0233-.04658.02329-.04658.02329-.04658v-.32608a1.7033,1.7033,0,0,0-.396-.93165h0a1.89271,1.89271,0,0,0-.39595.93165,3.68809,3.68809,0,0,0,.37263,1.281Z' fill='%23fff'/%3E %3Cpath d='M508.55708,94.05874c.04658-.23291.30278-.48911.30278-.88507v-.2562l-.02329-.04658-.02329-.04658-.02329-.04658-.0233-.04659-.02329-.04658-.02329-.04658-.02329-.04658-.0233-.04658-.02329-.04659-.02329-.04658-.0233-.04658-.02329-.04658-.02329-.02329-.02329-.02329-.0233-.02329-.02329-.02329-.02329-.0233-.02329-.02329-.0233-.02329h0a.91712.91712,0,0,0-.34937.65216.95.95,0,0,0,.163.65216A1.57519,1.57519,0,0,0,508.55708,94.05874Z' fill='%23fff'/%3E %3Cpath d='M509.27911,92.21873h0l-.0233.02329v.11646l-.02329.02329v.06987l-.02329.02329v.04658l-.0233.04659v.37266a3.91342,3.91342,0,0,0,.37267.69874,4.7953,4.7953,0,0,0,.23291-.58228A1.91378,1.91378,0,0,0,509.27911,92.21873Z' fill='%23fff'/%3E %3Cpath d='M507.78846,96.66737a.97219.97219,0,0,0,.13975.18633c.32608.30279.51241.2795.69874.20962,0,0-.51241-.163-.48912-.62886V96.0618l.0233-.04658v-.06987l.02329-.04658.02329-.02329v-.02329l.02329-.06988.0233-.04658.02329-.04658.02329-.04658.02329-.04659v-.18632a.9905.9905,0,0,0-.163-.8152,7.47193,7.47193,0,0,1-.48912,1.25773.02281.02281,0,0,1-.0233.02329v-.02329a7.47258,7.47258,0,0,1-.48911-1.25773.91286.91286,0,0,0-.163.8152,3.72192,3.72192,0,0,1,.32607.95494c.0233.46583-.48911.62886-.48911.62886.18633.06988.37266.09317.69873-.20962C507.71859,96.80712,507.76517,96.73724,507.78846,96.66737Z' fill='%23fff'/%3E %3Cpath d='M506.391,94.61773c.32608-.23291.396-.46582.34937-.62886h0v-.02329h0v-.02329h0v-.20962l-.02329-.04658-.02329-.04658-.02329-.04659-.0233-.04658-.02329-.04658v-.18633a4.03872,4.03872,0,0,1-.34937.46583.34112.34112,0,0,0-.04658.396A.48255.48255,0,0,0,506.391,94.61773Z' fill='%23fff'/%3E %3Cpath d='M507.13631,94.50128l.02329-.06988v-.30278h0v-.02329h0a2.053,2.053,0,0,1-1.0714.88507.54234.54234,0,0,0-.34937.39595c.11645.06988.18633.20962.41924.20962a1.04864,1.04864,0,0,0,.76862-.62886v-.02329l.02329-.02329v-.02329l.02329-.02329v-.06988l.02329-.04658v-.04658l.0233-.06988Z' fill='%23fff'/%3E %3Cpath d='M505.13325,95.33977a1.26671,1.26671,0,0,0,.5357,0,.77182.77182,0,0,1,.30279-.44254,2.98789,2.98789,0,0,0,.37266-.163h0l-.02329-.02329h-.02329a3.238,3.238,0,0,0-.48912.23291A.912.912,0,0,0,505.13325,95.33977Z' fill='%23fff'/%3E %3Cpath d='M504.83047,94.92052a5.02529,5.02529,0,0,0,.60557-.163,3.43545,3.43545,0,0,0,.58229-.27949h0V94.4547h0v-.04658h0v-.396a5.21126,5.21126,0,0,0-.58229.39595A2.01986,2.01986,0,0,0,504.83047,94.92052Z' fill='%23fff'/%3E %3Cpath d='M504.155,95.7823a3.14608,3.14608,0,0,1,.60557-.30279c.20962-.06987.30279-.30279.51241-.51241h-.30279l-.06988.0233-.06987.02329-.06988.02329-.06987.02329-.06988.02329-.06987.02329h-.27951a1.24856,1.24856,0,0,0-.60557.41924C503.64261,95.61926,503.96869,95.71243,504.155,95.7823Z' fill='%23fff'/%3E %3Cpath d='M503.4097,95.96863c-.0233.04658,0,.09317.06987.09317.163.02329.51241-.04658.60558.02329s.06987.13975.06987.23291a.51284.51284,0,0,1,.2795-.06987c.13975.02329.23291.09316.32607.34937h0v-.02329h0v-.0233h0v-.02329a.806.806,0,0,0-.34937-.2562c-.18633-.09317-.74532-.23291-.93165-.30279C503.54945,95.759,503.45628,95.85217,503.4097,95.96863Z' fill='%23fff'/%3E %3Cpath d='M504.29477,95.82888h.44256l.02329.02329h.04659a.417.417,0,0,0,.13975-.11645c.04658-.06988.23291-.34937.396-.39595a.62333.62333,0,0,1-.23292-.04659s-.163.04659-.30278.09317a2.75489,2.75489,0,0,1-.51244.44253Z' fill='%23fff'/%3E %3Cpath d='M504.94692,96.17825a.44181.44181,0,0,0,.163.46583c.06988.04658.41925.163.62887-.2795,0,0-.37267.11646-.46583-.04658a.49052.49052,0,0,1,.163-.51241.85654.85654,0,0,1,.51241-.13974,1.13521,1.13521,0,0,0-.25621-.18633H505.669C505.48262,95.5261,504.99351,95.85217,504.94692,96.17825Z' fill='%23fff'/%3E %3Cpath d='M502.54792,99.20612l.02329-.09316.02329-.09317v-.04658l.0233-.04658.02329-.04658.02329-.04658.02329-.04659.0233-.04658.02329-.04658.02329-.04658.0233-.04658.02329-.04659c.20962-.46582.74532-1.70026,1.8633-1.90988.09317-.02329-.11645-.2795-.23291-.2795a1.52069,1.52069,0,0,0-.39595.18633v-.30278c0-.04659-.04658-.06988-.09317-.06988s-.30278,0-.39595.09317a8.28173,8.28173,0,0,0-.93165,1.677c-.23291.58228-.41924.76861-.67545.67545s-.396-.39595-.86177-.30279a.898.898,0,0,0-.46583.2795.29643.29643,0,0,0,.30279.163,1.98478,1.98478,0,0,1,.83849.23292,1.4241,1.4241,0,0,0,.76861.23291Z' fill='%23fff'/%3E %3Cpath d='M506.01832,97.15649a.88849.88849,0,0,0-.396.559c1.23444-.11646,1.56052-1.677,1.56052-1.677l-.02329-.04659-.0233-.04658-.02329-.04658-.02329-.04658-.0233-.02329-.02329-.04658-.02329-.04659-.02329-.04658-.0233-.04658v-.02329l-.02329-.04658v-.23291a.9869.9869,0,0,0-.41924.41924,2.51136,2.51136,0,0,1-.74533.65216.93969.93969,0,0,0-.34936.46583c.58228,0,.97823-.62887,1.14127-.86178.163-.20962.27949-.23292.27949-.23292A1.47551,1.47551,0,0,1,506.01832,97.15649Z' fill='%23fff'/%3E %3Cpath d='M507.113,101.55855c-.06987-.09317-.2562-.37266-.51241-.722l-.20962.32607.74533,1.04811.559-1.00152-.20962-.37266A5.001,5.001,0,0,1,507.113,101.55855Z' fill='%23fff'/%3E %3Cpolygon points='504.202 98.111 505.995 100.627 506.205 100.301 506.065 100.114 505.925 99.905 505.785 99.719 505.646 99.509 505.506 99.323 505.366 99.113 505.296 99.02 505.25 98.95 505.18 98.857 505.11 98.764 505.063 98.67 504.994 98.601 504.947 98.507 504.877 98.438 504.83 98.368 504.784 98.298 504.737 98.228 504.691 98.181 504.667 98.135 504.621 98.065 504.598 98.018 504.574 97.995 504.551 97.948 504.528 97.925 504.504 97.902 504.504 97.902 504.784 97.692 503.899 97.343 503.899 98.321 504.202 98.111' fill='%23fff'/%3E %3Cpath d='M500.475,95.5261c.37266.34937.76861.5357.95494.30278.20963-.23291-.02329-.60557-.396-.93165l-.04658-.02329-.04658-.02329-.02329-.02329-.04659-.02329-.04658-.02329-.04658-.02329-.04658-.0233-.04658-.02329-.0233-.02329-.04658-.02329-.04658-.02329-.02329-.02329-.04658-.02329-.0233-.02329-.04658-.02329-.02329-.02329h-.27951l-.0233.02329-.02329.02329-.02329.02329-.0233.02329C499.86942,94.82736,500.10233,95.17673,500.475,95.5261Z' fill='%23fff'/%3E %3Cpath d='M501.5231,99.113c0-.11646-.09317-.13975-.18633-.13975a1.26555,1.26555,0,0,1-.65216-.13975h0a1.03016,1.03016,0,1,1,1.74684-.74532,1.254,1.254,0,0,1-.02329.18633c.04658-.09316.20962-.46582.25621-.5357a1.30324,1.30324,0,0,0-2.4223-.23291,2.47491,2.47491,0,0,1,.51241-1.16457,1.28848,1.28848,0,0,1,.58228-.27949c-.2562.04658-.559-.11646-.93165-.44254a1.35631,1.35631,0,0,1-.5357-.81519,1.64121,1.64121,0,0,1-.06987.76861,3.44435,3.44435,0,0,0-.34937,1.74685,2.91562,2.91562,0,0,0,.86177,1.51394,1.01054,1.01054,0,0,1,.163.37266s.722,0,.90836.02329C501.36006,99.22941,501.5231,99.20612,501.5231,99.113Z' fill='%23fff'/%3E %3Cpath d='M504.64414,99.113l-.09317.02329-.09316.02329-.09317.02329-.09316.02329-.09316.02329-.09317.02329-.09316.0233-.09316.02329-.09317.02329-.09316.02329-.09317.02329-.163.02329-.163.02329a3.38226,3.38226,0,0,1-.83849.04658.29974.29974,0,0,0,.02329.2795,5.492,5.492,0,0,0,.86178-.04658,6.24711,6.24711,0,0,0,1.51393-.37266l-.163-.23292Z' fill='%23fff'/%3E %3Cpath d='M505.59908,98.97321l.11645-.06987.11646-.06988.11646-.06987.11645-.09317.11646-.09316.11646-.09317.11645-.09317.11646-.11645.11646-.11646.11645-.11646.11646-.11645.11646-.13975.11645-.13975.09317-.13974.04658-.06988.04658-.06987.09316-.163a.62563.62563,0,0,1-.34937.02329c0,.02329-.04658.04658-.04658.06987a4.61075,4.61075,0,0,1-1.65368,1.53723l.163.23291Z' fill='%23fff'/%3E %3Cpath d='M501.38335,99.29929h-.60558c-.18633.02329-.39595.06987-.41924.163s.04658.18633.13975.34937c.06987.09316.18633.04658.2562,0a2.696,2.696,0,0,0,.559-.32608C501.47652,99.439,501.5231,99.32258,501.38335,99.29929Z' fill='%23fff'/%3E %3Cpath d='M501.82589,99.60208h0l-.0233-.0233h0c-.11645.04659-.5357.30279-.559.396-.02329.11645.0233.18633.09317.20962a.6801.6801,0,0,0,.20962.04658.33366.33366,0,0,0,.2562-.11646c.04659-.06987.23292-.30278.2795-.34937C501.84918,99.69524,501.87247,99.62537,501.82589,99.60208Z' fill='%23fff'/%3E %3Cpath d='M501.87247,99.835h0l-.02329.02329h0v.02329h0l-.0233.02329-.02329.02329h0v.02329h0c-.02329.02329,0,.09317.06987.06988a1.5398,1.5398,0,0,0,.51241-.13975c.163-.11646.2795-.32608.163-.39595A1.53817,1.53817,0,0,0,501.87247,99.835Z' fill='%23fff'/%3E %3Cpath d='M501.94234,99.22941h-.13975c-.06988.09317-.0233.18634.163.25621.163.06987.48911.13975.5357.06987a.94441.94441,0,0,0-.559-.32608Z' fill='%23fff'/%3E %3Cpath d='M509.18594,94.61773a1.244,1.244,0,0,0,.30279-.34936.37589.37589,0,0,0-.04658-.396,2.43242,2.43242,0,0,1-.34937-.46582v.18632l-.02329.04659-.0233.04658-.02329.04658-.02329.04658-.0233.04658v.20962h0v.02329h0v.0233h0C508.81328,94.15191,508.85986,94.38482,509.18594,94.61773Z' fill='%23fff'/%3E %3Cpath d='M509.46544,94.9671a2.29844,2.29844,0,0,1-1.0714-.88507h0v.02329h0v.13975h0v.13975l.02329.06987.02329.06988.02329.06987v.11646l.0233.02329v.04658l.02329.02329.02329.02329v.02329c.20962.34937.51241.62887.76862.62887.23291,0,.30278-.13975.41924-.20962C509.79151,95.36306,509.74493,95.037,509.46544,94.9671Z' fill='%23fff'/%3E %3Cpath d='M510.467,95.33977a3.83114,3.83114,0,0,0-.5357-.51241,2.399,2.399,0,0,0-.48912-.23292h0l-.02329.02329h-.02329a3.34553,3.34553,0,0,1,.37266.163.77182.77182,0,0,1,.30279.44254C510.14088,95.40964,510.467,95.33977,510.467,95.33977Z' fill='%23fff'/%3E %3Cpath d='M510.25734,94.40811c-.13975-.11645-.58228-.39595-.58228-.39595v.37266h0v.04658h0v.02329h0a2.51021,2.51021,0,0,0,.60557.27949,5.02574,5.02574,0,0,0,.60558.163A3.248,3.248,0,0,1,510.25734,94.40811Z' fill='%23fff'/%3E %3Cpath d='M510.97937,95.10685l-.06987-.02329-.06988-.02329-.06987-.02329-.06988-.02329L510.63,94.9904h-.27951c.20962.20962.30279.41924.51241.51241a3.146,3.146,0,0,1,.60558.30278c.18633-.06987.5124-.163.5124-.163a1.50076,1.50076,0,0,0-.60557-.41924h-.27951Z' fill='%23fff'/%3E %3Cpath d='M511.11912,96.0618c-.11646.04658-.32608.163-.34937.2562v.02329h0v.02329h0v.02329h0c.09317-.23291.163-.30278.32608-.34937a.51277.51277,0,0,1,.27949.06988c0-.06988-.02329-.163.06988-.23291s.46582,0,.60557-.0233a.08531.08531,0,0,0,.09317-.09316.71565.71565,0,0,0-.13975-.20962C511.86444,95.80559,511.30545,95.94534,511.11912,96.0618Z' fill='%23fff'/%3E %3Cpath d='M510.83962,96.01521h0l.04658-.02329.0233-.02329h.41927a3.3626,3.3626,0,0,0-.46583-.2562,2.9746,2.9746,0,0,0-.30279-.09317c-.09316.02329-.23291.04658-.23291.04658a.92444.92444,0,0,1,.39595.396A.10354.10354,0,0,1,510.83962,96.01521Z' fill='%23fff'/%3E %3Cpath d='M510.49025,96.64408a.42227.42227,0,0,0,.18633-.46583c-.04658-.32608-.5357-.65215-.5357-.65215h-.02329a1.13521,1.13521,0,0,0-.25621.18633.81577.81577,0,0,1,.51241.13974.422.422,0,0,1,.163.51241c-.11646.18633-.46582.04658-.46582.04658C510.071,96.80712,510.42038,96.66737,510.49025,96.64408Z' fill='%23fff'/%3E %3Cpath d='M514.96219,98.64713a.76739.76739,0,0,0-.46583-.27949c-.44253-.09317-.60557.20962-.86178.30278s-.41924-.09316-.67544-.67544a7.82345,7.82345,0,0,0-.93166-1.677c-.09316-.09316-.34937-.09316-.39595-.09316s-.06987.02329-.09316.06987v.2795c-.09316-.04659-.2795-.18634-.39595-.18634-.09317-.02329-.32608.23292-.20962.2795,1.118.20962,1.65368,1.44406,1.8633,1.90989l.02329.04658.0233.04658.02329.04658.02329.04658.0233.04659.02329.04658.02329.04658v.04658l.02329.04658.0233.04658.02329.09317.02329.09317.02329.09316a1.50023,1.50023,0,0,0,.76862-.23291,1.69635,1.69635,0,0,1,.83849-.23291A.40041.40041,0,0,0,514.96219,98.64713Z' fill='%23fff'/%3E %3Cpath d='M508.97632,96.17825c.163.20963.559.83849,1.14127.86178a.93962.93962,0,0,0-.34937-.46582,2.51159,2.51159,0,0,1-.74532-.65216.98705.98705,0,0,0-.41924-.41925v.27949l-.0233.0233-.02329.04658v.04658l-.02329.04658-.0233.04658-.02329.02329-.02329.04659-.02329.04658-.04659.06987s.34937,1.56052,1.56052,1.677a.78768.78768,0,0,0-.396-.559c-.37266-.2562-.90836-.62886-.86178-1.21114C508.69682,95.94534,508.79,95.96863,508.97632,96.17825Z' fill='%23fff'/%3E %3Cpath d='M508.53378,98.04156h0l-.04658-.04658-.02329-.02329-.02329-.0233-.0233-.02329-.02329-.02329-.02329-.02329-.02329-.04658-.0233-.04658-.02329-.04658-.02329-.04659-.02329-.04658-.04659-.06987-.04658-.06988-.04658-.06987-.02329-.04658-.0233-.04659-.02329-.04658-.02329-.04658-.02329-.04658-.0233-.04658-.02329-.04659-.02329-.04658-.0233-.02329-.02329-.02329-.02329-.02329v-.06987h0a4.34667,4.34667,0,0,1-.74532,1.04811c-.20962.18633-.69874.67544-.95495.93165a3.08607,3.08607,0,0,0,1.16457-.58228,1.4127,1.4127,0,0,0,.51241.163h.02329a1.4127,1.4127,0,0,0,.51241-.163,3.11774,3.11774,0,0,0,1.18786.58228A6.44916,6.44916,0,0,1,508.53378,98.04156Z' fill='%23fff'/%3E %3Cpath d='M508.18441,98.64713h-.37268a.99578.99578,0,0,1-.41924-.11645,1.8775,1.8775,0,0,0,.41924.60557h0c.13977-.02329.30281-.32608.37268-.48912Z' fill='%23fff'/%3E %3Cpath d='M511.67811,98.32105l.02329-.95494-.88507.34937.2795.20962c-.13975.20962-2.35243,3.28408-2.63192,3.68l-1.3276-2.4223-.163.25621-1.18786,1.79343-.30279-.18633v.95494l.90836-.34937-.30279-.20962c.163-.23292.8152-1.21115,1.02482-1.53723l1.3276,2.37571,2.93471-4.12256Z' fill='%23fff'/%3E %3Cpath d='M508.4872,99.85828h0l.0233.02329.02329.02329v.04658l.02329.02329v.0233l.02329.02329.0233.02329v.02329l.02329.02329.02329.02329.02329.04658.04659.04658.02329.04659.04658.04658.04658.04658.04658.04658.04659.04658.04658.04659.06987.11645.23292-.30279-.58229-.88507-.163-.2562-.58229,1.02482.20962.37266A4.0549,4.0549,0,0,1,508.4872,99.85828Z' fill='%23fff'/%3E %3Cpath d='M509.79151,101.18589l-.20962-.32608-.23291.30278a1.57973,1.57973,0,0,1,.13975.20963l-.30279.20962.90836.34937v-.95495Z' fill='%23fff'/%3E %3Cpath d='M515.12522,95.5261c.37266-.34937.60558-.69874.396-.93166l-.0233-.02329-.02329-.02329-.02329-.02329-.02329-.02329h-.27952l-.04658.02329-.02329.02329-.0233.02329-.04658.02329-.0233.02329-.04658.0233-.04659.02329-.04658.02329-.02329.02329-.04659.02329-.04659.02329-.04658.02329-.04658.02329-.04658.02329-.04658.02329-.04658.0233c-.37267.34936-.60558.69873-.396.93165C514.35661,96.0618,514.72927,95.87547,515.12522,95.5261Z' fill='%23fff'/%3E %3Cpath d='M515.7308,94.80407a1.25546,1.25546,0,0,1-.5357.81519,1.304,1.304,0,0,1-.93165.44254,1.28848,1.28848,0,0,1,.58228.27949,2.09008,2.09008,0,0,1,.51241,1.16457,1.27836,1.27836,0,0,0-1.18786-.722,1.29977,1.29977,0,0,0-1.25772.95494c.04658.06988.20962.46583.2562.5357a1.25422,1.25422,0,0,1-.02329-.18633,1.03391,1.03391,0,0,1,1.02481-1.02482,1.01888,1.01888,0,0,1,1.02482,1.02482,1.03609,1.03609,0,0,1-.30278.74532h0a1.26555,1.26555,0,0,1-.65216.13975c-.06988,0-.18633.02329-.18633.13975s.163.11645.163.11645c.163-.02329.90836-.02329.90836-.02329a.57641.57641,0,0,1,.163-.37266,3.09,3.09,0,0,0,.86178-1.51393,3.21548,3.21548,0,0,0-.34937-1.74685A2.61975,2.61975,0,0,1,515.7308,94.80407Z' fill='%23fff'/%3E %3Cpath d='M509.62848,98.76359l.11645.06987.11646.06988.11645.06987.11646.06988.163-.23292a4.61062,4.61062,0,0,1-1.65368-1.53722c0-.02329-.0233-.04658-.04659-.06988a.61914.61914,0,0,1-.34937-.02329l.09317.163.04658.06988.04658.06987.11646.13975.11645.13975.11646.13974.11646.11646.11645.11646.11646.11645.11646.11646.11645.09316.11646.09317.11646.09317Z' fill='%23fff'/%3E %3Cpath d='M512.26039,99.41574l-.163-.02329-.163-.02329-.09317-.02329-.09316-.02329-.09316-.02329-.09317-.02329-.09316-.02329-.09317-.02329-.09316-.02329-.09316-.0233-.09317-.02329-.09316-.02329-.09316-.02329-.09317-.02329-.163.23291a9.55421,9.55421,0,0,0,1.51394.37266,3.63426,3.63426,0,0,0,.86178.04659.2997.2997,0,0,0,.02328-.2795C512.81938,99.46233,512.53989,99.439,512.26039,99.41574Z' fill='%23fff'/%3E %3Cpath d='M514.72927,99.32258h-.48911c-.11646.02329-.09317.13975-.04659.20962a3.47394,3.47394,0,0,0,.559.32608c.06987.02329.20962.06988.2562,0,.09317-.13975.163-.23291.13975-.34937C515.10194,99.39245,514.9156,99.34587,514.72927,99.32258Z' fill='%23fff'/%3E %3Cpath d='M514.05382,99.55549h-.02329c-.04658.02329-.02329.11646,0,.163a3.04141,3.04141,0,0,0,.2795.34937.33365.33365,0,0,0,.2562.11646.68.68,0,0,0,.20962-.04658c.06987-.02329.11646-.09317.09317-.20963A4.66136,4.66136,0,0,1,514.05382,99.55549Z' fill='%23fff'/%3E %3Cpath d='M513.96066,100.13778h0l-.02329-.02329h0l-.0233-.0233-.02329-.02329-.02329-.02329h0v-.02329h0c-.18633-.20962-.37266-.2562-.46583-.163-.11645.06988,0,.30279.163.396a1.04621,1.04621,0,0,0,.48912.13975.83523.83523,0,0,1-.09316-.2562Z' fill='%23fff'/%3E %3Cpath d='M513.93737,99.20612h-.20963c-.34937.09317-.44253.23292-.37266.32608s.37266.02329.5357-.06987c.163-.06988.20962-.163.163-.25621Z' fill='%23fff'/%3E %3C/g%3E %3Cg%3E %3Cg%3E %3Cpolygon points='19.2 61.5 23.5 61.5 26.3 45.6 21.9 45.6 19.2 61.5' fill='%235c6774'/%3E %3Cpath d='M35,52c-1.5-.7-2.4-1.2-2.4-2,0-.7.8-1.4,2.5-1.4a8.24181,8.24181,0,0,1,3.2.6l.4.2.6-3.5a11.83966,11.83966,0,0,0-3.9-.7c-4.3,0-7.3,2.2-7.3,5.2,0,2.3,2.1,3.6,3.8,4.3,1.7.8,2.3,1.3,2.2,2,0,1.1-1.3,1.5-2.6,1.5a9.11138,9.11138,0,0,1-4.1-.8l-.6-.2-.6,3.6a14.421,14.421,0,0,0,4.8.8c4.6,0,7.5-2.1,7.6-5.4Q38.75,53.65,35,52Z' fill='%235c6774'/%3E %3Cpath d='M50.4,45.6H47a2.29264,2.29264,0,0,0-2.3,1.3L38.3,61.5h4.5s.7-2,.9-2.4h5.5c.1.6.5,2.4.5,2.4h4ZM45,55.9c.4-.9,1.7-4.4,1.7-4.4s.4-.9.6-1.5l.3,1.4s.8,3.8,1,4.6H45Z' fill='%235c6774'/%3E %3Cpath d='M15.6,45.6,11.4,56.4,11,54.2a12.52135,12.52135,0,0,0-6-6.7L8.9,61.4h4.6l6.8-15.9Z' fill='%235c6774'/%3E %3C/g%3E %3Cpath d='M7.4,45.6H.4l-.1.3c5.4,1.3,9,4.5,10.5,8.3L9.3,46.9c-.2-1-1-1.3-1.9-1.3Z' fill='%235c6774' opacity='0.5' style='isolation: isolate'/%3E %3C/g%3E %3Cg%3E %3Cpath d='M275,59.7V52.6h2v2.6h2.3V52.6h2v7.1h-2V56.5H277v3.2Z' fill='%235c6774'/%3E %3Cpath d='M267.9,57.6a2.12657,2.12657,0,0,1,1.5-2.1,2.66263,2.66263,0,0,1,1.2-.3c.4-.1.8-.1,1.4-.2v-.2c0-1-.6-1.2-1.3-1.2a4.55191,4.55191,0,0,0-2,.5l-.1-1.3a7.51152,7.51152,0,0,1,2.6-.5,5.90192,5.90192,0,0,1,1.4.2,1.7098,1.7098,0,0,1,1.3,1.6v5.2C272.1,60,267.9,60.5,267.9,57.6Zm4.1.9V56c-.9.1-2.1.3-2.1,1.5C269.8,59,271.4,58.7,272,58.5Z' fill='%235c6774'/%3E %3Cpath d='M267.3,54.5a3.35942,3.35942,0,0,0-.9-1.5,3.1414,3.1414,0,0,0-4.4.6c0-1.9.8-2.8,2.4-3.1s2.5-.4,2.5-.4l-.2-1.5s-1.6.2-3,.5a3.94407,3.94407,0,0,0-3.2,3.5,13.196,13.196,0,0,0,.2,4.9,3.18622,3.18622,0,0,0,3.2,2.3c2.4,0,3.5-1.5,3.5-3.8A2.65688,2.65688,0,0,0,267.3,54.5Zm-2.5,3.8a.90949.90949,0,0,1-.8.4c-1.2,0-1.5-1.9-1.5-2.8a2.80934,2.80934,0,0,1,.6-2,1.26756,1.26756,0,0,1,.9-.4,1.14682,1.14682,0,0,1,1.1.9,5.66227,5.66227,0,0,1,.3,1.8A3.6968,3.6968,0,0,1,264.8,58.3Z' fill='%235c6774'/%3E %3Cpath d='M282.7,59.7V52.6h2.1v3.2l2.1-3.2h2l-2.3,3.1,2.5,4h-2.3l-2-3.5v3.5Z' fill='%235c6774'/%3E %3Cpath d='M249.9,59.8a4.87661,4.87661,0,0,1-2-.3l.2-1.2a2.60407,2.60407,0,0,0,1.5.4c1,0,1.6-.5,1.6-1.1a1.13551,1.13551,0,0,0-.3-.8.90779.90779,0,0,0-.7-.3H249V55.4h.1c.8,0,1.9,0,1.9-1a.95537.95537,0,0,0-1.2-.9,3.37111,3.37111,0,0,0-1.7.5l-.1-1.2a5.867,5.867,0,0,1,2.3-.4c1.6,0,2.7.7,2.6,1.8a1.85364,1.85364,0,0,1-1.3,1.6,4.64919,4.64919,0,0,1,.9.3,1.62178,1.62178,0,0,1,.7,1.4,2.01328,2.01328,0,0,1-1.2,1.9A4.91822,4.91822,0,0,1,249.9,59.8Z' fill='%235c6774'/%3E %3Cpath d='M231.6,59.8a3.44488,3.44488,0,0,1-3.7-3.8,3.41576,3.41576,0,0,1,3.7-3.7,5.07911,5.07911,0,0,1,1.7.3l-.2,1.3a2.27938,2.27938,0,0,0-1.1-.3c-1.4,0-2,1.1-2,2.4s.6,2.5,2,2.5a2.66268,2.66268,0,0,0,1.2-.3l.1,1.3A5.07919,5.07919,0,0,1,231.6,59.8Z' fill='%235c6774'/%3E %3Cpath d='M256.2,58.5s1.9.4,1.9-1.4a1.1654,1.1654,0,0,0-.2-.7,1.46059,1.46059,0,0,0-1.2-.4h-.5v2.5Zm-2,1.2V52.6h2v2.2h.8a3.81017,3.81017,0,0,1,2.1.5,2.05535,2.05535,0,0,1,.8,1.8c0,2.3-2.4,2.8-3.7,2.8C254.9,59.8,254.2,59.7,254.2,59.7Z' fill='%235c6774'/%3E %3Cpath d='M238.9,55.9a1.58294,1.58294,0,0,0,1.3-1.6,2.3885,2.3885,0,0,0-.2-.9,1.242,1.242,0,0,0-.8-.6,6.20029,6.20029,0,0,0-2.3-.4,14.05655,14.05655,0,0,0-2.5.2v7.1a14.05723,14.05723,0,0,0,2.5.2c1.4,0,3.6-.4,3.7-2.2v-.1A1.82287,1.82287,0,0,0,238.9,55.9Zm-2,.7h.6a1.0722,1.0722,0,0,1,.6.2.77857.77857,0,0,1,.3.7c0,.8-.7,1.1-1.6,1.1h-.5v-2Zm-.6-1.1v-2h.7c1,0,1.2.6,1.2.9,0,.7-.4,1-1.4,1h-.5Z' fill='%235c6774'/%3E %3Cpath d='M244.5,52.4c-1.5,0-3.4.2-3.4,2.2a1.76543,1.76543,0,0,0,1.5,1.9l-1.9,3.2h2.1l1.5-2.8h.6v2.8h2V52.6A6.8392,6.8392,0,0,0,244.5,52.4Zm.4,3.2h-.5c-1,0-1.4-.3-1.4-1.1a.964.964,0,0,1,1.1-1h.7v2.1Z' fill='%235c6774'/%3E %3Cpath d='M194.7,59.7v-10h8v10h-2.4V51.3h-3.1v8.4Z' fill='%235c6774'/%3E %3Cpath d='M203.7,62.7V52.8c1.8-.4,6.6-1.4,6.6,2.9a3.92682,3.92682,0,0,1-.9,2.8,3.63611,3.63611,0,0,1-3.7,1v3.2Zm4.6-6.8c0-2.7-1.9-2.4-2.6-2.2v4.6C206,58.3,208.3,59.2,208.3,55.9Z' fill='%235c6774'/%3E %3Cpath d='M214.4,59.8c-2.3,0-3.4-1.5-3.4-3.7,0-2.3,1.2-3.7,3.6-3.7a3.17336,3.17336,0,0,1,2,.6,2.31454,2.31454,0,0,1,1,1.4,4.954,4.954,0,0,1,.2,1.7c.1,2.4-.9,3.7-3.4,3.7Zm.1-1.1c.6,0,1-.5,1.2-1.1a4.97063,4.97063,0,0,0,.2-1.6,4.30948,4.30948,0,0,0-.3-1.7,1.16994,1.16994,0,0,0-1.1-.8,1.26755,1.26755,0,0,0-1.2,1,4.42075,4.42075,0,0,0-.2,1.5c0,.9.2,2.7,1.4,2.7Z' fill='%235c6774'/%3E %3Cpath d='M218.3,59.7l.7-7.1h2.4l1.5,4.8,1.5-4.8h2.4l.7,7.1h-1.9l-.4-5.1-1.6,5.1H222l-1.6-5.2-.4,5.2Z' fill='%235c6774'/%3E %3Cpath d='M188.7,46.4a7.72515,7.72515,0,0,0-7.7-7.8H170c-3.6,0-6.3,2.7-7.2,6h13.1c5.1,0,6.9,2,6.9,7.7V64.7c3.3-.9,6-3.7,6-7.2l-.1-11.1Z' fill='%235c6774'/%3E %3Cpath d='M179.1,50.9h0a1.94,1.94,0,0,0,1.4-2c0-1.5-1.1-2.2-2.8-2.2h-3v3.6h-1.9a2.47449,2.47449,0,0,0-2.8,2.5c0,1.3.7,1.8,2.1,2.5.8.4,1.8.7,1.8,1.6a1.26862,1.26862,0,0,1-1.4,1.1h-1.8a2.73444,2.73444,0,0,0,.4-1.4c0-.6-.2-2.9-3.5-2.9h-2.9v9h2V58.9l.7.7h5c2.3,0,3.6-1.4,3.6-2.8a3.73,3.73,0,0,0-.2-1.2h1.7c2.9,0,3.5-1.5,3.5-2.6A2.23938,2.23938,0,0,0,179.1,50.9ZM167.6,58h-.9V55h.9c1.1,0,1.5.6,1.5,1.4A1.49423,1.49423,0,0,1,167.6,58Zm7.1-5.6v2.2a7.74128,7.74128,0,0,0-1.6-.7c-.6-.2-1.2-.6-1.2-1.3,0-.4.2-.9,1.3-.9h2.2Zm2-4.4h.7c1.4,0,1.4.8,1.4,1.1,0,.4-.1,1.1-1.3,1.1h-.7V48Zm.9,6.2h-.9V51.7h.9c1.3,0,1.5.6,1.5,1.2S178.8,54.2,177.6,54.2Z' fill='%235c6774'/%3E %3Cpath d='M156.7,62.8a7.81,7.81,0,0,0,7.8,7.8h11c3.6,0,6.2-2.7,7.1-6H169.7c-5.1,0-7-2.1-7-7.7V44.6c-3.3.9-6,3.6-6,7.2v11Z' fill='%235c6774' opacity='0.5' style='isolation: isolate'/%3E %3C/g%3E %3Cg%3E %3Cpath d='M341.8,62.1h89v1h-89Z' fill='%235c6774'/%3E %3Cpath d='M350.4,57.8a1.42132,1.42132,0,0,1-.6.2,3.09107,3.09107,0,0,0-.8.2,3.08256,3.08256,0,0,1-1,.1,3.00672,3.00672,0,0,1-1.8-.4,2.89233,2.89233,0,0,1-1.1-1.1,6.7364,6.7364,0,0,1-.6-1.7,15.4815,15.4815,0,0,1-.1-2.2,10.86763,10.86763,0,0,1,.1-1.8,8.47092,8.47092,0,0,1,.4-1.7,2.33528,2.33528,0,0,1,1-1.2,2.96927,2.96927,0,0,1,1.8-.5,3.45327,3.45327,0,0,1,1.8.5,2.191,2.191,0,0,1,.9,1.7h.8V47.5a6.89116,6.89116,0,0,0-.8-.3c-.3-.1-.6-.1-.9-.2-.3,0-.6-.1-1-.1h-.9a11.08088,11.08088,0,0,0-2.8.4,5.16176,5.16176,0,0,0-1.9,1.2,4.33265,4.33265,0,0,0-1.1,2,10.95141,10.95141,0,0,0-.4,2.7,6.24946,6.24946,0,0,0,.4,2.5,8.47622,8.47622,0,0,0,1,1.9,5.67469,5.67469,0,0,0,1.8,1.2,6.77234,6.77234,0,0,0,2.6.4,6.14959,6.14959,0,0,0,1.4-.1c.4-.1.8-.2,1.1-.3a9.43851,9.43851,0,0,0,.9-.3,1.612,1.612,0,0,0,.7-.4l-.4-.7c-.1.3-.3.3-.5.4ZM361,52.2a5.43832,5.43832,0,0,0-1.7-.7,15.563,15.563,0,0,0-2.5-.3h-1V48.4a.84528.84528,0,0,1,.2-.6c.1-.1.4-.1.8-.1h2.6a1.44539,1.44539,0,0,1,.7.2c.2.1.3.3.5.6a10.36721,10.36721,0,0,1,.4,1h.6V46.9h-9.1v.4a.30972.30972,0,0,1,.2.1c.1.1.2.1.3.2a.36734.36734,0,0,1,.1.3v.7h0v2.1h0v4.5h0V57h0v1.1c0,.1-.1.2-.1.3-.1.1-.2.1-.3.2a.34919.34919,0,0,0-.2.1v.4h4.6A12.102,12.102,0,0,0,359,59a3.77284,3.77284,0,0,0,1.6-.5,3.44734,3.44734,0,0,0,1.2-1.2,4.55646,4.55646,0,0,0,.4-2.2,4.30969,4.30969,0,0,0-.3-1.7,1.78469,1.78469,0,0,0-.9-1.2Zm-1.7,4.7a3.12785,3.12785,0,0,1-.5,1,.9095.9095,0,0,1-.8.4,2.7688,2.7688,0,0,1-.9.1,1.483,1.483,0,0,1-.7-.1.51951.51951,0,0,1-.4-.2c-.1-.1-.1-.2-.2-.4V52h1.1a2.34641,2.34641,0,0,1,2,.8,3.84491,3.84491,0,0,1,.6,2.4,7.18017,7.18017,0,0,1-.2,1.7Zm12.1.6a.91832.91832,0,0,1-.4.6,4.87344,4.87344,0,0,1-.7.3H368a.84542.84542,0,0,1-.6-.2,1.37992,1.37992,0,0,1-.3-.4V53.3h2.7c.2,0,.4.1.6.1a.7638.7638,0,0,1,.5.2V52.1a.7638.7638,0,0,1-.5.2c-.2,0-.4.1-.6.1H367v-4c0-.3,0-.4.1-.5s.2-.1.5-.1H370a1.44542,1.44542,0,0,1,.7.2c.2.1.3.3.5.6a10.36965,10.36965,0,0,1,.4,1h.6V47h-8.5v.4a.30972.30972,0,0,1,.2.1c.1.1.2.1.3.2a.36734.36734,0,0,1,.1.3V58.2c0,.1-.1.2-.1.3-.1.1-.2.1-.3.2a.34918.34918,0,0,0-.2.1v.4h8.8V56.4h-.8c-.1.4-.2.8-.3,1.1ZM382,47.6a5.78226,5.78226,0,0,0-1.4-.5,9.1498,9.1498,0,0,0-1.7-.1H374v.4a.30972.30972,0,0,1,.2.1c.1.1.2.1.3.2a.36734.36734,0,0,1,.1.3V58.2c0,.1-.1.2-.1.3-.1.1-.2.1-.3.2a.34918.34918,0,0,0-.2.1v.4h4v-.4a.30972.30972,0,0,1-.2-.1c-.1,0-.2-.1-.3-.2a.36734.36734,0,0,1-.1-.3V54.3h1.2a10.86828,10.86828,0,0,0,1.8-.1,5.27027,5.27027,0,0,0,1.5-.5,2.4122,2.4122,0,0,0,1-1.2,3.966,3.966,0,0,0,.4-2,3.57568,3.57568,0,0,0-.4-1.9,1.707,1.707,0,0,0-.9-1Zm-1.8,5.2a1.70394,1.70394,0,0,1-1.6.8h-1.2V48.2a.34917.34917,0,0,1,.1-.2,1.00741,1.00741,0,0,1,.3-.1h.5a2.7685,2.7685,0,0,1,.9.1,1.61191,1.61191,0,0,1,.7.4,2.1772,2.1772,0,0,1,.5.8,4.43774,4.43774,0,0,1,.2,1.3,3.97264,3.97264,0,0,1-.4,2.3Zm12.9-.6a3.78019,3.78019,0,0,0-1.7-.6,16.85761,16.85761,0,0,0-2.5-.2h-1V48.5a.84531.84531,0,0,1,.2-.6c.1-.1.4-.1.8-.1h2.6a1.44531,1.44531,0,0,1,.7.2c.2.1.3.3.5.6a10.36756,10.36756,0,0,1,.4,1h.6V47h-9.1v.4a.30974.30974,0,0,1,.2.1c.1,0,.2.1.3.2a.36737.36737,0,0,1,.1.3v7.3h0v2.9c0,.1-.1.2-.1.3-.1.1-.2.1-.3.2a.34914.34914,0,0,0-.2.1v.4h4.6a12.102,12.102,0,0,0,1.9-.1,3.77279,3.77279,0,0,0,1.6-.5,3.44726,3.44726,0,0,0,1.2-1.2,4.55645,4.55645,0,0,0,.4-2.2,4.30985,4.30985,0,0,0-.3-1.7,1.76156,1.76156,0,0,0-.9-1.3Zm-1.7,4.7a3.12744,3.12744,0,0,1-.5,1,1.23448,1.23448,0,0,1-.8.4,2.76883,2.76883,0,0,1-.9.1,1.483,1.483,0,0,1-.7-.1.5195.5195,0,0,1-.4-.2c-.1-.1-.1-.2-.2-.4V52.1h1a2.31887,2.31887,0,0,1,2,.7,3.71484,3.71484,0,0,1,.6,2.3,4.79842,4.79842,0,0,1-.1,1.8Zm26-9.8h-3.3v.4a.30974.30974,0,0,1,.2.1c.1.1.2.1.3.2a.36737.36737,0,0,1,.1.3v4.1H410V48.1c0-.1.1-.2.1-.3.1-.1.2-.1.3-.2a.3097.3097,0,0,1,.2-.1v-.4h-3.9v.4a.30972.30972,0,0,1,.2.1c.1.1.2.1.3.2a.36734.36734,0,0,1,.1.3v.8h0v8.3h0v1.1c0,.1-.1.2-.1.3-.1.1-.2.1-.3.2a.34918.34918,0,0,0-.2.1v.4h4v-.4a.30974.30974,0,0,1-.2-.1c-.1,0-.2-.1-.3-.2a.36736.36736,0,0,1-.1-.3V55.4h0V53.2h4.7v5.1c0,.1-.1.2-.1.3-.1.1-.2.1-.3.2a.34918.34918,0,0,0-.2.1v.4h4v-.4a.30974.30974,0,0,1-.2-.1c-.1,0-.2-.1-.3-.2a.36737.36737,0,0,1-.1-.3V55.4h0V50.9h0V48c0-.1.1-.2.1-.3.1-.1.2-.1.3-.2a.34914.34914,0,0,0,.2-.1V47l-.8.1Zm-12.5,9.3-2.8-7.9a4.652,4.652,0,0,0-.3-.9c0-.2-.1-.4-.1-.6h-3.5v.4a.30972.30972,0,0,1,.2.1c.1.1.2.1.3.2a.36734.36734,0,0,1,.1.3v.3c0,.3-.1.6-.1.8l-2,4.8c-.4.9-.7,1.6-.9,2.2a10.73858,10.73858,0,0,1-.7,1.5,9.29371,9.29371,0,0,1-.5,1c-.1.2-.2.5-.4.6h2.2a6.35711,6.35711,0,0,1,.3-1.5,27.47418,27.47418,0,0,1,.9-2.8h3.9l.5,1.4a18.87589,18.87589,0,0,0,.6,1.8,6.52942,6.52942,0,0,1,.2,1.1h3.1l-.5-1a5.49134,5.49134,0,0,0-.5-1.8ZM398,54.1l1.7-5,1.6,5Zm31.8,3.7c-.4-.4-.7-.8-1-1.1-.4-.4-.7-.8-1.1-1.2a8.70459,8.70459,0,0,1-.9-1.1,7.63187,7.63187,0,0,1-.8-1.1c-.3-.4-.5-.8-.8-1.2l.2-.2c.3-.4.6-.8,1-1.3a17.40627,17.40627,0,0,1,1.2-1.4,15.93337,15.93337,0,0,1,1.3-1.3A7.29266,7.29266,0,0,1,430,47h-2.9c-.1.2-.2.5-.4.9A6.72275,6.72275,0,0,1,426,49a14.80307,14.80307,0,0,0-.8,1.3l-.9,1.2a10.47468,10.47468,0,0,1-.8,1.1c-.3.3-.4.6-.6.8.3.4.6.8.8,1.1s.5.6.7.9l.6.9.6.9a8.79413,8.79413,0,0,1,.6,1,4.05239,4.05239,0,0,1,.5.9h4.1A9.13692,9.13692,0,0,0,429.8,57.8Zm-6.8.7a.36734.36734,0,0,1-.1-.3V48c0-.1.1-.2.1-.3.1-.1.2-.1.3-.2a.34918.34918,0,0,0,.2-.1V47h-4v.4a.30972.30972,0,0,1,.2.1c.1.1.2.1.3.2a.36734.36734,0,0,1,.1.3V58.2c0,.1-.1.2-.1.3-.1.1-.2.1-.3.2a.34918.34918,0,0,0-.2.1v.4h4v-.4a.30972.30972,0,0,1-.2-.1c-.09995-.1-.2-.1-.3-.2Z' fill='%235c6774'/%3E %3Cpath d='M318.9,50.3l10.5-6.1a6.10918,6.10918,0,0,0-1.4-.7l-9.2,5.3-4.1-2.3a7.006,7.006,0,0,0-.8,1Z' fill='%235c6774'/%3E %3Cpath d='M318.9,53.2l12.8-7.3c-.3-.3-.7-.6-1-.9L319,51.7l-5.6-3.2c-.2.4-.4.7-.6,1.1Z' fill='%235c6774'/%3E %3Cpath d='M318.9,56.2l14.4-8.3a3.91573,3.91573,0,0,0-.8-1l-13.6,7.8-6.6-3.8c-.1.4-.2.9-.3,1.3Z' fill='%235c6774'/%3E %3Cpath d='M318.9,57.7l-7.1-4.1v.8a11.70043,11.70043,0,1,0,23.4,0,11.53592,11.53592,0,0,0-1.3-5.3Z' fill='%235c6774'/%3E %3C/g%3E %3Cg%3E %3Cpath d='M716,50.2h-2.7c-1.2,0-1.7-.6-1.7-1.2s.4-1.2,1.7-1.2H716v2.4Zm-20.7-.5v-2h2.8c.7,0,1.4.2,1.4,1s-.7,1-1.4,1Zm0,3.9V51.5h2.9c1,0,1.6.3,1.6,1.1s-.6,1-1.6,1Zm29.9-1.9h3.7c1.2,0,1.5.4,1.5.8,0,.8-.8,1.1-2.2,1.1a22.55033,22.55033,0,0,1-5.2-.8l-.4,2.6a22.55819,22.55819,0,0,0,6.7,1c3.7,0,7.6-.9,7.6-3.3,0-1.7-1.8-2.4-3.4-2.5v-.1a2.67848,2.67848,0,0,0,2.5-2.4c0-2.2-3.1-3-6.3-3a25.44685,25.44685,0,0,0-6.6,1l.3,2.5a21.75721,21.75721,0,0,1,4.9-.8c1.3,0,1.9.2,1.9.9,0,.5-.3.8-1.3.8h-3.8l.1,2.2Zm38,1.9a2.92173,2.92173,0,0,1-3.2-2.8c0-2.2,1.8-2.9,3.2-2.9s3.2.7,3.2,2.9a2.974,2.974,0,0,1-3.2,2.8m-74.7-4.5V46a13.762,13.762,0,0,0-5.2-1c-4,0-8.2,1.5-8.2,5.8,0,4.1,4.3,5.7,8.3,5.7a12.07144,12.07144,0,0,0,5.2-1V52.4a8.74991,8.74991,0,0,1-3.5.7c-1.7,0-3.6-.6-3.6-2.4s1.7-2.5,3.4-2.5a13.53519,13.53519,0,0,1,3.6.9m49.1,6.8h5.9V52h4v3.9h5.9V45.5h-5.9v3.6h-4V45.5h-5.9V55.9Zm40.5,0,6.1-5.2v5.2h5.8V45.5h-5.1l-6.1,5.2V45.5H773V55.9Zm-66.3,0,2.1-3.5h2.1v3.5h5.6V45.5a64.08646,64.08646,0,0,0-6.9-.3c-4.6,0-8.8.3-8.8,3.8,0,1.5,1.3,2.4,2.8,2.8l-3.1,4.2L711.8,55.9Zm-22.1,0c2.7.2,5,.4,7.6.4,3.7,0,8.5-.2,8.5-3.1,0-1.7-1.9-2.6-3.5-2.6v-.1c1.5-.2,2.8-1.2,2.8-2.5,0-2.6-4.1-2.8-7.9-2.8a64.59158,64.59158,0,0,0-7.4.4L689.7,55.9ZM763.2,45c-4,0-9.2,1.5-9.2,5.8,0,4.2,5.3,5.7,9.2,5.7,4,0,9.2-1.5,9.2-5.7,0-4.4-5.2-5.8-9.2-5.8' fill='%235c6774'/%3E %3Cpolygon points='784.1 44.6 779.8 41 779.8 48.3 784.1 44.6' fill='%235c6774' opacity='0.5' style='isolation: isolate'/%3E %3Crect x='675.59998' y='60.69999' width='22.90002' height='7.3' fill='%235c6774' opacity='0.3' style='isolation: isolate'/%3E %3Crect x='698.5' y='60.69999' width='22.90002' height='7.3' fill='%235c6774' opacity='0.4' style='isolation: isolate'/%3E %3Crect x='721.40002' y='60.69999' width='22.90002' height='7.3' fill='%235c6774' opacity='0.5' style='isolation: isolate'/%3E %3Crect x='744.20001' y='60.69999' width='22.90002' height='7.3' fill='%235c6774' opacity='0.4' style='isolation: isolate'/%3E %3Crect x='767.09998' y='60.69999' width='22.90002' height='7.3' fill='%235c6774' opacity='0.4' style='isolation: isolate'/%3E %3C/g%3E %3Cg%3E %3Cpolygon points='549 40.8 649 40.8 649 67.8 549 67.8 549 40.8' fill='%235c6774' opacity='0.2' style='isolation: isolate'/%3E %3Cg%3E %3Cpath d='M598.1,50.4a5.96767,5.96767,0,0,0-4.4-1.6,6.20912,6.20912,0,0,0-4.5,1.6,5.65406,5.65406,0,0,0-1.6,4.1,5.061,5.061,0,0,0,1.6,4A6.85007,6.85007,0,0,0,598,58.5a5.42439,5.42439,0,0,0,1.6-4.1A4.80681,4.80681,0,0,0,598.1,50.4Zm-4.4,6.9a2.9,2.9,0,1,1,2.9-2.9A2.90212,2.90212,0,0,1,593.7,57.3Z' fill='%235c6774'/%3E %3Cpath d='M610.6,58.1a1.36712,1.36712,0,0,0-1.4-1.4,5.07285,5.07285,0,0,0-.9.2,4.01256,4.01256,0,0,1-1.5.3,2.70764,2.70764,0,0,1-2.1-.8,3.45556,3.45556,0,0,1-.7-2,5.15744,5.15744,0,0,1,.2-1.1,2.42868,2.42868,0,0,1,2.6-1.7,4.25268,4.25268,0,0,1,1.1.2,5.27423,5.27423,0,0,0,1.2.3,1.44136,1.44136,0,0,0,1.3-.8,1.08749,1.08749,0,0,0,.1-.5,1.80581,1.80581,0,0,0-1.5-1.6,7.54975,7.54975,0,0,0-2.3-.3,5.96778,5.96778,0,0,0-4.4,1.6,5.28113,5.28113,0,0,0-1.7,4,5.20288,5.20288,0,0,0,1.6,4,5.96759,5.96759,0,0,0,4.4,1.6,8.20994,8.20994,0,0,0,2.8-.5C610,59.3,610.6,58.9,610.6,58.1Z' fill='%235c6774'/%3E %3Cpath d='M559.2,58.4a1.23078,1.23078,0,0,0,.5,1,2.14422,2.14422,0,0,0,1.2.4H565c.6,0,1.6-.2,1.6-1.4,0-1.1-1-1.3-1.6-1.3h-2.6V55.7h1.9a1.5037,1.5037,0,0,0,1.1-.4,1.15953,1.15953,0,0,0,.4-1,1.77662,1.77662,0,0,0-.4-1,2.0969,2.0969,0,0,0-1.1-.4h-1.9V51.5H565c.6,0,1.5-.2,1.5-1.3,0-1.2-1-1.3-1.5-1.3h-4.2a1.36579,1.36579,0,0,0-1.1.4,1.28392,1.28392,0,0,0-.4,1l-.1,8.1Z' fill='%235c6774'/%3E %3Cpath d='M625.8,51.7H627c.6,0,1.6-.2,1.6-1.3,0-1.2-1-1.3-1.6-1.3h-5.7c-.6,0-1.6.2-1.6,1.3,0,1.2,1,1.3,1.6,1.3h1.2v6.8a1.60331,1.60331,0,0,0,3.19995,0l.1-6.8Z' fill='%235c6774'/%3E %3Cpath d='M637.7,53.5a4.001,4.001,0,0,0-2.9-1.1h-1.9V50.5a1.50368,1.50368,0,0,0-.4-1.1,1.594,1.594,0,0,0-1.2-.4,1.39916,1.39916,0,0,0-1.6,1.5v8a1.23079,1.23079,0,0,0,.5,1,2.14429,2.14429,0,0,0,1.2.4h3.1a4.7221,4.7221,0,0,0,3.2-1,3.56636,3.56636,0,0,0,1.3-2.8A4.95267,4.95267,0,0,0,637.7,53.5ZM634,57.3h-1.2V55h1.3a1.68932,1.68932,0,0,1,1,.3.90955.90955,0,0,1,.4.8C635.5,57.3,634.4,57.3,634,57.3Z' fill='%235c6774'/%3E %3Cpath d='M611.5,58.4a1.23078,1.23078,0,0,0,.5,1,2.14422,2.14422,0,0,0,1.2.4h4.1c.6,0,1.6-.2,1.6-1.4,0-1.1-1-1.3-1.6-1.3h-2.6V55.7h1.9a1.50371,1.50371,0,0,0,1.1-.4,1.15953,1.15953,0,0,0,.4-1,1.77669,1.77669,0,0,0-.4-1,2.09694,2.09694,0,0,0-1.1-.4h-1.9V51.5h2.6c.6,0,1.5-.2,1.5-1.3,0-1.2-1-1.3-1.5-1.3H613a1.36579,1.36579,0,0,0-1.1.4,1.284,1.284,0,0,0-.4,1v8.1Z' fill='%235c6774'/%3E %3Cpath d='M585.5,50a4.72215,4.72215,0,0,0-3.2-1h-3.1a1.7459,1.7459,0,0,0-1.2.4,1.38863,1.38863,0,0,0-.5,1v8a1.39916,1.39916,0,0,0,1.6,1.5,1.594,1.594,0,0,0,1.2-.4,1.36589,1.36589,0,0,0,.4-1.1V56.5h1.9a3.94531,3.94531,0,0,0,2.9-1,3.69264,3.69264,0,0,0,1.1-2.7A3.00305,3.00305,0,0,0,585.5,50Zm-2.4,3.6a1.68932,1.68932,0,0,1-1,.3h-1.3V51.6H582c.4,0,1.5,0,1.5,1.2A1.23447,1.23447,0,0,1,583.1,53.6Z' fill='%235c6774'/%3E %3Cpath d='M576.7,56.5a2.63967,2.63967,0,0,0-.7-1.9,3.5911,3.5911,0,0,0-1-.7l-.3-.1.2-.2a2.19325,2.19325,0,0,0,.7-1.7,2.5122,2.5122,0,0,0-1-2.1,4.14686,4.14686,0,0,0-2.5-.8h-3.2c-.6,0-1.6.2-1.6,1.4v8a1.52763,1.52763,0,0,0,.4,1,1.50387,1.50387,0,0,0,1.1.4h3.3a5.57126,5.57126,0,0,0,3-.8A2.44911,2.44911,0,0,0,576.7,56.5Zm-6-4.9h1c.3,0,1,0,1,.7s-.7.7-1,.7h-.9l-.1-1.4Zm1.4,5.6h-1.5V55.6H572c.4,0,1.4,0,1.4.8S572.5,57.2,572.1,57.2Z' fill='%235c6774'/%3E %3C/g%3E %3C/g%3E %3Cg%3E %3Cg%3E %3Cpolygon points='19.2 97.5 23.5 97.5 26.3 81.6 21.9 81.6 19.2 97.5' fill='%23fff'/%3E %3Cpath d='M35,88c-1.5-.7-2.4-1.2-2.4-2,0-.7.8-1.4,2.5-1.4a8.24181,8.24181,0,0,1,3.2.6l.4.2.6-3.4a11.83939,11.83939,0,0,0-3.9-.7c-4.3,0-7.3,2.2-7.3,5.2,0,2.3,2.1,3.6,3.8,4.3,1.7.8,2.3,1.3,2.2,2,0,1.1-1.3,1.6-2.6,1.6a9.11124,9.11124,0,0,1-4.1-.8l-.6-.2L26.2,97a14.421,14.421,0,0,0,4.8.8c4.6,0,7.5-2.1,7.6-5.4C38.7,90.5,37.5,89.1,35,88Z' fill='%23fff'/%3E %3Cpath d='M50.4,81.6H47a2.29264,2.29264,0,0,0-2.3,1.3L38.3,97.5h4.5s.7-2,.9-2.4h5.5c.1.6.5,2.4.5,2.4h4ZM45,91.9c.4-.9,1.7-4.4,1.7-4.4s.4-.9.6-1.5l.3,1.4s.8,3.8,1,4.6H45Z' fill='%23fff'/%3E %3Cpath d='M15.6,81.6,11.4,92.4,11,90.2a12.52132,12.52132,0,0,0-6-6.7L8.9,97.4h4.6l6.8-15.9Z' fill='%23fff'/%3E %3C/g%3E %3Cpath d='M7.4,81.6H.4l-.1.3c5.4,1.3,9,4.5,10.5,8.3L9.3,82.9c-.2-1-1-1.3-1.9-1.3Z' fill='%23fff' opacity='0.5' style='isolation: isolate'/%3E %3C/g%3E %3Cg%3E %3Cpath d='M275,95.7V88.6h2v2.6h2.3V88.6h2v7.1h-2V92.5H277v3.2Z' fill='%23fff'/%3E %3Cpath d='M267.9,93.6a2.12657,2.12657,0,0,1,1.5-2.1,2.66276,2.66276,0,0,1,1.2-.3c.4-.1.8-.1,1.4-.2v-.2c0-1-.6-1.2-1.3-1.2a4.55191,4.55191,0,0,0-2,.5l-.1-1.3a7.51129,7.51129,0,0,1,2.6-.5,5.90194,5.90194,0,0,1,1.4.2,1.70981,1.70981,0,0,1,1.3,1.6v5.1C272.1,96,267.9,96.4,267.9,93.6Zm4.1.9V92c-.9.1-2.1.3-2.1,1.5C269.8,95,271.4,94.7,272,94.5Z' fill='%23fff'/%3E %3Cpath d='M267.3,90.5a2.89962,2.89962,0,0,0-.9-1.5,3.14141,3.14141,0,0,0-4.4.6c0-1.9.8-2.8,2.4-3.1s2.5-.4,2.5-.4l-.2-1.5s-1.6.2-3,.5a3.95969,3.95969,0,0,0-3.2,3.6,13.196,13.196,0,0,0,.2,4.9,3.18622,3.18622,0,0,0,3.2,2.3c2.4,0,3.5-1.5,3.5-3.8A2.96813,2.96813,0,0,0,267.3,90.5Zm-2.5,3.8a.90949.90949,0,0,1-.8.4c-1.2,0-1.5-1.9-1.5-2.8a2.80936,2.80936,0,0,1,.6-2,1.2676,1.2676,0,0,1,.9-.4,1.14683,1.14683,0,0,1,1.1.9,5.66224,5.66224,0,0,1,.3,1.8A3.93551,3.93551,0,0,1,264.8,94.3Z' fill='%23fff'/%3E %3Cpath d='M282.7,95.7V88.6h2.1v3.2l2.1-3.2h2l-2.3,3.1,2.5,3.9h-2.3l-2-3.6v3.6l-2.1.1Z' fill='%23fff'/%3E %3Cpath d='M249.9,95.8a7.469,7.469,0,0,1-2-.3l.2-1.2a2.60407,2.60407,0,0,0,1.5.4c1,0,1.6-.5,1.6-1.1a1.13551,1.13551,0,0,0-.3-.8.9078.9078,0,0,0-.7-.3H249V91.4h.1c.8,0,1.9,0,1.9-1,0-.8-.8-.9-1.2-.9a3.37111,3.37111,0,0,0-1.7.5l-.1-1.2a5.86681,5.86681,0,0,1,2.3-.4c1.6,0,2.7.7,2.6,1.8a1.85366,1.85366,0,0,1-1.3,1.6,4.64781,4.64781,0,0,1,.9.3,1.62178,1.62178,0,0,1,.7,1.4,2.01328,2.01328,0,0,1-1.2,1.9A4.91837,4.91837,0,0,1,249.9,95.8Z' fill='%23fff'/%3E %3Cpath d='M231.6,95.8a3.75033,3.75033,0,0,1,0-7.5,5.07885,5.07885,0,0,1,1.7.3l-.2,1.3a2.27949,2.27949,0,0,0-1.1-.3c-1.4,0-2,1.1-2,2.4s.6,2.5,2,2.5a2.66268,2.66268,0,0,0,1.2-.3l.1,1.3A5.07944,5.07944,0,0,1,231.6,95.8Z' fill='%23fff'/%3E %3Cpath d='M256.2,94.5s1.9.4,1.9-1.4a1.1654,1.1654,0,0,0-.2-.7,1.46059,1.46059,0,0,0-1.2-.4h-.5v2.5Zm-2,1.2V88.6h2v2.2h.8a3.81017,3.81017,0,0,1,2.1.5,2.05536,2.05536,0,0,1,.8,1.8c0,2.3-2.4,2.8-3.7,2.8C254.9,95.8,254.2,95.7,254.2,95.7Z' fill='%23fff'/%3E %3Cpath d='M238.9,91.9a1.583,1.583,0,0,0,1.3-1.6,2.38846,2.38846,0,0,0-.2-.9,1.24193,1.24193,0,0,0-.8-.6,6.20008,6.20008,0,0,0-2.3-.4,14.05723,14.05723,0,0,0-2.5.2v7.1a14.05723,14.05723,0,0,0,2.5.2c1.4,0,3.6-.4,3.7-2.2v-.1A1.82287,1.82287,0,0,0,238.9,91.9Zm-2,.7h.6a1.0722,1.0722,0,0,1,.6.2.77857.77857,0,0,1,.3.7c0,.8-.7,1.1-1.6,1.1h-.5v-2Zm-.6-1.1v-2h.7c1,0,1.2.6,1.2.9,0,.7-.4,1.1-1.4,1.1Z' fill='%23fff'/%3E %3Cpath d='M244.5,88.4c-1.5,0-3.4.2-3.4,2.2a1.76543,1.76543,0,0,0,1.5,1.9l-1.9,3.2h2.1l1.5-2.8h.6v2.8h2V88.6A6.83967,6.83967,0,0,0,244.5,88.4Zm.4,3.2h-.5c-1,0-1.4-.3-1.4-1.1a.964.964,0,0,1,1.1-1,1.73052,1.73052,0,0,1,.7.1v2Z' fill='%23fff'/%3E %3Cpath d='M194.7,95.7v-10h8v10h-2.4V87.3h-3.1v8.4Z' fill='%23fff'/%3E %3Cpath d='M203.7,98.7V88.8c1.8-.4,6.6-1.4,6.6,2.9a3.92682,3.92682,0,0,1-.9,2.8,3.63611,3.63611,0,0,1-3.7,1v3.2Zm4.6-6.8c0-2.7-1.9-2.4-2.6-2.2v4.6C206,94.3,208.3,95.2,208.3,91.9Z' fill='%23fff'/%3E %3Cpath d='M214.4,95.8c-2.3,0-3.4-1.5-3.4-3.7,0-2.3,1.2-3.7,3.6-3.7a3.17336,3.17336,0,0,1,2,.6,2.31454,2.31454,0,0,1,1,1.4,4.954,4.954,0,0,1,.2,1.7c.1,2.3-.9,3.7-3.4,3.7Zm.1-1.1c.6,0,1-.5,1.2-1.1a4.9706,4.9706,0,0,0,.2-1.6,4.30947,4.30947,0,0,0-.3-1.7,1.17,1.17,0,0,0-1.1-.8,1.26755,1.26755,0,0,0-1.2,1,4.42075,4.42075,0,0,0-.2,1.5c0,.9.2,2.7,1.4,2.7Z' fill='%23fff'/%3E %3Cpath d='M218.3,95.7l.7-7.1h2.4l1.5,4.8,1.5-4.8h2.4l.7,7.1h-1.9l-.4-5.1-1.6,5.1H222l-1.6-5.2-.4,5.2Z' fill='%23fff'/%3E %3Cpath d='M188.7,82.4a7.72515,7.72515,0,0,0-7.7-7.8H170c-3.6,0-6.3,2.7-7.2,6h13.1c5.1,0,6.9,2,6.9,7.7v12.4c3.3-.9,6-3.7,6-7.2l-.1-11.1Z' fill='%23fff'/%3E %3Cpath d='M179.1,86.9h0a1.94,1.94,0,0,0,1.4-2c0-1.5-1.1-2.2-2.8-2.2h-3v3.6h-1.9a2.47448,2.47448,0,0,0-2.8,2.5c0,1.3.7,1.8,2.1,2.5.8.4,1.8.7,1.8,1.6a1.26862,1.26862,0,0,1-1.4,1.1h-1.8a2.73444,2.73444,0,0,0,.4-1.4c0-.6-.2-2.9-3.5-2.9h-2.9v9h2V94.9l.7.7h5c2.3,0,3.6-1.4,3.6-2.8a3.73,3.73,0,0,0-.2-1.2h1.7c2.9,0,3.5-1.5,3.5-2.6A2.23938,2.23938,0,0,0,179.1,86.9ZM167.6,94h-.9V91h.9c1.1,0,1.5.6,1.5,1.4A1.49423,1.49423,0,0,1,167.6,94Zm7.1-5.6v2.2a7.74073,7.74073,0,0,0-1.6-.7c-.6-.2-1.2-.6-1.2-1.3,0-.4.2-.9,1.3-.9h2.2Zm2-4.3h.7c1.4,0,1.4.8,1.4,1.1,0,.4-.1,1.1-1.3,1.1h-.7V84.1Zm.9,6.1h-.9V87.7h.9c1.3,0,1.5.6,1.5,1.2S178.8,90.2,177.6,90.2Z' fill='%23fff'/%3E %3Cpath d='M156.7,98.8a7.81,7.81,0,0,0,7.8,7.8h11c3.6,0,6.2-2.7,7.1-6H169.7c-5.1,0-7-2.1-7-7.7V80.6c-3.3.9-6,3.6-6,7.2v11Z' fill='%23fff' opacity='0.5' style='isolation: isolate'/%3E %3C/g%3E %3Cg%3E %3Cpath d='M341.8,98.1h89v1.1h-89Z' fill='%23fff'/%3E %3Cpath d='M350.4,93.8a1.42144,1.42144,0,0,1-.6.2,3.09107,3.09107,0,0,0-.8.2,3.08284,3.08284,0,0,1-1,.1,3.00672,3.00672,0,0,1-1.8-.4,2.8924,2.8924,0,0,1-1.1-1.1,4.92391,4.92391,0,0,1-.6-1.7,15.4815,15.4815,0,0,1-.1-2.2,10.86775,10.86775,0,0,1,.1-1.8,8.47092,8.47092,0,0,1,.4-1.7,2.33522,2.33522,0,0,1,1-1.2,2.9692,2.9692,0,0,1,1.8-.5,3.45318,3.45318,0,0,1,1.8.5,2.191,2.191,0,0,1,.9,1.7h.8V83.5a6.893,6.893,0,0,0-.8-.3c-.3-.1-.6-.1-.9-.2-.3,0-.6-.1-1-.1h-.9a11.08039,11.08039,0,0,0-2.8.4,5.16175,5.16175,0,0,0-1.9,1.2,4.90116,4.90116,0,0,0-1.1,2,10.95148,10.95148,0,0,0-.4,2.7,6.56662,6.56662,0,0,0,.4,2.5,8.47614,8.47614,0,0,0,1,1.9,5.67469,5.67469,0,0,0,1.8,1.2,6.77253,6.77253,0,0,0,2.6.4,6.14959,6.14959,0,0,0,1.4-.1c.4-.1.8-.2,1.1-.3a9.43851,9.43851,0,0,0,.9-.3,1.612,1.612,0,0,0,.7-.4l-.4-.7c-.1.3-.3.3-.5.4ZM361,88.2a5.43832,5.43832,0,0,0-1.7-.7,15.563,15.563,0,0,0-2.5-.3h-1V84.4a.84529.84529,0,0,1,.2-.6c.1-.1.4-.1.8-.1h1.5a3.42047,3.42047,0,0,1,1.1.1,6.37342,6.37342,0,0,1,.7.2c.2.1.3.3.5.6a10.36721,10.36721,0,0,1,.4,1h.6V83h-9.1v.4a.30972.30972,0,0,1,.2.1c.1.1.2.1.3.2a.36735.36735,0,0,1,.1.3v.7h0v2.1h0v4.5h0v1.8h0v1.1c0,.1-.1.2-.1.3-.1.1-.2.1-.3.2a.34918.34918,0,0,0-.2.1v.4h4.6a12.102,12.102,0,0,0,1.9-.1,3.77256,3.77256,0,0,0,1.6-.5,3.44731,3.44731,0,0,0,1.2-1.2,4.55648,4.55648,0,0,0,.4-2.2,4.30967,4.30967,0,0,0-.3-1.7,1.9639,1.9639,0,0,0-.9-1.3Zm-1.7,4.7a1.93365,1.93365,0,0,1-.5.9,1.23456,1.23456,0,0,1-.8.4,2.76853,2.76853,0,0,1-.9.1,1.48291,1.48291,0,0,1-.7-.1.51951.51951,0,0,1-.4-.2c-.1-.1-.1-.2-.2-.4V87.9h1.1a2.34641,2.34641,0,0,1,2,.8,3.84491,3.84491,0,0,1,.6,2.4,7.44887,7.44887,0,0,1-.2,1.8Zm12.1.5a.9183.9183,0,0,1-.4.6,4.87448,4.87448,0,0,1-.7.3c-.3,0-.7.1-1.2.1a3.11031,3.11031,0,0,1-1.1-.1.84542.84542,0,0,1-.6-.2,1.37992,1.37992,0,0,1-.3-.4V89.2h2.1a1.26838,1.26838,0,0,1,.6.1c.2,0,.4.1.6.1a.7638.7638,0,0,1,.5.2V88.1a.7638.7638,0,0,1-.5.2,1.26834,1.26834,0,0,1-.6.1c-.2,0-.4.1-.6.1H367v-4c0-.3,0-.4.1-.5s.2-.1.5-.1h1.3a3.42057,3.42057,0,0,1,1.1.1,1.44542,1.44542,0,0,1,.7.2c.2.1.3.3.5.6a10.36965,10.36965,0,0,1,.4,1h.6V83.2h-8.5v.4a.30972.30972,0,0,1,.2.1c.1.1.2.1.3.2a.36734.36734,0,0,1,.1.3V94.4c0,.1-.1.2-.1.3-.1.1-.2.1-.3.2a.34918.34918,0,0,0-.2.1v.4h8.8V92.6h-.8c-.1.2-.2.6-.3.8ZM382,83.6a3.25509,3.25509,0,0,0-1.4-.4c-.5,0-1.1-.1-1.7-.1H374v.4a.30972.30972,0,0,1,.2.1c.1.1.2.1.3.2a.36734.36734,0,0,1,.1.3V94.3c0,.1-.1.2-.1.3-.1.1-.2.1-.3.2a.34918.34918,0,0,0-.2.1v.4h4v-.4a.30972.30972,0,0,1-.2-.1c-.1,0-.2-.1-.3-.2a.36734.36734,0,0,1-.1-.3V90.4h1.2c.6,0,1.2-.1,1.8-.1a5.27058,5.27058,0,0,0,1.5-.5,2.9399,2.9399,0,0,0,1-1.2,3.966,3.966,0,0,0,.4-2,3.57568,3.57568,0,0,0-.4-1.9,1.62143,1.62143,0,0,0-.9-1.1Zm-1.8,5.2a1.53914,1.53914,0,0,1-1.6.8h-1.2V84.2a.34913.34913,0,0,1,.1-.2.36738.36738,0,0,1,.3-.1h.5a2.7685,2.7685,0,0,1,.9.1,1.61191,1.61191,0,0,1,.7.4,2.17708,2.17708,0,0,1,.5.8,4.43774,4.43774,0,0,1,.2,1.3,3.97266,3.97266,0,0,1-.4,2.3Zm12.9-.6a3.78031,3.78031,0,0,0-1.7-.6,16.85775,16.85775,0,0,0-2.5-.2h-1V84.5a.84531.84531,0,0,1,.2-.6c.1-.1.4-.1.8-.1h1.5a3.4209,3.4209,0,0,1,1.1.1,1.44542,1.44542,0,0,1,.7.2c.2.1.3.3.5.6a10.36965,10.36965,0,0,1,.4,1h.6V83.1h-9.1v.4a.30974.30974,0,0,1,.2.1c.1,0,.2.1.3.2a.36737.36737,0,0,1,.1.3v7.3h0v2.9c0,.1-.1.2-.1.3-.1.1-.2.1-.3.2a.34915.34915,0,0,0-.2.1v.4h4.6a12.102,12.102,0,0,0,1.9-.1,3.77279,3.77279,0,0,0,1.6-.5,3.44734,3.44734,0,0,0,1.2-1.2,4.55645,4.55645,0,0,0,.4-2.2,4.30983,4.30983,0,0,0-.3-1.7,1.94469,1.94469,0,0,0-.9-1.4Zm-1.7,4.7a1.93347,1.93347,0,0,1-.5.9,1.23456,1.23456,0,0,1-.8.4,2.76856,2.76856,0,0,1-.9.1,1.48285,1.48285,0,0,1-.7-.1.5195.5195,0,0,1-.4-.2c-.1-.1-.1-.2-.2-.4V88h1a2.31887,2.31887,0,0,1,2,.7,3.71484,3.71484,0,0,1,.6,2.3,5.186,5.186,0,0,1-.1,1.9Zm26-9.8h-3.3v.4a.30974.30974,0,0,1,.2.1c.1.1.2.1.3.2a.36737.36737,0,0,1,.1.3v4.1H410V84.1c0-.1.1-.2.1-.3.1-.1.2-.1.3-.2a.3097.3097,0,0,1,.2-.1v-.4h-3.9v.4a.30972.30972,0,0,1,.2.1c.1.1.2.1.3.2a.36734.36734,0,0,1,.1.3v.8h0v8.3h0v1.1c0,.1-.1.2-.1.3-.1.1-.2.1-.3.2a.34919.34919,0,0,0-.2.1v.4h4v-.4a.30976.30976,0,0,1-.2-.1c-.1,0-.2-.1-.3-.2a.36737.36737,0,0,1-.1-.3V91.4h0V89.2h4.7v5.1c0,.1-.1.2-.1.3-.1.1-.2.1-.3.2a.34919.34919,0,0,0-.2.1v.4h4v-.4a.30976.30976,0,0,1-.2-.1c-.1,0-.2-.1-.3-.2a.36737.36737,0,0,1-.1-.3V84.2c0-.1.1-.2.1-.3.1-.1.2-.1.3-.2a.34914.34914,0,0,0,.2-.1v-.4l-.8-.1Zm-12.5,9.3-2.8-7.9a4.6522,4.6522,0,0,0-.3-.9c0-.2-.1-.4-.1-.6h-3.5v.4a.30972.30972,0,0,1,.2.1c.1.1.2.1.3.2a.36734.36734,0,0,1,.1.3v.3c0,.3-.1.6-.1.8l-2,4.8c-.4.9-.7,1.6-.9,2.2a10.73858,10.73858,0,0,1-.7,1.5,9.29371,9.29371,0,0,1-.5,1,2.0926,2.0926,0,0,1-.4.6h2.2a6.35693,6.35693,0,0,1,.3-1.5,27.48269,27.48269,0,0,1,.9-2.8h3.9l.5,1.4a18.87684,18.87684,0,0,0,.6,1.8,6.52942,6.52942,0,0,1,.2,1.1h3.1l-.5-1a5.49132,5.49132,0,0,0-.5-1.8ZM398,90.1l1.7-5,1.6,5Zm31.8,3.7c-.4-.4-.7-.8-1-1.1-.4-.4-.7-.8-1.1-1.2a8.70388,8.70388,0,0,1-.9-1.1,7.63083,7.63083,0,0,1-.8-1.1c-.3-.4-.5-.8-.8-1.2l.2-.2c.3-.4.6-.8,1-1.3s.8-.9,1.2-1.4a15.93832,15.93832,0,0,1,1.3-1.3A7.29328,7.29328,0,0,1,430,83h-2.9c-.1.2-.2.5-.4.9A6.7236,6.7236,0,0,1,426,85a14.80307,14.80307,0,0,0-.8,1.3l-.9,1.2a10.47468,10.47468,0,0,1-.8,1.1,5.54616,5.54616,0,0,1-.6.8c.3.4.6.8.8,1.1s.5.6.7.9l.6.9.6.9.6.9a4.05255,4.05255,0,0,1,.5.9h4.1C430.6,94.7,430.2,94.3,429.8,93.8Zm-6.8.7a.36733.36733,0,0,1-.1-.3V84c0-.1.1-.2.1-.3.1-.1.2-.1.3-.2a.34918.34918,0,0,0,.2-.1V83h-4v.4a.30972.30972,0,0,1,.2.1c.1.1.2.1.3.2a.36735.36735,0,0,1,.1.3V94.2c0,.1-.1.2-.1.3-.1.1-.2.1-.3.2a.34918.34918,0,0,0-.2.1v.4h4v-.4a.30972.30972,0,0,1-.2-.1c-.09995-.1-.2-.1-.3-.2Z' fill='%23fff'/%3E %3Cpath d='M318.9,86.3l10.5-6.1a6.10878,6.10878,0,0,0-1.4-.7l-9.2,5.3-4.1-2.3a7.006,7.006,0,0,0-.8,1Z' fill='%23fff'/%3E %3Cpath d='M318.9,89.2l12.8-7.3c-.3-.3-.7-.6-1-.9L319,87.7l-5.6-3.2c-.2.4-.4.7-.6,1.1Z' fill='%23fff'/%3E %3Cpath d='M318.9,92.2l14.4-8.3a3.91573,3.91573,0,0,0-.8-1l-13.6,7.8-6.6-3.8c-.1.4-.2.9-.3,1.3Z' fill='%23fff'/%3E %3Cpath d='M318.9,93.7l-7.1-4.1v.8a11.70043,11.70043,0,1,0,23.4,0,11.53592,11.53592,0,0,0-1.3-5.3Z' fill='%23fff'/%3E %3C/g%3E %3Cg%3E %3Cpath d='M716,86.2h-2.7c-1.2,0-1.7-.6-1.7-1.2s.4-1.2,1.7-1.2H716v2.4Zm-20.7-.5v-2h2.8c.7,0,1.4.2,1.4,1s-.7,1-1.4,1Zm0,3.9V87.5h2.9c1,0,1.6.3,1.6,1.1s-.6,1-1.6,1Zm29.9-1.9h3.7c1.2,0,1.5.4,1.5.8,0,.8-.8,1.1-2.2,1.1a22.55033,22.55033,0,0,1-5.2-.8l-.4,2.6a22.14259,22.14259,0,0,0,6.7,1.1c3.7,0,7.6-.9,7.6-3.3,0-1.7-1.8-2.4-3.4-2.5v-.1a2.67846,2.67846,0,0,0,2.5-2.4c0-2.2-3.1-3.1-6.3-3.1a25.44685,25.44685,0,0,0-6.6,1l.3,2.5a21.75721,21.75721,0,0,1,4.9-.8c1.3,0,1.9.2,1.9.9,0,.4-.3.8-1.3.8h-3.8l.1,2.2Zm38,1.9a2.92173,2.92173,0,0,1-3.2-2.8c0-2.2,1.8-2.9,3.2-2.9s3.2.7,3.2,2.9a2.974,2.974,0,0,1-3.2,2.8m-74.7-4.5V82a13.762,13.762,0,0,0-5.2-1c-4,0-8.2,1.5-8.2,5.8,0,4.1,4.3,5.7,8.3,5.7a13.80847,13.80847,0,0,0,5.2-.9V88.5a8.7499,8.7499,0,0,1-3.5.7c-1.7,0-3.6-.6-3.6-2.4s1.7-2.5,3.4-2.5a10.23926,10.23926,0,0,1,3.6.8m49.1,6.8h5.9V88h4v3.9h5.9V81.5h-5.9v3.6h-4V81.5h-5.9V91.9Zm40.5,0,6.1-5.2v5.2h5.8V81.5h-5.1l-6.1,5.2V81.5H773V91.9Zm-66.3,0,2.1-3.5h2.1v3.5h5.6V81.5a64.08646,64.08646,0,0,0-6.9-.3c-4.6,0-8.8.3-8.8,3.8,0,1.5,1.3,2.4,2.8,2.8l-3.1,4.2L711.8,91.9Zm-22.1,0c2.7.2,5,.4,7.6.4,3.7,0,8.5-.2,8.5-3.1,0-1.7-1.9-2.6-3.5-2.6v-.1c1.5-.2,2.8-1.2,2.8-2.5,0-2.6-4.1-2.8-7.9-2.8a64.59158,64.59158,0,0,0-7.4.4L689.7,91.9ZM763.2,81c-4,0-9.2,1.4-9.2,5.8,0,4.2,5.3,5.7,9.2,5.7,4,0,9.2-1.4,9.2-5.7,0-4.4-5.2-5.8-9.2-5.8' fill='%23fff'/%3E %3Cpolygon points='784.1 80.6 779.8 77 779.8 84.3 784.1 80.6' fill='%23fff' opacity='0.5' style='isolation: isolate'/%3E %3Crect x='675.59998' y='96.69999' width='22.90002' height='7.3' fill='%23fff' opacity='0.3' style='isolation: isolate'/%3E %3Crect x='698.5' y='96.69999' width='22.90002' height='7.3' fill='%23fff' opacity='0.4' style='isolation: isolate'/%3E %3Crect x='721.40002' y='96.69999' width='22.90002' height='7.3' fill='%23fff' opacity='0.5' style='isolation: isolate'/%3E %3Crect x='744.20001' y='96.69999' width='22.90002' height='7.3' fill='%23fff' opacity='0.4' style='isolation: isolate'/%3E %3Crect x='767.09998' y='96.69999' width='22.90002' height='7.3' fill='%23fff' opacity='0.4' style='isolation: isolate'/%3E %3C/g%3E %3Cg%3E %3Cpolygon points='549 76.8 649 76.8 649 103.8 549 103.8 549 76.8' fill='%23fff' opacity='0.2' style='isolation: isolate'/%3E %3Cg%3E %3Cpath d='M598.1,86.4a5.96767,5.96767,0,0,0-4.4-1.6,6.20912,6.20912,0,0,0-4.5,1.6,5.65406,5.65406,0,0,0-1.6,4.1,5.061,5.061,0,0,0,1.6,4A6.85007,6.85007,0,0,0,598,94.5a5.42439,5.42439,0,0,0,1.6-4.1A4.80682,4.80682,0,0,0,598.1,86.4Zm-4.4,6.9a2.9,2.9,0,1,1,2.9-2.9A2.90213,2.90213,0,0,1,593.7,93.3Z' fill='%23fff'/%3E %3Cpath d='M610.6,94.1a1.26752,1.26752,0,0,0-.4-.9,1.77661,1.77661,0,0,0-1-.4,5.07285,5.07285,0,0,0-.9.2,4.01276,4.01276,0,0,1-1.5.3,2.70764,2.70764,0,0,1-2.1-.8,3.45556,3.45556,0,0,1-.7-2,5.15733,5.15733,0,0,1,.2-1.1,2.42868,2.42868,0,0,1,2.6-1.7,4.25268,4.25268,0,0,1,1.1.2,5.27423,5.27423,0,0,0,1.2.3,1.44136,1.44136,0,0,0,1.3-.8,1.08749,1.08749,0,0,0,.1-.5,1.80581,1.80581,0,0,0-1.5-1.6,7.54975,7.54975,0,0,0-2.3-.3,5.96781,5.96781,0,0,0-4.4,1.6,5.439,5.439,0,0,0-1.7,4,5.20288,5.20288,0,0,0,1.6,4,5.96759,5.96759,0,0,0,4.4,1.6,8.2097,8.2097,0,0,0,2.8-.5C610,95.3,610.6,94.9,610.6,94.1Z' fill='%23fff'/%3E %3Cpath d='M559.2,94.4a1.60584,1.60584,0,0,0,.5,1.1,2.14429,2.14429,0,0,0,1.2.4H565c.6,0,1.6-.2,1.6-1.4,0-1.1-1-1.3-1.6-1.3h-2.6V91.8h1.9a1.50374,1.50374,0,0,0,1.1-.4,1.15953,1.15953,0,0,0,.4-1,1.77662,1.77662,0,0,0-.4-1,2.0969,2.0969,0,0,0-1.1-.4h-1.9V87.6H565c.6,0,1.5-.2,1.5-1.3,0-1.2-1-1.3-1.5-1.3h-4.2a1.36579,1.36579,0,0,0-1.1.4,1.28392,1.28392,0,0,0-.4,1l-.1,8Z' fill='%23fff'/%3E %3Cpath d='M625.8,87.7H627c.6,0,1.6-.2,1.6-1.3,0-1.2-1-1.3-1.6-1.3h-5.7c-.6,0-1.6.2-1.6,1.3,0,1.2,1,1.3,1.6,1.3h1.2v6.8a1.60331,1.60331,0,0,0,3.19995,0l.1-6.8Z' fill='%23fff'/%3E %3Cpath d='M637.7,89.5a4.001,4.001,0,0,0-2.9-1.1h-1.9V86.5a1.50368,1.50368,0,0,0-.4-1.1,1.59413,1.59413,0,0,0-1.2-.4,1.39916,1.39916,0,0,0-1.6,1.5v8a1.23078,1.23078,0,0,0,.5,1,2.14429,2.14429,0,0,0,1.2.4h3.1a4.72215,4.72215,0,0,0,3.2-1,3.56635,3.56635,0,0,0,1.3-2.8A4.95267,4.95267,0,0,0,637.7,89.5ZM634,93.3h-1.2V91h1.3a1.68926,1.68926,0,0,1,1,.3.90954.90954,0,0,1,.4.8C635.5,93.3,634.4,93.3,634,93.3Z' fill='%23fff'/%3E %3Cpath d='M611.5,94.4a1.60584,1.60584,0,0,0,.5,1.1,2.14429,2.14429,0,0,0,1.2.4h4.1c.6,0,1.6-.2,1.6-1.4,0-1.1-1-1.3-1.6-1.3h-2.6V91.8h1.9a1.50375,1.50375,0,0,0,1.1-.4,1.15953,1.15953,0,0,0,.4-1,1.77669,1.77669,0,0,0-.4-1,2.09694,2.09694,0,0,0-1.1-.4h-1.9V87.6h2.6c.6,0,1.5-.2,1.5-1.3,0-1.2-1-1.3-1.5-1.3H613a1.36579,1.36579,0,0,0-1.1.4,1.284,1.284,0,0,0-.4,1v8Z' fill='%23fff'/%3E %3Cpath d='M585.5,86a4.72221,4.72221,0,0,0-3.2-1h-3.1a1.7459,1.7459,0,0,0-1.2.4,1.38865,1.38865,0,0,0-.5,1v8a1.39916,1.39916,0,0,0,1.6,1.5,1.594,1.594,0,0,0,1.2-.4,1.36589,1.36589,0,0,0,.4-1.1V92.5h1.9a3.94531,3.94531,0,0,0,2.9-1,3.69262,3.69262,0,0,0,1.1-2.7A3.00306,3.00306,0,0,0,585.5,86Zm-2.4,3.6a1.68932,1.68932,0,0,1-1,.3h-1.3V87.6H582c.4,0,1.5,0,1.5,1.2A1.23447,1.23447,0,0,1,583.1,89.6Z' fill='%23fff'/%3E %3Cpath d='M576.7,92.5a2.63968,2.63968,0,0,0-.7-1.9,3.5911,3.5911,0,0,0-1-.7l-.3-.1.2-.2a2.06,2.06,0,0,0,.7-1.7,2.5122,2.5122,0,0,0-1-2.1,4.14686,4.14686,0,0,0-2.5-.8h-3.2c-.6,0-1.6.2-1.6,1.4v8a1.52763,1.52763,0,0,0,.4,1,1.50382,1.50382,0,0,0,1.1.4h3.3a5.57126,5.57126,0,0,0,3-.8A2.44911,2.44911,0,0,0,576.7,92.5Zm-6-4.9h1c.3,0,1,0,1,.7s-.7.7-1,.7h-.9l-.1-1.4Zm1.4,5.6h-1.5V91.6H572c.4,0,1.4,0,1.4.8S572.5,93.2,572.1,93.2Z' fill='%23fff'/%3E %3C/g%3E %3C/g%3E %3Cg%3E %3Cpolygon points='19.2 25.5 21.9 9.6 26.3 9.6 23.5 25.5 19.2 25.5' fill='%2300589f'/%3E %3Cpath d='M39.3,10a11.83966,11.83966,0,0,0-3.9-.7c-4.3,0-7.3,2.2-7.3,5.2,0,2.3,2.1,3.6,3.8,4.3,1.7.8,2.3,1.3,2.3,2,0,1.1-1.3,1.5-2.6,1.5a9.38974,9.38974,0,0,1-4.1-.8l-.6-.2-.6,3.6a17.06487,17.06487,0,0,0,4.8.9c4.6,0,7.5-2.1,7.6-5.4,0-1.8-1.1-3.2-3.6-4.3-1.5-.7-2.4-1.2-2.4-2,0-.7.8-1.4,2.5-1.4a8.66117,8.66117,0,0,1,3.2.6l.4.2.5-3.5Z' fill='%2300589f'/%3E %3Cpath d='M50.4,9.6H47a2.29264,2.29264,0,0,0-2.3,1.3L38.3,25.5h4.5s.7-2,.9-2.4h5.5c.1.6.5,2.4.5,2.4h4L50.4,9.6ZM45,19.9c.4-.9,1.7-4.4,1.7-4.4s.4-.9.6-1.5l.3,1.4s.8,3.8,1,4.6H45Z' fill='%2300589f'/%3E %3Cpath d='M15.6,9.6,11.4,20.4,11,18.2a12.52135,12.52135,0,0,0-6-6.7L8.9,25.4h4.6L20.3,9.5H15.6Z' fill='%2300589f'/%3E %3Cpath d='M7.4,9.6H.4l-.1.3c5.4,1.3,9,4.5,10.5,8.3L9.3,10.9c-.2-1-1-1.3-1.9-1.3Z' fill='%23f7971d'/%3E %3C/g%3E %3Cg%3E %3Cpath d='M275,23.7V16.6h2v2.6h2.3V16.6h2v7.1h-2V20.5H277v3.2Z' fill='%23104ba0'/%3E %3Cpath d='M267.9,21.6a2.12657,2.12657,0,0,1,1.5-2.1,2.66263,2.66263,0,0,1,1.2-.3c.4-.1.8-.1,1.4-.2v-.2c0-1-.6-1.2-1.3-1.2a4.55191,4.55191,0,0,0-2,.5l-.1-1.3a7.51152,7.51152,0,0,1,2.6-.5,5.90192,5.90192,0,0,1,1.4.2,1.81046,1.81046,0,0,1,1.3,1.6v5.1C272.1,24,267.9,24.5,267.9,21.6Zm4.1.9V20c-.9.1-2.1.3-2.1,1.5C269.8,23,271.5,22.7,272,22.5Z' fill='%23104ba0'/%3E %3Cpath d='M267.4,18.5a3.35939,3.35939,0,0,0-.9-1.5,3.1414,3.1414,0,0,0-4.4.6c0-1.9.8-2.8,2.4-3.1s2.5-.4,2.5-.4l-.2-1.5s-1.6.2-3,.5a3.94406,3.94406,0,0,0-3.2,3.5,13.1956,13.1956,0,0,0,.2,4.9,3.18621,3.18621,0,0,0,3.2,2.3c2.4,0,3.5-1.5,3.5-3.8A8.63511,8.63511,0,0,0,267.4,18.5Zm-2.5,3.8a.90949.90949,0,0,1-.8.4c-1.2,0-1.5-1.9-1.5-2.8a2.80934,2.80934,0,0,1,.6-2,1.26756,1.26756,0,0,1,.9-.4,1.1468,1.1468,0,0,1,1.1.9,5.66224,5.66224,0,0,1,.3,1.8A4.336,4.336,0,0,1,264.9,22.3Z' fill='%23104ba0'/%3E %3Cpath d='M282.7,23.7V16.6h2.1v3.2l2.1-3.2h2l-2.3,3.1,2.5,4h-2.3l-2-3.5v3.5Z' fill='%23104ba0'/%3E %3Cpath d='M250,23.8a4.87658,4.87658,0,0,1-2-.3l.2-1.2a2.60407,2.60407,0,0,0,1.5.4c1,0,1.6-.5,1.6-1.1a1.1355,1.1355,0,0,0-.3-.8.90782.90782,0,0,0-.7-.3H249V19.4h.1c.8,0,1.9,0,1.9-1a.95537.95537,0,0,0-1.2-.9,2.61778,2.61778,0,0,0-1.7.5l-.1-1.2a5.867,5.867,0,0,1,2.3-.4c1.6,0,2.7.7,2.6,1.8a1.85366,1.85366,0,0,1-1.3,1.6,4.64919,4.64919,0,0,1,.9.3,1.62178,1.62178,0,0,1,.7,1.4,2.01328,2.01328,0,0,1-1.2,1.9A4.76676,4.76676,0,0,1,250,23.8Z' fill='%23104ba0'/%3E %3Cpath d='M231.6,23.8a3.44488,3.44488,0,0,1-3.7-3.8,3.41576,3.41576,0,0,1,3.7-3.7,5.07911,5.07911,0,0,1,1.7.3l-.2,1.3a2.27938,2.27938,0,0,0-1.1-.3c-1.4,0-2,1.1-2,2.4s.6,2.5,2,2.5a2.66268,2.66268,0,0,0,1.2-.3l.1,1.3A5.07919,5.07919,0,0,1,231.6,23.8Z' fill='%23104ba0'/%3E %3Cpath d='M256.2,22.5s1.9.4,1.9-1.4a1.1654,1.1654,0,0,0-.2-.7c-.2-.4-.7-.4-1.2-.4h-.5v2.5Zm-2,1.2V16.6h2v2.2h.8a3.81026,3.81026,0,0,1,2.1.5,2.05536,2.05536,0,0,1,.8,1.8c0,2.3-2.4,2.8-3.7,2.8C254.9,23.8,254.2,23.7,254.2,23.7Z' fill='%23104ba0'/%3E %3Cpath d='M238.9,19.9a1.583,1.583,0,0,0,1.3-1.6,2.3884,2.3884,0,0,0-.2-.9,1.242,1.242,0,0,0-.8-.6,6.20027,6.20027,0,0,0-2.3-.4,14.05723,14.05723,0,0,0-2.5.2v7.1a14.05723,14.05723,0,0,0,2.5.2c1.4,0,3.6-.4,3.7-2.2v-.1A1.82287,1.82287,0,0,0,238.9,19.9Zm-2,.7h.6a1.07218,1.07218,0,0,1,.6.2.77858.77858,0,0,1,.3.7c0,.8-.7,1.1-1.6,1.1h-.5v-2Zm-.5-1.1v-2h.7c1,0,1.2.6,1.2.9,0,.7-.4,1-1.4,1h-.5Z' fill='%23104ba0'/%3E %3Cpath d='M244.5,16.4c-1.5,0-3.4.2-3.4,2.2a1.83081,1.83081,0,0,0,1.5,1.9l-1.9,3.2h2.1l1.5-2.9h.6v2.9h2V16.6A6.35744,6.35744,0,0,0,244.5,16.4Zm.4,3.2h-.5c-1,0-1.4-.3-1.4-1.1a.964.964,0,0,1,1.1-1h.7v2.1Z' fill='%23104ba0'/%3E %3Cpath d='M194.7,23.7v-10h8v10h-2.4V15.3h-3.1v8.4Z' fill='%23104ba0'/%3E %3Cpath d='M203.7,26.7V16.8c1.8-.4,6.6-1.4,6.6,2.9a4.27716,4.27716,0,0,1-.9,2.8,3.63611,3.63611,0,0,1-3.7,1v3.2Zm4.6-6.8c0-2.7-1.9-2.4-2.6-2.2v4.6C206,22.3,208.3,23.2,208.3,19.9Z' fill='%23104ba0'/%3E %3Cpath d='M214.4,23.8c-2.3,0-3.4-1.5-3.4-3.7,0-2.3,1.2-3.7,3.6-3.7a3.17336,3.17336,0,0,1,2,.6,2.63344,2.63344,0,0,1,1,1.4,4.954,4.954,0,0,1,.2,1.7c.1,2.4-.9,3.7-3.4,3.7Zm.2-1.1c.6,0,1-.5,1.2-1.1A4.67781,4.67781,0,0,0,216,20a4.30966,4.30966,0,0,0-.3-1.7,1.16994,1.16994,0,0,0-1.1-.8,1.26756,1.26756,0,0,0-1.2,1,4.421,4.421,0,0,0-.2,1.5c-.1.9.1,2.7,1.4,2.7Z' fill='%23104ba0'/%3E %3Cpath d='M218.4,23.7l.7-7.1h2.4l1.5,4.8,1.5-4.8h2.4l.7,7.1h-1.9l-.4-5.1-1.6,5.1H222l-1.6-5.2-.4,5.2Z' fill='%23104ba0'/%3E %3Cpath d='M188.7,10.4A7.72515,7.72515,0,0,0,181,2.6H170c-3.6,0-6.3,2.7-7.2,6h13.1c5.1,0,6.9,2,6.9,7.7V28.7c3.3-.9,6-3.7,6-7.2l-.1-11.1Z' fill='%23104ba0'/%3E %3Cpath d='M179.1,14.9h0a1.94,1.94,0,0,0,1.4-2c0-1.5-1.1-2.2-2.8-2.2h-3v3.6h-1.9a2.47449,2.47449,0,0,0-2.8,2.5c0,1.3.7,1.8,2.1,2.5.8.4,1.8.7,1.8,1.6a1.26862,1.26862,0,0,1-1.4,1.1h-1.8a2.73444,2.73444,0,0,0,.4-1.4c0-.6-.2-2.9-3.5-2.9h-2.9v9h2V22.9l.7.7h5c2.3,0,3.6-1.4,3.6-2.8a3.73,3.73,0,0,0-.2-1.2h1.7c2.9,0,3.5-1.5,3.5-2.6A2.149,2.149,0,0,0,179.1,14.9ZM167.6,22h-.9V19h.9c1.1,0,1.5.6,1.5,1.4A1.43847,1.43847,0,0,1,167.6,22Zm7.2-5.6v2.2a7.74041,7.74041,0,0,0-1.6-.7c-.6-.2-1.2-.6-1.2-1.3,0-.4.2-.9,1.3-.9h2.2Zm2-4.3h.7c1.4,0,1.4.8,1.4,1.1,0,.4-.1,1.1-1.3,1.1h-.7V12.1Zm.8,6.1h-.9V15.7h.9c1.3,0,1.5.6,1.5,1.2S178.8,18.2,177.6,18.2Z' fill='%23104ba0'/%3E %3Cpath d='M156.7,26.8a7.81,7.81,0,0,0,7.8,7.8h11c3.6,0,6.2-2.7,7.1-6H169.7c-5.1,0-7-2.1-7-7.7V8.6c-3.3.9-6,3.6-6,7.2Z' fill='%23f26522'/%3E %3C/g%3E %3Cg%3E %3Cpath d='M341.8,26.1h89v1h-89Z' fill='%231b844d'/%3E %3Cpath d='M350.4,21.8a1.42132,1.42132,0,0,1-.6.2,3.09107,3.09107,0,0,0-.8.2c-.3,0-.6.1-1,.1a3.00672,3.00672,0,0,1-1.8-.4,2.89226,2.89226,0,0,1-1.1-1.1,6.7364,6.7364,0,0,1-.6-1.7,14.76725,14.76725,0,0,1-.1-2.1,10.86763,10.86763,0,0,1,.1-1.8,8.47092,8.47092,0,0,1,.4-1.7,2.33528,2.33528,0,0,1,1-1.2,2.96927,2.96927,0,0,1,1.8-.5,3.45327,3.45327,0,0,1,1.8.5,2.157,2.157,0,0,1,.9,1.6h.8V11.5a6.89116,6.89116,0,0,0-.8-.3c-.3-.1-.6-.1-.9-.2-.3,0-.6-.1-1-.1h-.9a7.885,7.885,0,0,0-2.8.4,5.16176,5.16176,0,0,0-1.9,1.2,4.90116,4.90116,0,0,0-1.1,2,10.95141,10.95141,0,0,0-.4,2.7,6.24946,6.24946,0,0,0,.4,2.5,8.47614,8.47614,0,0,0,1,1.9,5.67469,5.67469,0,0,0,1.8,1.2,6.77234,6.77234,0,0,0,2.6.4,6.14959,6.14959,0,0,0,1.4-.1c.4-.1.8-.2,1.1-.3a2.47067,2.47067,0,0,0,.9-.4c.3-.2.5-.2.7-.4l-.4-.7a.82141.82141,0,0,1-.5.5ZM361,16.2a5.43832,5.43832,0,0,0-1.7-.7,15.563,15.563,0,0,0-2.5-.3h-1V12.4a.84531.84531,0,0,1,.2-.6c.1-.1.4-.1.8-.1h1.5a3.42047,3.42047,0,0,1,1.1.1,6.37342,6.37342,0,0,1,.7.2c.2.1.3.3.5.6a10.36721,10.36721,0,0,1,.4,1h.6V11h-9.1v.4a.30972.30972,0,0,1,.2.1c.1.1.2.1.3.2a.36734.36734,0,0,1,.1.3v.7h0v2.1h0v4.5h0v1.8h0v1.1c0,.1-.1.2-.1.3a.36738.36738,0,0,1-.3.1.34918.34918,0,0,0-.2.1v.4h4.6A12.102,12.102,0,0,0,359,23a3.77284,3.77284,0,0,0,1.6-.5,3.44734,3.44734,0,0,0,1.2-1.2,4.55646,4.55646,0,0,0,.4-2.2,4.30967,4.30967,0,0,0-.3-1.7,1.78469,1.78469,0,0,0-.9-1.2Zm-1.7,4.7a3.12806,3.12806,0,0,1-.5,1,1.23452,1.23452,0,0,1-.8.4,2.76853,2.76853,0,0,1-.9.1,1.48291,1.48291,0,0,1-.7-.1.51951.51951,0,0,1-.4-.2c-.1-.1-.1-.2-.2-.4V16h1.1a2.34641,2.34641,0,0,1,2,.8,3.84491,3.84491,0,0,1,.6,2.4,7.1802,7.1802,0,0,1-.2,1.7Zm12.1.6a.91832.91832,0,0,1-.4.6,4.87492,4.87492,0,0,1-.7.3H368a.84542.84542,0,0,1-.6-.2,1.37992,1.37992,0,0,1-.3-.4V17.3h2.7c.2,0,.4.1.6.1a.7638.7638,0,0,1,.5.2V16.1c-.1.1-.3.1-.5.2-.2,0-.4.1-.6.1H367v-4c0-.3,0-.4.1-.5s.2-.1.5-.1h1.3a3.42057,3.42057,0,0,1,1.1.1,1.44553,1.44553,0,0,1,.7.2c.2.1.3.3.5.6a10.37174,10.37174,0,0,1,.4,1h.6V11.1h-8.5v.4a.30972.30972,0,0,1,.2.1c.1.1.2.1.3.2a.36734.36734,0,0,1,.1.3V22.3c0,.1-.1.2-.1.3a.36737.36737,0,0,1-.3.1.34918.34918,0,0,0-.2.1v.4h8.8V20.4h-.8c-.1.4-.2.8-.3,1.1ZM382,11.6a3.25509,3.25509,0,0,0-1.4-.4,9.1498,9.1498,0,0,0-1.7-.1H374v.4a.30972.30972,0,0,1,.2.1c.1.1.2.1.3.2a.36734.36734,0,0,1,.1.3V22.3c0,.1-.1.2-.1.3a.36738.36738,0,0,1-.3.1.34918.34918,0,0,0-.2.1v.4h4v-.4a.30972.30972,0,0,1-.2-.1c-.1,0-.2-.1-.3-.1a.36734.36734,0,0,1-.1-.3V18.4h1.2a10.86828,10.86828,0,0,0,1.8-.1,5.27058,5.27058,0,0,0,1.5-.5,2.1678,2.1678,0,0,0,1-1.1,3.73751,3.73751,0,0,0,.4-2,3.57568,3.57568,0,0,0-.4-1.9,1.59363,1.59363,0,0,0-.9-1.2Zm-1.8,5.2a1.70394,1.70394,0,0,1-1.6.8h-1.2V12.2a.34913.34913,0,0,1,.1-.2,1.00741,1.00741,0,0,1,.3-.1h.5a2.7685,2.7685,0,0,1,.9.1,1.61191,1.61191,0,0,1,.7.4,2.17712,2.17712,0,0,1,.5.8,4.43774,4.43774,0,0,1,.2,1.3,3.97264,3.97264,0,0,1-.4,2.3Zm12.9-.6a3.78031,3.78031,0,0,0-1.7-.6,16.85775,16.85775,0,0,0-2.5-.2h-1V12.5a.84531.84531,0,0,1,.2-.6c.1-.1.4-.1.8-.1h1.5a3.42057,3.42057,0,0,1,1.1.1,1.44542,1.44542,0,0,1,.7.2c.2.1.3.3.5.6a10.36965,10.36965,0,0,1,.4,1h.6V11.1h-9.1v.4a.30974.30974,0,0,1,.2.1c.1,0,.2.1.3.2a.36737.36737,0,0,1,.1.3v7.3h0v2.9c0,.1-.1.2-.1.3-.1.1-.2.1-.3.2a.34914.34914,0,0,0-.2.1v.4h4.6a12.102,12.102,0,0,0,1.9-.1,3.77279,3.77279,0,0,0,1.6-.5,3.44726,3.44726,0,0,0,1.2-1.2,4.55645,4.55645,0,0,0,.4-2.2,4.30985,4.30985,0,0,0-.3-1.7,1.76979,1.76979,0,0,0-.9-1.4Zm-1.7,4.7a3.12765,3.12765,0,0,1-.5,1,1.23452,1.23452,0,0,1-.8.4,2.76856,2.76856,0,0,1-.9.1,1.48285,1.48285,0,0,1-.7-.1.5195.5195,0,0,1-.4-.2c-.1-.1-.1-.2-.2-.4V16.1h1a2.31887,2.31887,0,0,1,2,.7,3.84491,3.84491,0,0,1,.6,2.4,4.4193,4.4193,0,0,1-.1,1.7Zm26-9.8h-3.3v.4a.30974.30974,0,0,1,.2.1c.1.1.2.1.3.2a.36737.36737,0,0,1,.1.3v4.1H410V12.1c0-.1.1-.2.1-.3.1-.1.2-.1.3-.2a.3097.3097,0,0,1,.2-.1v-.4h-3.9v.4a.30972.30972,0,0,1,.2.1c.1.1.2.1.3.2a.36734.36734,0,0,1,.1.3v.8h0v8.3h0v1.1c0,.1-.1.2-.1.3-.1.1-.2.1-.3.2a.34918.34918,0,0,0-.2.1v.4h4v-.4a.30974.30974,0,0,1-.2-.1c-.1,0-.2-.1-.3-.2a.36737.36737,0,0,1-.1-.3V19.4h0V17.2h4.7v5.1c0,.1-.1.2-.1.3-.1.1-.2.1-.3.2a.34918.34918,0,0,0-.2.1v.4h4v-.4a.30974.30974,0,0,1-.2-.1c-.1,0-.2-.1-.3-.2a.36737.36737,0,0,1-.1-.3V19.4h0V12.1c0-.1.1-.2.1-.3.1-.1.2-.1.3-.2a.34914.34914,0,0,0,.2-.1v-.4Zm-12.5,9.3-2.8-7.9a9.451,9.451,0,0,0-.3-.9c0-.2-.1-.4-.1-.6h-3.5v.4a.30972.30972,0,0,1,.2.1c.1.1.2.1.3.2a.36734.36734,0,0,1,.1.3v.3c0,.3-.1.6-.1.8l-2,4.8c-.4.9-.7,1.6-.9,2.2a10.73858,10.73858,0,0,1-.7,1.5,9.29371,9.29371,0,0,1-.5,1c-.1.2-.2.5-.4.6h2.2a6.35711,6.35711,0,0,1,.3-1.5,27.48189,27.48189,0,0,1,.9-2.8h3.9l.5,1.4a18.87589,18.87589,0,0,0,.6,1.8,6.52925,6.52925,0,0,1,.2,1.1h3.1l-.5-1a5.49132,5.49132,0,0,0-.5-1.8ZM398,18.1l1.7-5,1.6,5Zm31.8,3.8c-.4-.4-.7-.8-1-1.1-.4-.4-.7-.8-1.1-1.2a8.70459,8.70459,0,0,1-.9-1.1,7.63138,7.63138,0,0,1-.8-1.1c-.3-.4-.5-.8-.8-1.2l.2-.2c.3-.4.6-.8,1-1.3s.8-.9,1.2-1.4a15.93814,15.93814,0,0,1,1.3-1.3,7.29266,7.29266,0,0,1,1.1-.9h-2.9c-.1.2-.2.5-.4.9a6.7236,6.7236,0,0,1-.7,1.1,14.80307,14.80307,0,0,0-.8,1.3,12.49127,12.49127,0,0,1-.9,1.2,10.47468,10.47468,0,0,1-.8,1.1c-.3.3-.4.6-.6.8.3.4.6.8.8,1.1s.5.6.7.9l.6.9.6.9a8.79413,8.79413,0,0,1,.6,1,4.05255,4.05255,0,0,1,.5.9h4.1A4.12579,4.12579,0,0,0,429.8,21.9Zm-6.8.6a.36734.36734,0,0,1-.1-.3V12c0-.1.1-.2.1-.3.1-.1.2-.1.3-.2a.34917.34917,0,0,0,.2-.1V11h-4v.4a.30971.30971,0,0,1,.2.1c.1.1.2.1.3.2a.36736.36736,0,0,1,.1.3V22.2c0,.1-.1.2-.1.3a.36738.36738,0,0,1-.3.1.34918.34918,0,0,0-.2.1v.4h4v-.4a.30972.30972,0,0,1-.2-.1.36735.36735,0,0,1-.3-.1Z' fill='%231b844d'/%3E %3Cpath d='M318.9,14.3l10.5-6.1c-.4-.2-.9-.5-1.4-.7l-9.2,5.3-4.1-2.4a7.006,7.006,0,0,0-.8,1Z' fill='%231b844d'/%3E %3Cpath d='M318.9,17.2l12.8-7.3c-.3-.3-.7-.6-1-.9L319,15.7l-5.6-3.2c-.2.4-.4.7-.6,1.1Z' fill='%231b844d'/%3E %3Cpath d='M318.9,20.2l14.4-8.3a3.91573,3.91573,0,0,0-.8-1l-13.6,7.9L312.3,15c-.1.4-.2.9-.3,1.3Z' fill='%231b844d'/%3E %3Cpath d='M318.9,21.7l-7.1-4.1v.8a11.70043,11.70043,0,1,0,23.4,0,12.28338,12.28338,0,0,0-1.3-5.4Z' fill='%231b844d'/%3E %3C/g%3E %3Cg%3E %3Cpolygon points='549 4.8 649 4.8 649 31.8 549 31.8 549 4.8' fill='%23fff200'/%3E %3Cg%3E %3Cpath d='M598.1,14.4a5.96763,5.96763,0,0,0-4.4-1.6,6.20909,6.20909,0,0,0-4.5,1.6,5.654,5.654,0,0,0-1.6,4.1,5.20291,5.20291,0,0,0,1.6,4A6.85007,6.85007,0,0,0,598,22.5a5.42439,5.42439,0,0,0,1.6-4.1A4.80681,4.80681,0,0,0,598.1,14.4Zm-4.4,6.9a2.9,2.9,0,1,1,2.9-2.9A2.90212,2.90212,0,0,1,593.7,21.3Z'/%3E %3Cpath d='M610.6,22.1a1.77669,1.77669,0,0,0-.4-1,1.77661,1.77661,0,0,0-1-.4,5.07285,5.07285,0,0,0-.9.2,4.01237,4.01237,0,0,1-1.5.3,2.70764,2.70764,0,0,1-2.1-.8,3.45556,3.45556,0,0,1-.7-2,5.15755,5.15755,0,0,1,.2-1.1,2.42868,2.42868,0,0,1,2.6-1.7,4.25268,4.25268,0,0,1,1.1.2,5.27423,5.27423,0,0,0,1.2.3,1.44136,1.44136,0,0,0,1.3-.8c.1-.1.1-.4.1-.5a1.80581,1.80581,0,0,0-1.5-1.6,7.54975,7.54975,0,0,0-2.3-.3,5.96778,5.96778,0,0,0-4.4,1.6,5.439,5.439,0,0,0-1.7,4,5.20288,5.20288,0,0,0,1.6,4,5.96759,5.96759,0,0,0,4.4,1.6,8.20994,8.20994,0,0,0,2.8-.5C610,23.3,610.6,22.9,610.6,22.1Z'/%3E %3Cpath d='M559.2,22.4a1.23079,1.23079,0,0,0,.5,1,2.14429,2.14429,0,0,0,1.2.4H565c.6,0,1.6-.2,1.6-1.4,0-1.1-1-1.3-1.6-1.3h-2.6V19.7h1.9a1.50374,1.50374,0,0,0,1.1-.4,1.15953,1.15953,0,0,0,.4-1,1.77662,1.77662,0,0,0-.4-1,2.0969,2.0969,0,0,0-1.1-.4h-1.9V15.5H565c.6,0,1.5-.2,1.5-1.3a1.35927,1.35927,0,0,0-1.5-1.4h-4.2a1.36581,1.36581,0,0,0-1.1.4,1.28394,1.28394,0,0,0-.4,1l-.1,8.2Z'/%3E %3Cpath d='M625.8,15.7H627c.6,0,1.6-.2,1.6-1.3,0-1.2-1-1.4-1.6-1.4h-5.7c-.6,0-1.6.2-1.6,1.4s1,1.3,1.6,1.3h1.2v6.7a1.60331,1.60331,0,0,0,3.19995,0l.1-6.7Z'/%3E %3Cpath d='M637.7,17.5a4.001,4.001,0,0,0-2.9-1.1h-1.9V14.5a1.50368,1.50368,0,0,0-.4-1.1,1.59409,1.59409,0,0,0-1.2-.4,1.39916,1.39916,0,0,0-1.6,1.5v8a1.23079,1.23079,0,0,0,.5,1,2.14429,2.14429,0,0,0,1.2.4h3.1a4.72215,4.72215,0,0,0,3.2-1,3.56638,3.56638,0,0,0,1.3-2.8A4.95267,4.95267,0,0,0,637.7,17.5ZM634,21.3h-1.2V19h1.3a1.68932,1.68932,0,0,1,1,.3.90955.90955,0,0,1,.4.8C635.5,21.3,634.4,21.3,634,21.3Z'/%3E %3Cpath d='M611.5,22.4a1.23079,1.23079,0,0,0,.5,1,2.14429,2.14429,0,0,0,1.2.4h4.1c.6,0,1.6-.2,1.6-1.4,0-1.1-1-1.3-1.6-1.3h-2.6V19.7h1.9a1.50375,1.50375,0,0,0,1.1-.4,1.15953,1.15953,0,0,0,.4-1,1.77669,1.77669,0,0,0-.4-1,2.09694,2.09694,0,0,0-1.1-.4h-1.9V15.5h2.6c.6,0,1.5-.2,1.5-1.3a1.35927,1.35927,0,0,0-1.5-1.4h-4.2a1.36581,1.36581,0,0,0-1.1.4,1.28394,1.28394,0,0,0-.4,1l-.1,8.2Z'/%3E %3Cpath d='M585.5,14a4.72215,4.72215,0,0,0-3.2-1h-3.1a1.7459,1.7459,0,0,0-1.2.4,1.38863,1.38863,0,0,0-.5,1v8a1.39916,1.39916,0,0,0,1.6,1.5,1.594,1.594,0,0,0,1.2-.4,1.36589,1.36589,0,0,0,.4-1.1V20.5h1.9a4.414,4.414,0,0,0,2.9-1,3.69264,3.69264,0,0,0,1.1-2.7A3.00305,3.00305,0,0,0,585.5,14Zm-2.4,3.6a1.68932,1.68932,0,0,1-1,.3h-1.3V15.6H582c.4,0,1.5,0,1.5,1.2A1.23447,1.23447,0,0,1,583.1,17.6Z'/%3E %3Cpath d='M576.7,20.5a2.63967,2.63967,0,0,0-.7-1.9,3.5911,3.5911,0,0,0-1-.7l-.3-.1.2-.2a2.19325,2.19325,0,0,0,.7-1.7,2.393,2.393,0,0,0-1-2.1,4.14686,4.14686,0,0,0-2.5-.8h-3.2c-.6,0-1.6.2-1.6,1.4v8a1.52765,1.52765,0,0,0,.4,1,1.50386,1.50386,0,0,0,1.1.4h3.3a5.57126,5.57126,0,0,0,3-.8A2.44909,2.44909,0,0,0,576.7,20.5Zm-6-4.9h1c.3,0,1,0,1,.7s-.7.7-1,.7h-.9A6.60344,6.60344,0,0,1,570.7,15.6Zm1.4,5.6h-1.5V19.6H572c.4,0,1.4,0,1.4.8S572.5,21.2,572.1,21.2Z'/%3E %3C/g%3E %3C/g%3E %3Cg%3E %3Cpath d='M716,14.2h-2.7c-1.2,0-1.7-.6-1.7-1.2s.4-1.2,1.7-1.2H716v2.4Zm-20.7-.5v-2h2.8c.7,0,1.4.2,1.4,1s-.7,1-1.4,1Zm0,3.9V15.5h2.9c1,0,1.6.3,1.6,1.1s-.6,1-1.6,1Zm29.9-1.9h3.7c1.2,0,1.5.4,1.5.8,0,.8-.8,1.1-2.2,1.1a22.55033,22.55033,0,0,1-5.2-.8l-.4,2.6a22.55819,22.55819,0,0,0,6.7,1c3.7,0,7.6-.9,7.6-3.3,0-1.6-1.8-2.4-3.4-2.5v-.1a2.67849,2.67849,0,0,0,2.5-2.4c0-2.2-3.1-3.1-6.3-3.1a25.44685,25.44685,0,0,0-6.6,1l.3,2.5a21.75724,21.75724,0,0,1,4.9-.8c1.3,0,1.9.2,1.9.9,0,.4-.3.8-1.3.8h-3.8l.1,2.3Zm38,1.9a2.93943,2.93943,0,0,1-3.2-2.9c0-2.2,1.8-2.9,3.2-2.9s3.2.6,3.2,2.9a2.9903,2.9903,0,0,1-3.2,2.9m-74.7-4.5V10a13.762,13.762,0,0,0-5.2-1c-4,0-8.2,1.5-8.2,5.8,0,4.1,4.3,5.7,8.3,5.7a13.76205,13.76205,0,0,0,5.2-1V16.4a8.7499,8.7499,0,0,1-3.5.7c-1.7,0-3.6-.6-3.6-2.4s1.7-2.5,3.4-2.5a13.53519,13.53519,0,0,1,3.6.9m49.1,6.8h5.9V16h4v3.9h5.9V9.5h-5.9v3.6h-4V9.5h-5.9V19.9Zm40.5,0,6.1-5.2v5.2h5.8V9.5h-5.1l-6.1,5.2V9.5H773V19.9Zm-66.3,0,2.1-3.5h2.1v3.5h5.6V9.5c-2.4-.3-5.8-.4-6.9-.4-4.6,0-8.8.3-8.8,3.8,0,1.5,1.3,2.4,2.8,2.8l-3.1,4.1,6.20008.1Zm-22.1,0c2.7.2,5,.4,7.6.4,3.7,0,8.5-.2,8.5-3.1,0-1.7-1.9-2.6-3.5-2.6v-.1c1.5-.2,2.8-1.2,2.8-2.5,0-2.6-4.1-2.8-7.9-2.8a64.59158,64.59158,0,0,0-7.4.4L689.7,19.9ZM763.2,9c-4,0-9.2,1.4-9.2,5.8,0,4.2,5.3,5.7,9.2,5.7,4,0,9.2-1.5,9.2-5.7,0-4.4-5.2-5.8-9.2-5.8' fill='%23808184'/%3E %3Cpolygon points='784.1 8.6 779.8 5 779.8 12.3 784.1 8.6' fill='%23fbb161'/%3E %3Cg%3E %3Crect x='675.59998' y='24.69999' width='22.90002' height='7.3' fill='%2396c0e6'/%3E %3Crect x='698.5' y='24.69999' width='22.90002' height='7.3' fill='%23fbb161'/%3E %3Crect x='721.40002' y='24.69999' width='22.90002' height='7.3' fill='%23b4d88b'/%3E %3Crect x='744.20001' y='24.69999' width='22.90002' height='7.3' fill='%23ffde6c'/%3E %3Crect x='767.09998' y='24.69999' width='22.90002' height='7.3' fill='%23b295c6'/%3E %3C/g%3E %3C/g%3E %3Cg%3E %3Cpath d='M92.6,72.7V70.8a1.13128,1.13128,0,0,0-1.1-1.2h-.1a1.25466,1.25466,0,0,0-1.1.6,1.09985,1.09985,0,0,0-1-.6,1.0502,1.0502,0,0,0-.9.5v-.4h-.7v3.1h.7V71a.64076.64076,0,0,1,.6-.8h.1a.71326.71326,0,0,1,.7.8v1.7h.7V71a.64076.64076,0,0,1,.6-.8h.1c.5,0,.7.3.7.8v1.7Zm10-3.1h-1.1v-.9h-.7v.9h-.6v.6h.6v1.4a.95889.95889,0,0,0,1.1,1.1,1.88389,1.88389,0,0,0,.8-.2l-.2-.6a1.42132,1.42132,0,0,1-.6.2c-.3,0-.4-.2-.4-.5V70.2h1.1Zm5.8-.1a1.01974,1.01974,0,0,0-.8.5v-.4h-.7v3.1h.7V71c0-.5.2-.8.6-.8a.60123.60123,0,0,1,.4.1l.2-.6a.39925.39925,0,0,0-.4-.2Zm-8.7.3a2.76817,2.76817,0,0,0-1.3-.3c-.8,0-1.3.4-1.3,1,0,.5.4.8,1.1.9h.3c.4.1.5.1.5.3s-.2.4-.7.4a1.68936,1.68936,0,0,1-1-.3l-.3.6a2.19952,2.19952,0,0,0,1.3.4c.9,0,1.4-.4,1.4-1s-.4-.8-1.1-.9h-.3c-.3,0-.5-.1-.5-.3s.2-.4.6-.4a1.92946,1.92946,0,0,1,1,.3Zm18-.3a1.01976,1.01976,0,0,0-.8.5v-.4h-.7v3.1h.7V71c0-.5.2-.8.6-.8a.60122.60122,0,0,1,.4.1l.2-.6c0-.2-.2-.2-.4-.2Zm-8.6,1.6a1.49871,1.49871,0,0,0,1.5,1.6h.1a1.50387,1.50387,0,0,0,1.1-.4l-.3-.5a1.13548,1.13548,0,0,1-.8.3.95474.95474,0,0,1-.9-1.1.89626.89626,0,0,1,.9-.9,1.1355,1.1355,0,0,1,.8.3l.3-.5a1.50388,1.50388,0,0,0-1.1-.4A1.64863,1.64863,0,0,0,109,71a.09794.09794,0,0,1,.1.1Zm6.3,0V69.6h-.7V70a1.23074,1.23074,0,0,0-1-.5,1.6,1.6,0,0,0,0,3.2,1.38858,1.38858,0,0,0,1-.5v.4h.7Zm-2.5,0a.95131.95131,0,0,1,1.9.1.89626.89626,0,0,1-.9.9.94477.94477,0,0,1-1-1Zm-8.2-1.6a1.6,1.6,0,0,0,0,3.2h0a2.00984,2.00984,0,0,0,1.3-.4l-.3-.5a1.613,1.613,0,0,1-.9.3.81677.81677,0,0,1-.9-.8h2.3V71a1.47268,1.47268,0,0,0-1.5-1.5Zm0,.6a.78874.78874,0,0,1,.8.8h-1.6a.78874.78874,0,0,1,.8-.8Zm16.9,1V68.3H121V70a1.23077,1.23077,0,0,0-1-.5,1.6,1.6,0,1,0,0,3.2,1.38859,1.38859,0,0,0,1-.5v.4h.6Zm1.1,1.1h.1a.09793.09793,0,0,1,.1.1l.1.1v.2a.09794.09794,0,0,1-.1.1.09793.09793,0,0,0-.1.1h-.1c-.1,0-.2-.1-.3-.2v-.2a.09794.09794,0,0,1,.1-.1.09794.09794,0,0,0,.1-.1Zm0,.6h0c.1,0,.1,0,.2-.1a.18751.18751,0,0,0,0-.3l-.1-.1h-.2a.09794.09794,0,0,0-.1.1.18751.18751,0,0,0,0,.3c.1,0,.1.1.2.1Zm.1-.4h0a.09794.09794,0,0,1,.1.1v.1h-.1l.1.1h-.1l-.1-.1h0v.1h-.1v-.3Zm-.1.1h0l.1.1h0c0-.1,0-.1-.1-.1Zm-3.6-1.4a.95131.95131,0,0,1,1.9.1.89626.89626,0,0,1-.9.9,1.00209,1.00209,0,0,1-1-1Zm-22.7,0V69.6h-.7V70a1.23074,1.23074,0,0,0-1-.5,1.6,1.6,0,0,0,0,3.2,1.38858,1.38858,0,0,0,1-.5v.4h.7Zm-2.5,0a.95131.95131,0,1,1,1.9.1.89626.89626,0,0,1-.9.9.94477.94477,0,0,1-1-1Z' fill='%235b6673'/%3E %3Cpath d='M106.5,47.9a12.60617,12.60617,0,0,0-2-2,11.756,11.756,0,0,0-4.5,9.2,11.46127,11.46127,0,0,0,4.5,9.2A11.645,11.645,0,0,0,106.5,47.9Z' fill='%23757c82'/%3E %3Cpath d='M100.1,55.1a11.46126,11.46126,0,0,1,4.5-9.2,11.68247,11.68247,0,1,0,0,18.4A11.756,11.756,0,0,1,100.1,55.1Z' fill='%235b6673'/%3E %3Cpath d='M121,47.9a11.735,11.735,0,0,0-16.4-2,12.60659,12.60659,0,0,1,2,2,11.645,11.645,0,0,1-2,16.4,11.87079,11.87079,0,0,0,7.2,2.5,11.715,11.715,0,0,0,11.7-11.7h0A11.87066,11.87066,0,0,0,121,47.9Z' fill='%235b6673' opacity='0.5' style='isolation: isolate'/%3E %3Cpolygon points='122.1 62 122.3 62 122.3 62.4 122.3 62.4 122.3 62 122.5 62 122.5 61.9 122.1 61.9 122.1 62' fill='%235b6673'/%3E %3Cpolygon points='122.8 62.2 122.7 61.9 122.6 61.9 122.6 62.4 122.7 62.4 122.7 62 122.8 62.3 122.9 62.3 123 62 123 62.4 123.1 62.4 123.1 61.9 123 61.9 122.8 62.2' fill='%235b6673'/%3E %3C/g%3E %3Cg%3E %3Cpath d='M92.6,106.6v-1.9a1.13128,1.13128,0,0,0-1.1-1.2h-.1a1.25466,1.25466,0,0,0-1.1.6,1.09985,1.09985,0,0,0-1-.6,1.0502,1.0502,0,0,0-.9.5v-.4h-.7v3.1h.7V105a.64076.64076,0,0,1,.6-.8h.1a.71326.71326,0,0,1,.7.8v1.7h.7V105a.64076.64076,0,0,1,.6-.8h.1c.5,0,.7.3.7.8v1.7Zm10-3.1h-1.1v-.9h-.7v.9h-.6v.6h.6v1.4a.95889.95889,0,0,0,1.1,1.1,1.88389,1.88389,0,0,0,.8-.2l-.2-.6a1.42144,1.42144,0,0,1-.6.2c-.3,0-.4-.2-.4-.5v-1.4h1.1Zm5.8-.1a1.01974,1.01974,0,0,0-.8.5v-.4h-.7v3.1h.7v-1.7c0-.5.2-.8.6-.8a.60123.60123,0,0,1,.4.1l.2-.6a.39925.39925,0,0,0-.4-.2Zm-8.7.3a2.76817,2.76817,0,0,0-1.3-.3c-.8,0-1.3.4-1.3,1,0,.5.4.8,1.1.9h.3c.4.1.5.1.5.3s-.2.4-.7.4a1.68936,1.68936,0,0,1-1-.3l-.3.5a2.19959,2.19959,0,0,0,1.3.4c.9,0,1.4-.4,1.4-1s-.4-.8-1.1-.9h-.3c-.3,0-.5-.1-.5-.3s.2-.4.6-.4a1.92934,1.92934,0,0,1,1,.3Zm18-.3a1.01976,1.01976,0,0,0-.8.5v-.4h-.7v3.1h.7v-1.7c0-.5.2-.8.6-.8a.60122.60122,0,0,1,.4.1l.2-.6c0-.2-.2-.2-.4-.2Zm-8.6,1.6a1.49871,1.49871,0,0,0,1.5,1.6h.1a1.50387,1.50387,0,0,0,1.1-.4l-.3-.5a1.13548,1.13548,0,0,1-.8.3.95474.95474,0,0,1-.9-1.1.89626.89626,0,0,1,.9-.9,1.13546,1.13546,0,0,1,.8.3l.3-.5a1.50385,1.50385,0,0,0-1.1-.4,1.64863,1.64863,0,0,0-1.7,1.5.09794.09794,0,0,1,.1.1Zm6.3,0v-1.5h-.7v.4a1.23074,1.23074,0,0,0-1-.5,1.6,1.6,0,0,0,0,3.2,1.38858,1.38858,0,0,0,1-.5v.4h.7Zm-2.5,0a.95131.95131,0,0,1,1.9.1.89626.89626,0,0,1-.9.9.94477.94477,0,0,1-1-1Zm-8.2-1.6a1.6,1.6,0,0,0,0,3.2h0a2.00984,2.00984,0,0,0,1.3-.4l-.3-.5a1.613,1.613,0,0,1-.9.3.81677.81677,0,0,1-.9-.8h2.3v-.3a1.47268,1.47268,0,0,0-1.5-1.5Zm0,.6a.78875.78875,0,0,1,.8.8h-1.6a.78875.78875,0,0,1,.8-.8Zm16.9,1v-2.8H121v1.6a1.23077,1.23077,0,0,0-1-.5,1.6,1.6,0,0,0,0,3.2,1.38859,1.38859,0,0,0,1-.5v.4h.6Zm1.1,1.1h.1a.09793.09793,0,0,1,.1.1l.1.1v.2a.09793.09793,0,0,1-.1.1.09793.09793,0,0,0-.1.1h-.1c-.1,0-.2-.1-.3-.2v-.2a.09794.09794,0,0,1,.1-.1.09794.09794,0,0,0,.1-.1Zm0,.6h0c.1,0,.1,0,.2-.1a.1875.1875,0,0,0,0-.3l-.1-.1h-.2a.09794.09794,0,0,0-.1.1.1875.1875,0,0,0,0,.3c.1,0,.1.1.2.1Zm.1-.4h0a.09793.09793,0,0,1,.1.1v.1h-.1l.1.1h-.1l-.1-.1h0v.1h-.1v-.3Zm-.1.1h0l.1.1h0c0-.1,0-.1-.1-.1Zm-3.6-1.4a.95131.95131,0,1,1,1.9.1.89626.89626,0,0,1-.9.9,1.00209,1.00209,0,0,1-1-1Zm-22.7,0v-1.5h-.7v.4a1.23074,1.23074,0,0,0-1-.5,1.6,1.6,0,0,0,0,3.2,1.38858,1.38858,0,0,0,1-.5v.4h.7Zm-2.5,0a.95131.95131,0,0,1,1.9.1.89626.89626,0,0,1-.9.9.94477.94477,0,0,1-1-1Z' fill='%23fff'/%3E %3Cpath d='M106.5,81.8a12.60575,12.60575,0,0,0-2-2A11.75592,11.75592,0,0,0,100,89a11.46126,11.46126,0,0,0,4.5,9.2A11.64494,11.64494,0,0,0,106.5,81.8Z' fill='%23fff' opacity='0.5' style='isolation: isolate'/%3E %3Cpath d='M100.1,89a11.46123,11.46123,0,0,1,4.5-9.2,11.68247,11.68247,0,1,0,0,18.4A11.756,11.756,0,0,1,100.1,89Z' fill='%23fff'/%3E %3Cpath d='M121,81.8a11.735,11.735,0,0,0-16.4-2,12.60533,12.60533,0,0,1,2,2,11.645,11.645,0,0,1-2,16.4,11.87072,11.87072,0,0,0,7.2,2.5A11.715,11.715,0,0,0,123.5,89h0A11.87061,11.87061,0,0,0,121,81.8Z' fill='%23fff'/%3E %3Cpolygon points='122.1 95.9 122.3 95.9 122.3 96.3 122.3 96.3 122.3 95.9 122.5 95.9 122.5 95.8 122.1 95.8 122.1 95.9' fill='%23fff'/%3E %3Cpolygon points='122.8 96.1 122.7 95.8 122.6 95.8 122.6 96.3 122.7 96.3 122.7 95.9 122.8 96.2 122.9 96.2 123 95.9 123 96.3 123.1 96.3 123.1 95.8 123 95.8 122.8 96.1' fill='%23fff'/%3E %3C/g%3E %3Cg id='Layer_2' data-name='Layer 2'%3E %3Cg id='Layer_1-2' data-name='Layer 1-2'%3E %3Cpath d='M92.7,36.9V35a1.13128,1.13128,0,0,0-1.1-1.2h-.1a1.43266,1.43266,0,0,0-1.1.5.8765.8765,0,0,0-1-.5,1.05018,1.05018,0,0,0-.9.5v-.4h-.7V37h.7V35.3a.64076.64076,0,0,1,.6-.8h.1a.71325.71325,0,0,1,.7.8V37h.7V35.3a.64076.64076,0,0,1,.6-.8h.1c.5,0,.7.3.7.8V37Zm10-3.1h-1.1v-.9h-.7v.9h-.6v.6h.6v1.4a.95889.95889,0,0,0,1.1,1.1,1.88389,1.88389,0,0,0,.8-.2l-.2-.6a1.42136,1.42136,0,0,1-.6.2c-.3,0-.4-.2-.4-.5V34.4h1.1Zm5.7-.1a1.01974,1.01974,0,0,0-.8.5v-.4H107v3.1h.7V35.2c0-.5.2-.8.6-.8a.60124.60124,0,0,1,.4.1l.2-.6c-.2-.1-.3-.2-.5-.2Zm-8.6.4a2.76812,2.76812,0,0,0-1.3-.3c-.8,0-1.3.4-1.3,1,0,.5.4.8,1.1.9h.3c.4.1.5.1.5.3s-.2.4-.7.4a1.68938,1.68938,0,0,1-1-.3l-.3.5a2.19965,2.19965,0,0,0,1.3.4c.9,0,1.4-.4,1.4-1s-.4-.8-1.1-.9h-.3c-.3,0-.5-.1-.5-.3s.2-.4.6-.4a1.92946,1.92946,0,0,1,1,.3Zm18-.4a1.01974,1.01974,0,0,0-.8.5v-.4h-.7v3.1h.7V35.2c0-.5.2-.8.6-.8a.60123.60123,0,0,1,.4.1l.2-.6a.75812.75812,0,0,0-.4-.2Zm-8.7,1.7a1.4987,1.4987,0,0,0,1.5,1.6h.1a1.50387,1.50387,0,0,0,1.1-.4l-.3-.5a1.13548,1.13548,0,0,1-.8.3.95474.95474,0,0,1-.9-1.1.89626.89626,0,0,1,.9-.9,1.1355,1.1355,0,0,1,.8.3l.3-.5a1.63409,1.63409,0,0,0-2.7,1.1v.1Zm6.3,0V33.9h-.7v.4a1.23074,1.23074,0,0,0-1-.5,1.6,1.6,0,0,0,0,3.2,1.38858,1.38858,0,0,0,1-.5v.4h.7Zm-2.5,0a.95131.95131,0,0,1,1.9.1.89626.89626,0,0,1-.9.9,1.00209,1.00209,0,0,1-1-1Zm-8.1-1.7a1.6,1.6,0,1,0,0,3.2h0a2.00989,2.00989,0,0,0,1.3-.4l-.3-.5a1.61294,1.61294,0,0,1-.9.3.81676.81676,0,0,1-.9-.8h2.3v-.3a1.53556,1.53556,0,0,0-1.5-1.5Zm0,.6a.77284.77284,0,0,1,.8.7H104a.77483.77483,0,0,1,.8-.7Zm16.8,1.1V32.6H121v1.6a1.23077,1.23077,0,0,0-1-.5,1.6,1.6,0,1,0,0,3.2,1.38859,1.38859,0,0,0,1-.5v.4h.6Zm1.1,1.1h.1a.09793.09793,0,0,1,.1.1l.1.1v.2a.09794.09794,0,0,1-.1.1.09793.09793,0,0,0-.1.1h-.1c-.1,0-.2-.1-.3-.2v-.2a.09794.09794,0,0,1,.1-.1.09794.09794,0,0,0,.1-.1Zm0,.5h0c.1,0,.1,0,.2-.1a.18749.18749,0,0,0,0-.3l-.1-.1h-.2a.09794.09794,0,0,0-.1.1.18749.18749,0,0,0,0,.3c.1.1.1.1.2.1Zm.1-.4h0a.09794.09794,0,0,1,.1.1v.1h-.1l.1.1h-.1l-.1-.1h0v.1h-.1v-.3Zm-.1.1h0l.1.1h0c0-.1,0-.1-.1-.1Zm-3.6-1.3a.95131.95131,0,1,1,1.9.1.89626.89626,0,0,1-.9.9,1.00209,1.00209,0,0,1-1-1Zm-22.7,0V33.9h-.7v.4a1.23074,1.23074,0,0,0-1-.5,1.6,1.6,0,0,0,0,3.2,1.38858,1.38858,0,0,0,1-.5v.4h.7Zm-2.5,0a.95131.95131,0,1,1,1.9.1.89626.89626,0,0,1-.9.9,1.00209,1.00209,0,0,1-1-1Z' fill='%23231f20'/%3E %3Cg id='_Group_' data-name=' Group '%3E %3Crect x='99.5' y='10.29999' width='10.2' height='18.3' fill='%23ff5f00'/%3E %3Cpath id='_Path_' data-name=' Path ' d='M100.2,19.4a11.46678,11.46678,0,0,1,4.4-9.1A11.61228,11.61228,0,0,0,90.3,28.6a11.71023,11.71023,0,0,0,14.4,0A11.46126,11.46126,0,0,1,100.2,19.4Z' fill='%23eb001b'/%3E %3Cpath d='M123.5,19.4A11.60834,11.60834,0,0,1,111.9,31a11.87072,11.87072,0,0,1-7.2-2.5,11.62568,11.62568,0,0,0,2-16.3,12.60533,12.60533,0,0,0-2-2,11.51522,11.51522,0,0,1,16.3,2,11.87072,11.87072,0,0,1,2.5,7.2Z' fill='%23f79e1b'/%3E %3Cpath d='M122.3,26.6v-.4h.2v-.1h-.4v.1h.2v.4Zm.8,0v-.5H123l-.1.3-.1-.3h-.1v.5h.1v-.3l.1.3h.1l.1-.3v.3Z' fill='%23f79e1b'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3Cpath d='M826.2,4.2c1.8,0,2.4,1.3,2.9,2.6.2.6,5,13.6,5.1,14a.39924.39924,0,0,1-.2.4c-.2.1-2.6,1-2.8,1.1-.1.1-.3,0-.3-.2-.1-.1-1.1-3-1.2-3.3h-7c-.1.3-1.2,3.2-1.2,3.3s-.2.2-.3.2c-.1-.1-2.6-1-2.8-1.1a.51963.51963,0,0,1-.2-.4c.2-.5,4.9-13.3,5.1-14C823.8,5.5,824.4,4.2,826.2,4.2Zm-8.3,23.3a.31931.31931,0,0,0-.3.3v3a.26515.26515,0,0,0,.3.3h16.7a.31931.31931,0,0,0,.3-.3v-3a.26515.26515,0,0,0-.3-.3H817.9m8.3-19.1-2.4,7.2h4.8l-2.4-7.2Zm62.3,10.5a1.16218,1.16218,0,0,1-1.3,1.3,3.75148,3.75148,0,0,1-1-.1V17.6c.2,0,.6-.1,1-.1C888.1,17.6,888.5,18,888.5,18.9Zm1.7-.1a2.37345,2.37345,0,0,0-2.7-2.5,2.95342,2.95342,0,0,0-1.3.2V14.3c.3,0,.8-.1,1.4-.1a11.4835,11.4835,0,0,1,1.8.1V13a10.145,10.145,0,0,0-2.5-.2,17.13545,17.13545,0,0,0-2.5.3v8a7.98506,7.98506,0,0,0,2.6.5C889.1,21.6,890.2,20.5,890.2,18.8ZM871,18.4c0,1.1-.4,1.8-1.2,1.8a2.20179,2.20179,0,0,1-.8-.1V16.8a1.64457,1.64457,0,0,1,.9-.2c.7-.1,1.1.5,1.1,1.8m-5.6,0c0-1.2.4-1.9,1.1-1.9a1.64465,1.64465,0,0,1,.9.2V20a2.20174,2.20174,0,0,1-.8.1c-.9.1-1.2-.6-1.2-1.7m3.6,5V21.2a2.6792,2.6792,0,0,0,1.3.3c1.3,0,2.3-1.1,2.3-3.2,0-2.2-1-3.2-2.6-3.2a1.64451,1.64451,0,0,0-1,.2V12.7h-1.6v2.6a1.64448,1.64448,0,0,0-1-.2c-1.6,0-2.6,1-2.6,3.2,0,2,.9,3.1,2.3,3.1a2.67915,2.67915,0,0,0,1.3-.3v2.2H869m-12.1-1.9V15.6a7.40012,7.40012,0,0,0-4.8,0v3a3.475,3.475,0,0,1-.1,1.3,1.53114,1.53114,0,0,1-.5.7l.4.9c1.3-.4,1.8-.9,1.8-2.7V16.6a3.24992,3.24992,0,0,1,1.6,0v4.8Zm19.6-1.3a3.08494,3.08494,0,0,1-.9.1c-.6,0-.9-.2-.9-.8s.4-.8,1.2-.8a.74929.74929,0,0,1,.5.1v.4A4.59,4.59,0,0,1,876.5,20.1Zm2.1.7a2.72954,2.72954,0,0,1-.5-1.8V17.4a2.37332,2.37332,0,0,0-.3-1.5c-.3-.5-.9-.6-1.9-.6a12.31,12.31,0,0,0-2,.2l.2,1.2a5.70208,5.70208,0,0,1,1.3-.1c1.1,0,1.2.2,1.2.9v.3a1.94948,1.94948,0,0,0-.8-.1c-1.6,0-2.4.8-2.4,2.1a1.86364,1.86364,0,0,0,2,1.9,5.01953,5.01953,0,0,0,1.2-.2,3.2867,3.2867,0,0,0,.6-.3c.2.2.5.5.6.5Zm15.5-.7a2.76856,2.76856,0,0,1-.9.1c-.6,0-.9-.2-.9-.8s.4-.8,1.2-.8a.74932.74932,0,0,1,.5.1v.4C894,19.6,894.1,19.9,894.1,20.1Zm2,.7a2.72954,2.72954,0,0,1-.5-1.8V17.4a2.37332,2.37332,0,0,0-.3-1.5c-.3-.5-.9-.6-1.9-.6a12.31,12.31,0,0,0-2,.2l.2,1.2a5.70208,5.70208,0,0,1,1.3-.1c1.1,0,1.2.2,1.2.9v.3a1.94948,1.94948,0,0,0-.8-.1c-1.6,0-2.4.8-2.4,2.1a1.86364,1.86364,0,0,0,2,1.9,5.01953,5.01953,0,0,0,1.2-.2,3.2867,3.2867,0,0,0,.6-.3c.2.2.5.5.6.5Zm-34.7-1.5c0,.6-.2,1-1,1a1.70185,1.70185,0,0,1-.7-.1V18.5a2.25248,2.25248,0,0,1,.7-.1C861.2,18.4,861.4,18.8,861.4,19.3Zm-3.2-4v5.8a6.82459,6.82459,0,0,0,2.3.5c1.7,0,2.6-.9,2.6-2.3a2.00652,2.00652,0,0,0-2.3-2.1,3.55291,3.55291,0,0,0-1,.2v-2h-1.6ZM902,21.4V15.3h-1.6v2.3h-1.8V15.3H897v6.1h1.6V19h1.8v2.5H902Zm6.5,0s-.9-1.9-1.1-2.3a1.30425,1.30425,0,0,0-1-.9h0a1.53328,1.53328,0,0,0,.9-.9c.3-.6.4-.7.5-.9a.99659.99659,0,0,1,.4-.1l.1-1.1h-.7a.97482.97482,0,0,0-.9.4,1.612,1.612,0,0,0-.4.7c-.1.3-.3.6-.4.9-.2.3-.2.5-.6.5H905V15.4h-1.6v6.1H905V19h.2c.5,0,.5.1.8.6.3.6.8,1.9.8,1.9h1.7Zm-59.4,0h1.8l-2.8-8.5a3.553,3.553,0,0,0-1-.2,2.38846,2.38846,0,0,0-.9.2l-2.9,8.5h1.8s.2-.7.5-1.7h3C848.9,20.7,849.1,21.4,849.1,21.4ZM846,18.3s.5-1.7.6-2c.2-.7.5-1.8.5-1.8h.1s.3,1.1.5,1.8c.1.2.6,2,.6,2Zm35.3-.9a1,1,0,1,0,1,1A1.0021,1.0021,0,0,0,881.3,17.4Z' fill='%23d35243'/%3E %3Cpath d='M826.2,40.1c1.8,0,2.4,1.3,2.9,2.6.2.6,5,13.6,5.1,14a.39924.39924,0,0,1-.2.4c-.2.1-2.6,1-2.8,1.1-.1.1-.3,0-.3-.2-.1-.1-1.1-3-1.2-3.3h-7c-.1.3-1.2,3.2-1.2,3.3s-.2.2-.3.2c-.1-.1-2.6-1-2.8-1.1a.51963.51963,0,0,1-.2-.4c.2-.5,4.9-13.3,5.1-14C823.8,41.4,824.4,40.1,826.2,40.1Zm-8.3,23.3a.31931.31931,0,0,0-.3.3v3a.26515.26515,0,0,0,.3.3h16.7a.31931.31931,0,0,0,.3-.3v-3a.26515.26515,0,0,0-.3-.3H817.9m8.3-19.1-2.4,7.2h4.8l-2.4-7.2Zm62.3,10.5a1.16218,1.16218,0,0,1-1.3,1.3,3.75148,3.75148,0,0,1-1-.1V53.5c.2,0,.6-.1,1-.1C888.1,53.6,888.5,53.9,888.5,54.8Zm1.7-.1a2.37345,2.37345,0,0,0-2.7-2.5,2.95342,2.95342,0,0,0-1.3.2V50.2c.3,0,.8-.1,1.4-.1a11.48464,11.48464,0,0,1,1.8.1V48.9a10.145,10.145,0,0,0-2.5-.2,17.13545,17.13545,0,0,0-2.5.3v8a7.98506,7.98506,0,0,0,2.6.5C889.1,57.5,890.2,56.4,890.2,54.7ZM871,54.3c0,1.1-.4,1.8-1.2,1.8a2.20179,2.20179,0,0,1-.8-.1V52.7a1.64457,1.64457,0,0,1,.9-.2c.7-.1,1.1.5,1.1,1.8m-5.6,0c0-1.2.4-1.9,1.1-1.9a1.64465,1.64465,0,0,1,.9.2V56a2.20174,2.20174,0,0,1-.8.1c-.9,0-1.2-.7-1.2-1.8m3.6,5V57.1a2.6792,2.6792,0,0,0,1.3.3c1.3,0,2.3-1.1,2.3-3.2,0-2.2-1-3.2-2.6-3.2a1.64451,1.64451,0,0,0-1,.2V48.6h-1.6v2.6a1.64448,1.64448,0,0,0-1-.2c-1.6,0-2.6,1-2.6,3.2,0,2,.9,3.1,2.3,3.1a2.67915,2.67915,0,0,0,1.3-.3v2.2H869m-12.1-1.9V51.5a7.40012,7.40012,0,0,0-4.8,0v3a3.475,3.475,0,0,1-.1,1.3,1.53114,1.53114,0,0,1-.5.7l.4.9c1.3-.4,1.8-.9,1.8-2.7V52.5a3.24992,3.24992,0,0,1,1.6,0v4.8Zm19.6-1.2a3.08494,3.08494,0,0,1-.9.1c-.6,0-.9-.2-.9-.8s.4-.8,1.2-.8a.74929.74929,0,0,1,.5.1v.4A4.14054,4.14054,0,0,1,876.5,56.1Zm2.1.7a2.72954,2.72954,0,0,1-.5-1.8V53.4a2.37332,2.37332,0,0,0-.3-1.5c-.3-.5-.9-.6-1.9-.6a12.30886,12.30886,0,0,0-2,.2l.2,1.2a5.70208,5.70208,0,0,1,1.3-.1c1.1,0,1.2.2,1.2.9v.3a1.94948,1.94948,0,0,0-.8-.1c-1.6,0-2.4.8-2.4,2.1a1.86364,1.86364,0,0,0,2,1.9,5.01953,5.01953,0,0,0,1.2-.2,3.2867,3.2867,0,0,0,.6-.3c.2.2.5.5.6.5Zm15.5-.7a2.76856,2.76856,0,0,1-.9.1c-.6,0-.9-.2-.9-.8s.4-.8,1.2-.8a.74932.74932,0,0,1,.5.1v.4C894,55.5,894.1,55.9,894.1,56.1Zm2,.7a2.72954,2.72954,0,0,1-.5-1.8V53.4a2.37332,2.37332,0,0,0-.3-1.5c-.3-.5-.9-.6-1.9-.6a12.30886,12.30886,0,0,0-2,.2l.2,1.2a5.70208,5.70208,0,0,1,1.3-.1c1.1,0,1.2.2,1.2.9v.3a1.94948,1.94948,0,0,0-.8-.1c-1.6,0-2.4.8-2.4,2.1a1.86364,1.86364,0,0,0,2,1.9,5.01953,5.01953,0,0,0,1.2-.2,3.2867,3.2867,0,0,0,.6-.3c.2.2.5.5.6.5Zm-34.7-1.6c0,.6-.2,1-1,1a1.702,1.702,0,0,1-.7-.1V54.4a2.25269,2.25269,0,0,1,.7-.1C861.2,54.3,861.4,54.7,861.4,55.2Zm-3.2-4V57a6.82459,6.82459,0,0,0,2.3.5c1.7,0,2.6-.9,2.6-2.3a2.00651,2.00651,0,0,0-2.3-2.1,3.55256,3.55256,0,0,0-1,.2v-2h-1.6ZM902,57.3V51.2h-1.6v2.3h-1.8V51.2H897v6.1h1.6V54.8h1.8v2.5Zm6.5,0s-.9-1.9-1.1-2.3a1.30425,1.30425,0,0,0-1-.9h0a1.53328,1.53328,0,0,0,.9-.9c.3-.6.4-.7.5-.9a.99659.99659,0,0,1,.4-.1l.1-1.1h-.7a.97482.97482,0,0,0-.9.4,1.612,1.612,0,0,0-.4.7c-.1.3-.3.6-.4.9-.2.3-.2.5-.6.5H905V51.3h-1.6v6.1H905V54.9h.2c.5,0,.5.1.8.6.3.6.8,1.9.8,1.9h1.7Zm-59.4,0h1.8l-2.8-8.5a3.553,3.553,0,0,0-1-.2,2.38846,2.38846,0,0,0-.9.2l-2.9,8.5h1.8s.2-.7.5-1.7h3C848.9,56.6,849.1,57.3,849.1,57.3ZM846,54.2s.5-1.7.6-2c.2-.7.5-1.8.5-1.8h.1s.3,1.1.5,1.8c.1.2.6,2,.6,2Zm35.3-.9a1,1,0,1,0,1,1A1.0021,1.0021,0,0,0,881.3,53.3Z' fill='%235c6774'/%3E %3Cpath d='M826.2,73.7c1.8,0,2.4,1.3,2.9,2.6.2.6,5,13.6,5.1,14a.39924.39924,0,0,1-.2.4c-.2.1-2.6,1-2.8,1.1-.1.1-.3,0-.3-.2-.1-.1-1.1-3-1.2-3.3h-7c-.1.3-1.2,3.2-1.2,3.3s-.2.2-.3.2c-.1-.1-2.6-1-2.8-1.1a.51963.51963,0,0,1-.2-.4c.2-.5,4.9-13.3,5.1-14C823.8,75.1,824.4,73.7,826.2,73.7ZM817.9,97a.31931.31931,0,0,0-.3.3v3a.26515.26515,0,0,0,.3.3h16.7a.31931.31931,0,0,0,.3-.3v-3a.26515.26515,0,0,0-.3-.3H817.9m8.3-19-2.4,7.2h4.8L826.2,78Zm62.3,10.5a1.16218,1.16218,0,0,1-1.3,1.3,3.75148,3.75148,0,0,1-1-.1V87.2c.2,0,.6-.1,1-.1C888.1,87.2,888.5,87.6,888.5,88.5Zm1.7-.1a2.37345,2.37345,0,0,0-2.7-2.5,2.95342,2.95342,0,0,0-1.3.2V83.9c.3,0,.8-.1,1.4-.1a11.48464,11.48464,0,0,1,1.8.1V82.6a10.145,10.145,0,0,0-2.5-.2,17.134,17.134,0,0,0-2.5.3v8a7.98506,7.98506,0,0,0,2.6.5C889.1,91.2,890.2,90.1,890.2,88.4ZM871,87.9c0,1.1-.4,1.8-1.2,1.8a2.20179,2.20179,0,0,1-.8-.1V86.3a1.64457,1.64457,0,0,1,.9-.2c.7,0,1.1.6,1.1,1.8m-5.6.1c0-1.2.4-1.9,1.1-1.9a1.64465,1.64465,0,0,1,.9.2v3.3a2.20174,2.20174,0,0,1-.8.1c-.9.1-1.2-.6-1.2-1.7m3.6,5V90.8a2.67932,2.67932,0,0,0,1.3.3c1.3,0,2.3-1.1,2.3-3.2,0-2.2-1-3.2-2.6-3.2a1.64458,1.64458,0,0,0-1,.2V82.3h-1.6V85a1.64454,1.64454,0,0,0-1-.2c-1.6,0-2.6,1-2.6,3.2,0,2,.9,3.1,2.3,3.1a2.67915,2.67915,0,0,0,1.3-.3V93H869m-12.1-2V85.2a7.40012,7.40012,0,0,0-4.8,0v3a3.475,3.475,0,0,1-.1,1.3,1.53114,1.53114,0,0,1-.5.7l.4.9c1.3-.4,1.8-.9,1.8-2.7V86.2a3.24992,3.24992,0,0,1,1.6,0V91Zm19.6-1.3a3.08494,3.08494,0,0,1-.9.1c-.6,0-.9-.2-.9-.8s.4-.8,1.2-.8a.74929.74929,0,0,1,.5.1v.4A4.59024,4.59024,0,0,1,876.5,89.7Zm2.1.7a2.72952,2.72952,0,0,1-.5-1.8V87a2.37334,2.37334,0,0,0-.3-1.5c-.3-.5-.9-.6-1.9-.6a12.31,12.31,0,0,0-2,.2l.2,1.2a5.70208,5.70208,0,0,1,1.3-.1c1.1,0,1.2.2,1.2.9v.3a1.94966,1.94966,0,0,0-.8-.1c-1.6,0-2.4.8-2.4,2.1a1.86365,1.86365,0,0,0,2,1.9,5.01953,5.01953,0,0,0,1.2-.2,3.2867,3.2867,0,0,0,.6-.3c.2.2.5.5.6.5Zm15.5-.7a2.76856,2.76856,0,0,1-.9.1c-.6,0-.9-.2-.9-.8s.4-.8,1.2-.8a.74932.74932,0,0,1,.5.1v.4C894,89.2,894.1,89.5,894.1,89.7Zm2,.7a2.72952,2.72952,0,0,1-.5-1.8V87a2.37334,2.37334,0,0,0-.3-1.5c-.3-.5-.9-.6-1.9-.6a12.31,12.31,0,0,0-2,.2l.2,1.2a5.70208,5.70208,0,0,1,1.3-.1c1.1,0,1.2.2,1.2.9v.3a1.94966,1.94966,0,0,0-.8-.1c-1.6,0-2.4.8-2.4,2.1a1.86365,1.86365,0,0,0,2,1.9,5.01953,5.01953,0,0,0,1.2-.2,3.2867,3.2867,0,0,0,.6-.3c.2.2.5.5.6.5Zm-34.7-1.5c0,.6-.2,1-1,1a1.702,1.702,0,0,1-.7-.1V88.1a2.25248,2.25248,0,0,1,.7-.1C861.2,88,861.4,88.3,861.4,88.9Zm-3.2-4v5.8a6.82459,6.82459,0,0,0,2.3.5c1.7,0,2.6-.9,2.6-2.3a2.00651,2.00651,0,0,0-2.3-2.1,3.55289,3.55289,0,0,0-1,.2V85h-1.6ZM902,91V84.9h-1.6v2.3h-1.8V84.9H897V91h1.6V88.5h1.8V91Zm6.5,0s-.9-1.9-1.1-2.3a1.30425,1.30425,0,0,0-1-.9h0a1.53328,1.53328,0,0,0,.9-.9c.3-.6.4-.7.5-.9a.99659.99659,0,0,1,.4-.1l.1-1.1h-.7a.97482.97482,0,0,0-.9.4,1.612,1.612,0,0,0-.4.7c-.1.3-.3.6-.4.9-.2.3-.2.5-.6.5H905V85h-1.6v6H905V88.5h.2c.5,0,.5.1.8.6.3.6.8,1.9.8,1.9Zm-59.4,0h1.8l-2.8-8.5a3.553,3.553,0,0,0-1-.2,2.38847,2.38847,0,0,0-.9.2l-2.9,8.5h1.8s.2-.7.5-1.7h3C848.9,90.3,849.1,91,849.1,91ZM846,87.9s.5-1.7.6-2c.2-.7.5-1.8.5-1.8h.1s.3,1.1.5,1.8c.1.2.6,2,.6,2Zm35.3-.9a1,1,0,1,0,1,1A1.0021,1.0021,0,0,0,881.3,87Z' fill='%23fff'/%3E %3C/svg%3E");
}

.logo-payment--promsvyaz{
  width:132px;
  height:35px;
  background-position:-157px 0;
}

.logo-payment--sberbank{
  width:119px;
  height:23px;
  background-position:-312px -224px;
}

.logo-payment--euroset{
  width:100px;
  height:27px;
  background-position:-549px -5px;
}

.logo-payment--mastercard{
  width:38px;
  height:30px;
  background-position:-86px -7px;
}

.logo-payment--visa{
  width:54px;
  height:17px;
  background-position:0 -9px;
}

.logo-payment--russianpost{
  width:71px;
  height:35px;
  background-position:-455px 215px;
}

.logo-payment--svyaznoi{
  width:115px;
  height:27px;
  background-position:-675px 103px;
}

.logo-payment--alfabank{
  width:91px;
  height:28px;
  background-position:-818px 104px;
}

#region_select_link{
    margin:2px 0 9px 7px;
    text-decoration:none;
    display:block;
}
    #region_select_link span{
        border-bottom:dashed 1px;
    }
    #region_select_link .icons.arrow_right_blue{
        top:2px;
        margin:0 0 0 5px;
    }
.ask_question{
    text-decoration:none;
    background:#FFF0A6;
    margin:0 0 0 6px;
    border-radius:2px 0 0 2px;
    position:relative;
    padding:0 4px 2px 9px;
    line-height:24px;
    display:inline-block;
}
.ask_question span{
        border-bottom:1px dotted #00578F;
    }
.ask_question:after{
    display:block;
    content:" ";
    position:absolute;
    border-left:13px solid #FFF0A6;
    border-top:13px solid transparent;
    border-bottom:13px solid transparent;
    right:-13px;
    top:0;
}
#info_wrapper{
    border:1px solid #c5c6c8;
    border-radius:2px;
    padding:9px;
    margin:0 0 18px 10px;
}
#info_wrapper #office_container{
        width:167px;
    }
#info_wrapper #office_data_container{
        margin-top:6px;
    }
#info_wrapper #office_data_container p{
            margin-bottom:0;
            margin-top:6px;
            color:black;
        }
#info_wrapper #office_data_container p.locker_container span{
                    float:left;
                }
#info_wrapper #office_data_container p.locker_container .clear{
                    margin:0;
                    float:none;
                }
#info_wrapper #office_data_container p span{
                color:#5c6774;
                display:inline-block;
                margin:0 5px 0 0;
                text-align:right;
                width:45%;
            }
#info_wrapper #office_data_container p .locker{
                width:173px;
                float:none;
                color:black;
                display:inline-block;
                text-align:left;
            }
.hide{
    display:none;
}
.pgs-header .container{
        width:980px;
    }
    .pgs-header .text-color--gray{
        color:#5C6774;
    }

.pgs-header__upper-cap .container{
        padding-left:16px;
        padding-right:16px;
    }

.pgs-header__inner{
    width:100%;
    padding:0 16px;
}

.header__region{
    margin-left:16px;
    width:184px;
}

.header__region p:first-child{
        margin-bottom:10px;
    }

.header__contacts--b2b{
    margin-top:30px;
    margin-left:16px;
    width:410px;
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -webkit-box-align:start;
        -ms-flex-align:start;
            align-items:flex-start;
}

.header__contacts--b2b .icons.arrow_right_blue{
        width:12px;
        height:12px;
        background-position:0 0;
        display:inline-block;
        position:relative;
        top:3px;
        margin:0 0 0 3px;
    }

#contacts_list{
    width:200px;
    font-size:12px;
    display:inline-block;
    -webkit-box-flex:1;
        -ms-flex-positive:1;
            flex-grow:1;
}

#contact_header_wrapper{
    width:200px;
    margin-left:8px;
    font-size:12px;
    display:inline-block;
}

p#town_change{
    padding-left:7px;
    float:none
}

.pgs-header button.btn-link{
    font-size:22px;
    line-height:1.4;
    padding-top:0;
}

#region_office_select{
    padding:0;
    border:none;
    background:none;
}

#region_office_select h3{
        margin-left:0;
    }

#region_office_select #input_wrapper{
        margin:0;
    }

#region_office_select #input_wrapper select{
            margin:0;
            margin-bottom:10px;
        }

#region_office_select #info_wrapper{
        margin:0;
        padding:0;
        border:none;
        text-align:left;
    }

#region_office_select #info_wrapper #office_data_container{
            margin:0;
            text-align:left;
        }

#region_office_select #info_wrapper #office_data_container p.locker_container span{
                width:auto;
                float:none;
            }

#region_office_select #info_wrapper #office_data_container p.locker_container span:first-child{
                    display:inline-block;
                    vertical-align:top;
                }
body{
    min-width:1012px;
}
.pgs-wrapper{
    position:relative;
    min-height:100%;
    padding-bottom:320px;
}

.pgs-footer-payment-link{
    opacity:.8;
}

.pgs-footer-payment-link_promsvyaz{
        width:64px;
        height:19px;
        background:url(//pegast.ru/static/pegast/logos/payments/promsvyazbank-white.svg) no-repeat center;
        background-size:contain;
    }

.pgs-footer-payment-link_sberbank{
        width:95px;
        height:26px;
        background:url(//pegast.ru/static/pegast/logos/payments/sberbank-white.svg?v1) no-repeat center;
        background-size:contain;
    }

.pgs-footer-payment-link_svyaznoi{
        width:90px;
        height:16px;
        background:url(//pegast.ru/static/pegast/logos/payments/svyaznoy-white-2020-11-19.svg?v1) no-repeat center;
        background-size:contain;
    }

.pgs-footer-payment-link_alfabank{
        width:20px;
        height:31px;
        background:url(//pegast.ru/static/pegast/logos/payments/alpha-bank-mini-white.svg?v1) no-repeat center;
        background-size:contain;
    }

.pgs-footer-payment-link_tinkoff{
        width:90px;
        height:21px;
        background:url(//pegast.ru/static/pegast/logos/payments/tinkoff-white.svg) no-repeat center;
        background-size:contain;
    }

.pgs-footer-payment-link_megafon{
        width:111px;
        height:19px;
        background:url(//pegast.ru/static/pegast/logos/payments/megafon-white.svg) no-repeat center;
        background-size:contain;
    }

.pgs-footer-payment-link_beeline{
        width:51px;
        height:36px;
        background:url(//pegast.ru/static/pegast/logos/payments/beeline-white.svg) no-repeat center;
        background-size:contain;
    }

.pgs-footer-payment-link_contact{
        width:29px;
        height:28px;
        background:url(//pegast.ru/static/pegast/logos/payments/contact-mini-white.svg) no-repeat center;
        background-size:contain;
    }
