/**
Huawei Euro SVG
    *naming rule
    *hsvg<size>
    *hsvg-<iconName>-<status>
        *status
        h: with hover
        a: active
    * %3cpath /%3e
 */
.hsvg,
.hsvg10,
.hsvg12,
.hsvg14,
.hsvg16,
.hsvg18,
.hsvg20,
.hsvg22,
.hsvg24,
.hsvg26,
.hsvg28,
.hsvg30,
.hsvg40,
.hsvg44,
.hsvg48,
.hsvg60,
.hsvg80,
.pc-hsvg10,
.pc-hsvg12,
.pc-hsvg14,
.pc-hsvg16,
.pc-hsvg18,
.pc-hsvg20,
.pc-hsvg22,
.pc-hsvg24,
.pc-hsvg26,
.pc-hsvg28,
.pc-hsvg30,
.pc-hsvg32,
.pc-hsvg40,
.pc-hsvg42,
.pc-hsvg45,
.pc-hsvg48,
.pc-hsvg60,
.pc-hsvg80,
.mobile-hsvg10,
.mobile-hsvg12,
.mobile-hsvg14,
.mobile-hsvg16,
.mobile-hsvg18,
.mobile-hsvg20,
.mobile-hsvg22,
.mobile-hsvg24,
.mobile-hsvg26,
.mobile-hsvg28,
.mobile-hsvg30,
.mobile-hsvg32,
.mobile-hsvg40,
.mobile-hsvg42,
.mobile-hsvg45,
.mobile-hsvg48,
.mobile-hsvg60,
.mobile-hsvg80 {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}

.hsvg {
  width: 1.25rem;
  height: 1.25rem;
}

.hsvg10 {
  width: 10px;
  height: 10px;
}

.hsvg12 {
  width: .75rem;
  height: .75rem;
}

.hsvg14 {
  width: .875rem;
  height: .875rem
}

.hsvg16 {
  width: 1rem;
  height: 1rem;
}

.hsvg18 {
  width: 1.125rem;
  height: 1.125rem;
}

.hsvg20 {
  width: 1.25rem;
  height: 1.25rem;
}

.hsvg22 {
  width: 1.375rem;
  height: 1.375rem;
}

.hsvg24 {
  width: 1.5rem;
  height: 1.5rem;
}

.hsvg26 {
  width: 1.625rem;
  height: 1.625rem;
}

.hsvg28 {
  width: 1.75rem;
  height: 1.75rem;
}

.hsvg30 {
  width: 1.875rem;
  height: 1.875rem;
}

.hsvg40 {
  width: 2.5rem;
  height: 2.5rem;
}

.hsvg44 {
  width: 2.75rem;
  height: 2.75rem;
}

.hsvg45 {
  width: 2.8125rem;
  height: 2.8125rem;
}

.hsvg48 {
  width: 3rem;
  height: 3rem;
}

.hsvg60 {
  width: 3.75rem;
  height: 3.75rem;
}

.hsvg80 {
  width: 5rem;
  height: 5rem;
}

@media (min-width: 993px) {
  .pc-hsvg10 {
    width: 8px;
    height: 8px;
  }
  .pc-hsvg12 {
    width: 12px;
    height: 12px;
  }    
  .pc-hsvg14 {
    width: 14px;
    height: 14px;
  }    
  .pc-hsvg16 {
    width: 16px;
    height: 16px;
  }    
  .pc-hsvg18 {
    width: 18px;
    height: 18px;
  }    
  .pc-hsvg20 {
    width: 20px;
    height: 20px;
  }
  .pc-hsvg22 {
    width: 22px;
    height: 22px;
  }
  .pc-hsvg24 {
    width: 24px;
    height: 24px;
  }
  .pc-hsvg26 {
    width: 26px;
    height: 26px;
  }
  .pc-hsvg28 {
    width: 28px;
    height: 28px;
  }
  .pc-hsvg30 {
    width:30px;
    height: 30px;
  }
  .pc-hsvg32 {
    width: 32px;
    height: 32px;
  }
  .pc-hsvg40 {
    width: 40px;
    height: 40px;
  }
  .pc-hsvg42 {
    width: 42px;
    height: 42px;
  }
  .pc-hsvg45 {
    width: 45px;
    height: 45px;
  }
  .pc-hsvg48 {
    width: 48px;
    height: 48px;
  }
  .pc-hsvg60 {
    width: 60px;
    height: 60px;
  }
  .pc-hsvg80 {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 992px) {
  .mobile-hsvg10 {
    width: 10px;
    height: 10px;
  }
  .mobile-hsvg12 {
    width: 12px;
    height: 12px;
  }    
  .mobile-hsvg14 {
    width: 14px;
    height: 14px;
  }    
  .mobile-hsvg16 {
    width: 16px;
    height: 16px;
  }    
  .mobile-hsvg18 {
    width: 18px;
    height: 18px;
  }    
  .mobile-hsvg20 {
    width: 20px;
    height: 20px;
  }
  .mobile-hsvg22 {
    width: 22px;
    height: 22px;
  }
  .mobile-hsvg24 {
    width: 24px;
    height: 24px;
  }
  .mobile-hsvg26 {
    width: 26px;
    height: 26px;
  }
  .mobile-hsvg28 {
    width: 28px;
    height: 28px;
  }
  .mobile-hsvg30 {
    width:30px;
    height: 30px;
  }
  .mobile-hsvg32 {
    width: 32px;
    height: 32px;
  }
  .mobile-hsvg40 {
    width: 40px;
    height: 40px;
  }
  .mobile-hsvg42 {
    width: 42px;
    height: 42px;
  }
  .mobile-hsvg45 {
    width: 45px;
    height: 45px;
  }
  .mobile-hsvg48 {
    width: 48px;
    height: 48px;
  }
  .mobile-hsvg60 {
    width: 60px;
    height: 60px;
  }
  .mobile-hsvg80 {
    width: 80px;
    height: 80px;
  }
}

/* star icon */
.hsvg-star,
.hsvg-star-h {
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20800%20800'%3e%3cpath%20fill='%23CCCCCC'%20d='M398.8,52.9l116.5,226l260.5,36.2L587.3,491l44.6,248.3l-233-117.2l-233,117.2L210.3,491L21.8,315.1%20l260.5-36.2L398.8,52.9z%20M398.8,52.9'/%3e%3c/svg%3E");
}

.hsvg-star-h:hover,
a:hover .hsvg-star-h,
.hsvg-star-a {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' %5B %3C!ENTITY ns_extend 'http://ns.adobe.com/Extensibility/1.0/'%3E%3C!ENTITY ns_ai 'http://ns.adobe.com/AdobeIllustrator/10.0/'%3E%3C!ENTITY ns_graphs 'http://ns.adobe.com/Graphs/1.0/'%3E%3C!ENTITY ns_vars 'http://ns.adobe.com/Variables/1.0/'%3E%3C!ENTITY ns_imrep 'http://ns.adobe.com/ImageReplacement/1.0/'%3E%3C!ENTITY ns_sfw 'http://ns.adobe.com/SaveForWeb/1.0/'%3E%3C!ENTITY ns_custom 'http://ns.adobe.com/GenericCustomNamespace/1.0/'%3E%3C!ENTITY ns_adobe_xpath 'http://ns.adobe.com/XPath/1.0/'%3E%5D%3E%3Csvg version='1.1' xmlns:x='&ns_extend;' xmlns:i='&ns_ai;' xmlns:graph='&ns_graphs;' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 800 800' style='enable-background:new 0 0 800 800;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;%7D .st1%7Bclip-path:url(%23SVGID_2_);fill:%23FFB533;%7D .st2%7Bclip-path:url(%23SVGID_2_);fill:%23E8AA2E;%7D .st3%7Bfill:%23FFCC5A;%7D %3C/style%3E%3Cswitch%3E%3CforeignObject requiredExtensions='&ns_ai;' x='0' y='0' width='1' height='1'%3E%3Ci:pgfRef xlink:href='%23adobe_illustrator_pgf'%3E%3C/i:pgfRef%3E%3C/foreignObject%3E%3Cg i:extraneous='self'%3E%3Crect x='46' y='81' class='st0' width='716.9' height='651.8' /%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Crect id='SVGID_1_' x='18' y='49' width='762' height='694.9' /%3E%3C/defs%3E%3CclipPath id='SVGID_2_'%3E%3Cuse xlink:href='%23SVGID_1_' style='overflow:visible;' /%3E%3C/clipPath%3E%3Cpath class='st1' d='M398.8,52.9l116.5,226l260.5,36.2L587.3,491l44.6,248.3l-233-117.2l-233,117.2L210.3,491L21.8,315.1 l260.5-36.2L398.8,52.9z M398.8,52.9' /%3E%3Cpath class='st2' d='M165.8,743c-0.8,0-1.6-0.2-2.2-0.7c-1.2-0.8-1.7-2.2-1.5-3.6l44.1-246.5l-187-174.6c-1.1-0.9-1.4-2.4-1-3.7 c0.5-1.3,1.6-2.3,3.1-2.5l258.6-36L395.4,51.3c1.3-2.5,5.4-2.5,6.8,0l115.7,224.3l258.6,36c1.4,0.2,2.7,1.2,3.1,2.5 c0.5,1.3,0.1,2.8-1,3.7L591.4,492.3l44.1,246.5c0.2,1.4-0.3,2.8-1.5,3.6c-1.1,0.8-2.7,0.9-4,0.3L398.8,626.2L167.6,742.6 C166.9,742.8,166.3,743,165.8,743L165.8,743z M398.8,618.5c0.6,0,1.2,0.1,1.7,0.4l226.3,113.9l-43.2-241.2 c-0.2-1.2,0.2-2.4,1.1-3.2l183.1-170.8l-253-35.2c-1.2-0.1-2.3-0.9-2.9-2L398.8,61L285.7,280.4c-0.5,1.1-1.6,1.8-2.9,2 L29.9,317.6L213,488.4c0.9,0.8,1.3,2,1.1,3.2l-43.2,241.2L397.1,619C397.6,618.7,398.2,618.5,398.8,618.5L398.8,618.5z M398.8,618.5' /%3E%3Cpath class='st1' d='M398.8,52.9l116.5,226l260.5,36.2L587.3,491l44.6,248.3l-233-117.2l-233,117.2L210.3,491L21.8,315.1 l260.5-36.2L398.8,52.9z M398.8,52.9' /%3E%3Cpath class='st2' d='M165.8,743c-0.8,0-1.6-0.2-2.2-0.7c-1.2-0.8-1.7-2.2-1.5-3.6l44.1-246.5l-187-174.6c-1.1-0.9-1.4-2.4-1-3.7 c0.5-1.3,1.6-2.3,3.1-2.5l258.6-36L395.4,51.3c1.3-2.5,5.4-2.5,6.8,0l115.7,224.3l258.6,36c1.4,0.2,2.7,1.2,3.1,2.5 c0.5,1.3,0.1,2.8-1,3.7L591.4,492.3l44.1,246.5c0.2,1.4-0.3,2.8-1.5,3.6c-1.1,0.8-2.7,0.9-4,0.3L398.8,626.2L167.6,742.6 C166.9,742.8,166.3,743,165.8,743L165.8,743z M398.8,618.5c0.6,0,1.2,0.1,1.7,0.4l226.3,113.9l-43.2-241.2 c-0.2-1.2,0.2-2.4,1.1-3.2l183.1-170.8l-253-35.2c-1.2-0.1-2.3-0.9-2.9-2L398.8,61L285.7,280.4c-0.5,1.1-1.6,1.8-2.9,2 L29.9,317.6L213,488.4c0.9,0.8,1.3,2,1.1,3.2l-43.2,241.2L397.1,619C397.6,618.7,398.2,618.5,398.8,618.5L398.8,618.5z M398.8,618.5' /%3E%3C/g%3E%3Cpath class='st3' d='M282.4,282.2l-0.8,0.1l117.2,150.2V61L282.4,282.2z M512.7,282.2l-0.2-0.6L398.8,432.4l368.8-114.8 L512.7,282.2z M512.7,282.2' /%3E%3Cpath class='st3' d='M284.8,282.2l0.3-0.6l113.7,150.8l-369-114.8L284.8,282.2z M284.8,282.2' /%3E%3Cpath class='st3' d='M583.3,489.7l0.5-0.4l-184.9-56.9l228,300.5L583.3,489.7z M583.3,489.7' /%3E%3Cpath class='st3' d='M214.3,489.7l-0.5-0.4l185.2-56.9L170.7,732.9L214.3,489.7z M214.3,489.7' /%3E%3C/g%3E%3C/g%3E%3C/switch%3E%3C/svg%3E");
}

/* cart icon */
.hsvg-cart,
.hsvg-cart-h {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%20%3Cg%20transform='translate(-5741%20-4996)'%3E%20%3Cg%20transform='translate(113%2031)'%3E%20%3Crect%20width='24'%20height='24'%20transform='translate(5628%204965)'%20fill='none'/%3E%20%3Cg%20transform='translate(-196.788%20-2591.871)'%3E%20%3Cpath%20d='M-10011.555-20293.531h3.457s2.719,9.814,3.632,13.145'%20transform='translate(15839.343%2027854.402)'%20fill='none'%20stroke='%231e1e1e'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='0.8'/%3E%20%3Ccircle%20cx='1.369'%20cy='1.369'%20r='1.369'%20transform='translate(5830.72%207574.132)'%20fill='none'%20stroke='%231e1e1e'%20stroke-width='0.8'/%3E%20%3Ccircle%20cx='1.369'%20cy='1.369'%20r='1.369'%20transform='translate(5841.673%207574.132)'%20fill='none'%20stroke='%231e1e1e'%20stroke-width='0.8'/%3E%20%3Cpath%20d='M-10007.062-20280.5h10.953'%20transform='translate(15839.381%2027854.631)'%20fill='none'%20stroke='%231e1e1e'%20stroke-width='0.8'/%3E%20%3Cpath%20d='M-10007.219-20290.984h11.165l-1.413,7.7-7.678.57'%20transform='translate(15839.38%2027854.42)'%20fill='none'%20stroke='%231e1e1e'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='0.8'/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/g%3E%20%3C/svg%3E");
}

.hsvg-cart-h:hover,
a:hover .hsvg-cart-h,
.hsvg-cart-a {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%20%3Cg%20transform='translate(-5741%20-4996)'%3E%20%3Cg%20transform='translate(113%2031)'%3E%20%3Crect%20width='24'%20height='24'%20transform='translate(5628%204965)'%20fill='none'/%3E%20%3Cg%20transform='translate(-196.788%20-2591.871)'%3E%20%3Cpath%20d='M-10011.555-20293.531h3.457s2.719,9.814,3.632,13.145'%20transform='translate(15839.343%2027854.402)'%20fill='none'%20stroke='%23de1a33'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='0.8'/%3E%20%3Ccircle%20cx='1.369'%20cy='1.369'%20r='1.369'%20transform='translate(5830.72%207574.132)'%20fill='none'%20stroke='%23de1a33'%20stroke-width='0.8'/%3E%20%3Ccircle%20cx='1.369'%20cy='1.369'%20r='1.369'%20transform='translate(5841.673%207574.132)'%20fill='none'%20stroke='%23de1a33'%20stroke-width='0.8'/%3E%20%3Cpath%20d='M-10007.062-20280.5h10.953'%20transform='translate(15839.381%2027854.631)'%20fill='none'%20stroke='%23de1a33'%20stroke-width='0.8'/%3E%20%3Cpath%20d='M-10007.219-20290.984h11.165l-1.413,7.7-7.678.57'%20transform='translate(15839.38%2027854.42)'%20fill='none'%20stroke='%23de1a33'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='0.8'/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/g%3E%20%3C/svg%3E");
}

/*cart with product icon */
.hsvg-cart2,
.hsvg-cart2-h,
.hsvg-cart2-h:hover,
a:hover .hsvg-cart2-h,
.hsvg-cart2-a {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%20%3Cg%20transform='translate(-5741%20-4996)'%3E%20%3Cg%3E%20%3Cg%20transform='translate(113%2031)'%3E%20%3Crect%20width='24'%20height='24'%20transform='translate(5628%204965)'%20fill='none'/%3E%20%3Cg%20transform='translate(-196.788%20-2591.871)'%3E%20%3Cpath%20d='M-10011.555-20293.531h3.457s2.719,9.814,3.632,13.145'%20transform='translate(15839.343%2027854.402)'%20fill='none'%20stroke='%231e1e1e'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='0.8'/%3E%20%3Ccircle%20x='1.369'%20cy='1.369'%20r='1.369'%20transform='translate(5830.72%207574.132)'%20fill='none'%20stroke='%231e1e1e'%20stroke-width='0.8'/%3E%20%3Ccircle%20cx='1.369'%20cy='1.369'%20r='1.369'%20transform='translate(5841.673%207574.132)'%20fill='none'%20stroke='%231e1e1e'%20stroke-width='0.8'/%3E%20%3Cpath%20d='M-10007.062-20280.5h10.953'%20transform='translate(15839.381%2027854.631)'%20fill='none'%20stroke='%231e1e1e'%20stroke-width='0.8'/%3E%20%3Cpath%20d='M-10007.219-20290.984h11.165l-1.413,7.7-7.678.57'%20transform='translate(15839.38%2027854.42)'%20fill='none'%20stroke='%231e1e1e'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='0.8'/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/g%3E%20%3Ccircle%20cx='1.826'%20cy='1.826'%20r='1.826'%20transform='translate(5757.885%205000.118)'%20fill='%23de1a33'/%3E%20%3C/g%3E%20%3C/svg%3E");
}

/* notes icon */
.hsvg-notes,
.hsvg-notes-h {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2042.51%2048'%3E%20%3Cg%20transform='translate(-322.407%20-342.738)'%3E%20%3Cpath%20d='M340.392,381.9a5.562,5.562,0,0,0,5.562-5.563H334.83A5.563,5.563,0,0,0,340.392,381.9Z'%20transform='translate(3.269%208.841)'/%3E%20%3Cpath%20d='M324.907,382.915h37.508a2.488,2.488,0,0,0,2.357-1.645,2.616,2.616,0,0,0-.846-2.875l-4.291-3.6a1.955,1.955,0,0,1-.7-1.5V362.381a15.3,15.3,0,0,0-11.24-14.715l-.24-.066v-.788a3.8,3.8,0,1,0-7.586,0v.788l-.241.066a15.3,15.3,0,0,0-11.238,14.715V373.29a1.955,1.955,0,0,1-.7,1.5l-4.288,3.6a2.622,2.622,0,0,0-.849,2.876A2.485,2.485,0,0,0,324.907,382.915Zm2.545-4.033,3.936-3.308-.02-12.824a12.751,12.751,0,0,1,8.6-12.088l.246-.071c.136-.042.275-.076.417-.11l.292-.073c.1-.028.2-.053.3-.075.293-.059.59-.1.888-.136l.15-.021c.069-.013.117-.019.159-.023l.192-.015c.141,0,.2-.005.3-.01.3-.019.552-.019.834-.034.11,0,.217.008.325.015l.213.013c.179.009.361.019.539.035l.2.014c.135.015.255.034.375.056l.256.042c.227.035.432.067.634.112.14.029.279.067.417.106l.549.153c.111.032.176.049.239.071.152.049.3.106.447.163l.076.029c.212.081.423.163.629.254.172.077.337.16.5.244.2.1.4.2.591.313.162.092.318.191.476.289.187.12.371.241.552.37q.227.161.445.333c.174.135.344.277.51.422q.21.182.413.374c.159.153.312.311.462.47.128.136.254.27.375.412.144.167.28.342.436.542.124.162.22.288.312.419.129.182.248.371.366.562l.052.083c.08.126.159.254.234.384.107.192.2.389.309.6l.067.134c.059.117.117.237.172.361.083.191.157.387.229.582l.087.232c.052.136.091.237.124.341.067.207.12.419.174.632l.071.273c.029.1.056.2.077.306.052.242.087.49.122.739l.043.275c.015.095.027.165.034.239a12.525,12.525,0,0,1,.069,1.29v13.238l3.916,3.263a.6.6,0,0,1-.384,1.052H327.835a.6.6,0,0,1-.383-1.052Z'%20transform='translate(0%200)'/%3E%20%3C/g%3E%20%3C/svg%3E");
}

/* .hsvg-notes-h:hover,
a:hover .hsvg-notes-h,
.hsvg-notes-a {
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20800%20800'%3e%3cpath%20fill='%23DE1A33'%20d='M690.6,569.6L641,531.1c-8.6-6.6-13.5-16.7-13.5-27.5V325.8c0-31.1-6.1-61.3-18.1-89.7c-11.6-27.4-28.2-52.1-49.4-73.3%20c-21.1-21.2-45.8-37.8-73.3-49.4c-9.6-4.1-19.6-7.5-29.8-10.3V79.3c0-33-26.9-59.9-59.9-59.9c-33,0-59.9,26.9-59.9,59.9v23.8%20c-10.1,2.7-20.1,6.2-29.8,10.3c-27.4,11.6-52.1,28.2-73.3,49.4c-21.1,21.1-37.8,45.8-49.4,73.3c-12,28.5-18.1,58.7-18.1,89.7%20v177.7c0,10.8-4.9,20.9-13.5,27.5l-49.6,38.6c-9.8,7.6-16.7,17.9-19.8,29.8c-2.9,10.8-2.5,22.1,1.2,32.8%20c3.6,10.6,10.3,19.8,19.2,26.6c9.8,7.4,21.5,11.3,33.9,11.3h518.2c12.4,0,24.1-3.9,33.9-11.3c8.9-6.7,15.5-15.9,19.2-26.6%20c3.7-10.6,4.1-21.9,1.2-32.8C707.3,587.6,700.4,577.3,690.6,569.6L690.6,569.6z%20M614,565.8l49.6,38.5c5.1,3.9,5.4,9.6,4,13.5%20c-1.4,4-5.1,8.2-11.5,8.2H137.9c-6.4,0-10.1-4.2-11.5-8.2c-1.4-4-1-9.6,4-13.5l49.6-38.5c19.3-15,30.4-37.7,30.4-62.2V325.8%20c0-102.9,83.7-186.5,186.5-186.5c102.8,0,186.5,83.7,186.5,186.5v177.8C583.6,528.1,594.7,550.7,614,565.8L614,565.8z%20M397.1,63.4c8.8,0,15.9,7.1,15.9,15.9v13.5h-31.8V79.3C381.1,70.6,388.3,63.4,397.1,63.4L397.1,63.4z%20M397.1,63.4'/%3e%3cpath%20fill='%23DE1A33'%20d='M318.2,704.9c0,43.5,35.4,78.9,78.9,78.9c43.5,0,78.9-35.4,78.9-78.9v-3H318.2V704.9z%20M318.2,704.9'/%3e%3cpath%20fill='%23DE1A33'%20d='M196.4,115.4c4.6-3.7,7.4-9,8-14.8c0.6-5.9-1.1-11.6-4.8-16.1c-4.2-5.2-10.4-8.1-17.1-8.1%20c-5,0-9.9,1.7-13.8,4.9c-36.5,29.6-66.6,65.4-89.5,106.4C55.9,229.8,41.3,275.4,36,323.4c-0.7,5.8,1,11.6,4.7,16.2%20c3.7,4.6,8.9,7.5,14.7,8.1c0.8,0.1,1.6,0.1,2.4,0.1c11.2,0,20.6-8.4,21.8-19.6C89,244.3,130.5,168.7,196.4,115.4L196.4,115.4z%20M196.4,115.4'/%3e%3cpath%20fill='%23DE1A33'%20d='M758,323.3c-5.3-47.9-19.8-93.6-43.2-135.7c-22.8-41-52.9-76.8-89.5-106.4c-3.9-3.1-8.8-4.9-13.8-4.9%20c-6.7,0-12.9,3-17.1,8.2c-3.7,4.6-5.4,10.3-4.8,16.1c0.6,5.8,3.5,11.1,8,14.8c65.9,53.4,107.4,128.9,116.6,212.8%20c1.2,11.2,10.6,19.6,21.8,19.6c0.8,0,1.7,0,2.4-0.1c5.8-0.6,11.1-3.5,14.8-8.1C757,334.9,758.7,329.2,758,323.3L758,323.3z%20M758,323.3'/%3e%3c/svg%3E");
} */

/* order icon */
.hsvg-order,
.hsvg-order-h {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%20%3Cg%20transform='translate(-5741%20-5023)'%3E%20%3Crect%20width='24'%20height='24'%20transform='translate(5741%205023)'%20fill='none'/%3E%20%3Cg%3E%20%3Cg%20transform='translate(-1.5%20-1)'%3E%20%3Crect%20width='12'%20height='14'%20rx='1'%20transform='translate(5748.5%205029.132)'%20fill='none'%20stroke='%231e1e1e'%20stroke-width='0.8'/%3E%20%3Cpath%20d='M167.564,23.352h6V21.477a.2.2,0,0,0-.187-.208h-1.312a1.593,1.593,0,0,0-1.485-1.231,1.623,1.623,0,0,0-1.514,1.231h-1.312a.2.2,0,0,0-.187.208Z'%20transform='translate(5583.936%205006.962)'%20fill='%23fff'%20stroke='%231e1e1e'%20stroke-width='0.8'/%3E%20%3Cline%20x2='7'%20transform='translate(5751%205034.132)'%20fill='none'%20stroke='%231e1e1e'%20stroke-width='0.8'/%3E%20%3Cline%20x2='3'%20transform='translate(5751%205038.132)'%20fill='none'%20stroke='%231e1e1e'%20stroke-width='0.8'/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/g%3E%20%3C/svg%3E");
}

.hsvg-order-h:hover,
a:hover .hsvg-order-h,
.hsvg-order-a {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%20%3Cg%20transform='translate(-5741%20-5023)'%3E%20%3Crect%20width='24'%20height='24'%20transform='translate(5741%205023)'%20fill='none'/%3E%20%3Cg%3E%20%3Cg%20transform='translate(-1.5%20-1)'%3E%20%3Crect%20width='12'%20height='14'%20rx='1'%20transform='translate(5748.5%205029.132)'%20fill='none'%20stroke='%23de1a33'%20stroke-width='0.8'/%3E%20%3Cpath%20d='M167.564,23.352h6V21.477a.2.2,0,0,0-.187-.208h-1.312a1.593,1.593,0,0,0-1.485-1.231,1.623,1.623,0,0,0-1.514,1.231h-1.312a.2.2,0,0,0-.187.208Z'%20transform='translate(5583.936%205006.962)'%20fill='%23fff'%20stroke='%23de1a33'%20stroke-width='0.8'/%3E%20%3Cline%20x2='7'%20transform='translate(5751%205034.132)'%20fill='none'%20stroke='%23de1a33'%20stroke-width='0.8'/%3E%20%3Cline%20x2='3'%20transform='translate(5751%205038.132)'%20fill='none'%20stroke='%23de1a33'%20stroke-width='0.8'/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/g%3E%20%3C/svg%3E");
}

/* config icon */
.hsvg-config,
.hsvg-config-h {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%20%3Cg%20transform='translate(-5706%20-4996)'%3E%20%3Crect%20width='24'%20height='24'%20transform='translate(5706%204996)'%20fill='none'/%3E%20%3Cg%20transform='translate(5691.501%204997.546)'%3E%20%3Cpath%20d='M336.56,335.565a2.3,2.3,0,1,0-2.365,2.24A2.306,2.306,0,0,0,336.56,335.565Z'%20transform='translate(-307.758%20-325.049)'%20fill='none'%20stroke='%231e1e1e'%20stroke-width='0.9'/%3E%20%3Cpath%20d='M20.842,5.539A7.937,7.937,0,0,0,19.019,8.57,2.692,2.692,0,0,1,19,13.285a7.934,7.934,0,0,0,1.8,3.043,2.978,2.978,0,0,1,2.815.058,2.738,2.738,0,0,1,1.4,2.345,8.741,8.741,0,0,0,3.644.06,2.743,2.743,0,0,1,1.477-2.3,2.968,2.968,0,0,1,2.82.032,7.967,7.967,0,0,0,1.9-2.983A2.694,2.694,0,0,1,35,8.81a7.91,7.91,0,0,0-1.966-3.343,2.962,2.962,0,0,1-2.838.012,2.735,2.735,0,0,1-1.453-2.343,8.731,8.731,0,0,0-3.644.02,2.732,2.732,0,0,1-1.426,2.359A2.967,2.967,0,0,1,20.842,5.539Z'%20transform='translate(-0.5%20-0.5)'%20fill='none'%20stroke='%231e1e1e'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='0.9'/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/svg%3E");
}

.hsvg-config-h:hover,
a:hover .hsvg-config-h,
.hsvg-config-a {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%20%3Cg%20transform='translate(-5706%20-4996)'%3E%20%3Crect%20width='24'%20height='24'%20transform='translate(5706%204996)'%20fill='none'/%3E%20%3Cg%20transform='translate(5691.501%204997.546)'%3E%20%3Cpath%20d='M336.56,335.565a2.3,2.3,0,1,0-2.365,2.24A2.306,2.306,0,0,0,336.56,335.565Z'%20transform='translate(-307.758%20-325.049)'%20fill='none'%20stroke='%23de1a33'%20stroke-width='0.9'/%3E%20%3Cpath%20d='M20.842,5.539A7.937,7.937,0,0,0,19.019,8.57,2.692,2.692,0,0,1,19,13.285a7.934,7.934,0,0,0,1.8,3.043,2.978,2.978,0,0,1,2.815.058,2.738,2.738,0,0,1,1.4,2.345,8.741,8.741,0,0,0,3.644.06,2.743,2.743,0,0,1,1.477-2.3,2.968,2.968,0,0,1,2.82.032,7.967,7.967,0,0,0,1.9-2.983A2.694,2.694,0,0,1,35,8.81a7.91,7.91,0,0,0-1.966-3.343,2.962,2.962,0,0,1-2.838.012,2.735,2.735,0,0,1-1.453-2.343,8.731,8.731,0,0,0-3.644.02,2.732,2.732,0,0,1-1.426,2.359A2.967,2.967,0,0,1,20.842,5.539Z'%20transform='translate(-0.5%20-0.5)'%20fill='none'%20stroke='%23de1a33'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='0.9'/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/svg%3E");
}

/* person icon */
.hsvg-person,
.hsvg-person-h {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%20%3Cg%20transform='translate(-5675%20-5023)'%3E%20%3Cg%3E%20%3Cg%20transform='translate(229%20160.2)'%3E%20%3Cg%3E%20%3Cg%20transform='translate(5454%204866.8)'%20fill='%23fff'%20stroke='%231e1e1e'%20stroke-width='0.8'%3E%20%3Ccircle%20cx='4'%20cy='4'%20r='4'%20stroke='none'/%3E%20%3Ccircle%20cx='4'%20cy='4'%20r='3.6'%20fill='none'/%3E%20%3C/g%3E%20%3Cg%20transform='translate(-6440%202125)'%20fill='none'%3E%20%3Cpath%20d='M11906,2757h-16a8,8,0,0,1,16,0Z'%20stroke='none'/%3E%20%3Cpath%20d='M%2011905.15625%202756.19970703125%20C%2011904.7568359375%202752.60498046875%2011901.7001953125%202749.800048828125%2011898%202749.800048828125%20C%2011894.30078125%202749.800048828125%2011891.2431640625%202752.60498046875%2011890.84375%202756.19970703125%20L%2011905.15625%202756.19970703125%20M%2011906%202756.999755859375%20L%2011890%202756.999755859375%20C%2011890%202752.588134765625%2011893.58984375%202749%2011898%202749%20C%2011902.4140625%202749%2011906%202752.588134765625%2011906%202756.9990234375%20L%2011906%202756.999755859375%20Z'%20stroke='none'%20fill='%231e1e1e'/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/g%3E%20%3Crect%20width='24'%20height='24'%20transform='translate(5675%205023)'%20fill='none'/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/svg%3E");
}

.hsvg-person-h:hover,
a:hover .hsvg-person-h,
.hsvg-person-a {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%20%3Cg%20transform='translate(-5675%20-5023)'%3E%20%3Cg%3E%20%3Cg%20transform='translate(229%20160.2)'%3E%20%3Cg%3E%20%3Cg%20transform='translate(5454%204866.8)'%20fill='%23fff'%20stroke='%23de1a33'%20stroke-width='0.8'%3E%20%3Ccircle%20cx='4'%20cy='4'%20r='4'%20stroke='none'/%3E%20%3Ccircle%20cx='4'%20cy='4'%20r='3.6'%20fill='none'/%3E%20%3C/g%3E%20%3Cg%20transform='translate(-6440%202125)'%20fill='none'%3E%20%3Cpath%20d='M11906,2757h-16a8,8,0,0,1,16,0Z'%20stroke='none'/%3E%20%3Cpath%20d='M%2011905.15625%202756.19970703125%20C%2011904.7568359375%202752.60498046875%2011901.7001953125%202749.800048828125%2011898%202749.800048828125%20C%2011894.30078125%202749.800048828125%2011891.2431640625%202752.60498046875%2011890.84375%202756.19970703125%20L%2011905.15625%202756.19970703125%20M%2011906%202756.999755859375%20L%2011890%202756.999755859375%20C%2011890%202752.588134765625%2011893.58984375%202749%2011898%202749%20C%2011902.4140625%202749%2011906%202752.588134765625%2011906%202756.9990234375%20L%2011906%202756.999755859375%20Z'%20stroke='none'%20fill='%23de1a33'/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/g%3E%20%3Crect%20width='24'%20height='24'%20transform='translate(5675%205023)'%20fill='none'/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/svg%3E");
}

/* person-1 icon */
.hsvg-person-1 {
    background-image: url("data:image/svg+xml,%3Csvg%20class='person-1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%3E%20%3Crect%20y='0'%20fill='%23FFFFFF'%20width='24'%20height='24'%20/%3E%20%3Cg%3E%20%3Cpath%20d='M14.7,13.2c3.3-1.3,4.9-4.9,3.6-8.1s-5-4.8-8.2-3.5S5.2,6.5,6.5,9.7c0.7,1.6,2,2.9,3.7,3.6l-0.1,0%20M6.8,7.4%20c0-3,2.5-5.4,5.6-5.4S18,4.4,18,7.4s-2.5,5.4-5.6,5.4S6.8,10.4,6.8,7.4z'%20/%3E%20%3Cg%3E%20%3Cpath%20d='M22.9,23.2c-0.2,0-0.4-0.2-0.4-0.4c0-5.1-4.6-9.2-10.2-9.2S2.1,17.8,2.1,22.8c0,0.2-0.2,0.4-0.4,0.4S1.3,23,1.3,22.8%20c0-1.3,0.3-2.6,0.9-3.9c0.6-1.2,1.3-2.2,2.4-3.1c1-0.9,2.2-1.6,3.5-2.1c1.4-0.5,2.8-0.8,4.3-0.8s2.9,0.3,4.3,0.8%20c1.3,0.5,2.5,1.2,3.5,2.1c1,0.9,1.8,2,2.4,3.1c0.6,1.2,0.9,2.5,0.9,3.9C23.3,23,23.1,23.2,22.9,23.2L22.9,23.2z'%20/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/svg%3E");
}

/* person-2 icon */
.hsvg-person-2 {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%20%3Cg%20transform='translate(-1442%20-17)'%3E%20%3Crect%20width='24'%20height='24'%20transform='translate(1442%2017)'%20fill='none'/%3E%20%3Cg%3E%20%3Cg%20transform='translate(1450%2021)'%20fill='none'%20stroke='%231e1e1e'%20stroke-width='0.8'%3E%20%3Ccircle%20cx='4'%20cy='4'%20r='4'%20stroke='none'/%3E%20%3Ccircle%20cx='4'%20cy='4'%20r='3.6'%20fill='none'/%3E%20%3C/g%3E%20%3Cpath%20d='M11899.791,2756.2H11890a7.209,7.209,0,0,1,7.2-7.2,7.341,7.341,0,0,1,4.987,2.01'%20transform='translate(-10443%20-2720)'%20fill='none'%20stroke='%231e1e1e'%20stroke-width='0.8'/%3E%20%3Cpath%20d='M1457.384,33.938l2.55,1.775,3.8-3.881'%20fill='none'%20stroke='%23000'%20stroke-width='0.8'/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/svg%3E");
}

/* search icon */
.hsvg-search,
.hsvg-search-h {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20viewBox='0%200%2030%2030'%3E%20%3Cdefs%3E%20%3CclipPath%20id='clip-path'%3E%20%3Crect%20width='22.958'%20height='22.958'%20fill='%231e1e1e'/%3E%20%3C/clipPath%3E%20%3C/defs%3E%20%3Cg%20transform='translate(-663%20-3906)'%3E%20%3Cg%20transform='translate(116.099%203780)'%3E%20%3Cg%20transform='translate(550%20130)'%3E%20%3Cg%20transform='translate(0%200)'%20clip-path='url(%23clip-path)'%3E%20%3Cpath%20d='M572.6,151.61l-4.261-4.189a10.041,10.041,0,0,0-.537-13.893,10.548,10.548,0,0,0-14.752,0,10.061,10.061,0,0,0-.215,14.215l.215.215a10.636,10.636,0,0,0,13.678.9l4.3,4.225a1.151,1.151,0,0,0,.752.358,1.111,1.111,0,0,0,.788-.322,1.038,1.038,0,0,0,.036-1.5Zm-20.409-10.885a8.257,8.257,0,1,1,8.271,8.02,8.177,8.177,0,0,1-8.271-8.02Zm0,0'%20transform='translate(-550.001%20-130.505)'%20fill='%231e1e1e'/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/g%3E%20%3Crect%20width='30'%20height='30'%20transform='translate(663%203906)'%20fill='none'/%3E%20%3C/g%3E%20%3C/svg%3E");
}

.hsvg-search-h:hover,
a:hover .hsvg-search-h,
.hsvg-search-a {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20viewBox='0%200%2030%2030'%3E%20%3Cdefs%3E%20%3CclipPath%20id='clip-path'%3E%20%3Crect%20width='22.958'%20height='22.958'%20fill='%23de1a33'/%3E%20%3C/clipPath%3E%20%3C/defs%3E%20%3Cg%20transform='translate(-663%20-3906)'%3E%20%3Cg%20transform='translate(116.099%203780)'%3E%20%3Cg%20transform='translate(550%20130)'%3E%20%3Cg%20transform='translate(0%200)'%20clip-path='url(%23clip-path)'%3E%20%3Cpath%20d='M572.6,151.61l-4.261-4.189a10.041,10.041,0,0,0-.537-13.893,10.548,10.548,0,0,0-14.752,0,10.061,10.061,0,0,0-.215,14.215l.215.215a10.636,10.636,0,0,0,13.678.9l4.3,4.225a1.151,1.151,0,0,0,.752.358,1.111,1.111,0,0,0,.788-.322,1.038,1.038,0,0,0,.036-1.5Zm-20.409-10.885a8.257,8.257,0,1,1,8.271,8.02,8.177,8.177,0,0,1-8.271-8.02Zm0,0'%20transform='translate(-550.001%20-130.505)'%20fill='%23de1a33'/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/g%3E%20%3Crect%20width='30'%20height='30'%20transform='translate(663%203906)'%20fill='none'/%3E%20%3C/g%3E%20%3C/svg%3E");
}

/* edit icon */
.hsvg-edit,
.hsvg-edit-h {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2030%2029.535'%3E%20%3Cpath%20d='M214.166,407.561a5.409,5.409,0,0,0-1.581-.633,5.918,5.918,0,0,0-5.568,1.572L188.3,427.218a1.794,1.794,0,0,0-.517,1.106l-.678,7.41a.524.524,0,0,0,.537.571l7.818-.226a1.794,1.794,0,0,0,1.217-.525l18.7-18.7a5.922,5.922,0,0,0-1.206-9.294Zm-4.995,5.38-16.757,16.526a.615.615,0,0,1-.867,0l-.9-.9a.616.616,0,0,1,0-.87l16.642-16.641a.614.614,0,0,1,.87,0l1.017,1.017A.615.615,0,0,1,209.171,412.941Zm-15.766,21.2-4.165.121.359-3.927Zm.426-3.27,16.756-16.527a.616.616,0,0,1,.867,0l1.367,1.367a.616.616,0,0,1,0,.87L196.18,433.227a.616.616,0,0,1-.87,0l-1.482-1.482A.615.615,0,0,1,193.831,430.872Zm15.831-21.138a.435.435,0,0,1,.138-.712,3.909,3.909,0,0,1,4.162.887,3.913,3.913,0,0,1,.887,4.153.437.437,0,0,1-.715.144Z'%20transform='translate(-187.1%20-406.769)'/%3E%20%3C/svg%3E");
}

/* .hsvg-edit-h:hover,
a:hover .hsvg-edit-h,
.hsvg-edit-a {
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20800%20800'%3e%3cpath%20fill='%23DE1A33'%20d='M77.5,698.7L107.7,556l429.9-430.4c17.2-17.2,38.3-29.8,60.8-36.5c41-12.1,77.6-3.5,105.8,24.8%20c28.2,28.2,36.9,64.8,24.9,105.8c-6.6,22.6-19.2,43.7-36.4,60.9L262.4,711.5l-151.1,23c-1.5,0.2-3,0.3-4.5,0.3%20c-8.2,0-16.1-3.4-21.7-9.4C78.3,718.4,75.6,708.4,77.5,698.7%20M683.5,226.6c3-5.8,5.5-11.9,7.3-18c7.9-26.8,3-48.6-14.8-66.4%20c-17.8-17.8-39.5-22.6-66.3-14.8c-6,1.8-11.9,4.1-17.4,7L683.5,226.6z%20M164.4,555.6l36.9,37l0.7-0.8l394.4-396l0.3-0.3%20l-34.3-34.4l-1.9-1.9%20M658.6,258.3l-1.7-1.9l-32.2-32.5l-0.1,0.1L230.3,620l-1,1l33.4,33.7%20M128.9,648.4l37,37.4l62.1-9.5%20l-86.4-87.6L128.9,648.4'/%3e%3c/svg%3E");
} */

/* delete icon */
.hsvg-delete,
.hsvg-delete-h {
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20800%20800'%3e%3cpath%20fill='%231e1e1e'%20d='M79.3,178.2H146l31,546.4c0.6,11.4,10.1,20.2,21.4,20.2H605c11.4,0,20.8-8.9,21.4-20.3L657,178.2h66.7%20c11.9,0,21.5-9.6,21.5-21.5c0-11.9-9.6-21.5-21.5-21.5H555.5L545,79.1c0-11.9-9.6-21.5-21.5-21.5h-244%20c-11.9,0-21.5,9.6-21.5,21.5l-10.5,56.2H79.4c-11.9,0-21.5,9.6-21.5,21.5C57.9,168.6,67.5,178.2,79.3,178.2L79.3,178.2z%20M300.9,100.6H502l10.5,34.7h-222L300.9,100.6z%20M614,178.2l-29.3,523.7h-366L189,178.2H614z%20M295.1,661.6c0.4,0,0.8,0,1.2,0%20c11.9-0.7,20.9-10.8,20.2-22.7L294,240.9c-0.7-11.9-11.1-20.8-22.7-20.2c-11.9,0.7-20.9,10.8-20.2,22.7l22.6,398.1%20C274.4,652.8,283.8,661.6,295.1,661.6L295.1,661.6z%20M505.8,661.6c0.4,0,0.8,0,1.2,0c11.3,0,20.8-8.8,21.4-20.3l22.6-398.1%20c0.7-11.8-8.4-22-20.2-22.7c-11.7-0.5-22,8.4-22.7,20.2L485.6,639C485,650.8,494,661,505.8,661.6L505.8,661.6z%20M401.5,661.6%20c11.9,0,21.5-9.6,21.5-21.5V242.1c0-11.9-9.6-21.5-21.5-21.5s-21.5,9.6-21.5,21.5v398.1C380,652,389.6,661.6,401.5,661.6%20L401.5,661.6z%20M401.5,661.6'/%3e%3c/svg%3E");
}

.hsvg-delete-h:hover,
a:hover .hsvg-delete-h,
.hsvg-delete-a {
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20800%20800'%3e%3cpath%20fill='%23DE1A33'%20d='M79.3,178.2H146l31,546.4c0.6,11.4,10.1,20.2,21.4,20.2H605c11.4,0,20.8-8.9,21.4-20.3L657,178.2h66.7%20c11.9,0,21.5-9.6,21.5-21.5c0-11.9-9.6-21.5-21.5-21.5H555.5L545,79.1c0-11.9-9.6-21.5-21.5-21.5h-244%20c-11.9,0-21.5,9.6-21.5,21.5l-10.5,56.2H79.4c-11.9,0-21.5,9.6-21.5,21.5C57.9,168.6,67.5,178.2,79.3,178.2L79.3,178.2z%20M300.9,100.6H502l10.5,34.7h-222L300.9,100.6z%20M614,178.2l-29.3,523.7h-366L189,178.2H614z%20M295.1,661.6c0.4,0,0.8,0,1.2,0%20c11.9-0.7,20.9-10.8,20.2-22.7L294,240.9c-0.7-11.9-11.1-20.8-22.7-20.2c-11.9,0.7-20.9,10.8-20.2,22.7l22.6,398.1%20C274.4,652.8,283.8,661.6,295.1,661.6L295.1,661.6z%20M505.8,661.6c0.4,0,0.8,0,1.2,0c11.3,0,20.8-8.8,21.4-20.3l22.6-398.1%20c0.7-11.8-8.4-22-20.2-22.7c-11.7-0.5-22,8.4-22.7,20.2L485.6,639C485,650.8,494,661,505.8,661.6L505.8,661.6z%20M401.5,661.6%20c11.9,0,21.5-9.6,21.5-21.5V242.1c0-11.9-9.6-21.5-21.5-21.5s-21.5,9.6-21.5,21.5v398.1C380,652,389.6,661.6,401.5,661.6%20L401.5,661.6z%20M401.5,661.6'/%3e%3c/svg%3E");
}

/* add icon */
.hsvg-add,
.hsvg-add-h {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='auto'%20height='auto'%20viewBox='0%200%2018.002%2017.997'%3E%20%3Cpath%20d='M19717-5194v-5h-5a2,2,0,0,1-2-2,2,2,0,0,1,2-2h5v-5a2,2,0,0,1,2-2,2,2,0,0,1,2,2v5h5a2,2,0,0,1,2,2,2,2,0,0,1-2,2h-5v5a2,2,0,0,1-2,2A2,2,0,0,1,19717-5194Z'%20transform='translate(-19709.998%205209.998)'/%3E%20%3C/svg%3E%20");
}

.hsvg-add-h:hover,
a:hover .hsvg-add-h,
.hsvg-add-a {
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20800%20800'%3e%3cpath%20fill='%23DE1A33'%20d='M709.9,427.8H95.5c-14.1,0-25.6-11.5-25.6-25.6c0-14.1,11.5-25.6,25.6-25.6h614.4%20c14.1,0,25.6,11.5,25.6,25.6C735.5,416.3,724,427.8,709.9,427.8L709.9,427.8z%20M402.7,735c-14.1,0-25.6-11.5-25.6-25.6V95%20c0-14.1,11.5-25.6,25.6-25.6c14.1,0,25.6,11.5,25.6,25.6v614.4C428.3,723.5,416.8,735,402.7,735L402.7,735z%20M402.7,735'/%3e%3c/svg%3E");
}

/* add blue icon */
.hsvg-addb,
.hsvg-addb-h {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%3E%20%3Cdefs%3E%20%3CclipPath%20id='clip-path'%3E%20%3Cpath%20d='M571-1035a1,1,0,0,1,1,1v4h4a1,1,0,0,1,1,1,1,1,0,0,1-1,1h-4v4a1,1,0,0,1-1,1,1,1,0,0,1-1-1v-4h-4a1,1,0,0,1-1-1,1,1,0,0,1,1-1h4v-4A1,1,0,0,1,571-1035Z'%20transform='translate(-565%201035)'%20fill='%232788d9'/%3E%20%3C/clipPath%3E%20%3C/defs%3E%20%3Cg%20clip-path='url(%23clip-path)'%3E%20%3Cg%20transform='translate(0%20-0.263)'%20clip-path='url(%23clip-path-5)'%3E%20%3Cg%20transform='translate(6%206)'%20clip-path='url(%23clip-path-4)'%3E%20%3Cpath%20d='M554-1046h34v34H554Z'%20transform='translate(-565%201035)'%20fill='%232788d9'/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/g%3E%20%3C/svg%3E%20");
}


.hsvg-addb-h:hover,
a:hover .hsvg-addb-h,
.hsvg-addb-a {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2014%2014'%3E%20%3Cg%20transform='translate(-7199%20-4871)'%3E%20%3Cg%3E%20%3Crect%20width='14'%20height='14'%20transform='translate(7199%204871)'%20fill='none'/%3E%20%3Cg%20transform='translate(6243%204179.75)'%3E%20%3Crect%20width='14'%20height='1.5'%20rx='0.75'%20transform='translate(964%20691.25)%20rotate(90)'%20fill='%23de1a33'/%3E%20%3Crect%20width='14'%20height='1.5'%20rx='0.75'%20transform='translate(970%20698.75)%20rotate(180)'%20fill='%23de1a33'/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/g%3E%20%3C/svg%3E");
}

.hsvg-addb1,
.hsvg-addb1-h {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='auto'%20height='auto'%20viewBox='0%200%2018.002%2017.997'%20fill='%23000'%3E%20%3Cpath%20d='M19717-5194v-5h-5a2,2,0,0,1-2-2,2,2,0,0,1,2-2h5v-5a2,2,0,0,1,2-2,2,2,0,0,1,2,2v5h5a2,2,0,0,1,2,2,2,2,0,0,1-2,2h-5v5a2,2,0,0,1-2,2A2,2,0,0,1,19717-5194Z'%20transform='translate(-19709.998%205209.998)'/%3E%20%3C/svg%3E%20");
}

.hsvg-addb1-h:hover,
a:hover .hsvg-addb1-h,
.hsvg-addb1-a {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='auto'%20height='auto'%20viewBox='0%200%2018.002%2017.997'%20fill='%23de1a33'%3E%20%3Cpath%20d='M19717-5194v-5h-5a2,2,0,0,1-2-2,2,2,0,0,1,2-2h5v-5a2,2,0,0,1,2-2,2,2,0,0,1,2,2v5h5a2,2,0,0,1,2,2,2,2,0,0,1-2,2h-5v5a2,2,0,0,1-2,2A2,2,0,0,1,19717-5194Z'%20transform='translate(-19709.998%205209.998)'/%3E%20%3C/svg%3E%20");
}

.hsvg-addb2-h,
.hsvg-addb2 {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%3E%20%3Cdefs%3E%20%3CclipPath%20id='clip-path'%3E%20%3Cpath%20d='M571-1035a1,1,0,0,1,1,1v4h4a1,1,0,0,1,1,1,1,1,0,0,1-1,1h-4v4a1,1,0,0,1-1,1,1,1,0,0,1-1-1v-4h-4a1,1,0,0,1-1-1,1,1,0,0,1,1-1h4v-4A1,1,0,0,1,571-1035Z'%20transform='translate(-565%201035)'%20fill='%232788d9'/%3E%20%3C/clipPath%3E%20%3C/defs%3E%20%3Cg%20clip-path='url(%23clip-path)'%3E%20%3Cg%20transform='translate(0%20-0.263)'%20clip-path='url(%23clip-path-5)'%3E%20%3Cg%20transform='translate(6%206)'%20clip-path='url(%23clip-path-4)'%3E%20%3Cpath%20d='M554-1046h34v34H554Z'%20transform='translate(-565%201035)'%20fill='%232788d9'/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/g%3E%20%3C/svg%3E%20");
}

a:hover.hsvg-addb2-h:hover,
.hsvg-addb2-h:hover,
.hsvg-addb2-a {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2013.5%2014'%3E%20%3Cg%20transform='translate(-956%20-691.25)'%3E%20%3Crect%20width='14'%20height='1.5'%20rx='0.75'%20transform='translate(963.5%20691.25)%20rotate(90)'%20fill='%23de1a33'/%3E%20%3Crect%20width='13.5'%20height='1.5'%20rx='0.75'%20transform='translate(969.5%20698.75)%20rotate(180)'%20fill='%23de1a33'/%3E%20%3C/g%3E%20%3C/svg%3E");
}

.hsvg-addb3-h,
.hsvg-addb3 {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: rgba(255,255,255,0); %7D %3C/style%3E%3C/defs%3E%3Cg id='group_31371' data-name='group 31371' transform='translate(-16128 6727)'%3E%3Crect id='rect_117' data-name='rect 117' class='cls-1' width='48' height='48' transform='translate(16128 -6727)'/%3E%3Cpath id='combine_5' data-name='combine 5' d='M15730-8450v-5h-5a2,2,0,0,1-2-2,2,2,0,0,1,2-2h5v-5a2,2,0,0,1,2-2,2,2,0,0,1,2,2v5h5a2,2,0,0,1,2,2,2,2,0,0,1-2,2h-5v5a2,2,0,0,1-2,2A2,2,0,0,1,15730-8450Z' transform='translate(420 1754)'/%3E%3C/g%3E%3C/svg%3E%0A");
}

a:hover .hsvg-addb3-h:hover,
.hsvg-addb3-h:hover {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B opacity: 0.5; %7D .cls-2 %7B fill: rgba(255,255,255,0); %7D %3C/style%3E%3C/defs%3E%3Cg id='group_32004' data-name='group 32004' class='cls-1' transform='translate(-16128 6727)'%3E%3Crect id='rect_117' data-name='rect 117' class='cls-2' width='48' height='48' transform='translate(16128 -6727)'/%3E%3Cpath id='combine_5' data-name='combine 5' d='M15730-8450v-5h-5a2,2,0,0,1-2-2,2,2,0,0,1,2-2h5v-5a2,2,0,0,1,2-2,2,2,0,0,1,2,2v5h5a2,2,0,0,1,2,2,2,2,0,0,1-2,2h-5v5a2,2,0,0,1-2,2A2,2,0,0,1,15730-8450Z' transform='translate(420 1754)'/%3E%3C/g%3E%3C/svg%3E%0A");
}


/* 减号 - blue */
.hsvg-minus,
.hsvg-minus-h {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2014%2014'%3E%20%3Cg%20transform='translate(-7232%20-4870)'%3E%20%3Crect%20width='14'%20height='14'%20transform='translate(7232%204870)'%20fill='none'/%3E%20%3Cg%20transform='translate(6276.25%204178.5)'%3E%20%3Crect%20width='14'%20height='1.5'%20rx='0.75'%20transform='translate(955.75%20697.5)'%20fill='%232788d9'/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/svg%3E");
}

.hsvg-minus1,
.hsvg-minus1-h {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='auto'%20height='auto'%20viewBox='0%200%2018.002%204'%20fill='%23000'%3E%20%3Cpath%20d='M19712-5199a2,2,0,0,1-2-2,2,2,0,0,1,2-2h14a2,2,0,0,1,2,2,2,2,0,0,1-2,2Z'%20transform='translate(-19709.998%205203.002)'/%3E%20%3Ccircle%20style='fill:%2399CCCC;'%20cx='107.5'%20cy='107.5'%20r='106.5'/%3E%20%3C/svg%3E");
}

.hsvg-minus-h:hover,
a:hover .hsvg-minus-h,
.hsvg-minus-a {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2014%2014'%3E%20%3Cg%20transform='translate(-7232%20-4870)'%3E%20%3Crect%20width='14'%20height='14'%20transform='translate(7232%204870)'%20fill='none'/%3E%20%3Cg%20transform='translate(6276.25%204178.5)'%3E%20%3Crect%20width='14'%20height='1.5'%20rx='0.75'%20transform='translate(955.75%20697.5)'%20fill='%23de1a33'/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/svg%3E");
}

.hsvg-minus1-h:hover,
a:hover .hsvg-minus1-h,
.hsvg-minus1-a {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='auto'%20height='auto'%20viewBox='0%200%2018.002%204'%20fill='%23de1a33'%3E%20%3Cpath%20d='M19712-5199a2,2,0,0,1-2-2,2,2,0,0,1,2-2h14a2,2,0,0,1,2,2,2,2,0,0,1-2,2Z'%20transform='translate(-19709.998%205203.002)'/%3E%20%3Ccircle%20style='fill:%2399CCCC;'%20cx='107.5'%20cy='107.5'%20r='106.5'/%3E%20%3C/svg%3E%20");
}

.hsvg-minus3,
.hsvg-minus3-h {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: rgba(255,255,255,0); %7D %3C/style%3E%3C/defs%3E%3Cg id='group_31370' data-name='group 31370' transform='translate(-16128 6727)'%3E%3Crect id='rect_117' data-name='rect 117' class='cls-1' width='48' height='48' transform='translate(16128 -6727)'/%3E%3Cg id='group_531' data-name='group 531' transform='translate(14916.03 -10780)'%3E%3Crect id='rect_105' data-name='rect 105' width='18' height='4' rx='2' transform='translate(1226.97 4075)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

a:hover .hsvg-minus3-h:hover,
.hsvg-minus3-h:hover {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B opacity: 0.5; %7D .cls-2 %7B fill: rgba(255,255,255,0); %7D %3C/style%3E%3C/defs%3E%3Cg id='group_32005' data-name='group 32005' class='cls-1' transform='translate(-16128 6727)'%3E%3Crect id='rect_117' data-name='rect 117' class='cls-2' width='48' height='48' transform='translate(16128 -6727)'/%3E%3Cg id='group_531' data-name='group 531' transform='translate(14916.03 -10780)'%3E%3Crect id='rect_105' data-name='rect 105' width='18' height='4' rx='2' transform='translate(1226.97 4075)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}



/* left icon */
.hsvg-left,
.hsvg-left-h {
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20800%20800'%3e%3cpath%20fill='%231e1e1e'%20d='M530.8,75.8c3.7,0,7.4,1.2,10.4,3.7c6.9,5.7,7.9,15.9,2.2,22.8L298.9,399L548,699.5%20c5.7,6.9,4.8,17.1-2.1,22.8c-6.9,5.7-17.1,4.8-22.8-2.1L265.4,409.4c-5-6-5-14.7,0-20.7l253-307%20C521.5,77.9,526.1,75.9,530.8,75.8L530.8,75.8z%20M530.8,75.8'/%3e%3c/svg%3E");
}

.hsvg-left-h:hover,
a:hover .hsvg-left-h,
.hsvg-left-a {
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20800%20800'%3e%3cpath%20fill='%23DE1A33'%20d='M530.8,75.8c3.7,0,7.4,1.2,10.4,3.7c6.9,5.7,7.9,15.9,2.2,22.8L298.9,399L548,699.5%20c5.7,6.9,4.8,17.1-2.1,22.8c-6.9,5.7-17.1,4.8-22.8-2.1L265.4,409.4c-5-6-5-14.7,0-20.7l253-307%20C521.5,77.9,526.1,75.9,530.8,75.8L530.8,75.8z%20M530.8,75.8'/%3e%3c/svg%3E");
}

/* right icon */
.hsvg-right,
.hsvg-right-h {
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20800%20800'%3e%3cpath%20fill='%231e1e1e'%20d='M278.4,726.1c-3.7,0-7.3-1.2-10.4-3.7c-6.9-5.7-7.8-16-2.1-22.9l246.1-295.3L264.7,102.4%20c-5.7-6.9-4.7-17.1,2.3-22.8c6.9-5.7,17.1-4.7,22.8,2.3L545.6,394c4.9,6,4.9,14.7-0.1,20.7L290.8,720.3%20C287.6,724.1,283,726.1,278.4,726.1L278.4,726.1z%20M278.4,726.1'/%3e%3c/svg%3E");
}

.hsvg-right-h:hover,
a:hover .hsvg-right-h,
.hsvg-right-a {
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20800%20800'%3e%3cpath%20fill='%23DE1A33'%20d='M278.4,726.1c-3.7,0-7.3-1.2-10.4-3.7c-6.9-5.7-7.8-16-2.1-22.9l246.1-295.3L264.7,102.4%20c-5.7-6.9-4.7-17.1,2.3-22.8c6.9-5.7,17.1-4.7,22.8,2.3L545.6,394c4.9,6,4.9,14.7-0.1,20.7L290.8,720.3%20C287.6,724.1,283,726.1,278.4,726.1L278.4,726.1z%20M278.4,726.1'/%3e%3c/svg%3E");
}

/* close icon */
.hsvg-close-w {
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20800%20800'%3e%3cpath%20fill='%23FFFFFF'%20d='M758.5,77.5l-327,327.1l317.9,320.1c12.1,12.2,14.7,29.5,5.7,38.6c-9,9.1-26.2,6.5-38.3-5.7l-318-320.2%20L74.5,755.9c-12.3,12.3-29.7,14.8-38.8,5.7c-9.1-9.1-6.6-26.5,5.7-38.8l324.4-324.5L40.9,77.2c-12.1-12.2-14.7-29.5-5.7-38.6%20c9-9.1,26.2-6.6,38.3,5.7l325,327.2l326.8-327c12.3-12.3,29.7-14.8,38.8-5.7C773.3,47.9,770.8,65.3,758.5,77.5L758.5,77.5z%20M758.5,77.5'/%3e%3c/svg%3E");
}

.hsvg-close,
.hsvg-close-h {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%20%3Cg%20transform='translate(0.017%20-0.011)'%3E%20%3Cg%20transform='translate(-0.017%200.011)'%3E%20%3Cpath%20d='M23.619,1.451,13.014,12.06,23.327,22.444a.921.921,0,0,1,.184,1.253.907.907,0,0,1-1.244-.184L11.951,13.126,1.43,23.649a.919.919,0,0,1-1.259.184.922.922,0,0,1,.184-1.259L10.878,12.048.342,1.442A.921.921,0,0,1,.159.188.9.9,0,0,1,1.4.372L11.945,10.985,22.547.378A.919.919,0,0,1,23.806.194a.916.916,0,0,1-.187,1.256Zm0,0'%20transform='translate(0.017%20-0.011)'%20fill='%231e1e1e'/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/svg%3E");
}

.hsvg-close2,
.hsvg-close2-h {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='auto'%20height='auto'%20viewBox='0%200%2012.001%2011.999'%3E%20%3Cpath%20d='M13243.292,7727.707l-4.3-4.292-4.288,4.292a.983.983,0,0,1-.7.292,1,1,0,0,1-.708-1.706l4.285-4.292-4.285-4.294a.992.992,0,0,1-.293-.678v-.06a.992.992,0,0,1,.293-.678,1.006,1.006,0,0,1,1.416,0l4.284,4.295,4.3-4.295a1,1,0,0,1,1.412,1.416l-4.3,4.292,4.3,4.292a1,1,0,0,1,.3.681v.057a1,1,0,0,1-1.709.678Z'%20transform='translate(-13233%20-7716)'%20fill='%23000000'/%3E%20%3C/svg%3E%20");
}

.hsvg-close-h:hover,
a:hover .hsvg-close-h,
.hsvg-close-a {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='auto'%20height='auto'%20viewBox='0%200%2012.001%2011.999'%3E%20%3Cpath%20d='M13243.292,7727.707l-4.3-4.292-4.288,4.292a.983.983,0,0,1-.7.292,1,1,0,0,1-.708-1.706l4.285-4.292-4.285-4.294a.992.992,0,0,1-.293-.678v-.06a.992.992,0,0,1,.293-.678,1.006,1.006,0,0,1,1.416,0l4.284,4.295,4.3-4.295a1,1,0,0,1,1.412,1.416l-4.3,4.292,4.3,4.292a1,1,0,0,1,.3.681v.057a1,1,0,0,1-1.709.678Z'%20transform='translate(-13233%20-7716)'%20fill='%23de1a33'/%3E%20%3C/svg%3E%20");
}

.hsvg-close2-h:hover,
a:hover .hsvg-close2-h,
.hsvg-close2-a {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='auto'%20height='auto'%20viewBox='0%200%2012.001%2011.999'%3E%20%3Cpath%20d='M13243.292,7727.707l-4.3-4.292-4.288,4.292a.983.983,0,0,1-.7.292,1,1,0,0,1-.708-1.706l4.285-4.292-4.285-4.294a.992.992,0,0,1-.293-.678v-.06a.992.992,0,0,1,.293-.678,1.006,1.006,0,0,1,1.416,0l4.284,4.295,4.3-4.295a1,1,0,0,1,1.412,1.416l-4.3,4.292,4.3,4.292a1,1,0,0,1,.3.681v.057a1,1,0,0,1-1.709.678Z'%20transform='translate(-13233%20-7716)'%20fill='%23de1a33'/%3E%20%3C/svg%3E%20");
}

/*default icon*/
.hsvg-default-addr {
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20800%20800'%3e%3cpath%20fill='%23999'%20d='M754,209.8c0,0-111.9,37.3-242.5,186.6C390.2,531.6,362.2,587.6,315.6,662.2c-4.7-4.7-74.6-139.9-261.2-237.9l98-93.3%20c0,0,88.6,60.6,149.3,172.6c0,0,153.9-237.9,452.4-354.5V209.8z%20M754,209.8'/%3e%3c/svg%3E");
}

/* coupon icon */
.hsvg-coupon,
.hsvg-coupon-h {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2039.392%2029.04'%3E%20%3Cg%20transform='translate(-252.167%20-409.747)'%3E%20%3Cpath%20d='M289.252,412.8a.675.675,0,0,0-.674-.674H255.221a.675.675,0,0,0-.674.674v5.588a6.03,6.03,0,0,1,0,11.831v5.587a.675.675,0,0,0,.674.674h33.357a.675.675,0,0,0,.674-.674v-5.587a6.03,6.03,0,0,1,0-11.831Zm-11.965,10.27a1.113,1.113,0,0,1-1.113,1.113h-3.111v2.49h3.111a1.113,1.113,0,0,1,1.113,1.112v.1A1.113,1.113,0,0,1,276.173,429h-3.111v1.778a1.112,1.112,0,0,1-1.113,1.112h-.1a1.112,1.112,0,0,1-1.113-1.112V429h-3.111a1.113,1.113,0,0,1-1.113-1.112v-.1a1.113,1.113,0,0,1,1.113-1.112h3.111v-2.49h-3.111a1.113,1.113,0,0,1-1.113-1.113v-.1a1.113,1.113,0,0,1,1.113-1.113h1.96l-2.766-3.238a1.113,1.113,0,0,1,.124-1.569l.077-.065a1.112,1.112,0,0,1,1.568.123l3.137,3.672,3.136-3.672a1.113,1.113,0,0,1,1.569-.123l.077.065a1.113,1.113,0,0,1,.123,1.569l-2.765,3.238h2.31a1.113,1.113,0,0,1,1.113,1.113Z'%20transform='translate(-0.036%20-0.036)'%20fill='none'/%3E%20%3Cpath%20d='M290.515,420.582h0a1.044,1.044,0,0,0,1.044-1.044v-6.773a3.018,3.018,0,0,0-3.018-3.017H255.184a3.018,3.018,0,0,0-3.017,3.017v6.773a1.044,1.044,0,0,0,1.044,1.044h0a3.772,3.772,0,0,1,3.784,3.2,3.691,3.691,0,0,1-3.656,4.171h-.128A1.044,1.044,0,0,0,252.167,429v6.773a3.018,3.018,0,0,0,3.017,3.017h33.357a3.018,3.018,0,0,0,3.017-3.017V429a1.044,1.044,0,0,0-1.044-1.044h-.128a3.692,3.692,0,0,1-3.6-4.5A3.767,3.767,0,0,1,290.515,420.582Zm-6.158,3.685a6,6,0,0,0,4.858,5.916v5.587a.675.675,0,0,1-.674.674H255.184a.675.675,0,0,1-.674-.674v-5.587a6.03,6.03,0,0,0,0-11.831v-5.588a.675.675,0,0,1,.674-.674h33.357a.675.675,0,0,1,.674.674v5.588A6,6,0,0,0,284.357,424.267Z'/%3E%20%3Cpath%20d='M276.358,421.928h-2.31l2.765-3.238a1.113,1.113,0,0,0-.123-1.569l-.077-.065a1.113,1.113,0,0,0-1.569.123l-3.136,3.672-3.137-3.672a1.112,1.112,0,0,0-1.568-.123l-.077.065A1.113,1.113,0,0,0,267,418.69l2.766,3.238h-1.96a1.113,1.113,0,0,0-1.113,1.113v.1a1.113,1.113,0,0,0,1.113,1.113h3.111v2.49H267.81a1.113,1.113,0,0,0-1.113,1.112v.1a1.113,1.113,0,0,0,1.113,1.112h3.111v1.778a1.112,1.112,0,0,0,1.113,1.112h.1a1.112,1.112,0,0,0,1.113-1.112v-1.778h3.111a1.113,1.113,0,0,0,1.113-1.112v-.1a1.113,1.113,0,0,0-1.113-1.112h-3.111v-2.49h3.111a1.113,1.113,0,0,0,1.113-1.113v-.1A1.113,1.113,0,0,0,276.358,421.928Z'%20transform='translate(-0.221%20-0.107)'/%3E%20%3C/g%3E%20%3C/svg%3E");
}

/* .hsvg-coupon-h:hover,
a:hover .hsvg-coupon-h,
.hsvg-coupon-a {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2039.392%2029.04'%3E%20%3Cg%20transform='translate(-252.167%20-409.747)'%3E%20%3Cpath%20d='M289.252,412.8a.675.675,0,0,0-.674-.674H255.221a.675.675,0,0,0-.674.674v5.588a6.03,6.03,0,0,1,0,11.831v5.587a.675.675,0,0,0,.674.674h33.357a.675.675,0,0,0,.674-.674v-5.587a6.03,6.03,0,0,1,0-11.831Zm-11.965,10.27a1.113,1.113,0,0,1-1.113,1.113h-3.111v2.49h3.111a1.113,1.113,0,0,1,1.113,1.112v.1A1.113,1.113,0,0,1,276.173,429h-3.111v1.778a1.112,1.112,0,0,1-1.113,1.112h-.1a1.112,1.112,0,0,1-1.113-1.112V429h-3.111a1.113,1.113,0,0,1-1.113-1.112v-.1a1.113,1.113,0,0,1,1.113-1.112h3.111v-2.49h-3.111a1.113,1.113,0,0,1-1.113-1.113v-.1a1.113,1.113,0,0,1,1.113-1.113h1.96l-2.766-3.238a1.113,1.113,0,0,1,.124-1.569l.077-.065a1.112,1.112,0,0,1,1.568.123l3.137,3.672,3.136-3.672a1.113,1.113,0,0,1,1.569-.123l.077.065a1.113,1.113,0,0,1,.123,1.569l-2.765,3.238h2.31a1.113,1.113,0,0,1,1.113,1.113Z'%20transform='translate(-0.036%20-0.036)'%20fill='none'/%3E%20%3Cpath%20d='M290.515,420.582h0a1.044,1.044,0,0,0,1.044-1.044v-6.773a3.018,3.018,0,0,0-3.018-3.017H255.184a3.018,3.018,0,0,0-3.017,3.017v6.773a1.044,1.044,0,0,0,1.044,1.044h0a3.772,3.772,0,0,1,3.784,3.2,3.691,3.691,0,0,1-3.656,4.171h-.128A1.044,1.044,0,0,0,252.167,429v6.773a3.018,3.018,0,0,0,3.017,3.017h33.357a3.018,3.018,0,0,0,3.017-3.017V429a1.044,1.044,0,0,0-1.044-1.044h-.128a3.692,3.692,0,0,1-3.6-4.5A3.767,3.767,0,0,1,290.515,420.582Zm-6.158,3.685a6,6,0,0,0,4.858,5.916v5.587a.675.675,0,0,1-.674.674H255.184a.675.675,0,0,1-.674-.674v-5.587a6.03,6.03,0,0,0,0-11.831v-5.588a.675.675,0,0,1,.674-.674h33.357a.675.675,0,0,1,.674.674v5.588A6,6,0,0,0,284.357,424.267Z'/%3E%20%3Cpath%20d='M276.358,421.928h-2.31l2.765-3.238a1.113,1.113,0,0,0-.123-1.569l-.077-.065a1.113,1.113,0,0,0-1.569.123l-3.136,3.672-3.137-3.672a1.112,1.112,0,0,0-1.568-.123l-.077.065A1.113,1.113,0,0,0,267,418.69l2.766,3.238h-1.96a1.113,1.113,0,0,0-1.113,1.113v.1a1.113,1.113,0,0,0,1.113,1.113h3.111v2.49H267.81a1.113,1.113,0,0,0-1.113,1.112v.1a1.113,1.113,0,0,0,1.113,1.112h3.111v1.778a1.112,1.112,0,0,0,1.113,1.112h.1a1.112,1.112,0,0,0,1.113-1.112v-1.778h3.111a1.113,1.113,0,0,0,1.113-1.112v-.1a1.113,1.113,0,0,0-1.113-1.112h-3.111v-2.49h3.111a1.113,1.113,0,0,0,1.113-1.113v-.1A1.113,1.113,0,0,0,276.358,421.928Z'%20transform='translate(-0.221%20-0.107)'/%3E%20%3C/g%3E%20%3C/svg%3E");
} */

/* check mark icon */
.hsvg-cm,
.hsvg-cm-h {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2015.269%2011.586'%3E%20%3Cg%20transform='translate(-0.636%20-1.879)'%3E%20%3Cg%20transform='translate(0.636%201.807)'%3E%20%3Cpath%20d='M1.064-.007,12.981.127a1.113,1.113,0,0,1,1.1,1.1,1.054,1.054,0,0,1-1.071,1.071L1.088,2.159a1.113,1.113,0,0,1-1.1-1.1A1.054,1.054,0,0,1,1.064-.007Z'%20transform='translate(15.258%201.699)%20rotate(135)'%20fill='%231e1e1e'/%3E%20%3Crect%20width='7'%20height='2'%20rx='1'%20transform='translate(4.95%2011.466)%20rotate(-135)'%20fill='%231e1e1e'/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/svg%3E");
}
.hsvg-cm1,
.hsvg-cm1-h {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='auto'%20height='auto'%20viewBox='0%200%2010%207'%20fill='%23000'%3E%20%3Cdefs%3E%20%3CclipPath%20id='clip-path'%3E%20%3Cpath%20d='M7-6.914,4.707-9.207a1,1,0,0,0-1.414,0,1,1,0,0,0,0,1.414l3,3a1,1,0,0,0,1.414,0l5-5a1,1,0,0,0,0-1.414,1,1,0,0,0-1.414,0Z'%20transform='translate(-3%2011.5)'/%3E%20%3C/clipPath%3E%20%3C/defs%3E%20%3Cg%20clip-path='url(%23clip-path)'%3E%20%3Cg%20transform='translate(2%201)'%20clip-path='url(%23clip-path-5)'%3E%20%3Cg%20transform='translate(3%204)'%20clip-path='url(%23clip-path-4)'%3E%20%3Cpath%20d='M-5-21H21V5H-5Z'%20transform='translate(-3%2012)'/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/g%3E%20%3C/svg%3E");
}

.hsvg-cm-h:hover,
a:hover .hsvg-cm-h,
.hsvg-cm-a {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2015.269%2011.586'%3E%20%3Cg%20transform='translate(-0.636%20-1.879)'%3E%20%3Cg%20transform='translate(0.636%201.807)'%3E%20%3Cpath%20d='M1.064-.007,12.981.127a1.113,1.113,0,0,1,1.1,1.1,1.054,1.054,0,0,1-1.071,1.071L1.088,2.159a1.113,1.113,0,0,1-1.1-1.1A1.054,1.054,0,0,1,1.064-.007Z'%20transform='translate(15.258%201.699)%20rotate(135)'%20fill='%23de1a33'/%3E%20%3Crect%20width='7'%20height='2'%20rx='1'%20transform='translate(4.95%2011.466)%20rotate(-135)'%20fill='%23de1a33'/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/svg%3E");
}

.hsvg-cm1-h:hover,
a:hover .hsvg-cm1-h,
.hsvg-cm1-a {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='auto'%20height='auto'%20viewBox='0%200%2010%207'%20fill='%23de1a33'%3E%20%3Cdefs%3E%20%3CclipPath%20id='clip-path'%3E%20%3Cpath%20d='M7-6.914,4.707-9.207a1,1,0,0,0-1.414,0,1,1,0,0,0,0,1.414l3,3a1,1,0,0,0,1.414,0l5-5a1,1,0,0,0,0-1.414,1,1,0,0,0-1.414,0Z'%20transform='translate(-3%2011.5)'/%3E%20%3C/clipPath%3E%20%3C/defs%3E%20%3Cg%20clip-path='url(%23clip-path)'%3E%20%3Cg%20transform='translate(2%201)'%20clip-path='url(%23clip-path-5)'%3E%20%3Cg%20transform='translate(3%204)'%20clip-path='url(%23clip-path-4)'%3E%20%3Cpath%20d='M-5-21H21V5H-5Z'%20transform='translate(-3%2012)'/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/g%3E%20%3C/svg%3E");
}

/* alarm icon */
.hsvg-alarm,
.hsvg-alarm-h {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2030%2030'%3E%20%3Cg%20transform='translate(-1617.265%20-273.336)'%3E%20%3Cg%20transform='translate(1161.899%20-70.186)'%3E%20%3Cg%20transform='translate(455.366%20343.521)'%3E%20%3Cpath%20d='M456.7,349.571l4.617-5.178a3.491,3.491,0,0,0-4.911.293A3.448,3.448,0,0,0,456.7,349.571Z'%20transform='translate(-455.394%20-343.521)'/%3E%20%3Cpath%20d='M489.013,344.686a3.491,3.491,0,0,0-4.911-.293l4.618,5.178A3.449,3.449,0,0,0,489.013,344.686Z'%20transform='translate(-460.155%20-343.521)'/%3E%20%3Cpath%20d='M470.366,343.7a14.925,14.925,0,1,0,15,14.926A14.98,14.98,0,0,0,470.366,343.7Zm0,27.5a12.58,12.58,0,1,1,12.643-12.579A12.625,12.625,0,0,1,470.366,371.208Z'%20transform='translate(-455.366%20-343.552)'/%3E%20%3C/g%3E%20%3Cpath%20d='M473.234,353.31a1.191,1.191,0,0,0-1.193,1.187v6.164a.7.7,0,0,0,.706.7h9.843a1.187,1.187,0,1,0,0-2.373h-8.163V354.5A1.191,1.191,0,0,0,473.234,353.31Z'%20transform='translate(-2.779%20-1.672)'/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/svg%3E");
}

/* .hsvg-alarm-h:hover,
a:hover .hsvg-alarm-h,
.hsvg-alarm-a {
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20800%20800'%3e%3cpath%20fill='%23DE1A33'%20d='M408.1,748.4C230.3,748.4,88,606.1,88,428.3c0-177.8,142.3-320.1,320.1-320.1s320.1,142.3,320.1,320.1%20C728.2,606.1,586,748.4,408.1,748.4L408.1,748.4z%20M408.1,148.2C252.5,148.2,128,272.7,128,428.3c0,155.6,124.5,280.1,280.1,280.1%20s280.1-124.5,280.1-280.1C683.8,272.7,559.3,148.2,408.1,148.2L408.1,148.2z%20M408.1,148.2'/%3e%3cpath%20fill='%23DE1A33'%20d='M292.5,641.7h-4.4c-75.6-44.5-124.5-124.5-124.5-213.4c0-4.4,4.4-8.9,8.9-8.9c4.4,0,8.9,4.4,8.9,8.9%20c0,80,44.5,151.2,111.1,191.2c4.4,4.4,8.9,8.9,4.4,13.3C301.4,637.2,297,641.7,292.5,641.7L292.5,641.7z%20M385.9,668.3h-13.3%20c-4.4,0-8.9-4.4-8.9-13.3c0-4.4,4.4-8.9,13.3-8.9h13.3c4.4,0,8.9,4.4,8.9,13.3C394.8,668.3,390.3,668.3,385.9,668.3L385.9,668.3z%20M141.4,281.6c-4.4,0-8.9,0-13.3-4.4c-35.6-22.2-57.8-62.2-57.8-106.7c0-66.7,57.8-124.5,124.5-124.5%20c48.9,0,93.4,31.1,115.6,75.6c4.4,8.9,0,22.2-13.3,26.7c-8.9,4.4-22.2,0-26.7-13.3c-13.3-31.1-40-48.9-75.6-48.9%20c-44.5,0-80,35.6-80,80c0,26.7,13.3,53.4,35.6,66.7c8.9,4.4,13.3,17.8,4.4,31.1C154.7,281.6,150.3,281.6,141.4,281.6L141.4,281.6%20z%20M679.3,281.6c-8.9,0-13.3-4.4-17.8-8.9c-4.4-8.9-4.4-22.2,4.4-31.1c22.2-13.3,35.6-40,35.6-66.7c0-44.5-35.6-80-80-80%20c-31.1,0-62.2,17.8-75.6,48.9c-4.4,8.9-17.8,17.8-26.7,13.3c-8.9-4.4-17.8-17.8-13.3-26.7c17.8-44.5,62.2-75.6,115.6-75.6%20c66.7,0,124.5,57.8,124.5,124.5c0,44.5-22.2,80-57.8,106.7C688.2,281.6,683.8,281.6,679.3,281.6L679.3,281.6z%20M176.9,757.3%20c-4.4,0-8.9,0-13.3-4.4c-8.9-8.9-13.3-22.2-4.4-31.1l48.9-62.2c8.9-8.9,22.2-13.3,31.1-4.4c8.9,8.9,13.3,22.2,4.4,31.1%20l-48.9,62.2C190.3,752.8,185.8,757.3,176.9,757.3L176.9,757.3z%20M626,757.3c-4.4,0-13.3-4.4-17.8-8.9l-48.9-62.2%20c-8.9-8.9-4.4-22.2,4.4-31.1c8.9-8.9,22.2-4.4,31.1,4.4l48.9,62.2c8.9,8.9,4.4,22.2-4.4,31.1C634.9,757.3,630.4,757.3,626,757.3%20L626,757.3z%20M465.9,517.2c-4.4,0-13.3,0-13.3-4.4l-57.8-62.2c-4.4-4.4-4.4-8.9-4.4-13.3V268.2c0-13.3,8.9-22.2,22.2-22.2%20c13.3,0,22.2,8.9,22.2,22.2v160l53.4,57.8c8.9,8.9,8.9,22.2,0,31.1H465.9z%20M465.9,517.2'/%3e%3c/svg%3E");
} */

/* load icon */
.hsvg-load,
.hsvg-load-ani {
    /* xin */
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20viewBox='0%200%20717%20743.5'%3E%20%3Cdefs%3E%20%3CradialGradient%20id='radial-gradient'%20cx='0.55'%20cy='0.5'%20r='0.872'%20gradientTransform='matrix(1.034,%20-0.071,%200.074,%200.999,%20-0.056,%200.04)'%20gradientUnits='objectBoundingBox'%3E%20%3Cstop%20offset='0'%20stop-color='%23fff'%20stop-opacity='0'/%3E%20%3Cstop%20offset='1'%20stop-opacity='0.992'/%3E%20%3C/radialGradient%3E%20%3CclipPath%20id='clip-path'%3E%20%3Crect%20width='717'%20height='743.5'%20fill='url(%23radial-gradient)'/%3E%20%3C/clipPath%3E%20%3CradialGradient%20id='radial-gradient-2'%20cx='0.55'%20cy='0.5'%20r='0.873'%20gradientTransform='matrix(1.033,%20-0.071,%200.074,%200.997,%20-0.055,%200.04)'%20xlink:href='%23radial-gradient'/%3E%20%3C/defs%3E%20%3Cg%20transform='translate(-43%20-27.6)'%3E%20%3Cg%20transform='translate(43%2027.6)'%3E%20%3Cg%20transform='translate(0%200)'%20clip-path='url(%23clip-path)'%3E%20%3Cpath%20d='M420.8,221.1c-54.3,0-98.4-43.3-98.4-96.5s44.2-96.5,98.4-96.5c54.3,0,98.4,43.3,98.4,96.5s-44.2,96.5-98.4,96.5ZM211.2,297.7c-49.6,0-89.9-39.5-89.9-88.2,0-48.6,40.3-88.2,89.9-88.2,49.6.1,89.9,39.5,89.9,88.2,0,48.6-40.3,88.2-89.9,88.2Zm-89,199.4c-43.8,0-79.3-34.8-79.3-77.8,0-42.9,35.5-77.7,79.3-77.7s79.2,34.8,79.3,77.7c-.1,43-35.6,77.8-79.3,77.8Zm89,197.6c-37.1,0-67.2-29.5-67.2-65.9.1-36.4,30.1-65.9,67.2-65.9s67.2,29.5,67.2,65.9c0,36.3-30.1,65.9-67.2,65.9Zm209.6,75.5c-32.4,0-58.7-25.8-58.7-57.6S388.5,655,420.8,655c32.4,0,58.7,25.8,58.7,57.6s-26.3,57.6-58.7,57.6Zm212.7-97.3c-26.2,0-47.4-20.8-47.4-46.5s21.2-46.4,47.4-46.5c26.2,0,47.4,20.8,47.4,46.5s-21.2,46.5-47.4,46.5Zm87.1-215c-21.5,0-38.9-17.1-38.9-38.1,0-21.1,17.4-38.1,38.9-38.1s38.9,17.1,38.9,38.1-17.4,38-38.9,38.1ZM603.3,212.4c0,16.3,13.5,29.6,30.2,29.6s30.2-13.2,30.2-29.6c0-16.3-13.5-29.6-30.2-29.6s-30.2,13.3-30.2,29.6Zm0,0'%20transform='translate(-43%20-27.6)'%20fill='url(%23radial-gradient-2)'/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/g%3E%20%3C/svg%3E");
    ;
}

.hsvg-load-ani {
    -webkit-animation: spinner-border 1.5s linear infinite;
    animation: spinner-border 1.5s linear infinite;
}

.hsvg-pay-load,
.hsvg-pay-load-ani {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2045%2045'%3E%20%3Cpath%20d='M38.7,15.414a2.411,2.411,0,0,1,4.437-1.888A22.5,22.5,0,1,1,22.5,0a2.411,2.411,0,0,1,0,4.821A17.668,17.668,0,1,0,38.7,15.414Z'%20fill='%23bebebe'/%3E%20%3C/svg%3E");
}

.hsvg-pay-load-ani{
    -webkit-animation: spinner-border 1.5s linear infinite;
    animation: spinner-border 1.5s linear infinite;
}

.hsvg-pay-load-ani-blank {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2045%2045'%3E%20%3Cpath%20d='M38.7,15.414a2.411,2.411,0,0,1,4.437-1.888A22.5,22.5,0,1,1,22.5,0a2.411,2.411,0,0,1,0,4.821A17.668,17.668,0,1,0,38.7,15.414Z'%20fill='%231e1e1e'/%3E%20%3C/svg%3E");
}

.hsvg-pay-load-ani-w {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2045%2045'%3E%20%3Cpath%20d='M38.7,15.414a2.411,2.411,0,0,1,4.437-1.888A22.5,22.5,0,1,1,22.5,0a2.411,2.411,0,0,1,0,4.821A17.668,17.668,0,1,0,38.7,15.414Z'%20fill='%23ffffff'/%3E%20%3C/svg%3E");
}

/* face icon */
.hsvg-face {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2050%2044'%3E%20%3Cg%20transform='translate(-927%20-574)'%3E%20%3Cpath%20d='M152.929,219.032a30.971,30.971,0,0,1-24.2-11.373,3.207,3.207,0,0,1,.587-4.614,3.491,3.491,0,0,1,4.792.565,24.449,24.449,0,0,0,37.777-.152,3.5,3.5,0,0,1,4.785-.608,3.214,3.214,0,0,1,.631,4.613A30.957,30.957,0,0,1,152.929,219.032Zm-15.356-26.551a5.024,5.024,0,0,1-5.117-4.935v-6.581a5.12,5.12,0,0,1,10.233,0v6.583a5.028,5.028,0,0,1-5.117,4.933Zm30.715,0a5.029,5.029,0,0,1-5.117-4.935v-6.581a5.12,5.12,0,0,1,10.233,0v6.583a5.024,5.024,0,0,1-5.117,4.933Z'%20transform='translate(798.998%20397.968)'%20fill='%231e1e1e'/%3E%20%3Crect%20width='44'%20height='44'%20transform='translate(930%20574)'%20fill='none'/%3E%20%3C/g%3E%20%3C/svg%3E");
}

/* img icon */
.hsvg-img {
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20800%20800'%3e%3cpath%20fill='%23CCC'%20d='M403.7,318.7c-59.4,0-107.7,48.3-107.7,107.7c0,59.4,48.3,107.7,107.7,107.7c59.4,0,107.7-48.4,107.7-107.7%20C511.4,367,463.1,318.7,403.7,318.7L403.7,318.7z%20M403.7,318.7'/%3e%3cpath%20fill='%23CCC'%20d='M651.5,189.5H543.7L479.1,124H328.3l-64.6,65.5H155.9c-35.7,0-59.9,18.1-59.9,53.8v366.3%20c0,35.7,24.2,76,59.9,76h495.6c35.7,0,70-40.3,70-76V243.3C721.4,207.6,687.2,189.5,651.5,189.5L651.5,189.5z%20M403.7,598.9%20c-95,0-172.4-77.4-172.4-172.4c0-95.1,77.3-172.4,172.4-172.4c95.1,0,172.4,77.3,172.4,172.4%20C576.1,521.5,498.7,598.9,403.7,598.9L403.7,598.9z%20M403.7,598.9'/%3e%3c/svg%3E");
}

/* facebook icon */
.hsvg-facebook,
.hsvg-facebook-h {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2036%2036'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23adadad;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Efacebook%3C/title%3E%3Cpath%20class='cls-1'%20d='M24,6.44v3.88H21.69a2.12,2.12,0,0,0-1.7.53,2.44,2.44,0,0,0-.44,1.58v2.78h4.3l-.57,4.35H19.55V30.7h-4.5V19.56H11.31V15.21h3.74V12a5.66,5.66,0,0,1,1.53-4.24,5.53,5.53,0,0,1,4.07-1.51A23.78,23.78,0,0,1,24,6.44Zm0,0'/%3E%3C/svg%3E");
}

.hsvg-facebook-h:hover,
a:hover .hsvg-facebook-h,
.hsvg-facebook-a {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2036%2036'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%233B579E;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Efacebook%3C/title%3E%3Cpath%20class='cls-1'%20d='M24,6.44v3.88H21.69a2.12,2.12,0,0,0-1.7.53,2.44,2.44,0,0,0-.44,1.58v2.78h4.3l-.57,4.35H19.55V30.7h-4.5V19.56H11.31V15.21h3.74V12a5.66,5.66,0,0,1,1.53-4.24,5.53,5.53,0,0,1,4.07-1.51A23.78,23.78,0,0,1,24,6.44Zm0,0'/%3E%3C/svg%3E");
}

/* google icon */
.hsvg-google-h,
.hsvg-google {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2036%2036'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23adadad;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EGoogle%3C/title%3E%3Cpath%20class='cls-1'%20d='M18.24,16.28H29.57a11,11,0,0,1,.19,2,12.78,12.78,0,0,1-1.42,6.06,10.29,10.29,0,0,1-4.06,4.16,12,12,0,0,1-6,1.5,11.82,11.82,0,0,1-4.67-.95A12.11,12.11,0,0,1,9.74,26.5a12,12,0,0,1-2.55-3.83,12,12,0,0,1,0-9.34A12,12,0,0,1,9.74,9.5,12.11,12.11,0,0,1,13.57,7a11.82,11.82,0,0,1,4.67-1,11.39,11.39,0,0,1,8.05,3.14L23,12.28a6.59,6.59,0,0,0-4.78-1.86,7.13,7.13,0,0,0-3.72,1A7.43,7.43,0,0,0,11.8,14.2a7.72,7.72,0,0,0,0,7.6,7.43,7.43,0,0,0,2.72,2.76,7.13,7.13,0,0,0,3.72,1,8,8,0,0,0,2.5-.38,6.47,6.47,0,0,0,1.88-.93A7.1,7.1,0,0,0,23.9,23a6,6,0,0,0,.8-1.35,5.29,5.29,0,0,0,.35-1.22H18.24Zm0,0'/%3E%3C/svg%3E");
}

.hsvg-google-h:hover,
a:hover .hsvg-google-h,
.hsvg-google-a {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2036%2036'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%234B79FC;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EGoogle%3C/title%3E%3Cpath%20class='cls-1'%20d='M18.24,16.28H29.57a11,11,0,0,1,.19,2,12.78,12.78,0,0,1-1.42,6.06,10.29,10.29,0,0,1-4.06,4.16,12,12,0,0,1-6,1.5,11.82,11.82,0,0,1-4.67-.95A12.11,12.11,0,0,1,9.74,26.5a12,12,0,0,1-2.55-3.83,12,12,0,0,1,0-9.34A12,12,0,0,1,9.74,9.5,12.11,12.11,0,0,1,13.57,7a11.82,11.82,0,0,1,4.67-1,11.39,11.39,0,0,1,8.05,3.14L23,12.28a6.59,6.59,0,0,0-4.78-1.86,7.13,7.13,0,0,0-3.72,1A7.43,7.43,0,0,0,11.8,14.2a7.72,7.72,0,0,0,0,7.6,7.43,7.43,0,0,0,2.72,2.76,7.13,7.13,0,0,0,3.72,1,8,8,0,0,0,2.5-.38,6.47,6.47,0,0,0,1.88-.93A7.1,7.1,0,0,0,23.9,23a6,6,0,0,0,.8-1.35,5.29,5.29,0,0,0,.35-1.22H18.24Zm0,0'/%3E%3C/svg%3E");
}

/* support icon */
.hsvg-support {
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20800%20800'%3e%3cpath%20fill='%231e1e1e'%20d='M413.4,415c-15.3,0-27.7-12.4-27.7-27.7v-37c0-15.3,12.4-27.7,27.7-27.7c15.3,0,27.7,12.4,27.7,27.7v37%20C441.2,402.6,428.7,415,413.4,415L413.4,415z%20M523.7,415c-15.3,0-27.7-12.4-27.7-27.7v-37c0-15.3,12.4-27.7,27.7-27.7%20c15.3,0,27.7,12.4,27.7,27.7v37C551.5,402.6,539,415,523.7,415L523.7,415z%20M404.2,149c-46.9,0-92.1,12.5-132,36.2%20C250,160.8,217.7,147,180.9,147c-6.7,0-12.9,3.7-16.2,9.6c-3.3,5.9-3,13.1,0.5,18.8c0.2,0.3,19.4,31.4,24.2,79%20c1,9.5,9,16.6,18.4,16.6c0.6,0,1.2,0,1.9-0.1c10.1-1,17.6-10.1,16.5-20.3c-2.5-24.8-8.3-45.8-14.1-61.7%20c14.1,4.7,29.4,13.8,40.5,30.8c0.1,0.1,0.1,0.1,0.2,0.2c0.1,0.1,0.1,0.1,0.1,0.2c0.7,1,1.6,1.5,2.4,2.3c0.9,0.9,1.6,1.9,2.7,2.6%20c1.1,0.7,2.3,1,3.4,1.4c1.1,0.4,2,1,3.1,1.2c1.2,0.2,2.4,0.1,3.6,0.1c1.2,0,2.3,0.2,3.5,0c1.1-0.2,2.2-0.8,3.3-1.3%20c1.1-0.4,2.3-0.6,3.3-1.3c0.1-0.1,0.1-0.1,0.2-0.2c0.1,0,0.2-0.1,0.2-0.1c37-25.5,80.4-39,125.6-39c122.2,0,221.6,99.4,221.6,221.6%20s-99.4,221.6-221.6,221.6c-122.2,0-221.6-99.4-221.6-221.6c0-31.3,6.4-61.5,19-89.9c4.1-9.3-0.1-20.2-9.4-24.4%20c-9.3-4.1-20.2,0.1-24.4,9.4c-14.7,33.1-22.2,68.4-22.2,104.9c0,142.6,116,258.6,258.6,258.6s258.6-116,258.6-258.6%20C662.8,265,546.8,149,404.2,149L404.2,149z%20M404.2,149'/%3e%3c/svg%3E");
}

/* message icon */
.hsvg-message,
.hsvg-message-h {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20viewBox='0%200%2026.42%2026'%3E%20%3Cdefs%3E%20%3CclipPath%20id='clip-path'%3E%20%3Crect%20width='26'%20height='25.999'%20fill='%23bebebe'/%3E%20%3C/clipPath%3E%20%3C/defs%3E%20%3Cg%20transform='translate(-479%20-4104)'%3E%20%3Crec%20width='26'%20height='26'%20transform='translate(479%204104)'%20fill='none'/%3E%20%3Cg%20transform='translate(479.42%204215)'%3E%20%3Cg%20transform='translate(0%20-111)'%20clip-path='url(%23clip-path)'%3E%20%3Cpath%20d='M42.867,57.763A12.968,12.968,0,1,0,29.88,44.8,12.992,12.992,0,0,0,42.867,57.763Zm0-24.075A11.107,11.107,0,1,1,31.743,44.8,11.128,11.128,0,0,1,42.867,33.688Zm1.4,5.06a1.4,1.4,0,1,0-.409.987,1.411,1.411,0,0,0,.409-.987Zm-1.4,13.491a.931.931,0,0,0,.932-.93V42.934a.932.932,0,0,0-1.864,0v8.374a.931.931,0,0,0,.932.93Zm0,0'%20transform='translate(-29.884%20-31.793)'%20fill='%23bebebe'/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/g%3E%20%3C/svg%3E");
}

.hsvg-message-red,
.hsvg-message-h:hover,
a:hover .hsvg-message-h,
.hsvg-message-a {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20viewBox='0%200%2026.42%2026'%3E%20%3Cdefs%3E%20%3CclipPath%20id='clip-path'%3E%20%3Crect%20width='26'%20height='25.999'%20fill='%23de1a33'/%3E%20%3C/clipPath%3E%20%3C/defs%3E%20%3Cg%20transform='translate(-479%20-4104)'%3E%20%3Crec%20width='26'%20height='26'%20transform='translate(479%204104)'%20fill='none'/%3E%20%3Cg%20transform='translate(479.42%204215)'%3E%20%3Cg%20transform='translate(0%20-111)'%20clip-path='url(%23clip-path)'%3E%20%3Cpath%20d='M42.867,57.763A12.968,12.968,0,1,0,29.88,44.8,12.992,12.992,0,0,0,42.867,57.763Zm0-24.075A11.107,11.107,0,1,1,31.743,44.8,11.128,11.128,0,0,1,42.867,33.688Zm1.4,5.06a1.4,1.4,0,1,0-.409.987,1.411,1.411,0,0,0,.409-.987Zm-1.4,13.491a.931.931,0,0,0,.932-.93V42.934a.932.932,0,0,0-1.864,0v8.374a.931.931,0,0,0,.932.93Zm0,0'%20transform='translate(-29.884%20-31.793)'%20fill='%23de1a33'/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/g%3E%20%3C/svg%3E");
}

/* twitter icon */
.hsvg-twitter,
.hsvg-twitter-h {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2036%2036'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23adadad;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Etwitter%3C/title%3E%3Cpath%20class='cls-1'%20d='M28.52,13.5c0-.23,0-.46,0-.68A10.19,10.19,0,0,0,31,10.13a9.91,9.91,0,0,1-2.88.79A5.17,5.17,0,0,0,30.33,8a9.61,9.61,0,0,1-3.18,1.23A5,5,0,0,0,23.5,7.54a5.06,5.06,0,0,0-5,5.22A5.34,5.34,0,0,0,18.62,14,14.1,14.1,0,0,1,8.3,8.27a5.6,5.6,0,0,0,1.55,7.15,4.94,4.94,0,0,1-2.27-.69v.06a5.32,5.32,0,0,0,4,5.27,4.78,4.78,0,0,1-1.32.18,4.83,4.83,0,0,1-.94-.1A5.09,5.09,0,0,0,14,23.86,9.56,9.56,0,0,1,6.6,26.05a13.53,13.53,0,0,0,7.68,2.41c9.2,0,14.24-8,14.24-15Zm0,0'/%3E%3C/svg%3E");
}

.hsvg-twitter-a,
.hsvg-twitter-h:hover,
a:hover .hsvg-twitter-h {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2036%2036'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%231DA1F3;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Etwitter%3C/title%3E%3Cpath%20class='cls-1'%20d='M28.52,13.5c0-.23,0-.46,0-.68A10.19,10.19,0,0,0,31,10.13a9.91,9.91,0,0,1-2.88.79A5.17,5.17,0,0,0,30.33,8a9.61,9.61,0,0,1-3.18,1.23A5,5,0,0,0,23.5,7.54a5.06,5.06,0,0,0-5,5.22A5.34,5.34,0,0,0,18.62,14,14.1,14.1,0,0,1,8.3,8.27a5.6,5.6,0,0,0,1.55,7.15,4.94,4.94,0,0,1-2.27-.69v.06a5.32,5.32,0,0,0,4,5.27,4.78,4.78,0,0,1-1.32.18,4.83,4.83,0,0,1-.94-.1A5.09,5.09,0,0,0,14,23.86,9.56,9.56,0,0,1,6.6,26.05a13.53,13.53,0,0,0,7.68,2.41c9.2,0,14.24-8,14.24-15Zm0,0'/%3E%3C/svg%3E");
}

/*  logout icon */
.hsvg-logout,
.hsvg-logout-h {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20viewBox='0%200%2036%2036'%3E%20%3Cdefs%3E%20%3CclipPath%20id='clip-path'%3E%20%3Crect%20width='28.425'%20height='30'%20fill='%23bebebe'/%3E%20%3C/clipPath%3E%20%3C/defs%3E%20%3Cg%20transform='translate(-30%20-1731)'%3E%20%3Crect%20width='36'%20height='36'%20transform='translate(30%201731)'%20fill='none'/%3E%20%3Cg%20transform='translate(343%202069)'%3E%20%3Cg%20transform='translate(-309%20-335)'%3E%20%3Cg%20transform='translate(0%200)'%20clip-path='url(%23clip-path)'%3E%20%3Cpath%20d='M-293.77-332.307v-2.133h-15.35V-304.5h15.35v-2.133h-13.181v-25.67Zm0,0'%20transform='translate(309.115%20334.463)'%20fill='%23bebebe'/%3E%20%3C/g%3E%20%3C/g%3E%20%3Cpath%20d='M-37.4-142.166-43.43-148.2l-1.552,1.552,4.731,4.727H-53.6v2.186h13.219l-4.676,4.7,1.555,1.548,7.375-7.413Zm0,0'%20transform='translate(-244.464%20-179.167)'%20fill='%23bebebe'/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/svg%3E");
}

.hsvg-logout-a,
.hsvg-logout-h:hover,
a:hover .hsvg-logout-h {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20viewBox='0%200%2036%2036'%3E%20%3Cdefs%3E%20%3CclipPath%20id='clip-path'%3E%20%3Crect%20width='28.425'%20height='30'%20fill='%23de1a33'/%3E%20%3C/clipPath%3E%20%3C/defs%3E%20%3Cg%20transform='translate(-30%20-1731)'%3E%20%3Crect%20width='36'%20height='36'%20transform='translate(30%201731)'%20fill='none'/%3E%20%3Cg%20transform='translate(343%202069)'%3E%20%3Cg%20transform='translate(-309%20-335)'%3E%20%3Cg%20transform='translate(0%200)'%20clip-path='url(%23clip-path)'%3E%20%3Cpath%20d='M-293.77-332.307v-2.133h-15.35V-304.5h15.35v-2.133h-13.181v-25.67Zm0,0'%20transform='translate(309.115%20334.463)'%20fill='%23de1a33'/%3E%20%3C/g%3E%20%3C/g%3E%20%3Cpath%20d='M-37.4-142.166-43.43-148.2l-1.552,1.552,4.731,4.727H-53.6v2.186h13.219l-4.676,4.7,1.555,1.548,7.375-7.413Zm0,0'%20transform='translate(-244.464%20-179.167)'%20fill='%23de1a33'/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/svg%3E");
}

/* 默认地址 打勾 */
.hsvg-hook,
.hsvg-hook-h {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2011.688%209.24'%3E%20%3Cpath%20d='M116.547,382.286a.719.719,0,0,1-.5-.2l-3.828-3.667a.719.719,0,1,1,.995-1.039l3.269,3.13,5.929-7.2a.719.719,0,0,1,1.11.914l-6.422,7.8a.719.719,0,0,1-.513.261h-.043Zm0,0'%20transform='translate(-112%20-373.044)'%20fill='%23999'/%3E%20%3C/svg%3E");
}

.hsvg-hook1,
.hsvg-hook1-h {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='auto'%20height='auto'%20viewBox='0%200%2010%207'%20fill='%23999'%3E%20%3Cdefs%3E%20%3CclipPath%20id='clip-path'%3E%20%3Cpath%20d='M7-6.914,4.707-9.207a1,1,0,0,0-1.414,0,1,1,0,0,0,0,1.414l3,3a1,1,0,0,0,1.414,0l5-5a1,1,0,0,0,0-1.414,1,1,0,0,0-1.414,0Z'%20transform='translate(-3%2011.5)'/%3E%20%3C/clipPath%3E%20%3C/defs%3E%20%3Cg%20clip-path='url(%23clip-path)'%3E%20%3Cg%20transform='translate(2%201)'%20clip-path='url(%23clip-path-5)'%3E%20%3Cg%20transform='translate(3%204)'%20clip-path='url(%23clip-path-4)'%3E%20%3Cpath%20d='M-5-21H21V5H-5Z'%20transform='translate(-3%2012)'/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/g%3E%20%3C/svg%3E");
}

.hsvg-hook-ok,
.hsvg-hook-h:hover,
a:hover .hsvg-hook-h,
.hsvg-hook-a {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2011.688%209.24'%3E%20%3Cpath%20d='M116.547,382.286a.719.719,0,0,1-.5-.2l-3.828-3.667a.719.719,0,1,1,.995-1.039l3.269,3.13,5.929-7.2a.719.719,0,0,1,1.11.914l-6.422,7.8a.719.719,0,0,1-.513.261h-.043Zm0,0'%20transform='translate(-112%20-373.044)'%20fill='%231e1e1e'/%3E%20%3C/svg%3E");
}

.hsvg-hook1-ok,
.hsvg-hook1-h:hover,
a:hover .hsvg-hook1-h,
.hsvg-hook1-a {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='auto'%20height='auto'%20viewBox='0%200%2010%207'%20fill='%23000'%3E%20%3Cdefs%3E%20%3CclipPath%20id='clip-path'%3E%20%3Cpath%20d='M7-6.914,4.707-9.207a1,1,0,0,0-1.414,0,1,1,0,0,0,0,1.414l3,3a1,1,0,0,0,1.414,0l5-5a1,1,0,0,0,0-1.414,1,1,0,0,0-1.414,0Z'%20transform='translate(-3%2011.5)'/%3E%20%3C/clipPath%3E%20%3C/defs%3E%20%3Cg%20clip-path='url(%23clip-path)'%3E%20%3Cg%20transform='translate(2%201)'%20clip-path='url(%23clip-path-5)'%3E%20%3Cg%20transform='translate(3%204)'%20clip-path='url(%23clip-path-4)'%3E%20%3Cpath%20d='M-5-21H21V5H-5Z'%20transform='translate(-3%2012)'/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/g%3E%20%3C/svg%3E%20");
}

/* X */
.hsvg-xblack,
.hsvg-xblack-h {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2052.305%2052.304'%3E%20%3Cg%20transform='translate(-576%20-156)'%3E%20%3Cpath%20d='M602.152,156A26.152,26.152,0,1,0,628.3,182.152,26.162,26.162,0,0,0,602.152,156Zm0,48.818a22.665,22.665,0,1,1,22.665-22.665,22.665,22.665,0,0,1-22.665,22.665Zm2.406-22.84,9.171-9.066a1.726,1.726,0,0,0,0-2.476,1.767,1.767,0,0,0-2.51,0l-9.171,9-9-9.031a1.751,1.751,0,0,0-2.476,2.476l8.962,9.031-9.52,9.415a1.727,1.727,0,0,0,0,2.476,1.768,1.768,0,0,0,2.511,0l9.484-9.38,9.345,9.38a1.751,1.751,0,1,0,2.476-2.476Zm0,0'/%3E%20%3C/g%3E%20%3C/svg%3E");
}

.hsvg-xblack1,
.hsvg-xblack1-h { 
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='48.857' height='48.857' viewBox='0 0 48.857 48.857'%3E%3Cdefs%3E%3Cstyle%3E .cls-1, .cls-2, .cls-3 %7B fill: none; %7D .cls-2 %7B clip-rule: evenodd; %7D .cls-3 %7B stroke: rgba(0,0,0,0.2); stroke-width: 0.857px; %7D .cls-4 %7B clip-path: url(%23clip-path); %7D .cls-5 %7B clip-path: url(%23clip-path-2); %7D .cls-6 %7B isolation: isolate; %7D .cls-7 %7B clip-path: url(%23clip-path-3); %7D .cls-8 %7B clip-path: url(%23clip-path-4); %7D .cls-9 %7B clip-path: url(%23clip-path-5); %7D %3C/style%3E%3CclipPath id='clip-path'%3E%3Cpath id='path_4779' data-name='path 4779' class='cls-1' d='M31.4-32.312a.643.643,0,0,1,.909,0,.643.643,0,0,1,0,.909h0l-6.4,6.4,6.4,6.4a.643.643,0,0,1,.068.829l-.068.08a.643.643,0,0,1-.909,0h0l-6.4-6.4-6.4,6.4a.643.643,0,0,1-.829.068l-.08-.068a.643.643,0,0,1,0-.909h0l6.4-6.4-6.4-6.4a.643.643,0,0,1-.068-.829l.068-.08a.643.643,0,0,1,.909,0h0l6.4,6.4Z'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-2'%3E%3Cpath id='path_4778' data-name='path 4778' class='cls-1' d='M14.714-14.714H35.286V-35.286H14.714Z'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-3'%3E%3Crect id='rect_5694' data-name='rect 5694' class='cls-1' width='26' height='26' transform='translate(12 -38)'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-4'%3E%3Cpath id='path_4774' data-name='path 4774' class='cls-1' d='M17-17H33V-33H17Z'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-5'%3E%3Cpath id='path_4777' data-name='path 4777' class='cls-2' d='M14.714-35.286H35.286v20.571H14.714Z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='group_10064' data-name='group 10064' transform='translate(-4413.571 -471.571)'%3E%3Cg id='group_9982' data-name='group 9982' transform='translate(4414 472)'%3E%3Cpath id='path_4771' data-name='path 4771' class='cls-3' d='M24,48A24,24,0,1,0,0,24,24,24,0,0,0,24,48Z'/%3E%3C/g%3E%3Cg id='group_9990' data-name='group 9990' class='cls-4' transform='translate(4413 521)'%3E%3Cg id='group_9989' data-name='group 9989' class='cls-5'%3E%3Cg id='group_9988' data-name='group 9988' class='cls-6'%3E%3Cg id='group_9987' data-name='group 9987' class='cls-7'%3E%3Cg id='group_9984' data-name='group 9984' class='cls-8'%3E%3Cpath id='path_4773' data-name='path 4773' d='M12.5-37.5h25v25h-25Z'/%3E%3C/g%3E%3Cg id='group_9986' data-name='group 9986' class='cls-9'%3E%3Cg id='group_9985' data-name='group 9985' class='cls-8'%3E%3Cpath id='path_4775' data-name='path 4775' d='M9.714-40.286H40.286V-9.714H9.714Z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: 100%;
}

.hsvg-xblack1-h:hover { 
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='48' height='48' viewBox='0 0 48 48'%3E%3Cdefs%3E%3Cstyle%3E .cls-1, .cls-2 %7B fill: none; %7D .cls-2 %7B clip-rule: evenodd; %7D .cls-3 %7B fill: %23fff; %7D .cls-4 %7B clip-path: url(%23clip-path); %7D .cls-5 %7B clip-path: url(%23clip-path-2); %7D .cls-6 %7B isolation: isolate; %7D .cls-7 %7B clip-path: url(%23clip-path-3); %7D .cls-8 %7B clip-path: url(%23clip-path-4); %7D .cls-9 %7B clip-path: url(%23clip-path-5); %7D %3C/style%3E%3CclipPath id='clip-path'%3E%3Cpath id='path_4779' data-name='path 4779' class='cls-1' d='M31.4-32.312a.643.643,0,0,1,.909,0,.643.643,0,0,1,0,.909h0l-6.4,6.4,6.4,6.4a.643.643,0,0,1,.068.829l-.068.08a.643.643,0,0,1-.909,0h0l-6.4-6.4-6.4,6.4a.643.643,0,0,1-.829.068l-.08-.068a.643.643,0,0,1,0-.909h0l6.4-6.4-6.4-6.4a.643.643,0,0,1-.068-.829l.068-.08a.643.643,0,0,1,.909,0h0l6.4,6.4Z'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-2'%3E%3Cpath id='path_4778' data-name='path 4778' class='cls-1' d='M14.714-14.714H35.286V-35.286H14.714Z'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-3'%3E%3Crect id='rect_5694' data-name='rect 5694' class='cls-1' width='26' height='26' transform='translate(12 -38)'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-4'%3E%3Cpath id='path_4774' data-name='path 4774' class='cls-1' d='M17-17H33V-33H17Z'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-5'%3E%3Cpath id='path_4777' data-name='path 4777' class='cls-2' d='M14.714-35.286H35.286v20.571H14.714Z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='group_31421' data-name='group 31421' transform='translate(-4414 -472)'%3E%3Cg id='group_9982' data-name='group 9982' transform='translate(4414 472)'%3E%3Cpath id='path_4771' data-name='path 4771' class='cls-3' d='M24,48A24,24,0,1,0,0,24,24,24,0,0,0,24,48Z'/%3E%3C/g%3E%3Cg id='group_9990' data-name='group 9990' class='cls-4' transform='translate(4413 521)'%3E%3Cg id='group_9989' data-name='group 9989' class='cls-5'%3E%3Cg id='group_9988' data-name='group 9988' class='cls-6'%3E%3Cg id='group_9987' data-name='group 9987' class='cls-7'%3E%3Cg id='group_9984' data-name='group 9984' class='cls-8'%3E%3Cpath id='path_4773' data-name='path 4773' d='M12.5-37.5h25v25h-25Z'/%3E%3C/g%3E%3Cg id='group_9986' data-name='group 9986' class='cls-9'%3E%3Cg id='group_9985' data-name='group 9985' class='cls-8'%3E%3Cpath id='path_4775' data-name='path 4775' d='M9.714-40.286H40.286V-9.714H9.714Z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: 100%;
}

.hsvg-xblack-h:hover,
a:hover .hsvg-xblack-h,
.hsvg-xblack-a {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2052.305%2052.304'%3E%20%3Cg%20transform='translate(-576%20-156)'%3E%20%3Cpath%20d='M602.152,156A26.152,26.152,0,1,0,628.3,182.152,26.162,26.162,0,0,0,602.152,156Zm0,48.818a22.665,22.665,0,1,1,22.665-22.665,22.665,22.665,0,0,1-22.665,22.665Zm2.406-22.84,9.171-9.066a1.726,1.726,0,0,0,0-2.476,1.767,1.767,0,0,0-2.51,0l-9.171,9-9-9.031a1.751,1.751,0,0,0-2.476,2.476l8.962,9.031-9.52,9.415a1.727,1.727,0,0,0,0,2.476,1.768,1.768,0,0,0,2.511,0l9.484-9.38,9.345,9.38a1.751,1.751,0,1,0,2.476-2.476Zm0,0'%20fill='%23fff'/%3E%20%3C/g%3E%20%3C/svg%3E");
}

/* success */
.hsvg-success,
.hsvg-success-h {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2052%2052'%3E%20%3Cg%20transform='translate(-768%20-614)'%3E%20%3Cg%20transform='translate(205%20459)'%3E%20%3Cpath%20d='M602,156a26,26,0,1,0,26,26,26.009,26.009,0,0,0-26-26Zm0,48.533A22.533,22.533,0,1,1,624.533,182,22.533,22.533,0,0,1,602,204.533Z'%20transform='translate(-13%20-1)'/%3E%20%3C/g%3E%20%3Cg%20transform='translate(-191.858%20712.924)%20rotate(-45)'%3E%20%3Cg%20transform='translate(-4%201.757)'%3E%20%3Crect%20width='16'%20height='4'%20rx='2'%20transform='translate(746%20633.243)%20rotate(90)'/%3E%20%3Crect%20width='27'%20height='4'%20rx='2'%20transform='translate(742%20645.243)'/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/g%3E%20%3C/svg%3E");
}

.hsvg-success-h:hover,
a:hover .hsvg-success-h,
.hsvg-success-a {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2052%2052'%3E%20%3Cg%20transform='translate(-768%20-614)'%3E%20%3Cg%20transform='translate(205%20459)'%3E%20%3Cpath%20d='M602,156a26,26,0,1,0,26,26,26.009,26.009,0,0,0-26-26Zm0,48.533A22.533,22.533,0,1,1,624.533,182,22.533,22.533,0,0,1,602,204.533Z'%20transform='translate(-13%20-1)'%20fill='%23fff'/%3E%20%3C/g%3E%20%3Cg%20transform='translate(-191.858%20712.924)%20rotate(-45)'%3E%20%3Cg%20transform='translate(-4%201.757)'%3E%20%3Crect%20width='16'%20height='4'%20rx='2'%20transform='translate(746%20633.243)%20rotate(90)'%20fill='%23fff'/%3E%20%3Crect%20width='27'%20height='4'%20rx='2'%20transform='translate(742%20645.243)'%20fill='%23fff'/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/g%3E%20%3C/svg%3E");
}

/* free shipping */
.hsvg-free-shipping {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2050%2050'%3E%20%3Cg%20transform='translate(-314.233%20-399.491)'%3E%20%3Cg%3E%20%3Cpath%20d='M350.962,432.761a2.621,2.621,0,0,0-2.419,1.592,2.543,2.543,0,0,0-.2,1,2.507,2.507,0,0,0,.151.826,2.615,2.615,0,0,0,4.944,0,2.448,2.448,0,0,0-.053-1.825A2.62,2.62,0,0,0,350.962,432.761Z'%20fill='none'/%3E%20%3Cpath%20d='M327.677,432.761a2.621,2.621,0,0,0-2.42,1.592,2.448,2.448,0,0,0-.053,1.825h0a2.615,2.615,0,0,0,4.944,0v0a2.5,2.5,0,0,0,.15-.822,2.542,2.542,0,0,0-.2-1A2.622,2.622,0,0,0,327.677,432.761Z'%20fill='none'/%3E%20%3Cpath%20d='M336.631,411.064c-.169-.015-.341-.023-.514-.023h-9.656a5.616,5.616,0,0,0-5.645,5.574v17.366h1.854c.011-.039.026-.077.038-.117q.03-.1.063-.2c.026-.073.053-.144.081-.216s.052-.126.079-.187.064-.138.1-.206.061-.119.093-.178.075-.131.114-.195.07-.113.106-.169.085-.123.13-.183.077-.107.118-.159.1-.115.144-.172.086-.1.13-.147.1-.106.158-.159.093-.092.141-.136.113-.1.17-.145.1-.084.151-.124.122-.089.184-.132.1-.075.159-.111.13-.079.2-.118.109-.066.166-.1.138-.07.208-.1.113-.057.171-.082c.073-.032.147-.059.221-.088.059-.022.116-.046.175-.067.078-.026.157-.048.236-.071.058-.017.116-.036.175-.051.083-.021.169-.037.253-.054.057-.012.113-.026.17-.035.1-.016.193-.026.29-.037.048,0,.1-.014.145-.018.146-.012.294-.019.444-.019s.3.007.444.019c.05,0,.1.013.147.018.1.011.193.021.287.037.059.009.116.024.174.035.083.017.167.033.25.054.06.015.118.035.178.052.077.023.156.044.232.07.061.021.119.046.179.069s.146.054.217.085.117.056.175.085.138.065.2.1.114.066.171.1.129.075.191.116.109.075.163.113.121.084.179.129.1.084.155.127.112.093.167.142.1.092.144.139.1.1.155.157.088.1.132.149.1.112.142.17.08.106.12.16.087.12.128.182.072.112.107.17.077.128.113.194.063.119.094.179.066.135.1.2.054.124.079.187.056.143.081.216.044.129.064.2c.012.04.027.078.038.117h9.006V415.772A5.652,5.652,0,0,0,336.631,411.064Z'%20fill='none'/%3E%20%3Cpath%20d='M344.346,416.934v17.047h1.609c.012-.039.027-.077.039-.117.02-.066.04-.131.063-.2s.053-.144.081-.216.051-.126.079-.187.064-.138.1-.2.06-.12.093-.179.074-.13.113-.194.07-.115.107-.17.085-.122.129-.182.078-.108.119-.16.094-.114.143-.17.086-.1.132-.149.1-.1.154-.157.1-.094.145-.139.11-.1.166-.142.1-.086.155-.127.119-.087.179-.129.108-.077.163-.113.127-.078.192-.116.112-.067.17-.1.135-.067.2-.1.116-.058.176-.085.144-.057.216-.085.119-.048.179-.069c.077-.026.155-.047.232-.07.06-.017.118-.037.179-.052.082-.021.166-.037.25-.054.058-.011.115-.026.173-.035.095-.016.191-.026.287-.037.049,0,.1-.014.147-.018.147-.012.295-.019.444-.019s.3.007.444.019c.049,0,.1.013.145.018.1.011.194.021.29.037.057.009.114.023.171.035.084.017.169.033.252.054.059.015.117.034.175.051.079.023.158.045.236.071.059.021.116.045.175.067s.148.056.22.088.115.054.172.082.14.066.208.1.11.064.165.1.133.077.2.119.106.072.158.109.124.087.184.133.1.082.151.123.115.1.171.146.094.09.14.136.107.105.158.16.087.1.13.146.1.114.144.173.08.1.118.157.089.122.13.185.071.111.105.167.079.13.116.2.062.117.091.176.068.138.1.208.052.123.077.185.056.144.082.218.043.128.063.193c.012.04.027.078.038.118h1.682V424.9l-9.389-7.962Z'%20fill='none'/%3E%20%3Cpath%20d='M349.894,414.958a2.425,2.425,0,0,0-1.569-.574h-4.311a8.207,8.207,0,0,0-7.9-5.893h-9.656a8.176,8.176,0,0,0-8.228,8.124V435.2a1.339,1.339,0,0,0,1.347,1.33h3.041a5.208,5.208,0,0,0,10.112,0h13.174a5.207,5.207,0,0,0,10.11,0h1.808a2.393,2.393,0,0,0,2.408-2.379v-9.335a2.365,2.365,0,0,0-.839-1.8ZM330.15,436.174v0a2.615,2.615,0,0,1-4.944,0h0a2.448,2.448,0,0,1,.053-1.825,2.635,2.635,0,0,1,4.84,0,2.542,2.542,0,0,1,.2,1A2.5,2.5,0,0,1,330.15,436.174Zm11.54-3.136a.949.949,0,0,1-.955.943h-8.051c-.011-.039-.026-.077-.038-.117-.02-.066-.041-.131-.064-.2s-.053-.144-.081-.216-.051-.126-.079-.187-.064-.138-.1-.2-.061-.12-.094-.179-.074-.13-.113-.194-.07-.115-.107-.17-.085-.122-.128-.182-.079-.108-.12-.16-.094-.114-.142-.17-.087-.1-.132-.149-.1-.1-.155-.157-.1-.094-.144-.139-.111-.1-.167-.142-.1-.086-.155-.127-.119-.087-.179-.129-.107-.077-.163-.113-.127-.078-.191-.116-.113-.067-.171-.1-.135-.067-.2-.1-.116-.058-.175-.085-.144-.057-.217-.085-.118-.048-.179-.069c-.076-.026-.155-.047-.232-.07-.06-.017-.118-.037-.178-.052-.083-.021-.167-.037-.25-.054-.058-.011-.115-.026-.174-.035-.094-.016-.191-.026-.287-.037-.049,0-.1-.014-.147-.018-.147-.012-.3-.019-.444-.019s-.3.007-.444.019c-.049,0-.1.013-.145.018-.1.011-.194.021-.29.037-.057.009-.113.023-.17.035-.084.017-.17.033-.253.054-.059.015-.117.034-.175.051-.079.023-.158.045-.236.071-.059.021-.116.045-.175.067-.074.029-.148.056-.221.088-.058.025-.114.054-.171.082s-.14.066-.208.1-.111.064-.166.1-.132.077-.2.118-.106.074-.159.111-.124.086-.184.132-.1.082-.151.124-.115.1-.17.145-.094.09-.141.136-.107.105-.158.159-.087.1-.13.147-.1.114-.144.172-.079.105-.118.159-.088.121-.13.183-.071.112-.106.169-.078.129-.114.195-.063.118-.093.178-.067.136-.1.206-.053.124-.079.187-.055.143-.081.216-.043.129-.063.2c-.012.04-.027.078-.038.117h-.9a.949.949,0,0,1-.956-.943V416.615a5.61,5.61,0,0,1,5.645-5.574h9.656c.173,0,.345.008.514.023a5.652,5.652,0,0,1,5.059,4.708Zm11.744,3.14a2.615,2.615,0,0,1-4.944,0,2.507,2.507,0,0,1-.151-.826,2.543,2.543,0,0,1,.2-1,2.634,2.634,0,0,1,4.838,0,2.448,2.448,0,0,1,.053,1.825Zm4.216-2.721a.528.528,0,0,1-.531.524h-1.151c-.011-.04-.026-.078-.038-.118-.02-.065-.041-.129-.063-.193s-.053-.146-.082-.218-.05-.124-.077-.185-.065-.14-.1-.208-.059-.118-.091-.176-.076-.132-.116-.2-.068-.112-.105-.167-.085-.124-.13-.185-.077-.106-.118-.157-.1-.116-.144-.173-.085-.1-.13-.146-.1-.108-.158-.16-.092-.092-.14-.136-.113-.1-.171-.146-.1-.083-.151-.123-.122-.089-.184-.133-.1-.075-.158-.109-.131-.08-.2-.119-.109-.066-.165-.1-.138-.07-.208-.1-.113-.057-.172-.082-.146-.059-.22-.088-.116-.046-.175-.067c-.078-.026-.157-.048-.236-.071-.058-.017-.116-.036-.175-.051-.083-.021-.168-.037-.252-.054-.057-.012-.114-.026-.171-.035-.1-.016-.193-.026-.29-.037-.048,0-.1-.014-.145-.018-.146-.012-.294-.019-.444-.019s-.3.007-.444.019c-.049,0-.1.013-.147.018-.1.011-.192.021-.287.037-.058.009-.115.024-.173.035-.084.017-.168.033-.25.054-.061.015-.119.035-.179.052-.077.023-.155.044-.232.07-.06.021-.119.046-.179.069s-.145.054-.216.085-.118.056-.176.085-.137.065-.2.1-.114.066-.17.1-.129.075-.192.116-.109.075-.163.113-.121.084-.179.129-.1.084-.155.127-.112.093-.166.142-.1.092-.145.139-.1.1-.154.157-.089.1-.132.149-.1.112-.143.17-.08.106-.119.16-.088.12-.129.182-.072.112-.107.17-.077.128-.113.194-.063.119-.093.179-.067.135-.1.2-.054.124-.079.187-.056.143-.081.216-.043.129-.063.2c-.012.04-.027.078-.039.117h-1.077a.528.528,0,0,1-.532-.524V416.934h3.915l9.389,7.962Z'/%3E%20%3C/g%3E%20%3Crect%20width='50'%20height='50'%20transform='translate(314.233%20399.491)'%20fill='none'/%3E%20%3Crect%20width='50'%20height='50'%20transform='translate(314.233%20399.491)'%20fill='none'/%3E%20%3C/g%3E%20%3C/svg%3E%20");
}

/* 15-day warranty */
.hsvg-day-warranty {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2050%2050'%3E%20%3Cg%20transform='translate(-381.3%20-277.186)'%3E%20%3Crect%20width='50'%20height='50'%20transform='translate(381.3%20277.186)'%20fill='none'/%3E%20%3Cg%3E%20%3Cpath%20d='M422.808,289.021H389.792a.816.816,0,0,0-.815.814v3.77h34.644v-3.77A.814.814,0,0,0,422.808,289.021Z'%20fill='none'/%3E%20%3Cpath%20d='M404.268,311.744H389.791a.815.815,0,0,1-.814-.813V296.119h34.644v.82a1.339,1.339,0,0,0,2.679,0v-7.1a3.5,3.5,0,0,0-3.492-3.492H389.791a3.5,3.5,0,0,0-3.491,3.491v21.1a3.5,3.5,0,0,0,3.491,3.491h14.477a1.339,1.339,0,0,0,0-2.678Zm19.353-18.139H388.977v-3.77a.816.816,0,0,1,.815-.814h33.016a.814.814,0,0,1,.813.814Z'/%3E%20%3Cg%3E%20%3Cpath%20d='M422.449,304.087l-4.929-2.343a.836.836,0,0,0-.721,0l-4.929,2.343a.944.944,0,0,0-.523.858v4.706a5.952,5.952,0,0,0,.671,2.759v0a5.894,5.894,0,0,0,1.559,1.9l0,0a5.686,5.686,0,0,0,7.161,0,5.978,5.978,0,0,0,2.231-4.662v-4.706A.944.944,0,0,0,422.449,304.087Z'%20fill='none'/%3E%20%3Cpath%20d='M424.748,302.5l-7.228-3.437a.836.836,0,0,0-.721,0l-7.228,3.437a.943.943,0,0,0-.522.857v6.292a8.534,8.534,0,0,0,.43,2.64h-.016l.118.32v0l.054.147h.006a8.4,8.4,0,0,0,.766,1.506h-.02l.272.377h0l.066.092h0A7.939,7.939,0,0,0,424,314.128a8.536,8.536,0,0,0,1.267-4.477v-6.292A.944.944,0,0,0,424.748,302.5Zm-1.776,7.149a5.978,5.978,0,0,1-2.231,4.662,5.686,5.686,0,0,1-7.161,0l0,0a5.894,5.894,0,0,1-1.559-1.9v0a5.952,5.952,0,0,1-.671-2.759v-4.706a.944.944,0,0,1,.523-.858l4.929-2.343a.836.836,0,0,1,.721,0l4.929,2.343a.944.944,0,0,1,.523.858Z'/%3E%20%3C/g%3E%20%3C/g%3E%20%3Crect%20width='50'%20height='50'%20transform='translate(381.3%20277.186)'%20fill='none'/%3E%20%3C/g%3E%20%3C/svg%3E");
}

/* one year warranty */
.hsvg-year-warranty {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2050%2050'%3E%20%3Cg%20transform='translate(-381.3%20-336.612)'%3E%20%3Cg%3E%20%3Cpath%20d='M395.4,364.417h7.354a1.21,1.21,0,1,0,0-2.412H395.4a1.21,1.21,0,1,0,0,2.412Z'/%3E%20%3Cpath%20d='M409.948,370.723a1.2,1.2,0,0,0,.74.383l.027,0a1.68,1.68,0,0,0,.284,0l.027,0a1.2,1.2,0,0,0,.741-.383l6.608-7.318a1.205,1.205,0,0,0-1.789-1.616l-5.729,6.344-2.175-2.409a1.205,1.205,0,0,0-1.789,1.616Z'/%3E%20%3Cpath%20d='M395.288,370.811H400.2a1.206,1.206,0,1,0,0-2.411h-4.915a1.206,1.206,0,0,0,0,2.411Z'/%3E%20%3Cpath%20d='M424.448,349.884l-2.9-4.534a5.145,5.145,0,0,0-4.356-2.188h-22.1a5.082,5.082,0,0,0-4.43,2.309l-2.665,4.508a8.562,8.562,0,0,0-1.191,4.357v22.2a3.522,3.522,0,0,0,3.522,3.523h31.955a3.523,3.523,0,0,0,3.523-3.523V354.5A8.556,8.556,0,0,0,424.448,349.884Zm-31.454-3.435a2.4,2.4,0,0,1,2.092-1.09h22.1a2.431,2.431,0,0,1,2.058,1.033l2.971,4.64a.626.626,0,0,1-.527.963h-30.88a.626.626,0,0,1-.538-.944Zm30.135,30.091a.852.852,0,0,1-.852.852H390.322a.852.852,0,0,1-.852-.852V355.291a.626.626,0,0,1,.626-.626H422.5a.625.625,0,0,1,.625.626Z'/%3E%20%3C/g%3E%20%3Crect%20width='50'%20height='50'%20transform='translate(381.3%20336.612)'%20fill='none'/%3E%20%3Crect%20transform='translate(381.3%20336.612)'%20fill='none'/%3E%20%3C/g%3E%20%3C/svg%3E");
}

/* Online customer service */
.hsvg-customer-service {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20viewBox='0%200%2018%2018'%3E%20%3Cdefs%3E%20%3CclipPath%20id='clip-path'%3E%20%3Crect%20width='13'%20height='13.024'%20fill='%23989898'/%3E%20%3C/clipPath%3E%20%3C/defs%3E%20%3Cg%20id='check_out-Online_customer_service'%20data-name='check%20out-Online%20customer%20service'%20transform='translate(-1205%20-965)'%3E%20%3Cg%20transform='translate(1068%20826)'%3E%20%3Cg%20transform='translate(140%20141)'%3E%20%3Cg%20transform='translate(0%200)'%20clip-path='url(%23clip-path)'%3E%20%3Cpath%20d='M142.376,141.14a3.3,3.3,0,0,0-2.3,2.3,3.064,3.064,0,0,0,2.986,3.744h3.06v-3.191h0a3.062,3.062,0,0,0-3.74-2.854Zm2.984,5.285h-2.3a2.3,2.3,0,1,1,2.3-2.3Zm0,0'%20transform='translate(-140%20-141.065)'%20fill='%23989898'/%3E%20%3Cpath%20d='M420.24,143.442a3.3,3.3,0,0,0-2.3-2.3A3.063,3.063,0,0,0,414.2,144h0v3.189h3.06a3.065,3.065,0,0,0,2.986-3.744Zm-5.285.684a2.3,2.3,0,1,1,2.3,2.3h-2.3Zm0,0'%20transform='translate(-407.325%20-141.065)'%20fill='%23989898'/%3E%20%3Cpath%20d='M140.074,419.39a3.3,3.3,0,0,0,2.3,2.3,3.063,3.063,0,0,0,3.74-2.856h0v-3.189h-3.06a3.064,3.064,0,0,0-2.986,3.744Zm5.285-.684a2.3,2.3,0,1,1-2.3-2.3h2.3Zm0,0'%20transform='translate(-140%20-408.765)'%20fill='%23989898'/%3E%20%3Cpath%20d='M417.255,415.646H414.2v3.189h0a3.064,3.064,0,0,0,3.74,2.856,3.3,3.3,0,0,0,2.3-2.3,3.065,3.065,0,0,0-2.986-3.744Zm2.3,3.092a2.3,2.3,0,0,1-4.6-.032v-2.3h2.3a2.3,2.3,0,0,1,2.3,2.332Zm0,0'%20transform='translate(-407.325%20-408.765)'%20fill='%23989898'/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/g%3E%20%3Crect%20width='18'%20height='18'%20transform='translate(1205%20965)'%20fill='none'/%3E%20%3C/g%3E%20%3C/svg%3E");
}

/* Retail store enquiries */
.hsvg-retail-store-enquiries {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20viewBox='0%200%2018%2018'%3E%20%3Cdefs%3E%20%3CclipPath%20id='clip-path'%3E%20%3Crect%20width='16.424'%20height='13.842'%20fill='%23989898'/%3E%20%3C/clipPath%3E%20%3C/defs%3E%20%3Cg%20id='check_out-Retail_store_enquiries'%20data-name='check%20out-Retail%20store%20enquiries'%20transform='translate(-1205%20-991)'%3E%20%3Cg%20transform='translate(1206%20993)'%3E%20%3Cg%20transform='translate(0%200)'%20clip-path='url(%23clip-path)'%3E%20%3Cpath%20d='M6.189,61.413l-7.9-6.257a.458.458,0,0,0-.513,0l-7.8,6.257a.769.769,0,0,0-.1.513c.1.1.205.308.41.308h2.154V68.9h3.9V66.541h3.18V68.9h3.9V62.234H5.881c.205,0,.308-.205.41-.308a.769.769,0,0,0-.1-.513ZM2.7,68.183H.342V65.823H-4.376v2.359H-6.735V62.028c0-.1.1-.1.1-.205l4.718-3.8,4.718,3.8v6.359Zm.718-6.77L-2.017,57l-5.539,4.411H-8.581l6.667-5.334,6.667,5.334Zm0,0'%20transform='translate(10.118%20-55.078)'%20fill='%23989898'/%3E%20%3C/g%3E%20%3C/g%3E%20%3Crect%20width='18'%20height='18'%20transform='translate(1205%20991)'%20fill='none'/%3E%20%3C/g%3E%20%3C/svg%3E");
}
.hsvg-retail-store-enquiries2 {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='auto'%20height='auto'%20viewBox='0%200%2025%2027'%3E%20%3Cpath%20d='M12,0,0,9.9V26H8.211V17.333h7.579V26H24V9.9L12,0Z'%20transform='translate(0.5%200.5)'%20fill='none'%20stroke='%23000'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1'/%3E%20%3C/svg%3E%20");
}

/* Service center enquiries */
.hsvg-service-center-enquiries {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2018%2018'%3E%20%3Cg%20transform='translate(-1205%20-1019)'%3E%20%3Cg%20transform='translate(0.203%200.536)'%3E%20%3Cpath%20d='M134.1,43a6.115,6.115,0,0,0-2.019,11.882l1.172,1.832a1,1,0,0,0,1.69,0l1.172-1.832A6.113,6.113,0,0,0,134.1,43Zm1.37,11.031L134.1,56.17l-1.37-2.139a5.1,5.1,0,1,1,2.738,0Zm0,0'%20transform='translate(1079.797%20976.464)'%20fill='%23bebebe'/%3E%20%3Cpath%20d='M210.187,128.724a3.606,3.606,0,0,1,4.864-3.385.336.336,0,0,0,.235-.629,4.28,4.28,0,0,0-4.553,7,.331.331,0,0,0,.239.1.335.335,0,0,0,.239-.57,3.572,3.572,0,0,1-1.025-2.516Zm7.8-.812a.335.335,0,1,0-.658.128,3.615,3.615,0,0,1-3.539,4.3,3.561,3.561,0,0,1-1.566-.358.335.335,0,0,0-.291.6,4.22,4.22,0,0,0,1.857.424,4.282,4.282,0,0,0,4.273-4.282,4.2,4.2,0,0,0-.076-.812Zm-1.105-1.046a.335.335,0,1,0,.575-.345,4.267,4.267,0,0,0-.96-1.111.334.334,0,0,0-.471.047.338.338,0,0,0,.047.473,3.6,3.6,0,0,1,.809.936Zm-.976,10.812h-4.23a.5.5,0,0,0,0,1.007h4.23a.5.5,0,0,0,0-1.007Zm0,0'%20transform='translate(1000.108%20896.853)'%20fill='%23bebebe'/%3E%20%3C/g%3E%20%3Crect%20width='18'%20height='18'%20transform='translate(1205%201019)'%20fill='none'/%3E%20%3C/g%3E%20%3C/svg%3E");
}
.hsvg-service-center-enquiries2 {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='auto'%20height='auto'%20viewBox='0%200%2026%2034'%3E%20%3Cg%20transform='translate(4345%201320)'%20opacity='1'%3E%20%3Cg%20transform='translate(-4343.733%20-1318.733)'%3E%20%3Cpath%20d='M23.467,11.784c0,7.949-11.733,19.683-11.733,19.683S0,19.733,0,11.784A11.65,11.65,0,0,1,11.733,0,11.65,11.65,0,0,1,23.467,11.784Z'%20fill='none'%20stroke='%23000'%20stroke-linecap='square'%20stroke-linejoin='round'%20stroke-width='1'/%3E%20%3C/g%3E%20%3Cg%20transform='translate(-4336.267%20-1311.267)'%3E%20%3Cpath%20d='M4.267,8.533A4.267,4.267,0,1,0,0,4.267,4.267,4.267,0,0,0,4.267,8.533Z'%20fill='none'%20stroke='%23000'%20stroke-linecap='square'%20stroke-width='1'/%3E%20%3C/g%3E%20%3Cpath%20d='M0,0H26V-34H0Z'%20transform='translate(-4345%20-1286)'%20fill='none'/%3E%20%3Crect%20width='26'%20height='34'%20transform='translate(-4345%20-1320)'%20fill='none'/%3E%20%3C/g%3E%20%3C/svg%3E%20");
}

.hsvg-service-nextdayshipping{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; %7D %3C/style%3E%3C/defs%3E%3Cg id='group_6847' data-name='group 6847' transform='translate(-448.366 -277.186)'%3E%3Cg id='group_131' data-name='group 131' transform='translate(454.126 283.906)'%3E%3Cpath id='path_83' data-name='path 83' d='M455.746,299.933H462.2a1.425,1.425,0,0,0,0-2.849h-6.456a1.425,1.425,0,0,0,0,2.849Z' transform='translate(-454.366 -284.702)'/%3E%3Cpath id='path_84' data-name='path 84' d='M463.583,305.744a1.4,1.4,0,0,0-1.38-1.425h-6.456a1.425,1.425,0,0,0,0,2.849H462.2A1.4,1.4,0,0,0,463.583,305.744Z' transform='translate(-454.366 -284.991)'/%3E%3Cpath id='path_85' data-name='path 85' d='M484.842,284.186H463.6a6.234,6.234,0,0,0-6.127,6.322v1.516a1.258,1.258,0,1,0,2.514,0v-1.516a3.676,3.676,0,0,1,3.612-3.728h8.915v29.372H463.6a3.676,3.676,0,0,1-3.612-3.728V310a1.258,1.258,0,1,0-2.514,0v2.423a6.234,6.234,0,0,0,6.127,6.322h21.245a6.234,6.234,0,0,0,6.128-6.322V290.508A6.234,6.234,0,0,0,484.842,284.186Zm3.613,28.238a3.676,3.676,0,0,1-3.613,3.728H475.41V286.78h9.433a3.676,3.676,0,0,1,3.613,3.728Z' transform='translate(-454.49 -284.186)'/%3E%3C/g%3E%3Crect id='rect_56' data-name='rect 56' class='cls-1' width='48' height='48' transform='translate(448.366 277.186)'/%3E%3Crect id='rect_57' data-name='rect 57' class='cls-1' width='48' height='48' transform='translate(448.366 277.186)'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.hsvg-service-coupon{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; %7D %3C/style%3E%3C/defs%3E%3Cg id='group_6860' data-name='group 6860' transform='translate(-12693 -613)'%3E%3Cg id='group_6844' data-name='group 6844' transform='translate(12697.8 622.6)'%3E%3Cpath id='path_57' data-name='path 57' class='cls-1' d='M287.863,412.774a.648.648,0,0,0-.647-.647H255.194a.648.648,0,0,0-.647.647v5.364a5.789,5.789,0,0,1,0,11.357v5.363a.648.648,0,0,0,.647.647h32.023a.648.648,0,0,0,.647-.647V429.5a5.789,5.789,0,0,1,0-11.357Zm-11.487,9.859a1.068,1.068,0,0,1-1.068,1.068h-2.987v2.39h2.987a1.068,1.068,0,0,1,1.068,1.067v.1a1.068,1.068,0,0,1-1.068,1.067h-2.987v1.706a1.068,1.068,0,0,1-1.068,1.067h-.1a1.068,1.068,0,0,1-1.068-1.067v-1.706H267.1a1.068,1.068,0,0,1-1.068-1.067v-.1a1.068,1.068,0,0,1,1.068-1.067h2.987V423.7H267.1a1.068,1.068,0,0,1-1.068-1.068v-.1a1.068,1.068,0,0,1,1.068-1.068h1.881l-2.656-3.108a1.068,1.068,0,0,1,.119-1.506l.074-.062a1.068,1.068,0,0,1,1.505.118l3.011,3.525,3.01-3.525a1.069,1.069,0,0,1,1.506-.118l.074.062a1.069,1.069,0,0,1,.118,1.506l-2.655,3.108h2.218a1.068,1.068,0,0,1,1.068,1.068Z' transform='translate(-252.297 -409.877)'/%3E%3Cpath id='path_58' data-name='path 58' d='M288.981,420.148h0a1,1,0,0,0,1-1v-6.5a2.9,2.9,0,0,0-2.9-2.9H255.064a2.9,2.9,0,0,0-2.9,2.9v6.5a1,1,0,0,0,1,1h0a3.621,3.621,0,0,1,3.632,3.073,3.543,3.543,0,0,1-3.509,4h-.123a1,1,0,0,0-1,1v6.5a2.9,2.9,0,0,0,2.9,2.9h32.023a2.9,2.9,0,0,0,2.9-2.9v-6.5a1,1,0,0,0-1-1h-.123a3.545,3.545,0,0,1-3.455-4.318A3.617,3.617,0,0,1,288.981,420.148Zm-5.912,3.538a5.762,5.762,0,0,0,4.664,5.679v5.363a.648.648,0,0,1-.647.647H255.064a.648.648,0,0,1-.647-.647v-5.363a5.789,5.789,0,0,0,0-11.357v-5.364a.648.648,0,0,1,.647-.647h32.023a.648.648,0,0,1,.647.647v5.364A5.761,5.761,0,0,0,283.07,423.686Z' transform='translate(-252.167 -409.747)'/%3E%3Cpath id='path_59' data-name='path 59' d='M275.972,421.722h-2.218l2.655-3.109a1.069,1.069,0,0,0-.118-1.506l-.074-.062a1.069,1.069,0,0,0-1.506.118l-3.01,3.525-3.011-3.525a1.068,1.068,0,0,0-1.505-.118l-.074.062a1.068,1.068,0,0,0-.119,1.506l2.656,3.109h-1.881a1.068,1.068,0,0,0-1.068,1.068v.1a1.068,1.068,0,0,0,1.068,1.068h2.987v2.39h-2.987a1.068,1.068,0,0,0-1.068,1.067v.1a1.068,1.068,0,0,0,1.068,1.067h2.987v1.706a1.068,1.068,0,0,0,1.068,1.067h.1a1.068,1.068,0,0,0,1.068-1.067v-1.706h2.987a1.068,1.068,0,0,0,1.068-1.067v-.1a1.068,1.068,0,0,0-1.068-1.067h-2.987v-2.39h2.987a1.068,1.068,0,0,0,1.068-1.068v-.1A1.068,1.068,0,0,0,275.972,421.722Z' transform='translate(-252.96 -410.131)'/%3E%3C/g%3E%3Crect id='rect_2506' data-name='rect 2506' class='cls-1' width='48' height='48' transform='translate(12693 613)'/%3E%3C/g%3E%3C/svg%3E%0A");
}


/* 三角 - down */
.hsvg-arrow-down,
.hsvg-arrow-down-h {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2030%2030'%3E%20%3Cg%20transform='translate(774%20-228)%20rotate(90)'%3E%20%3Cpath%20d='M0,9.6H19.777L9.943,0Z'%20transform='translate(247.604%20749)%20rotate(90)'%20fill='%231e1e1e'/%3E%20%3Crect%20width='30'%20height='30'%20transform='translate(228%20744)'%20fill='none'/%3E%20%3C/g%3E%20%3C/svg%3E");
}

.hsvg-arrow-down-h:hover,
a:hover .hsvg-arrow-down-h,
.hsvg-arrow-down-a {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2030%2030'%3E%20%3Cg%20transform='translate(774%20-228)%20rotate(90)'%3E%20%3Cpath%20d='M0,9.6H19.777L9.943,0Z'%20transform='translate(247.604%20749)%20rotate(90)'%20fill='%23de1a33'/%3E%20%3Crect%20width='30'%20height='30'%20transform='translate(228%20744)'%20fill='none'/%3E%20%3C/g%3E%20%3C/svg%3E");
}

/* 三角 - right */
.hsvg-arrow-right,
.hsvg-arrow-right-h {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2030%2030'%3E%20%3Cg%20transform='translate(-228%20-744)'%3E%20%3Cpath%20d='M0,9.6H19.777L9.943,0Z'%20transform='translate(247.604%20749)%20rotate(90)'%20fill='%231e1e1e'/%3E%20%3Crect%20width='30'%20height='30'%20transform='translate(228%20744)'%20fill='none'/%3E%20%3C/g%3E%20%3C/svg%3E");
}

.hsvg-arrow-right-h:hover,
a:hover .hsvg-arrow-right-h,
.hsvg-arrow-right-a {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2030%2030'%3E%20%3Cg%20transform='translate(-228%20-744)'%3E%20%3Cpath%20d='M0,9.6H19.777L9.943,0Z'%20transform='translate(247.604%20749)%20rotate(90)'%20fill='%23de1a33'/%3E%20%3Crect%20width='30'%20height='30'%20transform='translate(228%20744)'%20fill='none'/%3E%20%3C/g%3E%20%3C/svg%3E");
}

/*展开*/
.hsvg-collapse,
.hsvg-collapse-h,
.hsvg-down,
.hsvg-down-h,
.hsvg-collapse-red-h,
.hsvg-down-red-h {
    background-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2019.302%209.194'%3E%20%3Cg%20transform='translate(2822.002%20-5502.002)'%3E%20%3Cg%20transform='translate(-2802.7%205502.002)%20rotate(90)'%3E%20%3Cpath%20d='M.555,19.3a.54.54,0,0,1-.331-.111.461.461,0,0,1-.065-.68L8.008,9.745.118.786A.457.457,0,0,1,.19.109.544.544,0,0,1,.918.176L9.077,9.444a.458.458,0,0,1,0,.615L.952,19.129a.532.532,0,0,1-.4.174Zm0,0'%20fill='%23bebebe'/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/svg%3E")
}

.hsvg-collapse-blue-h {
    background-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2019.302%209.194'%3E%20%3Cg%20transform='translate(2822.002%20-5502.002)'%3E%20%3Cg%20transform='translate(-2802.7%205502.002)%20rotate(90)'%3E%20%3Cpath%20d='M.555,19.3a.54.54,0,0,1-.331-.111.461.461,0,0,1-.065-.68L8.008,9.745.118.786A.457.457,0,0,1,.19.109.544.544,0,0,1,.918.176L9.077,9.444a.458.458,0,0,1,0,.615L.952,19.129a.532.532,0,0,1-.4.174Zm0,0'%20fill='%232788d9'/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/svg%3E")
}

.hsvg-collapse-h:hover,
a:hover .hsvg-collapse-h,
.hsvg-collapse-a,
.hsvg-down-a,
.hsvg-down-h:hover,
a:hover .hsvg-down-h {
    background-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2019.302%209.194'%3E%20%3Cg%20transform='translate(2822.002%20-5502.002)'%3E%20%3Cg%20transform='translate(-2802.7%205502.002)%20rotate(90)'%3E%20%3Cpath%20d='M.555,19.3a.54.54,0,0,1-.331-.111.461.461,0,0,1-.065-.68L8.008,9.745.118.786A.457.457,0,0,1,.19.109.544.544,0,0,1,.918.176L9.077,9.444a.458.458,0,0,1,0,.615L.952,19.129a.532.532,0,0,1-.4.174Zm0,0'%20fill='%231e1e1e'/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/svg%3E")
}


.hsvg-collapse-red-h,
.hsvg-down-red-h{
    background-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2019.302%209.194'%3E%20%3Cg%20transform='translate(2822.002%20-5502.002)'%3E%20%3Cg%20transform='translate(-2802.7%205502.002)%20rotate(90)'%3E%20%3Cpath%20d='M.555,19.3a.54.54,0,0,1-.331-.111.461.461,0,0,1-.065-.68L8.008,9.745.118.786A.457.457,0,0,1,.19.109.544.544,0,0,1,.918.176L9.077,9.444a.458.458,0,0,1,0,.615L.952,19.129a.532.532,0,0,1-.4.174Zm0,0'%20fill='%231e1e1e'/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/svg%3E")
}

.hsvg-collapse-red-h:hover,
.hsvg-collapse-red-a,
.hsvg-down-red-h:hover,
.hsvg-collapse-red-a {
    background-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2019.302%209.194'%3E%20%3Cg%20transform='translate(2822.002%20-5502.002)'%3E%20%3Cg%20transform='translate(-2802.7%205502.002)%20rotate(90)'%3E%20%3Cpath%20d='M.555,19.3a.54.54,0,0,1-.331-.111.461.461,0,0,1-.065-.68L8.008,9.745.118.786A.457.457,0,0,1,.19.109.544.544,0,0,1,.918.176L9.077,9.444a.458.458,0,0,1,0,.615L.952,19.129a.532.532,0,0,1-.4.174Zm0,0'%20fill='%23de1a33'/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/svg%3E")
}

.hsvg-collapse-w,
.hsvg-collapse-w-h {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2040%2040'%3E%20%3Cg%20transform='translate(-889%20-8615)'%3E%20%3Cpath%20d='M1.85,15.649,13.288,3.112a.918.918,0,0,1,1.408,0L26.132,15.649a.956.956,0,0,0,.792.351,1.1,1.1,0,0,0,.792-1.841L15.4.657a1.835,1.835,0,0,0-2.815,0L.267,14.159A1.12,1.12,0,0,0,1.059,16a.859.859,0,0,0,.792-.351Zm0,0'%20transform='translate(923%208643)%20rotate(180)'%20fill='%23fff'/%3E%20%3Crect%20width='40'%20height='40'%20transform='translate(889%208615)'%20fill='none'/%3E%20%3C/g%3E%20%3C/svg%3E");
}

.hsvg-collapse-w-h:hover,
a:hover .hsvg-collapse-w-h,
.hsvg-collapse-w-a {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2040%2040'%3E%20%3Cg%20transform='translate(-889%20-8615)'%3E%20%3Cpath%20d='M1.85,15.649,13.288,3.112a.918.918,0,0,1,1.408,0L26.132,15.649a.956.956,0,0,0,.792.351,1.1,1.1,0,0,0,.792-1.841L15.4.657a1.835,1.835,0,0,0-2.815,0L.267,14.159A1.12,1.12,0,0,0,1.059,16a.859.859,0,0,0,.792-.351Zm0,0'%20transform='translate(923%208643)%20rotate(180)'%20fill='%23de1a33'/%3E%20%3Crect%20width='40'%20height='40'%20transform='translate(889%208615)'%20fill='none'/%3E%20%3C/g%3E%20%3C/svg%3E");
}



/*收起*/
.hsvg-packup,
.hsvg-packup-h {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2019.303%209.195'%3E%20%3Cg%20transform='translate(0%209.195)%20rotate(-90)'%3E%20%3Cpath%20d='M.555,0A.54.54,0,0,0,.224.114a.461.461,0,0,0-.065.68L8.007,9.558.118,18.517a.457.457,0,0,0,.072.677.544.544,0,0,0,.728-.067L9.076,9.859a.458.458,0,0,0,0-.615L.952.174A.532.532,0,0,0,.552,0Zm0,0'%20transform='translate(0)'%20fill='%23bebebe'/%3E%20%3C/g%3E%20%3C/svg%3E")
}

.hsvg-packup-blue-h {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2019.303%209.195'%3E%20%3Cg%20transform='translate(0%209.195)%20rotate(-90)'%3E%20%3Cpath%20d='M.555,0A.54.54,0,0,0,.224.114a.461.461,0,0,0-.065.68L8.007,9.558.118,18.517a.457.457,0,0,0,.072.677.544.544,0,0,0,.728-.067L9.076,9.859a.458.458,0,0,0,0-.615L.952.174A.532.532,0,0,0,.552,0Zm0,0'%20transform='translate(0)'%20fill='%232788d9'/%3E%20%3C/g%3E%20%3C/svg%3E")
}

.hsvg-packup-h:hover,
a:hover .hsvg-packup-h,
.hsvg-packup-a {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2019.303%209.195'%3E%20%3Cg%20transform='translate(0%209.195)%20rotate(-90)'%3E%20%3Cpath%20d='M.555,0A.54.54,0,0,0,.224.114a.461.461,0,0,0-.065.68L8.007,9.558.118,18.517a.457.457,0,0,0,.072.677.544.544,0,0,0,.728-.067L9.076,9.859a.458.458,0,0,0,0-.615L.952.174A.532.532,0,0,0,.552,0Zm0,0'%20transform='translate(0)'%20fill='%231e1e1e'/%3E%20%3C/g%3E%20%3C/svg%3E")
}

.hsvg-packup-w,
.hsvg-packup-w-h {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2040%2040'%3E%20%3Cg%20transform='translate(-889%20-8475)'%3E%20%3Crect%20width='40'%20height='40'%20transform='translate(889%208475)'%20fill='none'/%3E%20%3Cpath%20d='M1.85.351,13.288,12.888a.918.918,0,0,0,1.408,0L26.132.351A.956.956,0,0,1,26.924,0a1.1,1.1,0,0,1,.792,1.841L15.4,15.343a1.835,1.835,0,0,1-2.815,0L.267,1.841A1.12,1.12,0,0,1,1.059,0,.859.859,0,0,1,1.85.351Zm0,0'%20transform='translate(923%208503)%20rotate(180)'%20fill='%23fff'/%3E%20%3C/g%3E%20%3C/svg%3E");
}

.hsvg-packup-red,
.hsvg-packup-red-h {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2019.303%209.195'%3E%20%3Cg%20transform='translate(0%209.195)%20rotate(-90)'%3E%20%3Cpath%20d='M.555,0A.54.54,0,0,0,.224.114a.461.461,0,0,0-.065.68L8.007,9.558.118,18.517a.457.457,0,0,0,.072.677.544.544,0,0,0,.728-.067L9.076,9.859a.458.458,0,0,0,0-.615L.952.174A.532.532,0,0,0,.552,0Zm0,0'%20transform='translate(0)'%20fill='%231e1e1e'/%3E%20%3C/g%3E%20%3C/svg%3E")
}

.hsvg-packup-red:hover,
.hsvg-packup-red-h:hover {
	    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2019.303%209.195'%3E%20%3Cg%20transform='translate(0%209.195)%20rotate(-90)'%3E%20%3Cpath%20d='M.555,0A.54.54,0,0,0,.224.114a.461.461,0,0,0-.065.68L8.007,9.558.118,18.517a.457.457,0,0,0,.072.677.544.544,0,0,0,.728-.067L9.076,9.859a.458.458,0,0,0,0-.615L.952.174A.532.532,0,0,0,.552,0Zm0,0'%20transform='translate(0)'%20fill='%23de1a33'/%3E%20%3C/g%3E%20%3C/svg%3E")
}

.hsvg-packup-w-h:hover,
a:hover .hsvg-packup-w-h,
.hsvg-packup-w-a {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2040%2040'%3E%20%3Cg%20transform='translate(-889%20-8475)'%3E%20%3Crect%20width='40'%20height='40'%20transform='translate(889%208475)'%20fill='none'/%3E%20%3Cpath%20d='M1.85.351,13.288,12.888a.918.918,0,0,0,1.408,0L26.132.351A.956.956,0,0,1,26.924,0a1.1,1.1,0,0,1,.792,1.841L15.4,15.343a1.835,1.835,0,0,1-2.815,0L.267,1.841A1.12,1.12,0,0,1,1.059,0,.859.859,0,0,1,1.85.351Zm0,0'%20transform='translate(923%208503)%20rotate(180)'%20fill='%23de1a33'/%3E%20%3C/g%3E%20%3C/svg%3E");
}


@media (max-width: 1023px) {
	.hsvg-collapse-red-h:hover {
	    background-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2019.302%209.194'%3E%20%3Cg%20transform='translate(2822.002%20-5502.002)'%3E%20%3Cg%20transform='translate(-2802.7%205502.002)%20rotate(90)'%3E%20%3Cpath%20d='M.555,19.3a.54.54,0,0,1-.331-.111.461.461,0,0,1-.065-.68L8.008,9.745.118.786A.457.457,0,0,1,.19.109.544.544,0,0,1,.918.176L9.077,9.444a.458.458,0,0,1,0,.615L.952,19.129a.532.532,0,0,1-.4.174Zm0,0'%20fill='%231e1e1e'/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/svg%3E")
	}
	.hsvg-packup-red-h:hover{
		background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2019.303%209.195'%3E%20%3Cg%20transform='translate(0%209.195)%20rotate(-90)'%3E%20%3Cpath%20d='M.555,0A.54.54,0,0,0,.224.114a.461.461,0,0,0-.065.68L8.007,9.558.118,18.517a.457.457,0,0,0,.072.677.544.544,0,0,0,.728-.067L9.076,9.859a.458.458,0,0,0,0-.615L.952.174A.532.532,0,0,0,.552,0Zm0,0'%20transform='translate(0)'%20fill='%231e1e1e'/%3E%20%3C/g%3E%20%3C/svg%3E")
	}
}




/* 刷新 - refresh */
.hsvg-refresh,
.hsvg-refresh-h {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2020%2020'%3E%20%3Cg%20transform='translate(-870%20-1012)'%3E%20%3Cg%20transform='translate(1135%201316)'%3E%20%3Cpath%20d='M-247.349-292.752A7.559,7.559,0,0,1-255-285.31a7.557,7.557,0,0,1-7.652-7.442,7.517,7.517,0,0,1,6.358-7.335v2.333l6.421-3.122L-256.293-304v2.587A8.846,8.846,0,0,0-264-292.752,8.887,8.887,0,0,0-255-284a8.887,8.887,0,0,0,9-8.751Zm0,0'%20transform='translate(0%200)'%20fill='%23989898'/%3E%20%3C/g%3E%20%3Crect%20width='20'%20height='20'%20transform='translate(870%201012)'%20fill='none'/%3E%20%3C/g%3E%20%3C/svg%3E");
}

.hsvg-refresh-h:hover,
a:hover .hsvg-refresh-h,
.hsvg-refresh-a {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2020%2020'%3E%20%3Cg%20transform='translate(-870%20-1012)'%3E%20%3Cg%20transform='translate(1135%201316)'%3E%20%3Cpath%20d='M-247.349-292.752A7.559,7.559,0,0,1-255-285.31a7.557,7.557,0,0,1-7.652-7.442,7.517,7.517,0,0,1,6.358-7.335v2.333l6.421-3.122L-256.293-304v2.587A8.846,8.846,0,0,0-264-292.752,8.887,8.887,0,0,0-255-284a8.887,8.887,0,0,0,9-8.751Zm0,0'%20transform='translate(0%200)'%20fill='%23de1a33'/%3E%20%3C/g%3E%20%3Crect%20width='20'%20height='20'%20transform='translate(870%201012)'%20fill='none'/%3E%20%3C/g%3E%20%3C/svg%3E");
}

/* 感叹号-2 */
.hsvg-message2,
.hsvg-message2-h {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2018.118%2018.118'%3E%20%3Cg%20transform='translate(-1204%20-453)'%3E%20%3Cg%20transform='translate(1204%20453)'%3E%20%3Ccircle%20cx='9.059'%20cy='9.059'%20r='9.059'%20fill='%23e5e5e5'/%3E%20%3C/g%3E%20%3Cg%20transform='translate(1211.993%20456.73)'%3E%20%3Cpath%20d='M.066-1A1.138,1.138,0,0,1,1.131.028L.6,6.707a.524.524,0,0,1-.533.514.524.524,0,0,1-.533-.514L-1,.028A1.138,1.138,0,0,1,.066-1Z'%20transform='translate(1%201)'%20fill='%23fff'/%3E%20%3Ccircle%20cx='0.666'%20cy='0.666'%20r='0.666'%20transform='translate(0.373%209.059)'%20fill='%23fff'/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/svg%3E");
}

.hsvg-message2-a,
.hsvg-message2-h:hover,
a:hover .hsvg-message2-h {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2018.118%2018.118'%3E%20%3Cg%20transform='translate(-1204%20-453)'%3E%20%3Cg%20transform='translate(1204%20453)'%3E%20%3Ccircle%20cx='9.059'%20cy='9.059'%20r='9.059'%20fill='%23de1a33'/%3E%20%3C/g%3E%20%3Cg%20transform='translate(1211.993%20456.73)'%3E%20%3Cpath%20d='M.066-1A1.138,1.138,0,0,1,1.131.028L.6,6.707a.524.524,0,0,1-.533.514.524.524,0,0,1-.533-.514L-1,.028A1.138,1.138,0,0,1,.066-1Z'%20transform='translate(1%201)'%20fill='%23fff'/%3E%20%3Ccircle%20cx='0.666'%20cy='0.666'%20r='0.666'%20transform='translate(0.373%209.059)'%20fill='%23fff'/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/svg%3E");
}

/* 感叹号-2 */
.hsvg-message3,
.hsvg-message3-h {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B opacity: 0.5; %7D .cls-2, .cls-4 %7B fill: %23fff; %7D .cls-2 %7B opacity: 0; %7D .cls-3 %7B opacity: 0.3; %7D %3C/style%3E%3C/defs%3E%3Cg id='group_31591' data-name='group 31591' class='cls-1' transform='translate(-1306 -747)'%3E%3Crect id='rect_8849' data-name='rect 8849' class='cls-2' width='24' height='24' transform='translate(1306 747)'/%3E%3Cg id='group_31582' data-name='group 31582' transform='translate(-26 401)'%3E%3Ccircle id='ellipse_260' data-name='ellipse 260' class='cls-3' cx='8' cy='8' r='8' transform='translate(1336 350)'/%3E%3Cpath id='path_1917' data-name='path 1917' class='cls-4' d='M38.734,36.086a.862.862,0,1,0-.252.607A.862.862,0,0,0,38.734,36.086Zm-.862,8.3a.573.573,0,0,0,.574-.572V38.662a.574.574,0,0,0-1.147,0v5.153a.573.573,0,0,0,.574.572Zm0,0' transform='translate(1306.117 318.194)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.hsvg-message3-h:hover,
a:hover .hsvg-message3-h {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cstyle%3E .cls-1, .cls-3 %7B opacity: 0.5; %7D .cls-2, .cls-4 %7B fill: %23fff; %7D .cls-2 %7B opacity: 0; %7D %3C/style%3E%3C/defs%3E%3Cg id='group_32164' data-name='group 32164' class='cls-1' transform='translate(-1306 -747)'%3E%3Crect id='rect_8849' data-name='rect 8849' class='cls-2' width='24' height='24' transform='translate(1306 747)'/%3E%3Cg id='group_31582' data-name='group 31582' transform='translate(-26 401)'%3E%3Ccircle id='ellipse_260' data-name='ellipse 260' class='cls-3' cx='8' cy='8' r='8' transform='translate(1336 350)'/%3E%3Cpath id='path_1917' data-name='path 1917' class='cls-4' d='M38.734,36.086a.862.862,0,1,0-.252.607A.862.862,0,0,0,38.734,36.086Zm-.862,8.3a.573.573,0,0,0,.574-.572V38.662a.574.574,0,0,0-1.147,0v5.153a.573.573,0,0,0,.574.572Zm0,0' transform='translate(1306.117 318.194)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* 服务图标 */
.hsvg-service {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2050.199%2050.305'%3E%20%3Cg%20transform='translate(-381.101%20-399.186)'%3E%20%3Cg%20transform='translate(-0.849%20-1.107)'%3E%20%3Cpath%20d='M419.344,410.81l-11.072-4.253a3.972,3.972,0,0,0-2.88.013l-11.035,4.349a3.8,3.8,0,0,0-2.406,3.551l.065,14.87c.035,8.26,13.886,14.484,14.476,14.746a.667.667,0,0,0,.947.021c.578-.225,14.141-5.618,14.41-14.4l-.067-15.363A3.8,3.8,0,0,0,419.344,410.81ZM407.53,441.384a1.218,1.218,0,0,1-1.048-.025c-4.091-2.013-11.98-6.944-12-12.03l-.065-14.87a1.334,1.334,0,0,1,.845-1.248l11.279-4.445a.859.859,0,0,1,.3-.058.846.846,0,0,1,.3.056l11.316,4.347a1.333,1.333,0,0,1,.856,1.24l.067,15.32C419.2,435.6,410.51,440.034,407.53,441.384Z'/%3E%20%3Cpath%20d='M414.251,419.156a1.532,1.532,0,0,0-1.587.3l-6.089,5.644a.937.937,0,0,1-1.243.005l-3.712-3.382a1.1,1.1,0,0,0-.821-.272,1.568,1.568,0,0,0-1.441,1.006,1.346,1.346,0,0,0,.382,1.447l5.134,4.676a1.605,1.605,0,0,0,1.089.413h.007a1.611,1.611,0,0,0,1.094-.422l7.834-7.262a.993.993,0,0,0,.32-.829A1.525,1.525,0,0,0,414.251,419.156Z'%20transform='translate(0.313%200.545)'/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/svg%3E");
}

.hsvg-location-1 {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2018%2018'%3E%20%3Cg%20transform='translate(-305%20-1041)'%3E%20%3Crect%20width='18'%20height='18'%20transform='translate(305%201041)'%20fill='none'/%3E%20%3Cpath%20d='M267.423,143.583V141.75h-1.9l.952-.917h1.9V144.5H256v-3.667h1.9l.952.917h-1.9v1.833Zm-1.333-6.233a4.927,4.927,0,0,0,1.333-3.392,5.239,5.239,0,0,0-10.471,0,4.926,4.926,0,0,0,1.333,3.392l3.9,3.758Zm.381.917-4.188,4.033-4.379-4.033a5.913,5.913,0,0,1-1.9-4.308,6.192,6.192,0,0,1,12.375,0,5.725,5.725,0,0,1-1.618,4.033Zm-4.284-2.017a2.293,2.293,0,1,1,2.38-2.292A2.314,2.314,0,0,1,262.188,136.25Zm0-.917a1.376,1.376,0,1,0-1.428-1.375A1.438,1.438,0,0,0,262.188,135.333Z'%20transform='translate(52%20913.75)'%20fill='%23242728'/%3E%20%3C/g%3E%20%3C/svg%3E");
}



/* 2019-09 New icon */

.hsvg-account-email {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2017%2013.6'%3E%20%3Cg%20transform='translate(-1460%20-222)'%3E%20%3Cg%20transform='translate(1207.833%20-65.509)'%3E%20%3Cpath%20d='M263.973,296.484l5.951-5.5H257.218l5.951,5.5A.618.618,0,0,0,263.973,296.484Z'%20transform='translate(-2.904%20-1.423)'%20fill='none'/%3E%20%3Cpath%20d='M262.206,298.441a1.77,1.77,0,0,1-1.207-.462l-6.155-5.69v8.443a.547.547,0,0,0,.567.524H269a.547.547,0,0,0,.567-.524v-8.443l-6.155,5.69A1.768,1.768,0,0,1,262.206,298.441Z'%20transform='translate(-1.539%20-2.173)'%20fill='none'/%3E%20%3Cpath%20d='M268.925,289.288a1.679,1.679,0,0,0-.877-.677,1.809,1.809,0,0,0-.586-.1H253.872a1.809,1.809,0,0,0-.586.1,1.679,1.679,0,0,0-.877.677,1.476,1.476,0,0,0-.242.8v8.474a1.646,1.646,0,0,0,1.7,1.576h13.591a1.646,1.646,0,0,0,1.7-1.576v-8.474A1.475,1.475,0,0,0,268.925,289.288Zm-1.9.273-5.951,5.5a.618.618,0,0,1-.8,0l-5.951-5.5Zm1.009,9a.547.547,0,0,1-.567.524H253.872a.547.547,0,0,1-.567-.524v-8.443l6.155,5.69a1.808,1.808,0,0,0,2.414,0l6.155-5.69Z'%20transform='translate(0)'%20fill='%23b9b8b8'/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/svg%3E");
}

.hsvg-account-password {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2014%2017.999'%3E%20%3Cg%20transform='translate(-1486.382%20-213.202)'%3E%20%3Cpath%20d='M337.528,304.814a1.553,1.553,0,1,0,1.54,1.553A1.548,1.548,0,0,0,337.528,304.814Z'%20transform='translate(1155.854%20-81.354)'%20fill='%23b9b8b8'/%3E%20%3Cpath%20d='M336.563,289.533h-.939v-1.967a4.142,4.142,0,1,0-8.283,0v1.967H326.4a1.931,1.931,0,0,0-1.92,1.937v7.98a1.931,1.931,0,0,0,1.92,1.937h10.16a1.93,1.93,0,0,0,1.92-1.937v-7.98A1.93,1.93,0,0,0,336.563,289.533Zm-7.921-1.967a2.841,2.841,0,1,1,5.681,0v1.967h-5.681Zm8.54,11.884a.622.622,0,0,1-.619.624H326.4a.622.622,0,0,1-.619-.624v-7.98a.622.622,0,0,1,.619-.624h10.16a.622.622,0,0,1,.619.624Z'%20transform='translate(1161.899%20-70.186)'%20fill='%23b9b8b8'/%3E%20%3C/g%3E%20%3C/svg%3E");
}

.hsvg-account-phone {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2018%2018'%3E%20%3Cg%20transform='translate(-1325%20-272.552)'%3E%20%3Cg%20transform='translate(-23.125)'%3E%20%3Cg%20transform='translate(1350.092%20272.582)'%3E%20%3Cpath%20d='M202,342.8H191.6a1.191,1.191,0,0,0-1.249,1.119v15.7a1.19,1.19,0,0,0,1.249,1.119H202a1.191,1.191,0,0,0,1.249-1.119v-15.7A1.191,1.191,0,0,0,202,342.8Zm-.042,1.137V359.6H191.642V343.937Z'%20transform='translate(-189.766%20-342.8)'%20fill='%23b9b8b8'/%3E%20%3Crect%20width='12'%20height='3'%20transform='translate(0.908%2014.418)'%20fill='%23b9b8b8'/%3E%20%3Crect%20width='12'%20height='1'%20transform='translate(0.908%200.418)'%20fill='%23b9b8b8'/%3E%20%3C/g%3E%20%3Crect%20width='18'%20height='18'%20transform='translate(1348.125%20272.552)'%20fill='none'/%3E%20%3Crect%20width='18'%20height='18'%20transform='translate(1348.125%20272.552)'%20fill='none'/%3E%20%3C/g%3E%20%3Ccircle%20cx='1'%20cy='1'%20r='1'%20transform='translate(1333%20287.5)'%20fill='%23fff'/%3E%20%3C/g%3E%20%3C/svg%3E");
}

.hsvg-no-upload-img {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3E%20%3Cg%20transform='translate(-659%20-276)'%3E%20%3Ccircle%20cx='50'%20cy='50'%20r='50'%20transform='translate(659%20276)'%20fill='%23f5f3f3'/%3E%20%3Cg%20transform='translate(689%20309)'%3E%20%3Cg%3E%20%3Cg%3E%20%3Cpath%20d='M37,4.1H30.5L26.85.769a2.885,2.885,0,0,0-2-.769H14.75a2.767,2.767,0,0,0-2.1.923L9.5,4.1H3A3.047,3.047,0,0,0,0,7.177V31.782a3.047,3.047,0,0,0,3,3.076H37a3.047,3.047,0,0,0,3-3.076V7.177A3.047,3.047,0,0,0,37,4.1Z'%20fill='%23ccc'/%3E%20%3C/g%3E%20%3Cg%20transform='translate(10.773%209.227)'%3E%20%3Ccircle%20cx='9.227'%20cy='9.227'%20r='9.227'%20fill='%23f2f2f2'/%3E%20%3C/g%3E%20%3C/g%3E%20%3Cpath%20d='M73.4,28.7'%20transform='translate(-36.783%20-13.988)'%20fill='%23fff'%20stroke='%23000'%20stroke-miterlimit='10'%20stroke-width='1'/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/svg%3E%20");
}

.hsvg-payment-nor-h,
.hsvg-payment-nor {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='45'%20height='45'%20viewBox='0%200%2045%2045'%3E%20%3Cg%20transform='translate(11475%20833)'%3E%20%3Cg%20transform='translate(-11481.001%20-999.151)'%3E%20%3Cpath%20d='M31.827,206.684,10.862,185.718a2.95,2.95,0,0,1,0-4.166L22.4,170.012a2.95,2.95,0,0,1,4.166,0l1.058,1.059a.889.889,0,0,1-1.256,1.257l-1.058-1.059a1.17,1.17,0,0,0-1.652,0L12.118,182.81a1.17,1.17,0,0,0,0,1.653l20.966,20.966a1.169,1.169,0,0,0,1.652,0l11.542-11.542a1.169,1.169,0,0,0,0-1.652L30.14,176.1a.891.891,0,1,1,1.26-1.26l16.137,16.137a2.949,2.949,0,0,1,0,4.165L35.993,206.684a2.949,2.949,0,0,1-4.165,0Zm0,0'%20fill='%231e1e1e'/%3E%20%3Crect%20width='5.286'%20height='29.056'%20transform='translate(17.471%20175.993)%20rotate(-45)'%20fill='%231e1e1e'/%3E%20%3Cpath%20d='M51.019,406.052,70.807,425.84l-.714.714L50.305,406.766Zm0,0'%20transform='translate(-38.254%20-224.849)'%20fill='%231e1e1e'/%3E%20%3C/g%3E%20%3Crect%20width='45'%20height='45'%20transform='translate(-11475%20-833)'%20fill='none'/%3E%20%3C/g%3E%20%3C/svg%3E%20");
}

.hsvg-payment-nor-a,
.hsvg-payment-nor-h:hover,
a:hover .hsvg-payment-nor-h {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='45'%20height='45'%20viewBox='0%200%2045%2045'%3E%20%3Cg%20transform='translate(11475%20833)'%3E%20%3Cg%20transform='translate(-11481.001%20-999.151)'%3E%20%3Cpath%20d='M31.827,206.684,10.862,185.718a2.95,2.95,0,0,1,0-4.166L22.4,170.012a2.95,2.95,0,0,1,4.166,0l1.058,1.059a.889.889,0,0,1-1.256,1.257l-1.058-1.059a1.17,1.17,0,0,0-1.652,0L12.118,182.81a1.17,1.17,0,0,0,0,1.653l20.966,20.966a1.169,1.169,0,0,0,1.652,0l11.542-11.542a1.169,1.169,0,0,0,0-1.652L30.14,176.1a.891.891,0,1,1,1.26-1.26l16.137,16.137a2.949,2.949,0,0,1,0,4.165L35.993,206.684a2.949,2.949,0,0,1-4.165,0Zm0,0'%20fill='%23004b94'/%3E%20%3Crect%20width='5.286'%20height='29.056'%20transform='translate(17.471%20175.993)%20rotate(-45)'%20fill='%23004b94'/%3E%20%3Cpath%20d='M51.019,406.052,70.807,425.84l-.714.714L50.305,406.766Zm0,0'%20transform='translate(-38.254%20-224.849)'%20fill='%23004b94'/%3E%20%3C/g%3E%20%3Crect%20width='45'%20height='45'%20transform='translate(-11475%20-833)'%20fill='none'/%3E%20%3C/g%3E%20%3C/svg%3E");
}

.hsvg-review-h,
.hsvg-review {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2048%2048'%3E%20%3Cg%20id='Check_out-Review-PRE'%20data-name='Check%20out-Review-PRE'%20transform='translate(-1055%20-99)'%3E%20%3Cg%20transform='translate(554.387%20583.867)'%3E%20%3Cpath%20d='M507.142-268.012a2.275,2.275,0,0,1-1.618-.672l-3.24-3.24a2.291,2.291,0,0,1-.671-1.62,2.29,2.29,0,0,1,.671-1.62l.538-.542a2.276,2.276,0,0,1,1.618-.672,2.281,2.281,0,0,1,.989.222l15.211-15.2,4.316,4.313-15.207,15.211a2.294,2.294,0,0,1-.45,2.607l-.524.542a2.276,2.276,0,0,1-1.632.672Zm-2.7-6.835a.76.76,0,0,0-.538.222l-.542.542a.763.763,0,0,0-.224.54.764.764,0,0,0,.224.54l3.24,3.24a.76.76,0,0,0,.542.225.759.759,0,0,0,.538-.222l.542-.542a.763.763,0,0,0,.224-.54.763.763,0,0,0-.224-.54l-.542-.542,15.127-15.126-2.16-2.16-15.126,15.126-.542-.542a.76.76,0,0,0-.542-.225Zm0,0'%20transform='translate(0%20-177.038)'%20fill='%231e1e1e'/%3E%20%3Cpath%20d='M611.229-458a2.245,2.245,0,0,1-1.594-.672L607.9-460.53v-2.142l-5.164-5.129h-2.149l-1.854-1.759a2.269,2.269,0,0,1-.679-1.59,2.23,2.23,0,0,1,.665-1.6l6.469-6.437a2.247,2.247,0,0,1,1.606-.675,2.247,2.247,0,0,1,1.606.675l1.791,1.85v2.153l5.058,5.1h2.146l1.854,1.759a2.265,2.265,0,0,1,.7,1.59,2.212,2.212,0,0,1-.665,1.59l-6.462,6.48a2.244,2.244,0,0,1-1.594.672Zm-1.8-3.131,1.308,1.407a.7.7,0,0,0,.509.2.7.7,0,0,0,.5-.222l6.452-6.487a.7.7,0,0,0,.218-.5.739.739,0,0,0-.229-.51l-1.407-1.326h-2.163l-5.952-5.98v-2.177l-1.351-1.407a.724.724,0,0,0-.528-.228.724.724,0,0,0-.528.228l-6.459,6.455a.7.7,0,0,0-.215.51.754.754,0,0,0,.225.517l1.407,1.316h2.171l6.04,6.022Zm-18.8,7.32,1.08-1.08,1.619,1.62-1.08,1.079Zm0,0'%20transform='translate(-83.598)'%20fill='%231e1e1e'/%3E%20%3Cpath%20d='M906-38.564h-1.527v-1.527a1.53,1.53,0,0,0-1.527-1.527H889.967a1.53,1.53,0,0,0-1.526,1.527v1.527h-1.527v-1.527a3.057,3.057,0,0,1,3.053-3.046h12.981A3.057,3.057,0,0,1,906-40.083Zm0,0'%20transform='translate(-361.851%20-410.15)'%20fill='%231e1e1e'/%3E%20%3Cpath%20d='M861.885,27.318h-25.2V22.745a3.057,3.057,0,0,1,3.054-3.054h8.4v1.527h-8.4a1.53,1.53,0,0,0-1.527,1.527V25.8h22.162V22.745a1.53,1.53,0,0,0-1.527-1.527h-4.573V19.691h4.573a3.057,3.057,0,0,1,3.053,3.054Zm0,0'%20transform='translate(-314.677%20-469.154)'%20fill='%231e1e1e'/%3E%20%3Crect%20width='1.527'%20height='1.527'%20transform='translate(534.99%20-449.474)'%20fill='%231e1e1e'/%3E%20%3C/g%3E%20%3Crect%20width='48'%20height='48'%20transform='translate(1055%2099)'%20fill='none'/%3E%20%3C/g%3E%20%3C/svg%3E");
}

.hsvg-review-a,
.hsvg-review-h:hover,
a:hover .hsvg-review-h {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2048%2048'%3E%20%3Cg%20id='Check_out-Review-PRE'%20data-name='Check%20out-Review-PRE'%20transform='translate(-1055%20-99)'%3E%20%3Cg%20transform='translate(554.387%20583.867)'%3E%20%3Cpath%20d='M507.142-268.012a2.275,2.275,0,0,1-1.618-.672l-3.24-3.24a2.291,2.291,0,0,1-.671-1.62,2.29,2.29,0,0,1,.671-1.62l.538-.542a2.276,2.276,0,0,1,1.618-.672,2.281,2.281,0,0,1,.989.222l15.211-15.2,4.316,4.313-15.207,15.211a2.294,2.294,0,0,1-.45,2.607l-.524.542a2.276,2.276,0,0,1-1.632.672Zm-2.7-6.835a.76.76,0,0,0-.538.222l-.542.542a.763.763,0,0,0-.224.54.764.764,0,0,0,.224.54l3.24,3.24a.76.76,0,0,0,.542.225.759.759,0,0,0,.538-.222l.542-.542a.763.763,0,0,0,.224-.54.763.763,0,0,0-.224-.54l-.542-.542,15.127-15.126-2.16-2.16-15.126,15.126-.542-.542a.76.76,0,0,0-.542-.225Zm0,0'%20transform='translate(0%20-177.038)'%20fill='%23004b94'/%3E%20%3Cpath%20d='M611.229-458a2.245,2.245,0,0,1-1.594-.672L607.9-460.53v-2.142l-5.164-5.129h-2.149l-1.854-1.759a2.269,2.269,0,0,1-.679-1.59,2.23,2.23,0,0,1,.665-1.6l6.469-6.437a2.247,2.247,0,0,1,1.606-.675,2.247,2.247,0,0,1,1.606.675l1.791,1.85v2.153l5.058,5.1h2.146l1.854,1.759a2.265,2.265,0,0,1,.7,1.59,2.212,2.212,0,0,1-.665,1.59l-6.462,6.48a2.244,2.244,0,0,1-1.594.672Zm-1.8-3.131,1.308,1.407a.7.7,0,0,0,.509.2.7.7,0,0,0,.5-.222l6.452-6.487a.7.7,0,0,0,.218-.5.739.739,0,0,0-.229-.51l-1.407-1.326h-2.163l-5.952-5.98v-2.177l-1.351-1.407a.724.724,0,0,0-.528-.228.724.724,0,0,0-.528.228l-6.459,6.455a.7.7,0,0,0-.215.51.754.754,0,0,0,.225.517l1.407,1.316h2.171l6.04,6.022Zm-18.8,7.32,1.08-1.08,1.619,1.62-1.08,1.079Zm0,0'%20transform='translate(-83.598)'%20fill='%23004b94'/%3E%20%3Cpath%20d='M906-38.564h-1.527v-1.527a1.53,1.53,0,0,0-1.527-1.527H889.967a1.53,1.53,0,0,0-1.526,1.527v1.527h-1.527v-1.527a3.057,3.057,0,0,1,3.053-3.046h12.981A3.057,3.057,0,0,1,906-40.083Zm0,0'%20transform='translate(-361.851%20-410.15)'%20fill='%23004b94'/%3E%20%3Cpath%20d='M861.885,27.318h-25.2V22.745a3.057,3.057,0,0,1,3.054-3.054h8.4v1.527h-8.4a1.53,1.53,0,0,0-1.527,1.527V25.8h22.162V22.745a1.53,1.53,0,0,0-1.527-1.527h-4.573V19.691h4.573a3.057,3.057,0,0,1,3.053,3.054Zm0,0'%20transform='translate(-314.677%20-469.154)'%20fill='%23004b94'/%3E%20%3Crect%20width='1.527'%20height='1.527'%20transform='translate(534.99%20-449.474)'%20fill='%23004b94'/%3E%20%3C/g%3E%20%3Crect%20width='48'%20height='48'%20transform='translate(1055%2099)'%20fill='none'/%3E%20%3C/g%3E%20%3C/svg%3E");
}

.hsvg-shipping-h,
.hsvg-shipping {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2045%2045'%3E%20%3Cg%20id='check_out-shipping-pre'%20data-name='check%20out-shipping-pre'%20transform='translate(-376%20-97)'%3E%20%3Crect%20width='45'%20height='45'%20transform='translate(376%2097)'%20fill='none'/%3E%20%3Cpath%20id='check_out-shipping-pre-2'%20data-name='check%20out-shipping-pre'%20d='M16.657,93.928,47.274,82.836a1.173,1.173,0,0,1,1.512.7,1.065,1.065,0,0,1-.025.865L39.039,109.59a1.192,1.192,0,0,1-1.528.68,1.891,1.891,0,0,1-.285-.168C25,101.834,30.537,105.59,16.4,96a1.172,1.172,0,0,1-.32-1.639,1.146,1.146,0,0,1,.572-.437Zm10.729,6.679L43.813,86.583,19.647,95.347ZM45.1,87.348,28.613,101.413l8.764,5.94Zm0,0'%20transform='translate(366.12%2023.234)'%20fill='%231e1e1e'/%3E%20%3C/g%3E%20%3C/svg%3E");
}

.hsvg-shipping-a,
.hsvg-shipping-h:hover,
a:hover .hsvg-shipping-h {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2045%2045'%3E%20%3Cg%20id='check_out-shipping-pre'%20data-name='check%20out-shipping-pre'%20transform='translate(-376%20-97)'%3E%20%3Crect%20width='45'%20height='45'%20transform='translate(376%2097)'%20fill='none'/%3E%20%3Cpath%20id='check_out-shipping-pre-2'%20data-name='check%20out-shipping-pre'%20d='M16.657,93.928,47.274,82.836a1.173,1.173,0,0,1,1.512.7,1.065,1.065,0,0,1-.025.865L39.039,109.59a1.192,1.192,0,0,1-1.528.68,1.891,1.891,0,0,1-.285-.168C25,101.834,30.537,105.59,16.4,96a1.172,1.172,0,0,1-.32-1.639,1.146,1.146,0,0,1,.572-.437Zm10.729,6.679L43.813,86.583,19.647,95.347ZM45.1,87.348,28.613,101.413l8.764,5.94Zm0,0'%20transform='translate(366.12%2023.234)'%20fill='%23004b94'/%3E%20%3C/g%3E%20%3C/svg%3E");
}


.hsvg-default-avatar {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2046%2046'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2381b0d1;%7D.cls-2%7Bfill:%23e2f2ff;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Eicon-1%3C/title%3E%3Ccircle%20class='cls-1'%20cx='23'%20cy='23'%20r='23'/%3E%3Ccircle%20class='cls-2'%20cx='23'%20cy='20'%20r='12'/%3E%3Cpath%20class='cls-2'%20d='M23,46a22.93,22.93,0,0,0,15-5.56,16,16,0,0,0-30,0A22.93,22.93,0,0,0,23,46Z'/%3E%3C/svg%3E");
}

.hsvg-instagram {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2036%2036'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23adadad;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Einstagram%3C/title%3E%3Cpath%20class='cls-1'%20d='M21.72,18.59a4.13,4.13,0,0,0-4.13-4.14,4.13,4.13,0,0,0-4.14,4.14,4.13,4.13,0,0,0,4.14,4.13,4.13,4.13,0,0,0,4.13-4.13Zm2.23,0A6.32,6.32,0,0,1,17.59,25a6.33,6.33,0,0,1-6.37-6.36,6.35,6.35,0,0,1,6.37-6.37A6.33,6.33,0,0,1,24,18.59ZM25.7,12a1.5,1.5,0,1,1-.44-1.05A1.44,1.44,0,0,1,25.7,12ZM17.59,8.4H14.64l-1.56,0a13.55,13.55,0,0,0-1.66.16,6.46,6.46,0,0,0-1.16.3A4.27,4.27,0,0,0,7.9,11.26a6.46,6.46,0,0,0-.3,1.16,13.55,13.55,0,0,0-.16,1.66c0,.66,0,1.18-.05,1.56v1.71c0,.75,0,1.16,0,1.24s0,.48,0,1.23v1.71c0,.39,0,.91.05,1.56a13.55,13.55,0,0,0,.16,1.66,6.24,6.24,0,0,0,.3,1.16,4.27,4.27,0,0,0,2.36,2.36,6.46,6.46,0,0,0,1.16.3,13.55,13.55,0,0,0,1.66.16l1.56.05h5.89l1.56-.05a13.55,13.55,0,0,0,1.66-.16,6.24,6.24,0,0,0,1.16-.3,4.27,4.27,0,0,0,2.36-2.36,6.24,6.24,0,0,0,.3-1.16,13.55,13.55,0,0,0,.16-1.66c0-.65,0-1.17.05-1.56V19.82c0-.75,0-1.16,0-1.23s0-.49,0-1.24V15.64c0-.38,0-.9-.05-1.56a13.55,13.55,0,0,0-.16-1.66,6.46,6.46,0,0,0-.3-1.16A4.27,4.27,0,0,0,24.91,8.9a6.24,6.24,0,0,0-1.16-.3,13.55,13.55,0,0,0-1.66-.16l-1.56,0H17.59ZM30,18.59c0,2.46,0,4.17-.08,5.12a7.56,7.56,0,0,1-2,5.2,7.56,7.56,0,0,1-5.2,2c-.95,0-2.66.08-5.12.08s-4.18,0-5.13-.08a7.58,7.58,0,0,1-5.2-2,7.56,7.56,0,0,1-2-5.2c0-.95-.08-2.66-.08-5.12s0-4.18.08-5.13a7.58,7.58,0,0,1,2-5.2,7.58,7.58,0,0,1,5.2-2c.95,0,2.66-.08,5.13-.08s4.17,0,5.12.08a7.56,7.56,0,0,1,5.2,2,7.58,7.58,0,0,1,2,5.2c0,.95.08,2.66.08,5.13Zm0,0'/%3E%3C/svg%3E");
}

.hsvg-notice {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2040%2040'%3E%20%3Cg%20transform='translate(-801%20-618)'%3E%20%3Cg%20transform='translate(33%204)'%3E%20%3Cg%20transform='translate(768%20614)'%3E%20%3Cpath%20d='M596,156a20,20,0,1,0,20,20,20.007,20.007,0,0,0-20-20Zm0,37.333A17.333,17.333,0,1,1,613.333,176,17.333,17.333,0,0,1,596,193.333Z'%20transform='translate(-576%20-156)'%20fill='%23fff'/%3E%20%3C/g%3E%20%3C/g%3E%20%3Cg%20transform='translate(-8666%20-21.649)'%3E%20%3Crect%20width='4'%20height='4'%20rx='2'%20transform='translate(9485%20667)'%20fill='%23fff'/%3E%20%3Cpath%20d='M1-.351a2,2,0,0,1,1.98,1.857L2.173,16.322A1.264,1.264,0,0,1,.982,17.649,1.264,1.264,0,0,1-.209,16.322L-1.016,1.506A2.037,2.037,0,0,1,1-.351Z'%20transform='translate(9486.016%20648)'%20fill='%23fff'/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/svg%3E");
}

.hsvg-master-card {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20843%20506.4'%3E%20%3Cg%20transform='translate(7081%203177.3)'%3E%20%3Cpath%20d='M678.7,765.3l13.2-.4,12.7-1,12.5-1.7,12.5-2,12.4-3,12.2-3.4,11.5-4.1,11.8-4.3,11.1-5.1,10.8-5.8,10.8-6,10.1-6.4,10.2-7.1,9.4-7.4,9.4-8.1,8.8-8.4,8.4-8.8,7.7-9.1,7.8-9.4,6.7-10.1,6.8-10.1,6-10.8,5.8-10.8,5-11.1,4.4-11.5,4.1-11.8,3.4-12.2,3-12.1,2-12.5,1.7-12.5,1-12.8.4-13.2-.4-13.1-1-12.8-1.7-12.5-2-12.4-3-12.5-3.4-12.1-4.1-11.5-4.4-11.8-5-11.1-5.8-10.8-6-10.7-6.8-10.1L882,360.7l-7.8-9.4-7.7-9.4-8.4-8.8-8.8-8.4-9.4-7.8-9.4-7.7-10.2-6.7-10.1-6.8-10.8-6-10.8-5.8-11.1-5-11.8-4.4-11.5-4.1L742,267l-12.4-3-12.5-2-12.5-1.7-12.7-1-13.2-.4-13.1.4-12.8,1L640.4,262l-12.5,2-12.4,3-11.8,3.4-11.8,4.1-11.5,4.4-11.1,5-11.1,5.8-10.5,6-10.5,6.8-9.7,6.7-9.5,7.7-9.4,7.8-8.8,8.4-8,8.8-8.1,9.4-7.4,9.4-7.1,10.2L462.5,381l-6.1,10.7L451,402.5l-5.1,11.1-4.7,11.8-3.7,11.5L434.1,449l-3,12.5L429,473.9l-1.7,12.5-.9,12.8-.4,13.1.4,13.2.9,12.8,1.7,12.5,2.1,12.5,3,12.1,3.4,12.2,3.7,11.8,4.7,11.5L451,622l5.4,10.8,6.1,10.8,6.7,10.1,7.1,10.1,7.4,9.4,8.1,9.1,8,8.8,8.8,8.4,9.4,8.1,9.5,7.4,9.7,7.1,10.5,6.4,10.5,6,11.1,5.8,11.1,5.1,11.5,4.3,11.8,4.1,11.8,3.4,12.4,3,12.5,2,12.4,1.7,12.8,1,13.1.4Zm0,0'%20transform='translate(-7170.3%20-3436.2)'%20fill='%23fcb32c'/%3E%20%3Cpath%20d='M538.1,672.9h-55L495.3,686h31l-8.8,9.1-9.4,8.4-9.4,8.1-10.2,7.5L478,726.2l-11,6.4-11.2,6L444.4,744l-11.8,4.7-12.2,4.4-12.5,3.7-12.5,3-13.1,2.4-12.8,1.7-13.5,1-13.5.4-13.2-.4-12.7-1-12.5-1.7-12.4-2-12.4-3-11.9-3.4-11.8-4.1-11.4-4.3-11.5-5.1-10.8-5.8-10.8-6L201,722.1l-9.8-7.1-9.8-7.4-9.1-8.1-8.8-8.4-8.4-8.8-8.1-9.1-7.4-9.4-7.1-10.1-6.4-10.1-6-10.8L114.3,622l-5.1-11.1-4.3-11.5-4.1-11.8-3.4-12.2-3-12.1-2.1-12.5-1.6-12.5-1-12.8-.4-13.2.4-13.1,1-12.8,1.6-12.5,2.1-12.4,3-12.5,3.4-12.1,4.1-11.5,4.3-11.8,5.1-11.1,5.8-10.8,6-10.7,6.4-10.1,7.1-10.2,7.4-9.4,8.1-9.4,8.4-8.8,8.8-8.4,9.1-7.8,9.8-7.7,9.8-6.7,10.1-6.8,10.8-6,10.8-5.8,11.5-5,11.4-4.4,11.8-4.1,11.9-3.4,12.4-3,12.4-2,12.5-1.7,12.7-1,13.2-.4,13.8.4,13.9,1,13.5,2,13.5,2.4,12.8,3.4,12.8,3.7,12.4,4.7,12.2,5.1,11.8,5.8,11.5,6.4,10.7,6.7,10.8,7.7,10.1,7.8,9.8,8.4,9.4,9.1,8.8,9.4H490.8L479.7,356h61.8l1.3,2.1,1.7,2,1.3,2.1,1.7,2,1.4,2.1,1.6,2,1.4,2,1.3,2.1H468l-8.4,13.5H561.8l.9,2,1.3,2.4,1,2,1.4,2,.9,2.4,1,2.1,1.3,2.4,1,2h-120l-6,13.5H576.4l1,2.1.7,2,.7,2.1,1,2,.7,2.1.7,2,.7,2.4.7,2.1h-144l-4.1,13.1H586.6l.7,2.1.7,2.4.4,2,.7,2.1.4,2,.7,2,.3,2.4.4,2.1H430.5l-2,13.5,164.6-.3.7,4.3.4,4.7.3,4.4.4,4.7.4,4.3.3,4.7v19.2H553.8l-2.4,13.5h43.1l-.3,2v2.4l-.4,2.1-.3,2-.4,2.1v2l-.4,2.1-.3,2H548.2l-2.4,13.5h43.8l-.3,2.1-.8,2.4-.3,2-.7,2-.4,2.1-.7,2-.3,2.5-.8,2H436l4,13.1H581.4l-.7,2.1-1,2.4-.7,2-.7,2.1-1,2.4-.7,2-1,2.1-1,2H446.7l6.4,13.5H568.4l-1,2.1-1.3,2-1,2.1-1,2-.9,2.4-1.3,2.1-1,2-1.4,2h-97l8.4,13.2,79.9.3-1.6,2.1-1.4,2.1-1.7,2-1.3,2-1.7,2.4-1.3,2-1.7,2-2,.4Zm0,0'%20transform='translate(-7170.3%20-3436.2)'%20fill='%23ed1428'/%3E%20%3Cpath%20d='M447.4,536l.7-13.5H426.2l.9,13.5Zm0,0'%20transform='translate(-7170.3%20-3436.2)'%20fill='%23fcb32c'/%3E%20%3Cpath%20d='M513.3,114.5l-10.5-.9-9.1-2.4-8.1-4.1-6.7-5.4-5.5-7.1-4-8.1-2.7-9.1L466,66.9l.3-7.1.8-7.1,1.7-6.4,1.6-6.4,2.4-5.7,3.1-5.8,3.3-5.1,3.8-4.7,4.3-4.1,4.7-3.7,5.1-3.1,5.4-2.6,5.8-2.4,6-1.3,6.1-1,6.7-.4h5.1l1.7.4h1.3l1.3.3h1.4l1.3.4,11.1,2.7,2,.7,1.7.3,1,.4,1.4.4-4.4,24-3.3-1.7-3.4-1-3-.9-3.1-1-3-.7-2.6-.4-2.7-.3h-3l-7.4.7-6.4,2.4-6,3.7-4.7,4.7L499,41.2l-2.6,7.1L494.3,56l-.7,8.8.4,5.8,1.3,5.4,2.4,4.7,2.7,3.7,3.7,3.1,4.3,2.4,5.1,1.3,5.4.3h2.7l2.4-.3,2.7-.4,3-.7,2.6-.7,3.1-1,3-.9,3.3-1.4-4.6,25-3.4.7-3.4,1-3,.3-3,.8-2.7.3h-2.7l-3,.3ZM369.5,114l-10.5-.7-9.4-2.1-7.8-3-6.3-4.4-5.1-5.7L326.7,91l-2.4-7.8-.8-9.4,1-11.1,2.7-10.1,4.1-9.1,5.7-7.8,7.1-6.3,7.7-4.8,9.1-3,9.8-1,8.1.7,7.1,1.7,6,2.7,5.4,3.8,4.1,4.7,3,5.7,2,6.4.7,7.1v2.4l-.1,2v2.4l-.4,2.7-.7,2.7-.4,2.6-.9,3-.8,3.4H350.2l-.4,1v2l.4,3.8,1,3,2,2.7,2.7,2.4,3.3,1.6,4.1,1,4.8.7,5.7.4h3.4l3.7-.4,3.4-.3,3.4-.8,3.4-.7,3.3-.9,3.8-1,3.4-1.3-4.1,22.4-3.3.7-3.8,1-3.3.7-3.4.3-3.4.4-3.7.4-3.4.3Zm-3.1-72.7-2.6.7-2.7,1.4-2.4,1.7-2,2.4L355,50.1l-1.7,3-1,3.8h30.1V52.5l-.4-2.4-.7-2.4-1-2L379,44l-1.7-1.3-2.4-1-2.4-.4-3-.3Zm-66.9,72.6-5-.3-4.4-1-3.7-1.7-3-2.1-2.4-2.6-1.7-3.4-1-4.1-.3-4.3V92.3l.3-2V88.2l.4-2,1.7-8.8,1.3-7.1L294.1,2.1h27l-3.7,20.6h13.5l-3.7,21.6H313.3l-7.1,37.2-.4,1.3v2.4l.8,3,1.3,2.1,3,1.3,4.1.3h2l2.1-.3h1.7l1.7-.4L319,110.8l-5.5,1.3-2.4.4-2.4.7-2.4.4h-2.4l-2,.3Zm-149.8-.3-5.1-.4-5-1.3-4.1-2.1-3.7-3-2.7-3.4-2.4-4.3-1.3-4.7-.4-5.1.7-7.7,2.7-7.1,3.7-5.8,5.4-5.1,6.8-4.1,8.1-2.6,9.4-1.7,10.8-.7h3.8l1.3.3h2.7l1.7.4h1.3l.7-1.7.3-1.4.4-1.3v-1l-.4-2.1-.7-1.7-.9-1.7-2.1-.9-2.4-.7-3-.8-3.8-.3h-7.4l-3,.3H158l-2.6.4-3,.4-2.7.3-2.7.7-2.4.4-3.7,1-2.4.7,3.7-20.3,4.7-1,4.8-.9,4-1,4.1-.7,3.8-.4,3.7-.4,3.7-.3h3.8l8.1.3,7.4,1.4,6.1,2,5,3.1,4.1,3.7,2.7,4.3,1.7,5.5.7,6v3l-.6,1.7-.3,2-.4,2.1-.3,2.4-.4,3-.7,3.4-5.8,31.7-.7,5.8-.7,4.3-.7,3.4-.1,2.2H177.6l.3-9.4-2.6,2.7-2.7,2-3.4,2.1-3.3,1.3-3.4,1.3-4.1.7-4.4.8Zm19.1-41.5-4.7.7-4.1.9-3.4,1.4-2.4,2-2,2.4-1,2.7-.3,3.4.7,3.7,2,2.6,3,2.1,4.1.7,4.1-.3,3.7-1.4,3-2,3.1-2.7,2-3,2.1-4.1.9-4.3.8-4.8-2.1-.4h-4.1Zm401.5,41.5-5.1-.4-5.1-1.3-4.1-2.1-3.7-3-2.7-3.4-2.4-4.3-1.3-4.7-.4-5.1.8-7.7,2.6-7.1,3.8-5.8,5.4-5.1,6.7-4.1,8.1-2.6,9.4-1.7,10.8-.7h3.7l1.3.3h3.1l1.6.4h1.4l.3-1.7.4-1.4.4-1.3v-1l-.4-2.1-.7-1.7-1-1.7-2-.9-2.5-.7-3-.8-3.7-.3h-7.5l-3,.3h-3l-2.7.4-3,.4-2.6.3-2.7.7-2.4.4-3.7,1-2.4.7,3.8-20.3,4.7-1,4.7-.9,4.1-1,4.1-.7,7.4-.8,3.8-.3h3.7l8.1.3,7.4,1.4,6,2,5.1,3.1,4,3.7,2.7,4.3,1.7,5.5.7,6v3l-.3,1.7v2l-.4,2.1-.4,2.4-.7,3-.7,3.4-5.4,31.7-1,5.8-.7,4.3-.7,3.4-.3,2.2H598.1l.4-9.4-2.7,2.7-2.6,2-3.4,2.1-3.4,1.3-3.4,1.3-4.1.7-4.3.8Zm19.1-41.5-4.7.7-4.1.9-3,1.4-2.7,2-2,2.4-1,2.7-.3,3.4.7,3.7,2,2.6,3.1,2.1,4,.7,4.1-.3,3.8-1.4,3.3-2,2.7-2.7,2.4-3,1.7-4.1,1.3-4.3.2-4.8-1.7-.4h-4.3ZM229.5,113.5l-2-.4h-4.1l-2.4-.4h-2.4l-2.1-.3-2-.4h-1.7l-1.4-.3-5-.8-1-.3L209.2,90l3.3.7,3.1.9,3,.4,3,.7,3,.4h2.7l3,.3H237l3.4-.3,2.7-.7,2.4-1,1.7-1,.9-1.3.7-1.7.4-2V84l-.4-1.3-.7-1-1.3-.9-1.3-1-2.4-1.3L240,77.1l-3.7-1.3-5.1-2.4L226.9,71l-3.7-2.7-2.7-3-2.4-3-1.3-3.4-1-3.7-.3-4.1.5-5.9,1.3-5.8,3-5.1,4.1-4.3,5.4-3.8,7.5-3,8.8-1.7,10.5-.7H262l3.5.3h3l3.4.4,3.3.4,3.1.3,2.6.4-4.1,20.9-2.6-.4-2.4-.3-2.7-.4h-2.4L264,42h-9.7l-2.7.4-2.4.7-2,.7-1.4,1-1,1.3-.7,1.4-.3,1.6v1.4l.3,1.3.7,1,1,.9,1.7,1,2.4,1,3,1.3,3.8,1.3,4.7,2.1,4.1,2.4,3.4,2.7,2.6,2.6,2,3.4,1.4,3.4.7,4.1.4,4.3-.7,7.1-1.7,6.4-3.3,5.1-4.4,4.1-6,3.4-7.1,2.4-8.8,1.3-10.1.4Zm486.5-.3-7.1-.7-6.4-2.1-5.4-3-4.7-4.3-4.1-5.5-2.6-6.4L684,84.1l-.8-8.1.4-5.4.7-5.4,1-5.4,1.3-4.7,2.1-5.1,2.4-4.3,2.4-4.1,3-4.1,3-3.7,3.4-3.1,3.7-2.6,4.1-2.4,4.1-2.1,4.1-1.3,4.4-.7,4.3-.4,3.7.4,3.8.3,3.3,1,3.4,1.3,3,1.7,3.1,2.1,3,2.4,2.6,3L759.3,2h26.6L765.2,112.1H739.6l1.3-8.8-2.7,2.4-3,2.1-2.6,1.7-3.1,1.3-3.3,1-3,.7-3.4.7ZM727.9,44l-4.1,1.3L720.4,48l-3,3.7L714.8,56l-1.7,5.1-1.4,5.8-.3,6.4.3,4.1.4,3.4,1.3,3,1.4,2.6,2,2.1,2.4,1.3,2.7.7,3.4.4,4.4-.7,4.4-1.7,3.7-2.7,3-3.3,2.7-4.4,1.6-5.4,1.4-5.8.3-6.4-.3-3.7-.8-3.4-.9-3-1.7-2.7-2-1.7-2.4-1.7-3-.7-3.4-.3ZM430.2,112.1h-27l16.6-89.4H444l-2.4,13.5,3-3.7,3-3,2.7-2.4,3-2.1,2.7-1.6,3-1,3-.4,3-.3h2.1l.7.3h1.3l1,.4h.7l.4.3h.3l-1.7,2.7-1.3,2.7-1.7,3-1,3-1.3,3-1,3.8-.9,3.3-1,4.1h-1.3l-1-.3h-4.7l-2.1.3-2,1-2,1-1.7,1.3-1.4,2-1.6,2.7-1.4,3-1.3,3.8-1.7,4.3-1.3,5.4-1.4,6.1-1.3,6.7-1.7,7.7-1.7,8.8-1.8,10v0Zm-315,0H88.9l15.6-84.6L68.4,112.1H44.2L39.8,28.2,24.3,112.1H0L20.7,2.1H62l2.1,67.8,29-67.8h43.2l-21.1,110Zm539.6,0H627.4L644,22.7h24.6l-2.4,13.5,3-3.7,3-3,2.7-2.4,2.6-2.1,3.1-1.6,2.6-1,3-.4,3.4-.3h2.6l1.4.3,1,.4-7.8,26.3-2.4-.4-1.3-.3h-2.4l-3.7.3-3.1,1.4-3,2.3-2.4,3.4-2.4,4.4-2,6L662,73.2l-2,9.1-3,15.5-.7,3-.8,2.4-.3,1.7v1l-.4.9v1.4l-.3,1.7.3,2.2h0Z'%20transform='translate(-7052.299%20-2976.001)'%20fill='%23fff'/%3E%20%3C/g%3E%20%3C/svg%3E");
}

.hsvg-paypal {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20108%2028'%3E%20%3Cg%20id='paypal'%20transform='translate(-970%20-727)'%3E%20%3Cg%20transform='translate(971%20728)'%3E%20%3Cpath%20d='M644.66-213.473h-5.885a.845.845,0,0,0-.818.686l-2.375,15.068a.479.479,0,0,0,.475.554h3.008a.547.547,0,0,0,.554-.475l.686-4.275a.8.8,0,0,1,.818-.686h1.847c3.879,0,6.1-1.874,6.676-5.594a4.63,4.63,0,0,0-.739-3.8c-.792-.976-2.269-1.478-4.249-1.478Zm.686,5.489c-.317,2.111-1.927,2.111-3.483,2.111h-.9l.633-3.932a.483.483,0,0,1,.475-.422h.4c1.055,0,2.058,0,2.586.607a1.977,1.977,0,0,1,.29,1.636Zm0,0'%20transform='translate(-562.42%20219.279)'%20fill='%23009cde'/%3E%20%3Cpath%20d='M-679.243-213.473h-5.885a.845.845,0,0,0-.818.686l-2.375,15.068a.48.48,0,0,0,.475.554h2.8a.845.845,0,0,0,.818-.686l.633-4.064a.8.8,0,0,1,.818-.686h1.847c3.879,0,6.1-1.874,6.676-5.594a4.63,4.63,0,0,0-.739-3.8c-.792-.976-2.27-1.478-4.249-1.478Zm.686,5.489c-.317,2.111-1.926,2.111-3.483,2.111h-.9l.633-3.932a.483.483,0,0,1,.475-.422h.4c1.056,0,2.058,0,2.586.607a1.977,1.977,0,0,1,.29,1.636Zm16.863-.079h-2.824a.483.483,0,0,0-.475.422l-.132.792-.185-.29c-.607-.871-1.953-1.187-3.325-1.187a6.467,6.467,0,0,0-6.28,5.647,5.309,5.309,0,0,0,1.056,4.328,4.434,4.434,0,0,0,3.536,1.425,5.325,5.325,0,0,0,3.879-1.61l-.132.792a.479.479,0,0,0,.475.554h2.533a.845.845,0,0,0,.818-.686l1.531-9.632a.477.477,0,0,0-.475-.554Zm-3.906,5.489a3.138,3.138,0,0,1-3.167,2.692,2.388,2.388,0,0,1-1.9-.765,2.377,2.377,0,0,1-.448-1.979,3.176,3.176,0,0,1,3.14-2.718,2.367,2.367,0,0,1,1.874.765,2.385,2.385,0,0,1,.5,2.005Zm0,0'%20transform='translate(719.603%20219.279)'%20fill='%23003087'/%3E%20%3Cpath%20d='M1070.27-50.537h-2.824a.483.483,0,0,0-.475.422l-.132.792-.185-.29c-.607-.871-1.953-1.187-3.325-1.187a6.467,6.467,0,0,0-6.281,5.647,5.309,5.309,0,0,0,1.055,4.328,4.435,4.435,0,0,0,3.536,1.425,5.324,5.324,0,0,0,3.879-1.61l-.132.792a.479.479,0,0,0,.475.554h2.533a.845.845,0,0,0,.818-.686l1.53-9.632a.477.477,0,0,0-.475-.554Zm-3.906,5.489a3.138,3.138,0,0,1-3.167,2.692,2.388,2.388,0,0,1-1.9-.765,2.377,2.377,0,0,1-.449-1.979,3.177,3.177,0,0,1,3.14-2.718,2.368,2.368,0,0,1,1.874.765,2.385,2.385,0,0,1,.5,2.006Zm0,0'%20transform='translate(-970.482%2061.752)'%20fill='%23009cde'/%3E%20%3Cg%20transform='translate(0%200)'%3E%20%3Cpath%20d='M225.2-42.457h-2.824a.829.829,0,0,0-.686.369l-3.906,5.753-1.662-5.515a.824.824,0,0,0-.792-.581h-2.771a.5.5,0,0,0-.475.66L215.2-32.64l-2.929,4.117a.482.482,0,0,0,.4.765h2.824a.789.789,0,0,0,.66-.343l9.394-13.564a.467.467,0,0,0-.343-.792Zm0,0'%20transform='translate(-152.302%2053.672)'%20fill='%23003087'/%3E%20%3Cpath%20d='M1508.9-213.887l-2.4,15.332a.479.479,0,0,0,.475.554h2.428a.845.845,0,0,0,.818-.686l2.375-15.068a.48.48,0,0,0-.475-.554h-2.718a.513.513,0,0,0-.5.422Zm0,0'%20transform='translate(-1405.791%20220.088)'%20fill='%23009cde'/%3E%20%3Cpath%20d='M-1657.2-390.429a5.15,5.15,0,0,0-1.082-4.618c-1.214-1.372-3.378-1.953-6.149-1.953h-8.049a1.16,1.16,0,0,0-1.135.976l-3.378,21.269a.681.681,0,0,0,.686.792h4.961l-.343,2.164a.6.6,0,0,0,.607.686h4.2a1.021,1.021,0,0,0,1-.844l.052-.211.792-5.014.053-.264a1,1,0,0,1,1-.844h.633c4.064,0,7.23-1.636,8.154-6.413.4-2.006.185-3.668-.844-4.829a4.406,4.406,0,0,0-1.161-.9'%20transform='translate(1677%20397)'%20fill='%23009cde'/%3E%20%3Cpath%20d='M-1657.2-390.429a5.15,5.15,0,0,0-1.082-4.618c-1.214-1.372-3.378-1.953-6.149-1.953h-8.049a1.16,1.16,0,0,0-1.135.976l-3.378,21.269a.681.681,0,0,0,.686.792h4.961l1.24-7.917-.026.238a1.14,1.14,0,0,1,1.135-.976h2.375c4.645,0,8.286-1.874,9.342-7.336l.079-.475'%20transform='translate(1677%20397)'%20fill='%23012169'/%3E%20%3Cpath%20d='M-1668.729-390.4a1.046,1.046,0,0,1,.554-.765,1.239,1.239,0,0,1,.422-.106h6.333a12.866,12.866,0,0,1,2.085.158,3.106,3.106,0,0,1,.528.106,2.785,2.785,0,0,1,.5.132l.238.079a6.673,6.673,0,0,1,.871.369,5.15,5.15,0,0,0-1.082-4.618c-1.214-1.372-3.378-1.953-6.149-1.953h-8.049a1.16,1.16,0,0,0-1.135.976l-3.378,21.269a.681.681,0,0,0,.686.792h4.961l1.24-7.917Zm0,0'%20transform='translate(1677%20397)'%20fill='%23003087'/%3E%20%3C/g%3E%20%3C/g%3E%20%3Crect%20width='108'%20height='28'%20transform='translate(970%20727)'%20fill='none'/%3E%20%3C/g%3E%20%3C/svg%3E");
}

.hsvg-return-in-progress {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2050%2050'%3E%20%3Cg%20transform='translate(-247.167%20-336.612)'%3E%20%3Cg%3E%20%3Cpath%20d='M283.057,345.636h-22.1a2.481,2.481,0,0,0-2.093.984l-3.278,5H288.7l-3.588-5.052A2.519,2.519,0,0,0,283.057,345.636Z'%20fill='none'/%3E%20%3Cpath%20d='M275.434,369.978H262.24a1.047,1.047,0,0,0,0,2.093h13.194c3.68,0,6.673-2.552,6.673-5.687s-2.993-5.688-6.673-5.688h-6.076v-2.364a.529.529,0,0,0-.81-.447l-5.11,3.218a.528.528,0,0,0,0,.894l5.11,3.218a.529.529,0,0,0,.81-.448v-1.978h6.076c2.325,0,4.217,1.613,4.217,3.6S277.759,369.978,275.434,369.978Z'%20fill='%23707070'/%3E%20%3Cpath%20d='M290.545,350.04l-3.133-4.411a5.334,5.334,0,0,0-4.355-1.974h-22.1a5.249,5.249,0,0,0-4.43,2.083l-2.862,4.365a6.077,6.077,0,0,0-.995,3.331v3.432a1.276,1.276,0,0,0,1.1,1.291,1.228,1.228,0,0,0,1.355-1.221v-2.043a.816.816,0,0,1,.817-.817h32.455a.816.816,0,0,1,.816.817v20.99a1.231,1.231,0,0,1-1.23,1.231H256.354a1.232,1.232,0,0,1-1.231-1.232v-5.633a1.277,1.277,0,0,0-1.1-1.292,1.228,1.228,0,0,0-1.354,1.222v5.7a3.686,3.686,0,0,0,3.686,3.686h31.628a3.686,3.686,0,0,0,3.686-3.686V353.558A6.075,6.075,0,0,0,290.545,350.04Zm-34.184,1.58a.42.42,0,0,1-.352-.65l2.852-4.35a2.481,2.481,0,0,1,2.093-.984h22.1a2.519,2.519,0,0,1,2.057.932l3.116,4.389a.42.42,0,0,1-.342.663Z'%20fill='%23707070'/%3E%20%3C/g%3E%20%3Crect%20width='50'%20height='50'%20transform='translate(247.167%20336.612)'%20fill='none'/%3E%20%3Crect%20width='50'%20height='50'%20transform='translate(247.167%20336.612)'%20fill='none'/%3E%20%3C/g%3E%20%3C/svg%3E");
}

.hsvg-youtube {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2036%2036'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23adadad;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Eyoutube%3C/title%3E%3Cpath%20class='cls-1'%20d='M20.85,23.58V26.9c0,.7-.2,1.05-.61,1.05a1,1,0,0,1-.71-.35V22.87a1,1,0,0,1,.71-.35c.41,0,.61.35.61,1.06Zm5.32,0v.73H24.76v-.73c0-.71.23-1.07.71-1.07s.7.36.7,1.07ZM11,20.16h1.69V18.68H7.75v1.48H9.4v9H11Zm4.53,9h1.41V21.34H15.5v5.95c-.31.44-.61.66-.89.66s-.3-.11-.33-.33a4,4,0,0,1,0-.55V21.34h-1.4v6.15A3.65,3.65,0,0,0,13,28.64a.84.84,0,0,0,.91.58,2.31,2.31,0,0,0,1.6-.95Zm6.76-2.32v-3.1a5.28,5.28,0,0,0-.15-1.56A1.08,1.08,0,0,0,21,21.25a1.89,1.89,0,0,0-1.47.85V18.68h-1.4V29.11h1.4v-.75a2,2,0,0,0,1.47.86,1.07,1.07,0,0,0,1.11-.86,5.46,5.46,0,0,0,.15-1.57Zm5.31-.16v-.21H26.14a8.05,8.05,0,0,1,0,1,.6.6,0,0,1-.63.57c-.48,0-.72-.36-.72-1.09V25.5h2.81V23.87a3.15,3.15,0,0,0-.42-1.82,2.15,2.15,0,0,0-3.35,0,3,3,0,0,0-.44,1.82V26.6a3,3,0,0,0,.45,1.82,2,2,0,0,0,1.7.8,1.9,1.9,0,0,0,1.7-.83,1.88,1.88,0,0,0,.33-.85,7.2,7.2,0,0,0,0-.91ZM18,12.26V9c0-.73-.23-1.09-.68-1.09s-.68.36-.68,1.09v3.3c0,.74.23,1.1.68,1.1S18,13,18,12.26ZM29.32,24.08a27.54,27.54,0,0,1-.41,5.51A3,3,0,0,1,28,31.14a2.75,2.75,0,0,1-1.61.73,84.2,84.2,0,0,1-8.73.33,84.2,84.2,0,0,1-8.73-.33,2.8,2.8,0,0,1-1.62-.73,2.87,2.87,0,0,1-.9-1.55A26.93,26.93,0,0,1,6,24.08a27.47,27.47,0,0,1,.41-5.51A3,3,0,0,1,7.32,17a2.88,2.88,0,0,1,1.62-.74Q11.82,16,17.66,16t8.73.31A3,3,0,0,1,28,17a2.87,2.87,0,0,1,.9,1.56,26.93,26.93,0,0,1,.41,5.51ZM13.62,4h1.6l-1.9,6.28v4.26H11.74V10.28a24.41,24.41,0,0,0-1-3.34c-.38-1.08-.73-2.06-1-2.94h1.67l1.12,4.14Zm5.82,5.24V12A3.14,3.14,0,0,1,19,13.85a2,2,0,0,1-1.67.8,1.93,1.93,0,0,1-1.65-.8A3.11,3.11,0,0,1,15.24,12V9.24a3,3,0,0,1,.44-1.84,1.93,1.93,0,0,1,1.65-.8A2,2,0,0,1,19,7.4a3.09,3.09,0,0,1,.44,1.84Zm5.27-2.55v7.85H23.28v-.86a2.27,2.27,0,0,1-1.62,1,.87.87,0,0,1-.93-.58,4.11,4.11,0,0,1-.13-1.18V6.69H22v5.78a5.17,5.17,0,0,0,0,.55c0,.23.14.34.33.34s.58-.22.9-.67v-6Zm0,0'/%3E%3C/svg%3E");
}

.hsvg-close-w {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; %7D .cls-2 %7B fill: none; %7D %3C/style%3E%3C/defs%3E%3Cg id='group_32163' data-name='group 32163' transform='translate(-341 -1652)'%3E%3Cpath id='combine_7' data-name='combine 7' class='cls-1' d='M13243.292,7727.707l-4.3-4.292-4.288,4.292a.983.983,0,0,1-.7.292,1,1,0,0,1-.708-1.706l4.285-4.292-4.285-4.294a.992.992,0,0,1-.293-.678v-.06a.992.992,0,0,1,.293-.678,1.006,1.006,0,0,1,1.416,0l4.284,4.295,4.3-4.295a1,1,0,0,1,1.412,1.416l-4.3,4.292,4.3,4.292a1,1,0,0,1,.3.681v.057a1,1,0,0,1-1.709.678Z' transform='translate(-12886 -6058)'/%3E%3Crect id='rect_8839' data-name='rect 8839' class='cls-2' width='24' height='24' transform='translate(341 1652)'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.hsvg-close2-w {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='12.001'%20height='11.999'%20viewBox='0%200%2012.001%2011.999'%3E%20%3Cpath%20d='M13243.292,7727.707l-4.3-4.292-4.288,4.292a.983.983,0,0,1-.7.292,1,1,0,0,1-.708-1.706l4.285-4.292-4.285-4.294a.992.992,0,0,1-.293-.678v-.06a.992.992,0,0,1,.293-.678,1.006,1.006,0,0,1,1.416,0l4.284,4.295,4.3-4.295a1,1,0,0,1,1.412,1.416l-4.3,4.292,4.3,4.292a1,1,0,0,1,.3.681v.057a1,1,0,0,1-1.709.678Z'%20transform='translate(-13233%20-7716)'%20fill='%23fff'/%3E%20%3C/svg%3E%20");
}

.hsvg-close-png-w1 {
    background-image:url("../image/close-w1.png") ;
}

.hsvg-close-png-w2 {
	background-image:url("../image/close-w2.png") ;
}

.hsvg-close-png-b1 {
    background-image:url("../image/close-b1.png") ;
}

.hsvg-close-png-b2 {
	background-image:url("../image/close-b2.png") ;
}

.modal-header .closebtn-inside .close.hsvg-close,
.modal-header .closebtn-inside .close.hsvg-close.hsvg-close-png-b2,
.modal-header .closebtn-outside .close.hsvg-close-w,
.modal-header .closebtn-outside .close.hsvg-close-w.hsvg-close-png-w1,
.modal-header .closebtn-outside .close.hsvg-close-w.hsvg-close-png-w2{
	transform: rotate(45deg);
    background: none;
    background-color: transparent;
    border: none;
    appearance: none;
    -webkit-appearance: none;
}

.modal-header .closebtn-inside .close.hsvg-close:after,
.modal-header .closebtn-inside.close.hsvg-close.hsvg-close-png-b2:after,
.modal-header .closebtn-outside .close.hsvg-close-w:after,
.modal-header .closebtn-outside .close.hsvg-close-w.hsvg-close-png-w1:after,
.modal-header .closebtn-outside .close.hsvg-close-w.hsvg-close-png-w2:after{
	content: '+';
    font-size: 37px;
    font-weight: 100;
    color: #fff;
    position: relative;
    top: -6px;
    left: 0px;
}

.modal-header .closebtn-inside .close.hsvg-close:after,
.modal-header .closebtn-inside.close.hsvg-close.hsvg-close-png-b2:after{
	color: #000;
}

.hsvg-radio-n {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%20%3Cg%20transform='translate(-385%20-771)'%3E%20%3Cg%20transform='translate(385%20771)'%20fill='%23fff'%20stroke='%231e1e1e'%20stroke-width='1'%3E%20%3Crect%20width='24'%20height='24'%20rx='12'%20stroke='none'/%3E%20%3Crect%20x='0.5'%20y='0.5'%20width='23'%20height='23'%20rx='11.5'%20fill='none'/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/svg%3E");
}

.hsvg-radio-y {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%20%3Cg%20transform='translate(-385%20-771)'%3E%20%3Crect%20width='24'%20height='24'%20rx='12'%20transform='translate(385%20771)'%20fill='%231e1e1e'/%3E%20%3Cg%20transform='translate(387.701%20776.104)'%3E%20%3Cpath%20d='M118.6,386.466a1.044,1.044,0,0,1-.722-.29l-5.56-5.325a1.044,1.044,0,1,1,1.445-1.508l4.747,4.546,8.611-10.464a1.044,1.044,0,0,1,1.613,1.327l-9.326,11.333a1.044,1.044,0,0,1-.745.379l-.062,0Zm0,0'%20transform='translate(-112%20-373.044)'%20fill='%23fff'/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/svg%3E");
}

.hsvg-location-2,
.hsvg-location-2-h {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2016.418%2022.785'%3E%20%3Cpath%20d='M8.209,0a8.209,8.209,0,0,1,8.209,8.209c0,4.534-7.615,14.576-8.209,14.576S0,12.743,0,8.209A8.209,8.209,0,0,1,8.209,0Z'%20transform='translate(0%200)'%20fill='%231e1e1e'/%3E%20%3C/svg%3E");
}

.hsvg-location-2-a,
.hsvg-location-2-h:hover,
a:hover .hsvg-location-2-h {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2048.166%2066.846'%3E%20%3Cpath%20d='M24.083,0A24.083,24.083,0,0,1,48.166,24.083c0,13.3-22.341,42.762-24.083,42.762S0,37.383,0,24.083A24.083,24.083,0,0,1,24.083,0Z'%20fill='%230070c9'/%3E%20%3C/svg%3E");
}

.hsvg-checkbox-n {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%20%3Cg%20transform='translate(-60%20-567)'%3E%20%3Cg%20transform='translate(60%20567)'%20fill='none'%20stroke='%231e1e1e'%20stroke-width='1'%3E%20%3Crect%20width='24'%20height='24'%20rx='4'%20stroke='none'/%3E%20%3Crect%20x='0.5'%20y='0.5'%20width='23'%20height='23'%20rx='3.5'%20fill='none'/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/svg%3E");
}

.hsvg-checkbox-y {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%20%3Cg%20transform='translate(-395%20-1283)'%3E%20%3Crect%20width='24'%20height='24'%20rx='4'%20transform='translate(395%201283)'%20fill='%231e1e1e'/%3E%20%3Cg%20transform='translate(399%201288.104)'%3E%20%3Cpath%20d='M118.6,386.466a1.044,1.044,0,0,1-.722-.29l-5.56-5.325a1.044,1.044,0,1,1,1.445-1.508l4.747,4.546,8.611-10.464a1.044,1.044,0,0,1,1.613,1.327l-9.326,11.333a1.044,1.044,0,0,1-.745.379l-.062,0Zm0,0'%20transform='translate(-112%20-373.044)'%20fill='%23fff'/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/svg%3E");
}

.hsvg-huawei {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20viewBox='0%200%20135.223%2029.578'%3E%20%3Cdefs%3E%20%3CclipPath%20id='clip-path'%3E%20%3Cpath%20id='path_64'%20data-name='path%2064'%20d='M45.861,66.867a.12.12,0,0,0,.032-.149h0A90,90,0,0,0,34.979,49s-3.429,3.258-3.184,6.527a5.745,5.745,0,0,0,1.991,3.929c2.992,2.917,10.233,6.6,11.915,7.432a.12.12,0,0,0,.16-.021'%20transform='translate(-31.782%20-49)'/%3E%20%3C/clipPath%3E%20%3CclipPath%20id='clip-path-2'%3E%20%3Crect%20id='rect_95'%20data-name='rect%2095'%20width='14.375'%20height='17.931'/%3E%20%3C/clipPath%3E%20%3CclipPath%20id='clip-path-4'%3E%20%3Cpath%20id='path_66'%20data-name='path%2066'%20d='M51.013,239.306a.17.17,0,0,0-.16-.106h0l-12.053.426c1.31,2.332,3.514,4.142,5.8,3.588,1.587-.394,5.164-2.9,6.346-3.748h0c.1-.085.064-.16.064-.16'%20transform='translate(-38.8%20-239.2)'/%3E%20%3C/clipPath%3E%20%3CclipPath%20id='clip-path-5'%3E%20%3Crect%20id='rect_100'%20data-name='rect%20100'%20width='12.245'%20height='4.557'/%3E%20%3C/clipPath%3E%20%3CclipPath%20id='clip-path-7'%3E%20%3Cpath%20id='path_68'%20data-name='path%2068'%20d='M21.386,152.453c.064-.1-.043-.181-.043-.181h0C16.051,148.694,5.787,143.2,5.787,143.2a7.145,7.145,0,0,0,4.121,8.827,7.637,7.637,0,0,0,2.311.511c.181.032,7.166,0,9.04-.011a.157.157,0,0,0,.128-.075'%20transform='translate(-5.439%20-143.2)'/%3E%20%3C/clipPath%3E%20%3CclipPath%20id='clip-path-8'%3E%20%3Crect%20id='rect_105'%20data-name='rect%20105'%20width='16.6'%20height='9.37'%20transform='translate(0%200)'/%3E%20%3C/clipPath%3E%20%3CclipPath%20id='clip-path-9'%3E%20%3Crect%20id='rect_107'%20data-name='rect%20107'%20width='16.6'%20height='9.37'/%3E%20%3C/clipPath%3E%20%3CclipPath%20id='clip-path-10'%3E%20%3Cpath%20id='path_70'%20data-name='path%2070'%20d='M111.127.1c-.522.043-1.938.373-1.938.373a5.587,5.587,0,0,0-3.95,3.727,7.338,7.338,0,0,0,.011,3.823c1.065,4.728,6.3,12.511,7.432,14.14.075.085.138.053.138.053a.159.159,0,0,0,.117-.149h0C114.683,4.7,111.127.1,111.127.1'%20transform='translate(-104.981%20-0.1)'/%3E%20%3C/clipPath%3E%20%3CclipPath%20id='clip-path-11'%3E%20%3Crect%20id='rect_110'%20data-name='rect%20110'%20width='10.009'%20height='22.147'/%3E%20%3C/clipPath%3E%20%3CclipPath%20id='clip-path-13'%3E%20%3Cpath%20id='path_72'%20data-name='path%2072'%20d='M195.455,22.2a.135.135,0,0,0,.17-.064h0c1.161-1.672,6.367-9.413,7.432-14.119a8,8,0,0,0,.021-3.823A5.594,5.594,0,0,0,199.1.473S198.17.238,197.2.1c0,0-3.578,4.6-1.831,21.977h0a.137.137,0,0,0,.085.128'%20transform='translate(-194.89%20-0.1)'/%3E%20%3C/clipPath%3E%20%3CclipPath%20id='clip-path-14'%3E%20%3Crect%20id='rect_115'%20data-name='rect%20115'%20width='10.009'%20height='22.158'/%3E%20%3C/clipPath%3E%20%3CclipPath%20id='clip-path-16'%3E%20%3Cpath%20id='path_74'%20data-name='path%2074'%20d='M225.81,239.3a.174.174,0,0,0-.138.1.182.182,0,0,0,.043.16h0c1.15.831,4.653,3.28,6.335,3.748,0,0,3.12,1.065,5.824-3.588L225.81,239.3Z'%20transform='translate(-225.668%20-239.3)'/%3E%20%3C/clipPath%3E%20%3CclipPath%20id='clip-path-17'%3E%20%3Crect%20id='rect_120'%20data-name='rect%20120'%20width='12.234'%20height='5.079'/%3E%20%3C/clipPath%3E%20%3CclipPath%20id='clip-path-19'%3E%20%3Cpath%20id='path_76'%20data-name='path%2076'%20d='M239.455,143s-10.243,5.5-15.546,9.083h0a.158.158,0,0,0-.064.17s.053.085.128.085h0c1.9,0,9.072.011,9.264-.021a7.111,7.111,0,0,0,5.952-4.2,7.234,7.234,0,0,0,.266-5.122'%20transform='translate(-223.839%20-143)'/%3E%20%3C/clipPath%3E%20%3CclipPath%20id='clip-path-20'%3E%20%3Crect%20id='rect_125'%20data-name='rect%20125'%20width='16.557'%20height='9.359'/%3E%20%3C/clipPath%3E%20%3CclipPath%20id='clip-path-22'%3E%20%3Cpath%20id='path_78'%20data-name='path%2078'%20d='M214.953,66.867a.144.144,0,0,0,.16.011h0c1.725-.862,8.912-4.515,11.883-7.422a5.792,5.792,0,0,0,1.98-3.95c.213-3.375-3.184-6.506-3.184-6.506A89.76,89.76,0,0,0,214.9,66.675h0c.021,0-.032.117.053.192'%20transform='translate(-214.9%20-49)'/%3E%20%3C/clipPath%3E%20%3CclipPath%20id='clip-path-23'%3E%20%3Crect%20id='rect_130'%20data-name='rect%20130'%20width='14.343'%20height='17.931'/%3E%20%3C/clipPath%3E%20%3C/defs%3E%20%3Cg%20id='Huawei-logo'%20transform='translate(-5.439%20-0.1)'%3E%20%3Cpath%20id='path_58'%20data-name='path%2058'%20d='M453.46,97.705h-6.825V91.7H443.6v14.907h3.035v-6.059h6.825v6.059h3.024V91.7H453.46Z'%20transform='translate(-391.506%20-81.847)'%20fill='%2324272a'/%3E%20%3Cpath%20id='path_59'%20data-name='path%2059'%20d='M613.817,100.14c0,2.428-1.2,3.716-3.386,3.716s-3.407-1.331-3.407-3.823V91.611H604v8.518c0,4.2,2.332,6.6,6.389,6.6,4.1,0,6.453-2.449,6.453-6.719V91.6h-3.024Z'%20transform='translate(-534.827%20-81.757)'%20fill='%2324272a'/%3E%20%3Cpath%20id='path_60'%20data-name='path%2060'%20d='M892.348,101.854,888.962,91.6h-2.47l-3.386,10.254-3.29-10.243H876.6l5.2,14.907h2.5l3.386-9.8,3.4,9.8H893.6l5.175-14.907h-3.13Z'%20transform='translate(-778.401%20-81.757)'%20fill='%2324272a'/%3E%20%3Cpath%20id='path_61'%20data-name='path%2061'%20d='M1110.792,100.276h5.494V97.56h-5.494V94.515h7.986V91.8H1107.8v14.886h11.266V103.97h-8.273Z'%20transform='translate(-984.984%20-81.936)'%20fill='%2324272a'/%3E%20%3Crect%20id='rect_92'%20data-name='rect%2092'%20width='2.981'%20height='14.886'%20transform='translate(137.681%209.843)'%20fill='%2324272a'/%3E%20%3Cpath%20id='path_62'%20data-name='path%2062'%20d='M750.265,103.487l1.342,3.1h3.173l-6.506-14.8-.064-.085H745.57L739,106.6h3.088l1.267-2.886h0l.1-.213h6.815Zm-3.418-8.018,2.161,4.994H749l.149.351H744.58l.149-.351h0Z'%20transform='translate(-655.453%20-81.847)'%20fill='%2324272a'/%3E%20%3Cg%20id='group_205'%20data-name='group%20205'%20transform='translate(5.439%200.1)'%3E%20%3Cg%20id='group_176'%20data-name='group%20176'%20transform='translate(2.805%205.207)'%3E%20%3Cpath%20id='path_63'%20data-name='path%2063'%20d='M45.861,66.867a.12.12,0,0,0,.032-.149h0A90,90,0,0,0,34.979,49s-3.429,3.258-3.184,6.527a5.745,5.745,0,0,0,1.991,3.929c2.992,2.917,10.233,6.6,11.915,7.432a.12.12,0,0,0,.16-.021'%20transform='translate(-31.782%20-49)'%20fill='%23ce0e2d'/%3E%20%3Cg%20id='group_175'%20data-name='group%20175'%20clip-path='url(%23clip-path)'%3E%20%3Crect%20id='rect_93'%20data-name='rect%2093'%20width='14.375'%20height='17.931'%20transform='translate(-0.232%200.011)'%20fill='%23ce0e2d'/%3E%20%3Cg%20id='group_173'%20data-name='group%20173'%20transform='translate(-0.232%200.011)'%20clip-path='url(%23clip-path-2)'%3E%20%3Crect%20id='rect_94'%20data-name='rect%2094'%20width='14.375'%20height='17.931'%20fill='%23ce0e2d'/%3E%20%3C/g%3E%20%3Cg%20id='group_174'%20data-name='group%20174'%20transform='translate(-0.232%200.011)'%20clip-path='url(%23clip-path-2)'%3E%20%3Crect%20id='rect_96'%20data-name='rect%2096'%20width='14.375'%20height='17.931'%20fill='%23ce0e2d'/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/g%3E%20%3Cg%20id='group_180'%20data-name='group%20180'%20transform='translate(3.552%2025.459)'%3E%20%3Cpath%20id='path_65'%20data-name='path%2065'%20d='M51.013,239.306a.17.17,0,0,0-.16-.106h0l-12.053.426c1.31,2.332,3.514,4.142,5.8,3.588,1.587-.394,5.164-2.9,6.346-3.748h0c.1-.085.064-.16.064-.16'%20transform='translate(-38.8%20-239.2)'%20fill='%23ce0e2d'/%3E%20%3Cg%20id='group_179'%20data-name='group%20179'%20clip-path='url(%23clip-path-4)'%3E%20%3Crect%20id='rect_98'%20data-name='rect%2098'%20width='12.245'%20height='4.557'%20transform='translate(0.011%200.011)'%20fill='%23ce0e2d'/%3E%20%3Cg%20id='group_177'%20data-name='group%20177'%20transform='translate(0.011%200.011)'%20clip-path='url(%23clip-path-5)'%3E%20%3Crect%20id='rect_99'%20data-name='rect%2099'%20width='12.245'%20height='4.557'%20fill='%23ce0e2d'/%3E%20%3C/g%3E%20%3Cg%20id='group_178'%20data-name='group%20178'%20transform='translate(0.011%200.011)'%20clip-path='url(%23clip-path-5)'%3E%20%3Crect%20id='rect_101'%20data-name='rect%20101'%20width='12.245'%20height='4.557'%20fill='%23ce0e2d'/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/g%3E%20%3Cg%20id='group_184'%20data-name='group%20184'%20transform='translate(0%2015.237)'%3E%20%3Cpath%20id='path_67'%20data-name='path%2067'%20d='M21.386,152.453c.064-.1-.043-.181-.043-.181h0C16.051,148.694,5.787,143.2,5.787,143.2a7.145,7.145,0,0,0,4.121,8.827,7.637,7.637,0,0,0,2.311.511c.181.032,7.166,0,9.04-.011a.157.157,0,0,0,.128-.075'%20transform='translate(-5.439%20-143.2)'%20fill='%23ce0e2d'/%3E%20%3Cg%20id='group_183'%20data-name='group%20183'%20clip-path='url(%23clip-path-7)'%3E%20%3Crect%20id='rect_103'%20data-name='rect%20103'%20width='16.6'%20height='9.37'%20transform='translate(-0.579%200)'%20fill='%23ce0e2d'/%3E%20%3Cg%20id='group_181'%20data-name='group%20181'%20transform='translate(-0.579%200)'%20clip-path='url(%23clip-path-8)'%3E%20%3Crect%20id='rect_104'%20data-name='rect%20104'%20width='16.6'%20height='9.37'%20transform='translate(0%20-0.011)'%20fill='%23ce0e2d'/%3E%20%3C/g%3E%20%3Cg%20id='group_182'%20data-name='group%20182'%20transform='translate(-0.579%200)'%20clip-path='url(%23clip-path-9)'%3E%20%3Crect%20id='rect_106'%20data-name='rect%20106'%20width='16.6'%20height='9.37'%20transform='translate(0%20-0.011)'%20fill='%23ce0e2d'/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/g%3E%20%3Cg%20id='group_188'%20data-name='group%20188'%20transform='translate(10.599%200)'%3E%20%3Cpath%20id='path_69'%20data-name='path%2069'%20d='M111.127.1c-.522.043-1.938.373-1.938.373a5.587,5.587,0,0,0-3.95,3.727,7.338,7.338,0,0,0,.011,3.823c1.065,4.728,6.3,12.511,7.432,14.14.075.085.138.053.138.053a.159.159,0,0,0,.117-.149h0C114.683,4.7,111.127.1,111.127.1'%20transform='translate(-104.981%20-0.1)'%20fill='%23ce0e2d'/%3E%20%3Cg%20id='group_187'%20data-name='group%20187'%20clip-path='url(%23clip-path-10)'%3E%20%3Crect%20id='rect_108'%20data-name='rect%20108'%20width='10.009'%20height='22.147'%20transform='translate(-0.307%20-0.011)'%20fill='%23ce0e2d'/%3E%20%3Cg%20id='group_185'%20data-name='group%20185'%20transform='translate(-0.307%20-0.011)'%20clip-path='url(%23clip-path-11)'%3E%20%3Crect%20id='rect_109'%20data-name='rect%20109'%20width='10.009'%20height='22.147'%20fill='%23ce0e2d'/%3E%20%3C/g%3E%20%3Cg%20id='group_186'%20data-name='group%20186'%20transform='translate(-0.307%20-0.011)'%20clip-path='url(%23clip-path-11)'%3E%20%3Crect%20id='rect_111'%20data-name='rect%20111'%20width='10.009'%20height='22.147'%20fill='%23ce0e2d'/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/g%3E%20%3Cg%20id='group_192'%20data-name='group%20192'%20transform='translate(20.172)'%3E%20%3Cpath%20id='path_71'%20data-name='path%2071'%20d='M195.455,22.2a.135.135,0,0,0,.17-.064h0c1.161-1.672,6.367-9.413,7.432-14.119a8,8,0,0,0,.021-3.823A5.594,5.594,0,0,0,199.1.473S198.17.238,197.2.1c0,0-3.578,4.6-1.831,21.977h0a.137.137,0,0,0,.085.128'%20transform='translate(-194.89%20-0.1)'%20fill='%23ce0e2d'/%3E%20%3Cg%20id='group_191'%20data-name='group%20191'%20clip-path='url(%23clip-path-13)'%3E%20%3Crect%20id='rect_113'%20data-name='rect%20113'%20width='10.009'%20height='22.158'%20transform='translate(-1.266%200)'%20fill='%23ce0e2d'/%3E%20%3Cg%20id='group_189'%20data-name='group%20189'%20transform='translate(-1.266%200)'%20clip-path='url(%23clip-path-14)'%3E%20%3Crect%20id='rect_114'%20data-name='rect%20114'%20width='10.009'%20height='22.158'%20fill='%23ce0e2d'/%3E%20%3C/g%3E%20%3Cg%20id='group_190'%20data-name='group%20190'%20transform='translate(-1.266%200)'%20clip-path='url(%23clip-path-14)'%3E%20%3Crect%20id='rect_116'%20data-name='rect%20116'%20width='10.009'%20height='22.158'%20fill='%23ce0e2d'/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/g%3E%20%3Cg%20id='group_196'%20data-name='group%20196'%20transform='translate(23.449%2025.47)'%3E%20%3Cpath%20id='path_73'%20data-name='path%2073'%20d='M225.81,239.3a.174.174,0,0,0-.138.1.182.182,0,0,0,.043.16h0c1.15.831,4.653,3.28,6.335,3.748,0,0,3.12,1.065,5.824-3.588L225.81,239.3Z'%20transform='translate(-225.668%20-239.3)'%20fill='%23ce0e2d'/%3E%20%3Cg%20id='group_195'%20data-name='group%20195'%20clip-path='url(%23clip-path-16)'%3E%20%3Crect%20id='rect_118'%20data-name='rect%20118'%20width='12.234'%20height='5.079'%20transform='translate(-0.018)'%20fill='%23ce0e2d'/%3E%20%3Cg%20id='group_193'%20data-name='group%20193'%20transform='translate(-0.018)'%20clip-path='url(%23clip-path-17)'%3E%20%3Crect%20id='rect_119'%20data-name='rect%20119'%20width='12.234'%20height='5.079'%20fill='%23ce0e2d'/%3E%20%3C/g%3E%20%3Cg%20id='group_194'%20data-name='group%20194'%20transform='translate(-0.018)'%20clip-path='url(%23clip-path-17)'%3E%20%3Crect%20id='rect_121'%20data-name='rect%20121'%20width='12.234'%20height='5.079'%20fill='%23ce0e2d'/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/g%3E%20%3Cg%20id='group_200'%20data-name='group%20200'%20transform='translate(23.255%2015.216)'%3E%20%3Cpath%20id='path_75'%20data-name='path%2075'%20d='M239.455,143s-10.243,5.5-15.546,9.083h0a.158.158,0,0,0-.064.17s.053.085.128.085h0c1.9,0,9.072.011,9.264-.021a7.111,7.111,0,0,0,5.952-4.2,7.234,7.234,0,0,0,.266-5.122'%20transform='translate(-223.839%20-143)'%20fill='%23ce0e2d'/%3E%20%3Cg%20id='group_199'%20data-name='group%20199'%20clip-path='url(%23clip-path-19)'%3E%20%3Crect%20id='rect_123'%20data-name='rect%20123'%20width='16.557'%20height='9.359'%20transform='translate(-0.025)'%20fill='%23ce0e2d'/%3E%20%3Cg%20id='group_197'%20data-name='group%20197'%20transform='translate(-0.025)'%20clip-path='url(%23clip-path-20)'%3E%20%3Crect%20id='rect_124'%20data-name='rect%20124'%20width='16.557'%20height='9.359'%20fill='%23ce0e2d'/%3E%20%3C/g%3E%20%3Cg%20id='group_198'%20data-name='group%20198'%20transform='translate(-0.025)'%20clip-path='url(%23clip-path-20)'%3E%20%3Crect%20id='rect_126'%20data-name='rect%20126'%20width='16.557'%20height='9.359'%20fill='%23ce0e2d'/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/g%3E%20%3Cg%20id='group_204'%20data-name='group%20204'%20transform='translate(22.303%205.207)'%3E%20%3Cpath%20id='path_77'%20data-name='path%2077'%20d='M214.953,66.867a.144.144,0,0,0,.16.011h0c1.725-.862,8.912-4.515,11.883-7.422a5.792,5.792,0,0,0,1.98-3.95c.213-3.375-3.184-6.506-3.184-6.506A89.76,89.76,0,0,0,214.9,66.675h0c.021,0-.032.117.053.192'%20transform='translate(-214.9%20-49)'%20fill='%23ce0e2d'/%3E%20%3Cg%20id='group_203'%20data-name='group%20203'%20clip-path='url(%23clip-path-22)'%3E%20%3Crect%20id='rect_128'%20data-name='rect%20128'%20width='14.343'%20height='17.931'%20transform='translate(-0.032%200)'%20fill='%23ce0e2d'/%3E%20%3Cg%20id='group_201'%20data-name='group%20201'%20transform='translate(-0.032%200)'%20clip-path='url(%23clip-path-23)'%3E%20%3Crect%20id='rect_129'%20data-name='rect%20129'%20width='14.343'%20height='17.931'%20fill='%23ce0e2d'/%3E%20%3C/g%3E%20%3Cg%20id='group_202'%20data-name='group%20202'%20transform='translate(-0.032%200)'%20clip-path='url(%23clip-path-23)'%3E%20%3Crect%20id='rect_131'%20data-name='rect%20131'%20width='14.343'%20height='17.931'%20fill='%23ce0e2d'/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/g%3E%20%3C/g%3E%20%3Cg%20id='group_207'%20data-name='group%20207'%20transform='translate(36.175%2012.973)'%3E%20%3Cpath%20id='path_79'%20data-name='path%2079'%20d='M296.5,123.5'%20transform='translate(-296.244%20-123.234)'%20fill='%23ce0e2d'/%3E%20%3Cg%20id='group_206'%20data-name='group%20206'%3E%20%3Cpath%20id='path_80'%20data-name='path%2080'%20d='M294.355,121.532a.266.266,0,0,0,0-.532.266.266,0,0,0,0,.532Z'%20transform='translate(-294.1%20-121)'%20fill='%23ce0e2d'/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/g%3E%20%3C/svg%3E%20");
}

.hsvg-warning {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2012%2012'%3E%20%3Cg%20transform='translate(-41%20-242)'%3E%20%3Cpath%20d='M47,244.571a.86.86,0,0,0-.857.857V248a.857.857,0,1,0,1.714,0v-2.571a.86.86,0,0,0-.857-.857ZM47,242a6,6,0,1,0,6,6,6,6,0,0,0-6-6Zm0,11.143A5.143,5.143,0,1,1,52.143,248,5.147,5.147,0,0,1,47,253.143Zm0-3.429a.857.857,0,1,0,.857.857.86.86,0,0,0-.857-.857Zm0,0'%20transform='translate(0%200)'%20fill='%23de1a33'/%3E%20%3C/g%3E%20%3C/svg%3E");
}

.hsvg-eye-off {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2018.391%209.86'%3E%20%3Cg%20transform='translate(-1310.466%20-234.34)'%3E%20%3Cpath%20d='M-5192,1555a8.017,8.017,0,0,0,7.8,5.231A8.823,8.823,0,0,0-5176,1555'%20transform='translate(6504.015%20-1319.819)'%20fill='none'%20stroke='%23b9b8b8'%20stroke-linecap='round'%20stroke-width='1.3'/%3E%20%3Cg%20transform='translate(1320.601%20244.2)%20rotate(180)'%20fill='%23b9b8b8'%20stroke='%23b9b8b8'%20stroke-width='1'%3E%20%3Crect%20width='1.3'%20height='4'%20rx='0.65'%20stroke='none'/%3E%20%3Crect%20x='0.5'%20y='0.5'%20width='0.3'%20height='3'%20rx='0.15'%20fill='none'/%3E%20%3C/g%3E%20%3Cg%20transform='translate(1328.813%20240.524)%20rotate(138)'%20fill='%23b9b8b8'%20stroke='%23b9b8b8'%20stroke-width='1'%3E%20%3Crect%20width='1.3'%20height='4.072'%20rx='0.65'%20stroke='none'/%3E%20%3Crect%20x='0.5'%20y='0.5'%20width='0.3'%20height='3.072'%20rx='0.15'%20fill='none'/%3E%20%3C/g%3E%20%3Cg%20transform='translate(1313.492%20237.604)%20rotate(48)'%20fill='%23b9b8b8'%20stroke='%23b9b8b8'%20stroke-width='1'%3E%20%3Crect%20width='1.3'%20height='4.072'%20rx='0.65'%20stroke='none'/%3E%20%3Crect%20x='0.5'%20y='0.5'%20width='0.3'%20height='3.072'%20rx='0.15'%20fill='none'/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/svg%3E");
}

.hsvg-eye-on {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2027.855%2018.677'%3E%20%3Cg%20transform='translate(-4761.572%20-4497.65)'%3E%20%3Cpath%20d='M0,8.488a14.2,14.2,0,0,1,26,0,14.2,14.2,0,0,1-26,0Z'%20transform='translate(4762.5%204498.5)'%20fill='none'%20stroke='%23b9b8b8'%20stroke-linecap='round'%20stroke-width='1.7'/%3E%20%3Cg%20transform='translate(4770.724%204502)'%20fill='none'%20stroke='%23bebebe'%20stroke-width='1.7'%3E%20%3Cellipse%20cx='5'%20cy='4.988'%20rx='5'%20ry='4.988'%20stroke='none'/%3E%20%3Cellipse%20cx='5'%20cy='4.988'%20rx='4.15'%20ry='4.138'%20fill='none'/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/svg%3E");
}

.hsvg-service-client {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2060%2060'%3E%20%3Cg%20transform='translate(-1534%20-100)'%3E%20%3Crect%20width='60'%20height='60'%20transform='translate(1534%20100)'%20fill='none'/%3E%20%3Cpath%20d='M2.219,22.1v4.43a3.316,3.316,0,1,0,6.632,0V22.1a3.316,3.316,0,1,0-6.632,0Zm30.475,8.449a5.505,5.505,0,0,1-1.739-4.019V22.1a5.526,5.526,0,0,1,5.488-5.522,15.475,15.475,0,0,0-30.87,0A5.53,5.53,0,0,1,11.061,22.1v4.43a5.526,5.526,0,1,1-11.053,0V22.1a5.526,5.526,0,0,1,3.327-5.067,17.685,17.685,0,0,1,35.346,0A5.53,5.53,0,0,1,42.008,22.1v4.43a5.526,5.526,0,0,1-7.38,5.2,18.8,18.8,0,0,1-7.542,4.841,3.866,3.866,0,0,1-3.878,3.768h-3.3a3.868,3.868,0,1,1,0-7.737h3.294a3.874,3.874,0,0,1,3.3,1.829,16.584,16.584,0,0,0,6.186-3.885Zm.472-8.449v4.43a3.316,3.316,0,1,0,6.632,0V22.1a3.316,3.316,0,1,0-6.632,0ZM19.914,38.132h3.294a1.658,1.658,0,1,0,0-3.316H19.914a1.658,1.658,0,1,0,0,3.316Z'%20transform='translate(1542.992%20110)'/%3E%20%3C/g%3E%20%3C/svg%3E");
}

.hsvg-location-3 {
    background-image: url("data:image/svg+xml,%3Csvg width='14px' height='14px' viewBox='0 0 14 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Epath_2387%3C/title%3E%3Cg id='4.CheckOut' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='9PC_Collect' transform='translate(-665.000000, -453.000000)' fill='%23000000' fill-rule='nonzero'%3E%3Cg id='Group-3-Copy-2-backup' transform='translate(440.000000, 434.000000)'%3E%3Cg id='path-2387' transform='translate(225.000000, 19.000000)'%3E%3Cpath d='M0.174,4.262 L13.424,0.012 C13.5130942,-0.0168633501 13.6108489,0.00670595794 13.677,0.073 C13.7430862,0.139267634 13.7666252,0.236896802 13.738,0.326 L9.488,13.577 C9.45459384,13.6801889 9.35846162,13.75 9.25,13.75 L9.25,13.75 C9.14244018,13.75 9.04698888,13.6810484 9.013,13.579 L6.802,6.948 L0.171,4.737 C0.0689515884,4.70301112 0,4.60755982 0,4.5 C0,4.39126961 0.0704155634,4.29505402 0.174,4.262 Z' %3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.hsvg-star-black {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg viewBox='0 0 22 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eicon/star-yellow%3C/title%3E%3Cg id='5.Review' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='PC10_Review' transform='translate(-530.000000, -105.000000)'%3E%3Cg id='Group' transform='translate(400.000000, 72.000000)'%3E%3Cg transform='translate(129.000000, 31.000000)' id='icon/star-black'%3E%3Crect id='rect' x='0' y='0' width='24' height='24'%3E%3C/rect%3E%3Cpolygon id='path_2182' fill='%23000000' fill-rule='nonzero' points='11.9988777 2 15.3984287 8.51925473 23 9.56375779 17.5005612 14.6373758 18.8024691 21.8 11.9988777 18.4186991 5.19977553 21.7988888 6.49943883 14.6373758 1 9.56375779 8.60157127 8.51925473'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

.hsvg-star-grey {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg viewBox='0 0 22 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eicon/star-yellow%3C/title%3E%3Cg id='review' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='review' transform='translate(-530.000000, -105.000000)'%3E%3Cg id='Group' transform='translate(400.000000, 72.000000)'%3E%3Cg transform='translate(129.000000, 31.000000)' id='icon/star-grey'%3E%3Crect id='reat' x='0' y='0' width='24' height='24'%3E%3C/rect%3E%3Cpolygon id='path_2182' fill='%23CCCCCC' fill-rule='nonzero' points='11.9988777 2 15.3984287 8.51925473 23 9.56375779 17.5005612 14.6373758 18.8024691 21.8 11.9988777 18.4186991 5.19977553 21.7988888 6.49943883 14.6373758 1 9.56375779 8.60157127 8.51925473'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}


.hsvg-left1,
.hsvg-left1-h {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Ebtn/small/left%3C/title%3E%3Cg id='btn/small/left' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Crect id='rect_9016' opacity='0' fill-rule='nonzero' transform='translate(8.000000, 8.000000) rotate(-270.000000) translate(-8.000000, -8.000000) ' x='-1.77635684e-15' y='0' width='16' height='16'%3E%3C/rect%3E%3Cpath d='M5.29278645,10.2927865 C4.90240452,10.6832863 4.90240452,11.3162866 5.29278645,11.7067865 C5.68328631,12.0971684 6.3162866,12.0971684 6.70678645,11.7067865 L9.70678645,8.70678645 C10.0971684,8.3162866 10.0971684,7.68328631 9.70678645,7.29278645 L6.70678645,4.29278645 C6.3162866,3.90240452 5.68328631,3.90240452 5.29278645,4.29278645 C4.90240452,4.68328631 4.90240452,5.3162866 5.29278645,5.70678645 L7.58578645,8.00078645 L5.29278645,10.2927865 Z' id='path_21709' fill='%23000000' fill-rule='nonzero' transform='translate(7.499786, 7.999786) scale(-1, 1) translate(-7.499786, -7.999786) '%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.hsvg-left2,
.hsvg-left2-h {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='64px' height='64px' viewBox='0 0 64 64' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Ebtn/left/normal%3C/title%3E%3Cdefs%3E%3Cpath d='M0.470082316,16.4692578 C0.176961511,16.7619233 0.176592377,17.2367969 0.469257833,17.5299177 C0.761923288,17.8230385 1.23679688,17.8234076 1.52991768,17.5307422 L9.52991768,9.54316979 C9.82303874,9.25050409 9.82340759,8.77563 9.53074153,8.4825093 L1.53074153,0.470081675 C1.23807572,0.176961224 0.763202127,0.176592663 0.470081675,0.469258472 C0.176961224,0.761924282 0.176592663,1.23679787 0.469258472,1.52991832 L7.93933951,9.01160378 L0.470082316,16.4692578 Z' id='path-1'%3E%3C/path%3E%3C/defs%3E%3Cg id='2.1PCP' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='PC_Flagship_PCP_ID' transform='translate(-80.000000, -508.000000)'%3E%3Cg id='Group-5' transform='translate(80.000000, 508.000000)'%3E%3Ccircle id='Oval' fill='%23EDEDED' cx='32' cy='32' r='32'%3E%3C/circle%3E%3Cg id='Group' transform='translate(20.000000, 20.000000)'%3E%3Cg id='icons/24/Chevron-Right-Large' transform='translate(12.000000, 12.000000) scale(-1, 1) translate(-12.000000, -12.000000) '%3E%3Cg id='colour/black' transform='translate(7.000000, 3.000000)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cuse id='Mask' fill='%23000000' fill-rule='nonzero' xlink:href='%23path-1'%3E%3C/use%3E%3Cg id='Group' mask='url(%23mask-2)'%3E%3Cg transform='translate(-7.000000, -3.000000)' id='colour/black'%3E%3Crect id='Rectangle' fill='%23000000' x='0' y='0' width='24' height='24'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-size:100%;
}

.hsvg-left2-b,
.hsvg-left2-b-h {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='64' height='64' viewBox='0 0 64 64'%3E%3Cdefs%3E%3Cstyle%3E .cls-1, .cls-2 %7B fill: %23fff; %7D .cls-2 %7B clip-rule: evenodd; %7D .cls-3 %7B clip-path: url(%23clip-path); %7D .cls-4 %7B clip-path: url(%23clip-path-2); %7D .cls-5 %7B isolation: isolate; %7D .cls-6 %7B clip-path: url(%23clip-path-3); %7D .cls-7 %7B clip-path: url(%23clip-path-4); %7D .cls-8 %7B clip-path: url(%23clip-path-5); %7D %3C/style%3E%3CclipPath id='clip-path'%3E%3Cpath id='path_5293' data-name='path 5293' class='cls-1' d='M308.53-1085.531a.75.75,0,0,1,0,1.061.751.751,0,0,1-1.061,0l-8-7.988a.749.749,0,0,1,0-1.06l8-8.013a.751.751,0,0,1,1.061,0,.75.75,0,0,1,0,1.061l-7.47,7.482Z'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-2'%3E%3Cpath id='path_5292' data-name='path 5292' class='cls-1' d='M-80,304H2300V-1446H-80Z'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-3'%3E%3Crect id='rect_5780' data-name='rect 5780' class='cls-1' width='24' height='28' transform='translate(292 -1107)'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-4'%3E%3Cpath id='path_5288' data-name='path 5288' class='cls-1' d='M299-1084h10v-18H299Z'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-5'%3E%3Cpath id='path_5291' data-name='path 5291' class='cls-2' d='M292-1105h24v24H292Z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='group_31585' data-name='group 31585' transform='translate(-1056 -471)'%3E%3Ccircle id='ellipse_178' data-name='ellipse 178' cx='32' cy='32' r='32' transform='translate(1056 471)'/%3E%3Cg id='group_31420' data-name='group 31420' class='cls-3' transform='translate(782.75 1595.75)'%3E%3Cg id='group_31419' data-name='group 31419' class='cls-4'%3E%3Cg id='group_31418' data-name='group 31418' class='cls-5'%3E%3Cg id='group_31417' data-name='group 31417' class='cls-6'%3E%3Cg id='group_31414' data-name='group 31414' class='cls-7'%3E%3Cpath id='path_5287' data-name='path 5287' class='cls-1' d='M294.25-1079.25h19.5v-27.5h-19.5Z'/%3E%3C/g%3E%3Cg id='group_31416' data-name='group 31416' class='cls-8'%3E%3Cg id='group_31415' data-name='group 31415' class='cls-7'%3E%3Cpath id='path_5289' data-name='path 5289' class='cls-1' d='M287-1110h34v34H287Z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
	background-size:100%;
}

.hsvg-left1-h:hover,
a:hover .hsvg-left1-h{
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Ebtn/small/left%3C/title%3E%3Cg id='btn/small/left' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Crect id='rect_9016' opacity='0' fill-rule='nonzero' transform='translate(8.000000, 8.000000) rotate(-270.000000) translate(-8.000000, -8.000000) ' x='-1.77635684e-15' y='0' width='16' height='16'%3E%3C/rect%3E%3Cpath d='M5.29278645,10.2927865 C4.90240452,10.6832863 4.90240452,11.3162866 5.29278645,11.7067865 C5.68328631,12.0971684 6.3162866,12.0971684 6.70678645,11.7067865 L9.70678645,8.70678645 C10.0971684,8.3162866 10.0971684,7.68328631 9.70678645,7.29278645 L6.70678645,4.29278645 C6.3162866,3.90240452 5.68328631,3.90240452 5.29278645,4.29278645 C4.90240452,4.68328631 4.90240452,5.3162866 5.29278645,5.70678645 L7.58578645,8.00078645 L5.29278645,10.2927865 Z' id='path_21709' fill='%23000000' fill-rule='nonzero' transform='translate(7.499786, 7.999786) scale(-1, 1) translate(-7.499786, -7.999786) '%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.hsvg-right1,
.hsvg-right1-h {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Ebtn/small/right_black%3C/title%3E%3Cg id='btn/small/right_black' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Crect id='rect_9016' opacity='0' fill-rule='nonzero' transform='translate(8.000000, 8.000000) rotate(-270.000000) translate(-8.000000, -8.000000) ' x='-1.77635684e-15' y='0' width='16' height='16'%3E%3C/rect%3E%3Cpath d='M6.29278645,10.2927865 C5.90240452,10.6832863 5.90240452,11.3162866 6.29278645,11.7067865 C6.68328631,12.0971684 7.3162866,12.0971684 7.70678645,11.7067865 L10.7067865,8.70678645 C11.0971684,8.3162866 11.0971684,7.68328631 10.7067865,7.29278645 L7.70678645,4.29278645 C7.3162866,3.90240452 6.68328631,3.90240452 6.29278645,4.29278645 C5.90240452,4.68328631 5.90240452,5.3162866 6.29278645,5.70678645 L8.58578645,8.00078645 L6.29278645,10.2927865 Z' id='path_21709' fill='%23000000' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.hsvg-right2,
.hsvg-right2-h {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='64px' height='64px' viewBox='0 0 64 64' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Ebtn/left/normal copy%3C/title%3E%3Cdefs%3E%3Cpath d='M0.470082316,16.4692578 C0.176961511,16.7619233 0.176592377,17.2367969 0.469257833,17.5299177 C0.761923288,17.8230385 1.23679688,17.8234076 1.52991768,17.5307422 L9.52991768,9.54316979 C9.82303874,9.25050409 9.82340759,8.77563 9.53074153,8.4825093 L1.53074153,0.470081675 C1.23807572,0.176961224 0.763202127,0.176592663 0.470081675,0.469258472 C0.176961224,0.761924282 0.176592663,1.23679787 0.469258472,1.52991832 L7.93933951,9.01160378 L0.470082316,16.4692578 Z' id='path-1'%3E%3C/path%3E%3C/defs%3E%3Cg id='2.1PCP' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='PC_Flagship_PCP_ID' transform='translate(-1776.000000, -508.000000)'%3E%3Cg id='Group-5' transform='translate(1776.000000, 508.000000)'%3E%3Ccircle id='Oval' fill='%23EDEDED' cx='32' cy='32' r='32'%3E%3C/circle%3E%3Cg id='Group' transform='translate(20.000000, 20.000000)'%3E%3Cg id='colour/black' transform='translate(7.000000, 3.000000)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cuse id='Mask' fill='%23000000' fill-rule='nonzero' xlink:href='%23path-1'%3E%3C/use%3E%3Cg id='Group' mask='url(%23mask-2)'%3E%3Cg transform='translate(-7.000000, -3.000000)' id='colour/black'%3E%3Crect id='Rectangle' fill='%23000000' x='0' y='0' width='24' height='24'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-size:100%;
}

.hsvg-right2-b,
.hsvg-right2-b-h {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='64' height='64' viewBox='0 0 64 64'%3E%3Cdefs%3E%3Cstyle%3E .cls-1, .cls-2 %7B fill: %23fff; %7D .cls-2 %7B clip-rule: evenodd; %7D .cls-3 %7B clip-path: url(%23clip-path); %7D .cls-4 %7B clip-path: url(%23clip-path-2); %7D .cls-5 %7B isolation: isolate; %7D .cls-6 %7B clip-path: url(%23clip-path-3); %7D .cls-7 %7B clip-path: url(%23clip-path-4); %7D .cls-8 %7B clip-path: url(%23clip-path-5); %7D %3C/style%3E%3CclipPath id='clip-path'%3E%3Cpath id='path_5286' data-name='path 5286' class='cls-1' d='M299.47-1085.531a.75.75,0,0,0,0,1.061.751.751,0,0,0,1.061,0l8-7.988a.749.749,0,0,0,0-1.06l-8-8.013a.751.751,0,0,0-1.061,0,.75.75,0,0,0,0,1.061l7.47,7.482Z' transform='translate(-299.25 1101.75)'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-2'%3E%3Cpath id='path_5285' data-name='path 5285' class='cls-1' d='M2300.015,304.011H-80V-1446H2300.015Z' transform='translate(80 1446)'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-3'%3E%3Crect id='rect_5779' data-name='rect 5779' class='cls-1' width='24' height='28' transform='translate(0)'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-4'%3E%3Cpath id='path_5281' data-name='path 5281' class='cls-1' d='M309-1084H299v-18h10Z' transform='translate(-299 1102)'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-5'%3E%3Cpath id='path_5284' data-name='path 5284' class='cls-2' d='M316-1105H292v24h24Z' transform='translate(-292 1105)'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='group_31586' data-name='group 31586' transform='translate(-1186 -471)'%3E%3Ccircle id='ellipse_177' data-name='ellipse 177' cx='32' cy='32' r='32' transform='translate(1186 471)'/%3E%3Cg id='group_31413' data-name='group 31413' class='cls-3' transform='translate(1214 494)'%3E%3Cg id='group_31412' data-name='group 31412' class='cls-4' transform='translate(-1991.263 -344.252)'%3E%3Cg id='group_31411' data-name='group 31411' class='cls-5' transform='translate(1984.013 339.002)'%3E%3Cg id='group_31410' data-name='group 31410' class='cls-6' transform='translate(0)'%3E%3Cg id='group_31407' data-name='group 31407' class='cls-7' transform='translate(7 5)'%3E%3Cpath id='path_5280' data-name='path 5280' class='cls-1' d='M313.75-1079.25h-19.5v-27.5h19.5Z' transform='translate(-299 1102)'/%3E%3C/g%3E%3Cg id='group_31409' data-name='group 31409' class='cls-8' transform='translate(0 2)'%3E%3Cg id='group_31408' data-name='group 31408' class='cls-7' transform='translate(7 3)'%3E%3Cpath id='path_5282' data-name='path 5282' class='cls-1' d='M321-1110H287v34h34Z' transform='translate(-299 1102)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
	background-size:100%;
}

/*tradeIn*/
.hsvg-tradein{
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='44px' height='38px' viewBox='0 0 44 38' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eicon/48px/PC/huaweicare Copy 5%3C/title%3E%3Cg id='2.1PCP' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='PC_Flagship_PCP_Collapse' transform='translate(-1039.000000, -2516.000000)'%3E%3Cg id='group-31649' transform='translate(1037.000000, 2511.000000)'%3E%3Crect id='rect_2473' fill='%23BCBCBC' fill-rule='nonzero' opacity='0' x='0' y='0' width='48' height='48'%3E%3C/rect%3E%3Cg id='icon' transform='translate(3.000000, 6.000000)'%3E%3Crect id='rect_191' fill='%23000000' fill-rule='nonzero' x='16.5' y='8.5' width='2' height='6' rx='1'%3E%3C/rect%3E%3Crect id='rect_190-2-copy' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' x='14.5' y='6.75' width='13' height='22.5' rx='1.04947526'%3E%3C/rect%3E%3Cline x1='41.7733133' y1='16.4767616' x2='38.8085457' y2='19.4415292' id='line_250' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round'%3E%3C/line%3E%3Cline x1='35.8353823' y1='16.4767616' x2='38.8001499' y2='19.4415292' id='line_251' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round'%3E%3C/line%3E%3Cline x1='5.93793103' y1='19.4415292' x2='2.97316342' y2='16.4767616' id='line_252' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round'%3E%3C/line%3E%3Cline x1='0' y1='19.4415292' x2='2.96476762' y2='16.4767616' id='line_253' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round'%3E%3C/line%3E%3Cpath d='M4.23410795,11.1795352 C7.48474319,3.22683125 15.9062385,-1.31623317 24.3375584,0.334517057 C32.7688782,1.98526728 38.8552896,9.36880399 38.8667916,17.9601949 C38.8667916,18.3394053 38.8550725,18.715992 38.8316342,19.089955' id='path_141' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M37.5643928,24.6768366 C34.3370696,32.6500037 25.9159142,37.2218141 17.4714787,35.5851965 C9.02704314,33.9485788 2.92359346,26.561752 2.90862069,17.9601949 C2.90862069,17.6238381 2.9185907,17.2895802 2.93590705,16.9574213' id='path_142' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hsvg-extended-s{
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='32px' height='34px' viewBox='0 0 32 34' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eicon/48px/PC/huaweicare Copy 4%3C/title%3E%3Cg id='2.1PCP' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='PC_Flagship_PCP_Collapse' transform='translate(-1045.000000, -2801.000000)'%3E%3Cg id='Group' transform='translate(1037.000000, 2795.000000)'%3E%3Cpath d='M23.9955294,7.03987781 L22.5171484,7.35965877 C20.8607709,7.7271102 19.2444288,8.11888693 17.6171535,8.5434168 C16.4607186,8.84511202 15.5381735,9.09463699 14.4079679,9.41518462 L9.95281949,10.7130883 C9.38008803,10.8819773 9,11.3609784 9,11.8930661 L9.00595596,22.5758877 C9.00595596,30.8156671 15.6125683,36.8816623 24.2207454,39 L24,38.9430224 L24.2935988,38.8681751 C32.4789476,36.6836443 38.7342443,30.8940985 38.9861535,23.0679218 L38.9940441,22.5761481 L39,11.8933215 C39,11.3609785 38.6199119,10.8819773 38.0472497,10.7131087 C34.4721712,9.65918354 32.9975491,9.23365365 31.0521936,8.71918406 L28.757307,8.1294947 C27.1317121,7.72586499 25.5000918,7.35217454 23.8115071,7 L23.9955294,7.03987781 Z' id='path-31-path' stroke='%23000000' fill-rule='nonzero'%3E%3C/path%3E%3Crect id='Rectangle' fill='%23000000' x='18' y='22' width='12' height='1' rx='0.5'%3E%3C/rect%3E%3Crect id='Rectangle' fill='%23000000' transform='translate(24.000000, 22.500000) rotate(-270.000000) translate(-24.000000, -22.500000) ' x='18' y='22' width='12' height='1' rx='0.5'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hsvg-screen-s{
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='32px' height='34px' viewBox='0 0 32 34' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eicon/48px/PC/huaweicare Copy 2%3C/title%3E%3Cg id='2.1PCP' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='PC_Flagship_PCP_Collapse' transform='translate(-1045.000000, -3151.000000)' stroke='%23000000'%3E%3Cg id='Group' transform='translate(1037.000000, 3145.000000)'%3E%3Cpath d='M16.5,35.3954082 L16.5,16.5 C16.5,15.6715729 17.1715729,15 18,15 L30,15 C30.8284271,15 31.5,15.6715729 31.5,16.5 L31.5,35.5 L31.5,35.5' id='Path-2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpolyline id='Path-3' stroke-linecap='round' stroke-linejoin='round' points='21 25.75 23 28 27 23.5'%3E%3C/polyline%3E%3Cpath d='M23.9955294,7.03987781 L22.5171484,7.35965877 C20.8607709,7.7271102 19.2444288,8.11888693 17.6171535,8.5434168 C16.4607186,8.84511202 15.5381735,9.09463699 14.4079679,9.41518462 L9.95281949,10.7130883 C9.38008803,10.8819773 9,11.3609784 9,11.8930661 L9.00595596,22.5758877 C9.00595596,30.8156671 15.3918229,36.8816623 24,39 C32.1853489,36.8154692 38.7342443,30.8940985 38.9861535,23.0679218 L38.9940441,22.5761481 L39,11.8933215 C39,11.3609785 38.6199119,10.8819773 38.0472497,10.7131087 C34.4721712,9.65918354 32.9975491,9.23365365 31.0521936,8.71918406 L28.757307,8.1294947 C27.1317121,7.72586499 25.5000918,7.35217454 23.8115071,7 L23.9955294,7.03987781 Z' id='path-31-path' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hsvg-up1{
    background-image: url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Ebtn/small/up%3C/title%3E%3Cg id='btn/small/up' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Crect id='rect_9016' opacity='0' fill-rule='nonzero' transform='translate(8.000000, 8.000000) rotate(-270.000000) translate(-8.000000, -8.000000) ' x='-1.77635684e-15' y='0' width='16' height='16'%3E%3C/rect%3E%3Cpath d='M5.794,9.79278645 C5.40361806,10.1832863 5.40361806,10.8162866 5.794,11.2067865 C6.18449985,11.5971684 6.81750015,11.5971684 7.208,11.2067865 L10.208,8.20678645 C10.5983819,7.8162866 10.5983819,7.18328631 10.208,6.79278645 L7.208,3.79278645 C6.81750015,3.40240452 6.18449985,3.40240452 5.794,3.79278645 C5.40361806,4.18328631 5.40361806,4.8162866 5.794,5.20678645 L8.087,7.50078645 L5.794,9.79278645 Z' id='path_21709' fill='%23000000' fill-rule='nonzero' transform='translate(8.001000, 7.499786) scale(1, -1) rotate(-270.000000) translate(-8.001000, -7.499786) '%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.hsvg-down1{
    background-image: url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Ebtn/small/down%3C/title%3E%3Cg id='btn/small/down' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Crect id='rect_9016' opacity='0' fill-rule='nonzero' transform='translate(8.000000, 8.000000) rotate(-270.000000) translate(-8.000000, -8.000000) ' x='-1.77635684e-15' y='0' width='16' height='16'%3E%3C/rect%3E%3Cpath d='M5.794,10.7927865 C5.40361806,11.1832863 5.40361806,11.8162866 5.794,12.2067865 C6.18449985,12.5971684 6.81750015,12.5971684 7.208,12.2067865 L10.208,9.20678645 C10.5983819,8.8162866 10.5983819,8.18328631 10.208,7.79278645 L7.208,4.79278645 C6.81750015,4.40240452 6.18449985,4.40240452 5.794,4.79278645 C5.40361806,5.18328631 5.40361806,5.8162866 5.794,6.20678645 L8.087,8.50078645 L5.794,10.7927865 Z' id='path_21709' fill='%23000000' fill-rule='nonzero' transform='translate(8.001000, 8.499786) rotate(-270.000000) translate(-8.001000, -8.499786) '%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.hsvg-add1{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B opacity: 0.5; %7D .cls-2 %7B fill: %23fff; opacity: 0; %7D %3C/style%3E%3C/defs%3E%3Cg id='group_32007' data-name='group 32007' class='cls-1' transform='translate(-318 -634)'%3E%3Crect id='rect_5763' data-name='rect 5763' class='cls-2' width='32' height='32' transform='translate(318 634)'/%3E%3Cpath id='combine_6' data-name='combine 6' d='M5,11V7H1A1,1,0,0,1,1,5H5V1A1,1,0,0,1,7,1V5h4a1,1,0,0,1,0,2H7v4a1,1,0,0,1-2,0Z' transform='translate(328 644)'/%3E%3C/g%3E%3C/svg%3E");
}

.hsvg-outofstock{
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='21px' height='19px' viewBox='0 0 21 19' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eicons/16/low in stock/default%3C/title%3E%3Cdefs%3E%3Cpath d='M12.37872,0.59968 C12.47532,0.59968 12.57192,0.61768 12.6634575,0.6533425 L12.75312,0.69488 L20.55712,4.07968 C20.79512,4.20708 20.955945,4.4465675 20.9924325,4.71775187 L21.00032,4.83568 L21.00032,11.55168 C21.00032,11.81068 20.886395,12.053755 20.6955247,12.2139128 L20.60912,12.27728 L14.00992,16.47488 C13.87952,16.55808 13.73232,16.59968 13.58432,16.59968 C13.48712,16.59968 13.38947,16.58168 13.2964325,16.5453425 L13.20512,16.50288 L10.626281,15.0968699 C9.82702023,17.1472 7.83316993,18.6 5.5,18.6 C2.46243388,18.6 0,16.1375661 0,13.1 C0,10.2308446 2.19695546,7.87481555 5.00039328,7.62238608 L5.00032,4.86608 C5.00032,4.58468 5.133845,4.3234925 5.35266062,4.16612375 L5.45152,4.10528 L12.01392,0.69008 C12.12912,0.62928 12.25392,0.59968 12.37872,0.59968 Z M5.5,12.1 C4.98716416,12.1 4.56449284,12.4860402 4.50672773,12.9833789 L4.5,13.1 L4.5,16.1 L4.50672773,16.2166211 C4.56449284,16.7139598 4.98716416,17.1 5.5,17.1 C6.01283584,17.1 6.43550716,16.7139598 6.49327227,16.2166211 L6.5,16.1 L6.5,13.1 L6.49327227,12.9833789 C6.43550716,12.4860402 6.01283584,12.1 5.5,12.1 Z M19.80032,5.93248 L14.02112,9.34288 L14.02112,15.04608 L19.80032,11.36928 L19.80032,5.93248 Z M6.20032,6.06048 L6.20103197,7.6442564 C8.9075668,7.98856926 11,10.2999276 11,13.1 C11,13.3724601 10.9801884,13.6402929 10.9419273,13.9021365 L12.82112,14.92688 L12.82112,9.37088 L6.20032,6.06048 Z M5.5,9.1 C4.94771525,9.1 4.5,9.54771525 4.5,10.1 C4.5,10.6522847 4.94771525,11.1 5.5,11.1 C6.05228475,11.1 6.5,10.6522847 6.5,10.1 C6.5,9.54771525 6.05228475,9.1 5.5,9.1 Z M12.39152,1.84608 L6.54352,4.89008 L13.39712,8.31728 L19.29232,4.83888 L12.39152,1.84608 Z' id='path-1'%3E%3C/path%3E%3C/defs%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='icons/16/low-in-stock/default' transform='translate(-1.000000, -3.000000)'%3E%3Crect id='Rectangle' x='0' y='0' width='24' height='24'%3E%3C/rect%3E%3Cg id='colour/black' transform='translate(1.000000, 3.000000)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cuse id='Mask' fill='%23000000' xlink:href='%23path-1'%3E%3C/use%3E%3Cg id='Group' mask='url(%23mask-2)'%3E%3Cg transform='translate(-0.400000, -1.000000)' id='colour/black'%3E%3Crect id='Color/red' fill='%23D20A2C' x='0' y='0' width='22' height='22'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* <i class="hsvg48 hsvg-coupon1 mx-1"></i>
<i class="hsvg48 hsvg-feedback1 mx-1"></i>
<i class="hsvg48 hsvg-orders1 mx-1"></i>
<i class="hsvg48 hsvg-person1 mx-1"></i>
<i class="hsvg48 hsvg-refund1 mx-1"></i>
<i class="hsvg48 hsvg-return1 mx-1"></i>
<i class="hsvg48 hsvg-subscription1 mx-1"></i>
 */
.hsvg-coupon1{
	background-image:url(../image/icon_coupon_2x.png);
	background-repeat: no-repeat;
}
.hsvg-feedback1{
	background-image:url(../image/icon_feedback_2x.png);
	background-repeat: no-repeat;
}
.hsvg-orders1{
	background-image:url(../image/icon_orders_2x.png);
	background-repeat: no-repeat;
}
.hsvg-person1{
	background-image:url(../image/icon_person_2x.png);
	background-repeat: no-repeat;
}
.hsvg-refund1{
	background-image:url(../image/icon_refund_2x.png);
	background-repeat: no-repeat;
}
.hsvg-return1{
	background-image:url(../image/icon_return_2x.png);
	background-repeat: no-repeat;
}
.hsvg-subscription1{
	background-image:url(../image/icon_subscription_2x.png);
	background-repeat: no-repeat;
}
.hsvg-refresh1{
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='21px' height='21px' viewBox='0 0 21 21' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eicon/32px/refresh%3C/title%3E%3Cdefs%3E%3Cpath d='M15.8045304,6 C12.0316448,6.02158409 8.5773109,8.119341 6.81832198,11.4571681 L6.44129193,10.0477009 C6.39115224,9.85981426 6.26836662,9.69957245 6.09999077,9.60228455 C5.93161492,9.50499665 5.73146644,9.47864651 5.54364785,9.52904034 C5.15272107,9.63392183 4.92061886,10.0356204 5.02498734,10.4266844 L5.91091028,13.7476745 C5.9624516,13.9415493 6.09134341,14.105754 6.26742833,14.2018687 C6.37526229,14.2608038 6.49617441,14.2917036 6.61906258,14.2917308 C6.69499384,14.2916727 6.77045447,14.2798099 6.84274103,14.2565674 L9.87070257,13.2856662 C10.2559339,13.1616193 10.4679184,12.7490144 10.344432,12.3636031 C10.285282,12.1782596 10.1548349,12.0240574 9.98185949,11.9350044 C9.80888412,11.8459514 9.60758935,11.8293627 9.42236891,11.8888968 L8.00215727,12.3450446 C9.4730037,9.37518125 12.4933772,7.48910146 15.8074607,7.47100325 C20.6431735,7.49360959 24.5481435,11.4261071 24.5367808,16.2618594 C24.5481435,21.0976116 20.6431735,25.0301091 15.8074607,25.0527155 C12.3930826,25.0406172 9.29711795,23.0450164 7.876155,19.9403443 C7.79535463,19.7634178 7.64742622,19.6259497 7.4650594,19.5583182 C7.28269258,19.4906867 7.08090096,19.4984596 6.90427702,19.5799192 C6.7273575,19.6607432 6.58984377,19.8086085 6.52204999,19.9909188 C6.4542562,20.1732291 6.46174847,20.3750162 6.54287516,20.5517971 C8.20389804,24.1766989 11.8201383,26.5058093 15.8074607,26.5188349 C21.4535871,26.4935343 26.0134931,21.9021657 26,16.2559988 C26.0097129,10.6113596 21.4491283,6.02368597 15.8045304,6' id='path-1'%3E%3C/path%3E%3C/defs%3E%3Cg id='9.UserCenter' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='PC_V-code-error' transform='translate(-1061.000000, -337.000000)'%3E%3Cg id='Group' transform='translate(1056.000000, 331.000000)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cuse id='path_2424' fill='%23000000' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}


.huawei-v4-ecommerce .btn-primary.loading::after,
.btn-primary.loading::after{
 	background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2045%2045'%3E%20%3Cpath%20d='M38.7,15.414a2.411,2.411,0,0,1,4.437-1.888A22.5,22.5,0,1,1,22.5,0a2.411,2.411,0,0,1,0,4.821A17.668,17.668,0,1,0,38.7,15.414Z'%20fill='%23ffffff'/%3E%20%3C/svg%3E");
}

.huawei-v4-ecommerce .btn-dark.loading::after,
.huawei-v4-ecommerce .btn-default.loading::after,
.btn-dark.loading::after,
.btn-default.loading::after{
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2045%2045'%3E%20%3Cpath%20d='M38.7,15.414a2.411,2.411,0,0,1,4.437-1.888A22.5,22.5,0,1,1,22.5,0a2.411,2.411,0,0,1,0,4.821A17.668,17.668,0,1,0,38.7,15.414Z'%20fill='%23ffffff'/%3E%20%3C/svg%3E");
}

.huawei-v4-ecommerce .btn-dark.loading.inverted::after,
.huawei-v4-ecommerce .btn-default.loading.inverted::after,
.btn-dark.loading.inverted::after,
.btn-default.loading.inverted::after{
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2045%2045'%3E%20%3Cpath%20d='M38.7,15.414a2.411,2.411,0,0,1,4.437-1.888A22.5,22.5,0,1,1,22.5,0a2.411,2.411,0,0,1,0,4.821A17.668,17.668,0,1,0,38.7,15.414Z'%20fill='%232E2E2E'/%3E%20%3C/svg%3E");
}

.huawei-v4-ecommerce .btn-outline-secondary.loading::after,
.btn-outline-secondary.loading::after{
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2045%2045'%3E%20%3Cpath%20d='M38.7,15.414a2.411,2.411,0,0,1,4.437-1.888A22.5,22.5,0,1,1,22.5,0a2.411,2.411,0,0,1,0,4.821A17.668,17.668,0,1,0,38.7,15.414Z'%20fill='%23e8e8e8'/%3E%20%3C/svg%3E");
}

.huawei-v4-ecommerce .btn-outline-secondary.loading.inverted::after,
.btn-outline-secondary.loading.inverted::after{
 	background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2045%2045'%3E%20%3Cpath%20d='M38.7,15.414a2.411,2.411,0,0,1,4.437-1.888A22.5,22.5,0,1,1,22.5,0a2.411,2.411,0,0,1,0,4.821A17.668,17.668,0,1,0,38.7,15.414Z'%20fill='%234d4d4d'/%3E%20%3C/svg%3E");
}

.dropdown-toggle::after {
  background: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2040%2040'%3E%20%3Cg%20transform='translate(-889%20-8615)'%3E%20%3Cpath%20d='M1.85,15.649,13.288,3.112a.918.918,0,0,1,1.408,0L26.132,15.649a.956.956,0,0,0,.792.351,1.1,1.1,0,0,0,.792-1.841L15.4.657a1.835,1.835,0,0,0-2.815,0L.267,14.159A1.12,1.12,0,0,0,1.059,16a.859.859,0,0,0,.792-.351Zm0,0'%20transform='translate(923%208643)%20rotate(180)'%20fill='%23989898'/%3E%20%3Crect%20width='40'%20height='40'%20transform='translate(889%208615)'%20fill='none'/%3E%20%3C/g%3E%20%3C/svg%3E") no-repeat right center/16px 16px;
}

.custom-checkbox .custom-control-label::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cstyle%3E.a,.b%7Bfill:none;%7D.b%7Bfill-rule:evenodd;%7D.c%7Bfill:%23f5f5f5;%7D.d%7Bclip-path:url(%23a);%7D%3C/style%3E%3CclipPath id='a'%3E%3Crect class='a' width='20' height='20' transform='translate(0 -20)'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(-182 -2811)'%3E%3Cpath class='b' d='M4-26H16a4,4,0,0,1,4,4v12a4,4,0,0,1-4,4H4a4,4,0,0,1-4-4V-22A4,4,0,0,1,4-26Z' transform='translate(182 2837)'/%3E%3Cpath class='b' d='M4-26H16a4,4,0,0,1,4,4v12a4,4,0,0,1-4,4H4a4,4,0,0,1-4-4V-22A4,4,0,0,1,4-26Z' transform='translate(182 2837)'/%3E%3Crect class='c' width='20' height='20' rx='4' transform='translate(182 2811)'/%3E%3Cg class='d' transform='translate(182 2831)'%3E%3Cimage width='20' height='20' transform='translate(0 -20)' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAANdJREFUOBHt1EFPg0AQhuFStei98eL//2neemyiRhG/BzINp8qmHDvJx8Cy887swk63m+0p7hj10T4aozXWZdJv9BWdom8DYG8eop9oiFqAD5n/GOG8A75GqvqMQGVsAYoFexaLLMNHBKhCsBagoqyKvQCqaLlcL1qA5jOMXrnoy2WuhSXsklgMxlBf1EApt01WcZMH3NTuwNu3876H2+yhP9wBL7VSK44ffRRnmTfAys9P1681l59YWpeWpZeplHm5ViCkax2ic2UALmgd9gz9a8vE+unwB39rNy2nbmwYAAAAAElFTkSuQmCC'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cstyle%3E.a,.b,.c%7Bfill:none;%7D.b%7Bclip-rule:evenodd;%7D.c%7Bfill-rule:evenodd;%7D.d%7Bfill:%23f5f5f5;%7D.e%7Bclip-path:url(%23a);%7D.f%7Bclip-path:url(%23b);%7D.g%7Bclip-path:url(%23c);%7D.h%7Bisolation:isolate;%7D.i%7Bclip-path:url(%23d);%7D.j%7Bclip-path:url(%23e);%7D.k%7Bclip-path:url(%23f);%7D%3C/style%3E%3CclipPath id='a'%3E%3Crect class='a' width='20' height='20' transform='translate(0 -20)'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath class='a' d='M7-6.914,4.707-9.207a1,1,0,0,0-1.414,0,1,1,0,0,0,0,1.414l3,3a1,1,0,0,0,1.414,0l5-5a1,1,0,0,0,0-1.414,1,1,0,0,0-1.414,0Z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath class='a' d='M0,0H16V-16H0Z'/%3E%3C/clipPath%3E%3CclipPath id='d'%3E%3Crect class='a' width='20' height='18' transform='translate(-2 -17)'/%3E%3C/clipPath%3E%3CclipPath id='e'%3E%3Cpath class='a' d='M3-4H13v-8H3Z'/%3E%3C/clipPath%3E%3CclipPath id='f'%3E%3Cpath class='b' d='M0-16H16V0H0Z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(-540 -2811)'%3E%3Cpath class='c' d='M4-26H16a4,4,0,0,1,4,4v12a4,4,0,0,1-4,4H4a4,4,0,0,1-4-4V-22A4,4,0,0,1,4-26Z' transform='translate(540 2837)'/%3E%3Cpath class='c' d='M4-26H16a4,4,0,0,1,4,4v12a4,4,0,0,1-4,4H4a4,4,0,0,1-4-4V-22A4,4,0,0,1,4-26Z' transform='translate(540 2837)'/%3E%3Crect class='d' width='20' height='20' rx='4' transform='translate(540 2811)'/%3E%3Cg class='e' transform='translate(540 2831)'%3E%3Cimage width='20' height='20' transform='translate(0 -20)' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAANdJREFUOBHt1EFPg0AQhuFStei98eL//2neemyiRhG/BzINp8qmHDvJx8Cy887swk63m+0p7hj10T4aozXWZdJv9BWdom8DYG8eop9oiFqAD5n/GOG8A75GqvqMQGVsAYoFexaLLMNHBKhCsBagoqyKvQCqaLlcL1qA5jOMXrnoy2WuhSXsklgMxlBf1EApt01WcZMH3NTuwNu3876H2+yhP9wBL7VSK44ffRRnmTfAys9P1681l59YWpeWpZeplHm5ViCkax2ic2UALmgd9gz9a8vE+unwB39rNy2nbmwYAAAAAElFTkSuQmCC'/%3E%3C/g%3E%3Cg transform='translate(542 2829.5)'%3E%3Cg class='f'%3E%3Cg class='g'%3E%3Cg class='h'%3E%3Cg class='i'%3E%3Cg class='j'%3E%3Cpath d='M-2-16.5H18V.5H-2Z'/%3E%3C/g%3E%3Cg class='k'%3E%3Cg class='j'%3E%3Cpath d='M-5-21H21V5H-5Z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%204%204'%3e%3cpath%20stroke='%23fff'%20d='M0%202h4'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-label::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cstyle%3E.a,.b%7Bfill:none;%7D.b%7Bfill-rule:evenodd;%7D.c%7Bfill:%23f5f5f5;%7D.d%7Bclip-path:url(%23a);%7D%3C/style%3E%3CclipPath id='a'%3E%3Crect class='a' width='20' height='20' transform='translate(0 -20)'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(-239 -3148)'%3E%3Cpath class='b' d='M4-26H16a4,4,0,0,1,4,4v12a4,4,0,0,1-4,4H4a4,4,0,0,1-4-4V-22A4,4,0,0,1,4-26Z' transform='translate(239 3174)'/%3E%3Cpath class='b' d='M4-26H16a4,4,0,0,1,4,4v12a4,4,0,0,1-4,4H4a4,4,0,0,1-4-4V-22A4,4,0,0,1,4-26Z' transform='translate(239 3174)'/%3E%3Crect class='c' width='20' height='20' rx='10' transform='translate(239 3148)'/%3E%3Cg transform='translate(239 3168)'%3E%3Cg class='d'%3E%3Cimage width='20' height='20' transform='translate(0 -20)' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAAUxJREFUOBGt1I1KA0EMBGBbf1B8/0cVRG1rvnhzxKOUQxzIJZedzCbbvR7uruNQ6aey+8UeFtpX+dNiH+UvS351CrdQ/Fpm7bxYuRXHihixtzKbrJiC4ucynRHSyS1B3RPW6XtZdysZvFRA7LNsjoYY4cTTq9FMdxpBY+pOMmJEFLIg7/HJP1bQExGk7swkpli9NqagRI5pm+/pCAp0uBXbFhTlFwiHI6Z18dAu5EcQhyi+hXTLd5wrMA/9lsC1NZun/kiQskSwtzv8yaVxIBjMxeT2+rWWoLP7L5wIZtwc8F/EU3uO4Bw9i3uEJ7e1PDKyeBL2COKoSUMn9xCM7XI7XLZHOBxidPwH9MUu3yIWslNEU4QTyCUfMfyeNB0iSyKELAcRiE9uNuCzbWyLJbOrODfAZhA+DszPtRMh9Mt4yKfbLYc4s1k2qvAH38hEYR4EgSTTAAAAAElFTkSuQmCC'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cstyle%3E.a,.b,.c%7Bfill:none;%7D.b%7Bclip-rule:evenodd;%7D.c%7Bfill-rule:evenodd;%7D.d%7Bfill:%23f5f5f5;%7D.e%7Bclip-path:url(%23a);%7D.f%7Bclip-path:url(%23b);%7D.g%7Bclip-path:url(%23c);%7D.h%7Bisolation:isolate;%7D.i%7Bclip-path:url(%23d);%7D.j%7Bclip-path:url(%23e);%7D.k%7Bclip-path:url(%23f);%7D%3C/style%3E%3CclipPath id='a'%3E%3Crect class='a' width='20' height='20' transform='translate(0 -20)'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath class='a' d='M7-6.914,4.707-9.207a1,1,0,0,0-1.414,0,1,1,0,0,0,0,1.414l3,3a1,1,0,0,0,1.414,0l5-5a1,1,0,0,0,0-1.414,1,1,0,0,0-1.414,0Z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath class='a' d='M0,0H16V-16H0Z'/%3E%3C/clipPath%3E%3CclipPath id='d'%3E%3Crect class='a' width='20' height='18' transform='translate(-2 -17)'/%3E%3C/clipPath%3E%3CclipPath id='e'%3E%3Cpath class='a' d='M3-4H13v-8H3Z'/%3E%3C/clipPath%3E%3CclipPath id='f'%3E%3Cpath class='b' d='M0-16H16V0H0Z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(-597 -3148)'%3E%3Cpath class='c' d='M4-26H16a4,4,0,0,1,4,4v12a4,4,0,0,1-4,4H4a4,4,0,0,1-4-4V-22A4,4,0,0,1,4-26Z' transform='translate(597 3174)'/%3E%3Cpath class='c' d='M4-26H16a4,4,0,0,1,4,4v12a4,4,0,0,1-4,4H4a4,4,0,0,1-4-4V-22A4,4,0,0,1,4-26Z' transform='translate(597 3174)'/%3E%3Crect class='d' width='20' height='20' rx='10' transform='translate(597 3148)'/%3E%3Cg transform='translate(597 3168)'%3E%3Cg class='e'%3E%3Cimage width='20' height='20' transform='translate(0 -20)' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAAUxJREFUOBGt1I1KA0EMBGBbf1B8/0cVRG1rvnhzxKOUQxzIJZedzCbbvR7uruNQ6aey+8UeFtpX+dNiH+UvS351CrdQ/Fpm7bxYuRXHihixtzKbrJiC4ucynRHSyS1B3RPW6XtZdysZvFRA7LNsjoYY4cTTq9FMdxpBY+pOMmJEFLIg7/HJP1bQExGk7swkpli9NqagRI5pm+/pCAp0uBXbFhTlFwiHI6Z18dAu5EcQhyi+hXTLd5wrMA/9lsC1NZun/kiQskSwtzv8yaVxIBjMxeT2+rWWoLP7L5wIZtwc8F/EU3uO4Bw9i3uEJ7e1PDKyeBL2COKoSUMn9xCM7XI7XLZHOBxidPwH9MUu3yIWslNEU4QTyCUfMfyeNB0iSyKELAcRiE9uNuCzbWyLJbOrODfAZhA+DszPtRMh9Mt4yKfbLYc4s1k2qvAH38hEYR4EgSTTAAAAAElFTkSuQmCC'/%3E%3C/g%3E%3C/g%3E%3Cg transform='translate(599 3166.5)'%3E%3Cg class='f'%3E%3Cg class='g'%3E%3Cg class='h'%3E%3Cg class='i'%3E%3Cg class='j'%3E%3Cpath d='M-2-16.5H18V.5H-2Z'/%3E%3C/g%3E%3Cg class='k'%3E%3Cg class='j'%3E%3Cpath d='M-5-21H21V5H-5Z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.custom-select {
  background: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='auto'%20height='auto'%20viewBox='0%200%2024%2024'%3E%20%3Cdefs%3E%20%3CclipPath%20id='clip-path'%3E%20%3Cpath%20d='M389.293-1088.708a1,1,0,0,0,0,1.415,1,1,0,0,0,1.414,0l5-4.993a1,1,0,0,0,0-1.414l-5-5.008a1,1,0,0,0-1.414,0,1,1,0,0,0,0,1.415l4.293,4.3Z'%20fill='none'/%3E%20%3C/clipPath%3E%20%3C/defs%3E%20%3Cg%20id='btn_expand'%20opacity='0.3'%3E%20%3Cg%20transform='translate(-1081%20-380)%20rotate(90)'%20clip-path='url(%23clip-path)'%3E%20%3Cg%20clip-path='url(%23clip-path-4)'%3E%20%3Cpath%20d='M375-1110h34v34H375Z'/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/g%3E%20%3C/svg%3E%20") no-repeat right center/16px 16px;
}

.custom-select.active {
  background: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2020%2020'%3E%20%3Cg%20transform='translate(1231%20562)%20rotate(180)'%3E%20%3Cpath%20d='M1.19,9.781,8.542,1.945a.6.6,0,0,1,.9,0L16.8,9.781a.623.623,0,0,0,.509.219.684.684,0,0,0,.509-1.151L9.9.411a1.2,1.2,0,0,0-1.81,0L.172,8.849A.7.7,0,0,0,.681,10a.558.558,0,0,0,.509-.219Zm0,0'%20transform='translate(1230%20557)%20rotate(180)'%20fill='%23989898'/%3E%20%3C/g%3E%20%3C/svg%3E") no-repeat right center/14px 14px;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg%20viewBox='0%200%2030%2030'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20stroke='rgba(0, 0, 0, 0.5)'%20stroke-width='2'%20stroke-linecap='round'%20stroke-miterlimit='10'%20d='M4%207h22M4%2015h22M4%2023h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg%20viewBox='0%200%2030%2030'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20stroke='rgba(255, 255, 255, 0.5)'%20stroke-width='2'%20stroke-linecap='round'%20stroke-miterlimit='10'%20d='M4%207h22M4%2015h22M4%2023h22'/%3e%3c/svg%3e");
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='%23fff'%20viewBox='0%200%208%208'%3e%3cpath%20d='M5.25%200l-4%204%204%204%201.5-1.5-2.5-2.5%202.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='%23fff'%20viewBox='0%200%208%208'%3e%3cpath%20d='M2.75%200l-1.5%201.5%202.5%202.5-2.5%202.5%201.5%201.5%204-4-4-4z'/%3e%3c/svg%3e");
}

.pickup-details-content{
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='313px' height='276px' viewBox='0 0 313 276' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3E图层 1%3C/title%3E%3Cg id='4.CheckOut' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='图层-1' stroke='%23D8D8D8' stroke-width='0.8'%3E%3Cpath d='M97.3792,65.6496 C97.3792,111.2904 148.0864,113.6144 158.3344,113.6144 C168.5824,113.6144 215.0832,107.6648 215.0832,65.6496' id='路径_1' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M158.3336,109.9192 C117.5496,109.9192 101.5848,87.1024 101.5848,66.3272 C101.5848,61.9192 93.3584,61.6752 93.3584,65.6496 C93.3584,105.2496 132.536,116.8736 158.3336,116.8736 C180.5032,116.8736 218.8816,105.0624 218.8816,65.6496 C218.8816,61.6064 210.8056,61.8152 210.8056,65.6496 C210.8064,91.5144 189.1464,109.9192 158.3336,109.9192 Z' id='路径_2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M158.3752,120.0752 C120.7576,120.0752 89.4152,101.0664 89.4152,65.7152 C89.4152,57.3888 105.54,57.0512 105.54,66.4144 C105.54,83.7296 117.1128,106.132 158.34,106.132 C188.82,106.132 206.6704,88.3776 206.6704,66.1208 C206.6704,57.3888 222.932,57.5808 222.932,65.6504 C222.924,101.9024 188.7768,120.0752 158.3752,120.0752 Z' id='路径_3' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M221.6752,25.2608 L90.568,25.2608 C66.8451089,25.2608 46.7707449,42.7881542 43.572,66.2944 L25.9464,195.8064 C24.0996637,209.375568 28.2080679,223.080693 37.2147784,233.396308 C46.221489,243.711923 59.2473403,249.6312 72.9416,249.6312 L239.3008,249.6312 C252.995199,249.6312 266.021269,243.712253 275.028158,233.396609 C284.035048,223.080965 288.143555,209.375706 286.2968,195.8064 L268.6704,66.2936 C265.471332,42.7879732 245.397521,25.2608 221.6752,25.2608 Z' id='路径_4' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M294.5864,194.6768 L276.96,65.1688 C273.196343,37.5168361 249.581321,16.8984 221.6744,16.8984 L90.568,16.8984 C62.6615145,16.8984 39.0471445,37.5173144 35.2832,65.1688 L17.6576,194.6808 C15.485187,210.643464 20.3183056,226.766039 30.9137131,238.90125 C41.5091206,251.036462 56.8325889,258 72.9424,258 L239.3016,258 C255.411411,258 270.734879,251.036462 281.330287,238.90125 C291.925694,226.766039 296.758813,210.643464 294.5864,194.6808 L294.5864,194.6768 Z' id='路径_6'%3E%3C/path%3E%3Cpath d='M289.86,192.792 L272.8352,67.7008 C271.0752,54.784 265.5056,42.2272 255.6864,33.6528 C245.8672,25.0784 232.4736,21.0768 219.4368,21.0768 L92.8032,21.0768 C79.7632,21.0768 66.112,25.464 56.292,34.0368 C46.472,42.6096 41.1624,54.7816 39.4048,67.6992 L22.38,192.792 C20.2816,208.2128 23.8328,224.3384 34.0688,236.0616 C44.3048,247.7848 60.216,253.9512 75.7792,253.9512 L236.4616,253.9512 C252.0248,253.9512 268.2152,247.7856 278.4504,236.0616 C288.6856,224.3376 291.9584,208.2144 289.86,192.792 Z' id='路径_11'%3E%3C/path%3E%3Cpath d='M239.3008,262.2976 C256.618564,262.2976 273.091174,254.812612 284.481047,241.767469 C295.87092,228.722326 301.0662,211.390716 298.7304,194.2312 L281.1048,64.7192 C277.059421,34.9941838 251.674228,12.8296 221.6752,12.8296 L90.568,12.8296 C60.5691031,12.8296 35.1841077,34.9943608 31.1384,64.7192 L13.5128,194.2312 C11.1772557,211.390802 16.3727368,228.722391 27.7627299,241.767497 C39.1527231,254.812602 55.6253849,262.2976 72.9432,262.2976 L239.3008,262.2976 Z' id='路径_7'%3E%3C/path%3E%3Cpath d='M302.8752,193.7856 L285.2496,64.2736 C280.922458,32.4752302 253.766639,8.7648 221.6752,8.7648 L90.564,8.7648 C58.4725605,8.7648 31.3167425,32.4752302 26.9896,64.2736 L9.364,193.7856 C6.86528669,212.142418 12.4233364,230.683288 24.6082728,244.638346 C36.7932093,258.593404 54.4155018,266.5992 72.9416,266.5992 L239.3008,266.5992 C257.82634,266.5992 275.447758,258.592082 287.631979,244.637141 C299.816201,230.682199 305.373838,212.141864 302.8752,193.7856 L302.8752,193.7856 Z' id='路径_8'%3E%3C/path%3E%3Cpath d='M239.3008,270.7824 C259.034044,270.7824 277.804288,262.253568 290.782887,247.388949 C303.761486,232.52433 309.681498,212.775338 307.02,193.2224 L289.3936,63.7112 C284.784366,29.8396535 255.85812,4.5832 221.6744,4.5832 L90.568,4.5832 C56.3844112,4.5832 27.4583627,29.8398304 22.8488,63.7112 L5.2224,193.2224 C2.56115738,212.775424 8.48137025,232.524395 21.4600896,247.388976 C34.4388089,262.253558 53.2091047,270.7824 72.9424,270.7824 L239.3008,270.7824 Z' id='路径_9'%3E%3C/path%3E%3Cpath d='M311.164,192.6584 L293.5376,63.1464 C288.646238,27.2018174 257.949466,0.4 221.6736,0.4 L90.5672,0.4 C54.2914653,0.4 23.5948903,27.2019944 18.7032,63.1464 L1.08,192.6584 C-1.74433627,213.408086 4.53803283,234.365803 18.3109802,250.14022 C32.0839276,265.914638 52.0029799,274.9656 72.944,274.9656 L239.3,274.9656 C260.240931,274.9656 280.159817,265.914297 293.932706,250.139946 C307.705595,234.365596 313.988062,213.408033 311.164,192.6584 L311.164,192.6584 Z' id='路径_10'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
    
.hsvg-order{
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%20%3Cg%20transform='translate(-5741%20-5023)'%3E%20%3Crect%20width='24'%20height='24'%20transform='translate(5741%205023)'%20fill='none'/%3E%20%3Cg%3E%20%3Cg%20transform='translate(-1.5%20-1)'%3E%20%3Crect%20width='12'%20height='14'%20rx='1'%20transform='translate(5748.5%205029.132)'%20fill='none'%20stroke='%231e1e1e'%20stroke-width='0.8'/%3E%20%3Cpath%20d='M167.564,23.352h6V21.477a.2.2,0,0,0-.187-.208h-1.312a1.593,1.593,0,0,0-1.485-1.231,1.623,1.623,0,0,0-1.514,1.231h-1.312a.2.2,0,0,0-.187.208Z'%20transform='translate(5583.936%205006.962)'%20fill='%23fff'%20stroke='%231e1e1e'%20stroke-width='0.8'/%3E%20%3Cline%20x2='7'%20transform='translate(5751%205034.132)'%20fill='none'%20stroke='%231e1e1e'%20stroke-width='0.8'/%3E%20%3Cline%20x2='3'%20transform='translate(5751%205038.132)'%20fill='none'%20stroke='%231e1e1e'%20stroke-width='0.8'/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/g%3E%20%3C/svg%3E");
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M26,7.66,21,3a1.51,1.51,0,0,0-1-.4H7a1.5,1.5,0,0,0-1.5,1.5v24A1.5,1.5,0,0,0,7,29.64H25a1.5,1.5,0,0,0,1.5-1.5V8.76A1.48,1.48,0,0,0,26,7.66ZM20.76,4.84l3.85,3.55H20.76ZM25,28.14H7v-24H19.26v5a.74.74,0,0,0,.75.75h5Z'/%3E%3Cpath d='M22,22.39H10a.75.75,0,1,0,0,1.5H22a.75.75,0,1,0,0-1.5Z'/%3E%3Cpath d='M9.26,19.14a.74.74,0,0,0,.75.75H22a.75.75,0,1,0,0-1.5H10A.75.75,0,0,0,9.26,19.14Z'/%3E%3C/svg%3E");
}

.hsvg-order-all{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M28,6.63H4a1.5,1.5,0,0,0-1.5,1.5v16A1.5,1.5,0,0,0,4,25.63H28a1.5,1.5,0,0,0,1.5-1.5v-16A1.5,1.5,0,0,0,28,6.63Zm0,17.5H4V13.22H28Zm0-12.91H4V8.13H28Z'/%3E%3Cpath d='M6,21.88h6a.75.75,0,0,0,0-1.5H6a.75.75,0,0,0,0,1.5Z'/%3E%3C/svg%3E");     
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M26,7.66,21,3a1.51,1.51,0,0,0-1-.4H7a1.5,1.5,0,0,0-1.5,1.5v24A1.5,1.5,0,0,0,7,29.64H25a1.5,1.5,0,0,0,1.5-1.5V8.76A1.48,1.48,0,0,0,26,7.66ZM20.76,4.84l3.85,3.55H20.76ZM25,28.14H7v-24H19.26v5a.74.74,0,0,0,.75.75h5Z'/%3E%3Cpath d='M22,22.39H10a.75.75,0,1,0,0,1.5H22a.75.75,0,1,0,0-1.5Z'/%3E%3Cpath d='M9.26,19.14a.74.74,0,0,0,.75.75H22a.75.75,0,1,0,0-1.5H10A.75.75,0,0,0,9.26,19.14Z'/%3E%3C/svg%3E");
}
.hsvg-order-paid{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M28.06,22.13a.75.75,0,0,0-1.06,0l-3,3L23,24a.75.75,0,0,0-1.09,1l1.53,1.64a.73.73,0,0,0,.54.24h0a.74.74,0,0,0,.53-.21l3.58-3.53A.75.75,0,0,0,28.06,22.13Z'/%3E%3Cpath d='M28.5,19.27V8.13A1.5,1.5,0,0,0,27,6.63H3a1.5,1.5,0,0,0-1.5,1.5v16A1.5,1.5,0,0,0,3,25.63H19.2a6,6,0,1,0,9.3-6.36ZM3,8.13H27v3.09H3Zm0,16V13.22H27v5.26a6,6,0,0,0-8,5.65Zm22,4.5a4.5,4.5,0,1,1,4.5-4.5A4.51,4.51,0,0,1,25,28.63Z'/%3E%3Cpath d='M11,20.38H5a.75.75,0,0,0,0,1.5h6a.75.75,0,0,0,0-1.5Z'/%3E%3C/svg%3E");
}
.hsvg-order-unpaid{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M28,23.38H25.75V20.75a.75.75,0,0,0-1.5,0v3.38a.74.74,0,0,0,.75.75h3a.75.75,0,0,0,0-1.5Z'/%3E%3Cpath d='M28.5,19.27V8.13A1.5,1.5,0,0,0,27,6.63H3a1.5,1.5,0,0,0-1.5,1.5v16A1.5,1.5,0,0,0,3,25.63H19.2a6,6,0,1,0,9.3-6.36ZM3,8.13H27v3.09H3Zm0,16V13.22H27v5.26a6,6,0,0,0-8,5.65Zm22,4.5a4.5,4.5,0,1,1,4.5-4.5A4.51,4.51,0,0,1,25,28.63Z'/%3E%3Cpath d='M11,20.38H5a.75.75,0,0,0,0,1.5h6a.75.75,0,0,0,0-1.5Z'/%3E%3C/svg%3E");  
}
.hsvg-order-shipped{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M25,20.12l-3,3L21,22a.75.75,0,0,0-1.09,1l1.53,1.64a.73.73,0,0,0,.54.24h0a.74.74,0,0,0,.53-.21l3.58-3.53a.75.75,0,0,0,0-1.06A.75.75,0,0,0,25,20.12Z'/%3E%3Cpath d='M27.71,17.31a.53.53,0,0,0,0-.18v-11A.76.76,0,0,0,27,5.38H10a.76.76,0,0,0-.75.75v4.25H6a.74.74,0,0,0-.6.3l-3,4a.74.74,0,0,0-.15.45v8a.75.75,0,0,0,.75.75H5.33a3.74,3.74,0,0,0,7.34,0h3.82a6.74,6.74,0,1,0,11.22-6.57Zm-24-1.93,2.63-3.5H9.25v7.53a1.9,1.9,0,0,0-.25,0,3.74,3.74,0,0,0-3.67,3H3.75ZM9,25.38a2.25,2.25,0,1,1,2.25-2.25A2.25,2.25,0,0,1,9,25.38Zm3.67-3a3.72,3.72,0,0,0-1.92-2.54v-13h15.5v9.34a6.74,6.74,0,0,0-10,5.91c0,.09,0,.17,0,.25Zm10.33,5a5.25,5.25,0,1,1,5.25-5.25A5.26,5.26,0,0,1,23,27.38Z'/%3E%3C/svg%3E");
}
.hsvg-order-received{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M26.53,18.69V8.76A1.48,1.48,0,0,0,26,7.66L21,3a1.51,1.51,0,0,0-1-.4H7a1.5,1.5,0,0,0-1.5,1.5v24A1.5,1.5,0,0,0,7,29.64H21.65a5.84,5.84,0,0,0,2.37.49,6,6,0,0,0,2.51-11.44Zm-1.9-10.3H20.78V4.84ZM7,4.14H19.28v5a.74.74,0,0,0,.75.75h5v8.34a5.67,5.67,0,0,0-1-.1,6,6,0,0,0-4.45,10H7ZM24,28.63a4.5,4.5,0,1,1,4.5-4.5A4.5,4.5,0,0,1,24,28.63Z'/%3E%3Cpath d='M16,22.39H10a.75.75,0,0,0,0,1.5h6a.75.75,0,0,0,0-1.5Z'/%3E%3Cpath d='M16,18.39H10a.75.75,0,0,0,0,1.5h6a.75.75,0,0,0,0-1.5Z'/%3E%3Cpath d='M27.06,22.13a.75.75,0,0,0-1.06,0l-3,3L22,24a.75.75,0,0,0-1.09,1l1.53,1.64a.73.73,0,0,0,.54.24h0a.74.74,0,0,0,.53-.21l3.58-3.53A.75.75,0,0,0,27.06,22.13Z'/%3E%3C/svg%3E");
}
.hsvg-order-cancelled{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M9,19.88h6a.75.75,0,0,0,0-1.5H9a.75.75,0,0,0,0,1.5Z'/%3E%3Cpath d='M25.5,18.69V8.76A1.48,1.48,0,0,0,25,7.66L20,3a1.54,1.54,0,0,0-1-.4H6a1.5,1.5,0,0,0-1.5,1.5v24A1.5,1.5,0,0,0,6,29.64H20.62a5.89,5.89,0,0,0,2.38.49,6,6,0,0,0,2.5-11.44ZM23.6,8.39H19.75V4.84ZM6,4.14H18.25v5a.75.75,0,0,0,.75.75h5v8.34a5.56,5.56,0,0,0-1-.1,6,6,0,0,0-6,6,5.94,5.94,0,0,0,1.54,4H6ZM23,28.63a4.5,4.5,0,1,1,4.5-4.5A4.49,4.49,0,0,1,23,28.63Z'/%3E%3Cpath d='M15,22.39H9a.75.75,0,0,0,0,1.5h6a.75.75,0,0,0,0-1.5Z'/%3E%3Cpath d='M25.52,21.73a.75.75,0,0,0-1.06,0L23,23.16,21.57,21.7a.75.75,0,1,0-1.07,1.06l1.43,1.45-1.45,1.44a.75.75,0,0,0,0,1.06.73.73,0,0,0,.53.22.77.77,0,0,0,.53-.21L23,25.28l1.43,1.46A.76.76,0,0,0,25,27a.76.76,0,0,0,.53-1.28l-1.43-1.46,1.46-1.43A.77.77,0,0,0,25.52,21.73Z'/%3E%3C/svg%3E");  
}
.hsvg-order-rejected{
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg viewBox='0 0 28 30' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eicon/shipped2 copy 6%3C/title%3E%3Cg id='9.UserCenter' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='1WAP' transform='translate(-530.000000, -72.000000)'%3E%3Cg id='icon/shipped2-copy-6' transform='translate(520.000000, 69.000000)'%3E%3Cg id='Group-Copy' transform='translate(20.000000, 20.000000) scale(-1, 1) translate(-20.000000, -20.000000) translate(10.000000, 7.500000)' stroke='%23000000' stroke-width='1.25'%3E%3Cpath d='M18.75,0.625 L19.375,18.232233 L13.6741748,24.1919417 L1.25,24.375 L0.625,1.25 L18.75,0.625 Z' id='Rectangle' transform='translate(10.000000, 12.500000) rotate(-180.000000) translate(-10.000000, -12.500000) '%3E%3C/path%3E%3Cpolyline id='Path-2' transform='translate(3.750000, 3.750000) rotate(-180.000000) translate(-3.750000, -3.750000) ' points='1.25 6.25 1.25 1.25 6.25 1.25'%3E%3C/polyline%3E%3C/g%3E%3Crect id='Rectangle-Copy-2' fill='%23000000' transform='translate(20.000000, 26.875000) rotate(-180.000000) translate(-20.000000, -26.875000) ' x='13.75' y='26.25' width='12.5' height='1.25' rx='0.625'%3E%3C/rect%3E%3Crect id='Rectangle-Copy-3' fill='%23000000' transform='translate(20.000000, 23.125000) rotate(-180.000000) translate(-20.000000, -23.125000) ' x='13.75' y='22.5' width='12.5' height='1.25' rx='0.625'%3E%3C/rect%3E%3Cg id='Group' transform='translate(23.125000, 4.375000)' stroke='%23000000' stroke-width='1.25'%3E%3Ccircle id='Oval-Copy' fill='%23FFFFFF' cx='6.875' cy='6.875' r='6.875'%3E%3C/circle%3E%3Cline x1='4.375' y1='9.375' x2='9.375' y2='4.375' id='Path-4' stroke-linecap='round' stroke-linejoin='round'%3E%3C/line%3E%3Cline x1='4.375' y1='9.375' x2='9.375' y2='4.375' id='Path-4' stroke-linecap='round' stroke-linejoin='round' transform='translate(6.875000, 6.875000) scale(-1, 1) translate(-6.875000, -6.875000) '%3E%3C/line%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hsvg-dashboard{
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='32px' height='32px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eicon/dashboard%3C/title%3E%3Cg id='icon/dashboard' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Group-6' transform='translate(3.500000, 3.500000)' fill='%23000000'%3E%3Cpath d='M1.5,23.5 L10.5,23.5 L10.5,14.5 L1.5,14.5 L1.5,23.5 Z M10.5,13 L1.5,13 C0.672,13 0,13.671 0,14.5 L0,23.5 C0,24.329 0.672,25 1.5,25 L10.5,25 C11.328,25 12,24.329 12,23.5 L12,14.5 C12,13.671 11.328,13 10.5,13 L10.5,13 Z' id='Fill-1'%3E%3C/path%3E%3Cpath d='M1.5,10.5 L10.5,10.5 L10.5,1.5 L1.5,1.5 L1.5,10.5 Z M10.5,0 L1.5,0 C0.672,0 0,0.671 0,1.5 L0,10.5 C0,11.329 0.672,12 1.5,12 L10.5,12 C11.328,12 12,11.329 12,10.5 L12,1.5 C12,0.671 11.328,0 10.5,0 L10.5,0 Z' id='Fill-3'%3E%3C/path%3E%3Cpath d='M14.5,10.5 L23.5,10.5 L23.5,1.5 L14.5,1.5 L14.5,10.5 Z M23.5,0 L14.5,0 C13.672,0 13,0.671 13,1.5 L13,10.5 C13,11.329 13.672,12 14.5,12 L23.5,12 C24.328,12 25,11.329 25,10.5 L25,1.5 C25,0.671 24.328,0 23.5,0 L23.5,0 Z' id='Fill-4'%3E%3C/path%3E%3Cpath d='M14.5,23.5 L23.5,23.5 L23.5,14.5 L14.5,14.5 L14.5,23.5 Z M23.5,13 L14.5,13 C13.672,13 13,13.671 13,14.5 L13,23.5 C13,24.329 13.672,25 14.5,25 L23.5,25 C24.328,25 25,24.329 25,23.5 L25,14.5 C25,13.671 24.328,13 23.5,13 L23.5,13 Z' id='Fill-5'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hsvg-review{
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eicon/rewards%3C/title%3E%3Cg id='icon/rewards' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Crect id='Rectangle-2' x='0' y='0' width='24' height='24'%3E%3C/rect%3E%3Cpolygon id='path_2182' stroke='%23000000' stroke-linejoin='round' fill-rule='nonzero' points='11.9989797 3 15.0894807 8.92659521 22 9.87614344 17.0005102 14.4885235 18.1840629 21 11.9989797 17.9260901 5.81797776 20.9989898 6.99948985 14.4885235 2 9.87614344 8.91051933 8.92659521'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M24.65,30.05A.73.73,0,0,1,24.3,30L16,25.6,7.7,30a.75.75,0,0,1-.79-.06.74.74,0,0,1-.3-.73l1.58-9.25L1.48,13.38a.74.74,0,0,1-.19-.77.75.75,0,0,1,.6-.51l9.29-1.35,4.15-8.41a.77.77,0,0,1,1.34,0l4.15,8.41,9.29,1.35a.75.75,0,0,1,.41,1.28l-6.71,6.54,1.58,9.25a.74.74,0,0,1-.3.73A.71.71,0,0,1,24.65,30.05ZM16,24a.85.85,0,0,1,.35.08l7.31,3.85-1.4-8.14a.74.74,0,0,1,.22-.66l5.91-5.77-8.17-1.18a.76.76,0,0,1-.57-.41L16,4.36l-3.65,7.41a.76.76,0,0,1-.57.41L3.61,13.36l5.91,5.77a.74.74,0,0,1,.22.66l-1.4,8.14,7.31-3.85A.85.85,0,0,1,16,24Z'/%3E%3C/svg%3E");
}
.hsvg-address{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 24 24' version='1.1'%3E%3Ctitle%3Eicon/address/black%3C/title%3E%3Cg id='icon/address/black' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='address' transform='translate(3.500000, 0.500000)' fill='%23000000' fill-rule='nonzero'%3E%3Cpath d='M16.5189792,8.51597785 C16.5189792,10.0519801 15.8236975,12.0156144 14.5701986,14.3493557 C14.0317041,15.351915 13.39935,16.4041239 12.6850743,17.501951 C12.0846395,18.4248069 11.4497055,19.344849 10.7613718,20.3017481 C10.5019835,20.6623414 10.2468302,21.0118979 9.95936729,21.4018031 C9.83858854,21.5656235 9.43033106,22.117192 9.34940329,22.2271377 C9.15035241,22.4981814 8.83415663,22.658274 8.49787405,22.658274 C8.16159147,22.658274 7.84539569,22.4981814 7.64639674,22.2272084 C7.43703737,21.9422276 6.33090064,20.5032604 6.24368797,20.3885731 C5.51703552,19.4330037 4.90650196,18.5965299 4.317981,17.734451 C3.1614526,16.0403418 2.23793627,14.4548498 1.57684737,12.9491178 C0.864359283,11.3263163 0.481020761,9.84547817 0.481020761,8.51757232 C0.481020761,4.08881238 4.07124006,0.49859308 8.5,0.49859308 C12.9280937,0.49859308 16.5180371,4.08777252 16.5189792,8.51597785 Z M1.53102076,8.51757232 C1.53102076,9.68052935 1.8794141,11.0263741 2.53826518,12.5270091 C3.16973369,13.965276 4.06228438,15.4976062 5.18517315,17.1424393 C5.76221022,17.9876964 6.36278743,18.8105293 7.07948141,19.7530031 C7.15995036,19.8588221 8.27527662,21.3097439 8.49264481,21.6056264 C8.49386718,21.6072908 8.49580894,21.608274 8.49787405,21.608274 C8.58574434,21.493352 8.99432974,20.9413405 9.11422878,20.7787133 C9.39943374,20.3918707 9.65225695,20.0455064 9.90899314,19.6886 C10.5884002,18.7441103 11.2142949,17.8371666 11.8049607,16.9293255 C12.5042055,15.8546006 13.1217678,14.8270044 13.6451864,13.8525133 C14.8231325,11.6594348 15.4689793,9.83541612 15.4689793,8.51608956 C15.4681605,4.66780767 12.348282,1.54859308 8.50000001,1.54859308 C4.65113904,1.54859308 1.53102076,4.66871136 1.53102076,8.51757232 Z M11.1054637,7.24731626 C11.1054637,5.80835841 9.93895785,4.6418526 8.5,4.6418526 C7.06104215,4.6418526 5.89453633,5.80835841 5.89453633,7.24731626 C5.89453633,8.68627411 7.06104215,9.85277993 8.5,9.85277993 C9.93895785,9.85277993 11.1054637,8.68627411 11.1054637,7.24731626 Z M4.84453633,7.24731626 C4.84453633,5.22845943 6.48114316,3.5918526 8.5,3.5918526 C10.5188568,3.5918526 12.1554637,5.22845943 12.1554637,7.24731626 C12.1554637,9.2661731 10.5188568,10.9027799 8.5,10.9027799 C6.48114316,10.9027799 4.84453633,9.2661731 4.84453633,7.24731626 Z' id='Shape'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16,14.75A3.75,3.75,0,1,1,19.75,11,3.75,3.75,0,0,1,16,14.75Zm0-6A2.25,2.25,0,1,0,18.25,11,2.25,2.25,0,0,0,16,8.75Z'/%3E%3Cpath d='M16,3a9,9,0,0,1,9,9c0,7-9,17-9,17S7,19,7,12a9,9,0,0,1,9-9m0-1.5A10.51,10.51,0,0,0,5.5,12c0,7.49,9,17.58,9.39,18a1.48,1.48,0,0,0,2.22,0c.39-.42,9.39-10.51,9.39-18A10.51,10.51,0,0,0,16,1.5Z'/%3E%3C/svg%3E");
}
.hsvg-coupon{
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2039.392%2029.04'%3E%20%3Cg%20transform='translate(-252.167%20-409.747)'%3E%20%3Cpath%20d='M289.252,412.8a.675.675,0,0,0-.674-.674H255.221a.675.675,0,0,0-.674.674v5.588a6.03,6.03,0,0,1,0,11.831v5.587a.675.675,0,0,0,.674.674h33.357a.675.675,0,0,0,.674-.674v-5.587a6.03,6.03,0,0,1,0-11.831Zm-11.965,10.27a1.113,1.113,0,0,1-1.113,1.113h-3.111v2.49h3.111a1.113,1.113,0,0,1,1.113,1.112v.1A1.113,1.113,0,0,1,276.173,429h-3.111v1.778a1.112,1.112,0,0,1-1.113,1.112h-.1a1.112,1.112,0,0,1-1.113-1.112V429h-3.111a1.113,1.113,0,0,1-1.113-1.112v-.1a1.113,1.113,0,0,1,1.113-1.112h3.111v-2.49h-3.111a1.113,1.113,0,0,1-1.113-1.113v-.1a1.113,1.113,0,0,1,1.113-1.113h1.96l-2.766-3.238a1.113,1.113,0,0,1,.124-1.569l.077-.065a1.112,1.112,0,0,1,1.568.123l3.137,3.672,3.136-3.672a1.113,1.113,0,0,1,1.569-.123l.077.065a1.113,1.113,0,0,1,.123,1.569l-2.765,3.238h2.31a1.113,1.113,0,0,1,1.113,1.113Z'%20transform='translate(-0.036%20-0.036)'%20fill='none'/%3E%20%3Cpath%20d='M290.515,420.582h0a1.044,1.044,0,0,0,1.044-1.044v-6.773a3.018,3.018,0,0,0-3.018-3.017H255.184a3.018,3.018,0,0,0-3.017,3.017v6.773a1.044,1.044,0,0,0,1.044,1.044h0a3.772,3.772,0,0,1,3.784,3.2,3.691,3.691,0,0,1-3.656,4.171h-.128A1.044,1.044,0,0,0,252.167,429v6.773a3.018,3.018,0,0,0,3.017,3.017h33.357a3.018,3.018,0,0,0,3.017-3.017V429a1.044,1.044,0,0,0-1.044-1.044h-.128a3.692,3.692,0,0,1-3.6-4.5A3.767,3.767,0,0,1,290.515,420.582Zm-6.158,3.685a6,6,0,0,0,4.858,5.916v5.587a.675.675,0,0,1-.674.674H255.184a.675.675,0,0,1-.674-.674v-5.587a6.03,6.03,0,0,0,0-11.831v-5.588a.675.675,0,0,1,.674-.674h33.357a.675.675,0,0,1,.674.674v5.588A6,6,0,0,0,284.357,424.267Z'/%3E%20%3Cpath%20d='M276.358,421.928h-2.31l2.765-3.238a1.113,1.113,0,0,0-.123-1.569l-.077-.065a1.113,1.113,0,0,0-1.569.123l-3.136,3.672-3.137-3.672a1.112,1.112,0,0,0-1.568-.123l-.077.065A1.113,1.113,0,0,0,267,418.69l2.766,3.238h-1.96a1.113,1.113,0,0,0-1.113,1.113v.1a1.113,1.113,0,0,0,1.113,1.113h3.111v2.49H267.81a1.113,1.113,0,0,0-1.113,1.112v.1a1.113,1.113,0,0,0,1.113,1.112h3.111v1.778a1.112,1.112,0,0,0,1.113,1.112h.1a1.112,1.112,0,0,0,1.113-1.112v-1.778h3.111a1.113,1.113,0,0,0,1.113-1.112v-.1a1.113,1.113,0,0,0-1.113-1.112h-3.111v-2.49h3.111a1.113,1.113,0,0,0,1.113-1.113v-.1A1.113,1.113,0,0,0,276.358,421.928Z'%20transform='translate(-0.221%20-0.107)'/%3E%20%3C/g%3E%20%3C/svg%3E");
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M28.5,14a1.5,1.5,0,0,0,1-1.41V7.44A1.5,1.5,0,0,0,28,5.94H4a1.5,1.5,0,0,0-1.5,1.5v5.19A1.5,1.5,0,0,0,3.5,14a1.49,1.49,0,0,1,0,2.81,1.5,1.5,0,0,0-1,1.41v5.18A1.5,1.5,0,0,0,4,24.94H28a1.5,1.5,0,0,0,1.5-1.5V18.26a1.5,1.5,0,0,0-1-1.41,1.49,1.49,0,0,1,0-2.81ZM28,12.63a3,3,0,0,0,0,5.63v5.18H4V18.26a3,3,0,0,0,0-5.63V7.44H28Z'/%3E%3Cpath d='M11,14.19H21a.75.75,0,0,0,0-1.5H11a.75.75,0,0,0,0,1.5Z'/%3E%3Cpath d='M11,18.19H21a.75.75,0,0,0,0-1.5H11a.75.75,0,0,0,0,1.5Z'/%3E%3C/svg%3E");
}
.hsvg-subscription{
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eicon/subscription%3C/title%3E%3Cg id='icon/subscription' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Crect id='Rectangle-2' x='0' y='0' width='24' height='24'%3E%3C/rect%3E%3Crect id='Rectangle-2' stroke='%23000000' fill-rule='nonzero' x='1.5' y='4.5' width='21' height='15' rx='1'%3E%3C/rect%3E%3Cpath d='M1.77978516,4.94287109 L11.4145147,11.7849555 C11.7583263,12.0291126 12.21835,12.0313588 12.5645295,11.7905707 L22.4094238,4.94287109 L22.4094238,4.94287109' id='Path' stroke='%23000000' stroke-linecap='round' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M28,5.94H4a1.5,1.5,0,0,0-1.5,1.5v16A1.5,1.5,0,0,0,4,24.94H28a1.5,1.5,0,0,0,1.5-1.5v-16A1.5,1.5,0,0,0,28,5.94Zm-1.35,1.5L16,14.54,5.35,7.44ZM4,23.44V8.35l11.58,7.72a.8.8,0,0,0,.84,0L28,8.35V23.44Z'/%3E%3C/svg%3E");
}

.hsvg-other{
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2045%2045'%3E%20%3Cg%20id='check_out-shipping-pre'%20data-name='check%20out-shipping-pre'%20transform='translate(-376%20-97)'%3E%20%3Crect%20width='45'%20height='45'%20transform='translate(376%2097)'%20fill='none'/%3E%20%3Cpath%20id='check_out-shipping-pre-2'%20data-name='check%20out-shipping-pre'%20d='M16.657,93.928,47.274,82.836a1.173,1.173,0,0,1,1.512.7,1.065,1.065,0,0,1-.025.865L39.039,109.59a1.192,1.192,0,0,1-1.528.68,1.891,1.891,0,0,1-.285-.168C25,101.834,30.537,105.59,16.4,96a1.172,1.172,0,0,1-.32-1.639,1.146,1.146,0,0,1,.572-.437Zm10.729,6.679L43.813,86.583,19.647,95.347ZM45.1,87.348,28.613,101.413l8.764,5.94Zm0,0'%20transform='translate(366.12%2023.234)'%20fill='%231e1e1e'/%3E%20%3C/g%3E%20%3C/svg%3E");
}

/* 小右箭头 */
.hsvg-chevron-right,.hsvg-chevron-right-a,.hsvg-chevron-right-h{
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eicons/16/Chevron Right%3C/title%3E%3Cdefs%3E%3Cpath d='M0.293443088,6.29234378 C-0.0973846522,6.68256438 -0.0978768304,7.31572917 0.292343777,7.70655691 C0.682564385,8.09738465 1.31572917,8.09787683 1.70655691,7.70765622 L4.70655691,4.71231658 C5.09738499,4.32209564 5.09787678,3.6889302 4.70765537,3.29810259 L1.70765537,0.293442234 C1.31743429,-0.0973850353 0.684269503,-0.0978764494 0.293442234,0.29234463 C-0.0973850353,0.682565709 -0.0978764494,1.3157305 0.29234463,1.70655777 L2.58578601,4.0035619 L0.293443088,6.29234378 Z' id='path-1'%3E%3C/path%3E%3C/defs%3E%3Cg id='icons/16/Chevron-Right' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='colour/black' transform='translate(5.500000, 4.000000)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cuse id='Mask' fill='%23000000' fill-rule='nonzero' xlink:href='%23path-1'%3E%3C/use%3E%3Cg id='Group' mask='url(%23mask-2)'%3E%3Cg transform='translate(-5.500000, -5.000000)' id='colour/black'%3E%3Crect id='Rectangle' fill='%23000000' x='0' y='0' width='16' height='16'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
/* 大右箭头 */
.hsvg-chevron-right2,.hsvg-chevron-right2-a,.hsvg-chevron-right2-h{
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eicons/24/Chevron Right Large%3C/title%3E%3Cdefs%3E%3Cpath d='M0.470082316,16.4692578 C0.176961511,16.7619233 0.176592377,17.2367969 0.469257833,17.5299177 C0.761923288,17.8230385 1.23679688,17.8234076 1.52991768,17.5307422 L9.52991768,9.54316979 C9.82303874,9.25050409 9.82340759,8.77563 9.53074153,8.4825093 L1.53074153,0.470081675 C1.23807572,0.176961224 0.763202127,0.176592663 0.470081675,0.469258472 C0.176961224,0.761924282 0.176592663,1.23679787 0.469258472,1.52991832 L7.93933951,9.01160378 L0.470082316,16.4692578 Z' id='path-1'%3E%3C/path%3E%3C/defs%3E%3Cg id='icons/24/Chevron-Right-Large' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='colour/black' transform='translate(7.000000, 3.000000)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cuse id='Mask' fill='%23000000' fill-rule='nonzero' xlink:href='%23path-1'%3E%3C/use%3E%3Cg id='Group' mask='url(%23mask-2)'%3E%3Cg transform='translate(-7.000000, -3.000000)' id='colour/black'%3E%3Crect id='Rectangle' fill='%23000000' x='0' y='0' width='24' height='24'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
/* 黑色星星 */
.hsvg-star2-a,.hsvg-star2-h{
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 19' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EStar%3C/title%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='PCP/Product' transform='translate(-24.000000, -58.000000)' fill='%23000000'%3E%3Cpolygon id='Star' points='34 72.5 28.1221475 76.0901699 29.7202457 69.3905765 24.4894348 64.9098301 31.3549664 64.3594235 34 58 36.6450336 64.3594235 43.5105652 64.9098301 38.2797543 69.3905765 39.8778525 76.0901699'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
/* 圆感叹号 */
.hsvg-info,.hsvg-info-a,.hsvg-info-h{
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eicon/info%3C/title%3E%3Cg id='2.1PCP' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='PC_Flagship_PCP_Collapse' transform='translate(-1232.000000, -549.000000)'%3E%3Cg id='Group' transform='translate(1232.000000, 549.000000)'%3E%3Cg transform='translate(0.500000, 0.500000)'%3E%3Ccircle id='Oval' fill='%23D8D8D8' cx='7.5' cy='7.5' r='7.5'%3E%3C/circle%3E%3Cpath d='M8.35100248,3.78 C8.3519806,3.36850731 8.06197622,3.01369963 7.65851756,2.93277802 C7.25505889,2.85185641 6.85066167,3.06738812 6.69288396,3.44743206 C6.53510625,3.82747599 6.66794877,4.26604628 7.0100899,4.49466528 C7.35223103,4.72328427 7.80825516,4.67819518 8.099,4.387 C8.25986505,4.22588578 8.35045745,4.00767314 8.35100248,3.78 L8.35100248,3.78 Z' id='path_1917-path' fill='%23FFFFFF' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='M7.489,12.08 C7.64096912,12.0802654 7.7868194,12.0201504 7.89446533,11.9128795 C8.00211127,11.8056087 8.06273501,11.6599691 8.063,11.508 L8.063,6.356 C8.05015988,6.04857362 7.79719441,5.80595308 7.4895,5.80595308 C7.18180559,5.80595308 6.92884012,6.04857362 6.916,6.356 L6.916,11.509 C6.91626499,11.6609691 6.97688873,11.8066087 7.08453467,11.9138795 C7.1921806,12.0211504 7.33803088,12.0812654 7.49,12.0810009 L7.489,12.08 Z' id='path_1917-path' fill='%23FFFFFF' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
/*默认个人中心头像*/
.hsvg-default-avatar2{
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg viewBox='0 0 320 320' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 61 (89581) - https://sketch.com --%3E%3Ctitle%3Eic_login_head%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3Ccircle id='path-1' cx='160' cy='160' r='160'%3E%3C/circle%3E%3C/defs%3E%3Cg id='ic_login_head' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='group'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cuse id='background' fill='%23CCCCCC' xlink:href='%23path-1'%3E%3C/use%3E%3Cpath d='M160,210 C204.435672,210 242.603493,236.835861 259.180695,275.184816 C232.559019,298.129395 197.899336,312 160,312 C122.101141,312 87.4418538,298.129744 60.8214694,275.188564 C77.3965071,236.835861 115.564328,210 160,210 Z M160.001636,74 C190.928987,74 216,99.0717457 216,130 C216,160.928254 190.928987,186 160.001636,186 C129.071013,186 104,160.928254 104,130 C104,99.0717457 129.071013,74 160.001636,74 Z' id='people' fill='%23FFFFFF'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.hsvg-myHuaweiId{
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eicon/person%3C/title%3E%3Cg id='icon/person' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='group'%3E%3Crect id='Rectangle-2' x='0' y='0' width='24' height='24'%3E%3C/rect%3E%3Cg id='Group' transform='translate(3.000000, 2.000000)' fill-rule='nonzero' stroke='%23000000'%3E%3Ccircle id='Oval-5' cx='8.88888889' cy='4.44444444' r='4.44444444'%3E%3C/circle%3E%3Cpath d='M0,20 L0,20 C0,15.0908022 3.97969111,11.1111111 8.88888889,11.1111111 C13.7980867,11.1111111 17.7777778,15.0908022 17.7777778,20' id='Combined-Shape' stroke-linecap='round'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16,15.75A6.75,6.75,0,1,1,22.75,9,6.76,6.76,0,0,1,16,15.75Zm0-12A5.25,5.25,0,1,0,21.25,9,5.26,5.26,0,0,0,16,3.75Z'/%3E%3Cpath d='M27,29.75a.76.76,0,0,1-.75-.75,10.25,10.25,0,0,0-20.5,0,.75.75,0,0,1-1.5,0,11.75,11.75,0,0,1,23.5,0A.76.76,0,0,1,27,29.75Z'/%3E%3C/svg%3E");
}
.hsvg-vcode{
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eicon/v-code%3C/title%3E%3Cdefs%3E%3Cpath d='M12,1.91666667 C17.5689811,1.91666667 22.0833333,6.43108191 22.0833333,12 C22.0833333,17.5690464 17.5690464,22.0833333 12,22.0833333 C6.43108191,22.0833333 1.91666667,17.5689811 1.91666667,12 C1.91666667,6.43114717 6.43114717,1.91666667 12,1.91666667 Z M12,2.92260491 C6.98671154,2.92260491 2.92260491,6.98671154 2.92260491,12 C2.92260491,17.0134137 6.98664312,21.0773951 12,21.0773951 C17.013482,21.0773951 21.0773951,17.013482 21.0773951,12 C21.0773951,6.98664312 17.0134137,2.92260491 12,2.92260491 Z M11.5529565,6.86089317 L13.4073998,8.70688412 C13.8120367,9.1101491 13.9288664,9.72688642 13.69748,10.2468157 C13.5570348,10.5629397 13.398062,10.8680069 13.2242614,11.1545801 C13.2184795,11.164086 13.2199914,11.1766204 13.2283221,11.1849438 L17.5458333,15.5038312 L17.5458333,17.5458333 L15.4503886,17.5458333 L15.2577952,16.6090386 L15.2477403,16.5101987 C15.2477403,16.5067171 15.1073681,16.3741575 15.0829831,16.3741575 L13.7862708,16.3741575 L13.7862708,15.0767715 C13.7862708,15.063223 13.7748494,15.0517991 13.761304,15.0517991 L12.4390586,15.0517991 L12.4390586,14.0703685 L13.761304,14.0703685 C14.3167547,14.0703685 14.7674773,14.521194 14.7674773,15.0767715 L14.7674773,15.3927269 L15.0829831,15.3927269 C15.6167556,15.3927269 16.1856148,15.9114525 16.2265929,16.4488178 L16.2503558,16.5644028 L16.5646269,16.5644028 L16.5646269,15.9103271 L12.5346835,11.879099 C12.2063832,11.5510924 12.1448526,11.0409512 12.3856689,10.6450245 C12.5373606,10.3949048 12.6771001,10.1267467 12.8009454,9.84798677 C12.8665193,9.70064128 12.8321081,9.51898679 12.7150442,9.40231973 L10.8610134,7.55673941 C10.7451905,7.44158273 10.5706236,7.40457395 10.41803,7.46280458 C9.74445856,7.72018539 9.11215169,8.09069531 8.61530703,8.58561783 C8.11454407,9.08416545 7.73321906,9.72640878 7.46333936,10.4136811 C7.40448497,10.5637514 7.44023004,10.7339214 7.55451435,10.847805 L9.43103516,12.7158785 C9.550775,12.835212 9.72899842,12.8699388 9.88807566,12.8036711 C10.1579708,12.6915513 10.4191073,12.5583745 10.6635122,12.4082033 L11.1770997,13.2444529 C10.8886485,13.4216877 10.5816118,13.5782732 10.2648737,13.7098522 C9.74058717,13.9282581 9.13995128,13.8112243 8.73867026,13.4113048 L6.86216926,11.543251 C6.47096148,11.1534151 6.34828119,10.5693764 6.54997522,10.0550855 C6.86554747,9.251453 7.31358034,8.49685746 7.92301148,7.89012243 C8.52936348,7.28611619 9.2761603,6.84851912 10.0680684,6.54592032 C10.5812261,6.35009611 11.1633252,6.4735031 11.5529565,6.86089317 Z M10.1566297,8.73112048 C10.9437746,8.73076452 11.5821709,9.36930662 11.5821709,10.1565316 C11.5821709,10.944015 10.9440319,11.5824099 10.1568517,11.5824099 C9.36985656,11.5824099 8.73199961,10.9439666 8.73199961,10.1565316 C8.73199961,9.3694538 9.36996668,8.73112048 10.1566297,8.73112048 Z M10.1568517,9.71255122 C9.91194798,9.71255122 9.71320609,9.91140702 9.71320609,10.1565316 C9.71320609,10.4020892 9.91191363,10.6009794 10.1568517,10.6009794 C10.4020887,10.6009794 10.6009644,10.4020239 10.6009644,10.1565316 C10.6009644,9.91140971 10.4020404,9.71244024 10.1568517,9.71255122 Z' id='path-1'%3E%3C/path%3E%3C/defs%3E%3Cg id='icon/v-code' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cuse id='path-33' fill='%23000000' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/svg%3E");
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M20.61,10.63a1.49,1.49,0,0,0-2,.76L16,17.31l-2.63-5.92a1.5,1.5,0,0,0-2.74,1.22l4,9a1.5,1.5,0,0,0,2.74,0l4-9A1.49,1.49,0,0,0,20.61,10.63Z'/%3E%3Cpath d='M16,2.25A13.75,13.75,0,1,0,29.75,16,13.77,13.77,0,0,0,16,2.25Zm0,26A12.25,12.25,0,1,1,28.25,16,12.27,12.27,0,0,1,16,28.25Z'/%3E%3C/svg%3E");
}
.hsvg-community{
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eicon/community%3C/title%3E%3Cg id='icon/community' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Crect id='Rectangle-2' x='0' y='0' width='24' height='24'%3E%3C/rect%3E%3Cg id='social' transform='translate(2.000000, 2.000000)' fill='%23000000' fill-rule='nonzero' stroke='%23000000' stroke-width='0.3'%3E%3Cpath d='M2.22727273,20 C2.04545455,20 1.86363637,19.8181818 1.86363637,19.6363636 L1.86363637,15.8181818 L1.77272727,15.7272727 C1.22727271,14.9545455 0.772727266,14.0454546 0.5,13.1363636 C0.181818184,12.1363636 0,11.0909091 0,10 C0,7.36363637 1.04545455,4.86363637 2.90909092,2.95454545 L2.95454545,2.90909092 C4.81818182,1.04545455 7.31818182,0 10,0 C12.5909091,0 15.0909091,1 16.9545454,2.81818182 L17.0909091,2.95454545 C18,3.86363637 18.7272727,4.95454545 19.2272727,6.13636363 C19.7272727,7.36363637 20,8.63636363 20,10 C20,12.5909091 19,15.0909091 17.1818182,16.9545454 L17.0454546,17.0909091 C16.1363636,18 15.0454546,18.7272727 13.8636364,19.2272727 C12.6818182,19.7272727 11.3636364,20 10,20 L2.22727273,20 Z M10,0.727272734 C7.54545455,0.727272734 5.22727273,1.68181818 3.45454545,3.45454545 L3.40909092,3.5 C1.68181818,5.22727273 0.727272734,7.54545455 0.727272734,10 C0.727272734,11 0.863636367,11.9545454 1.18181818,12.8636364 C1.45454545,13.7727273 1.90909092,14.6363636 2.5,15.4545454 C2.54545455,15.5454545 2.59090908,15.5909091 2.59090908,15.6818182 L2.59090908,19.2727273 L10,19.2727273 C12.4545454,19.2727273 14.8181818,18.3181818 16.5454546,16.5454546 C18.2727273,14.8181818 19.2727273,12.5 19.2727273,10 C19.2727273,7.54545455 18.3181818,5.18181818 16.5454546,3.45454545 C14.8181818,1.72727273 12.4545455,0.727272734 10,0.727272734 Z' id='Shape'%3E%3C/path%3E%3Cpath d='M9.81818182,15.1363636 C9.72727273,15.1363636 9.68181818,15.0909091 9.59090908,15.0454546 L6.04545455,11.6363636 L6,11.5909091 C5.13636363,10.7272727 4.90909092,9.63636363 5.31818182,8.59090908 C5.77272727,7.45454545 6.9090909,6.68181818 8.09090908,6.68181818 C8.63636363,6.68181818 9.18181816,6.86363637 9.68181818,7.18181818 L9.77272727,7.22727273 L9.86363637,7.18181818 C10.3636364,6.86363637 10.9090909,6.68181818 11.4545454,6.68181818 C12.6363636,6.68181818 13.7727273,7.45454545 14.2272727,8.59090908 C14.6818182,9.63636363 14.4090909,10.7272727 13.5454546,11.5909091 L13.5,11.6363636 L10,15.0454546 C9.95454545,15.0909091 9.86363637,15.1363636 9.81818182,15.1363636 L9.81818182,15.1363636 Z M8.13636363,7.27272727 C7.18181818,7.27272727 6.27272727,7.9090909 5.90909092,8.77272727 C5.5909091,9.59090908 5.77272729,10.4545454 6.45454545,11.1363636 L9.81818182,14.3636364 L13.1363636,11.1363636 C13.8181818,10.4545454 14,9.59090908 13.6818182,8.77272727 C13.3181818,7.86363635 12.4090909,7.27272727 11.4545454,7.27272727 C10.9090909,7.27272727 10.4090909,7.45454545 9.95454545,7.81818182 C9.9090909,7.86363637 9.81818182,7.9090909 9.77272727,7.90909092 C9.72727271,7.90909092 9.63636363,7.86363637 9.59090908,7.81818182 C9.18181816,7.45454545 8.63636363,7.27272727 8.13636363,7.27272727 L8.13636363,7.27272727 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16,29.75A13.75,13.75,0,1,1,29.75,16,13.77,13.77,0,0,1,16,29.75Zm0-26A12.25,12.25,0,1,0,28.25,16,12.27,12.27,0,0,0,16,3.75Z'/%3E%3Cpath d='M16.28,22.52A6.54,6.54,0,0,1,13.7,22a9.76,9.76,0,0,1-3.42.52.75.75,0,0,1-.34-1.42A2.44,2.44,0,0,0,11,20a6.75,6.75,0,1,1,5.28,2.55Zm-2.57-2.08a.71.71,0,0,1,.32.07,5.18,5.18,0,0,0,2.25.51,5.27,5.27,0,1,0-3.85-1.69.77.77,0,0,1,.15.78,5.18,5.18,0,0,1-.35.75,5.42,5.42,0,0,0,1.17-.35A.64.64,0,0,1,13.71,20.44Z'/%3E%3C/svg%3E");
}
.hsvg-support{
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eicon/community copy%3C/title%3E%3Cg id='icon/community-copy' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Crect id='Rectangle-2' x='0' y='0' width='24' height='24'%3E%3C/rect%3E%3Cpath d='M3.33844973,7.38461538 C2.62931696,9.23076922 3.03453569,11.1794872 4.55410588,12.7179487 L12.0506523,20 L19.4458941,12.7179487 C20.9654643,11.1794872 21.370683,9.23076922 20.6615503,7.38461538 C19.8511128,5.33333331 17.8250192,4 15.6976209,4 C14.4819647,4 13.3676132,4.41025641 12.3545664,5.23076924 C12.2532617,5.33333336 12.0506523,5.43589743 11.9493476,5.43589747 C11.8480429,5.43589747 11.6454336,5.33333336 11.5441289,5.23076924 C10.6323867,4.41025641 9.4167306,4 8.3023791,4 C6.1749808,4 4.14888715,5.43589743 3.33844973,7.38461538 Z' id='Shape' stroke='%23000000' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M28.25,13.5a4.25,4.25,0,0,0-3.67-4.19,8.74,8.74,0,0,0-17.16,0A4.24,4.24,0,0,0,8,17.75.76.76,0,0,0,8.75,17V11a7.25,7.25,0,0,1,14.5,0V23a3.24,3.24,0,0,1-2.53,3.16,3.25,3.25,0,1,0-.21,1.54A4.74,4.74,0,0,0,24.75,23V17.67A4.23,4.23,0,0,0,28.25,13.5Zm-23,0a2.75,2.75,0,0,1,2-2.64c0,.05,0,.09,0,.14v5.13A2.75,2.75,0,0,1,5.25,13.5ZM17.5,28.25a1.75,1.75,0,1,1,1.75-1.75A1.76,1.76,0,0,1,17.5,28.25Zm7.25-12.12V11c0-.05,0-.09,0-.14a2.73,2.73,0,0,1,0,5.27Z'/%3E%3C/svg%3E");
}
.hsvg-checkbox-v4-y {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cstyle%3E.a,.b,.c%7Bfill:none;%7D.b%7Bclip-rule:evenodd;%7D.c%7Bfill-rule:evenodd;%7D.d%7Bfill:%23f5f5f5;%7D.e%7Bclip-path:url(%23a);%7D.f%7Bclip-path:url(%23b);%7D.g%7Bclip-path:url(%23c);%7D.h%7Bisolation:isolate;%7D.i%7Bclip-path:url(%23d);%7D.j%7Bclip-path:url(%23e);%7D.k%7Bclip-path:url(%23f);%7D%3C/style%3E%3CclipPath id='a'%3E%3Crect class='a' width='20' height='20' transform='translate(0 -20)'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath class='a' d='M7-6.914,4.707-9.207a1,1,0,0,0-1.414,0,1,1,0,0,0,0,1.414l3,3a1,1,0,0,0,1.414,0l5-5a1,1,0,0,0,0-1.414,1,1,0,0,0-1.414,0Z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath class='a' d='M0,0H16V-16H0Z'/%3E%3C/clipPath%3E%3CclipPath id='d'%3E%3Crect class='a' width='20' height='18' transform='translate(-2 -17)'/%3E%3C/clipPath%3E%3CclipPath id='e'%3E%3Cpath class='a' d='M3-4H13v-8H3Z'/%3E%3C/clipPath%3E%3CclipPath id='f'%3E%3Cpath class='b' d='M0-16H16V0H0Z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(-540 -2811)'%3E%3Cpath class='c' d='M4-26H16a4,4,0,0,1,4,4v12a4,4,0,0,1-4,4H4a4,4,0,0,1-4-4V-22A4,4,0,0,1,4-26Z' transform='translate(540 2837)'/%3E%3Cpath class='c' d='M4-26H16a4,4,0,0,1,4,4v12a4,4,0,0,1-4,4H4a4,4,0,0,1-4-4V-22A4,4,0,0,1,4-26Z' transform='translate(540 2837)'/%3E%3Crect class='d' width='20' height='20' rx='4' transform='translate(540 2811)'/%3E%3Cg class='e' transform='translate(540 2831)'%3E%3Cimage width='20' height='20' transform='translate(0 -20)' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAANdJREFUOBHt1EFPg0AQhuFStei98eL//2neemyiRhG/BzINp8qmHDvJx8Cy887swk63m+0p7hj10T4aozXWZdJv9BWdom8DYG8eop9oiFqAD5n/GOG8A75GqvqMQGVsAYoFexaLLMNHBKhCsBagoqyKvQCqaLlcL1qA5jOMXrnoy2WuhSXsklgMxlBf1EApt01WcZMH3NTuwNu3876H2+yhP9wBL7VSK44ffRRnmTfAys9P1681l59YWpeWpZeplHm5ViCkax2ic2UALmgd9gz9a8vE+unwB39rNy2nbmwYAAAAAElFTkSuQmCC'/%3E%3C/g%3E%3Cg transform='translate(542 2829.5)'%3E%3Cg class='f'%3E%3Cg class='g'%3E%3Cg class='h'%3E%3Cg class='i'%3E%3Cg class='j'%3E%3Cpath d='M-2-16.5H18V.5H-2Z'/%3E%3C/g%3E%3Cg class='k'%3E%3Cg class='j'%3E%3Cpath d='M-5-21H21V5H-5Z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hsvg-checkbox-v4-n {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cstyle%3E.a,.b%7Bfill:none;%7D.b%7Bfill-rule:evenodd;%7D.c%7Bfill:%23f5f5f5;%7D.d%7Bclip-path:url(%23a);%7D%3C/style%3E%3CclipPath id='a'%3E%3Crect class='a' width='20' height='20' transform='translate(0 -20)'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(-182 -2811)'%3E%3Cpath class='b' d='M4-26H16a4,4,0,0,1,4,4v12a4,4,0,0,1-4,4H4a4,4,0,0,1-4-4V-22A4,4,0,0,1,4-26Z' transform='translate(182 2837)'/%3E%3Cpath class='b' d='M4-26H16a4,4,0,0,1,4,4v12a4,4,0,0,1-4,4H4a4,4,0,0,1-4-4V-22A4,4,0,0,1,4-26Z' transform='translate(182 2837)'/%3E%3Crect class='c' width='20' height='20' rx='4' transform='translate(182 2811)'/%3E%3Cg class='d' transform='translate(182 2831)'%3E%3Cimage width='20' height='20' transform='translate(0 -20)' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAANdJREFUOBHt1EFPg0AQhuFStei98eL//2neemyiRhG/BzINp8qmHDvJx8Cy887swk63m+0p7hj10T4aozXWZdJv9BWdom8DYG8eop9oiFqAD5n/GOG8A75GqvqMQGVsAYoFexaLLMNHBKhCsBagoqyKvQCqaLlcL1qA5jOMXrnoy2WuhSXsklgMxlBf1EApt01WcZMH3NTuwNu3876H2+yhP9wBL7VSK44ffRRnmTfAys9P1681l59YWpeWpZeplHm5ViCkax2ic2UALmgd9gz9a8vE+unwB39rNy2nbmwYAAAAAElFTkSuQmCC'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hsvg-arrow-left {
  background-image: url("data:image/svg+xml,%3Csvg t='1615878712054' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='3394' width='200' height='200'%3E%3Cpath d='MNaN NaNmNaN NaNlNaN NaNqNaN NaN NaN NaNlNaN NaNqNaN NaN NaN NaNlNaN NaNqNaN NaN NaN NaNlNaN NaNqNaN NaN NaN NaNZ' fill='%23000000' opacity='.3' p-id='3395'%3E%3C/path%3E%3Cpath d='M542.165333 737.834667a42.666667 42.666667 0 1 1-60.330666 60.330666l-256-256a42.666667 42.666667 0 0 1-1.28-59.008l234.666666-256a42.666667 42.666667 0 1 1 62.890667 57.685334L315.050667 510.72l227.114666 227.114667z' fill='%23000000' p-id='3396'%3E%3C/path%3E%3C/svg%3E");
}
.hsvg-dashboard-chevron-right{
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg viewBox='0 0 7 12' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eicon/32px/next2%3C/title%3E%3Cdefs%3E%3Cpath d='M13.2932867,20.2927865 C13.1055096,20.4803547 13,20.7348772 13,21.0002865 C13,21.2656957 13.1055096,21.5202182 13.2932867,21.7077865 C13.6837865,22.0981684 14.3167868,22.0981684 14.7072867,21.7077865 L19.7072867,16.7147865 C20.0976686,16.3242866 20.0976686,15.6912863 19.7072867,15.3007865 L14.7072867,10.2927865 C14.3167868,9.90240452 13.6837865,9.90240452 13.2932867,10.2927865 C13.1055096,10.4803547 13,10.7348772 13,11.0002865 C13,11.2656957 13.1055096,11.5202182 13.2932867,11.7077865 L17.5862867,16.0077865 L13.2932867,20.2927865 Z' id='path-1'%3E%3C/path%3E%3C/defs%3E%3Cg id='9.UserCenter' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='1WAP_Dshboard_EU latest-order-ari' transform='translate(-325.000000, -690.000000)'%3E%3Cg id='Group-2' transform='translate(0.000000, 248.000000)'%3E%3Cg id='Group-5-Copy' transform='translate(0.000000, 420.000000)'%3E%3Cg id='Group' transform='translate(312.000000, 12.000000)'%3E%3Crect id='Rectangle-Copy-5' fill='%23D8D8D8' opacity='0' x='0' y='0' width='32' height='32'%3E%3C/rect%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cuse id='path_2573' fill='%23000000' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.hsvg-service-shipping{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='120' height='120' viewBox='0 0 120 120'%3E%3Cdefs%3E%3Cstyle%3E .cls-1, .cls-2 %7B fill: none; %7D .cls-1 %7B clip-rule: evenodd; %7D .cls-3 %7B fill: %23fff; opacity: 0; %7D .cls-4 %7B clip-path: url(%23clip-path); %7D .cls-5 %7B clip-path: url(%23clip-path-2); %7D .cls-6 %7B isolation: isolate; %7D .cls-7 %7B clip-path: url(%23clip-path-3); %7D .cls-8 %7B clip-path: url(%23clip-path-4); %7D .cls-9 %7B clip-path: url(%23clip-path-5); %7D %3C/style%3E%3CclipPath id='clip-path'%3E%3Cpath id='path_5126' data-name='path 5126' class='cls-1' d='M67-544a1,1,0,0,1,1,1h0v11.869a1,1,0,0,0,1,1H86.806a3.62,3.62,0,0,1,2.928,1.491h0l9.57,13.145a3.63,3.63,0,0,1,.693,2.132h0v19.6a6.4,6.4,0,0,1-6.307,6.5H90.854a.988.988,0,0,0-.988.88s0,.007,0,.011c-.007.068-.021.134-.03.2-.026.218-.056.436-.1.65-.02.1-.051.2-.076.308-.041.173-.08.346-.132.514-.033.112-.076.221-.114.331-.054.154-.106.308-.168.459-.046.111-.1.22-.149.329-.066.143-.131.285-.2.424-.058.109-.121.214-.182.32-.077.132-.155.265-.239.393-.068.1-.14.2-.212.3-.088.123-.177.245-.272.364-.077.1-.157.191-.238.285-.1.113-.2.225-.305.334-.086.09-.174.177-.262.262q-.165.157-.334.3c-.1.081-.19.161-.288.238q-.177.141-.362.271c-.1.072-.2.145-.306.212-.127.083-.259.161-.391.237-.107.063-.213.125-.322.183-.138.072-.28.137-.421.2-.111.051-.22.1-.333.149-.149.061-.3.114-.452.166-.114.039-.224.081-.339.116-.162.048-.327.088-.493.127-.111.026-.218.057-.331.08-.186.037-.376.061-.567.086-.1.012-.187.031-.284.041-.288.028-.58.044-.876.044s-.588-.016-.876-.044c-.1-.01-.19-.029-.284-.041-.191-.025-.381-.049-.568-.086-.111-.023-.219-.054-.33-.08-.165-.039-.331-.079-.493-.127-.115-.035-.225-.077-.338-.116-.152-.052-.3-.1-.453-.166-.113-.046-.223-.1-.333-.149-.141-.065-.283-.13-.421-.2-.109-.058-.216-.12-.322-.183-.132-.076-.263-.154-.391-.237-.1-.067-.2-.139-.306-.211-.123-.088-.244-.178-.363-.272-.1-.077-.192-.157-.287-.238q-.17-.147-.333-.3c-.09-.085-.177-.172-.263-.262-.105-.109-.205-.22-.3-.334-.082-.094-.162-.189-.239-.285-.1-.119-.184-.241-.272-.364-.072-.1-.144-.2-.212-.3-.084-.128-.161-.26-.238-.392-.063-.106-.125-.212-.183-.321-.073-.139-.137-.28-.2-.423-.05-.11-.1-.218-.149-.33-.062-.151-.114-.3-.168-.458-.038-.111-.08-.22-.114-.333-.051-.166-.09-.337-.131-.508-.026-.1-.056-.208-.077-.314-.042-.21-.071-.425-.1-.64-.009-.07-.024-.14-.031-.211,0,0,0-.007,0-.011a.988.988,0,0,0-.989-.88H40.42a.986.986,0,0,0-.988.88.043.043,0,0,1,0,.011c-.007.068-.021.134-.03.2-.027.218-.056.436-.1.65-.021.1-.052.2-.076.308-.042.173-.081.346-.132.514-.034.112-.076.221-.115.331-.053.154-.106.308-.168.459-.046.111-.1.22-.149.329-.066.143-.131.285-.2.424-.057.109-.12.214-.182.32-.076.133-.154.265-.238.393-.067.1-.14.2-.211.3-.089.124-.178.246-.272.365-.078.1-.158.191-.24.285-.1.114-.2.225-.3.334-.087.09-.175.177-.265.263q-.164.156-.333.3c-.1.081-.189.161-.287.238-.118.094-.24.184-.363.272-.1.072-.2.144-.306.211-.128.083-.259.161-.391.237-.107.063-.213.125-.322.183-.138.072-.279.137-.421.2-.111.051-.22.1-.333.149-.148.061-.3.114-.453.166-.112.039-.223.081-.338.116-.162.048-.328.088-.494.127-.109.026-.217.057-.329.08-.187.037-.378.061-.568.086-.095.012-.187.031-.284.041-.288.028-.58.044-.876.044s-.588-.016-.876-.044c-.1-.01-.189-.029-.284-.041-.19-.025-.381-.049-.568-.086-.112-.023-.219-.054-.329-.08-.166-.039-.332-.079-.493-.127-.116-.035-.227-.077-.339-.116-.152-.052-.305-.1-.452-.166-.114-.046-.223-.1-.333-.149-.143-.065-.284-.13-.421-.2-.11-.058-.217-.121-.324-.183-.131-.076-.262-.154-.389-.237-.1-.067-.206-.14-.307-.212q-.184-.131-.362-.271c-.1-.077-.193-.157-.288-.239q-.17-.145-.332-.3c-.09-.086-.179-.173-.265-.263-.1-.109-.2-.22-.3-.334-.081-.094-.162-.189-.24-.286-.094-.118-.183-.239-.27-.362-.073-.1-.145-.2-.213-.306-.084-.127-.161-.259-.238-.391-.062-.106-.125-.212-.183-.321-.072-.139-.137-.28-.2-.422-.052-.11-.1-.219-.151-.332-.061-.149-.113-.3-.166-.454-.039-.113-.082-.223-.117-.336-.05-.165-.089-.334-.129-.5-.026-.108-.057-.212-.078-.32-.042-.206-.069-.416-.1-.628-.009-.075-.025-.148-.033-.223,0,0,0-.007,0-.01a.988.988,0,0,0-.988-.88H14a1,1,0,0,1-1-1h0v-17.456a.5.5,0,0,1,.5-.5.5.5,0,0,1,.5.5h0v17.456h6.882a2,2,0,0,1,.981.26,8.823,8.823,0,0,1,8.789-8.086A8.823,8.823,0,0,1,39.438-488a2,2,0,0,1,.982-.26H67V-543H14v9.22a.5.5,0,0,1-.5.5.5.5,0,0,1-.5-.5h0V-543a1,1,0,0,1,1-1H67Zm14.087,48.913a7.834,7.834,0,0,0-7.826,7.825,7.684,7.684,0,0,0,.04.793c0,.036.012.071.015.107.027.225.058.449.1.669,0,.019.01.038.014.057a7.853,7.853,0,0,0,5.311,5.842l.025.008c.217.067.439.123.665.172h0l.1.022c.206.042.417.072.629.1h0l.146.02a7.784,7.784,0,0,0,.782.04,7.783,7.783,0,0,0,.782-.04h0l.146-.02c.212-.025.423-.055.629-.1l.1-.023c.225-.048.446-.1.663-.171l.028-.009a7.851,7.851,0,0,0,5.31-5.846c0-.017.009-.034.013-.051.045-.223.078-.45.1-.679,0-.033.011-.064.015-.1.026-.26.04-.524.04-.793A7.835,7.835,0,0,0,81.084-495.087Zm-50.435,0a7.835,7.835,0,0,0-7.826,7.825c0,.268.014.532.04.792,0,.04.013.078.017.118.026.221.057.442.1.658,0,.021.011.041.015.062a7.853,7.853,0,0,0,5.311,5.838h0l.024.008c.217.067.439.123.665.172l.1.022c.206.042.417.072.629.1.048.006.1.016.145.02a7.768,7.768,0,0,0,.782.04,7.768,7.768,0,0,0,.782-.04h0l.146-.02c.212-.025.422-.055.629-.1l.1-.023c.224-.048.446-.1.663-.171a.274.274,0,0,0,.027-.009,7.851,7.851,0,0,0,5.31-5.846c0-.017.009-.034.013-.051.045-.223.078-.45.1-.679,0-.033.011-.064.014-.1.026-.26.041-.524.041-.793A7.836,7.836,0,0,0,30.649-495.087ZM68-529.409v41.147h3.316a2,2,0,0,1,.982.26,8.823,8.823,0,0,1,8.789-8.086A8.823,8.823,0,0,1,89.873-488a2,2,0,0,1,.981-.26H93.69a5.41,5.41,0,0,0,5.307-5.5h0V-508.2H83.676a5.631,5.631,0,0,1-5.614-5.635h0v-15.292H69a1.978,1.978,0,0,1-1-.278Zm18.809.278H79.062v15.292a4.63,4.63,0,0,0,4.614,4.635H99v-4.159a2.608,2.608,0,0,0-.5-1.543h0l-9.569-13.146a2.632,2.632,0,0,0-2.12-1.079ZM37.5-512a.5.5,0,0,1,.5.5.5.5,0,0,1-.5.5H6.5a.5.5,0,0,1-.5-.5.5.5,0,0,1,.5-.5h31Zm14.351-15a.5.5,0,0,1,.5.5.5.5,0,0,1-.5.5H9.5a.5.5,0,0,1-.5-.5.5.5,0,0,1,.5-.5H51.849Z'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-2'%3E%3Cpath id='path_5125' data-name='path 5125' class='cls-2' d='M-373,80H2007V-1670H-373Z'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-3'%3E%3Crect id='rect_5741' data-name='rect 5741' class='cls-2' width='120' height='120' transform='translate(-7 -572)'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-4'%3E%3Cpath id='path_5121' data-name='path 5121' class='cls-2' d='M5-478h95v-66H5Z'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-5'%3E%3Cpath id='path_5124' data-name='path 5124' class='cls-1' d='M-7-572H113v120H-7Z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='group_31582' data-name='group 31582' transform='translate(-488 -2508)'%3E%3Crect id='rect_8841' data-name='rect 8841' class='cls-3' width='120' height='120' transform='translate(488 2508)'/%3E%3Cg id='group_10362' data-name='group 10362' class='cls-4' transform='translate(495 3079)'%3E%3Cg id='group_10361' data-name='group 10361' class='cls-5'%3E%3Cg id='group_10360' data-name='group 10360' class='cls-6'%3E%3Cg id='group_10359' data-name='group 10359' class='cls-7'%3E%3Cg id='group_10356' data-name='group 10356' class='cls-8'%3E%3Cpath id='path_5120' data-name='path 5120' d='M1-549H105v75.565H1Z'/%3E%3C/g%3E%3Cg id='group_10358' data-name='group 10358' class='cls-9'%3E%3Cg id='group_10357' data-name='group 10357' class='cls-8'%3E%3Cpath id='path_5122' data-name='path 5122' d='M-12-577H118v130H-12Z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.hsvg-service-repair{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='120' height='120' viewBox='0 0 120 120'%3E%3Cdefs%3E%3Cstyle%3E .cls-1, .cls-2 %7B fill: none; %7D .cls-1 %7B clip-rule: evenodd; %7D .cls-3 %7B fill: %23fff; opacity: 0; %7D .cls-4 %7B clip-path: url(%23clip-path); %7D .cls-5 %7B clip-path: url(%23clip-path-2); %7D .cls-6 %7B isolation: isolate; %7D .cls-7 %7B clip-path: url(%23clip-path-3); %7D .cls-8 %7B clip-path: url(%23clip-path-4); %7D .cls-9 %7B clip-path: url(%23clip-path-5); %7D %3C/style%3E%3CclipPath id='clip-path'%3E%3Cpath id='path_5042' data-name='path 5042' class='cls-1' d='M205.28-413h-.037c-.086,0-.173,0-.258.012a16.363,16.363,0,0,0-14.83,16.667,12.269,12.269,0,0,0,.56,3.817,1.633,1.633,0,0,1-.507,1.694l-27.876,24.562a9.97,9.97,0,0,0-3.323,7.02,9.97,9.97,0,0,0,2.724,7.275A9.583,9.583,0,0,0,168.651-349c.132,0,.265,0,.4-.008a9.575,9.575,0,0,0,7.046-3.542l24.752-27.826a1.655,1.655,0,0,1,1.245-.549,1.8,1.8,0,0,1,.416.049,19.626,19.626,0,0,0,4.534.531,19.583,19.583,0,0,0,2.858-.21,16.58,16.58,0,0,0,12.567-11.612,17.126,17.126,0,0,0,.4-6.372,1.69,1.69,0,0,0-1.685-1.487,1.642,1.642,0,0,0-1.17.489l-5.64,5.614a1.67,1.67,0,0,1-1.18.487,1.672,1.672,0,0,1-1.18-.487l-8.1-8.064a1.672,1.672,0,0,1,0-2.371l5.591-5.566a1.671,1.671,0,0,0-.9-2.839A23.358,23.358,0,0,0,205.28-413m0,0v1a22.424,22.424,0,0,1,3.182.227.6.6,0,0,1,.495.426.691.691,0,0,1-.164.714l-5.591,5.567a2.652,2.652,0,0,0-.787,1.894,2.653,2.653,0,0,0,.788,1.894l8.1,8.064a2.655,2.655,0,0,0,1.885.778,2.661,2.661,0,0,0,1.886-.778l5.641-5.614a.639.639,0,0,1,.463-.2.692.692,0,0,1,.693.611,16.066,16.066,0,0,1-.366,5.969,15.548,15.548,0,0,1-11.782,10.906,18.692,18.692,0,0,1-2.684.2,18.672,18.672,0,0,1-4.3-.5,2.83,2.83,0,0,0-.646-.076,2.663,2.663,0,0,0-1.992.884l-24.781,27.862a8.583,8.583,0,0,1-6.311,3.171c-.12.005-.238.008-.357.008a8.616,8.616,0,0,1-6.192-2.641,9.016,9.016,0,0,1-2.451-6.545,9.016,9.016,0,0,1,2.985-6.312l27.876-24.562a2.63,2.63,0,0,0,.8-2.743,11.361,11.361,0,0,1-.514-3.541,15.413,15.413,0,0,1,13.924-15.648,1.524,1.524,0,0,1,.165-.008l.036-1'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-2'%3E%3Cpath id='path_5041' data-name='path 5041' class='cls-2' d='M-373,80H2007V-1670H-373Z'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-3'%3E%3Crect id='rect_5727' data-name='rect 5727' class='cls-2' width='120' height='120' transform='translate(131 -441)'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-4'%3E%3Cpath id='path_5037' data-name='path 5037' class='cls-2' d='M158-349h66v-64H158Z'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-5'%3E%3Cpath id='path_5040' data-name='path 5040' class='cls-1' d='M131-441H251v120H131Z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='group_31581' data-name='group 31581' transform='translate(-628 -2508)'%3E%3Crect id='rect_8842' data-name='rect 8842' class='cls-3' width='120' height='120' transform='translate(628 2508)'/%3E%3Cg id='group_10262' data-name='group 10262' class='cls-4' transform='translate(497 2949)'%3E%3Cg id='group_10261' data-name='group 10261' class='cls-5'%3E%3Cg id='group_10260' data-name='group 10260' class='cls-6'%3E%3Cg id='group_10259' data-name='group 10259' class='cls-7'%3E%3Cg id='group_10256' data-name='group 10256' class='cls-8'%3E%3Cpath id='path_5036' data-name='path 5036' d='M154-418h74v74H154Z'/%3E%3C/g%3E%3Cg id='group_10258' data-name='group 10258' class='cls-9'%3E%3Cg id='group_10257' data-name='group 10257' class='cls-8'%3E%3Cpath id='path_5038' data-name='path 5038' d='M126-446H256v130H126Z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.hsvg-service-package{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='120' height='120' viewBox='0 0 120 120'%3E%3Cdefs%3E%3Cstyle%3E .cls-1, .cls-2 %7B fill: none; %7D .cls-2 %7B clip-rule: evenodd; %7D .cls-3 %7B fill: %23fff; opacity: 0; %7D .cls-4 %7B clip-path: url(%23clip-path); %7D .cls-5 %7B clip-path: url(%23clip-path-2); %7D .cls-6 %7B isolation: isolate; %7D .cls-7 %7B clip-path: url(%23clip-path-3); %7D .cls-8 %7B clip-path: url(%23clip-path-4); %7D .cls-9 %7B clip-path: url(%23clip-path-5); %7D %3C/style%3E%3CclipPath id='clip-path'%3E%3Cpath id='path_4859' data-name='path 4859' class='cls-1' d='M330.227-548,370-528.149v33.261L336.795-475,297-494.862v-36.553ZM298-530.516v35.037l38.266,19.1v-34.961Zm71,3.274-31.734,15.9v34.894L369-495.453Zm-53.281-12.4-16.885,8.428,37.932,19.009,16.852-8.445Zm14.508-7.241L316.835-540.2l37.9,18.991,13.441-6.736Z'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-2'%3E%3Cpath id='path_4858' data-name='path 4858' class='cls-1' d='M-373,80H2007V-1670H-373Z'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-3'%3E%3Crect id='rect_5705' data-name='rect 5705' class='cls-1' width='120' height='120' transform='translate(273 -572)'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-4'%3E%3Cpath id='path_4854' data-name='path 4854' class='cls-1' d='M297-475h73v-73H297Z'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-5'%3E%3Cpath id='path_4857' data-name='path 4857' class='cls-2' d='M273-572H393v120H273Z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='group_31580' data-name='group 31580' transform='translate(-768 -2508)'%3E%3Crect id='rect_8843' data-name='rect 8843' class='cls-3' width='120' height='120' transform='translate(768 2508)'/%3E%3Cg id='group_10087' data-name='group 10087' class='cls-4' transform='translate(495 3080)'%3E%3Cg id='group_10086' data-name='group 10086' class='cls-5'%3E%3Cg id='group_10085' data-name='group 10085' class='cls-6'%3E%3Cg id='group_10084' data-name='group 10084' class='cls-7'%3E%3Cg id='group_10081' data-name='group 10081' class='cls-8'%3E%3Cpath id='path_4853' data-name='path 4853' d='M292-553h83v83H292Z'/%3E%3C/g%3E%3Cg id='group_10083' data-name='group 10083' class='cls-9'%3E%3Cg id='group_10082' data-name='group 10082' class='cls-8'%3E%3Cpath id='path_4855' data-name='path 4855' d='M268-577H398v130H268Z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.hsvg-service-record{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; opacity: 0; %7D .cls-2, .cls-3 %7B fill: none; stroke: %23000; %7D .cls-3 %7B stroke-linecap: square; %7D %3C/style%3E%3C/defs%3E%3Cg id='group_31579' data-name='group 31579' transform='translate(-908 -2508)'%3E%3Crect id='rect_8844' data-name='rect 8844' class='cls-1' width='120' height='120' transform='translate(908 2508)'/%3E%3Cg id='group_10504' data-name='group 10504' transform='translate(1498.479 962.477)'%3E%3Cg id='group_9999' data-name='group 9999' transform='translate(-518.01 1574.523)'%3E%3Cpath id='path_4178' data-name='path 4178' class='cls-2' d='M0,0V12.59H12.49'/%3E%3C/g%3E%3Cg id='group_10000' data-name='group 10000' transform='translate(-555.479 1574.523)'%3E%3Cpath id='path_4179' data-name='path 4179' class='cls-3' d='M37.469,0H0V62.951H49.959V12.59Z'/%3E%3C/g%3E%3Cg id='group_10001' data-name='group 10001' transform='translate(-542.99 1598.605)'%3E%3Cpath id='path_4180' data-name='path 4180' class='cls-3' d='M0,8.393l8.327,8.393L24.98,0'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.hsvg-download{
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eicon/24px/down%3C/title%3E%3Cg id='6.Order' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='PC10_order-cancelled(Anonymous)' transform='translate(-461.000000, -441.000000)'%3E%3Cg id='Group-4-Copy' transform='translate(440.000000, 429.000000)'%3E%3Cg id='icon/24px/down' transform='translate(21.000000, 12.000000)'%3E%3Crect id='rect_5769' stroke='%232788D9' stroke-width='2' fill-rule='nonzero' x='1' y='1' width='22' height='22' rx='11'%3E%3C/rect%3E%3Cg id='Group-6' transform='translate(8.000000, 8.000000)' fill='%232788D9'%3E%3Cpath d='M1.70728666,4.29278645 C1.3167868,3.90240452 0.683786508,3.90240452 0.293286656,4.29278645 C0.105509613,4.48035471 0,4.73487721 0,5.00028645 C0,5.2656957 0.105509613,5.5202182 0.293286656,5.70778645 L3.29328666,8.70778645 C3.68378651,9.09816839 4.3167868,9.09816839 4.70728666,8.70778645 L7.70728666,5.70778645 C7.8950637,5.5202182 8.00057331,5.2656957 8.00057331,5.00028645 C8.00057331,4.73487721 7.8950637,4.48035471 7.70728666,4.29278645 C7.3167868,3.90240452 6.68378651,3.90240452 6.29328666,4.29278645 L3.99328666,6.58678645 L1.70728666,4.29278645 Z' id='path_5194'%3E%3C/path%3E%3Crect id='Rectangle' x='3' y='0' width='2' height='7' rx='1'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.hsvg-bag{
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='250px' height='221px' viewBox='0 0 250 221' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Elayer 1%3C/title%3E%3Cg id='4.CheckOut' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='10PC_Collect(address-selected)' transform='translate(-841.000000, -513.000000)' stroke='%23D8D8D8' stroke-width='0.64'%3E%3Cg id='layer-1' transform='translate(841.000000, 513.000000)'%3E%3Cpath d='M77.90336,52.51968 C77.90336,89.03232 118.46912,90.89152 126.66752,90.89152 C134.86592,90.89152 172.06656,86.13184 172.06656,52.51968' id='path_1' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M126.66688,87.93536 C94.03968,87.93536 81.26784,69.68192 81.26784,53.06176 C81.26784,49.53536 74.68672,49.34016 74.68672,52.51968 C74.68672,84.19968 106.0288,93.49888 126.66688,93.49888 C144.40256,93.49888 175.10528,84.04992 175.10528,52.51968 C175.10528,49.28512 168.64448,49.45216 168.64448,52.51968 C168.64512,73.21152 151.31712,87.93536 126.66688,87.93536 Z' id='path_2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M126.70016,96.06016 C96.60608,96.06016 71.53216,80.85312 71.53216,52.57216 C71.53216,45.91104 84.432,45.64096 84.432,53.13152 C84.432,66.98368 93.69024,84.9056 126.672,84.9056 C151.056,84.9056 165.33632,70.70208 165.33632,52.89664 C165.33632,45.91104 178.3456,46.06464 178.3456,52.52032 C178.3392,81.52192 151.02144,96.06016 126.70016,96.06016 Z' id='path_3' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M177.34016,20.20864 L72.4544,20.20864 C53.4760871,20.20864 37.4165959,34.2305233 34.8576,53.03552 L20.75712,156.64512 C19.279731,167.500454 22.5664543,178.464554 29.7718227,186.717046 C36.9771912,194.969538 47.3978722,199.70496 58.35328,199.70496 L191.44064,199.70496 C202.396159,199.70496 212.817015,194.969803 220.022527,186.717287 C227.228038,178.464772 230.514844,167.500565 229.03744,156.64512 L214.93632,53.03488 C212.377065,34.2303786 196.318017,20.20864 177.34016,20.20864 Z' id='path_4' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M235.66912,155.74144 L221.568,52.13504 C218.557074,30.0134689 199.665057,13.51872 177.33952,13.51872 L72.4544,13.51872 C50.1292116,13.51872 31.2377156,30.0138516 28.22656,52.13504 L14.12608,155.74464 C12.3881496,168.514771 16.2546445,181.412831 24.7309705,191.121 C33.2072965,200.829169 45.4660712,206.4 58.35392,206.4 L191.44128,206.4 C204.329129,206.4 216.587904,200.829169 225.06423,191.121 C233.540556,181.412831 237.40705,168.514771 235.66912,155.74464 L235.66912,155.74144 Z' id='path_6'%3E%3C/path%3E%3Cpath d='M231.888,154.2336 L218.26816,54.16064 C216.86016,43.8272 212.40448,33.78176 204.54912,26.92224 C196.69376,20.06272 185.97888,16.86144 175.54944,16.86144 L74.24256,16.86144 C63.81056,16.86144 52.8896,20.3712 45.0336,27.22944 C37.1776,34.08768 32.92992,43.82528 31.52384,54.15936 L17.904,154.2336 C16.22528,166.57024 19.06624,179.47072 27.25504,188.84928 C35.44384,198.22784 48.1728,203.16096 60.62336,203.16096 L189.16928,203.16096 C201.61984,203.16096 214.57216,198.22848 222.76032,188.84928 C230.94848,179.47008 233.56672,166.57152 231.888,154.2336 Z' id='path_11'%3E%3C/path%3E%3Cpath d='M191.44064,209.83808 C205.294851,209.83808 218.472939,203.85009 227.584837,193.413975 C236.696736,182.977861 240.85296,169.112573 238.98432,155.38496 L224.88384,51.77536 C221.647537,27.9953471 201.339382,10.26368 177.34016,10.26368 L72.4544,10.26368 C48.4552825,10.26368 28.1472862,27.9954886 24.91072,51.77536 L10.81024,155.38496 C8.94180455,169.112642 13.0981894,182.977913 22.2101839,193.413997 C31.3221785,203.850082 44.5003079,209.83808 58.35456,209.83808 L191.44064,209.83808 Z' id='path_7'%3E%3C/path%3E%3Cpath d='M242.30016,155.02848 L228.19968,51.41888 C224.737966,25.9801841 203.013312,7.01184 177.34016,7.01184 L72.4512,7.01184 C46.7780484,7.01184 25.053394,25.9801841 21.59168,51.41888 L7.4912,155.02848 C5.49222935,169.713934 9.93866911,184.54663 19.6866183,195.710677 C29.4345674,206.874723 43.5324014,213.27936 58.35328,213.27936 L191.44064,213.27936 C206.261072,213.27936 220.358207,206.873665 230.105584,195.709713 C239.852961,184.54576 244.29907,169.713491 242.30016,155.02848 L242.30016,155.02848 Z' id='path_8'%3E%3C/path%3E%3Cpath d='M191.44064,216.62592 C207.227236,216.62592 222.243431,209.802855 232.62631,197.911159 C243.009189,186.019464 247.745198,170.22027 245.616,154.57792 L231.51488,50.96896 C227.827493,23.8717228 204.686496,3.66656 177.33952,3.66656 L72.4544,3.66656 C45.107529,3.66656 21.9666902,23.8718644 18.27904,50.96896 L4.17792,154.57792 C2.04892591,170.220339 6.7850962,186.019516 17.1680717,197.911181 C27.5510471,209.802846 42.5672838,216.62592 58.35392,216.62592 L191.44064,216.62592 Z' id='path_9'%3E%3C/path%3E%3Cpath d='M248.9312,154.12672 L234.83008,50.51712 C230.916991,21.7614539 206.359573,0.32 177.33888,0.32 L72.45376,0.32 C43.4331723,0.32 18.8759122,21.7615955 14.96256,50.51712 L0.864,154.12672 C-1.39546902,170.726468 3.63042626,187.492642 14.6487842,200.112176 C25.6671421,212.73171 41.6023839,219.97248 58.3552,219.97248 L191.44,219.97248 C208.192745,219.97248 224.127854,212.731438 235.146165,200.111957 C246.164476,187.492477 251.19045,170.726427 248.9312,154.12672 L248.9312,154.12672 Z' id='path_10'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hsvg-points{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24px' height='24px' viewBox='0 0 24 24' version='1.1'%3E%3Ctitle%3Eicon/point%3C/title%3E%3Cg id='icon/point' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Ccircle id='Oval' stroke='%23000000' cx='12' cy='12' r='10.5'/%3E%3Cpath d='M14.5562094,6.80882301 C14.6861254,6.7620739 14.8226911,6.7724094 14.9384651,6.82691118 L14.9384651,6.82691118 L15.7002078,9.86526584 L17.7737958,11.6181538 C17.8792398,11.7072898 17.9385718,11.8307269 17.9492589,11.958241 C17.959068,12.0752802 17.927896,12.195754 17.8537841,12.2962918 L17.8537841,12.2962918 L15.6988379,14.1371069 L15.2175865,16.8093307 C15.1931144,16.9452159 15.1158807,17.0583175 15.0107938,17.1313298 C14.9143395,17.1983444 14.79442,17.2315856 14.6702958,17.2176716 L14.6702958,17.2176716 L11.9986301,16.271841 L9.44379064,17.191177 C9.31387461,17.2379261 9.1773089,17.2275906 9.06153493,17.1730888 C8.95527143,17.1230642 8.86652402,17.0358315 8.81651172,16.9213798 L8.81651172,16.9213798 L8.2997922,14.1347342 L6.22620417,12.3818462 C6.12076024,12.2927102 6.06142819,12.1692731 6.05074113,12.041759 C6.04093198,11.9247198 6.072104,11.804246 6.14621591,11.7037082 L6.14621591,11.7037082 L8.30116209,9.86289312 L8.78241353,7.19066926 C8.80688563,7.05478413 8.88411929,6.9416825 8.9892062,6.86867019 C9.08566054,6.80165561 9.20557998,6.76841444 9.32970418,6.78232837 L9.32970418,6.78232837 L12.0013699,7.72815897 Z' id='Star' stroke='%23000000' transform='translate(12.000000, 12.000000) scale(1, -1) rotate(-30.000000) translate(-12.000000, -12.000000) '/%3E%3C/g%3E%3C/svg%3E");
}

