/*Style Guide*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  /* FIX: To avoid vertical scrollbars in IE7 when there is no overflowing content */
  overflow: auto;
  font-size: 14px;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  margin: 0;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: #333333;
  background-color: #ffffff;
  -ms-overflow-style: scrollbar;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
  color: #0052c2;
  text-decoration: none;
}
a:focus {
  outline: 1px dotted #000;
  outline: auto 5px -webkit-focus-ring-color;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #efefef;
}
pre {
  overflow: auto;
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 13px;
  line-height: 1.3;
  word-break: break-all;
  word-wrap: break-word;
  color: #666666;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 0px;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  font-size: 21px;
  line-height: inherit;
  color: #666666;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.poc-only .col-xs-1,
.poc-only .col-sm-1,
.poc-only .col-md-1,
.poc-only .col-lg-1,
.poc-only .col-xs-2,
.poc-only .col-sm-2,
.poc-only .col-md-2,
.poc-only .col-lg-2,
.poc-only .col-xs-3,
.poc-only .col-sm-3,
.poc-only .col-md-3,
.poc-only .col-lg-3,
.poc-only .col-xs-4,
.poc-only .col-sm-4,
.poc-only .col-md-4,
.poc-only .col-lg-4,
.poc-only .col-xs-5,
.poc-only .col-sm-5,
.poc-only .col-md-5,
.poc-only .col-lg-5,
.poc-only .col-xs-6,
.poc-only .col-sm-6,
.poc-only .col-md-6,
.poc-only .col-lg-6,
.poc-only .col-xs-7,
.poc-only .col-sm-7,
.poc-only .col-md-7,
.poc-only .col-lg-7,
.poc-only .col-xs-8,
.poc-only .col-sm-8,
.poc-only .col-md-8,
.poc-only .col-lg-8,
.poc-only .col-xs-9,
.poc-only .col-sm-9,
.poc-only .col-md-9,
.poc-only .col-lg-9,
.poc-only .col-xs-10,
.poc-only .col-sm-10,
.poc-only .col-md-10,
.poc-only .col-lg-10,
.poc-only .col-xs-11,
.poc-only .col-sm-11,
.poc-only .col-md-11,
.poc-only .col-lg-11,
.poc-only .col-xs-12,
.poc-only .col-sm-12,
.poc-only .col-md-12,
.poc-only .col-lg-12 {
  /* '.poc-only' class makes sure that this rule only applies to the prototype and not DIF, PL, QA, etc. */
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a:hover,
a:focus {
  color: #0073cf;
  text-decoration: underline;
}
figure {
  margin: 0;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.3;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "connections", Calibri, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1;
  color: #524940;
  margin: 0.5em 0;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  line-height: 1;
  color: #9d8e80;
  font-weight: inherit;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 40px;
  font-size: 2.85714rem;
}
h2,
.h2 {
  font-size: 36px;
  font-size: 2.57142rem;
}
h3,
.h3 {
  font-size: 30px;
  font-size: 2.14285rem;
}
h4,
.h4 {
  font-size: 24px;
  font-size: 1.71428rem;
}
h5,
.h5 {
  font-size: 20px;
  font-size: 1.42857rem;
}
h6,
.h6 {
  font-size: 18px;
  font-size: 1.28571rem;
}
p {
  margin: 0 0 9px;
}
.lead,
.text-summary {
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead,
  .text-summary {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background: #fbe5d4;
  color: #000000;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #cccccc;
}
.text-primary {
  color: #009cde;
}
a.text-primary:hover {
  color: #0078ab;
}
.text-success {
  color: #007700;
}
a.text-success:hover {
  color: #004400;
}
.text-info {
  color: #0099cc;
}
a.text-info:hover {
  color: #007399;
}
.text-warning {
  color: #cc6622;
}
a.text-warning:hover {
  color: #a0501b;
}
.text-danger {
  color: #cc0000;
}
a.text-danger:hover {
  color: #990000;
}
.bg-primary {
  color: #fff;
  background-color: #009cde;
}
a.bg-primary:hover {
  background-color: #0078ab;
}
.bg-success {
  background-color: #f0f9ed;
}
a.bg-success:hover {
  background-color: #d0ecc7;
}
.bg-info {
  background-color: #ecf6fd;
}
a.bg-info:hover {
  background-color: #bee0f8;
}
.bg-warning {
  background-color: #fdf3eb;
}
a.bg-warning:hover {
  background-color: #f8d7bd;
}
.bg-danger {
  background-color: #fff4f9;
}
a.bg-danger:hover {
  background-color: #ffc1dd;
}
.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #efefef;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 9px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 18px;
}
dt,
dd {
  line-height: 1.3;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #cccccc;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
address {
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.3;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
caption {
  text-align: left;
  background: #012169;
  color: #ffffff;
  line-height: 35px;
  padding: 0 8px;
  font-weight: 700;
}
th {
  text-align: left;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.3;
  color: #666666;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 32px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 18px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  /*margin-left: -20px;*/
  /*commenting this out since the radio was happening outside the radio button*/
  margin-top: 4px \9;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.collapse {
  display: none;
  visibility: hidden;
}
.ml-login-widget .collapse {
  display: block;
  visibility: visible;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.close {
  float: right;
  /*font-size: 21px;*/
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  /*opacity: 0.2;*/
  /*filter: alpha(opacity=20);*/
  font-size: 13px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.panel-body:after,
.modal-footer:after,
.nav:after {
  clear: both;
}
.center-block {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
html,
body {
  height: 100%;
}
a:active,
a:focus {
  color: #012169;
}
p {
  padding: 0;
  margin: 0 0 0.5em 0;
}
.text-edge-blue {
  color: #009cde;
}
.text-bright-blue {
  color: #0073cf;
}
.text-royal-blue {
  color: #0052c2;
}
.text-dark-blue {
  color: #012169;
}
.text-night-blue {
  color: #000a23;
}
.text-bright-red {
  color: #dc1431;
}
.text-regal-red {
  color: #c41230;
}
.text-dark-red {
  color: #780032;
}
.text-smoke-gray-light {
  color: #efefef;
}
.text-smoke-gray {
  color: #dddddd;
}
.text-silver-gray {
  color: #cccccc;
}
.text-slate-gray {
  color: #999999;
}
.text-charcoal-gray {
  color: #666666;
}
.text-carbon-gray {
  color: #333333;
}
.text-pale-blue {
  color: #ecf6fd;
}
.text-winter-gray {
  color: #f9f7f4;
}
.text-pale-gray-light {
  color: #f3efe7;
}
.text-pale-gray {
  color: #ece6dd;
}
.text-warm-gray-light {
  color: #d1c9c0;
}
.text-warm-gray {
  color: #9d8e80;
}
.text-dark-gray {
  color: #857363;
}
.text-digital-gray {
  color: #6b5e51;
}
.text-digital-gray-dark {
  color: #524940;
}
.text-white {
  color: #ffffff;
}
.text-black {
  color: #000000;
}
.text-10 {
  font-size: 10px;
}
.text-11 {
  font-size: 11px;
}
.text-12,
small,
.small {
  font-size: 12px;
}
.text-13 {
  font-size: 13px;
}
.text-14 {
  font-size: 14px;
}
.text-16 {
  font-size: 16px;
}
.text-18 {
  font-size: 18px;
}
.text-20 {
  font-size: 20px;
}
.text-22 {
  font-size: 22px;
}
.text-24 {
  font-size: 24px;
}
.text-26 {
  font-size: 26px;
}
.text-28 {
  font-size: 28px;
}
.text-30 {
  font-size: 30px;
}
.text-32 {
  font-size: 32px;
}
.text-34 {
  font-size: 34px;
}
.text-36 {
  font-size: 36px;
}
.text-38 {
  font-size: 38px;
}
.text-40 {
  font-size: 40px;
}
.text-42 {
  font-size: 42px;
}
.text-44 {
  font-size: 44px;
}
.text-46 {
  font-size: 46px;
}
.text-48 {
  font-size: 48px;
}
.text-50 {
  font-size: 50px;
}
.weight-light {
  font-weight: 300;
}
.weight-regular {
  font-weight: 400;
}
.weight-medium {
  font-weight: 500;
}
ins,
u,
.text-underline {
  text-decoration: underline;
}
em,
i,
.text-italic {
  font-style: italic;
}
del,
s,
.text-strike {
  text-decoration: line-through;
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-footnote {
  font-size: 12px;
  color: #999999;
}
.text-summary {
  color: #666666;
}
a.hint {
  border-bottom: 1px dotted #0073cf;
}
a.hint:hover {
  text-decoration: none;
}
.text-reset {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  color: #333333;
  text-align: left;
  text-transform: none;
}
.has-success input {
  background: #f0f9ed;
}
.has-success textarea {
  background: #f0f9ed;
}
.has-success select {
  background: #f0f9ed;
}
.has-warning input {
  background: #fdf3eb;
}
.has-warning textarea {
  background: #fdf3eb;
}
.has-warning select {
  background: #fdf3eb;
}
.has-error input {
  background: #fff4f9;
}
.has-error textarea {
  background: #fff4f9;
}
.has-error select {
  background: #fff4f9;
}
.btn {
  display: inline-block;
  line-height: 1;
  font-weight: 600;
  padding: 7px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  /* Don't remove !important from below. It is intentional. Disabled style would be overriden by primary and secondary styles otherwise. */
  background-color: #ece6dd;
  color: #0052c2;
  border: 1px solid #d1c9c0;
}
.btn[disabled],
.btn:hover[disabled],
.btn:active[disabled],
.btn.btn-disabled,
.btn:hover.btn-disabled,
.btn:active.btn-disabled {
  background-color: #efefef !important;
  color: #999999 !important;
  border-color: #cccccc !important;
  cursor: not-allowed;
}
.btn:hover {
  text-decoration: none;
  background-color: #f3efe7;
  color: #0073cf;
  border-color: #d1c9c0;
}
.btn:active {
  text-decoration: none;
  background-color: #012169;
  color: #ffffff;
  border-color: #012169;
}
.btn.btn-xs {
  padding: 5px 7px;
  font-size: 11px;
  font-size: 0.785714rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.btn.btn-sm {
  padding: 7px 10px;
  font-size: 12px;
  font-size: 0.8571428rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.btn.btn-md {
  padding: 9px 15px;
  font-size: 16px;
  font-size: 1.142857rem;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.btn.btn-lg {
  padding: 13px 25px;
  font-size: 18px;
  font-size: 1.28571428rem;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.btn.btn-xl {
  padding: 20px 30px;
  font-size: 26px;
  font-size: 1.85714285rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.btn.btn-block {
  display: block;
  width: 100%;
  padding: 13px 0;
  text-align: center;
  font-size: 18px;
  font-size: 1.28571428rem;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.btn.btn-primary {
  background-color: #0052c2;
  color: #ffffff;
  border: 1px solid #0052c2;
}
.btn.btn-primary:hover {
  background-color: #0073cf;
  color: #ffffff;
  border-color: #0073cf;
}
.btn.btn-primary:active {
  background-color: #012169;
  color: #ffffff;
  border-color: #012169;
}
.btn.btn-secondary {
  background-color: #ea7600;
  color: #ffffff;
  border: 1px solid #ea7600;
}
.btn.btn-secondary:hover {
  background-color: #b94700;
  color: #ffffff;
  border-color: #b94700;
}
.btn.btn-secondary:active {
  background-color: #012169;
  color: #ffffff;
  border-color: #012169;
}
.btn.btn-link {
  background-color: transparent;
  color: #0052c2;
  border: 1px solid transparent;
}
.btn.btn-link:hover {
  background-color: transparent;
  color: #0073cf;
  border-color: transparent;
}
.btn.btn-link:active {
  background-color: transparent;
  color: #012169;
  border-color: transparent;
}
.close button {
  font-size: 11px;
  line-height: 14px;
  padding: 3px;
  background: #ece6dd;
  border: transparent;
}
.bg-edge {
  background-color: #009cde;
}
.bg-edge-secondary {
  background-color: #0073cf;
}
.bg-edge-alternate {
  background-color: #0052c2;
}
.bg-advisory {
  background-color: #012169;
}
.bg-advisory-secondary {
  background-color: #000a23;
}
.bg-bank {
  background-color: #dc1431;
}
.bg-bank-secondary {
  background-color: #c41230;
}
.bg-bank-alternate {
  background-color: #780032;
}
.bg-smoke-gray-l {
  background-color: #efefef;
}
.bg-smoke-gray {
  background-color: #dddddd;
}
.bg-silver-gray {
  background-color: #cccccc;
}
.bg-slate-gray {
  background-color: #999999;
}
.bg-charcoal-gray {
  background-color: #666666;
}
.bg-carbon-gray {
  background-color: #333333;
}
.bg-pale-blue {
  background-color: #ecf6fd;
}
.bg-winter-gray {
  background-color: #f9f7f4;
}
.bg-pale-gray-light {
  background-color: #f3efe7;
}
.bg-pale-gray {
  background-color: #ece6dd;
}
.bg-warm-gray-light {
  background-color: #d1c9c0;
}
.bg-warm-gray {
  background-color: #9d8e80;
}
.bg-dark-gray {
  background-color: #857363;
}
.bg-digital-gray {
  background-color: #6b5e51;
}
.bg-digital-gray-dark {
  background-color: #524940;
}
.bg-positive {
  background-color: #ecf6fd;
}
.bg-negative {
  background-color: #fff4f9;
}
.bg-white {
  background-color: #ffffff;
}
.bg-black {
  background-color: #000000;
}
.bg-bright-purple {
  background-color: #673bb8;
}
.bg-purple {
  background-color: #5c068c;
}
.bg-dark-purple {
  background-color: #4b116f;
}
.bg-bright-crimson {
  background-color: #aa0061;
}
.bg-crimson {
  background-color: #840b55;
}
.bg-dark-crimson {
  background-color: #51284f;
}
.bg-bright-orange {
  background-color: #ea7600;
}
.bg-orange {
  background-color: #b94700;
}
.bg-dark-orange {
  background-color: #73381d;
}
.bg-bright-yellow {
  background-color: #ffcc00;
}
.bg-yellow {
  background-color: #e7a614;
}
.bg-dark-yellow {
  background-color: #73531d;
}
.bg-light-green {
  background-color: #6cc24a;
}
.bg-bright-green {
  background-color: #00ad50;
}
.bg-green {
  background-color: #007749;
}
.bg-dark-green {
  background-color: #154734;
}
.group:before,
.group:after {
  content: " ";
  display: table;
}
.group:after {
  clear: both;
}
.ada-hidden {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}
.p-0 {
  padding: 0;
}
.p-1 {
  padding: 1px;
}
.p-2 {
  padding: 2px;
}
.p-5 {
  padding: 5px;
}
.p-10 {
  padding: 10px;
}
.p-15 {
  padding: 15px;
}
.p-20 {
  padding: 20px;
}
.p-25 {
  padding: 25px;
}
.p-30 {
  padding: 30px;
}
.p-35 {
  padding: 35px;
}
.p-40 {
  padding: 40px;
}
.p-45 {
  padding: 45px;
}
.p-50 {
  padding: 50px;
}
.pl-0 {
  padding-left: 0;
}
.pl-1 {
  padding-left: 1px;
}
.pl-2 {
  padding-left: 2px;
}
.pl-5 {
  padding-left: 5px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-15 {
  padding-left: 15px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-25 {
  padding-left: 25px;
}
.pl-30 {
  padding-left: 30px;
}
.pl-35 {
  padding-left: 35px;
}
.pl-40 {
  padding-left: 40px;
}
.pl-45 {
  padding-left: 45px;
}
.pl-50 {
  padding-left: 50px;
}
.pr-0 {
  padding-right: 0px;
}
.pr-1 {
  padding-right: 1px;
}
.pr-2 {
  padding-right: 2px;
}
.pr-5 {
  padding-right: 5px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-15 {
  padding-right: 15px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-25 {
  padding-right: 25px;
}
.pr-30 {
  padding-right: 30px;
}
.pr-35 {
  padding-right: 35px;
}
.pr-40 {
  padding-right: 40px;
}
.pr-45 {
  padding-right: 45px;
}
.pr-50 {
  padding-right: 50px;
}
.pr-55 {
  padding-right: 55px;
}
.pt-0 {
  padding-top: 0;
}
.pt-1 {
  padding-top: 1px;
}
.pt-2 {
  padding-top: 2px;
}
.pt-5 {
  padding-top: 5px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-25 {
  padding-top: 25px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-35 {
  padding-top: 35px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-45 {
  padding-top: 45px;
}
.pt-50 {
  padding-top: 50px;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-1 {
  padding-bottom: 1px;
}
.pb-2 {
  padding-bottom: 2px;
}
.pb-5 {
  padding-bottom: 5px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-35 {
  padding-bottom: 35px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-45 {
  padding-bottom: 45px;
}
.pb-50 {
  padding-bottom: 50px;
}
.m-0a {
  margin: 0 auto;
}
.m-0 {
  margin: 0;
}
.m-1 {
  margin: 1px;
}
.m-2 {
  margin: 2px;
}
.m-5 {
  margin: 5px;
}
.m-10 {
  margin: 10px;
}
.m-15 {
  margin: 15px;
}
.m-20 {
  margin: 20px;
}
.m-25 {
  margin: 25px;
}
.m-30 {
  margin: 30px;
}
.m-35 {
  margin: 35px;
}
.m-40 {
  margin: 40px;
}
.m-45 {
  margin: 45px;
}
.m-50 {
  margin: 50px;
}
.ml-0 {
  margin-left: 0;
}
.ml-1 {
  margin-left: 1px;
}
.ml-2 {
  margin-left: 2px;
}
.ml-5 {
  margin-left: 5px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-25 {
  margin-left: 25px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-35 {
  margin-left: 35px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-45 {
  margin-left: 45px;
}
.ml-50 {
  margin-left: 50px;
}
.mr-0 {
  margin-right: 0;
}
.mr-1 {
  margin-right: 1px;
}
.mr-2 {
  margin-right: 2px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-25 {
  margin-right: 25px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-35 {
  margin-right: 35px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-45 {
  margin-right: 45px;
}
.mr-50 {
  margin-right: 50px;
}
.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 1px;
}
.mt-2 {
  margin-top: 2px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-50 {
  margin-top: 50px;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-1 {
  margin-bottom: 1px;
}
.mb-2 {
  margin-bottom: 2px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mt-25- {
  margin-top: -25px;
}
.mb-30- {
  margin-bottom: -30px;
}
.w-10pc {
  width: 10%;
}
.w-20pc {
  width: 20%;
}
.w-25pc {
  width: 25%;
}
.w-50pc {
  width: 50%;
}
.w-75pc {
  width: 75%;
}
.w-100pc {
  width: 100%;
}
.bg-white1 {
  background-color: #f8f7f3;
}
.bg-white2 {
  background-color: #f1f1f1;
}
.bg-white3 {
  background-color: #F9F8F4;
}
.bg-white4 {
  background-color: #F6F2EF;
}
.bg-gray1 {
  background-color: #F0EBE4;
}
.bg-gray2 {
  background-color: #E7E7E7;
}
.bg-blue1 {
  background-color: #009cd3;
}
.bg-blue2 {
  background-color: #0073D0;
}
.bgBannerGrey {
  background-color: #f3efe7;
}
.bgPaleGrayLight {
  background-color: #F9F7F4;
}
.bgPaleGray {
  background-color: #ECE6DD;
}
.bgWarmGrayLight {
  background-color: #D1C9C0;
}
.bgDarkGray {
  background-color: #857363;
}
.bgDigitalGray {
  background-color: #6B5E51;
}
.bgDigitalGrayDark {
  background-color: #524940;
}
.bgSlateGray {
  background-color: #333;
}
.bgCharcoalGray {
  background-color: #666;
}
.bgLightBlue {
  background-color: #ecf6fd;
}
.bgEdgeBlue {
  background-color: #009cde;
}
.bgBrightBlue {
  background-color: #0073CF;
}
.bgRoyalBlue {
  background-color: #0052C2;
}
.bgDarkBlue {
  background-color: #012169;
}
.bgBankRed {
  background-color: #c41230;
}
.bgBankRedLight {
  background-color: #dc1431;
}
.bgBankRedDark {
  background-color: #780032;
}
.bgLighterGreen {
  background-color: #f0f9ed;
}
.bgLightGreen {
  background-color: #6cc24a;
}
.bgBrightGreen {
  background-color: #00AD51;
}
.bgGreen {
  background-color: #007749;
}
.bgDarkGreen {
  background-color: #164734;
}
.bgLightOrange {
  background-color: #Fdf3eb;
}
.bgBrightOrange {
  background-color: #ea7600;
}
.bgOrange {
  background-color: #b94700;
}
.bgDarkOrange {
  background-color: #73381D;
}
.bgBrightPurple {
  background-color: #673BB8;
}
.bgPurple {
  background-color: #5C068C;
}
.bgDarkPurple {
  background-color: #4B116F;
}
.bgBrightCrimson {
  background-color: #aa0061;
}
.bgCrimson {
  background-color: #840b55;
}
.bgDarkCrimson {
  background-color: #51284f;
}
.bgPositive {
  background-color: #393;
}
.bgNegative {
  background-color: #C33;
}
.txt-white {
  color: #fff;
}
.txt-gray1 {
  color: #999;
}
.txt-gray2 {
  color: #666;
}
.txt-gray3 {
  color: #333;
}
.txt-gray4 {
  color: #8c8c8c;
}
.txt-black {
  color: #000;
}
.txt-red1 {
  color: #bf0000;
}
.txt-blue1 {
  color: #009cde;
}
.txtBannerGrey {
  color: #f3efe7;
}
.txtPaleGrayLight {
  color: #F9F7F4;
}
.txtPaleGray {
  color: #ECE6DD;
}
.txtWarmGrayLight {
  color: #D1C9C0;
}
.txtDarkGray {
  color: #857363;
}
.txtDigitalGray {
  color: #6B5E51;
}
.txtDigitalGrayDark {
  color: #524940;
}
.txtSlateGray {
  color: #333;
}
.txtCharcoalGray {
  color: #666;
}
.txtLightBlue {
  color: #fcf6fd;
}
.txtEdgeBlue {
  color: #009cde;
}
.txtBrightBlue {
  color: #0073CF;
}
.txtRoyalBlue {
  color: #0052C2;
}
.txtDarkBlue {
  color: #012169;
}
.txtBankRed {
  color: #c41230;
}
.txtBankRedLight {
  color: #dc1431;
}
.txtBankRedDark {
  color: #780032;
}
.txtLighterGreen {
  color: #f0f9ed;
}
.txtLightGreen {
  color: #6cc24a;
}
.txtBrightGreen {
  color: #00AD51;
}
.txtGreen {
  color: #007749;
}
.txtDarkGreen {
  color: #164734;
}
.txtLightOrange {
  color: #edf3eb;
}
.txtBrightOrange {
  color: #ea7600;
}
.txtOrange {
  color: #b94700;
}
.txtDarkOrange {
  color: #73381D;
}
.txtBrightPurple {
  color: #673BB8;
}
.txtPurple {
  color: #5C068C;
}
.txtDarkPurple {
  color: #4B116F;
}
.txtBrightCrimson {
  color: #aa0061;
}
.txtCrimson {
  color: #840b55;
}
.txtDarkCrimson {
  color: #51284f;
}
.txtPositive {
  color: #c33;
}
.txtNegative {
  color: #393;
}
.txt-10 {
  font-size: 10px;
}
.txt-11 {
  font-size: 11px;
}
.txt-12 {
  font-size: 12px;
}
.txt-13 {
  font-size: 13px;
}
.txt-14 {
  font-size: 14px;
}
.txt-16 {
  font-size: 16px;
}
.txt-18 {
  font-size: 18px;
}
.itxt-18 {
  font-size: 18px !important;
}
.txt-20 {
  font-size: 20px;
}
.txt-22 {
  font-size: 22px;
}
.txt-24 {
  font-size: 24px;
}
.txt-34 {
  font-size: 34px;
}
.txt-35 {
  font-size: 35px;
}
.txt-36 {
  font-size: 36px;
}
.txt-38 {
  font-size: 38px;
}
.txt-62 {
  font-size: 62px;
}
.lead-10 {
  line-height: 10px;
}
.lead-11 {
  line-height: 11px;
}
.lead-12 {
  line-height: 12px;
}
.lead-14 {
  line-height: 14px;
}
.lead-16 {
  line-height: 16px;
}
.lead-18 {
  line-height: 18px;
}
.lead-20 {
  line-height: 20px;
}
.lead-24 {
  line-height: 24px;
}
.lead-100pc {
  line-height: 1;
}
.lead-125pc {
  line-height: 1.25;
}
.lead-150pc {
  line-height: 1.50;
}
.lead-170pc {
  line-height: 1.75;
}
.bold,
b,
strong,
.weight-bold {
  font-weight: 700;
}
.unbold {
  font-weight: 400;
}
.uline {
  text-decoration: underline;
}
.no-uline {
  text-decoration: none !important;
}
.txt-l {
  text-align: left;
}
.txt-r {
  text-align: right;
}
.txt-c {
  text-align: center;
}
.txt-brand {
  font-family: 'connections', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.txt-brand-l {
  font-family: 'connections', Arial, Helvetica, sans-serif;
  font-weight: 300;
}
.txt-brand-m {
  font-family: 'connections', Arial, Helvetica, sans-serif;
  font-weight: 500;
}
.txt-brand-b {
  font-family: 'connections', Arial, Helvetica, sans-serif;
  font-weight: 600;
}
.visible {
  visibility: visible;
}
.box-1-gray2 {
  border: 1px solid #d1d9c0;
}
.bottom-sep-1-gray2 {
  border-bottom: 1px solid #d1d9c0;
}
.bottom-sep-3-blue1 {
  border-bottom: 3px solid #009cde;
}
.top-sep-1-gray1 {
  border-top: 1px dotted #999;
}
.bottom-sep-1-gray1 {
  border-bottom: 1px dotted #999;
}
.sep-1 {
  border-width: 1px;
}
.left-sep-gray3 {
  border-left: 1px solid #ccc;
}
.bottom-sep-3-gray3 {
  border-bottom: 3px solid #ccc;
}
.top-sep-1-gray3 {
  border-top: 1px solid #ccc;
}
.bottom-sep-1-gray3 {
  border-bottom: 1px solid #ccc;
}
.right-sep-dotted {
  border-right: 1px dotted #333;
}
.pos-abs {
  position: absolute;
}
.pos-rel {
  position: relative;
}
.pos-fix {
  position: fixed;
}
.oflo-hide {
  overflow: hidden;
}
.oflo-auto {
  overflow: auto;
}
.oflo-vibl {
  overflow: visible;
}
.oflo-scrl {
  overflow: scroll;
}
.z-modal {
  z-index: 9999;
}
.z-hover {
  z-index: 999;
}
.z-tooltip {
  z-index: 99;
}
.z-text {
  z-index: 10;
}
.z-bg {
  z-index: 9;
}
.clickable {
  cursor: pointer;
}
.non-clickable {
  cursor: default;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fc {
  clear: both;
}
.fc-fix:before,
.fc-fix:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.fc-fix:after {
  clear: both;
}
.fc-fix {
  zoom: 1;
  /* IE < 8 */
}
.clearboth {
  clear: both;
  height: 1px;
  visibility: hidden;
  line-height: 1pt;
  font-size: 0;
}
.hidden,
.hide {
  display: none;
}
.fl-lt,
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.clear-both {
  clear: both;
}
.h-100 {
  height: 100%;
}
@font-face {
  font-family: 'connections';
  src: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/fonts/connections_light-web.eot');
  src: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/fonts/connections_light-web.eot') format('embedded-opentype'), url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/fonts/connections_light-web.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'connections';
  src: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/fonts/connections_regular-web.eot');
  src: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/fonts/connections_regular-web.eot') format('embedded-opentype'), url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/fonts/connections_regular-web.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'connections';
  src: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/fonts/connections_medium-web.eot');
  src: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/fonts/connections_medium-web.eot') format('embedded-opentype'), url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/fonts/connections_medium-web.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'connections';
  src: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/fonts/connections_bold-web.eot');
  src: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/fonts/connections_bold-web.eot') format('embedded-opentype'), url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/fonts/connections_bold-web.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'connections';
  src: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/fonts/connections_light-web.eot');
  src: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/fonts/connections_light-web.eot') format('embedded-opentype'), url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/fonts/connections_light-web.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'connectionsregular';
  src: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/fonts/connections_regular-web.eot');
  src: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/fonts/connections_regular-web.eot') format('embedded-opentype'), url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/fonts/connections_regular-web.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'connectionsmedium';
  src: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/fonts/connections_medium-web.eot');
  src: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/fonts/connections_medium-web.eot') format('embedded-opentype'), url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/fonts/connections_medium-web.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'connectionsbold';
  src: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/fonts/connections_bold-web.eot');
  src: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/fonts/connections_bold-web.eot') format('embedded-opentype'), url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/fonts/connections_bold-web.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
/*These styles are added to make BOL pages work*/
/*Please do not remove these styles from styleguide*/
@media only screen and (min-width: 940px) and (max-width: 950px) {
  .col-sm-3.col-md-2,
  .col-sm-6.col-md-2 {
    width: 16.66666667%;
  }
  .col-sm-6.col-md-3,
  .col-sm-6.col-md-3 {
    width: 25%;
  }
  .col-sm-8.col-md-5 {
    width: 41.66666667%;
  }
  .col-sm-9.col-md-4 {
    width: 33.33333333%;
  }
  .hidden-md,
  .hidden-lg {
    display: none !important;
  }
  .hidden-sm {
    display: block !important;
  }
  .need-help {
    display: none !important;
  }
}
.ml-xl {
  margin-left: 20px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-10- {
  margin-top: -10px;
}
.mt-20- {
  margin-top: -20px;
}
.mt-30- {
  margin-top: -30px;
}
.mt-40- {
  margin-top: -40px;
}
.mt-50- {
  margin-top: -50px;
}
.text-digital-gray {
  color: #6b5e51 !important;
}
.iH-50px {
  height: 50px !important;
}
.text-danger {
  color: #cc0000 !important;
}
.text-13 {
  font-size: 13px;
}
.bg-white {
  background-color: #fff;
}
.bg-light-grey {
  background-color: #F1EFEA;
}
.w-79px {
  width: 79px;
}
.w-120px {
  width: 120px;
}
.w-130px {
  width: 130px;
}
.w-300px {
  width: 300px;
}
.w-390px {
  width: 390px;
}
.green1 {
  color: #007749;
}
.green2 {
  color: #00AD50;
}
.green3 {
  color: #6CC24A;
}
.pt-3 {
  padding-top: 3px;
}
.pb-3 {
  padding-bottom: 3px;
}
.iMB-20 {
  margin-bottom: 20px !important;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.lead-45 {
  line-height: 45px;
}
.no-background {
  background: none !important;
}
.txtDarkChoco {
  color: #52473F;
}
.txtDarkBlue {
  color: #001f66;
}
.iP-0 {
  padding: 0 !important;
}
.mt-xxxl {
  margin-top: 30px;
}
.mt-m {
  margin-top: 10px;
}
.pb-m {
  padding-bottom: 10px;
}
.h-45px {
  height: 45px;
}
.txt-0 {
  font-size: 0;
}
.caps {
  text-transform: capitalize;
}
.iML-0 {
  margin-left: 0 !important;
}
.iMT-10 {
  margin-top: 10px !important;
}
.w-250px {
  width: 250px;
}
.w-325px {
  width: 325px;
}
.w-420px {
  width: 420px;
}
.pdl-15 {
  padding-left: 15px;
}
.h-40 {
  height: 40px;
}
.h-180 {
  height: 180px;
}
.h-300 {
  height: 300px;
}
.h-130px {
  height: 130px;
}
.h-140px {
  height: 140px;
}
.h-240px {
  height: 240px;
}
hr {
  border-color: #ddd7cd;
  border-style: solid none none;
  border-width: 0.0625rem 0 0;
  height: 0.0625rem;
  margin: 1.25rem 1.25rem;
}
.mt-3 {
  margin-top: 3px;
}
.iM-0 {
  margin: 0 !important;
}
.pl-xl {
  padding-left: 20px;
}
.pdl-15 {
  padding-left: 15px;
}
/*Filename: modal.less*/
.modal3 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  outline: 0 none;
  z-index: 1040;
  display: none;
}
.modal {
  position: relative;
  top: 0;
  left: 0;
  outline: 0 none;
  z-index: 10002;
  visibility: hidden;
}
.modal-backdrop {
  height: 100%;
  position: fixed !important;
  z-index: 1080;
  background-color: #000000;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-in-iframe {
  margin: -15px;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-dialog {
  position: absolute !important;
  z-index: 1080;
  margin: 10px;
  width: auto;
}
.modal-dialog.modal-md-lg {
  width: 750px;
}
.modal-dialog.modal-sm-md {
  width: 380px;
  min-width: 380px;
}
.modal-dialog.modal-xl {
  width: 995px;
  max-width: 995px;
}
.modal3.in .modal-dialog {
  transform: translate(0px, 0px);
}
.modal3.fade .modal-dialog {
  transition: transform 0.3s ease-out 0s;
}
.modal-header {
  min-height: 16.3px;
  padding: 15px;
  border-bottom: 0 none;
}
.modal-header.interstitial-modal-head {
  min-height: 0;
  padding: 0;
}
.modal-body {
  max-height: none !important;
  overflow: hidden !important;
  padding: 0 30px;
  position: relative;
}
.modal-title {
  font-size: 20px;
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
  padding: 15px 15px 10px;
}
.modal-footer {
  padding: 30px;
  text-align: left;
  border-top: 0;
}
.modal-sm {
  width: auto !important;
}
.modal-sm-md {
  width: 380px;
  min-width: 380px;
}
.modal-content {
  background-clip: padding-box;
  background-color: #ffffff;
  outline: 0 none;
  position: relative;
  border: medium none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.modal-content .close {
  margin-right: 20px;
  margin-top: 20px;
}
.modal-content > .close {
  overflow: hidden;
}
.modal-content .close:focus {
  outline: 1px dotted #000;
}
.close a {
  font-family: "connections", Arial, Calibri, Helvetica, sans-serif;
  font-size: 18px;
  color: #6b5e51;
  text-shadow: none;
}
.close a:hover {
  text-decoration: none;
}
.close_char,
.close-char {
  color: #857363;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: bold;
  float: right;
  line-height: 33px;
}
.alert-dismissible .close_char,
.alert-dismissible .close-char {
  line-height: 20px;
}
:hover.close_char,
:hover.close-char {
  color: #012169;
}
:focus.close_char,
:focus.close-char {
  color: #012169;
  text-decoration: underline;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-footer .btn + .btn {
  margin-left: 10px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.IRAgreementcontentscroll {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #d6d6d6;
  height: 200px;
  margin: 15px 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 15px 25px;
}
.modal-lg {
  width: 900px;
}
.modal a.modalClose {
  background: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/sprite_icons.gif') no-repeat scroll right -990px !important;
  color: #fff !important;
  cursor: pointer;
  float: right !important;
  font-weight: normal !important;
  margin-right: 10px;
  padding-right: 15px !important;
}
.modal .body {
  background: #fff;
  padding: 15px;
  text-align: left;
}
.modal .body:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.pageMask,
.pageMask2 {
  background: #666 none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  visibility: hidden;
  width: 100% !important;
  z-index: 999;
  top: 0;
}
.modal .head,
.modalHead {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: #012169;
  border-color: #333 #333 -moz-use-text-color;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 1px 0;
  color: #fff;
  font-weight: bold;
  height: 27px;
  line-height: 27px;
  padding-left: 10px;
  text-align: left;
  font-size: 12px;
}
.timerModalBackground {
  background: #666 none repeat scroll 0 0;
  opacity: 0.6;
  z-index: 9999998 !important;
}
.oneColModal .addPadding {
  padding: 10px;
  font-size: 12px;
}
.oneColModal .addPadding p {
  margin-top: 10px;
}
.acctRestrictions {
  padding: 10px 0;
}
.acctRestrictions h4.modal-title {
  padding-left: 0;
}
.historic-performance-modal .modal-dialog {
  width: 1056px;
  left: 0 !important;
}
.modal-body .modal-body {
  padding: 0;
}
.modal-body .modal-footer {
  padding: 30px 0;
}
@media only screen and (max-width: 529px) {
  .modal-footer .btn {
    margin-left: 0 !important;
    width: 100%;
    display: block;
    text-align: center;
  }
  .modal-footer .btn + .btn {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .modal-dialog {
    margin: 30px auto;
    width: auto;
  }
}
.modal.fade .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.modal-footer {
  text-align: left;
}
.modal-dialog {
  position: fixed;
}
.modal-header {
  border-bottom: 0;
}
.modal-body {
  padding: 0 30px;
}
.modal-body .modal-body-header {
  font-weight: 700 !important;
}
.modal-footer {
  padding: 30px;
  border-top: 0;
}
.modal-content .close button {
  color: #6b5e51;
}
.modal-content .modal__close .modal__close-icon {
  background: transparent url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/info_box_close.svg') no-repeat 0 0;
  font-size: 0 !important;
  float: right;
  line-height: 33px;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.intro {
  background: #f4f4f4 url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/shaddow1.jpg') repeat-x scroll left bottom;
  padding: 20px 20px 15px;
}
.iP-M,
._iP-M * {
  padding: 10px !important;
}
.alertFont {
  font-size: 18px;
}
.m-m,
._m-m * {
  margin: 10px;
}
.topSep,
.topSep td,
.topSep th {
  border-top: 1px solid #d6d6d6 !important;
}
.p-m,
._p-m * {
  padding: 10px;
}
#modalbody_AccountRestriction {
  padding: 0 30px 30px;
}
.oneColModal .modal-body {
  background: #fff;
  padding: 0;
}
#modalBody {
  background: #fff;
}
.pos-abs {
  position: absolute;
}
.modalInModalBackground {
  background-color: #fff;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  visibility: visible;
  width: 100%;
  z-index: 10002;
}
.loadImgL {
  background: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/wait46x46.gif') no-repeat scroll 0 0;
  height: 46px;
  width: 46px;
}
.modal-background {
  background: none;
}
#dvCloseAccount,
.accountconversion-modal {
  margin: -15px -15px 0 -15px;
}
#divAccountEnrollment {
  margin: -15px;
}
.modal-content-mask {
  background-color: #fff;
  height: 100%;
  left: 0;
  position: absolute !important;
  right: 0;
  top: 0;
  z-index: 9;
  opacity: 0.5;
}
.switching-sites-modal .close {
  padding: 0 !important;
}
.modal-footer-content {
  padding: 30px 0;
}
.switching-sites-modal.inter-site-modal .close-char {
  background: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/close_white.png') repeat scroll 0 0;
  height: 18px;
  margin: 10px 0;
  width: 15px;
  color: #012169;
}
.switching-sites-modal.inter-site-modal .close-char:focus {
  outline: 1px dotted #fff;
}
.switching-sites-modal.third-party-site-modal .close-char {
  background: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/close_grey.png') repeat scroll 0 0;
  height: 18px;
  margin-top: 10px;
  width: 15px;
  margin-right: 3px;
}
.compress-text .switching-sites-text {
  font-size: 24px;
  color: #524940;
  line-height: 30px;
}
.compress-text .text-into {
  color: #333333;
  clear: both;
  line-height: 18px;
  padding: 20px 0;
  margin: 0;
}
.switching-sites-text {
  color: #6b5e51;
  float: left;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  font-size: 30px;
  width: auto;
  padding: 20px 0;
  margin: 0;
  line-height: 40px;
}
.switching-sites-misc p {
  font-size: 14px;
  width: 100%;
  padding-top: 30px;
}
.switching-sites-modal.inter-site-modal .modal-header {
  background: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/interstitial_header_enterprise.png') repeat scroll 0 0;
  border: medium none;
  margin: 0;
  padding: 0;
  height: 50px;
}
.switching-sites-modal.third-party-site-modal .modal-header {
  background: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/interstitial_header_megi.png') repeat scroll 0 0;
  border: medium none;
  margin: 0;
  padding: 0;
  height: 50px;
}
.switching-sites-site-name {
  display: block;
}
.switching-sites-modal .modal-body {
  padding: 0 30px !important;
}
.modal-dialog.modal-md-lg.modal-going-to-other-site {
  width: auto !important;
}
.modal-going-to-other-site .modal-body {
  padding: 0 !important;
}
.switching-sites-text.confirm-first-text .switching-sites-site-name {
  display: inline;
}
.switching-sites-text.confirm-first-text {
  padding-bottom: 0;
}
.modal-content.switching-sites-modal {
  overflow: hidden !important;
}
.modal-body.switching-sites-wrapper {
  padding: 0 30px !important;
}
.modal-body.switching-sites-boafamily .frame {
  overflow: hidden !important;
}
#AccountSettingsModal .modal-body {
  overflow: visible !important;
}
#modalbody_dvCloseAccountModal {
  padding-bottom: 15px;
}
.sf-timer-modal {
  width: 450px;
}
@media only screen and (max-width: 529px) {
  .sf-timer-modal {
    width: auto;
  }
}
.sfSessionTimerModal,
.sfTimerModal {
  border: none !important;
  border-radius: 0 !important;
}
.sfSessionTimerModal .head,
.sfTimerModal .head {
  border-bottom: none !important;
  color: #524940;
  font-family: connectionsbold !important;
  font-size: 18px !important;
  font-weight: normal;
  margin: 0.5em 0;
  padding: 0 15px;
  margin: 0 0 20px;
}
.sfSessionTimerModal .stdBtn2,
.sfTimerModal .stdBtn2 {
  background: #0052c2 !important;
  border-radius: 0 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  padding: 7px 15px !important;
  line-height: inherit !important;
  border: none !important;
  height: inherit;
}
.sfSessionTimerModal a.btn,
.sfTimerModal a.btn {
  background: #ece6dd !important;
  border-radius: 0 !important;
  color: #0052c2 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  padding: 7px 15px !important;
  line-height: inherit !important;
  border: none !important;
  height: inherit;
}
.sfSessionTimerModal a.btn span,
.sfTimerModal a.btn span {
  background: #ece6dd !important;
  color: #0052c2;
  cursor: pointer;
  font-size: 16px !important;
  height: inherit !important;
  line-height: inherit !important;
  padding: 0;
  white-space: nowrap;
  border: none !important;
}
.sfSessionTimerModal a.stdBtn2 span,
.sfTimerModal a.stdBtn2 span {
  background: #0052c2 !important;
  color: #fff !important;
  cursor: pointer;
  font-size: 16px !important;
  height: inherit !important;
  line-height: inherit !important;
  padding: 0;
  white-space: nowrap;
}
.sfSessionTimerModal a.stdBtn2:hover,
.sfSessionTimerModal a.stdBtn2:hover span,
.sfSessionTimerModal a.stdBtn2 span:hover,
.sfSessionTimerModal a.stdBtn2:active,
.sfSessionTimerModal a.stdBtn2:active span,
.sfSessionTimerModal a.stdBtn2 span:active,
.sfTimerModal a.stdBtn2:hover,
.sfTimerModal a.stdBtn2:hover span,
.sfTimerModal a.stdBtn2 span:hover,
.sfTimerModal a.stdBtn2:active,
.sfTimerModal a.stdBtn2:active span,
.sfTimerModal a.stdBtn2 span:active {
  background: #012169 !important;
  color: #ffffff;
}
.sfSessionTimerModal a.btn:hover,
.sfSessionTimerModal a.btn:hover span,
.sfSessionTimerModal a.btn span:hover,
.sfSessionTimerModal a.btn:active,
.sfSessionTimerModal a.btn:active span,
.sfSessionTimerModal a.btn span:active,
.sfTimerModal a.btn:hover,
.sfTimerModal a.btn:hover span,
.sfTimerModal a.btn span:hover,
.sfTimerModal a.btn:active,
.sfTimerModal a.btn:active span,
.sfTimerModal a.btn span:active {
  background: #d1c9c0 !important;
  color: #012169 !important;
}
.sfSessionTimerModal .txt-14.mb-s,
.sfTimerModal .txt-14.mb-s {
  margin-bottom: 20px !important;
}
.sfSessionTimerModal .txt-14.mt-m,
.sfTimerModal .txt-14.mt-m {
  margin-top: 20px !important;
}
.sfSessionTimerModal a,
.sfTimerModal a {
  cursor: pointer;
}
.modal2.sfTimerModal a.stdBtn2 {
  background-color: #0052c2;
  color: #ffffff;
  cursor: pointer;
  font-size: 24px !important;
  padding: 10px 25px !important;
  line-height: 25px;
}
.modal2.sfTimerModal a.btn {
  cursor: pointer;
  font-size: 24px !important;
  padding: 10px 25px !important;
}
.modal-override-wrapper h4.modal-title,
.modal-confirmation h4.modal-title {
  background: #012169 !important;
  height: 27px;
  text-align: left;
  color: #fff;
  line-height: 27px;
  font-size: 12px !important;
  font-weight: bold;
  padding-left: 10px;
  border: 1px solid #333;
  border-bottom: 0;
  font-family: Arial !important;
  margin: 0 !important;
}
.modal-override-wrapper .modal-header,
.modal-confirmation .modal-header {
  padding: 0;
}
.modal-override-wrapper .close,
.modal-confirmation .close {
  margin-right: 10px !important;
  margin-top: 0px !important;
  position: absolute;
  top: -1px;
  float: right;
  right: 0;
  z-index: 3000000000;
}
.modal-override-wrapper .close:focus,
.modal-confirmation .close:focus {
  outline: 1px dotted #fff !important;
}
.modal-override-wrapper .close a,
.modal-confirmation .close a {
  font-size: 12px !important;
  font-family: Arial !important;
}
.modal-override-wrapper .close .ada-hidden,
.modal-confirmation .close .ada-hidden,
.modal-override-wrapper .close .adahidden,
.modal-confirmation .close .adahidden {
  font-size: 12px !important;
  font-family: Arial !important;
  left: 0;
}
.modal-override-wrapper .close-char,
.modal-confirmation .close-char {
  float: right !important;
  font-weight: normal !important;
  background: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/sprite_icons.png') right -989px no-repeat !important;
  padding-right: 15px !important;
  color: #fff !important;
  cursor: pointer;
  font-size: 12px !important;
  line-height: 28px;
}
.modal-override-wrapper .modal-body {
  padding: 0 !important;
}
.modal-override-wrapper .modal-dialog {
  margin: 0;
}
.modal-confirmation .modal-body {
  padding: 0 !important;
}
.modal-override-wrapper .modal-footer {
  padding: 30px 15px !important;
}
.modal-confirmation .modal-footer {
  padding: 20px 0 0 0 !important;
}
.modal-confirmation p {
  margin-top: 0;
}
.modal-confirmation .ml-m.mr-m.mb-m {
  padding-bottom: 15px;
}
.modal2-override-wrapper .modal-dialog {
  border: 10px solid #666;
  border-radius: 15px;
  padding: 25px 15px 30px 15px;
  background: #fff;
  margin: 0;
}
.modal2-override-wrapper .modal-backdrop {
  opacity: 0.6 !important;
  background: #666;
}
.modal2-override-wrapper h4.modal-title {
  text-align: left;
  font-size: 18px !important;
  color: #333 !important;
  font-family: Arial !important;
  padding: 0 0 10px 0;
  border-bottom: 3px solid #e0d9d3 !important;
  margin: 0 15px 15px 15px !important;
}
.modal2-override-wrapper .modal-content .close {
  margin-top: -20px;
  overflow: inherit;
}
.modal2-override-wrapper .modal-content .close:focus {
  outline: 1px dotted #000;
}
.modal2-override-wrapper .modal-header {
  padding: 0;
  line-height: 20px;
}
.modal2-override-wrapper .close a {
  font-size: 12px !important;
  font-family: Arial !important;
}
.modal2-override-wrapper .close-char {
  font-weight: normal !important;
  background: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/ri_sprite_icons.png') no-repeat scroll 30px -173px !important;
  padding-right: 20px !important;
  cursor: pointer;
  font-size: 11px !important;
  line-height: 18px;
  color: #0052c2 !important;
  font-family: Arial;
  line-height: 21px;
}
.modal2-override-wrapper .modal-body {
  padding: 0 15px !important;
}
.modal2-override-wrapper .modal-footer {
  padding: 30px 15px 0 15px !important;
}
.indexes-modal__fieldset {
  font-size: 12px;
}
.indexes-modal__fieldset legend {
  font-size: 14px;
}
.indexes-modal__fieldset legend strong {
  line-height: 25px;
}
.indexes-modal__fieldset .icon-helpBlue {
  background: transparent url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/helpicon.png') no-repeat scroll left top;
  height: 13px;
  width: 13px;
  display: inline-block;
}
.indexes-modal__fieldset .checkboxWrap span.checkboxOption {
  float: left;
  width: 90%;
  padding-left: 5px;
}
.indexes-modal__fieldset .mt-l,
.indexes-modal__fieldset ._mt-l * {
  margin-top: 15px;
}
.indexes-modal__fieldset .checkboxWrap {
  font-weight: normal;
  display: inline;
}
.indexes-modal__fieldset .ml-s {
  margin-left: 5px;
}
.indexes-modal__fieldset .w-45pc {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  .modal-going-to-other-site .modal-body.switching-sites-boafamily {
    padding-bottom: 20px;
  }
}
.oneColModal .addPadding .list {
  margin-left: 30px;
}
.helpModalContent {
  font-size: 12px;
  line-height: 16px;
  box-sizing: content-box;
}
.modal2 {
  background: #fff none repeat scroll 0 0 padding-box;
  border: 10px solid #666;
  border-radius: 15px;
  padding: 25px 15px 30px;
  position: absolute;
  visibility: hidden;
  box-sizing: content-box;
}
.modal2 .head {
  border-bottom: 3px solid #e0d9d3;
  color: #333;
  font-size: 18px;
  height: auto !important;
  margin: 0 15px 15px;
  padding: 0 0 10px;
}
.modal2 a.close,
.modal2 a.modalClose,
.modal2 .iconClosePopup {
  background: rgba(0, 0, 0, 0) url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/ri_sprite_icons.png') no-repeat scroll 36px -173px !important;
  cursor: pointer;
  float: right;
  font-family: Verdana;
  font-size: 11px;
  line-height: 18px;
  margin: -20px 0 0;
  padding-right: 22px;
}
.modal2 .body {
  background: #fff none repeat scroll 0 0 !important;
  padding: 0 15px;
}
.txtLight,
.asOfDate,
.disclaimer {
  color: #666 !important;
}
#content.twoColLanding #pageContent {
  padding: 20px 15px 30px;
  width: 940px;
}
.mt-xl,
._mt-xl * {
  margin-top: 20px;
}
.pb-xxxl,
._pb-xxxl * {
  padding-bottom: 30px;
}
.pt-s,
._pt-s * {
  padding-top: 5px;
}
.pb-xl,
._pb-xl * {
  padding-bottom: 20px;
}
.pr-xxl,
._pr-xxl * {
  padding-right: 25px;
}
.pr-l,
._pr-l * {
  padding-right: 15px;
}
.pr-xl,
._pr-xl * {
  padding-right: 20px;
}
.cta.blue {
  background: #007dc3;
  background: linear-gradient(to bottom, #7EAFE3 0, #007DC3 5%, #0067B1 100%) repeat scroll 0 0 transparent;
  border-color: #124E89;
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.45);
}
a.cta.blue:hover,
input.cta.blue:hover {
  background: #0067B1;
  background: linear-gradient(to bottom, #1B5898 0, #0067B1 5%, #007DC3 100%) repeat scroll 0 0 transparent;
  border-color: #123e89;
  color: #fff;
}
a.cta.blue:active,
input.cta.blue:active {
  background: #0067B1;
  background: linear-gradient(to bottom, #1B5898 0, #153687 5%, #1B4BA4 100%) repeat scroll 0 0 transparent;
  border-color: #123e89;
  color: #fff;
}
.modal-dialog iframe.frame {
  width: 750px;
}
@media only screen and (max-width: 529px) {
  .modal-dialog {
    width: 85%;
  }
  .modal-dialog iframe.frame {
    width: 100% !important;
  }
  .modal-footer .btn {
    margin-left: 0 !important;
    width: 100%;
    display: block;
    text-align: center;
  }
  .modal-footer .btn + .btn {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .modal-dialog {
    margin: 30px auto;
    width: 90% !important;
  }
  .modal-dialog iframe.frame {
    width: 100% !important;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1128px) {
  .modal-dialog {
    max-width: 70rem;
  }
}
@media only screen and (min-width: 1129px) {
  .modal-dialog {
    max-width: 70rem;
  }
}
@font-face {
  font-family: 'connections';
  src: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/fonts/connections_light-web.eot');
  src: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/fonts/connections_light-web.eot') format('embedded-opentype'), url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/fonts/connections_light-web.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'connectionsregular';
  src: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/fonts/connections_regular-web.eot');
  src: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/fonts/connections_regular-web.eot') format('embedded-opentype'), url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/fonts/connections_regular-web.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'connectionsmedium';
  src: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/fonts/connections_medium-web.eot');
  src: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/fonts/connections_medium-web.eot') format('embedded-opentype'), url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/fonts/connections_medium-web.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'connectionsbold';
  src: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/fonts/connections_bold-web.eot');
  src: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/fonts/connections_bold-web.eot') format('embedded-opentype'), url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/fonts/connections_bold-web.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'roboto-regular';
  src: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/fonts/roboto-regular.eot');
  src: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/fonts/roboto-regular.eot') format('embedded-opentype'), url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/fonts/roboto-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'roboto-medium';
  src: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/fonts/roboto-medium.eot');
  src: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/fonts/roboto-medium.eot') format('embedded-opentype'), url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/fonts/roboto-medium.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.flexbox-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-basis: middle;
  -moz-flex-basis: middle;
  -ms-flex-basis: middle;
  flex-basis: middle;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.flex-display {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
/*Filename: global.less*/
h1 {
  color: #009cde;
  margin-top: 0;
  font-size: 2.143em;
}
h2 {
  font-size: 1.429em;
  line-height: 1.5rem;
  color: #012169;
}
h2.title-custom {
  color: #333;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 20px;
  line-height: 26px;
  color: #012169;
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
}
a:hover {
  color: #012169;
}
a:focus {
  color: #0052C2;
}
a .adahidden,
a .ada-hidden {
  left: 0 !important;
}
#content h1,
.heading {
  zoom: 1;
  font-size: 30px;
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
  line-height: 36px;
}
#content h1.mb-20,
.heading.mb-20 {
  margin-bottom: 20px;
}
#content h1.mb-30,
.heading.mb-30 {
  margin-bottom: 30px;
}
.text-default {
  font-family: Arial, Calibri, Helvetica, sans-serif;
}
.text-branded {
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
}
.text-branded.bold,
.text-branded.weight-bold {
  font-weight: normal;
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
}
.text-branded-light {
  font-family: "connections", Arial, Calibri, Helvetica, sans-serif;
}
.text-branded-medium {
  font-family: "connectionsmedium", Arial, Calibri, Helvetica, sans-serif;
}
.text-branded-bold {
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
}
.grouping:before,
.grouping:after,
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.grouping:after,
.clearfix:after {
  clear: both;
}
.grouping,
.clearfix {
  zoom: 1;
}
.clear-both {
  clear: both;
}
.ml-xl {
  margin-left: 20px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-10- {
  margin-top: -10px;
}
.mt-20- {
  margin-top: -20px;
}
.mt-30- {
  margin-top: -30px;
}
.mt-40- {
  margin-top: -40px;
}
.mt-50- {
  margin-top: -50px;
}
.TL_PVT_L1,
.TL_PVT_L2 {
  text-decoration: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.app-title {
  color: #fff;
  padding: 1.2rem 0;
  font-size: 20px;
}
.app-title sup {
  font-size: .7rem;
}
.h1-sup {
  top: -2rem;
}
.text-digital-gray {
  color: #6b5e51 !important;
}
.boa-logo {
  height: 28px;
  width: 221px;
  background: transparent url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/boa-logo-fpo.png') no-repeat scroll 0 0;
  background-size: contain;
}
.cursorHand {
  cursor: pointer !important;
}
.brd-right-gray {
  border-right: 1px solid #d1c9c0;
}
.brd-left-gray {
  border-left: 1px solid #d1c9c0;
}
.radio-horizontal {
  height: 50px !important;
  padding: 15px !important;
  width: 70%;
}
.portfolio-wrap {
  box-shadow: 0px 1px 1px #d1c9c0;
  margin: 0 0 20px 0;
  background-color: #fff;
}
.goal-name-display {
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  font-size: 16px;
  margin-top: 10px;
}
.txt-error {
  color: #DC1431 !important;
}
button.link {
  background: none;
  border: none;
  color: #0052c2;
}
button.link:hover {
  text-decoration: underline;
}
.icol-xs-4 {
  width: 33.333% !important;
  float: left;
}
.iH-50px {
  height: 50px !important;
}
.txtStrongOrange {
  color: #bd4500;
}
.text-danger {
  color: #cc0000 !important;
}
.text-13 {
  font-size: 13px;
}
.bg-white {
  background-color: #fff;
}
.bg-light-grey {
  background-color: #F1EFEA;
}
.carret-link {
  background: transparent url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/icons-sprite.png') no-repeat 0 5px;
  padding: 4px 0 6px 30px;
}
.carret-link:hover {
  background-position: 0 -870px;
}
.carret-link.in {
  background-position: 0 -33px;
}
.carret-link.in:hover {
  background-position: 0 -908px;
}
.help button.close {
  background: transparent url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/icons-sprite.png') no-repeat 39px -79px;
  margin: 5px 0;
}
.help button.close:hover {
  background-position: 39px -118px;
  color: #0052c2 !important;
}
.help button.close .close-text {
  visibility: hidden;
}
.help button.close .close-symbol {
  font-size: 1.538rem;
  background: none repeat scroll 0 0;
  text-indent: -99999px;
  color: #0052c2;
  display: inline-block;
  height: 20px;
  margin-left: 5px;
  vertical-align: middle;
  width: 20px;
}
.checkbox-label .icon-checkbox.md {
  font-size: 14px !important;
}
.ipq-grp .radio-label .ipq-radio-wrap {
  background-position: center top;
  width: 100%;
}
.ipq-grp .radio {
  margin-top: 0;
  margin-bottom: 5px;
}
.ipq-grp .radio-label {
  background-color: #f9f7f4;
  padding: 20px 15px !important;
  display: block;
  text-decoration: none;
}
.ipq0 {
  padding: 5px 0 15px;
  font-size: 16px;
}
.ipq-grp.ipq0 .radio .radio-label {
  padding: 10px 20px !important;
}
.ipq1,
.ipq2,
.ipq3,
.ipq4,
.ipq5,
.ipq6 {
  padding-top: 40px;
}
.ipq1 .radio-label {
  height: 255px;
}
.ipq2 .radio-label,
.ipq3 .radio-label {
  height: 195px;
}
.w-390px {
  width: 390px;
}
.page-title-line {
  border-bottom: 1px solid #D1C9C0;
  padding-bottom: 10px !important;
}
.text-box-m {
  float: left;
  text-align: center;
  width: 5.5em;
  height: 2.5em !important;
}
.pos-rel {
  position: relative;
}
.green1 {
  color: #007749;
}
.green2 {
  color: #00AD50;
}
.green3 {
  color: #6CC24A;
}
.mrkt-wrap,
.est-wrap {
  float: left;
  padding: 10px 10px 20px 30px;
  background-image: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/icons-sprite.png');
  background-repeat: no-repeat;
}
.mrkt-wrap {
  background-position: 0 -482px;
  padding-right: 0;
}
.est-wrap {
  background-position: 0 -567px;
}
.perf-lb {
  float: left;
  background: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/icons-sprite.png') no-repeat 0 -651px;
  height: 80px;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .modal-footer .btn + .btn {
    margin-left: 0;
    margin-bottom: 0;
  }
  #modalFooter_dvDeleteGoalModal .btn + .btn {
    margin-left: 10px;
  }
}
.page-interstitial #pageTitle h1 {
  padding-bottom: 20px;
}
.help-link {
  font-family: Arial;
  font-size: 14px;
}
h1.line-Height40 {
  line-height: 40px;
}
.close a:hover {
  text-decoration: none;
}
.close-icon,
.close-char,
.close .close-icon {
  font-size: 40px;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  font-weight: normal;
}
.alert-md .close-icon,
.alert-md .close-char,
.alert-md .close .close-icon {
  position: relative;
  top: -10px;
  right: -5px;
}
.close-icon.close button {
  background: none;
}
.close-fsd {
  background: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/close-button-fsd.png') no-repeat scroll 0 0;
  display: inline-block;
  height: 15px;
  width: 15px;
}
.info-box_message p {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
}
.info-list .ssnNo,
.info-list .dobNo,
.info-list .taxIDNo {
  display: inline-block;
  width: 110px;
}
.check-checked {
  background: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/check_True_filled.png') no-repeat scroll left top;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  min-height: 26px;
  width: 25px;
}
.check-unchecked {
  background: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/check_unfilled.png') no-repeat scroll left top;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  min-height: 26px;
  width: 25px;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.lead-45 {
  line-height: 45px;
}
.no-background {
  background: none !important;
}
.txtDarkChoco {
  color: #52473F;
}
.txtDarkBlue {
  color: #001f66;
}
.panel-header-bggray {
  background-color: #ece6dd;
}
.text-disabled {
  color: #777 !important;
  cursor: not-allowed;
}
.text-disabled:hover,
.text-disabled:focus {
  text-decoration: none;
}
a[href='#disc1'] {
  color: #524940;
}
.dropdown .divider {
  margin-left: 20px;
  font-weight: bold;
  margin-top: 10px;
}
.text-box input[type="text"],
.text-box input[type="password"],
.text-box input[type="tel"] {
  -moz-appearance: none;
  background-color: transparent;
  border: 0 none;
  box-shadow: none;
  color: #000;
  font-size: 1.25rem;
  height: 1.9rem;
  margin: 1.063rem 0 0;
  padding: 0 0.563rem;
  width: 100%;
}
.text-editable {
  border: 1px solid #D1C9C0;
  height: 4.525rem;
  padding: 0.2rem 0.4rem;
}
.text-editable .columns {
  padding: 0;
}
.text-link {
  margin-top: -4px;
}
.text-output {
  color: #524940;
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
  font-size: 1.25rem;
  margin-top: 1rem;
}
.close {
  font-size: 15px;
}
.close a {
  color: #6b5e51;
  font-weight: normal;
}
.close a:hover {
  color: #0073CF !important;
}
.close button {
  background: #ffffff none repeat scroll 0 0;
  border: medium none rgba(0, 0, 0, 0);
  font-size: 15px;
}
.close button:hover {
  color: #0073CF !important;
}
.close button .close-icon {
  background: rgba(0, 0, 0, 0) url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/icons-sprite.png') no-repeat scroll 33px -79px;
}
.acc-res-delete {
  background: transparent url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/icons-sprite.png') no-repeat scroll 0px -78px;
  cursor: pointer;
  float: right;
  height: 20px;
  width: 15px;
}
.search_container {
  background-color: #fff;
  border: 2px solid #F1EFEA;
  margin-top: 40px;
  position: absolute;
  width: 400px;
  z-index: 10;
}
.symBol_Textbox {
  background-color: #ece6dd;
  height: 40px;
  padding: 10px;
  margin-top: 10px;
}
.symbolText {
  color: #524940;
  font-size: 18px;
  line-height: 21px;
}
.quote_completionListElement {
  background-color: #fff;
  border: 1px solid #000;
  margin: 40px 0 0 0;
  position: absolute;
  width: 400px !important;
  z-index: 10;
  height: auto;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.poc-only .quote_completionListElement {
  margin: 25px 0 0 0;
}
.quote_completionListElement li.quote_listItem:hover,
.quote_completionListElement li.quote_highlightedListItem {
  background-color: #ECF6FD !important;
}
.quote_completionListElement li.quote_listItem {
  background-color: #fff;
  display: block;
  line-height: 45px;
  padding: 0 20px;
  text-decoration: none;
  list-style-type: none;
  cursor: pointer;
}
.quote_completionListElement li.quote_listItem:nth-child(even) {
  background-color: #f1efea;
}
.quote_listItem_firstColumn {
  display: inline-block;
  width: 85px;
  vertical-align: top;
}
.quote_listItem_secondColumn {
  display: inline-block;
  width: 265px;
  word-wrap: break-word;
  line-height: 20px;
  padding-top: 10px;
}
.autocompclose {
  background: transparent url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/sprite_icons.gif') no-repeat scroll right -945px !important;
  display: inline-block;
  padding-right: 14px !important;
  cursor: pointer;
}
.quote_headerrow {
  background: #e2f1fa none repeat scroll 0 0;
  border-top: 1px solid #666;
  clear: both;
  display: block;
  float: left;
  font-size: 12px;
  font-weight: bold;
  line-height: 17px;
  margin-bottom: 0;
  min-height: 13px;
  padding: 7px 10px 7px 15px;
  width: 100%;
}
.quote_headerrow ul li {
  list-style-type: none;
}
.restrictionsHeader {
  font-family: "connections", Arial, Calibri, Helvetica, sans-serif;
  font-size: 18px;
  color: #524940;
  font-weight: bold;
  margin-bottom: 10px;
}
.noAccountsAlert .alert-text,
.confirmationAlert .alert-text {
  color: #524940;
  font-family: "connections", Arial, Calibri, Helvetica, sans-serif;
  font-size: 25px;
}
.searchText {
  display: inline-block;
  width: 85px;
  vertical-align: top;
}
.searchTextname {
  display: inline-block;
  width: 265px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  line-height: 20px;
  padding-top: 10px;
}
.quote_listItem ul,
.quote_highlightedListItem ul {
  display: block;
  list-style-type: none !important;
  margin: 0;
  padding: 0;
  width: 100%;
}
.search.quote_completionListElement {
  max-height: none !important;
}
*:first-child + html .quote_completionListElement .ac_Msg {
  margin: 0 10px 0 10px;
}
.quote_completionListElement .ac_Msg {
  background: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/alert-danger-icon.png') no-repeat scroll 0 5px;
  border: 1px solid #f00;
  list-style-type: none;
  margin: 10px;
  padding: 6px 10px 6px 44px;
  color: #333;
  font-size: 11px;
  border-radius: 6px;
  font-weight: bold;
}
.quote_headerrow ul li a {
  margin: 0 !important;
}
.quote_headerrow ul {
  padding: 0 !important;
}
.quote_headerrow span {
  background-image: none !important;
  margin-left: 4px;
  color: #0052c2;
}
.input330 {
  width: 330px;
}
.quote_completionListElement li > ul {
  padding: 0;
}
.quote_completionListElement li.quote_listItem,
.quote_completionListElement li.quote_highlightedListItem {
  background-color: #fff;
  display: block;
  line-height: 45px;
  padding: 0 20px;
  text-decoration: none;
  list-style-type: none;
  cursor: pointer;
}
.textSmaller .radiogroup-label {
  font-size: 1.143rem;
  font-weight: 700;
  line-height: 1.429rem;
  color: #524940;
}
.textSmaller .icon-radio {
  font-size: 1rem;
  font-weight: 700;
}
.textSmaller select optgroup {
  font-weight: 700;
  padding-bottom: 5px;
  padding-left: 5px;
}
.textSmaller select option:first-child {
  padding-top: 5px;
}
.textSmaller select option {
  font-weight: normal !important;
  padding-bottom: 5px;
}
.optBorder {
  padding-bottom: 5px;
  border-bottom: solid 1px #D1C9C0;
}
.ico-checkmark-large {
  background: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/checkMark_large.png') no-repeat 0 0;
  width: 40px;
  height: 40px;
  display: inline-block;
  float: left;
}
.offer-code-wrapper {
  float: left;
  padding: 10px 0 0 10px;
  display: inline-block;
}
input[type=text]::-ms-clear {
  display: none;
}
.bullet-empty {
  padding-left: 23px;
}
.content-loading {
  width: 46px;
  height: 46px;
  margin: 50px auto;
  background: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/loading_icon.gif') 0 0 no-repeat;
}
.content-loading.sm {
  width: 50px;
  height: 50px;
  margin: 35px auto;
}
.loading-text .content-loading {
  margin: 40px auto;
}
.restrictions-content-loading {
  width: 46px;
  height: 46px;
  background: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/loading_icon.gif') 0 0 no-repeat;
  margin: 30px auto;
}
.content-loading2 {
  width: 46px;
  height: 46px;
  margin: 0;
  background: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/loading_icon.gif') 0 0 no-repeat;
}
.bg-title,
.bg-light2 {
  background: #f1efea none repeat scroll 0 0;
}
.iconSprite2 {
  background: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/sprite_icons2.png') no-repeat scroll 0 0;
  display: inline-block;
}
.iconSprite2.iconPhone {
  background-position: 0 -87px;
  height: 72px;
  width: 44px;
}
.iconSprite2.iconEmail {
  background-position: 0 -39px;
  height: 38px;
  width: 60px;
}
.mt-xxxl {
  margin-top: 30px;
}
.mt-m {
  margin-top: 10px;
}
.pb-m {
  padding-bottom: 10px;
}
.h-45px {
  height: 45px;
}
.cell {
  display: table-cell;
}
.alignMiddle {
  vertical-align: middle;
}
.frmFldSep {
  border-top: 1px dashed #ccc;
}
.content-mask {
  cursor: not-allowed;
  opacity: 0.25;
  position: relative;
  z-index: 1;
}
.ellipsis {
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.ellipsis.w-265px {
  width: 265px;
}
.ellipsis.w-162px {
  width: 162px;
}
h4.closeAccountTitle {
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
  font-size: 16px;
  color: #524940;
  margin: 0;
}
.info-note {
  color: #333;
  font-family: Arial, Calibri, Helvetica, sans-serif;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.bg-confirm-answer {
  background-color: #f7f8f3;
}
.contact-section-phone,
.contact-section-email {
  height: 85px;
  overflow-y: auto;
}
.disabled-link {
  text-decoration: none !important;
  color: #333;
}
.txt-0 {
  font-size: 0;
}
.caps {
  text-transform: capitalize;
}
.bg-center {
  background-position: center;
}
.iML-0 {
  margin-left: 0 !important;
}
.iMT-10 {
  margin-top: 10px !important;
}
.icon-pdf {
  background: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/acrobat1.jpeg') no-repeat scroll right 0;
  display: inline-block;
  padding-right: 20px;
}
.w-250px {
  width: 250px;
}
.w-325px {
  width: 325px;
}
.w-420px {
  width: 420px;
}
.btn-white {
  display: inline-block;
  line-height: 20px;
  padding: 5px 10px;
  background-color: #fff;
}
.time-stamp {
  font-size: 10px;
  color: #666;
  float: right;
  padding-top: 15px;
}
.errorLabel {
  color: #f00;
  font-size: 12px;
}
#dvPrintHeader,
#dvPrintBody {
  padding: 10px;
}
.compareModalParagraph {
  min-height: 305px;
}
li.disc-type {
  list-style-type: disc;
}
.csPopup {
  padding: 15px;
  background: #fff;
  width: 300px;
  text-align: center;
  position: absolute;
  z-index: 100004;
}
.client-simulation-table tr {
  background: #fff;
}
.client-simulation-table td {
  padding: 7px 5px;
  font-size: 12px;
}
.client-simulation-table h2 {
  font-size: 1.83em;
  margin: 0;
  padding-bottom: 5px;
  font-family: Arial !important;
}
.passwordrules-wrapper-inline {
  background-color: #ecf6fd;
  border: #b6dcfc solid 1px;
  padding: 10px;
}
.passwordrules-title {
  font-weight: 700;
}
#refreshingOverlay {
  background: #dfecf4;
  border: 1px solid #2a61ae;
  opacity: .8;
  padding: 50px 10px;
  position: fixed !important;
  text-align: center;
  visibility: hidden;
  width: 200px;
  z-index: 9999;
  left: 45%;
  top: 45%;
}
#refreshingOverlay div.body {
  background: none repeat scroll 0 center;
  border: 0 none;
  font-weight: bold;
  margin: 0;
  padding: 0;
  font-size: 12px;
}
#refreshingOverlay div.body a.close {
  margin-left: 10px;
  padding: 0 10px;
  position: absolute;
  right: 10px;
  top: 5px;
}
#refreshingOverlay div.footer {
  background: #999 none repeat scroll 0 0;
  display: none;
  font-size: 1px !important;
  height: 0;
  overflow: hidden;
  padding: 0;
}
.contentDiv {
  background-color: #f9f7f4;
}
.contentDiv label.checkbox-label {
  position: relative;
  display: block;
}
.contentDiv input.checkMarkBtn {
  left: 0;
}
.contentDiv span.icon-checkbox:focus,
.contentDiv input.checkMarkBtn:focus {
  outline: 1px dotted #000;
}
.contentDiv span.icon-checkbox {
  padding: 0;
  width: 30px;
}
.contentDiv label.checkbox-label::after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .account-form-container .hidden-sm {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .account-form-container .hidden-sm {
    display: none !important;
  }
}
.min-max-char,
.oneUpCaseOneLowCaseOneNumber,
.no-nonRepeating3Char,
.no-allowedSpecialChars {
  /*padding-left:5px;*/
  margin-top: 3px;
}
.format-checker-yes,
.format-checker-no {
  background-image: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/format-checker-spirite.png');
  background-repeat: no-repeat;
  float: left;
}
.format-checker-yes {
  width: 14px;
  height: 12px;
  margin: 0 2px 0 0;
  background-position: 0 0;
}
.format-checker-no {
  width: 10px;
  height: 10px;
  margin: 3px 5px 0 0;
  background-position: -2px -62px;
}
.rule-text {
  display: inline-block;
  margin-left: 3px;
  width: 90%;
}
.sso-modal-container div.close {
  margin-top: 0;
}
.sso-modal-container .sso-text-section {
  margin-top: 20px;
}
.sso-modal-container .sso-disclaimer-section {
  margin-top: 0;
}
.sso-disclaimer-section {
  margin-top: -40px;
}
@media only screen and (max-width: 529px) {
  .sso-modal-container .modal-body {
    padding: 0 20px;
  }
  .sso-modal-container .sso-text-section {
    margin-top: 10px;
  }
  .sso-disclaimer-section {
    margin-top: -40px;
  }
}
/*filename: alerts.less*/
.alert-success {
  background-color: #f0f9ed;
  border-color: #6cc24a;
  color: #007700;
}
.alert-success hr {
  border-top-color: #5fb53d;
}
.alert-success .alert-link {
  color: #004400;
}
.alert-info {
  background-color: #ecf6fd;
  border-color: #0073cf;
  color: #0099cc;
}
.alert-info hr {
  border-top-color: #0065b6;
}
.alert-info .alert-link {
  color: #007399;
}
.alert-warning {
  background-color: #fdf3eb;
  border-color: #ea7600;
  color: #cc6622;
}
.alert-warning hr {
  border-top-color: #d16900;
}
.alert-warning .alert-link {
  color: #a0501b;
}
.alert-warning .field-error-label {
  color: #ea7600;
}
.alert-danger {
  background-color: #fff4f9;
  border-color: #d40014;
  color: #cc0000;
}
.alert-danger hr {
  border-top-color: #bb0012;
}
.alert-danger .alert-link {
  color: #990000;
}
.alert {
  border: 1px solid transparent;
  border-radius: 0;
  padding: 10px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  color: #333333;
  text-align: left;
  text-transform: none;
  overflow: hidden;
}
.alert.alert-custom {
  background-color: #fff;
  border: 1px solid #d1c9c0;
  margin-bottom: 10px;
}
.alert.alert-custom .alert-body {
  padding-left: 0 !important;
  padding-bottom: 5px;
  line-height: 16px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: 700;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert .alert-icons {
  background: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/sprite-alerts.png') no-repeat;
  float: left;
  display: inline-block;
  height: 25px;
  width: 25px;
}
.alert .alert-close {
  float: right;
  font-size: 12px;
  cursor: pointer;
}
.alert .alert-close strong {
  font-size: 14px;
}
.alert .alert-body {
  padding-left: 38px;
  margin-top: 3px;
}
.alert.alert-danger {
  background-color: #fff4f9;
  border: 1px solid #d40014;
}
.alert.alert-danger .alert-icons {
  background-position: -59px -20px;
}
.alert.alert-danger.alert-lg .alert-icons {
  background-position: 0 0;
}
.alert.alert-danger.alert-sm .alert-icons {
  background-position: -100px -22px;
  position: absolute;
}
.alert.alert-danger .alert-text {
  font-size: 30px;
  color: #DC1A00;
}
.alert.alert-danger .alert-text-md {
  font-size: 24px;
  color: #DC1A00;
}
.alert.alert-success {
  background-color: #f0f9ed;
  border: 1px solid #6cc24a;
}
.alert.alert-success .alert-icons {
  background-position: -59px -78px;
}
.alert.alert-success.alert-lg .alert-icons {
  background-position: -1px -61px;
}
.alert.alert-success.alert-sm .alert-icons {
  background-position: -100px -82px;
}
.alert.alert-info {
  background-color: #ecf6fd;
  border: 1px solid #0073cf;
}
.alert.alert-info .alert-icons {
  background-position: -59px -137px;
}
.alert.alert-info.alert-lg .alert-icons {
  background-position: -1px -120px;
}
.alert.alert-info.alert-sm .alert-icons {
  background-position: -100px -142px;
}
.alert.alert-info .alert-text {
  color: #524940;
  font-size: 22px;
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
}
.alert.alert-info .alert-text.l {
  font-size: 30px;
}
.alert.alert-warning {
  background-color: #fdf3eb;
  border: 1px solid #ea7600;
}
.alert.alert-warning .alert-icons {
  background-position: -59px -198px;
}
.alert.alert-warning.alert-lg .alert-icons {
  background-position: 0 -181px;
}
.alert.alert-warning.alert-sm .alert-icons {
  background-position: -100px -202px;
  position: absolute;
}
.alert.sparta-warning {
  background-color: #fdf3eb;
  border: 1px solid #ea7600;
}
.alert.sparta-warning .alert-icons {
  background: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/icon__helix-orange-bell.svg') no-repeat;
}
.alert.sparta-warning .alert-body {
  margin-left: 10px;
}
.alert.alert-new {
  position: relative;
}
.alert.alert-new .alert-icons {
  background-position: -2px -238px;
  width: 45px !important;
  height: 45px !important;
  position: absolute;
  left: 0;
  top: 0;
}
.alert.alert-lg {
  padding: 20px;
}
.alert.alert-lg .alert-icons {
  height: 40px;
  width: 40px;
}
.alert.alert-lg .alert-body {
  padding-left: 60px;
}
.alert.alert-lg .alert-close {
  margin: -20px 0 0 0;
}
.alert.alert-sm {
  padding: 0;
  border: medium none;
  background: none;
}
.alert.alert-sm .alert-icons {
  height: 18px;
  width: 18px;
}
.alert.alert-sm .alert-body {
  padding-left: 28px;
}
.alert.alert-dismissible .alert-body {
  padding-right: 103px;
}
.alert.alert-boa {
  border: 1px solid #D1C9C0;
  background-color: #fff;
}
.alert.alert-boa strong {
  display: block;
}
.alert.alert-boa .alert-icons {
  width: 45px !important;
  background-position: 0 -300px;
}
.alert.alert-boa .alert-body {
  margin-left: 20px;
}
.alert.alert-boa.alert-lg .alert-body {
  margin-left: 0;
}
.alert.text-charcoal-gray {
  color: #666;
}
.alert.alert-bold.alert-sm.alert-success {
  color: #6cc24a;
}
.alert.alert-bold.alert-sm.alert-warning {
  color: #ea7600;
}
.alert.alert-bold.alert-sm.alert-info {
  color: #0073cf;
}
.alert.alert-bold.alert-sm.alert-danger {
  color: #d40014;
}
.alert.alert-empty .alert-body {
  padding-left: 10px;
}
.alert.alert-empty .alert-body h5 {
  color: #fff;
  font-family: "connectionsmedium", Arial, Calibri, Helvetica, sans-serif;
  font-size: 34px;
  line-height: 38px;
  margin: 22.5px 0 10px;
}
.alert.alert-empty .alert-body p {
  color: #fff;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 22px;
}
.alert-default .alert {
  background: none !important;
  border: 0 !important;
  padding: 0 !important;
}
.alert.alert-nb {
  background: none repeat scroll 0 0 !important;
  border: none !important;
  padding: 0 20px !important;
}
.alert.alert-nb .alert-body {
  padding-left: 50px !important;
}
.alert.alert-nb .alert-title {
  font-size: 16px;
  padding-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 30px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -5px;
  right: -2px;
  color: inherit;
}
.alert-dismissable.alert-lg .close,
.alert-dismissible.alert-lg .close {
  top: 7px;
}
.alert-dismissable.alert-md .close,
.alert-dismissible.alert-md .close {
  top: 5px;
  right: 0;
}
.alert-lg {
  margin-bottom: 10px;
}
.alert-lg .alert-close {
  font-size: 18px;
}
.alert-dismissible {
  padding-right: 10px !important;
  overflow: inherit;
}
.oao-app .alert-dismissible {
  overflow: hidden;
}
.alert-action-link {
  border-left: 1px solid #333;
  padding-left: 5px;
}
.alert-action-link:first-child {
  border-left: none;
  padding-left: 0;
}
/* Filename: svg-icons.less*/
#svgSprite {
  display: none;
}
.icon {
  background-size: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  width: 100%;
  vertical-align: middle;
  overflow: hidden;
}
.svg-ico {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.icon-lock {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%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%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2220px%22%20height%3D%2228px%22%20viewBox%3D%220%200%2020%2028%22%20enable-background%3D%22new%200%200%2020%2028%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23333333%22%20d%3D%22M4%2C11c0-3.87%2C2.69-7%2C6-7s6%2C3.13%2C6%2C7c0%2C0.34-0.021%2C0.67-0.061%2C1h4.02C19.991%2C11.67%2C20%2C11.34%2C20%2C11%20c0-6.08-4.48-11-10-11S0%2C4.92%2C0%2C11c0%2C0.34%2C0.01%2C0.67%2C0.04%2C1h4.02C4.021%2C11.67%2C4%2C11.34%2C4%2C11z%22%2F%3E%3Crect%20y%3D%2214%22%20fill%3D%22%23333333%22%20width%3D%2220%22%20height%3D%2214%22%2F%3E%3C%2Fsvg%3E');
}
.icon-lock.sm {
  width: 9px;
  height: 11px;
}
.icon-smc-mail {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%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%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2223px%22%20height%3D%2217px%22%20viewBox%3D%220%200%2023%2017%22%20enable-background%3D%22new%200%200%2023%2017%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M11.5%2C12.92L0%2C0.95V17h23V1.14L11.5%2C12.92z%20M22.51%2C0H0.67l10.84%2C11.279L22.51%2C0z%22%2F%3E%3C%2Fsvg%3E');
}
.ico-fees {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%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%3Csvg%20version%3D%221.1%22%20id%3D%22svg-fees%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2249px%22%20height%3D%2245px%22%20viewBox%3D%220%200%2049%2045%22%20enable-background%3D%22new%200%200%2049%2045%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cg%3E%20%20%3Cpolygon%20fill%3D%22%23D1C9BF%22%20points%3D%229.59%2C0%209.59%2C24.05%200%2C24.05%2024.8%2C45%2049%2C24.23%2038.92%2C24.18%2038.92%2C0%20%20%20%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%20%3Cpolygon%20fill%3D%22%23179BD7%22%20points%3D%2212.25%2C19.68%2012.25%2C12.46%2017.12%2C12.46%2017.12%2C13.56%2013.78%2C13.56%2013.78%2C15.52%2016.39%2C15.52%20%20%20%2016.39%2C16.57%2013.78%2C16.57%2013.78%2C19.68%20%20%20%22%2F%3E%20%20%3Cpolygon%20fill%3D%22%23179BD7%22%20points%3D%2218.21%2C19.68%2018.21%2C12.46%2023.13%2C12.46%2023.13%2C13.55%2019.75%2C13.55%2019.75%2C15.39%2022.59%2C15.39%20%20%20%2022.59%2C16.42%2019.75%2C16.42%2019.75%2C18.58%2023.27%2C18.58%2023.27%2C19.68%20%20%20%22%2F%3E%20%20%3Cpolygon%20fill%3D%22%23179BD7%22%20points%3D%2224.5%2C19.68%2024.5%2C12.46%2029.42%2C12.46%2029.42%2C13.55%2026.04%2C13.55%2026.04%2C15.39%2028.88%2C15.39%2028.88%2C16.42%20%20%20%2026.04%2C16.42%2026.04%2C18.58%2029.56%2C18.58%2029.56%2C19.68%20%20%20%22%2F%3E%20%20%3Cpath%20fill%3D%22%23179BD7%22%20d%3D%22M35.62%2C12.84l-0.391%2C1.05c-0.699-0.29-1.41-0.36-1.921-0.36c-0.64%2C0-1.05%2C0.32-1.05%2C0.93%20%20%20c0%2C0.55%2C0.689%2C0.73%2C1.42%2C0.91c0.979%2C0.25%2C2.391%2C0.56%2C2.391%2C2.27c0%2C1.36-1.011%2C2.15-3%2C2.15c-0.729%2C0-1.779-0.15-2.609-0.58%20%20%20l0.4-1.09c1.01%2C0.41%2C1.85%2C0.47%2C2.318%2C0.47c0.852%2C0%2C1.28-0.26%2C1.28-0.95c0-0.61-0.479-0.79-1.171-0.98%20%20%20c-1.399-0.36-2.641-0.66-2.641-2.14c0-1.31%2C0.91-2.19%2C2.711-2.19C34.069%2C12.33%2C34.93%2C12.45%2C35.62%2C12.84z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  width: 50px;
  height: 60px;
}
.ico-folder {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%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%3Csvg%20version%3D%221.1%22%20id%3D%22svg-folder%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2249px%22%20height%3D%2239px%22%20viewBox%3D%220.5%2050.5%2049%2039%22%20enable-background%3D%22new%200.5%2050.5%2049%2039%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cg%3E%20%20%3Cpath%20fill%3D%22%23D1C9BF%22%20d%3D%22M24.633%2C55.061c-1.117%2C0-2.565-0.754-3.213-1.67l-0.87-1.229c-0.646-0.916-2.096-1.662-3.212-1.662H8.263%20%20%20c-1.116%2C0-2.292%2C0.881-2.616%2C1.958l-0.188%2C0.645c-0.324%2C1.077-1.5%2C1.958-2.616%2C1.958H2.537c-1.125%2C0-2.037%2C0.916-2.037%2C2.044%20%20%20v26.96c0%2C1.129%2C0.912%2C2.044%2C2.037%2C2.044h41.09c1.127%2C0%2C2.038-0.915%2C2.038-2.044v-26.96c0-1.128-0.911-2.044-2.038-2.044H24.633z%22%20%20%20%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cpath%20fill%3D%22%23179BD7%22%20d%3D%22M36.803%2C76.986c0.11%2C0.059%2C0.264-0.076%2C0.066-0.272c-0.223-0.211-0.535-0.313-0.901-0.313%20%20c-0.377%2C0-0.699%2C0.103-0.912%2C0.313c-0.195%2C0.196-0.044%2C0.331%2C0.066%2C0.272c0.23-0.111%2C0.528-0.17%2C0.846-0.17%20%20C36.265%2C76.816%2C36.564%2C76.875%2C36.803%2C76.986z%20M34.159%2C73.696c-0.023%2C0.501%2C0.258%2C0.864%2C0.829%2C0.9%20%20C35.004%2C74.086%2C34.73%2C73.722%2C34.159%2C73.696z%20M45.204%2C72.856c0.221%2C0.146%2C0.854%2C0.382%2C1.414%2C0.382c0.562%2C0%2C1.185-0.594%2C1.433-0.925%20%20h-2.437C44.905%2C72.313%2C44.974%2C72.713%2C45.204%2C72.856z%20M44.044%2C81.292c-0.894%2C0-1.473%2C0.57-1.473%2C1.291%20%20c0%2C0.727%2C0.323%2C1.415%2C1.143%2C1.906c0.817%2C0.492%2C2.105%2C0.984%2C2.479%2C1.129c0.894%2C0.347%2C1.03%2C0.872%2C0.545%2C1.848%20%20c-0.307%2C0.609-0.75%2C1.399-0.75%2C1.399h1.065c0.188-0.747%2C0.817-2.256%2C1.22-2.883c-0.451-0.272-0.792-0.729-1.015-1.152%20%20c-0.23-0.417-0.614-1.079-0.845-1.536C46.193%2C82.836%2C45.238%2C81.292%2C44.044%2C81.292z%20M44.361%2C85.813%20%20c0.023%2C0.329%2C0.136%2C0.872%2C0.587%2C0.915c0.443%2C0.033%2C0.784-0.153%2C0.887-0.331C45.63%2C86.185%2C44.718%2C85.889%2C44.361%2C85.813z%20%20%20M41.037%2C88.848h0.674c0.34-0.637%2C1.438-2.579%2C1.678-2.774l0.043-0.271c-0.451%2C0.01-1.14%2C0.086-1.517%2C0.246%20%20C41.915%2C87.176%2C41.311%2C88.414%2C41.037%2C88.848z%20M39.658%2C84.964l1.567-0.331c-0.068%2C0.145-0.094%2C0.399-0.068%2C0.637l1.567-0.415%20%20c-0.433-0.441-0.938-1.476-0.938-2.213c0-0.746%2C0.393-1.595%2C1.013-1.814c-0.469-0.152-1.687-0.95-2.003-1.433%20%20c0.059%2C0.482-0.188%2C1.356-0.562%2C1.882c-0.479%2C0.67-1.569%2C1.203-2.055%2C1.814C39.11%2C83.183%2C39.751%2C84.107%2C39.658%2C84.964z%20%20%20M38.312%2C87.278c0.059-0.229%2C0.109-0.747%2C0.076-1.01c-0.417%2C0.093-1.534%2C0.093-1.695-0.178c0.289-0.348%2C0.92-0.381%2C1.15-0.457%20%20c0.222-0.076%2C1.075-0.545%2C1.075-0.95s-0.325-0.755-0.843-0.755c-0.598%2C0-0.999%2C0.34-1.45%2C0.941%20%20c-0.384%2C0.509-0.527%2C0.838-0.527%2C1.077c0%2C0.28%2C0.256%2C0.755%2C0.835%2C1.01C37.392%2C87.16%2C37.979%2C87.278%2C38.312%2C87.278z%20M33.427%2C85.904%20%20c0-0.635-0.459-1.203-0.604-1.399c-0.17-0.211-0.536-0.693-0.639-0.693c-0.138%2C0-0.24%2C0.135-0.24%2C0.278%20%20c0%2C0.306%2C0.112%2C0.738%2C0.428%2C1.715c0.358%2C1.077%2C0.315%2C2.237%2C0.077%2C3.061h0.545C33.096%2C88.558%2C33.427%2C86.541%2C33.427%2C85.904z%20%20%20M37.851%2C73.73c-0.546%2C0.025-0.92%2C0.347-0.877%2C0.94C37.518%2C74.637%2C37.886%2C74.315%2C37.851%2C73.73z%20M34.082%2C72.652%20%20c-0.33%2C0-0.799-0.405-0.901-0.627c-0.12-0.236-0.154-0.627%2C0.041-0.992c-0.459%2C0.052-0.92%2C0.398-0.92%2C1.018%20%20c0%2C0.746%2C0.751%2C1.382%2C1.391%2C1.466c-0.179%2C1.434-1.124%2C3.927-1.552%2C4.857c-0.093%2C0.212-0.213%2C0.703%2C0.23%2C0.907%20%20c0.527%2C0.229%2C1.577%2C1.348%2C1.705%2C2.408h-0.597c-0.059-0.304-0.376-0.831-0.545-1.053c-0.486-0.625-0.974-0.703-1.228-0.464%20%20c-0.264%2C0.229-0.341%2C0.771%2C0.018%2C1.517c0.485%2C1.019%2C2.523%2C3.611%2C2.685%2C3.815c0.17%2C0.203%2C0.519%2C0.236%2C0.749%2C0.035%20%20c0.223-0.196%2C0.732-0.654%2C1.023-1.248c0.604-1.219%2C1.338-1.849%2C2.452-2.509c0.733-0.433%2C1.476-1.348%2C1.476-2.774%20%20c0-1.651-1.578-3.788-2.055-4.483c-0.256%2C0.109-0.758%2C0.584-0.758%2C1.06c0%2C0.204%2C0.136%2C0.221%2C0.136%2C0.492%20%20c0%2C0.271-0.266%2C0.354-0.374%2C0.354c-0.12%2C0-0.197-0.066-0.325-0.127c-0.136-0.051-0.366-0.084-0.518-0.1%20%20c-0.189-0.025-0.513-0.043-0.735%2C0.018c-0.118%2C0.023-0.22%2C0.041-0.399%2C0.135c-0.087%2C0.041-0.333-0.127-0.333-0.383%20%20c0-0.185%2C0.23-0.33%2C0.374-0.33c0.154%2C0%2C0.315%2C0.068%2C0.443%2C0.109c0.232%2C0.087%2C0.538%2C0.077%2C0.81-0.023%20%20c0.3-0.12%2C0.256-0.297%2C0.215-0.416c-0.054-0.119-0.103-0.279-0.103-0.66c0-0.383%2C0.203-0.941%2C0.52-1.255h1.141%20%20c0.819%2C0.051%2C1.263-0.78%2C1.263-1.272c0-0.482-0.41-1.051-0.691-1.211c0.085%2C0.202%2C0.169%2C0.457%2C0.085%2C0.83%20%20c-0.085%2C0.338-0.443%2C0.822-1.056%2C0.822c-0.146%2C0-0.571-0.093-0.741-0.272h-2.292C34.628%2C72.469%2C34.415%2C72.652%2C34.082%2C72.652z%20%20%20M31.534%2C89.5c0.409-1.289%2C0.555-3.053%2C0.035-4.07c-0.451-0.863-0.52-2.179-0.144-2.645c-0.589-0.737-1.152-1.935-0.027-4.493%20%20c0.727-1.652%2C1.108-2.915%2C1.313-3.757c-0.445%2C0.256-0.784%2C0.348-1.143%2C0.381c-0.112-0.365%2C0.008-1.194%2C0.436-1.466%20%20c-0.461-0.499-0.571-0.966-0.571-1.526c0-1%2C1.15-1.865%2C2.054-1.865c0.552%2C0%2C0.893%2C0.152%2C1.046%2C0.298%20%20c-0.382%2C0.16-0.638%2C0.524-0.638%2C0.78c0%2C0.254%2C0.153%2C0.567%2C0.417%2C0.567c0.267%2C0%2C0.272-0.076%2C0.416-0.187l2.276%2C0.008%20%20c0.145%2C0.171%2C0.315%2C0.213%2C0.485%2C0.213c0.384%2C0%2C0.622-0.339%2C0.622-0.609c0-0.281-0.155-0.704-0.597-0.832%20%20C37.766%2C70.11%2C38.081%2C70%2C38.386%2C70c0.741%2C0%2C1.893%2C0.848%2C1.893%2C2.188c0%2C0.524-0.068%2C0.991-0.504%2C1.425%20%20c0.281%2C0.279%2C0.53%2C0.803%2C0.589%2C1.203c-0.188%2C0.033-0.955%2C0.06-1.133%2C0.06c0.195%2C0.263%2C0.895%2C1.645%2C1.065%2C2.06%20%20c0.426%2C1.084%2C1.21%2C2.484%2C2.479%2C3.078c1.577%2C0.722%2C3.137%2C1.094%2C4.808%2C0.661c0.663-0.169%2C1.132-0.892%2C1.132-1.45%20%20c0-0.763-1.242-1.688-2.395-2.044c-1.678-0.533-5.036-0.872-5.003-3.433c0.018-1.195%2C1.391-2.213%2C3.146-2.213%20%20c0.963%2C0%2C4.847-0.078%2C4.847-0.078c-0.185%2C0.875-1.258%2C2.502-2.536%2C2.502c-1.271%2C0-1.348-0.355-1.824-0.611%20%20c-0.486-0.254-1.091-0.475-1.501-0.475c-0.51%2C0-1.286%2C0.305-1.286%2C1.179c0%2C0.585%2C0.408%2C1.238%2C1.681%2C1.636%20%20c1.721%2C0.543%2C5.658%2C1.195%2C5.658%2C3.578c0%2C1.34-1.245%2C2.316-3.204%2C2.375c0.535%2C0.746%2C0.93%2C1.509%2C1.106%2C1.941%20%20c0.248%2C0.559%2C1.102%2C1.822%2C2.003%2C1.991c-0.725%2C1.06-1.55%2C2.841-1.55%2C3.927h-3.214c0.409-0.51%2C1.124-1.814%2C1.312-2.179%20%20c-0.528%2C0.221-1.491%2C0.145-1.763-0.323c-0.256-0.473-0.461-0.058-0.604%2C0.127c-0.154%2C0.181-1.109%2C1.756-1.33%2C2.375h-2.692%20%20c0.827-0.874%2C1.611-2.543%2C1.501-3.341c-0.453%2C0.094-0.766%2C0.125-0.766%2C0.125c0.016-0.337-0.472-0.811-1.187-0.253%20%20c0.077%2C0.525%2C0.017%2C1.527-0.12%2C2.11c-1.492%2C0.019-3.153-0.721-3.502-1.704c-0.059-0.187-0.332%2C0.111-0.553%2C0.119%20%20c-0.315%2C0.008-0.589-0.168-0.658-0.255c-0.033%2C0.459-0.374%2C1.476-0.436%2C1.909c-0.051%2C0.433-0.128%2C1.05-0.068%2C1.289H31.534z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  width: 54px;
  height: 60px;
}
.ico-questions {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%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%3Csvg%20version%3D%221.1%22%20id%3D%22svg-questions%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20%20y%3D%220px%22%20width%3D%2242px%22%20height%3D%2250px%22%20viewBox%3D%220.5%2050.5%2042%2050%22%20enable-background%3D%22new%200.5%2050.5%2042%2050%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M22.848%2C50.538c-7.978%2C0.51-14.121%2C5.989-13.725%2C12.239c0.18%2C2.816%2C1.661%2C5.303%2C3.961%2C7.143l1.857%2C5.131%20%20l2.728-2.699c2.011%2C0.66%2C4.26%2C0.965%2C6.616%2C0.814c7.972-0.51%2C14.118-5.988%2C13.72-12.24C37.606%2C54.678%2C30.821%2C50.027%2C22.848%2C50.538%22%20%20%2F%3E%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M8.539%2C80.815c-0.616%2C0.864-1.75%2C2.019-3.425%2C2.019c-0.071%2C0-0.145-0.004-0.221-0.009%20%20c0.049%2C3.337%2C2.184%2C6.021%2C4.813%2C6.021c2.662%2C0%2C4.817-2.746%2C4.817-6.136v-0.021C11.148%2C83.01%2C9.399%2C81.837%2C8.539%2C80.815%22%2F%3E%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M7.938%2C79.372l1.137-0.015c0.451%2C0.921%2C1.742%2C2.416%2C5.34%2C2.072c-0.463-2.773-2.397-4.854-4.71-4.854%20%20c-2.351%2C0-4.306%2C2.148-4.728%2C4.986C6.853%2C81.658%2C7.926%2C79.395%2C7.938%2C79.372%22%2F%3E%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M5.681%2C94.654H6.3v5.846h7.419c0%2C0-0.68-8.476-1.614-9.303c-1.479-1.316-1.009-0.883-1.009-0.883%20%20L9.215%2C91.76L6.89%2C89.574c-0.552%2C0.444-3.853%2C2.1-4.847%2C2.855C1.052%2C93.181%2C0.5%2C100.5%2C0.5%2C100.5h5.181V94.654z%22%2F%3E%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M34.461%2C80.815c0.614%2C0.864%2C1.75%2C2.019%2C3.424%2C2.019c0.072%2C0%2C0.146-0.004%2C0.22-0.009%20%20c-0.051%2C3.337-2.181%2C6.021-4.812%2C6.021c-2.659%2C0-4.817-2.746-4.817-6.136v-0.021C31.852%2C83.01%2C33.6%2C81.837%2C34.461%2C80.815%22%2F%3E%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M35.06%2C79.372l-1.137-0.015c-0.449%2C0.921-1.744%2C2.416-5.34%2C2.072c0.464-2.773%2C2.395-4.854%2C4.71-4.854%20%20c2.352%2C0%2C4.305%2C2.148%2C4.728%2C4.986C36.145%2C81.658%2C35.072%2C79.395%2C35.06%2C79.372%22%2F%3E%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M36.697%2C94.654h0.62v5.846H42.5c0%2C0-0.553-7.319-1.546-8.07c-0.993-0.756-4.298-2.412-4.849-2.855%20%20l-2.322%2C2.186l-1.885-1.445c0%2C0%2C0.471-0.433-1.007%2C0.883c-0.931%2C0.827-1.613%2C9.303-1.613%2C9.303h7.419V94.654z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  width: 50px;
  height: 60px;
}
.ico-rebalancing {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%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%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2271px%22%20height%3D%2241px%22%20viewBox%3D%2213.417%2047.75%2071%2041%22%20enable-background%3D%22new%2013.417%2047.75%2071%2041%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cg%3E%20%20%3Cpolygon%20fill%3D%22%23179BD7%22%20points%3D%2244.88%2C78.44%2032.607%2C88.473%2041.008%2C88.473%2049.417%2C81.523%2057.829%2C88.75%2066.227%2C88.75%2053.018%2C77.737%20%20%20%20%20%20%22%2F%3E%20%20%3Cpath%20fill%3D%22%23D1C9BF%22%20d%3D%22M53.018%2C77.737l32.398-2.806l-0.311-3.565l-10.469%2C0.911v-1.276c3.641-0.545%2C5.789-2.771%2C5.789-6.027%20%20%20c0-4.831-3.99-5.82-6.398-6.415c-1.951-0.484-3.221-0.881-3.221-1.9c0-1.672%2C1.43-1.92%2C2.279-1.92c1.211%2C0%2C2.471%2C0.069%2C4.52%2C0.891%20%20%20l0.48%2C0.188l1.42-3.653l-0.391-0.207c-1.539-0.842-3.318-1.168-4.479-1.287v-2.92h-3.371v2.97c-3.469%2C0.554-5.52%2C2.812-5.52%2C6.107%20%20%20c0%2C4.167%2C3.27%2C5.058%2C6.729%2C5.999l0.262%2C0.068c2%2C0.584%2C2.6%2C1.069%2C2.6%2C2.079c0%2C0.861-0.271%2C1.999-2.689%2C1.999%20%20%20c-1.9%2C0-3.801-0.396-5.641-1.188l-0.49-0.218l-1.42%2C3.78l0.391%2C0.207c1.93%2C1.031%2C4.131%2C1.396%2C5.779%2C1.507v1.506l-45.629%2C3.949%20%20%20v1.653h-3.37v-1.361l-8.85%2C0.766l0.31%2C3.565l31.154-2.698l4.537-3.708L53.018%2C77.737z%22%2F%3E%20%20%3Cpolygon%20fill%3D%22%230078A4%22%20points%3D%2249.417%2C74.733%2044.88%2C78.44%2053.018%2C77.737%20%20%20%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20fill%3D%22%23179BD7%22%20d%3D%22M25.638%2C75.229c3.63-0.544%2C5.79-2.762%2C5.79-6.028c0-4.831-3.99-5.82-6.41-6.414%20%20c-1.94-0.485-3.22-0.882-3.22-1.901c0-1.672%2C1.43-1.92%2C2.29-1.92c1.21%2C0%2C2.47%2C0.069%2C4.52%2C0.891l0.47%2C0.188l1.42-3.652l-0.38-0.208%20%20c-1.55-0.842-3.33-1.168-4.48-1.287v-2.92h-3.37v2.97c-3.47%2C0.554-5.53%2C2.812-5.53%2C6.107c0%2C4.167%2C3.27%2C5.058%2C6.73%2C5.999l0.27%2C0.068%20%20c1.99%2C0.584%2C2.6%2C1.069%2C2.6%2C2.079c0%2C0.86-0.28%2C2-2.69%2C2c-1.91%2C0-3.81-0.396-5.64-1.187l-0.5-0.219l-1.41%2C3.78l0.39%2C0.218%20%20c1.92%2C1.03%2C4.12%2C1.386%2C5.78%2C1.496v1.52l3.37-0.292V75.229z%22%2F%3E%20%3Cpolygon%20fill%3D%22%230078A4%22%20points%3D%2225.638%2C78.17%2025.638%2C76.517%2022.267%2C76.809%2022.267%2C78.17%20%20%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  width: 76px;
  height: 60px;
}
.ico-print {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%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%3Csvg%20version%3D%221.1%22%20id%3D%22svg-print%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2250px%22%20height%3D%2241px%22%20viewBox%3D%220.5%2050.5%2050%2041%22%20enable-background%3D%22new%200.5%2050.5%2050%2041%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cg%3E%20%20%3Cg%3E%20%20%20%3Cdefs%3E%20%20%20%20%3Crect%20id%3D%22SVGID_1_%22%20x%3D%220.5%22%20y%3D%2250.5%22%20width%3D%2250%22%20height%3D%2241%22%2F%3E%20%20%20%3C%2Fdefs%3E%20%20%20%3CclipPath%20id%3D%22SVGID_2_%22%3E%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%20%20%20%3C%2FclipPath%3E%20%20%20%3Cpath%20clip-path%3D%22url%28%23SVGID_2_%29%22%20fill%3D%22%23CDC4BB%22%20d%3D%22M47.408%2C73.927h-5.844V59.285l-8.763-8.786H9.435v23.428H3.593%20%20%20%20c-1.442%2C0-2.92%2C1.481-2.92%2C2.931V91.5h49.654V76.857C50.327%2C75.408%2C48.852%2C73.927%2C47.408%2C73.927%20M12.355%2C53.426h17.526v8.787%20%20%20%20h8.764v11.714h-26.29V53.426z%20M41.565%2C88.572H9.435v-2.93h32.13V88.572z%20M44.483%2C79.785h-2.919v-2.928h2.919V79.785z%22%2F%3E%20%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  width: 20px;
  height: 23px;
  margin-right: 5px;
}
.ico-phone,
.ico-chat {
  width: 3.5rem;
  height: 3.5rem;
  margin-top: -4px;
  float: left;
  margin-right: 0.625rem;
}
.page-onbrd .ico-phone {
  margin-top: 0;
}
.page-onbrd .ico-phone.l {
  margin-top: 5px;
}
.contact-wiget-sm .ico-phone {
  width: 23px;
  height: 25px;
  margin: 0 5px 0 0;
}
.contact-wiget-sm .ico-chat {
  width: 26px;
  height: 26px;
  margin: 0 5px 0 0;
}
.ico-user {
  width: 72px;
  height: 63px;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%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%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2275px%22%20height%3D%2275px%22%20viewBox%3D%220%200%2075%2075%22%20enable-background%3D%22new%200%200%2075%2075%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cpath%20fill%3D%22%23D0C8BF%22%20d%3D%22M23.424%2C14.062l2.86-0.04c1.02%2C2.09%2C3.76%2C5.33%2C10.91%2C5.33c0.79%2C0%2C1.63-0.04%2C2.529-0.12%20%20c-1.17-6.96-6.029-12.17-11.85-12.17c-5.92%2C0-10.84%2C5.38-11.9%2C12.49l0.31%2C0.01C20.865%2C19.562%2C23.395%2C14.133%2C23.424%2C14.062z%22%2F%3E%20%3Cg%3E%20%20%3Cpath%20fill%3D%22none%22%20d%3D%22M12.344%2C43.842c0.12%2C0.281%2C0.17%2C0.43%2C0.17%2C0.43S12.464%2C44.122%2C12.344%2C43.842z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23D0C8BF%22%20d%3D%22M27.875%2C59.323V44.631l-5.661%2C4.332l-2.72-8.131c-0.71%2C0.57-3.88%2C1.74-7.15%2C3.01%20%20%20c0.12%2C0.28%2C0.17%2C0.43%2C0.17%2C0.43s-0.05-0.148-0.17-0.43c-3.13%2C1.211-6.35%2C2.51-7.57%2C3.43c-1.17%2C0.881-2.1%2C5.381-2.75%2C9.91%20%20%20c-0.75%2C5.131-1.14%2C10.301-1.14%2C10.301h26.95h0.01h0.05h0.01h26.95c0.001%2C0-0.227-3.007-0.662-6.711H29.325%20%20%20C28.525%2C60.771%2C27.875%2C60.123%2C27.875%2C59.323z%22%2F%3E%20%20%3Cg%3E%20%20%20%3Cpath%20fill%3D%22%23D0C8BF%22%20d%3D%22M29.325%2C33.133h7.24c2.12-2.768%2C3.43-6.537%2C3.43-10.7v-0.05c-0.97%2C0.08-1.88%2C0.13-2.74%2C0.13%20%20%20%20c-6.73%2C0-10.4-2.56-12.33-4.83c-1.54%2C2.16-4.39%2C5.06-8.61%2C5.06c-0.18%2C0-0.36-0.02-0.55-0.03c0.119%2C8.36%2C5.489%2C15.09%2C12.11%2C15.09%20%20%20%20v-3.22C27.875%2C33.783%2C28.525%2C33.133%2C29.325%2C33.133z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%23179BD7%22%20d%3D%22M71.436%2C33.133H36.565c-2.203%2C2.876-5.28%2C4.67-8.69%2C4.67v6.828l0.129-0.099l5.43%2C4.431l2.82-8.131%20%20%20%20c0.54%2C0.43%2C2.521%2C1.221%2C4.891%2C2.141c3.689%2C1.42%2C8.299%2C3.15%2C9.819%2C4.299c1.031%2C0.771%2C1.87%2C4.342%2C2.511%2C8.262%20%20%20%20c0.28%2C1.746%2C0.52%2C3.563%2C0.717%2C5.238h17.244c0.799%2C0%2C1.448-0.648%2C1.448-1.448v-24.74C72.884%2C33.783%2C72.234%2C33.133%2C71.436%2C33.133z%22%20%20%20%20%2F%3E%20%20%20%3Cpath%20fill%3D%22%230078A3%22%20d%3D%22M36.565%2C33.133h-7.24c-0.8%2C0-1.45%2C0.65-1.45%2C1.45v3.22C31.285%2C37.803%2C34.362%2C36.009%2C36.565%2C33.133z%22%2F%3E%20%20%3C%2Fg%3E%20%20%3Cpath%20fill%3D%22%230078A3%22%20d%3D%22M50.964%2C47.271c-1.521-1.148-6.13-2.879-9.819-4.299c-2.369-0.92-4.351-1.711-4.891-2.141l-2.82%2C8.131%20%20%20l-5.43-4.431l-0.129%2C0.099v14.692c0%2C0.8%2C0.65%2C1.448%2C1.45%2C1.448h24.866c-0.197-1.675-0.437-3.492-0.717-5.238%20%20%20C52.834%2C51.613%2C51.995%2C48.043%2C50.964%2C47.271z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M47.575%2C51.512c-1.49-0.398-4.11-1.16-4.521-1.629c-0.41-0.471-0.75-0.601-0.609-1.341%20%20%20c0.14-0.729%2C1.77-2.44%2C1.77-4.181c0-1.459-0.21-4.09-3-4.271v-0.01l-0.17-0.011h-0.07h-0.06l-0.17%2C0.011v0.01%20%20%20c-2.79%2C0.181-3%2C2.812-3%2C4.271c0%2C1.74%2C1.63%2C3.451%2C1.771%2C4.181c0.141%2C0.74-0.201%2C0.87-0.609%2C1.341%20%20%20c-0.41%2C0.469-3.03%2C1.229-4.521%2C1.629c-1.5%2C0.4-1.43%2C1.312-1.43%2C1.312v2.09h16.05v-2.09C49.004%2C52.823%2C49.075%2C51.913%2C47.575%2C51.512%20%20%20z%22%2F%3E%20%20%3Crect%20x%3D%2256.424%22%20y%3D%2240.073%22%20fill%3D%22%23FFFFFF%22%20width%3D%229.71%22%20height%3D%221.72%22%2F%3E%20%20%3Crect%20x%3D%2250.384%22%20y%3D%2244.453%22%20fill%3D%22%23FFFFFF%22%20width%3D%2215.75%22%20height%3D%221.729%22%2F%3E%20%20%3Crect%20x%3D%2254.254%22%20y%3D%2248.663%22%20fill%3D%22%23FFFFFF%22%20width%3D%2211.859%22%20height%3D%221.721%22%2F%3E%20%20%3Crect%20x%3D%2254.275%22%20y%3D%2253.143%22%20fill%3D%22%23FFFFFF%22%20width%3D%2211.858%22%20height%3D%221.729%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ico-user.s {
  width: 40px;
  height: 33px;
}
h1 .ico-user.s {
  margin: -20px 10px 0 0;
}
.ico-percent {
  width: 67px;
  height: 67px;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2016.0.5%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2260px%22%20height%3D%2261px%22%20viewBox%3D%220%200%2060%2061%22%20enable-background%3D%22new%200%200%2060%2061%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%20id%3D%22yourself%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%20fill%3D%22%23D0C8BF%22%20d%3D%22M53.475%2C55.533c-0.641-3.92-1.479-7.49-2.511-8.262c-1.521-1.148-6.13-2.879-9.819-4.299%0D%0A%09%09%09%09c-2.369-0.921-4.351-1.712-4.891-2.142l-2.82%2C8.131l-5.43-4.431l-5.79%2C4.431l-2.72-8.131c-0.71%2C0.569-3.88%2C1.739-7.15%2C3.01%0D%0A%09%09%09%09c0.12%2C0.28%2C0.17%2C0.431%2C0.17%2C0.431s-0.05-0.148-0.17-0.431c-3.13%2C1.211-6.35%2C2.511-7.57%2C3.431c-1.17%2C0.881-2.1%2C5.381-2.75%2C9.91%0D%0A%09%09%09%09c-0.75%2C5.131-1.14%2C10.301-1.14%2C10.301h26.95h0.01h0.05h0.01h26.95C54.855%2C67.482%2C54.375%2C61.143%2C53.475%2C55.533z%22/%3E%0D%0A%09%09%09%3Cpath%20fill%3D%22%23D0C8BF%22%20d%3D%22M23.424%2C14.062l2.86-0.04c1.02%2C2.09%2C3.76%2C5.33%2C10.91%2C5.33c0.79%2C0%2C1.63-0.04%2C2.529-0.12%0D%0A%09%09%09%09c-1.17-6.96-6.029-12.17-11.85-12.17c-5.92%2C0-10.84%2C5.38-11.9%2C12.49l0.31%2C0.01C20.865%2C19.562%2C23.395%2C14.133%2C23.424%2C14.062z%22/%3E%0D%0A%09%09%09%3Cpath%20fill%3D%22%23D0C8BF%22%20d%3D%22M27.875%2C37.803c6.69%2C0%2C12.12-6.88%2C12.12-15.37v-0.05c-0.97%2C0.08-1.88%2C0.13-2.74%2C0.13%0D%0A%09%09%09%09c-6.73%2C0-10.4-2.56-12.33-4.83c-1.54%2C2.16-4.39%2C5.06-8.61%2C5.06c-0.18%2C0-0.36-0.02-0.55-0.03%0D%0A%09%09%09%09C15.884%2C31.073%2C21.254%2C37.803%2C27.875%2C37.803z%22/%3E%0D%0A%09%09%3C/g%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23179BD7%22%20d%3D%22M72.884%2C59.323c0%2C0.8-0.649%2C1.448-1.448%2C1.448H29.326c-0.8%2C0-1.45-0.648-1.45-1.448v-24.74%0D%0A%09%09%09c0-0.8%2C0.65-1.45%2C1.45-1.45h42.109c0.799%2C0%2C1.448%2C0.65%2C1.448%2C1.45V59.323z%22/%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M47.575%2C51.512c-1.49-0.397-4.11-1.16-4.521-1.629c-0.41-0.471-0.75-0.601-0.609-1.341%0D%0A%09%09%09%09c0.14-0.729%2C1.77-2.44%2C1.77-4.181c0-1.459-0.21-4.09-3-4.271v-0.01l-0.17-0.012h-0.07h-0.06l-0.17%2C0.012v0.01%0D%0A%09%09%09%09c-2.79%2C0.182-3%2C2.813-3%2C4.271c0%2C1.74%2C1.63%2C3.451%2C1.771%2C4.181c0.142%2C0.74-0.201%2C0.87-0.608%2C1.341%0D%0A%09%09%09%09c-0.41%2C0.469-3.03%2C1.229-4.521%2C1.629c-1.5%2C0.4-1.43%2C1.313-1.43%2C1.313v2.09h16.05v-2.09%0D%0A%09%09%09%09C49.004%2C52.823%2C49.075%2C51.913%2C47.575%2C51.512z%22/%3E%0D%0A%09%09%09%3Crect%20x%3D%2256.424%22%20y%3D%2240.073%22%20fill%3D%22%23FFFFFF%22%20width%3D%229.71%22%20height%3D%221.72%22/%3E%0D%0A%09%09%09%3Crect%20x%3D%2250.384%22%20y%3D%2244.453%22%20fill%3D%22%23FFFFFF%22%20width%3D%2215.75%22%20height%3D%221.729%22/%3E%0D%0A%09%09%09%3Crect%20x%3D%2254.254%22%20y%3D%2248.663%22%20fill%3D%22%23FFFFFF%22%20width%3D%2211.859%22%20height%3D%221.721%22/%3E%0D%0A%09%09%09%3Crect%20x%3D%2254.275%22%20y%3D%2253.143%22%20fill%3D%22%23FFFFFF%22%20width%3D%2211.857%22%20height%3D%221.729%22/%3E%0D%0A%09%09%3C/g%3E%0D%0A%09%3C/g%3E%0D%0A%3C/g%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22none%22%20d%3D%22M39.2%2C47.235c-2.539%2C0-2.92%2C2.882-2.92%2C5.163c0%2C2.881%2C0.5%2C5.054%2C2.92%2C5.054c2.24%2C0%2C2.74-2.443%2C2.74-5.084%0D%0A%09%09C41.94%2C50.155%2C41.671%2C47.235%2C39.2%2C47.235z%22/%3E%0D%0A%09%3Cpath%20fill%3D%22none%22%20d%3D%22M20.99%2C46.926c2.241%2C0%2C2.73-2.451%2C2.73-5.014c0-2.242-0.27-5.163-2.73-5.163c-0.972%2C0-1.626%2C0.42-2.064%2C1.064%0D%0A%09%09c0.705%2C1.139%2C1.555%2C2.171%2C2.54%2C3.046l-3.234%2C3.288C18.514%2C45.824%2C19.251%2C46.926%2C20.99%2C46.926z%22/%3E%0D%0A%09%3Cpath%20fill%3D%22%23D1C9BF%22%20d%3D%22M18.926%2C37.813c-0.712%2C1.045-0.855%2C2.686-0.855%2C4.098c0%2C0.819%2C0.048%2C1.568%2C0.161%2C2.235l3.234-3.288%0D%0A%09%09C20.481%2C39.984%2C19.63%2C38.952%2C18.926%2C37.813z%22/%3E%0D%0A%09%3Cpath%20fill%3D%22%23D1C9BF%22%20d%3D%22M30.001%2C0C13.43%2C0%2C0%2C13.615%2C0%2C30.41c0%2C8.861%2C3.745%2C16.835%2C9.715%2C22.394l5.569-5.661%0D%0A%09%09c-0.853-1.439-1.165-3.291-1.165-5.23c0-2.968%2C0.779-5.978%2C3.321-7.383c-0.401-1.315-0.631-2.713-0.631-4.169%0D%0A%09%09c0-7.605%2C5.911-13.774%2C13.19-13.774c7.279%2C0%2C13.189%2C6.169%2C13.189%2C13.774c0%2C4.175-1.783%2C7.908-4.59%2C10.436l4.408%2C4.415%0D%0A%09%09c0.623%2C0.409%2C1.123%2C0.925%2C1.516%2C1.517l5.919%2C5.925C56.32%2C47.102%2C60%2C39.191%2C60%2C30.41C60.002%2C13.615%2C46.572%2C0%2C30.001%2C0z%22/%3E%0D%0A%09%3Cpath%20fill%3D%22%23179BD7%22%20d%3D%22M39.2%2C44.204c-5.42%2C0-6.869%2C4.138-6.869%2C8.164c0%2C4.296%2C1.449%2C8.084%2C6.84%2C8.084%0D%0A%09%09c5.04%2C0%2C6.711-3.907%2C6.711-8.084c0-1.994-0.32-4.076-1.357-5.641l-1.516-1.517C42.058%2C44.584%2C40.819%2C44.204%2C39.2%2C44.204z%0D%0A%09%09%20M39.2%2C57.452c-2.42%2C0-2.92-2.174-2.92-5.054c0-2.281%2C0.381-5.163%2C2.92-5.163c2.471%2C0%2C2.74%2C2.92%2C2.74%2C5.133%0D%0A%09%09C41.94%2C55.009%2C41.44%2C57.452%2C39.2%2C57.452z%22/%3E%0D%0A%09%3Cpolygon%20fill%3D%22%23179BD7%22%20points%3D%2234.271%2C32.294%2022.32%2C61%2025.621%2C61%2037.53%2C32.294%20%09%22/%3E%0D%0A%09%3Cpath%20fill%3D%22%23179BD7%22%20d%3D%22M20.99%2C36.75c2.46%2C0%2C2.73%2C2.92%2C2.73%2C5.163c0%2C2.563-0.49%2C5.014-2.73%2C5.014c-1.739%2C0-2.476-1.102-2.759-2.778%0D%0A%09%09l-2.947%2C2.995c1.002%2C1.691%2C2.754%2C2.813%2C5.666%2C2.813c5.051%2C0%2C6.721-3.938%2C6.721-8.084c0-3.897-1.22-8.163-6.681-8.163%0D%0A%09%09c-1.456%2C0-2.618%2C0.307-3.549%2C0.82c0.357%2C1.172%2C0.858%2C2.273%2C1.484%2C3.286C19.364%2C37.17%2C20.018%2C36.75%2C20.99%2C36.75z%22/%3E%0D%0A%09%3Cpath%20fill%3D%22%23179BD7%22%20d%3D%22M43.009%2C45.209l1.516%2C1.518C44.132%2C46.135%2C43.632%2C45.62%2C43.009%2C45.209z%22/%3E%0D%0A%09%3Cpath%20fill%3D%22%230078A3%22%20d%3D%22M14.12%2C41.912c0%2C1.939%2C0.312%2C3.791%2C1.165%2C5.23l2.947-2.995c-0.113-0.667-0.161-1.416-0.161-2.235%0D%0A%09%09c0-1.412%2C0.143-3.052%2C0.855-4.097c-0.626-1.013-1.127-2.114-1.484-3.286C14.899%2C35.935%2C14.12%2C38.944%2C14.12%2C41.912z%22/%3E%0D%0A%3C/g%3E%0D%0A%3C/svg%3E%0D%0A');
}
.ico-page {
  width: 42px;
  height: 50px;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2016.0.5%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22svg-page%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2235px%22%20height%3D%2242px%22%20viewBox%3D%220%200%2035%2042%22%20enable-background%3D%22new%200%200%2035%2042%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%20id%3D%22yourself%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%20fill%3D%22%23D0C8BF%22%20d%3D%22M37.405%2C43.828c-0.444-2.722-1.026-5.201-1.743-5.737c-1.057-0.797-4.258-1.999-6.819-2.985%0D%0A%09%09%09%09c-1.646-0.64-3.021-1.189-3.396-1.487l-1.958%2C5.646l-3.771-3.077l-4.021%2C3.077l-1.889-5.646%0D%0A%09%09%09%09c-0.493%2C0.396-2.694%2C1.208-4.965%2C2.091c0.083%2C0.193%2C0.118%2C0.299%2C0.118%2C0.299s-0.035-0.104-0.118-0.299%0D%0A%09%09%09%09c-2.173%2C0.84-4.41%2C1.743-5.257%2C2.382c-0.813%2C0.612-1.458%2C3.737-1.91%2C6.882c-0.521%2C3.563-0.792%2C7.154-0.792%2C7.154h18.715h0.007%0D%0A%09%09%09%09h0.035h0.007h18.715C38.363%2C52.127%2C38.03%2C47.725%2C37.405%2C43.828z%22/%3E%0D%0A%09%09%09%3Cpath%20fill%3D%22%23D0C8BF%22%20d%3D%22M16.537%2C15.029l1.986-0.028c0.708%2C1.451%2C2.611%2C3.701%2C7.577%2C3.701c0.549%2C0%2C1.132-0.028%2C1.756-0.083%0D%0A%09%09%09%09c-0.813-4.833-4.187-8.452-8.229-8.452c-4.111%2C0-7.528%2C3.736-8.264%2C8.674l0.215%2C0.007C14.76%2C18.849%2C16.517%2C15.079%2C16.537%2C15.029z%0D%0A%09%09%09%09%22/%3E%0D%0A%09%09%09%3Cpath%20fill%3D%22%23D0C8BF%22%20d%3D%22M19.628%2C31.516c4.646%2C0%2C8.417-4.777%2C8.417-10.673v-0.035c-0.674%2C0.056-1.307%2C0.09-1.903%2C0.09%0D%0A%09%09%09%09c-4.674%2C0-7.222-1.778-8.563-3.354c-1.069%2C1.5-3.049%2C3.514-5.979%2C3.514c-0.125%2C0-0.25-0.014-0.382-0.021%0D%0A%09%09%09%09C11.301%2C26.842%2C15.03%2C31.516%2C19.628%2C31.516z%22/%3E%0D%0A%09%09%3C/g%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23179BD7%22%20d%3D%22M50.884%2C46.461c0%2C0.555-0.45%2C1.005-1.005%2C1.005H20.635c-0.555%2C0-1.007-0.45-1.007-1.005V29.279%0D%0A%09%09%09c0-0.555%2C0.452-1.006%2C1.007-1.006h29.243c0.555%2C0%2C1.005%2C0.451%2C1.005%2C1.006L50.884%2C46.461L50.884%2C46.461z%22/%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M33.309%2C41.036c-1.035-0.276-2.854-0.806-3.14-1.132s-0.521-0.417-0.423-0.931%0D%0A%09%09%09%09c0.097-0.507%2C1.229-1.694%2C1.229-2.903c0-1.014-0.146-2.84-2.083-2.967v-0.006l-0.118-0.009h-0.049h-0.041l-0.118%2C0.009v0.006%0D%0A%09%09%09%09c-1.938%2C0.127-2.083%2C1.954-2.083%2C2.967c0%2C1.208%2C1.131%2C2.396%2C1.229%2C2.903c0.099%2C0.514-0.14%2C0.604-0.423%2C0.931%0D%0A%09%09%09%09c-0.284%2C0.326-2.104%2C0.854-3.139%2C1.132c-1.042%2C0.278-0.993%2C0.911-0.993%2C0.911v1.452h11.146v-1.452%0D%0A%09%09%09%09C34.301%2C41.946%2C34.35%2C41.314%2C33.309%2C41.036z%22/%3E%0D%0A%09%09%09%3Crect%20x%3D%2239.453%22%20y%3D%2233.092%22%20fill%3D%22%23FFFFFF%22%20width%3D%226.743%22%20height%3D%221.195%22/%3E%0D%0A%09%09%09%3Crect%20x%3D%2235.259%22%20y%3D%2236.134%22%20fill%3D%22%23FFFFFF%22%20width%3D%2210.938%22%20height%3D%221.201%22/%3E%0D%0A%09%09%09%3Crect%20x%3D%2237.946%22%20y%3D%2239.058%22%20fill%3D%22%23FFFFFF%22%20width%3D%228.235%22%20height%3D%221.195%22/%3E%0D%0A%09%09%09%3Crect%20x%3D%2237.961%22%20y%3D%2242.169%22%20fill%3D%22%23FFFFFF%22%20width%3D%228.234%22%20height%3D%221.2%22/%3E%0D%0A%09%09%3C/g%3E%0D%0A%09%3C/g%3E%0D%0A%3C/g%3E%0D%0A%3Cg%20id%3D%22Goal%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%20fill%3D%22%23D1C9BF%22%20d%3D%22M5.211%2C31.313c0-11.701%2C9.327-21.188%2C20.834-21.188c11.506%2C0%2C20.833%2C9.486%2C20.833%2C21.188%0D%0A%09%09%09%09c0%2C11.694-9.327%2C21.181-20.833%2C21.181C14.538%2C52.493%2C5.211%2C43.007%2C5.211%2C31.313z%22/%3E%0D%0A%09%09%09%3Cpolygon%20fill%3D%22%23FFFFFF%22%20points%3D%2226.045%2C32.549%2040.968%2C47.541%2036.496%2C51.055%2026.697%2C53.875%2016.669%2C51.688%2011.288%2C47.598%20%09%09%09%22/%3E%0D%0A%09%09%3C/g%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23F9F7F4%22%20d%3D%22M16.885%2C31.277c0-5.299%2C4.104-9.597%2C9.16-9.597c5.055%2C0%2C9.158%2C4.298%2C9.158%2C9.597%0D%0A%09%09%09c0%2C5.307-4.104%2C9.604-9.158%2C9.604C20.989%2C40.882%2C16.885%2C36.584%2C16.885%2C31.277z%22/%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cpath%20fill%3D%22%23179BD7%22%20d%3D%22M23.003%2C52.625h-2.292l8.299-20h2.264L23.003%2C52.625z%20M32.412%2C52.243c-3.743%2C0-4.75-2.64-4.75-5.632%0D%0A%09%09%09%09c0-2.806%2C1.007-5.688%2C4.771-5.688c3.8%2C0%2C4.64%2C2.966%2C4.64%2C5.688C37.072%2C49.521%2C35.912%2C52.243%2C32.412%2C52.243z%20M32.433%2C43.035%0D%0A%09%09%09%09c-1.763%2C0-2.028%2C2.008-2.028%2C3.598c0%2C2.008%2C0.348%2C3.521%2C2.028%2C3.521c1.556%2C0%2C1.903-1.702%2C1.903-3.542%0D%0A%09%09%09%09C34.336%2C45.069%2C34.148%2C43.035%2C32.433%2C43.035z%20M19.76%2C44.931c-3.743%2C0-4.743-2.667-4.743-5.604c0-2.826%2C1-5.715%2C4.771-5.715%0D%0A%09%09%09%09c3.792%2C0%2C4.639%2C2.973%2C4.639%2C5.688C24.426%2C42.188%2C23.267%2C44.931%2C19.76%2C44.931z%20M19.788%2C35.729c-1.771%2C0-2.028%2C2.008-2.028%2C3.598%0D%0A%09%09%09%09c0%2C2.008%2C0.34%2C3.493%2C2.028%2C3.493c1.555%2C0%2C1.896-1.708%2C1.896-3.493C21.683%2C37.764%2C21.496%2C35.729%2C19.788%2C35.729z%22/%3E%0D%0A%09%09%3C/g%3E%0D%0A%09%3C/g%3E%0D%0A%3C/g%3E%0D%0A%3Cg%20id%3D%22IP_questions%22%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23CEC4BB%22%20d%3D%22M0%2C42h28.424V0H0V42z%20M5.147%2C15.554h4.584v4.473H5.147V15.554z%20M11.824%2C17.108h10.493v1.365H11.824V17.108%0D%0A%09%09%09z%20M5.147%2C23.724h4.584v4.662H5.147V23.724z%20M11.824%2C25.277h10.493v1.553H11.824V25.277z%20M5.147%2C32.081h4.584v4.474H5.147V32.081z%0D%0A%09%09%09%20M11.824%2C33.445h10.493v1.556H11.824V33.445z%22/%3E%0D%0A%09%09%3Cpolygon%20fill%3D%22%2307A9E0%22%20points%3D%2222.316%2C26.83%2017.547%2C26.83%2017.596%2C26.411%2018.35%2C25.277%2022.316%2C25.277%20%09%09%22/%3E%0D%0A%09%09%3Cpolygon%20fill%3D%22%230078A3%22%20points%3D%2216.984%2C31.604%2017.547%2C26.83%2022.316%2C26.83%2022.316%2C25.277%2018.35%2C25.277%2028.424%2C10.766%20%0D%0A%09%09%0928.424%2C19.376%2021.61%2C29.238%20%09%09%22/%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cg%3E%0D%0A%09%09%09%09%3Cpath%20fill%3D%22%2307A9E0%22%20d%3D%22M28.424%2C19.446v-0.07V19.446z%20M28.424%2C19.376v-8.61l2.196-3.248c0.473-0.679%2C1.208-1.043%2C1.969-1.043%0D%0A%09%09%09%09%09c0.48%2C0%2C0.955%2C0.147%2C1.38%2C0.448c1.099%2C0.784%2C1.358%2C2.324%2C0.591%2C3.437l0.034%2C0.007L28.424%2C19.376z%22/%3E%0D%0A%09%09%09%3C/g%3E%0D%0A%09%09%3C/g%3E%0D%0A%09%09%3Cpolygon%20fill%3D%22%23179BD7%22%20points%3D%2228.424%2C9.212%2028.424%2C6.454%2028.513%2C6.272%2029.806%2C7.189%20%09%09%22/%3E%0D%0A%09%09%3Cpolygon%20fill%3D%22%230078A3%22%20points%3D%2222.666%2C14.756%2028.424%2C6.454%2028.424%2C9.212%2024.607%2C14.721%20%09%09%22/%3E%0D%0A%09%09%3Crect%20x%3D%225.339%22%20y%3D%224.473%22%20fill%3D%22%23F9F8F4%22%20width%3D%221.146%22%20height%3D%225.25%22/%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cpath%20fill%3D%22%23F9F8F4%22%20d%3D%22M8.969%2C5.25V7h0.79c0.398%2C0%2C0.769-0.252%2C0.769-0.868c0-0.602-0.343-0.882-0.803-0.882H8.969z%0D%0A%09%09%09%09%20M9.971%2C7.777H9.038l0.006%2C1.946H8.008v-5.25h1.874c1.18%2C0%2C1.771%2C0.658%2C1.771%2C1.645C11.652%2C6.874%2C11.186%2C7.777%2C9.971%2C7.777z%22/%3E%0D%0A%09%09%09%3Cpath%20fill%3D%22%23F9F8F4%22%20d%3D%22M14.192%2C6.391L13.89%2C5.25h-0.034L13.54%2C6.433l-0.384%2C1.344h1.42L14.192%2C6.391z%20M15.159%2C9.723%0D%0A%09%09%09%09l-0.364-1.169h-1.88l-0.364%2C1.169h-1.104l1.757-5.25h1.393l1.703%2C5.25H15.159z%22/%3E%0D%0A%09%09%3C/g%3E%0D%0A%09%3C/g%3E%0D%0A%3C/g%3E%0D%0A%3Cg%20id%3D%22Layer_4%22%20display%3D%22none%22%3E%0D%0A%09%3Cg%20display%3D%22inline%22%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23CEC4BB%22%20d%3D%22M26.033%2C18.674c-0.938%2C0-2.153-0.625-2.701-1.396l-0.729-1.028c-0.548-0.764-1.764-1.389-2.701-1.389%0D%0A%09%09%09H12.27c-0.938%2C0-1.931%2C0.736-2.194%2C1.632l-0.167%2C0.542c-0.271%2C0.903-1.257%2C1.639-2.194%2C1.639H7.45%0D%0A%09%09%09c-0.938%2C0-1.708%2C0.771-1.708%2C1.708v22.577c0%2C0.943%2C0.771%2C1.715%2C1.708%2C1.715h34.563c0.943%2C0%2C1.715-0.771%2C1.715-1.715V20.382%0D%0A%09%09%09c0-0.938-0.77-1.708-1.715-1.708H26.033z%22/%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23179BD7%22%20d%3D%22M32.776%2C42.181c-4.236%2C0-7.674-3.438-7.674-7.675c0-4.242%2C3.438-7.672%2C7.674-7.672%0D%0A%09%09%09c4.237%2C0%2C7.675%2C3.43%2C7.675%2C7.672C40.45%2C38.743%2C37.013%2C42.181%2C32.776%2C42.181z%20M42.158%2C39.632c0.819-1.521%2C1.285-3.264%2C1.285-5.118%0D%0A%09%09%09c0-5.965-4.834-10.798-10.799-10.798s-10.799%2C4.833-10.799%2C10.798s4.834%2C10.806%2C10.799%2C10.806c1.848%2C0%2C3.59-0.472%2C5.117-1.291%0D%0A%09%09%09l6.861%2C6.869l4.403-4.396L42.158%2C39.632z%22/%3E%0D%0A%09%3C/g%3E%0D%0A%3C/g%3E%0D%0A%3C/svg%3E%0D%0A');
}
.ico-portfolio {
  width: 72px;
  height: 63px;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%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%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2275px%22%20height%3D%2275px%22%20viewBox%3D%220%200%2075%2075%22%20enable-background%3D%22new%200%200%2075%2075%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%20id%3D%22yourself%22%20display%3D%22none%22%3E%20%3Cg%20display%3D%22inline%22%3E%20%20%3Cg%3E%20%20%20%3Cpath%20fill%3D%22%23D0C8BF%22%20d%3D%22M53.475%2C55.533c-0.641-3.92-1.479-7.49-2.511-8.262c-1.521-1.148-6.13-2.879-9.819-4.299%20%20%20%20c-2.369-0.92-4.351-1.711-4.891-2.141l-2.82%2C8.131l-5.43-4.431l-5.79%2C4.431l-2.72-8.131c-0.71%2C0.57-3.88%2C1.74-7.15%2C3.01%20%20%20%20c0.12%2C0.28%2C0.17%2C0.43%2C0.17%2C0.43s-0.05-0.148-0.17-0.43c-3.13%2C1.211-6.35%2C2.51-7.57%2C3.43c-1.17%2C0.881-2.1%2C5.381-2.75%2C9.91%20%20%20%20c-0.75%2C5.131-1.14%2C10.301-1.14%2C10.301h26.95h0.01h0.05h0.01h26.95C54.855%2C67.482%2C54.375%2C61.143%2C53.475%2C55.533z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%23D0C8BF%22%20d%3D%22M23.424%2C14.062l2.86-0.04c1.02%2C2.09%2C3.76%2C5.33%2C10.91%2C5.33c0.79%2C0%2C1.63-0.04%2C2.529-0.12%20%20%20%20c-1.17-6.96-6.029-12.17-11.85-12.17c-5.92%2C0-10.84%2C5.38-11.9%2C12.49l0.31%2C0.01C20.865%2C19.562%2C23.395%2C14.133%2C23.424%2C14.062z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%23D0C8BF%22%20d%3D%22M27.875%2C37.803c6.69%2C0%2C12.12-6.88%2C12.12-15.37v-0.05c-0.97%2C0.08-1.88%2C0.13-2.74%2C0.13%20%20%20%20c-6.73%2C0-10.4-2.56-12.33-4.83c-1.54%2C2.16-4.39%2C5.06-8.61%2C5.06c-0.18%2C0-0.36-0.02-0.55-0.03%20%20%20%20C15.884%2C31.073%2C21.254%2C37.803%2C27.875%2C37.803z%22%2F%3E%20%20%3C%2Fg%3E%20%20%3Cpath%20fill%3D%22%23179BD7%22%20d%3D%22M72.884%2C59.323c0%2C0.8-0.649%2C1.448-1.448%2C1.448h-42.11c-0.8%2C0-1.45-0.648-1.45-1.448v-24.74%20%20%20c0-0.8%2C0.65-1.45%2C1.45-1.45h42.11c0.799%2C0%2C1.448%2C0.65%2C1.448%2C1.45V59.323z%22%2F%3E%20%20%3Cg%3E%20%20%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M47.575%2C51.512c-1.49-0.398-4.11-1.16-4.521-1.629c-0.41-0.471-0.75-0.601-0.609-1.341%20%20%20%20c0.14-0.729%2C1.77-2.44%2C1.77-4.181c0-1.459-0.21-4.09-3-4.271v-0.01l-0.17-0.011h-0.07h-0.06l-0.17%2C0.011v0.01%20%20%20%20c-2.79%2C0.181-3%2C2.812-3%2C4.271c0%2C1.74%2C1.63%2C3.451%2C1.771%2C4.181c0.141%2C0.74-0.201%2C0.87-0.609%2C1.341%20%20%20%20c-0.41%2C0.469-3.03%2C1.229-4.521%2C1.629c-1.5%2C0.4-1.43%2C1.312-1.43%2C1.312v2.09h16.05v-2.09%20%20%20%20C49.004%2C52.823%2C49.075%2C51.913%2C47.575%2C51.512z%22%2F%3E%20%20%20%3Crect%20x%3D%2256.424%22%20y%3D%2240.073%22%20fill%3D%22%23FFFFFF%22%20width%3D%229.71%22%20height%3D%221.72%22%2F%3E%20%20%20%3Crect%20x%3D%2250.384%22%20y%3D%2244.453%22%20fill%3D%22%23FFFFFF%22%20width%3D%2215.75%22%20height%3D%221.729%22%2F%3E%20%20%20%3Crect%20x%3D%2254.254%22%20y%3D%2248.663%22%20fill%3D%22%23FFFFFF%22%20width%3D%2211.859%22%20height%3D%221.721%22%2F%3E%20%20%20%3Crect%20x%3D%2254.275%22%20y%3D%2253.143%22%20fill%3D%22%23FFFFFF%22%20width%3D%2211.858%22%20height%3D%221.729%22%2F%3E%20%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%20id%3D%22Goal%22%20display%3D%22none%22%3E%20%3Cg%20display%3D%22inline%22%3E%20%20%3Cg%3E%20%20%20%3Cpath%20fill%3D%22%23D1C9BF%22%20d%3D%22M7.115%2C37.51c0-16.85%2C13.43-30.51%2C30-30.51s30%2C13.66%2C30%2C30.51c0%2C16.84-13.43%2C30.5-30%2C30.5%20%20%20%20S7.115%2C54.35%2C7.115%2C37.51z%22%2F%3E%20%20%20%3Cpolygon%20fill%3D%22%23FFFFFF%22%20points%3D%2237.115%2C39.29%2058.605%2C60.88%2052.165%2C65.939%2038.055%2C70%2023.615%2C66.85%2015.865%2C60.96%20%20%20%20%22%2F%3E%20%20%3C%2Fg%3E%20%20%3Cpath%20fill%3D%22%23F9F7F4%22%20d%3D%22M23.925%2C37.46c0-7.63%2C5.91-13.82%2C13.19-13.82c7.279%2C0%2C13.189%2C6.19%2C13.189%2C13.82%20%20%20c0%2C7.64-5.91%2C13.83-13.189%2C13.83C29.835%2C51.29%2C23.925%2C45.1%2C23.925%2C37.46z%22%2F%3E%20%20%3Cg%3E%20%20%20%3Cpath%20fill%3D%22%23179BD7%22%20d%3D%22M32.735%2C68.2h-3.3l11.95-28.8h3.26L32.735%2C68.2z%20M46.285%2C67.65c-5.391%2C0-6.84-3.801-6.84-8.11%20%20%20%20c0-4.04%2C1.449-8.19%2C6.869-8.19c5.471%2C0%2C6.681%2C4.271%2C6.681%2C8.19C52.995%2C63.73%2C51.325%2C67.65%2C46.285%2C67.65z%20M46.314%2C54.391%20%20%20%20c-2.539%2C0-2.92%2C2.89-2.92%2C5.18c0%2C2.89%2C0.5%2C5.07%2C2.92%2C5.07c2.24%2C0%2C2.74-2.451%2C2.74-5.101%20%20%20%20C49.055%2C57.32%2C48.785%2C54.391%2C46.314%2C54.391z%20M28.065%2C57.12c-5.39%2C0-6.83-3.84-6.83-8.07c0-4.069%2C1.44-8.229%2C6.87-8.229%20%20%20%20c5.46%2C0%2C6.68%2C4.279%2C6.68%2C8.189C34.785%2C53.17%2C33.115%2C57.12%2C28.065%2C57.12z%20M28.105%2C43.87c-2.55%2C0-2.92%2C2.89-2.92%2C5.18%20%20%20%20c0%2C2.89%2C0.49%2C5.03%2C2.92%2C5.03c2.24%2C0%2C2.73-2.46%2C2.73-5.03C30.835%2C46.8%2C30.565%2C43.87%2C28.105%2C43.87z%22%2F%3E%20%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%20id%3D%22IP_questions%22%20display%3D%22none%22%3E%20%3Cg%20display%3D%22inline%22%3E%20%20%3Cpath%20fill%3D%22%23CEC4BB%22%20d%3D%22M14.293%2C67.5h41.42v-60h-41.42V67.5z%20M21.793%2C29.72h6.68v6.39h-6.68V29.72z%20M31.523%2C31.94h15.29v1.95%20%20%20h-15.29V31.94z%20M21.793%2C41.391h6.68v6.659h-6.68V41.391z%20M31.523%2C43.609h15.29v2.221h-15.29V43.609z%20M21.793%2C53.33h6.68v6.39%20%20%20h-6.68V53.33z%20M31.523%2C55.28h15.29v2.22h-15.29V55.28z%22%2F%3E%20%20%3Cpolygon%20fill%3D%22%23179BD7%22%20points%3D%2246.812%2C45.83%2039.863%2C45.83%2039.934%2C45.23%2041.034%2C43.609%2046.812%2C43.609%20%20%20%22%2F%3E%20%20%3Cpolygon%20fill%3D%22%2307A9E0%22%20points%3D%2239.043%2C52.65%2039.863%2C45.83%2046.812%2C45.83%2046.812%2C43.609%2041.034%2C43.609%2055.713%2C22.88%2055.713%2C35.18%20%20%20%2045.784%2C49.27%20%20%20%22%2F%3E%20%20%3Cg%3E%20%20%20%3Cg%3E%20%20%20%20%3Cpath%20fill%3D%22%2307A9E0%22%20d%3D%22M55.713%2C35.28v-0.1V35.28z%20M55.713%2C35.18v-12.3l3.2-4.64c0.69-0.97%2C1.76-1.49%2C2.87-1.49%20%20%20%20%20c0.699%2C0%2C1.39%2C0.21%2C2.01%2C0.64c1.6%2C1.12%2C1.98%2C3.32%2C0.859%2C4.91l0.051%2C0.01L55.713%2C35.18z%22%2F%3E%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%20%20%3Cpolygon%20fill%3D%22%23179BD7%22%20points%3D%2255.713%2C20.66%2055.713%2C16.72%2055.843%2C16.46%2057.725%2C17.77%20%20%20%22%2F%3E%20%20%3Cpolygon%20fill%3D%22%23179BD7%22%20points%3D%2247.323%2C28.58%2055.713%2C16.72%2055.713%2C20.66%2050.152%2C28.53%20%20%20%22%2F%3E%20%20%3Crect%20x%3D%2222.073%22%20y%3D%2213.89%22%20fill%3D%22%23F9F8F4%22%20width%3D%221.67%22%20height%3D%227.5%22%2F%3E%20%20%3Cg%3E%20%20%20%3Cpath%20fill%3D%22%23F9F8F4%22%20d%3D%22M27.363%2C15v2.5h1.15c0.58%2C0%2C1.12-0.36%2C1.12-1.24c0-0.86-0.5-1.26-1.17-1.26H27.363z%20M28.823%2C18.61h-1.36%20%20%20%20l0.01%2C2.78h-1.51v-7.5h2.73c1.72%2C0%2C2.58%2C0.94%2C2.58%2C2.35C31.273%2C17.32%2C30.593%2C18.61%2C28.823%2C18.61z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%23F9F8F4%22%20d%3D%22M34.974%2C16.63L34.534%2C15h-0.05l-0.46%2C1.69l-0.56%2C1.92h2.07L34.974%2C16.63z%20M36.383%2C21.39l-0.53-1.67h-2.74%20%20%20%20l-0.53%2C1.67h-1.61l2.56-7.5h2.03l2.48%2C7.5H36.383z%22%2F%3E%20%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cpath%20fill%3D%22%23CEC4BB%22%20d%3D%22M30.069%2C43.12c0-8.59%2C6.96-15.55%2C15.55-15.55s15.55%2C6.96%2C15.55%2C15.55c0%2C2.67-0.67%2C5.18-1.851%2C7.37%20%20l3.261%2C3.261V21.77c0-1.35-1.11-2.46-2.47-2.46h-23.01c-1.35%2C0-3.1-0.9-3.89-2.01l-1.05-1.48c-0.79-1.1-2.54-2-3.89-2h-10.99%20%20c-1.35%2C0-2.78%2C1.06-3.16%2C2.35l-0.24%2C0.78c-0.39%2C1.3-1.81%2C2.36-3.16%2C2.36h-0.38c-1.35%2C0-2.46%2C1.11-2.46%2C2.46v32.51%20%20c0%2C1.36%2C1.11%2C2.47%2C2.46%2C2.47h27.783C33.322%2C54.101%2C30.069%2C48.99%2C30.069%2C43.12z%22%2F%3E%20%3Cpath%20fill%3D%22%23CEC4BB%22%20d%3D%22M45.809%2C32.06c-6.1%2C0-11.05%2C4.94-11.05%2C11.049c0%2C6.101%2C4.95%2C11.051%2C11.05%2C11.051%20%20c6.101%2C0%2C11.051-4.95%2C11.051-11.051C56.859%2C37%2C51.909%2C32.06%2C45.809%2C32.06z%22%2F%3E%20%3Cpath%20fill%3D%22%23179BD7%22%20d%3D%22M62.579%2C53.751v0.529c0%2C1.36-1.11%2C2.47-2.47%2C2.47H38.122c2.224%2C1.228%2C4.777%2C1.93%2C7.497%2C1.93%20%20c2.66%2C0%2C5.17-0.68%2C7.369-1.859l9.881%2C9.89l6.34-6.33L62.579%2C53.751z%22%2F%3E%20%3Cpath%20fill%3D%22%230078A3%22%20d%3D%22M62.579%2C54.28v-0.529l-3.261-3.261c1.181-2.19%2C1.851-4.7%2C1.851-7.37c0-8.59-6.96-15.55-15.55-15.55%20%20s-15.55%2C6.96-15.55%2C15.55c0%2C5.87%2C3.253%2C10.98%2C8.053%2C13.63h21.987C61.469%2C56.75%2C62.579%2C55.641%2C62.579%2C54.28z%20M45.809%2C54.16%20%20c-6.1%2C0-11.05-4.95-11.05-11.051c0-6.109%2C4.95-11.049%2C11.05-11.049c6.101%2C0%2C11.051%2C4.94%2C11.051%2C11.049%20%20C56.859%2C49.21%2C51.909%2C54.16%2C45.809%2C54.16z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.icon-compass-laptop {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%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%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2249px%22%20height%3D%2232px%22%20viewBox%3D%220.678%209.282%2049%2032%22%20enable-background%3D%22new%200.678%209.282%2049%2032%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cg%3E%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M33.049%2C21.437l-1.227%2C0.343c0%2C0.206%2C0%2C0.412%2C0%2C0.618c0%2C0.206%2C0%2C0.413%2C0%2C0.618l1.227%2C0.344V21.437z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M31.822%2C21.78l-2.113%2C0.618l2.113%2C0.618c0-0.206%2C0-0.412%2C0-0.618C31.89%2C22.192%2C31.822%2C21.986%2C31.822%2C21.78%20%20%20z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230078A3%22%20d%3D%22M31.822%2C21.78l-2.113%2C0.618l2.113%2C0.618c0-0.206%2C0-0.412%2C0-0.618C31.89%2C22.192%2C31.822%2C21.986%2C31.822%2C21.78%20%20%20z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%20%3Cpath%20fill%3D%22none%22%20d%3D%22M24.121%2C14.844L24.121%2C14.844v0.893c0.205%2C0%2C0.34-0.069%2C0.545-0.069V15.6%20%20%20C24.461%2C15.325%2C24.326%2C15.119%2C24.121%2C14.844z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M26.165%2C16.629L26.165%2C16.629l0.068-0.961c-0.204%2C0-0.408-0.068-0.681-0.068c0%2C0%2C0%2C0.068%2C0.067%2C0.068%20%20%20L26.165%2C16.629z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M27.12%2C13.471h-0.955v2.197c0.342%2C0.069%2C0.614%2C0.138%2C0.955%2C0.207V13.471z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M24.121%2C14.844L24.121%2C14.844c0.205%2C0.275%2C0.34%2C0.481%2C0.477%2C0.756v0.068c0.205%2C0%2C0.341%2C0%2C0.545%2C0%20%20%20c0.136%2C0%2C0.272%2C0%2C0.341%2C0c-0.478-0.755-0.886-1.441-1.363-2.128h-0.954v2.472c0.272-0.068%2C0.613-0.137%2C0.954-0.206V14.844z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230078A3%22%20d%3D%22M24.121%2C18.072v-2.404c-0.341%2C0.069-0.613%2C0.138-0.954%2C0.207v2.197H24.121z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230078A3%22%20d%3D%22M24.598%2C15.668l1.5%2C2.404h0.952v-2.129c-0.34-0.068-0.612-0.137-0.952-0.206v0.961h-0.069l-0.545-0.961%20%20%20c0%2C0%2C0-0.069-0.068-0.069c-0.136%2C0-0.272%2C0-0.341%2C0C25.007%2C15.6%2C24.803%2C15.6%2C24.598%2C15.668z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%20%3Cpolygon%20fill%3D%22%23D1C9C0%22%20points%3D%2220.509%2C27.136%2025.688%2C22.947%2024.667%2C21.848%20%20%20%22%2F%3E%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M30.254%2C17.934l2.317-2.953l-2.93%2C2.334C29.846%2C17.522%2C30.05%2C17.728%2C30.254%2C17.934z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M20.1%2C26.861l-2.181%2C2.884l2.862-2.266C20.509%2C27.274%2C20.305%2C27.067%2C20.1%2C26.861z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M30.254%2C17.934c-0.204-0.206-0.408-0.48-0.681-0.687l-5.316%2C4.12L20.1%2C26.793%20%20%20c0.205%2C0.206%2C0.409%2C0.412%2C0.613%2C0.617l5.385-4.188L30.254%2C17.934z%20M20.509%2C27.136l4.157-5.288l1.022%2C1.03L20.509%2C27.136z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230078A3%22%20d%3D%22M30.254%2C17.934c-0.204-0.206-0.408-0.48-0.681-0.687l-5.316%2C4.12L20.1%2C26.793%20%20%20c0.205%2C0.206%2C0.409%2C0.412%2C0.613%2C0.617l5.385-4.188L30.254%2C17.934z%20M20.509%2C27.136l4.157-5.288l1.022%2C1.03L20.509%2C27.136z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M31.822%2C21.78c-0.137-1.442-0.682-2.747-1.568-3.777l-4.089%2C5.356l-5.383%2C4.188%20%20%20c1.022%2C0.893%2C2.385%2C1.511%2C3.816%2C1.648l0.545-1.991l0.545%2C1.991c3.271-0.275%2C5.861-2.885%2C6.134-6.112l-2.113-0.618L31.822%2C21.78z%22%20%20%20%2F%3E%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M24.598%2C29.127l-0.409%2C1.374h1.84l-0.409-1.374c-0.204%2C0-0.34%2C0-0.545%2C0%20%20%20C24.939%2C29.127%2C24.803%2C29.127%2C24.598%2C29.127z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M24.598%2C29.127c0.205%2C0%2C0.341%2C0%2C0.545%2C0c0.204%2C0%2C0.341%2C0%2C0.545%2C0l-0.545-1.991L24.598%2C29.127z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230078A3%22%20d%3D%22M24.598%2C29.127c0.205%2C0%2C0.341%2C0%2C0.545%2C0c0.204%2C0%2C0.341%2C0%2C0.545%2C0l-0.545-1.991L24.598%2C29.127z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M27.12%2C15.943v2.129h-0.955l-1.499-2.404c-0.205%2C0-0.341%2C0.069-0.545%2C0.069v2.335h-0.954v-2.129%20%20%20c-2.589%2C0.824-4.43%2C3.09-4.703%2C5.837l2.113%2C0.618l-2.113%2C0.618c0.137%2C1.511%2C0.75%2C2.815%2C1.636%2C3.846l4.157-5.425l5.316-4.121%20%20%20C28.892%2C16.698%2C28.073%2C16.217%2C27.12%2C15.943z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M18.464%2C21.78l-1.226-0.343v1.854l1.226-0.343c0-0.206%2C0-0.412%2C0-0.618%20%20%20C18.464%2C22.192%2C18.464%2C21.986%2C18.464%2C21.78z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M18.464%2C21.78c0%2C0.206%2C0%2C0.412%2C0%2C0.618c0%2C0.206%2C0%2C0.413%2C0%2C0.618l2.113-0.618L18.464%2C21.78z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230078A3%22%20d%3D%22M18.464%2C21.78c0%2C0.206%2C0%2C0.412%2C0%2C0.618c0%2C0.206%2C0%2C0.413%2C0%2C0.618l2.113-0.618L18.464%2C21.78z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M45.384%2C33.315V11.411v-0.549c0-0.893-0.682-1.58-1.567-1.58H25.211l0%2C0H6.675%20%20%20c-0.886%2C0-1.568%2C0.687-1.568%2C1.58v0.549v21.905l-4.429%2C4.533v1.854c0%2C0%2C0%2C1.579%2C1.567%2C1.579h22.966l0%2C0H48.11%20%20%20c1.567%2C0%2C1.567-1.579%2C1.567-1.579v-1.854L45.384%2C33.315z%20M42.454%2C32.011H25.211l0%2C0H7.97V12.166h17.242l0%2C0h17.243V32.011z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  width: 49px;
  height: 32px;
}
.icon-pie,
.ico-chart {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2016.0.5%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2272px%22%20height%3D%2272px%22%20viewBox%3D%2220.5%2070.5%2072%2072%22%20enable-background%3D%22new%2020.5%2070.5%2072%2072%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M78.48%2C94.862c-0.512-0.825-1.051-1.64-1.645-2.435c-0.666-0.891-1.374-1.733-2.112-2.532L53.149%2C106.21%0D%0A%09%09L36.43%2C83.927c-1.154%2C0.653-2.284%2C1.378-3.373%2C2.194c-5.558%2C4.162-9.091%2C9.182-11.146%2C15.813%0D%0A%09%09c-2.466%2C7.997-1.683%2C16.466%2C2.214%2C23.86c3.894%2C7.406%2C10.438%2C12.838%2C18.421%2C15.316c9.534%2C2.952%2C20.002%2C1.141%2C28.01-4.852v-0.009%0D%0A%09%09c5.312-3.975%2C9.153-9.442%2C11.121-15.799c0.385-1.248%2C0.691-2.498%2C0.924-3.744l-23.39-7.275L78.48%2C94.862z%22/%3E%0D%0A%09%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M74.724%2C89.896l7.852-5.938c-13.031-15.18-34.337-17.244-50.353-7.574L31.24%2C77.01l5.19%2C6.917%0D%0A%09%09C48.965%2C76.831%2C64.896%2C79.275%2C74.724%2C89.896z%22/%3E%0D%0A%09%3Cpath%20fill%3D%22%230078A3%22%20d%3D%22M74.724%2C89.896c-9.827-10.62-25.759-13.063-38.295-5.968l16.72%2C22.283L74.724%2C89.896z%22/%3E%0D%0A%09%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M86.311%2C88.94l-7.83%2C5.922c4.117%2C6.645%2C5.545%2C14.21%2C4.121%2C21.846l8.114%2C2.524l0.522%2C0.168l0.158-0.521%0D%0A%09%09C93.698%2C108.363%2C92.584%2C98.026%2C86.311%2C88.94z%22/%3E%0D%0A%09%3Cpath%20fill%3D%22%230078A3%22%20d%3D%22M78.48%2C94.862l-19.269%2C14.569l23.39%2C7.275C84.025%2C109.071%2C82.598%2C101.506%2C78.48%2C94.862z%22/%3E%0D%0A%3C/g%3E%0D%0A%3C/svg%3E%0D%0A');
}
.icon-pie.white,
.ico-chart.white {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%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%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2272px%22%20height%3D%2272px%22%20viewBox%3D%220%200%2072%2072%22%20enable-background%3D%22new%200%200%2072%2072%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M49.378%2C61.933c-7.064%2C5.292-16.711%2C6.969-25.133%2C4.354c-7.172-2.224-13.044-7.106-16.534-13.753%20%20c-3.495-6.639-4.2-14.25-1.988-21.432c1.625-5.255%2C4.295-9.384%2C8.322-12.85l-2.67-3.576c-4.805%2C4.058-7.991%2C8.904-9.907%2C15.108%20%20C-1.099%2C38.107-0.28%2C46.925%2C3.769%2C54.62c4.043%2C7.696%2C10.847%2C13.356%2C19.159%2C15.932C26.023%2C71.515%2C29.25%2C72%2C32.509%2C72%20%20c7.015%2C0%2C13.951-2.308%2C19.541-6.498c4.902-3.673%2C8.598-8.576%2C10.8-14.268l-4.263-1.321C56.675%2C54.7%2C53.523%2C58.82%2C49.378%2C61.933%22%2F%3E%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M12.632%2C6.281l21.186%2C28.37l28.54-21.635C55.107%2C4.707%2C44.775%2C0%2C33.579%2C0%20%20C26.056%2C0%2C18.863%2C2.165%2C12.632%2C6.281%22%2F%3E%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M39.726%2C37.745l31.064%2C9.628c2.619-10.426%2C0.969-20.542-4.813-29.531L39.726%2C37.745z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ico-nest {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%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%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2272px%22%20height%3D%2272px%22%20viewBox%3D%2220.5%2070.5%2072%2072%22%20enable-background%3D%22new%2020.5%2070.5%2072%2072%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M88.13%2C130.844h-0.02c-1.782%2C0.008-3.586-0.025-5.379-0.094c1.139-0.592%2C2.246-1.225%2C3.287-1.912%20%20c1.113-0.736%2C1.42-2.234%2C0.674-3.34c-0.737-1.105-2.24-1.41-3.36-0.678c-1.099%2C0.725-2.271%2C1.402-3.492%2C2.002%20%20c-2.828%2C1.398-5.828%2C2.381-8.908%2C2.912c-0.086%2C0.014-0.166%2C0.043-0.244%2C0.068c-2.873-0.355-5.731-0.787-8.569-1.324%20%20c-3.202-0.602-6.386-1.338-9.536-2.174c-7.008-1.852-13.873-4.258-20.533-7.225c-1.226-0.543-2.659%2C0-3.207%2C1.213%20%20c-0.544%2C1.219%2C0%2C2.645%2C1.223%2C3.186c4.104%2C1.826%2C8.284%2C3.428%2C12.521%2C4.855c-1.774%2C0.26-3.548%2C0.496-5.327%2C0.666%20%20c-1.76%2C0.168-3.521%2C0.273-5.281%2C0.354c-0.403-0.082-0.81-0.066-1.195%2C0.053c-2.576%2C0.084-5.157%2C0.07-7.735-0.055%20%20c-1.33-0.061-2.479%2C0.959-2.546%2C2.289c-0.064%2C1.334%2C0.969%2C2.465%2C2.307%2C2.527c1.674%2C0.084%2C3.346%2C0.121%2C5.021%2C0.121%20%20c1.071%2C0%2C2.146-0.037%2C3.22-0.072c5.508%2C3.051%2C11.435%2C5.355%2C17.638%2C6.82c2.813%2C0.658%2C5.637%2C1.145%2C8.393%2C1.445%20%20c0.087%2C0.012%2C0.175%2C0.018%2C0.267%2C0.018c1.223%2C0%2C2.275-0.914%2C2.408-2.148c0.146-1.322-0.814-2.512-2.15-2.658%20%20c-2.553-0.277-5.182-0.729-7.795-1.344c-3.126-0.744-6.177-1.715-9.135-2.895c2.286-0.289%2C4.57-0.623%2C6.84-1.057%20%20c1.697-0.326%2C3.385-0.711%2C5.07-1.115c6.293%2C1.607%2C12.691%2C2.797%2C19.169%2C3.523c5.147%2C0.58%2C10.376%2C0.867%2C15.544%2C0.867%20%20c0.282%2C0%2C0.568-0.004%2C0.851-0.004c1.343-0.008%2C2.423-1.094%2C2.408-2.426C90.545%2C131.916%2C89.461%2C130.844%2C88.13%2C130.844%22%2F%3E%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M92.435%2C111.541c-0.274-1.199-1.33-2.039-2.565-2.039c-0.194%2C0-0.397%2C0.023-0.588%2C0.068%20%20c-5.406%2C1.219-10.98%2C2.133-16.547%2C2.717c-4.983%2C0.52-10.346%2C0.787-15.935%2C0.787c-11.089%2C0-22.336-1.057-31.673-2.979%20%20c-1.41-0.289-2.827%2C0.652-3.113%2C2.037c-0.144%2C0.684-0.007%2C1.383%2C0.377%2C1.967c0.386%2C0.58%2C0.979%2C0.982%2C1.666%2C1.127%20%20c9.667%2C1.988%2C21.31%2C3.082%2C32.773%2C3.082c5.761%2C0%2C11.3-0.275%2C16.459-0.814c0.708-0.074%2C1.424-0.158%2C2.131-0.246%20%20c-5.82%2C3.199-11.941%2C5.799-18.217%2C7.732c-0.124%2C0.037-0.209%2C0.156-0.207%2C0.285c0.004%2C0.131%2C0.1%2C0.244%2C0.229%2C0.27%20%20c2.896%2C0.676%2C5.949%2C1.264%2C9.074%2C1.754c0.018%2C0.004%2C0.029%2C0.004%2C0.045%2C0.004c0.037%2C0%2C0.076-0.006%2C0.108-0.018%20%20c6.149-2.443%2C12.099-5.5%2C17.686-9.094c0.826-0.537%2C1.28-1.492%2C1.182-2.463c1.924-0.357%2C3.601-0.699%2C5.13-1.047%20%20c0.688-0.154%2C1.271-0.568%2C1.647-1.16C92.467%2C112.928%2C92.59%2C112.223%2C92.435%2C111.541%22%2F%3E%20%3Cg%3E%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M53.705%2C95.87c1.697-4.396%2C5.874-10.085%2C10.848-13.618C61.667%2C75.996%2C56.88%2C70.5%2C50.213%2C70.5%20%20%20c-10.093%2C0-16.992%2C15.006-17.55%2C23.66c-0.383%2C5.946%2C0.619%2C10.449%2C2.398%2C13.824c5.4%2C0.689%2C11.117%2C1.129%2C16.887%2C1.287%20%20%20C51.248%2C105.68%2C51.625%2C101.243%2C53.705%2C95.87z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M51.947%2C109.271c1.617%2C0.043%2C3.236%2C0.074%2C4.853%2C0.074c2.644%2C0%2C5.233-0.066%2C7.759-0.184%20%20%20c-2.524%2C0.117-5.115%2C0.182-7.759%2C0.182C55.184%2C109.344%2C53.564%2C109.314%2C51.947%2C109.271z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M76.334%2C79.392c-3.906-1.213-8.064%2C0.224-11.781%2C2.86c1.883%2C4.082%2C2.959%2C8.486%2C3.211%2C11.908%20%20%20c0.491%2C6.604-0.887%2C11.488-3.205%2C15.002c2.813-0.133%2C5.549-0.332%2C8.176-0.607c4.188-0.436%2C8.378-1.063%2C12.497-1.861%20%20%20c0.084-0.313%2C0.168-0.625%2C0.246-0.953C87.362%2C97.719%2C86.3%2C82.487%2C76.334%2C79.392z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230078A3%22%20d%3D%22M67.764%2C94.16c-0.252-3.422-1.328-7.826-3.211-11.908c-4.974%2C3.533-9.15%2C9.223-10.848%2C13.618%20%20%20c-2.08%2C5.373-2.457%2C9.81-1.758%2C13.401c1.617%2C0.043%2C3.236%2C0.072%2C4.853%2C0.072c2.644%2C0%2C5.233-0.064%2C7.759-0.182%20%20%20C66.877%2C105.648%2C68.255%2C100.765%2C67.764%2C94.16z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ico-nest.white {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%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%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2272px%22%20height%3D%2275px%22%20viewBox%3D%220%200%2072%2075%22%20enable-background%3D%22new%200%200%2072%2075%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M67.63%2C63.321h-0.019c-1.782%2C0.007-3.584-0.026-5.381-0.093c1.14-0.596%2C2.246-1.226%2C3.289-1.917%20%20c1.112-0.737%2C1.418-2.238%2C0.674-3.348c-0.739-1.105-2.241-1.411-3.359-0.678c-1.102%2C0.727-2.273%2C1.403-3.492%2C2.006%20%20c-2.83%2C1.403-5.826%2C2.384-8.91%2C2.92c-0.084%2C0.012-0.164%2C0.041-0.242%2C0.065c-2.871-0.355-5.732-0.787-8.569-1.325%20%20c-3.204-0.603-6.384-1.342-9.534-2.178c-7.008-1.857-13.872-4.267-20.535-7.239c-1.224-0.544-2.657%2C0-3.205%2C1.217%20%20c-0.546%2C1.221%2C0%2C2.649%2C1.223%2C3.19c4.1%2C1.83%2C8.283%2C3.433%2C12.521%2C4.863c-1.776%2C0.263-3.549%2C0.498-5.331%2C0.67%20%20c-1.758%2C0.167-3.52%2C0.271-5.28%2C0.353c-0.403-0.081-0.81-0.066-1.194%2C0.053c-2.576%2C0.084-5.158%2C0.07-7.735-0.055%20%20c-1.33-0.061-2.48%2C0.963-2.547%2C2.295c-0.063%2C1.335%2C0.969%2C2.466%2C2.307%2C2.531c1.675%2C0.084%2C3.346%2C0.12%2C5.021%2C0.12%20%20c1.072%2C0%2C2.145-0.036%2C3.219-0.073c5.506%2C3.058%2C11.435%2C5.366%2C17.638%2C6.837c2.811%2C0.657%2C5.635%2C1.145%2C8.391%2C1.446%20%20C36.664%2C74.994%2C36.753%2C75%2C36.843%2C75c1.224%2C0%2C2.275-0.919%2C2.41-2.153c0.147-1.323-0.817-2.52-2.149-2.662%20%20c-2.555-0.282-5.181-0.733-7.795-1.35c-3.126-0.743-6.176-1.715-9.134-2.898c2.286-0.286%2C4.569-0.622%2C6.839-1.057%20%20c1.696-0.33%2C3.384-0.715%2C5.071-1.119c6.293%2C1.609%2C12.689%2C2.804%2C19.17%2C3.53C56.4%2C67.87%2C61.629%2C68.16%2C66.795%2C68.16%20%20c0.282%2C0%2C0.566-0.005%2C0.854-0.005c1.34-0.009%2C2.42-1.095%2C2.406-2.429C70.046%2C64.395%2C68.962%2C63.321%2C67.63%2C63.321%22%2F%3E%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M71.934%2C43.984c-0.273-1.201-1.328-2.044-2.563-2.044c-0.194%2C0-0.396%2C0.022-0.591%2C0.067%20%20c-5.405%2C1.224-10.977%2C2.14-16.543%2C2.724c-4.984%2C0.521-10.346%2C0.791-15.935%2C0.791c-11.09%2C0-22.335-1.058-31.672-2.986%20%20c-1.41-0.287-2.827%2C0.653-3.112%2C2.043c-0.146%2C0.685-0.007%2C1.383%2C0.376%2C1.971c0.388%2C0.579%2C0.979%2C0.984%2C1.667%2C1.127%20%20c9.666%2C1.99%2C21.308%2C3.09%2C32.771%2C3.09c5.761%2C0%2C11.301-0.279%2C16.46-0.818c0.708-0.073%2C1.423-0.159%2C2.132-0.245%20%20c-5.82%2C3.202-11.941%2C5.808-18.218%2C7.743c-0.124%2C0.038-0.21%2C0.158-0.207%2C0.289c0.005%2C0.132%2C0.099%2C0.244%2C0.228%2C0.27%20%20c2.896%2C0.678%2C5.95%2C1.266%2C9.074%2C1.758c0.018%2C0.003%2C0.031%2C0.003%2C0.045%2C0.003c0.037%2C0%2C0.076-0.004%2C0.11-0.018%20%20c6.146-2.447%2C12.097-5.515%2C17.681-9.111c0.829-0.534%2C1.281-1.493%2C1.184-2.467c1.925-0.359%2C3.6-0.703%2C5.13-1.048%20%20c0.688-0.153%2C1.272-0.567%2C1.646-1.164C71.969%2C45.373%2C72.089%2C44.667%2C71.934%2C43.984%22%2F%3E%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M66.953%2C29.287c-0.005-4.027-0.63-8.382-2.271-12.129c-0.822-1.87-1.898-3.591-3.304-5.016%20%20c-1.397-1.424-3.127-2.542-5.183-3.182c-1.08-0.335-2.178-0.49-3.271-0.49h-0.002c-2.924%2C0.004-5.77%2C1.091-8.387%2C2.737%20%20c-1.411-2.767-3.203-5.351-5.422-7.359C36.564%2C1.54%2C33.392-0.004%2C29.716%2C0c-2.833-0.002-5.42%2C1.064-7.646%2C2.724%20%20c-3.347%2C2.498-5.973%2C6.325-7.863%2C10.364c-1.883%2C4.043-3.021%2C8.29-3.247%2C11.739c-0.057%2C0.876-0.083%2C1.724-0.083%2C2.543%20%20c-0.001%2C4.917%2C0.986%2C8.851%2C2.617%2C11.951l0.292%2C0.555l0.624%2C0.08c5.136%2C0.653%2C10.557%2C1.076%2C16.034%2C1.26l0.002%2C0.011l0.969%2C0.027%20%20c1.626%2C0.045%2C3.255%2C0.072%2C4.886%2C0.072c2.664%2C0%2C5.272-0.066%2C7.814-0.184l0.617-0.03l0.004-0.008%20%20c2.615-0.132%2C5.168-0.316%2C7.627-0.577c4.224-0.441%2C8.443-1.073%2C12.601-1.886l0.741-0.146l0.193-0.726%20%20c0.082-0.313%2C0.17-0.639%2C0.252-0.992v0.001C66.657%2C34.627%2C66.952%2C32.035%2C66.953%2C29.287z%20M13.29%2C27.369%20%20c0-0.765%2C0.025-1.563%2C0.08-2.387c0.251-4.078%2C2.072-9.895%2C5.016-14.542c1.468-2.329%2C3.213-4.367%2C5.129-5.793%20%20c1.925-1.428%2C3.985-2.243%2C6.203-2.245c2.986%2C0.004%2C5.539%2C1.214%2C7.772%2C3.224c2.018%2C1.817%2C3.721%2C4.298%2C5.058%2C6.999%20%20c-2.282%2C1.756-4.364%2C3.878-6.1%2C6.113c-1.939%2C2.5-3.461%2C5.104-4.367%2C7.449c-1.501%2C3.887-2.159%2C7.347-2.159%2C10.406%20%20c-0.001%2C0.76%2C0.052%2C1.49%2C0.13%2C2.201c-5.015-0.18-9.971-0.564-14.69-1.147C14.098%2C35.011%2C13.292%2C31.664%2C13.29%2C27.369z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ico-merge {
  width: 63px;
  height: 70px;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%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%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%20width%3D%2270px%22%20%20height%3D%2270px%22%20viewBox%3D%22-3.5%200%2070%2070%22%20enable-background%3D%22new%20-3.5%200%2070%2070%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%20id%3D%22Layer_1%22%20display%3D%22none%22%3E%20%3Cg%20display%3D%22inline%22%3E%20%20%3Cg%3E%20%20%20%3Cg%3E%20%20%20%20%3Cpath%20fill%3D%22%23CCC3BA%22%20d%3D%22M34.34%2C68.811H12.28V23.22c3.39%2C18.62%2C13.08%2C30.23%2C22.06%2C37.23V68.811z%22%2F%3E%20%20%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M52.1%2C70c0%2C0-8.49-2.32-17.76-9.55V23.22h12.27H34.34v0.22c0.01%2C1.7%2C0.42%2C13.82%2C10.08%2C21.8%20%20%20%20%20C54.83%2C53.83%2C63%2C55.68%2C63%2C55.68L52.1%2C70z%22%2F%3E%20%20%20%20%3Cpath%20fill%3D%22%23CCC3BA%22%20d%3D%22M34.34%2C60.45c-8.98-7-18.67-18.61-22.06-37.23h-1.44H0L23.3%2C0l23.31%2C23.22H34.34V60.45z%22%2F%3E%20%20%20%20%3Cpath%20fill%3D%22%230078A3%22%20d%3D%22M34.34%2C60.45c-8.98-7-18.67-18.61-22.06-37.23h-1.44H0L23.3%2C0l23.31%2C23.22H34.34V60.45z%22%2F%3E%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%20id%3D%22Layer_2%22%3E%20%3Cg%3E%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M43.168%2C31.106c0%2C3.749-3.041%2C6.789-6.79%2C6.789c-3.745%2C0-6.786-3.04-6.786-6.789%20%20%20c0-3.749%2C3.041-6.789%2C6.786-6.789C40.127%2C24.317%2C43.168%2C27.357%2C43.168%2C31.106%22%2F%3E%20%20%3Cg%3E%20%20%20%3Cpath%20fill%3D%22none%22%20d%3D%22M17.937%2C31.106c0-10.168%2C8.274-18.444%2C18.441-18.444c10.173%2C0%2C18.448%2C8.275%2C18.448%2C18.444%20%20%20%20c0%2C10.167-8.275%2C18.441-18.448%2C18.441c-4.543%2C0-8.702-1.66-11.919-4.396v7.129c3.525%2C1.991%2C7.59%2C3.135%2C11.919%2C3.135%20%20%20%20c13.409%2C0%2C24.312-10.906%2C24.312-24.309c0-13.408-10.903-24.311-24.312-24.311c-13.405%2C0-24.309%2C10.903-24.309%2C24.311%20%20%20%20c0%2C3.813%2C0.885%2C7.423%2C2.457%2C10.639h6.816C19.206%2C38.735%2C17.937%2C35.069%2C17.937%2C31.106z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22none%22%20d%3D%22M50.514%2C31.106c0-7.794-6.344-14.134-14.136-14.134c-7.79%2C0-14.131%2C6.34-14.131%2C14.134%20%20%20%20c0%2C7.789%2C6.342%2C14.128%2C14.131%2C14.128C44.17%2C45.234%2C50.514%2C38.895%2C50.514%2C31.106z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M54.826%2C31.106c0-10.168-8.275-18.444-18.448-18.444c-10.167%2C0-18.441%2C8.275-18.441%2C18.444%20%20%20%20c0%2C3.963%2C1.269%2C7.629%2C3.406%2C10.639h3.116v3.406c3.218%2C2.735%2C7.376%2C4.396%2C11.919%2C4.396C46.551%2C49.547%2C54.826%2C41.273%2C54.826%2C31.106%20%20%20%20z%20M22.247%2C31.106c0-7.794%2C6.342-14.134%2C14.131-14.134c7.792%2C0%2C14.136%2C6.34%2C14.136%2C14.134c0%2C7.789-6.344%2C14.128-14.136%2C14.128%20%20%20%20C28.588%2C45.234%2C22.247%2C38.895%2C22.247%2C31.106z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M36.378%2C2.486c-15.782%2C0-28.62%2C12.84-28.62%2C28.62c0%2C3.759%2C0.736%2C7.347%2C2.059%2C10.639h4.709%20%20%20%20c-1.572-3.216-2.457-6.826-2.457-10.639c0-13.408%2C10.904-24.311%2C24.309-24.311c13.409%2C0%2C24.312%2C10.903%2C24.312%2C24.311%20%20%20%20c0%2C13.403-10.903%2C24.309-24.312%2C24.309c-4.329%2C0-8.395-1.144-11.919-3.135v4.835c3.631%2C1.671%2C7.667%2C2.61%2C11.919%2C2.61%20%20%20%20C52.16%2C59.726%2C65%2C46.885%2C65%2C31.106C65%2C15.326%2C52.16%2C2.486%2C36.378%2C2.486z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M24.458%2C52.28v-7.129c-1.176-0.999-2.221-2.146-3.116-3.406h-6.816%20%20%20%20C16.695%2C46.181%2C20.176%2C49.859%2C24.458%2C52.28z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M9.817%2C41.745H6.134l4.797%2C4.792L-2%2C59.468l8.162%2C8.153l12.925-12.924l5.371%2C5.371v-2.953%20%20%20%20C17.824%2C54.062%2C12.552%2C48.547%2C9.817%2C41.745z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%230078A3%22%20d%3D%22M21.343%2C41.745c0.895%2C1.261%2C1.939%2C2.407%2C3.116%2C3.406v-3.406H21.343z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%230078A3%22%20d%3D%22M14.526%2C41.745H9.817c2.735%2C6.802%2C8.007%2C12.317%2C14.642%2C15.37V52.28%20%20%20%20C20.176%2C49.859%2C16.695%2C46.181%2C14.526%2C41.745z%22%2F%3E%20%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ico-merge.white {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%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%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2272px%22%20height%3D%2270px%22%20viewBox%3D%220%200%2072%2070%22%20enable-background%3D%22new%200%200%2072%2070%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M48.537%2C30.757c0%2C4.029-3.268%2C7.294-7.295%2C7.294s-7.294-3.265-7.294-7.294c0-4.026%2C3.267-7.294%2C7.294-7.294%20%20S48.537%2C26.73%2C48.537%2C30.757%22%2F%3E%20%3Cpolygon%20fill%3D%22%23FFFFFF%22%20points%3D%2227.237%2C43.383%208.741%2C43.383%2013.894%2C47.342%200%2C61.238%208.77%2C70%2022.66%2C56.11%2027.237%2C61.881%20%20%22%2F%3E%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M41.242%2C0C24.28%2C0%2C10.485%2C13.799%2C10.485%2C30.757c0%2C3.7%2C0.658%2C7.249%2C1.86%2C10.538h5%20%20c-1.43-3.227-2.229-6.789-2.229-10.538c0-14.407%2C11.719-26.126%2C26.125-26.126c14.407%2C0%2C26.124%2C11.719%2C26.124%2C26.126%20%20c0%2C14.407-11.717%2C26.124-26.124%2C26.124c-4.291%2C0-8.341-1.046-11.915-2.888v5.118c3.665%2C1.547%2C7.692%2C2.401%2C11.915%2C2.401%20%20c16.959%2C0%2C30.758-13.799%2C30.758-30.757C71.999%2C13.798%2C58.201%2C0%2C41.242%2C0%22%2F%3E%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M41.242%2C10.938c-10.928%2C0-19.816%2C8.892-19.816%2C19.818c0%2C3.875%2C1.132%2C7.481%2C3.062%2C10.538h3.944%20%20c0.494%2C0%2C0.896%2C0.401%2C0.896%2C0.896v4.365c3.321%2C2.514%2C7.44%2C4.021%2C11.915%2C4.021c10.931%2C0%2C19.818-8.893%2C19.818-19.819%20%20C61.06%2C19.83%2C52.173%2C10.938%2C41.242%2C10.938%20M41.242%2C45.944c-8.373%2C0-15.188-6.814-15.188-15.188c0-8.375%2C6.814-15.188%2C15.188-15.188%20%20c8.372%2C0%2C15.192%2C6.813%2C15.192%2C15.188C56.434%2C39.129%2C49.614%2C45.944%2C41.242%2C45.944%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ico-add-goal {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%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%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2241px%22%20height%3D%2243.5px%22%20viewBox%3D%220%200%2041%2043.5%22%20enable-background%3D%22new%200%200%2041%2043.5%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cg%3E%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23CEC4BB%22%20d%3D%22M18.24%2C34.15v2.45h-1.98v-2.43c-1.75-0.07-3.61-0.44-5.11-1.25%20%20%20l0.91-2.46c2.13%2C0.94%2C3.9%2C1.06%2C4.93%2C1.06c1.62%2C0%2C2.7-0.59%2C2.7-2.13c0-1.28-1-1.75-2.5-2.19c-2.95-0.81-5.6-1.45-5.6-4.76%20%20%20c0-2.63%2C1.67-4.49%2C4.67-4.84v-2.47h1.98v2.45c1.31%2C0.1%2C2.8%2C0.42%2C4%2C1.08l-0.9%2C2.35c-1.77-0.71-2.87-0.78-3.98-0.78%20%20%20c-1.43%2C0-2.36%2C0.71-2.36%2C2.06c0%2C1.25%2C1.48%2C1.64%2C3.05%2C2.04c2.06%2C0.51%2C5.08%2C1.25%2C5.08%2C5.06C23.13%2C32.11%2C21.21%2C33.83%2C18.24%2C34.15z%20%20%20%20M32.67%2C27.63c0.07-0.58%2C0.11-1.16%2C0.11-1.75v-0.01v-0.02c0-0.49-0.03-0.97-0.08-1.45l-0.05-0.46c-0.04-0.33-0.09-0.66-0.15-0.98%20%20%20l-0.11-0.51c-0.07-0.31-0.15-0.62-0.24-0.93l-0.13-0.45c-0.12-0.39-0.26-0.77-0.42-1.14l-0.06-0.17c-0.18-0.43-0.39-0.84-0.6-1.25%20%20%20l-0.21-0.37c-0.16-0.28-0.33-0.56-0.51-0.83l-0.27-0.4c-0.18-0.26-0.37-0.51-0.56-0.75L29.1%2C15.8c-0.25-0.29-0.5-0.57-0.76-0.84%20%20%20l-0.17-0.18c-0.33-0.32-0.67-0.63-1.02-0.92l-0.29-0.24c-0.27-0.21-0.54-0.41-0.81-0.6l-0.4-0.26c-0.26-0.18-0.53-0.34-0.81-0.5%20%20%20l-0.4-0.22c-0.33-0.17-0.66-0.33-1-0.48l-0.27-0.12c-0.4-0.17-0.81-0.33-1.22-0.46v0.01c-1.52-0.49-3.13-0.76-4.81-0.76%20%20%20c-8.64%2C0-15.64%2C7-15.64%2C15.63c0%2C8.64%2C7%2C15.64%2C15.64%2C15.64c7.35%2C0%2C13.5-5.08%2C15.17-11.91l0.02%2C0.01l0.05-0.26%20%20%20c0.08-0.38%2C0.15-0.77%2C0.21-1.15C32.61%2C28%2C32.65%2C27.82%2C32.67%2C27.63z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M31.16%2C18.94l-0.22-0.43l-0.21-0.37c-0.16-0.28-0.33-0.56-0.51-0.83l-0.28-0.4%20%20%20c-0.17-0.26-0.36-0.51-0.55-0.75L29.1%2C15.8c-0.25-0.29-0.5-0.57-0.76-0.84l-0.17-0.18c-0.33-0.32-0.67-0.63-1.02-0.92l-0.29-0.24%20%20%20c-0.27-0.21-0.54-0.41-0.81-0.6l-0.4-0.26c-0.26-0.18-0.54-0.34-0.81-0.5l-0.4-0.22c-0.33-0.17-0.66-0.33-1-0.48l-0.26-0.12%20%20%20c-0.36-0.15-0.73-0.29-1.1-0.42c-0.02-0.26-0.03-0.52-0.03-0.79c0-4.82%2C3.9-8.73%2C8.72-8.73s8.73%2C3.91%2C8.73%2C8.73%20%20%20C39.5%2C14.92%2C35.8%2C18.74%2C31.16%2C18.94z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230078A3%22%20d%3D%22M30.77%2C18.95c-4.55%2C0-8.29-3.48-8.69-7.93c0.37%2C0.13%2C0.74%2C0.27%2C1.1%2C0.42l0.26%2C0.12%20%20%20c0.34%2C0.15%2C0.67%2C0.31%2C1%2C0.48l0.4%2C0.22c0.27%2C0.16%2C0.55%2C0.32%2C0.81%2C0.5l0.4%2C0.26c0.27%2C0.19%2C0.54%2C0.39%2C0.81%2C0.61l0.29%2C0.23%20%20%20c0.35%2C0.29%2C0.69%2C0.6%2C1.02%2C0.92l0.17%2C0.18c0.26%2C0.27%2C0.51%2C0.55%2C0.76%2C0.84l0.29%2C0.36c0.19%2C0.24%2C0.38%2C0.49%2C0.56%2C0.75l0.27%2C0.4%20%20%20c0.18%2C0.27%2C0.35%2C0.55%2C0.51%2C0.83l0.21%2C0.37l0.22%2C0.43L30.77%2C18.95z%22%2F%3E%20%20%3Crect%20x%3D%2226.26%22%20y%3D%229.26%22%20fill%3D%22%23FFFFFF%22%20width%3D%229.03%22%20height%3D%221.93%22%2F%3E%20%20%3Crect%20x%3D%2229.81%22%20y%3D%225.71%22%20fill%3D%22%23FFFFFF%22%20width%3D%221.93%22%20height%3D%229.03%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ico-add-goal,
.icon-pie,
.ico-nest,
.ico-chart,
.icon-education {
  width: 72px;
  height: 72px;
}
.ico-add-goal.s,
.icon-pie.s,
.ico-nest.s,
.ico-chart.s,
.icon-education.s {
  width: 40px;
  height: 40px;
}
.ico-add-goal.xs,
.icon-pie.xs,
.ico-nest.xs,
.ico-chart.xs,
.icon-education.xs {
  width: 25px;
  height: 25px;
}
.ico-nest.xs,
.ico-chart.xs,
.ico-merge.xs {
  width: 25px;
  height: 25px;
  margin-bottom: 5px;
}
.icon-education {
  background-image: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/icon-education.svg');
}
.ico-slider {
  width: 46px;
  height: 46px;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%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%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%22600px%22%20height%3D%22600px%22%20viewBox%3D%220.5%20792.5%20600%20600%22%20enable-background%3D%22new%200.5%20792.5%20600%20600%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cg%3E%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M300.5%2C1379.167c-157.334%2C0-286.665-128.001-286.665-286.667c0-158.667%2C129.331-286.667%2C286.665-286.667%20%20%20s286.665%2C128%2C286.665%2C286.667C587.165%2C1251.166%2C459.167%2C1379.167%2C300.5%2C1379.167z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M300.5%2C819.166c150.664%2C0%2C273.335%2C122.668%2C273.335%2C273.334S451.164%2C1365.834%2C300.5%2C1365.834%20%20%20S27.165%2C1243.166%2C27.165%2C1092.5S149.831%2C819.166%2C300.5%2C819.166%20M300.5%2C792.5c-165.332%2C0-300%2C134.667-300%2C300s134.668%2C300%2C300%2C300%20%20%20s300-134.667%2C300-300C600.5%2C927.166%2C465.832%2C792.5%2C300.5%2C792.5L300.5%2C792.5z%22%2F%3E%20%3C%2Fg%3E%20%3Crect%20x%3D%22373.835%22%20y%3D%221005.833%22%20fill%3D%22%230052C2%22%20width%3D%2240%22%20height%3D%22186.667%22%2F%3E%20%3Crect%20x%3D%22280.5%22%20y%3D%221005.833%22%20fill%3D%22%230052C2%22%20width%3D%2240%22%20height%3D%22186.667%22%2F%3E%20%3Crect%20x%3D%22187.165%22%20y%3D%221005.833%22%20fill%3D%22%230052C2%22%20width%3D%2240%22%20height%3D%22186.667%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ico-slider-hover,
.ico-slider:hover {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%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%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%22600px%22%20height%3D%22600px%22%20viewBox%3D%22-299.5%20492.5%20600%20600%22%20enable-background%3D%22new%20-299.5%20492.5%20600%20600%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cg%3E%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M0.5%2C1079.167c-157.333%2C0-286.667-128.001-286.667-286.667c0-158.667%2C129.333-286.667%2C286.667-286.667%20%20%20c157.333%2C0%2C286.666%2C128%2C286.666%2C286.667C287.166%2C951.166%2C159.167%2C1079.167%2C0.5%2C1079.167z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M0.5%2C519.166c150.666%2C0%2C273.334%2C122.668%2C273.334%2C273.334S151.166%2C1065.834%2C0.5%2C1065.834%20%20%20c-150.667%2C0-273.333-122.668-273.333-273.334S-150.167%2C519.166%2C0.5%2C519.166%20M0.5%2C492.5c-165.333%2C0-300%2C134.667-300%2C300%20%20%20s134.667%2C300%2C300%2C300c165.333%2C0%2C300-134.667%2C300-300C300.5%2C627.166%2C165.833%2C492.5%2C0.5%2C492.5L0.5%2C492.5z%22%2F%3E%20%3C%2Fg%3E%20%3Crect%20x%3D%2273.833%22%20y%3D%22705.833%22%20fill%3D%22%23012169%22%20width%3D%2240%22%20height%3D%22186.667%22%2F%3E%20%3Crect%20x%3D%22-19.5%22%20y%3D%22705.833%22%20fill%3D%22%23012169%22%20width%3D%2240%22%20height%3D%22186.667%22%2F%3E%20%3Crect%20x%3D%22-112.833%22%20y%3D%22705.833%22%20fill%3D%22%23012169%22%20width%3D%2240%22%20height%3D%22186.667%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ico-slider-disabled,
.ico-slider.disabled {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%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%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%22600px%22%20height%3D%22600px%22%20viewBox%3D%220%200.5%20600%20600%22%20enable-background%3D%22new%200%200.5%20600%20600%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cg%3E%20%20%3Cpath%20fill%3D%22%23ECE6DD%22%20d%3D%22M300%2C586.667C142.667%2C586.667%2C13.333%2C458.666%2C13.333%2C300C13.333%2C141.333%2C142.667%2C13.333%2C300%2C13.333%20%20%20c157.333%2C0%2C286.666%2C128%2C286.666%2C286.667C586.666%2C458.666%2C458.667%2C586.667%2C300%2C586.667z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M300%2C26.667c150.666%2C0%2C273.334%2C122.667%2C273.334%2C273.333c0%2C150.666-122.668%2C273.334-273.334%2C273.334%20%20%20C149.333%2C573.334%2C26.667%2C450.666%2C26.667%2C300C26.667%2C149.333%2C149.333%2C26.667%2C300%2C26.667%20M300%2C0C134.667%2C0%2C0%2C134.667%2C0%2C300%20%20%20s134.667%2C300%2C300%2C300c165.333%2C0%2C300-134.667%2C300-300C600%2C134.667%2C465.333%2C0%2C300%2C0L300%2C0z%22%2F%3E%20%3C%2Fg%3E%20%3Crect%20x%3D%22373.333%22%20y%3D%22213.333%22%20fill%3D%22%23D1C9C0%22%20width%3D%2240%22%20height%3D%22186.667%22%2F%3E%20%3Crect%20x%3D%22280%22%20y%3D%22213.333%22%20fill%3D%22%23D1C9C0%22%20width%3D%2240%22%20height%3D%22186.667%22%2F%3E%20%3Crect%20x%3D%22186.667%22%20y%3D%22213.333%22%20fill%3D%22%23D1C9C0%22%20width%3D%2240%22%20height%3D%22186.667%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-slider-handle:hover {
  cursor: pointer;
  cursor: -webkit-grab;
}
.ui-slider-handle:hover.ui-state-active {
  cursor: -webkit-grabbing;
}
.ico-meter {
  width: 273.714px;
  height: 238.286px;
}
.ico-meter-all {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%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%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%22273.714px%22%20height%3D%22238.286px%22%20viewBox%3D%220%200%20273.714%20238.286%22%20enable-background%3D%22new%200%200%20273.714%20238.286%22%20%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%2370BF4B%22%20d%3D%22M214.676%2C61.142l-42.646%2C42.646%20c9.049%2C9.049%2C14.646%2C21.549%2C14.646%2C35.354s-5.598%2C26.305-14.646%2C35.354l42.646%2C42.646%20C257.756%2C174.062%2C257.756%2C104.222%2C214.676%2C61.142z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%2303AD4F%22%20d%3D%22M136.676%2C89.142c13.805%2C0%2C26.305%2C5.598%2C35.354%2C14.646%20l42.646-42.646c-43.08-43.08-112.92-43.08-156%2C0l42.645%2C42.645C110.368%2C94.739%2C122.867%2C89.142%2C136.676%2C89.142z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%2305784A%22%20d%3D%22M86.676%2C139.142c0-13.806%2C5.596-26.307%2C14.645-35.355%20L58.676%2C61.142c-43.08%2C43.08-43.08%2C112.92%2C0%2C156l42.645-42.645C92.271%2C165.449%2C86.676%2C152.948%2C86.676%2C139.142z%22%2F%3E%3Cg%3E%20%3Cpath%20fill%3D%22%2305784A%22%20d%3D%22M14.22%2C189.666l2.252%2C0.101c-0.255%2C1.397%2C0.002%2C2.38%2C0.407%2C3.251c0.893%2C1.923%2C3.105%2C2.175%2C5.935%2C0.861%20%20c2.268-1.053%2C4.038-2.514%2C2.917-4.927c-0.228-0.49-0.717-1.498-2.398-2.79l1.461-1.649c1.258%2C0.761%2C2.523%2C2.489%2C3.062%2C3.65%20%20c1.903%2C4.101%2C0.054%2C6.767-3.756%2C8.536c-2.703%2C1.255-7.123%2C1.807-9.245-2.765C14.191%2C192.501%2C13.968%2C190.929%2C14.22%2C189.666z%22%2F%3E%20%3Cpath%20fill%3D%22%2305784A%22%20d%3D%22M23.753%2C177.87c1.189%2C3.441-0.555%2C5.376-3.221%2C6.297c-2.609%2C0.901-5.316%2C0.355-6.498-3.067%20%20c-1.195-3.459%2C0.643-5.428%2C3.233-6.323C19.858%2C173.883%2C22.532%2C174.335%2C23.753%2C177.87z%20M15.944%2C180.441%20%20c0.535%2C1.55%2C2.172%2C1.45%2C3.628%2C0.947c1.645-0.568%2C2.8-1.327%2C2.232-2.972c-0.529-1.531-2.02-1.376-3.551-0.847%20%20C16.779%2C178.079%2C15.409%2C178.891%2C15.944%2C180.441z%22%2F%3E%20%3Cpath%20fill%3D%22%2305784A%22%20d%3D%22M19.9%2C165.079l-5.91%2C1.419c-0.991%2C0.238-1.673%2C0.566-1.384%2C1.772c0.154%2C0.641%2C0.699%2C1.456%2C1.242%2C2.004%20%20l6.901-1.658l0.672%2C2.799l-9.564%2C2.297l-0.63-2.625l0.88-0.273l0.021-0.087c-1.005-0.931-1.735-2.174-1.955-3.088%20%20c-0.607-2.527%2C0.778-3.353%2C2.566-3.783l6.493-1.56L19.9%2C165.079z%22%2F%3E%20%3Cpath%20fill%3D%22%2305784A%22%20d%3D%22M8.581%2C154.128c0.213%2C0.07%2C1.6%2C0.289%2C1.833%2C0.356c-0.24%2C1.107-0.225%2C2.035-0.113%2C2.787%20%20c0.105%2C0.712%2C0.37%2C1.402%2C1.102%2C1.293c0.535-0.079%2C0.625-1.104%2C0.715-1.866c0.215-1.69%2C0.556-3.763%2C2.812-4.097%20%20c1.86-0.275%2C3.135%2C1.093%2C3.58%2C4.101c0.164%2C1.108%2C0.195%2C2.823-0.206%2C4.076l-1.852-0.353c0.336-1.688%2C0.24-2.887%2C0.143-3.54%20%20c-0.135-0.911-0.5-1.604-1.312-1.484c-0.772%2C0.114-0.81%2C1.09-0.958%2C2.002c-0.291%2C1.863-0.531%2C3.658-2.431%2C3.939%20%20c-1.86%2C0.275-3.163-1.008-3.558-3.68C8.183%2C156.634%2C8.179%2C155.24%2C8.581%2C154.128z%22%2F%3E%20%3Cpath%20fill%3D%22%2305784A%22%20d%3D%22M11.719%2C141.833l1.018-0.062l0.392%2C6.406c1.497-0.091%2C2.213-0.836%2C2.105-2.593%20%20c-0.065-1.058-0.37-2.121-0.812-3.115l1.721-0.687c0.798%2C1.253%2C1.149%2C2.734%2C1.232%2C4.092c0.242%2C3.952-2.015%2C5.051-4.709%2C5.216%20%20c-2.155%2C0.132-5.225-0.602-5.462-4.474C6.946%2C142.405%2C9.962%2C141.94%2C11.719%2C141.833z%20M11.37%2C148.245l-0.23-3.772%20%20c-1.296%2C0.1-2.21%2C0.556-2.127%2C1.913C9.099%2C147.802%2C10.186%2C148.217%2C11.37%2C148.245z%22%2F%3E%20%3Cpath%20fill%3D%22%2305784A%22%20d%3D%22M9.33%2C136.53c-1.904-0.974-2.319-2.422-2.294-3.842l2.561%2C0.045c-0.002%2C1.281%2C0.433%2C2.689%2C1.953%2C3.876%20%20l5.481%2C0.096l-0.05%2C2.861l-9.842-0.173l0.048-2.72l2.102-0.043L9.33%2C136.53z%22%2F%3E%20%3Cpath%20fill%3D%22%2305784A%22%20d%3D%22M15.684%2C127.042c-0.249-0.125-2.467-0.881-3.452-1.298c-1.232-0.561-3.961-1.648-4.23-1.775l0.277-2.868%20%20c1.942%2C0.911%2C7.55%2C3.402%2C9.472%2C4.311l-0.375%2C3.883c-2.059%2C0.504-8.042%2C1.896-10.12%2C2.399l0.289-2.987l4.696-0.974%20%20c0.718-0.152%2C2.734-0.419%2C3.434-0.593L15.684%2C127.042z%22%2F%3E%20%3Cpath%20fill%3D%22%2305784A%22%20d%3D%22M19.902%2C112.32l-0.473%2C2.496l-0.981-0.084c-0.02-0.003-0.023%2C0.016-0.047%2C0.032%20%20c0.922%2C1.579%2C0.685%2C2.939%2C0.581%2C3.489c-0.455%2C2.398-2.256%2C2.667-3.376%2C2.455c-2.005-0.38-2.693-2.119-2.428-4.165%20%20c0.083-0.758%2C0.259-1.906%2C0.342-2.664l-0.236-0.044c-1.101-0.208-1.738%2C0.037-2.009%2C1.472c-0.179%2C0.943-0.213%2C2.199-0.09%2C3.159%20%20c-0.616%2C0.026-1.235%2C0.071-1.834%2C0.121c-0.275-1.233-0.273-2.963-0.013-4.339c0.439-2.319%2C1.583-3.629%2C4.079-3.156L19.902%2C112.32z%20%20%20M14.861%2C116.149c-0.097%2C0.938%2C0.293%2C1.46%2C1.06%2C1.605c0.806%2C0.153%2C1.312-0.158%2C1.488-1.082c0.112-0.59-0.058-1.416-0.489-2.149%20%20l-1.848-0.35L14.861%2C116.149z%22%2F%3E%20%3Cpath%20fill%3D%22%2305784A%22%20d%3D%22M9.238%2C103.63l2.605%2C0.71l0.753-2.76l1.814%2C0.495l-0.753%2C2.76l4.285%2C1.168%20%20c1.004%2C0.274%2C1.546%2C0.11%2C1.814-0.874c0.095-0.347%2C0.162-0.972%2C0.197-1.709l1.89%2C0.142c0.146%2C0.911%2C0.025%2C2.039-0.196%2C2.85%20%20c-0.721%2C2.645-2.208%2C2.924-3.713%2C2.513l-5.019-1.369l-0.363%2C1.332l-1.505-0.411l-0.033-1.626c-0.292-0.225-1.797-1.092-2.094-1.297%20%20L9.238%2C103.63z%22%2F%3E%20%3Cpath%20fill%3D%22%2305784A%22%20d%3D%22M12.736%2C97.321c-0.337%2C1.005-1.167%2C1.339-1.963%2C1.072c-0.834-0.28-1.27-1.059-0.938-2.045%20%20c0.35-1.043%2C1.167-1.402%2C2.001-1.122C12.632%2C95.492%2C13.086%2C96.277%2C12.736%2C97.321z%20M22.754%2C102.18l-9.332-3.13l0.91-2.712%20%20l9.332%2C3.13L22.754%2C102.18z%22%2F%3E%20%3Cpath%20fill%3D%22%2305784A%22%20d%3D%22M24.459%2C92.103c-0.202-0.192-2.099-1.567-2.917-2.255c-1.013-0.898-3.3-2.74-3.521-2.94l1.107-2.659%20%20c1.588%2C1.441%2C6.215%2C5.471%2C7.784%2C6.904l-1.5%2C3.6c-2.116-0.123-8.242-0.551-10.376-0.682l1.153-2.77l4.774%2C0.45%20%20c0.73%2C0.066%2C2.735%2C0.403%2C3.456%2C0.443L24.459%2C92.103z%22%2F%3E%20%3Cpath%20fill%3D%22%2305784A%22%20d%3D%22M28.294%2C76.643l0.902%2C0.476l-2.998%2C5.677c1.326%2C0.701%2C2.325%2C0.437%2C3.147-1.12%20%20c0.495-0.938%2C0.787-2.004%2C0.927-3.084l1.827%2C0.309c0.03%2C1.486-0.441%2C2.934-1.076%2C4.136c-1.849%2C3.502-4.349%2C3.268-6.736%2C2.007%20%20c-1.91-1.009-4.151-3.232-2.339-6.663C23.919%2C74.649%2C26.738%2C75.821%2C28.294%2C76.643z%20M24.661%2C81.939l1.765-3.342%20%20c-1.159-0.589-2.177-0.675-2.812%2C0.528C22.951%2C80.38%2C23.665%2C81.299%2C24.661%2C81.939z%22%2F%3E%20%3Cpath%20fill%3D%22%2303AD4F%22%20d%3D%22M102.59%2C15.346l-0.651%2C9.231l-2.312%2C0.718l-5.643-7.17l-0.058%2C0.018l2.51%2C8.145l-2.713%2C0.843l-4.078-13.125%20%20l3.477-1.081l6.533%2C8.486l0.153-0.047l0.708-10.736l3.362-1.045l4.078%2C13.125l-2.751%2C0.855l-2.558-8.234L102.59%2C15.346z%22%2F%3E%20%3Cpath%20fill%3D%22%2303AD4F%22%20d%3D%22M115.271%2C21.61c-3.583%2C0.639-5.223-1.384-5.717-4.16c-0.484-2.716%2C0.476-5.304%2C4.039-5.939%20%20c3.602-0.643%2C5.26%2C1.479%2C5.741%2C4.175C119.813%2C18.383%2C118.951%2C20.954%2C115.271%2C21.61z%20M113.946%2C13.499%20%20c-1.614%2C0.288-1.77%2C1.92-1.5%2C3.436c0.305%2C1.713%2C0.875%2C2.972%2C2.587%2C2.667c1.594-0.284%2C1.673-1.781%2C1.389-3.375%20%20C116.149%2C14.69%2C115.56%2C13.211%2C113.946%2C13.499z%22%2F%3E%20%3Cpath%20fill%3D%22%2303AD4F%22%20d%3D%22M127.881%2C10.388l-0.387-4.866l2.852-0.227l1.135%2C14.259l-2.612%2C0.208l-0.17-0.87%20%20c-0.021-0.019-0.043-0.037-0.063-0.035c-0.895%2C0.854-2.089%2C1.23-2.927%2C1.296c-3.051%2C0.243-4.065-1.904-4.271-4.497%20%20c-0.241-3.031%2C0.692-5.434%2C3.803-5.681C125.877%2C9.925%2C127.025%2C9.974%2C127.881%2C10.388z%20M128.04%2C12.382%20%20c-0.481-0.243-1.379-0.432-2.018-0.381c-0.977%2C0.078-1.928%2C0.735-1.715%2C3.408c0.184%2C2.313%2C1.083%2C2.764%2C2.16%2C2.678%20%20c0.578-0.046%2C1.524-0.523%2C1.956-0.898L128.04%2C12.382z%22%2F%3E%20%3Cpath%20fill%3D%22%2303AD4F%22%20d%3D%22M142.709%2C14.379l-0.014%2C1.021l-6.421-0.088c-0.021%2C1.5%2C0.669%2C2.27%2C2.43%2C2.294%20%20c1.06%2C0.015%2C2.144-0.211%2C3.169-0.577l0.556%2C1.768c-1.311%2C0.702-2.814%2C0.942-4.174%2C0.923c-3.961-0.055-4.889-2.388-4.853-5.089%20%20c0.03-2.161%2C0.992-5.168%2C4.873-5.115C142.495%2C9.575%2C142.733%2C12.619%2C142.709%2C14.379z%20M136.337%2C13.552l3.781%2C0.052%20%20c-0.002-1.3-0.389-2.246-1.75-2.265C136.948%2C11.319%2C136.454%2C12.373%2C136.337%2C13.552z%22%2F%3E%20%3Cpath%20fill%3D%22%2303AD4F%22%20d%3D%22M148.17%2C12.399c1.113-1.825%2C2.587-2.13%2C4.001-1.999l-0.236%2C2.549c-1.276-0.098-2.712%2C0.23-4.01%2C1.657%20%20l-0.506%2C5.456l-2.847-0.264l0.908-9.797l2.708%2C0.251l-0.114%2C2.098L148.17%2C12.399z%22%2F%3E%20%3Cpath%20fill%3D%22%2303AD4F%22%20d%3D%22M160.816%2C21.998l-2.504-0.43l0.067-0.983c0.003-0.02-0.017-0.023-0.033-0.046%20%20c-1.563%2C0.949-2.927%2C0.735-3.479%2C0.64c-2.405-0.413-2.706-2.21-2.512-3.334c0.345-2.011%2C2.072-2.729%2C4.123-2.498%20%20c0.759%2C0.069%2C1.91%2C0.227%2C2.669%2C0.296l0.041-0.236c0.19-1.104-0.067-1.737-1.506-1.984c-0.946-0.163-2.203-0.175-3.16-0.035%20%20c-0.037-0.615-0.093-1.234-0.152-1.833c1.229-0.296%2C2.958-0.324%2C4.338-0.087c2.326%2C0.4%2C3.656%2C1.521%2C3.226%2C4.025L160.816%2C21.998z%20%20%20M156.901%2C17.022c-0.94-0.081-1.455%2C0.318-1.587%2C1.087c-0.139%2C0.809%2C0.181%2C1.31%2C1.108%2C1.469c0.591%2C0.102%2C1.414-0.082%2C2.14-0.525%20%20l0.318-1.853L156.901%2C17.022z%22%2F%3E%20%3Cpath%20fill%3D%22%2303AD4F%22%20d%3D%22M169.332%2C11.191l-0.665%2C2.616l2.771%2C0.705l-0.463%2C1.822l-2.771-0.705l-1.094%2C4.302%20%20c-0.256%2C1.008-0.084%2C1.547%2C0.904%2C1.798c0.349%2C0.088%2C0.975%2C0.145%2C1.711%2C0.167l-0.109%2C1.891c-0.908%2C0.161-2.037%2C0.06-2.851-0.147%20%20c-2.655-0.675-2.959-2.155-2.575-3.667l1.281-5.039l-1.337-0.34l0.384-1.512l1.625-0.061c0.219-0.295%2C1.06-1.814%2C1.26-2.114%20%20L169.332%2C11.191z%22%2F%3E%20%3Cpath%20fill%3D%22%2303AD4F%22%20d%3D%22M180.942%2C22.448l-0.329%2C0.966l-6.079-2.067c-0.483%2C1.42-0.065%2C2.365%2C1.602%2C2.932%20%20c1.004%2C0.341%2C2.104%2C0.462%2C3.191%2C0.43l-0.017%2C1.854c-1.463%2C0.263-2.967%2C0.026-4.254-0.412c-3.75-1.275-3.911-3.781-3.042-6.337%20%20c0.695-2.045%2C2.539-4.608%2C6.212-3.359C182.222%2C17.813%2C181.508%2C20.782%2C180.942%2C22.448z%20M175.139%2C19.693l3.579%2C1.217%20%20c0.399-1.237%2C0.324-2.256-0.964-2.694C176.41%2C17.759%2C175.614%2C18.608%2C175.139%2C19.693z%22%2F%3E%20%3Cpath%20fill%3D%22%2370BF4B%22%20d%3D%22M248.274%2C97.392l2.554-2.064l-1.876-4.657l-3.28%2C0.265l-1.099-2.728l14.497-0.795l1.391%2C3.451l-11.05%2C9.349%20%20L248.274%2C97.392z%20M255.437%2C91.723l2.465-1.856l-0.037-0.093l-3.171%2C0.372l-3.647%2C0.37l1.413%2C3.507L255.437%2C91.723z%22%2F%3E%20%3Cpath%20fill%3D%22%2370BF4B%22%20d%3D%22M260.931%2C104.93l1.203%2C3.318l-1.538%2C0.442l-0.431-1.5l-0.093-0.035c-0.335%2C0.429-0.931%2C0.746-1.469%2C0.9%20%20c-1.884%2C0.542-3.546-0.896-4.192-3.146l-0.332-1.153c-0.259-0.904-0.768-1.153-1.172-1.037c-0.346%2C0.1-0.508%2C0.479-0.342%2C1.056%20%20l0.944%2C3.288c0.563%2C1.961%2C0.049%2C3.503-1.624%2C3.984c-1.826%2C0.525-4.161-0.719-5.227-4.43c-1.055-3.672%2C0.358-4.911%2C1.377-5.203%20%20c0.846-0.243%2C1.894%2C0.143%2C2.417%2C0.804c0.102-2.11%2C2.879-2.513%2C3.805-0.594l0.096-0.027c0.2-0.682%2C0.784-1.329%2C1.822-1.627%20%20c2.307-0.663%2C3.87%2C1.011%2C4.456%2C3.049C260.824%2C103.691%2C260.941%2C104.386%2C260.931%2C104.93z%20M250.791%2C104.409%20%20c-0.281-0.398-0.896-0.658-1.416-0.509c-0.558%2C0.16-1.208%2C0.722-0.739%2C2.356c0.481%2C1.673%2C1.402%2C2.199%2C2.152%2C1.983%20%20c0.596-0.171%2C0.942-0.562%2C0.566-1.869L250.791%2C104.409z%20M258.764%2C103.617c-0.26-0.903-1.049-1.114-1.683-0.932%20%20c-0.711%2C0.205-1.186%2C0.799-0.954%2C1.606c0.221%2C0.769%2C0.878%2C1.247%2C1.705%2C1.009C258.485%2C105.112%2C259.029%2C104.54%2C258.764%2C103.617z%22%2F%3E%20%3Cpath%20fill%3D%22%2370BF4B%22%20d%3D%22M263.547%2C116.756l0.886%2C3.415l-1.572%2C0.295l-0.288-1.533l-0.09-0.044c-0.373%2C0.396-0.996%2C0.655-1.546%2C0.758%20%20c-1.926%2C0.362-3.445-1.225-3.877-3.524l-0.221-1.179c-0.174-0.924-0.657-1.22-1.069-1.142c-0.354%2C0.066-0.55%2C0.429-0.439%2C1.019%20%20l0.631%2C3.36c0.377%2C2.005-0.28%2C3.492-1.99%2C3.813c-1.867%2C0.351-4.074-1.107-4.787-4.9c-0.705-3.754%2C0.818-4.854%2C1.859-5.049%20%20c0.865-0.163%2C1.871%2C0.32%2C2.33%2C1.027c0.299-2.091%2C3.101-2.231%2C3.842-0.234l0.098-0.019c0.263-0.66%2C0.905-1.248%2C1.966-1.448%20%20c2.358-0.443%2C3.757%2C1.37%2C4.148%2C3.453C263.557%2C115.513%2C263.608%2C116.216%2C263.547%2C116.756z%20M253.504%2C115.286%20%20c-0.242-0.422-0.831-0.739-1.361-0.64c-0.57%2C0.107-1.27%2C0.605-0.956%2C2.275c0.321%2C1.71%2C1.188%2C2.32%2C1.955%2C2.176%20%20c0.609-0.115%2C0.99-0.471%2C0.739-1.807L253.504%2C115.286z%20M261.513%2C115.246c-0.174-0.923-0.939-1.207-1.587-1.085%20%20c-0.728%2C0.137-1.255%2C0.684-1.1%2C1.509c0.147%2C0.786%2C0.757%2C1.323%2C1.602%2C1.164C261.096%2C116.708%2C261.69%2C116.189%2C261.513%2C115.246z%22%2F%3E%20%3Cpath%20fill%3D%22%2370BF4B%22%20d%3D%22M262.624%2C125.448c2.008%2C0.731%2C2.598%2C2.116%2C2.749%2C3.527l-2.545%2C0.271c-0.156-1.271-0.762-2.613-2.416-3.604%20%20l-5.448%2C0.582l-0.303-2.843l9.782-1.043l0.288%2C2.704l-2.079%2C0.302L262.624%2C125.448z%22%2F%3E%20%3Cpath%20fill%3D%22%2370BF4B%22%20d%3D%22M260.948%2C140.039l-1.02%2C0.028l-0.176-6.417c-1.499%2C0.042-2.24%2C0.762-2.191%2C2.521%20%20c0.029%2C1.059%2C0.299%2C2.132%2C0.707%2C3.141l-1.743%2C0.628c-0.755-1.279-1.056-2.771-1.094-4.131c-0.109-3.958%2C2.184-4.981%2C4.882-5.055%20%20c2.159-0.059%2C5.202%2C0.777%2C5.309%2C4.655C265.738%2C139.627%2C262.707%2C139.99%2C260.948%2C140.039z%20M261.513%2C133.642l0.104%2C3.778%20%20c1.299-0.056%2C2.228-0.481%2C2.19-1.84C263.767%2C134.16%2C262.695%2C133.709%2C261.513%2C133.642z%22%2F%3E%20%3Cpath%20fill%3D%22%2370BF4B%22%20d%3D%22M264.473%2C150.088c-0.193-0.111-1.506-0.608-1.72-0.721c0.46-1.035%2C0.634-1.946%2C0.678-2.704%20%20c0.042-0.719-0.076-1.446-0.814-1.489c-0.539-0.031-0.836%2C0.953-1.079%2C1.68c-0.554%2C1.61-1.309%2C3.568-3.584%2C3.437%20%20c-1.876-0.109-2.845-1.708-2.668-4.741c0.065-1.118%2C0.383-2.801%2C1.03-3.945l1.741%2C0.722c-0.673%2C1.583-0.822%2C2.776-0.861%2C3.434%20%20c-0.053%2C0.918%2C0.164%2C1.672%2C0.982%2C1.719c0.778%2C0.045%2C1.014-0.902%2C1.344-1.764c0.664-1.764%2C1.263-3.471%2C3.179-3.36%20%20c1.876%2C0.109%2C2.889%2C1.63%2C2.732%2C4.324C265.372%2C147.717%2C265.092%2C149.083%2C264.473%2C150.088z%22%2F%3E%20%3Cpath%20fill%3D%22%2370BF4B%22%20d%3D%22M263.13%2C160.547c-0.184-0.127-1.452-0.73-1.656-0.86c0.544-0.994%2C0.792-1.888%2C0.897-2.641%20%20c0.101-0.713%2C0.042-1.448-0.69-1.552c-0.535-0.075-0.912%2C0.881-1.214%2C1.586c-0.684%2C1.56-1.597%2C3.451-3.855%2C3.133%20%20c-1.862-0.263-2.697-1.936-2.272-4.946c0.157-1.109%2C0.612-2.762%2C1.351-3.85l1.676%2C0.863c-0.8%2C1.523-1.047%2C2.7-1.139%2C3.354%20%20c-0.128%2C0.911%2C0.026%2C1.68%2C0.838%2C1.794c0.772%2C0.109%2C1.084-0.816%2C1.485-1.649c0.806-1.704%2C1.544-3.357%2C3.445-3.089%20%20c1.861%2C0.262%2C2.747%2C1.862%2C2.37%2C4.536C264.221%2C158.257%2C263.83%2C159.596%2C263.13%2C160.547z%22%2F%3E%20%3Cpath%20fill%3D%22%2370BF4B%22%20d%3D%22M253.424%2C161.799l9.632%2C2.004l-0.583%2C2.8l-9.632-2.004L253.424%2C161.799z%20M263.941%2C165.438%20%20c0.216-1.038%2C1-1.467%2C1.822-1.296c0.861%2C0.179%2C1.385%2C0.901%2C1.173%2C1.919c-0.224%2C1.077-0.992%2C1.53-1.854%2C1.351%20%20C264.26%2C167.24%2C263.717%2C166.515%2C263.941%2C165.438z%22%2F%3E%20%3Cpath%20fill%3D%22%2370BF4B%22%20d%3D%22M252.929%2C172.008c0.223%2C0.167%2C2.27%2C1.306%2C3.165%2C1.891c1.112%2C0.771%2C3.602%2C2.326%2C3.844%2C2.498l-0.782%2C2.771%20%20c-1.748-1.241-6.82-4.688-8.548-5.924l1.059-3.752c2.114-0.13%2C8.246-0.435%2C10.379-0.56l-0.815%2C2.886l-4.792%2C0.122%20%20c-0.733%2C0.021-2.763-0.074-3.482-0.027L252.929%2C172.008z%22%2F%3E%20%3Cpath%20fill%3D%22%2370BF4B%22%20d%3D%22M250.967%2C187.82l-0.953-0.365l2.297-5.996c-1.401-0.537-2.361-0.155-2.991%2C1.489%20%20c-0.379%2C0.99-0.542%2C2.084-0.552%2C3.173l-1.851-0.088c-0.207-1.471%2C0.087-2.965%2C0.573-4.235c1.417-3.698%2C3.927-3.764%2C6.448-2.798%20%20c2.018%2C0.773%2C4.508%2C2.713%2C3.12%2C6.336C255.55%2C189.276%2C252.611%2C188.45%2C250.967%2C187.82z%20M253.941%2C182.127l-1.353%2C3.53%20%20c1.221%2C0.446%2C2.242%2C0.409%2C2.729-0.861C255.826%2C183.47%2C255.007%2C182.643%2C253.941%2C182.127z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ico-meter-aggressive {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%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%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%22273.714px%22%20height%3D%22238.286px%22%20viewBox%3D%220%200%20273.714%20238.286%22%20enable-background%3D%22new%200%200%20273.714%20238.286%22%20%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%2370BF4B%22%20d%3D%22M214.676%2C61.142l-42.646%2C42.646%20c9.049%2C9.049%2C14.646%2C21.549%2C14.646%2C35.354s-5.598%2C26.305-14.646%2C35.354l42.646%2C42.646%20C257.756%2C174.062%2C257.756%2C104.222%2C214.676%2C61.142z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23EBE5DD%22%20d%3D%22M136.676%2C89.142c13.805%2C0%2C26.305%2C5.598%2C35.354%2C14.646%20l42.646-42.646c-43.08-43.08-112.92-43.08-156%2C0l42.645%2C42.645C110.368%2C94.739%2C122.867%2C89.142%2C136.676%2C89.142z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23EBE5DD%22%20d%3D%22M86.676%2C139.142c0-13.806%2C5.596-26.307%2C14.645-35.355%20L58.676%2C61.142c-43.08%2C43.08-43.08%2C112.92%2C0%2C156l42.645-42.645C92.271%2C165.449%2C86.676%2C152.948%2C86.676%2C139.142z%22%2F%3E%3Cg%3E%20%3Cpath%20fill%3D%22%23D1C8BF%22%20d%3D%22M14.22%2C189.666l2.252%2C0.101c-0.255%2C1.397%2C0.002%2C2.38%2C0.407%2C3.251c0.893%2C1.923%2C3.105%2C2.175%2C5.935%2C0.861%20%20c2.268-1.053%2C4.038-2.514%2C2.917-4.927c-0.228-0.49-0.717-1.498-2.398-2.79l1.461-1.649c1.258%2C0.761%2C2.523%2C2.489%2C3.062%2C3.65%20%20c1.903%2C4.101%2C0.054%2C6.767-3.756%2C8.536c-2.703%2C1.255-7.123%2C1.807-9.245-2.765C14.191%2C192.501%2C13.968%2C190.929%2C14.22%2C189.666z%22%2F%3E%20%3Cpath%20fill%3D%22%23D1C8BF%22%20d%3D%22M23.753%2C177.87c1.189%2C3.441-0.555%2C5.376-3.221%2C6.297c-2.609%2C0.901-5.316%2C0.355-6.498-3.067%20%20c-1.195-3.459%2C0.643-5.428%2C3.233-6.323C19.858%2C173.883%2C22.532%2C174.335%2C23.753%2C177.87z%20M15.944%2C180.441%20%20c0.535%2C1.55%2C2.172%2C1.45%2C3.628%2C0.947c1.645-0.568%2C2.8-1.327%2C2.232-2.972c-0.529-1.531-2.02-1.376-3.551-0.847%20%20C16.779%2C178.079%2C15.409%2C178.891%2C15.944%2C180.441z%22%2F%3E%20%3Cpath%20fill%3D%22%23D1C8BF%22%20d%3D%22M19.9%2C165.079l-5.91%2C1.419c-0.991%2C0.238-1.673%2C0.566-1.384%2C1.772c0.154%2C0.641%2C0.699%2C1.456%2C1.242%2C2.004%20%20l6.901-1.658l0.672%2C2.799l-9.564%2C2.297l-0.63-2.625l0.88-0.273l0.021-0.087c-1.005-0.931-1.735-2.174-1.955-3.088%20%20c-0.607-2.527%2C0.778-3.353%2C2.566-3.783l6.493-1.56L19.9%2C165.079z%22%2F%3E%20%3Cpath%20fill%3D%22%23D1C8BF%22%20d%3D%22M8.581%2C154.128c0.213%2C0.07%2C1.6%2C0.289%2C1.833%2C0.356c-0.24%2C1.107-0.225%2C2.035-0.113%2C2.787%20%20c0.105%2C0.712%2C0.37%2C1.402%2C1.102%2C1.293c0.535-0.079%2C0.625-1.104%2C0.715-1.866c0.215-1.69%2C0.556-3.763%2C2.812-4.097%20%20c1.86-0.275%2C3.135%2C1.093%2C3.58%2C4.101c0.164%2C1.108%2C0.195%2C2.823-0.206%2C4.076l-1.852-0.353c0.336-1.688%2C0.24-2.887%2C0.143-3.54%20%20c-0.135-0.911-0.5-1.604-1.312-1.484c-0.772%2C0.114-0.81%2C1.09-0.958%2C2.002c-0.291%2C1.863-0.531%2C3.658-2.431%2C3.939%20%20c-1.86%2C0.275-3.163-1.008-3.558-3.68C8.183%2C156.634%2C8.179%2C155.24%2C8.581%2C154.128z%22%2F%3E%20%3Cpath%20fill%3D%22%23D1C8BF%22%20d%3D%22M11.719%2C141.833l1.018-0.062l0.392%2C6.406c1.497-0.091%2C2.213-0.836%2C2.105-2.593%20%20c-0.065-1.058-0.37-2.121-0.812-3.115l1.721-0.687c0.798%2C1.253%2C1.149%2C2.734%2C1.232%2C4.092c0.242%2C3.952-2.015%2C5.051-4.709%2C5.216%20%20c-2.155%2C0.132-5.225-0.602-5.462-4.474C6.946%2C142.405%2C9.962%2C141.94%2C11.719%2C141.833z%20M11.37%2C148.245l-0.23-3.772%20%20c-1.296%2C0.1-2.21%2C0.556-2.127%2C1.913C9.099%2C147.802%2C10.186%2C148.217%2C11.37%2C148.245z%22%2F%3E%20%3Cpath%20fill%3D%22%23D1C8BF%22%20d%3D%22M9.33%2C136.53c-1.904-0.974-2.319-2.422-2.294-3.842l2.561%2C0.045c-0.002%2C1.281%2C0.433%2C2.689%2C1.953%2C3.876%20%20l5.481%2C0.096l-0.05%2C2.861l-9.842-0.173l0.048-2.72l2.102-0.043L9.33%2C136.53z%22%2F%3E%20%3Cpath%20fill%3D%22%23D1C8BF%22%20d%3D%22M15.684%2C127.042c-0.249-0.125-2.467-0.881-3.452-1.298c-1.232-0.561-3.961-1.648-4.23-1.775l0.277-2.868%20%20c1.942%2C0.911%2C7.55%2C3.402%2C9.472%2C4.311l-0.375%2C3.883c-2.059%2C0.504-8.042%2C1.896-10.12%2C2.399l0.289-2.987l4.696-0.974%20%20c0.718-0.152%2C2.734-0.419%2C3.434-0.593L15.684%2C127.042z%22%2F%3E%20%3Cpath%20fill%3D%22%23D1C8BF%22%20d%3D%22M19.902%2C112.32l-0.473%2C2.496l-0.981-0.084c-0.02-0.003-0.023%2C0.016-0.047%2C0.032%20%20c0.922%2C1.579%2C0.685%2C2.939%2C0.581%2C3.489c-0.455%2C2.398-2.256%2C2.667-3.376%2C2.455c-2.005-0.38-2.693-2.119-2.428-4.165%20%20c0.083-0.758%2C0.259-1.906%2C0.342-2.664l-0.236-0.044c-1.101-0.208-1.738%2C0.037-2.009%2C1.472c-0.179%2C0.943-0.213%2C2.199-0.09%2C3.159%20%20c-0.616%2C0.026-1.235%2C0.071-1.834%2C0.121c-0.275-1.233-0.273-2.963-0.013-4.339c0.439-2.319%2C1.583-3.629%2C4.079-3.156L19.902%2C112.32z%20%20%20M14.861%2C116.149c-0.097%2C0.938%2C0.293%2C1.46%2C1.06%2C1.605c0.806%2C0.153%2C1.312-0.158%2C1.488-1.082c0.112-0.59-0.058-1.416-0.489-2.149%20%20l-1.848-0.35L14.861%2C116.149z%22%2F%3E%20%3Cpath%20fill%3D%22%23D1C8BF%22%20d%3D%22M9.238%2C103.63l2.605%2C0.71l0.753-2.76l1.814%2C0.495l-0.753%2C2.76l4.285%2C1.168%20%20c1.004%2C0.274%2C1.546%2C0.11%2C1.814-0.874c0.095-0.347%2C0.162-0.972%2C0.197-1.709l1.89%2C0.142c0.146%2C0.911%2C0.025%2C2.039-0.196%2C2.85%20%20c-0.721%2C2.645-2.208%2C2.924-3.713%2C2.513l-5.019-1.369l-0.363%2C1.332l-1.505-0.411l-0.033-1.626c-0.292-0.225-1.797-1.092-2.094-1.297%20%20L9.238%2C103.63z%22%2F%3E%20%3Cpath%20fill%3D%22%23D1C8BF%22%20d%3D%22M12.736%2C97.321c-0.337%2C1.005-1.167%2C1.339-1.963%2C1.072c-0.834-0.28-1.27-1.059-0.938-2.045%20%20c0.35-1.043%2C1.167-1.402%2C2.001-1.122C12.632%2C95.492%2C13.086%2C96.277%2C12.736%2C97.321z%20M22.754%2C102.18l-9.332-3.13l0.91-2.712%20%20l9.332%2C3.13L22.754%2C102.18z%22%2F%3E%20%3Cpath%20fill%3D%22%23D1C8BF%22%20d%3D%22M24.459%2C92.103c-0.202-0.192-2.099-1.567-2.917-2.255c-1.013-0.898-3.3-2.74-3.521-2.94l1.107-2.659%20%20c1.588%2C1.441%2C6.215%2C5.471%2C7.784%2C6.904l-1.5%2C3.6c-2.116-0.123-8.242-0.551-10.376-0.682l1.153-2.77l4.774%2C0.45%20%20c0.73%2C0.066%2C2.735%2C0.403%2C3.456%2C0.443L24.459%2C92.103z%22%2F%3E%20%3Cpath%20fill%3D%22%23D1C8BF%22%20d%3D%22M28.294%2C76.643l0.902%2C0.476l-2.998%2C5.677c1.326%2C0.701%2C2.325%2C0.437%2C3.147-1.12%20%20c0.495-0.938%2C0.787-2.004%2C0.927-3.084l1.827%2C0.309c0.03%2C1.486-0.441%2C2.934-1.076%2C4.136c-1.849%2C3.502-4.349%2C3.268-6.736%2C2.007%20%20c-1.91-1.009-4.151-3.232-2.339-6.663C23.919%2C74.649%2C26.738%2C75.821%2C28.294%2C76.643z%20M24.661%2C81.939l1.765-3.342%20%20c-1.159-0.589-2.177-0.675-2.812%2C0.528C22.951%2C80.38%2C23.665%2C81.299%2C24.661%2C81.939z%22%2F%3E%20%3Cpath%20fill%3D%22%23D1C8BF%22%20d%3D%22M102.59%2C15.346l-0.651%2C9.231l-2.312%2C0.718l-5.643-7.17l-0.058%2C0.018l2.51%2C8.145l-2.713%2C0.843l-4.078-13.125%20%20l3.477-1.081l6.533%2C8.486l0.153-0.047l0.708-10.736l3.362-1.045l4.078%2C13.125l-2.751%2C0.855l-2.558-8.234L102.59%2C15.346z%22%2F%3E%20%3Cpath%20fill%3D%22%23D1C8BF%22%20d%3D%22M115.271%2C21.61c-3.583%2C0.639-5.223-1.384-5.717-4.16c-0.484-2.716%2C0.476-5.304%2C4.039-5.939%20%20c3.602-0.643%2C5.26%2C1.479%2C5.741%2C4.175C119.813%2C18.383%2C118.951%2C20.954%2C115.271%2C21.61z%20M113.946%2C13.499%20%20c-1.614%2C0.288-1.77%2C1.92-1.5%2C3.436c0.305%2C1.713%2C0.875%2C2.972%2C2.587%2C2.667c1.594-0.284%2C1.673-1.781%2C1.389-3.375%20%20C116.149%2C14.69%2C115.56%2C13.211%2C113.946%2C13.499z%22%2F%3E%20%3Cpath%20fill%3D%22%23D1C8BF%22%20d%3D%22M127.881%2C10.388l-0.387-4.866l2.852-0.227l1.135%2C14.259l-2.612%2C0.208l-0.17-0.87%20%20c-0.021-0.019-0.043-0.037-0.063-0.035c-0.895%2C0.854-2.089%2C1.23-2.927%2C1.296c-3.051%2C0.243-4.065-1.904-4.271-4.497%20%20c-0.241-3.031%2C0.692-5.434%2C3.803-5.681C125.877%2C9.925%2C127.025%2C9.974%2C127.881%2C10.388z%20M128.04%2C12.382%20%20c-0.481-0.243-1.379-0.432-2.018-0.381c-0.977%2C0.078-1.928%2C0.735-1.715%2C3.408c0.184%2C2.313%2C1.083%2C2.764%2C2.16%2C2.678%20%20c0.578-0.046%2C1.524-0.523%2C1.956-0.898L128.04%2C12.382z%22%2F%3E%20%3Cpath%20fill%3D%22%23D1C8BF%22%20d%3D%22M142.709%2C14.379l-0.014%2C1.021l-6.421-0.088c-0.021%2C1.5%2C0.669%2C2.27%2C2.43%2C2.294%20%20c1.06%2C0.015%2C2.144-0.211%2C3.169-0.577l0.556%2C1.768c-1.311%2C0.702-2.814%2C0.942-4.174%2C0.923c-3.961-0.055-4.889-2.388-4.853-5.089%20%20c0.03-2.161%2C0.992-5.168%2C4.873-5.115C142.495%2C9.575%2C142.733%2C12.619%2C142.709%2C14.379z%20M136.337%2C13.552l3.781%2C0.052%20%20c-0.002-1.3-0.389-2.246-1.75-2.265C136.948%2C11.319%2C136.454%2C12.373%2C136.337%2C13.552z%22%2F%3E%20%3Cpath%20fill%3D%22%23D1C8BF%22%20d%3D%22M148.17%2C12.399c1.113-1.825%2C2.587-2.13%2C4.001-1.999l-0.236%2C2.549c-1.276-0.098-2.712%2C0.23-4.01%2C1.657%20%20l-0.506%2C5.456l-2.847-0.264l0.908-9.797l2.708%2C0.251l-0.114%2C2.098L148.17%2C12.399z%22%2F%3E%20%3Cpath%20fill%3D%22%23D1C8BF%22%20d%3D%22M160.816%2C21.998l-2.504-0.43l0.067-0.983c0.003-0.02-0.017-0.023-0.033-0.046%20%20c-1.563%2C0.949-2.927%2C0.735-3.479%2C0.64c-2.405-0.413-2.706-2.21-2.512-3.334c0.345-2.011%2C2.072-2.729%2C4.123-2.498%20%20c0.759%2C0.069%2C1.91%2C0.227%2C2.669%C0.296l0.041-0.236c0.19-1.104-0.067-1.737-1.506-1.984c-0.946-0.163-2.203-0.175-3.16-0.035%20%20c-0.037-0.615-0.093-1.234-0.152-1.833c1.229-0.296%2C2.958-0.324%2C4.338-0.087c2.326%2C0.4%2C3.656%2C1.521%2C3.226%2C4.025L160.816%2C21.998z%20%20%20M156.901%2C17.022c-0.94-0.081-1.455%2C0.318-1.587%2C1.087c-0.139%2C0.809%2C0.181%2C1.31%2C1.108%2C1.469c0.591%2C0.102%2C1.414-0.082%2C2.14-0.525%20%20l0.318-1.853L156.901%2C17.022z%22%2F%3E%20%3Cpath%20fill%3D%22%23D1C8BF%22%20d%3D%22M169.332%2C11.191l-0.665%2C2.616l2.771%2C0.705l-0.463%2C1.822l-2.771-0.705l-1.094%2C4.302%20%20c-0.256%2C1.008-0.084%2C1.547%2C0.904%2C1.798c0.349%2C0.088%2C0.975%2C0.145%2C1.711%2C0.167l-0.109%2C1.891c-0.908%2C0.161-2.037%2C0.06-2.851-0.147%20%20c-2.655-0.675-2.959-2.155-2.575-3.667l1.281-5.039l-1.337-0.34l0.384-1.512l1.625-0.061c0.219-0.295%2C1.06-1.814%2C1.26-2.114%20%20L169.332%2C11.191z%22%2F%3E%20%3Cpath%20fill%3D%22%23D1C8BF%22%20d%3D%22M180.942%2C22.448l-0.329%2C0.966l-6.079-2.067c-0.483%2C1.42-0.065%2C2.365%2C1.602%2C2.932%20%20c1.004%2C0.341%2C2.104%2C0.462%2C3.191%2C0.43l-0.017%2C1.854c-1.463%2C0.263-2.967%2C0.026-4.254-0.412c-3.75-1.275-3.911-3.781-3.042-6.337%20%20c0.695-2.045%2C2.539-4.608%2C6.212-3.359C182.222%2C17.813%2C181.508%2C20.782%2C180.942%2C22.448z%20M175.139%2C19.693l3.579%2C1.217%20%20c0.399-1.237%2C0.324-2.256-0.964-2.694C176.41%2C17.759%2C175.614%2C18.608%2C175.139%2C19.693z%22%2F%3E%20%3Cpath%20fill%3D%22%2370BF4B%22%20d%3D%22M248.274%2C97.392l2.554-2.064l-1.876-4.657l-3.28%2C0.265l-1.099-2.728l14.497-0.795l1.391%2C3.451l-11.05%2C9.349%20%20L248.274%2C97.392z%20M255.437%2C91.723l2.465-1.856l-0.037-0.093l-3.171%2C0.372l-3.647%2C0.37l1.413%2C3.507L255.437%2C91.723z%22%2F%3E%20%3Cpath%20fill%3D%22%2370BF4B%22%20d%3D%22M260.931%2C104.93l1.203%2C3.318l-1.538%2C0.442l-0.431-1.5l-0.093-0.035c-0.335%2C0.429-0.931%2C0.746-1.469%2C0.9%20%20c-1.884%2C0.542-3.546-0.896-4.192-3.146l-0.332-1.153c-0.259-0.904-0.768-1.153-1.172-1.037c-0.346%2C0.1-0.508%2C0.479-0.342%2C1.056%20%20l0.944%2C3.288c0.563%2C1.961%2C0.049%2C3.503-1.624%2C3.984c-1.826%2C0.525-4.161-0.719-5.227-4.43c-1.055-3.672%2C0.358-4.911%2C1.377-5.203%20%20c0.846-0.243%2C1.894%2C0.143%2C2.417%2C0.804c0.102-2.11%2C2.879-2.513%2C3.805-0.594l0.096-0.027c0.2-0.682%2C0.784-1.329%2C1.822-1.627%20%20c2.307-0.663%2C3.87%2C1.011%2C4.456%2C3.049C260.824%2C103.691%2C260.941%2C104.386%2C260.931%2C104.93z%20M250.791%2C104.409%20%20c-0.281-0.398-0.896-0.658-1.416-0.509c-0.558%2C0.16-1.208%2C0.722-0.739%2C2.356c0.481%2C1.673%2C1.402%2C2.199%2C2.152%2C1.983%20%20c0.596-0.171%2C0.942-0.562%2C0.566-1.869L250.791%2C104.409z%20M258.764%2C103.617c-0.26-0.903-1.049-1.114-1.683-0.932%20%20c-0.711%2C0.205-1.186%2C0.799-0.954%2C1.606c0.221%2C0.769%2C0.878%2C1.247%2C1.705%2C1.009C258.485%2C105.112%2C259.029%2C104.54%2C258.764%2C103.617z%22%2F%3E%20%3Cpath%20fill%3D%22%2370BF4B%22%20d%3D%22M263.547%2C116.756l0.886%2C3.415l-1.572%2C0.295l-0.288-1.533l-0.09-0.044c-0.373%2C0.396-0.996%2C0.655-1.546%2C0.758%20%20c-1.926%2C0.362-3.445-1.225-3.877-3.524l-0.221-1.179c-0.174-0.924-0.657-1.22-1.069-1.142c-0.354%2C0.066-0.55%2C0.429-0.439%2C1.019%20%20l0.631%2C3.36c0.377%2C2.005-0.28%2C3.492-1.99%2C3.813c-1.867%2C0.351-4.074-1.107-4.787-4.9c-0.705-3.754%2C0.818-4.854%2C1.859-5.049%20%20c0.865-0.163%2C1.871%2C0.32%2C2.33%2C1.027c0.299-2.091%2C3.101-2.231%2C3.842-0.234l0.098-0.019c0.263-0.66%2C0.905-1.248%2C1.966-1.448%20%20c2.358-0.443%2C3.757%2C1.37%2C4.148%2C3.453C263.557%2C115.513%2C263.608%2C116.216%2C263.547%2C116.756z%20M253.504%2C115.286%20%20c-0.242-0.422-0.831-0.739-1.361-0.64c-0.57%2C0.107-1.27%2C0.605-0.956%2C2.275c0.321%2C1.71%2C1.188%2C2.32%2C1.955%2C2.176%20%20c0.609-0.115%2C0.99-0.471%2C0.739-1.807L253.504%2C115.286z%20M261.513%2C115.246c-0.174-0.923-0.939-1.207-1.587-1.085%20%20c-0.728%2C0.137-1.255%2C0.684-1.1%2C1.509c0.147%2C0.786%2C0.757%2C1.323%2C1.602%2C1.164C261.096%2C116.708%2C261.69%2C116.189%2C261.513%2C115.246z%22%2F%3E%20%3Cpath%20fill%3D%22%2370BF4B%22%20d%3D%22M262.624%2C125.448c2.008%2C0.731%2C2.598%2C2.116%2C2.749%2C3.527l-2.545%2C0.271c-0.156-1.271-0.762-2.613-2.416-3.604%20%20l-5.448%2C0.582l-0.303-2.843l9.782-1.043l0.288%2C2.704l-2.079%2C0.302L262.624%2C125.448z%22%2F%3E%20%3Cpath%20fill%3D%22%2370BF4B%22%20d%3D%22M260.948%2C140.039l-1.02%2C0.028l-0.176-6.417c-1.499%2C0.042-2.24%2C0.762-2.191%2C2.521%20%20c0.029%2C1.059%2C0.299%2C2.132%2C0.707%2C3.141l-1.743%2C0.628c-0.755-1.279-1.056-2.771-1.094-4.131c-0.109-3.958%2C2.184-4.981%2C4.882-5.055%20%20c2.159-0.059%2C5.202%2C0.777%2C5.309%2C4.655C265.738%2C139.627%2C262.707%2C139.99%2C260.948%2C140.039z%20M261.513%2C133.642l0.104%2C3.778%20%20c1.299-0.056%2C2.228-0.481%2C2.19-1.84C263.767%2C134.16%2C262.695%2C133.709%2C261.513%2C133.642z%22%2F%3E%20%3Cpath%20fill%3D%22%2370BF4B%22%20d%3D%22M264.473%2C150.088c-0.193-0.111-1.506-0.608-1.72-0.721c0.46-1.035%2C0.634-1.946%2C0.678-2.704%20%20c0.042-0.719-0.076-1.446-0.814-1.489c-0.539-0.031-0.836%2C0.953-1.079%2C1.68c-0.554%2C1.61-1.309%2C3.568-3.584%2C3.437%20%20c-1.876-0.109-2.845-1.708-2.668-4.741c0.065-1.118%2C0.383-2.801%2C1.03-3.945l1.741%2C0.722c-0.673%2C1.583-0.822%2C2.776-0.861%2C3.434%20%20c-0.053%2C0.918%2C0.164%2C1.672%2C0.982%2C1.719c0.778%2C0.045%2C1.014-0.902%2C1.344-1.764c0.664-1.764%2C1.263-3.471%2C3.179-3.36%20%20c1.876%2C0.109%2C2.889%2C1.63%2C2.732%2C4.324C265.372%2C147.717%2C265.092%2C149.083%2C264.473%2C150.088z%22%2F%3E%20%3Cpath%20fill%3D%22%2370BF4B%22%20d%3D%22M263.13%2C160.547c-0.184-0.127-1.452-0.73-1.656-0.86c0.544-0.994%2C0.792-1.888%2C0.897-2.641%20%20c0.101-0.713%2C0.042-1.448-0.69-1.552c-0.535-0.075-0.912%2C0.881-1.214%2C1.586c-0.684%2C1.56-1.597%2C3.451-3.855%2C3.133%20%20c-1.862-0.263-2.697-1.936-2.272-4.946c0.157-1.109%2C0.612-2.762%2C1.351-3.85l1.676%2C0.863c-0.8%2C1.523-1.047%2C2.7-1.139%2C3.354%20%20c-0.128%2C0.911%2C0.026%2C1.68%2C0.838%2C1.794c0.772%2C0.109%2C1.084-0.816%2C1.485-1.649c0.806-1.704%2C1.544-3.357%2C3.445-3.089%20%20c1.861%2C0.262%2C2.747%2C1.862%2C2.37%2C4.536C264.221%2C158.257%2C263.83%2C159.596%2C263.13%2C160.547z%22%2F%3E%20%3Cpath%20fill%3D%22%2370BF4B%22%20d%3D%22M253.424%2C161.799l9.632%2C2.004l-0.583%2C2.8l-9.632-2.004L253.424%2C161.799z%20M263.941%2C165.438%20%20c0.216-1.038%2C1-1.467%2C1.822-1.296c0.861%2C0.179%2C1.385%2C0.901%2C1.173%2C1.919c-0.224%2C1.077-0.992%2C1.53-1.854%2C1.351%20%20C264.26%2C167.24%2C263.717%2C166.515%2C263.941%2C165.438z%22%2F%3E%20%3Cpath%20fill%3D%22%2370BF4B%22%20d%3D%22M252.929%2C172.008c0.223%2C0.167%2C2.27%2C1.306%2C3.165%2C1.891c1.112%2C0.771%2C3.602%2C2.326%2C3.844%2C2.498l-0.782%2C2.771%20%20c-1.748-1.241-6.82-4.688-8.548-5.924l1.059-3.752c2.114-0.13%2C8.246-0.435%2C10.379-0.56l-0.815%2C2.886l-4.792%2C0.122%20%20c-0.733%2C0.021-2.763-0.074-3.482-0.027L252.929%2C172.008z%22%2F%3E%20%3Cpath%20fill%3D%22%2370BF4B%22%20d%3D%22M250.967%2C187.82l-0.953-0.365l2.297-5.996c-1.401-0.537-2.361-0.155-2.991%2C1.489%20%20c-0.379%2C0.99-0.542%2C2.084-0.552%2C3.173l-1.851-0.088c-0.207-1.471%2C0.087-2.965%2C0.573-4.235c1.417-3.698%2C3.927-3.764%2C6.448-2.798%20%20c2.018%2C0.773%2C4.508%2C2.713%2C3.12%2C6.336C255.55%2C189.276%2C252.611%2C188.45%2C250.967%2C187.82z%20M253.941%2C182.127l-1.353%2C3.53%20%20c1.221%2C0.446%2C2.242%2C0.409%2C2.729-0.861C255.826%2C183.47%2C255.007%2C182.643%2C253.941%2C182.127z%22%2F%3E%3C%2Fg%3E%3Cpolygon%20fill%3D%22%23189BD7%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20points%3D%22%20134.713%2C125.61%20214.712%2C135.61%20134.713%2C145.61%20124.713%2C135.61%20%22%2F%3E%3C%2Fsvg%3E');
}
.ico-meter-moderate {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%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%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%22273.714px%22%20height%3D%22238.286px%22%20viewBox%3D%220%200%20273.714%20238.286%22%20enable-background%3D%22new%200%200%20273.714%20238.286%22%20%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23EBE5DD%22%20d%3D%22M214.675%2C61.142l-42.646%2C42.646c9.05%2C9.049%2C14.646%2C21.548%2C14.646%2C35.354s-5.598%2C26.305-14.646%2C35.354%20l42.646%2C42.646C257.755%2C174.062%2C257.755%2C104.222%2C214.675%2C61.142z%22%2F%3E%3Cpath%20fill%3D%22%2303AD4F%22%20d%3D%22M136.676%2C89.142c13.805%2C0%2C26.305%2C5.598%2C35.354%2C14.646l42.646-42.646c-43.079-43.08-112.919-43.08-156%2C0%20l42.645%2C42.645C110.368%2C94.739%2C122.867%2C89.142%2C136.676%2C89.142z%22%2F%3E%3Cpath%20fill%3D%22%23EBE5DD%22%20d%3D%22M86.676%2C139.142c0-13.806%2C5.596-26.307%2C14.645-35.355L58.676%2C61.142c-43.08%2C43.08-43.08%2C112.92%2C0%2C156%20l42.645-42.646C92.271%2C165.45%2C86.676%2C152.948%2C86.676%2C139.142z%22%2F%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M214.32%2C216.856l-42.646-42.646c9.05-9.049%2C14.646-21.549%2C14.646-35.354s-5.598-26.305-14.646-35.354%20c-9.047-9.049-21.549-14.646-35.354-14.646c-13.809%2C0-26.308%2C5.597-35.355%2C14.645c-9.049%2C9.049-14.645%2C21.548-14.645%2C35.355%20s5.596%2C26.307%2C14.645%2C35.355L58.32%2C216.856c-43.08-43.08-43.08-112.92%2C0-156c43.08-43.08%2C112.92-43.08%2C156%2C0%20S257.4%2C173.776%2C214.32%2C216.856z%22%2F%3E%3Ctext%20transform%3D%22matrix%28-0.4209%20-0.9071%200.9071%20-0.4209%2043.0249%2064.4126%29%22%20fill%3D%22%23CACACA%22%20font-family%3D%22%5CiConnections-Bold%5Ci%22%20font-size%3D%2220%22%3E%20%3C%2Ftext%3E%3Ctext%20transform%3D%22matrix%28-0.4209%20-0.9071%200.9071%20-0.4209%2046.6499%2060.0942%29%22%20fill%3D%22%23CACACA%22%20font-family%3D%22%5CiConnections-Bold%5Ci%22%20font-size%3D%2220%22%3E%20%3C%2Ftext%3E%3Ctext%20transform%3D%22matrix%28-0.4209%20-0.9071%200.9071%20-0.4209%2050.5151%2055.8696%29%22%20font-family%3D%22%5CiConnections-Bold%5Ci%22%20font-size%3D%2220%22%3E%20%3C%2Ftext%3E%3Ctext%20transform%3D%22matrix%28-0.4209%20-0.9071%200.9071%20-0.4209%2054.4956%2051.9771%29%22%20font-family%3D%22%5CiConnections-Bold%5Ci%22%20font-size%3D%2220%22%3E%20%3C%2Ftext%3E%3Ctext%20transform%3D%22matrix%28-0.4209%20-0.9071%200.9071%20-0.4209%2058.6938%2048.1997%29%22%20font-family%3D%22%5CiConnections-Bold%5Ci%22%20font-size%3D%2220%22%3E%20%3C%2Ftext%3E%3Ctext%20transform%3D%22matrix%28-0.4209%20-0.9071%200.9071%20-0.4209%2063.0645%2044.6255%29%22%20font-family%3D%22%5CiConnections-Bold%5Ci%22%20font-size%3D%2220%22%3E%20%3C%2Ftext%3E%3Ctext%20transform%3D%22matrix%28-0.4209%20-0.9071%200.9071%20-0.4209%2067.6006%2041.2583%29%22%20font-family%3D%22%5CiConnections-Bold%5Ci%22%20font-size%3D%2220%22%3E%20%3C%2Ftext%3E%3Ctext%20transform%3D%22matrix%28-0.4209%20-0.9071%200.9071%20-0.4209%2072.2793%2038.1196%29%22%20font-family%3D%22%5CiConnections-Bold%5Ci%22%20font-size%3D%2220%22%3E%20%3C%2Ftext%3E%3Ctext%20transform%3D%22matrix%28-0.4209%20-0.9071%200.9071%20-0.4209%20195.3394%2035.0942%29%22%20font-family%3D%22%5CiConnections-Bold%5Ci%22%20font-size%3D%2220%22%3E%20%3C%2Ftext%3E%3Ctext%20transform%3D%22matrix%28-0.4209%20-0.9071%200.9071%20-0.4209%20200.1655%2037.9966%29%22%20font-family%3D%22%5CiConnections-Bold%5Ci%22%20font-size%3D%2220%22%3E%20%3C%2Ftext%3E%3Ctext%20transform%3D%22matrix%28-0.4209%20-0.9071%200.9071%20-0.4209%20204.8628%2041.1372%29%22%20font-family%3D%22%5CiConnections-Bold%5Ci%22%20font-size%3D%2220%22%3E%20%3C%2Ftext%3E%3Ctext%20transform%3D%22matrix%28-0.4209%20-0.9071%200.9071%20-0.4209%20209.4038%2044.4927%29%22%20font-family%3D%22%5CiConnections-Bold%5Ci%22%20font-size%3D%2220%22%3E%20%3C%2Ftext%3E%3Ctext%20transform%3D%22matrix%28-0.4209%20-0.9071%200.9071%20-0.4209%20213.7817%2048.0591%29%22%20font-family%3D%22%5CiConnections-Bold%5Ci%22%20font-size%3D%2220%22%3E%20%3C%2Ftext%3E%3Ctext%20transform%3D%22matrix%28-0.4209%20-0.9071%200.9071%20-0.4209%20217.9272%2051.8091%29%22%20font-family%3D%22%5CiConnections-Bold%5Ci%22%20font-size%3D%2220%22%3E%20%3C%2Ftext%3E%3Ctext%20transform%3D%22matrix%28-0.4209%20-0.9071%200.9071%20-0.4209%20222.0103%2055.7896%29%22%20font-family%3D%22%5CiConnections-Bold%5Ci%22%20font-size%3D%2220%22%3E%20%3C%2Ftext%3E%3Ctext%20transform%3D%22matrix%28-0.4209%20-0.9071%200.9071%20-0.4209%20225.8257%2059.9106%29%22%20font-family%3D%22%5CiConnections-Bold%5Ci%22%20font-size%3D%2220%22%3E%20%3C%2Ftext%3E%3Ctext%20transform%3D%22matrix%28-0.4209%20-0.9071%200.9071%20-0.4209%20229.4722%2064.2388%29%22%20font-family%3D%22%5CiConnections-Bold%5Ci%22%20font-size%3D%2220%22%3E%20%3C%2Ftext%3E%3Ctext%20transform%3D%22matrix%28-0.4209%20-0.9071%200.9071%20-0.4209%20232.9116%2068.7349%29%22%20font-family%3D%22%5CiConnections-Bold%5Ci%22%20font-size%3D%2220%22%3E%20%3C%2Ftext%3E%3Ctext%20transform%3D%22matrix%28-0.4209%20-0.9071%200.9071%20-0.4209%20236.1108%2073.3599%29%22%20font-family%3D%22%5CiConnections-Bold%5Ci%22%20font-size%3D%2220%22%3E%20%3C%2Ftext%3E%3Ctext%20transform%3D%22matrix%28-0.4209%20-0.9071%200.9071%20-0.4209%20239.105%2078.1567%29%22%20font-family%3D%22%5CiConnections-Bold%5Ci%22%20font-size%3D%2220%22%3E%20%3C%2Ftext%3E%3Ctext%20transform%3D%22matrix%28-0.4209%20-0.9071%200.9071%20-0.4209%20241.8628%2083.0825%29%22%20fill%3D%22%23CACACA%22%20font-family%3D%22%5CiConnections-Bold%5Ci%22%20font-size%3D%2220%22%3E%20%3C%2Ftext%3E%3Cpolygon%20fill%3D%22%23179BD7%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20points%3D%22%20127.181%2C135.573%20137.181%2C55.572%20147.181%2C135.573%20137.181%2C145.573%20%22%2F%3E%3Cg%3E%20%3Cpath%20fill%3D%22%23D0C8BF%22%20d%3D%22M14.22%2C189.666l2.252%2C0.101c-0.255%2C1.398%2C0.002%2C2.381%2C0.407%2C3.252c0.893%2C1.923%2C3.105%2C2.175%2C5.935%2C0.861%20%20c2.268-1.053%2C4.038-2.514%2C2.917-4.928c-0.228-0.489-0.717-1.497-2.398-2.789l1.461-1.649c1.258%2C0.761%2C2.523%2C2.489%2C3.062%2C3.65%20%20c1.903%2C4.101%2C0.054%2C6.767-3.756%2C8.536c-2.703%2C1.255-7.123%2C1.807-9.245-2.766C14.191%2C192.501%2C13.968%2C190.928%2C14.22%2C189.666z%22%2F%3E%20%3Cpath%20fill%3D%22%23D0C8BF%22%20d%3D%22M23.753%2C177.87c1.189%2C3.441-0.555%2C5.377-3.221%2C6.298c-2.609%2C0.901-5.316%2C0.354-6.498-3.067%20%20c-1.195-3.459%2C0.643-5.428%2C3.233-6.322C19.858%2C173.883%2C22.532%2C174.334%2C23.753%2C177.87z%20M15.944%2C180.441%20%20c0.535%2C1.55%2C2.172%2C1.45%2C3.628%2C0.947c1.645-0.567%2C2.8-1.327%2C2.232-2.972c-0.529-1.531-2.02-1.376-3.551-0.848%20%20C16.779%2C178.079%2C15.409%2C178.891%2C15.944%2C180.441z%22%2F%3E%20%3Cpath%20fill%3D%22%23D0C8BF%22%20d%3D%22M19.9%2C165.079l-5.91%2C1.42c-0.991%2C0.238-1.673%2C0.566-1.384%2C1.771c0.154%2C0.641%2C0.699%2C1.456%2C1.242%2C2.004%20%20l6.901-1.657l0.672%2C2.8l-9.564%2C2.297l-0.63-2.625l0.88-0.272l0.021-0.087c-1.005-0.931-1.735-2.174-1.955-3.088%20%20c-0.607-2.527%2C0.778-3.354%2C2.566-3.783l6.493-1.559L19.9%2C165.079z%22%2F%3E%20%3Cpath%20fill%3D%22%23D0C8BF%22%20d%3D%22M8.581%2C154.128c0.213%2C0.069%2C1.6%2C0.289%2C1.833%2C0.356c-0.24%2C1.107-0.225%2C2.035-0.113%2C2.787%20%20c0.105%2C0.712%2C0.37%2C1.401%2C1.102%2C1.293c0.535-0.079%2C0.625-1.104%2C0.715-1.865c0.215-1.69%2C0.556-3.764%2C2.812-4.098%20%20c1.86-0.275%2C3.135%2C1.094%2C3.58%2C4.102c0.164%2C1.108%2C0.195%2C2.822-0.206%2C4.076l-1.852-0.354c0.336-1.688%2C0.24-2.887%2C0.143-3.54%20%20c-0.135-0.911-0.5-1.604-1.312-1.484c-0.772%2C0.114-0.81%2C1.091-0.958%2C2.002c-0.291%2C1.863-0.531%2C3.658-2.431%2C3.939%20%20c-1.86%2C0.275-3.163-1.008-3.558-3.68C8.183%2C156.634%2C8.179%2C155.24%2C8.581%2C154.128z%22%2F%3E%20%3Cpath%20fill%3D%22%23D0C8BF%22%20d%3D%22M11.719%2C141.833l1.018-0.062l0.392%2C6.406c1.497-0.091%2C2.213-0.836%2C2.105-2.592%20%20c-0.065-1.059-0.37-2.121-0.812-3.115l1.721-0.688c0.798%2C1.254%2C1.149%2C2.734%2C1.232%2C4.092c0.242%2C3.952-2.015%2C5.052-4.709%2C5.217%20%20c-2.155%2C0.131-5.225-0.602-5.462-4.475C6.946%2C142.405%2C9.962%2C141.94%2C11.719%2C141.833z%20M11.37%2C148.245l-0.23-3.772%20%20c-1.296%2C0.1-2.21%2C0.556-2.127%2C1.913C9.099%2C147.802%2C10.186%2C148.217%2C11.37%2C148.245z%22%2F%3E%20%3Cpath%20fill%3D%22%23D0C8BF%22%20d%3D%22M9.33%2C136.53c-1.904-0.975-2.319-2.422-2.294-3.842l2.561%2C0.045c-0.002%2C1.28%2C0.433%2C2.688%2C1.953%2C3.875%20%20l5.481%2C0.097l-0.05%2C2.86l-9.842-0.172l0.048-2.721l2.102-0.043L9.33%2C136.53z%22%2F%3E%20%3Cpath%20fill%3D%22%23D0C8BF%22%20d%3D%22M15.684%2C127.042c-0.249-0.124-2.467-0.882-3.452-1.298c-1.232-0.561-3.961-1.648-4.23-1.775l0.277-2.867%20%20c1.942%2C0.911%2C7.55%2C3.402%2C9.472%2C4.311l-0.375%2C3.884c-2.059%2C0.505-8.042%2C1.896-10.12%2C2.399l0.289-2.986l4.696-0.975%20%20c0.718-0.151%2C2.734-0.419%2C3.434-0.593L15.684%2C127.042z%22%2F%3E%20%3Cpath%20fill%3D%22%23D0C8BF%22%20d%3D%22M19.902%2C112.32l-0.473%2C2.496l-0.981-0.084c-0.02-0.003-0.023%2C0.016-0.047%2C0.032%20%20c0.922%2C1.579%2C0.685%2C2.939%2C0.581%2C3.489c-0.455%2C2.397-2.256%2C2.667-3.376%2C2.455c-2.005-0.38-2.693-2.119-2.428-4.165%20%20c0.083-0.758%2C0.259-1.906%2C0.342-2.664l-0.236-0.044c-1.101-0.208-1.738%2C0.037-2.009%2C1.472c-0.179%2C0.943-0.213%2C2.199-0.09%2C3.159%20%20c-0.616%2C0.026-1.235%2C0.071-1.834%2C0.121c-0.275-1.233-0.273-2.963-0.013-4.339c0.439-2.319%2C1.583-3.629%2C4.079-3.156L19.902%2C112.32z%20%20%20M14.861%2C116.149c-0.097%2C0.938%2C0.293%2C1.46%2C1.06%2C1.605c0.806%2C0.153%2C1.312-0.158%2C1.488-1.082c0.112-0.59-0.058-1.416-0.489-2.149%20%20l-1.848-0.35L14.861%2C116.149z%22%2F%3E%20%3Cpath%20fill%3D%22%23D0C8BF%22%20d%3D%22M9.238%2C103.63l2.605%2C0.71l0.753-2.76l1.814%2C0.495l-0.753%2C2.76l4.285%2C1.168%20%20c1.004%2C0.274%2C1.546%2C0.11%2C1.814-0.874c0.095-0.347%2C0.162-0.972%2C0.197-1.709l1.89%2C0.142c0.146%2C0.911%2C0.025%2C2.039-0.196%2C2.85%20%20c-0.721%2C2.645-2.208%2C2.924-3.713%2C2.513l-5.019-1.369l-0.363%2C1.332l-1.505-0.411l-0.033-1.626c-0.292-0.225-1.797-1.092-2.094-1.297%20%20L9.238%2C103.63z%22%2F%3E%20%3Cpath%20fill%3D%22%23D0C8BF%22%20d%3D%22M12.736%2C97.321c-0.337%2C1.005-1.167%2C1.339-1.963%2C1.072c-0.834-0.28-1.27-1.059-0.938-2.045%20%20c0.35-1.043%2C1.167-1.402%2C2.001-1.122C12.632%2C95.492%2C13.086%2C96.277%2C12.736%2C97.321z%20M22.754%2C102.18l-9.332-3.13l0.91-2.712%20%20l9.332%2C3.13L22.754%2C102.18z%22%2F%3E%20%3Cpath%20fill%3D%22%23D0C8BF%22%20d%3D%22M24.459%2C92.103c-0.202-0.192-2.099-1.567-2.917-2.255c-1.013-0.898-3.3-2.74-3.521-2.94l1.107-2.659%20%20c1.588%2C1.441%2C6.215%2C5.471%2C7.784%2C6.904l-1.5%2C3.6c-2.116-0.123-8.242-0.551-10.376-0.682l1.153-2.77l4.774%2C0.45%20%20c0.73%2C0.066%2C2.735%2C0.403%2C3.456%2C0.443L24.459%2C92.103z%22%2F%3E%20%3Cpath%20fill%3D%22%23D0C8BF%22%20d%3D%22M28.294%2C76.643l0.902%2C0.476l-2.998%2C5.677c1.326%2C0.701%2C2.325%2C0.437%2C3.147-1.12%20%20c0.495-0.938%2C0.787-2.004%2C0.927-3.084l1.827%2C0.309c0.03%2C1.486-0.441%2C2.934-1.076%2C4.136c-1.849%2C3.502-4.349%2C3.268-6.736%2C2.007%20%20c-1.91-1.009-4.151-3.232-2.339-6.663C23.919%2C74.649%2C26.738%2C75.821%2C28.294%2C76.643z%20M24.661%2C81.939l1.765-3.342%20%20c-1.159-0.589-2.177-0.675-2.812%2C0.528C22.951%2C80.38%2C23.665%2C81.299%2C24.661%2C81.939z%22%2F%3E%20%3Cpath%20fill%3D%22%2303AD4F%22%20d%3D%22M102.59%2C15.346l-0.651%2C9.231l-2.312%2C0.718l-5.643-7.17l-0.058%2C0.018l2.51%2C8.145l-2.713%2C0.843l-4.078-13.125%20%20l3.477-1.081l6.533%2C8.486l0.153-0.047l0.708-10.736l3.362-1.045l4.078%2C13.125l-2.751%2C0.855l-2.558-8.234L102.59%2C15.346z%22%2F%3E%20%3Cpath%20fill%3D%22%2303AD4F%22%20d%3D%22M115.271%2C21.61c-3.583%2C0.639-5.223-1.384-5.717-4.16c-0.484-2.716%2C0.476-5.304%2C4.039-5.939%20%20c3.602-0.643%2C5.26%2C1.479%2C5.741%2C4.175C119.813%2C18.383%2C118.951%2C20.954%2C115.271%2C21.61z%20M113.946%2C13.499%20%20c-1.614%2C0.288-1.77%2C1.92-1.5%2C3.436c0.305%2C1.713%2C0.875%2C2.972%2C2.587%2C2.667c1.594-0.284%2C1.673-1.781%2C1.389-3.375%20%20C116.149%2C14.69%2C115.56%2C13.211%2C113.946%2C13.499z%22%2F%3E%20%3Cpath%20fill%3D%22%2303AD4F%22%20d%3D%22M127.881%2C10.388l-0.387-4.866l2.852-0.227l1.135%2C14.259l-2.612%2C0.208l-0.17-0.87%20%20c-0.021-0.019-0.043-0.037-0.063-0.035c-0.895%2C0.854-2.089%2C1.23-2.927%2C1.296c-3.051%2C0.243-4.065-1.904-4.271-4.497%20%20c-0.241-3.031%2C0.692-5.434%2C3.803-5.681C125.877%2C9.925%2C127.025%2C9.974%2C127.881%2C10.388z%20M128.04%2C12.382%20%20c-0.481-0.243-1.379-0.432-2.018-0.381c-0.977%2C0.078-1.928%2C0.735-1.715%2C3.408c0.184%2C2.313%2C1.083%2C2.764%2C2.16%2C2.678%20%20c0.578-0.046%2C1.524-0.523%2C1.956-0.898L128.04%2C12.382z%22%2F%3E%20%3Cpath%20fill%3D%22%2303AD4F%22%20d%3D%22M142.708%2C14.379l-0.014%2C1.021l-6.421-0.088c-0.021%2C1.5%2C0.669%2C2.27%2C2.429%2C2.294%20%20c1.061%2C0.015%2C2.145-0.211%2C3.17-0.577l0.556%2C1.768c-1.311%2C0.702-2.814%2C0.942-4.175%2C0.923c-3.96-0.055-4.889-2.388-4.852-5.089%20%20c0.03-2.161%2C0.992-5.168%2C4.873-5.115C142.495%2C9.575%2C142.733%2C12.619%2C142.708%2C14.379z%20M136.337%2C13.552l3.781%2C0.052%20%20c-0.002-1.3-0.39-2.246-1.75-2.265C136.948%2C11.319%2C136.454%2C12.373%2C136.337%2C13.552z%22%2F%3E%20%3Cpath%20fill%3D%22%2303AD4F%22%20d%3D%22M148.17%2C12.399c1.112-1.825%2C2.587-2.13%2C4.001-1.999l-0.236%2C2.549c-1.275-0.098-2.713%2C0.23-4.01%2C1.657%20%20l-0.506%2C5.456l-2.848-0.264l0.908-9.797l2.709%2C0.251l-0.115%2C2.098L148.17%2C12.399z%22%2F%3E%20%3Cpath%20fill%3D%22%2303AD4F%22%20d%3D%22M160.816%2C21.998l-2.504-0.43l0.067-0.983c0.003-0.02-0.017-0.023-0.032-0.046%20%20c-1.564%2C0.949-2.928%2C0.735-3.479%2C0.64c-2.405-0.413-2.706-2.21-2.513-3.334c0.346-2.011%2C2.072-2.729%2C4.123-2.498%20%20c0.76%2C0.069%2C1.91%2C0.227%2C2.67%2C0.296l0.04-0.236c0.19-1.104-0.067-1.737-1.506-1.984c-0.946-0.163-2.202-0.175-3.16-0.035%20%20c-0.036-0.615-0.093-1.234-0.152-1.833c1.229-0.296%2C2.958-0.324%2C4.339-0.087c2.326%2C0.4%2C3.655%2C1.521%2C3.225%2C4.025L160.816%2C21.998z%20%20%20M156.901%2C17.022c-0.94-0.081-1.455%2C0.318-1.587%2C1.087c-0.139%2C0.809%2C0.181%2C1.31%2C1.107%2C1.469c0.592%2C0.102%2C1.414-0.082%2C2.141-0.525%20%20l0.318-1.853L156.901%2C17.022z%22%2F%3E%20%3Cpath%20fill%3D%22%2303AD4F%22%20d%3D%22M169.332%2C11.191l-0.664%2C2.616l2.771%2C0.705l-0.464%2C1.822l-2.771-0.705l-1.095%2C4.302%20%20c-0.256%2C1.008-0.084%2C1.547%2C0.904%2C1.798c0.35%2C0.088%2C0.975%2C0.145%2C1.712%2C0.167l-0.109%2C1.891c-0.907%2C0.161-2.037%2C0.06-2.851-0.147%20%20c-2.655-0.675-2.96-2.155-2.575-3.667l1.281-5.039l-1.337-0.34l0.385-1.512l1.625-0.061c0.219-0.295%2C1.059-1.814%2C1.26-2.114%20%20L169.332%2C11.191z%22%2F%3E%20%3Cpath%20fill%3D%22%2303AD4F%22%20d%3D%22M180.942%2C22.448l-0.329%2C0.966l-6.078-2.067c-0.482%2C1.42-0.064%2C2.365%2C1.602%2C2.932%20%20c1.004%2C0.341%2C2.104%2C0.462%2C3.191%2C0.43l-0.018%2C1.854c-1.463%2C0.263-2.967%2C0.026-4.254-0.412c-3.75-1.275-3.911-3.781-3.042-6.337%20%20c0.695-2.045%2C2.538-4.608%2C6.212-3.359C182.222%2C17.813%2C181.508%2C20.782%2C180.942%2C22.448z%20M175.139%2C19.693l3.579%2C1.217%20%20c0.399-1.237%2C0.324-2.256-0.964-2.694C176.41%2C17.759%2C175.614%2C18.608%2C175.139%2C19.693z%22%2F%3E%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M248.275%2C97.392l2.554-2.064l-1.876-4.657l-3.28%2C0.265l-1.099-2.728l14.496-0.795l1.391%2C3.451%20%20l-11.049%2C9.349L248.275%2C97.392z%20M255.437%2C91.723l2.465-1.856l-0.037-0.093l-3.171%2C0.372l-3.647%2C0.37l1.414%2C3.507L255.437%2C91.723z%22%20%20%2F%3E%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M260.931%2C104.93l1.202%2C3.318l-1.538%2C0.442l-0.431-1.5l-0.093-0.035c-0.336%2C0.429-0.932%2C0.746-1.469%2C0.9%20%20c-1.885%2C0.542-3.547-0.896-4.193-3.146l-0.331-1.153c-0.259-0.904-0.769-1.153-1.172-1.037c-0.347%2C0.1-0.508%2C0.479-0.342%2C1.056%20%20l0.944%2C3.288c0.563%2C1.961%2C0.049%2C3.503-1.623%2C3.984c-1.826%2C0.525-4.162-0.719-5.228-4.43c-1.056-3.672%2C0.358-4.911%2C1.377-5.203%20%20c0.847-0.243%2C1.894%2C0.143%2C2.417%2C0.804c0.102-2.11%2C2.879-2.513%2C3.805-0.594l0.096-0.027c0.199-0.682%2C0.784-1.329%2C1.822-1.627%20%20c2.307-0.663%2C3.87%2C1.011%2C4.456%2C3.049C260.824%2C103.691%2C260.941%2C104.386%2C260.931%2C104.93z%20M250.791%2C104.409%20%20c-0.281-0.398-0.896-0.658-1.416-0.509c-0.557%2C0.16-1.207%2C0.722-0.738%2C2.356c0.48%2C1.673%2C1.402%2C2.199%2C2.152%2C1.983%20%20c0.596-0.171%2C0.941-0.562%2C0.565-1.869L250.791%2C104.409z%20M258.763%2C103.617c-0.26-0.903-1.049-1.114-1.683-0.932%20%20c-0.712%2C0.205-1.187%2C0.799-0.954%2C1.606c0.221%2C0.769%2C0.879%2C1.247%2C1.705%2C1.009C258.486%2C105.112%2C259.029%2C104.54%2C258.763%2C103.617z%22%2F%3E%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M263.546%2C116.756l0.887%2C3.415l-1.572%2C0.296l-0.289-1.534l-0.09-0.044c-0.373%2C0.396-0.996%2C0.655-1.546%2C0.758%20%20c-1.926%2C0.362-3.444-1.225-3.877-3.524l-0.222-1.179c-0.174-0.924-0.656-1.22-1.068-1.142c-0.354%2C0.066-0.551%2C0.429-0.439%2C1.019%20%20l0.631%2C3.36c0.377%2C2.004-0.279%2C3.492-1.99%2C3.813c-1.867%2C0.351-4.073-1.107-4.786-4.9c-0.705-3.754%2C0.817-4.854%2C1.859-5.049%20%20c0.864-0.163%2C1.871%2C0.32%2C2.329%2C1.027c0.299-2.091%2C3.102-2.231%2C3.843-0.234l0.099-0.019c0.262-0.66%2C0.904-1.248%2C1.966-1.448%20%20c2.358-0.443%2C3.757%2C1.37%2C4.148%2C3.453C263.557%2C115.513%2C263.608%2C116.216%2C263.546%2C116.756z%20M253.503%2C115.286%20%20c-0.242-0.422-0.83-0.739-1.361-0.64c-0.569%2C0.107-1.27%2C0.605-0.955%2C2.275c0.32%2C1.71%2C1.188%2C2.32%2C1.955%2C2.176%20%20c0.609-0.115%2C0.99-0.471%2C0.738-1.807L253.503%2C115.286z%20M261.513%2C115.246c-0.174-0.923-0.939-1.207-1.588-1.085%20%20c-0.727%2C0.137-1.255%2C0.684-1.1%2C1.509c0.147%2C0.786%2C0.757%2C1.323%2C1.602%2C1.164C261.096%2C116.708%2C261.691%2C116.189%2C261.513%2C115.246z%22%2F%3E%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M262.624%2C125.448c2.009%2C0.73%2C2.599%2C2.115%2C2.749%2C3.527l-2.545%2C0.271c-0.156-1.271-0.762-2.613-2.416-3.604%20%20l-5.447%2C0.582l-0.303-2.844l9.781-1.043l0.289%2C2.703l-2.08%2C0.303L262.624%2C125.448z%22%2F%3E%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M260.949%2C140.039l-1.02%2C0.028l-0.177-6.417c-1.499%2C0.042-2.239%2C0.762-2.191%2C2.521%20%20c0.029%2C1.06%2C0.299%2C2.133%2C0.706%2C3.142l-1.742%2C0.628c-0.756-1.279-1.057-2.771-1.094-4.131c-0.109-3.957%2C2.184-4.98%2C4.882-5.055%20%20c2.159-0.06%2C5.202%2C0.777%2C5.31%2C4.654C265.738%2C139.627%2C262.707%2C139.991%2C260.949%2C140.039z%20M261.513%2C133.641l0.104%2C3.778%20%20c1.299-0.056%2C2.227-0.481%2C2.189-1.841C263.767%2C134.16%2C262.695%2C133.709%2C261.513%2C133.641z%22%2F%3E%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M264.473%2C150.088c-0.193-0.111-1.507-0.609-1.72-0.721c0.46-1.035%2C0.633-1.946%2C0.678-2.705%20%20c0.041-0.719-0.076-1.445-0.814-1.488c-0.539-0.031-0.837%2C0.952-1.08%2C1.68c-0.554%2C1.609-1.309%2C3.568-3.584%2C3.436%20%20c-1.875-0.109-2.844-1.707-2.668-4.74c0.064-1.118%2C0.383-2.802%2C1.03-3.945l1.741%2C0.722c-0.674%2C1.583-0.822%2C2.776-0.861%2C3.435%20%20c-0.053%2C0.918%2C0.164%2C1.672%2C0.982%2C1.719c0.777%2C0.045%2C1.014-0.902%2C1.344-1.764c0.663-1.764%2C1.263-3.472%2C3.179-3.36%20%20c1.876%2C0.108%2C2.89%2C1.63%2C2.732%2C4.324C265.373%2C147.717%2C265.092%2C149.083%2C264.473%2C150.088z%22%2F%3E%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M263.13%2C160.547c-0.185-0.127-1.453-0.73-1.656-0.859c0.543-0.994%2C0.791-1.889%2C0.896-2.641%20%20c0.102-0.713%2C0.043-1.449-0.689-1.553c-0.535-0.074-0.912%2C0.882-1.214%2C1.587c-0.685%2C1.56-1.597%2C3.451-3.854%2C3.133%20%20c-1.862-0.263-2.697-1.936-2.273-4.946c0.157-1.109%2C0.612-2.762%2C1.352-3.85l1.676%2C0.863c-0.801%2C1.523-1.047%2C2.699-1.139%2C3.354%20%20c-0.129%2C0.911%2C0.025%2C1.68%2C0.838%2C1.795c0.771%2C0.109%2C1.084-0.816%2C1.484-1.649c0.806-1.704%2C1.544-3.357%2C3.445-3.089%20%20c1.861%2C0.262%2C2.747%2C1.861%2C2.37%2C4.535C264.22%2C158.256%2C263.83%2C159.596%2C263.13%2C160.547z%22%2F%3E%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M253.423%2C161.799l9.633%2C2.004l-0.583%2C2.8l-9.632-2.005L253.423%2C161.799z%20M263.941%2C165.438%20%20c0.216-1.037%2C1-1.467%2C1.822-1.296c0.861%2C0.179%2C1.385%2C0.901%2C1.173%2C1.919c-0.224%2C1.076-0.992%2C1.529-1.854%2C1.351%20%20C264.26%2C167.241%2C263.716%2C166.514%2C263.941%2C165.438z%22%2F%3E%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M252.929%2C172.008c0.223%2C0.166%2C2.27%2C1.305%2C3.164%2C1.891c1.111%2C0.771%2C3.602%2C2.325%2C3.844%2C2.498l-0.781%2C2.77%20%20c-1.748-1.24-6.82-4.688-8.549-5.924l1.059-3.752c2.115-0.131%2C8.246-0.436%2C10.38-0.561l-0.815%2C2.887l-4.791%2C0.122%20%20c-0.733%2C0.021-2.764-0.073-3.482-0.027L252.929%2C172.008z%22%2F%3E%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M250.967%2C187.821l-0.952-0.365l2.297-5.996c-1.4-0.536-2.361-0.154-2.99%2C1.489%20%20c-0.38%2C0.989-0.542%2C2.085-0.553%2C3.173l-1.851-0.088c-0.207-1.472%2C0.087-2.966%2C0.573-4.236c1.417-3.697%2C3.928-3.764%2C6.448-2.798%20%20c2.018%2C0.772%2C4.509%2C2.713%2C3.12%2C6.336C255.55%2C189.276%2C252.611%2C188.45%2C250.967%2C187.821z%20M253.941%2C182.127l-1.352%2C3.529%20%20c1.221%2C0.447%2C2.241%2C0.41%2C2.729-0.86C255.826%2C183.47%2C255.007%2C182.643%2C253.941%2C182.127z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ico-meter-conservative {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%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%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%22273.714px%22%20height%3D%22238.286px%22%20viewBox%3D%220%200%20273.714%20238.286%22%20enable-background%3D%22new%200%200%20273.714%20238.286%22%20%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23EBE5DD%22%20d%3D%22M214.676%2C61.142l-42.646%2C42.646%20c9.049%2C9.049%2C14.646%2C21.549%2C14.646%2C35.354s-5.598%2C26.305-14.646%2C35.354l42.646%2C42.646%20C257.756%2C174.062%2C257.756%2C104.222%2C214.676%2C61.142z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23EBE5DD%22%20d%3D%22M136.676%2C89.142c13.805%2C0%2C26.305%2C5.598%2C35.354%2C14.646%20l42.646-42.646c-43.08-43.08-112.92-43.08-156%2C0l42.645%2C42.645C110.368%2C94.739%2C122.867%2C89.142%2C136.676%2C89.142z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%2305784A%22%20d%3D%22M86.676%2C139.142c0-13.806%2C5.596-26.307%2C14.645-35.355%20L58.676%2C61.142c-43.08%2C43.08-43.08%2C112.92%2C0%2C156l42.645-42.645C92.271%2C165.449%2C86.676%2C152.948%2C86.676%2C139.142z%22%2F%3E%3Cg%3E%20%3Cpath%20fill%3D%22%2305784A%22%20d%3D%22M14.22%2C189.666l2.252%2C0.101c-0.255%2C1.397%2C0.002%2C2.38%2C0.407%2C3.251c0.893%2C1.923%2C3.105%2C2.175%2C5.935%2C0.861%20%20c2.268-1.053%2C4.038-2.514%2C2.917-4.927c-0.228-0.49-0.717-1.498-2.398-2.79l1.461-1.649c1.258%2C0.761%2C2.523%2C2.489%2C3.062%2C3.65%20%20c1.903%2C4.101%2C0.054%2C6.767-3.756%2C8.536c-2.703%2C1.255-7.123%2C1.807-9.245-2.765C14.191%2C192.501%2C13.968%2C190.929%2C14.22%2C189.666z%22%2F%3E%20%3Cpath%20fill%3D%22%2305784A%22%20d%3D%22M23.753%2C177.87c1.189%2C3.441-0.555%2C5.376-3.221%2C6.297c-2.609%2C0.901-5.316%2C0.355-6.498-3.067%20%20c-1.195-3.459%2C0.643-5.428%2C3.233-6.323C19.858%2C173.883%2C22.532%2C174.335%2C23.753%2C177.87z%20M15.944%2C180.441%20%20c0.535%2C1.55%2C2.172%2C1.45%2C3.628%2C0.947c1.645-0.568%2C2.8-1.327%2C2.232-2.972c-0.529-1.531-2.02-1.376-3.551-0.847%20%20C16.779%2C178.079%2C15.409%2C178.891%2C15.944%2C180.441z%22%2F%3E%20%3Cpath%20fill%3D%22%2305784A%22%20d%3D%22M19.9%2C165.079l-5.91%2C1.419c-0.991%2C0.238-1.673%2C0.566-1.384%2C1.772c0.154%2C0.641%2C0.699%2C1.456%2C1.242%2C2.004%20%20l6.901-1.658l0.672%2C2.799l-9.564%2C2.297l-0.63-2.625l0.88-0.273l0.021-0.087c-1.005-0.931-1.735-2.174-1.955-3.088%20%20c-0.607-2.527%2C0.778-3.353%2C2.566-3.783l6.493-1.56L19.9%2C165.079z%22%2F%3E%20%3Cpath%20fill%3D%22%2305784A%22%20d%3D%22M8.581%2C154.128c0.213%2C0.07%2C1.6%2C0.289%2C1.833%2C0.356c-0.24%2C1.107-0.225%2C2.035-0.113%2C2.787%20%20c0.105%2C0.712%2C0.37%2C1.402%2C1.102%2C1.293c0.535-0.079%2C0.625-1.104%2C0.715-1.866c0.215-1.69%2C0.556-3.763%2C2.812-4.097%20%20c1.86-0.275%2C3.135%2C1.093%2C3.58%2C4.101c0.164%2C1.108%2C0.195%2C2.823-0.206%2C4.076l-1.852-0.353c0.336-1.688%2C0.24-2.887%2C0.143-3.54%20%20c-0.135-0.911-0.5-1.604-1.312-1.484c-0.772%2C0.114-0.81%2C1.09-0.958%2C2.002c-0.291%2C1.863-0.531%2C3.658-2.431%2C3.939%20%20c-1.86%2C0.275-3.163-1.008-3.558-3.68C8.183%2C156.634%2C8.179%2C155.24%2C8.581%2C154.128z%22%2F%3E%20%3Cpath%20fill%3D%22%2305784A%22%20d%3D%22M11.719%2C141.833l1.018-0.062l0.392%2C6.406c1.497-0.091%2C2.213-0.836%2C2.105-2.593%20%20c-0.065-1.058-0.37-2.121-0.812-3.115l1.721-0.687c0.798%2C1.253%2C1.149%2C2.734%2C1.232%2C4.092c0.242%2C3.952-2.015%2C5.051-4.709%2C5.216%20%20c-2.155%2C0.132-5.225-0.602-5.462-4.474C6.946%2C142.405%2C9.962%2C141.94%2C11.719%2C141.833z%20M11.37%2C148.245l-0.23-3.772%20%20c-1.296%2C0.1-2.21%2C0.556-2.127%2C1.913C9.099%2C147.802%2C10.186%2C148.217%2C11.37%2C148.245z%22%2F%3E%20%3Cpath%20fill%3D%22%2305784A%22%20d%3D%22M9.33%2C136.53c-1.904-0.974-2.319-2.422-2.294-3.842l2.561%2C0.045c-0.002%2C1.281%2C0.433%2C2.689%2C1.953%2C3.876%20%20l5.481%2C0.096l-0.05%2C2.861l-9.842-0.173l0.048-2.72l2.102-0.043L9.33%2C136.53z%22%2F%3E%20%3Cpath%20fill%3D%22%2305784A%22%20d%3D%22M15.684%2C127.042c-0.249-0.125-2.467-0.881-3.452-1.298c-1.232-0.561-3.961-1.648-4.23-1.775l0.277-2.868%20%20c1.942%2C0.911%2C7.55%2C3.402%2C9.472%2C4.311l-0.375%2C3.883c-2.059%2C0.504-8.042%2C1.896-10.12%2C2.399l0.289-2.987l4.696-0.974%20%20c0.718-0.152%2C2.734-0.419%2C3.434-0.593L15.684%2C127.042z%22%2F%3E%20%3Cpath%20fill%3D%22%2305784A%22%20d%3D%22M19.902%2C112.32l-0.473%2C2.496l-0.981-0.084c-0.02-0.003-0.023%2C0.016-0.047%2C0.032%20%20c0.922%2C1.579%2C0.685%2C2.939%2C0.581%2C3.489c-0.455%2C2.398-2.256%2C2.667-3.376%2C2.455c-2.005-0.38-2.693-2.119-2.428-4.165%20%20c0.083-0.758%2C0.259-1.906%2C0.342-2.664l-0.236-0.044c-1.101-0.208-1.738%2C0.037-2.009%2C1.472c-0.179%2C0.943-0.213%2C2.199-0.09%2C3.159%20%20c-0.616%2C0.026-1.235%2C0.071-1.834%2C0.121c-0.275-1.233-0.273-2.963-0.013-4.339c0.439-2.319%2C1.583-3.629%2C4.079-3.156L19.902%2C112.32z%20%20%20M14.861%2C116.149c-0.097%2C0.938%2C0.293%2C1.46%2C1.06%2C1.605c0.806%2C0.153%2C1.312-0.158%2C1.488-1.082c0.112-0.59-0.058-1.416-0.489-2.149%20%20l-1.848-0.35L14.861%2C116.149z%22%2F%3E%20%3Cpath%20fill%3D%22%2305784A%22%20d%3D%22M9.238%2C103.63l2.605%2C0.71l0.753-2.76l1.814%2C0.495l-0.753%2C2.76l4.285%2C1.168%20%20c1.004%2C0.274%2C1.546%2C0.11%2C1.814-0.874c0.095-0.347%2C0.162-0.972%2C0.197-1.709l1.89%2C0.142c0.146%2C0.911%2C0.025%2C2.039-0.196%2C2.85%20%20c-0.721%2C2.645-2.208%2C2.924-3.713%2C2.513l-5.019-1.369l-0.363%2C1.332l-1.505-0.411l-0.033-1.626c-0.292-0.225-1.797-1.092-2.094-1.297%20%20L9.238%2C103.63z%22%2F%3E%20%3Cpath%20fill%3D%22%2305784A%22%20d%3D%22M12.736%2C97.321c-0.337%2C1.005-1.167%2C1.339-1.963%2C1.072c-0.834-0.28-1.27-1.059-0.938-2.045%20%20c0.35-1.043%2C1.167-1.402%2C2.001-1.122C12.632%2C95.492%2C13.086%2C96.277%2C12.736%2C97.321z%20M22.754%2C102.18l-9.332-3.13l0.91-2.712%20%20l9.332%2C3.13L22.754%2C102.18z%22%2F%3E%20%3Cpath%20fill%3D%22%2305784A%22%20d%3D%22M24.459%2C92.103c-0.202-0.192-2.099-1.567-2.917-2.255c-1.013-0.898-3.3-2.74-3.521-2.94l1.107-2.659%20%20c1.588%2C1.441%2C6.215%2C5.471%2C7.784%2C6.904l-1.5%2C3.6c-2.116-0.123-8.242-0.551-10.376-0.682l1.153-2.77l4.774%2C0.45%20%20c0.73%2C0.066%2C2.735%2C0.403%2C3.456%2C0.443L24.459%2C92.103z%22%2F%3E%20%3Cpath%20fill%3D%22%2305784A%22%20d%3D%22M28.294%2C76.643l0.902%2C0.476l-2.998%2C5.677c1.326%2C0.701%2C2.325%2C0.437%2C3.147-1.12%20%20c0.495-0.938%2C0.787-2.004%2C0.927-3.084l1.827%2C0.309c0.03%2C1.486-0.441%2C2.934-1.076%2C4.136c-1.849%2C3.502-4.349%2C3.268-6.736%2C2.007%20%20c-1.91-1.009-4.151-3.232-2.339-6.663C23.919%2C74.649%2C26.738%2C75.821%2C28.294%2C76.643z%20M24.661%2C81.939l1.765-3.342%20%20c-1.159-0.589-2.177-0.675-2.812%2C0.528C22.951%2C80.38%2C23.665%2C81.299%2C24.661%2C81.939z%22%2F%3E%20%3Cpath%20fill%3D%22%23D1C8BF%22%20d%3D%22M102.59%2C15.346l-0.651%2C9.231l-2.312%2C0.718l-5.643-7.17l-0.058%2C0.018l2.51%2C8.145l-2.713%2C0.843l-4.078-13.125%20%20l3.477-1.081l6.533%2C8.486l0.153-0.047l0.708-10.736l3.362-1.045l4.078%2C13.125l-2.751%2C0.855l-2.558-8.234L102.59%2C15.346z%22%2F%3E%20%3Cpath%20fill%3D%22%23D1C8BF%22%20d%3D%22M115.271%2C21.61c-3.583%2C0.639-5.223-1.384-5.717-4.16c-0.484-2.716%2C0.476-5.304%2C4.039-5.939%20%20c3.602-0.643%2C5.26%2C1.479%2C5.741%2C4.175C119.813%2C18.383%2C118.951%2C20.954%2C115.271%2C21.61z%20M113.946%2C13.499%20%20c-1.614%2C0.288-1.77%2C1.92-1.5%2C3.436c0.305%2C1.713%2C0.875%2C2.972%2C2.587%2C2.667c1.594-0.284%2C1.673-1.781%2C1.389-3.375%20%20C116.149%2C14.69%2C115.56%2C13.211%2C113.946%2C13.499z%22%2F%3E%20%3Cpath%20fill%3D%22%23D1C8BF%22%20d%3D%22M127.881%2C10.388l-0.387-4.866l2.852-0.227l1.135%2C14.259l-2.612%2C0.208l-0.17-0.87%20%20c-0.021-0.019-0.043-0.037-0.063-0.035c-0.895%2C0.854-2.089%2C1.23-2.927%2C1.296c-3.051%2C0.243-4.065-1.904-4.271-4.497%20%20c-0.241-3.031%2C0.692-5.434%2C3.803-5.681C125.877%2C9.925%2C127.025%2C9.974%2C127.881%2C10.388z%20M128.04%2C12.382%20%20c-0.481-0.243-1.379-0.432-2.018-0.381c-0.977%2C0.078-1.928%2C0.735-1.715%2C3.408c0.184%2C2.313%2C1.083%2C2.764%2C2.16%2C2.678%20%20c0.578-0.046%2C1.524-0.523%2C1.956-0.898L128.04%2C12.382z%22%2F%3E%20%3Cpath%20fill%3D%22%23D1C8BF%22%20d%3D%22M142.709%2C14.379l-0.014%2C1.021l-6.421-0.088c-0.021%2C1.5%2C0.669%2C2.27%2C2.43%2C2.294%20%20c1.06%2C0.015%2C2.144-0.211%2C3.169-0.577l0.556%2C1.768c-1.311%2C0.702-2.814%2C0.942-4.174%2C0.923c-3.961-0.055-4.889-2.388-4.853-5.089%20%20c0.03-2.161%2C0.992-5.168%2C4.873-5.115C142.495%2C9.575%2C142.733%2C12.619%2C142.709%2C14.379z%20M136.337%2C13.552l3.781%2C0.052%20%20c-0.002-1.3-0.389-2.246-1.75-2.265C136.948%2C11.319%2C136.454%2C12.373%2C136.337%2C13.552z%22%2F%3E%20%3Cpath%20fill%3D%22%23D1C8BF%22%20d%3D%22M148.17%2C12.399c1.113-1.825%2C2.587-2.13%2C4.001-1.999l-0.236%2C2.549c-1.276-0.098-2.712%2C0.23-4.01%2C1.657%20%20l-0.506%2C5.456l-2.847-0.264l0.908-9.797l2.708%2C0.251l-0.114%2C2.098L148.17%2C12.399z%22%2F%3E%20%3Cpath%20fill%3D%22%23D1C8BF%22%20d%3D%22M160.816%2C21.998l-2.504-0.43l0.067-0.983c0.003-0.02-0.017-0.023-0.033-0.046%20%20c-1.563%2C0.949-2.927%2C0.735-3.479%2C0.64c-2.405-0.413-2.706-2.21-2.512-3.334c0.345-2.011%2C2.072-2.729%2C4.123-2.498%20%20c0.759%2C0.069%2C1.91%2C0.227%2C2.669%2C0.296l0.041-0.236c0.19-1.104-0.067-1.737-1.506-1.984c-0.946-0.163-2.203-0.175-3.16-0.035%20%20c-0.037-0.615-0.093-1.234-0.152-1.833c1.229-0.296%2C2.958-0.324%2C4.338-0.087c2.326%2C0.4%2C3.656%2C1.521%2C3.226%2C4.025L160.816%2C21.998z%20%20%20M156.901%2C17.022c-0.94-0.081-1.455%2C0.318-1.587%2C1.087c-0.139%2C0.809%2C0.181%2C1.31%2C1.108%2C1.469c0.591%2C0.102%2C1.414-0.082%2C2.14-0.525%20%20l0.318-1.853L156.901%2C17.022z%22%2F%3E%20%3Cpath%20fill%3D%22%23D1C8BF%22%20d%3D%22M169.332%2C11.191l-0.665%2C2.616l2.771%2C0.705l-0.463%2C1.822l-2.771-0.705l-1.094%2C4.302%20%20c-0.256%2C1.008-0.084%2C1.547%2C0.904%2C1.798c0.349%2C0.088%2C0.975%2C0.145%2C1.711%2C0.167l-0.109%2C1.891c-0.908%2C0.161-2.037%2C0.06-2.851-0.147%20%20c-2.655-0.675-2.959-2.155-2.575-3.667l1.281-5.039l-1.337-0.34l0.384-1.512l1.625-0.061c0.219-0.295%2C1.06-1.814%2C1.26-2.114%20%20L169.332%2C11.191z%22%2F%3E%20%3Cpath%20fill%3D%22%23D1C8BF%22%20d%3D%22M180.942%2C22.448l-0.329%2C0.966l-6.079-2.067c-0.483%2C1.42-0.065%2C2.365%2C1.602%2C2.932%20%20c1.004%2C0.341%2C2.104%2C0.462%2C3.191%2C0.43l-0.017%2C1.854c-1.463%2C0.263-2.967%2C0.026-4.254-0.412c-3.75-1.275-3.911-3.781-3.042-6.337%20%20c0.695-2.045%2C2.539-4.608%2C6.212-3.359C182.222%2C17.813%2C181.508%2C20.782%2C180.942%2C22.448z%20M175.139%2C19.693l3.579%2C1.217%20%20c0.399-1.237%2C0.324-2.256-0.964-2.694C176.41%2C17.759%2C175.614%2C18.608%2C175.139%2C19.693z%22%2F%3E%20%3Cpath%20fill%3D%22%23D1C8BF%22%20d%3D%22M248.274%2C97.392l2.554-2.064l-1.876-4.657l-3.28%2C0.265l-1.099-2.728l14.497-0.795l1.391%2C3.451l-11.05%2C9.349%20%20L248.274%2C97.392z%20M255.437%2C91.723l2.465-1.856l-0.037-0.093l-3.171%2C0.372l-3.647%2C0.37l1.413%2C3.507L255.437%2C91.723z%22%2F%3E%20%3Cpath%20fill%3D%22%23D1C8BF%22%20d%3D%22M260.931%2C104.93l1.203%2C3.318l-1.538%2C0.442l-0.431-1.5l-0.093-0.035c-0.335%2C0.429-0.931%2C0.746-1.469%2C0.9%20%20c-1.884%2C0.542-3.546-0.896-4.192-3.146l-0.332-1.153c-0.259-0.904-0.768-1.153-1.172-1.037c-0.346%2C0.1-0.508%2C0.479-0.342%2C1.056%20%20l0.944%2C3.288c0.563%2C1.961%2C0.049%2C3.503-1.624%2C3.984c-1.826%2C0.525-4.161-0.719-5.227-4.43c-1.055-3.672%2C0.358-4.911%2C1.377-5.203%20%20c0.846-0.243%2C1.894%2C0.143%2C2.417%2C0.804c0.102-2.11%2C2.879-2.513%2C3.805-0.594l0.096-0.027c0.2-0.682%2C0.784-1.329%2C1.822-1.627%20%20c2.307-0.663%2C3.87%2C1.011%2C4.456%2C3.049C260.824%2C103.691%2C260.941%2C104.386%2C260.931%2C104.93z%20M250.791%2C104.409%20%20c-0.281-0.398-0.896-0.658-1.416-0.509c-0.558%2C0.16-1.208%2C0.722-0.739%2C2.356c0.481%2C1.673%2C1.402%2C2.199%2C2.152%2C1.983%20%20c0.596-0.171%2C0.942-0.562%2C0.566-1.869L250.791%2C104.409z%20M258.764%2C103.617c-0.26-0.903-1.049-1.114-1.683-0.932%20%20c-0.711%2C0.205-1.186%2C0.799-0.954%2C1.606c0.221%2C0.769%2C0.878%2C1.247%2C1.705%2C1.009C258.485%2C105.112%2C259.029%2C104.54%2C258.764%2C103.617z%22%2F%3E%20%3Cpath%20fill%3D%22%23D1C8BF%22%20d%3D%22M263.547%2C116.756l0.886%2C3.415l-1.572%2C0.295l-0.288-1.533l-0.09-0.044c-0.373%2C0.396-0.996%2C0.655-1.546%2C0.758%20%20c-1.926%2C0.362-3.445-1.225-3.877-3.524l-0.221-1.179c-0.174-0.924-0.657-1.22-1.069-1.142c-0.354%2C0.066-0.55%2C0.429-0.439%2C1.019%20%20l0.631%2C3.36c0.377%2C2.005-0.28%2C3.492-1.99%2C3.813c-1.867%2C0.351-4.074-1.107-4.787-4.9c-0.705-3.754%2C0.818-4.854%2C1.859-5.049%20%20c0.865-0.163%2C1.871%2C0.32%2C2.33%2C1.027c0.299-2.091%2C3.101-2.231%2C3.842-0.234l0.098-0.019c0.263-0.66%2C0.905-1.248%2C1.966-1.448%20%20c2.358-0.443%2C3.757%2C1.37%2C4.148%2C3.453C263.557%2C115.513%2C263.608%2C116.216%2C263.547%2C116.756z%20M253.504%2C115.286%20%20c-0.242-0.422-0.831-0.739-1.361-0.64c-0.57%2C0.107-1.27%2C0.605-0.956%2C2.275c0.321%2C1.71%2C1.188%2C2.32%2C1.955%2C2.176%20%20c0.609-0.115%2C0.99-0.471%2C0.739-1.807L253.504%2C115.286z%20M261.513%2C115.246c-0.174-0.923-0.939-1.207-1.587-1.085%20%20c-0.728%2C0.137-1.255%2C0.684-1.1%2C1.509c0.147%2C0.786%2C0.757%2C1.323%2C1.602%2C1.164C261.096%2C116.708%2C261.69%2C116.189%2C261.513%2C115.246z%22%2F%3E%20%3Cpath%20fill%3D%22%23D1C8BF%22%20d%3D%22M262.624%2C125.448c2.008%2C0.731%2C2.598%2C2.116%2C2.749%2C3.527l-2.545%2C0.271c-0.156-1.271-0.762-2.613-2.416-3.604%20%20l-5.448%2C0.582l-0.303-2.843l9.782-1.043l0.288%2C2.704l-2.079%2C0.302L262.624%2C125.448z%22%2F%3E%20%3Cpath%20fill%3D%22%23D1C8BF%22%20d%3D%22M260.948%2C140.039l-1.02%2C0.028l-0.176-6.417c-1.499%2C0.042-2.24%2C0.762-2.191%2C2.521%20%20c0.029%2C1.059%2C0.299%2C2.132%2C0.707%2C3.141l-1.743%2C0.628c-0.755-1.279-1.056-2.771-1.094-4.131c-0.109-3.958%2C2.184-4.981%2C4.882-5.055%20%20c2.159-0.059%2C5.202%2C0.777%2C5.309%2C4.655C265.738%2C139.627%2C262.707%2C139.99%2C260.948%2C140.039z%20M261.513%2C133.642l0.104%2C3.778%20%20c1.299-0.056%2C2.228-0.481%2C2.19-1.84C263.767%2C134.16%2C262.695%2C133.709%2C261.513%2C133.642z%22%2F%3E%20%3Cpath%20fill%3D%22%23D1C8BF%22%20d%3D%22M264.473%2C150.088c-0.193-0.111-1.506-0.608-1.72-0.721c0.46-1.035%2C0.634-1.946%2C0.678-2.704%20%20c0.042-0.719-0.076-1.446-0.814-1.489c-0.539-0.031-0.836%2C0.953-1.079%2C1.68c-0.554%2C1.61-1.309%2C3.568-3.584%2C3.437%20%20c-1.876-0.109-2.845-1.708-2.668-4.741c0.065-1.118%2C0.383-2.801%2C1.03-3.945l1.741%2C0.722c-0.673%2C1.583-0.822%2C2.776-0.861%2C3.434%20%20c-0.053%2C0.918%2C0.164%2C1.672%2C0.982%2C1.719c0.778%2C0.045%2C1.014-0.902%2C1.344-1.764c0.664-1.764%2C1.263-3.471%2C3.179-3.36%20%20c1.876%2C0.109%2C2.889%2C1.63%2C2.732%2C4.324C265.372%2C147.717%2C265.092%2C149.083%2C264.473%2C150.088z%22%2F%3E%20%3Cpath%20fill%3D%22%23D1C8BF%22%20d%3D%22M263.13%2C160.547c-0.184-0.127-1.452-0.73-1.656-0.86c0.544-0.994%2C0.792-1.888%2C0.897-2.641%20%20c0.101-0.713%2C0.042-1.448-0.69-1.552c-0.535-0.075-0.912%2C0.881-1.214%2C1.586c-0.684%2C1.56-1.597%2C3.451-3.855%2C3.133%20%20c-1.862-0.263-2.697-1.936-2.272-4.946c0.157-1.109%2C0.612-2.762%2C1.351-3.85l1.676%2C0.863c-0.8%2C1.523-1.047%2C2.7-1.139%2C3.354%20%20c-0.128%2C0.911%2C0.026%2C1.68%2C0.838%2C1.794c0.772%2C0.109%2C1.084-0.816%2C1.485-1.649c0.806-1.704%2C1.544-3.357%2C3.445-3.089%20%20c1.861%2C0.262%2C2.747%2C1.862%2C2.37%2C4.536C264.221%2C158.257%2C263.83%2C159.596%2C263.13%2C160.547z%22%2F%3E%20%3Cpath%20fill%3D%22%23D1C8BF%22%20d%3D%22M253.424%2C161.799l9.632%2C2.004l-0.583%2C2.8l-9.632-2.004L253.424%2C161.799z%20M263.941%2C165.438%20%20c0.216-1.038%2C1-1.467%2C1.822-1.296c0.861%2C0.179%2C1.385%2C0.901%2C1.173%2C1.919c-0.224%2C1.077-0.992%2C1.53-1.854%2C1.351%20%20C264.26%2C167.24%2C263.717%2C166.515%2C263.941%2C165.438z%22%2F%3E%20%3Cpath%20fill%3D%22%23D1C8BF%22%20d%3D%22M252.929%2C172.008c0.223%2C0.167%2C2.27%2C1.306%2C3.165%2C1.891c1.112%2C0.771%2C3.602%2C2.326%2C3.844%2C2.498l-0.782%2C2.771%20%20c-1.748-1.241-6.82-4.688-8.548-5.924l1.059-3.752c2.114-0.13%2C8.246-0.435%2C10.379-0.56l-0.815%2C2.886l-4.792%2C0.122%20%20c-0.733%2C0.021-2.763-0.074-3.482-0.027L252.929%2C172.008z%22%2F%3E%20%3Cpath%20fill%3D%22%23D1C8BF%22%20d%3D%22M250.967%2C187.82l-0.953-0.365l2.297-5.996c-1.401-0.537-2.361-0.155-2.991%2C1.489%20%20c-0.379%2C0.99-0.542%2C2.084-0.552%2C3.173l-1.851-0.088c-0.207-1.471%2C0.087-2.965%2C0.573-4.235c1.417-3.698%2C3.927-3.764%2C6.448-2.798%20%20c2.018%2C0.773%2C4.508%2C2.713%2C3.12%2C6.336C255.55%2C189.276%2C252.611%2C188.45%2C250.967%2C187.82z%20M253.941%2C182.127l-1.353%2C3.53%20%20c1.221%2C0.446%2C2.242%2C0.409%2C2.729-0.861C255.826%2C183.47%2C255.007%2C182.643%2C253.941%2C182.127z%22%2F%3E%3C%2Fg%3E%3Cpolygon%20fill%3D%22%23189BD7%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20points%3D%22%20136.714%2C146.676%2056.714%2C136.676%20136.714%2C126.676%20146.714%2C136.676%20%22%2F%3E%3C%2Fsvg%3E');
}
.ico-si {
  width: 266px;
  height: 65px;
}
.icon-EDGE_icon_cash-tran {
  height: 25px;
  width: 52px;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%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%3Csvg%20xml%3Aspace%3D%22preserve%22%20enable-background%3D%22new%200%200%2090%2042.555%22%20viewBox%3D%2212%204%2069%2029.566%22%20height%3D%2225px%22%20width%3D%2252px%22%20y%3D%220px%22%20x%3D%220px%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22Layer_1%22%20version%3D%221.1%22%3E%3Cg%3E%3Cg%3E%3Cpath%20d%3D%22M8.639%2C5.223v30.729h55.014V5.223H8.639z%22%20fill%3D%22%23D1C9C0%22%20%2F%3E%20%3C%2Fg%3E%3Cellipse%20ry%3D%2212.814%22%20rx%3D%2210.014%22%20cy%3D%2220.584%22%20cx%3D%2236.145%22%20fill%3D%22%23FFFFFF%22%20%2F%3E%3Cg%3E%3Cpath%20d%3D%22M35.279%2C28.74c-1.711-0.077-3.541-0.433-5.008-1.231l0.889-2.407c2.097%2C0.913%2C3.83%2C1.038%2C4.841%2C1.038%20%20%20c1.588%2C0%2C2.649-0.582%2C2.649-2.097c0-1.256-0.986-1.712-2.455-2.147c-2.893-0.791-5.492-1.417-5.492-4.668%20%20%20c0-2.583%2C1.64-4.409%2C4.576-4.749v-2.431h1.951v2.41c1.278%2C0.096%2C2.746%2C0.411%2C3.923%2C1.059l-0.89%2C2.309%20%20%20c-1.732-0.696-2.816-0.767-3.902-0.767c-1.397%2C0-2.312%2C0.701-2.312%2C2.02c0%2C1.229%2C1.445%2C1.616%2C2.987%2C2.001%20%20%20c2.025%2C0.504%2C4.983%2C1.229%2C4.983%2C4.963c0%2C2.672-1.875%2C4.36-4.79%2C4.668v2.413h-1.951V28.74z%22%20fill%3D%22%23009CDE%22%20%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cpolygon%20points%3D%2280.639%2C20.584%2066.71%2C8.015%2066.71%2C13.997%2050.822%2C13.997%2050.822%2C27.177%2066.71%2C27.177%2066.71%2C33.159%20%22%20fill%3D%22%23009CDE%22%20%2F%3E%3Cpolyline%20points%3D%2263.71%2C14.034%2050.822%2C14.034%2050.822%2C27.214%2063.71%2C27.214%20%22%20fill%3D%22%230078A3%22%20%2F%3E%3C%2Fsvg%3E');
}
.icon-Edge_icon_acc-tran {
  width: 52px;
  height: 46px;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%20%3F%3E%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%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20%20%20%20width%3D%2252px%22%20height%3D%2246px%22%20viewBox%3D%2219%2010%2063%2074%22%20enable-background%3D%22new%200%200%2090%2090%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Crect%20x%3D%2236.27%22%20y%3D%2242.993%22%20fill%3D%22%23FFFFFF%22%20width%3D%2213.91%22%20height%3D%223.621%22%20%2F%3E%3Crect%20x%3D%2236.27%22%20y%3D%2233.744%22%20fill%3D%22%23FFFFFF%22%20width%3D%2225.085%22%20height%3D%223.621%22%20%2F%3E%3Crect%20x%3D%2236.27%22%20y%3D%2252.244%22%20fill%3D%22%23FFFFFF%22%20width%3D%2219.498%22%20height%3D%223.621%22%20%2F%3E%3Crect%20x%3D%2236.27%22%20y%3D%2261.496%22%20fill%3D%22%23FFFFFF%22%20width%3D%2236.259%22%20height%3D%223.619%22%20%2F%3E%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M27.538%2C74.744c0%2C0.945%2C0.768%2C1.705%2C1.708%2C1.705h45.939v0.004h4.11c0.94%2C0%2C1.703-0.764%2C1.703-1.709V60.502%20%20V28.335V17.043v-4.422c0-0.944-0.763-1.708-1.703-1.708h-50.05c-0.941%2C0-1.708%2C0.764-1.708%2C1.708V74.744z%20M36.27%2C33.744h25.085%20%20v3.621H36.27V33.744z%20M36.27%2C42.993h13.91v3.621H36.27V42.993z%20M36.27%2C52.244h19.498v3.621H36.27V52.244z%20M72.529%2C65.115H36.27%20%20v-3.619h36.259V65.115L72.529%2C65.115z%22%20%2F%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20fill%3D%22%2300A9E0%22%20d%3D%22M27.539%2C18.423c-10.049%2C0-18.232%2C7.999-18.528%2C17.978C9.004%2C36.585%2C9%2C36.774%2C9%2C36.963%20%20c0%2C6.863%2C3.736%2C12.859%2C9.279%2C16.062c0%2C0.004%2C0%2C0.004%2C0%2C0.004c2.726%2C1.57%2C5.887%2C2.471%2C9.259%2C2.471%20%20c10.241%2C0%2C18.538-8.301%2C18.538-18.539C46.076%2C26.728%2C37.779%2C18.423%2C27.539%2C18.423z%22%20%2F%3E%3Cpath%20fill%3D%22%230078A3%22%20d%3D%22M46.076%2C36.96c0-10.233-8.297-18.537-18.538-18.537l0%2C0V55.5l0%2C0C37.779%2C55.5%2C46.076%2C47.199%2C46.076%2C36.96z%22%20%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M28.846%2C46.779v2.912h-2.354v-2.885c-2.067-0.089-4.278-0.523-6.052-1.485l1.076-2.908%20%20c2.532%2C1.107%2C4.624%2C1.254%2C5.85%2C1.254c1.917%2C0%2C3.199-0.703%2C3.199-2.53c0-1.519-1.192-2.07-2.967-2.592%20%20c-3.493-0.961-6.635-1.719-6.635-5.645c0-3.115%2C1.98-5.329%2C5.528-5.737V24.23h2.354v2.907c1.546%2C0.116%2C3.319%2C0.5%2C4.746%2C1.282%20%20l-1.076%2C2.791c-2.096-0.839-3.407-0.931-4.714-0.931c-1.69%2C0-2.793%2C0.848-2.793%2C2.444c0%2C1.483%2C1.747%2C1.951%2C3.608%2C2.415%20%20c2.447%2C0.61%2C6.022%2C1.488%2C6.022%2C6C34.638%2C44.365%2C32.37%2C46.402%2C28.846%2C46.779z%22%20%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%2300A9E0%22%20d%3D%22M36.244%2C46.768h7.074c0.693-1.134%2C1.27-2.344%2C1.709-3.621h-8.783V46.768z%22%20%2F%3E%3Cpath%20fill%3D%22%2300A9E0%22%20d%3D%22M36.244%2C37.519h9.786c0.004-0.135%2C0.021-0.267%2C0.021-0.403c0-1.1-0.113-2.171-0.299-3.218h-9.508V37.519z%22%20%2F%3E%3Cpath%20fill%3D%22%2300A9E0%22%20d%3D%22M36.244%2C53.468c0.606-0.324%2C1.191-0.682%2C1.754-1.069h-1.754V53.468z%22%20%2F%3E%3C%2Fsvg%3E');
}
.icon-EDGE_icon_recurring_pay1 {
  height: 25px;
  width: 50px;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%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%3Csvg%20xml%3Aspace%3D%22preserve%22%20enable-background%3D%22new%200%200%2090%2090%22%20viewBox%3D%2225%2029%2045%2034.566%22%20height%3D%2225px%22%20width%3D%2250px%22%20y%3D%220px%22%20x%3D%220px%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22Layer_1%22%20version%3D%221.1%22%3E%3Cg%3E%3Cpath%20d%3D%22M10.515%2C29.979v29.595h52.981V29.979H10.515z%22%20fill%3D%22%23D1C9C0%22%20%2F%3E%3Cpath%20d%3D%22M46.65%2C44.774c0%2C6.817-4.32%2C12.341-9.647%2C12.341c-5.324%2C0-9.644-5.523-9.644-12.341%20%20s4.32-12.341%2C9.644-12.341C42.331%2C32.434%2C46.65%2C37.957%2C46.65%2C44.774z%22%20fill%3D%22%23FFFFFF%22%20%2F%3E%3Cpath%20d%3D%22M36.17%2C52.63c-1.648-0.074-3.41-0.417-4.823-1.187l0.856-2.318c2.019%2C0.88%2C3.688%2C1%2C4.662%2C1%20%20c1.531%2C0%2C2.551-0.56%2C2.551-2.02c0-1.209-0.948-1.648-2.365-2.068c-2.785-0.762-5.288-1.365-5.288-4.497%20%20c0-2.487%2C1.58-4.246%2C4.406-4.573v-2.341h1.879v2.321c1.232%2C0.092%2C2.646%2C0.396%2C3.779%2C1.02l-0.857%2C2.224%20%20c-1.668-0.669-2.712-0.738-3.758-0.738c-1.346%2C0-2.226%2C0.675-2.226%2C1.945c0%2C1.184%2C1.39%2C1.557%2C2.877%2C1.927%20%20c1.95%2C0.486%2C4.799%2C1.184%2C4.799%2C4.781c0%2C2.574-1.807%2C4.199-4.614%2C4.496v2.323H36.17V52.63z%22%20fill%3D%22%23D1C9C0%22%20%2F%3E%3C%2Fg%3E%3Cpolygon%20points%3D%2270.041%2C52.044%2070.041%2C49.545%2070.041%2C46.525%2058.938%2C46.525%2057.302%2C46.525%2057.302%2C44.891%2057.302%2C40.772%2053.271%2C40.772%2053.271%2C51.027%2066.012%2C51.027%2066.012%2C55.682%20%22%20fill%3D%22%2300A9E0%22%20%2F%3E%3Cpolygon%20points%3D%2282.515%2C39.762%2071.677%2C29.979%2071.677%2C33.97%2071.677%2C34.635%2063.496%2C34.635%2063.496%2C44.891%2071.677%2C44.891%2071.677%2C49.545%20%22%20fill%3D%22%2300A9E0%22%20%2F%3E%3Crect%20height%3D%2210.255%22%20width%3D%224.559%22%20fill%3D%22%230078A3%22%20y%3D%2234.634%22%20x%3D%2258.938%22%20%2F%3E%3Cpolygon%20points%3D%2263.496%2C46.555%2058.938%2C46.555%2057.302%2C46.555%2057.302%2C44.92%2057.302%2C40.802%2053.271%2C40.802%2053.271%2C51.057%2063.496%2C51.057%20%22%20fill%3D%22%230078A3%22%20%2F%3E%3C%2Fsvg%3E');
}
.ico-nest.s,
.ico-pie.s {
  width: 40px;
  height: 40px;
}
.icon-edge_icon_401krollover1 {
  width: 52px;
  height: 50px;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%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%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2252px%22%20height%3D%2250px%22%20viewBox%3D%220%2010%2090%2090%22%20enable-background%3D%22new%200%200%2090%2090%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M31.566%2C38.55h-3.205l-5.526%2C7.889v2.018h5.566v3.4h3.165v-3.4h1.783v-2.484h-1.783V38.55z%20M26.252%2C45.973%20%20l2.204-3.178v3.178H26.252z%22%2F%3E%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M39.991%2C38.347c-3.363%2C0-5.292%2C2.521-5.292%2C6.911c0%2C4.476%2C1.774%2C6.746%2C5.275%2C6.746%20%20c3.331%2C0%2C5.236-2.475%2C5.236-6.782C45.21%2C40.79%2C43.359%2C38.347%2C39.991%2C38.347%20M39.991%2C49.314c-1.431%2C0-2.017-1.17-2.017-4.038%20%20c0-2.868%2C0.641-4.202%2C2.017-4.202c1.346%2C0%2C1.947%2C1.29%2C1.947%2C4.184C41.938%2C47.949%2C41.282%2C49.314%2C39.991%2C49.314%22%2F%3E%20%3Cpolygon%20fill%3D%22%23009CDE%22%20points%3D%2246.343%2C39.462%2046.343%2C41.825%2048.916%2C41.583%2048.916%2C51.857%2052.152%2C51.857%2052.152%2C38.55%20%20%2049.488%2C38.55%20%20%22%2F%3E%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M57.656%2C46.254c0-2.349%2C0.859-3.876%2C1.225-4.424l0.125-0.182l-1.031-0.651l-0.121%2C0.133%20%20c-0.469%2C0.51-2.002%2C2.393-2.002%2C5.16c0%2C2.883%2C1.4%2C4.697%2C2.004%2C5.35l0.125%2C0.129l1.037-0.693l-0.125-0.18%20%20C58.43%2C50.232%2C57.656%2C48.742%2C57.656%2C46.254%22%2F%3E%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M65.473%2C49.422c-0.166-0.271-0.566-0.904-0.965-1.529c-0.377-0.598-0.752-1.188-0.934-1.475l-0.289-0.34%20%20l2.354-2.458h-2.443l-1.576%2C1.696c0.014-0.352%2C0.025-0.798%2C0.025-1.169l0.014-3.102h-2.107v8.7h2.105v-2.119l0.244-0.25%20%20c0.453%2C0.766%2C0.92%2C1.523%2C1.381%2C2.268l0.062%2C0.102h2.324L65.473%2C49.422z%22%2F%3E%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M66.684%2C41.129l-0.119-0.132l-1.047%2C0.65l0.125%2C0.183c0.369%2C0.536%2C1.227%2C2.038%2C1.227%2C4.412%20%20c0%2C1.83-0.426%2C3.441-1.229%2C4.658l-0.113%2C0.176l1.008%2C0.684l0.123-0.133c0.604-0.652%2C2.014-2.482%2C2.014-5.338%20%20C68.672%2C43.613%2C67.281%2C41.787%2C66.684%2C41.129%22%2F%3E%20%3Cg%3E%20%20%3Cpath%20fill%3D%22none%22%20d%3D%22M20.694%2C59.625c3.458%2C5.884%2C8.922%2C10.453%2C15.451%2C12.743c0.035%2C0.012%2C0.069%2C0.023%2C0.104%2C0.035%20%20%20c0.527%2C0.183%2C1.063%2C0.349%2C1.604%2C0.501c0.077%2C0.021%2C0.152%2C0.045%2C0.229%2C0.065c1.143%2C0.312%2C2.313%2C0.553%2C3.508%2C0.723%20%20%20c0.15%2C0.021%2C0.301%2C0.039%2C0.451%2C0.058c0.446%2C0.057%2C0.896%2C0.102%2C1.348%2C0.138c0.167%2C0.013%2C0.333%2C0.027%2C0.501%2C0.038%20%20%20c0.592%2C0.036%2C1.188%2C0.061%2C1.79%2C0.061c9.99%2C0%2C18.814-5.079%2C24.028-12.791c0.521-0.771%2C1.007-1.568%2C1.453-2.39%20%20%20c2.233-4.106%2C3.503-8.811%2C3.503-13.806c0-2.631-0.361-5.177-1.027-7.598l0.012%2C0.004c0%2C0%2C0%2C0%2C0-0.001L62.84%2C33.776l7.623-3.795%20%20%20C65.375%2C21.612%2C56.17%2C16.01%2C45.68%2C16.01C29.694%2C16.01%2C16.693%2C29.016%2C16.693%2C45c0%2C2.439%2C0.306%2C4.806%2C0.876%2C7.071l10.474%2C4.854%20%20%20L20.694%2C59.625z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M43.89%2C73.926c-0.168-0.011-0.334-0.025-0.501-0.038C43.556%2C73.9%2C43.722%2C73.915%2C43.89%2C73.926z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M42.041%2C73.75c-0.15-0.019-0.301-0.036-0.451-0.058C41.74%2C73.714%2C41.891%2C73.73%2C42.041%2C73.75z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M71.161%2C58.806c-0.446%2C0.821-0.932%2C1.619-1.453%2C2.39C70.229%2C60.425%2C70.715%2C59.627%2C71.161%2C58.806z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M40.859%2C78.232c-0.689-0.1-1.373-0.216-2.048-0.357C39.486%2C78.017%2C40.169%2C78.134%2C40.859%2C78.232z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M38.618%2C77.831C38%2C77.697%2C37.39%2C77.546%2C36.785%2C77.38C37.39%2C77.546%2C38%2C77.698%2C38.618%2C77.831z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M34.375%2C76.621c-0.678-0.243-1.347-0.508-2.004-0.793C33.029%2C76.113%2C33.697%2C76.378%2C34.375%2C76.621z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M36.331%2C77.25c-0.593-0.173-1.181-0.358-1.76-0.562C35.15%2C76.892%2C35.737%2C77.078%2C36.331%2C77.25z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M32.286%2C75.789c-0.624-0.272-1.237-0.565-1.84-0.874C31.049%2C75.224%2C31.662%2C75.517%2C32.286%2C75.789z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M81%2C24.737l-6.418%2C3.194C68.73%2C18.056%2C57.971%2C11.417%2C45.68%2C11.417c-18.519%2C0-33.583%2C15.066-33.583%2C33.583%20%20%20c0%2C3.244%2C0.471%2C6.377%2C1.333%2C9.346l1.598-3.453l2.542%2C1.178C17%2C49.806%2C16.693%2C47.438%2C16.693%2C45c0-15.983%2C13-28.989%2C28.986-28.989%20%20%20c10.49%2C0%2C19.695%2C5.602%2C24.783%2C13.971l-7.623%2C3.795l10.809%2C3.629c0%2C0%2C0%2C0%2C0%2C0.001l2.789%2C0.936l1.199-3.575%20%20%20c1.045%2C3.227%2C1.621%2C6.66%2C1.621%2C10.233c0%2C14.469-9.191%2C26.829-22.043%2C31.543C70.067%2C71.828%2C79.26%2C59.469%2C79.26%2C45%20%20%20c0-3.58-0.568-7.029-1.611-10.268L81%2C24.737z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M45.68%2C78.584C45.68%2C78.584%2C45.68%2C78.584%2C45.68%2C78.584c-0.709%2C0-1.412-0.029-2.111-0.073%20%20%20C44.268%2C78.555%2C44.97%2C78.584%2C45.68%2C78.584z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M16.305%2C61.234l-0.01%2C0.004c3.209%2C5.785%2C8.078%2C10.523%2C13.958%2C13.578%20%20%20C24.378%2C71.759%2C19.514%2C67.018%2C16.305%2C61.234z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M36.249%2C72.403c-0.035-0.012-0.069-0.023-0.104-0.035C36.18%2C72.38%2C36.214%2C72.392%2C36.249%2C72.403z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M45.68%2C73.986L45.68%2C73.986c9.99%2C0%2C18.814-5.079%2C24.028-12.791C64.494%2C68.907%2C55.67%2C73.986%2C45.68%2C73.986z%22%20%20%20%2F%3E%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M42.979%2C78.466c-0.54-0.043-1.077-0.099-1.61-0.168C41.902%2C78.366%2C42.439%2C78.423%2C42.979%2C78.466z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M38.082%2C72.97c-0.077-0.021-0.152-0.044-0.229-0.065C37.93%2C72.926%2C38.005%2C72.948%2C38.082%2C72.97z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M45.68%2C78.584c4.051%2C0%2C7.937-0.721%2C11.535-2.041C53.616%2C77.863%2C49.731%2C78.584%2C45.68%2C78.584L45.68%2C78.584z%22%20%20%20%2F%3E%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M34.57%2C76.688c-0.064-0.022-0.13-0.043-0.195-0.066C34.44%2C76.645%2C34.506%2C76.665%2C34.57%2C76.688z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M43.569%2C78.511c-0.197-0.013-0.393-0.029-0.589-0.045C43.176%2C78.481%2C43.372%2C78.498%2C43.569%2C78.511z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M36.785%2C77.38c-0.152-0.042-0.303-0.086-0.455-0.13C36.482%2C77.294%2C36.633%2C77.338%2C36.785%2C77.38z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M41.369%2C78.298c-0.17-0.021-0.341-0.04-0.51-0.065C41.028%2C78.258%2C41.199%2C78.276%2C41.369%2C78.298z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M38.811%2C77.875c-0.065-0.014-0.128-0.03-0.193-0.044C38.682%2C77.845%2C38.746%2C77.861%2C38.811%2C77.875z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M41.59%2C73.692c-1.194-0.17-2.365-0.411-3.508-0.723C39.225%2C73.28%2C40.396%2C73.523%2C41.59%2C73.692z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M74.664%2C45c0-2.627-0.357-5.172-1.016-7.594l-0.012-0.004C74.303%2C39.823%2C74.664%2C42.369%2C74.664%2C45z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M32.371%2C75.828c-0.029-0.013-0.057-0.026-0.085-0.039C32.314%2C75.802%2C32.342%2C75.815%2C32.371%2C75.828z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M36.145%2C72.368c-6.529-2.29-11.993-6.859-15.451-12.743l7.349-2.701L17.569%2C52.07%20%20%20C19.953%2C61.547%2C27.014%2C69.178%2C36.145%2C72.368z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M37.853%2C72.904c-0.541-0.152-1.077-0.318-1.604-0.501C36.777%2C72.586%2C37.312%2C72.752%2C37.853%2C72.904z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M9%2C63.914l7.295-2.676c-1.2-2.163-2.164-4.473-2.866-6.893L9%2C63.914z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M43.389%2C73.888c-0.452-0.036-0.901-0.081-1.348-0.138C42.487%2C73.806%2C42.937%2C73.852%2C43.389%2C73.888z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M30.445%2C74.915c-0.064-0.033-0.129-0.065-0.193-0.099C30.316%2C74.85%2C30.381%2C74.882%2C30.445%2C74.915z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M45.68%2C73.986C45.68%2C73.986%2C45.68%2C73.986%2C45.68%2C73.986c-0.601%2C0-1.197-0.024-1.79-0.061%20%20%20C44.482%2C73.962%2C45.078%2C73.986%2C45.68%2C73.986z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M79.258%2C45c0-3.573-0.576-7.007-1.621-10.233l-1.199%2C3.575l-2.789-0.936%20%20%20c0.658%2C2.421%2C1.016%2C4.966%2C1.016%2C7.594c0%2C4.996-1.27%2C9.7-3.503%2C13.806c-0.446%2C0.821-0.932%2C1.619-1.453%2C2.39%20%20%20C64.494%2C68.907%2C55.67%2C73.986%2C45.68%2C73.986l0%2C0c0%2C0%2C0%2C0%2C0%2C0c-0.602%2C0-1.197-0.024-1.79-0.061c-0.168-0.011-0.334-0.025-0.501-0.038%20%20%20c-0.452-0.036-0.901-0.082-1.348-0.138c-0.15-0.02-0.301-0.036-0.451-0.058c-1.194-0.169-2.365-0.412-3.508-0.723%20%20%20c-0.077-0.021-0.152-0.044-0.229-0.065c-0.542-0.152-1.076-0.318-1.604-0.501c-0.035-0.012-0.069-0.023-0.104-0.035%20%20%20c-9.131-3.19-16.192-10.821-18.576-20.298l-2.542-1.178l-1.598%2C3.453c0.702%2C2.42%2C1.666%2C4.729%2C2.866%2C6.893l0.01-0.004%20%20%20c3.209%2C5.783%2C8.073%2C10.524%2C13.948%2C13.582c0.064%2C0.033%2C0.128%2C0.065%2C0.193%2C0.099c0.604%2C0.309%2C1.216%2C0.602%2C1.84%2C0.874%20%20%20c0.029%2C0.013%2C0.057%2C0.026%2C0.085%2C0.039c0.657%2C0.285%2C1.326%2C0.55%2C2.004%2C0.793c0.064%2C0.023%2C0.13%2C0.044%2C0.195%2C0.066%20%20%20c0.579%2C0.204%2C1.167%2C0.39%2C1.76%2C0.562c0.151%2C0.044%2C0.302%2C0.088%2C0.455%2C0.13c0.604%2C0.166%2C1.215%2C0.317%2C1.833%2C0.451%20%20%20c0.064%2C0.014%2C0.128%2C0.03%2C0.193%2C0.044c0.675%2C0.142%2C1.359%2C0.258%2C2.048%2C0.357c0.169%2C0.025%2C0.34%2C0.044%2C0.51%2C0.065%20%20%20c0.533%2C0.069%2C1.07%2C0.125%2C1.61%2C0.168c0.196%2C0.016%2C0.392%2C0.032%2C0.589%2C0.045c0.699%2C0.044%2C1.401%2C0.073%2C2.111%2C0.073%20%20%20c4.051%2C0%2C7.936-0.721%2C11.535-2.041C70.066%2C71.828%2C79.258%2C59.469%2C79.258%2C45z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230078A3%22%20d%3D%22M79.258%2C45c0-3.573-0.576-7.007-1.621-10.233l-1.199%2C3.575l-2.789-0.936%20%20%20c0.658%2C2.421%2C1.016%2C4.966%2C1.016%2C7.594c0%2C4.996-1.27%2C9.7-3.503%2C13.806c-0.446%2C0.821-0.932%2C1.619-1.453%2C2.39%20%20%20C64.494%2C68.907%2C55.67%2C73.986%2C45.68%2C73.986l0%2C0c0%2C0%2C0%2C0%2C0%2C0c-0.602%2C0-1.197-0.024-1.79-0.061c-0.168-0.011-0.334-0.025-0.501-0.038%20%20%20c-0.452-0.036-0.901-0.082-1.348-0.138c-0.15-0.02-0.301-0.036-0.451-0.058c-1.194-0.169-2.365-0.412-3.508-0.723%20%20%20c-0.077-0.021-0.152-0.044-0.229-0.065c-0.542-0.152-1.076-0.318-1.604-0.501c-0.035-0.012-0.069-0.023-0.104-0.035%20%20%20c-9.131-3.19-16.192-10.821-18.576-20.298l-2.542-1.178l-1.598%2C3.453c0.702%2C2.42%2C1.666%2C4.729%2C2.866%2C6.893l0.01-0.004%20%20%20c3.209%2C5.783%2C8.073%2C10.524%2C13.948%2C13.582c0.064%2C0.033%2C0.128%2C0.065%2C0.193%2C0.099c0.604%2C0.309%2C1.216%2C0.602%2C1.84%2C0.874%20%20%20c0.029%2C0.013%2C0.057%2C0.026%2C0.085%2C0.039c0.657%2C0.285%2C1.326%2C0.55%2C2.004%2C0.793c0.064%2C0.023%2C0.13%2C0.044%2C0.195%2C0.066%20%20%20c0.579%2C0.204%2C1.167%2C0.39%2C1.76%2C0.562c0.151%2C0.044%2C0.302%2C0.088%2C0.455%2C0.13c0.604%2C0.166%2C1.215%2C0.317%2C1.833%2C0.451%20%20%20c0.064%2C0.014%2C0.128%2C0.03%2C0.193%2C0.044c0.675%2C0.142%2C1.359%2C0.258%2C2.048%2C0.357c0.169%2C0.025%2C0.34%2C0.044%2C0.51%2C0.065%20%20%20c0.533%2C0.069%2C1.07%2C0.125%2C1.61%2C0.168c0.196%2C0.016%2C0.392%2C0.032%2C0.589%2C0.045c0.699%2C0.044%2C1.401%2C0.073%2C2.111%2C0.073%20%20%20c4.051%2C0%2C7.936-0.721%2C11.535-2.041C70.066%2C71.828%2C79.258%2C59.469%2C79.258%2C45z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ico-phone,
.icon-phone,
.icon-phone2 {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%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%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2243.75px%22%20height%3D%2248px%22%20viewBox%3D%220%200%2043.75%2048%22%20enable-background%3D%22new%200%200%2043.75%2048%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cpath%20fill%3D%22%23179BD7%22%20d%3D%22M34.255%2C39.092l-3.12-3.031c8.43-8.189%2C8.43-21.529%2C0-29.719l3.12-3.04%20%20C44.415%2C13.171%2C44.415%2C29.23%2C34.255%2C39.092z%22%2F%3E%20%3Cg%3E%20%20%3Cpath%20fill%3D%22none%22%20d%3D%22M27.656%2C14.522V27.88C30.122%2C23.764%2C30.122%2C18.638%2C27.656%2C14.522z%22%2F%3E%20%20%3Cpath%20fill%3D%22none%22%20d%3D%22M23.025%2C28.172l-3.03-2.941c1.06-1.03%2C1.72-2.459%2C1.72-4.029c0-1.58-0.66-3-1.72-4.03l3.03-2.95%20%20%20c0.921%2C0.896%2C1.618%2C1.924%2C2.11%2C3.02V5.601H4.396v30.59h20.74v-11.04C24.643%2C26.248%2C23.946%2C27.277%2C23.025%2C28.172z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23D1C9BF%22%20d%3D%22M27.656%2C27.88V14.522c-0.582-0.971-1.285-1.891-2.141-2.721l2.141-2.085V5.061c0-2-1.68-3.63-3.74-3.63%20%20%20h-18.3c-2.061%2C0-3.74%2C1.63-3.74%2C3.63v37.74c0%2C2%2C1.68%2C3.631%2C3.74%2C3.631h18.3c2.061%2C0%2C3.74-1.631%2C3.74-3.631V32.68l-2.141-2.078%20%20%20C26.371%2C29.771%2C27.074%2C28.851%2C27.656%2C27.88z%20M4.396%2C36.191V5.601h20.74v11.64c1.13%2C2.517%2C1.129%2C5.396%2C0%2C7.911v11.04H4.396z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23179BD7%22%20d%3D%22M28.635%2C8.761l-0.979%2C0.955v4.807c2.466%2C4.116%2C2.466%2C9.242%2C0%2C13.357v4.8l0.979%2C0.951%20%20%20C35.696%2C26.781%2C35.696%2C15.621%2C28.635%2C8.761z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230078A4%22%20d%3D%22M27.656%2C14.522V9.716l-2.141%2C2.085C26.371%2C12.631%2C27.074%2C13.552%2C27.656%2C14.522z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230078A4%22%20d%3D%22M25.515%2C30.602l2.141%2C2.078v-4.8C27.074%2C28.851%2C26.371%2C29.771%2C25.515%2C30.602z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23179BD7%22%20d%3D%22M19.996%2C17.171c1.06%2C1.03%2C1.72%2C2.45%2C1.72%2C4.03c0%2C1.57-0.66%2C3-1.72%2C4.029l3.03%2C2.941%20%20%20c0.92-0.895%2C1.618-1.924%2C2.11-3.021v-7.911c-0.492-1.095-1.189-2.124-2.11-3.02L19.996%2C17.171z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230078A4%22%20d%3D%22M25.135%2C17.241v7.911C26.264%2C22.636%2C26.265%2C19.758%2C25.135%2C17.241z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  height: 35px;
  width: 30px;
}
.ico-phone.l,
.icon-phone.l,
.icon-phone2.l {
  width: 45px;
  height: 57px;
}
.icon-chat,
.ico-chat {
  height: 35px;
  width: 40px;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%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%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2290px%22%20height%3D%2290px%22%20viewBox%3D%220%200%2090%2090%22%20enable-background%3D%22new%200%200%2090%2090%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M34.836%2C36.908c0-1.211%2C0.156-2.394%2C0.451-3.538c-0.985-0.101-1.987-0.158-3.008-0.158%20%20c-12.646%2C0-22.896%2C7.993-22.896%2C17.854c0%2C4.445%2C2.092%2C8.503%2C5.535%2C11.625l2.419%2C8.256l4.579-3.972%20%20c3.109%2C1.239%2C6.627%2C1.945%2C10.363%2C1.945c11.084%2C0%2C20.329-6.147%2C22.435-14.313C43.499%2C53.457%2C34.836%2C45.975%2C34.836%2C36.908z%22%2F%3E%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M57.721%2C19.055c-11.084%2C0-20.328%2C6.152-22.433%2C14.315c11.216%2C1.15%2C19.878%2C8.631%2C19.878%2C17.695%20%20c0%2C1.213-0.156%2C2.396-0.451%2C3.541c0.984%2C0.101%2C1.986%2C0.158%2C3.006%2C0.158c1.395%2C0%2C2.758-0.114%2C4.084-0.297l6.232%2C5.396l2.363-8.087%20%20c6.158-3.211%2C10.217-8.667%2C10.217-14.868C80.617%2C27.051%2C70.369%2C19.055%2C57.721%2C19.055z%22%2F%3E%20%3Cpath%20fill%3D%22%230078A3%22%20d%3D%22M35.288%2C33.37c-0.295%2C1.144-0.451%2C2.327-0.451%2C3.538c0%2C9.066%2C8.662%2C16.549%2C19.878%2C17.698%20%20c0.295-1.145%2C0.451-2.328%2C0.451-3.541C55.166%2C42.001%2C46.504%2C34.52%2C35.288%2C33.37z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.icon-OAO_CreditCard {
  height: 30px;
  width: 44px;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%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%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2244px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2044%2030%22%20enable-background%3D%22new%200%200%2044%2030%22%20xml%3Aspace%3D%22preserve%22%3E%3Cimage%20overflow%3D%22visible%22%20width%3D%2244%22%20height%3D%2230%22%20xlink%3Ahref%3D%22data%3Aimage%2Fpng%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAACwAAAAeCAYAAABXNvynAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw%2FeHBhY2tldCBiZWdpbj0i77u%2FIiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8%2BIDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RUQ3RjI2NkI5QTczMTFFNUI4RDU5RTU2NDZGNjA3QUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RUQ3RjI2NkM5QTczMTFFNUI4RDU5RTU2NDZGNjA3QUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFRDdGMjY2OTlBNzMxMUU1QjhENTlFNTY0NkY2MDdBQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFRDdGMjY2QTlBNzMxMUU1QjhENTlFNTY0NkY2MDdBQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI%2FPsrGwL0AAAMASURBVHja1Ji9btNQFMePS5qEpk1SgqBhacrSBSlBYkAsMQwMLLwAEgMPQBdm6BNQHgCJ52AAZ0KCCmzE0LDkZqApHyFO2uKQuDXnXPmmdnC%2BGtttj3R1r51W%2FuV%2F%2Fufc60iWZUF%2FfH5fknGS4fSFEhnwAcE%2BPYXAMANnLM4ccOQkH77bPYRy04QP9b%2Bw%2FeeAj816B55cS8KDq4mTBd781YFvBkGZfL3V6sJe1%2FL8WwIPTWGhFKlG6tG6jHCTRLnZ9R9YpJOU4lD4EEqnH7HVmhKYYCidHIpSi4A14yAw%2B5BVSIQrc%2BeGA0svK2mcCncjkhxvN7iCk6bTT2t5AiPkBkHaI0U3X%2F%2BUAHQjNDh55RLkFhOgVH4Aa%2Bzze1QDNy5GPRV%2BHBYYQeXSCQ5YyC7y6%2FxSuvf5%2Bpsv8AzHsE5BwBqOfBCAa7dWOVQBoYoIOc4XOqobcyAwCwr44fUcV3JUqLUGMH2fW6IHPKB2CFjFcT8IYG1HdwHr7Q7C6T2vEmTJAenVnVZTs%2F8BK0GdzF59rMCn7QaoCK4hKAFPEtRKvYBZYIdXVE8ZoqCIdDyKmUjzbJA9xP%2BQwneW4m5g69EKw9YWWgsjKIJzdotU%2FEjFF%2B%2B%2BOoDNgRtHCUcxzBbmDOFtUpd839uiPc4UApi5gGdjAPHk%2BI1%2FOQOFywsIOIdzEttYElIx711f%2Fd7CYjP4rFTrUG0a%2FNoV9rNrVk9MEUyidzq0xBpePB%2BZzkwUcvMRnGMgZ%2BN8vTzvDcb2TGC7Jig1g6%2B136ji8Q5Ht9G2Sr%2FCqqsIojMcTs6e51C5hQgU%2B8zvKq5am0OpuJ0SFMHpnUPf3OVlCRfw23tZDuylGgFxMITScE33gt7RXQc08ZqPttDF4WfjZgbyF6IciuAotaWddhhNpGrXk2KLyNAO6iBgxe9OMSJKAopmp0%2FHfQlVAwLWBJStHKl27M2qH3iaaDqhbNVUv7%2B9E5hNmE6hmmrD6WH4SHL%2BtoY%2BtjyKQHUMFoRq0%2FyQsk475SRFEHb8E2AAkyyY9K89BwEAAAAASUVORK5CYII%3D%22%3E%3C%2Fimage%3E%3C%2Fsvg%3E');
}
.ico-user {
  width: 72px;
  height: 63px;
}
.ico-user.s {
  width: 40px;
  height: 33px;
}
h1 .ico-user.s {
  margin-top: -20px;
}
.ico-page {
  width: 72px;
  height: 63px;
}
.ico-percent {
  width: 67px;
  height: 63px;
}
.icon-mail {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22svg-mail%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2243.75px%22%20height%3D%2233.5px%22%20viewBox%3D%220%200%2043.75%2033.5%22%20enable-background%3D%22new%200%200%2043.75%2033.5%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Crect%20x%3D%2236.86%22%20y%3D%224.417%22%20fill%3D%22%23FFFFFF%22%20width%3D%223.649%22%20height%3D%223.84%22%2F%3E%20%3Cg%3E%20%20%3Cpolygon%20fill%3D%22%23D0C8BF%22%20points%3D%2242.5%2C2.087%2010.84%2C2.087%2010.84%2C9.083%2032.89%2C5.368%2019.17%2C17.637%2010.84%2C14.064%2010.84%2C16.554%20%20%20%2019.57%2C20.297%2033.63%2C7.737%2035.96%2C23.137%2042.5%2C23.137%20%20%20%22%2F%3E%20%20%3Cpolygon%20fill%3D%22%23179BD7%22%20points%3D%2210.84%2C16.554%202.5%2C12.978%205.25%2C31.088%2036.37%2C25.848%2035.96%2C23.137%2010.84%2C23.137%20%20%20%22%2F%3E%20%20%3Cpolygon%20fill%3D%22%230078A4%22%20points%3D%2219.57%2C20.297%2010.84%2C16.554%2010.84%2C23.137%2035.96%2C23.137%2033.63%2C7.737%20%20%20%22%2F%3E%20%20%3Cpolygon%20fill%3D%22%23179BD7%22%20points%3D%222.5%2C10.487%2010.84%2C14.064%2010.84%2C9.083%20%20%20%22%2F%3E%20%20%3Cpolygon%20fill%3D%22%230078A4%22%20points%3D%2232.89%2C5.368%2010.84%2C9.083%2010.84%2C14.064%2019.17%2C17.637%20%20%20%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  width: 43px;
  height: 33px;
}
.icon-security-center {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22svg-securityCenter%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2237.5px%22%20height%3D%2243.375px%22%20viewBox%3D%220%200%2037.5%2043.375%22%20enable-background%3D%22new%200%200%2037.5%2043.375%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cg%3E%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23F9F7F4%22%20d%3D%22M18.808%2C36.887h-0.101h-0.09%20%20%20c-7.44-1.42-13.06-11.059-13.06-22.439c0-0.67%2C0.02-1.33%2C0.06-1.99c0.021-0.34%2C0.29-0.62%2C0.55-0.62h0.05l0.341%2C0.01%20%20%20c4.729%2C0%2C9.109-2.11%2C11.699-5.65c0.12-0.15%2C0.28-0.23%2C0.45-0.23s0.34%2C0.08%2C0.45%2C0.23c2.59%2C3.54%2C6.97%2C5.65%2C11.71%2C5.65l0.32-0.01%20%20%20c0.33%2C0.03%2C0.58%2C0.26%2C0.609%2C0.62c0.04%2C0.65%2C0.061%2C1.32%2C0.061%2C1.99C31.857%2C25.828%2C26.236%2C35.467%2C18.808%2C36.887z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%20%3Cpath%20fill%3D%22none%22%20d%3D%22M18.626%2C5.987c-0.138%2C0.022-0.269%2C0.085-0.369%2C0.21c-2.59%2C3.54-6.97%2C5.65-11.699%2C5.65l-0.341-0.01h-0.05%20%20%20c-0.26%2C0-0.529%2C0.28-0.55%2C0.62c-0.04%2C0.66-0.06%2C1.32-0.06%2C1.99c0%2C11.363%2C5.603%2C20.988%2C13.026%2C22.432%20%20%20C18.556%2C29.887%2C18.537%2C12.356%2C18.626%2C5.987z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23D0C8BF%22%20d%3D%22M35.627%2C9.827c-0.029-0.46-0.37-0.77-0.77-0.8l-0.431%2C0.01c-6.13%2C0-11.79-2.73-15.14-7.3%20%20%20c-0.14-0.19-0.36-0.31-0.58-0.31s-0.431%2C0.12-0.58%2C0.31c-3.351%2C4.57-9.01%2C7.3-15.13%2C7.3l-0.439-0.01%20%20%20c-0.351-0.05-0.75%2C0.34-0.781%2C0.8c-0.039%2C0.85-0.069%2C1.7-0.069%2C2.57c0%2C14.72%2C7.26%2C27.19%2C16.88%2C29.021%20%20%20c0.04%2C0.01%2C0.08%2C0.01%2C0.12%2C0.01s0.09%2C0%2C0.12-0.01c9.63-1.83%2C16.88-14.301%2C16.88-29.021C35.707%2C11.527%2C35.677%2C10.677%2C35.627%2C9.827z%20%20%20%20M18.817%2C39.227c-0.03%2C0.012-0.07%2C0.012-0.11%2C0.012s-0.11%2C0.02-0.11-0.012c-0.004-0.501-0.008-1.316-0.013-2.348%20%20%20C11.16%2C35.436%2C5.558%2C25.811%2C5.558%2C14.447c0-0.67%2C0.02-1.33%2C0.06-1.99c0.021-0.34%2C0.29-0.62%2C0.55-0.62h0.05l0.341%2C0.01%20%20%20c4.729%2C0%2C9.109-2.11%2C11.699-5.65c0.1-0.125%2C0.231-0.188%2C0.369-0.21c0.021-1.479%2C0.047-2.37%2C0.081-2.37c0.2%2C0%2C0.39%2C0.1%2C0.521%2C0.28%20%20%20c2.989%2C4.07%2C8.04%2C6.5%2C13.499%2C6.5l0.391-0.01c0.359%2C0.03%2C0.66%2C0.3%2C0.689%2C0.71c0.041%2C0.76%2C0.061%2C1.52%2C0.061%2C2.29%20%20%20C33.867%2C26.498%2C27.396%2C37.598%2C18.817%2C39.227z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23179BD7%22%20d%3D%22M18.707%2C36.887h0.101c7.429-1.42%2C13.05-11.059%2C13.05-22.439c0-0.67-0.021-1.34-0.061-1.99%20%20%20c-0.029-0.36-0.279-0.59-0.609-0.62l-0.32%2C0.01c-4.74%2C0-9.12-2.11-11.71-5.65c-0.11-0.15-0.28-0.23-0.45-0.23%20%20%20c-0.028%2C0-0.053%2C0.015-0.081%2C0.02c-0.089%2C6.37-0.07%2C23.9-0.042%2C30.892c0.011%2C0.002%2C0.022%2C0.006%2C0.033%2C0.008H18.707z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230078A4%22%20d%3D%22M33.117%2C10.387l-0.391%2C0.01c-5.459%2C0-10.51-2.43-13.499-6.5c-0.131-0.18-0.32-0.28-0.521-0.28%20%20%20c-0.034%2C0-0.06%2C0.891-0.081%2C2.37c0.028-0.004%2C0.053-0.02%2C0.081-0.02c0.17%2C0%2C0.34%2C0.08%2C0.45%2C0.23c2.59%2C3.54%2C6.97%2C5.65%2C11.71%2C5.65%20%20%20l0.32-0.01c0.33%2C0.03%2C0.58%2C0.26%2C0.609%2C0.62c0.04%2C0.65%2C0.061%2C1.32%2C0.061%2C1.99c0%2C11.381-5.621%2C21.02-13.05%2C22.439h-0.101h-0.09%20%20%20c-0.011-0.002-0.022-0.006-0.033-0.008c0.004%2C1.031%2C0.009%2C1.847%2C0.013%2C2.348c0%2C0.031%2C0.07%2C0.012%2C0.11%2C0.012s0.08%2C0%2C0.11-0.012%20%20%20c8.579-1.629%2C15.05-12.729%2C15.05-25.839c0-0.77-0.02-1.53-0.061-2.29C33.777%2C10.687%2C33.477%2C10.417%2C33.117%2C10.387z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  width: 37px;
  height: 43px;
}
.icon-account-settings {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%EF%BB%BF%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2243.125px%22%20height%3D%2239.375px%22%20viewBox%3D%220%200%2043.125%2039.375%22%20enable-background%3D%22new%200%200%2043.125%2039.375%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cpath%20fill%3D%22none%22%20d%3D%22M25.387%2C19.021l0.666%2C0.672c0.63-0.38%2C1.32-0.67%2C2.05-0.86v-0.5h-2.49%20%20C25.554%2C18.569%2C25.462%2C18.791%2C25.387%2C19.021z%22%2F%3E%20%3Cpath%20fill%3D%22none%22%20d%3D%22M20.714%2C24.682h0.358l-0.119-0.119C20.877%2C24.607%2C20.792%2C24.639%2C20.714%2C24.682z%22%2F%3E%20%3Cpath%20fill%3D%22none%22%20d%3D%22M15.853%2C12.012c-2.05%2C0-3.71%2C1.67-3.71%2C3.74c0%2C2.07%2C1.66%2C3.75%2C3.71%2C3.75c2.04%2C0%2C3.7-1.68%2C3.7-3.75%20%20C19.553%2C13.682%2C17.893%2C12.012%2C15.853%2C12.012z%22%2F%3E%20%3Cpath%20fill%3D%22none%22%20d%3D%22M30.133%2C23.742c-1.641%2C0-2.961%2C1.34-2.961%2C3c0%2C1.65%2C1.32%2C2.99%2C2.961%2C2.99c1.64%2C0%2C2.97-1.34%2C2.97-2.99%20%20C33.103%2C25.082%2C31.772%2C23.742%2C30.133%2C23.742z%22%2F%3E%20%3Cpath%20fill%3D%22%23D1C9BF%22%20d%3D%22M19.082%2C24.682h1.632c0.078-0.043%2C0.163-0.074%2C0.239-0.119l0.119%2C0.119h1.25%20%20c0.19-0.738%2C0.48-1.439%2C0.85-2.08l-2.289-2.309c-0.15-0.15-0.15-0.39%2C0-0.54l2.34-2.37c0.15-0.15%2C0.39-0.15%2C0.54%2C0l1.624%2C1.638%20%20c0.075-0.229%2C0.167-0.452%2C0.226-0.688h2.49v-2.771c0-0.21%2C0.17-0.38%2C0.38-0.38h1.65v-1.52c0-0.27-0.211-0.48-0.471-0.48h-4.05%20%20c-0.229-0.92-0.59-1.79-1.06-2.6l2.859-2.89c0.19-0.19%2C0.19-0.49%2C0-0.68l-2.93-2.96c-0.18-0.19-0.48-0.19-0.67%2C0l-2.859%2C2.9%20%20c-0.791-0.48-1.65-0.84-2.561-1.08v-4.09c0-0.27-0.21-0.48-0.471-0.48h-4.14c-0.27%2C0-0.479%2C0.21-0.479%2C0.48v4.09%20%20c-0.91%2C0.24-1.771%2C0.6-2.561%2C1.08l-2.859-2.9c-0.19-0.19-0.49-0.19-0.67%2C0l-2.931%2C2.96c-0.19%2C0.19-0.19%2C0.49%2C0%2C0.68l2.86%2C2.89%20%20c-0.46%2C0.81-0.82%2C1.68-1.061%2C2.6h-4.05c-0.26%2C0-0.47%2C0.21-0.47%2C0.48v4.19c0%2C0.26%2C0.21%2C0.48%2C0.47%2C0.48h4.05%20%20c0.24%2C0.92%2C0.601%2C1.79%2C1.061%2C2.589l-2.86%2C2.891c-0.19%2C0.189-0.19%2C0.49%2C0%2C0.68l2.931%2C2.961c0.18%2C0.189%2C0.479%2C0.189%2C0.67%2C0%20%20l2.859-2.891c0.79%2C0.471%2C1.65%2C0.83%2C2.561%2C1.07v4.1c0%2C0.26%2C0.21%2C0.48%2C0.479%2C0.48h4.14c0.261%2C0%2C0.471-0.221%2C0.471-0.48v-4.1%20%20c0.106-0.029%2C0.205-0.074%2C0.311-0.105v-0.465C18.703%2C24.852%2C18.873%2C24.682%2C19.082%2C24.682z%20M15.853%2C19.502%20%20c-2.05%2C0-3.71-1.68-3.71-3.75c0-2.07%2C1.66-3.74%2C3.71-3.74c2.04%2C0%2C3.7%2C1.67%2C3.7%2C3.74C19.553%2C17.822%2C17.893%2C19.502%2C15.853%2C19.502z%22%2F%3E%20%3Cpath%20fill%3D%22%23179BD7%22%20d%3D%22M41.183%2C24.682h-3.24c-0.18-0.738-0.47-1.439-0.84-2.08l2.28-2.309c0.149-0.15%2C0.149-0.39%2C0-0.54%20%20l-2.34-2.37c-0.15-0.15-0.381-0.15-0.53%2C0l-2.29%2C2.31c-0.631-0.38-1.32-0.67-2.051-0.86v-3.271c0-0.21-0.17-0.38-0.379-0.38h-1.66%20%20v2.67c0%2C0.26-0.211%2C0.48-0.471%2C0.48h-1.56v0.5c-0.729%2C0.19-1.42%2C0.479-2.05%2C0.86l-0.666-0.672c-0.22%2C0.664-0.484%2C1.308-0.834%2C1.901%20%20l2.859%2C2.9c0.19%2C0.18%2C0.19%2C0.48%2C0%2C0.67l-2.93%2C2.961c-0.18%2C0.189-0.48%2C0.189-0.67%2C0l-2.74-2.771h-0.358%20%20c-0.632%2C0.354-1.305%2C0.635-2.011%2C0.846v2.885c0%2C0.211%2C0.17%2C0.391%2C0.379%2C0.391h3.24c0.19%2C0.73%2C0.48%2C1.43%2C0.85%2C2.07l-2.289%2C2.32%20%20c-0.15%2C0.148-0.15%2C0.389%2C0%2C0.539l2.34%2C2.369c0.15%2C0.15%2C0.39%2C0.15%2C0.54%2C0l2.29-2.318c0.63%2C0.379%2C1.32%2C0.67%2C2.05%2C0.859v3.279%20%20c0%2C0.211%2C0.17%2C0.381%2C0.38%2C0.381h3.311c0.209%2C0%2C0.379-0.17%2C0.379-0.381v-3.279c0.73-0.189%2C1.42-0.48%2C2.051-0.859l2.29%2C2.318%20%20c0.149%2C0.15%2C0.38%2C0.15%2C0.53%2C0l2.34-2.369c0.149-0.15%2C0.149-0.391%2C0-0.539l-2.28-2.32c0.37-0.641%2C0.66-1.34%2C0.84-2.07h3.24%20%20c0.21%2C0%2C0.38-0.18%2C0.38-0.391v-3.35C41.562%2C24.852%2C41.393%2C24.682%2C41.183%2C24.682z%20M30.133%2C29.732c-1.641%2C0-2.961-1.34-2.961-2.99%20%20c0-1.66%2C1.32-3%2C2.961-3c1.64%2C0%2C2.97%2C1.34%2C2.97%2C3C33.103%2C28.393%2C31.772%2C29.732%2C30.133%2C29.732z%22%2F%3E%20%3Cpath%20fill%3D%22%230078A4%22%20d%3D%22M23.223%2C17.382l-2.34%2C2.37c-0.15%2C0.15-0.15%2C0.39%2C0%2C0.54l2.289%2C2.309c-0.369%2C0.641-0.659%2C1.342-0.85%2C2.08%20%20h-1.25l2.74%2C2.771c0.189%2C0.189%2C0.49%2C0.189%2C0.67%2C0l2.93-2.961c0.19-0.189%2C0.19-0.49%2C0-0.67l-2.859-2.9%20%20c0.35-0.594%2C0.614-1.238%2C0.834-1.901l-1.624-1.638C23.612%2C17.232%2C23.373%2C17.232%2C23.223%2C17.382z%22%2F%3E%20%3Cpath%20fill%3D%22%230078A4%22%20d%3D%22M19.082%2C24.682c-0.209%2C0-0.379%2C0.17-0.379%2C0.381v0.465c0.706-0.211%2C1.379-0.492%2C2.011-0.846H19.082z%22%2F%3E%20%3Cpath%20fill%3D%22%23179BD7%22%20d%3D%22M28.103%2C15.562v2.771h1.56c0.26%2C0%2C0.471-0.22%2C0.471-0.48v-2.67h-1.65%20%20C28.272%2C15.182%2C28.103%2C15.352%2C28.103%2C15.562z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  width: 43px;
  height: 39px;
}
.icon-deregister {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%EF%BB%BF%3Csvg%20version%3D%221.1%22%20id%3D%22deregisterfromMEOA%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2243.125px%22%20height%3D%2239.375px%22%20viewBox%3D%220%200%2084%2070.667%22%20enable-background%3D%22new%200%200%2084%2070.667%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M28.542%2C10.344l2.862-0.045c1.016%2C2.093%2C3.757%2C5.331%2C10.907%2C5.331c0.788%2C0%2C1.63-0.038%2C2.526-0.124%20C43.667%2C8.551%2C38.811%2C3.34%2C32.99%2C3.34c-5.918%2C0-10.84%2C5.382-11.898%2C12.493c0.103%2C0.004%2C0.207%2C0.008%2C0.309%2C0.008%20C25.975%2C15.841%2C28.509%2C10.405%2C28.542%2C10.344z%22%2F%3E%3Cg%3E%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M32.994%2C55.598V40.906l-5.668%2C4.33l-2.721-8.125c-0.709%2C0.564-3.881%2C1.741-7.147%2C3.007%20%20c-3.131%2C1.213-6.346%2C2.509-7.571%2C3.432c-1.169%2C0.883-2.098%2C5.378-2.752%2C9.906H7.133C6.393%2C58.59%2C6%2C63.765%2C6%2C63.765h26.954h0.009%20%20h0.047h0.011h26.952c0%2C0-0.229-3.01-0.665-6.716H34.443C33.643%2C57.049%2C32.994%2C56.399%2C32.994%2C55.598z%22%2F%3E%20%3Cg%3E%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M34.443%2C29.408h7.233c2.119-2.766%2C3.429-6.534%2C3.429-10.696v-0.056c-0.963%2C0.087-1.875%2C0.13-2.734%2C0.13%20%20%20c-6.728%2C0-10.401-2.559-12.329-4.83c-1.541%2C2.166-4.395%2C5.065-8.611%2C5.065c-0.179%2C0-0.364-0.017-0.55-0.032%20%20%20C21%2C27.346%2C26.367%2C34.076%2C32.99%2C34.076c0.001%2C0%2C0.002%2C0%2C0.004%2C0v-3.22C32.994%2C30.057%2C33.643%2C29.408%2C34.443%2C29.408z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M76.551%2C29.408H41.676c-2.202%2C2.875-5.276%2C4.667-8.682%2C4.668v6.83l0.123-0.094l5.431%2C4.424l2.819-8.125%20%20%20c0.543%2C0.431%2C2.527%2C1.222%2C4.893%2C2.138c3.688%2C1.426%2C8.299%2C3.151%2C9.822%2C4.301c1.031%2C0.773%2C1.871%2C4.336%2C2.508%2C8.258%20%20%20c0.28%2C1.747%2C0.521%2C3.565%2C0.718%2C5.241h17.243c0.801%2C0%2C1.449-0.649%2C1.449-1.451V30.856C78%2C30.057%2C77.352%2C29.408%2C76.551%2C29.408z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M41.676%2C29.408h-7.233c-0.801%2C0-1.449%2C0.648-1.449%2C1.448v3.22C36.4%2C34.075%2C39.475%2C32.283%2C41.676%2C29.408z%22%20%20%20%2F%3E%20%20%3Cpath%20fill%3D%22%230078A3%22%20d%3D%22M41.676%2C29.408h-7.233c-0.801%2C0-1.449%2C0.648-1.449%2C1.448v3.22C36.4%2C34.075%2C39.475%2C32.283%2C41.676%2C29.408z%22%20%20%20%2F%3E%20%3C%2Fg%3E%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M56.082%2C43.55c-1.523-1.149-6.135-2.875-9.822-4.301c-2.366-0.916-4.35-1.707-4.893-2.138l-2.819%2C8.125%20%20l-5.431-4.424l-0.123%2C0.094v14.691c0%2C0.802%2C0.648%2C1.451%2C1.449%2C1.451h24.864c-0.197-1.676-0.438-3.494-0.718-5.241%20%20C57.953%2C47.886%2C57.113%2C44.323%2C56.082%2C43.55z%22%2F%3E%20%3Cpath%20fill%3D%22%230078A3%22%20d%3D%22M56.082%2C43.55c-1.523-1.149-6.135-2.875-9.822-4.301c-2.366-0.916-4.35-1.707-4.893-2.138l-2.819%2C8.125%20%20l-5.431-4.424l-0.123%2C0.094v14.691c0%2C0.802%2C0.648%2C1.451%2C1.449%2C1.451h24.864c-0.197-1.676-0.438-3.494-0.718-5.241%20%20C57.953%2C47.886%2C57.113%2C44.323%2C56.082%2C43.55z%22%2F%3E%3C%2Fg%3E%3Cg%3E%20%3Crect%20x%3D%2261.545%22%20y%3D%2236.348%22%20fill%3D%22%23FFFFFF%22%20width%3D%229.709%22%20height%3D%221.726%22%2F%3E%20%3Crect%20x%3D%2255.496%22%20y%3D%2240.732%22%20fill%3D%22%23FFFFFF%22%20width%3D%2215.758%22%20height%3D%221.724%22%2F%3E%20%3Crect%20x%3D%2259.371%22%20y%3D%2244.94%22%20fill%3D%22%23FFFFFF%22%20width%3D%2211.861%22%20height%3D%221.724%22%2F%3E%20%3Crect%20x%3D%2259.395%22%20y%3D%2249.425%22%20fill%3D%22%23FFFFFF%22%20width%3D%2211.859%22%20height%3D%221.725%22%2F%3E%3C%2Fg%3E%3Crect%20x%3D%2236.933%22%20y%3D%2240.853%22%20transform%3D%22matrix%280.7071%20-0.7071%200.7071%200.7071%20-16.8853%2044.6628%29%22%20fill%3D%22%23FFFFFF%22%20width%3D%2217.077%22%20height%3D%223.724%22%2F%3E%3Crect%20x%3D%2236.933%22%20y%3D%2240.853%22%20transform%3D%22matrix%280.7071%200.7071%20-0.7071%200.7071%2043.5202%20-19.6424%29%22%20fill%3D%22%23FFFFFF%22%20width%3D%2217.078%22%20height%3D%223.724%22%2F%3E%3C%2Fsvg%3E');
  width: 43px;
  height: 39px;
}
.icon-secure-email {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22svg-secureEmail%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2243.125px%22%20height%3D%2229.75px%22%20viewBox%3D%220%200%2043.125%2029.75%22%20enable-background%3D%22new%200%200%2043.125%2029.75%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cpolygon%20fill%3D%22%23D1C9BF%22%20points%3D%2224.962%2C22.378%2018.202%2C22.378%2019.774%2C15.845%201.582%2C4.247%201.582%2C27.897%2041.582%2C27.897%2041.582%2C4.247%20%20%2023.383%2C15.849%20%20%22%2F%3E%20%3Cpath%20fill%3D%22%23D1C9BF%22%20d%3D%22M21.572%2C9.327c1.609%2C0%2C2.92%2C1.36%2C2.92%2C3.03c0%2C0.163-0.035%2C0.316-0.059%2C0.472L41.582%2C1.897h-40%20%20l17.137%2C10.925c-0.023-0.154-0.057-0.305-0.057-0.465C18.662%2C10.687%2C19.962%2C9.327%2C21.572%2C9.327z%22%2F%3E%20%3Cpath%20fill%3D%22%23179BD7%22%20d%3D%22M23.383%2C15.849l-0.23-0.952c0.686-0.449%2C1.149-1.2%2C1.281-2.068l-2.852%2C1.818l-2.863-1.825%20%20c0.13%2C0.871%2C0.594%2C1.624%2C1.283%2C2.075l-0.228%2C0.948l1.808%2C1.152L23.383%2C15.849z%22%2F%3E%20%3Cpolygon%20fill%3D%22%230078A4%22%20points%3D%2224.962%2C22.378%2023.383%2C15.849%2021.582%2C16.997%2019.774%2C15.845%2018.202%2C22.378%20%20%22%2F%3E%20%3Cpath%20fill%3D%22%230078A4%22%20d%3D%22M24.434%2C12.829c0.023-0.156%2C0.059-0.309%2C0.059-0.472c0-1.67-1.311-3.03-2.92-3.03%20%20c-1.61%2C0-2.91%2C1.36-2.91%2C3.03c0%2C0.161%2C0.034%2C0.311%2C0.057%2C0.465l2.863%2C1.825L24.434%2C12.829z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  width: 43px;
  height: 30px;
}
.icon-locate-office {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22svg-locate-office%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2243.125px%22%20height%3D%2253.375px%22%20viewBox%3D%220%200%2043.125%2053.375%22%20enable-background%3D%22new%200%200%2043.125%2053.375%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cpath%20fill%3D%22none%22%20d%3D%22M28.37%2C15.741c0-4.06-3.3-7.35-7.37-7.35s-7.38%2C3.29-7.38%2C7.35s3.31%2C7.35%2C7.38%2C7.35S28.37%2C19.801%2C28.37%2C15.741%20%20z%22%2F%3E%20%3Cpath%20fill%3D%22%23D1C9BF%22%20d%3D%22M25.538%2C40.625c-2.542%2C3.586-4.519%2C6.027-4.519%2C6.027s-1.778-2.486-4.131-6.059%20%20C7.819%2C41.136%2C1%2C43.436%2C1%2C46.201c0%2C3.16%2C8.96%2C5.73%2C20%2C5.73s20-2.57%2C20-5.73C41%2C43.479%2C34.391%2C41.213%2C25.538%2C40.625z%22%2F%3E%20%3Cpath%20fill%3D%22%23179BD7%22%20d%3D%22M25.538%2C40.625C30.133%2C34.142%2C36.58%2C23.9%2C36.58%2C17.461c0-8.58-6.98-15.53-15.58-15.53%20%20S5.42%2C8.881%2C5.42%2C17.461c0%2C4.896%2C6.847%2C16.116%2C11.469%2C23.132c1.327-0.08%2C2.701-0.123%2C4.111-0.123%20%20C22.563%2C40.471%2C24.078%2C40.527%2C25.538%2C40.625z%20M13.62%2C15.741c0-4.06%2C3.31-7.35%2C7.38-7.35s7.37%2C3.29%2C7.37%2C7.35s-3.3%2C7.35-7.37%2C7.35%20%20S13.62%2C19.801%2C13.62%2C15.741z%22%2F%3E%20%3Cpath%20fill%3D%22%230078A4%22%20d%3D%22M25.538%2C40.625c-1.46-0.098-2.975-0.154-4.538-0.154c-1.41%2C0-2.784%2C0.043-4.111%2C0.123%20%20c2.353%2C3.572%2C4.131%2C6.059%2C4.131%2C6.059S22.996%2C44.211%2C25.538%2C40.625z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  width: 43px;
  height: 53px;
}
.icon-me-logo-old {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%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%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2246px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2046%2016%22%20enable-background%3D%22new%200%200%2046%2016%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M3.618%2C3.375H2.665V0.966H2.659L2.051%2C3.375h-0.65L0.777%2C0.966h-0.01v2.409H0V0.001h1.335l0.474%2C1.792h0.01%20%20l0.453-1.792h1.345%20M6.739%2C3.375H4.243V0.001h2.496v0.778h-1.5v0.491h1.214v0.755h-1.21v0.544h1.498%20M8.768%2C1.363%20%20c0.22%2C0%2C0.488-0.032%2C0.488-0.324c0-0.112-0.057-0.22-0.158-0.272C9.011%2C0.722%2C8.905%2C0.722%2C8.806%2C0.722h-0.41v0.644h0.372V1.363z%20%20%20M9.2%2C3.375L8.716%2C2.089h-0.32v1.286H7.365V0h1.69c0.29%2C0%2C0.61%2C0.04%2C0.86%2C0.206c0.274%2C0.178%2C0.408%2C0.477%2C0.408%2C0.807%20%20c0%2C0.445-0.197%2C0.709-0.586%2C0.894l0.6%2C1.47H9.202L9.2%2C3.375z%20M12.342%2C1.363c0.22%2C0%2C0.488-0.032%2C0.488-0.324%20%20c0-0.112-0.06-0.22-0.162-0.272c-0.084-0.045-0.192-0.045-0.288-0.045h-0.415v0.644h0.377V1.363z%20M12.77%2C3.375l-0.484-1.286h-0.32%20%20v1.286h-1.032V0h1.691c0.292%2C0%2C0.61%2C0.04%2C0.857%2C0.206c0.278%2C0.178%2C0.408%2C0.477%2C0.408%2C0.807c0%2C0.445-0.193%2C0.709-0.586%2C0.894%20%20l0.6%2C1.47h-1.133L12.77%2C3.375z%20M15.559%2C1.121v2.254h-1.03V0.001h1.03%20M18.627%2C3.375h-2.33V0.001h1.028v2.551h1.302%20M21.492%2C3.375%20%20h-2.33V0.001h1.027v2.551h1.303%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M38.291%2C8.001c0.07%2C0.036%2C0.164-0.05%2C0.041-0.174c-0.129-0.132-0.325-0.197-0.547-0.197%20c-0.224%2C0-0.42%2C0.064-0.552%2C0.196c-0.12%2C0.124-0.027%2C0.21%2C0.041%2C0.173c0.139-0.066%2C0.32-0.107%2C0.511-0.107%20c0.183%2C0%2C0.364%2C0.041%2C0.506%2C0.107V8.001z%20M36.69%2C5.931c-0.016%2C0.313%2C0.154%2C0.545%2C0.5%2C0.563C37.201%2C6.177%2C37.033%2C5.943%2C36.69%2C5.931z%20%20M43.391%2C5.406c0.14%2C0.09%2C0.52%2C0.233%2C0.862%2C0.233c0.337%2C0%2C0.716-0.373%2C0.863-0.58h-1.479c-0.428%2C0-0.381%2C0.25-0.248%2C0.347H43.391z%20%20M42.686%2C10.71c-0.541%2C0-0.896%2C0.355-0.896%2C0.814c0%2C0.455%2C0.196%2C0.89%2C0.694%2C1.197c0.5%2C0.311%2C1.279%2C0.621%2C1.504%2C0.709%20c0.548%2C0.22%2C0.628%2C0.547%2C0.333%2C1.166c-0.185%2C0.383-0.455%2C0.873-0.455%2C0.873h0.646c0.117-0.465%2C0.5-1.414%2C0.738-1.813%20c-0.27-0.172-0.477-0.46-0.609-0.723c-0.141-0.26-0.377-0.684-0.515-0.971C43.991%2C11.683%2C43.416%2C10.709%2C42.686%2C10.71L42.686%2C10.71z%20%20M42.883%2C13.554c0.01%2C0.207%2C0.077%2C0.551%2C0.351%2C0.573c0.272%2C0.021%2C0.476-0.093%2C0.542-0.206%20C43.652%2C13.785%2C43.098%2C13.603%2C42.883%2C13.554L42.883%2C13.554z%20M40.863%2C15.464h0.412c0.199-0.402%2C0.869-1.621%2C1.014-1.75l0.023-0.17%20c-0.271%2C0.01-0.69%2C0.061-0.92%2C0.16C41.393%2C14.412%2C41.023%2C15.194%2C40.863%2C15.464L40.863%2C15.464z%20M40.023%2C13.017l0.953-0.207%20c-0.043%2C0.094-0.058%2C0.252-0.043%2C0.402l0.951-0.264c-0.264-0.273-0.57-0.924-0.57-1.395c0-0.47%2C0.24-1.002%2C0.617-1.14%20c-0.283-0.094-1.021-0.595-1.215-0.903c0.035%2C0.311-0.111%2C0.855-0.341%2C1.188c-0.288%2C0.424-0.952%2C0.754-1.241%2C1.146%20c0.56%2C0.053%2C0.947%2C0.64%2C0.889%2C1.174V13.017z%20M39.206%2C14.474c0.04-0.143%2C0.07-0.47%2C0.046-0.633c-0.25%2C0.062-0.93%2C0.062-1.026-0.113%20c0.177-0.217%2C0.561-0.242%2C0.696-0.283c0.133-0.051%2C0.65-0.346%2C0.65-0.604c0-0.26-0.193-0.476-0.51-0.476%20c-0.36%2C0-0.604%2C0.214-0.88%2C0.593c-0.229%2C0.325-0.319%2C0.53-0.319%2C0.678c0%2C0.178%2C0.153%2C0.478%2C0.508%2C0.641%20c0.275%2C0.125%2C0.635%2C0.203%2C0.835%2C0.199V14.474z%20M36.247%2C13.61c0-0.396-0.275-0.756-0.37-0.878c-0.1-0.136-0.325-0.438-0.385-0.438%20c-0.084%2C0-0.146%2C0.085-0.146%2C0.174c0%2C0.197%2C0.069%2C0.469%2C0.263%2C1.075c0.215%2C0.685%2C0.19%2C1.412%2C0.046%2C1.931h0.326%20C36.044%2C15.286%2C36.248%2C14.013%2C36.247%2C13.61L36.247%2C13.61z%20M38.93%2C5.95c-0.33%2C0.02-0.555%2C0.218-0.533%2C0.588%20c0.33-0.016%2C0.554-0.222%2C0.533-0.586V5.95z%20M36.644%2C5.276c-0.203%2C0-0.487-0.258-0.553-0.402c-0.07-0.15-0.09-0.392%2C0.032-0.62%20c-0.28%2C0.033-0.562%2C0.25-0.562%2C0.638c0%2C0.47%2C0.457%2C0.871%2C0.847%2C0.925c-0.113%2C0.903-0.688%2C2.47-0.94%2C3.058%20c-0.062%2C0.135-0.134%2C0.439%2C0.141%2C0.57c0.316%2C0.145%2C0.949%2C0.845%2C1.029%2C1.516h-0.362c-0.035-0.189-0.226-0.525-0.326-0.66%20c-0.3-0.397-0.59-0.443-0.75-0.3c-0.156%2C0.146-0.205%2C0.487%2C0.012%2C0.96c0.296%2C0.641%2C1.528%2C2.272%2C1.634%2C2.397%20c0.099%2C0.128%2C0.313%2C0.153%2C0.453%2C0.026c0.133-0.125%2C0.442-0.412%2C0.619-0.787c0.367-0.765%2C0.813-1.16%2C1.486-1.58%20c0.446-0.271%2C0.896-0.844%2C0.896-1.744c0-1.039-0.957-2.385-1.248-2.819c-0.152%2C0.063-0.459%2C0.367-0.459%2C0.668%20c0%2C0.125%2C0.08%2C0.136%2C0.08%2C0.306s-0.16%2C0.225-0.228%2C0.225s-0.116-0.042-0.193-0.078c-0.08-0.036-0.22-0.053-0.314-0.064%20c-0.11-0.014-0.313-0.024-0.442%2C0.01c-0.073%2C0.021-0.136%2C0.026-0.242%2C0.086c-0.052%2C0.029-0.206-0.082-0.206-0.239%20c0-0.12%2C0.145-0.208%2C0.23-0.208c0.093%2C0%2C0.193%2C0.043%2C0.271%2C0.07c0.137%2C0.05%2C0.322%2C0.043%2C0.487-0.021%20c0.181-0.069%2C0.153-0.185%2C0.127-0.26c-0.028-0.074-0.06-0.179-0.06-0.416c0-0.242%2C0.123-0.595%2C0.313-0.79h0.689%20c0.5%2C0.031%2C0.771-0.49%2C0.771-0.8c0-0.306-0.248-0.66-0.417-0.765c0.047%2C0.127%2C0.098%2C0.287%2C0.047%2C0.524%20c-0.051%2C0.213-0.265%2C0.515-0.637%2C0.515c-0.09%2C0-0.352-0.06-0.453-0.174h-1.389c-0.052%2C0.11-0.181%2C0.233-0.382%2C0.233L36.644%2C5.276z%20%20M35.097%2C15.871c0.252-0.812%2C0.34-1.917%2C0.023-2.558c-0.273-0.547-0.316-1.372-0.092-1.666c-0.352-0.463-0.698-1.217-0.014-2.83%20c0.439-1.038%2C0.67-1.834%2C0.795-2.36c-0.27%2C0.164-0.477%2C0.22-0.689%2C0.242c-0.07-0.229%2C0.006-0.757%2C0.264-0.925%20c-0.281-0.316-0.351-0.61-0.351-0.961c0-0.631%2C0.7-1.172%2C1.248-1.172c0.34%2C0%2C0.546%2C0.093%2C0.637%2C0.186%20c-0.229%2C0.104-0.387%2C0.33-0.387%2C0.49s0.096%2C0.359%2C0.253%2C0.359c0.158%2C0%2C0.16-0.05%2C0.257-0.117l1.375%2C0.004%20c0.092%2C0.105%2C0.189%2C0.135%2C0.296%2C0.135c0.235%2C0%2C0.378-0.213%2C0.378-0.383c0-0.178-0.094-0.444-0.359-0.522%20c0.146-0.12%2C0.336-0.19%2C0.521-0.19c0.453%2C0%2C1.148%2C0.535%2C1.148%2C1.381c0%2C0.326-0.04%2C0.626-0.307%2C0.893%20c0.178%2C0.174%2C0.323%2C0.508%2C0.358%2C0.758c-0.112%2C0.02-0.576%2C0.039-0.688%2C0.039c0.121%2C0.168%2C0.549%2C1.035%2C0.646%2C1.299%20c0.26%2C0.68%2C0.734%2C1.56%2C1.507%2C1.934c0.955%2C0.455%2C1.9%2C0.689%2C2.914%2C0.42c0.41-0.109%2C0.69-0.561%2C0.69-0.914%20c0-0.48-0.752-1.061-1.45-1.29c-1.021-0.335-3.06-0.545-3.038-2.16c0.014-0.753%2C0.848-1.39%2C1.906-1.39%20c0.59%2C0%2C2.945-0.051%2C2.945-0.051c-0.115%2C0.553-0.77%2C1.576-1.541%2C1.576c-0.771%2C0-0.813-0.225-1.11-0.39%20c-0.294-0.155-0.658-0.29-0.908-0.29c-0.31%2C0-0.78%2C0.19-0.78%2C0.74c0%2C0.365%2C0.247%2C0.773%2C1.02%2C1.025C43.607%2C7.522%2C46%2C7.937%2C46%2C9.433%20c0%2C0.845-0.757%2C1.459-1.945%2C1.498c0.324%2C0.467%2C0.563%2C0.944%2C0.674%2C1.224c0.147%2C0.351%2C0.666%2C1.146%2C1.215%2C1.25%20c-0.443%2C0.666-0.94%2C1.786-0.94%2C2.47h-1.95c0.25-0.318%2C0.684-1.143%2C0.795-1.369c-0.315%2C0.135-0.906%2C0.092-1.067-0.207%20c-0.158-0.293-0.28-0.031-0.372%2C0.084c-0.092%2C0.112-0.667%2C1.104-0.805%2C1.492h-1.633c0.5-0.547%2C0.977-1.596%2C0.91-2.102%20c-0.273%2C0.057-0.469%2C0.082-0.469%2C0.082c0.016-0.217-0.279-0.512-0.716-0.159c0.045%2C0.33%2C0.008%2C0.96-0.073%2C1.325%20c-0.906%2C0.015-1.913-0.45-2.121-1.07c-0.036-0.12-0.202%2C0.07-0.336%2C0.074c-0.196%2C0-0.356-0.105-0.399-0.16%20c-0.023%2C0.283-0.229%2C0.925-0.264%2C1.197c-0.029%2C0.274-0.076%2C0.666-0.044%2C0.813h-1.36L35.097%2C15.871z%20M31.251%2C6.554V4.509h-5.16%20v11.364h5.157v-2.04h-2.926v-2.668h2.514V9.121h-2.514V6.554h2.925H31.251z%20M21.816%2C6.427c0.85%2C0%2C0.927%2C0.859%2C0.945%2C1.34h2.229%20c-0.047-1.039-0.364-1.931-0.956-2.539c-0.538-0.525-1.275-0.846-2.22-0.846c-1.256%2C0-1.917%2C0.512-2.437%2C1.135%20c-0.896%2C1.084-0.832%2C3.142-0.832%2C4.675c0%2C1.53-0.063%2C3.59%2C0.832%2C4.68c0.52%2C0.617%2C1.18%2C1.13%2C2.437%2C1.13%20c1.917%2C0%2C3.175-1.23%2C3.175-3.494V9.618h-3.16v1.835h0.928v1.183c0%2C0.619-0.207%2C1.319-0.945%2C1.319c-0.406%2C0-0.609-0.187-0.736-0.442%20c-0.268-0.525-0.3-1.947-0.3-3.319c0-1.373%2C0.032-2.792%2C0.3-3.318c0.127-0.257%2C0.33-0.45%2C0.738-0.45L21.816%2C6.427z%20M4.907%2C15.873%20h5.157v-2.04H7.14v-2.668h2.514V9.121H7.139V6.554h2.925V4.509H4.907V15.873z%20M32.205%2C5.038h0.14c0.047%2C0%2C0.121-0.01%2C0.121-0.088%20c0-0.04-0.025-0.085-0.109-0.085h-0.149v0.174L32.205%2C5.038z%20M32.205%2C5.402h-0.133v-0.64h0.296c0.035%2C0%2C0.24%2C0%2C0.24%2C0.191%20c0%2C0.122-0.09%2C0.157-0.117%2C0.17l0.115%2C0.278h-0.146l-0.102-0.257h-0.154V5.402z%20M32.322%2C5.572c0.264%2C0%2C0.479-0.22%2C0.479-0.49%20c0-0.274-0.217-0.489-0.479-0.489s-0.484%2C0.215-0.484%2C0.489C31.838%2C5.353%2C32.056%2C5.572%2C32.322%2C5.572L32.322%2C5.572z%20M32.322%2C4.484%20c0.319%2C0%2C0.586%2C0.263%2C0.586%2C0.598c0%2C0.327-0.265%2C0.597-0.585%2C0.597c-0.327%2C0-0.59-0.27-0.59-0.596%20C31.733%2C4.748%2C32%2C4.485%2C32.322%2C4.484L32.322%2C4.484z%20M15.109%2C13.339c-0.14%2C0.283-0.42%2C0.493-0.833%2C0.493h-0.877V6.554h0.877%20c0.41%2C0%2C0.692%2C0.207%2C0.833%2C0.494c0.27%2C0.526%2C0.27%2C1.867%2C0.27%2C3.129C15.379%2C11.435%2C15.379%2C12.812%2C15.109%2C13.339z%20M16.777%2C5.612%20c-0.502-0.59-1.194-1.104-2.45-1.104h-3.165v11.365h3.164c1.257%2C0%2C1.95-0.51%2C2.45-1.104c0.896-1.051%2C0.834-3.094%2C0.834-4.579%20C17.61%2C8.709%2C17.673%2C6.665%2C16.777%2C5.612L16.777%2C5.612z%22%2F%3E%3C%2Fsvg%3E');
  width: 131px;
  height: 45px;
}
.icon-me-logo-old.l {
  width: 230px;
  height: 80px;
}
.header .icon-me-logo-old {
  background-size: contain;
}
.icon-me-logo {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%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%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2270px%22%20height%3D%2245px%22%20viewBox%3D%220%200%2070%2045%22%20enable-background%3D%22new%200%200%2070%2045%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cg%3E%20%20%3Cg%3E%20%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M7.153%2C37.111v1.939h-4.85v0.021l4.85%2C1.236v1.327l-4.85%2C1.275v0.021h4.85v1.562H0.362v-2.721%20%20%20%20l3.604-0.971v-0.019l-3.604-0.932v-2.742H7.153z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M7.153%2C30.738v5.098H0.362v-5.098h1.564v3.059h0.99v-2.474h1.515v2.474H5.53v-3.059H7.153z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M7.153%2C25.71L4.56%2C26.701v0.652h2.594v2.109H0.362v-3.455c0-0.594%2C0.08-1.247%2C0.416-1.752%20%20%20%20c0.356-0.564%2C0.96-0.832%2C1.623-0.832c0.892%2C0%2C1.426%2C0.397%2C1.792%2C1.198l2.96-1.228V25.71z%20M3.104%2C26.593%20%20%20%20c0-0.456-0.069-1.001-0.654-1.001c-0.226%2C0-0.445%2C0.118-0.554%2C0.328c-0.089%2C0.177-0.089%2C0.395-0.089%2C0.594v0.84h1.297V26.593z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M7.153%2C18.414L4.56%2C19.403v0.654h2.594v2.107H0.362V18.71c0-0.595%2C0.08-1.247%2C0.416-1.751%20%20%20%20c0.356-0.564%2C0.96-0.832%2C1.623-0.832c0.892%2C0%2C1.426%2C0.396%2C1.792%2C1.198l2.96-1.227V18.414z%20M3.104%2C19.294c0-0.455-0.069-1-0.654-1%20%20%20%20c-0.226%2C0-0.445%2C0.119-0.554%2C0.327c-0.089%2C0.179-0.089%2C0.396-0.089%2C0.595v0.841h1.297V19.294z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M2.619%2C12.723h4.535v2.099H0.362v-2.099H2.619z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M7.153%2C6.454v4.761H0.362V9.116H5.49V6.454H7.153z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M7.153%2C0.603v4.762H0.362v-2.1H5.49V0.603H7.153z%22%2F%3E%20%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%20%3Cg%3E%20%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M10.176%2C19.357c0.39-1.244%2C0.526-2.934%2C0.036-3.912c-0.424-0.836-0.491-2.095-0.139-2.544%20%20%20%20c-0.549-0.712-1.084-1.863-0.026-4.326c0.689-1.588%2C1.042-2.804%2C1.237-3.608c-0.417%2C0.248-0.737%2C0.333-1.073%2C0.367%20%20%20%20c-0.106-0.353%2C0.01-1.154%2C0.409-1.413c-0.435-0.481-0.543-0.932-0.543-1.465c0-0.968%2C1.085-1.795%2C1.936-1.795%20%20%20%20c0.527%2C0%2C0.847%2C0.143%2C0.987%2C0.282c-0.361%2C0.157-0.6%2C0.505-0.6%2C0.753c0%2C0.244%2C0.148%2C0.549%2C0.395%2C0.549%20%20%20%20c0.246%2C0%2C0.252-0.076%2C0.395-0.183l2.141%2C0.009c0.136%2C0.162%2C0.293%2C0.205%2C0.457%2C0.205c0.36%2C0%2C0.585-0.326%2C0.585-0.589%20%20%20%20c0-0.268-0.147-0.68-0.561-0.796c0.228-0.185%2C0.525-0.288%2C0.813-0.288c0.704%2C0%2C1.78%2C0.812%2C1.78%2C2.106%20%20%20%20c0%2C0.5-0.059%2C0.956-0.472%2C1.365c0.271%2C0.268%2C0.5%2C0.779%2C0.554%2C1.157c-0.173%2C0.035-0.893%2C0.057-1.066%2C0.057%20%20%20%20c0.185%2C0.26%2C0.846%2C1.586%2C1.002%2C1.989c0.401%2C1.038%2C1.138%2C2.385%2C2.336%2C2.952c1.481%2C0.694%2C2.949%2C1.059%2C4.521%2C0.641%20%20%20%20c0.63-0.165%2C1.067-0.854%2C1.067-1.393c0-0.734-1.167-1.623-2.249-1.972c-1.586-0.514-4.747-0.834-4.71-3.298%20%20%20%20c0.019-1.153%2C1.309-2.129%2C2.956-2.129c0.913%2C0%2C4.57-0.072%2C4.57-0.072c-0.179%2C0.839-1.193%2C2.408-2.392%2C2.408%20%20%20%20c-1.197%2C0-1.266-0.346-1.72-0.592c-0.458-0.241-1.024-0.45-1.411-0.45c-0.479%2C0-1.21%2C0.294-1.21%2C1.131%20%20%20%20c0%2C0.561%2C0.384%2C1.188%2C1.58%2C1.572c1.619%2C0.519%2C5.328%2C1.15%2C5.328%2C3.44c0%2C1.286-1.172%2C2.23-3.018%2C2.286%20%20%20%20c0.506%2C0.715%2C0.875%2C1.446%2C1.047%2C1.869c0.228%2C0.538%2C1.033%2C1.75%2C1.883%2C1.917c-0.685%2C1.016-1.458%2C2.726-1.458%2C3.772h-3.026%20%20%20%20c0.389-0.488%2C1.057-1.747%2C1.233-2.096c-0.493%2C0.208-1.405%2C0.142-1.656-0.313c-0.243-0.454-0.437-0.051-0.576%2C0.124%20%20%20%20c-0.142%2C0.175-1.037%2C1.693-1.251%2C2.286h-2.529c0.773-0.839%2C1.512-2.443%2C1.408-3.213c-0.425%2C0.088-0.722%2C0.123-0.722%2C0.123%20%20%20%20c0.018-0.33-0.44-0.781-1.111-0.243c0.067%2C0.505%2C0.01%2C1.467-0.115%2C2.026c-1.404%2C0.022-2.97-0.69-3.294-1.634%20%20%20%20c-0.06-0.184-0.314%2C0.107-0.522%2C0.113c-0.3%2C0.002-0.551-0.166-0.621-0.246c-0.035%2C0.438-0.35%2C1.417-0.406%2C1.833%20%20%20%20c-0.048%2C0.42-0.121%2C1.014-0.07%2C1.242H10.176z%20M12.577%2C3.159c-0.315%2C0-0.754-0.392-0.853-0.61%20%20%20%20C11.612%2C2.32%2C11.581%2C1.95%2C11.77%2C1.601c-0.437%2C0.049-0.869%2C0.383-0.869%2C0.974c0%2C0.717%2C0.708%2C1.331%2C1.31%2C1.411%20%20%20%20c-0.173%2C1.381-1.065%2C3.778-1.46%2C4.672c-0.093%2C0.207-0.203%2C0.678%2C0.217%2C0.874c0.494%2C0.22%2C1.477%2C1.292%2C1.601%2C2.318h-0.564%20%20%20%20c-0.051-0.294-0.35-0.805-0.508-1.013c-0.461-0.607-0.914-0.676-1.159-0.453c-0.245%2C0.223-0.32%2C0.745%2C0.017%2C1.465%20%20%20%20c0.458%2C0.979%2C2.373%2C3.474%2C2.532%2C3.665c0.157%2C0.196%2C0.488%2C0.23%2C0.704%2C0.037c0.209-0.19%2C0.685-0.629%2C0.965-1.204%20%20%20%20c0.568-1.167%2C1.258-1.771%2C2.303-2.408c0.693-0.419%2C1.388-1.297%2C1.388-2.673c0-1.587-1.476-3.645-1.928-4.308%20%20%20%20c-0.243%2C0.102-0.72%2C0.56-0.72%2C1.021c0%2C0.191%2C0.129%2C0.209%2C0.129%2C0.47c0%2C0.261-0.249%2C0.342-0.353%2C0.342%20%20%20%20c-0.105%2C0-0.182-0.067-0.303-0.12c-0.123-0.054-0.342-0.079-0.492-0.097c-0.174-0.025-0.479-0.04-0.683%2C0.018%20%20%20%20c-0.114%2C0.023-0.212%2C0.038-0.378%2C0.129C13.438%2C6.762%2C13.2%2C6.594%2C13.2%2C6.354c0-0.184%2C0.221-0.32%2C0.36-0.32%20%20%20%20c0.14%2C0%2C0.294%2C0.068%2C0.416%2C0.11c0.212%2C0.077%2C0.502%2C0.068%2C0.757-0.03c0.28-0.112%2C0.244-0.286%2C0.2-0.397%20%20%20%20c-0.044-0.115-0.095-0.272-0.095-0.637c0-0.37%2C0.191-0.909%2C0.493-1.208h1.071c0.774%2C0.049%2C1.194-0.747%2C1.194-1.22%20%20%20%20c0-0.469-0.387-1.011-0.651-1.169c0.073%2C0.195%2C0.154%2C0.443%2C0.073%2C0.804c-0.077%2C0.324-0.41%2C0.789-0.988%2C0.789%20%20%20%20c-0.138%2C0-0.543-0.091-0.698-0.265h-2.163C13.092%2C2.973%2C12.89%2C3.159%2C12.577%2C3.159%20M16.125%2C4.192%20%20%20%20c-0.514%2C0.027-0.865%2C0.335-0.832%2C0.9C15.81%2C5.064%2C16.158%2C4.75%2C16.125%2C4.192%20M11.961%2C15.901c0-0.61-0.432-1.159-0.57-1.347%20%20%20%20c-0.161-0.206-0.51-0.667-0.601-0.667c-0.133%2C0-0.229%2C0.133-0.229%2C0.27c0%2C0.296%2C0.106%2C0.712%2C0.406%2C1.642%20%20%20%20c0.336%2C1.039%2C0.296%2C2.156%2C0.07%2C2.947h0.509C11.646%2C18.456%2C11.961%2C16.514%2C11.961%2C15.901%20M16.556%2C17.218%20%20%20%20c0.058-0.217%2C0.108-0.715%2C0.07-0.967c-0.389%2C0.093-1.445%2C0.093-1.597-0.175c0.28-0.33%2C0.872-0.364%2C1.087-0.433%20%20%20%20c0.207-0.073%2C1.007-0.528%2C1.007-0.917c0-0.394-0.301-0.729-0.791-0.729c-0.561%2C0-0.937%2C0.328-1.364%2C0.908%20%20%20%20c-0.361%2C0.494-0.5%2C0.811-0.5%2C1.033c0%2C0.27%2C0.239%2C0.728%2C0.791%2C0.977C15.689%2C17.106%2C16.243%2C17.225%2C16.556%2C17.218%20M17.823%2C14.994%20%20%20%20l1.479-0.316c-0.068%2C0.141-0.086%2C0.385-0.068%2C0.612l1.476-0.402c-0.407-0.42-0.879-1.415-0.879-2.129%20%20%20%20c0-0.716%2C0.371-1.534%2C0.952-1.747c-0.441-0.141-1.586-0.908-1.883-1.378c0.053%2C0.47-0.176%2C1.311-0.53%2C1.815%20%20%20%20c-0.445%2C0.647-1.474%2C1.153-1.93%2C1.747C17.313%2C13.282%2C17.909%2C14.174%2C17.823%2C14.994%20M19.127%2C18.729h0.634%20%20%20%20c0.315-0.613%2C1.35-2.479%2C1.577-2.67l0.04-0.261c-0.422%2C0.016-1.076%2C0.09-1.428%2C0.245C19.95%2C17.121%2C19.377%2C18.317%2C19.127%2C18.729%20%20%20%20%20M22.257%2C15.814c0.019%2C0.312%2C0.122%2C0.836%2C0.547%2C0.874c0.417%2C0.034%2C0.737-0.14%2C0.837-0.313%20%20%20%20C23.452%2C16.166%2C22.588%2C15.888%2C22.257%2C15.814%20M21.956%2C11.466c-0.844%2C0-1.389%2C0.542-1.389%2C1.242c0%2C0.696%2C0.303%2C1.361%2C1.074%2C1.832%20%20%20%20c0.774%2C0.472%2C1.985%2C0.946%2C2.336%2C1.081c0.846%2C0.336%2C0.972%2C0.84%2C0.514%2C1.783c-0.288%2C0.586-0.705%2C1.339-0.705%2C1.339h1.003%20%20%20%20c0.177-0.713%2C0.771-2.163%2C1.143-2.773c-0.423-0.259-0.739-0.699-0.949-1.102c-0.217-0.4-0.583-1.043-0.793-1.483%20%20%20%20C23.976%2C12.951%2C23.081%2C11.466%2C21.956%2C11.466%20M23.045%2C3.354c0.213%2C0.138%2C0.808%2C0.362%2C1.336%2C0.362c0.527%2C0%2C1.112-0.574%2C1.341-0.889%20%20%20%20h-2.291C22.763%2C2.828%2C22.834%2C3.211%2C23.045%2C3.354%20M12.649%2C4.16c-0.022%2C0.481%2C0.241%2C0.833%2C0.777%2C0.859%20%20%20%20C13.442%2C4.535%2C13.184%2C4.179%2C12.649%2C4.16%20M15.132%2C7.323c0.112%2C0.052%2C0.253-0.074%2C0.066-0.264c-0.205-0.201-0.504-0.3-0.852-0.3%20%20%20%20c-0.347%2C0-0.653%2C0.099-0.852%2C0.3c-0.19%2C0.189-0.046%2C0.316%2C0.065%2C0.264c0.212-0.105%2C0.495-0.163%2C0.787-0.163%20%20%20%20C14.634%2C7.16%2C14.915%2C7.218%2C15.132%2C7.323%22%2F%3E%20%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%20%3Cg%3E%20%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M9.44%2C44.495v-22.86h10.533v4.108h-5.972v5.171h5.134v4.108h-5.134v5.363h5.972v4.109H9.44z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M33.681%2C42.28c-1.028%2C1.188-2.44%2C2.215-5.007%2C2.215h-6.456v-22.86h6.456c2.567%2C0%2C3.979%2C1.029%2C5.007%2C2.216%20%20%20%20c1.832%2C2.12%2C1.703%2C6.228%2C1.703%2C9.212C35.384%2C36.05%2C35.513%2C40.161%2C33.681%2C42.28z%20M30.278%2C26.741%20%20%20%20c-0.288-0.578-0.866-0.998-1.7-0.998H26.78v14.643h1.798c0.834%2C0%2C1.413-0.42%2C1.7-0.995c0.548-1.06%2C0.548-3.822%2C0.548-6.358%20%20%20%20S30.826%2C27.802%2C30.278%2C26.741z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M43.972%2C44.749c-2.565%2C0-3.914-1.026-4.976-2.276c-1.827-2.183-1.699-6.327-1.699-9.409%20%20%20%20c0-3.08-0.128-7.222%2C1.699-9.406c1.062-1.251%2C2.41-2.279%2C4.976-2.279c1.929%2C0%2C3.438%2C0.643%2C4.529%2C1.701%20%20%20%20c1.217%2C1.223%2C1.862%2C3.019%2C1.955%2C5.106H45.9c-0.034-0.963-0.192-2.698-1.929-2.698c-0.832%2C0-1.252%2C0.387-1.506%2C0.9%20%20%20%20c-0.549%2C1.06-0.613%2C3.916-0.613%2C6.676c0%2C2.762%2C0.064%2C5.618%2C0.613%2C6.681c0.254%2C0.514%2C0.674%2C0.896%2C1.506%2C0.896%20%20%20%20c1.509%2C0%2C1.929-1.41%2C1.929-2.665v-2.373h-1.894v-3.691h6.449v5.811C50.456%2C42.28%2C47.891%2C44.749%2C43.972%2C44.749z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M52.704%2C44.495v-22.86h10.535v4.108h-5.972v5.171h5.134v4.111h-5.134v5.36h5.972v4.109H52.704z%22%2F%3E%20%20%3C%2Fg%3E%20%20%3Cg%3E%20%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M67.418%2C22.784c0%2C0.369-0.134%2C0.685-0.396%2C0.948c-0.262%2C0.263-0.578%2C0.395-0.947%2C0.395%20%20%20%20s-0.685-0.132-0.949-0.395c-0.263-0.263-0.394-0.58-0.394-0.948c0-0.368%2C0.131-0.684%2C0.394-0.947%20%20%20%20c0.265-0.264%2C0.58-0.396%2C0.949-0.396s0.686%2C0.132%2C0.947%2C0.396C67.284%2C22.101%2C67.418%2C22.417%2C67.418%2C22.784z%20M67.228%2C22.784%20%20%20%20c0-0.317-0.112-0.589-0.34-0.814c-0.225-0.225-0.497-0.339-0.813-0.339c-0.315%2C0-0.588%2C0.114-0.812%2C0.34%20%20%20%20c-0.228%2C0.225-0.34%2C0.497-0.34%2C0.813c0%2C0.318%2C0.112%2C0.589%2C0.337%2C0.814s0.497%2C0.338%2C0.815%2C0.338c0.316%2C0%2C0.589-0.113%2C0.813-0.338%20%20%20%20C67.112%2C23.372%2C67.228%2C23.101%2C67.228%2C22.784z%20M66.709%2C23.566h-0.257l-0.3-0.666h-0.431v0.666h-0.228v-1.562h0.658%20%20%20%20c0.179%2C0%2C0.311%2C0.045%2C0.398%2C0.137s0.134%2C0.193%2C0.134%2C0.305c0%2C0.083-0.024%2C0.162-0.072%2C0.239s-0.126%2C0.13-0.228%2C0.162%20%20%20%20L66.709%2C23.566z%20M65.722%2C22.717h0.406c0.104%2C0%2C0.185-0.025%2C0.235-0.079s0.078-0.118%2C0.078-0.195c0-0.081-0.027-0.141-0.08-0.183%20%20%20%20c-0.057-0.042-0.126-0.062-0.209-0.062h-0.431V22.717z%22%2F%3E%20%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-size: contain;
}
.icon-ml-logo {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%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%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%20%20width%3D%22435.594px%22%20height%3D%22105.933px%22%20viewBox%3D%220%200%20435.594%20105.933%22%20enable-background%3D%22new%200%200%20435.594%20105.933%22%20%20xml%3Aspace%3D%22preserve%22%3E%3Cg%20id%3D%22Logo%22%3E%20%3Cg%3E%20%20%3Cg%3E%20%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M14.605%2C91.82c1.664-5.349%2C2.261-12.642%2C0.146-16.844c-1.817-3.605-2.12-9.032-0.606-10.977%20%20%20%20c-2.358-3.062-4.663-8.023-0.095-18.632c2.958-6.837%2C4.482-12.076%2C5.323-15.544c-1.806%2C1.07-3.186%2C1.437-4.621%2C1.581%20%20%20%20c-0.462-1.533%2C0.045-4.971%2C1.771-6.076c-1.873-2.089-2.344-4.025-2.344-6.333c0-4.156%2C4.685-7.734%2C8.335-7.734%20%20%20%20c2.271%2C0%2C3.648%2C0.615%2C4.254%2C1.229c-1.554%2C0.666-2.585%2C2.163-2.585%2C3.231c0%2C1.049%2C0.63%2C2.371%2C1.69%2C2.371%20%20%20%20c1.064%2C0%2C1.108-0.327%2C1.711-0.782l9.21%2C0.029c0.591%2C0.697%2C1.285%2C0.895%2C1.968%2C0.895c1.572%2C0%2C2.539-1.408%2C2.539-2.554%20%20%20%20c0-1.144-0.642-2.925-2.417-3.428c0.979-0.789%2C2.249-1.236%2C3.514-1.236c3.03%2C0%2C7.66%2C3.499%2C7.66%2C9.062%20%20%20%20c0%2C2.163-0.257%2C4.141-2.031%2C5.884c1.163%2C1.174%2C2.151%2C3.378%2C2.389%2C5.008c-0.751%2C0.146-3.854%2C0.236-4.595%2C0.236%20%20%20%20c0.8%2C1.116%2C3.636%2C6.83%2C4.312%2C8.57c1.732%2C4.468%2C4.897%2C10.281%2C10.07%2C12.709c6.383%2C3.005%2C12.708%2C4.574%2C19.473%2C2.778%20%20%20%20c2.724-0.716%2C4.619-3.687%2C4.619-6.013c0-3.15-5.049-6.993-9.695-8.491c-6.845-2.214-20.464-3.58-20.306-14.215%20%20%20%20c0.081-4.966%2C5.632-9.175%2C12.732-9.175c3.94%2C0%2C19.698-0.305%2C19.698-0.305c-0.766%2C3.62-5.153%2C10.378-10.309%2C10.378%20%20%20%20c-5.155%2C0-5.449-1.501-7.421-2.553c-1.968-1.051-4.396-1.953-6.065-1.953c-2.065%2C0-5.223%2C1.281-5.223%2C4.886%20%20%20%20c0%2C2.412%2C1.669%2C5.111%2C6.817%2C6.771c6.973%2C2.236%2C22.952%2C4.961%2C22.952%2C14.813c0%2C5.545-5.057%2C9.616-13.027%2C9.855%20%20%20%20c2.202%2C3.081%2C3.789%2C6.235%2C4.546%2C8.049c0.974%2C2.321%2C4.441%2C7.546%2C8.107%2C8.266c-2.957%2C4.373-6.295%2C11.729-6.295%2C16.242H67.783%20%20%20%20c1.662-2.096%2C4.54-7.521%2C5.298-9.023c-2.117%2C0.903-6.057%2C0.605-7.115-1.353c-1.065-1.955-1.898-0.223-2.502%2C0.521%20%20%20%20c-0.609%2C0.758-4.469%2C7.296-5.38%2C9.855h-10.91c3.329-3.608%2C6.512-10.527%2C6.063-13.836c-1.814%2C0.379-3.104%2C0.521-3.104%2C0.521%20%20%20%20c0.081-1.425-1.899-3.372-4.778-1.048c0.299%2C2.188%2C0.038%2C6.325-0.493%2C8.732c-6.068%2C0.1-12.796-2.974-14.201-7.042%20%20%20%20c-0.266-0.782-1.362%2C0.454-2.257%2C0.489c-1.301%2C0.029-2.368-0.719-2.661-1.054c-0.158%2C1.888-1.522%2C6.098-1.75%2C7.898%20%20%20%20c-0.218%2C1.814-0.523%2C4.358-0.295%2C5.339H14.605z%20M24.938%2C22.034c-1.362%2C0-3.244-1.688-3.684-2.632%20%20%20%20c-0.471-0.983-0.599-2.586%2C0.227-4.085c-1.901%2C0.224-3.761%2C1.649-3.761%2C4.201c0%2C3.086%2C3.055%2C5.734%2C5.654%2C6.078%20%20%20%20c-0.751%2C5.958-4.604%2C16.275-6.306%2C20.129c-0.391%2C0.889-0.882%2C2.928%2C0.938%2C3.764c2.126%2C0.96%2C6.363%2C5.569%2C6.899%2C9.992h-2.431%20%20%20%20c-0.225-1.278-1.513-3.459-2.193-4.361c-1.986-2.615-3.937-2.926-5-1.957c-1.036%2C0.961-1.376%2C3.221%2C0.072%2C6.318%20%20%20%20c1.97%2C4.213%2C10.229%2C14.967%2C10.914%2C15.798c0.682%2C0.825%2C2.118%2C0.974%2C3.025%2C0.15c0.909-0.833%2C2.956-2.707%2C4.165-5.19%20%20%20%20c2.458-5.027%2C5.425-7.639%2C9.927-10.374c2.985-1.817%2C5.985-5.596%2C5.985-11.512c0-6.854-6.365-15.718-8.327-18.574%20%20%20%20c-1.039%2C0.445-3.072%2C2.41-3.072%2C4.4c0%2C0.824%2C0.532%2C0.899%2C0.532%2C2.032c0%2C1.123-1.065%2C1.466-1.518%2C1.466%20%20%20%20c-0.448%2C0-0.774-0.293-1.301-0.509c-0.531-0.229-1.477-0.357-2.109-0.432c-0.768-0.09-2.074-0.159-2.951%2C0.074%20%20%20%20c-0.477%2C0.119-0.91%2C0.177-1.63%2C0.564c-0.338%2C0.181-1.362-0.533-1.362-1.583c0-0.789%2C0.948-1.37%2C1.543-1.37%20%20%20%20c0.615%2C0%2C1.269%2C0.288%2C1.798%2C0.475c0.913%2C0.328%2C2.171%2C0.296%2C3.252-0.131c1.218-0.484%2C1.055-1.233%2C0.869-1.713%20%20%20%20c-0.187-0.496-0.419-1.175-0.419-2.751c0-1.581%2C0.831-3.907%2C2.119-5.202h4.622c3.339%2C0.229%2C5.146-3.213%2C5.146-5.246%20%20%20%20c0-2.031-1.662-4.363-2.793-5.041c0.304%2C0.828%2C0.661%2C1.903%2C0.304%2C3.456c-0.327%2C1.395-1.771%2C3.396-4.254%2C3.396%20%20%20%20c-0.598%2C0-2.34-0.393-3.024-1.146h-9.312C27.165%2C21.225%2C26.295%2C22.034%2C24.938%2C22.034%20M40.236%2C26.474%20%20%20%20c-2.214%2C0.126-3.725%2C1.464-3.59%2C3.89C38.866%2C30.243%2C40.364%2C28.896%2C40.236%2C26.474%20M22.292%2C76.935c0-2.636-1.861-5.001-2.465-5.797%20%20%20%20c-0.688-0.898-2.194-2.89-2.574-2.89c-0.575%2C0-0.991%2C0.578-0.991%2C1.169c0%2C1.276%2C0.458%2C3.076%2C1.745%2C7.071%20%20%20%20c1.448%2C4.474%2C1.282%2C9.275%2C0.304%2C12.692h2.196C20.929%2C87.941%2C22.292%2C79.562%2C22.292%2C76.935%20M42.096%2C82.61%20%20%20%20c0.231-0.938%2C0.46-3.075%2C0.301-4.167c-1.691%2C0.401-6.247%2C0.401-6.893-0.764c1.211-1.427%2C3.75-1.575%2C4.666-1.871%20%20%20%20c0.901-0.305%2C4.354-2.263%2C4.354-3.953c0-1.696-1.283-3.122-3.405-3.122c-2.427%2C0-4.031%2C1.406-5.882%2C3.909%20%20%20%20c-1.55%2C2.118-2.151%2C3.502-2.151%2C4.438c0%2C1.164%2C1.03%2C3.149%2C3.407%2C4.213C38.345%2C82.124%2C40.734%2C82.642%2C42.096%2C82.61%20M47.548%2C73.023%20%20%20%20l6.369-1.354c-0.302%2C0.593-0.378%2C1.658-0.302%2C2.629l6.365-1.735c-1.751-1.802-3.791-6.092-3.791-9.17%20%20%20%20c0-3.08%2C1.592-6.609%2C4.09-7.522c-1.888-0.606-6.819-3.914-8.109-5.941c0.23%2C2.027-0.75%2C5.651-2.275%2C7.822%20%20%20%20c-1.925%2C2.784-6.359%2C4.971-8.318%2C7.523C45.354%2C65.652%2C47.924%2C69.488%2C47.548%2C73.023%20M53.162%2C89.116h2.727%20%20%20%20c1.361-2.635%2C5.826-10.673%2C6.809-11.506l0.157-1.122c-1.817%2C0.064-4.625%2C0.369-6.139%2C1.054%20%20%20%20C56.716%2C82.187%2C54.243%2C87.338%2C53.162%2C89.116%20M66.645%2C76.553c0.074%2C1.353%2C0.526%2C3.606%2C2.348%2C3.769%20%20%20%20c1.814%2C0.149%2C3.181-0.598%2C3.63-1.353C71.794%2C78.065%2C68.078%2C76.857%2C66.645%2C76.553%20M65.35%2C57.83c-3.636%2C0-5.977%2C2.331-5.977%2C5.343%20%20%20%20c0%2C3.005%2C1.288%2C5.863%2C4.616%2C7.9c3.334%2C2.031%2C8.562%2C4.06%2C10.073%2C4.65c3.636%2C1.452%2C4.172%2C3.62%2C2.207%2C7.679%20%20%20%20c-1.238%2C2.532-3.041%2C5.778-3.041%2C5.778h4.317c0.762-3.076%2C3.333-9.318%2C4.928-11.947c-1.815-1.129-3.182-3.013-4.084-4.74%20%20%20%20c-0.914-1.731-2.509-4.513-3.418-6.392C74.062%2C64.23%2C70.202%2C57.83%2C65.35%2C57.83%20M70.048%2C22.864%20%20%20%20c0.917%2C0.603%2C3.488%2C1.575%2C5.762%2C1.575c2.269%2C0%2C4.778-2.479%2C5.759-3.838h-9.861C68.833%2C20.602%2C69.143%2C22.261%2C70.048%2C22.864%20%20%20%20%20M25.243%2C26.345c-0.084%2C2.071%2C1.048%2C3.594%2C3.351%2C3.693C28.68%2C27.966%2C27.549%2C26.435%2C25.243%2C26.345%20M35.944%2C39.974%20%20%20%20c0.488%2C0.238%2C1.103-0.324%2C0.286-1.132c-0.866-0.858-2.172-1.292-3.665-1.292c-1.502%2C0-2.811%2C0.434-3.67%2C1.292%20%20%20%20c-0.809%2C0.808-0.207%2C1.37%2C0.28%2C1.132c0.92-0.453%2C2.137-0.699%2C3.39-0.699C33.806%2C39.274%2C35.013%2C39.521%2C35.944%2C39.974%22%2F%3E%20%20%3C%2Fg%3E%20%20%3Cg%3E%20%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M107.861%2C91.82V74.155h6.668c1.365%2C0%2C2.447%2C0.052%2C3.631%2C0.824c1.184%2C0.799%2C1.854%2C2.034%2C1.854%2C3.476%20%20%20%20c0%2C2.01-1.185%2C3.502-3.116%2C3.965v0.053c2.189%2C0.463%2C3.657%2C2.215%2C3.657%2C4.48c0%2C1.494-0.515%2C2.807-1.699%2C3.734%20%20%20%20c-1.339%2C1.055-2.73%2C1.133-4.352%2C1.133H107.861z%20M113.5%2C81.727c1.107%2C0%2C2.317%2C0.025%2C3.218-0.67%20%20%20%20c0.721-0.514%2C1.107-1.469%2C1.107-2.318c0-1.055-0.412-1.803-1.312-2.342c-0.772-0.438-1.571-0.438-2.447-0.438h-3.991v5.769H113.5%20%20%20%20z%20M114.4%2C89.939c0.979%2C0%2C2.06-0.104%2C2.833-0.719c0.748-0.568%2C1.108-1.418%2C1.108-2.369c0-1.057-0.465-2.111-1.289-2.756%20%20%20%20c-0.849-0.67-1.956-0.67-2.96-0.67h-4.017v6.514H114.4z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M131.646%2C83.707v-0.564c0-2.293-1.004-3.166-3.322-3.166c-1.648%2C0-3.218%2C0.514-3.579%2C2.316l-1.879-0.309%20%20%20%20c0.36-2.73%2C3.245-3.58%2C5.639-3.58c1.416%2C0%2C3.038%2C0.154%2C4.017%2C1.289c1.081%2C1.156%2C1.081%2C2.805%2C1.081%2C4.299v5.072%20%20%20%20c0%2C0.953%2C0.026%2C1.906%2C0.284%2C2.756h-2.008l-0.232-2.447c-0.928%2C1.881-2.498%2C2.705-4.584%2C2.705c-2.446%2C0-4.557-1.365-4.557-3.967%20%20%20%20c0-1.57%2C0.978-2.986%2C2.421-3.629c1.468-0.697%2C3.398-0.775%2C5.021-0.775H131.646z%20M131.646%2C85.229h-1.674%20%20%20%20c-2.06%2C0-5.304%2C0.283-5.304%2C2.988c0%2C1.619%2C1.391%2C2.291%2C2.833%2C2.291c2.472%2C0%2C4.146-2.111%2C4.146-4.43V85.229z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M138.682%2C81.16h0.052c0.747-1.623%2C2.214-2.756%2C4.067-2.756c1.572%2C0%2C2.884%2C0.67%2C3.708%2C2.035%20%20%20%20c0.67%2C1.107%2C0.619%2C2.857%2C0.619%2C4.145v7.236h-2.008v-8.086c0-0.773%2C0.026-1.75-0.361-2.42c-0.437-0.748-1.39-1.186-2.24-1.186%20%20%20%20c-1.056%2C0-2.009%2C0.49-2.704%2C1.314c-0.849%2C1.029-1.03%2C2.215-1.03%2C3.527v6.85h-2.008V78.738h1.905V81.16z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M159.444%2C91.82l-3.811-7.289l-2.807%2C3.246v4.043h-2.008V74.155h2.008v11.306l6.051-6.67h2.163%20%20%20%20l-4.068%2C4.584l4.609%2C8.445H159.444z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M170.553%2C85.176c0-3.629%2C2.061-6.771%2C6-6.771c3.836%2C0%2C5.742%2C3.348%2C5.742%2C6.799%20%20%20%20c0%2C3.656-2.111%2C6.875-6.077%2C6.875C172.304%2C92.078%2C170.553%2C88.627%2C170.553%2C85.176z%20M179.411%2C88.523%20%20%20%20c0.541-1.029%2C0.644-2.213%2C0.644-3.348c0-1.234-0.154-2.521-0.824-3.58c-0.618-0.951-1.7-1.545-2.833-1.545%20%20%20%20c-1.261%2C0-2.394%2C0.723-2.96%2C1.855c-0.489%2C0.953-0.645%2C2.215-0.645%2C3.27c0%2C1.184%2C0.18%2C2.549%2C0.748%2C3.58%20%20%20%20c0.566%2C1.004%2C1.673%2C1.648%2C2.857%2C1.648C177.737%2C90.404%2C178.792%2C89.709%2C179.411%2C88.523z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M190.486%2C80.336h-3.039V91.82h-2.009V80.336h-2.317v-1.598h2.317c-0.103-2.755%2C0.85-5.149%2C4.017-4.841%20%20%20%20l1.802%2C0.18V75.7c-0.54-0.103-1.081-0.205-1.648-0.205c-2.214%2C0-2.188%2C1.597-2.163%2C3.243h3.039V80.336z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M210.347%2C91.82l-1.777-5.15h-6.541l-1.57%2C5.15h-1.854l5.717-17.665h2.549l5.742%2C17.665H210.347z%20%20%20%20%20M205.376%2C76.525l-2.73%2C8.471h5.434L205.376%2C76.525z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M216.327%2C78.738v2.525h0.052c0.67-1.57%2C2.086-2.859%2C3.914-2.859c1.905%2C0%2C3.271%2C1.289%2C3.682%2C3.115%20%20%20%20c0.722-1.801%2C2.216-3.115%2C4.224-3.115c1.339%2C0%2C2.626%2C0.748%2C3.296%2C1.879c0.644%2C1.082%2C0.618%2C2.525%2C0.618%2C3.734v7.803h-2.009v-7.803%20%20%20%20c0-0.875%2C0.052-1.803-0.36-2.602c-0.438-0.85-1.287-1.365-2.189-1.365c-1.003%2C0-1.931%2C0.619-2.522%2C1.469%20%20%20%20c-0.747%2C1.057-0.721%2C2.008-0.721%2C3.246v7.055h-2.009v-8.293c0-0.719-0.051-1.57-0.438-2.213%20%20%20%20c-0.464-0.771-1.314-1.264-2.189-1.264c-0.901%2C0-1.829%2C0.594-2.368%2C1.291c-0.67%2C0.848-0.799%2C1.902-0.799%2C2.984v7.494h-2.009%20%20%20%20V78.738H216.327z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M246.137%2C88.24c-0.772%2C2.395-3.063%2C3.838-5.562%2C3.838c-3.966%2C0-6-3.141-6-6.797%20%20%20%20c0-3.607%2C2.139-6.877%2C6.052-6.877c4.068%2C0%2C5.819%2C3.4%2C5.716%2C7.029h-9.502c0%2C1.029%2C0.052%2C1.984%2C0.541%2C2.963%20%20%20%20c0.618%2C1.234%2C1.983%2C1.98%2C3.348%2C1.98c1.699%2C0%2C2.936-0.977%2C3.503-2.521L246.137%2C88.24z%20M244.129%2C83.941%20%20%20%20c0.025-2.164-1.185-3.992-3.502-3.992c-2.189%2C0-3.605%2C1.93-3.683%2C3.992H244.129z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M251.022%2C78.738v3.066h0.051c0.618-1.779%2C1.726-3.426%2C3.838-3.426l0.746%2C0.051v1.932h-0.413%20%20%20%20c-1.545%2C0-2.625%2C0.746-3.373%2C2.059c-0.539%2C0.955-0.644%2C1.779-0.644%2C2.809v6.592h-2.008V78.738H251.022z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M260.374%2C76.422h-2.216v-2.267h2.216V76.422z%20M260.27%2C91.82h-2.008V78.738h2.008V91.82z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M273.844%2C87.494c-0.464%2C2.652-2.24%2C4.584-5.047%2C4.584c-3.889%2C0-5.562-3.373-5.562-6.797%20%20%20%20c0-3.402%2C1.699-6.877%2C5.588-6.877c2.832%2C0%2C4.583%2C1.828%2C5.021%2C4.531l-1.855%2C0.336c-0.18-1.725-1.235-3.168-3.115-3.168%20%20%20%20c-2.729%2C0-3.501%2C2.857-3.501%2C5.047c0%2C2.111%2C0.644%2C5.201%2C3.372%2C5.201c1.957%2C0%2C2.91-1.414%2C3.244-3.193L273.844%2C87.494z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M285%2C83.707v-0.564c0-2.293-1.004-3.166-3.322-3.166c-1.648%2C0-3.219%2C0.514-3.579%2C2.316l-1.88-0.309%20%20%20%20c0.361-2.73%2C3.244-3.58%2C5.639-3.58c1.417%2C0%2C3.039%2C0.154%2C4.018%2C1.289c1.081%2C1.156%2C1.081%2C2.805%2C1.081%2C4.299v5.072%20%20%20%20c0%2C0.953%2C0.026%2C1.906%2C0.284%2C2.756h-2.009L285%2C89.373c-0.928%2C1.881-2.498%2C2.705-4.584%2C2.705c-2.446%2C0-4.558-1.365-4.558-3.967%20%20%20%20c0-1.57%2C0.978-2.986%2C2.421-3.629c1.467-0.697%2C3.398-0.775%2C5.02-0.775H285z%20M285%2C85.229h-1.674c-2.061%2C0-5.305%2C0.283-5.305%2C2.988%20%20%20%20c0%2C1.619%2C1.391%2C2.291%2C2.832%2C2.291c2.473%2C0%2C4.146-2.111%2C4.146-4.43V85.229z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M310.889%2C86.311c-0.824%2C3.346-2.807%2C5.768-6.539%2C5.768c-5.1%2C0-7.185-4.92-7.185-9.27%20%20%20%20c0-4.559%2C2.24-8.911%2C7.363-8.911c3.554%2C0%2C5.64%2C2.395%2C6.36%2C5.64l-2.085%2C0.387c-0.618-2.24-1.726-4.171-4.353-4.171%20%20%20%20c-3.836%2C0-4.867%2C4.171-4.867%2C7.235c0%2C1.391%2C0.232%2C3.115%2C0.824%2C4.404c0.721%2C1.57%2C2.086%2C2.832%2C3.941%2C2.832%20%20%20%20c2.703%2C0%2C3.965-2.035%2C4.531-4.354L310.889%2C86.311z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M312.898%2C85.176c0-3.629%2C2.059-6.771%2C6-6.771c3.836%2C0%2C5.741%2C3.348%2C5.741%2C6.799%20%20%20%20c0%2C3.656-2.111%2C6.875-6.077%2C6.875C314.648%2C92.078%2C312.898%2C88.627%2C312.898%2C85.176z%20M321.756%2C88.523%20%20%20%20c0.541-1.029%2C0.644-2.213%2C0.644-3.348c0-1.234-0.154-2.521-0.824-3.58c-0.617-0.951-1.699-1.545-2.833-1.545%20%20%20%20c-1.261%2C0-2.395%2C0.723-2.961%2C1.855c-0.488%2C0.953-0.644%2C2.215-0.644%2C3.27c0%2C1.184%2C0.181%2C2.549%2C0.747%2C3.58%20%20%20%20c0.566%2C1.004%2C1.674%2C1.648%2C2.857%2C1.648C320.082%2C90.404%2C321.139%2C89.709%2C321.756%2C88.523z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M329.438%2C78.738v3.066h0.051c0.617-1.779%2C1.726-3.426%2C3.837-3.426l0.747%2C0.051v1.932h-0.412%20%20%20%20c-1.546%2C0-2.627%2C0.746-3.374%2C2.059c-0.54%2C0.955-0.644%2C1.779-0.644%2C2.809v6.592h-2.009V78.738H329.438z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M338.041%2C96.096h-2.008V78.738h1.828v2.525h0.051c0.67-1.727%2C2.086-2.859%2C4.043-2.859%20%20%20%20c3.656%2C0%2C5.176%2C3.631%2C5.176%2C6.771c0%2C1.494-0.283%2C3.143-1.056%2C4.455c-0.9%2C1.443-2.343%2C2.447-4.12%2C2.447%20%20%20%20c-1.803%2C0-3.013-0.824-3.914-2.318V96.096z%20M338.041%2C86.695c0%2C1.803%2C1.598%2C3.682%2C3.451%2C3.682c1.106%2C0%2C2.137-0.668%2C2.678-1.596%20%20%20%20c0.593-1.004%2C0.695-2.369%2C0.695-3.527c0-2.137-0.67-5.072-3.373-5.072c-1.777%2C0-3.09%2C1.57-3.451%2C3.193V86.695z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M348.98%2C85.176c0-3.629%2C2.059-6.771%2C5.999-6.771c3.836%2C0%2C5.742%2C3.348%2C5.742%2C6.799%20%20%20%20c0%2C3.656-2.112%2C6.875-6.077%2C6.875C350.73%2C92.078%2C348.98%2C88.627%2C348.98%2C85.176z%20M357.838%2C88.523%20%20%20%20c0.541-1.029%2C0.643-2.213%2C0.643-3.348c0-1.234-0.153-2.521-0.823-3.58c-0.618-0.951-1.699-1.545-2.833-1.545%20%20%20%20c-1.261%2C0-2.395%2C0.723-2.961%2C1.855c-0.488%2C0.953-0.645%2C2.215-0.645%2C3.27c0%2C1.184%2C0.181%2C2.549%2C0.748%2C3.58%20%20%20%20c0.566%2C1.004%2C1.674%2C1.648%2C2.857%2C1.648C356.163%2C90.404%2C357.221%2C89.709%2C357.838%2C88.523z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M365.519%2C78.738v3.066h0.052c0.617-1.779%2C1.725-3.426%2C3.836-3.426l0.747%2C0.051v1.932h-0.412%20%20%20%20c-1.545%2C0-2.626%2C0.746-3.374%2C2.059c-0.539%2C0.955-0.643%2C1.779-0.643%2C2.809v6.592h-2.01V78.738H365.519z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M380.664%2C83.707v-0.564c0-2.293-1.004-3.166-3.322-3.166c-1.648%2C0-3.219%2C0.514-3.579%2C2.316l-1.88-0.309%20%20%20%20c0.361-2.73%2C3.245-3.58%2C5.64-3.58c1.416%2C0%2C3.038%2C0.154%2C4.017%2C1.289c1.081%2C1.156%2C1.081%2C2.805%2C1.081%2C4.299v5.072%20%20%20%20c0%2C0.953%2C0.026%2C1.906%2C0.284%2C2.756h-2.009l-0.231-2.447c-0.928%2C1.881-2.498%2C2.705-4.584%2C2.705c-2.446%2C0-4.558-1.365-4.558-3.967%20%20%20%20c0-1.57%2C0.978-2.986%2C2.421-3.629c1.468-0.697%2C3.398-0.775%2C5.021-0.775H380.664z%20M380.664%2C85.229h-1.674%20%20%20%20c-2.061%2C0-5.305%2C0.283-5.305%2C2.988c0%2C1.619%2C1.391%2C2.291%2C2.832%2C2.291c2.473%2C0%2C4.146-2.111%2C4.146-4.43V85.229z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M392.277%2C91.922l-1.93%2C0.156c-2.857%2C0-3.709-1.674-3.709-4.275v-7.57h-2.316v-1.596h2.316v-3.245%20%20%20%20l2.01-0.207v3.452h2.91v1.596h-2.91v7.906c0%2C1.518%2C0.438%2C2.316%2C2.086%2C2.316l1.543-0.127V91.922z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M397.254%2C76.422h-2.215v-2.267h2.215V76.422z%20M397.15%2C91.82h-2.008V78.738h2.008V91.82z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M400.27%2C85.176c0-3.629%2C2.059-6.771%2C6-6.771c3.836%2C0%2C5.742%2C3.348%2C5.742%2C6.799%20%20%20%20c0%2C3.656-2.111%2C6.875-6.078%2C6.875C402.02%2C92.078%2C400.27%2C88.627%2C400.27%2C85.176z%20M409.127%2C88.523%20%20%20%20c0.541-1.029%2C0.645-2.213%2C0.645-3.348c0-1.234-0.154-2.521-0.824-3.58c-0.617-0.951-1.699-1.545-2.834-1.545%20%20%20%20c-1.26%2C0-2.395%2C0.723-2.961%2C1.855c-0.488%2C0.953-0.645%2C2.215-0.645%2C3.27c0%2C1.184%2C0.182%2C2.549%2C0.748%2C3.58%20%20%20%20c0.566%2C1.004%2C1.674%2C1.648%2C2.857%2C1.648C407.453%2C90.404%2C408.51%2C89.709%2C409.127%2C88.523z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M416.543%2C81.16h0.053c0.746-1.623%2C2.215-2.756%2C4.068-2.756c1.572%2C0%2C2.885%2C0.67%2C3.707%2C2.035%20%20%20%20c0.67%2C1.107%2C0.619%2C2.857%2C0.619%2C4.145v7.236h-2.008v-8.086c0-0.773%2C0.025-1.75-0.361-2.42c-0.438-0.748-1.391-1.186-2.24-1.186%20%20%20%20c-1.057%2C0-2.008%2C0.49-2.703%2C1.314c-0.85%2C1.029-1.029%2C2.215-1.029%2C3.527v6.85h-2.01V78.738h1.904V81.16z%22%2F%3E%20%20%3C%2Fg%3E%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M107.861%2C17.325h14.337l4.381%2C22.64h0.115l5.182-22.64h13.938v40.407H135.57V27.885h-0.113l-6.995%2C29.847%20%20%20h-6.205l-6.425-30.866h-0.116v30.866h-7.855V17.325z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M234.722%2C44.215v-26.89h9.214v40.407h-9.214V44.215z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M248.386%2C17.325h9.217v15.952v24.455h-9.217V17.325z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M277.697%2C17.325h10.237v33.26h13.885v7.146h-24.122V17.325z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M312.813%2C29.247l3.355%2C16.515h0.121l3.925-16.515h7.215l-9.615%2C29.399%20%20%20c-1.932%2C5.895-6.146%2C7.602-11.6%2C7.602c-0.91%2C0-1.823-0.111-2.729-0.229v-6.522c0.797%2C0.172%2C1.648%2C0.279%2C2.45%2C0.279%20%20%20c2.779%2C0%2C5.175-0.791%2C5.175-3.402c0-0.681-0.126-1.649-0.404-2.555l-7.4-24.572H312.813z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M385.396%2C17.325h9.21v15.726h0.11c1.939-2.893%2C4.835-4.484%2C8.139-4.484c3.691%2C0%2C6.087%2C2.497%2C6.087%2C6.414%20%20%20v22.751h-9.217V37.588c0-1.532-0.517-2.552-2.221-2.552c-0.97%2C0-1.759%2C0.396-2.395%2C1.188l-0.504%2C0.688v20.82h-9.21V17.325z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M347.81%2C28.577c-3.605%2C0-6.125%2C1.639-8.003%2C3.572h-0.128l-0.062-2.925h-8.992v28.508h9.196V37.349%20%20%20c0.839-1.067%2C1.957-1.767%2C2.992-1.767c1.554%2C0%2C2.117%2C0.916%2C2.117%2C2.532v19.619h9.199V35.199%20%20%20C354.13%2C31.285%2C351.834%2C28.577%2C347.81%2C28.577%22%2F%3E%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M161.979%2C28.577c-8.455%2C0-12.677%2C6.8-12.677%2C14.863c0%2C7.883%2C3.992%2C14.98%2C12.778%2C14.98%20%20%20c8.177%2C0%2C10.979-6.485%2C11.417-7.77l-6.218-2.267c-0.444%2C2.304-2.326%2C3.906-4.544%2C3.906c-3.706%2C0-4.355-4.234-4.24-6.739h15.361%20%20%20v-1.944C173.856%2C36.178%2C170.817%2C28.577%2C161.979%2C28.577%20M165.375%2C40.11h-6.879c-0.141-2.712%2C0.801-5.749%2C3.381-5.749%20%20%20C165.087%2C34.361%2C165.453%2C37.438%2C165.375%2C40.11%22%2F%3E%20%20%3Cg%3E%20%20%20%3Cpolygon%20fill%3D%22%230052C2%22%20points%3D%22219.942%2C43.487%20219.942%2C57.732%20229.146%2C57.732%20229.146%2C29.228%20219.942%2C29.228%20%20%20%20%22%2F%3E%20%20%20%3Cpolygon%20fill%3D%22%230052C2%22%20points%3D%22219.942%2C25.488%20229.146%2C25.488%20229.146%2C17.328%20224.782%2C17.328%20219.942%2C17.328%20%20%20%20%22%2F%3E%20%20%3C%2Fg%3E%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M370.784%2C34.352c1.488%2C0%2C2.219%2C0.801%2C2.662%2C1.934c0.423%2C1.067%2C0.471%2C2.454%2C0.471%2C3.571h7.82%20%20%20c0-2.823-1.461-11.29-11.214-11.29c-8.675%2C0-13.001%2C7.769-13.001%2C15.534c0%2C7.034%2C4.326%2C14.308%2C12.58%2C14.308%20%20%20c6.703%2C0%2C10.672-3.638%2C11.36-10.543l-7.168-1.03c0%2C2.163-0.273%2C5.442-3.511%2C5.442c-2.363%2C0-3.4-2.085-3.4-8.506%20%20%20C367.384%2C38.113%2C367.734%2C34.352%2C370.784%2C34.352%22%2F%3E%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M186.431%2C33.101h-0.125l-0.102-3.877h-8.899v28.508h9.204V39.285c1.081-1.311%2C2.708-2.217%2C5.022-2.217%20%20%20c1.602%2C0%2C2.733%2C0.383%2C3.756%2C0.791v-9.282C191.746%2C28.577%2C188.321%2C30.099%2C186.431%2C33.101%22%2F%3E%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M207.499%2C33.101h-0.125l-0.102-3.877h-8.899v28.508h9.205V39.285c1.08-1.311%2C2.708-2.217%2C5.021-2.217%20%20%20c1.602%2C0%2C2.733%2C0.383%2C3.756%2C0.791v-9.282C212.814%2C28.577%2C209.389%2C30.099%2C207.499%2C33.101%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%20%3Cg%3E%20%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M412.527%2C54.094c0-1.989%2C1.636-3.598%2C3.624-3.598c1.981%2C0%2C3.605%2C1.609%2C3.605%2C3.598%20%20%20%20c0%2C1.995-1.624%2C3.638-3.605%2C3.638C414.163%2C57.732%2C412.527%2C56.089%2C412.527%2C54.094%20M413.154%2C54.094%20%20%20%20c0%2C1.668%2C1.331%2C2.998%2C2.997%2C2.998c1.643%2C0%2C2.976-1.33%2C2.976-2.998c0-1.642-1.333-2.996-2.976-2.996%20%20%20%20C414.485%2C51.099%2C413.154%2C52.452%2C413.154%2C54.094%20M417.794%2C55.966h-0.604l-0.744-1.566h-1.048v1.566h-0.577V52.22h1.625%20%20%20%20c0.753%2C0%2C1.272%2C0.445%2C1.272%2C1.064c0%2C0.479-0.272%2C0.822-0.704%2C1.003L417.794%2C55.966z%20M415.397%2C53.908h0.969%20%20%20%20c0.467%2C0%2C0.766-0.224%2C0.766-0.624c0-0.337-0.271-0.563-0.687-0.563h-1.048V53.908z%22%2F%3E%20%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%20id%3D%22Clear_Space%22%3E%20%3Crect%20x%3D%22-28.976%22%20y%3D%22-23.082%22%20fill%3D%22none%22%20width%3D%22494.372%22%20height%3D%22159.583%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.icon-ml-logo.l {
  width: 200px;
  height: 50px;
}
.icon-ao-ml-logo {
  background: transparent url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/MerrillLynch_logo.png') no-repeat top center;
}
.icon-me-logo-white {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%EF%BB%BF%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%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%3Csvg%20version%3D%221.1%22%20id%3D%22svg-melogo-white%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20%20y%3D%220px%22%20width%3D%2243px%22%20height%3D%2215px%22%20viewBox%3D%220%200%2043%2015%22%20enable-background%3D%22new%200%200%2043%2015%22%20xml%3Aspace%3D%22preserve%22%3E%3Crect%20x%3D%22-95.5%22%20y%3D%22-58.5%22%20display%3D%22none%22%20fill%3D%22%23CC2198%22%20width%3D%22348%22%20height%3D%22246%22%2F%3E%3Cg%3E%20%3Cg%3E%20%20%3Cpolygon%20fill%3D%22%23FFFFFF%22%20points%3D%223.381%2C3.164%202.491%2C3.164%202.491%2C0.903%202.485%2C0.903%201.917%2C3.164%201.31%2C3.164%200.726%2C0.903%20%20%20%200.715%2C0.903%200.715%2C3.164%200%2C3.164%200%2C0%201.247%2C0%201.69%2C1.68%201.7%2C1.68%202.124%2C0%203.381%2C0%20%20%20%22%2F%3E%20%20%3Cpolygon%20fill%3D%22%23FFFFFF%22%20points%3D%226.299%2C3.164%203.965%2C3.164%203.965%2C0%206.299%2C0%206.299%2C0.73%204.897%2C0.73%204.897%2C1.19%206.03%2C1.19%206.03%2C1.897%20%20%20%204.897%2C1.897%204.897%2C2.407%206.299%2C2.407%20%20%20%22%2F%3E%20%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M8.196%2C1.277c0.207%2C0%2C0.456-0.03%2C0.456-0.303c0-0.107-0.053-0.207-0.147-0.256%20%20%20C8.423%2C0.673%2C8.324%2C0.673%2C8.232%2C0.673H7.848v0.604H8.196z%20M8.6%2C3.164L8.147%2C1.957H7.848v1.207H6.883V0h1.579%20%20%20c0.272%2C0%2C0.571%2C0.037%2C0.804%2C0.193C9.522%2C0.36%2C9.647%2C0.64%2C9.647%2C0.95c0%2C0.417-0.184%2C0.664-0.548%2C0.836L9.66%2C3.164H8.6z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M11.538%2C1.277c0.207%2C0%2C0.457-0.03%2C0.457-0.303c0-0.107-0.056-0.207-0.151-0.256%20%20%20c-0.079-0.044-0.18-0.044-0.269-0.044h-0.388v0.604H11.538z%20M11.938%2C3.164l-0.453-1.207h-0.299v1.207h-0.965V0h1.582%20%20%20c0.273%2C0%2C0.571%2C0.037%2C0.801%2C0.193c0.259%2C0.167%2C0.38%2C0.447%2C0.38%2C0.757c0%2C0.417-0.181%2C0.664-0.548%2C0.836l0.562%2C1.377H11.938z%22%2F%3E%20%20%3Cpolygon%20fill%3D%22%23FFFFFF%22%20points%3D%2214.544%2C1.05%2014.544%2C3.164%2013.583%2C3.164%2013.583%2C0%2014.544%2C0%20%20%20%22%2F%3E%20%20%3Cpolygon%20fill%3D%22%23FFFFFF%22%20points%3D%2217.413%2C3.164%2015.233%2C3.164%2015.233%2C0%2016.195%2C0%2016.195%2C2.39%2017.413%2C2.39%20%20%20%22%2F%3E%20%20%3Cpolygon%20fill%3D%22%23FFFFFF%22%20points%3D%2220.091%2C3.164%2017.912%2C3.164%2017.912%2C0%2018.874%2C0%2018.874%2C2.39%2020.091%2C2.39%20%20%20%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M35.795%2C7.5c0.064%2C0.034%2C0.154-0.047%2C0.039-0.164c-0.123-0.123-0.305-0.183-0.514-0.183%20%20%20s-0.393%2C0.06-0.514%2C0.183c-0.113%2C0.117-0.025%2C0.197%2C0.039%2C0.164C34.975%2C7.438%2C35.145%2C7.4%2C35.32%2C7.4%20%20%20C35.492%2C7.4%2C35.664%2C7.438%2C35.795%2C7.5z%20M34.299%2C5.561c-0.014%2C0.293%2C0.143%2C0.51%2C0.469%2C0.526C34.777%2C5.79%2C34.619%2C5.57%2C34.299%2C5.561z%20%20%20%20M40.561%2C5.067c0.131%2C0.083%2C0.488%2C0.22%2C0.809%2C0.22c0.314%2C0%2C0.668-0.35%2C0.807-0.543h-1.383C40.393%2C4.744%2C40.436%2C4.977%2C40.561%2C5.067%20%20%20z%20M39.902%2C10.041c-0.504%2C0-0.836%2C0.333-0.836%2C0.763c0%2C0.427%2C0.184%2C0.833%2C0.65%2C1.124c0.467%2C0.29%2C1.195%2C0.58%2C1.404%2C0.663%20%20%20c0.514%2C0.207%2C0.588%2C0.513%2C0.313%2C1.093c-0.174%2C0.358-0.426%2C0.819-0.426%2C0.819h0.602c0.109-0.436%2C0.467-1.326%2C0.689-1.7%20%20%20c-0.252-0.16-0.445-0.43-0.57-0.676c-0.131-0.244-0.352-0.64-0.48-0.911C41.121%2C10.954%2C40.584%2C10.041%2C39.902%2C10.041z%20%20%20%20M40.088%2C12.707c0.01%2C0.194%2C0.072%2C0.513%2C0.328%2C0.538c0.254%2C0.02%2C0.443-0.087%2C0.506-0.193%20%20%20C40.807%2C12.924%2C40.289%2C12.753%2C40.088%2C12.707z%20M38.199%2C14.498h0.385c0.188-0.377%2C0.814-1.521%2C0.949-1.641l0.023-0.16%20%20%20c-0.254%2C0.01-0.646%2C0.056-0.861%2C0.151C38.695%2C13.51%2C38.352%2C14.245%2C38.199%2C14.498z%20M37.416%2C12.204l0.889-0.193%20%20%20c-0.039%2C0.087-0.051%2C0.237-0.039%2C0.377l0.889-0.247c-0.244-0.257-0.531-0.867-0.531-1.307s0.225-0.94%2C0.574-1.07%20%20%20c-0.266-0.087-0.953-0.557-1.135-0.847c0.033%2C0.29-0.105%2C0.803-0.318%2C1.113c-0.268%2C0.396-0.891%2C0.707-1.162%2C1.074%20%20%20C37.107%2C11.154%2C37.469%2C11.703%2C37.416%2C12.204z%20M36.65%2C13.57c0.037-0.132%2C0.066-0.439%2C0.043-0.593%20%20%20c-0.232%2C0.058-0.869%2C0.058-0.961-0.106c0.166-0.203%2C0.525-0.227%2C0.652-0.267c0.125-0.047%2C0.607-0.323%2C0.607-0.563%20%20%20c0-0.243-0.18-0.447-0.475-0.447c-0.34%2C0-0.566%2C0.2-0.822%2C0.557c-0.217%2C0.303-0.301%2C0.495-0.301%2C0.633%20%20%20c0%2C0.165%2C0.143%2C0.446%2C0.475%2C0.6C36.129%2C13.5%2C36.465%2C13.574%2C36.65%2C13.57z%20M33.883%2C12.76c0-0.373-0.258-0.709-0.344-0.823%20%20%20c-0.096-0.127-0.305-0.41-0.361-0.41c-0.078%2C0-0.137%2C0.08-0.137%2C0.163c0%2C0.184%2C0.064%2C0.437%2C0.244%2C1.007%20%20%20c0.201%2C0.64%2C0.18%2C1.324%2C0.043%2C1.81h0.307C33.693%2C14.331%2C33.883%2C13.137%2C33.883%2C12.76z%20M36.393%2C5.58%20%20%20c-0.309%2C0.017-0.52%2C0.204-0.5%2C0.55C36.201%2C6.114%2C36.412%2C5.92%2C36.393%2C5.58z%20M34.256%2C4.947c-0.191%2C0-0.459-0.24-0.518-0.376%20%20%20C33.674%2C4.43%2C33.654%2C4.204%2C33.77%2C3.99c-0.264%2C0.03-0.525%2C0.233-0.525%2C0.597c0%2C0.44%2C0.428%2C0.817%2C0.791%2C0.867%20%20%20C33.93%2C6.3%2C33.391%2C7.771%2C33.156%2C8.32c-0.057%2C0.127-0.127%2C0.414%2C0.129%2C0.534c0.297%2C0.136%2C0.891%2C0.793%2C0.963%2C1.424H33.91%20%20%20c-0.033-0.18-0.209-0.494-0.305-0.621c-0.279-0.373-0.553-0.417-0.699-0.28c-0.148%2C0.137-0.193%2C0.457%2C0.01%2C0.901%20%20%20c0.275%2C0.6%2C1.428%2C2.13%2C1.525%2C2.246c0.092%2C0.121%2C0.293%2C0.144%2C0.424%2C0.024c0.125-0.117%2C0.414-0.387%2C0.58-0.737%20%20%20c0.342-0.717%2C0.758-1.086%2C1.389-1.48c0.418-0.257%2C0.838-0.794%2C0.838-1.637c0-0.974-0.893-2.236-1.166-2.643%20%20%20c-0.145%2C0.06-0.43%2C0.343-0.43%2C0.627c0%2C0.116%2C0.074%2C0.126%2C0.074%2C0.287c0%2C0.16-0.15%2C0.209-0.213%2C0.209s-0.107-0.04-0.18-0.073%20%20%20c-0.076-0.033-0.207-0.05-0.295-0.06c-0.105-0.014-0.293-0.024-0.414%2C0.009c-0.068%2C0.017-0.129%2C0.023-0.227%2C0.081%20%20%20c-0.049%2C0.026-0.193-0.077-0.193-0.224c0-0.113%2C0.135-0.196%2C0.215-0.196c0.088%2C0%2C0.182%2C0.04%2C0.254%2C0.066%20%20%20c0.129%2C0.046%2C0.303%2C0.04%2C0.457-0.02c0.168-0.066%2C0.145-0.173%2C0.117-0.243c-0.025-0.07-0.055-0.167-0.055-0.391%20%20%20c0-0.227%2C0.115-0.556%2C0.295-0.739h0.646c0.467%2C0.03%2C0.719-0.46%2C0.719-0.751c0-0.286-0.232-0.62-0.391-0.716%20%20%20c0.043%2C0.12%2C0.092%2C0.27%2C0.043%2C0.494c-0.047%2C0.199-0.246%2C0.483-0.594%2C0.483c-0.086%2C0-0.328-0.057-0.424-0.163h-1.301%20%20%20C34.564%2C4.831%2C34.441%2C4.947%2C34.256%2C4.947z%20M32.807%2C14.881c0.238-0.761%2C0.32-1.798%2C0.023-2.396%20%20%20c-0.256-0.514-0.295-1.287-0.084-1.564c-0.33-0.434-0.654-1.14-0.016-2.653c0.414-0.974%2C0.629-1.72%2C0.746-2.213%20%20%20c-0.252%2C0.153-0.445%2C0.207-0.646%2C0.227c-0.066-0.217%2C0.006-0.71%2C0.246-0.867c-0.264-0.296-0.328-0.574-0.328-0.9%20%20%20c0-0.594%2C0.656-1.101%2C1.168-1.101c0.316%2C0%2C0.51%2C0.087%2C0.596%2C0.174c-0.217%2C0.096-0.361%2C0.31-0.361%2C0.46%20%20%20c0%2C0.15%2C0.088%2C0.336%2C0.236%2C0.336c0.146%2C0%2C0.15-0.047%2C0.24-0.11l1.285%2C0.003c0.086%2C0.1%2C0.178%2C0.127%2C0.277%2C0.127%20%20%20c0.219%2C0%2C0.354-0.2%2C0.354-0.36c0-0.167-0.088-0.417-0.338-0.49c0.137-0.113%2C0.314-0.176%2C0.488-0.176%20%20%20c0.424%2C0%2C1.074%2C0.5%2C1.074%2C1.293c0%2C0.306-0.037%2C0.586-0.287%2C0.836c0.166%2C0.163%2C0.303%2C0.477%2C0.336%2C0.71%20%20%20c-0.104%2C0.02-0.539%2C0.037-0.643%2C0.037c0.111%2C0.157%2C0.512%2C0.97%2C0.604%2C1.217c0.242%2C0.637%2C0.688%2C1.464%2C1.408%2C1.813%20%20%20c0.893%2C0.427%2C1.775%2C0.646%2C2.725%2C0.394c0.381-0.104%2C0.643-0.524%2C0.643-0.857c0-0.45-0.703-0.993-1.355-1.21%20%20%20c-0.955-0.313-2.859-0.51-2.838-2.024c0.014-0.707%2C0.791-1.303%2C1.781-1.303c0.551%2C0%2C2.754-0.046%2C2.754-0.046%20%20%20c-0.107%2C0.517-0.719%2C1.476-1.439%2C1.476c-0.723%2C0-0.764-0.209-1.039-0.363c-0.275-0.147-0.617-0.273-0.85-0.273%20%20%20c-0.289%2C0-0.729%2C0.18-0.729%2C0.693c0%2C0.344%2C0.229%2C0.727%2C0.951%2C0.963C40.766%2C7.054%2C43%2C7.441%2C43%2C8.844%20%20%20c0%2C0.791-0.705%2C1.367-1.818%2C1.403c0.305%2C0.436%2C0.527%2C0.887%2C0.629%2C1.146c0.139%2C0.327%2C0.625%2C1.074%2C1.137%2C1.174%20%20%20c-0.414%2C0.622-0.881%2C1.674-0.881%2C2.313h-1.82c0.232-0.297%2C0.637-1.07%2C0.74-1.284c-0.295%2C0.126-0.846%2C0.087-0.996-0.193%20%20%20c-0.148-0.276-0.264-0.03-0.35%2C0.077c-0.084%2C0.105-0.623%2C1.036-0.752%2C1.4h-1.525c0.467-0.514%2C0.912-1.497%2C0.852-1.971%20%20%20c-0.258%2C0.054-0.438%2C0.077-0.438%2C0.077c0.014-0.204-0.264-0.48-0.67-0.151c0.043%2C0.311%2C0.008%2C0.9-0.068%2C1.244%20%20%20c-0.848%2C0.013-1.789-0.424-1.982-1.004c-0.035-0.113-0.191%2C0.066-0.314%2C0.069c-0.186%2C0-0.336-0.099-0.375-0.149%20%20%20c-0.023%2C0.267-0.215%2C0.867-0.246%2C1.123c-0.029%2C0.257-0.072%2C0.623-0.043%2C0.761L32.807%2C14.881L32.807%2C14.881z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M29.213%2C6.144V4.227h-4.822v10.654h4.822v-1.914h-2.734v-2.5h2.35V8.55h-2.35V6.144H29.213z%20M20.393%2C6.024%20%20%20c0.794%2C0%2C0.867%2C0.806%2C0.883%2C1.256h2.085c-0.043-0.974-0.339-1.81-0.893-2.38c-0.502-0.494-1.192-0.793-2.075-0.793%20%20%20c-1.175%2C0-1.792%2C0.48-2.277%2C1.063c-0.837%2C1.017-0.778%2C2.947-0.778%2C4.383s-0.059%2C3.367%2C0.778%2C4.387%20%20%20C18.602%2C14.521%2C19.218%2C15%2C20.393%2C15c1.793%2C0%2C2.968-1.152%2C2.968-3.275V9.017H20.41v1.72h0.867v1.107%20%20%20c0%2C0.583-0.194%2C1.239-0.883%2C1.239c-0.38%2C0-0.571-0.176-0.689-0.416c-0.25-0.494-0.279-1.827-0.279-3.114s0.029-2.617%2C0.279-3.11%20%20%20C19.822%2C6.204%2C20.013%2C6.024%2C20.393%2C6.024z%20M4.585%2C14.881h4.822v-1.914H6.673v-2.5h2.35V8.55h-2.35V6.144h2.734V4.227H4.585V14.881%20%20%20z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M30.105%2C4.724h0.131c0.043%2C0%2C0.113-0.01%2C0.113-0.083c0-0.037-0.025-0.081-0.104-0.081h-0.141V4.724%20%20%20L30.105%2C4.724z%20M30.105%2C5.063H29.98v-0.6h0.277c0.033%2C0%2C0.223%2C0%2C0.223%2C0.18c0%2C0.113-0.082%2C0.146-0.109%2C0.16l0.109%2C0.26h-0.135%20%20%20l-0.096-0.24h-0.145V5.063L30.105%2C5.063z%20M30.215%2C5.224c0.246%2C0%2C0.449-0.207%2C0.449-0.46c0-0.257-0.203-0.46-0.449-0.46%20%20%20s-0.453%2C0.203-0.453%2C0.46C29.762%2C5.017%2C29.965%2C5.224%2C30.215%2C5.224z%20M30.215%2C4.204c0.299%2C0%2C0.547%2C0.247%2C0.547%2C0.56%20%20%20c0%2C0.307-0.246%2C0.56-0.547%2C0.56c-0.307%2C0-0.553-0.253-0.553-0.56C29.662%2C4.451%2C29.912%2C4.204%2C30.215%2C4.204z%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M14.124%2C12.503c-0.131%2C0.269-0.394%2C0.464-0.778%2C0.464h-0.82V6.144h0.82c0.384%2C0%2C0.646%2C0.193%2C0.778%2C0.463%20%20c0.253%2C0.494%2C0.253%2C1.75%2C0.253%2C2.934C14.377%2C10.721%2C14.377%2C12.011%2C14.124%2C12.503z%20M15.684%2C5.26%20%20c-0.47-0.553-1.116-1.033-2.292-1.033h-2.958v10.654h2.958c1.175%2C0%2C1.822-0.478%2C2.292-1.035c0.837-0.985%2C0.778-2.899%2C0.778-4.293%20%20C16.461%2C8.164%2C16.521%2C6.247%2C15.684%2C5.26z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.icon-edge-logo {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%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%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%22239.334px%22%20height%3D%22193.333px%22%20viewBox%3D%220%200%20239.334%20193.333%22%20enable-background%3D%22new%200%200%20239.334%20193.333%22%20%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cg%3E%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M18.502%2C179.236v-10.793h4.072c0.834%2C0%2C1.49%2C0.031%2C2.217%2C0.502c0.719%2C0.488%2C1.129%2C1.246%2C1.129%2C2.125%20%20%20c0%2C1.223-0.719%2C2.135-1.898%2C2.418v0.039c1.332%2C0.281%2C2.229%2C1.346%2C2.229%2C2.734c0%2C0.91-0.312%2C1.715-1.033%2C2.273%20%20%20c-0.82%2C0.652-1.668%2C0.701-2.662%2C0.701H18.502z%20M21.939%2C173.066c0.678%2C0%2C1.426%2C0.016%2C1.969-0.406c0.439-0.316%2C0.68-0.9%2C0.68-1.414%20%20%20c0-0.648-0.254-1.105-0.801-1.436c-0.477-0.273-0.961-0.273-1.494-0.273h-2.441v3.529H21.939z%20M22.496%2C178.083%20%20%20c0.596%2C0%2C1.26-0.061%2C1.725-0.438c0.465-0.35%2C0.684-0.869%2C0.684-1.449c0-0.648-0.289-1.289-0.787-1.688%20%20%20c-0.521-0.402-1.197-0.402-1.812-0.402h-2.453v3.977H22.496z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M33.029%2C174.279v-0.346c0-1.396-0.615-1.936-2.033-1.936c-1.006%2C0-1.965%2C0.318-2.184%2C1.412l-1.15-0.188%20%20%20c0.221-1.668%2C1.98-2.18%2C3.445-2.18c0.865%2C0%2C1.859%2C0.086%2C2.453%2C0.777c0.66%2C0.717%2C0.66%2C1.719%2C0.66%2C2.627v3.1%20%20%20c0%2C0.584%2C0.018%2C1.164%2C0.172%2C1.689h-1.227l-0.137-1.502c-0.574%2C1.152-1.523%2C1.66-2.801%2C1.66c-1.492%2C0-2.785-0.834-2.785-2.426%20%20%20c0-0.955%2C0.596-1.822%2C1.479-2.221c0.9-0.428%2C2.074-0.469%2C3.066-0.469H33.029z%20M33.029%2C175.203h-1.023%20%20%20c-1.258%2C0-3.242%2C0.178-3.242%2C1.828c0%2C0.992%2C0.852%2C1.402%2C1.73%2C1.402c1.512%2C0%2C2.535-1.293%2C2.535-2.713V175.203z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M37.326%2C172.722h0.035c0.449-0.994%2C1.344-1.68%2C2.48-1.68c0.959%2C0%2C1.76%2C0.406%2C2.262%2C1.238%20%20%20c0.414%2C0.678%2C0.377%2C1.748%2C0.377%2C2.533v4.422h-1.225v-4.947c0-0.469%2C0.016-1.066-0.217-1.471c-0.268-0.457-0.85-0.729-1.369-0.729%20%20%20c-0.645%2C0-1.223%2C0.295-1.656%2C0.803c-0.52%2C0.635-0.625%2C1.359-0.625%2C2.152v4.191h-1.227v-7.99h1.164V172.722z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M50.008%2C179.236l-2.326-4.447l-1.715%2C1.973v2.475h-1.23v-10.793h1.23v6.91l3.695-4.078h1.318l-2.48%2C2.797%20%20%20l2.814%2C5.164H50.008z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M56.791%2C175.177c0-2.219%2C1.258-4.135%2C3.668-4.135c2.336%2C0%2C3.5%2C2.039%2C3.5%2C4.148%20%20%20c0%2C2.232-1.281%2C4.203-3.707%2C4.203C57.863%2C179.394%2C56.791%2C177.283%2C56.791%2C175.177z%20M62.209%2C177.218%20%20%20c0.322-0.631%2C0.391-1.352%2C0.391-2.041c0-0.76-0.094-1.541-0.504-2.189c-0.385-0.578-1.043-0.943-1.734-0.943%20%20%20c-0.77%2C0-1.465%2C0.438-1.807%2C1.133c-0.307%2C0.586-0.396%2C1.348-0.396%2C2c0%2C0.725%2C0.105%2C1.557%2C0.461%2C2.184%20%20%20c0.344%2C0.615%2C1.02%2C1.006%2C1.742%2C1.006C61.178%2C178.367%2C61.822%2C177.945%2C62.209%2C177.218z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M68.963%2C172.214h-1.852v7.021h-1.227v-7.021h-1.42v-0.969h1.42c-0.062-1.686%2C0.523-3.15%2C2.449-2.961%20%20%20l1.109%2C0.111v0.986c-0.34-0.057-0.672-0.119-1.016-0.119c-1.348%2C0-1.33%2C0.975-1.316%2C1.982h1.852V172.214z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M81.092%2C179.236l-1.082-3.15h-3.992l-0.961%2C3.15h-1.129l3.488-10.793h1.559l3.504%2C10.793H81.092z%20%20%20%20M78.061%2C169.89l-1.664%2C5.168h3.32L78.061%2C169.89z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M84.893%2C171.246v1.535h0.027c0.412-0.961%2C1.281-1.738%2C2.395-1.738c1.164%2C0%2C2%2C0.777%2C2.25%2C1.9%20%20%20c0.438-1.104%2C1.352-1.9%2C2.578-1.9c0.816%2C0%2C1.605%2C0.453%2C2.016%2C1.148c0.395%2C0.656%2C0.371%2C1.535%2C0.371%2C2.275v4.77h-1.223v-4.77%20%20%20c0-0.533%2C0.033-1.102-0.223-1.588c-0.266-0.518-0.785-0.834-1.336-0.834c-0.617%2C0-1.178%2C0.379-1.539%2C0.898%20%20%20c-0.457%2C0.641-0.443%2C1.227-0.443%2C1.98v4.312h-1.225v-5.066c0-0.443-0.035-0.965-0.266-1.352c-0.281-0.475-0.801-0.773-1.34-0.773%20%20%20c-0.549%2C0-1.115%2C0.365-1.445%2C0.789c-0.412%2C0.516-0.488%2C1.16-0.488%2C1.822v4.58h-1.229v-7.99H84.893z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M102.963%2C177.041c-0.48%2C1.469-1.871%2C2.354-3.398%2C2.354c-2.426%2C0-3.668-1.922-3.668-4.158%20%20%20c0-2.201%2C1.301-4.193%2C3.693-4.193c2.488%2C0%2C3.553%2C2.068%2C3.492%2C4.291h-5.799c0%2C0.627%2C0.027%2C1.211%2C0.328%2C1.807%20%20%20c0.379%2C0.75%2C1.211%2C1.209%2C2.039%2C1.209c1.039%2C0%2C1.797-0.598%2C2.141-1.541L102.963%2C177.041z%20M101.729%2C174.417%20%20%20c0.021-1.32-0.723-2.432-2.139-2.432c-1.342%2C0-2.197%2C1.174-2.248%2C2.432H101.729z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M105.938%2C171.246v1.865h0.033c0.379-1.082%2C1.051-2.088%2C2.344-2.088l0.453%2C0.035v1.172h-0.246%20%20%20c-0.941%2C0-1.609%2C0.461-2.059%2C1.258c-0.332%2C0.584-0.402%2C1.088-0.402%2C1.715v4.033h-1.219v-7.99H105.938z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M111.652%2C169.828h-1.354v-1.385h0.852h0.502V169.828z%20M111.588%2C179.236h-1.229v-3.717v-4.273h1.229%20%20%20V179.236z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M119.596%2C176.587c-0.293%2C1.625-1.369%2C2.807-3.086%2C2.807c-2.375%2C0-3.395-2.061-3.395-4.158%20%20%20c0-2.076%2C1.035-4.193%2C3.414-4.193c1.73%2C0%2C2.791%2C1.111%2C3.066%2C2.766l-1.137%2C0.205c-0.111-1.055-0.75-1.938-1.902-1.938%20%20%20c-1.664%2C0-2.139%2C1.744-2.139%2C3.086c0%2C1.287%2C0.393%2C3.176%2C2.062%2C3.176c1.193%2C0%2C1.779-0.865%2C1.979-1.947L119.596%2C176.587z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M126.691%2C174.279v-0.346c0-1.396-0.615-1.936-2.029-1.936c-1.004%2C0-1.969%2C0.318-2.186%2C1.412l-1.143-0.188%20%20%20c0.211-1.668%2C1.977-2.18%2C3.445-2.18c0.855%2C0%2C1.852%2C0.086%2C2.453%2C0.777c0.656%2C0.717%2C0.656%2C1.719%2C0.656%2C2.627v3.1%20%20%20c0%2C0.584%2C0.02%2C1.164%2C0.17%2C1.689h-1.229l-0.139-1.502c-0.564%2C1.152-1.529%2C1.66-2.803%2C1.66c-1.488%2C0-2.785-0.834-2.785-2.426%20%20%20c0-0.955%2C0.604-1.822%2C1.48-2.221c0.902-0.428%2C2.078-0.469%2C3.07-0.469H126.691z%20M126.691%2C175.203h-1.023%20%20%20c-1.256%2C0-3.24%2C0.178-3.24%2C1.828c0%2C0.992%2C0.854%2C1.402%2C1.734%2C1.402c1.506%2C0%2C2.529-1.293%2C2.529-2.713V175.203z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M142.504%2C175.867c-0.498%2C2.039-1.711%2C3.527-3.994%2C3.527c-3.113%2C0-4.387-3.004-4.387-5.668%20%20%20c0-2.783%2C1.371-5.441%2C4.496-5.441c2.174%2C0%2C3.441%2C1.461%2C3.885%2C3.443l-1.275%2C0.24c-0.375-1.371-1.047-2.551-2.654-2.551%20%20%20c-2.346%2C0-2.971%2C2.551-2.971%2C4.418c0%2C0.852%2C0.137%2C1.9%2C0.502%2C2.689c0.443%2C0.963%2C1.273%2C1.732%2C2.404%2C1.732%20%20%20c1.654%2C0%2C2.426-1.238%2C2.77-2.658L142.504%2C175.867z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M143.732%2C175.177c0-2.219%2C1.258-4.135%2C3.668-4.135c2.342%2C0%2C3.504%2C2.039%2C3.504%2C4.148%20%20%20c0%2C2.232-1.289%2C4.203-3.711%2C4.203C144.805%2C179.394%2C143.732%2C177.283%2C143.732%2C175.177z%20M149.143%2C177.218%20%20%20c0.328-0.631%2C0.395-1.352%2C0.395-2.041c0-0.76-0.094-1.541-0.504-2.189c-0.379-0.578-1.035-0.943-1.732-0.943%20%20%20c-0.771%2C0-1.463%2C0.438-1.811%2C1.133c-0.295%2C0.586-0.391%2C1.348-0.391%2C2c0%2C0.725%2C0.109%2C1.557%2C0.459%2C2.184%20%20%20c0.346%2C0.615%2C1.021%2C1.006%2C1.742%2C1.006C148.115%2C178.367%2C148.762%2C177.945%2C149.143%2C177.218z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M153.553%2C171.246v1.865h0.031c0.375-1.082%2C1.051-2.088%2C2.342-2.088l0.455%2C0.035v1.172h-0.25%20%20%20c-0.949%2C0-1.609%2C0.461-2.062%2C1.258c-0.328%2C0.584-0.393%2C1.088-0.393%2C1.715v4.033h-1.225v-7.99H153.553z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M159.229%2C181.845h-1.223v-10.6h1.117v1.535h0.031c0.402-1.053%2C1.27-1.738%2C2.465-1.738%20%20%20c2.232%2C0%2C3.164%2C2.213%2C3.164%2C4.135c0%2C0.908-0.172%2C1.918-0.643%2C2.713c-0.553%2C0.887-1.428%2C1.504-2.521%2C1.504%20%20%20c-1.098%2C0-1.836-0.508-2.391-1.418V181.845z%20M159.229%2C176.099c0%2C1.104%2C0.977%2C2.25%2C2.109%2C2.25c0.678%2C0%2C1.309-0.404%2C1.631-0.977%20%20%20c0.365-0.611%2C0.428-1.439%2C0.428-2.148c0-1.307-0.406-3.102-2.059-3.102c-1.082%2C0-1.889%2C0.959-2.109%2C1.949V176.099z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M166.049%2C175.177c0-2.219%2C1.258-4.135%2C3.666-4.135c2.35%2C0%2C3.51%2C2.039%2C3.51%2C4.148%20%20%20c0%2C2.232-1.293%2C4.203-3.711%2C4.203C167.125%2C179.394%2C166.049%2C177.283%2C166.049%2C175.177z%20M171.463%2C177.218%20%20%20c0.33-0.631%2C0.391-1.352%2C0.391-2.041c0-0.76-0.088-1.541-0.5-2.189c-0.371-0.578-1.041-0.943-1.729-0.943%20%20%20c-0.771%2C0-1.467%2C0.438-1.809%2C1.133c-0.299%2C0.586-0.396%2C1.348-0.396%2C2c0%2C0.725%2C0.109%2C1.557%2C0.461%2C2.184%20%20%20c0.348%2C0.615%2C1.023%2C1.006%2C1.744%2C1.006C170.447%2C178.367%2C171.084%2C177.945%2C171.463%2C177.218z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M175.729%2C171.246v1.865h0.027c0.383-1.082%2C1.062-2.088%2C2.348-2.088l0.457%2C0.035v1.172h-0.254%20%20%20c-0.939%2C0-1.605%2C0.461-2.062%2C1.258c-0.326%2C0.584-0.391%2C1.088-0.391%2C1.715v4.033h-1.223v-7.99H175.729z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M185.119%2C174.279v-0.346c0-1.396-0.609-1.936-2.027-1.936c-1.008%2C0-1.965%2C0.318-2.186%2C1.412l-1.146-0.188%20%20%20c0.219-1.668%2C1.977-2.18%2C3.445-2.18c0.863%2C0%2C1.852%2C0.086%2C2.453%2C0.777c0.654%2C0.717%2C0.654%2C1.719%2C0.654%2C2.627v3.1%20%20%20c0%2C0.584%2C0.018%2C1.164%2C0.182%2C1.689h-1.225l-0.15-1.502c-0.57%2C1.152-1.523%2C1.66-2.799%2C1.66c-1.49%2C0-2.787-0.834-2.787-2.426%20%20%20c0-0.955%2C0.602-1.822%2C1.482-2.221c0.896-0.428%2C2.076-0.469%2C3.064-0.469H185.119z%20M185.119%2C175.203h-1.016%20%20%20c-1.258%2C0-3.242%2C0.178-3.242%2C1.828c0%2C0.992%2C0.848%2C1.402%2C1.725%2C1.402c1.518%2C0%2C2.533-1.293%2C2.533-2.713V175.203z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M192.215%2C179.294l-1.174%2C0.1c-1.748%2C0-2.264-1.027-2.264-2.617v-4.623h-1.422v-0.977h1.422v-1.977%20%20%20l1.219-0.129v2.105h1.779v0.977h-1.779v4.832c0%2C0.92%2C0.275%2C1.41%2C1.279%2C1.41l0.939-0.076V179.294z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M195.393%2C169.828h-1.35v-1.385h0.57h0.779V169.828z%20M195.332%2C179.236h-1.227v-7.99h0.588h0.639V179.236z%22%20%20%20%2F%3E%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M197.1%2C175.177c0-2.219%2C1.254-4.135%2C3.66-4.135c2.346%2C0%2C3.51%2C2.039%2C3.51%2C4.148%20%20%20c0%2C2.232-1.291%2C4.203-3.717%2C4.203C198.17%2C179.394%2C197.1%2C177.283%2C197.1%2C175.177z%20M202.506%2C177.218%20%20%20c0.328-0.631%2C0.391-1.352%2C0.391-2.041c0-0.76-0.094-1.541-0.5-2.189c-0.379-0.578-1.043-0.943-1.73-0.943%20%20%20c-0.768%2C0-1.461%2C0.438-1.809%2C1.133c-0.301%2C0.586-0.395%2C1.348-0.395%2C2c0%2C0.725%2C0.107%2C1.557%2C0.457%2C2.184%20%20%20c0.344%2C0.615%2C1.025%2C1.006%2C1.746%2C1.006C201.484%2C178.367%2C202.127%2C177.945%2C202.506%2C177.218z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M207.033%2C172.722h0.031c0.457-0.994%2C1.359-1.68%2C2.486-1.68c0.959%2C0%2C1.76%2C0.406%2C2.268%2C1.238%20%20%20c0.406%2C0.678%2C0.377%2C1.748%2C0.377%2C2.533v4.422h-1.229v-4.947c0-0.469%2C0.01-1.066-0.221-1.471c-0.268-0.457-0.846-0.729-1.367-0.729%20%20%20c-0.648%2C0-1.229%2C0.295-1.658%2C0.803c-0.516%2C0.635-0.621%2C1.359-0.621%2C2.152v4.191h-1.23v-7.99h1.164V172.722z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M38.348%2C69.921h-5.977V54.979h-0.061l-3.812%2C14.941h-4.086l-3.934-14.941h-0.062v14.941H15.6V49.003h8.385%20%20%20l2.988%2C11.1h0.061l2.867-11.1h8.447V69.921z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M57.982%2C69.921H42.277V49.003h15.705v4.816h-9.424v3.051h7.625v4.664h-7.625v3.387h9.424V69.921z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M73.469%2C69.921l-3.049-7.988h-2.014v7.988h-6.494V49.003h10.643c1.828%2C0%2C3.842%2C0.244%2C5.396%2C1.281%20%20%20c1.738%2C1.098%2C2.562%2C2.957%2C2.562%2C5c0%2C2.744-1.221%2C4.391-3.689%2C5.52l3.781%2C9.117H73.469z%20M70.754%2C57.448%20%20%20c1.404%2C0%2C3.082-0.213%2C3.082-2.012c0-0.701-0.367-1.373-1.008-1.707c-0.549-0.275-1.219-0.275-1.83-0.275h-2.592v3.994H70.754z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M95.947%2C69.921l-3.049-7.988h-2.014v7.988h-6.494V49.003h10.643c1.83%2C0%2C3.844%2C0.244%2C5.398%2C1.281%20%20%20c1.738%2C1.098%2C2.561%2C2.957%2C2.561%2C5c0%2C2.744-1.221%2C4.391-3.689%2C5.52l3.781%2C9.117H95.947z%20M93.234%2C57.448%20%20%20c1.402%2C0%2C3.08-0.213%2C3.08-2.012c0-0.701-0.367-1.373-1.006-1.707c-0.551-0.275-1.221-0.275-1.83-0.275h-2.594v3.994H93.234z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M113.477%2C55.952v13.969h-6.465V49.003h6.465V55.952z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M132.791%2C69.921h-14.668V49.003h6.465v15.795h8.203V69.921z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M150.814%2C69.921h-14.668V49.003h6.465v15.795h8.203V69.921z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cpolygon%20fill%3D%22none%22%20points%3D%22247.169%2C200.159%20-5.503%2C200.159%20-5.503%2C-8.706%20247.169%2C-8.706%20247.169%2C200.159%20%20%22%2F%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%20%3Cg%3E%20%20%20%3Cg%3E%20%20%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M160.088%2C69.927c1.199-3.829%2C1.621-9.037%2C0.109-12.047c-1.307-2.576-1.512-6.456-0.426-7.842%20%20%20%20%20c-1.691-2.189-3.34-5.736-0.078-13.323c2.117-4.895%2C3.211-8.642%2C3.809-11.116c-1.287%2C0.76-2.27%2C1.025-3.305%2C1.128%20%20%20%20%20c-0.328-1.089%2C0.031-3.556%2C1.262-4.35c-1.34-1.484-1.672-2.874-1.672-4.515c0-2.979%2C3.344-5.528%2C5.961-5.528%20%20%20%20%20c1.625%2C0%2C2.609%2C0.438%2C3.039%2C0.869c-1.109%2C0.486-1.848%2C1.555-1.848%2C2.318c0%2C0.751%2C0.457%2C1.691%2C1.219%2C1.691%20%20%20%20%20c0.752%2C0%2C0.775-0.235%2C1.215-0.564l6.592%2C0.027c0.424%2C0.498%2C0.908%2C0.631%2C1.41%2C0.631c1.111%2C0%2C1.805-1.003%2C1.805-1.812%20%20%20%20%20c0-0.827-0.455-2.096-1.73-2.455c0.705-0.567%2C1.617-0.885%2C2.51-0.885c2.164%2C0%2C5.48%2C2.501%2C5.48%2C6.487%20%20%20%20%20c0%2C1.539-0.18%2C2.943-1.453%2C4.205c0.836%2C0.826%2C1.539%2C2.4%2C1.707%2C3.566c-0.531%2C0.105-2.752%2C0.176-3.283%2C0.176%20%20%20%20%20c0.566%2C0.799%2C2.607%2C4.887%2C3.088%2C6.124c1.234%2C3.198%2C3.504%2C7.349%2C7.195%2C9.095c4.566%2C2.142%2C9.086%2C3.262%2C13.928%2C1.978%20%20%20%20%20c1.943-0.509%2C3.289-2.632%2C3.289-4.292c0-2.263-3.596-4.999-6.928-6.075c-4.889-1.582-14.621-2.569-14.512-10.161%20%20%20%20%20c0.059-3.551%2C4.031-6.558%2C9.105-6.558c2.812%2C0%2C14.076-0.223%2C14.076-0.223c-0.549%2C2.584-3.674%2C7.415-7.365%2C7.415%20%20%20%20%20c-3.688%2C0-3.898-1.068-5.301-1.824c-1.41-0.744-3.156-1.386-4.346-1.386c-1.477%2C0-3.729%2C0.903-3.729%2C3.484%20%20%20%20%20c0%2C1.727%2C1.184%2C3.66%2C4.867%2C4.843c4.988%2C1.598%2C16.414%2C3.543%2C16.414%2C10.595c0%2C3.962-3.613%2C6.871-9.301%2C7.044%20%20%20%20%20c1.562%2C2.204%2C2.703%2C4.454%2C3.23%2C5.755c0.699%2C1.656%2C3.18%2C5.392%2C5.799%2C5.904c-2.109%2C3.128-4.494%2C8.397-4.494%2C11.62h-9.322%20%20%20%20%20c1.197-1.5%2C3.256-5.379%2C3.799-6.456c-1.516%2C0.642-4.328%2C0.438-5.098-0.964c-0.75-1.396-1.348-0.156-1.775%2C0.381%20%20%20%20%20c-0.438%2C0.54-3.193%2C5.215-3.855%2C7.039h-7.791c2.379-2.584%2C4.654-7.525%2C4.334-9.897c-1.305%2C0.273-2.221%2C0.376-2.221%2C0.376%20%20%20%20%20c0.055-1.014-1.355-2.404-3.426-0.748c0.211%2C1.559%2C0.031%2C4.521-0.352%2C6.245c-4.326%2C0.066-9.15-2.127-10.148-5.036%20%20%20%20%20c-0.184-0.563-0.971%2C0.33-1.609%2C0.35c-0.928%2C0.008-1.699-0.51-1.914-0.756c-0.105%2C1.347-1.078%2C4.361-1.25%2C5.646%20%20%20%20%20c-0.148%2C1.292-0.371%2C3.121-0.215%2C3.821H160.088z%20M167.486%2C20.027c-0.973%2C0-2.328-1.205-2.633-1.88%20%20%20%20%20c-0.34-0.704-0.438-1.844%2C0.145-2.92c-1.348%2C0.153-2.678%2C1.182-2.678%2C3.003c0%2C2.208%2C2.182%2C4.1%2C4.037%2C4.346%20%20%20%20%20c-0.535%2C4.257-3.281%2C11.64-4.5%2C14.393c-0.285%2C0.638-0.625%2C2.091%2C0.672%2C2.693c1.52%2C0.678%2C4.547%2C3.979%2C4.93%2C7.142h-1.738%20%20%20%20%20c-0.16-0.905-1.078-2.482-1.566-3.12c-1.418-1.872-2.812-2.083-3.572-1.395c-0.752%2C0.685-0.982%2C2.294%2C0.051%2C4.515%20%20%20%20%20c1.412%2C3.015%2C7.311%2C10.7%2C7.803%2C11.288c0.482%2C0.603%2C1.504%2C0.708%2C2.166%2C0.113c0.646-0.588%2C2.111-1.938%2C2.975-3.708%20%20%20%20%20c1.75-3.599%2C3.873-5.458%2C7.094-7.42c2.135-1.292%2C4.277-3.996%2C4.277-8.233c0-4.89-4.551-11.229-5.943-13.272%20%20%20%20%20c-0.748%2C0.313-2.213%2C1.723-2.213%2C3.145c0%2C0.587%2C0.395%2C0.646%2C0.395%2C1.448c0%2C0.807-0.766%2C1.053-1.086%2C1.053%20%20%20%20%20c-0.326%2C0-0.561-0.207-0.934-0.368c-0.379-0.168-1.053-0.246-1.512-0.301c-0.539-0.074-1.482-0.121-2.105%2C0.055%20%20%20%20%20c-0.352%2C0.074-0.652%2C0.117-1.168%2C0.399c-0.242%2C0.125-0.977-0.392-0.977-1.132c0-0.567%2C0.684-0.986%2C1.105-0.986%20%20%20%20%20c0.434%2C0%2C0.91%2C0.207%2C1.285%2C0.337c0.654%2C0.238%2C1.547%2C0.211%2C2.33-0.091c0.865-0.348%2C0.752-0.881%2C0.615-1.226%20%20%20%20%20c-0.137-0.352-0.289-0.837-0.289-1.961c0-1.14%2C0.586-2.8%2C1.514-3.719h3.301c2.385%2C0.148%2C3.676-2.299%2C3.676-3.759%20%20%20%20%20c0-1.448-1.189-3.116-2.004-3.603c0.227%2C0.6%2C0.479%2C1.362%2C0.227%2C2.475c-0.238%2C0.998-1.264%2C2.431-3.045%2C2.431%20%20%20%20%20c-0.424%2C0-1.672-0.281-2.154-0.817h-6.658C169.07%2C19.456%2C168.447%2C20.027%2C167.486%2C20.027%20M178.416%2C23.21%20%20%20%20%20c-1.586%2C0.082-2.666%2C1.03-2.564%2C2.772C177.441%2C25.896%2C178.514%2C24.929%2C178.416%2C23.21%20M165.588%2C59.277%20%20%20%20%20c0-1.876-1.328-3.567-1.758-4.146c-0.496-0.634-1.568-2.059-1.848-2.059c-0.41%2C0-0.703%2C0.411-0.703%2C0.833%20%20%20%20%20c0%2C0.909%2C0.324%2C2.193%2C1.25%2C5.059c1.035%2C3.199%2C0.91%2C6.641%2C0.215%2C9.076h1.57C164.615%2C67.15%2C165.588%2C61.169%2C165.588%2C59.277%20%20%20%20%20%20M179.744%2C63.338c0.176-0.67%2C0.332-2.204%2C0.215-2.98c-1.203%2C0.286-4.455%2C0.286-4.922-0.539c0.861-1.019%2C2.686-1.124%2C3.348-1.336%20%20%20%20%20c0.635-0.227%2C3.102-1.625%2C3.102-2.827c0-1.213-0.926-2.243-2.436-2.243c-1.73%2C0-2.885%2C1.011-4.201%2C2.796%20%20%20%20%20c-1.113%2C1.523-1.539%2C2.502-1.539%2C3.184c0%2C0.829%2C0.736%2C2.243%2C2.436%2C3.01C177.072%2C62.993%2C178.775%2C63.357%2C179.744%2C63.338%20%20%20%20%20%20M183.646%2C56.486l4.555-0.972c-0.213%2C0.431-0.268%2C1.187-0.213%2C1.883l4.545-1.24c-1.252-1.292-2.709-4.357-2.709-6.558%20%20%20%20%20c0-2.205%2C1.143-4.726%2C2.932-5.38c-1.357-0.435-4.885-2.799-5.801-4.244c0.164%2C1.445-0.541%2C4.036-1.633%2C5.587%20%20%20%20%20c-1.371%2C1.996-4.541%2C3.555-5.943%2C5.383C182.072%2C51.213%2C183.908%2C53.96%2C183.646%2C56.486%20M187.66%2C67.993h1.953%20%20%20%20%20c0.971-1.888%2C4.162-7.636%2C4.857-8.227l0.123-0.803c-1.301%2C0.047-3.312%2C0.274-4.396%2C0.752%20%20%20%20%20C190.197%2C63.036%2C188.432%2C66.724%2C187.66%2C67.993%20M197.303%2C59.011c0.059%2C0.964%2C0.375%2C2.577%2C1.684%2C2.69%20%20%20%20%20c1.285%2C0.105%2C2.27-0.431%2C2.58-0.964C200.982%2C60.096%2C198.324%2C59.238%2C197.303%2C59.011%20M196.375%2C45.617%20%20%20%20%20c-2.6%2C0-4.279%2C1.672-4.279%2C3.825c0%2C2.146%2C0.932%2C4.193%2C3.309%2C5.646c2.383%2C1.453%2C6.111%2C2.913%2C7.195%2C3.328%20%20%20%20%20c2.605%2C1.034%2C2.996%2C2.589%2C1.582%2C5.493c-0.887%2C1.805-2.172%2C4.127-2.172%2C4.127h3.09c0.547-2.197%2C2.375-6.664%2C3.523-8.543%20%20%20%20%20c-1.305-0.799-2.281-2.154-2.926-3.395c-0.668-1.233-1.793-3.214-2.443-4.569C202.6%2C50.194%2C199.84%2C45.617%2C196.375%2C45.617%20%20%20%20%20%20M199.729%2C20.631c0.66%2C0.423%2C2.492%2C1.116%2C4.121%2C1.116c1.621%2C0%2C3.422-1.767%2C4.129-2.741h-7.059%20%20%20%20%20C198.861%2C19.006%2C199.08%2C20.188%2C199.729%2C20.631%20M167.705%2C23.112c-0.066%2C1.48%2C0.742%2C2.565%2C2.395%2C2.647%20%20%20%20%20C170.15%2C24.268%2C169.354%2C23.171%2C167.705%2C23.112%20M175.357%2C32.857c0.342%2C0.16%2C0.781-0.23%2C0.201-0.813%20%20%20%20%20c-0.627-0.62-1.555-0.925-2.623-0.925c-1.07%2C0-2.012%2C0.305-2.625%2C0.925c-0.582%2C0.583-0.141%2C0.974%2C0.199%2C0.813%20%20%20%20%20c0.656-0.325%2C1.527-0.505%2C2.426-0.505C173.82%2C32.353%2C174.686%2C32.532%2C175.357%2C32.857%22%2F%3E%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%20%20%3Cg%3E%20%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M46.467%2C147.371V76.944h32.445v12.656H60.514v15.926h15.82v12.66h-15.82v16.523h18.398v12.66H46.467z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M121.143%2C140.542c-3.166%2C3.664-7.516%2C6.828-15.426%2C6.828H85.83V76.944h19.887%20%20%20%20c7.91%2C0%2C12.26%2C3.168%2C15.426%2C6.824c5.643%2C6.531%2C5.244%2C19.188%2C5.244%2C28.387S126.785%2C134.015%2C121.143%2C140.542z%20M110.658%2C92.675%20%20%20%20c-0.887-1.781-2.668-3.074-5.24-3.074h-5.535v45.11h5.535c2.572%2C0%2C4.354-1.293%2C5.24-3.066c1.688-3.262%2C1.688-11.777%2C1.688-19.586%20%20%20%20C112.346%2C104.246%2C112.346%2C95.94%2C110.658%2C92.675z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M152.842%2C148.156c-7.906%2C0-12.061-3.164-15.33-7.016c-5.631-6.727-5.236-19.488-5.236-28.984%20%20%20%20s-0.395-22.25%2C5.236-28.981c3.27-3.855%2C7.424-7.023%2C15.33-7.023c5.941%2C0%2C10.586%2C1.98%2C13.957%2C5.242%20%20%20%20c3.746%2C3.766%2C5.727%2C9.297%2C6.018%2C15.73h-14.033c-0.102-2.969-0.594-8.312-5.941-8.312c-2.562%2C0-3.854%2C1.191-4.645%2C2.773%20%20%20%20c-1.682%2C3.266-1.881%2C12.067-1.881%2C20.571c0%2C8.508%2C0.199%2C17.309%2C1.881%2C20.578c0.791%2C1.578%2C2.082%2C2.762%2C4.645%2C2.762%20%20%20%20c4.646%2C0%2C5.941-4.344%2C5.941-8.207v-7.316h-5.836v-11.371h19.869V126.5C172.816%2C140.542%2C164.912%2C148.156%2C152.842%2C148.156z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M179.74%2C147.371V76.944h32.453v12.656h-18.395v15.926h15.814v12.668h-15.814v16.512h18.395v12.664H179.74%20%20%20%20z%22%2F%3E%20%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M223.502%2C80.474c0%2C1.137-0.405%2C2.11-1.216%2C2.921s-1.784%2C1.216-2.921%2C1.216s-2.11-0.405-2.921-1.216%20%20%20s-1.216-1.784-1.216-2.921c0-1.133%2C0.405-2.105%2C1.216-2.918s1.784-1.219%2C2.921-1.219s2.11%2C0.406%2C2.921%2C1.219%20%20%20S223.502%2C79.341%2C223.502%2C80.474z%20M222.916%2C80.474c0-0.979-0.347-1.814-1.042-2.509c-0.694-0.694-1.531-1.042-2.509-1.042%20%20%20c-0.974%2C0-1.81%2C0.349-2.506%2C1.045s-1.045%2C1.531-1.045%2C2.506c0%2C0.979%2C0.347%2C1.814%2C1.038%2C2.509c0.693%2C0.694%2C1.53%2C1.042%2C2.513%2C1.042%20%20%20c0.974%2C0%2C1.81-0.349%2C2.506-1.045S222.916%2C81.448%2C222.916%2C80.474z%20M221.316%2C82.882h-0.785l-0.926-2.051h-1.324v2.051h-0.709v-4.811%20%20%20h2.034c0.549%2C0%2C0.959%2C0.141%2C1.23%2C0.423c0.273%2C0.282%2C0.409%2C0.595%2C0.409%2C0.939c0%2C0.255-0.075%2C0.499-0.224%2C0.734%20%20%20c-0.15%2C0.234-0.384%2C0.401-0.702%2C0.499L221.316%2C82.882z%20M218.281%2C80.269h1.249c0.326%2C0%2C0.568-0.081%2C0.727-0.244%20%20%20c0.16-0.163%2C0.239-0.363%2C0.239-0.603c0-0.247-0.085-0.435-0.253-0.562c-0.17-0.128-0.381-0.191-0.637-0.191h-1.325V80.269z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.icon-edge-logo.l {
  width: 200px;
  height: 150px;
}
.icon-boa-logo {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%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%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%22288px%22%20height%3D%2236px%22%20viewBox%3D%22137.5%2061.5%20288%2036%22%20enable-background%3D%22new%20137.5%2061.5%20288%2036%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cpath%20fill%3D%22%23E31932%22%20d%3D%22M394.161%2C96.086c0-0.758%2C0.636-1.383%2C1.427-1.383c0.782%2C0%2C1.416%2C0.625%2C1.416%2C1.383%20%20c0%2C0.782-0.634%2C1.404-1.416%2C1.404C394.797%2C97.49%2C394.161%2C96.868%2C394.161%2C96.086%20M394.431%2C96.086c0%2C0.638%2C0.516%2C1.131%2C1.157%2C1.131%20%20c0.634%2C0%2C1.14-0.493%2C1.14-1.131c0-0.61-0.506-1.11-1.14-1.11C394.944%2C94.976%2C394.431%2C95.476%2C394.431%2C96.086%22%2F%3E%20%3Cpath%20fill%3D%22%23E31932%22%20d%3D%22M396.291%2C96.877h-0.267l-0.457-0.723h-0.276v0.723h-0.229v-1.561h0.686c0.14%2C0%2C0.268%2C0.009%2C0.388%2C0.076%20%20c0.118%2C0.063%2C0.177%2C0.203%2C0.177%2C0.333c0%2C0.307-0.219%2C0.419-0.504%2C0.429L396.291%2C96.877z%20M395.549%2C95.965%20%20c0.228%2C0%2C0.534%2C0.041%2C0.534-0.244c0-0.202-0.18-0.225-0.387-0.225h-0.405v0.469H395.549z%22%2F%3E%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M215.676%2C79.979c5%2C0%2C7.476%2C3.698%2C7.476%2C8.694c0%2C5.194-2.376%2C8.827-7.476%2C8.827%20%20c-5.09%2C0-7.475-3.632-7.475-8.827C208.201%2C83.677%2C210.687%2C79.979%2C215.676%2C79.979%20M215.676%2C94.108c1.326%2C0%2C1.921-1.201%2C1.921-5.436%20%20c0-3.859-0.397-5.298-1.921-5.298c-1.516%2C0-1.912%2C1.438-1.912%2C5.298C213.764%2C92.907%2C214.357%2C94.108%2C215.676%2C94.108%22%2F%3E%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M226.605%2C84.217h-2.178V80.42h2.178v-1.865c0-4.096%2C2.012-5.6%2C5.555-5.6c1.059%2C0%2C1.853%2C0.105%2C2.711%2C0.205%20%20v4.129c-0.295-0.066-0.692-0.137-0.99-0.137c-1.416%2C0-1.92%2C0.561-1.92%2C1.57v1.697h2.91v3.796h-2.91v12.923h-5.356L226.605%2C84.217%20%20L226.605%2C84.217z%22%2F%3E%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M164.13%2C85.082c0-1-0.463-1.66-1.394-1.66c-1.287%2C0-1.693%2C1.22-1.752%2C2.195l-4.664-0.965%20%20c0.594-3.297%2C3.575-4.628%2C6.614-4.628c3.207%2C0%2C6.553%2C1.399%2C6.553%2C5.091v9.328c0%2C1.905%2C0.298%2C2.469%2C0.494%2C2.702h-5.521%20%20c-0.1-0.463-0.139-1.251-0.169-1.534c-0.912%2C0.977-2.495%2C1.855-4.078%2C1.855c-2.665%2C0-4.703-1.82-4.624-4.896%20%20c0.118-4.351%2C5-5.64%2C8.542-6.049V85.082z%20M164.13%2C89.116c-1.878%2C0.175-3.276%2C0.898-3.276%2C3.028c0%2C1.172%2C0.594%2C1.775%2C1.556%2C1.775%20%20c0.604%2C0%2C1.258-0.431%2C1.721-1.037L164.13%2C89.116L164.13%2C89.116z%22%2F%3E%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M177.975%2C85.187v11.958h-5.356V80.422h5.237l0.029%2C1.711h0.068c1.109-1.135%2C2.586-2.108%2C4.674-2.108%20%20c2.338%2C0%2C3.684%2C1.595%2C3.684%2C3.897v13.223h-5.355V85.631c0-0.951-0.336-1.479-1.238-1.479%20%20C179.112%2C84.151%2C178.461%2C84.549%2C177.975%2C85.187%22%2F%3E%20%3Cpolygon%20fill%3D%22%230052C2%22%20points%3D%22189.638%2C73.426%20194.994%2C73.426%20194.994%2C85.468%20195.063%2C85.468%20199.002%2C80.422%20204.33%2C80.422%20%20%20199.854%2C85.563%20204.358%2C97.14%20198.804%2C97.14%20196.191%2C89.841%20196.123%2C89.841%20194.994%2C91.151%20194.994%2C97.14%20189.638%2C97.14%20%20%22%2F%3E%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M149.877%2C84.804c2.554%2C0.849%2C4.404%2C2.958%2C4.404%2C5.987c0%2C4.061-3.238%2C6.349-7.712%2C6.349H137.5V73.426h9.306%20%20c4.179%2C0%2C6.912%2C2.518%2C6.912%2C5.794c0%2C3.104-2.137%2C4.73-3.84%2C5.399L149.877%2C84.804L149.877%2C84.804z%20M143.282%2C92.749h2.179%20%20c1.296%2C0%2C3.009-0.569%2C3.009-2.999c0-1.77-1.082-2.937-3.009-2.937h-2.179V92.749z%20M143.282%2C82.822h1.95%20%20c2.156%2C0%2C3.01-1.167%2C3.01-2.569c0-2.262-1.524-2.629-2.873-2.629h-2.087V82.822z%22%2F%3E%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M343.463%2C85.082c0-1-0.455-1.66-1.386-1.66c-1.287%2C0-1.693%2C1.22-1.752%2C2.195l-4.664-0.965%20%20c0.594-3.297%2C3.573-4.628%2C6.612-4.628c3.209%2C0%2C6.547%2C1.399%2C6.547%2C5.091v9.328c0%2C1.905%2C0.304%2C2.469%2C0.504%2C2.702H343.8%20%20c-0.098-0.463-0.138-1.251-0.168-1.534c-0.921%2C0.977-2.493%2C1.855-4.079%2C1.855c-2.673%2C0-4.703-1.82-4.623-4.896%20%20c0.119-4.351%2C5-5.64%2C8.533-6.049V85.082L343.463%2C85.082z%20M343.463%2C89.116c-1.87%2C0.175-3.275%2C0.898-3.275%2C3.028%20%20c0%2C1.172%2C0.604%2C1.775%2C1.563%2C1.775c0.604%2C0%2C1.258-0.431%2C1.713-1.037V89.116z%22%2F%3E%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M288.387%2C89.945c-0.07%2C1.482%2C0.315%2C3.962%2C2.484%2C3.962c1.285%2C0%2C2.377-0.95%2C2.645-2.298l3.604%2C1.333%20%20c-0.227%2C0.767-1.883%2C4.558-6.645%2C4.558c-5.127%2C0-7.438-4.161-7.438-8.795c0-4.723%2C2.438-8.727%2C7.367-8.727%20%20c5.168%2C0%2C6.949%2C4.463%2C6.949%2C8.83v1.137H288.387z%20M292.395%2C86.738c0.051-1.546-0.166-3.359-2.02-3.359%20%20c-1.523%2C0-2.066%2C1.785-1.988%2C3.359H292.395z%22%2F%3E%20%3Crect%20x%3D%22311.8%22%20y%3D%2280.422%22%20fill%3D%22%230052C2%22%20width%3D%225.356%22%20height%3D%2216.723%22%2F%3E%20%3Crect%20x%3D%22311.8%22%20y%3D%2273.426%22%20fill%3D%22%230052C2%22%20width%3D%225.356%22%20height%3D%224.799%22%2F%3E%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M329.048%2C86.609c0-0.667-0.039-1.469-0.267-2.098c-0.268-0.669-0.694-1.133-1.547-1.133%20%20c-1.791%2C0-1.987%2C2.199-1.987%2C5.531c0%2C3.762%2C0.594%2C4.996%2C1.987%2C4.996c1.884%2C0%2C2.05-1.931%2C2.05-3.203l4.157%2C0.604%20%20c-0.395%2C4.064-2.703%2C6.192-6.612%2C6.192c-4.821%2C0-7.337-4.258-7.337-8.393c0-4.564%2C2.516-9.127%2C7.564-9.127%20%20c5.693%2C0%2C6.555%2C4.959%2C6.555%2C6.63L329.048%2C86.609L329.048%2C86.609z%22%2F%3E%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M244.189%2C73.432h7.803l5.027%2C23.713h-5.781l-0.93-4.791h-5.456l-1.028%2C4.791h-5.158L244.189%2C73.432z%20%20%20M245.676%2C88.151h3.809l-1.69-9.661h-0.127L245.676%2C88.151z%22%2F%3E%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M299.555%2C80.422h5.188l0.061%2C2.267h0.078c1.102-1.763%2C3.098-2.664%2C5.158-2.664v5.463%20%20c-0.604-0.24-1.258-0.468-2.178-0.468c-1.367%2C0-2.307%2C0.543-2.94%2C1.3v10.826h-5.364V80.422H299.555z%22%2F%3E%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M272.368%2C85.213V97.14h-5.259V85.683c0-0.899-0.267-1.498-1.258-1.498c-0.563%2C0-1.365%2C0.411-1.822%2C1.028%20%20V97.14h-5.256V80.422h5.229l0.027%2C1.706h0.062c1.127-1.065%2C2.81-2.104%2C4.802-2.104c1.633%2C0%2C2.719%2C0.949%2C3.228%2C2.237h0.067%20%20c0.933-1.021%2C2.535-2.237%2C4.774-2.237c2.228%2C0%2C3.741%2C1.479%2C3.741%2C3.792v13.324h-5.258V85.683c0-0.899-0.266-1.498-1.25-1.498%20%20C273.486%2C84.185%2C272.714%2C84.753%2C272.368%2C85.213%22%2F%3E%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M382.146%2C70.383c2.109%2C0.836%2C4.181%2C1.732%2C6.238%2C2.692c-6.544%2C2.668-12.852%2C5.837-18.882%2C9.46%20%20c-2.038-1.074-4.106-2.099-6.198-3.047C369.315%2C75.959%2C375.61%2C72.908%2C382.146%2C70.383%22%2F%3E%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M374.354%2C67.613c-6.781%2C2.165-13.314%2C4.992-19.504%2C8.434c1.971%2C0.715%2C3.928%2C1.482%2C5.858%2C2.301%20%20c6.001-3.555%2C12.338-6.547%2C18.933-8.92C377.899%2C68.777%2C376.136%2C68.172%2C374.354%2C67.613%22%2F%3E%20%3Cpath%20fill%3D%22%23E31932%22%20d%3D%22M396.315%2C70.111c-5.338-2.594-10.871-4.785-16.563-6.527c-2%2C0.578-3.991%2C1.213-5.961%2C1.902%20%20c5.871%2C1.747%2C11.573%2C3.961%2C17.06%2C6.61C392.649%2C71.398%2C394.481%2C70.733%2C396.315%2C70.111%22%2F%3E%20%3Cpath%20fill%3D%22%23E31932%22%20d%3D%22M405.017%2C67.5c-5.465-2.4-11.099-4.404-16.869-6c-1.834%2C0.385-3.664%2C0.808-5.468%2C1.282%20%20c5.722%2C1.681%2C11.289%2C3.813%2C16.654%2C6.353C401.216%2C68.551%2C403.106%2C68.006%2C405.017%2C67.5%22%2F%3E%20%3Cpath%20fill%3D%22%23E31932%22%20d%3D%22M418.985%2C72.23c-13.69%2C4.645-26.515%2C11.27-38.115%2C19.555c2.9%2C1.792%2C5.73%2C3.696%2C8.482%2C5.705%20%20c10.94-8.738%2C23.08-16.021%2C36.147-21.551C423.362%2C74.64%2C421.194%2C73.402%2C418.985%2C72.23%22%2F%3E%20%3Cpath%20fill%3D%22%23E31932%22%20d%3D%22M409.571%2C67.718c-14.228%2C3.792-27.613%2C9.913-39.674%2C17.966c2.713%2C1.347%2C5.387%2C2.79%2C8.002%2C4.313%20%20c11.819-8.232%2C24.938-14.653%2C38.928-18.887C414.442%2C69.903%2C412.026%2C68.775%2C409.571%2C67.718%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.icon-boa-logo.l {
  width: 200px;
  height: 35px;
}
.icon-ust-logo {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22466.177%22%20height%3D%22126.47%22%20viewBox%3D%220%200%20466.177%20126.47%22%3E%3Cg%20fill%3D%22%23717073%22%3E%3Cpath%20d%3D%22M17.412%20109.788V94.52h5.763c1.18%200%202.115.045%203.14.712%201.022.69%201.6%201.758%201.6%203.005%200%201.736-1.023%203.026-2.692%203.427v.045c1.892.4%203.16%201.912%203.16%203.87%200%201.292-.444%202.426-1.468%203.23-1.158.91-2.36.977-3.76.977H17.41zm4.874-8.724c.957%200%202.002.022%202.78-.58.625-.444.958-1.268.958-2.002%200-.912-.356-1.558-1.134-2.024-.667-.38-1.358-.38-2.114-.38h-3.45v4.986h2.96zm.778%207.098c.846%200%201.78-.09%202.448-.62.646-.492.957-1.226.957-2.05%200-.912-.4-1.824-1.113-2.38-.734-.58-1.69-.58-2.56-.58h-3.47v5.63h3.737zM37.97%20102.776v-.49c0-1.98-.87-2.735-2.873-2.735-1.424%200-2.78.445-3.093%202.003l-1.624-.266c.31-2.36%202.804-3.096%204.874-3.096%201.224%200%202.626.135%203.472%201.116.934%201%20.934%202.425.934%203.716v4.384c0%20.823.023%201.647.246%202.38H38.17l-.2-2.113c-.802%201.625-2.16%202.337-3.96%202.337-2.116%200-3.94-1.18-3.94-3.428%200-1.357.845-2.58%202.092-3.136%201.27-.602%202.937-.67%204.34-.67h1.467zm0%201.315H36.52c-1.78%200-4.584.245-4.584%202.583%200%201.4%201.203%201.98%202.448%201.98%202.136%200%203.583-1.824%203.583-3.828v-.734zM44.05%20100.575h.045c.646-1.402%201.914-2.383%203.516-2.383%201.36%200%202.493.58%203.205%201.76.58.958.535%202.47.535%203.583v6.253h-1.735V102.8c0-.668.022-1.512-.312-2.092-.377-.646-1.2-1.024-1.936-1.024-.913%200-1.736.424-2.337%201.137-.734.89-.89%201.915-.89%203.05v5.92h-1.735V98.48h1.646v2.093zM61.995%20109.788l-3.293-6.3-2.426%202.807v3.493H54.54V94.52h1.735v9.77l5.23-5.762h1.87l-3.516%203.96%203.982%207.3h-1.847zM71.596%20104.045c0-3.136%201.782-5.854%205.186-5.854%203.315%200%204.963%202.896%204.963%205.878%200%203.16-1.825%205.942-5.253%205.942-3.382%200-4.896-2.982-4.896-5.965zm7.656%202.894c.467-.89.556-1.915.556-2.895%200-1.067-.133-2.18-.712-3.093-.534-.822-1.47-1.335-2.448-1.335-1.09%200-2.07.624-2.56%201.604-.422.824-.556%201.915-.556%202.826%200%201.024.156%202.204.646%203.095.49.868%201.446%201.425%202.47%201.425%201.157%200%202.07-.602%202.604-1.626zM88.824%2099.863h-2.627v9.925H84.46v-9.925h-2v-1.38h2c-.087-2.382.736-4.452%203.474-4.185l1.558.155v1.403c-.467-.088-.934-.177-1.425-.177-1.914%200-1.89%201.377-1.87%202.802h2.628v1.38zM105.99%20109.788l-1.537-4.45H98.8l-1.357%204.45H95.84l4.94-15.267h2.204l4.963%2015.268h-1.958zm-4.296-13.22l-2.36%207.322h4.697l-2.336-7.32zM111.16%2098.482v2.182h.043c.58-1.357%201.803-2.472%203.383-2.472%201.646%200%202.826%201.115%203.182%202.694.623-1.557%201.914-2.694%203.65-2.694%201.157%200%202.27.647%202.848%201.626.557.935.534%202.182.534%203.227v6.743h-1.736v-6.743c0-.757.044-1.558-.312-2.248-.378-.734-1.112-1.18-1.892-1.18-.867%200-1.67.534-2.18%201.27-.646.912-.623%201.735-.623%202.803v6.098h-1.736v-7.167c0-.62-.043-1.356-.378-1.913-.4-.668-1.135-1.09-1.892-1.09-.778%200-1.58.512-2.047%201.113-.58.735-.69%201.646-.69%202.582v6.476h-1.736V98.482h1.582zM136.922%20106.694c-.668%202.07-2.648%203.316-4.807%203.316-3.428%200-5.186-2.714-5.186-5.874%200-3.117%201.847-5.945%205.23-5.945%203.515%200%205.028%202.94%204.94%206.077h-8.213c0%20.89.045%201.714.468%202.56.535%201.07%201.713%201.714%202.893%201.714%201.47%200%202.537-.843%203.027-2.18l1.647.334zm-1.735-3.716c.022-1.87-1.024-3.45-3.027-3.45-1.892%200-3.117%201.668-3.182%203.45h6.21zM141.144%2098.482v2.65h.045c.533-1.538%201.49-2.962%203.315-2.962l.645.044v1.67h-.355c-1.336%200-2.27.645-2.916%201.78-.468.823-.558%201.536-.558%202.426v5.697h-1.735V98.482h1.557zM149.227%2096.48h-1.915v-1.96h1.915v1.96zm-.09%2013.308h-1.735V98.482h1.735v11.306zM160.87%20106.05c-.4%202.29-1.938%203.96-4.363%203.96-3.36%200-4.807-2.915-4.807-5.874%200-2.94%201.468-5.945%204.83-5.945%202.448%200%203.96%201.582%204.34%203.92l-1.604.29c-.156-1.49-1.068-2.738-2.692-2.738-2.36%200-3.026%202.47-3.026%204.36%200%201.826.556%204.497%202.915%204.497%201.69%200%202.515-1.224%202.804-2.76l1.602.29zM170.51%20102.776v-.49c0-1.98-.867-2.735-2.87-2.735-1.425%200-2.783.445-3.094%202.003l-1.624-.266c.31-2.36%202.804-3.096%204.873-3.096%201.224%200%202.625.135%203.473%201.116.934%201%20.934%202.425.934%203.716v4.384c0%20.823.023%201.647.246%202.38h-1.736l-.2-2.113c-.802%201.625-2.16%202.337-3.96%202.337-2.116%200-3.94-1.18-3.94-3.428%200-1.357.845-2.58%202.09-3.136%201.27-.602%202.94-.67%204.34-.67h1.47zm0%201.315h-1.446c-1.78%200-4.584.245-4.584%202.583%200%201.4%201.202%201.98%202.448%201.98%202.136%200%203.583-1.824%203.583-3.828v-.734zM181.514%20109.788V94.52h5.118c1.314%200%202.627.156%203.672%201.024%201.002.846%201.558%202.27%201.558%203.562%200%201.18-.49%202.403-1.335%203.227-1.024%201-2.293%201.247-3.672%201.247h-3.427v6.208h-1.914zm5.14-7.79c.913%200%201.714-.09%202.426-.778.556-.556.846-1.335.846-2.114%200-.915-.334-1.825-1.068-2.403-.646-.514-1.292-.58-2.07-.58h-3.36v5.875h3.227zM195.72%2098.482v2.65h.044c.533-1.538%201.49-2.962%203.315-2.962l.645.044v1.67h-.356c-1.337%200-2.27.645-2.917%201.78-.467.823-.556%201.536-.556%202.426v5.697h-1.736V98.482h1.56zM203.8%2096.48h-1.914v-1.96h1.915v1.96zm-.09%2013.308h-1.733V98.482h1.734v11.306zM211.46%20109.788h-1.826l-4.028-11.306h1.936l3.16%209.19%203.094-9.19h1.558l-3.895%2011.306zM224.44%20102.776v-.49c0-1.98-.87-2.735-2.872-2.735-1.424%200-2.782.445-3.093%202.003l-1.625-.266c.312-2.36%202.804-3.096%204.874-3.096%201.224%200%202.626.135%203.472%201.116.934%201%20.934%202.425.934%203.716v4.384c0%20.823.022%201.647.245%202.38h-1.735l-.2-2.113c-.803%201.625-2.16%202.337-3.962%202.337-2.115%200-3.94-1.18-3.94-3.428%200-1.357.846-2.58%202.092-3.136%201.27-.602%202.938-.67%204.34-.67h1.47zm0%201.315h-1.448c-1.78%200-4.584.245-4.584%202.583%200%201.4%201.202%201.98%202.448%201.98%202.136%200%203.583-1.824%203.583-3.828v-.734zM234.478%20109.876l-1.67.134c-2.47%200-3.204-1.446-3.204-3.694v-6.544h-2.002v-1.38h2.002V95.59l1.736-.18v2.983h2.515v1.38h-2.515v6.832c0%201.312.378%202.002%201.803%202.002l1.335-.11v1.38zM245.475%20106.694c-.668%202.07-2.648%203.316-4.807%203.316-3.428%200-5.186-2.714-5.186-5.874%200-3.117%201.848-5.945%205.23-5.945%203.516%200%205.03%202.94%204.94%206.077h-8.212c0%20.89.044%201.714.468%202.56.535%201.07%201.713%201.714%202.893%201.714%201.47%200%202.54-.843%203.028-2.18l1.647.334zm-1.735-3.716c.02-1.87-1.024-3.45-3.027-3.45-1.892%200-3.116%201.668-3.182%203.45h6.21zM267.763%20109.788h-1.913l-3.317-11.84-3.116%2011.84h-1.937l-3.872-15.267h1.96l3.047%2012.374h.045l3.226-12.373h1.536l3.472%2012.374h.044l2.828-12.373h1.67l-3.673%2015.268zM282.19%20106.694c-.67%202.07-2.648%203.316-4.808%203.316-3.427%200-5.184-2.714-5.184-5.874%200-3.117%201.847-5.945%205.23-5.945%203.516%200%205.028%202.94%204.94%206.077h-8.214c0%20.89.045%201.714.467%202.56.536%201.07%201.715%201.714%202.895%201.714%201.468%200%202.537-.843%203.028-2.18l1.647.334zm-1.736-3.716c.022-1.87-1.024-3.45-3.027-3.45-1.892%200-3.116%201.668-3.18%203.45h6.207zM291.81%20102.776v-.49c0-1.98-.867-2.735-2.872-2.735-1.423%200-2.78.445-3.092%202.003l-1.624-.266c.31-2.36%202.804-3.096%204.874-3.096%201.223%200%202.625.135%203.472%201.116.934%201%20.934%202.425.934%203.716v4.384c0%20.823.022%201.647.245%202.38h-1.735l-.2-2.113c-.803%201.625-2.16%202.337-3.96%202.337-2.116%200-3.94-1.18-3.94-3.428%200-1.357.845-2.58%202.09-3.136%201.27-.602%202.938-.67%204.34-.67h1.468zm0%201.315h-1.446c-1.78%200-4.585.245-4.585%202.583%200%201.4%201.202%201.98%202.448%201.98%202.136%200%203.582-1.824%203.582-3.828v-.734zM296.513%20109.788V94.52h1.735v15.268h-1.735zM307.242%20109.876l-1.67.134c-2.47%200-3.204-1.446-3.204-3.694v-6.544h-2.004v-1.38h2.004V95.59l1.735-.18v2.983h2.514v1.38h-2.514v6.832c0%201.312.378%202.002%201.803%202.002l1.335-.11v1.38zM316.39%20109.788V103.2c0-.69%200-1.58-.24-2.248-.313-.844-1.115-1.335-2.027-1.335-.89%200-1.736.534-2.292%201.204-.777.934-.866%201.98-.866%203.16v5.81h-1.738V94.52h1.738v6.055h.065c.71-1.515%201.758-2.383%203.517-2.383%201.2%200%202.337.56%202.98%201.58.69%201.114.602%202.183.602%203.43v6.586h-1.74zM329.757%20109.788h-1.604V94.52h2.85l4.604%2012.218%204.497-12.217h2.804v15.268h-1.914v-13.33h-.09l-4.83%2013.33h-1.288l-4.94-13.33h-.09v13.33zM353.072%20102.776v-.49c0-1.98-.87-2.735-2.872-2.735-1.424%200-2.78.445-3.093%202.003l-1.625-.266c.312-2.36%202.804-3.096%204.873-3.096%201.225%200%202.627.135%203.473%201.116.934%201%20.934%202.425.934%203.716v4.384c0%20.823.024%201.647.247%202.38h-1.738l-.2-2.113c-.8%201.625-2.158%202.337-3.963%202.337-2.114%200-3.94-1.18-3.94-3.428%200-1.357.847-2.58%202.095-3.136%201.268-.602%202.937-.67%204.34-.67h1.467zm0%201.315h-1.447c-1.78%200-4.584.245-4.584%202.583%200%201.4%201.202%201.98%202.448%201.98%202.137%200%203.584-1.824%203.584-3.828v-.734zM359.152%20100.575h.046c.645-1.402%201.914-2.383%203.517-2.383%201.356%200%202.49.58%203.203%201.76.58.958.535%202.47.535%203.583v6.253h-1.734V102.8c0-.668.02-1.512-.313-2.092-.38-.646-1.202-1.024-1.937-1.024-.914%200-1.737.424-2.337%201.137-.734.89-.89%201.915-.89%203.05v5.92h-1.736V98.48h1.646v2.093zM377.12%20102.776v-.49c0-1.98-.868-2.735-2.87-2.735-1.426%200-2.783.445-3.094%202.003l-1.626-.266c.312-2.36%202.806-3.096%204.874-3.096%201.226%200%202.627.135%203.473%201.116.935%201%20.935%202.425.935%203.716v4.384c0%20.823.022%201.647.244%202.38h-1.735l-.2-2.113c-.8%201.625-2.158%202.337-3.96%202.337-2.114%200-3.94-1.18-3.94-3.428%200-1.357.846-2.58%202.093-3.136%201.268-.602%202.938-.67%204.34-.67h1.467zm0%201.315h-1.447c-1.78%200-4.584.245-4.584%202.583%200%201.4%201.2%201.98%202.447%201.98%202.136%200%203.583-1.824%203.583-3.828v-.734zM390.725%2096.724l.443.022.023%201.402h-.178c-1.023%200-1.824.11-2.002%201.29.688.758%201.09%201.758%201.09%202.782%200%201.113-.6%202.16-1.446%202.828-.823.623-1.846.868-2.87.868-.268%200-.534%200-.8-.067-.18-.023-.536-.11-.735-.11-.536%200-1.205.466-1.205%201.043%200%20.535.356.823.846.958.78.178%201.87.157%202.673.178.98.046%202.426.068%203.316.4%201.045.403%201.735%201.38%201.735%202.494%200%202.87-3.406%203.25-5.588%203.25-1.044%200-2.336-.068-3.314-.446-1.09-.444-1.937-1.245-1.937-2.493%200-1.18.645-1.913%201.714-2.29-.646-.424-1.092-.937-1.092-1.783%200-1.113.646-1.603%201.56-2.024-.958-.758-1.47-1.758-1.47-2.982%200-2.45%202.07-3.852%204.34-3.852.778%200%201.58.156%202.29.492.29-1.605%201.07-1.96%202.607-1.96zm-4.295%2012.798l-2.716-.18c-.67.312-1.224.736-1.224%201.537%200%201.556%202.403%201.824%203.56%201.824.846%200%202.16-.134%202.917-.49.62-.268.98-.645.98-1.335%200-1.16-1.537-1.315-2.404-1.337l-1.113-.02zm1.913-7.48c0-1.424-1.135-2.47-2.516-2.47-1.47%200-2.537%201.046-2.537%202.493%200%201.536%201.003%202.493%202.537%202.493%201.514%200%202.516-1.002%202.516-2.515zM401.725%20106.694c-.666%202.07-2.648%203.316-4.808%203.316-3.426%200-5.185-2.714-5.185-5.874%200-3.117%201.846-5.945%205.23-5.945%203.518%200%205.03%202.94%204.94%206.077h-8.212c0%20.89.045%201.714.467%202.56.535%201.07%201.714%201.714%202.894%201.714%201.47%200%202.538-.843%203.027-2.18l1.648.334zm-1.737-3.716c.023-1.87-1.023-3.45-3.027-3.45-1.89%200-3.113%201.668-3.18%203.45h6.208zM405.776%2098.482v2.182h.044c.58-1.357%201.803-2.472%203.383-2.472%201.647%200%202.827%201.115%203.184%202.694.622-1.557%201.914-2.694%203.65-2.694%201.157%200%202.27.647%202.85%201.626.555.935.533%202.182.533%203.227v6.743h-1.738v-6.743c0-.757.046-1.558-.31-2.248-.38-.734-1.113-1.18-1.893-1.18-.87%200-1.67.534-2.183%201.27-.645.912-.622%201.735-.622%202.803v6.098h-1.736v-7.167c0-.62-.045-1.356-.378-1.913-.402-.668-1.137-1.09-1.894-1.09-.777%200-1.58.512-2.047%201.113-.578.735-.69%201.646-.69%202.582v6.476h-1.734V98.482h1.58zM431.54%20106.694c-.668%202.07-2.648%203.316-4.807%203.316-3.43%200-5.186-2.714-5.186-5.874%200-3.117%201.848-5.945%205.23-5.945%203.515%200%205.03%202.94%204.94%206.077h-8.213c0%20.89.044%201.714.468%202.56.535%201.07%201.713%201.714%202.894%201.714%201.468%200%202.537-.843%203.025-2.18l1.65.334zm-1.734-3.716c.02-1.87-1.024-3.45-3.028-3.45-1.89%200-3.116%201.668-3.183%203.45h6.21zM435.932%20100.575h.044c.646-1.402%201.914-2.383%203.517-2.383%201.358%200%202.493.58%203.203%201.76.58.958.535%202.47.535%203.583v6.253h-1.734V102.8c0-.668.022-1.512-.312-2.092-.38-.646-1.203-1.024-1.938-1.024-.91%200-1.734.424-2.336%201.137-.734.89-.89%201.915-.89%203.05v5.92h-1.736V98.48h1.647v2.093zM451.716%20109.876l-1.67.134c-2.47%200-3.203-1.446-3.203-3.694v-6.544h-2.004v-1.38h2.003V95.59l1.736-.18v2.983h2.514v1.38h-2.515v6.832c0%201.312.376%202.002%201.802%202.002l1.334-.11v1.38z%22%20%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23717073%22%20d%3D%22M152.9%2057.27c0%206.824.498%207.257%206.657%207.637v1.44h-18.34v-1.44c5.906-.38%206.4-.812%206.4-7.636V27.694h-2.943c-5.588%200-7.284.81-8.233%201.998-.69.884-1.446%202.635-2.193%205.39h-1.58c.255-3.816.642-7.83.765-11.023h.88c.937%201.44%201.575%201.564%203.26%201.564h25.758c1.626%200%201.94-.37%202.95-1.563h.88c.063%202.63.368%207.207.69%2010.844l-1.57.18c-.626-3.006-1.323-4.766-2.255-5.754-1.07-1.192-3.022-1.632-6.92-1.632h-4.203V57.27zM185.068%2057.27c0%206.824.502%207.257%205.646%207.637v1.44H174.01v-1.44c5.273-.38%205.78-.812%205.78-7.636V34.708c0-6.832-.507-7.26-5.532-7.642V25.62h15.95c4.034%200%207.61.574%209.93%202.133%202.51%201.566%204.143%204.388%204.143%208.016%200%205.21-3.2%208.903-8.278%2010.967%201.114%201.874%203.706%206.208%205.577%208.96%202.27%203.322%203.59%205.013%205.28%206.896%201.325%201.56%202.447%202.564%204.71%203.128l-.126%201.195h-.874c-7.23-.198-9.424-2.39-11.818-5.83-1.938-2.81-4.582-7.45-6.336-10.404-1.012-1.624-2.01-2.25-3.966-2.25h-3.38v8.84zm0-10.656h3.64c2.565%200%204.583-.317%206.272-1.698%202.716-2.132%203.644-5.2%203.644-8.262%200-6.588-4.764-9.208-9.472-9.208-2.142%200-3.026.122-3.523.307-.38.122-.562.44-.562%201.688v17.174zM228.404%2025.62v1.445c-5.02.38-5.53.817-5.53%207.642V47.8c0%205.332.696%209.337%202.647%2012.158%201.95%202.755%204.832%204.323%209.035%204.323%203.973%200%207.23-1.687%209.24-4.7%202.082-3.127%202.83-8.64%202.83-13.908v-3.378c0-6.58-.246-10.032-.495-11.98-.32-2.18-2.026-3.06-6.15-3.248v-1.444h15.07v1.444c-3.462.13-5.105%201.067-5.415%203.248-.24%201.948-.49%205.4-.49%2011.98v4.2c0%207.26-1.133%2012.395-4.78%2016.277-2.697%202.882-7.225%204.52-11.62%204.52-3.452%200-7.41-.81-10.306-3.196-3.322-2.7-4.832-6.957-4.832-14.1V34.708c0-6.824-.508-7.26-5.777-7.642V25.62h16.574zM260.823%2055.316c.996%202.958%204.206%209.902%2010.86%209.902%204.767%200%207.784-3.192%207.784-8.082%200-5.325-4.076-7.52-8.104-9.463-2.07-.994-10.54-3.944-10.54-11.465%200-6.205%204.693-11.52%2012.916-11.52%201.778%200%203.912.365%205.23.808.8.25%201.693.566%202.383.697.256%202.19.622%204.688%201.127%208.447l-1.566.19c-1.064-3.695-2.83-8.078-8.554-8.078-4.448%200-6.778%203.25-6.778%206.947%200%204.64%203.33%206.705%208.108%208.84%204.142%201.813%2010.74%204.388%2010.74%2012.15%200%207.272-5.96%2012.597-13.94%2012.597-2.263%200-4.403-.44-5.976-.94-1.56-.503-2.696-1-3.448-1.315-.502-1.63-1.197-6.08-1.825-9.455l1.583-.26zM310.28%2057.27c0%206.824.49%207.257%206.647%207.637v1.44h-18.325v-1.44c5.893-.38%206.397-.812%206.397-7.636V27.694h-2.958c-5.586%200-7.274.81-8.223%201.998-.693.884-1.448%202.635-2.203%205.39h-1.564c.26-3.816.628-7.83.76-11.023h.864c.95%201.44%201.58%201.564%203.278%201.564h25.762c1.615%200%201.932-.37%202.934-1.563h.888c.06%202.63.375%207.207.69%2010.844l-1.577.18c-.614-3.006-1.317-4.766-2.257-5.754-1.062-1.192-3.018-1.632-6.912-1.632h-4.202V57.27zM29.74%2025.66v1.438c-5.006.37-5.507.804-5.507%207.61v13.043c0%205.305.69%209.295%202.626%2012.107%201.94%202.735%204.822%204.3%209.008%204.3%203.94%200%207.2-1.686%209.19-4.678%202.07-3.117%202.815-8.61%202.815-13.853v-3.364c0-6.553-.246-9.99-.5-11.92-.304-2.19-1.996-3.057-6.124-3.246v-1.44h15.017v1.44c-3.447.122-5.075%201.056-5.38%203.245-.26%201.93-.503%205.368-.503%2011.92v4.18c0%207.23-1.134%2012.348-4.762%2016.22-2.682%202.87-7.19%204.48-11.57%204.48-3.435%200-7.38-.798-10.256-3.166-3.31-2.686-4.817-6.932-4.817-14.036V34.71c0-6.808-.497-7.242-5.758-7.61v-1.44H29.74zM56.502%2063.158c0-2.185%201.617-3.743%203.685-3.743%202.132%200%203.76%201.56%203.76%203.743%200%202.31-1.628%203.81-3.76%203.81-2.067%200-3.685-1.5-3.685-3.81M77.568%2055.236c1.006%202.926%204.193%209.86%2010.82%209.86%204.758%200%207.76-3.184%207.76-8.05%200-5.3-4.066-7.488-8.066-9.425-2.065-.993-10.513-3.93-10.513-11.415%200-6.18%204.69-11.48%2012.885-11.48%201.75%200%203.882.37%205.193.81.812.254%201.696.563%202.375.687.256%202.186.63%204.68%201.125%208.43l-1.565.182c-1.055-3.68-2.816-8.044-8.497-8.044-4.44%200-6.764%203.236-6.764%206.92%200%204.618%203.322%206.674%208.072%208.8%204.12%201.813%2010.7%204.366%2010.7%2012.106%200%207.236-5.95%2012.53-13.892%2012.53-2.25%200-4.38-.43-5.94-.928-1.56-.5-2.687-1-3.434-1.312-.51-1.624-1.193-6.053-1.815-9.424l1.555-.246zM108.846%2063.158c0-2.185%201.617-3.743%203.685-3.743%202.13%200%203.76%201.56%203.76%203.743%200%202.31-1.63%203.81-3.76%203.81-2.067%200-3.684-1.5-3.684-3.81%22%20%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%230052C2%22%20d%3D%22M381.848%2025.647c3.186%201.28%206.342%202.623%209.447%204.07-9.89%204.02-19.47%208.794-28.598%2014.224-3.1-1.623-6.23-3.13-9.42-4.577%209.135-5.337%2018.662-9.892%2028.57-13.716M370.05%2021.49c-10.288%203.268-20.18%207.54-29.56%2012.694%203%201.065%205.947%202.222%208.86%203.455%209.114-5.324%2018.702-9.85%2028.73-13.403-2.658-1.004-5.348-1.9-8.03-2.747%22%20%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23E31932%22%20d%3D%22M403.31%2025.258c-8.08-3.914-16.46-7.202-25.095-9.827-3.023.857-6.04%201.825-9.016%202.86%208.88%202.632%2017.507%205.946%2025.83%209.946%202.736-1.052%205.52-2.056%208.28-2.978M416.477%2021.335c-8.246-3.62-16.805-6.638-25.54-9.047-2.788.575-5.54%201.22-8.284%201.935%208.668%202.532%2017.107%205.743%2025.244%209.556%202.86-.868%205.718-1.7%208.58-2.445M437.666%2028.426c-20.752%206.99-40.156%2016.962-57.752%2029.408%204.393%202.724%208.672%205.6%2012.86%208.616%2016.595-13.173%2034.98-24.11%2054.753-32.422-3.213-1.946-6.515-3.848-9.86-5.602M423.396%2021.658C401.85%2027.36%20381.562%2036.55%20363.29%2048.686c4.12%202.025%208.144%204.19%2012.118%206.49%2017.914-12.39%2037.783-22.038%2059.004-28.43-3.625-1.8-7.293-3.513-11.016-5.088%22%20%2F%3E%3Cpath%20fill%3D%22%23E31932%22%20d%3D%22M403.557%2062.836c0-1.98%201.623-3.577%203.6-3.577%201.97%200%203.584%201.597%203.584%203.576%200%201.98-1.614%203.614-3.583%203.614-1.977%200-3.6-1.633-3.6-3.614m.62%200c0%201.656%201.32%202.978%202.98%202.978%201.634%200%202.956-1.322%202.956-2.978%200-1.632-1.322-2.98-2.957-2.98-1.658%200-2.98%201.348-2.98%202.98m4.615%201.857h-.604l-.738-1.554h-1.04v1.553h-.573v-3.725h1.613c.752%200%201.264.445%201.264%201.06%200%20.475-.27.82-.7.998l.78%201.667zm-2.382-2.045h.963c.464%200%20.76-.223.76-.62%200-.334-.27-.56-.683-.56h-1.04v1.18z%22%20%2F%3E%3C%2Fsvg%3E');
}
.icon-ust-logo.l {
  width: 200px;
  height: 35px;
}
.icon-edge_icon_onlinepymt1 {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%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%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2249.253px%22%20height%3D%2237.312px%22%20viewBox%3D%220%200%2049.253%2037.312%22%20enable-background%3D%22new%200%200%2049.253%2037.312%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cg%3E%20%20%3Cpolygon%20fill%3D%22none%22%20points%3D%2210.625%2C11.693%2012.89%2C9.573%209.5%2C9.573%209.5%2C28.014%2025.66%2C28.014%2025.696%2C28.014%2041.857%2C28.014%20%20%20%2041.857%2C9.573%2025.696%2C9.573%2025.66%2C9.573%2022.261%2C9.573%2022.634%2C13.375%20%20%20%22%2F%3E%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M21.513%2C1.943L21.411%2C0.91l-2.958%2C2.827C9.873-2.063%2C0.6%2C8.181%2C0.6%2C8.181%20%20%20C3.68%2C6.823%2C7.996%2C5.83%2C10.838%2C6.834h11.155L21.513%2C1.943z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230078AB%22%20d%3D%22M13.376%2C9.117L12.89%2C9.573h9.371l-0.269-2.738H10.837C11.98%2C7.238%2C12.892%2C7.956%2C13.376%2C9.117z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M9.5%2C9.573h3.391l0.486-0.456c-0.485-1.161-1.396-1.88-2.539-2.283H8.255C7.431%2C6.834%2C6.76%2C7.5%2C6.76%2C8.33%20%20%20v0.499v4.554l2.74%2C0.384V9.573z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M44.593%2C29.258V8.829V8.33c0-0.829-0.67-1.495-1.496-1.495H25.696H25.66h-3.667l0.269%2C2.738h3.397h0.036%20%20%20h16.161v18.44H25.696H25.66H9.5v-4.122c-0.906-0.109-1.822-0.348-2.739-0.75v6.116l-4.118%2C4.21v1.742c0%2C0%2C0%2C1.494%2C1.495%2C1.494%20%20%20H25.66h0.036h21.521c1.494%2C0%2C1.494-1.494%2C1.494-1.494v-1.742L44.593%2C29.258z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M0.863%2C12.556l1.121%2C11.436l0.104%2C1.032l2.956-2.828c0.57%2C0.386%2C1.143%2C0.695%2C1.716%2C0.946v-9.759%20%20%20L0.863%2C12.556z%22%2F%3E%20%20%3Cg%3E%20%20%20%20%20%20%20%3Crect%20x%3D%2228.034%22%20y%3D%2216.578%22%20transform%3D%22matrix%28-1%20-0.0012%200.0012%20-1%2064.1517%2035.1182%29%22%20fill%3D%22none%22%20width%3D%228.104%22%20height%3D%221.923%22%2F%3E%20%20%20%3Cpath%20fill%3D%22none%22%20d%3D%22M36.181%2C21.746l0.002-1.282l-16.345-0.021c-0.576%2C0.428-1.214%2C0.864-1.911%2C1.279L36.181%2C21.746z%22%2F%3E%20%20%20%3Cg%3E%20%20%20%20%20%20%20%20%20%3Crect%20x%3D%2228.034%22%20y%3D%2216.578%22%20transform%3D%22matrix%28-1%20-0.0012%200.0012%20-1%2064.1517%2035.1182%29%22%20fill%3D%22none%22%20width%3D%228.104%22%20height%3D%221.923%22%2F%3E%20%20%20%20%3Cpolygon%20fill%3D%22%23009CDE%22%20points%3D%2222.261%2C9.573%2012.89%2C9.573%2010.625%2C11.693%2017.654%2C12.677%2022.566%2C12.684%20%20%20%20%20%22%2F%3E%20%20%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M22.566%2C12.684l0.068%2C0.691l-4.98-0.698l-4.186-0.005l-0.009%2C6.65c2.809%2C0.598%2C6.636-0.336%2C9.438-1.57%20%20%20%20%20c0%2C0-1.172%2C1.288-3.059%2C2.69l16.345%2C0.021l-0.002%2C1.282l-18.254-0.024c-1.323%2C0.79-2.843%2C1.495-4.473%2C1.896l-0.002%2C1.367%20%20%20%20%20l25.108%2C0.033l0.017-12.313L22.566%2C12.684z%20M36.137%2C18.506l-8.104-0.01l0.004-1.923l8.104%2C0.01L36.137%2C18.506z%22%2F%3E%20%20%20%20%3Cpolygon%20fill%3D%22%230078A3%22%20points%3D%2222.566%2C12.684%2017.654%2C12.677%2022.634%2C13.375%20%20%20%20%20%22%2F%3E%20%20%20%3C%2Fg%3E%20%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M10.12%2C16.816l2.751-2.576L9.5%2C13.767v10.125c1.358%2C0.166%2C2.688%2C0.037%2C3.954-0.274l0.005-4.295%20%20%20%20C11.94%2C19%2C10.714%2C18.237%2C10.12%2C16.816z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M15.439%2C21.719l2.488%2C0.003c0.697-0.415%2C1.335-0.852%2C1.911-1.279l-4.398-0.006L15.439%2C21.719z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%230078A3%22%20d%3D%22M15.439%2C21.719l0.001-1.282l4.398%2C0.006c1.887-1.402%2C3.059-2.69%2C3.059-2.69%20%20%20%20c-2.802%2C1.234-6.629%2C2.168-9.438%2C1.57l-0.005%2C4.295c1.63-0.4%2C3.15-1.105%2C4.473-1.896L15.439%2C21.719z%22%2F%3E%20%20%3C%2Fg%3E%20%20%3Cpath%20fill%3D%22%230078AB%22%20d%3D%22M9.5%2C13.767l-2.74-0.384v9.759c0.917%2C0.402%2C1.833%2C0.641%2C2.739%2C0.75L9.5%2C13.767L9.5%2C13.767z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  width: 66px;
  height: 52px;
}
.icon-edge_icon_single_deposit1 {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%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%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2274.3px%22%20height%3D%2272.683px%22%20viewBox%3D%220%200%2074.3%2072.683%22%20enable-background%3D%22new%200%200%2074.3%2072.683%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Crect%20x%3D%226.793%22%20y%3D%2257.935%22%20fill%3D%22none%22%20width%3D%2260.647%22%20height%3D%223.746%22%2F%3E%20%3Crect%20x%3D%2243.602%22%20y%3D%2246.587%22%20fill%3D%22none%22%20width%3D%2223.7%22%20height%3D%225.624%22%2F%3E%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M44.751%2C35.24l-10.47%2C12.92L24.4%2C35.24H1v36h72v-36H44.751z%20M43.602%2C46.587h23.7v5.624h-23.7V46.587z%20%20%20M67.44%2C61.681H6.793v-3.746H67.44V61.681z%22%2F%3E%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M52.293%2C25.934l-8.703-0.09l-0.042-0.938C42.58%2C4.105%2C22.379%2C1%2C10.425%2C1C9.381%2C1%2C8.419%2C1.024%2C7.563%2C1.062%20%20c9.407%2C4.034%2C18.225%2C10.094%2C18.225%2C23.965v0.996l-8.472-0.044L24.4%2C35.24h20.351L52.293%2C25.934z%22%2F%3E%20%3Cpolygon%20fill%3D%22%23D1C9C0%22%20points%3D%2244.751%2C35.24%2024.4%2C35.24%2034.282%2C48.16%20%20%22%2F%3E%20%3Cpolygon%20fill%3D%22%230078A3%22%20points%3D%2244.751%2C35.24%2024.4%2C35.24%2034.282%2C48.16%20%20%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  width: 54px;
  height: 52px;
}
.icon-transfer-arrows,
.icon-OAO_Arrow,
.icon-EDGE_transfer1 {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%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%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2272px%22%20height%3D%2245px%22%20viewBox%3D%220%200%2072%2045%22%20enable-background%3D%22new%200%200%2072%2045%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cpolygon%20fill%3D%22%23D1C9C0%22%20points%3D%2247.853%2C19.032%2016.984%2C19.032%2016.984%2C17.994%2016.984%2C10.111%200%2C27.057%2016.984%2C44%2016.984%2C35.076%20%20%2047.853%2C35.076%20%20%22%2F%3E%20%3Cpolygon%20fill%3D%22%23159BD7%22%20points%3D%2272%2C16.944%2055.016%2C0%2055.016%2C7.884%2055.016%2C8.928%2023.701%2C8.928%2023.701%2C24.969%2055.016%2C24.969%20%20%2055.016%2C33.892%20%20%22%2F%3E%3C%2Fg%3E%3Crect%20x%3D%2223.701%22%20y%3D%2219.032%22%20fill%3D%22%230078A4%22%20width%3D%2224.151%22%20height%3D%225.937%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  width: 72px;
  height: 44px;
}
.icon-OAO_Arrow {
  height: 28px;
  width: 52px;
}
.icon-account-review,
.icon-edge_icon_account_review {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%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%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%22190px%22%20height%3D%22137px%22%20viewBox%3D%2277%20101%20190%20137%22%20enable-background%3D%22new%2077%20101%20190%20137%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cpath%20fill%3D%22%23D0C8BF%22%20d%3D%22M175.438%2C195.52h-9.428V184.37h6.708c-0.092-1.075-0.147-2.158-0.147-3.25c0-2.827%2C0.322-5.601%2C0.928-8.29%20%20h-7.488v-11.16h11.998c1.543-2.531%2C3.395-4.898%2C5.542-7.05c1.691-1.681%2C3.515-3.177%2C5.443-4.49H166.01v-11.159h58.9v7.719%20%20c4.311%2C1.854%2C8.273%2C4.519%2C11.689%2C7.931c2.078%2C2.075%2C3.854%2C4.339%2C5.34%2C6.731V101H77v112.29h113.842%20%20c-2.621-1.569-5.068-3.478-7.292-5.7C180.031%2C204.076%2C177.297%2C199.98%2C175.438%2C195.52z%20M94.93%2C116.279h129.98v11.16H94.93V116.279z%20%20%20M144.061%2C197.1c-1.112-1.36-2.649-3.224-4.394-5.328c-4.724%2C3.896-10.78%2C6.237-17.388%2C6.237%20%20c-15.09%2C0.011-27.339-12.2-27.349-27.29c-0.01-15.078%2C12.23-27.318%2C27.32-27.328c0.001%2C0%2C0.003%2C0%2C0.004%2C0l-0.004-6.91%20%20c18.92%2C0%2C34.26%2C15.319%2C34.26%2C34.209C156.52%2C181.32%2C151.67%2C190.811%2C144.061%2C197.1z%22%2F%3E%20%3Cpath%20fill%3D%22%23D0C8BF%22%20d%3D%22M224.91%2C172.83h-40.079c-0.799%2C2.535-1.231%2C5.232-1.231%2C8.029c0%2C1.191%2C0.086%2C2.361%2C0.237%2C3.511h41.073%20%20v11.149h-36.926c4.783%2C7.271%2C13.016%2C12.07%2C22.375%2C12.07c14.771%2C0%2C26.75-11.96%2C26.75-26.73c0-14.76-11.979-26.729-26.75-26.729%20%20c-7.238%2C0-13.801%2C2.876-18.617%2C7.54h33.168V172.83z%22%2F%3E%20%3Crect%20x%3D%2294.93%22%20y%3D%22116.279%22%20fill%3D%22%23F9F7F4%22%20width%3D%22129.98%22%20height%3D%2211.16%22%2F%3E%20%3Cpath%20fill%3D%22%23F9F7F4%22%20d%3D%22M166.01%2C138.971v11.159h22.983c6.179-4.208%2C13.455-6.479%2C21.077-6.479c5.195%2C0%2C10.218%2C1.052%2C14.84%2C3.039%20%20v-7.719H166.01z%22%2F%3E%20%3Cpath%20fill%3D%22%23F9F7F4%22%20d%3D%22M184.831%2C172.83h40.079v-11.16h-33.168C188.588%2C164.725%2C186.182%2C168.542%2C184.831%2C172.83z%22%2F%3E%20%3Cpath%20fill%3D%22%23F9F7F4%22%20d%3D%22M166.01%2C172.83h7.487c0.89-3.949%2C2.405-7.709%2C4.51-11.16H166.01V172.83z%22%2F%3E%20%3Cpath%20fill%3D%22%23F9F7F4%22%20d%3D%22M224.91%2C184.37h-41.073c0.536%2C4.079%2C1.988%2C7.866%2C4.147%2C11.149h36.926V184.37z%22%2F%3E%20%3Cpath%20fill%3D%22%23F9F7F4%22%20d%3D%22M166.01%2C184.37v11.149h9.428c-1.471-3.523-2.388-7.276-2.72-11.149H166.01z%22%2F%3E%20%3Cpath%20fill%3D%22%23F9F7F4%22%20d%3D%22M122.254%2C143.391c-0.001%2C0-0.002%2C0-0.004%2C0c-15.09%2C0.01-27.33%2C12.25-27.32%2C27.33%20%20c0.01%2C15.09%2C12.259%2C27.299%2C27.349%2C27.289c6.607%2C0%2C12.664-2.341%2C17.388-6.236c-7.007-8.455-17.397-20.863-17.397-20.863%20%20L122.254%2C143.391z%22%2F%3E%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M122.25%2C136.48l0.004%2C6.91c15.107-0.009%2C27.346%2C12.231%2C27.355%2C27.31c0%2C8.481-3.869%2C16.063-9.942%2C21.071%20%20c1.744%2C2.104%2C3.281%2C3.968%2C4.394%2C5.328c7.609-6.289%2C12.459-15.779%2C12.449-26.41C156.51%2C151.8%2C141.17%2C136.48%2C122.25%2C136.48z%22%2F%3E%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M149.609%2C170.7c-0.01-15.078-12.248-27.318-27.355-27.31l0.016%2C27.52c0%2C0%2C10.391%2C12.408%2C17.397%2C20.861%20%20C145.74%2C186.764%2C149.609%2C179.184%2C149.609%2C170.7z%22%2F%3E%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M243.13%2C198.79c6.28-11.708%2C5.882-26.062-1.19-37.438v51.938h-51.098c5.76%2C3.452%2C12.354%2C5.28%2C19.229%2C5.28%20%20c6.3%2C0%2C12.34-1.521%2C17.74-4.42L251.68%2C238L267%2C222.67L243.13%2C198.79z%22%2F%3E%20%3Cpath%20fill%3D%22%230078A3%22%20d%3D%22M241.939%2C161.352c-1.486-2.393-3.262-4.656-5.34-6.731c-3.416-3.412-7.379-6.077-11.689-7.931v3.439%20%20h-35.917c-1.929%2C1.313-3.752%2C2.809-5.443%2C4.49c-2.147%2C2.15-3.999%2C4.52-5.542%2C7.05h13.735c4.817-4.664%2C11.379-7.54%2C18.618-7.54%20%20c14.77%2C0%2C26.75%2C11.971%2C26.75%2C26.73c0%2C14.77-11.98%2C26.729-26.75%2C26.729c-9.36%2C0-17.592-4.8-22.375-12.069h-12.549%20%20c1.86%2C4.459%2C4.595%2C8.556%2C8.112%2C12.069c2.224%2C2.224%2C4.673%2C4.13%2C7.292%2C5.7h51.098V161.352z%22%2F%3E%20%3Cpath%20fill%3D%22%230078A3%22%20d%3D%22M183.6%2C180.859c0-2.797%2C0.433-5.494%2C1.231-8.029h-11.334c-0.604%2C2.689-0.927%2C5.463-0.927%2C8.29%20%20c0%2C1.092%2C0.055%2C2.175%2C0.146%2C3.25h11.12C183.686%2C183.221%2C183.6%2C182.051%2C183.6%2C180.859z%22%2F%3E%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M188.993%2C150.13h35.917v-3.44c-4.622-1.986-9.645-3.039-14.84-3.039%20%20C202.448%2C143.65%2C195.172%2C145.922%2C188.993%2C150.13z%22%2F%3E%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M184.831%2C172.83c1.351-4.288%2C3.757-8.105%2C6.911-11.16h-13.735c-2.104%2C3.451-3.62%2C7.211-4.51%2C11.16H184.831z%20%20%22%2F%3E%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M172.717%2C184.37c0.332%2C3.873%2C1.249%2C7.626%2C2.719%2C11.149h12.549c-2.16-3.283-3.612-7.07-4.147-11.149H172.717%20%20z%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%230078A3%22%20d%3D%22M122.25%2C136.48l0.004%2C6.91c15.107-0.009%2C27.346%2C12.231%2C27.355%2C27.31c0%2C8.481-3.869%2C16.063-9.942%2C21.071%20c1.744%2C2.104%2C3.281%2C3.968%2C4.394%2C5.328c7.609-6.289%2C12.459-15.779%2C12.449-26.41C156.51%2C151.8%2C141.17%2C136.48%2C122.25%2C136.48z%22%2F%3E%3C%2Fsvg%3E');
}
.icon-edge_icon_generalInvesting {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%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%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2290px%22%20height%3D%2290px%22%20viewBox%3D%220%200%2090%2090%22%20enable-background%3D%22new%200%200%2090%2090%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M66.448%2C33.685c-0.511-0.823-1.05-1.637-1.644-2.43c-0.666-0.89-1.373-1.731-2.111-2.529L41.127%2C45.014%20%20L24.414%2C22.767c-1.154%2C0.652-2.283%2C1.376-3.372%2C2.191c-5.555%2C4.155-9.088%2C9.167-11.141%2C15.787%20%20c-2.465%2C7.983-1.682%2C16.438%2C2.213%2C23.821c3.893%2C7.395%2C10.435%2C12.818%2C18.415%2C15.291c9.53%2C2.947%2C19.995%2C1.14%2C27.999-4.844v-0.008%20%20c5.309-3.968%2C9.15-9.427%2C11.117-15.773c0.385-1.246%2C0.691-2.494%2C0.924-3.738L47.188%2C48.23L66.448%2C33.685z%22%2F%3E%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M62.693%2C28.726l7.849-5.928C57.516%2C7.643%2C36.218%2C5.582%2C20.208%2C15.236l-0.982%2C0.626l5.188%2C6.905%20%20C36.945%2C15.683%2C52.87%2C18.124%2C62.693%2C28.726z%22%2F%3E%20%3Cpath%20fill%3D%22%230078A3%22%20d%3D%22M62.693%2C28.726c-9.823-10.602-25.749-13.042-38.28-5.958l16.713%2C22.247L62.693%2C28.726z%22%2F%3E%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M74.275%2C27.773l-7.827%2C5.912c4.116%2C6.634%2C5.543%2C14.187%2C4.12%2C21.81l8.111%2C2.521l0.522%2C0.168l0.159-0.522%20%20C81.66%2C47.164%2C80.547%2C36.844%2C74.275%2C27.773z%22%2F%3E%20%3Cpath%20fill%3D%22%230078A3%22%20d%3D%22M66.448%2C33.685L47.188%2C48.23l23.381%2C7.264C71.991%2C47.871%2C70.564%2C40.318%2C66.448%2C33.685z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.icon-re-enroll,
.icon-Edge_icon_Re-enroll {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%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%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%22154px%22%20height%3D%22145px%22%20viewBox%3D%2258%20103%20154%20145%22%20enable-background%3D%22new%2058%20103%20154%20145%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M119.2%2C145.83l-0.421-0.02c1.48-9.92%2C8.281-17.431%2C16.471-17.431c8.061%2C0%2C14.79%2C7.271%2C16.4%2C16.97%20c-1.25%2C0.121-2.42%2C0.18-3.521%2C0.18c-9.87%2C0-13.659-4.529-15.08-7.43l-3.96%2C0.061C129.05%2C138.24%2C125.54%2C145.83%2C119.2%2C145.83z%22%2F%3E%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M135.25%2C171.279c-9.16%2C0-16.59-9.389-16.76-21.049c0.26%2C0.02%2C0.52%2C0.029%2C0.77%2C0.029%20c5.83%2C0%2C9.78-4.039%2C11.92-7.06c2.65%2C3.159%2C7.73%2C6.739%2C17.041%2C6.739c1.189%2C0%2C2.459-0.06%2C3.799-0.189v0.08%20C152.02%2C161.68%2C144.51%2C171.279%2C135.25%2C171.279z%22%2F%3E%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M172.59%2C212.58h-24.33H135.3h-0.021h-0.059H135.2H97.9c0%2C0%2C1.93-25.51%2C5.379-28.141%20c3.461-2.64%2C18.451-7.379%2C20.371-8.93l3.76%2C11.35l8.01-6.189l7.52%2C6.189l3.92-11.35c1.91%2C1.551%2C16.891%2C6.36%2C20.361%2C9%20c0.439%2C0.34%2C0.859%2C1.061%2C1.25%2C2.051l0.1%2C0.26l0.06%2C0.15l0.08%2C0.219l0.05%2C0.16l0.08%2C0.24l0.051%2C0.16l0.08%2C0.25l0.049%2C0.16l0.08%2C0.279%20l0.041%2C0.16l0.1%2C0.34l0.02%2C0.101c0.09%2C0.319%2C0.17%2C0.64%2C0.25%2C0.979l0.01%2C0.03l0.11%2C0.48l0.021%2C0.069l0.1%2C0.45l0.02%2C0.07l0.101%2C0.46%20l0.01%2C0.02C171.65%2C200.029%2C172.59%2C212.58%2C172.59%2C212.58z%22%2F%3E%3Cpath%20fill%3D%22%23CCC3BA%22%20d%3D%22M172.6%2C151.93l16.541-8.3c-11.041-18.319-31.011-30.569-53.781-30.569c-34.68%2C0-62.889%2C28.459-62.889%2C63.439%20c0%2C5.29%2C0.65%2C10.43%2C1.86%2C15.35l-5.25-2.449l-3.48%2C7.58l-0.14%2C0.299c-1.93-6.59-2.97-13.569-2.97-20.779%20c0-40.529%2C32.689-73.5%2C72.869-73.5c26.67%2C0%2C50.021%2C14.529%2C62.721%2C36.141l13.92-6.98l-9.67%2C29.77L172.6%2C151.93z%22%2F%3E%3Cpath%20fill%3D%22%23CCC3BA%22%20d%3D%22M97.529%2C199.07l-16.589%2C8.3c11.07%2C18.319%2C31.11%2C30.569%2C53.951%2C30.569c34.799%2C0%2C63.1-28.459%2C63.1-63.439%20c0-5.29-0.65-10.43-1.87-15.35l5.271%2C2.449l3.489-7.58l0.14-0.299c1.94%2C6.59%2C2.98%2C13.569%2C2.98%2C20.779%20c0%2C40.529-32.8%2C73.5-73.109%2C73.5c-26.761%2C0-50.181-14.529-62.92-36.141L58%2C218.84l9.7-29.77L97.529%2C199.07z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-edge_icon_retirement {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%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%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2290px%22%20height%3D%2290px%22%20viewBox%3D%220%200%2090%2090%22%20enable-background%3D%22new%200%200%2090%2090%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M76.631%2C69.503h-0.02c-1.782%2C0.008-3.586-0.024-5.379-0.093c1.139-0.596%2C2.246-1.234%2C3.287-1.926%20%20c1.114-0.74%2C1.42-2.248%2C0.674-3.361c-0.737-1.112-2.24-1.42-3.36-0.682c-1.099%2C0.73-2.271%2C1.41-3.491%2C2.015%20%20c-2.828%2C1.408-5.828%2C2.396-8.908%2C2.931c-0.086%2C0.014-0.166%2C0.043-0.244%2C0.069c-2.873-0.358-5.732-0.793-8.57-1.334%20%20c-3.202-0.604-6.385-1.347-9.536-2.187c-7.007-1.865-13.872-4.287-20.532-7.273c-1.226-0.545-2.659%2C0-3.207%2C1.221%20%20c-0.544%2C1.229%2C0%2C2.663%2C1.223%2C3.207c4.103%2C1.838%2C8.283%2C3.451%2C12.521%2C4.887c-1.774%2C0.262-3.548%2C0.5-5.327%2C0.672%20%20c-1.76%2C0.168-3.521%2C0.274-5.281%2C0.355c-0.403-0.083-0.81-0.066-1.195%2C0.053c-2.575%2C0.084-5.156%2C0.07-7.734-0.055%20%20c-1.33-0.061-2.479%2C0.966-2.546%2C2.305c-0.064%2C1.342%2C0.969%2C2.479%2C2.307%2C2.543c1.674%2C0.084%2C3.346%2C0.12%2C5.021%2C0.12%20%20c1.071%2C0%2C2.146-0.036%2C3.219-0.071c5.508%2C3.07%2C11.435%2C5.39%2C17.638%2C6.865c2.812%2C0.662%2C5.636%2C1.152%2C8.392%2C1.454%20%20c0.087%2C0.013%2C0.175%2C0.019%2C0.266%2C0.019c1.223%2C0%2C2.276-0.92%2C2.409-2.163c0.147-1.332-0.815-2.529-2.151-2.675%20%20c-2.552-0.281-5.181-0.735-7.794-1.354c-3.126-0.748-6.177-1.724-9.135-2.913c2.286-0.29%2C4.57-0.626%2C6.84-1.064%20%20c1.697-0.328%2C3.384-0.715%2C5.07-1.123c6.293%2C1.619%2C12.691%2C2.817%2C19.169%2C3.547c5.147%2C0.584%2C10.375%2C0.873%2C15.543%2C0.873%20%20c0.282%2C0%2C0.568-0.004%2C0.851-0.004c1.342-0.008%2C2.422-1.101%2C2.408-2.441C79.046%2C70.582%2C77.962%2C69.503%2C76.631%2C69.503%22%2F%3E%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M80.936%2C50.075c-0.275-1.208-1.33-2.054-2.566-2.054c-0.194%2C0-0.398%2C0.024-0.588%2C0.069%20%20c-5.406%2C1.229-10.979%2C2.148-16.545%2C2.736c-4.984%2C0.522-10.346%2C0.791-15.935%2C0.791c-11.088%2C0-22.336-1.062-31.672-2.998%20%20c-1.41-0.29-2.827%2C0.657-3.113%2C2.051c-0.144%2C0.688-0.007%2C1.392%2C0.377%2C1.981c0.386%2C0.584%2C0.979%2C0.988%2C1.666%2C1.132%20%20c9.667%2C2.002%2C21.309%2C3.104%2C32.772%2C3.104c5.761%2C0%2C11.3-0.277%2C16.459-0.82c0.708-0.075%2C1.424-0.159%2C2.131-0.248%20%20c-5.82%2C3.22-11.941%2C5.837-18.217%2C7.783c-0.124%2C0.037-0.209%2C0.158-0.207%2C0.287c0.004%2C0.133%2C0.1%2C0.246%2C0.229%2C0.272%20%20c2.896%2C0.679%2C5.949%2C1.271%2C9.074%2C1.765c0.018%2C0.004%2C0.029%2C0.004%2C0.045%2C0.004c0.037%2C0%2C0.076-0.006%2C0.108-0.018%20%20c6.149-2.459%2C12.099-5.537%2C17.685-9.154c0.826-0.539%2C1.28-1.502%2C1.182-2.479c1.923-0.36%2C3.6-0.704%2C5.129-1.053%20%20c0.689-0.156%2C1.271-0.572%2C1.648-1.168C80.968%2C51.47%2C81.091%2C50.761%2C80.936%2C50.075%22%2F%3E%20%3Cg%3E%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M42.207%2C34.301c1.698-4.424%2C5.874-10.152%2C10.848-13.707c-2.886-6.297-7.673-11.83-14.339-11.83%20%20%20c-10.094%2C0-16.993%2C15.104-17.551%2C23.815c-0.383%2C5.986%2C0.619%2C10.518%2C2.398%2C13.916c5.4%2C0.692%2C11.117%2C1.135%2C16.886%2C1.295%20%20%20C39.75%2C44.175%2C40.127%2C39.709%2C42.207%2C34.301z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M40.449%2C47.79c1.617%2C0.044%2C3.236%2C0.074%2C4.853%2C0.074c2.644%2C0%2C5.233-0.066%2C7.759-0.185%20%20%20c-2.525%2C0.118-5.115%2C0.184-7.759%2C0.184C43.685%2C47.863%2C42.066%2C47.834%2C40.449%2C47.79z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M64.836%2C17.714c-3.906-1.221-8.064%2C0.225-11.781%2C2.88c1.883%2C4.108%2C2.959%2C8.542%2C3.211%2C11.985%20%20%20c0.491%2C6.648-0.887%2C11.564-3.205%2C15.101c2.812-0.134%2C5.549-0.335%2C8.176-0.611c4.188-0.439%2C8.377-1.07%2C12.496-1.874%20%20%20c0.084-0.315%2C0.168-0.629%2C0.246-0.959C75.863%2C36.161%2C74.801%2C20.83%2C64.836%2C17.714z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230078A3%22%20d%3D%22M56.266%2C32.579c-0.252-3.443-1.328-7.877-3.211-11.985c-4.974%2C3.555-9.15%2C9.283-10.848%2C13.707%20%20%20c-2.08%2C5.408-2.457%2C9.874-1.758%2C13.489c1.617%2C0.044%2C3.236%2C0.073%2C4.853%2C0.073c2.644%2C0%2C5.233-0.065%2C7.759-0.184%20%20%20C55.379%2C44.143%2C56.757%2C39.227%2C56.266%2C32.579z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.icon-help {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2015.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2236px%22%20height%3D%2236px%22%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22none%22%20d%3D%22z%22/%3E%0D%0A%3Cg%20id%3D%22Layer_x25_201%22%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M36%2C18c0%2C9.94-8.062%2C18-18.001%2C18C8.058%2C36%2C0%2C27.94%2C0%2C18S8.058%2C0%2C17.999%2C0C27.938%2C0%2C36%2C8.06%2C36%2C18z%22/%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M18.112%2C10.925c-0.881%2C0-1.561%2C0.217-2.042%2C0.648c0.496%2C0.4%2C0.744%2C0.848%2C0.744%2C1.344%20%20%20%20c0%2C0.623-0.24%2C1.156-0.719%2C1.596c-0.48%2C0.439-1.057%2C0.66-1.729%2C0.66c-0.736%2C0-1.336-0.244-1.801-0.732%20%20%20%20c-0.462-0.488-0.694-1.123-0.694-1.908c0-1.375%2C0.632-2.516%2C1.896-3.42c1.264-0.902%2C2.863-1.355%2C4.799-1.355%20%20%20%20c1.888%2C0%2C3.407%2C0.465%2C4.56%2C1.393s1.728%2C2.152%2C1.728%2C3.672c0%2C0.672-0.141%2C1.324-0.419%2C1.955c-0.281%2C0.633-0.652%2C1.117-1.117%2C1.453%20%20%20%20c-0.608%2C0.463-1.365-0.271-2.386%2C1.049c-0.238%2C0.309-0.729%2C1.626-0.84%2C1.739c-0.111%2C0.111-0.549%2C0.931-0.564%2C1.203%20%20%20%20c-0.016%2C0.447-0.104%2C0.736-0.264%2C0.865c-0.16%2C0.125-0.514%2C0.207-1.057%2C0.238l-0.672%2C0.047h-0.24c-0.623%2C0-1.057-0.121-1.295-0.371%20%20%20%20c-0.24-0.246-0.361-0.689-0.361-1.331c0-0.816%2C0.339-1.317%2C0.564-1.812c0.29-0.638%2C1.19%2C0.042%2C2.076-0.924%20%20%20%20c1.087-1.184%2C2.351-3.039%2C2.351-4.064c0-0.576-0.23-1.043-0.694-1.404C19.471%2C11.104%2C18.863%2C10.925%2C18.112%2C10.925z%20M17.512%2C28.605%20%20%20%20c-0.625%2C0-1.156-0.227-1.596-0.672c-0.441-0.449-0.66-0.984-0.66-1.609s0.219-1.16%2C0.66-1.609%20%20%20%20c0.439-0.445%2C0.971-0.672%2C1.596-0.672c0.623%2C0%2C1.16%2C0.227%2C1.607%2C0.672c0.447%2C0.449%2C0.672%2C0.984%2C0.672%2C1.609%20%20%20%20s-0.225%2C1.16-0.672%2C1.609C18.672%2C28.379%2C18.135%2C28.605%2C17.512%2C28.605z%22/%3E%0D%0A%09%3C/g%3E%0D%0A%3C/g%3E%0D%0A%3Cpath%20fill%3D%22none%22%20d%3D%22z%22/%3E%0D%0A%3C/svg%3E');
  width: 18px;
  height: 18px;
}
.icon-annual-review {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2016.0.5%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%22203px%22%20height%3D%22151px%22%20viewBox%3D%220%200%20203%20151%22%20enable-background%3D%22new%200%200%20203%20151%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23D0C8BF%22%20d%3D%22M106.437%2C102.02H97.01V90.87h6.708c-0.092-1.075-0.147-2.158-0.147-3.25c0-2.827%2C0.322-5.601%2C0.927-8.29%0D%0A%09%09H97.01V68.17h11.998c1.543-2.531%2C3.395-4.899%2C5.542-7.05c1.691-1.681%2C3.515-3.177%2C5.443-4.49H97.01V45.47h58.9v7.719%0D%0A%09%09c4.311%2C1.854%2C8.273%2C4.519%2C11.69%2C7.931c2.078%2C2.076%2C3.853%2C4.339%2C5.34%2C6.731V7.5H8v112.29h113.842c-2.621-1.57-5.069-3.477-7.292-5.7%0D%0A%09%09C111.031%2C110.576%2C108.297%2C106.48%2C106.437%2C102.02z%20M25.93%2C22.78h129.98v11.16H25.93V22.78z%20M75.06%2C103.6%0D%0A%09%09c-1.112-1.361-2.649-3.224-4.393-5.328c-4.724%2C3.896-10.781%2C6.237-17.387%2C6.237c-15.09%2C0.01-27.34-12.2-27.35-27.29%0D%0A%09%09C25.92%2C62.14%2C38.16%2C49.9%2C53.25%2C49.89c0.001%2C0%2C0.003%2C0%2C0.004%2C0l-0.004-6.91c18.92%2C0%2C34.26%2C15.32%2C34.26%2C34.21%0D%0A%09%09C87.52%2C87.82%2C82.67%2C97.31%2C75.06%2C103.6z%22/%3E%0D%0A%09%3Cpath%20fill%3D%22%23D0C8BF%22%20d%3D%22M155.91%2C79.33h-40.079c-0.799%2C2.535-1.231%2C5.232-1.231%2C8.03c0%2C1.191%2C0.086%2C2.361%2C0.237%2C3.51h41.073v11.15%0D%0A%09%09h-36.925c4.782%2C7.27%2C13.015%2C12.07%2C22.375%2C12.07c14.77%2C0%2C26.75-11.96%2C26.75-26.73c0-14.76-11.98-26.73-26.75-26.73%0D%0A%09%09c-7.239%2C0-13.801%2C2.876-18.618%2C7.54h33.168V79.33z%22/%3E%0D%0A%09%3Crect%20x%3D%2225.93%22%20y%3D%2222.78%22%20fill%3D%22%23F9F7F4%22%20width%3D%22129.98%22%20height%3D%2211.16%22/%3E%0D%0A%09%3Cpath%20fill%3D%22%23F9F7F4%22%20d%3D%22M97.01%2C45.47v11.16h22.983c6.179-4.208%2C13.455-6.48%2C21.077-6.48c5.195%2C0%2C10.218%2C1.052%2C14.84%2C3.04V45.47%0D%0A%09%09H97.01z%22/%3E%0D%0A%09%3Cpath%20fill%3D%22%23F9F7F4%22%20d%3D%22M115.831%2C79.33h40.079V68.17h-33.168C119.588%2C71.224%2C117.182%2C75.042%2C115.831%2C79.33z%22/%3E%0D%0A%09%3Cpath%20fill%3D%22%23F9F7F4%22%20d%3D%22M97.01%2C79.33h7.487c0.889-3.949%2C2.406-7.709%2C4.51-11.16H97.01V79.33z%22/%3E%0D%0A%09%3Cpath%20fill%3D%22%23F9F7F4%22%20d%3D%22M155.91%2C90.87h-41.073c0.536%2C4.079%2C1.988%2C7.866%2C4.148%2C11.15h36.925V90.87z%22/%3E%0D%0A%09%3Cpath%20fill%3D%22%23F9F7F4%22%20d%3D%22M97.01%2C90.87v11.15h9.427c-1.47-3.524-2.387-7.277-2.719-11.15H97.01z%22/%3E%0D%0A%09%3Cpath%20fill%3D%22%23F9F7F4%22%20d%3D%22M53.254%2C49.89c-0.001%2C0-0.002%2C0-0.004%2C0C38.16%2C49.9%2C25.92%2C62.14%2C25.93%2C77.22%0D%0A%09%09c0.01%2C15.09%2C12.26%2C27.3%2C27.35%2C27.29c6.606%2C0%2C12.663-2.341%2C17.387-6.237C63.66%2C89.819%2C53.27%2C77.41%2C53.27%2C77.41L53.254%2C49.89z%22/%3E%0D%0A%09%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M53.25%2C42.98l0.004%2C6.91C68.362%2C49.882%2C80.6%2C62.122%2C80.61%2C77.2c0%2C8.482-3.87%2C16.063-9.943%2C21.072%0D%0A%09%09c1.744%2C2.104%2C3.281%2C3.967%2C4.393%2C5.328c7.61-6.29%2C12.46-15.78%2C12.45-26.41C87.51%2C58.3%2C72.17%2C42.98%2C53.25%2C42.98z%22/%3E%0D%0A%09%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M80.61%2C77.2C80.6%2C62.122%2C68.362%2C49.882%2C53.254%2C49.89l0.016%2C27.52c0%2C0%2C10.39%2C12.409%2C17.397%2C20.862%0D%0A%09%09C76.74%2C93.263%2C80.61%2C85.683%2C80.61%2C77.2z%22/%3E%0D%0A%09%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M174.13%2C105.29c6.28-11.708%2C5.882-26.062-1.19-37.439v51.939h-51.098c5.76%2C3.452%2C12.354%2C5.28%2C19.228%2C5.28%0D%0A%09%09c6.3%2C0%2C12.34-1.52%2C17.74-4.42l23.87%2C23.85L198%2C129.17L174.13%2C105.29z%22/%3E%0D%0A%09%3Cpath%20fill%3D%22%230078A3%22%20d%3D%22M172.94%2C67.851c-1.487-2.392-3.262-4.655-5.34-6.731c-3.417-3.412-7.379-6.077-11.69-7.931v3.44h-35.917%0D%0A%09%09c-1.928%2C1.313-3.752%2C2.809-5.443%2C4.49c-2.148%2C2.151-3.999%2C4.519-5.542%2C7.05h13.735c4.817-4.664%2C11.379-7.54%2C18.618-7.54%0D%0A%09%09c14.77%2C0%2C26.75%2C11.97%2C26.75%2C26.73c0%2C14.77-11.98%2C26.73-26.75%2C26.73c-9.36%2C0-17.592-4.8-22.375-12.07h-12.549%0D%0A%09%09c1.861%2C4.46%2C4.595%2C8.556%2C8.113%2C12.07c2.224%2C2.224%2C4.672%2C4.13%2C7.292%2C5.7h51.098V67.851z%22/%3E%0D%0A%09%3Cpath%20fill%3D%22%230078A3%22%20d%3D%22M114.6%2C87.36c0-2.798%2C0.432-5.495%2C1.231-8.03h-11.334c-0.605%2C2.689-0.927%2C5.463-0.927%2C8.29%0D%0A%09%09c0%2C1.092%2C0.055%2C2.175%2C0.147%2C3.25h11.12C114.686%2C89.721%2C114.6%2C88.551%2C114.6%2C87.36z%22/%3E%0D%0A%09%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M119.993%2C56.63h35.917v-3.44c-4.622-1.987-9.645-3.04-14.84-3.04%0D%0A%09%09C133.448%2C50.15%2C126.172%2C52.422%2C119.993%2C56.63z%22/%3E%0D%0A%09%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M115.831%2C79.33c1.351-4.288%2C3.757-8.106%2C6.911-11.16h-13.735c-2.104%2C3.451-3.621%2C7.211-4.51%2C11.16H115.831z%0D%0A%09%09%22/%3E%0D%0A%09%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M103.717%2C90.87c0.332%2C3.873%2C1.249%2C7.626%2C2.719%2C11.15h12.549c-2.161-3.284-3.613-7.071-4.148-11.15H103.717z%0D%0A%09%09%22/%3E%0D%0A%3C/g%3E%0D%0A%3Cpath%20fill%3D%22%230078A3%22%20d%3D%22M53.25%2C42.98l0.004%2C6.91C68.362%2C49.882%2C80.6%2C62.122%2C80.61%2C77.2c0%2C8.482-3.87%2C16.063-9.943%2C21.072%0D%0A%09c1.744%2C2.104%2C3.281%2C3.967%2C4.393%2C5.328c7.61-6.29%2C12.46-15.78%2C12.45-26.41C87.51%2C58.3%2C72.17%2C42.98%2C53.25%2C42.98z%22/%3E%0D%0A%3C/svg%3E%0D%0A');
  background-repeat: no-repeat;
  width: 230px;
  height: 145px;
}
.icon-showhide-down-hover {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23d1c9c0%3B%7D.cls-2%7Bfill%3A%23012169%3Bfill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eshowhide_on_hover%3C%2Ftitle%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2215%22%20height%3D%2215%22%2F%3E%3Cpolygon%20class%3D%22cls-2%22%20points%3D%224.18%205%203%206.25%207.5%2011%2012%206.22%2010.85%205%207.53%208.53%204.18%205%22%2F%3E%3C%2Fsvg%3E');
}
.icon-showhide-down {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23ece6dd%3B%7D.cls-2%7Bfill%3A%230052c2%3Bfill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eshowhide_on%3C%2Ftitle%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2215%22%20height%3D%2215%22%2F%3E%3Cpolygon%20class%3D%22cls-2%22%20points%3D%224.18%205%203%206.25%207.5%2011%2012%206.22%2010.85%205%207.53%208.53%204.18%205%22%2F%3E%3C%2Fsvg%3E');
}
.icon-showhide-right-hover {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23d1c9c0%3B%7D.cls-2%7Bfill%3A%23012169%3Bfill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eshowhide_off_hover%3C%2Ftitle%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2215%22%20height%3D%2215%22%2F%3E%3Cpolygon%20class%3D%22cls-2%22%20points%3D%225%2010.82%206.25%2012%2011%207.5%206.22%203%205%204.15%208.53%207.47%205%2010.82%22%2F%3E%3C%2Fsvg%3E');
}
.icon-showhide-right {
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23ece6dd%3B%7D.cls-2%7Bfill%3A%230052c2%3Bfill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eshowhide_off%3C%2Ftitle%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2215%22%20height%3D%2215%22%2F%3E%3Cpolygon%20class%3D%22cls-2%22%20points%3D%225%2010.82%206.25%2012%2011%207.5%206.22%203%205%204.15%208.53%207.47%205%2010.82%22%2F%3E%3C%2Fsvg%3E');
}
.icon-fax {
  background-image: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/ico_fax.png');
  height: 47px;
  width: 44px;
}
.icon-postal {
  background-image: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/ico_mail.png');
  height: 40px;
  width: 58px;
}
/* Filename: template.less*/
body {
  background-color: #f3efea;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #524940;
  line-height: 1.44;
}
.modalBody {
  background: #fff none repeat scroll 0 0;
}
html.ie-7 .header .logo,
html.ie-8 .header .logo {
  background: transparent url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/edge-logo.gif') no-repeat 15px 15px;
  width: 160px;
  height: 65px;
}
html.ie-9 .header .logo svg {
  width: 143px;
  height: 45px;
}
.header {
  clear: both;
  width: auto;
  min-width: 1010px;
  /*Do not remove from Accountopening*/
  /*.site-logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 440px;

        a {
            display: block;
            width: 195px;
            height: 40px;
            margin-left: 15px;
            margin-top: 6px;
            background: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/styles/@%7BcssGlobalImagePath%7D/logo--mymerrill--ml.svg') no-repeat;
        }
    }*/
}
.client-stateless .header,
.pre-client .header {
  background-position: center -95px;
}
.page-ao .header,
.page-co .header {
  min-width: auto;
  min-width: initial;
  background: #fff none;
}
.header .shell {
  position: relative;
}
.header .utilityLinks a {
  display: inline-block;
  font-size: 13px;
  color: #0052c2;
  font-weight: bold;
}
.header .utilityLinks a:hover {
  color: #012169;
}
.header .toplinks {
  color: #fff;
  padding: 10px 15px 0 0;
  float: right;
}
.header .toplinks li {
  display: inline !important;
  float: left;
  padding: 0 0 0 30px;
  list-style-type: none;
}
.header .toplinks li:first-child {
  padding-left: 0;
}
.header .toplinks .gotoboa {
  background: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/boa-logo.svg');
  background-repeat: no-repeat;
  background-size: contain;
  height: 15px;
  padding-right: 0;
  text-align: left;
  width: 125px;
  padding-left: 0;
  margin-top: 0;
  display: block;
}
.header .toplinks .logout:focus,
.header .toplinks .logout:hover {
  text-decoration: underline !important;
}
.header .site-header__logo {
  float: left;
}
.header h1 {
  display: block;
  color: currentColor;
  font-weight: 300;
  margin-top: 20px;
}
.header h1 small {
  font-size: 0.8929rem;
  font-weight: 500;
  display: block;
  margin-top: 3px;
}
.site-logo {
  background-color: transparent;
  padding: 0;
}
.site-logo .site-logo__img {
  display: block;
  width: 180px;
  height: 60px;
  background: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/logo--merrill--rgb.svg') no-repeat;
  margin: 10px;
}
.site-logo .site-logo__print {
  position: relative;
  display: none;
  height: 50px;
  margin-top: 10px;
  width: 860px;
  background-image: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/logo--merrill--black.svg');
  background-repeat: no-repeat;
  background-size: 150px 45px;
}
.site-logo .site-logo__print:after {
  content: 'For best printing results, change page orientation to landscape.';
  font-size: 18px;
  font-weight: 400;
  padding-left: 175px;
}
@media print {
  .site-logo .site-logo__img {
    display: none;
  }
  .site-logo .site-logo__print {
    display: block;
  }
}
a.printLink {
  background: none;
}
.heading-container {
  /*.logo.icon-ao-ml-logo {
        height: 40px;
        width: 196px;
        margin: 20px 30px 20px 15px;
    }*/
}
.heading-container .logo {
  float: left;
  margin: 15px 0 15px 15px;
  padding: 0;
  width: 70px;
  height: 45px;
  margin-right: 30px;
}
.heading-container .heading-group {
  float: left;
}
.heading-container .heading-group h2,
.heading-container .heading-group h3 {
  color: #524940;
  padding: 0;
  margin: 0;
}
.heading-container .heading-group h2 {
  font-size: 26px;
  margin: 19px 0 5px 0;
  font-family: "connectionsmedium", Arial, Calibri, Helvetica, sans-serif;
}
.heading-container .heading-group h3 {
  font-size: 14px;
}
.boa-browser-2 {
  padding: 0 20px;
}
.shell {
  width: 1010px;
  padding: 0 15px;
  margin: 0 auto;
}
.row-main ul li {
  font-size: 16px;
  line-height: 26px !important;
  margin-bottom: 15px !important;
  list-style-type: inherit !important;
}
.pre-client #pageTitle {
  padding: 0;
  clear: both;
}
.pre-client .home-banner {
  background: transparent url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/father-son-computer.png') no-repeat top right;
  height: 300px;
}
.pre-client #pageTitle h1 {
  color: #524940;
}
.client-stateless .header .logo {
  width: 70px;
  background-size: contain;
}
#pageTitle {
  background-color: #fff;
  padding: 10px 0 0 0;
  clear: both;
  min-width: 1010px;
}
.page-ao #pageTitle,
.page-co #pageTitle {
  min-width: auto;
  min-width: initial;
}
#pageTitle h1 {
  color: #524940;
  height: auto;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  font-size: 20px;
  margin: auto;
  min-height: 40px;
  position: relative;
}
#pageTitle h1.bold {
  font-weight: normal;
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
}
#pageTitle h1::after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}
#pageTitle .divider2 h1 {
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
  margin-top: 6px;
}
.welcome-name {
  float: left;
  font-size: 20px;
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
  line-height: 0.8;
  padding-bottom: 10px;
}
.title-col1 {
  width: 30%;
  float: left;
  padding: 10px 0 0 15px;
}
.title-col1 .dropdown-menu {
  max-height: 400px;
  overflow-y: auto;
}
.title-col1 .dropdown-label {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  width: 230px;
  white-space: nowrap;
}
.title-col2 {
  width: 70%;
  float: left;
  padding: 0 15px 0 15px;
}
.title-line {
  border-bottom: 1px solid #d1c9c0;
  clear: both;
  margin: 0 15px;
  padding: 15px 0 0 0;
}
#content {
  background-color: #fff;
  width: auto;
  min-width: 1010px;
}
.page-ao #content,
.page-co #content {
  min-width: auto;
  min-width: initial;
}
.footer {
  width: 100%;
  border-top: 1px solid #e3dcd6;
  background-color: #fff;
}
#footer {
  background-color: #fff;
  margin: 0 auto;
  width: 1010px;
  color: #666;
  font-size: 11px;
  padding: 20px 0 0 0;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  font-size: 12px;
}
div#footer table th,
div#footer table td {
  padding: 7px 5px;
}
#emcode {
  padding: 0 0 60px;
  font-size: 11px;
}
.overlapbg {
  background: none repeat scroll 0 0 #fff;
  color: #fff;
  left: 1px;
  padding: 0 12px 0 13px;
  position: absolute;
  top: -5px;
  z-index: 9999;
}
#footer a.indent {
  border-left: 1px solid #c2c2c2;
  line-height: 20px;
  margin-left: 5px;
  padding-left: 5px;
}
.secure-text {
  color: #666;
  float: right;
  font-size: 13px;
  font-weight: bold;
  margin-top: 29px;
}
.secure-text .icon-lock {
  background-size: contain;
  margin-right: 5px;
  float: left;
  margin-top: 2px;
}
a.secure-text:active,
a.secure-text:hover,
a.secure-text:link,
a.secure-text:focus {
  color: #666;
}
a.secure-text:hover,
a.secure-text:focus {
  text-decoration: underline;
}
.row-page-disclaimer {
  font-size: 13px;
  color: #666;
  width: 99%;
}
/* templates styles end */
h4.modal-title {
  color: #524940;
  font-weight: 700;
  padding: 0 15px;
  margin-bottom: 0;
}
.width-15 {
  width: 15%;
}
.width-85 {
  width: 85%;
}
/*Nexus 7 Landscape QC 564088.*/
@media only screen and (min-device-width: 959px) and (max-device-width: 960px) and (orientation: landscape) {
  .page-co .header,
  .page-ao .header,
  .page-co #pageTitle,
  .page-ao #pageTitle {
    width: 1010px;
  }
  .shell {
    width: auto;
  }
}
@media only screen and (max-width: 529px) {
  .header .site-logo {
    width: 100%;
  }
  .header h1 {
    display: none;
  }
  #footer {
    width: 100%;
  }
}
/*Filename: buttons.less*/
.cta-bar.m {
  line-height: 36px;
  height: 36px;
}
.cta-bar.s {
  line-height: 24px;
  height: 24px;
}
.cta-next,
.cta-back,
.cta-link {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  font-family: "connections", Arial, Calibri, Helvetica, sans-serif;
}
.cta-next.m,
.cta-back.m,
.cta-link.m {
  height: 45px;
  line-height: 45px;
}
:hover.cta-next,
:hover.cta-back {
  text-decoration: none;
}
.cta-next span {
  display: block;
  height: 30px;
  padding: 0 10px 0 20px;
  float: left;
}
.cta-back span {
  display: block;
  height: 30px;
  padding: 0 20px 0 10px;
  float: left;
}
.cta-next.m span,
.cta-back.m span {
  height: 45px;
  font-size: 24px;
}
.cta-next .arrow,
.cta-back .arrow {
  background: transparent;
  border-bottom: 17px solid transparent;
  border-top: 16px solid transparent;
  height: 0;
  width: 0;
  display: block;
}
.cta-next.m .arrow,
.cta-back.m .arrow {
  background: transparent;
  border-bottom: 24px solid transparent;
  border-top: 24px solid transparent;
  height: 0;
  width: 0;
  display: block;
}
.cta-next .arrow {
  border-left: 17px solid transparent;
  float: left;
}
.cta-back .arrow {
  border-right: 17px solid transparent;
  float: left;
}
.cta-next.m .arrow {
  border-left: 23px solid transparent;
  float: left;
}
.cta-back.m .arrow {
  border-right: 23px solid transparent;
  float: left;
}
.cta-next.blue span,
.cta-back.blue span {
  background: #0052C2;
  color: #fff;
}
.cta-next.blue .arrow {
  border-left: 17px solid #0052C2;
  margin-left: -1px;
  margin-top: -1px;
}
.cta-back.blue .arrow {
  border-right: 17px solid #0052C2;
  margin-right: -1px;
  margin-top: -1px;
}
.cta-next.m.blue .arrow {
  border-left: 23px solid #0052C2;
  margin-left: -1px;
  margin-top: -1px;
}
.cta-back.m.blue .arrow {
  border-right: 23px solid #0052C2;
  margin-right: -1px;
  margin-top: -1px;
}
:hover.cta-next.blue span,
:hover.cta-back.blue span {
  background: #012169;
  color: #fff;
}
:hover.cta-next.blue .arrow {
  border-left: 17px solid #012169;
}
:hover.cta-back.blue .arrow {
  border-right: 17px solid #012169;
}
:hover.cta-next.m.blue .arrow {
  border-left: 23px solid #012169;
}
:hover.cta-back.m.blue .arrow {
  border-right: 23px solid #012169;
}
.cta-next.gray,
.cta-back.gray {
  color: #0052C2;
}
.cta-next.gray span,
.cta-back.gray span {
  background: #ece6dd;
}
.cta-next.gray .arrow {
  border-left: 17px solid #ece6dd;
}
.cta-back.gray .arrow {
  border-right: 17px solid #ece6dd;
}
.cta-next.m.gray .arrow {
  border-left: 23px solid #ece6dd;
}
.cta-back.m.gray .arrow {
  border-right: 23px solid #ece6dd;
}
:hover.cta-next.gray span,
:hover.cta-back.gray span {
  color: #012169;
  background: #d1c9c0;
}
:hover.cta-next.gray .arrow {
  border-left: 17px solid #d1c9c0;
}
:hover.cta-back.gray .arrow {
  border-right: 17px solid #d1c9c0;
}
:hover.cta-next.m.gray .arrow {
  border-left: 23px solid #d1c9c0;
}
:hover.cta-back.m.gray .arrow {
  border-right: 23px solid #d1c9c0;
}
.cta-next.disabled,
.cta-back.disabled,
a.disabled,
a.disabled:hover {
  color: #A39281 !important;
  cursor: text !important;
}
:hover.disabled {
  text-decoration: none !important;
}
.cta-next.disabled span,
.cta-back.disabled span,
:hover.cta-next.disabled span,
:hover.cta-back.disabled span {
  background: #ECE6DD !important;
}
.cta-next.disabled .arrow,
:hover.cta-next.disabled .arrow {
  border-left: 17px solid #ECE6DD !important;
}
.cta-back.disabled .arrow,
:hover.cta-back.disabled .arrow {
  border-right: 17px solid #ECE6DD !important;
}
.cta-next.m.disabled .arrow,
:hover.cta-next.m.disabled .arrow {
  border-left: 23px solid #ECE6DD !important;
}
.cta-back.m.disabled .arrow,
:hover.cta-back.m.disabled .arrow {
  border-right: 23px solid #ECE6DD !important;
}
.btn.btn-primary,
.btn.btn-secondary,
.btn.btn-disabled,
.btn:hover .cta.btn-primary,
.cta.btn-secondary,
.cta.btn-disabled,
.cta:hover,
.stdBtn2,
.stdBtn2:hover,
.btn.btn-whiteprimary,
.btn.btn-whiteprimary:hover,
.btn.btn-whitedisabled,
.btn.btn-whitedisabled:hover,
.btn:focus {
  text-decoration: none;
}
.btn,
.cta,
.stdBtn2 {
  border-radius: 0px !important;
  border: 0px !important;
  font-weight: 400;
  letter-spacing: -0.04rem;
}
.btn,
.btn-sm,
.cta,
.stdBtn2 {
  font-size: 16px !important;
  padding: 7px 15px !important;
  display: inline-block;
  font-family: "connections", Arial, Calibri, Helvetica, sans-serif;
}
.btn-md,
.cta.m {
  font-size: 24px !important;
  line-height: 25px;
  padding: 10px 25px !important;
  display: inline-block;
  font-family: "connections", Arial, Calibri, Helvetica, sans-serif;
}
.btn-lg {
  font-size: 32px !important;
  padding: 14px 30px !important;
  display: inline-block;
  font-family: "connections", Arial, Calibri, Helvetica, sans-serif;
}
.btn.btn-primary:hover,
.cta.blue:hover,
.stdBtn2:hover {
  background-color: #012169 !important;
  color: #FFF !important;
}
.btn.btn-primary:active,
.btn.btn-primary:focus {
  background-color: #012169;
  color: #ffffff;
  border-color: #012169;
}
.btn.btn-secondary,
.btn.btn-naked {
  background-color: #ECE6DD !important;
  color: #0052C2 !important;
}
.btn.btn-secondary:hover,
.btn.btn-naked:hover {
  background-color: #D1C9C0 !important;
  color: #012169 !important;
}
.btn.btn-secondary:active {
  background-color: #012169;
  color: #ffffff;
  border-color: #012169;
}
.btn.btn-whiteprimary {
  background-color: #FFF !important;
  color: #0052C2 !important;
}
.btn.btn-whiteprimary:hover {
  background-color: #FFF !important;
  color: #012169 !important;
}
.btn.btn-whiteprimary.btn-disabled,
.btn.btn-whiteprimary.btn-disabled:hover {
  background-color: #FFF !important;
  color: #A39382 !important;
  cursor: not-allowed;
}
.popover .btn[disabled],
.popover .btn:hover[disabled],
.popover .btn:active[disabled],
.popover .btn.btn-disabled,
.popover .btn:hover.btn-disabled,
.popover .btn:active.btn-disabled {
  background-color: #0052c2 !important;
  color: #fff !important;
  cursor: default;
}
.btn.btn-disabled,
.btn.btn-disabled:hover,
.stdBtn2.disable {
  background-color: #ECE6DD !important;
  color: #A39382 !important;
}
.btn-disabled-visibly.btn-disabled-visibly.btn-disabled-visibly,
.btn-disabled-visibly.btn-disabled-visibly.btn-disabled-visibly:hover {
  background-color: #ECE6DD !important;
  color: #A39382 !important;
}
.caret {
  background: rgba(0, 0, 0, 0) url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/icons-sprite.png') no-repeat scroll 0 -216px;
  border: 0 none;
  display: inline-block;
  height: 9px;
  margin-left: 10px;
  width: 12px;
  position: absolute;
  top: 20px;
  right: 10px;
}
.dropdown-sm .btn {
  min-width: 114px;
  padding: 10px 15px !important;
}
.dropdown-sm .btn:focus,
.dropdown-sm .btn:hover {
  color: #012169;
  background-color: #d1c9c0;
}
.dropdown-sm .dropdown-menu {
  margin-top: 10px;
  min-width: 220px;
  margin-left: -20px;
}
.dropdown-sm .caret {
  background-position: 0 -860px;
  width: 12px;
  height: 7px;
  right: 15px;
}
.minimal-dropdown-style {
  display: inline-block;
}
.minimal-dropdown-style .btn:focus,
.minimal-dropdown-style .btn:hover {
  color: #012169;
  background: none;
}
.minimal-dropdown-style .btn:focus .caret,
.minimal-dropdown-style .btn:hover .caret {
  background-position: 0 -846px;
}
.minimal-dropdown-style > a {
  min-width: 60px;
}
.minimal-dropdown-style > a.btn {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.minimal-dropdown-style .caret {
  top: 10px;
  right: 12px;
}
.minimal-dropdown-style.dropdown .arrow {
  position: absolute;
  top: 35px;
  left: 32px;
}
.minimal-dropdown-style .dropdown-menu {
  margin: 0;
  top: 44px;
  left: 50%;
  margin-left: -96px;
}
.dropdown a {
  cursor: pointer;
}
.dropdown .arrow {
  position: relative;
  top: 1px;
  background: #fff;
  z-index: 1001;
  left: 36px;
}
.dropdown .arrow:after,
.dropdown .arrow:before {
  bottom: -10px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.dropdown .arrow:after {
  border-color: rgba(213, 36, 195, 0);
  border-bottom-color: #fff;
  border-width: 20px;
  margin-left: -20px;
}
.dropdown .arrow:before {
  border-color: rgba(245, 221, 221, 0);
  border-bottom-color: #d1c9c0;
  border-width: 22px;
  margin-left: -22px;
}
.dropdown-sm .dropdown-menu > li > a {
  padding: 10px 20px 10px 20px !important;
  font-size: 14px;
}
.dropdown-md .dropdown-toggle {
  border: 1px solid #d1c9c0;
  color: #524940;
  font-weight: bold;
  font-size: 20px !important;
  text-decoration: none;
  display: inline-block;
  padding: 10px;
  height: 50px;
}
.dropdown-md .dropdown-toggle .caret {
  background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2222px%22%20height%3D%2215px%22%20viewBox%3D%220%200%2022%2015%22%20enable-background%3D%22new%200%200%2022%2015%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23CCCAC9%22%20points%3D%2222%2C3.62%2018.42%2C0%2011.25%2C7.76%203.58%2C0.51%200%2C4.13%2010.74%2C15%20%22/%3E%0D%0A%3C/svg%3E') 0 -1px;
  background-repeat: no-repeat;
  border: 0 none;
  display: inline-block;
  height: 15px;
  margin-left: 10px;
  width: 22px;
}
.dropdown-menu {
  border-radius: 0;
  margin-top: -1px;
  border: 1px solid #D1C9C0;
  box-shadow: 1px 1px 0 0 #D1C9C0;
  min-width: 288px;
}
.dropdown-md .dropdown-menu > li > a {
  padding: 10px 20px 10px 40px !important;
  font-size: 16px;
}
.dropdown-menu > li > a:hover {
  background-color: #ECE6DD !important;
  color: #012169 !important;
}
.dropdown-menu > li.menu-link > a,
.dropdown-menu > li.menu-header > a {
  padding-left: 20px !important;
}
.dropdown-menu > li.current-goal > a {
  color: #857363;
  background-color: #ecf6fd;
}
.dropdown-menu > li.current-goal > a:focus,
.dropdown-menu > li.current-goal > a:hover {
  color: #857363 !important;
  background: #ecf6fd !important;
  cursor: default;
}
.dropdown-menu > li.menu-link.menu-no-goals > a {
  padding-left: 40px !important;
}
.dropdown-menu > li.menu-divider > a {
  border-top: 1px solid #D1C9C0;
}
.dropdown-menu > li:first-child,
.dropdown-menu > li:first-child > a {
  border-top: none;
}
.dropdown .divider {
  border-top: 1px solid #d1c9c0;
}
.dropdown-sm .divider {
  margin: 0 !important;
  padding: 0;
}
.dropdown-sm .divider a {
  font-weight: bold;
}
.dropdown-menu > li.menu-link > a {
  padding-top: 15px !important;
  padding-bottom: 10px !important;
  color: #0052C1 !important;
  font-size: 14px;
}
.dropdown-menu > li.menu-subheader > a:hover {
  background-color: #fff !important;
  cursor: default;
  color: #666 !important;
}
/*Filename: form.less*/
.text-box,
.select-box {
  background: #FFF;
  border: 1px solid #e3ded7;
  height: 4.525rem;
  margin-bottom: .625rem;
  padding: 0;
  position: relative;
}
.select-box {
  padding-right: 3px;
}
.select-box.no-lable {
  height: 3.33rem;
}
select {
  width: 100%;
}
.text-box input[type="text"],
.text-box input[type="password"],
.text-box input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  color: #000;
  font-size: 1.250rem;
  height: 1.9rem;
  margin: 1.18rem 0 0;
  padding: 0 .563rem;
  width: 100%;
  text-align: left;
}
.text-box input[type="text"]:focus,
.text-box input[type="password"]:focus,
.text-box input[type="tel"]:focus {
  outline: none;
}
.select-box select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  background-image: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/dropdown.svg');
  background-position: 99% 8px;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #000;
  font-size: 1.25rem;
  height: 1.7rem;
  margin: 1.1rem 0 0;
  padding: 0 2rem 0 .4rem;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select-box.no-lable section {
  margin: 0.91rem 0 0;
}
.select-box select option {
  font: inherit;
}
:in-range,
:root .select-box select {
  padding-left: .38rem;
}
.ie9 .select-box select {
  background-image: none;
  background-position: 0 0;
  background-size: 0;
  padding-right: .5rem;
}
.select-box select::-ms-expand {
  display: none;
}
.select-box select:focus {
  outline: 0;
}
.select-box select:active {
  outline: 0;
  border: 0;
}
.text-box_type {
  cursor: text;
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.25rem;
  margin: 1.5rem 0 0 0.563rem;
  position: absolute;
  text-align: right;
}
.text-box_type-m {
  cursor: text;
  font-weight: 400;
  margin: 1.02rem 0 0 0.763rem;
  position: absolute;
  text-align: right;
}
input[type="text"].text-box_currency {
  padding-left: 1.375rem;
}
.text-box .button-help,
.select-box .button-help {
  height: 100%;
  margin: 0 auto;
  width: 100%;
}
.text-box .image-help,
.select-box .image-help {
  margin-top: 0;
}
.text-box .postfix .image-help,
.select-box .postfix .image-help {
  margin-top: 1.125rem;
}
.text-box .help-section,
.select-box .help-section {
  height: 3.938rem;
  top: .25rem;
  text-align: center;
}
.text-box .help-section > a,
.select-box .help-section > a {
  margin-top: 1.125rem;
  display: inline-block;
}
.text-box .help-section > .postfix,
.select-box .help-section > .postfix {
  margin-top: 0;
}
.page-ao .text-box .help-section,
.page-ao .select-box .help-section {
  height: 3.938rem;
  top: .25rem;
  text-align: center;
}
.page-ao .text-box .help-section > a,
.page-ao .select-box .help-section > a {
  margin-top: 1.225rem;
  display: inline-block;
}
.page-ao .text-box .help-section > .postfix,
.page-ao .select-box .help-section > .postfix {
  margin-top: 0;
}
.text-box-v .help-section,
.select-box .help-section {
  border-left: 1px solid #d1c9c0;
}
.text-box i {
  background-color: transparent;
  font-style: normal;
  position: relative;
  width: 100%;
}
.text-box.active,
.select-box.active {
  border: 1px solid #19ac5c;
}
.text-box.error,
.text-box.inactive-error,
.select-box.error,
.select-box.inactive-error {
  border: 1px solid #de213c;
}
.text-box_label,
.select-box_label {
  color: #777;
  cursor: text;
  font-size: 1.35rem;
  line-height: 1.250rem;
  position: absolute;
  margin: 1.553rem 0 0 .563rem;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  font-weight: 400;
}
.text-box_label.active,
.text-box_label.inactive,
.text-box_label.error,
.select-box_label.active,
.select-box_label.inactive,
.select-box_label.error {
  font-size: .750rem;
  font-weight: bold;
  line-height: .750rem;
  margin-top: .438rem;
  padding: 0;
}
.select-box_label.active,
.select-box_label.inactive,
.select-box_label.error {
  margin-top: .3rem;
}
.text-box_label.active,
.select-box_label.active {
  color: #13884a;
}
.text-box_label.error,
.text-box_label.inactive-error,
.select-box_label.error,
.select-box_label.inactive-error {
  color: #dc1331;
}
.text-box_hint-text,
.select-box_hint-text {
  color: #666;
  font-size: .850rem;
  line-height: 1;
  margin: .125rem 0 0 .563rem;
}
.text-box_dollar-sign {
  color: #000;
  display: none;
  font-size: 1.250rem;
  left: 1.250rem;
  line-height: 1.8rem;
  position: absolute;
  top: 1.125rem;
}
input[type="tel"].text-box--currency {
  padding-left: 1.375rem;
}
.ada-hidden,
.adahidden {
  position: absolute;
  left: -10000px !important;
  top: auto !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.image-help {
  height: 1.550rem;
  width: 1.550rem;
}
.icon-help2 {
  background: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/help_icon_2x.svg') no-repeat scroll 0 2px rgba(0, 0, 0, 0);
  background-size: 16px 16px;
  height: 18px;
  width: 16px;
}
.icon-info {
  background: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/info_icon_2x.svg') no-repeat scroll 0 2px rgba(0, 0, 0, 0);
  background-size: 16px 16px;
  min-height: 20px;
}
.info-box {
  background-color: #ecf6fd;
  border: 0.0625rem solid #b6dcfc;
  margin-bottom: 0.625rem;
  margin-top: 5px;
  cursor: default;
}
.info-box_close-btn {
  float: right;
  margin: 0.525rem 0.525rem 0 0;
}
.icon-help-close {
  background: transparent url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/icons-sprite.png') no-repeat 0 -82px;
  width: 14px;
  height: 14px;
}
.icon-help-close:hover {
  background-position: 0 -121px;
}
.icon-help-close:focus {
  outline: 1px dotted #000;
}
.image-close {
  border: 0.0625rem solid #0073cf;
  border-radius: 1.25rem;
  height: 1.25rem;
  width: 1.25rem;
}
.info-box_message {
  padding: 1.25rem;
}
.radio .info-box,
.radio .info-box_message label {
  cursor: default;
}
.info-box_message label {
  color: #007dc3;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.3rem;
  margin-bottom: 0.75rem;
  padding-left: 0;
  min-height: 0;
}
label .info-box {
  margin-top: 5px;
}
.list {
  margin: 0;
  padding: 0;
}
.column,
.columns {
  float: left;
  padding-left: 0.625em;
  padding-right: 0.625em;
  position: relative;
}
.field-error-label {
  color: #dc1331;
  font-size: 0.9rem;
  font-weight: normal;
  line-height: 1.25rem;
  margin: 0.050rem 0;
  padding: 0 0 0 1.8rem;
}
.jqtextError,
.textError {
  margin: .725rem 0;
}
.row .text-box .columns,
.row .select-box .columns {
  padding: 0;
}
.postfix.button {
  border: 0 none;
  line-height: 2.125rem;
  padding: 0;
  text-align: center;
}
a:active,
a:hover {
  outline: 0 none;
}
a:active,
a:focus,
a:hover {
  text-decoration: underline;
}
.button-help,
.button-help:hover,
.button-help:focus {
  background-color: transparent;
}
.button {
  border-radius: 3px;
  font-family: Arial, sans-serif;
}
.prefix,
.postfix {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
  overflow: hidden;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.required-text {
  margin-bottom: 0.625rem;
  text-align: right;
  font-size: 0.928em;
}
.page-ao .required-text,
.page-co .required-text {
  margin-right: 10px;
  float: right;
}
input.checkMarkBtn[type="radio"],
input.checkMarkBtn[type="checkbox"] {
  border: 0 none;
  opacity: 0;
  position: absolute;
  cursor: pointer;
  height: 28px;
  width: 28px;
  z-index: 12;
}
.radiogroup-label {
  display: inline-block;
  color: #000;
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin-bottom: 0.75rem;
  font-weight: normal;
}
.radio-label,
.checkbox-label {
  font-size: 16px;
  padding: 0 !important;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
}
.radio-label .icon-radio {
  background: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%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%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2226px%22%20height%3D%2226px%22%20viewBox%3D%220.083%200.167%2026%2026%22%20enable-background%3D%22new%200.083%200.167%2026%2026%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20stroke%3D%22%23D1C9C0%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M1.27%2C13.141%20c0-6.549%2C5.31-11.859%2C11.87-11.859c6.55%2C0%2C11.86%2C5.311%2C11.86%2C11.859C25%2C19.689%2C19.689%2C25%2C13.14%2C25%20C6.58%2C25.002%2C1.27%2C19.691%2C1.27%2C13.141z%22%2F%3E%3C%2Fsvg%3E') no-repeat scroll left top;
  cursor: pointer;
  display: inline-block;
  height: auto;
  min-height: 26px;
  font-size: 16px;
  padding: 1px 0 0 35px;
}
.radio-label .icon-radio.focus,
input[type="radio"]:focus + .icon-radio {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2226px%22%20height%3D%2226px%22%20viewBox%3D%220.083%200.167%2026%2026%22%20enable-background%3D%22new%200.083%200.167%2026%2026%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%3E.st0%7Bfill%3A%23FFFFFF%3Bstroke%3A%230073CF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%3C/style%3E%3Ctitle%3Eradio_button_on%3C/title%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M.5%2012.4C.5%205.8%205.8.5%2012.4.5s11.9%205.3%2011.9%2011.9S19%2024.3%2012.4%2024.3C5.8%2024.2.5%2018.9.5%2012.4z%22/%3E%3C/svg%3E');
  height: 26px;
}
.radio-label .icon-radio.focus.active,
input[type="radio"]:focus + .icon-radio.active {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2226px%22%20height%3D%2226px%22%20viewBox%3D%220.083%200.167%2026%2026%22%20enable-background%3D%22new%200.083%200.167%2026%2026%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%3E.st0%7Bfill%3A%23FFFFFF%3Bstroke%3A%230073CF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%20.st1%7Bfill%3A%230052C2%3B%7D%3C/style%3E%3Ctitle%3Eradio_button_on%3C/title%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M.5%2012.4C.5%205.8%205.8.5%2012.4.5s11.9%205.3%2011.9%2011.9c0%206.6-5.3%2011.9-11.9%2011.9C5.8%2024.2.5%2018.9.5%2012.4z%22/%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M6.5%2012.5c0-3.3%202.7-6%206-6s6%202.7%206%206-2.7%206-6%206-6-2.7-6-6z%22/%3E%3C/svg%3E');
  height: 26px;
}
.radio-level2 .radio-label .icon-radio,
.radio-label .icon-radio.radio-sm {
  min-height: 19px;
  padding-left: 28px;
  background-size: 22px;
}
.radio-label .icon-radio-disabled,
.radio-label .checkMarkBtn[disabled] + .icon-radio {
  background: transparent url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/radio_button_disabled_off.png') no-repeat scroll left top;
  display: inline-block;
  min-height: 26px;
  font-size: 16px;
  padding: 1px 0 0 35px;
  color: #6B5E51;
  cursor: default;
}
.radio-label .active {
  background: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%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%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2226px%22%20height%3D%2226px%22%20viewBox%3D%220.083%200.167%2026%2026%22%20enable-background%3D%22new%200.083%200.167%2026%2026%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20stroke%3D%22%23D1C9C0%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M1.27%2C13.141%20c0-6.549%2C5.31-11.859%2C11.87-11.859c6.55%2C0%2C11.86%2C5.311%2C11.86%2C11.859C25%2C19.689%2C19.689%2C25%2C13.14%2C25%20C6.58%2C25.002%2C1.27%2C19.691%2C1.27%2C13.141z%22%2F%3E%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M7.27%2C13.281c0-3.31%2C2.69-6%2C6-6c3.311%2C0%2C6%2C2.69%2C6%2C6c0%2C3.311-2.689%2C6-6%2C6%20C9.96%2C19.281%2C7.27%2C16.592%2C7.27%2C13.281z%22%2F%3E%3C%2Fsvg%3E') no-repeat scroll left top;
  cursor: default;
}
.radio-label .icon-radio.active.radio-sm {
  background-size: 22px;
}
.radio-label .active.icon-radio-disabled,
.radio-label .checkMarkBtn[checked][disabled] + .icon-radio {
  background: transparent url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/radio_button_disabled_on.png') no-repeat scroll left top;
  cursor: default;
}
.checkbox-label .icon-checkbox {
  background-image: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/checkbox_off.png');
  background-position: left top;
  background-attachment: scroll;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  min-height: 25px;
  font-size: 16px;
  padding: 2px 0 0 35px;
}
.checkbox-label .icon-checkbox.focus,
input[type="checkbox"]:focus + .icon-checkbox {
  background-image: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/checkbox_focus.png');
}
.checkbox-label .active,
input[type="checkbox"]:focus + .icon-checkbox.active {
  background-image: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/checkbox_on.png');
  background-position: left top;
  background-attachment: scroll;
  background-repeat: no-repeat;
  min-height: 25px;
}
.icon-checkbox.error,
.radiogroup-label.error {
  color: #c00;
}
input[type="text"][disabled],
input[type="text"][readonly],
input[type="password"][disabled],
input[type="password"][readonly] {
  background-color: #efefef;
  color: #857363;
  cursor: default;
}
.disabled-field {
  background-color: #efefef;
  cursor: default;
}
.plus-minus {
  float: right;
  width: 1em;
}
.divider {
  border-top: 1px solid #d1c9c0;
  padding: 10px 0 10px 0;
}
.divider2 {
  border-bottom: 1px solid #d1c9c0;
}
.divider-dotted {
  border-bottom: 1px dotted #d1c9c0;
}
.page-section {
  background-color: #f9f7f4;
}
.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
.fixedContactUs {
  position: fixed !important;
  width: 100%;
  z-index: 99;
  top: 41px;
}
span.arrow {
  border-right: 0.3em solid #0073cf;
  border-top: 0.3em solid #0073cf;
  display: inline-block;
  font-style: normal;
  height: 0.8em;
  margin: 0.5px 0 0 10px;
  position: relative;
  top: 2pt;
  transform: rotate(135deg) translateY(2px);
  width: 0.8em;
  transition: transform 0.5s ease 0s;
  float: left;
}
span.arrow.clicked {
  border-left: 0.3em solid #0073cf;
  border-top: 0.3em solid #0073cf;
  border-right: none !important;
  transform: rotate(45deg) translateY(2px);
}
.z-window-modal {
  padding: 20px 25px;
  background: #fff none repeat scroll 0 0;
  border: 0.5rem solid rgba(102, 102, 102, 0.75);
  border-radius: 0.75rem;
  box-shadow: none;
  width: 500px;
}
.z-window-modal .content-loading {
  margin: 0;
}
#helpMenu {
  display: none;
  line-height: 2.75rem;
  list-style: outside none none;
  margin: 0;
  padding-left: 0;
}
.help-menu_cell {
  padding: 0 0.625rem;
}
#needHelp {
  cursor: pointer;
  margin-top: 2px;
}
.need-help {
  padding: 0.6rem 0.3rem;
  text-align: center;
}
.page-heading {
  background: #0067b1;
  color: #fff;
  font-size: 1.75em;
  padding: .625rem;
  margin: 0;
}
.secure-logo {
  background: transparent url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/icons-sprite.png') no-repeat scroll 0 -233px;
  font: bold 0.8em/1.5 Arial, Helvetica, sans-serif;
  padding: 18px 0 0 8px;
  float: right;
}
.secure-link {
  float: right;
  font: bold 0.8em/1.5 Arial, Helvetica, sans-serif;
  padding: 16px 0 0 3px;
  cursor: none;
}
a.secure-link:active,
a.secure-link:hover,
a.secure-link:link,
a.secure-link:focus {
  outline: 0 none;
  color: #666;
  text-decoration: none;
}
.info-list {
  margin: 1rem 0;
}
.page-co .info-list {
  margin: 0 !important;
}
.info-list dt {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.2rem;
}
.info-list dd {
  color: #333;
  font-size: 1.1rem;
  margin-bottom: 1rem;
  margin-left: 0;
  line-height: 1.4rem;
  word-wrap: break-word;
  width: 100%;
}
ul.listA {
  list-style-type: square;
  margin: 0 0 30px -25px;
}
ul.listA li {
  padding-bottom: 10px;
}
.ao-button {
  border-radius: 0.1875rem;
  font-family: Arial, sans-serif;
  background-color: #0052c2;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  padding: 1rem 2rem 1.0625rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: background-color 300ms ease-out 0s;
}
.ao-button.primary {
  font-size: 1.125rem;
  text-decoration: none;
}
.ao-button:link,
.ao-button:visited {
  background-color: #0052c2;
  color: white;
}
.ao-button:hover,
.ao-button:hover {
  background-color: #012169;
  color: white;
}
.frm-reg .form-group {
  margin-bottom: 0;
}
select optgroup option {
  color: #000;
  padding-top: 5px;
}
.inactive-error .text-box_label2 {
  display: none;
}
input[type="checkbox"]:focus,
.icon-checkbox:focus {
  outline: .0625rem dotted #666;
}
input::-ms-clear {
  display: none;
}
.oao-app .radiogroup-label {
  display: inline !important;
}
.spa-input-label {
  display: block;
  flex-basis: 100%;
}
.spa-input-text {
  background: #FFF;
  border: 1px solid #e3ded7;
  height: 4.525rem;
  margin-bottom: .625rem;
  padding: 10px;
  position: relative;
}
.spa-combobox-flyout {
  display: block;
  opacity: 0;
  position: absolute;
  top: 100%;
  transform: translateY(-25px);
  transition: all .3s ease 0s;
  width: 100%;
  z-index: 400;
}
.spa-combobox-wrapper {
  display: flex;
  flex-flow: row wrap;
  position: relative;
}
.spa-combobox-wrapper-has-error .spa-combobox-flyout,
.spa-combobox-wrapper-has-hint .spa-combobox-flyout {
  top: 48px;
}
.spa-combobox-label > .spa-input-label {
  flex-basis: 100%;
}
.spa-combobox-input {
  display: flex;
  position: relative;
}
.spa-combobox-input.spa-input.spa-input--condensed.spa-input-box,
.spa-combobox-input.spa-input.spa-input-combobox2.spa-input-box {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-wrap: wrap;
  width: auto;
}
.spa-combobox-input.spa-input.spa-input-combobox2.spa-input-box > .spa-input-text {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  outline: none;
  width: auto;
}
.spa-combobox-input.spa-input.spa-input-combobox2.spa-input-box .spa-input-text {
  background-color: #fff;
  padding-right: 100px;
}
.spa-combobox-wrapper .spa-input.spa-input-combobox2.spa-combobox-input > .spa-input-text.spa-combobox-input-dropdown {
  width: 100%;
}
.spa-combobox-wrapper .spa-input.spa-input-combobox2.spa-combobox-input .spa-error-form-input--required + .spa-input-text-holder {
  border-color: #c41230;
  color: #c41230;
}
.spa-combobox-flyout {
  display: block;
  opacity: 0;
  position: absolute;
  top: 100%;
  transform: translateY(-25px);
  transition: all .3s ease 0s;
  width: 100%;
  z-index: 400;
}
.spa-combobox-flyout--hidden {
  display: none;
}
.spa-combobox-flyout--active {
  opacity: 1;
  transform: translateY(0);
}
.spa-combobox-flyout > .spa-card {
  border-radius: 0;
  max-height: 500px;
  overflow: auto;
  padding: 0;
  background-color: #fff;
  border: 1px solid #000;
}
.combobox-demo-module .symbol-search-item {
  display: flex;
  flex-flow: row nowrap;
}
.spa-input.spa-input-combobox2 {
  position: relative;
  width: 100%;
}
.checkbox {
  padding: 10px;
  border-bottom: 1px #000;
}
/*Filename: contact-widget.less*/
.inline-list {
  list-style: outside none none;
  margin: 0 0 1.0625rem -1.375rem;
  overflow: hidden;
  padding: 0;
}
.inline-list > li {
  display: block;
  float: left;
  list-style: outside none none;
  margin-left: 1.375rem;
}
.contact-list {
  float: right;
  margin-bottom: 0;
  margin-top: 0.625rem;
}
.contact-list li {
  margin-left: 0;
  padding: 0 1.5rem;
}
.contact-image {
  float: left;
  height: 2.5rem;
  margin-right: 0.625rem;
  width: 2.5rem;
}
.contact-item-chat,
.contact-item-call {
  color: #0073cf;
  display: block;
  font-size: 1.1rem;
  line-height: 1.4rem;
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
}
.contact-item-call.l {
  color: #012169;
  font-size: 14px;
  display: inline;
}
.contact-item-chat {
  cursor: pointer;
}
.contact-item-call-body,
.contact-item-chat-body {
  color: #524940;
  display: block;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.4rem;
}
.contact-item-call-body {
  padding-left: 45px;
  padding-right: 9px;
}
.contact-item-call-body.l {
  font-size: 30px;
  color: #524940;
  padding-top: 5px;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
}
.contact-item-call-24-7 {
  color: #524940;
  display: block;
  font-size: 12px;
  padding-left: 30px;
  line-height: 1.4rem;
}
.contact-chat,
.contact-item-chat-body {
  width: 10rem;
}
.contact-wiget-sm .contact-item-call,
.contact-wiget-sm .contact-item-chat {
  color: #0052c2;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
}
.contact-wiget-sm .contact-item-call-body {
  font-size: 12px;
  line-height: normal;
  font-weight: 700;
  padding-left: 30px;
}
.contact-wiget-sm .contact-item-chat-body {
  font-size: 10px;
  line-height: normal;
  font-weight: 700;
}
.contact-wiget-sm.contact-list {
  margin: 15px 0 5px 0;
}
.contact-wiget-sm.contact-list li {
  padding: 0;
}
.contact-wiget-sm.contact-list .contact-item-chat-body {
  width: 12rem;
}
.ico-phone.l {
  margin-right: 15px;
}
@media only screen and (max-width: 529px) {
  .contact-container {
    float: left;
    background: #fff none repeat scroll 0 0;
    padding-left: 0;
    padding-right: 0;
  }
  .contact-list {
    float: left !important;
  }
  .contact-item-call,
  .contact-item-chat {
    font-size: 10px !important;
  }
  .contact-chat {
    margin-top: 0.714rem;
  }
  .contact-wiget-sm.contact-list {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .contact-wiget-sm.contact-list li {
    padding: 0 0 9px 15px;
    width: 100%;
    border-bottom: 1px solid #d1c9c0;
  }
  .contact-wiget-sm .ico-chat {
    height: 26px;
    margin-right: 0;
  }
  .sf-timer-modal {
    width: auto !important;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .contact-container {
    float: right;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1128px) {
  .contact-container {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  .contact-container {
    float: left;
    background: #fff none repeat scroll 0 0;
    padding-left: 0;
    padding-right: 0;
  }
  .contact-list {
    float: left !important;
  }
  .contact-item-call,
  .contact-item-chat {
    font-size: 10px !important;
  }
  .contact-chat {
    margin-top: 0.714rem;
  }
  .contact-wiget-sm.contact-list {
    margin-top: 10px;
    margin-bottom: 0;
    width: 100%;
  }
  .contact-wiget-sm.contact-list li {
    padding: 0 0 9px 15px;
    width: 100%;
    border-bottom: 1px solid #d1c9c0;
  }
  .contact-wiget-sm .ico-chat {
    height: 26px;
    margin-right: 0;
  }
}
/* Filename: sso.less*/
.sso-modal-container div.close {
  margin-top: 0;
}
.sso-modal-container .sso-text-section {
  margin-top: 20px;
}
.sso-modal-container .sso-disclaimer-section {
  margin-top: 0;
}
.sso-disclaimer-section {
  margin-top: -40px;
}
@media only screen and (max-width: 529px) {
  .sso-modal-container .modal-body {
    padding: 0 20px;
  }
  .sso-modal-container .sso-text-section {
    margin-top: 10px;
  }
  .sso-disclaimer-section {
    margin-top: -40px;
  }
}
/* Filename: step-bar.less*/
.step-bar {
  width: 93.5%;
  max-width: 980px;
  margin: 13px 0 18px 0;
  font-family: "connections", Arial, Calibri, Helvetica, sans-serif;
  background-color: #ece6dd;
  height: 6px;
  padding: 0;
  list-style: none;
}
.step-bar .step {
  float: left;
  width: 33.3333333333333%;
  height: 6px;
  position: relative;
}
.step-bar .step .step-num {
  float: right;
  background: #ece6dd;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  color: #6b5e51;
  margin: -10px 0 0 0;
  padding-top: 0;
  font-size: 14px;
  line-height: 23px;
  width: 23px;
  height: 23px;
}
.step-bar .step .step-num:hover {
  text-decoration: none;
  color: #9d8e80;
  cursor: default;
}
.step-bar .step .step-num:first-child {
  position: relative;
  z-index: 2;
}
.step-bar .step.step-current .step-num,
.step-bar .step.step-completed .step-num {
  font-size: 18px;
  line-height: 25px;
  width: 25px;
  height: 25px;
}
.step-bar .step.step-completed .step-num:focus {
  outline: 1px dotted #000;
}
.step-bar .step .step-name {
  white-space: nowrap;
  font-size: 13px;
  margin-top: 7px;
  width: 75px;
  color: #6b5e51;
  display: block;
  position: absolute;
  right: -75px;
}
.step-bar .step.step-current .step-name,
.step-bar .step.step-completed .step-name {
  font-size: 14px;
}
.step-bar .step.step-current .step-name:focus {
  outline: 1px dotted #000 !important;
}
.step-bar .step.step-last .step-num {
  left: 2px;
}
.step-bar .step:first-child {
  position: relative;
  z-index: 1;
  width: 0;
}
.step-bar .step:last-child .step-num {
  right: -2px;
}
.step-bar .step-completed {
  background-color: #6b5e51;
}
.step-bar .step-completed .step-num,
.step-bar .step-completed .step-num:hover {
  background-color: #6b5e51;
  cursor: pointer;
  color: #fff;
}
.step-bar .step-completed .step-name {
  color: #6b5e51;
}
.step-bar .step-current .step-num,
.step-bar .step-current .step-num:hover {
  background-color: #0052c2;
  color: #ffffff;
}
.step-bar .step-current .step-name {
  color: #0052c2;
}
.step-bar .step-current .step-name:focus {
  outline: 1px dotted #000 !important;
}
.steps-2 .step {
  width: 100%;
}
.steps-3 .step {
  width: 50%;
}
.steps-4 .step {
  width: 33.315%;
}
.steps-5 .step {
  width: 25%;
}
.steps-6 .step {
  width: 20%;
}
.steps-7 .step {
  width: 16.66666666666667%;
}
.steps-8 .step {
  width: 14.28571428571429%;
}
.steps-9 .step {
  width: 12.5%;
}
.steps-10 .step {
  width: 11.11111111111111%;
}
.step-bar[data-animation='true'] .step-bar-animation {
  height: 6px;
  width: 0;
  background-color: #0052c2;
  border-left: 2px solid #fff;
  position: absolute;
  left: 0;
}
.step-bar[data-animation='true'] .step-bar-animation:nth-child(3) {
  border: none;
}
.step-bar[data-animation='true'] .step-current {
  background-color: #6b5e51;
}
@media only screen and (max-width: 777px) {
  .top-bar {
    margin: 0 auto;
    max-width: 72.5em;
    padding-top: 5px;
    background-color: #fff;
  }
  .step-bar-container {
    border-bottom: 1px solid #d1c9c0;
  }
}
@media only screen and (min-width: 776px) {
  .top-bar {
    border-bottom: 1px solid #d1c9c0;
    margin: 0 auto;
    max-width: 72.5em;
    padding: 10px 0 10px 35px;
    background-color: #fff;
  }
}
@media only screen and (min-width: 600px) and (max-width: 775px) {
  .top-bar {
    margin: 0 auto;
    max-width: 72.5em;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 35px;
  }
}
@media only screen and (max-width: 750px) {
  .step-bar {
    width: 100%;
    height: 3px;
  }
  .step-bar .step {
    height: 3px;
  }
  .step-bar .step .step-name {
    display: none;
  }
  .step-bar .step .step-num {
    font-size: 0;
    width: 10px;
    height: 10px;
    margin-top: -4px;
  }
  .step-bar .step.step-current .step-num,
  .step-bar .step.step-completed .step-num {
    font-size: 0;
    line-height: 0;
    width: 12px;
    height: 12px;
    margin-top: -5px;
  }
  .step-bar[data-animation='true'] .step-bar-animation {
    height: 3px;
  }
  .step-bar:first-child {
    padding-right: 2px;
  }
  .step-bar-container {
    background-color: #fff;
    height: 41px;
  }
  .top-bar {
    padding: 5px 0 0 20px !important;
  }
}
@media only screen and (max-width: 850px) {
  .step-bar.steps-6 .step .step-name {
    display: none;
  }
}
@media only screen and (max-width: 529px) {
  .step-bar-container {
    background-color: #fff;
    height: 41px;
  }
  .step-bar {
    width: 100%;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .step-bar {
    width: 90%;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1128px) {
  .step-bar {
    width: 80%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .step-bar {
    width: 95%;
  }
  .sts_stepBar .step-bar {
    width: 92%;
  }
  .page-co .shell,
  .page-ao .shell {
    width: 100%;
  }
}
/* Filename: resp.less*/
.actual-symbol {
  position: absolute;
  background: none;
}
.mirrored-symbol {
  position: absolute;
  background: white;
}
.boa-login-widget {
  padding-top: 40px;
}
.account-form-container {
  background-color: #f9f7f4;
  padding: 20px;
  margin-top: 10px;
}
.account-form-container legend {
  font-size: 14px;
  margin-bottom: 0;
}
.page-ao select option {
  text-transform: none;
}
.page-ao .ao-bg {
  background-color: #f9f7f4;
}
.page-ao .ao-bg.fe-fundingBG {
  background-color: #fff;
}
.page-ao.ao-funding .ao-bg {
  background-color: #fff;
}
.page-ao .radio + .radio,
.page-ao .checkbox + .checkbox {
  margin-top: 10px;
}
.page-ao h5 {
  line-height: 1.857rem;
}
.page-ao hr {
  margin: 1.429rem 1.15rem 2.143rem;
  BORDER-RIGHT: medium none;
  BORDER-TOP: #cccccc 1px solid;
  BORDER-LEFT: medium none;
  BORDER-BOTTOM: medium none;
  HEIGHT: 1px;
}
.page-ao .mesdi-footer {
  line-height: 1rem;
}
.page-ao h1 span,
.page-ao h2 span,
.page-ao h3 span,
.page-ao h4 span,
.page-ao h5 span {
  margin: 0.5em 0;
  vertical-align: middle;
}
.page-ao .carret-link {
  background: transparent url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/icons-sprite.png') no-repeat scroll 0 0;
  outline: medium none;
  padding: 0 0 6px 30px;
}
.page-ao .carret-link.in {
  background-position: 0 -40px;
}
.page-ao .heading-container .logo {
  margin-left: 0;
}
.page-co select option {
  text-transform: none;
}
.page-co .ao-bg {
  background-color: #fff;
}
.page-co .oao-app {
  padding: 0 5px 0 0;
}
.transferSection.co-bg:hover {
  background-color: #ECF6FD !important;
}
.co-bg {
  background-color: #f9f7f4;
}
.flatRadioBtns div.radio + div.radio {
  margin-top: 10px;
}
.flatRadioBtns div.radio {
  float: left;
  padding: 0;
  margin-right: 30px;
}
.flatRadioBtns .radiogroup-label {
  margin-bottom: 0px;
}
.review-details {
  padding-left: 10px;
  padding-top: 10px;
}
.section-disclaimer {
  padding-top: 20px;
  padding-bottom: 20px;
}
.inline-help {
  display: inline;
}
.oao-app {
  padding: 0 5px;
}
.page-title {
  line-height: 1.5rem;
  margin-bottom: 1.25rem;
  padding-left: 15px;
  margin: 10px 0 .9375rem;
  color: #012169;
  font-weight: 500;
}
.edit-link {
  font-family: Arial, Calibri, Helvetica, sans-serif;
  vertical-align: top !important;
}
.page-ao .info-list dt,
.page-co .info-list dt {
  font-size: 0.929rem;
  color: #6b5e51;
  font-weight: normal;
}
.page-ao .info-list dd,
.page-co .info-list dd {
  font-size: 1.286rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.info-list .over-draft-protection {
  margin-top: -15px;
  margin-bottom: 1.429rem;
}
.mb dd {
  margin-bottom: 1.429rem;
}
p.txt13 {
  font-size: 0.929rem;
  color: #6b5e51;
  font-weight: 700;
  line-height: 1.2rem;
}
.ddwithContent {
  margin-bottom: 0.5rem !important;
}
.pl-80 {
  padding-left: 80px;
}
.invAllocation {
  background-color: #f1efea;
}
.text-box_percent {
  cursor: text;
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.25rem;
  margin: 1.4rem 0 0 2.175rem;
  position: absolute;
  text-align: left;
}
hr.hrPageTitle {
  margin: 1.714rem 1.25rem 1.286rem;
}
.agreements-ol > li {
  padding-bottom: 10px;
}
input.text-box_percent[type="text"] {
  padding-left: 1.3rem;
}
.percent-text {
  position: absolute;
}
.odd-portfolio {
  background-color: #fff;
}
.allocation,
.co-title-bg {
  background-color: #ece6dd;
  height: 45px;
  padding-left: 20px;
}
.allocation h3,
.co-title-bg h3 {
  line-height: 1.2;
}
.acc-res-delete {
  background: transparent url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/icons-sprite.png') no-repeat scroll 0px -78px;
  cursor: pointer;
  float: right;
  height: 20px;
  width: 15px;
}
.edge-debit-card {
  background: transparent url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/ibby_dbtcm_v_cma_edge.png') no-repeat scroll 0 0;
  height: 126px;
  width: 200px;
}
.check-routing-number {
  background: transparent url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/routingNumber2.png') no-repeat scroll 0 0;
  height: 48px;
  width: 351px;
}
.page-co .txt18 {
  font-size: 1.2rem;
}
.alert .no-padding {
  padding-left: 0;
}
.funding-module {
  background: #ffffff;
  padding: 20px;
}
.funding-module h2 {
  font-size: 16px;
  font-weight: bold;
  color: #524940;
  margin: 0 0 8px 0;
  font-family: Arial;
}
.account-type-wrapper h4 {
  color: #524940;
  font-size: 14px;
  font-family: Arial;
  margin-top: 0;
  font-weight: bold;
}
.oao-acct-type {
  line-height: 16px;
  padding-bottom: 15px;
}
.funding-module .icon {
  height: 52px !important;
}
.funding-module-type {
  padding: 20px 0 10px 0;
  font-weight: bold;
  font-size: 16px;
  color: #524940;
}
.funding-text {
  font-family: "connections", Calibri, Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  margin-top: 20px;
}
.funding-section {
  background-color: #f9f7f4;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}
.checkbox-inactive {
  border: 1px solid #de213c;
}
.alerterrimage {
  height: 20px;
  width: 50px;
  background: rgba(0, 0, 0, 0) url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/sprite-alerts.png') no-repeat scroll -82px -20px;
  margin-left: -15px;
  float: left;
}
.error-image {
  height: 20px;
  width: 37px;
  background: rgba(0, 0, 0, 0) url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/sprite-alerts.png') no-repeat scroll -82px -20px;
}
.checkedImage {
  height: 20px;
  width: 50px;
  background: rgba(0, 0, 0, 0) url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/sprite-alerts.png') no-repeat scroll -82px -80px;
  margin-left: -15px;
  float: left;
}
.termscontent {
  overflow-y: auto;
  max-height: 500px;
  padding: 20px;
  border: 1px solid #d1c9c0;
  background: #fff;
  margin-bottom: 10px;
  clear: both;
  font-size: 1.3rem;
}
.termscontent h4 {
  color: #524940;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.checkbox-wrapper {
  padding: 10px 20px;
  background: #f4efe7;
  margin: 20px 0 40px;
  border: 1px solid #d1c9c0;
}
.contact-container {
  padding: 0;
}
.fundingRow {
  font-family: "connections", Calibri, Arial, Helvetica, sans-serif;
  padding-bottom: 20px;
}
.addHeight {
  height: 6.714rem;
}
.centerDiv {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.valign-m {
  vertical-align: middle;
}
.odd-confirm {
  background-color: #f9f7f4;
}
.resp-btn-row .btn {
  display: inline-block;
  margin: 0 10px 0 0;
}
.h5-30 {
  color: #001f66;
  font-weight: 700;
  font-size: 2.143rem;
}
.alert-success .h1-alert-heading {
  color: #007749;
  line-height: 36px;
  font-size: 2.143rem;
  font-weight: 700;
  margin-bottom: 0;
}
.alert-danger .h1-alert-heading {
  color: #C41230;
  line-height: 36px;
  font-size: 2.143rem;
  font-weight: 700;
  margin-bottom: 0;
}
.textSmaller .radiogroup-label {
  font-size: 1.143rem;
  font-weight: 700;
  line-height: 1.429rem;
  color: #524940;
}
.textSmaller .icon-radio {
  font-size: 1rem;
  font-weight: 700;
}
.textSmaller select optgroup {
  font-weight: 400;
  padding-bottom: 5px;
  padding-left: 5px;
  color: #6b5e51;
  padding-top: 5px;
}
.textSmaller select option:first-child {
  padding-top: 5px;
}
.textSmaller select option {
  font-weight: normal;
  padding-bottom: 5px;
}
.optBorder {
  padding-bottom: 15px;
  border-bottom: solid 1px #D1C9C0;
}
.IRSLabel {
  padding-left: 40px !important;
}
.IRSlimit-head {
  font-weight: 700;
  line-height: 1.714rem;
}
.IRSlimit-body {
  line-height: 1.286rem;
}
.pin-request-container .section {
  margin-top: 40px;
}
.pin-request-container .section-title {
  margin-bottom: 10px;
}
.pin-request-container .section-pin-container {
  margin-bottom: 10px;
  padding: 0;
  width: 220px;
}
.pin-request-container .section-account-name {
  margin-top: 10px;
}
.dummyeditspan {
  display: none !important;
}
input.editdatepickerlink {
  background: none !important;
  border: none !important;
  font-size: 12px;
  height: 22px;
  padding: 0 3px;
  width: 80px;
  cursor: pointer;
  font-weight: 900;
  color: #524940 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.calendar-module-date {
  font-weight: normal;
}
.blue-bg {
  background-color: #ecf6fd !important;
}
.goal {
  float: left;
  height: 120px;
  margin: -20px 0 0 -20px;
  width: 140px;
}
.rightArrow1 {
  background: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/sprite_arrows.png') no-repeat scroll 0 -11px transparent;
  width: 13px;
  height: 23px;
}
.rightArrow2 {
  background: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/sprite_arrows.png') no-repeat scroll 0 -77px transparent;
  width: 13px;
  height: 23px;
}
.rightArrow3 {
  background: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/sprite_arrows.png') no-repeat scroll 0 -44px transparent;
  width: 13px;
  height: 23px;
}
.rightArrow4 {
  background: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/sprite_arrows.png') no-repeat scroll 0 -110px transparent;
  width: 13px;
  height: 23px;
}
.bg-amount1 {
  background: #36c;
}
.bg-amount2 {
  background: #007749;
}
.bg-amount3 {
  background: #6cc24a;
}
.bg-amount4 {
  background: #cfc9bf;
}
.oow-section hr {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.uploaded-docs .doc2 {
  display: block;
  padding-top: 5px;
}
.separator {
  margin-top: 20px;
}
.logo-link {
  display: block;
  width: 145px;
}
.logo-link:before,
.logo-link:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.h2-light-blue {
  color: #009cde;
  font-weight: bold;
  font-size: 2rem;
}
.icon-mobile {
  background: transparent url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/ME-mobile-icon.png') no-repeat scroll 0 0;
  height: 18px;
  width: 17px;
  display: inline-block;
  vertical-align: top;
}
.oao-edge-logo {
  background: transparent url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/ME-OAO-edge-funding-logo.png') no-repeat scroll 0 0;
  display: inline-block;
  height: 61px;
  width: 92px;
}
.oao-boa-logo {
  background: transparent url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/ME-OAO-BOA-funding-logo.png') no-repeat scroll 0 0;
  display: inline-block;
  height: 61px;
  width: 173px;
}
@media only screen and (max-width: 529px) {
  .col-xs-12 {
    position: relative;
  }
  .account-form-container {
    background-color: #fff;
    padding: 0;
  }
  .reviewContent {
    padding-left: 20px;
  }
  .width-15 {
    width: 100%;
  }
  .width-85 {
    width: 100%;
  }
  .resp-btn-row .btn {
    display: block;
    margin: 0 0 10px;
    text-align: center;
  }
  .textSmaller select {
    font-size: 13px;
  }
  .page-co .ded-ml-15 {
    margin-left: 15px;
  }
  .white-background {
    background-color: inherit;
  }
  .preview-chart {
    padding: 0;
  }
  .radio-label .icon-radio {
    height: inherit;
    min-height: 26px;
  }
  .oao-app {
    padding: 0;
  }
  .page-co .shell,
  .page-ao .shell,
  .template__primary .shell {
    width: 100%;
  }
  .pre-client .header .logo {
    margin: 6px 15px 6px 10px;
    width: 62px;
    height: 40px;
  }
  .pre-client .header .logo.icon-me-logo-old {
    height: 31px;
    margin: 10px 0 10px 15px;
    width: 99px;
  }
  .pre-client .header .heading-container h2 {
    font-size: 19px;
    margin-top: 11px;
    margin-bottom: 0;
  }
  .pre-client .header .heading-container h3 {
    font-size: 10px;
  }
  .page-ao .heading-container .logo {
    margin-left: 10px !important;
  }
  .security-center-container {
    padding-left: 0;
  }
  .secure-text {
    margin-top: 20px;
  }
  .page-title {
    font-size: 22px;
  }
  .pre-client #pageTitle h1 {
    /*Do not remove from AccountOpening.*/
    padding: .675rem 0 .375rem .675rem;
    font-size: 1.2rem;
  }
  /*Do not update in AccountOpening*/
  .page-title-white h1,
  .page-ao #pageTitle h1 {
    padding: 5px 0 0;
  }
  .page-title-white h1 span,
  .page-ao #pageTitle h1 span {
    font-size: 1.286rem;
  }
  hr {
    border-color: #d1c9c0;
    border-style: solid none none;
    border-width: 0.0625rem 0 0;
    height: 0.0625rem;
    margin: 0 0 1.25rem;
  }
  .status-box {
    border: 1px solid grey;
    padding: 5px 10px;
    overflow: hidden;
  }
  .status-box dl {
    margin-bottom: 0;
    padding: 5px;
    border-bottom: 1px dotted gray;
  }
  .status-box dt {
    float: left;
  }
  .list .list-item {
    border-bottom: 2px solid #dde2e6;
    padding: 10px;
    list-style: none;
  }
  .page-footer {
    display: block;
  }
  .app-complete {
    margin-top: 30px;
  }
  .col-xs-3-fluid {
    width: 100%;
  }
  .dl-horizontal {
    font-size: 14px;
  }
  .dl-horizontal dt {
    display: block;
    padding: 4px;
  }
  .dl-horizontal dd {
    padding: 4px 0 4px 6px;
    color: #6b5e51;
    font-size: 15px;
  }
  .text-box_percent {
    cursor: text;
    font-size: 1.35rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin: 1.4rem 0 0 3.4rem;
    position: absolute;
    text-align: left;
  }
  input.text-box_percent[type="text"] {
    padding-left: 1.2rem;
  }
  .resp-ira-chart-container {
    padding-top: 10px;
  }
  .ira-chart-details-container,
  .ira-chart-actual-container,
  .ira-chart-deductible-container {
    background-color: #f9f7f4;
  }
  .ira-chart-details-container {
    padding: 20px 0 0;
  }
  .ira-chart-actual-container,
  .ira-chart-deductible-container {
    padding: 0;
  }
  .boa-login-widget {
    padding-top: 10px;
  }
  .z-window-modal {
    width: auto;
  }
  .boa-accts {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .width-15 {
    width: 100%;
  }
  .width-85 {
    width: 100%;
  }
  .text-box_percent {
    cursor: text;
    font-size: 1.35rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin: 1.4rem 0 0 4rem;
    position: absolute;
    text-align: left;
  }
  input.text-box_percent[type="text"] {
    padding-left: 1.3rem !important;
  }
  .white-background {
    background-color: inherit;
  }
  .preview-chart {
    padding: 20px;
  }
  .resp-ira-chart-container {
    padding-top: 20px;
  }
  .res-percent {
    width: 80%;
  }
  .page-co .shell,
  .page-ao .shell {
    width: 100%;
  }
  .page-title {
    font-size: 24px;
  }
  .pre-client #pageTitle h1 {
    padding: 0.9375rem 0 0.9375rem 0.675rem;
  }
  /*Do not update in AccountOpening*/
  .page-title-white h1,
  .page-ao #pageTitle h1 {
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .page-ao .heading-container .logo {
    margin-left: 10px !important;
  }
  .need-help,
  #helpMenu {
    display: none;
  }
  h2,
  h4 {
    margin: 10px 0;
  }
  .status-box {
    padding: 15px;
  }
  .status-box dd {
    float: left;
  }
  .list .list-item {
    border-bottom: none;
    padding: 10px;
    list-style: none;
  }
  .chat-item {
    display: none;
  }
  .call-item {
    border-bottom: none;
  }
  .page-footer {
    display: block;
  }
  .col-xs-3-fluid {
    width: 50%;
  }
  .dl-horizontal {
    font-size: 14px;
  }
  .dl-horizontal dt {
    padding: 4px 10px 4px 0;
    width: 40%;
  }
  .dl-horizontal dd {
    padding: 4px 0 4px 6px;
    color: #6b5e51;
    font-size: 15px;
  }
  .page-co .ded-ml-15 {
    margin-left: 15px;
  }
  .ira-contrib-deductible,
  .ira-contrib-non-deductible {
    padding-left: 0;
    padding-bottom: 0;
  }
  .z-window-modal {
    width: auto;
  }
  .fileUpload {
    width: 15%;
  }
  .boa-accts {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1128px) {
  .shell {
    width: 1010px;
  }
  .pre-client #pageTitle h1 {
    padding: 1.429rem 0 1.429rem 0.714rem;
  }
  .page-title {
    font-size: 24px;
  }
  .header .logo {
    padding: 0;
    padding-top: 0;
  }
  .page-ao .heading-container .logo {
    margin-left: 10px !important;
  }
  #divChartArea {
    margin-left: 20px;
  }
  .need-help,
  #helpMenu {
    display: none;
  }
  .list .list-item {
    display: inline;
  }
  .page-footer {
    display: block;
  }
  hr {
    border-color: #d1c9c0;
    border-style: solid none none;
    border-width: 0.0625rem 0 0;
    height: 0.0625rem;
    margin: 1rem 1.25rem;
  }
  .dl-horizontal {
    font-size: 14px;
  }
  .dl-horizontal dt {
    padding: 4px 10px 4px 0;
    width: 40%;
  }
  .dl-horizontal dd {
    padding: 4px 0 4px 6px;
    color: #6b5e51;
    font-size: 15px;
  }
  .res-percent {
    width: 80%;
  }
  .text-box_percent {
    margin: 1.4rem 0 0 6.175rem;
  }
  .white-background {
    background-color: #fff;
  }
  .chart-container {
    margin-right: 10px;
  }
  .preview-chart {
    padding: 20px 20px 0 20px;
  }
}
@media only screen and (min-width: 1129px) {
  .res-percent {
    width: 65%;
    float: right;
  }
  .text-box_percent {
    margin: 1.4rem 0 0 4.8rem;
  }
  input.text-box_percent[type="text"] {
    padding-left: 1.3rem !important;
  }
  .chart-container {
    margin-right: 10px;
  }
  .white-background {
    background-color: #fff;
  }
  .preview-chart {
    padding: 20px 20px 0 20px;
  }
  .ipq-title-bg {
    width: 43%;
  }
  hr {
    border-color: #d1c9c0;
    border-style: solid none none;
    border-width: 0.0625rem 0 0;
    height: 0.0625rem;
    margin: 1rem 1.25rem;
  }
  .page-title {
    font-size: 24px;
  }
  .pre-client #pageTitle h1 {
    padding: 1.429rem 0 1.429rem 0.714rem;
  }
  #divChartArea {
    margin-left: 20px;
  }
  .need-help,
  #helpMenu {
    display: none;
  }
  .list .list-item {
    display: inline;
    padding: 10px;
  }
  .page-footer {
    display: block;
  }
  .dl-horizontal {
    font-size: 14px;
  }
  .dl-horizontal dt {
    padding: 4px 10px 4px 0;
    width: 40%;
  }
  .dl-horizontal dd {
    padding: 4px 0 4px 6px;
    color: #6b5e51;
    font-size: 15px;
  }
}
.item-container {
  background: #fff none no-repeat scroll 0 0;
  display: flex;
  overflow: visible;
  position: relative;
  margin: 20px 0;
}
.item-container-mobile {
  margin: 10px 0;
}
.bg-white {
  background-color: #fff;
}
.item-container .first-column {
  border-right: 10px solid #f9f7f4;
  padding: 10px;
  position: static;
  height: 95px;
}
.item-container .third-column {
  padding: 10px;
  margin-bottom: 0;
}
.helpSection {
  border-top: 1px solid #d1c9c0;
}
.attachbrowser {
  color: #f9f7f4;
}
.attachbrowser:before {
  background-color: #ece6dd;
}
.fileUpload {
  display: block;
  position: relative;
  overflow: hidden;
  width: 105px;
  background-color: #ECE6DD;
  color: #0052C2;
  font-size: 15px;
  padding: 7px 15px;
  font-weight: 400;
  letter-spacing: -0.04rem;
  line-height: 1;
  text-decoration: none;
}
.fileUpload input.attachbrowser {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.fileUpload.focus {
  outline: 1px dotted #000;
  outline: auto 5px -webkit-focus-ring-color;
  background-color: #d1c9c0;
  color: #012169;
}
.fileUpload.disabled {
  color: #857363;
}
.fileUpload.disabled input {
  cursor: not-allowed;
}
.msgattachTo {
  background: #dfecf4 none repeat scroll 0 0 !important;
  border: medium none !important;
  color: #4a4c4e;
  float: left;
  margin: 10px 10px 10px 0;
  padding: 3px 10px 4px 5px;
  white-space: nowrap;
}
.msgattach {
  background: #dfecf4 none repeat scroll 0 0 !important;
  border: medium none !important;
  color: #4a4c4e;
  padding: 3px 10px 4px 5px;
}
.scan {
  background: transparent url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/wait_alt.gif') no-repeat scroll 0 0;
  display: block;
  margin-left: 8px;
  margin-top: 10px;
  padding-left: 23px;
}
.x_close {
  background: transparent url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/btn-overlay-x.png') no-repeat scroll 0 0;
  cursor: pointer;
  display: inline-block;
  height: 14px;
  left: 9px;
  position: relative;
  width: 14px;
}
.financial-services-affiliates .affiliate-list {
  display: block;
  margin-bottom: 5px;
}
.lead-30 {
  line-height: 30px;
}
.address-verify legend {
  font-size: 14px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  .text-box_label,
  .select-box_label {
    max-width: 80%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.429rem;
  }
  .text-box_label.active,
  .text-box_label.inactive,
  .text-box_label.error,
  .select-box_label.active,
  .select-box_label.inactive,
  .select-box_label.error {
    line-height: 0.786rem;
    margin-top: 0.286rem;
  }
  .text-box_hint-text,
  .select-box_hint-text {
    margin: 0.5rem 0 0 .563rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .ao-loading-modal .z-window-modal .row .col-xs-2 {
    padding-left: 0;
  }
  .reviewContent {
    padding-right: 0;
  }
}
@media only screen and (max-width: 750px) {
  .need-help {
    display: block !important;
  }
  .oao-app {
    padding: 0 !important;
  }
}
.ao-add-phone {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
}
@media only screen and (max-width: 529px) {
  .ao-add-phone {
    margin-top: 0;
  }
}
a[aria-disabled="true"] {
  cursor: not-allowed;
  display: inline-block;
  /* For IE11/ MS Edge bug */
  pointer-events: none;
  text-decoration: none;
}
.acct-num {
  margin-top: 20px;
  width: 25px;
  height: 25px;
  background: #012169;
  color: #fff;
  text-align: center;
  padding: 3px;
  margin-right: 10px;
  margin-left: 10px;
  font-weight: 800;
}
.removedetailbgdesign {
  background-color: #ffffff;
  width: 95%;
  margin: 10px;
  padding: 10px;
}
/*Start:Password Strenght Rules*/
.passwordrules-wrapper-inline {
  background-color: #ecf6fd;
  border: #b6dcfc solid 1px;
  padding: 10px;
}
.passwordrules-title {
  font-weight: 700;
}
.min-max-char,
.oneUpCaseOneLowCaseOneNumber,
.no-nonRepeating3Char,
.no-allowedSpecialChars {
  /*padding-left:5px;*/
  margin-top: 3px;
}
.format-checker-yes,
.format-checker-no {
  background-image: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/format-checker-spirite.png');
  background-repeat: no-repeat;
  float: left;
}
.format-checker-yes {
  width: 14px;
  height: 12px;
  margin: 0 2px 0 0;
  background-position: 0 0;
}
.format-checker-no {
  width: 10px;
  height: 10px;
  margin: 3px 5px 0 0;
  background-position: -2px -62px;
}
.rule-text {
  display: inline-block;
  margin-left: 3px;
  width: 90%;
}
/* END:Password Strenght Rules*/
.company-symbol-suggestions {
  width: 100%;
  margin-top: 10px;
  position: relative;
}
.company-symbol-suggestions .funding-auto-choices {
  position: absolute;
  width: 100%;
  z-index: 1001;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #e3ded7;
  margin-top: -10px;
}
.company-symbol-suggestions a {
  font-family: connections;
  line-height: 30px;
}
.company-symbol-suggestions .autofill-highlighted-item,
.company-symbol-suggestions .autofill-finra-list-item:hover {
  background: #ccc;
  margin: 0 -10px;
  padding: 0 10px;
}
body {
  background-color: #f3efea;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #524940;
  line-height: 1.44;
  -ms-overflow-style: scrollbar;
}
.pre-client .header {
  background: #fff;
}
html.ie-7 .header .logo,
html.ie-8 .header .logo {
  background: transparent url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/edge-logo.gif') no-repeat 15px 15px;
  width: 160px;
  height: 65px;
}
html.ie-9 .header .logo svg {
  width: 143px;
  height: 45px;
}
.header {
  clear: both;
  background: #009cde url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/header-bg.png') no-repeat top center;
  width: auto;
  min-width: 1010px;
}
.page-ao .header,
.page-co .header {
  min-width: auto;
  min-width: initial;
}
.header .logo {
  float: left;
  margin: 15px 0 15px 15px;
  padding: 0;
  width: 130px;
  height: 45px;
}
.header .logo svg {
  width: 130px;
  height: 45px;
}
.boa-browser-2 {
  padding: 0 20px;
}
.shell {
  width: 1010px;
  padding: 0 15px;
  margin: 0 auto;
}
#container {
  overflow: hidden;
}
.pre-client #pageTitle {
  padding: 0;
  clear: both;
  background-color: #012169;
  background-size: cover;
  min-width: 1010px;
}
.page-ao .pre-client #pageTitle,
.page-co .pre-client #pageTitle {
  min-width: auto;
  min-width: initial;
}
.pre-client #pageTitle h1 {
  color: #fff;
}
.client-stateless .header .logo {
  width: 15%;
  background-size: contain;
}
#pageTitle {
  background-color: #fff;
  padding: 20px 0 0 0;
  clear: both;
}
#pageTitle h1::after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}
#pageTitle h1 {
  color: #524940;
  height: auto;
  font-family: connections;
  font-size: 20px;
  margin: auto;
  min-height: 34px;
  position: relative;
}
#pageTitle .divider2 h1 {
  font-weight: bold;
}
/*.pre-client #pageTitle h1 {
    color: #fff;
}*/
.welcome-name {
  font-size: 20px;
  font-weight: bold;
  line-height: .8;
  padding-bottom: 10px;
  float: left;
}
.welcome-links {
  float: left;
  padding: 1px 0 0 0;
  clear: both;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}
.title-col1 {
  width: 30%;
  float: left;
  padding: 0 0 0 15px;
}
.title-col2 {
  width: 70%;
  float: left;
  padding: 0 15px 0 15px;
}
.title-line {
  border-bottom: 1px solid #d1c9c0;
  clear: both;
  padding: 10px 0;
  margin: 0 15px;
}
.title-col1 .dropdown-menu {
  max-height: 400px;
  overflow-y: auto;
}
.title-col1 .dropdown-label {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 230px;
  white-space: nowrap;
}
#content {
  width: auto;
  min-width: 1010px;
  background-color: #fff;
}
.page-ao #content,
.page-co #content {
  min-width: auto;
  min-width: initial;
}
.footer {
  background-color: #f3efea;
  border: none;
}
#footer {
  background-color: #f3efea;
  color: #666;
  font-size: 11px;
  padding: 20px 0;
  font-family: Arial, Helvetica, sans-serif;
}
div#footer table th,
div#footer table td {
  padding: 7px 5px;
}
#emcode {
  padding: 0 0 60px;
  font-size: 11px;
}
#siteNav {
  z-index: 1;
  position: relative;
  width: 980px;
  padding: 0;
  margin: 0 auto;
  list-style: none;
}
#siteNav li {
  background-color: #0073cf;
  height: 45px;
  margin-right: 2px;
  float: left;
}
#siteNav li a {
  display: block;
  padding: 13px 20px 0 20px;
  color: #fff;
  font-size: 1em;
}
#siteNav li a:hover {
  text-decoration: none;
}
#siteNav li:hover {
  background-color: #012169;
}
#siteNav li.l1-wrap .px {
  position: absolute;
  left: 0;
  top: 35px;
  background: #999;
  width: 0;
  height: 1px;
  display: none;
}
#siteNav li.last {
  width: 0;
  border-right: 1px solid #fff;
}
#siteNav li.selected {
  background-color: #fff;
  border-bottom: 0 solid #fff;
}
#siteNav li.selected a {
  background-color: #fff;
  height: 35px;
  z-index: 998;
  color: #333;
}
#siteNav li.activeSitenav a {
  text-decoration: none;
  background-color: #fff !important;
  position: relative;
  height: 35px;
  z-index: 999999;
}
#siteNav.fc-fix:before,
#siteNav.fc-fix:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: inherit !important;
}
#siteNav.fc-fix:after {
  clear: both;
}
.overlapbg {
  background: none repeat scroll 0 0 #fff;
  color: #fff;
  left: 1px;
  padding: 0 12px 0 13px;
  position: absolute;
  top: -5px;
  z-index: 9999;
}
#footer a.indent {
  border-left: 1px solid #c2c2c2;
  line-height: 20px;
  margin-left: 5px;
  padding-left: 5px;
}
.secure-text {
  color: #666;
  float: right;
  font-size: 13px;
  font-weight: bold;
  margin-top: 29px;
}
.secure-text .icon-lock {
  background-size: contain;
  margin-right: 5px;
  float: left;
  margin-top: 2px;
}
a.secure-text:active,
a.secure-text:hover,
a.secure-text:link,
a.secure-text:focus {
  color: #666;
}
.row-page-disclaimer {
  font-size: 13px;
  color: #666;
  width: 80%;
}
.popover button.close .close-text {
  visibility: hidden;
}
h4.modal-title {
  color: #524940;
  font-weight: 700;
  padding: 0 15px;
}
.width-15 {
  width: 15%;
}
.width-85 {
  width: 85%;
}
/*Nexus 7 Landscape QC 564088.*/
@media only screen and (min-device-width: 959px) and (max-device-width: 960px) and (orientation: landscape) {
  .page-co .header,
  .page-ao .header {
    width: 1010px;
  }
  .page-co #pageTitle,
  .page-ao #pageTitle {
    width: 1010px;
  }
  .shell {
    width: auto;
  }
}
@media only screen and (min-width: 940px) and (max-width: 950px) {
  .page-ao #pageTitle h1 span {
    margin: 0;
  }
}
/* RegBI styles */
.regbi {
  padding: 10px 0 0 0;
}
.regbi-wrapper {
  font-size: 14px;
  padding: 10px 20px 0 0;
}
.attestation__header h1,
.attestation__header h2 {
  font-size: 32px;
  color: #012169;
  padding-bottom: 10px;
  line-height: 40px;
  font-family: connections, Arial, Calibri, Helvetica, sans-serif !important;
  font-weight: 300;
}
@media only screen and (max-width: 529px) {
  .attestation__header h1,
  .attestation__header h2 {
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
  }
}
.regbi-link-wrapper {
  display: flex;
}
.regbi-text {
  font-size: 14px;
  padding: 10px 0 0 0;
}
.regbi-text > p {
  padding-bottom: 15px;
}
.regbi-text .regbi-link-wrapper {
  padding-left: 0;
}
.regbi-doc-links {
  align-self: flex-end;
  flex: 2;
}
.regbi-img--check {
  background: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/icon--state-success.svg') no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.regbi-img--alert {
  background: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/icon--state-error.svg') no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
#regBiDiv + hr {
  margin-left: 0;
  margin-right: 0;
}
/* Pointer events diable*/
.btn-eventdisabled {
  pointer-events: none;
}
.refreshing {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 100;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.refreshing > div {
  position: relative;
  width: 28px;
  height: 28px;
  background-image: none;
}
.refreshing i {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.refreshing i:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 20%;
  height: 20%;
  background-color: #857363;
  border-radius: 100%;
  -webkit-animation: refreshing--circle--animation 0.8s infinite ease-in-out both;
  animation: refreshing--circle--animation 0.8s infinite ease-in-out both;
}
.refreshing i:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.refreshing i:nth-child(2) {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.refreshing i:nth-child(2):before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.refreshing i:nth-child(3) {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.refreshing i:nth-child(3):before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.refreshing i:nth-child(4) {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.refreshing i:nth-child(4):before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.refreshing i:nth-child(5) {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
.refreshing i:nth-child(5):before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.refreshing i:nth-child(6) {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.refreshing i:nth-child(6):before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.refreshing i:nth-child(7) {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}
.refreshing i:nth-child(7):before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.refreshing i:nth-child(8) {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.refreshing i:nth-child(8):before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
.refreshing > div ~ .refreshing__text,
.refreshing .refreshing__text ~ div {
  margin-left: 10px;
}
.refreshing.refreshing--mask {
  background: rgba(0, 0, 0, 0.6);
}
.refreshing.refreshing--mask .refreshing__text {
  color: #fff;
  text-shadow: 0px 0px 2px #000000;
  font: 400 1rem/1.5 'connectionsmedium', Helvetica, Arial, Roboto, 'Open Sans', sans-serif;
}
.refreshing.refreshing--mask i:before {
  background-color: #ece6dd;
}
.refreshing.hide {
  display: none;
}
.refreshing.refreshing--page-load {
  position: relative;
  margin: 70px 0 60px 0;
}
@-webkit-keyframes refreshing--circle--animation {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes refreshing--circle--animation {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.helix-pattern {
  padding: 0 1px;
}
.helix-pattern .spa-btn-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.helix-pattern .spa-btn-group > .spa-btn {
  margin-right: 0;
  margin-bottom: 16px;
  width: 100%;
}
.helix-pattern .spa-btn-group > .spa-btn:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .helix-pattern .spa-btn-group {
    flex-wrap: nowrap;
    margin-bottom: 12px;
    padding: 0;
  }
  .helix-pattern .spa-btn-group > .spa-btn {
    margin-bottom: 0;
    margin-top: 16px;
    width: 100%;
  }
  .helix-pattern .spa-btn-group > .spa-btn:first-child {
    margin-left: 0;
    margin-top: 0;
  }
}
@media (min-width: 1296px) {
  .helix-pattern .spa-btn-group {
    margin-bottom: 12px;
  }
}
.helix-pattern .spa-btn-group--centered {
  justify-content: center;
  align-items: center;
}
.helix-pattern .spa-btn-group--stacked {
  flex-direction: column;
}
.helix-pattern .spa-btn-group--stacked > .spa-btn {
  margin-left: 0;
  margin-bottom: 12px;
}
.helix-pattern .spa-btn-group--stacked > .spa-btn:last-child {
  margin-bottom: 0;
}
.helix-pattern .spa-btn {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid transparent;
  cursor: pointer;
  font-family: 'roboto-medium', Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: background-color 0.3s ease 0s;
  min-width: 80px;
  border-radius: 22px;
  padding: 10px 24px;
  height: 44px;
}
.helix-pattern .spa-btn > span {
  vertical-align: middle;
}
.helix-pattern .spa-btn:focus {
  outline: 1px dotted #000;
}
.helix-pattern .spa-btn--large {
  font-size: 20px;
  border-radius: 28px;
  padding: 12px 32px;
  height: 56px;
}
.helix-pattern .spa-btn--medium {
  font-size: 20px;
  border-radius: 22px;
  padding: 10px 24px;
  height: 44px;
}
.helix-pattern .spa-btn--small {
  font-size: 14px;
  border-radius: 16px;
  padding: 8px 16px;
}
.helix-pattern .spa-btn--xsmall {
  font-size: 12px;
  border-radius: 18px;
  padding: 6px 12px;
}
.helix-pattern .spa-btn--primary {
  background-color: #012169;
  color: #ffffff;
  border-color: #012169;
}
.helix-pattern .spa-btn--primary:hover {
  background-color: #0053c2;
  color: #ffffff;
  border-color: #0053c2;
  text-decoration: none;
}
.helix-pattern .spa-btn--primary:focus,
.helix-pattern .spa-btn--primary:active {
  background-color: #003d8f;
  color: #ffffff;
  border-color: #003d8f;
}
.helix-pattern .spa-btn--secondary {
  background-color: #ffffff;
  color: #012169;
  border-color: #012169;
}
.helix-pattern .spa-btn--secondary:hover {
  background-color: #0053c2;
  color: #ffffff;
  border-color: #0053c2;
  text-decoration: none;
}
.helix-pattern .spa-btn--secondary:focus,
.helix-pattern .spa-btn--secondary:active {
  background-color: #003d8f;
  color: #ffffff;
  border-color: #003d8f;
}
.helix-pattern .spa-btn--tertiary {
  color: #0053c2;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
}
.helix-pattern .spa-btn--tertiary:hover {
  background-color: #0053c2;
  color: #ffffff;
  border-color: #0053c2;
  text-decoration: none;
}
.helix-pattern .spa-btn--tertiary:focus,
.helix-pattern .spa-btn--tertiary:active {
  color: #fff;
  background: #0053c2;
  box-shadow: inset 0 0 0 1px #fff;
  border: 2px solid #0053c2;
}
.helix-pattern .spa-btn--reverse {
  background-color: #ffffff;
  color: #0053c2;
  border-color: #ffffff;
}
.helix-pattern .spa-btn--reverse:hover {
  background-color: #ffffff;
  color: #003d8f;
}
.helix-pattern .spa-btn--reverse:focus,
.helix-pattern .spa-btn--reverse:active {
  background-color: #e6e6e6;
  color: #003d8f;
  border-color: #e6e6e6;
}
.helix-pattern .spa-btn--link {
  background-color: transparent;
  color: #0053c2;
  border: none;
  line-height: inherit;
  padding: 0;
  text-decoration: none;
  text-align: center;
  min-width: auto;
}
.helix-pattern .spa-btn--link:hover {
  color: #0073cf;
  text-decoration: underline;
}
.helix-pattern .spa-btn--link:focus,
.helix-pattern .spa-btn--link:active {
  color: #00579c;
  text-decoration: none;
}
.helix-pattern .spa-btn--disabled,
.helix-pattern .spa-btn:disabled {
  background-color: #ededed;
  color: #646464;
  border-color: #ededed;
  cursor: not-allowed;
}
.helix-pattern .spa-btn--disabled:hover,
.helix-pattern .spa-btn:disabled:hover,
.helix-pattern .spa-btn--disabled:focus,
.helix-pattern .spa-btn:disabled:focus,
.helix-pattern .spa-btn--disabled:active,
.helix-pattern .spa-btn:disabled:active {
  background-color: #ededed;
  color: #646464;
  border-color: #ededed;
  text-decoration: none;
}
.helix-pattern .spa-btn--disabled.spa-btn--reverse,
.helix-pattern .spa-btn:disabled.spa-btn--reverse {
  background-color: #ffffff;
  color: #646464;
  border-color: #ffffff;
}
.helix-pattern .spa-input {
  width: 100%;
  position: relative;
}
.helix-pattern .spa-input .spa-fieldset {
  border: 0;
  margin: 16px 20px 20px 25px;
  overflow: hidden;
  padding: 0;
  width: auto;
  text-align: left;
}
@media only screen and (max-width: 529px) {
  .helix-pattern .spa-input .spa-fieldset {
    margin: 16px 20px 20px 44px;
  }
}
.helix-pattern .spa-input .spa-fieldset-label,
.helix-pattern .spa-input .spa-fieldset .input-help,
.helix-pattern .spa-input .spa-fieldset .toggle-trigger-link {
  margin-left: 12px;
}
@media only screen and (max-width: 529px) {
  .helix-pattern .spa-input .spa-fieldset-label,
  .helix-pattern .spa-input .spa-fieldset .input-help,
  .helix-pattern .spa-input .spa-fieldset .toggle-trigger-link {
    margin-left: 0;
  }
}
.helix-pattern .spa-input .spa-fieldset .toggle-trigger-link {
  margin-top: 0;
  margin-bottom: 0;
}
.helix-pattern .spa-input .spa-fieldset-label {
  background-color: inherit;
  display: inline-block;
  font-family: 'roboto-regular';
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  padding: 0;
}
.helix-pattern .spa-input .spa-fieldset .toggle-trigger {
  padding: 3px 0 9px 0;
}
.helix-pattern .spa-input .spa-fieldset .spa-input-options-list--vertical,
.helix-pattern .spa-input .spa-fieldset .spa-input-options-list--horizontal {
  margin-top: 15px;
}
.helix-pattern .spa-input.spa-input--sparta2 {
  width: 100%;
  position: relative;
}
.helix-pattern .spa-input.spa-input--sparta2 .spa-input-error-message {
  background: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/bg/spa-error-icon.svg');
  background-repeat: no-repeat;
  background-size: 16px 16px;
  margin: 10px 4px 0 13px;
  min-height: 18px;
  padding-left: 20px;
  color: #C41230;
  font-size: 12px;
  line-height: 16px;
  background-position: 0 0;
}
.helix-pattern .spa-input.spa-input--sparta2 .spa-input-error-message:empty {
  background-image: none;
  padding: 0;
  margin: 0;
  min-height: 0;
}
.helix-pattern .spa-input.spa-input--sparta2 .spa-fieldset-label,
.helix-pattern .spa-input.spa-input--sparta2 .spa-input-option-label {
  -webkit-tap-highlight-color: transparent;
}
.helix-pattern .spa-input.spa-input--sparta2 .spa-fieldset-label {
  font-family: 'roboto-medium';
  margin-bottom: 4px;
  color: #000;
}
.helix-pattern .spa-input.spa-input--sparta2 .spa-fieldset-label.inline-legend-icon {
  margin-top: 7px;
}
.helix-pattern .spa-input.spa-input--sparta2 .spa-input-options-label {
  font-size: 16px;
  font-family: 'roboto-regular';
}
.helix-pattern .spa-input.spa-input--sparta2 .spa-input-options-wrapper {
  font-size: 16px;
  line-height: 16px;
  position: relative;
  overflow-wrap: break-word;
}
.helix-pattern .spa-input.spa-input--sparta2 .spa-input-options-wrapper .spa-input-check--error {
  border-color: #C41230 !important;
}
.helix-pattern .spa-input.spa-input--sparta2 .spa-input-options-wrapper:last-child {
  margin-bottom: 0;
}
.helix-pattern .spa-input.spa-input--sparta2 .spa-input-options-wrapper .spa-input-option {
  cursor: pointer;
  height: 35px;
  opacity: 0;
  padding-right: 6px;
  position: relative;
  width: 44px;
  z-index: 3;
}
.helix-pattern .spa-input.spa-input--sparta2 .spa-input-options-wrapper .spa-input-option ~ .spa-input-check {
  background-color: #fff;
  border: 1px solid #646464;
  border-radius: 2px;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  transform: translate(11px, 11px);
  transition: all .3s ease 0s;
  width: 20px;
  z-index: 1;
}
.helix-pattern .spa-input.spa-input--sparta2 .spa-input-options-wrapper .spa-input-option:hover:disabled,
.helix-pattern .spa-input.spa-input--sparta2 .spa-input-options-wrapper .spa-input-option:focus:disabled {
  cursor: auto;
}
.helix-pattern .spa-input.spa-input--sparta2 .spa-input-options-wrapper .spa-input-option:hover:disabled ~ label,
.helix-pattern .spa-input.spa-input--sparta2 .spa-input-options-wrapper .spa-input-option:focus:disabled ~ label {
  font-weight: normal;
  cursor: auto;
}
.helix-pattern .spa-input.spa-input--sparta2 .spa-input-options-wrapper .spa-input-option:hover:disabled ~ .spa-input-option-label:before,
.helix-pattern .spa-input.spa-input--sparta2 .spa-input-options-wrapper .spa-input-option:focus:disabled ~ .spa-input-option-label:before {
  border: none;
}
.helix-pattern .spa-input.spa-input--sparta2 .spa-input-options-wrapper .spa-input-option:hover ~ .spa-input-check,
.helix-pattern .spa-input.spa-input--sparta2 .spa-input-options-wrapper .spa-input-option:focus ~ .spa-input-check,
.helix-pattern .spa-input.spa-input--sparta2 .spa-input-options-wrapper .spa-input-option:checked:focus .helix-pattern .spa-input.spa-input--sparta2 .spa-input-options-wrapper .spa-input-option:checked:hover ~ .spa-input-check {
  border-color: #0053C2;
}
.helix-pattern .spa-input.spa-input--sparta2 .spa-input-options-wrapper .spa-input-option:hover:disabled ~ .spa-input-check,
.helix-pattern .spa-input.spa-input--sparta2 .spa-input-options-wrapper .spa-input-option:focus:disabled ~ .spa-input-check,
.helix-pattern .spa-input.spa-input--sparta2 .spa-input-options-wrapper .spa-input-option:checked:disabled ~ .spa-input-check {
  border-color: #D5D5D5;
  box-shadow: none;
}
.helix-pattern .spa-input.spa-input--sparta2 .spa-input-options-wrapper .spa-input-option.spa-error-form-input--validation ~ .spa-input-check,
.helix-pattern .spa-input.spa-input--sparta2 .spa-input-options-wrapper .spa-input-option.spa-error-form-input--required ~ .spa-input-check {
  color: #C41230;
  border-color: #C41230;
}
.helix-pattern .spa-input.spa-input--sparta2 .spa-input-options-wrapper .spa-input-option:hover ~ .spa-input-option-label::before,
.helix-pattern .spa-input.spa-input--sparta2 .spa-input-options-wrapper .spa-input-option:focus ~ .spa-input-option-label::before {
  border: 1px solid #0053C2;
  border-radius: 2px;
  bottom: 0;
  content: '';
  height: calc(100%);
  left: -40px;
  position: absolute;
  right: 46px;
  top: 0px;
  width: calc(140%);
}
.helix-pattern .spa-input.spa-input--sparta2 .spa-input-options-wrapper .spa-input-option--radio ~ .spa-input-check {
  border-radius: 16px;
}
.helix-pattern .spa-input.spa-input--sparta2 .spa-input-options-wrapper .spa-input-option--radio ~ .spa-input-check::after {
  background: transparent none repeat scroll 0 0;
  border: 0 solid transparent;
  border-radius: 50%;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.25s ease-in-out;
  width: 0;
  z-index: 2;
}
.helix-pattern .spa-input.spa-input--sparta2 .spa-input-options-wrapper .spa-input-option--radio:hover ~ .spa-input-option-label::before,
.helix-pattern .spa-input.spa-input--sparta2 .spa-input-options-wrapper .spa-input-option--radio:focus ~ .spa-input-option-label::before,
.helix-pattern .spa-input.spa-input--sparta2 .spa-input-options-wrapper .spa-input-option--radio:active ~ .spa-input-option-label::before {
  left: -40px;
  width: calc(140%);
}
.helix-pattern .spa-input.spa-input--sparta2 .spa-input-options-wrapper .spa-input-option--radio:hover ~ .spa-input-check::before,
.helix-pattern .spa-input.spa-input--sparta2 .spa-input-options-wrapper .spa-input-option--radio:focus ~ .spa-input-check::before,
.helix-pattern .spa-input.spa-input--sparta2 .spa-input-options-wrapper .spa-input-option--radio:active ~ .spa-input-check::before {
  border-radius: 50%;
  content: '';
  height: 18px;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 18px;
  z-index: 1;
}
.helix-pattern .spa-input.spa-input--sparta2 .spa-input-options-wrapper .spa-input-option--radio:hover:disabled ~ .spa-input-check::before,
.helix-pattern .spa-input.spa-input--sparta2 .spa-input-options-wrapper .spa-input-option--radio:focus:disabled ~ .spa-input-check::before,
.helix-pattern .spa-input.spa-input--sparta2 .spa-input-options-wrapper .spa-input-option--radio:active:disabled ~ .spa-input-check::before {
  border-color: transparent;
}
.helix-pattern .spa-input.spa-input--sparta2 .spa-input-options-wrapper .spa-input-option--radio:checked.checked-error ~ .spa-input-check {
  border-color: #C41230;
}
.helix-pattern .spa-input.spa-input--sparta2 .spa-input-options-wrapper .spa-input-option--radio:checked.checked-error ~ .spa-input-check::after {
  background-color: #C41230;
}
.helix-pattern .spa-input.spa-input--sparta2 .spa-input-options-wrapper .spa-input-option--radio:checked ~ .spa-input-check {
  border: 1px solid #0053C2;
}
.helix-pattern .spa-input.spa-input--sparta2 .spa-input-options-wrapper .spa-input-option--radio:checked ~ .spa-input-check::after {
  background-color: #0053C2;
  height: 10px;
  width: 10px;
}
.helix-pattern .spa-input.spa-input--sparta2 .spa-input-options-wrapper .spa-input-option-label {
  color: #000;
  font-family: 'roboto-regular';
  font-weight: normal;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  margin-left: -4px;
  padding: 10px 13px 5px 0;
  position: relative;
  top: 0px;
  vertical-align: top;
}
.helix-pattern .spa-input.spa-input--sparta2 .spa-input-options-list--vertical,
.helix-pattern .spa-input.spa-input--sparta2 .spa-input-options-list--horizontal {
  margin: 0;
  padding: 0 0 0 0;
}
@media only screen and (max-width: 529px) {
  .helix-pattern .spa-input.spa-input--sparta2 .spa-input-options-list--vertical,
  .helix-pattern .spa-input.spa-input--sparta2 .spa-input-options-list--horizontal {
    margin-left: -11px;
  }
}
.helix-pattern .spa-input.spa-input--sparta2 .spa-input-options-list--horizontal .spa-input-options-wrapper {
  float: left;
  margin: 0 26px 0 0;
}
.helix-pattern .spa-input.spa-input--sparta2 .spa-input-options-list--horizontal .horizontal-clear {
  clear: both;
}
.helix-pattern .spa-input.spa-input--sparta2 .spa-input-options-list--horizontal .spa-input-option-label {
  max-width: calc(100%);
}
.helix-pattern .spa-input.spa-input--sparta2 .spa-fieldset .spa-input-box .toggle-trigger-link {
  margin-left: 0;
}
.helix-pattern .spa-input.spa-input--sparta2 .spa-fieldset .spa-input-box .spa-input-error-message {
  margin-left: 0;
}
.helix-pattern .spa-input-option:checked ~ .spa-input-option-conditional-content > .spa-input-conditional-content-wrapper,
.helix-pattern .spa-input-options:checked ~ .spa-input-option-conditional-content > .spa-input-conditional-content-wrapper {
  display: inherit;
  padding: 10px;
}
.helix-pattern .spa-input-option.spa-input-options--inverse,
.helix-pattern .spa-input-options.spa-input-options--inverse {
  color: #FFFFFF;
}
.helix-pattern .spa-input-option.spa-input-options--inverse .spa-input-options-hint,
.helix-pattern .spa-input-options.spa-input-options--inverse .spa-input-options-hint {
  color: #F1EFEC;
}
.helix-pattern .spa-input-option.spa-input-options--inverse .toggle-trigger-link,
.helix-pattern .spa-input-options.spa-input-options--inverse .toggle-trigger-link {
  color: #FFFFFF;
  text-decoration: underline;
}
.helix-pattern .spa-input-option.spa-input-options--inverse .toggle-trigger-link:hover,
.helix-pattern .spa-input-options.spa-input-options--inverse .toggle-trigger-link:hover,
.helix-pattern .spa-input-option.spa-input-options--inverse .toggle-trigger-link:focus,
.helix-pattern .spa-input-options.spa-input-options--inverse .toggle-trigger-link:focus {
  color: #F1EFEC;
  text-decoration: none;
}
.helix-pattern .spa-input-option .flex-wrapper,
.helix-pattern .spa-input-options .flex-wrapper {
  display: flex;
  justify-content: flex-start;
}
.helix-pattern .spa-input-option .flex-wrapper .toggle-trigger.svg-button,
.helix-pattern .spa-input-options .flex-wrapper .toggle-trigger.svg-button {
  min-width: 20px;
}
.helix-pattern .spartaMessage {
  border: 1px solid #333;
  margin: 64px 0 40px;
  font-size: 14px;
  display: flex;
}
@media only screen and (max-width: 529px) {
  .helix-pattern .spartaMessage {
    margin: 24px 0 36px;
  }
}
.helix-pattern .spartaMessage p {
  font-family: 'connectionsbold';
  font-size: 14px;
  margin: 0 !important;
  padding: 0 0 10px 0;
}
.helix-pattern .spartaMessage .spartaMessage-content {
  flex: 1;
  text-align: left;
  padding: 20px 20px 20px 2px;
}
@media only screen and (max-width: 529px) {
  .helix-pattern .spartaMessage .spartaMessage-content {
    padding: 16px 0;
  }
}
.helix-pattern .spartaMessage .spartaMessage-icon {
  flex: 0 0 44px;
  padding: 18px 24px 0 25px;
}
@media only screen and (max-width: 529px) {
  .helix-pattern .spartaMessage .spartaMessage-icon {
    padding: 14px 0 0 0;
  }
}
.helix-pattern .spartaMessage .spartaMessage-dismiss {
  flex: 0 0 25px;
}
.helix-pattern .spartaMessage .spartaMessage-title {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 0;
  line-height: 20px;
}
@media only screen and (max-width: 529px) {
  .helix-pattern .spartaMessage .spartaMessage-title {
    font-size: 14px;
  }
}
.helix-pattern .spartaMessage .spartaMessage-list {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-left: 18px;
}
.helix-pattern .spartaMessage.error {
  border: 2px solid #dc1431;
  border-radius: 12px;
}
.helix-pattern .spartaMessage.error .spartaMessage-icon .data-icon {
  margin: 0 auto;
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
}
.helix-pattern .spartaMessage.error .spartaMessage-title {
  color: #dc1431;
}
.helix-pattern .spartaMessage.success {
  border: 2px solid #207804;
  border-radius: 12px;
}
.helix-pattern .spartaMessage.success .spartaMessage-icon .data-icon {
  margin: 0 auto;
  display: block;
  width: 32px;
  height: 32px;
  background: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/bg/spa-success-icon.svg');
  background-repeat: no-repeat;
  background-size: 32px 32px;
}
@media only screen and (max-width: 529px) {
  .helix-pattern .spartaMessage.success .spartaMessage-icon .data-icon {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
}
.helix-pattern .spartaMessage.info {
  border-color: #007dc3;
}
.helix-pattern .spartaMessage.info .spartaMessage-icon {
  background: #deeef7;
}
.helix-pattern .spartaMessage.info .spartaMessage-icon .data-icon {
  margin: 0 auto;
  display: block;
  width: 40px;
  height: 40px;
  background: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="39.999px" height="40.1px" viewBox="0 0 39.999 40.1" enable-background="new 0 0 39.999 40.1" xml:space="preserve"><g><g id="Path_115_"><g><path fill="#0A7EC2" d="M20,0.1c-11.028,0-20,8.972-20,20s8.972,20,20,20c11.027,0,20-8.972,20-20S31.027,0.1,20,0.1z"/></g></g><g id="Path_111_"><g><path fill="#FFFFFF" d="M23.004,7.86c-4.394-3.336-9.348,1.617-6.015,6.01v0.001C21.382,17.222,26.352,12.259,23.004,7.86z"/></g></g><g id="Path_106_"><g><path fill="#FFFFFF" d="M16.923,20.1v11.282c0,2.686,3.438,4.566,6.153,1.481V18.618C20.36,15.534,16.923,17.415,16.923,20.1z"/></g></g></g></svg>');
}
.helix-pattern .spartaMessage.warning {
  border-color: #eb8b3e;
}
.helix-pattern .spartaMessage.warning .spartaMessage-icon {
  background: #fcf0e6;
}
.helix-pattern .spartaMessage.warning .spartaMessage-icon .data-icon {
  margin: 0 auto;
  display: block;
  width: 40px;
  height: 40px;
  background: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="39.999px" height="40.1px" viewBox="0 0 39.999 40.1" enable-background="new 0 0 39.999 40.1" xml:space="preserve"><g><g id="Path_xA0_Clipping_Path_16_"><g><path fill="#EB8B3F" d="M39.524,33.998L23.661,2.449C22.933,1,21.53,0.1,20,0.1c-1.528,0-2.931,0.9-3.66,2.348L0.479,33.993c-0.681,1.354-0.634,2.899,0.128,4.134C1.368,39.363,2.729,40.1,4.248,40.1h31.505c1.516,0,2.875-0.736,3.639-1.97C40.153,36.896,40.202,35.352,39.524,33.998z"/></g></g><g id="Path_102_"><g><circle fill="#FFFFFF" cx="20" cy="32.407" r="4.103"/></g></g><g id="Path_97_"><g><path fill="#FFFFFF" d="M20,8.818c-1.699,0-3.077,1.377-3.077,3.076v11.282c0,1.7,1.378,3.077,3.077,3.077c1.7,0,3.077-1.377,3.077-3.077V11.895C23.077,10.195,21.7,8.818,20,8.818z"/></g></g></g></svg>');
}
.helix-pattern .spa-ui-modal {
  z-index: 1001;
  display: block;
  background-color: transparent;
  position: fixed;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}
.helix-pattern .spa-ui-modal .spa-card {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
  max-height: 100vh;
  overflow: auto;
  position: relative;
  width: 100%;
}
.helix-pattern .spa-ui-modal .spa-card--overlay {
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.12);
  padding: 24px;
  border-radius: 12px;
}
@media only screen and (max-width: 529px) {
  .helix-pattern .spa-ui-modal .spa-card--overlay {
    padding: 16px;
  }
}
.helix-pattern .spa-ui-modal .spa-card__head {
  position: relative;
  margin: -16px -16px 0 -16px;
}
.helix-pattern .spa-ui-modal .spa-card__head .spa-card__title {
  order: 1;
  margin: 0;
  flex-grow: 1;
  text-align: left;
}
.helix-pattern .spa-ui-modal .spa-card__head .spa-card__title,
.helix-pattern .spa-ui-modal .spa-card__head .spa-card__title h1,
.helix-pattern .spa-ui-modal .spa-card__head .spa-card__title h2,
.helix-pattern .spa-ui-modal .spa-card__head .spa-card__title h3,
.helix-pattern .spa-ui-modal .spa-card__head .spa-card__title h4,
.helix-pattern .spa-ui-modal .spa-card__head .spa-card__title h5,
.helix-pattern .spa-ui-modal .spa-card__head .spa-card__title h6 {
  font-family: Connections;
  font-size: 20px !important;
  line-height: 24px;
  color: #000;
  padding: 16px;
}
@media only screen and (max-width: 529px) {
  .helix-pattern .spa-ui-modal .spa-card__head .spa-card__title,
  .helix-pattern .spa-ui-modal .spa-card__head .spa-card__title h1,
  .helix-pattern .spa-ui-modal .spa-card__head .spa-card__title h2,
  .helix-pattern .spa-ui-modal .spa-card__head .spa-card__title h3,
  .helix-pattern .spa-ui-modal .spa-card__head .spa-card__title h4,
  .helix-pattern .spa-ui-modal .spa-card__head .spa-card__title h5,
  .helix-pattern .spa-ui-modal .spa-card__head .spa-card__title h6 {
    font-size: 16px !important;
  }
}
.helix-pattern .spa-ui-modal .spa-card__head .spa-card__dismissible {
  order: 2;
  background-color: transparent;
  background-position: center center;
  padding: 0;
  margin: 6px 6px 6px auto;
  outline: none;
  cursor: pointer;
  border: 1px solid transparent;
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: 44px;
}
.helix-pattern .spa-ui-modal .spa-card__head .spa-card__dismissible:hover,
.helix-pattern .spa-ui-modal .spa-card__head .spa-card__dismissible:focus {
  border-color: #0053c2;
  background-image: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/bg/spa-close-icon-blue.svg');
}
.helix-pattern .spa-ui-modal .spa-card__head .spa-card__dismissible-white:hover,
.helix-pattern .spa-ui-modal .spa-card__head .spa-card__dismissible-white:focus {
  border-color: #ffffff;
}
.helix-pattern .spa-ui-modal .spa-card__head .spa-card__dismissible.spa-ui-layer-close {
  position: relative;
  top: 0;
  right: 0;
}
.helix-pattern .spa-ui-modal .spa-card__head-wrapper {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  padding: 0;
}
.helix-pattern .spa-ui-modal .spa-card__head-wrapper-none {
  background-color: #ffffff;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.helix-pattern .spa-ui-modal .spa-card__body {
  font-family: 'roboto-regular';
  position: relative;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  max-height: 70vh;
}
.helix-pattern .spa-ui-modal .spa-card__body .content {
  max-height: 100% !important;
  overflow: hidden;
  margin-right: 4px;
}
.helix-pattern .spa-ui-modal .spa-card__body .content p {
  margin-left: 0;
  margin-top: 0;
}
.helix-pattern .spa-ui-modal .spa-card__body .content .spa-btn-footer {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .helix-pattern .spa-ui-modal .spa-card__body .content .spa-btn-footer {
    -webkit-box-pack: end;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1128px) {
  .helix-pattern .spa-ui-modal .spa-card__body .content .spa-btn-footer {
    -webkit-box-pack: end;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 1129px) {
  .helix-pattern .spa-ui-modal .spa-card__body .content .spa-btn-footer {
    -webkit-box-pack: end;
    justify-content: flex-end;
  }
}
.helix-pattern .spa-ui-modal .spa-card__body .content .spa-btn-footer .spa-button-group {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 12px;
}
.helix-pattern .spa-ui-modal .spa-card__body .content .spa-btn-footer .spa-button-group .spa-btn {
  font-size: 20px;
  border-radius: 22px;
  margin: 16px 0 0 20px;
}
@media only screen and (max-width: 529px) {
  .helix-pattern .spa-ui-modal .spa-card__body .content .spa-btn-footer .spa-button-group {
    flex-direction: column;
  }
  .helix-pattern .spa-ui-modal .spa-card__body .content .spa-btn-footer .spa-button-group .spa-btn {
    font-size: 14px;
    margin: 16px 0 0 0;
    padding: 4px 16px;
    height: 32px;
  }
}
.helix-pattern .spa-ui-modal .spa-card.spa-card__dismissible--none .spa-card__title {
  max-width: 100%;
}
.helix-pattern .spa-ui-modal .spa-icon {
  display: inline-block;
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  background-size: auto;
  border: 1px solid transparent;
}
.helix-pattern .spa-ui-modal .spa-layer-content {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4000;
}
.helix-pattern .spa-ui-modal .spa-layer-content:before {
  content: "";
  display: block;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.32);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.helix-pattern .spa-ui-modal .spa-layer-content.spa-ui-position-top {
  align-items: flex-start;
}
.helix-pattern .spa-ui-modal .spa-layer-content.spa-ui-position-right {
  justify-content: flex-end;
}
.helix-pattern .spa-ui-modal .spa-layer-content.spa-ui-position-bottom {
  align-items: flex-end;
}
.helix-pattern .spa-ui-modal .spa-layer-content.spa-ui-position-left {
  justify-content: flex-start;
}
.helix-pattern .spa-ui-modal .spa-ui-layer-close {
  top: -8px;
  right: 0px;
}
.helix-pattern .spa-ui-modal .spa-ui-layer-close .spa-icon {
  margin: 0;
}
.helix-pattern .spa-ui-modal .icon-close {
  background-image: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/bg/spa-close-icon-grey.svg');
}
.helix-pattern .spa-ui-modal .spa-dialog {
  position: relative;
  margin: 20px;
  display: flex;
  min-width: 1px;
  max-width: 612px;
  outline: 0;
  border-radius: 12px;
  background: none repeat scroll 0 0 #fff;
  transition: all .3s ease;
  top: 0;
}
.helix-pattern .spa-ui-modal .spa-dialog .spa-content {
  position: relative;
  height: 100%;
  width: 100%;
  max-height: 100vh;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  overflow: auto;
}
.helix-pattern .spa-ui-modal .spa-header {
  position: relative;
}
.helix-pattern .spa-ui-modal .spa-body {
  position: relative;
  overflow-y: auto;
  outline: none;
}
.helix-pattern .spa-ui-modal .spa-body .content {
  overflow: hidden;
  max-height: 100% !important;
}
.helix-pattern .spa-ui-modal .spa-content-alpha-layer {
  bottom: 28px;
  display: none !important;
}
.helix-pattern .psuedo-h1 {
  font-family: Connections !important;
  font-size: 36px !important;
  font-weight: bold !important;
  letter-spacing: 0;
  line-height: 44px;
  text-align: center;
  color: #000 !important;
}
@media only screen and (max-width: 529px) {
  .helix-pattern .psuedo-h1 {
    font-size: 28px !important;
    line-height: 36px;
  }
}
.helix-pattern p {
  font-family: 'roboto-regular';
  color: #000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0;
}
.helix-pattern .spa-btn-group {
  margin-top: 32px;
  display: block;
}
.app__status--wrapper {
  text-align: center;
  align-items: center;
}
.app__status--wrapper .sub-divider {
  border-bottom: 1px solid #d1c9c0;
  margin: 16px 0 16px;
}
.app__status--wrapper .app__status--approved,
.app__status--wrapper .app__status--submitted,
.app__status--wrapper .app__status--pending {
  margin-top: 60px;
  margin-bottom: 100px;
}
.app__status--wrapper h2 {
  margin-top: 24px;
}
.app__status--wrapper p {
  margin-top: 16px;
}
.app__status--wrapper .app__status--approved .spa-btn-group {
  margin-top: 24px;
}
.app__status--wrapper .app__status--submitted .app__body {
  margin-top: 12px;
}
.app__status--wrapper .app__status--submitted .app__body p {
  margin-top: 12px;
}
.app__status--wrapper .app__status--submitted .spa-btn-group {
  margin-top: 24px;
}
.app__status--wrapper .app__status--pending .application__loading {
  margin-top: 52.67px;
  display: inline-block;
  height: 46.67px;
  width: 46.26px;
  position: relative;
  text-align: justify;
}
.app__status--wrapper .app__status--pending .application__loading:before {
  background-image: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/bg/loader-72-blue.svg');
  animation: icon-loading-animation 2s linear infinite;
  background-size: contain;
  bottom: 0;
  content: " ";
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.icon__illustration-success {
  display: block;
  background: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/bg/Illustration_Success_Blue_Icon.svg') no-repeat;
  width: 205px;
  height: 160px;
  background-size: contain;
  margin: auto auto;
}
.icon__doc-review {
  display: block;
  background: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/bg/Doc-In-Review_Icon.svg') no-repeat;
  width: 160px;
  height: 160px;
  background-size: contain;
  margin: auto auto;
}
.icon__enrollment-sent {
  display: block;
  background: url('/proxy/123456/styles-olui2.fs.ml.bac-assets.com/sve/p/OAO/AUG_25/images/bg/Illustration_Enrollment_Sent.svg');
  width: 160px;
  height: 160px;
  background-size: contain;
  margin: auto auto;
}
