/* Campaign register resume layout */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*

    Zebra_DatePicker: a lightweight jQuery date picker plugin

    Twitter Bootstrap theme

    copyright (c) 2011 - 2014 Stefan Gabos
    http://stefangabos.ro/jquery/zebra-datepicker/

*/
.Zebra_DatePicker *,
.Zebra_DatePicker *:after,
.Zebra_DatePicker *:before {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.Zebra_DatePicker {
  position: absolute;
  background: #FFF;
  border: 1px solid #999;
  z-index: 1200;
  padding: 5px;
  top: 0;
}
.Zebra_DatePicker * {
  margin: 0;
  padding: 0;
  color: #373737;
  background: transparent;
  border: none;
}
/* = GLOBALS
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker table {
  border-collapse: collapse;
  border-spacing: 0;
  width: auto;
  table-layout: auto;
}
.Zebra_DatePicker td,
.Zebra_DatePicker th {
  text-align: center;
  padding: 5px 0;
}
.Zebra_DatePicker td {
  cursor: pointer;
}
.Zebra_DatePicker .dp_daypicker,
.Zebra_DatePicker .dp_monthpicker,
.Zebra_DatePicker .dp_yearpicker {
  margin-top: 3px;
}
.Zebra_DatePicker .dp_daypicker td,
.Zebra_DatePicker .dp_daypicker th,
.Zebra_DatePicker .dp_monthpicker td,
.Zebra_DatePicker .dp_yearpicker td {
  width: 30px;
}
.Zebra_DatePicker,
.Zebra_DatePicker .dp_header .dp_hover,
.Zebra_DatePicker td.dp_selected,
.Zebra_DatePicker .dp_footer .dp_hover,
.Zebra_DatePicker td.dp_hover {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/* = VISIBLE/HIDDEN STATES (USE TRANSITIONS FOR EFFECTS)
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker.dp_visible {
  visibility: visible;
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.Zebra_DatePicker.dp_hidden {
  visibility: hidden;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
/* = HEADER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_header .dp_previous,
.Zebra_DatePicker .dp_header .dp_next {
  width: 30px;
}
.Zebra_DatePicker .dp_header .dp_caption {
  font-weight: bold;
}
.Zebra_DatePicker .dp_header .dp_hover {
  background: #DEDEDE;
  color: #373737;
}
/* = DATEPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_daypicker th {
  font-weight: bold;
}
.Zebra_DatePicker td.dp_not_in_month {
  color: #DEDEDE;
  cursor: default;
}
.Zebra_DatePicker td.dp_weekend_disabled {
  color: #DEDEDE;
  cursor: default;
}
.Zebra_DatePicker td.dp_selected {
  background: #039;
  color: #FFF !important;
}
.Zebra_DatePicker td.dp_week_number {
  cursor: text;
  font-weight: bold;
}
/* = MONTHPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_monthpicker td {
  width: 33%;
}
/* = YEARPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_yearpicker td {
  width: 33%;
}
/* = FOOTER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_footer {
  margin-top: 3px;
}
/* = SOME MORE GLOBALS (MUST BE LAST IN ORDER TO OVERWRITE PREVIOUS PROPERTIES)
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker td.dp_current {
  color: #3A87AD;
}
.Zebra_DatePicker td.dp_disabled_current {
  color: #3A87AD;
}
.Zebra_DatePicker td.dp_disabled {
  color: #DEDEDE;
  cursor: default;
}
.Zebra_DatePicker td.dp_hover {
  background: #DEDEDE;
}
/* = ICON
----------------------------------------------------------------------------------------------------------------------*/
button.Zebra_DatePicker_Icon {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background: url('calendar.png') no-repeat left top;
  text-indent: -9000px;
  border: none;
  cursor: pointer;
  padding: 0;
  line-height: 0;
  vertical-align: top;
}
button.Zebra_DatePicker_Icon_Disabled {
  background-image: url('calendar-disabled.png');
}
/* don't set vertical margins! */
button.Zebra_DatePicker_Icon {
  margin: 0 0 0 3px;
}
button.Zebra_DatePicker_Icon_Inside {
  margin: 0 3px 0 0;
}
/*
 * Horizon Swiper
 * Version 1.1.0
 * Domain ( http://horizon-swiper.sebsauer.de/ )
 * Copyright 2015 Sebastian Sauer ( http://www.sebsauer.de/ )
 * Licensed under MIT ( https://github.com/sebsauer90/horizon-swiper/blob/master/LICENSE )
 */
.horizon-swiper,
.horizon-swiper *,
.horizon-swiper :after,
.horizon-swiper :before {
  box-sizing: border-box;
}
.horizon-swiper {
  position: relative;
  background: #fff;
}
.horizon-swiper.mouse-drag,
.horizon-swiper.mouse-drag * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.horizon-swiper .horizon-outer {
  overflow: hidden;
}
.horizon-swiper .horizon-inner {
  padding: 0;
  text-align: center;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.horizon-swiper .horizon-item {
  display: inline-block;
  position: relative;
  white-space: nowrap;
}
.horizon-swiper .horizon-dots {
  display: none;
  text-align: center;
}
.horizon-swiper .horizon-dots .horizon-dot {
  display: inline-block;
  margin: 0 3px;
}
.horizon-swiper.initialized .horizon-dots {
  display: block;
}
.horizon-swiper .horizon-next,
.horizon-swiper .horizon-prev {
  display: none;
}
.horizon-swiper.initialized .horizon-next,
.horizon-swiper.initialized .horizon-prev {
  display: block;
}
.horizon-swiper.first-item .horizon-prev,
.horizon-swiper.last-item .horizon-next {
  opacity: 0.2;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-in-out {
  0%,
  100% {
    opacity: 0;
  }
  72% {
    opacity: 1;
  }
}
.appearance-none {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* Fonts */
@font-face {
  font-family: 'robotoregular';
  src: url('../fonts/Roboto-Regular-webfont.eot');
  src: url('../fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular-webfont.woff') format('woff'), url('../fonts/Roboto-Regular-webfont.ttf') format('truetype'), url('../fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotomedium';
  src: url('../fonts/Roboto-Medium-webfont.eot');
  src: url('../fonts/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Medium-webfont.woff') format('woff'), url('../fonts/Roboto-Medium-webfont.ttf') format('truetype'), url('../fonts/Roboto-Medium-webfont.svg#robotomedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotobold';
  src: url('../fonts/Roboto-Bold-webfont.eot');
  src: url('../fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Bold-webfont.woff') format('woff'), url('../fonts/Roboto-Bold-webfont.ttf') format('truetype'), url('../fonts/Roboto-Bold-webfont.svg#robotobold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotoblack';
  src: url('../fonts/Roboto-Black-webfont.eot');
  src: url('../fonts/Roboto-Black-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Black-webfont.woff') format('woff'), url('../fonts/Roboto-Black-webfont.ttf') format('truetype'), url('../fonts/Roboto-Black-webfont.svg#robotoblack') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotoslablight';
  src: url('../fonts/RobotoSlab-Light.woff') format('woff'), url('../fonts/RobotoSlab-Light.ttf') format('truetype'), url('../fonts/RobotoSlab-Light.svg#robotoslablight') format('svg');
  font-weight: 300;
  font-style: normal;
}
.sgi {
  font-family: 'robotoregular';
  font-size: 12px;
  color: black;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.sgi .descricao {
  font-family: 'robotomedium';
  font-size: 12px;
  color: #868686;
  margin-left: 10px;
}
.sgi a {
  color: black;
}
.sgi a:hover {
  color: black;
  text-decoration: none;
}
.sgi a:focus {
  color: black;
  text-decoration: none;
}
.sgi .h2-title,
.sgi .h2-title-box {
  font-family: 'robotobold';
  font-size: 12px;
  color: black;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: #7A8E3E;
  margin: 20px 0 20px;
  text-transform: uppercase;
}
.sgi .h2-title:first-child,
.sgi .h2-title-box:first-child {
  margin-top: 10px;
}
.sgi .h2-title span,
.sgi .h2-title-box span {
  font-family: 'robotoregular';
  font-size: 11px;
}
.sgi .h2-title-box:first-child {
  margin-top: 20px !important;
}
.sgi .row [class*="col-"]:nth-child(2) .h2-title {
  margin-left: 10px;
}
.sgi .inline-item {
  display: inline-block;
  margin: 0 10px;
}
.sgi .inline-item:first-child {
  margin-left: 0;
}
.sgi .inline-item:last-child {
  margin-right: 0;
}
.sgi .inline-item-no-margin {
  display: inline-block;
}
body {
  background-color: #EFF1F7;
  -ms-overflow-style: scrollbar;
}
.sgi {
  background-color: transparent;
}
.sgi .sgi2016 * {
  box-sizing: border-box;
}
.sgi .sgi2016 .campo_numerico {
  height: 21px;
}
.sgi .center-text {
  text-align: center;
}
.sgi .col-md-auto {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.sgi .col-padded-content {
  margin: 0 10px;
}
.sgi .fields-box {
  background-color: white;
  padding: 20px;
  margin: 0 10px;
}
.sgi .fields-box:before,
.sgi .fields-box:after {
  content: " ";
  display: table;
}
.sgi .fields-box:after {
  clear: both;
}
.sgi .fields-box p {
  font-family: 'robotomedium';
  font-size: 12px;
  color: black;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  line-height: 30px;
  padding-left: 10px;
}
.sgi .box-full {
  background-color: white;
  padding: 20px;
  margin: 0;
  border-bottom: 2px solid whitesmoke;
}
.sgi .box-full p {
  color: #868686;
  font-size: 13px;
  padding: 8px 0;
}
.sgi .box-full p.bs-example {
  border-bottom: 1px solid whitesmoke;
}
.popover li {
  font-family: 'robotomedium';
  font-size: 12px;
  color: black;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: #868686;
  line-height: 16px;
}
.sgi .fields-columns {
  margin: 20px 0 0;
}
.sgi table.sector-table {
  width: 100%;
}
.sgi table.sector-table tr th {
  background-color: #7d7f82;
  font-family: 'robotobold';
  font-size: 12px;
  color: #ededed;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  width: 165px;
}
.sgi table.sector-table tr td {
  background-color: white;
  padding: 0 0 9px;
  vertical-align: top;
}
.sgi .multi-boxes .tab-section-title .h2-title {
  margin: 25px 0;
}
.sgi .multi-boxes .form-group.form-group-actions .btn-action {
  margin-bottom: 4px;
  margin-top: 20px;
  padding: 10px 18px 10px;
}
.sgi .multi-boxes .form-group {
  margin: 0 10px;
}
.sgi .multi-boxes .inputs-line {
  line-height: normal;
  padding-top: 0;
}
.sgi .multi-boxes .inputs-line .form-group {
  margin-bottom: 10px;
}
.multi-boxes {
  margin: 0 0 10px;
}
.multi-boxes .tab-border-content.altura-box {
  min-height: 468px;
}
.multi-boxes .tab-border-content.altura-box .inputs-line {
  height: 53px;
}
.multi-boxes .tab-border-content.altura-box .results-table-box {
  min-height: 291px;
}
.multi-boxes.col-md-sem-padding .col-md-12,
.multi-boxes.col-md-sem-padding .col-md-11,
.multi-boxes.col-md-sem-padding .col-md-10,
.multi-boxes.col-md-sem-padding .col-md-9,
.multi-boxes.col-md-sem-padding .col-md-8,
.multi-boxes.col-md-sem-padding .col-md-7,
.multi-boxes.col-md-sem-padding .col-md-6,
.multi-boxes.col-md-sem-padding .col-md-5,
.multi-boxes.col-md-sem-padding .col-md-4,
.multi-boxes.col-md-sem-padding .col-md-3,
.multi-boxes.col-md-sem-padding .col-md-.col-md-1 {
  padding: 0;
}
.multi-boxes.col-md-sem-padding .col-md-12 .tab-border-content > .box.col-md-6 + .box.col-md-6,
.multi-boxes.col-md-sem-padding .col-md-11 .tab-border-content > .box.col-md-6 + .box.col-md-6,
.multi-boxes.col-md-sem-padding .col-md-10 .tab-border-content > .box.col-md-6 + .box.col-md-6,
.multi-boxes.col-md-sem-padding .col-md-9 .tab-border-content > .box.col-md-6 + .box.col-md-6,
.multi-boxes.col-md-sem-padding .col-md-8 .tab-border-content > .box.col-md-6 + .box.col-md-6,
.multi-boxes.col-md-sem-padding .col-md-7 .tab-border-content > .box.col-md-6 + .box.col-md-6,
.multi-boxes.col-md-sem-padding .col-md-6 .tab-border-content > .box.col-md-6 + .box.col-md-6,
.multi-boxes.col-md-sem-padding .col-md-5 .tab-border-content > .box.col-md-6 + .box.col-md-6,
.multi-boxes.col-md-sem-padding .col-md-4 .tab-border-content > .box.col-md-6 + .box.col-md-6,
.multi-boxes.col-md-sem-padding .col-md-3 .tab-border-content > .box.col-md-6 + .box.col-md-6,
.multi-boxes.col-md-sem-padding .col-md-.col-md-1 .tab-border-content > .box.col-md-6 + .box.col-md-6 {
  padding-left: 15px;
}
.multi-boxes.col-md-sem-padding > div {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.multi-boxes.col-md-sem-padding .results-table-box {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.multi-boxes .box {
  padding: 10px;
}
.multi-boxes .altura-minima {
  min-height: 440px;
}
.multi-boxes .fixa {
  max-height: 400px;
  min-height: 440px;
}
@media (max-width: 767px) {
  .sgi table.sector-table .sector-table-tr {
    display: block;
  }
  .sgi table.sector-table .sector-table-th {
    display: block;
    text-align: left;
    width: auto;
  }
  .sgi table.sector-table .sector-table-td {
    border-left: 7px solid #7d7f82;
    display: block;
  }
}
.sgi .results-table-box .box-in-table-box {
  height: 237px;
  overflow-y: auto;
}
.sgi .results-table-box .box-in-table-box .warning input {
  color: #d6404c;
}
.sgi .results-table-box.checkbox label,
.sgi .results-table-box.checkbox + label {
  margin-top: 0;
}
.sgi .results-table-box.btn {
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}
.sgi .results-table-box.th {
  text-align: right;
}
.sgi .actions-btns-vertical {
  margin-top: 60px;
}
.sgi .actions-btns-vertical .btn-action {
  margin-bottom: 10px;
}
.container-error {
  background-color: white;
  padding: 230px 0;
  margin: 10px;
}
.container-error .error-message-box {
  margin: 0 auto;
  padding: 20px 0;
  width: 400px;
}
.container-error .error-message-box .error-message-text {
  border-bottom: 1px solid #ededed;
  font-family: 'robotobold';
  font-size: 16px;
  color: #7d7f82;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  padding: 60px 0 20px;
  position: relative;
  text-align: center;
}
.container-error .error-message-box .error-message-text:before {
  background-color: #d6404c;
  background-image: url('../images/svg/ico-error.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 22px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 -22px;
  width: 44px;
  height: 44px;
}
.container-error .error-message-box .footer-actions {
  margin: 20px 0 0;
}
@media (max-width: 767px) {
  .container-error {
    padding: 0;
  }
  .container-error .error-message-box {
    width: auto;
  }
}
body.feed {
  background-color: #3e4146;
}
.sgi .isotope-grid .grid-item {
  float: left;
  color: white;
}
.sgi .isotope-grid .grid-item .grid-item-content {
  padding: 60px 30px 0 40px;
}
.sgi .isotope-grid .grid-item.grid-size-2v .grid-item-content {
  padding: 60px 20px 0 20px;
}
.sgi .isotope-grid .grid-item .grid-item-banner-sgi {
  background-image: url('../images/feed-banner-sgi.png');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 12% 20px 64px;
  text-align: center;
}
.sgi .isotope-grid .grid-item .grid-item-banner-sgi .text {
  font-family: 'robotobold';
  font-size: 13.5px;
  color: white;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin-top: 65px;
  text-transform: uppercase;
}
.sgi .isotope-grid .grid-item .grid-item-banner-sgi .text-p {
  font-family: 'robotobold';
  font-size: 13.5px;
  color: white;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin-top: 140px;
  text-transform: uppercase;
}
.sgi .isotope-grid .grid-item .grid-item-banner-sgi .banner-sgi-footer {
  height: 42px;
  position: absolute;
  bottom: 23px;
  left: 0;
  text-align: center;
  width: 100%;
}
.sgi .isotope-grid .grid-item .grid-item-banner-sgi .banner-sgi-footer .btn {
  border-color: white;
  color: white;
}
.sgi .isotope-grid .grid-item .grid-item-inner {
  margin: 10px;
  height: 320px;
  position: relative;
  background-color: #7A8E3E;
}
.sgi .isotope-grid .grid-item .grid-item-inner .grid-item-title {
  font-family: 'robotomedium';
  font-size: 16px;
  color: white;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  padding: 3px 0 0 40px;
  position: absolute;
  top: 20px;
  left: 20px;
}
.sgi .isotope-grid .grid-item .grid-item-inner .grid-item-footer {
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.sgi .isotope-grid .grid-item .grid-item-inner .grid-item-footer .canal {
  font-family: 'robotomedium';
  font-size: 12px;
  color: #ff5fa4;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: #ceee6d;
}
.sgi .isotope-grid .grid-item .grid-item-inner .grid-item-footer .setor {
  font-family: 'robotomedium';
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: white;
  width: 80%;
}
.sgi .isotope-grid .grid-item .grid-item-inner .grid-item-footer .reload {
  color: #ceee6d;
  font-family: 'robotomedium';
  font-size: 12px;
  height: 16px;
  line-height: 16px;
  padding: 0 0 0 0;
  text-decoration: none;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.sgi .isotope-grid .grid-item .grid-item-inner .grid-item-footer .text {
  color: #ceee6d;
  font-family: 'robotomedium';
  font-size: 12px;
  height: 16px;
  line-height: 16px;
  padding: 0 10px 0 0;
  text-decoration: none;
  position: absolute;
  bottom: 10px;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-sac {
  padding-top: 50px;
  position: relative;
  text-align: center;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-sac .total {
  line-height: 50px;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-sac .total .number {
  font-family: 'robotomedium';
  font-size: 65px;
  color: white;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  display: inline-block;
  vertical-align: middle;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-sac .total .text {
  font-family: 'robotomedium';
  font-size: 20px;
  color: rgba(255, 255, 255, 0.7);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  display: inline-block;
  margin: 5px 0 0 10px;
  vertical-align: middle;
  color: #ceee6d;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-sac table {
  margin: 10px auto;
  width: 80%;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-sac table tr th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-family: 'robotoregular';
  font-size: 10.5px;
  color: white;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  padding: 8px 18px;
  text-align: center;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-sac table tr td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-family: 'robotomedium';
  font-size: 20px;
  color: rgba(255, 255, 255, 0.7);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  padding: 8px;
  text-align: center;
  color: #ceee6d;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-sac table tr td.row-label {
  color: #ffffff;
  padding-right: 50px;
  text-align: left;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-cycle {
  padding: 40px 10% 0;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-cycle .cycle-info {
  font-family: 'robotomedium';
  font-size: 16px;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  display: table;
  margin: 0 auto;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-cycle .cycle-info:before,
.sgi .isotope-grid .grid-item .grid-item-inner .block-cycle .cycle-info:after {
  content: " ";
  display: table;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-cycle .cycle-info:after {
  clear: both;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-cycle .cycle-info .cycle-info-row {
  display: table-row;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-cycle .cycle-info .cycle-label {
  display: table-cell;
  font-size: 22px;
  vertical-align: middle;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-cycle .cycle-info .cycle-number {
  display: table-cell;
  font-size: 100px;
  line-height: 72px;
  padding: 0 10px;
  vertical-align: middle;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-cycle .cycle-info .cycle-legend {
  display: table-cell;
  padding-top: 4px;
  vertical-align: middle;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-cycle .cycle-info .cycle-legend .cycle-label {
  font-size: 15px;
  line-height: 18px;
  color: #ceee6d;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-cycle .cycle-info .cycle-legend .cycle-date {
  font-size: 15px;
  line-height: 18px;
  color: white;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-cycle .cycle-trail {
  margin: 20px 0 0;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-cycle .cycle-trail:before,
.sgi .isotope-grid .grid-item .grid-item-inner .block-cycle .cycle-trail:after {
  content: " ";
  display: table;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-cycle .cycle-trail:after {
  clear: both;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-cycle .cycle-trail .trail {
  background-color: rgba(255, 255, 255, 0.5);
  height: 35px;
  position: relative;
  z-index: 1;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-cycle .cycle-trail .trail .past-days {
  background-color: #ffffff;
  height: 100%;
  position: relative;
  width: 1px;
  max-width: 100% !important;
  min-width: 1px !important;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-cycle .cycle-trail .trail .past-days .transition {
  width: ease-out, 1s;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-cycle .cycle-trail .trail .past-days .indicator {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 115px;
  z-index: 9;
  margin: 0 -20px 0 0;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-cycle .cycle-trail .trail .past-days .indicator .line {
  background-color: #ceee6d;
  position: absolute;
  width: 2px;
  height: 60px;
  top: 0;
  left: 50%;
  margin: 0 0 0 -1px;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-cycle .cycle-trail .trail .past-days .indicator .long-date {
  color: #ceee6d;
  font-size: 15px;
  position: absolute;
  bottom: 6px;
  left: 10px;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-cycle .cycle-trail .trail .past-days .indicator .date {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-cycle .cycle-trail .trail .past-days .indicator .date .text {
  font-size: 22px;
  line-height: 20px;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-cycle .cycle-trail .trail .past-days .indicator .date .number {
  font-size: 34px;
  line-height: 32px;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-cycle .cycle-trail .labels:before,
.sgi .isotope-grid .grid-item .grid-item-inner .block-cycle .cycle-trail .labels:after {
  content: " ";
  display: table;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-cycle .cycle-trail .labels:after {
  clear: both;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-cycle .cycle-trail .labels .label-start {
  font-family: 'robotoregular';
  font-size: 14px;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  float: left;
  line-height: 18px;
  position: relative;
  z-index: 2;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-cycle .cycle-trail .labels .label-end {
  font-family: 'robotoregular';
  font-size: 14px;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  float: right;
  line-height: 18px;
  position: relative;
  z-index: 2;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-cycle .cycle-trail .labels .label-remaining {
  font-family: 'robotoregular';
  font-size: 14px;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-align: center;
  color: #ceee6d;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-number-list {
  padding: 65px 35px 0;
  text-align: center;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-number-list ul {
  display: inline-block;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-number-list ul li {
  padding: 0 0 14px;
  text-align: left;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-number-list ul li:last-child {
  padding: 0;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-number-list ul li .number {
  font-family: 'robotomedium';
  font-size: 38px;
  color: white;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  line-height: 30px;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-number-list ul li .text {
  font-family: 'robotomedium';
  font-size: 12px;
  color: white;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  line-height: 20px;
  color: #ceee6d;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-checklist {
  padding: 90px 25px 0;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-checklist ul {
  margin: 0;
  padding: 0;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-checklist ul li {
  font-family: 'robotomedium';
  font-size: 18px;
  color: white;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin-bottom: 25px;
  padding: 0 0 0 34px;
  position: relative;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-checklist ul li:before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 28px;
  height: 28px;
  margin: -14px 0 0;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-checklist ul li.item-clip:before {
  background-image: url('../images/svg/clips.svg');
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2018.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2028%2025.3%22%20enable-background%3D%22new%200%200%2028%2025.3%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ceee6d%22%20d%3D%22M19.2%2C7.4l-9.9%2C9.9c-0.3%2C0.3-0.9%2C0.3-1.2%2C0c-0.3-0.3-0.3-0.9%2C0-1.2%0D%0A%09L19.7%2C4.5c0.5-0.5%2C1.3-0.5%2C1.7%2C0L24%2C7.1c0.5%2C0.5%2C0.5%2C1.3%2C0%2C1.7L12.4%2C20.5c-2.1%2C2.1-5.4%2C2.1-7.5%2C0C2.9%2C18.4%2C2.9%2C15%2C5%2C13L14.8%2C3%0D%0A%09c0.5-0.5%2C0.5-1.4%2C0-2c-0.5-0.5-1.4-0.5-2%2C0L3%2C11c-3.2%2C3.2-3.2%2C8.3%2C0%2C11.5c3.2%2C3.2%2C8.3%2C3.2%2C11.4%2C0L26.8%2C10c1.1-1.1%2C1.1-2.9%2C0-4%0D%0A%09l-4.3-4.4c-1.1-1.1-2.9-1.1-3.9%2C0L6.1%2C14.2c-1.4%2C1.4-1.4%2C3.7%2C0%2C5.2c1.4%2C1.4%2C3.7%2C1.4%2C5.1%2C0l9.9-9.9c0.5-0.5%2C0.5-1.4%2C0-2%0D%0A%09C20.6%2C6.9%2C19.7%2C6.9%2C19.2%2C7.4z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-checklist ul li.item-ok:before {
  background-image: url('../images/svg/rounded-checklist-ok.svg');
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2279.536px%22%20height%3D%2279.536px%22%20viewBox%3D%220%200%2079.536%2079.536%22%20enable-background%3D%22new%200%200%2079.536%2079.536%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23ceee6d%22%20d%3D%22M39.769%2C0C17.8%2C0%2C0%2C17.8%2C0%2C39.768c0%2C21.965%2C17.8%2C39.768%2C39.769%2C39.768%0D%0A%09%09c21.965%2C0%2C39.769-17.803%2C39.769-39.768C79.536%2C17.8%2C61.733%2C0%2C39.769%2C0z%20M34.142%2C58.513L15.397%2C39.768l7.498-7.498l11.247%2C11.247%0D%0A%09%09l22.497-22.493l7.498%2C7.498L34.142%2C58.513z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-checklist ul li.item-error:before {
  background-image: url('../images/svg/rounded-checklist-error.svg');
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2214.17px%22%20height%3D%2214.17px%22%20viewBox%3D%220%200%2014.17%2014.17%22%20enable-background%3D%22new%200%200%2014.17%2014.17%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23ceee6d%22%20d%3D%22M12.095%2C2.075c-2.767-2.767-7.253-2.767-10.02%2C0c-2.766%2C2.766-2.767%2C7.253%2C0%2C10.02%0D%0A%09%09c2.766%2C2.767%2C7.253%2C2.767%2C10.02%2C0S14.861%2C4.841%2C12.095%2C2.075z%20M8.964%2C10.217L7.085%2C8.338l-1.879%2C1.879L3.954%2C8.964l1.879-1.879%0D%0A%09%09L3.954%2C5.207l1.253-1.253l1.878%2C1.879l1.879-1.879l1.252%2C1.253L8.338%2C7.085l1.879%2C1.879L8.964%2C10.217z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-checklist ul li:last-child {
  margin-bottom: 25px;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-news {
  padding-top: 120%;
  position: absolute;
  text-align: center;
  background-image: url('../images/circulo-transparencia.png');
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
}
.sgi .isotope-grid .grid-item .grid-item-inner .grid-news-footer {
  bottom: 10%;
  position: absolute;
  width: 100%;
  text-align: center;
}
.sgi .isotope-grid .grid-item .grid-item-inner .grid-news-footer .news-title {
  font-family: 'robotomedium';
  font-size: 16px;
  color: white;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.sgi .isotope-grid .grid-item .grid-item-inner .grid-news-footer .news-title-desc {
  font-family: 'robotomedium';
  font-size: 16px;
  color: #ceee6d;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-orders {
  padding: 90px 35px 0;
  text-align: center;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-orders .text {
  display: inline-block;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-orders .text .total {
  font-family: 'robotomedium';
  font-size: 50px;
  color: white;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  line-height: 42px;
  text-align: left;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-orders .text .detail {
  font-family: 'robotomedium';
  font-size: 19x;
  color: white;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin-top: 25px;
  text-align: left;
  color: #ceee6d;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-orders .text .detail .number {
  font-size: 38px;
  line-height: 50px;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-orders .text .detail .context {
  font-size: 20px;
  line-height: 40px;
  color: #ceee6d;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-support {
  padding-top: 50px;
  position: relative;
  text-align: center;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-support .total {
  text-align: left;
  display: inline-flex;
  padding: 20px;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-support .total .number {
  font-family: 'robotomedium';
  font-size: 45px;
  color: white;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  display: inline-block;
  vertical-align: middle;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-support .total .text {
  font-family: 'robotomedium';
  font-size: 14px;
  color: white;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  display: inline-block;
  margin: 13px 0 0 10px;
  vertical-align: middle;
  color: #ceee6d;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-support .separator {
  border-bottom: 1px solid #ceee6d;
  width: 80%;
  margin: 0 10%;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-support .width-35 {
  width: 35%;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-support .results-support {
  position: relative;
  text-align: center;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-support .results-support table {
  margin: 5px auto;
  width: 100%;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-support .results-support table tr td {
  font-family: 'robotomedium';
  font-size: 14px;
  color: white;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  padding: 8px;
  text-align: center;
  color: #ceee6d;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-support .results-support table tr td .row-label {
  color: #ffffff;
  padding-right: 50px;
  text-align: left;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-support .results-support table tr td .row-value {
  color: #ceee6d;
  text-align: left;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-support .results-support table tr td.padding-25 {
  padding: 25px 8px;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-support .results-support .severity {
  color: #ffffff;
  font-size: 25px;
  line-height: 35px;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-support .results-support ul {
  display: inline-block;
  line-height: 26px;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-support .results-support ul li {
  padding: 0 0 14px;
  text-align: left;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-support .results-support ul li:last-child {
  padding: 0;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-support .results-support ul li .number {
  font-family: 'robotomedium';
  font-size: 38px;
  color: white;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  line-height: 30px;
}
.sgi .isotope-grid .grid-item .grid-item-inner .block-support .results-support ul li .text {
  font-family: 'robotomedium';
  font-size: 12px;
  color: white;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  line-height: 20px;
  color: #ceee6d;
}
.sgi .isotope-grid .grid-item .grid-item-inner ul {
  font-family: 'robotobold';
  font-size: 14px;
  color: white;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sgi .isotope-grid .grid-item .grid-item-inner ul li {
  display: table;
}
.sgi .isotope-grid .grid-item .grid-item-inner ul li div {
  display: table-row;
}
.sgi .isotope-grid .grid-item .grid-item-inner ul li div .big-number {
  display: table-cell;
  font-size: 35px;
  line-height: 40px;
  position: relative;
  vertical-align: middle;
}
.sgi .isotope-grid .grid-item .grid-item-inner ul li div .text {
  display: table-cell;
  padding-left: 8px;
  vertical-align: middle;
}
.sgi .isotope-grid .grid-item .grid-item-inner .truncateText {
  display: inline-block !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  -o-text-overflow: ellipsis !important;
  max-width: 200px;
  padding-left: 0px !important;
}
.sgi .isotope-grid .grid-item .grid-item-inner .featured-number .number {
  font-family: 'robotobold';
  font-size: 55px;
  color: white;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  display: block;
  line-height: 46px;
  margin-bottom: 10px;
  text-align: center;
}
.sgi .isotope-grid .grid-item .grid-item-inner .featured-number .text {
  font-family: 'robotobold';
  font-size: 14px;
  color: white;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.sgi .isotope-grid .grid-item .grid-item-inner .ico {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  height: 45px;
  width: 34px;
}
.sgi .isotope-grid .grid-item .grid-item-inner .ico.ico-bag {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%22425.197px%22%20height%3D%22425.197px%22%20viewBox%3D%220%200%20425.197%20425.197%22%20enable-background%3D%22new%200%200%20425.197%20425.197%22%0D%0A%09%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22white%22%20d%3D%22M0%2C389.767c0%2C19.576%2C15.856%2C35.433%2C35.432%2C35.433h354.334c19.575%2C0%2C35.433-15.855%2C35.433-35.433V168.309%0D%0A%09c0-19.577-15.855-35.435-35.433-35.435h-35.437V93.011C354.329%2C41.634%2C312.693%2C0%2C261.318%2C0c-20.997%2C0-40.306%2C6.91-55.807%2C18.599%0D%0A%09c-12.581-6.195-26.665-9.742-41.635-9.742c-51.377%2C0-93.013%2C41.637-93.013%2C93.012l0.087%2C31.004h-35.52%0D%0A%09C15.856%2C132.873%2C0%2C148.73%2C0%2C168.308V389.767L0%2C389.767z%20M310.038%2C132.874h-97.354l-0.084-39.863%0D%0A%09c0-26.929%2C21.789-48.721%2C48.722-48.721c26.931%2C0%2C48.72%2C21.792%2C48.72%2C48.721L310.038%2C132.874L310.038%2C132.874z%20M168.392%2C132.874%0D%0A%09h-53.148l-0.085-31.004c0-26.929%2C21.79-48.721%2C48.72-48.721c4.342%2C0%2C8.596%2C0.538%2C12.577%2C1.679%0D%0A%09c-5.227%2C11.608-8.146%2C24.541-8.146%2C38.183L168.392%2C132.874z%20M168.308%2C190.454c0-12.226%2C9.919-22.145%2C22.146-22.145%0D%0A%09c12.224%2C0%2C22.146%2C9.919%2C22.146%2C22.145c0%2C12.224-9.922%2C22.146-22.146%2C22.146C178.227%2C212.599%2C168.308%2C202.677%2C168.308%2C190.454z%0D%0A%09%20M310.038%2C190.454c0-12.226%2C9.926-22.145%2C22.148-22.145c12.222%2C0%2C22.144%2C9.919%2C22.144%2C22.145c0%2C12.224-9.922%2C22.146-22.144%2C22.146%0D%0A%09C319.964%2C212.599%2C310.038%2C202.677%2C310.038%2C190.454z%20M79.723%2C194.883V363.19c0%2C9.742-7.974%2C17.719-17.717%2C17.719%0D%0A%09c-9.744%2C0-17.718-7.977-17.718-17.719V194.883c0-9.741%2C7.974-17.717%2C17.718-17.717C71.752%2C177.166%2C79.723%2C185.141%2C79.723%2C194.883z%22%0D%0A%09%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-size: 80%;
}
.sgi .isotope-grid .grid-item .grid-item-inner .ico.ico-cart {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2227.035px%22%20height%3D%2223.654px%22%20viewBox%3D%220%200%2027.035%2023.654%22%20enable-background%3D%22new%200%200%2027.035%2023.654%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20y%3D%220%22%20width%3D%2227.035%22%20height%3D%2223.654%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22white%22%20d%3D%22M14.08%2C19.431%0D%0A%09%09c0-0.495-0.084-0.969-0.242-1.408h3.294c-0.15%2C0.439-0.236%2C0.913-0.236%2C1.408c0%2C2.332%2C1.893%2C4.224%2C4.225%2C4.224%0D%0A%09%09s4.225-1.892%2C4.225-4.224c0-2.331-1.893-4.224-4.225-4.224h-9.293c-0.619%2C0-1.127-0.508-1.127-1.127s0.508-1.126%2C1.127-1.126h9.688%0D%0A%09%09c1.02%2C0%2C1.896-0.597%2C2.297-1.464c0.152-0.327%2C3.07-6.979%2C3.07-6.979c0.078-0.181%2C0.152-0.36%2C0.152-0.568%0D%0A%09%09c0-0.619-0.508-1.127-1.127-1.127H8.324L7.851%2C1.358C7.633%2C0.575%2C7.017%2C0%2C6.195%2C0H1.408C0.631%2C0%2C0%2C0.631%2C0%2C1.408%0D%0A%09%09s0.631%2C1.408%2C1.408%2C1.408h2.957c0.502%2C0%2C0.924%2C0.327%2C1.07%2C0.772l2.377%2C12.147c-1.301%2C0.717-2.179%2C2.106-2.179%2C3.695%0D%0A%09%09c0%2C2.332%2C1.892%2C4.224%2C4.224%2C4.224C12.188%2C23.654%2C14.08%2C21.763%2C14.08%2C19.431%20M11.265%2C19.431c0%2C0.777-0.631%2C1.408-1.408%2C1.408%0D%0A%09%09c-0.777%2C0-1.408-0.631-1.408-1.408s0.631-1.408%2C1.408-1.408C10.634%2C18.022%2C11.265%2C18.653%2C11.265%2C19.431%20M22.529%2C19.431%0D%0A%09%09c0%2C0.777-0.631%2C1.408-1.408%2C1.408s-1.408-0.631-1.408-1.408s0.631-1.408%2C1.408-1.408S22.529%2C18.653%2C22.529%2C19.431%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .isotope-grid .grid-item .grid-item-inner .ico.ico-card {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2227.035px%22%20height%3D%2223.649px%22%20viewBox%3D%220%200%2027.035%2023.649%22%20enable-background%3D%22new%200%200%2027.035%2023.649%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20y%3D%220%22%20width%3D%2227.035%22%20height%3D%2223.649%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22white%22%20d%3D%22M24.781%2C1.12h-6.543v2.888%0D%0A%09%09c0%2C0.841-0.683%2C1.523-1.524%2C1.523H10.27c-0.842%2C0-1.524-0.682-1.524-1.523V1.12H2.254C1.008%2C1.12%2C0%2C2.129%2C0%2C3.373v18.023%0D%0A%09%09c0%2C1.244%2C1.008%2C2.253%2C2.254%2C2.253h22.527c1.246%2C0%2C2.254-1.009%2C2.254-2.253V3.373C27.035%2C2.129%2C26.027%2C1.12%2C24.781%2C1.12%0D%0A%09%09%20M13.517%2C17.735c0%2C0.468-0.388%2C0.845-0.867%2C0.845H5.937c-0.48%2C0-0.867-0.377-0.867-0.845v-1.059%0D%0A%09%09c0.004-0.242%2C0.106-0.698%2C0.281-0.93c0.625-0.788%2C1.164-1.183%2C2.506-1.317c0.27-0.034%2C0.473-0.26%2C0.473-0.523%0D%0A%09%09c0-0.187-0.607-0.738-0.607-0.738c-0.631-0.637-0.963-1.673-0.963-2.472c0-1.234%2C1.064-2.253%2C2.533-2.253%0D%0A%09%09c1.443%2C0%2C2.535%2C1.019%2C2.535%2C2.253c0%2C0.793-0.338%2C1.825-0.969%2C2.46c0.006%2C0.006-0.603%2C0.563-0.603%2C0.75%0D%0A%09%09c0%2C0.253%2C0.179%2C0.467%2C0.427%2C0.512c1.37%2C0.135%2C1.922%2C0.53%2C2.553%2C1.329c0.18%2C0.231%2C0.276%2C0.688%2C0.281%2C0.93V17.735z%20M19.994%2C17.454%0D%0A%09%09h-2.816c-0.775%2C0-1.406-0.631-1.406-1.408s0.631-1.408%2C1.406-1.408h2.816c0.777%2C0%2C1.408%2C0.631%2C1.408%2C1.408%0D%0A%09%09S20.771%2C17.454%2C19.994%2C17.454%20M19.994%2C12.385h-2.816c-0.775%2C0-1.406-0.631-1.406-1.408c0-0.778%2C0.631-1.408%2C1.406-1.408h2.816%0D%0A%09%09c0.777%2C0%2C1.408%2C0.63%2C1.408%2C1.408C21.402%2C11.754%2C20.771%2C12.385%2C19.994%2C12.385%22%2F%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22white%22%20d%3D%22M17.152%2C3.156%0D%0A%09%09c0%2C0.828-0.671%2C1.5-1.5%2C1.5h-4.5c-0.829%2C0-1.5-0.672-1.5-1.5V1.5c0-0.828%2C0.671-1.5%2C1.5-1.5h4.5c0.829%2C0%2C1.5%2C0.672%2C1.5%2C1.5V3.156z%22%0D%0A%09%09%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .isotope-grid .grid-item .grid-item-inner .ico.ico-calculator {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20id%3D%22Layer_1%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2227.035px%22%20height%3D%2227.034px%22%20viewBox%3D%220%200%2027.035%2027.034%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%3Cdefs%3E%0D%0A%20%20%20%20%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2227.035%22%20height%3D%2227.034%22%2F%3E%0D%0A%20%20%3C%2Fdefs%3E%0D%0A%20%20%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22white%22%20d%3D%22M%2024.782%200%20L%202.253%200%20C%201.008%200%200%201.008%200%202.253%20L%200%2024.781%20C%200%2026.026%201.008%2027.034%202.253%2027.034%20L%2024.782%2027.034%20C%2026.026%2027.034%2027.035%2026.026%2027.035%2024.781%20L%2027.035%202.253%20C%2027.035%201.008%2026.026%200%2024.782%200%20M%209.162%2021.759%20C%208.666%2021.263%208.169%2020.766%207.673%2020.27%20C%207.176%2020.766%206.68%2021.263%206.184%2021.759%20C%205.443%2022.5%204.295%2021.353%205.036%2020.612%20C%205.532%2020.116%206.029%2019.619%206.525%2019.123%20C%206.044%2018.642%205.563%2018.16%205.082%2017.68%20C%204.341%2016.939%205.489%2015.791%206.229%2016.533%20C%206.71%2017.013%207.192%2017.495%207.673%2017.976%20C%208.154%2017.495%208.635%2017.013%209.116%2016.533%20C%209.857%2015.792%2011.004%2016.939%2010.264%2017.68%20C%209.783%2018.16%209.302%2018.642%208.82%2019.123%20C%209.317%2019.619%209.813%2020.116%2010.31%2020.612%20C%2011.051%2021.353%209.903%2022.5%209.162%2021.759%20M%2010.717%209.046%20L%208.604%209.046%20L%208.604%2011.236%20C%208.604%2012.283%206.981%2012.283%206.981%2011.236%20L%206.981%209.046%20L%204.946%209.046%20C%203.9%209.046%203.9%207.423%204.946%207.423%20L%206.981%207.423%20L%206.981%205.466%20C%206.981%204.419%208.604%204.419%208.604%205.466%20L%208.604%207.423%20L%2010.717%207.423%20C%2011.764%207.423%2011.764%209.046%2010.717%209.046%20M%2019.082%2021.875%20C%2018.611%2021.875%2018.228%2021.493%2018.228%2021.021%20C%2018.228%2020.55%2018.612%2020.167%2019.082%2020.167%20C%2019.552%2020.167%2019.936%2020.55%2019.936%2021.021%20C%2019.936%2021.493%2019.553%2021.875%2019.082%2021.875%20M%2022.123%2019.37%20L%2016.352%2019.37%20C%2015.306%2019.37%2015.306%2017.747%2016.352%2017.747%20L%2022.123%2017.747%20C%2023.17%2017.747%2023.17%2019.37%2022.123%2019.37%20M%2018.228%2016.152%20C%2018.228%2015.681%2018.612%2015.298%2019.082%2015.298%20C%2019.552%2015.298%2019.936%2015.681%2019.936%2016.152%20C%2019.936%2016.624%2019.553%2017.006%2019.082%2017.006%20C%2018.611%2017.006%2018.228%2016.624%2018.228%2016.152%20M%2022.123%209.046%20L%2016.352%209.046%20C%2015.306%209.046%2015.306%207.423%2016.352%207.423%20L%2022.123%207.423%20C%2023.17%207.423%2023.17%209.046%2022.123%209.046%22%2F%3E%0D%0A%3C%2Fsvg%3E");
  background-size: 85%;
}
.sgi .isotope-grid .grid-item .grid-item-inner .ico.ico-currency {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2226.472px%22%20height%3D%2226.472px%22%20viewBox%3D%220%200%2026.472%2026.472%22%20enable-background%3D%22new%200%200%2026.472%2026.472%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20y%3D%220%22%20width%3D%2226.471%22%20height%3D%2226.472%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22white%22%20d%3D%22M14.477%2C14.64v2.448c0.515-0.279%2C0.816-0.73%2C0.816-1.16v-0.021%0D%0A%09%09C15.313%2C15.306%2C15.034%2C14.833%2C14.477%2C14.64%22%2F%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22white%22%20d%3D%22M13.235%2C0C5.924%2C0%2C0%2C5.925%2C0%2C13.236s5.924%2C13.236%2C13.235%2C13.236%0D%0A%09%09c7.312%2C0%2C13.236-5.925%2C13.236-13.236S20.547%2C0%2C13.235%2C0%20M14.605%2C20.587v1.396h-2.77v-1.375c-1.76-0.063-3.263-1.158-4.315-2.983%0D%0A%09%09l2.748-1.889c0.58%2C0.794%2C1.009%2C0.966%2C1.567%2C1.052v-2.083c-2.104-0.493-4.1-1.717-4.057-4.744c0.129-2.384%2C1.91-3.864%2C4.057-4.337%0D%0A%09%09V4.357h2.77v1.245c1.503%2C0.193%2C2.576%2C0.837%2C3.714%2C2.554l-2.576%2C1.632c-0.235-0.408-0.666-0.687-1.138-0.773v2.405%0D%0A%09%09c2.297%2C0.558%2C4.229%2C1.631%2C4.079%2C4.916C18.491%2C18.654%2C16.688%2C20.071%2C14.605%2C20.587%22%2F%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22white%22%20d%3D%22M11.17%2C9.981v0.021c-0.021%2C0.601%2C0.258%2C1.074%2C0.816%2C1.267V8.822%0D%0A%09%09C11.47%2C9.101%2C11.17%2C9.551%2C11.17%2C9.981%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .isotope-grid .grid-item .grid-item-inner .ico.ico-gears {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2239.961px%22%20height%3D%2235.746px%22%20viewBox%3D%220%200%2039.961%2035.746%22%20enable-background%3D%22new%200%200%2039.961%2035.746%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2239.961%22%20height%3D%2235.746%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22white%22%20d%3D%22M12.053%2C21.748%0D%0A%09%09c0.42-0.652%2C1.292-0.842%2C1.945-0.421c0.654%2C0.42%2C0.843%2C1.292%2C0.423%2C1.944c-0.421%2C0.654-1.293%2C0.844-1.946%2C0.423%0D%0A%09%09C11.82%2C23.274%2C11.631%2C22.402%2C12.053%2C21.748%20M15.216%2C19.433c-1.7-1.095-3.965-0.604-5.059%2C1.097%0D%0A%09%09c-1.095%2C1.701-0.602%2C3.966%2C1.098%2C5.06c1.7%2C1.094%2C3.965%2C0.603%2C5.059-1.098C17.409%2C22.791%2C16.917%2C20.526%2C15.216%2C19.433%20M3.804%2C19.643%0D%0A%09%09c-0.232%2C0.756-0.367%2C1.526-0.407%2C2.297l-2.42%2C0.64c-0.669%2C0.145-1.093%2C0.804-0.948%2C1.474l0.549%2C2.529%0D%0A%09%09c0.145%2C0.669%2C0.803%2C1.093%2C1.473%2C0.947l2.468-0.421c0.356%2C0.685%2C0.798%2C1.33%2C1.321%2C1.922l-1.226%2C2.198%0D%0A%09%09c-0.371%2C0.577-0.206%2C1.341%2C0.372%2C1.712l2.178%2C1.402c0.578%2C0.371%2C1.341%2C0.205%2C1.713-0.372l1.491-2.027%0D%0A%09%09c0.756%2C0.231%2C1.527%2C0.366%2C2.297%2C0.406l0.64%2C2.421c0.146%2C0.669%2C0.804%2C1.093%2C1.473%2C0.947l2.53-0.549%0D%0A%09%09c0.669-0.146%2C1.093-0.804%2C0.948-1.473l-0.422-2.468c0.685-0.356%2C1.331-0.798%2C1.922-1.322l2.198%2C1.227%0D%0A%09%09c0.577%2C0.372%2C1.342%2C0.206%2C1.712-0.371l1.402-2.18c0.371-0.577%2C0.206-1.341-0.371-1.712l-2.027-1.491%0D%0A%09%09c0.231-0.756%2C0.365-1.526%2C0.406-2.297l2.42-0.64c0.669-0.146%2C1.094-0.805%2C0.948-1.474l-0.549-2.53%0D%0A%09%09c-0.146-0.67-0.804-1.092-1.473-0.948l-2.469%2C0.422c-0.355-0.685-0.798-1.331-1.321-1.923l1.227-2.197%0D%0A%09%09c0.371-0.577%2C0.206-1.341-0.372-1.713l-2.178-1.401c-0.578-0.372-1.342-0.206-1.713%2C0.372l-1.492%2C2.026%0D%0A%09%09c-0.755-0.231-1.526-0.365-2.297-0.406l-0.64-2.42c-0.145-0.67-0.803-1.093-1.472-0.948l-2.53%2C0.548%0D%0A%09%09c-0.669%2C0.146-1.093%2C0.805-0.948%2C1.474l0.421%2C2.468c-0.684%2C0.356-1.329%2C0.798-1.922%2C1.322l-2.197-1.227%0D%0A%09%09c-0.578-0.372-1.341-0.205-1.712%2C0.372l-1.402%2C2.178c-0.372%2C0.578-0.206%2C1.341%2C0.371%2C1.713L3.804%2C19.643z%20M16.436%2C17.537%0D%0A%09%09c2.748%2C1.768%2C3.542%2C5.426%2C1.774%2C8.173c-1.767%2C2.747-5.426%2C3.541-8.173%2C1.774c-2.747-1.768-3.541-5.427-1.774-8.174%0D%0A%09%09C10.03%2C16.563%2C13.688%2C15.77%2C16.436%2C17.537%22%2F%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22white%22%20d%3D%22M29.918%2C8.641%0D%0A%09%09c0.405-0.37%2C1.034-0.343%2C1.404%2C0.062c0.37%2C0.405%2C0.342%2C1.034-0.063%2C1.403c-0.403%2C0.37-1.033%2C0.344-1.402-0.062%0D%0A%09%09C29.486%2C9.64%2C29.514%2C9.01%2C29.918%2C8.641%20M32.495%2C7.629c-0.962-1.053-2.597-1.126-3.65-0.163c-1.053%2C0.963-1.125%2C2.598-0.162%2C3.651%0D%0A%09%09c0.964%2C1.053%2C2.598%2C1.126%2C3.65%2C0.162C33.386%2C10.316%2C33.459%2C8.682%2C32.495%2C7.629%20M24.668%2C5.718c-0.293%2C0.474-0.524%2C0.975-0.689%2C1.492%0D%0A%09%09L22.211%2C7.21c-0.483-0.02-0.89%2C0.353-0.912%2C0.835l-0.081%2C1.825c-0.021%2C0.482%2C0.353%2C0.891%2C0.834%2C0.912l1.76%2C0.158%0D%0A%09%09c0.12%2C0.531%2C0.307%2C1.052%2C0.557%2C1.55l-1.233%2C1.277c-0.356%2C0.328-0.382%2C0.879-0.054%2C1.235l1.234%2C1.35%0D%0A%09%09c0.326%2C0.357%2C0.878%2C0.382%2C1.234%2C0.055l1.383-1.115c0.475%2C0.294%2C0.977%2C0.525%2C1.495%2C0.691v1.767c-0.021%2C0.483%2C0.352%2C0.89%2C0.834%2C0.912%0D%0A%09%09l1.825%2C0.082c0.483%2C0.02%2C0.89-0.353%2C0.913-0.834l0.157-1.762c0.529-0.118%2C1.051-0.303%2C1.548-0.555l1.278%2C1.234%0D%0A%09%09c0.327%2C0.358%2C0.88%2C0.38%2C1.236%2C0.054l1.35-1.235c0.356-0.326%2C0.382-0.877%2C0.055-1.235l-1.114-1.383%0D%0A%09%09c0.293-0.473%2C0.524-0.975%2C0.689-1.493h1.768c0.483%2C0.019%2C0.891-0.353%2C0.912-0.835l0.081-1.825c0.021-0.483-0.353-0.891-0.834-0.912%0D%0A%09%09l-1.76-0.158c-0.12-0.531-0.306-1.051-0.558-1.55l1.234-1.277C38.4%2C4.651%2C38.426%2C4.1%2C38.097%2C3.744l-1.233-1.35%0D%0A%09%09c-0.327-0.358-0.877-0.382-1.235-0.055l-1.383%2C1.114c-0.473-0.293-0.976-0.524-1.494-0.691V0.995%0D%0A%09%09c0.021-0.482-0.353-0.889-0.835-0.912L30.092%2C0c-0.483-0.019-0.891%2C0.354-0.913%2C0.835l-0.156%2C1.762%0D%0A%09%09c-0.531%2C0.118-1.053%2C0.304-1.55%2C0.555l-1.277-1.234c-0.327-0.358-0.88-0.381-1.236-0.054l-1.35%2C1.234%0D%0A%09%09c-0.357%2C0.327-0.382%2C0.878-0.056%2C1.235L24.668%2C5.718z%20M33.668%2C6.557c1.557%2C1.7%2C1.44%2C4.339-0.262%2C5.896%0D%0A%09%09c-1.7%2C1.555-4.341%2C1.439-5.896-0.263c-1.557-1.7-1.438-4.34%2C0.263-5.896C29.473%2C4.738%2C32.113%2C4.854%2C33.668%2C6.557%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .isotope-grid .grid-item .grid-item-inner .ico.ico-lightbulb {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2218.023px%22%20height%3D%2227.035px%22%20viewBox%3D%220%200%2018.023%2027.035%22%20enable-background%3D%22new%200%200%2018.023%2027.035%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2218.023%22%20height%3D%2227.035%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22white%22%20d%3D%22M4.506%2C20.84v1.694%0D%0A%09%09c0%2C0.789%2C0.328%2C1.504%2C0.852%2C2.017l1.656%2C1.656c1.103%2C1.104%2C2.895%2C1.104%2C3.998%2C0l1.656-1.656c0.524-0.513%2C0.85-1.228%2C0.85-2.017%0D%0A%09%09v-1.132H8.506c-0.654%2C0-1.184-0.507-1.184-1.127c0-0.619%2C0.53-1.126%2C1.184-1.126h5.158c0.771-4.343%2C4.359-6.144%2C4.359-10.38%0D%0A%09%09C18.023%2C3.925%2C13.99%2C0%2C9.012%2C0C4.033%2C0%2C0%2C3.925%2C0%2C8.77C0%2C13.55%2C4.506%2C15.241%2C4.506%2C20.84%20M10.506%2C5.069%0D%0A%09%09C9.975%2C4.973%2C9.576%2C4.51%2C9.576%2C3.96c0-0.62%2C0.506-1.144%2C1.125-1.144c0.896%2C0%2C1.982%2C0.636%2C2.896%2C1.537%0D%0A%09%09c0.929%2C0.924%2C1.609%2C2.157%2C1.609%2C2.968c0%2C0.62-0.506%2C1.127-1.125%2C1.127c-0.553%2C0-1.013-0.4-1.111-0.93%0D%0A%09%09C12.689%2C6.386%2C11.723%2C5.351%2C10.506%2C5.069%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-size: 70%;
}
.sgi .isotope-grid .grid-item .grid-item-inner .ico.ico-padlock {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2222.527px%22%20height%3D%2227.035px%22%20viewBox%3D%220%200%2022.527%2027.035%22%20enable-background%3D%22new%200%200%2022.527%2027.035%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2222.527%22%20height%3D%2227.035%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22white%22%20d%3D%22M3.942%2C7.322v3.943h-1.69%0D%0A%09%09C1.008%2C11.265%2C0%2C12.273%2C0%2C13.518v11.264c0%2C1.244%2C1.008%2C2.253%2C2.252%2C2.253h18.023c1.244%2C0%2C2.252-1.009%2C2.252-2.253V13.518%0D%0A%09%09c0-1.245-1.008-2.253-2.252-2.253h-1.689V7.322C18.586%2C3.278%2C15.307%2C0%2C11.264%2C0C7.219%2C0%2C3.942%2C3.278%2C3.942%2C7.322%20M6.758%2C11.265%0D%0A%09%09V7.322c0-2.489%2C2.016-4.506%2C4.506-4.506c2.488%2C0%2C4.506%2C2.017%2C4.506%2C4.506v3.943H6.758z%20M9.01%2C17.46c0-1.244%2C1.01-2.253%2C2.254-2.253%0D%0A%09%09c1.244%2C0%2C2.252%2C1.009%2C2.252%2C2.253c0%2C0.794-0.41%2C1.493-1.029%2C1.893c0%2C0%2C0.219%2C1.329%2C0.467%2C2.895c0%2C0.468-0.377%2C0.845-0.846%2C0.845%0D%0A%09%09h-1.689c-0.467%2C0-0.844-0.377-0.844-0.845l0.467-2.895C9.422%2C18.953%2C9.01%2C18.254%2C9.01%2C17.46%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-size: 80%;
}
.sgi .isotope-grid .grid-item .grid-item-inner .ico.ico-pie {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2227.8px%22%20height%3D%2227.807px%22%20viewBox%3D%220%200%2027.8%2027.807%22%20enable-background%3D%22new%200%200%2027.8%2027.807%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20y%3D%220%22%20width%3D%2227.8%22%20height%3D%2227.807%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22white%22%20d%3D%22M13.236%2C14.57V1.335%0D%0A%09%09C5.925%2C1.335%2C0%2C7.259%2C0%2C14.571c0%2C7.312%2C5.925%2C13.235%2C13.236%2C13.235s13.235-5.924%2C13.235-13.235V14.57H13.236z%22%2F%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22white%22%20d%3D%22M15.661%2C0.452v11.646h11.688%0D%0A%09%09C27.008%2C5.801%2C21.965%2C0.771%2C15.661%2C0.452%22%2F%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22white%22%20d%3D%22M15.211%2C0.452v11.646c0%2C0.245%2C0.205%2C0.45%2C0.45%2C0.45h11.688%0D%0A%09%09c0.23%2C0%2C0.47-0.205%2C0.45-0.45c-0.53-6.599-5.536-11.589-12.138-12.096c-0.579-0.044-0.575%2C0.856%2C0%2C0.9%0D%0A%09%09c3.096%2C0.237%2C5.778%2C1.478%2C7.976%2C3.667c1.108%2C1.107%2C1.903%2C2.495%2C2.493%2C3.933c0.31%2C0.756%2C0.529%2C3.145%2C1.125%2C3.145h-8.833h-1.979%0D%0A%09%09c-1.066%2C0-0.332-0.14-0.332%2C0.427V8.941V0.452C16.111-0.128%2C15.211-0.128%2C15.211%2C0.452%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-size: 90%;
}
.sgi .isotope-grid .grid-item .grid-item-inner .ico.ico-pie-alt {
  background-image: url('../images/svg/pie-alt.svg');
}
.sgi .isotope-grid .grid-item .grid-item-inner .ico.ico-profiles {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2230.34px%22%20height%3D%2227.077px%22%20viewBox%3D%220%200%2030.34%2027.077%22%20enable-background%3D%22new%200%200%2030.34%2027.077%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2230.34%22%20height%3D%2227.077%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22white%22%20d%3D%22M29.603%2C19.524%0D%0A%09%09c-1.634-2.135-3.739-3.239-7.3-3.594c-0.642-0.129-1.126-0.698-1.126-1.374c0-0.495%2C1.589-1.977%2C1.577-1.988%0D%0A%09%09c1.639-1.695%2C2.518-4.449%2C2.518-6.567c0-3.289-2.648-5.959-5.914-5.959c-3.267%2C0-5.914%2C2.67-5.914%2C5.959%0D%0A%09%09c0%2C2.129%2C0.856%2C4.9%2C2.512%2C6.595c0%2C0%2C1.584%2C1.465%2C1.584%2C1.96c0%2C0.715-0.541%2C1.312-1.24%2C1.396c-3.486%2C0.366-5.57%2C1.465-7.186%2C3.571%0D%0A%09%09c-0.469%2C0.608-0.722%2C1.83-0.739%2C2.483c0.006%2C0.169%2C0%2C2.816%2C0%2C2.816c0%2C1.244%2C1.008%2C2.253%2C2.253%2C2.253h17.46%0D%0A%09%09c1.243%2C0%2C2.252-1.009%2C2.252-2.253c0%2C0-0.005-2.647%2C0-2.816C30.324%2C21.354%2C30.07%2C20.133%2C29.603%2C19.524%22%2F%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22white%22%20d%3D%22M21.965%2C21.966%0D%0A%09%09c-0.016-0.653-0.271-1.875-0.737-2.483c-1.046-1.366-2.29-2.307-3.979-2.902c-0.264%2C0.146-0.557%2C0.246-0.87%2C0.284%0D%0A%09%09c-3.148%2C0.331-5.03%2C1.253-6.513%2C3.187c-0.278%2C0.36-0.518%2C1.334-0.532%2C1.9c0.006%2C0.111%2C0%2C2.793%2C0%2C2.793%0D%0A%09%09c0%2C0.688%2C0.562%2C1.251%2C1.253%2C1.251h11.02c0.226-0.351%2C0.359-0.766%2C0.359-1.213C21.965%2C24.782%2C21.96%2C22.135%2C21.965%2C21.966%22%2F%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22white%22%20d%3D%22M7.333%2C24.742%0D%0A%09%09c0-0.003%2C0.006-2.568%2C0-2.785c0.019-0.793%2C0.292-2.277%2C0.946-3.125c1.281-1.67%2C2.832-2.741%2C4.907-3.372%0D%0A%09%09c-0.233-0.251-0.384-0.578-0.384-0.946c0-0.495%2C1.589-1.977%2C1.577-1.987c0.044-0.046%2C0.081-0.099%2C0.124-0.146%0D%0A%09%09c-1.45-1.967-2.102-4.552-2.102-6.461c0-1.883%2C0.75-3.591%2C1.962-4.846C13.404%2C0.398%2C12.24%2C0%2C10.982%2C0%0D%0A%09%09C7.716%2C0%2C5.068%2C2.67%2C5.068%2C5.959c0%2C2.13%2C0.857%2C4.9%2C2.512%2C6.595c0%2C0%2C1.584%2C1.465%2C1.584%2C1.959c0%2C0.716-0.541%2C1.313-1.24%2C1.397%0D%0A%09%09c-3.487%2C0.366-5.57%2C1.465-7.186%2C3.571C0.27%2C20.091%2C0.017%2C21.313%2C0%2C21.966c0.006%2C0.169%2C0%2C2.816%2C0%2C2.816%0D%0A%09%09c0%2C1.244%2C1.008%2C2.253%2C2.253%2C2.253h6.029C7.696%2C26.446%2C7.333%2C25.637%2C7.333%2C24.742%22%2F%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22white%22%20d%3D%22M16.896%2C5.959%0D%0A%09%09c0-1.297-0.416-2.493-1.114-3.472c-0.851%2C0.893-1.381%2C2.099-1.381%2C3.432c0%2C1.345%2C0.421%2C3.189%2C1.314%2C4.685%0D%0A%09%09C16.484%2C9.112%2C16.896%2C7.393%2C16.896%2C5.959%22%2F%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22white%22%20d%3D%22M14.503%2C12.38%0D%0A%09%09c0%2C0%2C1.196%2C1.599%2C1.493%2C1.771c0.297%2C0.172%2C0.125%2C0.625-0.422%2C0.844s-2.01%2C0.213-2.388%2C0.466c-0.377%2C0.253-1.58-2.403-1.58-2.403%0D%0A%09%09l2.843-0.672%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .isotope-grid .grid-item .grid-item-inner .ico.ico-network {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2231.328px%22%20height%3D%2227.201px%22%20viewBox%3D%220%200%2031.328%2027.201%22%20enable-background%3D%22new%200%200%2031.328%2027.201%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cdefs%3E%0D%0A%09%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2231.328%22%20height%3D%2227.201%22%2F%3E%0D%0A%09%09%3C%2Fdefs%3E%0D%0A%09%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%09%3C%2FclipPath%3E%0D%0A%09%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22white%22%20d%3D%22M11.175%2C7.913c0%2C0.398%2C0.322%2C0.72%2C0.72%2C0.72h7.192%0D%0A%09%09%09c0.397%2C0%2C0.722-0.322%2C0.722-0.72V0.72c0-0.398-0.322-0.72-0.722-0.72h-7.192c-0.398%2C0-0.72%2C0.322-0.72%2C0.72V7.913z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cdefs%3E%0D%0A%09%09%09%3Crect%20id%3D%22SVGID_3_%22%20width%3D%2231.328%22%20height%3D%2227.201%22%2F%3E%0D%0A%09%09%3C%2Fdefs%3E%0D%0A%09%09%3CclipPath%20id%3D%22SVGID_4_%22%3E%0D%0A%09%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_3_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%09%3C%2FclipPath%3E%0D%0A%09%09%3Cpath%20clip-path%3D%22url(%23SVGID_4_)%22%20fill%3D%22white%22%20d%3D%22M0%2C26.481c0%2C0.397%2C0.322%2C0.72%2C0.72%2C0.72h7.193c0.398%2C0%2C0.72-0.321%2C0.72-0.72%0D%0A%09%09%09v-7.193c0-0.396-0.322-0.721-0.72-0.721H0.72C0.322%2C18.567%2C0%2C18.89%2C0%2C19.288V26.481z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cdefs%3E%0D%0A%09%09%09%3Crect%20id%3D%22SVGID_5_%22%20width%3D%2231.328%22%20height%3D%2227.201%22%2F%3E%0D%0A%09%09%3C%2Fdefs%3E%0D%0A%09%09%3CclipPath%20id%3D%22SVGID_6_%22%3E%0D%0A%09%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_5_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%09%3C%2FclipPath%3E%0D%0A%09%09%3Cpath%20clip-path%3D%22url(%23SVGID_6_)%22%20fill%3D%22white%22%20d%3D%22M22.693%2C26.481c0%2C0.397%2C0.322%2C0.72%2C0.722%2C0.72h7.192%0D%0A%09%09%09c0.398%2C0%2C0.721-0.321%2C0.721-0.72v-7.193c0-0.396-0.321-0.721-0.721-0.721h-7.192c-0.397%2C0-0.722%2C0.322-0.722%2C0.721V26.481z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cdefs%3E%0D%0A%09%09%09%3Crect%20id%3D%22SVGID_7_%22%20width%3D%2231.328%22%20height%3D%2227.201%22%2F%3E%0D%0A%09%09%3C%2Fdefs%3E%0D%0A%09%09%3CclipPath%20id%3D%22SVGID_8_%22%3E%0D%0A%09%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_7_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%09%3C%2FclipPath%3E%0D%0A%09%09%3Cpath%20clip-path%3D%22url(%23SVGID_8_)%22%20fill%3D%22white%22%20d%3D%22M11.348%2C26.481c0%2C0.397%2C0.322%2C0.72%2C0.72%2C0.72h7.193%0D%0A%09%09%09c0.398%2C0%2C0.72-0.321%2C0.72-0.72v-7.193c0-0.396-0.32-0.721-0.72-0.721h-7.193c-0.398%2C0-0.72%2C0.322-0.72%2C0.721V26.481z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cdefs%3E%0D%0A%09%09%09%3Crect%20id%3D%22SVGID_9_%22%20width%3D%2231.328%22%20height%3D%2227.201%22%2F%3E%0D%0A%09%09%3C%2Fdefs%3E%0D%0A%09%09%3CclipPath%20id%3D%22SVGID_10_%22%3E%0D%0A%09%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_9_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%09%3C%2FclipPath%3E%0D%0A%09%09%3Cpath%20clip-path%3D%22url(%23SVGID_10_)%22%20fill%3D%22white%22%20d%3D%22M7.388%2C24.804c-0.277-0.154-0.602-0.244-0.971-0.244H6.411%0D%0A%09%09%09c-0.151%2C0.008-0.303%2C0.017-0.454%2C0.026c-0.076-0.231-0.193-0.45-0.347-0.638c-0.188-0.229-0.42-0.396-0.679-0.502v-8.607%0D%0A%09%09%09c0-0.378%2C0.216-0.619%2C0.365-0.619h20.427c0.149%2C0%2C0.365%2C0.241%2C0.365%2C0.619v8.982c0.551-0.053%2C1.102-0.104%2C1.65-0.154v-8.828%0D%0A%09%09%09c0-1.251-0.904-2.269-2.016-2.269H5.296c-1.112%2C0-2.015%2C1.018-2.015%2C2.269v9.34l0.031%2C0.743C4.671%2C24.87%2C6.03%2C24.831%2C7.388%2C24.804%0D%0A%09%09%09%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Crect%20x%3D%2214.872%22%20y%3D%228.309%22%20fill%3D%22white%22%20width%3D%221.584%22%20height%3D%2210.75%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .isotope-grid .grid-item .grid-item-inner .ico.ico-talk {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2226.471px%22%20height%3D%2223.188px%22%20viewBox%3D%220%200%2026.471%2023.188%22%20enable-background%3D%22new%200%200%2026.471%2023.188%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22white%22%20d%3D%22M0%2C16.333c0%2C1.245%2C1.007%2C2.252%2C2.251%2C2.252h3.38v3.477c0%2C0.625%2C0.507%2C1.126%2C1.126%2C1.126%0D%0A%09c0.317%2C0%2C0.604-0.13%2C0.806-0.338l4.265-4.265h12.391c1.244%2C0%2C2.252-1.007%2C2.252-2.252V2.252C26.471%2C1.007%2C25.463%2C0%2C24.219%2C0H2.251%0D%0A%09C1.007%2C0%2C0%2C1.007%2C0%2C2.252V16.333z%20M6.757%2C9.856c0-0.776%2C0.631-1.408%2C1.409-1.408c0.776%2C0%2C1.408%2C0.632%2C1.408%2C1.408%0D%0A%09c0%2C0.777-0.632%2C1.408-1.408%2C1.408C7.389%2C11.264%2C6.757%2C10.633%2C6.757%2C9.856%20M11.828%2C9.856c0-0.776%2C0.631-1.408%2C1.407-1.408%0D%0A%09c0.777%2C0%2C1.408%2C0.632%2C1.408%2C1.408c0%2C0.777-0.631%2C1.408-1.408%2C1.408S11.828%2C10.633%2C11.828%2C9.856%20M16.896%2C9.856%0D%0A%09c0-0.776%2C0.631-1.408%2C1.408-1.408s1.408%2C0.632%2C1.408%2C1.408c0%2C0.777-0.631%2C1.408-1.408%2C1.408S16.896%2C10.633%2C16.896%2C9.856%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .isotope-grid .grid-item .grid-item-inner .ico.ico-truck {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2227.035px%22%20height%3D%2222.528px%22%20viewBox%3D%220%200%2027.035%2022.528%22%20enable-background%3D%22new%200%200%2027.035%2022.528%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20y%3D%220%22%20width%3D%2227.035%22%20height%3D%2222.528%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22white%22%20d%3D%22M24.781%2C18.586%0D%0A%09%09c1.246%2C0%2C2.254-1.008%2C2.254-2.253V2.253C27.035%2C1.008%2C26.027%2C0%2C24.781%2C0H12.391c-1.244%2C0-2.252%2C1.008-2.252%2C2.253v2.253H6.713%0D%0A%09%09c-0.754%2C0-1.424%2C0.299-1.909%2C0.777L1.956%2C8.144C1.441%2C8.651%2C1.127%2C9.36%2C1.127%2C10.138v5.66C0.484%2C15.928%2C0%2C16.497%2C0%2C17.179%0D%0A%09%09c0%2C0.776%2C0.63%2C1.407%2C1.408%2C1.407h1.982c0.141%2C2.202%2C1.977%2C3.942%2C4.213%2C3.942c2.236%2C0%2C4.072-1.74%2C4.213-3.942h3.959%0D%0A%09%09c0.147%2C2.202%2C1.982%2C3.942%2C4.219%2C3.942s4.072-1.74%2C4.213-3.942H24.781z%20M9.011%2C18.305c0%2C0.777-0.631%2C1.408-1.408%2C1.408%0D%0A%09%09c-0.777%2C0-1.408-0.631-1.408-1.408s0.631-1.408%2C1.408-1.408C8.38%2C16.896%2C9.011%2C17.527%2C9.011%2C18.305%20M21.402%2C18.305%0D%0A%09%09c0%2C0.777-0.631%2C1.408-1.408%2C1.408s-1.408-0.631-1.408-1.408s0.631-1.408%2C1.408-1.408S21.402%2C17.527%2C21.402%2C18.305%20M3.943%2C11.827%0D%0A%09%09v-1.424c0-0.563%2C0.225-0.828%2C0.646-1.251L5.8%2C7.941c0.383-0.383%2C0.676-0.619%2C1.229-0.619h3.109v4.505H3.943z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .isotope-grid .grid-item .grid-item-inner .ico.ico-clipboard {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2221.967px%22%20height%3D%2227.034px%22%20viewBox%3D%220%200%2021.967%2027.034%22%20enable-background%3D%22new%200%200%2021.967%2027.034%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2221.967%22%20height%3D%2227.034%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22white%22%20d%3D%22M14.926%2C13.518H7.041%0D%0A%09%09c-0.778%2C0-1.408%2C0.631-1.408%2C1.407c0%2C0.777%2C0.63%2C1.408%2C1.408%2C1.408h7.885c0.777%2C0%2C1.408-0.631%2C1.408-1.408%0D%0A%09%09C16.334%2C14.148%2C15.703%2C13.518%2C14.926%2C13.518%20M14.926%2C18.586H7.041c-0.778%2C0-1.408%2C0.631-1.408%2C1.408s0.63%2C1.408%2C1.408%2C1.408h7.885%0D%0A%09%09c0.777%2C0%2C1.408-0.631%2C1.408-1.408S15.703%2C18.586%2C14.926%2C18.586%20M0%2C24.781c0%2C1.245%2C1.008%2C2.253%2C2.254%2C2.253h17.458%0D%0A%09%09c1.244%2C0%2C2.254-1.008%2C2.254-2.253V5.631c0-1.244-1.01-2.253-2.254-2.253h-4.59C14.734%2C1.454%2C13.027%2C0%2C10.982%2C0%0D%0A%09%09c-2.043%2C0-3.75%2C1.454-4.138%2C3.379h-4.59C1.008%2C3.378%2C0%2C4.388%2C0%2C5.631V24.781z%20M4.056%2C6.196H6.76v1.013%0D%0A%09%09c0%2C0.688%2C0.55%2C1.24%2C1.238%2C1.24h5.971c0.686%2C0%2C1.238-0.552%2C1.238-1.24V6.196h2.703c0.688%2C0%2C1.24%2C0.552%2C1.24%2C1.239v15.545%0D%0A%09%09c0%2C0.687-0.553%2C1.239-1.24%2C1.239H4.056c-0.687%2C0-1.24-0.553-1.24-1.239V7.435C2.816%2C6.748%2C3.369%2C6.196%2C4.056%2C6.196%20M9.574%2C4.225%0D%0A%09%09c0-0.777%2C0.631-1.408%2C1.408-1.408s1.408%2C0.631%2C1.408%2C1.408c0%2C0.776-0.631%2C1.407-1.408%2C1.407S9.574%2C5%2C9.574%2C4.225%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .isotope-grid .grid-item .grid-item-inner .ico.ico-jornal {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2018.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2027.3%2023.3%22%20enable-background%3D%22new%200%200%2027.3%2023.3%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22white%22%20d%3D%22M0.2%2C21.2c0%2C1.2%2C1%2C2.3%2C2.3%2C2.3H25c1.2%2C0%2C2.3-1%2C2.3-2.3V2.6%0D%0A%09c0-1.2-1-2.3-2.3-2.3H7.5c-1.2%2C0-2.3%2C1-2.3%2C2.3v16.9c0%2C0.6-0.5%2C1.1-1.1%2C1.1c-0.6%2C0-1.1-0.5-1.1-1.1V4.6c0-0.8-0.6-1.4-1.4-1.4%0D%0A%09c-0.8%2C0-1.4%2C0.6-1.4%2C1.4V21.2z%20M16%2C4.4v4.3c0%2C0.7-0.6%2C1.2-1.2%2C1.2H9.3c-0.7%2C0-1.2-0.6-1.2-1.2V4.4c0-0.7%2C0.6-1.2%2C1.2-1.2h5.4%0D%0A%09C15.4%2C3.2%2C16%2C3.7%2C16%2C4.4z%20M23.3%2C14.4H9.2c-0.6%2C0-1.1-0.5-1.1-1.1c0-0.6%2C0.5-1.1%2C1.1-1.1h14.1c0.6%2C0%2C1.1%2C0.5%2C1.1%2C1.1%0D%0A%09C24.4%2C13.9%2C23.9%2C14.4%2C23.3%2C14.4z%20M23.3%2C19H9.2c-0.6%2C0-1.1-0.5-1.1-1.1c0-0.6%2C0.5-1.1%2C1.1-1.1h14.1c0.6%2C0%2C1.1%2C0.5%2C1.1%2C1.1%0D%0A%09C24.4%2C18.4%2C23.9%2C19%2C23.3%2C19z%20M23.3%2C5.4h-3.9c-0.6%2C0-1.1-0.5-1.1-1.1c0-0.6%2C0.5-1.1%2C1.1-1.1h3.9c0.6%2C0%2C1.1%2C0.5%2C1.1%2C1.1%0D%0A%09C24.4%2C4.9%2C23.9%2C5.4%2C23.3%2C5.4z%20M23.3%2C9.9h-3.9c-0.6%2C0-1.1-0.5-1.1-1.1c0-0.6%2C0.5-1.1%2C1.1-1.1h3.9c0.6%2C0%2C1.1%2C0.5%2C1.1%2C1.1%0D%0A%09C24.4%2C9.4%2C23.9%2C9.9%2C23.3%2C9.9z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .isotope-grid .grid-item .grid-item-inner .ico.ico-clips {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2018.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2028%2025.3%22%20enable-background%3D%22new%200%200%2028%2025.3%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22white%22%20d%3D%22M19.2%2C7.4l-9.9%2C9.9c-0.3%2C0.3-0.9%2C0.3-1.2%2C0c-0.3-0.3-0.3-0.9%2C0-1.2%0D%0A%09L19.7%2C4.5c0.5-0.5%2C1.3-0.5%2C1.7%2C0L24%2C7.1c0.5%2C0.5%2C0.5%2C1.3%2C0%2C1.7L12.4%2C20.5c-2.1%2C2.1-5.4%2C2.1-7.5%2C0C2.9%2C18.4%2C2.9%2C15%2C5%2C13L14.8%2C3%0D%0A%09c0.5-0.5%2C0.5-1.4%2C0-2c-0.5-0.5-1.4-0.5-2%2C0L3%2C11c-3.2%2C3.2-3.2%2C8.3%2C0%2C11.5c3.2%2C3.2%2C8.3%2C3.2%2C11.4%2C0L26.8%2C10c1.1-1.1%2C1.1-2.9%2C0-4%0D%0A%09l-4.3-4.4c-1.1-1.1-2.9-1.1-3.9%2C0L6.1%2C14.2c-1.4%2C1.4-1.4%2C3.7%2C0%2C5.2c1.4%2C1.4%2C3.7%2C1.4%2C5.1%2C0l9.9-9.9c0.5-0.5%2C0.5-1.4%2C0-2%0D%0A%09C20.6%2C6.9%2C19.7%2C6.9%2C19.2%2C7.4z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .isotope-grid .grid-item .grid-item-inner .ico.ico-aviao {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%20155%20140%22%20style%3D%22enable-background%3Anew%200%200%20155%20140%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%20id%3D%22XMLID_51_%22%3E%0D%0A%09%3Cpath%20id%3D%22XMLID_53_%22%20class%3D%22st0%22%20d%3D%22M53%2C131.3c0%2C0.9%2C0.5%2C1.7%2C1.2%2C2.1c0.8%2C0.4%2C1.7%2C0.4%2C2.4-0.1l16.1-11L53%2C112.8L53%2C131.3L53%2C131.3z%0D%0A%09%09%22%2F%3E%0D%0A%09%3Cpath%20id%3D%22XMLID_52_%22%20class%3D%22st0%22%20d%3D%22M148.7%2C7.4c-0.4-0.4-1-0.6-1.6-0.6c-0.3%2C0-0.7%2C0.1-1%2C0.2L7.2%2C75.1c-1.4%2C0.7-2.3%2C2.1-2.3%2C3.7%0D%0A%09%09c0%2C1.6%2C0.9%2C3%2C2.4%2C3.7L43.8%2C100l73.2-60.2l-64.1%2C64.5l45.6%2C21.7c0.6%2C0.3%2C1.2%2C0.4%2C1.8%2C0.4c0.5%2C0%2C1-0.1%2C1.5-0.3%0D%0A%09%09c1.1-0.4%2C1.9-1.3%2C2.3-2.3L149.3%2C9.9C149.7%2C9%2C149.5%2C8%2C148.7%2C7.4z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  width: 100px;
  height: 100px;
  background-position: center center;
  left: 32%;
  top: 35%;
  right: 32%;
}
.sgi .isotope-grid .grid-item .grid-item-inner .ico.ico-support {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Camada_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2044%2044%22%20enable-background%3D%22new%200%200%2044%2044%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22white%22%20d%3D%22M0%2C37.6C0%2C41.1%2C2.9%2C44%2C6.4%2C44c1.8%2C0%2C3.4-0.7%2C4.6-1.8l11.7-11.7l3.1%2C3.1c-0.4%2C1.5%2C0%2C3.3%2C1.2%2C4.5l4.5%2C4.5%0D%0A%09c1.8%2C1.8%2C4.7%2C1.8%2C6.5%2C0c1.8-1.8%2C1.8-4.7%2C0-6.5l-4.5-4.5c-1.2-1.2-2.9-1.6-4.5-1.2l-3.1-3.1l2-2c4.3%2C1.1%2C9%2C0%2C12.4-3.3%0D%0A%09c2.3-2.3%2C3.6-5.1%2C3.7-8.1v-0.2c0-1-0.8-1.8-1.8-1.8c-0.5%2C0-1%2C0.2-1.3%2C0.5L40.3%2C13l-1.9%2C1.8c-1.2%2C1.1-2.8%2C1.8-4.6%2C1.8%0D%0A%09c-1.8%2C0-3.3-0.8-4.5-1.9c-1.1-1.2-1.9-2.7-1.9-4.5c0-1.8%2C0.7-3.4%2C1.8-4.6L31%2C3.7l0.5-0.5c0.3-0.3%2C0.5-0.8%2C0.5-1.3%0D%0A%09c0-1-0.8-1.8-1.8-1.8h-0.2c-3%2C0.2-5.8%2C1.4-8.1%2C3.7c-3.3%2C3.3-4.4%2C8.1-3.3%2C12.4l-2%2C2L8.3%2C9.7V7.3L2.7%2C4.6L0%2C7.3l2.7%2C5.5h2.3l8.5%2C8.5%0D%0A%09L1.8%2C33C0.7%2C34.2%2C0%2C35.8%2C0%2C37.6z%20M4.6%2C37.1c0-1.3%2C1-2.3%2C2.3-2.3c1.3%2C0%2C2.3%2C1%2C2.3%2C2.3c0%2C1.3-1%2C2.3-2.3%2C2.3%0D%0A%09C5.6%2C39.4%2C4.6%2C38.4%2C4.6%2C37.1z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .isotope-grid .grid-item.grid-size-p {
  width: 25%;
}
.sgi .isotope-grid .grid-item.grid-size-mh {
  width: 50%;
}
.sgi .isotope-grid .grid-item.grid-size-mv {
  width: 25%;
}
.sgi .isotope-grid .grid-item.grid-size-mv .grid-item-inner {
  height: 660px;
}
.sgi .isotope-grid .grid-item.grid-size-g {
  width: 50%;
}
.sgi .isotope-grid .grid-item.grid-size-g .grid-item-inner {
  height: 660px;
}
@media (min-width: 1281px) {
  .sgi .isotope-grid .grid-item.grid-size-p {
    width: 20%;
  }
  .sgi .isotope-grid .grid-item.grid-size-mh {
    width: 40%;
  }
  .sgi .isotope-grid .grid-item.grid-size-mv {
    width: 20%;
  }
  .sgi .isotope-grid .grid-item.grid-size-g {
    width: 40%;
  }
}
@media (max-width: 1279px) {
  .sgi .isotope-grid .grid-item .grid-item-inner .block-number-list ul li .text {
    font-size: 12px;
  }
  .sgi .isotope-grid .grid-item .grid-item-inner .block-sac table tr td {
    font-size: 14px;
    padding: 5px;
  }
  .sgi .isotope-grid .grid-item .grid-item-inner .block-sac table tr td.row-label {
    padding: 5px;
  }
  .sgi .isotope-grid .grid-item .grid-item-inner .block-checklist ul li {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .sgi .isotope-grid .grid-item.grid-size-p {
    width: 50%;
  }
  .sgi .isotope-grid .grid-item.grid-size-mh {
    width: 100%;
  }
  .sgi .isotope-grid .grid-item.grid-size-mv {
    width: 50%;
  }
  .sgi .isotope-grid .grid-item.grid-size-g {
    width: 100%;
  }
  .sgi .isotope-grid .grid-item .grid-item-inner .ico.ico-aviao {
    left: 35%;
    top: 30%;
  }
  .sgi .isotope-grid .grid-item .grid-item-inner .block-news {
    padding-top: 70%;
  }
  .sgi .isotope-grid .grid-item .grid-item-inner .grid-news-footer {
    bottom: 5%;
  }
  .sgi .isotope-grid .grid-item .grid-item-inner .block-number-list ul li .text {
    font-size: 10px;
  }
  .sgi .isotope-grid .grid-item .grid-item-inner .block-sac table tr td {
    font-size: 14px;
  }
  .sgi .isotope-grid .grid-item .grid-item-inner .block-checklist ul li {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .sgi .isotope-grid .grid-item.grid-size-p {
    width: 100%;
  }
  .sgi .isotope-grid .grid-item.grid-size-mh {
    width: 100%;
  }
  .sgi .isotope-grid .grid-item.grid-size-mv {
    width: 100%;
  }
  .sgi .isotope-grid .grid-item.grid-size-g {
    width: 100%;
  }
  .sgi .isotope-grid .grid-item .grid-item-inner .ico.ico-aviao {
    left: 37%;
    top: 35%;
  }
  .sgi .isotope-grid .grid-item .grid-item-inner .block-news {
    padding-top: 70%;
  }
  .sgi .isotope-grid .grid-item .grid-item-inner .grid-news-footer {
    bottom: 5%;
  }
  .sgi .isotope-grid .grid-item .grid-item-inner .block-sac table tr td {
    font-size: 14px;
  }
  .sgi .isotope-grid .grid-item .grid-item-inner .block-sac .total .number {
    font-size: 40px;
  }
}
@media (max-width: 400px) {
  .sgi .isotope-grid .grid-item .grid-item-inner {
    height: auto;
    min-height: 320px;
  }
  .sgi .isotope-grid .grid-item .grid-item-inner .ico.ico-aviao {
    left: 35%;
    top: 35%;
  }
  .sgi .isotope-grid .grid-item .grid-item-inner .block-news {
    padding-top: 80%;
  }
  .sgi .isotope-grid .grid-item .grid-item-inner .grid-news-footer {
    bottom: 10%;
  }
  .sgi .isotope-grid .grid-item .grid-item-inner .block-sac table tr td {
    font-size: 11px;
  }
  .sgi .isotope-grid .grid-item.grid-size-mv .grid-item-inner {
    height: auto;
    min-height: 660px;
  }
}
@media (max-width: 400px) {
  .sgi .isotope-grid .grid-item .grid-item-inner {
    height: auto;
    min-height: 320px;
  }
  .sgi .isotope-grid .grid-item .grid-item-inner .ico.ico-aviao {
    left: 35%;
    top: 35%;
  }
  .sgi .isotope-grid .grid-item .grid-item-inner .block-news {
    padding-top: 80%;
  }
  .sgi .isotope-grid .grid-item .grid-item-inner .grid-news-footer {
    bottom: 10%;
  }
  .sgi .isotope-grid .grid-item .grid-item-inner .block-sac table tr td {
    font-size: 11px;
  }
  .sgi .isotope-grid .grid-item.grid-size-mv .grid-item-inner {
    height: auto;
    min-height: 660px;
  }
}
.sgi .footer-actions {
  margin-top: 35px;
  margin-bottom: 25px;
}
.sgi .footer-actions .action-btns {
  text-align: center;
}
.sgi .footer-actions .action-btns.action-btns-right {
  text-align: right;
}
.sgi .footer-actions .action-btns.action-btns-left {
  text-align: left;
}
.sgi .footer-actions .action-btns .btn-action {
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}
.sgi .footer-actions .action-btns .btn-action:first-child {
  margin-left: 0;
}
.sgi .footer-actions .action-btns .btn-action:last-child {
  margin-right: 0;
}
@media (max-width: 400px) {
  .sgi .footer-actions .action-btns .btn-action {
    margin: 0 0 10px;
  }
}
.sgi .page-head-type-a {
  border-bottom: 3px solid rgba(0, 0, 0, 0.05);
  position: relative;
}
.sgi .page-head-type-a:before,
.sgi .page-head-type-a:after {
  content: " ";
  display: table;
}
.sgi .page-head-type-a:after {
  clear: both;
}
.sgi .page-head-type-a h1 {
  font-family: 'robotobold';
  font-size: 20px;
  color: #7d7f82;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  line-height: normal;
  margin: 0;
  padding: 14px 115px 12px 0;
  text-align: center;
  text-indent: 115px;
}
.sgi .page-head-type-a h1 .ico {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 30px;
  display: inline-block;
  height: 30px;
  margin: -4px 10px 0 0;
  vertical-align: middle;
  width: 50px;
}
.sgi .page-head-type-a .filters-visibility,
.sgi .page-head-type-a .filters-visibility-popup {
  background-image: url('../images/svg/arrow-bold-bottom.svg');
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 14px auto;
  cursor: pointer;
  padding: 0 23px 0 0;
  position: absolute;
  top: 18px;
  right: 0;
}
.sgi .page-head-type-a .filters-visibility span,
.sgi .page-head-type-a .filters-visibility-popup span {
  font-family: 'robotoregular';
  font-size: 10px;
  color: #7d7f82;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-transform: uppercase;
}
.sgi .page-head-type-a .filters-visibility span.show-filters,
.sgi .page-head-type-a .filters-visibility-popup span.show-filters {
  display: none;
}
.sgi .page-head-type-a .filters-visibility.active,
.sgi .page-head-type-a .filters-visibility-popup.active {
  background-image: url('../images/svg/arrow-bold-top.svg');
}
.sgi .page-head-type-a .filters-visibility.active span.hide-filters,
.sgi .page-head-type-a .filters-visibility-popup.active span.hide-filters {
  display: none;
}
.sgi .page-head-type-a .filters-visibility.active span.show-filters,
.sgi .page-head-type-a .filters-visibility-popup.active span.show-filters {
  display: inline-block;
}
.sgi .page-head {
  margin-bottom: 20px;
}
.sgi .page-head .page-head-actions {
  position: absolute;
  top: 8px;
  left: 0;
}
.sgi .page-head .primary-actions {
  position: relative;
}
.sgi .page-head .primary-actions:first-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.sgi .page-head .primary-actions .adctional-text {
  text-align: center;
  font-family: 'robotobold';
  font-size: 14px;
  color: #7d7f82;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.sgi .page-head .primary-actions .adctional-text .title {
  color: #7A8E3E;
}
.sgi .page-head .secondary-actions {
  position: absolute;
  top: 0;
  left: 0;
}
.sgi .page-head .secondary-actions.ico-export {
  background-image: url('../images/svg/microsoft-excel.svg');
}
.sgi .page-head .secondary-actions.ico-support {
  background-image: url('../images/svg/ajuda.svg');
}
.sgi .page-head .actions {
  width: 100%;
}
.sgi .page-head .actions ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.sgi .page-head .actions ul li {
  font-family: 'robotomedium';
  font-size: 10px;
  color: #7d7f82;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  display: inline-block;
  margin: 0 5px;
  position: relative;
  text-transform: uppercase;
}
.sgi .page-head .actions ul li a {
  color: #7d7f82;
  display: inline-block;
  padding: 18px 5px 15px;
}
.sgi .page-head .actions ul li a .ico {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 21px;
  display: inline-block;
  height: 21px;
  margin: -2px 6px 0 0;
  vertical-align: middle;
  width: 26px;
}
.sgi .page-head .actions ul li a .ico.ico-export {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2223px%22%20height%3D%2223px%22%20viewBox%3D%220%200%2023%2023%22%20enable-background%3D%22new%200%200%2023%2023%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%237A8E3E%22%20d%3D%22M22.259%2C2.654h-8.104v2.64h2.682V7.09h-2.682v1.756h2.654v1.769h-2.654v1.77h2.654v1.77h-2.654v1.77h2.654%0D%0A%09%09v1.77h-2.654v2.654h8.104C22.666%2C20.346%2C23%2C20%2C23%2C19.576V3.423C23%2C3%2C22.666%2C2.654%2C22.259%2C2.654z%20M21.23%2C17.691h-3.539v-1.77h3.539%0D%0A%09%09V17.691z%20M21.23%2C14.154h-3.539v-1.771h3.539V14.154z%20M21.23%2C10.615h-3.539V8.846h3.539V10.615z%20M21.23%2C7.077h-3.539v-1.77h3.539%0D%0A%09%09V7.077z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%237A8E3E%22%20d%3D%22M0%2C2.556v17.889L13.27%2C23V0L0%2C2.556z%20M8.393%2C15.994L6.85%2C13.076c-0.059-0.109-0.119-0.311-0.181-0.602%0D%0A%09%09H6.645c-0.029%2C0.139-0.099%2C0.348-0.207%2C0.627l-1.549%2C2.893H2.483l2.856-4.48l-2.612-4.48h2.456l1.28%2C2.686%0D%0A%09%09c0.1%2C0.212%2C0.189%2C0.464%2C0.269%2C0.755h0.025c0.05-0.175%2C0.144-0.435%2C0.281-0.781l1.424-2.662h2.249l-2.687%2C4.442l2.762%2C4.518%0D%0A%09%09L8.393%2C15.994L8.393%2C15.994z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .page-head .actions ul li a .ico.ico-disk {
  background-image: url('../images/svg/disk.svg');
}
.sgi .page-head .actions ul li a .ico.ico-location {
  background-image: url('../images/svg/location.svg');
}
.sgi .page-head .actions ul li a .ico.ico-new {
  background-image: url('../images/svg/rounded-plus.svg');
}
.sgi .page-head .actions ul li a .ico.ico-support {
  background-image: url('../images/svg/rounded-question.svg');
}
@media (max-width: 1300px) {
  .sgi .page-head .secondary-actions {
    position: relative;
  }
}
@media (max-width: 991px) {
  .sgi .page-head-type-a {
    height: auto;
  }
  .sgi .page-head-type-a .page-head-actions {
    clear: both;
    height: auto;
    position: relative;
    width: 100%;
  }
  .sgi .page-head-type-a .page-head-actions ul {
    display: flex;
    justify-content: center;
  }
  .sgi .page-head-type-a .page-head-actions ul li {
    margin: 0;
  }
  .sgi .page-head .secondary-actions {
    position: relative;
  }
}
@media (max-width: 767px) {
  .sgi .page-head .actions ul li a {
    padding: 10px 0;
  }
}
@media (max-width: 400px) {
  .sgi .page-head-type-a h1 {
    padding-right: 0;
    text-indent: 0;
  }
  .sgi .page-head-type-a .filters-visibility,
  .sgi .page-head-type-a .filters-visibility-popup {
    display: block;
    margin: -10px auto 15px;
    position: relative;
    text-align: right;
  }
}
.sgi .page-head-nav {
  min-height: 58px;
  padding: 8px 0;
  position: relative;
}
.sgi .page-head-nav:before,
.sgi .page-head-nav:after {
  content: " ";
  display: table;
}
.sgi .page-head-nav:after {
  clear: both;
}
.sgi .page-head-nav h2 {
  font-family: 'robotobold';
  font-size: 14px;
  color: #7d7f82;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  float: left;
  line-height: 42px;
  margin: 0;
  padding: 0;
}
.sgi .page-head-nav h2 .number {
  color: #7A8E3E;
}
.sgi .page-head-nav .page-head-pagination {
  font-family: 'robotobold';
  font-size: 11px;
  color: #7d7f82;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  padding: 4px 15px 0 0;
  position: absolute;
  top: 8px;
  right: 0;
  z-index: 1;
}
.sgi .page-head-nav .page-head-pagination .form-group {
  margin: 0 0 0 5px;
  padding: 0;
}
.sgi .page-head-nav .page-head-pagination .form-group label {
  display: inline-block;
  font-family: 'robotobold';
  font-size: 11px;
  color: #7d7f82;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  height: auto;
  line-height: normal;
  margin: 0 5px;
}
.sgi .page-head-nav .page-head-pagination .form-group .form-control {
  background-color: #ededed;
  color: #7A8E3E;
  height: 34px;
  margin: 0;
  padding: 0;
  width: 40px;
}
.sgi .page-head-nav .page-head-pagination .form-group .page-nav {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 8px auto;
  cursor: pointer;
  display: inline-block;
  height: 34px;
  vertical-align: middle;
  width: 15px;
}
.sgi .page-head-nav .page-head-pagination .form-group .page-nav.prev {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2212px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2012%2020%22%20enable-background%3D%22new%200%200%2012%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%237A8E3E%22%20d%3D%22M9.766%2C0L0%2C9.999l9.766%2C9.999L12%2C17.742L4.437%2C9.999L12%2C2.256%0D%0A%09L9.766%2C0z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .page-head-nav .page-head-pagination .form-group .page-nav.prev.off {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2212px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2012%2020%22%20enable-background%3D%22new%200%200%2012%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%237d7f82%22%20d%3D%22M9.766%2C0L0%2C9.999l9.766%2C9.999L12%2C17.742L4.437%2C9.999L12%2C2.256%0D%0A%09L9.766%2C0z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  cursor: default;
}
.sgi .page-head-nav .page-head-pagination .form-group .page-nav.double-prev {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20id%3D%22Camada_1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%22-1.772%20-2.724%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M%201.547%206.456%20L%209.302%20-1.354%20L%2012.407%201.728%20L%204.652%209.541%20L%2011.953%2016.791%20L%208.87%2019.895%20L%20-1.578%209.517%20L%201.504%206.413%20Z%20M%2011.177%206.47%20L%2018.931%20-1.341%20L%2022.035%201.741%20L%2014.28%209.552%20L%2021.581%2016.805%20L%2018.499%2019.907%20L%208.05%209.531%20L%2011.134%206.426%20Z%22%20class%3D%22st0%22%20fill%3D%22%237A8E3E%22%2F%3E%0D%0A%3C%2Fsvg%3E");
  background-size: auto;
}
.sgi .page-head-nav .page-head-pagination .form-group .page-nav.double-prev.off {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20id%3D%22Camada_1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%22-1.772%20-2.724%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M%201.547%206.456%20L%209.302%20-1.354%20L%2012.407%201.728%20L%204.652%209.541%20L%2011.953%2016.791%20L%208.87%2019.895%20L%20-1.578%209.517%20L%201.504%206.413%20Z%20M%2011.177%206.47%20L%2018.931%20-1.341%20L%2022.035%201.741%20L%2014.28%209.552%20L%2021.581%2016.805%20L%2018.499%2019.907%20L%208.05%209.531%20L%2011.134%206.426%20Z%22%20class%3D%22st0%22%20fill%3D%22%237d7f82%22%2F%3E%0D%0A%3C%2Fsvg%3E");
  cursor: default;
}
.sgi .page-head-nav .page-head-pagination .form-group .page-nav.next {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2212px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2012%2020%22%20enable-background%3D%22new%200%200%2012%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%237A8E3E%22%20d%3D%22M2.234%2C19.998L12%2C9.999L2.234%2C0L0%2C2.256l7.563%2C7.743L0%2C17.742L2.234%2C19.998z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .page-head-nav .page-head-pagination .form-group .page-nav.next.off {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2212px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2012%2020%22%20enable-background%3D%22new%200%200%2012%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%237d7f82%22%20d%3D%22M2.234%2C19.998L12%2C9.999L2.234%2C0L0%2C2.256l7.563%2C7.743L0%2C17.742L2.234%2C19.998z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  cursor: default;
}
.sgi .page-head-nav .page-head-pagination .form-group .page-nav.double-next {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20id%3D%22Camada_1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%22-1.772%20-2.724%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M%201.547%206.456%20L%209.302%20-1.354%20L%2012.407%201.728%20L%204.652%209.541%20L%2011.953%2016.791%20L%208.87%2019.895%20L%20-1.578%209.517%20L%201.504%206.413%20Z%20M%2011.177%206.47%20L%2018.931%20-1.341%20L%2022.035%201.741%20L%2014.28%209.552%20L%2021.58%2016.805%20L%2018.499%2019.907%20L%208.05%209.531%20L%2011.134%206.426%20Z%22%20class%3D%22st0%22%20fill%3D%22%237A8E3E%22%20transform%3D%22matrix(-1%2C%200%2C%200%2C%20-1%2C%2020.456997%2C%2018.552999)%22%2F%3E%0D%0A%3C%2Fsvg%3E");
  background-size: auto;
  margin-right: 5px;
}
.sgi .page-head-nav .page-head-pagination .form-group .page-nav.double-next.off {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20id%3D%22Camada_1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%22-1.772%20-2.724%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M%201.547%206.456%20L%209.302%20-1.354%20L%2012.407%201.728%20L%204.652%209.541%20L%2011.953%2016.791%20L%208.87%2019.895%20L%20-1.578%209.517%20L%201.504%206.413%20Z%20M%2011.177%206.47%20L%2018.931%20-1.341%20L%2022.035%201.741%20L%2014.28%209.552%20L%2021.58%2016.805%20L%2018.499%2019.907%20L%208.05%209.531%20L%2011.134%206.426%20Z%22%20class%3D%22st0%22%20fill%3D%22%237d7f82%22%20transform%3D%22matrix(-1%2C%200%2C%200%2C%20-1%2C%2020.456997%2C%2018.552999)%22%2F%3E%0D%0A%3C%2Fsvg%3E");
  cursor: default;
}
@media (max-width: 767px) {
  .sgi .page-head-nav {
    padding-top: 0;
  }
  .sgi .page-head-nav h2 {
    float: none;
    text-align: center;
  }
  .sgi .page-head-nav .page-head-pagination {
    padding: 0 0 10px;
    position: relative;
    text-align: center;
    top: initial;
  }
  .sgi .page-head-nav .page-head-pagination .form-group {
    margin: 0 5px;
  }
  .sgi .page-head-nav .page-head-pagination .form-group .form-control {
    display: inline-block;
  }
}
@media (max-width: 320px) {
  .sgi .page-head-nav .page-head-pagination .form-group {
    margin: 0;
  }
  .sgi .page-head-nav .page-head-pagination .form-group label {
    margin: 0 2px;
  }
  .sgi .page-head-nav .page-head-pagination .form-group .page-nav {
    width: 16px;
  }
  .sgi .page-head-nav .page-head-pagination .form-group .form-control {
    margin: 0;
  }
}
.sgi .results {
  margin-bottom: 50px;
}
.sgi .results th.first,
.sgi .results td.first {
  border-left: 1px solid #e4e5e5;
}
.sgi .results tr.thead-default th {
  background-color: #e4e5e5;
}
.sgi .results tr.thead-inverse th {
  background-color: #cccccc;
  color: #393c40;
}
.sgi .no-results-box {
  background-color: whitesmoke;
  font-family: 'robotobold';
  font-size: 14px;
  color: #b2b2b2;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  min-height: 90px;
  padding: 15px;
}
.sgi .results-table-box {
  background-color: white;
  border-bottom: 3px solid #ededed;
  position: relative;
}
.sgi .results-table-box.btn-remove:active {
  background-color: black;
}
.sgi .results-table-box.fade-right:after,
.sgi .results-table-box.fade-left:before {
  content: '';
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 35px;
  height: 100%;
  z-index: 9;
}
.sgi .results-table-box.fade-right:after {
  background: -moz-linear-gradient(left, rgba(248, 248, 248, 0) 0%, #f8f8f8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(248, 248, 248, 0)), color-stop(100%, #f8f8f8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(248, 248, 248, 0) 0%, #f8f8f8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(248, 248, 248, 0) 0%, #f8f8f8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(248, 248, 248, 0) 0%, #f8f8f8 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(248, 248, 248, 0) 0%, #f8f8f8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 */
  right: 0;
}
.sgi .results-table-box.fade-left:before {
  background: -moz-linear-gradient(left, #f8f8f8 0%, rgba(248, 248, 248, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f8f8f8), color-stop(100%, rgba(248, 248, 248, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #f8f8f8 0%, rgba(248, 248, 248, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #f8f8f8 0%, rgba(248, 248, 248, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #f8f8f8 0%, rgba(248, 248, 248, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to right, #f8f8f8 0%, rgba(248, 248, 248, 0) 100%);
  /* W3C */
  z-index: 9;
}
.sgi .results-table-box .table-overflow {
  overflow-x: auto !important;
  overflow-y: auto !important;
}
.sgi .results-table-box .table-overflow.no-scroll {
  overflow-x: initial !important;
}
.sgi .results-table-box.table-padding {
  margin: 10px;
}
.sgi .results-table-box .btn.btn-download {
  background-color: transparent;
  background-image: url('../images/svg/download.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 17px auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 19px;
  padding: 0;
  width: 19px;
}
.sgi .results-table-box table {
  min-width: 100%;
}
.sgi .results-table-box table tr {
  border-bottom: 1px solid #ededed;
}
.sgi .results-table-box table tr.borderless {
  border: none;
}
.sgi .results-table-box table tr .file-tree-item {
  position: relative;
}
.sgi .results-table-box table tr .file-tree-item.tree-first-child:before,
.sgi .results-table-box table tr .file-tree-item.tree-child:before,
.sgi .results-table-box table tr .file-tree-item.tree-last-child:before {
  content: '';
  background-position: left center;
  background-repeat: repeat-y;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.sgi .results-table-box table tr .file-tree-item.tree-first-child:before {
  background-image: url('../images/png/file-tree-first-child.png');
}
.sgi .results-table-box table tr .file-tree-item.tree-child:before {
  background-image: url('../images/png/file-tree-child.png');
}
.sgi .results-table-box table tr .file-tree-item.tree-last-child:before {
  background-image: url('../images/png/file-tree-last-child.png');
}
.sgi .results-table-box table tr .file-tree-item.tree-level-1:before {
  width: 50px;
}
.sgi .results-table-box table tr .file-tree-item.tree-level-2:before {
  width: 60px;
}
.sgi .results-table-box table tr .file-tree-item.tree-level-3:before {
  width: 90px;
}
.sgi .results-table-box table tr .file-tree-item.tree-level-4:before {
  width: 120px;
}
.sgi .results-table-box table tr .file-tree-item.tree-level-1.closed:before {
  display: none;
}
.sgi .results-table-box table tr .file-tree-item .btn-plus-minus {
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 13px;
  margin: 0 10px 0 0;
  padding: 0;
  position: relative;
  top: -2px;
  width: 13px;
}
.sgi .results-table-box table tr .file-tree-item .btn-plus-minus:active {
  box-shadow: none;
}
.sgi .results-table-box table tr .file-tree-item .btn-plus-minus:focus,
.sgi .results-table-box table tr .file-tree-item .btn-plus-minus:active:focus {
  outline: none;
}
.sgi .results-table-box table tr .file-tree-item .btn-plus-minus .ico {
  background-image: url('../images/svg/plus-square.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 11px auto;
  display: block;
  height: 11px;
  width: 11px;
}
.sgi .results-table-box table tr .file-tree-item.opened .btn-plus-minus .ico {
  background-image: url('../images/svg/minus-square.svg');
}
.sgi .results-table-box table tr th {
  background-color: #e4e5e5;
  font-family: 'robotobold';
  font-size: 11px;
  color: #7d7f82;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  height: 50px;
  padding: 10px 20px;
  text-transform: uppercase;
  white-space: nowrap;
}
.sgi .results-table-box table tr th.small-padding {
  padding: 10px 5px;
}
.sgi .results-table-box table tr th.small-padding:first-child {
  padding-left: 10px;
}
.sgi .results-table-box table tr th.checkbox-col {
  padding-right: 0;
}
.sgi .results-table-box table tr th .conteudo {
  font-weight: 700;
  font-size: 11px;
}
.sgi .results-table-box table tr td {
  font-family: 'robotobold';
  font-size: 11px;
  color: #868686;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  padding: 15px 20px;
  white-space: nowrap;
}
.sgi .results-table-box table tr td.small-padding {
  padding: 20px 5px;
}
.sgi .results-table-box table tr td.small-padding:first-child {
  padding-left: 10px;
}
.sgi .results-table-box table tr td.warning {
  color: red;
}
.sgi .results-table-box table tr td.no-padding {
  padding: 0;
  width: 100%;
}
.sgi .results-table-box table tr td.checkbox-col {
  padding-right: 0;
}
.sgi .results-table-box table tr td.tree-level-1 .content-left-padding {
  padding-left: 30px;
}
.sgi .results-table-box table tr td.tree-level-2 .content-left-padding {
  padding-left: 60px;
}
.sgi .results-table-box table tr td.tree-level-3 .content-left-padding {
  padding-left: 90px;
}
.sgi .results-table-box table tr td.tree-level-4 .content-left-padding {
  padding-left: 120px;
}
.sgi .results-table-box table tr td.tree-level-5 .content-left-padding {
  padding-left: 150px;
}
.sgi .results-table-box table tr:last-child {
  border: none;
}
.sgi .results-table-box table tr.result_highlight_red {
  background-color: #fde0de;
}
.sgi .results-table-box table tr.result_highlight_yellow {
  background-color: #ffffc7;
}
.inputs-line {
  line-height: 60px;
  padding-top: 10px;
}
.checkbox [type="checkbox"]:not(:checked) + label,
.sgi .checkbox [type="checkbox"]:checked + label {
  margin-top: 7px;
}
.sgi .search-fields {
  margin-bottom: 5px;
}
.sgi table.sector-table .sector-table-th {
  background-color: #7A8E3E;
}
.sgi table.sector-table .sector-table-td {
  border-color: #7A8E3E;
}
.sgi .tabs-container {
  margin-top: 10px;
  margin-bottom: 20px;
}
.sgi .tabs-box .nav-tabs {
  background-color: #f1f2f2;
  border: 0;
}
.sgi .tabs-box .nav-tabs:before,
.sgi .tabs-box .nav-tabs:after {
  content: " ";
  display: table;
}
.sgi .tabs-box .nav-tabs:after {
  clear: both;
}
.sgi .tabs-box .nav-tabs > li {
  margin-bottom: 0;
}
.sgi .tabs-box .nav-tabs > li.tabs-help {
  font-family: 'robotobold';
  font-size: 12px;
  color: #868686;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  float: right;
  height: 55px;
  line-height: 14px;
  padding: 21px 12px 0;
}
.sgi .tabs-box .nav-tabs > li a {
  background-color: #f1f2f2;
  font-family: 'robotobold';
  font-size: 12px;
  color: #868686;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  border: 0;
  border-bottom: 5px solid #cccccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
  float: left;
  height: 55px;
  line-height: 14px;
  margin-right: 10px;
  padding: 21px 12px 0;
  text-transform: uppercase;
  min-width: 80px;
  text-align: center;
}
.sgi .tabs-box .nav-tabs > li a:focus {
  outline: 0;
  border: 0;
  border-bottom: 5px solid #cccccc;
}
.sgi .tabs-box .nav-tabs > li.active a {
  background-color: white;
  border-bottom: 0;
  border-top: 5px solid #7A8E3E;
  color: #5a5d61;
  padding: 16px 12px 0;
  text-align: center;
}
.sgi .tabs-box .nav-tabs > li.active a:hover,
.sgi .tabs-box .nav-tabs > li.active a:focus {
  border-color: #7A8E3E !important;
  outline: 0;
  border: 0;
  border-top: 5px solid #cccccc;
}
.sgi .tabs-box .nav-tabs > li.double-line a {
  padding-top: 13px;
}
.sgi .tabs-box .nav-tabs > li.double-line.active a {
  padding-top: 8px;
}
.sgi .tabs-box .nav-tabs > li.triple-line a {
  padding-top: 6px;
}
.sgi .tabs-box .nav-tabs > li.triple-line.active a {
  padding-top: 1px;
}
.sgi .tabs-box .nav-tabs > li.see-more .dropdown-toggle {
  background-color: transparent;
  font-family: 'robotobold';
  font-size: 12px;
  color: #868686;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  border: 0;
  border-bottom: 5px solid #cccccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
  float: left;
  height: 55px;
  line-height: 55px;
  margin-right: 10px;
  padding: 0;
  text-transform: uppercase;
  min-width: 80px;
}
.sgi .tabs-box .nav-tabs > li.see-more .dropdown-toggle:active {
  outline: 0;
  box-shadow: none;
}
.sgi .tabs-box .nav-tabs > li.see-more ul {
  margin: 0;
  padding: 0;
}
.sgi .tabs-box .nav-tabs > li.see-more ul li {
  border-bottom: 5px solid #cccccc;
}
.sgi .tabs-box .nav-tabs > li.see-more ul li a {
  font-family: 'robotobold';
  font-size: 12px;
  color: #868686;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  border: 0;
  float: none;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0;
  text-align: center;
}
.sgi .tabs-box .tab-content {
  background-color: white;
  padding: 10px 0 0;
}
.sgi .tabs-box .tab-content:before,
.sgi .tabs-box .tab-content:after {
  content: " ";
  display: table;
}
.sgi .tabs-box .tab-content:after {
  clear: both;
}
.sgi .tabs-box .tab-content .page-head {
  margin-top: -20px;
}
.sgi .tabs-box .tab-content .tab-content-height {
  height: 320px;
}
.sgi .tabs-box .tab-content table {
  min-width: 100%;
}
.sgi .tabs-box .tab-content table tr {
  border-bottom: 1px solid #cccccc;
}
.sgi .tabs-box .tab-content table tr th {
  background-color: #e4e5e5;
  font-family: 'robotobold';
  font-size: 11px;
  color: #7d7f82;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  height: 50px;
  padding: 10px 20px;
  text-transform: uppercase;
  white-space: nowrap;
}
.sgi .tabs-box .tab-content table tr th.small-padding {
  padding: 10px 5px;
}
.sgi .tabs-box .tab-content table tr th.small-padding:first-child {
  padding-left: 10px;
}
.sgi .tabs-box .tab-content table tr th.checkbox-col {
  padding-right: 0;
}
.sgi .tabs-box .tab-content table tr td {
  font-family: 'robotobold';
  font-size: 11px;
  color: #868686;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  padding: 15px 20px;
  white-space: nowrap;
}
.sgi .tabs-box .tab-content table tr td.checkbox-col {
  padding-right: 0;
}
.sgi .tabs-box .tab-content .tab-actions {
  padding: 14px;
  text-align: center;
}
.sgi .tabs-box .tab-content > .tab-pane > .tab-border-content {
  margin: 10px 20px 20px;
}
.sgi .tabs-box .tab-content .tab-border-content {
  border: 3px solid whitesmoke;
  margin: 0;
  padding: 15px;
}
.sgi .tabs-box .tab-content .tab-border-content:before,
.sgi .tabs-box .tab-content .tab-border-content:after {
  content: " ";
  display: table;
}
.sgi .tabs-box .tab-content .tab-border-content:after {
  clear: both;
}
.sgi .tabs-box .tab-content .tab-border-content > .row {
  margin-left: -20px;
  margin-right: -20px;
}
.sgi .tabs-box .tab-content .tab-border-content .tab-border-content {
  margin: 10px 10px 0;
}
.sgi .tabs-box .tab-content .tab-border-content .tab-border-content:first-child {
  margin-top: 0;
}
.sgi .tabs-box .tab-content .tab-border-content .tab-border-content:last-child {
  margin-bottom: 0;
}
.sgi .tabs-box .tab-content .tab-border-content h2.h2-title {
  margin: 0 5px 10px 0;
}
.sgi .tabs-box .tab-content .tab-border-content h2.h2-title .conteudo {
  font-weight: 700;
}
.sgi .tabs-box .tab-content .tab-border-content .results-table-box {
  margin-right: 10px;
  margin-left: 10px;
}
.sgi .tabs-box .tab-content .tab-border-content .results-table-box-duo {
  margin-right: 0;
  margin-left: 0;
}
.sgi .tabs-box .tab-content .tab-padded-content {
  padding: 10px 20px 20px;
}
.sgi .tabs-box .tab-content .tab-padded-content .tab-header-padded {
  background-color: #cccccc;
  padding: 5px 0 10px 30px;
}
.sgi .tabs-box .tab-content .tab-padded-content h2.h2-title {
  margin: 0 5px 10px 0;
}
.sgi .tabs-box .tab-content .tab-padded-content h2.h2-title .conteudo {
  font-weight: 700;
}
.sgi .tabs-box .tab-content .tab-padded-content h2.h2-title-box {
  margin: 20px 0 20px 10px !important;
}
.sgi .tabs-box .tab-content .tab-padded-content .h2-title:first-child {
  margin-top: 10px !important;
}
.sgi .tabs-box .tab-content .tab-padded-content .form-group-padrao .form-group:first-child {
  margin: 10px !important;
}
.sgi .tabs-box .tab-content .tab-padded-content .form-group:first-child {
  margin-left: 0px;
}
.sgi .tabs-box .tab-content .tab-padded-content .tab-line-checkboxlist {
  border-bottom: 1px solid #ededed;
  padding-bottom: 10px;
  padding-top: 4px;
}
.sgi .tabs-box .tab-content .tab-regular-padded-content {
  padding: 5px 20px;
}
.sgi .tabs-box .tab-content .tab-text-grey {
  color: #868686;
}
.sgi .tabs-box .tab-content .tab-overflow-x {
  overflow-x: auto;
}
.sgi .tabs-box .tab-content .tab-overflow-x-hide {
  overflow-x: hidden;
}
.sgi .tabs-box .tab-content .tab-overflow-y {
  overflow-y: auto;
}
.sgi .tabs-box .tab-content .tab-width-row {
  width: 101%;
}
.sgi .tabs-box .tab-content .tab-parameters-content-height {
  height: 258px;
}
.sgi .tabs-box .tab-content .tab-columns-content-height {
  height: 247px;
}
.sgi .tabs-box .tab-section {
  border-bottom: 2px solid whitesmoke;
  padding: 0 0 15px;
}
.sgi .tabs-box .tab-section:before,
.sgi .tabs-box .tab-section:after {
  content: " ";
  display: table;
}
.sgi .tabs-box .tab-section:after {
  clear: both;
}
.sgi .tabs-box .tab-section .tab-border-content {
  margin: 0;
}
.sgi .tabs-box .tab-section .h2-title {
  margin: 25px 10px;
}
.sgi .tabs-box .tab-section .h2-title .conteudo {
  font-weight: 700;
}
.sgi .tabs-box .tab-section .h2-title-box {
  margin: 25px 0 !important;
}
.sgi .tabs-box .tab-section > a + a {
  margin-left: 20px;
}
.sgi .tabs-box .tab-section > .form-inline + .form-inline {
  margin-top: 10px;
  margin-bottom: 10px;
}
.sgi .nav-tabs-steps {
  display: flex;
  width: 100%;
  height: 48px;
  box-sizing: border-box;
}
.sgi .nav-tabs-steps .nav-tabs-steps-tab {
  display: block;
  flex-grow: 1;
  flex-shrink: 0;
  background: #dddddd;
  font-family: 'robotobold';
  font-size: 16px;
  color: rgba(0, 0, 0, 0.54);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  padding: 0;
}
.sgi .nav-tabs-steps .nav-tabs-steps-tab a,
.sgi .nav-tabs-steps .nav-tabs-steps-tab a:hover,
.sgi .nav-tabs-steps .nav-tabs-steps-tab a:visited,
.sgi .nav-tabs-steps .nav-tabs-steps-tab a:active,
.sgi .nav-tabs-steps .nav-tabs-steps-tab.active a {
  margin: 0;
  background: transparent !important;
  border: none !important;
  color: inherit !important;
}
.sgi .nav-tabs-steps .nav-tabs-steps-tab a {
  display: block;
  width: 100%;
  height: 48px;
  padding: 12px 50px;
  font-size: inherit;
  color: inherit;
  line-height: 19px;
}
.sgi .nav-tabs-steps .nav-tabs-steps-tab span {
  text-transform: uppercase;
}
.sgi .nav-tabs-steps .nav-tabs-steps-tab .step-marker {
  display: line;
  font-size: 20px;
  line-height: 23px;
  margin-right: 5px;
  vertical-align: text-bottom;
}
.sgi .nav-tabs-steps .nav-tabs-steps-tab.active {
  color: rgba(255, 255, 255, 0.87);
  background-color: #7A8E3E;
  border-bottom: 3px solid #FF005A;
}
.sgi .nav-tabs-steps .nav-tabs-steps-tab.done {
  color: rgba(255, 255, 255, 0.87);
  background-color: #FF005A;
}
.sgi .nav-tabs-steps .nav-tabs-steps-tab.done:after {
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  top: 11px;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224%22%3E%0D%0A%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M9%2016.2L4.8%2012l-1.4%201.4L9%2019%2021%207l-1.4-1.4L9%2016.2z%22%2F%3E%0D%0A%3C%2Fsvg%3E");
}
.sgi .tabs-steps-container {
  margin-top: 20px;
  margin-bottom: 20px;
}
.sgi .tabs-steps-container .tabs-steps > .nav-tabs {
  background-color: transparent;
}
.sgi .tabs-steps-container .tabs-steps > .nav-tabs li a {
  background-color: transparent;
  padding-right: 35px;
}
.sgi .tabs-steps-container .tabs-steps > .nav-tabs li a span {
  background-color: #ededed;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: 'robotobold';
  font-size: 12px;
  color: white;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin-right: 6px;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}
.sgi .tabs-steps-container .tabs-steps > .nav-tabs li.active a {
  background-color: #f1f2f2;
  background-image: url('../images/svg/arrow-triangle-right.svg');
  background-position: right 15px top 18px;
  background-repeat: no-repeat;
  background-size: 8px auto;
}
.sgi .tabs-steps-container .tabs-steps > .nav-tabs li.active a span {
  background-color: #7d7f82;
}
.sgi .tabs-steps-container .tabs-steps > .tab-content {
  background-color: #f1f2f2;
}
.sgi .tabs-steps-container .tabs-steps > .tab-content > .tab-pane > .tabs-container {
  margin: 0;
}
.sgi .tabs-steps-container .tabs-steps .tab-step-content {
  font-size: 12px;
  padding: 20px;
}
.sgi .item-key {
  font-family: 'robotobold';
  font-size: 12px;
  color: #393c40;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.sgi .item-value {
  font-family: 'robotobold';
  font-size: 12px;
  color: #868686;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  white-space: normal;
}
.sgi .strip-list {
  border-top: 1px solid #ededed;
  margin: 0;
  padding: 0;
}
.sgi .strip-list:before,
.sgi .strip-list:after {
  content: " ";
  display: table;
}
.sgi .strip-list:after {
  clear: both;
}
.sgi .strip-list li {
  border-bottom: 1px solid #ededed;
  list-style: none;
  padding: 8px 0;
}
.sgi .strip-table {
  border-top: 1px solid #ededed;
}
.sgi .strip-table tr td {
  padding: 8px 0 !important;
}
.sgi .btn-action {
  border: 2px solid #7A8E3E;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: 'robotobold';
  font-size: 12px;
  color: #7A8E3E;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  padding: 11px 25px 10px;
  text-transform: uppercase;
}
.sgi .btn-action.aspNetDisabled,
.sgi .btn-action.disabled {
  color: #7d7f82;
  border-color: #7d7f82;
  pointer-events: none;
}
.sgi .btn-action:last-child {
  margin-right: 0;
}
.sgi .btn-action:first-child {
  margin-left: 0;
}
.sgi .btn-action .symbol {
  font-size: 23px;
  line-height: 0px;
  position: relative;
  bottom: -3px;
}
.sgi .btn-action.btn-ico-arrow-left {
  background-position: left 20px center;
  background-repeat: no-repeat;
  background-size: 8px auto;
  padding-left: 35px;
  background-image: url('../images/svg/arrow-bold-left.svg');
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2212px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2012%2020%22%20enable-background%3D%22new%200%200%2012%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%237A8E3E%22%20d%3D%22M9.766%2C0L0%2C9.999l9.766%2C9.999L12%2C17.742L4.437%2C9.999L12%2C2.256%0D%0A%09L9.766%2C0z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  color: #7A8E3E;
}
.sgi .btn-action.btn-ico-arrow-left:hover {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2212px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2012%2020%22%20enable-background%3D%22new%200%200%2012%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%237d7f82%22%20d%3D%22M9.766%2C0L0%2C9.999l9.766%2C9.999L12%2C17.742L4.437%2C9.999L12%2C2.256%0D%0A%09L9.766%2C0z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  color: #7d7f82;
}
.sgi .btn-action.btn-ico-arrow-left:focus {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2212px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2012%2020%22%20enable-background%3D%22new%200%200%2012%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%237A8E3E%22%20d%3D%22M9.766%2C0L0%2C9.999l9.766%2C9.999L12%2C17.742L4.437%2C9.999L12%2C2.256%0D%0A%09L9.766%2C0z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  color: #7A8E3E;
}
.sgi .btn-action.btn-ico-arrow-left:active {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2212px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2012%2020%22%20enable-background%3D%22new%200%200%2012%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%237A8E3E%22%20d%3D%22M9.766%2C0L0%2C9.999l9.766%2C9.999L12%2C17.742L4.437%2C9.999L12%2C2.256%0D%0A%09L9.766%2C0z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  color: #7A8E3E;
}
.sgi .btn-action.btn-ico-arrow-right {
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 8px auto;
  padding-right: 35px;
  background-image: url('../images/svg/arrow-bold-right.svg');
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2212px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2012%2020%22%20enable-background%3D%22new%200%200%2012%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%237A8E3E%22%20d%3D%22M2.234%2C19.998L12%2C9.999L2.234%2C0L0%2C2.256l7.563%2C7.743L0%2C17.742L2.234%2C19.998z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  color: #7A8E3E;
}
.sgi .btn-action.btn-ico-arrow-right:hover {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2212px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2012%2020%22%20enable-background%3D%22new%200%200%2012%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%237d7f82%22%20d%3D%22M2.234%2C19.998L12%2C9.999L2.234%2C0L0%2C2.256l7.563%2C7.743L0%2C17.742L2.234%2C19.998z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  color: #7d7f82;
}
.sgi .btn-action.btn-ico-arrow-right:focus {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2212px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2012%2020%22%20enable-background%3D%22new%200%200%2012%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%237A8E3E%22%20d%3D%22M2.234%2C19.998L12%2C9.999L2.234%2C0L0%2C2.256l7.563%2C7.743L0%2C17.742L2.234%2C19.998z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  color: #7A8E3E;
}
.sgi .btn-action.btn-ico-arrow-right:active {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2212px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2012%2020%22%20enable-background%3D%22new%200%200%2012%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%237A8E3E%22%20d%3D%22M2.234%2C19.998L12%2C9.999L2.234%2C0L0%2C2.256l7.563%2C7.743L0%2C17.742L2.234%2C19.998z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  color: #7A8E3E;
}
.sgi .btn-action.btn-ico-upload {
  background-position: right 16px center;
  background-repeat: no-repeat;
  background-size: 24px auto;
  padding-right: 45px;
  background-image: url('../images/svg/upload-material.svg');
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20fill%3D%22%237A8E3E%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M9%2016h6v-6h4l-7-7-7%207h4zm-4%202h14v2H5z%22%2F%3E%0D%0A%3C%2Fsvg%3E");
  color: #7A8E3E;
}
.sgi .btn-action.btn-ico-upload:hover {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20fill%3D%22%237d7f82%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M9%2016h6v-6h4l-7-7-7%207h4zm-4%202h14v2H5z%22%2F%3E%0D%0A%3C%2Fsvg%3E");
  color: #7d7f82;
}
.sgi .btn-action.btn-ico-upload:focus {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20fill%3D%22%237A8E3E%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M9%2016h6v-6h4l-7-7-7%207h4zm-4%202h14v2H5z%22%2F%3E%0D%0A%3C%2Fsvg%3E");
  color: #7A8E3E;
}
.sgi .btn-action.btn-ico-upload:active {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20fill%3D%22%237A8E3E%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M9%2016h6v-6h4l-7-7-7%207h4zm-4%202h14v2H5z%22%2F%3E%0D%0A%3C%2Fsvg%3E");
  color: #7A8E3E;
}
.sgi .btn-action.btn-action-large {
  padding-right: 60px;
  padding-left: 60px;
}
.sgi .btn-action:hover {
  border-color: #7d7f82;
  color: #7d7f82;
}
.sgi .btn-action:focus {
  border-color: #7A8E3E;
  color: #7A8E3E;
}
.sgi .btn-action:active {
  border-color: #7A8E3E;
  color: #7A8E3E;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.sgi .btn-material {
  font-family: 'robotobold';
  font-size: 12px;
  color: #7d7f82;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 11px 25px 10px;
  text-transform: uppercase;
  transition: 0.1s all, 0.3s background-color;
}
.sgi .btn-material.aspNetDisabled,
.sgi .btn-material.disabled {
  color: #7d7f82;
  border-color: #7d7f82;
  pointer-events: none;
}
.sgi .btn-material:last-child {
  margin-right: 0;
}
.sgi .btn-material:first-child {
  margin-left: 0;
}
.sgi .btn-material:hover {
  background: rgba(125, 127, 130, 0.05);
  border-color: #7d7f82;
  color: #7d7f82;
}
.sgi .btn-material:focus {
  border-color: #7A8E3E;
  color: #7A8E3E;
}
.sgi .btn-material:active {
  border-color: #7A8E3E;
  color: #7A8E3E;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.sgi .btn-material .material-icons {
  vertical-align: middle;
  color: #7A8E3E;
  margin-right: 10px;
}
.sgi .btn-material .ico {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.sgi .status-circle {
  background-color: white;
  border: 2px solid #b2b2b2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  height: 15px;
  position: relative;
  width: 15px;
}
.sgi .status-circle:after {
  background-color: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  content: '';
  display: block;
  height: 9px;
  left: 1px;
  position: absolute;
  top: 1px;
  width: 9px;
}
.sgi .status-circle.status-active:after {
  background-color: #4bc5b2;
}
.sgi .status-circle.status-green:after {
  background-color: #4bc5b2;
}
.sgi .status-circle.status-yellow:after {
  background-color: #ffd800;
}
.sgi .status-circle.status-red:after {
  background-color: #d05656;
}
button[disabled] .color-piker-btn {
  cursor: not-allowed;
}
.sgi .img-upload-icon {
  height: 40px;
}
.sgi .img-upload-icon[src*=".png"] {
  background: #dfdfdf;
}
.sgi .btn ~ .img-upload-icon {
  margin-left: 10px;
}
.text-roboto {
  font-family: 'robotoregular';
  font-size: 14px;
  color: rgba(0, 0, 0, 0.54);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.sgi .ico {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10px auto;
  display: inline-block;
  height: 14px;
  margin: 0px;
  vertical-align: middle;
  width: 10px;
}
.sgi .ico.ico-add {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20fill%3D%22%23fff%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M19%2013h-6v6h-2v-6H5v-2h6V5h2v6h6v2z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%0D%0A%3C%2Fsvg%3E");
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
}
.sgi .ico.ico-search {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2224.374px%22%20height%3D%2224.375px%22%20viewBox%3D%220%200%2024.374%2024.375%22%20enable-background%3D%22new%200%200%2024.374%2024.375%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2224.374%22%20height%3D%2224.375%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22%237A8E3E%22%20d%3D%22M8.911%2C17.82c2.28%2C0%2C4.56-0.87%2C6.299-2.609c3.48-3.48%2C3.48-9.121%2C0-12.601%0D%0A%09%09C13.471%2C0.87%2C11.19%2C0%2C8.911%2C0C6.63%2C0%2C4.349%2C0.87%2C2.609%2C2.61c-3.479%2C3.48-3.479%2C9.121%2C0%2C12.601C4.349%2C16.95%2C6.63%2C17.82%2C8.911%2C17.82%0D%0A%09%09%20M4.907%2C4.908C5.977%2C3.839%2C7.398%2C3.25%2C8.91%2C3.25c1.512%2C0%2C2.934%2C0.589%2C4.003%2C1.658c1.068%2C1.07%2C1.658%2C2.491%2C1.658%2C4.003%0D%0A%09%09c0%2C1.512-0.59%2C2.933-1.658%2C4.002c-1.069%2C1.068-2.491%2C1.657-4.002%2C1.657c-1.513%2C0-2.933-0.589-4.003-1.658%0D%0A%09%09c-1.07-1.069-1.659-2.49-1.659-4.002C3.249%2C7.398%2C3.838%2C5.977%2C4.907%2C4.908%20M17.502%2C15.211l6.872%2C6.873l-2.289%2C2.291l-6.875-6.873%0D%0A%09%09L17.502%2C15.211z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .ico.ico-help {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2018.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%2214.9%207.4%2010.1%2010.1%22%20enable-background%3D%22new%2014.9%207.4%2010.1%2010.1%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%237A8E3E%22%20d%3D%22M23.5%2C8.9c-1.9-1.9-5.1-1.9-7.1%2C0s-1.9%2C5.1%2C0%2C7.1s5.1%2C1.9%2C7.1%2C0S25.5%2C10.9%2C23.5%2C8.9z%20M20%2C15.5%0D%0A%09c-0.5%2C0-0.8-0.4-0.8-0.8c0-0.5%2C0.4-0.8%2C0.8-0.8c0.5%2C0%2C0.8%2C0.4%2C0.8%2C0.8C20.8%2C15.1%2C20.4%2C15.5%2C20%2C15.5z%20M20.4%2C12.7v0.4%0D%0A%09c0%2C0.2-0.1%2C0.3-0.3%2C0.3h-0.6c-0.2%2C0-0.3-0.1-0.3-0.3v-1c0-0.2%2C0.3-0.3%2C0.5-0.4c0.1%2C0%2C0.1%2C0%2C0.2%2C0c0.3-0.1%2C0.5-0.2%2C0.5-0.6%0D%0A%09c0-0.1%2C0-0.4-0.5-0.4c-0.3%2C0-0.6%2C0.1-0.8%2C0.2c-0.1%2C0-0.1%2C0.1-0.2%2C0.1c-0.1%2C0-0.2-0.1-0.2-0.2l-0.2-0.5c0%2C0%2C0-0.1%2C0-0.1%0D%0A%09c0-0.4%2C1.2-0.6%2C1.6-0.6c1%2C0%2C1.7%2C0.7%2C1.7%2C1.6C21.7%2C12.2%2C20.9%2C12.5%2C20.4%2C12.7z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .ico.ico-pc-mobile-star {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Camada_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2048%2048%22%20style%3D%22enable-background%3Anew%200%200%2048%2048%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st1%7Bfill%3Anone%3B%7D%0D%0A%09.st2%7Bfill%3A%23FFFFFF%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Ccircle%20fill%3D%22%237A8E3E%22%20cx%3D%2224%22%20cy%3D%2224%22%20r%3D%2224%22%2F%3E%0D%0A%3Cpath%20class%3D%22st1%22%20d%3D%22M20.1%2C9.3h19.7v19.7H20.1V9.3z%22%2F%3E%0D%0A%3Cpath%20class%3D%22st2%22%20d%3D%22M36.8%2C23.8l-5.8%2C0c-0.6%2C0-1.2%2C0.5-1.2%2C1.2v10.5c0%2C0.6%2C0.5%2C1.2%2C1.2%2C1.2h5.8c0.6%2C0%2C1.2-0.5%2C1.2-1.2V25%0D%0A%09C38%2C24.4%2C37.4%2C23.8%2C36.8%2C23.8z%20M36.8%2C34.3H31v-8.1h5.8V34.3z%20M33.3%2C13.4H12.4c-1.3%2C0-2.3%2C1-2.3%2C2.3v14c0%2C1.3%2C1%2C2.3%2C2.3%2C2.3h8.1v2.3%0D%0A%09h-2.3v2.3h9.3v-2.3h-2.3V32h2.3v-2.3H12.4v-14h20.9v5.8h2.3v-5.8C35.6%2C14.4%2C34.6%2C13.4%2C33.3%2C13.4z%20M24%2C21.5L22.8%2C18l-1.1%2C3.5h-3.5%0D%0A%09l2.9%2C2L20%2C26.9l2.9-2.1l2.9%2C2.1l-1.1-3.4l2.9-2H24z%22%2F%3E%0D%0A%3C%2Fsvg%3E");
}
.sgi .ico.ico-calendar {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2227.034px%22%20height%3D%2227.034px%22%20viewBox%3D%220%200%2027.034%2027.034%22%20enable-background%3D%22new%200%200%2027.034%2027.034%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2227.034%22%20height%3D%2227.034%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%237A8E3E%22%20d%3D%22M0%2C24.781%0D%0A%09%09c0%2C1.246%2C1.009%2C2.253%2C2.253%2C2.253h22.529c1.244%2C0%2C2.253-1.007%2C2.253-2.253V5.07c0-1.246-1.009-2.253-2.253-2.253h-2.254V1.408%0D%0A%09%09C22.528%2C0.631%2C21.897%2C0%2C21.12%2C0s-1.408%2C0.631-1.408%2C1.408v1.409H17.46V1.408C17.46%2C0.631%2C16.829%2C0%2C16.052%2C0%0D%0A%09%09s-1.408%2C0.631-1.408%2C1.408v1.409h-2.253V1.408C12.391%2C0.631%2C11.76%2C0%2C10.983%2C0c-0.777%2C0-1.407%2C0.631-1.407%2C1.408v1.409H7.322V1.408%0D%0A%09%09C7.322%2C0.631%2C6.691%2C0%2C5.913%2C0C5.137%2C0%2C4.506%2C0.631%2C4.506%2C1.408v1.409H2.253C1.009%2C2.817%2C0%2C3.824%2C0%2C5.07V24.781z%20M4.056%2C5.632h0.45%0D%0A%09%09v1.972c0%2C0.777%2C0.631%2C1.408%2C1.407%2C1.408c0.778%2C0%2C1.409-0.631%2C1.409-1.408V5.632h2.254v1.972c0%2C0.777%2C0.63%2C1.408%2C1.407%2C1.408%0D%0A%09%09c0.777%2C0%2C1.408-0.631%2C1.408-1.408V5.632h2.253v1.972c0%2C0.777%2C0.631%2C1.408%2C1.408%2C1.408s1.408-0.631%2C1.408-1.408V5.632h2.252v1.972%0D%0A%09%09c0%2C0.777%2C0.631%2C1.408%2C1.408%2C1.408s1.408-0.631%2C1.408-1.408V5.632h0.451c0.688%2C0%2C1.238%2C0.553%2C1.238%2C1.239v5.97%0D%0A%09%09c0%2C0.687-0.551%2C1.239-1.238%2C1.239H4.056c-0.687%2C0-1.24-0.552-1.24-1.239v-5.97C2.816%2C6.185%2C3.369%2C5.632%2C4.056%2C5.632%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .ico.ico-calendar-material {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20fill%3D%22%237A8E3E%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M9%2011H7v2h2v-2zm4%200h-2v2h2v-2zm4%200h-2v2h2v-2zm2-7h-1V2h-2v2H8V2H6v2H5c-1.11%200-1.99.9-1.99%202L3%2020c0%201.1.89%202%202%202h14c1.1%200%202-.9%202-2V6c0-1.1-.9-2-2-2zm0%2016H5V9h14v11z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%0D%0A%3C%2Fsvg%3E");
}
.sgi .ico.ico-calculator {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20id%3D%22Layer_1%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2227.035px%22%20height%3D%2227.034px%22%20viewBox%3D%220%200%2027.035%2027.034%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%3Cdefs%3E%0D%0A%20%20%20%20%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2227.035%22%20height%3D%2227.034%22%2F%3E%0D%0A%20%20%3C%2Fdefs%3E%0D%0A%20%20%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%237A8E3E%22%20d%3D%22M%2024.782%200%20L%202.253%200%20C%201.008%200%200%201.008%200%202.253%20L%200%2024.781%20C%200%2026.026%201.008%2027.034%202.253%2027.034%20L%2024.782%2027.034%20C%2026.026%2027.034%2027.035%2026.026%2027.035%2024.781%20L%2027.035%202.253%20C%2027.035%201.008%2026.026%200%2024.782%200%20M%209.162%2021.759%20C%208.666%2021.263%208.169%2020.766%207.673%2020.27%20C%207.176%2020.766%206.68%2021.263%206.184%2021.759%20C%205.443%2022.5%204.295%2021.353%205.036%2020.612%20C%205.532%2020.116%206.029%2019.619%206.525%2019.123%20C%206.044%2018.642%205.563%2018.16%205.082%2017.68%20C%204.341%2016.939%205.489%2015.791%206.229%2016.533%20C%206.71%2017.013%207.192%2017.495%207.673%2017.976%20C%208.154%2017.495%208.635%2017.013%209.116%2016.533%20C%209.857%2015.792%2011.004%2016.939%2010.264%2017.68%20C%209.783%2018.16%209.302%2018.642%208.82%2019.123%20C%209.317%2019.619%209.813%2020.116%2010.31%2020.612%20C%2011.051%2021.353%209.903%2022.5%209.162%2021.759%20M%2010.717%209.046%20L%208.604%209.046%20L%208.604%2011.236%20C%208.604%2012.283%206.981%2012.283%206.981%2011.236%20L%206.981%209.046%20L%204.946%209.046%20C%203.9%209.046%203.9%207.423%204.946%207.423%20L%206.981%207.423%20L%206.981%205.466%20C%206.981%204.419%208.604%204.419%208.604%205.466%20L%208.604%207.423%20L%2010.717%207.423%20C%2011.764%207.423%2011.764%209.046%2010.717%209.046%20M%2019.082%2021.875%20C%2018.611%2021.875%2018.228%2021.493%2018.228%2021.021%20C%2018.228%2020.55%2018.612%2020.167%2019.082%2020.167%20C%2019.552%2020.167%2019.936%2020.55%2019.936%2021.021%20C%2019.936%2021.493%2019.553%2021.875%2019.082%2021.875%20M%2022.123%2019.37%20L%2016.352%2019.37%20C%2015.306%2019.37%2015.306%2017.747%2016.352%2017.747%20L%2022.123%2017.747%20C%2023.17%2017.747%2023.17%2019.37%2022.123%2019.37%20M%2018.228%2016.152%20C%2018.228%2015.681%2018.612%2015.298%2019.082%2015.298%20C%2019.552%2015.298%2019.936%2015.681%2019.936%2016.152%20C%2019.936%2016.624%2019.553%2017.006%2019.082%2017.006%20C%2018.611%2017.006%2018.228%2016.624%2018.228%2016.152%20M%2022.123%209.046%20L%2016.352%209.046%20C%2015.306%209.046%2015.306%207.423%2016.352%207.423%20L%2022.123%207.423%20C%2023.17%207.423%2023.17%209.046%2022.123%209.046%22%2F%3E%0D%0A%3C%2Fsvg%3E");
}
.sgi .ico.ico-ajuda-contextual {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2018.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%2214.9%207.4%2010.1%2010.1%22%20enable-background%3D%22new%2014.9%207.4%2010.1%2010.1%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%237A8E3E%22%20d%3D%22M23.5%2C8.9c-1.9-1.9-5.1-1.9-7.1%2C0s-1.9%2C5.1%2C0%2C7.1s5.1%2C1.9%2C7.1%2C0S25.5%2C10.9%2C23.5%2C8.9z%20M20%2C15.5%0D%0A%09c-0.5%2C0-0.8-0.4-0.8-0.8c0-0.5%2C0.4-0.8%2C0.8-0.8c0.5%2C0%2C0.8%2C0.4%2C0.8%2C0.8C20.8%2C15.1%2C20.4%2C15.5%2C20%2C15.5z%20M20.4%2C12.7v0.4%0D%0A%09c0%2C0.2-0.1%2C0.3-0.3%2C0.3h-0.6c-0.2%2C0-0.3-0.1-0.3-0.3v-1c0-0.2%2C0.3-0.3%2C0.5-0.4c0.1%2C0%2C0.1%2C0%2C0.2%2C0c0.3-0.1%2C0.5-0.2%2C0.5-0.6%0D%0A%09c0-0.1%2C0-0.4-0.5-0.4c-0.3%2C0-0.6%2C0.1-0.8%2C0.2c-0.1%2C0-0.1%2C0.1-0.2%2C0.1c-0.1%2C0-0.2-0.1-0.2-0.2l-0.2-0.5c0%2C0%2C0-0.1%2C0-0.1%0D%0A%09c0-0.4%2C1.2-0.6%2C1.6-0.6c1%2C0%2C1.7%2C0.7%2C1.7%2C1.6C21.7%2C12.2%2C20.9%2C12.5%2C20.4%2C12.7z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-size: 16px auto;
  width: 16px;
  height: 16px;
}
.sgi .ico.ico-ajuda-contextual-grey {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2018.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%2214.9%207.4%2010.1%2010.1%22%20enable-background%3D%22new%2014.9%207.4%2010.1%2010.1%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%23868686%22%20d%3D%22M23.5%2C8.9c-1.9-1.9-5.1-1.9-7.1%2C0s-1.9%2C5.1%2C0%2C7.1s5.1%2C1.9%2C7.1%2C0S25.5%2C10.9%2C23.5%2C8.9z%20M20%2C15.5%0D%0A%09c-0.5%2C0-0.8-0.4-0.8-0.8c0-0.5%2C0.4-0.8%2C0.8-0.8c0.5%2C0%2C0.8%2C0.4%2C0.8%2C0.8C20.8%2C15.1%2C20.4%2C15.5%2C20%2C15.5z%20M20.4%2C12.7v0.4%0D%0A%09c0%2C0.2-0.1%2C0.3-0.3%2C0.3h-0.6c-0.2%2C0-0.3-0.1-0.3-0.3v-1c0-0.2%2C0.3-0.3%2C0.5-0.4c0.1%2C0%2C0.1%2C0%2C0.2%2C0c0.3-0.1%2C0.5-0.2%2C0.5-0.6%0D%0A%09c0-0.1%2C0-0.4-0.5-0.4c-0.3%2C0-0.6%2C0.1-0.8%2C0.2c-0.1%2C0-0.1%2C0.1-0.2%2C0.1c-0.1%2C0-0.2-0.1-0.2-0.2l-0.2-0.5c0%2C0%2C0-0.1%2C0-0.1%0D%0A%09c0-0.4%2C1.2-0.6%2C1.6-0.6c1%2C0%2C1.7%2C0.7%2C1.7%2C1.6C21.7%2C12.2%2C20.9%2C12.5%2C20.4%2C12.7z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-size: 14px auto;
  width: 14px;
  height: 14px;
  padding-left: 20px;
  margin-bottom: 5px;
}
.sgi .ico-16 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px auto;
  display: inline-block;
  height: 16px;
  margin: 0px;
  vertical-align: middle;
  width: 16px;
}
.sgi .ico-16.ico-card {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2227.035px%22%20height%3D%2223.649px%22%20viewBox%3D%220%200%2027.035%2023.649%22%20enable-background%3D%22new%200%200%2027.035%2023.649%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20y%3D%220%22%20width%3D%2227.035%22%20height%3D%2223.649%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%237A8E3E%22%20d%3D%22M24.781%2C1.12h-6.543v2.888%0D%0A%09%09c0%2C0.841-0.683%2C1.523-1.524%2C1.523H10.27c-0.842%2C0-1.524-0.682-1.524-1.523V1.12H2.254C1.008%2C1.12%2C0%2C2.129%2C0%2C3.373v18.023%0D%0A%09%09c0%2C1.244%2C1.008%2C2.253%2C2.254%2C2.253h22.527c1.246%2C0%2C2.254-1.009%2C2.254-2.253V3.373C27.035%2C2.129%2C26.027%2C1.12%2C24.781%2C1.12%0D%0A%09%09%20M13.517%2C17.735c0%2C0.468-0.388%2C0.845-0.867%2C0.845H5.937c-0.48%2C0-0.867-0.377-0.867-0.845v-1.059%0D%0A%09%09c0.004-0.242%2C0.106-0.698%2C0.281-0.93c0.625-0.788%2C1.164-1.183%2C2.506-1.317c0.27-0.034%2C0.473-0.26%2C0.473-0.523%0D%0A%09%09c0-0.187-0.607-0.738-0.607-0.738c-0.631-0.637-0.963-1.673-0.963-2.472c0-1.234%2C1.064-2.253%2C2.533-2.253%0D%0A%09%09c1.443%2C0%2C2.535%2C1.019%2C2.535%2C2.253c0%2C0.793-0.338%2C1.825-0.969%2C2.46c0.006%2C0.006-0.603%2C0.563-0.603%2C0.75%0D%0A%09%09c0%2C0.253%2C0.179%2C0.467%2C0.427%2C0.512c1.37%2C0.135%2C1.922%2C0.53%2C2.553%2C1.329c0.18%2C0.231%2C0.276%2C0.688%2C0.281%2C0.93V17.735z%20M19.994%2C17.454%0D%0A%09%09h-2.816c-0.775%2C0-1.406-0.631-1.406-1.408s0.631-1.408%2C1.406-1.408h2.816c0.777%2C0%2C1.408%2C0.631%2C1.408%2C1.408%0D%0A%09%09S20.771%2C17.454%2C19.994%2C17.454%20M19.994%2C12.385h-2.816c-0.775%2C0-1.406-0.631-1.406-1.408c0-0.778%2C0.631-1.408%2C1.406-1.408h2.816%0D%0A%09%09c0.777%2C0%2C1.408%2C0.63%2C1.408%2C1.408C21.402%2C11.754%2C20.771%2C12.385%2C19.994%2C12.385%22%2F%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%237A8E3E%22%20d%3D%22M17.152%2C3.156%0D%0A%09%09c0%2C0.828-0.671%2C1.5-1.5%2C1.5h-4.5c-0.829%2C0-1.5-0.672-1.5-1.5V1.5c0-0.828%2C0.671-1.5%2C1.5-1.5h4.5c0.829%2C0%2C1.5%2C0.672%2C1.5%2C1.5V3.156z%22%0D%0A%09%09%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .ico-16.ico-box {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2018.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%20id%3D%22Layer_1%22%20display%3D%22none%22%3E%0D%0A%09%3Cpath%20display%3D%22inline%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M13.2%2C29.2c0.8%2C0%2C1.5%2C0.7%2C1.5%2C1.5c0%2C0.8-0.7%2C1.5-1.5%2C1.5H7.6%0D%0A%09%09c-1%2C0-1.9%2C0.8-1.9%2C1.9c0%2C1%2C0.8%2C1.9%2C1.9%2C1.9h20.8c1%2C0%2C1.9-0.8%2C1.9-1.9c0-1-0.8-1.9-1.9-1.9h-5.6c-0.8%2C0-1.5-0.7-1.5-1.5%0D%0A%09%09c0-0.8%2C0.7-1.5%2C1.5-1.5h9.7c1.6%2C0%2C3-1.3%2C3-3V3.1c0-1.6-1.3-3-3-3h-29c-1.6%2C0-3%2C1.3-3%2C3v23.1c0%2C1.6%2C1.3%2C3%2C3%2C3H13.2z%20M16.1%2C23.6%0D%0A%09%09c0-1%2C0.8-1.9%2C1.9-1.9c1%2C0%2C1.9%2C0.8%2C1.9%2C1.9c0%2C1-0.8%2C1.9-1.9%2C1.9C17%2C25.4%2C16.1%2C24.6%2C16.1%2C23.6z%20M5.9%2C3.9h24.2c0.9%2C0%2C1.6%2C0.7%2C1.6%2C1.6%0D%0A%09%09v11.6c0%2C0.9-0.7%2C1.6-1.6%2C1.6H5.9c-0.9%2C0-1.6-0.7-1.6-1.6V5.5C4.2%2C4.6%2C5%2C3.9%2C5.9%2C3.9z%22%2F%3E%0D%0A%09%3Cellipse%20display%3D%22inline%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20cx%3D%2217.9%22%20cy%3D%2223.6%22%20rx%3D%222.6%22%20ry%3D%222.6%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Layer_2%22%20display%3D%22none%22%3E%0D%0A%09%3Cg%20display%3D%22inline%22%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cpath%20d%3D%22M0.1%2C30.4c0%2C1.1%2C0.9%2C1.9%2C1.9%2C1.9h32c1.1%2C0%2C1.9-0.9%2C1.9-1.9V10.4c0-1.1-0.9-1.9-1.9-1.9H18.7c-1.1%2C0-2.5-0.6-3.2-1.4%0D%0A%09%09%09%09l-1.7-1.9c-0.7-0.8-2.1-1.4-3.2-1.4H2c-1.1%2C0-1.9%2C0.9-1.9%2C1.9V30.4z%22%2F%3E%0D%0A%09%09%3C%2Fg%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Layer_3%22%20display%3D%22none%22%3E%0D%0A%09%3Cg%20display%3D%22inline%22%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cg%3E%0D%0A%09%09%09%09%3Cdefs%3E%0D%0A%09%09%09%09%09%3Crect%20id%3D%22SVGID_1_%22%20x%3D%22-0.9%22%20y%3D%223.1%22%20width%3D%2237.7%22%20height%3D%228.5%22%2F%3E%0D%0A%09%09%09%09%3C%2Fdefs%3E%0D%0A%09%09%09%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%09%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%09%09%09%3C%2FclipPath%3E%0D%0A%09%09%09%09%3Cg%20clip-path%3D%22url(%23SVGID_2_)%22%3E%0D%0A%09%09%09%09%09%3Cpath%20d%3D%22M2.2%2C28.1c0%2C1.1%2C0.9%2C1.9%2C1.9%2C1.9h27.9c1.1%2C0%2C1.9-0.9%2C1.9-1.9V10.8c0-1.1-0.9-1.9-1.9-1.9H19c-1.1%2C0-2.5-0.6-3.2-1.4%0D%0A%09%09%09%09%09%09l-1.2-1.3c-0.7-0.8-2.1-1.4-3.2-1.4H4.1c-1.1%2C0-1.9%2C0.9-1.9%2C1.9V28.1z%22%2F%3E%0D%0A%09%09%09%09%3C%2Fg%3E%0D%0A%09%09%09%3C%2Fg%3E%0D%0A%09%09%3C%2Fg%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cpath%20d%3D%22M31.6%2C32.9H4.9c-1.1%2C0-2-0.8-2.2-1.9l-2.1-15c-0.2-1.3%2C0.8-2.5%2C2.2-2.5h31c1.3%2C0%2C2.4%2C1.2%2C2.2%2C2.5l-2.1%2C15%0D%0A%09%09%09%09C33.6%2C32.1%2C32.7%2C32.9%2C31.6%2C32.9z%22%2F%3E%0D%0A%09%09%3C%2Fg%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Layer_4%22%20display%3D%22none%22%3E%0D%0A%09%3Cpath%20display%3D%22inline%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0.6%2C18c0%2C9.6%2C7.8%2C17.4%2C17.4%2C17.4c9.6%2C0%2C17.4-7.8%2C17.4-17.4%0D%0A%09%09c0-9.6-7.8-17.4-17.4-17.4C8.4%2C0.6%2C0.6%2C8.4%2C0.6%2C18z%20M4.2%2C18c0-1.1%2C0.1-2.2%2C0.4-3.2L7.8%2C18l-0.7%2C4.4l2.9%2C2.9v4%0D%0A%09%09C6.5%2C26.8%2C4.2%2C22.6%2C4.2%2C18z%20M14.8%2C4.6c1-0.2%2C2.1-0.4%2C3.2-0.4c1.2%2C0%2C2.4%2C0.2%2C3.5%2C0.5l-0.6%2C1l0.7%2C0.7h2.2l0.6-0.6%0D%0A%09%09c0.5%2C0.3%2C1%2C0.6%2C1.5%2C0.9l-1.3%2C0.4l-1.5%2C1.5l1.5%2C0.7V10h-1.5v1.5c0%2C0%2C1%2C0.7%2C2.2%2C0.7c1.2%2C0%2C0.6-1.6%2C1.5-2.2c0.8-0.6%2C1.8-0.5%2C1.8-0.5%0D%0A%09%09L29%2C9.7c0.9%2C1.2%2C1.6%2C2.5%2C2.1%2C3.9v0.1c0%2C0-1-0.7-2.9-0.7c-1.9%2C0-3.6%2C0.7-3.6%2C0.7s-2%2C0.6-2.2%2C2.2c-0.2%2C2.7%2C0.7%2C3.6%2C0.7%2C3.6l3.6%2C2.2%0D%0A%09%09v7.1c-2.4%2C1.9-5.4%2C3.1-8.7%2C3.1c-1.6%2C0-3.1-0.3-4.5-0.7l3.7-8.7l-0.7-3.6c0%2C0-2.9-3.6-4.4-3.6c-1.5%2C0-2.2%2C2.2-2.2%2C2.2l-1.5-2.9%0D%0A%09%09l4.4-2.9l2.2-5.8L14.8%2C4.6z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Layer_5%22%20display%3D%22none%22%3E%0D%0A%09%3Cpath%20display%3D%22inline%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5.7%2C25.5c0%2C0%2C2.1-1.9%2C6.3-1.9c4.9%2C0%2C8.9%2C3.5%2C13.2%2C3.5%0D%0A%09%09c3.6%2C0%2C6.3-1.6%2C7.8-3c0.5-0.5%2C0.8-1.3%2C0.8-2V5c0-0.9-0.6-1.6-1.5-1.6c-0.6%2C0-1%2C0.4-1.5%2C0.8c-0.6%2C0.6-2.3%2C1.9-6.5%2C1.9%0D%0A%09%09c-3.8%2C0-6.9-3.5-11.8-3.5c-4.8%2C0-6.8%2C1.6-6.8%2C1.6V2.9c0-1-0.8-1.8-1.8-1.8c-1%2C0-1.8%2C0.8-1.8%2C1.8v30.2c0%2C1%2C0.8%2C1.8%2C1.8%2C1.8%0D%0A%09%09c1%2C0%2C1.8-0.8%2C1.8-1.8V25.5z%20M8.5%2C8.2v11.2c0%2C0.8-0.6%2C1.4-1.4%2C1.4c-0.8%2C0-1.4-0.6-1.4-1.4V8.2c0-0.8%2C0.6-1.4%2C1.4-1.4%0D%0A%09%09C7.9%2C6.8%2C8.5%2C7.4%2C8.5%2C8.2z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Layer_6%22%20display%3D%22none%22%3E%0D%0A%09%3Cpath%20display%3D%22inline%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M20.3%2C16.4l7.7-5.7c0.9-0.9%2C0.9-1.8%2C0-2.7l-7.7-5.7%0D%0A%09%09C20.1%2C2.1%2C19.8%2C2%2C19.5%2C2C18.6%2C2%2C18%2C2.6%2C18%2C3.4V6C10.3%2C6%2C4%2C12.3%2C4%2C20c0%2C7.7%2C6.3%2C14%2C14%2C14c7.2%2C0%2C13.1-5.4%2C13.9-12.3c0%2C0%2C0-0.2%2C0-0.3%0D%0A%09%09c0-0.7-0.6-1.3-1.3-1.3h-3.4c-1.1%2C0-1.9%2C0.8-2%2C1.4c-0.6%2C3.4-3.6%2C5.9-7.2%2C5.9c-4.1%2C0-7.3-3.3-7.3-7.3c0-4%2C3.3-7.3%2C7.3-7.3v2.6%0D%0A%09%09c0%2C0.8%2C0.6%2C1.4%2C1.5%2C1.4C19.8%2C16.7%2C20.1%2C16.6%2C20.3%2C16.4z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Layer_7%22%20display%3D%22none%22%3E%0D%0A%09%3Cpath%20display%3D%22inline%22%20d%3D%22M18%2C34.1C9.1%2C34.1%2C1.9%2C26.9%2C1.9%2C18S9.1%2C1.9%2C18%2C1.9c8.9%2C0%2C16.1%2C7.2%2C16.1%2C16.1S26.9%2C34.1%2C18%2C34.1z%20M18%2C6.4%0D%0A%09%09C11.6%2C6.4%2C6.4%2C11.6%2C6.4%2C18S11.6%2C29.6%2C18%2C29.6S29.6%2C24.4%2C29.6%2C18S24.4%2C6.4%2C18%2C6.4z%22%2F%3E%0D%0A%09%0D%0A%09%09%3Crect%20x%3D%224.4%22%20y%3D%2215.8%22%20transform%3D%22matrix(0.7071%200.7071%20-0.7071%200.7071%2018.0004%20-7.4558)%22%20display%3D%22inline%22%20width%3D%2227.1%22%20height%3D%224.5%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Layer_8%22%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%237A8E3E%22%20d%3D%22M33.7%2C7.5L33.7%2C7.5L18.6%2C3.8c-0.3-0.1-0.6-0.1-0.9-0.1c-0.3%2C0-0.6%2C0-0.9%2C0.1L2.3%2C7.6c-0.5%2C0.1-1%2C0.8-1%2C1.4%0D%0A%09%09%09l0%2C16.1c0.1%2C1.3%2C1%2C2.5%2C2.2%2C2.9l13.6%2C4.3c0.2%2C0%2C0.4%2C0.1%2C0.6%2C0.1c0.2%2C0%2C0.4%2C0%2C0.6-0.1l15.4-5.1c0%2C0%2C0.5-0.2%2C0.8-0.6%0D%0A%09%09%09c0.2-0.3%2C0.2-1%2C0.2-1V8.9C34.7%2C8.1%2C34.2%2C7.6%2C33.7%2C7.5z%20M31.9%2C9l-13.8%2C4.3c-0.1%2C0-0.3%2C0-0.4%2C0c-0.2%2C0-0.5%2C0-0.7-0.1v0l-6.9-2.1%0D%0A%09%09%09c-0.5-0.2-1.2%2C0-1.4%2C0.5c-0.3%2C0.5%2C0%2C1.2%2C0.5%2C1.4l7%2C2c0.8%2C0.3%2C1.4%2C1%2C1.5%2C1.9v11.5c0%2C0.8-0.7%2C1.4-1.5%2C1.4c-0.1%2C0-0.3%2C0-0.4%2C0%0D%0A%09%09%09L4.1%2C26.3l0%2C0c-0.6-0.2-1-0.7-1-1.4c0%2C0%2C0%2C0%2C0%2C0l0%2C0l0-14.7c0-0.7%2C0.5-1.3%2C1.1-1.4l12.5-3.6l0%2C0C17%2C5%2C17.4%2C4.9%2C17.7%2C4.9%0D%0A%09%09%09c0.3%2C0%2C0.6%2C0%2C0.9%2C0.1l13.2%2C3.4c0.1%2C0%2C0.2%2C0.2%2C0.2%2C0.3C32.1%2C8.8%2C32%2C9%2C31.9%2C9z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Layer_9%22%20display%3D%22none%22%3E%0D%0A%09%3Cg%20display%3D%22inline%22%3E%0D%0A%09%09%3Cpath%20d%3D%22M18%2C34.1C9.1%2C34.1%2C1.9%2C26.9%2C1.9%2C18S9.1%2C1.9%2C18%2C1.9S34.1%2C9.1%2C34.1%2C18S26.9%2C34.1%2C18%2C34.1z%20M18%2C6.4C11.6%2C6.4%2C6.4%2C11.6%2C6.4%2C18%0D%0A%09%09%09c0%2C6.4%2C5.2%2C11.6%2C11.6%2C11.6S29.6%2C24.4%2C29.6%2C18C29.6%2C11.6%2C24.4%2C6.4%2C18%2C6.4z%22%2F%3E%0D%0A%09%09%3Ccircle%20cx%3D%2213.7%22%20cy%3D%2214.3%22%20r%3D%222.8%22%2F%3E%0D%0A%09%09%3Ccircle%20cx%3D%2222.2%22%20cy%3D%2214.3%22%20r%3D%222.8%22%2F%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cpath%20d%3D%22M23.6%2C21.4c-1.5%2C1.3-3.4%2C2.1-5.5%2C2.1c-2.1%2C0-4.1-0.8-5.5-2.1h-2c1.8%2C2.2%2C4.5%2C3.6%2C7.6%2C3.6s5.8-1.4%2C7.6-3.6H23.6z%22%2F%3E%0D%0A%09%09%09%3Cpath%20d%3D%22M18.1%2C25.5c-3.1%2C0-6-1.4-8-3.8l-0.8-0.9h3.4l0.2%2C0.1c1.4%2C1.3%2C3.3%2C2%2C5.2%2C2s3.7-0.7%2C5.2-2l0.2-0.1h3.4l-0.8%2C0.9%0D%0A%09%09%09%09C24.1%2C24.1%2C21.2%2C25.5%2C18.1%2C25.5z%20M11.8%2C21.9c1.7%2C1.6%2C3.9%2C2.5%2C6.3%2C2.5s4.6-0.9%2C6.3-2.5h-0.5c-1.6%2C1.4-3.6%2C2.1-5.7%2C2.1%0D%0A%09%09%09%09s-4.1-0.7-5.7-2.1H11.8z%22%2F%3E%0D%0A%09%09%3C%2Fg%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Layer_10%22%20display%3D%22none%22%3E%0D%0A%09%3Cpath%20display%3D%22inline%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5.2%2C28.1H8c0.3%2C0%2C0.6%2C0.1%2C0.8%2C0.4l0%2C0c0.5%2C0.5%2C1.3%2C0.5%2C1.7-0.1%0D%0A%09%09l0%2C0c0.2-0.3%2C0.5-0.4%2C0.9-0.4l6.6-0.1H19c0.6%2C0%2C1.1%2C0.5%2C1.1%2C1.1v0.4c0%2C0.6-0.5%2C1.1-1.1%2C1.1h-1.8c-0.4%2C0-0.6%2C0.3-0.6%2C0.6l0%2C0%0D%0A%09%09c0%2C0.4%2C0.3%2C0.6%2C0.6%2C0.6H20c0.2%2C0%2C0.4-0.1%2C0.6-0.2l3.2-1.9c0.6-0.4%2C1.4-0.1%2C1.7%2C0.6l0.2%2C0.6c0.2%2C0.5%2C0%2C1-0.4%2C1.3l-3.4%2C2.5%0D%0A%09%09c-0.2%2C0.1-0.4%2C0.2-0.7%2C0.2h-9.5c-0.4%2C0-0.8-0.2-1-0.5l0%2C0c-0.4-0.6-1.3-0.7-1.8-0.1l0%2C0.1c-0.2%2C0.3-0.5%2C0.4-0.9%2C0.4H5.1%0D%0A%09%09c-0.6%2C0-1.2-0.5-1.1-1.2C4%2C32.3%2C4%2C30.4%2C4%2C29.2C4%2C28.6%2C4.5%2C28.1%2C5.2%2C28.1z%22%2F%3E%0D%0A%09%3Cg%20display%3D%22inline%22%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cpath%20d%3D%22M19.1%2C1.1c-6.8%2C0-12.4%2C5.6-12.4%2C12.4c0%2C6.9%2C5.6%2C12.4%2C12.4%2C12.4c6.8%2C0%2C12.4-5.6%2C12.4-12.4C31.5%2C6.6%2C25.9%2C1.1%2C19.1%2C1.1z%0D%0A%09%09%09%09%20M19.1%2C24.1c-5.9%2C0-10.6-4.8-10.6-10.6c0-5.9%2C4.8-10.6%2C10.6-10.6c5.9%2C0%2C10.6%2C4.8%2C10.6%2C10.6C29.7%2C19.3%2C24.9%2C24.1%2C19.1%2C24.1z%22%2F%3E%0D%0A%09%09%09%3Cpath%20d%3D%22M19.1%2C4.3c-5.1%2C0-9.2%2C4.1-9.2%2C9.2c0%2C5.1%2C4.1%2C9.2%2C9.2%2C9.2c5.1%2C0%2C9.2-4.1%2C9.2-9.2C28.3%2C8.4%2C24.1%2C4.3%2C19.1%2C4.3z%20M19.8%2C18.5%0D%0A%09%09%09%09v1.7h-1.6v-1.6c-1.1%2C0-2.2-0.4-2.8-0.7l0.5-1.9c0.7%2C0.4%2C1.6%2C0.7%2C2.7%2C0.7c0.9%2C0%2C1.6-0.4%2C1.6-1c0-0.6-0.5-1-1.7-1.4%0D%0A%09%09%09%09c-1.7-0.6-2.9-1.4-2.9-3c0-1.4%2C1-2.6%2C2.8-2.9V6.8h1.6v1.4c1.1%2C0%2C1.8%2C0.3%2C2.4%2C0.5l-0.5%2C1.8c-0.4-0.2-1.2-0.6-2.4-0.6%0D%0A%09%09%09%09c-1.1%2C0-1.4%2C0.5-1.4%2C0.9c0%2C0.5%2C0.6%2C0.9%2C2%2C1.4c1.9%2C0.7%2C2.7%2C1.6%2C2.7%2C3.1C22.7%2C16.9%2C21.7%2C18.1%2C19.8%2C18.5z%22%2F%3E%0D%0A%09%09%3C%2Fg%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .ico-16.ico-alert {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0D%0A%3C!--%20Created%20with%20Inkscape%20(http%3A%2F%2Fwww.inkscape.org%2F)%20--%3E%0D%0A%3Csvg%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%20version%3D%221.1%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%3E%0D%0A%20%3Cpath%20d%3D%22m32%204c-5.889%200.0001-32.388%2045.9-29.443%2051%202.9441%205.1%2055.944%205.098%2058.888-0.002%202.945-5.1-23.556-50.998-29.445-50.998zm-3.516%2012.875h6.911l-0.905%2024.586h-5.101l-0.905-24.586zm3.444%2027.441c0.521%200%201.009%200.098%201.465%200.293%200.472%200.196%200.878%200.465%201.22%200.807s0.61%200.749%200.805%201.221c0.212%200.455%200.318%200.951%200.318%201.488s-0.106%201.042-0.318%201.514c-0.195%200.455-0.463%200.855-0.805%201.197s-0.748%200.609-1.22%200.805c-0.456%200.195-0.944%200.293-1.465%200.293s-1.018-0.098-1.49-0.293c-0.456-0.196-0.854-0.463-1.196-0.805s-0.611-0.742-0.806-1.197c-0.196-0.472-0.293-0.977-0.293-1.514s0.097-1.033%200.293-1.488c0.195-0.472%200.464-0.879%200.806-1.221s0.74-0.611%201.196-0.807c0.472-0.195%200.969-0.293%201.49-0.293z%22%20fill%3D%22%237A8E3E%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .ico-16.ico-pencil {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2227.033px%22%20height%3D%2227.034px%22%20viewBox%3D%220%200%2027.033%2027.034%22%20enable-background%3D%22new%200%200%2027.033%2027.034%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2227.033%22%20height%3D%2227.034%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%237A8E3E%22%20d%3D%22M3.131%2C11.381%0D%0A%09%09c-0.551%2C0.552-0.816%2C1.341-0.951%2C2.141L0.034%2C23.671c-0.304%2C1.802%2C1.504%2C3.615%2C3.328%2C3.334l10.161-2.118%0D%0A%09%09c0.744-0.135%2C1.55-0.366%2C2.102-0.917l10.763-10.776c0.862-0.867%2C0.862-2.269%2C0-3.136l-9.4-9.411c-0.867-0.863-2.27-0.863-3.131%2C0%0D%0A%09%09L3.131%2C11.381z%20M13.461%2C22.212l-5.26%2C1.008l-4.36-4.364l1.003-5.267l7.834-7.846c0.435-0.433%2C1.132-0.433%2C1.566%2C0%0D%0A%09%09c0.434%2C0.434%2C0.434%2C1.138%2C0%2C1.572l-7.243%2C7.254c-0.54%2C0.539-0.54%2C1.419%2C0%2C1.959c0.541%2C0.542%2C1.414%2C0.542%2C1.954%2C0l7.249-7.254%0D%0A%09%09c0.434-0.433%2C1.132-0.433%2C1.565%2C0c0.435%2C0.434%2C0.435%2C1.133%2C0%2C1.567l-7.244%2C7.254c-0.54%2C0.541-0.54%2C1.42%2C0%2C1.96%0D%0A%09%09c0.541%2C0.541%2C1.414%2C0.541%2C1.955%2C0l7.249-7.254c0.429-0.429%2C1.133-0.429%2C1.565%2C0c0.434%2C0.433%2C0.434%2C1.138%2C0%2C1.57L13.461%2C22.212z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .ico-16.ico-notes {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2221.967px%22%20height%3D%2227.034px%22%20viewBox%3D%220%200%2021.967%2027.034%22%20enable-background%3D%22new%200%200%2021.967%2027.034%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2221.967%22%20height%3D%2227.034%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%237A8E3E%22%20d%3D%22M14.926%2C13.518H7.041%0D%0A%09%09c-0.778%2C0-1.408%2C0.631-1.408%2C1.407c0%2C0.777%2C0.63%2C1.408%2C1.408%2C1.408h7.885c0.777%2C0%2C1.408-0.631%2C1.408-1.408%0D%0A%09%09C16.334%2C14.148%2C15.703%2C13.518%2C14.926%2C13.518%20M14.926%2C18.586H7.041c-0.778%2C0-1.408%2C0.631-1.408%2C1.408s0.63%2C1.408%2C1.408%2C1.408h7.885%0D%0A%09%09c0.777%2C0%2C1.408-0.631%2C1.408-1.408S15.703%2C18.586%2C14.926%2C18.586%20M0%2C24.781c0%2C1.245%2C1.008%2C2.253%2C2.254%2C2.253h17.458%0D%0A%09%09c1.244%2C0%2C2.254-1.008%2C2.254-2.253V5.631c0-1.244-1.01-2.253-2.254-2.253h-4.59C14.734%2C1.454%2C13.027%2C0%2C10.982%2C0%0D%0A%09%09c-2.043%2C0-3.75%2C1.454-4.138%2C3.379h-4.59C1.008%2C3.378%2C0%2C4.388%2C0%2C5.631V24.781z%20M4.056%2C6.196H6.76v1.013%0D%0A%09%09c0%2C0.688%2C0.55%2C1.24%2C1.238%2C1.24h5.971c0.686%2C0%2C1.238-0.552%2C1.238-1.24V6.196h2.703c0.688%2C0%2C1.24%2C0.552%2C1.24%2C1.239v15.545%0D%0A%09%09c0%2C0.687-0.553%2C1.239-1.24%2C1.239H4.056c-0.687%2C0-1.24-0.553-1.24-1.239V7.435C2.816%2C6.748%2C3.369%2C6.196%2C4.056%2C6.196%20M9.574%2C4.225%0D%0A%09%09c0-0.777%2C0.631-1.408%2C1.408-1.408s1.408%2C0.631%2C1.408%2C1.408c0%2C0.776-0.631%2C1.407-1.408%2C1.407S9.574%2C5%2C9.574%2C4.225%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position-y: calc(50% - 2px);
  background-size: 14px;
}
.sgi .ico-16.ico-calendar-no-js,
.sgi .ico-16.ico-calendar {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2227.034px%22%20height%3D%2227.034px%22%20viewBox%3D%220%200%2027.034%2027.034%22%20enable-background%3D%22new%200%200%2027.034%2027.034%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2227.034%22%20height%3D%2227.034%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%237A8E3E%22%20d%3D%22M0%2C24.781%0D%0A%09%09c0%2C1.246%2C1.009%2C2.253%2C2.253%2C2.253h22.529c1.244%2C0%2C2.253-1.007%2C2.253-2.253V5.07c0-1.246-1.009-2.253-2.253-2.253h-2.254V1.408%0D%0A%09%09C22.528%2C0.631%2C21.897%2C0%2C21.12%2C0s-1.408%2C0.631-1.408%2C1.408v1.409H17.46V1.408C17.46%2C0.631%2C16.829%2C0%2C16.052%2C0%0D%0A%09%09s-1.408%2C0.631-1.408%2C1.408v1.409h-2.253V1.408C12.391%2C0.631%2C11.76%2C0%2C10.983%2C0c-0.777%2C0-1.407%2C0.631-1.407%2C1.408v1.409H7.322V1.408%0D%0A%09%09C7.322%2C0.631%2C6.691%2C0%2C5.913%2C0C5.137%2C0%2C4.506%2C0.631%2C4.506%2C1.408v1.409H2.253C1.009%2C2.817%2C0%2C3.824%2C0%2C5.07V24.781z%20M4.056%2C5.632h0.45%0D%0A%09%09v1.972c0%2C0.777%2C0.631%2C1.408%2C1.407%2C1.408c0.778%2C0%2C1.409-0.631%2C1.409-1.408V5.632h2.254v1.972c0%2C0.777%2C0.63%2C1.408%2C1.407%2C1.408%0D%0A%09%09c0.777%2C0%2C1.408-0.631%2C1.408-1.408V5.632h2.253v1.972c0%2C0.777%2C0.631%2C1.408%2C1.408%2C1.408s1.408-0.631%2C1.408-1.408V5.632h2.252v1.972%0D%0A%09%09c0%2C0.777%2C0.631%2C1.408%2C1.408%2C1.408s1.408-0.631%2C1.408-1.408V5.632h0.451c0.688%2C0%2C1.238%2C0.553%2C1.238%2C1.239v5.97%0D%0A%09%09c0%2C0.687-0.551%2C1.239-1.238%2C1.239H4.056c-0.687%2C0-1.24-0.552-1.24-1.239v-5.97C2.816%2C6.185%2C3.369%2C5.632%2C4.056%2C5.632%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .ico-16.ico-calculator {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20id%3D%22Layer_1%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2227.035px%22%20height%3D%2227.034px%22%20viewBox%3D%220%200%2027.035%2027.034%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%3Cdefs%3E%0D%0A%20%20%20%20%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2227.035%22%20height%3D%2227.034%22%2F%3E%0D%0A%20%20%3C%2Fdefs%3E%0D%0A%20%20%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%237A8E3E%22%20d%3D%22M%2024.782%200%20L%202.253%200%20C%201.008%200%200%201.008%200%202.253%20L%200%2024.781%20C%200%2026.026%201.008%2027.034%202.253%2027.034%20L%2024.782%2027.034%20C%2026.026%2027.034%2027.035%2026.026%2027.035%2024.781%20L%2027.035%202.253%20C%2027.035%201.008%2026.026%200%2024.782%200%20M%209.162%2021.759%20C%208.666%2021.263%208.169%2020.766%207.673%2020.27%20C%207.176%2020.766%206.68%2021.263%206.184%2021.759%20C%205.443%2022.5%204.295%2021.353%205.036%2020.612%20C%205.532%2020.116%206.029%2019.619%206.525%2019.123%20C%206.044%2018.642%205.563%2018.16%205.082%2017.68%20C%204.341%2016.939%205.489%2015.791%206.229%2016.533%20C%206.71%2017.013%207.192%2017.495%207.673%2017.976%20C%208.154%2017.495%208.635%2017.013%209.116%2016.533%20C%209.857%2015.792%2011.004%2016.939%2010.264%2017.68%20C%209.783%2018.16%209.302%2018.642%208.82%2019.123%20C%209.317%2019.619%209.813%2020.116%2010.31%2020.612%20C%2011.051%2021.353%209.903%2022.5%209.162%2021.759%20M%2010.717%209.046%20L%208.604%209.046%20L%208.604%2011.236%20C%208.604%2012.283%206.981%2012.283%206.981%2011.236%20L%206.981%209.046%20L%204.946%209.046%20C%203.9%209.046%203.9%207.423%204.946%207.423%20L%206.981%207.423%20L%206.981%205.466%20C%206.981%204.419%208.604%204.419%208.604%205.466%20L%208.604%207.423%20L%2010.717%207.423%20C%2011.764%207.423%2011.764%209.046%2010.717%209.046%20M%2019.082%2021.875%20C%2018.611%2021.875%2018.228%2021.493%2018.228%2021.021%20C%2018.228%2020.55%2018.612%2020.167%2019.082%2020.167%20C%2019.552%2020.167%2019.936%2020.55%2019.936%2021.021%20C%2019.936%2021.493%2019.553%2021.875%2019.082%2021.875%20M%2022.123%2019.37%20L%2016.352%2019.37%20C%2015.306%2019.37%2015.306%2017.747%2016.352%2017.747%20L%2022.123%2017.747%20C%2023.17%2017.747%2023.17%2019.37%2022.123%2019.37%20M%2018.228%2016.152%20C%2018.228%2015.681%2018.612%2015.298%2019.082%2015.298%20C%2019.552%2015.298%2019.936%2015.681%2019.936%2016.152%20C%2019.936%2016.624%2019.553%2017.006%2019.082%2017.006%20C%2018.611%2017.006%2018.228%2016.624%2018.228%2016.152%20M%2022.123%209.046%20L%2016.352%209.046%20C%2015.306%209.046%2015.306%207.423%2016.352%207.423%20L%2022.123%207.423%20C%2023.17%207.423%2023.17%209.046%2022.123%209.046%22%2F%3E%0D%0A%3C%2Fsvg%3E");
}
.sgi .ico-16.ico-globe {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2018.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%2214.9%207.4%2010.2%2010.1%22%20enable-background%3D%22new%2014.9%207.4%2010.2%2010.1%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%237A8E3E%22%20d%3D%22M15%2C12.5c0%2C2.8%2C2.2%2C5%2C5%2C5s5-2.2%2C5-5s-2.2-5-5-5S15%2C9.7%2C15%2C12.5z%20M16%2C12.5c0-0.3%2C0-0.6%2C0.1-0.9l0.9%2C0.9%0D%0A%09l-0.2%2C1.2l0.8%2C0.8v1.1C16.7%2C15%2C16%2C13.8%2C16%2C12.5z%20M19%2C8.6c0.3-0.1%2C0.6-0.1%2C0.9-0.1c0.4%2C0%2C0.7%2C0.1%2C1%2C0.1L20.8%2C9L21%2C9.2h0.6L21.8%2C9%0D%0A%09c0.2%2C0.1%2C0.3%2C0.2%2C0.4%2C0.2l-0.4%2C0.1l-0.4%2C0.4l0.4%2C0.2v0.2h-0.4v0.4c0%2C0%2C0.3%2C0.2%2C0.6%2C0.2c0.3%2C0%2C0.2-0.5%2C0.4-0.6%0D%0A%09c0.2-0.2%2C0.5-0.1%2C0.5-0.1l0.1%2C0c0.2%2C0.3%2C0.5%2C0.7%2C0.6%2C1.1v0c0%2C0-0.3-0.2-0.8-0.2c-0.5%2C0-1%2C0.2-1%2C0.2s-0.6%2C0.2-0.6%2C0.6%0D%0A%09c-0.1%2C0.8%2C0.2%2C1%2C0.2%2C1l1%2C0.6v2c-0.7%2C0.6-1.6%2C0.9-2.5%2C0.9c-0.5%2C0-0.9-0.1-1.3-0.2l1.1-2.5l-0.2-1c0%2C0-0.8-1-1.2-1%0D%0A%09c-0.4%2C0-0.6%2C0.6-0.6%2C0.6l-0.4-0.8l1.2-0.8L19.1%2C9L19%2C8.6z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .ico-16.ico-binoculars {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2226.473px%22%20height%3D%2226.473px%22%20viewBox%3D%220%200%2026.473%2026.473%22%20enable-background%3D%22new%200%200%2026.473%2026.473%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cdefs%3E%0D%0A%09%09%09%3Crect%20id%3D%22SVGID_1_%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2226.472%22%20height%3D%2226.473%22%2F%3E%0D%0A%09%09%3C%2Fdefs%3E%0D%0A%09%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%09%3C%2FclipPath%3E%0D%0A%09%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22%237A8E3E%22%20d%3D%22M13.792%2C11.846H12.68c-0.307%2C0-0.557%2C0.251-0.557%2C0.556%0D%0A%09%09%09c0%2C0.306%2C0.25%2C0.556%2C0.557%2C0.556h1.111c0.306%2C0%2C0.557-0.25%2C0.557-0.556C14.348%2C12.097%2C14.097%2C11.846%2C13.792%2C11.846%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cdefs%3E%0D%0A%09%09%09%3Crect%20id%3D%22SVGID_3_%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2226.472%22%20height%3D%2226.473%22%2F%3E%0D%0A%09%09%3C%2Fdefs%3E%0D%0A%09%09%3CclipPath%20id%3D%22SVGID_4_%22%3E%0D%0A%09%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_3_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%09%3C%2FclipPath%3E%0D%0A%09%09%3Cpath%20clip-path%3D%22url(%23SVGID_4_)%22%20fill%3D%22%237A8E3E%22%20d%3D%22M13.235%2C0C5.925%2C0%2C0%2C5.925%2C0%2C13.236c0%2C7.311%2C5.925%2C13.236%2C13.236%2C13.236%0D%0A%09%09%09s13.235-5.926%2C13.235-13.236C26.471%2C5.925%2C20.547%2C0%2C13.235%2C0%20M19.906%2C18.795c0%2C0.615-0.496%2C1.112-1.111%2C1.112h-3.612%0D%0A%09%09%09c-0.614%2C0-1.112-0.497-1.112-1.112v-4.446h-1.667v4.446c0%2C0.615-0.497%2C1.112-1.112%2C1.112H7.677c-0.613%2C0-1.111-0.497-1.111-1.112%0D%0A%09%09%09v-7.227c0-0.614%2C0.498-1.112%2C1.111-1.112h0.557V7.955h-0.14c-0.384%2C0-0.694-0.312-0.694-0.695S7.71%2C6.565%2C8.094%2C6.565h3.613%0D%0A%09%09%09c0.384%2C0%2C0.695%2C0.311%2C0.695%2C0.694s-0.312%2C0.695-0.695%2C0.695h-0.139v2.501h3.335V7.955h-0.139c-0.385%2C0-0.695-0.312-0.695-0.695%0D%0A%09%09%09s0.312-0.694%2C0.695-0.694h3.612c0.384%2C0%2C0.694%2C0.311%2C0.694%2C0.694s-0.312%2C0.695-0.694%2C0.695h-0.14v2.501h0.557%0D%0A%09%09%09c0.615%2C0%2C1.111%2C0.498%2C1.111%2C1.112L19.906%2C18.795L19.906%2C18.795z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .ico-16.ico-search {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2224.374px%22%20height%3D%2224.375px%22%20viewBox%3D%220%200%2024.374%2024.375%22%20enable-background%3D%22new%200%200%2024.374%2024.375%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2224.374%22%20height%3D%2224.375%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22%237A8E3E%22%20d%3D%22M8.911%2C17.82c2.28%2C0%2C4.56-0.87%2C6.299-2.609c3.48-3.48%2C3.48-9.121%2C0-12.601%0D%0A%09%09C13.471%2C0.87%2C11.19%2C0%2C8.911%2C0C6.63%2C0%2C4.349%2C0.87%2C2.609%2C2.61c-3.479%2C3.48-3.479%2C9.121%2C0%2C12.601C4.349%2C16.95%2C6.63%2C17.82%2C8.911%2C17.82%0D%0A%09%09%20M4.907%2C4.908C5.977%2C3.839%2C7.398%2C3.25%2C8.91%2C3.25c1.512%2C0%2C2.934%2C0.589%2C4.003%2C1.658c1.068%2C1.07%2C1.658%2C2.491%2C1.658%2C4.003%0D%0A%09%09c0%2C1.512-0.59%2C2.933-1.658%2C4.002c-1.069%2C1.068-2.491%2C1.657-4.002%2C1.657c-1.513%2C0-2.933-0.589-4.003-1.658%0D%0A%09%09c-1.07-1.069-1.659-2.49-1.659-4.002C3.249%2C7.398%2C3.838%2C5.977%2C4.907%2C4.908%20M17.502%2C15.211l6.872%2C6.873l-2.289%2C2.291l-6.875-6.873%0D%0A%09%09L17.502%2C15.211z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .ico-16.ico-help {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2018.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%2214.9%207.4%2010.1%2010.1%22%20enable-background%3D%22new%2014.9%207.4%2010.1%2010.1%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%237A8E3E%22%20d%3D%22M23.5%2C8.9c-1.9-1.9-5.1-1.9-7.1%2C0s-1.9%2C5.1%2C0%2C7.1s5.1%2C1.9%2C7.1%2C0S25.5%2C10.9%2C23.5%2C8.9z%20M20%2C15.5%0D%0A%09c-0.5%2C0-0.8-0.4-0.8-0.8c0-0.5%2C0.4-0.8%2C0.8-0.8c0.5%2C0%2C0.8%2C0.4%2C0.8%2C0.8C20.8%2C15.1%2C20.4%2C15.5%2C20%2C15.5z%20M20.4%2C12.7v0.4%0D%0A%09c0%2C0.2-0.1%2C0.3-0.3%2C0.3h-0.6c-0.2%2C0-0.3-0.1-0.3-0.3v-1c0-0.2%2C0.3-0.3%2C0.5-0.4c0.1%2C0%2C0.1%2C0%2C0.2%2C0c0.3-0.1%2C0.5-0.2%2C0.5-0.6%0D%0A%09c0-0.1%2C0-0.4-0.5-0.4c-0.3%2C0-0.6%2C0.1-0.8%2C0.2c-0.1%2C0-0.1%2C0.1-0.2%2C0.1c-0.1%2C0-0.2-0.1-0.2-0.2l-0.2-0.5c0%2C0%2C0-0.1%2C0-0.1%0D%0A%09c0-0.4%2C1.2-0.6%2C1.6-0.6c1%2C0%2C1.7%2C0.7%2C1.7%2C1.6C21.7%2C12.2%2C20.9%2C12.5%2C20.4%2C12.7z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .ico-16.ico-pc-mobile-star {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Camada_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2048%2048%22%20style%3D%22enable-background%3Anew%200%200%2048%2048%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st1%7Bfill%3Anone%3B%7D%0D%0A%09.st2%7Bfill%3A%23FFFFFF%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Ccircle%20fill%3D%22%237A8E3E%22%20cx%3D%2224%22%20cy%3D%2224%22%20r%3D%2224%22%2F%3E%0D%0A%3Cpath%20class%3D%22st1%22%20d%3D%22M20.1%2C9.3h19.7v19.7H20.1V9.3z%22%2F%3E%0D%0A%3Cpath%20class%3D%22st2%22%20d%3D%22M36.8%2C23.8l-5.8%2C0c-0.6%2C0-1.2%2C0.5-1.2%2C1.2v10.5c0%2C0.6%2C0.5%2C1.2%2C1.2%2C1.2h5.8c0.6%2C0%2C1.2-0.5%2C1.2-1.2V25%0D%0A%09C38%2C24.4%2C37.4%2C23.8%2C36.8%2C23.8z%20M36.8%2C34.3H31v-8.1h5.8V34.3z%20M33.3%2C13.4H12.4c-1.3%2C0-2.3%2C1-2.3%2C2.3v14c0%2C1.3%2C1%2C2.3%2C2.3%2C2.3h8.1v2.3%0D%0A%09h-2.3v2.3h9.3v-2.3h-2.3V32h2.3v-2.3H12.4v-14h20.9v5.8h2.3v-5.8C35.6%2C14.4%2C34.6%2C13.4%2C33.3%2C13.4z%20M24%2C21.5L22.8%2C18l-1.1%2C3.5h-3.5%0D%0A%09l2.9%2C2L20%2C26.9l2.9-2.1l2.9%2C2.1l-1.1-3.4l2.9-2H24z%22%2F%3E%0D%0A%3C%2Fsvg%3E");
}
.sgi .ico-16.ico-download {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2230.693px%22%20height%3D%2228.775px%22%20viewBox%3D%220%200%2030.693%2028.775%22%20enable-background%3D%22new%200%200%2030.693%2028.775%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20fill%3D%22%237A8E3E%22%20points%3D%2211.51%2C0%2011.51%2C9.592%207.671%2C9.592%2015.346%2C17.266%2023.02%2C9.592%2019.183%2C9.592%2019.183%2C0%20%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20y%3D%220%22%20width%3D%2230.693%22%20height%3D%2228.775%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22%237A8E3E%22%20d%3D%22M26.602%2C7.674H23.02v1.918h1.918h0.396l2.455%2C5.755h-6.688%0D%0A%09%09c0%2C3.18-2.576%2C5.755-5.756%2C5.755c-3.178%2C0-5.754-2.575-5.754-5.755H2.903l2.457-5.755h2.312V7.674h-3.58L0%2C17.266v11.51h30.694%0D%0A%09%09v-11.51L26.602%2C7.674z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .ico-16.ico-chevron-right {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2212px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2012%2020%22%20enable-background%3D%22new%200%200%2012%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%237A8E3E%22%20d%3D%22M2.234%2C19.998L12%2C9.999L2.234%2C0L0%2C2.256l7.563%2C7.743L0%2C17.742L2.234%2C19.998z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .ico-16.ico-chevron-left {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2212px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2012%2020%22%20enable-background%3D%22new%200%200%2012%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%237A8E3E%22%20d%3D%22M9.766%2C0L0%2C9.999l9.766%2C9.999L12%2C17.742L4.437%2C9.999L12%2C2.256%0D%0A%09L9.766%2C0z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .ico-16.ico-pdf {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2230.693px%22%20height%3D%2228.775px%22%20viewBox%3D%220%200%2030.693%2028.775%22%20enable-background%3D%22new%200%200%2030.693%2028.775%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20fill%3D%22%237A8E3E%22%20points%3D%2211.51%2C0%2011.51%2C9.592%207.671%2C9.592%2015.346%2C17.266%2023.02%2C9.592%2019.183%2C9.592%2019.183%2C0%20%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20y%3D%220%22%20width%3D%2230.693%22%20height%3D%2228.775%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22%237A8E3E%22%20d%3D%22M26.602%2C7.674H23.02v1.918h1.918h0.396l2.455%2C5.755h-6.688%0D%0A%09%09c0%2C3.18-2.576%2C5.755-5.756%2C5.755c-3.178%2C0-5.754-2.575-5.754-5.755H2.903l2.457-5.755h2.312V7.674h-3.58L0%2C17.266v11.51h30.694%0D%0A%09%09v-11.51L26.602%2C7.674z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .ico-14 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 14px auto;
  display: inline-block;
  height: 14px;
  margin: 0px;
  vertical-align: middle;
  width: 14px;
}
.sgi .ico-14.ico-card {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2227.035px%22%20height%3D%2223.649px%22%20viewBox%3D%220%200%2027.035%2023.649%22%20enable-background%3D%22new%200%200%2027.035%2023.649%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20y%3D%220%22%20width%3D%2227.035%22%20height%3D%2223.649%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%237A8E3E%22%20d%3D%22M24.781%2C1.12h-6.543v2.888%0D%0A%09%09c0%2C0.841-0.683%2C1.523-1.524%2C1.523H10.27c-0.842%2C0-1.524-0.682-1.524-1.523V1.12H2.254C1.008%2C1.12%2C0%2C2.129%2C0%2C3.373v18.023%0D%0A%09%09c0%2C1.244%2C1.008%2C2.253%2C2.254%2C2.253h22.527c1.246%2C0%2C2.254-1.009%2C2.254-2.253V3.373C27.035%2C2.129%2C26.027%2C1.12%2C24.781%2C1.12%0D%0A%09%09%20M13.517%2C17.735c0%2C0.468-0.388%2C0.845-0.867%2C0.845H5.937c-0.48%2C0-0.867-0.377-0.867-0.845v-1.059%0D%0A%09%09c0.004-0.242%2C0.106-0.698%2C0.281-0.93c0.625-0.788%2C1.164-1.183%2C2.506-1.317c0.27-0.034%2C0.473-0.26%2C0.473-0.523%0D%0A%09%09c0-0.187-0.607-0.738-0.607-0.738c-0.631-0.637-0.963-1.673-0.963-2.472c0-1.234%2C1.064-2.253%2C2.533-2.253%0D%0A%09%09c1.443%2C0%2C2.535%2C1.019%2C2.535%2C2.253c0%2C0.793-0.338%2C1.825-0.969%2C2.46c0.006%2C0.006-0.603%2C0.563-0.603%2C0.75%0D%0A%09%09c0%2C0.253%2C0.179%2C0.467%2C0.427%2C0.512c1.37%2C0.135%2C1.922%2C0.53%2C2.553%2C1.329c0.18%2C0.231%2C0.276%2C0.688%2C0.281%2C0.93V17.735z%20M19.994%2C17.454%0D%0A%09%09h-2.816c-0.775%2C0-1.406-0.631-1.406-1.408s0.631-1.408%2C1.406-1.408h2.816c0.777%2C0%2C1.408%2C0.631%2C1.408%2C1.408%0D%0A%09%09S20.771%2C17.454%2C19.994%2C17.454%20M19.994%2C12.385h-2.816c-0.775%2C0-1.406-0.631-1.406-1.408c0-0.778%2C0.631-1.408%2C1.406-1.408h2.816%0D%0A%09%09c0.777%2C0%2C1.408%2C0.63%2C1.408%2C1.408C21.402%2C11.754%2C20.771%2C12.385%2C19.994%2C12.385%22%2F%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%237A8E3E%22%20d%3D%22M17.152%2C3.156%0D%0A%09%09c0%2C0.828-0.671%2C1.5-1.5%2C1.5h-4.5c-0.829%2C0-1.5-0.672-1.5-1.5V1.5c0-0.828%2C0.671-1.5%2C1.5-1.5h4.5c0.829%2C0%2C1.5%2C0.672%2C1.5%2C1.5V3.156z%22%0D%0A%09%09%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .ico-14.ico-box {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2018.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%20id%3D%22Layer_1%22%20display%3D%22none%22%3E%0D%0A%09%3Cpath%20display%3D%22inline%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M13.2%2C29.2c0.8%2C0%2C1.5%2C0.7%2C1.5%2C1.5c0%2C0.8-0.7%2C1.5-1.5%2C1.5H7.6%0D%0A%09%09c-1%2C0-1.9%2C0.8-1.9%2C1.9c0%2C1%2C0.8%2C1.9%2C1.9%2C1.9h20.8c1%2C0%2C1.9-0.8%2C1.9-1.9c0-1-0.8-1.9-1.9-1.9h-5.6c-0.8%2C0-1.5-0.7-1.5-1.5%0D%0A%09%09c0-0.8%2C0.7-1.5%2C1.5-1.5h9.7c1.6%2C0%2C3-1.3%2C3-3V3.1c0-1.6-1.3-3-3-3h-29c-1.6%2C0-3%2C1.3-3%2C3v23.1c0%2C1.6%2C1.3%2C3%2C3%2C3H13.2z%20M16.1%2C23.6%0D%0A%09%09c0-1%2C0.8-1.9%2C1.9-1.9c1%2C0%2C1.9%2C0.8%2C1.9%2C1.9c0%2C1-0.8%2C1.9-1.9%2C1.9C17%2C25.4%2C16.1%2C24.6%2C16.1%2C23.6z%20M5.9%2C3.9h24.2c0.9%2C0%2C1.6%2C0.7%2C1.6%2C1.6%0D%0A%09%09v11.6c0%2C0.9-0.7%2C1.6-1.6%2C1.6H5.9c-0.9%2C0-1.6-0.7-1.6-1.6V5.5C4.2%2C4.6%2C5%2C3.9%2C5.9%2C3.9z%22%2F%3E%0D%0A%09%3Cellipse%20display%3D%22inline%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20cx%3D%2217.9%22%20cy%3D%2223.6%22%20rx%3D%222.6%22%20ry%3D%222.6%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Layer_2%22%20display%3D%22none%22%3E%0D%0A%09%3Cg%20display%3D%22inline%22%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cpath%20d%3D%22M0.1%2C30.4c0%2C1.1%2C0.9%2C1.9%2C1.9%2C1.9h32c1.1%2C0%2C1.9-0.9%2C1.9-1.9V10.4c0-1.1-0.9-1.9-1.9-1.9H18.7c-1.1%2C0-2.5-0.6-3.2-1.4%0D%0A%09%09%09%09l-1.7-1.9c-0.7-0.8-2.1-1.4-3.2-1.4H2c-1.1%2C0-1.9%2C0.9-1.9%2C1.9V30.4z%22%2F%3E%0D%0A%09%09%3C%2Fg%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Layer_3%22%20display%3D%22none%22%3E%0D%0A%09%3Cg%20display%3D%22inline%22%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cg%3E%0D%0A%09%09%09%09%3Cdefs%3E%0D%0A%09%09%09%09%09%3Crect%20id%3D%22SVGID_1_%22%20x%3D%22-0.9%22%20y%3D%223.1%22%20width%3D%2237.7%22%20height%3D%228.5%22%2F%3E%0D%0A%09%09%09%09%3C%2Fdefs%3E%0D%0A%09%09%09%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%09%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%09%09%09%3C%2FclipPath%3E%0D%0A%09%09%09%09%3Cg%20clip-path%3D%22url(%23SVGID_2_)%22%3E%0D%0A%09%09%09%09%09%3Cpath%20d%3D%22M2.2%2C28.1c0%2C1.1%2C0.9%2C1.9%2C1.9%2C1.9h27.9c1.1%2C0%2C1.9-0.9%2C1.9-1.9V10.8c0-1.1-0.9-1.9-1.9-1.9H19c-1.1%2C0-2.5-0.6-3.2-1.4%0D%0A%09%09%09%09%09%09l-1.2-1.3c-0.7-0.8-2.1-1.4-3.2-1.4H4.1c-1.1%2C0-1.9%2C0.9-1.9%2C1.9V28.1z%22%2F%3E%0D%0A%09%09%09%09%3C%2Fg%3E%0D%0A%09%09%09%3C%2Fg%3E%0D%0A%09%09%3C%2Fg%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cpath%20d%3D%22M31.6%2C32.9H4.9c-1.1%2C0-2-0.8-2.2-1.9l-2.1-15c-0.2-1.3%2C0.8-2.5%2C2.2-2.5h31c1.3%2C0%2C2.4%2C1.2%2C2.2%2C2.5l-2.1%2C15%0D%0A%09%09%09%09C33.6%2C32.1%2C32.7%2C32.9%2C31.6%2C32.9z%22%2F%3E%0D%0A%09%09%3C%2Fg%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Layer_4%22%20display%3D%22none%22%3E%0D%0A%09%3Cpath%20display%3D%22inline%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0.6%2C18c0%2C9.6%2C7.8%2C17.4%2C17.4%2C17.4c9.6%2C0%2C17.4-7.8%2C17.4-17.4%0D%0A%09%09c0-9.6-7.8-17.4-17.4-17.4C8.4%2C0.6%2C0.6%2C8.4%2C0.6%2C18z%20M4.2%2C18c0-1.1%2C0.1-2.2%2C0.4-3.2L7.8%2C18l-0.7%2C4.4l2.9%2C2.9v4%0D%0A%09%09C6.5%2C26.8%2C4.2%2C22.6%2C4.2%2C18z%20M14.8%2C4.6c1-0.2%2C2.1-0.4%2C3.2-0.4c1.2%2C0%2C2.4%2C0.2%2C3.5%2C0.5l-0.6%2C1l0.7%2C0.7h2.2l0.6-0.6%0D%0A%09%09c0.5%2C0.3%2C1%2C0.6%2C1.5%2C0.9l-1.3%2C0.4l-1.5%2C1.5l1.5%2C0.7V10h-1.5v1.5c0%2C0%2C1%2C0.7%2C2.2%2C0.7c1.2%2C0%2C0.6-1.6%2C1.5-2.2c0.8-0.6%2C1.8-0.5%2C1.8-0.5%0D%0A%09%09L29%2C9.7c0.9%2C1.2%2C1.6%2C2.5%2C2.1%2C3.9v0.1c0%2C0-1-0.7-2.9-0.7c-1.9%2C0-3.6%2C0.7-3.6%2C0.7s-2%2C0.6-2.2%2C2.2c-0.2%2C2.7%2C0.7%2C3.6%2C0.7%2C3.6l3.6%2C2.2%0D%0A%09%09v7.1c-2.4%2C1.9-5.4%2C3.1-8.7%2C3.1c-1.6%2C0-3.1-0.3-4.5-0.7l3.7-8.7l-0.7-3.6c0%2C0-2.9-3.6-4.4-3.6c-1.5%2C0-2.2%2C2.2-2.2%2C2.2l-1.5-2.9%0D%0A%09%09l4.4-2.9l2.2-5.8L14.8%2C4.6z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Layer_5%22%20display%3D%22none%22%3E%0D%0A%09%3Cpath%20display%3D%22inline%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5.7%2C25.5c0%2C0%2C2.1-1.9%2C6.3-1.9c4.9%2C0%2C8.9%2C3.5%2C13.2%2C3.5%0D%0A%09%09c3.6%2C0%2C6.3-1.6%2C7.8-3c0.5-0.5%2C0.8-1.3%2C0.8-2V5c0-0.9-0.6-1.6-1.5-1.6c-0.6%2C0-1%2C0.4-1.5%2C0.8c-0.6%2C0.6-2.3%2C1.9-6.5%2C1.9%0D%0A%09%09c-3.8%2C0-6.9-3.5-11.8-3.5c-4.8%2C0-6.8%2C1.6-6.8%2C1.6V2.9c0-1-0.8-1.8-1.8-1.8c-1%2C0-1.8%2C0.8-1.8%2C1.8v30.2c0%2C1%2C0.8%2C1.8%2C1.8%2C1.8%0D%0A%09%09c1%2C0%2C1.8-0.8%2C1.8-1.8V25.5z%20M8.5%2C8.2v11.2c0%2C0.8-0.6%2C1.4-1.4%2C1.4c-0.8%2C0-1.4-0.6-1.4-1.4V8.2c0-0.8%2C0.6-1.4%2C1.4-1.4%0D%0A%09%09C7.9%2C6.8%2C8.5%2C7.4%2C8.5%2C8.2z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Layer_6%22%20display%3D%22none%22%3E%0D%0A%09%3Cpath%20display%3D%22inline%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M20.3%2C16.4l7.7-5.7c0.9-0.9%2C0.9-1.8%2C0-2.7l-7.7-5.7%0D%0A%09%09C20.1%2C2.1%2C19.8%2C2%2C19.5%2C2C18.6%2C2%2C18%2C2.6%2C18%2C3.4V6C10.3%2C6%2C4%2C12.3%2C4%2C20c0%2C7.7%2C6.3%2C14%2C14%2C14c7.2%2C0%2C13.1-5.4%2C13.9-12.3c0%2C0%2C0-0.2%2C0-0.3%0D%0A%09%09c0-0.7-0.6-1.3-1.3-1.3h-3.4c-1.1%2C0-1.9%2C0.8-2%2C1.4c-0.6%2C3.4-3.6%2C5.9-7.2%2C5.9c-4.1%2C0-7.3-3.3-7.3-7.3c0-4%2C3.3-7.3%2C7.3-7.3v2.6%0D%0A%09%09c0%2C0.8%2C0.6%2C1.4%2C1.5%2C1.4C19.8%2C16.7%2C20.1%2C16.6%2C20.3%2C16.4z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Layer_7%22%20display%3D%22none%22%3E%0D%0A%09%3Cpath%20display%3D%22inline%22%20d%3D%22M18%2C34.1C9.1%2C34.1%2C1.9%2C26.9%2C1.9%2C18S9.1%2C1.9%2C18%2C1.9c8.9%2C0%2C16.1%2C7.2%2C16.1%2C16.1S26.9%2C34.1%2C18%2C34.1z%20M18%2C6.4%0D%0A%09%09C11.6%2C6.4%2C6.4%2C11.6%2C6.4%2C18S11.6%2C29.6%2C18%2C29.6S29.6%2C24.4%2C29.6%2C18S24.4%2C6.4%2C18%2C6.4z%22%2F%3E%0D%0A%09%0D%0A%09%09%3Crect%20x%3D%224.4%22%20y%3D%2215.8%22%20transform%3D%22matrix(0.7071%200.7071%20-0.7071%200.7071%2018.0004%20-7.4558)%22%20display%3D%22inline%22%20width%3D%2227.1%22%20height%3D%224.5%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Layer_8%22%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%237A8E3E%22%20d%3D%22M33.7%2C7.5L33.7%2C7.5L18.6%2C3.8c-0.3-0.1-0.6-0.1-0.9-0.1c-0.3%2C0-0.6%2C0-0.9%2C0.1L2.3%2C7.6c-0.5%2C0.1-1%2C0.8-1%2C1.4%0D%0A%09%09%09l0%2C16.1c0.1%2C1.3%2C1%2C2.5%2C2.2%2C2.9l13.6%2C4.3c0.2%2C0%2C0.4%2C0.1%2C0.6%2C0.1c0.2%2C0%2C0.4%2C0%2C0.6-0.1l15.4-5.1c0%2C0%2C0.5-0.2%2C0.8-0.6%0D%0A%09%09%09c0.2-0.3%2C0.2-1%2C0.2-1V8.9C34.7%2C8.1%2C34.2%2C7.6%2C33.7%2C7.5z%20M31.9%2C9l-13.8%2C4.3c-0.1%2C0-0.3%2C0-0.4%2C0c-0.2%2C0-0.5%2C0-0.7-0.1v0l-6.9-2.1%0D%0A%09%09%09c-0.5-0.2-1.2%2C0-1.4%2C0.5c-0.3%2C0.5%2C0%2C1.2%2C0.5%2C1.4l7%2C2c0.8%2C0.3%2C1.4%2C1%2C1.5%2C1.9v11.5c0%2C0.8-0.7%2C1.4-1.5%2C1.4c-0.1%2C0-0.3%2C0-0.4%2C0%0D%0A%09%09%09L4.1%2C26.3l0%2C0c-0.6-0.2-1-0.7-1-1.4c0%2C0%2C0%2C0%2C0%2C0l0%2C0l0-14.7c0-0.7%2C0.5-1.3%2C1.1-1.4l12.5-3.6l0%2C0C17%2C5%2C17.4%2C4.9%2C17.7%2C4.9%0D%0A%09%09%09c0.3%2C0%2C0.6%2C0%2C0.9%2C0.1l13.2%2C3.4c0.1%2C0%2C0.2%2C0.2%2C0.2%2C0.3C32.1%2C8.8%2C32%2C9%2C31.9%2C9z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Layer_9%22%20display%3D%22none%22%3E%0D%0A%09%3Cg%20display%3D%22inline%22%3E%0D%0A%09%09%3Cpath%20d%3D%22M18%2C34.1C9.1%2C34.1%2C1.9%2C26.9%2C1.9%2C18S9.1%2C1.9%2C18%2C1.9S34.1%2C9.1%2C34.1%2C18S26.9%2C34.1%2C18%2C34.1z%20M18%2C6.4C11.6%2C6.4%2C6.4%2C11.6%2C6.4%2C18%0D%0A%09%09%09c0%2C6.4%2C5.2%2C11.6%2C11.6%2C11.6S29.6%2C24.4%2C29.6%2C18C29.6%2C11.6%2C24.4%2C6.4%2C18%2C6.4z%22%2F%3E%0D%0A%09%09%3Ccircle%20cx%3D%2213.7%22%20cy%3D%2214.3%22%20r%3D%222.8%22%2F%3E%0D%0A%09%09%3Ccircle%20cx%3D%2222.2%22%20cy%3D%2214.3%22%20r%3D%222.8%22%2F%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cpath%20d%3D%22M23.6%2C21.4c-1.5%2C1.3-3.4%2C2.1-5.5%2C2.1c-2.1%2C0-4.1-0.8-5.5-2.1h-2c1.8%2C2.2%2C4.5%2C3.6%2C7.6%2C3.6s5.8-1.4%2C7.6-3.6H23.6z%22%2F%3E%0D%0A%09%09%09%3Cpath%20d%3D%22M18.1%2C25.5c-3.1%2C0-6-1.4-8-3.8l-0.8-0.9h3.4l0.2%2C0.1c1.4%2C1.3%2C3.3%2C2%2C5.2%2C2s3.7-0.7%2C5.2-2l0.2-0.1h3.4l-0.8%2C0.9%0D%0A%09%09%09%09C24.1%2C24.1%2C21.2%2C25.5%2C18.1%2C25.5z%20M11.8%2C21.9c1.7%2C1.6%2C3.9%2C2.5%2C6.3%2C2.5s4.6-0.9%2C6.3-2.5h-0.5c-1.6%2C1.4-3.6%2C2.1-5.7%2C2.1%0D%0A%09%09%09%09s-4.1-0.7-5.7-2.1H11.8z%22%2F%3E%0D%0A%09%09%3C%2Fg%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Layer_10%22%20display%3D%22none%22%3E%0D%0A%09%3Cpath%20display%3D%22inline%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5.2%2C28.1H8c0.3%2C0%2C0.6%2C0.1%2C0.8%2C0.4l0%2C0c0.5%2C0.5%2C1.3%2C0.5%2C1.7-0.1%0D%0A%09%09l0%2C0c0.2-0.3%2C0.5-0.4%2C0.9-0.4l6.6-0.1H19c0.6%2C0%2C1.1%2C0.5%2C1.1%2C1.1v0.4c0%2C0.6-0.5%2C1.1-1.1%2C1.1h-1.8c-0.4%2C0-0.6%2C0.3-0.6%2C0.6l0%2C0%0D%0A%09%09c0%2C0.4%2C0.3%2C0.6%2C0.6%2C0.6H20c0.2%2C0%2C0.4-0.1%2C0.6-0.2l3.2-1.9c0.6-0.4%2C1.4-0.1%2C1.7%2C0.6l0.2%2C0.6c0.2%2C0.5%2C0%2C1-0.4%2C1.3l-3.4%2C2.5%0D%0A%09%09c-0.2%2C0.1-0.4%2C0.2-0.7%2C0.2h-9.5c-0.4%2C0-0.8-0.2-1-0.5l0%2C0c-0.4-0.6-1.3-0.7-1.8-0.1l0%2C0.1c-0.2%2C0.3-0.5%2C0.4-0.9%2C0.4H5.1%0D%0A%09%09c-0.6%2C0-1.2-0.5-1.1-1.2C4%2C32.3%2C4%2C30.4%2C4%2C29.2C4%2C28.6%2C4.5%2C28.1%2C5.2%2C28.1z%22%2F%3E%0D%0A%09%3Cg%20display%3D%22inline%22%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cpath%20d%3D%22M19.1%2C1.1c-6.8%2C0-12.4%2C5.6-12.4%2C12.4c0%2C6.9%2C5.6%2C12.4%2C12.4%2C12.4c6.8%2C0%2C12.4-5.6%2C12.4-12.4C31.5%2C6.6%2C25.9%2C1.1%2C19.1%2C1.1z%0D%0A%09%09%09%09%20M19.1%2C24.1c-5.9%2C0-10.6-4.8-10.6-10.6c0-5.9%2C4.8-10.6%2C10.6-10.6c5.9%2C0%2C10.6%2C4.8%2C10.6%2C10.6C29.7%2C19.3%2C24.9%2C24.1%2C19.1%2C24.1z%22%2F%3E%0D%0A%09%09%09%3Cpath%20d%3D%22M19.1%2C4.3c-5.1%2C0-9.2%2C4.1-9.2%2C9.2c0%2C5.1%2C4.1%2C9.2%2C9.2%2C9.2c5.1%2C0%2C9.2-4.1%2C9.2-9.2C28.3%2C8.4%2C24.1%2C4.3%2C19.1%2C4.3z%20M19.8%2C18.5%0D%0A%09%09%09%09v1.7h-1.6v-1.6c-1.1%2C0-2.2-0.4-2.8-0.7l0.5-1.9c0.7%2C0.4%2C1.6%2C0.7%2C2.7%2C0.7c0.9%2C0%2C1.6-0.4%2C1.6-1c0-0.6-0.5-1-1.7-1.4%0D%0A%09%09%09%09c-1.7-0.6-2.9-1.4-2.9-3c0-1.4%2C1-2.6%2C2.8-2.9V6.8h1.6v1.4c1.1%2C0%2C1.8%2C0.3%2C2.4%2C0.5l-0.5%2C1.8c-0.4-0.2-1.2-0.6-2.4-0.6%0D%0A%09%09%09%09c-1.1%2C0-1.4%2C0.5-1.4%2C0.9c0%2C0.5%2C0.6%2C0.9%2C2%2C1.4c1.9%2C0.7%2C2.7%2C1.6%2C2.7%2C3.1C22.7%2C16.9%2C21.7%2C18.1%2C19.8%2C18.5z%22%2F%3E%0D%0A%09%09%3C%2Fg%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .ico-14.ico-alert {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0D%0A%3C!--%20Created%20with%20Inkscape%20(http%3A%2F%2Fwww.inkscape.org%2F)%20--%3E%0D%0A%3Csvg%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%20version%3D%221.1%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%3E%0D%0A%20%3Cpath%20d%3D%22m32%204c-5.889%200.0001-32.388%2045.9-29.443%2051%202.9441%205.1%2055.944%205.098%2058.888-0.002%202.945-5.1-23.556-50.998-29.445-50.998zm-3.516%2012.875h6.911l-0.905%2024.586h-5.101l-0.905-24.586zm3.444%2027.441c0.521%200%201.009%200.098%201.465%200.293%200.472%200.196%200.878%200.465%201.22%200.807s0.61%200.749%200.805%201.221c0.212%200.455%200.318%200.951%200.318%201.488s-0.106%201.042-0.318%201.514c-0.195%200.455-0.463%200.855-0.805%201.197s-0.748%200.609-1.22%200.805c-0.456%200.195-0.944%200.293-1.465%200.293s-1.018-0.098-1.49-0.293c-0.456-0.196-0.854-0.463-1.196-0.805s-0.611-0.742-0.806-1.197c-0.196-0.472-0.293-0.977-0.293-1.514s0.097-1.033%200.293-1.488c0.195-0.472%200.464-0.879%200.806-1.221s0.74-0.611%201.196-0.807c0.472-0.195%200.969-0.293%201.49-0.293z%22%20fill%3D%22%237A8E3E%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .ico-14.ico-pencil {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2227.033px%22%20height%3D%2227.034px%22%20viewBox%3D%220%200%2027.033%2027.034%22%20enable-background%3D%22new%200%200%2027.033%2027.034%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2227.033%22%20height%3D%2227.034%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%237A8E3E%22%20d%3D%22M3.131%2C11.381%0D%0A%09%09c-0.551%2C0.552-0.816%2C1.341-0.951%2C2.141L0.034%2C23.671c-0.304%2C1.802%2C1.504%2C3.615%2C3.328%2C3.334l10.161-2.118%0D%0A%09%09c0.744-0.135%2C1.55-0.366%2C2.102-0.917l10.763-10.776c0.862-0.867%2C0.862-2.269%2C0-3.136l-9.4-9.411c-0.867-0.863-2.27-0.863-3.131%2C0%0D%0A%09%09L3.131%2C11.381z%20M13.461%2C22.212l-5.26%2C1.008l-4.36-4.364l1.003-5.267l7.834-7.846c0.435-0.433%2C1.132-0.433%2C1.566%2C0%0D%0A%09%09c0.434%2C0.434%2C0.434%2C1.138%2C0%2C1.572l-7.243%2C7.254c-0.54%2C0.539-0.54%2C1.419%2C0%2C1.959c0.541%2C0.542%2C1.414%2C0.542%2C1.954%2C0l7.249-7.254%0D%0A%09%09c0.434-0.433%2C1.132-0.433%2C1.565%2C0c0.435%2C0.434%2C0.435%2C1.133%2C0%2C1.567l-7.244%2C7.254c-0.54%2C0.541-0.54%2C1.42%2C0%2C1.96%0D%0A%09%09c0.541%2C0.541%2C1.414%2C0.541%2C1.955%2C0l7.249-7.254c0.429-0.429%2C1.133-0.429%2C1.565%2C0c0.434%2C0.433%2C0.434%2C1.138%2C0%2C1.57L13.461%2C22.212z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .ico-14.ico-chevron-right {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0D%0A%3C!--%20Created%20with%20Inkscape%20(http%3A%2F%2Fwww.inkscape.org%2F)%20--%3E%0D%0A%3Csvg%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%20version%3D%221.1%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%3E%0D%0A%20%3Cpath%20d%3D%22m32%204c-5.889%200.0001-32.388%2045.9-29.443%2051%202.9441%205.1%2055.944%205.098%2058.888-0.002%202.945-5.1-23.556-50.998-29.445-50.998zm-3.516%2012.875h6.911l-0.905%2024.586h-5.101l-0.905-24.586zm3.444%2027.441c0.521%200%201.009%200.098%201.465%200.293%200.472%200.196%200.878%200.465%201.22%200.807s0.61%200.749%200.805%201.221c0.212%200.455%200.318%200.951%200.318%201.488s-0.106%201.042-0.318%201.514c-0.195%200.455-0.463%200.855-0.805%201.197s-0.748%200.609-1.22%200.805c-0.456%200.195-0.944%200.293-1.465%200.293s-1.018-0.098-1.49-0.293c-0.456-0.196-0.854-0.463-1.196-0.805s-0.611-0.742-0.806-1.197c-0.196-0.472-0.293-0.977-0.293-1.514s0.097-1.033%200.293-1.488c0.195-0.472%200.464-0.879%200.806-1.221s0.74-0.611%201.196-0.807c0.472-0.195%200.969-0.293%201.49-0.293z%22%20fill%3D%22%237A8E3E%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .ico-14.ico-notes {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2221.967px%22%20height%3D%2227.034px%22%20viewBox%3D%220%200%2021.967%2027.034%22%20enable-background%3D%22new%200%200%2021.967%2027.034%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2221.967%22%20height%3D%2227.034%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%237A8E3E%22%20d%3D%22M14.926%2C13.518H7.041%0D%0A%09%09c-0.778%2C0-1.408%2C0.631-1.408%2C1.407c0%2C0.777%2C0.63%2C1.408%2C1.408%2C1.408h7.885c0.777%2C0%2C1.408-0.631%2C1.408-1.408%0D%0A%09%09C16.334%2C14.148%2C15.703%2C13.518%2C14.926%2C13.518%20M14.926%2C18.586H7.041c-0.778%2C0-1.408%2C0.631-1.408%2C1.408s0.63%2C1.408%2C1.408%2C1.408h7.885%0D%0A%09%09c0.777%2C0%2C1.408-0.631%2C1.408-1.408S15.703%2C18.586%2C14.926%2C18.586%20M0%2C24.781c0%2C1.245%2C1.008%2C2.253%2C2.254%2C2.253h17.458%0D%0A%09%09c1.244%2C0%2C2.254-1.008%2C2.254-2.253V5.631c0-1.244-1.01-2.253-2.254-2.253h-4.59C14.734%2C1.454%2C13.027%2C0%2C10.982%2C0%0D%0A%09%09c-2.043%2C0-3.75%2C1.454-4.138%2C3.379h-4.59C1.008%2C3.378%2C0%2C4.388%2C0%2C5.631V24.781z%20M4.056%2C6.196H6.76v1.013%0D%0A%09%09c0%2C0.688%2C0.55%2C1.24%2C1.238%2C1.24h5.971c0.686%2C0%2C1.238-0.552%2C1.238-1.24V6.196h2.703c0.688%2C0%2C1.24%2C0.552%2C1.24%2C1.239v15.545%0D%0A%09%09c0%2C0.687-0.553%2C1.239-1.24%2C1.239H4.056c-0.687%2C0-1.24-0.553-1.24-1.239V7.435C2.816%2C6.748%2C3.369%2C6.196%2C4.056%2C6.196%20M9.574%2C4.225%0D%0A%09%09c0-0.777%2C0.631-1.408%2C1.408-1.408s1.408%2C0.631%2C1.408%2C1.408c0%2C0.776-0.631%2C1.407-1.408%2C1.407S9.574%2C5%2C9.574%2C4.225%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position-y: calc(50% - 2px);
  background-size: 14px;
}
.sgi .ico-14.ico-calendar {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2227.034px%22%20height%3D%2227.034px%22%20viewBox%3D%220%200%2027.034%2027.034%22%20enable-background%3D%22new%200%200%2027.034%2027.034%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2227.034%22%20height%3D%2227.034%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%237A8E3E%22%20d%3D%22M0%2C24.781%0D%0A%09%09c0%2C1.246%2C1.009%2C2.253%2C2.253%2C2.253h22.529c1.244%2C0%2C2.253-1.007%2C2.253-2.253V5.07c0-1.246-1.009-2.253-2.253-2.253h-2.254V1.408%0D%0A%09%09C22.528%2C0.631%2C21.897%2C0%2C21.12%2C0s-1.408%2C0.631-1.408%2C1.408v1.409H17.46V1.408C17.46%2C0.631%2C16.829%2C0%2C16.052%2C0%0D%0A%09%09s-1.408%2C0.631-1.408%2C1.408v1.409h-2.253V1.408C12.391%2C0.631%2C11.76%2C0%2C10.983%2C0c-0.777%2C0-1.407%2C0.631-1.407%2C1.408v1.409H7.322V1.408%0D%0A%09%09C7.322%2C0.631%2C6.691%2C0%2C5.913%2C0C5.137%2C0%2C4.506%2C0.631%2C4.506%2C1.408v1.409H2.253C1.009%2C2.817%2C0%2C3.824%2C0%2C5.07V24.781z%20M4.056%2C5.632h0.45%0D%0A%09%09v1.972c0%2C0.777%2C0.631%2C1.408%2C1.407%2C1.408c0.778%2C0%2C1.409-0.631%2C1.409-1.408V5.632h2.254v1.972c0%2C0.777%2C0.63%2C1.408%2C1.407%2C1.408%0D%0A%09%09c0.777%2C0%2C1.408-0.631%2C1.408-1.408V5.632h2.253v1.972c0%2C0.777%2C0.631%2C1.408%2C1.408%2C1.408s1.408-0.631%2C1.408-1.408V5.632h2.252v1.972%0D%0A%09%09c0%2C0.777%2C0.631%2C1.408%2C1.408%2C1.408s1.408-0.631%2C1.408-1.408V5.632h0.451c0.688%2C0%2C1.238%2C0.553%2C1.238%2C1.239v5.97%0D%0A%09%09c0%2C0.687-0.551%2C1.239-1.238%2C1.239H4.056c-0.687%2C0-1.24-0.552-1.24-1.239v-5.97C2.816%2C6.185%2C3.369%2C5.632%2C4.056%2C5.632%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .ico-14.ico-globe {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2018.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%2214.9%207.4%2010.2%2010.1%22%20enable-background%3D%22new%2014.9%207.4%2010.2%2010.1%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%237A8E3E%22%20d%3D%22M15%2C12.5c0%2C2.8%2C2.2%2C5%2C5%2C5s5-2.2%2C5-5s-2.2-5-5-5S15%2C9.7%2C15%2C12.5z%20M16%2C12.5c0-0.3%2C0-0.6%2C0.1-0.9l0.9%2C0.9%0D%0A%09l-0.2%2C1.2l0.8%2C0.8v1.1C16.7%2C15%2C16%2C13.8%2C16%2C12.5z%20M19%2C8.6c0.3-0.1%2C0.6-0.1%2C0.9-0.1c0.4%2C0%2C0.7%2C0.1%2C1%2C0.1L20.8%2C9L21%2C9.2h0.6L21.8%2C9%0D%0A%09c0.2%2C0.1%2C0.3%2C0.2%2C0.4%2C0.2l-0.4%2C0.1l-0.4%2C0.4l0.4%2C0.2v0.2h-0.4v0.4c0%2C0%2C0.3%2C0.2%2C0.6%2C0.2c0.3%2C0%2C0.2-0.5%2C0.4-0.6%0D%0A%09c0.2-0.2%2C0.5-0.1%2C0.5-0.1l0.1%2C0c0.2%2C0.3%2C0.5%2C0.7%2C0.6%2C1.1v0c0%2C0-0.3-0.2-0.8-0.2c-0.5%2C0-1%2C0.2-1%2C0.2s-0.6%2C0.2-0.6%2C0.6%0D%0A%09c-0.1%2C0.8%2C0.2%2C1%2C0.2%2C1l1%2C0.6v2c-0.7%2C0.6-1.6%2C0.9-2.5%2C0.9c-0.5%2C0-0.9-0.1-1.3-0.2l1.1-2.5l-0.2-1c0%2C0-0.8-1-1.2-1%0D%0A%09c-0.4%2C0-0.6%2C0.6-0.6%2C0.6l-0.4-0.8l1.2-0.8L19.1%2C9L19%2C8.6z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .ico-14.ico-binoculars {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2226.473px%22%20height%3D%2226.473px%22%20viewBox%3D%220%200%2026.473%2026.473%22%20enable-background%3D%22new%200%200%2026.473%2026.473%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cdefs%3E%0D%0A%09%09%09%3Crect%20id%3D%22SVGID_1_%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2226.472%22%20height%3D%2226.473%22%2F%3E%0D%0A%09%09%3C%2Fdefs%3E%0D%0A%09%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%09%3C%2FclipPath%3E%0D%0A%09%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22%237A8E3E%22%20d%3D%22M13.792%2C11.846H12.68c-0.307%2C0-0.557%2C0.251-0.557%2C0.556%0D%0A%09%09%09c0%2C0.306%2C0.25%2C0.556%2C0.557%2C0.556h1.111c0.306%2C0%2C0.557-0.25%2C0.557-0.556C14.348%2C12.097%2C14.097%2C11.846%2C13.792%2C11.846%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cdefs%3E%0D%0A%09%09%09%3Crect%20id%3D%22SVGID_3_%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2226.472%22%20height%3D%2226.473%22%2F%3E%0D%0A%09%09%3C%2Fdefs%3E%0D%0A%09%09%3CclipPath%20id%3D%22SVGID_4_%22%3E%0D%0A%09%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_3_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%09%3C%2FclipPath%3E%0D%0A%09%09%3Cpath%20clip-path%3D%22url(%23SVGID_4_)%22%20fill%3D%22%237A8E3E%22%20d%3D%22M13.235%2C0C5.925%2C0%2C0%2C5.925%2C0%2C13.236c0%2C7.311%2C5.925%2C13.236%2C13.236%2C13.236%0D%0A%09%09%09s13.235-5.926%2C13.235-13.236C26.471%2C5.925%2C20.547%2C0%2C13.235%2C0%20M19.906%2C18.795c0%2C0.615-0.496%2C1.112-1.111%2C1.112h-3.612%0D%0A%09%09%09c-0.614%2C0-1.112-0.497-1.112-1.112v-4.446h-1.667v4.446c0%2C0.615-0.497%2C1.112-1.112%2C1.112H7.677c-0.613%2C0-1.111-0.497-1.111-1.112%0D%0A%09%09%09v-7.227c0-0.614%2C0.498-1.112%2C1.111-1.112h0.557V7.955h-0.14c-0.384%2C0-0.694-0.312-0.694-0.695S7.71%2C6.565%2C8.094%2C6.565h3.613%0D%0A%09%09%09c0.384%2C0%2C0.695%2C0.311%2C0.695%2C0.694s-0.312%2C0.695-0.695%2C0.695h-0.139v2.501h3.335V7.955h-0.139c-0.385%2C0-0.695-0.312-0.695-0.695%0D%0A%09%09%09s0.312-0.694%2C0.695-0.694h3.612c0.384%2C0%2C0.694%2C0.311%2C0.694%2C0.694s-0.312%2C0.695-0.694%2C0.695h-0.14v2.501h0.557%0D%0A%09%09%09c0.615%2C0%2C1.111%2C0.498%2C1.111%2C1.112L19.906%2C18.795L19.906%2C18.795z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .ico-14.ico-search {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2224.374px%22%20height%3D%2224.375px%22%20viewBox%3D%220%200%2024.374%2024.375%22%20enable-background%3D%22new%200%200%2024.374%2024.375%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2224.374%22%20height%3D%2224.375%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22%237A8E3E%22%20d%3D%22M8.911%2C17.82c2.28%2C0%2C4.56-0.87%2C6.299-2.609c3.48-3.48%2C3.48-9.121%2C0-12.601%0D%0A%09%09C13.471%2C0.87%2C11.19%2C0%2C8.911%2C0C6.63%2C0%2C4.349%2C0.87%2C2.609%2C2.61c-3.479%2C3.48-3.479%2C9.121%2C0%2C12.601C4.349%2C16.95%2C6.63%2C17.82%2C8.911%2C17.82%0D%0A%09%09%20M4.907%2C4.908C5.977%2C3.839%2C7.398%2C3.25%2C8.91%2C3.25c1.512%2C0%2C2.934%2C0.589%2C4.003%2C1.658c1.068%2C1.07%2C1.658%2C2.491%2C1.658%2C4.003%0D%0A%09%09c0%2C1.512-0.59%2C2.933-1.658%2C4.002c-1.069%2C1.068-2.491%2C1.657-4.002%2C1.657c-1.513%2C0-2.933-0.589-4.003-1.658%0D%0A%09%09c-1.07-1.069-1.659-2.49-1.659-4.002C3.249%2C7.398%2C3.838%2C5.977%2C4.907%2C4.908%20M17.502%2C15.211l6.872%2C6.873l-2.289%2C2.291l-6.875-6.873%0D%0A%09%09L17.502%2C15.211z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .ico-14.ico-help {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2018.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%2214.9%207.4%2010.1%2010.1%22%20enable-background%3D%22new%2014.9%207.4%2010.1%2010.1%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%237A8E3E%22%20d%3D%22M23.5%2C8.9c-1.9-1.9-5.1-1.9-7.1%2C0s-1.9%2C5.1%2C0%2C7.1s5.1%2C1.9%2C7.1%2C0S25.5%2C10.9%2C23.5%2C8.9z%20M20%2C15.5%0D%0A%09c-0.5%2C0-0.8-0.4-0.8-0.8c0-0.5%2C0.4-0.8%2C0.8-0.8c0.5%2C0%2C0.8%2C0.4%2C0.8%2C0.8C20.8%2C15.1%2C20.4%2C15.5%2C20%2C15.5z%20M20.4%2C12.7v0.4%0D%0A%09c0%2C0.2-0.1%2C0.3-0.3%2C0.3h-0.6c-0.2%2C0-0.3-0.1-0.3-0.3v-1c0-0.2%2C0.3-0.3%2C0.5-0.4c0.1%2C0%2C0.1%2C0%2C0.2%2C0c0.3-0.1%2C0.5-0.2%2C0.5-0.6%0D%0A%09c0-0.1%2C0-0.4-0.5-0.4c-0.3%2C0-0.6%2C0.1-0.8%2C0.2c-0.1%2C0-0.1%2C0.1-0.2%2C0.1c-0.1%2C0-0.2-0.1-0.2-0.2l-0.2-0.5c0%2C0%2C0-0.1%2C0-0.1%0D%0A%09c0-0.4%2C1.2-0.6%2C1.6-0.6c1%2C0%2C1.7%2C0.7%2C1.7%2C1.6C21.7%2C12.2%2C20.9%2C12.5%2C20.4%2C12.7z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .ico-14.ico-pc-mobile-star {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Camada_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2048%2048%22%20style%3D%22enable-background%3Anew%200%200%2048%2048%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st1%7Bfill%3Anone%3B%7D%0D%0A%09.st2%7Bfill%3A%23FFFFFF%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Ccircle%20fill%3D%22%237A8E3E%22%20cx%3D%2224%22%20cy%3D%2224%22%20r%3D%2224%22%2F%3E%0D%0A%3Cpath%20class%3D%22st1%22%20d%3D%22M20.1%2C9.3h19.7v19.7H20.1V9.3z%22%2F%3E%0D%0A%3Cpath%20class%3D%22st2%22%20d%3D%22M36.8%2C23.8l-5.8%2C0c-0.6%2C0-1.2%2C0.5-1.2%2C1.2v10.5c0%2C0.6%2C0.5%2C1.2%2C1.2%2C1.2h5.8c0.6%2C0%2C1.2-0.5%2C1.2-1.2V25%0D%0A%09C38%2C24.4%2C37.4%2C23.8%2C36.8%2C23.8z%20M36.8%2C34.3H31v-8.1h5.8V34.3z%20M33.3%2C13.4H12.4c-1.3%2C0-2.3%2C1-2.3%2C2.3v14c0%2C1.3%2C1%2C2.3%2C2.3%2C2.3h8.1v2.3%0D%0A%09h-2.3v2.3h9.3v-2.3h-2.3V32h2.3v-2.3H12.4v-14h20.9v5.8h2.3v-5.8C35.6%2C14.4%2C34.6%2C13.4%2C33.3%2C13.4z%20M24%2C21.5L22.8%2C18l-1.1%2C3.5h-3.5%0D%0A%09l2.9%2C2L20%2C26.9l2.9-2.1l2.9%2C2.1l-1.1-3.4l2.9-2H24z%22%2F%3E%0D%0A%3C%2Fsvg%3E");
}
.sgi .ico-14.ico-download {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2230.693px%22%20height%3D%2228.775px%22%20viewBox%3D%220%200%2030.693%2028.775%22%20enable-background%3D%22new%200%200%2030.693%2028.775%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20fill%3D%22%237A8E3E%22%20points%3D%2211.51%2C0%2011.51%2C9.592%207.671%2C9.592%2015.346%2C17.266%2023.02%2C9.592%2019.183%2C9.592%2019.183%2C0%20%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20y%3D%220%22%20width%3D%2230.693%22%20height%3D%2228.775%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22%237A8E3E%22%20d%3D%22M26.602%2C7.674H23.02v1.918h1.918h0.396l2.455%2C5.755h-6.688%0D%0A%09%09c0%2C3.18-2.576%2C5.755-5.756%2C5.755c-3.178%2C0-5.754-2.575-5.754-5.755H2.903l2.457-5.755h2.312V7.674h-3.58L0%2C17.266v11.51h30.694%0D%0A%09%09v-11.51L26.602%2C7.674z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .ico-14.ico-chevron-right {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2212px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2012%2020%22%20enable-background%3D%22new%200%200%2012%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%237A8E3E%22%20d%3D%22M2.234%2C19.998L12%2C9.999L2.234%2C0L0%2C2.256l7.563%2C7.743L0%2C17.742L2.234%2C19.998z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .ico-14.ico-chevron-left {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2212px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2012%2020%22%20enable-background%3D%22new%200%200%2012%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%237A8E3E%22%20d%3D%22M9.766%2C0L0%2C9.999l9.766%2C9.999L12%2C17.742L4.437%2C9.999L12%2C2.256%0D%0A%09L9.766%2C0z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .ico-14.ico-calculator {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20id%3D%22Layer_1%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2227.035px%22%20height%3D%2227.034px%22%20viewBox%3D%220%200%2027.035%2027.034%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%3Cdefs%3E%0D%0A%20%20%20%20%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2227.035%22%20height%3D%2227.034%22%2F%3E%0D%0A%20%20%3C%2Fdefs%3E%0D%0A%20%20%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%237A8E3E%22%20d%3D%22M%2024.782%200%20L%202.253%200%20C%201.008%200%200%201.008%200%202.253%20L%200%2024.781%20C%200%2026.026%201.008%2027.034%202.253%2027.034%20L%2024.782%2027.034%20C%2026.026%2027.034%2027.035%2026.026%2027.035%2024.781%20L%2027.035%202.253%20C%2027.035%201.008%2026.026%200%2024.782%200%20M%209.162%2021.759%20C%208.666%2021.263%208.169%2020.766%207.673%2020.27%20C%207.176%2020.766%206.68%2021.263%206.184%2021.759%20C%205.443%2022.5%204.295%2021.353%205.036%2020.612%20C%205.532%2020.116%206.029%2019.619%206.525%2019.123%20C%206.044%2018.642%205.563%2018.16%205.082%2017.68%20C%204.341%2016.939%205.489%2015.791%206.229%2016.533%20C%206.71%2017.013%207.192%2017.495%207.673%2017.976%20C%208.154%2017.495%208.635%2017.013%209.116%2016.533%20C%209.857%2015.792%2011.004%2016.939%2010.264%2017.68%20C%209.783%2018.16%209.302%2018.642%208.82%2019.123%20C%209.317%2019.619%209.813%2020.116%2010.31%2020.612%20C%2011.051%2021.353%209.903%2022.5%209.162%2021.759%20M%2010.717%209.046%20L%208.604%209.046%20L%208.604%2011.236%20C%208.604%2012.283%206.981%2012.283%206.981%2011.236%20L%206.981%209.046%20L%204.946%209.046%20C%203.9%209.046%203.9%207.423%204.946%207.423%20L%206.981%207.423%20L%206.981%205.466%20C%206.981%204.419%208.604%204.419%208.604%205.466%20L%208.604%207.423%20L%2010.717%207.423%20C%2011.764%207.423%2011.764%209.046%2010.717%209.046%20M%2019.082%2021.875%20C%2018.611%2021.875%2018.228%2021.493%2018.228%2021.021%20C%2018.228%2020.55%2018.612%2020.167%2019.082%2020.167%20C%2019.552%2020.167%2019.936%2020.55%2019.936%2021.021%20C%2019.936%2021.493%2019.553%2021.875%2019.082%2021.875%20M%2022.123%2019.37%20L%2016.352%2019.37%20C%2015.306%2019.37%2015.306%2017.747%2016.352%2017.747%20L%2022.123%2017.747%20C%2023.17%2017.747%2023.17%2019.37%2022.123%2019.37%20M%2018.228%2016.152%20C%2018.228%2015.681%2018.612%2015.298%2019.082%2015.298%20C%2019.552%2015.298%2019.936%2015.681%2019.936%2016.152%20C%2019.936%2016.624%2019.553%2017.006%2019.082%2017.006%20C%2018.611%2017.006%2018.228%2016.624%2018.228%2016.152%20M%2022.123%209.046%20L%2016.352%209.046%20C%2015.306%209.046%2015.306%207.423%2016.352%207.423%20L%2022.123%207.423%20C%2023.17%207.423%2023.17%209.046%2022.123%209.046%22%2F%3E%0D%0A%3C%2Fsvg%3E");
}
.sgi .ico-12 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px auto;
  display: inline-block;
  height: 12px;
  margin: 0px;
  vertical-align: middle;
  width: 12px;
}
.sgi .ico-12.ico-card {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2227.035px%22%20height%3D%2223.649px%22%20viewBox%3D%220%200%2027.035%2023.649%22%20enable-background%3D%22new%200%200%2027.035%2023.649%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20y%3D%220%22%20width%3D%2227.035%22%20height%3D%2223.649%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%237A8E3E%22%20d%3D%22M24.781%2C1.12h-6.543v2.888%0D%0A%09%09c0%2C0.841-0.683%2C1.523-1.524%2C1.523H10.27c-0.842%2C0-1.524-0.682-1.524-1.523V1.12H2.254C1.008%2C1.12%2C0%2C2.129%2C0%2C3.373v18.023%0D%0A%09%09c0%2C1.244%2C1.008%2C2.253%2C2.254%2C2.253h22.527c1.246%2C0%2C2.254-1.009%2C2.254-2.253V3.373C27.035%2C2.129%2C26.027%2C1.12%2C24.781%2C1.12%0D%0A%09%09%20M13.517%2C17.735c0%2C0.468-0.388%2C0.845-0.867%2C0.845H5.937c-0.48%2C0-0.867-0.377-0.867-0.845v-1.059%0D%0A%09%09c0.004-0.242%2C0.106-0.698%2C0.281-0.93c0.625-0.788%2C1.164-1.183%2C2.506-1.317c0.27-0.034%2C0.473-0.26%2C0.473-0.523%0D%0A%09%09c0-0.187-0.607-0.738-0.607-0.738c-0.631-0.637-0.963-1.673-0.963-2.472c0-1.234%2C1.064-2.253%2C2.533-2.253%0D%0A%09%09c1.443%2C0%2C2.535%2C1.019%2C2.535%2C2.253c0%2C0.793-0.338%2C1.825-0.969%2C2.46c0.006%2C0.006-0.603%2C0.563-0.603%2C0.75%0D%0A%09%09c0%2C0.253%2C0.179%2C0.467%2C0.427%2C0.512c1.37%2C0.135%2C1.922%2C0.53%2C2.553%2C1.329c0.18%2C0.231%2C0.276%2C0.688%2C0.281%2C0.93V17.735z%20M19.994%2C17.454%0D%0A%09%09h-2.816c-0.775%2C0-1.406-0.631-1.406-1.408s0.631-1.408%2C1.406-1.408h2.816c0.777%2C0%2C1.408%2C0.631%2C1.408%2C1.408%0D%0A%09%09S20.771%2C17.454%2C19.994%2C17.454%20M19.994%2C12.385h-2.816c-0.775%2C0-1.406-0.631-1.406-1.408c0-0.778%2C0.631-1.408%2C1.406-1.408h2.816%0D%0A%09%09c0.777%2C0%2C1.408%2C0.63%2C1.408%2C1.408C21.402%2C11.754%2C20.771%2C12.385%2C19.994%2C12.385%22%2F%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%237A8E3E%22%20d%3D%22M17.152%2C3.156%0D%0A%09%09c0%2C0.828-0.671%2C1.5-1.5%2C1.5h-4.5c-0.829%2C0-1.5-0.672-1.5-1.5V1.5c0-0.828%2C0.671-1.5%2C1.5-1.5h4.5c0.829%2C0%2C1.5%2C0.672%2C1.5%2C1.5V3.156z%22%0D%0A%09%09%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .ico-12.ico-calculator {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20id%3D%22Layer_1%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2227.035px%22%20height%3D%2227.034px%22%20viewBox%3D%220%200%2027.035%2027.034%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%3Cdefs%3E%0D%0A%20%20%20%20%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2227.035%22%20height%3D%2227.034%22%2F%3E%0D%0A%20%20%3C%2Fdefs%3E%0D%0A%20%20%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%237A8E3E%22%20d%3D%22M%2024.782%200%20L%202.253%200%20C%201.008%200%200%201.008%200%202.253%20L%200%2024.781%20C%200%2026.026%201.008%2027.034%202.253%2027.034%20L%2024.782%2027.034%20C%2026.026%2027.034%2027.035%2026.026%2027.035%2024.781%20L%2027.035%202.253%20C%2027.035%201.008%2026.026%200%2024.782%200%20M%209.162%2021.759%20C%208.666%2021.263%208.169%2020.766%207.673%2020.27%20C%207.176%2020.766%206.68%2021.263%206.184%2021.759%20C%205.443%2022.5%204.295%2021.353%205.036%2020.612%20C%205.532%2020.116%206.029%2019.619%206.525%2019.123%20C%206.044%2018.642%205.563%2018.16%205.082%2017.68%20C%204.341%2016.939%205.489%2015.791%206.229%2016.533%20C%206.71%2017.013%207.192%2017.495%207.673%2017.976%20C%208.154%2017.495%208.635%2017.013%209.116%2016.533%20C%209.857%2015.792%2011.004%2016.939%2010.264%2017.68%20C%209.783%2018.16%209.302%2018.642%208.82%2019.123%20C%209.317%2019.619%209.813%2020.116%2010.31%2020.612%20C%2011.051%2021.353%209.903%2022.5%209.162%2021.759%20M%2010.717%209.046%20L%208.604%209.046%20L%208.604%2011.236%20C%208.604%2012.283%206.981%2012.283%206.981%2011.236%20L%206.981%209.046%20L%204.946%209.046%20C%203.9%209.046%203.9%207.423%204.946%207.423%20L%206.981%207.423%20L%206.981%205.466%20C%206.981%204.419%208.604%204.419%208.604%205.466%20L%208.604%207.423%20L%2010.717%207.423%20C%2011.764%207.423%2011.764%209.046%2010.717%209.046%20M%2019.082%2021.875%20C%2018.611%2021.875%2018.228%2021.493%2018.228%2021.021%20C%2018.228%2020.55%2018.612%2020.167%2019.082%2020.167%20C%2019.552%2020.167%2019.936%2020.55%2019.936%2021.021%20C%2019.936%2021.493%2019.553%2021.875%2019.082%2021.875%20M%2022.123%2019.37%20L%2016.352%2019.37%20C%2015.306%2019.37%2015.306%2017.747%2016.352%2017.747%20L%2022.123%2017.747%20C%2023.17%2017.747%2023.17%2019.37%2022.123%2019.37%20M%2018.228%2016.152%20C%2018.228%2015.681%2018.612%2015.298%2019.082%2015.298%20C%2019.552%2015.298%2019.936%2015.681%2019.936%2016.152%20C%2019.936%2016.624%2019.553%2017.006%2019.082%2017.006%20C%2018.611%2017.006%2018.228%2016.624%2018.228%2016.152%20M%2022.123%209.046%20L%2016.352%209.046%20C%2015.306%209.046%2015.306%207.423%2016.352%207.423%20L%2022.123%207.423%20C%2023.17%207.423%2023.17%209.046%2022.123%209.046%22%2F%3E%0D%0A%3C%2Fsvg%3E");
}
.sgi .ico-12.ico-box {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2018.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%20id%3D%22Layer_1%22%20display%3D%22none%22%3E%0D%0A%09%3Cpath%20display%3D%22inline%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M13.2%2C29.2c0.8%2C0%2C1.5%2C0.7%2C1.5%2C1.5c0%2C0.8-0.7%2C1.5-1.5%2C1.5H7.6%0D%0A%09%09c-1%2C0-1.9%2C0.8-1.9%2C1.9c0%2C1%2C0.8%2C1.9%2C1.9%2C1.9h20.8c1%2C0%2C1.9-0.8%2C1.9-1.9c0-1-0.8-1.9-1.9-1.9h-5.6c-0.8%2C0-1.5-0.7-1.5-1.5%0D%0A%09%09c0-0.8%2C0.7-1.5%2C1.5-1.5h9.7c1.6%2C0%2C3-1.3%2C3-3V3.1c0-1.6-1.3-3-3-3h-29c-1.6%2C0-3%2C1.3-3%2C3v23.1c0%2C1.6%2C1.3%2C3%2C3%2C3H13.2z%20M16.1%2C23.6%0D%0A%09%09c0-1%2C0.8-1.9%2C1.9-1.9c1%2C0%2C1.9%2C0.8%2C1.9%2C1.9c0%2C1-0.8%2C1.9-1.9%2C1.9C17%2C25.4%2C16.1%2C24.6%2C16.1%2C23.6z%20M5.9%2C3.9h24.2c0.9%2C0%2C1.6%2C0.7%2C1.6%2C1.6%0D%0A%09%09v11.6c0%2C0.9-0.7%2C1.6-1.6%2C1.6H5.9c-0.9%2C0-1.6-0.7-1.6-1.6V5.5C4.2%2C4.6%2C5%2C3.9%2C5.9%2C3.9z%22%2F%3E%0D%0A%09%3Cellipse%20display%3D%22inline%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20cx%3D%2217.9%22%20cy%3D%2223.6%22%20rx%3D%222.6%22%20ry%3D%222.6%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Layer_2%22%20display%3D%22none%22%3E%0D%0A%09%3Cg%20display%3D%22inline%22%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cpath%20d%3D%22M0.1%2C30.4c0%2C1.1%2C0.9%2C1.9%2C1.9%2C1.9h32c1.1%2C0%2C1.9-0.9%2C1.9-1.9V10.4c0-1.1-0.9-1.9-1.9-1.9H18.7c-1.1%2C0-2.5-0.6-3.2-1.4%0D%0A%09%09%09%09l-1.7-1.9c-0.7-0.8-2.1-1.4-3.2-1.4H2c-1.1%2C0-1.9%2C0.9-1.9%2C1.9V30.4z%22%2F%3E%0D%0A%09%09%3C%2Fg%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Layer_3%22%20display%3D%22none%22%3E%0D%0A%09%3Cg%20display%3D%22inline%22%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cg%3E%0D%0A%09%09%09%09%3Cdefs%3E%0D%0A%09%09%09%09%09%3Crect%20id%3D%22SVGID_1_%22%20x%3D%22-0.9%22%20y%3D%223.1%22%20width%3D%2237.7%22%20height%3D%228.5%22%2F%3E%0D%0A%09%09%09%09%3C%2Fdefs%3E%0D%0A%09%09%09%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%09%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%09%09%09%3C%2FclipPath%3E%0D%0A%09%09%09%09%3Cg%20clip-path%3D%22url(%23SVGID_2_)%22%3E%0D%0A%09%09%09%09%09%3Cpath%20d%3D%22M2.2%2C28.1c0%2C1.1%2C0.9%2C1.9%2C1.9%2C1.9h27.9c1.1%2C0%2C1.9-0.9%2C1.9-1.9V10.8c0-1.1-0.9-1.9-1.9-1.9H19c-1.1%2C0-2.5-0.6-3.2-1.4%0D%0A%09%09%09%09%09%09l-1.2-1.3c-0.7-0.8-2.1-1.4-3.2-1.4H4.1c-1.1%2C0-1.9%2C0.9-1.9%2C1.9V28.1z%22%2F%3E%0D%0A%09%09%09%09%3C%2Fg%3E%0D%0A%09%09%09%3C%2Fg%3E%0D%0A%09%09%3C%2Fg%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cpath%20d%3D%22M31.6%2C32.9H4.9c-1.1%2C0-2-0.8-2.2-1.9l-2.1-15c-0.2-1.3%2C0.8-2.5%2C2.2-2.5h31c1.3%2C0%2C2.4%2C1.2%2C2.2%2C2.5l-2.1%2C15%0D%0A%09%09%09%09C33.6%2C32.1%2C32.7%2C32.9%2C31.6%2C32.9z%22%2F%3E%0D%0A%09%09%3C%2Fg%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Layer_4%22%20display%3D%22none%22%3E%0D%0A%09%3Cpath%20display%3D%22inline%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0.6%2C18c0%2C9.6%2C7.8%2C17.4%2C17.4%2C17.4c9.6%2C0%2C17.4-7.8%2C17.4-17.4%0D%0A%09%09c0-9.6-7.8-17.4-17.4-17.4C8.4%2C0.6%2C0.6%2C8.4%2C0.6%2C18z%20M4.2%2C18c0-1.1%2C0.1-2.2%2C0.4-3.2L7.8%2C18l-0.7%2C4.4l2.9%2C2.9v4%0D%0A%09%09C6.5%2C26.8%2C4.2%2C22.6%2C4.2%2C18z%20M14.8%2C4.6c1-0.2%2C2.1-0.4%2C3.2-0.4c1.2%2C0%2C2.4%2C0.2%2C3.5%2C0.5l-0.6%2C1l0.7%2C0.7h2.2l0.6-0.6%0D%0A%09%09c0.5%2C0.3%2C1%2C0.6%2C1.5%2C0.9l-1.3%2C0.4l-1.5%2C1.5l1.5%2C0.7V10h-1.5v1.5c0%2C0%2C1%2C0.7%2C2.2%2C0.7c1.2%2C0%2C0.6-1.6%2C1.5-2.2c0.8-0.6%2C1.8-0.5%2C1.8-0.5%0D%0A%09%09L29%2C9.7c0.9%2C1.2%2C1.6%2C2.5%2C2.1%2C3.9v0.1c0%2C0-1-0.7-2.9-0.7c-1.9%2C0-3.6%2C0.7-3.6%2C0.7s-2%2C0.6-2.2%2C2.2c-0.2%2C2.7%2C0.7%2C3.6%2C0.7%2C3.6l3.6%2C2.2%0D%0A%09%09v7.1c-2.4%2C1.9-5.4%2C3.1-8.7%2C3.1c-1.6%2C0-3.1-0.3-4.5-0.7l3.7-8.7l-0.7-3.6c0%2C0-2.9-3.6-4.4-3.6c-1.5%2C0-2.2%2C2.2-2.2%2C2.2l-1.5-2.9%0D%0A%09%09l4.4-2.9l2.2-5.8L14.8%2C4.6z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Layer_5%22%20display%3D%22none%22%3E%0D%0A%09%3Cpath%20display%3D%22inline%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5.7%2C25.5c0%2C0%2C2.1-1.9%2C6.3-1.9c4.9%2C0%2C8.9%2C3.5%2C13.2%2C3.5%0D%0A%09%09c3.6%2C0%2C6.3-1.6%2C7.8-3c0.5-0.5%2C0.8-1.3%2C0.8-2V5c0-0.9-0.6-1.6-1.5-1.6c-0.6%2C0-1%2C0.4-1.5%2C0.8c-0.6%2C0.6-2.3%2C1.9-6.5%2C1.9%0D%0A%09%09c-3.8%2C0-6.9-3.5-11.8-3.5c-4.8%2C0-6.8%2C1.6-6.8%2C1.6V2.9c0-1-0.8-1.8-1.8-1.8c-1%2C0-1.8%2C0.8-1.8%2C1.8v30.2c0%2C1%2C0.8%2C1.8%2C1.8%2C1.8%0D%0A%09%09c1%2C0%2C1.8-0.8%2C1.8-1.8V25.5z%20M8.5%2C8.2v11.2c0%2C0.8-0.6%2C1.4-1.4%2C1.4c-0.8%2C0-1.4-0.6-1.4-1.4V8.2c0-0.8%2C0.6-1.4%2C1.4-1.4%0D%0A%09%09C7.9%2C6.8%2C8.5%2C7.4%2C8.5%2C8.2z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Layer_6%22%20display%3D%22none%22%3E%0D%0A%09%3Cpath%20display%3D%22inline%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M20.3%2C16.4l7.7-5.7c0.9-0.9%2C0.9-1.8%2C0-2.7l-7.7-5.7%0D%0A%09%09C20.1%2C2.1%2C19.8%2C2%2C19.5%2C2C18.6%2C2%2C18%2C2.6%2C18%2C3.4V6C10.3%2C6%2C4%2C12.3%2C4%2C20c0%2C7.7%2C6.3%2C14%2C14%2C14c7.2%2C0%2C13.1-5.4%2C13.9-12.3c0%2C0%2C0-0.2%2C0-0.3%0D%0A%09%09c0-0.7-0.6-1.3-1.3-1.3h-3.4c-1.1%2C0-1.9%2C0.8-2%2C1.4c-0.6%2C3.4-3.6%2C5.9-7.2%2C5.9c-4.1%2C0-7.3-3.3-7.3-7.3c0-4%2C3.3-7.3%2C7.3-7.3v2.6%0D%0A%09%09c0%2C0.8%2C0.6%2C1.4%2C1.5%2C1.4C19.8%2C16.7%2C20.1%2C16.6%2C20.3%2C16.4z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Layer_7%22%20display%3D%22none%22%3E%0D%0A%09%3Cpath%20display%3D%22inline%22%20d%3D%22M18%2C34.1C9.1%2C34.1%2C1.9%2C26.9%2C1.9%2C18S9.1%2C1.9%2C18%2C1.9c8.9%2C0%2C16.1%2C7.2%2C16.1%2C16.1S26.9%2C34.1%2C18%2C34.1z%20M18%2C6.4%0D%0A%09%09C11.6%2C6.4%2C6.4%2C11.6%2C6.4%2C18S11.6%2C29.6%2C18%2C29.6S29.6%2C24.4%2C29.6%2C18S24.4%2C6.4%2C18%2C6.4z%22%2F%3E%0D%0A%09%0D%0A%09%09%3Crect%20x%3D%224.4%22%20y%3D%2215.8%22%20transform%3D%22matrix(0.7071%200.7071%20-0.7071%200.7071%2018.0004%20-7.4558)%22%20display%3D%22inline%22%20width%3D%2227.1%22%20height%3D%224.5%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Layer_8%22%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%237A8E3E%22%20d%3D%22M33.7%2C7.5L33.7%2C7.5L18.6%2C3.8c-0.3-0.1-0.6-0.1-0.9-0.1c-0.3%2C0-0.6%2C0-0.9%2C0.1L2.3%2C7.6c-0.5%2C0.1-1%2C0.8-1%2C1.4%0D%0A%09%09%09l0%2C16.1c0.1%2C1.3%2C1%2C2.5%2C2.2%2C2.9l13.6%2C4.3c0.2%2C0%2C0.4%2C0.1%2C0.6%2C0.1c0.2%2C0%2C0.4%2C0%2C0.6-0.1l15.4-5.1c0%2C0%2C0.5-0.2%2C0.8-0.6%0D%0A%09%09%09c0.2-0.3%2C0.2-1%2C0.2-1V8.9C34.7%2C8.1%2C34.2%2C7.6%2C33.7%2C7.5z%20M31.9%2C9l-13.8%2C4.3c-0.1%2C0-0.3%2C0-0.4%2C0c-0.2%2C0-0.5%2C0-0.7-0.1v0l-6.9-2.1%0D%0A%09%09%09c-0.5-0.2-1.2%2C0-1.4%2C0.5c-0.3%2C0.5%2C0%2C1.2%2C0.5%2C1.4l7%2C2c0.8%2C0.3%2C1.4%2C1%2C1.5%2C1.9v11.5c0%2C0.8-0.7%2C1.4-1.5%2C1.4c-0.1%2C0-0.3%2C0-0.4%2C0%0D%0A%09%09%09L4.1%2C26.3l0%2C0c-0.6-0.2-1-0.7-1-1.4c0%2C0%2C0%2C0%2C0%2C0l0%2C0l0-14.7c0-0.7%2C0.5-1.3%2C1.1-1.4l12.5-3.6l0%2C0C17%2C5%2C17.4%2C4.9%2C17.7%2C4.9%0D%0A%09%09%09c0.3%2C0%2C0.6%2C0%2C0.9%2C0.1l13.2%2C3.4c0.1%2C0%2C0.2%2C0.2%2C0.2%2C0.3C32.1%2C8.8%2C32%2C9%2C31.9%2C9z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Layer_9%22%20display%3D%22none%22%3E%0D%0A%09%3Cg%20display%3D%22inline%22%3E%0D%0A%09%09%3Cpath%20d%3D%22M18%2C34.1C9.1%2C34.1%2C1.9%2C26.9%2C1.9%2C18S9.1%2C1.9%2C18%2C1.9S34.1%2C9.1%2C34.1%2C18S26.9%2C34.1%2C18%2C34.1z%20M18%2C6.4C11.6%2C6.4%2C6.4%2C11.6%2C6.4%2C18%0D%0A%09%09%09c0%2C6.4%2C5.2%2C11.6%2C11.6%2C11.6S29.6%2C24.4%2C29.6%2C18C29.6%2C11.6%2C24.4%2C6.4%2C18%2C6.4z%22%2F%3E%0D%0A%09%09%3Ccircle%20cx%3D%2213.7%22%20cy%3D%2214.3%22%20r%3D%222.8%22%2F%3E%0D%0A%09%09%3Ccircle%20cx%3D%2222.2%22%20cy%3D%2214.3%22%20r%3D%222.8%22%2F%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cpath%20d%3D%22M23.6%2C21.4c-1.5%2C1.3-3.4%2C2.1-5.5%2C2.1c-2.1%2C0-4.1-0.8-5.5-2.1h-2c1.8%2C2.2%2C4.5%2C3.6%2C7.6%2C3.6s5.8-1.4%2C7.6-3.6H23.6z%22%2F%3E%0D%0A%09%09%09%3Cpath%20d%3D%22M18.1%2C25.5c-3.1%2C0-6-1.4-8-3.8l-0.8-0.9h3.4l0.2%2C0.1c1.4%2C1.3%2C3.3%2C2%2C5.2%2C2s3.7-0.7%2C5.2-2l0.2-0.1h3.4l-0.8%2C0.9%0D%0A%09%09%09%09C24.1%2C24.1%2C21.2%2C25.5%2C18.1%2C25.5z%20M11.8%2C21.9c1.7%2C1.6%2C3.9%2C2.5%2C6.3%2C2.5s4.6-0.9%2C6.3-2.5h-0.5c-1.6%2C1.4-3.6%2C2.1-5.7%2C2.1%0D%0A%09%09%09%09s-4.1-0.7-5.7-2.1H11.8z%22%2F%3E%0D%0A%09%09%3C%2Fg%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Layer_10%22%20display%3D%22none%22%3E%0D%0A%09%3Cpath%20display%3D%22inline%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5.2%2C28.1H8c0.3%2C0%2C0.6%2C0.1%2C0.8%2C0.4l0%2C0c0.5%2C0.5%2C1.3%2C0.5%2C1.7-0.1%0D%0A%09%09l0%2C0c0.2-0.3%2C0.5-0.4%2C0.9-0.4l6.6-0.1H19c0.6%2C0%2C1.1%2C0.5%2C1.1%2C1.1v0.4c0%2C0.6-0.5%2C1.1-1.1%2C1.1h-1.8c-0.4%2C0-0.6%2C0.3-0.6%2C0.6l0%2C0%0D%0A%09%09c0%2C0.4%2C0.3%2C0.6%2C0.6%2C0.6H20c0.2%2C0%2C0.4-0.1%2C0.6-0.2l3.2-1.9c0.6-0.4%2C1.4-0.1%2C1.7%2C0.6l0.2%2C0.6c0.2%2C0.5%2C0%2C1-0.4%2C1.3l-3.4%2C2.5%0D%0A%09%09c-0.2%2C0.1-0.4%2C0.2-0.7%2C0.2h-9.5c-0.4%2C0-0.8-0.2-1-0.5l0%2C0c-0.4-0.6-1.3-0.7-1.8-0.1l0%2C0.1c-0.2%2C0.3-0.5%2C0.4-0.9%2C0.4H5.1%0D%0A%09%09c-0.6%2C0-1.2-0.5-1.1-1.2C4%2C32.3%2C4%2C30.4%2C4%2C29.2C4%2C28.6%2C4.5%2C28.1%2C5.2%2C28.1z%22%2F%3E%0D%0A%09%3Cg%20display%3D%22inline%22%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cpath%20d%3D%22M19.1%2C1.1c-6.8%2C0-12.4%2C5.6-12.4%2C12.4c0%2C6.9%2C5.6%2C12.4%2C12.4%2C12.4c6.8%2C0%2C12.4-5.6%2C12.4-12.4C31.5%2C6.6%2C25.9%2C1.1%2C19.1%2C1.1z%0D%0A%09%09%09%09%20M19.1%2C24.1c-5.9%2C0-10.6-4.8-10.6-10.6c0-5.9%2C4.8-10.6%2C10.6-10.6c5.9%2C0%2C10.6%2C4.8%2C10.6%2C10.6C29.7%2C19.3%2C24.9%2C24.1%2C19.1%2C24.1z%22%2F%3E%0D%0A%09%09%09%3Cpath%20d%3D%22M19.1%2C4.3c-5.1%2C0-9.2%2C4.1-9.2%2C9.2c0%2C5.1%2C4.1%2C9.2%2C9.2%2C9.2c5.1%2C0%2C9.2-4.1%2C9.2-9.2C28.3%2C8.4%2C24.1%2C4.3%2C19.1%2C4.3z%20M19.8%2C18.5%0D%0A%09%09%09%09v1.7h-1.6v-1.6c-1.1%2C0-2.2-0.4-2.8-0.7l0.5-1.9c0.7%2C0.4%2C1.6%2C0.7%2C2.7%2C0.7c0.9%2C0%2C1.6-0.4%2C1.6-1c0-0.6-0.5-1-1.7-1.4%0D%0A%09%09%09%09c-1.7-0.6-2.9-1.4-2.9-3c0-1.4%2C1-2.6%2C2.8-2.9V6.8h1.6v1.4c1.1%2C0%2C1.8%2C0.3%2C2.4%2C0.5l-0.5%2C1.8c-0.4-0.2-1.2-0.6-2.4-0.6%0D%0A%09%09%09%09c-1.1%2C0-1.4%2C0.5-1.4%2C0.9c0%2C0.5%2C0.6%2C0.9%2C2%2C1.4c1.9%2C0.7%2C2.7%2C1.6%2C2.7%2C3.1C22.7%2C16.9%2C21.7%2C18.1%2C19.8%2C18.5z%22%2F%3E%0D%0A%09%09%3C%2Fg%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .ico-12.ico-alert {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0D%0A%3C!--%20Created%20with%20Inkscape%20(http%3A%2F%2Fwww.inkscape.org%2F)%20--%3E%0D%0A%3Csvg%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%20version%3D%221.1%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%3E%0D%0A%20%3Cpath%20d%3D%22m32%204c-5.889%200.0001-32.388%2045.9-29.443%2051%202.9441%205.1%2055.944%205.098%2058.888-0.002%202.945-5.1-23.556-50.998-29.445-50.998zm-3.516%2012.875h6.911l-0.905%2024.586h-5.101l-0.905-24.586zm3.444%2027.441c0.521%200%201.009%200.098%201.465%200.293%200.472%200.196%200.878%200.465%201.22%200.807s0.61%200.749%200.805%201.221c0.212%200.455%200.318%200.951%200.318%201.488s-0.106%201.042-0.318%201.514c-0.195%200.455-0.463%200.855-0.805%201.197s-0.748%200.609-1.22%200.805c-0.456%200.195-0.944%200.293-1.465%200.293s-1.018-0.098-1.49-0.293c-0.456-0.196-0.854-0.463-1.196-0.805s-0.611-0.742-0.806-1.197c-0.196-0.472-0.293-0.977-0.293-1.514s0.097-1.033%200.293-1.488c0.195-0.472%200.464-0.879%200.806-1.221s0.74-0.611%201.196-0.807c0.472-0.195%200.969-0.293%201.49-0.293z%22%20fill%3D%22%237A8E3E%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .ico-12.ico-pencil {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2227.033px%22%20height%3D%2227.034px%22%20viewBox%3D%220%200%2027.033%2027.034%22%20enable-background%3D%22new%200%200%2027.033%2027.034%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2227.033%22%20height%3D%2227.034%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%237A8E3E%22%20d%3D%22M3.131%2C11.381%0D%0A%09%09c-0.551%2C0.552-0.816%2C1.341-0.951%2C2.141L0.034%2C23.671c-0.304%2C1.802%2C1.504%2C3.615%2C3.328%2C3.334l10.161-2.118%0D%0A%09%09c0.744-0.135%2C1.55-0.366%2C2.102-0.917l10.763-10.776c0.862-0.867%2C0.862-2.269%2C0-3.136l-9.4-9.411c-0.867-0.863-2.27-0.863-3.131%2C0%0D%0A%09%09L3.131%2C11.381z%20M13.461%2C22.212l-5.26%2C1.008l-4.36-4.364l1.003-5.267l7.834-7.846c0.435-0.433%2C1.132-0.433%2C1.566%2C0%0D%0A%09%09c0.434%2C0.434%2C0.434%2C1.138%2C0%2C1.572l-7.243%2C7.254c-0.54%2C0.539-0.54%2C1.419%2C0%2C1.959c0.541%2C0.542%2C1.414%2C0.542%2C1.954%2C0l7.249-7.254%0D%0A%09%09c0.434-0.433%2C1.132-0.433%2C1.565%2C0c0.435%2C0.434%2C0.435%2C1.133%2C0%2C1.567l-7.244%2C7.254c-0.54%2C0.541-0.54%2C1.42%2C0%2C1.96%0D%0A%09%09c0.541%2C0.541%2C1.414%2C0.541%2C1.955%2C0l7.249-7.254c0.429-0.429%2C1.133-0.429%2C1.565%2C0c0.434%2C0.433%2C0.434%2C1.138%2C0%2C1.57L13.461%2C22.212z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .ico-12.ico-chevron-right {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0D%0A%3C!--%20Created%20with%20Inkscape%20(http%3A%2F%2Fwww.inkscape.org%2F)%20--%3E%0D%0A%3Csvg%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%20version%3D%221.1%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%3E%0D%0A%20%3Cpath%20d%3D%22m32%204c-5.889%200.0001-32.388%2045.9-29.443%2051%202.9441%205.1%2055.944%205.098%2058.888-0.002%202.945-5.1-23.556-50.998-29.445-50.998zm-3.516%2012.875h6.911l-0.905%2024.586h-5.101l-0.905-24.586zm3.444%2027.441c0.521%200%201.009%200.098%201.465%200.293%200.472%200.196%200.878%200.465%201.22%200.807s0.61%200.749%200.805%201.221c0.212%200.455%200.318%200.951%200.318%201.488s-0.106%201.042-0.318%201.514c-0.195%200.455-0.463%200.855-0.805%201.197s-0.748%200.609-1.22%200.805c-0.456%200.195-0.944%200.293-1.465%200.293s-1.018-0.098-1.49-0.293c-0.456-0.196-0.854-0.463-1.196-0.805s-0.611-0.742-0.806-1.197c-0.196-0.472-0.293-0.977-0.293-1.514s0.097-1.033%200.293-1.488c0.195-0.472%200.464-0.879%200.806-1.221s0.74-0.611%201.196-0.807c0.472-0.195%200.969-0.293%201.49-0.293z%22%20fill%3D%22%237A8E3E%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .ico-12.ico-notes {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2221.967px%22%20height%3D%2227.034px%22%20viewBox%3D%220%200%2021.967%2027.034%22%20enable-background%3D%22new%200%200%2021.967%2027.034%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2221.967%22%20height%3D%2227.034%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%237A8E3E%22%20d%3D%22M14.926%2C13.518H7.041%0D%0A%09%09c-0.778%2C0-1.408%2C0.631-1.408%2C1.407c0%2C0.777%2C0.63%2C1.408%2C1.408%2C1.408h7.885c0.777%2C0%2C1.408-0.631%2C1.408-1.408%0D%0A%09%09C16.334%2C14.148%2C15.703%2C13.518%2C14.926%2C13.518%20M14.926%2C18.586H7.041c-0.778%2C0-1.408%2C0.631-1.408%2C1.408s0.63%2C1.408%2C1.408%2C1.408h7.885%0D%0A%09%09c0.777%2C0%2C1.408-0.631%2C1.408-1.408S15.703%2C18.586%2C14.926%2C18.586%20M0%2C24.781c0%2C1.245%2C1.008%2C2.253%2C2.254%2C2.253h17.458%0D%0A%09%09c1.244%2C0%2C2.254-1.008%2C2.254-2.253V5.631c0-1.244-1.01-2.253-2.254-2.253h-4.59C14.734%2C1.454%2C13.027%2C0%2C10.982%2C0%0D%0A%09%09c-2.043%2C0-3.75%2C1.454-4.138%2C3.379h-4.59C1.008%2C3.378%2C0%2C4.388%2C0%2C5.631V24.781z%20M4.056%2C6.196H6.76v1.013%0D%0A%09%09c0%2C0.688%2C0.55%2C1.24%2C1.238%2C1.24h5.971c0.686%2C0%2C1.238-0.552%2C1.238-1.24V6.196h2.703c0.688%2C0%2C1.24%2C0.552%2C1.24%2C1.239v15.545%0D%0A%09%09c0%2C0.687-0.553%2C1.239-1.24%2C1.239H4.056c-0.687%2C0-1.24-0.553-1.24-1.239V7.435C2.816%2C6.748%2C3.369%2C6.196%2C4.056%2C6.196%20M9.574%2C4.225%0D%0A%09%09c0-0.777%2C0.631-1.408%2C1.408-1.408s1.408%2C0.631%2C1.408%2C1.408c0%2C0.776-0.631%2C1.407-1.408%2C1.407S9.574%2C5%2C9.574%2C4.225%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position-y: calc(50% - 2px);
  background-size: 14px;
}
.sgi .ico-12.ico-calendar {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2227.034px%22%20height%3D%2227.034px%22%20viewBox%3D%220%200%2027.034%2027.034%22%20enable-background%3D%22new%200%200%2027.034%2027.034%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2227.034%22%20height%3D%2227.034%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%237A8E3E%22%20d%3D%22M0%2C24.781%0D%0A%09%09c0%2C1.246%2C1.009%2C2.253%2C2.253%2C2.253h22.529c1.244%2C0%2C2.253-1.007%2C2.253-2.253V5.07c0-1.246-1.009-2.253-2.253-2.253h-2.254V1.408%0D%0A%09%09C22.528%2C0.631%2C21.897%2C0%2C21.12%2C0s-1.408%2C0.631-1.408%2C1.408v1.409H17.46V1.408C17.46%2C0.631%2C16.829%2C0%2C16.052%2C0%0D%0A%09%09s-1.408%2C0.631-1.408%2C1.408v1.409h-2.253V1.408C12.391%2C0.631%2C11.76%2C0%2C10.983%2C0c-0.777%2C0-1.407%2C0.631-1.407%2C1.408v1.409H7.322V1.408%0D%0A%09%09C7.322%2C0.631%2C6.691%2C0%2C5.913%2C0C5.137%2C0%2C4.506%2C0.631%2C4.506%2C1.408v1.409H2.253C1.009%2C2.817%2C0%2C3.824%2C0%2C5.07V24.781z%20M4.056%2C5.632h0.45%0D%0A%09%09v1.972c0%2C0.777%2C0.631%2C1.408%2C1.407%2C1.408c0.778%2C0%2C1.409-0.631%2C1.409-1.408V5.632h2.254v1.972c0%2C0.777%2C0.63%2C1.408%2C1.407%2C1.408%0D%0A%09%09c0.777%2C0%2C1.408-0.631%2C1.408-1.408V5.632h2.253v1.972c0%2C0.777%2C0.631%2C1.408%2C1.408%2C1.408s1.408-0.631%2C1.408-1.408V5.632h2.252v1.972%0D%0A%09%09c0%2C0.777%2C0.631%2C1.408%2C1.408%2C1.408s1.408-0.631%2C1.408-1.408V5.632h0.451c0.688%2C0%2C1.238%2C0.553%2C1.238%2C1.239v5.97%0D%0A%09%09c0%2C0.687-0.551%2C1.239-1.238%2C1.239H4.056c-0.687%2C0-1.24-0.552-1.24-1.239v-5.97C2.816%2C6.185%2C3.369%2C5.632%2C4.056%2C5.632%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .ico-12.ico-globe {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2018.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%2214.9%207.4%2010.2%2010.1%22%20enable-background%3D%22new%2014.9%207.4%2010.2%2010.1%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%237A8E3E%22%20d%3D%22M15%2C12.5c0%2C2.8%2C2.2%2C5%2C5%2C5s5-2.2%2C5-5s-2.2-5-5-5S15%2C9.7%2C15%2C12.5z%20M16%2C12.5c0-0.3%2C0-0.6%2C0.1-0.9l0.9%2C0.9%0D%0A%09l-0.2%2C1.2l0.8%2C0.8v1.1C16.7%2C15%2C16%2C13.8%2C16%2C12.5z%20M19%2C8.6c0.3-0.1%2C0.6-0.1%2C0.9-0.1c0.4%2C0%2C0.7%2C0.1%2C1%2C0.1L20.8%2C9L21%2C9.2h0.6L21.8%2C9%0D%0A%09c0.2%2C0.1%2C0.3%2C0.2%2C0.4%2C0.2l-0.4%2C0.1l-0.4%2C0.4l0.4%2C0.2v0.2h-0.4v0.4c0%2C0%2C0.3%2C0.2%2C0.6%2C0.2c0.3%2C0%2C0.2-0.5%2C0.4-0.6%0D%0A%09c0.2-0.2%2C0.5-0.1%2C0.5-0.1l0.1%2C0c0.2%2C0.3%2C0.5%2C0.7%2C0.6%2C1.1v0c0%2C0-0.3-0.2-0.8-0.2c-0.5%2C0-1%2C0.2-1%2C0.2s-0.6%2C0.2-0.6%2C0.6%0D%0A%09c-0.1%2C0.8%2C0.2%2C1%2C0.2%2C1l1%2C0.6v2c-0.7%2C0.6-1.6%2C0.9-2.5%2C0.9c-0.5%2C0-0.9-0.1-1.3-0.2l1.1-2.5l-0.2-1c0%2C0-0.8-1-1.2-1%0D%0A%09c-0.4%2C0-0.6%2C0.6-0.6%2C0.6l-0.4-0.8l1.2-0.8L19.1%2C9L19%2C8.6z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .ico-12.ico-binoculars {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2226.473px%22%20height%3D%2226.473px%22%20viewBox%3D%220%200%2026.473%2026.473%22%20enable-background%3D%22new%200%200%2026.473%2026.473%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cdefs%3E%0D%0A%09%09%09%3Crect%20id%3D%22SVGID_1_%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2226.472%22%20height%3D%2226.473%22%2F%3E%0D%0A%09%09%3C%2Fdefs%3E%0D%0A%09%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%09%3C%2FclipPath%3E%0D%0A%09%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22%237A8E3E%22%20d%3D%22M13.792%2C11.846H12.68c-0.307%2C0-0.557%2C0.251-0.557%2C0.556%0D%0A%09%09%09c0%2C0.306%2C0.25%2C0.556%2C0.557%2C0.556h1.111c0.306%2C0%2C0.557-0.25%2C0.557-0.556C14.348%2C12.097%2C14.097%2C11.846%2C13.792%2C11.846%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cdefs%3E%0D%0A%09%09%09%3Crect%20id%3D%22SVGID_3_%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2226.472%22%20height%3D%2226.473%22%2F%3E%0D%0A%09%09%3C%2Fdefs%3E%0D%0A%09%09%3CclipPath%20id%3D%22SVGID_4_%22%3E%0D%0A%09%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_3_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%09%3C%2FclipPath%3E%0D%0A%09%09%3Cpath%20clip-path%3D%22url(%23SVGID_4_)%22%20fill%3D%22%237A8E3E%22%20d%3D%22M13.235%2C0C5.925%2C0%2C0%2C5.925%2C0%2C13.236c0%2C7.311%2C5.925%2C13.236%2C13.236%2C13.236%0D%0A%09%09%09s13.235-5.926%2C13.235-13.236C26.471%2C5.925%2C20.547%2C0%2C13.235%2C0%20M19.906%2C18.795c0%2C0.615-0.496%2C1.112-1.111%2C1.112h-3.612%0D%0A%09%09%09c-0.614%2C0-1.112-0.497-1.112-1.112v-4.446h-1.667v4.446c0%2C0.615-0.497%2C1.112-1.112%2C1.112H7.677c-0.613%2C0-1.111-0.497-1.111-1.112%0D%0A%09%09%09v-7.227c0-0.614%2C0.498-1.112%2C1.111-1.112h0.557V7.955h-0.14c-0.384%2C0-0.694-0.312-0.694-0.695S7.71%2C6.565%2C8.094%2C6.565h3.613%0D%0A%09%09%09c0.384%2C0%2C0.695%2C0.311%2C0.695%2C0.694s-0.312%2C0.695-0.695%2C0.695h-0.139v2.501h3.335V7.955h-0.139c-0.385%2C0-0.695-0.312-0.695-0.695%0D%0A%09%09%09s0.312-0.694%2C0.695-0.694h3.612c0.384%2C0%2C0.694%2C0.311%2C0.694%2C0.694s-0.312%2C0.695-0.694%2C0.695h-0.14v2.501h0.557%0D%0A%09%09%09c0.615%2C0%2C1.111%2C0.498%2C1.111%2C1.112L19.906%2C18.795L19.906%2C18.795z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .ico-12.ico-search {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2224.374px%22%20height%3D%2224.375px%22%20viewBox%3D%220%200%2024.374%2024.375%22%20enable-background%3D%22new%200%200%2024.374%2024.375%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2224.374%22%20height%3D%2224.375%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22%237A8E3E%22%20d%3D%22M8.911%2C17.82c2.28%2C0%2C4.56-0.87%2C6.299-2.609c3.48-3.48%2C3.48-9.121%2C0-12.601%0D%0A%09%09C13.471%2C0.87%2C11.19%2C0%2C8.911%2C0C6.63%2C0%2C4.349%2C0.87%2C2.609%2C2.61c-3.479%2C3.48-3.479%2C9.121%2C0%2C12.601C4.349%2C16.95%2C6.63%2C17.82%2C8.911%2C17.82%0D%0A%09%09%20M4.907%2C4.908C5.977%2C3.839%2C7.398%2C3.25%2C8.91%2C3.25c1.512%2C0%2C2.934%2C0.589%2C4.003%2C1.658c1.068%2C1.07%2C1.658%2C2.491%2C1.658%2C4.003%0D%0A%09%09c0%2C1.512-0.59%2C2.933-1.658%2C4.002c-1.069%2C1.068-2.491%2C1.657-4.002%2C1.657c-1.513%2C0-2.933-0.589-4.003-1.658%0D%0A%09%09c-1.07-1.069-1.659-2.49-1.659-4.002C3.249%2C7.398%2C3.838%2C5.977%2C4.907%2C4.908%20M17.502%2C15.211l6.872%2C6.873l-2.289%2C2.291l-6.875-6.873%0D%0A%09%09L17.502%2C15.211z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .ico-12.ico-help {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2018.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%2214.9%207.4%2010.1%2010.1%22%20enable-background%3D%22new%2014.9%207.4%2010.1%2010.1%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%237A8E3E%22%20d%3D%22M23.5%2C8.9c-1.9-1.9-5.1-1.9-7.1%2C0s-1.9%2C5.1%2C0%2C7.1s5.1%2C1.9%2C7.1%2C0S25.5%2C10.9%2C23.5%2C8.9z%20M20%2C15.5%0D%0A%09c-0.5%2C0-0.8-0.4-0.8-0.8c0-0.5%2C0.4-0.8%2C0.8-0.8c0.5%2C0%2C0.8%2C0.4%2C0.8%2C0.8C20.8%2C15.1%2C20.4%2C15.5%2C20%2C15.5z%20M20.4%2C12.7v0.4%0D%0A%09c0%2C0.2-0.1%2C0.3-0.3%2C0.3h-0.6c-0.2%2C0-0.3-0.1-0.3-0.3v-1c0-0.2%2C0.3-0.3%2C0.5-0.4c0.1%2C0%2C0.1%2C0%2C0.2%2C0c0.3-0.1%2C0.5-0.2%2C0.5-0.6%0D%0A%09c0-0.1%2C0-0.4-0.5-0.4c-0.3%2C0-0.6%2C0.1-0.8%2C0.2c-0.1%2C0-0.1%2C0.1-0.2%2C0.1c-0.1%2C0-0.2-0.1-0.2-0.2l-0.2-0.5c0%2C0%2C0-0.1%2C0-0.1%0D%0A%09c0-0.4%2C1.2-0.6%2C1.6-0.6c1%2C0%2C1.7%2C0.7%2C1.7%2C1.6C21.7%2C12.2%2C20.9%2C12.5%2C20.4%2C12.7z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .ico-12.ico-pc-mobile-star {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Camada_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2048%2048%22%20style%3D%22enable-background%3Anew%200%200%2048%2048%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st1%7Bfill%3Anone%3B%7D%0D%0A%09.st2%7Bfill%3A%23FFFFFF%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Ccircle%20fill%3D%22%237A8E3E%22%20cx%3D%2224%22%20cy%3D%2224%22%20r%3D%2224%22%2F%3E%0D%0A%3Cpath%20class%3D%22st1%22%20d%3D%22M20.1%2C9.3h19.7v19.7H20.1V9.3z%22%2F%3E%0D%0A%3Cpath%20class%3D%22st2%22%20d%3D%22M36.8%2C23.8l-5.8%2C0c-0.6%2C0-1.2%2C0.5-1.2%2C1.2v10.5c0%2C0.6%2C0.5%2C1.2%2C1.2%2C1.2h5.8c0.6%2C0%2C1.2-0.5%2C1.2-1.2V25%0D%0A%09C38%2C24.4%2C37.4%2C23.8%2C36.8%2C23.8z%20M36.8%2C34.3H31v-8.1h5.8V34.3z%20M33.3%2C13.4H12.4c-1.3%2C0-2.3%2C1-2.3%2C2.3v14c0%2C1.3%2C1%2C2.3%2C2.3%2C2.3h8.1v2.3%0D%0A%09h-2.3v2.3h9.3v-2.3h-2.3V32h2.3v-2.3H12.4v-14h20.9v5.8h2.3v-5.8C35.6%2C14.4%2C34.6%2C13.4%2C33.3%2C13.4z%20M24%2C21.5L22.8%2C18l-1.1%2C3.5h-3.5%0D%0A%09l2.9%2C2L20%2C26.9l2.9-2.1l2.9%2C2.1l-1.1-3.4l2.9-2H24z%22%2F%3E%0D%0A%3C%2Fsvg%3E");
}
.sgi .ico-12.ico-download {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2230.693px%22%20height%3D%2228.775px%22%20viewBox%3D%220%200%2030.693%2028.775%22%20enable-background%3D%22new%200%200%2030.693%2028.775%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20fill%3D%22%237A8E3E%22%20points%3D%2211.51%2C0%2011.51%2C9.592%207.671%2C9.592%2015.346%2C17.266%2023.02%2C9.592%2019.183%2C9.592%2019.183%2C0%20%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20y%3D%220%22%20width%3D%2230.693%22%20height%3D%2228.775%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22%237A8E3E%22%20d%3D%22M26.602%2C7.674H23.02v1.918h1.918h0.396l2.455%2C5.755h-6.688%0D%0A%09%09c0%2C3.18-2.576%2C5.755-5.756%2C5.755c-3.178%2C0-5.754-2.575-5.754-5.755H2.903l2.457-5.755h2.312V7.674h-3.58L0%2C17.266v11.51h30.694%0D%0A%09%09v-11.51L26.602%2C7.674z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .ico-12.ico-chevron-right {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2212px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2012%2020%22%20enable-background%3D%22new%200%200%2012%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%237A8E3E%22%20d%3D%22M2.234%2C19.998L12%2C9.999L2.234%2C0L0%2C2.256l7.563%2C7.743L0%2C17.742L2.234%2C19.998z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .ico-12.ico-chevron-left {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2212px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2012%2020%22%20enable-background%3D%22new%200%200%2012%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%237A8E3E%22%20d%3D%22M9.766%2C0L0%2C9.999l9.766%2C9.999L12%2C17.742L4.437%2C9.999L12%2C2.256%0D%0A%09L9.766%2C0z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .ico-22 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 22px auto;
  display: inline-block;
  height: 22px;
  margin: 0px;
  vertical-align: middle;
  width: 22px;
}
.sgi .ico-22.ico-space {
  margin-left: 8px;
}
.sgi .ico-22.ico-card {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2227.035px%22%20height%3D%2223.649px%22%20viewBox%3D%220%200%2027.035%2023.649%22%20enable-background%3D%22new%200%200%2027.035%2023.649%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20y%3D%220%22%20width%3D%2227.035%22%20height%3D%2223.649%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%237A8E3E%22%20d%3D%22M24.781%2C1.12h-6.543v2.888%0D%0A%09%09c0%2C0.841-0.683%2C1.523-1.524%2C1.523H10.27c-0.842%2C0-1.524-0.682-1.524-1.523V1.12H2.254C1.008%2C1.12%2C0%2C2.129%2C0%2C3.373v18.023%0D%0A%09%09c0%2C1.244%2C1.008%2C2.253%2C2.254%2C2.253h22.527c1.246%2C0%2C2.254-1.009%2C2.254-2.253V3.373C27.035%2C2.129%2C26.027%2C1.12%2C24.781%2C1.12%0D%0A%09%09%20M13.517%2C17.735c0%2C0.468-0.388%2C0.845-0.867%2C0.845H5.937c-0.48%2C0-0.867-0.377-0.867-0.845v-1.059%0D%0A%09%09c0.004-0.242%2C0.106-0.698%2C0.281-0.93c0.625-0.788%2C1.164-1.183%2C2.506-1.317c0.27-0.034%2C0.473-0.26%2C0.473-0.523%0D%0A%09%09c0-0.187-0.607-0.738-0.607-0.738c-0.631-0.637-0.963-1.673-0.963-2.472c0-1.234%2C1.064-2.253%2C2.533-2.253%0D%0A%09%09c1.443%2C0%2C2.535%2C1.019%2C2.535%2C2.253c0%2C0.793-0.338%2C1.825-0.969%2C2.46c0.006%2C0.006-0.603%2C0.563-0.603%2C0.75%0D%0A%09%09c0%2C0.253%2C0.179%2C0.467%2C0.427%2C0.512c1.37%2C0.135%2C1.922%2C0.53%2C2.553%2C1.329c0.18%2C0.231%2C0.276%2C0.688%2C0.281%2C0.93V17.735z%20M19.994%2C17.454%0D%0A%09%09h-2.816c-0.775%2C0-1.406-0.631-1.406-1.408s0.631-1.408%2C1.406-1.408h2.816c0.777%2C0%2C1.408%2C0.631%2C1.408%2C1.408%0D%0A%09%09S20.771%2C17.454%2C19.994%2C17.454%20M19.994%2C12.385h-2.816c-0.775%2C0-1.406-0.631-1.406-1.408c0-0.778%2C0.631-1.408%2C1.406-1.408h2.816%0D%0A%09%09c0.777%2C0%2C1.408%2C0.63%2C1.408%2C1.408C21.402%2C11.754%2C20.771%2C12.385%2C19.994%2C12.385%22%2F%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%237A8E3E%22%20d%3D%22M17.152%2C3.156%0D%0A%09%09c0%2C0.828-0.671%2C1.5-1.5%2C1.5h-4.5c-0.829%2C0-1.5-0.672-1.5-1.5V1.5c0-0.828%2C0.671-1.5%2C1.5-1.5h4.5c0.829%2C0%2C1.5%2C0.672%2C1.5%2C1.5V3.156z%22%0D%0A%09%09%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .ico-22.ico-calculator {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20id%3D%22Layer_1%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2227.035px%22%20height%3D%2227.034px%22%20viewBox%3D%220%200%2027.035%2027.034%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%3Cdefs%3E%0D%0A%20%20%20%20%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2227.035%22%20height%3D%2227.034%22%2F%3E%0D%0A%20%20%3C%2Fdefs%3E%0D%0A%20%20%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%237A8E3E%22%20d%3D%22M%2024.782%200%20L%202.253%200%20C%201.008%200%200%201.008%200%202.253%20L%200%2024.781%20C%200%2026.026%201.008%2027.034%202.253%2027.034%20L%2024.782%2027.034%20C%2026.026%2027.034%2027.035%2026.026%2027.035%2024.781%20L%2027.035%202.253%20C%2027.035%201.008%2026.026%200%2024.782%200%20M%209.162%2021.759%20C%208.666%2021.263%208.169%2020.766%207.673%2020.27%20C%207.176%2020.766%206.68%2021.263%206.184%2021.759%20C%205.443%2022.5%204.295%2021.353%205.036%2020.612%20C%205.532%2020.116%206.029%2019.619%206.525%2019.123%20C%206.044%2018.642%205.563%2018.16%205.082%2017.68%20C%204.341%2016.939%205.489%2015.791%206.229%2016.533%20C%206.71%2017.013%207.192%2017.495%207.673%2017.976%20C%208.154%2017.495%208.635%2017.013%209.116%2016.533%20C%209.857%2015.792%2011.004%2016.939%2010.264%2017.68%20C%209.783%2018.16%209.302%2018.642%208.82%2019.123%20C%209.317%2019.619%209.813%2020.116%2010.31%2020.612%20C%2011.051%2021.353%209.903%2022.5%209.162%2021.759%20M%2010.717%209.046%20L%208.604%209.046%20L%208.604%2011.236%20C%208.604%2012.283%206.981%2012.283%206.981%2011.236%20L%206.981%209.046%20L%204.946%209.046%20C%203.9%209.046%203.9%207.423%204.946%207.423%20L%206.981%207.423%20L%206.981%205.466%20C%206.981%204.419%208.604%204.419%208.604%205.466%20L%208.604%207.423%20L%2010.717%207.423%20C%2011.764%207.423%2011.764%209.046%2010.717%209.046%20M%2019.082%2021.875%20C%2018.611%2021.875%2018.228%2021.493%2018.228%2021.021%20C%2018.228%2020.55%2018.612%2020.167%2019.082%2020.167%20C%2019.552%2020.167%2019.936%2020.55%2019.936%2021.021%20C%2019.936%2021.493%2019.553%2021.875%2019.082%2021.875%20M%2022.123%2019.37%20L%2016.352%2019.37%20C%2015.306%2019.37%2015.306%2017.747%2016.352%2017.747%20L%2022.123%2017.747%20C%2023.17%2017.747%2023.17%2019.37%2022.123%2019.37%20M%2018.228%2016.152%20C%2018.228%2015.681%2018.612%2015.298%2019.082%2015.298%20C%2019.552%2015.298%2019.936%2015.681%2019.936%2016.152%20C%2019.936%2016.624%2019.553%2017.006%2019.082%2017.006%20C%2018.611%2017.006%2018.228%2016.624%2018.228%2016.152%20M%2022.123%209.046%20L%2016.352%209.046%20C%2015.306%209.046%2015.306%207.423%2016.352%207.423%20L%2022.123%207.423%20C%2023.17%207.423%2023.17%209.046%2022.123%209.046%22%2F%3E%0D%0A%3C%2Fsvg%3E");
}
.sgi .ico-22.ico-box {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2018.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%20id%3D%22Layer_1%22%20display%3D%22none%22%3E%0D%0A%09%3Cpath%20display%3D%22inline%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M13.2%2C29.2c0.8%2C0%2C1.5%2C0.7%2C1.5%2C1.5c0%2C0.8-0.7%2C1.5-1.5%2C1.5H7.6%0D%0A%09%09c-1%2C0-1.9%2C0.8-1.9%2C1.9c0%2C1%2C0.8%2C1.9%2C1.9%2C1.9h20.8c1%2C0%2C1.9-0.8%2C1.9-1.9c0-1-0.8-1.9-1.9-1.9h-5.6c-0.8%2C0-1.5-0.7-1.5-1.5%0D%0A%09%09c0-0.8%2C0.7-1.5%2C1.5-1.5h9.7c1.6%2C0%2C3-1.3%2C3-3V3.1c0-1.6-1.3-3-3-3h-29c-1.6%2C0-3%2C1.3-3%2C3v23.1c0%2C1.6%2C1.3%2C3%2C3%2C3H13.2z%20M16.1%2C23.6%0D%0A%09%09c0-1%2C0.8-1.9%2C1.9-1.9c1%2C0%2C1.9%2C0.8%2C1.9%2C1.9c0%2C1-0.8%2C1.9-1.9%2C1.9C17%2C25.4%2C16.1%2C24.6%2C16.1%2C23.6z%20M5.9%2C3.9h24.2c0.9%2C0%2C1.6%2C0.7%2C1.6%2C1.6%0D%0A%09%09v11.6c0%2C0.9-0.7%2C1.6-1.6%2C1.6H5.9c-0.9%2C0-1.6-0.7-1.6-1.6V5.5C4.2%2C4.6%2C5%2C3.9%2C5.9%2C3.9z%22%2F%3E%0D%0A%09%3Cellipse%20display%3D%22inline%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20cx%3D%2217.9%22%20cy%3D%2223.6%22%20rx%3D%222.6%22%20ry%3D%222.6%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Layer_2%22%20display%3D%22none%22%3E%0D%0A%09%3Cg%20display%3D%22inline%22%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cpath%20d%3D%22M0.1%2C30.4c0%2C1.1%2C0.9%2C1.9%2C1.9%2C1.9h32c1.1%2C0%2C1.9-0.9%2C1.9-1.9V10.4c0-1.1-0.9-1.9-1.9-1.9H18.7c-1.1%2C0-2.5-0.6-3.2-1.4%0D%0A%09%09%09%09l-1.7-1.9c-0.7-0.8-2.1-1.4-3.2-1.4H2c-1.1%2C0-1.9%2C0.9-1.9%2C1.9V30.4z%22%2F%3E%0D%0A%09%09%3C%2Fg%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Layer_3%22%20display%3D%22none%22%3E%0D%0A%09%3Cg%20display%3D%22inline%22%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cg%3E%0D%0A%09%09%09%09%3Cdefs%3E%0D%0A%09%09%09%09%09%3Crect%20id%3D%22SVGID_1_%22%20x%3D%22-0.9%22%20y%3D%223.1%22%20width%3D%2237.7%22%20height%3D%228.5%22%2F%3E%0D%0A%09%09%09%09%3C%2Fdefs%3E%0D%0A%09%09%09%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%09%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%09%09%09%3C%2FclipPath%3E%0D%0A%09%09%09%09%3Cg%20clip-path%3D%22url(%23SVGID_2_)%22%3E%0D%0A%09%09%09%09%09%3Cpath%20d%3D%22M2.2%2C28.1c0%2C1.1%2C0.9%2C1.9%2C1.9%2C1.9h27.9c1.1%2C0%2C1.9-0.9%2C1.9-1.9V10.8c0-1.1-0.9-1.9-1.9-1.9H19c-1.1%2C0-2.5-0.6-3.2-1.4%0D%0A%09%09%09%09%09%09l-1.2-1.3c-0.7-0.8-2.1-1.4-3.2-1.4H4.1c-1.1%2C0-1.9%2C0.9-1.9%2C1.9V28.1z%22%2F%3E%0D%0A%09%09%09%09%3C%2Fg%3E%0D%0A%09%09%09%3C%2Fg%3E%0D%0A%09%09%3C%2Fg%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cpath%20d%3D%22M31.6%2C32.9H4.9c-1.1%2C0-2-0.8-2.2-1.9l-2.1-15c-0.2-1.3%2C0.8-2.5%2C2.2-2.5h31c1.3%2C0%2C2.4%2C1.2%2C2.2%2C2.5l-2.1%2C15%0D%0A%09%09%09%09C33.6%2C32.1%2C32.7%2C32.9%2C31.6%2C32.9z%22%2F%3E%0D%0A%09%09%3C%2Fg%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Layer_4%22%20display%3D%22none%22%3E%0D%0A%09%3Cpath%20display%3D%22inline%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0.6%2C18c0%2C9.6%2C7.8%2C17.4%2C17.4%2C17.4c9.6%2C0%2C17.4-7.8%2C17.4-17.4%0D%0A%09%09c0-9.6-7.8-17.4-17.4-17.4C8.4%2C0.6%2C0.6%2C8.4%2C0.6%2C18z%20M4.2%2C18c0-1.1%2C0.1-2.2%2C0.4-3.2L7.8%2C18l-0.7%2C4.4l2.9%2C2.9v4%0D%0A%09%09C6.5%2C26.8%2C4.2%2C22.6%2C4.2%2C18z%20M14.8%2C4.6c1-0.2%2C2.1-0.4%2C3.2-0.4c1.2%2C0%2C2.4%2C0.2%2C3.5%2C0.5l-0.6%2C1l0.7%2C0.7h2.2l0.6-0.6%0D%0A%09%09c0.5%2C0.3%2C1%2C0.6%2C1.5%2C0.9l-1.3%2C0.4l-1.5%2C1.5l1.5%2C0.7V10h-1.5v1.5c0%2C0%2C1%2C0.7%2C2.2%2C0.7c1.2%2C0%2C0.6-1.6%2C1.5-2.2c0.8-0.6%2C1.8-0.5%2C1.8-0.5%0D%0A%09%09L29%2C9.7c0.9%2C1.2%2C1.6%2C2.5%2C2.1%2C3.9v0.1c0%2C0-1-0.7-2.9-0.7c-1.9%2C0-3.6%2C0.7-3.6%2C0.7s-2%2C0.6-2.2%2C2.2c-0.2%2C2.7%2C0.7%2C3.6%2C0.7%2C3.6l3.6%2C2.2%0D%0A%09%09v7.1c-2.4%2C1.9-5.4%2C3.1-8.7%2C3.1c-1.6%2C0-3.1-0.3-4.5-0.7l3.7-8.7l-0.7-3.6c0%2C0-2.9-3.6-4.4-3.6c-1.5%2C0-2.2%2C2.2-2.2%2C2.2l-1.5-2.9%0D%0A%09%09l4.4-2.9l2.2-5.8L14.8%2C4.6z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Layer_5%22%20display%3D%22none%22%3E%0D%0A%09%3Cpath%20display%3D%22inline%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5.7%2C25.5c0%2C0%2C2.1-1.9%2C6.3-1.9c4.9%2C0%2C8.9%2C3.5%2C13.2%2C3.5%0D%0A%09%09c3.6%2C0%2C6.3-1.6%2C7.8-3c0.5-0.5%2C0.8-1.3%2C0.8-2V5c0-0.9-0.6-1.6-1.5-1.6c-0.6%2C0-1%2C0.4-1.5%2C0.8c-0.6%2C0.6-2.3%2C1.9-6.5%2C1.9%0D%0A%09%09c-3.8%2C0-6.9-3.5-11.8-3.5c-4.8%2C0-6.8%2C1.6-6.8%2C1.6V2.9c0-1-0.8-1.8-1.8-1.8c-1%2C0-1.8%2C0.8-1.8%2C1.8v30.2c0%2C1%2C0.8%2C1.8%2C1.8%2C1.8%0D%0A%09%09c1%2C0%2C1.8-0.8%2C1.8-1.8V25.5z%20M8.5%2C8.2v11.2c0%2C0.8-0.6%2C1.4-1.4%2C1.4c-0.8%2C0-1.4-0.6-1.4-1.4V8.2c0-0.8%2C0.6-1.4%2C1.4-1.4%0D%0A%09%09C7.9%2C6.8%2C8.5%2C7.4%2C8.5%2C8.2z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Layer_6%22%20display%3D%22none%22%3E%0D%0A%09%3Cpath%20display%3D%22inline%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M20.3%2C16.4l7.7-5.7c0.9-0.9%2C0.9-1.8%2C0-2.7l-7.7-5.7%0D%0A%09%09C20.1%2C2.1%2C19.8%2C2%2C19.5%2C2C18.6%2C2%2C18%2C2.6%2C18%2C3.4V6C10.3%2C6%2C4%2C12.3%2C4%2C20c0%2C7.7%2C6.3%2C14%2C14%2C14c7.2%2C0%2C13.1-5.4%2C13.9-12.3c0%2C0%2C0-0.2%2C0-0.3%0D%0A%09%09c0-0.7-0.6-1.3-1.3-1.3h-3.4c-1.1%2C0-1.9%2C0.8-2%2C1.4c-0.6%2C3.4-3.6%2C5.9-7.2%2C5.9c-4.1%2C0-7.3-3.3-7.3-7.3c0-4%2C3.3-7.3%2C7.3-7.3v2.6%0D%0A%09%09c0%2C0.8%2C0.6%2C1.4%2C1.5%2C1.4C19.8%2C16.7%2C20.1%2C16.6%2C20.3%2C16.4z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Layer_7%22%20display%3D%22none%22%3E%0D%0A%09%3Cpath%20display%3D%22inline%22%20d%3D%22M18%2C34.1C9.1%2C34.1%2C1.9%2C26.9%2C1.9%2C18S9.1%2C1.9%2C18%2C1.9c8.9%2C0%2C16.1%2C7.2%2C16.1%2C16.1S26.9%2C34.1%2C18%2C34.1z%20M18%2C6.4%0D%0A%09%09C11.6%2C6.4%2C6.4%2C11.6%2C6.4%2C18S11.6%2C29.6%2C18%2C29.6S29.6%2C24.4%2C29.6%2C18S24.4%2C6.4%2C18%2C6.4z%22%2F%3E%0D%0A%09%0D%0A%09%09%3Crect%20x%3D%224.4%22%20y%3D%2215.8%22%20transform%3D%22matrix(0.7071%200.7071%20-0.7071%200.7071%2018.0004%20-7.4558)%22%20display%3D%22inline%22%20width%3D%2227.1%22%20height%3D%224.5%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Layer_8%22%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%237A8E3E%22%20d%3D%22M33.7%2C7.5L33.7%2C7.5L18.6%2C3.8c-0.3-0.1-0.6-0.1-0.9-0.1c-0.3%2C0-0.6%2C0-0.9%2C0.1L2.3%2C7.6c-0.5%2C0.1-1%2C0.8-1%2C1.4%0D%0A%09%09%09l0%2C16.1c0.1%2C1.3%2C1%2C2.5%2C2.2%2C2.9l13.6%2C4.3c0.2%2C0%2C0.4%2C0.1%2C0.6%2C0.1c0.2%2C0%2C0.4%2C0%2C0.6-0.1l15.4-5.1c0%2C0%2C0.5-0.2%2C0.8-0.6%0D%0A%09%09%09c0.2-0.3%2C0.2-1%2C0.2-1V8.9C34.7%2C8.1%2C34.2%2C7.6%2C33.7%2C7.5z%20M31.9%2C9l-13.8%2C4.3c-0.1%2C0-0.3%2C0-0.4%2C0c-0.2%2C0-0.5%2C0-0.7-0.1v0l-6.9-2.1%0D%0A%09%09%09c-0.5-0.2-1.2%2C0-1.4%2C0.5c-0.3%2C0.5%2C0%2C1.2%2C0.5%2C1.4l7%2C2c0.8%2C0.3%2C1.4%2C1%2C1.5%2C1.9v11.5c0%2C0.8-0.7%2C1.4-1.5%2C1.4c-0.1%2C0-0.3%2C0-0.4%2C0%0D%0A%09%09%09L4.1%2C26.3l0%2C0c-0.6-0.2-1-0.7-1-1.4c0%2C0%2C0%2C0%2C0%2C0l0%2C0l0-14.7c0-0.7%2C0.5-1.3%2C1.1-1.4l12.5-3.6l0%2C0C17%2C5%2C17.4%2C4.9%2C17.7%2C4.9%0D%0A%09%09%09c0.3%2C0%2C0.6%2C0%2C0.9%2C0.1l13.2%2C3.4c0.1%2C0%2C0.2%2C0.2%2C0.2%2C0.3C32.1%2C8.8%2C32%2C9%2C31.9%2C9z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Layer_9%22%20display%3D%22none%22%3E%0D%0A%09%3Cg%20display%3D%22inline%22%3E%0D%0A%09%09%3Cpath%20d%3D%22M18%2C34.1C9.1%2C34.1%2C1.9%2C26.9%2C1.9%2C18S9.1%2C1.9%2C18%2C1.9S34.1%2C9.1%2C34.1%2C18S26.9%2C34.1%2C18%2C34.1z%20M18%2C6.4C11.6%2C6.4%2C6.4%2C11.6%2C6.4%2C18%0D%0A%09%09%09c0%2C6.4%2C5.2%2C11.6%2C11.6%2C11.6S29.6%2C24.4%2C29.6%2C18C29.6%2C11.6%2C24.4%2C6.4%2C18%2C6.4z%22%2F%3E%0D%0A%09%09%3Ccircle%20cx%3D%2213.7%22%20cy%3D%2214.3%22%20r%3D%222.8%22%2F%3E%0D%0A%09%09%3Ccircle%20cx%3D%2222.2%22%20cy%3D%2214.3%22%20r%3D%222.8%22%2F%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cpath%20d%3D%22M23.6%2C21.4c-1.5%2C1.3-3.4%2C2.1-5.5%2C2.1c-2.1%2C0-4.1-0.8-5.5-2.1h-2c1.8%2C2.2%2C4.5%2C3.6%2C7.6%2C3.6s5.8-1.4%2C7.6-3.6H23.6z%22%2F%3E%0D%0A%09%09%09%3Cpath%20d%3D%22M18.1%2C25.5c-3.1%2C0-6-1.4-8-3.8l-0.8-0.9h3.4l0.2%2C0.1c1.4%2C1.3%2C3.3%2C2%2C5.2%2C2s3.7-0.7%2C5.2-2l0.2-0.1h3.4l-0.8%2C0.9%0D%0A%09%09%09%09C24.1%2C24.1%2C21.2%2C25.5%2C18.1%2C25.5z%20M11.8%2C21.9c1.7%2C1.6%2C3.9%2C2.5%2C6.3%2C2.5s4.6-0.9%2C6.3-2.5h-0.5c-1.6%2C1.4-3.6%2C2.1-5.7%2C2.1%0D%0A%09%09%09%09s-4.1-0.7-5.7-2.1H11.8z%22%2F%3E%0D%0A%09%09%3C%2Fg%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Layer_10%22%20display%3D%22none%22%3E%0D%0A%09%3Cpath%20display%3D%22inline%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5.2%2C28.1H8c0.3%2C0%2C0.6%2C0.1%2C0.8%2C0.4l0%2C0c0.5%2C0.5%2C1.3%2C0.5%2C1.7-0.1%0D%0A%09%09l0%2C0c0.2-0.3%2C0.5-0.4%2C0.9-0.4l6.6-0.1H19c0.6%2C0%2C1.1%2C0.5%2C1.1%2C1.1v0.4c0%2C0.6-0.5%2C1.1-1.1%2C1.1h-1.8c-0.4%2C0-0.6%2C0.3-0.6%2C0.6l0%2C0%0D%0A%09%09c0%2C0.4%2C0.3%2C0.6%2C0.6%2C0.6H20c0.2%2C0%2C0.4-0.1%2C0.6-0.2l3.2-1.9c0.6-0.4%2C1.4-0.1%2C1.7%2C0.6l0.2%2C0.6c0.2%2C0.5%2C0%2C1-0.4%2C1.3l-3.4%2C2.5%0D%0A%09%09c-0.2%2C0.1-0.4%2C0.2-0.7%2C0.2h-9.5c-0.4%2C0-0.8-0.2-1-0.5l0%2C0c-0.4-0.6-1.3-0.7-1.8-0.1l0%2C0.1c-0.2%2C0.3-0.5%2C0.4-0.9%2C0.4H5.1%0D%0A%09%09c-0.6%2C0-1.2-0.5-1.1-1.2C4%2C32.3%2C4%2C30.4%2C4%2C29.2C4%2C28.6%2C4.5%2C28.1%2C5.2%2C28.1z%22%2F%3E%0D%0A%09%3Cg%20display%3D%22inline%22%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cpath%20d%3D%22M19.1%2C1.1c-6.8%2C0-12.4%2C5.6-12.4%2C12.4c0%2C6.9%2C5.6%2C12.4%2C12.4%2C12.4c6.8%2C0%2C12.4-5.6%2C12.4-12.4C31.5%2C6.6%2C25.9%2C1.1%2C19.1%2C1.1z%0D%0A%09%09%09%09%20M19.1%2C24.1c-5.9%2C0-10.6-4.8-10.6-10.6c0-5.9%2C4.8-10.6%2C10.6-10.6c5.9%2C0%2C10.6%2C4.8%2C10.6%2C10.6C29.7%2C19.3%2C24.9%2C24.1%2C19.1%2C24.1z%22%2F%3E%0D%0A%09%09%09%3Cpath%20d%3D%22M19.1%2C4.3c-5.1%2C0-9.2%2C4.1-9.2%2C9.2c0%2C5.1%2C4.1%2C9.2%2C9.2%2C9.2c5.1%2C0%2C9.2-4.1%2C9.2-9.2C28.3%2C8.4%2C24.1%2C4.3%2C19.1%2C4.3z%20M19.8%2C18.5%0D%0A%09%09%09%09v1.7h-1.6v-1.6c-1.1%2C0-2.2-0.4-2.8-0.7l0.5-1.9c0.7%2C0.4%2C1.6%2C0.7%2C2.7%2C0.7c0.9%2C0%2C1.6-0.4%2C1.6-1c0-0.6-0.5-1-1.7-1.4%0D%0A%09%09%09%09c-1.7-0.6-2.9-1.4-2.9-3c0-1.4%2C1-2.6%2C2.8-2.9V6.8h1.6v1.4c1.1%2C0%2C1.8%2C0.3%2C2.4%2C0.5l-0.5%2C1.8c-0.4-0.2-1.2-0.6-2.4-0.6%0D%0A%09%09%09%09c-1.1%2C0-1.4%2C0.5-1.4%2C0.9c0%2C0.5%2C0.6%2C0.9%2C2%2C1.4c1.9%2C0.7%2C2.7%2C1.6%2C2.7%2C3.1C22.7%2C16.9%2C21.7%2C18.1%2C19.8%2C18.5z%22%2F%3E%0D%0A%09%09%3C%2Fg%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .ico-22.ico-alert {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0D%0A%3C!--%20Created%20with%20Inkscape%20(http%3A%2F%2Fwww.inkscape.org%2F)%20--%3E%0D%0A%3Csvg%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%20version%3D%221.1%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%3E%0D%0A%20%3Cpath%20d%3D%22m32%204c-5.889%200.0001-32.388%2045.9-29.443%2051%202.9441%205.1%2055.944%205.098%2058.888-0.002%202.945-5.1-23.556-50.998-29.445-50.998zm-3.516%2012.875h6.911l-0.905%2024.586h-5.101l-0.905-24.586zm3.444%2027.441c0.521%200%201.009%200.098%201.465%200.293%200.472%200.196%200.878%200.465%201.22%200.807s0.61%200.749%200.805%201.221c0.212%200.455%200.318%200.951%200.318%201.488s-0.106%201.042-0.318%201.514c-0.195%200.455-0.463%200.855-0.805%201.197s-0.748%200.609-1.22%200.805c-0.456%200.195-0.944%200.293-1.465%200.293s-1.018-0.098-1.49-0.293c-0.456-0.196-0.854-0.463-1.196-0.805s-0.611-0.742-0.806-1.197c-0.196-0.472-0.293-0.977-0.293-1.514s0.097-1.033%200.293-1.488c0.195-0.472%200.464-0.879%200.806-1.221s0.74-0.611%201.196-0.807c0.472-0.195%200.969-0.293%201.49-0.293z%22%20fill%3D%22%237A8E3E%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .ico-22.ico-pencil {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2227.033px%22%20height%3D%2227.034px%22%20viewBox%3D%220%200%2027.033%2027.034%22%20enable-background%3D%22new%200%200%2027.033%2027.034%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2227.033%22%20height%3D%2227.034%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%237A8E3E%22%20d%3D%22M3.131%2C11.381%0D%0A%09%09c-0.551%2C0.552-0.816%2C1.341-0.951%2C2.141L0.034%2C23.671c-0.304%2C1.802%2C1.504%2C3.615%2C3.328%2C3.334l10.161-2.118%0D%0A%09%09c0.744-0.135%2C1.55-0.366%2C2.102-0.917l10.763-10.776c0.862-0.867%2C0.862-2.269%2C0-3.136l-9.4-9.411c-0.867-0.863-2.27-0.863-3.131%2C0%0D%0A%09%09L3.131%2C11.381z%20M13.461%2C22.212l-5.26%2C1.008l-4.36-4.364l1.003-5.267l7.834-7.846c0.435-0.433%2C1.132-0.433%2C1.566%2C0%0D%0A%09%09c0.434%2C0.434%2C0.434%2C1.138%2C0%2C1.572l-7.243%2C7.254c-0.54%2C0.539-0.54%2C1.419%2C0%2C1.959c0.541%2C0.542%2C1.414%2C0.542%2C1.954%2C0l7.249-7.254%0D%0A%09%09c0.434-0.433%2C1.132-0.433%2C1.565%2C0c0.435%2C0.434%2C0.435%2C1.133%2C0%2C1.567l-7.244%2C7.254c-0.54%2C0.541-0.54%2C1.42%2C0%2C1.96%0D%0A%09%09c0.541%2C0.541%2C1.414%2C0.541%2C1.955%2C0l7.249-7.254c0.429-0.429%2C1.133-0.429%2C1.565%2C0c0.434%2C0.433%2C0.434%2C1.138%2C0%2C1.57L13.461%2C22.212z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .ico-22.ico-chevron-right {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0D%0A%3C!--%20Created%20with%20Inkscape%20(http%3A%2F%2Fwww.inkscape.org%2F)%20--%3E%0D%0A%3Csvg%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%20version%3D%221.1%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%3E%0D%0A%20%3Cpath%20d%3D%22m32%204c-5.889%200.0001-32.388%2045.9-29.443%2051%202.9441%205.1%2055.944%205.098%2058.888-0.002%202.945-5.1-23.556-50.998-29.445-50.998zm-3.516%2012.875h6.911l-0.905%2024.586h-5.101l-0.905-24.586zm3.444%2027.441c0.521%200%201.009%200.098%201.465%200.293%200.472%200.196%200.878%200.465%201.22%200.807s0.61%200.749%200.805%201.221c0.212%200.455%200.318%200.951%200.318%201.488s-0.106%201.042-0.318%201.514c-0.195%200.455-0.463%200.855-0.805%201.197s-0.748%200.609-1.22%200.805c-0.456%200.195-0.944%200.293-1.465%200.293s-1.018-0.098-1.49-0.293c-0.456-0.196-0.854-0.463-1.196-0.805s-0.611-0.742-0.806-1.197c-0.196-0.472-0.293-0.977-0.293-1.514s0.097-1.033%200.293-1.488c0.195-0.472%200.464-0.879%200.806-1.221s0.74-0.611%201.196-0.807c0.472-0.195%200.969-0.293%201.49-0.293z%22%20fill%3D%22%237A8E3E%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .ico-22.ico-notes {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2221.967px%22%20height%3D%2227.034px%22%20viewBox%3D%220%200%2021.967%2027.034%22%20enable-background%3D%22new%200%200%2021.967%2027.034%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2221.967%22%20height%3D%2227.034%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%237A8E3E%22%20d%3D%22M14.926%2C13.518H7.041%0D%0A%09%09c-0.778%2C0-1.408%2C0.631-1.408%2C1.407c0%2C0.777%2C0.63%2C1.408%2C1.408%2C1.408h7.885c0.777%2C0%2C1.408-0.631%2C1.408-1.408%0D%0A%09%09C16.334%2C14.148%2C15.703%2C13.518%2C14.926%2C13.518%20M14.926%2C18.586H7.041c-0.778%2C0-1.408%2C0.631-1.408%2C1.408s0.63%2C1.408%2C1.408%2C1.408h7.885%0D%0A%09%09c0.777%2C0%2C1.408-0.631%2C1.408-1.408S15.703%2C18.586%2C14.926%2C18.586%20M0%2C24.781c0%2C1.245%2C1.008%2C2.253%2C2.254%2C2.253h17.458%0D%0A%09%09c1.244%2C0%2C2.254-1.008%2C2.254-2.253V5.631c0-1.244-1.01-2.253-2.254-2.253h-4.59C14.734%2C1.454%2C13.027%2C0%2C10.982%2C0%0D%0A%09%09c-2.043%2C0-3.75%2C1.454-4.138%2C3.379h-4.59C1.008%2C3.378%2C0%2C4.388%2C0%2C5.631V24.781z%20M4.056%2C6.196H6.76v1.013%0D%0A%09%09c0%2C0.688%2C0.55%2C1.24%2C1.238%2C1.24h5.971c0.686%2C0%2C1.238-0.552%2C1.238-1.24V6.196h2.703c0.688%2C0%2C1.24%2C0.552%2C1.24%2C1.239v15.545%0D%0A%09%09c0%2C0.687-0.553%2C1.239-1.24%2C1.239H4.056c-0.687%2C0-1.24-0.553-1.24-1.239V7.435C2.816%2C6.748%2C3.369%2C6.196%2C4.056%2C6.196%20M9.574%2C4.225%0D%0A%09%09c0-0.777%2C0.631-1.408%2C1.408-1.408s1.408%2C0.631%2C1.408%2C1.408c0%2C0.776-0.631%2C1.407-1.408%2C1.407S9.574%2C5%2C9.574%2C4.225%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position-y: calc(50% - 2px);
  background-size: 14px;
}
.sgi .ico-22.ico-calendar {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2227.034px%22%20height%3D%2227.034px%22%20viewBox%3D%220%200%2027.034%2027.034%22%20enable-background%3D%22new%200%200%2027.034%2027.034%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2227.034%22%20height%3D%2227.034%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%237A8E3E%22%20d%3D%22M0%2C24.781%0D%0A%09%09c0%2C1.246%2C1.009%2C2.253%2C2.253%2C2.253h22.529c1.244%2C0%2C2.253-1.007%2C2.253-2.253V5.07c0-1.246-1.009-2.253-2.253-2.253h-2.254V1.408%0D%0A%09%09C22.528%2C0.631%2C21.897%2C0%2C21.12%2C0s-1.408%2C0.631-1.408%2C1.408v1.409H17.46V1.408C17.46%2C0.631%2C16.829%2C0%2C16.052%2C0%0D%0A%09%09s-1.408%2C0.631-1.408%2C1.408v1.409h-2.253V1.408C12.391%2C0.631%2C11.76%2C0%2C10.983%2C0c-0.777%2C0-1.407%2C0.631-1.407%2C1.408v1.409H7.322V1.408%0D%0A%09%09C7.322%2C0.631%2C6.691%2C0%2C5.913%2C0C5.137%2C0%2C4.506%2C0.631%2C4.506%2C1.408v1.409H2.253C1.009%2C2.817%2C0%2C3.824%2C0%2C5.07V24.781z%20M4.056%2C5.632h0.45%0D%0A%09%09v1.972c0%2C0.777%2C0.631%2C1.408%2C1.407%2C1.408c0.778%2C0%2C1.409-0.631%2C1.409-1.408V5.632h2.254v1.972c0%2C0.777%2C0.63%2C1.408%2C1.407%2C1.408%0D%0A%09%09c0.777%2C0%2C1.408-0.631%2C1.408-1.408V5.632h2.253v1.972c0%2C0.777%2C0.631%2C1.408%2C1.408%2C1.408s1.408-0.631%2C1.408-1.408V5.632h2.252v1.972%0D%0A%09%09c0%2C0.777%2C0.631%2C1.408%2C1.408%2C1.408s1.408-0.631%2C1.408-1.408V5.632h0.451c0.688%2C0%2C1.238%2C0.553%2C1.238%2C1.239v5.97%0D%0A%09%09c0%2C0.687-0.551%2C1.239-1.238%2C1.239H4.056c-0.687%2C0-1.24-0.552-1.24-1.239v-5.97C2.816%2C6.185%2C3.369%2C5.632%2C4.056%2C5.632%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .ico-22.ico-globe {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2018.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%2214.9%207.4%2010.2%2010.1%22%20enable-background%3D%22new%2014.9%207.4%2010.2%2010.1%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%237A8E3E%22%20d%3D%22M15%2C12.5c0%2C2.8%2C2.2%2C5%2C5%2C5s5-2.2%2C5-5s-2.2-5-5-5S15%2C9.7%2C15%2C12.5z%20M16%2C12.5c0-0.3%2C0-0.6%2C0.1-0.9l0.9%2C0.9%0D%0A%09l-0.2%2C1.2l0.8%2C0.8v1.1C16.7%2C15%2C16%2C13.8%2C16%2C12.5z%20M19%2C8.6c0.3-0.1%2C0.6-0.1%2C0.9-0.1c0.4%2C0%2C0.7%2C0.1%2C1%2C0.1L20.8%2C9L21%2C9.2h0.6L21.8%2C9%0D%0A%09c0.2%2C0.1%2C0.3%2C0.2%2C0.4%2C0.2l-0.4%2C0.1l-0.4%2C0.4l0.4%2C0.2v0.2h-0.4v0.4c0%2C0%2C0.3%2C0.2%2C0.6%2C0.2c0.3%2C0%2C0.2-0.5%2C0.4-0.6%0D%0A%09c0.2-0.2%2C0.5-0.1%2C0.5-0.1l0.1%2C0c0.2%2C0.3%2C0.5%2C0.7%2C0.6%2C1.1v0c0%2C0-0.3-0.2-0.8-0.2c-0.5%2C0-1%2C0.2-1%2C0.2s-0.6%2C0.2-0.6%2C0.6%0D%0A%09c-0.1%2C0.8%2C0.2%2C1%2C0.2%2C1l1%2C0.6v2c-0.7%2C0.6-1.6%2C0.9-2.5%2C0.9c-0.5%2C0-0.9-0.1-1.3-0.2l1.1-2.5l-0.2-1c0%2C0-0.8-1-1.2-1%0D%0A%09c-0.4%2C0-0.6%2C0.6-0.6%2C0.6l-0.4-0.8l1.2-0.8L19.1%2C9L19%2C8.6z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .ico-22.ico-binoculars {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2226.473px%22%20height%3D%2226.473px%22%20viewBox%3D%220%200%2026.473%2026.473%22%20enable-background%3D%22new%200%200%2026.473%2026.473%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cdefs%3E%0D%0A%09%09%09%3Crect%20id%3D%22SVGID_1_%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2226.472%22%20height%3D%2226.473%22%2F%3E%0D%0A%09%09%3C%2Fdefs%3E%0D%0A%09%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%09%3C%2FclipPath%3E%0D%0A%09%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22%237A8E3E%22%20d%3D%22M13.792%2C11.846H12.68c-0.307%2C0-0.557%2C0.251-0.557%2C0.556%0D%0A%09%09%09c0%2C0.306%2C0.25%2C0.556%2C0.557%2C0.556h1.111c0.306%2C0%2C0.557-0.25%2C0.557-0.556C14.348%2C12.097%2C14.097%2C11.846%2C13.792%2C11.846%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cdefs%3E%0D%0A%09%09%09%3Crect%20id%3D%22SVGID_3_%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2226.472%22%20height%3D%2226.473%22%2F%3E%0D%0A%09%09%3C%2Fdefs%3E%0D%0A%09%09%3CclipPath%20id%3D%22SVGID_4_%22%3E%0D%0A%09%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_3_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%09%3C%2FclipPath%3E%0D%0A%09%09%3Cpath%20clip-path%3D%22url(%23SVGID_4_)%22%20fill%3D%22%237A8E3E%22%20d%3D%22M13.235%2C0C5.925%2C0%2C0%2C5.925%2C0%2C13.236c0%2C7.311%2C5.925%2C13.236%2C13.236%2C13.236%0D%0A%09%09%09s13.235-5.926%2C13.235-13.236C26.471%2C5.925%2C20.547%2C0%2C13.235%2C0%20M19.906%2C18.795c0%2C0.615-0.496%2C1.112-1.111%2C1.112h-3.612%0D%0A%09%09%09c-0.614%2C0-1.112-0.497-1.112-1.112v-4.446h-1.667v4.446c0%2C0.615-0.497%2C1.112-1.112%2C1.112H7.677c-0.613%2C0-1.111-0.497-1.111-1.112%0D%0A%09%09%09v-7.227c0-0.614%2C0.498-1.112%2C1.111-1.112h0.557V7.955h-0.14c-0.384%2C0-0.694-0.312-0.694-0.695S7.71%2C6.565%2C8.094%2C6.565h3.613%0D%0A%09%09%09c0.384%2C0%2C0.695%2C0.311%2C0.695%2C0.694s-0.312%2C0.695-0.695%2C0.695h-0.139v2.501h3.335V7.955h-0.139c-0.385%2C0-0.695-0.312-0.695-0.695%0D%0A%09%09%09s0.312-0.694%2C0.695-0.694h3.612c0.384%2C0%2C0.694%2C0.311%2C0.694%2C0.694s-0.312%2C0.695-0.694%2C0.695h-0.14v2.501h0.557%0D%0A%09%09%09c0.615%2C0%2C1.111%2C0.498%2C1.111%2C1.112L19.906%2C18.795L19.906%2C18.795z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .ico-22.ico-search {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2224.374px%22%20height%3D%2224.375px%22%20viewBox%3D%220%200%2024.374%2024.375%22%20enable-background%3D%22new%200%200%2024.374%2024.375%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2224.374%22%20height%3D%2224.375%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22%237A8E3E%22%20d%3D%22M8.911%2C17.82c2.28%2C0%2C4.56-0.87%2C6.299-2.609c3.48-3.48%2C3.48-9.121%2C0-12.601%0D%0A%09%09C13.471%2C0.87%2C11.19%2C0%2C8.911%2C0C6.63%2C0%2C4.349%2C0.87%2C2.609%2C2.61c-3.479%2C3.48-3.479%2C9.121%2C0%2C12.601C4.349%2C16.95%2C6.63%2C17.82%2C8.911%2C17.82%0D%0A%09%09%20M4.907%2C4.908C5.977%2C3.839%2C7.398%2C3.25%2C8.91%2C3.25c1.512%2C0%2C2.934%2C0.589%2C4.003%2C1.658c1.068%2C1.07%2C1.658%2C2.491%2C1.658%2C4.003%0D%0A%09%09c0%2C1.512-0.59%2C2.933-1.658%2C4.002c-1.069%2C1.068-2.491%2C1.657-4.002%2C1.657c-1.513%2C0-2.933-0.589-4.003-1.658%0D%0A%09%09c-1.07-1.069-1.659-2.49-1.659-4.002C3.249%2C7.398%2C3.838%2C5.977%2C4.907%2C4.908%20M17.502%2C15.211l6.872%2C6.873l-2.289%2C2.291l-6.875-6.873%0D%0A%09%09L17.502%2C15.211z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .ico-22.ico-help {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2018.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%2214.9%207.4%2010.1%2010.1%22%20enable-background%3D%22new%2014.9%207.4%2010.1%2010.1%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%237A8E3E%22%20d%3D%22M23.5%2C8.9c-1.9-1.9-5.1-1.9-7.1%2C0s-1.9%2C5.1%2C0%2C7.1s5.1%2C1.9%2C7.1%2C0S25.5%2C10.9%2C23.5%2C8.9z%20M20%2C15.5%0D%0A%09c-0.5%2C0-0.8-0.4-0.8-0.8c0-0.5%2C0.4-0.8%2C0.8-0.8c0.5%2C0%2C0.8%2C0.4%2C0.8%2C0.8C20.8%2C15.1%2C20.4%2C15.5%2C20%2C15.5z%20M20.4%2C12.7v0.4%0D%0A%09c0%2C0.2-0.1%2C0.3-0.3%2C0.3h-0.6c-0.2%2C0-0.3-0.1-0.3-0.3v-1c0-0.2%2C0.3-0.3%2C0.5-0.4c0.1%2C0%2C0.1%2C0%2C0.2%2C0c0.3-0.1%2C0.5-0.2%2C0.5-0.6%0D%0A%09c0-0.1%2C0-0.4-0.5-0.4c-0.3%2C0-0.6%2C0.1-0.8%2C0.2c-0.1%2C0-0.1%2C0.1-0.2%2C0.1c-0.1%2C0-0.2-0.1-0.2-0.2l-0.2-0.5c0%2C0%2C0-0.1%2C0-0.1%0D%0A%09c0-0.4%2C1.2-0.6%2C1.6-0.6c1%2C0%2C1.7%2C0.7%2C1.7%2C1.6C21.7%2C12.2%2C20.9%2C12.5%2C20.4%2C12.7z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .ico-22.ico-pc-mobile-star {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Camada_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2048%2048%22%20style%3D%22enable-background%3Anew%200%200%2048%2048%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st1%7Bfill%3Anone%3B%7D%0D%0A%09.st2%7Bfill%3A%23FFFFFF%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Ccircle%20fill%3D%22%237A8E3E%22%20cx%3D%2224%22%20cy%3D%2224%22%20r%3D%2224%22%2F%3E%0D%0A%3Cpath%20class%3D%22st1%22%20d%3D%22M20.1%2C9.3h19.7v19.7H20.1V9.3z%22%2F%3E%0D%0A%3Cpath%20class%3D%22st2%22%20d%3D%22M36.8%2C23.8l-5.8%2C0c-0.6%2C0-1.2%2C0.5-1.2%2C1.2v10.5c0%2C0.6%2C0.5%2C1.2%2C1.2%2C1.2h5.8c0.6%2C0%2C1.2-0.5%2C1.2-1.2V25%0D%0A%09C38%2C24.4%2C37.4%2C23.8%2C36.8%2C23.8z%20M36.8%2C34.3H31v-8.1h5.8V34.3z%20M33.3%2C13.4H12.4c-1.3%2C0-2.3%2C1-2.3%2C2.3v14c0%2C1.3%2C1%2C2.3%2C2.3%2C2.3h8.1v2.3%0D%0A%09h-2.3v2.3h9.3v-2.3h-2.3V32h2.3v-2.3H12.4v-14h20.9v5.8h2.3v-5.8C35.6%2C14.4%2C34.6%2C13.4%2C33.3%2C13.4z%20M24%2C21.5L22.8%2C18l-1.1%2C3.5h-3.5%0D%0A%09l2.9%2C2L20%2C26.9l2.9-2.1l2.9%2C2.1l-1.1-3.4l2.9-2H24z%22%2F%3E%0D%0A%3C%2Fsvg%3E");
}
.sgi .ico-22.ico-download {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2230.693px%22%20height%3D%2228.775px%22%20viewBox%3D%220%200%2030.693%2028.775%22%20enable-background%3D%22new%200%200%2030.693%2028.775%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20fill%3D%22%237A8E3E%22%20points%3D%2211.51%2C0%2011.51%2C9.592%207.671%2C9.592%2015.346%2C17.266%2023.02%2C9.592%2019.183%2C9.592%2019.183%2C0%20%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20y%3D%220%22%20width%3D%2230.693%22%20height%3D%2228.775%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22%237A8E3E%22%20d%3D%22M26.602%2C7.674H23.02v1.918h1.918h0.396l2.455%2C5.755h-6.688%0D%0A%09%09c0%2C3.18-2.576%2C5.755-5.756%2C5.755c-3.178%2C0-5.754-2.575-5.754-5.755H2.903l2.457-5.755h2.312V7.674h-3.58L0%2C17.266v11.51h30.694%0D%0A%09%09v-11.51L26.602%2C7.674z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .ico-22.ico-chevron-right {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2212px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2012%2020%22%20enable-background%3D%22new%200%200%2012%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%237A8E3E%22%20d%3D%22M2.234%2C19.998L12%2C9.999L2.234%2C0L0%2C2.256l7.563%2C7.743L0%2C17.742L2.234%2C19.998z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .ico-22.ico-chevron-left {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2212px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2012%2020%22%20enable-background%3D%22new%200%200%2012%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%237A8E3E%22%20d%3D%22M9.766%2C0L0%2C9.999l9.766%2C9.999L12%2C17.742L4.437%2C9.999L12%2C2.256%0D%0A%09L9.766%2C0z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .ico-22.ico-x {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22x%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2231.324px%22%20height%3D%2231.323px%22%20viewBox%3D%220%200%2031.324%2031.323%22%20enable-background%3D%22new%200%200%2031.324%2031.323%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20id%3D%22x-path%22%20fill%3D%22%237A8E3E%22%20d%3D%22M15.662%2C0C7.028%2C0%2C0%2C7.027%2C0%2C15.662c0%2C8.636%2C7.028%2C15.662%2C15.662%2C15.662%0D%0A%09c8.637%2C0%2C15.663-7.025%2C15.663-15.662C31.324%2C7.027%2C24.299%2C0%2C15.662%2C0%20M22.516%2C19.354c0.29%2C0.29%2C0.29%2C0.765%2C0%2C1.053l-2.109%2C2.107%0D%0A%09c-0.29%2C0.29-0.764%2C0.29-1.054%2C0l-3.691-3.688l-3.689%2C3.688c-0.289%2C0.29-0.765%2C0.29-1.055%2C0l-2.107-2.107%0D%0A%09c-0.29-0.288-0.29-0.763%2C0-1.053l3.689-3.692l-3.689-3.689c-0.29-0.29-0.29-0.764%2C0-1.055l2.107-2.108%0D%0A%09c0.29-0.288%2C0.766-0.288%2C1.055%2C0l3.689%2C3.691l3.691-3.691c0.29-0.288%2C0.764-0.288%2C1.054%2C0l2.109%2C2.108%0D%0A%09c0.29%2C0.291%2C0.29%2C0.765%2C0%2C1.055l-3.692%2C3.689L22.516%2C19.354z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .ico-22.ico-edit {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%3E%0D%0A%3Cpath%20fill%3D%22%237A8E3E%22%20class%3D%22st0%22%20d%3D%22M3%2017.25V21h3.75L17.81%209.94l-3.75-3.75L3%2017.25zM20.71%207.04c.39-.39.39-1.02%200-1.41l-2.34-2.34c-.39-.39-1.02-.39-1.41%200l-1.83%201.83%203.75%203.75%201.83-1.83z%22%2F%3E%0D%0A%3Cpath%20d%3D%22M0%200h24v24H0z%22%20%20fill%3D%22none%22%2F%3E%0D%0A%3C%2Fsvg%3E");
}
.sgi .ico-22.ico-delete {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%3E%0D%0A%3Cpath%20fill%3D%22%237A8E3E%22%20class%3D%22st0%22%20d%3D%22M6%2019c0%201.1.9%202%202%202h8c1.1%200%202-.9%202-2V7H6v12zM19%204h-3.5l-1-1h-5l-1%201H5v2h14V4z%22%2F%3E%0D%0A%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%0D%0A%3C%2Fsvg%3E");
}
.sgi .ico-material {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 22px auto;
  display: inline-block;
  height: 22px;
  margin: 0px;
  vertical-align: middle;
  width: 22px;
}
.sgi .ico-material.ico-excel {
  background-size: 20px auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2223px%22%20height%3D%2223px%22%20viewBox%3D%220%200%2023%2023%22%20enable-background%3D%22new%200%200%2023%2023%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%237A8E3E%22%20d%3D%22M22.259%2C2.654h-8.104v2.64h2.682V7.09h-2.682v1.756h2.654v1.769h-2.654v1.77h2.654v1.77h-2.654v1.77h2.654%0D%0A%09%09v1.77h-2.654v2.654h8.104C22.666%2C20.346%2C23%2C20%2C23%2C19.576V3.423C23%2C3%2C22.666%2C2.654%2C22.259%2C2.654z%20M21.23%2C17.691h-3.539v-1.77h3.539%0D%0A%09%09V17.691z%20M21.23%2C14.154h-3.539v-1.771h3.539V14.154z%20M21.23%2C10.615h-3.539V8.846h3.539V10.615z%20M21.23%2C7.077h-3.539v-1.77h3.539%0D%0A%09%09V7.077z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%237A8E3E%22%20d%3D%22M0%2C2.556v17.889L13.27%2C23V0L0%2C2.556z%20M8.393%2C15.994L6.85%2C13.076c-0.059-0.109-0.119-0.311-0.181-0.602%0D%0A%09%09H6.645c-0.029%2C0.139-0.099%2C0.348-0.207%2C0.627l-1.549%2C2.893H2.483l2.856-4.48l-2.612-4.48h2.456l1.28%2C2.686%0D%0A%09%09c0.1%2C0.212%2C0.189%2C0.464%2C0.269%2C0.755h0.025c0.05-0.175%2C0.144-0.435%2C0.281-0.781l1.424-2.662h2.249l-2.687%2C4.442l2.762%2C4.518%0D%0A%09%09L8.393%2C15.994L8.393%2C15.994z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .ico-material.ico-import {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20fill%3D%22%237A8E3E%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M9%2016h6v-6h4l-7-7-7%207h4zm-4%202h14v2H5z%22%2F%3E%0D%0A%3C%2Fsvg%3E");
}
.sgi .results-table-box a.current .text {
  color: #7A8E3E;
}
.sgi a.sort .text {
  color: #7d7f82;
}
.sgi a.sort .text:hover {
  color: black;
}
.sgi a.sort .text:active {
  color: #7A8E3E;
}
.sgi a.sort .ico {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 9px auto;
  display: inline-block;
  height: 10px;
  margin: 0px;
  vertical-align: middle;
  width: 10px;
}
.sgi a.sort .ico.ico-asc {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2018.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%2215.8%207.4%208.3%2010.2%22%20enable-background%3D%22new%2015.8%207.4%208.3%2010.2%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%237d7f82%22%20d%3D%22M20.4%2C7.6C20.4%2C7.6%2C20.4%2C7.6%2C20.4%2C7.6c-0.1%2C0-0.1%2C0-0.1-0.1c0%2C0%2C0%2C0%2C0%2C0s0%2C0%2C0%2C0c0%2C0%2C0%2C0-0.1%2C0%0D%0A%09%09c0%2C0%2C0%2C0-0.1%2C0c0%2C0%2C0%2C0-0.1%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0-0.1%2C0c0%2C0%2C0%2C0-0.1%2C0c0%2C0%2C0%2C0-0.1%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0-0.1%2C0c0%2C0%2C0%2C0%2C0%2C0%0D%0A%09%09c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0l-3.4%2C3.4c-0.3%2C0.3-0.3%2C0.8%2C0%2C1%0D%0A%09%09c0.3%2C0.3%2C0.8%2C0.3%2C1%2C0l2.2-2.2v6.8c0%2C0.2%2C0.1%2C0.5%2C0.3%2C0.6c0.1%2C0.1%2C0.3%2C0.1%2C0.4%2C0.1c0.2%2C0%2C0.4-0.1%2C0.5-0.2c0.1-0.1%2C0.2-0.3%2C0.2-0.5%0D%0A%09%09l0%2C0V10l2.2%2C2.2c0.3%2C0.3%2C0.8%2C0.3%2C1%2C0c0.1-0.1%2C0.2-0.3%2C0.2-0.5s-0.1-0.4-0.2-0.5l-3.4-3.4C20.5%2C7.7%2C20.5%2C7.7%2C20.4%2C7.6%0D%0A%09%09C20.5%2C7.7%2C20.5%2C7.7%2C20.4%2C7.6C20.4%2C7.7%2C20.4%2C7.6%2C20.4%2C7.6z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi a.sort .ico.ico-asc:hover {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2018.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%2215.8%207.4%208.3%2010.2%22%20enable-background%3D%22new%2015.8%207.4%208.3%2010.2%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22black%22%20d%3D%22M20.4%2C7.6C20.4%2C7.6%2C20.4%2C7.6%2C20.4%2C7.6c-0.1%2C0-0.1%2C0-0.1-0.1c0%2C0%2C0%2C0%2C0%2C0s0%2C0%2C0%2C0c0%2C0%2C0%2C0-0.1%2C0%0D%0A%09%09c0%2C0%2C0%2C0-0.1%2C0c0%2C0%2C0%2C0-0.1%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0-0.1%2C0c0%2C0%2C0%2C0-0.1%2C0c0%2C0%2C0%2C0-0.1%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0-0.1%2C0c0%2C0%2C0%2C0%2C0%2C0%0D%0A%09%09c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0l-3.4%2C3.4c-0.3%2C0.3-0.3%2C0.8%2C0%2C1%0D%0A%09%09c0.3%2C0.3%2C0.8%2C0.3%2C1%2C0l2.2-2.2v6.8c0%2C0.2%2C0.1%2C0.5%2C0.3%2C0.6c0.1%2C0.1%2C0.3%2C0.1%2C0.4%2C0.1c0.2%2C0%2C0.4-0.1%2C0.5-0.2c0.1-0.1%2C0.2-0.3%2C0.2-0.5%0D%0A%09%09l0%2C0V10l2.2%2C2.2c0.3%2C0.3%2C0.8%2C0.3%2C1%2C0c0.1-0.1%2C0.2-0.3%2C0.2-0.5s-0.1-0.4-0.2-0.5l-3.4-3.4C20.5%2C7.7%2C20.5%2C7.7%2C20.4%2C7.6%0D%0A%09%09C20.5%2C7.7%2C20.5%2C7.7%2C20.4%2C7.6C20.4%2C7.7%2C20.4%2C7.6%2C20.4%2C7.6z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi a.sort .ico.ico-asc-active {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2018.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%2215.8%207.4%208.3%2010.2%22%20enable-background%3D%22new%2015.8%207.4%208.3%2010.2%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%237A8E3E%22%20d%3D%22M20.4%2C7.6C20.4%2C7.6%2C20.4%2C7.6%2C20.4%2C7.6c-0.1%2C0-0.1%2C0-0.1-0.1c0%2C0%2C0%2C0%2C0%2C0s0%2C0%2C0%2C0c0%2C0%2C0%2C0-0.1%2C0%0D%0A%09%09c0%2C0%2C0%2C0-0.1%2C0c0%2C0%2C0%2C0-0.1%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0-0.1%2C0c0%2C0%2C0%2C0-0.1%2C0c0%2C0%2C0%2C0-0.1%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0-0.1%2C0c0%2C0%2C0%2C0%2C0%2C0%0D%0A%09%09c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0l-3.4%2C3.4c-0.3%2C0.3-0.3%2C0.8%2C0%2C1%0D%0A%09%09c0.3%2C0.3%2C0.8%2C0.3%2C1%2C0l2.2-2.2v6.8c0%2C0.2%2C0.1%2C0.5%2C0.3%2C0.6c0.1%2C0.1%2C0.3%2C0.1%2C0.4%2C0.1c0.2%2C0%2C0.4-0.1%2C0.5-0.2c0.1-0.1%2C0.2-0.3%2C0.2-0.5%0D%0A%09%09l0%2C0V10l2.2%2C2.2c0.3%2C0.3%2C0.8%2C0.3%2C1%2C0c0.1-0.1%2C0.2-0.3%2C0.2-0.5s-0.1-0.4-0.2-0.5l-3.4-3.4C20.5%2C7.7%2C20.5%2C7.7%2C20.4%2C7.6%0D%0A%09%09C20.5%2C7.7%2C20.5%2C7.7%2C20.4%2C7.6C20.4%2C7.7%2C20.4%2C7.6%2C20.4%2C7.6z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi a.sort .ico.ico-desc {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2018.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%2215.8%207.4%208.3%2010.2%22%20enable-background%3D%22new%2015.8%207.4%208.3%2010.2%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%237d7f82%22%20d%3D%22M19.6%2C17.4C19.6%2C17.4%2C19.6%2C17.4%2C19.6%2C17.4c0.1%2C0%2C0.1%2C0%2C0.1%2C0.1c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0.1%2C0%0D%0A%09%09c0%2C0%2C0%2C0%2C0.1%2C0c0%2C0%2C0%2C0%2C0.1%2C0s0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0.1%2C0c0%2C0%2C0%2C0%2C0%2C0s0%2C0%2C0.1%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0.1%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0%0D%0A%09%09c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0.1%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0l3.4-3.4c0.3-0.3%2C0.3-0.8%2C0-1c-0.3-0.3-0.8-0.3-1%2C0%0D%0A%09%09L20.7%2C15V8.2c0-0.2-0.1-0.5-0.3-0.6c-0.1-0.1-0.3-0.1-0.4-0.1c-0.2%2C0-0.4%2C0.1-0.5%2C0.2c-0.1%2C0.1-0.2%2C0.3-0.2%2C0.5l0%2C0V15l-2.2-2.2%0D%0A%09%09c-0.3-0.3-0.8-0.3-1%2C0c-0.1%2C0.1-0.2%2C0.3-0.2%2C0.5s0.1%2C0.4%2C0.2%2C0.5l3.4%2C3.4C19.5%2C17.3%2C19.5%2C17.3%2C19.6%2C17.4%0D%0A%09%09C19.5%2C17.3%2C19.5%2C17.3%2C19.6%2C17.4C19.6%2C17.4%2C19.6%2C17.4%2C19.6%2C17.4z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi a.sort .ico.ico-desc:hover {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2018.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%2215.8%207.4%208.3%2010.2%22%20enable-background%3D%22new%2015.8%207.4%208.3%2010.2%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22black%22%20d%3D%22M19.6%2C17.4C19.6%2C17.4%2C19.6%2C17.4%2C19.6%2C17.4c0.1%2C0%2C0.1%2C0%2C0.1%2C0.1c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0.1%2C0%0D%0A%09%09c0%2C0%2C0%2C0%2C0.1%2C0c0%2C0%2C0%2C0%2C0.1%2C0s0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0.1%2C0c0%2C0%2C0%2C0%2C0%2C0s0%2C0%2C0.1%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0.1%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0%0D%0A%09%09c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0.1%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0l3.4-3.4c0.3-0.3%2C0.3-0.8%2C0-1c-0.3-0.3-0.8-0.3-1%2C0%0D%0A%09%09L20.7%2C15V8.2c0-0.2-0.1-0.5-0.3-0.6c-0.1-0.1-0.3-0.1-0.4-0.1c-0.2%2C0-0.4%2C0.1-0.5%2C0.2c-0.1%2C0.1-0.2%2C0.3-0.2%2C0.5l0%2C0V15l-2.2-2.2%0D%0A%09%09c-0.3-0.3-0.8-0.3-1%2C0c-0.1%2C0.1-0.2%2C0.3-0.2%2C0.5s0.1%2C0.4%2C0.2%2C0.5l3.4%2C3.4C19.5%2C17.3%2C19.5%2C17.3%2C19.6%2C17.4%0D%0A%09%09C19.5%2C17.3%2C19.5%2C17.3%2C19.6%2C17.4C19.6%2C17.4%2C19.6%2C17.4%2C19.6%2C17.4z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi a.sort .ico.ico-desc-active {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2018.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%2215.8%207.4%208.3%2010.2%22%20enable-background%3D%22new%2015.8%207.4%208.3%2010.2%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%237A8E3E%22%20d%3D%22M19.6%2C17.4C19.6%2C17.4%2C19.6%2C17.4%2C19.6%2C17.4c0.1%2C0%2C0.1%2C0%2C0.1%2C0.1c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0.1%2C0%0D%0A%09%09c0%2C0%2C0%2C0%2C0.1%2C0c0%2C0%2C0%2C0%2C0.1%2C0s0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0.1%2C0c0%2C0%2C0%2C0%2C0%2C0s0%2C0%2C0.1%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0.1%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0%0D%0A%09%09c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0.1%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0l3.4-3.4c0.3-0.3%2C0.3-0.8%2C0-1c-0.3-0.3-0.8-0.3-1%2C0%0D%0A%09%09L20.7%2C15V8.2c0-0.2-0.1-0.5-0.3-0.6c-0.1-0.1-0.3-0.1-0.4-0.1c-0.2%2C0-0.4%2C0.1-0.5%2C0.2c-0.1%2C0.1-0.2%2C0.3-0.2%2C0.5l0%2C0V15l-2.2-2.2%0D%0A%09%09c-0.3-0.3-0.8-0.3-1%2C0c-0.1%2C0.1-0.2%2C0.3-0.2%2C0.5s0.1%2C0.4%2C0.2%2C0.5l3.4%2C3.4C19.5%2C17.3%2C19.5%2C17.3%2C19.6%2C17.4%0D%0A%09%09C19.5%2C17.3%2C19.5%2C17.3%2C19.6%2C17.4C19.6%2C17.4%2C19.6%2C17.4%2C19.6%2C17.4z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .locked a {
  pointer-events: none;
}
.sgi .locked:after {
  background-color: #303234;
  background-image: url('../images/svg/padlock-alt.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  content: '';
  height: 16px;
  width: 16px;
  position: absolute;
  top: 10px;
  right: 10px;
  pointer-events: none;
}
.sgi .config:after {
  background-image: url('../images/svg/raio.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 90% auto;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  content: '';
  height: 14px;
  width: 10px;
  position: absolute;
  top: 10px;
  right: 10px;
  pointer-events: none;
}
.sgi .page-head .actions ul li a .ico.ico-export {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2223px%22%20height%3D%2223px%22%20viewBox%3D%220%200%2023%2023%22%20enable-background%3D%22new%200%200%2023%2023%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%237A8E3E%22%20d%3D%22M22.259%2C2.654h-8.104v2.64h2.682V7.09h-2.682v1.756h2.654v1.769h-2.654v1.77h2.654v1.77h-2.654v1.77h2.654%0D%0A%09%09v1.77h-2.654v2.654h8.104C22.666%2C20.346%2C23%2C20%2C23%2C19.576V3.423C23%2C3%2C22.666%2C2.654%2C22.259%2C2.654z%20M21.23%2C17.691h-3.539v-1.77h3.539%0D%0A%09%09V17.691z%20M21.23%2C14.154h-3.539v-1.771h3.539V14.154z%20M21.23%2C10.615h-3.539V8.846h3.539V10.615z%20M21.23%2C7.077h-3.539v-1.77h3.539%0D%0A%09%09V7.077z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%237A8E3E%22%20d%3D%22M0%2C2.556v17.889L13.27%2C23V0L0%2C2.556z%20M8.393%2C15.994L6.85%2C13.076c-0.059-0.109-0.119-0.311-0.181-0.602%0D%0A%09%09H6.645c-0.029%2C0.139-0.099%2C0.348-0.207%2C0.627l-1.549%2C2.893H2.483l2.856-4.48l-2.612-4.48h2.456l1.28%2C2.686%0D%0A%09%09c0.1%2C0.212%2C0.189%2C0.464%2C0.269%2C0.755h0.025c0.05-0.175%2C0.144-0.435%2C0.281-0.781l1.424-2.662h2.249l-2.687%2C4.442l2.762%2C4.518%0D%0A%09%09L8.393%2C15.994L8.393%2C15.994z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .page-head .actions ul li a .ico.ico-import {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20fill%3D%22%237A8E3E%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M9%2016h6v-6h4l-7-7-7%207h4zm-4%202h14v2H5z%22%2F%3E%0D%0A%3C%2Fsvg%3E");
}
.sgi .page-head .actions ul li a .ico.ico-new {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2226.472px%22%20height%3D%2226.472px%22%20viewBox%3D%220%200%2026.472%2026.472%22%20enable-background%3D%22new%200%200%2026.472%2026.472%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20y%3D%220%22%20width%3D%2226.471%22%20height%3D%2226.472%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%237A8E3E%22%20d%3D%22M13.235%2C0C5.925%2C0%2C0%2C5.925%2C0%2C13.236%0D%0A%09%09c0%2C7.311%2C5.925%2C13.236%2C13.235%2C13.236s13.235-5.925%2C13.235-13.236C26.471%2C5.925%2C20.546%2C0%2C13.235%2C0%20M18.687%2C14.287h-4.128v4.279%0D%0A%09%09c0%2C2.045-3.17%2C2.045-3.17%2C0v-4.279H7.413c-2.044%2C0-2.044-3.171%2C0-3.171h3.975V7.292c0-2.044%2C3.17-2.044%2C3.17%2C0v3.824h4.128%0D%0A%09%09C20.731%2C11.116%2C20.731%2C14.287%2C18.687%2C14.287%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .page-head .actions ul li a .ico.ico-planet {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2018.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%2214.9%207.4%2010.2%2010.1%22%20enable-background%3D%22new%2014.9%207.4%2010.2%2010.1%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%237A8E3E%22%20d%3D%22M15%2C12.5c0%2C2.8%2C2.2%2C5%2C5%2C5s5-2.2%2C5-5s-2.2-5-5-5S15%2C9.7%2C15%2C12.5z%20M16%2C12.5c0-0.3%2C0-0.6%2C0.1-0.9l0.9%2C0.9%0D%0A%09l-0.2%2C1.2l0.8%2C0.8v1.1C16.7%2C15%2C16%2C13.8%2C16%2C12.5z%20M19%2C8.6c0.3-0.1%2C0.6-0.1%2C0.9-0.1c0.4%2C0%2C0.7%2C0.1%2C1%2C0.1L20.8%2C9L21%2C9.2h0.6L21.8%2C9%0D%0A%09c0.2%2C0.1%2C0.3%2C0.2%2C0.4%2C0.2l-0.4%2C0.1l-0.4%2C0.4l0.4%2C0.2v0.2h-0.4v0.4c0%2C0%2C0.3%2C0.2%2C0.6%2C0.2c0.3%2C0%2C0.2-0.5%2C0.4-0.6%0D%0A%09c0.2-0.2%2C0.5-0.1%2C0.5-0.1l0.1%2C0c0.2%2C0.3%2C0.5%2C0.7%2C0.6%2C1.1v0c0%2C0-0.3-0.2-0.8-0.2c-0.5%2C0-1%2C0.2-1%2C0.2s-0.6%2C0.2-0.6%2C0.6%0D%0A%09c-0.1%2C0.8%2C0.2%2C1%2C0.2%2C1l1%2C0.6v2c-0.7%2C0.6-1.6%2C0.9-2.5%2C0.9c-0.5%2C0-0.9-0.1-1.3-0.2l1.1-2.5l-0.2-1c0%2C0-0.8-1-1.2-1%0D%0A%09c-0.4%2C0-0.6%2C0.6-0.6%2C0.6l-0.4-0.8l1.2-0.8L19.1%2C9L19%2C8.6z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-size: 21px;
}
.sgi .page-head .actions ul li a .ico.ico-support {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2226.472px%22%20height%3D%2226.472px%22%20viewBox%3D%220%200%2026.472%2026.472%22%20enable-background%3D%22new%200%200%2026.472%2026.472%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20y%3D%220%22%20width%3D%2226.471%22%20height%3D%2226.472%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%237A8E3E%22%20d%3D%22M13.235%2C0C5.924%2C0%2C0%2C5.925%2C0%2C13.236%0D%0A%09%09s5.924%2C13.236%2C13.235%2C13.236c7.312%2C0%2C13.236-5.925%2C13.236-13.236S20.547%2C0%2C13.235%2C0%20M12.595%2C21.271%0D%0A%09%09c-1.095%2C0-1.954-0.859-1.954-1.955c0-1.137%2C0.859-1.932%2C1.954-1.932c1.074%2C0%2C1.932%2C0.795%2C1.932%2C1.932%0D%0A%09%09C14.527%2C20.412%2C13.669%2C21.271%2C12.595%2C21.271%20M14.42%2C14.337l-0.215%2C2.512h-3.22l-0.215-4.896c1.825%2C0.774%2C3.563-0.043%2C3.563-1.609%0D%0A%09%09c0-1.546-2.684-1.933-3.563-0.301l-2.19-1.868c2.62-4.981%2C9.532-2.963%2C9.532%2C1.933C18.112%2C11.975%2C16.976%2C13.972%2C14.42%2C14.337%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .page-head .actions ul li a .ico.ico-refresh {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2223.656px%22%20height%3D%2227.035px%22%20viewBox%3D%220%200%2023.656%2027.035%22%20enable-background%3D%22new%200%200%2023.656%2027.035%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2223.656%22%20height%3D%2227.035%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%237A8E3E%22%20d%3D%22M13.783%2C12.16l6.494-4.838%0D%0A%09%09c0.748-0.749%2C0.748-1.504%2C0-2.253l-6.494-4.838C13.58%2C0.085%2C13.326%2C0%2C13.057%2C0c-0.682%2C0-1.229%2C0.529-1.229%2C1.183V3.38%0D%0A%09%09C5.295%2C3.396%2C0%2C8.685%2C0%2C15.207c0%2C6.534%2C5.312%2C11.828%2C11.855%2C11.828c6.078%2C0%2C11.086-4.557%2C11.777-10.426%0D%0A%09%09c0.006-0.017%2C0.023-0.197%2C0.023-0.275c0-0.619-0.508-1.127-1.133-1.127h-2.838c-0.93%2C0-1.635%2C0.643-1.73%2C1.178%0D%0A%09%09c-0.545%2C2.86-3.068%2C5.018-6.1%2C5.018c-3.429%2C0-6.207-2.771-6.207-6.195c0-3.413%2C2.762-6.178%2C6.18-6.195v2.197%0D%0A%09%09c0%2C0.653%2C0.547%2C1.182%2C1.229%2C1.182C13.326%2C12.391%2C13.58%2C12.306%2C13.783%2C12.16%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .center-button-vertical {
  height: 67px;
  display: table;
  float: right;
}
.sgi .center-button-vertical .center-button {
  display: table-cell;
}
/*******Material Icons*******/
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/MaterialIcons-Regular.eot');
  /* For IE6-8 */
  src: local('Material Icons'), local('MaterialIcons-Regular'), url('../fonts/MaterialIcons-Regular.woff2') format('woff2'), url('../fonts/MaterialIcons-Regular.woff') format('woff'), url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
/*******FIM Material Icons*******/
.sgi .form-group .sign.ico-expired {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 11px 11px;
  width: 11px;
  height: 10px;
  margin-right: 2px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0D%0A%3C!--%20Created%20with%20Inkscape%20(http%3A%2F%2Fwww.inkscape.org%2F)%20--%3E%0D%0A%3Csvg%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%20version%3D%221.1%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%3E%0D%0A%20%3Cpath%20d%3D%22m32%204c-5.889%200.0001-32.388%2045.9-29.443%2051%202.9441%205.1%2055.944%205.098%2058.888-0.002%202.945-5.1-23.556-50.998-29.445-50.998zm-3.516%2012.875h6.911l-0.905%2024.586h-5.101l-0.905-24.586zm3.444%2027.441c0.521%200%201.009%200.098%201.465%200.293%200.472%200.196%200.878%200.465%201.22%200.807s0.61%200.749%200.805%201.221c0.212%200.455%200.318%200.951%200.318%201.488s-0.106%201.042-0.318%201.514c-0.195%200.455-0.463%200.855-0.805%201.197s-0.748%200.609-1.22%200.805c-0.456%200.195-0.944%200.293-1.465%200.293s-1.018-0.098-1.49-0.293c-0.456-0.196-0.854-0.463-1.196-0.805s-0.611-0.742-0.806-1.197c-0.196-0.472-0.293-0.977-0.293-1.514s0.097-1.033%200.293-1.488c0.195-0.472%200.464-0.879%200.806-1.221s0.74-0.611%201.196-0.807c0.472-0.195%200.969-0.293%201.49-0.293z%22%20fill%3D%22red%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .form-group .sign.expired {
  background-color: #F4F6B5 !important;
}
.sgi .form-group .sign.required {
  background-color: #FAC7BB !important;
}
.sgi .form-group .numeric-field {
  text-align: right;
}
.sgi .margin-top-0 {
  margin-top: 0 !important;
}
.sgi .open > .scrollable-menu {
  max-height: 290px;
  overflow-y: scroll;
}
.sgi .upload {
  display: inline-block;
  position: relative;
  font-family: 'robotobold';
  font-size: 14px;
  color: #393c40;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.sgi .upload span {
  text-transform: uppercase;
  font-family: 'robotobold';
  font-size: 11px;
  color: #393c40;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  width: 100%;
  position: absolute;
  float: left;
  top: 0;
  margin-left: 5px;
}
.sgi .upload i.ico-search {
  top: 56%;
}
.sgi .upload input {
  height: 25px;
  line-height: 25px;
  border-bottom: 1px solid #989898;
  max-width: 200px;
  float: left;
  margin-right: 15px;
}
.sgi .upload input:after {
  content: '...';
  display: inline-block;
  padding: 0 3px;
  background: white;
  border-bottom: 1px solid #989898;
  outline: none;
  white-space: nowrap;
  cursor: pointer;
  text-align: left;
  font-size: 10pt;
  position: absolute;
  height: 25px;
  max-width: 200px;
  line-height: 25px;
  left: 0;
  right: 0;
}
.sgi .upload input:active:before {
  background: #7A8E3E;
}
.sgi .btn:focus,
.sgi .btn:active:focus {
  outline: 0;
}
.sgi .btn-remove,
.sgi .btn-remove:active {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2224.156px%22%20height%3D%2223.656px%22%20viewBox%3D%220%200%2024.156%2023.656%22%20enable-background%3D%22new%200%200%2024.156%2023.656%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20y%3D%220%22%20width%3D%2224.157%22%20height%3D%2223.656%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22%237A8E3E%22%20d%3D%22M1.131%2C2.858c6.778%2C6.778%2C13.556%2C13.556%2C20.333%2C20.333%0D%0A%09%09c1.438%2C1.438%2C3.666-0.789%2C2.229-2.228C16.914%2C14.187%2C10.136%2C7.409%2C3.359%2C0.631C1.921-0.806-0.306%2C1.421%2C1.131%2C2.858%22%2F%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22%237A8E3E%22%20d%3D%22M2.692%2C23.024C9.47%2C16.247%2C16.248%2C9.469%2C23.024%2C2.691%0D%0A%09%09c1.438-1.438-0.789-3.664-2.227-2.227C14.02%2C7.243%2C7.242%2C14.02%2C0.464%2C20.798C-0.973%2C22.235%2C1.255%2C24.462%2C2.692%2C23.024%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-repeat: no-repeat;
  background-size: 14px auto;
  box-shadow: none;
  display: block;
  padding: 0;
  width: 20px;
  height: 20px;
  margin: 0 auto;
}
.sgi .form-control {
  border-color: #ededed;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.sgi .form-control:focus {
  border-color: #ededed;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.sgi .form-group-multiple {
  display: inline-block;
}
.sgi .form-group input[type="text"],
.sgi .form-group input[type="password"] {
  border-bottom: 1px solid #989898;
  outline: none;
}
.sgi .focus-space {
  padding-right: 15px;
}
.sgi .form-group.disabled label,
.sgi .form-group input.readonly label {
  cursor: not-allowed;
}
.sgi .form-group.disabled .dd-multi-selecao,
.sgi .form-group input.readonly,
.sgi .form-group input-text.readonly {
  background-color: whitesmoke;
  cursor: not-allowed;
  font-family: 'robotobold';
  font-size: 14px;
  color: #393c40;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 800;
  line-height: 16px;
}
.sgi .form-group.disabled:after,
.sgi .form-group.readonly:after {
  display: none;
}
.sgi .form-group {
  color: #868686;
  display: inline-block;
  margin: 10px;
  max-width: calc(100% - 18px) !important;
  position: relative;
  vertical-align: top;
}
.sgi .form-group.form-group-duplo {
  margin: 0;
}
.sgi .form-group .input-select select::-ms-expand {
  display: none;
}
.sgi .form-group ::-ms-clear {
  display: none;
}
.sgi .form-group .form-control-clear {
  z-index: 10;
  pointer-events: auto;
  cursor: pointer;
  color: #7A8E3E;
  box-shadow: none;
  padding: 6px;
  margin-right: 15px;
}
.sgi .form-group.form-group-divider {
  margin-right: 0;
  margin-left: 0;
  padding-top: 10px;
}
.sgi .form-group.form-group-divider .ico {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 14px auto;
  cursor: default;
  display: inline-block;
  height: 14px;
  position: relative;
  top: 0;
  width: 14px;
}
.sgi .form-group.form-group-divider .ico.ico-plus {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2214.17px%22%20height%3D%2214.17px%22%20viewBox%3D%220%200%2014.17%2014.17%22%20enable-background%3D%22new%200%200%2014.17%2014.17%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20fill%3D%22%237A8E3E%22%20points%3D%2214.173%2C5.062%209.111%2C5.062%209.111%2C0%205.062%2C0%205.062%2C5.062%200%2C5.062%200%2C9.111%205.062%2C9.111%205.062%2C14.173%20%0D%0A%099.111%2C14.173%209.111%2C9.111%2014.173%2C9.111%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .form-group.form-group-divider .ico.ico-equal {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2214.17px%22%20height%3D%2214.17px%22%20viewBox%3D%220%200%2014.17%2014.17%22%20enable-background%3D%22new%200%200%2014.17%2014.17%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Crect%20y%3D%228.099%22%20fill%3D%22%237A8E3E%22%20width%3D%2214.173%22%20height%3D%224.05%22%2F%3E%0D%0A%09%3Crect%20y%3D%222.024%22%20fill%3D%22%237A8E3E%22%20width%3D%2214.173%22%20height%3D%224.049%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .form-group.form-group-actions {
  line-height: 42px;
  margin-top: 0;
  padding: 0;
  text-align: center;
}
.sgi .form-group.form-group-actions .btn-action {
  margin-top: -4px;
}
.sgi .form-group.form-group-actions .btn-action + .btn-action {
  margin-left: 10px;
}
.sgi .form-group.disabled,
.sgi .form-group.readonly {
  font-family: 'robotobold';
  font-size: 14px;
  color: #393c40;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 800;
}
.sgi .form-group.disabled .ico,
.sgi .form-group.readonly .ico {
  pointer-events: none;
}
.sgi .form-group.disabled .ico.ico-search,
.sgi .form-group.readonly .ico.ico-search {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2224.374px%22%20height%3D%2224.375px%22%20viewBox%3D%220%200%2024.374%2024.375%22%20enable-background%3D%22new%200%200%2024.374%2024.375%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2224.374%22%20height%3D%2224.375%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22%237d7f82%22%20d%3D%22M8.911%2C17.82c2.28%2C0%2C4.56-0.87%2C6.299-2.609c3.48-3.48%2C3.48-9.121%2C0-12.601%0D%0A%09%09C13.471%2C0.87%2C11.19%2C0%2C8.911%2C0C6.63%2C0%2C4.349%2C0.87%2C2.609%2C2.61c-3.479%2C3.48-3.479%2C9.121%2C0%2C12.601C4.349%2C16.95%2C6.63%2C17.82%2C8.911%2C17.82%0D%0A%09%09%20M4.907%2C4.908C5.977%2C3.839%2C7.398%2C3.25%2C8.91%2C3.25c1.512%2C0%2C2.934%2C0.589%2C4.003%2C1.658c1.068%2C1.07%2C1.658%2C2.491%2C1.658%2C4.003%0D%0A%09%09c0%2C1.512-0.59%2C2.933-1.658%2C4.002c-1.069%2C1.068-2.491%2C1.657-4.002%2C1.657c-1.513%2C0-2.933-0.589-4.003-1.658%0D%0A%09%09c-1.07-1.069-1.659-2.49-1.659-4.002C3.249%2C7.398%2C3.838%2C5.977%2C4.907%2C4.908%20M17.502%2C15.211l6.872%2C6.873l-2.289%2C2.291l-6.875-6.873%0D%0A%09%09L17.502%2C15.211z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .form-group.disabled .form-control,
.sgi .form-group.readonly .form-control {
  background-color: whitesmoke;
  padding-left: 5px;
}
.sgi .form-group.disabled:after,
.sgi .form-group.readonly:after {
  background-color: #676b6e;
  background-image: url('../images/svg/padlock-alt.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  content: '';
  height: 16px;
  width: 16px;
  position: absolute;
  top: 10px;
  right: 10px;
  pointer-events: none;
  top: initial;
  bottom: -7px;
  right: -7px;
  z-index: 8;
}
.sgi .form-group.disabled.ico-right:after,
.sgi .form-group.readonly.ico-right:after {
  right: 16px;
}
.sgi .form-group.ico-right {
  padding-right: 23px;
}
.sgi .form-group.ico-select label:after {
  content: '';
  background-image: url('../images/svg/select.svg');
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%228px%22%20height%3D%2216px%22%20viewBox%3D%220%200%208%2016%22%20enable-background%3D%22new%200%200%208%2016%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%237A8E3E%22%20d%3D%22M7.992%2C6.386L8%2C6.4H0L3.981%2C0L7.992%2C6.386z%22%2F%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%237A8E3E%22%20d%3D%22M0.008%2C9.613L0%2C9.601h8L4.019%2C16L0.008%2C9.613z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 8px auto;
  height: 16px;
  width: 8px;
  position: absolute;
  right: 4px;
  bottom: 3px;
  z-index: 2;
  pointer-events: none;
}
.sgi .form-group.ico-select.disabled label:after {
  background-image: url('../images/svg/select.svg');
}
.sgi .form-group.ico-select.readonly label:after {
  background-image: url('../images/svg/select.svg');
}
.sgi .form-group.search-group .ico {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px auto;
  cursor: pointer;
  display: block;
  height: 16px;
  width: 16px;
  position: absolute;
}
.sgi .form-group.search-group.ico-search {
  height: 13px;
}
.sgi .form-group.search-group.ico-search.off {
  background-image: url('../images/svg/magnifier.svg');
  cursor: not-allowed;
}
.sgi .form-group.search-group .ico-search-alt {
  background-image: url('../images/svg/binoculars.svg');
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2226.473px%22%20height%3D%2226.473px%22%20viewBox%3D%220%200%2026.473%2026.473%22%20enable-background%3D%22new%200%200%2026.473%2026.473%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cdefs%3E%0D%0A%09%09%09%3Crect%20id%3D%22SVGID_1_%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2226.472%22%20height%3D%2226.473%22%2F%3E%0D%0A%09%09%3C%2Fdefs%3E%0D%0A%09%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%09%3C%2FclipPath%3E%0D%0A%09%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22%237A8E3E%22%20d%3D%22M13.792%2C11.846H12.68c-0.307%2C0-0.557%2C0.251-0.557%2C0.556%0D%0A%09%09%09c0%2C0.306%2C0.25%2C0.556%2C0.557%2C0.556h1.111c0.306%2C0%2C0.557-0.25%2C0.557-0.556C14.348%2C12.097%2C14.097%2C11.846%2C13.792%2C11.846%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cdefs%3E%0D%0A%09%09%09%3Crect%20id%3D%22SVGID_3_%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2226.472%22%20height%3D%2226.473%22%2F%3E%0D%0A%09%09%3C%2Fdefs%3E%0D%0A%09%09%3CclipPath%20id%3D%22SVGID_4_%22%3E%0D%0A%09%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_3_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%09%3C%2FclipPath%3E%0D%0A%09%09%3Cpath%20clip-path%3D%22url(%23SVGID_4_)%22%20fill%3D%22%237A8E3E%22%20d%3D%22M13.235%2C0C5.925%2C0%2C0%2C5.925%2C0%2C13.236c0%2C7.311%2C5.925%2C13.236%2C13.236%2C13.236%0D%0A%09%09%09s13.235-5.926%2C13.235-13.236C26.471%2C5.925%2C20.547%2C0%2C13.235%2C0%20M19.906%2C18.795c0%2C0.615-0.496%2C1.112-1.111%2C1.112h-3.612%0D%0A%09%09%09c-0.614%2C0-1.112-0.497-1.112-1.112v-4.446h-1.667v4.446c0%2C0.615-0.497%2C1.112-1.112%2C1.112H7.677c-0.613%2C0-1.111-0.497-1.111-1.112%0D%0A%09%09%09v-7.227c0-0.614%2C0.498-1.112%2C1.111-1.112h0.557V7.955h-0.14c-0.384%2C0-0.694-0.312-0.694-0.695S7.71%2C6.565%2C8.094%2C6.565h3.613%0D%0A%09%09%09c0.384%2C0%2C0.695%2C0.311%2C0.695%2C0.694s-0.312%2C0.695-0.695%2C0.695h-0.139v2.501h3.335V7.955h-0.139c-0.385%2C0-0.695-0.312-0.695-0.695%0D%0A%09%09%09s0.312-0.694%2C0.695-0.694h3.612c0.384%2C0%2C0.694%2C0.311%2C0.694%2C0.694s-0.312%2C0.695-0.694%2C0.695h-0.14v2.501h0.557%0D%0A%09%09%09c0.615%2C0%2C1.111%2C0.498%2C1.111%2C1.112L19.906%2C18.795L19.906%2C18.795z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  top: 9px;
  right: 0;
}
.sgi .form-group.search-group .ico-search-alt.off {
  cursor: not-allowed;
}
.sgi .form-group.search-group .ico-plus {
  background-image: url('../images/svg/rounded-plus.svg');
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2226.472px%22%20height%3D%2226.472px%22%20viewBox%3D%220%200%2026.472%2026.472%22%20enable-background%3D%22new%200%200%2026.472%2026.472%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20y%3D%220%22%20width%3D%2226.471%22%20height%3D%2226.472%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%237A8E3E%22%20d%3D%22M13.235%2C0C5.925%2C0%2C0%2C5.925%2C0%2C13.236%0D%0A%09%09c0%2C7.311%2C5.925%2C13.236%2C13.235%2C13.236s13.235-5.925%2C13.235-13.236C26.471%2C5.925%2C20.546%2C0%2C13.235%2C0%20M18.687%2C14.287h-4.128v4.279%0D%0A%09%09c0%2C2.045-3.17%2C2.045-3.17%2C0v-4.279H7.413c-2.044%2C0-2.044-3.171%2C0-3.171h3.975V7.292c0-2.044%2C3.17-2.044%2C3.17%2C0v3.824h4.128%0D%0A%09%09C20.731%2C11.116%2C20.731%2C14.287%2C18.687%2C14.287%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  top: 9px;
  right: 20px;
}
.sgi .form-group.search-group .ico-plus.off {
  cursor: not-allowed;
}
.sgi .form-group .input-select-from-to .form-control {
  display: inline-block;
  width: calc(45% - 15px);
}
.sgi .form-group .input-select-from-to span {
  font-family: 'robotomedium';
  font-size: 10px;
  color: #868686;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  width: 30px;
}
.sgi .form-group.vertical-radio-group .inline-radio label {
  display: inline-block;
  vertical-align: middle;
}
.sgi .form-group.vertical-radio-group .inline-radio span {
  font-family: 'robotomedium';
  font-size: 10px;
  color: #868686;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  display: inline-block;
}
.sgi .form-group.vertical-radio-group .inline-radio input[type=text] {
  display: inline-block;
  text-align: center;
}
.sgi .form-group.horizontal-radio-group .radio {
  display: inline-block;
  padding: 0 10px 0 0;
}
.sgi .form-group.horizontal-radio-group .radio:nth-child(2) {
  padding-left: 0;
}
.sgi .form-group.horizontal-radio-group .radio:last-child {
  padding-right: 0;
}
.sgi .form-group label {
  font-family: 'robotomedium';
  font-size: 10px;
  color: #868686;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  cursor: pointer;
  display: block;
  font-weight: 400;
  height: 12px;
  line-height: 11px;
  margin: 0;
}
.sgi .form-group label:empty {
  height: 0;
}
.sgi .form-group label.form-group-duplo-label {
  padding: 10px 0 0 10px;
}
.sgi .form-group label span.required {
  color: red;
  font-family: 'robotobold';
}
.sgi .form-group .form-control {
  background-color: transparent;
  font-family: 'robotobold';
  font-size: 14px;
  color: #393c40;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  height: 21px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.sgi .form-group .form-control.text-alert {
  color: #d6404c;
}
.sgi .form-group .input-text {
  border: 0;
  border-bottom: 1px solid #aebbcc;
}
.sgi .form-group .input-text.input-sm {
  width: 100px;
}
.sgi .form-group .input-text.input-md {
  width: 200px;
}
.sgi .form-group .input-text.input-lg {
  width: 400px;
}
.sgi .form-group .input-text:focus {
  border-bottom: 1px solid #7A8E3E;
}
.sgi .form-group .input-masked-number {
  border: 0;
  border-bottom: 1px solid #aebbcc;
  font-family: 'robotobold';
  font-size: 14px;
  color: #393c40;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  height: 21px;
  line-height: 20px;
}
.sgi .form-group .input-masked-number:focus {
  border-bottom: 1px solid #7A8E3E;
}
.sgi .form-group .input-textarea {
  border: 0;
  border-bottom: 1px solid #aebbcc;
  min-height: 55px;
}
.sgi .form-group .input-textarea:focus {
  border-bottom: 1px solid #7A8E3E;
}
.sgi .form-group .input-textarea.ipt-height-1 {
  min-height: 19px;
}
.sgi .form-group .input-textarea.ipt-height-2 {
  min-height: 38px;
}
.sgi .form-group .input-textarea.ipt-height-3 {
  min-height: 57px;
}
.sgi .form-group .input-textarea.ipt-height-4 {
  min-height: 76px;
}
.sgi .form-group .input-textarea.ipt-height-5 {
  min-height: 95px;
}
.sgi .form-group .input-textarea.ipt-height-6 {
  min-height: 114px;
}
.sgi .form-group .input-textarea.ipt-height-7 {
  min-height: 133px;
}
.sgi .form-group .input-textarea.ipt-height-8 {
  min-height: 152px;
}
.sgi .form-group .input-textarea.ipt-height-9 {
  min-height: 171px;
}
.sgi .form-group .input-textarea.ipt-height-10 {
  min-height: 190px;
}
.sgi .form-group .input-select {
  display: block;
  overflow: hidden;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'robotobold';
  font-size: 14px;
  color: #393c40;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 800;
}
.sgi .form-group .input-select select {
  border: 0;
  border-bottom: 1px solid #989898;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
  height: 21px;
  width: calc(100% + 2px);
  font-family: 'robotobold';
  font-size: 14px;
  color: #393c40;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 800;
  padding-right: 15px;
}
.sgi .form-group .input-datepicker {
  cursor: pointer;
}
.sgi .form-group .input-datepicker.readonly {
  cursor: not-allowed;
}
.sgi .form-group .input-datepicker:disabled {
  cursor: not-allowed;
}
.sgi .form-group > .ico {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 13px auto;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  width: 13px;
}
.sgi .form-group > .ico.ico-search {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2224.374px%22%20height%3D%2224.375px%22%20viewBox%3D%220%200%2024.374%2024.375%22%20enable-background%3D%22new%200%200%2024.374%2024.375%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2224.374%22%20height%3D%2224.375%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22%237A8E3E%22%20d%3D%22M8.911%2C17.82c2.28%2C0%2C4.56-0.87%2C6.299-2.609c3.48-3.48%2C3.48-9.121%2C0-12.601%0D%0A%09%09C13.471%2C0.87%2C11.19%2C0%2C8.911%2C0C6.63%2C0%2C4.349%2C0.87%2C2.609%2C2.61c-3.479%2C3.48-3.479%2C9.121%2C0%2C12.601C4.349%2C16.95%2C6.63%2C17.82%2C8.911%2C17.82%0D%0A%09%09%20M4.907%2C4.908C5.977%2C3.839%2C7.398%2C3.25%2C8.91%2C3.25c1.512%2C0%2C2.934%2C0.589%2C4.003%2C1.658c1.068%2C1.07%2C1.658%2C2.491%2C1.658%2C4.003%0D%0A%09%09c0%2C1.512-0.59%2C2.933-1.658%2C4.002c-1.069%2C1.068-2.491%2C1.657-4.002%2C1.657c-1.513%2C0-2.933-0.589-4.003-1.658%0D%0A%09%09c-1.07-1.069-1.659-2.49-1.659-4.002C3.249%2C7.398%2C3.838%2C5.977%2C4.907%2C4.908%20M17.502%2C15.211l6.872%2C6.873l-2.289%2C2.291l-6.875-6.873%0D%0A%09%09L17.502%2C15.211z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .form-group > .ico.ico-search.off {
  cursor: not-allowed;
}
.sgi .form-group > .ico.ico-calendar {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2227.034px%22%20height%3D%2227.034px%22%20viewBox%3D%220%200%2027.034%2027.034%22%20enable-background%3D%22new%200%200%2027.034%2027.034%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2227.034%22%20height%3D%2227.034%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%237A8E3E%22%20d%3D%22M0%2C24.781%0D%0A%09%09c0%2C1.246%2C1.009%2C2.253%2C2.253%2C2.253h22.529c1.244%2C0%2C2.253-1.007%2C2.253-2.253V5.07c0-1.246-1.009-2.253-2.253-2.253h-2.254V1.408%0D%0A%09%09C22.528%2C0.631%2C21.897%2C0%2C21.12%2C0s-1.408%2C0.631-1.408%2C1.408v1.409H17.46V1.408C17.46%2C0.631%2C16.829%2C0%2C16.052%2C0%0D%0A%09%09s-1.408%2C0.631-1.408%2C1.408v1.409h-2.253V1.408C12.391%2C0.631%2C11.76%2C0%2C10.983%2C0c-0.777%2C0-1.407%2C0.631-1.407%2C1.408v1.409H7.322V1.408%0D%0A%09%09C7.322%2C0.631%2C6.691%2C0%2C5.913%2C0C5.137%2C0%2C4.506%2C0.631%2C4.506%2C1.408v1.409H2.253C1.009%2C2.817%2C0%2C3.824%2C0%2C5.07V24.781z%20M4.056%2C5.632h0.45%0D%0A%09%09v1.972c0%2C0.777%2C0.631%2C1.408%2C1.407%2C1.408c0.778%2C0%2C1.409-0.631%2C1.409-1.408V5.632h2.254v1.972c0%2C0.777%2C0.63%2C1.408%2C1.407%2C1.408%0D%0A%09%09c0.777%2C0%2C1.408-0.631%2C1.408-1.408V5.632h2.253v1.972c0%2C0.777%2C0.631%2C1.408%2C1.408%2C1.408s1.408-0.631%2C1.408-1.408V5.632h2.252v1.972%0D%0A%09%09c0%2C0.777%2C0.631%2C1.408%2C1.408%2C1.408s1.408-0.631%2C1.408-1.408V5.632h0.451c0.688%2C0%2C1.238%2C0.553%2C1.238%2C1.239v5.97%0D%0A%09%09c0%2C0.687-0.551%2C1.239-1.238%2C1.239H4.056c-0.687%2C0-1.24-0.552-1.24-1.239v-5.97C2.816%2C6.185%2C3.369%2C5.632%2C4.056%2C5.632%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .form-group > .ico.ico-calendar.off {
  background-image: url('../images/svg/calendar.svg');
  cursor: not-allowed;
}
.sgi .form-layout-box-right-actions {
  padding-right: 350px;
}
.sgi .form-layout-box-right-actions .form-group-actions {
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-align: right;
  width: 340px;
}
.sgi .form-hint {
  font-family: 'robotoregular';
  font-size: 12px;
  color: rgba(0, 0, 0, 0.38);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.sgi .form-group + .form-hint {
  display: inline-block;
  height: 60px;
  padding: 0 10px;
  line-height: 60px;
}
.sgi {
  /**
     * Radio Arredondado
     * Usado em Kit Início
     * 
     */
}
.sgi .vertical-checkbox-group .checkbox {
  margin: 10px 0;
}
.sgi .horizontal-checkbox-group .checkbox:first-child {
  padding-left: 0;
}
.sgi .horizontal-checkbox-group .checkbox {
  display: inline-block;
  margin: 0 20px 0 0;
  vertical-align: top;
}
.sgi .horizontal-checkbox-group .checkbox [type=checkbox]:checked + label:after {
  top: 2px;
}
.sgi .checkbox {
  display: block;
  margin: 0;
  position: relative label;
}
.sgi .checkbox label {
  height: auto;
  line-height: 15px;
  min-height: 15px;
}
.sgi .checkbox [type="checkbox"]:not(:checked),
.sgi .checkbox [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.sgi .checkbox [type="checkbox"]:not(:checked) + label,
.sgi .checkbox [type="checkbox"]:checked + label {
  padding-left: 20px;
  position: relative;
}
.sgi .checkbox [type="checkbox"]:not(:checked) + label:before,
.sgi .checkbox [type="checkbox"]:checked + label:before {
  background: white;
  border: 2px solid #868686;
  content: '';
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.sgi .checkbox [type="checkbox"]:not(:checked) + label:after,
.sgi .checkbox [type="checkbox"]:checked + label:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2216px%22%20height%3D%2212.89px%22%20viewBox%3D%220%200%2016%2012.89%22%20enable-background%3D%22new%200%200%2016%2012.89%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20fill%3D%22%234bc5b2%22%20points%3D%2213.556%2C0%205.555%2C7.999%202.445%2C4.89%200%2C7.336%205.555%2C12.89%2016%2C2.445%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 11px auto;
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  height: 11px;
  width: 11px;
  transition: all .2s;
}
.sgi .checkbox [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.sgi .checkbox [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.sgi .checkbox label:hover:before {
  border: 2px solid #868686 !important;
}
.sgi .checkbox.disabled {
  outline-width: 0px !important;
  cursor: default;
  background-color: #f5f5f5;
}
.sgi .checkbox.disabled [type="checkbox"]:not(:checked) + label:before,
.sgi .checkbox.disabled [type="checkbox"]:checked + label:before {
  cursor: default;
  background: #e8e8e8;
}
.sgi .checkbox.disabled [type="checkbox"]:not(:checked) + label:after,
.sgi .checkbox.disabled [type="checkbox"]:checked + label:after {
  cursor: default;
}
.sgi .checkbox.disabled label {
  cursor: default;
  color: #b5b5b5;
}
.sgi .checkbox.disabled label:hover:before {
  border: 2px solid #868686 !important;
}
.sgi .table-rounded-checkbox {
  width: 100%;
}
.sgi .table-rounded-checkbox td {
  padding: 5px;
}
.sgi .rounded-checkbox {
  display: block;
  margin: 0;
  position: relative;
  height: 42px;
  width: 42px;
}
.sgi .rounded-checkbox label {
  height: 42px;
  width: 42px;
}
.sgi .rounded-checkbox [type="checkbox"]:not(:checked),
.sgi .rounded-checkbox [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.sgi .rounded-checkbox [type="checkbox"]:not(:checked) + label,
.sgi .rounded-checkbox [type="checkbox"]:checked + label {
  position: relative;
}
.sgi .rounded-checkbox [type="checkbox"]:not(:checked) + label:before,
.sgi .rounded-checkbox [type="checkbox"]:checked + label:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22check%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%228.504px%22%20height%3D%227.178px%22%20viewBox%3D%220%200%208.504%207.178%22%20enable-background%3D%22new%200%200%208.504%207.178%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20id%3D%22check-path%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M8.504%2C1.875L3.182%2C7.179L0%2C3.996l1.875-1.875%0D%0A%09l1.316%2C1.316L6.629%2C0L8.504%2C1.875z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: #d9d9d9;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  content: '';
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  height: 42px;
  width: 42px;
}
.sgi .rounded-checkbox [type="checkbox"]:not(:checked) + label:after,
.sgi .rounded-checkbox [type="checkbox"]:checked + label:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22check%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%228.504px%22%20height%3D%227.178px%22%20viewBox%3D%220%200%208.504%207.178%22%20enable-background%3D%22new%200%200%208.504%207.178%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20id%3D%22check-path%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M8.504%2C1.875L3.182%2C7.179L0%2C3.996l1.875-1.875%0D%0A%09l1.316%2C1.316L6.629%2C0L8.504%2C1.875z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: #7A8E3E;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 42px;
  width: 42px;
  transition: all .2s;
}
.sgi .rounded-checkbox [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.sgi .rounded-checkbox [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.sgi .rounded-checkbox label:hover:before {
  border: 2px solid #7A8E3E !important;
}
.sgi .rounded-radio {
  display: block;
  margin: 0;
  position: relative;
  height: 42px;
  width: 42px;
}
.sgi .rounded-radio label {
  height: 42px;
  width: 42px;
}
.sgi .rounded-radio [type="radio"]:not(:checked),
.sgi .rounded-radio [type="radio"]:checked {
  position: absolute;
  left: -9999px;
}
.sgi .rounded-radio [type="radio"]:not(:checked) + label,
.sgi .rounded-radio [type="radio"]:checked + label {
  position: relative;
}
.sgi .rounded-radio [type="radio"]:not(:checked) + label:before,
.sgi .rounded-radio [type="radio"]:checked + label:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22check%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%228.504px%22%20height%3D%227.178px%22%20viewBox%3D%220%200%208.504%207.178%22%20enable-background%3D%22new%200%200%208.504%207.178%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20id%3D%22check-path%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M8.504%2C1.875L3.182%2C7.179L0%2C3.996l1.875-1.875%0D%0A%09l1.316%2C1.316L6.629%2C0L8.504%2C1.875z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: #d9d9d9;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  content: '';
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  height: 42px;
  width: 42px;
}
.sgi .rounded-radio [type="radio"]:not(:checked) + label:after,
.sgi .rounded-radio [type="radio"]:checked + label:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22check%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%228.504px%22%20height%3D%227.178px%22%20viewBox%3D%220%200%208.504%207.178%22%20enable-background%3D%22new%200%200%208.504%207.178%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20id%3D%22check-path%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M8.504%2C1.875L3.182%2C7.179L0%2C3.996l1.875-1.875%0D%0A%09l1.316%2C1.316L6.629%2C0L8.504%2C1.875z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: #7A8E3E;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 42px;
  width: 42px;
  transition: all .2s;
}
.sgi .rounded-radio [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.sgi .rounded-radio [type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.sgi .rounded-radio label:hover:before {
  border: 2px solid #7A8E3E !important;
}
.sgi .vertical-radio-group .radio {
  margin: 10px 0 !important;
}
.sgi .radio {
  display: block;
  margin: 0 !important;
}
.sgi .radio label {
  line-height: 14px;
  height: auto;
  min-height: 15px;
}
.sgi .radio [type="radio"]:not(:checked),
.sgi .radio [type="radio"]:checked {
  position: absolute;
  left: -9999px !important;
}
.sgi .radio [type="radio"]:not(:checked) + label,
.sgi .radio [type="radio"]:checked + label {
  cursor: pointer;
  font-weight: normal;
  margin: 0;
  padding-left: 20px;
  position: relative;
}
.sgi .radio [type="radio"]:not(:checked) + label:before,
.sgi .radio [type="radio"]:checked + label:before {
  background: white;
  border: 2px solid #868686;
  content: '';
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  margin-top: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.sgi .radio [type="radio"]:not(:checked) + label:after,
.sgi .radio [type="radio"]:checked + label:after {
  background: #4bc5b2;
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  margin-top: 0;
  height: 7px;
  width: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  transition: all .2s;
}
.sgi .radio [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.sgi .radio [type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 767px) {
  .sgi .form-layout-box-right-actions {
    padding-right: 10px;
  }
  .sgi .form-layout-box-right-actions .form-group-actions {
    padding-bottom: 10px;
    position: relative;
    bottom: initial;
    right: initial;
    width: 100%;
  }
}
.sgi-login-page {
  min-height: 100%;
}
.sgi-login-page body {
  background-color: #7A8E3E;
  background: url('../images/login/jequiti/lg-landscape.jpg');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100%;
}
.sgi-login-page body .sgi-login {
  background: none;
}
.sgi-login {
  background-color: #7A8E3E;
  background-position: center top;
  background-repeat: no-repeat;
  height: 100%;
}
.sgi-login.bg-cover {
  background-size: cover;
}
.sgi-login .login-footer {
  font-family: 'robotoregular';
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0 10px;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  width: 100%;
  z-index: 1;
}
.sgi-login .sgi-login-box {
  background-color: white;
  margin: 210px 0 30px 180px;
  position: relative;
  width: 295px;
  z-index: 2;
}
.sgi-login .sgi-login-box .inner .head .logo-login {
  background-color: #7A8E3E;
  background-image: url('../images/login/jequiti/logo.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 104px auto;
  float: left;
  height: 87px;
  width: 104px;
}
.sgi-login .sgi-login-box .inner .head .head-text {
  font-family: 'robotoregular';
  font-size: 18px;
  color: #b2b2b2;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  float: left;
  padding: 25px 15px 0;
  width: 191px;
}
.sgi-login .sgi-login-box .inner .body {
  clear: both;
  padding: 34px 39px 40px;
}
.sgi-login .sgi-login-box .inner .body:before,
.sgi-login .sgi-login-box .inner .body:after {
  content: " ";
  display: table;
}
.sgi-login .sgi-login-box .inner .body:after {
  clear: both;
}
.sgi-login .sgi-login-box .inner .body.body-remember-password {
  padding-top: 50px;
}
.sgi-login .sgi-login-box .inner .body.body-remember-password .text-block {
  margin-top: 20px;
  margin-bottom: 50px;
}
.sgi-login .sgi-login-box .inner .body .text-block {
  font-family: 'robotoregular';
  font-size: 18px;
  color: #cccccc;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 300;
  line-height: 18px;
  padding: 0 18px;
}
.sgi-login .sgi-login-box .inner .body .form-group {
  display: block;
  margin: 0 0 20px;
  padding: 0;
  max-width: initial !important;
}
.sgi-login .sgi-login-box .inner .body .form-group label {
  font-family: 'robotoregular';
  font-size: 18px;
  color: #b2b2b2;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 300;
  height: auto;
  line-height: normal;
  margin: 0 0 5px;
}
.sgi-login .sgi-login-box .inner .body .form-group .form-control {
  font-family: 'robotobold';
  font-size: 20px;
  color: #868686;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background: #ededed;
  border-color: #ededed;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: none;
  height: 44px;
  padding: 6px 12px;
}
.sgi-login .sgi-login-box .inner .body .form-group .form-control .placeholder {
  font-family: 'robotobold';
  font-size: 20px;
  color: #868686;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  line-height: 27px;
}
.sgi-login .sgi-login-box .inner .body .form-group .password-help,
.sgi-login .sgi-login-box .inner .body .form-group .password-help a {
  color: #868686;
  font-size: 14px;
  text-align: right;
}
.sgi-login .sgi-login-box .inner .body .login-submit {
  margin-top: 30px;
  text-align: right;
}
.sgi-login .sgi-login-box .inner .body .login-submit .btn {
  background-color: #7A8E3E;
  border-color: #7A8E3E;
  background-image: url('../images/svg/arrow-login-right.svg');
  background-repeat: no-repeat;
  background-position: right 17px center;
  background-size: 10px auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: 'robotobold';
  font-size: 20px;
  color: white;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  padding-right: 50px;
}
.sgi-login .sgi-login-box .inner .body .login-submit .btn.btn-ok {
  padding-left: 50px;
  padding-right: 60px;
  background-position: right 40px center;
}
@media (max-width: 1280px) and (orientation: landscape) {
  .sgi-login-page body {
    background-image: url('../images/login/jequiti/md-landscape.jpg');
  }
}
@media (max-width: 1280px) and (orientation: portrait) {
  .sgi-login-page body {
    background-image: url('../images/login/jequiti/md-portrait.jpg');
  }
}
@media (max-width: 768px) and (orientation: landscape) {
  .sgi-login-page body {
    background-image: url('../images/login/jequiti/sm-landscape.jpg');
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .sgi-login-page body {
    background-image: url('../images/login/jequiti/sm-portrait.jpg');
    background-position: center bottom;
  }
}
@media (max-width: 1280px) {
  .sgi-login .sgi-login-box {
    margin-left: 100px;
  }
}
@media (max-width: 992px) {
  .sgi-login .sgi-login-box {
    margin-left: 10px;
  }
}
@media (max-width: 768px) {
  .sgi-login {
    background-position: left top;
  }
  .sgi-login .sgi-login-box {
    margin: 10px auto 0;
  }
}
.sgi .header {
  background-color: #393c40;
}
.sgi .header .logo-header {
  float: left;
  height: 92px;
  position: relative;
  width: 95px;
  background-color: #7A8E3E;
  background-image: url('../images/logo-topo-jequiti.png');
}
.sgi .header .menu-header {
  height: 92px;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: calc(100% - 341px);
}
.sgi .header .menu-header .nav-btn.left:hover {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2212px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2012%2020%22%20enable-background%3D%22new%200%200%2012%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%237A8E3E%22%20d%3D%22M9.766%2C0L0%2C9.999l9.766%2C9.999L12%2C17.742L4.437%2C9.999L12%2C2.256%0D%0A%09L9.766%2C0z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .header .menu-header .nav-btn.right:hover {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2212px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2012%2020%22%20enable-background%3D%22new%200%200%2012%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%237A8E3E%22%20d%3D%22M2.234%2C19.998L12%2C9.999L2.234%2C0L0%2C2.256l7.563%2C7.743L0%2C17.742L2.234%2C19.998z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .header .menu-header #menu-header-slider {
  margin: 0;
  padding: 0;
}
.sgi .header .menu-header #menu-header-slider:before,
.sgi .header .menu-header #menu-header-slider:after {
  content: " ";
  display: table;
}
.sgi .header .menu-header #menu-header-slider:after {
  clear: both;
}
.sgi .header .menu-header #menu-header-slider .locked a {
  opacity: 0.5;
}
.sgi .header .menu-header #menu-header-slider .slide {
  position: relative;
  vertical-align: top;
}
.sgi .header .menu-header #menu-header-slider .slide a {
  background-repeat: no-repeat;
  background-position: center 21px;
  font-family: 'robotobold';
  font-size: 12px;
  color: #aebbcc;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  display: block;
  height: 92px;
  line-height: 15px;
  padding: 50px 12px 0;
  text-align: center;
  min-width: 66px;
}
.sgi .header .menu-header #menu-header-slider .slide a:hover {
  background-color: #45494d;
}
.sgi .header .menu-header #menu-header-slider .slide a:focus,
.sgi .header .menu-header #menu-header-slider .slide a:active {
  outline: 0;
}
.sgi .header .menu-header #menu-header-slider .slide.active a {
  background-color: #45494d;
}
.sgi .header .menu-header #menu-header-slider .slide.current a {
  background-color: #45494d;
  border-bottom: 4px solid;
  color: white;
  border-color: #7A8E3E;
}
.horizon-swiper {
  background-color: transparent;
  text-align: left;
}
.horizon-swiper.arrows.initialized {
  padding: 0 40px;
}
.horizon-swiper .horizon-inner {
  text-align: left;
}
.horizon-swiper .horizon-prev,
.horizon-swiper .horizon-next {
  background-color: #393c40;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 15px auto;
  border: none;
  outline: none;
  cursor: pointer;
  height: 92px;
  width: 40px;
  position: absolute;
  top: 0;
  z-index: 9;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.horizon-swiper .horizon-prev:hover,
.horizon-swiper .horizon-next:hover,
.horizon-swiper .horizon-prev:active,
.horizon-swiper .horizon-next:active,
.horizon-swiper .horizon-prev:focus,
.horizon-swiper .horizon-next:focus {
  outline: none;
}
.horizon-swiper .horizon-prev {
  background-image: url('../images/svg/arrow-bold-left.svg');
  left: 0;
}
.horizon-swiper .horizon-next {
  background-image: url('../images/svg/arrow-bold-right.svg');
  right: 0;
}
@media (max-width: 1279px) {
  .sgi .header .menu-header {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .sgi .header .logo-header {
    margin: 0;
  }
  .sgi .header .user-profile-box {
    margin: 0;
  }
  .sgi .header .menu-header {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .sgi .header .logo-header {
    max-width: 100%;
  }
  .sgi .header .menu-header {
    clear: both;
    height: auto;
    margin: 0;
    width: 100%;
  }
  .sgi .header .menu-header ul {
    padding: 0;
    width: auto;
  }
  .sgi .header .menu-header ul li {
    width: 20%;
  }
}
@media (max-width: 400px) {
  .sgi .header .menu-header ul li {
    width: 25%;
  }
}
.sgi > .submenu {
  background-color: #393c40;
  border-top: 4px solid #7A8E3E;
  display: none;
  display: block;
  min-width: 235px;
  position: absolute;
  top: 88px;
  top: -99999999px;
  z-index: 999;
}
.sgi > .submenu:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #7A8E3E transparent;
  position: absolute;
  top: -10px;
  left: 50%;
  margin: 0 0 0 -6px;
}
.sgi > .submenu.outside-left:before {
  left: 30%;
}
.sgi > .submenu.outside-right:before {
  left: 75%;
}
.sgi > .submenu ul {
  margin: 0;
  list-style: none;
}
.sgi > .submenu ul li a.current {
  color: white !important;
}
.sgi > .submenu ul li.locked a {
  color: #45494d;
}
.sgi > .submenu ul li.locked:hover {
  color: #45494d;
}
.sgi > .submenu ul > li > a {
  display: block;
  font-family: 'robotomedium';
  color: #a1a9b4;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  position: relative;
  font-weight: normal;
}
.sgi > .submenu ul > li > a:after {
  content: '';
  border-bottom: 1px solid #45494d;
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
}
.sgi > .submenu ul > li > a:hover {
  color: white;
}
.sgi > .submenu ul > li.seta-lista:before {
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  content: '';
}
.sgi > .submenu ul > li.has-sub-itens ul {
  background: #53585e;
  margin: 0;
}
.sgi > .submenu ul > li.has-sub-itens ul li a {
  font-family: 'robotomedium';
  color: #a1a9b4;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  position: relative;
  font-weight: normal;
}
.sgi > .submenu ul > li.has-sub-itens ul li a:after {
  content: '';
  border-bottom: 1px solid #626972;
  position: absolute;
  bottom: 0;
}
.sgi > .submenu ul > li.has-sub-itens ul li a:hover {
  color: white;
}
.sgi > .submenu ul > li.has-sub-itens ul li.locked a {
  color: #7e8690;
}
.sgi > .submenu ul > li.has-sub-itens ul li.config a {
  padding-right: 25px;
}
.sgi > .submenu ul > li.has-sub-itens ul li:last-child a:after {
  display: none;
}
.sgi > .menu-mobile {
  width: 235px;
  height: 525px;
}
.sgi > .menu-mobile .nano {
  overflow: hidden;
}
.sgi > .menu-mobile .nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
}
.sgi > .menu-mobile .nano > .nano-pane > .nano-slider {
  display: block;
}
.sgi > .menu-mobile ul {
  padding: 0;
}
.sgi > .menu-mobile ul > li {
  position: relative;
}
.sgi > .menu-mobile ul > li > a {
  padding: 14px 35px 14px;
  text-transform: uppercase;
  font-size: 13px;
}
.sgi > .menu-mobile ul > li > a :after {
  right: 20px;
}
.sgi > .menu-mobile ul > li.seta-lista:before {
  background-image: url('../images/svg/arrow-bold-bottom.svg');
  margin-top: 20px;
  right: 24px;
  height: 5px;
  width: 9px;
}
.sgi > .menu-mobile ul > li.has-sub-itens ul {
  list-style: none;
  display: none;
}
.sgi > .menu-mobile ul > li.has-sub-itens ul li a {
  display: block;
  font-size: 11px;
  padding: 13px 40px 13px 20px;
  text-transform: uppercase;
}
.sgi > .menu-mobile ul > li.has-sub-itens ul li a:after {
  left: 20px;
  right: 20px;
}
.sgi > .menu-mobile ul li.locked:after {
  top: calc(50% - 8px);
  right: 20px;
}
.sgi > .menu-mobile ul ul > li.config:after {
  top: calc(50% - 8px);
  right: 20px;
}
.sgi > .menu-desktop {
  min-width: 235px;
}
.sgi > .menu-desktop .submenu-select {
  background-color: #414549;
}
.sgi > .menu-desktop .submenu-unselect {
  background-color: transparent;
}
.sgi > .menu-desktop .nano > .nano-pane > .nano-slider {
  display: none;
}
.sgi > .menu-desktop .locked:after {
  top: inherit;
  right: inherit;
}
.sgi > .menu-desktop .config:after {
  top: inherit;
  right: inherit;
}
.sgi > .menu-desktop li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sgi > .menu-desktop ul {
  position: relative;
  z-index: 597;
  float: left;
  width: 100%;
  margin: 0 10px 0 0;
  padding: 8px 0px 8px 0px;
  height: auto;
}
.sgi > .menu-desktop ul li ul li {
  padding: 0px 10px 0px 0px;
}
.sgi > .menu-desktop ul li.has-sub-itens ul {
  display: none;
}
.sgi > .menu-desktop ul li.locked:after {
  right: 10px;
  margin-top: -20px;
}
.sgi > .menu-desktop ul > li.seta-lista:before {
  background-image: url('../images/svg/arrow-bold-right.svg');
  margin-top: 6px;
  right: 14px;
  height: 11px;
  width: 7px;
}
.sgi > .menu-desktop ul > li.has-sub-itens ul {
  display: none;
}
.sgi > .menu-desktop ul > li.has-sub-itens ul li a {
  font-size: 12px;
  padding: 3px 5px 5px 0px;
  text-transform: none;
  margin-right: 10px;
  margin-left: 20px;
}
.sgi > .menu-desktop ul > li.has-sub-itens ul li a:after {
  left: 0px;
  right: 5px;
}
.sgi > .menu-desktop ul > li.has-sub-itens ul li.config:after {
  right: 20px;
  margin-top: -18px;
}
.sgi > .menu-desktop ul > li > a {
  padding: 4px 20px 4px;
  text-transform: none;
  margin-right: 10px;
  font-size: 12px;
}
.sgi > .menu-desktop ul > li > a:after {
  right: 5px;
}
.sgi > .menu-desktop ul ul {
  position: absolute;
  z-index: 598;
  width: 100%;
  top: 0;
  padding: 0px 5px 0px 0px;
  white-space: nowrap;
  width: auto;
  min-width: 220px;
}
.sgi > .menu-desktop ul ul > li:first-child {
  padding-top: 8px;
}
.sgi > .menu-desktop ul ul > li:last-child {
  padding-bottom: 5px;
}
.sgi .header .user-profile-box {
  background-color: #45494d;
  float: right;
  height: 92px;
  margin: 0;
  padding: 10px 10px 10px 20px;
  position: relative;
  width: 246px;
}
.sgi .header .user-profile-box .country {
  color: #7e8690;
  font-size: 12px;
}
.sgi .header .user-profile-box .country img {
  vertical-align: middle;
}
.sgi .header .user-profile-box .country .flag {
  background-image: url('../images/flags/pt-BR.png');
  background-repeat: no-repeat;
  display: inline-block;
  width: 12px;
  height: 8px;
}
.sgi .header .user-profile-box .country .flag.flag-en-US {
  background-image: url('../images/flags/en-US.png');
}
.sgi .header .user-profile-box .country .flag.flag-es-AR {
  background-image: url('../images/flags/es-AR.png');
}
.sgi .header .user-profile-box .country .flag.flag-es-CL {
  background-image: url('../images/flags/es-CL.png');
}
.sgi .header .user-profile-box .country .flag.flag-es-CO {
  background-image: url('../images/flags/es-CO.png');
}
.sgi .header .user-profile-box .country .flag.flag-es-MX {
  background-image: url('../images/flags/es-MX.png');
}
.sgi .header .user-profile-box .country .flag.flag-es-PE {
  background-image: url('../images/flags/es-PE.png');
}
.sgi .header .user-profile-box .user {
  margin: 15px 0 0;
  position: relative;
}
.sgi .header .user-profile-box .user .avatar {
  float: left;
  margin-right: 10px;
  position: relative;
  width: 32px;
}
.sgi .header .user-profile-box .user .avatar img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 32px;
  height: 32px;
}
.sgi .header .user-profile-box .user .avatar .photo {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 32px;
  height: 32px;
  display: inline-block;
  background-image: url('../images/empty-profile.png');
  background-repeat: no-repeat;
}
.sgi .header .user-profile-box .user .avatar .notification-counter {
  background-color: #d34250;
  border: 2px solid #45494d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: white;
  display: block;
  height: 20px;
  line-height: 0;
  padding: 0 2px 0 0;
  position: absolute;
  text-align: center;
  width: 20px;
  right: -10px;
  top: -10px;
}
.sgi .header .user-profile-box .user .avatar .notification-counter span {
  font-size: 11px;
  line-height: 8px;
  height: 8px;
  display: block;
  margin: 4px 0 0 1px;
}
.sgi .header .user-profile-box .user .name {
  color: #aebbcc;
  line-height: 12px;
}
.sgi .header .user-profile-box .user .client {
  font-family: 'robotobold';
  font-size: 14px;
  color: black;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: #a3b95f;
}
.sgi .header .user-profile-box .user .client .btn-dropdown {
  background-image: url('../images/svg/arrow-down.svg');
  background-repeat: no-repeat;
  background-size: 100% 5px;
  cursor: pointer;
  display: inline-block;
  height: 5px;
  margin-left: 5px;
  vertical-align: middle;
  width: 11px;
  color: #7A8E3E;
}
.sgi .header .user-profile-box .btn-close {
  background-image: url('../images/svg/close.svg');
  background-repeat: no-repeat;
  background-size: 13px auto;
  cursor: pointer;
  height: 13px;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 13px;
}
.sgi #profile-submenu {
  display: none;
  position: absolute;
  top: 92px;
  right: 0;
  width: 246px;
  z-index: 999;
}
.sgi #profile-submenu .inner {
  background-color: #45494d;
}
.sgi #profile-submenu .inner select {
  background-color: #626972;
  border: 0;
  color: #aebbcc;
}
.sgi #profile-submenu .inner .user-language {
  padding: 20px;
}
.sgi #profile-submenu .inner .inner-item {
  border-bottom: 1px solid #45494d;
  text-align: center;
}
.sgi #profile-submenu .inner .inner-item a {
  background-position: center 20px;
  background-repeat: no-repeat;
  background-size: auto 28px;
  color: #aebbcc;
  display: block;
  font-size: 11px;
  padding: 50px 20px 20px;
  position: relative;
  font-weight: normal;
}
.sgi #profile-submenu .inner .inner-item a:hover {
  color: white;
}
.sgi #profile-submenu .inner .inner-item.profile-downloads a {
  background-image: url('../images/svg/download.svg');
}
.sgi #profile-submenu .inner .inner-item.profile-downloads a:hover {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2230.693px%22%20height%3D%2228.775px%22%20viewBox%3D%220%200%2030.693%2028.775%22%20enable-background%3D%22new%200%200%2030.693%2028.775%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20fill%3D%22white%22%20points%3D%2211.51%2C0%2011.51%2C9.592%207.671%2C9.592%2015.346%2C17.266%2023.02%2C9.592%2019.183%2C9.592%2019.183%2C0%20%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20y%3D%220%22%20width%3D%2230.693%22%20height%3D%2228.775%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22white%22%20d%3D%22M26.602%2C7.674H23.02v1.918h1.918h0.396l2.455%2C5.755h-6.688%0D%0A%09%09c0%2C3.18-2.576%2C5.755-5.756%2C5.755c-3.178%2C0-5.754-2.575-5.754-5.755H2.903l2.457-5.755h2.312V7.674h-3.58L0%2C17.266v11.51h30.694%0D%0A%09%09v-11.51L26.602%2C7.674z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi #profile-submenu .inner .inner-item.profile-queries a {
  background-image: url('../images/svg/clipboard.svg');
}
.sgi #profile-submenu .inner .inner-item.profile-queries a:hover {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2221.967px%22%20height%3D%2227.034px%22%20viewBox%3D%220%200%2021.967%2027.034%22%20enable-background%3D%22new%200%200%2021.967%2027.034%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2221.967%22%20height%3D%2227.034%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22white%22%20d%3D%22M14.926%2C13.518H7.041%0D%0A%09%09c-0.778%2C0-1.408%2C0.631-1.408%2C1.407c0%2C0.777%2C0.63%2C1.408%2C1.408%2C1.408h7.885c0.777%2C0%2C1.408-0.631%2C1.408-1.408%0D%0A%09%09C16.334%2C14.148%2C15.703%2C13.518%2C14.926%2C13.518%20M14.926%2C18.586H7.041c-0.778%2C0-1.408%2C0.631-1.408%2C1.408s0.63%2C1.408%2C1.408%2C1.408h7.885%0D%0A%09%09c0.777%2C0%2C1.408-0.631%2C1.408-1.408S15.703%2C18.586%2C14.926%2C18.586%20M0%2C24.781c0%2C1.245%2C1.008%2C2.253%2C2.254%2C2.253h17.458%0D%0A%09%09c1.244%2C0%2C2.254-1.008%2C2.254-2.253V5.631c0-1.244-1.01-2.253-2.254-2.253h-4.59C14.734%2C1.454%2C13.027%2C0%2C10.982%2C0%0D%0A%09%09c-2.043%2C0-3.75%2C1.454-4.138%2C3.379h-4.59C1.008%2C3.378%2C0%2C4.388%2C0%2C5.631V24.781z%20M4.056%2C6.196H6.76v1.013%0D%0A%09%09c0%2C0.688%2C0.55%2C1.24%2C1.238%2C1.24h5.971c0.686%2C0%2C1.238-0.552%2C1.238-1.24V6.196h2.703c0.688%2C0%2C1.24%2C0.552%2C1.24%2C1.239v15.545%0D%0A%09%09c0%2C0.687-0.553%2C1.239-1.24%2C1.239H4.056c-0.687%2C0-1.24-0.553-1.24-1.239V7.435C2.816%2C6.748%2C3.369%2C6.196%2C4.056%2C6.196%20M9.574%2C4.225%0D%0A%09%09c0-0.777%2C0.631-1.408%2C1.408-1.408s1.408%2C0.631%2C1.408%2C1.408c0%2C0.776-0.631%2C1.407-1.408%2C1.407S9.574%2C5%2C9.574%2C4.225%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi #profile-submenu .inner .inner-item.profile-configurations a {
  background-image: url('../images/svg/gear.svg');
}
.sgi #profile-submenu .inner .inner-item.profile-configurations a:hover {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2226.472px%22%20height%3D%2226.472px%22%20viewBox%3D%220%200%2026.472%2026.472%22%20enable-background%3D%22new%200%200%2026.472%2026.472%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20y%3D%220%22%20width%3D%2226.471%22%20height%3D%2226.472%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22white%22%20d%3D%22M11.828%2C13.235%0D%0A%09%09c0-0.776%2C0.631-1.407%2C1.408-1.407c0.777%2C0%2C1.408%2C0.631%2C1.408%2C1.407c0%2C0.777-0.631%2C1.408-1.408%2C1.408%0D%0A%09%09C12.459%2C14.644%2C11.828%2C14.013%2C11.828%2C13.235%20M13.235%2C9.575c-2.021%2C0-3.661%2C1.639-3.661%2C3.66c0%2C2.022%2C1.639%2C3.661%2C3.661%2C3.661%0D%0A%09%09s3.661-1.639%2C3.661-3.661C16.896%2C11.214%2C15.257%2C9.575%2C13.235%2C9.575%20M3.751%2C15.928c0.214%2C0.761%2C0.518%2C1.481%2C0.901%2C2.151%0D%0A%09%09l-1.689%2C1.848c-0.484%2C0.484-0.484%2C1.268%2C0%2C1.752l1.83%2C1.831c0.485%2C0.483%2C1.267%2C0.483%2C1.752%2C0l1.847-1.69%0D%0A%09%09c0.67%2C0.383%2C1.391%2C0.687%2C2.152%2C0.901l0.157%2C2.512c0%2C0.687%2C0.553%2C1.239%2C1.24%2C1.239h2.59c0.687%2C0%2C1.238-0.553%2C1.238-1.239%0D%0A%09%09l0.157-2.512c0.761-0.215%2C1.482-0.519%2C2.152-0.901l1.848%2C1.69c0.484%2C0.483%2C1.267%2C0.483%2C1.751%2C0l1.831-1.831%0D%0A%09%09c0.484-0.484%2C0.484-1.268%2C0-1.752l-1.69-1.848c0.384-0.67%2C0.688-1.391%2C0.901-2.151l2.512-0.157c0.688%2C0%2C1.239-0.552%2C1.239-1.239%0D%0A%09%09V11.94c0-0.686-0.552-1.239-1.239-1.239l-2.512-0.157c-0.213-0.761-0.518-1.482-0.901-2.152l1.69-1.847%0D%0A%09%09c0.484-0.485%2C0.484-1.268%2C0-1.752l-1.831-1.83c-0.484-0.485-1.267-0.485-1.751%2C0l-1.848%2C1.689c-0.67-0.383-1.392-0.687-2.152-0.901%0D%0A%09%09L15.77%2C1.239C15.77%2C0.552%2C15.218%2C0%2C14.531%2C0h-2.59c-0.687%2C0-1.24%2C0.552-1.24%2C1.239l-0.157%2C2.512%0D%0A%09%09C9.783%2C3.965%2C9.062%2C4.269%2C8.392%2C4.652L6.545%2C2.963c-0.485-0.485-1.267-0.485-1.752%2C0l-1.83%2C1.83c-0.484%2C0.484-0.484%2C1.267%2C0%2C1.752%0D%0A%09%09l1.689%2C1.847c-0.383%2C0.67-0.687%2C1.391-0.901%2C2.152l-2.512%2C0.157C0.552%2C10.701%2C0%2C11.254%2C0%2C11.94v2.591%0D%0A%09%09c0%2C0.688%2C0.552%2C1.239%2C1.239%2C1.239L3.751%2C15.928z%20M13.235%2C7.322c3.268%2C0%2C5.914%2C2.646%2C5.914%2C5.913c0%2C3.267-2.646%2C5.914-5.914%2C5.914%0D%0A%09%09c-3.267%2C0-5.914-2.647-5.914-5.914C7.322%2C9.968%2C9.969%2C7.322%2C13.235%2C7.322%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi #profile-submenu .inner .inner-item.profile-suggestions a {
  background-image: url('../images/svg/letter.svg');
}
.sgi #profile-submenu .inner .inner-item.profile-suggestions a:hover {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2256.693px%22%20height%3D%2259.07px%22%20viewBox%3D%220%200%2056.693%2059.07%22%20enable-background%3D%22new%200%200%2056.693%2059.07%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22white%22%20d%3D%22M24.335%2C34.739c1.103-1.102%2C2.558-1.676%2C4.013-1.676c1.454%2C0%2C2.909%2C0.574%2C4.011%2C1.676l4.496%2C4.496%0D%0A%09%09l11.33-11.33c0%2C0%2C0-17.237-0.043-17.325c-0.176-1.41-1.367-2.513-2.822-2.513h-33.99c-1.455%2C0-2.645%2C1.103-2.82%2C2.513%0D%0A%09%09c0%2C0.132-0.044%2C0.266-0.044%2C0.354v16.973l11.329%2C11.33L24.335%2C34.739z%20M17.81%2C14.414h21.16c1.146%2C0%2C2.071%2C0.927%2C2.071%2C2.072%0D%0A%09%09c0%2C1.146-0.926%2C2.072-2.071%2C2.072H17.81c-1.146%2C0-2.072-0.926-2.072-2.072C15.738%2C15.341%2C16.708%2C14.414%2C17.81%2C14.414z%0D%0A%09%09%20M15.782%2C24.245c0-1.146%2C0.926-2.071%2C2.072-2.071h21.161c1.146%2C0%2C2.07%2C0.926%2C2.07%2C2.071c0%2C1.146-0.926%2C2.072-2.07%2C2.072H17.854%0D%0A%09%09C16.708%2C26.319%2C15.782%2C25.393%2C15.782%2C24.245z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22white%22%20d%3D%22M56.252%2C19.926c-0.616-1.676-1.764-3.396-2.997-4.232l-2.205-1.499v10.889l4.452-4.496%0D%0A%09%09C55.766%2C20.323%2C55.989%2C20.102%2C56.252%2C19.926z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22white%22%20d%3D%22M31.432%2C0.837C30.682%2C0.309%2C29.536%2C0%2C28.347%2C0c-1.191%2C0-2.336%2C0.31-3.086%2C0.837l-6.438%2C4.409h19.088%0D%0A%09%09L31.432%2C0.837z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22white%22%20d%3D%22M5.687%2C25.039V14.195l-2.205%2C1.499c-1.234%2C0.837-2.38%2C2.557-2.998%2C4.232%0D%0A%09%09c0.176%2C0.176%2C0.441%2C0.396%2C0.705%2C0.661L5.687%2C25.039z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22white%22%20d%3D%22M38.839%2C41.22l3.702%2C3.702l1.41%2C1.41l1.412%2C1.41l10.139%2C10.142c0.134%2C0.133%2C0.222%2C0.221%2C0.354%2C0.354%0D%0A%09%09c0.529-0.486%2C0.838-1.236%2C0.838-2.029V23.365L38.839%2C41.22z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22white%22%20d%3D%22M39.941%2C46.332l-1.411-1.409l-1.676-1.677l-1.014-1.014l-1.014-1.013l-4.497-4.498%0D%0A%09%09c-0.528-0.527-1.233-0.836-2.026-0.836c-0.75%2C0-1.455%2C0.309-2.028%2C0.836l-4.453%2C4.498l-1.014%2C1.014l-1.015%2C1.014l-1.675%2C1.677%0D%0A%09%09l-1.411%2C1.409l-1.41%2C1.41L3.925%2C59.071h48.758L41.307%2C47.742L39.941%2C46.332z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22white%22%20d%3D%22M12.74%2C46.332l1.411-1.409l3.704-3.703L8.51%2C31.871l-1.411-1.41l-1.411-1.41L0%2C23.364v32.888%0D%0A%09%09c0%2C0.793%2C0.31%2C1.498%2C0.837%2C2.027c0.089-0.133%2C0.221-0.221%2C0.354-0.354l10.139-10.14L12.74%2C46.332z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi #profile-submenu .inner .inner-item .notification-counter {
  background-color: #d34250;
  border: 2px solid #45494d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: white;
  display: block;
  height: 20px;
  line-height: 0;
  padding: 0 2px 0 0;
  position: absolute;
  text-align: center;
  width: 20px;
  top: 10px;
  left: calc(50% + 10px);
}
.sgi #profile-submenu .inner .inner-item .notification-counter span {
  font-size: 11px;
  line-height: 8px;
  height: 8px;
  display: block;
  margin: 4px 0 0 1px;
}
@media (max-width: 767px) {
  .sgi .header .user-profile-box {
    margin-right: 0;
    width: calc(100% - 95px);
  }
  .sgi .header #profile-submenu {
    right: 0;
  }
}
@media (max-width: 400px) {
}
.sgi .result-actions:hover .result-actions-menu {
  display: block;
}
.sgi .result-actions .status-circle {
  z-index: 888;
}
.sgi .result-actions .result-actions-menu {
  position: absolute;
  left: calc(100% - 20px);
  left: 45px;
  padding-left: 20px;
  width: 260px;
  z-index: 999;
  display: none;
  height: auto !important;
  overflow: hidden;
  left: 25px;
}
.sgi .result-actions .result-actions-menu.bottom:before {
  content: ' ';
  top: initial;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9.5px 9px 9.5px 0;
  border-color: transparent #393c40 transparent transparent;
  position: absolute;
  left: 11px;
  bottom: 18px;
}
.sgi .result-actions .result-actions-menu.top:before {
  content: ' ';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9.5px 9px 9.5px 0;
  border-color: transparent #393c40 transparent transparent;
  position: absolute;
  top: 13px;
  left: 11px;
}
.sgi .result-actions .result-actions-menu .nano-pane {
  top: 20px;
  bottom: 25px;
  width: 4px;
  right: 10px;
  background: #414549;
}
.sgi .result-actions .result-actions-menu .nano-pane .nano-slider {
  width: 4px !important;
  margin: 0 !important;
  background: #80858a;
}
.sgi .result-actions .result-actions-menu ul {
  background-color: #393c40;
  list-style: none;
  padding: 0;
  max-height: 224px;
  margin: 6px 0px 10px 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 999;
}
.sgi .result-actions .result-actions-menu ul li {
  padding: 0 21px 0 10px;
}
.sgi .result-actions .result-actions-menu ul li:first-child {
  margin-top: 5px;
}
.sgi .result-actions .result-actions-menu ul li:last-child {
  margin-bottom: 5px;
}
.sgi .result-actions .result-actions-menu ul li a {
  font-family: 'robotomedium';
  font-size: 12px;
  color: white;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  display: block;
  height: 24px;
  line-height: 24px;
  position: relative;
  font-weight: normal;
  text-align: left;
}
.sgi .result-actions .result-actions-menu ul li a:after {
  content: '';
  border-bottom: 1px solid #45494d;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 5px 0 0;
  width: calc(100% - 5px);
}
.sgi .result-actions .result-actions-menu ul li a:hover {
  background-color: #414549;
}
.sgi .result-actions .result-actions-menu ul li a:hover:after {
  display: none;
}
.sgi .result-actions .result-actions-menu ul li:last-child a:after {
  display: none;
}
.sgi .result-actions .result-actions-menu ul li .ico {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 13px auto;
  display: inline-block;
  height: 17px;
  margin: 0 8px 2px 0;
  vertical-align: middle;
  width: 16px;
}
.sgi .result-actions .result-actions-menu ul li .ico.ico-details {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2224.374px%22%20height%3D%2224.375px%22%20viewBox%3D%220%200%2024.374%2024.375%22%20enable-background%3D%22new%200%200%2024.374%2024.375%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2224.374%22%20height%3D%2224.375%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22%23868686%22%20d%3D%22M8.911%2C17.82c2.28%2C0%2C4.56-0.87%2C6.299-2.609c3.48-3.48%2C3.48-9.121%2C0-12.601%0D%0A%09%09C13.471%2C0.87%2C11.19%2C0%2C8.911%2C0C6.63%2C0%2C4.349%2C0.87%2C2.609%2C2.61c-3.479%2C3.48-3.479%2C9.121%2C0%2C12.601C4.349%2C16.95%2C6.63%2C17.82%2C8.911%2C17.82%0D%0A%09%09%20M4.907%2C4.908C5.977%2C3.839%2C7.398%2C3.25%2C8.91%2C3.25c1.512%2C0%2C2.934%2C0.589%2C4.003%2C1.658c1.068%2C1.07%2C1.658%2C2.491%2C1.658%2C4.003%0D%0A%09%09c0%2C1.512-0.59%2C2.933-1.658%2C4.002c-1.069%2C1.068-2.491%2C1.657-4.002%2C1.657c-1.513%2C0-2.933-0.589-4.003-1.658%0D%0A%09%09c-1.07-1.069-1.659-2.49-1.659-4.002C3.249%2C7.398%2C3.838%2C5.977%2C4.907%2C4.908%20M17.502%2C15.211l6.872%2C6.873l-2.289%2C2.291l-6.875-6.873%0D%0A%09%09L17.502%2C15.211z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .result-actions .result-actions-menu ul li .ico.ico-edit {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2227.033px%22%20height%3D%2227.034px%22%20viewBox%3D%220%200%2027.033%2027.034%22%20enable-background%3D%22new%200%200%2027.033%2027.034%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2227.033%22%20height%3D%2227.034%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23868686%22%20d%3D%22M3.131%2C11.381%0D%0A%09%09c-0.551%2C0.552-0.816%2C1.341-0.951%2C2.141L0.034%2C23.671c-0.304%2C1.802%2C1.504%2C3.615%2C3.328%2C3.334l10.161-2.118%0D%0A%09%09c0.744-0.135%2C1.55-0.366%2C2.102-0.917l10.763-10.776c0.862-0.867%2C0.862-2.269%2C0-3.136l-9.4-9.411c-0.867-0.863-2.27-0.863-3.131%2C0%0D%0A%09%09L3.131%2C11.381z%20M13.461%2C22.212l-5.26%2C1.008l-4.36-4.364l1.003-5.267l7.834-7.846c0.435-0.433%2C1.132-0.433%2C1.566%2C0%0D%0A%09%09c0.434%2C0.434%2C0.434%2C1.138%2C0%2C1.572l-7.243%2C7.254c-0.54%2C0.539-0.54%2C1.419%2C0%2C1.959c0.541%2C0.542%2C1.414%2C0.542%2C1.954%2C0l7.249-7.254%0D%0A%09%09c0.434-0.433%2C1.132-0.433%2C1.565%2C0c0.435%2C0.434%2C0.435%2C1.133%2C0%2C1.567l-7.244%2C7.254c-0.54%2C0.541-0.54%2C1.42%2C0%2C1.96%0D%0A%09%09c0.541%2C0.541%2C1.414%2C0.541%2C1.955%2C0l7.249-7.254c0.429-0.429%2C1.133-0.429%2C1.565%2C0c0.434%2C0.433%2C0.434%2C1.138%2C0%2C1.57L13.461%2C22.212z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .result-actions .result-actions-menu ul li .ico.ico-export {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2223px%22%20height%3D%2223px%22%20viewBox%3D%220%200%2023%2023%22%20enable-background%3D%22new%200%200%2023%2023%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23868686%22%20d%3D%22M22.259%2C2.654h-8.104v2.64h2.682V7.09h-2.682v1.756h2.654v1.769h-2.654v1.77h2.654v1.77h-2.654v1.77h2.654%0D%0A%09%09v1.77h-2.654v2.654h8.104C22.666%2C20.346%2C23%2C20%2C23%2C19.576V3.423C23%2C3%2C22.666%2C2.654%2C22.259%2C2.654z%20M21.23%2C17.691h-3.539v-1.77h3.539%0D%0A%09%09V17.691z%20M21.23%2C14.154h-3.539v-1.771h3.539V14.154z%20M21.23%2C10.615h-3.539V8.846h3.539V10.615z%20M21.23%2C7.077h-3.539v-1.77h3.539%0D%0A%09%09V7.077z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23868686%22%20d%3D%22M0%2C2.556v17.889L13.27%2C23V0L0%2C2.556z%20M8.393%2C15.994L6.85%2C13.076c-0.059-0.109-0.119-0.311-0.181-0.602%0D%0A%09%09H6.645c-0.029%2C0.139-0.099%2C0.348-0.207%2C0.627l-1.549%2C2.893H2.483l2.856-4.48l-2.612-4.48h2.456l1.28%2C2.686%0D%0A%09%09c0.1%2C0.212%2C0.189%2C0.464%2C0.269%2C0.755h0.025c0.05-0.175%2C0.144-0.435%2C0.281-0.781l1.424-2.662h2.249l-2.687%2C4.442l2.762%2C4.518%0D%0A%09%09L8.393%2C15.994L8.393%2C15.994z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .result-actions .result-actions-menu ul li .ico.ico-copy {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2214.341px%22%20height%3D%2214.341px%22%20viewBox%3D%220%200%2014.341%2014.341%22%20enable-background%3D%22new%200%200%2014.341%2014.341%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2214.341%22%20height%3D%2214.341%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23868686%22%20d%3D%22M12.808%2C8.528H8.68v4.279%0D%0A%09%09c0%2C2.045-3.171%2C2.045-3.171%2C0V8.528H1.534c-2.044%2C0-2.044-3.171%2C0-3.171h3.975V1.533c0-2.044%2C3.171-2.044%2C3.171%2C0v3.824h4.128%0D%0A%09%09C14.852%2C5.357%2C14.852%2C8.528%2C12.808%2C8.528%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .result-actions .result-actions-menu ul li .ico.ico-view-profile {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2221.965px%22%20height%3D%2227.035px%22%20viewBox%3D%220%200%2021.965%2027.035%22%20enable-background%3D%22new%200%200%2021.965%2027.035%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2221.965%22%20height%3D%2227.035%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23868686%22%20d%3D%22M21.228%2C19.482%0D%0A%09%09c-1.634-2.135-3.739-3.239-7.3-3.594c-0.642-0.129-1.126-0.698-1.126-1.374c0-0.495%2C1.589-1.977%2C1.577-1.988%0D%0A%09%09c1.639-1.695%2C2.518-4.449%2C2.518-6.567C16.896%2C2.67%2C14.248%2C0%2C10.982%2C0C7.715%2C0%2C5.068%2C2.67%2C5.068%2C5.959%0D%0A%09%09c0%2C2.129%2C0.856%2C4.9%2C2.512%2C6.595c0%2C0%2C1.584%2C1.465%2C1.584%2C1.96c0%2C0.715-0.541%2C1.312-1.241%2C1.396c-3.486%2C0.366-5.57%2C1.465-7.185%2C3.571%0D%0A%09%09C0.27%2C20.091%2C0.017%2C21.313%2C0%2C21.966c0.006%2C0.169%2C0%2C2.816%2C0%2C2.816c0%2C1.244%2C1.008%2C2.253%2C2.253%2C2.253h17.46%0D%0A%09%09c1.243%2C0%2C2.252-1.009%2C2.252-2.253c0%2C0-0.005-2.647%2C0-2.816C21.949%2C21.313%2C21.695%2C20.091%2C21.228%2C19.482%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-size: 14px auto;
}
.sgi .result-actions .result-actions-menu ul li .ico.ico-send {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2227.034px%22%20height%3D%2219.713px%22%20viewBox%3D%220%200%2027.034%2019.713%22%20enable-background%3D%22new%200%200%2027.034%2019.713%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2227.034%22%20height%3D%2219.713%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23868686%22%20d%3D%22M0%2C17.46%0D%0A%09%09c0%2C1.245%2C1.009%2C2.253%2C2.253%2C2.253h22.529c1.244%2C0%2C2.252-1.008%2C2.252-2.253V2.253C27.034%2C1.009%2C26.026%2C0%2C24.782%2C0H2.253%0D%0A%09%09C1.009%2C0%2C0%2C1.009%2C0%2C2.253V17.46z%20M8.29%2C9.874L3.137%2C4.687c-0.427-0.428-0.427-1.122%2C0-1.549c0.428-0.428%2C1.122-0.428%2C1.549%2C0%0D%0A%09%09l8.223%2C8.233c0.332%2C0.327%2C0.879%2C0.327%2C1.205%2C0l8.234-8.233c0.428-0.428%2C1.121-0.428%2C1.549%2C0c0.428%2C0.427%2C0.428%2C1.121%2C0%2C1.549%0D%0A%09%09l-5.159%2C5.187l5.159%2C5.153c0.428%2C0.428%2C0.428%2C1.12%2C0%2C1.549c-0.428%2C0.428-1.121%2C0.428-1.549%2C0l-5.154-5.148%0D%0A%09%09c0%2C0-1.609%2C1.64-1.902%2C1.932c-0.457%2C0.445-1.088%2C0.722-1.774%2C0.722c-0.699%2C0-1.33-0.282-1.787-0.738%0D%0A%09%09c-0.297-0.293-1.897-1.915-1.897-1.915l-5.148%2C5.148c-0.427%2C0.428-1.121%2C0.428-1.549%2C0c-0.427-0.429-0.427-1.121%2C0-1.549%0D%0A%09%09L8.29%2C9.874z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-size: 17px auto;
}
.sgi .result-actions .result-actions-menu ul li .ico.ico-edit-date {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2227.034px%22%20height%3D%2227.034px%22%20viewBox%3D%220%200%2027.034%2027.034%22%20enable-background%3D%22new%200%200%2027.034%2027.034%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2227.034%22%20height%3D%2227.034%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23868686%22%20d%3D%22M0%2C24.781%0D%0A%09%09c0%2C1.246%2C1.009%2C2.253%2C2.253%2C2.253h22.529c1.244%2C0%2C2.253-1.007%2C2.253-2.253V5.07c0-1.246-1.009-2.253-2.253-2.253h-2.254V1.408%0D%0A%09%09C22.528%2C0.631%2C21.897%2C0%2C21.12%2C0s-1.408%2C0.631-1.408%2C1.408v1.409H17.46V1.408C17.46%2C0.631%2C16.829%2C0%2C16.052%2C0%0D%0A%09%09s-1.408%2C0.631-1.408%2C1.408v1.409h-2.253V1.408C12.391%2C0.631%2C11.76%2C0%2C10.983%2C0c-0.777%2C0-1.407%2C0.631-1.407%2C1.408v1.409H7.322V1.408%0D%0A%09%09C7.322%2C0.631%2C6.691%2C0%2C5.913%2C0C5.137%2C0%2C4.506%2C0.631%2C4.506%2C1.408v1.409H2.253C1.009%2C2.817%2C0%2C3.824%2C0%2C5.07V24.781z%20M4.056%2C5.632h0.45%0D%0A%09%09v1.972c0%2C0.777%2C0.631%2C1.408%2C1.407%2C1.408c0.778%2C0%2C1.409-0.631%2C1.409-1.408V5.632h2.254v1.972c0%2C0.777%2C0.63%2C1.408%2C1.407%2C1.408%0D%0A%09%09c0.777%2C0%2C1.408-0.631%2C1.408-1.408V5.632h2.253v1.972c0%2C0.777%2C0.631%2C1.408%2C1.408%2C1.408s1.408-0.631%2C1.408-1.408V5.632h2.252v1.972%0D%0A%09%09c0%2C0.777%2C0.631%2C1.408%2C1.408%2C1.408s1.408-0.631%2C1.408-1.408V5.632h0.451c0.688%2C0%2C1.238%2C0.553%2C1.238%2C1.239v5.97%0D%0A%09%09c0%2C0.687-0.551%2C1.239-1.238%2C1.239H4.056c-0.687%2C0-1.24-0.552-1.24-1.239v-5.97C2.816%2C6.185%2C3.369%2C5.632%2C4.056%2C5.632%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .result-actions .result-actions-menu ul li .ico.ico-account-statement {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2226.472px%22%20height%3D%2226.472px%22%20viewBox%3D%220%200%2026.472%2026.472%22%20enable-background%3D%22new%200%200%2026.472%2026.472%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20y%3D%220%22%20width%3D%2226.471%22%20height%3D%2226.472%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22%23868686%22%20d%3D%22M14.477%2C14.64v2.448c0.515-0.279%2C0.816-0.73%2C0.816-1.16v-0.021%0D%0A%09%09C15.313%2C15.306%2C15.034%2C14.833%2C14.477%2C14.64%22%2F%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22%23868686%22%20d%3D%22M13.235%2C0C5.924%2C0%2C0%2C5.925%2C0%2C13.236s5.924%2C13.236%2C13.235%2C13.236%0D%0A%09%09c7.312%2C0%2C13.236-5.925%2C13.236-13.236S20.547%2C0%2C13.235%2C0%20M14.605%2C20.587v1.396h-2.77v-1.375c-1.76-0.063-3.263-1.158-4.315-2.983%0D%0A%09%09l2.748-1.889c0.58%2C0.794%2C1.009%2C0.966%2C1.567%2C1.052v-2.083c-2.104-0.493-4.1-1.717-4.057-4.744c0.129-2.384%2C1.91-3.864%2C4.057-4.337%0D%0A%09%09V4.357h2.77v1.245c1.503%2C0.193%2C2.576%2C0.837%2C3.714%2C2.554l-2.576%2C1.632c-0.235-0.408-0.666-0.687-1.138-0.773v2.405%0D%0A%09%09c2.297%2C0.558%2C4.229%2C1.631%2C4.079%2C4.916C18.491%2C18.654%2C16.688%2C20.071%2C14.605%2C20.587%22%2F%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22%23868686%22%20d%3D%22M11.17%2C9.981v0.021c-0.021%2C0.601%2C0.258%2C1.074%2C0.816%2C1.267V8.822%0D%0A%09%09C11.47%2C9.101%2C11.17%2C9.551%2C11.17%2C9.981%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position-y: calc(50% - 2px);
}
.sgi .result-actions .result-actions-menu ul li .ico.ico-notes {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2221.967px%22%20height%3D%2227.034px%22%20viewBox%3D%220%200%2021.967%2027.034%22%20enable-background%3D%22new%200%200%2021.967%2027.034%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2221.967%22%20height%3D%2227.034%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23868686%22%20d%3D%22M14.926%2C13.518H7.041%0D%0A%09%09c-0.778%2C0-1.408%2C0.631-1.408%2C1.407c0%2C0.777%2C0.63%2C1.408%2C1.408%2C1.408h7.885c0.777%2C0%2C1.408-0.631%2C1.408-1.408%0D%0A%09%09C16.334%2C14.148%2C15.703%2C13.518%2C14.926%2C13.518%20M14.926%2C18.586H7.041c-0.778%2C0-1.408%2C0.631-1.408%2C1.408s0.63%2C1.408%2C1.408%2C1.408h7.885%0D%0A%09%09c0.777%2C0%2C1.408-0.631%2C1.408-1.408S15.703%2C18.586%2C14.926%2C18.586%20M0%2C24.781c0%2C1.245%2C1.008%2C2.253%2C2.254%2C2.253h17.458%0D%0A%09%09c1.244%2C0%2C2.254-1.008%2C2.254-2.253V5.631c0-1.244-1.01-2.253-2.254-2.253h-4.59C14.734%2C1.454%2C13.027%2C0%2C10.982%2C0%0D%0A%09%09c-2.043%2C0-3.75%2C1.454-4.138%2C3.379h-4.59C1.008%2C3.378%2C0%2C4.388%2C0%2C5.631V24.781z%20M4.056%2C6.196H6.76v1.013%0D%0A%09%09c0%2C0.688%2C0.55%2C1.24%2C1.238%2C1.24h5.971c0.686%2C0%2C1.238-0.552%2C1.238-1.24V6.196h2.703c0.688%2C0%2C1.24%2C0.552%2C1.24%2C1.239v15.545%0D%0A%09%09c0%2C0.687-0.553%2C1.239-1.24%2C1.239H4.056c-0.687%2C0-1.24-0.553-1.24-1.239V7.435C2.816%2C6.748%2C3.369%2C6.196%2C4.056%2C6.196%20M9.574%2C4.225%0D%0A%09%09c0-0.777%2C0.631-1.408%2C1.408-1.408s1.408%2C0.631%2C1.408%2C1.408c0%2C0.776-0.631%2C1.407-1.408%2C1.407S9.574%2C5%2C9.574%2C4.225%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position-y: calc(50% - 2px);
}
.sgi .result-actions .result-actions-menu ul li .ico.ico-calculator {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20id%3D%22Layer_1%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2227.035px%22%20height%3D%2227.034px%22%20viewBox%3D%220%200%2027.035%2027.034%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%3Cdefs%3E%0D%0A%20%20%20%20%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2227.035%22%20height%3D%2227.034%22%2F%3E%0D%0A%20%20%3C%2Fdefs%3E%0D%0A%20%20%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23868686%22%20d%3D%22M%2024.782%200%20L%202.253%200%20C%201.008%200%200%201.008%200%202.253%20L%200%2024.781%20C%200%2026.026%201.008%2027.034%202.253%2027.034%20L%2024.782%2027.034%20C%2026.026%2027.034%2027.035%2026.026%2027.035%2024.781%20L%2027.035%202.253%20C%2027.035%201.008%2026.026%200%2024.782%200%20M%209.162%2021.759%20C%208.666%2021.263%208.169%2020.766%207.673%2020.27%20C%207.176%2020.766%206.68%2021.263%206.184%2021.759%20C%205.443%2022.5%204.295%2021.353%205.036%2020.612%20C%205.532%2020.116%206.029%2019.619%206.525%2019.123%20C%206.044%2018.642%205.563%2018.16%205.082%2017.68%20C%204.341%2016.939%205.489%2015.791%206.229%2016.533%20C%206.71%2017.013%207.192%2017.495%207.673%2017.976%20C%208.154%2017.495%208.635%2017.013%209.116%2016.533%20C%209.857%2015.792%2011.004%2016.939%2010.264%2017.68%20C%209.783%2018.16%209.302%2018.642%208.82%2019.123%20C%209.317%2019.619%209.813%2020.116%2010.31%2020.612%20C%2011.051%2021.353%209.903%2022.5%209.162%2021.759%20M%2010.717%209.046%20L%208.604%209.046%20L%208.604%2011.236%20C%208.604%2012.283%206.981%2012.283%206.981%2011.236%20L%206.981%209.046%20L%204.946%209.046%20C%203.9%209.046%203.9%207.423%204.946%207.423%20L%206.981%207.423%20L%206.981%205.466%20C%206.981%204.419%208.604%204.419%208.604%205.466%20L%208.604%207.423%20L%2010.717%207.423%20C%2011.764%207.423%2011.764%209.046%2010.717%209.046%20M%2019.082%2021.875%20C%2018.611%2021.875%2018.228%2021.493%2018.228%2021.021%20C%2018.228%2020.55%2018.612%2020.167%2019.082%2020.167%20C%2019.552%2020.167%2019.936%2020.55%2019.936%2021.021%20C%2019.936%2021.493%2019.553%2021.875%2019.082%2021.875%20M%2022.123%2019.37%20L%2016.352%2019.37%20C%2015.306%2019.37%2015.306%2017.747%2016.352%2017.747%20L%2022.123%2017.747%20C%2023.17%2017.747%2023.17%2019.37%2022.123%2019.37%20M%2018.228%2016.152%20C%2018.228%2015.681%2018.612%2015.298%2019.082%2015.298%20C%2019.552%2015.298%2019.936%2015.681%2019.936%2016.152%20C%2019.936%2016.624%2019.553%2017.006%2019.082%2017.006%20C%2018.611%2017.006%2018.228%2016.624%2018.228%2016.152%20M%2022.123%209.046%20L%2016.352%209.046%20C%2015.306%209.046%2015.306%207.423%2016.352%207.423%20L%2022.123%207.423%20C%2023.17%207.423%2023.17%209.046%2022.123%209.046%22%2F%3E%0D%0A%3C%2Fsvg%3E");
  background-position-y: calc(50% - 2px);
}
.sgi .result-actions .result-actions-menu ul li .ico.ico-check {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2216px%22%20height%3D%2212.89px%22%20viewBox%3D%220%200%2016%2012.89%22%20enable-background%3D%22new%200%200%2016%2012.89%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20fill%3D%22%23868686%22%20points%3D%2213.556%2C0%205.555%2C7.999%202.445%2C4.89%200%2C7.336%205.555%2C12.89%2016%2C2.445%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position-y: calc(50% - 2px);
}
.sgi .result-actions .result-actions-menu ul li .ico.ico-remove {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2224.156px%22%20height%3D%2223.656px%22%20viewBox%3D%220%200%2024.156%2023.656%22%20enable-background%3D%22new%200%200%2024.156%2023.656%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20y%3D%220%22%20width%3D%2224.157%22%20height%3D%2223.656%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22%23868686%22%20d%3D%22M1.131%2C2.858c6.778%2C6.778%2C13.556%2C13.556%2C20.333%2C20.333%0D%0A%09%09c1.438%2C1.438%2C3.666-0.789%2C2.229-2.228C16.914%2C14.187%2C10.136%2C7.409%2C3.359%2C0.631C1.921-0.806-0.306%2C1.421%2C1.131%2C2.858%22%2F%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22%23868686%22%20d%3D%22M2.692%2C23.024C9.47%2C16.247%2C16.248%2C9.469%2C23.024%2C2.691%0D%0A%09%09c1.438-1.438-0.789-3.664-2.227-2.227C14.02%2C7.243%2C7.242%2C14.02%2C0.464%2C20.798C-0.973%2C22.235%2C1.255%2C24.462%2C2.692%2C23.024%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position-y: calc(50% - 2px);
}
.sgi .result-actions .result-actions-menu ul li .ico.ico-download {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2230.693px%22%20height%3D%2228.775px%22%20viewBox%3D%220%200%2030.693%2028.775%22%20enable-background%3D%22new%200%200%2030.693%2028.775%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20fill%3D%22%23868686%22%20points%3D%2211.51%2C0%2011.51%2C9.592%207.671%2C9.592%2015.346%2C17.266%2023.02%2C9.592%2019.183%2C9.592%2019.183%2C0%20%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20y%3D%220%22%20width%3D%2230.693%22%20height%3D%2228.775%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22%23868686%22%20d%3D%22M26.602%2C7.674H23.02v1.918h1.918h0.396l2.455%2C5.755h-6.688%0D%0A%09%09c0%2C3.18-2.576%2C5.755-5.756%2C5.755c-3.178%2C0-5.754-2.575-5.754-5.755H2.903l2.457-5.755h2.312V7.674h-3.58L0%2C17.266v11.51h30.694%0D%0A%09%09v-11.51L26.602%2C7.674z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position-y: calc(50% - 2px);
}
.sgi .result-actions .result-actions-menu ul li .ico.ico-pdf {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2230.693px%22%20height%3D%2228.775px%22%20viewBox%3D%220%200%2030.693%2028.775%22%20enable-background%3D%22new%200%200%2030.693%2028.775%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20fill%3D%22%23868686%22%20points%3D%2211.51%2C0%2011.51%2C9.592%207.671%2C9.592%2015.346%2C17.266%2023.02%2C9.592%2019.183%2C9.592%2019.183%2C0%20%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20y%3D%220%22%20width%3D%2230.693%22%20height%3D%2228.775%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22%23868686%22%20d%3D%22M26.602%2C7.674H23.02v1.918h1.918h0.396l2.455%2C5.755h-6.688%0D%0A%09%09c0%2C3.18-2.576%2C5.755-5.756%2C5.755c-3.178%2C0-5.754-2.575-5.754-5.755H2.903l2.457-5.755h2.312V7.674h-3.58L0%2C17.266v11.51h30.694%0D%0A%09%09v-11.51L26.602%2C7.674z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .result-actions .result-actions-menu ul li .ico.ico-group {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2230.34px%22%20height%3D%2227.077px%22%20viewBox%3D%220%200%2030.34%2027.077%22%20enable-background%3D%22new%200%200%2030.34%2027.077%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2230.34%22%20height%3D%2227.077%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23868686%22%20d%3D%22M29.603%2C19.524%0D%0A%09%09c-1.634-2.135-3.739-3.239-7.3-3.594c-0.642-0.129-1.126-0.698-1.126-1.374c0-0.495%2C1.589-1.977%2C1.577-1.988%0D%0A%09%09c1.639-1.695%2C2.518-4.449%2C2.518-6.567c0-3.289-2.648-5.959-5.914-5.959c-3.267%2C0-5.914%2C2.67-5.914%2C5.959%0D%0A%09%09c0%2C2.129%2C0.856%2C4.9%2C2.512%2C6.595c0%2C0%2C1.584%2C1.465%2C1.584%2C1.96c0%2C0.715-0.541%2C1.312-1.24%2C1.396c-3.486%2C0.366-5.57%2C1.465-7.186%2C3.571%0D%0A%09%09c-0.469%2C0.608-0.722%2C1.83-0.739%2C2.483c0.006%2C0.169%2C0%2C2.816%2C0%2C2.816c0%2C1.244%2C1.008%2C2.253%2C2.253%2C2.253h17.46%0D%0A%09%09c1.243%2C0%2C2.252-1.009%2C2.252-2.253c0%2C0-0.005-2.647%2C0-2.816C30.324%2C21.354%2C30.07%2C20.133%2C29.603%2C19.524%22%2F%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23868686%22%20d%3D%22M21.965%2C21.966%0D%0A%09%09c-0.016-0.653-0.271-1.875-0.737-2.483c-1.046-1.366-2.29-2.307-3.979-2.902c-0.264%2C0.146-0.557%2C0.246-0.87%2C0.284%0D%0A%09%09c-3.148%2C0.331-5.03%2C1.253-6.513%2C3.187c-0.278%2C0.36-0.518%2C1.334-0.532%2C1.9c0.006%2C0.111%2C0%2C2.793%2C0%2C2.793%0D%0A%09%09c0%2C0.688%2C0.562%2C1.251%2C1.253%2C1.251h11.02c0.226-0.351%2C0.359-0.766%2C0.359-1.213C21.965%2C24.782%2C21.96%2C22.135%2C21.965%2C21.966%22%2F%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23868686%22%20d%3D%22M7.333%2C24.742%0D%0A%09%09c0-0.003%2C0.006-2.568%2C0-2.785c0.019-0.793%2C0.292-2.277%2C0.946-3.125c1.281-1.67%2C2.832-2.741%2C4.907-3.372%0D%0A%09%09c-0.233-0.251-0.384-0.578-0.384-0.946c0-0.495%2C1.589-1.977%2C1.577-1.987c0.044-0.046%2C0.081-0.099%2C0.124-0.146%0D%0A%09%09c-1.45-1.967-2.102-4.552-2.102-6.461c0-1.883%2C0.75-3.591%2C1.962-4.846C13.404%2C0.398%2C12.24%2C0%2C10.982%2C0%0D%0A%09%09C7.716%2C0%2C5.068%2C2.67%2C5.068%2C5.959c0%2C2.13%2C0.857%2C4.9%2C2.512%2C6.595c0%2C0%2C1.584%2C1.465%2C1.584%2C1.959c0%2C0.716-0.541%2C1.313-1.24%2C1.397%0D%0A%09%09c-3.487%2C0.366-5.57%2C1.465-7.186%2C3.571C0.27%2C20.091%2C0.017%2C21.313%2C0%2C21.966c0.006%2C0.169%2C0%2C2.816%2C0%2C2.816%0D%0A%09%09c0%2C1.244%2C1.008%2C2.253%2C2.253%2C2.253h6.029C7.696%2C26.446%2C7.333%2C25.637%2C7.333%2C24.742%22%2F%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23868686%22%20d%3D%22M16.896%2C5.959%0D%0A%09%09c0-1.297-0.416-2.493-1.114-3.472c-0.851%2C0.893-1.381%2C2.099-1.381%2C3.432c0%2C1.345%2C0.421%2C3.189%2C1.314%2C4.685%0D%0A%09%09C16.484%2C9.112%2C16.896%2C7.393%2C16.896%2C5.959%22%2F%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23868686%22%20d%3D%22M14.503%2C12.38%0D%0A%09%09c0%2C0%2C1.196%2C1.599%2C1.493%2C1.771c0.297%2C0.172%2C0.125%2C0.625-0.422%2C0.844s-2.01%2C0.213-2.388%2C0.466c-0.377%2C0.253-1.58-2.403-1.58-2.403%0D%0A%09%09l2.843-0.672%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .result-actions .result-actions-menu ul li a:hover .ico.ico-details {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2224.374px%22%20height%3D%2224.375px%22%20viewBox%3D%220%200%2024.374%2024.375%22%20enable-background%3D%22new%200%200%2024.374%2024.375%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2224.374%22%20height%3D%2224.375%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22%237A8E3E%22%20d%3D%22M8.911%2C17.82c2.28%2C0%2C4.56-0.87%2C6.299-2.609c3.48-3.48%2C3.48-9.121%2C0-12.601%0D%0A%09%09C13.471%2C0.87%2C11.19%2C0%2C8.911%2C0C6.63%2C0%2C4.349%2C0.87%2C2.609%2C2.61c-3.479%2C3.48-3.479%2C9.121%2C0%2C12.601C4.349%2C16.95%2C6.63%2C17.82%2C8.911%2C17.82%0D%0A%09%09%20M4.907%2C4.908C5.977%2C3.839%2C7.398%2C3.25%2C8.91%2C3.25c1.512%2C0%2C2.934%2C0.589%2C4.003%2C1.658c1.068%2C1.07%2C1.658%2C2.491%2C1.658%2C4.003%0D%0A%09%09c0%2C1.512-0.59%2C2.933-1.658%2C4.002c-1.069%2C1.068-2.491%2C1.657-4.002%2C1.657c-1.513%2C0-2.933-0.589-4.003-1.658%0D%0A%09%09c-1.07-1.069-1.659-2.49-1.659-4.002C3.249%2C7.398%2C3.838%2C5.977%2C4.907%2C4.908%20M17.502%2C15.211l6.872%2C6.873l-2.289%2C2.291l-6.875-6.873%0D%0A%09%09L17.502%2C15.211z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .result-actions .result-actions-menu ul li a:hover .ico.ico-edit {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2227.033px%22%20height%3D%2227.034px%22%20viewBox%3D%220%200%2027.033%2027.034%22%20enable-background%3D%22new%200%200%2027.033%2027.034%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2227.033%22%20height%3D%2227.034%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%237A8E3E%22%20d%3D%22M3.131%2C11.381%0D%0A%09%09c-0.551%2C0.552-0.816%2C1.341-0.951%2C2.141L0.034%2C23.671c-0.304%2C1.802%2C1.504%2C3.615%2C3.328%2C3.334l10.161-2.118%0D%0A%09%09c0.744-0.135%2C1.55-0.366%2C2.102-0.917l10.763-10.776c0.862-0.867%2C0.862-2.269%2C0-3.136l-9.4-9.411c-0.867-0.863-2.27-0.863-3.131%2C0%0D%0A%09%09L3.131%2C11.381z%20M13.461%2C22.212l-5.26%2C1.008l-4.36-4.364l1.003-5.267l7.834-7.846c0.435-0.433%2C1.132-0.433%2C1.566%2C0%0D%0A%09%09c0.434%2C0.434%2C0.434%2C1.138%2C0%2C1.572l-7.243%2C7.254c-0.54%2C0.539-0.54%2C1.419%2C0%2C1.959c0.541%2C0.542%2C1.414%2C0.542%2C1.954%2C0l7.249-7.254%0D%0A%09%09c0.434-0.433%2C1.132-0.433%2C1.565%2C0c0.435%2C0.434%2C0.435%2C1.133%2C0%2C1.567l-7.244%2C7.254c-0.54%2C0.541-0.54%2C1.42%2C0%2C1.96%0D%0A%09%09c0.541%2C0.541%2C1.414%2C0.541%2C1.955%2C0l7.249-7.254c0.429-0.429%2C1.133-0.429%2C1.565%2C0c0.434%2C0.433%2C0.434%2C1.138%2C0%2C1.57L13.461%2C22.212z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .result-actions .result-actions-menu ul li a:hover .ico.ico-export {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2223px%22%20height%3D%2223px%22%20viewBox%3D%220%200%2023%2023%22%20enable-background%3D%22new%200%200%2023%2023%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%237A8E3E%22%20d%3D%22M22.259%2C2.654h-8.104v2.64h2.682V7.09h-2.682v1.756h2.654v1.769h-2.654v1.77h2.654v1.77h-2.654v1.77h2.654%0D%0A%09%09v1.77h-2.654v2.654h8.104C22.666%2C20.346%2C23%2C20%2C23%2C19.576V3.423C23%2C3%2C22.666%2C2.654%2C22.259%2C2.654z%20M21.23%2C17.691h-3.539v-1.77h3.539%0D%0A%09%09V17.691z%20M21.23%2C14.154h-3.539v-1.771h3.539V14.154z%20M21.23%2C10.615h-3.539V8.846h3.539V10.615z%20M21.23%2C7.077h-3.539v-1.77h3.539%0D%0A%09%09V7.077z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%237A8E3E%22%20d%3D%22M0%2C2.556v17.889L13.27%2C23V0L0%2C2.556z%20M8.393%2C15.994L6.85%2C13.076c-0.059-0.109-0.119-0.311-0.181-0.602%0D%0A%09%09H6.645c-0.029%2C0.139-0.099%2C0.348-0.207%2C0.627l-1.549%2C2.893H2.483l2.856-4.48l-2.612-4.48h2.456l1.28%2C2.686%0D%0A%09%09c0.1%2C0.212%2C0.189%2C0.464%2C0.269%2C0.755h0.025c0.05-0.175%2C0.144-0.435%2C0.281-0.781l1.424-2.662h2.249l-2.687%2C4.442l2.762%2C4.518%0D%0A%09%09L8.393%2C15.994L8.393%2C15.994z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .result-actions .result-actions-menu ul li a:hover .ico.ico-copy {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2214.341px%22%20height%3D%2214.341px%22%20viewBox%3D%220%200%2014.341%2014.341%22%20enable-background%3D%22new%200%200%2014.341%2014.341%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2214.341%22%20height%3D%2214.341%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%237A8E3E%22%20d%3D%22M12.808%2C8.528H8.68v4.279%0D%0A%09%09c0%2C2.045-3.171%2C2.045-3.171%2C0V8.528H1.534c-2.044%2C0-2.044-3.171%2C0-3.171h3.975V1.533c0-2.044%2C3.171-2.044%2C3.171%2C0v3.824h4.128%0D%0A%09%09C14.852%2C5.357%2C14.852%2C8.528%2C12.808%2C8.528%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .result-actions .result-actions-menu ul li a:hover .ico.ico-view-profile {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2221.965px%22%20height%3D%2227.035px%22%20viewBox%3D%220%200%2021.965%2027.035%22%20enable-background%3D%22new%200%200%2021.965%2027.035%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2221.965%22%20height%3D%2227.035%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%237A8E3E%22%20d%3D%22M21.228%2C19.482%0D%0A%09%09c-1.634-2.135-3.739-3.239-7.3-3.594c-0.642-0.129-1.126-0.698-1.126-1.374c0-0.495%2C1.589-1.977%2C1.577-1.988%0D%0A%09%09c1.639-1.695%2C2.518-4.449%2C2.518-6.567C16.896%2C2.67%2C14.248%2C0%2C10.982%2C0C7.715%2C0%2C5.068%2C2.67%2C5.068%2C5.959%0D%0A%09%09c0%2C2.129%2C0.856%2C4.9%2C2.512%2C6.595c0%2C0%2C1.584%2C1.465%2C1.584%2C1.96c0%2C0.715-0.541%2C1.312-1.241%2C1.396c-3.486%2C0.366-5.57%2C1.465-7.185%2C3.571%0D%0A%09%09C0.27%2C20.091%2C0.017%2C21.313%2C0%2C21.966c0.006%2C0.169%2C0%2C2.816%2C0%2C2.816c0%2C1.244%2C1.008%2C2.253%2C2.253%2C2.253h17.46%0D%0A%09%09c1.243%2C0%2C2.252-1.009%2C2.252-2.253c0%2C0-0.005-2.647%2C0-2.816C21.949%2C21.313%2C21.695%2C20.091%2C21.228%2C19.482%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .result-actions .result-actions-menu ul li a:hover .ico.ico-send {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2227.034px%22%20height%3D%2219.713px%22%20viewBox%3D%220%200%2027.034%2019.713%22%20enable-background%3D%22new%200%200%2027.034%2019.713%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2227.034%22%20height%3D%2219.713%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%237A8E3E%22%20d%3D%22M0%2C17.46%0D%0A%09%09c0%2C1.245%2C1.009%2C2.253%2C2.253%2C2.253h22.529c1.244%2C0%2C2.252-1.008%2C2.252-2.253V2.253C27.034%2C1.009%2C26.026%2C0%2C24.782%2C0H2.253%0D%0A%09%09C1.009%2C0%2C0%2C1.009%2C0%2C2.253V17.46z%20M8.29%2C9.874L3.137%2C4.687c-0.427-0.428-0.427-1.122%2C0-1.549c0.428-0.428%2C1.122-0.428%2C1.549%2C0%0D%0A%09%09l8.223%2C8.233c0.332%2C0.327%2C0.879%2C0.327%2C1.205%2C0l8.234-8.233c0.428-0.428%2C1.121-0.428%2C1.549%2C0c0.428%2C0.427%2C0.428%2C1.121%2C0%2C1.549%0D%0A%09%09l-5.159%2C5.187l5.159%2C5.153c0.428%2C0.428%2C0.428%2C1.12%2C0%2C1.549c-0.428%2C0.428-1.121%2C0.428-1.549%2C0l-5.154-5.148%0D%0A%09%09c0%2C0-1.609%2C1.64-1.902%2C1.932c-0.457%2C0.445-1.088%2C0.722-1.774%2C0.722c-0.699%2C0-1.33-0.282-1.787-0.738%0D%0A%09%09c-0.297-0.293-1.897-1.915-1.897-1.915l-5.148%2C5.148c-0.427%2C0.428-1.121%2C0.428-1.549%2C0c-0.427-0.429-0.427-1.121%2C0-1.549%0D%0A%09%09L8.29%2C9.874z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .result-actions .result-actions-menu ul li a:hover .ico.ico-edit-date {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2227.034px%22%20height%3D%2227.034px%22%20viewBox%3D%220%200%2027.034%2027.034%22%20enable-background%3D%22new%200%200%2027.034%2027.034%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2227.034%22%20height%3D%2227.034%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%237A8E3E%22%20d%3D%22M0%2C24.781%0D%0A%09%09c0%2C1.246%2C1.009%2C2.253%2C2.253%2C2.253h22.529c1.244%2C0%2C2.253-1.007%2C2.253-2.253V5.07c0-1.246-1.009-2.253-2.253-2.253h-2.254V1.408%0D%0A%09%09C22.528%2C0.631%2C21.897%2C0%2C21.12%2C0s-1.408%2C0.631-1.408%2C1.408v1.409H17.46V1.408C17.46%2C0.631%2C16.829%2C0%2C16.052%2C0%0D%0A%09%09s-1.408%2C0.631-1.408%2C1.408v1.409h-2.253V1.408C12.391%2C0.631%2C11.76%2C0%2C10.983%2C0c-0.777%2C0-1.407%2C0.631-1.407%2C1.408v1.409H7.322V1.408%0D%0A%09%09C7.322%2C0.631%2C6.691%2C0%2C5.913%2C0C5.137%2C0%2C4.506%2C0.631%2C4.506%2C1.408v1.409H2.253C1.009%2C2.817%2C0%2C3.824%2C0%2C5.07V24.781z%20M4.056%2C5.632h0.45%0D%0A%09%09v1.972c0%2C0.777%2C0.631%2C1.408%2C1.407%2C1.408c0.778%2C0%2C1.409-0.631%2C1.409-1.408V5.632h2.254v1.972c0%2C0.777%2C0.63%2C1.408%2C1.407%2C1.408%0D%0A%09%09c0.777%2C0%2C1.408-0.631%2C1.408-1.408V5.632h2.253v1.972c0%2C0.777%2C0.631%2C1.408%2C1.408%2C1.408s1.408-0.631%2C1.408-1.408V5.632h2.252v1.972%0D%0A%09%09c0%2C0.777%2C0.631%2C1.408%2C1.408%2C1.408s1.408-0.631%2C1.408-1.408V5.632h0.451c0.688%2C0%2C1.238%2C0.553%2C1.238%2C1.239v5.97%0D%0A%09%09c0%2C0.687-0.551%2C1.239-1.238%2C1.239H4.056c-0.687%2C0-1.24-0.552-1.24-1.239v-5.97C2.816%2C6.185%2C3.369%2C5.632%2C4.056%2C5.632%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .result-actions .result-actions-menu ul li a:hover .ico.ico-account-statement {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2226.472px%22%20height%3D%2226.472px%22%20viewBox%3D%220%200%2026.472%2026.472%22%20enable-background%3D%22new%200%200%2026.472%2026.472%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20y%3D%220%22%20width%3D%2226.471%22%20height%3D%2226.472%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22%237A8E3E%22%20d%3D%22M14.477%2C14.64v2.448c0.515-0.279%2C0.816-0.73%2C0.816-1.16v-0.021%0D%0A%09%09C15.313%2C15.306%2C15.034%2C14.833%2C14.477%2C14.64%22%2F%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22%237A8E3E%22%20d%3D%22M13.235%2C0C5.924%2C0%2C0%2C5.925%2C0%2C13.236s5.924%2C13.236%2C13.235%2C13.236%0D%0A%09%09c7.312%2C0%2C13.236-5.925%2C13.236-13.236S20.547%2C0%2C13.235%2C0%20M14.605%2C20.587v1.396h-2.77v-1.375c-1.76-0.063-3.263-1.158-4.315-2.983%0D%0A%09%09l2.748-1.889c0.58%2C0.794%2C1.009%2C0.966%2C1.567%2C1.052v-2.083c-2.104-0.493-4.1-1.717-4.057-4.744c0.129-2.384%2C1.91-3.864%2C4.057-4.337%0D%0A%09%09V4.357h2.77v1.245c1.503%2C0.193%2C2.576%2C0.837%2C3.714%2C2.554l-2.576%2C1.632c-0.235-0.408-0.666-0.687-1.138-0.773v2.405%0D%0A%09%09c2.297%2C0.558%2C4.229%2C1.631%2C4.079%2C4.916C18.491%2C18.654%2C16.688%2C20.071%2C14.605%2C20.587%22%2F%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22%237A8E3E%22%20d%3D%22M11.17%2C9.981v0.021c-0.021%2C0.601%2C0.258%2C1.074%2C0.816%2C1.267V8.822%0D%0A%09%09C11.47%2C9.101%2C11.17%2C9.551%2C11.17%2C9.981%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .result-actions .result-actions-menu ul li a:hover .ico.ico-notes {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2221.967px%22%20height%3D%2227.034px%22%20viewBox%3D%220%200%2021.967%2027.034%22%20enable-background%3D%22new%200%200%2021.967%2027.034%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2221.967%22%20height%3D%2227.034%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%237A8E3E%22%20d%3D%22M14.926%2C13.518H7.041%0D%0A%09%09c-0.778%2C0-1.408%2C0.631-1.408%2C1.407c0%2C0.777%2C0.63%2C1.408%2C1.408%2C1.408h7.885c0.777%2C0%2C1.408-0.631%2C1.408-1.408%0D%0A%09%09C16.334%2C14.148%2C15.703%2C13.518%2C14.926%2C13.518%20M14.926%2C18.586H7.041c-0.778%2C0-1.408%2C0.631-1.408%2C1.408s0.63%2C1.408%2C1.408%2C1.408h7.885%0D%0A%09%09c0.777%2C0%2C1.408-0.631%2C1.408-1.408S15.703%2C18.586%2C14.926%2C18.586%20M0%2C24.781c0%2C1.245%2C1.008%2C2.253%2C2.254%2C2.253h17.458%0D%0A%09%09c1.244%2C0%2C2.254-1.008%2C2.254-2.253V5.631c0-1.244-1.01-2.253-2.254-2.253h-4.59C14.734%2C1.454%2C13.027%2C0%2C10.982%2C0%0D%0A%09%09c-2.043%2C0-3.75%2C1.454-4.138%2C3.379h-4.59C1.008%2C3.378%2C0%2C4.388%2C0%2C5.631V24.781z%20M4.056%2C6.196H6.76v1.013%0D%0A%09%09c0%2C0.688%2C0.55%2C1.24%2C1.238%2C1.24h5.971c0.686%2C0%2C1.238-0.552%2C1.238-1.24V6.196h2.703c0.688%2C0%2C1.24%2C0.552%2C1.24%2C1.239v15.545%0D%0A%09%09c0%2C0.687-0.553%2C1.239-1.24%2C1.239H4.056c-0.687%2C0-1.24-0.553-1.24-1.239V7.435C2.816%2C6.748%2C3.369%2C6.196%2C4.056%2C6.196%20M9.574%2C4.225%0D%0A%09%09c0-0.777%2C0.631-1.408%2C1.408-1.408s1.408%2C0.631%2C1.408%2C1.408c0%2C0.776-0.631%2C1.407-1.408%2C1.407S9.574%2C5%2C9.574%2C4.225%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .result-actions .result-actions-menu ul li a:hover .ico.ico-check {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2216px%22%20height%3D%2212.89px%22%20viewBox%3D%220%200%2016%2012.89%22%20enable-background%3D%22new%200%200%2016%2012.89%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20fill%3D%22%237A8E3E%22%20points%3D%2213.556%2C0%205.555%2C7.999%202.445%2C4.89%200%2C7.336%205.555%2C12.89%2016%2C2.445%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .result-actions .result-actions-menu ul li a:hover .ico.ico-remove {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2224.156px%22%20height%3D%2223.656px%22%20viewBox%3D%220%200%2024.156%2023.656%22%20enable-background%3D%22new%200%200%2024.156%2023.656%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20y%3D%220%22%20width%3D%2224.157%22%20height%3D%2223.656%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22%237A8E3E%22%20d%3D%22M1.131%2C2.858c6.778%2C6.778%2C13.556%2C13.556%2C20.333%2C20.333%0D%0A%09%09c1.438%2C1.438%2C3.666-0.789%2C2.229-2.228C16.914%2C14.187%2C10.136%2C7.409%2C3.359%2C0.631C1.921-0.806-0.306%2C1.421%2C1.131%2C2.858%22%2F%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22%237A8E3E%22%20d%3D%22M2.692%2C23.024C9.47%2C16.247%2C16.248%2C9.469%2C23.024%2C2.691%0D%0A%09%09c1.438-1.438-0.789-3.664-2.227-2.227C14.02%2C7.243%2C7.242%2C14.02%2C0.464%2C20.798C-0.973%2C22.235%2C1.255%2C24.462%2C2.692%2C23.024%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .result-actions .result-actions-menu ul li a:hover .ico.ico-download {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2230.693px%22%20height%3D%2228.775px%22%20viewBox%3D%220%200%2030.693%2028.775%22%20enable-background%3D%22new%200%200%2030.693%2028.775%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20fill%3D%22%237A8E3E%22%20points%3D%2211.51%2C0%2011.51%2C9.592%207.671%2C9.592%2015.346%2C17.266%2023.02%2C9.592%2019.183%2C9.592%2019.183%2C0%20%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20y%3D%220%22%20width%3D%2230.693%22%20height%3D%2228.775%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22%237A8E3E%22%20d%3D%22M26.602%2C7.674H23.02v1.918h1.918h0.396l2.455%2C5.755h-6.688%0D%0A%09%09c0%2C3.18-2.576%2C5.755-5.756%2C5.755c-3.178%2C0-5.754-2.575-5.754-5.755H2.903l2.457-5.755h2.312V7.674h-3.58L0%2C17.266v11.51h30.694%0D%0A%09%09v-11.51L26.602%2C7.674z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .result-actions .result-actions-menu ul li a:hover .ico.ico-calculator {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20id%3D%22Layer_1%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2227.035px%22%20height%3D%2227.034px%22%20viewBox%3D%220%200%2027.035%2027.034%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%3Cdefs%3E%0D%0A%20%20%20%20%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2227.035%22%20height%3D%2227.034%22%2F%3E%0D%0A%20%20%3C%2Fdefs%3E%0D%0A%20%20%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%237A8E3E%22%20d%3D%22M%2024.782%200%20L%202.253%200%20C%201.008%200%200%201.008%200%202.253%20L%200%2024.781%20C%200%2026.026%201.008%2027.034%202.253%2027.034%20L%2024.782%2027.034%20C%2026.026%2027.034%2027.035%2026.026%2027.035%2024.781%20L%2027.035%202.253%20C%2027.035%201.008%2026.026%200%2024.782%200%20M%209.162%2021.759%20C%208.666%2021.263%208.169%2020.766%207.673%2020.27%20C%207.176%2020.766%206.68%2021.263%206.184%2021.759%20C%205.443%2022.5%204.295%2021.353%205.036%2020.612%20C%205.532%2020.116%206.029%2019.619%206.525%2019.123%20C%206.044%2018.642%205.563%2018.16%205.082%2017.68%20C%204.341%2016.939%205.489%2015.791%206.229%2016.533%20C%206.71%2017.013%207.192%2017.495%207.673%2017.976%20C%208.154%2017.495%208.635%2017.013%209.116%2016.533%20C%209.857%2015.792%2011.004%2016.939%2010.264%2017.68%20C%209.783%2018.16%209.302%2018.642%208.82%2019.123%20C%209.317%2019.619%209.813%2020.116%2010.31%2020.612%20C%2011.051%2021.353%209.903%2022.5%209.162%2021.759%20M%2010.717%209.046%20L%208.604%209.046%20L%208.604%2011.236%20C%208.604%2012.283%206.981%2012.283%206.981%2011.236%20L%206.981%209.046%20L%204.946%209.046%20C%203.9%209.046%203.9%207.423%204.946%207.423%20L%206.981%207.423%20L%206.981%205.466%20C%206.981%204.419%208.604%204.419%208.604%205.466%20L%208.604%207.423%20L%2010.717%207.423%20C%2011.764%207.423%2011.764%209.046%2010.717%209.046%20M%2019.082%2021.875%20C%2018.611%2021.875%2018.228%2021.493%2018.228%2021.021%20C%2018.228%2020.55%2018.612%2020.167%2019.082%2020.167%20C%2019.552%2020.167%2019.936%2020.55%2019.936%2021.021%20C%2019.936%2021.493%2019.553%2021.875%2019.082%2021.875%20M%2022.123%2019.37%20L%2016.352%2019.37%20C%2015.306%2019.37%2015.306%2017.747%2016.352%2017.747%20L%2022.123%2017.747%20C%2023.17%2017.747%2023.17%2019.37%2022.123%2019.37%20M%2018.228%2016.152%20C%2018.228%2015.681%2018.612%2015.298%2019.082%2015.298%20C%2019.552%2015.298%2019.936%2015.681%2019.936%2016.152%20C%2019.936%2016.624%2019.553%2017.006%2019.082%2017.006%20C%2018.611%2017.006%2018.228%2016.624%2018.228%2016.152%20M%2022.123%209.046%20L%2016.352%209.046%20C%2015.306%209.046%2015.306%207.423%2016.352%207.423%20L%2022.123%207.423%20C%2023.17%207.423%2023.17%209.046%2022.123%209.046%22%2F%3E%0D%0A%3C%2Fsvg%3E");
}
.sgi .result-actions .result-actions-menu ul li a:hover .ico.ico-pdf {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2230.693px%22%20height%3D%2228.775px%22%20viewBox%3D%220%200%2030.693%2028.775%22%20enable-background%3D%22new%200%200%2030.693%2028.775%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20fill%3D%22%23868686%22%20points%3D%2211.51%2C0%2011.51%2C9.592%207.671%2C9.592%2015.346%2C17.266%2023.02%2C9.592%2019.183%2C9.592%2019.183%2C0%20%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20y%3D%220%22%20width%3D%2230.693%22%20height%3D%2228.775%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22%23868686%22%20d%3D%22M26.602%2C7.674H23.02v1.918h1.918h0.396l2.455%2C5.755h-6.688%0D%0A%09%09c0%2C3.18-2.576%2C5.755-5.756%2C5.755c-3.178%2C0-5.754-2.575-5.754-5.755H2.903l2.457-5.755h2.312V7.674h-3.58L0%2C17.266v11.51h30.694%0D%0A%09%09v-11.51L26.602%2C7.674z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .result-actions .result-actions-menu ul li a:hover .ico.ico-group {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2230.34px%22%20height%3D%2227.077px%22%20viewBox%3D%220%200%2030.34%2027.077%22%20enable-background%3D%22new%200%200%2030.34%2027.077%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2230.34%22%20height%3D%2227.077%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23868686%22%20d%3D%22M29.603%2C19.524%0D%0A%09%09c-1.634-2.135-3.739-3.239-7.3-3.594c-0.642-0.129-1.126-0.698-1.126-1.374c0-0.495%2C1.589-1.977%2C1.577-1.988%0D%0A%09%09c1.639-1.695%2C2.518-4.449%2C2.518-6.567c0-3.289-2.648-5.959-5.914-5.959c-3.267%2C0-5.914%2C2.67-5.914%2C5.959%0D%0A%09%09c0%2C2.129%2C0.856%2C4.9%2C2.512%2C6.595c0%2C0%2C1.584%2C1.465%2C1.584%2C1.96c0%2C0.715-0.541%2C1.312-1.24%2C1.396c-3.486%2C0.366-5.57%2C1.465-7.186%2C3.571%0D%0A%09%09c-0.469%2C0.608-0.722%2C1.83-0.739%2C2.483c0.006%2C0.169%2C0%2C2.816%2C0%2C2.816c0%2C1.244%2C1.008%2C2.253%2C2.253%2C2.253h17.46%0D%0A%09%09c1.243%2C0%2C2.252-1.009%2C2.252-2.253c0%2C0-0.005-2.647%2C0-2.816C30.324%2C21.354%2C30.07%2C20.133%2C29.603%2C19.524%22%2F%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23868686%22%20d%3D%22M21.965%2C21.966%0D%0A%09%09c-0.016-0.653-0.271-1.875-0.737-2.483c-1.046-1.366-2.29-2.307-3.979-2.902c-0.264%2C0.146-0.557%2C0.246-0.87%2C0.284%0D%0A%09%09c-3.148%2C0.331-5.03%2C1.253-6.513%2C3.187c-0.278%2C0.36-0.518%2C1.334-0.532%2C1.9c0.006%2C0.111%2C0%2C2.793%2C0%2C2.793%0D%0A%09%09c0%2C0.688%2C0.562%2C1.251%2C1.253%2C1.251h11.02c0.226-0.351%2C0.359-0.766%2C0.359-1.213C21.965%2C24.782%2C21.96%2C22.135%2C21.965%2C21.966%22%2F%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23868686%22%20d%3D%22M7.333%2C24.742%0D%0A%09%09c0-0.003%2C0.006-2.568%2C0-2.785c0.019-0.793%2C0.292-2.277%2C0.946-3.125c1.281-1.67%2C2.832-2.741%2C4.907-3.372%0D%0A%09%09c-0.233-0.251-0.384-0.578-0.384-0.946c0-0.495%2C1.589-1.977%2C1.577-1.987c0.044-0.046%2C0.081-0.099%2C0.124-0.146%0D%0A%09%09c-1.45-1.967-2.102-4.552-2.102-6.461c0-1.883%2C0.75-3.591%2C1.962-4.846C13.404%2C0.398%2C12.24%2C0%2C10.982%2C0%0D%0A%09%09C7.716%2C0%2C5.068%2C2.67%2C5.068%2C5.959c0%2C2.13%2C0.857%2C4.9%2C2.512%2C6.595c0%2C0%2C1.584%2C1.465%2C1.584%2C1.959c0%2C0.716-0.541%2C1.313-1.24%2C1.397%0D%0A%09%09c-3.487%2C0.366-5.57%2C1.465-7.186%2C3.571C0.27%2C20.091%2C0.017%2C21.313%2C0%2C21.966c0.006%2C0.169%2C0%2C2.816%2C0%2C2.816%0D%0A%09%09c0%2C1.244%2C1.008%2C2.253%2C2.253%2C2.253h6.029C7.696%2C26.446%2C7.333%2C25.637%2C7.333%2C24.742%22%2F%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23868686%22%20d%3D%22M16.896%2C5.959%0D%0A%09%09c0-1.297-0.416-2.493-1.114-3.472c-0.851%2C0.893-1.381%2C2.099-1.381%2C3.432c0%2C1.345%2C0.421%2C3.189%2C1.314%2C4.685%0D%0A%09%09C16.484%2C9.112%2C16.896%2C7.393%2C16.896%2C5.959%22%2F%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23868686%22%20d%3D%22M14.503%2C12.38%0D%0A%09%09c0%2C0%2C1.196%2C1.599%2C1.493%2C1.771c0.297%2C0.172%2C0.125%2C0.625-0.422%2C0.844s-2.01%2C0.213-2.388%2C0.466c-0.377%2C0.253-1.58-2.403-1.58-2.403%0D%0A%09%09l2.843-0.672%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .page-head-type-a h1 .ico {
  /*service*/
  /*download*/
  /*clipboard*/
  /*letter*/
  /*access*/
  /*sales-admin*/
  /*marketing*/
  /*profile*/
  /*sales-force*/
  /*bi*/
  /*bill*/
  /* pagar */
  /*fiscal*/
  /*franchisees*/
  /*logistics*/
  /*processes*/
  /*configurações*/
}
.sgi .page-head-type-a h1 .ico.mcod-1,
.sgi .page-head-type-a h1 .ico.ico-talk {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2226.471px%22%20height%3D%2223.188px%22%20viewBox%3D%220%200%2026.471%2023.188%22%20enable-background%3D%22new%200%200%2026.471%2023.188%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%23a3a8ad%22%20d%3D%22M0%2C16.333c0%2C1.245%2C1.007%2C2.252%2C2.251%2C2.252h3.38v3.477c0%2C0.625%2C0.507%2C1.126%2C1.126%2C1.126%0D%0A%09c0.317%2C0%2C0.604-0.13%2C0.806-0.338l4.265-4.265h12.391c1.244%2C0%2C2.252-1.007%2C2.252-2.252V2.252C26.471%2C1.007%2C25.463%2C0%2C24.219%2C0H2.251%0D%0A%09C1.007%2C0%2C0%2C1.007%2C0%2C2.252V16.333z%20M6.757%2C9.856c0-0.776%2C0.631-1.408%2C1.409-1.408c0.776%2C0%2C1.408%2C0.632%2C1.408%2C1.408%0D%0A%09c0%2C0.777-0.632%2C1.408-1.408%2C1.408C7.389%2C11.264%2C6.757%2C10.633%2C6.757%2C9.856%20M11.828%2C9.856c0-0.776%2C0.631-1.408%2C1.407-1.408%0D%0A%09c0.777%2C0%2C1.408%2C0.632%2C1.408%2C1.408c0%2C0.777-0.631%2C1.408-1.408%2C1.408S11.828%2C10.633%2C11.828%2C9.856%20M16.896%2C9.856%0D%0A%09c0-0.776%2C0.631-1.408%2C1.408-1.408s1.408%2C0.632%2C1.408%2C1.408c0%2C0.777-0.631%2C1.408-1.408%2C1.408S16.896%2C10.633%2C16.896%2C9.856%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .page-head-type-a h1 .ico.mcod-1.current,
.sgi .page-head-type-a h1 .ico.ico-talk.current {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2226.471px%22%20height%3D%2223.188px%22%20viewBox%3D%220%200%2026.471%2023.188%22%20enable-background%3D%22new%200%200%2026.471%2023.188%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22white%22%20d%3D%22M0%2C16.333c0%2C1.245%2C1.007%2C2.252%2C2.251%2C2.252h3.38v3.477c0%2C0.625%2C0.507%2C1.126%2C1.126%2C1.126%0D%0A%09c0.317%2C0%2C0.604-0.13%2C0.806-0.338l4.265-4.265h12.391c1.244%2C0%2C2.252-1.007%2C2.252-2.252V2.252C26.471%2C1.007%2C25.463%2C0%2C24.219%2C0H2.251%0D%0A%09C1.007%2C0%2C0%2C1.007%2C0%2C2.252V16.333z%20M6.757%2C9.856c0-0.776%2C0.631-1.408%2C1.409-1.408c0.776%2C0%2C1.408%2C0.632%2C1.408%2C1.408%0D%0A%09c0%2C0.777-0.632%2C1.408-1.408%2C1.408C7.389%2C11.264%2C6.757%2C10.633%2C6.757%2C9.856%20M11.828%2C9.856c0-0.776%2C0.631-1.408%2C1.407-1.408%0D%0A%09c0.777%2C0%2C1.408%2C0.632%2C1.408%2C1.408c0%2C0.777-0.631%2C1.408-1.408%2C1.408S11.828%2C10.633%2C11.828%2C9.856%20M16.896%2C9.856%0D%0A%09c0-0.776%2C0.631-1.408%2C1.408-1.408s1.408%2C0.632%2C1.408%2C1.408c0%2C0.777-0.631%2C1.408-1.408%2C1.408S16.896%2C10.633%2C16.896%2C9.856%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .page-head-type-a h1 .ico.mcod-8013,
.sgi .page-head-type-a h1 .ico.ico-download {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2230.693px%22%20height%3D%2228.775px%22%20viewBox%3D%220%200%2030.693%2028.775%22%20enable-background%3D%22new%200%200%2030.693%2028.775%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20fill%3D%22%23a3a8ad%22%20points%3D%2211.51%2C0%2011.51%2C9.592%207.671%2C9.592%2015.346%2C17.266%2023.02%2C9.592%2019.183%2C9.592%2019.183%2C0%20%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20y%3D%220%22%20width%3D%2230.693%22%20height%3D%2228.775%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22%23a3a8ad%22%20d%3D%22M26.602%2C7.674H23.02v1.918h1.918h0.396l2.455%2C5.755h-6.688%0D%0A%09%09c0%2C3.18-2.576%2C5.755-5.756%2C5.755c-3.178%2C0-5.754-2.575-5.754-5.755H2.903l2.457-5.755h2.312V7.674h-3.58L0%2C17.266v11.51h30.694%0D%0A%09%09v-11.51L26.602%2C7.674z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .page-head-type-a h1 .ico.mcod-8013.current,
.sgi .page-head-type-a h1 .ico.ico-download.current {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2230.693px%22%20height%3D%2228.775px%22%20viewBox%3D%220%200%2030.693%2028.775%22%20enable-background%3D%22new%200%200%2030.693%2028.775%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20fill%3D%22white%22%20points%3D%2211.51%2C0%2011.51%2C9.592%207.671%2C9.592%2015.346%2C17.266%2023.02%2C9.592%2019.183%2C9.592%2019.183%2C0%20%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20y%3D%220%22%20width%3D%2230.693%22%20height%3D%2228.775%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22white%22%20d%3D%22M26.602%2C7.674H23.02v1.918h1.918h0.396l2.455%2C5.755h-6.688%0D%0A%09%09c0%2C3.18-2.576%2C5.755-5.756%2C5.755c-3.178%2C0-5.754-2.575-5.754-5.755H2.903l2.457-5.755h2.312V7.674h-3.58L0%2C17.266v11.51h30.694%0D%0A%09%09v-11.51L26.602%2C7.674z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .page-head-type-a h1 .ico.mcod-8011,
.sgi .page-head-type-a h1 .ico.ico-clipboard {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2221.967px%22%20height%3D%2227.034px%22%20viewBox%3D%220%200%2021.967%2027.034%22%20enable-background%3D%22new%200%200%2021.967%2027.034%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2221.967%22%20height%3D%2227.034%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23a3a8ad%22%20d%3D%22M14.926%2C13.518H7.041%0D%0A%09%09c-0.778%2C0-1.408%2C0.631-1.408%2C1.407c0%2C0.777%2C0.63%2C1.408%2C1.408%2C1.408h7.885c0.777%2C0%2C1.408-0.631%2C1.408-1.408%0D%0A%09%09C16.334%2C14.148%2C15.703%2C13.518%2C14.926%2C13.518%20M14.926%2C18.586H7.041c-0.778%2C0-1.408%2C0.631-1.408%2C1.408s0.63%2C1.408%2C1.408%2C1.408h7.885%0D%0A%09%09c0.777%2C0%2C1.408-0.631%2C1.408-1.408S15.703%2C18.586%2C14.926%2C18.586%20M0%2C24.781c0%2C1.245%2C1.008%2C2.253%2C2.254%2C2.253h17.458%0D%0A%09%09c1.244%2C0%2C2.254-1.008%2C2.254-2.253V5.631c0-1.244-1.01-2.253-2.254-2.253h-4.59C14.734%2C1.454%2C13.027%2C0%2C10.982%2C0%0D%0A%09%09c-2.043%2C0-3.75%2C1.454-4.138%2C3.379h-4.59C1.008%2C3.378%2C0%2C4.388%2C0%2C5.631V24.781z%20M4.056%2C6.196H6.76v1.013%0D%0A%09%09c0%2C0.688%2C0.55%2C1.24%2C1.238%2C1.24h5.971c0.686%2C0%2C1.238-0.552%2C1.238-1.24V6.196h2.703c0.688%2C0%2C1.24%2C0.552%2C1.24%2C1.239v15.545%0D%0A%09%09c0%2C0.687-0.553%2C1.239-1.24%2C1.239H4.056c-0.687%2C0-1.24-0.553-1.24-1.239V7.435C2.816%2C6.748%2C3.369%2C6.196%2C4.056%2C6.196%20M9.574%2C4.225%0D%0A%09%09c0-0.777%2C0.631-1.408%2C1.408-1.408s1.408%2C0.631%2C1.408%2C1.408c0%2C0.776-0.631%2C1.407-1.408%2C1.407S9.574%2C5%2C9.574%2C4.225%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .page-head-type-a h1 .ico.mcod-8011.current,
.sgi .page-head-type-a h1 .ico.ico-clipboard.current {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2221.967px%22%20height%3D%2227.034px%22%20viewBox%3D%220%200%2021.967%2027.034%22%20enable-background%3D%22new%200%200%2021.967%2027.034%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2221.967%22%20height%3D%2227.034%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22white%22%20d%3D%22M14.926%2C13.518H7.041%0D%0A%09%09c-0.778%2C0-1.408%2C0.631-1.408%2C1.407c0%2C0.777%2C0.63%2C1.408%2C1.408%2C1.408h7.885c0.777%2C0%2C1.408-0.631%2C1.408-1.408%0D%0A%09%09C16.334%2C14.148%2C15.703%2C13.518%2C14.926%2C13.518%20M14.926%2C18.586H7.041c-0.778%2C0-1.408%2C0.631-1.408%2C1.408s0.63%2C1.408%2C1.408%2C1.408h7.885%0D%0A%09%09c0.777%2C0%2C1.408-0.631%2C1.408-1.408S15.703%2C18.586%2C14.926%2C18.586%20M0%2C24.781c0%2C1.245%2C1.008%2C2.253%2C2.254%2C2.253h17.458%0D%0A%09%09c1.244%2C0%2C2.254-1.008%2C2.254-2.253V5.631c0-1.244-1.01-2.253-2.254-2.253h-4.59C14.734%2C1.454%2C13.027%2C0%2C10.982%2C0%0D%0A%09%09c-2.043%2C0-3.75%2C1.454-4.138%2C3.379h-4.59C1.008%2C3.378%2C0%2C4.388%2C0%2C5.631V24.781z%20M4.056%2C6.196H6.76v1.013%0D%0A%09%09c0%2C0.688%2C0.55%2C1.24%2C1.238%2C1.24h5.971c0.686%2C0%2C1.238-0.552%2C1.238-1.24V6.196h2.703c0.688%2C0%2C1.24%2C0.552%2C1.24%2C1.239v15.545%0D%0A%09%09c0%2C0.687-0.553%2C1.239-1.24%2C1.239H4.056c-0.687%2C0-1.24-0.553-1.24-1.239V7.435C2.816%2C6.748%2C3.369%2C6.196%2C4.056%2C6.196%20M9.574%2C4.225%0D%0A%09%09c0-0.777%2C0.631-1.408%2C1.408-1.408s1.408%2C0.631%2C1.408%2C1.408c0%2C0.776-0.631%2C1.407-1.408%2C1.407S9.574%2C5%2C9.574%2C4.225%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .page-head-type-a h1 .ico.mcod-11224,
.sgi .page-head-type-a h1 .ico.ico-letter {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2256.693px%22%20height%3D%2259.07px%22%20viewBox%3D%220%200%2056.693%2059.07%22%20enable-background%3D%22new%200%200%2056.693%2059.07%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23a3a8ad%22%20d%3D%22M24.335%2C34.739c1.103-1.102%2C2.558-1.676%2C4.013-1.676c1.454%2C0%2C2.909%2C0.574%2C4.011%2C1.676l4.496%2C4.496%0D%0A%09%09l11.33-11.33c0%2C0%2C0-17.237-0.043-17.325c-0.176-1.41-1.367-2.513-2.822-2.513h-33.99c-1.455%2C0-2.645%2C1.103-2.82%2C2.513%0D%0A%09%09c0%2C0.132-0.044%2C0.266-0.044%2C0.354v16.973l11.329%2C11.33L24.335%2C34.739z%20M17.81%2C14.414h21.16c1.146%2C0%2C2.071%2C0.927%2C2.071%2C2.072%0D%0A%09%09c0%2C1.146-0.926%2C2.072-2.071%2C2.072H17.81c-1.146%2C0-2.072-0.926-2.072-2.072C15.738%2C15.341%2C16.708%2C14.414%2C17.81%2C14.414z%0D%0A%09%09%20M15.782%2C24.245c0-1.146%2C0.926-2.071%2C2.072-2.071h21.161c1.146%2C0%2C2.07%2C0.926%2C2.07%2C2.071c0%2C1.146-0.926%2C2.072-2.07%2C2.072H17.854%0D%0A%09%09C16.708%2C26.319%2C15.782%2C25.393%2C15.782%2C24.245z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23a3a8ad%22%20d%3D%22M56.252%2C19.926c-0.616-1.676-1.764-3.396-2.997-4.232l-2.205-1.499v10.889l4.452-4.496%0D%0A%09%09C55.766%2C20.323%2C55.989%2C20.102%2C56.252%2C19.926z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23a3a8ad%22%20d%3D%22M31.432%2C0.837C30.682%2C0.309%2C29.536%2C0%2C28.347%2C0c-1.191%2C0-2.336%2C0.31-3.086%2C0.837l-6.438%2C4.409h19.088%0D%0A%09%09L31.432%2C0.837z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23a3a8ad%22%20d%3D%22M5.687%2C25.039V14.195l-2.205%2C1.499c-1.234%2C0.837-2.38%2C2.557-2.998%2C4.232%0D%0A%09%09c0.176%2C0.176%2C0.441%2C0.396%2C0.705%2C0.661L5.687%2C25.039z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23a3a8ad%22%20d%3D%22M38.839%2C41.22l3.702%2C3.702l1.41%2C1.41l1.412%2C1.41l10.139%2C10.142c0.134%2C0.133%2C0.222%2C0.221%2C0.354%2C0.354%0D%0A%09%09c0.529-0.486%2C0.838-1.236%2C0.838-2.029V23.365L38.839%2C41.22z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23a3a8ad%22%20d%3D%22M39.941%2C46.332l-1.411-1.409l-1.676-1.677l-1.014-1.014l-1.014-1.013l-4.497-4.498%0D%0A%09%09c-0.528-0.527-1.233-0.836-2.026-0.836c-0.75%2C0-1.455%2C0.309-2.028%2C0.836l-4.453%2C4.498l-1.014%2C1.014l-1.015%2C1.014l-1.675%2C1.677%0D%0A%09%09l-1.411%2C1.409l-1.41%2C1.41L3.925%2C59.071h48.758L41.307%2C47.742L39.941%2C46.332z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23a3a8ad%22%20d%3D%22M12.74%2C46.332l1.411-1.409l3.704-3.703L8.51%2C31.871l-1.411-1.41l-1.411-1.41L0%2C23.364v32.888%0D%0A%09%09c0%2C0.793%2C0.31%2C1.498%2C0.837%2C2.027c0.089-0.133%2C0.221-0.221%2C0.354-0.354l10.139-10.14L12.74%2C46.332z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .page-head-type-a h1 .ico.mcod-11224.current,
.sgi .page-head-type-a h1 .ico.ico-letter.current {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2256.693px%22%20height%3D%2259.07px%22%20viewBox%3D%220%200%2056.693%2059.07%22%20enable-background%3D%22new%200%200%2056.693%2059.07%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22white%22%20d%3D%22M24.335%2C34.739c1.103-1.102%2C2.558-1.676%2C4.013-1.676c1.454%2C0%2C2.909%2C0.574%2C4.011%2C1.676l4.496%2C4.496%0D%0A%09%09l11.33-11.33c0%2C0%2C0-17.237-0.043-17.325c-0.176-1.41-1.367-2.513-2.822-2.513h-33.99c-1.455%2C0-2.645%2C1.103-2.82%2C2.513%0D%0A%09%09c0%2C0.132-0.044%2C0.266-0.044%2C0.354v16.973l11.329%2C11.33L24.335%2C34.739z%20M17.81%2C14.414h21.16c1.146%2C0%2C2.071%2C0.927%2C2.071%2C2.072%0D%0A%09%09c0%2C1.146-0.926%2C2.072-2.071%2C2.072H17.81c-1.146%2C0-2.072-0.926-2.072-2.072C15.738%2C15.341%2C16.708%2C14.414%2C17.81%2C14.414z%0D%0A%09%09%20M15.782%2C24.245c0-1.146%2C0.926-2.071%2C2.072-2.071h21.161c1.146%2C0%2C2.07%2C0.926%2C2.07%2C2.071c0%2C1.146-0.926%2C2.072-2.07%2C2.072H17.854%0D%0A%09%09C16.708%2C26.319%2C15.782%2C25.393%2C15.782%2C24.245z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22white%22%20d%3D%22M56.252%2C19.926c-0.616-1.676-1.764-3.396-2.997-4.232l-2.205-1.499v10.889l4.452-4.496%0D%0A%09%09C55.766%2C20.323%2C55.989%2C20.102%2C56.252%2C19.926z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22white%22%20d%3D%22M31.432%2C0.837C30.682%2C0.309%2C29.536%2C0%2C28.347%2C0c-1.191%2C0-2.336%2C0.31-3.086%2C0.837l-6.438%2C4.409h19.088%0D%0A%09%09L31.432%2C0.837z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22white%22%20d%3D%22M5.687%2C25.039V14.195l-2.205%2C1.499c-1.234%2C0.837-2.38%2C2.557-2.998%2C4.232%0D%0A%09%09c0.176%2C0.176%2C0.441%2C0.396%2C0.705%2C0.661L5.687%2C25.039z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22white%22%20d%3D%22M38.839%2C41.22l3.702%2C3.702l1.41%2C1.41l1.412%2C1.41l10.139%2C10.142c0.134%2C0.133%2C0.222%2C0.221%2C0.354%2C0.354%0D%0A%09%09c0.529-0.486%2C0.838-1.236%2C0.838-2.029V23.365L38.839%2C41.22z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22white%22%20d%3D%22M39.941%2C46.332l-1.411-1.409l-1.676-1.677l-1.014-1.014l-1.014-1.013l-4.497-4.498%0D%0A%09%09c-0.528-0.527-1.233-0.836-2.026-0.836c-0.75%2C0-1.455%2C0.309-2.028%2C0.836l-4.453%2C4.498l-1.014%2C1.014l-1.015%2C1.014l-1.675%2C1.677%0D%0A%09%09l-1.411%2C1.409l-1.41%2C1.41L3.925%2C59.071h48.758L41.307%2C47.742L39.941%2C46.332z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22white%22%20d%3D%22M12.74%2C46.332l1.411-1.409l3.704-3.703L8.51%2C31.871l-1.411-1.41l-1.411-1.41L0%2C23.364v32.888%0D%0A%09%09c0%2C0.793%2C0.31%2C1.498%2C0.837%2C2.027c0.089-0.133%2C0.221-0.221%2C0.354-0.354l10.139-10.14L12.74%2C46.332z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .page-head-type-a h1 .ico.mcod-10409,
.sgi .page-head-type-a h1 .ico.ico-padlock {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2222.527px%22%20height%3D%2227.035px%22%20viewBox%3D%220%200%2022.527%2027.035%22%20enable-background%3D%22new%200%200%2022.527%2027.035%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2222.527%22%20height%3D%2227.035%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23a3a8ad%22%20d%3D%22M3.942%2C7.322v3.943h-1.69%0D%0A%09%09C1.008%2C11.265%2C0%2C12.273%2C0%2C13.518v11.264c0%2C1.244%2C1.008%2C2.253%2C2.252%2C2.253h18.023c1.244%2C0%2C2.252-1.009%2C2.252-2.253V13.518%0D%0A%09%09c0-1.245-1.008-2.253-2.252-2.253h-1.689V7.322C18.586%2C3.278%2C15.307%2C0%2C11.264%2C0C7.219%2C0%2C3.942%2C3.278%2C3.942%2C7.322%20M6.758%2C11.265%0D%0A%09%09V7.322c0-2.489%2C2.016-4.506%2C4.506-4.506c2.488%2C0%2C4.506%2C2.017%2C4.506%2C4.506v3.943H6.758z%20M9.01%2C17.46c0-1.244%2C1.01-2.253%2C2.254-2.253%0D%0A%09%09c1.244%2C0%2C2.252%2C1.009%2C2.252%2C2.253c0%2C0.794-0.41%2C1.493-1.029%2C1.893c0%2C0%2C0.219%2C1.329%2C0.467%2C2.895c0%2C0.468-0.377%2C0.845-0.846%2C0.845%0D%0A%09%09h-1.689c-0.467%2C0-0.844-0.377-0.844-0.845l0.467-2.895C9.422%2C18.953%2C9.01%2C18.254%2C9.01%2C17.46%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .page-head-type-a h1 .ico.mcod-10409.current,
.sgi .page-head-type-a h1 .ico.ico-padlock.current {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2222.527px%22%20height%3D%2227.035px%22%20viewBox%3D%220%200%2022.527%2027.035%22%20enable-background%3D%22new%200%200%2022.527%2027.035%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2222.527%22%20height%3D%2227.035%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22white%22%20d%3D%22M3.942%2C7.322v3.943h-1.69%0D%0A%09%09C1.008%2C11.265%2C0%2C12.273%2C0%2C13.518v11.264c0%2C1.244%2C1.008%2C2.253%2C2.252%2C2.253h18.023c1.244%2C0%2C2.252-1.009%2C2.252-2.253V13.518%0D%0A%09%09c0-1.245-1.008-2.253-2.252-2.253h-1.689V7.322C18.586%2C3.278%2C15.307%2C0%2C11.264%2C0C7.219%2C0%2C3.942%2C3.278%2C3.942%2C7.322%20M6.758%2C11.265%0D%0A%09%09V7.322c0-2.489%2C2.016-4.506%2C4.506-4.506c2.488%2C0%2C4.506%2C2.017%2C4.506%2C4.506v3.943H6.758z%20M9.01%2C17.46c0-1.244%2C1.01-2.253%2C2.254-2.253%0D%0A%09%09c1.244%2C0%2C2.252%2C1.009%2C2.252%2C2.253c0%2C0.794-0.41%2C1.493-1.029%2C1.893c0%2C0%2C0.219%2C1.329%2C0.467%2C2.895c0%2C0.468-0.377%2C0.845-0.846%2C0.845%0D%0A%09%09h-1.689c-0.467%2C0-0.844-0.377-0.844-0.845l0.467-2.895C9.422%2C18.953%2C9.01%2C18.254%2C9.01%2C17.46%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .page-head-type-a h1 .ico.mcod-6,
.sgi .page-head-type-a h1 .ico.ico-cart {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2227.035px%22%20height%3D%2223.654px%22%20viewBox%3D%220%200%2027.035%2023.654%22%20enable-background%3D%22new%200%200%2027.035%2023.654%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20y%3D%220%22%20width%3D%2227.035%22%20height%3D%2223.654%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23a3a8ad%22%20d%3D%22M14.08%2C19.431%0D%0A%09%09c0-0.495-0.084-0.969-0.242-1.408h3.294c-0.15%2C0.439-0.236%2C0.913-0.236%2C1.408c0%2C2.332%2C1.893%2C4.224%2C4.225%2C4.224%0D%0A%09%09s4.225-1.892%2C4.225-4.224c0-2.331-1.893-4.224-4.225-4.224h-9.293c-0.619%2C0-1.127-0.508-1.127-1.127s0.508-1.126%2C1.127-1.126h9.688%0D%0A%09%09c1.02%2C0%2C1.896-0.597%2C2.297-1.464c0.152-0.327%2C3.07-6.979%2C3.07-6.979c0.078-0.181%2C0.152-0.36%2C0.152-0.568%0D%0A%09%09c0-0.619-0.508-1.127-1.127-1.127H8.324L7.851%2C1.358C7.633%2C0.575%2C7.017%2C0%2C6.195%2C0H1.408C0.631%2C0%2C0%2C0.631%2C0%2C1.408%0D%0A%09%09s0.631%2C1.408%2C1.408%2C1.408h2.957c0.502%2C0%2C0.924%2C0.327%2C1.07%2C0.772l2.377%2C12.147c-1.301%2C0.717-2.179%2C2.106-2.179%2C3.695%0D%0A%09%09c0%2C2.332%2C1.892%2C4.224%2C4.224%2C4.224C12.188%2C23.654%2C14.08%2C21.763%2C14.08%2C19.431%20M11.265%2C19.431c0%2C0.777-0.631%2C1.408-1.408%2C1.408%0D%0A%09%09c-0.777%2C0-1.408-0.631-1.408-1.408s0.631-1.408%2C1.408-1.408C10.634%2C18.022%2C11.265%2C18.653%2C11.265%2C19.431%20M22.529%2C19.431%0D%0A%09%09c0%2C0.777-0.631%2C1.408-1.408%2C1.408s-1.408-0.631-1.408-1.408s0.631-1.408%2C1.408-1.408S22.529%2C18.653%2C22.529%2C19.431%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .page-head-type-a h1 .ico.mcod-6.current,
.sgi .page-head-type-a h1 .ico.ico-cart.current {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2227.035px%22%20height%3D%2223.654px%22%20viewBox%3D%220%200%2027.035%2023.654%22%20enable-background%3D%22new%200%200%2027.035%2023.654%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20y%3D%220%22%20width%3D%2227.035%22%20height%3D%2223.654%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22white%22%20d%3D%22M14.08%2C19.431%0D%0A%09%09c0-0.495-0.084-0.969-0.242-1.408h3.294c-0.15%2C0.439-0.236%2C0.913-0.236%2C1.408c0%2C2.332%2C1.893%2C4.224%2C4.225%2C4.224%0D%0A%09%09s4.225-1.892%2C4.225-4.224c0-2.331-1.893-4.224-4.225-4.224h-9.293c-0.619%2C0-1.127-0.508-1.127-1.127s0.508-1.126%2C1.127-1.126h9.688%0D%0A%09%09c1.02%2C0%2C1.896-0.597%2C2.297-1.464c0.152-0.327%2C3.07-6.979%2C3.07-6.979c0.078-0.181%2C0.152-0.36%2C0.152-0.568%0D%0A%09%09c0-0.619-0.508-1.127-1.127-1.127H8.324L7.851%2C1.358C7.633%2C0.575%2C7.017%2C0%2C6.195%2C0H1.408C0.631%2C0%2C0%2C0.631%2C0%2C1.408%0D%0A%09%09s0.631%2C1.408%2C1.408%2C1.408h2.957c0.502%2C0%2C0.924%2C0.327%2C1.07%2C0.772l2.377%2C12.147c-1.301%2C0.717-2.179%2C2.106-2.179%2C3.695%0D%0A%09%09c0%2C2.332%2C1.892%2C4.224%2C4.224%2C4.224C12.188%2C23.654%2C14.08%2C21.763%2C14.08%2C19.431%20M11.265%2C19.431c0%2C0.777-0.631%2C1.408-1.408%2C1.408%0D%0A%09%09c-0.777%2C0-1.408-0.631-1.408-1.408s0.631-1.408%2C1.408-1.408C10.634%2C18.022%2C11.265%2C18.653%2C11.265%2C19.431%20M22.529%2C19.431%0D%0A%09%09c0%2C0.777-0.631%2C1.408-1.408%2C1.408s-1.408-0.631-1.408-1.408s0.631-1.408%2C1.408-1.408S22.529%2C18.653%2C22.529%2C19.431%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .page-head-type-a h1 .ico.mcod-8,
.sgi .page-head-type-a h1 .ico.ico-lightbulb {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2218.023px%22%20height%3D%2227.035px%22%20viewBox%3D%220%200%2018.023%2027.035%22%20enable-background%3D%22new%200%200%2018.023%2027.035%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2218.023%22%20height%3D%2227.035%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23a3a8ad%22%20d%3D%22M4.506%2C20.84v1.694%0D%0A%09%09c0%2C0.789%2C0.328%2C1.504%2C0.852%2C2.017l1.656%2C1.656c1.103%2C1.104%2C2.895%2C1.104%2C3.998%2C0l1.656-1.656c0.524-0.513%2C0.85-1.228%2C0.85-2.017%0D%0A%09%09v-1.132H8.506c-0.654%2C0-1.184-0.507-1.184-1.127c0-0.619%2C0.53-1.126%2C1.184-1.126h5.158c0.771-4.343%2C4.359-6.144%2C4.359-10.38%0D%0A%09%09C18.023%2C3.925%2C13.99%2C0%2C9.012%2C0C4.033%2C0%2C0%2C3.925%2C0%2C8.77C0%2C13.55%2C4.506%2C15.241%2C4.506%2C20.84%20M10.506%2C5.069%0D%0A%09%09C9.975%2C4.973%2C9.576%2C4.51%2C9.576%2C3.96c0-0.62%2C0.506-1.144%2C1.125-1.144c0.896%2C0%2C1.982%2C0.636%2C2.896%2C1.537%0D%0A%09%09c0.929%2C0.924%2C1.609%2C2.157%2C1.609%2C2.968c0%2C0.62-0.506%2C1.127-1.125%2C1.127c-0.553%2C0-1.013-0.4-1.111-0.93%0D%0A%09%09C12.689%2C6.386%2C11.723%2C5.351%2C10.506%2C5.069%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .page-head-type-a h1 .ico.mcod-8.current,
.sgi .page-head-type-a h1 .ico.ico-lightbulb.current {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2218.023px%22%20height%3D%2227.035px%22%20viewBox%3D%220%200%2018.023%2027.035%22%20enable-background%3D%22new%200%200%2018.023%2027.035%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2218.023%22%20height%3D%2227.035%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22white%22%20d%3D%22M4.506%2C20.84v1.694%0D%0A%09%09c0%2C0.789%2C0.328%2C1.504%2C0.852%2C2.017l1.656%2C1.656c1.103%2C1.104%2C2.895%2C1.104%2C3.998%2C0l1.656-1.656c0.524-0.513%2C0.85-1.228%2C0.85-2.017%0D%0A%09%09v-1.132H8.506c-0.654%2C0-1.184-0.507-1.184-1.127c0-0.619%2C0.53-1.126%2C1.184-1.126h5.158c0.771-4.343%2C4.359-6.144%2C4.359-10.38%0D%0A%09%09C18.023%2C3.925%2C13.99%2C0%2C9.012%2C0C4.033%2C0%2C0%2C3.925%2C0%2C8.77C0%2C13.55%2C4.506%2C15.241%2C4.506%2C20.84%20M10.506%2C5.069%0D%0A%09%09C9.975%2C4.973%2C9.576%2C4.51%2C9.576%2C3.96c0-0.62%2C0.506-1.144%2C1.125-1.144c0.896%2C0%2C1.982%2C0.636%2C2.896%2C1.537%0D%0A%09%09c0.929%2C0.924%2C1.609%2C2.157%2C1.609%2C2.968c0%2C0.62-0.506%2C1.127-1.125%2C1.127c-0.553%2C0-1.013-0.4-1.111-0.93%0D%0A%09%09C12.689%2C6.386%2C11.723%2C5.351%2C10.506%2C5.069%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .page-head-type-a h1 .ico.mcod-3,
.sgi .page-head-type-a h1 .ico.ico-card {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2227.035px%22%20height%3D%2223.649px%22%20viewBox%3D%220%200%2027.035%2023.649%22%20enable-background%3D%22new%200%200%2027.035%2023.649%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20y%3D%220%22%20width%3D%2227.035%22%20height%3D%2223.649%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23a3a8ad%22%20d%3D%22M24.781%2C1.12h-6.543v2.888%0D%0A%09%09c0%2C0.841-0.683%2C1.523-1.524%2C1.523H10.27c-0.842%2C0-1.524-0.682-1.524-1.523V1.12H2.254C1.008%2C1.12%2C0%2C2.129%2C0%2C3.373v18.023%0D%0A%09%09c0%2C1.244%2C1.008%2C2.253%2C2.254%2C2.253h22.527c1.246%2C0%2C2.254-1.009%2C2.254-2.253V3.373C27.035%2C2.129%2C26.027%2C1.12%2C24.781%2C1.12%0D%0A%09%09%20M13.517%2C17.735c0%2C0.468-0.388%2C0.845-0.867%2C0.845H5.937c-0.48%2C0-0.867-0.377-0.867-0.845v-1.059%0D%0A%09%09c0.004-0.242%2C0.106-0.698%2C0.281-0.93c0.625-0.788%2C1.164-1.183%2C2.506-1.317c0.27-0.034%2C0.473-0.26%2C0.473-0.523%0D%0A%09%09c0-0.187-0.607-0.738-0.607-0.738c-0.631-0.637-0.963-1.673-0.963-2.472c0-1.234%2C1.064-2.253%2C2.533-2.253%0D%0A%09%09c1.443%2C0%2C2.535%2C1.019%2C2.535%2C2.253c0%2C0.793-0.338%2C1.825-0.969%2C2.46c0.006%2C0.006-0.603%2C0.563-0.603%2C0.75%0D%0A%09%09c0%2C0.253%2C0.179%2C0.467%2C0.427%2C0.512c1.37%2C0.135%2C1.922%2C0.53%2C2.553%2C1.329c0.18%2C0.231%2C0.276%2C0.688%2C0.281%2C0.93V17.735z%20M19.994%2C17.454%0D%0A%09%09h-2.816c-0.775%2C0-1.406-0.631-1.406-1.408s0.631-1.408%2C1.406-1.408h2.816c0.777%2C0%2C1.408%2C0.631%2C1.408%2C1.408%0D%0A%09%09S20.771%2C17.454%2C19.994%2C17.454%20M19.994%2C12.385h-2.816c-0.775%2C0-1.406-0.631-1.406-1.408c0-0.778%2C0.631-1.408%2C1.406-1.408h2.816%0D%0A%09%09c0.777%2C0%2C1.408%2C0.63%2C1.408%2C1.408C21.402%2C11.754%2C20.771%2C12.385%2C19.994%2C12.385%22%2F%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23a3a8ad%22%20d%3D%22M17.152%2C3.156%0D%0A%09%09c0%2C0.828-0.671%2C1.5-1.5%2C1.5h-4.5c-0.829%2C0-1.5-0.672-1.5-1.5V1.5c0-0.828%2C0.671-1.5%2C1.5-1.5h4.5c0.829%2C0%2C1.5%2C0.672%2C1.5%2C1.5V3.156z%22%0D%0A%09%09%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .page-head-type-a h1 .ico.mcod-3.current,
.sgi .page-head-type-a h1 .ico.ico-card.current {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2227.035px%22%20height%3D%2223.649px%22%20viewBox%3D%220%200%2027.035%2023.649%22%20enable-background%3D%22new%200%200%2027.035%2023.649%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20y%3D%220%22%20width%3D%2227.035%22%20height%3D%2223.649%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22white%22%20d%3D%22M24.781%2C1.12h-6.543v2.888%0D%0A%09%09c0%2C0.841-0.683%2C1.523-1.524%2C1.523H10.27c-0.842%2C0-1.524-0.682-1.524-1.523V1.12H2.254C1.008%2C1.12%2C0%2C2.129%2C0%2C3.373v18.023%0D%0A%09%09c0%2C1.244%2C1.008%2C2.253%2C2.254%2C2.253h22.527c1.246%2C0%2C2.254-1.009%2C2.254-2.253V3.373C27.035%2C2.129%2C26.027%2C1.12%2C24.781%2C1.12%0D%0A%09%09%20M13.517%2C17.735c0%2C0.468-0.388%2C0.845-0.867%2C0.845H5.937c-0.48%2C0-0.867-0.377-0.867-0.845v-1.059%0D%0A%09%09c0.004-0.242%2C0.106-0.698%2C0.281-0.93c0.625-0.788%2C1.164-1.183%2C2.506-1.317c0.27-0.034%2C0.473-0.26%2C0.473-0.523%0D%0A%09%09c0-0.187-0.607-0.738-0.607-0.738c-0.631-0.637-0.963-1.673-0.963-2.472c0-1.234%2C1.064-2.253%2C2.533-2.253%0D%0A%09%09c1.443%2C0%2C2.535%2C1.019%2C2.535%2C2.253c0%2C0.793-0.338%2C1.825-0.969%2C2.46c0.006%2C0.006-0.603%2C0.563-0.603%2C0.75%0D%0A%09%09c0%2C0.253%2C0.179%2C0.467%2C0.427%2C0.512c1.37%2C0.135%2C1.922%2C0.53%2C2.553%2C1.329c0.18%2C0.231%2C0.276%2C0.688%2C0.281%2C0.93V17.735z%20M19.994%2C17.454%0D%0A%09%09h-2.816c-0.775%2C0-1.406-0.631-1.406-1.408s0.631-1.408%2C1.406-1.408h2.816c0.777%2C0%2C1.408%2C0.631%2C1.408%2C1.408%0D%0A%09%09S20.771%2C17.454%2C19.994%2C17.454%20M19.994%2C12.385h-2.816c-0.775%2C0-1.406-0.631-1.406-1.408c0-0.778%2C0.631-1.408%2C1.406-1.408h2.816%0D%0A%09%09c0.777%2C0%2C1.408%2C0.63%2C1.408%2C1.408C21.402%2C11.754%2C20.771%2C12.385%2C19.994%2C12.385%22%2F%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22white%22%20d%3D%22M17.152%2C3.156%0D%0A%09%09c0%2C0.828-0.671%2C1.5-1.5%2C1.5h-4.5c-0.829%2C0-1.5-0.672-1.5-1.5V1.5c0-0.828%2C0.671-1.5%2C1.5-1.5h4.5c0.829%2C0%2C1.5%2C0.672%2C1.5%2C1.5V3.156z%22%0D%0A%09%09%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .page-head-type-a h1 .ico.mcod-4,
.sgi .page-head-type-a h1 .ico.ico-profiles {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2230.34px%22%20height%3D%2227.077px%22%20viewBox%3D%220%200%2030.34%2027.077%22%20enable-background%3D%22new%200%200%2030.34%2027.077%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2230.34%22%20height%3D%2227.077%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23a3a8ad%22%20d%3D%22M29.603%2C19.524%0D%0A%09%09c-1.634-2.135-3.739-3.239-7.3-3.594c-0.642-0.129-1.126-0.698-1.126-1.374c0-0.495%2C1.589-1.977%2C1.577-1.988%0D%0A%09%09c1.639-1.695%2C2.518-4.449%2C2.518-6.567c0-3.289-2.648-5.959-5.914-5.959c-3.267%2C0-5.914%2C2.67-5.914%2C5.959%0D%0A%09%09c0%2C2.129%2C0.856%2C4.9%2C2.512%2C6.595c0%2C0%2C1.584%2C1.465%2C1.584%2C1.96c0%2C0.715-0.541%2C1.312-1.24%2C1.396c-3.486%2C0.366-5.57%2C1.465-7.186%2C3.571%0D%0A%09%09c-0.469%2C0.608-0.722%2C1.83-0.739%2C2.483c0.006%2C0.169%2C0%2C2.816%2C0%2C2.816c0%2C1.244%2C1.008%2C2.253%2C2.253%2C2.253h17.46%0D%0A%09%09c1.243%2C0%2C2.252-1.009%2C2.252-2.253c0%2C0-0.005-2.647%2C0-2.816C30.324%2C21.354%2C30.07%2C20.133%2C29.603%2C19.524%22%2F%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23a3a8ad%22%20d%3D%22M21.965%2C21.966%0D%0A%09%09c-0.016-0.653-0.271-1.875-0.737-2.483c-1.046-1.366-2.29-2.307-3.979-2.902c-0.264%2C0.146-0.557%2C0.246-0.87%2C0.284%0D%0A%09%09c-3.148%2C0.331-5.03%2C1.253-6.513%2C3.187c-0.278%2C0.36-0.518%2C1.334-0.532%2C1.9c0.006%2C0.111%2C0%2C2.793%2C0%2C2.793%0D%0A%09%09c0%2C0.688%2C0.562%2C1.251%2C1.253%2C1.251h11.02c0.226-0.351%2C0.359-0.766%2C0.359-1.213C21.965%2C24.782%2C21.96%2C22.135%2C21.965%2C21.966%22%2F%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23a3a8ad%22%20d%3D%22M7.333%2C24.742%0D%0A%09%09c0-0.003%2C0.006-2.568%2C0-2.785c0.019-0.793%2C0.292-2.277%2C0.946-3.125c1.281-1.67%2C2.832-2.741%2C4.907-3.372%0D%0A%09%09c-0.233-0.251-0.384-0.578-0.384-0.946c0-0.495%2C1.589-1.977%2C1.577-1.987c0.044-0.046%2C0.081-0.099%2C0.124-0.146%0D%0A%09%09c-1.45-1.967-2.102-4.552-2.102-6.461c0-1.883%2C0.75-3.591%2C1.962-4.846C13.404%2C0.398%2C12.24%2C0%2C10.982%2C0%0D%0A%09%09C7.716%2C0%2C5.068%2C2.67%2C5.068%2C5.959c0%2C2.13%2C0.857%2C4.9%2C2.512%2C6.595c0%2C0%2C1.584%2C1.465%2C1.584%2C1.959c0%2C0.716-0.541%2C1.313-1.24%2C1.397%0D%0A%09%09c-3.487%2C0.366-5.57%2C1.465-7.186%2C3.571C0.27%2C20.091%2C0.017%2C21.313%2C0%2C21.966c0.006%2C0.169%2C0%2C2.816%2C0%2C2.816%0D%0A%09%09c0%2C1.244%2C1.008%2C2.253%2C2.253%2C2.253h6.029C7.696%2C26.446%2C7.333%2C25.637%2C7.333%2C24.742%22%2F%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23a3a8ad%22%20d%3D%22M16.896%2C5.959%0D%0A%09%09c0-1.297-0.416-2.493-1.114-3.472c-0.851%2C0.893-1.381%2C2.099-1.381%2C3.432c0%2C1.345%2C0.421%2C3.189%2C1.314%2C4.685%0D%0A%09%09C16.484%2C9.112%2C16.896%2C7.393%2C16.896%2C5.959%22%2F%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23a3a8ad%22%20d%3D%22M14.503%2C12.38%0D%0A%09%09c0%2C0%2C1.196%2C1.599%2C1.493%2C1.771c0.297%2C0.172%2C0.125%2C0.625-0.422%2C0.844s-2.01%2C0.213-2.388%2C0.466c-0.377%2C0.253-1.58-2.403-1.58-2.403%0D%0A%09%09l2.843-0.672%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .page-head-type-a h1 .ico.mcod-4.current,
.sgi .page-head-type-a h1 .ico.ico-profiles.current {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2230.34px%22%20height%3D%2227.077px%22%20viewBox%3D%220%200%2030.34%2027.077%22%20enable-background%3D%22new%200%200%2030.34%2027.077%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2230.34%22%20height%3D%2227.077%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22white%22%20d%3D%22M29.603%2C19.524%0D%0A%09%09c-1.634-2.135-3.739-3.239-7.3-3.594c-0.642-0.129-1.126-0.698-1.126-1.374c0-0.495%2C1.589-1.977%2C1.577-1.988%0D%0A%09%09c1.639-1.695%2C2.518-4.449%2C2.518-6.567c0-3.289-2.648-5.959-5.914-5.959c-3.267%2C0-5.914%2C2.67-5.914%2C5.959%0D%0A%09%09c0%2C2.129%2C0.856%2C4.9%2C2.512%2C6.595c0%2C0%2C1.584%2C1.465%2C1.584%2C1.96c0%2C0.715-0.541%2C1.312-1.24%2C1.396c-3.486%2C0.366-5.57%2C1.465-7.186%2C3.571%0D%0A%09%09c-0.469%2C0.608-0.722%2C1.83-0.739%2C2.483c0.006%2C0.169%2C0%2C2.816%2C0%2C2.816c0%2C1.244%2C1.008%2C2.253%2C2.253%2C2.253h17.46%0D%0A%09%09c1.243%2C0%2C2.252-1.009%2C2.252-2.253c0%2C0-0.005-2.647%2C0-2.816C30.324%2C21.354%2C30.07%2C20.133%2C29.603%2C19.524%22%2F%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22white%22%20d%3D%22M21.965%2C21.966%0D%0A%09%09c-0.016-0.653-0.271-1.875-0.737-2.483c-1.046-1.366-2.29-2.307-3.979-2.902c-0.264%2C0.146-0.557%2C0.246-0.87%2C0.284%0D%0A%09%09c-3.148%2C0.331-5.03%2C1.253-6.513%2C3.187c-0.278%2C0.36-0.518%2C1.334-0.532%2C1.9c0.006%2C0.111%2C0%2C2.793%2C0%2C2.793%0D%0A%09%09c0%2C0.688%2C0.562%2C1.251%2C1.253%2C1.251h11.02c0.226-0.351%2C0.359-0.766%2C0.359-1.213C21.965%2C24.782%2C21.96%2C22.135%2C21.965%2C21.966%22%2F%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22white%22%20d%3D%22M7.333%2C24.742%0D%0A%09%09c0-0.003%2C0.006-2.568%2C0-2.785c0.019-0.793%2C0.292-2.277%2C0.946-3.125c1.281-1.67%2C2.832-2.741%2C4.907-3.372%0D%0A%09%09c-0.233-0.251-0.384-0.578-0.384-0.946c0-0.495%2C1.589-1.977%2C1.577-1.987c0.044-0.046%2C0.081-0.099%2C0.124-0.146%0D%0A%09%09c-1.45-1.967-2.102-4.552-2.102-6.461c0-1.883%2C0.75-3.591%2C1.962-4.846C13.404%2C0.398%2C12.24%2C0%2C10.982%2C0%0D%0A%09%09C7.716%2C0%2C5.068%2C2.67%2C5.068%2C5.959c0%2C2.13%2C0.857%2C4.9%2C2.512%2C6.595c0%2C0%2C1.584%2C1.465%2C1.584%2C1.959c0%2C0.716-0.541%2C1.313-1.24%2C1.397%0D%0A%09%09c-3.487%2C0.366-5.57%2C1.465-7.186%2C3.571C0.27%2C20.091%2C0.017%2C21.313%2C0%2C21.966c0.006%2C0.169%2C0%2C2.816%2C0%2C2.816%0D%0A%09%09c0%2C1.244%2C1.008%2C2.253%2C2.253%2C2.253h6.029C7.696%2C26.446%2C7.333%2C25.637%2C7.333%2C24.742%22%2F%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22white%22%20d%3D%22M16.896%2C5.959%0D%0A%09%09c0-1.297-0.416-2.493-1.114-3.472c-0.851%2C0.893-1.381%2C2.099-1.381%2C3.432c0%2C1.345%2C0.421%2C3.189%2C1.314%2C4.685%0D%0A%09%09C16.484%2C9.112%2C16.896%2C7.393%2C16.896%2C5.959%22%2F%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22white%22%20d%3D%22M14.503%2C12.38%0D%0A%09%09c0%2C0%2C1.196%2C1.599%2C1.493%2C1.771c0.297%2C0.172%2C0.125%2C0.625-0.422%2C0.844s-2.01%2C0.213-2.388%2C0.466c-0.377%2C0.253-1.58-2.403-1.58-2.403%0D%0A%09%09l2.843-0.672%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .page-head-type-a h1 .ico.mcod-10,
.sgi .page-head-type-a h1 .ico.ico-pie {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2227.8px%22%20height%3D%2227.807px%22%20viewBox%3D%220%200%2027.8%2027.807%22%20enable-background%3D%22new%200%200%2027.8%2027.807%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20y%3D%220%22%20width%3D%2227.8%22%20height%3D%2227.807%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23a3a8ad%22%20d%3D%22M13.236%2C14.57V1.335%0D%0A%09%09C5.925%2C1.335%2C0%2C7.259%2C0%2C14.571c0%2C7.312%2C5.925%2C13.235%2C13.236%2C13.235s13.235-5.924%2C13.235-13.235V14.57H13.236z%22%2F%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23a3a8ad%22%20d%3D%22M15.661%2C0.452v11.646h11.688%0D%0A%09%09C27.008%2C5.801%2C21.965%2C0.771%2C15.661%2C0.452%22%2F%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22%23a3a8ad%22%20d%3D%22M15.211%2C0.452v11.646c0%2C0.245%2C0.205%2C0.45%2C0.45%2C0.45h11.688%0D%0A%09%09c0.23%2C0%2C0.47-0.205%2C0.45-0.45c-0.53-6.599-5.536-11.589-12.138-12.096c-0.579-0.044-0.575%2C0.856%2C0%2C0.9%0D%0A%09%09c3.096%2C0.237%2C5.778%2C1.478%2C7.976%2C3.667c1.108%2C1.107%2C1.903%2C2.495%2C2.493%2C3.933c0.31%2C0.756%2C0.529%2C3.145%2C1.125%2C3.145h-8.833h-1.979%0D%0A%09%09c-1.066%2C0-0.332-0.14-0.332%2C0.427V8.941V0.452C16.111-0.128%2C15.211-0.128%2C15.211%2C0.452%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .page-head-type-a h1 .ico.mcod-10.current,
.sgi .page-head-type-a h1 .ico.ico-pie.current {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2227.8px%22%20height%3D%2227.807px%22%20viewBox%3D%220%200%2027.8%2027.807%22%20enable-background%3D%22new%200%200%2027.8%2027.807%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20y%3D%220%22%20width%3D%2227.8%22%20height%3D%2227.807%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22white%22%20d%3D%22M13.236%2C14.57V1.335%0D%0A%09%09C5.925%2C1.335%2C0%2C7.259%2C0%2C14.571c0%2C7.312%2C5.925%2C13.235%2C13.236%2C13.235s13.235-5.924%2C13.235-13.235V14.57H13.236z%22%2F%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22white%22%20d%3D%22M15.661%2C0.452v11.646h11.688%0D%0A%09%09C27.008%2C5.801%2C21.965%2C0.771%2C15.661%2C0.452%22%2F%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22white%22%20d%3D%22M15.211%2C0.452v11.646c0%2C0.245%2C0.205%2C0.45%2C0.45%2C0.45h11.688%0D%0A%09%09c0.23%2C0%2C0.47-0.205%2C0.45-0.45c-0.53-6.599-5.536-11.589-12.138-12.096c-0.579-0.044-0.575%2C0.856%2C0%2C0.9%0D%0A%09%09c3.096%2C0.237%2C5.778%2C1.478%2C7.976%2C3.667c1.108%2C1.107%2C1.903%2C2.495%2C2.493%2C3.933c0.31%2C0.756%2C0.529%2C3.145%2C1.125%2C3.145h-8.833h-1.979%0D%0A%09%09c-1.066%2C0-0.332-0.14-0.332%2C0.427V8.941V0.452C16.111-0.128%2C15.211-0.128%2C15.211%2C0.452%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .page-head-type-a h1 .ico.mcod-2,
.sgi .page-head-type-a h1 .ico.mcod-11,
.sgi .page-head-type-a h1 .ico.ico-currency {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2226.472px%22%20height%3D%2226.472px%22%20viewBox%3D%220%200%2026.472%2026.472%22%20enable-background%3D%22new%200%200%2026.472%2026.472%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20y%3D%220%22%20width%3D%2226.471%22%20height%3D%2226.472%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22%23a3a8ad%22%20d%3D%22M14.477%2C14.64v2.448c0.515-0.279%2C0.816-0.73%2C0.816-1.16v-0.021%0D%0A%09%09C15.313%2C15.306%2C15.034%2C14.833%2C14.477%2C14.64%22%2F%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22%23a3a8ad%22%20d%3D%22M13.235%2C0C5.924%2C0%2C0%2C5.925%2C0%2C13.236s5.924%2C13.236%2C13.235%2C13.236%0D%0A%09%09c7.312%2C0%2C13.236-5.925%2C13.236-13.236S20.547%2C0%2C13.235%2C0%20M14.605%2C20.587v1.396h-2.77v-1.375c-1.76-0.063-3.263-1.158-4.315-2.983%0D%0A%09%09l2.748-1.889c0.58%2C0.794%2C1.009%2C0.966%2C1.567%2C1.052v-2.083c-2.104-0.493-4.1-1.717-4.057-4.744c0.129-2.384%2C1.91-3.864%2C4.057-4.337%0D%0A%09%09V4.357h2.77v1.245c1.503%2C0.193%2C2.576%2C0.837%2C3.714%2C2.554l-2.576%2C1.632c-0.235-0.408-0.666-0.687-1.138-0.773v2.405%0D%0A%09%09c2.297%2C0.558%2C4.229%2C1.631%2C4.079%2C4.916C18.491%2C18.654%2C16.688%2C20.071%2C14.605%2C20.587%22%2F%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22%23a3a8ad%22%20d%3D%22M11.17%2C9.981v0.021c-0.021%2C0.601%2C0.258%2C1.074%2C0.816%2C1.267V8.822%0D%0A%09%09C11.47%2C9.101%2C11.17%2C9.551%2C11.17%2C9.981%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .page-head-type-a h1 .ico.mcod-2.current,
.sgi .page-head-type-a h1 .ico.mcod-11.current,
.sgi .page-head-type-a h1 .ico.ico-currency.current {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2226.472px%22%20height%3D%2226.472px%22%20viewBox%3D%220%200%2026.472%2026.472%22%20enable-background%3D%22new%200%200%2026.472%2026.472%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20y%3D%220%22%20width%3D%2226.471%22%20height%3D%2226.472%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22white%22%20d%3D%22M14.477%2C14.64v2.448c0.515-0.279%2C0.816-0.73%2C0.816-1.16v-0.021%0D%0A%09%09C15.313%2C15.306%2C15.034%2C14.833%2C14.477%2C14.64%22%2F%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22white%22%20d%3D%22M13.235%2C0C5.924%2C0%2C0%2C5.925%2C0%2C13.236s5.924%2C13.236%2C13.235%2C13.236%0D%0A%09%09c7.312%2C0%2C13.236-5.925%2C13.236-13.236S20.547%2C0%2C13.235%2C0%20M14.605%2C20.587v1.396h-2.77v-1.375c-1.76-0.063-3.263-1.158-4.315-2.983%0D%0A%09%09l2.748-1.889c0.58%2C0.794%2C1.009%2C0.966%2C1.567%2C1.052v-2.083c-2.104-0.493-4.1-1.717-4.057-4.744c0.129-2.384%2C1.91-3.864%2C4.057-4.337%0D%0A%09%09V4.357h2.77v1.245c1.503%2C0.193%2C2.576%2C0.837%2C3.714%2C2.554l-2.576%2C1.632c-0.235-0.408-0.666-0.687-1.138-0.773v2.405%0D%0A%09%09c2.297%2C0.558%2C4.229%2C1.631%2C4.079%2C4.916C18.491%2C18.654%2C16.688%2C20.071%2C14.605%2C20.587%22%2F%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22white%22%20d%3D%22M11.17%2C9.981v0.021c-0.021%2C0.601%2C0.258%2C1.074%2C0.816%2C1.267V8.822%0D%0A%09%09C11.47%2C9.101%2C11.17%2C9.551%2C11.17%2C9.981%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .page-head-type-a h1 .ico.mcod-10223,
.sgi .page-head-type-a h1 .ico.ico-wallet {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2221px%22%20height%3D%2216.6px%22%20viewBox%3D%220%200%2021%2016.6%22%20enable-background%3D%22new%200%200%2021%2016.6%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%23a3a8ad%22%20d%3D%22M11.581%2C10.037H5.482c-0.618%2C0-1.081%2C0.463-1.081%2C1.08c0%2C0.619%2C0.463%2C1.08%2C1.081%2C1.08h6.099%0D%0A%09c0.618%2C0%2C1.08-0.461%2C1.08-1.08C12.661%2C10.5%2C12.199%2C10.037%2C11.581%2C10.037z%20M0.077%2C14.823c0%2C0.927%2C0.772%2C1.776%2C1.776%2C1.776h17.372%0D%0A%09c0.925%2C0%2C1.775-0.773%2C1.775-1.776V1.775C21%2C0.849%2C20.229%2C0%2C19.225%2C0H1.775C0.849%2C0%2C0%2C0.771%2C0%2C1.775v13.048H0.077z%20M3.165%2C2.162%0D%0A%09h14.593c0.54%2C0%2C0.925%2C0.463%2C0.925%2C0.927v1.235H2.239V3.165C2.239%2C2.625%2C2.702%2C2.162%2C3.165%2C2.162z%20M2.239%2C7.875h16.523v5.56%0D%0A%09c0%2C0.54-0.464%2C0.925-0.927%2C0.925H3.165c-0.54%2C0-0.926-0.462-0.926-0.925V7.875z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .page-head-type-a h1 .ico.mcod-10223.current,
.sgi .page-head-type-a h1 .ico.ico-wallet.current {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2221px%22%20height%3D%2216.6px%22%20viewBox%3D%220%200%2021%2016.6%22%20enable-background%3D%22new%200%200%2021%2016.6%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22white%22%20d%3D%22M11.581%2C10.037H5.482c-0.618%2C0-1.081%2C0.463-1.081%2C1.08c0%2C0.619%2C0.463%2C1.08%2C1.081%2C1.08h6.099%0D%0A%09c0.618%2C0%2C1.08-0.461%2C1.08-1.08C12.661%2C10.5%2C12.199%2C10.037%2C11.581%2C10.037z%20M0.077%2C14.823c0%2C0.927%2C0.772%2C1.776%2C1.776%2C1.776h17.372%0D%0A%09c0.925%2C0%2C1.775-0.773%2C1.775-1.776V1.775C21%2C0.849%2C20.229%2C0%2C19.225%2C0H1.775C0.849%2C0%2C0%2C0.771%2C0%2C1.775v13.048H0.077z%20M3.165%2C2.162%0D%0A%09h14.593c0.54%2C0%2C0.925%2C0.463%2C0.925%2C0.927v1.235H2.239V3.165C2.239%2C2.625%2C2.702%2C2.162%2C3.165%2C2.162z%20M2.239%2C7.875h16.523v5.56%0D%0A%09c0%2C0.54-0.464%2C0.925-0.927%2C0.925H3.165c-0.54%2C0-0.926-0.462-0.926-0.925V7.875z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .page-head-type-a h1 .ico.mcod-5,
.sgi .page-head-type-a h1 .ico.ico-calculator {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20id%3D%22Layer_1%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2227.035px%22%20height%3D%2227.034px%22%20viewBox%3D%220%200%2027.035%2027.034%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%3Cdefs%3E%0D%0A%20%20%20%20%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2227.035%22%20height%3D%2227.034%22%2F%3E%0D%0A%20%20%3C%2Fdefs%3E%0D%0A%20%20%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23a3a8ad%22%20d%3D%22M%2024.782%200%20L%202.253%200%20C%201.008%200%200%201.008%200%202.253%20L%200%2024.781%20C%200%2026.026%201.008%2027.034%202.253%2027.034%20L%2024.782%2027.034%20C%2026.026%2027.034%2027.035%2026.026%2027.035%2024.781%20L%2027.035%202.253%20C%2027.035%201.008%2026.026%200%2024.782%200%20M%209.162%2021.759%20C%208.666%2021.263%208.169%2020.766%207.673%2020.27%20C%207.176%2020.766%206.68%2021.263%206.184%2021.759%20C%205.443%2022.5%204.295%2021.353%205.036%2020.612%20C%205.532%2020.116%206.029%2019.619%206.525%2019.123%20C%206.044%2018.642%205.563%2018.16%205.082%2017.68%20C%204.341%2016.939%205.489%2015.791%206.229%2016.533%20C%206.71%2017.013%207.192%2017.495%207.673%2017.976%20C%208.154%2017.495%208.635%2017.013%209.116%2016.533%20C%209.857%2015.792%2011.004%2016.939%2010.264%2017.68%20C%209.783%2018.16%209.302%2018.642%208.82%2019.123%20C%209.317%2019.619%209.813%2020.116%2010.31%2020.612%20C%2011.051%2021.353%209.903%2022.5%209.162%2021.759%20M%2010.717%209.046%20L%208.604%209.046%20L%208.604%2011.236%20C%208.604%2012.283%206.981%2012.283%206.981%2011.236%20L%206.981%209.046%20L%204.946%209.046%20C%203.9%209.046%203.9%207.423%204.946%207.423%20L%206.981%207.423%20L%206.981%205.466%20C%206.981%204.419%208.604%204.419%208.604%205.466%20L%208.604%207.423%20L%2010.717%207.423%20C%2011.764%207.423%2011.764%209.046%2010.717%209.046%20M%2019.082%2021.875%20C%2018.611%2021.875%2018.228%2021.493%2018.228%2021.021%20C%2018.228%2020.55%2018.612%2020.167%2019.082%2020.167%20C%2019.552%2020.167%2019.936%2020.55%2019.936%2021.021%20C%2019.936%2021.493%2019.553%2021.875%2019.082%2021.875%20M%2022.123%2019.37%20L%2016.352%2019.37%20C%2015.306%2019.37%2015.306%2017.747%2016.352%2017.747%20L%2022.123%2017.747%20C%2023.17%2017.747%2023.17%2019.37%2022.123%2019.37%20M%2018.228%2016.152%20C%2018.228%2015.681%2018.612%2015.298%2019.082%2015.298%20C%2019.552%2015.298%2019.936%2015.681%2019.936%2016.152%20C%2019.936%2016.624%2019.553%2017.006%2019.082%2017.006%20C%2018.611%2017.006%2018.228%2016.624%2018.228%2016.152%20M%2022.123%209.046%20L%2016.352%209.046%20C%2015.306%209.046%2015.306%207.423%2016.352%207.423%20L%2022.123%207.423%20C%2023.17%207.423%2023.17%209.046%2022.123%209.046%22%2F%3E%0D%0A%3C%2Fsvg%3E");
}
.sgi .page-head-type-a h1 .ico.mcod-5.current,
.sgi .page-head-type-a h1 .ico.ico-calculator.current {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20id%3D%22Layer_1%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2227.035px%22%20height%3D%2227.034px%22%20viewBox%3D%220%200%2027.035%2027.034%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%3Cdefs%3E%0D%0A%20%20%20%20%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2227.035%22%20height%3D%2227.034%22%2F%3E%0D%0A%20%20%3C%2Fdefs%3E%0D%0A%20%20%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22white%22%20d%3D%22M%2024.782%200%20L%202.253%200%20C%201.008%200%200%201.008%200%202.253%20L%200%2024.781%20C%200%2026.026%201.008%2027.034%202.253%2027.034%20L%2024.782%2027.034%20C%2026.026%2027.034%2027.035%2026.026%2027.035%2024.781%20L%2027.035%202.253%20C%2027.035%201.008%2026.026%200%2024.782%200%20M%209.162%2021.759%20C%208.666%2021.263%208.169%2020.766%207.673%2020.27%20C%207.176%2020.766%206.68%2021.263%206.184%2021.759%20C%205.443%2022.5%204.295%2021.353%205.036%2020.612%20C%205.532%2020.116%206.029%2019.619%206.525%2019.123%20C%206.044%2018.642%205.563%2018.16%205.082%2017.68%20C%204.341%2016.939%205.489%2015.791%206.229%2016.533%20C%206.71%2017.013%207.192%2017.495%207.673%2017.976%20C%208.154%2017.495%208.635%2017.013%209.116%2016.533%20C%209.857%2015.792%2011.004%2016.939%2010.264%2017.68%20C%209.783%2018.16%209.302%2018.642%208.82%2019.123%20C%209.317%2019.619%209.813%2020.116%2010.31%2020.612%20C%2011.051%2021.353%209.903%2022.5%209.162%2021.759%20M%2010.717%209.046%20L%208.604%209.046%20L%208.604%2011.236%20C%208.604%2012.283%206.981%2012.283%206.981%2011.236%20L%206.981%209.046%20L%204.946%209.046%20C%203.9%209.046%203.9%207.423%204.946%207.423%20L%206.981%207.423%20L%206.981%205.466%20C%206.981%204.419%208.604%204.419%208.604%205.466%20L%208.604%207.423%20L%2010.717%207.423%20C%2011.764%207.423%2011.764%209.046%2010.717%209.046%20M%2019.082%2021.875%20C%2018.611%2021.875%2018.228%2021.493%2018.228%2021.021%20C%2018.228%2020.55%2018.612%2020.167%2019.082%2020.167%20C%2019.552%2020.167%2019.936%2020.55%2019.936%2021.021%20C%2019.936%2021.493%2019.553%2021.875%2019.082%2021.875%20M%2022.123%2019.37%20L%2016.352%2019.37%20C%2015.306%2019.37%2015.306%2017.747%2016.352%2017.747%20L%2022.123%2017.747%20C%2023.17%2017.747%2023.17%2019.37%2022.123%2019.37%20M%2018.228%2016.152%20C%2018.228%2015.681%2018.612%2015.298%2019.082%2015.298%20C%2019.552%2015.298%2019.936%2015.681%2019.936%2016.152%20C%2019.936%2016.624%2019.553%2017.006%2019.082%2017.006%20C%2018.611%2017.006%2018.228%2016.624%2018.228%2016.152%20M%2022.123%209.046%20L%2016.352%209.046%20C%2015.306%209.046%2015.306%207.423%2016.352%207.423%20L%2022.123%207.423%20C%2023.17%207.423%2023.17%209.046%2022.123%209.046%22%2F%3E%0D%0A%3C%2Fsvg%3E");
}
.sgi .page-head-type-a h1 .ico.mcod-10274,
.sgi .page-head-type-a h1 .ico.ico-network {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2231.328px%22%20height%3D%2227.201px%22%20viewBox%3D%220%200%2031.328%2027.201%22%20enable-background%3D%22new%200%200%2031.328%2027.201%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cdefs%3E%0D%0A%09%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2231.328%22%20height%3D%2227.201%22%2F%3E%0D%0A%09%09%3C%2Fdefs%3E%0D%0A%09%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%09%3C%2FclipPath%3E%0D%0A%09%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22%23a3a8ad%22%20d%3D%22M11.175%2C7.913c0%2C0.398%2C0.322%2C0.72%2C0.72%2C0.72h7.192%0D%0A%09%09%09c0.397%2C0%2C0.722-0.322%2C0.722-0.72V0.72c0-0.398-0.322-0.72-0.722-0.72h-7.192c-0.398%2C0-0.72%2C0.322-0.72%2C0.72V7.913z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cdefs%3E%0D%0A%09%09%09%3Crect%20id%3D%22SVGID_3_%22%20width%3D%2231.328%22%20height%3D%2227.201%22%2F%3E%0D%0A%09%09%3C%2Fdefs%3E%0D%0A%09%09%3CclipPath%20id%3D%22SVGID_4_%22%3E%0D%0A%09%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_3_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%09%3C%2FclipPath%3E%0D%0A%09%09%3Cpath%20clip-path%3D%22url(%23SVGID_4_)%22%20fill%3D%22%23a3a8ad%22%20d%3D%22M0%2C26.481c0%2C0.397%2C0.322%2C0.72%2C0.72%2C0.72h7.193c0.398%2C0%2C0.72-0.321%2C0.72-0.72%0D%0A%09%09%09v-7.193c0-0.396-0.322-0.721-0.72-0.721H0.72C0.322%2C18.567%2C0%2C18.89%2C0%2C19.288V26.481z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cdefs%3E%0D%0A%09%09%09%3Crect%20id%3D%22SVGID_5_%22%20width%3D%2231.328%22%20height%3D%2227.201%22%2F%3E%0D%0A%09%09%3C%2Fdefs%3E%0D%0A%09%09%3CclipPath%20id%3D%22SVGID_6_%22%3E%0D%0A%09%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_5_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%09%3C%2FclipPath%3E%0D%0A%09%09%3Cpath%20clip-path%3D%22url(%23SVGID_6_)%22%20fill%3D%22%23a3a8ad%22%20d%3D%22M22.693%2C26.481c0%2C0.397%2C0.322%2C0.72%2C0.722%2C0.72h7.192%0D%0A%09%09%09c0.398%2C0%2C0.721-0.321%2C0.721-0.72v-7.193c0-0.396-0.321-0.721-0.721-0.721h-7.192c-0.397%2C0-0.722%2C0.322-0.722%2C0.721V26.481z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cdefs%3E%0D%0A%09%09%09%3Crect%20id%3D%22SVGID_7_%22%20width%3D%2231.328%22%20height%3D%2227.201%22%2F%3E%0D%0A%09%09%3C%2Fdefs%3E%0D%0A%09%09%3CclipPath%20id%3D%22SVGID_8_%22%3E%0D%0A%09%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_7_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%09%3C%2FclipPath%3E%0D%0A%09%09%3Cpath%20clip-path%3D%22url(%23SVGID_8_)%22%20fill%3D%22%23a3a8ad%22%20d%3D%22M11.348%2C26.481c0%2C0.397%2C0.322%2C0.72%2C0.72%2C0.72h7.193%0D%0A%09%09%09c0.398%2C0%2C0.72-0.321%2C0.72-0.72v-7.193c0-0.396-0.32-0.721-0.72-0.721h-7.193c-0.398%2C0-0.72%2C0.322-0.72%2C0.721V26.481z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cdefs%3E%0D%0A%09%09%09%3Crect%20id%3D%22SVGID_9_%22%20width%3D%2231.328%22%20height%3D%2227.201%22%2F%3E%0D%0A%09%09%3C%2Fdefs%3E%0D%0A%09%09%3CclipPath%20id%3D%22SVGID_10_%22%3E%0D%0A%09%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_9_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%09%3C%2FclipPath%3E%0D%0A%09%09%3Cpath%20clip-path%3D%22url(%23SVGID_10_)%22%20fill%3D%22%23a3a8ad%22%20d%3D%22M7.388%2C24.804c-0.277-0.154-0.602-0.244-0.971-0.244H6.411%0D%0A%09%09%09c-0.151%2C0.008-0.303%2C0.017-0.454%2C0.026c-0.076-0.231-0.193-0.45-0.347-0.638c-0.188-0.229-0.42-0.396-0.679-0.502v-8.607%0D%0A%09%09%09c0-0.378%2C0.216-0.619%2C0.365-0.619h20.427c0.149%2C0%2C0.365%2C0.241%2C0.365%2C0.619v8.982c0.551-0.053%2C1.102-0.104%2C1.65-0.154v-8.828%0D%0A%09%09%09c0-1.251-0.904-2.269-2.016-2.269H5.296c-1.112%2C0-2.015%2C1.018-2.015%2C2.269v9.34l0.031%2C0.743C4.671%2C24.87%2C6.03%2C24.831%2C7.388%2C24.804%0D%0A%09%09%09%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Crect%20x%3D%2214.872%22%20y%3D%228.309%22%20fill%3D%22%23a3a8ad%22%20width%3D%221.584%22%20height%3D%2210.75%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .page-head-type-a h1 .ico.mcod-10274.current,
.sgi .page-head-type-a h1 .ico.ico-network.current {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2231.328px%22%20height%3D%2227.201px%22%20viewBox%3D%220%200%2031.328%2027.201%22%20enable-background%3D%22new%200%200%2031.328%2027.201%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cdefs%3E%0D%0A%09%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2231.328%22%20height%3D%2227.201%22%2F%3E%0D%0A%09%09%3C%2Fdefs%3E%0D%0A%09%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%09%3C%2FclipPath%3E%0D%0A%09%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22white%22%20d%3D%22M11.175%2C7.913c0%2C0.398%2C0.322%2C0.72%2C0.72%2C0.72h7.192%0D%0A%09%09%09c0.397%2C0%2C0.722-0.322%2C0.722-0.72V0.72c0-0.398-0.322-0.72-0.722-0.72h-7.192c-0.398%2C0-0.72%2C0.322-0.72%2C0.72V7.913z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cdefs%3E%0D%0A%09%09%09%3Crect%20id%3D%22SVGID_3_%22%20width%3D%2231.328%22%20height%3D%2227.201%22%2F%3E%0D%0A%09%09%3C%2Fdefs%3E%0D%0A%09%09%3CclipPath%20id%3D%22SVGID_4_%22%3E%0D%0A%09%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_3_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%09%3C%2FclipPath%3E%0D%0A%09%09%3Cpath%20clip-path%3D%22url(%23SVGID_4_)%22%20fill%3D%22white%22%20d%3D%22M0%2C26.481c0%2C0.397%2C0.322%2C0.72%2C0.72%2C0.72h7.193c0.398%2C0%2C0.72-0.321%2C0.72-0.72%0D%0A%09%09%09v-7.193c0-0.396-0.322-0.721-0.72-0.721H0.72C0.322%2C18.567%2C0%2C18.89%2C0%2C19.288V26.481z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cdefs%3E%0D%0A%09%09%09%3Crect%20id%3D%22SVGID_5_%22%20width%3D%2231.328%22%20height%3D%2227.201%22%2F%3E%0D%0A%09%09%3C%2Fdefs%3E%0D%0A%09%09%3CclipPath%20id%3D%22SVGID_6_%22%3E%0D%0A%09%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_5_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%09%3C%2FclipPath%3E%0D%0A%09%09%3Cpath%20clip-path%3D%22url(%23SVGID_6_)%22%20fill%3D%22white%22%20d%3D%22M22.693%2C26.481c0%2C0.397%2C0.322%2C0.72%2C0.722%2C0.72h7.192%0D%0A%09%09%09c0.398%2C0%2C0.721-0.321%2C0.721-0.72v-7.193c0-0.396-0.321-0.721-0.721-0.721h-7.192c-0.397%2C0-0.722%2C0.322-0.722%2C0.721V26.481z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cdefs%3E%0D%0A%09%09%09%3Crect%20id%3D%22SVGID_7_%22%20width%3D%2231.328%22%20height%3D%2227.201%22%2F%3E%0D%0A%09%09%3C%2Fdefs%3E%0D%0A%09%09%3CclipPath%20id%3D%22SVGID_8_%22%3E%0D%0A%09%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_7_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%09%3C%2FclipPath%3E%0D%0A%09%09%3Cpath%20clip-path%3D%22url(%23SVGID_8_)%22%20fill%3D%22white%22%20d%3D%22M11.348%2C26.481c0%2C0.397%2C0.322%2C0.72%2C0.72%2C0.72h7.193%0D%0A%09%09%09c0.398%2C0%2C0.72-0.321%2C0.72-0.72v-7.193c0-0.396-0.32-0.721-0.72-0.721h-7.193c-0.398%2C0-0.72%2C0.322-0.72%2C0.721V26.481z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cdefs%3E%0D%0A%09%09%09%3Crect%20id%3D%22SVGID_9_%22%20width%3D%2231.328%22%20height%3D%2227.201%22%2F%3E%0D%0A%09%09%3C%2Fdefs%3E%0D%0A%09%09%3CclipPath%20id%3D%22SVGID_10_%22%3E%0D%0A%09%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_9_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%09%3C%2FclipPath%3E%0D%0A%09%09%3Cpath%20clip-path%3D%22url(%23SVGID_10_)%22%20fill%3D%22white%22%20d%3D%22M7.388%2C24.804c-0.277-0.154-0.602-0.244-0.971-0.244H6.411%0D%0A%09%09%09c-0.151%2C0.008-0.303%2C0.017-0.454%2C0.026c-0.076-0.231-0.193-0.45-0.347-0.638c-0.188-0.229-0.42-0.396-0.679-0.502v-8.607%0D%0A%09%09%09c0-0.378%2C0.216-0.619%2C0.365-0.619h20.427c0.149%2C0%2C0.365%2C0.241%2C0.365%2C0.619v8.982c0.551-0.053%2C1.102-0.104%2C1.65-0.154v-8.828%0D%0A%09%09%09c0-1.251-0.904-2.269-2.016-2.269H5.296c-1.112%2C0-2.015%2C1.018-2.015%2C2.269v9.34l0.031%2C0.743C4.671%2C24.87%2C6.03%2C24.831%2C7.388%2C24.804%0D%0A%09%09%09%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Crect%20x%3D%2214.872%22%20y%3D%228.309%22%20fill%3D%22white%22%20width%3D%221.584%22%20height%3D%2210.75%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .page-head-type-a h1 .ico.mcod-7,
.sgi .page-head-type-a h1 .ico.ico-truck {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2227.035px%22%20height%3D%2222.528px%22%20viewBox%3D%220%200%2027.035%2022.528%22%20enable-background%3D%22new%200%200%2027.035%2022.528%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20y%3D%220%22%20width%3D%2227.035%22%20height%3D%2222.528%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23a3a8ad%22%20d%3D%22M24.781%2C18.586%0D%0A%09%09c1.246%2C0%2C2.254-1.008%2C2.254-2.253V2.253C27.035%2C1.008%2C26.027%2C0%2C24.781%2C0H12.391c-1.244%2C0-2.252%2C1.008-2.252%2C2.253v2.253H6.713%0D%0A%09%09c-0.754%2C0-1.424%2C0.299-1.909%2C0.777L1.956%2C8.144C1.441%2C8.651%2C1.127%2C9.36%2C1.127%2C10.138v5.66C0.484%2C15.928%2C0%2C16.497%2C0%2C17.179%0D%0A%09%09c0%2C0.776%2C0.63%2C1.407%2C1.408%2C1.407h1.982c0.141%2C2.202%2C1.977%2C3.942%2C4.213%2C3.942c2.236%2C0%2C4.072-1.74%2C4.213-3.942h3.959%0D%0A%09%09c0.147%2C2.202%2C1.982%2C3.942%2C4.219%2C3.942s4.072-1.74%2C4.213-3.942H24.781z%20M9.011%2C18.305c0%2C0.777-0.631%2C1.408-1.408%2C1.408%0D%0A%09%09c-0.777%2C0-1.408-0.631-1.408-1.408s0.631-1.408%2C1.408-1.408C8.38%2C16.896%2C9.011%2C17.527%2C9.011%2C18.305%20M21.402%2C18.305%0D%0A%09%09c0%2C0.777-0.631%2C1.408-1.408%2C1.408s-1.408-0.631-1.408-1.408s0.631-1.408%2C1.408-1.408S21.402%2C17.527%2C21.402%2C18.305%20M3.943%2C11.827%0D%0A%09%09v-1.424c0-0.563%2C0.225-0.828%2C0.646-1.251L5.8%2C7.941c0.383-0.383%2C0.676-0.619%2C1.229-0.619h3.109v4.505H3.943z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .page-head-type-a h1 .ico.mcod-7.current,
.sgi .page-head-type-a h1 .ico.ico-truck.current {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2227.035px%22%20height%3D%2222.528px%22%20viewBox%3D%220%200%2027.035%2022.528%22%20enable-background%3D%22new%200%200%2027.035%2022.528%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20y%3D%220%22%20width%3D%2227.035%22%20height%3D%2222.528%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22white%22%20d%3D%22M24.781%2C18.586%0D%0A%09%09c1.246%2C0%2C2.254-1.008%2C2.254-2.253V2.253C27.035%2C1.008%2C26.027%2C0%2C24.781%2C0H12.391c-1.244%2C0-2.252%2C1.008-2.252%2C2.253v2.253H6.713%0D%0A%09%09c-0.754%2C0-1.424%2C0.299-1.909%2C0.777L1.956%2C8.144C1.441%2C8.651%2C1.127%2C9.36%2C1.127%2C10.138v5.66C0.484%2C15.928%2C0%2C16.497%2C0%2C17.179%0D%0A%09%09c0%2C0.776%2C0.63%2C1.407%2C1.408%2C1.407h1.982c0.141%2C2.202%2C1.977%2C3.942%2C4.213%2C3.942c2.236%2C0%2C4.072-1.74%2C4.213-3.942h3.959%0D%0A%09%09c0.147%2C2.202%2C1.982%2C3.942%2C4.219%2C3.942s4.072-1.74%2C4.213-3.942H24.781z%20M9.011%2C18.305c0%2C0.777-0.631%2C1.408-1.408%2C1.408%0D%0A%09%09c-0.777%2C0-1.408-0.631-1.408-1.408s0.631-1.408%2C1.408-1.408C8.38%2C16.896%2C9.011%2C17.527%2C9.011%2C18.305%20M21.402%2C18.305%0D%0A%09%09c0%2C0.777-0.631%2C1.408-1.408%2C1.408s-1.408-0.631-1.408-1.408s0.631-1.408%2C1.408-1.408S21.402%2C17.527%2C21.402%2C18.305%20M3.943%2C11.827%0D%0A%09%09v-1.424c0-0.563%2C0.225-0.828%2C0.646-1.251L5.8%2C7.941c0.383-0.383%2C0.676-0.619%2C1.229-0.619h3.109v4.505H3.943z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .page-head-type-a h1 .ico.mcod-9,
.sgi .page-head-type-a h1 .ico.mcod-12,
.sgi .page-head-type-a h1 .ico.ico-gears {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2239.961px%22%20height%3D%2235.746px%22%20viewBox%3D%220%200%2039.961%2035.746%22%20enable-background%3D%22new%200%200%2039.961%2035.746%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2239.961%22%20height%3D%2235.746%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23a3a8ad%22%20d%3D%22M12.053%2C21.748%0D%0A%09%09c0.42-0.652%2C1.292-0.842%2C1.945-0.421c0.654%2C0.42%2C0.843%2C1.292%2C0.423%2C1.944c-0.421%2C0.654-1.293%2C0.844-1.946%2C0.423%0D%0A%09%09C11.82%2C23.274%2C11.631%2C22.402%2C12.053%2C21.748%20M15.216%2C19.433c-1.7-1.095-3.965-0.604-5.059%2C1.097%0D%0A%09%09c-1.095%2C1.701-0.602%2C3.966%2C1.098%2C5.06c1.7%2C1.094%2C3.965%2C0.603%2C5.059-1.098C17.409%2C22.791%2C16.917%2C20.526%2C15.216%2C19.433%20M3.804%2C19.643%0D%0A%09%09c-0.232%2C0.756-0.367%2C1.526-0.407%2C2.297l-2.42%2C0.64c-0.669%2C0.145-1.093%2C0.804-0.948%2C1.474l0.549%2C2.529%0D%0A%09%09c0.145%2C0.669%2C0.803%2C1.093%2C1.473%2C0.947l2.468-0.421c0.356%2C0.685%2C0.798%2C1.33%2C1.321%2C1.922l-1.226%2C2.198%0D%0A%09%09c-0.371%2C0.577-0.206%2C1.341%2C0.372%2C1.712l2.178%2C1.402c0.578%2C0.371%2C1.341%2C0.205%2C1.713-0.372l1.491-2.027%0D%0A%09%09c0.756%2C0.231%2C1.527%2C0.366%2C2.297%2C0.406l0.64%2C2.421c0.146%2C0.669%2C0.804%2C1.093%2C1.473%2C0.947l2.53-0.549%0D%0A%09%09c0.669-0.146%2C1.093-0.804%2C0.948-1.473l-0.422-2.468c0.685-0.356%2C1.331-0.798%2C1.922-1.322l2.198%2C1.227%0D%0A%09%09c0.577%2C0.372%2C1.342%2C0.206%2C1.712-0.371l1.402-2.18c0.371-0.577%2C0.206-1.341-0.371-1.712l-2.027-1.491%0D%0A%09%09c0.231-0.756%2C0.365-1.526%2C0.406-2.297l2.42-0.64c0.669-0.146%2C1.094-0.805%2C0.948-1.474l-0.549-2.53%0D%0A%09%09c-0.146-0.67-0.804-1.092-1.473-0.948l-2.469%2C0.422c-0.355-0.685-0.798-1.331-1.321-1.923l1.227-2.197%0D%0A%09%09c0.371-0.577%2C0.206-1.341-0.372-1.713l-2.178-1.401c-0.578-0.372-1.342-0.206-1.713%2C0.372l-1.492%2C2.026%0D%0A%09%09c-0.755-0.231-1.526-0.365-2.297-0.406l-0.64-2.42c-0.145-0.67-0.803-1.093-1.472-0.948l-2.53%2C0.548%0D%0A%09%09c-0.669%2C0.146-1.093%2C0.805-0.948%2C1.474l0.421%2C2.468c-0.684%2C0.356-1.329%2C0.798-1.922%2C1.322l-2.197-1.227%0D%0A%09%09c-0.578-0.372-1.341-0.205-1.712%2C0.372l-1.402%2C2.178c-0.372%2C0.578-0.206%2C1.341%2C0.371%2C1.713L3.804%2C19.643z%20M16.436%2C17.537%0D%0A%09%09c2.748%2C1.768%2C3.542%2C5.426%2C1.774%2C8.173c-1.767%2C2.747-5.426%2C3.541-8.173%2C1.774c-2.747-1.768-3.541-5.427-1.774-8.174%0D%0A%09%09C10.03%2C16.563%2C13.688%2C15.77%2C16.436%2C17.537%22%2F%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23a3a8ad%22%20d%3D%22M29.918%2C8.641%0D%0A%09%09c0.405-0.37%2C1.034-0.343%2C1.404%2C0.062c0.37%2C0.405%2C0.342%2C1.034-0.063%2C1.403c-0.403%2C0.37-1.033%2C0.344-1.402-0.062%0D%0A%09%09C29.486%2C9.64%2C29.514%2C9.01%2C29.918%2C8.641%20M32.495%2C7.629c-0.962-1.053-2.597-1.126-3.65-0.163c-1.053%2C0.963-1.125%2C2.598-0.162%2C3.651%0D%0A%09%09c0.964%2C1.053%2C2.598%2C1.126%2C3.65%2C0.162C33.386%2C10.316%2C33.459%2C8.682%2C32.495%2C7.629%20M24.668%2C5.718c-0.293%2C0.474-0.524%2C0.975-0.689%2C1.492%0D%0A%09%09L22.211%2C7.21c-0.483-0.02-0.89%2C0.353-0.912%2C0.835l-0.081%2C1.825c-0.021%2C0.482%2C0.353%2C0.891%2C0.834%2C0.912l1.76%2C0.158%0D%0A%09%09c0.12%2C0.531%2C0.307%2C1.052%2C0.557%2C1.55l-1.233%2C1.277c-0.356%2C0.328-0.382%2C0.879-0.054%2C1.235l1.234%2C1.35%0D%0A%09%09c0.326%2C0.357%2C0.878%2C0.382%2C1.234%2C0.055l1.383-1.115c0.475%2C0.294%2C0.977%2C0.525%2C1.495%2C0.691v1.767c-0.021%2C0.483%2C0.352%2C0.89%2C0.834%2C0.912%0D%0A%09%09l1.825%2C0.082c0.483%2C0.02%2C0.89-0.353%2C0.913-0.834l0.157-1.762c0.529-0.118%2C1.051-0.303%2C1.548-0.555l1.278%2C1.234%0D%0A%09%09c0.327%2C0.358%2C0.88%2C0.38%2C1.236%2C0.054l1.35-1.235c0.356-0.326%2C0.382-0.877%2C0.055-1.235l-1.114-1.383%0D%0A%09%09c0.293-0.473%2C0.524-0.975%2C0.689-1.493h1.768c0.483%2C0.019%2C0.891-0.353%2C0.912-0.835l0.081-1.825c0.021-0.483-0.353-0.891-0.834-0.912%0D%0A%09%09l-1.76-0.158c-0.12-0.531-0.306-1.051-0.558-1.55l1.234-1.277C38.4%2C4.651%2C38.426%2C4.1%2C38.097%2C3.744l-1.233-1.35%0D%0A%09%09c-0.327-0.358-0.877-0.382-1.235-0.055l-1.383%2C1.114c-0.473-0.293-0.976-0.524-1.494-0.691V0.995%0D%0A%09%09c0.021-0.482-0.353-0.889-0.835-0.912L30.092%2C0c-0.483-0.019-0.891%2C0.354-0.913%2C0.835l-0.156%2C1.762%0D%0A%09%09c-0.531%2C0.118-1.053%2C0.304-1.55%2C0.555l-1.277-1.234c-0.327-0.358-0.88-0.381-1.236-0.054l-1.35%2C1.234%0D%0A%09%09c-0.357%2C0.327-0.382%2C0.878-0.056%2C1.235L24.668%2C5.718z%20M33.668%2C6.557c1.557%2C1.7%2C1.44%2C4.339-0.262%2C5.896%0D%0A%09%09c-1.7%2C1.555-4.341%2C1.439-5.896-0.263c-1.557-1.7-1.438-4.34%2C0.263-5.896C29.473%2C4.738%2C32.113%2C4.854%2C33.668%2C6.557%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .page-head-type-a h1 .ico.mcod-9.current,
.sgi .page-head-type-a h1 .ico.mcod-12.current,
.sgi .page-head-type-a h1 .ico.ico-gears.current {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2239.961px%22%20height%3D%2235.746px%22%20viewBox%3D%220%200%2039.961%2035.746%22%20enable-background%3D%22new%200%200%2039.961%2035.746%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2239.961%22%20height%3D%2235.746%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22white%22%20d%3D%22M12.053%2C21.748%0D%0A%09%09c0.42-0.652%2C1.292-0.842%2C1.945-0.421c0.654%2C0.42%2C0.843%2C1.292%2C0.423%2C1.944c-0.421%2C0.654-1.293%2C0.844-1.946%2C0.423%0D%0A%09%09C11.82%2C23.274%2C11.631%2C22.402%2C12.053%2C21.748%20M15.216%2C19.433c-1.7-1.095-3.965-0.604-5.059%2C1.097%0D%0A%09%09c-1.095%2C1.701-0.602%2C3.966%2C1.098%2C5.06c1.7%2C1.094%2C3.965%2C0.603%2C5.059-1.098C17.409%2C22.791%2C16.917%2C20.526%2C15.216%2C19.433%20M3.804%2C19.643%0D%0A%09%09c-0.232%2C0.756-0.367%2C1.526-0.407%2C2.297l-2.42%2C0.64c-0.669%2C0.145-1.093%2C0.804-0.948%2C1.474l0.549%2C2.529%0D%0A%09%09c0.145%2C0.669%2C0.803%2C1.093%2C1.473%2C0.947l2.468-0.421c0.356%2C0.685%2C0.798%2C1.33%2C1.321%2C1.922l-1.226%2C2.198%0D%0A%09%09c-0.371%2C0.577-0.206%2C1.341%2C0.372%2C1.712l2.178%2C1.402c0.578%2C0.371%2C1.341%2C0.205%2C1.713-0.372l1.491-2.027%0D%0A%09%09c0.756%2C0.231%2C1.527%2C0.366%2C2.297%2C0.406l0.64%2C2.421c0.146%2C0.669%2C0.804%2C1.093%2C1.473%2C0.947l2.53-0.549%0D%0A%09%09c0.669-0.146%2C1.093-0.804%2C0.948-1.473l-0.422-2.468c0.685-0.356%2C1.331-0.798%2C1.922-1.322l2.198%2C1.227%0D%0A%09%09c0.577%2C0.372%2C1.342%2C0.206%2C1.712-0.371l1.402-2.18c0.371-0.577%2C0.206-1.341-0.371-1.712l-2.027-1.491%0D%0A%09%09c0.231-0.756%2C0.365-1.526%2C0.406-2.297l2.42-0.64c0.669-0.146%2C1.094-0.805%2C0.948-1.474l-0.549-2.53%0D%0A%09%09c-0.146-0.67-0.804-1.092-1.473-0.948l-2.469%2C0.422c-0.355-0.685-0.798-1.331-1.321-1.923l1.227-2.197%0D%0A%09%09c0.371-0.577%2C0.206-1.341-0.372-1.713l-2.178-1.401c-0.578-0.372-1.342-0.206-1.713%2C0.372l-1.492%2C2.026%0D%0A%09%09c-0.755-0.231-1.526-0.365-2.297-0.406l-0.64-2.42c-0.145-0.67-0.803-1.093-1.472-0.948l-2.53%2C0.548%0D%0A%09%09c-0.669%2C0.146-1.093%2C0.805-0.948%2C1.474l0.421%2C2.468c-0.684%2C0.356-1.329%2C0.798-1.922%2C1.322l-2.197-1.227%0D%0A%09%09c-0.578-0.372-1.341-0.205-1.712%2C0.372l-1.402%2C2.178c-0.372%2C0.578-0.206%2C1.341%2C0.371%2C1.713L3.804%2C19.643z%20M16.436%2C17.537%0D%0A%09%09c2.748%2C1.768%2C3.542%2C5.426%2C1.774%2C8.173c-1.767%2C2.747-5.426%2C3.541-8.173%2C1.774c-2.747-1.768-3.541-5.427-1.774-8.174%0D%0A%09%09C10.03%2C16.563%2C13.688%2C15.77%2C16.436%2C17.537%22%2F%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22white%22%20d%3D%22M29.918%2C8.641%0D%0A%09%09c0.405-0.37%2C1.034-0.343%2C1.404%2C0.062c0.37%2C0.405%2C0.342%2C1.034-0.063%2C1.403c-0.403%2C0.37-1.033%2C0.344-1.402-0.062%0D%0A%09%09C29.486%2C9.64%2C29.514%2C9.01%2C29.918%2C8.641%20M32.495%2C7.629c-0.962-1.053-2.597-1.126-3.65-0.163c-1.053%2C0.963-1.125%2C2.598-0.162%2C3.651%0D%0A%09%09c0.964%2C1.053%2C2.598%2C1.126%2C3.65%2C0.162C33.386%2C10.316%2C33.459%2C8.682%2C32.495%2C7.629%20M24.668%2C5.718c-0.293%2C0.474-0.524%2C0.975-0.689%2C1.492%0D%0A%09%09L22.211%2C7.21c-0.483-0.02-0.89%2C0.353-0.912%2C0.835l-0.081%2C1.825c-0.021%2C0.482%2C0.353%2C0.891%2C0.834%2C0.912l1.76%2C0.158%0D%0A%09%09c0.12%2C0.531%2C0.307%2C1.052%2C0.557%2C1.55l-1.233%2C1.277c-0.356%2C0.328-0.382%2C0.879-0.054%2C1.235l1.234%2C1.35%0D%0A%09%09c0.326%2C0.357%2C0.878%2C0.382%2C1.234%2C0.055l1.383-1.115c0.475%2C0.294%2C0.977%2C0.525%2C1.495%2C0.691v1.767c-0.021%2C0.483%2C0.352%2C0.89%2C0.834%2C0.912%0D%0A%09%09l1.825%2C0.082c0.483%2C0.02%2C0.89-0.353%2C0.913-0.834l0.157-1.762c0.529-0.118%2C1.051-0.303%2C1.548-0.555l1.278%2C1.234%0D%0A%09%09c0.327%2C0.358%2C0.88%2C0.38%2C1.236%2C0.054l1.35-1.235c0.356-0.326%2C0.382-0.877%2C0.055-1.235l-1.114-1.383%0D%0A%09%09c0.293-0.473%2C0.524-0.975%2C0.689-1.493h1.768c0.483%2C0.019%2C0.891-0.353%2C0.912-0.835l0.081-1.825c0.021-0.483-0.353-0.891-0.834-0.912%0D%0A%09%09l-1.76-0.158c-0.12-0.531-0.306-1.051-0.558-1.55l1.234-1.277C38.4%2C4.651%2C38.426%2C4.1%2C38.097%2C3.744l-1.233-1.35%0D%0A%09%09c-0.327-0.358-0.877-0.382-1.235-0.055l-1.383%2C1.114c-0.473-0.293-0.976-0.524-1.494-0.691V0.995%0D%0A%09%09c0.021-0.482-0.353-0.889-0.835-0.912L30.092%2C0c-0.483-0.019-0.891%2C0.354-0.913%2C0.835l-0.156%2C1.762%0D%0A%09%09c-0.531%2C0.118-1.053%2C0.304-1.55%2C0.555l-1.277-1.234c-0.327-0.358-0.88-0.381-1.236-0.054l-1.35%2C1.234%0D%0A%09%09c-0.357%2C0.327-0.382%2C0.878-0.056%2C1.235L24.668%2C5.718z%20M33.668%2C6.557c1.557%2C1.7%2C1.44%2C4.339-0.262%2C5.896%0D%0A%09%09c-1.7%2C1.555-4.341%2C1.439-5.896-0.263c-1.557-1.7-1.438-4.34%2C0.263-5.896C29.473%2C4.738%2C32.113%2C4.854%2C33.668%2C6.557%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .page-head-type-a h1 .ico.mcod-3034,
.sgi .page-head-type-a h1 .ico.mcod-11212,
.sgi .page-head-type-a h1 .ico.ico-gear {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2226.472px%22%20height%3D%2226.472px%22%20viewBox%3D%220%200%2026.472%2026.472%22%20enable-background%3D%22new%200%200%2026.472%2026.472%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20y%3D%220%22%20width%3D%2226.471%22%20height%3D%2226.472%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23a3a8ad%22%20d%3D%22M11.828%2C13.235%0D%0A%09%09c0-0.776%2C0.631-1.407%2C1.408-1.407c0.777%2C0%2C1.408%2C0.631%2C1.408%2C1.407c0%2C0.777-0.631%2C1.408-1.408%2C1.408%0D%0A%09%09C12.459%2C14.644%2C11.828%2C14.013%2C11.828%2C13.235%20M13.235%2C9.575c-2.021%2C0-3.661%2C1.639-3.661%2C3.66c0%2C2.022%2C1.639%2C3.661%2C3.661%2C3.661%0D%0A%09%09s3.661-1.639%2C3.661-3.661C16.896%2C11.214%2C15.257%2C9.575%2C13.235%2C9.575%20M3.751%2C15.928c0.214%2C0.761%2C0.518%2C1.481%2C0.901%2C2.151%0D%0A%09%09l-1.689%2C1.848c-0.484%2C0.484-0.484%2C1.268%2C0%2C1.752l1.83%2C1.831c0.485%2C0.483%2C1.267%2C0.483%2C1.752%2C0l1.847-1.69%0D%0A%09%09c0.67%2C0.383%2C1.391%2C0.687%2C2.152%2C0.901l0.157%2C2.512c0%2C0.687%2C0.553%2C1.239%2C1.24%2C1.239h2.59c0.687%2C0%2C1.238-0.553%2C1.238-1.239%0D%0A%09%09l0.157-2.512c0.761-0.215%2C1.482-0.519%2C2.152-0.901l1.848%2C1.69c0.484%2C0.483%2C1.267%2C0.483%2C1.751%2C0l1.831-1.831%0D%0A%09%09c0.484-0.484%2C0.484-1.268%2C0-1.752l-1.69-1.848c0.384-0.67%2C0.688-1.391%2C0.901-2.151l2.512-0.157c0.688%2C0%2C1.239-0.552%2C1.239-1.239%0D%0A%09%09V11.94c0-0.686-0.552-1.239-1.239-1.239l-2.512-0.157c-0.213-0.761-0.518-1.482-0.901-2.152l1.69-1.847%0D%0A%09%09c0.484-0.485%2C0.484-1.268%2C0-1.752l-1.831-1.83c-0.484-0.485-1.267-0.485-1.751%2C0l-1.848%2C1.689c-0.67-0.383-1.392-0.687-2.152-0.901%0D%0A%09%09L15.77%2C1.239C15.77%2C0.552%2C15.218%2C0%2C14.531%2C0h-2.59c-0.687%2C0-1.24%2C0.552-1.24%2C1.239l-0.157%2C2.512%0D%0A%09%09C9.783%2C3.965%2C9.062%2C4.269%2C8.392%2C4.652L6.545%2C2.963c-0.485-0.485-1.267-0.485-1.752%2C0l-1.83%2C1.83c-0.484%2C0.484-0.484%2C1.267%2C0%2C1.752%0D%0A%09%09l1.689%2C1.847c-0.383%2C0.67-0.687%2C1.391-0.901%2C2.152l-2.512%2C0.157C0.552%2C10.701%2C0%2C11.254%2C0%2C11.94v2.591%0D%0A%09%09c0%2C0.688%2C0.552%2C1.239%2C1.239%2C1.239L3.751%2C15.928z%20M13.235%2C7.322c3.268%2C0%2C5.914%2C2.646%2C5.914%2C5.913c0%2C3.267-2.646%2C5.914-5.914%2C5.914%0D%0A%09%09c-3.267%2C0-5.914-2.647-5.914-5.914C7.322%2C9.968%2C9.969%2C7.322%2C13.235%2C7.322%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .page-head-type-a h1 .ico.mcod-3034.current,
.sgi .page-head-type-a h1 .ico.mcod-11212.current,
.sgi .page-head-type-a h1 .ico.ico-gear.current {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2226.472px%22%20height%3D%2226.472px%22%20viewBox%3D%220%200%2026.472%2026.472%22%20enable-background%3D%22new%200%200%2026.472%2026.472%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20y%3D%220%22%20width%3D%2226.471%22%20height%3D%2226.472%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22white%22%20d%3D%22M11.828%2C13.235%0D%0A%09%09c0-0.776%2C0.631-1.407%2C1.408-1.407c0.777%2C0%2C1.408%2C0.631%2C1.408%2C1.407c0%2C0.777-0.631%2C1.408-1.408%2C1.408%0D%0A%09%09C12.459%2C14.644%2C11.828%2C14.013%2C11.828%2C13.235%20M13.235%2C9.575c-2.021%2C0-3.661%2C1.639-3.661%2C3.66c0%2C2.022%2C1.639%2C3.661%2C3.661%2C3.661%0D%0A%09%09s3.661-1.639%2C3.661-3.661C16.896%2C11.214%2C15.257%2C9.575%2C13.235%2C9.575%20M3.751%2C15.928c0.214%2C0.761%2C0.518%2C1.481%2C0.901%2C2.151%0D%0A%09%09l-1.689%2C1.848c-0.484%2C0.484-0.484%2C1.268%2C0%2C1.752l1.83%2C1.831c0.485%2C0.483%2C1.267%2C0.483%2C1.752%2C0l1.847-1.69%0D%0A%09%09c0.67%2C0.383%2C1.391%2C0.687%2C2.152%2C0.901l0.157%2C2.512c0%2C0.687%2C0.553%2C1.239%2C1.24%2C1.239h2.59c0.687%2C0%2C1.238-0.553%2C1.238-1.239%0D%0A%09%09l0.157-2.512c0.761-0.215%2C1.482-0.519%2C2.152-0.901l1.848%2C1.69c0.484%2C0.483%2C1.267%2C0.483%2C1.751%2C0l1.831-1.831%0D%0A%09%09c0.484-0.484%2C0.484-1.268%2C0-1.752l-1.69-1.848c0.384-0.67%2C0.688-1.391%2C0.901-2.151l2.512-0.157c0.688%2C0%2C1.239-0.552%2C1.239-1.239%0D%0A%09%09V11.94c0-0.686-0.552-1.239-1.239-1.239l-2.512-0.157c-0.213-0.761-0.518-1.482-0.901-2.152l1.69-1.847%0D%0A%09%09c0.484-0.485%2C0.484-1.268%2C0-1.752l-1.831-1.83c-0.484-0.485-1.267-0.485-1.751%2C0l-1.848%2C1.689c-0.67-0.383-1.392-0.687-2.152-0.901%0D%0A%09%09L15.77%2C1.239C15.77%2C0.552%2C15.218%2C0%2C14.531%2C0h-2.59c-0.687%2C0-1.24%2C0.552-1.24%2C1.239l-0.157%2C2.512%0D%0A%09%09C9.783%2C3.965%2C9.062%2C4.269%2C8.392%2C4.652L6.545%2C2.963c-0.485-0.485-1.267-0.485-1.752%2C0l-1.83%2C1.83c-0.484%2C0.484-0.484%2C1.267%2C0%2C1.752%0D%0A%09%09l1.689%2C1.847c-0.383%2C0.67-0.687%2C1.391-0.901%2C2.152l-2.512%2C0.157C0.552%2C10.701%2C0%2C11.254%2C0%2C11.94v2.591%0D%0A%09%09c0%2C0.688%2C0.552%2C1.239%2C1.239%2C1.239L3.751%2C15.928z%20M13.235%2C7.322c3.268%2C0%2C5.914%2C2.646%2C5.914%2C5.913c0%2C3.267-2.646%2C5.914-5.914%2C5.914%0D%0A%09%09c-3.267%2C0-5.914-2.647-5.914-5.914C7.322%2C9.968%2C9.969%2C7.322%2C13.235%2C7.322%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .page-head-type-a h1 .ico.mcod-11224,
.sgi .page-head-type-a h1 .ico.ico-envelope {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2256.693px%22%20height%3D%2259.07px%22%20viewBox%3D%220%200%2056.693%2059.07%22%20enable-background%3D%22new%200%200%2056.693%2059.07%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23a3a8ad%22%20d%3D%22M24.335%2C34.739c1.103-1.102%2C2.558-1.676%2C4.013-1.676c1.454%2C0%2C2.909%2C0.574%2C4.011%2C1.676l4.496%2C4.496%0D%0A%09%09l11.33-11.33c0%2C0%2C0-17.237-0.043-17.325c-0.176-1.41-1.367-2.513-2.822-2.513h-33.99c-1.455%2C0-2.645%2C1.103-2.82%2C2.513%0D%0A%09%09c0%2C0.132-0.044%2C0.266-0.044%2C0.354v16.973l11.329%2C11.33L24.335%2C34.739z%20M17.81%2C14.414h21.16c1.146%2C0%2C2.071%2C0.927%2C2.071%2C2.072%0D%0A%09%09c0%2C1.146-0.926%2C2.072-2.071%2C2.072H17.81c-1.146%2C0-2.072-0.926-2.072-2.072C15.738%2C15.341%2C16.708%2C14.414%2C17.81%2C14.414z%0D%0A%09%09%20M15.782%2C24.245c0-1.146%2C0.926-2.071%2C2.072-2.071h21.161c1.146%2C0%2C2.07%2C0.926%2C2.07%2C2.071c0%2C1.146-0.926%2C2.072-2.07%2C2.072H17.854%0D%0A%09%09C16.708%2C26.319%2C15.782%2C25.393%2C15.782%2C24.245z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23a3a8ad%22%20d%3D%22M56.252%2C19.926c-0.616-1.676-1.764-3.396-2.997-4.232l-2.205-1.499v10.889l4.452-4.496%0D%0A%09%09C55.766%2C20.323%2C55.989%2C20.102%2C56.252%2C19.926z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23a3a8ad%22%20d%3D%22M31.432%2C0.837C30.682%2C0.309%2C29.536%2C0%2C28.347%2C0c-1.191%2C0-2.336%2C0.31-3.086%2C0.837l-6.438%2C4.409h19.088%0D%0A%09%09L31.432%2C0.837z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23a3a8ad%22%20d%3D%22M5.687%2C25.039V14.195l-2.205%2C1.499c-1.234%2C0.837-2.38%2C2.557-2.998%2C4.232%0D%0A%09%09c0.176%2C0.176%2C0.441%2C0.396%2C0.705%2C0.661L5.687%2C25.039z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23a3a8ad%22%20d%3D%22M38.839%2C41.22l3.702%2C3.702l1.41%2C1.41l1.412%2C1.41l10.139%2C10.142c0.134%2C0.133%2C0.222%2C0.221%2C0.354%2C0.354%0D%0A%09%09c0.529-0.486%2C0.838-1.236%2C0.838-2.029V23.365L38.839%2C41.22z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23a3a8ad%22%20d%3D%22M39.941%2C46.332l-1.411-1.409l-1.676-1.677l-1.014-1.014l-1.014-1.013l-4.497-4.498%0D%0A%09%09c-0.528-0.527-1.233-0.836-2.026-0.836c-0.75%2C0-1.455%2C0.309-2.028%2C0.836l-4.453%2C4.498l-1.014%2C1.014l-1.015%2C1.014l-1.675%2C1.677%0D%0A%09%09l-1.411%2C1.409l-1.41%2C1.41L3.925%2C59.071h48.758L41.307%2C47.742L39.941%2C46.332z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23a3a8ad%22%20d%3D%22M12.74%2C46.332l1.411-1.409l3.704-3.703L8.51%2C31.871l-1.411-1.41l-1.411-1.41L0%2C23.364v32.888%0D%0A%09%09c0%2C0.793%2C0.31%2C1.498%2C0.837%2C2.027c0.089-0.133%2C0.221-0.221%2C0.354-0.354l10.139-10.14L12.74%2C46.332z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .page-head-type-a h1 .ico.mcod-11224.current,
.sgi .page-head-type-a h1 .ico.ico-envelope.current {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2256.693px%22%20height%3D%2259.07px%22%20viewBox%3D%220%200%2056.693%2059.07%22%20enable-background%3D%22new%200%200%2056.693%2059.07%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22white%22%20d%3D%22M24.335%2C34.739c1.103-1.102%2C2.558-1.676%2C4.013-1.676c1.454%2C0%2C2.909%2C0.574%2C4.011%2C1.676l4.496%2C4.496%0D%0A%09%09l11.33-11.33c0%2C0%2C0-17.237-0.043-17.325c-0.176-1.41-1.367-2.513-2.822-2.513h-33.99c-1.455%2C0-2.645%2C1.103-2.82%2C2.513%0D%0A%09%09c0%2C0.132-0.044%2C0.266-0.044%2C0.354v16.973l11.329%2C11.33L24.335%2C34.739z%20M17.81%2C14.414h21.16c1.146%2C0%2C2.071%2C0.927%2C2.071%2C2.072%0D%0A%09%09c0%2C1.146-0.926%2C2.072-2.071%2C2.072H17.81c-1.146%2C0-2.072-0.926-2.072-2.072C15.738%2C15.341%2C16.708%2C14.414%2C17.81%2C14.414z%0D%0A%09%09%20M15.782%2C24.245c0-1.146%2C0.926-2.071%2C2.072-2.071h21.161c1.146%2C0%2C2.07%2C0.926%2C2.07%2C2.071c0%2C1.146-0.926%2C2.072-2.07%2C2.072H17.854%0D%0A%09%09C16.708%2C26.319%2C15.782%2C25.393%2C15.782%2C24.245z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22white%22%20d%3D%22M56.252%2C19.926c-0.616-1.676-1.764-3.396-2.997-4.232l-2.205-1.499v10.889l4.452-4.496%0D%0A%09%09C55.766%2C20.323%2C55.989%2C20.102%2C56.252%2C19.926z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22white%22%20d%3D%22M31.432%2C0.837C30.682%2C0.309%2C29.536%2C0%2C28.347%2C0c-1.191%2C0-2.336%2C0.31-3.086%2C0.837l-6.438%2C4.409h19.088%0D%0A%09%09L31.432%2C0.837z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22white%22%20d%3D%22M5.687%2C25.039V14.195l-2.205%2C1.499c-1.234%2C0.837-2.38%2C2.557-2.998%2C4.232%0D%0A%09%09c0.176%2C0.176%2C0.441%2C0.396%2C0.705%2C0.661L5.687%2C25.039z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22white%22%20d%3D%22M38.839%2C41.22l3.702%2C3.702l1.41%2C1.41l1.412%2C1.41l10.139%2C10.142c0.134%2C0.133%2C0.222%2C0.221%2C0.354%2C0.354%0D%0A%09%09c0.529-0.486%2C0.838-1.236%2C0.838-2.029V23.365L38.839%2C41.22z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22white%22%20d%3D%22M39.941%2C46.332l-1.411-1.409l-1.676-1.677l-1.014-1.014l-1.014-1.013l-4.497-4.498%0D%0A%09%09c-0.528-0.527-1.233-0.836-2.026-0.836c-0.75%2C0-1.455%2C0.309-2.028%2C0.836l-4.453%2C4.498l-1.014%2C1.014l-1.015%2C1.014l-1.675%2C1.677%0D%0A%09%09l-1.411%2C1.409l-1.41%2C1.41L3.925%2C59.071h48.758L41.307%2C47.742L39.941%2C46.332z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22white%22%20d%3D%22M12.74%2C46.332l1.411-1.409l3.704-3.703L8.51%2C31.871l-1.411-1.41l-1.411-1.41L0%2C23.364v32.888%0D%0A%09%09c0%2C0.793%2C0.31%2C1.498%2C0.837%2C2.027c0.089-0.133%2C0.221-0.221%2C0.354-0.354l10.139-10.14L12.74%2C46.332z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .page-head-type-a h1 .ico.mcod-10354,
.sgi .page-head-type-a h1 .ico.ico-mobile {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2018.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2031.6%2042.8%22%20enable-background%3D%22new%200%200%2031.6%2042.8%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23a3a8ad%22%20d%3D%22M0.8%2C38.6c0%2C1.9%2C1.5%2C3.4%2C3.4%2C3.4h23.2c1.9%2C0%2C3.4-1.5%2C3.4-3.4V4.2%0D%0A%09c0-1.9-1.5-3.4-3.4-3.4H4.3c-1.9%2C0-3.4%2C1.5-3.4%2C3.4V38.6z%20M7%2C5h17.7c1%2C0%2C1.9%2C0.8%2C1.9%2C1.9v21.2c0%2C1-0.8%2C1.9-1.9%2C1.9H7%0D%0A%09c-1%2C0-1.9-0.8-1.9-1.9V6.9C5.1%2C5.9%2C6%2C5%2C7%2C5z%20M13.7%2C35.6c0-1.2%2C1-2.2%2C2.2-2.2c1.2%2C0%2C2.2%2C1%2C2.2%2C2.2c0%2C1.2-1%2C2.2-2.2%2C2.2%0D%0A%09C14.7%2C37.7%2C13.7%2C36.8%2C13.7%2C35.6z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .page-head-type-a h1 .ico.mcod-10354.current,
.sgi .page-head-type-a h1 .ico.ico-mobile.current {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2018.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2031.6%2042.8%22%20enable-background%3D%22new%200%200%2031.6%2042.8%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22white%22%20d%3D%22M0.8%2C38.6c0%2C1.9%2C1.5%2C3.4%2C3.4%2C3.4h23.2c1.9%2C0%2C3.4-1.5%2C3.4-3.4V4.2%0D%0A%09c0-1.9-1.5-3.4-3.4-3.4H4.3c-1.9%2C0-3.4%2C1.5-3.4%2C3.4V38.6z%20M7%2C5h17.7c1%2C0%2C1.9%2C0.8%2C1.9%2C1.9v21.2c0%2C1-0.8%2C1.9-1.9%2C1.9H7%0D%0A%09c-1%2C0-1.9-0.8-1.9-1.9V6.9C5.1%2C5.9%2C6%2C5%2C7%2C5z%20M13.7%2C35.6c0-1.2%2C1-2.2%2C2.2-2.2c1.2%2C0%2C2.2%2C1%2C2.2%2C2.2c0%2C1.2-1%2C2.2-2.2%2C2.2%0D%0A%09C14.7%2C37.7%2C13.7%2C36.8%2C13.7%2C35.6z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .header .menu-header #menu-header-slider .slide {
  /*sales-admin*/
  /*access*/
  /*service*/
  /*bi*/
  /*profile*/
  /*bill*/
  /* pagar */
  /*fiscal*/
  /*sales-force*/
  /*franchisees*/
  /*logistics*/
  /*marketing*/
  /*processes*/
}
.sgi .header .menu-header #menu-header-slider .slide.favorites a {
  background-image: url('../images/svg/star.svg');
  background-position: center 18px;
  background-size: 24px auto;
}
.sgi .header .menu-header #menu-header-slider .slide.favorites.locked:after {
  top: 10px;
  right: 12px;
}
.sgi .header .menu-header #menu-header-slider .slide.favorites.current a {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2227.035px%22%20height%3D%2225.908px%22%20viewBox%3D%220%200%2027.035%2025.908%22%20enable-background%3D%22new%200%200%2027.035%2025.908%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2227.035%22%20height%3D%2225.908%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22white%22%20d%3D%22M13.518%2C0%0D%0A%09%09c-0.502%2C0-0.918%2C0.338-1.047%2C0.8L9.813%2C9.012H1.082C0.479%2C9.012%2C0%2C9.535%2C0%2C10.144c0%2C0.372%2C0.188%2C0.704%2C0.469%2C0.901%0D%0A%09%09c0.174%2C0.118%2C7.051%2C5.142%2C7.051%2C5.142s-2.641%2C8.111-2.691%2C8.24c-0.04%2C0.118-0.069%2C0.248-0.069%2C0.383%0D%0A%09%09c0%2C0.608%2C0.49%2C1.099%2C1.094%2C1.099c0.23%2C0%2C0.443-0.073%2C0.625-0.197l7.039-5.125c0%2C0%2C6.883%2C5.013%2C7.041%2C5.125%0D%0A%09%09c0.18%2C0.124%2C0.395%2C0.197%2C0.625%2C0.197c0.602%2C0%2C1.092-0.496%2C1.092-1.099c0-0.135-0.027-0.265-0.066-0.383%0D%0A%09%09c-0.051-0.129-2.691-8.24-2.691-8.24s6.875-5.023%2C7.051-5.142c0.281-0.197%2C0.467-0.529%2C0.467-0.907c0-0.603-0.467-1.126-1.07-1.126%0D%0A%09%09h-8.73L14.566%2C0.8C14.436%2C0.338%2C14.02%2C0%2C13.518%2C0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .header .menu-header #menu-header-slider .slide.mcod-6 a {
  background-image: url('../images/svg/cart.svg');
  background-size: 25px auto;
}
.sgi .header .menu-header #menu-header-slider .slide.mcod-6.locked:after {
  top: 10px;
  right: 10px;
}
.sgi .header .menu-header #menu-header-slider .slide.mcod-6.current a {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2227.035px%22%20height%3D%2223.654px%22%20viewBox%3D%220%200%2027.035%2023.654%22%20enable-background%3D%22new%200%200%2027.035%2023.654%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20y%3D%220%22%20width%3D%2227.035%22%20height%3D%2223.654%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22white%22%20d%3D%22M14.08%2C19.431%0D%0A%09%09c0-0.495-0.084-0.969-0.242-1.408h3.294c-0.15%2C0.439-0.236%2C0.913-0.236%2C1.408c0%2C2.332%2C1.893%2C4.224%2C4.225%2C4.224%0D%0A%09%09s4.225-1.892%2C4.225-4.224c0-2.331-1.893-4.224-4.225-4.224h-9.293c-0.619%2C0-1.127-0.508-1.127-1.127s0.508-1.126%2C1.127-1.126h9.688%0D%0A%09%09c1.02%2C0%2C1.896-0.597%2C2.297-1.464c0.152-0.327%2C3.07-6.979%2C3.07-6.979c0.078-0.181%2C0.152-0.36%2C0.152-0.568%0D%0A%09%09c0-0.619-0.508-1.127-1.127-1.127H8.324L7.851%2C1.358C7.633%2C0.575%2C7.017%2C0%2C6.195%2C0H1.408C0.631%2C0%2C0%2C0.631%2C0%2C1.408%0D%0A%09%09s0.631%2C1.408%2C1.408%2C1.408h2.957c0.502%2C0%2C0.924%2C0.327%2C1.07%2C0.772l2.377%2C12.147c-1.301%2C0.717-2.179%2C2.106-2.179%2C3.695%0D%0A%09%09c0%2C2.332%2C1.892%2C4.224%2C4.224%2C4.224C12.188%2C23.654%2C14.08%2C21.763%2C14.08%2C19.431%20M11.265%2C19.431c0%2C0.777-0.631%2C1.408-1.408%2C1.408%0D%0A%09%09c-0.777%2C0-1.408-0.631-1.408-1.408s0.631-1.408%2C1.408-1.408C10.634%2C18.022%2C11.265%2C18.653%2C11.265%2C19.431%20M22.529%2C19.431%0D%0A%09%09c0%2C0.777-0.631%2C1.408-1.408%2C1.408s-1.408-0.631-1.408-1.408s0.631-1.408%2C1.408-1.408S22.529%2C18.653%2C22.529%2C19.431%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .header .menu-header #menu-header-slider .slide.mcod-10409 a {
  background-image: url('../images/svg/padlock.svg');
  background-size: 18px auto;
}
.sgi .header .menu-header #menu-header-slider .slide.mcod-10409.locked:after {
  top: 10px;
  right: 10px;
}
.sgi .header .menu-header #menu-header-slider .slide.mcod-10409.current a {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2222.527px%22%20height%3D%2227.035px%22%20viewBox%3D%220%200%2022.527%2027.035%22%20enable-background%3D%22new%200%200%2022.527%2027.035%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2222.527%22%20height%3D%2227.035%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22white%22%20d%3D%22M3.942%2C7.322v3.943h-1.69%0D%0A%09%09C1.008%2C11.265%2C0%2C12.273%2C0%2C13.518v11.264c0%2C1.244%2C1.008%2C2.253%2C2.252%2C2.253h18.023c1.244%2C0%2C2.252-1.009%2C2.252-2.253V13.518%0D%0A%09%09c0-1.245-1.008-2.253-2.252-2.253h-1.689V7.322C18.586%2C3.278%2C15.307%2C0%2C11.264%2C0C7.219%2C0%2C3.942%2C3.278%2C3.942%2C7.322%20M6.758%2C11.265%0D%0A%09%09V7.322c0-2.489%2C2.016-4.506%2C4.506-4.506c2.488%2C0%2C4.506%2C2.017%2C4.506%2C4.506v3.943H6.758z%20M9.01%2C17.46c0-1.244%2C1.01-2.253%2C2.254-2.253%0D%0A%09%09c1.244%2C0%2C2.252%2C1.009%2C2.252%2C2.253c0%2C0.794-0.41%2C1.493-1.029%2C1.893c0%2C0%2C0.219%2C1.329%2C0.467%2C2.895c0%2C0.468-0.377%2C0.845-0.846%2C0.845%0D%0A%09%09h-1.689c-0.467%2C0-0.844-0.377-0.844-0.845l0.467-2.895C9.422%2C18.953%2C9.01%2C18.254%2C9.01%2C17.46%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .header .menu-header #menu-header-slider .slide.mcod-1 a {
  background-image: url('../images/svg/talk.svg');
  background-position: center 20px;
  background-size: 24px auto;
}
.sgi .header .menu-header #menu-header-slider .slide.mcod-1.locked:after {
  top: 10px;
  right: 22px;
}
.sgi .header .menu-header #menu-header-slider .slide.mcod-1.current a {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2226.471px%22%20height%3D%2223.188px%22%20viewBox%3D%220%200%2026.471%2023.188%22%20enable-background%3D%22new%200%200%2026.471%2023.188%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22white%22%20d%3D%22M0%2C16.333c0%2C1.245%2C1.007%2C2.252%2C2.251%2C2.252h3.38v3.477c0%2C0.625%2C0.507%2C1.126%2C1.126%2C1.126%0D%0A%09c0.317%2C0%2C0.604-0.13%2C0.806-0.338l4.265-4.265h12.391c1.244%2C0%2C2.252-1.007%2C2.252-2.252V2.252C26.471%2C1.007%2C25.463%2C0%2C24.219%2C0H2.251%0D%0A%09C1.007%2C0%2C0%2C1.007%2C0%2C2.252V16.333z%20M6.757%2C9.856c0-0.776%2C0.631-1.408%2C1.409-1.408c0.776%2C0%2C1.408%2C0.632%2C1.408%2C1.408%0D%0A%09c0%2C0.777-0.632%2C1.408-1.408%2C1.408C7.389%2C11.264%2C6.757%2C10.633%2C6.757%2C9.856%20M11.828%2C9.856c0-0.776%2C0.631-1.408%2C1.407-1.408%0D%0A%09c0.777%2C0%2C1.408%2C0.632%2C1.408%2C1.408c0%2C0.777-0.631%2C1.408-1.408%2C1.408S11.828%2C10.633%2C11.828%2C9.856%20M16.896%2C9.856%0D%0A%09c0-0.776%2C0.631-1.408%2C1.408-1.408s1.408%2C0.632%2C1.408%2C1.408c0%2C0.777-0.631%2C1.408-1.408%2C1.408S16.896%2C10.633%2C16.896%2C9.856%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .header .menu-header #menu-header-slider .slide.mcod-10 a {
  background-image: url('../images/svg/pie.svg');
  background-size: 21px auto;
}
.sgi .header .menu-header #menu-header-slider .slide.mcod-10.locked:after {
  top: 10px;
  right: -2px;
}
.sgi .header .menu-header #menu-header-slider .slide.mcod-10.current a {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2227.8px%22%20height%3D%2227.807px%22%20viewBox%3D%220%200%2027.8%2027.807%22%20enable-background%3D%22new%200%200%2027.8%2027.807%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20y%3D%220%22%20width%3D%2227.8%22%20height%3D%2227.807%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22white%22%20d%3D%22M13.236%2C14.57V1.335%0D%0A%09%09C5.925%2C1.335%2C0%2C7.259%2C0%2C14.571c0%2C7.312%2C5.925%2C13.235%2C13.236%2C13.235s13.235-5.924%2C13.235-13.235V14.57H13.236z%22%2F%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22white%22%20d%3D%22M15.661%2C0.452v11.646h11.688%0D%0A%09%09C27.008%2C5.801%2C21.965%2C0.771%2C15.661%2C0.452%22%2F%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22white%22%20d%3D%22M15.211%2C0.452v11.646c0%2C0.245%2C0.205%2C0.45%2C0.45%2C0.45h11.688%0D%0A%09%09c0.23%2C0%2C0.47-0.205%2C0.45-0.45c-0.53-6.599-5.536-11.589-12.138-12.096c-0.579-0.044-0.575%2C0.856%2C0%2C0.9%0D%0A%09%09c3.096%2C0.237%2C5.778%2C1.478%2C7.976%2C3.667c1.108%2C1.107%2C1.903%2C2.495%2C2.493%2C3.933c0.31%2C0.756%2C0.529%2C3.145%2C1.125%2C3.145h-8.833h-1.979%0D%0A%09%09c-1.066%2C0-0.332-0.14-0.332%2C0.427V8.941V0.452C16.111-0.128%2C15.211-0.128%2C15.211%2C0.452%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .header .menu-header #menu-header-slider .slide.mcod-3 a {
  background-image: url('../images/svg/card.svg');
  background-size: 25px auto;
}
.sgi .header .menu-header #menu-header-slider .slide.mcod-3.locked:after {
  top: 10px;
  right: 13px;
}
.sgi .header .menu-header #menu-header-slider .slide.mcod-3.current a {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2227.035px%22%20height%3D%2223.649px%22%20viewBox%3D%220%200%2027.035%2023.649%22%20enable-background%3D%22new%200%200%2027.035%2023.649%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20y%3D%220%22%20width%3D%2227.035%22%20height%3D%2223.649%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22white%22%20d%3D%22M24.781%2C1.12h-6.543v2.888%0D%0A%09%09c0%2C0.841-0.683%2C1.523-1.524%2C1.523H10.27c-0.842%2C0-1.524-0.682-1.524-1.523V1.12H2.254C1.008%2C1.12%2C0%2C2.129%2C0%2C3.373v18.023%0D%0A%09%09c0%2C1.244%2C1.008%2C2.253%2C2.254%2C2.253h22.527c1.246%2C0%2C2.254-1.009%2C2.254-2.253V3.373C27.035%2C2.129%2C26.027%2C1.12%2C24.781%2C1.12%0D%0A%09%09%20M13.517%2C17.735c0%2C0.468-0.388%2C0.845-0.867%2C0.845H5.937c-0.48%2C0-0.867-0.377-0.867-0.845v-1.059%0D%0A%09%09c0.004-0.242%2C0.106-0.698%2C0.281-0.93c0.625-0.788%2C1.164-1.183%2C2.506-1.317c0.27-0.034%2C0.473-0.26%2C0.473-0.523%0D%0A%09%09c0-0.187-0.607-0.738-0.607-0.738c-0.631-0.637-0.963-1.673-0.963-2.472c0-1.234%2C1.064-2.253%2C2.533-2.253%0D%0A%09%09c1.443%2C0%2C2.535%2C1.019%2C2.535%2C2.253c0%2C0.793-0.338%2C1.825-0.969%2C2.46c0.006%2C0.006-0.603%2C0.563-0.603%2C0.75%0D%0A%09%09c0%2C0.253%2C0.179%2C0.467%2C0.427%2C0.512c1.37%2C0.135%2C1.922%2C0.53%2C2.553%2C1.329c0.18%2C0.231%2C0.276%2C0.688%2C0.281%2C0.93V17.735z%20M19.994%2C17.454%0D%0A%09%09h-2.816c-0.775%2C0-1.406-0.631-1.406-1.408s0.631-1.408%2C1.406-1.408h2.816c0.777%2C0%2C1.408%2C0.631%2C1.408%2C1.408%0D%0A%09%09S20.771%2C17.454%2C19.994%2C17.454%20M19.994%2C12.385h-2.816c-0.775%2C0-1.406-0.631-1.406-1.408c0-0.778%2C0.631-1.408%2C1.406-1.408h2.816%0D%0A%09%09c0.777%2C0%2C1.408%2C0.63%2C1.408%2C1.408C21.402%2C11.754%2C20.771%2C12.385%2C19.994%2C12.385%22%2F%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22white%22%20d%3D%22M17.152%2C3.156%0D%0A%09%09c0%2C0.828-0.671%2C1.5-1.5%2C1.5h-4.5c-0.829%2C0-1.5-0.672-1.5-1.5V1.5c0-0.828%2C0.671-1.5%2C1.5-1.5h4.5c0.829%2C0%2C1.5%2C0.672%2C1.5%2C1.5V3.156z%22%0D%0A%09%09%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .header .menu-header #menu-header-slider .slide.mcod-2 a,
.sgi .header .menu-header #menu-header-slider .slide.mcod-11 a {
  background-image: url('../images/svg/currency.svg');
  background-size: 21px auto;
}
.sgi .header .menu-header #menu-header-slider .slide.mcod-2.locked:after,
.sgi .header .menu-header #menu-header-slider .slide.mcod-11.locked:after {
  top: 10px;
  right: 10px;
}
.sgi .header .menu-header #menu-header-slider .slide.mcod-2.current a,
.sgi .header .menu-header #menu-header-slider .slide.mcod-11.current a {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2226.472px%22%20height%3D%2226.472px%22%20viewBox%3D%220%200%2026.472%2026.472%22%20enable-background%3D%22new%200%200%2026.472%2026.472%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20y%3D%220%22%20width%3D%2226.471%22%20height%3D%2226.472%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22white%22%20d%3D%22M14.477%2C14.64v2.448c0.515-0.279%2C0.816-0.73%2C0.816-1.16v-0.021%0D%0A%09%09C15.313%2C15.306%2C15.034%2C14.833%2C14.477%2C14.64%22%2F%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22white%22%20d%3D%22M13.235%2C0C5.924%2C0%2C0%2C5.925%2C0%2C13.236s5.924%2C13.236%2C13.235%2C13.236%0D%0A%09%09c7.312%2C0%2C13.236-5.925%2C13.236-13.236S20.547%2C0%2C13.235%2C0%20M14.605%2C20.587v1.396h-2.77v-1.375c-1.76-0.063-3.263-1.158-4.315-2.983%0D%0A%09%09l2.748-1.889c0.58%2C0.794%2C1.009%2C0.966%2C1.567%2C1.052v-2.083c-2.104-0.493-4.1-1.717-4.057-4.744c0.129-2.384%2C1.91-3.864%2C4.057-4.337%0D%0A%09%09V4.357h2.77v1.245c1.503%2C0.193%2C2.576%2C0.837%2C3.714%2C2.554l-2.576%2C1.632c-0.235-0.408-0.666-0.687-1.138-0.773v2.405%0D%0A%09%09c2.297%2C0.558%2C4.229%2C1.631%2C4.079%2C4.916C18.491%2C18.654%2C16.688%2C20.071%2C14.605%2C20.587%22%2F%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22white%22%20d%3D%22M11.17%2C9.981v0.021c-0.021%2C0.601%2C0.258%2C1.074%2C0.816%2C1.267V8.822%0D%0A%09%09C11.47%2C9.101%2C11.17%2C9.551%2C11.17%2C9.981%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .header .menu-header #menu-header-slider .slide.mcod-10223 a {
  background-image: url('../images/svg/wallet.svg');
  background-size: 23px auto;
}
.sgi .header .menu-header #menu-header-slider .slide.mcod-10223.locked:after {
  top: 10px;
  right: 8px;
}
.sgi .header .menu-header #menu-header-slider .slide.mcod-10223.current a {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2221px%22%20height%3D%2216.6px%22%20viewBox%3D%220%200%2021%2016.6%22%20enable-background%3D%22new%200%200%2021%2016.6%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22white%22%20d%3D%22M11.581%2C10.037H5.482c-0.618%2C0-1.081%2C0.463-1.081%2C1.08c0%2C0.619%2C0.463%2C1.08%2C1.081%2C1.08h6.099%0D%0A%09c0.618%2C0%2C1.08-0.461%2C1.08-1.08C12.661%2C10.5%2C12.199%2C10.037%2C11.581%2C10.037z%20M0.077%2C14.823c0%2C0.927%2C0.772%2C1.776%2C1.776%2C1.776h17.372%0D%0A%09c0.925%2C0%2C1.775-0.773%2C1.775-1.776V1.775C21%2C0.849%2C20.229%2C0%2C19.225%2C0H1.775C0.849%2C0%2C0%2C0.771%2C0%2C1.775v13.048H0.077z%20M3.165%2C2.162%0D%0A%09h14.593c0.54%2C0%2C0.925%2C0.463%2C0.925%2C0.927v1.235H2.239V3.165C2.239%2C2.625%2C2.702%2C2.162%2C3.165%2C2.162z%20M2.239%2C7.875h16.523v5.56%0D%0A%09c0%2C0.54-0.464%2C0.925-0.927%2C0.925H3.165c-0.54%2C0-0.926-0.462-0.926-0.925V7.875z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .header .menu-header #menu-header-slider .slide.mcod-5 a {
  background-image: url('../images/svg/calculator.svg');
  background-size: 21px auto;
}
.sgi .header .menu-header #menu-header-slider .slide.mcod-5.locked:after {
  top: 10px;
  right: 6px;
}
.sgi .header .menu-header #menu-header-slider .slide.mcod-5.current a {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20id%3D%22Layer_1%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2227.035px%22%20height%3D%2227.034px%22%20viewBox%3D%220%200%2027.035%2027.034%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%3Cdefs%3E%0D%0A%20%20%20%20%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2227.035%22%20height%3D%2227.034%22%2F%3E%0D%0A%20%20%3C%2Fdefs%3E%0D%0A%20%20%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22white%22%20d%3D%22M%2024.782%200%20L%202.253%200%20C%201.008%200%200%201.008%200%202.253%20L%200%2024.781%20C%200%2026.026%201.008%2027.034%202.253%2027.034%20L%2024.782%2027.034%20C%2026.026%2027.034%2027.035%2026.026%2027.035%2024.781%20L%2027.035%202.253%20C%2027.035%201.008%2026.026%200%2024.782%200%20M%209.162%2021.759%20C%208.666%2021.263%208.169%2020.766%207.673%2020.27%20C%207.176%2020.766%206.68%2021.263%206.184%2021.759%20C%205.443%2022.5%204.295%2021.353%205.036%2020.612%20C%205.532%2020.116%206.029%2019.619%206.525%2019.123%20C%206.044%2018.642%205.563%2018.16%205.082%2017.68%20C%204.341%2016.939%205.489%2015.791%206.229%2016.533%20C%206.71%2017.013%207.192%2017.495%207.673%2017.976%20C%208.154%2017.495%208.635%2017.013%209.116%2016.533%20C%209.857%2015.792%2011.004%2016.939%2010.264%2017.68%20C%209.783%2018.16%209.302%2018.642%208.82%2019.123%20C%209.317%2019.619%209.813%2020.116%2010.31%2020.612%20C%2011.051%2021.353%209.903%2022.5%209.162%2021.759%20M%2010.717%209.046%20L%208.604%209.046%20L%208.604%2011.236%20C%208.604%2012.283%206.981%2012.283%206.981%2011.236%20L%206.981%209.046%20L%204.946%209.046%20C%203.9%209.046%203.9%207.423%204.946%207.423%20L%206.981%207.423%20L%206.981%205.466%20C%206.981%204.419%208.604%204.419%208.604%205.466%20L%208.604%207.423%20L%2010.717%207.423%20C%2011.764%207.423%2011.764%209.046%2010.717%209.046%20M%2019.082%2021.875%20C%2018.611%2021.875%2018.228%2021.493%2018.228%2021.021%20C%2018.228%2020.55%2018.612%2020.167%2019.082%2020.167%20C%2019.552%2020.167%2019.936%2020.55%2019.936%2021.021%20C%2019.936%2021.493%2019.553%2021.875%2019.082%2021.875%20M%2022.123%2019.37%20L%2016.352%2019.37%20C%2015.306%2019.37%2015.306%2017.747%2016.352%2017.747%20L%2022.123%2017.747%20C%2023.17%2017.747%2023.17%2019.37%2022.123%2019.37%20M%2018.228%2016.152%20C%2018.228%2015.681%2018.612%2015.298%2019.082%2015.298%20C%2019.552%2015.298%2019.936%2015.681%2019.936%2016.152%20C%2019.936%2016.624%2019.553%2017.006%2019.082%2017.006%20C%2018.611%2017.006%2018.228%2016.624%2018.228%2016.152%20M%2022.123%209.046%20L%2016.352%209.046%20C%2015.306%209.046%2015.306%207.423%2016.352%207.423%20L%2022.123%207.423%20C%2023.17%207.423%2023.17%209.046%2022.123%209.046%22%2F%3E%0D%0A%3C%2Fsvg%3E");
}
.sgi .header .menu-header #menu-header-slider .slide.mcod-4 a {
  background-image: url('../images/svg/profiles.svg');
  background-size: 22px auto;
}
.sgi .header .menu-header #menu-header-slider .slide.mcod-4.locked:after {
  top: 10px;
  right: 10px;
}
.sgi .header .menu-header #menu-header-slider .slide.mcod-4.current a {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2230.34px%22%20height%3D%2227.077px%22%20viewBox%3D%220%200%2030.34%2027.077%22%20enable-background%3D%22new%200%200%2030.34%2027.077%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2230.34%22%20height%3D%2227.077%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22white%22%20d%3D%22M29.603%2C19.524%0D%0A%09%09c-1.634-2.135-3.739-3.239-7.3-3.594c-0.642-0.129-1.126-0.698-1.126-1.374c0-0.495%2C1.589-1.977%2C1.577-1.988%0D%0A%09%09c1.639-1.695%2C2.518-4.449%2C2.518-6.567c0-3.289-2.648-5.959-5.914-5.959c-3.267%2C0-5.914%2C2.67-5.914%2C5.959%0D%0A%09%09c0%2C2.129%2C0.856%2C4.9%2C2.512%2C6.595c0%2C0%2C1.584%2C1.465%2C1.584%2C1.96c0%2C0.715-0.541%2C1.312-1.24%2C1.396c-3.486%2C0.366-5.57%2C1.465-7.186%2C3.571%0D%0A%09%09c-0.469%2C0.608-0.722%2C1.83-0.739%2C2.483c0.006%2C0.169%2C0%2C2.816%2C0%2C2.816c0%2C1.244%2C1.008%2C2.253%2C2.253%2C2.253h17.46%0D%0A%09%09c1.243%2C0%2C2.252-1.009%2C2.252-2.253c0%2C0-0.005-2.647%2C0-2.816C30.324%2C21.354%2C30.07%2C20.133%2C29.603%2C19.524%22%2F%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22white%22%20d%3D%22M21.965%2C21.966%0D%0A%09%09c-0.016-0.653-0.271-1.875-0.737-2.483c-1.046-1.366-2.29-2.307-3.979-2.902c-0.264%2C0.146-0.557%2C0.246-0.87%2C0.284%0D%0A%09%09c-3.148%2C0.331-5.03%2C1.253-6.513%2C3.187c-0.278%2C0.36-0.518%2C1.334-0.532%2C1.9c0.006%2C0.111%2C0%2C2.793%2C0%2C2.793%0D%0A%09%09c0%2C0.688%2C0.562%2C1.251%2C1.253%2C1.251h11.02c0.226-0.351%2C0.359-0.766%2C0.359-1.213C21.965%2C24.782%2C21.96%2C22.135%2C21.965%2C21.966%22%2F%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22white%22%20d%3D%22M7.333%2C24.742%0D%0A%09%09c0-0.003%2C0.006-2.568%2C0-2.785c0.019-0.793%2C0.292-2.277%2C0.946-3.125c1.281-1.67%2C2.832-2.741%2C4.907-3.372%0D%0A%09%09c-0.233-0.251-0.384-0.578-0.384-0.946c0-0.495%2C1.589-1.977%2C1.577-1.987c0.044-0.046%2C0.081-0.099%2C0.124-0.146%0D%0A%09%09c-1.45-1.967-2.102-4.552-2.102-6.461c0-1.883%2C0.75-3.591%2C1.962-4.846C13.404%2C0.398%2C12.24%2C0%2C10.982%2C0%0D%0A%09%09C7.716%2C0%2C5.068%2C2.67%2C5.068%2C5.959c0%2C2.13%2C0.857%2C4.9%2C2.512%2C6.595c0%2C0%2C1.584%2C1.465%2C1.584%2C1.959c0%2C0.716-0.541%2C1.313-1.24%2C1.397%0D%0A%09%09c-3.487%2C0.366-5.57%2C1.465-7.186%2C3.571C0.27%2C20.091%2C0.017%2C21.313%2C0%2C21.966c0.006%2C0.169%2C0%2C2.816%2C0%2C2.816%0D%0A%09%09c0%2C1.244%2C1.008%2C2.253%2C2.253%2C2.253h6.029C7.696%2C26.446%2C7.333%2C25.637%2C7.333%2C24.742%22%2F%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22white%22%20d%3D%22M16.896%2C5.959%0D%0A%09%09c0-1.297-0.416-2.493-1.114-3.472c-0.851%2C0.893-1.381%2C2.099-1.381%2C3.432c0%2C1.345%2C0.421%2C3.189%2C1.314%2C4.685%0D%0A%09%09C16.484%2C9.112%2C16.896%2C7.393%2C16.896%2C5.959%22%2F%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22white%22%20d%3D%22M14.503%2C12.38%0D%0A%09%09c0%2C0%2C1.196%2C1.599%2C1.493%2C1.771c0.297%2C0.172%2C0.125%2C0.625-0.422%2C0.844s-2.01%2C0.213-2.388%2C0.466c-0.377%2C0.253-1.58-2.403-1.58-2.403%0D%0A%09%09l2.843-0.672%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .header .menu-header #menu-header-slider .slide.mcod-10274 a {
  background-image: url('../images/svg/network1.svg');
  background-size: 23px auto;
}
.sgi .header .menu-header #menu-header-slider .slide.mcod-10274.locked:after {
  top: 12px;
  right: 27px;
}
.sgi .header .menu-header #menu-header-slider .slide.mcod-10274.current a {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2231.328px%22%20height%3D%2227.201px%22%20viewBox%3D%220%200%2031.328%2027.201%22%20enable-background%3D%22new%200%200%2031.328%2027.201%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cdefs%3E%0D%0A%09%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2231.328%22%20height%3D%2227.201%22%2F%3E%0D%0A%09%09%3C%2Fdefs%3E%0D%0A%09%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%09%3C%2FclipPath%3E%0D%0A%09%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22white%22%20d%3D%22M11.175%2C7.913c0%2C0.398%2C0.322%2C0.72%2C0.72%2C0.72h7.192%0D%0A%09%09%09c0.397%2C0%2C0.722-0.322%2C0.722-0.72V0.72c0-0.398-0.322-0.72-0.722-0.72h-7.192c-0.398%2C0-0.72%2C0.322-0.72%2C0.72V7.913z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cdefs%3E%0D%0A%09%09%09%3Crect%20id%3D%22SVGID_3_%22%20width%3D%2231.328%22%20height%3D%2227.201%22%2F%3E%0D%0A%09%09%3C%2Fdefs%3E%0D%0A%09%09%3CclipPath%20id%3D%22SVGID_4_%22%3E%0D%0A%09%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_3_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%09%3C%2FclipPath%3E%0D%0A%09%09%3Cpath%20clip-path%3D%22url(%23SVGID_4_)%22%20fill%3D%22white%22%20d%3D%22M0%2C26.481c0%2C0.397%2C0.322%2C0.72%2C0.72%2C0.72h7.193c0.398%2C0%2C0.72-0.321%2C0.72-0.72%0D%0A%09%09%09v-7.193c0-0.396-0.322-0.721-0.72-0.721H0.72C0.322%2C18.567%2C0%2C18.89%2C0%2C19.288V26.481z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cdefs%3E%0D%0A%09%09%09%3Crect%20id%3D%22SVGID_5_%22%20width%3D%2231.328%22%20height%3D%2227.201%22%2F%3E%0D%0A%09%09%3C%2Fdefs%3E%0D%0A%09%09%3CclipPath%20id%3D%22SVGID_6_%22%3E%0D%0A%09%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_5_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%09%3C%2FclipPath%3E%0D%0A%09%09%3Cpath%20clip-path%3D%22url(%23SVGID_6_)%22%20fill%3D%22white%22%20d%3D%22M22.693%2C26.481c0%2C0.397%2C0.322%2C0.72%2C0.722%2C0.72h7.192%0D%0A%09%09%09c0.398%2C0%2C0.721-0.321%2C0.721-0.72v-7.193c0-0.396-0.321-0.721-0.721-0.721h-7.192c-0.397%2C0-0.722%2C0.322-0.722%2C0.721V26.481z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cdefs%3E%0D%0A%09%09%09%3Crect%20id%3D%22SVGID_7_%22%20width%3D%2231.328%22%20height%3D%2227.201%22%2F%3E%0D%0A%09%09%3C%2Fdefs%3E%0D%0A%09%09%3CclipPath%20id%3D%22SVGID_8_%22%3E%0D%0A%09%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_7_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%09%3C%2FclipPath%3E%0D%0A%09%09%3Cpath%20clip-path%3D%22url(%23SVGID_8_)%22%20fill%3D%22white%22%20d%3D%22M11.348%2C26.481c0%2C0.397%2C0.322%2C0.72%2C0.72%2C0.72h7.193%0D%0A%09%09%09c0.398%2C0%2C0.72-0.321%2C0.72-0.72v-7.193c0-0.396-0.32-0.721-0.72-0.721h-7.193c-0.398%2C0-0.72%2C0.322-0.72%2C0.721V26.481z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cdefs%3E%0D%0A%09%09%09%3Crect%20id%3D%22SVGID_9_%22%20width%3D%2231.328%22%20height%3D%2227.201%22%2F%3E%0D%0A%09%09%3C%2Fdefs%3E%0D%0A%09%09%3CclipPath%20id%3D%22SVGID_10_%22%3E%0D%0A%09%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_9_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%09%3C%2FclipPath%3E%0D%0A%09%09%3Cpath%20clip-path%3D%22url(%23SVGID_10_)%22%20fill%3D%22white%22%20d%3D%22M7.388%2C24.804c-0.277-0.154-0.602-0.244-0.971-0.244H6.411%0D%0A%09%09%09c-0.151%2C0.008-0.303%2C0.017-0.454%2C0.026c-0.076-0.231-0.193-0.45-0.347-0.638c-0.188-0.229-0.42-0.396-0.679-0.502v-8.607%0D%0A%09%09%09c0-0.378%2C0.216-0.619%2C0.365-0.619h20.427c0.149%2C0%2C0.365%2C0.241%2C0.365%2C0.619v8.982c0.551-0.053%2C1.102-0.104%2C1.65-0.154v-8.828%0D%0A%09%09%09c0-1.251-0.904-2.269-2.016-2.269H5.296c-1.112%2C0-2.015%2C1.018-2.015%2C2.269v9.34l0.031%2C0.743C4.671%2C24.87%2C6.03%2C24.831%2C7.388%2C24.804%0D%0A%09%09%09%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Crect%20x%3D%2214.872%22%20y%3D%228.309%22%20fill%3D%22white%22%20width%3D%221.584%22%20height%3D%2210.75%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .header .menu-header #menu-header-slider .slide.mcod-7 a {
  background-image: url('../images/svg/truck.svg');
  background-size: 25px auto;
}
.sgi .header .menu-header #menu-header-slider .slide.mcod-7.locked:after {
  top: 10px;
  right: 13px;
}
.sgi .header .menu-header #menu-header-slider .slide.mcod-7.current a {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2227.035px%22%20height%3D%2222.528px%22%20viewBox%3D%220%200%2027.035%2022.528%22%20enable-background%3D%22new%200%200%2027.035%2022.528%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20y%3D%220%22%20width%3D%2227.035%22%20height%3D%2222.528%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22white%22%20d%3D%22M24.781%2C18.586%0D%0A%09%09c1.246%2C0%2C2.254-1.008%2C2.254-2.253V2.253C27.035%2C1.008%2C26.027%2C0%2C24.781%2C0H12.391c-1.244%2C0-2.252%2C1.008-2.252%2C2.253v2.253H6.713%0D%0A%09%09c-0.754%2C0-1.424%2C0.299-1.909%2C0.777L1.956%2C8.144C1.441%2C8.651%2C1.127%2C9.36%2C1.127%2C10.138v5.66C0.484%2C15.928%2C0%2C16.497%2C0%2C17.179%0D%0A%09%09c0%2C0.776%2C0.63%2C1.407%2C1.408%2C1.407h1.982c0.141%2C2.202%2C1.977%2C3.942%2C4.213%2C3.942c2.236%2C0%2C4.072-1.74%2C4.213-3.942h3.959%0D%0A%09%09c0.147%2C2.202%2C1.982%2C3.942%2C4.219%2C3.942s4.072-1.74%2C4.213-3.942H24.781z%20M9.011%2C18.305c0%2C0.777-0.631%2C1.408-1.408%2C1.408%0D%0A%09%09c-0.777%2C0-1.408-0.631-1.408-1.408s0.631-1.408%2C1.408-1.408C8.38%2C16.896%2C9.011%2C17.527%2C9.011%2C18.305%20M21.402%2C18.305%0D%0A%09%09c0%2C0.777-0.631%2C1.408-1.408%2C1.408s-1.408-0.631-1.408-1.408s0.631-1.408%2C1.408-1.408S21.402%2C17.527%2C21.402%2C18.305%20M3.943%2C11.827%0D%0A%09%09v-1.424c0-0.563%2C0.225-0.828%2C0.646-1.251L5.8%2C7.941c0.383-0.383%2C0.676-0.619%2C1.229-0.619h3.109v4.505H3.943z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .header .menu-header #menu-header-slider .slide.mcod-8 a {
  background-image: url('../images/svg/lamp.svg');
  background-size: 14px auto;
}
.sgi .header .menu-header #menu-header-slider .slide.mcod-8.locked:after {
  top: 10px;
  right: 16px;
}
.sgi .header .menu-header #menu-header-slider .slide.mcod-8.current a {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2218.023px%22%20height%3D%2227.035px%22%20viewBox%3D%220%200%2018.023%2027.035%22%20enable-background%3D%22new%200%200%2018.023%2027.035%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2218.023%22%20height%3D%2227.035%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22white%22%20d%3D%22M4.506%2C20.84v1.694%0D%0A%09%09c0%2C0.789%2C0.328%2C1.504%2C0.852%2C2.017l1.656%2C1.656c1.103%2C1.104%2C2.895%2C1.104%2C3.998%2C0l1.656-1.656c0.524-0.513%2C0.85-1.228%2C0.85-2.017%0D%0A%09%09v-1.132H8.506c-0.654%2C0-1.184-0.507-1.184-1.127c0-0.619%2C0.53-1.126%2C1.184-1.126h5.158c0.771-4.343%2C4.359-6.144%2C4.359-10.38%0D%0A%09%09C18.023%2C3.925%2C13.99%2C0%2C9.012%2C0C4.033%2C0%2C0%2C3.925%2C0%2C8.77C0%2C13.55%2C4.506%2C15.241%2C4.506%2C20.84%20M10.506%2C5.069%0D%0A%09%09C9.975%2C4.973%2C9.576%2C4.51%2C9.576%2C3.96c0-0.62%2C0.506-1.144%2C1.125-1.144c0.896%2C0%2C1.982%2C0.636%2C2.896%2C1.537%0D%0A%09%09c0.929%2C0.924%2C1.609%2C2.157%2C1.609%2C2.968c0%2C0.62-0.506%2C1.127-1.125%2C1.127c-0.553%2C0-1.013-0.4-1.111-0.93%0D%0A%09%09C12.689%2C6.386%2C11.723%2C5.351%2C10.506%2C5.069%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .header .menu-header #menu-header-slider .slide.mcod-9 a,
.sgi .header .menu-header #menu-header-slider .slide.mcod-12 a {
  background-image: url('../images/svg/gears.svg');
  background-size: 23px auto;
}
.sgi .header .menu-header #menu-header-slider .slide.mcod-9.locked:after,
.sgi .header .menu-header #menu-header-slider .slide.mcod-12.locked:after {
  top: 10px;
  right: 14px;
}
.sgi .header .menu-header #menu-header-slider .slide.mcod-9.current a,
.sgi .header .menu-header #menu-header-slider .slide.mcod-12.current a {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2239.961px%22%20height%3D%2235.746px%22%20viewBox%3D%220%200%2039.961%2035.746%22%20enable-background%3D%22new%200%200%2039.961%2035.746%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2239.961%22%20height%3D%2235.746%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22white%22%20d%3D%22M12.053%2C21.748%0D%0A%09%09c0.42-0.652%2C1.292-0.842%2C1.945-0.421c0.654%2C0.42%2C0.843%2C1.292%2C0.423%2C1.944c-0.421%2C0.654-1.293%2C0.844-1.946%2C0.423%0D%0A%09%09C11.82%2C23.274%2C11.631%2C22.402%2C12.053%2C21.748%20M15.216%2C19.433c-1.7-1.095-3.965-0.604-5.059%2C1.097%0D%0A%09%09c-1.095%2C1.701-0.602%2C3.966%2C1.098%2C5.06c1.7%2C1.094%2C3.965%2C0.603%2C5.059-1.098C17.409%2C22.791%2C16.917%2C20.526%2C15.216%2C19.433%20M3.804%2C19.643%0D%0A%09%09c-0.232%2C0.756-0.367%2C1.526-0.407%2C2.297l-2.42%2C0.64c-0.669%2C0.145-1.093%2C0.804-0.948%2C1.474l0.549%2C2.529%0D%0A%09%09c0.145%2C0.669%2C0.803%2C1.093%2C1.473%2C0.947l2.468-0.421c0.356%2C0.685%2C0.798%2C1.33%2C1.321%2C1.922l-1.226%2C2.198%0D%0A%09%09c-0.371%2C0.577-0.206%2C1.341%2C0.372%2C1.712l2.178%2C1.402c0.578%2C0.371%2C1.341%2C0.205%2C1.713-0.372l1.491-2.027%0D%0A%09%09c0.756%2C0.231%2C1.527%2C0.366%2C2.297%2C0.406l0.64%2C2.421c0.146%2C0.669%2C0.804%2C1.093%2C1.473%2C0.947l2.53-0.549%0D%0A%09%09c0.669-0.146%2C1.093-0.804%2C0.948-1.473l-0.422-2.468c0.685-0.356%2C1.331-0.798%2C1.922-1.322l2.198%2C1.227%0D%0A%09%09c0.577%2C0.372%2C1.342%2C0.206%2C1.712-0.371l1.402-2.18c0.371-0.577%2C0.206-1.341-0.371-1.712l-2.027-1.491%0D%0A%09%09c0.231-0.756%2C0.365-1.526%2C0.406-2.297l2.42-0.64c0.669-0.146%2C1.094-0.805%2C0.948-1.474l-0.549-2.53%0D%0A%09%09c-0.146-0.67-0.804-1.092-1.473-0.948l-2.469%2C0.422c-0.355-0.685-0.798-1.331-1.321-1.923l1.227-2.197%0D%0A%09%09c0.371-0.577%2C0.206-1.341-0.372-1.713l-2.178-1.401c-0.578-0.372-1.342-0.206-1.713%2C0.372l-1.492%2C2.026%0D%0A%09%09c-0.755-0.231-1.526-0.365-2.297-0.406l-0.64-2.42c-0.145-0.67-0.803-1.093-1.472-0.948l-2.53%2C0.548%0D%0A%09%09c-0.669%2C0.146-1.093%2C0.805-0.948%2C1.474l0.421%2C2.468c-0.684%2C0.356-1.329%2C0.798-1.922%2C1.322l-2.197-1.227%0D%0A%09%09c-0.578-0.372-1.341-0.205-1.712%2C0.372l-1.402%2C2.178c-0.372%2C0.578-0.206%2C1.341%2C0.371%2C1.713L3.804%2C19.643z%20M16.436%2C17.537%0D%0A%09%09c2.748%2C1.768%2C3.542%2C5.426%2C1.774%2C8.173c-1.767%2C2.747-5.426%2C3.541-8.173%2C1.774c-2.747-1.768-3.541-5.427-1.774-8.174%0D%0A%09%09C10.03%2C16.563%2C13.688%2C15.77%2C16.436%2C17.537%22%2F%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22white%22%20d%3D%22M29.918%2C8.641%0D%0A%09%09c0.405-0.37%2C1.034-0.343%2C1.404%2C0.062c0.37%2C0.405%2C0.342%2C1.034-0.063%2C1.403c-0.403%2C0.37-1.033%2C0.344-1.402-0.062%0D%0A%09%09C29.486%2C9.64%2C29.514%2C9.01%2C29.918%2C8.641%20M32.495%2C7.629c-0.962-1.053-2.597-1.126-3.65-0.163c-1.053%2C0.963-1.125%2C2.598-0.162%2C3.651%0D%0A%09%09c0.964%2C1.053%2C2.598%2C1.126%2C3.65%2C0.162C33.386%2C10.316%2C33.459%2C8.682%2C32.495%2C7.629%20M24.668%2C5.718c-0.293%2C0.474-0.524%2C0.975-0.689%2C1.492%0D%0A%09%09L22.211%2C7.21c-0.483-0.02-0.89%2C0.353-0.912%2C0.835l-0.081%2C1.825c-0.021%2C0.482%2C0.353%2C0.891%2C0.834%2C0.912l1.76%2C0.158%0D%0A%09%09c0.12%2C0.531%2C0.307%2C1.052%2C0.557%2C1.55l-1.233%2C1.277c-0.356%2C0.328-0.382%2C0.879-0.054%2C1.235l1.234%2C1.35%0D%0A%09%09c0.326%2C0.357%2C0.878%2C0.382%2C1.234%2C0.055l1.383-1.115c0.475%2C0.294%2C0.977%2C0.525%2C1.495%2C0.691v1.767c-0.021%2C0.483%2C0.352%2C0.89%2C0.834%2C0.912%0D%0A%09%09l1.825%2C0.082c0.483%2C0.02%2C0.89-0.353%2C0.913-0.834l0.157-1.762c0.529-0.118%2C1.051-0.303%2C1.548-0.555l1.278%2C1.234%0D%0A%09%09c0.327%2C0.358%2C0.88%2C0.38%2C1.236%2C0.054l1.35-1.235c0.356-0.326%2C0.382-0.877%2C0.055-1.235l-1.114-1.383%0D%0A%09%09c0.293-0.473%2C0.524-0.975%2C0.689-1.493h1.768c0.483%2C0.019%2C0.891-0.353%2C0.912-0.835l0.081-1.825c0.021-0.483-0.353-0.891-0.834-0.912%0D%0A%09%09l-1.76-0.158c-0.12-0.531-0.306-1.051-0.558-1.55l1.234-1.277C38.4%2C4.651%2C38.426%2C4.1%2C38.097%2C3.744l-1.233-1.35%0D%0A%09%09c-0.327-0.358-0.877-0.382-1.235-0.055l-1.383%2C1.114c-0.473-0.293-0.976-0.524-1.494-0.691V0.995%0D%0A%09%09c0.021-0.482-0.353-0.889-0.835-0.912L30.092%2C0c-0.483-0.019-0.891%2C0.354-0.913%2C0.835l-0.156%2C1.762%0D%0A%09%09c-0.531%2C0.118-1.053%2C0.304-1.55%2C0.555l-1.277-1.234c-0.327-0.358-0.88-0.381-1.236-0.054l-1.35%2C1.234%0D%0A%09%09c-0.357%2C0.327-0.382%2C0.878-0.056%2C1.235L24.668%2C5.718z%20M33.668%2C6.557c1.557%2C1.7%2C1.44%2C4.339-0.262%2C5.896%0D%0A%09%09c-1.7%2C1.555-4.341%2C1.439-5.896-0.263c-1.557-1.7-1.438-4.34%2C0.263-5.896C29.473%2C4.738%2C32.113%2C4.854%2C33.668%2C6.557%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .header .menu-header #menu-header-slider .slide.mcod-10354 a {
  background-image: url('../images/svg/mobile.svg');
  background-size: auto 26px;
}
.sgi .header .menu-header #menu-header-slider .slide.mcod-10354.locked:after {
  top: 10px;
  right: 8px;
}
.sgi .header .menu-header #menu-header-slider .slide.mcod-10354.current a {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2018.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2031.6%2042.8%22%20enable-background%3D%22new%200%200%2031.6%2042.8%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22white%22%20d%3D%22M0.8%2C38.6c0%2C1.9%2C1.5%2C3.4%2C3.4%2C3.4h23.2c1.9%2C0%2C3.4-1.5%2C3.4-3.4V4.2%0D%0A%09c0-1.9-1.5-3.4-3.4-3.4H4.3c-1.9%2C0-3.4%2C1.5-3.4%2C3.4V38.6z%20M7%2C5h17.7c1%2C0%2C1.9%2C0.8%2C1.9%2C1.9v21.2c0%2C1-0.8%2C1.9-1.9%2C1.9H7%0D%0A%09c-1%2C0-1.9-0.8-1.9-1.9V6.9C5.1%2C5.9%2C6%2C5%2C7%2C5z%20M13.7%2C35.6c0-1.2%2C1-2.2%2C2.2-2.2c1.2%2C0%2C2.2%2C1%2C2.2%2C2.2c0%2C1.2-1%2C2.2-2.2%2C2.2%0D%0A%09C14.7%2C37.7%2C13.7%2C36.8%2C13.7%2C35.6z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .header .menu-header #menu-header-slider .slide.mcod-11224 a {
  background-image: url('../images/svg/letter.svg');
  background-size: auto 26px;
}
.sgi .header .menu-header #menu-header-slider .slide.mcod-11224.locked:after {
  top: 10px;
  right: 8px;
}
.sgi .header .menu-header #menu-header-slider .slide.mcod-11224.current a {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2256.693px%22%20height%3D%2259.07px%22%20viewBox%3D%220%200%2056.693%2059.07%22%20enable-background%3D%22new%200%200%2056.693%2059.07%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22white%22%20d%3D%22M24.335%2C34.739c1.103-1.102%2C2.558-1.676%2C4.013-1.676c1.454%2C0%2C2.909%2C0.574%2C4.011%2C1.676l4.496%2C4.496%0D%0A%09%09l11.33-11.33c0%2C0%2C0-17.237-0.043-17.325c-0.176-1.41-1.367-2.513-2.822-2.513h-33.99c-1.455%2C0-2.645%2C1.103-2.82%2C2.513%0D%0A%09%09c0%2C0.132-0.044%2C0.266-0.044%2C0.354v16.973l11.329%2C11.33L24.335%2C34.739z%20M17.81%2C14.414h21.16c1.146%2C0%2C2.071%2C0.927%2C2.071%2C2.072%0D%0A%09%09c0%2C1.146-0.926%2C2.072-2.071%2C2.072H17.81c-1.146%2C0-2.072-0.926-2.072-2.072C15.738%2C15.341%2C16.708%2C14.414%2C17.81%2C14.414z%0D%0A%09%09%20M15.782%2C24.245c0-1.146%2C0.926-2.071%2C2.072-2.071h21.161c1.146%2C0%2C2.07%2C0.926%2C2.07%2C2.071c0%2C1.146-0.926%2C2.072-2.07%2C2.072H17.854%0D%0A%09%09C16.708%2C26.319%2C15.782%2C25.393%2C15.782%2C24.245z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22white%22%20d%3D%22M56.252%2C19.926c-0.616-1.676-1.764-3.396-2.997-4.232l-2.205-1.499v10.889l4.452-4.496%0D%0A%09%09C55.766%2C20.323%2C55.989%2C20.102%2C56.252%2C19.926z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22white%22%20d%3D%22M31.432%2C0.837C30.682%2C0.309%2C29.536%2C0%2C28.347%2C0c-1.191%2C0-2.336%2C0.31-3.086%2C0.837l-6.438%2C4.409h19.088%0D%0A%09%09L31.432%2C0.837z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22white%22%20d%3D%22M5.687%2C25.039V14.195l-2.205%2C1.499c-1.234%2C0.837-2.38%2C2.557-2.998%2C4.232%0D%0A%09%09c0.176%2C0.176%2C0.441%2C0.396%2C0.705%2C0.661L5.687%2C25.039z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22white%22%20d%3D%22M38.839%2C41.22l3.702%2C3.702l1.41%2C1.41l1.412%2C1.41l10.139%2C10.142c0.134%2C0.133%2C0.222%2C0.221%2C0.354%2C0.354%0D%0A%09%09c0.529-0.486%2C0.838-1.236%2C0.838-2.029V23.365L38.839%2C41.22z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22white%22%20d%3D%22M39.941%2C46.332l-1.411-1.409l-1.676-1.677l-1.014-1.014l-1.014-1.013l-4.497-4.498%0D%0A%09%09c-0.528-0.527-1.233-0.836-2.026-0.836c-0.75%2C0-1.455%2C0.309-2.028%2C0.836l-4.453%2C4.498l-1.014%2C1.014l-1.015%2C1.014l-1.675%2C1.677%0D%0A%09%09l-1.411%2C1.409l-1.41%2C1.41L3.925%2C59.071h48.758L41.307%2C47.742L39.941%2C46.332z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22white%22%20d%3D%22M12.74%2C46.332l1.411-1.409l3.704-3.703L8.51%2C31.871l-1.411-1.41l-1.411-1.41L0%2C23.364v32.888%0D%0A%09%09c0%2C0.793%2C0.31%2C1.498%2C0.837%2C2.027c0.089-0.133%2C0.221-0.221%2C0.354-0.354l10.139-10.14L12.74%2C46.332z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
html {
  height: 100%;
}
html body {
  height: 100%;
}
html body form:first-child {
  min-height: 100%;
  position: relative;
}
html body form:first-child:after {
  content: '';
  display: block;
  height: 28px;
  width: 100%;
}
html body form:first-child:after:before,
html body form:first-child:after:after {
  content: " ";
  display: table;
}
html body form:first-child:after:after {
  clear: both;
}
html body form:first-child .sgi {
  position: static;
}
html body form:first-child .sgi > footer {
  height: 28px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 991px) {
  html body form:first-child:after {
    height: 56px;
  }
  html body form:first-child .sgi > footer {
    height: 56px;
  }
}
@media (max-width: 550px) {
  html body form:first-child:after {
    height: 84px;
  }
  html body form:first-child .sgi > footer {
    height: 84px;
  }
}
.footer-sgi {
  font-family: 'robotobold';
  font-size: 11px;
  color: #aebbcc;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background-color: #393c40;
  height: 28px;
  line-height: 28px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.footer-sgi .copyright {
  float: left;
}
.footer-sgi .copyright .logo-gera {
  margin-right: 20px;
  vertical-align: bottom;
  width: 65px;
  height: 28px;
  display: inline-block;
  background-image: url('../images/logo-gera.png');
  background-repeat: no-repeat;
}
.footer-sgi img {
  vertical-align: middle;
}
.footer-sgi .info {
  float: right;
}
.footer-sgi .speed-test {
  float: left;
  margin-left: 30px;
  margin-right: 30px;
  width: 300px;
  height: 28px;
  display: inline-block;
  background-color: #45494d;
}
.footer-sgi .speed-test .frame-interno {
  width: 300px;
  height: 25px;
  border-width: 0px;
}
@media (max-width: 991px) {
  .sgi .footer-push {
    height: 56px;
  }
  .footer-sgi {
    height: 56px;
  }
  .footer-sgi .info {
    float: left;
  }
}
@media (max-width: 550px) {
  .sgi .footer-push {
    height: 84px;
  }
  .footer-sgi {
    height: 84px;
  }
  .footer-sgi .copyright,
  .footer-sgi .info {
    display: inline;
    float: none;
  }
}
.sgi {
  /*
    // versão SEM checkbox/radio
    .tree-list {
        margin: 0;
        padding: 0;

            .item {
                .RobotoBold(11px, @label);
                display: block;
                padding: 21px 15px 21px 15px;
                position: relative;
                }

                .checkbox {
                    display: inline-block;
            height: 15px;
            vertical-align: middle;
            width: 15px;
            //outline: 1px solid red;
            
            label {
                margin-top: 0 !important;
            }
                }

                .item-title {
                    display: inline-block;
                }
                // Botao de + e -
                .btn-plus-minus {
                    background-color: transparent;
                    .border-radius(0);
                    height: 13px;
                    margin: 0 5px 0 0;
                    padding: 0;
                    position: relative;
            vertical-align: middle;
                    width: 13px;

                    &:active {
                        box-shadow: none;
                    }

                    &:focus, &:active:focus {
                        outline: none;
                    }

                    .ico {
                .icon-fill('../images/svg/plus-square.svg', @client-color);
                        background-position: center center;
                        background-repeat: no-repeat;
                        background-size: 11px auto;
                        display: block;
                        height: 11px;
                        width: 11px;
                    }
                }

                &.opened .btn-plus-minus .ico {
            //background-image: url('../images/svg/minus-square.svg');
            .icon-fill('../images/svg/minus-square.svg', @client-color);
            }

        //.item:before {
        //    background-image: url('../images/png/file-tree-child.png');
        //}
        //
        //.item.last-child:before {
        //    background-image: url('../images/png/file-tree-last-child.png');
        //}
            }

        // é preciso declara a formatação de UL após a LI, para a regra de levels sobrepor a de LI padrão
        ul {
            margin: 0;
            padding: 0;
            // LESS Loop
            // @link http://stackoverflow.com/questions/17011090/how-do-i-create-nested-loops-with-less-css
            @iterations: 21;

            .level-loop (@i) when (@i < @iterations) {
                &.level-@{i} > li {
                    display: none;

                    &.opened {
                        display: list-item;
                    }

                    .item {
                        //padding-left: (55px + (40 * @i));
                        padding-left: ((36px * @i) + 4px);

                        &:before {
                            width: (36px * @i);
                        }
                    }
                }

                .level-loop (@i + 1);
            }

            .level-loop (1);
            // o level-1 item da arvore não possui indicador
            &.level-1 > li > .item {
                padding-left: 15px;

                &.opened:before {
                    background-image: url('../images/png/file-tree-first-child.png');
                    display: block;
                }

                &:before {
                    display: none;
                }
            }
        }
        // o level-0 possui background cinza
        &.level-0 > li > .item {
            background-color: @tree-list-level-0;
        }
        // COM CHECKBOX/RADIO
        &.tree-list-checkbox {

            li {

                .item {
                    padding-left: 45px;

                    &:before {
                        background-position: 30px center;
                    }
                }
            }

            ul {
                // LESS Loop
                //@iterationsC: 21;
                //.level-loop-C (@i) when (@i < @iterationsC) {
                //    &.level-@{i} > li .item {
                //        padding-left: ((36px * @i) + 30px);
                //
                //        &:before {
                //            width: (36px * @i) + 20px;
                //        }
                //    }
                //    .level-loop-C (@i + 1);
                //}
                //.level-loop-C (1);
                // o level-1 item da arvore não possui indicador
                &.level-1 > li > .item {
                    padding-left: 45px;

                    &:before {
                        width: 55px;
                    }
            }
        }
    }
    */
}
.sgi .tree-list-new {
  margin: 0;
  padding: 0;
}
.sgi .tree-list-new li {
  list-style: none;
}
.sgi .tree-list-new li .item {
  font-family: 'robotobold';
  font-size: 11px;
  color: #7d7f82;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  display: block;
  padding: 12px 15px 10px 15px;
  position: relative;
}
.sgi .tree-list-new li .item .checkbox {
  display: inline-block;
  vertical-align: middle;
}
.sgi .tree-list-new li .item .checkbox label {
  margin: 0 !important;
}
.sgi .tree-list-new li .item .radio {
  display: inline-block;
  vertical-align: middle;
}
.sgi .tree-list-new li .item .radio label {
  margin: 0 !important;
}
.sgi .tree-list-new li .item .item-title {
  display: inline-block;
  vertical-align: middle;
}
.sgi .tree-list-new li .item .btn-plus-minus {
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 13px;
  margin: 0 5px 0 0;
  padding: 0;
  position: relative;
  top: -2px;
  width: 13px;
}
.sgi .tree-list-new li .item .btn-plus-minus:active {
  box-shadow: none;
}
.sgi .tree-list-new li .item .btn-plus-minus:focus,
.sgi .tree-list-new li .item .btn-plus-minus:active:focus {
  outline: none;
}
.sgi .tree-list-new li .item .btn-plus-minus .ico {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2211px%22%20height%3D%2211px%22%20viewBox%3D%220%200%2011%2011%22%20enable-background%3D%22new%200%200%2011%2011%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%237A8E3E%22%20d%3D%22M7%2C4h4v3H7v4H4V7H0V4h4V0h3V4z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 11px auto;
  display: block;
  height: 11px;
  width: 11px;
}
.sgi .tree-list-new li .item .btn-space {
  display: inline-block;
  width: 18px;
}
.sgi .tree-list-new li .item.opened .btn-plus-minus .ico {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2211px%22%20height%3D%2211px%22%20viewBox%3D%220%200%2011%2011%22%20enable-background%3D%22new%200%200%2011%2011%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%237A8E3E%22%20d%3D%22M11%2C4v3H0V4H11z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.sgi .tree-list-new ul {
  margin: 0;
  padding: 0;
}
.sgi .tree-list-new ul.level-1 > li .item {
  padding-left: 40px;
}
.sgi .tree-list-new ul.level-1 > li .item:before {
  width: 36px;
}
.sgi .tree-list-new ul.level-2 > li .item {
  padding-left: 76px;
}
.sgi .tree-list-new ul.level-2 > li .item:before {
  width: 72px;
}
.sgi .tree-list-new ul.level-3 > li .item {
  padding-left: 112px;
}
.sgi .tree-list-new ul.level-3 > li .item:before {
  width: 108px;
}
.sgi .tree-list-new ul.level-4 > li .item {
  padding-left: 148px;
}
.sgi .tree-list-new ul.level-4 > li .item:before {
  width: 144px;
}
.sgi .tree-list-new ul.level-5 > li .item {
  padding-left: 184px;
}
.sgi .tree-list-new ul.level-5 > li .item:before {
  width: 180px;
}
.sgi .tree-list-new ul.level-6 > li .item {
  padding-left: 220px;
}
.sgi .tree-list-new ul.level-6 > li .item:before {
  width: 216px;
}
.sgi .tree-list-new ul.level-7 > li .item {
  padding-left: 256px;
}
.sgi .tree-list-new ul.level-7 > li .item:before {
  width: 252px;
}
.sgi .tree-list-new ul.level-8 > li .item {
  padding-left: 292px;
}
.sgi .tree-list-new ul.level-8 > li .item:before {
  width: 288px;
}
.sgi .tree-list-new ul.level-9 > li .item {
  padding-left: 328px;
}
.sgi .tree-list-new ul.level-9 > li .item:before {
  width: 324px;
}
.sgi .tree-list-new ul.level-10 > li .item {
  padding-left: 364px;
}
.sgi .tree-list-new ul.level-10 > li .item:before {
  width: 360px;
}
.sgi .tree-list-new ul.level-11 > li .item {
  padding-left: 400px;
}
.sgi .tree-list-new ul.level-11 > li .item:before {
  width: 396px;
}
.sgi .tree-list-new ul.level-12 > li .item {
  padding-left: 436px;
}
.sgi .tree-list-new ul.level-12 > li .item:before {
  width: 432px;
}
.sgi .tree-list-new ul.level-13 > li .item {
  padding-left: 472px;
}
.sgi .tree-list-new ul.level-13 > li .item:before {
  width: 468px;
}
.sgi .tree-list-new ul.level-14 > li .item {
  padding-left: 508px;
}
.sgi .tree-list-new ul.level-14 > li .item:before {
  width: 504px;
}
.sgi .tree-list-new ul.level-15 > li .item {
  padding-left: 544px;
}
.sgi .tree-list-new ul.level-15 > li .item:before {
  width: 540px;
}
.sgi .tree-list-new ul.level-16 > li .item {
  padding-left: 580px;
}
.sgi .tree-list-new ul.level-16 > li .item:before {
  width: 576px;
}
.sgi .tree-list-new ul.level-17 > li .item {
  padding-left: 616px;
}
.sgi .tree-list-new ul.level-17 > li .item:before {
  width: 612px;
}
.sgi .tree-list-new ul.level-18 > li .item {
  padding-left: 652px;
}
.sgi .tree-list-new ul.level-18 > li .item:before {
  width: 648px;
}
.sgi .tree-list-new ul.level-19 > li .item {
  padding-left: 688px;
}
.sgi .tree-list-new ul.level-19 > li .item:before {
  width: 684px;
}
.sgi .tree-list-new ul.level-20 > li .item {
  padding-left: 724px;
}
.sgi .tree-list-new ul.level-20 > li .item:before {
  width: 720px;
}
.sgi .tree-list-new ul.level-1 > li > .item {
  padding-left: 15px;
}
.sgi .tree-list-new.level-0 > li > .item {
  background-color: #e5e5e5;
}
.sgi .tree-list-new.tree-list-checkbox li .item {
  padding-left: 20px;
}
.sgi .tree-list-new.tree-list-checkbox ul.level-1 > li > .item {
  padding-left: 42px;
}
@media (max-width: 1279px) {
  .sgi .modal-xl {
    margin: 10px;
  }
}
body.modal-open {
  overflow: hidden;
}
body.modal-open .sgi .modal {
  background-color: rgba(0, 0, 0, 0.7);
  overflow-x: hidden;
  overflow-y: auto;
}
.sgi .tamanho-original-modal-lg {
  width: 900px !important;
}
.sgi .modal-dialog {
  width: 485px;
  height: auto;
}
.sgi .modal-dialog.modal-lg {
  width: 705px;
  height: auto;
}
.sgi .modal-dialog.modal-xl {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  width: auto;
  height: auto;
}
.sgi .modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.sgi .modal-content.tabbed-modal {
  background-color: #f1f2f2;
}
.sgi .modal-content .modal-header {
  background-color: #393c40;
  font-family: 'robotobold';
  font-size: 20px;
  color: white;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  padding: 0;
}
.sgi .modal-content .modal-header h4 {
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
}
.sgi .modal-content .modal-header h4 .conteudo {
  font-family: 'robotobold';
  font-size: 20px;
  color: white;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.sgi .modal-content .modal-header .close {
  background-image: url('../images/svg/close.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 18px;
  display: block;
  margin: 0;
  height: 60px;
  width: 60px;
}
.sgi .modal-content .modal-header .close span {
  display: none;
}
.sgi .modal-content .modal-body {
  margin: 10px 15px 0;
  padding: 0;
}
.sgi .modal-content .modal-body.modal-body-no-padding {
  margin: -1px -10px 0;
}
.sgi .modal-content .modal-body .alert-text {
  font-family: 'robotobold';
  font-size: 20px;
  color: #b2b2b2;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  padding: 0;
}
.sgi .modal-content .modal-body .alert-text p:last-child {
  margin-bottom: 0;
}
.sgi .modal-content .modal-body .container-fluid.page-head {
  padding: 0 5px 10px;
}
.sgi .modal-content .modal-body pre {
  color: #989898;
}
.sgi .modal-content .modal-body pre span {
  color: red;
}
.sgi .modal-content .modal-footer {
  border: none;
  margin: 30px;
  padding: 0;
  text-align: center;
}
/**
 * Lines
 */
@-webkit-keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
@keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
.line-scale > div:nth-child(1) {
  -webkit-animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div:nth-child(2) {
  -webkit-animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div:nth-child(3) {
  -webkit-animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div:nth-child(4) {
  -webkit-animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div:nth-child(5) {
  -webkit-animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div {
  background-color: #7A8E3E;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
}
.sgi .sgi-loading {
  background-color: #393c40;
  font-family: 'robotomedium';
  font-size: 20px;
  color: #aebbcc;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  line-height: 92px;
  text-align: right;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -46px 0 0 -108px;
  width: 216px;
  height: 92px;
  z-index: 999999;
}
.sgi .sgi-loading span {
  padding-right: 30px;
}
.sgi .sgi-loading .loader {
  line-height: normal;
  position: absolute;
  top: 27px;
  left: 30px;
}
.sgi .sgi-loading .loader > div > div {
  background-color: #7A8E3E;
}
.sgi {
  /** initial setup **/
}
.sgi .nano {
  position: relative;
  width: 100%;
  height: 100%;
}
.sgi .nano > .nano-content {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.sgi .nano > .nano-content:focus {
  outline: thin dotted;
}
.sgi .nano > .nano-content::-webkit-scrollbar {
  display: none;
}
.sgi .has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}
.sgi .nano > .nano-pane {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: .01;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.sgi .nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.sgi .nano:hover > .nano-pane,
.sgi .nano-pane.active,
.sgi .nano-pane.flashed {
  visibility: visible\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99;
}
.sgi .nano .nano-pane {
  background: #393c40;
  border-radius: 0;
  width: 14px;
}
.sgi .nano .nano-pane .nano-slider {
  background: #5b646e;
  border-radius: 0;
  margin: 2px;
  width: 10px;
}
.Zebra_DatePicker {
  font-family: 'robotoregular';
  font-size: 12px;
  color: black;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background-color: white;
  border: 5px solid rgba(106, 115, 117, 0.25);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: -10px 0 0 20px;
  margin: 0;
  padding: 0;
}
.Zebra_DatePicker .dp_header {
  background: #6A7375;
  width: 100% !important;
}
.Zebra_DatePicker .dp_header .dp_caption {
  font-family: 'robotoregular';
  font-size: 12px;
  color: white;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  padding: 10px;
  text-transform: uppercase;
}
.Zebra_DatePicker .dp_header .dp_caption .left {
  color: white;
  float: left;
}
.Zebra_DatePicker .dp_header .dp_caption .right {
  color: white;
  float: right;
}
.Zebra_DatePicker .dp_header .dp_previous {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2212px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2012%2020%22%20enable-background%3D%22new%200%200%2012%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22white%22%20d%3D%22M9.766%2C0L0%2C9.999l9.766%2C9.999L12%2C17.742L4.437%2C9.999L12%2C2.256%0D%0A%09L9.766%2C0z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px auto;
}
.Zebra_DatePicker .dp_header .dp_next {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2212px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2012%2020%22%20enable-background%3D%22new%200%200%2012%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22white%22%20d%3D%22M2.234%2C19.998L12%2C9.999L2.234%2C0L0%2C2.256l7.563%2C7.743L0%2C17.742L2.234%2C19.998z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px auto;
}
.Zebra_DatePicker .dp_header .dp_hover,
.Zebra_DatePicker td.dp_selected,
.Zebra_DatePicker .dp_footer .dp_hover,
.Zebra_DatePicker td.dp_hover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.Zebra_DatePicker td.dp_selected {
  background: #6A7375;
  color: white;
}
.Zebra_DatePicker td.dp_current {
  background: #aebbcc;
  color: white;
}
.Zebra_DatePicker .dp_daypicker {
  font-size: 10px;
  margin: 10px 10px 0;
}
.Zebra_DatePicker .dp_daypicker tr th {
  color: #6A7375;
  font-weight: 400;
  padding: 0;
}
.Zebra_DatePicker .dp_daypicker tr td {
  border-bottom: 1px solid #D2D7D9;
}
.Zebra_DatePicker .dp_daypicker tr :last-child td {
  border-bottom: 0;
}
.Zebra_DatePicker .dp_footer {
  margin: 0;
  width: 100% !important;
}
.sgi .input-dropdown-checkbox {
  position: relative;
}
.sgi .input-dropdown-checkbox .input-text {
  cursor: pointer;
  padding-right: 15px;
}
.sgi .input-dropdown-checkbox ul {
  background-color: white;
  border: 1px solid #989898;
  list-style: none;
  margin: -1px 0 0;
  padding: 0;
  width: 260px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
  display: none;
}
.sgi .input-dropdown-checkbox ul li {
  padding: 5px;
}
/*****************************************************************************************
 * LESS: tooltip.less
 * Descri��o: less de configura��o de estilos dos tolltips do SGI.
 *****************************************************************************************/
.sgi .tooltip > .tooltip-inner {
  position: absolute;
  margin-left: -15px;
  min-width: 300px;
  background-color: #FFF;
  border: 1px solid #aebbcc;
  -webkit-box-shadow: 1px 1px 5px #aebbcc;
  -moz-box-shadow: 1px 1px 5px #aebbcc;
  box-shadow: 1px 1px 5px #aebbcc;
  font-family: 'robotoregular';
  font-size: 11px;
  color: #393c40;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-align: left;
}
.fab-container {
  position: fixed;
  bottom: 64px;
  right: 24px;
  z-index: 10;
}
.fab-container .fab-button {
  display: flex;
  position: relative;
  width: 56px;
  height: 56px;
  background: #F82C85;
  transition: 0.2s ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2);
  align-items: center;
  justify-content: center;
}
.fab-container .fab-button:hover,
.fab-container .fab-button:focus,
.fab-container .fab-button:hover {
  background: #f81d7c;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.3);
  outline: none;
}
.fab-container .fab-button .fab-button__label {
  bottom: 25%;
  font-family: arial;
  font-weight: 600;
  border-radius: 2px;
  background: #585858;
  color: #fff;
  font-size: 12px;
  visibility: hidden;
  opacity: 0;
  padding: 5px 7px;
  margin-right: 12px;
  position: absolute;
  right: 100%;
  white-space: nowrap;
}
.fab-container .fab-button .material-icons {
  color: #fff;
}
.fab-container .fab-button:hover .fab-button__label,
.fab-container .fab-button:hover:after {
  visibility: visible;
  opacity: 1;
}
.fab-container .fab-button:not(:last-child) {
  width: 40px;
  height: 40px;
  margin: 20px auto 0;
  opacity: 0;
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
}
.fab-container:hover .fab-button {
  margin: 10px auto 0;
}
.fab-container:hover .fab-button:not(:last-child) {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.fab-container:hover .fab-button:nth-last-child(1) {
  -webkit-transition-delay: 25ms;
  transition-delay: 25ms;
  background-size: contain;
}
.fab-container:hover .fab-button:not(:last-child):nth-last-child(2) {
  -webkit-transition-delay: 50ms;
  transition-delay: 20ms;
  background-size: contain;
}
.fab-container:hover .fab-button:not(:last-child):nth-last-child(3) {
  -webkit-transition-delay: 75ms;
  transition-delay: 40ms;
  background-size: contain;
}
.fab-container:hover .fab-button:not(:last-child):nth-last-child(4) {
  -webkit-transition-delay: 100ms;
  transition-delay: 60ms;
  background-size: contain;
}
.sgi .form-group-material {
  display: inline-block;
  position: relative;
  min-height: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}
.sgi .form-group-material *,
.sgi .form-group-material*:before,
.sgi .form-group-material*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sgi .form-group-material .control-label {
  width: 100%;
  font-weight: 400;
  pointer-events: none;
  position: absolute;
  font-family: 'robotoregular';
  font-size: 16px;
  color: rgba(0, 0, 0, 0.38);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  transform: translate3d(0, 22px, 0) scale(1);
  transform-origin: left top;
  transition: 240ms;
}
.sgi .form-group-material .control-label .required {
  font-family: 'robotoregular';
  font-size: 13px;
  color: rgba(0, 0, 0, 0.38);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  position: relative;
  left: -2px;
  top: -5px;
}
.sgi .form-group-material.focused .control-label {
  transform: scale(0.75);
}
.sgi .form-group-material .form-control {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 18px;
  border: none;
  transition: 240ms;
  font-weight: 400;
  font-family: 'robotoregular';
  font-size: 16px;
  color: rgba(0, 0, 0, 0.54);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-bottom: 3px;
  width: 100%;
  line-height: 20px;
}
.sgi .form-group-material .form-control:disabled,
.sgi .form-group-material .form-control.readonly {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.12) !important;
  font-family: 'robotoregular' !important;
  font-size: 16px !important;
  color: rgba(0, 0, 0, 0.38) !important;
  -webkit-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important;
  background: transparent;
}
.sgi .form-group-material .input-select {
  height: 20px;
  top: 19px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.sgi .form-group-material .input-select select {
  top: -3px;
  padding-bottom: 0;
  font-family: 'robotoregular';
  font-size: 16px;
  color: rgba(0, 0, 0, 0.54);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: normal;
}
.sgi .form-group-material .input-select select option {
  font-family: 'robotoregular';
  font-size: 16px;
  color: rgba(0, 0, 0, 0.54);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.sgi .form-group-material input[type="text"],
.sgi .form-group-material input[type="password"] {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.sgi .form-group-material .form-control::-webkit-input-placeholder {
  color: transparent;
  -moz-transition: 240ms;
  -o-transition: 240ms;
  -webkit-transition: 240ms;
  transition: 240ms;
}
.sgi .form-group-material .form-control:focus::-webkit-input-placeholder {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
.sgi .form-group-material.focused .form-control::-webkit-input-placeholder {
  color: #bbb;
}
.sgi .form-group-material .help-block {
  position: absolute;
  top: 35px;
}
.sgi .form-group-material.focused:not(.is-disabled):not(.not-in-evidence) {
  box-shadow: inset 0 -2px 0 #7A8E3E;
  border-color: transparent;
}
.sgi .form-group-material.disabled .form-control {
  padding-left: 0;
}
.sgi .form-group-material.form-group .readonly {
  font-weight: normal;
}
.sgi .form-group-material.ico-select label:after {
  content: none;
}
.sgi .form-group-material.ico-select:after {
  content: '';
  background-image: url('../images/svg/dropdown-arrow-material.svg');
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20viewBox%3D%220%200%20500%20500%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Abx%3D%22https%3A%2F%2Fboxy-svg.com%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%237A8E3E%22%20d%3D%22M%20-250%20-375%20L%200%20-125%20L%20-500%20-125%20L%20-250%20-375%20Z%22%20style%3D%22%22%20transform%3D%22matrix(-1%2C%200%2C%200%2C%20-1%2C%200%2C%200)%22%20bx%3Ashape%3D%22triangle%20-500%20-375%20500%20250%200.5%200%201%40e95ca513%22%2F%3E%0D%0A%3C%2Fsvg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10px auto;
  height: 16px;
  width: 10px;
  position: absolute;
  right: 4px;
  top: 20px;
  z-index: 2;
  pointer-events: none;
}
.sgi .form-group-material.ico-select .dropdown {
  position: absolute;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  top: 38px;
}
.sgi .form-group-material.ico-select .dropdown .form-control {
  top: -20px;
}
.sgi .form-group-material.ico-select .dropdown-menu {
  top: -1px;
  border-radius: 0;
}
.sgi .form-group-material.ico-select .form-control {
  padding-right: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  border-bottom: none;
}
.sgi .form-group-material.form-group-material-calendar input[type=text] {
  width: 100% !important;
}
.sgi .form-group-material.form-group-material-calendar .form-control {
  transition: none;
}
.sgi .form-group-material.form-group-material-calendar .ico {
  background-size: 24px;
  width: 24px;
  height: 24px;
  top: 12px;
}
.sgi .form-group-material.form-group-material-calendar:not(.focused) .form-control:hover {
  color: transparent;
}
.sgi .form-group-material.ico-right {
  padding-right: 0;
}
.sgi .form-group-material.ico-right .material-icons {
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 10;
  color: #7A8E3E;
  cursor: pointer;
}
.sgi .form-group-material.ico-right .form-control {
  padding-right: 30px;
}
.sgi .form-group-material.ico-right .form-control.focus-space {
  padding-right: 55px;
}
.sgi .form-group-material.ico-right .form-control-clear {
  top: 0;
  margin-right: 24px;
}
.sgi .form-group-material .checkbox {
  position: relative;
  margin: 0;
  padding: 5px 10px;
}
.sgi .form-group-material .checkbox [type="checkbox"] {
  display: none;
}
.sgi .form-group-material .checkbox [type="checkbox"]:not(:checked) + label:before,
.sgi .form-group-material .checkbox [type="checkbox"]:checked + label:before {
  width: 20px;
  height: 20px;
}
.sgi .form-group-material .checkbox [type="checkbox"]:not(:checked) + label:after,
.sgi .form-group-material .checkbox [type="checkbox"]:checked + label:after {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
.sgi .form-group-material .checkbox [type="checkbox"]:not(:checked) + label,
.sgi .form-group-material .checkbox [type="checkbox"]:checked + label {
  padding-left: 30px;
  margin-bottom: 3px;
  vertical-align: middle;
}
.sgi .form-group-material .checkbox label {
  cursor: pointer;
  font-family: 'robotoregular';
  font-size: 14px;
  color: rgba(0, 0, 0, 0.54);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.sgi .form-group-material .checkbox label:before,
.sgi .form-group-material .checkbox label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.sgi .form-group-material .checkbox label:before {
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.54);
  border-radius: 2px;
  cursor: pointer;
  -moz-transition: background .3s;
  -o-transition: background .3s;
  -webkit-transition: background .3s;
  transition: background .3s;
}
.sgi .form-group-material .checkbox label:after {
  background-image: none;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
.sgi .form-group-material .checkbox input[type="checkbox"] {
  outline: 0;
  margin-right: 10px;
}
.sgi .form-group-material .checkbox input[type="checkbox"]:checked + label:before {
  background: #17c0a6;
  border: none;
}
.sgi .form-group-material .checkbox input[type="checkbox"]:checked + label:after {
  background-image: none;
  transform: rotate(-45deg);
  top: 5px;
  left: 4px;
  width: 12px;
  height: 6px;
  border: 2px solid #fff;
  border-top-style: none;
  border-right-style: none;
}
.sgi .form-group-material .checkbox [type="checkbox"]:not(:checked) + label,
.sgi .form-group-material .checkbox [type="checkbox"]:checked + label {
  margin-top: 3px;
  height: 20px;
  line-height: 20px;
}
.sgi .form-group-material textarea.form-control {
  position: static;
  width: 100%;
  margin-top: 18px;
}
.sgi .icon-button-material {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  background: #7A8E3E;
  transition: 0.2s ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.sgi .icon-button-material:hover,
.sgi .icon-button-material:focus,
.sgi .icon-button-material:hover {
  background: #718339;
  outline: none;
}
.sgi .icon-button-material .icon-button__label {
  display: none;
}
.sgi .icon-button-material .ico {
  width: 30px;
  height: 30px;
  background-size: 24px 24px;
  position: static;
}
.sgi .icon-button-material:not(:last-child) {
  width: 40px;
  height: 40px;
  margin: 20px auto 0;
  opacity: 0;
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
}
.sgi .form-group .icon-button-material {
  margin-top: 5px;
}
.status-icon {
  position: relative;
}
.status-icon:after {
  content: '';
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
  top: -12px;
  right: -10px;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 50%;
}
.status-icon.status-icon-left:after {
  left: -10px;
  right: unset;
}
.status-icon.status-icon-ok:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20fill%3D%22%2317C0A6%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%2317C0A6%22%20d%3D%22M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm-2%2015l-5-5%201.41-1.41L10%2014.17l7.59-7.59L19%208l-9%209z%22%2F%3E%0D%0A%3C%2Fsvg%3E");
  background-size: 24px 24px;
  background-position: -1px -1px;
}
.status-icon.status-icon-alert:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20fill%3D%22%23FF4C61%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23FF4C61%22%20d%3D%22M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm1%2015h-2v-2h2v2zm0-4h-2V7h2v6z%22%2F%3E%0D%0A%3C%2Fsvg%3E");
  background-size: 24px 24px;
  background-position: -1px -1px;
}
.resumo-lateral {
  box-sizing: border-box;
  position: fixed;
  right: -200px;
  top: 125px;
  z-index: 150;
  background: #ffffff;
  -moz-transition: .2s;
  -o-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s;
}
.resumo-lateral * {
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .resumo-lateral {
    top: 250px;
  }
}
.resumo-lateral .btn-resumo-lateral {
  position: absolute;
  right: 100%;
  width: 48px;
  height: 48px;
  color: #ffffff;
  background: linear-gradient(0, #FF4C61 -40%, #A7285F 110%);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  vertical-align: middle;
}
.resumo-lateral .btn-resumo-lateral i {
  color: #ffffff;
  vertical-align: middle;
  height: 48px;
  line-height: 48px;
}
.resumo-lateral.is-active {
  right: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.resumo-lateral .resumo-lateral-item {
  display: flex;
  padding: 11px 15px 15px 0;
  width: 200px;
}
.resumo-lateral .resumo-lateral-item + .resumo-lateral-item {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.resumo-lateral .resumo-lateral-item .material-icons {
  margin-left: 10px;
  margin-right: 5px;
  color: rgba(0, 0, 0, 0.54);
}
.resumo-lateral .resumo-lateral-item .item-content .title {
  font-family: 'robotoregular';
  font-size: 12px;
  color: #7A8E3E;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  line-height: 16px;
  margin: 0;
}
.resumo-lateral .resumo-lateral-item .item-content .content {
  font-family: 'robotoregular';
  font-size: 12px;
  color: rgba(0, 0, 0, 0.38);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  line-height: 16px;
  margin: 0;
}
.form-panel {
  background: #ffffff;
  box-sizing: border-box;
}
.form-panel:before,
.form-panel:after {
  content: " ";
  display: table;
}
.form-panel:after {
  clear: both;
}
.form-panel * {
  box-sizing: border-box;
}
.form-panel .form-panel-header {
  position: relative;
  width: 100%;
}
.form-panel .form-panel-header:before,
.form-panel .form-panel-header:after {
  content: " ";
  display: table;
}
.form-panel .form-panel-header:after {
  clear: both;
}
.form-panel .form-panel-header .form-panel-title {
  padding: 30px 20px;
  width: 260px;
  float: left;
  text-transform: uppercase;
  font-family: 'robotobold';
  font-size: 14px;
  color: #7A8E3E;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.form-panel .form-panel-header .form-panel-title + .form-panel-header-content {
  margin-top: 0;
  width: calc(100% - 410px);
}
.form-panel .form-panel-header .form-panel-header-content {
  padding-top: 10px;
  float: left;
  width: calc(100% - 150px);
}
.form-panel .form-panel-header .form-panel-header-content .tooltip-container {
  float: right;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 25px;
}
.form-panel .form-panel-header .form-panel-toggle {
  max-width: 150px;
  padding: 28px 20px;
  text-align: right;
  float: right;
}
.form-panel .form-panel-header .form-panel-toggle .bt_collapse {
  float: right;
  cursor: pointer;
  font-family: 'robotoregular';
  font-size: 12px;
  color: rgba(0, 0, 0, 0.38);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  white-space: nowrap;
  vertical-align: middle;
}
.form-panel .form-panel-header .form-panel-toggle .bt_collapse > span {
  margin-right: 5px;
  vertical-align: middle;
}
.form-panel .form-panel-header .form-panel-toggle + .form-panel-header-content {
  width: 100%;
  margin-top: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
@media (max-width: 910px) {
  .form-panel .form-panel-header .form-panel-title {
    padding: 20px 20px 10px 20px;
  }
  .form-panel .form-panel-header .form-panel-title + .form-panel-header-content {
    width: 100%;
    margin-top: 0;
  }
  .form-panel .form-panel-header .form-panel-header-content {
    margin-top: 60px;
    clear: both;
    width: 100%;
    padding-top: 0;
    padding-bottom: 10px;
  }
  .form-panel .form-panel-header .form-panel-toggle {
    position: absolute;
    padding: 20px 20px 10px 20px;
    right: 0;
    top: 0;
    width: unset;
  }
}
.form-panel .form-panel-content {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding: 0;
}
.form-panel .form-panel-fallback {
  background: #EBECEC;
  padding: 20px;
  text-align: center;
}
.form-panel .form-panel-fallback .material-icons {
  color: #7A8E3E;
  font-size: 40px;
  line-height: 40px;
  vertical-align: middle;
}
.form-panel .form-panel-fallback .material-icons + span {
  margin-left: 4px;
}
.form-panel .form-panel-fallback > span {
  font-family: 'robotoregular';
  font-size: 14px;
  color: rgba(0, 0, 0, 0.54);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  vertical-align: middle;
  display: inline-block;
}
@media (max-width: 400px) {
  .form-panel.has-panel-toggle .form-panel-title {
    margin-top: 40px;
  }
}
.tabs-box .tab-content .grid_tabela.material-table,
.grid_tabela.material-table {
  border: none;
}
.tabs-box .tab-content .grid_tabela.material-table tr th,
.grid_tabela.material-table tr th {
  border: none;
  font-family: 'robotoregular';
  font-size: 10px;
  color: rgba(0, 0, 0, 0.38);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  padding: 14px 10px;
  white-space: nowrap;
}
.tabs-box .tab-content .grid_tabela.material-table td,
.grid_tabela.material-table td {
  padding: 12px 10px;
  font-family: 'robotobold';
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.tabs-box .tab-content .grid_tabela.material-table th:first-of-type,
.grid_tabela.material-table th:first-of-type,
.tabs-box .tab-content .grid_tabela.material-table td:first-of-type,
.grid_tabela.material-table td:first-of-type {
  padding-left: 20px;
}
.tabs-box .tab-content .grid_tabela.material-table th:last-of-type,
.grid_tabela.material-table th:last-of-type,
.tabs-box .tab-content .grid_tabela.material-table td:last-of-type,
.grid_tabela.material-table td:last-of-type {
  padding-right: 20px;
}
.tabs-box .tab-content .grid_tabela.material-table tr td,
.grid_tabela.material-table tr td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.tabs-box .tab-content .grid_tabela.material-table .ico-material,
.grid_tabela.material-table .ico-material {
  display: inline-block;
  width: 29px;
  height: 24px;
  vertical-align: middle;
}
.tabs-box .tab-content .grid_tabela.material-table .ico-material img,
.grid_tabela.material-table .ico-material img {
  width: 24px;
  height: 24px;
  max-width: 24px !important;
  padding: 0;
  margin-left: 5px;
}
.tabs-box .tab-content .grid_tabela.material-table .status-circle,
.grid_tabela.material-table .status-circle {
  width: 20px;
  height: 20px;
  border-color: #6C6C6C;
}
.tabs-box .tab-content .grid_tabela.material-table .result-actions-menu,
.grid_tabela.material-table .result-actions-menu {
  margin-top: 5px;
}
.tooltip-material {
  position: relative;
  display: inline-block;
  color: rgba(0, 0, 0, 0.54);
}
.tooltip-material:after {
  content: attr(data-text);
  display: none;
  min-width: 200px;
  background-color: #757575;
  color: rgba(255, 255, 255, 0.87);
  text-align: center;
  padding: 8px;
  right: -8px;
  top: 30px;
  border-radius: 2px;
  position: absolute;
  z-index: 150;
}
.tooltip-material:before {
  position: absolute;
  display: none;
  bottom: -3px;
  right: 8px;
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #757575;
}
.tooltip-material:hover:after,
.tooltip-material:hover:before,
.tooltip-material.is-active:after,
.tooltip-material.is-active:before {
  display: block;
}
.tooltip-container {
  position: relative;
}
.tooltip-container.tooltip-container-left {
  padding-left: 25px;
}
.tooltip-container.tooltip-container-left .tooltip-material {
  position: absolute;
  left: 16px;
  top: calc(50% - 14px);
}
.tooltip-container.tooltip-container-top-left {
  padding-left: 25px;
}
.tooltip-container.tooltip-container-top-left .tooltip-material {
  position: absolute;
  top: 12px;
  left: 16px;
}
.tooltip-container.tooltip-container-bottom-left {
  padding-left: 25px;
}
.tooltip-container.tooltip-container-bottom-left.tooltip-material {
  position: absolute;
  left: 16px;
  bottom: 12px;
}
.tooltip-container.tooltip-container-bottom-right {
  padding-right: 25px;
}
.tooltip-container.tooltip-container-bottom-right .tooltip-material {
  position: absolute;
  bottom: 12px;
  right: 16px;
}
.tooltip-container.tooltip-container-right {
  padding-right: 25px;
}
.tooltip-container.tooltip-container-right .tooltip-material {
  position: absolute;
  right: 16px;
  top: calc(50% - 14px);
}
.tooltip-container.tooltip-container-top-right {
  padding-right: 25px;
}
.tooltip-container.tooltip-container-top-right .tooltip-material {
  position: absolute;
  top: 12px;
  right: 16px;
}
.tooltip-container.tooltip-container-top {
  padding-top: 25px;
}
.tooltip-container.tooltip-container-top .tooltip-material {
  position: absolute;
  top: 12px;
  left: calc(50% - 14px);
}
.tooltip-container.tooltip-container-bottom {
  padding-bottom: 25px;
}
.tooltip-container.tooltip-container-bottom .tooltip-material {
  position: absolute;
  bottom: 12px;
  left: calc(50% - 14px);
}
.card {
  background: #ffffff;
  margin: 16px;
  border: 3px solid rgba(229, 229, 229, 0.4);
}
.card .card__header {
  font-family: 'robotobold';
  font-size: 14px;
  color: #7A8E3E;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  line-height: 19px;
  padding: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(229, 229, 229, 0.4);
  margin: 0;
}
.card .card__header .card__header__title {
  color: #7A8E3E;
  font-size: 14px;
  line-height: 19px;
  font-weight: bold;
  margin: 0;
}
.card .card__content {
  padding: 16px;
}
.card .card__content .card {
  margin: 0;
}
.card .card__content .card + .card {
  margin-top: 16px;
}
.card.card--horizontal {
  display: flex;
  flex-direction: row;
}
.card.card--horizontal .card__header {
  display: flex;
  width: 150px;
  flex-grow: 0;
  align-items: center;
}
.card.card--horizontal .card__content {
  display: flex;
  width: calc(100% - 150px);
}
.md-radio-button {
  box-sizing: border-box;
  position: relative;
  margin: 0;
  min-height: 20px;
}
.md-radio-button [type="radio"] {
  display: none;
}
.md-radio-button [type="radio"]:not(:checked) + span:before,
.md-radio-button [type="radio"]:checked + span:before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.md-radio-button [type="radio"]:not(:checked) + span:after,
.md-radio-button [type="radio"]:checked + span:after {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
.md-radio-button [type="radio"]:not(:checked) + span,
.md-radio-button [type="radio"]:checked + span {
  padding-left: 30px;
  margin-bottom: 3px;
  height: 20px;
  vertical-align: middle;
  line-height: 20px;
}
.md-radio-button span {
  cursor: pointer;
  font-family: 'robotoregular';
  font-size: 14px;
  color: rgba(0, 0, 0, 0.54);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.md-radio-button span:before,
.md-radio-button span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.md-radio-button span:before {
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.54);
  border-radius: 2px;
  cursor: pointer;
  -moz-transition: background .3s;
  -o-transition: background .3s;
  -webkit-transition: background .3s;
  transition: background .3s;
}
.md-radio-button span:after {
  background-image: none;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
.md-radio-button input[type="radio"] {
  outline: 0;
  margin-right: 10px;
}
.md-radio-button input[type="radio"]:checked + span:before {
  border-color: #17c0a6;
}
.md-radio-button input[type="radio"]:checked + span:after {
  background: #17c0a6;
  border-radius: 50%;
  top: 4px;
  left: 4px;
  width: 11.9px;
  height: 11.9px;
}
md-radio-group.md-focused:not(:empty) .md-checked .md-container:before {
  background-color: rgba(23, 192, 166, 0.26);
}
md-radio-group .md-checked .md-ink-ripple:not(.md-button) {
  color: rgba(23, 192, 166, 0.26);
}
md-radio-group .md-checked .md-button.md-ink-ripple {
  color: #7A8E3E;
}
md-radio-button .md-container {
  top: 0;
  -webkit-transform: none;
  transform: none;
}
@media all and (-ms-high-contrast: none) {
  md-radio-button .md-container {
    top: 3px;
  }
}
@-moz-document url-prefix() {
  md-radio-button .md-container {
    top: 2px;
  }
}
md-radio-button .md-container .md-on {
  background-color: #17C0A6;
}
md-radio-button .md-container .md-ripple-container {
  color: rgba(23, 192, 166, 0.26);
}
md-radio-button.md-checked .md-container.md-ink-ripple {
  color: rgba(23, 192, 166, 0.26);
}
md-radio-button.md-checked .md-container .md-off {
  border-color: #17C0A6;
}
md-radio-button.md-checked .md-container .md-on {
  background-color: #17C0A6;
}
md-radio-button.md-checked .md-container .md-ripple-container {
  color: rgba(23, 192, 166, 0.26);
}
md-radio-button.md-checked .md-container .md-ink-ripple {
  color: rgba(23, 192, 166, 0.26);
}
md-radio-button .md-label {
  color: rgba(0, 0, 0, 0.54);
}
.md-checkbox {
  position: relative;
  margin: 0;
}
.md-checkbox [type="checkbox"] {
  display: none;
}
.md-checkbox [type="checkbox"]:not(:checked) + label:before,
.md-checkbox [type="checkbox"]:checked + label:before {
  width: 20px;
  height: 20px;
}
.md-checkbox [type="checkbox"]:not(:checked) + label:after,
.md-checkbox [type="checkbox"]:checked + label:after {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
.md-checkbox [type="checkbox"]:not(:checked) + label,
.md-checkbox [type="checkbox"]:checked + label {
  padding-left: 30px;
  margin-bottom: 3px;
  vertical-align: middle;
}
.md-checkbox label {
  cursor: pointer;
  font-family: 'robotoregular';
  font-size: 14px;
  color: rgba(0, 0, 0, 0.54);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.md-checkbox label:before,
.md-checkbox label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.md-checkbox label:before {
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.54);
  border-radius: 2px;
  cursor: pointer;
  -moz-transition: background .3s;
  -o-transition: background .3s;
  -webkit-transition: background .3s;
  transition: background .3s;
}
.md-checkbox label:after {
  background-image: none;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
.md-checkbox input[type="checkbox"] {
  outline: 0;
  margin-right: 10px;
}
.md-checkbox input[type="checkbox"]:checked + label:before {
  background: #17c0a6;
  border: none;
}
.md-checkbox input[type="checkbox"]:checked + label:after {
  background-image: none;
  transform: rotate(-45deg);
  top: 5px;
  left: 4px;
  width: 12px;
  height: 6px;
  border: 2px solid #fff;
  border-top-style: none;
  border-right-style: none;
}
md-checkbox.md-checked .md-icon {
  background-color: #17C0A6;
}
md-checkbox.md-checked .md-ink-ripple {
  color: rgba(23, 192, 166, 0.26);
}
md-checkbox .md-label {
  color: rgba(0, 0, 0, 0.54);
}
.md-checkbox-enabled[selected] .md-icon {
  background-color: #17C0A6;
}
.sgi .form-group.text-area-material {
  box-sizing: border-box;
  background: #F2F2F2;
  width: 100%;
  border-radius: 4px;
}
.sgi .form-group.text-area-material .control-label {
  padding: 13px 18px 3px 18px;
  font-family: 'robotoregular';
  font-size: 12px;
  color: rgba(0, 0, 0, 0.38);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.sgi .form-group.text-area-material textarea {
  box-sizing: border-box;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-width: 2px;
  padding: 0 18px 0 18px;
  font-family: 'robotoregular';
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.sgi .form-group.text-area-material textarea:focus {
  border-bottom-width: 2px;
}
.sgi .form-group.text-area-material + .text-area-material__counter {
  padding: 0 18px 0 18px;
  text-align: right;
  font-family: 'robotoregular';
  font-size: 12px;
  color: rgba(0, 0, 0, 0.38);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.material-add-group {
  display: flex;
  align-items: flex-end;
}
.material-add-group > div:last-of-type {
  padding: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  .material-add-group {
    display: block;
  }
  .material-add-group > div:last-of-type {
    text-align: right;
    padding: 20px;
  }
}
.charge-form {
  box-sizing: border-box;
  font-family: 'robotomedium';
  font-size: 14px;
  color: rgba(0, 0, 0, 0.54);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.charge-form .charge-form__actions {
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
.charge-form .charge-form__actions > div,
.charge-form .charge-form__actions > span {
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.charge-form .charge-form__actions .actions__left {
  position: absolute;
  left: 6px;
  top: 0;
}
.charge-form .charge-form__actions .btn-material {
  box-sizing: border-box;
  display: block;
}
.charge-form .charge-form__actions .form-group-material {
  margin: 0;
}
@media screen and (max-width: 1070px) {
  .charge-form .charge-form__actions.charge-form__actions--left-content .actions__left {
    position: relative;
    top: -10px;
  }
}
.charge-form .charge-form__summary {
  box-sizing: border-box;
  width: 100%;
}
.charge-form .charge-form__summary .charge-form__summary__item {
  margin-bottom: 24px;
}
.charge-form .charge-form__summary .charge-form__summary__item .summary__title {
  display: block;
  font-family: 'robotomedium';
  font-size: 14px;
  color: #7A8E3E;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.charge-form .charge-form__summary .charge-form__summary__item .summary__content {
  font-family: 'robotomedium';
  font-size: 14px;
  color: rgba(0, 0, 0, 0.54);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.charge-form .charge-form__summary:last-child {
  border-bottom: 5px solid black;
}
.charge-form .charge-form__table-container {
  border-top: 1px solid rgba(229, 229, 229, 0.4);
  padding: 16px;
}
.charge-form .charge-form__table-container .charge-form__title {
  margin-top: 0;
  margin-bottom: 16px;
}
.charge-form .charge-form__table-container .table-overflow {
  overflow-y: auto;
  white-space: nowrap;
}
.charge-form .charge-form__title {
  font-family: 'robotomedium';
  font-size: 14px;
  color: #7A8E3E;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.card__content .charge-form__table-container {
  margin: 0 -16px;
  padding-left: 16px;
  padding-right: 16px;
}
.sortable-list {
  border: 2px solid rgba(0, 0, 0, 0.06);
  padding: 0;
  margin-bottom: 0;
  max-height: 300px;
  overflow-y: auto;
}
.sortable-list li {
  display: block;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.06);
  position: relative;
  vertical-align: middle;
}
.sortable-list li p {
  display: inline-block;
  max-width: calc(100% - 34px);
  vertical-align: middle;
  margin-bottom: 0;
}
.sortable-list li label {
  padding: 16px 24px 16px 16px;
  font-family: 'robotobold';
  font-size: 14px;
  color: rgba(0, 0, 0, 0.54);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.sortable-list li.is-selected .sortable-list__check-icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22%2317c0a6%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M12%207c-2.76%200-5%202.24-5%205s2.24%205%205%205%205-2.24%205-5-2.24-5-5-5zm0-5C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%2018c-4.42%200-8-3.58-8-8s3.58-8%208-8%208%203.58%208%208-3.58%208-8%208z%22%2F%3E%20%20%0D%0A%3C%2Fsvg%3E");
}
.sortable-list li i.sortable-list__sortable-icon {
  width: 24px;
  height: 24px;
  display: none;
  font-size: 22px;
  position: absolute;
  top: calc(50% - 11px);
  right: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22rgba%280,%200,%200,%200.54%29%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M10%209h4V6h3l-5-5-5%205h3v3zm-1%201H6V7l-5%205%205%205v-3h3v-4zm14%202l-5-5v3h-3v4h3v3l5-5zm-9%203h-4v3H7l5%205%205-5h-3v-3z%22%2F%3E%20%20%0D%0A%3C%2Fsvg%3E");
}
.sortable-list li .sortable-list__check-icon {
  display: none;
  width: 24px;
  height: 24px;
  margin-right: 6px;
  vertical-align: middle;
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22rgba%280,%200,%200,%200.54%29%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%2018c-4.42%200-8-3.58-8-8s3.58-8%208-8%208%203.58%208%208-3.58%208-8%208z%22%2F%3E%20%20%0D%0A%3C%2Fsvg%3E");
}
.sortable-list.is-selectable .sortable-list__check-icon {
  display: inline-block;
}
.sortable-list.is-selectable.is-multiselect .sortable-list__check-icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22rgba%280,%200,%200,%200.54%29%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M19%205v14H5V5h14m0-2H5c-1.1%200-2%20.9-2%202v14c0%201.1.9%202%202%202h14c1.1%200%202-.9%202-2V5c0-1.1-.9-2-2-2z%22%2F%3E%0D%0A%3C%2Fsvg%3E");
}
.sortable-list.is-selectable.is-multiselect .is-selected .sortable-list__check-icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22%2317c0a6%22%3E%20%20%0D%0A%20%20%3Cpath%20d%3D%22M19%203H5a2%202%200%200%200-2%202v14a2%202%200%200%200%202%202h14a2%202%200%200%200%202-2V5a2%202%200%200%200-2-2zm-9%2014l-5-5%201.41-1.41L10%2014.17l7.59-7.59L19%208l-9%209z%22%2F%3E%0D%0A%3C%2Fsvg%3E");
}
.sortable-list.is-sortable li label {
  cursor: move;
}
.sortable-list.is-sortable li p {
  max-width: calc(100% - 50px);
}
.sortable-list.is-sortable i.sortable-list__sortable-icon {
  display: inline;
}
.sortable-list input[type=checkbox] {
  display: none;
}
.sortable-list .sortable-list__fallback {
  font-family: 'robotobold';
  font-size: 14px;
  color: rgba(0, 0, 0, 0.54);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-align: center;
  padding: 20px;
}
md-input-container label,
md-autocomplete label {
  font-size: 16px;
}
md-input-container .md-input-container-hint,
md-autocomplete .md-input-container-hint {
  color: rgba(0, 0, 0, 0.38);
}
md-input-container.md-input-container-hint--no-animate,
md-autocomplete.md-input-container-hint--no-animate {
  transition: none;
}
md-input-container.md-input-has-value .md-select-value,
md-autocomplete.md-input-has-value .md-select-value,
md-input-container.md-input-has-value .md-input,
md-autocomplete.md-input-has-value .md-input {
  border-bottom-width: 2px;
}
md-input-container .md-input-container__hint,
md-autocomplete .md-input-container__hint {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.54);
  text-align: right;
}
md-input-container:not(.md-input-invalid).md-input-focused label {
  color: #7A8E3E;
}
md-input-container:not(.md-input-invalid).md-input-focused .md-input {
  border-color: #7A8E3E;
}
md-input-container:not(.md-input-invalid).md-input-focused.gc-valid-accent label {
  color: #17C0A6;
}
md-input-container:not(.md-input-invalid).md-input-focused.gc-valid-accent .md-input {
  border-color: #17C0A6;
}
md-input-container:not(.md-input-invalid).md-input-focused.md-accent label {
  color: #17C0A6;
}
md-input-container:not(.md-input-invalid).md-input-focused.md-accent .md-input {
  border-color: #17C0A6;
}
.md-button.md-button--primary,
.md-button.md-button--secondary,
.md-button.md-button--accent,
.md-button.md-button--inverse {
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 20px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  position: relative;
  border-radius: 0;
  text-transform: uppercase;
}
.md-button.md-button--primary:first-of-type,
.md-button.md-button--secondary:first-of-type,
.md-button.md-button--accent:first-of-type,
.md-button.md-button--inverse:first-of-type {
  margin-left: 0;
}
.md-button.md-button--primary:last-of-type,
.md-button.md-button--secondary:last-of-type,
.md-button.md-button--accent:last-of-type,
.md-button.md-button--inverse:last-of-type {
  margin-right: 0;
}
.md-button.md-button--primary {
  color: #7A8E3E;
  border: 2px solid #7A8E3E;
}
.md-button.md-button--primary[disabled] {
  color: #EAEAEA;
  border: 2px solid #EAEAEA;
}
.md-button.md-button--primary[disabled] .md-ripple-container {
  display: none;
}
.md-button.md-button--primary.md-icon-button {
  color: #7A8E3E;
  height: 40px;
  width: 40px;
  padding: 8px;
  line-height: 24px;
  border-radius: 50%;
  border: none;
}
.md-button.md-button--primary.md-icon-button md-icon {
  color: #7A8E3E;
}
.md-button.md-button--primary.md-raised {
  color: #FFFFFF;
  background-color: #7A8E3E;
  border: none;
}
.md-button.md-button--primary.md-raised .material-icons,
.md-button.md-button--primary.md-raised md-icon {
  color: #ffffff;
}
.md-button.md-button--primary.md-raised:hover,
.md-button.md-button--primary.md-raised:active,
.md-button.md-button--primary.md-raised:focus {
  background-color: #7A8E3E;
}
.md-button.md-button--primary.md-raised[disabled] {
  background-color: #EAEAEA;
}
.md-button.md-button--primary.md-raised.md-icon-button md-icon {
  color: #ffffff;
}
.md-button.md-button--primary.md-button--no-border {
  border: none;
}
.md-button.md-button--primary.md-button--has-icon {
  padding: 0 6px;
  padding-left: 40px;
  position: relative;
  color: rgba(0, 0, 0, 0.54);
  border: none;
  border-radius: 3px;
}
.md-button.md-button--primary.md-button--has-icon md-icon {
  position: absolute;
  color: #7A8E3E;
  left: 6px;
  top: 6px;
}
.md-button.md-button--secondary {
  color: #FF005A;
  border: 2px solid #FF005A;
}
.md-button.md-button--secondary[disabled] {
  color: #EAEAEA;
  border: 2px solid #EAEAEA;
}
.md-button.md-button--secondary[disabled] .md-ripple-container {
  display: none;
}
.md-button.md-button--secondary.md-icon-button {
  color: #FF005A;
  height: 40px;
  width: 40px;
  padding: 8px;
  line-height: 24px;
  border-radius: 50%;
  border: none;
}
.md-button.md-button--secondary.md-icon-button md-icon {
  color: #FF005A;
}
.md-button.md-button--secondary.md-raised {
  color: #FFFFFF;
  background-color: #FF005A;
  border: none;
}
.md-button.md-button--secondary.md-raised .material-icons,
.md-button.md-button--secondary.md-raised md-icon {
  color: #ffffff;
}
.md-button.md-button--secondary.md-raised:hover,
.md-button.md-button--secondary.md-raised:active,
.md-button.md-button--secondary.md-raised:focus {
  background-color: #FF005A;
}
.md-button.md-button--secondary.md-raised[disabled] {
  background-color: #EAEAEA;
}
.md-button.md-button--secondary.md-raised.md-icon-button md-icon {
  color: #ffffff;
}
.md-button.md-button--secondary.md-button--no-border {
  border: none;
}
.md-button.md-button--secondary.md-button--has-icon {
  padding: 0 6px;
  padding-left: 40px;
  position: relative;
  color: rgba(0, 0, 0, 0.54);
  border: none;
  border-radius: 3px;
}
.md-button.md-button--secondary.md-button--has-icon md-icon {
  position: absolute;
  color: #FF005A;
  left: 6px;
  top: 6px;
}
.md-button.md-button--accent {
  color: #17C0A6;
  border: 2px solid #17C0A6;
}
.md-button.md-button--accent[disabled] {
  color: #EAEAEA;
  border: 2px solid #EAEAEA;
}
.md-button.md-button--accent[disabled] .md-ripple-container {
  display: none;
}
.md-button.md-button--accent.md-icon-button {
  color: #17C0A6;
  height: 40px;
  width: 40px;
  padding: 8px;
  line-height: 24px;
  border-radius: 50%;
  border: none;
}
.md-button.md-button--accent.md-icon-button md-icon {
  color: #17C0A6;
}
.md-button.md-button--accent.md-raised {
  color: #FFFFFF;
  background-color: #17C0A6;
  border: none;
}
.md-button.md-button--accent.md-raised .material-icons,
.md-button.md-button--accent.md-raised md-icon {
  color: #ffffff;
}
.md-button.md-button--accent.md-raised:hover,
.md-button.md-button--accent.md-raised:active,
.md-button.md-button--accent.md-raised:focus {
  background-color: #17C0A6;
}
.md-button.md-button--accent.md-raised[disabled] {
  background-color: #EAEAEA;
}
.md-button.md-button--accent.md-raised.md-icon-button md-icon {
  color: #ffffff;
}
.md-button.md-button--accent.md-button--no-border {
  border: none;
}
.md-button.md-button--accent.md-button--has-icon {
  padding: 0 6px;
  padding-left: 40px;
  position: relative;
  color: rgba(0, 0, 0, 0.54);
  border: none;
  border-radius: 3px;
}
.md-button.md-button--accent.md-button--has-icon md-icon {
  position: absolute;
  color: #17C0A6;
  left: 6px;
  top: 6px;
}
.md-button.md-button--inverse {
  color: rgba(255, 255, 255, 0.87);
  border: 2px solid #DEDEDE;
}
.md-button.md-button--inverse[disabled] {
  color: #EAEAEA;
  border: 2px solid #EAEAEA;
}
.md-button.md-button--inverse[disabled] .md-ripple-container {
  display: none;
}
.md-button.md-button--inverse.md-icon-button {
  color: rgba(255, 255, 255, 0.87);
  height: 40px;
  width: 40px;
  padding: 8px;
  line-height: 24px;
  border-radius: 50%;
  border: none;
}
.md-button.md-button--inverse.md-icon-button md-icon {
  color: rgba(255, 255, 255, 0.87);
}
.md-button.md-button--inverse.md-raised {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.87);
  border: none;
}
.md-button.md-button--inverse.md-raised .material-icons,
.md-button.md-button--inverse.md-raised md-icon {
  color: #ffffff;
}
.md-button.md-button--inverse.md-raised:hover,
.md-button.md-button--inverse.md-raised:active,
.md-button.md-button--inverse.md-raised:focus {
  background-color: rgba(255, 255, 255, 0.87);
}
.md-button.md-button--inverse.md-raised[disabled] {
  background-color: #EAEAEA;
}
.md-button.md-button--inverse.md-raised.md-icon-button md-icon {
  color: #ffffff;
}
.md-button.md-button--inverse.md-button--no-border {
  border: none;
}
.md-button.md-button--inverse.md-button--has-icon {
  padding: 0 6px;
  padding-left: 40px;
  position: relative;
  color: rgba(0, 0, 0, 0.54);
  border: none;
  border-radius: 3px;
}
.md-button.md-button--inverse.md-button--has-icon md-icon {
  position: absolute;
  color: rgba(255, 255, 255, 0.87);
  left: 6px;
  top: 6px;
}
md-select .hidden-label {
  display: none;
}
md-select md-option:hover {
  color: #7A8E3E;
}
md-select:not([disabled]):focus .md-select-value {
  border-bottom-color: #7A8E3E;
}
md-select.ng-invalid .md-select-value {
  border-bottom-color: #FF4C61 !important;
  color: #FF4C61 !important;
}
md-select.ng-invalid.ng-touched .md-select-value {
  border-bottom-color: #FF4C61 !important;
  color: #FF4C61 !important;
}
.md-select-menu-container md-icon {
  margin-right: 10px;
}
.md-select-value > span:not(.md-select-icon) {
  flex-grow: 1;
  max-width: 100%;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  margin-left: -1px;
}
.md-select-value > span:not(.md-select-icon) .md-text {
  font-weight: 500;
  margin-left: 1px;
}
.md-select-value .md-select-icon {
  text-align: right;
  color: rgba(0, 0, 0, 0.54);
}
.md-select--no-border .md-select-value > span:not(.md-select-icon) {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
  font-size: 15px;
}
.md-select--no-border:not([disabled]):focus .md-select-value {
  border-bottom-color: transparent;
}
.md-select--no-border .md-select-value {
  border-bottom-color: transparent;
}
md-input-container:not(.md-input-invalid) .md-select-value > span:not(.md-select-icon) {
  color: rgba(0, 0, 0, 0.87);
}
md-input-container:not(.md-input-invalid) .md-select-value > span:not(.md-select-icon) .md-text {
  color: rgba(0, 0, 0, 0.87);
}
md-input-container:not(.md-input-invalid) .md-input-has-value .md-select-value > span:not(.md-select-icon) {
  color: rgba(0, 0, 0, 0.87);
}
md-input-container:not(.md-input-invalid) md-select[disabled] {
  cursor: not-allowed;
}
md-input-container:not(.md-input-invalid) md-select[disabled] .md-select-value {
  opacity: .3;
}
md-select-menu md-content md-option span {
  font-size: 14px;
}
md-select-menu md-content md-option[selected],
md-select-menu md-content md-option[selectdd]:focus {
  color: #7A8E3E;
}
md-select-menu[multiple] md-content md-option[selected],
md-select-menu[multiple] md-content md-option[selectdd]:focus {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
}
md-input-container:not(.md-input-invalid).md-input-focused .md-datepicker-calendar-icon,
md-input-container:not(.md-input-invalid).md-input-focused md-icon {
  color: #7A8E3E;
}
md-input-container md-datepicker {
  display: block;
  width: 100%;
}
md-input-container md-datepicker .md-datepicker-input-container {
  width: 100%;
}
md-datepicker.md-datepicker--right-calendar-icon .md-datepicker-input {
  padding-right: 36px;
}
md-datepicker.md-datepicker--right-calendar-icon .md-datepicker-triangle-button > .md-datepicker-expand-triangle {
  width: 24px;
  height: 24px;
  border: none;
}
md-datepicker.md-datepicker--right-calendar-icon .md-datepicker-triangle-button > .md-datepicker-expand-triangle:after {
  content: "date_range";
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  color: #7A8E3E;
}
.md-datepicker-input-container.md-datepicker-focused {
  border-bottom-color: #7A8E3E;
}
.md-calendar-date.md-calendar-date-today .md-calendar-date-selection-indicator {
  border-color: #7A8E3E;
}
.md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator {
  background: #7A8E3E;
}
.input-upload-container {
  display: block;
  max-width: 100%;
}
.input-upload-container label {
  font-size: initial;
}
.input-upload-container .input-upload-label {
  color: #7A8E3E;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 10px;
}
.input-upload-container .input-upload {
  display: flex;
  font-size: initial;
  position: relative;
  height: 50px;
  width: 328px;
  max-width: 100%;
  align-items: flex-end;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.input-upload-container .input-upload .input-upload__placeholder {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  color: rgba(0, 0, 0, 0.38);
}
.input-upload-container .input-upload .input-upload__thumb {
  display: none;
  flex-grow: 0;
  max-width: 120px;
  max-height: 85px;
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.input-upload-container .input-upload .input-upload__thumb img {
  display: block;
  max-width: 120px;
  max-height: 85px;
}
.input-upload-container .input-upload .input-upload__upload-button {
  margin-left: auto;
  margin-right: 0;
}
.input-upload-container .input-upload .md-button {
  padding: 3px;
  right: 0;
  bottom: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  min-height: auto;
  flex-grow: 0;
  cursor: pointer;
}
.input-upload-container .input-upload .md-button:label {
  font-size: initial;
}
.input-upload-container .input-upload .md-button input[type="file"] {
  display: none !important;
}
.input-upload-container .input-upload .md-button:not(.input-upload__upload-button) {
  display: none;
}
.input-upload-container .input-upload .md-button:not(.input-upload__upload-button) md-icon {
  color: #7A8E3E;
}
.input-upload-container .input-upload.input-upload--has-file {
  height: 95px;
  border-width: 2px;
  border-color: #7A8E3E;
}
.input-upload-container .input-upload.input-upload--has-file .input-upload__placeholder {
  display: none;
}
.input-upload-container .input-upload.input-upload--has-file .input-upload__thumb {
  display: block;
}
.input-upload-container .input-upload.input-upload--has-file .md-button:not(.input-upload__upload-button) {
  display: block;
}
.input-upload-container .input-upload.input-upload--has-file .md-button:not(.input-upload__upload-button):first-of-type {
  margin-left: auto;
}
.input-upload-container .input-upload.input-upload--has-file .md-button:not(.input-upload__upload-button):nth-of-type(2) {
  margin-right: 0;
}
.input-upload-container .input-upload.input-upload--has-file .input-upload__upload-button {
  display: none;
}
.input-upload-container .input-upload-hint {
  display: block;
  text-align: right;
  font-size: 12px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.54);
  margin-top: 7px;
}
.sgi .campaign-register-resume-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: 0 0 20px 0;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.sgi .campaign-register-resume {
  display: block;
  flex-grow: 1;
  flex-shrink: 0;
}
.sgi .campaign-register-resume .campaign-register-resume-title {
  display: block;
  font-family: 'robotobold';
  font-size: 36px;
  color: rgba(0, 0, 0, 0.54);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  line-height: 42px;
  text-align: center;
  margin-bottom: 46px;
}
.sgi .campaign-register-resume .campaign-register-resume-count {
  display: block;
  font-family: 'robotobold';
  font-size: 120px;
  color: #7A8E3E;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  line-height: 140px;
  text-align: center;
  margin: 0;
}
.sgi .campaign-register-resume .campaign-register-resume-count-text {
  display: block;
  font-family: 'robotoregular';
  font-size: 36px;
  color: rgba(0, 0, 0, 0.54);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  line-height: 42px;
  text-align: center;
  margin-top: -14px;
  margin-bottom: 40px;
}
.sgi .campaign-register-resume .btn {
  display: block;
  margin: 0 auto;
}
/*# sourceMappingURL=sgi_jequiti.css.map */