/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter,  Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */:root {
    --blue: #0069ff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #0069ff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
#    --font-family-sans-serif: "Montserrat", sans-serif;
#    --font-family-monospace: "Montserrat", sans-serif;
    --font-family-sans-serif: Montserrat, sans-serif;
    --font-family-monospace: Montserrat, sans-serif;
}
*, ::after, ::before {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
body {
    margin: 0;
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #f5f6fa;
}
[tabindex="-1"]:focus {
    outline: 0!important;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: .5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
b, strong {
    font-weight: bolder;
}
small {
    font-size: 80%}
sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -.25em;
}
sup {
    top: -.5em;
}
a {
    color: #2e56bd;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #ad7d09;
    text-decoration: underline;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
    outline: 0;
}
code, kbd, pre, samp {
    font-family: Montserrat, sans-serif;
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}
figure {
    margin: 0 0 1rem;
}
img {
    vertical-align: middle;
    border-style: none;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
}
button {
    border-radius: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, input {
    overflow: visible;
}
button, select {
    text-transform: none;
}
select {
    word-wrap: normal;
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}
[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
summary {
    display: list-item;
    cursor: pointer;
}
template {
    display: none;
}
[hidden] {
    display: none!important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
.h1, h1 {
    font-size: 2.5rem;
}
.h2, h2 {
    font-size: 2rem;
}
.h3, h3 {
    font-size: 1.75rem;
}
.h4, h4 {
    font-size: 1.5rem;
}
.h5, h5 {
    font-size: 1.25rem;
}
.h6, h6 {
    font-size: 1rem;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}
.small, small {
    font-size: 80%;
    font-weight: 400;
}
.mark, mark {
    padding: .2em;
    background-color: #fcf8e3;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    list-style: none;
}
.list-inline-item {
    display: inline-block;
}
.list-inline-item:not(:last-child) {
    margin-right: .5rem;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}
.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}
.blockquote-footer::before {
    content: "\2014\00A0"}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.img-thumbnail {
    padding: .25rem;
    background-color: #f5f6fa;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}
.figure {
    display: inline-block;
}
.figure-img {
    margin-bottom: .5rem;
    line-height: 1;
}
.figure-caption {
    font-size: 90%;
    color: #6c757d;
}
code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
}
a>code {
    color: inherit;
}
kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem;
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}
pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width:576px) {
    .container {
    max-width: 540px;
}
}@media (min-width:768px) {
    .container {
    max-width: 720px;
}
}@media (min-width:992px) {
    .container {
    max-width: 960px;
}
}@media (min-width:1200px) {
    .container {
    max-width: 1140px;
}
}.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%}
.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%}
.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%}
.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%}
.col-3 {
    flex: 0 0 25%;
    max-width: 25%}
.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%}
.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%}
.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%}
.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%}
.col-9 {
    flex: 0 0 75%;
    max-width: 75%}
.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%}
.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%}
.order-first {
    order: -1;
}
.order-last {
    order: 13;
}
.order-0 {
    order: 0;
}
.order-1 {
    order: 1;
}
.order-2 {
    order: 2;
}
.order-3 {
    order: 3;
}
.order-4 {
    order: 4;
}
.order-5 {
    order: 5;
}
.order-6 {
    order: 6;
}
.order-7 {
    order: 7;
}
.order-8 {
    order: 8;
}
.order-9 {
    order: 9;
}
.order-10 {
    order: 10;
}
.order-11 {
    order: 11;
}
.order-12 {
    order: 12;
}
.offset-1 {
    margin-left: 8.3333333333%}
.offset-2 {
    margin-left: 16.6666666667%}
.offset-3 {
    margin-left: 25%}
.offset-4 {
    margin-left: 33.3333333333%}
.offset-5 {
    margin-left: 41.6666666667%}
.offset-6 {
    margin-left: 50%}
.offset-7 {
    margin-left: 58.3333333333%}
.offset-8 {
    margin-left: 66.6666666667%}
.offset-9 {
    margin-left: 75%}
.offset-10 {
    margin-left: 83.3333333333%}
.offset-11 {
    margin-left: 91.6666666667%}
@media (min-width:576px) {
    .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%}
.col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%}
.col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%}
.col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%}
.col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%}
.col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%}
.col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%}
.col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%}
.col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%}
.col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%}
.col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%}
.col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%}
.col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%}
.col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%}
.order-sm-first {
    order: -1;
}
.order-sm-last {
    order: 13;
}
.order-sm-0 {
    order: 0;
}
.order-sm-1 {
    order: 1;
}
.order-sm-2 {
    order: 2;
}
.order-sm-3 {
    order: 3;
}
.order-sm-4 {
    order: 4;
}
.order-sm-5 {
    order: 5;
}
.order-sm-6 {
    order: 6;
}
.order-sm-7 {
    order: 7;
}
.order-sm-8 {
    order: 8;
}
.order-sm-9 {
    order: 9;
}
.order-sm-10 {
    order: 10;
}
.order-sm-11 {
    order: 11;
}
.order-sm-12 {
    order: 12;
}
.offset-sm-0 {
    margin-left: 0;
}
.offset-sm-1 {
    margin-left: 8.3333333333%}
.offset-sm-2 {
    margin-left: 16.6666666667%}
.offset-sm-3 {
    margin-left: 25%}
.offset-sm-4 {
    margin-left: 33.3333333333%}
.offset-sm-5 {
    margin-left: 41.6666666667%}
.offset-sm-6 {
    margin-left: 50%}
.offset-sm-7 {
    margin-left: 58.3333333333%}
.offset-sm-8 {
    margin-left: 66.6666666667%}
.offset-sm-9 {
    margin-left: 75%}
.offset-sm-10 {
    margin-left: 83.3333333333%}
.offset-sm-11 {
    margin-left: 91.6666666667%}
}@media (min-width:768px) {
    .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%}
.col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%}
.col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%}
.col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%}
.col-md-3 {
    flex: 0 0 25%;
    max-width: 25%}
.col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%}
.col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%}
.col-md-6 {
    flex: 0 0 50%;
    max-width: 50%}
.col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%}
.col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%}
.col-md-9 {
    flex: 0 0 75%;
    max-width: 75%}
.col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%}
.col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%}
.col-md-12 {
    flex: 0 0 100%;
    max-width: 100%}
.order-md-first {
    order: -1;
}
.order-md-last {
    order: 13;
}
.order-md-0 {
    order: 0;
}
.order-md-1 {
    order: 1;
}
.order-md-2 {
    order: 2;
}
.order-md-3 {
    order: 3;
}
.order-md-4 {
    order: 4;
}
.order-md-5 {
    order: 5;
}
.order-md-6 {
    order: 6;
}
.order-md-7 {
    order: 7;
}
.order-md-8 {
    order: 8;
}
.order-md-9 {
    order: 9;
}
.order-md-10 {
    order: 10;
}
.order-md-11 {
    order: 11;
}
.order-md-12 {
    order: 12;
}
.offset-md-0 {
    margin-left: 0;
}
.offset-md-1 {
    margin-left: 8.3333333333%}
.offset-md-2 {
    margin-left: 16.6666666667%}
.offset-md-3 {
    margin-left: 25%}
.offset-md-4 {
    margin-left: 33.3333333333%}
.offset-md-5 {
    margin-left: 41.6666666667%}
.offset-md-6 {
    margin-left: 50%}
.offset-md-7 {
    margin-left: 58.3333333333%}
.offset-md-8 {
    margin-left: 66.6666666667%}
.offset-md-9 {
    margin-left: 75%}
.offset-md-10 {
    margin-left: 83.3333333333%}
.offset-md-11 {
    margin-left: 91.6666666667%}
}@media (min-width:992px) {
    .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%}
.col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%}
.col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%}
.col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%}
.col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%}
.col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%}
.col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%}
.col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%}
.col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%}
.col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%}
.col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%}
.col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%}
.col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%}
.col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%}
.order-lg-first {
    order: -1;
}
.order-lg-last {
    order: 13;
}
.order-lg-0 {
    order: 0;
}
.order-lg-1 {
    order: 1;
}
.order-lg-2 {
    order: 2;
}
.order-lg-3 {
    order: 3;
}
.order-lg-4 {
    order: 4;
}
.order-lg-5 {
    order: 5;
}
.order-lg-6 {
    order: 6;
}
.order-lg-7 {
    order: 7;
}
.order-lg-8 {
    order: 8;
}
.order-lg-9 {
    order: 9;
}
.order-lg-10 {
    order: 10;
}
.order-lg-11 {
    order: 11;
}
.order-lg-12 {
    order: 12;
}
.offset-lg-0 {
    margin-left: 0;
}
.offset-lg-1 {
    margin-left: 8.3333333333%}
.offset-lg-2 {
    margin-left: 16.6666666667%}
.offset-lg-3 {
    margin-left: 25%}
.offset-lg-4 {
    margin-left: 33.3333333333%}
.offset-lg-5 {
    margin-left: 41.6666666667%}
.offset-lg-6 {
    margin-left: 50%}
.offset-lg-7 {
    margin-left: 58.3333333333%}
.offset-lg-8 {
    margin-left: 66.6666666667%}
.offset-lg-9 {
    margin-left: 75%}
.offset-lg-10 {
    margin-left: 83.3333333333%}
.offset-lg-11 {
    margin-left: 91.6666666667%}
}@media (min-width:1200px) {
    .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%}
.col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%}
.col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%}
.col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%}
.col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%}
.col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%}
.col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%}
.col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%}
.col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%}
.col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%}
.col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%}
.col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%}
.col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%}
.col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%}
.order-xl-first {
    order: -1;
}
.order-xl-last {
    order: 13;
}
.order-xl-0 {
    order: 0;
}
.order-xl-1 {
    order: 1;
}
.order-xl-2 {
    order: 2;
}
.order-xl-3 {
    order: 3;
}
.order-xl-4 {
    order: 4;
}
.order-xl-5 {
    order: 5;
}
.order-xl-6 {
    order: 6;
}
.order-xl-7 {
    order: 7;
}
.order-xl-8 {
    order: 8;
}
.order-xl-9 {
    order: 9;
}
.order-xl-10 {
    order: 10;
}
.order-xl-11 {
    order: 11;
}
.order-xl-12 {
    order: 12;
}
.offset-xl-0 {
    margin-left: 0;
}
.offset-xl-1 {
    margin-left: 8.3333333333%}
.offset-xl-2 {
    margin-left: 16.6666666667%}
.offset-xl-3 {
    margin-left: 25%}
.offset-xl-4 {
    margin-left: 33.3333333333%}
.offset-xl-5 {
    margin-left: 41.6666666667%}
.offset-xl-6 {
    margin-left: 50%}
.offset-xl-7 {
    margin-left: 58.3333333333%}
.offset-xl-8 {
    margin-left: 66.6666666667%}
.offset-xl-9 {
    margin-left: 75%}
.offset-xl-10 {
    margin-left: 83.3333333333%}
.offset-xl-11 {
    margin-left: 91.6666666667%}
}.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
.table tbody+tbody {
    border-top: 2px solid #dee2e6;
}
.table-sm td, .table-sm th {
    padding: .3rem;
}
.table-bordered {
    border: 1px solid #dee2e6;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
}
.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px;
}
.table-borderless tbody+tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05);
}
.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, .075);
}
.table-primary, .table-primary>td, .table-primary>th {
    background-color: #b8d5ff;
}
.table-primary tbody+tbody, .table-primary td, .table-primary th, .table-primary thead th {
    border-color: #7ab1ff;
}
.table-hover .table-primary:hover {
    background-color: #9fc6ff;
}
.table-hover .table-primary:hover>td, .table-hover .table-primary:hover>th {
    background-color: #9fc6ff;
}
.table-secondary, .table-secondary>td, .table-secondary>th {
    background-color: #d6d8db;
}
.table-secondary tbody+tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
    border-color: #b3b7bb;
}
.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}
.table-hover .table-secondary:hover>td, .table-hover .table-secondary:hover>th {
    background-color: #c8cbcf;
}
.table-success, .table-success>td, .table-success>th {
    background-color: #c3e6cb;
}
.table-success tbody+tbody, .table-success td, .table-success th, .table-success thead th {
    border-color: #8fd19e;
}
.table-hover .table-success:hover {
    background-color: #b1dfbb;
}
.table-hover .table-success:hover>td, .table-hover .table-success:hover>th {
    background-color: #b1dfbb;
}
.table-info, .table-info>td, .table-info>th {
    background-color: #bee5eb;
}
.table-info tbody+tbody, .table-info td, .table-info th, .table-info thead th {
    border-color: #86cfda;
}
.table-hover .table-info:hover {
    background-color: #abdde5;
}
.table-hover .table-info:hover>td, .table-hover .table-info:hover>th {
    background-color: #abdde5;
}
.table-warning, .table-warning>td, .table-warning>th {
    background-color: #ffeeba;
}
.table-warning tbody+tbody, .table-warning td, .table-warning th, .table-warning thead th {
    border-color: #ffdf7e;
}
.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}
.table-hover .table-warning:hover>td, .table-hover .table-warning:hover>th {
    background-color: #ffe8a1;
}
.table-danger, .table-danger>td, .table-danger>th {
    background-color: #f5c6cb;
}
.table-danger tbody+tbody, .table-danger td, .table-danger th, .table-danger thead th {
    border-color: #ed969e;
}
.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}
.table-hover .table-danger:hover>td, .table-hover .table-danger:hover>th {
    background-color: #f1b0b7;
}
.table-light, .table-light>td, .table-light>th {
    background-color: #fdfdfe;
}
.table-light tbody+tbody, .table-light td, .table-light th, .table-light thead th {
    border-color: #fbfcfc;
}
.table-hover .table-light:hover {
    background-color: #ececf6;
}
.table-hover .table-light:hover>td, .table-hover .table-light:hover>th {
    background-color: #ececf6;
}
.table-dark, .table-dark>td, .table-dark>th {
    background-color: #c6c8ca;
}
.table-dark tbody+tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #95999c;
}
.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}
.table-hover .table-dark:hover>td, .table-hover .table-dark:hover>th {
    background-color: #b9bbbe;
}
.table-active, .table-active>td, .table-active>th {
    background-color: rgba(0, 0, 0, .075);
}
.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075);
}
.table-hover .table-active:hover>td, .table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075);
}
.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}
.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.table-dark {
    color: #fff;
    background-color: #343a40;
}
.table-dark td, .table-dark th, .table-dark thead th {
    border-color: #454d55;
}
.table-dark.table-bordered {
    border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05);
}
.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .075);
}
@media (max-width:575.98px) {
    .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table-responsive-sm>.table-bordered {
    border: 0;
}
}@media (max-width:767.98px) {
    .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table-responsive-md>.table-bordered {
    border: 0;
}
}@media (max-width:991.98px) {
    .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table-responsive-lg>.table-bordered {
    border: 0;
}
}@media (max-width:1199.98px) {
    .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table-responsive-xl>.table-bordered {
    border: 0;
}
}.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table-responsive>.table-bordered {
    border: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
    .form-control {
    transition: none;
}
}.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80b4ff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 105, 255, .25);
}
.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}
.form-control-file, .form-control-range {
    display: block;
    width: 100%}
.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}
.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}
.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5;
}
.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}
.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0;
}
.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}
.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}
select.form-control[multiple], select.form-control[size] {
    height: auto;
}
textarea.form-control {
    height: auto;
}
.form-group {
    margin-bottom: 1rem;
}
.form-text {
    display: block;
    margin-top: .25rem;
}
.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-row>.col, .form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}
.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
}
.form-check-input:disabled~.form-check-label {
    color: #6c757d;
}
.form-check-label {
    margin-bottom: 0;
}
.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem;
}
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0;
}
.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745;
}
.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    border-radius: .25rem;
}
.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}
.form-control.is-valid~.valid-feedback, .form-control.is-valid~.valid-tooltip, .was-validated .form-control:valid~.valid-feedback, .was-validated .form-control:valid~.valid-tooltip {
    display: block;
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}
.custom-select.is-valid, .was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);
}
.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}
.custom-select.is-valid~.valid-feedback, .custom-select.is-valid~.valid-tooltip, .was-validated .custom-select:valid~.valid-feedback, .was-validated .custom-select:valid~.valid-tooltip {
    display: block;
}
.form-control-file.is-valid~.valid-feedback, .form-control-file.is-valid~.valid-tooltip, .was-validated .form-control-file:valid~.valid-feedback, .was-validated .form-control-file:valid~.valid-tooltip {
    display: block;
}
.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label {
    color: #28a745;
}
.form-check-input.is-valid~.valid-feedback, .form-check-input.is-valid~.valid-tooltip, .was-validated .form-check-input:valid~.valid-feedback, .was-validated .form-check-input:valid~.valid-tooltip {
    display: block;
}
.custom-control-input.is-valid~.custom-control-label, .was-validated .custom-control-input:valid~.custom-control-label {
    color: #28a745;
}
.custom-control-input.is-valid~.custom-control-label::before, .was-validated .custom-control-input:valid~.custom-control-label::before {
    border-color: #28a745;
}
.custom-control-input.is-valid~.valid-feedback, .custom-control-input.is-valid~.valid-tooltip, .was-validated .custom-control-input:valid~.valid-feedback, .was-validated .custom-control-input:valid~.valid-tooltip {
    display: block;
}
.custom-control-input.is-valid:checked~.custom-control-label::before, .was-validated .custom-control-input:valid:checked~.custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57;
}
.custom-control-input.is-valid:focus~.custom-control-label::before, .was-validated .custom-control-input:valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before, .was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #28a745;
}
.custom-file-input.is-valid~.custom-file-label, .was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #28a745;
}
.custom-file-input.is-valid~.valid-feedback, .custom-file-input.is-valid~.valid-tooltip, .was-validated .custom-file-input:valid~.valid-feedback, .was-validated .custom-file-input:valid~.valid-tooltip {
    display: block;
}
.custom-file-input.is-valid:focus~.custom-file-label, .was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}
.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem;
}
.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}
.form-control.is-invalid~.invalid-feedback, .form-control.is-invalid~.invalid-tooltip, .was-validated .form-control:invalid~.invalid-feedback, .was-validated .form-control:invalid~.invalid-tooltip {
    display: block;
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}
.custom-select.is-invalid, .was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);
}
.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}
.custom-select.is-invalid~.invalid-feedback, .custom-select.is-invalid~.invalid-tooltip, .was-validated .custom-select:invalid~.invalid-feedback, .was-validated .custom-select:invalid~.invalid-tooltip {
    display: block;
}
.form-control-file.is-invalid~.invalid-feedback, .form-control-file.is-invalid~.invalid-tooltip, .was-validated .form-control-file:invalid~.invalid-feedback, .was-validated .form-control-file:invalid~.invalid-tooltip {
    display: block;
}
.form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545;
}
.form-check-input.is-invalid~.invalid-feedback, .form-check-input.is-invalid~.invalid-tooltip, .was-validated .form-check-input:invalid~.invalid-feedback, .was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block;
}
.custom-control-input.is-invalid~.custom-control-label, .was-validated .custom-control-input:invalid~.custom-control-label {
    color: #dc3545;
}
.custom-control-input.is-invalid~.custom-control-label::before, .was-validated .custom-control-input:invalid~.custom-control-label::before {
    border-color: #dc3545;
}
.custom-control-input.is-invalid~.invalid-feedback, .custom-control-input.is-invalid~.invalid-tooltip, .was-validated .custom-control-input:invalid~.invalid-feedback, .was-validated .custom-control-input:invalid~.invalid-tooltip {
    display: block;
}
.custom-control-input.is-invalid:checked~.custom-control-label::before, .was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d;
}
.custom-control-input.is-invalid:focus~.custom-control-label::before, .was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before, .was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #dc3545;
}
.custom-file-input.is-invalid~.custom-file-label, .was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #dc3545;
}
.custom-file-input.is-invalid~.invalid-feedback, .custom-file-input.is-invalid~.invalid-tooltip, .was-validated .custom-file-input:invalid~.invalid-feedback, .was-validated .custom-file-input:invalid~.invalid-tooltip {
    display: block;
}
.custom-file-input.is-invalid:focus~.custom-file-label, .was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}
.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.form-inline .form-check {
    width: 100%
}
@media (min-width:576px) {
    .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}
.form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
}
.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.form-inline .form-control-plaintext {
    display: inline-block;
}
.form-inline .custom-select, .form-inline .input-group {
    width: auto;
}
.form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
}
.form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0;
}
.form-inline .custom-control {
    align-items: center;
    justify-content: center;
}
.form-inline .custom-control-label {
    margin-bottom: 0;
}
}.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
    .btn {
    transition: none;
}
}.btn:hover {
    color: #212529;
    text-decoration: none;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 105, 255, .25);
}
.btn.disabled, .btn:disabled {
    opacity: .65;
}
a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none;
}
.btn-primary {
    color: #fff;
    background-color: #0069ff;
    border-color: #0069ff;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0059d9;
    border-color: #0054cc;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 128, 255, .5);
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #0069ff;
    border-color: #0069ff;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0054cc;
    border-color: #004fbf;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 128, 255, .5);
}
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}
.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
}
.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}
.btn-success.focus, .btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);
}
.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);
}
.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}
.btn-info.focus, .btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
}
.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
}
.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}
.btn-warning.focus, .btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
}
.btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
}
.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}
.btn-danger.focus, .btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
}
.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
}
.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}
.btn-light.focus, .btn-light:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5);
}
.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5);
}
.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}
.btn-dark.focus, .btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
}
.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
}
.btn-outline-primary {
    color: #0069ff;
    border-color: #0069ff;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #0069ff;
    border-color: #0069ff;
}
.btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 105, 255, .5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #0069ff;
    background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #0069ff;
    border-color: #0069ff;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 105, 255, .5);
}
.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary.focus, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
}
.btn-outline-success {
    color: #28a745;
    border-color: #28a745;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-outline-success.focus, .btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}
.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info.focus, .btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}
.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning.focus, .btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}
.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger.focus, .btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}
.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light.focus, .btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
}
.btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark.focus, .btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
}
.btn-link {
    font-weight: 400;
    color: #2e56bd;
    text-decoration: none;
}
.btn-link:hover {
    color: #ad7d09;
    text-decoration: underline;
}
.btn-link.focus, .btn-link:focus {
    text-decoration: underline;
    box-shadow: none;
}
.btn-link.disabled, .btn-link:disabled {
    color: #6c757d;
    pointer-events: none;
}
.btn-group-lg>.btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}
.btn-group-sm>.btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}
.btn-block {
    display: block;
    width: 100%}
.btn-block+.btn-block {
    margin-top: .5rem;
}
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%}
.fade {
    transition: opacity .15s linear;
}
@media (prefers-reduced-motion:reduce) {
    .fade {
    transition: none;
}
}.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
    display: none;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease;
}
@media (prefers-reduced-motion:reduce) {
    .collapsing {
    transition: none;
}
}.dropdown, .dropleft, .dropright, .dropup {
    position: relative;
}
.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}
.dropdown-menu-left {
    right: auto;
    left: 0;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
@media (min-width:576px) {
    .dropdown-menu-sm-left {
    right: auto;
    left: 0;
}
.dropdown-menu-sm-right {
    right: 0;
    left: auto;
}
}@media (min-width:768px) {
    .dropdown-menu-md-left {
    right: auto;
    left: 0;
}
.dropdown-menu-md-right {
    right: 0;
    left: auto;
}
}@media (min-width:992px) {
    .dropdown-menu-lg-left {
    right: auto;
    left: 0;
}
.dropdown-menu-lg-right {
    right: 0;
    left: auto;
}
}@media (min-width:1200px) {
    .dropdown-menu-xl-left {
    right: auto;
    left: 0;
}
.dropdown-menu-xl-right {
    right: 0;
    left: auto;
}
}.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem;
}
.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem;
}
.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
}
.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropright .dropdown-toggle::after {
    vertical-align: 0;
}
.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem;
}
.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""}
.dropleft .dropdown-toggle::after {
    display: none;
}
.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}
.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto;
}
.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0069ff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap;
}
.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529;
}
.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}
.btn-group-vertical>.btn, .btn-group>.btn {
    position: relative;
    flex: 1 1 auto;
}
.btn-group-vertical>.btn:hover, .btn-group>.btn:hover {
    z-index: 1;
}
.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus {
    z-index: 1;
}
.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.btn-toolbar .input-group {
    width: auto;
}
.btn-group>.btn-group:not(:first-child), .btn-group>.btn:not(:first-child) {
    margin-left: -1px;
}
.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem;
}
.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
    margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}
.btn-group-sm>.btn+.dropdown-toggle-split, .btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem;
}
.btn-group-lg>.btn+.dropdown-toggle-split, .btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem;
}
.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.btn-group-vertical>.btn, .btn-group-vertical>.btn-group {
    width: 100%}
.btn-group-vertical>.btn-group:not(:first-child), .btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px;
}
.btn-group-vertical>.btn-group:not(:last-child)>.btn, .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical>.btn-group:not(:first-child)>.btn, .btn-group-vertical>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-toggle>.btn, .btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0;
}
.btn-group-toggle>.btn input[type=checkbox], .btn-group-toggle>.btn input[type=radio], .btn-group-toggle>.btn-group>.btn input[type=checkbox], .btn-group-toggle>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%}
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control, .input-group>.form-control-plaintext {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.input-group>.custom-file+.custom-file, .input-group>.custom-file+.custom-select, .input-group>.custom-file+.form-control, .input-group>.custom-select+.custom-file, .input-group>.custom-select+.custom-select, .input-group>.custom-select+.form-control, .input-group>.form-control+.custom-file, .input-group>.form-control+.custom-select, .input-group>.form-control+.form-control, .input-group>.form-control-plaintext+.custom-file, .input-group>.form-control-plaintext+.custom-select, .input-group>.form-control-plaintext+.form-control {
    margin-left: -1px;
}
.input-group>.custom-file .custom-file-input:focus~.custom-file-label, .input-group>.custom-select:focus, .input-group>.form-control:focus {
    z-index: 3;
}
.input-group>.custom-file .custom-file-input:focus {
    z-index: 4;
}
.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group>.custom-file {
    display: flex;
    align-items: center;
}
.input-group>.custom-file:not(:last-child) .custom-file-label, .input-group>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-append, .input-group-prepend {
    display: flex;
}
.input-group-append .btn, .input-group-prepend .btn {
    position: relative;
    z-index: 2;
}
.input-group-append .btn:focus, .input-group-prepend .btn:focus {
    z-index: 3;
}
.input-group-append .btn+.btn, .input-group-append .btn+.input-group-text, .input-group-append .input-group-text+.btn, .input-group-append .input-group-text+.input-group-text, .input-group-prepend .btn+.btn, .input-group-prepend .btn+.input-group-text, .input-group-prepend .input-group-text+.btn, .input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px;
}
.input-group-prepend {
    margin-right: -1px;
}
.input-group-append {
    margin-left: -1px;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
    margin-top: 0;
}
.input-group-lg>.custom-select, .input-group-lg>.form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px);
}
.input-group-lg>.custom-select, .input-group-lg>.form-control, .input-group-lg>.input-group-append>.btn, .input-group-lg>.input-group-append>.input-group-text, .input-group-lg>.input-group-prepend>.btn, .input-group-lg>.input-group-prepend>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}
.input-group-sm>.custom-select, .input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px);
}
.input-group-sm>.custom-select, .input-group-sm>.form-control, .input-group-sm>.input-group-append>.btn, .input-group-sm>.input-group-append>.input-group-text, .input-group-sm>.input-group-prepend>.btn, .input-group-sm>.input-group-prepend>.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}
.input-group-lg>.custom-select, .input-group-sm>.custom-select {
    padding-right: 1.75rem;
}
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}
.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem;
}
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #0069ff;
    background-color: #0069ff;
}
.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(0, 105, 255, .25);
}
.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #80b4ff;
}
.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #b3d2ff;
    border-color: #b3d2ff;
}
.custom-control-input:disabled~.custom-control-label {
    color: #6c757d;
}
.custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}
.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}
.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%}
.custom-checkbox .custom-control-label::before {
    border-radius: .25rem;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #0069ff;
    background-color: #0069ff;
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 105, 255, .5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0, 105, 255, .5);
}
.custom-radio .custom-control-label::before {
    border-radius: 50%}
.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 105, 255, .5);
}
.custom-switch {
    padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem;
}
.custom-switch .custom-control-label::after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label: :after {
    transition: none;
}
}.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    transform: translateX(.75rem);
}
.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 105, 255, .5);
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-select:focus {
    border-color: #80b4ff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 105, 255, .25);
}
.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none;
}
.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}
.custom-select::-ms-expand {
    display: none;
}
.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem;
}
.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0;
}
.custom-file-input:focus~.custom-file-label {
    border-color: #80b4ff;
    box-shadow: 0 0 0 .2rem rgba(0, 105, 255, .25);
}
.custom-file-input:disabled~.custom-file-label {
    background-color: #e9ecef;
}
.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse"}
.custom-file-input~.custom-file-label[data-browse]::after {
    content: attr(data-browse);
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}
.custom-range {
    width: 100%;
    height: calc(1rem + .4rem);
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-range:focus {
    outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #f5f6fa, 0 0 0 .2rem rgba(0, 105, 255, .25);
}
.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #f5f6fa, 0 0 0 .2rem rgba(0, 105, 255, .25);
}
.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #f5f6fa, 0 0 0 .2rem rgba(0, 105, 255, .25);
}
.custom-range::-moz-focus-outer {
    border: 0;
}
.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #0069ff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}
@media (prefers-reduced-motion:reduce) {
    .custom-range: :-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
}
}.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d2ff;
}
.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #0069ff;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}
@media (prefers-reduced-motion:reduce) {
    .custom-range: :-moz-range-thumb {
    -moz-transition: none;
    transition: none;
}
}.custom-range::-moz-range-thumb:active {
    background-color: #b3d2ff;
}
.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #0069ff;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none;
}
@media (prefers-reduced-motion:reduce) {
    .custom-range: :-ms-thumb {
    -ms-transition: none;
    transition: none;
}
}.custom-range::-ms-thumb:active {
    background-color: #b3d2ff;
}
.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem;
}
.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
    cursor: default;
}
.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
}
.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
    .custom-control-label: :before, .custom-file-label, .custom-select {
    transition: none;
}
}.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
}
.nav-link:focus, .nav-link:hover {
    text-decoration: none;
}
.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #f5f6fa;
    border-color: #dee2e6 #dee2e6 #f5f6fa;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-pills .nav-link {
    border-radius: .25rem;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #0069ff;
}
.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}
.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}
.tab-content>.tab-pane {
    display: none;
}
.tab-content>.active {
    display: block;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem;
}
.navbar>.container, .navbar>.container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}
.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%}
@media (max-width:575.98px) {
    .navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid {
    padding-right: 0;
    padding-left: 0;
}
}@media (min-width:576px) {
    .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
}
.navbar-expand-sm .navbar-nav {
    flex-direction: row;
}
.navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
}
.navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid {
    flex-wrap: nowrap;
}
.navbar-expand-sm .navbar-collapse {
    display: flex!important;
    flex-basis: auto;
}
.navbar-expand-sm .navbar-toggler {
    display: none;
}
}@media (max-width:767.98px) {
    .navbar-expand-md>.container, .navbar-expand-md>.container-fluid {
    padding-right: 0;
    padding-left: 0;
}
}@media (min-width:768px) {
    .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
}
.navbar-expand-md .navbar-nav {
    flex-direction: row;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
}
.navbar-expand-md>.container, .navbar-expand-md>.container-fluid {
    flex-wrap: nowrap;
}
.navbar-expand-md .navbar-collapse {
    display: flex!important;
    flex-basis: auto;
}
.navbar-expand-md .navbar-toggler {
    display: none;
}
}@media (max-width:991.98px) {
    .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
    padding-right: 0;
    padding-left: 0;
}
}@media (min-width:992px) {
    .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
}
.navbar-expand-lg .navbar-nav {
    flex-direction: row;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
}
.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
    flex-wrap: nowrap;
}
.navbar-expand-lg .navbar-collapse {
    display: flex!important;
    flex-basis: auto;
}
.navbar-expand-lg .navbar-toggler {
    display: none;
}
}@media (max-width:1199.98px) {
    .navbar-expand-xl>.container, .navbar-expand-xl>.container-fluid {
    padding-right: 0;
    padding-left: 0;
}
}@media (min-width:1200px) {
    .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
}
.navbar-expand-xl .navbar-nav {
    flex-direction: row;
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
}
.navbar-expand-xl>.container, .navbar-expand-xl>.container-fluid {
    flex-wrap: nowrap;
}
.navbar-expand-xl .navbar-collapse {
    display: flex!important;
    flex-basis: auto;
}
.navbar-expand-xl .navbar-toggler {
    display: none;
}
}.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start;
}
.navbar-expand>.container, .navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.navbar-expand .navbar-nav {
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
}
.navbar-expand>.container, .navbar-expand>.container-fluid {
    flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
    display: flex!important;
    flex-basis: auto;
}
.navbar-expand .navbar-toggler {
    display: none;
}
.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7);
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3);
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1);
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml, %3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5);
}
.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9);
}
.navbar-dark .navbar-brand {
    color: #fff;
}
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5);
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25);
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #fff;
}
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1);
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml, %3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5);
}
.navbar-dark .navbar-text a {
    color: #fff;
}
.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
    color: #fff;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}
.card>hr {
    margin-right: 0;
    margin-left: 0;
}
.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card-title {
    margin-bottom: .75rem;
}
.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0;
}
.card-text:last-child {
    margin-bottom: 0;
}
.card-link:hover {
    text-decoration: none;
}
.card-link+.card-link {
    margin-left: 1.25rem;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-header+.list-group .list-group-item:first-child {
    border-top: 0;
}
.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125);
}
.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}
.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0;
}
.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem;
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}
.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px);
}
.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px);
}
.card-deck {
    display: flex;
    flex-direction: column;
}
.card-deck .card {
    margin-bottom: 15px;
}
@media (min-width:576px) {
    .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
}
}.card-group {
    display: flex;
    flex-direction: column;
}
.card-group>.card {
    margin-bottom: 15px;
}
@media (min-width:576px) {
    .card-group {
    flex-flow: row wrap;
}
.card-group>.card {
    flex: 1 0 0%;
    margin-bottom: 0;
}
.card-group>.card+.card {
    margin-left: 0;
    border-left: 0;
}
.card-group>.card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.card-group>.card:not(:last-child) .card-header, .card-group>.card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
}
.card-group>.card:not(:last-child) .card-footer, .card-group>.card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
}
.card-group>.card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.card-group>.card:not(:first-child) .card-header, .card-group>.card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
}
.card-group>.card:not(:first-child) .card-footer, .card-group>.card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
}
}.card-columns .card {
    margin-bottom: .75rem;
}
@media (min-width:576px) {
    .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}
.card-columns .card {
    display: inline-block;
    width: 100%}
}.accordion>.card {
    overflow: hidden;
}
.accordion>.card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}
.accordion>.card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0;
}
.accordion>.card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion>.card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion>.card .card-header {
    margin-bottom: -1px;
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"}
.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline;
}
.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none;
}
.breadcrumb-item.active {
    color: #6c757d;
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #2e56bd;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-link:hover {
    z-index: 2;
    color: #ad7d09;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 105, 255, .25);
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #0069ff;
    border-color: #0069ff;
}
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}
.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem;
}
.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
}
.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem;
}
.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem;
}
.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
    .badge {
    transition: none;
}
}a.badge:focus, a.badge:hover {
    text-decoration: none;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}
.badge-primary {
    color: #fff;
    background-color: #0069ff;
}
a.badge-primary:focus, a.badge-primary:hover {
    color: #fff;
    background-color: #0054cc;
}
a.badge-primary.focus, a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 105, 255, .5);
}
.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}
a.badge-secondary:focus, a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62;
}
a.badge-secondary.focus, a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
}
.badge-success {
    color: #fff;
    background-color: #28a745;
}
a.badge-success:focus, a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34;
}
a.badge-success.focus, a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}
.badge-info {
    color: #fff;
    background-color: #17a2b8;
}
a.badge-info:focus, a.badge-info:hover {
    color: #fff;
    background-color: #117a8b;
}
a.badge-info.focus, a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}
.badge-warning {
    color: #212529;
    background-color: #ffc107;
}
a.badge-warning:focus, a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00;
}
a.badge-warning.focus, a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}
.badge-danger {
    color: #fff;
    background-color: #dc3545;
}
a.badge-danger:focus, a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130;
}
a.badge-danger.focus, a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}
.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}
a.badge-light:focus, a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5;
}
a.badge-light.focus, a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
}
.badge-dark {
    color: #fff;
    background-color: #343a40;
}
a.badge-dark:focus, a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124;
}
a.badge-dark.focus, a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
}
.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem;
}
@media (min-width:576px) {
    .jumbotron {
    padding: 4rem 2rem;
}
}.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.alert-heading {
    color: inherit;
}
.alert-link {
    font-weight: 700;
}
.alert-dismissible {
    padding-right: 4rem;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit;
}
.alert-primary {
    color: #003785;
    background-color: #cce1ff;
    border-color: #b8d5ff;
}
.alert-primary hr {
    border-top-color: #9fc6ff;
}
.alert-primary .alert-link {
    color: #002252;
}
.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}
.alert-secondary hr {
    border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
    color: #202326;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-success hr {
    border-top-color: #b1dfbb;
}
.alert-success .alert-link {
    color: #0b2e13;
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.alert-info hr {
    border-top-color: #abdde5;
}
.alert-info .alert-link {
    color: #062c33;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-warning hr {
    border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
    color: #533f03;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-danger hr {
    border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
    color: #491217;
}
.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}
.alert-light hr {
    border-top-color: #ececf6;
}
.alert-light .alert-link {
    color: #686868;
}
.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}
.alert-dark hr {
    border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
    color: #040505;
}
@-webkit-keyframes progress-bar-stripes {
    from {
    background-position: 1rem 0;
}
to {
    background-position: 0 0;
}
}@keyframes progress-bar-stripes {
    from {
    background-position: 1rem 0;
}
to {
    background-position: 0 0;
}
}.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
}
.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #0069ff;
    transition: width .6s ease;
}
@media (prefers-reduced-motion:reduce) {
    .progress-bar {
    transition: none;
}
}.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}
.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
}
}.media {
    display: flex;
    align-items: flex-start;
}
.media-body {
    flex: 1;
}
.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}
.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}
.list-group-item-action:focus, .list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}
.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}
.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
}
.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #0069ff;
    border-color: #0069ff;
}
.list-group-horizontal {
    flex-direction: row;
}
.list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
}
.list-group-horizontal .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0;
}
@media (min-width:576px) {
    .list-group-horizontal-sm {
    flex-direction: row;
}
.list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
}
.list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
}
.list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0;
}
}@media (min-width:768px) {
    .list-group-horizontal-md {
    flex-direction: row;
}
.list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
}
.list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
}
.list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0;
}
}@media (min-width:992px) {
    .list-group-horizontal-lg {
    flex-direction: row;
}
.list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
}
.list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
}
.list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0;
}
}@media (min-width:1200px) {
    .list-group-horizontal-xl {
    flex-direction: row;
}
.list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
}
.list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
}
.list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0;
}
}.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
    margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}
.list-group-item-primary {
    color: #003785;
    background-color: #b8d5ff;
}
.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
    color: #003785;
    background-color: #9fc6ff;
}
.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #003785;
    border-color: #003785;
}
.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41;
}
.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724;
}
.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460;
}
.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404;
}
.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24;
}
.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182;
}
.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.close:hover {
    color: #000;
    text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: .75;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
a.close.disabled {
    pointer-events: none;
}
.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem;
}
.toast:not(:last-child) {
    margin-bottom: .75rem;
}
.toast.showing {
    opacity: 1;
}
.toast.show {
    display: block;
    opacity: 1;
}
.toast.hide {
    display: none;
}
.toast-header {
    display: flex;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}
.toast-body {
    padding: .75rem;
}
.modal-open {
    overflow: hidden;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px);
}
@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
    transition: none;
}
}.modal.show .modal-dialog {
    transform: none;
}
.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}
.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
    flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}
.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""}
.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: .5;
}
.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem;
}
.modal-footer>:not(:first-child) {
    margin-left: .25rem;
}
.modal-footer>:not(:last-child) {
    margin-right: .25rem;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width:576px) {
    .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
}
.modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
}
.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
}
.modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
}
.modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
}
.modal-sm {
    max-width: 300px;
}
}@media (min-width:992px) {
    .modal-lg, .modal-xl {
    max-width: 800px;
}
}@media (min-width:1200px) {
    .modal-xl {
    max-width: 1140px;
}
}.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0;
}
.tooltip.show {
    opacity: .9;
}
.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem;
}
.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: .4rem 0;
}
.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
    bottom: 0;
}
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #2e56bd;
}
.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 .4rem;
}
.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem;
}
.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #2e56bd;
}
.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: .4rem 0;
}
.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
    top: 0;
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #2e56bd;
}
.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 .4rem;
}
.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem;
}
.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #2e56bd;
}
.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #2e56bd;
    border-radius: .25rem;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
}
.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem;
}
.popover .arrow::after, .popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-popover-auto[x-placement^=top], .bs-popover-top {
    margin-bottom: .5rem;
}
.bs-popover-auto[x-placement^=top]>.arrow, .bs-popover-top>.arrow {
    bottom: calc((.5rem + 1px) * -1);
}
.bs-popover-auto[x-placement^=top]>.arrow::before, .bs-popover-top>.arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25);
}
.bs-popover-auto[x-placement^=top]>.arrow::after, .bs-popover-top>.arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff;
}
.bs-popover-auto[x-placement^=right], .bs-popover-right {
    margin-left: .5rem;
}
.bs-popover-auto[x-placement^=right]>.arrow, .bs-popover-right>.arrow {
    left: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0;
}
.bs-popover-auto[x-placement^=right]>.arrow::before, .bs-popover-right>.arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25);
}
.bs-popover-auto[x-placement^=right]>.arrow::after, .bs-popover-right>.arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff;
}
.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: .5rem;
}
.bs-popover-auto[x-placement^=bottom]>.arrow, .bs-popover-bottom>.arrow {
    top: calc((.5rem + 1px) * -1);
}
.bs-popover-auto[x-placement^=bottom]>.arrow::before, .bs-popover-bottom>.arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25);
}
.bs-popover-auto[x-placement^=bottom]>.arrow::after, .bs-popover-bottom>.arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff;
}
.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}
.bs-popover-auto[x-placement^=left], .bs-popover-left {
    margin-right: .5rem;
}
.bs-popover-auto[x-placement^=left]>.arrow, .bs-popover-left>.arrow {
    right: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0;
}
.bs-popover-auto[x-placement^=left]>.arrow::before, .bs-popover-left>.arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25);
}
.bs-popover-auto[x-placement^=left]>.arrow::after, .bs-popover-left>.arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff;
}
.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}
.popover-header:empty {
    display: none;
}
.popover-body {
    padding: .5rem .75rem;
    color: #212529;
}
.carousel {
    position: relative;
}
.carousel.pointer-event {
    touch-action: pan-y;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner::after {
    display: block;
    clear: both;
    content: ""}
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
    .carousel-item {
    transition: none;
}
}.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block;
}
.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
    transform: translateX(100%);
}
.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
    transform: translateX(-100%);
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1;
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: 0s .6s opacity;
}
@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    transition: none;
}
}.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}
@media (prefers-reduced-motion:reduce) {
    .carousel-control-next, .carousel-control-prev {
    transition: none;
}
}.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}
@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
    transition: none;
}
}.carousel-indicators .active {
    opacity: 1;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
@-webkit-keyframes spinner-border {
    to {
    transform: rotate(360deg);
}
}@keyframes spinner-border {
    to {
    transform: rotate(360deg);
}
}.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}
.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em;
}
@-webkit-keyframes spinner-grow {
    0% {
    transform: scale(0);
}
50% {
    opacity: 1;
}
}@keyframes spinner-grow {
    0% {
    transform: scale(0);
}
50% {
    opacity: 1;
}
}.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite;
}
.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}
.align-baseline {
    vertical-align: baseline!important;
}
.align-top {
    vertical-align: top!important;
}
.align-middle {
    vertical-align: middle!important;
}
.align-bottom {
    vertical-align: bottom!important;
}
.align-text-bottom {
    vertical-align: text-bottom!important;
}
.align-text-top {
    vertical-align: text-top!important;
}
.bg-primary {
    background-color: #0069ff!important;
}
a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #0054cc!important;
}
.bg-secondary {
    background-color: #6c757d!important;
}
a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #545b62!important;
}
.bg-success {
    background-color: #28a745!important;
}
a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #1e7e34!important;
}
.bg-info {
    background-color: #17a2b8!important;
}
a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #117a8b!important;
}
.bg-warning {
    background-color: #ffc107!important;
}
a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #d39e00!important;
}
.bg-danger {
    background-color: #dc3545!important;
}
a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #bd2130!important;
}
.bg-light {
    background-color: #f8f9fa!important;
}
a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #dae0e5!important;
}
.bg-dark {
    background-color: #343a40!important;
}
a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #1d2124!important;
}
.bg-white {
    background-color: #fff!important;
}
.bg-transparent {
    background-color: transparent!important;
}
.border {
    border: 1px solid #dee2e6!important;
}
.border-top {
    border-top: 1px solid #dee2e6!important;
}
.border-right {
    border-right: 1px solid #dee2e6!important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6!important;
}
.border-left {
    border-left: 1px solid #dee2e6!important;
}
.border-0 {
    border: 0!important;
}
.border-top-0 {
    border-top: 0!important;
}
.border-right-0 {
    border-right: 0!important;
}
.border-bottom-0 {
    border-bottom: 0!important;
}
.border-left-0 {
    border-left: 0!important;
}
.border-primary {
    border-color: #0069ff!important;
}
.border-secondary {
    border-color: #6c757d!important;
}
.border-success {
    border-color: #28a745!important;
}
.border-info {
    border-color: #17a2b8!important;
}
.border-warning {
    border-color: #ffc107!important;
}
.border-danger {
    border-color: #dc3545!important;
}
.border-light {
    border-color: #f8f9fa!important;
}
.border-dark {
    border-color: #343a40!important;
}
.border-white {
    border-color: #fff!important;
}
.rounded-sm {
    border-radius: .2rem!important;
}
.rounded {
    border-radius: .25rem!important;
}
.rounded-top {
    border-top-left-radius: .25rem!important;
    border-top-right-radius: .25rem!important;
}
.rounded-right {
    border-top-right-radius: .25rem!important;
    border-bottom-right-radius: .25rem!important;
}
.rounded-bottom {
    border-bottom-right-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important;
}
.rounded-left {
    border-top-left-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important;
}
.rounded-lg {
    border-radius: .3rem!important;
}
.rounded-circle {
    border-radius: 50%!important;
}
.rounded-pill {
    border-radius: 50rem!important;
}
.rounded-0 {
    border-radius: 0!important;
}
.clearfix::after {
    display: block;
    clear: both;
    content: ""}
.d-none {
    display: none!important;
}
.d-inline {
    display: inline!important;
}
.d-inline-block {
    display: inline-block!important;
}
.d-block {
    display: block!important;
}
.d-table {
    display: table!important;
}
.d-table-row {
    display: table-row!important;
}
.d-table-cell {
    display: table-cell!important;
}
.d-flex {
    display: flex!important;
}
.d-inline-flex {
    display: inline-flex!important;
}
@media (min-width:576px) {
    .d-sm-none {
    display: none!important;
}
.d-sm-inline {
    display: inline!important;
}
.d-sm-inline-block {
    display: inline-block!important;
}
.d-sm-block {
    display: block!important;
}
.d-sm-table {
    display: table!important;
}
.d-sm-table-row {
    display: table-row!important;
}
.d-sm-table-cell {
    display: table-cell!important;
}
.d-sm-flex {
    display: flex!important;
}
.d-sm-inline-flex {
    display: inline-flex!important;
}
}@media (min-width:768px) {
    .d-md-none {
    display: none!important;
}
.d-md-inline {
    display: inline!important;
}
.d-md-inline-block {
    display: inline-block!important;
}
.d-md-block {
    display: block!important;
}
.d-md-table {
    display: table!important;
}
.d-md-table-row {
    display: table-row!important;
}
.d-md-table-cell {
    display: table-cell!important;
}
.d-md-flex {
    display: flex!important;
}
.d-md-inline-flex {
    display: inline-flex!important;
}
}@media (min-width:992px) {
    .d-lg-none {
    display: none!important;
}
.d-lg-inline {
    display: inline!important;
}
.d-lg-inline-block {
    display: inline-block!important;
}
.d-lg-block {
    display: block!important;
}
.d-lg-table {
    display: table!important;
}
.d-lg-table-row {
    display: table-row!important;
}
.d-lg-table-cell {
    display: table-cell!important;
}
.d-lg-flex {
    display: flex!important;
}
.d-lg-inline-flex {
    display: inline-flex!important;
}
}@media (min-width:1200px) {
    .d-xl-none {
    display: none!important;
}
.d-xl-inline {
    display: inline!important;
}
.d-xl-inline-block {
    display: inline-block!important;
}
.d-xl-block {
    display: block!important;
}
.d-xl-table {
    display: table!important;
}
.d-xl-table-row {
    display: table-row!important;
}
.d-xl-table-cell {
    display: table-cell!important;
}
.d-xl-flex {
    display: flex!important;
}
.d-xl-inline-flex {
    display: inline-flex!important;
}
}@media print {
    .d-print-none {
    display: none!important;
}
.d-print-inline {
    display: inline!important;
}
.d-print-inline-block {
    display: inline-block!important;
}
.d-print-block {
    display: block!important;
}
.d-print-table {
    display: table!important;
}
.d-print-table-row {
    display: table-row!important;
}
.d-print-table-cell {
    display: table-cell!important;
}
.d-print-flex {
    display: flex!important;
}
.d-print-inline-flex {
    display: inline-flex!important;
}
}.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive::before {
    display: block;
    content: ""}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-21by9::before {
    padding-top: 42.8571428571%}
.embed-responsive-16by9::before {
    padding-top: 56.25%}
.embed-responsive-4by3::before {
    padding-top: 75%}
.embed-responsive-1by1::before {
    padding-top: 100%}
.flex-row {
    flex-direction: row!important;
}
.flex-column {
    flex-direction: column!important;
}
.flex-row-reverse {
    flex-direction: row-reverse!important;
}
.flex-column-reverse {
    flex-direction: column-reverse!important;
}
.flex-wrap {
    flex-wrap: wrap!important;
}
.flex-nowrap {
    flex-wrap: nowrap!important;
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse!important;
}
.flex-fill {
    flex: 1 1 auto!important;
}
.flex-grow-0 {
    flex-grow: 0!important;
}
.flex-grow-1 {
    flex-grow: 1!important;
}
.flex-shrink-0 {
    flex-shrink: 0!important;
}
.flex-shrink-1 {
    flex-shrink: 1!important;
}
.justify-content-start {
    justify-content: flex-start!important;
}
.justify-content-end {
    justify-content: flex-end!important;
}
.justify-content-center {
    justify-content: center!important;
}
.justify-content-between {
    justify-content: space-between!important;
}
.justify-content-around {
    justify-content: space-around!important;
}
.align-items-start {
    align-items: flex-start!important;
}
.align-items-end {
    align-items: flex-end!important;
}
.align-items-center {
    align-items: center!important;
}
.align-items-baseline {
    align-items: baseline!important;
}
.align-items-stretch {
    align-items: stretch!important;
}
.align-content-start {
    align-content: flex-start!important;
}
.align-content-end {
    align-content: flex-end!important;
}
.align-content-center {
    align-content: center!important;
}
.align-content-between {
    align-content: space-between!important;
}
.align-content-around {
    align-content: space-around!important;
}
.align-content-stretch {
    align-content: stretch!important;
}
.align-self-auto {
    align-self: auto!important;
}
.align-self-start {
    align-self: flex-start!important;
}
.align-self-end {
    align-self: flex-end!important;
}
.align-self-center {
    align-self: center!important;
}
.align-self-baseline {
    align-self: baseline!important;
}
.align-self-stretch {
    align-self: stretch!important;
}
@media (min-width:576px) {
    .flex-sm-row {
    flex-direction: row!important;
}
.flex-sm-column {
    flex-direction: column!important;
}
.flex-sm-row-reverse {
    flex-direction: row-reverse!important;
}
.flex-sm-column-reverse {
    flex-direction: column-reverse!important;
}
.flex-sm-wrap {
    flex-wrap: wrap!important;
}
.flex-sm-nowrap {
    flex-wrap: nowrap!important;
}
.flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse!important;
}
.flex-sm-fill {
    flex: 1 1 auto!important;
}
.flex-sm-grow-0 {
    flex-grow: 0!important;
}
.flex-sm-grow-1 {
    flex-grow: 1!important;
}
.flex-sm-shrink-0 {
    flex-shrink: 0!important;
}
.flex-sm-shrink-1 {
    flex-shrink: 1!important;
}
.justify-content-sm-start {
    justify-content: flex-start!important;
}
.justify-content-sm-end {
    justify-content: flex-end!important;
}
.justify-content-sm-center {
    justify-content: center!important;
}
.justify-content-sm-between {
    justify-content: space-between!important;
}
.justify-content-sm-around {
    justify-content: space-around!important;
}
.align-items-sm-start {
    align-items: flex-start!important;
}
.align-items-sm-end {
    align-items: flex-end!important;
}
.align-items-sm-center {
    align-items: center!important;
}
.align-items-sm-baseline {
    align-items: baseline!important;
}
.align-items-sm-stretch {
    align-items: stretch!important;
}
.align-content-sm-start {
    align-content: flex-start!important;
}
.align-content-sm-end {
    align-content: flex-end!important;
}
.align-content-sm-center {
    align-content: center!important;
}
.align-content-sm-between {
    align-content: space-between!important;
}
.align-content-sm-around {
    align-content: space-around!important;
}
.align-content-sm-stretch {
    align-content: stretch!important;
}
.align-self-sm-auto {
    align-self: auto!important;
}
.align-self-sm-start {
    align-self: flex-start!important;
}
.align-self-sm-end {
    align-self: flex-end!important;
}
.align-self-sm-center {
    align-self: center!important;
}
.align-self-sm-baseline {
    align-self: baseline!important;
}
.align-self-sm-stretch {
    align-self: stretch!important;
}
}@media (min-width:768px) {
    .flex-md-row {
    flex-direction: row!important;
}
.flex-md-column {
    flex-direction: column!important;
}
.flex-md-row-reverse {
    flex-direction: row-reverse!important;
}
.flex-md-column-reverse {
    flex-direction: column-reverse!important;
}
.flex-md-wrap {
    flex-wrap: wrap!important;
}
.flex-md-nowrap {
    flex-wrap: nowrap!important;
}
.flex-md-wrap-reverse {
    flex-wrap: wrap-reverse!important;
}
.flex-md-fill {
    flex: 1 1 auto!important;
}
.flex-md-grow-0 {
    flex-grow: 0!important;
}
.flex-md-grow-1 {
    flex-grow: 1!important;
}
.flex-md-shrink-0 {
    flex-shrink: 0!important;
}
.flex-md-shrink-1 {
    flex-shrink: 1!important;
}
.justify-content-md-start {
    justify-content: flex-start!important;
}
.justify-content-md-end {
    justify-content: flex-end!important;
}
.justify-content-md-center {
    justify-content: center!important;
}
.justify-content-md-between {
    justify-content: space-between!important;
}
.justify-content-md-around {
    justify-content: space-around!important;
}
.align-items-md-start {
    align-items: flex-start!important;
}
.align-items-md-end {
    align-items: flex-end!important;
}
.align-items-md-center {
    align-items: center!important;
}
.align-items-md-baseline {
    align-items: baseline!important;
}
.align-items-md-stretch {
    align-items: stretch!important;
}
.align-content-md-start {
    align-content: flex-start!important;
}
.align-content-md-end {
    align-content: flex-end!important;
}
.align-content-md-center {
    align-content: center!important;
}
.align-content-md-between {
    align-content: space-between!important;
}
.align-content-md-around {
    align-content: space-around!important;
}
.align-content-md-stretch {
    align-content: stretch!important;
}
.align-self-md-auto {
    align-self: auto!important;
}
.align-self-md-start {
    align-self: flex-start!important;
}
.align-self-md-end {
    align-self: flex-end!important;
}
.align-self-md-center {
    align-self: center!important;
}
.align-self-md-baseline {
    align-self: baseline!important;
}
.align-self-md-stretch {
    align-self: stretch!important;
}
}@media (min-width:992px) {
    .flex-lg-row {
    flex-direction: row!important;
}
.flex-lg-column {
    flex-direction: column!important;
}
.flex-lg-row-reverse {
    flex-direction: row-reverse!important;
}
.flex-lg-column-reverse {
    flex-direction: column-reverse!important;
}
.flex-lg-wrap {
    flex-wrap: wrap!important;
}
.flex-lg-nowrap {
    flex-wrap: nowrap!important;
}
.flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse!important;
}
.flex-lg-fill {
    flex: 1 1 auto!important;
}
.flex-lg-grow-0 {
    flex-grow: 0!important;
}
.flex-lg-grow-1 {
    flex-grow: 1!important;
}
.flex-lg-shrink-0 {
    flex-shrink: 0!important;
}
.flex-lg-shrink-1 {
    flex-shrink: 1!important;
}
.justify-content-lg-start {
    justify-content: flex-start!important;
}
.justify-content-lg-end {
    justify-content: flex-end!important;
}
.justify-content-lg-center {
    justify-content: center!important;
}
.justify-content-lg-between {
    justify-content: space-between!important;
}
.justify-content-lg-around {
    justify-content: space-around!important;
}
.align-items-lg-start {
    align-items: flex-start!important;
}
.align-items-lg-end {
    align-items: flex-end!important;
}
.align-items-lg-center {
    align-items: center!important;
}
.align-items-lg-baseline {
    align-items: baseline!important;
}
.align-items-lg-stretch {
    align-items: stretch!important;
}
.align-content-lg-start {
    align-content: flex-start!important;
}
.align-content-lg-end {
    align-content: flex-end!important;
}
.align-content-lg-center {
    align-content: center!important;
}
.align-content-lg-between {
    align-content: space-between!important;
}
.align-content-lg-around {
    align-content: space-around!important;
}
.align-content-lg-stretch {
    align-content: stretch!important;
}
.align-self-lg-auto {
    align-self: auto!important;
}
.align-self-lg-start {
    align-self: flex-start!important;
}
.align-self-lg-end {
    align-self: flex-end!important;
}
.align-self-lg-center {
    align-self: center!important;
}
.align-self-lg-baseline {
    align-self: baseline!important;
}
.align-self-lg-stretch {
    align-self: stretch!important;
}
}@media (min-width:1200px) {
    .flex-xl-row {
    flex-direction: row!important;
}
.flex-xl-column {
    flex-direction: column!important;
}
.flex-xl-row-reverse {
    flex-direction: row-reverse!important;
}
.flex-xl-column-reverse {
    flex-direction: column-reverse!important;
}
.flex-xl-wrap {
    flex-wrap: wrap!important;
}
.flex-xl-nowrap {
    flex-wrap: nowrap!important;
}
.flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse!important;
}
.flex-xl-fill {
    flex: 1 1 auto!important;
}
.flex-xl-grow-0 {
    flex-grow: 0!important;
}
.flex-xl-grow-1 {
    flex-grow: 1!important;
}
.flex-xl-shrink-0 {
    flex-shrink: 0!important;
}
.flex-xl-shrink-1 {
    flex-shrink: 1!important;
}
.justify-content-xl-start {
    justify-content: flex-start!important;
}
.justify-content-xl-end {
    justify-content: flex-end!important;
}
.justify-content-xl-center {
    justify-content: center!important;
}
.justify-content-xl-between {
    justify-content: space-between!important;
}
.justify-content-xl-around {
    justify-content: space-around!important;
}
.align-items-xl-start {
    align-items: flex-start!important;
}
.align-items-xl-end {
    align-items: flex-end!important;
}
.align-items-xl-center {
    align-items: center!important;
}
.align-items-xl-baseline {
    align-items: baseline!important;
}
.align-items-xl-stretch {
    align-items: stretch!important;
}
.align-content-xl-start {
    align-content: flex-start!important;
}
.align-content-xl-end {
    align-content: flex-end!important;
}
.align-content-xl-center {
    align-content: center!important;
}
.align-content-xl-between {
    align-content: space-between!important;
}
.align-content-xl-around {
    align-content: space-around!important;
}
.align-content-xl-stretch {
    align-content: stretch!important;
}
.align-self-xl-auto {
    align-self: auto!important;
}
.align-self-xl-start {
    align-self: flex-start!important;
}
.align-self-xl-end {
    align-self: flex-end!important;
}
.align-self-xl-center {
    align-self: center!important;
}
.align-self-xl-baseline {
    align-self: baseline!important;
}
.align-self-xl-stretch {
    align-self: stretch!important;
}
}.float-left {
    float: left!important;
}
.float-right {
    float: right!important;
}
.float-none {
    float: none!important;
}
@media (min-width:576px) {
    .float-sm-left {
    float: left!important;
}
.float-sm-right {
    float: right!important;
}
.float-sm-none {
    float: none!important;
}
}@media (min-width:768px) {
    .float-md-left {
    float: left!important;
}
.float-md-right {
    float: right!important;
}
.float-md-none {
    float: none!important;
}
}@media (min-width:992px) {
    .float-lg-left {
    float: left!important;
}
.float-lg-right {
    float: right!important;
}
.float-lg-none {
    float: none!important;
}
}@media (min-width:1200px) {
    .float-xl-left {
    float: left!important;
}
.float-xl-right {
    float: right!important;
}
.float-xl-none {
    float: none!important;
}
}.overflow-auto {
    overflow: auto!important;
}
.overflow-hidden {
    overflow: hidden!important;
}
.position-static {
    position: static!important;
}
.position-relative {
    position: relative!important;
}
.position-absolute {
    position: absolute!important;
}
.position-fixed {
    position: fixed!important;
}
.position-sticky {
    position: sticky!important;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
@supports (position:sticky) {
    .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
}
}.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}
.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
}
.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important;
}
.shadow-none {
    box-shadow: none!important;
}
.w-25 {
    width: 25%!important;
}
.w-50 {
    width: 50%!important;
}
.w-75 {
    width: 75%!important;
}
.w-100 {
    width: 100%!important;
}
.w-auto {
    width: auto!important;
}
.h-25 {
    height: 25%!important;
}
.h-50 {
    height: 50%!important;
}
.h-75 {
    height: 75%!important;
}
.h-100 {
    height: 100%!important;
}
.h-auto {
    height: auto!important;
}
.mw-100 {
    max-width: 100%!important;
}
.mh-100 {
    max-height: 100%!important;
}
.min-vw-100 {
    min-width: 100vw!important;
}
.min-vh-100 {
    min-height: 100vh!important;
}
.vw-100 {
    width: 100vw!important;
}
.vh-100 {
    height: 100vh!important;
}
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent;
}
.m-0 {
    margin: 0!important;
}
.mt-0, .my-0 {
    margin-top: 0!important;
}
.mr-0, .mx-0 {
    margin-right: 0!important;
}
.mb-0, .my-0 {
    margin-bottom: 0!important;
}
.ml-0, .mx-0 {
    margin-left: 0!important;
}
.m-1 {
    margin: .25rem!important;
}
.mt-1, .my-1 {
    margin-top: .25rem!important;
}
.mr-1, .mx-1 {
    margin-right: .25rem!important;
}
.mb-1, .my-1 {
    margin-bottom: .25rem!important;
}
.ml-1, .mx-1 {
    margin-left: .25rem!important;
}
.m-2 {
    margin: .5rem!important;
}
.mt-2, .my-2 {
    margin-top: .5rem!important;
}
.mr-2, .mx-2 {
    margin-right: .5rem!important;
}
.mb-2, .my-2 {
    margin-bottom: .5rem!important;
}
.ml-2, .mx-2 {
    margin-left: .5rem!important;
}
.m-3 {
    margin: 1rem!important;
}
.mt-3, .my-3 {
    margin-top: 1rem!important;
}
.mr-3, .mx-3 {
    margin-right: 1rem!important;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}
.ml-3, .mx-3 {
    margin-left: 1rem!important;
}
.m-4 {
    margin: 1.5rem!important;
}
.mt-4, .my-4 {
    margin-top: 1.5rem!important;
}
.mr-4, .mx-4 {
    margin-right: 1.5rem!important;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}
.ml-4, .mx-4 {
    margin-left: 1.5rem!important;
}
.m-5 {
    margin: 3rem!important;
}
.mt-5, .my-5 {
    margin-top: 3rem!important;
}
.mr-5, .mx-5 {
    margin-right: 3rem!important;
}
.mb-5, .my-5 {
    margin-bottom: 3rem!important;
}
.ml-5, .mx-5 {
    margin-left: 3rem!important;
}
.p-0 {
    padding: 0!important;
}
.pt-0, .py-0 {
    padding-top: 0!important;
}
.pr-0, .px-0 {
    padding-right: 0!important;
}
.pb-0, .py-0 {
    padding-bottom: 0!important;
}
.pl-0, .px-0 {
    padding-left: 0!important;
}
.p-1 {
    padding: .25rem!important;
}
.pt-1, .py-1 {
    padding-top: .25rem!important;
}
.pr-1, .px-1 {
    padding-right: .25rem!important;
}
.pb-1, .py-1 {
    padding-bottom: .25rem!important;
}
.pl-1, .px-1 {
    padding-left: .25rem!important;
}
.p-2 {
    padding: .5rem!important;
}
.pt-2, .py-2 {
    padding-top: .5rem!important;
}
.pr-2, .px-2 {
    padding-right: .5rem!important;
}
.pb-2, .py-2 {
    padding-bottom: .5rem!important;
}
.pl-2, .px-2 {
    padding-left: .5rem!important;
}
.p-3 {
    padding: 1rem!important;
}
.pt-3, .py-3 {
    padding-top: 1rem!important;
}
.pr-3, .px-3 {
    padding-right: 1rem!important;
}
.pb-3, .py-3 {
    padding-bottom: 1rem!important;
}
.pl-3, .px-3 {
    padding-left: 1rem!important;
}
.p-4 {
    padding: 1.5rem!important;
}
.pt-4, .py-4 {
    padding-top: 1.5rem!important;
}
.pr-4, .px-4 {
    padding-right: 1.5rem!important;
}
.pb-4, .py-4 {
    padding-bottom: 1.5rem!important;
}
.pl-4, .px-4 {
    padding-left: 1.5rem!important;
}
.p-5 {
    padding: 3rem!important;
}
.pt-5, .py-5 {
    padding-top: 3rem!important;
}
.pr-5, .px-5 {
    padding-right: 3rem!important;
}
.pb-5, .py-5 {
    padding-bottom: 3rem!important;
}
.pl-5, .px-5 {
    padding-left: 3rem!important;
}
.m-n1 {
    margin: -.25rem!important;
}
.mt-n1, .my-n1 {
    margin-top: -.25rem!important;
}
.mr-n1, .mx-n1 {
    margin-right: -.25rem!important;
}
.mb-n1, .my-n1 {
    margin-bottom: -.25rem!important;
}
.ml-n1, .mx-n1 {
    margin-left: -.25rem!important;
}
.m-n2 {
    margin: -.5rem!important;
}
.mt-n2, .my-n2 {
    margin-top: -.5rem!important;
}
.mr-n2, .mx-n2 {
    margin-right: -.5rem!important;
}
.mb-n2, .my-n2 {
    margin-bottom: -.5rem!important;
}
.ml-n2, .mx-n2 {
    margin-left: -.5rem!important;
}
.m-n3 {
    margin: -1rem!important;
}
.mt-n3, .my-n3 {
    margin-top: -1rem!important;
}
.mr-n3, .mx-n3 {
    margin-right: -1rem!important;
}
.mb-n3, .my-n3 {
    margin-bottom: -1rem!important;
}
.ml-n3, .mx-n3 {
    margin-left: -1rem!important;
}
.m-n4 {
    margin: -1.5rem!important;
}
.mt-n4, .my-n4 {
    margin-top: -1.5rem!important;
}
.mr-n4, .mx-n4 {
    margin-right: -1.5rem!important;
}
.mb-n4, .my-n4 {
    margin-bottom: -1.5rem!important;
}
.ml-n4, .mx-n4 {
    margin-left: -1.5rem!important;
}
.m-n5 {
    margin: -3rem!important;
}
.mt-n5, .my-n5 {
    margin-top: -3rem!important;
}
.mr-n5, .mx-n5 {
    margin-right: -3rem!important;
}
.mb-n5, .my-n5 {
    margin-bottom: -3rem!important;
}
.ml-n5, .mx-n5 {
    margin-left: -3rem!important;
}
.m-auto {
    margin: auto!important;
}
.mt-auto, .my-auto {
    margin-top: auto!important;
}
.mr-auto, .mx-auto {
    margin-right: auto!important;
}
.mb-auto, .my-auto {
    margin-bottom: auto!important;
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
@media (min-width:576px) {
    .m-sm-0 {
    margin: 0!important;
}
.mt-sm-0, .my-sm-0 {
    margin-top: 0!important;
}
.mr-sm-0, .mx-sm-0 {
    margin-right: 0!important;
}
.mb-sm-0, .my-sm-0 {
    margin-bottom: 0!important;
}
.ml-sm-0, .mx-sm-0 {
    margin-left: 0!important;
}
.m-sm-1 {
    margin: .25rem!important;
}
.mt-sm-1, .my-sm-1 {
    margin-top: .25rem!important;
}
.mr-sm-1, .mx-sm-1 {
    margin-right: .25rem!important;
}
.mb-sm-1, .my-sm-1 {
    margin-bottom: .25rem!important;
}
.ml-sm-1, .mx-sm-1 {
    margin-left: .25rem!important;
}
.m-sm-2 {
    margin: .5rem!important;
}
.mt-sm-2, .my-sm-2 {
    margin-top: .5rem!important;
}
.mr-sm-2, .mx-sm-2 {
    margin-right: .5rem!important;
}
.mb-sm-2, .my-sm-2 {
    margin-bottom: .5rem!important;
}
.ml-sm-2, .mx-sm-2 {
    margin-left: .5rem!important;
}
.m-sm-3 {
    margin: 1rem!important;
}
.mt-sm-3, .my-sm-3 {
    margin-top: 1rem!important;
}
.mr-sm-3, .mx-sm-3 {
    margin-right: 1rem!important;
}
.mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem!important;
}
.ml-sm-3, .mx-sm-3 {
    margin-left: 1rem!important;
}
.m-sm-4 {
    margin: 1.5rem!important;
}
.mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem!important;
}
.mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem!important;
}
.mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem!important;
}
.ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem!important;
}
.m-sm-5 {
    margin: 3rem!important;
}
.mt-sm-5, .my-sm-5 {
    margin-top: 3rem!important;
}
.mr-sm-5, .mx-sm-5 {
    margin-right: 3rem!important;
}
.mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem!important;
}
.ml-sm-5, .mx-sm-5 {
    margin-left: 3rem!important;
}
.p-sm-0 {
    padding: 0!important;
}
.pt-sm-0, .py-sm-0 {
    padding-top: 0!important;
}
.pr-sm-0, .px-sm-0 {
    padding-right: 0!important;
}
.pb-sm-0, .py-sm-0 {
    padding-bottom: 0!important;
}
.pl-sm-0, .px-sm-0 {
    padding-left: 0!important;
}
.p-sm-1 {
    padding: .25rem!important;
}
.pt-sm-1, .py-sm-1 {
    padding-top: .25rem!important;
}
.pr-sm-1, .px-sm-1 {
    padding-right: .25rem!important;
}
.pb-sm-1, .py-sm-1 {
    padding-bottom: .25rem!important;
}
.pl-sm-1, .px-sm-1 {
    padding-left: .25rem!important;
}
.p-sm-2 {
    padding: .5rem!important;
}
.pt-sm-2, .py-sm-2 {
    padding-top: .5rem!important;
}
.pr-sm-2, .px-sm-2 {
    padding-right: .5rem!important;
}
.pb-sm-2, .py-sm-2 {
    padding-bottom: .5rem!important;
}
.pl-sm-2, .px-sm-2 {
    padding-left: .5rem!important;
}
.p-sm-3 {
    padding: 1rem!important;
}
.pt-sm-3, .py-sm-3 {
    padding-top: 1rem!important;
}
.pr-sm-3, .px-sm-3 {
    padding-right: 1rem!important;
}
.pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem!important;
}
.pl-sm-3, .px-sm-3 {
    padding-left: 1rem!important;
}
.p-sm-4 {
    padding: 1.5rem!important;
}
.pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem!important;
}
.pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem!important;
}
.pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem!important;
}
.pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem!important;
}
.p-sm-5 {
    padding: 3rem!important;
}
.pt-sm-5, .py-sm-5 {
    padding-top: 3rem!important;
}
.pr-sm-5, .px-sm-5 {
    padding-right: 3rem!important;
}
.pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem!important;
}
.pl-sm-5, .px-sm-5 {
    padding-left: 3rem!important;
}
.m-sm-n1 {
    margin: -.25rem!important;
}
.mt-sm-n1, .my-sm-n1 {
    margin-top: -.25rem!important;
}
.mr-sm-n1, .mx-sm-n1 {
    margin-right: -.25rem!important;
}
.mb-sm-n1, .my-sm-n1 {
    margin-bottom: -.25rem!important;
}
.ml-sm-n1, .mx-sm-n1 {
    margin-left: -.25rem!important;
}
.m-sm-n2 {
    margin: -.5rem!important;
}
.mt-sm-n2, .my-sm-n2 {
    margin-top: -.5rem!important;
}
.mr-sm-n2, .mx-sm-n2 {
    margin-right: -.5rem!important;
}
.mb-sm-n2, .my-sm-n2 {
    margin-bottom: -.5rem!important;
}
.ml-sm-n2, .mx-sm-n2 {
    margin-left: -.5rem!important;
}
.m-sm-n3 {
    margin: -1rem!important;
}
.mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem!important;
}
.mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem!important;
}
.mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem!important;
}
.ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem!important;
}
.m-sm-n4 {
    margin: -1.5rem!important;
}
.mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem!important;
}
.mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem!important;
}
.mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem!important;
}
.ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem!important;
}
.m-sm-n5 {
    margin: -3rem!important;
}
.mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem!important;
}
.mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem!important;
}
.mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem!important;
}
.ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem!important;
}
.m-sm-auto {
    margin: auto!important;
}
.mt-sm-auto, .my-sm-auto {
    margin-top: auto!important;
}
.mr-sm-auto, .mx-sm-auto {
    margin-right: auto!important;
}
.mb-sm-auto, .my-sm-auto {
    margin-bottom: auto!important;
}
.ml-sm-auto, .mx-sm-auto {
    margin-left: auto!important;
}
}@media (min-width:768px) {
    .m-md-0 {
    margin: 0!important;
}
.mt-md-0, .my-md-0 {
    margin-top: 0!important;
}
.mr-md-0, .mx-md-0 {
    margin-right: 0!important;
}
.mb-md-0, .my-md-0 {
    margin-bottom: 0!important;
}
.ml-md-0, .mx-md-0 {
    margin-left: 0!important;
}
.m-md-1 {
    margin: .25rem!important;
}
.mt-md-1, .my-md-1 {
    margin-top: .25rem!important;
}
.mr-md-1, .mx-md-1 {
    margin-right: .25rem!important;
}
.mb-md-1, .my-md-1 {
    margin-bottom: .25rem!important;
}
.ml-md-1, .mx-md-1 {
    margin-left: .25rem!important;
}
.m-md-2 {
    margin: .5rem!important;
}
.mt-md-2, .my-md-2 {
    margin-top: .5rem!important;
}
.mr-md-2, .mx-md-2 {
    margin-right: .5rem!important;
}
.mb-md-2, .my-md-2 {
    margin-bottom: .5rem!important;
}
.ml-md-2, .mx-md-2 {
    margin-left: .5rem!important;
}
.m-md-3 {
    margin: 1rem!important;
}
.mt-md-3, .my-md-3 {
    margin-top: 1rem!important;
}
.mr-md-3, .mx-md-3 {
    margin-right: 1rem!important;
}
.mb-md-3, .my-md-3 {
    margin-bottom: 1rem!important;
}
.ml-md-3, .mx-md-3 {
    margin-left: 1rem!important;
}
.m-md-4 {
    margin: 1.5rem!important;
}
.mt-md-4, .my-md-4 {
    margin-top: 1.5rem!important;
}
.mr-md-4, .mx-md-4 {
    margin-right: 1.5rem!important;
}
.mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem!important;
}
.ml-md-4, .mx-md-4 {
    margin-left: 1.5rem!important;
}
.m-md-5 {
    margin: 3rem!important;
}
.mt-md-5, .my-md-5 {
    margin-top: 3rem!important;
}
.mr-md-5, .mx-md-5 {
    margin-right: 3rem!important;
}
.mb-md-5, .my-md-5 {
    margin-bottom: 3rem!important;
}
.ml-md-5, .mx-md-5 {
    margin-left: 3rem!important;
}
.p-md-0 {
    padding: 0!important;
}
.pt-md-0, .py-md-0 {
    padding-top: 0!important;
}
.pr-md-0, .px-md-0 {
    padding-right: 0!important;
}
.pb-md-0, .py-md-0 {
    padding-bottom: 0!important;
}
.pl-md-0, .px-md-0 {
    padding-left: 0!important;
}
.p-md-1 {
    padding: .25rem!important;
}
.pt-md-1, .py-md-1 {
    padding-top: .25rem!important;
}
.pr-md-1, .px-md-1 {
    padding-right: .25rem!important;
}
.pb-md-1, .py-md-1 {
    padding-bottom: .25rem!important;
}
.pl-md-1, .px-md-1 {
    padding-left: .25rem!important;
}
.p-md-2 {
    padding: .5rem!important;
}
.pt-md-2, .py-md-2 {
    padding-top: .5rem!important;
}
.pr-md-2, .px-md-2 {
    padding-right: .5rem!important;
}
.pb-md-2, .py-md-2 {
    padding-bottom: .5rem!important;
}
.pl-md-2, .px-md-2 {
    padding-left: .5rem!important;
}
.p-md-3 {
    padding: 1rem!important;
}
.pt-md-3, .py-md-3 {
    padding-top: 1rem!important;
}
.pr-md-3, .px-md-3 {
    padding-right: 1rem!important;
}
.pb-md-3, .py-md-3 {
    padding-bottom: 1rem!important;
}
.pl-md-3, .px-md-3 {
    padding-left: 1rem!important;
}
.p-md-4 {
    padding: 1.5rem!important;
}
.pt-md-4, .py-md-4 {
    padding-top: 1.5rem!important;
}
.pr-md-4, .px-md-4 {
    padding-right: 1.5rem!important;
}
.pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem!important;
}
.pl-md-4, .px-md-4 {
    padding-left: 1.5rem!important;
}
.p-md-5 {
    padding: 3rem!important;
}
.pt-md-5, .py-md-5 {
    padding-top: 3rem!important;
}
.pr-md-5, .px-md-5 {
    padding-right: 3rem!important;
}
.pb-md-5, .py-md-5 {
    padding-bottom: 3rem!important;
}
.pl-md-5, .px-md-5 {
    padding-left: 3rem!important;
}
.m-md-n1 {
    margin: -.25rem!important;
}
.mt-md-n1, .my-md-n1 {
    margin-top: -.25rem!important;
}
.mr-md-n1, .mx-md-n1 {
    margin-right: -.25rem!important;
}
.mb-md-n1, .my-md-n1 {
    margin-bottom: -.25rem!important;
}
.ml-md-n1, .mx-md-n1 {
    margin-left: -.25rem!important;
}
.m-md-n2 {
    margin: -.5rem!important;
}
.mt-md-n2, .my-md-n2 {
    margin-top: -.5rem!important;
}
.mr-md-n2, .mx-md-n2 {
    margin-right: -.5rem!important;
}
.mb-md-n2, .my-md-n2 {
    margin-bottom: -.5rem!important;
}
.ml-md-n2, .mx-md-n2 {
    margin-left: -.5rem!important;
}
.m-md-n3 {
    margin: -1rem!important;
}
.mt-md-n3, .my-md-n3 {
    margin-top: -1rem!important;
}
.mr-md-n3, .mx-md-n3 {
    margin-right: -1rem!important;
}
.mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem!important;
}
.ml-md-n3, .mx-md-n3 {
    margin-left: -1rem!important;
}
.m-md-n4 {
    margin: -1.5rem!important;
}
.mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem!important;
}
.mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem!important;
}
.mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem!important;
}
.ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem!important;
}
.m-md-n5 {
    margin: -3rem!important;
}
.mt-md-n5, .my-md-n5 {
    margin-top: -3rem!important;
}
.mr-md-n5, .mx-md-n5 {
    margin-right: -3rem!important;
}
.mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem!important;
}
.ml-md-n5, .mx-md-n5 {
    margin-left: -3rem!important;
}
.m-md-auto {
    margin: auto!important;
}
.mt-md-auto, .my-md-auto {
    margin-top: auto!important;
}
.mr-md-auto, .mx-md-auto {
    margin-right: auto!important;
}
.mb-md-auto, .my-md-auto {
    margin-bottom: auto!important;
}
.ml-md-auto, .mx-md-auto {
    margin-left: auto!important;
}
}@media (min-width:992px) {
    .m-lg-0 {
    margin: 0!important;
}
.mt-lg-0, .my-lg-0 {
    margin-top: 0!important;
}
.mr-lg-0, .mx-lg-0 {
    margin-right: 0!important;
}
.mb-lg-0, .my-lg-0 {
    margin-bottom: 0!important;
}
.ml-lg-0, .mx-lg-0 {
    margin-left: 0!important;
}
.m-lg-1 {
    margin: .25rem!important;
}
.mt-lg-1, .my-lg-1 {
    margin-top: .25rem!important;
}
.mr-lg-1, .mx-lg-1 {
    margin-right: .25rem!important;
}
.mb-lg-1, .my-lg-1 {
    margin-bottom: .25rem!important;
}
.ml-lg-1, .mx-lg-1 {
    margin-left: .25rem!important;
}
.m-lg-2 {
    margin: .5rem!important;
}
.mt-lg-2, .my-lg-2 {
    margin-top: .5rem!important;
}
.mr-lg-2, .mx-lg-2 {
    margin-right: .5rem!important;
}
.mb-lg-2, .my-lg-2 {
    margin-bottom: .5rem!important;
}
.ml-lg-2, .mx-lg-2 {
    margin-left: .5rem!important;
}
.m-lg-3 {
    margin: 1rem!important;
}
.mt-lg-3, .my-lg-3 {
    margin-top: 1rem!important;
}
.mr-lg-3, .mx-lg-3 {
    margin-right: 1rem!important;
}
.mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem!important;
}
.ml-lg-3, .mx-lg-3 {
    margin-left: 1rem!important;
}
.m-lg-4 {
    margin: 1.5rem!important;
}
.mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem!important;
}
.mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem!important;
}
.mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem!important;
}
.ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem!important;
}
.m-lg-5 {
    margin: 3rem!important;
}
.mt-lg-5, .my-lg-5 {
    margin-top: 3rem!important;
}
.mr-lg-5, .mx-lg-5 {
    margin-right: 3rem!important;
}
.mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem!important;
}
.ml-lg-5, .mx-lg-5 {
    margin-left: 3rem!important;
}
.p-lg-0 {
    padding: 0!important;
}
.pt-lg-0, .py-lg-0 {
    padding-top: 0!important;
}
.pr-lg-0, .px-lg-0 {
    padding-right: 0!important;
}
.pb-lg-0, .py-lg-0 {
    padding-bottom: 0!important;
}
.pl-lg-0, .px-lg-0 {
    padding-left: 0!important;
}
.p-lg-1 {
    padding: .25rem!important;
}
.pt-lg-1, .py-lg-1 {
    padding-top: .25rem!important;
}
.pr-lg-1, .px-lg-1 {
    padding-right: .25rem!important;
}
.pb-lg-1, .py-lg-1 {
    padding-bottom: .25rem!important;
}
.pl-lg-1, .px-lg-1 {
    padding-left: .25rem!important;
}
.p-lg-2 {
    padding: .5rem!important;
}
.pt-lg-2, .py-lg-2 {
    padding-top: .5rem!important;
}
.pr-lg-2, .px-lg-2 {
    padding-right: .5rem!important;
}
.pb-lg-2, .py-lg-2 {
    padding-bottom: .5rem!important;
}
.pl-lg-2, .px-lg-2 {
    padding-left: .5rem!important;
}
.p-lg-3 {
    padding: 1rem!important;
}
.pt-lg-3, .py-lg-3 {
    padding-top: 1rem!important;
}
.pr-lg-3, .px-lg-3 {
    padding-right: 1rem!important;
}
.pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem!important;
}
.pl-lg-3, .px-lg-3 {
    padding-left: 1rem!important;
}
.p-lg-4 {
    padding: 1.5rem!important;
}
.pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem!important;
}
.pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem!important;
}
.pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem!important;
}
.pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem!important;
}
.p-lg-5 {
    padding: 3rem!important;
}
.pt-lg-5, .py-lg-5 {
    padding-top: 3rem!important;
}
.pr-lg-5, .px-lg-5 {
    padding-right: 3rem!important;
}
.pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem!important;
}
.pl-lg-5, .px-lg-5 {
    padding-left: 3rem!important;
}
.m-lg-n1 {
    margin: -.25rem!important;
}
.mt-lg-n1, .my-lg-n1 {
    margin-top: -.25rem!important;
}
.mr-lg-n1, .mx-lg-n1 {
    margin-right: -.25rem!important;
}
.mb-lg-n1, .my-lg-n1 {
    margin-bottom: -.25rem!important;
}
.ml-lg-n1, .mx-lg-n1 {
    margin-left: -.25rem!important;
}
.m-lg-n2 {
    margin: -.5rem!important;
}
.mt-lg-n2, .my-lg-n2 {
    margin-top: -.5rem!important;
}
.mr-lg-n2, .mx-lg-n2 {
    margin-right: -.5rem!important;
}
.mb-lg-n2, .my-lg-n2 {
    margin-bottom: -.5rem!important;
}
.ml-lg-n2, .mx-lg-n2 {
    margin-left: -.5rem!important;
}
.m-lg-n3 {
    margin: -1rem!important;
}
.mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem!important;
}
.mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem!important;
}
.mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem!important;
}
.ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem!important;
}
.m-lg-n4 {
    margin: -1.5rem!important;
}
.mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem!important;
}
.mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem!important;
}
.mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem!important;
}
.ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem!important;
}
.m-lg-n5 {
    margin: -3rem!important;
}
.mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem!important;
}
.mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem!important;
}
.mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem!important;
}
.ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem!important;
}
.m-lg-auto {
    margin: auto!important;
}
.mt-lg-auto, .my-lg-auto {
    margin-top: auto!important;
}
.mr-lg-auto, .mx-lg-auto {
    margin-right: auto!important;
}
.mb-lg-auto, .my-lg-auto {
    margin-bottom: auto!important;
}
.ml-lg-auto, .mx-lg-auto {
    margin-left: auto!important;
}
}@media (min-width:1200px) {
    .m-xl-0 {
    margin: 0!important;
}
.mt-xl-0, .my-xl-0 {
    margin-top: 0!important;
}
.mr-xl-0, .mx-xl-0 {
    margin-right: 0!important;
}
.mb-xl-0, .my-xl-0 {
    margin-bottom: 0!important;
}
.ml-xl-0, .mx-xl-0 {
    margin-left: 0!important;
}
.m-xl-1 {
    margin: .25rem!important;
}
.mt-xl-1, .my-xl-1 {
    margin-top: .25rem!important;
}
.mr-xl-1, .mx-xl-1 {
    margin-right: .25rem!important;
}
.mb-xl-1, .my-xl-1 {
    margin-bottom: .25rem!important;
}
.ml-xl-1, .mx-xl-1 {
    margin-left: .25rem!important;
}
.m-xl-2 {
    margin: .5rem!important;
}
.mt-xl-2, .my-xl-2 {
    margin-top: .5rem!important;
}
.mr-xl-2, .mx-xl-2 {
    margin-right: .5rem!important;
}
.mb-xl-2, .my-xl-2 {
    margin-bottom: .5rem!important;
}
.ml-xl-2, .mx-xl-2 {
    margin-left: .5rem!important;
}
.m-xl-3 {
    margin: 1rem!important;
}
.mt-xl-3, .my-xl-3 {
    margin-top: 1rem!important;
}
.mr-xl-3, .mx-xl-3 {
    margin-right: 1rem!important;
}
.mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem!important;
}
.ml-xl-3, .mx-xl-3 {
    margin-left: 1rem!important;
}
.m-xl-4 {
    margin: 1.5rem!important;
}
.mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem!important;
}
.mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem!important;
}
.mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem!important;
}
.ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem!important;
}
.m-xl-5 {
    margin: 3rem!important;
}
.mt-xl-5, .my-xl-5 {
    margin-top: 3rem!important;
}
.mr-xl-5, .mx-xl-5 {
    margin-right: 3rem!important;
}
.mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem!important;
}
.ml-xl-5, .mx-xl-5 {
    margin-left: 3rem!important;
}
.p-xl-0 {
    padding: 0!important;
}
.pt-xl-0, .py-xl-0 {
    padding-top: 0!important;
}
.pr-xl-0, .px-xl-0 {
    padding-right: 0!important;
}
.pb-xl-0, .py-xl-0 {
    padding-bottom: 0!important;
}
.pl-xl-0, .px-xl-0 {
    padding-left: 0!important;
}
.p-xl-1 {
    padding: .25rem!important;
}
.pt-xl-1, .py-xl-1 {
    padding-top: .25rem!important;
}
.pr-xl-1, .px-xl-1 {
    padding-right: .25rem!important;
}
.pb-xl-1, .py-xl-1 {
    padding-bottom: .25rem!important;
}
.pl-xl-1, .px-xl-1 {
    padding-left: .25rem!important;
}
.p-xl-2 {
    padding: .5rem!important;
}
.pt-xl-2, .py-xl-2 {
    padding-top: .5rem!important;
}
.pr-xl-2, .px-xl-2 {
    padding-right: .5rem!important;
}
.pb-xl-2, .py-xl-2 {
    padding-bottom: .5rem!important;
}
.pl-xl-2, .px-xl-2 {
    padding-left: .5rem!important;
}
.p-xl-3 {
    padding: 1rem!important;
}
.pt-xl-3, .py-xl-3 {
    padding-top: 1rem!important;
}
.pr-xl-3, .px-xl-3 {
    padding-right: 1rem!important;
}
.pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem!important;
}
.pl-xl-3, .px-xl-3 {
    padding-left: 1rem!important;
}
.p-xl-4 {
    padding: 1.5rem!important;
}
.pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem!important;
}
.pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem!important;
}
.pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem!important;
}
.pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem!important;
}
.p-xl-5 {
    padding: 3rem!important;
}
.pt-xl-5, .py-xl-5 {
    padding-top: 3rem!important;
}
.pr-xl-5, .px-xl-5 {
    padding-right: 3rem!important;
}
.pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem!important;
}
.pl-xl-5, .px-xl-5 {
    padding-left: 3rem!important;
}
.m-xl-n1 {
    margin: -.25rem!important;
}
.mt-xl-n1, .my-xl-n1 {
    margin-top: -.25rem!important;
}
.mr-xl-n1, .mx-xl-n1 {
    margin-right: -.25rem!important;
}
.mb-xl-n1, .my-xl-n1 {
    margin-bottom: -.25rem!important;
}
.ml-xl-n1, .mx-xl-n1 {
    margin-left: -.25rem!important;
}
.m-xl-n2 {
    margin: -.5rem!important;
}
.mt-xl-n2, .my-xl-n2 {
    margin-top: -.5rem!important;
}
.mr-xl-n2, .mx-xl-n2 {
    margin-right: -.5rem!important;
}
.mb-xl-n2, .my-xl-n2 {
    margin-bottom: -.5rem!important;
}
.ml-xl-n2, .mx-xl-n2 {
    margin-left: -.5rem!important;
}
.m-xl-n3 {
    margin: -1rem!important;
}
.mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem!important;
}
.mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem!important;
}
.mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem!important;
}
.ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem!important;
}
.m-xl-n4 {
    margin: -1.5rem!important;
}
.mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem!important;
}
.mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem!important;
}
.mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem!important;
}
.ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem!important;
}
.m-xl-n5 {
    margin: -3rem!important;
}
.mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem!important;
}
.mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem!important;
}
.mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem!important;
}
.ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem!important;
}
.m-xl-auto {
    margin: auto!important;
}
.mt-xl-auto, .my-xl-auto {
    margin-top: auto!important;
}
.mr-xl-auto, .mx-xl-auto {
    margin-right: auto!important;
}
.mb-xl-auto, .my-xl-auto {
    margin-bottom: auto!important;
}
.ml-xl-auto, .mx-xl-auto {
    margin-left: auto!important;
}
}.text-monospace {
    font-family: Montserrat, sans-serif!important;
}
.text-justify {
    text-align: justify!important;
}
.text-wrap {
    white-space: normal!important;
}
.text-nowrap {
    white-space: nowrap!important;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-left {
    text-align: left!important;
}
.text-right {
    text-align: right!important;
}
.text-center {
    text-align: center!important;
}
@media (min-width:576px) {
    .text-sm-left {
    text-align: left!important;
}
.text-sm-right {
    text-align: right!important;
}
.text-sm-center {
    text-align: center!important;
}
}@media (min-width:768px) {
    .text-md-left {
    text-align: left!important;
}
.text-md-right {
    text-align: right!important;
}
.text-md-center {
    text-align: center!important;
}
}@media (min-width:992px) {
    .text-lg-left {
    text-align: left!important;
}
.text-lg-right {
    text-align: right!important;
}
.text-lg-center {
    text-align: center!important;
}
}@media (min-width:1200px) {
    .text-xl-left {
    text-align: left!important;
}
.text-xl-right {
    text-align: right!important;
}
.text-xl-center {
    text-align: center!important;
}
}.text-lowercase {
    text-transform: lowercase!important;
}
.text-uppercase {
    text-transform: uppercase!important;
}
.text-capitalize {
    text-transform: capitalize!important;
}
.font-weight-light {
    font-weight: 300!important;
}
.font-weight-lighter {
    font-weight: lighter!important;
}
.font-weight-normal {
    font-weight: 400!important;
}
.font-weight-bold {
    font-weight: 700!important;
}
.font-weight-bolder {
    font-weight: bolder!important;
}
.font-italic {
    font-style: italic!important;
}
.text-white {
    color: #fff!important;
}
.text-primary {
    color: #0069ff!important;
}
a.text-primary:focus, a.text-primary:hover {
    color: #004ab3!important;
}
.text-secondary {
    color: #6c757d!important;
}
a.text-secondary:focus, a.text-secondary:hover {
    color: #494f54!important;
}
.text-success {
    color: #28a745!important;
}
a.text-success:focus, a.text-success:hover {
    color: #19692c!important;
}
.text-info {
    color: #17a2b8!important;
}
a.text-info:focus, a.text-info:hover {
    color: #0f6674!important;
}
.text-warning {
    color: #ffc107!important;
}
a.text-warning:focus, a.text-warning:hover {
    color: #ba8b00!important;
}
.text-danger {
    color: #dc3545!important;
}
a.text-danger:focus, a.text-danger:hover {
    color: #a71d2a!important;
}
.text-light {
    color: #f8f9fa!important;
}
a.text-light:focus, a.text-light:hover {
    color: #cbd3da!important;
}
.text-dark {
    color: #343a40!important;
}
a.text-dark:focus, a.text-dark:hover {
    color: #121416!important;
}
.text-body {
    color: #212529!important;
}
.text-muted {
    color: #6c757d!important;
}
.text-black-50 {
    color: rgba(0, 0, 0, .5)!important;
}
.text-white-50 {
    color: rgba(255, 255, 255, .5)!important;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.text-decoration-none {
    text-decoration: none!important;
}
.text-break {
    word-break: break-word!important;
    overflow-wrap: break-word!important;
}
.text-reset {
    color: inherit!important;
}
.visible {
    visibility: visible!important;
}
.invisible {
    visibility: hidden!important;
}
@media print {
    *, : :after, ::before {
    text-shadow: none!important;
    box-shadow: none!important;
}
a:not(.btn) {
    text-decoration: underline;
}
abbr[title]::after {
    content: " (" attr(title) ")"}
pre {
    white-space: pre-wrap!important;
}
blockquote, pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
}
thead {
    display: table-header-group;
}
img, tr {
    page-break-inside: avoid;
}
h2, h3, p {
    orphans: 3;
    widows: 3;
}
h2, h3 {
    page-break-after: avoid;
}
@page {
    size: a3;
}
body {
    min-width: 992px!important;
}
.container {
    min-width: 992px!important;
}
.navbar {
    display: none;
}
.badge {
    border: 1px solid #000;
}
.table {
    border-collapse: collapse!important;
}
.table td, .table th {
    background-color: #fff!important;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6!important;
}
.table-dark {
    color: inherit;
}
.table-dark tbody+tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #dee2e6;
}
.table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
}
}* {
    outline: 0!important;
}
html {
    position: relative;
    min-height: 100%}
body {
    background-color: #f5f6fa;
    height: 100%}
#wrapper {
    display: flex;
}
#wrapper #content-wrapper {
    overflow-x: hidden;
    width: 100%;
    padding-top: 1rem;
}
body.sidebar-toggled #wrapper #content-wrapper {
    width: calc(100% - 70px);
}
.main_logo {
    display: block;
    width: 280px;
    height: 50px;
    margin: 0 auto;
    text-indent: -9999px;
    background: url(/images/logo_main.png) no-repeat center/280px auto;
}
.scroll-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    background: rgba(52, 58, 64, .5);
    line-height: 46px;
}
.scroll-to-top:focus, .scroll-to-top:hover {
    color: #fff;
}
.scroll-to-top:hover {
    background: #343a40;
}
.scroll-to-top i {
    font-weight: 800;
}
.upper_alpha_list {
    list-style-type: upper-alpha;
}
.upper_roman_list {
    list-style-type: upper-roman;
}
.table td, .table th {
    border-bottom: 1px solid #dee2e6;
    border-top: 0 none;
    vertical-align: middle;
}
.table-borderless tbody+tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0 none;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
}
textarea {
    resize: none;
}
.text-primary {
    color: #2e56bd!important;
}
.modal-content {
    border-radius: .4rem;
}
.modal-header {
    background: #2e56bd;
    padding: .5rem 1rem;
    color: #fff;
}
.modal-header .close {
    color: #fff;
}
.modal-header h5 {
    color: #fff;
}
.custom-control-input:checked~.custom-control-label:before {
    border-color: #2e56bd;
    background-color: #2e56bd;
}
.switch_btn {
    background: #2e56bd;
    float: left;
    border-radius: 50px;
    padding: 3px;
    margin: 2px 0;
}
.switch_btn .nav-link {
    padding: 2px 10px;
    color: #fff;
    border-radius: 50px;
}
.switch_btn .nav-link.active {
    background: #fff;
    color: #2e56bd;
}
.btn {
    border-radius: 0;
}
.btn.focus, .btn:focus {
    box-shadow: none;
}
.button-green {
    background: rgba(40, 167, 69, .8);
    color: #fff;
}
.button-green:focus, .button-green:hover {
    background: #28a745;
    color: #fff;
}
.button-yellow {
    background: #f2b011;
    color: #000;
}
.button-yellow:focus, .button-yellow:hover {
    background: #ad7d09;
    color: #000;
}
.button-green_fill {
    background: #28a745;
    color: #fff;
}
.button-green_fill:focus, .button-green_fill:hover {
    background: #19692c;
    color: #fff;
}
.button-green_fill.disabled, .button-green_fill:disabled {
    background: #28a745;
    color: #fff;
    border-color: #28a745;
}
.button-blue {
    background: #2e56bd;
    color: #fff;
}
.button-blue:focus, .button-blue:hover {
    background: #1f3a7f;
    color: #fff;
}
.button-blue.disabled, .button-blue:disabled {
    background: #2e56bd;
    color: #fff;
    border-color: #2e56bd;
}
.button-secondary {
    background: #f2b011;
    color: #000;
}
.button-secondary:focus, .button-secondary:hover {
    background: #ad7d09;
    color: #000;
}
.button-secondary.disabled, .button-secondary:disabled {
    background: #f2b011;
    color: #000;
    border-color: #f2b011;
}
.button-primary {
    background: #031b4d;
    color: #fff;
}
.button-primary:focus, .button-primary:hover {
    background: #063597;
    color: #fff;
}
.button-primary.disabled, .button-primary:disabled {
    background: #031b4d;
    color: #000;
    border-color: #031b4d;
}
.border-btn-white {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 0;
}
.border-btn-white:focus, .border-btn-white:hover {
    background: #fff;
    color: #2e56bd;
    border: 1px solid #fff;
}
.border-btn-black {
    border: 1px solid #212529;
    color: #212529;
    border-radius: 0;
}
.border-btn-black:focus, .border-btn-black:hover {
    background: #f2b011;
    color: #000;
    border: 1px solid #f2b011;
}
.border-btn-blue {
    border: 1px solid #2e56bd;
    color: #2e56bd;
    border-radius: 0;
}
.border-btn-blue:focus, .border-btn-blue:hover {
    background: #2e56bd;
    color: #fff;
    border: 1px solid #2e56bd;
}
.border-btn-yellow {
    border: 1px solid #f2b011;
    color: #f2b011;
    border-radius: 0;
}
.border-btn-yellow:focus, .border-btn-yellow:hover {
    background: #f2b011;
    color: #212529;
    border: 1px solid #f2b011;
}
.border-btn-red {
    border: 1px solid #dc3545;
    color: #dc3545;
    border-radius: 0;
}
.border-btn-red.active, .border-btn-red:focus, .border-btn-red:hover {
    background: #dc3545;
    color: #fff;
    border: 1px solid #dc3545;
}
.border-btn-green {
    border: 1px solid #28a745;
    color: #28a745;
    border-radius: 0;
}
.border-btn-green.active, .border-btn-green:focus, .border-btn-green:hover {
    background: #28a745;
    color: #fff;
    border: 1px solid #28a745;
}
.bg-green {
    background: #28a745;
    color: #fff;
    border-radius: 0;
}
.bg-green.active, .bg-green:focus, .bg-green:hover {
    background: #28a745;
    color: #fff;
}
.border-less:focus, .border-less:hover {
    background: #0069ff;
    color: #fff;
}
.btn-expand {
    width: 100%}
.input_icon_btn {
    position: relative;
    display: inline-block;
}
.input_icon_btn i {
    position: absolute;
    left: 8px;
    top: 10px;
    color: #fff;
    cursor: pointer;
}
.input_icon_btn .btn {
    padding-left: 30px;
}
.input_icon_btn .border-btn-blue~i {
    color: #0069ff;
}
.input_icon_btn .border-btn-blue:focus~i, .input_icon_btn .border-btn-blue:hover~i {
    color: #fff;
}
.input_icon_btn .border-btn-black~i {
    color: #212529;
}
.input_icon_btn .border-btn-black:focus~i, .input_icon_btn .border-btn-black:hover~i {
    color: #0069ff;
}
.input_icon_btn .border-btn-white~i {
    color: #fff;
}
.input_icon_btn .border-btn-white:focus~i, .input_icon_btn .border-btn-white:hover~i {
    color: #fff;
}
.nav-tabs .nav-link {
    color: #212529;
    font-size: 17px;
}
.nav-tabs .nav-link:hover {
    color: #2e56bd;
}
.nav-tabs .nav-link.active {
    color: #2e56bd;
    border-color: #2e56bd #2e56bd #fff;
    font-weight: 600;
}
.icon-btn {
    padding: 0 5px;
    display: inline-block;
    text-align: center;
}
.icon-btn i {
    vertical-align: middle;
}
.icon-btn:focus, .icon-btn:hover {
    color: #000;
}
.wpx_40 {
    width: 40px;
}
.wpx_200 {
    width: 200px;
}
.wpx_150 {
    width: 150px;
}
.height_100 {
    height: 100%}
.custom-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right .5rem center;
    background-size: auto 8px;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;
    charset=US-ASCII, %3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%2020010904//EN%22%20%22http%3A//www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd%22%3E%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22482.000000pt%22%20height%3D%22243.000000pt%22%20viewBox%3D%220%200%20482.000000%20243.000000%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cg%20transform%3D%22translate%280.000000%2C243.000000%29%20scale%280.100000%2C-0.100000%29%22%20fill%3D%22%23000%22%20stroke%3D%22none%22%3E%3Cpath%20d%3D%22M64%202416%20c-63%20-28%20-79%20-79%20-45%20-144%2011%20-21%20495%20-512%201118%20-1133%201224%20-1223%201125%20-1134%201273%20-1134%20148%200%2050%20-87%201264%201124%20598%20597%201101%201106%201117%201130%2046%2071%2033%20128%20-37%20157%20-49%2021%20-4643%2020%20-4690%200z%22/%3E%3C/g%3E%3C/svg%3E);
}
.custom-radio {
    vertical-align: middle;
}
.custom-file-input:focus~.custom-file-label, .custom-select:focus, .form-control:focus {
    box-shadow: none;
}
.dropdown-menu {
    box-shadow: 0 6px 12px rgba(0, 0, 0, .2);
}
.dropdown-item:focus, .dropdown-item:hover {
    background: #fff;
    color: #2e56bd;
}
.dropdown, .dropleft, .dropright {
    position: relative;
}
.dropdown .dropdown-menu:after, .dropleft .dropdown-menu:after, .dropright .dropdown-menu:after {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
}
.dropright .dropdown-menu:after {
    top: 10px;
    left: -11px;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: rgba(0, 0, 0, .15);
    transform: rotate(135deg);
    background: #fff;
}
.dropleft .dropdown-menu:after {
    top: 10px;
    right: -11px;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: rgba(0, 0, 0, .15);
    transform: rotate(-43deg);
    background: #fff;
}
.dropdown .dropdown-menu:after {
    top: -11px;
    right: 10px;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: rgba(0, 0, 0, .15);
    transform: rotate(-135deg);
    background: #fff;
}
.hidden {
    display: none!important;
    visibility: hidden!important;
}
.loader {
    margin: 0 0 2em;
    height: 100px;
    width: 20%;
    text-align: center;
    padding: 1em;
    margin: 0 auto 1em;
    display: none;
    vertical-align: top;
}
.price_slider {
    background: #f8f9fa;
    margin: 80px 45px 0;
    height: 14px;
    border-radius: 25px;
}
.price_slider .ui-widget-header {
    background: #2e56bd;
}
.price_slider .ui-slider-handle {
    width: 43px;
    height: 43px;
    top: -18px;
    outline: 0;
    cursor: pointer;
    border-radius: 50px;
    border: 0;
    background-color: #2e56bd;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px auto;
    background-image: url(data:image/svg+xml;
    base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNS4yLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgZm9jdXNhYmxlPSJmYWxzZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayINCgkgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojRkZGRkZGO30NCjwvc3R5bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNS40LDI0Mi45TDE1NC45LDkzLjRjNy4yLTcuMiwxOC45LTcuMiwyNi4xLDBsMTcuNCwxNy40YzcuMiw3LjIsNy4yLDE4LjksMCwyNi4xTDgwLDI1NmwxMTguNSwxMTkuMQ0KCWM3LjIsNy4yLDcuMiwxOC45LDAsMjYuMWwtMTcuNCwxNy40Yy03LjIsNy4yLTE4LjksNy4yLTI2LjEsMEw1LjQsMjY5LjFDLTEuOCwyNjEuOC0xLjgsMjUwLjIsNS40LDI0Mi45eiIvPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTTUwNi42LDI2OS4xTDM1Ny4xLDQxOC42Yy03LjIsNy4yLTE4LjksNy4yLTI2LjEsMGwtMTcuNC0xNy40Yy03LjItNy4yLTcuMi0xOC45LDAtMjYuMUw0MzIsMjU2TDMxMy41LDEzNi45DQoJYy03LjItNy4yLTcuMi0xOC45LDAtMjYuMWwxNy40LTE3LjRjNy4yLTcuMiwxOC45LTcuMiwyNi4xLDBsMTQ5LjUsMTQ5LjVDNTEzLjgsMjUwLjIsNTEzLjgsMjYxLjgsNTA2LjYsMjY5LjF6Ii8+DQo8L3N2Zz4NCg==);
}
.price_slider .ui-slider-handle span {
    background: #2e56bd;
    position: absolute;
    top: -55px;
    left: -50px;
    width: 140px;
    color: #fff;
    display: block;
    white-space: nowrap;
    font-size: 14px;
    padding: 10px;
    border-radius: 0;
    text-align: center;
}
.price_slider .ui-slider-handle span:before {
    background: #2e56bd;
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.custom_success {
    border: 1px solid #28a745;
    border-radius: 0;
    color: #28a745;
}
.custom_success .success_icon {
    float: left;
    margin-right: 10px;
}
.custom_success .success_text {
    float: left;
    width: calc(100% - 26px);
}
.alert_msg {
    padding: 12px 20px;
    margin-bottom: 5px;
    border: 1px solid #e9ecef;
}
.alert_msg .alert_icon {
    float: left;
    margin-right: 10px;
    font-size: 18px;
}
.alert_msg .alert_text {
    float: left;
    width: calc(100% - 28px);
}
.alert_msg .alert_text b {
    font-size: 18px;
}
.alert_msg.custom_error {
    border-color: #dc3545;
}
.alert_msg.custom_error .alert_icon, .alert_msg.custom_error .alert_text, .alert_msg.custom_error .alert_text b {
    color: #dc3545;
}
.alert_msg.custom_success {
    border-color: #28a745;
}
.alert_msg.custom_success .alert_icon, .alert_msg.custom_success .alert_text b {
    color: #28a745;
}
.text-14 {
    font-size: 14px;
}
.text-13 {
    font-size: 13px;
}
.text-20 {
    font-size: 20px;
}
.text-danger .custom-control-label:before {
    border-color: red;
}
.common_loading {
    background: rgba(255, 255, 255, .7);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 20;
}
.common_loading .box_loader {
    background: #031b4d;
    width: 400px;
    height: 300px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sticky_link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.exmpl_img {
    margin: 12px 0 5px 0;
    display: none;
}
.exmpl_img img {
    max-width: 100%}
.btn_width_150 {
    width: 150px;
}
.main_data_list .data_list {
    position: relative;
    margin-bottom: 10px;
}
.main_data_list .data_list input {
    padding-right: 28px;
}
.main_data_list .data_list input:focus {
    position: relative;
    z-index: 1;
}
.main_data_list .data_list a {
    position: absolute;
    top: 0;
    right: 0;
    height: 38px;
    width: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.main_data_list .data_list a:hover {
    text-decoration: none;
}
pre {
    background: #fff;
    display: block;
    padding: 10px;
    border: 1px solid #ced4da;
    font-family: Montserrat, sans-serif;
}
.data_viewer {
    margin: 0;
    height: 400px;
    overflow: auto;
}
.error_main {
    margin: 0 auto;
    text-align: center;
    height: calc(100vh - 366px);
    max-width: 520px;
    padding: 70px 20px 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.error_main .error-code {
    color: #2e56bd;
    font-size: 120px;
    font-weight: 600;
    line-height: 120px;
    display: inline-block;
    padding-left: 120px;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 100px auto;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%3C%21DOCTYPE%20svg%20%20PUBLIC%20%27-//W3C//DTD%20SVG%201.1//EN%27%20%20%27http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%27%3E%3Csvg%20height%3D%22100%25%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A1.41421%3B%22%20version%3D%221.1%22%20viewBox%3D%220%200%201062%201062%22%20width%3D%22100%25%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%3Ccircle%20cx%3D%22531.308%22%20cy%3D%22531.308%22%20id%3D%22circle6%22%20r%3D%22531.308%22%20style%3D%22fill%3A%232e56bd%3B%22/%3E%3Cpath%20d%3D%22M531.308%2C137.339L919.446%2C802.011L143.17%2C802.011L531.308%2C137.339Z%22%20style%3D%22fill%3A%23f43735%3B%22/%3E%3Ccircle%20cx%3D%22531.308%22%20cy%3D%22689.744%22%20r%3D%2255.0304%22%20style%3D%22fill%3Awhite%3B%22/%3E%3Cpath%20d%3D%22M572.115%2C329.127C572.115%2C310.12%20556.708%2C294.712%20537.701%2C294.712L524.915%2C294.712C505.908%2C294.712%20490.501%2C310.12%20490.501%2C329.127L490.501%2C557.454C490.501%2C576.46%20505.908%2C591.868%20524.915%2C591.868L537.701%2C591.868C556.708%2C591.868%20572.115%2C576.46%20572.115%2C557.454L572.115%2C329.127Z%22%20style%3D%22fill%3Awhite%3B%22/%3E%3C/svg%3E);
}
.error_main .error-desc {
    color: #6c757d;
}
.error_main .input-group {
    margin: 30px 0;
}
.sticky_box_msg {
    padding: 12px 20px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 600px;
    color: #fff;
    z-index: 1111;
}
.sticky_box_msg.success_msg {
    background: #28a745;
}
.sticky_box_msg.error_msg {
    background: #dc3545;
}
.sticky_box_msg .msg_icon {
    font-size: 20px;
    margin-right: 10px;
    float: left;
}
.sticky_box_msg .msg_text {
    float: left;
    width: calc(100% - 30px);
}
.sticky_box_msg .msg_close_btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    text-align: center;
    color: #fff;
}
.disable_link {
    pointer-events: none!important;
    color: #adb5bd!important;
}
.email_check {
    position: relative;
}
.email_check .check_spinner {
    position: absolute;
    top: 8px;
    right: 12px;
}
.email_check input {
    padding-right: 25px;
}
.text_front-secondary {
    color: #f2b011;
}
#modelHelpContactUs .help_model_right {
    border-right: 1px solid #dee2e6;
}
#modelHelpContactUs .help_model_right .help_icon {
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
    color: #2e56bd;
    text-decoration: none;
}
#modelHelpContactUs .help_model_right .help_icon span {
    width: 30px;
    height: 30px;
    border: 2px solid #2e56bd;
    border-radius: 50px;
    display: inline-flex;
    margin-right: 10px;
    justify-content: center;
    align-items: center;
}
#modelHelpContactUs .help_model_right .help_icon span i {
    font-size: 20px;
}
@media screen and (min-height:320px) and (max-height:799px) {
    .error_main {
    height: 100%;
    padding: 140px 20px 70px 20px;
}
}@media screen and (min-width:320px) and (max-width:520px) {
    .error_main {
    max-width: 100%;
    padding: 140px 10px 70px 10px;
}
.error_main .error-code {
    font-size: 90px;
}
}@media screen and (min-width:320px) and (max-width:999px) {
    #modelHelpContactUs .help_model_right {
    border-left: 0 none;
    border-top: 1px solid #dee2e6;
    padding-top: 20px;
}
}@media screen and (min-width:992px) and (max-width:1199px) {
    .error_main {
    height: calc(100vh - 390px);
}
}@media (min-width:1000px) {
    .modal-1000 {
    max-width: 1000px;
}
}@media (min-width:1280px) {
    .ext_lg_modal {
    max-width: 1280px;
}
}@media (min-width:760px) and (max-width:999px) {
    .modal-760 {
    max-width: 760px;
}
}@media screen and (min-width:768px) and (max-width:1023px) {
    .price_slider {
    margin-bottom: 50px;
}
}.smaller {
    font-size: .7rem;
}
.o-hidden {
    overflow: hidden!important;
}
.z-0 {
    z-index: 0;
}
.z-1 {
    z-index: 1;
}
.card-body-icon {
    position: absolute;
    z-index: 0;
    top: -1.25rem;
    right: -1rem;
    opacity: .4;
    font-size: 5rem;
    transform: rotate(15deg);
}
.card-gray-bg {
    background: #f3f5f9;
}
.card {
    padding: 10px;
}
@media (min-width:576px) {
    .card-columns {
    -moz-column-count: 1;
    column-count: 1;
}
}@media (min-width:768px) {
    .card-columns {
    -moz-column-count: 2;
    column-count: 2;
}
}@media (min-width:1200px) {
    .card-columns {
    -moz-column-count: 2;
    column-count: 2;
}
}.login_card {
    width: 600px;
    height: 100vh;
    border-radius: 0;
    padding: 30px;
    overflow: auto;
}
.register_card {
    height: 100vh;
    border-radius: 0;
    overflow: auto;
}
.register_card .register_container {
    width: 600px;
    margin: 0 auto;
}
.forgot_card {
    height: 100vh;
    border-radius: 0;
    overflow: auto;
}
.forgot_card .forgot_container {
    width: 400px;
    margin: 0 auto;
}
.copyright_link a {
    margin-right: 8px;
    padding-right: 10px;
    border-right: 1px solid #adb5bd;
}
.copyright_link a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}
.billboard_wrapper {
    position: fixed;
    right: 0;
    top: 0;
    width: calc(100% - 600px);
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(/images/login_image.png);
}
.welcome_login {
    text-align: center;
}
.welcome_login .welcome_heading {
    color: #f2b011;
    font-size: 60px;
}
.welcome_login .welcome_heading span {
    font-weight: 400;
}
.welcome_login .welcome_text {
    color: #fff;
    font-size: 36px;
    font-weight: 200;
}
.return_btn {
    text-decoration: underline;
    font-weight: 600;
}
@media screen and (min-width:320px) and (max-width:639px) {
    .register_card .register_container {
    width: 100%}
.forgot_card .forgot_container {
    width: 100%}
}@media screen and (min-width:320px) and (max-width:979px) {
    .login_card {
    width: 100%;
    padding: 0 20px;
}
.billboard_wrapper {
    display: none;
}
}@media screen and (min-width:980px) and (max-width:1366px) {
    .login_card {
    width: 450px;
    padding: 0 30px;
}
.billboard_wrapper {
    width: calc(100% - 450px);
}
}.navbar-nav .form-inline .input-group {
    width: 100%}
.navbar-nav .nav-item.active .nav-link {
    background: #0069ff;
    color: #fff;
}
.navbar-nav .nav-item.dropdown .dropdown-toggle::after {
    width: 1rem;
    text-align: center;
    float: right;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    content: '\f105';
    font-family: 'Font Awesome 5 Free'}
.navbar-nav .nav-item.dropdown.show .dropdown-toggle::after {
    content: '\f107'}
.navbar-nav .nav-item.dropdown.no-arrow .dropdown-toggle::after {
    display: none;
}
.navbar-nav .nav-item .nav-link:focus {
    outline: 0;
}
.navbar-nav .nav-item .nav-link i {
    font-size: 20px;
}
.navbar-nav .nav-item .nav-link .badge {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%}
@media (min-width:768px) {
    .navbar-nav .form-inline .input-group {
    width: auto;
}
}.navbar-dark .navbar-nav .nav-link {
    color: #2e56bd;
}
.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link:active, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(46, 86, 189, .75);
}
.navbar-dark .navbar-nav .nav-link.alrt_btn {
    padding-left: 0;
    padding-right: 0;
}
.navbar-dark .navbar-nav .show>.nav-link {
    color: rgba(46, 86, 189, .75);
}
.navbar-dark .navbar-brand h2 {
    color: #2e56bd;
    font-size: 26px;
    font-weight: 700;
}
.sidebar_wrap {
    width: 70px;
}
.sidebar {
    background: #031b4d;
    width: 70px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
}
.sidebar.navbar-nav {
    display: block;
}
.sidebar .nav-item:last-child {
    margin-bottom: 1rem;
}
.sidebar .nav-item .nav-link {
    text-align: center;
    padding: .75rem 1rem;
    width: 70px;
}
.sidebar .nav-item .nav-link span {
    font-size: .65rem;
    display: block;
}
.sidebar .nav-item .dropdown-menu {
    position: absolute!important;
    transform: none!important;
    left: calc(70px + .5rem)!important;
    margin: 0;
}
.sidebar .nav-item .dropdown-menu.dropup {
    bottom: 0;
    top: auto!important;
}
.sidebar .nav-item.dropdown .dropdown-toggle::after {
    display: none;
}
.sidebar .nav-item .nav-link {
    color: #fff;
}
.sidebar .nav-item .nav-link:active, .sidebar .nav-item .nav-link:focus, .sidebar .nav-item .nav-link:hover {
    color: rgba(255, 255, 255, .7);
}
.sidebar.toggled {
    width: 0;
    overflow: hidden;
}
.sidebar.toggled .nav-item .nav-link {
    padding: 11px 0 12px 0;
}
.sidebar.toggled .nav-item.active .nav-link {
    background: #f5f6fa;
    color: #031b4d;
}
.sidebar.toggled .nav-item .dropdown-menu.help_droptop {
    top: auto!important;
    bottom: 0!important;
}
.sidebar.toggled .nav-item .dropdown-menu.help_droptop:after {
    bottom: 15px;
    top: auto;
}
.navbar_wrap {
    height: 70px;
}
.navbar_wrap .navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #dee2e6;
    z-index: 3;
}
.navbar_wrap .navbar.bg-dark {
    background: #fff!important;
    color: #343a40;
}
.navbar_wrap .navbar.bg-dark .brand_logo {
    background: url(/images/logo_main.png) no-repeat 0 center/200px auto;
    width: 200px;
    height: 70px;
    display: block;
    font-size: 26px;
    color: #fff;
    text-indent: -9999px;
}
body.sidebar-toggled .navbar {
    left: 70px;
    width: calc(100% - 70px);
    top: 0;
}
body.sidebar-toggled .navbar.top_banner_hide {
    top: 66px;
}
.dropdown-divider {
    border-top: 1px solid #343a40;
}
.primary_header .front_nav.navbar {
    background: #031b4d;
}
@media screen and (min-width:320px) and (max-width:767px) {
    .navbar_wrap .navbar.bg-dark .brand_logo {
    background-size: 160px auto;
    width: 160px;
}
}@media (min-width:768px) {
    .sidebar {
    width: 225px;
}
.sidebar .nav-item .nav-link {
    display: block;
    width: 100%;
    text-align: left;
    padding: 1rem;
    width: 225px;
}
.sidebar .nav-item .nav-link span {
    font-size: 1rem;
    display: inline;
}
.sidebar .nav-item .dropdown-menu {
    position: static!important;
    margin: 0 1rem;
    top: 0;
}
.sidebar .nav-item.dropdown .dropdown-toggle::after {
    display: block;
}
.sidebar.toggled {
    overflow: visible;
    width: 70px;
}
.sidebar.toggled .nav-item:last-child {
    margin-bottom: 1rem;
}
.sidebar.toggled .nav-item .nav-link {
    text-align: center;
    padding: .75rem 1rem;
    width: 70px;
}
.sidebar.toggled .nav-item .nav-link span {
    font-size: .65rem;
    display: block;
}
.sidebar.toggled .nav-item .dropdown-menu {
    position: absolute!important;
    transform: none!important;
    left: calc(70px + .5rem)!important;
    margin: 0;
}
.sidebar.toggled .nav-item .dropdown-menu.dropup {
    bottom: 0;
    top: auto!important;
}
.sidebar.toggled .nav-item.dropdown .dropdown-toggle::after {
    display: none;
}
.sidebar.toggled .nav-item .nav-link {
    padding: 11px 0 12px 0;
}
.sidebar.toggled .nav-item .nav-link i {
    font-size: 26px;
}
.sidebar.toggled .nav-item .nav-link i.sidebar_scraper_icon {
    width: 32px;
    height: 26px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 26px;
    background-image: url(data:image/svg+xml;
    charset=US-ASCII, %3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%2020010904//EN%22%20%22http%3A//www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd%22%3E%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22267.000000pt%22%20height%3D%22208.000000pt%22%20viewBox%3D%220%200%20267.000000%20208.000000%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cg%20transform%3D%22translate%280.000000%2C208.000000%29%20scale%280.100000%2C-0.100000%29%22%20fill%3D%22%23fff%22%20stroke%3D%22none%22%3E%3Cpath%20d%3D%22M470%201875%20l0%20-205%2044%200%2043%200%207%20-62%20c18%20-166%2085%20-328%20176%20-430%2037%20-42%2050%20-64%2050%20-87%200%20-18%20-5%20-31%20-12%20-31%20-25%200%20-244%2058%20-301%2080%20-56%2021%20-57%2022%20-36%2038%2020%2017%2020%2018%20-73%20181%20-51%2090%20-98%20165%20-105%20168%20-6%202%20-68%20-28%20-137%20-67%20-119%20-67%20-125%20-72%20-115%20-93%2062%20-118%20183%20-317%20192%20-317%207%201%2030%2013%2051%2029%20l39%2028%2054%20-30%20c76%20-41%20207%20-84%20334%20-109%20l109%20-21%200%20-79%200%20-79%20-54%20-65%20c-62%20-75%20-115%20-172%20-142%20-256%20l-18%20-58%20-53%200%20-53%200%200%20-195%200%20-195%20145%200%20145%200%200%20189%200%20190%20-29%203%20-30%203%2035%2075%20c37%2079%2092%20170%20103%20170%203%200%2053%20-59%20111%20-130%20l105%20-130%20280%201%20280%200%20105%20130%20c57%2071%20107%20129%20110%20129%2017%200%20130%20-209%20130%20-240%200%20-5%20-11%20-10%20-25%20-10%20l-25%200%200%20-200%200%20-200%20145%200%20145%200%200%20200%200%20200%20-54%200%20-54%200%20-18%2052%20c-32%20101%20-96%20210%20-161%20279%20-34%2035%20-34%2036%20-31%20119%20l3%2084%20105%2022%20c125%2027%20209%2054%20309%20100%20l74%2034%2049%20-31%20c27%20-17%2051%20-30%2053%20-28%208%208%20195%20342%20193%20344%20-63%2040%20-263%20143%20-268%20138%20-14%20-16%20-170%20-306%20-170%20-316%200%20-5%208%20-16%2018%20-23%2015%20-11%2012%20-15%20-31%20-34%20-49%20-22%20-196%20-62%20-274%20-75%20l-43%20-7%200%2032%20c0%2023%2013%2049%2049%2094%2027%2033%2065%2091%2085%20127%2041%2075%2086%20237%2086%20310%20l0%2049%2050%200%2050%200%200%20195%200%20195%20-150%200%20-150%200%200%20-195%200%20-195%2050%200%2051%200%20-7%20-52%20c-9%20-82%20-31%20-161%20-62%20-226%20-31%20-64%20-84%20-152%20-92%20-151%20-3%200%20-60%2063%20-128%20140%20l-123%20139%20-277%20-1%20-277%20-1%20-117%20-134%20-117%20-134%20-31%2045%20c-64%2093%20-120%20257%20-120%20352%20l0%2043%2045%200%2045%200%200%20195%200%20195%20-145%200%20-145%200%200%20-205z%22/%3E%3C/g%3E%3C/svg%3E);
}
.sidebar.toggled .nav-item .nav-link: hover i.sidebar_scraper_icon {
    background-image: url(data:image/svg+xml;
    charset=US-ASCII, %3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%2020010904//EN%22%20%22http%3A//www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd%22%3E%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22267.000000pt%22%20height%3D%22208.000000pt%22%20viewBox%3D%220%200%20267.000000%20208.000000%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cg%20transform%3D%22translate%280.000000%2C208.000000%29%20scale%280.100000%2C-0.100000%29%22%20fill%3D%22%23b4bbca%22%20stroke%3D%22none%22%3E%3Cpath%20d%3D%22M470%201875%20l0%20-205%2044%200%2043%200%207%20-62%20c18%20-166%2085%20-328%20176%20-430%2037%20-42%2050%20-64%2050%20-87%200%20-18%20-5%20-31%20-12%20-31%20-25%200%20-244%2058%20-301%2080%20-56%2021%20-57%2022%20-36%2038%2020%2017%2020%2018%20-73%20181%20-51%2090%20-98%20165%20-105%20168%20-6%202%20-68%20-28%20-137%20-67%20-119%20-67%20-125%20-72%20-115%20-93%2062%20-118%20183%20-317%20192%20-317%207%201%2030%2013%2051%2029%20l39%2028%2054%20-30%20c76%20-41%20207%20-84%20334%20-109%20l109%20-21%200%20-79%200%20-79%20-54%20-65%20c-62%20-75%20-115%20-172%20-142%20-256%20l-18%20-58%20-53%200%20-53%200%200%20-195%200%20-195%20145%200%20145%200%200%20189%200%20190%20-29%203%20-30%203%2035%2075%20c37%2079%2092%20170%20103%20170%203%200%2053%20-59%20111%20-130%20l105%20-130%20280%201%20280%200%20105%20130%20c57%2071%20107%20129%20110%20129%2017%200%20130%20-209%20130%20-240%200%20-5%20-11%20-10%20-25%20-10%20l-25%200%200%20-200%200%20-200%20145%200%20145%200%200%20200%200%20200%20-54%200%20-54%200%20-18%2052%20c-32%20101%20-96%20210%20-161%20279%20-34%2035%20-34%2036%20-31%20119%20l3%2084%20105%2022%20c125%2027%20209%2054%20309%20100%20l74%2034%2049%20-31%20c27%20-17%2051%20-30%2053%20-28%208%208%20195%20342%20193%20344%20-63%2040%20-263%20143%20-268%20138%20-14%20-16%20-170%20-306%20-170%20-316%200%20-5%208%20-16%2018%20-23%2015%20-11%2012%20-15%20-31%20-34%20-49%20-22%20-196%20-62%20-274%20-75%20l-43%20-7%200%2032%20c0%2023%2013%2049%2049%2094%2027%2033%2065%2091%2085%20127%2041%2075%2086%20237%2086%20310%20l0%2049%2050%200%2050%200%200%20195%200%20195%20-150%200%20-150%200%200%20-195%200%20-195%2050%200%2051%200%20-7%20-52%20c-9%20-82%20-31%20-161%20-62%20-226%20-31%20-64%20-84%20-152%20-92%20-151%20-3%200%20-60%2063%20-128%20140%20l-123%20139%20-277%20-1%20-277%20-1%20-117%20-134%20-117%20-134%20-31%2045%20c-64%2093%20-120%20257%20-120%20352%20l0%2043%2045%200%2045%200%200%20195%200%20195%20-145%200%20-145%200%200%20-205z%22/%3E%3C/g%3E%3C/svg%3E);
}
.sidebar.toggled .nav-item .nav-link i.sidebar_dashboard_icon {
    width: 32px;
    height: 26px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 26px;
    background-image: url(data:image/svg+xml;
    charset=US-ASCII, %3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%2020010904//EN%22%20%22http%3A//www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd%22%3E%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22458.000000pt%22%20height%3D%22374.000000pt%22%20viewBox%3D%220%200%20458.000000%20374.000000%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cg%20transform%3D%22translate%280.000000%2C374.000000%29%20scale%280.100000%2C-0.100000%29%22%20fill%3D%22%23fff%22%20stroke%3D%22none%22%3E%3Cpath%20d%3D%22M2150%203729%20c-661%20-35%20-1290%20-369%20-1693%20-897%20-582%20-765%20-608%20-1798%20-64%20-2595%2080%20-118%20143%20-186%20192%20-208%2038%20-18%20114%20-19%201705%20-19%201895%200%201705%20-9%201793%2091%20195%20222%20383%20612%20447%20929%2065%20322%2061%20662%20-10%20965%20-151%20644%20-602%201206%20-1205%201500%20-371%20181%20-745%20256%20-1165%20234z%20m315%20-429%20c221%20-21%20440%20-82%20643%20-180%20376%20-181%20671%20-469%20854%20-834%20283%20-563%20245%20-1235%20-98%20-1763%20l-54%20-83%20-1520%200%20-1520%200%20-54%2083%20c-190%20292%20-286%20618%20-286%20972%200%20481%20192%20931%20544%201278%20387%20382%20943%20578%201491%20527z%22/%3E%3Cpath%20d%3D%22M2160%203010%20c-652%20-56%20-1201%20-494%20-1379%20-1099%20-39%20-130%20-61%20-296%20-61%20-452%200%20-106%202%20-121%2020%20-139%2025%20-25%2074%20-26%2099%20-1%2013%2013%2020%2040%2025%20107%2024%20298%20153%20567%20383%20797%20183%20184%20388%20302%20638%20368%2080%2021%20111%2024%20290%2024%20223%200%20292%20-10%20475%20-71%20360%20-120%20623%20-385%20738%20-744%2041%20-128%2052%20-189%2061%20-337%2010%20-169%202%20-163%20212%20-163%20200%200%20199%20-1%20199%20125%200%20119%20-17%20260%20-46%20394%20-146%20658%20-598%201085%20-1243%201175%20-142%2020%20-295%2025%20-411%2016z%22/%3E%3Cpath%20d%3D%22M1602%202284%20c-30%20-21%20-29%20-48%2013%20-228%2046%20-201%20119%20-525%20200%20-886%2074%20-330%2096%20-387%20179%20-473%2058%20-58%20146%20-103%20234%20-118%20169%20-30%20361%2070%20434%20227%2039%2084%2052%20165%2039%20240%20-24%20130%20-37%20147%20-521%20686%20-249%20277%20-467%20518%20-486%20536%20-37%2036%20-59%2040%20-92%2016z%20m762%20-1153%20c91%20-60%2088%20-199%20-6%20-247%20-128%20-66%20-260%2067%20-193%20195%2034%2066%20136%2093%20199%2052z%22/%3E%3C/g%3E%3C/svg%3E);
}
.sidebar.toggled .nav-item .nav-link: hover i.sidebar_dashboard_icon {
    background-image: url(data:image/svg+xml;
    charset=US-ASCII, %3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%2020010904//EN%22%20%22http%3A//www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd%22%3E%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22458.000000pt%22%20height%3D%22374.000000pt%22%20viewBox%3D%220%200%20458.000000%20374.000000%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cg%20transform%3D%22translate%280.000000%2C374.000000%29%20scale%280.100000%2C-0.100000%29%22%20fill%3D%22%23b4bbca%22%20stroke%3D%22none%22%3E%3Cpath%20d%3D%22M2150%203729%20c-661%20-35%20-1290%20-369%20-1693%20-897%20-582%20-765%20-608%20-1798%20-64%20-2595%2080%20-118%20143%20-186%20192%20-208%2038%20-18%20114%20-19%201705%20-19%201895%200%201705%20-9%201793%2091%20195%20222%20383%20612%20447%20929%2065%20322%2061%20662%20-10%20965%20-151%20644%20-602%201206%20-1205%201500%20-371%20181%20-745%20256%20-1165%20234z%20m315%20-429%20c221%20-21%20440%20-82%20643%20-180%20376%20-181%20671%20-469%20854%20-834%20283%20-563%20245%20-1235%20-98%20-1763%20l-54%20-83%20-1520%200%20-1520%200%20-54%2083%20c-190%20292%20-286%20618%20-286%20972%200%20481%20192%20931%20544%201278%20387%20382%20943%20578%201491%20527z%22/%3E%3Cpath%20d%3D%22M2160%203010%20c-652%20-56%20-1201%20-494%20-1379%20-1099%20-39%20-130%20-61%20-296%20-61%20-452%200%20-106%202%20-121%2020%20-139%2025%20-25%2074%20-26%2099%20-1%2013%2013%2020%2040%2025%20107%2024%20298%20153%20567%20383%20797%20183%20184%20388%20302%20638%20368%2080%2021%20111%2024%20290%2024%20223%200%20292%20-10%20475%20-71%20360%20-120%20623%20-385%20738%20-744%2041%20-128%2052%20-189%2061%20-337%2010%20-169%202%20-163%20212%20-163%20200%200%20199%20-1%20199%20125%200%20119%20-17%20260%20-46%20394%20-146%20658%20-598%201085%20-1243%201175%20-142%2020%20-295%2025%20-411%2016z%22/%3E%3Cpath%20d%3D%22M1602%202284%20c-30%20-21%20-29%20-48%2013%20-228%2046%20-201%20119%20-525%20200%20-886%2074%20-330%2096%20-387%20179%20-473%2058%20-58%20146%20-103%20234%20-118%20169%20-30%20361%2070%20434%20227%2039%2084%2052%20165%2039%20240%20-24%20130%20-37%20147%20-521%20686%20-249%20277%20-467%20518%20-486%20536%20-37%2036%20-59%2040%20-92%2016z%20m762%20-1153%20c91%20-60%2088%20-199%20-6%20-247%20-128%20-66%20-260%2067%20-193%20195%2034%2066%20136%2093%20199%2052z%22/%3E%3C/g%3E%3C/svg%3E);
}
.sidebar.toggled .nav-item .nav-link i.sidebar_api_icon {
    width: 32px;
    height: 26px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 26px;
    background-image: url(data:image/svg+xml;
    charset=US-ASCII, %3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%2020010904//EN%22%20%22http%3A//www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd%22%3E%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22468.000000pt%22%20height%3D%22468.000000pt%22%20viewBox%3D%220%200%20468.000000%20468.000000%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cg%20transform%3D%22translate%280.000000%2C468.000000%29%20scale%280.100000%2C-0.100000%29%22%20fill%3D%22%23fff%22%20stroke%3D%22none%22%3E%3Cpath%20d%3D%22M2000%204427%20l0%20-254%20-81%20-17%20c-173%20-37%20-414%20-137%20-560%20-231%20l-72%20-47%20-181%20181%20-181%20181%20-238%20-238%20c-130%20-130%20-237%20-242%20-237%20-247%200%20-5%2079%20-89%20176%20-186%20l176%20-176%20-42%20-64%20c-94%20-145%20-185%20-363%20-231%20-551%20l-23%20-98%20-253%200%20-253%200%200%20-340%200%20-340%20253%200%20253%200%2013%20-62%20c36%20-176%20133%20-414%20235%20-578%20l46%20-75%20-180%20-180%20-180%20-180%20242%20-242%20243%20-243%20181%20181%20181%20181%2072%20-47%20c146%20-94%20387%20-194%20560%20-231%20l81%20-17%200%20-254%200%20-253%20340%200%20340%200%200%20253%200%20253%2063%2013%20c172%2035%20420%20136%20587%20240%20l65%2040%20180%20-180%20180%20-179%20243%20243%20242%20242%20-180%20180%20-179%20180%2046%2075%20c102%20165%20189%20377%20230%20560%20l18%2080%20252%200%20253%200%200%20340%200%20340%20-253%200%20-253%200%20-13%2063%20c-35%20172%20-136%20420%20-240%20587%20l-40%2065%20179%20180%20180%20180%20-242%20242%20-243%20243%20-180%20-180%20-180%20-179%20-75%2046%20c-168%20103%20-375%20188%20-561%20230%20l-79%2018%200%20252%200%20253%20-340%200%20-340%200%200%20-253z%20m556%20-872%20c504%20-88%20911%20-495%20999%20-999%2019%20-114%2019%20-318%200%20-432%20-88%20-504%20-495%20-911%20-999%20-999%20-114%20-19%20-318%20-19%20-432%200%20-504%2088%20-911%20495%20-999%20999%20-19%20114%20-19%20318%200%20432%2088%20500%20492%20908%20991%20998%20108%2019%20330%2020%20440%201z%22/%3E%3Cpath%20d%3D%22M2460%202723%20c-19%20-1%20-59%20-6%20-87%20-9%20l-53%20-5%200%20-380%200%20-379%2090%200%2089%200%203%20133%203%20132%2066%206%20c157%2013%20257%20112%20259%20253%201%20135%20-72%20219%20-215%20245%20-57%2011%20-83%2011%20-155%204z%20m156%20-187%20c22%20-18%2028%20-32%2027%20-60%20-1%20-21%20-9%20-46%20-19%20-57%20-17%20-19%20-86%20-43%20-106%20-37%20-6%202%20-12%2043%20-15%2091%20l-5%2087%2046%200%20c33%200%2052%20-6%2072%20-24z%22/%3E%3Cpath%20d%3D%22M1726%202498%20c-182%20-534%20-184%20-539%20-172%20-544%207%20-3%2051%20-4%2097%20-2%20l84%203%2035%20103%2035%20103%2084%20-3%2085%20-3%2035%20-102%2036%20-103%2098%200%20c53%200%2097%201%2097%203%200%202%20-58%20174%20-130%20382%20-71%20208%20-130%20380%20-130%20382%200%202%20-40%203%20-89%203%20l-89%200%20-76%20-222z%20m198%20-63%20c19%20-55%2038%20-108%2041%20-117%207%20-16%20-1%20-18%20-80%20-18%20-71%200%20-86%203%20-82%2014%203%208%2023%2062%2043%20120%2021%2058%2039%20104%2041%20103%201%20-2%2018%20-48%2037%20-102z%22/%3E%3Cpath%20d%3D%22M2950%202335%20l0%20-385%2090%200%2090%200%200%20385%200%20385%20-90%200%20-90%200%200%20-385z%22/%3E%3C/g%3E%3C/svg%3E);
}
.sidebar.toggled .nav-item .nav-link: hover i.sidebar_api_icon {
    background-image: url(data:image/svg+xml;
    charset=US-ASCII, %3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%2020010904//EN%22%20%22http%3A//www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd%22%3E%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22468.000000pt%22%20height%3D%22468.000000pt%22%20viewBox%3D%220%200%20468.000000%20468.000000%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cg%20transform%3D%22translate%280.000000%2C468.000000%29%20scale%280.100000%2C-0.100000%29%22%20fill%3D%22%23b4bbca%22%20stroke%3D%22none%22%3E%3Cpath%20d%3D%22M2000%204427%20l0%20-254%20-81%20-17%20c-173%20-37%20-414%20-137%20-560%20-231%20l-72%20-47%20-181%20181%20-181%20181%20-238%20-238%20c-130%20-130%20-237%20-242%20-237%20-247%200%20-5%2079%20-89%20176%20-186%20l176%20-176%20-42%20-64%20c-94%20-145%20-185%20-363%20-231%20-551%20l-23%20-98%20-253%200%20-253%200%200%20-340%200%20-340%20253%200%20253%200%2013%20-62%20c36%20-176%20133%20-414%20235%20-578%20l46%20-75%20-180%20-180%20-180%20-180%20242%20-242%20243%20-243%20181%20181%20181%20181%2072%20-47%20c146%20-94%20387%20-194%20560%20-231%20l81%20-17%200%20-254%200%20-253%20340%200%20340%200%200%20253%200%20253%2063%2013%20c172%2035%20420%20136%20587%20240%20l65%2040%20180%20-180%20180%20-179%20243%20243%20242%20242%20-180%20180%20-179%20180%2046%2075%20c102%20165%20189%20377%20230%20560%20l18%2080%20252%200%20253%200%200%20340%200%20340%20-253%200%20-253%200%20-13%2063%20c-35%20172%20-136%20420%20-240%20587%20l-40%2065%20179%20180%20180%20180%20-242%20242%20-243%20243%20-180%20-180%20-180%20-179%20-75%2046%20c-168%20103%20-375%20188%20-561%20230%20l-79%2018%200%20252%200%20253%20-340%200%20-340%200%200%20-253z%20m556%20-872%20c504%20-88%20911%20-495%20999%20-999%2019%20-114%2019%20-318%200%20-432%20-88%20-504%20-495%20-911%20-999%20-999%20-114%20-19%20-318%20-19%20-432%200%20-504%2088%20-911%20495%20-999%20999%20-19%20114%20-19%20318%200%20432%2088%20500%20492%20908%20991%20998%20108%2019%20330%2020%20440%201z%22/%3E%3Cpath%20d%3D%22M2460%202723%20c-19%20-1%20-59%20-6%20-87%20-9%20l-53%20-5%200%20-380%200%20-379%2090%200%2089%200%203%20133%203%20132%2066%206%20c157%2013%20257%20112%20259%20253%201%20135%20-72%20219%20-215%20245%20-57%2011%20-83%2011%20-155%204z%20m156%20-187%20c22%20-18%2028%20-32%2027%20-60%20-1%20-21%20-9%20-46%20-19%20-57%20-17%20-19%20-86%20-43%20-106%20-37%20-6%202%20-12%2043%20-15%2091%20l-5%2087%2046%200%20c33%200%2052%20-6%2072%20-24z%22/%3E%3Cpath%20d%3D%22M1726%202498%20c-182%20-534%20-184%20-539%20-172%20-544%207%20-3%2051%20-4%2097%20-2%20l84%203%2035%20103%2035%20103%2084%20-3%2085%20-3%2035%20-102%2036%20-103%2098%200%20c53%200%2097%201%2097%203%200%202%20-58%20174%20-130%20382%20-71%20208%20-130%20380%20-130%20382%200%202%20-40%203%20-89%203%20l-89%200%20-76%20-222z%20m198%20-63%20c19%20-55%2038%20-108%2041%20-117%207%20-16%20-1%20-18%20-80%20-18%20-71%200%20-86%203%20-82%2014%203%208%2023%2062%2043%20120%2021%2058%2039%20104%2041%20103%201%20-2%2018%20-48%2037%20-102z%22/%3E%3Cpath%20d%3D%22M2950%202335%20l0%20-385%2090%200%2090%200%200%20385%200%20385%20-90%200%20-90%200%200%20-385z%22/%3E%3C/g%3E%3C/svg%3E);
}
.sidebar.toggled .nav-item .nav-link span {
    font-size: 12px;
}
.sidebar.toggled .nav-item.active .nav-link i.sidebar_scraper_icon {
    background-image: url(data:image/svg+xml;
    charset=US-ASCII, %3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%2020010904//EN%22%20%22http%3A//www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd%22%3E%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22267.000000pt%22%20height%3D%22208.000000pt%22%20viewBox%3D%220%200%20267.000000%20208.000000%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cg%20transform%3D%22translate%280.000000%2C208.000000%29%20scale%280.100000%2C-0.100000%29%22%20fill%3D%22%23031b4d%22%20stroke%3D%22none%22%3E%3Cpath%20d%3D%22M470%201875%20l0%20-205%2044%200%2043%200%207%20-62%20c18%20-166%2085%20-328%20176%20-430%2037%20-42%2050%20-64%2050%20-87%200%20-18%20-5%20-31%20-12%20-31%20-25%200%20-244%2058%20-301%2080%20-56%2021%20-57%2022%20-36%2038%2020%2017%2020%2018%20-73%20181%20-51%2090%20-98%20165%20-105%20168%20-6%202%20-68%20-28%20-137%20-67%20-119%20-67%20-125%20-72%20-115%20-93%2062%20-118%20183%20-317%20192%20-317%207%201%2030%2013%2051%2029%20l39%2028%2054%20-30%20c76%20-41%20207%20-84%20334%20-109%20l109%20-21%200%20-79%200%20-79%20-54%20-65%20c-62%20-75%20-115%20-172%20-142%20-256%20l-18%20-58%20-53%200%20-53%200%200%20-195%200%20-195%20145%200%20145%200%200%20189%200%20190%20-29%203%20-30%203%2035%2075%20c37%2079%2092%20170%20103%20170%203%200%2053%20-59%20111%20-130%20l105%20-130%20280%201%20280%200%20105%20130%20c57%2071%20107%20129%20110%20129%2017%200%20130%20-209%20130%20-240%200%20-5%20-11%20-10%20-25%20-10%20l-25%200%200%20-200%200%20-200%20145%200%20145%200%200%20200%200%20200%20-54%200%20-54%200%20-18%2052%20c-32%20101%20-96%20210%20-161%20279%20-34%2035%20-34%2036%20-31%20119%20l3%2084%20105%2022%20c125%2027%20209%2054%20309%20100%20l74%2034%2049%20-31%20c27%20-17%2051%20-30%2053%20-28%208%208%20195%20342%20193%20344%20-63%2040%20-263%20143%20-268%20138%20-14%20-16%20-170%20-306%20-170%20-316%200%20-5%208%20-16%2018%20-23%2015%20-11%2012%20-15%20-31%20-34%20-49%20-22%20-196%20-62%20-274%20-75%20l-43%20-7%200%2032%20c0%2023%2013%2049%2049%2094%2027%2033%2065%2091%2085%20127%2041%2075%2086%20237%2086%20310%20l0%2049%2050%200%2050%200%200%20195%200%20195%20-150%200%20-150%200%200%20-195%200%20-195%2050%200%2051%200%20-7%20-52%20c-9%20-82%20-31%20-161%20-62%20-226%20-31%20-64%20-84%20-152%20-92%20-151%20-3%200%20-60%2063%20-128%20140%20l-123%20139%20-277%20-1%20-277%20-1%20-117%20-134%20-117%20-134%20-31%2045%20c-64%2093%20-120%20257%20-120%20352%20l0%2043%2045%200%2045%200%200%20195%200%20195%20-145%200%20-145%200%200%20-205z%22/%3E%3C/g%3E%3C/svg%3E);
}
.sidebar.toggled .nav-item.active .nav-link i.sidebar_dashboard_icon {
    background-image: url(data:image/svg+xml;
    charset=US-ASCII, %3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%2020010904//EN%22%20%22http%3A//www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd%22%3E%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22458.000000pt%22%20height%3D%22374.000000pt%22%20viewBox%3D%220%200%20458.000000%20374.000000%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cg%20transform%3D%22translate%280.000000%2C374.000000%29%20scale%280.100000%2C-0.100000%29%22%20fill%3D%22%23031b4d%22%20stroke%3D%22none%22%3E%3Cpath%20d%3D%22M2150%203729%20c-661%20-35%20-1290%20-369%20-1693%20-897%20-582%20-765%20-608%20-1798%20-64%20-2595%2080%20-118%20143%20-186%20192%20-208%2038%20-18%20114%20-19%201705%20-19%201895%200%201705%20-9%201793%2091%20195%20222%20383%20612%20447%20929%2065%20322%2061%20662%20-10%20965%20-151%20644%20-602%201206%20-1205%201500%20-371%20181%20-745%20256%20-1165%20234z%20m315%20-429%20c221%20-21%20440%20-82%20643%20-180%20376%20-181%20671%20-469%20854%20-834%20283%20-563%20245%20-1235%20-98%20-1763%20l-54%20-83%20-1520%200%20-1520%200%20-54%2083%20c-190%20292%20-286%20618%20-286%20972%200%20481%20192%20931%20544%201278%20387%20382%20943%20578%201491%20527z%22/%3E%3Cpath%20d%3D%22M2160%203010%20c-652%20-56%20-1201%20-494%20-1379%20-1099%20-39%20-130%20-61%20-296%20-61%20-452%200%20-106%202%20-121%2020%20-139%2025%20-25%2074%20-26%2099%20-1%2013%2013%2020%2040%2025%20107%2024%20298%20153%20567%20383%20797%20183%20184%20388%20302%20638%20368%2080%2021%20111%2024%20290%2024%20223%200%20292%20-10%20475%20-71%20360%20-120%20623%20-385%20738%20-744%2041%20-128%2052%20-189%2061%20-337%2010%20-169%202%20-163%20212%20-163%20200%200%20199%20-1%20199%20125%200%20119%20-17%20260%20-46%20394%20-146%20658%20-598%201085%20-1243%201175%20-142%2020%20-295%2025%20-411%2016z%22/%3E%3Cpath%20d%3D%22M1602%202284%20c-30%20-21%20-29%20-48%2013%20-228%2046%20-201%20119%20-525%20200%20-886%2074%20-330%2096%20-387%20179%20-473%2058%20-58%20146%20-103%20234%20-118%20169%20-30%20361%2070%20434%20227%2039%2084%2052%20165%2039%20240%20-24%20130%20-37%20147%20-521%20686%20-249%20277%20-467%20518%20-486%20536%20-37%2036%20-59%2040%20-92%2016z%20m762%20-1153%20c91%20-60%2088%20-199%20-6%20-247%20-128%20-66%20-260%2067%20-193%20195%2034%2066%20136%2093%20199%2052z%22/%3E%3C/g%3E%3C/svg%3E);
}
}.price_detail {
    padding: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
}
.price_detail .card-header {
    background: #dee2e6;
    color: #212529;
    text-align: center;
}
.price_detail .card-body {
    padding: 10px;
}
.price_detail .agree_checkbox label {
    font-size: 12px;
}
.price_detail .remove_price {
    position: relative;
    padding-right: 30px;
    text-align: right;
}
.price_detail .remove_icon {
    font-size: 14px;
    height: 25px;
    width: 25px;
    display: table;
    color: #dc3545;
    text-align: center;
    border-radius: 50px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.price_detail .remove_icon:hover {
    background: #dc3545;
    color: #fff;
}
.price_detail .remove_icon i {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.price_detail .promo_success {
    font-size: 10px;
}
.security_icon {
    margin-top: 15px;
    max-width: 100%}
.ui-slider-tick-mark {
    display: inline-block;
    width: 2px;
    height: 13px;
    background-color: #d3d3d3;
    position: absolute;
    top: 13px;
}
.ui-slider-tick-mark-nums {
    display: inline-block;
    position: absolute;
    top: 18px;
    font-size: 12px;
}
footer.sticky-footer {
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    background-color: #031b4d;
    color: #fff;
}
footer.sticky-footer .copyright {
    line-height: 1;
    font-size: .8rem;
}
@media (min-width:768px) {
    footer.sticky-footer {
    width: 100%}
}body.sidebar-toggled footer.sticky-footer {
    width: 100%}
@media (min-width:768px) {
    body.sidebar-toggled footer.sticky-footer {
    width: calc(100% - 70px);
}
}.front_footer {
    background: #031b4d;
    padding: 30px 0 0 0;
    color: #f8f9fa;
}
.front_footer .footer_logo {
    background: url(/images/brand_logo.png) no-repeat 0 center/auto 40px;
    height: 40px;
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-indent: -9999px;
    margin-bottom: 10px;
}
.front_footer h4 {
    color: #f8f9fa;
}
.front_footer h4 a {
    color: #f8f9fa;
}
.front_footer h4 a:hover {
    color: #f2b011;
}
.front_footer ul {
    list-style: none;
}
.front_footer .footer_support {
    margin-bottom: 30px;
    padding-right: 100px;
}
.front_footer .footer_support .support_list_gp {
    border-top: 1px solid #adb5bd;
    padding-top: 20px;
}
.front_footer .footer_support .support_list_gp li {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 400;
}
.front_footer .footer_support .support_list_gp li:last-child {
    margin: 0;
}
.front_footer .footer_support .support_list_gp li a {
    color: #fff;
}
.front_footer .footer_support .support_list_gp li a:hover {
    color: #f2b011;
}
.front_footer .quick_link_sec h2{
    color: #fff;
}
.front_footer .quick_link_sec {
    margin-bottom: 30px;
}
.front_footer .quick_links {
    padding: 0;
    margin: 0;
}
.front_footer .quick_links li {
    float: left;
    width: 100%;
    margin-bottom: 12px;
    padding-right: 5px;
}
.front_footer .quick_links li a {
    color: #f8f9fa;
}
.front_footer .quick_links li a:hover {
    color: #f2b011;
}
.front_footer .social_group {
    margin-bottom: 30px;
}
.front_footer .social_group ul {
    padding: 0;
    margin: 0;
}
.front_footer .social_group li {
    margin-bottom: 15px;
}
.front_footer .social_group li:last-child {
    margin: 0;
}
.front_footer .social_group li a {
    display: flex;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 50px;
    font-size: 24px;
    color: #fff;
    justify-content: center;
    align-items: center;
    transition: all .4s ease-in-out;
}
.front_footer .social_group li a:hover {
    background: #fff;
    color: #031b4d;
    text-decoration: none;
}
.front_footer .btn.cta_btn {
    width: auto;
    padding: 10px 50px;
}
.front_footer .copyright {
    background: #031b4d;
    border-top: 1px solid #adb5bd;
    color: #fff;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (min-width:320px) and (max-width:767px) {
    .front_footer .quick_link_sec {
    order: 2;
}
.front_footer .quick_link_sec .quick_links li {
    margin-bottom: 10px;
}
.front_footer .quick_link_sec .quick_links li a {
    font-size: 14px;
}
.front_footer .footer_support {
    order: 1;
    font-size: 14px;
    padding-right: 15px;
}
.front_footer .social_group {
    order: 3;
}
.front_footer .social_group ul {
    display: flex;
}
.front_footer .social_group li {
    margin-right: 10px;
    margin-bottom: 0;
}
.front_footer .social_group li a {
    width: 35px;
    height: 35px;
    font-size: 18px;
}
.front_footer .copyright {
    font-size: 14px;
}
}@media screen and (min-width:576px) and (max-width:767px) {
    .front_footer .quick_link_sec {
    order: 1;
    margin-top: 0;
}
.front_footer .quick_link_sec .quick_links li {
    margin-bottom: 5px;
}
.front_footer .footer_support {
    order: 2;
    font-size: 14px;
}
.front_footer .social_group {
    order: 3;
}
}@media screen and (min-width:768px) and (max-width:991px) {
    .front_footer .quick_links li {
    margin-bottom: 15px;
    padding-right: 0;
}
.front_footer .quick_links li a {
    font-size: 14px;
}
.front_footer .footer_support {
    font-size: 14px;
    padding-right: 15px;
}
.front_footer .social_group li {
    margin-right: 50px;
}
}body, html {
    height: 100%}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    color: #212529;
}
.LandbotLivechat {
    min-width: 200px!important;
}
.full_container {
    padding: 0 15px;
}
#body_wrapper .register_card {
    padding-top: 80px;
}
#body_wrapper .payment_card {
    padding-top: 80px;
    height: 100vh;
    border-radius: 0;
    overflow: auto;
}
.tabs_under {
    font-size: 14px;
    display: block;
    color: #343a40;
    font-weight: 400;
    text-align: center;
    margin: 10px 0;
}
.pricing_hero {
    background: #031b4d!important;
    height: 72px!important;
}
.pricing_hero .tag_line {
    color: #000!important;
}
.payment_card {
    background: #fff;
}
.payment_card .price_credit_info {
    margin-top: 50px;
    padding-bottom: 100px;
}
.payment_card .lead_text {
    padding-top: 100px;
}
.payment_card .pricing_tabs {
    margin-bottom: -1px;
    justify-content: center;
    position: relative;
    z-index: 1;
    border-width: 2px;
}
.payment_card .pricing_tabs .nav-link {
    background: #e9ecef;
    font-size: 20px;
    margin-right: -1px;
    border-radius: 0;
    border-color: #dee2e6 #dee2e6 #dee2e6 #dee2e6;
    padding-left: 60px;
    padding-right: 60px;
    border-width: 2px;
    margin-bottom: -1px;
}
.payment_card .pricing_tabs .nav-link:hover {
    border-color: #dee2e6 #dee2e6 #dee2e6 #dee2e6;
}
.payment_card .pricing_tabs .nav-link.active {
    background: #fff;
    color: #2e56bd;
    position: relative;
    z-index: 1;
    border-color: #dee2e6 #dee2e6 #fff #dee2e6;
}
.payment_card .pricing_tabs .nav-link.active:hover {
    border-color: #dee2e6 #dee2e6 #fff #dee2e6;
}
.query_credits {
    height: 100%;
    border: 2px solid #dee2e6;
    border-top: 0;
    padding: 30px;
}
.credit_box {
    position: relative;
}
.credit_box .credit_price {
    font-size: 48px;
}
.credit_box .credit_pages {
    font-size: 20px;
    color: #6c757d;
}
.credit_list li {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 100%;
    font-size: 14px;
}
.credit_list li:last-child {
    border: 0;
    padding: 0;
    margin: 0;
}
.priceplan_content {
    border: 2px solid #dee2e6;
    border-top: 0;
    padding: 30px;
    height: 100%}
.pricingplans_upsell {
    padding: 12px;
    background: #d4edda;
    text-align: center;
    transition: .3s ease-in-out;
    transform: translateY(-53px);
    opacity: 0;
}
.pkg_tabs_nav {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    position: sticky;
    top: 70px;
    z-index: 1;
}
.pkg_tabs_nav .navbar-nav {
    width: 100%;
    justify-content: space-evenly;
}
.pkg_tabs_nav .navbar-nav .nav-item {
    font-size: 20px;
    font-weight: 600;
}
.pkg_tabs_nav .navbar-nav .nav-item .nav-link.active {
    background: 0 0;
    color: #2e56bd;
}
.addons_detail {
    float: left;
    width: calc(100% - 50px);
}
.prod_detail {
    padding: 0;
    margin: 10px 0 0 0;
    list-style: none;
}
.prod_detail li {
    padding: 5px 0;
    width: calc(100% / 2);
    display: inline-block;
}
#AccordionFAQ .card {
    padding: 0;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    margin-top: -1px;
}
#AccordionFAQ .card-header {
    background: 0 0;
    border-bottom: 0;
    padding-left: 0;
    padding-right: 40px;
    position: relative;
    text-decoration: none;
    color: #343a40;
    font-weight: 600;
}
#AccordionFAQ .card-header:focus, #AccordionFAQ .card-header:hover {
    color: #ad7d09;
}
#AccordionFAQ .card-header i {
    position: absolute;
    right: 15px;
    top: 15px;
}
#AccordionFAQ .card-header[aria-expanded=true] i.fa-minus-plus:before {
    content: "\f068"}
#AccordionFAQ .card-header[aria-expanded=false] i.fa-minus-plus:before {
    content: "\f067"}
#AccordionFAQ .card-body {
    background: #f3f5f9;
    padding: 10px;
    margin-bottom: 10px;
}
.pay_breadcrumb {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
}
.pay_breadcrumb li {
    font-size: 16px;
    margin-right: 15px;
    position: relative;
    padding-right: 25px;
    color: #adb5bd;
}
.pay_breadcrumb li:last-child {
    margin-right: 0;
}
.pay_breadcrumb li.active {
    color: #0069ff;
}
.pay_breadcrumb li b {
    display: block;
}
.pay_breadcrumb li .arrow_right {
    position: absolute;
    right: 0;
    bottom: 0;
}
.sticky-btn {
    background: #fff;
    position: sticky;
    bottom: 0;
}
#faqSection, #standardPlan {
    position: absolute;
    top: -150px;
    left: 0;
    bottom: 130px;
    z-index: -1111;
    width: 100%}
.navbar_wrap {
    height: auto;
}
.front_nav.navbar {
    background: 0 0;
    color: #fff;
    border-bottom: 1px solid transparent;
    transition: background ease .5s;
}
.front_nav.navbar .mob_menu {
    display: none;
}
.front_nav.navbar .brand_logo {
    background: url(/images/brand_logo.png) no-repeat 0 center/180px auto;
    width: 180px;
    height: 40px;
    display: block;
    font-size: 26px;
    color: #fff;
    text-indent: -9999px;
}
.front_nav.navbar .home_navbar .nav-item {
    margin-right: 20px;
}
.front_nav.navbar .home_navbar .nav-item:last-child {
    margin: 0;
}
.front_nav.navbar .home_navbar .nav-link {
    color: #dee2e6;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
}
.front_nav.navbar .home_navbar .nav-link.active, .front_nav.navbar .home_navbar .nav-link:focus, .front_nav.navbar .home_navbar .nav-link:hover {
    color: #fff;
    border-bottom: 2px solid #f2b011;
}
.front_nav.navbar.scroll_fixed {
    background: #031b4d;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.btn.cta_btn {
    background: #f2b011;
    width: 450px;
    border-radius: 5px;
    padding: 20px 10px;
    color: #000;
    font-weight: 700;
    font-size: 22px;
}
.btn.cta_btn:hover {
    background: #d39614;
}
.separator_shadow {
    position: relative;
    webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    overflow: hidden;
}
.separator_shadow .row-shape-wrap {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 80px;
    text-align: center;
    opacity: 1!important;
    z-index: 1;
}
.separator_shadow .row-shape-wrap.shadow-custom.top svg {
    webkit-filter: drop-shadow(10px 0 20px rgba(0, 0, 0, .2));
    filter: drop-shadow(10px 0 20px rgba(0, 0, 0, .2));
}
.separator_shadow .row-shape-wrap.bottom {
    top: auto;
    bottom: -1px;
}
.separator_shadow .row-shape-wrap.shadow-custom.bottom svg {
    webkit-filter: drop-shadow(-10px 0 20px rgba(0, 0, 0, .2));
    filter: drop-shadow(-10px 0 20px rgba(0, 0, 0, .2));
}
.title_text {
    font-size: 40px;
    margin-bottom: 10px;
    text-align: center;
}
.title_text:after {
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    background: #f2b011;
    margin: 5px auto 0;
}
.tag_line {
    font-size: 20px;
    margin-bottom: 40px;
    text-align: center;
}
#hero_section {
    background: url(/images/hero.jpg) no-repeat center/cover;
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}
#hero_section .breadcrumb {
    padding: 0;
    margin-bottom: 20px;
    background: 0 0;
}
#hero_section .breadcrumb li {
    color: #fff;
}
#hero_section .breadcrumb a {
    color: #f2b011;
}
#hero_section .breadcrumb a:hover {
    color: #fff;
}
#hero_section .go_down_btn {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 5px 10px;
    border: 1px solid transparent;
    color: #f2b011;
    font-weight: 500;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    transition: all .4s ease-in-out;
}
#hero_section .go_down_btn:focus, #hero_section .go_down_btn:hover {
    border: 1px solid #f2b011;
    text-decoration: none;
    bottom: 15px;
}
#hero_section .custom_error, #hero_section .custom_success {
    position: absolute;
    top: 70px;
    width: 100%}
#hero_section.inner_page_hero {
    height: 500px;
}
#hero_section.static_page_hero {
    height: 500px;
}
#hero_section .lead_text {
    color: #f2b011;
    margin-bottom: 40px;
    font-size: 50px;
    font-weight: 600;
}
#hero_section .tag_line_text {
    margin-bottom: 40px;
}
#hero_section .tag_line {
    color: #fff;
    margin-bottom: 10px;
    font-size: 26px;
}
#hero_section .offer_tag {
    margin-top: 10px;
    color: #fff;
}
#hero_section .offer_tag span:first-child {
    margin: 0 20px 0 0;
}
#hero_section .scraper_title {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
#hero_section .scraper_title .scraper_img {
    background: #fff;
    margin-right: 20px;
    padding: 10px;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#hero_section .scraper_title .scraper_img img {
    max-width: 50px;
    max-height: 50px;
}
#hero_section .scraper_text .btn.cta_btn {
    width: auto;
    padding: 10px 20px;
    margin-top: 30px;
}
#hero_section .scraper_text .tag_line {
    font-size: 20px;
}
#url_scraper {
    padding: 80px 0;
}
#url_scraper .scraper_input {
    background: #031b4d;
    margin: 30px 0;
    padding: 20px;
}
#url_scraper .scraper_input .custom-select {
    width: calc(100% - 330px);
    margin: 0 auto;
    height: 60px;
    float: left;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    font-size: 20px;
    padding-right: 45px;
    padding-top: 8px;
    background-position: calc(100% - 25px) center;
}
#url_scraper .scraper_input .cta_btn {
    width: 230px;
    height: 60px;
    padding: 13px 10px;
    float: left;
    border-radius: 0 5px 5px 0;
}
#url_scraper .scraper_input .box_text {
    background: #fff;
    width: 100px;
    height: 60px;
    line-height: 60px;
    float: left;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    border: 1px solid #ced4da;
    border-right: 0;
    border-radius: 5px 0 0 5px;
}
#solution {
    padding: 80px 0;
}
#solution .tag_line {
    margin-bottom: 80px;
}
#solution .prod_box {
    background: #fff;
    height: 100%;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
    position: relative;
}
#solution .prod_box .prod_action {
    background: rgba(3, 27, 77, .9);
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity .5s ease-in-out;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#solution .prod_box .prod_action a {
    color: #f2b011;
    font-size: 18px;
}
#solution .prod_box .prod_action .btn.cta_btn {
    width: auto;
    padding: 5px 12px;
    color: #000;
    font-size: 16px;
}
#solution .prod_box:hover {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
}
#solution .prod_box:hover .prod_action {
    opacity: 1;
}
#solution .prod_box .mob_prod_action {
    display: none;
}
#solution .prod_list {
    margin-bottom: 30px;
}
#solution .prod_icon {
    height: 100px;
    background-repeat: no-repeat;
    background-position: center 20px;
    background-size: auto 70px;
}
#solution .prod_icon.real_icon {
    background-image: url(data:image/svg+xml;
    charset=US-ASCII, %3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%2020010904//EN%22%20%22http%3A//www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd%22%3E%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22779.000000pt%22%20height%3D%22779.000000pt%22%20viewBox%3D%220%200%20779.000000%20779.000000%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cg%20transform%3D%22translate%280.000000%2C779.000000%29%20scale%280.100000%2C-0.100000%29%22%20fill%3D%22%2300438a%22%20stroke%3D%22none%22%3E%3Cpath%20d%3D%22M3590%207774%20c-19%20-2%20-80%20-9%20-135%20-15%20-869%20-92%20-1697%20-494%20-2325%20-1128%20-499%20-504%20-845%20-1122%20-1015%20-1816%20-79%20-324%20-100%20-515%20-100%20-920%200%20-405%2021%20-596%20100%20-920%20368%20-1503%201585%20-2645%203100%20-2910%20254%20-44%20335%20-50%20680%20-50%20345%200%20426%206%20680%2050%201400%20245%202565%201251%203011%202600%20137%20416%20194%20777%20194%201230%200%20453%20-57%20814%20-194%201230%20-411%201244%20-1442%202208%20-2711%202535%20-338%2087%20-534%20111%20-930%20115%20-176%202%20-336%201%20-355%20-1z%20m630%20-165%20c743%20-60%201475%20-363%202067%20-854%20667%20-554%201139%20-1372%201283%20-2224%2069%20-409%2069%20-863%200%20-1272%20-90%20-534%20-319%20-1081%20-638%20-1526%20-537%20-750%20-1329%20-1277%20-2221%20-1477%20-271%20-61%20-515%20-87%20-816%20-87%20-379%200%20-687%2043%20-1044%20146%20-378%20109%20-793%20310%20-1118%20543%20-799%20573%20-1348%201441%20-1512%202395%20-70%20404%20-70%20880%200%201284%20181%201054%20837%202006%201759%202557%20678%20405%201440%20580%202240%20515z%22/%3E%3Cpath%20d%3D%22M3012%204966%20c-462%20-462%20-845%20-851%20-851%20-863%20-15%20-30%20-14%20-54%204%20-91%2010%20-20%2021%20-29%2030%20-25%208%203%2015%200%2015%20-6%200%20-8%2066%20-11%20220%20-11%20l220%200%200%20-245%200%20-245%20-552%20-1%20c-304%200%20-561%20-4%20-571%20-7%20-45%20-18%20-47%20-36%20-47%20-527%20l0%20-463%20-60%20-4%20c-97%20-7%20-95%20-3%20-95%20-248%200%20-188%202%20-211%2018%20-227%2017%20-17%20133%20-18%202557%20-18%202424%200%202540%201%202557%2018%2016%2016%2018%2039%2018%20227%200%20245%202%20241%20-95%20248%20l-60%204%200%20463%20c0%20491%20-2%20509%20-47%20527%20-10%203%20-267%207%20-570%207%20l-553%201%200%20245%200%20245%20220%200%20c154%200%20220%203%20220%2011%200%206%207%209%2015%206%209%20-4%2020%205%2030%2025%2019%2039%2019%2061%201%2096%20-8%2015%20-392%20403%20-853%20863%20l-838%20837%20-46%200%20-46%200%20-841%20-842z%20m1612%20-91%20l724%20-725%20-122%200%20-121%200%20-462%20463%20c-644%20644%20-699%20698%20-706%20690%20-4%20-3%20-7%20-1%20-7%205%200%207%20-13%2012%20-30%2012%20-16%200%20-30%20-5%20-30%20-11%200%20-5%20-4%20-8%20-8%20-5%20-5%203%20-269%20-256%20-588%20-574%20l-579%20-580%20-122%200%20-121%200%20721%20724%20c397%20398%20723%20724%20724%20725%201%201%20328%20-325%20727%20-724z%20m-184%20-315%20l540%20-540%200%20-770%200%20-770%20-330%200%20-330%200%200%20465%20c0%20502%20-1%20515%20-52%20529%20-13%203%20-178%206%20-368%206%20-190%200%20-355%20-3%20-368%20-6%20-51%20-14%20-52%20-27%20-52%20-529%20l0%20-465%20-330%200%20-330%200%200%20770%200%20770%20538%20539%20c295%20296%20538%20539%20539%20540%201%201%20245%20-242%20543%20-539z%20m-1790%20-1330%20l0%20-80%20-495%200%20-495%200%200%2080%200%2080%20495%200%20495%200%200%20-80z%20m1492%20-335%20l-2%20-415%20-240%200%20-240%200%20-2%20415%20-3%20415%20245%200%20245%200%20-3%20-415z%20m1998%20335%20l0%20-80%20-495%200%20-495%200%200%2080%200%2080%20495%200%20495%200%200%20-80z%20m-3490%20-505%20l0%20-245%20-495%200%20-495%200%200%20245%200%20245%20495%200%20495%200%200%20-245z%20m3490%200%20l0%20-245%20-495%200%20-495%200%200%20245%200%20245%20495%200%20495%200%200%20-245z%20m170%20-495%20l0%20-80%20-2410%200%20-2410%200%200%2080%200%2080%202410%200%202410%200%200%20-80z%22/%3E%3Cpath%20d%3D%22M3102%204134%20c-12%20-8%20-22%20-22%20-22%20-30%200%20-8%20-4%20-14%20-10%20-14%20-6%200%20-10%20-72%20-10%20-195%200%20-123%204%20-195%2010%20-195%206%200%2010%20-6%2010%20-14%200%20-8%2010%20-22%2022%20-30%2019%20-14%2064%20-16%20295%20-16%20168%200%20281%204%20295%2010%2042%2019%2048%2052%2048%20245%200%20193%20-6%20226%20-48%20245%20-14%206%20-127%2010%20-295%2010%20-231%200%20-276%20-2%20-295%20-16z%20m458%20-239%20l0%20-75%20-160%200%20-160%200%200%2075%200%2075%20160%200%20160%200%200%20-75z%22/%3E%3Cpath%20d%3D%22M4105%204139%20c-39%20-19%20-45%20-54%20-45%20-244%200%20-193%206%20-226%2048%20-245%2014%20-6%20127%20-10%20295%20-10%20231%200%20276%202%20295%2016%2012%208%2022%2022%2022%2030%200%208%205%2014%2010%2014%206%200%2010%2072%2010%20195%200%20123%20-4%20195%20-10%20195%20-5%200%20-10%206%20-10%2014%200%208%20-10%2022%20-22%2030%20-19%2014%20-64%2016%20-298%2015%20-157%200%20-284%20-5%20-295%20-10z%20m455%20-244%20l0%20-75%20-160%200%20-160%200%200%2075%200%2075%20160%200%20160%200%200%20-75z%22/%3E%3C/g%3E%3C/svg%3E);
}
#solution .prod_icon.job_icon {
    background-image: url(data:image/svg+xml;
    charset=US-ASCII, %3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%2020010904//EN%22%20%22http%3A//www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd%22%3E%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22779.000000pt%22%20height%3D%22779.000000pt%22%20viewBox%3D%220%200%20779.000000%20779.000000%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cg%20transform%3D%22translate%280.000000%2C779.000000%29%20scale%280.100000%2C-0.100000%29%22%20fill%3D%22%2300438a%22%20stroke%3D%22none%22%3E%3Cpath%20d%3D%22M3590%207774%20c-19%20-2%20-80%20-9%20-135%20-15%20-869%20-92%20-1697%20-494%20-2325%20-1128%20-499%20-504%20-845%20-1122%20-1015%20-1816%20-79%20-324%20-100%20-515%20-100%20-920%200%20-405%2021%20-596%20100%20-920%20368%20-1503%201585%20-2645%203100%20-2910%20254%20-44%20335%20-50%20680%20-50%20345%200%20426%206%20680%2050%201400%20245%202565%201251%203011%202600%20137%20416%20194%20777%20194%201230%200%20453%20-57%20814%20-194%201230%20-411%201244%20-1442%202208%20-2711%202535%20-338%2087%20-534%20111%20-930%20115%20-176%202%20-336%201%20-355%20-1z%20m630%20-165%20c743%20-60%201475%20-363%202067%20-854%20667%20-554%201139%20-1372%201283%20-2224%2069%20-409%2069%20-863%200%20-1272%20-90%20-534%20-319%20-1081%20-638%20-1526%20-537%20-750%20-1329%20-1277%20-2221%20-1477%20-271%20-61%20-515%20-87%20-816%20-87%20-379%200%20-687%2043%20-1044%20146%20-378%20109%20-793%20310%20-1118%20543%20-799%20573%20-1348%201441%20-1512%202395%20-70%20404%20-70%20880%200%201284%20181%201054%20837%202006%201759%202557%20678%20405%201440%20580%202240%20515z%22/%3E%3Cpath%20d%3D%22M3065%205886%20c-84%20-40%20-154%20-111%20-193%20-194%20-26%20-55%20-27%20-65%20-30%20-249%20l-3%20-193%20-508%200%20-507%200%20-54%20-27%20c-38%20-20%20-64%20-43%20-87%20-77%20l-33%20-48%200%20-918%200%20-918%2033%20-48%20c19%20-27%2050%20-58%2070%20-69%20l37%20-20%200%20-536%20c0%20-457%202%20-543%2015%20-580%2019%20-52%2045%20-82%20104%20-120%20l45%20-29%201946%200%201946%200%2046%2029%20c51%2033%2090%2080%20107%20130%208%2024%2011%20196%2011%20570%20l0%20536%2037%2020%20c20%2011%2051%2042%2070%2069%20l33%2048%200%20918%200%20918%20-33%2048%20c-23%2034%20-49%2057%20-87%2077%20l-54%2027%20-507%200%20-508%200%20-3%20193%20c-3%20184%20-4%20194%20-30%20249%20-39%2083%20-109%20154%20-193%20194%20l-69%2034%20-766%200%20-766%200%20-69%20-34z%20m1555%20-137%20c64%20-14%20116%20-54%20142%20-108%2021%20-41%2023%20-63%2026%20-218%20l4%20-173%20-66%200%20-66%200%200%20160%20c0%20157%20-1%20161%20-25%20185%20l-24%2025%20-711%200%20-711%200%20-24%20-25%20c-24%20-24%20-25%20-28%20-25%20-185%20l0%20-160%20-66%200%20-66%200%204%20173%20c3%20155%205%20177%2026%20218%2025%2052%2080%2094%20140%20108%2054%2013%201386%2013%201442%200z%20m-130%20-394%20l0%20-105%20-590%200%20-590%200%200%20105%200%20105%20590%200%20590%200%200%20-105z%20m1464%20-286%20c13%20-6%2027%20-21%2030%20-33%208%20-28%207%20-1685%200%20-1713%20-3%20-12%20-18%20-26%20-32%20-32%20-33%20-12%20-400%20-66%20-1012%20-146%20-172%20-23%20-611%20-86%20-696%20-100%20l-32%20-6%20-3%2090%20c-4%2080%20-7%2094%20-34%20132%20-17%2024%20-50%2057%20-74%2074%20l-43%2030%20-158%200%20-158%200%20-43%20-30%20c-24%20-17%20-57%20-50%20-74%20-74%20-27%20-38%20-30%20-52%20-34%20-132%20l-3%20-90%20-32%206%20c-107%2018%20-456%2068%20-656%2094%20-645%2085%20-1019%20139%20-1052%20152%20-14%206%20-29%2020%20-32%2032%20-7%2028%20-8%201685%200%201713%203%2012%2015%2026%2027%2032%2032%2016%204077%2016%204111%201z%20m-1940%20-1880%20l26%20-20%200%20-254%200%20-254%20-26%20-20%20c-22%20-18%20-41%20-21%20-114%20-21%20-73%200%20-92%203%20-114%2021%20l-26%2020%200%20252%20c0%20139%204%20257%208%20263%2016%2024%2052%2033%20133%2034%2072%200%2091%20-3%20113%20-21z%20m-1742%20-134%20c472%20-69%20644%20-94%20743%20-105%20137%20-16%20525%20-70%20553%20-77%2021%20-5%2022%20-9%2022%20-122%200%20-99%203%20-122%2021%20-156%2031%20-58%2058%20-85%20114%20-111%2044%20-21%2064%20-24%20175%20-24%20111%200%20131%203%20175%2024%2056%2026%2083%2053%20114%20111%2018%2034%2021%2057%2021%20156%200%20105%202%20117%2018%20121%2010%203%20126%2020%20258%2037%20466%2063%20742%20102%201014%20141%20151%2022%20290%2040%20308%2040%20l33%200%20-3%20-515%20c-3%20-478%20-4%20-516%20-21%20-532%20-17%20-17%20-107%20-18%20-1917%20-18%20-1810%200%20-1900%201%20-1917%2018%20-17%2016%20-18%2054%20-21%20532%20l-3%20515%2035%200%20c19%200%20144%20-16%20278%20-35z%22/%3E%3C/g%3E%3C/svg%3E);
}
#solution .prod_icon.finance_icon {
    background-image: url(data:image/svg+xml;
    charset=US-ASCII, %3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%2020010904//EN%22%20%22http%3A//www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd%22%3E%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22779.000000pt%22%20height%3D%22779.000000pt%22%20viewBox%3D%220%200%20779.000000%20779.000000%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cg%20transform%3D%22translate%280.000000%2C779.000000%29%20scale%280.100000%2C-0.100000%29%22%20fill%3D%22%2300438a%22%20stroke%3D%22none%22%3E%3Cpath%20d%3D%22M3590%207774%20c-19%20-2%20-80%20-9%20-135%20-15%20-869%20-92%20-1697%20-494%20-2325%20-1128%20-499%20-504%20-845%20-1122%20-1015%20-1816%20-79%20-324%20-100%20-515%20-100%20-920%200%20-405%2021%20-596%20100%20-920%20368%20-1503%201585%20-2645%203100%20-2910%20254%20-44%20335%20-50%20680%20-50%20345%200%20426%206%20680%2050%201400%20245%202565%201251%203011%202600%20137%20416%20194%20777%20194%201230%200%20453%20-57%20814%20-194%201230%20-411%201244%20-1442%202208%20-2711%202535%20-338%2087%20-534%20111%20-930%20115%20-176%202%20-336%201%20-355%20-1z%20m630%20-165%20c743%20-60%201475%20-363%202067%20-854%20667%20-554%201139%20-1372%201283%20-2224%2069%20-409%2069%20-863%200%20-1272%20-90%20-534%20-319%20-1081%20-638%20-1526%20-537%20-750%20-1329%20-1277%20-2221%20-1477%20-271%20-61%20-515%20-87%20-816%20-87%20-379%200%20-687%2043%20-1044%20146%20-378%20109%20-793%20310%20-1118%20543%20-799%20573%20-1348%201441%20-1512%202395%20-70%20404%20-70%20880%200%201284%20181%201054%20837%202006%201759%202557%20678%20405%201440%20580%202240%20515z%22/%3E%3Cpath%20d%3D%22M4968%205780%20c-92%20-15%20-175%20-33%20-184%20-41%20-25%20-21%20-34%20-55%20-23%20-88%2016%20-45%2048%20-51%20166%20-32%20l100%2017%20-66%20-80%20c-202%20-243%20-525%20-559%20-753%20-737%20-308%20-242%20-631%20-430%20-968%20-563%20-191%20-76%20-228%20-87%20-415%20-130%20-146%20-33%20-228%20-46%20-362%20-55%20-129%20-9%20-153%20-21%20-153%20-78%200%20-56%2027%20-73%20115%20-73%20186%200%20374%2034%20638%20116%20179%2056%20222%2072%20424%20162%20264%20117%20573%20313%20864%20546%20236%20190%20608%20563%20772%20774%2015%2020%2027%2032%2027%2028%200%20-26%2023%20-156%2031%20-178%2014%20-34%2057%20-51%2090%20-34%2037%2018%2049%2053%2038%20116%20-5%2030%20-14%20102%20-20%20160%20-13%20133%20-25%20177%20-49%20190%20-28%2015%20-86%2011%20-272%20-20z%22/%3E%3Cpath%20d%3D%22M1703%205750%20c-17%20-10%20-37%20-28%20-42%20-39%20-8%20-14%20-11%20-573%20-11%20-1841%20l0%20-1822%2034%20-34%2034%20-34%202182%200%202182%200%2034%2034%2034%2034%200%20119%200%20119%20-31%2030%20-30%2029%20-270%205%20-269%205%2066%2059%20c79%2071%20170%20204%20206%20302%2072%20195%2061%20424%20-32%20615%20-57%20118%20-201%20276%20-299%20329%20-21%2011%20-21%2015%20-21%20438%200%20476%200%20473%20-69%20519%20-33%2023%20-39%2023%20-333%2023%20-322%200%20-327%20-1%20-378%20-55%20l-25%20-27%20-5%20-459%20-5%20-460%20-62%20-47%20c-78%20-59%20-175%20-183%20-220%20-279%20-78%20-169%20-84%20-443%20-13%20-622%2039%20-100%20139%20-236%20221%20-301%20l51%20-40%20-184%200%20-183%200%203%20790%20c3%20876%206%20833%20-64%20886%20l-37%2029%20-299%203%20c-288%203%20-300%202%20-336%20-18%20-21%20-12%20-47%20-36%20-60%20-54%20l-22%20-32%200%20-802%200%20-802%20-200%200%20-200%200%20-2%20548%20-3%20547%20-27%2036%20c-42%2055%20-70%2059%20-374%2058%20-301%20-1%20-321%20-4%20-368%20-63%20l-31%20-38%20-3%20-544%20-2%20-544%20-120%200%20-120%200%200%201666%200%201667%20-44%2043%20-43%2044%20-89%200%20c-70%200%20-96%20-4%20-121%20-20z%20m147%20-1790%20c0%20-1247%203%20-1665%2012%20-1685%206%20-14%2028%20-36%2047%20-48%20l36%20-22%202033%20-3%202032%20-2%200%20-35%200%20-35%20-2110%200%20-2110%200%200%201745%200%201745%2030%200%2030%200%200%20-1660z%20m3478%20152%20c2%20-362%201%20-383%20-15%20-378%20-89%2025%20-123%2030%20-228%2030%20-109%200%20-186%20-12%20-260%20-40%20-13%20-5%20-15%2038%20-15%20385%20l0%20391%20258%20-2%20257%20-3%203%20-383z%20m-1215%20-980%20l2%20-782%20-257%200%20-258%200%200%20785%200%20785%20255%20-2%20255%20-3%203%20-783z%20m1120%20473%20c63%20-16%20193%20-79%20245%20-118%2055%20-41%20142%20-148%20169%20-207%2071%20-155%2089%20-294%2055%20-427%20-11%20-45%20-37%20-116%20-56%20-159%20-91%20-196%20-333%20-344%20-561%20-344%20-92%200%20-173%2019%20-264%2064%20-166%2080%20-257%20179%20-325%20348%20-68%20171%20-61%20320%2023%20502%2034%2073%2054%20102%20118%20165%2084%2083%20193%20148%20294%20175%2071%2019%20230%2020%20302%201z%20m-2323%20-735%20l0%20-520%20-260%200%20-260%200%200%20513%20c0%20283%203%20517%207%20520%203%204%20120%207%20260%207%20l253%200%200%20-520z%22/%3E%3Cpath%20d%3D%22M5047%203433%20c-4%20-3%20-7%20-14%20-7%20-24%200%20-12%20-11%20-20%20-32%20-24%20-125%20-26%20-203%20-142%20-177%20-263%2013%20-61%2075%20-126%20151%20-158%20l53%20-22%203%20-121%20c2%20-81%20-1%20-121%20-8%20-121%20-20%200%20-80%2029%20-113%2054%20-40%2030%20-68%2033%20-89%209%20-24%20-28%20-28%20-50%20-17%20-83%2014%20-38%20104%20-95%20175%20-110%2043%20-9%2053%20-15%2058%20-36%2011%20-42%2086%20-28%2086%2016%200%2011%2014%2021%2040%2029%2051%2015%20105%2062%20133%20115%2017%2032%2022%2058%2022%20116%200%20117%20-45%20182%20-152%20225%20l-43%2017%200%20104%20c0%20118%20-2%20116%2078%2085%2044%20-17%2052%20-18%2070%20-5%2029%2020%2038%2069%2018%2099%20-16%2024%20-95%2055%20-142%2055%20-15%200%20-24%208%20-28%2025%20-5%2020%20-13%2025%20-40%2025%20-18%200%20-36%20-3%20-39%20-7z%22/%3E%3C/g%3E%3C/svg%3E);
}
#solution .prod_icon.ecom_icon {
    background-image: url(data:image/svg+xml;
    charset=US-ASCII, %3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%2020010904//EN%22%20%22http%3A//www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd%22%3E%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22779.000000pt%22%20height%3D%22779.000000pt%22%20viewBox%3D%220%200%20779.000000%20779.000000%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cg%20transform%3D%22translate%280.000000%2C779.000000%29%20scale%280.100000%2C-0.100000%29%22%20fill%3D%22%2300438a%22%20stroke%3D%22none%22%3E%3Cpath%20d%3D%22M3590%207774%20c-19%20-2%20-80%20-9%20-135%20-15%20-869%20-92%20-1697%20-494%20-2325%20-1128%20-499%20-504%20-845%20-1122%20-1015%20-1816%20-79%20-324%20-100%20-515%20-100%20-920%200%20-405%2021%20-596%20100%20-920%20368%20-1503%201585%20-2645%203100%20-2910%20254%20-44%20335%20-50%20680%20-50%20345%200%20426%206%20680%2050%201400%20245%202565%201251%203011%202600%20137%20416%20194%20777%20194%201230%200%20453%20-57%20814%20-194%201230%20-411%201244%20-1442%202208%20-2711%202535%20-338%2087%20-534%20111%20-930%20115%20-176%202%20-336%201%20-355%20-1z%20m630%20-165%20c743%20-60%201475%20-363%202067%20-854%20667%20-554%201139%20-1372%201283%20-2224%2069%20-409%2069%20-863%200%20-1272%20-90%20-534%20-319%20-1081%20-638%20-1526%20-537%20-750%20-1329%20-1277%20-2221%20-1477%20-271%20-61%20-515%20-87%20-816%20-87%20-379%200%20-687%2043%20-1044%20146%20-378%20109%20-793%20310%20-1118%20543%20-799%20573%20-1348%201441%20-1512%202395%20-70%20404%20-70%20880%200%201284%20181%201054%20837%202006%201759%202557%20678%20405%201440%20580%202240%20515z%22/%3E%3Cpath%20d%3D%22M1671%206169%20c-29%20-32%20-29%20-108%200%20-135%2018%20-16%2042%20-20%20173%20-24%20170%20-6%20200%20-16%20281%20-91%2064%20-59%2084%20-116%20107%20-308%2011%20-91%2037%20-310%2059%20-486%2021%20-176%2043%20-365%2049%20-420%206%20-55%2024%20-203%2041%20-330%2016%20-126%2034%20-275%2039%20-330%205%20-55%2027%20-244%2049%20-420%2022%20-176%2052%20-419%2066%20-540%2015%20-121%2033%20-254%2041%20-295%2031%20-166%20130%20-293%20288%20-371%20l89%20-44%20223%20-3%20222%20-3%20-10%20-27%20c-10%20-27%20-12%20-27%20-102%20-27%20-72%200%20-101%20-5%20-138%20-22%20-107%20-49%20-190%20-149%20-210%20-251%20-13%20-75%20-3%20-186%2024%20-240%2029%20-61%20113%20-143%20177%20-175%2048%20-24%2067%20-27%20153%20-27%2090%200%20104%203%20159%2031%2075%2038%20139%20102%20176%20177%2025%2050%2028%2068%2028%20152%200%20106%20-20%20162%20-81%20230%20l-32%2036%2036%2069%2037%2070%20878%203%20c698%202%20877%200%20877%20-10%20-1%20-33%20-18%20-39%20-111%20-41%20-120%20-3%20-182%20-30%20-262%20-117%20-165%20-178%20-108%20-463%20116%20-572%2049%20-25%2067%20-28%20154%20-28%2088%200%20105%203%20154%2027%2072%2036%20138%20104%20177%20182%2028%2055%2032%2075%2032%20140%200%2099%20-12%20138%20-66%20216%20l-44%2066%2032%2067%2033%2067%2057%205%20c74%207%20103%2032%20103%2091%200%2034%20-6%2046%20-33%2070%20l-32%2029%20-1333%200%20c-1528%200%20-1390%20-9%20-1493%2094%20-78%2078%20-87%20105%20-122%20374%20l-28%20212%201581%200%201582%200%2023%2025%20c21%2022%2026%2051%2056%20287%2087%20705%20116%20941%20125%201033%205%2055%2025%20219%2044%20365%2033%20254%2042%20380%2029%20415%20-18%2047%2059%2045%20-1881%2045%20l-1818%200%20-18%20168%20c-23%20210%20-32%20250%20-71%20337%20-44%2095%20-126%20177%20-230%20230%20l-79%2040%20-178%203%20c-173%203%20-178%203%20-198%20-19z%20m1263%20-995%20c3%20-26%206%20-70%206%20-98%200%20-28%2020%20-294%2044%20-591%2024%20-297%2052%20-646%2061%20-775%209%20-129%2019%20-247%2022%20-262%20l6%20-28%20-192%200%20c-190%200%20-191%200%20-196%2023%20-8%2037%20-65%20495%20-75%20602%20-5%2055%20-27%20242%20-49%20415%20-22%20173%20-49%20396%20-61%20495%20-11%2099%20-24%20199%20-27%20223%20l-6%2042%20230%200%20230%200%207%20-46z%20m756%209%20c0%20-21%205%20-157%2010%20-303%205%20-146%2014%20-497%2019%20-780%206%20-283%2013%20-552%2017%20-597%20l6%20-83%20-241%200%20-240%200%20-5%2033%20c-6%2035%20-32%20362%20-41%20522%20-4%2055%20-24%20312%20-45%20570%20-21%20259%20-41%20516%20-44%20573%20l-6%20102%20285%200%20285%200%200%20-37z%20m855%20-115%20c-10%20-256%20-45%20-1436%20-45%20-1545%20l0%20-103%20-284%200%20-285%200%20-5%2043%20c-3%2023%20-11%20281%20-16%20572%20-6%20292%20-15%20654%20-20%20805%20-5%20151%20-10%20299%20-10%20328%20l0%2052%20336%200%20336%200%20-7%20-152z%20m762%20130%20c-3%20-13%20-11%20-104%20-17%20-203%20-6%20-99%20-29%20-394%20-51%20-655%20-21%20-261%20-43%20-551%20-49%20-645%20-5%20-93%20-13%20-194%20-16%20-222%20l-6%20-53%20-239%200%20-239%200%200%20108%20c0%20138%2038%201478%2046%201600%20l6%2092%20285%200%20285%200%20-5%20-22z%20m649%20-10%20c-10%20-57%20-65%20-498%20-76%20-608%20-5%20-58%20-25%20-229%20-44%20-380%20-19%20-151%20-47%20-376%20-61%20-500%20-15%20-124%20-29%20-237%20-32%20-252%20l-5%20-28%20-190%200%20-190%200%206%2053%20c3%2028%208%20102%2012%20162%203%2061%2023%20324%2044%20585%2021%20261%2041%20518%2045%20570%2012%20204%2026%20386%2031%20408%20l4%2022%20231%200%20231%200%20-6%20-32z%20m-2708%20-3115%20c-17%20-32%20-35%20-62%20-40%20-67%20-12%20-15%20-9%20-79%205%20-96%2020%20-26%2060%20-50%2083%20-50%2035%200%2071%2036%20110%20111%2020%2038%2040%2069%2044%2069%2014%200%2022%20-96%2011%20-136%20-12%20-44%20-61%20-97%20-104%20-113%20-68%20-26%20-140%20-6%20-196%2052%20-75%2079%20-45%20230%2054%20273%2062%2027%2068%2020%2033%20-43z%20m1965%20-13%20c-48%20-91%20-49%20-132%20-5%20-171%2061%20-54%20114%20-30%20170%2078%2020%2040%2040%2073%2044%2073%204%200%2012%20-18%2018%20-40%2020%20-75%20-23%20-165%20-98%20-201%20-161%20-79%20-320%20111%20-219%20262%2023%2034%2078%2069%20109%2069%2015%200%2012%20-11%20-19%20-70z%22/%3E%3C/g%3E%3C/svg%3E);
}
#solution .prod_icon.sales_icon {
    background-image: url(data:image/svg+xml;
    charset=US-ASCII, %3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%2020010904//EN%22%20%22http%3A//www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd%22%3E%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22779.000000pt%22%20height%3D%22779.000000pt%22%20viewBox%3D%220%200%20779.000000%20779.000000%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cg%20transform%3D%22translate%280.000000%2C779.000000%29%20scale%280.100000%2C-0.100000%29%22%20fill%3D%22%2300438a%22%20stroke%3D%22none%22%3E%3Cpath%20d%3D%22M3590%207774%20c-19%20-2%20-80%20-9%20-135%20-15%20-869%20-92%20-1697%20-494%20-2325%20-1128%20-499%20-504%20-845%20-1122%20-1015%20-1816%20-79%20-324%20-100%20-515%20-100%20-920%200%20-405%2021%20-596%20100%20-920%20368%20-1503%201585%20-2645%203100%20-2910%20254%20-44%20335%20-50%20680%20-50%20345%200%20426%206%20680%2050%201400%20245%202565%201251%203011%202600%20137%20416%20194%20777%20194%201230%200%20453%20-57%20814%20-194%201230%20-411%201244%20-1442%202208%20-2711%202535%20-338%2087%20-534%20111%20-930%20115%20-176%202%20-336%201%20-355%20-1z%20m630%20-165%20c743%20-60%201475%20-363%202067%20-854%20667%20-554%201139%20-1372%201283%20-2224%2069%20-409%2069%20-863%200%20-1272%20-90%20-534%20-319%20-1081%20-638%20-1526%20-537%20-750%20-1329%20-1277%20-2221%20-1477%20-271%20-61%20-515%20-87%20-816%20-87%20-379%200%20-687%2043%20-1044%20146%20-378%20109%20-793%20310%20-1118%20543%20-799%20573%20-1348%201441%20-1512%202395%20-70%20404%20-70%20880%200%201284%20181%201054%20837%202006%201759%202557%20678%20405%201440%20580%202240%20515z%22/%3E%3Cpath%20d%3D%22M5137%206007%20c-25%20-19%20-34%20-45%20-78%20-217%20-27%20-107%20-48%20-204%20-45%20-216%203%20-11%2015%20-33%2027%20-47%2016%20-21%2029%20-27%2060%20-27%2082%200%2092%2016%20148%20234%2051%20196%2052%20235%2010%20270%20-38%2033%20-84%2034%20-122%203z%22/%3E%3Cpath%20d%3D%22M3981%205819%20c-18%20-6%20-47%20-20%20-63%20-32%20-26%20-19%20-153%20-173%20-268%20-326%20-19%20-26%20-45%20-58%20-57%20-71%20-12%20-14%20-41%20-50%20-65%20-81%20-24%20-31%20-113%20-145%20-198%20-254%20-217%20-276%20-282%20-358%20-353%20-450%20-60%20-79%20-147%20-188%20-230%20-293%20-45%20-57%20-118%20-109%20-262%20-187%20-49%20-26%20-101%20-56%20-115%20-65%20-14%20-9%20-50%20-31%20-80%20-47%20-129%20-72%20-156%20-87%20-170%20-99%20-8%20-6%20-52%20-31%20-98%20-55%20-158%20-82%20-277%20-205%20-338%20-348%20-25%20-60%20-28%20-79%20-32%20-208%20-3%20-112%200%20-154%2013%20-199%2060%20-207%20225%20-370%20435%20-429%2085%20-25%20241%20-25%20329%20-1%2035%209%2064%2016%2066%2014%201%20-2%2013%20-23%2025%20-48%2013%20-25%2043%20-79%2068%20-120%2026%20-41%2071%20-120%20103%20-175%20280%20-496%20283%20-500%20404%20-557%2092%20-42%20179%20-45%20274%20-8%20135%2053%20221%20169%20229%20309%205%2096%20-13%20164%20-66%20246%20-21%2033%20-60%20101%20-86%20150%20-27%2050%20-59%20104%20-71%20120%20-21%2028%20-75%20129%20-75%20139%200%203%2043%2029%2097%2057%20189%20102%20200%20130%20108%20282%20-30%2050%20-55%2094%20-55%2099%200%2010%20-81%20-8%20650%20138%2058%2012%20209%2041%20335%2065%20127%2024%20284%2055%20350%2069%2066%2013%20186%2036%20266%2051%20163%2030%20194%2044%20257%20118%2046%2053%2062%2099%2061%20172%20-1%2071%20-18%20109%20-152%20335%20-103%20173%20-167%20295%20-163%20307%203%206%2043%2070%2090%20140%20113%20171%20114%20173%2079%20240%20-99%20188%20-170%20307%20-196%20325%20-27%2020%20-37%2020%20-180%2014%20-84%20-4%20-166%20-9%20-182%20-12%20-30%20-5%20-32%20-3%20-94%20108%20-35%2062%20-81%20140%20-101%20173%20-21%2033%20-56%2094%20-78%20135%20-116%20212%20-171%20261%20-300%20266%20-42%202%20-92%20-1%20-111%20-7z%20m141%20-199%20c14%20-10%2042%20-52%2063%20-92%2021%20-40%2056%20-102%2078%20-138%2021%20-36%2058%20-99%2080%20-140%2022%20-41%2062%20-110%2089%20-152%2026%20-43%2048%20-80%2048%20-83%200%20-3%2026%20-49%2059%20-103%2032%20-53%2078%20-133%20101%20-177%2024%20-44%2056%20-98%2070%20-120%2015%20-22%2040%20-65%2055%20-95%2015%20-30%2046%20-84%2068%20-120%2022%20-36%2068%20-114%20102%20-175%2034%20-60%2077%20-136%2096%20-167%20153%20-256%20162%20-280%20122%20-319%20-11%20-11%20-38%20-23%20-60%20-26%20l-41%20-5%20-37%2068%20c-21%2038%20-68%20121%20-105%20184%20-108%20184%20-145%20249%20-202%20350%20-93%20164%20-150%20262%20-196%20340%20-25%2041%20-73%20125%20-107%20185%20-34%2061%20-86%20151%20-115%20200%20-29%2050%20-86%20147%20-126%20217%20-40%2070%20-84%20144%20-97%20165%20-13%2021%20-38%2064%20-55%2096%20l-33%2058%2035%2035%20c39%2039%2071%2043%20108%2014z%20m-235%20-282%20c166%20-284%20198%20-339%20298%20-518%2023%20-41%2057%20-100%2075%20-130%2018%20-30%2065%20-111%20105%20-180%2039%20-69%20104%20-181%20145%20-250%2040%20-69%2097%20-170%20128%20-225%2030%20-55%2063%20-112%2073%20-126%2010%20-15%2045%20-75%2078%20-133%2056%20-101%2058%20-106%2038%20-111%20-152%20-35%20-316%20-68%20-413%20-85%20-65%20-11%20-274%20-51%20-464%20-89%20-483%20-96%20-615%20-120%20-618%20-113%20-3%209%20-79%20143%20-174%20307%20-41%2072%20-94%20164%20-118%20205%20-24%2041%20-56%2098%20-73%20125%20-17%2028%20-43%2073%20-59%20101%20l-28%2050%2092%20115%20c92%20116%20257%20325%20338%20429%2025%2032%2081%20104%20125%20160%20117%20148%20208%20265%20275%20353%2069%2091%20133%20166%20140%20167%203%200%2020%20-24%2037%20-52z%20m1057%20-431%20c16%20-28%2043%20-72%2059%20-95%2033%20-50%2033%20-51%20-31%20-138%20l-38%20-51%20-53%2091%20c-30%2050%20-73%20123%20-96%20163%20l-43%2072%2061%204%20c34%202%2073%204%2087%205%2021%202%2030%20-7%2054%20-51z%20m-2122%20-1032%20c83%20-150%20176%20-312%20218%20-380%2021%20-33%2055%20-91%2076%20-129%2031%20-57%2035%20-71%2023%20-78%20-8%20-5%20-63%20-38%20-124%20-74%20-60%20-37%20-117%20-69%20-125%20-72%20-8%20-3%20-37%20-20%20-65%20-37%20-142%20-89%20-401%20-228%20-447%20-241%20-228%20-60%20-457%2069%20-520%20294%20-42%20154%20-9%20291%20104%20424%2023%2026%20132%2094%20343%20213%2061%2034%20135%2077%20165%2095%2030%2017%20100%2058%20155%2090%20l99%2058%2022%20-31%20c11%20-18%2046%20-77%2076%20-132z%20m468%20-814%20c18%20-33%2033%20-62%2034%20-65%201%20-5%20-128%20-87%20-130%20-83%200%201%20-17%2032%20-37%2069%20l-36%2067%2062%2035%20c34%2020%2065%2036%2068%2036%203%200%2020%20-27%2039%20-59z%20m-299%20-183%20c22%20-40%2061%20-107%2085%20-148%2024%20-41%2074%20-128%20111%20-193%2037%20-64%20100%20-170%20138%20-235%2070%20-116%2070%20-117%2070%20-190%200%20-73%200%20-74%20-41%20-112%20-73%20-68%20-158%20-67%20-227%203%20-23%2023%20-70%2094%20-105%20157%20-34%2063%20-79%20143%20-100%20177%20-33%2056%20-111%20192%20-221%20383%20l-37%2065%20141%2082%20c77%2045%20141%2082%20142%2082%201%201%2021%20-32%2044%20-71z%22/%3E%3Cpath%20d%3D%22M2763%203470%20c-38%20-22%20-53%20-48%20-53%20-87%201%20-31%2013%20-51%2050%20-76%2035%20-24%2074%20-21%20109%209%2025%2021%2031%2033%2031%2066%200%2052%20-14%2077%20-55%2094%20-43%2018%20-44%2018%20-82%20-6z%22/%3E%3Cpath%20d%3D%22M2455%203296%20c-16%20-7%20-61%20-32%20-100%20-55%20-38%20-22%20-80%20-41%20-94%20-41%20-14%200%20-37%2014%20-57%2035%20-55%2059%20-112%2067%20-161%2022%20-71%20-64%20-2%20-186%20136%20-238%2083%20-31%20132%20-23%20259%2042%20135%2069%20162%2094%20162%20147%200%2077%20-74%20121%20-145%2088z%22/%3E%3Cpath%20d%3D%22M6015%205648%20c-11%20-6%20-61%20-34%20-111%20-64%20-49%20-29%20-99%20-56%20-110%20-60%20-10%20-4%20-66%20-35%20-124%20-70%20-58%20-34%20-115%20-64%20-127%20-68%20-59%20-18%20-85%20-119%20-43%20-163%2044%20-48%2093%20-42%20205%2025%2044%2026%20114%2065%20155%2086%2041%2022%2093%2051%20115%2066%2022%2015%2061%2036%2086%2048%2072%2035%2089%2055%2089%20111%200%2039%20-5%2053%20-26%2075%20-29%2028%20-73%2034%20-109%2014z%22/%3E%3Cpath%20d%3D%22M5546%204809%20c-38%20-30%20-49%20-64%20-36%20-105%206%20-18%2017%20-37%2024%20-43%2014%20-12%20389%20-121%20414%20-121%2047%200%2092%2053%2092%20109%200%2063%20-23%2074%20-325%20156%20-110%2030%20-135%2031%20-169%204z%22/%3E%3C/g%3E%3C/svg%3E);
}
#solution .prod_icon.news_icon {
    background-image: url(data:image/svg+xml;
    charset=US-ASCII, %3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%2020010904//EN%22%20%22http%3A//www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd%22%3E%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22779.000000pt%22%20height%3D%22779.000000pt%22%20viewBox%3D%220%200%20779.000000%20779.000000%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cg%20transform%3D%22translate%280.000000%2C779.000000%29%20scale%280.100000%2C-0.100000%29%22%20fill%3D%22%2300438a%22%20stroke%3D%22none%22%3E%3Cpath%20d%3D%22M3590%207774%20c-19%20-2%20-80%20-9%20-135%20-15%20-869%20-92%20-1697%20-494%20-2325%20-1128%20-499%20-504%20-845%20-1122%20-1015%20-1816%20-79%20-324%20-100%20-515%20-100%20-920%200%20-405%2021%20-596%20100%20-920%20368%20-1503%201585%20-2645%203100%20-2910%20254%20-44%20335%20-50%20680%20-50%20345%200%20426%206%20680%2050%201400%20245%202565%201251%203011%202600%20137%20416%20194%20777%20194%201230%200%20453%20-57%20814%20-194%201230%20-411%201244%20-1442%202208%20-2711%202535%20-338%2087%20-534%20111%20-930%20115%20-176%202%20-336%201%20-355%20-1z%20m630%20-165%20c743%20-60%201475%20-363%202067%20-854%20667%20-554%201139%20-1372%201283%20-2224%2069%20-409%2069%20-863%200%20-1272%20-90%20-534%20-319%20-1081%20-638%20-1526%20-537%20-750%20-1329%20-1277%20-2221%20-1477%20-271%20-61%20-515%20-87%20-816%20-87%20-379%200%20-687%2043%20-1044%20146%20-378%20109%20-793%20310%20-1118%20543%20-799%20573%20-1348%201441%20-1512%202395%20-70%20404%20-70%20880%200%201284%20181%201054%20837%202006%201759%202557%20678%20405%201440%20580%202240%20515z%22/%3E%3Cpath%20d%3D%22M1710%204237%20l0%20-1803%2024%20-70%20c93%20-275%20292%20-481%20519%20-539%20142%20-36%20287%20-40%201267%20-39%201217%201%201885%2016%201993%2044%20210%2053%20383%20191%20472%20375%2059%20121%2075%20211%2085%20470%2011%20278%2012%201398%203%202373%20l-6%20713%20-76%20-3%20-76%20-3%200%20-1605%20c0%20-1813%204%20-1704%20-77%20-1870%20-70%20-145%20-205%20-253%20-366%20-295%20-83%20-21%20-555%20-32%20-1712%20-41%20-906%20-7%20-1313%202%20-1438%2031%20-185%2044%20-336%20189%20-424%20408%20l-33%2082%20-3%201713%20-2%201712%201720%200%201720%200%200%20-1550%200%20-1550%2080%200%2080%200%200%201625%200%201625%20-1875%200%20-1875%200%200%20-1803z%22/%3E%3Cpath%20d%3D%22M2160%205335%20l0%20-75%201390%200%201390%200%200%2075%200%2075%20-1390%200%20-1390%200%200%20-75z%22/%3E%3Cpath%20d%3D%22M2186%204874%20l-26%20-27%200%20-682%200%20-682%2026%20-27%2027%20-26%20682%200%20682%200%2027%2026%2026%2027%200%20682%200%20682%20-26%2027%20-27%2026%20-682%200%20-682%200%20-27%20-26z%20m1294%20-709%20l0%20-585%20-585%200%20-585%200%200%20585%200%20585%20585%200%20585%200%200%20-585z%22/%3E%3Cpath%20d%3D%22M3930%204745%20l0%20-75%20545%200%20545%200%200%2075%200%2075%20-545%200%20-545%200%200%20-75z%22/%3E%3Cpath%20d%3D%22M3930%204155%20l0%20-75%20545%200%20545%200%200%2075%200%2075%20-545%200%20-545%200%200%20-75z%22/%3E%3Cpath%20d%3D%22M3930%203595%20l0%20-75%20545%200%20545%200%200%2075%200%2075%20-545%200%20-545%200%200%20-75z%22/%3E%3Cpath%20d%3D%22M2160%202955%20l0%20-75%201390%200%201390%200%200%2075%200%2075%20-1390%200%20-1390%200%200%20-75z%22/%3E%3Cpath%20d%3D%22M2600%202355%20l0%20-75%201170%200%201170%200%200%2075%200%2075%20-1170%200%20-1170%200%200%20-75z%22/%3E%3C/g%3E%3C/svg%3E);
}
#solution .prod_info {
    padding: 20px;
    text-align: center;
}
#solution .prod_info .prod_title {
    font-size: 20px;
    margin-bottom: 10px;
}
#solution .prod_info .info_text {
    font-size: 14px;
    height: 105px;
    overflow: hidden;
}
#product_list {
    background: #fff;
    padding: 80px 0;
}
#product_list .tag_line {
    margin-bottom: 80px;
}
#product_list .list_card {
    margin-bottom: 30px;
}
#product_list .list_card .card:hover {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
}

#why_adsboard{
    background: #031b4d;
    padding: 40px 0;
}
#why_adsboard .title_text {
    color: #f2b011;
    margin-bottom: 20px;
}
#why_adsboard i {
    font-size: 17px;
    color: #ffc107;
}
#why_adsboard ul li {
    line-height: 30px;
    margin-left: 20px;
    color: #fff;
}
#why_adsboard .why_list {
    padding-bottom: 40px;
}


#horizontal_steps {
    background: #fff;
    padding: 40px 0;
}
#horizontal_steps .tag_line {
    margin-bottom: 60px;
}
#horizontal_steps .easy_steps {
    padding-bottom: 20px;
}
#horizontal_steps .easy_steps .step_box {
    text-align: center;
    padding: 0 50px;
    position: relative;
}
#horizontal_steps .easy_steps .step_box:after {
    content: "";
    position: absolute;
    top: 20px;
    left: 56%;
    height: 1px;
    width: 100%;
    border: 1px dashed #adb5bd;
}
#horizontal_steps .easy_steps .step_box.last_step_box:after {
    display: none;
}
#horizontal_steps .easy_steps .step_box h4 {
    color: #031b4d;
}
#horizontal_steps .easy_steps .step_box .step_icon {
    color: #031b4d;
    margin: 15px 0;
}
#horizontal_steps .easy_steps .step_box .num_step {
    background: #031b4d;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
#horizontal_steps .easy_steps .step_box .step_icon {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100px auto;
    width: 100%;
    height: 100px;
}
#horizontal_steps .easy_steps .step_box .insert_icon {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%2020010904//EN%22%20%22http%3A//www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd%22%3E%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22582px%22%20height%3D%22380px%22%20viewBox%3D%220%200%205820%203800%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%3Cg%3E%20%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M1039%203784%20c-261%20-47%20-479%20-162%20-670%20-353%20-154%20-153%20-247%20-303%20-308%20-493%20-118%20-369%20-67%20-751%20145%20-1075%2074%20-115%20242%20-283%20357%20-357%20319%20-208%20702%20-262%201059%20-150%20206%2065%20355%20157%20519%20323%20109%20110%20116%20115%20108%2082%20-5%20-20%20-9%20-72%20-9%20-116%200%20-214%20141%20-317%20452%20-332%20l127%20-6%203%20-76%203%20-76%2034%20-3%20c32%20-3%2043%205%20173%20135%20105%20105%20138%20144%20138%20163%200%2036%20-265%20300%20-301%20300%20-40%200%20-49%20-18%20-49%20-98%20l0%20-75%20-117%206%20c-189%209%20-257%2040%20-300%20134%20-22%2049%20-25%2068%20-25%20169%201%20105%204%20121%2037%20209%2068%20182%2080%20248%2080%20455%200%20207%20-14%20283%20-81%20457%20-64%20168%20-159%20308%20-304%20447%20-182%20175%20-403%20287%20-657%20331%20-105%2018%20-311%2018%20-414%20-1z%20m269%20-200%20c79%20-50%20173%20-257%20225%20-496%20l24%20-108%20-304%200%20-305%200%207%2043%20c24%20146%2094%20358%20150%20453%2071%20121%20131%20153%20203%20108z%20m-418%20-98%20c-40%20-91%20-95%20-266%20-114%20-366%20-9%20-47%20-19%20-96%20-22%20-109%20l-5%20-24%20-122%207%20c-144%208%20-309%2024%20-315%2031%20-8%208%2089%20154%20146%20222%2095%20112%20246%20220%20391%20280%2031%2012%2059%2023%2063%2023%204%200%20-6%20-29%20-22%20-64z%20m835%204%20c173%20-85%20318%20-219%20423%20-391%2024%20-39%2042%20-72%2040%20-74%20-3%20-3%20-181%20-19%20-345%20-31%20-91%20-6%20-92%20-6%20-97%2017%20-3%2013%20-15%2071%20-26%20129%20-24%20116%20-65%20245%20-110%20345%20-29%2065%20-29%2066%20-7%2060%2012%20-4%2067%20-28%20122%20-55z%20m-1265%20-680%20c58%20-5%20137%20-10%20175%20-10%2039%200%2075%20-4%2080%20-8%206%20-4%2010%20-98%2010%20-245%20l0%20-237%20-30%20-4%20c-16%20-3%20-105%20-10%20-198%20-16%20-92%20-6%20-189%20-14%20-215%20-17%20l-48%20-5%20-13%2055%20c-32%20144%20-32%20308%200%20456%20l11%2053%2062%20-6%20c33%20-4%20108%20-11%20166%20-16z%20m1819%20-34%20c22%20-97%2030%20-223%2021%20-312%20-12%20-111%20-30%20-194%20-44%20-194%20-6%200%20-83%207%20-171%2015%20-88%208%20-189%2015%20-225%2015%20-36%200%20-69%204%20-75%208%20-6%204%20-10%2098%20-10%20244%200%20272%20-10%20247%20105%20249%2036%200%20124%206%20195%2013%20209%2021%20190%2025%20204%20-38z%20m-699%20-226%20l0%20-230%20-329%200%20-329%200%20-7%20105%20c-4%2058%20-4%20162%200%20230%20l7%20125%20329%200%20329%200%200%20-230z%20m-35%20-472%20c-39%20-239%20-148%20-495%20-237%20-561%20-58%20-43%20-115%20-20%20-180%2072%20-66%2095%20-144%20315%20-173%20489%20l-7%2042%20302%200%20302%200%20-7%20-42z%20m-791%2010%20c3%20-13%2015%20-70%2026%20-128%2024%20-116%2065%20-245%20110%20-345%2029%20-65%2029%20-66%207%20-60%20-12%204%20-67%2028%20-122%2055%20-112%2055%20-237%20150%20-311%20236%20-49%2058%20-154%20211%20-154%20225%200%2012%20224%2034%20377%2038%2057%201%2063%20-1%2067%20-21z%20m1306%200%20c69%20-5%20127%20-12%20129%20-14%207%20-7%20-92%20-157%20-147%20-221%20-78%20-92%20-200%20-185%20-317%20-243%20-156%20-76%20-151%20-77%20-105%2029%2045%20103%2081%20222%20105%20343%208%2046%2018%2094%2021%20107%205%2026%200%2026%20314%20-1z%22/%3E%20%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M1681%203796%20c2%20-2%2035%20-16%2073%20-30%20112%20-42%20299%20-162%20378%20-241%20l27%20-27%201683%20-1%201683%20-2%20-2%20-90%20c-1%20-49%20-2%20-667%20-2%20-1372%20l-1%20-1283%20-2199%200%20-2199%200%20-6%2027%20c-3%2016%20-5%20111%20-5%20213%202%20264%208%20237%20-53%20245%20-45%206%20-155%2031%20-221%2051%20-17%205%20-17%20-22%20-15%20-578%20l3%20-583%2023%20-37%20c13%20-20%2040%20-47%2060%20-60%20l37%20-23%202376%200%202375%200%2041%2027%20c22%2014%2048%2043%2059%2065%2018%2037%2019%2090%2022%201788%202%201222%200%201761%20-8%201787%20-14%2048%20-55%2097%20-97%20114%20-27%2012%20-366%2014%20-2034%2014%20-1101%200%20-2000%20-2%20-1998%20-4z%20m-334%20-3273%20c84%20-40%20115%20-159%2061%20-240%20-63%20-95%20-204%20-99%20-274%20-7%20-25%2032%20-29%2046%20-29%20100%200%2070%2017%20102%2075%20142%2040%2027%20116%2030%20167%205z%20m469%201%20c66%20-31%2099%20-108%2082%20-187%20-32%20-151%20-246%20-173%20-313%20-31%20-35%2074%20-4%20171%2069%20215%2039%2024%20115%2025%20162%203z%20m475%20-7%20c104%20-70%20108%20-206%207%20-280%20-18%20-13%20-48%20-22%20-85%20-25%20-49%20-3%20-64%200%20-93%2020%20-19%2013%20-45%2039%20-58%2058%20-20%2029%20-23%2044%20-20%2093%205%2064%2025%2098%2078%20135%2046%2031%20124%2031%20171%20-1z%20m3145%207%20c90%20-43%20116%20-184%2046%20-257%20-57%20-61%2015%20-57%20-1162%20-57%20-1195%200%20-1123%20-4%20-1176%2066%20-25%2032%20-29%2046%20-29%20100%200%2070%2017%20102%2075%20142%20l33%2022%201089%200%20c985%200%201093%20-2%201124%20-16z%22/%3E%20%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M2700%202125%20l0%20-205%201365%200%201365%200%200%20205%200%20205%20-1365%200%20-1365%200%200%20-205z%20m2230%200%20l0%20-155%20-1090%200%20-1090%200%200%20155%200%20155%201090%200%201090%200%200%20-155z%22/%3E%20%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M2844%202146%20c-13%20-35%200%20-51%2041%20-51%2038%200%2040%202%2040%2030%200%2027%20-3%2030%20-38%2033%20-26%202%20-39%20-1%20-43%20-12z%22/%3E%20%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M3004%202146%20c-13%20-35%200%20-51%2041%20-51%2038%200%2040%202%2040%2030%200%2027%20-3%2030%20-38%2033%20-26%202%20-39%20-1%20-43%20-12z%22/%3E%20%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M3154%202146%20c-13%20-35%200%20-51%2041%20-51%2038%200%2040%202%2040%2030%200%2027%20-3%2030%20-38%2033%20-26%202%20-39%20-1%20-43%20-12z%22/%3E%20%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M3304%202146%20c-13%20-35%200%20-51%2041%20-51%2038%200%2040%202%2040%2030%200%2027%20-3%2030%20-38%2033%20-26%202%20-39%20-1%20-43%20-12z%22/%3E%20%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M3464%202146%20c-13%20-35%200%20-51%2041%20-51%2038%200%2040%202%2040%2030%200%2027%20-3%2030%20-38%2033%20-26%202%20-39%20-1%20-43%20-12z%22/%3E%20%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M3614%202146%20c-13%20-35%200%20-51%2041%20-51%2038%200%2040%202%2040%2030%200%2027%20-3%2030%20-38%2033%20-26%202%20-39%20-1%20-43%20-12z%22/%3E%3C/g%3E%3C/svg%3E);
}
#horizontal_steps .easy_steps .step_box .config_icon {
#    background-image: url(data:image/svg+xml;
#    charset=US-ASCII, %3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%2020010904//EN%22%20%22http%3A//www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd%22%3E%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22582px%22%20height%3D%22380px%22%20viewBox%3D%220%200%205820%203800%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cg%3E%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M136%203793%20c-11%20-3%20-33%20-18%20-50%20-34%20-17%20-16%20-34%20-29%20-38%20-29%20-8%200%20-39%20-55%20-38%20-67%201%20-5%20-1%20-22%20-5%20-40%20-14%20-74%2025%20-120%20430%20-508%20104%20-99%20278%20-268%20387%20-375%20l199%20-195%205%20-80%20c14%20-212%2039%20-280%20139%20-374%2077%20-72%20148%20-100%20265%20-108%2065%20-4%2094%20-1%20123%2011%2020%209%2037%2020%2037%2025%200%205%20-45%2055%20-100%20110%20-87%2088%20-102%20107%20-109%20146%20-9%2051%203%2078%2063%20138%2084%2085%20149%2083%20233%20-5%2093%20-99%20132%20-129%20154%20-118%2022%2012%2021%208%2020%20115%200%2053%20-6%2096%20-18%20127%20-23%2057%20-107%20176%20-131%20185%20-9%204%20-36%2019%20-59%2035%20-24%2016%20-43%2026%20-43%2023%200%20-3%20-15%201%20-32%208%20-33%2014%20-92%2021%20-157%2019%20-19%200%20-56%205%20-82%2011%20-51%2013%20-86%2044%20-463%20407%20-152%20146%20-271%20260%20-331%20315%20-18%2017%20-75%2071%20-126%20121%20-122%20119%20-160%20144%20-213%20143%20-23%20-1%20-50%20-4%20-60%20-6z%20m110%20-139%20c29%20-43%20-4%20-103%20-57%20-104%20-31%200%20-72%2050%20-62%2077%2019%2055%2090%2072%20119%2027z%22/%3E%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M1681%203796%20c2%20-2%2035%20-16%2073%20-30%20112%20-42%20299%20-162%20378%20-241%20l27%20-27%201683%20-1%201683%20-2%20-2%20-90%20c-1%20-49%20-2%20-667%20-2%20-1372%20l-1%20-1283%20-2199%200%20-2199%200%20-6%2027%20c-3%2016%20-5%20111%20-5%20213%202%20264%208%20237%20-53%20245%20-45%206%20-155%2031%20-221%2051%20-17%205%20-17%20-22%20-15%20-578%20l3%20-583%2023%20-37%20c13%20-20%2040%20-47%2060%20-60%20l37%20-23%202376%200%202375%200%2041%2027%20c22%2014%2048%2043%2059%2065%2018%2037%2019%2090%2022%201788%202%201222%200%201761%20-8%201787%20-14%2048%20-55%2097%20-97%20114%20-27%2012%20-366%2014%20-2034%2014%20-1101%200%20-2000%20-2%20-1998%20-4z%20m-334%20-3273%20c84%20-40%20115%20-159%2061%20-240%20-63%20-95%20-204%20-99%20-274%20-7%20-25%2032%20-29%2046%20-29%20100%200%2070%2017%20102%2075%20142%2040%2027%20116%2030%20167%205z%20m469%201%20c66%20-31%2099%20-108%2082%20-187%20-32%20-151%20-246%20-173%20-313%20-31%20-35%2074%20-4%20171%2069%20215%2039%2024%20115%2025%20162%203z%20m475%20-7%20c104%20-70%20108%20-206%207%20-280%20-18%20-13%20-48%20-22%20-85%20-25%20-49%20-3%20-64%200%20-93%2020%20-19%2013%20-45%2039%20-58%2058%20-20%2029%20-23%2044%20-20%2093%205%2064%2025%2098%2078%20135%2046%2031%20124%2031%20171%20-1z%20m3145%207%20c90%20-43%20116%20-184%2046%20-257%20-57%20-61%2015%20-57%20-1162%20-57%20-1195%200%20-1123%20-4%20-1176%2066%20-25%2032%20-29%2046%20-29%20100%200%2070%2017%20102%2075%20142%20l33%2022%201089%200%20c985%200%201093%20-2%201124%20-16z%22/%3E%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M1468%203515%20c-2%20-1%20-38%20-5%20-81%20-8%20-43%20-3%20-85%20-11%20-93%20-18%20-31%20-25%20-46%20-72%20-47%20-146%20l-2%20-75%20-40%20-14%20c-22%20-7%20-48%20-14%20-57%20-14%20-37%200%20-14%20-33%20100%20-145%20117%20-114%20117%20-115%20157%20-109%2022%203%2069%200%20105%20-6%2036%20-6%2079%20-13%2095%20-16%2017%20-3%2040%20-12%2053%20-20%2012%20-8%2026%20-12%2031%20-10%205%203%2028%20-9%2052%20-28%2024%20-18%2049%20-34%2054%20-36%2018%20-4%20103%20-89%20133%20-132%2076%20-112%20105%20-202%20105%20-331%201%20-140%20-21%20-232%20-75%20-314%20-16%20-23%20-28%20-46%20-28%20-50%200%20-14%20-132%20-136%20-171%20-157%20-54%20-31%20-142%20-66%20-164%20-66%20-12%200%20-26%20-5%20-31%20-10%20-19%20-19%20-234%20-11%20-273%209%20-10%206%20-21%208%20-24%205%20-7%20-7%20-114%2046%20-174%2088%20-28%2019%20-66%2053%20-85%2074%20-18%2021%20-35%2041%20-38%2044%20-34%2033%20-100%20184%20-100%20228%200%2010%20-5%2023%20-10%2028%20-11%2011%20-16%20156%20-6%20172%207%2011%20-231%20242%20-249%20242%20-7%200%20-16%20-15%20-20%20-32%20-3%20-18%20-11%20-51%20-17%20-73%20l-11%20-40%20-78%20-1%20c-129%20-2%20-158%20-35%20-153%20-172%203%20-103%2010%20-136%2032%20-155%2021%20-19%2093%20-32%20152%20-28%2051%203%2056%20-2%2086%20-94%2023%20-71%2092%20-213%20105%20-217%206%20-2%20-14%20-28%20-45%20-58%20-56%20-54%20-82%20-104%20-72%20-138%2010%20-29%20150%20-161%20185%20-173%2037%20-13%2072%206%20140%2075%20l43%2044%2067%20-33%20c88%20-44%20156%20-71%20214%20-85%20l47%20-13%200%20-74%20c0%20-128%2034%20-154%20190%20-149%2098%204%20104%205%20132%2033%2028%2028%2029%2034%2030%20115%20l1%2085%2051%2013%20c28%207%20100%2037%20161%2066%20l109%2054%2046%20-43%20c57%20-53%2082%20-67%20122%20-67%2027%200%2045%2013%20115%2084%2069%2070%2083%2090%2083%20116%200%2033%20-43%20101%20-93%20148%20l-25%2023%2037%2072%20c33%2064%2051%20115%2079%20212%208%2029%2012%2030%2088%2040%2043%206%2089%2015%20100%2022%2037%2021%2052%2070%2048%20157%20-4%20107%20-10%20128%20-41%20151%20-31%2024%20-24%2022%20-116%2024%20l-73%201%20-18%2053%20c-21%2057%20-62%20153%20-77%20177%20-5%208%20-18%2032%20-30%2054%20l-21%2038%2039%2037%20c52%2051%2075%2087%2079%20129%203%2033%20-3%2041%20-73%20109%20-52%2050%20-89%2076%20-115%2084%20-37%2010%20-40%209%20-93%20-37%20-30%20-25%20-55%20-50%20-55%20-55%200%20-5%20-8%20-12%20-17%20-18%20-14%20-6%20-41%202%20-108%2035%20-49%2024%20-95%2044%20-102%2044%20-7%200%20-21%204%20-31%209%20-9%205%20-35%2013%20-57%2018%20-40%208%20-40%208%20-42%2058%20-4%20113%20-14%20144%20-56%20167%20-24%2012%20-74%2027%20-79%2023z%22/%3E%3C/g%3E%3C/svg%3E);
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%2020010904//EN%22%20%22http%3A//www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd%22%3E%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22582px%22%20height%3D%22380px%22%20viewBox%3D%220%200%205820%203800%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cg%3E%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M136%203793%20c-11%20-3%20-33%20-18%20-50%20-34%20-17%20-16%20-34%20-29%20-38%20-29%20-8%200%20-39%20-55%20-38%20-67%201%20-5%20-1%20-22%20-5%20-40%20-14%20-74%2025%20-120%20430%20-508%20104%20-99%20278%20-268%20387%20-375%20l199%20-195%205%20-80%20c14%20-212%2039%20-280%20139%20-374%2077%20-72%20148%20-100%20265%20-108%2065%20-4%2094%20-1%20123%2011%2020%209%2037%2020%2037%2025%200%205%20-45%2055%20-100%20110%20-87%2088%20-102%20107%20-109%20146%20-9%2051%203%2078%2063%20138%2084%2085%20149%2083%20233%20-5%2093%20-99%20132%20-129%20154%20-118%2022%2012%2021%208%2020%20115%200%2053%20-6%2096%20-18%20127%20-23%2057%20-107%20176%20-131%20185%20-9%204%20-36%2019%20-59%2035%20-24%2016%20-43%2026%20-43%2023%200%20-3%20-15%201%20-32%208%20-33%2014%20-92%2021%20-157%2019%20-19%200%20-56%205%20-82%2011%20-51%2013%20-86%2044%20-463%20407%20-152%20146%20-271%20260%20-331%20315%20-18%2017%20-75%2071%20-126%20121%20-122%20119%20-160%20144%20-213%20143%20-23%20-1%20-50%20-4%20-60%20-6z%20m110%20-139%20c29%20-43%20-4%20-103%20-57%20-104%20-31%200%20-72%2050%20-62%2077%2019%2055%2090%2072%20119%2027z%22/%3E%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M1681%203796%20c2%20-2%2035%20-16%2073%20-30%20112%20-42%20299%20-162%20378%20-241%20l27%20-27%201683%20-1%201683%20-2%20-2%20-90%20c-1%20-49%20-2%20-667%20-2%20-1372%20l-1%20-1283%20-2199%200%20-2199%200%20-6%2027%20c-3%2016%20-5%20111%20-5%20213%202%20264%208%20237%20-53%20245%20-45%206%20-155%2031%20-221%2051%20-17%205%20-17%20-22%20-15%20-578%20l3%20-583%2023%20-37%20c13%20-20%2040%20-47%2060%20-60%20l37%20-23%202376%200%202375%200%2041%2027%20c22%2014%2048%2043%2059%2065%2018%2037%2019%2090%2022%201788%202%201222%200%201761%20-8%201787%20-14%2048%20-55%2097%20-97%20114%20-27%2012%20-366%2014%20-2034%2014%20-1101%200%20-2000%20-2%20-1998%20-4z%20m-334%20-3273%20c84%20-40%20115%20-159%2061%20-240%20-63%20-95%20-204%20-99%20-274%20-7%20-25%2032%20-29%2046%20-29%20100%200%2070%2017%20102%2075%20142%2040%2027%20116%2030%20167%205z%20m469%201%20c66%20-31%2099%20-108%2082%20-187%20-32%20-151%20-246%20-173%20-313%20-31%20-35%2074%20-4%20171%2069%20215%2039%2024%20115%2025%20162%203z%20m475%20-7%20c104%20-70%20108%20-206%207%20-280%20-18%20-13%20-48%20-22%20-85%20-25%20-49%20-3%20-64%200%20-93%2020%20-19%2013%20-45%2039%20-58%2058%20-20%2029%20-23%2044%20-20%2093%205%2064%2025%2098%2078%20135%2046%2031%20124%2031%20171%20-1z%20m3145%207%20c90%20-43%20116%20-184%2046%20-257%20-57%20-61%2015%20-57%20-1162%20-57%20-1195%200%20-1123%20-4%20-1176%2066%20-25%2032%20-29%2046%20-29%20100%200%2070%2017%20102%2075%20142%20l33%2022%201089%200%20c985%200%201093%20-2%201124%20-16z%22/%3E%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M1468%203515%20c-2%20-1%20-38%20-5%20-81%20-8%20-43%20-3%20-85%20-11%20-93%20-18%20-31%20-25%20-46%20-72%20-47%20-146%20l-2%20-75%20-40%20-14%20c-22%20-7%20-48%20-14%20-57%20-14%20-37%200%20-14%20-33%20100%20-145%20117%20-114%20117%20-115%20157%20-109%2022%203%2069%200%20105%20-6%2036%20-6%2079%20-13%2095%20-16%2017%20-3%2040%20-12%2053%20-20%2012%20-8%2026%20-12%2031%20-10%205%203%2028%20-9%2052%20-28%2024%20-18%2049%20-34%2054%20-36%2018%20-4%20103%20-89%20133%20-132%2076%20-112%20105%20-202%20105%20-331%201%20-140%20-21%20-232%20-75%20-314%20-16%20-23%20-28%20-46%20-28%20-50%200%20-14%20-132%20-136%20-171%20-157%20-54%20-31%20-142%20-66%20-164%20-66%20-12%200%20-26%20-5%20-31%20-10%20-19%20-19%20-234%20-11%20-273%209%20-10%206%20-21%208%20-24%205%20-7%20-7%20-114%2046%20-174%2088%20-28%2019%20-66%2053%20-85%2074%20-18%2021%20-35%2041%20-38%2044%20-34%2033%20-100%20184%20-100%20228%200%2010%20-5%2023%20-10%2028%20-11%2011%20-16%20156%20-6%20172%207%2011%20-231%20242%20-249%20242%20-7%200%20-16%20-15%20-20%20-32%20-3%20-18%20-11%20-51%20-17%20-73%20l-11%20-40%20-78%20-1%20c-129%20-2%20-158%20-35%20-153%20-172%203%20-103%2010%20-136%2032%20-155%2021%20-19%2093%20-32%20152%20-28%2051%203%2056%20-2%2086%20-94%2023%20-71%2092%20-213%20105%20-217%206%20-2%20-14%20-28%20-45%20-58%20-56%20-54%20-82%20-104%20-72%20-138%2010%20-29%20150%20-161%20185%20-173%2037%20-13%2072%206%20140%2075%20l43%2044%2067%20-33%20c88%20-44%20156%20-71%20214%20-85%20l47%20-13%200%20-74%20c0%20-128%2034%20-154%20190%20-149%2098%204%20104%205%20132%2033%2028%2028%2029%2034%2030%20115%20l1%2085%2051%2013%20c28%207%20100%2037%20161%2066%20l109%2054%2046%20-43%20c57%20-53%2082%20-67%20122%20-67%2027%200%2045%2013%20115%2084%2069%2070%2083%2090%2083%20116%200%2033%20-43%20101%20-93%20148%20l-25%2023%2037%2072%20c33%2064%2051%20115%2079%20212%208%2029%2012%2030%2088%2040%2043%206%2089%2015%20100%2022%2037%2021%2052%2070%2048%20157%20-4%20107%20-10%20128%20-41%20151%20-31%2024%20-24%2022%20-116%2024%20l-73%201%20-18%2053%20c-21%2057%20-62%20153%20-77%20177%20-5%208%20-18%2032%20-30%2054%20l-21%2038%2039%2037%20c52%2051%2075%2087%2079%20129%203%2033%20-3%2041%20-73%20109%20-52%2050%20-89%2076%20-115%2084%20-37%2010%20-40%209%20-93%20-37%20-30%20-25%20-55%20-50%20-55%20-55%200%20-5%20-8%20-12%20-17%20-18%20-14%20-6%20-41%202%20-108%2035%20-49%2024%20-95%2044%20-102%2044%20-7%200%20-21%204%20-31%209%20-9%205%20-35%2013%20-57%2018%20-40%208%20-40%208%20-42%2058%20-4%20113%20-14%20144%20-56%20167%20-24%2012%20-74%2027%20-79%2023z%22/%3E%3C/g%3E%3C/svg%3E);
}
#horizontal_steps .easy_steps .step_box .download_icon {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%2020010904//EN%22%20%22http%3A//www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd%22%3E%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22562px%22%20height%3D%22380px%22%20viewBox%3D%220%200%205620%203800%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%3Cg%20id%3D%22layer101%22%20fill%3D%22%23031b4d%22%20stroke%3D%22none%22%3E%20%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M26%203774%20l-26%20-27%200%20-289%200%20-290%2034%20-34%20c39%20-39%2085%20-45%20125%20-18%2044%2031%2051%2069%2051%20279%20l0%20195%20555%200%20555%200%200%20-195%20c0%20-210%207%20-248%2051%20-279%2040%20-27%2086%20-21%20125%2018%20l34%2034%200%20290%200%20289%20-26%2027%20-27%2026%20-712%200%20-712%200%20-27%20-26z%22/%3E%20%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M1680%203650%20l0%20-150%2038%20-1%20c20%200%20840%20-1%201822%20-2%20l1785%20-2%20-1%20-110%20c-1%20-60%20-2%20-678%20-3%20-1372%20l-1%20-1263%20-2199%200%20-2199%200%20-6%2027%20c-3%2016%20-5%20291%20-5%20613%201%20322%200%20611%200%20643%20l-1%2057%20-145%200%20-145%200%202%20-982%203%20-983%2023%20-37%20c13%20-20%2040%20-47%2060%20-60%20l37%20-23%202376%200%202375%200%2041%2027%20c22%2014%2048%2043%2059%2065%2018%2037%2019%2090%2022%201788%202%201222%200%201761%20-8%201787%20-14%2048%20-55%2097%20-97%20114%20-27%2012%20-350%2014%20-1933%2014%20l-1900%200%200%20-150z%20m-531%20-3131%20c116%20-65%20115%20-224%20-2%20-290%20-30%20-17%20-50%20-20%20-91%20-17%20-159%2013%20-212%20206%20-83%20299%2050%2036%20120%2040%20176%208z%20m467%205%20c66%20-31%2099%20-108%2082%20-187%20-32%20-151%20-246%20-173%20-313%20-31%20-35%2074%20-4%20171%2069%20215%2039%2024%20115%2025%20162%203z%20m473%20-5%20c55%20-31%2075%20-65%2079%20-134%203%20-50%200%20-66%20-20%20-95%20-74%20-109%20-212%20-109%20-286%200%20-20%2029%20-23%2044%20-20%2093%205%2064%2025%2098%2078%20135%2043%2029%20118%2030%20169%201z%20m3151%200%20c50%20-28%2080%20-83%2080%20-146%200%20-58%20-26%20-105%20-79%20-140%20l-34%20-23%20-1097%202%20-1097%203%20-35%2027%20c-94%2072%20-85%20217%2016%20279%2030%2018%2068%2019%201120%2019%20l1088%200%2038%20-21z%22/%3E%20%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M539%203154%20c-123%20-130%20-225%20-244%20-227%20-254%20-6%20-37%2034%20-50%20155%20-50%20l113%200%200%20-265%20c0%20-282%204%20-310%2049%20-335%2025%20-13%20247%20-13%20272%200%2045%2025%2049%2053%2049%20335%20l0%20265%20108%200%20c117%200%20157%2012%20157%2047%200%2014%20-74%2099%20-212%20245%20-117%20124%20-219%20230%20-226%20237%20-12%209%20-55%20-31%20-238%20-225z%22/%3E%20%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M3310%203125%20l0%20-65%20870%200%20870%200%200%2065%200%2065%20-870%200%20-870%200%200%20-65z%22/%3E%20%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M3540%202795%20l0%20-65%20755%200%20755%200%200%2065%200%2065%20-755%200%20-755%200%200%20-65z%22/%3E%20%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M1173%202719%20c-18%20-11%20-41%20-35%20-53%20-53%20-20%20-33%20-20%20-46%20-20%20-831%200%20-787%200%20-798%2021%20-831%2011%20-18%2035%20-42%2053%20-53%2032%20-20%2047%20-21%20452%20-21%20l419%200%20285%20285%20285%20285%203%20413%20c2%20226%200%20481%20-3%20565%20-8%20169%20-16%20194%20-84%20239%20l-34%2023%20-646%200%20c-635%200%20-647%20-1%20-678%20-21z%20m1277%20-619%20l0%20-480%20-190%200%20c-206%200%20-231%20-5%20-284%20-55%20-51%20-49%20-56%20-77%20-56%20-285%20l0%20-190%20-330%200%20-330%200%200%20745%200%20745%20595%200%20595%200%200%20-480z%20m-120%20-653%20c0%20-1%20-54%20-56%20-120%20-122%20l-120%20-120%200%20123%200%20122%20120%200%20c66%200%20120%20-1%20120%20-3z%22/%3E%20%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M1670%202451%20c-73%20-39%20-99%20-94%20-100%20-216%200%20-89%20-13%20-119%20-55%20-129%20-21%20-5%20-25%20-12%20-25%20-46%200%20-34%204%20-41%2025%20-46%2043%20-11%2055%20-40%2055%20-134%201%20-128%2026%20-182%20102%20-221%2051%20-26%2065%20-24%2073%2011%205%2024%201%2034%20-26%2058%20-33%2029%20-33%2030%20-39%20144%20-7%20118%20-9%20128%20-43%20166%20l-20%2022%2021%2023%20c30%2032%2042%2078%2042%20164%200%2083%2011%20120%2046%20148%2021%2016%2024%2026%2019%2048%20-8%2032%20-26%2034%20-75%208z%22/%3E%20%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M1985%202443%20c-5%20-22%20-2%20-32%2018%20-48%2038%20-31%2047%20-58%2047%20-137%200%20-89%2014%20-143%2045%20-174%20l24%20-24%20-24%20-24%20c-31%20-31%20-45%20-85%20-45%20-174%200%20-82%20-20%20-137%20-52%20-148%20-16%20-5%20-19%20-12%20-14%20-37%203%20-17%208%20-33%2011%20-35%208%20-8%2051%207%2085%2030%2058%2039%2073%2078%2079%20198%206%20113%2014%20134%2056%20144%2021%205%2025%2012%2025%2046%200%2034%20-4%2041%20-25%2046%20-43%2011%20-55%2040%20-55%20132%200%20120%20-26%20174%20-102%20213%20-50%2026%20-65%2024%20-73%20-8z%22/%3E%20%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M1802%202432%20l-23%20-18%2020%20-44%20c13%20-28%2021%20-67%2021%20-102%20l0%20-58%2051%200%2051%200%20-4%2074%20c-3%2064%20-8%2081%20-34%20118%20-34%2049%20-50%2055%20-82%2030z%22/%3E%20%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M1813%201934%20c-15%20-24%20-15%20-29%20-2%20-53%2011%20-19%2024%20-27%2051%20-29%2043%20-4%2068%2017%2068%2057%200%2037%20-17%2051%20-62%2051%20-29%200%20-41%20-6%20-55%20-26z%22/%3E%20%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M2930%202465%20l0%20-65%201060%200%201060%200%200%2065%200%2065%20-1060%200%20-1060%200%200%20-65z%22/%3E%20%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M3310%202135%20l0%20-65%20870%200%20870%200%200%2065%200%2065%20-870%200%20-870%200%200%20-65z%22/%3E%20%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M3540%201805%20l0%20-65%20755%200%20755%200%200%2065%200%2065%20-755%200%20-755%200%200%20-65z%22/%3E%20%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M2930%201475%20l0%20-65%201060%200%201060%200%200%2065%200%2065%20-1060%200%20-1060%200%200%20-65z%22/%3E%20%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M3230%201145%20l0%20-65%20910%200%20910%200%200%2065%200%2065%20-910%200%20-910%200%200%20-65z%22/%3E%3C/g%3E%3C/svg%3E);
}
#landing_scraper_carousal {
    background: #fff;
    padding: 40px 0;
}
#landing_scraper_carousal .tag_line {
    margin-bottom: 80px;
}
#landing_scraper_carousal .amazon_bg {
    background-color: #f90;
}
#landing_scraper_carousal .ebay_bg {
    background-color: #e53238;
}
#landing_scraper_carousal .indeed_bg {
    background-color: #2164f4;
}
#landing_scraper_carousal .craigslist_bg {
    background-color: #784c92;
}
#landing_scraper_carousal .yelp_bg {
    background-color: #af0606;
}
#landing_scraper_carousal .yellowpages_bg {
    background-color: #e3bd01;
}
#landing_scraper_carousal .tripadvisor_bg {
    background-color: #1fb67f;
}
#landing_scraper_carousal .walmart_bg {
    background-color: #0072ce;
}
#landing_scraper_carousal .aliexpress_bg {
    background-color: #e62e04;
}
#landing_scraper_carousal .owl-carousel {
    position: relative;
}
#landing_scraper_carousal .owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    padding: 10px;
}
#landing_scraper_carousal .owl-carousel .owl-wrapper {
    display: flex!important;
}
#landing_scraper_carousal .owl-carousel .owl-controls {
    display: none!important;
}
#landing_scraper_carousal .owl-carousel .owl-controls .nxt_prvw {
    background-color: #031b4d;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 20px;
}
#landing_scraper_carousal .owl-carousel .owl-controls .owl-prev .nxt_prvw {
    left: -40px;
    background-image: url(data:image/svg+xml;
    charset=US-ASCII, %3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%2020010904//EN%22%20%22http%3A//www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd%22%3E%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22192.000000pt%22%20height%3D%22320.000000pt%22%20viewBox%3D%220%200%20192.000000%20320.000000%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cg%20transform%3D%22translate%280.000000%2C320.000000%29%20scale%280.100000%2C-0.100000%29%22%20fill%3D%22%23fff%22%20stroke%3D%22none%22%3E%3Cpath%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20d%3D%22M1200%202744%20c-267%20-251%20-514%20-484%20-550%20-518%20-95%20-90%20-536%20-504%20-597%20-560%20-29%20-27%20-53%20-56%20-53%20-65%200%20-9%20143%20-152%20317%20-316%20583%20-551%201278%20-1207%201321%20-1249%20l42%20-41%20116%20116%20116%20116%20-721%20682%20c-397%20375%20-721%20686%20-721%20691%200%207%201146%201092%201394%201321%20l50%2046%20-108%20117%20c-60%2064%20-111%20116%20-115%20116%20-3%200%20-224%20-205%20-491%20-456z%22/%3E%3C/g%3E%3C/svg%3E);
}
#landing_scraper_carousal .owl-carousel .owl-controls .owl-next .nxt_prvw {
    right: -30px;
    background-image: url(data:image/svg+xml;
    charset=US-ASCII, %3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%2020010904//EN%22%20%22http%3A//www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd%22%3E%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22192.000000pt%22%20height%3D%22320.000000pt%22%20viewBox%3D%220%200%20192.000000%20320.000000%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cg%20transform%3D%22translate%280.000000%2C320.000000%29%20scale%280.100000%2C-0.100000%29%22%20fill%3D%22%23fff%22%20stroke%3D%22none%22%3E%3Cpath%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20d%3D%22M112%203086%20c-56%20-58%20-102%20-109%20-102%20-114%200%20-6%20324%20-315%20720%20-688%20396%20-373%20720%20-681%20720%20-684%200%20-4%20-326%20-314%20-725%20-691%20l-726%20-684%20112%20-108%20c65%20-63%20117%20-106%20125%20-103%2018%207%201674%201576%201674%201586%200%2010%20-1666%201579%20-1683%201586%20-8%203%20-58%20-41%20-115%20-100z%22/%3E%3C/g%3E%3C/svg%3E);
}
#landing_scraper_carousal .scrpr_crsl_box {
    transition: all ease .4s;
    box-shadow: 0 4px 16px rgba(21, 27, 38, .08);
    padding: 16px;
    margin-right: 24px;
    color: #000;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}
#landing_scraper_carousal .scrpr_crsl_box:hover i {
    font-weight: 700;
}
#landing_scraper_carousal .scrpr_crsl_box .scrpr_logo {
    background: #fff;
    padding: 8px;
    width: 100%;
#    height: 60px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
}
#landing_scraper_carousal .scrpr_crsl_box .scrpr_logo img {
    max-width: 100%;
    max-height: 100%;
}
#landing_scraper_carousal .scrpr_crsl_box h6 {
    color: #fff;
    margin-bottom: 12px;
}
#landing_scraper_carousal .scrpr_crsl_box p {
    font-size: 14px;
}
#landing_scraper_carousal .scrpr_crsl_box .scrpr_btn {
    padding: 0;
    font-size: 28px;
    color: #fff;
    transition: all ease .4s;
}
.tricky_link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#our_services {
    padding: 80px 0;
    overflow: hidden;
}
#our_services .tag_line {
    margin-bottom: 100px;
}
#our_services .service_list {
    margin-bottom: 40px;
    padding-bottom: 40px;
    display: flex;
    align-items: center;
}
#our_services .service_list:last-child {
    margin: 0;
    padding: 0;
    border-bottom: 0 none;
}
#our_services .service_list:nth-child(2n+1) .service_img {
    order: 2;
}
#our_services .service_list:nth-child(2n+1) .service_text {
    padding: 20px 100px 20px 0;
    border-radius: 5px 150px 150px 5px;
}
#our_services .service_list:nth-child(2n+1) .service_text:after {
    right: 100%;
    left: auto;
}
#our_services .service_list .service_img {
    padding: 0 30px;
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#our_services .service_list .service_img img {
    max-width: 100%}
#our_services .service_list .service_text {
    background: #fff;
    width: 60%;
    margin: 0;
    padding: 20px 0 20px 100px;
    border-radius: 150px 5px 5px 150px;
    position: relative;
}
#our_services .service_list .service_text:after {
    background: #fff;
    content: "";
    position: absolute;
    width: 1000px;
    height: 100%;
    top: 0;
    left: 100%;
    z-index: -1;
}
#our_services .service_list .service_text ol, #our_services .service_list .service_text ul {
    padding: 0 0 0 20px;
    margin: 0;
    font-size: 16px;
}
#our_services .service_list .service_text ol li, #our_services .service_list .service_text ul li {
    margin-bottom: 10px;
}
#our_services .service_list .service_text p {
    font-size: 16px;
}
#data_service {
    padding: 0;
}
#data_service .service_list {
    background: #fff;
    margin: 0;
    padding: 50px 0;
    border: 0 none;
}
#data_service .title_text {
    display: inline-block;
    padding-bottom: 5px;
}
#data_service .service_text ul {
    padding: 0;
}
#data_service .service_text ul li {
    margin-bottom: 15px;
    list-style: none;
}
#data_service .bottom_hidden_image {
    margin-bottom: -70px;
}
#our_tools {
    background: #031b4d;
    padding: 40px 0;
    color: #fff;
}
#our_tools .title_text{
    color:#f2b011;
    margin-bottom:20px
}
#our_tools .title_tag {
    color: #f2b011;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
#our_tools .tool_head {
    color: #f2b011;
}
#our_tools .tools_icon{
    font-size: 80px;
}
#our_tools .tools_icon.point_inter {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%2020010904//EN%22%20%22http%3A//www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd%22%3E%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22512.000000pt%22%20height%3D%22512.000000pt%22%20viewBox%3D%220%200%20512.000000%20512.000000%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cg%20transform%3D%22translate%280.000000%2C512.000000%29%20scale%280.100000%2C-0.100000%29%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M2245%204944%20c-455%20-61%20-880%20-248%20-1234%20-542%20-449%20-373%20-760%20-939%20-835%20-1520%20-23%20-179%20-22%20-282%204%20-315%2044%20-56%20144%20-53%20179%204%2012%2020%2021%2061%2025%20122%2035%20457%20199%20882%20475%201227%2071%2090%20241%20260%20331%20333%20423%20342%20986%20520%201518%20479%20474%20-37%20910%20-213%201260%20-510%20l53%20-45%20-256%20-251%20-256%20-251%201%20-50%20c0%20-51%2017%20-87%2048%20-104%2021%20-11%201420%20-281%201456%20-281%2035%200%2083%2025%2096%2049%205%2011%2010%2038%2010%2061%200%2023%20-61%20357%20-135%20743%20-126%20653%20-137%20703%20-161%20729%20-32%2033%20-73%2043%20-117%2029%20-21%20-7%20-113%20-92%20-277%20-256%20-135%20-135%20-250%20-245%20-256%20-245%20-6%200%20-21%2012%20-35%2026%20-13%2014%20-66%2057%20-117%2096%20-341%20257%20-733%20418%20-1155%20473%20-146%2019%20-481%2018%20-622%20-1z%20m2526%20-941%20c67%20-352%2092%20-499%2083%20-501%20-14%20-4%20-950%20175%20-979%20187%20-17%207%2037%2064%20385%20409%20223%20221%20407%20402%20410%20402%203%200%2048%20-224%20101%20-497z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M2301%203759%20c-475%20-100%20-846%20-477%20-945%20-961%20-22%20-104%20-22%20-362%200%20-466%2099%20-486%20473%20-864%20951%20-961%20140%20-29%20356%20-29%20496%200%20478%2097%20852%20475%20951%20961%2022%20104%2022%20362%200%20466%20-100%20491%20-475%20866%20-966%20966%20-113%2023%20-364%2021%20-487%20-5z%20m169%20-389%20l0%20-230%20-191%200%20-190%200%207%2022%20c54%20172%20198%20358%20319%20414%2028%2013%2051%2024%2053%2024%201%200%202%20-103%202%20-230z%20m282%20173%20c100%20-68%20217%20-240%20262%20-381%20l7%20-22%20-190%200%20-191%200%200%20230%200%20230%2038%20-15%20c20%20-9%2054%20-27%2074%20-42z%20m-723%20-124%20c-27%20-45%20-66%20-126%20-86%20-180%20l-38%20-99%20-113%200%20-114%200%2031%2043%20c37%2050%20140%20156%20196%20202%2029%2025%20155%20108%20172%20114%200%201%20-21%20-36%20-48%20-80z%20m1156%20-18%20c59%20-45%20172%20-159%20216%20-218%20l31%20-43%20-114%200%20-113%200%20-38%2099%20c-20%2054%20-59%20134%20-85%20178%20l-49%2080%2051%20-29%20c28%20-17%2074%20-47%20101%20-67z%20m-1329%20-458%20c-8%20-26%20-23%20-137%20-31%20-220%20l-7%20-73%20-155%200%20c-142%200%20-154%201%20-150%2018%203%209%208%2040%2012%2067%203%2028%2018%2089%2032%20138%20l26%2087%20139%200%20c128%200%20139%20-1%20134%20-17z%20m614%20-138%20l0%20-155%20-236%200%20-237%200%206%2078%20c3%2042%2012%20112%2018%20155%20l13%2077%20218%200%20218%200%200%20-155z%20m619%2078%20c6%20-43%2015%20-113%2018%20-155%20l6%20-78%20-237%200%20-236%200%200%20155%200%20155%20218%200%20218%200%2013%20-77z%20m464%20-10%20c14%20-49%2029%20-110%2032%20-138%204%20-27%209%20-58%2012%20-67%204%20-17%20-8%20-18%20-150%20-18%20l-155%200%20-7%2073%20c-8%2083%20-23%20194%20-31%20220%20-5%2016%206%2017%20134%2017%20l139%200%2026%20-87z%20m-1728%20-465%20c8%20-84%2023%20-195%2031%20-220%205%20-17%20-6%20-18%20-134%20-18%20l-139%200%20-26%2088%20c-14%2048%20-29%20110%20-32%20137%20-4%2028%20-9%2058%20-12%2068%20-4%2016%208%2017%20150%2017%20l155%200%207%20-72z%20m645%20-83%20l0%20-155%20-218%200%20-218%200%20-13%2078%20c-6%2042%20-15%20112%20-18%20155%20l-6%2077%20237%200%20236%200%200%20-155z%20m637%2078%20c-3%20-43%20-12%20-113%20-18%20-155%20l-13%20-78%20-218%200%20-218%200%200%20155%200%20155%20236%200%20237%200%20-6%20-77z%20m490%2060%20c-3%20-10%20-8%20-40%20-12%20-68%20-3%20-27%20-18%20-89%20-32%20-137%20l-26%20-88%20-139%200%20c-128%200%20-139%201%20-134%2018%208%2025%2023%20136%2031%20220%20l7%2072%20155%200%20c142%200%20154%20-1%20150%20-17z%20m-1654%20-572%20c20%20-54%2059%20-134%2085%20-178%20l49%20-80%20-51%2029%20c-110%2065%20-243%20185%20-317%20286%20l-31%2042%20114%200%20113%200%2038%20-99z%20m527%20-131%20l0%20-230%20-37%2015%20c-122%2051%20-240%20189%20-317%20372%20-14%2034%20-26%2065%20-26%2068%200%203%2086%205%20190%205%20l190%200%200%20-230z%20m550%20225%20c0%20-3%20-12%20-34%20-26%20-68%20-77%20-183%20-195%20-321%20-316%20-372%20l-38%20-15%200%20230%200%20230%20190%200%20c105%200%20190%20-2%20190%20-5z%20m381%20-37%20c-75%20-103%20-207%20-222%20-317%20-286%20l-51%20-30%2049%2082%20c26%2044%2065%20125%2086%20178%20l37%2098%20113%200%20114%200%20-31%20-42z%22/%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4812%202588%20c-49%20-13%20-68%20-53%20-76%20-161%20-35%20-463%20-201%20-888%20-483%20-1237%20-73%20-90%20-243%20-260%20-333%20-331%20-338%20-271%20-761%20-436%20-1208%20-471%20-540%20-42%20-1125%20146%20-1545%20498%20l-69%2057%20256%20251%20257%20251%20-1%2050%20c0%2052%20-17%2087%20-48%20104%20-21%2011%20-1419%20281%20-1456%20281%20-35%200%20-83%20-25%20-96%20-49%20-5%20-11%20-10%20-38%20-10%20-61%200%20-22%2061%20-357%20135%20-742%20126%20-654%20137%20-704%20161%20-730%2032%20-33%2073%20-43%20117%20-29%2021%207%20113%2092%20277%20256%20135%20135%20250%20245%20256%20245%206%200%2021%20-12%2035%20-26%2074%20-79%20321%20-244%20499%20-334%20341%20-171%20681%20-250%201080%20-250%20292%200%20493%2032%20765%20121%20428%20141%20814%20407%201104%20762%20307%20377%20506%20886%20528%201349%205%20108%204%20131%20-11%20152%20-27%2043%20-79%2060%20-134%2044z%20m-3556%20-1161%20c6%20-6%20-795%20-807%20-806%20-807%20-3%200%20-47%20219%20-98%20488%20-51%20268%20-95%20494%20-98%20503%20-3%2013%2087%20-2%20496%20-81%20275%20-53%20503%20-99%20506%20-103z%22/%3E%0A%3C/g%3E%3C/svg%3E);
}
##our_tools .tools_icon.easy_schedul {
#    font-size: 80px;
#}
##our_tools .tools_icon.chaining {
#    background-image: url(data:image/svg+xml;
#    charset=US-ASCII, %3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%2020010904//EN%22%20%22http%3A//www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd%22%3E%0A%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22760.000000pt%22%20height%3D%22537.000000pt%22%20viewBox%3D%220%200%20760.000000%20537.000000%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cg%20transform%3D%22translate%280.000000%2C537.000000%29%20scale%280.100000%2C-0.100000%29%22%20stroke%3D%22none%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M3686%205335%20c-44%20-19%20-82%20-39%20-85%20-44%20-3%20-4%20-55%20-30%20-116%20-56%20-60%20-26%20-159%20-72%20-219%20-102%20-60%20-30%20-156%20-76%20-215%20-102%20-58%20-26%20-128%20-61%20-156%20-78%20l-50%20-29%20-3%20-267%20-2%20-267%20-730%200%20-730%200%200%20-570%200%20-570%2050%200%2050%200%200%20520%200%20520%20674%200%20c530%200%20675%20-3%20678%20-12%202%20-7%206%20-121%207%20-253%202%20-132%205%20-243%208%20-248%202%20-4%2037%20-24%2076%20-43%2040%20-20%2086%20-46%20102%20-58%2017%20-13%2044%20-29%2060%20-38%2089%20-44%20232%20-124%20242%20-134%207%20-7%2070%20-43%20140%20-80%2071%20-37%20130%20-71%20133%20-75%203%20-3%2035%20-23%2073%20-44%20l67%20-37%200%20-509%200%20-509%2050%200%2050%200%200%20510%200%20510%2063%2031%20c34%2017%2071%2039%2082%2049%2017%2014%20137%2081%20250%20139%2017%208%2035%2020%2041%2026%206%206%2061%2037%20123%2070%2061%2032%20119%2066%20129%2075%209%208%2033%2023%2052%2032%2059%2029%20138%2074%20155%2088%2013%2010%2015%2045%2015%20211%200%20126%204%20199%2010%20199%209%200%2014%20-20%2011%20-47%20-1%20-6%204%20-15%2010%20-18%208%20-5%209%204%206%2029%20l-5%2036%20634%200%20634%200%200%20-387%20c0%20-214%203%20-425%207%20-470%20l6%20-83%2048%200%2049%200%200%20520%200%20520%20-705%200%20-705%200%200%20304%20c0%20167%20-3%20311%20-6%20320%20-6%2016%20-249%20139%20-347%20176%20-31%2012%20-64%2028%20-72%2037%20-9%208%20-51%2030%20-95%2049%20-43%2018%20-153%2069%20-244%20113%20-93%2046%20-177%2081%20-193%2080%20-15%200%20-64%20-16%20-107%20-34z%20m512%20-261%20c224%20-96%20410%20-178%20414%20-182%204%20-4%20-181%20-102%20-411%20-217%20l-419%20-209%20-159%2082%20c-87%2045%20-269%20139%20-405%20210%20-136%2070%20-244%20130%20-240%20134%2010%2010%20785%20356%20800%20357%207%201%20196%20-78%20420%20-175z%20m-1122%20-366%20c54%20-28%20112%20-60%20128%20-72%2017%20-11%2044%20-27%2060%20-36%20156%20-82%20232%20-124%20236%20-130%203%20-3%2053%20-32%20113%20-64%20l107%20-57%200%20-455%20c0%20-249%20-2%20-454%20-5%20-454%20-9%200%20-160%2082%20-165%2090%20-3%204%20-66%2040%20-140%2080%20-74%2040%20-142%2078%20-150%2085%20-8%207%20-70%2043%20-138%2079%20-68%2036%20-130%2073%20-138%2080%20-12%2012%20-14%2089%20-14%20460%200%20245%202%20446%204%20446%202%200%2048%20-23%20102%20-52z%20m1528%20-849%20c-9%20-11%20-69%20-46%20-133%20-80%20-64%20-34%20-141%20-77%20-171%20-96%20-30%20-20%20-98%20-59%20-150%20-88%20-52%20-28%20-135%20-75%20-185%20-103%20-49%20-29%20-93%20-52%20-97%20-52%20-5%200%20-8%20200%20-8%20444%20l0%20444%2053%2026%20c80%2039%20201%20107%20207%20116%203%204%2050%2031%20105%2060%2055%2029%20131%2072%20170%2095%2038%2024%20104%2061%20145%2083%20l75%2040%203%20-435%20c2%20-394%201%20-438%20-14%20-454z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M834%203207%20c-85%20-45%20-146%20-73%20-343%20-162%20-69%20-30%20-127%20-59%20-131%20-64%20-3%20-5%20-28%20-18%20-55%20-29%20-115%20-46%20-280%20-126%20-292%20-141%20-9%20-12%20-12%20-148%20-13%20-583%20l0%20-567%2027%20-19%20c16%20-11%2068%20-41%20118%20-67%2050%20-26%2092%20-50%2095%20-54%207%20-10%20229%20-131%20240%20-131%205%200%2021%20-11%2037%20-23%2025%20-21%2096%20-62%20243%20-139%2024%20-12%2051%20-29%2059%20-37%2033%20-30%20119%20-62%20148%20-55%2028%207%20113%2052%20123%2065%205%206%20130%2075%20195%20107%2017%208%2044%2025%2060%2036%2017%2012%2062%2038%20100%2058%2076%2040%20183%20102%20201%20116%206%205%2056%2034%20113%2064%2056%2030%20111%2062%20121%2071%2019%2016%2020%2034%2020%20575%200%20538%20-1%20560%20-19%20581%20-11%2012%20-91%2054%20-178%2092%20-86%2039%20-160%2074%20-163%2078%20-3%205%20-36%2022%20-75%2039%20-150%2064%20-260%20115%20-265%20122%20-11%2016%20-233%20110%20-258%20110%20-15%20-1%20-63%20-20%20-108%20-43z%20m223%20-146%20c61%20-27%20159%20-73%20219%20-103%2060%20-30%20159%20-77%20219%20-104%2061%20-26%20112%20-51%20115%20-55%203%20-3%2022%20-15%2043%20-26%20l38%20-19%20-83%20-44%20c-46%20-24%20-88%20-49%20-95%20-56%20-7%20-7%20-70%20-42%20-140%20-79%20-70%20-38%20-130%20-71%20-133%20-74%20-7%20-10%20-64%20-43%20-165%20-96%20-49%20-26%20-96%20-54%20-102%20-63%20-7%20-9%20-13%20-11%20-13%20-5%200%205%20-55%2038%20-122%2073%20-68%2035%20-134%2071%20-148%2080%20-14%2010%20-88%2051%20-165%2091%20-77%2040%20-142%2076%20-145%2080%20-3%203%20-29%2018%20-58%2033%20-29%2015%20-66%2035%20-83%2045%20l-31%2019%2033%2018%20c19%209%2036%2020%2039%2023%203%204%2032%2018%2065%2033%20212%2093%20270%20120%20275%20127%203%205%2058%2032%20123%2060%2065%2028%20135%2060%20155%2071%2020%2010%2039%2019%2042%2020%203%200%2056%20-22%20117%20-49z%20m-439%20-691%20l291%20-155%201%20-473%200%20-472%20-77%2048%20c-43%2027%20-228%20140%20-410%20251%20l-333%20204%200%20439%200%20439%20118%20-63%20c65%20-35%20249%20-133%20410%20-218z%20m1162%20-184%20l0%20-444%20-28%20-10%20c-16%20-5%20-35%20-16%20-43%20-24%20-8%20-8%20-57%20-37%20-110%20-65%20-53%20-29%20-141%20-78%20-195%20-110%20-54%20-33%20-130%20-75%20-167%20-94%20-38%20-19%20-76%20-41%20-85%20-49%20-16%20-15%20-116%20-70%20-127%20-70%20-3%200%20-5%20200%20-5%20443%20l0%20444%20100%2052%20c55%2029%20102%2056%20105%2061%203%205%2067%2041%20143%2081%2075%2040%20139%2076%20142%2080%203%205%2057%2036%20120%2070%2063%2033%20119%2065%20125%2070%205%205%2013%209%2017%209%204%200%208%20-200%208%20-444z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M6515%203188%20c-60%20-28%20-112%20-54%20-115%20-59%20-3%20-5%20-37%20-21%20-75%20-37%20-39%20-16%20-144%20-65%20-235%20-109%20-91%20-45%20-205%20-98%20-254%20-119%20-49%20-20%20-99%20-48%20-112%20-61%20l-24%20-24%200%20-560%20c0%20-542%201%20-560%2020%20-576%2010%20-9%2065%20-41%20122%20-71%2057%20-30%20105%20-58%20108%20-62%206%20-7%20130%20-78%20231%20-131%2038%20-20%2077%20-42%2086%20-51%2010%20-8%2041%20-26%2069%20-41%2096%20-49%20159%20-84%20207%20-116%2075%20-51%20108%20-57%20170%20-28%2029%2013%2059%2030%2068%2038%208%208%2035%2025%2059%2037%20163%2086%20217%20115%20230%20127%208%207%2040%2026%2070%2042%2030%2017%2091%2049%20135%2073%2044%2023%2082%2046%2085%2050%203%204%2046%2029%2095%2055%2050%2026%20102%2056%20118%2067%20l27%2019%200%20567%20c-1%20435%20-4%20571%20-13%20583%20-11%2015%20-142%2078%20-292%20142%20-27%2012%20-53%2025%20-56%2029%20-3%205%20-77%2040%20-164%2079%20-87%2038%20-211%2096%20-276%20129%20-65%2033%20-131%2060%20-146%2059%20-16%200%20-77%20-23%20-138%20-51z%20m310%20-164%20c83%20-37%20152%20-71%20155%20-75%205%20-7%2053%20-29%20275%20-127%2033%20-15%2065%20-32%2072%20-38%206%20-6%2025%20-17%2043%20-24%20l31%20-13%20-83%20-45%20c-46%20-25%20-85%20-48%20-88%20-52%20-3%20-4%20-61%20-38%20-130%20-75%20-69%20-37%20-132%20-73%20-140%20-80%20-22%20-18%20-278%20-155%20-289%20-155%20-12%200%20-284%20141%20-291%20150%20-3%204%20-68%2040%20-145%2080%20-77%2040%20-142%2076%20-145%2080%20-3%204%20-42%2026%20-87%2049%20-46%2023%20-83%2043%20-83%2046%200%202%2015%2012%2033%2021%2017%209%2034%2020%2037%2024%203%203%2050%2026%20105%2050%2055%2023%20161%2073%20235%20110%2074%2037%20169%2082%20210%2099%2041%2017%2082%2036%2090%2041%2019%2013%2019%2013%20195%20-66z%20m-973%20-393%20c2%20-5%2064%20-42%20138%20-82%2074%20-39%20137%20-75%20140%20-79%203%20-4%2059%20-35%20125%20-70%2066%20-35%20134%20-74%20152%20-87%2018%20-13%2040%20-27%2050%20-31%2010%20-4%2042%20-20%2071%20-36%20l52%20-29%200%20-454%20c0%20-249%20-2%20-453%20-5%20-453%20-9%200%20-110%2053%20-115%2061%20-8%2011%20-105%2066%20-130%2074%20-12%204%20-63%2033%20-114%2065%20-50%2031%20-140%2083%20-201%20115%20-60%2032%20-116%2065%20-124%2073%20-8%208%20-27%2019%20-43%2024%20l-28%2010%200%20454%20c0%20385%202%20454%2014%20454%208%200%2016%20-4%2018%20-9z%20m1648%20-439%20l0%20-447%20-395%20-233%20c-217%20-127%20-397%20-232%20-400%20-232%20-3%200%20-5%20208%20-5%20463%20l1%20462%20397%20217%20c218%20120%20398%20218%20400%20218%201%200%202%20-201%202%20-448z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M3665%202068%20c-60%20-28%20-112%20-54%20-115%20-59%20-3%20-5%20-37%20-21%20-75%20-37%20-39%20-16%20-144%20-65%20-235%20-109%20-91%20-45%20-205%20-98%20-254%20-119%20-49%20-20%20-99%20-48%20-112%20-61%20l-24%20-24%200%20-560%20c0%20-542%201%20-560%2020%20-576%2010%20-9%2065%20-41%20122%20-71%2057%20-30%20105%20-58%20108%20-62%206%20-7%20130%20-78%20231%20-131%2038%20-20%2077%20-42%2086%20-51%2010%20-8%2041%20-26%2069%20-41%2096%20-49%20159%20-84%20207%20-116%2075%20-51%20108%20-57%20170%20-28%2029%2013%2059%2030%2068%2038%208%208%2035%2025%2059%2037%20163%2086%20217%20115%20230%20127%208%207%2040%2026%2070%2042%2030%2017%2091%2049%20135%2073%2044%2023%2082%2046%2085%2050%203%204%2046%2029%2095%2055%2050%2026%20102%2056%20118%2067%20l27%2019%200%20567%20c-1%20435%20-4%20571%20-13%20583%20-11%2015%20-142%2078%20-292%20142%20-27%2012%20-53%2025%20-56%2029%20-3%205%20-77%2040%20-164%2079%20-87%2038%20-211%2096%20-276%20129%20-65%2033%20-131%2060%20-146%2059%20-16%200%20-77%20-23%20-138%20-51z%20m310%20-164%20c83%20-37%20152%20-71%20155%20-75%205%20-7%2053%20-29%20275%20-127%2033%20-15%2065%20-32%2072%20-38%206%20-6%2025%20-17%2043%20-24%20l31%20-13%20-83%20-45%20c-46%20-25%20-85%20-48%20-88%20-52%20-3%20-4%20-61%20-38%20-130%20-75%20-69%20-37%20-132%20-73%20-140%20-80%20-22%20-18%20-278%20-155%20-289%20-155%20-12%200%20-284%20141%20-291%20150%20-3%204%20-68%2040%20-145%2080%20-77%2040%20-142%2076%20-145%2080%20-3%204%20-42%2026%20-87%2049%20-46%2023%20-83%2043%20-83%2046%200%202%2015%2012%2033%2021%2017%209%2034%2020%2037%2024%203%203%2050%2026%20105%2050%2055%2023%20161%2073%20235%20110%2074%2037%20169%2082%20210%2099%2041%2017%2082%2036%2090%2041%2019%2013%2019%2013%20195%20-66z%20m-973%20-393%20c2%20-5%2064%20-42%20138%20-82%2074%20-39%20137%20-75%20140%20-79%203%20-4%2059%20-35%20125%20-70%2066%20-35%20134%20-74%20152%20-87%2018%20-13%2040%20-27%2050%20-31%2010%20-4%2042%20-20%2071%20-36%20l52%20-29%200%20-454%20c0%20-249%20-2%20-453%20-5%20-453%20-9%200%20-110%2053%20-115%2061%20-8%2011%20-105%2066%20-130%2074%20-12%204%20-63%2033%20-114%2065%20-50%2031%20-140%2083%20-201%20115%20-60%2032%20-116%2065%20-124%2073%20-8%208%20-27%2019%20-43%2024%20l-28%2010%200%20454%20c0%20385%202%20454%2014%20454%208%200%2016%20-4%2018%20-9z%20m1648%20-439%20l0%20-447%20-395%20-233%20c-217%20-127%20-397%20-232%20-400%20-232%20-3%200%20-5%20208%20-5%20463%20l1%20462%20397%20217%20c218%20120%20398%20218%20400%20218%201%200%202%20-201%202%20-448z%22/%3E%0A%3C/g%3E%3C/svg%3E);
#}
##our_tools .tools_icon.img_download {
#    background-image: url(data:image/svg+xml;
#    charset=US-ASCII, %3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%2020010904//EN%22%20%22http%3A//www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd%22%3E%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22707.000000pt%22%20height%3D%22547.000000pt%22%20viewBox%3D%220%200%20707.000000%20547.000000%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cg%20transform%3D%22translate%280.000000%2C547.000000%29%20scale%280.100000%2C-0.100000%29%22%3E%0A%20%20%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M284%205436%20c-138%20-51%20-236%20-160%20-269%20-300%20-22%20-92%20-22%20-3520%200%20-3612%2033%20-142%20137%20-255%20279%20-304%2058%20-20%2081%20-20%201263%20-20%20l1203%200%200%20105%200%20105%20-1188%200%20-1188%200%20-51%2025%20c-59%2030%20-97%2079%20-112%20145%20-14%2062%20-14%203438%200%203500%2015%2066%2053%20115%20112%20145%20l51%2025%202175%200%20c2089%200%202178%20-1%202216%20-19%2049%20-22%2093%20-65%20114%20-111%2014%20-31%2016%20-104%2019%20-572%20l3%20-538%20104%200%20105%200%200%20533%20c0%20428%20-3%20544%20-15%20593%20-33%20142%20-137%20255%20-279%20304%20-59%2020%20-77%2020%20-2270%2019%20l-2211%200%20-61%20-23z%22/%3E%0A%20%20%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M3254%204595%20c-89%20-19%20-160%20-59%20-231%20-131%20-188%20-187%20-187%20-481%201%20-670%20189%20-189%20483%20-189%20672%200%20188%20189%20189%20483%201%20670%20-72%2073%20-142%20112%20-236%20132%20-80%2017%20-127%2017%20-207%20-1z%20m205%20-222%20c134%20-48%20200%20-213%20141%20-350%20-89%20-207%20-391%20-207%20-480%200%20-55%20126%20-4%20278%20113%20339%2075%2038%20141%2041%20226%2011z%22/%3E%0A%20%20%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M4953%203801%20c-67%20-42%20-63%2045%20-63%20-1278%20l0%20-1198%20-282%20282%20c-244%20242%20-288%20282%20-320%20288%20-81%2015%20-158%20-62%20-143%20-143%206%20-32%2058%20-89%20398%20-430%20216%20-216%20404%20-400%20419%20-408%2034%20-18%2072%20-18%20106%200%2015%208%20199%20187%20410%20398%20295%20296%20386%20393%20396%20423%2023%2065%20-5%20124%20-73%20152%20-66%2028%20-76%2021%20-378%20-280%20l-283%20-282%200%201193%20c0%201293%202%201240%20-54%201277%20-40%2027%20-96%2029%20-133%206z%22/%3E%0A%20%20%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1278%203053%20c-424%20-425%20-629%20-637%20-634%20-655%20-19%20-80%2060%20-154%20135%20-127%2015%206%20284%20267%20598%20582%20l573%20572%20618%20-618%20618%20-617%2046%200%20c62%200%20108%2042%20108%2099%200%2049%20-12%2065%20-161%20216%20l-129%20130%20218%20218%20217%20217%20345%20-345%20c230%20-230%20356%20-349%20377%20-356%2042%20-14%2096%209%20117%2050%2020%2037%2020%2064%202%2099%20-25%2047%20-788%20800%20-818%20807%20-16%204%20-40%204%20-55%200%20-18%20-4%20-122%20-100%20-293%20-271%20l-265%20-264%20-430%20431%20c-237%20237%20-442%20437%20-457%20445%20-15%208%20-44%2014%20-65%2014%20-36%200%20-57%20-19%20-665%20-627z%22/%3E%0A%20%20%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M3013%201961%20c-17%20-11%20-37%20-30%20-44%20-42%20-14%20-27%20-13%20-1240%201%20-1304%2065%20-286%20273%20-505%20557%20-587%20l78%20-23%201405%200%20c1353%200%201408%201%201475%2019%20229%2063%20401%20202%20504%20408%2081%20161%2081%20166%2081%20851%200%20645%201%20630%20-60%20662%20-16%208%20-48%2015%20-71%2015%20-33%200%20-47%20-6%20-73%20-32%20l-33%20-33%20-6%20-139%20c-4%20-77%20-7%20-347%20-7%20-600%200%20-503%20-2%20-526%20-58%20-630%20-38%20-72%20-154%20-185%20-224%20-219%20-126%20-60%20-59%20-58%20-1555%20-54%20-1267%202%20-1372%204%20-1417%2020%20-97%2034%20-232%20128%20-222%20154%203%208%202%2012%20-3%208%20-13%20-8%20-63%2055%20-57%2072%203%208%202%2011%20-4%208%20-8%20-5%20-39%2051%20-54%20102%20-21%2068%20-26%20194%20-26%20722%20l-1%20585%20-26%2024%20c-37%2034%20-116%2041%20-160%2013z%22/%3E%0A%3C/g%3E%3C/svg%3E);
#}
##our_tools .tools_icon.notif_icon {
#    background-image: url(data:image/svg+xml;
#    charset=US-ASCII, %3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%2020010904//EN%22%20%22http%3A//www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd%22%3E%0A%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22518.000000pt%22%20height%3D%22425.000000pt%22%20viewBox%3D%220%200%20518.000000%20425.000000%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cg%20transform%3D%22translate%280.000000%2C425.000000%29%20scale%280.100000%2C-0.100000%29%22%20fill%3D%22%23000000%22%20stroke%3D%22none%22%3E%0A%20%20%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M2462%204242%20c-7%20-2%20-10%20-8%20-7%20-12%203%20-5%20-4%20-7%20-16%20-5%20-12%202%20-19%202%20-16%20-2%207%20-6%20-17%20-33%20-30%20-33%20-16%20-1%20-77%20-70%20-80%20-92%20-2%20-13%20-8%20-25%20-13%20-26%20-6%20-2%20-13%20-21%20-16%20-43%20-4%20-21%20-10%20-39%20-15%20-39%20-5%200%20-9%20-79%20-9%20-175%200%20-168%20-1%20-175%20-20%20-175%20-11%200%20-20%20-4%20-20%20-9%200%20-5%20-20%20-12%20-45%20-15%20-25%20-4%20-45%20-11%20-45%20-16%200%20-5%20-14%20-12%20-32%20-15%20-33%20-8%20-139%20-61%20-148%20-75%20-3%20-5%20-18%20-12%20-33%20-15%20-15%20-4%20-27%20-10%20-27%20-14%200%20-3%20-17%20-17%20-38%20-31%20-56%20-38%20-57%20-38%20-157%20-135%20-92%20-90%20-165%20-176%20-165%20-195%200%20-6%20-3%20-10%20-8%20-10%20-4%200%20-19%20-21%20-32%20-47%20-14%20-27%20-28%20-50%20-31%20-53%20-10%20-8%20-49%20-98%20-49%20-112%200%20-8%20-4%20-18%20-9%20-23%20-14%20-16%20-51%20-146%20-51%20-181%200%20-18%20-6%20-34%20-12%20-36%20-10%20-4%20-14%20-112%20-16%20-489%20-2%20-414%20-5%20-492%20-19%20-542%20-9%20-31%20-20%20-57%20-25%20-57%20-4%200%20-8%20-6%20-8%20-13%200%20-18%20-23%20-46%20-112%20-140%20-43%20-45%20-78%20-85%20-78%20-89%200%20-4%20-28%20-36%20-62%20-72%20-153%20-158%20-238%20-256%20-238%20-275%200%20-6%20-4%20-11%20-10%20-11%20-11%200%20-14%20-107%20-2%20-112%204%20-2%2014%20-16%2022%20-33%209%20-16%2029%20-36%2045%20-45%2017%20-8%2032%20-18%2033%20-22%202%20-5%20774%20-8%201716%20-8%201584%200%201715%201%201747%2017%2042%2021%2079%2060%2079%2084%200%2010%204%2021%2010%2024%2013%208%2013%2075%200%2075%20-5%200%20-10%209%20-10%2020%200%2011%20-20%2040%20-44%2065%20-24%2024%20-46%2049%20-48%2054%20-3%2011%20-90%20107%20-208%20231%20-36%2037%20-72%2078%20-80%2090%20-8%2012%20-34%2042%20-57%2065%20-24%2024%20-43%2048%20-43%2055%200%206%20-7%2013%20-15%2016%20-8%203%20-17%2022%20-21%2042%20-4%2021%20-12%2040%20-18%2044%20-7%205%20-12%2094%20-14%20277%20l-4%20270%20-116%204%20c-123%204%20-202%2018%20-249%2042%20-15%208%20-34%2015%20-40%2015%20-15%200%20-116%2061%20-121%2072%20-2%204%20-9%208%20-14%208%20-15%200%20-148%20132%20-148%20147%200%206%20-4%2013%20-8%2015%20-14%206%20-73%20109%20-79%20139%20-3%2016%20-9%2029%20-14%2029%20-5%200%20-11%2023%20-15%2050%20-4%2028%20-10%2050%20-15%2050%20-5%200%20-9%2068%20-9%20150%200%2083%204%20150%209%20150%205%200%2011%2023%2015%2050%204%2028%2010%2050%2015%2050%205%200%2011%2013%2014%2029%205%2026%2051%20109%2082%20150%205%207%2036%2040%2068%2073%2031%2033%2057%2063%2057%2067%200%204%20-12%2014%20-27%2022%20-16%208%20-34%2020%20-41%2027%20-7%206%20-20%2012%20-28%2012%20-8%200%20-14%204%20-14%209%200%205%20-13%2012%20-30%2016%20-16%204%20-30%2011%20-30%2015%200%205%20-16%2012%20-35%2016%20-19%203%20-35%2010%20-35%2014%200%205%20-18%2011%20-40%2015%20-22%204%20-42%2011%20-46%2016%20-3%205%20-13%209%20-24%209%20-16%200%20-18%2011%20-19%20133%20-2%20178%20-9%20244%20-35%20296%20-27%2058%20-100%20130%20-159%20159%20-41%2020%20-59%2023%20-150%2021%20-56%20-1%20-108%20-4%20-115%20-7z%20m208%20-211%20c14%20-10%2029%20-32%2035%20-49%205%20-18%2013%20-32%2017%20-32%204%200%208%20-61%208%20-135%20l0%20-135%20-135%200%20-135%200%200%20150%20c0%2093%204%20150%2010%20150%206%200%2010%206%2010%2013%200%2018%2040%2049%2075%2058%2039%209%2084%202%20115%20-20z%20m161%20-568%20c8%20-6%2035%20-14%2062%20-18%2026%20-4%2047%20-11%2047%20-16%200%20-5%209%20-9%2020%20-9%2024%200%2026%20-13%205%20-33%20-7%20-8%20-17%20-26%20-21%20-41%20-3%20-14%20-10%20-26%20-14%20-26%20-5%200%20-11%20-13%20-15%20-30%20-4%20-16%20-10%20-30%20-15%20-30%20-4%200%20-11%20-17%20-15%20-37%20-4%20-21%20-11%20-43%20-17%20-50%20-5%20-6%20-12%20-37%20-15%20-67%20-3%20-31%20-10%20-56%20-14%20-56%20-5%200%20-9%20-67%20-9%20-150%200%20-82%204%20-150%209%20-150%204%200%2011%20-25%2014%20-56%203%20-30%2010%20-61%2015%20-67%206%20-7%2013%20-29%2017%20-49%204%20-21%2011%20-38%2015%20-38%205%200%2011%20-13%2015%20-30%204%20-16%2010%20-30%2015%20-30%204%200%2011%20-12%2015%20-27%203%20-15%2010%20-30%2013%20-33%204%20-3%2023%20-27%2042%20-55%2018%20-27%2063%20-79%20100%20-115%2036%20-37%2088%20-82%20115%20-100%2028%20-19%2052%20-38%2055%20-42%203%20-3%2018%20-10%2033%20-13%2015%20-4%2027%20-11%2027%20-15%200%20-5%2014%20-11%2030%20-15%2017%20-4%2030%20-11%2030%20-15%200%20-5%2017%20-12%2038%20-16%2020%20-4%2042%20-11%2048%20-15%206%20-5%2033%20-12%2060%20-15%2027%20-3%2058%20-9%2069%20-14%2011%20-5%2028%20-10%2038%20-12%2015%20-3%2018%20-21%2021%20-182%203%20-98%209%20-182%2014%20-185%205%20-3%2012%20-24%2015%20-45%204%20-22%2011%20-42%2016%20-45%205%20-4%2013%20-19%2016%20-34%204%20-15%2011%20-27%2016%20-27%205%200%209%20-6%209%20-13%200%20-17%2024%20-48%2093%20-119%2031%20-33%2057%20-63%2057%20-68%200%20-4%2030%20-39%2068%20-78%2037%20-39%20100%20-105%20140%20-149%20l73%20-78%20-796%20-3%20c-438%20-1%20-1152%20-1%20-1587%200%20l-790%203%2034%2038%20c18%2021%2060%2066%2093%20101%2033%2035%2067%2074%2075%2086%208%2012%2044%2052%2080%2089%2036%2037%2076%2082%2090%20100%2014%2018%2033%2042%2043%2053%209%2012%2017%2027%2017%2035%200%207%205%2013%2010%2013%206%200%2010%206%2010%2013%200%206%207%2025%2016%2042%208%2016%2018%2048%2021%2072%203%2024%209%2043%2014%2043%204%200%209%20222%2011%20493%202%20346%206%20498%2014%20508%206%208%2015%2035%2018%2061%204%2026%2011%2050%2016%2053%204%203%2011%2023%2015%2045%204%2022%2011%2040%2016%2040%205%200%209%205%209%2011%200%2016%2043%20103%2053%20107%204%202%207%209%207%2016%200%2011%209%2025%2050%2073%205%207%2010%2016%2010%2020%200%2012%20186%20193%20198%20193%206%200%2015%206%2019%2013%2011%2016%2069%2057%2083%2057%205%200%2010%204%2010%209%200%205%2014%2012%2030%2016%2017%204%2030%2010%2030%2015%200%205%2014%2011%2030%2015%2017%204%2030%2011%2030%2016%200%205%2018%2012%2040%2015%2022%204%2040%2010%2040%2015%200%205%2023%2011%2050%2015%2028%204%2050%2010%2050%2015%200%2013%2072%2017%20281%2015%20129%20-1%20201%20-5%20210%20-13z%22/%3E%0A%20%20%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M3590%203431%20c-95%20-31%20-163%20-72%20-231%20-140%20-110%20-110%20-159%20-230%20-159%20-391%200%20-161%2049%20-281%20159%20-391%20110%20-110%20230%20-159%20391%20-159%20161%200%20281%2049%20391%20159%20110%20110%20159%20230%20159%20391%200%20161%20-49%20281%20-159%20391%20-69%2069%20-146%20115%20-240%20143%20-75%2022%20-238%2021%20-311%20-3z%22/%3E%0A%20%20%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M258%201768%20c-243%20-333%20-312%20-714%20-187%20-1038%2038%20-100%20113%20-220%20187%20-300%20l60%20-65%2036%2034%20c20%2019%2036%2040%2036%2046%200%206%20-16%2027%20-36%2046%20-56%2054%20-149%20199%20-182%20286%20-43%20111%20-56%20195%20-49%20332%208%20185%2070%20359%20189%20535%2093%20138%2088%20121%2048%20155%20-19%2017%20-40%2030%20-46%2031%20-5%200%20-31%20-28%20-56%20-62z%22/%3E%0A%20%20%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M498%201768%20c-243%20-333%20-312%20-714%20-187%20-1038%2038%20-100%20113%20-220%20187%20-300%20l60%20-65%2036%2034%20c20%2019%2036%2040%2036%2046%200%206%20-16%2027%20-36%2046%20-56%2054%20-149%20199%20-182%20286%20-43%20111%20-56%20195%20-49%20332%208%20185%2070%20359%20189%20535%2093%20138%2088%20121%2048%20155%20-19%2017%20-40%2030%20-46%2031%20-5%200%20-31%20-28%20-56%20-62z%22/%3E%0A%20%20%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M738%201768%20c-243%20-333%20-312%20-714%20-187%20-1038%2038%20-100%20113%20-220%20187%20-300%20l60%20-65%2036%2034%20c20%2019%2036%2040%2036%2046%200%206%20-16%2027%20-36%2046%20-56%2054%20-149%20199%20-182%20286%20-43%20111%20-56%20195%20-49%20332%208%20185%2070%20359%20189%20535%2093%20138%2088%20121%2048%20155%20-19%2017%20-40%2030%20-46%2031%20-5%200%20-31%20-28%20-56%20-62z%22/%3E%0A%20%20%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M4362%201802%20c-18%20-15%20-32%20-30%20-32%20-34%200%20-4%2020%20-38%2044%20-75%2064%20-100%20113%20-202%20151%20-316%20103%20-311%2059%20-591%20-133%20-846%20l-63%20-84%2032%20-33%20c18%20-19%2038%20-34%2045%20-34%2028%200%20157%20189%20205%20301%2058%20137%2072%20209%2073%20379%200%20166%20-17%20265%20-70%20408%20-51%20134%20-182%20362%20-208%20362%20-6%200%20-26%20-13%20-44%20-28z%22/%3E%0A%20%20%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M4602%201802%20c-18%20-15%20-32%20-30%20-32%20-34%200%20-4%2020%20-38%2044%20-75%2064%20-100%20113%20-202%20151%20-316%20103%20-311%2059%20-591%20-133%20-846%20l-63%20-84%2032%20-33%20c18%20-19%2038%20-34%2045%20-34%2028%200%20157%20189%20205%20301%2058%20137%2072%20209%2073%20379%200%20166%20-17%20265%20-70%20408%20-51%20134%20-182%20362%20-208%20362%20-6%200%20-26%20-13%20-44%20-28z%22/%3E%0A%20%20%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M4842%201802%20c-18%20-15%20-32%20-30%20-32%20-34%200%20-4%2020%20-38%2044%20-75%2064%20-100%20113%20-202%20151%20-316%20103%20-311%2059%20-591%20-133%20-846%20l-63%20-84%2032%20-33%20c18%20-19%2038%20-34%2045%20-34%2028%200%20157%20189%20205%20301%2058%20137%2072%20209%2073%20379%200%20166%20-17%20265%20-70%20408%20-51%20134%20-182%20362%20-208%20362%20-6%200%20-26%20-13%20-44%20-28z%22/%3E%0A%20%20%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M2006%20612%20c-7%20-12%2014%20-176%2023%20-182%205%20-3%2012%20-22%2016%20-43%204%20-20%2011%20-37%2015%20-37%204%200%2011%20-11%2014%20-25%204%20-14%2011%20-25%2016%20-25%206%200%2010%20-7%2010%20-15%200%20-9%207%20-18%2015%20-21%208%20-4%2015%20-11%2015%20-18%200%20-13%2076%20-94%20110%20-116%2012%20-8%2028%20-19%2034%20-25%2022%20-19%2095%20-55%20110%20-55%209%200%2016%20-4%2016%20-10%200%20-5%2023%20-12%2050%20-16%2028%20-4%2053%20-11%2056%20-15%207%20-12%20150%20-11%20172%200%209%206%2038%2013%2065%2016%2026%203%2047%2010%2047%2015%200%205%2014%2011%2030%2015%2017%204%2030%2010%2030%2015%200%204%2011%2011%2025%2014%2014%204%2025%2011%2025%2016%200%206%205%2010%2011%2010%2011%200%2057%2039%2093%2079%2011%2013%2033%2036%2049%2052%2015%2015%2027%2032%2027%2038%200%205%206%2016%2014%2024%2017%2016%2056%20100%2056%20119%200%208%205%2019%2010%2024%206%206%2013%2047%2017%2092%20l6%2082%20-586%200%20c-322%200%20-588%20-3%20-591%20-8z%20m927%20-199%20c-7%20-2%20-13%20-10%20-13%20-15%200%20-12%20-11%20-25%20-63%20-78%20-43%20-44%20-64%20-60%20-75%20-60%20-5%200%20-15%20-6%20-21%20-14%20-7%20-8%20-30%20-17%20-52%20-21%20-21%20-4%20-39%20-11%20-39%20-16%200%20-12%20-147%20-12%20-154%200%20-3%204%20-24%2011%20-46%2015%20-22%203%20-40%2011%20-40%2016%200%206%20-5%2010%20-10%2010%20-27%200%20-134%2096%20-145%20130%20-3%2011%20-11%2020%20-16%2020%20-5%200%20-9%205%20-9%2010%200%206%20122%2010%20348%209%20191%200%20341%20-3%20335%20-6z%22/%3E%0A%3C/g%3E%3C/svg%3E);
#}
##our_tools .tools_icon.gen_urls {
#    background-image: url(data:image/svg+xml;
#    charset=US-ASCII, %3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%2020010904//EN%22%20%22http%3A//www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd%22%3E%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22512.000000pt%22%20height%3D%22512.000000pt%22%20viewBox%3D%220%200%20512.000000%20512.000000%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cg%20transform%3D%22translate%280.000000%2C512.000000%29%20scale%280.100000%2C-0.100000%29%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M2245%204944%20c-455%20-61%20-880%20-248%20-1234%20-542%20-449%20-373%20-760%20-939%20-835%20-1520%20-23%20-179%20-22%20-282%204%20-315%2044%20-56%20144%20-53%20179%204%2012%2020%2021%2061%2025%20122%2035%20457%20199%20882%20475%201227%2071%2090%20241%20260%20331%20333%20423%20342%20986%20520%201518%20479%20474%20-37%20910%20-213%201260%20-510%20l53%20-45%20-256%20-251%20-256%20-251%201%20-50%20c0%20-51%2017%20-87%2048%20-104%2021%20-11%201420%20-281%201456%20-281%2035%200%2083%2025%2096%2049%205%2011%2010%2038%2010%2061%200%2023%20-61%20357%20-135%20743%20-126%20653%20-137%20703%20-161%20729%20-32%2033%20-73%2043%20-117%2029%20-21%20-7%20-113%20-92%20-277%20-256%20-135%20-135%20-250%20-245%20-256%20-245%20-6%200%20-21%2012%20-35%2026%20-13%2014%20-66%2057%20-117%2096%20-341%20257%20-733%20418%20-1155%20473%20-146%2019%20-481%2018%20-622%20-1z%20m2526%20-941%20c67%20-352%2092%20-499%2083%20-501%20-14%20-4%20-950%20175%20-979%20187%20-17%207%2037%2064%20385%20409%20223%20221%20407%20402%20410%20402%203%200%2048%20-224%20101%20-497z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M2301%203759%20c-475%20-100%20-846%20-477%20-945%20-961%20-22%20-104%20-22%20-362%200%20-466%2099%20-486%20473%20-864%20951%20-961%20140%20-29%20356%20-29%20496%200%20478%2097%20852%20475%20951%20961%2022%20104%2022%20362%200%20466%20-100%20491%20-475%20866%20-966%20966%20-113%2023%20-364%2021%20-487%20-5z%20m169%20-389%20l0%20-230%20-191%200%20-190%200%207%2022%20c54%20172%20198%20358%20319%20414%2028%2013%2051%2024%2053%2024%201%200%202%20-103%202%20-230z%20m282%20173%20c100%20-68%20217%20-240%20262%20-381%20l7%20-22%20-190%200%20-191%200%200%20230%200%20230%2038%20-15%20c20%20-9%2054%20-27%2074%20-42z%20m-723%20-124%20c-27%20-45%20-66%20-126%20-86%20-180%20l-38%20-99%20-113%200%20-114%200%2031%2043%20c37%2050%20140%20156%20196%20202%2029%2025%20155%20108%20172%20114%200%201%20-21%20-36%20-48%20-80z%20m1156%20-18%20c59%20-45%20172%20-159%20216%20-218%20l31%20-43%20-114%200%20-113%200%20-38%2099%20c-20%2054%20-59%20134%20-85%20178%20l-49%2080%2051%20-29%20c28%20-17%2074%20-47%20101%20-67z%20m-1329%20-458%20c-8%20-26%20-23%20-137%20-31%20-220%20l-7%20-73%20-155%200%20c-142%200%20-154%201%20-150%2018%203%209%208%2040%2012%2067%203%2028%2018%2089%2032%20138%20l26%2087%20139%200%20c128%200%20139%20-1%20134%20-17z%20m614%20-138%20l0%20-155%20-236%200%20-237%200%206%2078%20c3%2042%2012%20112%2018%20155%20l13%2077%20218%200%20218%200%200%20-155z%20m619%2078%20c6%20-43%2015%20-113%2018%20-155%20l6%20-78%20-237%200%20-236%200%200%20155%200%20155%20218%200%20218%200%2013%20-77z%20m464%20-10%20c14%20-49%2029%20-110%2032%20-138%204%20-27%209%20-58%2012%20-67%204%20-17%20-8%20-18%20-150%20-18%20l-155%200%20-7%2073%20c-8%2083%20-23%20194%20-31%20220%20-5%2016%206%2017%20134%2017%20l139%200%2026%20-87z%20m-1728%20-465%20c8%20-84%2023%20-195%2031%20-220%205%20-17%20-6%20-18%20-134%20-18%20l-139%200%20-26%2088%20c-14%2048%20-29%20110%20-32%20137%20-4%2028%20-9%2058%20-12%2068%20-4%2016%208%2017%20150%2017%20l155%200%207%20-72z%20m645%20-83%20l0%20-155%20-218%200%20-218%200%20-13%2078%20c-6%2042%20-15%20112%20-18%20155%20l-6%2077%20237%200%20236%200%200%20-155z%20m637%2078%20c-3%20-43%20-12%20-113%20-18%20-155%20l-13%20-78%20-218%200%20-218%200%200%20155%200%20155%20236%200%20237%200%20-6%20-77z%20m490%2060%20c-3%20-10%20-8%20-40%20-12%20-68%20-3%20-27%20-18%20-89%20-32%20-137%20l-26%20-88%20-139%200%20c-128%200%20-139%201%20-134%2018%208%2025%2023%20136%2031%20220%20l7%2072%20155%200%20c142%200%20154%20-1%20150%20-17z%20m-1654%20-572%20c20%20-54%2059%20-134%2085%20-178%20l49%20-80%20-51%2029%20c-110%2065%20-243%20185%20-317%20286%20l-31%2042%20114%200%20113%200%2038%20-99z%20m527%20-131%20l0%20-230%20-37%2015%20c-122%2051%20-240%20189%20-317%20372%20-14%2034%20-26%2065%20-26%2068%200%203%2086%205%20190%205%20l190%200%200%20-230z%20m550%20225%20c0%20-3%20-12%20-34%20-26%20-68%20-77%20-183%20-195%20-321%20-316%20-372%20l-38%20-15%200%20230%200%20230%20190%200%20c105%200%20190%20-2%20190%20-5z%20m381%20-37%20c-75%20-103%20-207%20-222%20-317%20-286%20l-51%20-30%2049%2082%20c26%2044%2065%20125%2086%20178%20l37%2098%20113%200%20114%200%20-31%20-42z%22/%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4812%202588%20c-49%20-13%20-68%20-53%20-76%20-161%20-35%20-463%20-201%20-888%20-483%20-1237%20-73%20-90%20-243%20-260%20-333%20-331%20-338%20-271%20-761%20-436%20-1208%20-471%20-540%20-42%20-1125%20146%20-1545%20498%20l-69%2057%20256%20251%20257%20251%20-1%2050%20c0%2052%20-17%2087%20-48%20104%20-21%2011%20-1419%20281%20-1456%20281%20-35%200%20-83%20-25%20-96%20-49%20-5%20-11%20-10%20-38%20-10%20-61%200%20-22%2061%20-357%20135%20-742%20126%20-654%20137%20-704%20161%20-730%2032%20-33%2073%20-43%20117%20-29%2021%207%20113%2092%20277%20256%20135%20135%20250%20245%20256%20245%206%200%2021%20-12%2035%20-26%2074%20-79%20321%20-244%20499%20-334%20341%20-171%20681%20-250%201080%20-250%20292%200%20493%2032%20765%20121%20428%20141%20814%20407%201104%20762%20307%20377%20506%20886%20528%201349%205%20108%204%20131%20-11%20152%20-27%2043%20-79%2060%20-134%2044z%20m-3556%20-1161%20c6%20-6%20-795%20-807%20-806%20-807%20-3%200%20-47%20219%20-98%20488%20-51%20268%20-95%20494%20-98%20503%20-3%2013%2087%20-2%20496%20-81%20275%20-53%20503%20-99%20506%20-103z%22/%3E%0A%3C/g%3E%3C/svg%3E);
#}
##our_tools .tools_icon.api_access {
#    background-image: url(data:image/svg+xml;
#    charset=US-ASCII, %3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%2020010904//EN%22%20%22http%3A//www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd%22%3E%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22498.000000pt%22%20height%3D%22498.000000pt%22%20viewBox%3D%220%200%20498.000000%20498.000000%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cg%20transform%3D%22translate%280.000000%2C498.000000%29%20scale%280.100000%2C-0.100000%29%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M2391%204965%20c-89%20-16%20-211%20-54%20-211%20-65%200%20-4%20-10%20-10%20-23%20-14%20-51%20-12%20-196%20-112%20-270%20-184%20-74%20-74%20-144%20-172%20-184%20-257%20-10%20-22%20-21%20-42%20-25%20-45%20-13%20-10%20-48%20-130%20-63%20-217%20-11%20-58%20-15%20-129%20-13%20-207%20l3%20-120%20-65%20-12%20c-117%20-22%20-179%20-51%20-307%20-145%20-71%20-52%20-76%20-58%20-158%20-180%20-86%20-128%20-123%20-274%20-112%20-437%206%20-89%2030%20-199%2048%20-217%206%20-6%2034%2016%2078%2064%2066%2071%2068%2074%2060%20110%20-24%20104%2014%20306%2070%20373%206%207%2027%2034%2046%2060%2020%2026%2057%2063%2083%2083%2026%2019%2053%2040%2060%2046%2024%2020%20106%2052%20167%2065%2079%2017%20155%2017%20235%20-2%20105%20-25%2099%20-27%20130%2051%2016%2039%2029%2075%2029%2081%201%2015%20-36%2030%20-107%2044%20-39%208%20-63%2018%20-67%2029%20-17%2043%20-17%20199%200%20286%2018%2089%2049%20185%2064%20195%205%203%2018%2025%2031%2049%2057%20113%20178%20234%20291%20291%2024%2013%2046%2026%2049%2030%2020%2031%20230%2080%20340%2080%20110%200%20320%20-49%20340%20-80%203%20-4%2025%20-17%2049%20-30%2075%20-37%20169%20-116%20220%20-183%2027%20-35%2059%20-83%2071%20-108%2013%20-24%2026%20-46%2030%20-49%2026%20-17%2080%20-225%2080%20-307%20l0%20-43%2091%200%2092%200%20-6%2083%20c-4%2046%20-10%2098%20-13%20115%20-6%2032%20-6%2032%2033%2032%2021%200%2044%205%2051%2012%209%209%2012%209%2012%200%200%20-8%2017%20-12%2048%20-12%20107%200%20297%20-71%20372%20-139%2088%20-79%20140%20-137%20166%20-184%2015%20-29%2034%20-58%2041%20-65%2016%20-17%2049%20-124%2064%20-209%207%20-41%209%20-107%206%20-169%20l-7%20-102%2093%20-4%20c131%20-7%20194%20-33%20278%20-117%2086%20-86%20113%20-150%20113%20-271%200%20-121%20-27%20-185%20-113%20-271%20-48%20-48%20-82%20-72%20-126%20-90%20l-60%20-24%20-1022%20-3%20c-563%20-1%20-1023%20-6%20-1023%20-10%200%20-5%2038%20-45%2084%20-90%20l84%20-82%20925%200%20c782%200%20937%202%20997%2015%2074%2016%20139%2044%20173%2076%2012%2010%2025%2019%2031%2019%205%200%2020%2010%2034%2022%20l23%2023%20-3%20-225%20c-3%20-247%20-5%20-256%20-69%20-319%20-70%20-71%205%20-66%20-1002%20-69%20l-907%20-2%2021%20-43%20c12%20-23%2044%20-63%2070%20-89%20l49%20-48%20280%200%20280%200%200%20-150%200%20-150%20-275%200%20-276%200%203%20-87%203%20-88%20430%20-5%20c382%20-4%20434%20-7%20461%20-22%2036%20-20%2089%20-70%20104%20-99%2010%20-19%200%20-19%20-496%20-19%20l-507%200%20-96%20-69%20c-53%20-38%20-105%20-78%20-115%20-90%20l-19%20-21%20723%200%20723%200%20-5%2098%20c-8%20138%20-30%20191%20-120%20280%20-87%2087%20-142%20112%20-270%20120%20l-88%205%200%20148%200%20148%20488%203%20c578%204%20550%20-1%20671%20121%20121%20123%20116%2090%20116%20692%200%20506%200%20511%20-23%20581%20-13%2039%20-37%2086%20-53%20105%20-16%2019%20-29%2039%20-29%2044%200%2014%20-111%20125%20-125%20125%20-6%200%20-20%209%20-32%2019%20-31%2029%20-92%2057%20-155%2071%20l-58%2013%200%2041%20c-1%2092%20-58%20326%20-80%20326%20-5%200%20-13%2015%20-19%2033%20-39%20117%20-230%20313%20-376%20386%20-140%2070%20-215%2086%20-407%2086%20-105%200%20-168%204%20-168%2010%200%206%20-23%2049%20-51%2097%20-118%20204%20-356%20383%20-583%20439%20-108%2027%20-323%2034%20-425%2014z%22/%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M2448%204650%20c-63%20-11%20-175%20-49%20-191%20-63%20-24%20-24%20-86%20-67%20-94%20-67%20-23%200%20-123%20-121%20-123%20-149%200%20-13%20114%20-91%20132%20-91%207%200%2044%2030%2081%2066%2079%2076%20148%20111%20248%20127%20128%2020%20276%20-21%20357%20-97%2020%20-20%2042%20-36%2047%20-36%206%200%2037%2027%2070%2060%2068%2070%2068%2075%20-10%20127%20-27%2018%20-60%2042%20-75%2053%20-46%2038%20-175%2071%20-290%2075%20-58%202%20-126%200%20-152%20-5z%22/%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1936%204169%20c-3%20-18%20-9%20-63%20-13%20-101%20l-6%20-68%2090%200%2090%200%207%2057%20c4%2031%209%2067%2012%2079%205%2019%20-1%2024%20-48%2037%20-29%209%20-69%2019%20-89%2022%20-35%206%20-36%205%20-43%20-26z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M2051%203652%20c-24%20-114%20-47%20-211%20-52%20-217%20-4%20-5%20-24%20-86%20-44%20-180%20-20%20-93%20-45%20-210%20-56%20-260%20-43%20-195%20-51%20-237%20-46%20-249%207%20-17%20148%20-48%20163%20-35%206%205%2026%2081%2045%20169%20l34%20160%20155%200%20155%200%2034%20-160%20c19%20-88%2039%20-164%2045%20-169%2015%20-13%20156%2018%20163%2035%205%2012%20-3%2054%20-46%20249%20-11%2050%20-36%20167%20-56%20260%20-20%2094%20-40%20175%20-44%20180%20-5%206%20-28%20103%20-52%20217%20l-44%20208%20-155%200%20-155%200%20-44%20-208z%20m234%20-104%20c15%20-73%2031%20-137%2035%20-143%209%20-11%2040%20-146%2040%20-169%200%20-14%20-17%20-16%20-110%20-16%20-93%200%20-110%202%20-110%2016%200%2023%2031%20158%2040%20169%204%206%2020%2070%2035%20143%2016%2072%2031%20132%2035%20132%204%200%2019%20-60%2035%20-132z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M2810%203291%20l0%20-571%2080%200%2080%200%200%20239%200%20239%20128%204%20c117%204%20132%207%20184%2034%20109%2056%20168%20160%20168%20294%200%20134%20-59%20238%20-168%20295%20l-57%2030%20-207%203%20-208%204%200%20-571z%20m373%20375%20c18%20-7%2043%20-26%2057%20-41%2022%20-23%2025%20-36%2025%20-95%200%20-59%20-3%20-72%20-25%20-95%20-39%20-43%20-80%20-55%20-180%20-55%20l-90%200%200%20150%200%20150%2090%200%20c55%200%20104%20-5%20123%20-14z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M3520%203770%20l0%20-90%2080%200%2080%200%200%20-390%200%20-390%20-80%200%20-80%200%200%20-90%200%20-90%20250%200%20250%200%200%2090%200%2090%20-80%200%20-80%200%200%20390%200%20390%2080%200%2080%200%200%2090%200%2090%20-250%200%20-250%200%200%20-90z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M1135%202888%20c-2%20-7%20-14%20-55%20-25%20-105%20l-22%20-93%20-41%20-12%20c-23%20-7%20-44%20-15%20-47%20-18%20-3%20-4%20-42%20-21%20-88%20-39%20l-83%20-34%20-52%2028%20c-29%2016%20-65%2039%20-80%2052%20-16%2012%20-35%2023%20-44%2023%20-19%200%20-443%20-424%20-443%20-443%200%20-9%2010%20-28%2022%20-44%2013%20-15%2032%20-44%2042%20-63%2011%20-19%2024%20-42%2029%20-51%208%20-12%201%20-39%20-23%20-100%20-19%20-46%20-36%20-86%20-40%20-89%20-3%20-3%20-11%20-24%20-18%20-47%20l-12%20-42%20-103%20-23%20-102%20-24%200%20-314%200%20-314%20102%20-24%20103%20-23%2012%20-42%20c7%20-23%2015%20-44%2018%20-47%204%20-3%2021%20-43%2040%20-89%2033%20-83%2033%20-83%2015%20-115%20-10%20-17%20-23%20-40%20-29%20-51%20-6%20-11%20-21%20-33%20-34%20-48%20-12%20-16%20-22%20-35%20-22%20-44%200%20-19%20424%20-443%20443%20-443%209%200%2028%2010%2044%2022%2015%2013%2044%2032%2063%2042%2019%2011%2042%2024%2051%2029%2012%208%2039%201%20100%20-23%2046%20-19%2086%20-36%2089%20-40%203%20-3%2024%20-11%2047%20-18%20l42%20-12%2023%20-103%2024%20-102%20314%200%20314%200%2024%20102%2023%20103%2042%2011%20c23%206%2044%2014%2047%2018%203%204%2043%2022%2089%2041%2083%2033%2083%2033%20115%2015%2017%20-10%2040%20-23%2051%20-29%2011%20-6%2033%20-21%2048%20-33%2016%20-13%2035%20-23%2044%20-23%2019%200%20443%20424%20443%20443%200%209%20-10%2028%20-22%2044%20-13%2015%20-32%2044%20-42%2063%20-11%2019%20-24%2042%20-29%2051%20-8%2012%20-1%2039%2023%20100%2019%2046%2037%2086%2041%2089%204%203%2012%2024%2018%2047%20l11%2042%20103%2023%20102%2024%200%20314%200%20314%20-102%2024%20-103%2023%20-12%2042%20c-7%2023%20-15%2044%20-18%2047%20-4%203%20-21%2043%20-40%2089%20-33%2083%20-33%2083%20-15%20115%2010%2017%2023%2040%2029%2051%206%2011%2021%2033%2034%2048%2012%2016%2022%2035%2022%2044%200%2019%20-424%20443%20-443%20443%20-9%200%20-28%20-10%20-44%20-22%20-15%20-13%20-44%20-32%20-63%20-42%20-19%20-11%20-42%20-24%20-51%20-29%20-12%20-8%20-39%20-1%20-100%2023%20-46%2019%20-86%2036%20-89%2040%20-3%203%20-24%2011%20-47%2018%20l-42%2012%20-23%20103%20-24%20102%20-312%203%20c-245%202%20-313%200%20-317%20-10z%20m501%20-255%20l19%20-86%20100%20-31%20c55%20-17%20105%20-34%20110%20-38%206%20-4%2055%20-30%20109%20-58%20l100%20-50%2035%2022%20c20%2011%2055%2031%2077%2044%20l42%2023%20116%20-115%20115%20-116%20-23%20-42%20c-13%20-22%20-33%20-57%20-44%20-77%20l-22%20-35%2050%20-100%20c27%20-54%2053%20-103%2057%20-109%205%20-5%2022%20-55%2039%20-110%20l31%20-100%2086%20-19%2087%20-19%200%20-167%200%20-167%20-87%20-19%20-86%20-19%20-31%20-100%20c-17%20-55%20-34%20-104%20-39%20-110%20-4%20-5%20-30%20-55%20-57%20-109%20l-50%20-100%2021%20-35%20c12%20-20%2032%20-55%2045%20-78%20l24%20-41%20-116%20-116%20-116%20-115%20-42%2023%20c-22%2013%20-57%2033%20-77%2044%20l-35%2022%20-100%20-50%20c-54%20-28%20-103%20-54%20-109%20-58%20-5%20-4%20-55%20-21%20-110%20-38%20l-100%20-31%20-19%20-86%20-19%20-87%20-167%200%20-167%200%20-19%2087%20-19%2086%20-100%2031%20c-55%2017%20-104%2034%20-110%2039%20-5%204%20-55%2030%20-109%2057%20l-100%2050%20-35%20-22%20c-20%20-11%20-55%20-31%20-77%20-44%20l-42%20-23%20-116%20115%20-115%20116%2023%2042%20c13%2022%2033%2057%2044%2077%20l22%2035%20-50%20100%20c-28%2054%20-54%20104%20-58%20109%20-4%206%20-21%2055%20-38%20110%20l-31%20100%20-86%2019%20-87%2019%200%20167%200%20167%2087%2019%2086%2019%2031%20100%20c17%2055%2034%20105%2038%20110%204%206%2030%2055%2058%20109%20l50%2099%20-21%2036%20c-12%2020%20-32%2055%20-45%2077%20l-23%2042%20115%20116%20116%20115%2042%20-23%20c22%20-13%2057%20-33%2077%20-44%20l35%20-22%20100%2050%20c54%2028%20104%2054%20109%2058%206%204%2055%2021%20110%2038%20l100%2031%2019%2086%2019%2087%20167%200%20167%200%2019%20-87z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M1271%202405%20c-87%20-16%20-211%20-54%20-211%20-65%200%20-4%20-10%20-10%20-23%20-14%20-51%20-12%20-196%20-112%20-270%20-184%20-74%20-74%20-144%20-172%20-184%20-257%20-10%20-22%20-21%20-42%20-25%20-45%20-13%20-10%20-48%20-130%20-63%20-215%20-19%20-111%20-19%20-238%200%20-349%2016%20-94%2053%20-216%2065%20-216%204%200%2010%20-10%2014%20-23%2012%20-51%20112%20-196%20184%20-270%2074%20-74%20172%20-144%20257%20-184%2022%20-10%2042%20-21%2045%20-25%2010%20-13%20130%20-48%20215%20-63%20111%20-19%20239%20-19%20350%200%2085%2015%20205%2050%20215%2063%203%204%2023%2015%2045%2025%2085%2040%20183%20110%20257%20184%2072%2074%20172%20219%20184%20270%204%2013%2010%2023%2014%2023%2012%200%2049%20122%2065%20216%2028%20160%2014%20345%20-36%20499%20-12%2036%20-25%2065%20-29%2065%20-4%200%20-10%2010%20-14%2023%20-12%2051%20-112%20196%20-184%20270%20-74%2074%20-172%20144%20-257%20184%20-22%2010%20-42%2021%20-45%2025%20-3%203%20-33%2015%20-67%2027%20-145%2049%20-349%2063%20-502%2036z%20m344%20-184%20c88%20-19%20165%20-46%20175%20-61%203%20-4%2025%20-17%2049%20-30%20113%20-57%20234%20-178%20291%20-291%2013%20-24%2026%20-46%2030%20-49%2031%20-20%2080%20-230%2080%20-340%200%20-110%20-49%20-320%20-80%20-340%20-4%20-3%20-17%20-25%20-30%20-49%20-57%20-113%20-178%20-234%20-291%20-291%20-24%20-13%20-46%20-26%20-49%20-30%20-20%20-31%20-230%20-80%20-340%20-80%20-110%200%20-320%2049%20-340%2080%20-3%204%20-25%2017%20-49%2030%20-113%2057%20-234%20178%20-291%20291%20-13%2024%20-26%2046%20-30%2049%20-31%2020%20-80%20230%20-80%20340%200%20110%2049%20320%2080%20340%204%203%2017%2025%2030%2049%2057%20113%20178%20234%20291%20291%2024%2013%2046%2026%2049%2030%2010%2015%2086%2042%20170%2060%20111%2024%20223%2024%20335%201z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M1341%201929%20c-130%20-25%20-275%20-141%20-333%20-265%20-61%20-132%20-61%20-296%200%20-428%2041%20-87%20141%20-187%20228%20-228%20132%20-61%20296%20-61%20428%200%2087%2041%20187%20141%20228%20228%2061%20132%2061%20296%200%20428%20-40%2086%20-141%20187%20-225%20227%20-100%2046%20-215%2060%20-326%2038z%20m231%20-196%20c58%20-26%20134%20-103%20162%20-162%2029%20-64%2029%20-178%200%20-242%20-27%20-59%20-104%20-136%20-163%20-163%20-64%20-29%20-178%20-29%20-242%200%20-59%2027%20-136%20104%20-163%20163%20-29%2063%20-29%20178%200%20241%2022%2047%2080%20114%20126%20144%2074%2049%20194%2057%20280%2019z%22/%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M3840%202170%20l0%20-90%2090%200%2090%200%200%2090%200%2090%20-90%200%20-90%200%200%20-90z%22/%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4160%202170%20l0%20-90%2090%200%2090%200%200%2090%200%2090%20-90%200%20-90%200%200%20-90z%22/%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4480%202170%20l0%20-90%2090%200%2090%200%200%2090%200%2090%20-90%200%20-90%200%200%20-90z%22/%3E%0A%3C/g%3E%3C/svg%3E);
#}
##our_tools .tools_icon.data_delivery {
#    background-image: url(data:image/svg+xml;
#    charset=US-ASCII, %3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%2020010904//EN%22%20%22http%3A//www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd%22%3E%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22480.000000pt%22%20height%3D%22368.000000pt%22%20viewBox%3D%220%200%20480.000000%20368.000000%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%3Cg%20transform%3D%22translate%280.000000%2C368.000000%29%20scale%280.100000%2C-0.100000%29%22%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M820%203661%20c-386%20-85%20-689%20-375%20-792%20-759%20-30%20-111%20-37%20-349%20-13%20-463%2042%20-211%20130%20-373%20285%20-530%20211%20-213%20441%20-309%20740%20-309%20296%200%20528%2096%20736%20304%20156%20156%20242%20314%20286%20526%2029%20138%2021%20367%20-16%20493%20-54%20180%20-131%20313%20-260%20445%20-131%20135%20-277%20222%20-463%20278%20-121%2036%20-373%2044%20-503%2015z%20m454%20-180%20c234%20-64%20439%20-235%20547%20-456%2065%20-133%2089%20-238%2089%20-385%200%20-147%20-24%20-252%20-89%20-385%20-87%20-178%20-218%20-309%20-396%20-396%20-133%20-65%20-238%20-89%20-385%20-89%20-147%200%20-252%2024%20-385%2089%20-530%20259%20-651%20958%20-241%201389%2097%20102%20266%20201%20406%20237%20139%2037%20312%2035%20454%20-4z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M854%203332%20c-169%20-59%20-287%20-177%20-346%20-346%20-38%20-111%20-40%20-243%20-3%20-352%2065%20-193%20217%20-423%20437%20-656%2050%20-54%2057%20-58%2098%20-58%2041%200%2048%204%2098%2058%20220%20233%20372%20463%20437%20656%2037%20109%2035%20241%20-3%20352%20-59%20168%20-178%20287%20-346%20346%20-69%2024%20-97%2028%20-186%2028%20-89%200%20-117%20-4%20-186%20-28z%20m349%20-175%20c75%20-34%20160%20-120%20194%20-194%2038%20-82%2043%20-194%2013%20-283%20-41%20-123%20-179%20-336%20-328%20-506%20l-42%20-49%20-35%2040%20c-68%2078%20-213%20273%20-253%20341%20-81%20140%20-97%20188%20-97%20299%200%2087%203%20107%2026%20155%2048%20101%20130%20176%20232%20212%2078%2028%20213%2021%20290%20-15z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M935%203021%20c-87%20-40%20-135%20-120%20-135%20-223%201%20-142%2097%20-238%20240%20-238%20144%200%20240%2096%20240%20240%200%20104%20-53%20187%20-142%20224%20-52%2022%20-153%2020%20-203%20-3z%20m155%20-171%20c11%20-11%2020%20-33%2020%20-50%200%20-17%20-9%20-39%20-20%20-50%20-43%20-43%20-120%20-11%20-120%2050%200%2038%2032%2070%2070%2070%2017%200%2039%20-9%2050%20-20z%22/%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M2240%202640%20l0%20-80%20200%200%20200%200%200%20-600%200%20-600%2080%200%2080%200%200%20600%200%20601%20420%20-3%20420%20-3%2077%20-77%2078%20-78%20-205%200%20c-229%200%20-249%20-5%20-290%20-72%20-19%20-32%20-20%20-51%20-20%20-448%200%20-397%201%20-416%2020%20-448%2011%20-18%2034%20-41%2052%20-52%2032%20-19%2052%20-20%20661%20-20%20l627%200%200%20-315%20c0%20-353%20-3%20-374%20-60%20-394%20-18%20-6%20-66%20-11%20-106%20-11%20-72%200%20-74%201%20-80%2028%20-34%20154%20-125%20288%20-251%20368%20-176%20113%20-430%20113%20-606%200%20-126%20-80%20-217%20-214%20-251%20-369%20l-6%20-27%20-560%200%20-560%200%20-6%2028%20c-34%20154%20-125%20288%20-251%20368%20-176%20113%20-430%20113%20-606%200%20-126%20-80%20-217%20-214%20-251%20-369%20-6%20-27%20-8%20-27%20-82%20-27%20-94%200%20-138%2017%20-153%2060%20-7%2022%20-11%20149%20-11%20386%20l0%20354%20-80%200%20-80%200%200%20-392%20c0%20-438%200%20-438%2071%20-505%2054%20-51%2095%20-63%20218%20-63%20l111%200%206%20-27%20c21%20-97%2068%20-195%20120%20-253%20l36%20-40%20-601%200%20-601%200%200%20-80%200%20-80%201968%200%20c1773%200%201974%202%202023%2016%20205%2060%20356%20224%20403%20437%20l6%2027%20113%200%20c127%200%20170%2014%20224%2071%2064%2068%2063%2058%2063%20601%20l0%20493%20-507%20508%20c-329%20329%20-526%20519%20-558%20538%20l-50%2029%20-722%200%20-723%200%200%20-80z%20m2057%20-742%20c190%20-190%20343%20-351%20343%20-360%200%20-17%20-35%20-18%20-600%20-18%20l-600%200%200%20360%200%20360%20257%200%20258%200%20342%20-342z%20m-2597%20-959%20c105%20-24%20208%20-110%20258%20-217%2024%20-50%2027%20-69%2027%20-162%200%20-93%20-3%20-112%20-27%20-162%20-37%20-80%20-107%20-152%20-187%20-191%20-61%20-30%20-72%20-32%20-171%20-32%20-93%200%20-111%203%20-163%2027%20-74%2035%20-160%20121%20-195%20195%20-24%2052%20-27%2070%20-27%20163%200%2093%203%20112%2027%20162%2055%20117%20178%20211%20300%20227%2056%208%2085%206%20158%20-10z%20m2259%20-5%20c104%20-33%20192%20-112%20239%20-212%2024%20-50%2027%20-69%2027%20-162%200%20-93%20-3%20-111%20-27%20-163%20-35%20-74%20-121%20-160%20-195%20-195%20-52%20-24%20-70%20-27%20-163%20-27%20-99%200%20-110%202%20-171%2032%20-80%2039%20-150%20111%20-187%20191%20-24%2050%20-27%2069%20-27%20162%200%2093%203%20112%2027%20162%2084%20180%20290%20272%20477%20212z%20m-673%20-481%20c21%20-97%2068%20-195%20120%20-253%20l36%20-40%20-722%200%20-722%200%2036%2040%20c52%2058%2099%20156%20120%20253%20l6%2027%20560%200%20560%200%206%20-27z%22/%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1520%20560%20l0%20-80%2080%200%2080%200%200%2080%200%2080%20-80%200%20-80%200%200%20-80z%22/%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M3760%20560%20l0%20-80%2080%200%2080%200%200%2080%200%2080%20-80%200%20-80%200%200%20-80z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M240%201440%20l0%20-80%2080%200%2080%200%200%2080%200%2080%20-80%200%20-80%200%200%20-80z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M160%201120%20l0%20-80%20120%200%20120%200%200%2080%200%2080%20-120%200%20-120%200%200%20-80z%22/%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M3040%201120%20l0%20-80%20160%200%20160%200%200%2080%200%2080%20-160%200%20-160%200%200%20-80z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M0%20800%20l0%20-80%20200%200%20200%200%200%2080%200%2080%20-200%200%20-200%200%200%20-80z%22/%3E%0A%3C/g%3E%3C/svg%3E);
#}
##our_tools .tools_icon.css_select {
#    background-image: url(data:image/svg+xml;charset=US-ASCII, %3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%2020010904//EN%22%20%22http%3A//www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd%22%3E%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22391.000000pt%22%20height%3D%22547.000000pt%22%20viewBox%3D%220%200%20391.000000%20547.000000%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cg%20transform%3D%22translate%280.000000%2C547.000000%29%20scale%280.100000%2C-0.100000%29%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M278%205451%20c-107%20-35%20-188%20-105%20-235%20-206%20l-28%20-60%20-3%20-2285%20c-2%20-2546%20-9%20-2326%2068%20-2433%2044%20-62%20126%20-121%20197%20-142%2041%20-13%20207%20-15%201066%20-15%20l1017%200%200%2095%200%2095%20-1005%200%20c-882%200%20-1010%202%20-1042%2015%20-48%2020%20-71%2041%20-94%2087%20-18%2036%20-19%2099%20-19%202282%200%201562%203%202253%2011%202273%2015%2040%2057%2082%20104%20104%2038%2018%2087%2019%201012%2019%20l972%200%203%20-522%203%20-523%2032%20-67%20c40%20-85%20106%20-151%20191%20-191%20l67%20-32%20428%20-3%20427%20-3%200%20-1199%200%20-1200%2095%200%2095%200%200%201295%200%201295%20-572%20669%20-573%20670%20-1080%200%20c-1015%200%20-1083%20-1%20-1137%20-18z%20m2690%20-826%20l419%20-490%20-356%20-3%20c-236%20-2%20-369%201%20-394%208%20-49%2014%20-106%2065%20-128%20115%20-17%2037%20-19%2076%20-18%20485%20l0%20445%2029%20-35%20c16%20-19%20217%20-255%20448%20-525z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M1915%203328%20c-9%20-25%20-375%20-1498%20-375%20-1508%200%20-6%2037%20-10%2093%20-10%20l92%200%20191%20765%20191%20765%20-94%200%20c-66%200%20-95%20-4%20-98%20-12z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M867%202862%20l-287%20-287%20283%20-283%20c155%20-155%20286%20-282%20292%20-282%2013%200%20125%20112%20125%20125%200%205%20-97%20107%20-215%20225%20l-215%20215%20215%20215%20c118%20118%20215%20220%20215%20225%200%206%20-28%2039%20-63%2073%20l-62%2062%20-288%20-288z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M2422%203077%20l-62%20-62%20215%20-215%20c118%20-118%20215%20-219%20215%20-225%200%20-5%20-97%20-107%20-215%20-225%20l-215%20-215%2065%20-65%2065%20-65%20288%20288%20287%20287%20-280%20280%20c-154%20154%20-285%20280%20-290%20280%20-6%200%20-39%20-28%20-73%20-63z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M2265%201831%20c-29%20-12%20-47%20-52%20-40%20-86%203%20-17%208%20-43%2011%20-60%203%20-16%2015%20-66%2025%20-110%2011%20-44%2022%20-91%2025%20-105%202%20-14%2013%20-63%2024%20-110%2010%20-47%2022%20-98%2025%20-115%204%20-16%208%20-39%2011%20-50%202%20-11%2011%20-51%2019%20-90%209%20-38%2020%20-90%2025%20-115%206%20-25%2013%20-54%2016%20-65%203%20-11%207%20-31%2010%20-45%202%20-14%2013%20-65%2024%20-115%2011%20-49%2022%20-101%2024%20-115%207%20-38%2013%20-61%2026%20-109%206%20-25%2016%20-65%2020%20-90%208%20-48%2012%20-62%2031%20-146%2014%20-56%2039%20-85%2076%20-85%2032%200%2082%2036%2097%2069%206%2014%2037%2066%2069%20114%2031%2048%2057%2092%2057%2097%200%206%205%2010%2010%2010%206%200%2010%205%2010%2011%200%206%2014%2031%2031%2055%20l31%2045%2064%20-68%20c35%20-37%2097%20-104%20137%20-148%2039%20-44%20110%20-120%20157%20-170%2047%20-50%20114%20-123%20149%20-163%2050%20-57%2070%20-72%2092%20-72%2028%200%2085%2038%20164%20109%2022%2020%2069%2061%20105%2091%20139%20119%20146%20138%2079%20211%20-22%2024%20-73%2080%20-112%20123%20-40%2044%20-99%20108%20-133%20142%20-33%2034%20-71%2075%20-83%2090%20-13%2016%20-63%2071%20-113%20122%20-52%2053%20-87%2097%20-82%20102%205%205%2050%2025%2099%2045%20150%2061%20289%20127%20313%20148%2013%2012%2022%2032%2022%2048%200%2048%20-36%2073%20-190%20129%20-80%2029%20-149%2057%20-155%2061%20-5%205%20-16%209%20-25%209%20-14%200%20-83%2025%20-165%2059%20-11%205%20-40%2016%20-65%2026%20-25%2010%20-54%2021%20-65%2026%20-11%205%20-30%2011%20-42%2014%20-12%202%20-37%2010%20-55%2018%20-18%208%20-71%2029%20-118%2046%20-47%2018%20-98%2039%20-115%2046%20-16%207%20-45%2016%20-62%2020%20-18%203%20-35%2011%20-38%2016%20-4%205%20-13%209%20-22%209%20-8%200%20-29%206%20-46%2014%20-77%2034%20-187%2076%20-199%2076%20-7%200%20-26%207%20-41%2015%20-37%2019%20-87%2026%20-112%2016z%20m239%20-230%20c22%20-10%20100%20-40%20171%20-66%2072%20-26%20144%20-53%20160%20-60%2017%20-7%2089%20-34%20160%20-60%2072%20-26%20144%20-52%20160%20-60%2017%20-7%20100%20-38%20187%20-70%20l156%20-58%20-76%20-37%20c-43%20-20%20-114%20-51%20-158%20-69%20-91%20-36%20-125%20-65%20-129%20-110%20-3%20-34%2014%20-56%20153%20-197%2045%20-47%2082%20-87%2082%20-90%200%20-2%2024%20-30%2054%20-62%2083%20-86%20126%20-136%20126%20-144%200%20-5%207%20-8%2015%20-8%208%200%2015%20-4%2015%20-9%200%20-4%2023%20-32%2050%20-62%2028%20-30%2059%20-64%2070%20-76%20l20%20-23%20-60%20-49%20c-33%20-27%20-72%20-61%20-87%20-76%20l-28%20-26%20-70%2074%20c-88%2093%20-256%20273%20-327%20352%20-30%2033%20-76%2082%20-102%20109%20-26%2027%20-54%2059%20-63%2072%20-17%2027%20-74%2041%20-106%2027%20-12%20-6%20-40%20-41%20-62%20-78%20-21%20-37%20-44%20-73%20-51%20-79%20-6%20-6%20-13%20-16%20-15%20-21%20-2%20-6%20-22%20-40%20-43%20-77%20-38%20-64%20-47%20-72%20-52%20-45%20-5%2031%20-13%2067%20-27%20122%20-8%2033%20-20%2092%20-27%20130%20-7%2039%20-16%2077%20-21%2086%20-5%209%20-11%2034%20-13%2056%20-3%2021%20-12%2068%20-20%20103%20-8%2036%20-17%2076%20-20%2090%20-2%2014%20-14%2063%20-25%20110%20-11%2047%20-22%2096%20-25%20110%20-6%2028%20-14%2066%20-21%2095%20-3%2011%20-13%2062%20-24%20113%20l-18%2093%2025%20-6%20c13%20-3%2043%20-14%2066%20-24z%22/%3E%0A%3C/g%3E%3C/svg%3E);
#}
##our_tools .tools_icon.infin_scrolling {
#    background-image: url(data:image/svg+xml;
#    charset=US-ASCII, %3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%2020010904//EN%22%20%22http%3A//www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd%22%3E%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22512.000000pt%22%20height%3D%22621.000000pt%22%20viewBox%3D%220%200%20512.000000%20621.000000%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cg%20transform%3D%22translate%280.000000%2C621.000000%29%20scale%280.100000%2C-0.100000%29%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1076%206191%20c-15%20-10%20-37%20-32%20-47%20-47%20-18%20-28%20-19%20-66%20-19%20-1026%20l0%20-998%20100%200%20100%200%200%20945%200%20945%201350%200%201350%200%200%20-945%200%20-945%20100%200%20100%200%200%20998%20c0%20960%20-1%20998%20-19%201026%20-10%2015%20-32%2037%20-47%2047%20-28%2018%20-75%2019%20-1484%2019%20-1409%200%20-1456%20-1%20-1484%20-19z%22/%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M2461%205588%20c-40%20-20%20-121%20-93%20-121%20-109%200%20-7%20-71%20-98%20-112%20-142%20-11%20-12%20-47%20-58%20-81%20-102%20-34%20-44%20-72%20-91%20-84%20-104%20-12%20-13%20-41%20-51%20-65%20-83%20-24%20-33%20-62%20-81%20-86%20-106%20-23%20-26%20-58%20-69%20-76%20-97%20-19%20-27%20-57%20-75%20-85%20-105%20-28%20-30%20-51%20-58%20-51%20-62%200%20-8%20-92%20-122%20-102%20-126%20-14%20-6%20-80%20-112%20-94%20-150%20-36%20-102%2012%20-227%20106%20-274%20l45%20-23%20905%200%20c990%200%20956%20-2%201013%2059%2047%2051%2067%2099%2067%20164%200%2073%20-29%20135%20-106%20223%20-31%2035%20-67%2081%20-81%20102%20-13%2021%20-44%2060%20-68%2085%20-24%2026%20-57%2067%20-73%2091%20-16%2024%20-48%2064%20-70%2090%20-23%2025%20-100%20120%20-172%20211%20-71%2091%20-155%20194%20-185%20230%20-29%2036%20-69%2086%20-88%20113%20-39%2055%20-103%20112%20-142%20127%20-47%2018%20-146%2012%20-194%20-12z%20m194%20-493%20c19%20-27%2048%20-63%2065%20-78%2016%20-16%2046%20-53%2066%20-82%2019%20-30%2053%20-72%2075%20-94%2021%20-23%2039%20-44%2039%20-47%200%20-3%2056%20-74%20123%20-157%2068%20-84%20129%20-162%20136%20-174%20l12%20-23%20-606%200%20-606%200%2023%2033%20c25%2035%2092%20121%20120%20152%2010%2011%2047%2058%2084%20105%2036%2047%2083%20106%20105%20131%2022%2025%2057%2068%2077%2096%2020%2028%2060%2078%2087%20111%2028%2033%2064%2079%2080%20102%20l30%2042%2028%20-34%20c16%20-18%2044%20-55%2062%20-83z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M795%203941%20c-148%20-26%20-218%20-47%20-331%20-101%20-192%20-90%20-326%20-220%20-400%20-387%20-87%20-196%20-87%20-500%200%20-696%20115%20-261%20379%20-433%20756%20-492%20143%20-22%20393%20-20%20524%205%20344%2067%20742%20263%201138%20562%20l77%2058%2079%20-59%20c392%20-295%20799%20-495%201137%20-561%20196%20-37%20488%20-25%20697%2030%20278%2074%20494%20245%20589%20468%2080%20185%2080%20489%200%20674%20-94%20221%20-308%20391%20-584%20467%20-202%2055%20-506%2068%20-703%2030%20-330%20-63%20-735%20-261%20-1117%20-545%20l-97%20-73%20-98%2073%20c-383%20286%20-782%20481%20-1117%20546%20-138%2026%20-401%2027%20-550%201z%20m426%20-287%20c261%20-43%20570%20-188%20916%20-431%2065%20-46%20128%20-91%20141%20-101%20l23%20-18%20-113%20-81%20c-472%20-337%20-867%20-500%20-1163%20-478%20-367%2026%20-560%20142%20-631%20380%20-25%2083%20-25%20277%200%20360%2060%20202%20228%20328%20486%20364%20164%2024%20224%2025%20341%205z%20m3029%20-5%20c254%20-41%20417%20-165%20476%20-364%2025%20-83%2025%20-277%200%20-360%20-71%20-239%20-268%20-356%20-636%20-380%20-281%20-19%20-670%20137%20-1104%20440%20-66%2047%20-131%2093%20-144%20103%20l-23%2018%2098%2070%20c479%20345%20856%20503%201163%20488%2058%20-2%20134%20-9%20170%20-15z%22/%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1615%202093%20c-95%20-49%20-143%20-159%20-115%20-262%2010%20-39%2080%20-155%2098%20-163%2010%20-4%20102%20-118%20102%20-126%200%20-4%2023%20-32%2051%20-62%2028%20-30%2066%20-78%2086%20-107%2019%20-28%2052%20-70%2074%20-91%2021%20-22%2039%20-43%2039%20-47%200%20-6%20114%20-151%20130%20-165%203%20-3%2033%20-41%2067%20-85%2034%20-44%2070%20-90%2081%20-102%2041%20-44%20112%20-135%20112%20-142%200%20-16%2083%20-92%20122%20-112%2034%20-17%2055%20-20%20118%20-17%2071%203%2080%206%20129%2043%2029%2022%2071%2065%2093%2095%2021%2030%2064%2084%2093%20120%2073%2087%20193%20238%20263%20330%2031%2041%2063%2080%2069%2085%207%206%2043%2049%2080%2097%20117%20149%20157%20199%20206%20257%2098%20116%20121%20157%20125%20226%205%2074%20-8%20120%20-49%20172%20-62%2077%207%2072%20-1024%2072%20-819%200%20-923%20-2%20-950%20-16z%20m1544%20-335%20c-6%20-13%20-37%20-54%20-68%20-92%20-31%20-38%20-86%20-108%20-123%20-155%20-36%20-47%20-75%20-95%20-85%20-106%20-31%20-34%20-97%20-118%20-127%20-162%20-16%20-24%20-32%20-43%20-37%20-43%20-4%200%20-35%20-38%20-68%20-83%20-33%20-46%20-66%20-89%20-74%20-95%20-14%20-12%20-27%201%20-85%2088%20-13%2019%20-41%2053%20-62%2075%20-22%2022%20-52%2059%20-67%2083%20-16%2023%20-47%2064%20-70%2090%20-50%2057%20-279%20345%20-311%20390%20l-23%2032%20606%200%20606%200%20-12%20-22z%22/%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1010%201103%20c0%20-961%201%20-999%2019%20-1027%2010%20-15%2032%20-37%2047%20-47%2028%20-18%2075%20-19%201484%20-19%201409%200%201456%201%201484%2019%2015%2010%2037%2032%2047%2047%2018%2028%2019%2066%2019%201027%20l0%20997%20-100%200%20-100%200%200%20-945%200%20-945%20-1350%200%20-1350%200%200%20945%200%20945%20-100%200%20-100%200%200%20-997z%22/%3E%0A%3C/g%3E%3C/svg%3E);
#}
##our_tools .tools_icon.file_download {
#    background-image: url(data:image/svg+xml;
#    charset=US-ASCII, %3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%2020010904//EN%22%20%22http%3A//www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd%22%3E%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22584.000000pt%22%20height%3D%22513.000000pt%22%20viewBox%3D%220%200%20584.000000%20513.000000%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cg%20transform%3D%22translate%280.000000%2C513.000000%29%20scale%280.100000%2C-0.100000%29%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1250%205114%20c-100%20-27%20-187%20-102%20-233%20-202%20-22%20-47%20-22%20-53%20-25%20-714%20l-3%20-667%20-387%20-3%20c-368%20-3%20-389%20-4%20-432%20-24%20-54%20-25%20-103%20-72%20-133%20-128%20l-22%20-41%200%20-745%20c0%20-745%200%20-745%2022%20-785%2028%20-53%2078%20-99%20133%20-124%2043%20-20%2064%20-21%20433%20-21%20l387%200%200%20-437%20c0%20-433%201%20-439%2023%20-494%2031%20-73%2070%20-122%20135%20-166%2095%20-63%2093%20-63%20765%20-63%20l607%200%200%2090%200%2090%20-618%202%20-618%203%20-37%2025%20c-20%2013%20-45%2041%20-56%2061%20-20%2035%20-21%2052%20-21%20463%20l0%20426%20799%202%20799%203%2058%2040%20c45%2031%2065%2053%2089%2099%20l30%2060%203%20685%20c4%20743%201%20786%20-46%20856%20-39%2056%20-103%20101%20-162%20114%20-34%207%20-299%2011%20-810%2011%20l-760%200%200%20639%20c0%20428%204%20649%2011%20668%2014%2038%2057%2083%2096%2099%2027%2012%20178%2014%20853%2014%20l820%200%200%20-591%20c0%20-404%203%20-597%2011%20-611%2025%20-47%2040%20-48%20654%20-48%20l575%200%200%20-300%200%20-300%2090%200%2090%200%200%20376%200%20375%20-93%2097%20c-627%20654%20-1122%201164%20-1137%201172%20-12%206%20-340%2010%20-927%209%20-763%200%20-917%20-3%20-963%20-15z%20m2360%20-729%20c217%20-225%20414%20-431%20439%20-457%20l45%20-48%20-482%200%20-482%200%200%20502%200%20503%2043%20-45%20c24%20-25%20221%20-229%20437%20-455z%20m-891%20-1049%20c15%20-8%2032%20-26%2039%20-41%2017%20-37%2017%20-1376%200%20-1408%20-6%20-12%20-18%20-27%20-27%20-34%20-12%20-10%20-297%20-12%20-1254%20-13%20l-1238%200%20-24%2025%20-25%2024%200%20698%20c0%20758%20-2%20731%2054%20753%2011%205%20567%209%201234%209%201031%201%201217%20-1%201241%20-13z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M534%202841%20c-23%20-10%20-58%20-36%20-79%20-56%20-55%20-56%20-75%20-106%20-75%20-195%200%20-89%2020%20-139%2075%20-195%2056%20-55%20106%20-75%20195%20-75%2089%200%20139%2020%20195%2075%2055%2056%2075%20106%2075%20195%200%2089%20-20%20139%20-75%20195%20-56%2055%20-106%2075%20-195%2075%20-52%200%20-88%20-6%20-116%20-19z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M1364%202841%20c-23%20-10%20-58%20-36%20-79%20-56%20-55%20-56%20-75%20-106%20-75%20-195%200%20-89%2020%20-139%2075%20-195%2056%20-55%20106%20-75%20195%20-75%2089%200%20139%2020%20195%2075%2055%2056%2075%20106%2075%20195%200%2089%20-20%20139%20-75%20195%20-56%2055%20-106%2075%20-195%2075%20-52%200%20-88%20-6%20-116%20-19z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M2184%202841%20c-23%20-10%20-58%20-36%20-79%20-56%20-55%20-56%20-75%20-106%20-75%20-195%200%20-89%2020%20-139%2075%20-195%2056%20-55%20106%20-75%20195%20-75%2089%200%20139%2020%20195%2075%2055%2056%2075%20106%2075%20195%200%2089%20-20%20139%20-75%20195%20-56%2055%20-106%2075%20-195%2075%20-52%200%20-88%20-6%20-116%20-19z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M4211%202865%20l-31%20-36%200%20-906%200%20-907%20-196%20197%20c-108%20109%20-206%20204%20-217%20212%20-33%2023%20-81%2018%20-116%20-11%20-25%20-21%20-31%20-33%20-31%20-67%200%20-41%204%20-45%20307%20-349%20332%20-332%20342%20-340%20401%20-302%2015%209%20159%20150%20320%20312%20l292%20295%200%2044%20c0%2058%20-35%2093%20-93%2093%20-40%200%20-47%20-6%20-254%20-212%20l-213%20-212%200%20913%200%20913%20-29%2029%20c-44%2043%20-98%2041%20-140%20-6z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M2775%201498%20c-56%20-33%20-54%20-13%20-55%20-518%200%20-489%202%20-519%2047%20-625%2049%20-115%20165%20-239%20276%20-293%20134%20-65%2079%20-62%201233%20-62%20999%200%201053%201%201127%2019%20167%2041%20317%20164%20386%20316%2050%20111%2051%20120%2051%20628%20l0%20478%20-25%2024%20c-35%2036%20-102%2035%20-136%20-1%20l-24%20-26%20-5%20-476%20-5%20-477%20-27%20-57%20c-29%20-63%20-95%20-139%20-149%20-173%20-86%20-55%20-82%20-55%20-711%20-55%20-321%200%20-797%200%20-1060%200%20-530%20-1%20-518%20-2%20-622%2069%20-52%2036%20-109%20108%20-99%20124%203%205%201%207%20-4%204%20-12%20-8%20-27%2024%20-48%20108%20-12%2049%20-15%20139%20-15%20506%200%20489%203%20467%20-57%20490%20-32%2012%20-54%2011%20-78%20-3z%22/%3E%0A%3C/g%3E%3C/svg%3E);
#}
##our_tools .tools_icon.pagin_extract {
#    background-image: url(data:image/svg+xml;
#    charset=US-ASCII, %3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%2020010904//EN%22%20%22http%3A//www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd%22%3E%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22512.000000pt%22%20height%3D%22559.000000pt%22%20viewBox%3D%220%200%20512.000000%20559.000000%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cg%20transform%3D%22translate%280.000000%2C559.000000%29%20scale%280.100000%2C-0.100000%29%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1373%205566%20l-28%20-24%20-3%20-151%20-3%20-151%2095%200%2096%200%200%2085%200%2085%201530%200%201530%200%200%20-1703%200%20-1702%2095%20-95%2095%20-95%200%201863%200%201863%20-25%2024%20-24%2025%20-1665%200%20-1665%200%20-28%20-24z%22/%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M874%205070%20c-12%20-5%20-27%20-23%20-33%20-41%20-8%20-23%20-11%20-401%20-11%20-1358%20l0%20-1326%2095%2095%2095%2095%200%201182%200%201183%201100%200%201100%200%200%20-390%20c0%20-411%203%20-437%2045%20-454%209%20-3%20194%20-6%20411%20-6%20l394%200%200%20-761%200%20-762%2092%20-93%20c50%20-52%2095%20-94%20100%20-94%204%200%208%20412%208%20916%20l0%20916%20-67%2070%20c-38%2039%20-241%20243%20-452%20454%20l-385%20384%20-1235%20-1%20c-680%200%20-1246%20-4%20-1257%20-9z%20m2814%20-587%20l242%20-243%20-260%200%20-260%200%200%20256%20c0%20243%201%20256%2018%20243%209%20-7%20126%20-122%20260%20-256z%22/%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1517%204403%20c-4%20-3%20-7%20-46%20-7%20-95%20l0%20-88%20355%200%20355%200%200%2095%200%2095%20-348%200%20c-192%200%20-352%20-3%20-355%20-7z%22/%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1517%203893%20c-4%20-3%20-7%20-46%20-7%20-95%20l0%20-88%201035%200%201035%200%200%2095%200%2095%20-1028%200%20c-566%200%20-1032%20-3%20-1035%20-7z%22/%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1517%203383%20c-4%20-3%20-7%20-46%20-7%20-95%20l0%20-88%20695%200%20695%200%200%2095%200%2095%20-688%200%20c-379%200%20-692%20-3%20-695%20-7z%22/%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M3050%203295%20l0%20-95%20265%200%20265%200%200%2095%200%2095%20-265%200%20-265%200%200%20-95z%22/%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1514%202857%20c-3%20-8%20-4%20-49%20-2%20-93%20l3%20-79%201033%20-3%201032%20-2%200%2095%200%2095%20-1030%200%20c-852%200%20-1032%20-2%20-1036%20-13z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M665%202021%20c-363%20-366%20-661%20-673%20-663%20-682%20-2%20-9%20261%20-276%20668%20-679%20l671%20-663%20145%20144%20144%20144%20-527%20527%20-528%20528%20175%20177%20c96%2098%20335%20339%20530%20536%20l355%20357%20-145%20140%20c-80%2076%20-149%20139%20-155%20138%20-5%200%20-307%20-300%20-670%20-667z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M3630%202550%20l-145%20-140%20360%20-362%20c198%20-200%20437%20-441%20530%20-536%20l170%20-172%20-528%20-528%20-527%20-527%20144%20-144%20145%20-145%20670%20663%20c369%20365%20671%20670%20671%20677%200%2014%20-1317%201347%20-1335%201351%20-5%201%20-75%20-61%20-155%20-137z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M1361%201587%20c-30%20-18%20-59%20-45%20-97%20-90%20-47%20-55%20-46%20-235%201%20-295%2039%20-49%2089%20-92%20128%20-110%2036%20-16%20178%20-16%20214%201%2053%2023%20111%2078%20140%20133%2033%2062%2033%20183%20-1%20246%20-28%2053%20-60%2086%20-110%20116%20-32%2019%20-51%2022%20-139%2021%20-85%20-1%20-108%20-4%20-136%20-22z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M2450%201600%20c0%20-5%20-7%20-10%20-15%20-10%20-21%200%20-103%20-76%20-111%20-103%20-4%20-12%20-12%20-25%20-18%20-29%20-7%20-5%20-11%20-45%20-11%20-108%200%20-63%204%20-103%2011%20-108%206%20-4%2015%20-17%2018%20-30%209%20-28%2038%20-57%2096%20-97%2038%20-26%2053%20-30%20127%20-34%2078%20-3%20126%206%20158%2031%20100%2075%20135%20139%20135%20246%200%2040%20-4%2072%20-9%2072%20-5%200%20-12%2013%20-16%2029%20-7%2033%20-82%20116%20-114%20126%20-12%203%20-21%2011%20-21%2016%200%205%20-51%209%20-115%209%20-70%200%20-115%20-4%20-115%20-10z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M3510%201601%20c0%20-5%20-9%20-13%20-21%20-16%20-36%20-12%20-103%20-91%20-120%20-142%20-44%20-130%20-6%20-240%20116%20-331%2032%20-25%2080%20-34%20158%20-31%2073%204%2089%208%20128%2034%2053%2037%2087%2073%2095%20103%203%2012%2010%2022%2015%2022%205%200%209%2050%209%20110%200%2061%20-4%20110%20-9%20110%20-5%200%20-12%2011%20-15%2024%20-7%2030%20-73%2094%20-103%20102%20-13%204%20-23%2010%20-23%2015%200%205%20-52%209%20-115%209%20-64%200%20-115%20-4%20-115%20-9z%22/%3E%0A%3C/g%3E%3C/svg%3E);
#}
#plan_featured .tool_head {
    color: #031b4d;
}
#plan_featured .tools_icon.point_inter {
#    background-image: url(data:image/svg+xml;
#    charset=US-ASCII, %3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%2020010904//EN%22%20%22http%3A//www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd%22%3E%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22595.000000pt%22%20height%3D%22924.000000pt%22%20viewBox%3D%220%200%20595.000000%20924.000000%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cg%20transform%3D%22translate%280.000000%2C924.000000%29%20scale%280.100000%2C-0.100000%29%22%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M1928%209234%20c-4%20-3%20-37%20-10%20-75%20-15%20-142%20-18%20-163%20-22%20-163%20-30%200%20-5%20-14%20-9%20-30%20-9%20-17%200%20-68%20-12%20-113%20-26%20-107%20-35%20-114%20-37%20-165%20-63%20-24%20-11%20-49%20-21%20-54%20-21%20-12%200%20-120%20-51%20-128%20-61%20-3%20-3%20-20%20-11%20-37%20-18%20-18%20-8%20-33%20-17%20-33%20-22%200%20-5%20-5%20-9%20-11%20-9%20-14%200%20-153%20-90%20-157%20-102%20-2%20-4%20-10%20-8%20-17%20-8%20-8%200%20-20%20-8%20-27%20-18%20-7%20-9%20-24%20-25%20-38%20-33%20-26%20-17%20-91%20-75%20-170%20-153%20-72%20-70%20-91%20-93%20-220%20-256%20-11%20-14%20-20%20-31%20-20%20-37%200%20-7%20-4%20-13%20-8%20-13%20-5%200%20-14%20-10%20-21%20-22%20-7%20-13%20-23%20-41%20-36%20-63%20-41%20-68%20-115%20-222%20-115%20-239%200%20-9%20-4%20-16%20-8%20-16%20-4%200%20-14%20-17%20-21%20-37%20-7%20-21%20-16%20-47%20-21%20-58%20-23%20-53%20-50%20-146%20-56%20-190%20-4%20-28%20-10%20-54%20-14%20-60%20-56%20-78%20-57%20-795%200%20-870%204%20-5%2010%20-32%2014%20-60%206%20-48%2038%20-153%2056%20-187%206%20-10%2010%20-23%2010%20-30%200%20-6%208%20-30%2018%20-52%2010%20-23%2032%20-70%2048%20-106%2016%20-36%2032%20-67%2035%20-70%203%20-3%2011%20-20%2018%20-37%208%20-18%2017%20-33%2022%20-33%205%200%209%20-6%209%20-14%200%20-8%206%20-21%2013%20-28%206%20-8%2018%20-25%2026%20-38%2019%20-36%2068%20-101%20130%20-178%2069%20-85%20290%20-302%20307%20-302%208%200%2014%20-4%2014%20-10%200%20-5%2021%20-24%2048%20-42%2026%20-17%2053%20-38%2060%20-45%207%20-7%2018%20-13%2023%20-13%205%200%2019%20-9%2031%20-20%2012%20-11%2028%20-20%2035%20-20%207%200%2013%20-3%2013%20-8%200%20-4%2015%20-13%2033%20-21%2017%20-8%2034%20-18%2037%20-23%204%20-4%2020%20-11%2038%20-14%20l32%20-6%200%20163%200%20164%20-38%2025%20c-20%2014%20-46%2033%20-56%2043%20-11%209%20-26%2017%20-33%2017%20-7%200%20-13%204%20-13%208%200%205%20-16%2020%20-35%2034%20-66%2047%20-212%20194%20-277%20280%20-9%2013%20-29%2037%20-43%2054%20-14%2018%20-25%2036%20-25%2042%200%206%20-3%2012%20-7%2014%20-12%205%20-56%2076%20-84%20133%20-13%2028%20-26%2052%20-29%2055%20-17%2017%20-100%20223%20-100%20248%200%207%20-4%2020%20-9%2030%20-5%209%20-15%2044%20-21%2077%20-7%2033%20-16%2069%20-21%2080%20-5%2011%20-13%2088%20-18%20172%20-10%20157%201%20449%2019%20488%205%2011%2014%2045%2021%2075%206%2030%2015%2064%2019%2075%204%2011%2014%2040%2021%2065%207%2025%2019%2056%2026%2070%207%2014%2013%2030%2013%2035%200%2014%20105%20220%20130%20255%2011%2015%2020%2031%2020%2034%200%204%204%2012%2010%2019%2058%2073%20100%20128%20100%20131%200%206%20230%20236%20236%20236%203%200%2057%2041%20131%20100%207%206%2014%2010%2016%2010%202%200%2044%2024%2093%2054%2049%2029%20100%2057%20114%2061%2014%204%2041%2016%2060%2026%2019%2011%2042%2019%2050%2019%209%200%2020%204%2025%208%206%204%2028%2014%2050%2021%2022%207%2049%2016%2060%2021%2011%204%2047%2013%2080%2020%2033%207%2065%2016%2070%2020%206%204%2080%2013%20165%2019%20179%2013%20476%200%20532%20-23%2018%20-8%2056%20-17%2083%20-21%2028%20-4%2055%20-11%2060%20-14%206%20-4%2030%20-13%2055%20-21%2025%20-7%2049%20-17%2055%20-22%205%20-4%2016%20-8%2025%20-8%208%200%2036%20-11%2062%20-25%2026%20-14%2054%20-25%2063%20-25%208%200%2015%20-4%2015%20-8%200%20-5%2016%20-14%2035%20-22%2019%20-8%2035%20-17%2035%20-21%200%20-4%2013%20-10%2029%20-14%2016%20-3%2032%20-13%2035%20-21%203%20-8%2012%20-14%2020%20-14%208%200%2021%20-6%2028%20-12%207%20-7%2047%20-38%2088%20-69%20105%20-78%20260%20-233%20325%20-324%2011%20-15%2027%20-36%2035%20-45%208%20-9%2022%20-28%2030%20-43%2056%20-96%2085%20-142%2092%20-145%204%20-2%208%20-8%208%20-13%200%20-10%2025%20-70%2056%20-133%208%20-16%2014%20-33%2014%20-38%200%20-4%209%20-27%2019%20-51%2011%20-23%2024%20-62%2030%20-87%205%20-25%2017%20-76%2026%20-115%2029%20-129%2034%20-169%2039%20-285%208%20-170%20-15%20-412%20-48%20-510%20-8%20-25%20-18%20-62%20-21%20-83%20-4%20-20%20-16%20-54%20-26%20-74%20-11%20-21%20-19%20-45%20-19%20-55%200%20-10%20-4%20-18%20-10%20-18%20-5%200%20-10%20-7%20-10%20-15%200%20-15%20-49%20-119%20-88%20-187%20-57%20-99%20-136%20-210%20-199%20-278%20-24%20-25%20-43%20-51%20-43%20-57%200%20-16%2045%20-39%2093%20-48%2020%20-4%2037%20-11%2037%20-15%200%20-4%2020%20-14%2045%20-21%2025%20-7%2045%20-16%2045%20-20%200%20-4%2012%20-10%2026%20-13%2028%20-7%2074%2015%2074%2037%200%207%209%2018%2020%2025%2011%207%2020%2019%2020%2027%200%208%203%2015%208%2015%204%200%2016%2015%2027%2032%2011%2018%2028%2044%2037%2058%2010%2014%2023%2035%2029%2048%207%2012%2016%2022%2021%2022%204%200%208%206%208%2014%200%207%208%2024%2019%2037%2010%2013%2022%2035%2026%2049%204%2014%2010%2027%2014%2030%2012%2010%2031%2050%2031%2065%200%208%203%2015%208%2015%207%200%2014%2016%2047%20115%2010%2028%2023%2064%2031%2080%2023%2053%2071%20259%2084%20360%2012%2092%2012%20460%200%20550%20-5%2039%20-14%2090%20-20%20115%20-5%2025%20-13%2061%20-16%2080%20-3%2019%20-9%2044%20-14%2055%20-4%2011%20-14%2040%20-21%2065%20-7%2025%20-16%2049%20-21%2055%20-4%205%20-8%2017%20-8%2028%200%2010%20-9%2038%20-20%2063%20-45%2099%20-58%20130%20-64%20152%20-4%2012%20-11%2022%20-16%2022%20-4%200%20-11%2012%20-15%2027%20-3%2015%20-15%2039%20-26%2054%20-10%2015%20-19%2032%20-19%2038%200%206%20-4%2011%20-10%2011%20-5%200%20-10%206%20-10%2013%200%207%20-9%2023%20-20%2035%20-11%2012%20-20%2025%20-20%2030%200%205%20-10%2021%20-22%2035%20-13%2014%20-39%2047%20-58%2074%20-67%2093%20-244%20273%20-363%20368%20-54%2044%20-125%2095%20-131%2095%20-5%200%20-22%2010%20-39%2023%20-70%2049%20-327%20177%20-357%20177%20-6%200%20-18%204%20-28%209%20-27%2015%20-112%2042%20-167%2053%20-27%206%20-59%2014%20-70%2018%20-11%205%20-51%2013%20-90%2019%20-38%206%20-86%2014%20-105%2017%20-49%209%20-454%2016%20-462%208z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M2005%208543%20c-38%20-2%20-74%20-8%20-79%20-14%20-6%20-5%20-25%20-9%20-44%20-9%20-41%200%20-122%20-20%20-122%20-30%200%20-4%20-19%20-10%20-42%20-13%20-24%20-3%20-74%20-22%20-113%20-42%20-38%20-19%20-76%20-35%20-83%20-35%20-7%200%20-15%20-6%20-18%20-14%20-3%20-8%20-17%20-17%20-32%20-21%20-15%20-4%20-29%20-10%20-32%20-13%20-3%20-4%20-27%20-23%20-55%20-42%20-64%20-44%20-63%20-43%20-110%20-85%20-22%20-19%20-43%20-35%20-47%20-35%20-4%200%20-10%20-9%20-13%20-20%20-3%20-11%20-11%20-20%20-17%20-20%20-12%200%20-87%20-81%20-88%20-95%200%20-5%20-12%20-21%20-25%20-34%20-14%20-13%20-25%20-29%20-25%20-36%200%20-7%20-6%20-15%20-12%20-18%20-7%20-3%20-24%20-27%20-38%20-53%20-14%20-27%20-31%20-55%20-38%20-63%20-7%20-7%20-16%20-26%20-19%20-42%20-3%20-16%20-8%20-29%20-12%20-29%20-3%200%20-12%20-15%20-19%20-32%20-8%20-18%20-17%20-42%20-22%20-53%20-26%20-62%20-60%20-192%20-60%20-229%200%20-23%20-5%20-47%20-11%20-53%20-14%20-14%20-15%20-368%20-1%20-386%205%20-6%2012%20-38%2015%20-69%205%20-48%2019%20-101%2056%20-203%2015%20-40%20106%20-220%20114%20-223%204%20-2%207%20-9%207%20-15%200%20-11%2025%20-46%2064%20-89%2011%20-13%2012%20-18%204%20-18%20-7%200%20-1%20-8%2015%20-18%2015%20-9%2027%20-21%2027%20-26%200%20-16%2090%20-97%20100%20-91%206%204%2010%20102%2010%20237%200%20182%20-3%20235%20-14%20256%20-17%2031%20-38%2081%20-56%20132%20-7%2019%20-16%2044%20-20%2055%20-15%2036%20-34%20189%20-34%20270%201%2089%2022%20255%2035%20270%205%205%209%2017%209%2027%200%2010%204%2026%209%2036%2015%2029%2029%2066%2037%2092%204%2014%2015%2036%2025%2049%2011%2013%2019%2028%2019%2034%200%2020%2097%20145%20165%20212%20108%20107%20119%20115%20261%20194%2011%205%2037%2017%2059%2026%2022%209%2048%2021%2057%2026%2010%205%2025%209%2033%209%208%200%2023%204%2033%209%2023%2013%20223%2041%20287%2041%2056%200%20249%20-28%20280%20-40%2011%20-4%2036%20-13%2055%20-20%2019%20-7%2049%20-19%2067%20-26%2017%20-8%2034%20-14%2038%20-14%204%200%2018%20-9%2032%20-20%2014%20-11%2032%20-20%2039%20-20%208%200%2022%20-8%2032%20-17%2010%20-10%2029%20-25%2042%20-33%2055%20-36%20210%20-182%20210%20-199%200%20-4%2015%20-24%2033%20-44%2018%20-21%2046%20-63%2063%20-95%2016%20-31%2032%20-58%2037%20-60%204%20-2%207%20-11%207%20-21%200%20-9%209%20-34%2020%20-56%2030%20-59%2070%20-267%2069%20-365%200%20-108%20-39%20-314%20-70%20-371%20-10%20-20%20-19%20-44%20-19%20-52%200%20-8%20-5%20-17%20-10%20-19%20-11%20-3%20-16%20-485%20-5%20-496%2013%20-13%20205%20217%20205%20246%200%207%204%2012%208%2012%205%200%2014%2016%2022%2035%208%2019%2017%2035%2022%2035%204%200%208%206%208%2013%200%206%2012%2035%2025%2062%2014%2028%2025%2057%2025%2066%200%209%203%2019%207%2023%2011%2010%2033%2079%2033%20103%200%2012%204%2024%209%2027%205%203%2012%2041%2015%2083%204%2043%2011%20111%2017%20151%2015%20107%20-13%20357%20-52%20460%20-5%2013%20-9%2032%20-9%2042%200%2011%20-4%2020%20-10%2020%20-5%200%20-10%2010%20-10%2023%200%2012%20-9%2040%20-21%2061%20-11%2021%20-18%2043%20-16%2049%204%2013%20-50%20120%20-93%20182%20-37%2053%20-219%20255%20-230%20255%20-5%200%20-22%2014%20-39%2031%20-17%2017%20-31%2026%20-31%2020%200%20-5%20-32%2012%20-72%2040%20-39%2027%20-78%2049%20-85%2049%20-7%200%20-13%204%20-13%208%200%205%20-24%2019%20-52%2032%20-29%2012%20-71%2031%20-92%2041%20-22%2010%20-55%2022%20-75%2025%20-20%204%20-45%2013%20-56%2020%20-11%207%20-47%2016%20-80%2020%20-33%204%20-64%2010%20-70%2014%20-12%2010%20-255%2019%20-350%2013z%22/%3E%0A%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M2015%207700%20c-50%20-10%20-139%20-42%20-143%20-52%20-2%20-5%20-11%20-8%20-21%20-8%20-9%200%20-26%20-8%20-37%20-17%20-11%20-10%20-32%20-25%20-47%20-34%20-31%20-17%20-147%20-128%20-147%20-140%200%20-4%20-6%20-14%20-13%20-21%20-22%20-23%20-67%20-115%20-67%20-137%200%20-11%20-4%20-21%20-9%20-21%20-29%200%20-31%20-112%20-31%20-2242%20l0%20-2152%20-226%20227%20c-124%20125%20-229%20227%20-233%20227%20-4%200%20-21%2011%20-37%2025%20-16%2014%20-35%2025%20-41%2025%20-7%200%20-13%204%20-13%209%200%205%20-15%2013%20-33%2016%20-17%204%20-34%2011%20-37%2016%20-3%204%20-28%2013%20-55%2019%20-28%207%20-64%2016%20-81%2021%20-41%2012%20-181%2012%20-189%20-1%20-3%20-5%20-22%20-10%20-42%20-10%20-20%200%20-57%20-9%20-82%20-21%20-90%20-40%20-133%20-64%20-138%20-76%20-3%20-7%20-10%20-13%20-17%20-13%20-33%200%20-188%20-180%20-202%20-234%20-3%20-14%20-9%20-26%20-13%20-26%20-5%200%20-14%20-19%20-21%20-42%20-7%20-24%20-17%20-54%20-24%20-67%20-15%20-31%20-14%20-261%200%20-292%207%20-13%2017%20-43%2024%20-66%207%20-24%2017%20-43%2022%20-43%204%200%208%20-8%208%20-18%200%20-16%2044%20-90%2060%20-102%204%20-3%209%20-10%2011%20-17%204%20-11%20185%20-201%20467%20-491%2073%20-75%20151%20-156%20173%20-179%2022%20-24%2044%20-43%2050%20-43%205%200%209%20-5%209%20-11%200%20-6%2033%20-45%2074%20-87%2041%20-43%2098%20-103%20128%20-134%20104%20-111%20355%20-373%20483%20-504%2072%20-73%20168%20-175%20215%20-225%20146%20-157%20355%20-365%20386%20-385%2016%20-10%2035%20-27%2042%20-36%207%20-10%2018%20-18%2023%20-18%205%200%2019%20-9%2031%20-20%2012%20-11%2028%20-20%2035%20-20%207%200%2013%20-4%2013%20-9%200%20-5%2010%20-13%2022%20-17%2013%20-4%2025%20-10%2028%20-14%209%20-14%20184%20-100%20202%20-100%2010%200%2018%20-4%2018%20-9%200%20-4%2021%20-14%2048%20-21%2026%20-7%2052%20-16%2057%20-20%2015%20-11%20131%20-41%20200%20-51%2033%20-6%2085%20-15%20115%20-22%2077%20-17%201467%20-17%201525%200%2022%206%2072%2016%20110%2021%2080%2011%20195%2040%20210%2053%205%205%2016%209%2025%209%209%200%2033%209%2055%2020%2022%2011%2043%2020%2049%2020%2011%200%20119%2051%20126%2060%203%203%2020%2012%2038%2019%2017%208%2032%2017%2032%2021%200%204%2011%2011%2025%2014%2014%204%2025%2011%2025%2016%200%206%206%2010%2013%2010%206%200%2026%2011%2042%2025%2017%2013%2039%2031%2050%2039%2064%2048%20100%2080%20190%20171%2055%2055%20109%20113%20120%20129%2011%2015%2025%2033%2030%2040%2014%2015%2086%20125%20105%20159%2053%2097%20101%20199%20106%20226%204%2017%2010%2031%2014%2031%204%200%2013%2021%2020%2048%206%2026%2015%2056%2020%2067%204%2011%2013%2047%2020%2080%207%2033%2017%2074%2024%2090%208%2022%2011%20430%2011%201535%20l0%201505%20-25%2073%20c-13%2039%20-28%2072%20-32%2072%20-5%200%20-8%205%20-8%2011%200%2049%20-203%20268%20-247%20269%20-7%200%20-13%204%20-13%209%200%205%20-14%2013%20-32%2016%20-17%204%20-38%2013%20-45%2021%20-8%207%20-30%2016%20-51%2019%20-20%203%20-45%2010%20-54%2016%20-24%2012%20-275%2012%20-283%20-1%20-3%20-5%20-18%20-10%20-33%20-10%20-15%200%20-49%20-11%20-77%20-25%20-27%20-13%20-54%20-25%20-60%20-25%20-5%200%20-28%20-14%20-50%20-31%20l-40%20-30%20-3%2023%20c-4%2033%20-24%20101%20-34%20113%20-4%205%20-8%2016%20-8%2023%200%2016%20-69%20125%20-82%20130%20-4%202%20-8%208%20-8%2013%200%205%20-21%2030%20-47%2054%20-27%2025%20-57%2054%20-68%2065%20-12%2011%20-28%2020%20-38%2020%20-9%200%20-17%205%20-17%2010%200%2010%20-99%2060%20-118%2060%20-5%200%20-24%207%20-42%2016%20-40%2021%20-225%2030%20-295%2016%20-82%20-17%20-224%20-75%20-233%20-94%20-2%20-5%20-9%20-8%20-15%20-8%20-6%200%20-19%20-7%20-29%20-17%20-17%20-15%20-18%20-14%20-18%2015%200%2018%20-4%2032%20-10%2032%20-5%200%20-10%2013%20-10%2029%200%2031%20-72%20179%20-95%20197%20-8%206%20-15%2015%20-15%2020%200%2024%20-169%20164%20-197%20164%20-7%200%20-13%204%20-13%209%200%205%20-17%2015%20-37%2022%20-21%206%20-42%2015%20-48%2019%20-5%205%20-56%2016%20-113%2025%20-96%2016%20-108%2016%20-204%200%20-55%20-9%20-108%20-21%20-117%20-25%20-9%20-5%20-31%20-15%20-48%20-22%20-18%20-7%20-33%20-16%20-33%20-20%200%20-5%20-6%20-8%20-13%20-8%20-7%200%20-28%20-11%20-47%20-25%20-19%20-14%20-37%20-25%20-42%20-25%20-4%200%20-9%20362%20-10%20803%20-2%20552%20-6%20808%20-14%20818%20-6%208%20-16%2033%20-24%2057%20-7%2023%20-17%2042%20-21%2042%20-4%200%20-12%2014%20-18%2030%20-5%2017%20-15%2030%20-20%2030%20-6%200%20-11%206%20-11%2014%200%2035%20-203%20206%20-244%20206%20-8%200%20-16%204%20-18%208%20-4%2011%20-90%2041%20-148%2052%20-55%2011%20-200%2010%20-255%200z%20m233%20-298%20c9%20-5%2038%20-19%2064%20-32%2069%20-33%20158%20-125%20158%20-163%200%20-8%206%20-17%2013%20-19%209%20-4%2013%20-427%2017%20-2053%204%20-1626%208%20-2049%2018%20-2053%206%20-2%2012%20-10%2012%20-19%200%20-36%2077%20-83%20138%20-83%2076%200%20131%2037%20165%20110%2015%2032%2017%20137%2019%201080%20l3%201045%2026%2055%20c31%2066%20106%20144%20165%20169%2082%2037%20147%2046%20224%2031%2039%20-7%2070%20-17%2070%20-21%200%20-4%2013%20-10%2029%20-14%2056%20-12%20171%20-154%20171%20-210%200%20-8%204%20-15%2010%20-15%206%200%2011%20-359%2012%20-1023%20l3%20-1023%2024%20-36%20c49%20-70%20159%20-101%20214%20-58%2014%2011%2029%2020%2034%2020%204%200%2019%2017%2033%2037%20l25%2037%206%20800%20c5%20822%208%20876%2045%20914%208%207%2014%2017%2014%2021%200%2018%2082%2092%20131%20116%2030%2015%2062%2032%2071%2036%2010%205%2054%209%2098%209%2044%200%2088%20-4%2098%20-9%209%20-4%2041%20-20%2070%20-35%2089%20-45%20155%20-136%20181%20-249%207%20-32%2011%20-308%2011%20-863%200%20-589%203%20-821%2011%20-837%207%20-12%2027%20-37%2047%20-54%2031%20-30%2040%20-33%2096%20-33%2054%200%2066%204%2098%2030%2077%2064%2072%2019%2078%20745%20l5%20650%2030%2050%20c33%2057%20119%20145%20141%20145%208%200%2014%204%2014%209%200%204%2036%2015%2080%2024%2074%2015%2087%2015%20157%201%2042%20-9%2090%20-26%20107%20-38%2046%20-32%20106%20-88%20106%20-98%200%20-5%207%20-16%2015%20-24%208%20-9%2018%20-27%2022%20-42%203%20-15%2010%20-30%2015%20-33%2012%20-8%2011%20-2920%20-2%20-2933%20-5%20-5%20-10%20-22%20-10%20-38%200%20-15%20-7%20-53%20-16%20-85%20-9%20-32%20-21%20-79%20-27%20-105%20-6%20-27%20-14%20-48%20-18%20-48%20-4%200%20-13%20-20%20-20%20-45%20-7%20-25%20-17%20-45%20-21%20-45%20-4%200%20-8%20-8%20-8%20-17%200%20-10%20-9%20-29%20-20%20-43%20-11%20-14%20-20%20-29%20-20%20-34%200%20-12%20-52%20-90%20-62%20-94%20-5%20-2%20-8%20-9%20-8%20-16%200%20-7%20-11%20-23%20-25%20-36%20-14%20-13%20-25%20-27%20-25%20-31%200%20-4%20-15%20-23%20-32%20-41%20-18%20-19%20-47%20-50%20-65%20-69%20-44%20-47%20-91%20-90%20-138%20-125%20-58%20-43%20-65%20-47%20-86%20-67%20-10%20-9%20-25%20-17%20-33%20-17%20-7%200%20-24%20-8%20-37%20-18%20-48%20-37%20-257%20-127%20-319%20-138%20-19%20-3%20-44%20-9%20-55%20-14%20-76%20-31%20-176%20-35%20-870%20-35%20-694%200%20-794%204%20-870%2035%20-11%205%20-36%2011%20-55%2014%20-58%2010%20-208%2075%20-336%20145%20-108%2059%20-285%20222%20-541%20497%20-50%2055%20-136%20145%20-190%20200%20-193%20199%20-368%20386%20-376%20400%20-4%208%20-15%2014%20-22%2014%20-8%200%20-15%204%20-15%2010%200%205%20-47%2058%20-104%20117%20-160%20167%20-226%20236%20-379%20397%20-78%2081%20-211%20218%20-295%20305%20-85%2086%20-166%20174%20-181%20196%20-29%2043%20-61%20145%20-61%20195%200%2042%2031%20151%2050%20174%2081%20101%20147%20144%20237%20155%2061%207%20182%20-4%20193%20-18%203%20-3%2019%20-13%2035%20-21%2036%20-18%20357%20-339%20350%20-350%20-3%20-4%204%20-10%2015%20-13%2013%20-3%2020%20-14%2020%20-29%200%20-15%203%20-19%208%20-10%206%208%2053%20-33%20155%20-137%2081%20-82%20162%20-159%20180%20-170%2072%20-44%20183%20-14%20224%2061%2017%2031%2018%20154%2023%202363%20l5%202330%2025%2045%20c44%2079%2092%20129%20157%20160%2026%2013%2055%2027%2063%2031%2020%2011%20186%2011%20208%201z%22/%3E%0A%3C/g%3E%3C/svg%3E);
}
#plan_featured .tools_icon.easy_schedul {
    background-image: url(data:image/svg+xml;
    charset=US-ASCII, %3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%2020010904//EN%22%20%22http%3A//www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd%22%3E%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22543.000000pt%22%20height%3D%22506.000000pt%22%20viewBox%3D%220%200%20543.000000%20506.000000%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cg%20transform%3D%22translate%280.000000%2C506.000000%29%20scale%280.100000%2C-0.100000%29%22%3E%0A%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M1106%205040%20c-61%20-24%20-132%20-91%20-147%20-139%20-7%20-20%20-17%20-39%20-23%20-43%20-6%20-4%20-12%20-53%20-14%20-118%20l-4%20-110%20-247%200%20c-198%200%20-258%20-3%20-302%20-16%20-30%20-9%20-56%20-19%20-59%20-23%20-3%20-4%20-20%20-13%20-38%20-21%20-57%20-22%20-144%20-97%20-184%20-157%20-21%20-32%20-48%20-89%20-61%20-128%20l-22%20-70%200%20-1640%200%20-1640%2022%20-70%20c13%20-38%2040%20-96%2061%20-128%2040%20-60%20127%20-135%20184%20-157%2018%20-8%2035%20-17%2038%20-21%203%20-4%2029%20-14%2059%20-23%2049%20-14%20193%20-16%201403%20-16%20l1348%200%20-63%20103%20-64%20102%20-1234%202%20c-738%202%20-1242%206%20-1254%2012%20-11%205%20-37%2012%20-59%2015%20-52%207%20-141%2062%20-170%20106%20-59%2086%20-56%2013%20-56%201425%20l0%201295%201821%200%201821%200%2029%2031%20c24%2025%2029%2040%2029%2079%200%2040%20-5%2052%20-32%2079%20l-32%2031%20-1818%200%20-1818%200%200%20180%20c0%20193%209%20241%2056%20310%2031%2047%20122%20101%20179%20108%2025%202%2048%209%2051%2013%203%205%2097%209%20208%209%20l204%200%204%20-110%20c2%20-61%208%20-114%2013%20-118%206%20-4%2019%20-25%2030%20-47%2055%20-111%20153%20-161%20294%20-153%2087%205%20141%2028%20196%2083%2063%2064%2079%20106%2083%20233%20l4%20112%20834%200%20834%200%200%20-102%20c0%20-81%205%20-112%2020%20-147%2034%20-75%2079%20-122%20148%20-154%2058%20-27%2070%20-29%20150%20-25%20107%205%20176%2037%20223%20101%2050%2069%2061%20104%2067%20220%20l5%20107%20233%200%20c144%200%20235%20-4%20239%20-10%203%20-5%2018%20-10%2033%20-10%2045%200%20145%20-54%20183%20-98%2066%20-78%2063%20-32%2067%20-973%20l3%20-856%2098%20-37%20c54%20-20%20101%20-36%20104%20-36%204%200%207%20409%207%20908%200%201006%203%20954%20-66%201079%20-37%2066%20-105%20131%20-193%20182%20-93%2055%20-136%2061%20-437%2061%20l-272%200%20-4%20108%20c-5%20125%20-27%20188%20-86%20244%20-112%20106%20-335%20105%20-441%20-1%20-56%20-56%20-81%20-133%20-81%20-252%20l0%20-99%20-835%200%20-835%200%200%2095%20c0%20127%20-23%20195%20-84%20251%20-69%2063%20-107%2078%20-211%2081%20-71%202%20-100%20-1%20-139%20-17z%20m192%20-222%20c22%20-21%2022%20-24%2022%20-290%20l0%20-269%20-25%20-24%20c-16%20-17%20-35%20-25%20-60%20-25%20-25%200%20-44%208%20-60%2025%20l-25%2024%200%20263%20c0%20226%202%20267%2016%20286%2032%2046%2088%2050%20132%2010z%20m2280%20-4%20c22%20-25%2022%20-29%2022%20-290%20l0%20-265%20-25%20-24%20c-36%20-37%20-86%20-37%20-125%201%20l-25%2024%200%20264%20c0%20250%201%20265%2020%20286%2041%2046%2093%2048%20133%204z%22/%3E%0A%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M4208%203770%20c-39%20-42%20-40%20-115%20-2%20-159%2022%20-27%2032%20-31%2075%20-31%2044%200%2054%204%2080%2032%2023%2026%2029%2041%2029%2079%200%2039%20-5%2052%20-32%2078%20-26%2026%20-40%2031%20-77%2031%20-38%200%20-51%20-6%20-73%20-30z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M600%202680%20l0%20-380%20380%200%20380%200%200%20380%200%20380%20-380%200%20-380%200%200%20-380z%20m560%200%20l0%20-180%20-180%200%20-180%200%200%20180%200%20180%20180%200%20180%200%200%20-180z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M1560%202680%20l0%20-380%20380%200%20380%200%200%20380%200%20380%20-380%200%20-380%200%200%20-380z%20m560%200%20l0%20-180%20-180%200%20-180%200%200%20180%200%20180%20180%200%20180%200%200%20-180z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M2480%202680%20l0%20-380%20380%200%20380%200%200%20380%200%20380%20-380%200%20-380%200%200%20-380z%20m560%200%20l0%20-180%20-180%200%20-180%200%200%20180%200%20180%20180%200%20180%200%200%20-180z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M3950%202485%20c-378%20-69%20-720%20-327%20-890%20-670%20-95%20-192%20-130%20-345%20-130%20-565%200%20-76%207%20-175%2015%20-221%2089%20-511%20503%20-925%201014%20-1014%20108%20-19%20334%20-19%20442%200%20511%2089%20925%20503%201014%201014%208%2046%2015%20145%2015%20221%200%2076%20-7%20175%20-15%20221%20-89%20511%20-503%20925%20-1014%201014%20-104%2019%20-349%2018%20-451%200z%20m405%20-207%20c324%20-49%20622%20-277%20770%20-589%20156%20-331%20124%20-721%20-86%20-1030%20-55%20-82%20-186%20-213%20-268%20-268%20-311%20-211%20-701%20-242%20-1036%20-82%20-524%20250%20-744%20867%20-496%201386%20107%20223%20277%20393%20502%20500%20196%2092%20386%20118%20614%2083z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M4040%201620%20l0%20-510%20355%200%20355%200%200%2075%200%2075%20-280%200%20-280%200%200%20435%200%20435%20-75%200%20-75%200%200%20-510z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M610%201650%20l0%20-380%20380%200%20380%200%200%20380%200%20380%20-380%200%20-380%200%200%20-380z%20m560%200%20l0%20-180%20-180%200%20-180%200%200%20180%200%20180%20180%200%20180%200%200%20-180z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M1550%201650%20l0%20-380%20380%200%20380%200%200%20380%200%20380%20-380%200%20-380%200%200%20-380z%20m560%200%20l0%20-180%20-180%200%20-180%200%200%20180%200%20180%20180%200%20180%200%200%20-180z%22/%3E%0A%3C/g%3E%3C/svg%3E);
}
#plan_featured .tools_icon.chaining {
    background-image: url(data:image/svg+xml;
    charset=US-ASCII, %3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%2020010904//EN%22%20%22http%3A//www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd%22%3E%0A%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22760.000000pt%22%20height%3D%22537.000000pt%22%20viewBox%3D%220%200%20760.000000%20537.000000%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cg%20transform%3D%22translate%280.000000%2C537.000000%29%20scale%280.100000%2C-0.100000%29%22%20stroke%3D%22none%22%3E%0A%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M3686%205335%20c-44%20-19%20-82%20-39%20-85%20-44%20-3%20-4%20-55%20-30%20-116%20-56%20-60%20-26%20-159%20-72%20-219%20-102%20-60%20-30%20-156%20-76%20-215%20-102%20-58%20-26%20-128%20-61%20-156%20-78%20l-50%20-29%20-3%20-267%20-2%20-267%20-730%200%20-730%200%200%20-570%200%20-570%2050%200%2050%200%200%20520%200%20520%20674%200%20c530%200%20675%20-3%20678%20-12%202%20-7%206%20-121%207%20-253%202%20-132%205%20-243%208%20-248%202%20-4%2037%20-24%2076%20-43%2040%20-20%2086%20-46%20102%20-58%2017%20-13%2044%20-29%2060%20-38%2089%20-44%20232%20-124%20242%20-134%207%20-7%2070%20-43%20140%20-80%2071%20-37%20130%20-71%20133%20-75%203%20-3%2035%20-23%2073%20-44%20l67%20-37%200%20-509%200%20-509%2050%200%2050%200%200%20510%200%20510%2063%2031%20c34%2017%2071%2039%2082%2049%2017%2014%20137%2081%20250%20139%2017%208%2035%2020%2041%2026%206%206%2061%2037%20123%2070%2061%2032%20119%2066%20129%2075%209%208%2033%2023%2052%2032%2059%2029%20138%2074%20155%2088%2013%2010%2015%2045%2015%20211%200%20126%204%20199%2010%20199%209%200%2014%20-20%2011%20-47%20-1%20-6%204%20-15%2010%20-18%208%20-5%209%204%206%2029%20l-5%2036%20634%200%20634%200%200%20-387%20c0%20-214%203%20-425%207%20-470%20l6%20-83%2048%200%2049%200%200%20520%200%20520%20-705%200%20-705%200%200%20304%20c0%20167%20-3%20311%20-6%20320%20-6%2016%20-249%20139%20-347%20176%20-31%2012%20-64%2028%20-72%2037%20-9%208%20-51%2030%20-95%2049%20-43%2018%20-153%2069%20-244%20113%20-93%2046%20-177%2081%20-193%2080%20-15%200%20-64%20-16%20-107%20-34z%20m512%20-261%20c224%20-96%20410%20-178%20414%20-182%204%20-4%20-181%20-102%20-411%20-217%20l-419%20-209%20-159%2082%20c-87%2045%20-269%20139%20-405%20210%20-136%2070%20-244%20130%20-240%20134%2010%2010%20785%20356%20800%20357%207%201%20196%20-78%20420%20-175z%20m-1122%20-366%20c54%20-28%20112%20-60%20128%20-72%2017%20-11%2044%20-27%2060%20-36%20156%20-82%20232%20-124%20236%20-130%203%20-3%2053%20-32%20113%20-64%20l107%20-57%200%20-455%20c0%20-249%20-2%20-454%20-5%20-454%20-9%200%20-160%2082%20-165%2090%20-3%204%20-66%2040%20-140%2080%20-74%2040%20-142%2078%20-150%2085%20-8%207%20-70%2043%20-138%2079%20-68%2036%20-130%2073%20-138%2080%20-12%2012%20-14%2089%20-14%20460%200%20245%202%20446%204%20446%202%200%2048%20-23%20102%20-52z%20m1528%20-849%20c-9%20-11%20-69%20-46%20-133%20-80%20-64%20-34%20-141%20-77%20-171%20-96%20-30%20-20%20-98%20-59%20-150%20-88%20-52%20-28%20-135%20-75%20-185%20-103%20-49%20-29%20-93%20-52%20-97%20-52%20-5%200%20-8%20200%20-8%20444%20l0%20444%2053%2026%20c80%2039%20201%20107%20207%20116%203%204%2050%2031%20105%2060%2055%2029%20131%2072%20170%2095%2038%2024%20104%2061%20145%2083%20l75%2040%203%20-435%20c2%20-394%201%20-438%20-14%20-454z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M834%203207%20c-85%20-45%20-146%20-73%20-343%20-162%20-69%20-30%20-127%20-59%20-131%20-64%20-3%20-5%20-28%20-18%20-55%20-29%20-115%20-46%20-280%20-126%20-292%20-141%20-9%20-12%20-12%20-148%20-13%20-583%20l0%20-567%2027%20-19%20c16%20-11%2068%20-41%20118%20-67%2050%20-26%2092%20-50%2095%20-54%207%20-10%20229%20-131%20240%20-131%205%200%2021%20-11%2037%20-23%2025%20-21%2096%20-62%20243%20-139%2024%20-12%2051%20-29%2059%20-37%2033%20-30%20119%20-62%20148%20-55%2028%207%20113%2052%20123%2065%205%206%20130%2075%20195%20107%2017%208%2044%2025%2060%2036%2017%2012%2062%2038%20100%2058%2076%2040%20183%20102%20201%20116%206%205%2056%2034%20113%2064%2056%2030%20111%2062%20121%2071%2019%2016%2020%2034%2020%20575%200%20538%20-1%20560%20-19%20581%20-11%2012%20-91%2054%20-178%2092%20-86%2039%20-160%2074%20-163%2078%20-3%205%20-36%2022%20-75%2039%20-150%2064%20-260%20115%20-265%20122%20-11%2016%20-233%20110%20-258%20110%20-15%20-1%20-63%20-20%20-108%20-43z%20m223%20-146%20c61%20-27%20159%20-73%20219%20-103%2060%20-30%20159%20-77%20219%20-104%2061%20-26%20112%20-51%20115%20-55%203%20-3%2022%20-15%2043%20-26%20l38%20-19%20-83%20-44%20c-46%20-24%20-88%20-49%20-95%20-56%20-7%20-7%20-70%20-42%20-140%20-79%20-70%20-38%20-130%20-71%20-133%20-74%20-7%20-10%20-64%20-43%20-165%20-96%20-49%20-26%20-96%20-54%20-102%20-63%20-7%20-9%20-13%20-11%20-13%20-5%200%205%20-55%2038%20-122%2073%20-68%2035%20-134%2071%20-148%2080%20-14%2010%20-88%2051%20-165%2091%20-77%2040%20-142%2076%20-145%2080%20-3%203%20-29%2018%20-58%2033%20-29%2015%20-66%2035%20-83%2045%20l-31%2019%2033%2018%20c19%209%2036%2020%2039%2023%203%204%2032%2018%2065%2033%20212%2093%20270%20120%20275%20127%203%205%2058%2032%20123%2060%2065%2028%20135%2060%20155%2071%2020%2010%2039%2019%2042%2020%203%200%2056%20-22%20117%20-49z%20m-439%20-691%20l291%20-155%201%20-473%200%20-472%20-77%2048%20c-43%2027%20-228%20140%20-410%20251%20l-333%20204%200%20439%200%20439%20118%20-63%20c65%20-35%20249%20-133%20410%20-218z%20m1162%20-184%20l0%20-444%20-28%20-10%20c-16%20-5%20-35%20-16%20-43%20-24%20-8%20-8%20-57%20-37%20-110%20-65%20-53%20-29%20-141%20-78%20-195%20-110%20-54%20-33%20-130%20-75%20-167%20-94%20-38%20-19%20-76%20-41%20-85%20-49%20-16%20-15%20-116%20-70%20-127%20-70%20-3%200%20-5%20200%20-5%20443%20l0%20444%20100%2052%20c55%2029%20102%2056%20105%2061%203%205%2067%2041%20143%2081%2075%2040%20139%2076%20142%2080%203%205%2057%2036%20120%2070%2063%2033%20119%2065%20125%2070%205%205%2013%209%2017%209%204%200%208%20-200%208%20-444z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M6515%203188%20c-60%20-28%20-112%20-54%20-115%20-59%20-3%20-5%20-37%20-21%20-75%20-37%20-39%20-16%20-144%20-65%20-235%20-109%20-91%20-45%20-205%20-98%20-254%20-119%20-49%20-20%20-99%20-48%20-112%20-61%20l-24%20-24%200%20-560%20c0%20-542%201%20-560%2020%20-576%2010%20-9%2065%20-41%20122%20-71%2057%20-30%20105%20-58%20108%20-62%206%20-7%20130%20-78%20231%20-131%2038%20-20%2077%20-42%2086%20-51%2010%20-8%2041%20-26%2069%20-41%2096%20-49%20159%20-84%20207%20-116%2075%20-51%20108%20-57%20170%20-28%2029%2013%2059%2030%2068%2038%208%208%2035%2025%2059%2037%20163%2086%20217%20115%20230%20127%208%207%2040%2026%2070%2042%2030%2017%2091%2049%20135%2073%2044%2023%2082%2046%2085%2050%203%204%2046%2029%2095%2055%2050%2026%20102%2056%20118%2067%20l27%2019%200%20567%20c-1%20435%20-4%20571%20-13%20583%20-11%2015%20-142%2078%20-292%20142%20-27%2012%20-53%2025%20-56%2029%20-3%205%20-77%2040%20-164%2079%20-87%2038%20-211%2096%20-276%20129%20-65%2033%20-131%2060%20-146%2059%20-16%200%20-77%20-23%20-138%20-51z%20m310%20-164%20c83%20-37%20152%20-71%20155%20-75%205%20-7%2053%20-29%20275%20-127%2033%20-15%2065%20-32%2072%20-38%206%20-6%2025%20-17%2043%20-24%20l31%20-13%20-83%20-45%20c-46%20-25%20-85%20-48%20-88%20-52%20-3%20-4%20-61%20-38%20-130%20-75%20-69%20-37%20-132%20-73%20-140%20-80%20-22%20-18%20-278%20-155%20-289%20-155%20-12%200%20-284%20141%20-291%20150%20-3%204%20-68%2040%20-145%2080%20-77%2040%20-142%2076%20-145%2080%20-3%204%20-42%2026%20-87%2049%20-46%2023%20-83%2043%20-83%2046%200%202%2015%2012%2033%2021%2017%209%2034%2020%2037%2024%203%203%2050%2026%20105%2050%2055%2023%20161%2073%20235%20110%2074%2037%20169%2082%20210%2099%2041%2017%2082%2036%2090%2041%2019%2013%2019%2013%20195%20-66z%20m-973%20-393%20c2%20-5%2064%20-42%20138%20-82%2074%20-39%20137%20-75%20140%20-79%203%20-4%2059%20-35%20125%20-70%2066%20-35%20134%20-74%20152%20-87%2018%20-13%2040%20-27%2050%20-31%2010%20-4%2042%20-20%2071%20-36%20l52%20-29%200%20-454%20c0%20-249%20-2%20-453%20-5%20-453%20-9%200%20-110%2053%20-115%2061%20-8%2011%20-105%2066%20-130%2074%20-12%204%20-63%2033%20-114%2065%20-50%2031%20-140%2083%20-201%20115%20-60%2032%20-116%2065%20-124%2073%20-8%208%20-27%2019%20-43%2024%20l-28%2010%200%20454%20c0%20385%202%20454%2014%20454%208%200%2016%20-4%2018%20-9z%20m1648%20-439%20l0%20-447%20-395%20-233%20c-217%20-127%20-397%20-232%20-400%20-232%20-3%200%20-5%20208%20-5%20463%20l1%20462%20397%20217%20c218%20120%20398%20218%20400%20218%201%200%202%20-201%202%20-448z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M3665%202068%20c-60%20-28%20-112%20-54%20-115%20-59%20-3%20-5%20-37%20-21%20-75%20-37%20-39%20-16%20-144%20-65%20-235%20-109%20-91%20-45%20-205%20-98%20-254%20-119%20-49%20-20%20-99%20-48%20-112%20-61%20l-24%20-24%200%20-560%20c0%20-542%201%20-560%2020%20-576%2010%20-9%2065%20-41%20122%20-71%2057%20-30%20105%20-58%20108%20-62%206%20-7%20130%20-78%20231%20-131%2038%20-20%2077%20-42%2086%20-51%2010%20-8%2041%20-26%2069%20-41%2096%20-49%20159%20-84%20207%20-116%2075%20-51%20108%20-57%20170%20-28%2029%2013%2059%2030%2068%2038%208%208%2035%2025%2059%2037%20163%2086%20217%20115%20230%20127%208%207%2040%2026%2070%2042%2030%2017%2091%2049%20135%2073%2044%2023%2082%2046%2085%2050%203%204%2046%2029%2095%2055%2050%2026%20102%2056%20118%2067%20l27%2019%200%20567%20c-1%20435%20-4%20571%20-13%20583%20-11%2015%20-142%2078%20-292%20142%20-27%2012%20-53%2025%20-56%2029%20-3%205%20-77%2040%20-164%2079%20-87%2038%20-211%2096%20-276%20129%20-65%2033%20-131%2060%20-146%2059%20-16%200%20-77%20-23%20-138%20-51z%20m310%20-164%20c83%20-37%20152%20-71%20155%20-75%205%20-7%2053%20-29%20275%20-127%2033%20-15%2065%20-32%2072%20-38%206%20-6%2025%20-17%2043%20-24%20l31%20-13%20-83%20-45%20c-46%20-25%20-85%20-48%20-88%20-52%20-3%20-4%20-61%20-38%20-130%20-75%20-69%20-37%20-132%20-73%20-140%20-80%20-22%20-18%20-278%20-155%20-289%20-155%20-12%200%20-284%20141%20-291%20150%20-3%204%20-68%2040%20-145%2080%20-77%2040%20-142%2076%20-145%2080%20-3%204%20-42%2026%20-87%2049%20-46%2023%20-83%2043%20-83%2046%200%202%2015%2012%2033%2021%2017%209%2034%2020%2037%2024%203%203%2050%2026%20105%2050%2055%2023%20161%2073%20235%20110%2074%2037%20169%2082%20210%2099%2041%2017%2082%2036%2090%2041%2019%2013%2019%2013%20195%20-66z%20m-973%20-393%20c2%20-5%2064%20-42%20138%20-82%2074%20-39%20137%20-75%20140%20-79%203%20-4%2059%20-35%20125%20-70%2066%20-35%20134%20-74%20152%20-87%2018%20-13%2040%20-27%2050%20-31%2010%20-4%2042%20-20%2071%20-36%20l52%20-29%200%20-454%20c0%20-249%20-2%20-453%20-5%20-453%20-9%200%20-110%2053%20-115%2061%20-8%2011%20-105%2066%20-130%2074%20-12%204%20-63%2033%20-114%2065%20-50%2031%20-140%2083%20-201%20115%20-60%2032%20-116%2065%20-124%2073%20-8%208%20-27%2019%20-43%2024%20l-28%2010%200%20454%20c0%20385%202%20454%2014%20454%208%200%2016%20-4%2018%20-9z%20m1648%20-439%20l0%20-447%20-395%20-233%20c-217%20-127%20-397%20-232%20-400%20-232%20-3%200%20-5%20208%20-5%20463%20l1%20462%20397%20217%20c218%20120%20398%20218%20400%20218%201%200%202%20-201%202%20-448z%22/%3E%0A%3C/g%3E%3C/svg%3E);
}
#plan_featured .tools_icon.img_download {
    background-image: url(data:image/svg+xml;
    charset=US-ASCII, %3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%2020010904//EN%22%20%22http%3A//www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd%22%3E%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22707.000000pt%22%20height%3D%22547.000000pt%22%20viewBox%3D%220%200%20707.000000%20547.000000%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cg%20transform%3D%22translate%280.000000%2C547.000000%29%20scale%280.100000%2C-0.100000%29%22%3E%0A%20%20%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M284%205436%20c-138%20-51%20-236%20-160%20-269%20-300%20-22%20-92%20-22%20-3520%200%20-3612%2033%20-142%20137%20-255%20279%20-304%2058%20-20%2081%20-20%201263%20-20%20l1203%200%200%20105%200%20105%20-1188%200%20-1188%200%20-51%2025%20c-59%2030%20-97%2079%20-112%20145%20-14%2062%20-14%203438%200%203500%2015%2066%2053%20115%20112%20145%20l51%2025%202175%200%20c2089%200%202178%20-1%202216%20-19%2049%20-22%2093%20-65%20114%20-111%2014%20-31%2016%20-104%2019%20-572%20l3%20-538%20104%200%20105%200%200%20533%20c0%20428%20-3%20544%20-15%20593%20-33%20142%20-137%20255%20-279%20304%20-59%2020%20-77%2020%20-2270%2019%20l-2211%200%20-61%20-23z%22/%3E%0A%20%20%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M3254%204595%20c-89%20-19%20-160%20-59%20-231%20-131%20-188%20-187%20-187%20-481%201%20-670%20189%20-189%20483%20-189%20672%200%20188%20189%20189%20483%201%20670%20-72%2073%20-142%20112%20-236%20132%20-80%2017%20-127%2017%20-207%20-1z%20m205%20-222%20c134%20-48%20200%20-213%20141%20-350%20-89%20-207%20-391%20-207%20-480%200%20-55%20126%20-4%20278%20113%20339%2075%2038%20141%2041%20226%2011z%22/%3E%0A%20%20%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M4953%203801%20c-67%20-42%20-63%2045%20-63%20-1278%20l0%20-1198%20-282%20282%20c-244%20242%20-288%20282%20-320%20288%20-81%2015%20-158%20-62%20-143%20-143%206%20-32%2058%20-89%20398%20-430%20216%20-216%20404%20-400%20419%20-408%2034%20-18%2072%20-18%20106%200%2015%208%20199%20187%20410%20398%20295%20296%20386%20393%20396%20423%2023%2065%20-5%20124%20-73%20152%20-66%2028%20-76%2021%20-378%20-280%20l-283%20-282%200%201193%20c0%201293%202%201240%20-54%201277%20-40%2027%20-96%2029%20-133%206z%22/%3E%0A%20%20%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M1278%203053%20c-424%20-425%20-629%20-637%20-634%20-655%20-19%20-80%2060%20-154%20135%20-127%2015%206%20284%20267%20598%20582%20l573%20572%20618%20-618%20618%20-617%2046%200%20c62%200%20108%2042%20108%2099%200%2049%20-12%2065%20-161%20216%20l-129%20130%20218%20218%20217%20217%20345%20-345%20c230%20-230%20356%20-349%20377%20-356%2042%20-14%2096%209%20117%2050%2020%2037%2020%2064%202%2099%20-25%2047%20-788%20800%20-818%20807%20-16%204%20-40%204%20-55%200%20-18%20-4%20-122%20-100%20-293%20-271%20l-265%20-264%20-430%20431%20c-237%20237%20-442%20437%20-457%20445%20-15%208%20-44%2014%20-65%2014%20-36%200%20-57%20-19%20-665%20-627z%22/%3E%0A%20%20%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M3013%201961%20c-17%20-11%20-37%20-30%20-44%20-42%20-14%20-27%20-13%20-1240%201%20-1304%2065%20-286%20273%20-505%20557%20-587%20l78%20-23%201405%200%20c1353%200%201408%201%201475%2019%20229%2063%20401%20202%20504%20408%2081%20161%2081%20166%2081%20851%200%20645%201%20630%20-60%20662%20-16%208%20-48%2015%20-71%2015%20-33%200%20-47%20-6%20-73%20-32%20l-33%20-33%20-6%20-139%20c-4%20-77%20-7%20-347%20-7%20-600%200%20-503%20-2%20-526%20-58%20-630%20-38%20-72%20-154%20-185%20-224%20-219%20-126%20-60%20-59%20-58%20-1555%20-54%20-1267%202%20-1372%204%20-1417%2020%20-97%2034%20-232%20128%20-222%20154%203%208%202%2012%20-3%208%20-13%20-8%20-63%2055%20-57%2072%203%208%202%2011%20-4%208%20-8%20-5%20-39%2051%20-54%20102%20-21%2068%20-26%20194%20-26%20722%20l-1%20585%20-26%2024%20c-37%2034%20-116%2041%20-160%2013z%22/%3E%0A%3C/g%3E%3C/svg%3E);
}
#plan_featured .tools_icon.notif_icon {
    background-image: url(data:image/svg+xml;
    charset=US-ASCII, %3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%2020010904//EN%22%20%22http%3A//www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd%22%3E%0A%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22518.000000pt%22%20height%3D%22425.000000pt%22%20viewBox%3D%220%200%20518.000000%20425.000000%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cg%20transform%3D%22translate%280.000000%2C425.000000%29%20scale%280.100000%2C-0.100000%29%22%20fill%3D%22%23000000%22%20stroke%3D%22none%22%3E%0A%20%20%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M2462%204242%20c-7%20-2%20-10%20-8%20-7%20-12%203%20-5%20-4%20-7%20-16%20-5%20-12%202%20-19%202%20-16%20-2%207%20-6%20-17%20-33%20-30%20-33%20-16%20-1%20-77%20-70%20-80%20-92%20-2%20-13%20-8%20-25%20-13%20-26%20-6%20-2%20-13%20-21%20-16%20-43%20-4%20-21%20-10%20-39%20-15%20-39%20-5%200%20-9%20-79%20-9%20-175%200%20-168%20-1%20-175%20-20%20-175%20-11%200%20-20%20-4%20-20%20-9%200%20-5%20-20%20-12%20-45%20-15%20-25%20-4%20-45%20-11%20-45%20-16%200%20-5%20-14%20-12%20-32%20-15%20-33%20-8%20-139%20-61%20-148%20-75%20-3%20-5%20-18%20-12%20-33%20-15%20-15%20-4%20-27%20-10%20-27%20-14%200%20-3%20-17%20-17%20-38%20-31%20-56%20-38%20-57%20-38%20-157%20-135%20-92%20-90%20-165%20-176%20-165%20-195%200%20-6%20-3%20-10%20-8%20-10%20-4%200%20-19%20-21%20-32%20-47%20-14%20-27%20-28%20-50%20-31%20-53%20-10%20-8%20-49%20-98%20-49%20-112%200%20-8%20-4%20-18%20-9%20-23%20-14%20-16%20-51%20-146%20-51%20-181%200%20-18%20-6%20-34%20-12%20-36%20-10%20-4%20-14%20-112%20-16%20-489%20-2%20-414%20-5%20-492%20-19%20-542%20-9%20-31%20-20%20-57%20-25%20-57%20-4%200%20-8%20-6%20-8%20-13%200%20-18%20-23%20-46%20-112%20-140%20-43%20-45%20-78%20-85%20-78%20-89%200%20-4%20-28%20-36%20-62%20-72%20-153%20-158%20-238%20-256%20-238%20-275%200%20-6%20-4%20-11%20-10%20-11%20-11%200%20-14%20-107%20-2%20-112%204%20-2%2014%20-16%2022%20-33%209%20-16%2029%20-36%2045%20-45%2017%20-8%2032%20-18%2033%20-22%202%20-5%20774%20-8%201716%20-8%201584%200%201715%201%201747%2017%2042%2021%2079%2060%2079%2084%200%2010%204%2021%2010%2024%2013%208%2013%2075%200%2075%20-5%200%20-10%209%20-10%2020%200%2011%20-20%2040%20-44%2065%20-24%2024%20-46%2049%20-48%2054%20-3%2011%20-90%20107%20-208%20231%20-36%2037%20-72%2078%20-80%2090%20-8%2012%20-34%2042%20-57%2065%20-24%2024%20-43%2048%20-43%2055%200%206%20-7%2013%20-15%2016%20-8%203%20-17%2022%20-21%2042%20-4%2021%20-12%2040%20-18%2044%20-7%205%20-12%2094%20-14%20277%20l-4%20270%20-116%204%20c-123%204%20-202%2018%20-249%2042%20-15%208%20-34%2015%20-40%2015%20-15%200%20-116%2061%20-121%2072%20-2%204%20-9%208%20-14%208%20-15%200%20-148%20132%20-148%20147%200%206%20-4%2013%20-8%2015%20-14%206%20-73%20109%20-79%20139%20-3%2016%20-9%2029%20-14%2029%20-5%200%20-11%2023%20-15%2050%20-4%2028%20-10%2050%20-15%2050%20-5%200%20-9%2068%20-9%20150%200%2083%204%20150%209%20150%205%200%2011%2023%2015%2050%204%2028%2010%2050%2015%2050%205%200%2011%2013%2014%2029%205%2026%2051%20109%2082%20150%205%207%2036%2040%2068%2073%2031%2033%2057%2063%2057%2067%200%204%20-12%2014%20-27%2022%20-16%208%20-34%2020%20-41%2027%20-7%206%20-20%2012%20-28%2012%20-8%200%20-14%204%20-14%209%200%205%20-13%2012%20-30%2016%20-16%204%20-30%2011%20-30%2015%200%205%20-16%2012%20-35%2016%20-19%203%20-35%2010%20-35%2014%200%205%20-18%2011%20-40%2015%20-22%204%20-42%2011%20-46%2016%20-3%205%20-13%209%20-24%209%20-16%200%20-18%2011%20-19%20133%20-2%20178%20-9%20244%20-35%20296%20-27%2058%20-100%20130%20-159%20159%20-41%2020%20-59%2023%20-150%2021%20-56%20-1%20-108%20-4%20-115%20-7z%20m208%20-211%20c14%20-10%2029%20-32%2035%20-49%205%20-18%2013%20-32%2017%20-32%204%200%208%20-61%208%20-135%20l0%20-135%20-135%200%20-135%200%200%20150%20c0%2093%204%20150%2010%20150%206%200%2010%206%2010%2013%200%2018%2040%2049%2075%2058%2039%209%2084%202%20115%20-20z%20m161%20-568%20c8%20-6%2035%20-14%2062%20-18%2026%20-4%2047%20-11%2047%20-16%200%20-5%209%20-9%2020%20-9%2024%200%2026%20-13%205%20-33%20-7%20-8%20-17%20-26%20-21%20-41%20-3%20-14%20-10%20-26%20-14%20-26%20-5%200%20-11%20-13%20-15%20-30%20-4%20-16%20-10%20-30%20-15%20-30%20-4%200%20-11%20-17%20-15%20-37%20-4%20-21%20-11%20-43%20-17%20-50%20-5%20-6%20-12%20-37%20-15%20-67%20-3%20-31%20-10%20-56%20-14%20-56%20-5%200%20-9%20-67%20-9%20-150%200%20-82%204%20-150%209%20-150%204%200%2011%20-25%2014%20-56%203%20-30%2010%20-61%2015%20-67%206%20-7%2013%20-29%2017%20-49%204%20-21%2011%20-38%2015%20-38%205%200%2011%20-13%2015%20-30%204%20-16%2010%20-30%2015%20-30%204%200%2011%20-12%2015%20-27%203%20-15%2010%20-30%2013%20-33%204%20-3%2023%20-27%2042%20-55%2018%20-27%2063%20-79%20100%20-115%2036%20-37%2088%20-82%20115%20-100%2028%20-19%2052%20-38%2055%20-42%203%20-3%2018%20-10%2033%20-13%2015%20-4%2027%20-11%2027%20-15%200%20-5%2014%20-11%2030%20-15%2017%20-4%2030%20-11%2030%20-15%200%20-5%2017%20-12%2038%20-16%2020%20-4%2042%20-11%2048%20-15%206%20-5%2033%20-12%2060%20-15%2027%20-3%2058%20-9%2069%20-14%2011%20-5%2028%20-10%2038%20-12%2015%20-3%2018%20-21%2021%20-182%203%20-98%209%20-182%2014%20-185%205%20-3%2012%20-24%2015%20-45%204%20-22%2011%20-42%2016%20-45%205%20-4%2013%20-19%2016%20-34%204%20-15%2011%20-27%2016%20-27%205%200%209%20-6%209%20-13%200%20-17%2024%20-48%2093%20-119%2031%20-33%2057%20-63%2057%20-68%200%20-4%2030%20-39%2068%20-78%2037%20-39%20100%20-105%20140%20-149%20l73%20-78%20-796%20-3%20c-438%20-1%20-1152%20-1%20-1587%200%20l-790%203%2034%2038%20c18%2021%2060%2066%2093%20101%2033%2035%2067%2074%2075%2086%208%2012%2044%2052%2080%2089%2036%2037%2076%2082%2090%20100%2014%2018%2033%2042%2043%2053%209%2012%2017%2027%2017%2035%200%207%205%2013%2010%2013%206%200%2010%206%2010%2013%200%206%207%2025%2016%2042%208%2016%2018%2048%2021%2072%203%2024%209%2043%2014%2043%204%200%209%20222%2011%20493%202%20346%206%20498%2014%20508%206%208%2015%2035%2018%2061%204%2026%2011%2050%2016%2053%204%203%2011%2023%2015%2045%204%2022%2011%2040%2016%2040%205%200%209%205%209%2011%200%2016%2043%20103%2053%20107%204%202%207%209%207%2016%200%2011%209%2025%2050%2073%205%207%2010%2016%2010%2020%200%2012%20186%20193%20198%20193%206%200%2015%206%2019%2013%2011%2016%2069%2057%2083%2057%205%200%2010%204%2010%209%200%205%2014%2012%2030%2016%2017%204%2030%2010%2030%2015%200%205%2014%2011%2030%2015%2017%204%2030%2011%2030%2016%200%205%2018%2012%2040%2015%2022%204%2040%2010%2040%2015%200%205%2023%2011%2050%2015%2028%204%2050%2010%2050%2015%200%2013%2072%2017%20281%2015%20129%20-1%20201%20-5%20210%20-13z%22/%3E%0A%20%20%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M3590%203431%20c-95%20-31%20-163%20-72%20-231%20-140%20-110%20-110%20-159%20-230%20-159%20-391%200%20-161%2049%20-281%20159%20-391%20110%20-110%20230%20-159%20391%20-159%20161%200%20281%2049%20391%20159%20110%20110%20159%20230%20159%20391%200%20161%20-49%20281%20-159%20391%20-69%2069%20-146%20115%20-240%20143%20-75%2022%20-238%2021%20-311%20-3z%22/%3E%0A%20%20%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M258%201768%20c-243%20-333%20-312%20-714%20-187%20-1038%2038%20-100%20113%20-220%20187%20-300%20l60%20-65%2036%2034%20c20%2019%2036%2040%2036%2046%200%206%20-16%2027%20-36%2046%20-56%2054%20-149%20199%20-182%20286%20-43%20111%20-56%20195%20-49%20332%208%20185%2070%20359%20189%20535%2093%20138%2088%20121%2048%20155%20-19%2017%20-40%2030%20-46%2031%20-5%200%20-31%20-28%20-56%20-62z%22/%3E%0A%20%20%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M498%201768%20c-243%20-333%20-312%20-714%20-187%20-1038%2038%20-100%20113%20-220%20187%20-300%20l60%20-65%2036%2034%20c20%2019%2036%2040%2036%2046%200%206%20-16%2027%20-36%2046%20-56%2054%20-149%20199%20-182%20286%20-43%20111%20-56%20195%20-49%20332%208%20185%2070%20359%20189%20535%2093%20138%2088%20121%2048%20155%20-19%2017%20-40%2030%20-46%2031%20-5%200%20-31%20-28%20-56%20-62z%22/%3E%0A%20%20%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M738%201768%20c-243%20-333%20-312%20-714%20-187%20-1038%2038%20-100%20113%20-220%20187%20-300%20l60%20-65%2036%2034%20c20%2019%2036%2040%2036%2046%200%206%20-16%2027%20-36%2046%20-56%2054%20-149%20199%20-182%20286%20-43%20111%20-56%20195%20-49%20332%208%20185%2070%20359%20189%20535%2093%20138%2088%20121%2048%20155%20-19%2017%20-40%2030%20-46%2031%20-5%200%20-31%20-28%20-56%20-62z%22/%3E%0A%20%20%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M4362%201802%20c-18%20-15%20-32%20-30%20-32%20-34%200%20-4%2020%20-38%2044%20-75%2064%20-100%20113%20-202%20151%20-316%20103%20-311%2059%20-591%20-133%20-846%20l-63%20-84%2032%20-33%20c18%20-19%2038%20-34%2045%20-34%2028%200%20157%20189%20205%20301%2058%20137%2072%20209%2073%20379%200%20166%20-17%20265%20-70%20408%20-51%20134%20-182%20362%20-208%20362%20-6%200%20-26%20-13%20-44%20-28z%22/%3E%0A%20%20%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M4602%201802%20c-18%20-15%20-32%20-30%20-32%20-34%200%20-4%2020%20-38%2044%20-75%2064%20-100%20113%20-202%20151%20-316%20103%20-311%2059%20-591%20-133%20-846%20l-63%20-84%2032%20-33%20c18%20-19%2038%20-34%2045%20-34%2028%200%20157%20189%20205%20301%2058%20137%2072%20209%2073%20379%200%20166%20-17%20265%20-70%20408%20-51%20134%20-182%20362%20-208%20362%20-6%200%20-26%20-13%20-44%20-28z%22/%3E%0A%20%20%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M4842%201802%20c-18%20-15%20-32%20-30%20-32%20-34%200%20-4%2020%20-38%2044%20-75%2064%20-100%20113%20-202%20151%20-316%20103%20-311%2059%20-591%20-133%20-846%20l-63%20-84%2032%20-33%20c18%20-19%2038%20-34%2045%20-34%2028%200%20157%20189%20205%20301%2058%20137%2072%20209%2073%20379%200%20166%20-17%20265%20-70%20408%20-51%20134%20-182%20362%20-208%20362%20-6%200%20-26%20-13%20-44%20-28z%22/%3E%0A%20%20%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M2006%20612%20c-7%20-12%2014%20-176%2023%20-182%205%20-3%2012%20-22%2016%20-43%204%20-20%2011%20-37%2015%20-37%204%200%2011%20-11%2014%20-25%204%20-14%2011%20-25%2016%20-25%206%200%2010%20-7%2010%20-15%200%20-9%207%20-18%2015%20-21%208%20-4%2015%20-11%2015%20-18%200%20-13%2076%20-94%20110%20-116%2012%20-8%2028%20-19%2034%20-25%2022%20-19%2095%20-55%20110%20-55%209%200%2016%20-4%2016%20-10%200%20-5%2023%20-12%2050%20-16%2028%20-4%2053%20-11%2056%20-15%207%20-12%20150%20-11%20172%200%209%206%2038%2013%2065%2016%2026%203%2047%2010%2047%2015%200%205%2014%2011%2030%2015%2017%204%2030%2010%2030%2015%200%204%2011%2011%2025%2014%2014%204%2025%2011%2025%2016%200%206%205%2010%2011%2010%2011%200%2057%2039%2093%2079%2011%2013%2033%2036%2049%2052%2015%2015%2027%2032%2027%2038%200%205%206%2016%2014%2024%2017%2016%2056%20100%2056%20119%200%208%205%2019%2010%2024%206%206%2013%2047%2017%2092%20l6%2082%20-586%200%20c-322%200%20-588%20-3%20-591%20-8z%20m927%20-199%20c-7%20-2%20-13%20-10%20-13%20-15%200%20-12%20-11%20-25%20-63%20-78%20-43%20-44%20-64%20-60%20-75%20-60%20-5%200%20-15%20-6%20-21%20-14%20-7%20-8%20-30%20-17%20-52%20-21%20-21%20-4%20-39%20-11%20-39%20-16%200%20-12%20-147%20-12%20-154%200%20-3%204%20-24%2011%20-46%2015%20-22%203%20-40%2011%20-40%2016%200%206%20-5%2010%20-10%2010%20-27%200%20-134%2096%20-145%20130%20-3%2011%20-11%2020%20-16%2020%20-5%200%20-9%205%20-9%2010%200%206%20122%2010%20348%209%20191%200%20341%20-3%20335%20-6z%22/%3E%0A%3C/g%3E%3C/svg%3E);
}
#plan_featured .tools_icon.gen_urls {
    background-image: url(data:image/svg+xml;
    charset=US-ASCII, %3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%2020010904//EN%22%20%22http%3A//www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd%22%3E%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22512.000000pt%22%20height%3D%22512.000000pt%22%20viewBox%3D%220%200%20512.000000%20512.000000%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cg%20transform%3D%22translate%280.000000%2C512.000000%29%20scale%280.100000%2C-0.100000%29%22%3E%0A%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M2245%204944%20c-455%20-61%20-880%20-248%20-1234%20-542%20-449%20-373%20-760%20-939%20-835%20-1520%20-23%20-179%20-22%20-282%204%20-315%2044%20-56%20144%20-53%20179%204%2012%2020%2021%2061%2025%20122%2035%20457%20199%20882%20475%201227%2071%2090%20241%20260%20331%20333%20423%20342%20986%20520%201518%20479%20474%20-37%20910%20-213%201260%20-510%20l53%20-45%20-256%20-251%20-256%20-251%201%20-50%20c0%20-51%2017%20-87%2048%20-104%2021%20-11%201420%20-281%201456%20-281%2035%200%2083%2025%2096%2049%205%2011%2010%2038%2010%2061%200%2023%20-61%20357%20-135%20743%20-126%20653%20-137%20703%20-161%20729%20-32%2033%20-73%2043%20-117%2029%20-21%20-7%20-113%20-92%20-277%20-256%20-135%20-135%20-250%20-245%20-256%20-245%20-6%200%20-21%2012%20-35%2026%20-13%2014%20-66%2057%20-117%2096%20-341%20257%20-733%20418%20-1155%20473%20-146%2019%20-481%2018%20-622%20-1z%20m2526%20-941%20c67%20-352%2092%20-499%2083%20-501%20-14%20-4%20-950%20175%20-979%20187%20-17%207%2037%2064%20385%20409%20223%20221%20407%20402%20410%20402%203%200%2048%20-224%20101%20-497z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M2301%203759%20c-475%20-100%20-846%20-477%20-945%20-961%20-22%20-104%20-22%20-362%200%20-466%2099%20-486%20473%20-864%20951%20-961%20140%20-29%20356%20-29%20496%200%20478%2097%20852%20475%20951%20961%2022%20104%2022%20362%200%20466%20-100%20491%20-475%20866%20-966%20966%20-113%2023%20-364%2021%20-487%20-5z%20m169%20-389%20l0%20-230%20-191%200%20-190%200%207%2022%20c54%20172%20198%20358%20319%20414%2028%2013%2051%2024%2053%2024%201%200%202%20-103%202%20-230z%20m282%20173%20c100%20-68%20217%20-240%20262%20-381%20l7%20-22%20-190%200%20-191%200%200%20230%200%20230%2038%20-15%20c20%20-9%2054%20-27%2074%20-42z%20m-723%20-124%20c-27%20-45%20-66%20-126%20-86%20-180%20l-38%20-99%20-113%200%20-114%200%2031%2043%20c37%2050%20140%20156%20196%20202%2029%2025%20155%20108%20172%20114%200%201%20-21%20-36%20-48%20-80z%20m1156%20-18%20c59%20-45%20172%20-159%20216%20-218%20l31%20-43%20-114%200%20-113%200%20-38%2099%20c-20%2054%20-59%20134%20-85%20178%20l-49%2080%2051%20-29%20c28%20-17%2074%20-47%20101%20-67z%20m-1329%20-458%20c-8%20-26%20-23%20-137%20-31%20-220%20l-7%20-73%20-155%200%20c-142%200%20-154%201%20-150%2018%203%209%208%2040%2012%2067%203%2028%2018%2089%2032%20138%20l26%2087%20139%200%20c128%200%20139%20-1%20134%20-17z%20m614%20-138%20l0%20-155%20-236%200%20-237%200%206%2078%20c3%2042%2012%20112%2018%20155%20l13%2077%20218%200%20218%200%200%20-155z%20m619%2078%20c6%20-43%2015%20-113%2018%20-155%20l6%20-78%20-237%200%20-236%200%200%20155%200%20155%20218%200%20218%200%2013%20-77z%20m464%20-10%20c14%20-49%2029%20-110%2032%20-138%204%20-27%209%20-58%2012%20-67%204%20-17%20-8%20-18%20-150%20-18%20l-155%200%20-7%2073%20c-8%2083%20-23%20194%20-31%20220%20-5%2016%206%2017%20134%2017%20l139%200%2026%20-87z%20m-1728%20-465%20c8%20-84%2023%20-195%2031%20-220%205%20-17%20-6%20-18%20-134%20-18%20l-139%200%20-26%2088%20c-14%2048%20-29%20110%20-32%20137%20-4%2028%20-9%2058%20-12%2068%20-4%2016%208%2017%20150%2017%20l155%200%207%20-72z%20m645%20-83%20l0%20-155%20-218%200%20-218%200%20-13%2078%20c-6%2042%20-15%20112%20-18%20155%20l-6%2077%20237%200%20236%200%200%20-155z%20m637%2078%20c-3%20-43%20-12%20-113%20-18%20-155%20l-13%20-78%20-218%200%20-218%200%200%20155%200%20155%20236%200%20237%200%20-6%20-77z%20m490%2060%20c-3%20-10%20-8%20-40%20-12%20-68%20-3%20-27%20-18%20-89%20-32%20-137%20l-26%20-88%20-139%200%20c-128%200%20-139%201%20-134%2018%208%2025%2023%20136%2031%20220%20l7%2072%20155%200%20c142%200%20154%20-1%20150%20-17z%20m-1654%20-572%20c20%20-54%2059%20-134%2085%20-178%20l49%20-80%20-51%2029%20c-110%2065%20-243%20185%20-317%20286%20l-31%2042%20114%200%20113%200%2038%20-99z%20m527%20-131%20l0%20-230%20-37%2015%20c-122%2051%20-240%20189%20-317%20372%20-14%2034%20-26%2065%20-26%2068%200%203%2086%205%20190%205%20l190%200%200%20-230z%20m550%20225%20c0%20-3%20-12%20-34%20-26%20-68%20-77%20-183%20-195%20-321%20-316%20-372%20l-38%20-15%200%20230%200%20230%20190%200%20c105%200%20190%20-2%20190%20-5z%20m381%20-37%20c-75%20-103%20-207%20-222%20-317%20-286%20l-51%20-30%2049%2082%20c26%2044%2065%20125%2086%20178%20l37%2098%20113%200%20114%200%20-31%20-42z%22/%3E%0A%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M4812%202588%20c-49%20-13%20-68%20-53%20-76%20-161%20-35%20-463%20-201%20-888%20-483%20-1237%20-73%20-90%20-243%20-260%20-333%20-331%20-338%20-271%20-761%20-436%20-1208%20-471%20-540%20-42%20-1125%20146%20-1545%20498%20l-69%2057%20256%20251%20257%20251%20-1%2050%20c0%2052%20-17%2087%20-48%20104%20-21%2011%20-1419%20281%20-1456%20281%20-35%200%20-83%20-25%20-96%20-49%20-5%20-11%20-10%20-38%20-10%20-61%200%20-22%2061%20-357%20135%20-742%20126%20-654%20137%20-704%20161%20-730%2032%20-33%2073%20-43%20117%20-29%2021%207%20113%2092%20277%20256%20135%20135%20250%20245%20256%20245%206%200%2021%20-12%2035%20-26%2074%20-79%20321%20-244%20499%20-334%20341%20-171%20681%20-250%201080%20-250%20292%200%20493%2032%20765%20121%20428%20141%20814%20407%201104%20762%20307%20377%20506%20886%20528%201349%205%20108%204%20131%20-11%20152%20-27%2043%20-79%2060%20-134%2044z%20m-3556%20-1161%20c6%20-6%20-795%20-807%20-806%20-807%20-3%200%20-47%20219%20-98%20488%20-51%20268%20-95%20494%20-98%20503%20-3%2013%2087%20-2%20496%20-81%20275%20-53%20503%20-99%20506%20-103z%22/%3E%0A%3C/g%3E%3C/svg%3E);
}
#plan_featured .tools_icon.api_access {
    background-image: url(data:image/svg+xml;
    charset=US-ASCII, %3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%2020010904//EN%22%20%22http%3A//www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd%22%3E%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22498.000000pt%22%20height%3D%22498.000000pt%22%20viewBox%3D%220%200%20498.000000%20498.000000%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cg%20transform%3D%22translate%280.000000%2C498.000000%29%20scale%280.100000%2C-0.100000%29%22%3E%0A%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M2391%204965%20c-89%20-16%20-211%20-54%20-211%20-65%200%20-4%20-10%20-10%20-23%20-14%20-51%20-12%20-196%20-112%20-270%20-184%20-74%20-74%20-144%20-172%20-184%20-257%20-10%20-22%20-21%20-42%20-25%20-45%20-13%20-10%20-48%20-130%20-63%20-217%20-11%20-58%20-15%20-129%20-13%20-207%20l3%20-120%20-65%20-12%20c-117%20-22%20-179%20-51%20-307%20-145%20-71%20-52%20-76%20-58%20-158%20-180%20-86%20-128%20-123%20-274%20-112%20-437%206%20-89%2030%20-199%2048%20-217%206%20-6%2034%2016%2078%2064%2066%2071%2068%2074%2060%20110%20-24%20104%2014%20306%2070%20373%206%207%2027%2034%2046%2060%2020%2026%2057%2063%2083%2083%2026%2019%2053%2040%2060%2046%2024%2020%20106%2052%20167%2065%2079%2017%20155%2017%20235%20-2%20105%20-25%2099%20-27%20130%2051%2016%2039%2029%2075%2029%2081%201%2015%20-36%2030%20-107%2044%20-39%208%20-63%2018%20-67%2029%20-17%2043%20-17%20199%200%20286%2018%2089%2049%20185%2064%20195%205%203%2018%2025%2031%2049%2057%20113%20178%20234%20291%20291%2024%2013%2046%2026%2049%2030%2020%2031%20230%2080%20340%2080%20110%200%20320%20-49%20340%20-80%203%20-4%2025%20-17%2049%20-30%2075%20-37%20169%20-116%20220%20-183%2027%20-35%2059%20-83%2071%20-108%2013%20-24%2026%20-46%2030%20-49%2026%20-17%2080%20-225%2080%20-307%20l0%20-43%2091%200%2092%200%20-6%2083%20c-4%2046%20-10%2098%20-13%20115%20-6%2032%20-6%2032%2033%2032%2021%200%2044%205%2051%2012%209%209%2012%209%2012%200%200%20-8%2017%20-12%2048%20-12%20107%200%20297%20-71%20372%20-139%2088%20-79%20140%20-137%20166%20-184%2015%20-29%2034%20-58%2041%20-65%2016%20-17%2049%20-124%2064%20-209%207%20-41%209%20-107%206%20-169%20l-7%20-102%2093%20-4%20c131%20-7%20194%20-33%20278%20-117%2086%20-86%20113%20-150%20113%20-271%200%20-121%20-27%20-185%20-113%20-271%20-48%20-48%20-82%20-72%20-126%20-90%20l-60%20-24%20-1022%20-3%20c-563%20-1%20-1023%20-6%20-1023%20-10%200%20-5%2038%20-45%2084%20-90%20l84%20-82%20925%200%20c782%200%20937%202%20997%2015%2074%2016%20139%2044%20173%2076%2012%2010%2025%2019%2031%2019%205%200%2020%2010%2034%2022%20l23%2023%20-3%20-225%20c-3%20-247%20-5%20-256%20-69%20-319%20-70%20-71%205%20-66%20-1002%20-69%20l-907%20-2%2021%20-43%20c12%20-23%2044%20-63%2070%20-89%20l49%20-48%20280%200%20280%200%200%20-150%200%20-150%20-275%200%20-276%200%203%20-87%203%20-88%20430%20-5%20c382%20-4%20434%20-7%20461%20-22%2036%20-20%2089%20-70%20104%20-99%2010%20-19%200%20-19%20-496%20-19%20l-507%200%20-96%20-69%20c-53%20-38%20-105%20-78%20-115%20-90%20l-19%20-21%20723%200%20723%200%20-5%2098%20c-8%20138%20-30%20191%20-120%20280%20-87%2087%20-142%20112%20-270%20120%20l-88%205%200%20148%200%20148%20488%203%20c578%204%20550%20-1%20671%20121%20121%20123%20116%2090%20116%20692%200%20506%200%20511%20-23%20581%20-13%2039%20-37%2086%20-53%20105%20-16%2019%20-29%2039%20-29%2044%200%2014%20-111%20125%20-125%20125%20-6%200%20-20%209%20-32%2019%20-31%2029%20-92%2057%20-155%2071%20l-58%2013%200%2041%20c-1%2092%20-58%20326%20-80%20326%20-5%200%20-13%2015%20-19%2033%20-39%20117%20-230%20313%20-376%20386%20-140%2070%20-215%2086%20-407%2086%20-105%200%20-168%204%20-168%2010%200%206%20-23%2049%20-51%2097%20-118%20204%20-356%20383%20-583%20439%20-108%2027%20-323%2034%20-425%2014z%22/%3E%0A%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M2448%204650%20c-63%20-11%20-175%20-49%20-191%20-63%20-24%20-24%20-86%20-67%20-94%20-67%20-23%200%20-123%20-121%20-123%20-149%200%20-13%20114%20-91%20132%20-91%207%200%2044%2030%2081%2066%2079%2076%20148%20111%20248%20127%20128%2020%20276%20-21%20357%20-97%2020%20-20%2042%20-36%2047%20-36%206%200%2037%2027%2070%2060%2068%2070%2068%2075%20-10%20127%20-27%2018%20-60%2042%20-75%2053%20-46%2038%20-175%2071%20-290%2075%20-58%202%20-126%200%20-152%20-5z%22/%3E%0A%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M1936%204169%20c-3%20-18%20-9%20-63%20-13%20-101%20l-6%20-68%2090%200%2090%200%207%2057%20c4%2031%209%2067%2012%2079%205%2019%20-1%2024%20-48%2037%20-29%209%20-69%2019%20-89%2022%20-35%206%20-36%205%20-43%20-26z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M2051%203652%20c-24%20-114%20-47%20-211%20-52%20-217%20-4%20-5%20-24%20-86%20-44%20-180%20-20%20-93%20-45%20-210%20-56%20-260%20-43%20-195%20-51%20-237%20-46%20-249%207%20-17%20148%20-48%20163%20-35%206%205%2026%2081%2045%20169%20l34%20160%20155%200%20155%200%2034%20-160%20c19%20-88%2039%20-164%2045%20-169%2015%20-13%20156%2018%20163%2035%205%2012%20-3%2054%20-46%20249%20-11%2050%20-36%20167%20-56%20260%20-20%2094%20-40%20175%20-44%20180%20-5%206%20-28%20103%20-52%20217%20l-44%20208%20-155%200%20-155%200%20-44%20-208z%20m234%20-104%20c15%20-73%2031%20-137%2035%20-143%209%20-11%2040%20-146%2040%20-169%200%20-14%20-17%20-16%20-110%20-16%20-93%200%20-110%202%20-110%2016%200%2023%2031%20158%2040%20169%204%206%2020%2070%2035%20143%2016%2072%2031%20132%2035%20132%204%200%2019%20-60%2035%20-132z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M2810%203291%20l0%20-571%2080%200%2080%200%200%20239%200%20239%20128%204%20c117%204%20132%207%20184%2034%20109%2056%20168%20160%20168%20294%200%20134%20-59%20238%20-168%20295%20l-57%2030%20-207%203%20-208%204%200%20-571z%20m373%20375%20c18%20-7%2043%20-26%2057%20-41%2022%20-23%2025%20-36%2025%20-95%200%20-59%20-3%20-72%20-25%20-95%20-39%20-43%20-80%20-55%20-180%20-55%20l-90%200%200%20150%200%20150%2090%200%20c55%200%20104%20-5%20123%20-14z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M3520%203770%20l0%20-90%2080%200%2080%200%200%20-390%200%20-390%20-80%200%20-80%200%200%20-90%200%20-90%20250%200%20250%200%200%2090%200%2090%20-80%200%20-80%200%200%20390%200%20390%2080%200%2080%200%200%2090%200%2090%20-250%200%20-250%200%200%20-90z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M1135%202888%20c-2%20-7%20-14%20-55%20-25%20-105%20l-22%20-93%20-41%20-12%20c-23%20-7%20-44%20-15%20-47%20-18%20-3%20-4%20-42%20-21%20-88%20-39%20l-83%20-34%20-52%2028%20c-29%2016%20-65%2039%20-80%2052%20-16%2012%20-35%2023%20-44%2023%20-19%200%20-443%20-424%20-443%20-443%200%20-9%2010%20-28%2022%20-44%2013%20-15%2032%20-44%2042%20-63%2011%20-19%2024%20-42%2029%20-51%208%20-12%201%20-39%20-23%20-100%20-19%20-46%20-36%20-86%20-40%20-89%20-3%20-3%20-11%20-24%20-18%20-47%20l-12%20-42%20-103%20-23%20-102%20-24%200%20-314%200%20-314%20102%20-24%20103%20-23%2012%20-42%20c7%20-23%2015%20-44%2018%20-47%204%20-3%2021%20-43%2040%20-89%2033%20-83%2033%20-83%2015%20-115%20-10%20-17%20-23%20-40%20-29%20-51%20-6%20-11%20-21%20-33%20-34%20-48%20-12%20-16%20-22%20-35%20-22%20-44%200%20-19%20424%20-443%20443%20-443%209%200%2028%2010%2044%2022%2015%2013%2044%2032%2063%2042%2019%2011%2042%2024%2051%2029%2012%208%2039%201%20100%20-23%2046%20-19%2086%20-36%2089%20-40%203%20-3%2024%20-11%2047%20-18%20l42%20-12%2023%20-103%2024%20-102%20314%200%20314%200%2024%20102%2023%20103%2042%2011%20c23%206%2044%2014%2047%2018%203%204%2043%2022%2089%2041%2083%2033%2083%2033%20115%2015%2017%20-10%2040%20-23%2051%20-29%2011%20-6%2033%20-21%2048%20-33%2016%20-13%2035%20-23%2044%20-23%2019%200%20443%20424%20443%20443%200%209%20-10%2028%20-22%2044%20-13%2015%20-32%2044%20-42%2063%20-11%2019%20-24%2042%20-29%2051%20-8%2012%20-1%2039%2023%20100%2019%2046%2037%2086%2041%2089%204%203%2012%2024%2018%2047%20l11%2042%20103%2023%20102%2024%200%20314%200%20314%20-102%2024%20-103%2023%20-12%2042%20c-7%2023%20-15%2044%20-18%2047%20-4%203%20-21%2043%20-40%2089%20-33%2083%20-33%2083%20-15%20115%2010%2017%2023%2040%2029%2051%206%2011%2021%2033%2034%2048%2012%2016%2022%2035%2022%2044%200%2019%20-424%20443%20-443%20443%20-9%200%20-28%20-10%20-44%20-22%20-15%20-13%20-44%20-32%20-63%20-42%20-19%20-11%20-42%20-24%20-51%20-29%20-12%20-8%20-39%20-1%20-100%2023%20-46%2019%20-86%2036%20-89%2040%20-3%203%20-24%2011%20-47%2018%20l-42%2012%20-23%20103%20-24%20102%20-312%203%20c-245%202%20-313%200%20-317%20-10z%20m501%20-255%20l19%20-86%20100%20-31%20c55%20-17%20105%20-34%20110%20-38%206%20-4%2055%20-30%20109%20-58%20l100%20-50%2035%2022%20c20%2011%2055%2031%2077%2044%20l42%2023%20116%20-115%20115%20-116%20-23%20-42%20c-13%20-22%20-33%20-57%20-44%20-77%20l-22%20-35%2050%20-100%20c27%20-54%2053%20-103%2057%20-109%205%20-5%2022%20-55%2039%20-110%20l31%20-100%2086%20-19%2087%20-19%200%20-167%200%20-167%20-87%20-19%20-86%20-19%20-31%20-100%20c-17%20-55%20-34%20-104%20-39%20-110%20-4%20-5%20-30%20-55%20-57%20-109%20l-50%20-100%2021%20-35%20c12%20-20%2032%20-55%2045%20-78%20l24%20-41%20-116%20-116%20-116%20-115%20-42%2023%20c-22%2013%20-57%2033%20-77%2044%20l-35%2022%20-100%20-50%20c-54%20-28%20-103%20-54%20-109%20-58%20-5%20-4%20-55%20-21%20-110%20-38%20l-100%20-31%20-19%20-86%20-19%20-87%20-167%200%20-167%200%20-19%2087%20-19%2086%20-100%2031%20c-55%2017%20-104%2034%20-110%2039%20-5%204%20-55%2030%20-109%2057%20l-100%2050%20-35%20-22%20c-20%20-11%20-55%20-31%20-77%20-44%20l-42%20-23%20-116%20115%20-115%20116%2023%2042%20c13%2022%2033%2057%2044%2077%20l22%2035%20-50%20100%20c-28%2054%20-54%20104%20-58%20109%20-4%206%20-21%2055%20-38%20110%20l-31%20100%20-86%2019%20-87%2019%200%20167%200%20167%2087%2019%2086%2019%2031%20100%20c17%2055%2034%20105%2038%20110%204%206%2030%2055%2058%20109%20l50%2099%20-21%2036%20c-12%2020%20-32%2055%20-45%2077%20l-23%2042%20115%20116%20116%20115%2042%20-23%20c22%20-13%2057%20-33%2077%20-44%20l35%20-22%20100%2050%20c54%2028%20104%2054%20109%2058%206%204%2055%2021%20110%2038%20l100%2031%2019%2086%2019%2087%20167%200%20167%200%2019%20-87z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M1271%202405%20c-87%20-16%20-211%20-54%20-211%20-65%200%20-4%20-10%20-10%20-23%20-14%20-51%20-12%20-196%20-112%20-270%20-184%20-74%20-74%20-144%20-172%20-184%20-257%20-10%20-22%20-21%20-42%20-25%20-45%20-13%20-10%20-48%20-130%20-63%20-215%20-19%20-111%20-19%20-238%200%20-349%2016%20-94%2053%20-216%2065%20-216%204%200%2010%20-10%2014%20-23%2012%20-51%20112%20-196%20184%20-270%2074%20-74%20172%20-144%20257%20-184%2022%20-10%2042%20-21%2045%20-25%2010%20-13%20130%20-48%20215%20-63%20111%20-19%20239%20-19%20350%200%2085%2015%20205%2050%20215%2063%203%204%2023%2015%2045%2025%2085%2040%20183%20110%20257%20184%2072%2074%20172%20219%20184%20270%204%2013%2010%2023%2014%2023%2012%200%2049%20122%2065%20216%2028%20160%2014%20345%20-36%20499%20-12%2036%20-25%2065%20-29%2065%20-4%200%20-10%2010%20-14%2023%20-12%2051%20-112%20196%20-184%20270%20-74%2074%20-172%20144%20-257%20184%20-22%2010%20-42%2021%20-45%2025%20-3%203%20-33%2015%20-67%2027%20-145%2049%20-349%2063%20-502%2036z%20m344%20-184%20c88%20-19%20165%20-46%20175%20-61%203%20-4%2025%20-17%2049%20-30%20113%20-57%20234%20-178%20291%20-291%2013%20-24%2026%20-46%2030%20-49%2031%20-20%2080%20-230%2080%20-340%200%20-110%20-49%20-320%20-80%20-340%20-4%20-3%20-17%20-25%20-30%20-49%20-57%20-113%20-178%20-234%20-291%20-291%20-24%20-13%20-46%20-26%20-49%20-30%20-20%20-31%20-230%20-80%20-340%20-80%20-110%200%20-320%2049%20-340%2080%20-3%204%20-25%2017%20-49%2030%20-113%2057%20-234%20178%20-291%20291%20-13%2024%20-26%2046%20-30%2049%20-31%2020%20-80%20230%20-80%20340%200%20110%2049%20320%2080%20340%204%203%2017%2025%2030%2049%2057%20113%20178%20234%20291%20291%2024%2013%2046%2026%2049%2030%2010%2015%2086%2042%20170%2060%20111%2024%20223%2024%20335%201z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M1341%201929%20c-130%20-25%20-275%20-141%20-333%20-265%20-61%20-132%20-61%20-296%200%20-428%2041%20-87%20141%20-187%20228%20-228%20132%20-61%20296%20-61%20428%200%2087%2041%20187%20141%20228%20228%2061%20132%2061%20296%200%20428%20-40%2086%20-141%20187%20-225%20227%20-100%2046%20-215%2060%20-326%2038z%20m231%20-196%20c58%20-26%20134%20-103%20162%20-162%2029%20-64%2029%20-178%200%20-242%20-27%20-59%20-104%20-136%20-163%20-163%20-64%20-29%20-178%20-29%20-242%200%20-59%2027%20-136%20104%20-163%20163%20-29%2063%20-29%20178%200%20241%2022%2047%2080%20114%20126%20144%2074%2049%20194%2057%20280%2019z%22/%3E%0A%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M3840%202170%20l0%20-90%2090%200%2090%200%200%2090%200%2090%20-90%200%20-90%200%200%20-90z%22/%3E%0A%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M4160%202170%20l0%20-90%2090%200%2090%200%200%2090%200%2090%20-90%200%20-90%200%200%20-90z%22/%3E%0A%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M4480%202170%20l0%20-90%2090%200%2090%200%200%2090%200%2090%20-90%200%20-90%200%200%20-90z%22/%3E%0A%3C/g%3E%3C/svg%3E);
}
#plan_featured .tools_icon.data_delivery {
    background-image: url(data:image/svg+xml;
    charset=US-ASCII, %3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%2020010904//EN%22%20%22http%3A//www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd%22%3E%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22480.000000pt%22%20height%3D%22368.000000pt%22%20viewBox%3D%220%200%20480.000000%20368.000000%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%3Cg%20transform%3D%22translate%280.000000%2C368.000000%29%20scale%280.100000%2C-0.100000%29%22%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M820%203661%20c-386%20-85%20-689%20-375%20-792%20-759%20-30%20-111%20-37%20-349%20-13%20-463%2042%20-211%20130%20-373%20285%20-530%20211%20-213%20441%20-309%20740%20-309%20296%200%20528%2096%20736%20304%20156%20156%20242%20314%20286%20526%2029%20138%2021%20367%20-16%20493%20-54%20180%20-131%20313%20-260%20445%20-131%20135%20-277%20222%20-463%20278%20-121%2036%20-373%2044%20-503%2015z%20m454%20-180%20c234%20-64%20439%20-235%20547%20-456%2065%20-133%2089%20-238%2089%20-385%200%20-147%20-24%20-252%20-89%20-385%20-87%20-178%20-218%20-309%20-396%20-396%20-133%20-65%20-238%20-89%20-385%20-89%20-147%200%20-252%2024%20-385%2089%20-530%20259%20-651%20958%20-241%201389%2097%20102%20266%20201%20406%20237%20139%2037%20312%2035%20454%20-4z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M854%203332%20c-169%20-59%20-287%20-177%20-346%20-346%20-38%20-111%20-40%20-243%20-3%20-352%2065%20-193%20217%20-423%20437%20-656%2050%20-54%2057%20-58%2098%20-58%2041%200%2048%204%2098%2058%20220%20233%20372%20463%20437%20656%2037%20109%2035%20241%20-3%20352%20-59%20168%20-178%20287%20-346%20346%20-69%2024%20-97%2028%20-186%2028%20-89%200%20-117%20-4%20-186%20-28z%20m349%20-175%20c75%20-34%20160%20-120%20194%20-194%2038%20-82%2043%20-194%2013%20-283%20-41%20-123%20-179%20-336%20-328%20-506%20l-42%20-49%20-35%2040%20c-68%2078%20-213%20273%20-253%20341%20-81%20140%20-97%20188%20-97%20299%200%2087%203%20107%2026%20155%2048%20101%20130%20176%20232%20212%2078%2028%20213%2021%20290%20-15z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M935%203021%20c-87%20-40%20-135%20-120%20-135%20-223%201%20-142%2097%20-238%20240%20-238%20144%200%20240%2096%20240%20240%200%20104%20-53%20187%20-142%20224%20-52%2022%20-153%2020%20-203%20-3z%20m155%20-171%20c11%20-11%2020%20-33%2020%20-50%200%20-17%20-9%20-39%20-20%20-50%20-43%20-43%20-120%20-11%20-120%2050%200%2038%2032%2070%2070%2070%2017%200%2039%20-9%2050%20-20z%22/%3E%0A%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M2240%202640%20l0%20-80%20200%200%20200%200%200%20-600%200%20-600%2080%200%2080%200%200%20600%200%20601%20420%20-3%20420%20-3%2077%20-77%2078%20-78%20-205%200%20c-229%200%20-249%20-5%20-290%20-72%20-19%20-32%20-20%20-51%20-20%20-448%200%20-397%201%20-416%2020%20-448%2011%20-18%2034%20-41%2052%20-52%2032%20-19%2052%20-20%20661%20-20%20l627%200%200%20-315%20c0%20-353%20-3%20-374%20-60%20-394%20-18%20-6%20-66%20-11%20-106%20-11%20-72%200%20-74%201%20-80%2028%20-34%20154%20-125%20288%20-251%20368%20-176%20113%20-430%20113%20-606%200%20-126%20-80%20-217%20-214%20-251%20-369%20l-6%20-27%20-560%200%20-560%200%20-6%2028%20c-34%20154%20-125%20288%20-251%20368%20-176%20113%20-430%20113%20-606%200%20-126%20-80%20-217%20-214%20-251%20-369%20-6%20-27%20-8%20-27%20-82%20-27%20-94%200%20-138%2017%20-153%2060%20-7%2022%20-11%20149%20-11%20386%20l0%20354%20-80%200%20-80%200%200%20-392%20c0%20-438%200%20-438%2071%20-505%2054%20-51%2095%20-63%20218%20-63%20l111%200%206%20-27%20c21%20-97%2068%20-195%20120%20-253%20l36%20-40%20-601%200%20-601%200%200%20-80%200%20-80%201968%200%20c1773%200%201974%202%202023%2016%20205%2060%20356%20224%20403%20437%20l6%2027%20113%200%20c127%200%20170%2014%20224%2071%2064%2068%2063%2058%2063%20601%20l0%20493%20-507%20508%20c-329%20329%20-526%20519%20-558%20538%20l-50%2029%20-722%200%20-723%200%200%20-80z%20m2057%20-742%20c190%20-190%20343%20-351%20343%20-360%200%20-17%20-35%20-18%20-600%20-18%20l-600%200%200%20360%200%20360%20257%200%20258%200%20342%20-342z%20m-2597%20-959%20c105%20-24%20208%20-110%20258%20-217%2024%20-50%2027%20-69%2027%20-162%200%20-93%20-3%20-112%20-27%20-162%20-37%20-80%20-107%20-152%20-187%20-191%20-61%20-30%20-72%20-32%20-171%20-32%20-93%200%20-111%203%20-163%2027%20-74%2035%20-160%20121%20-195%20195%20-24%2052%20-27%2070%20-27%20163%200%2093%203%20112%2027%20162%2055%20117%20178%20211%20300%20227%2056%208%2085%206%20158%20-10z%20m2259%20-5%20c104%20-33%20192%20-112%20239%20-212%2024%20-50%2027%20-69%2027%20-162%200%20-93%20-3%20-111%20-27%20-163%20-35%20-74%20-121%20-160%20-195%20-195%20-52%20-24%20-70%20-27%20-163%20-27%20-99%200%20-110%202%20-171%2032%20-80%2039%20-150%20111%20-187%20191%20-24%2050%20-27%2069%20-27%20162%200%2093%203%20112%2027%20162%2084%20180%20290%20272%20477%20212z%20m-673%20-481%20c21%20-97%2068%20-195%20120%20-253%20l36%20-40%20-722%200%20-722%200%2036%2040%20c52%2058%2099%20156%20120%20253%20l6%2027%20560%200%20560%200%206%20-27z%22/%3E%0A%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M1520%20560%20l0%20-80%2080%200%2080%200%200%2080%200%2080%20-80%200%20-80%200%200%20-80z%22/%3E%0A%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M3760%20560%20l0%20-80%2080%200%2080%200%200%2080%200%2080%20-80%200%20-80%200%200%20-80z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M240%201440%20l0%20-80%2080%200%2080%200%200%2080%200%2080%20-80%200%20-80%200%200%20-80z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M160%201120%20l0%20-80%20120%200%20120%200%200%2080%200%2080%20-120%200%20-120%200%200%20-80z%22/%3E%0A%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M3040%201120%20l0%20-80%20160%200%20160%200%200%2080%200%2080%20-160%200%20-160%200%200%20-80z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M0%20800%20l0%20-80%20200%200%20200%200%200%2080%200%2080%20-200%200%20-200%200%200%20-80z%22/%3E%0A%3C/g%3E%3C/svg%3E);
}
#plan_featured .tools_icon.css_select {
    background-image: url(data:image/svg+xml;
    charset=US-ASCII, %3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%2020010904//EN%22%20%22http%3A//www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd%22%3E%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22391.000000pt%22%20height%3D%22547.000000pt%22%20viewBox%3D%220%200%20391.000000%20547.000000%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cg%20transform%3D%22translate%280.000000%2C547.000000%29%20scale%280.100000%2C-0.100000%29%22%3E%0A%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M278%205451%20c-107%20-35%20-188%20-105%20-235%20-206%20l-28%20-60%20-3%20-2285%20c-2%20-2546%20-9%20-2326%2068%20-2433%2044%20-62%20126%20-121%20197%20-142%2041%20-13%20207%20-15%201066%20-15%20l1017%200%200%2095%200%2095%20-1005%200%20c-882%200%20-1010%202%20-1042%2015%20-48%2020%20-71%2041%20-94%2087%20-18%2036%20-19%2099%20-19%202282%200%201562%203%202253%2011%202273%2015%2040%2057%2082%20104%20104%2038%2018%2087%2019%201012%2019%20l972%200%203%20-522%203%20-523%2032%20-67%20c40%20-85%20106%20-151%20191%20-191%20l67%20-32%20428%20-3%20427%20-3%200%20-1199%200%20-1200%2095%200%2095%200%200%201295%200%201295%20-572%20669%20-573%20670%20-1080%200%20c-1015%200%20-1083%20-1%20-1137%20-18z%20m2690%20-826%20l419%20-490%20-356%20-3%20c-236%20-2%20-369%201%20-394%208%20-49%2014%20-106%2065%20-128%20115%20-17%2037%20-19%2076%20-18%20485%20l0%20445%2029%20-35%20c16%20-19%20217%20-255%20448%20-525z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M1915%203328%20c-9%20-25%20-375%20-1498%20-375%20-1508%200%20-6%2037%20-10%2093%20-10%20l92%200%20191%20765%20191%20765%20-94%200%20c-66%200%20-95%20-4%20-98%20-12z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M867%202862%20l-287%20-287%20283%20-283%20c155%20-155%20286%20-282%20292%20-282%2013%200%20125%20112%20125%20125%200%205%20-97%20107%20-215%20225%20l-215%20215%20215%20215%20c118%20118%20215%20220%20215%20225%200%206%20-28%2039%20-63%2073%20l-62%2062%20-288%20-288z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M2422%203077%20l-62%20-62%20215%20-215%20c118%20-118%20215%20-219%20215%20-225%200%20-5%20-97%20-107%20-215%20-225%20l-215%20-215%2065%20-65%2065%20-65%20288%20288%20287%20287%20-280%20280%20c-154%20154%20-285%20280%20-290%20280%20-6%200%20-39%20-28%20-73%20-63z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M2265%201831%20c-29%20-12%20-47%20-52%20-40%20-86%203%20-17%208%20-43%2011%20-60%203%20-16%2015%20-66%2025%20-110%2011%20-44%2022%20-91%2025%20-105%202%20-14%2013%20-63%2024%20-110%2010%20-47%2022%20-98%2025%20-115%204%20-16%208%20-39%2011%20-50%202%20-11%2011%20-51%2019%20-90%209%20-38%2020%20-90%2025%20-115%206%20-25%2013%20-54%2016%20-65%203%20-11%207%20-31%2010%20-45%202%20-14%2013%20-65%2024%20-115%2011%20-49%2022%20-101%2024%20-115%207%20-38%2013%20-61%2026%20-109%206%20-25%2016%20-65%2020%20-90%208%20-48%2012%20-62%2031%20-146%2014%20-56%2039%20-85%2076%20-85%2032%200%2082%2036%2097%2069%206%2014%2037%2066%2069%20114%2031%2048%2057%2092%2057%2097%200%206%205%2010%2010%2010%206%200%2010%205%2010%2011%200%206%2014%2031%2031%2055%20l31%2045%2064%20-68%20c35%20-37%2097%20-104%20137%20-148%2039%20-44%20110%20-120%20157%20-170%2047%20-50%20114%20-123%20149%20-163%2050%20-57%2070%20-72%2092%20-72%2028%200%2085%2038%20164%20109%2022%2020%2069%2061%20105%2091%20139%20119%20146%20138%2079%20211%20-22%2024%20-73%2080%20-112%20123%20-40%2044%20-99%20108%20-133%20142%20-33%2034%20-71%2075%20-83%2090%20-13%2016%20-63%2071%20-113%20122%20-52%2053%20-87%2097%20-82%20102%205%205%2050%2025%2099%2045%20150%2061%20289%20127%20313%20148%2013%2012%2022%2032%2022%2048%200%2048%20-36%2073%20-190%20129%20-80%2029%20-149%2057%20-155%2061%20-5%205%20-16%209%20-25%209%20-14%200%20-83%2025%20-165%2059%20-11%205%20-40%2016%20-65%2026%20-25%2010%20-54%2021%20-65%2026%20-11%205%20-30%2011%20-42%2014%20-12%202%20-37%2010%20-55%2018%20-18%208%20-71%2029%20-118%2046%20-47%2018%20-98%2039%20-115%2046%20-16%207%20-45%2016%20-62%2020%20-18%203%20-35%2011%20-38%2016%20-4%205%20-13%209%20-22%209%20-8%200%20-29%206%20-46%2014%20-77%2034%20-187%2076%20-199%2076%20-7%200%20-26%207%20-41%2015%20-37%2019%20-87%2026%20-112%2016z%20m239%20-230%20c22%20-10%20100%20-40%20171%20-66%2072%20-26%20144%20-53%20160%20-60%2017%20-7%2089%20-34%20160%20-60%2072%20-26%20144%20-52%20160%20-60%2017%20-7%20100%20-38%20187%20-70%20l156%20-58%20-76%20-37%20c-43%20-20%20-114%20-51%20-158%20-69%20-91%20-36%20-125%20-65%20-129%20-110%20-3%20-34%2014%20-56%20153%20-197%2045%20-47%2082%20-87%2082%20-90%200%20-2%2024%20-30%2054%20-62%2083%20-86%20126%20-136%20126%20-144%200%20-5%207%20-8%2015%20-8%208%200%2015%20-4%2015%20-9%200%20-4%2023%20-32%2050%20-62%2028%20-30%2059%20-64%2070%20-76%20l20%20-23%20-60%20-49%20c-33%20-27%20-72%20-61%20-87%20-76%20l-28%20-26%20-70%2074%20c-88%2093%20-256%20273%20-327%20352%20-30%2033%20-76%2082%20-102%20109%20-26%2027%20-54%2059%20-63%2072%20-17%2027%20-74%2041%20-106%2027%20-12%20-6%20-40%20-41%20-62%20-78%20-21%20-37%20-44%20-73%20-51%20-79%20-6%20-6%20-13%20-16%20-15%20-21%20-2%20-6%20-22%20-40%20-43%20-77%20-38%20-64%20-47%20-72%20-52%20-45%20-5%2031%20-13%2067%20-27%20122%20-8%2033%20-20%2092%20-27%20130%20-7%2039%20-16%2077%20-21%2086%20-5%209%20-11%2034%20-13%2056%20-3%2021%20-12%2068%20-20%20103%20-8%2036%20-17%2076%20-20%2090%20-2%2014%20-14%2063%20-25%20110%20-11%2047%20-22%2096%20-25%20110%20-6%2028%20-14%2066%20-21%2095%20-3%2011%20-13%2062%20-24%20113%20l-18%2093%2025%20-6%20c13%20-3%2043%20-14%2066%20-24z%22/%3E%0A%3C/g%3E%3C/svg%3E);
}
#plan_featured .tools_icon.infin_scrolling {
    background-image: url(data:image/svg+xml;
    charset=US-ASCII, %3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%2020010904//EN%22%20%22http%3A//www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd%22%3E%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22512.000000pt%22%20height%3D%22621.000000pt%22%20viewBox%3D%220%200%20512.000000%20621.000000%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cg%20transform%3D%22translate%280.000000%2C621.000000%29%20scale%280.100000%2C-0.100000%29%22%3E%0A%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M1076%206191%20c-15%20-10%20-37%20-32%20-47%20-47%20-18%20-28%20-19%20-66%20-19%20-1026%20l0%20-998%20100%200%20100%200%200%20945%200%20945%201350%200%201350%200%200%20-945%200%20-945%20100%200%20100%200%200%20998%20c0%20960%20-1%20998%20-19%201026%20-10%2015%20-32%2037%20-47%2047%20-28%2018%20-75%2019%20-1484%2019%20-1409%200%20-1456%20-1%20-1484%20-19z%22/%3E%0A%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M2461%205588%20c-40%20-20%20-121%20-93%20-121%20-109%200%20-7%20-71%20-98%20-112%20-142%20-11%20-12%20-47%20-58%20-81%20-102%20-34%20-44%20-72%20-91%20-84%20-104%20-12%20-13%20-41%20-51%20-65%20-83%20-24%20-33%20-62%20-81%20-86%20-106%20-23%20-26%20-58%20-69%20-76%20-97%20-19%20-27%20-57%20-75%20-85%20-105%20-28%20-30%20-51%20-58%20-51%20-62%200%20-8%20-92%20-122%20-102%20-126%20-14%20-6%20-80%20-112%20-94%20-150%20-36%20-102%2012%20-227%20106%20-274%20l45%20-23%20905%200%20c990%200%20956%20-2%201013%2059%2047%2051%2067%2099%2067%20164%200%2073%20-29%20135%20-106%20223%20-31%2035%20-67%2081%20-81%20102%20-13%2021%20-44%2060%20-68%2085%20-24%2026%20-57%2067%20-73%2091%20-16%2024%20-48%2064%20-70%2090%20-23%2025%20-100%20120%20-172%20211%20-71%2091%20-155%20194%20-185%20230%20-29%2036%20-69%2086%20-88%20113%20-39%2055%20-103%20112%20-142%20127%20-47%2018%20-146%2012%20-194%20-12z%20m194%20-493%20c19%20-27%2048%20-63%2065%20-78%2016%20-16%2046%20-53%2066%20-82%2019%20-30%2053%20-72%2075%20-94%2021%20-23%2039%20-44%2039%20-47%200%20-3%2056%20-74%20123%20-157%2068%20-84%20129%20-162%20136%20-174%20l12%20-23%20-606%200%20-606%200%2023%2033%20c25%2035%2092%20121%20120%20152%2010%2011%2047%2058%2084%20105%2036%2047%2083%20106%20105%20131%2022%2025%2057%2068%2077%2096%2020%2028%2060%2078%2087%20111%2028%2033%2064%2079%2080%20102%20l30%2042%2028%20-34%20c16%20-18%2044%20-55%2062%20-83z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M795%203941%20c-148%20-26%20-218%20-47%20-331%20-101%20-192%20-90%20-326%20-220%20-400%20-387%20-87%20-196%20-87%20-500%200%20-696%20115%20-261%20379%20-433%20756%20-492%20143%20-22%20393%20-20%20524%205%20344%2067%20742%20263%201138%20562%20l77%2058%2079%20-59%20c392%20-295%20799%20-495%201137%20-561%20196%20-37%20488%20-25%20697%2030%20278%2074%20494%20245%20589%20468%2080%20185%2080%20489%200%20674%20-94%20221%20-308%20391%20-584%20467%20-202%2055%20-506%2068%20-703%2030%20-330%20-63%20-735%20-261%20-1117%20-545%20l-97%20-73%20-98%2073%20c-383%20286%20-782%20481%20-1117%20546%20-138%2026%20-401%2027%20-550%201z%20m426%20-287%20c261%20-43%20570%20-188%20916%20-431%2065%20-46%20128%20-91%20141%20-101%20l23%20-18%20-113%20-81%20c-472%20-337%20-867%20-500%20-1163%20-478%20-367%2026%20-560%20142%20-631%20380%20-25%2083%20-25%20277%200%20360%2060%20202%20228%20328%20486%20364%20164%2024%20224%2025%20341%205z%20m3029%20-5%20c254%20-41%20417%20-165%20476%20-364%2025%20-83%2025%20-277%200%20-360%20-71%20-239%20-268%20-356%20-636%20-380%20-281%20-19%20-670%20137%20-1104%20440%20-66%2047%20-131%2093%20-144%20103%20l-23%2018%2098%2070%20c479%20345%20856%20503%201163%20488%2058%20-2%20134%20-9%20170%20-15z%22/%3E%0A%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M1615%202093%20c-95%20-49%20-143%20-159%20-115%20-262%2010%20-39%2080%20-155%2098%20-163%2010%20-4%20102%20-118%20102%20-126%200%20-4%2023%20-32%2051%20-62%2028%20-30%2066%20-78%2086%20-107%2019%20-28%2052%20-70%2074%20-91%2021%20-22%2039%20-43%2039%20-47%200%20-6%20114%20-151%20130%20-165%203%20-3%2033%20-41%2067%20-85%2034%20-44%2070%20-90%2081%20-102%2041%20-44%20112%20-135%20112%20-142%200%20-16%2083%20-92%20122%20-112%2034%20-17%2055%20-20%20118%20-17%2071%203%2080%206%20129%2043%2029%2022%2071%2065%2093%2095%2021%2030%2064%2084%2093%20120%2073%2087%20193%20238%20263%20330%2031%2041%2063%2080%2069%2085%207%206%2043%2049%2080%2097%20117%20149%20157%20199%20206%20257%2098%20116%20121%20157%20125%20226%205%2074%20-8%20120%20-49%20172%20-62%2077%207%2072%20-1024%2072%20-819%200%20-923%20-2%20-950%20-16z%20m1544%20-335%20c-6%20-13%20-37%20-54%20-68%20-92%20-31%20-38%20-86%20-108%20-123%20-155%20-36%20-47%20-75%20-95%20-85%20-106%20-31%20-34%20-97%20-118%20-127%20-162%20-16%20-24%20-32%20-43%20-37%20-43%20-4%200%20-35%20-38%20-68%20-83%20-33%20-46%20-66%20-89%20-74%20-95%20-14%20-12%20-27%201%20-85%2088%20-13%2019%20-41%2053%20-62%2075%20-22%2022%20-52%2059%20-67%2083%20-16%2023%20-47%2064%20-70%2090%20-50%2057%20-279%20345%20-311%20390%20l-23%2032%20606%200%20606%200%20-12%20-22z%22/%3E%0A%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M1010%201103%20c0%20-961%201%20-999%2019%20-1027%2010%20-15%2032%20-37%2047%20-47%2028%20-18%2075%20-19%201484%20-19%201409%200%201456%201%201484%2019%2015%2010%2037%2032%2047%2047%2018%2028%2019%2066%2019%201027%20l0%20997%20-100%200%20-100%200%200%20-945%200%20-945%20-1350%200%20-1350%200%200%20945%200%20945%20-100%200%20-100%200%200%20-997z%22/%3E%0A%3C/g%3E%3C/svg%3E);
}
#plan_featured .tools_icon.file_download {
    background-image: url(data:image/svg+xml;
    charset=US-ASCII, %3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%2020010904//EN%22%20%22http%3A//www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd%22%3E%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22584.000000pt%22%20height%3D%22513.000000pt%22%20viewBox%3D%220%200%20584.000000%20513.000000%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cg%20transform%3D%22translate%280.000000%2C513.000000%29%20scale%280.100000%2C-0.100000%29%22%3E%0A%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M1250%205114%20c-100%20-27%20-187%20-102%20-233%20-202%20-22%20-47%20-22%20-53%20-25%20-714%20l-3%20-667%20-387%20-3%20c-368%20-3%20-389%20-4%20-432%20-24%20-54%20-25%20-103%20-72%20-133%20-128%20l-22%20-41%200%20-745%20c0%20-745%200%20-745%2022%20-785%2028%20-53%2078%20-99%20133%20-124%2043%20-20%2064%20-21%20433%20-21%20l387%200%200%20-437%20c0%20-433%201%20-439%2023%20-494%2031%20-73%2070%20-122%20135%20-166%2095%20-63%2093%20-63%20765%20-63%20l607%200%200%2090%200%2090%20-618%202%20-618%203%20-37%2025%20c-20%2013%20-45%2041%20-56%2061%20-20%2035%20-21%2052%20-21%20463%20l0%20426%20799%202%20799%203%2058%2040%20c45%2031%2065%2053%2089%2099%20l30%2060%203%20685%20c4%20743%201%20786%20-46%20856%20-39%2056%20-103%20101%20-162%20114%20-34%207%20-299%2011%20-810%2011%20l-760%200%200%20639%20c0%20428%204%20649%2011%20668%2014%2038%2057%2083%2096%2099%2027%2012%20178%2014%20853%2014%20l820%200%200%20-591%20c0%20-404%203%20-597%2011%20-611%2025%20-47%2040%20-48%20654%20-48%20l575%200%200%20-300%200%20-300%2090%200%2090%200%200%20376%200%20375%20-93%2097%20c-627%20654%20-1122%201164%20-1137%201172%20-12%206%20-340%2010%20-927%209%20-763%200%20-917%20-3%20-963%20-15z%20m2360%20-729%20c217%20-225%20414%20-431%20439%20-457%20l45%20-48%20-482%200%20-482%200%200%20502%200%20503%2043%20-45%20c24%20-25%20221%20-229%20437%20-455z%20m-891%20-1049%20c15%20-8%2032%20-26%2039%20-41%2017%20-37%2017%20-1376%200%20-1408%20-6%20-12%20-18%20-27%20-27%20-34%20-12%20-10%20-297%20-12%20-1254%20-13%20l-1238%200%20-24%2025%20-25%2024%200%20698%20c0%20758%20-2%20731%2054%20753%2011%205%20567%209%201234%209%201031%201%201217%20-1%201241%20-13z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M534%202841%20c-23%20-10%20-58%20-36%20-79%20-56%20-55%20-56%20-75%20-106%20-75%20-195%200%20-89%2020%20-139%2075%20-195%2056%20-55%20106%20-75%20195%20-75%2089%200%20139%2020%20195%2075%2055%2056%2075%20106%2075%20195%200%2089%20-20%20139%20-75%20195%20-56%2055%20-106%2075%20-195%2075%20-52%200%20-88%20-6%20-116%20-19z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M1364%202841%20c-23%20-10%20-58%20-36%20-79%20-56%20-55%20-56%20-75%20-106%20-75%20-195%200%20-89%2020%20-139%2075%20-195%2056%20-55%20106%20-75%20195%20-75%2089%200%20139%2020%20195%2075%2055%2056%2075%20106%2075%20195%200%2089%20-20%20139%20-75%20195%20-56%2055%20-106%2075%20-195%2075%20-52%200%20-88%20-6%20-116%20-19z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M2184%202841%20c-23%20-10%20-58%20-36%20-79%20-56%20-55%20-56%20-75%20-106%20-75%20-195%200%20-89%2020%20-139%2075%20-195%2056%20-55%20106%20-75%20195%20-75%2089%200%20139%2020%20195%2075%2055%2056%2075%20106%2075%20195%200%2089%20-20%20139%20-75%20195%20-56%2055%20-106%2075%20-195%2075%20-52%200%20-88%20-6%20-116%20-19z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M4211%202865%20l-31%20-36%200%20-906%200%20-907%20-196%20197%20c-108%20109%20-206%20204%20-217%20212%20-33%2023%20-81%2018%20-116%20-11%20-25%20-21%20-31%20-33%20-31%20-67%200%20-41%204%20-45%20307%20-349%20332%20-332%20342%20-340%20401%20-302%2015%209%20159%20150%20320%20312%20l292%20295%200%2044%20c0%2058%20-35%2093%20-93%2093%20-40%200%20-47%20-6%20-254%20-212%20l-213%20-212%200%20913%200%20913%20-29%2029%20c-44%2043%20-98%2041%20-140%20-6z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M2775%201498%20c-56%20-33%20-54%20-13%20-55%20-518%200%20-489%202%20-519%2047%20-625%2049%20-115%20165%20-239%20276%20-293%20134%20-65%2079%20-62%201233%20-62%20999%200%201053%201%201127%2019%20167%2041%20317%20164%20386%20316%2050%20111%2051%20120%2051%20628%20l0%20478%20-25%2024%20c-35%2036%20-102%2035%20-136%20-1%20l-24%20-26%20-5%20-476%20-5%20-477%20-27%20-57%20c-29%20-63%20-95%20-139%20-149%20-173%20-86%20-55%20-82%20-55%20-711%20-55%20-321%200%20-797%200%20-1060%200%20-530%20-1%20-518%20-2%20-622%2069%20-52%2036%20-109%20108%20-99%20124%203%205%201%207%20-4%204%20-12%20-8%20-27%2024%20-48%20108%20-12%2049%20-15%20139%20-15%20506%200%20489%203%20467%20-57%20490%20-32%2012%20-54%2011%20-78%20-3z%22/%3E%0A%3C/g%3E%3C/svg%3E);
}
#plan_featured .tools_icon.pagin_extract {
    background-image: url(data:image/svg+xml;
    charset=US-ASCII, %3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%2020010904//EN%22%20%22http%3A//www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd%22%3E%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22512.000000pt%22%20height%3D%22559.000000pt%22%20viewBox%3D%220%200%20512.000000%20559.000000%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cg%20transform%3D%22translate%280.000000%2C559.000000%29%20scale%280.100000%2C-0.100000%29%22%3E%0A%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M1373%205566%20l-28%20-24%20-3%20-151%20-3%20-151%2095%200%2096%200%200%2085%200%2085%201530%200%201530%200%200%20-1703%200%20-1702%2095%20-95%2095%20-95%200%201863%200%201863%20-25%2024%20-24%2025%20-1665%200%20-1665%200%20-28%20-24z%22/%3E%0A%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M874%205070%20c-12%20-5%20-27%20-23%20-33%20-41%20-8%20-23%20-11%20-401%20-11%20-1358%20l0%20-1326%2095%2095%2095%2095%200%201182%200%201183%201100%200%201100%200%200%20-390%20c0%20-411%203%20-437%2045%20-454%209%20-3%20194%20-6%20411%20-6%20l394%200%200%20-761%200%20-762%2092%20-93%20c50%20-52%2095%20-94%20100%20-94%204%200%208%20412%208%20916%20l0%20916%20-67%2070%20c-38%2039%20-241%20243%20-452%20454%20l-385%20384%20-1235%20-1%20c-680%200%20-1246%20-4%20-1257%20-9z%20m2814%20-587%20l242%20-243%20-260%200%20-260%200%200%20256%20c0%20243%201%20256%2018%20243%209%20-7%20126%20-122%20260%20-256z%22/%3E%0A%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M1517%204403%20c-4%20-3%20-7%20-46%20-7%20-95%20l0%20-88%20355%200%20355%200%200%2095%200%2095%20-348%200%20c-192%200%20-352%20-3%20-355%20-7z%22/%3E%0A%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M1517%203893%20c-4%20-3%20-7%20-46%20-7%20-95%20l0%20-88%201035%200%201035%200%200%2095%200%2095%20-1028%200%20c-566%200%20-1032%20-3%20-1035%20-7z%22/%3E%0A%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M1517%203383%20c-4%20-3%20-7%20-46%20-7%20-95%20l0%20-88%20695%200%20695%200%200%2095%200%2095%20-688%200%20c-379%200%20-692%20-3%20-695%20-7z%22/%3E%0A%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M3050%203295%20l0%20-95%20265%200%20265%200%200%2095%200%2095%20-265%200%20-265%200%200%20-95z%22/%3E%0A%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M1514%202857%20c-3%20-8%20-4%20-49%20-2%20-93%20l3%20-79%201033%20-3%201032%20-2%200%2095%200%2095%20-1030%200%20c-852%200%20-1032%20-2%20-1036%20-13z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M665%202021%20c-363%20-366%20-661%20-673%20-663%20-682%20-2%20-9%20261%20-276%20668%20-679%20l671%20-663%20145%20144%20144%20144%20-527%20527%20-528%20528%20175%20177%20c96%2098%20335%20339%20530%20536%20l355%20357%20-145%20140%20c-80%2076%20-149%20139%20-155%20138%20-5%200%20-307%20-300%20-670%20-667z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M3630%202550%20l-145%20-140%20360%20-362%20c198%20-200%20437%20-441%20530%20-536%20l170%20-172%20-528%20-528%20-527%20-527%20144%20-144%20145%20-145%20670%20663%20c369%20365%20671%20670%20671%20677%200%2014%20-1317%201347%20-1335%201351%20-5%201%20-75%20-61%20-155%20-137z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M1361%201587%20c-30%20-18%20-59%20-45%20-97%20-90%20-47%20-55%20-46%20-235%201%20-295%2039%20-49%2089%20-92%20128%20-110%2036%20-16%20178%20-16%20214%201%2053%2023%20111%2078%20140%20133%2033%2062%2033%20183%20-1%20246%20-28%2053%20-60%2086%20-110%20116%20-32%2019%20-51%2022%20-139%2021%20-85%20-1%20-108%20-4%20-136%20-22z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M2450%201600%20c0%20-5%20-7%20-10%20-15%20-10%20-21%200%20-103%20-76%20-111%20-103%20-4%20-12%20-12%20-25%20-18%20-29%20-7%20-5%20-11%20-45%20-11%20-108%200%20-63%204%20-103%2011%20-108%206%20-4%2015%20-17%2018%20-30%209%20-28%2038%20-57%2096%20-97%2038%20-26%2053%20-30%20127%20-34%2078%20-3%20126%206%20158%2031%20100%2075%20135%20139%20135%20246%200%2040%20-4%2072%20-9%2072%20-5%200%20-12%2013%20-16%2029%20-7%2033%20-82%20116%20-114%20126%20-12%203%20-21%2011%20-21%2016%200%205%20-51%209%20-115%209%20-70%200%20-115%20-4%20-115%20-10z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M3510%201601%20c0%20-5%20-9%20-13%20-21%20-16%20-36%20-12%20-103%20-91%20-120%20-142%20-44%20-130%20-6%20-240%20116%20-331%2032%20-25%2080%20-34%20158%20-31%2073%204%2089%208%20128%2034%2053%2037%2087%2073%2095%20103%203%2012%2010%2022%2015%2022%205%200%209%2050%209%20110%200%2061%20-4%20110%20-9%20110%20-5%200%20-12%2011%20-15%2024%20-7%2030%20-73%2094%20-103%20102%20-13%204%20-23%2010%20-23%2015%200%205%20-52%209%20-115%209%20-64%200%20-115%20-4%20-115%20-9z%22/%3E%0A%3C/g%3E%3C/svg%3E);
}
#our_tools .tools_list, #plan_featured .tools_list {
    margin: 0 0 80px 0;
    text-align: center;
}
#our_tools .tool_head, #plan_featured .tool_head {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 10px 0;
    min-height: 54px;
}
#our_tools .about_tool, #plan_featured .about_tool {
    font-size: 16px;
    height: 75px;
    overflow: hidden;
}
#our_tools .tools_icon, #plan_featured .tools_icon {
    width: 100%;
    height: 120px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100px;
}
#testimonials {
    background: #fff;
    padding: 80px 0;
}
#testimonials .tag_line {
    margin-bottom: 60px;
}
#testimonials .carousel-control-prev {
    right: 100%;
    left: auto;
    color: #f2b011;
    width: 50px;
}
#testimonials .carousel-control-next {
    left: 100%;
    right: auto;
    color: #f2b011;
    width: 50px;
}
#testimonials .carousel-indicators {
    top: 100%;
    bottom: auto;
    margin-top: 20px;
}
#testimonials .carousel-indicators li {
    background-color: #f2b011;
}
#testimonials .testi_comment {
    background: #f5f6fa;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
    border-radius: 5px;
}
#testimonials .testi_comment:after {
    content: "";
    background: #f5f6fa;
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: -10px;
    left: 20px;
    margin: auto;
    transform: rotate(45deg);
}
#started_today_block {
    background: #6c757d;
    padding: 70px 0;
}
#started_today_block .lead_text {
    color: #fff;
    margin-bottom: 20px;
    font-size: 40px;
}
#started_today_block .tag_line {
    color: #fff;
    margin-bottom: 10px;
    font-size: 20px;
}
#common_static_page {
    background: #fff;
    padding: 150px 0;
}
#common_static_page .support_txt {
    font-size: 14px;
    margin-bottom: 5px;
}
#common_static_page .static_title_h2 {
    color: #f2b011;
}
#common_static_page .contact_email {
    position: relative;
}
#common_static_page .contact_email input {
    padding-right: 25px;
}
#common_static_page .contact_email .check_spinner {
    position: absolute;
    top: 8px;
    right: 10px;
}
#scraper_gallerry {
    background: #fff;
    padding: 80px 0;
}
#scraper_gallerry .box_btm_mrgn {
    margin-bottom: 30px;
}
#scraper_gallerry .gallery_box {
    padding: 15px;
    height: 100%;
    text-align: center;
    transition: .3s ease-in-out;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}
#scraper_gallerry .gallery_box:hover {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .3);
}
#scraper_gallerry .gallery_box .scrpr_logo {
    background: #f5f6fa;
    margin: 0 auto;
    padding: 10px;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#scraper_gallerry .gallery_box .scrpr_logo img {
    max-width: 50px;
    max-height: 50px;
}
#scraper_gallerry .gallery_box h4 {
    color: #031b4d;
    margin: 20px 0;
}
.contact_list {
    padding: 15px;
    border-radius: 5px;
    transition: .3s ease-in-out;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}
.contact_list:hover {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .3);
}
.contact_list .card_title {
    color: #031b4d;
    margin-bottom: 20px;
}
.contact_list .card_tagline {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}
.contact_list .card_infoline {
    color: #6c757d;
    font-size: 14px;
    line-height: 16px;
    margin-top: 20px;
}
.contact_list .card_comm_icon {
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100px;
}
.contact_list .card_comm_icon.contact_icon {
    background-image: url(data:image/svg+xml;
    charset=US-ASCII, %3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%2020010904//EN%22%20%22http%3A//www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd%22%3E%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22512.000000pt%22%20height%3D%22412.000000pt%22%20viewBox%3D%220%200%20512.000000%20412.000000%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%3Cg%20transform%3D%22translate%280.000000%2C412.000000%29%20scale%280.100000%2C-0.100000%29%22%20stroke%3D%22none%22%3E%0A%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M220%204106%20c-61%20-16%20-112%20-49%20-154%20-98%20-70%20-81%20-67%20-14%20-64%20-1234%20l3%20-1099%2022%20-40%20c27%20-51%2086%20-107%20143%20-136%2040%20-20%2063%20-24%20193%20-27%20l147%20-4%200%20-397%20c0%20-374%201%20-398%2020%20-428%2027%20-46%2056%20-57%20130%20-54%2018%201%20134%20110%20465%20441%20l440%20440%2093%200%20c104%200%20147%2013%20180%2055%2044%2055%2020%20149%20-44%20180%20-38%2018%20-276%2021%20-321%204%20-15%20-5%20-181%20-163%20-369%20-350%20l-341%20-340%20-6%20305%20c-7%20339%20-9%20351%20-71%20380%20-28%2013%20-69%2016%20-223%2016%20-103%200%20-195%205%20-203%2010%20-13%208%20-15%20138%20-18%201051%20-2%20924%20-1%201045%2013%201066%20l15%2023%201734%200%20c1666%200%201734%20-1%201749%20-18%2015%20-17%2017%20-62%2017%20-440%20l0%20-422%2033%20-35%20c40%20-44%2089%20-55%20139%20-31%2070%2034%2070%2027%2066%20536%20l-3%20455%20-27%2045%20c-36%2061%20-83%20104%20-143%20132%20l-50%2023%20-1760%202%20c-1369%201%20-1770%20-1%20-1805%20-11z%22/%3E%0A%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M864%203306%20c-96%20-42%20-108%20-163%20-22%20-216%2033%20-20%2047%20-20%201163%20-20%201116%200%201130%200%201163%2020%2041%2025%2066%2081%2057%20126%20-7%2042%20-54%2089%20-96%2098%20-17%203%20-527%206%20-1133%206%20-903%20-1%20-1107%20-3%20-1132%20-14z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M2365%202631%20c-87%20-22%20-162%20-84%20-201%20-166%20l-24%20-50%200%20-771%200%20-771%2031%20-61%20c34%20-70%2085%20-115%20159%20-143%2048%20-18%2089%20-19%20828%20-19%20l777%200%20310%20-311%20c173%20-174%20324%20-317%20343%20-325%2052%20-23%20120%203%20148%2057%2011%2022%2014%2082%2014%20302%20l0%20274%2078%205%20c131%208%20219%2064%20269%20174%20l23%2052%20-2%20778%20c-3%20777%20-3%20779%20-25%20819%20-26%2050%20-98%20118%20-150%20142%20-36%2017%20-109%2018%20-1293%2020%20-690%200%20-1268%20-2%20-1285%20-6z%20m2495%20-251%20c13%20-8%2015%20-101%2018%20-718%201%20-453%20-1%20-719%20-8%20-736%20l-10%20-26%20-122%200%20c-136%200%20-174%20-11%20-212%20-63%20-19%20-26%20-21%20-45%20-24%20-214%20l-4%20-186%20-216%20215%20c-119%20119%20-231%20223%20-249%20232%20-29%2014%20-119%2016%20-832%2016%20-781%200%20-801%200%20-811%2019%20-7%2013%20-10%20259%20-10%20730%200%20632%202%20711%2016%20725%2014%2014%20139%2016%201232%2016%20749%200%201223%20-4%201232%20-10z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M3013%201750%20c-42%20-25%20-65%20-62%20-65%20-103%200%20-49%2026%20-92%2068%20-112%2053%20-25%20101%20-15%20143%2031%2030%2033%2033%2040%2029%2085%20-6%2055%20-27%2085%20-75%20105%20-43%2019%20-62%2018%20-100%20-6z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M3584%201756%20c-96%20-42%20-100%20-177%20-6%20-222%2050%20-24%20100%20-13%20140%2031%2059%2064%2037%20157%20-44%20191%20-41%2017%20-50%2017%20-90%200z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M4144%201756%20c-79%20-35%20-100%20-128%20-41%20-191%2078%20-86%20207%20-34%20207%2083%200%2045%20-26%2084%20-70%20107%20-35%2018%20-56%2018%20-96%201z%22/%3E%0A%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M850%202502%20c-96%20-52%20-85%20-192%2018%20-222%2025%20-8%20184%20-10%20480%20-8%20l444%203%2034%2037%20c59%2065%2042%20153%20-36%20193%20-24%2013%20-100%2015%20-467%2015%20-407%200%20-441%20-1%20-473%20-18z%22/%3E%0A%3C/g%3E%3C/svg%3E);
}
.contact_list .card_comm_icon.email_icon {
    background-image: url(data:image/svg+xml;
    charset=US-ASCII, %3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%2020010904//EN%22%20%22http%3A//www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd%22%3E%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22512.000000pt%22%20height%3D%22444.000000pt%22%20viewBox%3D%220%200%20512.000000%20444.000000%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%3Cg%20transform%3D%22translate%280.000000%2C444.000000%29%20scale%280.100000%2C-0.100000%29%22%20stroke%3D%22none%22%3E%0A%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M175%204431%20c-77%20-19%20-145%20-81%20-165%20-148%20-8%20-27%20-10%20-397%20-8%20-1254%20l3%20-1216%2029%20-42%20c16%20-23%2050%20-54%2075%20-69%20l46%20-27%20363%20-3%20c203%20-2%20362%201%20362%206%200%205%209%2058%2020%20118%2011%2060%2020%20112%2020%20116%200%204%20-113%209%20-250%2010%20l-250%203%20297%20260%20298%20261%2032%20184%20c18%20101%2030%20186%2028%20188%20-2%203%20-190%20-159%20-417%20-358%20l-413%20-362%20-3%20813%20c-1%20447%200%20814%202%20816%204%204%20167%20-112%20670%20-476%20115%20-83%20211%20-149%20213%20-148%201%202%207%2028%2013%2058%206%2030%2024%2083%2040%20118%2017%2035%2029%2065%2028%2066%20-40%2030%20-660%20476%20-818%20587%20-118%2084%20-150%20131%20-150%20220%20l0%2038%201680%200%201680%200%200%20-37%20c0%20-64%20-18%20-107%20-62%20-149%20-24%20-23%20-169%20-131%20-323%20-240%20-437%20-311%20-595%20-427%20-590%20-432%202%20-3%2077%20-17%20166%20-33%20l161%20-28%20125%2090%20c242%20175%20514%20369%20518%20369%203%200%206%20-129%207%20-287%20l3%20-288%20118%20-21%20117%20-20%200%20573%20c0%20626%201%20614%20-58%20676%20-15%2016%20-45%2039%20-67%2050%20l-40%2022%20-1735%202%20c-954%200%20-1748%20-2%20-1765%20-6z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M1500%203311%20c-74%20-23%20-139%20-81%20-158%20-143%20-20%20-63%20-414%20-2313%20-414%20-2364%200%20-87%2064%20-177%20144%20-203%2059%20-19%203378%20-601%203429%20-601%2081%200%20156%2044%20191%20114%2023%2044%20428%202316%20428%202396%20-1%2091%20-74%20185%20-163%20209%20-59%2015%20-3388%20601%20-3412%20600%20-11%200%20-31%20-4%20-45%20-8z%20m1815%20-552%20c853%20-150%201552%20-273%201553%20-275%202%20-1%20-1%20-27%20-8%20-58%20-16%20-79%20-49%20-107%20-225%20-192%20-82%20-39%20-370%20-178%20-640%20-309%20-526%20-255%20-1005%20-485%20-1010%20-485%20-1%200%20-189%20192%20-416%20428%20-227%20235%20-524%20540%20-660%20677%20-266%20269%20-326%20335%20-340%20372%20-10%2028%20-12%2077%20-3%20120%20l6%2030%2096%20-18%20c54%20-9%20795%20-140%201647%20-290z%20m-1114%20-871%20l170%20-176%20-228%20-138%20c-125%20-76%20-385%20-234%20-578%20-350%20-192%20-117%20-351%20-211%20-353%20-210%20-2%203%20245%201422%20270%201546%20l11%2055%20269%20-275%20c149%20-151%20346%20-354%20439%20-452z%20m2589%20135%20c0%20-16%20-279%20-1586%20-282%20-1589%20-2%20-2%20-89%20103%20-193%20233%20-105%20129%20-295%20366%20-423%20525%20-129%20159%20-231%20292%20-228%20295%207%208%201109%20542%201119%20542%204%201%207%20-2%207%20-6z%20m-1854%20-859%20c38%20-7%2038%20-7%20361%20147%2073%2034%20134%2061%20136%2058%2011%20-13%20596%20-742%20721%20-898%2081%20-101%20145%20-185%20143%20-187%20-5%20-5%20-2904%20504%20-2930%20514%20-14%206%20-1%2017%2060%2053%20105%2062%201073%20648%201098%20665%2019%2012%2033%200%20198%20-166%20146%20-147%20184%20-180%20213%20-186z%22/%3E%0A%3C/g%3E%3C/svg%3E);
}
.contact_list .card_comm_icon.doc_icon {
    background-image: url(data:image/svg+xml;
    charset=US-ASCII, %3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%2020010904//EN%22%20%22http%3A//www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd%22%3E%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22526.000000pt%22%20height%3D%22476.000000pt%22%20viewBox%3D%220%200%20526.000000%20476.000000%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%3Cg%20transform%3D%22translate%280.000000%2C476.000000%29%20scale%280.100000%2C-0.100000%29%22%20stroke%3D%22none%22%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M2815%204732%20c-69%20-24%20-133%20-63%20-177%20-109%20-30%20-30%20-398%20-654%20-625%20-1058%20-25%20-44%20-50%20-84%20-57%20-90%20-16%20-14%20-116%20-184%20-116%20-198%200%20-7%20-47%20-93%20-105%20-192%20l-104%20-180%20121%20-3%20c67%20-1%20125%201%20129%205%207%207%20134%20227%20683%201178%20114%20198%20218%20371%20229%20384%2029%2031%20114%2071%20153%2071%2051%200%2090%20-18%20294%20-135%20455%20-262%20810%20-467%201030%20-595%20129%20-75%20309%20-179%20398%20-230%20107%20-61%20175%20-107%20197%20-133%2038%20-44%2059%20-114%2050%20-168%20-4%20-21%20-49%20-112%20-101%20-204%20-52%20-91%20-94%20-167%20-94%20-170%200%20-3%2055%20-5%20123%20-5%20l123%200%2068%20120%20c79%20139%2097%20191%2097%20280%201%20123%20-37%20223%20-114%20307%20-45%2049%20-97%2081%20-714%20437%20-216%20124%20-568%20327%20-781%20450%20-215%20124%20-413%20231%20-442%20240%20-71%2021%20-201%2020%20-265%20-2z%22/%3E%0A%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M318%204090%20c-111%20-19%20-224%20-109%20-277%20-220%20l-26%20-55%200%20-1760%200%20-1760%2032%20-67%20c39%20-82%20100%20-145%20179%20-184%20l59%20-29%201937%20-3%201937%20-2%2055%2021%20c68%2025%20145%2084%20184%20141%2016%2024%2069%20144%20117%20268%20123%20320%20207%20536%20428%201110%20107%20278%20219%20566%20248%20640%2053%20133%2054%20137%2054%20240%200%2094%20-3%20111%20-27%20163%20-50%20107%20-129%20168%20-279%20216%20-49%2015%20-3739%2016%20-3824%200%20-32%20-6%20-79%20-20%20-103%20-31%20-64%20-31%20-144%20-108%20-174%20-170%20-22%20-45%20-166%20-415%20-525%20-1348%20-41%20-107%20-79%20-199%20-84%20-205%20-6%20-6%20-8%20511%20-7%201345%203%201516%20-3%201387%2075%201447%20l36%2028%20436%203%20c240%202%20450%200%20468%20-3%2053%20-10%2059%20-16%20402%20-414%2093%20-109%20131%20-145%20140%20-135%2032%2038%20110%20178%20104%20187%20-27%2045%20-423%20484%20-461%20512%20-96%2070%20-86%2069%20-597%2071%20-253%201%20-481%20-1%20-507%20-6z%20m4621%20-1510%20c47%20-24%2077%20-60%2093%20-112%2015%20-51%2025%20-22%20-262%20-763%20-128%20-330%20-302%20-780%20-386%20-1000%20-86%20-222%20-165%20-410%20-177%20-424%20-12%20-13%20-40%20-32%20-62%20-42%20-38%20-18%20-113%20-19%20-1910%20-19%20-1816%200%20-1871%201%20-1912%2019%20-26%2012%20-52%2035%20-69%2061%20-50%2075%20-48%2082%20160%20620%20103%20267%20268%20694%20367%20950%2098%20256%20195%20506%20214%20556%2036%2092%2075%20143%20125%20163%2016%206%20686%2010%201903%2010%201850%201%201878%201%201916%20-19z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M2835%203981%20c-50%20-21%20-77%20-89%20-56%20-143%2013%20-35%2037%20-50%20321%20-195%20129%20-66%20433%20-222%20676%20-347%20308%20-157%20451%20-226%20474%20-226%2049%200%20100%2055%20100%20108%200%2024%20-8%2049%20-20%2065%20-12%2015%20-205%20120%20-512%20277%20-271%20139%20-588%20302%20-704%20361%20-204%20106%20-236%20117%20-279%20100z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M2583%203456%20c-34%20-15%20-63%20-61%20-63%20-98%200%20-38%2036%20-86%2082%20-109%2024%20-12%20179%20-95%20345%20-186%20l303%20-163%20225%202%20224%203%20-247%20134%20c-626%20339%20-781%20421%20-808%20426%20-16%203%20-43%20-1%20-61%20-9z%22/%3E%0A%3C/g%3E%3C/svg%3E);
}
.api_head_img {
    margin-top: -240px;
    margin-bottom: 40px;
    position: relative;
}
.api_head_img img {
    max-width: 100%}
.api_cta_section#cta_section {
    background: 0 0;
}
#sample_overview {
    background: #fff;
    padding: 50px 0;
}
#sample_overview .title_overview {
    font-size: 40px;
    margin-bottom: 30px;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 2px solid #212529;
}
#sample_overview .overview_img {
    float: left;
    padding: 0 30px;
    width: 40%}
#sample_overview .overview_img img {
    max-width: 100%}
#sample_overview .overview_data {
    float: right;
    width: 60%;
    padding: 0 30px;
    margin-top: 0;
}
#help_extract {
    padding: 0;
}
#help_extract .title_text {
    font-size: 40px;
    margin-bottom: 40px;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 2px solid #212529;
}
#help_extract .help_list {
    margin: 0;
    padding: 50px;
}
#help_extract .help_list_title {
    background: #031b4d;
    display: flex;
    align-items: center;
    padding: 50px;
}
#help_extract .help_list_title h2 {
    color: #f2b011;
    line-height: 45px;
}
#help_extract .help_head {
    font-size: 20px;
    margin: 20px 0;
}
#help_extract .about_help {
    font-size: 14px;
    line-height: 24px;
}
#cta_section {
    background: #fff;
}
#cta_section.home_cta_bg {
    background: 0 0;
}
#cta_section .cta_box {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}
#cta_section .cta_box:first-child {
    border-right: 1px solid #dee2e6;
}
#cta_section .cta_text {
    margin: 0 50px 20px 50px;
}
#cta_section .button-blue {
    background: #f2b011;
    color: #000;
    min-width: 200px;
    height: 48px;
    line-height: 33px;
    margin-top: 15px;
}
#cta_section .button-blue:hover {
    background: #d39614;
}
#cta_section .fa-4x {
    color: #f2b011;
    margin-bottom: 15px;
}
#product_overview {
    padding: 0;
}
#product_overview .title_text {
    display: inline-block;
    padding-bottom: 5px;
}
#product_overview .service_list {
    background: #fff;
    margin: 0;
    border: 0 none;
    position: relative;
}
#product_overview .service_list h4 {
    font-size: 30px;
    font-weight: 500;
}
#product_overview .service_list .separator_shadow {
    padding: 40px 0 100px 0;
}
#product_overview .service_list .service_text {
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #dee2e6;
}
#product_overview .service_list .service_text:last-child {
    border-bottom: 0 none;
    padding-bottom: 0;
}
#product_overview .service_list .service_text:first-child {
    padding-top: 0;
}
#product_overview .service_list .service_img {
    text-align: center;
}
#product_overview .service_list .service_img img {
    max-width: 400px;
    text-align: center;
}
#product_overview .service_list .service_img ul {
    padding: 0;
    text-align: left;
}
#product_overview .service_list .service_img ul li {
    margin-bottom: 10px;
    list-style: none;
}
#product_overview .service_list .product_icon {
    background: #f2b011;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    color: #fff;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 30px;
}
#product_overview .service_list #prod_config, #product_overview .service_list #prod_download, #product_overview .service_list #prod_manage {
    position: absolute;
    left: 0;
    top: -130px;
    height: 100%;
    width: 0;
    z-index: -1111;
}
#product_overview .service_list .desc_point {
    list-style: none;
    padding: 0;
    margin: 0;
}
#product_overview .service_list .desc_point li {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 10px;
    padding-left: 35px;
    background-repeat: no-repeat;
    background-position: 0 4px;
    background-size: 22px auto;
    background-image: url(data:image/svg+xml;
    charset=US-ASCII, %3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%2020010904//EN%22%20%22http%3A//www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd%22%3E%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22480.000000pt%22%20height%3D%22480.000000pt%22%20viewBox%3D%220%200%20480.000000%20480.000000%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cg%20transform%3D%22translate%280.000000%2C480.000000%29%20scale%280.100000%2C-0.100000%29%22%20fill%3D%22%232e56bd%22%20stroke%3D%22none%22%3E%3Cpath%20d%3D%22M2205%204794%20c-431%20-45%20-780%20-166%20-1116%20-385%20-514%20-336%20-885%20-862%20-1024%20-1454%20-47%20-199%20-60%20-316%20-60%20-555%200%20-239%2013%20-356%2060%20-555%20206%20-875%20905%20-1574%201780%20-1780%20199%20-47%20316%20-60%20555%20-60%20239%200%20356%2013%20555%2060%20875%20206%201574%20905%201780%201780%2047%20199%2060%20316%2060%20555%200%20239%20-13%20356%20-60%20555%20-135%20574%20-486%201084%20-978%201423%20-303%20208%20-634%20339%20-1007%20397%20-101%2016%20-458%2028%20-545%2019z%20m396%20-324%20c992%20-100%201769%20-877%201869%20-1869%2061%20-611%20-162%20-1233%20-600%20-1671%20-438%20-438%20-1060%20-661%20-1671%20-600%20-992%20100%20-1769%20877%20-1869%201869%20-61%20611%20162%201233%20600%201671%20438%20438%201060%20661%201671%20600z%22/%3E%3Cpath%20d%3D%22M1846%203560%20c-44%20-14%20-93%20-66%20-105%20-114%20-22%20-90%20-32%20-78%20472%20-583%20l462%20-463%20-462%20-462%20c-397%20-398%20-463%20-469%20-472%20-503%20-31%20-117%2080%20-228%20194%20-195%2034%2010%20124%2095%20578%20548%20581%20580%20570%20567%20548%20650%20-9%2030%20-104%20131%20-543%20569%20-522%20522%20-570%20565%20-625%20562%20-10%200%20-31%20-5%20-47%20-9z%22/%3E%3C/g%3E%3C/svg%3E);
}
#product_overview #overview_nav {
    background: #fff;
    position: sticky;
    top: 70px;
    z-index: 2;
    border-bottom: 1px solid #dee2e6;
}
#product_overview #overview_nav .nav_list_bar {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-around;
}
#product_overview #overview_nav .nav_list_bar .nav_btn {
    display: block;
    padding: 18px 10px;
    color: #212529;
    font-weight: 600;
}
#product_overview #overview_nav .nav_list_bar .nav_btn.active, #product_overview #overview_nav .nav_list_bar .nav_btn:hover {
    background: #f2b011;
    color: #fff;
    text-decoration: none;
}
.verify_email {
    padding: 120px 0 20px 0;
}
.verify_email .mail_verify_img {
    margin: 20px 0;
    height: 140px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 200px auto;
    background-image: url(data:image/svg+xml;
    charset=US-ASCII, %3C%3Fxml%20version%3D%221.0%22%20%3F%3E%3Csvg%20style%3D%22enable-background%3Anew%200%200%2048%2048%3B%22%20version%3D%221.1%22%20viewBox%3D%220%200%2048%2048%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%3Cg%20id%3D%22Icons%22%3E%3Cg%20id%3D%22Icons_18_%22%3E%3Cg%3E%3Cpath%20d%3D%22M38.8824%2C13.85055v7.8501c0%2C1.2-0.99%2C2.19-2.2%2C2.19h-7.85c-0.92%2C0-1.71-0.57-2.03-1.37%20%20%20%20%20c-0.1-0.25-0.16-0.5301-0.16-0.82v-7.8501c0-1.2099%2C0.98-2.1999%2C2.19-2.1999h7.85%20%20%20%20%20C37.8924%2C11.65065%2C38.8824%2C12.64065%2C38.8824%2C13.85055z%22%20style%3D%22fill%3A%23f43735%3B%22/%3E%3Cpolygon%20points%3D%2225.4376%2C16.34935%2025.4376%2C21.92785%2021.8176%2C24.46385%2010.0547%2C16.34935%20%20%20%20%22%20style%3D%22fill%3A%232e56bd%3B%22/%3E%3Cpath%20d%3D%22M34.5176%2C25.08935v8.44h-22.41l-2.99%2C2.82v-19.08l12.7%2C8.7664l4-2.7964%20%20%20%20%20c0.57%2C1.13%2C1.72%2C1.85%2C3.01%2C1.85H34.5176z%22%20style%3D%22fill%3A%232e56bd%3B%22/%3E%3Cpath%20d%3D%22M33.0324%2C15.17065l-1.14%2C0.61l0.14%2C0.54l0.9-0.49h0.02v4.54h0.68v-5.2H33.0324L33.0324%2C15.17065z%22%20style%3D%22fill%3A%23FFFFFF%3B%22/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E);
}
.price_detail .tab_fix_price {
    display: none;
}
#survey_static_page .survey_container {
    width: 700px;
    margin: 0 auto;
}
#survey_static_page .survey_header {
    background: #031b4d;
    padding: 20px;
    margin: 0;
}
#survey_static_page .survey_header .main_logo {
    background: url(/images/brand_logo.png) no-repeat center/180px auto;
    width: 180px;
    height: 34px;
}
#survey_static_page .survey_header .lead_text {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    margin: 20px 0;
}
#survey_static_page .survey_header .tag_line {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}
#survey_static_page .survey_form_content {
    background: #fff;
    padding: 20px;
}
#survey_static_page .survey_toggle_btn label {
    position: relative;
    cursor: pointer;
}
#survey_static_page .survey_toggle_btn input[type=radio] {
    opacity: 0;
    position: absolute;
}
.enlighter>div:nth-child(even) {
    background-color: #f8f9fa;
}
.enlighter span {
    font-size: 14px!important;
    line-height: 20px!important;
}
.enlighter-toolbar {
    display: none!important;
}
#use_case_landing .section_title {
#    margin-bottom: 30px;
    padding-bottom: 30px;
}
#use_case_landing .section_title h2 {
    font-size: 40px;
    word-wrap: break-word;
}
#use_case_landing .section_title .section_subtitle {
    font-size: 20px;
    font-weight: 600;
}
#use_case_landing .btn {
    border-radius: 5px;
}
#use_case_landing #landing_nav {
    background: #fff;
    position: sticky;
    top: 70px;
    z-index: 2;
    border-bottom: 1px solid #dee2e6;
}
#use_case_landing #landing_nav .list_nav {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-around;
}
#use_case_landing #landing_nav .list_nav .cta_nav a.nav_btn {
    background: #28a745;
    color: #fff;
}
#use_case_landing #landing_nav .list_nav .cta_nav a.nav_btn:hover {
    background: #23923d;
}
#use_case_landing #landing_nav .list_nav .nav_btn {
    display: block;
    padding: 18px 10px;
    color: #212529;
    font-weight: 600;
}
#use_case_landing #landing_nav .list_nav .nav_btn.active, #use_case_landing #landing_nav .list_nav .nav_btn:hover {
    background: #f2b011;
    color: #fff;
    text-decoration: none;
}
#use_case_landing #sample_overview {
    background: 0 none;
}
#use_case_landing #sample_overview .overview_data h3 {
    font-size: 24px;
}
#use_case_landing #sample_overview .scrap_feature {
    padding: 0;
    margin: 0;
    list-style: none;
}
#use_case_landing #sample_overview .scrap_feature li {
    margin: 0 0 10px 0;
    padding: 0 0 0 25px;
    position: relative;
}
#use_case_landing #sample_overview .scrap_feature li i {
    position: absolute;
    left: 0;
    top: 4px;
}
#use_case_landing #how_run_steps {
    border: 0 none;
    color: #212529;
}
#use_case_landing #how_run_steps .h5, #use_case_landing #how_run_steps h2, #use_case_landing #how_run_steps h4 {
    color: #212529;
}
#use_case_landing #how_run_steps .run_box {
    position: relative;
}
#use_case_landing #how_run_steps .run_box:after {
    content: "";
    position: absolute;
    top: 25px;
    left: 56%;
    height: 1px;
    width: calc(100% - 15px);
    border: 1px solid #212529;
}
#use_case_landing #how_run_steps .run_box.last_step:after {
    display: none;
}
#use_case_landing #how_run_steps .step_num {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border: 5px solid #212529;
    border-radius: 50px;
    font-size: 26px;
    font-weight: 900;
}
#use_case_landing #how_run_steps .setup_cta_btn {
    margin-top: 30px;
    text-align: center;
}
#use_case_landing #how_run_steps .setup_free_text {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}
#use_case_landing #how_run_steps .setup_free_text span {
    display: inline-block;
    padding: 12px 0 12px 60px;
    background-repeat: no-repeat;
    background-size: 45px auto;
    background-position: 0 center;
    background-image: url(data:image/svg+xml;
    charset=US-ASCII, %3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22yes%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22512%22%20height%3D%22512%22%3E%0A%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M186%200.652771C179.228%202.77612%20175.029%209.81912%20170.75%2015C163.638%2023.6111%20156.655%2032.3326%20149.611%2041C146.36%2045.0003%20143.254%2050.3636%20138.91%2053.2577C134.724%2056.0472%20127.873%2055.9412%20123%2056.7531C111.018%2058.7492%2098.9796%2060.4047%2087%2062.4136C80.4431%2063.5131%2073.0313%2063.9339%2068.2245%2069.108C63.6179%2074.0667%2063.3061%2081.6422%2062.2469%2088C60.3063%2099.6481%2058.6937%20111.352%2056.7531%20123C55.9831%20127.622%2056.0256%20133.788%2053.8218%20137.961C51.2499%20142.83%2045.1744%20146.219%2041%20149.611C31.9964%20156.928%2022.9728%20164.221%2014%20171.576C9.07505%20175.612%202.66267%20179.59%200.652778%20186C-1.59167%20193.158%201.4884%20200.398%203.94985%20207C8.18811%20218.368%2012.6995%20229.637%2016.9498%20241C18.653%20245.553%2021.9429%20251.071%2021.9429%20256C21.9429%20260.657%2018.9083%20265.701%2017.3187%20270C13.11%20281.381%208.52687%20292.62%204.31867%20304C1.833%20310.722%20-1.29369%20317.651%200.39429%20325C2.05601%20332.235%209.59492%20336.997%2015%20341.389L41%20362.389C45.0003%20365.64%2050.3636%20368.746%2053.2577%20373.09C56.0472%20377.276%2055.9412%20384.127%2056.7531%20389C58.6937%20400.648%2060.3063%20412.352%2062.2469%20424C63.1688%20429.534%2063.4509%20436.226%2066.7029%20440.985C71.3568%20447.795%2079.5563%20448.338%2087%20449.586C97.9697%20451.426%20108.985%20453.321%20120%20454.87C125.753%20455.679%20133.925%20455.659%20138.91%20458.858C143.583%20461.857%20146.976%20467.722%20150.4%20472C157.383%20480.726%20164.491%20489.357%20171.576%20498C175.612%20502.925%20179.59%20509.337%20186%20511.347C193.158%20513.592%20200.398%20510.512%20207%20508.05C218.369%20503.812%20229.63%20499.289%20241%20495.05C245.558%20493.351%20251.068%20490.057%20256%20490.057C260.929%20490.057%20266.447%20493.347%20271%20495.05C282.363%20499.301%20293.636%20503.8%20305%20508.05C311.715%20510.562%20318.689%20513.639%20326%20511.347C332.685%20509.251%20337.185%20502.173%20341.389%20497C348.146%20488.685%20354.906%20480.365%20361.6%20472C365.024%20467.722%20368.417%20461.857%20373.09%20458.858C378.075%20455.659%20386.247%20455.679%20392%20454.87C403.015%20453.321%20414.03%20451.426%20425%20449.586C432.444%20448.338%20440.643%20447.795%20445.297%20440.985C448.549%20436.226%20448.831%20429.534%20449.753%20424C451.581%20413.03%20453.483%20402.017%20455%20391C455.753%20385.535%20455.822%20377.821%20458.858%20373.09C461.857%20368.417%20467.722%20365.024%20472%20361.6C480.698%20354.639%20489.383%20347.638%20498%20340.576C503.139%20336.364%20510.022%20331.893%20511.606%20325C513.294%20317.651%20510.167%20310.722%20507.681%20304C503.473%20292.62%20498.89%20281.381%20494.681%20270C493.092%20265.701%20490.057%20260.657%20490.057%20256C490.057%20251.071%20493.347%20245.553%20495.05%20241C499.3%20229.637%20503.812%20218.368%20508.05%20207C510.512%20200.398%20513.592%20193.158%20511.347%20186C509.357%20179.654%20502.898%20175.439%20498%20171.424C489.053%20164.091%20480.031%20156.829%20471%20149.6C466.831%20146.263%20460.868%20142.742%20458.317%20137.91C455.685%20132.923%20455.646%20125.523%20454.87%20120C453.367%20109.314%20451.527%2098.6451%20449.753%2088C448.693%2081.6421%20448.382%2074.0669%20443.775%2069.108C438.773%2063.7238%20430.816%2063.3825%20424%2062.2469C413.03%2060.4193%20402.017%2058.5173%20391%2057C385.534%2056.2472%20377.821%2056.1782%20373.09%2053.142C368.417%2050.1432%20365.024%2044.2782%20361.6%2040C354.906%2031.6355%20348.146%2023.3147%20341.389%2015C337.185%209.82672%20332.685%202.74881%20326%200.652771C318.842%20-1.59167%20311.602%201.48843%20305%203.94986C294.303%207.93781%20283.626%2012.0284%20273%2016.2029C267.92%2018.1986%20261.542%2021.9429%20256%2021.9429C250.458%2021.9429%20244.08%2018.1986%20239%2016.2029C228.374%2012.0284%20217.697%207.93784%20207%203.94986C200.398%201.48843%20193.158%20-1.59167%20186%200.652771z%22/%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M96%20272C103.853%20272%20113.986%20273.43%20120.957%20268.992C130.148%20263.139%20129.656%20247.556%20119.985%20242.453C112.968%20238.751%20103.64%20240%2096%20240L96%20208C103.64%20208%20112.968%20209.249%20119.985%20205.547C128.716%20200.94%20129.974%20186.97%20122.786%20180.394C119.639%20177.515%20115.124%20176.584%20111%20176.171C103.774%20175.445%2096.2584%20176%2089%20176C83.3001%20176%2077.2108%20175.634%2072.0154%20178.442C60.8495%20184.478%2064%20202.482%2064%20213L64%20293C64%20303.501%2061.3883%20318.385%2066.4529%20327.985C71.5555%20337.656%2087.1387%20338.148%2092.9915%20328.957C97.8579%20321.314%2096%20309.607%2096%20301L96%20272z%22/%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M192%20283C200.816%20294.109%20209.117%20305.655%20217.627%20317C221.552%20322.234%20225.404%20329.45%20231.039%20332.992C241.958%20339.853%20257.706%20331.436%20255.518%20318C254.434%20311.346%20249.784%20306.214%20245.873%20301C238.383%20291.013%20227.866%20280.51%20223%20269C255.788%20259.554%20265.306%20216.735%20243.699%20192.015C231.9%20178.516%20214.912%20176%20198%20176C187.23%20176%20168.639%20172.552%20162.442%20184.015C158.142%20191.97%20160%20203.285%20160%20212L160%20271C160%20285.333%20159.932%20299.667%20160.001%20314C160.034%20320.843%20160.727%20328.925%20167.043%20332.995C175.074%20338.168%20187.035%20335.33%20190.387%20325.999C194.9%20313.432%20192%20296.203%20192%20283z%22/%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M320%20304L320%20272C327.64%20272%20336.968%20273.249%20343.985%20269.547C353.656%20264.444%20354.148%20248.861%20344.957%20243.008C337.986%20238.57%20327.853%20240%20320%20240L320%20208C327.853%20208%20337.986%20209.43%20344.957%20204.992C353.599%20199.489%20353.598%20184.511%20344.957%20179.008C338.465%20174.875%20329.314%20176%20322%20176C313.12%20176%20300.372%20173.835%20293.214%20180.394C285.961%20187.04%20288%20200.188%20288%20209L288%20283C288%20294.301%20287.541%20305.711%20288.039%20317C288.284%20322.542%20289.455%20328.777%20294.105%20332.348C298.903%20336.033%20305.26%20335.998%20311%20336C318.913%20336.003%20327.123%20336.62%20335%20335.829C339.124%20335.415%20343.638%20334.485%20346.786%20331.606C358.08%20321.278%20348.864%20305.982%20336%20304.289C330.753%20303.599%20325.284%20304%20320%20304z%22/%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M416%20304L416%20272C423.853%20272%20433.986%20273.43%20440.957%20268.992C449.994%20263.237%20449.486%20247.466%20439.985%20242.453C432.968%20238.751%20423.64%20240%20416%20240L416%20208C421.284%20208%20426.753%20208.401%20432%20207.711C444.864%20206.018%20454.08%20190.722%20442.786%20180.394C439.638%20177.515%20435.124%20176.585%20431%20176.171C423.123%20175.38%20414.913%20175.997%20407%20176C401.26%20176.002%20394.903%20175.967%20390.105%20179.652C385.455%20183.223%20384.284%20189.458%20384.039%20195C383.541%20206.289%20384%20217.699%20384%20229L384%20303C384%20311.812%20381.961%20324.96%20389.214%20331.606C396.372%20338.165%20409.12%20336%20418%20336C425.314%20336%20434.465%20337.125%20440.957%20332.992C449.599%20327.489%20449.598%20312.511%20440.957%20307.008C433.986%20302.57%20423.853%20304%20416%20304z%22/%3E%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M192%20208L192%20240C199.853%20240%20209.986%20241.43%20216.957%20236.992C226.148%20231.139%20225.656%20215.556%20215.985%20210.453C208.968%20206.751%20199.64%20208%20192%20208z%22/%3E%3C/svg%3E);
}
#use_case_landing #example_data .code_preview_view {
    background: #fff;
    max-height: 650px;
    overflow: auto;
    border: 2px solid #2e56bd;
}
#use_case_landing #example_data .data_table_view {
    background: #fff;
    width: 100%;
    max-height: 650px;
    overflow: auto;
    border: 2px solid #2e56bd;
}
#use_case_landing #example_data .data_table_view table {
    table-layout: fixed;
}
#use_case_landing #example_data .data_table_view table td, #use_case_landing #example_data .data_table_view table th {
    width: 170px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px;
    vertical-align: top;
}
#use_case_landing #example_data .data_table_view table th {
    background: #e9ecef;
}
#use_case_landing #example_data .data_table_view table td img {
    width: 207px;
    height: 30px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 5px;
}
#use_case_landing #example_data .url_box {
    background: #fff;
    border: 1px solid #dee2e6;
    margin-bottom: 20px;
    display: flex;
}
#use_case_landing #example_data .url_box .url_label {
    background: #dee2e6;
    padding: 5px 10px;
}
#use_case_landing #example_data .url_box .url_data {
    padding: 5px 10px;
}
#use_case_landing #usecase_zigzag {
    background: #fff;
}
#use_case_landing #usecase_zigzag .case_main_section .zigzag_section {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dee2e6;
}
#use_case_landing #usecase_zigzag .case_main_section .zigzag_section:nth-child(odd) .zigzag_img {
    order: 2;
    text-align: right;
}
#use_case_landing #usecase_zigzag .case_main_section .zigzag_section:last-child {
    border: 0 none;
    margin: 0;
    padding: 0;
}
#use_case_landing #usecase_zigzag .case_main_section .zigzag_section .zigzag_img img {
    max-width: 360px;
}
#use_case_landing #usecase_zigzag .case_main_section h3 {
    font-size: 24px;
}
#use_case_landing #usecase_zigzag .case_main_section ul {
    margin: 20px 0;
    padding: 0;
    list-style: none;
}
#use_case_landing #usecase_zigzag .case_main_section ul li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}
#use_case_landing #usecase_zigzag .case_main_section ul li i {
    position: absolute;
    left: 0;
    top: 4px;
}
#use_case_landing #usecase_slider {
    background: #fff;
    padding-bottom: 80px;
}
#use_case_landing #usecase_slider .carousel-control-prev {
    background: #031b4d;
    right: calc(100% + 10px);
    left: auto;
    color: #f2b011;
    width: 50px;
    height: 50px;
    margin: auto;
    border-radius: 50px;
    font-size: 30px;
}
#use_case_landing #usecase_slider .carousel-control-next {
    background: #031b4d;
    left: calc(100% + 10px);
    right: auto;
    color: #f2b011;
    width: 50px;
    height: 50px;
    margin: auto;
    border-radius: 50px;
    font-size: 30px;
}
#use_case_landing #usecase_slider .carousel-indicators {
    top: 100%;
    bottom: auto;
    margin-top: 20px;
}
#use_case_landing #usecase_slider .carousel-indicators li {
    background-color: #f2b011;
}
#use_case_landing #usecase_slider img {
    max-width: 100%}
#use_case_landing #usecase_slider .carousel-inner {
    padding: 10px;
}
#use_case_landing #usecase_slider .case_slide {
    background: #f5f6fa;
    padding: 15px;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
}
#use_case_landing #usecase_slider .case_slide:after {
    display: none;
}
#use_case_landing #usecase_slider .case_slide ul {
    padding: 0 0 0 20px;
    margin: 0;
}
#use_case_landing #help_extract .help_list_title {
    flex-direction: column;
    justify-content: center;
}
#use_case_landing #help_extract .help_list_title .sec_sub_title {
    color: #fff;
    font-size: 20px;
}
#use_case_landing #custom_setup .setup_block {
    color: #212529;
    padding: 40px 20px;
    border: 2px solid #28a745;
    border-radius: 20px;
    display: flex;
}
#use_case_landing #custom_setup .setup_block .setup_cont {
    width: 78%;
    margin-right: 20px;
    display: flex;
}
#use_case_landing #custom_setup .setup_block .setup_cont .setup_text p {
    font-size: 18px;
    margin: 0;
}
#use_case_landing #custom_setup .setup_block .setup_cont .setup_icon {
    margin-right: 10px;
}
#use_case_landing #custom_setup .setup_block .setup_cont .setup_icon i {
    font-size: 36px;
}
#use_case_landing #custom_setup .setup_block .setup_btn {
    margin: auto 0 auto auto;
}
#use_case_landing #why_bus_sec .why_buz_icon {
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
}
#use_case_landing #why_bus_sec .why_buz_icon.free_icon {
    background-size: 70px auto;
    background-image: url(data:image/svg+xml;
    charset=US-ASCII, %3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%2020010904//EN%22%20%22http%3A//www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd%22%3E%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22602.000000pt%22%20height%3D%22602.000000pt%22%20viewBox%3D%220%200%20602.000000%20602.000000%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%3Cg%20transform%3D%22translate%280.000000%2C602.000000%29%20scale%280.100000%2C-0.100000%29%22%3E%0A%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M238%205996%20c-102%20-42%20-172%20-112%20-215%20-215%20l-23%20-56%200%20-2265%200%20-2265%2024%20-57%20c42%20-103%20112%20-173%20215%20-214%2031%20-13%2059%20-29%2063%20-36%204%20-7%2018%20-39%2032%20-70%2032%20-75%20109%20-152%20184%20-184%2031%20-14%2063%20-28%2070%20-32%207%20-4%2023%20-32%2036%20-63%2042%20-103%20112%20-173%20214%20-215%2031%20-12%2060%20-29%2064%20-36%204%20-7%2018%20-39%2032%20-70%2031%20-73%20108%20-151%20184%20-186%20l57%20-27%202285%200%202285%200%2057%2027%20c74%2034%20152%20112%20186%20186%20l27%2057%200%202285%200%202285%20-27%2057%20c-35%2076%20-113%20153%20-186%20184%20-31%2014%20-63%2028%20-70%2032%20-7%204%20-24%2033%20-36%2064%20-42%20102%20-112%20172%20-215%20214%20-31%2013%20-59%2029%20-63%2036%20-4%207%20-18%2039%20-32%2070%20-32%2075%20-109%20152%20-184%20184%20-31%2014%20-63%2028%20-70%2032%20-7%204%20-23%2032%20-36%2063%20-41%20103%20-111%20173%20-214%20215%20l-57%2024%20-2265%200%20-2265%200%20-57%20-24z%20m4589%20-177%20c38%20-18%2093%20-73%2093%20-92%200%20-4%20-978%20-8%20-2172%20-9%20l-2173%20-3%20-57%20-27%20c-74%20-34%20-152%20-112%20-186%20-186%20-26%20-56%20-27%20-62%20-30%20-279%20l-3%20-223%20-60%200%20-59%200%200%20343%20c0%20340%200%20344%2023%20388%2014%2027%2042%2057%2071%2077%20l48%2032%202231%200%202231%200%2043%20-21z%20m300%20-300%20c38%20-18%2093%20-73%2093%20-92%200%20-4%20-978%20-8%20-2172%20-9%20l-2173%20-3%20-57%20-27%20c-74%20-34%20-152%20-112%20-186%20-186%20-26%20-56%20-27%20-62%20-30%20-279%20l-3%20-223%20-60%200%20-59%200%200%20343%20c0%20340%200%20344%2023%20388%2014%2027%2042%2057%2071%2077%20l48%2032%202231%200%202231%200%2043%20-21z%20m300%20-300%20c38%20-18%2093%20-73%2093%20-92%200%20-4%20-978%20-8%20-2172%20-9%20l-2173%20-3%20-57%20-27%20c-74%20-34%20-152%20-112%20-186%20-186%20-26%20-56%20-27%20-62%20-30%20-279%20l-3%20-223%20-60%200%20-59%200%200%20343%20c0%20340%200%20344%2023%20388%2014%2027%2042%2057%2071%2077%20l48%2032%202231%200%202231%200%2043%20-21z%20m304%20-302%20c24%20-13%2058%20-43%2074%20-66%20l30%20-43%203%20-354%203%20-354%20-2381%200%20-2380%200%200%20343%20c0%20340%200%20344%2023%20388%2014%2027%2042%2057%2071%2077%20l48%2032%202233%200%202232%200%2044%20-23z%20m-5431%20-1957%20c0%20-1023%20-3%20-1860%20-7%20-1860%20-19%200%20-74%2055%20-92%2093%20l-21%2043%200%201792%200%201792%2060%200%2060%200%200%20-1860z%20m300%20-300%20c0%20-1023%20-3%20-1860%20-7%20-1860%20-19%200%20-74%2055%20-92%2093%20l-21%2043%200%201792%200%201792%2060%200%2060%200%200%20-1860z%20m300%20-300%20c0%20-1023%20-3%20-1860%20-7%20-1860%20-19%200%20-74%2055%20-92%2093%20l-21%2043%200%201792%200%201792%2060%200%2060%200%200%20-1860z%20m4938%20-244%20l-3%20-1804%20-30%20-43%20c-16%20-23%20-50%20-53%20-74%20-66%20l-44%20-23%20-2227%200%20-2227%200%20-44%2023%20c-24%2013%20-57%2043%20-74%2066%20l-30%2043%20-3%201804%20-2%201804%202380%200%202380%200%20-2%20-1804z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M1265%204755%20c-25%20-24%20-25%20-24%20-25%20-235%200%20-281%20-19%20-263%20278%20-258%20255%204%20236%20-15%20240%20240%204%20208%201%20229%20-28%20258%20-19%2019%20-34%2020%20-230%2020%20-211%200%20-211%200%20-235%20-25z%20m315%20-235%20l0%20-80%20-80%200%20-80%200%200%2080%200%2080%2080%200%2080%200%200%20-80z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M1945%204755%20c-25%20-24%20-25%20-25%20-25%20-230%20l0%20-207%2029%20-29%2029%20-29%20202%200%20202%200%2029%2029%2029%2029%200%20207%20c0%20276%2022%20255%20-260%20255%20-211%200%20-211%200%20-235%20-25z%20m315%20-235%20l0%20-80%20-80%200%20-80%200%200%2080%200%2080%2080%200%2080%200%200%20-80z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M2630%204760%20c-29%20-29%20-32%20-50%20-28%20-258%204%20-255%20-15%20-236%20240%20-240%20105%20-2%20202%20-1%20215%202%2012%204%2032%2016%2043%2028%2019%2020%2020%2035%2020%20230%200%20280%2022%20258%20-260%20258%20-196%200%20-211%20-1%20-230%20-20z%20m310%20-240%20l0%20-80%20-80%200%20-80%200%200%2080%200%2080%2080%200%2080%200%200%20-80z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M1283%203750%20c-12%20-5%20-26%20-18%20-32%20-29%20-8%20-14%20-11%20-523%20-11%20-1676%20l0%20-1656%2025%20-24%2024%20-25%202171%200%202171%200%2024%2025%2025%2024%200%201659%20c0%201619%200%201660%20-19%201683%20l-19%2024%20-2169%202%20c-1237%201%20-2177%20-2%20-2190%20-7z%20m4217%20-1700%20l0%20-1530%20-2040%200%20-2040%200%200%201530%200%201530%202040%200%202040%200%200%20-1530z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M3298%203320%20c-355%20-64%20-638%20-317%20-744%20-665%20-26%20-84%20-28%20-102%20-28%20-265%200%20-162%202%20-182%2027%20-263%2098%20-319%20329%20-549%20644%20-643%20164%20-49%20400%20-44%20561%2010%20297%20102%20515%20328%20609%20633%2025%2081%2027%20101%2027%20263%200%20163%20-2%20181%20-28%20265%20-97%20317%20-338%20553%20-657%20645%20-82%2024%20-325%2036%20-411%2020z%20m314%20-185%20c480%20-101%20744%20-623%20538%20-1064%20-151%20-322%20-509%20-500%20-853%20-425%20-170%2037%20-351%20156%20-453%20299%20-289%20406%20-126%20965%20337%201152%20129%2052%20296%2067%20431%2038z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M3695%202733%20c-31%20-8%20-39%20-17%20-188%20-202%20l-139%20-173%20-58%2057%20c-71%2070%20-119%2082%20-165%2042%20-24%20-20%20-30%20-33%20-30%20-67%200%20-39%205%20-46%20111%20-151%2093%20-91%20116%20-109%20142%20-109%2017%200%2038%203%2047%206%2022%209%20372%20445%20386%20480%2015%2042%20-6%2093%20-47%20110%20-18%208%20-35%2013%20-36%2013%20-2%20-1%20-12%20-4%20-23%20-6z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M2542%201257%20c-32%20-34%20-30%20-96%204%20-128%20l26%20-24%20888%200%20888%200%2026%2024%20c35%2033%2036%2098%203%20129%20l-23%2022%20-895%200%20-896%200%20-21%20-23z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M2115%20915%20c-33%20-32%20-33%20-84%20-1%20-122%20l24%20-28%201322%200%201322%200%2024%2028%20c32%2038%2032%2090%20-1%20122%20l-24%2025%20-1321%200%20-1321%200%20-24%20-25z%22/%3E%0A%3C/g%3E%3C/svg%3E);
}
#use_case_landing #why_bus_sec .why_buz_icon.custom_icon {
    background-size: 70px auto;
    background-image: url(data:image/svg+xml;
    charset=US-ASCII, %3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%2020010904//EN%22%20%22http%3A//www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd%22%3E%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22481.000000pt%22%20height%3D%22480.000000pt%22%20viewBox%3D%220%200%20481.000000%20480.000000%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%3Cg%20transform%3D%22translate%280.000000%2C480.000000%29%20scale%280.100000%2C-0.100000%29%22%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M1897%204790%20c-377%20-64%20-706%20-357%20-816%20-728%20l-21%20-68%20-62%20-13%20c-196%20-40%20-408%20-185%20-526%20-358%20-101%20-149%20-143%20-277%20-150%20-460%20-5%20-141%204%20-210%2040%20-323%2087%20-272%20307%20-483%20594%20-572%2060%20-18%20100%20-22%20317%20-25%20l247%20-5%200%20-139%20c0%20-126%202%20-141%2020%20-159%2020%20-20%2033%20-20%20860%20-20%20827%200%20840%200%20860%2020%2018%2018%2020%2033%2020%20159%20l0%20139%20248%204%20c238%204%20250%205%20332%2032%20154%2051%20264%20118%20371%20227%20333%20337%20333%20901%200%201238%20-94%2095%20-219%20177%20-323%20210%20-32%2011%20-43%2023%20-75%2084%20-54%20104%20-181%20229%20-290%20285%20-45%2024%20-117%2051%20-159%2062%20-106%2027%20-263%2027%20-370%200%20l-79%20-20%20-19%2027%20c-42%2061%20-205%20212%20-278%20257%20-101%2062%20-229%20114%20-342%20137%20-97%2020%20-305%2024%20-399%209z%20m390%20-180%20c204%20-48%20402%20-186%20520%20-363%2057%20-86%2093%20-98%20173%20-57%2020%2010%2072%2026%20115%2035%20243%2050%20494%20-78%20606%20-308%2039%20-82%2044%20-87%2088%20-103%2093%20-33%20187%20-82%20249%20-129%20116%20-88%20220%20-248%20256%20-396%2021%20-85%2021%20-253%200%20-338%20-48%20-199%20-192%20-379%20-376%20-472%20-116%20-59%20-183%20-71%20-420%20-76%20l-218%20-5%200%20136%20c0%20132%20-1%20138%20-25%20161%20-20%2021%20-34%2025%20-80%2025%20l-55%200%200%2080%200%2080%2055%200%20c46%200%2060%204%2080%2025%20l25%2024%200%20351%200%20351%20-25%2024%20-24%2025%20-831%200%20-831%200%20-24%20-25%20-25%20-24%200%20-351%200%20-351%2025%20-24%20c20%20-21%2034%20-25%2080%20-25%20l55%200%200%20-80%200%20-80%20-55%200%20c-46%200%20-60%20-4%20-80%20-25%20-24%20-23%20-25%20-29%20-25%20-160%20l0%20-135%20-164%200%20c-91%200%20-199%205%20-242%2011%20-267%2037%20-494%20220%20-580%20469%20-130%20372%2060%20777%20426%20911%2044%2016%20105%2032%20135%2035%2084%2010%20111%2032%20125%2099%2037%20179%20112%20320%20238%20449%20216%20221%20521%20308%20829%20236z%20m833%20-1330%20l0%20-240%20-720%200%20-720%200%200%20240%200%20240%20720%200%20720%200%200%20-240z%20m-160%20-480%20l0%20-80%20-560%200%20-560%200%200%2080%200%2080%20560%200%20560%200%200%20-80z%20m160%20-480%20l0%20-240%20-720%200%20-720%200%200%20240%200%20240%20720%200%20720%200%200%20-240z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M1068%203665%20c-152%20-42%20-287%20-149%20-356%20-283%20-48%20-94%20-66%20-164%20-66%20-262%200%20-155%2061%20-297%20174%20-404%2097%20-91%20239%20-156%20343%20-156%20l37%200%200%2080%200%2079%20-37%206%20c-153%2026%20-253%20100%20-317%20235%20-28%2059%20-31%2074%20-31%20161%200%2090%202%2099%2038%20171%2056%20113%20160%20196%20270%20214%2020%204%2040%2010%2042%2014%203%205%202%2042%20-2%2084%20-7%2086%20-6%2086%20-95%2061z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M3736%203649%20c-11%20-31%20-37%20-141%20-34%20-143%202%20-2%2019%20-9%2038%20-16%20175%20-68%20280%20-249%20250%20-432%20-27%20-169%20-156%20-299%20-328%20-329%20l-62%20-11%200%20-79%200%20-79%2038%200%20c167%200%20379%20138%20459%20300%20113%20227%2074%20479%20-102%20655%20-91%2091%20-247%20171%20-259%20134z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M1840%203280%20l0%20-80%2080%200%2080%200%200%2080%200%2080%20-80%200%20-80%200%200%20-80z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M2320%203280%20l0%20-80%2080%200%2080%200%200%2080%200%2080%20-80%200%20-80%200%200%20-80z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M2800%203280%20l0%20-80%2080%200%2080%200%200%2080%200%2080%20-80%200%20-80%200%200%20-80z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M1840%202320%20l0%20-80%2080%200%2080%200%200%2080%200%2080%20-80%200%20-80%200%200%20-80z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M2320%202320%20l0%20-80%2080%200%2080%200%200%2080%200%2080%20-80%200%20-80%200%200%20-80z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M2800%202320%20l0%20-80%2080%200%2080%200%200%2080%200%2080%20-80%200%20-80%200%200%20-80z%22/%3E%0A%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M4385%202230%20c-16%20-6%20-361%20-187%20-765%20-403%20l-735%20-393%20-7%2064%20c-13%20126%20-102%20248%20-223%20308%20l-60%2029%20-872%203%20-873%202%20-100%20-50%20c-55%20-27%20-102%20-50%20-105%20-50%20-2%200%20-12%2017%20-20%2038%20-21%2049%20-70%20100%20-120%20123%20-54%2025%20-305%2028%20-363%203%20-49%20-20%20-100%20-70%20-123%20-119%20-18%20-38%20-19%20-81%20-19%20-825%200%20-744%201%20-787%2019%20-825%2023%20-49%2074%20-99%20123%20-119%2057%20-24%20309%20-22%20364%203%2050%2023%20111%2093%20126%20146%206%2022%2013%2041%2014%2043%201%202%2047%20-9%20102%20-23%20l101%20-25%20601%200%20c404%200%20615%204%20645%2011%2052%2013%202550%201460%202610%201512%2022%2019%2054%2061%2070%2093%2025%2051%2029%2070%2029%20144%200%2099%20-19%20152%20-80%20220%20-60%2066%20-123%2093%20-224%2096%20-47%202%20-98%20-1%20-115%20-6z%20m158%20-171%20c102%20-52%20123%20-172%2045%20-245%20-30%20-28%20-2460%20-1444%20-2533%20-1476%20-23%20-10%20-153%20-14%20-590%20-15%20l-560%20-3%20-130%2033%20-130%2033%20-3%20580%20-2%20579%20137%2068%20138%2068%20810%20-3%20c807%20-3%20810%20-3%20850%20-24%20151%20-81%20182%20-269%2064%20-381%20-76%20-72%20-22%20-68%20-936%20-71%20l-823%20-3%200%20-80%200%20-79%20858%202%20857%203%2059%2030%20c33%2017%2081%2051%20107%2076%2038%2037%20203%20129%20830%20464%20431%20230%20800%20427%20819%20437%2039%2020%20100%2024%20133%207z%20m-4092%20-328%20l29%20-29%200%20-742%200%20-742%20-29%20-29%20c-29%20-28%20-32%20-29%20-131%20-29%20-99%200%20-102%201%20-131%2029%20l-29%2029%200%20742%200%20742%2029%2029%20c29%2028%2032%2029%20131%2029%2099%200%20102%20-1%20131%20-29z%22/%3E%0A%3C/g%3E%3C/svg%3E);
}
#use_case_landing #why_bus_sec .why_buz_icon.blocked_icon {
    background-size: 70px auto;
    background-image: url(data:image/svg+xml;
    charset=US-ASCII, %3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%2020010904//EN%22%20%22http%3A//www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd%22%3E%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22512.000000pt%22%20height%3D%22512.000000pt%22%20viewBox%3D%220%200%20512.000000%20512.000000%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%3Cg%20transform%3D%22translate%280.000000%2C512.000000%29%20scale%280.100000%2C-0.100000%29%22%3E%0A%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M237%205096%20c-105%20-43%20-187%20-130%20-222%20-235%20-13%20-42%20-15%20-286%20-13%20-2316%20l3%20-2270%2027%20-57%20c34%20-74%20112%20-152%20186%20-186%20l57%20-27%202285%200%202285%200%2057%2027%20c74%2034%20152%20112%20186%20186%20l27%2057%200%202285%200%202285%20-27%2057%20c-34%2074%20-112%20152%20-186%20186%20l-57%2027%20-2275%202%20-2275%203%20-58%20-24z%20m4594%20-179%20c24%20-13%2058%20-43%2074%20-66%20l30%20-43%203%20-354%203%20-354%20-2381%200%20-2380%200%200%20343%20c0%20340%200%20344%2023%20388%2014%2027%2042%2057%2071%2077%20l48%2032%202233%200%202232%200%2044%20-23z%20m107%20-2801%20l-3%20-1804%20-30%20-43%20c-16%20-23%20-50%20-53%20-74%20-66%20l-44%20-23%20-2227%200%20-2227%200%20-44%2023%20c-24%2013%20-57%2043%20-74%2066%20l-30%2043%20-3%201804%20-2%201804%202380%200%202380%200%20-2%20-1804z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M365%204755%20c-25%20-24%20-25%20-24%20-25%20-235%200%20-281%20-19%20-263%20278%20-258%20255%204%20236%20-15%20240%20240%204%20208%201%20229%20-28%20258%20-19%2019%20-34%2020%20-230%2020%20-211%200%20-211%200%20-235%20-25z%20m315%20-235%20l0%20-80%20-80%200%20-80%200%200%2080%200%2080%2080%200%2080%200%200%20-80z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M1045%204755%20c-25%20-24%20-25%20-25%20-25%20-230%20l0%20-207%2029%20-29%2029%20-29%20202%200%20202%200%2029%2029%2029%2029%200%20207%20c0%20276%2022%20255%20-260%20255%20-211%200%20-211%200%20-235%20-25z%20m315%20-235%20l0%20-80%20-80%200%20-80%200%200%2080%200%2080%2080%200%2080%200%200%20-80z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M1730%204760%20c-29%20-29%20-32%20-50%20-28%20-258%204%20-255%20-15%20-236%20240%20-240%20105%20-2%20202%20-1%20215%202%2012%204%2032%2016%2043%2028%2019%2020%2020%2035%2020%20230%200%20280%2022%20258%20-260%20258%20-196%200%20-211%20-1%20-230%20-20z%20m310%20-240%20l0%20-80%20-80%200%20-80%200%200%2080%200%2080%2080%200%2080%200%200%20-80z%22/%3E%0A%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M383%203750%20c-12%20-5%20-26%20-18%20-32%20-29%20-8%20-14%20-11%20-523%20-11%20-1676%20l0%20-1656%2025%20-24%2024%20-25%202171%200%202171%200%2024%2025%2025%2024%200%201659%20c0%201619%200%201660%20-19%201683%20l-19%2024%20-2169%202%20c-1237%201%20-2177%20-2%20-2190%20-7z%20m4217%20-1700%20l0%20-1530%20-2040%200%20-2040%200%200%201530%200%201530%202040%200%202040%200%200%20-1530z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M2341%203115%20c-410%20-92%20-715%20-376%20-838%20-780%20-26%20-86%20-27%20-100%20-27%20-295%200%20-195%201%20-209%2027%20-295%20115%20-376%20383%20-645%20762%20-761%2086%20-27%2099%20-28%20295%20-28%20195%200%20209%201%20295%2027%20376%20115%20647%20386%20762%20762%2026%2086%2027%20100%2027%20295%200%20195%20-1%20209%20-27%20295%20-115%20376%20-389%20650%20-762%20761%20-80%2024%20-109%2027%20-270%2030%20-131%203%20-198%200%20-244%20-11z%20m331%20-220%20c115%20-10%20286%20-74%20377%20-142%20l33%20-26%20-603%20-603%20c-563%20-563%20-604%20-602%20-621%20-587%20-46%2042%20-132%20249%20-153%20367%20-11%2067%20-7%20239%209%20313%2076%20367%20389%20648%20758%20682%2046%204%2094%206%20108%205%2014%20-2%2055%20-6%2092%20-9z%20m652%20-454%20c72%20-140%2097%20-247%2097%20-405%200%20-237%20-83%20-438%20-251%20-606%20-188%20-187%20-426%20-272%20-697%20-248%20-138%2012%20-304%2072%20-402%20145%20l-33%2026%20603%20603%20c563%20563%20604%20602%20621%20587%209%20-8%2037%20-54%2062%20-102z%22/%3E%0A%3C/g%3E%3C/svg%3E);
}
#use_case_landing #why_bus_sec .why_buz_icon.data_icon {
    background-size: 70px auto;
    background-image: url(data:image/svg+xml;
    charset=US-ASCII, %3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%2020010904//EN%22%20%22http%3A//www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd%22%3E%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22480.000000pt%22%20height%3D%22480.000000pt%22%20viewBox%3D%220%200%20480.000000%20480.000000%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%3Cg%20transform%3D%22translate%280.000000%2C480.000000%29%20scale%280.100000%2C-0.100000%29%22%3E%0A%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M1897%204790%20c-377%20-64%20-704%20-355%20-817%20-729%20l-21%20-67%20-62%20-13%20c-195%20-40%20-407%20-185%20-525%20-358%20-101%20-149%20-143%20-277%20-150%20-460%20-5%20-141%204%20-210%2040%20-323%2087%20-272%20304%20-480%20594%20-572%2067%20-22%2083%20-22%20717%20-26%20l647%20-3%200%20-83%200%20-83%20-42%20-12%20c-57%20-18%20-161%20-122%20-179%20-179%20l-12%20-42%20-704%200%20c-690%200%20-703%200%20-723%20-20%20-18%20-18%20-20%20-33%20-20%20-160%20l0%20-140%2080%200%2080%200%200%2080%200%2080%20643%200%20644%200%2011%20-39%20c21%20-69%20126%20-169%20196%20-187%2023%20-5%2026%20-11%2026%20-50%20l0%20-44%2080%200%2080%200%200%2043%20c0%2043%201%2044%2043%2058%2058%2018%20161%20121%20178%20177%20l12%2042%20644%200%20643%200%200%20-80%200%20-80%2080%200%2080%200%200%20140%20c0%20127%20-2%20142%20-20%20160%20-20%2020%20-33%2020%20-723%2020%20l-704%200%20-12%2042%20c-18%2057%20-122%20161%20-179%20179%20l-42%2012%200%2083%200%2083%20648%203%20647%203%2085%2029%20c155%2052%20264%20119%20371%20227%20333%20337%20333%20901%200%201238%20-94%2095%20-219%20177%20-323%20210%20-32%2011%20-43%2023%20-75%2084%20-54%20104%20-181%20229%20-290%20285%20-45%2024%20-117%2051%20-159%2062%20-106%2027%20-263%2027%20-370%200%20l-79%20-20%20-19%2027%20c-42%2061%20-205%20212%20-278%20257%20-101%2062%20-229%20114%20-342%20137%20-97%2020%20-305%2024%20-399%209z%20m390%20-180%20c204%20-48%20402%20-186%20519%20-362%2051%20-77%2081%20-93%20135%20-73%2019%207%2053%2020%2076%2029%20154%2057%20347%2034%20487%20-59%2081%20-54%20153%20-138%20199%20-232%2037%20-77%2042%20-83%2086%20-99%20165%20-59%20281%20-137%20367%20-246%20107%20-137%20154%20-274%20154%20-448%200%20-121%20-18%20-205%20-66%20-306%20-88%20-187%20-248%20-322%20-456%20-386%20l-73%20-23%20-1255%20-3%20c-871%20-2%20-1281%200%20-1339%208%20-271%2036%20-500%20218%20-587%20470%20-130%20372%2060%20777%20426%20911%2044%2016%20105%2032%20135%2035%2084%2010%20111%2032%20125%2099%2037%20179%20112%20320%20238%20449%20216%20221%20521%20308%20829%20236z%20m155%20-2700%20c113%20-32%20150%20-176%2067%20-259%20-111%20-111%20-300%20-3%20-259%20148%2013%2048%2059%2097%20103%20110%2043%2012%2046%2012%2089%201z%22/%3E%0A%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M1068%203665%20c-152%20-42%20-287%20-149%20-356%20-283%20-48%20-94%20-66%20-164%20-66%20-262%200%20-155%2061%20-297%20174%20-404%2097%20-91%20239%20-156%20343%20-156%20l37%200%200%2080%200%2079%20-37%206%20c-172%2029%20-292%20131%20-337%20284%20-64%20218%2082%20462%20297%20497%2020%204%2040%2010%2042%2014%203%205%202%2042%20-2%2084%20-7%2086%20-6%2086%20-95%2061z%22/%3E%0A%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M3736%203649%20c-11%20-31%20-37%20-141%20-34%20-143%202%20-2%2023%20-10%2047%20-20%2063%20-25%20122%20-69%20165%20-126%20182%20-238%2046%20-579%20-252%20-631%20l-62%20-11%200%20-79%200%20-79%2038%200%20c167%200%20379%20138%20459%20300%20113%20227%2074%20479%20-102%20655%20-91%2091%20-247%20171%20-259%20134z%22/%3E%0A%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M1360%202640%20l0%20-80%20160%200%20160%200%200%2080%200%2080%20-160%200%20-160%200%200%20-80z%22/%3E%0A%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M640%201280%20l0%20-80%2080%200%2080%200%200%2080%200%2080%20-80%200%20-80%200%200%20-80z%22/%3E%0A%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M4000%201280%20l0%20-80%2080%200%2080%200%200%2080%200%2080%20-80%200%20-80%200%200%20-80z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M20%201100%20c-19%20-19%20-20%20-33%20-20%20-540%200%20-507%201%20-521%2020%20-540%2020%20-20%2033%20-20%20620%20-20%20587%200%20600%200%20620%2020%2019%2019%2020%2033%2020%20340%200%20375%204%20360%20-100%20360%20l-60%200%200%20100%20c0%20147%2013%20140%20-260%20140%20l-220%200%200%2060%20c0%20103%2010%20100%20-320%20100%20-267%200%20-281%20-1%20-300%20-20z%20m460%20-195%20c0%20-46%204%20-60%2025%20-80%2024%20-25%2024%20-25%20240%20-25%20l215%200%200%20-40%200%20-40%20-335%200%20-336%200%20-24%20-25%20-25%20-24%200%20-256%200%20-255%20-40%200%20-40%200%200%20400%200%20400%20160%200%20160%200%200%20-55z%20m640%20-545%20l0%20-200%20-360%200%20-360%200%200%20200%200%20200%20360%200%20360%200%200%20-200z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M1780%201100%20c-19%20-19%20-20%20-33%20-20%20-540%200%20-507%201%20-521%2020%20-540%2020%20-20%2033%20-20%20620%20-20%20587%200%20600%200%20620%2020%2019%2019%2020%2033%2020%20340%200%20375%204%20360%20-100%20360%20l-60%200%200%20100%20c0%20147%2013%20140%20-260%20140%20l-220%200%200%2060%20c0%20103%2010%20100%20-320%20100%20-267%200%20-281%20-1%20-300%20-20z%20m460%20-195%20c0%20-46%204%20-60%2025%20-80%2024%20-25%2024%20-25%20240%20-25%20l215%200%200%20-40%200%20-40%20-335%200%20-336%200%20-24%20-25%20-25%20-24%200%20-256%200%20-255%20-40%200%20-40%200%200%20400%200%20400%20160%200%20160%200%200%20-55z%20m640%20-545%20l0%20-200%20-360%200%20-360%200%200%20200%200%20200%20360%200%20360%200%200%20-200z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M3540%201100%20c-19%20-19%20-20%20-33%20-20%20-540%200%20-507%201%20-521%2020%20-540%2020%20-20%2033%20-20%20620%20-20%20587%200%20600%200%20620%2020%2019%2019%2020%2033%2020%20340%200%20375%204%20360%20-100%20360%20l-60%200%200%20100%20c0%20147%2013%20140%20-260%20140%20l-220%200%200%2060%20c0%20103%2010%20100%20-320%20100%20-267%200%20-281%20-1%20-300%20-20z%20m460%20-195%20c0%20-46%204%20-60%2025%20-80%2024%20-25%2024%20-25%20240%20-25%20l215%200%200%20-40%200%20-40%20-335%200%20-336%200%20-24%20-25%20-25%20-24%200%20-256%200%20-255%20-40%200%20-40%200%200%20400%200%20400%20160%200%20160%200%200%20-55z%20m640%20-545%20l0%20-200%20-360%200%20-360%200%200%20200%200%20200%20360%200%20360%200%200%20-200z%22/%3E%0A%3C/g%3E%3C/svg%3E);
}
#use_case_landing #why_bus_sec .why_buz_icon.scale_icon {
    background-size: 70px auto;
    background-image: url(data:image/svg+xml;
    charset=US-ASCII, %3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%2020010904//EN%22%20%22http%3A//www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd%22%3E%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22475.000000pt%22%20height%3D%22490.000000pt%22%20viewBox%3D%220%200%20475.000000%20490.000000%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%3Cg%20transform%3D%22translate%280.000000%2C490.000000%29%20scale%280.100000%2C-0.100000%29%22%3E%0A%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M710%204893%20c-36%20-13%20-40%20-34%20-40%20-198%20l0%20-162%20-335%20-258%20c-333%20-256%20-335%20-258%20-335%20-295%200%20-71%20-3%20-70%20353%20-70%20l317%200%200%20-1445%200%20-1446%20-261%20-451%20c-144%20-248%20-266%20-463%20-272%20-478%20-14%20-38%2011%20-77%2055%20-85%2018%20-3%20397%20-5%20841%20-3%20787%203%20809%204%20823%2022%2038%2053%2039%2053%20-391%20539%20l-405%20458%200%201445%200%201444%201195%200%201195%200%200%20-495%200%20-495%2070%200%2070%200%200%20543%20c0%20432%20-3%20547%20-13%20561%20-10%2013%20-63%2028%20-203%2056%20-186%2038%20-2191%20451%20-2269%20467%20l-40%209%20-3%20151%20c-3%20200%203%20193%20-196%20192%20-77%200%20-148%20-3%20-156%20-6z%20m210%20-228%20l0%20-95%20-60%200%20-60%200%200%2095%200%2095%2060%200%2060%200%200%20-95z%20m0%20-430%20l0%20-195%20-60%200%20-60%200%200%20195%200%20195%2060%200%2060%200%200%20-195z%20m400%20129%20c74%20-15%20138%20-30%20143%20-34%208%20-7%20-120%20-220%20-132%20-220%20-3%200%20-48%2066%20-99%20146%20-77%20122%20-89%20145%20-70%20141%2013%20-3%2084%20-18%20158%20-33z%20m-650%20-169%20l0%20-155%20-206%200%20-206%200%20199%20154%20c109%2085%20201%20155%20206%20155%204%201%207%20-69%207%20-154z%20m554%20-142%20c5%20-10%20-13%20-13%20-78%20-13%20l-86%200%200%20133%200%20132%2078%20-120%20c43%20-66%2081%20-126%2086%20-132z%20m725%20180%20c3%20-2%20-26%20-35%20-64%20-73%20l-69%20-69%20-31%2052%20c-17%2029%20-43%2072%20-58%2097%20l-27%2046%20123%20-25%20c67%20-13%20124%20-26%20126%20-28z%20m-257%20-160%20l20%20-33%20-141%200%20-140%200%2072%20114%2072%20113%2048%20-81%20c27%20-44%2058%20-96%2069%20-113z%20m547%20-30%20c2%20-2%20-65%20-3%20-150%20-3%20l-153%200%2074%2075%2074%2074%2076%20-71%20c41%20-40%2077%20-74%2079%20-75z%20m344%2062%20c150%20-31%20277%20-57%20282%20-60%206%20-2%20-92%20-4%20-217%20-4%20l-227%20-1%20-63%2060%20c-35%2032%20-59%2059%20-55%2060%204%200%20130%20-25%20280%20-55z%20m-1663%20-2080%20l0%20-1885%20-60%200%20-60%200%200%201885%200%201885%2060%200%2060%200%200%20-1885z%20m455%20-1570%20c125%20-143%20239%20-272%20253%20-287%20l26%20-28%20-297%200%20-297%200%200%20335%200%20334%2043%20-47%20c24%20-26%20146%20-164%20272%20-307z%20m-708%20-312%20c-2%20-2%20-80%20-2%20-174%20-1%20l-169%203%20170%20295%20171%20294%203%20-293%20c1%20-162%201%20-296%20-1%20-298z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M2340%202460%20l0%20-360%2070%200%2070%200%200%20-60%200%20-60%20-70%200%20-70%200%200%20-365%200%20-365%2070%200%2070%200%200%20-60%200%20-60%20-70%200%20-70%200%200%20-360%200%20-360%201205%200%201205%200%200%20360%200%20360%20-70%200%20-70%200%200%2060%200%2060%2070%200%2070%200%200%20365%200%20365%20-70%200%20-70%200%200%2060%200%2060%2070%200%2070%200%200%20360%200%20360%20-1205%200%20-1205%200%200%20-360z%20m2260%205%20l0%20-205%20-1055%200%20-1055%200%200%20205%200%20205%201055%200%201055%200%200%20-205z%20m-140%20-425%20l0%20-60%20-915%200%20-915%200%200%2060%200%2060%20915%200%20915%200%200%20-60z%20m140%20-425%20l0%20-205%20-1055%200%20-1055%200%200%20205%200%20205%201055%200%201055%200%200%20-205z%20m-140%20-425%20l0%20-60%20-915%200%20-915%200%200%2060%200%2060%20915%200%20915%200%200%20-60z%20m140%20-425%20l0%20-205%20-1055%200%20-1055%200%200%20205%200%20205%201055%200%201055%200%200%20-205z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M2620%202465%20l0%20-75%2075%200%2075%200%200%2075%200%2075%20-75%200%20-75%200%200%20-75z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M2900%202465%20l0%20-75%2075%200%2075%200%200%2075%200%2075%20-75%200%20-75%200%200%20-75z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M3850%202465%20l0%20-75%20310%200%20310%200%200%2075%200%2075%20-310%200%20-310%200%200%20-75z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M2620%201615%20l0%20-75%2075%200%2075%200%200%2075%200%2075%20-75%200%20-75%200%200%20-75z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M2900%201615%20l0%20-75%2075%200%2075%200%200%2075%200%2075%20-75%200%20-75%200%200%20-75z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M3850%201615%20l0%20-75%20310%200%20310%200%200%2075%200%2075%20-310%200%20-310%200%200%20-75z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M2620%20765%20l0%20-75%2075%200%2075%200%200%2075%200%2075%20-75%200%20-75%200%200%20-75z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M2900%20765%20l0%20-75%2075%200%2075%200%200%2075%200%2075%20-75%200%20-75%200%200%20-75z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M3850%20765%20l0%20-75%20310%200%20310%200%200%2075%200%2075%20-310%200%20-310%200%200%20-75z%22/%3E%0A%3C/g%3E%3C/svg%3E);
}
#use_case_landing #why_bus_sec .why_buz_icon.easy_icon {
    background-size: auto 70px;
    background-image: url(data:image/svg+xml;
    charset=US-ASCII, %3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%2020010904//EN%22%20%22http%3A//www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd%22%3E%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22595.000000pt%22%20height%3D%22924.000000pt%22%20viewBox%3D%220%200%20595.000000%20924.000000%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%3Cg%20transform%3D%22translate%280.000000%2C924.000000%29%20scale%280.100000%2C-0.100000%29%22%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M1928%209234%20c-4%20-3%20-37%20-10%20-75%20-15%20-142%20-18%20-163%20-22%20-163%20-30%200%20-5%20-14%20-9%20-30%20-9%20-17%200%20-68%20-12%20-113%20-26%20-107%20-35%20-114%20-37%20-165%20-63%20-24%20-11%20-49%20-21%20-54%20-21%20-12%200%20-120%20-51%20-128%20-61%20-3%20-3%20-20%20-11%20-37%20-18%20-18%20-8%20-33%20-17%20-33%20-22%200%20-5%20-5%20-9%20-11%20-9%20-14%200%20-153%20-90%20-157%20-102%20-2%20-4%20-10%20-8%20-17%20-8%20-8%200%20-20%20-8%20-27%20-18%20-7%20-9%20-24%20-25%20-38%20-33%20-26%20-17%20-91%20-75%20-170%20-153%20-72%20-70%20-91%20-93%20-220%20-256%20-11%20-14%20-20%20-31%20-20%20-37%200%20-7%20-4%20-13%20-8%20-13%20-5%200%20-14%20-10%20-21%20-22%20-7%20-13%20-23%20-41%20-36%20-63%20-41%20-68%20-115%20-222%20-115%20-239%200%20-9%20-4%20-16%20-8%20-16%20-4%200%20-14%20-17%20-21%20-37%20-7%20-21%20-16%20-47%20-21%20-58%20-23%20-53%20-50%20-146%20-56%20-190%20-4%20-28%20-10%20-54%20-14%20-60%20-56%20-78%20-57%20-795%200%20-870%204%20-5%2010%20-32%2014%20-60%206%20-48%2038%20-153%2056%20-187%206%20-10%2010%20-23%2010%20-30%200%20-6%208%20-30%2018%20-52%2010%20-23%2032%20-70%2048%20-106%2016%20-36%2032%20-67%2035%20-70%203%20-3%2011%20-20%2018%20-37%208%20-18%2017%20-33%2022%20-33%205%200%209%20-6%209%20-14%200%20-8%206%20-21%2013%20-28%206%20-8%2018%20-25%2026%20-38%2019%20-36%2068%20-101%20130%20-178%2069%20-85%20290%20-302%20307%20-302%208%200%2014%20-4%2014%20-10%200%20-5%2021%20-24%2048%20-42%2026%20-17%2053%20-38%2060%20-45%207%20-7%2018%20-13%2023%20-13%205%200%2019%20-9%2031%20-20%2012%20-11%2028%20-20%2035%20-20%207%200%2013%20-3%2013%20-8%200%20-4%2015%20-13%2033%20-21%2017%20-8%2034%20-18%2037%20-23%204%20-4%2020%20-11%2038%20-14%20l32%20-6%200%20163%200%20164%20-38%2025%20c-20%2014%20-46%2033%20-56%2043%20-11%209%20-26%2017%20-33%2017%20-7%200%20-13%204%20-13%208%200%205%20-16%2020%20-35%2034%20-66%2047%20-212%20194%20-277%20280%20-9%2013%20-29%2037%20-43%2054%20-14%2018%20-25%2036%20-25%2042%200%206%20-3%2012%20-7%2014%20-12%205%20-56%2076%20-84%20133%20-13%2028%20-26%2052%20-29%2055%20-17%2017%20-100%20223%20-100%20248%200%207%20-4%2020%20-9%2030%20-5%209%20-15%2044%20-21%2077%20-7%2033%20-16%2069%20-21%2080%20-5%2011%20-13%2088%20-18%20172%20-10%20157%201%20449%2019%20488%205%2011%2014%2045%2021%2075%206%2030%2015%2064%2019%2075%204%2011%2014%2040%2021%2065%207%2025%2019%2056%2026%2070%207%2014%2013%2030%2013%2035%200%2014%20105%20220%20130%20255%2011%2015%2020%2031%2020%2034%200%204%204%2012%2010%2019%2058%2073%20100%20128%20100%20131%200%206%20230%20236%20236%20236%203%200%2057%2041%20131%20100%207%206%2014%2010%2016%2010%202%200%2044%2024%2093%2054%2049%2029%20100%2057%20114%2061%2014%204%2041%2016%2060%2026%2019%2011%2042%2019%2050%2019%209%200%2020%204%2025%208%206%204%2028%2014%2050%2021%2022%207%2049%2016%2060%2021%2011%204%2047%2013%2080%2020%2033%207%2065%2016%2070%2020%206%204%2080%2013%20165%2019%20179%2013%20476%200%20532%20-23%2018%20-8%2056%20-17%2083%20-21%2028%20-4%2055%20-11%2060%20-14%206%20-4%2030%20-13%2055%20-21%2025%20-7%2049%20-17%2055%20-22%205%20-4%2016%20-8%2025%20-8%208%200%2036%20-11%2062%20-25%2026%20-14%2054%20-25%2063%20-25%208%200%2015%20-4%2015%20-8%200%20-5%2016%20-14%2035%20-22%2019%20-8%2035%20-17%2035%20-21%200%20-4%2013%20-10%2029%20-14%2016%20-3%2032%20-13%2035%20-21%203%20-8%2012%20-14%2020%20-14%208%200%2021%20-6%2028%20-12%207%20-7%2047%20-38%2088%20-69%20105%20-78%20260%20-233%20325%20-324%2011%20-15%2027%20-36%2035%20-45%208%20-9%2022%20-28%2030%20-43%2056%20-96%2085%20-142%2092%20-145%204%20-2%208%20-8%208%20-13%200%20-10%2025%20-70%2056%20-133%208%20-16%2014%20-33%2014%20-38%200%20-4%209%20-27%2019%20-51%2011%20-23%2024%20-62%2030%20-87%205%20-25%2017%20-76%2026%20-115%2029%20-129%2034%20-169%2039%20-285%208%20-170%20-15%20-412%20-48%20-510%20-8%20-25%20-18%20-62%20-21%20-83%20-4%20-20%20-16%20-54%20-26%20-74%20-11%20-21%20-19%20-45%20-19%20-55%200%20-10%20-4%20-18%20-10%20-18%20-5%200%20-10%20-7%20-10%20-15%200%20-15%20-49%20-119%20-88%20-187%20-57%20-99%20-136%20-210%20-199%20-278%20-24%20-25%20-43%20-51%20-43%20-57%200%20-16%2045%20-39%2093%20-48%2020%20-4%2037%20-11%2037%20-15%200%20-4%2020%20-14%2045%20-21%2025%20-7%2045%20-16%2045%20-20%200%20-4%2012%20-10%2026%20-13%2028%20-7%2074%2015%2074%2037%200%207%209%2018%2020%2025%2011%207%2020%2019%2020%2027%200%208%203%2015%208%2015%204%200%2016%2015%2027%2032%2011%2018%2028%2044%2037%2058%2010%2014%2023%2035%2029%2048%207%2012%2016%2022%2021%2022%204%200%208%206%208%2014%200%207%208%2024%2019%2037%2010%2013%2022%2035%2026%2049%204%2014%2010%2027%2014%2030%2012%2010%2031%2050%2031%2065%200%208%203%2015%208%2015%207%200%2014%2016%2047%20115%2010%2028%2023%2064%2031%2080%2023%2053%2071%20259%2084%20360%2012%2092%2012%20460%200%20550%20-5%2039%20-14%2090%20-20%20115%20-5%2025%20-13%2061%20-16%2080%20-3%2019%20-9%2044%20-14%2055%20-4%2011%20-14%2040%20-21%2065%20-7%2025%20-16%2049%20-21%2055%20-4%205%20-8%2017%20-8%2028%200%2010%20-9%2038%20-20%2063%20-45%2099%20-58%20130%20-64%20152%20-4%2012%20-11%2022%20-16%2022%20-4%200%20-11%2012%20-15%2027%20-3%2015%20-15%2039%20-26%2054%20-10%2015%20-19%2032%20-19%2038%200%206%20-4%2011%20-10%2011%20-5%200%20-10%206%20-10%2013%200%207%20-9%2023%20-20%2035%20-11%2012%20-20%2025%20-20%2030%200%205%20-10%2021%20-22%2035%20-13%2014%20-39%2047%20-58%2074%20-67%2093%20-244%20273%20-363%20368%20-54%2044%20-125%2095%20-131%2095%20-5%200%20-22%2010%20-39%2023%20-70%2049%20-327%20177%20-357%20177%20-6%200%20-18%204%20-28%209%20-27%2015%20-112%2042%20-167%2053%20-27%206%20-59%2014%20-70%2018%20-11%205%20-51%2013%20-90%2019%20-38%206%20-86%2014%20-105%2017%20-49%209%20-454%2016%20-462%208z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M2005%208543%20c-38%20-2%20-74%20-8%20-79%20-14%20-6%20-5%20-25%20-9%20-44%20-9%20-41%200%20-122%20-20%20-122%20-30%200%20-4%20-19%20-10%20-42%20-13%20-24%20-3%20-74%20-22%20-113%20-42%20-38%20-19%20-76%20-35%20-83%20-35%20-7%200%20-15%20-6%20-18%20-14%20-3%20-8%20-17%20-17%20-32%20-21%20-15%20-4%20-29%20-10%20-32%20-13%20-3%20-4%20-27%20-23%20-55%20-42%20-64%20-44%20-63%20-43%20-110%20-85%20-22%20-19%20-43%20-35%20-47%20-35%20-4%200%20-10%20-9%20-13%20-20%20-3%20-11%20-11%20-20%20-17%20-20%20-12%200%20-87%20-81%20-88%20-95%200%20-5%20-12%20-21%20-25%20-34%20-14%20-13%20-25%20-29%20-25%20-36%200%20-7%20-6%20-15%20-12%20-18%20-7%20-3%20-24%20-27%20-38%20-53%20-14%20-27%20-31%20-55%20-38%20-63%20-7%20-7%20-16%20-26%20-19%20-42%20-3%20-16%20-8%20-29%20-12%20-29%20-3%200%20-12%20-15%20-19%20-32%20-8%20-18%20-17%20-42%20-22%20-53%20-26%20-62%20-60%20-192%20-60%20-229%200%20-23%20-5%20-47%20-11%20-53%20-14%20-14%20-15%20-368%20-1%20-386%205%20-6%2012%20-38%2015%20-69%205%20-48%2019%20-101%2056%20-203%2015%20-40%20106%20-220%20114%20-223%204%20-2%207%20-9%207%20-15%200%20-11%2025%20-46%2064%20-89%2011%20-13%2012%20-18%204%20-18%20-7%200%20-1%20-8%2015%20-18%2015%20-9%2027%20-21%2027%20-26%200%20-16%2090%20-97%20100%20-91%206%204%2010%20102%2010%20237%200%20182%20-3%20235%20-14%20256%20-17%2031%20-38%2081%20-56%20132%20-7%2019%20-16%2044%20-20%2055%20-15%2036%20-34%20189%20-34%20270%201%2089%2022%20255%2035%20270%205%205%209%2017%209%2027%200%2010%204%2026%209%2036%2015%2029%2029%2066%2037%2092%204%2014%2015%2036%2025%2049%2011%2013%2019%2028%2019%2034%200%2020%2097%20145%20165%20212%20108%20107%20119%20115%20261%20194%2011%205%2037%2017%2059%2026%2022%209%2048%2021%2057%2026%2010%205%2025%209%2033%209%208%200%2023%204%2033%209%2023%2013%20223%2041%20287%2041%2056%200%20249%20-28%20280%20-40%2011%20-4%2036%20-13%2055%20-20%2019%20-7%2049%20-19%2067%20-26%2017%20-8%2034%20-14%2038%20-14%204%200%2018%20-9%2032%20-20%2014%20-11%2032%20-20%2039%20-20%208%200%2022%20-8%2032%20-17%2010%20-10%2029%20-25%2042%20-33%2055%20-36%20210%20-182%20210%20-199%200%20-4%2015%20-24%2033%20-44%2018%20-21%2046%20-63%2063%20-95%2016%20-31%2032%20-58%2037%20-60%204%20-2%207%20-11%207%20-21%200%20-9%209%20-34%2020%20-56%2030%20-59%2070%20-267%2069%20-365%200%20-108%20-39%20-314%20-70%20-371%20-10%20-20%20-19%20-44%20-19%20-52%200%20-8%20-5%20-17%20-10%20-19%20-11%20-3%20-16%20-485%20-5%20-496%2013%20-13%20205%20217%20205%20246%200%207%204%2012%208%2012%205%200%2014%2016%2022%2035%208%2019%2017%2035%2022%2035%204%200%208%206%208%2013%200%206%2012%2035%2025%2062%2014%2028%2025%2057%2025%2066%200%209%203%2019%207%2023%2011%2010%2033%2079%2033%20103%200%2012%204%2024%209%2027%205%203%2012%2041%2015%2083%204%2043%2011%20111%2017%20151%2015%20107%20-13%20357%20-52%20460%20-5%2013%20-9%2032%20-9%2042%200%2011%20-4%2020%20-10%2020%20-5%200%20-10%2010%20-10%2023%200%2012%20-9%2040%20-21%2061%20-11%2021%20-18%2043%20-16%2049%204%2013%20-50%20120%20-93%20182%20-37%2053%20-219%20255%20-230%20255%20-5%200%20-22%2014%20-39%2031%20-17%2017%20-31%2026%20-31%2020%200%20-5%20-32%2012%20-72%2040%20-39%2027%20-78%2049%20-85%2049%20-7%200%20-13%204%20-13%208%200%205%20-24%2019%20-52%2032%20-29%2012%20-71%2031%20-92%2041%20-22%2010%20-55%2022%20-75%2025%20-20%204%20-45%2013%20-56%2020%20-11%207%20-47%2016%20-80%2020%20-33%204%20-64%2010%20-70%2014%20-12%2010%20-255%2019%20-350%2013z%22/%3E%0A%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M2015%207700%20c-50%20-10%20-139%20-42%20-143%20-52%20-2%20-5%20-11%20-8%20-21%20-8%20-9%200%20-26%20-8%20-37%20-17%20-11%20-10%20-32%20-25%20-47%20-34%20-31%20-17%20-147%20-128%20-147%20-140%200%20-4%20-6%20-14%20-13%20-21%20-22%20-23%20-67%20-115%20-67%20-137%200%20-11%20-4%20-21%20-9%20-21%20-29%200%20-31%20-112%20-31%20-2242%20l0%20-2152%20-226%20227%20c-124%20125%20-229%20227%20-233%20227%20-4%200%20-21%2011%20-37%2025%20-16%2014%20-35%2025%20-41%2025%20-7%200%20-13%204%20-13%209%200%205%20-15%2013%20-33%2016%20-17%204%20-34%2011%20-37%2016%20-3%204%20-28%2013%20-55%2019%20-28%207%20-64%2016%20-81%2021%20-41%2012%20-181%2012%20-189%20-1%20-3%20-5%20-22%20-10%20-42%20-10%20-20%200%20-57%20-9%20-82%20-21%20-90%20-40%20-133%20-64%20-138%20-76%20-3%20-7%20-10%20-13%20-17%20-13%20-33%200%20-188%20-180%20-202%20-234%20-3%20-14%20-9%20-26%20-13%20-26%20-5%200%20-14%20-19%20-21%20-42%20-7%20-24%20-17%20-54%20-24%20-67%20-15%20-31%20-14%20-261%200%20-292%207%20-13%2017%20-43%2024%20-66%207%20-24%2017%20-43%2022%20-43%204%200%208%20-8%208%20-18%200%20-16%2044%20-90%2060%20-102%204%20-3%209%20-10%2011%20-17%204%20-11%20185%20-201%20467%20-491%2073%20-75%20151%20-156%20173%20-179%2022%20-24%2044%20-43%2050%20-43%205%200%209%20-5%209%20-11%200%20-6%2033%20-45%2074%20-87%2041%20-43%2098%20-103%20128%20-134%20104%20-111%20355%20-373%20483%20-504%2072%20-73%20168%20-175%20215%20-225%20146%20-157%20355%20-365%20386%20-385%2016%20-10%2035%20-27%2042%20-36%207%20-10%2018%20-18%2023%20-18%205%200%2019%20-9%2031%20-20%2012%20-11%2028%20-20%2035%20-20%207%200%2013%20-4%2013%20-9%200%20-5%2010%20-13%2022%20-17%2013%20-4%2025%20-10%2028%20-14%209%20-14%20184%20-100%20202%20-100%2010%200%2018%20-4%2018%20-9%200%20-4%2021%20-14%2048%20-21%2026%20-7%2052%20-16%2057%20-20%2015%20-11%20131%20-41%20200%20-51%2033%20-6%2085%20-15%20115%20-22%2077%20-17%201467%20-17%201525%200%2022%206%2072%2016%20110%2021%2080%2011%20195%2040%20210%2053%205%205%2016%209%2025%209%209%200%2033%209%2055%2020%2022%2011%2043%2020%2049%2020%2011%200%20119%2051%20126%2060%203%203%2020%2012%2038%2019%2017%208%2032%2017%2032%2021%200%204%2011%2011%2025%2014%2014%204%2025%2011%2025%2016%200%206%206%2010%2013%2010%206%200%2026%2011%2042%2025%2017%2013%2039%2031%2050%2039%2064%2048%20100%2080%20190%20171%2055%2055%20109%20113%20120%20129%2011%2015%2025%2033%2030%2040%2014%2015%2086%20125%20105%20159%2053%2097%20101%20199%20106%20226%204%2017%2010%2031%2014%2031%204%200%2013%2021%2020%2048%206%2026%2015%2056%2020%2067%204%2011%2013%2047%2020%2080%207%2033%2017%2074%2024%2090%208%2022%2011%20430%2011%201535%20l0%201505%20-25%2073%20c-13%2039%20-28%2072%20-32%2072%20-5%200%20-8%205%20-8%2011%200%2049%20-203%20268%20-247%20269%20-7%200%20-13%204%20-13%209%200%205%20-14%2013%20-32%2016%20-17%204%20-38%2013%20-45%2021%20-8%207%20-30%2016%20-51%2019%20-20%203%20-45%2010%20-54%2016%20-24%2012%20-275%2012%20-283%20-1%20-3%20-5%20-18%20-10%20-33%20-10%20-15%200%20-49%20-11%20-77%20-25%20-27%20-13%20-54%20-25%20-60%20-25%20-5%200%20-28%20-14%20-50%20-31%20l-40%20-30%20-3%2023%20c-4%2033%20-24%20101%20-34%20113%20-4%205%20-8%2016%20-8%2023%200%2016%20-69%20125%20-82%20130%20-4%202%20-8%208%20-8%2013%200%205%20-21%2030%20-47%2054%20-27%2025%20-57%2054%20-68%2065%20-12%2011%20-28%2020%20-38%2020%20-9%200%20-17%205%20-17%2010%200%2010%20-99%2060%20-118%2060%20-5%200%20-24%207%20-42%2016%20-40%2021%20-225%2030%20-295%2016%20-82%20-17%20-224%20-75%20-233%20-94%20-2%20-5%20-9%20-8%20-15%20-8%20-6%200%20-19%20-7%20-29%20-17%20-17%20-15%20-18%20-14%20-18%2015%200%2018%20-4%2032%20-10%2032%20-5%200%20-10%2013%20-10%2029%200%2031%20-72%20179%20-95%20197%20-8%206%20-15%2015%20-15%2020%200%2024%20-169%20164%20-197%20164%20-7%200%20-13%204%20-13%209%200%205%20-17%2015%20-37%2022%20-21%206%20-42%2015%20-48%2019%20-5%205%20-56%2016%20-113%2025%20-96%2016%20-108%2016%20-204%200%20-55%20-9%20-108%20-21%20-117%20-25%20-9%20-5%20-31%20-15%20-48%20-22%20-18%20-7%20-33%20-16%20-33%20-20%200%20-5%20-6%20-8%20-13%20-8%20-7%200%20-28%20-11%20-47%20-25%20-19%20-14%20-37%20-25%20-42%20-25%20-4%200%20-9%20362%20-10%20803%20-2%20552%20-6%20808%20-14%20818%20-6%208%20-16%2033%20-24%2057%20-7%2023%20-17%2042%20-21%2042%20-4%200%20-12%2014%20-18%2030%20-5%2017%20-15%2030%20-20%2030%20-6%200%20-11%206%20-11%2014%200%2035%20-203%20206%20-244%20206%20-8%200%20-16%204%20-18%208%20-4%2011%20-90%2041%20-148%2052%20-55%2011%20-200%2010%20-255%200z%20m233%20-298%20c9%20-5%2038%20-19%2064%20-32%2069%20-33%20158%20-125%20158%20-163%200%20-8%206%20-17%2013%20-19%209%20-4%2013%20-427%2017%20-2053%204%20-1626%208%20-2049%2018%20-2053%206%20-2%2012%20-10%2012%20-19%200%20-36%2077%20-83%20138%20-83%2076%200%20131%2037%20165%20110%2015%2032%2017%20137%2019%201080%20l3%201045%2026%2055%20c31%2066%20106%20144%20165%20169%2082%2037%20147%2046%20224%2031%2039%20-7%2070%20-17%2070%20-21%200%20-4%2013%20-10%2029%20-14%2056%20-12%20171%20-154%20171%20-210%200%20-8%204%20-15%2010%20-15%206%200%2011%20-359%2012%20-1023%20l3%20-1023%2024%20-36%20c49%20-70%20159%20-101%20214%20-58%2014%2011%2029%2020%2034%2020%204%200%2019%2017%2033%2037%20l25%2037%206%20800%20c5%20822%208%20876%2045%20914%208%207%2014%2017%2014%2021%200%2018%2082%2092%20131%20116%2030%2015%2062%2032%2071%2036%2010%205%2054%209%2098%209%2044%200%2088%20-4%2098%20-9%209%20-4%2041%20-20%2070%20-35%2089%20-45%20155%20-136%20181%20-249%207%20-32%2011%20-308%2011%20-863%200%20-589%203%20-821%2011%20-837%207%20-12%2027%20-37%2047%20-54%2031%20-30%2040%20-33%2096%20-33%2054%200%2066%204%2098%2030%2077%2064%2072%2019%2078%20745%20l5%20650%2030%2050%20c33%2057%20119%20145%20141%20145%208%200%2014%204%2014%209%200%204%2036%2015%2080%2024%2074%2015%2087%2015%20157%201%2042%20-9%2090%20-26%20107%20-38%2046%20-32%20106%20-88%20106%20-98%200%20-5%207%20-16%2015%20-24%208%20-9%2018%20-27%2022%20-42%203%20-15%2010%20-30%2015%20-33%2012%20-8%2011%20-2920%20-2%20-2933%20-5%20-5%20-10%20-22%20-10%20-38%200%20-15%20-7%20-53%20-16%20-85%20-9%20-32%20-21%20-79%20-27%20-105%20-6%20-27%20-14%20-48%20-18%20-48%20-4%200%20-13%20-20%20-20%20-45%20-7%20-25%20-17%20-45%20-21%20-45%20-4%200%20-8%20-8%20-8%20-17%200%20-10%20-9%20-29%20-20%20-43%20-11%20-14%20-20%20-29%20-20%20-34%200%20-12%20-52%20-90%20-62%20-94%20-5%20-2%20-8%20-9%20-8%20-16%200%20-7%20-11%20-23%20-25%20-36%20-14%20-13%20-25%20-27%20-25%20-31%200%20-4%20-15%20-23%20-32%20-41%20-18%20-19%20-47%20-50%20-65%20-69%20-44%20-47%20-91%20-90%20-138%20-125%20-58%20-43%20-65%20-47%20-86%20-67%20-10%20-9%20-25%20-17%20-33%20-17%20-7%200%20-24%20-8%20-37%20-18%20-48%20-37%20-257%20-127%20-319%20-138%20-19%20-3%20-44%20-9%20-55%20-14%20-76%20-31%20-176%20-35%20-870%20-35%20-694%200%20-794%204%20-870%2035%20-11%205%20-36%2011%20-55%2014%20-58%2010%20-208%2075%20-336%20145%20-108%2059%20-285%20222%20-541%20497%20-50%2055%20-136%20145%20-190%20200%20-193%20199%20-368%20386%20-376%20400%20-4%208%20-15%2014%20-22%2014%20-8%200%20-15%204%20-15%2010%200%205%20-47%2058%20-104%20117%20-160%20167%20-226%20236%20-379%20397%20-78%2081%20-211%20218%20-295%20305%20-85%2086%20-166%20174%20-181%20196%20-29%2043%20-61%20145%20-61%20195%200%2042%2031%20151%2050%20174%2081%20101%20147%20144%20237%20155%2061%207%20182%20-4%20193%20-18%203%20-3%2019%20-13%2035%20-21%2036%20-18%20357%20-339%20350%20-350%20-3%20-4%204%20-10%2015%20-13%2013%20-3%2020%20-14%2020%20-29%200%20-15%203%20-19%208%20-10%206%208%2053%20-33%20155%20-137%2081%20-82%20162%20-159%20180%20-170%2072%20-44%20183%20-14%20224%2061%2017%2031%2018%20154%2023%202363%20l5%202330%2025%2045%20c44%2079%2092%20129%20157%20160%2026%2013%2055%2027%2063%2031%2020%2011%20186%2011%20208%201z%22/%3E%0A%3C/g%3E%3C/svg%3E);
}
#use_case_landing #AccordionFAQ {
    background: #fff;
}
#use_case_landing #AccordionFAQ .card-header {
    font-size: 20px;
    font-weight: 400;
}
#custom_setup_page {
    background: #fff;
}
#custom_setup_page .card {
    background: #f5f6fa;
}
#custom_setup_page #hero_section.static_page_hero {
    height: 300px;
    padding-top: 70px;
}
#custom_setup_page #hero_section.static_page_hero .lead_text {
    margin-bottom: 20px;
}
#custom_setup_page #hero_section.static_page_hero .tag_line_text {
    margin-bottom: 0;
}
#custom_setup_page .setup_list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 10px;
}
#custom_setup_page .setup_list li {
    margin-bottom: 10px;
}
.scraper_tool_section .lead_text {
    color: #000;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 600;
}
.scraper_tool_section .free_tool_btn {
    background: #f2b011;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 22px;
    font-weight: 700;
    margin-right: 10px;
}
.scraper_tool_section .free_tool_btn:hover {
    background: #d39614;
}
.free_tool_common .title_text {
    margin-bottom: 30px;
}
.free_tool_common .common_static_page {
    padding-bottom: 0;
}
.free_tool_common .common_static_page #product_overview {
    padding: 80px 0;
    background: #fff;
}
.free_tool_common .common_static_page #product_overview .title_text {
    display: block;
}
.free_tool_common .common_static_page #product_overview .service_list {
    background: 0 0;
    margin: auto;
}
.free_tool_common #AccordionFAQ {
    padding: 80px 0;
    background: #fff;
}
.free_tool_common .what_scraper_tools {
    padding: 80px 0;
    margin: 50px 0;
}
.free_tool_common .what_scraper_tools .nav-pills .nav-link.active, .free_tool_common .what_scraper_tools .nav-pills .show>.nav-link {
    border-color: #0069ff;
    color: #031b4d;
    background-color: rgba(0, 105, 255, .1);
    border-style: solid;
    border-width: 1px;
}
.free_tool_common .what_scraper_tools .nav-pills .nav-link {
    margin-bottom: 10px;
    border: 1px solid #0069ff;
}
.free_tool_common .what_scraper_tools .nav-link:focus, .free_tool_common .what_scraper_tools .nav-link:hover {
    color: #031b4d;
    border: 1px solid #0069ff;
    background-color: rgba(0, 105, 255, .1);
}
.free_tool_common #why_scraper_tool {
    padding: 80px 0;
}
.free_tool_common #why_scraper_tool .free_tools_thumb {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background: #f3f3f3;
    margin: 0 auto 20px;
}
.free_tool_common #why_scraper_tool .tool_head {
    font-size: 20px;
    font-weight: 600;
}
.free_tool_common #free_tool_bottom_section {
    padding: 80px 0 80px;
}
.free_tool_common #free_tool_bottom_section .get_in_touch_btn {
    border-radius: 5px;
}
#job_scraping #hero_section {
    background: url(/static/images/prowebscraper_Job_cover_image.jpg) no-repeat center/cover;
}
#job_scraping #hero_section .go_down_btn {
    z-index: 1;
}
#job_scraping #hero_section:after {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000;
    content: '';
    opacity: .3;
}
#job_scraping #hero_section .row {
    z-index: 1;
    position: relative;
}
#job_scraping #hero_section .lead_text {
    font-size: 70px;
    margin-bottom: 20px;
}
#job_scraping #hero_section.static_page_hero {
    height: 85vh;
}
#job_scraping .job_sub_title {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}
#job_scraping .btn {
    border-radius: 5px;
    font-size: 18px;
    padding: 18px 40px;
}
#job_scraping .job_header-img img {
    max-width: 100%}
#use_case_landing #why_job_data {
    background: #fff;
}
#use_case_landing #why_job_data .why_job_section ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#use_case_landing #why_job_data .why_job_section ul li {
    margin: 0 0 10px 0;
    padding: 0 0 0 25px;
    position: relative;
}
#use_case_landing #why_job_data .why_job_section ul li i {
    position: absolute;
    left: 0;
    top: 4px;
}
#use_case_landing #why_job_data .job_data_list img {
    max-width: 400px;
}
#use_case_landing #data_simple-adv_items {
    background: #fff;
}
#use_case_landing #data_simple-adv_items .data_simple-adv_icon img {
    height: 80px;
}
#use_case_landing #data_simple-adv_items .data_simple-adv_text {
    margin-top: 15px;
}
#use_case_landing #data_scrap_source {
    background: #fff;
    position: relative;
    z-index: 2;
}
#use_case_landing #data_scrap_source .data_scrap_bg_cover img {
    width: 100%}
#use_case_landing #data_get_started {
    background: #f2b011;
}
#use_case_landing #data_get_started h2 {
    color: #031b4d;
}
#use_case_landing #why_use_job {
    background: #fff;
}
#use_case_landing #why_use_job .why_use_job_items .job_items_list {
    padding: 50px 30px;
    position: relative;
    z-index: 2;
}
#use_case_landing #why_use_job .why_use_job_items .job_items_list:nth-child(3n+3):after {
    background: 0 0;
}
#use_case_landing #why_use_job .why_use_job_items .job_items_list:after {
    content: "";
    position: absolute;
    right: 1px;
    bottom: 15px;
    width: 1px;
    height: calc(100% - 40px);
    background-color: #bababa;
}
#use_case_landing #why_use_job .why_use_job_items .job_items_list:nth-child(-n+3):before {
    content: "";
    position: absolute;
    left: 15px;
    bottom: 0;
    width: calc(100% - 40px);
    height: 1px;
    background-color: #bababa;
}
#use_case_landing #why_use_job .why_use_job_items .job_items_list:hover:before {
    content: "";
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 4px);
    left: -2px;
    z-index: -1;
    bottom: 0;
    position: absolute;
    background-color: #eee;
}
#use_case_landing #why_use_job .why_use_job_items .job_items_list:hover:after {
    z-index: -2;
}
#use_case_landing #why_use_job .why_use_job_items .job_item_icon {
    margin: auto;
    margin-bottom: 15px;
    max-width: 60px;
    height: 60px;
}
#use_case_landing #why_use_job .why_use_job_items .job_item_icon img {
    max-width: 60px;
}
#use_case_landing #why_use_job .why_use_job_items .job_item_title {
    font-size: 30px;
    font-weight: 400;
}
#use_case_landing #job_question {
    background: #f2b011;
}
#use_case_landing #job_question h2 {
    color: #031b4d;
}
#use_case_landing #why-prowebscraper .card {
    padding: 60px 20px 20px;
    position: relative;
    border-radius: 13px;
}
#use_case_landing #why-prowebscraper .card:after {
    position: absolute;
    left: 0;
    right: 0;
    top: -36px;
    width: 80px;
    height: 80px;
    content: "";
    border-radius: 50%;
    margin: auto;
    box-shadow: 0 7px 7px #d3d3d3;
}
#use_case_landing #why-prowebscraper .card:first-child:after {
    background: #fff url(/static/images/no_coding.svg) no-repeat center center/40px 40px;
}
#use_case_landing #why-prowebscraper .card:nth-child(2):after {
    background: #fff url(data:image/svg+xml;
    charset=US-ASCII, %3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%2020010904//EN%22%20%22http%3A//www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd%22%3E%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22481.000000pt%22%20height%3D%22480.000000pt%22%20viewBox%3D%220%200%20481.000000%20480.000000%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%3Cg%20transform%3D%22translate%280.000000%2C480.000000%29%20scale%280.100000%2C-0.100000%29%22%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M1897%204790%20c-377%20-64%20-706%20-357%20-816%20-728%20l-21%20-68%20-62%20-13%20c-196%20-40%20-408%20-185%20-526%20-358%20-101%20-149%20-143%20-277%20-150%20-460%20-5%20-141%204%20-210%2040%20-323%2087%20-272%20307%20-483%20594%20-572%2060%20-18%20100%20-22%20317%20-25%20l247%20-5%200%20-139%20c0%20-126%202%20-141%2020%20-159%2020%20-20%2033%20-20%20860%20-20%20827%200%20840%200%20860%2020%2018%2018%2020%2033%2020%20159%20l0%20139%20248%204%20c238%204%20250%205%20332%2032%20154%2051%20264%20118%20371%20227%20333%20337%20333%20901%200%201238%20-94%2095%20-219%20177%20-323%20210%20-32%2011%20-43%2023%20-75%2084%20-54%20104%20-181%20229%20-290%20285%20-45%2024%20-117%2051%20-159%2062%20-106%2027%20-263%2027%20-370%200%20l-79%20-20%20-19%2027%20c-42%2061%20-205%20212%20-278%20257%20-101%2062%20-229%20114%20-342%20137%20-97%2020%20-305%2024%20-399%209z%20m390%20-180%20c204%20-48%20402%20-186%20520%20-363%2057%20-86%2093%20-98%20173%20-57%2020%2010%2072%2026%20115%2035%20243%2050%20494%20-78%20606%20-308%2039%20-82%2044%20-87%2088%20-103%2093%20-33%20187%20-82%20249%20-129%20116%20-88%20220%20-248%20256%20-396%2021%20-85%2021%20-253%200%20-338%20-48%20-199%20-192%20-379%20-376%20-472%20-116%20-59%20-183%20-71%20-420%20-76%20l-218%20-5%200%20136%20c0%20132%20-1%20138%20-25%20161%20-20%2021%20-34%2025%20-80%2025%20l-55%200%200%2080%200%2080%2055%200%20c46%200%2060%204%2080%2025%20l25%2024%200%20351%200%20351%20-25%2024%20-24%2025%20-831%200%20-831%200%20-24%20-25%20-25%20-24%200%20-351%200%20-351%2025%20-24%20c20%20-21%2034%20-25%2080%20-25%20l55%200%200%20-80%200%20-80%20-55%200%20c-46%200%20-60%20-4%20-80%20-25%20-24%20-23%20-25%20-29%20-25%20-160%20l0%20-135%20-164%200%20c-91%200%20-199%205%20-242%2011%20-267%2037%20-494%20220%20-580%20469%20-130%20372%2060%20777%20426%20911%2044%2016%20105%2032%20135%2035%2084%2010%20111%2032%20125%2099%2037%20179%20112%20320%20238%20449%20216%20221%20521%20308%20829%20236z%20m833%20-1330%20l0%20-240%20-720%200%20-720%200%200%20240%200%20240%20720%200%20720%200%200%20-240z%20m-160%20-480%20l0%20-80%20-560%200%20-560%200%200%2080%200%2080%20560%200%20560%200%200%20-80z%20m160%20-480%20l0%20-240%20-720%200%20-720%200%200%20240%200%20240%20720%200%20720%200%200%20-240z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M1068%203665%20c-152%20-42%20-287%20-149%20-356%20-283%20-48%20-94%20-66%20-164%20-66%20-262%200%20-155%2061%20-297%20174%20-404%2097%20-91%20239%20-156%20343%20-156%20l37%200%200%2080%200%2079%20-37%206%20c-153%2026%20-253%20100%20-317%20235%20-28%2059%20-31%2074%20-31%20161%200%2090%202%2099%2038%20171%2056%20113%20160%20196%20270%20214%2020%204%2040%2010%2042%2014%203%205%202%2042%20-2%2084%20-7%2086%20-6%2086%20-95%2061z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M3736%203649%20c-11%20-31%20-37%20-141%20-34%20-143%202%20-2%2019%20-9%2038%20-16%20175%20-68%20280%20-249%20250%20-432%20-27%20-169%20-156%20-299%20-328%20-329%20l-62%20-11%200%20-79%200%20-79%2038%200%20c167%200%20379%20138%20459%20300%20113%20227%2074%20479%20-102%20655%20-91%2091%20-247%20171%20-259%20134z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M1840%203280%20l0%20-80%2080%200%2080%200%200%2080%200%2080%20-80%200%20-80%200%200%20-80z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M2320%203280%20l0%20-80%2080%200%2080%200%200%2080%200%2080%20-80%200%20-80%200%200%20-80z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M2800%203280%20l0%20-80%2080%200%2080%200%200%2080%200%2080%20-80%200%20-80%200%200%20-80z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M1840%202320%20l0%20-80%2080%200%2080%200%200%2080%200%2080%20-80%200%20-80%200%200%20-80z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M2320%202320%20l0%20-80%2080%200%2080%200%200%2080%200%2080%20-80%200%20-80%200%200%20-80z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M2800%202320%20l0%20-80%2080%200%2080%200%200%2080%200%2080%20-80%200%20-80%200%200%20-80z%22/%3E%0A%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M4385%202230%20c-16%20-6%20-361%20-187%20-765%20-403%20l-735%20-393%20-7%2064%20c-13%20126%20-102%20248%20-223%20308%20l-60%2029%20-872%203%20-873%202%20-100%20-50%20c-55%20-27%20-102%20-50%20-105%20-50%20-2%200%20-12%2017%20-20%2038%20-21%2049%20-70%20100%20-120%20123%20-54%2025%20-305%2028%20-363%203%20-49%20-20%20-100%20-70%20-123%20-119%20-18%20-38%20-19%20-81%20-19%20-825%200%20-744%201%20-787%2019%20-825%2023%20-49%2074%20-99%20123%20-119%2057%20-24%20309%20-22%20364%203%2050%2023%20111%2093%20126%20146%206%2022%2013%2041%2014%2043%201%202%2047%20-9%20102%20-23%20l101%20-25%20601%200%20c404%200%20615%204%20645%2011%2052%2013%202550%201460%202610%201512%2022%2019%2054%2061%2070%2093%2025%2051%2029%2070%2029%20144%200%2099%20-19%20152%20-80%20220%20-60%2066%20-123%2093%20-224%2096%20-47%202%20-98%20-1%20-115%20-6z%20m158%20-171%20c102%20-52%20123%20-172%2045%20-245%20-30%20-28%20-2460%20-1444%20-2533%20-1476%20-23%20-10%20-153%20-14%20-590%20-15%20l-560%20-3%20-130%2033%20-130%2033%20-3%20580%20-2%20579%20137%2068%20138%2068%20810%20-3%20c807%20-3%20810%20-3%20850%20-24%20151%20-81%20182%20-269%2064%20-381%20-76%20-72%20-22%20-68%20-936%20-71%20l-823%20-3%200%20-80%200%20-79%20858%202%20857%203%2059%2030%20c33%2017%2081%2051%20107%2076%2038%2037%20203%20129%20830%20464%20431%20230%20800%20427%20819%20437%2039%2020%20100%2024%20133%207z%20m-4092%20-328%20l29%20-29%200%20-742%200%20-742%20-29%20-29%20c-29%20-28%20-32%20-29%20-131%20-29%20-99%200%20-102%201%20-131%2029%20l-29%2029%200%20742%200%20742%2029%2029%20c29%2028%2032%2029%20131%2029%2099%200%20102%20-1%20131%20-29z%22/%3E%0A%3C/g%3E%3C/svg%3E) no-repeat center center/40px 40px;
}
#use_case_landing #why-prowebscraper .card: nth-child(3):after {
    background: #fff url(/static/images/scaling.svg) no-repeat center center/40px 40px;
}
#use_case_landing #why-prowebscraper .card:nth-child(4):after {
    background: #fff url(data:image/svg+xml;
    charset=US-ASCII, %3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%2020010904//EN%22%20%22http%3A//www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd%22%3E%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22512.000000pt%22%20height%3D%22512.000000pt%22%20viewBox%3D%220%200%20512.000000%20512.000000%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%3Cg%20transform%3D%22translate%280.000000%2C512.000000%29%20scale%280.100000%2C-0.100000%29%22%3E%0A%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M237%205096%20c-105%20-43%20-187%20-130%20-222%20-235%20-13%20-42%20-15%20-286%20-13%20-2316%20l3%20-2270%2027%20-57%20c34%20-74%20112%20-152%20186%20-186%20l57%20-27%202285%200%202285%200%2057%2027%20c74%2034%20152%20112%20186%20186%20l27%2057%200%202285%200%202285%20-27%2057%20c-34%2074%20-112%20152%20-186%20186%20l-57%2027%20-2275%202%20-2275%203%20-58%20-24z%20m4594%20-179%20c24%20-13%2058%20-43%2074%20-66%20l30%20-43%203%20-354%203%20-354%20-2381%200%20-2380%200%200%20343%20c0%20340%200%20344%2023%20388%2014%2027%2042%2057%2071%2077%20l48%2032%202233%200%202232%200%2044%20-23z%20m107%20-2801%20l-3%20-1804%20-30%20-43%20c-16%20-23%20-50%20-53%20-74%20-66%20l-44%20-23%20-2227%200%20-2227%200%20-44%2023%20c-24%2013%20-57%2043%20-74%2066%20l-30%2043%20-3%201804%20-2%201804%202380%200%202380%200%20-2%20-1804z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M365%204755%20c-25%20-24%20-25%20-24%20-25%20-235%200%20-281%20-19%20-263%20278%20-258%20255%204%20236%20-15%20240%20240%204%20208%201%20229%20-28%20258%20-19%2019%20-34%2020%20-230%2020%20-211%200%20-211%200%20-235%20-25z%20m315%20-235%20l0%20-80%20-80%200%20-80%200%200%2080%200%2080%2080%200%2080%200%200%20-80z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M1045%204755%20c-25%20-24%20-25%20-25%20-25%20-230%20l0%20-207%2029%20-29%2029%20-29%20202%200%20202%200%2029%2029%2029%2029%200%20207%20c0%20276%2022%20255%20-260%20255%20-211%200%20-211%200%20-235%20-25z%20m315%20-235%20l0%20-80%20-80%200%20-80%200%200%2080%200%2080%2080%200%2080%200%200%20-80z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M1730%204760%20c-29%20-29%20-32%20-50%20-28%20-258%204%20-255%20-15%20-236%20240%20-240%20105%20-2%20202%20-1%20215%202%2012%204%2032%2016%2043%2028%2019%2020%2020%2035%2020%20230%200%20280%2022%20258%20-260%20258%20-196%200%20-211%20-1%20-230%20-20z%20m310%20-240%20l0%20-80%20-80%200%20-80%200%200%2080%200%2080%2080%200%2080%200%200%20-80z%22/%3E%0A%3Cpath%20fill%3D%22%23031b4d%22%20d%3D%22M383%203750%20c-12%20-5%20-26%20-18%20-32%20-29%20-8%20-14%20-11%20-523%20-11%20-1676%20l0%20-1656%2025%20-24%2024%20-25%202171%200%202171%200%2024%2025%2025%2024%200%201659%20c0%201619%200%201660%20-19%201683%20l-19%2024%20-2169%202%20c-1237%201%20-2177%20-2%20-2190%20-7z%20m4217%20-1700%20l0%20-1530%20-2040%200%20-2040%200%200%201530%200%201530%202040%200%202040%200%200%20-1530z%22/%3E%0A%3Cpath%20fill%3D%22%23f2b011%22%20d%3D%22M2341%203115%20c-410%20-92%20-715%20-376%20-838%20-780%20-26%20-86%20-27%20-100%20-27%20-295%200%20-195%201%20-209%2027%20-295%20115%20-376%20383%20-645%20762%20-761%2086%20-27%2099%20-28%20295%20-28%20195%200%20209%201%20295%2027%20376%20115%20647%20386%20762%20762%2026%2086%2027%20100%2027%20295%200%20195%20-1%20209%20-27%20295%20-115%20376%20-389%20650%20-762%20761%20-80%2024%20-109%2027%20-270%2030%20-131%203%20-198%200%20-244%20-11z%20m331%20-220%20c115%20-10%20286%20-74%20377%20-142%20l33%20-26%20-603%20-603%20c-563%20-563%20-604%20-602%20-621%20-587%20-46%2042%20-132%20249%20-153%20367%20-11%2067%20-7%20239%209%20313%2076%20367%20389%20648%20758%20682%2046%204%2094%206%20108%205%2014%20-2%2055%20-6%2092%20-9z%20m652%20-454%20c72%20-140%2097%20-247%2097%20-405%200%20-237%20-83%20-438%20-251%20-606%20-188%20-187%20-426%20-272%20-697%20-248%20-138%2012%20-304%2072%20-402%20145%20l-33%2026%20603%20603%20c563%20563%20604%20602%20621%20587%209%20-8%2037%20-54%2062%20-102z%22/%3E%0A%3C/g%3E%3C/svg%3E) no-repeat center center/40px 40px;
}
#use_case_landing #why-prowebscraper .red_heart {
    display: inline-block;
    background: url(data:image/svg+xml;
    charset=US-ASCII, %3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%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%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%2234px%22%20height%3D%2228px%22%20viewBox%3D%220%200%2034%2028%22%20enable-background%3D%22new%200%200%2034%2028%22%20xml%3Aspace%3D%22preserve%22%3E%20%20%3Cimage%20id%3D%22image0%22%20width%3D%2234%22%20height%3D%2228%22%20x%3D%220%22%20y%3D%220%22%0A%20%20%20%20href%3D%22data%3Aimage/png%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAACIAAAAcCAMAAAAz6Z0tAAAABGdBTUEAALGPC/xhBQAAACBjSFJN%0AAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAACXlBMVEX/////Kir/Kir/Kir/%0AKir/Kir/Kir/Kir/Kir/Kir/Kir/Kir/Kir/Kir/Kir/Kir/Kir/Kir/Kir/Kir/Kir/Kir/Kir/%0AKir/Kir/Kir/Kir/Kir/Kir/Kir/Kir/Kir/Kir/Kir/Kir/Kir/Kir/Kir/Kir/Kir/Kir/Kir/%0AKir/Kir/Kir/Kir/Kir/Kir/Kir/Kir/Kir/Kir/Kir/Kir/Kir/goL/19f/4eH/39//y8v/hYX/%0AKir/Kir/Kir/qqr/zMz/3t7/vLz/amr/Kir/Kir/mpr/+fn/6+v/wsL/q6v/+/v//v7/9PT/dXX/%0AKir/6ur/oaH/Kir/Kir//f3/wMD/Z2f/8/P/Kir/Kir/9fX/ior/wcH/Kir/Kir/8vL/xcX/e3v/%0A+Pj/Kir/5eX/yMj/vb3/Kir/Kir/+vr/5ub/Kir/Kir/Kir/cXH/9vb/j4//Kir/Kir/Kir/k5P/%0AtbX/Kir/r6//t7f/Kir/Kir/Kir/Kir/Kir/Kir/1NT/6Oj/X1//Kir/Kir/1dX/YmL/Kir/Kir/%0Azc3/7u7/Y2P/Kir/s7P/4uL/Kir/Kir/rq7/Kir/np7/Kir/Kir/pKT/u7v/Kir/Kir/Kir/Kir/%0AKir/Kir/Kir/Kir/Kir/Kir/Kir/Kir/Kir/Kir/Kir/LS3/QkL/Skr/R0f/Ozv/Kyv/LCz/Nzf/%0AQED/RUX/MzP/QUH/bm7/MDD/NTX/Vlb/Ly//UVH/MjL/dnb/NDT/e3v/YGD/Li7/eHj/PDz/Wlr/%0ASEj/oqL/hIT/T0//Rkb/Pj7/VVX///+QlkIXAAAApnRSTlMAAAEIFyssJxoMAx0KIWay5+bw8erC%0AOAILbKjT6dyEHyCi4/b6mwdO2vz97X0Gh/4EDQmI5URSxj8vMlLAqRPJh1I2a+lL5KEJH2KEBgMT%0A2UwjlFNxA2XvE3hfELpiaTQWW9ANQSlYaAV5CSmMDuzgELD1GWOqdL1+cdAY6PQo+UUm/FpkQvaG%0AfE8c9o94L6eQgbOarnKRa59h+45G72/zTbfbLYIQ/UVB8wAAAAFiS0dEAIgFHUgAAAAHdElNRQfj%0ACg4VOQmb3vibAAACIklEQVQoz32TZ0MTQRCGZzY2ThSskSgWBDSniGLFEjUWgibYewNBBXvvIlbs%0Avfc6p5AgsaCIBQvqz3LmjgsEwfmwt++7z93M7s4BAChHq9Zt2raLUQhoBXuao32sqhegdegYF9+p%0Ac5eu3bo7wfJ6JLh69krs3cdpSezbL6k/mZGcoimlIHXAQLcuetDgGBNJG5JOZLx4WVZuBHVX7NBh%0AGcOTKVTxqjIcJBoxUpBR/EL56DGZY8eNf23oEzyeiW4Kv5k02Ttl6lv+8DQEx3Sid1k+rgmyZ1SF%0AdFeCTu9n+gOsc2YZRPEZMJtzVs4BM3zeD1JC9dwcS2eXsZoH83n8uMCyILCwhuWixbb8xGoJLOXx%0Ac6Deg2XLDfqywlaBr7y4ElbxWJtrm5BXbazOt4X/Gy8WgEriR1YEWfO9Ym1ErAvz2RQCFEmBmba7%0A/sfPDXZaXx0vbeRz2bSZJ1si6fO3+m1kG5/d9h1yRztlo7vgn9gdYr/IvEa1R5i9TYl9QuwvNBE4%0AcFDKyYsmvFLIoWKrGQAKDrP8VdKYOHKUrfRjaCN4XFJVnWggck+KU4oNCJ4Sp+60TZw5KzpFNUbw%0AnHi/z1vEBclCFzWMQtQls+8uiyz5I9MraRiNoCo1mau821qZXEvFpgjidW5QqrlxU/qBbmnYDIK3%0A7xAFw9KydFdhswjeu2/9Ce4HiC0gWJwoxMNH2DKCnsdET57i/xB0Pot7Hk3gXwiO28V6/4i0AAAA%0AJXRFWHRkYXRlOmNyZWF0ZQAyMDE5LTEwLTE1VDA0OjU3OjA5LTA3OjAwwa5zxgAAACV0RVh0ZGF0%0AZTptb2RpZnkAMjAxOS0xMC0xNVQwNDo1NzowOS0wNzowMLDzy3oAAAAZdEVYdFNvZnR3YXJlAEFk%0Ab2JlIEltYWdlUmVhZHlxyWU8AAAAAElFTkSuQmCC%22%20/%3E%0A%3C/svg%3E%0A) no-repeat 0 0/34px auto;
    height: 28px;
    width: 34px;
    margin: 0 10px;
}
#use_case_landing #job_use_cases .use_case_section .nav-tabs .nav-link.active, #use_case_landing #job_use_cases .use_case_section .nav-tabs .nav-tabs .nav-item.show .nav-link {
    background-color: transparent;
}
#use_case_landing #job_use_cases .use_case_section .nav-tabs .nav-link {
    border: 0;
    border: 3px solid transparent;
    margin: 0 30px;
    padding: 10px 20px;
    font-size: 20px;
}
#use_case_landing #job_use_cases .use_case_section .nav-tabs .nav-link:hover {
    color: #031b4d;
}
#use_case_landing #job_use_cases .use_case_section .nav-tabs .nav-link.active {
    border: 0;
    color: #031b4d;
    border-bottom: 3px solid #031b4d;
}
#use_case_landing #job_use_cases .use_case_section .tab-content {
    margin: 15px 60px;
}
#use_case_landing #job_use_cases .use_case_section .tab-content p {
    font-size: 18px;
}
#use_case_landing #job_use_cases .use_case_section .tab-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#use_case_landing #job_use_cases .use_case_section .tab-content ul li {
    margin: 0 0 10px 25px;
    padding: 0 0 0 25px;
    position: relative;
}
#use_case_landing #job_use_cases .use_case_section .tab-content ul li i {
    position: absolute;
    left: 0;
    top: 4px;
}
.process_data_main .process_circle {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #dee2e6;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: 25px auto;
}
.box_loader .h2 {
    color: #fff!important;
}
#web_store #hero_section.static_page_hero {
    height: 350px;
}
#web_store .lead_text {
    margin-top: 40px;
    margin-bottom: 20px;
}
.web_store_main {
    padding: 80px 0;
}
.web_store_main .web_store_box {
    margin-bottom: 30px;
}
.web_store_main .gallery_box {
    padding: 30px;
    height: 100%;
    transition: .3s ease-in-out;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    background: #fff;
    border-radius: 10px;
}
.web_store_main .gallery_box:hover {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
}
.web_store_main .gallery_box .scrpr_logo {
    background: #f5f6fa;
    padding: 10px;
    width: 80px;
    height: 80px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.web_store_main .gallery_box .scrpr_logo img {
    max-width: 50px;
    max-height: 50px;
}
.web_store_main .gallery_box h4 {
    color: #031b4d;
    margin: 20px 0;
}
.web_store_main .gallery_box p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 30px;
}
.pricecalc_main {
    margin-top: 30px;
}
.pricecalc_content {
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    border-radius: 25px;
    padding: 30px;
}
.pricecalc_content .price_slide {
    padding: 30px;
}
.pricecalc_content label {
    display: flex;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin-bottom: .375em;
    font-size: 18px;
}
.pricecalc_content label input {
    position: absolute;
    left: -9999px;
}
.pricecalc_content label input:checked+span {
    background-color: #f5f6fa;
    font-weight: 500;
}
.pricecalc_content label input:checked+span:before {
    box-shadow: inset 0 0 0 .4375em #00005c;
}
.pricecalc_content label span {
    display: flex;
    align-items: center;
    padding: .375em .75em .375em .375em;
    border-radius: 99em;
    transition: .25s ease;
}
.pricecalc_content label span:hover {
    background-color: #d6d6e5;
}
.pricecalc_content label span:before {
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    margin-right: .375em;
    transition: .25s ease;
    box-shadow: inset 0 0 0 .125em #00005c;
}
.pricecalc_content .pricecalc_select {
    margin-bottom: 30px;
}
.pricecalc_content .pricecalc_select .option {
    width: 100%;
    min-width: 180px;
    height: 60px;
    overflow: hidden;
    padding: .5em;
    position: relative;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    cursor: pointer;
}
.pricecalc_content .pricecalc_select .option:hover {
    background: #f5f6fa;
}
.pricecalc_content .pricecalc_select .option__indicator {
    display: block;
    transition: inherit;
    will-change: transform;
    position: absolute;
    top: .5em;
    right: .5em;
    left: .5em;
}
.pricecalc_content .pricecalc_select .option__indicator:after, .pricecalc_content .pricecalc_select .option__indicator:before {
    content: '';
    display: block;
    border: solid 2px #2e56bd;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
}
.pricecalc_content .pricecalc_select .option-input {
    position: absolute;
    top: 0;
    z-index: -1;
    visibility: hidden;
}
.pricecalc_content .pricecalc_select .option__label {
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-weight: 400;
}
.pricecalc_content .pricecalc_select .option__text {
    font-size: 14px;
}
.pricecalc_content .pricecalc_select .option-input:checked~.option {
    background: #f5f6fa;
}
.pricecalc_content .pricecalc_select .option-input:nth-child(1):checked~.option:nth-of-type(1) .option__indicator:after, .pricecalc_content .pricecalc_select .option-input:nth-child(2):checked~.option:nth-of-type(2) .option__indicator:after {
    background-image: url(data:image/svg+xml;
    base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNS4yLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgZm9jdXNhYmxlPSJmYWxzZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayINCgkgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojMkU1NkJEO30NCjwvc3R5bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNTA0LDI1NmMwLDEzNy0xMTEsMjQ4LTI0OCwyNDhTOCwzOTMsOCwyNTZTMTE5LDgsMjU2LDhTNTA0LDExOSw1MDQsMjU2eiBNMjI3LjMsMzg3LjNsMTg0LTE4NA0KCWM2LjItNi4yLDYuMi0xNi40LDAtMjIuNmwtMjIuNi0yMi42Yy02LjItNi4yLTE2LjQtNi4yLTIyLjYsMEwyMTYsMzA4LjFsLTcwLjEtNzAuMWMtNi4yLTYuMi0xNi40LTYuMi0yMi42LDBsLTIyLjYsMjIuNg0KCWMtNi4yLDYuMi02LjIsMTYuNCwwLDIyLjZsMTA0LDEwNEMyMTAuOSwzOTMuNiwyMjEuMSwzOTMuNiwyMjcuMywzODcuM0wyMjcuMywzODcuM3oiLz4NCjwvc3ZnPg0K);
}
.pricecalc_content .input-group {
    max-width: 270px;
    padding: 0 1em;
    border-radius: 10px;
    border: 1px solid #2e56bd;
    display: flex;
    align-items: center;
}
.pricecalc_content .input-group .form-control {
    height: 50px;
    border: 0;
    padding: 0;
    font-size: 20px;
    color: #000;
}
.pricecalc_content .input-group button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pricecalc_content .checkout_info {
    margin-top: 40px;
    background: #031b4d;
    padding: 20px;
    border-radius: 10px;
}
.pricecalc_content .checkout_info .pkg_total {
    margin-right: 30px;
}
.pricecalc_content .checkout_info .pkg_total .pkg_total_credit {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
}
.pricecalc_content .checkout_info .pkg_btn .cheap, .pricecalc_content .checkout_info .pkg_btn .per {
    color: #ffffffbf;
    font-size: 18px;
    line-height: 1.8;
}
.pricecalc_content .checkout_info .pkg_btn .num {
    color: #fff;
}
.pricecalc_content .checkout_info .btn-link {
    padding: 0;
    font-weight: 700;
    color: #f2b011;
    text-decoration: underline;
}
.pricecalc_content .tab-content .form-control {
    margin: 0 auto;
    font-size: 22px;
    font-weight: 600;
    width: 300px;
    height: 50px;
    text-align: center;
}
@media (min-width:1400px) {
    .pricing_hero .container {
    max-width: 1320px;
}
.payment_card .container {
    max-width: 1320px;
}
}@media screen and (min-width:320px) and (max-width:767px) {
    .btn.cta_btn {
    width: 100%;
    padding: 15px 10px;
    font-size: 20px;
}
.title_text {
    font-size: 26px;
}
.tag_line {
    font-size: 16px;
    margin-bottom: 20px;
}
.pricing_tabs .nav-link {
    width: auto;
    padding: 10px;
}
.pkg_tabs_nav .navbar-nav {
    flex-direction: row;
    justify-content: space-between;
}
.pkg_tabs_nav .navbar-nav .nav-item {
    font-size: 18px;
}
#hero_section {
    padding: 80px 0;
}
#hero_section.inner_page_hero {
    height: 100vh;
    padding: 70px 0 0 0;
}
#hero_section.static_page_hero {
    height: 100vh;
    padding: 70px 0 0 0;
}
#hero_section.pricing_hero {
    height: 60vh;
    padding: 70px 0 0 0;
}
#hero_section.pricing_hero .lead_text {
    margin-top: 30px;
}
#hero_section .lead_text {
    font-size: 26px;
    margin-bottom: 15px;
}
#hero_section .tag_line_text {
    margin-bottom: 15px;
}
#hero_section .tag_line {
    font-size: 16px;
}
#hero_section .offer_tag span {
    display: block;
}
#hero_section .offer_tag span:first-child {
    margin: 0 0 10px 0;
}
#hero_section .scraper_title {
    margin-bottom: 20px;
}
#hero_section .scraper_title .scraper_img {
    margin-right: 10px;
    padding: 5px;
    width: 50px;
    height: 50px;
}
#hero_section .scraper_title .scraper_img img {
    max-width: 35px;
    max-height: 35px;
}
#hero_section .scraper_text .btn.cta_btn {
    font-size: 16px;
    margin-top: 20px;
}
#hero_section .scraper_text .tag_line {
    font-size: 16px;
}
#url_scraper {
    padding: 50px 0;
}
#url_scraper .scraper_input .custom-select {
    width: 100%;
    margin: 0 0 20px 0;
    border-radius: 5px;
    background-position: calc(100% - 10px) center;
    padding-right: 32px;
}
#url_scraper .scraper_input .box_text {
    display: none;
}
#url_scraper .scraper_input .cta_btn {
    width: 100%;
    border-radius: 5px;
}
#horizontal_steps {
    padding: 50px 0;
}
#horizontal_steps .step_num, #horizontal_steps .step_text, #horizontal_steps .step_title {
    margin: 0 auto 10px auto;
    border: 0 none;
    text-align: center;
    justify-content: center;
}
#horizontal_steps .step_btn {
    justify-content: center;
}
#horizontal_steps .easy_steps .step_box {
    padding: 0 10px 40px 10px;
}
#horizontal_steps .easy_steps .step_box:after {
    display: none;
}
#landing_scraper_carousal .owl-carousel .owl-controls {
    display: none!important;
}
#product_list {
    padding: 50px 0;
}
#our_services {
    padding: 50px 0;
}
#our_services .service_list {
    display: block;
}
#our_services .service_list .service_img {
    padding: 0;
    width: 100%}
#our_services .service_list .service_text {
    width: 100%;
    padding: 10px;
    border-radius: 0;
}
#our_services .service_list .service_text:after {
    display: none;
}
#our_services .service_list .service_text h3 {
    font-size: 18px;
}
#our_services .service_list:nth-child(2n+1) .service_text {
    padding: 10px;
    border-radius: 0;
}
#our_tools {
    padding: 50px 0;
}
#our_tools .tool_head {
    font-size: 20px;
}
#our_tools .about_tool {
    font-size: 16px;
}
#solution .prod_box .prod_action {
    display: none;
}
#solution .prod_box .mob_prod_action {
    display: block;
}
#testimonials {
    padding: 50px 0;
}
#testimonials .carousel-control-next, #testimonials .carousel-control-prev {
    display: none;
}
#started_today_block {
    padding: 50px 0;
}
#started_today_block .lead_text {
    font-size: 26px;
}
#started_today_block .tag_line {
    font-size: 14px;
}
#sample_overview .title_overview {
    font-size: 30px;
}
#sample_overview .overview_img {
    float: none;
    width: 100%;
    padding: 0;
}
#sample_overview .overview_data {
    float: none;
    width: 100%;
    padding: 0;
}
#help_extract {
    padding: 50px 0;
}
#help_extract .help_list_title {
    background: 0 0;
    padding: 10px;
}
#help_extract .help_list_title h2 {
    color: #212529;
    line-height: 26px;
    font-size: 20px;
}
#help_extract .help_list {
    padding: 10px;
    margin: 20px 0;
}
#help_extract .help_head {
    font-size: 20px;
}
#help_extract .about_help {
    font-size: 14px;
}
#cta_section .cta_box {
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 0;
}
#cta_section .cta_box:first-child {
    border-right: 0 none;
}
#cta_section h3 {
    font-size: 20px;
}
#cta_section .cta_text {
    margin: 0 0 20px 0;
    font-size: 14px;
}
#data_service .service_img img {
    max-width: 100%}
.pay_breadcrumb {
    display: none;
}
#survey_static_page .survey_container {
    width: 100%;
    margin: 0 auto;
}
#survey_static_page .survey_header {
    padding: 10px;
}
#survey_static_page .survey_header .tag_line {
    font-size: 16px;
}
#survey_static_page .survey_form_content {
    padding: 10px;
}
.api_head_img {
    margin-top: -110px;
}
#use_case_landing .section_title {
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#use_case_landing .section_title h2 {
    font-size: 26px;
}
#use_case_landing .section_title .section_subtitle {
    font-size: 16px;
}
#use_case_landing #landing_nav {
    width: 100%;
    overflow: auto;
}
#use_case_landing #landing_nav .list_nav {
    justify-content: flex-start;
}
#use_case_landing #landing_nav .list_nav .nav_btn {
    padding: 10px 5px;
    white-space: nowrap;
    margin-right: 10px;
}
#use_case_landing #usecase_zigzag .case_main_section .zigzag_section:nth-child(odd) .zigzag_img {
    order: inherit;
    text-align: center;
}
#use_case_landing #usecase_zigzag .case_main_section .zigzag_section .zigzag_img {
    text-align: center;
    margin-bottom: 20px;
}
#use_case_landing #usecase_zigzag .case_main_section .zigzag_section .zigzag_img img {
    max-width: 100%}
#use_case_landing #usecase_zigzag .case_main_section ul {
    margin: 20px 0 0 0;
}
#use_case_landing #usecase_zigzag .case_main_section h3 {
    font-size: 18px;
}
#use_case_landing #usecase_slider .carousel-control-next, #use_case_landing #usecase_slider .carousel-control-prev {
    display: none;
}
#use_case_landing #usecase_slider img {
    margin-bottom: 20px;
}
#use_case_landing #how_run_steps .run_box {
    margin-bottom: 20px;
}
#use_case_landing #how_run_steps .run_box:after {
    display: none;
}
#use_case_landing #how_run_steps .setup_cta_btn {
    margin-top: 20px;
    padding: 0;
}
#use_case_landing #how_run_steps .setup_free_text {
    font-size: 16px;
}
#use_case_landing #how_run_steps .setup_free_text img {
    width: 40px;
}
#use_case_landing #example_data .code_preview_view {
    max-height: 400px;
}
#use_case_landing #example_data .data_table_view {
    max-height: 400px;
}
#use_case_landing #AccordionFAQ .card-header {
    font-size: 18px;
}
#use_case_landing #custom_setup .setup_block {
    padding: 20px 10px;
    border-radius: 10px;
    display: block;
}
#use_case_landing #custom_setup .setup_block .setup_cont {
    width: 100%;
    margin-right: 0;
}
#use_case_landing #custom_setup .setup_block .setup_cont .setup_text p {
    font-size: 16px;
}
#use_case_landing #custom_setup .setup_block .setup_cont .setup_text h3 {
    font-size: 20px;
}
#use_case_landing #custom_setup .setup_block .setup_cont .setup_icon i {
    font-size: 26px;
}
#use_case_landing #custom_setup .setup_block .setup_btn {
    margin: 10px 0 0 0;
    text-align: center;
}
}@media screen and (min-width:768px) and (max-width:1023px) {
    .title_text {
    font-size: 30px;
}
.tag_line {
    font-size: 18px;
}
.pkg_tabs_nav .navbar-nav {
    flex-direction: row;
    justify-content: space-between;
}
.pkg_tabs_nav .navbar-nav .nav-item {
    font-size: 18px;
}
#our_services .service_list:nth-child(2n+1) .service_text {
    padding: 30px 70px 30px 0;
}
#our_services .service_list .service_text {
    padding: 30px 0 30px 70px;
}
#our_services .service_list .service_text h3 {
    font-size: 20px;
}
#our_services .service_list .service_img {
    padding: 0 15px;
}
#solution .prod_box .prod_action {
    display: none;
}
#solution .prod_box .mob_prod_action {
    display: block;
}
#testimonials .carousel-control-next, #testimonials .carousel-control-prev {
    width: 30px;
}
#data_service .service_img img {
    max-width: 100%}
#horizontal_steps .easy_steps .step_box {
    padding: 0;
}
.contact_list {
    padding: 10px;
}
.contact_list .card_comm_icon {
    height: 70px;
    background-size: auto 70px;
}
.contact_list .card_title {
    font-size: 24px;
}
.contact_list .card_tagline {
    font-size: 16px;
    line-height: 18px;
    word-wrap: break-word;
}
.contact_list .card_infoline {
    font-size: 12px;
}
.api_head_img {
    margin-top: -130px;
}
#use_case_landing .section_title h2 {
    font-size: 30px;
}
#use_case_landing .section_title .section_subtitle {
    font-size: 18px;
}
#use_case_landing #usecase_slider .carousel-control-prev {
    right: 100%;
    width: 35px;
    height: 35px;
    font-size: 20px;
}
#use_case_landing #usecase_slider .carousel-control-next {
    left: 100%;
    width: 35px;
    height: 35px;
    font-size: 20px;
}
#use_case_landing #how_run_steps .run_box:after {
    left: 60%}
#use_case_landing #custom_setup .setup_block {
    padding: 20px 10px;
    border-radius: 10px;
    display: block;
}
#use_case_landing #custom_setup .setup_block .setup_cont {
    width: 100%;
    margin-right: 0;
}
#use_case_landing #custom_setup .setup_block .setup_cont .setup_text p {
    font-size: 16px;
}
#use_case_landing #custom_setup .setup_block .setup_cont .setup_text h3 {
    font-size: 20px;
}
#use_case_landing #custom_setup .setup_block .setup_btn {
    margin: 10px 0 0 0;
    text-align: center;
}
.priceplan_content, .query_credits {
    padding: 20px;
}
.priceplan_content .nav-pills .nav-link {
    font-size: 16px;
}
.pricing_hero .lead_text {
    margin-bottom: 20px!important;
    font-size: 30px!important;
}
.pricing_hero .tag_line_text {
    margin-bottom: 20px!important;
}
.pricing_hero .tag_line {
    font-size: 16px!important;
}
}@media screen and (min-width:320px) and (max-width:991px) {
    .prod_detail li {
    display: block;
    width: 100%}
.query_credits {
    width: 100%}
.front_nav.navbar #NavResponsive {
    background: #031b4d;
    margin: 0 -16px;
    padding: 0 10px;
}
.front_nav.navbar .desk_btns {
    display: none;
}
.front_nav.navbar .mob_menu {
    display: block;
}
#common_static_page {
    padding: 30px 0;
}
#common_static_page .form_title {
    font-size: 24px;
}
#horizontal_steps .step_num {
    width: 30px;
    height: 30px;
    font-size: 16px;
}
#horizontal_steps .step_title {
    font-size: 14px;
}
#horizontal_steps .step_btn, #horizontal_steps .step_text {
    font-size: 12px;
}
}@media screen and (min-width:1024px) and (max-width:1099px) {
    #solution .prod_box .prod_action {
    display: none;
}
#solution .prod_box .mob_prod_action {
    display: block;
}
#testimonials .carousel-control-next, #testimonials .carousel-control-prev {
    width: 40px;
}
#horizontal_steps .easy_steps .step_box {
    padding: 0 30px;
}
}
v
