/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}
/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}


/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.icon-cart-large { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2281%22%20height%3D%2281%22%20viewBox%3D%220%200%2081%2081%22%3E%3Ccircle%20fill%3D%22%23FFF%22%20cx%3D%2240.5%22%20cy%3D%2240.5%22%20r%3D%2238.5%22%2F%3E%3Cpath%20fill%3D%22%231788C3%22%20d%3D%22M58.9%2054.2H25.8c-.3%200-.6-.2-.8-.4-.2-.3-.2-.6-.1-.9l1.9-4.7c.2-.5.7-.7%201.2-.5.5.2.7.7.5%201.2l-1.4%203.4h31.7c.5%200%20.9.4.9.9.1.6-.3%201-.8%201zM56%2046.9H27.5c-.4%200-.8-.3-.9-.7l-4.4-20.7c-.1-.3%200-.6.2-.8.2-.2.4-.3.7-.3h38.3c.3%200%20.6.1.7.4.2.2.2.5.2.8l-5.5%2020.7c0%20.3-.4.6-.8.6zm-27.7-1.8h27l5-18.8h-36l4%2018.8zM27.2%2062.9c-2%200-3.7-1.6-3.7-3.7%200-2%201.6-3.7%203.7-3.7%202%200%203.7%201.6%203.7%203.7-.1%202-1.7%203.7-3.7%203.7zm0-5.5c-1%200-1.8.8-1.8%201.8s.8%201.8%201.8%201.8%201.8-.8%201.8-1.8-.8-1.8-1.8-1.8zM56.7%2062.9c-2%200-3.7-1.6-3.7-3.7%200-2%201.6-3.7%203.7-3.7%202%200%203.7%201.6%203.7%203.7%200%202-1.7%203.7-3.7%203.7zm0-5.5c-1%200-1.8.8-1.8%201.8s.8%201.8%201.8%201.8%201.8-.8%201.8-1.8-.8-1.8-1.8-1.8zM20%2026.2h-6.7c-.5%200-.9-.4-.9-.9s.4-.9.9-.9H20c.5%200%20.9.4.9.9s-.3.9-.9.9z%22%2F%3E%3Cg%3E%3Cpath%20fill%3D%22%231788C3%22%20d%3D%22M40.5%2080C18.7%2080%201%2062.3%201%2040.5S18.7%201%2040.5%201%2080%2018.7%2080%2040.5%2062.3%2080%2040.5%2080zm0-77.1C19.7%202.9%202.9%2019.7%202.9%2040.5s16.9%2037.6%2037.6%2037.6%2037.6-16.9%2037.6-37.6S61.3%202.9%2040.5%202.9z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-cart-small { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Calque_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-394%20561.5%2068%2068%22%3E%3Cstyle%3E.st0%7Bfill%3A%23FFFFFF%3B%7D%20.st1%7Bfill%3A%231788C3%3B%7D%3C%2Fstyle%3E%3Ccircle%20class%3D%22st0%22%20cx%3D%22-359.9%22%20cy%3D%22595.5%22%20r%3D%2232.4%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M-344.4%20607h-27.8c-.2%200-.5-.1-.7-.3-.1-.2-.1-.5-.1-.8l1.6-4c.1-.5.6-.6%201-.5.5.1.6.6.5%201l-1.1%202.9h26.7c.5%200%20.8.3.8.8-.2.6-.6.9-.9.9zM-346.9%20600.9h-23.9c-.3%200-.7-.2-.8-.6l-3.7-17.4c-.1-.2%200-.5.1-.7.1-.2.3-.2.6-.2h32.2c.2%200%20.5.1.6.3.1.1.1.5.1.7l-4.6%2017.4c.1.2-.3.5-.6.5zm-23.3-1.5h22.7l4.2-15.8h-30.2l3.3%2015.8zM-371.1%20614.3c-1.7%200-3.1-1.4-3.1-3.1%200-1.7%201.4-3.1%203.1-3.1%201.7%200%203.1%201.4%203.1%203.1-.1%201.7-1.4%203.1-3.1%203.1zm0-4.6c-.8%200-1.5.7-1.5%201.5s.7%201.5%201.5%201.5%201.5-.7%201.5-1.5-.7-1.5-1.5-1.5zM-346.2%20614.3c-1.7%200-3.1-1.4-3.1-3.1%200-1.7%201.4-3.1%203.1-3.1%201.7%200%203.1%201.4%203.1%203.1-.1%201.7-1.5%203.1-3.1%203.1zm0-4.6c-.8%200-1.5.7-1.5%201.5s.7%201.5%201.5%201.5%201.5-.7%201.5-1.5c-.1-.8-.7-1.5-1.5-1.5zM-377.2%20583.5h-5.6c-.5%200-.8-.3-.8-.8s.3-.8.8-.8h5.6c.5%200%20.8.3.8.8%200%20.4-.2.8-.8.8z%22%2F%3E%3Cg%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M-359.9%20628.7c-18.3%200-33.2-14.9-33.2-33.2%200-18.3%2014.9-33.2%2033.2-33.2%2018.3%200%2033.2%2014.9%2033.2%2033.2%200%2018.3-14.9%2033.2-33.2%2033.2zm0-64.8c-17.5%200-31.6%2014.1-31.6%2031.6s14.2%2031.6%2031.6%2031.6c17.4%200%2031.6-14.2%2031.6-31.6%200-17.4-14.2-31.6-31.6-31.6z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-check-small-blue { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20200%20200%22%3E%3Cpath%20fill%3D%22%230086c5%22%20d%3D%22M184.8%2011.4c-5.3-3.5-12.5-2-16%203.4l-91%20145.8-50.3-48.9c-4.7-4.4-12-4.1-16.4.6-4.3%204.7-4.1%2012%20.6%2016.3l60.5%2058.9.4.3.9.9%201.6.6%201.9.8%201.9.3h2.8l1.1-.3%203.2-1.4.5-.4%202-1.4.9-1.5v-.1l98.5-157.9c3.7-5.3%202.2-12.4-3.1-16z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-check-small-white { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20200%20200%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M184.8%2011.4c-5.3-3.5-12.5-2-16%203.4l-91%20145.8-50.3-48.9c-4.7-4.4-12-4.1-16.4.6-4.3%204.7-4.1%2012%20.6%2016.3l60.5%2058.9.4.3.9.9%201.6.6%201.9.8%201.9.3h2.8l1.1-.3%203.2-1.4.5-.4%202-1.4.9-1.5v-.1l98.5-157.9c3.7-5.3%202.2-12.4-3.1-16z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-check-small { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20200%20200%22%3E%3Cpath%20fill%3D%22%23090509%22%20d%3D%22M184.8%2011.4c-5.3-3.5-12.5-2-16%203.4l-91%20145.8-50.3-48.9c-4.7-4.4-12-4.1-16.4.6-4.3%204.7-4.1%2012%20.6%2016.3l60.5%2058.9.4.3.9.9%201.6.6%201.9.8%201.9.3h2.8l1.1-.3%203.2-1.4.5-.4%202-1.4.9-1.5v-.1l98.5-157.9c3.7-5.3%202.2-12.4-3.1-16z%22%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-check-vat-blue { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-12%2013%2025%2025%22%3E%3Cstyle%20fill%3D%22%230086c5%22%3E.st0%7Bfill%3A%230086C5%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M-1%2031c-.3%200-.6-.1-.7-.4%200%200-1.3-1.9-4-3.9-.4-.3-.5-.8-.2-1.2.3-.4.8-.5%201.2-.2%201.6%201.1%202.7%202.2%203.4%203.1.9-2%202.9-5.4%207-8%20.4-.3%201-.1%201.2.3.3.4.1%201-.3%201.2-5.4%203.4-6.8%208.5-6.8%208.5-.1.3-.4.6-.8.6.1%200%20.1%200%200%200z%22%20fill%3D%22%230086c5%22%3E%3C%2Fpath%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M.5%2038C-6.4%2038-12%2032.4-12%2025.5S-6.4%2013%20.5%2013%2013%2018.6%2013%2025.5%207.4%2038%20.5%2038zm0-23.2c-5.9%200-10.7%204.8-10.7%2010.7S-5.4%2036.2.5%2036.2s10.7-4.8%2010.7-10.7S6.4%2014.8.5%2014.8z%22%20fill%3D%22%230086c5%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-check-vat { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-12%2013%2025%2025%22%3E%3Cstyle%3E.st0%7Bfill%3A%230086C5%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M-1%2031c-.3%200-.6-.1-.7-.4%200%200-1.3-1.9-4-3.9-.4-.3-.5-.8-.2-1.2.3-.4.8-.5%201.2-.2%201.6%201.1%202.7%202.2%203.4%203.1.9-2%202.9-5.4%207-8%20.4-.3%201-.1%201.2.3.3.4.1%201-.3%201.2-5.4%203.4-6.8%208.5-6.8%208.5-.1.3-.4.6-.8.6.1%200%20.1%200%200%200z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M.5%2038C-6.4%2038-12%2032.4-12%2025.5S-6.4%2013%20.5%2013%2013%2018.6%2013%2025.5%207.4%2038%20.5%2038zm0-23.2c-5.9%200-10.7%204.8-10.7%2010.7S-5.4%2036.2.5%2036.2s10.7-4.8%2010.7-10.7S6.4%2014.8.5%2014.8z%22%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-cross-medium-black { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-84%2086%2030%2030%22%3E%3Cpath%20d%3D%22M-232.4%20287l10.2-10.2c.2-.2.2-.6%200-.9l-3.8-3.8c-.1-.1-.3-.2-.4-.2-.2%200-.3.1-.4.2l-10.2%2010.2-10.2-10.2c-.2-.2-.6-.2-.9%200l-3.8%203.8c-.2.2-.2.6%200%20.9l10.2%2010.2-10.2%2010.2c-.2.2-.2.6%200%20.9l3.8%203.8c.1.1.3.2.4.2.2%200%20.3-.1.4-.2l10.2-10.2%2010.2%2010.2c.1.1.3.2.4.2.2%200%20.3-.1.4-.2l3.8-3.8c.2-.2.2-.6%200-.9l-10.1-10.2z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-cross-medium-blue { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-84%2086%2030%2030%22%3E%3Cpath%20d%3D%22M-232.4%20287l10.2-10.2c.2-.2.2-.6%200-.9l-3.8-3.8c-.1-.1-.3-.2-.4-.2-.2%200-.3.1-.4.2l-10.2%2010.2-10.2-10.2c-.2-.2-.6-.2-.9%200l-3.8%203.8c-.2.2-.2.6%200%20.9l10.2%2010.2-10.2%2010.2c-.2.2-.2.6%200%20.9l3.8%203.8c.1.1.3.2.4.2.2%200%20.3-.1.4-.2l10.2-10.2%2010.2%2010.2c.1.1.3.2.4.2.2%200%20.3-.1.4-.2l3.8-3.8c.2-.2.2-.6%200-.9l-10.1-10.2z%22%20fill%3D%22%230086c5%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-cross-medium-white { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-84%2086%2030%2030%22%3E%3Cpath%20d%3D%22M-232.4%20287l10.2-10.2c.2-.2.2-.6%200-.9l-3.8-3.8c-.1-.1-.3-.2-.4-.2-.2%200-.3.1-.4.2l-10.2%2010.2-10.2-10.2c-.2-.2-.6-.2-.9%200l-3.8%203.8c-.2.2-.2.6%200%20.9l10.2%2010.2-10.2%2010.2c-.2.2-.2.6%200%20.9l3.8%203.8c.1.1.3.2.4.2.2%200%20.3-.1.4-.2l10.2-10.2%2010.2%2010.2c.1.1.3.2.4.2.2%200%20.3-.1.4-.2l3.8-3.8c.2-.2.2-.6%200-.9l-10.1-10.2z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-cross-medium { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-84%2086%2030%2030%22%3E%3Cpath%20d%3D%22M-232.4%20287l10.2-10.2c.2-.2.2-.6%200-.9l-3.8-3.8c-.1-.1-.3-.2-.4-.2-.2%200-.3.1-.4.2l-10.2%2010.2-10.2-10.2c-.2-.2-.6-.2-.9%200l-3.8%203.8c-.2.2-.2.6%200%20.9l10.2%2010.2-10.2%2010.2c-.2.2-.2.6%200%20.9l3.8%203.8c.1.1.3.2.4.2.2%200%20.3-.1.4-.2l10.2-10.2%2010.2%2010.2c.1.1.3.2.4.2.2%200%20.3-.1.4-.2l3.8-3.8c.2-.2.2-.6%200-.9l-10.1-10.2z%22%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-cross-small-black { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%22-229%20191%2020%2020%22%3E%3Cpath%20d%3D%22M-215.9%20201l6.8-6.8c.1-.1.1-.4%200-.6l-2.5-2.5c-.1-.1-.2-.1-.3-.1-.1%200-.2.1-.3.1l-6.8%206.8-6.8-6.8c-.1-.1-.4-.1-.6%200l-2.5%202.5c-.1.1-.1.4%200%20.6l6.8%206.8-6.8%206.8c-.1.1-.1.4%200%20.6l2.5%202.5c.1.1.2.1.3.1.1%200%20.2-.1.3-.1l6.8-6.8%206.8%206.8c.1.1.2.1.3.1.1%200%20.2-.1.3-.1l2.5-2.5c.1-.1.1-.4%200-.6l-6.8-6.8z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-cross-small-blue { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%22-229%20191%2020%2020%22%3E%3Cpath%20d%3D%22M-215.9%20201l6.8-6.8c.1-.1.1-.4%200-.6l-2.5-2.5c-.1-.1-.2-.1-.3-.1-.1%200-.2.1-.3.1l-6.8%206.8-6.8-6.8c-.1-.1-.4-.1-.6%200l-2.5%202.5c-.1.1-.1.4%200%20.6l6.8%206.8-6.8%206.8c-.1.1-.1.4%200%20.6l2.5%202.5c.1.1.2.1.3.1.1%200%20.2-.1.3-.1l6.8-6.8%206.8%206.8c.1.1.2.1.3.1.1%200%20.2-.1.3-.1l2.5-2.5c.1-.1.1-.4%200-.6l-6.8-6.8z%22%20fill%3D%22%230086c5%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-cross-small-white { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%22-229%20191%2020%2020%22%3E%3Cpath%20d%3D%22M-215.9%20201l6.8-6.8c.1-.1.1-.4%200-.6l-2.5-2.5c-.1-.1-.2-.1-.3-.1-.1%200-.2.1-.3.1l-6.8%206.8-6.8-6.8c-.1-.1-.4-.1-.6%200l-2.5%202.5c-.1.1-.1.4%200%20.6l6.8%206.8-6.8%206.8c-.1.1-.1.4%200%20.6l2.5%202.5c.1.1.2.1.3.1.1%200%20.2-.1.3-.1l6.8-6.8%206.8%206.8c.1.1.2.1.3.1.1%200%20.2-.1.3-.1l2.5-2.5c.1-.1.1-.4%200-.6l-6.8-6.8z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-cross-small { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%22-229%20191%2020%2020%22%3E%3Cpath%20d%3D%22M-215.9%20201l6.8-6.8c.1-.1.1-.4%200-.6l-2.5-2.5c-.1-.1-.2-.1-.3-.1-.1%200-.2.1-.3.1l-6.8%206.8-6.8-6.8c-.1-.1-.4-.1-.6%200l-2.5%202.5c-.1.1-.1.4%200%20.6l6.8%206.8-6.8%206.8c-.1.1-.1.4%200%20.6l2.5%202.5c.1.1.2.1.3.1.1%200%20.2-.1.3-.1l6.8-6.8%206.8%206.8c.1.1.2.1.3.1.1%200%20.2-.1.3-.1l2.5-2.5c.1-.1.1-.4%200-.6l-6.8-6.8z%22%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-dotted-arrow-circle-fill-small-down-blue { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%22-287%20410.9%2020%2020%22%3E%3Cstyle%20fill%3D%22%230086c5%22%3E.st0%7Bfill%3A%23231F20%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M-267.5%20420.9c0-5.2-4.2-9.5-9.5-9.5s-9.5%204.2-9.5%209.5%204.2%209.5%209.5%209.5%209.5-4.2%209.5-9.5zm-15.1-.7v-1.5h1.5v1.5h-1.5zm9.7%200v-1.5h1.5v1.5h-1.5zm-7.3%202.9v-1.5h1.5v1.5h-1.5zm4.9%200v-1.5h1.5v1.5h-1.5zm-2.5%202.8v-1.5h1.5v1.5h-1.5z%22%20fill%3D%22%230086c5%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-dotted-arrow-circle-fill-small-down-darkgray { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%22-287%20410.9%2020%2020%22%3E%3Cstyle%20fill%3D%22darkgray%22%3E.st0%7Bfill%3A%23231F20%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M-267.5%20420.9c0-5.2-4.2-9.5-9.5-9.5s-9.5%204.2-9.5%209.5%204.2%209.5%209.5%209.5%209.5-4.2%209.5-9.5zm-15.1-.7v-1.5h1.5v1.5h-1.5zm9.7%200v-1.5h1.5v1.5h-1.5zm-7.3%202.9v-1.5h1.5v1.5h-1.5zm4.9%200v-1.5h1.5v1.5h-1.5zm-2.5%202.8v-1.5h1.5v1.5h-1.5z%22%20fill%3D%22darkgray%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-dotted-arrow-circle-fill-small-down-gray { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%22-287%20410.9%2020%2020%22%3E%3Cstyle%20fill%3D%22%23808080%22%3E.st0%7Bfill%3A%23231F20%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M-267.5%20420.9c0-5.2-4.2-9.5-9.5-9.5s-9.5%204.2-9.5%209.5%204.2%209.5%209.5%209.5%209.5-4.2%209.5-9.5zm-15.1-.7v-1.5h1.5v1.5h-1.5zm9.7%200v-1.5h1.5v1.5h-1.5zm-7.3%202.9v-1.5h1.5v1.5h-1.5zm4.9%200v-1.5h1.5v1.5h-1.5zm-2.5%202.8v-1.5h1.5v1.5h-1.5z%22%20fill%3D%22%23808080%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-dotted-arrow-circle-fill-small-down-red { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Ctitle%20fill%3D%22%23d92f1e%22%3Edotted-arrow-circle-fill-small-down.colors-red%3C%2Ftitle%3E%3Cpath%20d%3D%22M19.5%2010a9.5%209.5%200%201%200-9.5%209.5%209.5%209.5%200%200%200%209.5-9.5zM4.4%209.3V7.8h1.5v1.5H4.4zm9.7%200V7.8h1.5v1.5h-1.5zm-7.3%202.9v-1.5h1.5v1.5H6.8zm4.9%200v-1.5h1.5v1.5h-1.5zM9.2%2015v-1.5h1.5V15H9.2z%22%20fill%3D%22%23d92f1e%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-dotted-arrow-circle-fill-small-down { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Ctitle%3Edotted-arrow-circle-fill-small-down.colors-red%3C%2Ftitle%3E%3Cpath%20d%3D%22M19.5%2010a9.5%209.5%200%201%200-9.5%209.5%209.5%209.5%200%200%200%209.5-9.5zM4.4%209.3V7.8h1.5v1.5H4.4zm9.7%200V7.8h1.5v1.5h-1.5zm-7.3%202.9v-1.5h1.5v1.5H6.8zm4.9%200v-1.5h1.5v1.5h-1.5zM9.2%2015v-1.5h1.5V15H9.2z%22%20fill%3D%22%231d1d1b%22%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-dotted-arrow-circle-fill-small-right-blue { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%22-239%20191%2020%2020%22%3E%3Cpath%20fill%3D%22%230086c5%22%20d%3D%22M-229.1%20191.5c-5.2%200-9.5%204.2-9.5%209.5s4.2%209.5%209.5%209.5%209.5-4.2%209.5-9.5-4.2-9.5-9.5-9.5zm-.7%2015.1h-1.5v-1.5h1.5v1.5zm0-9.7h-1.5v-1.5h1.5v1.5zm2.9%207.3h-1.5v-1.5h1.5v1.5zm0-4.9h-1.5v-1.5h1.5v1.5zm2.8%202.5h-1.5v-1.5h1.5v1.5z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-dotted-arrow-circle-fill-small-right-darkgray { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%22-239%20191%2020%2020%22%3E%3Cpath%20fill%3D%22darkgray%22%20d%3D%22M-229.1%20191.5c-5.2%200-9.5%204.2-9.5%209.5s4.2%209.5%209.5%209.5%209.5-4.2%209.5-9.5-4.2-9.5-9.5-9.5zm-.7%2015.1h-1.5v-1.5h1.5v1.5zm0-9.7h-1.5v-1.5h1.5v1.5zm2.9%207.3h-1.5v-1.5h1.5v1.5zm0-4.9h-1.5v-1.5h1.5v1.5zm2.8%202.5h-1.5v-1.5h1.5v1.5z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-dotted-arrow-circle-fill-small-right-gray { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%22-239%20191%2020%2020%22%3E%3Cpath%20fill%3D%22%23808080%22%20d%3D%22M-229.1%20191.5c-5.2%200-9.5%204.2-9.5%209.5s4.2%209.5%209.5%209.5%209.5-4.2%209.5-9.5-4.2-9.5-9.5-9.5zm-.7%2015.1h-1.5v-1.5h1.5v1.5zm0-9.7h-1.5v-1.5h1.5v1.5zm2.9%207.3h-1.5v-1.5h1.5v1.5zm0-4.9h-1.5v-1.5h1.5v1.5zm2.8%202.5h-1.5v-1.5h1.5v1.5z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-dotted-arrow-circle-fill-small-right-red { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%22-239%20191%2020%2020%22%3E%3Cpath%20fill%3D%22%23d92f1e%22%20d%3D%22M-229.1%20191.5c-5.2%200-9.5%204.2-9.5%209.5s4.2%209.5%209.5%209.5%209.5-4.2%209.5-9.5-4.2-9.5-9.5-9.5zm-.7%2015.1h-1.5v-1.5h1.5v1.5zm0-9.7h-1.5v-1.5h1.5v1.5zm2.9%207.3h-1.5v-1.5h1.5v1.5zm0-4.9h-1.5v-1.5h1.5v1.5zm2.8%202.5h-1.5v-1.5h1.5v1.5z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-dotted-arrow-circle-fill-small-right { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%22-239%20191%2020%2020%22%3E%3Cpath%20fill%3D%22%231D1D1B%22%20d%3D%22M-229.1%20191.5c-5.2%200-9.5%204.2-9.5%209.5s4.2%209.5%209.5%209.5%209.5-4.2%209.5-9.5-4.2-9.5-9.5-9.5zm-.7%2015.1h-1.5v-1.5h1.5v1.5zm0-9.7h-1.5v-1.5h1.5v1.5zm2.9%207.3h-1.5v-1.5h1.5v1.5zm0-4.9h-1.5v-1.5h1.5v1.5zm2.8%202.5h-1.5v-1.5h1.5v1.5z%22%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-dotted-arrow-circle-large-left-black { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2260%22%20height%3D%2260%22%20viewBox%3D%2210%20-20%2060%2060%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M11%2010c0-15.9%2013.1-29%2029-29S69-6%2069%2010%2055.9%2039%2040%2039c-16%200-29-13.1-29-29zm2.3%200c0%2014.8%2011.9%2026.7%2026.7%2026.7S66.7%2024.8%2066.7%2010c0-14.8-11.9-26.7-26.7-26.7S13.3-4.8%2013.3%2010z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M42.2-7.2h4.7v4.7h-4.7zM33.5.1h4.7v4.7h-4.7zM24.8%207.6h4.7v4.7h-4.7zM33.5%2015.1h4.7v4.7h-4.7zM42.2%2022.4h4.7v4.7h-4.7z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-dotted-arrow-circle-large-left-blue { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2260%22%20height%3D%2260%22%20viewBox%3D%2210%20-20%2060%2060%22%3E%3Cpath%20fill%3D%22%230086c5%22%20d%3D%22M11%2010c0-15.9%2013.1-29%2029-29S69-6%2069%2010%2055.9%2039%2040%2039c-16%200-29-13.1-29-29zm2.3%200c0%2014.8%2011.9%2026.7%2026.7%2026.7S66.7%2024.8%2066.7%2010c0-14.8-11.9-26.7-26.7-26.7S13.3-4.8%2013.3%2010z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%230086c5%22%20d%3D%22M42.2-7.2h4.7v4.7h-4.7zM33.5.1h4.7v4.7h-4.7zM24.8%207.6h4.7v4.7h-4.7zM33.5%2015.1h4.7v4.7h-4.7zM42.2%2022.4h4.7v4.7h-4.7z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-dotted-arrow-circle-large-left-red { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2260%22%20height%3D%2260%22%20viewBox%3D%2210%20-20%2060%2060%22%3E%3Cpath%20fill%3D%22%23d92f1e%22%20d%3D%22M11%2010c0-15.9%2013.1-29%2029-29S69-6%2069%2010%2055.9%2039%2040%2039c-16%200-29-13.1-29-29zm2.3%200c0%2014.8%2011.9%2026.7%2026.7%2026.7S66.7%2024.8%2066.7%2010c0-14.8-11.9-26.7-26.7-26.7S13.3-4.8%2013.3%2010z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23d92f1e%22%20d%3D%22M42.2-7.2h4.7v4.7h-4.7zM33.5.1h4.7v4.7h-4.7zM24.8%207.6h4.7v4.7h-4.7zM33.5%2015.1h4.7v4.7h-4.7zM42.2%2022.4h4.7v4.7h-4.7z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-dotted-arrow-circle-large-left-white { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2260%22%20height%3D%2260%22%20viewBox%3D%2210%20-20%2060%2060%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M11%2010c0-15.9%2013.1-29%2029-29S69-6%2069%2010%2055.9%2039%2040%2039c-16%200-29-13.1-29-29zm2.3%200c0%2014.8%2011.9%2026.7%2026.7%2026.7S66.7%2024.8%2066.7%2010c0-14.8-11.9-26.7-26.7-26.7S13.3-4.8%2013.3%2010z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M42.2-7.2h4.7v4.7h-4.7zM33.5.1h4.7v4.7h-4.7zM24.8%207.6h4.7v4.7h-4.7zM33.5%2015.1h4.7v4.7h-4.7zM42.2%2022.4h4.7v4.7h-4.7z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-dotted-arrow-circle-large-left { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2260%22%20height%3D%2260%22%20viewBox%3D%2210%20-20%2060%2060%22%3E%3Cpath%20fill%3D%22%231D1D1B%22%20d%3D%22M11%2010c0-15.9%2013.1-29%2029-29S69-6%2069%2010%2055.9%2039%2040%2039c-16%200-29-13.1-29-29zm2.3%200c0%2014.8%2011.9%2026.7%2026.7%2026.7S66.7%2024.8%2066.7%2010c0-14.8-11.9-26.7-26.7-26.7S13.3-4.8%2013.3%2010z%22%2F%3E%3Cpath%20fill%3D%22%231D1D1B%22%20d%3D%22M42.2-7.2h4.7v4.7h-4.7zM33.5.1h4.7v4.7h-4.7zM24.8%207.6h4.7v4.7h-4.7zM33.5%2015.1h4.7v4.7h-4.7zM42.2%2022.4h4.7v4.7h-4.7z%22%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-dotted-arrow-circle-large-right-black { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2260%22%20height%3D%2260%22%20viewBox%3D%2210%20-20%2060%2060%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M40%2039c-15.9%200-29-13-29-29s13.1-29%2029-29S69-5.9%2069%2010%2056%2039%2040%2039zm0-55.7C25.2-16.7%2013.3-4.8%2013.3%2010S25.2%2036.7%2040%2036.7%2066.7%2024.8%2066.7%2010%2054.8-16.7%2040-16.7z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M33-7.2h4.7v4.7H33zM41.7.1h4.7v4.7h-4.7zM50.4%207.6h4.7v4.7h-4.7zM41.7%2015.1h4.7v4.7h-4.7zM33%2022.4h4.7v4.7H33z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-dotted-arrow-circle-large-right-blue { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2260%22%20height%3D%2260%22%20viewBox%3D%2210%20-20%2060%2060%22%3E%3Cpath%20fill%3D%22%230086c5%22%20d%3D%22M40%2039c-15.9%200-29-13-29-29s13.1-29%2029-29S69-5.9%2069%2010%2056%2039%2040%2039zm0-55.7C25.2-16.7%2013.3-4.8%2013.3%2010S25.2%2036.7%2040%2036.7%2066.7%2024.8%2066.7%2010%2054.8-16.7%2040-16.7z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%230086c5%22%20d%3D%22M33-7.2h4.7v4.7H33zM41.7.1h4.7v4.7h-4.7zM50.4%207.6h4.7v4.7h-4.7zM41.7%2015.1h4.7v4.7h-4.7zM33%2022.4h4.7v4.7H33z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-dotted-arrow-circle-large-right-red { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2260%22%20height%3D%2260%22%20viewBox%3D%2210%20-20%2060%2060%22%3E%3Cpath%20fill%3D%22%23d92f1e%22%20d%3D%22M40%2039c-15.9%200-29-13-29-29s13.1-29%2029-29S69-5.9%2069%2010%2056%2039%2040%2039zm0-55.7C25.2-16.7%2013.3-4.8%2013.3%2010S25.2%2036.7%2040%2036.7%2066.7%2024.8%2066.7%2010%2054.8-16.7%2040-16.7z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23d92f1e%22%20d%3D%22M33-7.2h4.7v4.7H33zM41.7.1h4.7v4.7h-4.7zM50.4%207.6h4.7v4.7h-4.7zM41.7%2015.1h4.7v4.7h-4.7zM33%2022.4h4.7v4.7H33z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-dotted-arrow-circle-large-right-white { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2260%22%20height%3D%2260%22%20viewBox%3D%2210%20-20%2060%2060%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M40%2039c-15.9%200-29-13-29-29s13.1-29%2029-29S69-5.9%2069%2010%2056%2039%2040%2039zm0-55.7C25.2-16.7%2013.3-4.8%2013.3%2010S25.2%2036.7%2040%2036.7%2066.7%2024.8%2066.7%2010%2054.8-16.7%2040-16.7z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M33-7.2h4.7v4.7H33zM41.7.1h4.7v4.7h-4.7zM50.4%207.6h4.7v4.7h-4.7zM41.7%2015.1h4.7v4.7h-4.7zM33%2022.4h4.7v4.7H33z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-dotted-arrow-circle-large-right { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2260%22%20height%3D%2260%22%20viewBox%3D%2210%20-20%2060%2060%22%3E%3Cpath%20fill%3D%22%231D1D1B%22%20d%3D%22M40%2039c-15.9%200-29-13-29-29s13.1-29%2029-29S69-5.9%2069%2010%2056%2039%2040%2039zm0-55.7C25.2-16.7%2013.3-4.8%2013.3%2010S25.2%2036.7%2040%2036.7%2066.7%2024.8%2066.7%2010%2054.8-16.7%2040-16.7z%22%2F%3E%3Cpath%20fill%3D%22%231D1D1B%22%20d%3D%22M33-7.2h4.7v4.7H33zM41.7.1h4.7v4.7h-4.7zM50.4%207.6h4.7v4.7h-4.7zM41.7%2015.1h4.7v4.7h-4.7zM33%2022.4h4.7v4.7H33z%22%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-dotted-arrow-circle-small-down-blue { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%22-239%20191%2020%2020%22%3E%3Cpath%20fill%3D%22%230086c5%22%20d%3D%22M-239%20201c0-5.5%204.5-10%2010-10s10%204.5%2010%2010-4.5%2010-10%2010-10-4.5-10-10zm19.2%200c0-5.1-4.1-9.2-9.2-9.2s-9.2%204.1-9.2%209.2%204.1%209.2%209.2%209.2%209.2-4.1%209.2-9.2z%22%3E%3C%2Fpath%3E%3Ccircle%20fill%3D%22%230086c5%22%20cx%3D%22-229%22%20cy%3D%22205.4%22%20r%3D%221.1%22%3E%3C%2Fcircle%3E%3Ccircle%20fill%3D%22%230086c5%22%20cx%3D%22-226.4%22%20cy%3D%22202.4%22%20r%3D%221.1%22%3E%3C%2Fcircle%3E%3Ccircle%20fill%3D%22%230086c5%22%20cx%3D%22-223.9%22%20cy%3D%22199.4%22%20r%3D%221.1%22%3E%3C%2Fcircle%3E%3Ccircle%20fill%3D%22%230086c5%22%20cx%3D%22-231.6%22%20cy%3D%22202.4%22%20r%3D%221.1%22%3E%3C%2Fcircle%3E%3Ccircle%20fill%3D%22%230086c5%22%20cx%3D%22-234.1%22%20cy%3D%22199.4%22%20r%3D%221.1%22%3E%3C%2Fcircle%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-dotted-arrow-circle-small-down-gray { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%22-239%20191%2020%2020%22%3E%3Cpath%20fill%3D%22%23808080%22%20d%3D%22M-239%20201c0-5.5%204.5-10%2010-10s10%204.5%2010%2010-4.5%2010-10%2010-10-4.5-10-10zm19.2%200c0-5.1-4.1-9.2-9.2-9.2s-9.2%204.1-9.2%209.2%204.1%209.2%209.2%209.2%209.2-4.1%209.2-9.2z%22%3E%3C%2Fpath%3E%3Ccircle%20fill%3D%22%23808080%22%20cx%3D%22-229%22%20cy%3D%22205.4%22%20r%3D%221.1%22%3E%3C%2Fcircle%3E%3Ccircle%20fill%3D%22%23808080%22%20cx%3D%22-226.4%22%20cy%3D%22202.4%22%20r%3D%221.1%22%3E%3C%2Fcircle%3E%3Ccircle%20fill%3D%22%23808080%22%20cx%3D%22-223.9%22%20cy%3D%22199.4%22%20r%3D%221.1%22%3E%3C%2Fcircle%3E%3Ccircle%20fill%3D%22%23808080%22%20cx%3D%22-231.6%22%20cy%3D%22202.4%22%20r%3D%221.1%22%3E%3C%2Fcircle%3E%3Ccircle%20fill%3D%22%23808080%22%20cx%3D%22-234.1%22%20cy%3D%22199.4%22%20r%3D%221.1%22%3E%3C%2Fcircle%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-dotted-arrow-circle-small-down-white { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%22-239%20191%2020%2020%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M-239%20201c0-5.5%204.5-10%2010-10s10%204.5%2010%2010-4.5%2010-10%2010-10-4.5-10-10zm19.2%200c0-5.1-4.1-9.2-9.2-9.2s-9.2%204.1-9.2%209.2%204.1%209.2%209.2%209.2%209.2-4.1%209.2-9.2z%22%3E%3C%2Fpath%3E%3Ccircle%20fill%3D%22%23ffffff%22%20cx%3D%22-229%22%20cy%3D%22205.4%22%20r%3D%221.1%22%3E%3C%2Fcircle%3E%3Ccircle%20fill%3D%22%23ffffff%22%20cx%3D%22-226.4%22%20cy%3D%22202.4%22%20r%3D%221.1%22%3E%3C%2Fcircle%3E%3Ccircle%20fill%3D%22%23ffffff%22%20cx%3D%22-223.9%22%20cy%3D%22199.4%22%20r%3D%221.1%22%3E%3C%2Fcircle%3E%3Ccircle%20fill%3D%22%23ffffff%22%20cx%3D%22-231.6%22%20cy%3D%22202.4%22%20r%3D%221.1%22%3E%3C%2Fcircle%3E%3Ccircle%20fill%3D%22%23ffffff%22%20cx%3D%22-234.1%22%20cy%3D%22199.4%22%20r%3D%221.1%22%3E%3C%2Fcircle%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-dotted-arrow-circle-small-down { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%22-239%20191%2020%2020%22%3E%3Cpath%20fill%3D%22%231D1D1B%22%20d%3D%22M-239%20201c0-5.5%204.5-10%2010-10s10%204.5%2010%2010-4.5%2010-10%2010-10-4.5-10-10zm19.2%200c0-5.1-4.1-9.2-9.2-9.2s-9.2%204.1-9.2%209.2%204.1%209.2%209.2%209.2%209.2-4.1%209.2-9.2z%22%2F%3E%3Ccircle%20fill%3D%22%231D1D1B%22%20cx%3D%22-229%22%20cy%3D%22205.4%22%20r%3D%221.1%22%2F%3E%3Ccircle%20fill%3D%22%231D1D1B%22%20cx%3D%22-226.4%22%20cy%3D%22202.4%22%20r%3D%221.1%22%2F%3E%3Ccircle%20fill%3D%22%231D1D1B%22%20cx%3D%22-223.9%22%20cy%3D%22199.4%22%20r%3D%221.1%22%2F%3E%3Ccircle%20fill%3D%22%231D1D1B%22%20cx%3D%22-231.6%22%20cy%3D%22202.4%22%20r%3D%221.1%22%2F%3E%3Ccircle%20fill%3D%22%231D1D1B%22%20cx%3D%22-234.1%22%20cy%3D%22199.4%22%20r%3D%221.1%22%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-dotted-arrow-circle-small-right-black { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M10%2020C4.5%2020%200%2015.5%200%2010S4.5%200%2010%200s10%204.5%2010%2010-4.5%2010-10%2010zM10%20.8C4.9.8.8%204.9.8%2010s4.1%209.2%209.2%209.2%209.2-4.1%209.2-9.2S15.1.8%2010%20.8z%22%3E%3C%2Fpath%3E%3Ccircle%20fill%3D%22%23000000%22%20cx%3D%2214.4%22%20cy%3D%2210%22%20r%3D%221.1%22%3E%3C%2Fcircle%3E%3Ccircle%20fill%3D%22%23000000%22%20cx%3D%2211.4%22%20cy%3D%227.4%22%20r%3D%221.1%22%3E%3C%2Fcircle%3E%3Ccircle%20fill%3D%22%23000000%22%20cx%3D%228.4%22%20cy%3D%224.9%22%20r%3D%221.1%22%3E%3C%2Fcircle%3E%3Ccircle%20fill%3D%22%23000000%22%20cx%3D%2211.4%22%20cy%3D%2212.6%22%20r%3D%221.1%22%3E%3C%2Fcircle%3E%3Ccircle%20fill%3D%22%23000000%22%20cx%3D%228.4%22%20cy%3D%2215.1%22%20r%3D%221.1%22%3E%3C%2Fcircle%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-dotted-arrow-circle-small-right-blue { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20fill%3D%22%230086c5%22%20d%3D%22M10%2020C4.5%2020%200%2015.5%200%2010S4.5%200%2010%200s10%204.5%2010%2010-4.5%2010-10%2010zM10%20.8C4.9.8.8%204.9.8%2010s4.1%209.2%209.2%209.2%209.2-4.1%209.2-9.2S15.1.8%2010%20.8z%22%3E%3C%2Fpath%3E%3Ccircle%20fill%3D%22%230086c5%22%20cx%3D%2214.4%22%20cy%3D%2210%22%20r%3D%221.1%22%3E%3C%2Fcircle%3E%3Ccircle%20fill%3D%22%230086c5%22%20cx%3D%2211.4%22%20cy%3D%227.4%22%20r%3D%221.1%22%3E%3C%2Fcircle%3E%3Ccircle%20fill%3D%22%230086c5%22%20cx%3D%228.4%22%20cy%3D%224.9%22%20r%3D%221.1%22%3E%3C%2Fcircle%3E%3Ccircle%20fill%3D%22%230086c5%22%20cx%3D%2211.4%22%20cy%3D%2212.6%22%20r%3D%221.1%22%3E%3C%2Fcircle%3E%3Ccircle%20fill%3D%22%230086c5%22%20cx%3D%228.4%22%20cy%3D%2215.1%22%20r%3D%221.1%22%3E%3C%2Fcircle%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-dotted-arrow-circle-small-right-red { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20fill%3D%22%23d92f1e%22%20d%3D%22M10%2020C4.5%2020%200%2015.5%200%2010S4.5%200%2010%200s10%204.5%2010%2010-4.5%2010-10%2010zM10%20.8C4.9.8.8%204.9.8%2010s4.1%209.2%209.2%209.2%209.2-4.1%209.2-9.2S15.1.8%2010%20.8z%22%3E%3C%2Fpath%3E%3Ccircle%20fill%3D%22%23d92f1e%22%20cx%3D%2214.4%22%20cy%3D%2210%22%20r%3D%221.1%22%3E%3C%2Fcircle%3E%3Ccircle%20fill%3D%22%23d92f1e%22%20cx%3D%2211.4%22%20cy%3D%227.4%22%20r%3D%221.1%22%3E%3C%2Fcircle%3E%3Ccircle%20fill%3D%22%23d92f1e%22%20cx%3D%228.4%22%20cy%3D%224.9%22%20r%3D%221.1%22%3E%3C%2Fcircle%3E%3Ccircle%20fill%3D%22%23d92f1e%22%20cx%3D%2211.4%22%20cy%3D%2212.6%22%20r%3D%221.1%22%3E%3C%2Fcircle%3E%3Ccircle%20fill%3D%22%23d92f1e%22%20cx%3D%228.4%22%20cy%3D%2215.1%22%20r%3D%221.1%22%3E%3C%2Fcircle%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-dotted-arrow-circle-small-right-white { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M10%2020C4.5%2020%200%2015.5%200%2010S4.5%200%2010%200s10%204.5%2010%2010-4.5%2010-10%2010zM10%20.8C4.9.8.8%204.9.8%2010s4.1%209.2%209.2%209.2%209.2-4.1%209.2-9.2S15.1.8%2010%20.8z%22%3E%3C%2Fpath%3E%3Ccircle%20fill%3D%22%23ffffff%22%20cx%3D%2214.4%22%20cy%3D%2210%22%20r%3D%221.1%22%3E%3C%2Fcircle%3E%3Ccircle%20fill%3D%22%23ffffff%22%20cx%3D%2211.4%22%20cy%3D%227.4%22%20r%3D%221.1%22%3E%3C%2Fcircle%3E%3Ccircle%20fill%3D%22%23ffffff%22%20cx%3D%228.4%22%20cy%3D%224.9%22%20r%3D%221.1%22%3E%3C%2Fcircle%3E%3Ccircle%20fill%3D%22%23ffffff%22%20cx%3D%2211.4%22%20cy%3D%2212.6%22%20r%3D%221.1%22%3E%3C%2Fcircle%3E%3Ccircle%20fill%3D%22%23ffffff%22%20cx%3D%228.4%22%20cy%3D%2215.1%22%20r%3D%221.1%22%3E%3C%2Fcircle%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-dotted-arrow-circle-small-right { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20fill%3D%22%231D1D1B%22%20d%3D%22M10%2020C4.5%2020%200%2015.5%200%2010S4.5%200%2010%200s10%204.5%2010%2010-4.5%2010-10%2010zM10%20.8C4.9.8.8%204.9.8%2010s4.1%209.2%209.2%209.2%209.2-4.1%209.2-9.2S15.1.8%2010%20.8z%22%2F%3E%3Ccircle%20fill%3D%22%231D1D1B%22%20cx%3D%2214.4%22%20cy%3D%2210%22%20r%3D%221.1%22%2F%3E%3Ccircle%20fill%3D%22%231D1D1B%22%20cx%3D%2211.4%22%20cy%3D%227.4%22%20r%3D%221.1%22%2F%3E%3Ccircle%20fill%3D%22%231D1D1B%22%20cx%3D%228.4%22%20cy%3D%224.9%22%20r%3D%221.1%22%2F%3E%3Ccircle%20fill%3D%22%231D1D1B%22%20cx%3D%2211.4%22%20cy%3D%2212.6%22%20r%3D%221.1%22%2F%3E%3Ccircle%20fill%3D%22%231D1D1B%22%20cx%3D%228.4%22%20cy%3D%2215.1%22%20r%3D%221.1%22%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-dotted-arrow-down-blue { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2220%22%20viewBox%3D%220%200%2040%2020%22%3E%3Cpath%20fill%3D%22%230086c5%22%20d%3D%22M0%200c0%2011%209%2020%2020%2020s20-9%2020-20H0zm12.9%206.7c-.6.6-1.6.6-2.2%200-.6-.6-.6-1.6%200-2.2.6-.6%201.6-.6%202.2%200%20.6.6.6%201.6%200%202.2zm4.2%204.2c-.6.6-1.6.6-2.2%200-.6-.6-.6-1.6%200-2.2.6-.6%201.6-.6%202.2%200%20.6.7.6%201.6%200%202.2zm4.3%204.3c-.6.6-1.6.6-2.2%200-.6-.6-.6-1.6%200-2.2.6-.6%201.6-.6%202.2%200%20.6.6.6%201.6%200%202.2zm4.2-4.3c-.6.6-1.6.6-2.2%200-.6-.6-.6-1.6%200-2.2.6-.6%201.6-.6%202.2%200%20.6.7.6%201.6%200%202.2zm4.2-4.2c-.6.6-1.6.6-2.2%200-.6-.6-.6-1.6%200-2.2.6-.6%201.6-.6%202.2%200%20.6.6.6%201.6%200%202.2z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-dotted-arrow-down { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2220%22%20viewBox%3D%220%200%2040%2020%22%3E%3Cpath%20fill%3D%22%231788C3%22%20d%3D%22M0%200c0%2011%209%2020%2020%2020s20-9%2020-20H0zm12.9%206.7c-.6.6-1.6.6-2.2%200-.6-.6-.6-1.6%200-2.2.6-.6%201.6-.6%202.2%200%20.6.6.6%201.6%200%202.2zm4.2%204.2c-.6.6-1.6.6-2.2%200-.6-.6-.6-1.6%200-2.2.6-.6%201.6-.6%202.2%200%20.6.7.6%201.6%200%202.2zm4.3%204.3c-.6.6-1.6.6-2.2%200-.6-.6-.6-1.6%200-2.2.6-.6%201.6-.6%202.2%200%20.6.6.6%201.6%200%202.2zm4.2-4.3c-.6.6-1.6.6-2.2%200-.6-.6-.6-1.6%200-2.2.6-.6%201.6-.6%202.2%200%20.6.7.6%201.6%200%202.2zm4.2-4.2c-.6.6-1.6.6-2.2%200-.6-.6-.6-1.6%200-2.2.6-.6%201.6-.6%202.2%200%20.6.6.6%201.6%200%202.2z%22%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-dotted-arrow-medium-left-black { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2245%22%20viewBox%3D%22-4%20-12%2030%2045%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M18.1-9.6H24v5.9h-5.9zM8.1-1.2H14v5.9H8.1zM-2%207.5h5.9v5.9H-2zM8.1%2016.2H14v5.9H8.1zM18.1%2024.6H24v5.9h-5.9z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-dotted-arrow-medium-left-blue { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2245%22%20viewBox%3D%22-4%20-12%2030%2045%22%3E%3Cpath%20fill%3D%22%230086c5%22%20d%3D%22M18.1-9.6H24v5.9h-5.9zM8.1-1.2H14v5.9H8.1zM-2%207.5h5.9v5.9H-2zM8.1%2016.2H14v5.9H8.1zM18.1%2024.6H24v5.9h-5.9z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-dotted-arrow-medium-left-red { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2245%22%20viewBox%3D%22-4%20-12%2030%2045%22%3E%3Cpath%20fill%3D%22%23d92f1e%22%20d%3D%22M18.1-9.6H24v5.9h-5.9zM8.1-1.2H14v5.9H8.1zM-2%207.5h5.9v5.9H-2zM8.1%2016.2H14v5.9H8.1zM18.1%2024.6H24v5.9h-5.9z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-dotted-arrow-medium-left-white { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2245%22%20viewBox%3D%22-4%20-12%2030%2045%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M18.1-9.6H24v5.9h-5.9zM8.1-1.2H14v5.9H8.1zM-2%207.5h5.9v5.9H-2zM8.1%2016.2H14v5.9H8.1zM18.1%2024.6H24v5.9h-5.9z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-dotted-arrow-medium-left { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2245%22%20viewBox%3D%22-4%20-12%2030%2045%22%3E%3Cpath%20fill%3D%22%231D1D1B%22%20d%3D%22M18.1-9.6H24v5.9h-5.9zM8.1-1.2H14v5.9H8.1zM-2%207.5h5.9v5.9H-2zM8.1%2016.2H14v5.9H8.1zM18.1%2024.6H24v5.9h-5.9z%22%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-dotted-arrow-medium-right-black { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2245%22%20viewBox%3D%22-4%20-12%2030%2045%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M-2-9.6h5.9v5.9H-2zM8-1.2h5.9v5.9H8zM18.1%207.5H24v5.9h-5.9zM8%2016.2h5.9v5.9H8zM-2%2024.6h5.9v5.9H-2z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-dotted-arrow-medium-right-blue { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2245%22%20viewBox%3D%22-4%20-12%2030%2045%22%3E%3Cpath%20fill%3D%22%230086c5%22%20d%3D%22M-2-9.6h5.9v5.9H-2zM8-1.2h5.9v5.9H8zM18.1%207.5H24v5.9h-5.9zM8%2016.2h5.9v5.9H8zM-2%2024.6h5.9v5.9H-2z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-dotted-arrow-medium-right-red { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2245%22%20viewBox%3D%22-4%20-12%2030%2045%22%3E%3Cpath%20fill%3D%22%23d92f1e%22%20d%3D%22M-2-9.6h5.9v5.9H-2zM8-1.2h5.9v5.9H8zM18.1%207.5H24v5.9h-5.9zM8%2016.2h5.9v5.9H8zM-2%2024.6h5.9v5.9H-2z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-dotted-arrow-medium-right-white { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2245%22%20viewBox%3D%22-4%20-12%2030%2045%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M-2-9.6h5.9v5.9H-2zM8-1.2h5.9v5.9H8zM18.1%207.5H24v5.9h-5.9zM8%2016.2h5.9v5.9H8zM-2%2024.6h5.9v5.9H-2z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-dotted-arrow-medium-right { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2245%22%20viewBox%3D%22-4%20-12%2030%2045%22%3E%3Cpath%20fill%3D%22%231D1D1B%22%20d%3D%22M-2-9.6h5.9v5.9H-2zM8-1.2h5.9v5.9H8zM18.1%207.5H24v5.9h-5.9zM8%2016.2h5.9v5.9H8zM-2%2024.6h5.9v5.9H-2z%22%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-dotted-arrow-small-down { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2210%22%20viewBox%3D%22-246.5%20195.5%2015%2010%22%3E%3Ccircle%20fill%3D%22%231D1D1B%22%20cx%3D%22-239%22%20cy%3D%22203.5%22%20r%3D%221.1%22%2F%3E%3Ccircle%20fill%3D%22%231D1D1B%22%20cx%3D%22-236.4%22%20cy%3D%22200.5%22%20r%3D%221.1%22%2F%3E%3Ccircle%20fill%3D%22%231D1D1B%22%20cx%3D%22-233.9%22%20cy%3D%22197.5%22%20r%3D%221.1%22%2F%3E%3Ccircle%20fill%3D%22%231D1D1B%22%20cx%3D%22-241.6%22%20cy%3D%22200.5%22%20r%3D%221.1%22%2F%3E%3Ccircle%20fill%3D%22%231D1D1B%22%20cx%3D%22-244.1%22%20cy%3D%22197.5%22%20r%3D%221.1%22%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-dotted-arrow-small-right-black { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2215%22%20viewBox%3D%22-2.6%202.5%2010%2015%22%3E%3Ccircle%20fill%3D%22%23000000%22%20cx%3D%225.4%22%20cy%3D%2210%22%20r%3D%221.1%22%3E%3C%2Fcircle%3E%3Ccircle%20fill%3D%22%23000000%22%20cx%3D%222.4%22%20cy%3D%227.4%22%20r%3D%221.1%22%3E%3C%2Fcircle%3E%3Ccircle%20fill%3D%22%23000000%22%20cx%3D%22-.6%22%20cy%3D%224.9%22%20r%3D%221.1%22%3E%3C%2Fcircle%3E%3Ccircle%20fill%3D%22%23000000%22%20cx%3D%222.4%22%20cy%3D%2212.6%22%20r%3D%221.1%22%3E%3C%2Fcircle%3E%3Ccircle%20fill%3D%22%23000000%22%20cx%3D%22-.6%22%20cy%3D%2215.1%22%20r%3D%221.1%22%3E%3C%2Fcircle%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-dotted-arrow-small-right-blue { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2215%22%20viewBox%3D%22-2.6%202.5%2010%2015%22%3E%3Ccircle%20fill%3D%22%230086c5%22%20cx%3D%225.4%22%20cy%3D%2210%22%20r%3D%221.1%22%3E%3C%2Fcircle%3E%3Ccircle%20fill%3D%22%230086c5%22%20cx%3D%222.4%22%20cy%3D%227.4%22%20r%3D%221.1%22%3E%3C%2Fcircle%3E%3Ccircle%20fill%3D%22%230086c5%22%20cx%3D%22-.6%22%20cy%3D%224.9%22%20r%3D%221.1%22%3E%3C%2Fcircle%3E%3Ccircle%20fill%3D%22%230086c5%22%20cx%3D%222.4%22%20cy%3D%2212.6%22%20r%3D%221.1%22%3E%3C%2Fcircle%3E%3Ccircle%20fill%3D%22%230086c5%22%20cx%3D%22-.6%22%20cy%3D%2215.1%22%20r%3D%221.1%22%3E%3C%2Fcircle%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-dotted-arrow-small-right-red { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2215%22%20viewBox%3D%22-2.6%202.5%2010%2015%22%3E%3Ccircle%20fill%3D%22%23d92f1e%22%20cx%3D%225.4%22%20cy%3D%2210%22%20r%3D%221.1%22%3E%3C%2Fcircle%3E%3Ccircle%20fill%3D%22%23d92f1e%22%20cx%3D%222.4%22%20cy%3D%227.4%22%20r%3D%221.1%22%3E%3C%2Fcircle%3E%3Ccircle%20fill%3D%22%23d92f1e%22%20cx%3D%22-.6%22%20cy%3D%224.9%22%20r%3D%221.1%22%3E%3C%2Fcircle%3E%3Ccircle%20fill%3D%22%23d92f1e%22%20cx%3D%222.4%22%20cy%3D%2212.6%22%20r%3D%221.1%22%3E%3C%2Fcircle%3E%3Ccircle%20fill%3D%22%23d92f1e%22%20cx%3D%22-.6%22%20cy%3D%2215.1%22%20r%3D%221.1%22%3E%3C%2Fcircle%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-dotted-arrow-small-right-white { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2215%22%20viewBox%3D%22-2.6%202.5%2010%2015%22%3E%3Ccircle%20fill%3D%22%23ffffff%22%20cx%3D%225.4%22%20cy%3D%2210%22%20r%3D%221.1%22%3E%3C%2Fcircle%3E%3Ccircle%20fill%3D%22%23ffffff%22%20cx%3D%222.4%22%20cy%3D%227.4%22%20r%3D%221.1%22%3E%3C%2Fcircle%3E%3Ccircle%20fill%3D%22%23ffffff%22%20cx%3D%22-.6%22%20cy%3D%224.9%22%20r%3D%221.1%22%3E%3C%2Fcircle%3E%3Ccircle%20fill%3D%22%23ffffff%22%20cx%3D%222.4%22%20cy%3D%2212.6%22%20r%3D%221.1%22%3E%3C%2Fcircle%3E%3Ccircle%20fill%3D%22%23ffffff%22%20cx%3D%22-.6%22%20cy%3D%2215.1%22%20r%3D%221.1%22%3E%3C%2Fcircle%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-dotted-arrow-small-right { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2215%22%20viewBox%3D%22-2.6%202.5%2010%2015%22%3E%3Ccircle%20fill%3D%22%231D1D1B%22%20cx%3D%225.4%22%20cy%3D%2210%22%20r%3D%221.1%22%2F%3E%3Ccircle%20fill%3D%22%231D1D1B%22%20cx%3D%222.4%22%20cy%3D%227.4%22%20r%3D%221.1%22%2F%3E%3Ccircle%20fill%3D%22%231D1D1B%22%20cx%3D%22-.6%22%20cy%3D%224.9%22%20r%3D%221.1%22%2F%3E%3Ccircle%20fill%3D%22%231D1D1B%22%20cx%3D%222.4%22%20cy%3D%2212.6%22%20r%3D%221.1%22%2F%3E%3Ccircle%20fill%3D%22%231D1D1B%22%20cx%3D%22-.6%22%20cy%3D%2215.1%22%20r%3D%221.1%22%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-dotted-handle-left-blue { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2240%22%20viewBox%3D%22-239%20181%2020%2040%22%3E%3Cpath%20fill%3D%22%230086c5%22%20d%3D%22M-219%20181c-11%200-20%209-20%2020s9%2020%2020%2020v-40zm-4.7%2012.9c-.6-.6-.6-1.6%200-2.2.6-.6%201.6-.6%202.2%200%20.6.6.6%201.6%200%202.2-.6.6-1.6.6-2.2%200zm-4.2%204.2c-.6-.6-.6-1.6%200-2.2.6-.6%201.6-.6%202.2%200%20.6.6.6%201.6%200%202.2-.7.6-1.6.6-2.2%200zm-4.3%204.3c-.6-.6-.6-1.6%200-2.2.6-.6%201.6-.6%202.2%200%20.6.6.6%201.6%200%202.2-.6.6-1.6.6-2.2%200zm4.3%204.2c-.6-.6-.6-1.6%200-2.2.6-.6%201.6-.6%202.2%200%20.6.6.6%201.6%200%202.2-.7.6-1.6.6-2.2%200zm4.2%204.2c-.6-.6-.6-1.6%200-2.2.6-.6%201.6-.6%202.2%200%20.6.6.6%201.6%200%202.2s-1.6.6-2.2%200z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-dotted-handle-left-red { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2240%22%20viewBox%3D%22-239%20181%2020%2040%22%3E%3Cpath%20fill%3D%22%23d92f1e%22%20d%3D%22M-219%20181c-11%200-20%209-20%2020s9%2020%2020%2020v-40zm-4.7%2012.9c-.6-.6-.6-1.6%200-2.2.6-.6%201.6-.6%202.2%200%20.6.6.6%201.6%200%202.2-.6.6-1.6.6-2.2%200zm-4.2%204.2c-.6-.6-.6-1.6%200-2.2.6-.6%201.6-.6%202.2%200%20.6.6.6%201.6%200%202.2-.7.6-1.6.6-2.2%200zm-4.3%204.3c-.6-.6-.6-1.6%200-2.2.6-.6%201.6-.6%202.2%200%20.6.6.6%201.6%200%202.2-.6.6-1.6.6-2.2%200zm4.3%204.2c-.6-.6-.6-1.6%200-2.2.6-.6%201.6-.6%202.2%200%20.6.6.6%201.6%200%202.2-.7.6-1.6.6-2.2%200zm4.2%204.2c-.6-.6-.6-1.6%200-2.2.6-.6%201.6-.6%202.2%200%20.6.6.6%201.6%200%202.2s-1.6.6-2.2%200z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-dotted-handle-left-white { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2240%22%20viewBox%3D%22-239%20181%2020%2040%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M-219%20181c-11%200-20%209-20%2020s9%2020%2020%2020v-40zm-4.7%2012.9c-.6-.6-.6-1.6%200-2.2.6-.6%201.6-.6%202.2%200%20.6.6.6%201.6%200%202.2-.6.6-1.6.6-2.2%200zm-4.2%204.2c-.6-.6-.6-1.6%200-2.2.6-.6%201.6-.6%202.2%200%20.6.6.6%201.6%200%202.2-.7.6-1.6.6-2.2%200zm-4.3%204.3c-.6-.6-.6-1.6%200-2.2.6-.6%201.6-.6%202.2%200%20.6.6.6%201.6%200%202.2-.6.6-1.6.6-2.2%200zm4.3%204.2c-.6-.6-.6-1.6%200-2.2.6-.6%201.6-.6%202.2%200%20.6.6.6%201.6%200%202.2-.7.6-1.6.6-2.2%200zm4.2%204.2c-.6-.6-.6-1.6%200-2.2.6-.6%201.6-.6%202.2%200%20.6.6.6%201.6%200%202.2s-1.6.6-2.2%200z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-dotted-handle-left { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2240%22%20viewBox%3D%22-239%20181%2020%2040%22%3E%3Cpath%20fill%3D%22%231788C3%22%20d%3D%22M-219%20181c-11%200-20%209-20%2020s9%2020%2020%2020v-40zm-4.7%2012.9c-.6-.6-.6-1.6%200-2.2.6-.6%201.6-.6%202.2%200%20.6.6.6%201.6%200%202.2-.6.6-1.6.6-2.2%200zm-4.2%204.2c-.6-.6-.6-1.6%200-2.2.6-.6%201.6-.6%202.2%200%20.6.6.6%201.6%200%202.2-.7.6-1.6.6-2.2%200zm-4.3%204.3c-.6-.6-.6-1.6%200-2.2.6-.6%201.6-.6%202.2%200%20.6.6.6%201.6%200%202.2-.6.6-1.6.6-2.2%200zm4.3%204.2c-.6-.6-.6-1.6%200-2.2.6-.6%201.6-.6%202.2%200%20.6.6.6%201.6%200%202.2-.7.6-1.6.6-2.2%200zm4.2%204.2c-.6-.6-.6-1.6%200-2.2.6-.6%201.6-.6%202.2%200%20.6.6.6%201.6%200%202.2s-1.6.6-2.2%200z%22%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-dotted-handle-right-blue { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2240%22%20viewBox%3D%22-239%20181%2020%2040%22%3E%3Cpath%20fill%3D%22%230086c5%22%20d%3D%22M-239%20221c11%200%2020-9%2020-20s-9-20-20-20v40zm4.7-12.9c.6.6.6%201.6%200%202.2-.6.6-1.6.6-2.2%200-.6-.6-.6-1.6%200-2.2.6-.6%201.6-.6%202.2%200zm4.2-4.2c.6.6.6%201.6%200%202.2-.6.6-1.6.6-2.2%200-.6-.6-.6-1.6%200-2.2.7-.6%201.6-.6%202.2%200zm4.3-4.3c.6.6.6%201.6%200%202.2-.6.6-1.6.6-2.2%200-.6-.6-.6-1.6%200-2.2.6-.6%201.6-.6%202.2%200zm-4.3-4.2c.6.6.6%201.6%200%202.2-.6.6-1.6.6-2.2%200-.6-.6-.6-1.6%200-2.2.7-.6%201.6-.6%202.2%200zm-4.2-4.2c.6.6.6%201.6%200%202.2-.6.6-1.6.6-2.2%200-.6-.6-.6-1.6%200-2.2s1.6-.6%202.2%200z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-dotted-handle-right-red { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2240%22%20viewBox%3D%22-239%20181%2020%2040%22%3E%3Cpath%20fill%3D%22%23d92f1e%22%20d%3D%22M-239%20221c11%200%2020-9%2020-20s-9-20-20-20v40zm4.7-12.9c.6.6.6%201.6%200%202.2-.6.6-1.6.6-2.2%200-.6-.6-.6-1.6%200-2.2.6-.6%201.6-.6%202.2%200zm4.2-4.2c.6.6.6%201.6%200%202.2-.6.6-1.6.6-2.2%200-.6-.6-.6-1.6%200-2.2.7-.6%201.6-.6%202.2%200zm4.3-4.3c.6.6.6%201.6%200%202.2-.6.6-1.6.6-2.2%200-.6-.6-.6-1.6%200-2.2.6-.6%201.6-.6%202.2%200zm-4.3-4.2c.6.6.6%201.6%200%202.2-.6.6-1.6.6-2.2%200-.6-.6-.6-1.6%200-2.2.7-.6%201.6-.6%202.2%200zm-4.2-4.2c.6.6.6%201.6%200%202.2-.6.6-1.6.6-2.2%200-.6-.6-.6-1.6%200-2.2s1.6-.6%202.2%200z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-dotted-handle-right-white { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2240%22%20viewBox%3D%22-239%20181%2020%2040%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M-239%20221c11%200%2020-9%2020-20s-9-20-20-20v40zm4.7-12.9c.6.6.6%201.6%200%202.2-.6.6-1.6.6-2.2%200-.6-.6-.6-1.6%200-2.2.6-.6%201.6-.6%202.2%200zm4.2-4.2c.6.6.6%201.6%200%202.2-.6.6-1.6.6-2.2%200-.6-.6-.6-1.6%200-2.2.7-.6%201.6-.6%202.2%200zm4.3-4.3c.6.6.6%201.6%200%202.2-.6.6-1.6.6-2.2%200-.6-.6-.6-1.6%200-2.2.6-.6%201.6-.6%202.2%200zm-4.3-4.2c.6.6.6%201.6%200%202.2-.6.6-1.6.6-2.2%200-.6-.6-.6-1.6%200-2.2.7-.6%201.6-.6%202.2%200zm-4.2-4.2c.6.6.6%201.6%200%202.2-.6.6-1.6.6-2.2%200-.6-.6-.6-1.6%200-2.2s1.6-.6%202.2%200z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-dotted-handle-right { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2240%22%20viewBox%3D%22-239%20181%2020%2040%22%3E%3Cpath%20fill%3D%22%231788C3%22%20d%3D%22M-239%20221c11%200%2020-9%2020-20s-9-20-20-20v40zm4.7-12.9c.6.6.6%201.6%200%202.2-.6.6-1.6.6-2.2%200-.6-.6-.6-1.6%200-2.2.6-.6%201.6-.6%202.2%200zm4.2-4.2c.6.6.6%201.6%200%202.2-.6.6-1.6.6-2.2%200-.6-.6-.6-1.6%200-2.2.7-.6%201.6-.6%202.2%200zm4.3-4.3c.6.6.6%201.6%200%202.2-.6.6-1.6.6-2.2%200-.6-.6-.6-1.6%200-2.2.6-.6%201.6-.6%202.2%200zm-4.3-4.2c.6.6.6%201.6%200%202.2-.6.6-1.6.6-2.2%200-.6-.6-.6-1.6%200-2.2.7-.6%201.6-.6%202.2%200zm-4.2-4.2c.6.6.6%201.6%200%202.2-.6.6-1.6.6-2.2%200-.6-.6-.6-1.6%200-2.2s1.6-.6%202.2%200z%22%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-gender-female-blue { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-9%2011%2030%2030%22%3E%3Cpath%20d%3D%22M7.2%2029.2c0-.4.3-.6.6-.7%204-.8%207-4.4%207-8.6C14.8%2015%2010.9%2011%206%2011s-8.8%204-8.8%208.8c0%204.3%203%207.8%207%208.6.3.1.6.4.6.7v3c0%20.3-.3.6-.6.6H.3c-.7%200-1.2.5-1.2%201.2s.5%201.2%201.2%201.2h3.9c.3%200%20.6.3.6.6v3.9c0%20.7.5%201.2%201.2%201.2s1.2-.5%201.2-1.2v-3.9c0-.3.3-.6.6-.6h3.9c.7%200%201.2-.5%201.2-1.2s-.5-1.2-1.2-1.2H7.8c-.3%200-.6-.3-.6-.6v-2.9zm-7.6-9.4c0-3.5%202.9-6.4%206.4-6.4s6.4%202.9%206.4%206.4-2.9%206.4-6.4%206.4-6.4-2.8-6.4-6.4z%22%20fill%3D%22%230086c5%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-gender-female-white { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-9%2011%2030%2030%22%3E%3Cpath%20d%3D%22M7.2%2029.2c0-.4.3-.6.6-.7%204-.8%207-4.4%207-8.6C14.8%2015%2010.9%2011%206%2011s-8.8%204-8.8%208.8c0%204.3%203%207.8%207%208.6.3.1.6.4.6.7v3c0%20.3-.3.6-.6.6H.3c-.7%200-1.2.5-1.2%201.2s.5%201.2%201.2%201.2h3.9c.3%200%20.6.3.6.6v3.9c0%20.7.5%201.2%201.2%201.2s1.2-.5%201.2-1.2v-3.9c0-.3.3-.6.6-.6h3.9c.7%200%201.2-.5%201.2-1.2s-.5-1.2-1.2-1.2H7.8c-.3%200-.6-.3-.6-.6v-2.9zm-7.6-9.4c0-3.5%202.9-6.4%206.4-6.4s6.4%202.9%206.4%206.4-2.9%206.4-6.4%206.4-6.4-2.8-6.4-6.4z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-gender-female { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-9%2011%2030%2030%22%3E%3Cpath%20d%3D%22M7.2%2029.2c0-.4.3-.6.6-.7%204-.8%207-4.4%207-8.6C14.8%2015%2010.9%2011%206%2011s-8.8%204-8.8%208.8c0%204.3%203%207.8%207%208.6.3.1.6.4.6.7v3c0%20.3-.3.6-.6.6H.3c-.7%200-1.2.5-1.2%201.2s.5%201.2%201.2%201.2h3.9c.3%200%20.6.3.6.6v3.9c0%20.7.5%201.2%201.2%201.2s1.2-.5%201.2-1.2v-3.9c0-.3.3-.6.6-.6h3.9c.7%200%201.2-.5%201.2-1.2s-.5-1.2-1.2-1.2H7.8c-.3%200-.6-.3-.6-.6v-2.9zm-7.6-9.4c0-3.5%202.9-6.4%206.4-6.4s6.4%202.9%206.4%206.4-2.9%206.4-6.4%206.4-6.4-2.8-6.4-6.4z%22%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-gender-male-blue { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-9%2011%2030%2030%22%3E%3Cpath%20d%3D%22M-4.7%2025.9c-3%204.5-1.7%2010.5%202.7%2013.4%204.5%203%2010.5%201.7%2013.4-2.7%202.6-3.9%202-9-1.2-12.2-.3-.3-.3-.7-.1-1l4.7-7.1c.1-.2.5-.1.5.1l.3%201.6c.1.7.9%201.2%201.6%201%20.7-.1%201.2-.9%201-1.6l-1-4.9-.2-.9c0-.4-.5-.7-1-.6l-5.8%201.2c-.7.1-1.2.9-1%201.6.1.7.9%201.2%201.6%201l1.6-.3c.2%200%20.4.2.3.4L7.9%2022c-.2.3-.6.4-1%20.3-4.1-1.7-9-.2-11.6%203.6zm13.9%209.3c-2.1%203.2-6.5%204.1-9.7%202s-4.1-6.5-2-9.7%206.5-4.1%209.7-2c3.3%202.1%204.1%206.5%202%209.7z%22%20fill%3D%22%230086c5%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-gender-male-white { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-9%2011%2030%2030%22%3E%3Cpath%20d%3D%22M-4.7%2025.9c-3%204.5-1.7%2010.5%202.7%2013.4%204.5%203%2010.5%201.7%2013.4-2.7%202.6-3.9%202-9-1.2-12.2-.3-.3-.3-.7-.1-1l4.7-7.1c.1-.2.5-.1.5.1l.3%201.6c.1.7.9%201.2%201.6%201%20.7-.1%201.2-.9%201-1.6l-1-4.9-.2-.9c0-.4-.5-.7-1-.6l-5.8%201.2c-.7.1-1.2.9-1%201.6.1.7.9%201.2%201.6%201l1.6-.3c.2%200%20.4.2.3.4L7.9%2022c-.2.3-.6.4-1%20.3-4.1-1.7-9-.2-11.6%203.6zm13.9%209.3c-2.1%203.2-6.5%204.1-9.7%202s-4.1-6.5-2-9.7%206.5-4.1%209.7-2c3.3%202.1%204.1%206.5%202%209.7z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-gender-male { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-9%2011%2030%2030%22%3E%3Cpath%20d%3D%22M-4.7%2025.9c-3%204.5-1.7%2010.5%202.7%2013.4%204.5%203%2010.5%201.7%2013.4-2.7%202.6-3.9%202-9-1.2-12.2-.3-.3-.3-.7-.1-1l4.7-7.1c.1-.2.5-.1.5.1l.3%201.6c.1.7.9%201.2%201.6%201%20.7-.1%201.2-.9%201-1.6l-1-4.9-.2-.9c0-.4-.5-.7-1-.6l-5.8%201.2c-.7.1-1.2.9-1%201.6.1.7.9%201.2%201.6%201l1.6-.3c.2%200%20.4.2.3.4L7.9%2022c-.2.3-.6.4-1%20.3-4.1-1.7-9-.2-11.6%203.6zm13.9%209.3c-2.1%203.2-6.5%204.1-9.7%202s-4.1-6.5-2-9.7%206.5-4.1%209.7-2c3.3%202.1%204.1%206.5%202%209.7z%22%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-icon-female-blue { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cstyle%20fill%3D%22%230086c5%22%3E.st0%7Bfill%3A%231888C4%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M16.2%2018.2c0-.4.3-.6.6-.7%204-.8%207-4.4%207-8.6C23.8%204%2019.9%200%2015%200S6.2%204%206.2%208.8c0%204.3%203%207.8%207%208.6.3.1.6.4.6.7v3c0%20.3-.3.6-.6.6H9.3c-.7%200-1.2.5-1.2%201.2s.5%201.2%201.2%201.2h3.9c.3%200%20.6.3.6.6v3.9c0%20.7.5%201.2%201.2%201.2s1.2-.5%201.2-1.2v-3.9c0-.3.3-.6.6-.6h3.9c.7%200%201.2-.5%201.2-1.2s-.5-1.2-1.2-1.2h-3.9c-.3%200-.6-.3-.6-.6v-2.9zM8.6%208.8c0-3.5%202.9-6.4%206.4-6.4%203.5%200%206.4%202.9%206.4%206.4%200%203.5-2.9%206.4-6.4%206.4-3.5%200-6.4-2.8-6.4-6.4z%22%20fill%3D%22%230086c5%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-icon-female-white { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cstyle%20fill%3D%22%23ffffff%22%3E.st0%7Bfill%3A%231888C4%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M16.2%2018.2c0-.4.3-.6.6-.7%204-.8%207-4.4%207-8.6C23.8%204%2019.9%200%2015%200S6.2%204%206.2%208.8c0%204.3%203%207.8%207%208.6.3.1.6.4.6.7v3c0%20.3-.3.6-.6.6H9.3c-.7%200-1.2.5-1.2%201.2s.5%201.2%201.2%201.2h3.9c.3%200%20.6.3.6.6v3.9c0%20.7.5%201.2%201.2%201.2s1.2-.5%201.2-1.2v-3.9c0-.3.3-.6.6-.6h3.9c.7%200%201.2-.5%201.2-1.2s-.5-1.2-1.2-1.2h-3.9c-.3%200-.6-.3-.6-.6v-2.9zM8.6%208.8c0-3.5%202.9-6.4%206.4-6.4%203.5%200%206.4%202.9%206.4%206.4%200%203.5-2.9%206.4-6.4%206.4-3.5%200-6.4-2.8-6.4-6.4z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-icon-female { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cstyle%3E.st0%7Bfill%3A%231888C4%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M16.2%2018.2c0-.4.3-.6.6-.7%204-.8%207-4.4%207-8.6C23.8%204%2019.9%200%2015%200S6.2%204%206.2%208.8c0%204.3%203%207.8%207%208.6.3.1.6.4.6.7v3c0%20.3-.3.6-.6.6H9.3c-.7%200-1.2.5-1.2%201.2s.5%201.2%201.2%201.2h3.9c.3%200%20.6.3.6.6v3.9c0%20.7.5%201.2%201.2%201.2s1.2-.5%201.2-1.2v-3.9c0-.3.3-.6.6-.6h3.9c.7%200%201.2-.5%201.2-1.2s-.5-1.2-1.2-1.2h-3.9c-.3%200-.6-.3-.6-.6v-2.9zM8.6%208.8c0-3.5%202.9-6.4%206.4-6.4%203.5%200%206.4%202.9%206.4%206.4%200%203.5-2.9%206.4-6.4%206.4-3.5%200-6.4-2.8-6.4-6.4z%22%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-icon-male-blue { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cstyle%20fill%3D%22%230086c5%22%3E.st0%7Bfill%3A%231888C4%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M4.3%2014.9c-3%204.5-1.7%2010.5%202.7%2013.4%204.5%203%2010.5%201.7%2013.4-2.7%202.6-3.9%202-9-1.2-12.2-.3-.3-.3-.7-.1-1l4.7-7.1c.1-.2.5-.1.5.1l.3%201.6c.1.7.9%201.2%201.6%201%20.7-.1%201.2-.9%201-1.6l-1-4.9-.2-.9c0-.4-.5-.7-1-.6l-5.8%201.2c-.7.1-1.2.9-1%201.6.1.7.9%201.2%201.6%201l1.6-.3c.2%200%20.4.2.3.4L16.9%2011c-.2.3-.6.4-1%20.3-4.1-1.7-9-.2-11.6%203.6zm13.9%209.3c-2.1%203.2-6.5%204.1-9.7%202-3.2-2.1-4.1-6.5-2-9.7%202.1-3.2%206.5-4.1%209.7-2%203.3%202.1%204.1%206.5%202%209.7z%22%20fill%3D%22%230086c5%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-icon-male-white { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cstyle%20fill%3D%22%23ffffff%22%3E.st0%7Bfill%3A%231888C4%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M4.3%2014.9c-3%204.5-1.7%2010.5%202.7%2013.4%204.5%203%2010.5%201.7%2013.4-2.7%202.6-3.9%202-9-1.2-12.2-.3-.3-.3-.7-.1-1l4.7-7.1c.1-.2.5-.1.5.1l.3%201.6c.1.7.9%201.2%201.6%201%20.7-.1%201.2-.9%201-1.6l-1-4.9-.2-.9c0-.4-.5-.7-1-.6l-5.8%201.2c-.7.1-1.2.9-1%201.6.1.7.9%201.2%201.6%201l1.6-.3c.2%200%20.4.2.3.4L16.9%2011c-.2.3-.6.4-1%20.3-4.1-1.7-9-.2-11.6%203.6zm13.9%209.3c-2.1%203.2-6.5%204.1-9.7%202-3.2-2.1-4.1-6.5-2-9.7%202.1-3.2%206.5-4.1%209.7-2%203.3%202.1%204.1%206.5%202%209.7z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-icon-male { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cstyle%3E.st0%7Bfill%3A%231888C4%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M4.3%2014.9c-3%204.5-1.7%2010.5%202.7%2013.4%204.5%203%2010.5%201.7%2013.4-2.7%202.6-3.9%202-9-1.2-12.2-.3-.3-.3-.7-.1-1l4.7-7.1c.1-.2.5-.1.5.1l.3%201.6c.1.7.9%201.2%201.6%201%20.7-.1%201.2-.9%201-1.6l-1-4.9-.2-.9c0-.4-.5-.7-1-.6l-5.8%201.2c-.7.1-1.2.9-1%201.6.1.7.9%201.2%201.6%201l1.6-.3c.2%200%20.4.2.3.4L16.9%2011c-.2.3-.6.4-1%20.3-4.1-1.7-9-.2-11.6%203.6zm13.9%209.3c-2.1%203.2-6.5%204.1-9.7%202-3.2-2.1-4.1-6.5-2-9.7%202.1-3.2%206.5-4.1%209.7-2%203.3%202.1%204.1%206.5%202%209.7z%22%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-loupe-large { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%22-169%20128.6%2040%2040%22%3E%3Cpath%20fill%3D%22gray%22%20d%3D%22M-142.4%20133.7c-5.7-5.7-15.4-5.7-21.5%200-5.7%205.7-5.7%2015.4%200%2021.5%205.1%205.1%2013.5%205.7%2019.3%201.7.2.7.5%201.1.9%201.5l8.6%208.6c1.3%201.3%203.2%201.3%204.5%200%201.3-1.3%201.3-3.2%200-4.5l-8.6-8.6c-.5-.5-1.1-.7-1.5-.9%204.1-5.8%203.6-14.2-1.7-19.3zm-2.6%2018.6c-4.5%204.5-11.6%204.5-15.8%200-4.3-4.5-4.3-11.6%200-15.8%204.5-4.5%2011.6-4.5%2015.8%200%204.3%204.3%204.3%2011.3%200%2015.8z%22%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-loupe-small-black { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%22-169%20138.6%2020%2020%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M-156%20141.7c-2.7-2.7-7.2-2.7-10%200-2.7%202.7-2.7%207.2%200%2010%202.4%202.4%206.3%202.7%209%20.8.1.3.2.5.4.7l4%204c.6.6%201.5.6%202.1%200%20.6-.6.6-1.5%200-2.1l-4-4c-.2-.2-.5-.3-.7-.4%201.9-2.7%201.7-6.6-.8-9zm-1.2%208.7c-2.1%202.1-5.4%202.1-7.4%200s-2-5.4%200-7.4c2.1-2.1%205.4-2.1%207.4%200%202%202%202%205.3%200%207.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-loupe-small-gray { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%22-169%20138.6%2020%2020%22%3E%3Cpath%20fill%3D%22%23808080%22%20d%3D%22M-156%20141.7c-2.7-2.7-7.2-2.7-10%200-2.7%202.7-2.7%207.2%200%2010%202.4%202.4%206.3%202.7%209%20.8.1.3.2.5.4.7l4%204c.6.6%201.5.6%202.1%200%20.6-.6.6-1.5%200-2.1l-4-4c-.2-.2-.5-.3-.7-.4%201.9-2.7%201.7-6.6-.8-9zm-1.2%208.7c-2.1%202.1-5.4%202.1-7.4%200s-2-5.4%200-7.4c2.1-2.1%205.4-2.1%207.4%200%202%202%202%205.3%200%207.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-loupe-small-white { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%22-169%20138.6%2020%2020%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M-156%20141.7c-2.7-2.7-7.2-2.7-10%200-2.7%202.7-2.7%207.2%200%2010%202.4%202.4%206.3%202.7%209%20.8.1.3.2.5.4.7l4%204c.6.6%201.5.6%202.1%200%20.6-.6.6-1.5%200-2.1l-4-4c-.2-.2-.5-.3-.7-.4%201.9-2.7%201.7-6.6-.8-9zm-1.2%208.7c-2.1%202.1-5.4%202.1-7.4%200s-2-5.4%200-7.4c2.1-2.1%205.4-2.1%207.4%200%202%202%202%205.3%200%207.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-loupe-small { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%22-169%20138.6%2020%2020%22%3E%3Cpath%20fill%3D%22gray%22%20d%3D%22M-156%20141.7c-2.7-2.7-7.2-2.7-10%200-2.7%202.7-2.7%207.2%200%2010%202.4%202.4%206.3%202.7%209%20.8.1.3.2.5.4.7l4%204c.6.6%201.5.6%202.1%200%20.6-.6.6-1.5%200-2.1l-4-4c-.2-.2-.5-.3-.7-.4%201.9-2.7%201.7-6.6-.8-9zm-1.2%208.7c-2.1%202.1-5.4%202.1-7.4%200s-2-5.4%200-7.4c2.1-2.1%205.4-2.1%207.4%200%202%202%202%205.3%200%207.4z%22%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-refresh-small-black { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-79%2091%2020%2020%22%20enable-background%3D%22new%20-79%2091%2020%2020%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M-60.8%2091.8c-.7%200-1.2.5-1.2%201.2v2.8c-1.3-1.6-2.9-3.9-7.1-3.9-5.1%200-9.2%204.1-9.2%209.2s4.1%209.2%209.2%209.2c4%200%207.5-2.6%208.8-6.3.2-.6-.1-1.3-.8-1.5-.6-.2-1.3.1-1.5.8-.9%202.8-3.5%204.7-6.5%204.7-3.8%200-6.8-3.1-6.8-6.8%200-3.8%203.1-6.8%206.8-6.8%202.7%200%204.1%201.7%205.3%203.4h-3c-.7%200-1.2.5-1.2%201.2s.5%201.2%201.2%201.2h5.9c.7%200%201.2-.5%201.2-1.2v-6c.1-.7-.4-1.2-1.1-1.2z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-refresh-small-blue { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-81.5%2088.5%2025%2025%22%20enable-background%3D%22new%20-81.5%2088.5%2025%2025%22%3E%3Cpath%20fill%3D%22%230086c5%22%20d%3D%22M-67%20101.4h10.5V90.9c0-2.3-1.4-2.9-3-1.2l-2.4%202.4c-2.1-1.6-4.6-2.5-7.3-2.5-3.2%200-6.2%201.2-8.4%203.5-2.3%202.2-3.5%205.2-3.5%208.4s1.2%206.2%203.5%208.4c2.3%202.3%205.3%203.5%208.4%203.5%203.2%200%206.2-1.2%208.4-3.5.6-.6%201.1-1.3%201.6-2%20.7-1.1.4-2.6-.7-3.3-1.1-.7-2.6-.4-3.3.7-.3.4-.6.8-1%201.2-1.4%201.4-3.2%202.1-5.1%202.1s-3.7-.7-5.1-2.1c-1.4-1.4-2.1-3.2-2.1-5.1%200-1.9.7-3.7%202.1-5.1%201.4-1.4%203.2-2.1%205.1-2.1%201.4%200%202.8.4%203.9%201.2l-3%203c-1.5%201.6-1%203%201.4%203z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-refresh-small-white { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-81.5%2088.5%2025%2025%22%20enable-background%3D%22new%20-81.5%2088.5%2025%2025%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M-67%20101.4h10.5V90.9c0-2.3-1.4-2.9-3-1.2l-2.4%202.4c-2.1-1.6-4.6-2.5-7.3-2.5-3.2%200-6.2%201.2-8.4%203.5-2.3%202.2-3.5%205.2-3.5%208.4s1.2%206.2%203.5%208.4c2.3%202.3%205.3%203.5%208.4%203.5%203.2%200%206.2-1.2%208.4-3.5.6-.6%201.1-1.3%201.6-2%20.7-1.1.4-2.6-.7-3.3-1.1-.7-2.6-.4-3.3.7-.3.4-.6.8-1%201.2-1.4%201.4-3.2%202.1-5.1%202.1s-3.7-.7-5.1-2.1c-1.4-1.4-2.1-3.2-2.1-5.1%200-1.9.7-3.7%202.1-5.1%201.4-1.4%203.2-2.1%205.1-2.1%201.4%200%202.8.4%203.9%201.2l-3%203c-1.5%201.6-1%203%201.4%203z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-refresh-small { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-81.5%2088.5%2025%2025%22%20enable-background%3D%22new%20-81.5%2088.5%2025%2025%22%3E%3Cpath%20fill%3D%22%23030104%22%20d%3D%22M-67%20101.4h10.5V90.9c0-2.3-1.4-2.9-3-1.2l-2.4%202.4c-2.1-1.6-4.6-2.5-7.3-2.5-3.2%200-6.2%201.2-8.4%203.5-2.3%202.2-3.5%205.2-3.5%208.4s1.2%206.2%203.5%208.4c2.3%202.3%205.3%203.5%208.4%203.5%203.2%200%206.2-1.2%208.4-3.5.6-.6%201.1-1.3%201.6-2%20.7-1.1.4-2.6-.7-3.3-1.1-.7-2.6-.4-3.3.7-.3.4-.6.8-1%201.2-1.4%201.4-3.2%202.1-5.1%202.1s-3.7-.7-5.1-2.1c-1.4-1.4-2.1-3.2-2.1-5.1%200-1.9.7-3.7%202.1-5.1%201.4-1.4%203.2-2.1%205.1-2.1%201.4%200%202.8.4%203.9%201.2l-3%203c-1.5%201.6-1%203%201.4%203z%22%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-reload-small-blue { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-79%2091%2020%2020%22%3E%3Cpath%20fill%3D%22%230086c5%22%20d%3D%22M-60.8%2091.8c-.7%200-1.2.5-1.2%201.2v2.8c-1.3-1.6-2.9-3.9-7.1-3.9-5.1%200-9.2%204.1-9.2%209.2s4.1%209.2%209.2%209.2c4%200%207.5-2.6%208.8-6.3.2-.6-.1-1.3-.8-1.5-.6-.2-1.3.1-1.5.8-.9%202.8-3.5%204.7-6.5%204.7-3.8%200-6.8-3.1-6.8-6.8%200-3.8%203.1-6.8%206.8-6.8%202.7%200%204.1%201.7%205.3%203.4h-3c-.7%200-1.2.5-1.2%201.2s.5%201.2%201.2%201.2h5.9c.7%200%201.2-.5%201.2-1.2v-6c.1-.7-.4-1.2-1.1-1.2z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-reload-small-white { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-79%2091%2020%2020%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M-60.8%2091.8c-.7%200-1.2.5-1.2%201.2v2.8c-1.3-1.6-2.9-3.9-7.1-3.9-5.1%200-9.2%204.1-9.2%209.2s4.1%209.2%209.2%209.2c4%200%207.5-2.6%208.8-6.3.2-.6-.1-1.3-.8-1.5-.6-.2-1.3.1-1.5.8-.9%202.8-3.5%204.7-6.5%204.7-3.8%200-6.8-3.1-6.8-6.8%200-3.8%203.1-6.8%206.8-6.8%202.7%200%204.1%201.7%205.3%203.4h-3c-.7%200-1.2.5-1.2%201.2s.5%201.2%201.2%201.2h5.9c.7%200%201.2-.5%201.2-1.2v-6c.1-.7-.4-1.2-1.1-1.2z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-reload-small { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-79%2091%2020%2020%22%3E%3Cpath%20fill%3D%22%23010002%22%20d%3D%22M-60.8%2091.8c-.7%200-1.2.5-1.2%201.2v2.8c-1.3-1.6-2.9-3.9-7.1-3.9-5.1%200-9.2%204.1-9.2%209.2s4.1%209.2%209.2%209.2c4%200%207.5-2.6%208.8-6.3.2-.6-.1-1.3-.8-1.5-.6-.2-1.3.1-1.5.8-.9%202.8-3.5%204.7-6.5%204.7-3.8%200-6.8-3.1-6.8-6.8%200-3.8%203.1-6.8%206.8-6.8%202.7%200%204.1%201.7%205.3%203.4h-3c-.7%200-1.2.5-1.2%201.2s.5%201.2%201.2%201.2h5.9c.7%200%201.2-.5%201.2-1.2v-6c.1-.7-.4-1.2-1.1-1.2z%22%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-social-footer-envelope-blue { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%22-224%20176%2050%2050%22%3E%3Cpath%20d%3D%22M-183.2%20208.9c0%20.7-.2%201.3-.5%201.9l-10-11.1%209.9-8.6c.4.6.6%201.3.6%202.1v15.7zm-15.8-7.2l13.7-12c-.6-.3-1.2-.5-1.9-.5h-23.7c-.7%200-1.3.2-1.9.5l13.8%2012zm3.8-.8l-3.2%202.8c-.2.2-.4.2-.6.2-.2%200-.5-.1-.6-.2l-3.2-2.8-10.1%2011.3c.6.4%201.3.6%202.1.6h23.7c.8%200%201.5-.2%202.1-.6l-10.2-11.3zm-19-9.9c-.4.6-.6%201.3-.6%202.1v15.8c0%20.7.2%201.3.5%201.9l10-11.1-9.9-8.7z%22%20fill%3D%22%230086c5%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-social-footer-envelope-white { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%22-224%20176%2050%2050%22%3E%3Cpath%20d%3D%22M-183.2%20208.9c0%20.7-.2%201.3-.5%201.9l-10-11.1%209.9-8.6c.4.6.6%201.3.6%202.1v15.7zm-15.8-7.2l13.7-12c-.6-.3-1.2-.5-1.9-.5h-23.7c-.7%200-1.3.2-1.9.5l13.8%2012zm3.8-.8l-3.2%202.8c-.2.2-.4.2-.6.2-.2%200-.5-.1-.6-.2l-3.2-2.8-10.1%2011.3c.6.4%201.3.6%202.1.6h23.7c.8%200%201.5-.2%202.1-.6l-10.2-11.3zm-19-9.9c-.4.6-.6%201.3-.6%202.1v15.8c0%20.7.2%201.3.5%201.9l10-11.1-9.9-8.7z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-social-footer-envelope { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%22-224%20176%2050%2050%22%3E%3Cpath%20d%3D%22M-183.2%20208.9c0%20.7-.2%201.3-.5%201.9l-10-11.1%209.9-8.6c.4.6.6%201.3.6%202.1v15.7zm-15.8-7.2l13.7-12c-.6-.3-1.2-.5-1.9-.5h-23.7c-.7%200-1.3.2-1.9.5l13.8%2012zm3.8-.8l-3.2%202.8c-.2.2-.4.2-.6.2-.2%200-.5-.1-.6-.2l-3.2-2.8-10.1%2011.3c.6.4%201.3.6%202.1.6h23.7c.8%200%201.5-.2%202.1-.6l-10.2-11.3zm-19-9.9c-.4.6-.6%201.3-.6%202.1v15.8c0%20.7.2%201.3.5%201.9l10-11.1-9.9-8.7z%22%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-social-footer-facebook-blue { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%22-184%20123.6%2050%2050%22%3E%3Cpath%20d%3D%22M-150.2%20131h-4.6c-5.1%200-8.5%203.4-8.5%208.7v4h-4.6c-.4%200-.7.3-.7.7v5.8c0%20.4.3.7.7.7h4.6v14.6c0%20.4.3.7.7.7h6c.4%200%20.7-.3.7-.7V151h5.4c.4%200%20.7-.3.7-.7v-5.8c0-.2-.1-.4-.2-.5s-.3-.2-.5-.2h-5.4v-3.4c0-1.6.4-2.4%202.5-2.4h3.1c.4%200%20.7-.3.7-.7v-5.4c.1-.7-.2-.9-.6-.9z%22%20fill%3D%22%230086c5%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-social-footer-facebook-white { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%22-184%20123.6%2050%2050%22%3E%3Cpath%20d%3D%22M-150.2%20131h-4.6c-5.1%200-8.5%203.4-8.5%208.7v4h-4.6c-.4%200-.7.3-.7.7v5.8c0%20.4.3.7.7.7h4.6v14.6c0%20.4.3.7.7.7h6c.4%200%20.7-.3.7-.7V151h5.4c.4%200%20.7-.3.7-.7v-5.8c0-.2-.1-.4-.2-.5s-.3-.2-.5-.2h-5.4v-3.4c0-1.6.4-2.4%202.5-2.4h3.1c.4%200%20.7-.3.7-.7v-5.4c.1-.7-.2-.9-.6-.9z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-social-footer-facebook { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%22-184%20123.6%2050%2050%22%3E%3Cpath%20d%3D%22M-150.2%20131h-4.6c-5.1%200-8.5%203.4-8.5%208.7v4h-4.6c-.4%200-.7.3-.7.7v5.8c0%20.4.3.7.7.7h4.6v14.6c0%20.4.3.7.7.7h6c.4%200%20.7-.3.7-.7V151h5.4c.4%200%20.7-.3.7-.7v-5.8c0-.2-.1-.4-.2-.5s-.3-.2-.5-.2h-5.4v-3.4c0-1.6.4-2.4%202.5-2.4h3.1c.4%200%20.7-.3.7-.7v-5.4c.1-.7-.2-.9-.6-.9z%22%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-social-footer-googleplus-white { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%22-224%20176%2050%2050%22%3E%3Cpath%20d%3D%22M-191.4%20183.7h-8.5c-3.8%200-6.4.8-8.7%202.8-1.8%201.6-2.9%203.9-2.9%206.2%200%203.5%202.7%207.3%207.7%207.3.5%200%201%200%201.5-.1l-.1.2c-.2.5-.4.9-.4%201.6%200%201.4.7%202.2%201.3%203l.1.1h-.1c-2.1.1-5.9.4-8.7%202.1-3.3%202-3.6%204.8-3.6%205.6%200%203.3%203.1%206.6%209.9%206.6%208%200%2012.1-4.4%2012.1-8.7%200-3.2-1.9-4.8-3.9-6.5l-1.7-1.3c-.5-.4-1.2-1-1.2-2s.6-1.6%201.2-2.2l.1-.1c1.8-1.4%203.9-3.1%203.9-6.6%200-3.5-2.2-5.4-3.3-6.2h2.9l2.4-1.5c.1%200%20.1-.1.1-.2.1-.1%200-.1-.1-.1zm-10.2%2033.5c-4.9%200-8.1-2.3-8.1-5.6%200-2.2%201.3-3.8%204-4.8%202.1-.7%204.8-.7%204.8-.7h1.1c3.4%202.4%205%203.7%205%206.1-.1%203.1-2.7%205-6.8%205zm-.1-18.6c-4.1%200-5.8-5.4-5.8-8.2%200-1.5.3-2.6%201-3.4.7-.9%202-1.5%203.2-1.5%203.7%200%205.8%205%205.8%208.5%200%20.5%200%202.2-1.2%203.4-.6.7-1.9%201.2-3%201.2zM-179.5%20200.2h-4.5v-4.4c0-.1-.1-.2-.2-.2h-1.9c-.1%200-.2.1-.2.2v4.4h-4.4c-.1%200-.2.1-.2.2v1.9c0%20.1.1.2.2.2h4.4v4.5c0%20.1.1.2.2.2h1.9c.1%200%20.2-.1.2-.2v-4.5h4.5c.1%200%20.2-.1.2-.2v-1.9c-.1-.1-.1-.2-.2-.2z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-social-footer-googleplus { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%22-224%20176%2050%2050%22%3E%3Cpath%20d%3D%22M-191.4%20183.7h-8.5c-3.8%200-6.4.8-8.7%202.8-1.8%201.6-2.9%203.9-2.9%206.2%200%203.5%202.7%207.3%207.7%207.3.5%200%201%200%201.5-.1l-.1.2c-.2.5-.4.9-.4%201.6%200%201.4.7%202.2%201.3%203l.1.1h-.1c-2.1.1-5.9.4-8.7%202.1-3.3%202-3.6%204.8-3.6%205.6%200%203.3%203.1%206.6%209.9%206.6%208%200%2012.1-4.4%2012.1-8.7%200-3.2-1.9-4.8-3.9-6.5l-1.7-1.3c-.5-.4-1.2-1-1.2-2s.6-1.6%201.2-2.2l.1-.1c1.8-1.4%203.9-3.1%203.9-6.6%200-3.5-2.2-5.4-3.3-6.2h2.9l2.4-1.5c.1%200%20.1-.1.1-.2.1-.1%200-.1-.1-.1zm-10.2%2033.5c-4.9%200-8.1-2.3-8.1-5.6%200-2.2%201.3-3.8%204-4.8%202.1-.7%204.8-.7%204.8-.7h1.1c3.4%202.4%205%203.7%205%206.1-.1%203.1-2.7%205-6.8%205zm-.1-18.6c-4.1%200-5.8-5.4-5.8-8.2%200-1.5.3-2.6%201-3.4.7-.9%202-1.5%203.2-1.5%203.7%200%205.8%205%205.8%208.5%200%20.5%200%202.2-1.2%203.4-.6.7-1.9%201.2-3%201.2zM-179.5%20200.2h-4.5v-4.4c0-.1-.1-.2-.2-.2h-1.9c-.1%200-.2.1-.2.2v4.4h-4.4c-.1%200-.2.1-.2.2v1.9c0%20.1.1.2.2.2h4.4v4.5c0%20.1.1.2.2.2h1.9c.1%200%20.2-.1.2-.2v-4.5h4.5c.1%200%20.2-.1.2-.2v-1.9c-.1-.1-.1-.2-.2-.2z%22%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-social-footer-linkedin-white { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%22-224%20176%2050%2050%22%3E%3Cg%20fill%3D%22%23ffffff%22%3E%3Cpath%20d%3D%22M-207.1%20189.5c0%201.8-1.3%203.2-3.4%203.2-2%200-3.3-1.4-3.3-3.2%200-1.8%201.3-3.2%203.4-3.2%202%200%203.2%201.4%203.3%203.2zm-6.6%2026.2v-20.5h6.4v20.5h-6.4zM-203.5%20201.7c0-2.6-.1-4.7-.2-6.5h5.5l.3%202.8h.1c.8-1.3%202.9-3.3%206.3-3.3%204.2%200%207.3%202.8%207.3%208.8v12.1h-6.4v-11.3c0-2.6-.9-4.4-3.2-4.4-1.8%200-2.8%201.2-3.3%202.4-.2.4-.2%201-.2%201.6v11.8h-6.4v-14z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-social-footer-linkedin { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%22-224%20176%2050%2050%22%3E%3Cg%20fill%3D%22%23030104%22%3E%3Cpath%20d%3D%22M-207.1%20189.5c0%201.8-1.3%203.2-3.4%203.2-2%200-3.3-1.4-3.3-3.2%200-1.8%201.3-3.2%203.4-3.2%202%200%203.2%201.4%203.3%203.2zm-6.6%2026.2v-20.5h6.4v20.5h-6.4zM-203.5%20201.7c0-2.6-.1-4.7-.2-6.5h5.5l.3%202.8h.1c.8-1.3%202.9-3.3%206.3-3.3%204.2%200%207.3%202.8%207.3%208.8v12.1h-6.4v-11.3c0-2.6-.9-4.4-3.2-4.4-1.8%200-2.8%201.2-3.3%202.4-.2.4-.2%201-.2%201.6v11.8h-6.4v-14z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-social-footer-pinterest-white { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%22-184%20123.6%2050%2050%22%3E%3Cpath%20d%3D%22M-149.1%20134.4c-4.8-5.1-12.7-4.8-18.1-.8-4.6%203.4-7.7%2010.9-3.9%2016%20.8%201%201.9%201.7%203.2%201.9.4.1.6-.1.7-.4.2-.7.5-1.3.6-2.1%200-.3-.2-.4-.4-.4-3.5-3.8-1.1-8.5%202.3-11.5%203-2.6%208.4-5%2012-2.1%202.4%202.1%202.6%205.9%202.5%208.8-.1%203.6-1.4%207.5-5.2%208.6-1.2.4-2.6.2-3.5-.9-1-1.2-.7-2.7-.3-4.1.5-2.1%201.8-5.1.6-7.1-1.5-2.5-4.5-.2-5.3%201.5-.5%201-1.5%204.3-.1%205.2-1.5%203.7-2.5%207.9-3.2%2011.8-.3%201.8-.6%203.7-.2%205.5%200%20.1.4%201.5.8%202-.1.4.4.4.7.2%201.4-1.8%202.8-3.6%203.5-5.7.4-1.2.5-2.4.8-3.6.1-.8.5-1.8.6-2.7%201.2.9%202.8%201.7%204.2%201.9%202.2.4%204.8-.4%206.6-1.6.3-.2.5-.4.8-.7.8-.6%201.6-1.2%202.2-2.2%203.5-5.1%202.2-12.9-1.9-17.5zm-18.7%2015.1c.1.1%200%20.1%200%20.2l-.1-.1v-.1h.1zm-2.3-10.2c-.4.6-.7%201.2-.9%201.8.2-.7.4-1.3.8-2%20.1%200%20.1%200%20.1.2%200-.1%200-.1%200%200zm21.1-2.6c-.1-.1-.1-.1-.2-.1%200%200%200-.1-.1-.1%200-.1-.1-.1-.1-.2.2.3.4.5.6.8%200-.2-.1-.3-.2-.4z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-social-footer-pinterest { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%22-184%20123.6%2050%2050%22%3E%3Cpath%20d%3D%22M-149.1%20134.4c-4.8-5.1-12.7-4.8-18.1-.8-4.6%203.4-7.7%2010.9-3.9%2016%20.8%201%201.9%201.7%203.2%201.9.4.1.6-.1.7-.4.2-.7.5-1.3.6-2.1%200-.3-.2-.4-.4-.4-3.5-3.8-1.1-8.5%202.3-11.5%203-2.6%208.4-5%2012-2.1%202.4%202.1%202.6%205.9%202.5%208.8-.1%203.6-1.4%207.5-5.2%208.6-1.2.4-2.6.2-3.5-.9-1-1.2-.7-2.7-.3-4.1.5-2.1%201.8-5.1.6-7.1-1.5-2.5-4.5-.2-5.3%201.5-.5%201-1.5%204.3-.1%205.2-1.5%203.7-2.5%207.9-3.2%2011.8-.3%201.8-.6%203.7-.2%205.5%200%20.1.4%201.5.8%202-.1.4.4.4.7.2%201.4-1.8%202.8-3.6%203.5-5.7.4-1.2.5-2.4.8-3.6.1-.8.5-1.8.6-2.7%201.2.9%202.8%201.7%204.2%201.9%202.2.4%204.8-.4%206.6-1.6.3-.2.5-.4.8-.7.8-.6%201.6-1.2%202.2-2.2%203.5-5.1%202.2-12.9-1.9-17.5zm-18.7%2015.1c.1.1%200%20.1%200%20.2l-.1-.1v-.1h.1zm-2.3-10.2c-.4.6-.7%201.2-.9%201.8.2-.7.4-1.3.8-2%20.1%200%20.1%200%20.1.2%200-.1%200-.1%200%200zm21.1-2.6c-.1-.1-.1-.1-.2-.1%200%200%200-.1-.1-.1%200-.1-.1-.1-.1-.2.2.3.4.5.6.8%200-.2-.1-.3-.2-.4z%22%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-social-footer-printer-blue { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%22-272%20395.9%2050%2050%22%3E%3Cstyle%20fill%3D%22%230086c5%22%3E.st0%7Bfill%3A%230086C5%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M-231.3%20413.5h-31.2c-2.6%200-4.8%202.1-4.8%204.8v10.1c0%202.6%202.1%204.8%204.8%204.8h.3c.5%200%20.8-.4.8-.8s-.4-.8-.8-.8h-.3c-1.7%200-3.1-1.4-3.1-3.1v-10.1c0-1.7%201.4-3.1%203.1-3.1h31.2c1.7%200%203.1%201.4%203.1%203.1v10.1c0%201.7-1.4%203.1-3.1%203.1-.5%200-.8.4-.8.8s.4.8.8.8c2.6%200%204.8-2.1%204.8-4.8v-10.1c0-2.7-2.1-4.8-4.8-4.8z%22%20fill%3D%22%230086c5%22%3E%3C%2Fpath%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M-234.3%20427.4c-.5%200-.8.4-.8.8v10.7h-23.5v-10.7c0-.5-.4-.8-.8-.8s-.8.4-.8.8v11.5c0%20.5.4.8.8.8h25.1c.5%200%20.8-.4.8-.8v-11.5c0-.4-.3-.8-.8-.8zM-259.4%20412.8c.5%200%20.8-.4.8-.8v-9.1h16.6v6c0%20.5.4.8.8.8h6.1v2.3c0%20.5.4.8.8.8s.8-.4.8-.8v-3.1c0-.2-.1-.4-.2-.6l-6.9-6.9c-.2-.2-.4-.2-.6-.2h-18.2c-.5%200-.8.4-.8.8v10c0%20.5.3.8.8.8zm19-8.8l4.1%204.1h-4.1V404zM-255.1%20420.4c.5%200%20.8-.4.8-.8%200-.5-.4-.8-.8-.8h-4.5c-.5%200-.8.4-.8.8%200%20.5.4.8.8.8h4.5z%22%20fill%3D%22%230086c5%22%3E%3C%2Fpath%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M-255.9%20436.8h18c.5%200%20.8-.4.8-.8%200-.5-.4-.8-.8-.8h-18c-.5%200-.8.4-.8.8-.1.4.3.8.8.8zM-255.9%20433.5h18c.5%200%20.8-.4.8-.8%200-.5-.4-.8-.8-.8h-18c-.5%200-.8.4-.8.8-.1.5.3.8.8.8zM-255.9%20430.2h18c.5%200%20.8-.4.8-.8%200-.5-.4-.8-.8-.8h-18c-.5%200-.8.4-.8.8-.1.5.3.8.8.8z%22%20fill%3D%22%230086c5%22%3E%3C%2Fpath%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M-231.3%20428.6c.5%200%20.8-.4.8-.8v-2.5c0-.5-.4-.8-.8-.8h-31.1c-.5%200-.8.4-.8.8v2.5c0%20.5.4.8.8.8s.8-.4.8-.8v-1.6h29.5v1.6c-.1.4.3.8.8.8z%22%20fill%3D%22%230086c5%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-social-footer-printer-white { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%22-272%20395.9%2050%2050%22%3E%3Cstyle%20fill%3D%22%23ffffff%22%3E.st0%7Bfill%3A%230086C5%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M-231.3%20413.5h-31.2c-2.6%200-4.8%202.1-4.8%204.8v10.1c0%202.6%202.1%204.8%204.8%204.8h.3c.5%200%20.8-.4.8-.8s-.4-.8-.8-.8h-.3c-1.7%200-3.1-1.4-3.1-3.1v-10.1c0-1.7%201.4-3.1%203.1-3.1h31.2c1.7%200%203.1%201.4%203.1%203.1v10.1c0%201.7-1.4%203.1-3.1%203.1-.5%200-.8.4-.8.8s.4.8.8.8c2.6%200%204.8-2.1%204.8-4.8v-10.1c0-2.7-2.1-4.8-4.8-4.8z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M-234.3%20427.4c-.5%200-.8.4-.8.8v10.7h-23.5v-10.7c0-.5-.4-.8-.8-.8s-.8.4-.8.8v11.5c0%20.5.4.8.8.8h25.1c.5%200%20.8-.4.8-.8v-11.5c0-.4-.3-.8-.8-.8zM-259.4%20412.8c.5%200%20.8-.4.8-.8v-9.1h16.6v6c0%20.5.4.8.8.8h6.1v2.3c0%20.5.4.8.8.8s.8-.4.8-.8v-3.1c0-.2-.1-.4-.2-.6l-6.9-6.9c-.2-.2-.4-.2-.6-.2h-18.2c-.5%200-.8.4-.8.8v10c0%20.5.3.8.8.8zm19-8.8l4.1%204.1h-4.1V404zM-255.1%20420.4c.5%200%20.8-.4.8-.8%200-.5-.4-.8-.8-.8h-4.5c-.5%200-.8.4-.8.8%200%20.5.4.8.8.8h4.5z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M-255.9%20436.8h18c.5%200%20.8-.4.8-.8%200-.5-.4-.8-.8-.8h-18c-.5%200-.8.4-.8.8-.1.4.3.8.8.8zM-255.9%20433.5h18c.5%200%20.8-.4.8-.8%200-.5-.4-.8-.8-.8h-18c-.5%200-.8.4-.8.8-.1.5.3.8.8.8zM-255.9%20430.2h18c.5%200%20.8-.4.8-.8%200-.5-.4-.8-.8-.8h-18c-.5%200-.8.4-.8.8-.1.5.3.8.8.8z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M-231.3%20428.6c.5%200%20.8-.4.8-.8v-2.5c0-.5-.4-.8-.8-.8h-31.1c-.5%200-.8.4-.8.8v2.5c0%20.5.4.8.8.8s.8-.4.8-.8v-1.6h29.5v1.6c-.1.4.3.8.8.8z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-social-footer-printer { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%22-272%20395.9%2050%2050%22%3E%3Cstyle%3E.st0%7Bfill%3A%230086C5%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M-231.3%20413.5h-31.2c-2.6%200-4.8%202.1-4.8%204.8v10.1c0%202.6%202.1%204.8%204.8%204.8h.3c.5%200%20.8-.4.8-.8s-.4-.8-.8-.8h-.3c-1.7%200-3.1-1.4-3.1-3.1v-10.1c0-1.7%201.4-3.1%203.1-3.1h31.2c1.7%200%203.1%201.4%203.1%203.1v10.1c0%201.7-1.4%203.1-3.1%203.1-.5%200-.8.4-.8.8s.4.8.8.8c2.6%200%204.8-2.1%204.8-4.8v-10.1c0-2.7-2.1-4.8-4.8-4.8z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M-234.3%20427.4c-.5%200-.8.4-.8.8v10.7h-23.5v-10.7c0-.5-.4-.8-.8-.8s-.8.4-.8.8v11.5c0%20.5.4.8.8.8h25.1c.5%200%20.8-.4.8-.8v-11.5c0-.4-.3-.8-.8-.8zM-259.4%20412.8c.5%200%20.8-.4.8-.8v-9.1h16.6v6c0%20.5.4.8.8.8h6.1v2.3c0%20.5.4.8.8.8s.8-.4.8-.8v-3.1c0-.2-.1-.4-.2-.6l-6.9-6.9c-.2-.2-.4-.2-.6-.2h-18.2c-.5%200-.8.4-.8.8v10c0%20.5.3.8.8.8zm19-8.8l4.1%204.1h-4.1V404zM-255.1%20420.4c.5%200%20.8-.4.8-.8%200-.5-.4-.8-.8-.8h-4.5c-.5%200-.8.4-.8.8%200%20.5.4.8.8.8h4.5z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M-255.9%20436.8h18c.5%200%20.8-.4.8-.8%200-.5-.4-.8-.8-.8h-18c-.5%200-.8.4-.8.8-.1.4.3.8.8.8zM-255.9%20433.5h18c.5%200%20.8-.4.8-.8%200-.5-.4-.8-.8-.8h-18c-.5%200-.8.4-.8.8-.1.5.3.8.8.8zM-255.9%20430.2h18c.5%200%20.8-.4.8-.8%200-.5-.4-.8-.8-.8h-18c-.5%200-.8.4-.8.8-.1.5.3.8.8.8z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M-231.3%20428.6c.5%200%20.8-.4.8-.8v-2.5c0-.5-.4-.8-.8-.8h-31.1c-.5%200-.8.4-.8.8v2.5c0%20.5.4.8.8.8s.8-.4.8-.8v-1.6h29.5v1.6c-.1.4.3.8.8.8z%22%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-social-footer-twitter-blue { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%22-184%20123.6%2050%2050%22%3E%3Cpath%20d%3D%22M-139.3%20136.4c-1.4.6-3%201-4.7%201.3%201.7-1%203-2.6%203.5-4.5-1.5%201-3.3%201.6-5.1%202-1.4-1.6-3.5-2.6-5.9-2.6-4.5%200-8.1%203.6-8.1%208.1%200%20.6.1%201.3.2%201.8-6.7-.3-12.7-3.5-16.6-8.5-.7%201.2-1.1%202.6-1.1%204.1%200%202.8%201.4%205.3%203.6%206.7-1.3-.1-2.6-.4-3.7-1v.1c0%203.9%202.8%207.2%206.5%207.9-.6.2-1.4.3-2.1.3-.5%200-1-.1-1.5-.2%201%203.2%204%205.5%207.5%205.6-2.7%202.2-6.3%203.4-10%203.4-.6%200-1.3%200-1.9-.1%203.5%202.3%207.8%203.6%2012.4%203.6%2014.8%200%2022.9-12.4%2022.9-23v-1c1.6-.9%203-2.4%204.1-4z%22%20fill%3D%22%230086c5%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-social-footer-twitter-white { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%22-184%20123.6%2050%2050%22%3E%3Cpath%20d%3D%22M-139.3%20136.4c-1.4.6-3%201-4.7%201.3%201.7-1%203-2.6%203.5-4.5-1.5%201-3.3%201.6-5.1%202-1.4-1.6-3.5-2.6-5.9-2.6-4.5%200-8.1%203.6-8.1%208.1%200%20.6.1%201.3.2%201.8-6.7-.3-12.7-3.5-16.6-8.5-.7%201.2-1.1%202.6-1.1%204.1%200%202.8%201.4%205.3%203.6%206.7-1.3-.1-2.6-.4-3.7-1v.1c0%203.9%202.8%207.2%206.5%207.9-.6.2-1.4.3-2.1.3-.5%200-1-.1-1.5-.2%201%203.2%204%205.5%207.5%205.6-2.7%202.2-6.3%203.4-10%203.4-.6%200-1.3%200-1.9-.1%203.5%202.3%207.8%203.6%2012.4%203.6%2014.8%200%2022.9-12.4%2022.9-23v-1c1.6-.9%203-2.4%204.1-4z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-social-footer-twitter { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%22-184%20123.6%2050%2050%22%3E%3Cpath%20d%3D%22M-139.3%20136.4c-1.4.6-3%201-4.7%201.3%201.7-1%203-2.6%203.5-4.5-1.5%201-3.3%201.6-5.1%202-1.4-1.6-3.5-2.6-5.9-2.6-4.5%200-8.1%203.6-8.1%208.1%200%20.6.1%201.3.2%201.8-6.7-.3-12.7-3.5-16.6-8.5-.7%201.2-1.1%202.6-1.1%204.1%200%202.8%201.4%205.3%203.6%206.7-1.3-.1-2.6-.4-3.7-1v.1c0%203.9%202.8%207.2%206.5%207.9-.6.2-1.4.3-2.1.3-.5%200-1-.1-1.5-.2%201%203.2%204%205.5%207.5%205.6-2.7%202.2-6.3%203.4-10%203.4-.6%200-1.3%200-1.9-.1%203.5%202.3%207.8%203.6%2012.4%203.6%2014.8%200%2022.9-12.4%2022.9-23v-1c1.6-.9%203-2.4%204.1-4z%22%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-social-share-envelope-blue { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%22-214%20186%2030%2030%22%3E%3Cpath%20d%3D%22M-186.4%20207.3c0%20.6-.2%201-.4%201.5l-7.9-8.8%207.9-6.8c.3.5.5%201%20.5%201.7v12.4h-.1zm-12.6-5.7l10.9-9.5c-.5-.2-1-.4-1.5-.4h-18.8c-.6%200-1%20.2-1.5.4l10.9%209.5zm3-.7l-2.5%202.2c-.2.2-.3.2-.5.2s-.4-.1-.5-.2l-2.5-2.2-8%209c.5.3%201%20.5%201.7.5h18.8c.6%200%201.2-.2%201.7-.5l-8.2-9zm-15.1-7.8c-.3.5-.5%201-.5%201.7v12.6c0%20.6.2%201%20.4%201.5l7.9-8.8-7.8-7z%22%20fill%3D%22%230086c5%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-social-share-envelope-white { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%22-214%20186%2030%2030%22%3E%3Cpath%20d%3D%22M-186.4%20207.3c0%20.6-.2%201-.4%201.5l-7.9-8.8%207.9-6.8c.3.5.5%201%20.5%201.7v12.4h-.1zm-12.6-5.7l10.9-9.5c-.5-.2-1-.4-1.5-.4h-18.8c-.6%200-1%20.2-1.5.4l10.9%209.5zm3-.7l-2.5%202.2c-.2.2-.3.2-.5.2s-.4-.1-.5-.2l-2.5-2.2-8%209c.5.3%201%20.5%201.7.5h18.8c.6%200%201.2-.2%201.7-.5l-8.2-9zm-15.1-7.8c-.3.5-.5%201-.5%201.7v12.6c0%20.6.2%201%20.4%201.5l7.9-8.8-7.8-7z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-social-share-envelope { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%22-214%20186%2030%2030%22%3E%3Cpath%20d%3D%22M-186.4%20207.3c0%20.6-.2%201-.4%201.5l-7.9-8.8%207.9-6.8c.3.5.5%201%20.5%201.7v12.4h-.1zm-12.6-5.7l10.9-9.5c-.5-.2-1-.4-1.5-.4h-18.8c-.6%200-1%20.2-1.5.4l10.9%209.5zm3-.7l-2.5%202.2c-.2.2-.3.2-.5.2s-.4-.1-.5-.2l-2.5-2.2-8%209c.5.3%201%20.5%201.7.5h18.8c.6%200%201.2-.2%201.7-.5l-8.2-9zm-15.1-7.8c-.3.5-.5%201-.5%201.7v12.6c0%20.6.2%201%20.4%201.5l7.9-8.8-7.8-7z%22%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-social-share-facebook-blue { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%22-214%20186%2030%2030%22%3E%3Cpath%20d%3D%22M-192.7%20188.5h-3.3c-3.6%200-6%202.4-6%206.2v2.8h-3.3c-.3%200-.5.2-.5.5v4.1c0%20.3.2.5.5.5h3.3V213c0%20.3.2.5.5.5h4.3c.3%200%20.5-.2.5-.5v-10.3h3.8c.3%200%20.5-.2.5-.5v-4.1c0-.1-.1-.3-.1-.4s-.2-.1-.4-.1h-3.8v-2.4c0-1.1.3-1.7%201.8-1.7h2.2c.3%200%20.5-.2.5-.5v-3.8c0-.6-.2-.7-.5-.7z%22%20fill%3D%22%230086c5%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-social-share-facebook { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%22-214%20186%2030%2030%22%3E%3Cpath%20d%3D%22M-192.7%20188.5h-3.3c-3.6%200-6%202.4-6%206.2v2.8h-3.3c-.3%200-.5.2-.5.5v4.1c0%20.3.2.5.5.5h3.3V213c0%20.3.2.5.5.5h4.3c.3%200%20.5-.2.5-.5v-10.3h3.8c.3%200%20.5-.2.5-.5v-4.1c0-.1-.1-.3-.1-.4s-.2-.1-.4-.1h-3.8v-2.4c0-1.1.3-1.7%201.8-1.7h2.2c.3%200%20.5-.2.5-.5v-3.8c0-.6-.2-.7-.5-.7z%22%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-social-share-googleplus-blue { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%22-214%20186%2030%2030%22%3E%3Cpath%20d%3D%22M-195.6%20189.3h-5.6c-2.5%200-4.2.5-5.8%201.9-1.2%201.1-1.9%202.6-1.9%204.1%200%202.3%201.8%204.8%205.1%204.8.3%200%20.7%200%201-.1l-.1.1c-.1.3-.3.6-.3%201.1%200%20.9.5%201.5.9%202l.1.1h-.1c-1.4.1-3.9.3-5.8%201.4-2.2%201.3-2.4%203.2-2.4%203.7%200%202.2%202.1%204.4%206.6%204.4%205.3%200%208-2.9%208-5.8%200-2.1-1.3-3.2-2.6-4.3l-1.1-.9c-.3-.3-.8-.7-.8-1.3s.4-1.1.8-1.5l.1-.1c1.2-.9%202.6-2.1%202.6-4.4%200-2.3-1.5-3.6-2.2-4.1h2l1.6-1c0%20.1%200%200-.1-.1.2%200%20.1%200%200%200zm-6.8%2022.2c-3.3%200-5.4-1.5-5.4-3.7%200-1.5.9-2.5%202.7-3.2%201.4-.5%203.2-.5%203.2-.5h.7c2.3%201.6%203.3%202.5%203.3%204%200%202.1-1.7%203.4-4.5%203.4zm0-12.4c-2.7%200-3.8-3.6-3.8-5.4%200-1%20.2-1.7.7-2.3.5-.6%201.3-1%202.1-1%202.5%200%203.8%203.3%203.8%205.6%200%20.3%200%201.5-.8%202.3-.4.5-1.3.8-2%20.8zM-187.7%20200.2h-3v-2.9c0-.1-.1-.1-.1-.1h-1.3c-.1%200-.1.1-.1.1v2.9h-2.9c-.1%200-.1.1-.1.1v1.3c0%20.1.1.1.1.1h2.9v3c0%20.1.1.1.1.1h1.3c.1%200%20.1-.1.1-.1v-3h3c.1%200%20.1-.1.1-.1v-1.3s0-.1-.1-.1z%22%20fill%3D%22%230086c5%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-social-share-googleplus { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%22-214%20186%2030%2030%22%3E%3Cpath%20d%3D%22M-195.6%20189.3h-5.6c-2.5%200-4.2.5-5.8%201.9-1.2%201.1-1.9%202.6-1.9%204.1%200%202.3%201.8%204.8%205.1%204.8.3%200%20.7%200%201-.1l-.1.1c-.1.3-.3.6-.3%201.1%200%20.9.5%201.5.9%202l.1.1h-.1c-1.4.1-3.9.3-5.8%201.4-2.2%201.3-2.4%203.2-2.4%203.7%200%202.2%202.1%204.4%206.6%204.4%205.3%200%208-2.9%208-5.8%200-2.1-1.3-3.2-2.6-4.3l-1.1-.9c-.3-.3-.8-.7-.8-1.3s.4-1.1.8-1.5l.1-.1c1.2-.9%202.6-2.1%202.6-4.4%200-2.3-1.5-3.6-2.2-4.1h2l1.6-1c0%20.1%200%200-.1-.1.2%200%20.1%200%200%200zm-6.8%2022.2c-3.3%200-5.4-1.5-5.4-3.7%200-1.5.9-2.5%202.7-3.2%201.4-.5%203.2-.5%203.2-.5h.7c2.3%201.6%203.3%202.5%203.3%204%200%202.1-1.7%203.4-4.5%203.4zm0-12.4c-2.7%200-3.8-3.6-3.8-5.4%200-1%20.2-1.7.7-2.3.5-.6%201.3-1%202.1-1%202.5%200%203.8%203.3%203.8%205.6%200%20.3%200%201.5-.8%202.3-.4.5-1.3.8-2%20.8zM-187.7%20200.2h-3v-2.9c0-.1-.1-.1-.1-.1h-1.3c-.1%200-.1.1-.1.1v2.9h-2.9c-.1%200-.1.1-.1.1v1.3c0%20.1.1.1.1.1h2.9v3c0%20.1.1.1.1.1h1.3c.1%200%20.1-.1.1-.1v-3h3c.1%200%20.1-.1.1-.1v-1.3s0-.1-.1-.1z%22%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-social-share-linkedin-blue { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%22-214%20186%2030%2030%22%3E%3Cg%20fill%3D%22%230086c5%22%3E%3Cpath%20d%3D%22M-205.6%20191.4c0%201.5-1.1%202.6-2.8%202.6-1.6%200-2.7-1.1-2.7-2.6s1.1-2.6%202.8-2.6c1.7%200%202.7%201.1%202.7%202.6zm-5.3%2021.2V196h5.2v16.6h-5.2zM-202.6%20201.3c0-2.1-.1-3.8-.2-5.3h4.5l.2%202.3h.1c.6-1.1%202.3-2.7%205.1-2.7%203.4%200%205.9%202.3%205.9%207.1v9.8h-5.2v-9.1c0-2.1-.7-3.6-2.6-3.6-1.5%200-2.3%201-2.7%201.9-.2.3-.2.8-.2%201.3v9.6h-5.2v-11.3h.3z%22%20fill%3D%22%230086c5%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-social-share-linkedin { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%22-214%20186%2030%2030%22%3E%3Cg%20fill%3D%22%23030104%22%3E%3Cpath%20d%3D%22M-205.6%20191.4c0%201.5-1.1%202.6-2.8%202.6-1.6%200-2.7-1.1-2.7-2.6s1.1-2.6%202.8-2.6c1.7%200%202.7%201.1%202.7%202.6zm-5.3%2021.2V196h5.2v16.6h-5.2zM-202.6%20201.3c0-2.1-.1-3.8-.2-5.3h4.5l.2%202.3h.1c.6-1.1%202.3-2.7%205.1-2.7%203.4%200%205.9%202.3%205.9%207.1v9.8h-5.2v-9.1c0-2.1-.7-3.6-2.6-3.6-1.5%200-2.3%201-2.7%201.9-.2.3-.2.8-.2%201.3v9.6h-5.2v-11.3h.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-social-share-pinterest-blue { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%22-214%20186%2030%2030%22%3E%3Cpath%20d%3D%22M-192%20191c-3.4-3.6-8.9-3.4-12.8-.6-3.2%202.4-5.4%207.7-2.7%2011.3.6.7%201.3%201.2%202.3%201.3.3.1.4-.1.5-.3.1-.5.4-.9.4-1.5%200-.2-.1-.3-.3-.3-2.5-2.7-.8-6%201.6-8.1%202.1-1.8%205.9-3.5%208.5-1.5%201.7%201.5%201.8%204.2%201.8%206.2-.1%202.5-1%205.3-3.7%206.1-.8.3-1.8.1-2.5-.6-.7-.8-.5-1.9-.2-2.9.4-1.5%201.3-3.6.4-5-1.1-1.8-3.2-.1-3.7%201.1-.4.7-1.1%203-.1%203.7-1.1%202.6-1.8%205.6-2.3%208.3-.2%201.3-.4%202.6-.1%203.9%200%20.1.3%201.1.6%201.4-.1.3.3.3.5.1%201-1.3%202-2.5%202.5-4%20.3-.8.4-1.7.6-2.5.1-.6.4-1.3.4-1.9.8.6%202%201.2%203%201.3%201.5.3%203.4-.3%204.6-1.1.2-.1.4-.3.6-.5.6-.4%201.1-.8%201.5-1.5%202.4-3.7%201.5-9.2-1.4-12.4zm-13.2%2010.6c.1.1%200%20.1%200%20.1-.1%200-.1%200%200-.1-.1%200-.1%200%200%200-.1%200-.1%200%200%200zm-1.6-7.2c-.3.4-.5.8-.6%201.3.1-.5.3-.9.6-1.4v.1zm14.8-1.8l-.1-.1s0-.1-.1-.1c0-.1-.1-.1-.1-.1.1.2.3.4.4.6.1-.1%200-.2-.1-.3z%22%20fill%3D%22%230086c5%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-social-share-pinterest { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%22-214%20186%2030%2030%22%3E%3Cpath%20d%3D%22M-192%20191c-3.4-3.6-8.9-3.4-12.8-.6-3.2%202.4-5.4%207.7-2.7%2011.3.6.7%201.3%201.2%202.3%201.3.3.1.4-.1.5-.3.1-.5.4-.9.4-1.5%200-.2-.1-.3-.3-.3-2.5-2.7-.8-6%201.6-8.1%202.1-1.8%205.9-3.5%208.5-1.5%201.7%201.5%201.8%204.2%201.8%206.2-.1%202.5-1%205.3-3.7%206.1-.8.3-1.8.1-2.5-.6-.7-.8-.5-1.9-.2-2.9.4-1.5%201.3-3.6.4-5-1.1-1.8-3.2-.1-3.7%201.1-.4.7-1.1%203-.1%203.7-1.1%202.6-1.8%205.6-2.3%208.3-.2%201.3-.4%202.6-.1%203.9%200%20.1.3%201.1.6%201.4-.1.3.3.3.5.1%201-1.3%202-2.5%202.5-4%20.3-.8.4-1.7.6-2.5.1-.6.4-1.3.4-1.9.8.6%202%201.2%203%201.3%201.5.3%203.4-.3%204.6-1.1.2-.1.4-.3.6-.5.6-.4%201.1-.8%201.5-1.5%202.4-3.7%201.5-9.2-1.4-12.4zm-13.2%2010.6c.1.1%200%20.1%200%20.1-.1%200-.1%200%200-.1-.1%200-.1%200%200%200-.1%200-.1%200%200%200zm-1.6-7.2c-.3.4-.5.8-.6%201.3.1-.5.3-.9.6-1.4v.1zm14.8-1.8l-.1-.1s0-.1-.1-.1c0-.1-.1-.1-.1-.1.1.2.3.4.4.6.1-.1%200-.2-.1-.3z%22%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-social-share-twitter-blue { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%22-214%20186%2030%2030%22%3E%3Cpath%20d%3D%22M-185.7%20193.3c-.9.4-1.9.6-3%20.8%201.1-.6%201.9-1.6%202.2-2.8-.9.6-2.1%201-3.2%201.3-.9-1-2.2-1.6-3.7-1.6-2.8%200-5.1%202.3-5.1%205.1%200%20.4.1.8.1%201.1-4.2-.2-8-2.2-10.5-5.4-.4.8-.7%201.6-.7%202.6%200%201.8.9%203.4%202.3%204.2-.8-.1-1.6-.3-2.3-.6v.1c0%202.5%201.8%204.6%204.1%205-.4.1-.9.2-1.3.2-.3%200-.6-.1-.9-.1.6%202%202.5%203.5%204.7%203.5-1.7%201.4-4%202.2-6.3%202.2-.4%200-.8%200-1.2-.1%202.2%201.5%204.9%202.3%207.8%202.3%209.4%200%2014.5-7.8%2014.5-14.5v-.6c1-.7%201.8-1.6%202.5-2.7z%22%20fill%3D%22%230086c5%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-social-share-twitter { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%22-214%20186%2030%2030%22%3E%3Cpath%20d%3D%22M-185.7%20193.3c-.9.4-1.9.6-3%20.8%201.1-.6%201.9-1.6%202.2-2.8-.9.6-2.1%201-3.2%201.3-.9-1-2.2-1.6-3.7-1.6-2.8%200-5.1%202.3-5.1%205.1%200%20.4.1.8.1%201.1-4.2-.2-8-2.2-10.5-5.4-.4.8-.7%201.6-.7%202.6%200%201.8.9%203.4%202.3%204.2-.8-.1-1.6-.3-2.3-.6v.1c0%202.5%201.8%204.6%204.1%205-.4.1-.9.2-1.3.2-.3%200-.6-.1-.9-.1.6%202%202.5%203.5%204.7%203.5-1.7%201.4-4%202.2-6.3%202.2-.4%200-.8%200-1.2-.1%202.2%201.5%204.9%202.3%207.8%202.3%209.4%200%2014.5-7.8%2014.5-14.5v-.6c1-.7%201.8-1.6%202.5-2.7z%22%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-star-black { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20fill%3D%22%23000000%22%20class%3D%22st0%22%20d%3D%22M10%2016.4l-6.2%203.1%201.1-6.8L0%207.8l6.8-1.2L10%20.5l3.2%206.1L20%207.8l-4.9%204.9%201.1%206.8%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-star-blue { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20fill%3D%22%230086c5%22%20class%3D%22st0%22%20d%3D%22M10%2016.4l-6.2%203.1%201.1-6.8L0%207.8l6.8-1.2L10%20.5l3.2%206.1L20%207.8l-4.9%204.9%201.1%206.8%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-star-half { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%22-229%20311%2020%2020%22%3E%3Cstyle%3E.st0%7Bfill%3A%230086C5%3B%7D%20.st1%7Bfill%3A%23D0D0D0%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M-222.2%20317.6l-6.8%201.2%204.9%204.9-1.1%206.8%206.2-3.1v-15.9z%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M-209%20318.8l-6.8-1.2-3.2-6.1v15.9l6.2%203.1-1.1-6.8z%22%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-star-large-blue { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2235%22%20height%3D%2235%22%20viewBox%3D%22-236.5%20303.5%2035%2035%22%3E%3Cpath%20fill%3D%22%230086c5%22%20d%3D%22M-219%20332.2l-10.9%205.4%202-11.9-8.6-8.6%2011.9-2.1%205.6-10.6%205.6%2010.6%2011.9%202.1-8.6%208.6%202%2011.9%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-star-large-lightgray { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2235%22%20height%3D%2235%22%20viewBox%3D%22-236.5%20303.5%2035%2035%22%3E%3Cpath%20fill%3D%22%23D0D0D0%22%20d%3D%22M-219%20332.2l-10.9%205.4%202-11.9-8.6-8.6%2011.9-2.1%205.6-10.6%205.6%2010.6%2011.9%202.1-8.6%208.6%202%2011.9%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-star-large { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2235%22%20height%3D%2235%22%20viewBox%3D%22-236.5%20303.5%2035%2035%22%3E%3Cpath%20fill%3D%220%22%20d%3D%22M-219%20332.2l-10.9%205.4%202-11.9-8.6-8.6%2011.9-2.1%205.6-10.6%205.6%2010.6%2011.9%202.1-8.6%208.6%202%2011.9%22%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-star-lightgray { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20fill%3D%22%23D0D0D0%22%20class%3D%22st0%22%20d%3D%22M10%2016.4l-6.2%203.1%201.1-6.8L0%207.8l6.8-1.2L10%20.5l3.2%206.1L20%207.8l-4.9%204.9%201.1%206.8%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-star-small-blue { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%22-226.5%20313.5%2015%2015%22%3E%3Cpath%20d%3D%22M-219%20325.8l-4.6%202.3.8-5.1-3.7-3.6%205.1-.9%202.4-4.6%202.4%204.6%205.1.9-3.7%203.6.8%205.1%22%20fill%3D%22%230086c5%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-star-small-half { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%22-226.5%20313.5%2015%2015%22%3E%3Cstyle%3E.st0%7Bfill%3A%230086C5%3B%7D%20.st1%7Bfill%3A%23D0D0D0%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M-221.4%20318.5l-5.1.9%203.7%203.6-.8%205.1%204.6-2.3v-11.9z%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M-211.5%20319.4l-5.1-.9-2.4-4.6v11.9l4.6%202.3-.8-5.1z%22%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-star-small-lightgray { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%22-226.5%20313.5%2015%2015%22%3E%3Cpath%20d%3D%22M-219%20325.8l-4.6%202.3.8-5.1-3.7-3.6%205.1-.9%202.4-4.6%202.4%204.6%205.1.9-3.7%203.6.8%205.1%22%20fill%3D%22%23D0D0D0%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-star-small { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%22-226.5%20313.5%2015%2015%22%3E%3Cpath%20d%3D%22M-219%20325.8l-4.6%202.3.8-5.1-3.7-3.6%205.1-.9%202.4-4.6%202.4%204.6%205.1.9-3.7%203.6.8%205.1%22%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-star { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20fill%3D%220%22%20class%3D%22st0%22%20d%3D%22M10%2016.4l-6.2%203.1%201.1-6.8L0%207.8l6.8-1.2L10%20.5l3.2%206.1L20%207.8l-4.9%204.9%201.1%206.8%22%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-triangle-small-black { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%22-15%20143.1%2012%2012%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M-3%20143.9l-6%2010.4-6-10.4%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-triangle-small-blue { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%22-15%20143.1%2012%2012%22%3E%3Cpath%20fill%3D%22%230086c5%22%20d%3D%22M-3%20143.9l-6%2010.4-6-10.4%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-triangle-small { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%22-15%20143.1%2012%2012%22%3E%3Cpath%20fill%3D%22%2309C%22%20d%3D%22M-3%20143.9l-6%2010.4-6-10.4%22%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }

.icon-post-footer-post-white { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAABGCAYAAACJ4ts2AAAMpklEQVR42u1de5RWVRUHB2fAcZzhIcwwSoAjyoBEJmZBgoqm1grJGNTAWObSQAnJKLSMwmeUGC/RsIXaoNAQ9JAxMHRh2YQ8yiA/3syoaMIg6AQSzXA6229/ax02+77P/eZ+y/1ba/8xcx77nHvP756z99nnfG3aCAQCgUAgEAgEAoFAIBAIBAKBQCAQCAQCQbaglJqg5ddafqXlIS1f09JbnoxAkCYIEANwTMtRLYe07NOyU8svtVyspa08qY/VmMjTchLKySStrZH2keR6Z3to+bmWFxzSlyhvvK2lRsvgBPQHXtAbSGJTamVoW3m+w7Ucxg8lyHaSPo+kP5KrHR2g5VnsBCDlkK9CyzAtX9Vyl5alWt51IArMMq9oGdFas4rWO9mFyGfLEI/8fC8lz7SepD9O0mfmWgdP1zKHGTypAHW01zJSy0otLQ6D8Xktla3Qv10uBJmawwPzEi3dcoAgvyDps3PpIV+hZb/D4EmFrLOvlnU4e3AYR9epMfavCO2kDI5oaTb+3qslP4feF6zh++CHKBEzoA+ClGs5T0t/lLJcedD3e9gRqYg67tTyP4e6V2SDJFpHNdE7V8ufyf/G5Ag5CrQ8l7QlohdBcnFqBqP1Ly5feCsEQV2DXerfFHM/i5k+flrLF8n/VubIe+vIPMOeQhC7nQFbYb3yh5QlnZ9z0wFtiqmvFxNdr+P/uxA7CWa5Xi71DNLyDM5GILMc8l2kZbGRr5rrm/7fhejY2ILePnBw7NZSR2czXK5mdHPew99i2iIt441yN+P/MmmXGysHsBWXaVlAdH1ey4vYlve0fIDePnhH87WcEnKJ9Q3y/MY41AOOnJe0NKD+97U0wnsDw15Lp2wsqxYr/0hZ1D3CxXhfq6Uwhv7WET0PGjPov0jaQpd6RpG8uxzy3cD07TQjPQ/3kI56PPc1MPthmcsCvK8lLobxdVqu0bLVIf8CH/UfhHpsG+lAPHTgtHjohw/Jl+IkyFQVDCnL5Fzpomue5b72YXRcaKQPJWl7XOq6luTd7pBvNOPiLjLSf0jS38Av871aXiVpG7DM8ADva6mLa7WOIeYyzPsA+f9bWsZqGajlVpxJTAyx6ebFzeXjnq+WKjTsYSZsMtJgVjkzLpegai2CGO046KKvyqKeO0jdO5g8jSTPDXERBGYS5mtYQsqvIWXPgBAedKbcp+UnzDObhWmQZ5TLoDTrbUAb9Hbw4OEyylxudibt+oqbzRaFILiEpO2rJOWnkTyvWt2NB2+Rlm0JIYjbLjx8HTpYmq0aSN1TmHyvkDxvcpuZlghyBkl7GZZcjK0GNsCftKyGgUnSOzHP7CyHtnAEgZngGpIP2vUULDFR5tLBBzpIPc1kZoxCkAGG7oUO76kH04/2NgflPBUOcRCkl4fOBZb2digG+phVmzmCWiJIRyZtfcZ49tmvLn4jARwIck7I53kmU9e5tpZYPvR3JeUPOzkM4ljWZJUg2J6Ui84PTcM2ZP0LqVFNv9aGsb6D5P1djDbIDIc+N2GgJxjwl8ZEkCd87LGMxw3eBtxAPYBj531Gb3fbBMGQoLWof5+hv4mUP2SNIA4hJK1NkOUeep+KUPcpjFG5Fd2MS4iAy/EdRn/XmAiSh7FuXtgMLlfLBJng8syq0DD3C5hpO1o00scRO8gLdgiCBtj+BBJkhlcksEXjPAyuj4MgRj4I9HwYl1jNLrNKuUWCjHfINwzDb6gRfBvui1TCMpAhSCdLNsjVTJ/ANrwFbbJK3Ic6FgdBzvWxW94aBPmuD90Xhax7rQWCvGnGZ9kmCCnTHV2pK4wo6gy2mAZzHDOI/v9rJB+Qtp0PIz0yQdCZQp1Hi5g2lsc1g9REHChxEeROH7pXhQzFaGbsj20e8h6j/xKj3pEkbbeD/kkuRnpv3NnPSDlT/uukfAvZaOQIUhGRII2kvWcxefrHRJCeTH8uYPQPtU4QDClRCSXINB+6YYlRELDep+mD9Fnuekb/QiO9kkkvYwz+rS4EGU/Sapl2nBqCID0jEuQAaW8Zk+eBmAjSl+nPJxn9v4+DIJ9IMEGqfej+r2kI+qgzDz0vJrb5LFvALG9gw6wU04uZdfprZJ+p1mFTrshhmQJpj5J2rGZ22tt6EGS6kV4UgiA7GQdBPom+aImJIPnotTTxh4x+fKf3MKsCKwQZm2CC/NWH7pYgIQXw5WHsrTsClJ/OtGGakT7TITZpi+E1O+BCEJhhHnSIL0oxrvhDjJGep/jDX3vQC3RfCIJw9uABJM5eFy+WLSN9iov+xti8WCp9pjxxBIGNOC3/8an/sgCzx+tRNpOQYBT1psEKeyQubX2aMeYVWSKBUfojH/2Hvgx1aadTsOMMIx8NPpzo0vfZLm35t0oHOdKPV2ej/BdIegOpf4FT3B2Oh2qvAEV8F+ZeWWHUgbgsoQSZGED/uACkA7vmLkNuCtiuPPyamnX8gNkT+SaGidTj13wVGPHGMupuUke+g1dmEr6jNTijvqDlMS1fVh5n91X6iPQ0XI7U4gD7HqzpjTxXkXac71HncHTqbNDyTwx3geVVF0y/xahrqhlxgMt5U9dtpG7aluGM/QbR3nAEYCN61kD/dzJePHRgZMrDrHNy1IG4OqEESQXQf3sbgSCmdX7iCKKChW4DbpU3KYiLIMuTRBB0YTYF1D9a3qQgLoLMTgpBwNANucM9SN6kIC6C3JgEgqAB9ngI3c3UQBYIbBKkorUJotJ3Uj0ZUrfvsHf06oD35W8eArMYnKRbjMF4PWWkfHwJUugSKRo7QXTZfurEixGCYC8NmnPRVRpBz2SVpUvsBMkjyXPZJAhuhHVT6WObUTEzgN7SiLp+luB3CPszvWQ0x/NwB2SLIHhmYL3yvrrFD6COUyMS5DcqfWndEBQ4W3AThoZwMVMVCXx/JSp94jElozmeB1ygwh+3dSUI7gRvxbMTTcougs5cHEEedcgLAXLcKcs5CXpvpbizngkp2SCjOb6H/WxMBJmt4sPEuAiC+bsxM91LCXpndEN1nYzk+B52cYQvvBtBHomJHDtVwN8RCUGQYoYgaxyWjdDP5zFm6o9Qr0rfE1Xg0aYO6GpfhEdIN6n05W0fXb1JTxpiQN5knJnnMCccv6XSx4khT4mMbLskWZRDBJkQckkShCBlTGh8jZF+no+NTQhWHKb4e7QGK+cfFMoAlqf9jDKrAjyjc2RU2yVIB+asQhIJUhdhze7XBmmPBjzFWEzvTQ5PAZHexhD0enX8zzkcw9OI5qEmeuXpUSQDzELbycz1TiZsGyNz/aKPjGr7JLk54QRpUeEvNuMIMhcN8owU4LmFeibvLqynE0OAWURXFTP7DDTS6T2zVaT8vSR9Pv7/HlzC1eKmpgm4l2oFpsH9xt1lRNsnCIR8PJFgglwZ0eujmC/3IUOOeMV8qRMvnFvis+8bjbTNJK0rU/7veJZkN0RdM+n0xsf1MoKzQ5LT8DBM0ghyt4pwGXGEjUI4m/IprON0Zmb4jIM+7keB+mEavcF+JR4YMs95ex2IogQRN28WSdIZj1EmhSDgscmzsG/gdxkHFyHArYojTU8UkIEeG3UayCp9vRD1go3CtCscdB/Ek4j3o3csXwiSXJIUOuwoZ5MgsNb/qaX+cASBI5tw/xT86tP5Kn11T6lLHVeR8i+65IXwD3pj5SRjKfuQjzg42CG/VgiSbKK83EoEAY/aGIv94AiyOGAdI0j5VR4EoXfJfpvkgR+feQY9Vx+6PIsbhSDJJsl85fxLtHEQZLftMHNLBKG/Z7jZw5ajM8R1Hvnhsod/MM6CfXQpJwRJnncLrpZsjJkgR3HPoF0MfbBBkAomgLHcIe8gRt9AdCfDjSVdUUqYZw1Hj+m1P/2FIMknCmygjSZhKTYIsh/DJzrH2HYbBMnD5ZCJ7zvkpT+FtgnL90ditaDAbNGNKU8vjP6sB0EkFitBRClCDw+EPuwISRCYLZZiPcVZaHNkgmA9FxBXL3ieBpM8VzLLpCGY1o7ZiFymjr88bgSxSQ5Tj5Y68aZCyN/XmIXayUhNBll6eBAEBtAePAeyHF2YV6uIvxDVigQ5idlMhQEMtyb+GN3DR4jbeLrH1z8zi8J+yDrGPVzNtKOfg2OjDt3UhTI6k0+efGXzl0ajtaWMGVA1EeqbhcRwA3wcpjgEK/r5xSSo/0mXNjzmcplFBxmBgiADugRnsBoUWN5Njljn2XhkGTZVP0DDGkgBP1U2z8/SUaWvA92EwY7vYl278CxNuY/yVej5egtD3jfa2FgVCGx7+Y6TKHWEbYO8CYFAIBAIBAKBQCAQCAQCgUAgEAgEAoFAIPCB/wP7wMG1bNpr6AAAAABJRU5ErkJggg=='); background-repeat: no-repeat; display: block;width: 180px;height: 60px;background-size: 100% 100%; }