/*
Theme Name: BFC Solutions
Theme URI: 
Author: Bret Hummel @ Curious, Inc.
Author URI: http://discovercurious.com/
Description: Custom theme developed for BFC Solutions
Version: 1.1.1
*/

/* Don't use this file. Make edits to files in 'sass/stylesheets/' and everything will compile at runtime. */
/* compiled by scssphp 1.3 on Fri, 06 Feb 2026 01:20:36 +0000 (0.4682s) */

@charset "UTF-8";
/* set the overriding variables */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

header {
  background-color: #001e51;
  height: 122px;
  position: relative;
  z-index: 20; }
  header.fixed {
    position: sticky;
    top: 0px;
    left: 0px;
    width: 100%;
    transition: background-color 0.2s; }
  header.transparent {
    background-color: transparent !important; }
  @media (max-width: 991.98px) {
    header.transparent .main-menu {
      top: 0px;
      padding: 122px 30px 40px 30px; } }
header.transparent + .content-container > .content > .block:first-child:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  height: 122px;
  width: 100%; }
header.transparent + .content-container > .content > .block.bkgnd-white:before {
  background-color: white; }
header.transparent + .content-container > .content > .block.bkgnd-light:before {
  background-color: #f2f4f6; }
header.transparent + .content-container > .content > .block.bkgnd-light2:before {
  background-color: #f2f4f6; }
header.transparent + .content-container > .content > .block.bkgnd-primary:before {
  background-color: #001e51; }
header.transparent + .content-container > .content > .block.bkgnd-secondary:before {
  background-color: #0090f1; }
header.transparent + .content-container > .content > .block.bkgnd-tertiary {
  background-color: #005ac6; }
header.transparent + .content-container > .content > .block.bkgnd-accent {
  background-color: #ff8a15; }
header.transparent.bkgnd-white .logo svg path.dark, header.transparent.bkgnd-white .logo svg rect.dark, header.transparent.bkgnd-white .logo svg circle.dark, header.transparent.bkgnd-light .logo svg path.dark, header.transparent.bkgnd-light .logo svg rect.dark, header.transparent.bkgnd-light .logo svg circle.dark, header.transparent.bkgnd-light2 .logo svg path.dark, header.transparent.bkgnd-light2 .logo svg rect.dark, header.transparent.bkgnd-light2 .logo svg circle.dark {
  fill: #737e93; }
header.transparent.bkgnd-white .logo svg path.light, header.transparent.bkgnd-white .logo svg rect.light, header.transparent.bkgnd-white .logo svg circle.light, header.transparent.bkgnd-light .logo svg path.light, header.transparent.bkgnd-light .logo svg rect.light, header.transparent.bkgnd-light .logo svg circle.light, header.transparent.bkgnd-light2 .logo svg path.light, header.transparent.bkgnd-light2 .logo svg rect.light, header.transparent.bkgnd-light2 .logo svg circle.light {
  fill: #fff431; }
header.transparent.bkgnd-white .logo svg path.tagline, header.transparent.bkgnd-white .logo svg rect.tagline, header.transparent.bkgnd-white .logo svg circle.tagline, header.transparent.bkgnd-light .logo svg path.tagline, header.transparent.bkgnd-light .logo svg rect.tagline, header.transparent.bkgnd-light .logo svg circle.tagline, header.transparent.bkgnd-light2 .logo svg path.tagline, header.transparent.bkgnd-light2 .logo svg rect.tagline, header.transparent.bkgnd-light2 .logo svg circle.tagline {
  fill: #737e93; }
header.transparent.bkgnd-white .main-menu ul li.contact, header.transparent.bkgnd-light .main-menu ul li.contact, header.transparent.bkgnd-light2 .main-menu ul li.contact {
  background-color: #fff431; }
  header.transparent.bkgnd-white .main-menu ul li.contact:hover, header.transparent.bkgnd-light .main-menu ul li.contact:hover, header.transparent.bkgnd-light2 .main-menu ul li.contact:hover {
    background-color: #737e93; }
  header.transparent.bkgnd-white .main-menu ul li.contact a, header.transparent.bkgnd-light .main-menu ul li.contact a, header.transparent.bkgnd-light2 .main-menu ul li.contact a {
    color: #737e93; }
    header.transparent.bkgnd-white .main-menu ul li.contact a:hover, header.transparent.bkgnd-light .main-menu ul li.contact a:hover, header.transparent.bkgnd-light2 .main-menu ul li.contact a:hover {
      text-decoration: none;
      color: white; }
header.transparent.bkgnd-white .main-menu ul li a:hover, header.transparent.bkgnd-light .main-menu ul li a:hover, header.transparent.bkgnd-light2 .main-menu ul li a:hover {
  color: #737e93;
  border-color: #fff431; }
header.transparent.bkgnd-primary .logo svg path.dark, header.transparent.bkgnd-primary .logo svg rect.dark, header.transparent.bkgnd-primary .logo svg circle.dark {
  fill: white; }
header.transparent.bkgnd-primary .logo svg path.light, header.transparent.bkgnd-primary .logo svg rect.light, header.transparent.bkgnd-primary .logo svg circle.light {
  fill: #fff431; }
header.transparent.bkgnd-primary .logo svg path.tagline, header.transparent.bkgnd-primary .logo svg rect.tagline, header.transparent.bkgnd-primary .logo svg circle.tagline {
  fill: white; }
header.transparent.bkgnd-primary .main-menu ul li.contact {
  background-color: #fff431; }
  header.transparent.bkgnd-primary .main-menu ul li.contact:hover {
    background-color: #737e93; }
  header.transparent.bkgnd-primary .main-menu ul li.contact a {
    color: #737e93; }
    header.transparent.bkgnd-primary .main-menu ul li.contact a:hover {
      text-decoration: none;
      color: white; }
header.transparent.bkgnd-primary .main-menu ul li a {
  color: white; }
  header.transparent.bkgnd-primary .main-menu ul li a:hover {
    color: white;
    border-color: #fff431; }
header.transparent.bkgnd-secondary .logo svg path.dark, header.transparent.bkgnd-secondary .logo svg rect.dark, header.transparent.bkgnd-secondary .logo svg circle.dark {
  fill: #737e93; }
header.transparent.bkgnd-secondary .logo svg path.light, header.transparent.bkgnd-secondary .logo svg rect.light, header.transparent.bkgnd-secondary .logo svg circle.light {
  fill: white; }
header.transparent.bkgnd-secondary .logo svg path.tagline, header.transparent.bkgnd-secondary .logo svg rect.tagline, header.transparent.bkgnd-secondary .logo svg circle.tagline {
  fill: #737e93; }
header.transparent.bkgnd-secondary .main-menu ul li.contact {
  background-color: white; }
  header.transparent.bkgnd-secondary .main-menu ul li.contact:hover {
    background-color: #737e93; }
  header.transparent.bkgnd-secondary .main-menu ul li.contact a {
    color: #737e93; }
    header.transparent.bkgnd-secondary .main-menu ul li.contact a:hover {
      text-decoration: none;
      color: white; }
header.transparent.bkgnd-secondary .main-menu ul li a {
  color: #737e93; }
  header.transparent.bkgnd-secondary .main-menu ul li a:hover {
    color: #737e93;
    border-color: white; }
header > .container {
  height: 100%; }
  header > .container > .row {
    height: 100%; }
header .hamburger {
  position: absolute;
  right: 0px;
  padding-right: 25px; }
@media (max-width: 359.98px) {
  header .hamburger {
    padding-right: 20px; } }
header .hamburger .hamburger-container {
  position: relative;
  cursor: pointer;
  height: 40px;
  width: 45px;
  margin: 0px 0px 2px auto;
  transition: margin-top 300ms ease-in; }
  header .hamburger .hamburger-container .line {
    position: absolute;
    width: 38px;
    height: 4px;
    background-color: #0090f1;
    margin-bottom: 7px;
    margin-left: 0px;
    border-radius: 12px;
    left: 0px;
    transition: top 300ms ease-in, left 300ms ease-in, background-color 300ms, opacity 300ms, transform 300ms ease-in; }
    header .hamburger .hamburger-container .line.top {
      top: 5px; }
    header .hamburger .hamburger-container .line.middle {
      top: 17px; }
    header .hamburger .hamburger-container .line.bottom {
      top: 29px; }
header.menu-open .hamburger-container {
  height: 40px; }
  header.menu-open .hamburger-container .line {
    background-color: white; }
  header.menu-open .hamburger-container .line.top {
    transform: rotate(-43deg);
    top: 17px;
    z-index: 10; }
  header.menu-open .hamburger-container .line.middle {
    margin-left: 0px !important;
    z-index: 1;
    opacity: 0;
    top: 0px;
    left: 0px; }
  header.menu-open .hamburger-container .line.bottom {
    transform: rotate(43deg);
    top: 17px;
    z-index: 10; }
header .logo svg {
  height: 60px;
  width: auto;
  margin-bottom: 3px; }
  header .logo svg g.icon path {
    fill: #0090f1; }
header .logo svg g.bfc path {
  fill: white; }
header .logo svg g.solutions path {
  fill: #0090f1; }
header .main-menu {
  text-align: right; }
@media (min-width: 992px) {
  header .main-menu {
    display: block !important; }
    header .main-menu > ul {
      margin-bottom: 12px !important; } }
header .main-menu .secondary-menu {
  margin-bottom: 14px; }
  header .main-menu .secondary-menu ul li {
    font-size: 15.5px;
    font-weight: 600;
    letter-spacing: 0.025em;
    margin: 0px 12px; }
    header .main-menu .secondary-menu ul li:before {
      content: "";
      font-family: 'microns';
      margin-right: 4px;
      color: white;
      font-size: 16px;
      position: relative;
      top: 0.5px; }
      header .main-menu .secondary-menu ul li.reportlink:before {
        content: "";
        font-family: 'typicons' !important;
        top: -0.5px !important;
        margin-right: 6px !important; }
    header .main-menu .secondary-menu ul li.careers:before {
      content: ""; }
    header .main-menu .secondary-menu ul li a {
      color: #0090f1; }
      header .main-menu .secondary-menu ul li a:hover {
        color: white; }
header .main-menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-size: 0px; }
  header .main-menu ul li {
    display: inline-block;
    font-family: 'Barlow', Arial, sans-serif;
    font-size: 17px;
    margin: 0px 18px;
    padding: 4px 0px;
    position: relative; }
    header .main-menu ul li:has(.drop) a:hover {
      color: white; }
  header .main-menu ul li:has(.drop).link-through .mouse-hit {
    pointer-events: none !important; }
  header .main-menu ul li:has(.drop) .mouse-hit {
    position: absolute;
    display: block;
    height: 0px;
    cursor: pointer;
    width: calc(100% + 30px + 30px);
    top: -15px;
    left: -30px;
    background-color: white;
    opacity: 0.2; }
  @media (max-width: 991.98px) {
    header .main-menu ul li:has(.drop) .mouse-hit {
      display: none !important; } }
header .main-menu ul li:has(.drop).open:after {
  content: "";
  position: absolute;
  top: -2px;
  left: -20px;
  height: 44px;
  width: calc(100% + 40px);
  background-color: #0090f1;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.075);
  z-index: -1; }
header .main-menu ul li:has(.drop).open > a {
  color: white; }
header .main-menu ul li:has(.drop).open .mouse-hit {
  height: 85px; }
header .main-menu ul li:last-child {
  margin-right: 0px; }
  header .main-menu ul li.pleatlink a svg {
    position: relative;
    top: 1px;
    height: 24.5px;
    width: auto; }
    header .main-menu ul li.pleatlink a svg g.pleat path {
      fill: white; }
  header .main-menu ul li.pleatlink a svg g.link path {
    fill: #0090f1; }
@media (min-width: 992px) {
  header .main-menu ul li.pleatlink a:hover svg g.pleat path {
    fill: #0090f1; } }
header .main-menu ul li.contact {
  background-color: #0090f1;
  border-radius: 40px;
  padding-bottom: 6px; }
  header .main-menu ul li.contact:hover {
    background-color: white; }
  header .main-menu ul li.contact a {
    padding: 6px 18px 8px 18px; }
    header .main-menu ul li.contact a:hover {
      color: #001e51; }
header .main-menu ul li.open-right .drop {
  left: unset;
  right: -20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 0px; }
header .main-menu ul li a {
  color: white; }
  header .main-menu ul li a:hover {
    color: #0090f1;
    text-decoration: none; }
header .main-menu ul li .drop {
  position: absolute;
  width: 220px;
  top: 40px;
  left: -20px;
  background-color: #0090f1;
  border-radius: 10px;
  border-top-left-radius: 0px;
  text-align: left !important;
  padding: 17px 18px 20px 18px;
  font-size: 0px;
  box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.1);
  display: none; }
  header .main-menu ul li .drop h4 {
    font-size: 15px; }
  header .main-menu ul li .drop ul {
    margin: 0px;
    padding: 0px;
    list-style: none; }
    header .main-menu ul li .drop ul li {
      display: block;
      margin: 0px;
      line-height: 1.3;
      padding: 4px 0px 8px 0px; }
      header .main-menu ul li .drop ul li:first-child {
        padding-top: 0px !important; }
      header .main-menu ul li .drop ul li:last-child {
        padding-bottom: 0px !important; }
      header .main-menu ul li .drop ul li a {
        font-size: 15px; }
        header .main-menu ul li .drop ul li a:hover {
          color: #001e51; }
@media (max-width: 991.98px) {
  header .main-menu {
    display: none;
    background-color: #0090f1;
    position: absolute !important;
    top: 0px;
    right: 0px;
    width: 45% !important;
    padding: 42px 30px 80px 30px;
    max-width: 335px;
    text-align: left; }
    header .main-menu .secondary-menu {
      position: absolute;
      bottom: 24px;
      left: 30px;
      right: 30px;
      margin-bottom: 0px; }
      header .main-menu .secondary-menu ul li {
        display: inline-block;
        margin: 0px 13px; }
        header .main-menu .secondary-menu ul li:before {
          color: #001e51; }
        header .main-menu .secondary-menu ul li:first-child {
          margin-left: 0px; }
        header .main-menu .secondary-menu ul li:last-child {
          margin-right: 0px; }
        header .main-menu .secondary-menu ul li a {
          color: #001e51; }
          header .main-menu .secondary-menu ul li a:hover {
            color: #001e51; }
    header .main-menu ul li {
      display: block;
      margin: 0px;
      font-size: 18px;
      line-height: 1.5;
      margin: 12px 0px; }
      header .main-menu ul li:first-child {
        margin-top: 0px !important; }
      header .main-menu ul li.contact {
        background-color: #001e51;
        text-align: center;
        margin-top: 28px;
        margin-bottom: 0px; }
        header .main-menu ul li.contact:hover {
          background-color: #001e51; }
          header .main-menu ul li.contact:hover a {
            color: white; }
      header .main-menu ul li.pleatlink a svg {
        height: 26px;
        left: -1px; }
        header .main-menu ul li.pleatlink a svg path {
          fill: white !important; }
    header .main-menu ul li a:hover {
      color: white; }
    header .main-menu ul li .drop {
      position: relative;
      background-color: transparent;
      box-shadow: none;
      border-radius: unset;
      top: unset;
      left: unset !important;
      right: unset !important;
      padding: 0px; }
      header .main-menu ul li .drop ul {
        padding-left: 35px;
        margin-top: 14px; }
        header .main-menu ul li .drop ul li a {
          position: relative; }
          header .main-menu ul li .drop ul li a:before {
            content: "";
            position: absolute;
            font-family: 'microns';
            font-size: 14px;
            top: 1px;
            left: -19px; } }
@media (max-width: 991.98px) and (max-width: 359.98px) {
  header .main-menu {
    padding-right: 20px !important; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  header .main-menu {
    width: 58% !important; } }
@media (min-width: 360px) and (max-width: 575.98px) {
  header .main-menu {
    width: 80vw !important; } }
@media (max-width: 359.98px) {
  header .main-menu {
    width: 90vw !important; } }

.top-bar {
  background-color: #0090f1;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  line-height: 16px; }
  .top-bar .notice {
    min-height: 48px;
    padding: 12px 0px; }
    .top-bar .notice a {
      color: white;
      text-decoration: none;
      display: inline-block;
      margin-bottom: 0px; }
      .top-bar .notice a:hover.more {
        text-decoration: underline; }
      .top-bar .notice a.more {
        font-size: 15px;
        color: white; }
        .top-bar .notice a.more:after {
          content: "";
          position: relative;
          font-family: 'microns';
          margin-left: 3px;
          top: 2px; }
      .top-bar .notice a p {
        display: inline-block;
        position: relative;
        padding-left: 0px;
        color: #001e51; }
        .top-bar .notice a p:before {
          content: "";
          position: relative;
          font-family: 'microns';
          font-size: 22px;
          margin-right: 5px;
          top: 2px; }

.logged-in header.fixed {
  top: 32px; }
@media only screen and (max-width: 600px) {
  .logged-in header.fixed {
    top: 0px; } }

html body {
  font-weight: normal;
  background-color: white;
  color: #26353F; }
  html body .vert-center {
    align-items: flex-start !important; }
  html body .content {
    background-color: white;
    /* min-height: 500px; */ }
    html body.dev-env:before {
      color: white !important; }
  html body pre {
    color: inherit; }
    html body .block.light h1, html body .block .light h1 {
      color: #26353F; }
      html body .block.light h1 em, html body .block .light h1 em {
        color: #005ac6; }
      html body .block.light h1 a, html body .block .light h1 a {
        color: #005ac6; }
        html body .block.light h1 a:hover, html body .block .light h1 a:hover {
          color: #26353F; }
      html body .block.light h1 + h2, html body .block .light h1 + h2 {
        color: #26353F !important; }
    html body .block.light h2, html body .block .light h2 {
      color: #005ac6; }
      html body .block.light h2 a, html body .block .light h2 a {
        color: #001e51; }
        html body .block.light h2 a:hover, html body .block .light h2 a:hover {
          color: #005ac6; }
    html body .block.light h3, html body .block .light h3 {
      color: #001e51; }
      html body .block.light h3 a, html body .block .light h3 a {
        color: #005ac6; }
        html body .block.light h3 a:hover, html body .block .light h3 a:hover {
          color: #001e51; }
    html body .block.light h4, html body .block .light h4 {
      color: #001e51; }
    html body .block.light h5, html body .block .light h5 {
      color: #001e51; }
    html body .block.light h6, html body .block .light h6 {
      color: #001e51; }
    html body .block.light p, html body .block .light p {
      color: #26353F; }
      html body .block.light a:not(.button), html body .block .light a:not(.button) {
        color: #005ac6;
        text-decoration: underline; }
      html body .block.light a:hover, html body .block .light a:hover {
        color: #ff8a15; }
      html body .block.light a.button, html body .block .light a.button {
        color: white; }
        html body .block.light a.button.primary, html body .block .light a.button.primary {
          background-color: #0090f1;
          color: white; }
          html body .block.light a.button.primary:hover, html body .block .light a.button.primary:hover {
            color: white;
            background-color: #001e51; }
        html body .block.light a.button.secondary, html body .block .light a.button.secondary {
          background-color: #001e51;
          color: white; }
          html body .block.light a.button.secondary:hover, html body .block .light a.button.secondary:hover {
            color: white;
            background-color: #0090f1; }
        html body .block.light a.button.tertiary, html body .block .light a.button.tertiary {
          background-color: #005ac6;
          color: white; }
          html body .block.light a.button.tertiary:hover, html body .block .light a.button.tertiary:hover {
            color: white;
            background-color: #001e51; }
        html body .block.light a.button.accent, html body .block .light a.button.accent {
          background-color: #9dce05;
          color: white; }
          html body .block.light a.button.accent:hover, html body .block .light a.button.accent:hover {
            color: white;
            background-color: #001e51; }
        html body .block.light a.button.outline, html body .block .light a.button.outline {
          border: 1px solid white; }
          html body .block.light a.button.outline:hover, html body .block .light a.button.outline:hover {
            color: white;
            border: 1px solid #ff8a15;
            background-color: #ff8a15; }
    html body .block.light form button[type=submit], html body .block .light form button[type=submit] {
      background-color: #0090f1 !important;
      color: white !important; }
      html body .block.light form button[type=submit]:hover, html body .block .light form button[type=submit]:hover {
        background-color: #001e51 !important;
        color: white !important; }
  html body .block.dark h1, html body .block .dark h1 {
    color: white; }
    html body .block.dark h1 a, html body .block .dark h1 a {
      color: white; }
      html body .block.dark h1 a:hover, html body .block .dark h1 a:hover {
        color: #ff8a15; }
  html body .block.dark h2, html body .block .dark h2 {
    color: white; }
    html body .block.dark h2 a, html body .block .dark h2 a {
      color: white; }
      html body .block.dark h2 a:hover, html body .block .dark h2 a:hover {
        color: #ff8a15; }
  html body .block.dark h3, html body .block .dark h3 {
    color: white; }
    html body .block.dark h3 a, html body .block .dark h3 a {
      color: white; }
      html body .block.dark h3 a:hover, html body .block .dark h3 a:hover {
        color: #ff8a15; }
  html body .block.dark h4, html body .block .dark h4 {
    color: white; }
  html body .block.dark h5, html body .block .dark h5 {
    color: white; }
  html body .block.dark h6, html body .block .dark h6 {
    color: white; }
  html body .block.dark p, html body .block .dark p {
    color: white; }
  html body .block.dark a, html body .block .dark a {
    color: white; }
    html body .block.dark a:hover, html body .block .dark a:hover {
      color: #ff8a15; }
    html body .block.dark a.button, html body .block .dark a.button {
      color: #0090f1; }
      html body .block.dark a.button.primary, html body .block .dark a.button.primary {
        background-color: #001e51;
        color: white; }
        html body .block.dark a.button.primary:hover, html body .block .dark a.button.primary:hover {
          color: #001e51;
          background-color: white; }
      html body .block.dark a.button.secondary, html body .block .dark a.button.secondary {
        background-color: #ff8a15;
        color: white; }
        html body .block.dark a.button.secondary:hover, html body .block .dark a.button.secondary:hover {
          color: white;
          background-color: black; }
      html body .block.dark a.button.tertiary, html body .block .dark a.button.tertiary {
        background-color: white;
        color: #005ac6; }
        html body .block.dark a.button.tertiary:hover, html body .block .dark a.button.tertiary:hover {
          color: #ff8a15;
          background-color: white; }
      html body .block.dark a.button.accent, html body .block .dark a.button.accent {
        background-color: #ff8a15;
        color: white; }
        html body .block.dark a.button.accent:hover, html body .block .dark a.button.accent:hover {
          color: white;
          background-color: #0090f1; }
      html body .block.dark a.button.outline, html body .block .dark a.button.outline {
        border: 1px solid white; }
        html body .block.dark a.button.outline:hover, html body .block .dark a.button.outline:hover {
          color: white;
          border: 1px solid #ff8a15;
          background-color: #ff8a15; }
  html body .block.dark form button[type=submit], html body .block .dark form button[type=submit] {
    background-color: #ff8a15 !important;
    color: white !important; }
    html body .block.dark form button[type=submit]:hover, html body .block .dark form button[type=submit]:hover {
      color: white !important;
      background-color: black !important; }
  html body h1 {
    font-family: 'Barlow', Arial, sans-serif;
    font-weight: 300;
    font-size: 39.5px;
    line-height: 1.1;
    letter-spacing: -0.01em;
    word-spacing: 0.045em; }
  @media (max-width: 767.98px) {
    html body h1 {
      font-size: 36px; } }
  html body h1 span.sup {
    font-size: 20px;
    top: -10px;
    position: relative; }
  html body h1 em {
    font-family: lemongrass-script, sans-serif;
    font-size: 45px;
    font-style: normal !important;
    letter-spacing: 0.0075em;
    line-height: 36px; }
  html body h1 sup {
    top: -1.1em;
    font-size: 40%; }
  html body h1 + h2 {
    font-size: 26px;
    font-weight: 400 !important;
    margin-top: 18px; }
  html body h2 {
    font-family: 'Barlow', Arial, sans-serif;
    font-size: 32px;
    line-height: 1.1;
    font-weight: 500; }
  @media (max-width: 767.98px) {
    html body h2 {
      font-size: 32px; } }
  html body h2 sup {
    top: -1.1em;
    font-size: 40%; }
  html body h2 + ul {
    margin-top: 22px; }
  html body h3 {
    font-family: 'Barlow', Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.1; }
  @media (max-width: 767.98px) {
    html body h3 {
      font-size: 24px; } }
  html body h3 sup {
    top: -1.1em;
    font-size: 40%; }
  html body h3 a {
    color: #001e51; }
    html body h3 a:hover {
      color: #0090f1;
      text-decoration: none; }
  html body h4 {
    font-family: 'Barlow', Arial, sans-serif;
    font-size: 22px; }
  @media (max-width: 767.98px) {
    html body h4 {
      font-size: 20px; } }
  html body h4 sup {
    top: -1.1em;
    font-size: 40%; }
  html body h5 {
    font-family: 'Barlow', Arial, sans-serif;
    font-size: 18px; }
  @media (max-width: 767.98px) {
    html body h5 {
      font-size: 18px; } }
  html body h5 sup {
    top: -1.1em;
    font-size: 40%; }
  html body h6 {
    font-family: 'Barlow', Arial, sans-serif;
    font-size: 18px; }
  @media (max-width: 767.98px) {
    html body h6 {
      font-size: 18px; } }
  html body h6 sup {
    top: -1.1em;
    font-size: 40%; }
  html body p {
    font-size: 17px; }
    html body p:last-child {
      margin-bottom: 6px; }
    html body p.intro, html body p .intro {
      font-size: 19px; }
    html body p.caption, html body p .caption {
      font-size: 14px;
      font-style: italic; }
    html body p.disclaim {
      font-size: 14px;
      font-style: italic;
      margin-top: 18px; }
    html body p.button-container {
      margin-bottom: 0px; }
    html body p + ul {
      margin-top: 8px; }
  html body .block.below p:last-child {
    margin-bottom: 18px !important; }
  html body ul {
    margin-bottom: 30px; }
    html body ul li {
      page-break-inside: avoid;
      break-inside: avoid-column; }
      html body ul li ul {
        margin-top: 3px;
        margin-bottom: 6px; }
  html body h1 + p, html body h2 + p, html body h3 + p, html body h4 + p, html body h5 + p, html body h6 + p {
    margin-top: 24px; }
  html body p + h1, html body p + h2, html body p + h3, html body p + h4, html body p + h5, html body p + h6 {
    margin-top: 36px; }
    html body a[href^="tel:"], html body a[href^="mailto:"] {
      white-space: nowrap; }
    html body a:hover {
      text-decoration: underline; }
    html body a.button {
      display: inline-block;
      text-decoration: none;
      margin: 12px 8px 0px 0px;
      color: white;
      line-height: 1.1; }
      html body a.button:only-of-type {
        margin: 12px 0px 0px 0px; }
      html body a.button:last-of-type {
        margin: 12px 0px 0px 0px; }
      html body a.button:hover {
        text-decoration: none; }
      html body a.button.small {
        font-size: 14px;
        padding: 5px 14px;
        border-radius: 20px; }
      html body a.button.medium {
        font-size: 16px;
        padding: 8px 20px;
        border-radius: 20px; }
      html body a.button.primary {
        background-color: #001e51;
        color: white; }
        html body a.button.primary:hover {
          color: white;
          background-color: #ff8a15; }
      html body a.button.secondary {
        background-color: #0090f1;
        color: white; }
        html body a.button.secondary:hover {
          color: white;
          background-color: #ff8a15; }
      html body a.button.tertiary {
        background-color: #005ac6;
        color: white; }
        html body a.button.tertiary:hover {
          color: white;
          background-color: #ff8a15; }
      html body a.button.accent {
        background-color: #ff8a15;
        color: white; }
        html body a.button.accent:hover {
          color: white;
          background-color: #0090f1; }
      html body a.button.outline {
        border: 1px solid white; }
        html body a.button.outline:hover {
          color: white;
          border: 1px solid #ff8a15;
          background-color: #ff8a15; }
  html body form {
    font-family: 'Barlow', Arial, sans-serif !important;
    font-weight: normal !important;
    color: #26353F !important; }
    html body form button[type=submit] {
      display: inline-block !important;
      text-decoration: none !important;
      margin: 12px 4px 0px 4px !important;
      font-size: 16px !important;
      padding: 8px 20px !important;
      border-radius: 20px !important;
      border: none !important; }
      html body form button[type=submit]:hover {
        text-decoration: none !important; }
html .pop-overlay {
  background-color: rgba(0, 0, 0, 0.92); }
  html .pop-overlay .pop-modal {
    background-color: white;
    padding: 60px 50px;
    min-height: 65vh;
    max-height: 90vh;
    margin-top: 6vh;
    margin-bottom: 6vh;
    width: 80vw;
    max-width: 1140px; }
    html .pop-overlay .pop-modal .pop-close {
      top: 20px;
      right: 20px; }
      html .pop-overlay .pop-modal .pop-close img {
        height: 32px;
        width: 32px; }

footer .footer-container .container-xl {
  padding: 0px; }
footer .footer-container .content {
  background-color: #e1e3e7;
  color: white;
  padding-top: 32px;
  padding-bottom: 32px; }
  footer .footer-container .content .address {
    display: flex;
    align-items: center; }
    footer .footer-container .content .address .logo {
      flex: 0 0 auto; }
      footer .footer-container .content .address .logo svg {
        height: 60px;
        width: auto;
        margin-top: 5px;
        margin-bottom: 3px; }
        footer .footer-container .content .address .logo svg g.icon path {
          fill: #005ac6; }
      footer .footer-container .content .address .logo svg g.bfc path {
        fill: #001e51; }
    footer .footer-container .content .address .logo svg g.solutions path {
      fill: #005ac6; }
  @media (max-width: 767.98px) {
    footer .footer-container .content .address .address-container {
      display: inline-block;
      vertical-align: top;
      width: 50%; } }
  footer .footer-container .content .address .address-container p {
    margin-bottom: 0px;
    line-height: 1.3;
    font-size: 14px; }
    footer .footer-container .content .address .address-container p.phone a {
      font-weight: 600; }
    footer .footer-container .content .address .address-container p.phone, footer .footer-container .content .address .address-container p.email {
      margin-top: 10px; }
      footer .footer-container .content .address .address-container p.phone a, footer .footer-container .content .address .address-container p.email a {
        color: white; }
        footer .footer-container .content .address .address-container p.phone a:hover, footer .footer-container .content .address .address-container p.email a:hover {
          text-decoration: underline; }
    footer .footer-container .content .address .address-container p.email {
      margin-top: 0px; }
footer .footer-container .content .social ul {
  list-style: none;
  margin: 0px;
  padding: 0px 0px 0px 0px; }
  footer .footer-container .content .social ul li {
    display: inline-block; }
    footer .footer-container .content .social ul li a svg {
      fill: #005ac6; }
      footer .footer-container .content .social ul li a:hover svg {
        fill: #001e51; }
footer .footer-container .content .navigation {
  font-size: 0px;
  text-align: right; }
  footer .footer-container .content .navigation .nav-container {
    text-align: right;
    margin: 16px 0px 8px 0px; }
    footer .footer-container .content .navigation .nav-container ul {
      text-align: right;
      list-style: none;
      margin: 0px;
      padding: 0px; }
    @media (max-width: 767.98px) {
      footer .footer-container .content .navigation .nav-container ul {
        text-align: left;
        display: inline-block;
        margin: 0px 0px 0px auto; }
        footer .footer-container .content .navigation .nav-container ul li {
          display: block !important;
          margin: 8px 0px !important;
          position: relative; }
          footer .footer-container .content .navigation .nav-container ul li:before {
            position: absolute !important;
            left: -20px;
            top: 0.5px !important; }
          footer .footer-container .content .navigation .nav-container ul li:last-child {
            margin-bottom: 0px !important; }
          footer .footer-container .content .navigation .nav-container ul li:first-child {
            margin-top: 0px !important; } }
    footer .footer-container .content .navigation .nav-container ul li {
      display: inline-block;
      font-family: 'Barlow', Arial, sans-serif;
      font-size: 15.5px;
      font-weight: 500;
      letter-spacing: 0.025em;
      margin: 0px 12px; }
      footer .footer-container .content .navigation .nav-container ul li:before {
        font-family: 'microns';
        margin-right: 4px;
        color: #005ac6;
        font-size: 16px;
        position: relative;
        top: 0.5px; }
        footer .footer-container .content .navigation .nav-container ul li.why-bfc:before {
          font-family: 'typicons';
          content: "";
          margin-right: 6px;
          font-size: 16.5px;
          top: 0px; }
      footer .footer-container .content .navigation .nav-container ul li.customer-portal:before {
        content: ""; }
    footer .footer-container .content .navigation .nav-container ul li.careers:before {
      content: ""; }
  footer .footer-container .content .navigation .nav-container ul li.contact:before {
    content: ""; }
  footer .footer-container .content .navigation .nav-container ul li:last-child {
    margin-right: 0px; }
  footer .footer-container .content .navigation .nav-container ul li:first-child {
    margin-left: 0px; }
  footer .footer-container .content .navigation .nav-container ul li a {
    color: #001e51;
    padding-bottom: 3px; }
    footer .footer-container .content .navigation .nav-container ul li a:hover {
      color: #005ac6;
      text-decoration: none; }
footer .footer-container .content .navigation .social ul {
  text-align: right; }
  footer .footer-container .content .navigation .social ul li {
    margin-left: 12px; }
footer .footer-container .content .copyright p {
  color: #737e93;
  font-size: 12px; }
  footer .footer-container .content .copyright p a {
    color: #737e93;
    text-decoration: underline; }
    footer .footer-container .content .copyright p a:hover {
      color: #005ac6; }
footer .footer-container .content .copyright .social ul {
  text-align: left;
  margin-bottom: 12px; }
  footer .footer-container .content .copyright .social ul li {
    margin-right: 12px; }
footer .footer-container .affiliations {
  text-align: left;
  padding: 16px 0px;
  background-color: #c6cad2; }
  footer .footer-container .affiliations ul {
    list-style: none;
    margin: 0px;
    padding: 0px; }
    footer .footer-container .affiliations ul li {
      display: inline-block;
      vertical-align: center;
      margin-left: 12px;
      font-size: 12px;
      font-style: italic;
      color: grey; }
      footer .footer-container .affiliations ul li:first-child {
        margin-left: 0px; }
      footer .footer-container .affiliations ul li svg {
        height: 32px;
        width: auto; }

body.post .block.block-text, body.post .block.block-textimage {
  padding-top: 48.75px;
  padding-bottom: 48.75px; }
  body.post .block.block-text + .block-textimage .container .row .text-col, body.post .block.block-textimage + .block-textimage .container .row .text-col {
    padding-top: 0px;
    padding-bottom: 48.75px;
    justify-content: flex-start; }
    body.post .block.block-text + .block-textimage .container .row .image-col .image-container, body.post .block.block-textimage + .block-textimage .container .row .image-col .image-container {
      margin-top: 0px;
      margin-bottom: 55.25px; }
    body.post .block.block-text + .block-textimage .container .row .image-col .caption, body.post .block.block-textimage + .block-textimage .container .row .image-col .caption {
      margin-bottom: 55.25px !important; }
@media (min-width: 992px) {
  body.post .block.block-textimage.image-right:first-child .container .row .image-col.col-lg-5 {
    -ms-flex: 0 0 30% !important;
    flex: 0 0 30% !important;
    max-width: 30% !important; }
    body.post .block.block-textimage.image-right:first-child .container .row .image-col.col-lg-5 .image-container {
      height: auto;
      margin-bottom: 48.75px; } }
@media (max-width: 991.98px) {
  body.post .block.block-textimage.image-right:first-child .container .row .image-col.col-lg-5 .image-container {
    height: 225px; }
    body.post .block.block-textimage.image-right:first-child .container .row .image-col.col-lg-5 .image-container img {
      object-position: center center; } }
body.post .block.block-textimage.image-right:first-child .container .row .image-col.col-lg-5 .image-container img {
  object-fit: contain; }
@media (min-width: 992px) {
  body.post .block.block-textimage.image-right:first-child .container .row .text-col.col-lg-7 {
    padding-right: 0px !important;
    -ms-flex: 0 0 70% !important;
    flex: 0 0 70% !important;
    max-width: 70% !important; } }
@media (max-width: 991.98px) {
  body.post .block.block-textimage.image-right:first-child .container .row .text-col.col-lg-7 {
    padding-top: 42.25px; } }
body.post .block.block-textimage + .block-text {
  padding-top: 0px; }
body.post .block.block-fullimage {
  padding-top: 0px;
  padding-bottom: 48.75px; }
  body.post .block.block-fullimage:not(.captioned) + .block-gallery {
    margin-top: -32.75px; }
body.post .block.block-fullimage.captioned .caption-container {
  margin-bottom: 0px; }
body.post .block.block-fullimage + .block-text {
  padding-top: 0px; }
  body.post .block.block-fullimage + .block-textimage .container .row .text-col {
    padding-top: 15px;
    padding-bottom: 48.75px;
    justify-content: flex-start; }
    body.post .block.block-fullimage + .block-textimage .container .row .image-col .image-container {
      margin-top: 15px;
      margin-bottom: 55.25px; }
body.post .block.block-pullquote.padded {
  padding-top: 55.25px;
  padding-bottom: 55.25px; }
body.post h1 + h3 {
  margin-top: 12px; }

pre {
  margin: 0px 0px 0px 35px !important;
  font-size: 10px !important; }
  pre:first-of-type {
    margin-top: 20px !important; }
  pre:last-of-type {
    margin-bottom: 20px !important; }

html body {
  font-family: 'Barlow', Arial, sans-serif;
  position: relative; }
  html body.no-scroll {
    overflow: hidden; }
  html body .vert-center {
    display: -webkit-flex;
    /* Safari */
    -webkit-justify-content: center;
    /* Safari */
    display: flex;
    justify-content: center;
    align-items: center; }
  html body .content {
    padding: 0px; }
  html body .container {
    padding: 0px 30px;
    position: relative; }
  @media (min-width: 1200px) {
    html body .container {
      padding: 0px 60px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  html body .container {
    padding: 0px 30px; } }
@media (min-width: 360px) and (max-width: 575.98px) {
  html body .container {
    padding: 0px 25px; } }
@media (max-width: 359.98px) {
  html body .container {
    padding: 0px 20px; } }
html body .blocks-wrapper .block {
  background-color: unset !important; }
  html body .blocks-wrapper .block.padded {
    padding-top: 39px;
    padding-bottom: 39px; }
  html body .blocks-wrapper .block .container {
    padding-left: 15px;
    padding-right: 15px; }
html body .block.padded {
  padding-top: 65px;
  padding-bottom: 65px; }
@media (max-width: 575.98px) {
  html body .block.padded {
    padding-top: 12vw;
    padding-bottom: 12vw; } }
html body .block.padded.above {
  padding-top: 0px !important;
  margin-top: -32.5px; }
@media (max-width: 575.98px) {
  html body .block.padded.above {
    margin-top: -6vw; } }
html body .block.padded.below {
  padding-bottom: 0px !important;
  margin-bottom: -32.5px; }
@media (max-width: 575.98px) {
  html body .block.padded.below {
    margin-bottom: -6vw; } }
html body .block.padded.below.has-buttons {
  margin-bottom: 0px !important; }
@media (max-width: 991.98px) {
  html body .block.full .container, html body .block.controlled .container {
    max-width: 100%;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px auto; } }
html body .block.left {
  text-align: left; }
html body .block.center {
  text-align: center; }
  html body .block.center ul {
    text-align: center;
    list-style-position: inside;
    padding: 0px; }
html body .block.right {
  text-align: right; }
  html body .block.right ul {
    text-align: right;
    list-style-position: inside; }
html body .block.bkgnd-white, html body .block .bkgnd-white {
  background-color: white; }
html body .block.bkgnd-light, html body .block .bkgnd-light {
  background-color: #f2f4f6; }
html body .block.bkgnd-light2, html body .block .bkgnd-light2 {
  background-color: #f2f4f6; }
html body .block.bkgnd-primary, html body .block .bkgnd-primary {
  background-color: #001e51; }
html body .block.bkgnd-secondary, html body .block .bkgnd-secondary {
  background-color: #0090f1; }
html body .block.bkgnd-tertiary, html body .block .bkgnd-tertiary {
  background-color: #005ac6; }
html body .block.bkgnd-accent, html body .block .bkgnd-accent {
  background-color: #ff8a15; }
@media only screen and (max-width: 600px) {
  html body #wpadminbar {
    top: -46px; } }
html body.dev-env:before {
  content: "00";
  color: white;
  position: absolute;
  top: 2px;
  left: 5px;
  z-index: 100;
  line-height: 1;
  font-size: 12px;
  content: "xxs"; }
@media (min-width: 360px) {
  html body.dev-env:before {
    content: "xs"; } }
@media (min-width: 576px) {
  html body.dev-env:before {
    content: "sm"; } }
@media (min-width: 768px) {
  html body.dev-env:before {
    content: "md"; } }
@media (min-width: 992px) {
  html body.dev-env:before {
    content: "lg"; } }
@media (min-width: 1200px) {
  html body.dev-env:before {
    content: "xl"; } }
html .pop-overlay {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  z-index: 50;
  display: none; }
  html .pop-overlay .pop-modal {
    position: relative;
    display: block; }
    html .pop-overlay .pop-modal .pop-close {
      position: absolute;
      cursor: pointer; }
html .nivo-lightbox-theme-default.nivo-lightbox-overlay {
  background-color: rgba(0, 0, 0, 0.92) !important; }
  html .nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-wrap {
    left: 10vw !important;
    right: 10vw !important;
    height: calc(80vw * .5625) !important;
    top: calc((100% - (80vw * .5625))/2) !important;
    bottom: unset !important; }

.block-accordion {
  padding-bottom: 81.25px; }
@media (max-width: 991.98px) {
  .block-accordion .hidden-mobile {
    display: none !important; } }
@media (min-width: 992px) {
  .block-accordion .hidden-desktop {
    display: none !important; } }
.block-accordion.cols-2 .accordion-container.open .category {
  opacity: 0.25; }
.block-accordion .category {
  transition: opacity 0.5s ease; }
  .block-accordion .category.open {
    opacity: 1 !important; }
    .block-accordion .category.open .tab h4:after {
      content: ""; }
  .block-accordion .category .tab {
    border-bottom: 1px solid #0090f1;
    padding: 20px 0px;
    cursor: pointer;
    height: 100%;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    align-items: center; }
    .block-accordion .category .tab h4 {
      position: relative;
      line-height: 1;
      margin: 0px;
      padding-right: 50px;
      width: 100%; }
      .block-accordion .category .tab h4:hover {
        color: #0090f1; }
      .block-accordion .category .tab h4:after {
        position: absolute;
        font-family: typicons !important;
        content: "";
        top: 0px;
        right: 20px;
        margin-left: 6px; }
.block-accordion .category-detail {
  display: none; }
  .block-accordion .category-detail.init.open {
    display: block; }
  .block-accordion .category-detail .subcategories-container {
    border-top: 1px solid #0090f1;
    margin-top: -1px;
    margin-bottom: 20px; }
    .block-accordion .category-detail .subcategories-container .subcategory {
      border-top: 1px solid #0090f1;
      margin: -1px 15px 0px 15px; }
      .block-accordion .category-detail .subcategories-container .subcategory.open .tab h4:before {
        content: ""; }
      .block-accordion .category-detail .subcategories-container .subcategory .tab {
        border-bottom: 1px solid #0090f1;
        padding: 20px 0px;
        cursor: pointer;
        height: 100%;
        display: -webkit-flex;
        /* Safari */
        display: flex;
        align-items: center; }
        .block-accordion .category-detail .subcategories-container .subcategory .tab h4 {
          position: relative;
          line-height: 1;
          margin: 0px;
          padding-left: 40px;
          width: 100%;
          font-size: 108%;
          color: #0090f1; }
          .block-accordion .category-detail .subcategories-container .subcategory .tab h4:hover {
            color: #001e51; }
          .block-accordion .category-detail .subcategories-container .subcategory .tab h4:before {
            position: absolute;
            font-family: typicons !important;
            content: "";
            top: 0px;
            left: 15px;
            margin-right: 6px; }
      .block-accordion .category-detail .subcategories-container .subcategory .subcategory-detail {
        display: none; }
  .block-accordion .category-detail .blocks-wrapper {
    border-top: 1px solid #0090f1;
    border-bottom: 1px solid #0090f1;
    margin-top: -1px; }

.block-bio.light .bio-col .person-container p.title {
  color: #001e51; }
.block-bio.dark .bio-col .person-container p.title {
  color: white; }
.block-bio .bio-col {
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
@media (min-width: 768px) {
  .block-bio .bio-col {
    padding-left: 40px; } }
.block-bio .bio-col .person-container {
  margin-bottom: 15px; }
  .block-bio .bio-col .person-container h3 {
    display: inline-block;
    margin-right: 9px; }
  .block-bio .bio-col .person-container p.title {
    display: inline-block;
    font-size: 22px;
    font-style: italic;
    margin-top: 0px; }
.block-bio .bio-col p.read-more {
  display: block !important;
  margin-top: 8px; }
  .block-bio .bio-col p.read-more a {
    font-size: 14px; }
    .block-bio .bio-col p.read-more a:after {
      display: inline-block;
      position: relative;
      font-family: typicons !important;
      content: "";
      top: 1px;
      margin-left: 6px; }
      .block-bio .bio-col p.read-more a.open:after {
        content: ""; }
.block-bio .bio-col .bio-container.read-more {
  max-height: 280px;
  position: relative;
  overflow: hidden;
  transition: max-height 2s ease-out, height 0.3s ease-out; }
  .block-bio .bio-col .bio-container.read-more:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 0px;
    left: 0px;
    background-repeat: repeat-x;
    transition: opacity 0.3s;
    opacity: 1; }
  .block-bio .bio-col .bio-container.read-more.open {
    max-height: 2000px; }
    .block-bio .bio-col .bio-container.read-more.open:after {
      opacity: 0; }
  .block-bio .bio-col .bio-container.read-more.bkgnd-light:after {
    background-image: url("images/mask_bottom_light.png"); }
.block-bio .bio-col .bio-container.read-more.bkgnd-white:after {
  background-image: url("images/mask_bottom_white.png"); }
.block-bio .bio-col .bio-container.read-more.bkgnd-primary:after {
  background-image: url("images/mask_bottom_primary.png"); }
.block-bio .bio-col .bio-container.read-more.bkgnd-secondary:after {
  background-image: url("images/mask_bottom_secondary.png"); }
.block-bio .bio-col .bio-container > .read-more {
  display: none;
  margin-bottom: 20px; }

.blocks-wrapper {
  /* The role of .blocks-wrapper is to apply special rules when a block is inside another block */ }

.block-buttons .buttons .button {
  margin-top: 0px; }

.block-contactform .form-col .frm_forms form {
  padding-top: 15px; }
  .block-contactform .form-col .frm_forms form label.frm_primary_label {
    /*display: none !important;*/ }
  .block-contactform .form-col .frm_forms form input, .block-contactform .form-col .frm_forms form select, .block-contactform .form-col .frm_forms form textarea {
    font-family: 'Barlow', Arial, sans-serif !important;
    font-weight: normal !important;
    border-radius: 0px !important;
    border: none;
    box-shadow: 0px 0px 0px 0px !important; }
    .block-contactform .form-col .frm_forms form input[type="radio"], .block-contactform .form-col .frm_forms form select[type="radio"], .block-contactform .form-col .frm_forms form textarea[type="radio"] {
      border-radius: 20px !important; }
      .block-contactform .form-col .frm_forms form input[type="radio"]:before, .block-contactform .form-col .frm_forms form select[type="radio"]:before, .block-contactform .form-col .frm_forms form textarea[type="radio"]:before {
        margin: 4px !important; }
  .block-contactform .form-col .frm_forms form .form-field .frm_primary_label {
    font-weight: 600; }
  .block-contactform .form-col .frm_forms form .form-field .frm_opt_container {
    margin-top: 10px; }
    .block-contactform .form-col .frm_forms form .form-field .frm_opt_container .frm_checkbox label {
      position: relative;
      padding-left: 25px;
      margin-bottom: 14px; }
      .block-contactform .form-col .frm_forms form .form-field .frm_opt_container .frm_checkbox label input[type="checkbox"] {
        position: absolute;
        left: 0px; }
.block-contactform .form-col .frm_forms form .frm_blank_field input, .block-contactform .form-col .frm_forms form .frm_blank_field select, .block-contactform .form-col .frm_forms form .frm_blank_field textarea {
  border: 0 !important;
  border-bottom: 2px solid #B94A48 !important; }
  .block-contactform .form-col .frm_forms form .frm_blank_field input:focus, .block-contactform .form-col .frm_forms form .frm_blank_field select:focus, .block-contactform .form-col .frm_forms form .frm_blank_field textarea:focus {
    border: 0 !important;
    border-bottom: 2px solid #B94A48 !important; }
.block-contactform .form-col .frm_forms form .frm_error {
  margin-top: 6px;
  font-style: italic; }
  .block-contactform .form-col .frm_forms form .frm_submit button {
    font-family: 'Barlow', Arial, sans-serif;
    line-height: 24px; }
.block-contactform .map-col #map {
  font-size: 0px; }
  .block-contactform .map-col #map iframe {
    height: 450px;
    min-height: 400px;
    width: 100%;
    border: none; }
.block-contactform .info-map #map {
  font-size: 0px; }
  .block-contactform .info-map #map iframe {
    width: 100%;
    border: none; }
  @media (min-width: 1200px) {
    .block-contactform .info-map #map iframe {
      height: 360px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-contactform .info-map #map iframe {
    height: 320px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-contactform .info-map #map iframe {
    height: 300px; } }
@media (max-width: 767.98px) {
  .block-contactform .info-map #map iframe {
    height: 360px; } }
.block-contactform .info-col {
  padding-top: 15px; }
@media (max-width: 767.98px) {
  .block-contactform .info-col {
    padding-top: 40px; } }
.block-contactform .info-col .info {
  height: 100%; }
@media (max-width: 767.98px) {
  .block-contactform .info-col .info {
    border: none;
    padding-left: 0px; } }
.block-contactform .info-col .info h4 {
  margin-bottom: 15px; }
@media (max-width: 767.98px) {
  .block-contactform .info-col .info h4 {
    padding-right: 0px; } }
.block-contactform .info-col .info p {
  position: relative;
  margin-bottom: 25px; }
  .block-contactform .info-col .info p.icon {
    padding-left: 30px;
    margin-bottom: 16px; }
    .block-contactform .info-col .info p.icon:before {
      position: absolute;
      font-family: 'microns';
      color: #0090f1;
      font-size: 22px;
      top: -4px;
      left: -2px; }
  .block-contactform .info-col .info p.phone:before {
    content: ""; }
.block-contactform .info-col .info p.fax:before {
  content: ""; }
.block-contactform .info-col .info p.email:before {
  content: ""; }
.block-contactform .info-col .info p.address:before {
  content: ""; }
.block-contactform.info .info-col .info {
  padding-left: 30px;
  border-left: 1px solid #001e51; }
.block-contactform.info-map .info-col .info {
  height: unset !important;
  margin-bottom: 65px; }
.block-contactform.map .info-col .info {
  padding-bottom: 65px; }
@media (min-width: 768px) {
  .block-contactform.map .info-col .info {
    padding-top: 65px; } }
.block-contactform.map.map-left .info-col .info {
  padding-left: 30px; }
.block-contactform.map.fill-column {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }
  .block-contactform.map.fill-column .container {
    padding: 0px;
    max-width: unset !important; }
  @media (min-width: 768px) {
    .block-contactform.map.fill-column .container .info-col .info {
      padding-top: 65px;
      padding-bottom: 65px; } }
@media (min-width: 576px) {
  .block-contactform.map.fill-column .container .info-col .info {
    width: 540px;
    max-width: 540px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0px auto; } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-contactform.map.fill-column .container .info-col .info {
    width: 100vw;
    max-width: 100vw;
    padding-left: 25px;
    padding-right: 25px; } }
@media (max-width: 359.98px) {
  .block-contactform.map.fill-column .container .info-col .info {
    width: 100vw;
    max-width: 100vw;
    padding-left: 20px;
    padding-right: 20px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-contactform.map.fill-column.map-right .container .info-col {
    padding-left: 0px;
    padding-right: 0px; } }
@media (min-width: 768px) and (max-width: 991.98px) and (min-width: 1200px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-md-5 .info {
    width: 475px;
    max-width: 475px;
    padding-left: 60px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 768px) and (max-width: 991.98px) and (min-width: 992px) and (max-width: 1199.98px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-md-5 .info {
    width: 400px;
    max-width: 400px;
    padding-left: 30px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 768px) and (max-width: 991.98px) and (min-width: 768px) and (max-width: 991.98px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-md-5 .info {
    width: 300px;
    max-width: 300px;
    padding-left: 30px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 768px) and (max-width: 991.98px) and (min-width: 1200px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-md-6 .info {
    width: 570px;
    max-width: 570px;
    padding-left: 60px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 768px) and (max-width: 991.98px) and (min-width: 992px) and (max-width: 1199.98px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-md-6 .info {
    width: 480px;
    max-width: 480px;
    padding-left: 30px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 768px) and (max-width: 991.98px) and (min-width: 768px) and (max-width: 991.98px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-md-6 .info {
    width: 360px;
    max-width: 360px;
    padding-left: 30px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 768px) and (max-width: 991.98px) and (min-width: 1200px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-md-7 .info {
    width: 665px;
    max-width: 665px;
    padding-left: 60px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 768px) and (max-width: 991.98px) and (min-width: 992px) and (max-width: 1199.98px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-md-7 .info {
    width: 560px;
    max-width: 560px;
    padding-left: 30px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 768px) and (max-width: 991.98px) and (min-width: 768px) and (max-width: 991.98px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-md-7 .info {
    width: 420px;
    max-width: 420px;
    padding-left: 30px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 992px) {
  .block-contactform.map.fill-column.map-right .container .info-col {
    padding-left: 0px;
    padding-right: 0px; } }
@media (min-width: 992px) and (min-width: 1200px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-lg-4 .info {
    width: 380px;
    max-width: 380px;
    padding-left: 60px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1199.98px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-lg-4 .info {
    width: 320px;
    max-width: 320px;
    padding-left: 30px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 992px) and (min-width: 768px) and (max-width: 991.98px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-lg-4 .info {
    width: 240px;
    max-width: 240px;
    padding-left: 30px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 992px) and (min-width: 1200px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-lg-6 .info {
    width: 570px;
    max-width: 570px;
    padding-left: 60px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1199.98px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-lg-6 .info {
    width: 480px;
    max-width: 480px;
    padding-left: 30px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 992px) and (min-width: 768px) and (max-width: 991.98px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-lg-6 .info {
    width: 360px;
    max-width: 360px;
    padding-left: 30px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 992px) and (min-width: 1200px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-lg-8 .info {
    width: 760px;
    max-width: 760px;
    padding-left: 60px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1199.98px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-lg-8 .info {
    width: 640px;
    max-width: 640px;
    padding-left: 30px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 992px) and (min-width: 768px) and (max-width: 991.98px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-lg-8 .info {
    width: 480px;
    max-width: 480px;
    padding-left: 30px;
    margin: 0px 0px 0px auto; } }
.block-contactform.map.fill-column.map-left .container .info-col .info {
  padding-right: 30px; }
@media (min-width: 1200px) {
  .block-contactform.map.fill-column.map-left .container .info-col .info {
    padding-right: 60px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-contactform.map.fill-column.map-left .container .info-col .info {
    padding-right: 30px; } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-contactform.map.fill-column.map-left .container .info-col .info {
    padding-right: 25px; } }
@media (max-width: 359.98px) {
  .block-contactform.map.fill-column.map-left .container .info-col .info {
    padding-right: 20px; } }
.block-contactform.bkgnd-white .form-col .frm_forms form input, .block-contactform.bkgnd-white .form-col .frm_forms form select, .block-contactform.bkgnd-white .form-col .frm_forms form textarea {
  background-color: #e1e3e7; }
  .block-contactform.bkgnd-white .form-col .frm_forms form input:focus, .block-contactform.bkgnd-white .form-col .frm_forms form select:focus, .block-contactform.bkgnd-white .form-col .frm_forms form textarea:focus {
    background-color: #e1e3e7 !important; }
.block-contactform.bkgnd-light .form-col .frm_forms form input, .block-contactform.bkgnd-light .form-col .frm_forms form select, .block-contactform.bkgnd-light .form-col .frm_forms form textarea {
  background-color: white; }
  .block-contactform.bkgnd-light .form-col .frm_forms form input:focus, .block-contactform.bkgnd-light .form-col .frm_forms form select:focus, .block-contactform.bkgnd-light .form-col .frm_forms form textarea:focus {
    background-color: white !important; }

.block-fullimage.carousel.full-width {
  font-size: 0px; }
  .block-fullimage.carousel.full-width .slides {
    z-index: 2; }
    .block-fullimage.carousel.full-width .slides .slide img {
      max-height: 800px;
      width: 100% !important;
      object-fit: cover;
      object-position: center center; }
  .block-fullimage.carousel.full-width .dots {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    z-index: 5; }
    .block-fullimage.carousel.full-width .dots ul.slick-dots {
      text-align: center;
      margin: 0px auto;
      padding: 0px 0px 10px 0px;
      list-style: none;
      position: relative; }
      .block-fullimage.carousel.full-width .dots ul.slick-dots li {
        margin: 0px 6px;
        padding: 0px;
        display: inline-block;
        height: 8px;
        width: 8px;
        border-radius: 8px;
        cursor: pointer;
        background-color: white;
        opacity: 0.35; }
        .block-fullimage.carousel.full-width .dots ul.slick-dots li.slick-active {
          opacity: 1; }
        .block-fullimage.carousel.full-width .dots ul.slick-dots li button {
          display: none !important; }
        .block-fullimage.carousel.full-width .dots ul.slick-dots li:before {
          display: none; }
.block-fullimage.image.full-width {
  max-height: 800px;
  overflow: hidden; }
  .block-fullimage.image.full-width img {
    max-height: 800px;
    width: 100% !important;
    object-fit: cover;
    object-position: center center; }
.block-fullimage.image.scale img {
  max-width: 100% !important;
  height: auto !important;
  min-height: unset !important; }
@media (max-width: 767.98px) {
  .block-fullimage.image img {
    height: 480px !important;
    object-fit: cover;
    object-position: center center; } }
@media (max-width: 575.98px) {
  .block-fullimage.image img {
    height: 86.7vw !important;
    object-fit: cover;
    object-position: center center; } }
.block-fullimage.text {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
@media (max-width: 575.98px) {
  .block-fullimage.text {
    padding-top: 12vw;
    padding-bottom: 12vw; }
    .block-fullimage.text .text-container {
      width: 100%; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-fullimage.text {
    padding-top: 65px;
    padding-bottom: 65px; }
    .block-fullimage.text .text-container {
      width: 100%; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-fullimage.text {
    padding-top: 97.5px;
    padding-bottom: 97.5px; }
    .block-fullimage.text .text-container {
      width: 100%; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-fullimage.text {
    padding-top: 130px;
    padding-bottom: 130px; }
    .block-fullimage.text .text-container {
      width: 85%; } }
@media (min-width: 1200px) {
  .block-fullimage.text {
    padding-top: 130px;
    padding-bottom: 130px; }
    .block-fullimage.text .text-container {
      width: 75%; } }
.block-fullimage.text .text-container {
  padding: 65px;
  margin: 0px auto; }
@media (max-width: 575.98px) {
  .block-fullimage.text .text-container {
    padding: 12vw; } }
.block-fullimage.text .text-container.bkgnd-white {
  background-color: white; }
.block-fullimage.text .text-container.bkgnd-light {
  background-color: #f2f4f6; }
.block-fullimage.text .text-container.bkgnd-light2 {
  background-color: #f2f4f6; }
.block-fullimage.text .text-container.bkgnd-primary {
  background-color: #001e51; }
.block-fullimage.text .text-container.bkgnd-secondary {
  background-color: #0090f1; }
.block-fullimage.video .video-container.oembed {
  position: relative;
  width: 100%;
  overflow: hidden; }
@media (max-width: 575.98px) {
  .block-fullimage.video .video-container.oembed {
    height: calc((100vw - 60px) * .5625); } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-fullimage.video .video-container.oembed {
    height: 270px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-fullimage.video .video-container.oembed {
    height: 371.25px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-fullimage.video .video-container.oembed {
    height: 506.25px; } }
@media (min-width: 1200px) {
  .block-fullimage.video .video-container.oembed {
    height: 573.75px; } }
.block-fullimage.video .video-container.oembed iframe {
  height: 100%;
  width: 100%; }
.block-fullimage.video .video-container.lightbox {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .block-fullimage.video .video-container.lightbox .play-button {
    position: absolute;
    width: 20%; }
.block-fullimage .caption-container {
  padding-top: 14px;
  margin-bottom: 30px; }
.block-fullimage + .block.padded.above {
  margin-top: -20px !important; }

.block-hero {
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 10;
  height: 520px;
  overflow: hidden; }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-hero {
    height: 480px; } }
@media (max-width: 767.98px) {
  .block-hero {
    max-height: 450px;
    height: 85vw; } }
.block-hero.left .title-container .row {
  justify-content: flex-start !important; }
.block-hero.center .title-container .row {
  justify-content: center !important; }
.block-hero.right .title-container .row {
  justify-content: flex-end !important; }
.block-hero.image.top {
  background-position: top center; }
.block-hero.image.middle {
  background-position: center center; }
.block-hero.image.bottom {
  background-position: bottom center; }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-hero.marquee.video {
    height: 55vw;
    max-height: 480px; } }
@media (max-width: 767.98px) {
  .block-hero.marquee.video {
    max-height: 440px; } }
.block-hero.marquee.video .video-container {
  overflow: hidden;
  position: relative; }
  .block-hero.marquee.video .video-container video {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0px;
    top: 0px; }
  @media (max-width: 767.98px) {
    .block-hero.marquee.video .video-container video {
      top: 0px;
      height: 100%;
      width: auto;
      max-height: 600px;
      min-height: 100%;
      min-width: 100%; } }
.block-hero.marquee.video .title-container {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%; }
  .block-hero.marquee.video .title-container .container {
    height: 100%; }
    .block-hero.marquee.video .title-container .container .row {
      height: 100%; }
.block-hero.marquee .title {
  justify-content: center; }
  .block-hero.marquee .title .text-container {
    margin-top: 25%; }
.block-hero.page {
  height: 300px; }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-hero.page {
    height: 280px; } }
@media (max-width: 767.98px) {
  .block-hero.page {
    max-height: 280px;
    height: 45vw; } }
.block-hero.page .title {
  justify-content: flex-end; }
  .block-hero.page .title .text-container {
    margin-bottom: 45px; }
.block-hero.carousel .slides .slide {
  background-size: cover;
  background-position: center center;
  position: relative;
  height: 520px; }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-hero.carousel .slides .slide {
    height: 480px; } }
@media (max-width: 767.98px) {
  .block-hero.carousel .slides .slide {
    max-height: 450px;
    height: 85vw; } }
.block-hero.carousel .slides .slide.left {
  text-align: left; }
  .block-hero.carousel .slides .slide.left .title-container .row {
    justify-content: flex-start !important; }
.block-hero.carousel .slides .slide.center {
  text-align: center; }
  .block-hero.carousel .slides .slide.center .title-container .row {
    justify-content: center !important; }
.block-hero.carousel .slides .slide.right {
  text-align: right; }
  .block-hero.carousel .slides .slide.right .title-container .row {
    justify-content: flex-end !important; }
.block-hero.carousel .slides .slide .title {
  justify-content: center; }
  .block-hero.carousel .slides .slide .title .text-container {
    margin-top: 25%; }
.block-hero.carousel .dots {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 50px;
  z-index: 5; }
  .block-hero.carousel .dots ul.slick-dots {
    text-align: center;
    margin: 0px auto;
    padding: 0px 0px 10px 0px;
    list-style: none;
    position: relative; }
    .block-hero.carousel .dots ul.slick-dots li {
      margin: 0px 6px;
      padding: 0px;
      display: inline-block;
      height: 8px;
      width: 8px;
      border-radius: 8px;
      cursor: pointer;
      background-color: white;
      opacity: 0.35; }
      .block-hero.carousel .dots ul.slick-dots li.slick-active {
        opacity: 1; }
      .block-hero.carousel .dots ul.slick-dots li button {
        display: none !important; }
      .block-hero.carousel .dots ul.slick-dots li:before {
        display: none; }
.block-hero .tinter {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1; }
.block-hero .title-container {
  z-index: 2; }
  .block-hero .title-container .title {
    display: flex;
    flex-direction: column; }
    .block-hero .title-container .title .text-container h1 {
      color: white; }
    .block-hero .title-container .title .text-container p {
      color: white; }

.block-legal.center .content-container {
  margin: 0px auto; }
@media (min-width: 1200px) {
  .block-legal.center .content-container {
    width: 70%; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-legal.center .content-container {
    width: 80%; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-legal.center .content-container {
    width: 90%; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-legal.center .content-container {
    width: 93%; } }
.block-legal p {
  font-size: 12px;
  font-style: italic; }

.block-peoplegrid .person {
  margin-bottom: 30px; }
  .block-peoplegrid .person .image-container {
    position: relative; }
    .block-peoplegrid .person .image-container.over .image.rollover {
      opacity: 1; }
    .block-peoplegrid .person .image-container .image {
      margin-bottom: 15px; }
      .block-peoplegrid .person .image-container .image.rollover {
        position: absolute;
        top: 0px;
        left: 0px;
        opacity: 0;
        transition: all 0.5s; }
  .block-peoplegrid .person .info-container {
    position: relative; }
    .block-peoplegrid .person .info-container .image {
      margin-bottom: 15px; }
  .block-peoplegrid .person .info-container h5 {
    margin-bottom: 0px; }
  .block-peoplegrid .person .info-container p.title {
    font-style: italic;
    font-size: 93.75%;
    margin-bottom: 0px; }
    .block-peoplegrid .person .info-container p.title a {
      text-decoration: none; }
      .block-peoplegrid .person .info-container p.title a:hover {
        text-decoration: underline; }
  .block-peoplegrid .person .info-container h5 + p {
    margin-top: 2px; }
  .block-peoplegrid .person .info-container .social {
    position: absolute;
    right: 10px;
    bottom: 10px; }
    .block-peoplegrid .person .info-container .social ul {
      margin: 0px;
      padding: 0px; }
      .block-peoplegrid .person .info-container .social ul li {
        display: inline-block; }
        .block-peoplegrid .person .info-container .social ul li.email svg {
          margin-top: 7px; }
      .block-peoplegrid .person .info-container .social ul li.instagram svg {
        margin-top: 3px; }
.block-peoplegrid .person .mini-bio-container p.mini-bio {
  margin-top: 16px;
  font-size: 15px; }
.block-peoplegrid .person .bio {
  display: none; }
.block-peoplegrid.light .person .info-container h5 {
  color: #0090f1; }
  .block-peoplegrid.light .person .info-container h5 a:hover {
    color: #001e51;
    text-decoration: none; }
.block-peoplegrid.light .person .info-container p.title a {
  color: #26353F; }
  .block-peoplegrid.light .person .info-container p.title a:hover {
    color: #26353F; }
.block-peoplegrid.light .person .info-container .social {
  position: absolute;
  right: 10px;
  bottom: 10px; }
  .block-peoplegrid.light .person .info-container .social ul {
    margin: 0px;
    padding: 0px; }
    .block-peoplegrid.light .person .info-container .social ul li {
      display: inline-block;
      margin-right: 8px; }
      .block-peoplegrid.light .person .info-container .social ul li a svg {
        fill: #26353F; }
        .block-peoplegrid.light .person .info-container .social ul li a:hover svg {
          fill: #ff8a15; }
.block-peoplegrid.two-col .card-columns {
  -webkit-column-count: 2 !important;
  -moz-column-count: 2 !important;
  column-count: 2 !important; }
@media (max-width: 767.98px) {
  .block-peoplegrid.two-col .card-columns {
    -webkit-column-count: 1 !important;
    -moz-column-count: 1 !important;
    column-count: 1 !important; } }
.block-peoplegrid.three-col .card-columns {
  -webkit-column-count: 3 !important;
  -moz-column-count: 3 !important;
  column-count: 3 !important; }
.block-peoplegrid.four-col .card-columns {
  -webkit-column-count: 4 !important;
  -moz-column-count: 4 !important;
  column-count: 4 !important; }
.block-peoplegrid .card-columns .card {
  max-width: 100% !important;
  border: none !important;
  margin-bottom: 42px; }

.block-posts {
  transition: all 0.4s; }
  .block-posts.padded {
    padding-bottom: 40px !important; }
  .block-posts .active-tags {
    margin-bottom: 16px; }
    .block-posts .active-tags h3 span.reset {
      font-size: 16px;
      margin-left: 16px; }
  .block-posts .posts-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0px; }
    .block-posts .posts-container.no-flex {
      display: block !important; }
    .block-posts .posts-container .post-container {
      transition: all 0.4s; }
      .block-posts .posts-container .post-container.just-loaded {
        opacity: 0; }
  .block-posts .sidebar .search-bar {
    margin-bottom: 24px;
    position: relative; }
    .block-posts .sidebar .search-bar > span {
      background-color: #f2f4f6;
      display: inline-block;
      width: 36px;
      height: 32px;
      vertical-align: top;
      padding-left: 8px;
      padding-right: 6px; }
      .block-posts .sidebar .search-bar > span:before {
        content: "";
        font-family: 'microns';
        font-size: 21px;
        color: black;
        position: relative; }
    .block-posts .sidebar .search-bar input {
      display: inline-block;
      vertical-align: top;
      background-color: #f2f4f6;
      border: none;
      outline: 0px;
      width: calc(100% - 36px);
      padding: 4px 15px 4px 0px;
      position: relative; }
    .block-posts .sidebar .search-bar .search-results {
      position: absolute;
      background-color: white;
      box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
      width: 320px;
      right: 0px;
      top: 37px;
      padding: 24px 20px 20px 20px;
      display: none; }
      .block-posts .sidebar .search-bar .search-results .loading {
        text-align: center;
        padding-top: 14px;
        padding-bottom: 14px; }
      .block-posts .sidebar .search-bar .search-results ul {
        list-style: none;
        margin: 0px;
        padding: 0px; }
        .block-posts .sidebar .search-bar .search-results ul li {
          font-size: 16px;
          line-height: 1.3;
          margin-bottom: 13px;
          display: none; }
          .block-posts .sidebar .search-bar .search-results ul li a {
            color: #26353F;
            text-decoration: none; }
            .block-posts .sidebar .search-bar .search-results ul li a:hover {
              color: #0090f1;
              text-decoration: underline; }
          .block-posts .sidebar .search-bar .search-results ul li span.content-match {
            margin-top: 3px;
            margin-left: 8px;
            font-size: 13px;
            font-style: italic;
            color: #ff8a15; }
      .block-posts .sidebar .search-bar .search-results p.no-results {
        font-size: 16px;
        line-height: 1.3;
        margin-top: 0px;
        margin-bottom: 4px;
        display: none; }
      .block-posts .sidebar .search-bar .search-results p.all-results {
        font-size: 14px;
        margin-top: 18px;
        margin-bottom: 0px;
        display: none; }
  .block-posts .sidebar .tag-cloud h4 {
    margin-bottom: 20px; }
  .block-posts .sidebar .tag-cloud ul {
    list-style: none;
    padding: 0px; }
    .block-posts .sidebar .tag-cloud ul.tags li {
      line-height: 1.3;
      margin-bottom: 16px; }
  .block-posts .filter-row {
    display: flex;
    justify-content: space-between; }
  @media (max-width: 767.98px) {
    .block-posts .filter-row {
      display: block; } }
  .block-posts .filter-row h2 {
    vertical-align: baseline; }
  .block-posts .filter-row .filters {
    vertical-align: baseline; }
    .block-posts .filter-row .filters ul {
      list-style: none;
      padding: 0px; }
      .block-posts .filter-row .filters ul li {
        position: relative;
        display: inline-block;
        margin-right: 20px;
        font-size: 16px;
        font-weight: 500;
        cursor: pointer; }
        .block-posts .filter-row .filters ul li:last-of-type {
          margin-right: 0px; }
        .block-posts .filter-row .filters ul li:before {
          position: relative;
          content: "";
          font-size: 27px;
          font-family: typicons !important;
          margin-right: 9px;
          top: 2px;
          color: #737e93;
          opacity: 0.5; }
          .block-posts .filter-row .filters ul li.active:before {
            opacity: 0.35; }
          .block-posts .filter-row .filters ul li.active:after {
            position: absolute;
            content: "";
            font-size: 22px;
            font-family: typicons !important;
            top: 5px;
            left: 1px; }
  .block-posts .load-more {
    margin-top: 22px;
    text-align: center; }
    .block-posts .load-more.hide {
      display: none; }
      .block-posts .load-more p img {
        height: 32px;
        width: 32px; }
  .block-posts .view-all {
    margin-top: 20px; }
  .block-posts .no-results {
    display: none; }
    .block-posts .no-results p {
      border-top: 1px solid #737e93;
      padding-top: 22px;
      font-size: 18px; }
    .block-posts .no-results.show {
      display: block; }

.block-published.padded {
  padding-top: 65px;
  padding-bottom: 0px !important;
  margin-bottom: -45.5px; }
@media (max-width: 575.98px) {
  .block-published.padded {
    padding-top: 9vw !important; } }

.block-pullquote .container .row .quote {
  text-align: center; }
@media (min-width: 992px) {
  .block-pullquote .container .row .quote {
    padding: 0px 15%; } }
.block-pullquote .container .row .quote p {
  color: #001e51;
  font-size: 20px; }
  .block-pullquote .container .row .quote p:first-child:before {
    color: #001e51;
    content: "“";
    display: block;
    text-align: center;
    font-size: 112px;
    margin-bottom: -100px;
    margin-top: -50px; }
.block-pullquote .container .row .attribution {
  text-align: center; }
  .block-pullquote .container .row .attribution p {
    font-style: italic;
    margin-top: 16px;
    margin-bottom: 0px; }

.block-rule {
  padding-top: 48.75px !important;
  padding-bottom: 48.75px !important; }
@media (max-width: 575.98px) {
  .block-rule {
    padding-top: 9vw !important;
    padding-bottom: 9vw !important; } }
.block-rule.above {
  margin-top: 0px !important; }
.block-rule.below {
  margin-bottom: 0px !important; }
.block-rule hr {
  border-top: 1px solid #26353F;
  margin: 0px; }
  .block-rule hr.light {
    border-color: #737e93;
    opacity: 0.35; }
  .block-rule hr.primary {
    border-color: #001e51; }
  .block-rule hr.secondary {
    border-color: #0090f1; }
  .block-rule hr.tertiary {
    border-color: #005ac6; }
  .block-rule hr.accent {
    border-color: #ff8a15; }
  .block-rule hr.accent2 {
    border-color: #9dce05; }

@media (max-width: 991.98px) {
  .block-textimage.full + .block-rule {
    padding-top: 0px !important; } }

.block-share {
  padding-top: 48.75px !important;
  padding-bottom: 48.75px !important; }
@media (max-width: 575.98px) {
  .block-share {
    padding-top: 9vw !important;
    padding-bottom: 9vw !important; } }
.block-share.above {
  margin-top: -10px !important; }
.block-share.below {
  margin-bottom: 0px !important; }
  .block-share .content-container .swp_social_panel .swp_share_button a {
    color: white; }

.block-strip {
  padding: 20px 0px 18px 0px; }
  .block-strip h1, .block-strip h2, .block-strip h3, .block-strip h4, .block-strip p {
    line-height: 1; }
    .block-strip p:first-child {
      margin-top: 6px !important; }
    .block-strip p:last-child {
      margin-bottom: 10px !important; }

.block-tabs {
  padding-bottom: 81.25px; }
@media (max-width: 991.98px) {
  .block-tabs.circle-images .container .row.details-container .tab-detail .blocks-wrapper .block-textimage .container .row .image-col {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    order: 13;
    padding-left: 5px; }
    .block-tabs.circle-images .container .row.details-container .tab-detail .blocks-wrapper .block-textimage .container .row .image-col .image-container {
      margin-top: 39px !important; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-tabs.circle-images .container .row.details-container .tab-detail .blocks-wrapper .block-textimage .container .row .image-col {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; } }
@media (max-width: 991.98px) {
  .block-tabs.circle-images .container .row.details-container .tab-detail .blocks-wrapper .block-textimage .container .row .text-col {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding-top: 39px !important;
    order: -1; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-tabs.circle-images .container .row.details-container .tab-detail .blocks-wrapper .block-textimage .container .row .text-col {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; } }
.block-tabs .container .row.tabs-container {
  margin-left: -4px;
  margin-right: -4px; }
@media (max-width: 991.98px) {
  .block-tabs .container .row.details-container .tab-detail .blocks-wrapper .block-textimage .container .row .text-col {
    padding-top: 39px; } }
.block-tabs .container .row.details-container .tab-detail .blocks-wrapper .container {
  padding: 0px !important; }
.block-tabs .tabs-container > .tab {
  width: 100%;
  padding-left: 4px;
  padding-right: 4px; }
  .block-tabs .tabs-container > .tab.open > .tab-text {
    border-color: #0090f1; }
  .block-tabs .tabs-container > .tab > .tab-text {
    border-bottom: 4px solid #ff8a15;
    padding: 32px 0px 20px 0px;
    cursor: pointer;
    height: 100%;
    width: 100%;
    transition: all 0.4s ease; }
    .block-tabs .tabs-container > .tab > .tab-text:hover {
      border-color: #0090f1; }
      .block-tabs .tabs-container > .tab > .tab-text:hover h4 {
        color: #0090f1; }
    .block-tabs .tabs-container > .tab > .tab-text h4 {
      position: absolute;
      line-height: 1;
      margin: 0px;
      width: 100%;
      transition: all 0.4s ease;
      bottom: 20px; }
.block-tabs .details-container {
  transition: all 0.4s ease;
  height: auto; }
  .block-tabs .details-container > .tab-detail {
    display: none; }
    .block-tabs .details-container > .tab-detail.open {
      display: block; }
    .block-tabs .details-container > .tab-detail .blocks-wrapper {
      margin-top: -1px; }

@media (max-width: 767.98px) {
  .block-testimonials.image .slides-container .slides .slide .text-col {
    margin-top: 40px; } }
.block-testimonials.quote .dots {
  margin-top: 0px; }
.block-testimonials.logo .slides-container .slides .slide .text-col .logo {
  width: 100%;
  margin-bottom: 8px; }
  .block-testimonials.logo .slides-container .slides .slide .text-col .logo img {
    height: 152px;
    width: auto;
    margin: 0px auto; }
.block-testimonials .slides-container .slides .slick-list {
  height: 100%; }
  .block-testimonials .slides-container .slides .slick-list .slick-track {
    height: 100%;
    display: flex;
    align-items: center; }
    .block-testimonials .slides-container .slides .slick-list .slick-track .slick-slide {
      float: none;
      height: auto; }
@media (min-width: 992px) {
  .block-testimonials .slides-container .slides .slide.short .text-col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }
@media (min-width: 992px) {
  .block-testimonials .slides-container .slides .slide.long .text-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
.block-testimonials .slides-container .slides .slide .text-col {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center; }
@media (min-width: 992px) {
  .block-testimonials .slides-container .slides .slide .text-col {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; } }
.block-testimonials .slides-container .slides .slide .text-col .quote {
  position: relative;
  padding: 0px 25px;
  margin: 0px auto 15px auto; }
  .block-testimonials .slides-container .slides .slide .text-col .quote:before {
    content: "“";
    font-size: 112px;
    position: absolute;
    left: -25px;
    top: -48px;
    color: #001e51;
    z-index: 25;
    display: none; }
  .block-testimonials .slides-container .slides .slide .text-col .quote:after {
    content: "”";
    font-size: 112px;
    position: absolute;
    right: -25px;
    bottom: -94px;
    color: #001e51;
    z-index: 25;
    display: none; }
  .block-testimonials .slides-container .slides .slide .text-col .quote p {
    position: relative;
    line-height: 1.75;
    font-size: 18px; }
    .block-testimonials .slides-container .slides .slide .text-col .quote p:before, .block-testimonials .slides-container .slides .slide .text-col .quote p:after {
      font-size: 70px;
      line-height: 0px;
      position: relative;
      display: inline;
      color: #001e51;
      z-index: 25; }
    .block-testimonials .slides-container .slides .slide .text-col .quote p:before {
      content: "“";
      left: -8px;
      top: 28px; }
    .block-testimonials .slides-container .slides .slide .text-col .quote p:after {
      content: "”";
      right: -9px;
      bottom: -33px; }
.block-testimonials .slides-container .slides .slide .text-col p.attribution .name {
  font-weight: 600; }
.block-testimonials .slides-container .slides .slide .text-col p.attribution .title {
  font-style: italic; }
.block-testimonials .dots {
  margin-top: 32.5px;
  display: inline-block;
  vertical-align: middle; }
@media (max-width: 575.98px) {
  .block-testimonials .dots {
    margin-top: 6vw; } }
.block-testimonials .dots ul.slick-dots {
  text-align: center;
  margin: 0px auto;
  padding: 0px;
  list-style: none;
  position: relative; }
  .block-testimonials .dots ul.slick-dots li {
    margin: 0px 6px;
    padding: 0px;
    display: inline-block;
    height: 8px;
    width: 8px;
    border-radius: 8px;
    cursor: pointer;
    background-color: #737e93;
    opacity: 0.35; }
    .block-testimonials .dots ul.slick-dots li.slick-active {
      opacity: 1; }
    .block-testimonials .dots ul.slick-dots li button {
      display: none !important; }
    .block-testimonials .dots ul.slick-dots li:before {
      display: none; }
.block-testimonials .arrows {
  text-align: center;
  margin-top: 20px; }
  .block-testimonials .arrows .prev, .block-testimonials .arrows .next {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 8px;
    cursor: pointer; }
    .block-testimonials .arrows .prev:before, .block-testimonials .arrows .next:before {
      content: "";
      font-family: typicons !important;
      font-size: 27px;
      color: #737e93;
      position: relative;
      top: 2px; }
      .block-testimonials .arrows .prev:hover:before, .block-testimonials .arrows .next:hover:before {
        color: white; }
  .block-testimonials .arrows .prev:before {
    content: ""; }

.blocks-wrapper .block-text.padded {
  padding-top: 48.75px !important;
  padding-bottom: 48.75px !important; }
@media (max-width: 575.98px) {
  .blocks-wrapper .block-text.padded {
    padding-top: 9vw !important;
    padding-bottom: 9vw !important; } }

.block-text.one-col.center .column-one .content-container {
  margin: 0px auto; }
@media (min-width: 1200px) {
  .block-text.one-col.center .column-one .content-container {
    width: 70%; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-text.one-col.center .column-one .content-container {
    width: 80%; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-text.one-col.center .column-one .content-container {
    width: 90%; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-text.one-col.center .column-one .content-container {
    width: 93%; } }
.block-text.two-col.controlled {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px; }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-text.two-col.controlled {
    width: 100vw;
    overflow: hidden; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-text.two-col.controlled {
    overflow: hidden; } }
.block-text.two-col.controlled.unique-bkgnds .container .column-one {
  padding-bottom: 65px; }
@media (max-width: 575.98px) {
  .block-text.two-col.controlled.unique-bkgnds .container .column-one {
    padding-bottom: 12vw; } }
.block-text.two-col.controlled.unique-bkgnds .container .column-two {
  padding-top: 65px; }
@media (max-width: 575.98px) {
  .block-text.two-col.controlled.unique-bkgnds .container .column-two {
    padding-top: 12vw; } }
.block-text.two-col.controlled.has-buttons .container .column-one, .block-text.two-col.controlled.has-buttons .container .column-two {
  padding-bottom: 0px; }
.block-text.two-col.controlled.has-buttons .container .buttons-container {
  margin-top: 25px;
  padding-bottom: 65px; }
@media (max-width: 575.98px) {
  .block-text.two-col.controlled.has-buttons .container .buttons-container {
    padding-bottom: 12vw; } }
@media (max-width: 991.98px) {
  .block-text.two-col.controlled.has-buttons.unique-bkgnds .container .column-one {
    padding-bottom: 65px; } }
@media (max-width: 575.98px) {
  .block-text.two-col.controlled.has-buttons.unique-bkgnds .container .column-one {
    padding-bottom: 12vw; } }
.block-text.two-col.controlled .backgrounds {
  position: absolute;
  height: 100%;
  width: 100%; }
@media (max-width: 575.98px) {
  .block-text.two-col.controlled .backgrounds {
    overflow: hidden; } }
.block-text.two-col.controlled .backgrounds .row {
  height: 100%;
  margin-right: 0px;
  margin-left: 0px; }
  .block-text.two-col.controlled .backgrounds .row .column-one-bkgnd, .block-text.two-col.controlled .backgrounds .row .column-two-bkgnd {
    padding-top: 65px;
    padding-bottom: 65px; }
  @media (min-width: 992px) {
    .block-text.two-col.controlled .backgrounds .row .column-one-bkgnd, .block-text.two-col.controlled .backgrounds .row .column-two-bkgnd {
      height: 100%; } }
@media (max-width: 575.98px) {
  .block-text.two-col.controlled .backgrounds .row .column-one-bkgnd, .block-text.two-col.controlled .backgrounds .row .column-two-bkgnd {
    padding-top: 12vw;
    padding-bottom: 12vw; } }
@media (max-width: 991.98px) {
  .block-text.two-col.controlled .container {
    margin-right: 0px;
    margin-left: 0px; } }
@media (max-width: 991.98px) {
  .block-text.two-col.controlled .container .row {
    margin-right: 0px;
    margin-left: 0px; } }
.block-text.two-col.controlled .container .column-one, .block-text.two-col.controlled .container .column-two, .block-text.two-col.controlled .container .buttons-container {
  padding-top: 65px;
  padding-bottom: 65px; }
@media (max-width: 575.98px) {
  .block-text.two-col.controlled .container .column-one, .block-text.two-col.controlled .container .column-two, .block-text.two-col.controlled .container .buttons-container {
    padding-top: 12vw;
    padding-bottom: 12vw; } }
.block-text.two-col.controlled .container .column-one .content-container, .block-text.two-col.controlled .container .column-two .content-container, .block-text.two-col.controlled .container .buttons-container .content-container {
  width: 100%; }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-text.two-col.controlled .container .column-one .content-container, .block-text.two-col.controlled .container .column-two .content-container, .block-text.two-col.controlled .container .buttons-container .content-container {
    width: 720px;
    max-width: 720px;
    padding-right: 30px;
    padding-left: 30px;
    margin: 0px auto; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-text.two-col.controlled .container .column-one .content-container, .block-text.two-col.controlled .container .column-two .content-container, .block-text.two-col.controlled .container .buttons-container .content-container {
    width: 540px;
    max-width: 540px;
    padding-right: 30px;
    padding-left: 30px;
    margin: 0px auto; } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-text.two-col.controlled .container .column-one .content-container, .block-text.two-col.controlled .container .column-two .content-container, .block-text.two-col.controlled .container .buttons-container .content-container {
    width: 100%;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin: 0px auto; } }
@media (max-width: 359.98px) {
  .block-text.two-col.controlled .container .column-one .content-container, .block-text.two-col.controlled .container .column-two .content-container, .block-text.two-col.controlled .container .buttons-container .content-container {
    width: 100%;
    max-width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    margin: 0px auto; } }
@media (min-width: 992px) {
  .block-text.two-col.controlled .container .column-one {
    padding-right: 55px; } }
@media (max-width: 991.98px) {
  .block-text.two-col.controlled .container .column-one {
    padding-bottom: 0px; } }
@media (min-width: 992px) {
  .block-text.two-col.controlled .container .column-two {
    padding-left: 55px; } }
@media (max-width: 991.98px) {
  .block-text.two-col.controlled .container .column-two {
    padding-top: 32.5px; } }
@media (max-width: 575.98px) {
  .block-text.two-col.controlled .container .column-two {
    padding-top: 6vw; } }
.block-text .column-one.wrapped {
  column-count: 2;
  column-gap: 115px; }
@media (max-width: 991.98px) {
  .block-text .column-one.wrapped {
    column-count: 1; } }
.block-text .column-two ul {
  padding: 0px 0px 0px 40px;
  margin: 15px 0px 30px 0px; }
.block-text .buttons-container {
  padding-top: 0px !important;
  margin-top: 20px; }

.blocks-wrapper {
  /* The role of .blocks-wrapper is to apply special rules when a block is inside another block */ }
  .blocks-wrapper .block-textimage.padded .text-col {
    padding-top: 39px;
    padding-bottom: 39px; }
  @media (max-width: 575.98px) {
    .blocks-wrapper .block-textimage.padded .text-col {
      padding-top: 7.2vw;
      padding-bottom: 7.2vw; } }
.blocks-wrapper .block-textimage.padded .image-col .image-container, .blocks-wrapper .block-textimage.padded .image-col .video-container {
  margin-top: 39px;
  margin-bottom: 39px; }
@media (max-width: 575.98px) {
  .blocks-wrapper .block-textimage.padded .image-col .image-container, .blocks-wrapper .block-textimage.padded .image-col .video-container {
    padding-top: 7.2vw;
    padding-bottom: 7.2vw; } }
.blocks-wrapper .block-textimage.padded.subcategories .image-col .image-container, .blocks-wrapper .block-textimage.padded.subcategories .image-col .video-container {
  margin-top: 39px;
  margin-bottom: 39px; }
@media (max-width: 575.98px) {
  .blocks-wrapper .block-textimage.padded.subcategories .image-col .image-container, .blocks-wrapper .block-textimage.padded.subcategories .image-col .video-container {
    padding-top: 7.2vw;
    padding-bottom: 7.2vw; } }
@media (max-width: 991.98px) {
  .blocks-wrapper .block-textimage.image-left .text-col, .blocks-wrapper .block-textimage.image-right .text-col {
    padding-top: 0px; }
    .blocks-wrapper .block-textimage.image-left .image-col .image-container, .blocks-wrapper .block-textimage.image-right .image-col .image-container {
      margin-bottom: 39px; } }
@media (max-width: 575.98px) {
  .blocks-wrapper .block-textimage.image-left .image-col .image-container, .blocks-wrapper .block-textimage.image-right .image-col .image-container {
    margin-bottom: 7.2vw; } }

.block-accordion.subcategories .blocks-wrapper .block-textimage.padded .image-col .image-container, .block-accordion.subcategories .blocks-wrapper .block-textimage.padded .image-col .video-container {
  margin-top: 39px;
  margin-bottom: 39px; }
@media (max-width: 575.98px) {
  .block-accordion.subcategories .blocks-wrapper .block-textimage.padded .image-col .image-container, .block-accordion.subcategories .blocks-wrapper .block-textimage.padded .image-col .video-container {
    padding-top: 7.2vw;
    padding-bottom: 7.2vw; } }

.block-textimage.full.image {
  position: relative; }
  .block-textimage.full.image .full-image-row {
    display: flex;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px; }
  @media (max-width: 991.98px) {
    .block-textimage.full.image .full-image-row {
      display: none; } }
  .block-textimage.full.image .full-image-row .image-col {
    padding-left: 0px;
    padding-right: 0px;
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px; }
    .block-textimage.full.image .full-image-row .image-col.right {
      left: unset !important;
      right: 0px; }
    .block-textimage.full.image .full-image-row .image-col.fifty {
      width: 50%; }
    @media (min-width: 1200px) {
      .block-textimage.full.image .full-image-row .image-col.one-third {
        width: calc((((100% - 1140px) / 2) + 60px - 15px) + ( .41666667 * (1140px - 60px - 60px + 15px + 15px) )); } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .block-textimage.full.image .full-image-row .image-col.one-third {
      width: calc((((100% - 960px) / 2) + 30px - 15px) + ( .41666667 * (960px - 30px - 30px + 15px + 15px) )); } }
@media (min-width: 1200px) {
  .block-textimage.full.image .full-image-row .image-col.two-thirds {
    width: calc((((100% - 1140px) / 2) + 60px - 15px) + ( .58333333 * (1140px - 60px - 60px + 15px + 15px) )); } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-textimage.full.image .full-image-row .image-col.two-thirds {
    width: calc((((100% - 960px) / 2) + 30px - 15px) + ( .58333333 * (960px - 30px - 30px + 15px + 15px) )); } }
@media (min-width: 1200px) {
  .block-textimage.full.image .full-image-row .image-col.one-fourth {
    width: calc((((100% - 1140px) / 2) + 60px - 15px) + ( .25 * (1140px - 60px - 60px + 15px + 15px) )); } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-textimage.full.image .full-image-row .image-col.one-fourth {
    width: calc((((100% - 960px) / 2) + 30px - 15px) + ( .25* (960px - 30px - 30px + 15px + 15px) )); } }
@media (min-width: 1200px) {
  .block-textimage.full.image .full-image-row .image-col.three-fourths {
    width: calc((((100% - 1140px) / 2) + 60px - 15px) + ( .75 * (1140px - 60px - 60px + 15px + 15px) )); } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-textimage.full.image .full-image-row .image-col.three-fourths {
    width: calc((((100% - 960px) / 2) + 30px - 15px) + ( .75* (960px - 30px - 30px + 15px + 15px) )); } }
.block-textimage.full.image .full-image-row .image-col img {
  height: 100%;
  width: 100%;
  object-fit: cover; }
@media (max-width: 991.98px) {
  .block-textimage.full.image .image-col .image-container {
    position: relative;
    width: 100vw;
    margin-bottom: 32.5px !important; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-textimage.full.image .image-col .image-container {
    left: calc((((100vw - 720px) / 2) + 30px) * -1); } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-textimage.full.image .image-col .image-container {
    left: calc((((100vw - 540px) / 2) + 30px) * -1); } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-textimage.full.image .image-col .image-container {
    left: -25px; } }
@media (max-width: 359.98px) {
  .block-textimage.full.image .image-col .image-container {
    left: -20px; } }
@media (min-width: 992px) {
  .block-textimage.full.image .image-col .image-container img {
    opacity: 0; } }
.block-textimage.padded {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }
  .block-textimage.padded .text-col {
    padding-top: 65px;
    padding-bottom: 65px; }
  @media (max-width: 575.98px) {
    .block-textimage.padded .text-col {
      padding-top: 12vw;
      padding-bottom: 12vw; } }
.block-textimage.padded .image-col .image-container, .block-textimage.padded .image-col .video-container {
  margin-top: 65px;
  margin-bottom: 65px; }
@media (max-width: 991.98px) {
  .block-textimage.padded .image-col .image-container, .block-textimage.padded .image-col .video-container {
    margin-bottom: 39px; } }
.block-textimage.padded .image-col .image-container + p.caption, .block-textimage.padded .image-col .video-container + p.caption {
  margin-top: -29.25px;
  margin-bottom: 65px; }
.block-textimage.padded .image-col .lottie-container {
  background-size: cover;
  background-repeat: no-repeat; }
@media (min-width: 992px) {
  .block-textimage.image-right .container .text-col {
    padding-right: 55px; }
  .block-textimage.image-right .container .image-col {
    padding-left: 0px; } }
@media (max-width: 991.98px) {
  .block-textimage.image-right .container .image-col .image-container {
    margin-bottom: 0px; } }
@media (min-width: 992px) {
  .block-textimage.image-left .container .text-col {
    padding-left: 55px; }
  .block-textimage.image-left .container .image-col {
    padding-right: 0px; } }
@media (max-width: 991.98px) {
  .block-textimage.image-left .container .image-col .image-container {
    margin-bottom: 0px; } }
.block-textimage .container .text-col {
  display: flex;
  flex-direction: column;
  justify-content: center; }
.block-textimage .container .image-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }
  .block-textimage .container .image-col.square.col-lg-5 .image-container, .block-textimage .container .image-col.square.col-lg-5 .video-container {
    /*height: calc((100vw - (2 * $p-container-xxs)) * $ratio);*/ }
  @media (max-width: 359.98px) {
    .block-textimage .container .image-col.square.col-lg-5 .image-container, .block-textimage .container .image-col.square.col-lg-5 .video-container {
      height: calc((100vw - (2 * 20px)) * 1); } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-textimage .container .image-col.square.col-lg-5 .image-container, .block-textimage .container .image-col.square.col-lg-5 .video-container {
    /*height: calc((100vw - (2 * $p-container-xs)) * $ratio);*/
    height: calc((100vw - (2 * 25px)) * 1); } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-textimage .container .image-col.square.col-lg-5 .image-container, .block-textimage .container .image-col.square.col-lg-5 .video-container {
    height: 480px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-textimage .container .image-col.square.col-lg-5 .image-container, .block-textimage .container .image-col.square.col-lg-5 .video-container {
    height: 660px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-textimage .container .image-col.square.col-lg-5 .image-container, .block-textimage .container .image-col.square.col-lg-5 .video-container {
    height: 372.5000031px; } }
@media (min-width: 1200px) {
  .block-textimage .container .image-col.square.col-lg-5 .image-container, .block-textimage .container .image-col.square.col-lg-5 .video-container {
    height: 422.5000035px; } }
.block-textimage .container .image-col.square.col-lg-6 .image-container, .block-textimage .container .image-col.square.col-lg-6 .video-container {
  /*height: calc((100vw - (2 * $p-container-xxs)) * $ratio);*/ }
@media (max-width: 359.98px) {
  .block-textimage .container .image-col.square.col-lg-6 .image-container, .block-textimage .container .image-col.square.col-lg-6 .video-container {
    height: calc((100vw - (2 * 20px)) * 1); } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-textimage .container .image-col.square.col-lg-6 .image-container, .block-textimage .container .image-col.square.col-lg-6 .video-container {
    /*height: calc((100vw - (2 * $p-container-xs)) * $ratio);*/
    height: calc((100vw - (2 * 25px)) * 1); } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-textimage .container .image-col.square.col-lg-6 .image-container, .block-textimage .container .image-col.square.col-lg-6 .video-container {
    height: 480px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-textimage .container .image-col.square.col-lg-6 .image-container, .block-textimage .container .image-col.square.col-lg-6 .video-container {
    height: 660px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-textimage .container .image-col.square.col-lg-6 .image-container, .block-textimage .container .image-col.square.col-lg-6 .video-container {
    height: 450px; } }
@media (min-width: 1200px) {
  .block-textimage .container .image-col.square.col-lg-6 .image-container, .block-textimage .container .image-col.square.col-lg-6 .video-container {
    height: 510px; } }
.block-textimage .container .image-col.square.col-lg-7 .image-container, .block-textimage .container .image-col.square.col-lg-7 .video-container {
  /*height: calc((100vw - (2 * $p-container-xxs)) * $ratio);*/ }
@media (max-width: 359.98px) {
  .block-textimage .container .image-col.square.col-lg-7 .image-container, .block-textimage .container .image-col.square.col-lg-7 .video-container {
    height: calc((100vw - (2 * 20px)) * 1); } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-textimage .container .image-col.square.col-lg-7 .image-container, .block-textimage .container .image-col.square.col-lg-7 .video-container {
    /*height: calc((100vw - (2 * $p-container-xs)) * $ratio);*/
    height: calc((100vw - (2 * 25px)) * 1); } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-textimage .container .image-col.square.col-lg-7 .image-container, .block-textimage .container .image-col.square.col-lg-7 .video-container {
    height: 480px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-textimage .container .image-col.square.col-lg-7 .image-container, .block-textimage .container .image-col.square.col-lg-7 .video-container {
    height: 660px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-textimage .container .image-col.square.col-lg-7 .image-container, .block-textimage .container .image-col.square.col-lg-7 .video-container {
    height: 527.4999969px; } }
@media (min-width: 1200px) {
  .block-textimage .container .image-col.square.col-lg-7 .image-container, .block-textimage .container .image-col.square.col-lg-7 .video-container {
    height: 597.4999965px; } }
.block-textimage .container .image-col.rect.col-lg-5 .image-container, .block-textimage .container .image-col.rect.col-lg-5 .video-container {
  /*height: calc((100vw - (2 * $p-container-xxs)) * $ratio);*/ }
@media (max-width: 359.98px) {
  .block-textimage .container .image-col.rect.col-lg-5 .image-container, .block-textimage .container .image-col.rect.col-lg-5 .video-container {
    height: calc((100vw - (2 * 20px)) * 0.666);
    padding-top: 0px;
    padding-bottom: 0px; } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-textimage .container .image-col.rect.col-lg-5 .image-container, .block-textimage .container .image-col.rect.col-lg-5 .video-container {
    /*height: calc((100vw - (2 * $p-container-xs)) * $ratio);*/
    height: calc((100vw - (2 * 25px)) * 0.666);
    padding-top: 0px;
    padding-bottom: 0px; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-textimage .container .image-col.rect.col-lg-5 .image-container, .block-textimage .container .image-col.rect.col-lg-5 .video-container {
    height: 319.68px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-textimage .container .image-col.rect.col-lg-5 .image-container, .block-textimage .container .image-col.rect.col-lg-5 .video-container {
    height: 439.56px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-textimage .container .image-col.rect.col-lg-5 .image-container, .block-textimage .container .image-col.rect.col-lg-5 .video-container {
    height: 238.0950020646px; } }
@media (min-width: 1200px) {
  .block-textimage .container .image-col.rect.col-lg-5 .image-container, .block-textimage .container .image-col.rect.col-lg-5 .video-container {
    height: 271.395002331px; } }
.block-textimage .container .image-col.rect.col-lg-6 .image-container, .block-textimage .container .image-col.rect.col-lg-6 .video-container {
  /*height: calc((100vw - (2 * $p-container-xxs)) * $ratio);*/ }
@media (max-width: 359.98px) {
  .block-textimage .container .image-col.rect.col-lg-6 .image-container, .block-textimage .container .image-col.rect.col-lg-6 .video-container {
    height: calc((100vw - (2 * 20px)) * 0.666);
    padding-top: 0px;
    padding-bottom: 0px; } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-textimage .container .image-col.rect.col-lg-6 .image-container, .block-textimage .container .image-col.rect.col-lg-6 .video-container {
    /*height: calc((100vw - (2 * $p-container-xs)) * $ratio);*/
    height: calc((100vw - (2 * 25px)) * 0.666);
    padding-top: 0px;
    padding-bottom: 0px; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-textimage .container .image-col.rect.col-lg-6 .image-container, .block-textimage .container .image-col.rect.col-lg-6 .video-container {
    height: 319.68px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-textimage .container .image-col.rect.col-lg-6 .image-container, .block-textimage .container .image-col.rect.col-lg-6 .video-container {
    height: 439.56px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-textimage .container .image-col.rect.col-lg-6 .image-container, .block-textimage .container .image-col.rect.col-lg-6 .video-container {
    height: 289.71px; } }
@media (min-width: 1200px) {
  .block-textimage .container .image-col.rect.col-lg-6 .image-container, .block-textimage .container .image-col.rect.col-lg-6 .video-container {
    height: 329.67px; } }
.block-textimage .container .image-col.rect.col-lg-7 .image-container, .block-textimage .container .image-col.rect.col-lg-7 .video-container {
  /*height: calc((100vw - (2 * $p-container-xxs)) * $ratio);*/ }
@media (max-width: 359.98px) {
  .block-textimage .container .image-col.rect.col-lg-7 .image-container, .block-textimage .container .image-col.rect.col-lg-7 .video-container {
    height: calc((100vw - (2 * 20px)) * 0.666);
    padding-top: 0px;
    padding-bottom: 0px; } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-textimage .container .image-col.rect.col-lg-7 .image-container, .block-textimage .container .image-col.rect.col-lg-7 .video-container {
    /*height: calc((100vw - (2 * $p-container-xs)) * $ratio);*/
    height: calc((100vw - (2 * 25px)) * 0.666);
    padding-top: 0px;
    padding-bottom: 0px; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-textimage .container .image-col.rect.col-lg-7 .image-container, .block-textimage .container .image-col.rect.col-lg-7 .video-container {
    height: 319.68px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-textimage .container .image-col.rect.col-lg-7 .image-container, .block-textimage .container .image-col.rect.col-lg-7 .video-container {
    height: 439.56px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-textimage .container .image-col.rect.col-lg-7 .image-container, .block-textimage .container .image-col.rect.col-lg-7 .video-container {
    height: 341.3249979354px; } }
@media (min-width: 1200px) {
  .block-textimage .container .image-col.rect.col-lg-7 .image-container, .block-textimage .container .image-col.rect.col-lg-7 .video-container {
    height: 387.944997669px; } }
.block-textimage .container .image-col.rect .image-container {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .block-textimage .container .image-col.rect .image-container img, .block-textimage .container .image-col.rect .image-container video {
    position: relative;
    object-fit: cover;
    height: 100%;
    width: 100%; }
.block-textimage .container .image-col.circle .image-container {
  border-radius: 60%;
  overflow: hidden; }
.block-textimage .container .image-col.widescreen.col-lg-5 .video-container {
  /*height: calc((100vw - (2 * $p-container-xxs)) * $ratio);*/ }
@media (max-width: 359.98px) {
  .block-textimage .container .image-col.widescreen.col-lg-5 .video-container {
    height: calc((100vw - (2 * 20px)) * 0.5625); } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-textimage .container .image-col.widescreen.col-lg-5 .video-container {
    /*height: calc((100vw - (2 * $p-container-xs)) * $ratio);*/
    height: calc((100vw - (2 * 25px)) * 0.5625); } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-textimage .container .image-col.widescreen.col-lg-5 .video-container {
    height: 270px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-textimage .container .image-col.widescreen.col-lg-5 .video-container {
    height: 371.25px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-textimage .container .image-col.widescreen.col-lg-5 .video-container {
    height: 209.5312517438px; } }
@media (min-width: 1200px) {
  .block-textimage .container .image-col.widescreen.col-lg-5 .video-container {
    height: 237.6562519688px; } }
.block-textimage .container .image-col.widescreen.col-lg-6 .video-container {
  /*height: calc((100vw - (2 * $p-container-xxs)) * $ratio);*/ }
@media (max-width: 359.98px) {
  .block-textimage .container .image-col.widescreen.col-lg-6 .video-container {
    height: calc((100vw - (2 * 20px)) * 0.5625); } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-textimage .container .image-col.widescreen.col-lg-6 .video-container {
    /*height: calc((100vw - (2 * $p-container-xs)) * $ratio);*/
    height: calc((100vw - (2 * 25px)) * 0.5625); } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-textimage .container .image-col.widescreen.col-lg-6 .video-container {
    height: 270px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-textimage .container .image-col.widescreen.col-lg-6 .video-container {
    height: 371.25px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-textimage .container .image-col.widescreen.col-lg-6 .video-container {
    height: 253.125px; } }
@media (min-width: 1200px) {
  .block-textimage .container .image-col.widescreen.col-lg-6 .video-container {
    height: 286.875px; } }
.block-textimage .container .image-col.widescreen.col-lg-7 .video-container {
  /*height: calc((100vw - (2 * $p-container-xxs)) * $ratio);*/ }
@media (max-width: 359.98px) {
  .block-textimage .container .image-col.widescreen.col-lg-7 .video-container {
    height: calc((100vw - (2 * 20px)) * 0.5625); } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-textimage .container .image-col.widescreen.col-lg-7 .video-container {
    /*height: calc((100vw - (2 * $p-container-xs)) * $ratio);*/
    height: calc((100vw - (2 * 25px)) * 0.5625); } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-textimage .container .image-col.widescreen.col-lg-7 .video-container {
    height: 270px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-textimage .container .image-col.widescreen.col-lg-7 .video-container {
    height: 371.25px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-textimage .container .image-col.widescreen.col-lg-7 .video-container {
    height: 296.7187482563px; } }
@media (min-width: 1200px) {
  .block-textimage .container .image-col.widescreen.col-lg-7 .video-container {
    height: 336.0937480313px; } }
.block-textimage .container .image-col.fullscreen.col-lg-5 .video-container {
  /*height: calc((100vw - (2 * $p-container-xxs)) * $ratio);*/ }
@media (max-width: 359.98px) {
  .block-textimage .container .image-col.fullscreen.col-lg-5 .video-container {
    height: calc((100vw - (2 * 20px)) * 0.75); } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-textimage .container .image-col.fullscreen.col-lg-5 .video-container {
    /*height: calc((100vw - (2 * $p-container-xs)) * $ratio);*/
    height: calc((100vw - (2 * 25px)) * 0.75); } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-textimage .container .image-col.fullscreen.col-lg-5 .video-container {
    height: 360px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-textimage .container .image-col.fullscreen.col-lg-5 .video-container {
    height: 495px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-textimage .container .image-col.fullscreen.col-lg-5 .video-container {
    height: 279.375002325px; } }
@media (min-width: 1200px) {
  .block-textimage .container .image-col.fullscreen.col-lg-5 .video-container {
    height: 316.875002625px; } }
.block-textimage .container .image-col.fullscreen.col-lg-6 .video-container {
  /*height: calc((100vw - (2 * $p-container-xxs)) * $ratio);*/ }
@media (max-width: 359.98px) {
  .block-textimage .container .image-col.fullscreen.col-lg-6 .video-container {
    height: calc((100vw - (2 * 20px)) * 0.75); } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-textimage .container .image-col.fullscreen.col-lg-6 .video-container {
    /*height: calc((100vw - (2 * $p-container-xs)) * $ratio);*/
    height: calc((100vw - (2 * 25px)) * 0.75); } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-textimage .container .image-col.fullscreen.col-lg-6 .video-container {
    height: 360px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-textimage .container .image-col.fullscreen.col-lg-6 .video-container {
    height: 495px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-textimage .container .image-col.fullscreen.col-lg-6 .video-container {
    height: 337.5px; } }
@media (min-width: 1200px) {
  .block-textimage .container .image-col.fullscreen.col-lg-6 .video-container {
    height: 382.5px; } }
.block-textimage .container .image-col.fullscreen.col-lg-7 .video-container {
  /*height: calc((100vw - (2 * $p-container-xxs)) * $ratio);*/ }
@media (max-width: 359.98px) {
  .block-textimage .container .image-col.fullscreen.col-lg-7 .video-container {
    height: calc((100vw - (2 * 20px)) * 0.75); } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-textimage .container .image-col.fullscreen.col-lg-7 .video-container {
    /*height: calc((100vw - (2 * $p-container-xs)) * $ratio);*/
    height: calc((100vw - (2 * 25px)) * 0.75); } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-textimage .container .image-col.fullscreen.col-lg-7 .video-container {
    height: 360px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-textimage .container .image-col.fullscreen.col-lg-7 .video-container {
    height: 495px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-textimage .container .image-col.fullscreen.col-lg-7 .video-container {
    height: 395.624997675px; } }
@media (min-width: 1200px) {
  .block-textimage .container .image-col.fullscreen.col-lg-7 .video-container {
    height: 448.124997375px; } }
.block-textimage .container .image-col .video-container {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .block-textimage .container .image-col .video-container iframe {
    height: 100%;
    width: 100%; }
.block-textimage .container .top .image-container img {
  object-position: top center; }
.block-textimage .container .middle .image-container img {
  object-position: center center; }
.block-textimage .container .bottom .image-container img {
  object-position: bottom center; }

.block-tiles {
  margin-bottom: -55px; }
@media (min-width: 1200px) {
  .block-tiles .container {
    padding-right: 60px;
    padding-left: 60px; } }
.block-tiles.cards .tile {
  margin-bottom: 30px; }
  .block-tiles.cards .tile .card-container {
    background-color: white;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    height: 100%;
    padding: 30px 35px; }
  @media (max-width: 767.98px) {
    .block-tiles.cards .tile .card-container {
      padding: 40px 35px;
      width: 80%;
      margin: 0px auto; } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-tiles.cards .tile .card-container {
    width: 90%; } }
@media (max-width: 359.98px) {
  .block-tiles.cards .tile .card-container {
    width: 100%; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-tiles.cards .tile.image.col-md-5 {
    flex: 0 0 50%;
    max-width: 50%; } }
.block-tiles.cards .tile.image .card-container {
  position: relative;
  padding: 0px; }
  .block-tiles.cards .tile.image .card-container .image {
    width: 100%;
    height: 180px;
    overflow: hidden; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .block-tiles.cards .tile.image .card-container .image {
      height: 200px; } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-tiles.cards .tile.image .card-container .image {
    height: 50vw;
    max-height: 220px; } }
.block-tiles.cards .tile.image .card-container .image img {
  max-width: unset !important;
  width: 100%;
  min-height: 100%;
  position: relative;
  object-fit: cover;
  object-position: center center;
  overflow: hidden; }
.block-tiles.cards .tile.image .card-container .text {
  padding: 10px 35px 30px 35px; }
@media (max-width: 575.98px) {
  .block-tiles.cards .tile.image .card-container .text {
    width: 95%; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-tiles.cards .tile.image .card-container .text {
    width: 90%; } }
@media (min-width: 1200px) {
  .block-tiles.cards .tile.image .card-container .text {
    width: 90%; } }
.block-tiles.cards .tile.button {
  padding-bottom: 0px !important; }
  .block-tiles.cards .tile.button .card-container .buttons {
    bottom: 30px; }
.block-tiles.cards .tile.button.image .card-container {
  padding-bottom: 57px; }
.block-tiles.cards .tile.button.icon .card-container {
  padding-bottom: 87px; }
.block-tiles.cards .tile.button a.button:only-child {
  margin: 0px; }
.block-tiles .tile {
  text-align: center;
  margin-bottom: 55px;
  position: relative; }
  .block-tiles .tile .image {
    width: 55%;
    margin: 0px auto 25px auto; }
  @media (max-width: 575.98px) {
    .block-tiles .tile .image {
      width: 40%; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-tiles .tile .image {
    width: 50%; } }
.block-tiles .tile .image img {
  max-width: 100%; }
.block-tiles .tile .text {
  margin: 0px auto; }
  .block-tiles .tile.button.icon {
    padding-bottom: 57px; }
  .block-tiles .tile.button .buttons {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px; }

.blocks-wrapper {
  /* The role of .blocks-wrapper is to apply special rules when a block is inside another block */ }

.block-audioplayer {
  position: relative; }
  .block-audioplayer.padded {
    padding-top: 42.25px !important;
    padding-bottom: 42.25px !important; }
  .block-audioplayer .base-color, .block-audioplayer .progress-color, .block-audioplayer .cursor-color {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0px;
    left: 0px;
    display: none; }
  .block-audioplayer #awp-wrapper {
    width: 100%; }
    .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .row {
      -ms-flex-align: end !important;
      align-items: flex-end !important; }
    @media (max-width: 767.98px) {
      .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .row {
        -ms-flex-align: center !important;
        align-items: center !important; } }
    .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .mobile-info {
      margin-bottom: 12px; }
      .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .mobile-info .awp-info .awp-player-artist {
        font-size: 13px; }
      .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .mobile-info .awp-info .awp-player-title {
        font-size: 18px; }
    .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .controls .awp-playback-toggle {
      display: inline-block;
      vertical-align: middle; }
      .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .controls .awp-playback-toggle i {
        width: 48px;
        height: 50px;
        font-size: 40px !important;
        line-height: 50px !important;
        color: white;
        text-align: left;
        display: inline-block; }
      .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .controls .awp-playback-toggle .awp-btn-pause {
        display: none; }
        .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .controls .awp-playback-toggle .awp-btn-pause i {
          font-size: 36px !important; }
    .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .controls .awp-info {
      pointer-events: none;
      display: inline-block;
      vertical-align: middle; }
      .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .controls .awp-info .awp-player-artist {
        font-size: 13px; }
      .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .controls .awp-info .awp-player-title {
        font-size: 18px; }
  .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .volume .awp-volume-wrapper {
    height: 25px;
    width: 125px;
    margin: 0px 0px 0px auto;
    text-align: right; }
    .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .volume .awp-volume-wrapper .awp-player-volume {
      width: 22px;
      height: 22px;
      display: inline-block;
      vertical-align: middle;
      text-align: left; }
      .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .volume .awp-volume-wrapper .awp-player-volume i {
        width: 25px;
        height: 25px;
        font-size: 18px !important;
        line-height: 25px !important;
        color: white; }
    .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .volume .awp-volume-wrapper .awp-volume-seekbar {
      position: relative;
      background: rgba(0, 0, 0, 0);
      cursor: pointer;
      touch-action: none;
      width: 80px;
      display: inline-block;
      vertical-align: middle; }
      .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .volume .awp-volume-wrapper .awp-volume-seekbar .awp-volume-bg {
        position: absolute;
        width: 80px;
        height: 5px;
        background-color: rgba(255, 255, 255, 0.15); }
        .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .volume .awp-volume-wrapper .awp-volume-seekbar .awp-volume-bg .awp-volume-level {
          position: absolute;
          height: 100%;
          background-color: white; }
  .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .waveform {
    position: relative; }
    .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .waveform .awp-waveform-wrap {
      margin-top: 20px;
      margin-bottom: 28px; }
      .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .waveform .awp-waveform-wrap .awp-waveform-preloader {
        position: absolute;
        width: 100%;
        height: 20px;
        text-align: center;
        font-size: 12px;
        opacity: 0.5;
        left: 0px;
        top: 70px; }
        .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .waveform .awp-waveform-wrap .awp-waveform canvas {
          max-width: none !important; }
      .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .waveform .awp-waveform-wrap .awp-waveform-img-progress-wrap {
        border-right: 3px solid #0000ff; }
    .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .waveform .awp-media-time-total, .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .waveform .awp-media-time-current {
      position: absolute;
      bottom: 0px;
      font-size: 12px; }
    .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .waveform .awp-media-time-total {
      right: 15px; }
    .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .waveform .awp-media-time-current {
      left: 15px; }
  .block-audioplayer #awp-playlist-list {
    display: none; }
  .block-audioplayer.dark {
    color: white; }
    .block-audioplayer.dark .base-color {
      background-color: rgba(255, 255, 255, 0.2); }
    .block-audioplayer.dark .progress-color {
      background-color: white; }
    .block-audioplayer.dark .cursor-color {
      background-color: white; }
  .block-audioplayer.light {
    color: black; }
    .block-audioplayer.light .base-color {
      background-color: rgba(0, 0, 0, 0.2); }
      .block-audioplayer.light.primary .progress-color {
        background-color: #001e51; }
      .block-audioplayer.light.primary .cursor-color {
        background-color: #001e51; }
        .block-audioplayer.light.primary #awp-wrapper .awp-player-wrap .awp-player-holder .awp-playback-toggle i {
          color: #001e51 !important; }
      .block-audioplayer.light.primary #awp-wrapper .awp-player-wrap .awp-player-holder .awp-volume-wrapper .awp-player-volume i {
        color: #001e51 !important; }
    .block-audioplayer.light.primary #awp-wrapper .awp-player-wrap .awp-player-holder .awp-volume-wrapper .awp-volume-seekbar .awp-volume-bg {
      background-color: rgba(0, 0, 0, 0.2); }
      .block-audioplayer.light.primary #awp-wrapper .awp-player-wrap .awp-player-holder .awp-volume-wrapper .awp-volume-seekbar .awp-volume-bg .awp-volume-level {
        background-color: #001e51 !important; }
  .block-audioplayer.light.secondary .progress-color {
    background-color: #0090f1; }
  .block-audioplayer.light.secondary .cursor-color {
    background-color: #0090f1; }
    .block-audioplayer.light.secondary #awp-wrapper .awp-player-wrap .awp-player-holder .awp-playback-toggle i {
      color: #0090f1 !important; }
  .block-audioplayer.light.secondary #awp-wrapper .awp-player-wrap .awp-player-holder .awp-volume-wrapper .awp-player-volume i {
    color: #0090f1 !important; }
.block-audioplayer.light.secondary #awp-wrapper .awp-player-wrap .awp-player-holder .awp-volume-wrapper .awp-volume-seekbar .awp-volume-bg {
  background-color: rgba(0, 0, 0, 0.2); }
  .block-audioplayer.light.secondary #awp-wrapper .awp-player-wrap .awp-player-holder .awp-volume-wrapper .awp-volume-seekbar .awp-volume-bg .awp-volume-level {
    background-color: #0090f1 !important; }
.block-audioplayer.light.tertiary .progress-color {
  background-color: #005ac6; }
.block-audioplayer.light.tertiary .cursor-color {
  background-color: #005ac6; }
  .block-audioplayer.light.tertiary #awp-wrapper .awp-player-wrap .awp-player-holder .awp-playback-toggle i {
    color: #005ac6 !important; }
.block-audioplayer.light.tertiary #awp-wrapper .awp-player-wrap .awp-player-holder .awp-volume-wrapper .awp-player-volume i {
  color: #005ac6 !important; }
.block-audioplayer.light.tertiary #awp-wrapper .awp-player-wrap .awp-player-holder .awp-volume-wrapper .awp-volume-seekbar .awp-volume-bg {
  background-color: rgba(0, 0, 0, 0.2); }
  .block-audioplayer.light.tertiary #awp-wrapper .awp-player-wrap .awp-player-holder .awp-volume-wrapper .awp-volume-seekbar .awp-volume-bg .awp-volume-level {
    background-color: #005ac6 !important; }

.blocks-wrapper {
  /* The role of .blocks-wrapper is to apply special rules when a block is inside another block */ }

.block-gallery.columns-full .container, .block-gallery.columns-full-cropped .container {
  max-width: unset !important;
  padding-left: 0px;
  padding-right: 0px;
  overflow: hidden; }
.block-gallery.columns-full-cropped .container .row {
  margin-left: -5%;
  margin-right: -5%; }
@media (max-width: 767.98px) {
  .block-gallery.columns-full-cropped .container .row {
    margin-left: -12%;
    margin-right: -12%; } }
@media (min-width: 992px) {
  .block-gallery.columns.columns-5 .image-container.col-lg-3, .block-gallery.columns-full.columns-5 .image-container.col-lg-3, .block-gallery.columns-full-cropped.columns-5 .image-container.col-lg-3 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }
@media (min-width: 992px) {
  .block-gallery.columns.columns-5 .image-container.col-lg-5, .block-gallery.columns-full.columns-5 .image-container.col-lg-5, .block-gallery.columns-full-cropped.columns-5 .image-container.col-lg-5 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; } }
@media (max-width: 991.98px) {
  .block-gallery.columns.columns-5 .image-container.col-lg-5.col-md-12, .block-gallery.columns-full.columns-5 .image-container.col-lg-5.col-md-12, .block-gallery.columns-full-cropped.columns-5 .image-container.col-lg-5.col-md-12 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; } }
@media (min-width: 992px) {
  .block-gallery.columns.columns-5 .image-container.col-lg-8, .block-gallery.columns-full.columns-5 .image-container.col-lg-8, .block-gallery.columns-full-cropped.columns-5 .image-container.col-lg-8 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; } }
@media (max-width: 991.98px) {
  .block-gallery.columns.columns-5 .image-container.col-lg-8.col-md-12, .block-gallery.columns-full.columns-5 .image-container.col-lg-8.col-md-12, .block-gallery.columns-full-cropped.columns-5 .image-container.col-lg-8.col-md-12 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; } }
@media (min-width: 992px) {
  .block-gallery.columns.columns-5 .image-container.col-lg-10, .block-gallery.columns-full.columns-5 .image-container.col-lg-10, .block-gallery.columns-full-cropped.columns-5 .image-container.col-lg-10 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; } }
@media (max-width: 991.98px) {
  .block-gallery.columns.columns-5 .image-container.col-lg-10.col-md-12, .block-gallery.columns-full.columns-5 .image-container.col-lg-10.col-md-12, .block-gallery.columns-full-cropped.columns-5 .image-container.col-lg-10.col-md-12 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; } }
@media (max-width: 991.98px) {
  .block-gallery.columns.columns-5 .image-container.col-md-6, .block-gallery.columns.columns-5 .image-container.col-sm-6, .block-gallery.columns.columns-5 .image-container.col-6, .block-gallery.columns-full.columns-5 .image-container.col-md-6, .block-gallery.columns-full.columns-5 .image-container.col-sm-6, .block-gallery.columns-full.columns-5 .image-container.col-6, .block-gallery.columns-full-cropped.columns-5 .image-container.col-md-6, .block-gallery.columns-full-cropped.columns-5 .image-container.col-sm-6, .block-gallery.columns-full-cropped.columns-5 .image-container.col-6 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; } }
@media (min-width: 1200px) {
  .block-gallery.columns.columns-5 .image-container.col-lg-6 .image img, .block-gallery.columns.columns-5 .image-container.col-lg-9 .image img, .block-gallery.columns.columns-5 .image-container.col-lg-12 .image img, .block-gallery.columns-full.columns-5 .image-container.col-lg-6 .image img, .block-gallery.columns-full.columns-5 .image-container.col-lg-9 .image img, .block-gallery.columns-full.columns-5 .image-container.col-lg-12 .image img, .block-gallery.columns-full-cropped.columns-5 .image-container.col-lg-6 .image img, .block-gallery.columns-full-cropped.columns-5 .image-container.col-lg-9 .image img, .block-gallery.columns-full-cropped.columns-5 .image-container.col-lg-12 .image img {
    height: 246px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-gallery.columns.columns-5 .image-container.col-lg-6 .image img, .block-gallery.columns.columns-5 .image-container.col-lg-9 .image img, .block-gallery.columns.columns-5 .image-container.col-lg-12 .image img, .block-gallery.columns-full.columns-5 .image-container.col-lg-6 .image img, .block-gallery.columns-full.columns-5 .image-container.col-lg-9 .image img, .block-gallery.columns-full.columns-5 .image-container.col-lg-12 .image img, .block-gallery.columns-full-cropped.columns-5 .image-container.col-lg-6 .image img, .block-gallery.columns-full-cropped.columns-5 .image-container.col-lg-9 .image img, .block-gallery.columns-full-cropped.columns-5 .image-container.col-lg-12 .image img {
    height: 216px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-gallery.columns.columns-5 .image-container.col-lg-6 .image img, .block-gallery.columns.columns-5 .image-container.col-lg-9 .image img, .block-gallery.columns.columns-5 .image-container.col-lg-12 .image img, .block-gallery.columns-full.columns-5 .image-container.col-lg-6 .image img, .block-gallery.columns-full.columns-5 .image-container.col-lg-9 .image img, .block-gallery.columns-full.columns-5 .image-container.col-lg-12 .image img, .block-gallery.columns-full-cropped.columns-5 .image-container.col-lg-6 .image img, .block-gallery.columns-full-cropped.columns-5 .image-container.col-lg-9 .image img, .block-gallery.columns-full-cropped.columns-5 .image-container.col-lg-12 .image img {
    height: 324px; } }
@media (min-width: 1200px) {
  .block-gallery.columns.columns-4 .image-container.col-lg-6 .image img, .block-gallery.columns.columns-4 .image-container.col-lg-9 .image img, .block-gallery.columns.columns-4 .image-container.col-lg-12 .image img, .block-gallery.columns-full.columns-4 .image-container.col-lg-6 .image img, .block-gallery.columns-full.columns-4 .image-container.col-lg-9 .image img, .block-gallery.columns-full.columns-4 .image-container.col-lg-12 .image img, .block-gallery.columns-full-cropped.columns-4 .image-container.col-lg-6 .image img, .block-gallery.columns-full-cropped.columns-4 .image-container.col-lg-9 .image img, .block-gallery.columns-full-cropped.columns-4 .image-container.col-lg-12 .image img {
    height: 246px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-gallery.columns.columns-4 .image-container.col-lg-6 .image img, .block-gallery.columns.columns-4 .image-container.col-lg-9 .image img, .block-gallery.columns.columns-4 .image-container.col-lg-12 .image img, .block-gallery.columns-full.columns-4 .image-container.col-lg-6 .image img, .block-gallery.columns-full.columns-4 .image-container.col-lg-9 .image img, .block-gallery.columns-full.columns-4 .image-container.col-lg-12 .image img, .block-gallery.columns-full-cropped.columns-4 .image-container.col-lg-6 .image img, .block-gallery.columns-full-cropped.columns-4 .image-container.col-lg-9 .image img, .block-gallery.columns-full-cropped.columns-4 .image-container.col-lg-12 .image img {
    height: 216px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-gallery.columns.columns-4 .image-container.col-lg-6 .image img, .block-gallery.columns.columns-4 .image-container.col-lg-9 .image img, .block-gallery.columns.columns-4 .image-container.col-lg-12 .image img, .block-gallery.columns-full.columns-4 .image-container.col-lg-6 .image img, .block-gallery.columns-full.columns-4 .image-container.col-lg-9 .image img, .block-gallery.columns-full.columns-4 .image-container.col-lg-12 .image img, .block-gallery.columns-full-cropped.columns-4 .image-container.col-lg-6 .image img, .block-gallery.columns-full-cropped.columns-4 .image-container.col-lg-9 .image img, .block-gallery.columns-full-cropped.columns-4 .image-container.col-lg-12 .image img {
    height: 324px; } }
@media (min-width: 1200px) {
  .block-gallery.columns.columns-3 .image-container.col-lg-8 .image img, .block-gallery.columns.columns-3 .image-container.col-lg-12 .image img, .block-gallery.columns-full.columns-3 .image-container.col-lg-8 .image img, .block-gallery.columns-full.columns-3 .image-container.col-lg-12 .image img, .block-gallery.columns-full-cropped.columns-3 .image-container.col-lg-8 .image img, .block-gallery.columns-full-cropped.columns-3 .image-container.col-lg-12 .image img {
    height: 332px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-gallery.columns.columns-3 .image-container.col-lg-8 .image img, .block-gallery.columns.columns-3 .image-container.col-lg-12 .image img, .block-gallery.columns-full.columns-3 .image-container.col-lg-8 .image img, .block-gallery.columns-full.columns-3 .image-container.col-lg-12 .image img, .block-gallery.columns-full-cropped.columns-3 .image-container.col-lg-8 .image img, .block-gallery.columns-full-cropped.columns-3 .image-container.col-lg-12 .image img {
    height: 292px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-gallery.columns.columns-3 .image-container.col-lg-8 .image img, .block-gallery.columns.columns-3 .image-container.col-lg-12 .image img, .block-gallery.columns-full.columns-3 .image-container.col-lg-8 .image img, .block-gallery.columns-full.columns-3 .image-container.col-lg-12 .image img, .block-gallery.columns-full-cropped.columns-3 .image-container.col-lg-8 .image img, .block-gallery.columns-full-cropped.columns-3 .image-container.col-lg-12 .image img {
    height: 324px; } }
@media (min-width: 1200px) {
  .block-gallery.columns.columns-2 .image-container.col-lg-12 .image img, .block-gallery.columns-full.columns-2 .image-container.col-lg-12 .image img, .block-gallery.columns-full-cropped.columns-2 .image-container.col-lg-12 .image img {
    height: 504px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-gallery.columns.columns-2 .image-container.col-lg-12 .image img, .block-gallery.columns-full.columns-2 .image-container.col-lg-12 .image img, .block-gallery.columns-full-cropped.columns-2 .image-container.col-lg-12 .image img {
    height: 444px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-gallery.columns.columns-2 .image-container.col-lg-12 .image img, .block-gallery.columns-full.columns-2 .image-container.col-lg-12 .image img, .block-gallery.columns-full-cropped.columns-2 .image-container.col-lg-12 .image img {
    height: 324px; } }
.block-gallery.columns .image-container .image, .block-gallery.columns-full .image-container .image, .block-gallery.columns-full-cropped .image-container .image {
  margin-bottom: 12px; }
.block-gallery.lightboxed .image-container .image {
  cursor: pointer; }
.block-gallery .image-container .image {
  overflow: hidden; }
  .block-gallery .image-container .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center; }
.block-gallery .image-container .sub-gallery {
  display: none; }

body .pop-overlay .pop-modal.pop-gallery {
  height: 80vh;
  max-height: 800px;
  max-width: unset !important;
  padding: 0px; }
  body .pop-overlay .pop-modal.pop-gallery .pop-content {
    height: 100%;
    position: relative; }
    body .pop-overlay .pop-modal.pop-gallery .pop-content .slides {
      height: 100%; }
      body .pop-overlay .pop-modal.pop-gallery .pop-content .slides .slick-list {
        height: 100%; }
        body .pop-overlay .pop-modal.pop-gallery .pop-content .slides .slick-list .slick-track {
          height: 100%; }
          body .pop-overlay .pop-modal.pop-gallery .pop-content .slides .slick-list .slick-track .slick-slide {
            height: 100%; }
            body .pop-overlay .pop-modal.pop-gallery .pop-content .slides .slick-list .slick-track .slick-slide > div {
              height: 100%; }
              body .pop-overlay .pop-modal.pop-gallery .pop-content .slides .slick-list .slick-track .slick-slide > div .slide {
                width: 100%;
                height: 100%; }
                body .pop-overlay .pop-modal.pop-gallery .pop-content .slides .slick-list .slick-track .slick-slide > div .slide img {
                  object-fit: contain;
                  object-position: center center;
                  width: 100%;
                  height: 100%; }
    body .pop-overlay .pop-modal.pop-gallery .pop-content .caption {
      position: absolute;
      left: 0px;
      bottom: 0px;
      min-height: 100px;
      width: 100%;
      display: flex;
      align-items: flex-end; }
      body .pop-overlay .pop-modal.pop-gallery .pop-content .caption:before {
        content: "";
        position: absolute;
        top: 0px;
        bottom: 0px;
        height: 100%;
        width: 100%;
        background-image: url("images/mask_bottom_black.png");
        background-size: contain;
        opacity: 0.65; }
      body .pop-overlay .pop-modal.pop-gallery .pop-content .caption p {
        color: white;
        line-height: 1.35;
        z-index: 1;
        padding: 0px 150px 20px 20px;
        margin-bottom: 0px; }
    body .pop-overlay .pop-modal.pop-gallery .pop-content .pagelink {
      position: absolute;
      right: 20px;
      bottom: 15px; }
    body .pop-overlay .pop-modal.pop-gallery .pop-content .arrows {
      text-align: center;
      margin-top: 20px; }
      body .pop-overlay .pop-modal.pop-gallery .pop-content .arrows .prev, body .pop-overlay .pop-modal.pop-gallery .pop-content .arrows .next {
        height: 100%;
        position: absolute;
        top: 0px;
        vertical-align: middle;
        margin: 0px 20px;
        cursor: pointer; }
        body .pop-overlay .pop-modal.pop-gallery .pop-content .arrows .prev:before, body .pop-overlay .pop-modal.pop-gallery .pop-content .arrows .next:before {
          content: "";
          font-family: microns !important;
          font-size: 46px;
          color: #c2c2c2;
          position: relative;
          top: calc(50% - 25px); }
          body .pop-overlay .pop-modal.pop-gallery .pop-content .arrows .prev:hover:before, body .pop-overlay .pop-modal.pop-gallery .pop-content .arrows .next:hover:before {
            color: white; }
      body .pop-overlay .pop-modal.pop-gallery .pop-content .arrows .next {
        right: 0px; }
      body .pop-overlay .pop-modal.pop-gallery .pop-content .arrows .prev {
        left: 0px; }
        body .pop-overlay .pop-modal.pop-gallery .pop-content .arrows .prev:before {
          content: ""; }
    body .pop-overlay .pop-modal.pop-gallery .pop-content .dots ul.slick-dots {
      text-align: center;
      margin: 0px auto;
      padding: 0px;
      list-style: none;
      position: relative; }
      body .pop-overlay .pop-modal.pop-gallery .pop-content .dots ul.slick-dots li {
        margin: 0px 6px;
        padding: 0px;
        display: inline-block;
        height: 8px;
        width: 8px;
        border-radius: 8px;
        cursor: pointer;
        background-color: #c2c2c2;
        opacity: 0.35; }
        body .pop-overlay .pop-modal.pop-gallery .pop-content .dots ul.slick-dots li.slick-active {
          opacity: 1; }
        body .pop-overlay .pop-modal.pop-gallery .pop-content .dots ul.slick-dots li button {
          display: none !important; }
        body .pop-overlay .pop-modal.pop-gallery .pop-content .dots ul.slick-dots li:before {
          display: none; }

.blocks-wrapper {
  /* The role of .blocks-wrapper is to apply special rules when a block is inside another block */ }

.block-logogrid .logo-container {
  margin-bottom: 40px; }
@media (min-width: 992px) {
  .block-logogrid .logo-container.col-lg-fifths {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }
@media (min-width: 992px) {
  .block-logogrid .logo-container.col-lg-eighths {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; } }
.block-logogrid .logo-container.col-lg-eighths .logo {
  padding: 6px; }
.block-logogrid .logo-container .logo {
  position: relative;
  padding: 30px; }
@media (max-width: 991.98px) {
  .block-logogrid .logo-container .logo {
    padding: 20px; } }
.block-logogrid .logo-container .logo a {
  display: block;
  position: relative; }
  .block-logogrid .logo-container .logo a p {
    position: absolute;
    left: 0px;
    width: 100%;
    text-decoration: underline; }
    .block-logogrid .logo-container .logo a:hover p {
      color: #001e51;
      text-decoration: underline;
      opacity: 1; }
.block-logogrid .logo-container .logo img {
  height: 100%;
  width: 100%;
  transition: all 0.5s; }
.block-logogrid .logo-container .logo p {
  font-weight: 600;
  text-align: center;
  margin-top: 8px;
  color: #001e51;
  transition: opacity 0.5s;
  opacity: 0; }

.block-photostrip.full .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px; }
.block-photostrip.strip .photos-container {
  height: 320px;
  overflow: hidden; }
.block-photostrip.carousel {
  overflow: hidden; }
  .block-photostrip.carousel.focus .photos-container:before, .block-photostrip.carousel.focus .photos-container:after {
    margin: 25px 0px; }
  .block-photostrip.carousel.focus .photos-container .photo {
    margin: 25px 0px; }
    .block-photostrip.carousel.focus .photos-container .photo.slick-center, .block-photostrip.carousel.focus .photos-container .photo.slick-loop {
      height: 370px;
      margin: 0px; }
  .block-photostrip.carousel.focus .back, .block-photostrip.carousel.focus .next {
    height: 370px; }
  .block-photostrip.carousel .photos-container {
    position: relative; }
    .block-photostrip.carousel .photos-container:before, .block-photostrip.carousel .photos-container:after {
      content: "";
      background-size: 100% 100%;
      background-repeat: no-repeat;
      width: 90px;
      height: 320px;
      position: absolute;
      top: 0px;
      z-index: 1; }
    @media (max-width: 575.98px) {
      .block-photostrip.carousel .photos-container:before, .block-photostrip.carousel .photos-container:after {
        width: 70px; } }
    .block-photostrip.carousel .photos-container:before {
      background-image: url("partials/core/medium/block_photostrip/images/gradient_left.png");
      left: 0px; }
    .block-photostrip.carousel .photos-container:after {
      background-image: url("partials/core/medium/block_photostrip/images/gradient_right.png");
      right: 0px; }
  .block-photostrip.carousel .back, .block-photostrip.carousel .next {
    position: absolute;
    align-items: center !important;
    width: 90px;
    height: 320px;
    z-index: 2;
    top: 0px; }
  @media (max-width: 575.98px) {
    .block-photostrip.carousel .back, .block-photostrip.carousel .next {
      width: 70px; } }
  .block-photostrip.carousel .back svg, .block-photostrip.carousel .next svg {
    height: 30px;
    width: 30px;
    opacity: 0.92;
    cursor: pointer; }
    .block-photostrip.carousel .back svg:hover, .block-photostrip.carousel .next svg:hover {
      opacity: 1; }
    .block-photostrip.carousel .back svg polyline, .block-photostrip.carousel .next svg polyline {
      fill: none;
      stroke: white;
      stroke-miterlimit: 10;
      stroke-width: 12px; }
  .block-photostrip.carousel .back {
    left: 15px;
    justify-content: flex-start; }
    .block-photostrip.carousel .back svg {
      margin-left: 8px; }
  .block-photostrip.carousel .next {
    right: 15px;
    justify-content: flex-end; }
    .block-photostrip.carousel .next svg {
      margin-right: 8px; }
.block-photostrip .photos-container {
  font-size: 0px; }
  .block-photostrip .photos-container .photo {
    display: inline-block;
    width: 25%;
    height: 320px;
    transition: height 0.9s, margin 0.9s; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .block-photostrip .photos-container .photo {
      width: 33.3333333333%; } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-photostrip .photos-container .photo {
    width: 50%; } }
.block-photostrip .photos-container .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.blocks-wrapper .block-resources.padded.above {
  margin-top: 0px !important; }
.blocks-wrapper .block-resources.padded.below {
  margin-bottom: 0px !important; }

.block-resources.bullets.columns-2 ul.resources {
  column-count: 2; }
.block-resources.bullets.columns-3 ul.resources {
  column-count: 3; }
.block-resources.bullets.columns-4 ul.resources {
  column-count: 4; }
.block-resources.bullets ul.resources {
  list-style: none;
  margin: 12px 0px 0px 0px;
  padding: 0px; }
  .block-resources.bullets ul.resources li {
    position: relative;
    line-height: 1.25;
    padding-left: 30px;
    margin-bottom: 12px; }
    .block-resources.bullets ul.resources li:before {
      position: absolute;
      content: "";
      height: 18px;
      width: 18px;
      background-image: url('partials/core/medium/block_resources/images/icon_pdf.png');
      background-size: cover;
      background-repeat: no-repeat;
      left: 0px;
      top: 3px; }
      .block-resources.bullets ul.resources li.doc:before {
        background-image: url('partials/core/medium/block_resources/images/icon_doc.png'); }
    .block-resources.bullets ul.resources li.ppt:before {
      background-image: url('partials/core/medium/block_resources/images/icon_ppt.png'); }
  .block-resources.bullets ul.resources li.url:before {
    background-image: url('partials/core/medium/block_resources/images/icon_url.png'); }
.block-resources.bullets ul.resources li.vid:before {
  background-image: url('partials/core/medium/block_resources/images/icon_vid.png'); }
.block-resources.bullets ul.resources li.xls:before {
  background-image: url('partials/core/medium/block_resources/images/icon_xls.png'); }
.block-resources.bullets ul.resources li.zip:before {
  background-image: url('partials/core/medium/block_resources/images/icon_zip.png'); }
.block-resources.cards .row {
  margin-bottom: -30px; }
.block-resources.cards .tile {
  margin-bottom: 30px; }
  .block-resources.cards .tile .card-container {
    background-color: white;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    display: flex;
    height: 100%;
    padding: 20px; }
    .block-resources.cards .tile .card-container .icon {
      width: 64px;
      margin: 0px;
      display: flex;
      align-items: center; }
    .block-resources.cards .tile .card-container .text {
      text-align: left;
      padding-left: 24px;
      display: flex;
      align-items: center;
      width: calc(100% - 64px); }
      .block-resources.cards .tile .card-container .text p {
        line-height: 1.2; }

.block-section .block-text.one-col + .block-resources.padded {
  padding-top: 0px !important; }

.block-section.bkgnd-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
  .block-section > .block.padded {
    padding-top: 22.75px;
    padding-bottom: 22.75px; }
    .block-section > .block.padded:first-child {
      padding-top: 0px !important; }
      .block-section > .block.padded:first-child.block-text.two-col .container .row .col-one {
        padding-top: 0px !important; }
      @media (min-width: 992px) {
        .block-section > .block.padded:first-child.block-text.two-col .container .row .col-two {
          padding-top: 0px !important; } }
    .block-section > .block.padded:last-child {
      padding-bottom: 0px !important; }
      .block-section > .block.padded:last-child:not(:only-child) {
        padding-bottom: 0px !important; }
        .block-section > .block.padded:last-child:not(:only-child):not(.block-tiles) {
          margin-bottom: 0px !important; }
      @media (min-width: 992px) {
        .block-section > .block.padded:last-child.block-text.two-col .container .row .col-one {
          padding-bottom: 0px !important; } }
      .block-section > .block.padded:last-child.block-text.two-col .container .row .col-two {
        padding-bottom: 0px !important; }
      .block-section > .block.padded:last-child.block-text .buttons {
        margin-bottom: 0px !important; }
    .block-section > .block.padded.block-text.one-col {
      background-color: transparent; }
      .block-section > .block.padded.block-text.one-col .container .row .content-container .buttons {
        margin-bottom: 42.25px; }
    .block-section > .block.padded.block-text.two-col {
      padding-top: 0px;
      padding-bottom: 0px;
      background-color: transparent; }
      .block-section > .block.padded.block-text.two-col .backgrounds .row .col-one-bkgnd, .block-section > .block.padded.block-text.two-col .backgrounds .row .col-two-bkgnd {
        background: transparent !important;
        background-color: transparent !important; }
    .block-section > .block.padded.block-text.two-col .container .row .col-one, .block-section > .block.padded.block-text.two-col .container .row .col-two {
      padding-top: 26px;
      padding-bottom: 26px; }
  .block-section > .block.padded.block-text .container .row .col-one, .block-section > .block.padded.block-text .container .row .col-two {
    background: transparent !important;
    background-color: transparent !important; }
  .block-section > .block.padded.block-posts {
    background-color: transparent !important;
    padding-top: 0px !important; }
    .block-section > .block.padded.block-posts:not(:last-child) {
      margin-bottom: -55.25px !important; }
  .block-section > .block.padded.block-tiles {
    background-color: transparent !important; }
    .block-section > .block.padded.block-tiles:not(:last-child) {
      margin-bottom: -55.25px !important; }
  .block-section > .block.padded.block-textimage {
    background-color: transparent !important; }
    .block-section > .block.padded.block-textimage .container .text-col {
      padding-top: 22.75px;
      padding-bottom: 0px !important; }
      .block-section > .block.padded.block-textimage .container .image-col .image-container {
        display: flex;
        align-items: center;
        margin-top: 22.75px;
        margin-bottom: 0px !important; }
  .block-section > .block.padded.block-accordion {
    background-color: transparent !important;
    padding-bottom: 42.25px; }
  .block-section > .block.padded.block-fullimage {
    background-color: transparent !important;
    margin-bottom: 42.25px; }
  .block-section > .block.padded.block-buttons {
    background-color: transparent !important;
    margin-bottom: 42.25px; }
    .block-section > .block.padded.block-buttons:last-child {
      margin-bottom: 0px !important; }
  .block-section > .block.padded.block-related, .block-section > .block.padded.block-testimonials, .block-section > .block.padded.block-resources, .block-section > .block.padded.block-contactform, .block-section > .block.padded.block-logogrid {
    background-color: transparent !important; }

.block-ticker {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden; }
  .block-ticker.dark .line-text {
    color: white; }
.block-ticker.light .line-text {
  color: black; }
.block-ticker.single .line-text {
  font-size: 0px; }
  .block-ticker.single .line-text span {
    font-size: 16px; }
    .block-ticker.single .line-text span:before {
      content: "•";
      margin-left: 8px;
      margin-right: 8px; }
.block-ticker.single .eocjs-newsticker .eocjs-newsticker-container {
  height: 20px; }
.block-ticker.single .eocjs-newsticker .eocjs-newsticker-one {
  height: 20px; }
.block-ticker.echo .eocjs-newsticker .eocjs-newsticker-container, .block-ticker.unique .eocjs-newsticker .eocjs-newsticker-container {
  height: 20px; }
.block-ticker.echo .eocjs-newsticker .eocjs-newsticker-one, .block-ticker.echo .eocjs-newsticker .eocjs-newsticker-two, .block-ticker.unique .eocjs-newsticker .eocjs-newsticker-one, .block-ticker.unique .eocjs-newsticker .eocjs-newsticker-two {
  height: 20px; }
.block-ticker .eocjs-newsticker .eocjs-newsticker-container {
  position: relative;
  overflow: hidden; }
.block-ticker .eocjs-newsticker .eocjs-newsticker-one, .block-ticker .eocjs-newsticker .eocjs-newsticker-two {
  position: absolute;
  left: 0px;
  top: 0px;
  white-space: nowrap;
  line-height: 1; }

.block-map {
  padding-bottom: 30px !important; }
  .block-map.full-width {
    padding-bottom: 0px !important;
    padding-top: 0px !important; }
    .block-map.full-width .container {
      padding: 0px;
      max-width: unset !important; }
      .block-map.full-width .container .row .map-container {
        font-size: 0px; }
        .block-map.full-width .container .row .map-container iframe {
          width: 100%;
          height: 460px; }

.blocks-wrapper .block-related.padded {
  padding-top: 48.75px !important;
  padding-bottom: 48.75px !important; }
@media (max-width: 575.98px) {
  .blocks-wrapper .block-related.padded {
    padding-top: 9vw !important;
    padding-bottom: 9vw !important; } }
.blocks-wrapper .block-related.padded.above {
  margin-top: 0px !important; }
.blocks-wrapper .block-related.padded.below {
  margin-bottom: 0px !important; }

.block-related.padded {
  padding-bottom: 40px !important; }
  .block-related .container .row .title-container h2 {
    margin-bottom: 22px; }
  .block-related .container .row h2 {
    /* old */
    margin-bottom: 22px; }
  .block-related .container .row .articles-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
    .block-related .container .row .articles-container .article-container {
      margin-bottom: 25px; }
      .block-related .container .row .articles-container .article-container .article .image-container img {
        width: 100%;
        max-width: 100%;
        height: 146px;
        object-fit: cover;
        object-position: center center; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .block-related .container .row .articles-container .article-container .article .image-container img {
          height: 160px; } }
    @media (max-width: 575.98px) {
      .block-related .container .row .articles-container .article-container .article .image-container img {
        height: 45vw; } }
  .block-related .container .row .articles-container .article-container .article .text-container h4 {
    margin-top: 20px; }
  .block-related .container .row .articles-container .article-container .article .text-container p {
    margin-top: 4px;
    margin-bottom: 6px; }

.post {
  margin-bottom: 25px; }
  .post .post-container {
    position: relative;
    padding: 0px;
    height: 100%;
    padding-bottom: 40px;
    background-color: white; }
    .post .post-container .image-container {
      position: relative;
      width: 100%;
      height: 150px; }
    @media (max-width: 767.98px) {
      .post .post-container .image-container {
        height: 37vw; } }
  @media (max-width: 575.98px) {
    .post .post-container .image-container {
      height: 40vw; } }
  .post .post-container .image-container .image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  @media (max-width: 767.98px) {
    .post .post-container .image-container .image {
      height: 37vw;
      border-bottom: 1px solid #737e93; } }
@media (max-width: 575.98px) {
  .post .post-container .image-container .image {
    height: 40vw; } }
.post .post-container .text-container {
  padding: 20px 15px; }
  .post .post-container .text-container h3, .post .post-container .text-container h4 {
    margin-top: 0px; }
    .post .post-container .text-container h3 a, .post .post-container .text-container h4 a {
      color: #001e51; }
      .post .post-container .text-container h3 a:hover, .post .post-container .text-container h4 a:hover {
        color: #0090f1;
        text-decoration: none; }
    .post .post-container .text-container h3 + p.date, .post .post-container .text-container h4 + p.date {
      margin-top: -5px;
      margin-bottom: 15px; }
  .post .post-container .text-container p.read-more {
    position: absolute;
    bottom: 0px;
    left: 15px;
    margin-top: 0px;
    margin-bottom: 20px; }
    .post .post-container .text-container p.read-more a.button.tertiary {
      background-color: #15e4f9; }
      .post .post-container .text-container p.read-more a.button.tertiary:hover {
        background-color: #005ac6; }
  .post .post-container .text-container p.type {
    font-weight: 600;
    color: #ff8a15;
    margin-bottom: 3px; }
  .post .post-container .text-container p.date {
    margin-bottom: 4px;
    font-size: 13px;
    font-style: italic;
    color: #737e93; }

.home .block-section.chains-not-singles .block-fullimage {
  margin-bottom: 0px;
  padding-bottom: 10px !important; }
  .home .block-section.chains-not-singles .block-fullimage img {
    display: block;
    margin: 0px auto; }
  @media (min-width: 992px) {
    .home .block-section.chains-not-singles .block-fullimage img {
      max-width: 400px !important; } }
.home .block-section.why-bfc .block-text {
  padding-bottom: 0px !important; }
  .home .block-section.why-bfc .block-text .column-one h2 {
    margin-bottom: 22px; }
.home .block-section.why-bfc .block-ticker {
  padding: 2px 0px 0px 0px; }
  .home .block-section.why-bfc .block-ticker.single .eocjs-newsticker {
    height: 23px; }
    .home .block-section.why-bfc .block-ticker.single .eocjs-newsticker .eocjs-newsticker-container {
      height: 23px; }
      .home .block-section.why-bfc .block-ticker.single .eocjs-newsticker .eocjs-newsticker-container .eocjs-newsticker-one, .home .block-section.why-bfc .block-ticker.single .eocjs-newsticker .eocjs-newsticker-container .eocjs-newsticker-two {
        height: 23px; }
        .home .block-section.why-bfc .block-ticker.single .eocjs-newsticker .eocjs-newsticker-container .eocjs-newsticker-one span, .home .block-section.why-bfc .block-ticker.single .eocjs-newsticker .eocjs-newsticker-container .eocjs-newsticker-two span {
          font-size: 20px;
          font-weight: 400;
          color: #15e4f9; }
          .home .block-section.why-bfc .block-ticker.single .eocjs-newsticker .eocjs-newsticker-container .eocjs-newsticker-one span:before, .home .block-section.why-bfc .block-ticker.single .eocjs-newsticker .eocjs-newsticker-container .eocjs-newsticker-two span:before {
            content: "|";
            margin: 0px 26px;
            color: #0090f1; }
@media (min-width: 992px) {
  .home .block-section.only-planned .block-textimage .image-col {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .home .block-section.only-planned .block-textimage .text-col {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; } }

.block svg#pleatlink g.pleat path {
  fill: #26353F; }
.block svg#pleatlink g.link path {
  fill: #005ac6; }

@media (min-width: 992px) {
  .hvac-services .block-section.two-levers .block-text .column-one .content-container {
    width: 65%; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .hvac-services .block-section.two-levers .block-text .column-one .content-container {
    width: 65%; } }
.hvac-services .block-section.two-levers .block-text .column-one .content-container h3 {
  line-height: 1.4;
  font-size: 26px; }
  .hvac-services .block-section.two-levers .block-text .column-one .content-container p.disclaim {
    margin-top: 14px !important; }

.pleatlink .block-section.box-filters .block-tiles .tile {
  padding: 0px 35px; }
@media (min-width: 768px) {
  .pleatlink .block-section.box-filters .block-tiles .tile {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; } }
.pleatlink .block-section.box-filters .block-tiles .tile .image {
  width: 100%;
  border-radius: 50%;
  overflow: hidden; }
  .pleatlink .block-section.box-filters .block-tiles .tile .text p {
    font-size: 18px; }
@media (max-width: 991.98px) {
  .pleatlink .block-section.features .block-textimage .image-col .image-container {
    margin-left: auto;
    margin-right: auto; }
  .pleatlink .block-section.features .block-textimage .image-col p.caption {
    margin-bottom: 32px !important; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .pleatlink .block-section.features .block-textimage .image-col .image-container {
    width: 75%; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .pleatlink .block-section.features .block-textimage .image-col .image-container {
    width: 85%; } }
@media (max-width: 575.98px) {
  .pleatlink .block-section.features .block-textimage .image-col .image-container {
    width: 90%; } }
.pleatlink .block-section.features .block-textimage .image-col p.caption {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 17px;
  color: #005ac6;
  text-align: center; }
@media (min-width: 768px) {
  .pleatlink .block-section.features .block-textimage .image-col p.caption {
    padding: 0px 10%; } }
@media (max-width: 991.98px) {
  .pleatlink .block-section.features .block-textimage .text-col .content-container {
    text-align: center;
    margin-bottom: 26px; } }
.pleatlink .block-section.features .block-textimage .text-col h3 {
  font-weight: 600;
  color: #005ac6; }
  .pleatlink .block-section.features .block-textimage .text-col h3 span {
    font-style: italic;
    font-weight: 400;
    color: #26353F; }
.pleatlink .block-section.features .block-buttons {
  margin-bottom: 0px; }

.working-with-bfc .block-section.platforms .block-logogrid .logo-container .logo {
  padding: 0px; }
.working-with-bfc .block-section.tile-bullets .block-tiles .tile .text p {
  font-size: 15px; }

.sustainability .block-section.sustainability-pleatlink .block-textimage .content-container {
  position: relative; }
  .sustainability .block-section.sustainability-pleatlink .block-textimage .content-container svg {
    height: 56px;
    width: auto;
    left: -2px;
    margin-bottom: 14px; }
.sustainability .block-section.sustainability-goals .block-tiles .row {
  align-items: flex-end; }
@media (min-width: 768px) {
  .sustainability .block-section.sustainability-goals .block-tiles .tile {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: left; } }
@media (min-width: 992px) {
  .sustainability .block-section.sustainability-goals .block-tiles .tile:last-child .image {
    width: 90%; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .sustainability .block-section.sustainability-goals .block-tiles .tile:last-child .image {
    width: 100%; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .sustainability .block-section.sustainability-goals .block-tiles .tile:last-child .image {
    width: 90% !important; } }
@media (max-width: 575.98px) {
  .sustainability .block-section.sustainability-goals .block-tiles .tile:last-child .image {
    width: 80% !important;
    max-width: unset !important; } }
@media (min-width: 768px) {
  .sustainability .block-section.sustainability-goals .block-tiles .tile .image {
    margin-left: 0px;
    margin-right: 0px; } }
@media (min-width: 1200px) {
  .sustainability .block-section.sustainability-goals .block-tiles .tile .image {
    width: 360px !important; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .sustainability .block-section.sustainability-goals .block-tiles .tile .image {
    width: 330px !important; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .sustainability .block-section.sustainability-goals .block-tiles .tile .image {
    width: 260px !important; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .sustainability .block-section.sustainability-goals .block-tiles .tile .image {
    width: 320px !important;
    max-width: unset !important; } }
@media (max-width: 575.98px) {
  .sustainability .block-section.sustainability-goals .block-tiles .tile .image {
    width: 90% !important; } }

@media (min-width: 768px) {
  .history .block-section.history-two-origins .block-tiles .tile {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: left; } }
@media (min-width: 768px) {
  .history .block-section.history-two-origins .block-tiles .tile .image {
    margin-left: 0px;
    margin-right: 0px; } }
@media (min-width: 1200px) {
  .history .block-section.history-two-origins .block-tiles .tile .image {
    width: 360px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .history .block-section.history-two-origins .block-tiles .tile .image {
    width: 330px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .history .block-section.history-two-origins .block-tiles .tile .image {
    width: 260px; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .history .block-section.history-two-origins .block-tiles .tile .image {
    width: 320px !important;
    max-width: unset !important; } }
@media (max-width: 575.98px) {
  .history .block-section.history-two-origins .block-tiles .tile .image {
    width: 90%; } }
.history .block-section.history-timeline .block.timeline ul {
  list-style: none;
  margin: 0px 0px 32px 0px;
  padding: 0px; }
  .history .block-section.history-timeline .block.timeline ul li {
    position: relative;
    padding-left: 106px;
    margin-bottom: 24px;
    min-height: 38px; }
    .history .block-section.history-timeline .block.timeline ul li strong:first-child {
      display: block;
      position: absolute;
      top: -4px;
      left: 0px;
      background-color: #005ac6;
      color: white;
      width: 90px;
      font-size: 18px;
      text-align: center;
      padding: 4px 12px;
      line-height: 1.4; }
    .history .block-section.history-timeline .block.timeline ul li p {
      margin-top: 14px; }

.careers .block-section.success-traits .block-textimage .text-col .content-container ul li strong {
  color: #005ac6; }

.contact .block-section .block-text p {
  font-size: 17px; }
.contact .block-section .block-contactform .form-col .frm_forms form fieldset {
  padding-bottom: 0px; }
  .contact .block-section .block-contactform .form-col .frm_forms form fieldset input, .contact .block-section .block-contactform .form-col .frm_forms form fieldset textarea {
    background-color: #f2f4f6; }
  .contact .block-section .block-contactform .form-col .frm_forms form fieldset .frm_required_field {
    position: relative; }
    .contact .block-section .block-contactform .form-col .frm_forms form fieldset .frm_required_field:after {
      content: "*";
      color: red;
      position: absolute;
      right: 7px;
      top: 0px;
      font-size: 20px; }
  .contact .block-section .block-contactform .form-col .frm_forms form fieldset #frm_field_6_container {
    margin-bottom: 0px; }
.contact .block-section .block-contactform .form-col .frm_forms form .grecaptcha-badge {
  z-index: 2; }
.contact .block-section .block-contactform .info-col .info {
  border-color: #e1e3e7; }
  .contact .block-section .block-contactform .info-col .info p a {
    text-decoration: none;
    color: #26353F; }
    .contact .block-section .block-contactform .info-col .info p a:hover {
      color: #0090f1;
      text-decoration: underline; }

.reportlink .block-section.intro .block-text .column-one h3 + p.intro, .reportlink .block-section.intro .block-text .column-two h3 + p.intro {
  margin-top: 10px !important; }
@media (min-width: 1200px) {
  .reportlink .block-section.intro .block-text .column-one svg {
    height: 80px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .reportlink .block-section.intro .block-text .column-one svg {
    height: 70px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .reportlink .block-section.intro .block-text .column-one svg {
    max-width: 42%; } }
.reportlink .block-section.reportlink-ensures .block-tiles:last-child:not(:only-child) {
  padding-bottom: 42.25px !important; }
.reportlink .block-section.reportlink-ensures .block-tiles .row {
  align-items: center; }
@media (min-width: 1200px) {
  .reportlink .block-section.reportlink-ensures .block-tiles .row {
    margin-left: 15px; } }
.reportlink .block-section.reportlink-ensures .block-tiles .tile {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
  padding-right: 0px; }
@media (min-width: 1200px) {
  .reportlink .block-section.reportlink-ensures .block-tiles .tile {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .reportlink .block-section.reportlink-ensures .block-tiles .tile {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; } }
@media (max-width: 991.98px) {
  .reportlink .block-section.reportlink-ensures .block-tiles .tile {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center;
    padding: 0px !important; }
    .reportlink .block-section.reportlink-ensures .block-tiles .tile .image {
      width: 52px !important; }
    .reportlink .block-section.reportlink-ensures .block-tiles .tile .text {
      width: 240px !important; } }
.reportlink .block-section.reportlink-ensures .block-tiles .tile .image {
  width: 58px;
  margin: 0px 16px 0px 0px; }
.reportlink .block-section.reportlink-ensures .block-tiles .tile .text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: calc(100% - 66px);
  text-align: left;
  margin: 0px; }
  .reportlink .block-section.reportlink-ensures .block-tiles .tile .text h4 {
    margin-bottom: 5px; }
  .reportlink .block-section.reportlink-ensures .block-tiles .tile .text p {
    margin: 0px; }

@media (min-width: 992px) {
  .block-section.three-col-tiles .block-tiles .row .tile {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; } }
@media (min-width: 1200px) {
  .block-section.three-col-tiles .block-tiles .row {
    padding: 0px 12%; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-section.three-col-tiles .block-tiles .row {
    padding: 0px 8%; } }
.block-section.tile-bullets .block-tiles .tile .text ul {
  text-align: left;
  padding: 0px 0px 0px 16px;
  margin-bottom: 6px; }
@media (max-width: 767.98px) {
  .block-section.tile-bullets .block-tiles .tile .text ul {
    display: inline-block;
    padding-right: 32px; } }
.block-section.tile-bullets .block-tiles .tile .text ul li {
  font-size: 15px; }
.block-section.numbered .block-tiles {
  counter-reset: item-counter; }
  .block-section.numbered .block-tiles .tile {
    counter-increment: item-counter; }
    .block-section.numbered .block-tiles .tile .image {
      position: relative; }
      .block-section.numbered .block-tiles .tile .image:before {
        content: counter(item-counter);
        position: absolute;
        top: 9px;
        right: -13px;
        height: 40px;
        width: 40px;
        font-weight: 600;
        color: white;
        font-size: 32px;
        line-height: 1.2;
        background-color: #005ac6;
        border-radius: 50%; }
.block-section.process .block-tiles .tile {
  position: relative; }
@media (max-width: 767.98px) {
  .block-section.process .block-tiles .tile {
    margin-bottom: 90px; } }
.block-section.process .block-tiles .tile:last-child:after {
  display: none; }
.block-section.process .block-tiles .tile:after {
  content: "  ";
  position: absolute;
  font-family: 'microns';
  font-size: 22px;
  color: #e1e3e7;
  letter-spacing: 3px; }
@media (min-width: 768px) {
  .block-section.process .block-tiles .tile:after {
    top: 17%;
    right: -12%; } }
@media (max-width: 767.98px) {
  .block-section.process .block-tiles .tile:after {
    transform: rotate(90deg);
    left: calc(50% - 27px);
    bottom: -60px; } }
.block-section.ul-carousel .block-text .column-one .content-container ul {
  list-style: none;
  margin: 12px 0px 6px 0px;
  padding: 0px; }
  .block-section.ul-carousel .block-text .column-one .content-container ul li {
    font-size: 24px;
    line-height: 1.2;
    color: #15e4f9; }
    .block-section.ul-carousel .block-text .column-one .content-container ul li span {
      position: relative; }
      .block-section.ul-carousel .block-text .column-one .content-container ul li span:before {
        content: "";
        font-family: 'microns';
        color: #0090f1;
        font-size: 36px;
        position: relative;
        z-index: 2;
        top: 5px;
        left: -6px; }
      .block-section.ul-carousel .block-text .column-one .content-container ul li span:after {
        content: "";
        width: 18px;
        height: 18px;
        background-color: #f2f4f6;
        position: absolute;
        border-radius: 50%;
        z-index: 1;
        left: 0px;
        top: 3px; }
.block-section.strip-padding {
  padding-top: 45.5px !important;
  padding-bottom: 45.5px !important; }
.block-section.page-hero {
  padding-top: 81.25px !important;
  padding-bottom: 81.25px !important; }
  .block-section.page-hero.bkgnd-image {
    position: relative;
    overflow: hidden; }
    .block-section.page-hero.bkgnd-image:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background: linear-gradient(131deg, rgba(234, 246, 254, 0.87) 0%, rgba(234, 246, 254, 0.87) 42%, rgba(234, 246, 254, 0) 77%);
      top: 0px;
      left: 0px; }
    .block-section.page-hero.bkgnd-image:after {
      content: "";
      position: absolute;
      width: 600px;
      height: 600px;
      background-image: url("data:image/svg+xml,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%201220.63557%201220.63547%22%3E%0A%20%20%3Cpath%20d%3D%22M534.14425%2C1220.52889c0-.05809-.03873-.1065-.10643-.1065-.05824%2C0-.09697.04841-.09697.1065%2C0%2C.05817.03873.10658.09697.10658.0677%2C0%2C.10643-.04841.10643-.10658M572.28438%2C1220.52889c0-.05809-.04849-.1065-.10673-.1065-.05795%2C0-.10643.04841-.10643.1065%2C0%2C.05817.04849.10658.10643.10658.05824%2C0%2C.10673-.04841.10673-.10658M610.42422%2C1220.52889c0-.05809-.04849-.1065-.10643-.1065-.05824%2C0-.10673.04841-.10673.1065%2C0%2C.05817.04849.10658.10673.10658.05795%2C0%2C.10643-.04841.10643-.10658M648.56435%2C1220.52889c0-.05809-.04849-.1065-.10673-.1065-.05795%2C0-.10643.04841-.10643.1065%2C0%2C.05817.04849.10658.10643.10658.05824%2C0%2C.10673-.04841.10673-.10658M686.70448%2C1220.52889c0-.05809-.04849-.1065-.10673-.1065s-.10643.04841-.10643.1065c0%2C.05817.04819.10658.10643.10658s.10673-.04841.10673-.10658M381.59378%2C1182.38891c0-.05809-.04819-.10658-.10643-.10658s-.10673.04849-.10673.10658.04849.10658.10673.10658.10643-.04849.10643-.10658M419.84034%2C1182.38891c0-.11626-.09667-.21316-.21316-.21316-.11619%2C0-.21286.0969-.21286.21316s.09667.21316.21286.21316c.11648%2C0%2C.21316-.0969.21316-.21316M457.76731%2C1181.85609c-.29062%2C0-.53275.2422-.53275.53282s.24213.53282.53275.53282.52329-.2422.52329-.53282-.23267-.53282-.52329-.53282M495.90744%2C1181.65261c-.41656%2C0-.7459.32942-.7459.7363%2C0%2C.40688.32934.73622.7459.73622.4068%2C0%2C.73615-.32934.73615-.73622s-.32934-.7363-.73615-.7363M534.03782%2C1181.43953c-.52329%2C0-.9496.42624-.9496.94938s.42632.94938.9496.94938c.53275%2C0%2C.95906-.42624.95906-.94938s-.42632-.94938-.95906-.94938M572.17765%2C1181.33295c-.58123%2C0-1.05603.47473-1.05603%2C1.05596s.4748%2C1.05596%2C1.05603%2C1.05596c.59099%2C0%2C1.05603-.47473%2C1.05603-1.05596%2C0-.58123-.46504-1.05596-1.05603-1.05596M610.31778%2C1181.33295c-.58123%2C0-1.05603.47473-1.05603%2C1.05596%2C0%2C.58123.4748%2C1.05596%2C1.05603%2C1.05596.58123%2C0%2C1.05603-.47473%2C1.05603-1.05596%2C0-.58123-.4748-1.05596-1.05603-1.05596M648.45762%2C1181.33295c-.58123%2C0-1.05574.47473-1.05574%2C1.05596%2C0%2C.58123.4745%2C1.05596%2C1.05574%2C1.05596.58153%2C0%2C1.05603-.47473%2C1.05603-1.05596s-.4745-1.05596-1.05603-1.05596M686.59775%2C1181.43953c-.53275%2C0-.95906.42624-.95906.94938%2C0%2C.52314.42632.94938.95906.94938.52329%2C0%2C.94931-.42624.94931-.94938s-.42602-.94938-.94931-.94938M724.73788%2C1181.65261c-.41656%2C0-.7459.32942-.7459.7363%2C0%2C.40688.32934.73622.7459.73622.4068%2C0%2C.73615-.32934.73615-.73622%2C0-.40688-.32934-.7363-.73615-.7363M762.86826%2C1181.85609c-.29091%2C0-.52329.2422-.52329.53282s.23237.53282.52329.53282c.30008%2C0%2C.53275-.2422.53275-.53282s-.23267-.53282-.53275-.53282M801.22125%2C1182.38891c0-.11626-.09697-.21316-.21316-.21316s-.21316.0969-.21316.21316.09697.21316.21316.21316.21316-.0969.21316-.21316M839.25466%2C1182.38891c0-.05809-.04849-.10658-.10643-.10658-.05824%2C0-.10673.04849-.10673.10658s.04849.10658.10673.10658c.05795%2C0%2C.10643-.04849.10643-.10658M305.32356%2C1144.24885c0-.05809-.04849-.1065-.10673-.1065-.05795%2C0-.10643.04841-.10643.1065%2C0%2C.05817.04849.10658.10643.10658.05824%2C0%2C.10673-.04841.10673-.10658M343.77353%2C1144.24885c0-.23245-.18418-.41656-.42632-.41656-.23237%2C0-.41656.18411-.41656.41656%2C0%2C.23252.18418.42632.41656.42632.24213%2C0%2C.42632-.19379.42632-.42632M381.48734%2C1143.40605c-.46504%2C0-.84287.37783-.84287.8428%2C0%2C.46504.37783.85256.84287.85256s.85233-.38751.85233-.85256c0-.46497-.38729-.8428-.85233-.8428M419.62718%2C1142.97981c-.69742%2C0-1.26889.57155-1.26889%2C1.26904%2C0%2C.69757.57148%2C1.26912%2C1.26889%2C1.26912.69771%2C0%2C1.26919-.57155%2C1.26919-1.26912%2C0-.69749-.57148-1.26904-1.26919-1.26904M457.76731%2C1142.66983c-.8816%2C0-1.58878.70717-1.58878%2C1.57902%2C0%2C.8816.70717%2C1.58878%2C1.58878%2C1.58878.87185%2C0%2C1.58878-.70717%2C1.58878-1.58878%2C0-.87185-.71693-1.57902-1.58878-1.57902M495.90744%2C1142.45667c-.99779%2C0-1.80194.80407-1.80194%2C1.79218%2C0%2C.99786.80415%2C1.80194%2C1.80194%2C1.80194.98803%2C0%2C1.79218-.80407%2C1.79218-1.80194%2C0-.98811-.80415-1.79218-1.79218-1.79218M534.03782%2C1142.24359c-1.10452%2C0-2.00534.90089-2.00534%2C2.00526%2C0%2C1.11413.90082%2C2.01502%2C2.00534%2C2.01502%2C1.11398%2C0%2C2.0148-.90089%2C2.0148-2.01502%2C0-1.10437-.90082-2.00526-2.0148-2.00526M572.17765%2C1142.13701c-1.16246%2C0-2.11177.94938-2.11177%2C2.11184%2C0%2C1.17222.94931%2C2.1216%2C2.11177%2C2.1216%2C1.17222%2C0%2C2.12152-.94938%2C2.12152-2.1216s-.94931-2.11184-2.12152-2.11184M610.31778%2C1142.03043c-1.23046%2C0-2.21849.99779-2.21849%2C2.21842%2C0%2C1.23039.98803%2C2.21849%2C2.21849%2C2.21849%2C1.23016%2C0%2C2.21849-.98811%2C2.21849-2.21849%2C0-1.22063-.98833-2.21842-2.21849-2.21842M648.45762%2C1142.13701c-1.17192%2C0-2.11177.94938-2.11177%2C2.11184%2C0%2C1.17222.93984%2C2.1216%2C2.11177%2C2.1216%2C1.16276%2C0%2C2.11206-.94938%2C2.11206-2.1216%2C0-1.16246-.94931-2.11184-2.11206-2.11184M686.59775%2C1142.24359c-1.11398%2C0-2.01509.90089-2.01509%2C2.00526%2C0%2C1.11413.90112%2C2.01502%2C2.01509%2C2.01502%2C1.10452%2C0%2C2.00534-.90089%2C2.00534-2.01502%2C0-1.10437-.90082-2.00526-2.00534-2.00526M724.73788%2C1142.45667c-.99779%2C0-1.80194.80407-1.80194%2C1.79218%2C0%2C.99786.80415%2C1.80194%2C1.80194%2C1.80194.98803%2C0%2C1.79218-.80407%2C1.79218-1.80194%2C0-.98811-.80415-1.79218-1.79218-1.79218M762.86826%2C1142.66983c-.87214%2C0-1.57932.70717-1.57932%2C1.57902%2C0%2C.8816.70717%2C1.58878%2C1.57932%2C1.58878.88131%2C0%2C1.58848-.70717%2C1.58848-1.58878%2C0-.87185-.70717-1.57902-1.58848-1.57902M801.00809%2C1143.08639c-.63947%2C0-1.16246.52314-1.16246%2C1.16246%2C0%2C.64908.52299%2C1.16254%2C1.16246%2C1.16254.63947%2C0%2C1.16246-.51346%2C1.16246-1.16254%2C0-.63932-.52299-1.16246-1.16246-1.16246M839.14822%2C1143.40605c-.46504%2C0-.84287.37783-.84287.8428%2C0%2C.46504.37783.85256.84287.85256s.84287-.38751.84287-.85256c0-.46497-.37783-.8428-.84287-.8428M877.59819%2C1144.24885c0-.17435-.1357-.31966-.31013-.31966-.17413%2C0-.31959.14531-.31959.31966%2C0%2C.17443.14546.31974.31959.31974.17443%2C0%2C.31013-.14531.31013-.31974M915.52516%2C1144.24885c0-.05809-.03873-.1065-.10673-.1065-.04849%2C0-.09667.04841-.09667.1065%2C0%2C.05817.04819.10658.09667.10658.068%2C0%2C.10673-.04841.10673-.10658M267.29016%2C1106.10887c0-.11626-.09697-.2034-.21316-.2034s-.21316.08714-.21316.2034.09697.21316.21316.21316.21316-.0969.21316-.21316M305.21684%2C1105.26607c-.4745%2C0-.85233.37783-.85233.8428%2C0%2C.47473.37783.85248.85233.85248.46504%2C0%2C.84287-.37776.84287-.85248%2C0-.46497-.37783-.8428-.84287-.8428M343.34721%2C1104.74293c-.75566%2C0-1.37562.61028-1.37562%2C1.36594%2C0%2C.76534.61996%2C1.37562%2C1.37562%2C1.37562.76542%2C0%2C1.37562-.61028%2C1.37562-1.37562%2C0-.75566-.6102-1.36594-1.37562-1.36594M381.48734%2C1104.31669c-.98803%2C0-1.79218.80407-1.79218%2C1.79218%2C0%2C.99779.80415%2C1.80186%2C1.79218%2C1.80186.99779%2C0%2C1.80194-.80407%2C1.80194-1.80186%2C0-.98811-.80415-1.79218-1.80194-1.79218M419.62718%2C1103.78387c-1.28841%2C0-2.32493%2C1.04628-2.32493%2C2.325%2C0%2C1.28848%2C1.03652%2C2.33468%2C2.32493%2C2.33468%2C1.2887%2C0%2C2.32522-1.0462%2C2.32522-2.33468s-1.03652-2.325-2.32522-2.325M457.76731%2C1103.47382c-1.46283%2C0-2.64481%2C1.1819-2.64481%2C2.63505%2C0%2C1.46283%2C1.18198%2C2.64474%2C2.64481%2C2.64474%2C1.46283%2C0%2C2.64481-1.1819%2C2.64481-2.64474s-1.18198-2.63505-2.64481-2.63505M495.90744%2C1103.15416c-1.63726%2C0-2.9644%2C1.32721-2.9644%2C2.95472%2C0%2C1.63719%2C1.32714%2C2.9644%2C2.9644%2C2.9644%2C1.62751%2C0%2C2.95464-1.32721%2C2.95464-2.9644%2C0-1.62751-1.32714-2.95472-2.95464-2.95472M534.03782%2C1102.941c-1.74399%2C0-3.1681%2C1.42411-3.1681%2C3.16787%2C0%2C1.75345%2C1.42411%2C3.17756%2C3.1681%2C3.17756%2C1.75345%2C0%2C3.17726-1.42411%2C3.17726-3.17756%2C0-1.74377-1.42381-3.16787-3.17726-3.16787M572.17765%2C1102.83449c-1.8114%2C0-3.27423%2C1.46283-3.27423%2C3.27438%2C0%2C1.81154%2C1.46283%2C3.28406%2C3.27423%2C3.28406%2C1.81169%2C0%2C3.28428-1.47252%2C3.28428-3.28406%2C0-1.81154-1.47259-3.27438-3.28428-3.27438M610.31778%2C1102.83449c-1.81169%2C0-3.27453%2C1.46283-3.27453%2C3.27438%2C0%2C1.81154%2C1.46283%2C3.28406%2C3.27453%2C3.28406%2C1.8114%2C0%2C3.28399-1.47252%2C3.28399-3.28406%2C0-1.81154-1.47259-3.27438-3.28399-3.27438M648.45762%2C1102.83449c-1.8114%2C0-3.28399%2C1.46283-3.28399%2C3.27438%2C0%2C1.81154%2C1.47259%2C3.28406%2C3.28399%2C3.28406%2C1.81169%2C0%2C3.27453-1.47252%2C3.27453-3.28406%2C0-1.81154-1.46283-3.27438-3.27453-3.27438M686.59775%2C1102.941c-1.75345%2C0-3.17756%2C1.42411-3.17756%2C3.16787%2C0%2C1.75345%2C1.42411%2C3.17756%2C3.17756%2C3.17756%2C1.75345%2C0%2C3.1678-1.42411%2C3.1678-3.17756%2C0-1.74377-1.41435-3.16787-3.1678-3.16787M724.73788%2C1103.15416c-1.63726%2C0-2.9644%2C1.32721-2.9644%2C2.95472%2C0%2C1.63719%2C1.32714%2C2.9644%2C2.9644%2C2.9644%2C1.62751%2C0%2C2.95464-1.32721%2C2.95464-2.9644%2C0-1.62751-1.32714-2.95472-2.95464-2.95472M762.86826%2C1103.47382c-1.45337%2C0-2.64481%2C1.1819-2.64481%2C2.63505%2C0%2C1.46283%2C1.19144%2C2.64474%2C2.64481%2C2.64474%2C1.46283%2C0%2C2.64451-1.1819%2C2.64451-2.64474%2C0-1.45315-1.18168-2.63505-2.64451-2.63505M801.00809%2C1103.89045c-1.2207%2C0-2.21849.99779-2.21849%2C2.21842%2C0%2C1.23031.99779%2C2.22818%2C2.21849%2C2.22818%2C1.23046%2C0%2C2.21849-.99786%2C2.21849-2.22818%2C0-1.22063-.98803-2.21842-2.21849-2.21842M839.14822%2C1104.31669c-.99779%2C0-1.80194.80407-1.80194%2C1.79218%2C0%2C.99779.80415%2C1.80186%2C1.80194%2C1.80186.98803%2C0%2C1.80194-.80407%2C1.80194-1.80186%2C0-.98811-.8139-1.79218-1.80194-1.79218M877.28806%2C1104.83983c-.70717%2C0-1.26889.57155-1.26889%2C1.26904%2C0%2C.70717.56172%2C1.26904%2C1.26889%2C1.26904.69771%2C0%2C1.26919-.56187%2C1.26919-1.26904%2C0-.69749-.57148-1.26904-1.26919-1.26904M915.41844%2C1105.37265c-.4068%2C0-.73615.32934-.73615.73622%2C0%2C.41656.32934.74598.73615.74598.41656%2C0%2C.74605-.32942.74605-.74598%2C0-.40688-.32949-.73622-.74605-.73622M953.77172%2C1106.10887c0-.11626-.09697-.2034-.21316-.2034-.11633%2C0-.21316.08714-.21316.2034s.09682.21316.21316.21316c.11619%2C0%2C.21316-.0969.21316-.21316M229.36319%2C1067.97857c0-.2422-.19365-.42632-.42632-.42632-.23237%2C0-.42632.18411-.42632.42632%2C0%2C.23245.19394.41656.42632.41656.23267%2C0%2C.42632-.18411.42632-.41656M267.077%2C1066.91293c-.58123%2C0-1.05603.47465-1.05603%2C1.06564%2C0%2C.58123.4748%2C1.05588%2C1.05603%2C1.05588s1.05574-.47465%2C1.05574-1.05588c0-.59099-.4745-1.06564-1.05574-1.06564M305.21684%2C1066.28322c-.93955%2C0-1.69521.75566-1.69521%2C1.69536%2C0%2C.93001.75566%2C1.6856%2C1.69521%2C1.6856.93009%2C0%2C1.68575-.75559%2C1.68575-1.6856%2C0-.9397-.75566-1.69536-1.68575-1.69536M343.34721%2C1065.64382c-1.27865%2C0-2.32493%2C1.04628-2.32493%2C2.33476%2C0%2C1.27872%2C1.04628%2C2.325%2C2.32493%2C2.325%2C1.28841%2C0%2C2.33468-1.04628%2C2.33468-2.325%2C0-1.28848-1.04628-2.33476-2.33468-2.33476M381.48734%2C1065.12068c-1.56956%2C0-2.84821%2C1.2788-2.84821%2C2.85789%2C0%2C1.56934%2C1.27865%2C2.84814%2C2.84821%2C2.84814%2C1.57902%2C0%2C2.85767-1.2788%2C2.85767-2.84814s-1.27865-2.85789-2.85767-2.85789M419.62718%2C1064.58786c-1.86964%2C0-3.38096%2C1.521-3.38096%2C3.39071%2C0%2C1.86971%2C1.51132%2C3.38096%2C3.38096%2C3.38096%2C1.86993%2C0%2C3.38125-1.51125%2C3.38125-3.38096%2C0-1.86971-1.51132-3.39071-3.38125-3.39071M457.76731%2C1064.2682c-2.04407%2C0-3.70055%2C1.66624-3.70055%2C3.71038%2C0%2C2.04407%2C1.65648%2C3.70062%2C3.70055%2C3.70062s3.70084-1.65655%2C3.70084-3.70062-1.65678-3.71038-3.70084-3.71038M495.90744%2C1063.95822c-2.21849%2C0-4.02043%2C1.79218-4.02043%2C4.02036s1.80194%2C4.0106%2C4.02043%2C4.0106c2.21849%2C0%2C4.02013-1.79218%2C4.02013-4.0106%2C0-2.22818-1.80164-4.02036-4.02013-4.02036M534.03782%2C1063.74506c-2.33468%2C0-4.22383%2C1.89876-4.22383%2C4.23351s1.88915%2C4.22376%2C4.22383%2C4.22376c2.34414%2C0%2C4.23329-1.88908%2C4.23329-4.22376%2C0-2.33476-1.88915-4.23351-4.23329-4.23351M572.17765%2C1063.63848c-2.39263%2C0-4.33026%2C1.93756-4.33026%2C4.34009%2C0%2C2.39278%2C1.93764%2C4.33034%2C4.33026%2C4.33034%2C2.40268%2C0%2C4.34002-1.93756%2C4.34002-4.33034%2C0-2.40253-1.93734-4.34009-4.34002-4.34009M610.31778%2C1063.53198c-2.45087%2C0-4.43699%2C1.9859-4.43699%2C4.4466%2C0%2C2.45094%2C1.98612%2C4.43691%2C4.43699%2C4.43691s4.44645-1.98597%2C4.44645-4.43691c0-2.4607-1.99558-4.4466-4.44645-4.4466M648.45762%2C1063.63848c-2.39263%2C0-4.34002%2C1.93756-4.34002%2C4.34009%2C0%2C2.39278%2C1.94739%2C4.33034%2C4.34002%2C4.33034%2C2.39292%2C0%2C4.33056-1.93756%2C4.33056-4.33034s-1.93764-4.34009-4.33056-4.34009M686.59775%2C1063.74506c-2.33468%2C0-4.23359%2C1.89876-4.23359%2C4.23351%2C0%2C2.33468%2C1.89891%2C4.22376%2C4.23359%2C4.22376%2C2.33468%2C0%2C4.22383-1.88908%2C4.22383-4.22376%2C0-2.33476-1.88915-4.23351-4.22383-4.23351M724.73788%2C1063.95822c-2.22825%2C0-4.02043%2C1.79218-4.02043%2C4.02036%2C0%2C2.21842%2C1.79218%2C4.0106%2C4.02043%2C4.0106%2C2.21849%2C0%2C4.01067-1.79218%2C4.01067-4.0106%2C0-2.22818-1.79218-4.02036-4.01067-4.02036M762.86826%2C1064.2682c-2.04436%2C0-3.70084%2C1.66624-3.70084%2C3.71038%2C0%2C2.04407%2C1.65648%2C3.70062%2C3.70084%2C3.70062%2C2.04407%2C0%2C3.70055-1.65655%2C3.70055-3.70062%2C0-2.04414-1.65648-3.71038-3.70055-3.71038M801.00809%2C1064.69444c-1.8114%2C0-3.27423%2C1.47252-3.27423%2C3.28413%2C0%2C1.80186%2C1.46283%2C3.27438%2C3.27423%2C3.27438%2C1.81169%2C0%2C3.27453-1.47252%2C3.27453-3.27438%2C0-1.81162-1.46283-3.28413-3.27453-3.28413M839.14822%2C1065.12068c-1.57902%2C0-2.85797%2C1.2788-2.85797%2C2.85789%2C0%2C1.56934%2C1.27895%2C2.84814%2C2.85797%2C2.84814s2.85767-1.2788%2C2.85767-2.84814c0-1.5791-1.27865-2.85789-2.85767-2.85789M877.28806%2C1065.7504c-1.23016%2C0-2.22796.99779-2.22796%2C2.22818%2C0%2C1.22063.99779%2C2.21842%2C2.22796%2C2.21842%2C1.2207%2C0%2C2.21849-.99779%2C2.21849-2.21842%2C0-1.23039-.99779-2.22818-2.21849-2.22818M915.41844%2C1066.28322c-.92979%2C0-1.68545.75566-1.68545%2C1.69536%2C0%2C.93001.75566%2C1.6856%2C1.68545%2C1.6856.93984%2C0%2C1.69536-.75559%2C1.69536-1.6856%2C0-.9397-.75551-1.69536-1.69536-1.69536M953.55857%2C1066.91293c-.58123%2C0-1.05603.47465-1.05603%2C1.06564%2C0%2C.58123.4748%2C1.05588%2C1.05603%2C1.05588.59084%2C0%2C1.05588-.47465%2C1.05588-1.05588%2C0-.59099-.46504-1.06564-1.05588-1.06564M992.12472%2C1067.97857c0-.2422-.19365-.42632-.42617-.42632s-.42632.18411-.42632.42632c0%2C.23245.19379.41656.42632.41656s.42617-.18411.42617-.41656M191.22306%2C1029.83852c0-.23252-.19365-.42624-.42602-.42624-.23267%2C0-.41656.19372-.41656.42624%2C0%2C.23252.18389.41656.41656.41656.23237%2C0%2C.42602-.18404.42602-.41656M228.93687%2C1028.56948c-.69742%2C0-1.26889.56187-1.26889%2C1.26904%2C0%2C.69749.57148%2C1.26912%2C1.26889%2C1.26912s1.26919-.57162%2C1.26919-1.26912c0-.70717-.57177-1.26904-1.26919-1.26904M267.077%2C1027.8235c-1.11427%2C0-2.01509.90097-2.01509%2C2.01502%2C0%2C1.10437.90082%2C2.00534%2C2.01509%2C2.00534%2C1.10422%2C0%2C2.00534-.90097%2C2.00534-2.00534%2C0-1.11405-.90112-2.01502-2.00534-2.01502M305.21684%2C1027.19386c-1.46283%2C0-2.64451%2C1.18183-2.64451%2C2.64466%2C0%2C1.46283%2C1.18168%2C2.64474%2C2.64451%2C2.64474%2C1.45337%2C0%2C2.64481-1.1819%2C2.64481-2.64474%2C0-1.46283-1.19144-2.64466-2.64481-2.64466M343.34721%2C1026.55446c-1.80194%2C0-3.27423%2C1.47252-3.27423%2C3.28406%2C0%2C1.81162%2C1.4723%2C3.27445%2C3.27423%2C3.27445%2C1.81169%2C0%2C3.28428-1.46283%2C3.28428-3.27445%2C0-1.81154-1.47259-3.28406-3.28428-3.28406M381.48734%2C1025.92474c-2.16025%2C0-3.9137%2C1.75345-3.9137%2C3.91378%2C0%2C2.16033%2C1.75345%2C3.91378%2C3.9137%2C3.91378%2C2.16025%2C0%2C3.9137-1.75345%2C3.9137-3.91378%2C0-2.16033-1.75345-3.91378-3.9137-3.91378M419.62718%2C1025.4985c-2.39263%2C0-4.34002%2C1.94717-4.34002%2C4.34002%2C0%2C2.39285%2C1.94739%2C4.33034%2C4.34002%2C4.33034%2C2.39292%2C0%2C4.34031-1.93749%2C4.34031-4.33034%2C0-2.39285-1.94739-4.34002-4.34031-4.34002M457.76731%2C1025.08194c-2.6253%2C0-4.75658%2C2.1216-4.75658%2C4.75658s2.13128%2C4.75665%2C4.75658%2C4.75665c2.6253%2C0%2C4.75658-2.13128%2C4.75658-4.75665%2C0-2.63498-2.13128-4.75658-4.75658-4.75658M495.90744%2C1024.76221c-2.80948%2C0-5.07646%2C2.26691-5.07646%2C5.07631%2C0%2C2.79973%2C2.26698%2C5.07631%2C5.07646%2C5.07631%2C2.79973%2C0%2C5.07617-2.27659%2C5.07617-5.07631%2C0-2.80941-2.27644-5.07631-5.07617-5.07631M534.03782%2C1024.54912c-2.91621%2C0-5.27986%2C2.36373-5.27986%2C5.2894%2C0%2C2.91599%2C2.36365%2C5.2894%2C5.27986%2C5.2894%2C2.92567%2C0%2C5.28932-2.37341%2C5.28932-5.2894%2C0-2.92567-2.36365-5.2894-5.28932-5.2894M572.17765%2C1024.33597c-3.0321%2C0-5.49273%2C2.4607-5.49273%2C5.50255%2C0%2C3.03225%2C2.46063%2C5.49287%2C5.49273%2C5.49287%2C3.04186%2C0%2C5.50248-2.46062%2C5.50248-5.49287%2C0-3.04186-2.46063-5.50255-5.50248-5.50255M610.31778%2C1024.33597c-3.0324%2C0-5.50248%2C2.4607-5.50248%2C5.50255%2C0%2C3.03225%2C2.47009%2C5.49287%2C5.50248%2C5.49287%2C3.04186%2C0%2C5.50248-2.46062%2C5.50248-5.49287%2C0-3.04186-2.46063-5.50255-5.50248-5.50255M648.45762%2C1024.33597c-3.04186%2C0-5.50248%2C2.4607-5.50248%2C5.50255%2C0%2C3.03225%2C2.46063%2C5.49287%2C5.50248%2C5.49287%2C3.0324%2C0%2C5.50278-2.46062%2C5.50278-5.49287%2C0-3.04186-2.47038-5.50255-5.50278-5.50255M686.59775%2C1024.54912c-2.92567%2C0-5.28932%2C2.36373-5.28932%2C5.2894%2C0%2C2.91599%2C2.36365%2C5.2894%2C5.28932%2C5.2894%2C2.91591%2C0%2C5.27986-2.37341%2C5.27986-5.2894%2C0-2.92567-2.36395-5.2894-5.27986-5.2894M724.73788%2C1024.76221c-2.80948%2C0-5.08622%2C2.26691-5.08622%2C5.07631s2.27674%2C5.07631%2C5.08622%2C5.07631c2.79973%2C0%2C5.07617-2.27659%2C5.07617-5.07631%2C0-2.80941-2.27644-5.07631-5.07617-5.07631M762.86826%2C1025.08194c-2.62559%2C0-4.75687%2C2.1216-4.75687%2C4.75658%2C0%2C2.62537%2C2.13128%2C4.75665%2C4.75687%2C4.75665%2C2.63476%2C0%2C4.76604-2.13128%2C4.76604-4.75665s-2.13128-4.75658-4.76604-4.75658M801.00809%2C1025.4985c-2.39292%2C0-4.33026%2C1.94717-4.33026%2C4.34002%2C0%2C2.39285%2C1.93734%2C4.33034%2C4.33026%2C4.33034s4.34002-1.93749%2C4.34002-4.33034c0-2.39285-1.9471-4.34002-4.34002-4.34002M839.14822%2C1026.03132c-2.10231%2C0-3.80727%2C1.70504-3.80727%2C3.8072%2C0%2C2.10223%2C1.70497%2C3.8072%2C3.80727%2C3.8072%2C2.10201%2C0%2C3.80727-1.70496%2C3.80727-3.8072%2C0-2.10216-1.70526-3.8072-3.80727-3.8072M877.28806%2C1026.55446c-1.8114%2C0-3.28399%2C1.47252-3.28399%2C3.28406%2C0%2C1.81162%2C1.47259%2C3.27445%2C3.28399%2C3.27445%2C1.81169%2C0%2C3.27453-1.46283%2C3.27453-3.27445%2C0-1.81154-1.46283-3.28406-3.27453-3.28406M915.41844%2C1027.30036c-1.39484%2C0-2.52833%2C1.13349-2.52833%2C2.53816%2C0%2C1.39506%2C1.13349%2C2.53816%2C2.52833%2C2.53816%2C1.40474%2C0%2C2.53823-1.1431%2C2.53823-2.53816%2C0-1.40467-1.13349-2.53816-2.53823-2.53816M953.55857%2C1027.93008c-1.04628%2C0-1.89876.85248-1.89876%2C1.90844%2C0%2C1.04628.85248%2C1.89876%2C1.89876%2C1.89876%2C1.05588%2C0%2C1.90837-.85248%2C1.90837-1.89876%2C0-1.05596-.85248-1.90844-1.90837-1.90844M991.69855%2C1028.67606c-.63932%2C0-1.16261.51338-1.16261%2C1.16246%2C0%2C.6394.52329%2C1.16254%2C1.16261%2C1.16254.64908%2C0%2C1.16246-.52314%2C1.16246-1.16254%2C0-.64908-.51338-1.16246-1.16246-1.16246M1030.26485%2C1029.83852c0-.23252-.19379-.42624-.42632-.42624s-.42632.19372-.42632.42624.19379.41656.42632.41656.42632-.18404.42632-.41656M153.08322%2C991.69854c0-.23252-.18418-.42624-.42632-.42624-.23237%2C0-.41656.19372-.41656.42624%2C0%2C.23245.18418.42624.41656.42624.24213%2C0%2C.42632-.19379.42632-.42624M190.79704%2C990.42942c-.69771%2C0-1.26919.57162-1.26919%2C1.26912%2C0%2C.69749.57148%2C1.26904%2C1.26919%2C1.26904.70717%2C0%2C1.26889-.57155%2C1.26889-1.26904s-.56172-1.26912-1.26889-1.26912M228.93687%2C989.6932c-1.10422%2C0-2.00534.89121-2.00534%2C2.00534%2C0%2C1.11405.90112%2C2.00534%2C2.00534%2C2.00534%2C1.11427%2C0%2C2.00534-.89129%2C2.00534-2.00534%2C0-1.11413-.89106-2.00534-2.00534-2.00534M267.077%2C988.84065c-1.57902%2C0-2.85797%2C1.2788-2.85797%2C2.85789%2C0%2C1.57902%2C1.27895%2C2.85782%2C2.85797%2C2.85782s2.85767-1.2788%2C2.85767-2.85782-1.27865-2.85789-2.85767-2.85789M305.21684%2C988.10443c-1.98582%2C0-3.60358%2C1.60814-3.60358%2C3.59411%2C0%2C1.9859%2C1.61775%2C3.59404%2C3.60358%2C3.59404%2C1.98612%2C0%2C3.59411-1.60814%2C3.59411-3.59404%2C0-1.98597-1.60799-3.59411-3.59411-3.59411M343.34721%2C987.46503c-2.33468%2C0-4.22383%2C1.89876-4.22383%2C4.23351%2C0%2C2.33468%2C1.88915%2C4.23344%2C4.22383%2C4.23344%2C2.34444%2C0%2C4.23359-1.89876%2C4.23359-4.23344%2C0-2.33476-1.88915-4.23351-4.23359-4.23351M381.48734%2C986.83538c-2.68354%2C0-4.8633%2C2.17969-4.8633%2C4.86316s2.17977%2C4.86316%2C4.8633%2C4.86316c2.693%2C0%2C4.86301-2.17969%2C4.86301-4.86316%2C0-2.68346-2.17001-4.86316-4.86301-4.86316M419.62718%2C986.30256c-2.97386%2C0-5.39575%2C2.41221-5.39575%2C5.39598%2C0%2C2.97408%2C2.4219%2C5.39598%2C5.39575%2C5.39598%2C2.98391%2C0%2C5.39605-2.4219%2C5.39605-5.39598%2C0-2.98376-2.41214-5.39598-5.39605-5.39598M457.76731%2C985.886c-3.21628%2C0-5.82207%2C2.59625-5.82207%2C5.81254%2C0%2C3.21628%2C2.60579%2C5.81254%2C5.82207%2C5.81254%2C3.20653%2C0%2C5.81261-2.59625%2C5.81261-5.81254%2C0-3.21628-2.60608-5.81254-5.81261-5.81254M495.90744%2C985.56627c-3.39071%2C0-6.14195%2C2.74163-6.14195%2C6.13227s2.75124%2C6.1322%2C6.14195%2C6.1322c3.38096%2C0%2C6.1322-2.74156%2C6.1322-6.1322%2C0-3.39064-2.75124-6.13227-6.1322-6.13227M534.03782%2C985.24661c-3.55539%2C0-6.44233%2C2.88687-6.44233%2C6.45193%2C0%2C3.56499%2C2.88694%2C6.45193%2C6.44233%2C6.45193%2C3.56485%2C0%2C6.45179-2.88694%2C6.45179-6.45193%2C0-3.56507-2.88694-6.45193-6.45179-6.45193M572.17765%2C985.03345c-3.68133%2C0-6.65519%2C2.98376-6.65519%2C6.66509s2.97386%2C6.66502%2C6.65519%2C6.66502%2C6.66524-2.98376%2C6.66524-6.66502c0-3.68133-2.98391-6.66509-6.66524-6.66509M610.31778%2C985.03345c-3.68133%2C0-6.66524%2C2.98376-6.66524%2C6.66509%2C0%2C3.68125%2C2.98391%2C6.66502%2C6.66524%2C6.66502s6.66494-2.98376%2C6.66494-6.66502c0-3.68133-2.98362-6.66509-6.66494-6.66509M648.45762%2C985.14003c-3.62309%2C0-6.55822%2C2.93535-6.55822%2C6.55851%2C0%2C3.62316%2C2.93513%2C6.55844%2C6.55822%2C6.55844%2C3.62338%2C0%2C6.55851-2.93528%2C6.55851-6.55844%2C0-3.62316-2.93513-6.55851-6.55851-6.55851M686.59775%2C985.24661c-3.56514%2C0-6.45179%2C2.88687-6.45179%2C6.45193%2C0%2C3.56499%2C2.88664%2C6.45193%2C6.45179%2C6.45193%2C3.55539%2C0%2C6.45208-2.88694%2C6.45208-6.45193%2C0-3.56507-2.8967-6.45193-6.45208-6.45193M724.73788%2C985.56627c-3.39071%2C0-6.14195%2C2.74163-6.14195%2C6.13227%2C0%2C3.39064%2C2.75124%2C6.1322%2C6.14195%2C6.1322%2C3.38096%2C0%2C6.1322-2.74156%2C6.1322-6.1322%2C0-3.39064-2.75124-6.13227-6.1322-6.13227M762.86826%2C985.99251c-3.14858%2C0-5.70618%2C2.54784-5.70618%2C5.70603%2C0%2C3.15812%2C2.5576%2C5.70596%2C5.70618%2C5.70596%2C3.15804%2C0%2C5.71564-2.54784%2C5.71564-5.70596%2C0-3.15819-2.5576-5.70603-5.71564-5.70603M801.00809%2C986.40907c-2.91591%2C0-5.28932%2C2.37348-5.28932%2C5.28947%2C0%2C2.91591%2C2.37341%2C5.2894%2C5.28932%2C5.2894%2C2.92567%2C0%2C5.28932-2.37348%2C5.28932-5.2894%2C0-2.91599-2.36365-5.28947-5.28932-5.28947M839.14822%2C986.94189c-2.6253%2C0-4.75658%2C2.13128-4.75658%2C4.75665%2C0%2C2.6253%2C2.13128%2C4.75658%2C4.75658%2C4.75658%2C2.6253%2C0%2C4.75658-2.13128%2C4.75658-4.75658%2C0-2.62537-2.13128-4.75665-4.75658-4.75665M877.28806%2C987.57161c-2.27644%2C0-4.12686%2C1.85035-4.12686%2C4.12693%2C0%2C2.27659%2C1.85042%2C4.12686%2C4.12686%2C4.12686%2C2.27674%2C0%2C4.1174-1.85027%2C4.1174-4.12686%2C0-2.27659-1.84066-4.12693-4.1174-4.12693M915.41844%2C988.211c-1.91812%2C0-3.48739%2C1.55966-3.48739%2C3.48754%2C0%2C1.9278%2C1.56927%2C3.48754%2C3.48739%2C3.48754%2C1.92788%2C0%2C3.49729-1.55973%2C3.49729-3.48754%2C0-1.92788-1.56941-3.48754-3.49729-3.48754M953.55857%2C988.94723c-1.51132%2C0-2.75124%2C1.23031-2.75124%2C2.75131%2C0%2C1.52093%2C1.23992%2C2.75124%2C2.75124%2C2.75124%2C1.52093%2C0%2C2.75124-1.23031%2C2.75124-2.75124%2C0-1.521-1.23031-2.75131-2.75124-2.75131M991.69855%2C989.6932c-1.10437%2C0-2.00534.89121-2.00534%2C2.00534%2C0%2C1.11405.90097%2C2.00534%2C2.00534%2C2.00534%2C1.11413%2C0%2C2.01495-.89129%2C2.01495-2.00534%2C0-1.11413-.90082-2.00534-2.01495-2.00534M1029.83853%2C990.536c-.63932%2C0-1.16246.52314-1.16246%2C1.16254%2C0%2C.63932.52314%2C1.16246%2C1.16246%2C1.16246.63947%2C0%2C1.16246-.52314%2C1.16246-1.16246%2C0-.6394-.52299-1.16254-1.16246-1.16254M1068.29825%2C991.69854c0-.17443-.14531-.31974-.31959-.31974-.17443%2C0-.31974.14531-.31974.31974%2C0%2C.17435.14531.31966.31974.31966.17428%2C0%2C.31959-.14531.31959-.31966M114.72993%2C953.55849c0-.11626-.08721-.21308-.2034-.21308s-.21316.09682-.21316.21308.09697.21316.21316.21316.2034-.0969.2034-.21316M152.6569%2C952.50253c-.58123%2C0-1.05603.47473-1.05603%2C1.05596%2C0%2C.58131.4748%2C1.05596%2C1.05603%2C1.05596.59099%2C0%2C1.06549-.47465%2C1.06549-1.05596%2C0-.58123-.4745-1.05596-1.06549-1.05596M190.79704%2C951.55315c-1.10452%2C0-2.00534.90097-2.00534%2C2.00534%2C0%2C1.11413.90082%2C2.01502%2C2.00534%2C2.01502%2C1.11398%2C0%2C2.0148-.90089%2C2.0148-2.01502%2C0-1.10437-.90082-2.00534-2.0148-2.00534M228.93687%2C950.70067c-1.57902%2C0-2.85767%2C1.2788-2.85767%2C2.85782%2C0%2C1.5791%2C1.27865%2C2.85782%2C2.85767%2C2.85782s2.85797-1.27872%2C2.85797-2.85782c0-1.57902-1.27895-2.85782-2.85797-2.85782M267.077%2C949.96445c-1.98612%2C0-3.59411%2C1.60807-3.59411%2C3.59404%2C0%2C1.98597%2C1.60799%2C3.59411%2C3.59411%2C3.59411%2C1.98582%2C0%2C3.59411-1.60814%2C3.59411-3.59411%2C0-1.98597-1.60829-3.59404-3.59411-3.59404M305.21684%2C949.12157c-2.46063%2C0-4.44645%2C1.98597-4.44645%2C4.43691%2C0%2C2.45094%2C1.98582%2C4.4466%2C4.44645%2C4.4466%2C2.45116%2C0%2C4.43699-1.99565%2C4.43699-4.4466%2C0-2.45094-1.98582-4.43691-4.43699-4.43691M343.34721%2C948.48225c-2.79973%2C0-5.07617%2C2.27651-5.07617%2C5.07624%2C0%2C2.80941%2C2.27644%2C5.07631%2C5.07617%2C5.07631%2C2.80948%2C0%2C5.07646-2.26691%2C5.07646-5.07631s-2.26698-5.07624-5.07646-5.07624M381.48734%2C947.85253c-3.14858%2C0-5.70588%2C2.54784-5.70588%2C5.70596%2C0%2C3.15819%2C2.5573%2C5.71571%2C5.70588%2C5.71571%2C3.15804%2C0%2C5.71564-2.55752%2C5.71564-5.71571%2C0-3.15812-2.5576-5.70596-5.71564-5.70596M419.62718%2C947.21313c-3.5069%2C0-6.34506%2C2.83845-6.34506%2C6.34536s2.83816%2C6.34536%2C6.34506%2C6.34536c3.5072%2C0%2C6.34565-2.83845%2C6.34565-6.34536%2C0-3.5069-2.83845-6.34536-6.34565-6.34536M457.76731%2C946.68999c-3.79752%2C0-6.8781%2C3.07098-6.8781%2C6.86849s3.08059%2C6.87818%2C6.8781%2C6.87818c3.79752%2C0%2C6.86864-3.08066%2C6.86864-6.87818%2C0-3.79752-3.07112-6.86849-6.86864-6.86849M495.90744%2C946.37033c-3.97194%2C0-7.19799%2C3.21628-7.19799%2C7.18816%2C0%2C3.97194%2C3.22604%2C7.18823%2C7.19799%2C7.18823s7.18823-3.21628%2C7.18823-7.18823c0-3.97187-3.21628-7.18816-7.18823-7.18816M534.03782%2C946.05059c-4.14637%2C0-7.50811%2C3.36159-7.50811%2C7.50789s3.36174%2C7.50789%2C7.50811%2C7.50789c4.15583%2C0%2C7.51757-3.36159%2C7.51757-7.50789%2C0-4.1463-3.36174-7.50789-7.51757-7.50789M572.17765%2C945.83751c-4.26256%2C0-7.72098%2C3.45849-7.72098%2C7.72098s3.45842%2C7.72105%2C7.72098%2C7.72105%2C7.72098-3.45849%2C7.72098-7.72105-3.45842-7.72098-7.72098-7.72098M610.31778%2C945.83751c-4.26256%2C0-7.72098%2C3.45849-7.72098%2C7.72098%2C0%2C4.26256%2C3.45842%2C7.72105%2C7.72098%2C7.72105%2C4.26256%2C0%2C7.72098-3.45849%2C7.72098-7.72105s-3.45842-7.72098-7.72098-7.72098M648.45762%2C945.83751c-4.26226%2C0-7.72098%2C3.45849-7.72098%2C7.72098%2C0%2C4.26256%2C3.45871%2C7.72105%2C7.72098%2C7.72105%2C4.26256%2C0%2C7.72127-3.45849%2C7.72127-7.72105%2C0-4.26249-3.45871-7.72098-7.72127-7.72098M686.59775%2C946.05059c-4.14637%2C0-7.50782%2C3.36159-7.50782%2C7.50789%2C0%2C4.1463%2C3.36144%2C7.50789%2C7.50782%2C7.50789%2C4.14637%2C0%2C7.50782-3.36159%2C7.50782-7.50789%2C0-4.1463-3.36144-7.50789-7.50782-7.50789M724.73788%2C946.37033c-3.97194%2C0-7.19799%2C3.21628-7.19799%2C7.18816%2C0%2C3.97194%2C3.22604%2C7.18823%2C7.19799%2C7.18823%2C3.96219%2C0%2C7.18823-3.21628%2C7.18823-7.18823%2C0-3.97187-3.22604-7.18816-7.18823-7.18816M762.86826%2C946.78689c-3.73957%2C0-6.76221%2C3.03217-6.76221%2C6.7716%2C0%2C3.73942%2C3.02264%2C6.77167%2C6.76221%2C6.77167%2C3.73927%2C0%2C6.77138-3.03225%2C6.77138-6.77167%2C0-3.73942-3.0321-6.7716-6.77138-6.7716M801.00809%2C947.21313c-3.5069%2C0-6.34536%2C2.83845-6.34536%2C6.34536s2.83845%2C6.34536%2C6.34536%2C6.34536c3.5069%2C0%2C6.34536-2.83845%2C6.34536-6.34536s-2.83845-6.34536-6.34536-6.34536M839.14822%2C947.85253c-3.15834%2C0-5.71564%2C2.54784-5.71564%2C5.70596%2C0%2C3.15819%2C2.5573%2C5.71571%2C5.71564%2C5.71571%2C3.15804%2C0%2C5.70588-2.55752%2C5.70588-5.71571%2C0-3.15812-2.54784-5.70596-5.70588-5.70596M877.28806%2C948.48225c-2.80919%2C0-5.07617%2C2.27651-5.07617%2C5.07624%2C0%2C2.80941%2C2.26698%2C5.07631%2C5.07617%2C5.07631%2C2.79973%2C0%2C5.07646-2.26691%2C5.07646-5.07631%2C0-2.79973-2.27674-5.07624-5.07646-5.07624M915.41844%2C949.22815c-2.39263%2C0-4.33026%2C1.93749-4.33026%2C4.33034%2C0%2C2.39285%2C1.93764%2C4.34002%2C4.33026%2C4.34002%2C2.40253%2C0%2C4.34017-1.94717%2C4.34017-4.34002%2C0-2.39285-1.93764-4.33034-4.34017-4.33034M953.55857%2C949.96445c-1.98597%2C0-3.59411%2C1.60807-3.59411%2C3.59404%2C0%2C1.98597%2C1.60814%2C3.59411%2C3.59411%2C3.59411%2C1.98582%2C0%2C3.59411-1.60814%2C3.59411-3.59411%2C0-1.98597-1.60829-3.59404-3.59411-3.59404M991.69855%2C950.80725c-1.52093%2C0-2.75124%2C1.23031-2.75124%2C2.75124%2C0%2C1.521%2C1.23031%2C2.75131%2C2.75124%2C2.75131%2C1.52093%2C0%2C2.75124-1.23031%2C2.75124-2.75131%2C0-1.52093-1.23031-2.75124-2.75124-2.75124M1029.83853%2C951.65973c-1.05588%2C0-1.90837.85248-1.90837%2C1.89876%2C0%2C1.05596.85248%2C1.90844%2C1.90837%2C1.90844%2C1.04628%2C0%2C1.89876-.85248%2C1.89876-1.90844%2C0-1.04628-.85248-1.89876-1.89876-1.89876M1067.97866%2C952.50253c-.59099%2C0-1.05603.47473-1.05603%2C1.05596%2C0%2C.58131.46504%2C1.05596%2C1.05603%2C1.05596.58123%2C0%2C1.05588-.47465%2C1.05588-1.05596%2C0-.58123-.47465-1.05596-1.05588-1.05596M1106.32205%2C953.55849c0-.11626-.08721-.21308-.20355-.21308-.11619%2C0-.21301.09682-.21301.21308s.09682.21316.21301.21316c.11633%2C0%2C.20355-.0969.20355-.21316M76.49312%2C915.41851c0-.05817-.04849-.10658-.10643-.10658-.05824%2C0-.10673.04841-.10673.10658%2C0%2C.05809.04849.10658.10673.10658.05795%2C0%2C.10643-.04849.10643-.10658M114.52653%2C914.57571c-.4745%2C0-.85233.37776-.85233.8428%2C0%2C.47465.37783.85248.85233.85248.46504%2C0%2C.84287-.37783.84287-.85248%2C0-.46504-.37783-.8428-.84287-.8428M152.6569%2C913.73283c-.93009%2C0-1.68575.75566-1.68575%2C1.68567%2C0%2C.9397.75566%2C1.69528%2C1.68575%2C1.69528.93955%2C0%2C1.69521-.75559%2C1.69521-1.69528%2C0-.93001-.75566-1.68567-1.69521-1.68567M190.79704%2C912.77377c-1.46283%2C0-2.64481%2C1.19158-2.64481%2C2.64474%2C0%2C1.46283%2C1.18198%2C2.64466%2C2.64481%2C2.64466%2C1.46283%2C0%2C2.64451-1.18183%2C2.64451-2.64466%2C0-1.45315-1.18168-2.64474-2.64451-2.64474M228.93687%2C911.82439c-1.98582%2C0-3.59411%2C1.60814-3.59411%2C3.59411%2C0%2C1.98597%2C1.60829%2C3.6038%2C3.59411%2C3.6038%2C1.98612%2C0%2C3.59411-1.61782%2C3.59411-3.6038%2C0-1.98597-1.60799-3.59411-3.59411-3.59411M267.077%2C910.98159c-2.45116%2C0-4.44675%2C1.98597-4.44675%2C4.43691%2C0%2C2.46062%2C1.99558%2C4.4466%2C4.44675%2C4.4466%2C2.45087%2C0%2C4.43699-1.98597%2C4.43699-4.4466%2C0-2.45094-1.98612-4.43691-4.43699-4.43691M305.21684%2C910.23561c-2.86743%2C0-5.1826%2C2.32507-5.1826%2C5.18289%2C0%2C2.8675%2C2.31517%2C5.18282%2C5.1826%2C5.18282%2C2.85797%2C0%2C5.18289-2.31532%2C5.18289-5.18282%2C0-2.85782-2.32493-5.18289-5.18289-5.18289M343.34721%2C909.49939c-3.26477%2C0-5.91904%2C2.65442-5.91904%2C5.91911%2C0%2C3.27438%2C2.65427%2C5.9288%2C5.91904%2C5.9288%2C3.27453%2C0%2C5.9288-2.65442%2C5.9288-5.9288%2C0-3.2647-2.65427-5.91911-5.9288-5.91911M381.48734%2C908.7631c-3.68133%2C0-6.66524%2C2.98376-6.66524%2C6.65541%2C0%2C3.68125%2C2.98391%2C6.66502%2C6.66524%2C6.66502s6.66494-2.98376%2C6.66494-6.66502c0-3.67165-2.98362-6.65541-6.66494-6.65541M419.62718%2C908.12377c-4.02989%2C0-7.29466%2C3.2647-7.29466%2C7.29473s3.26477%2C7.30442%2C7.29466%2C7.30442c4.03019%2C0%2C7.29496-3.27438%2C7.29496-7.30442%2C0-4.03004-3.26477-7.29473-7.29496-7.29473M457.76731%2C907.59095c-4.32051%2C0-7.82741%2C3.5069-7.82741%2C7.82755s3.5069%2C7.82755%2C7.82741%2C7.82755c4.3208%2C0%2C7.8277-3.5069%2C7.8277-7.82755s-3.5069-7.82755-7.8277-7.82755M495.90744%2C907.17439c-4.56293%2C0-8.25402%2C3.69094-8.25402%2C8.24411s3.69109%2C8.2538%2C8.25402%2C8.2538c4.55318%2C0%2C8.24397-3.69094%2C8.24397-8.2538s-3.69079-8.24411-8.24397-8.24411M534.03782%2C906.85466c-4.7276%2C0-8.56385%2C3.83632-8.56385%2C8.56385%2C0%2C4.73721%2C3.83625%2C8.57346%2C8.56385%2C8.57346%2C4.73707%2C0%2C8.57331-3.83625%2C8.57331-8.57346s-3.83625-8.56385-8.57331-8.56385M572.17765%2C906.64157c-4.84379%2C0-8.77701%2C3.93314-8.77701%2C8.77693%2C0%2C4.85347%2C3.93322%2C8.77693%2C8.77701%2C8.77693%2C4.85355%2C0%2C8.77701-3.92346%2C8.77701-8.77693%2C0-4.84379-3.92346-8.77693-8.77701-8.77693M610.31778%2C906.53499c-4.90203%2C0-8.88344%2C3.98155-8.88344%2C8.88351%2C0%2C4.91157%2C3.98141%2C8.88351%2C8.88344%2C8.88351%2C4.91149%2C0%2C8.88344-3.97194%2C8.88344-8.88351%2C0-4.90196-3.97194-8.88351-8.88344-8.88351M648.45762%2C906.64157c-4.85325%2C0-8.77671%2C3.93314-8.77671%2C8.77693s3.92346%2C8.77693%2C8.77671%2C8.77693c4.84379%2C0%2C8.77701-3.92346%2C8.77701-8.77693%2C0-4.84379-3.93322-8.77693-8.77701-8.77693M686.59775%2C906.85466c-4.73707%2C0-8.57361%2C3.83632-8.57361%2C8.56385s3.83654%2C8.57346%2C8.57361%2C8.57346c4.7276%2C0%2C8.56385-3.83625%2C8.56385-8.57346s-3.83625-8.56385-8.56385-8.56385M724.73788%2C907.17439c-4.56293%2C0-8.25402%2C3.69094-8.25402%2C8.24411s3.69109%2C8.2538%2C8.25402%2C8.2538c4.55318%2C0%2C8.24397-3.69094%2C8.24397-8.2538s-3.69079-8.24411-8.24397-8.24411M762.86826%2C907.59095c-4.3208%2C0-7.8277%2C3.5069-7.8277%2C7.82755s3.5069%2C7.82755%2C7.8277%2C7.82755c4.33026%2C0%2C7.82741-3.5069%2C7.82741-7.82755s-3.49714-7.82755-7.82741-7.82755M801.00809%2C908.23028c-3.97194%2C0-7.18823%2C3.21628-7.18823%2C7.18823%2C0%2C3.97187%2C3.21628%2C7.19784%2C7.18823%2C7.19784s7.18823-3.22597%2C7.18823-7.19784c0-3.97194-3.21628-7.18823-7.18823-7.18823M839.14822%2C908.7631c-3.68133%2C0-6.66524%2C2.98376-6.66524%2C6.65541%2C0%2C3.68125%2C2.98391%2C6.66502%2C6.66524%2C6.66502s6.66494-2.98376%2C6.66494-6.66502c0-3.67165-2.98362-6.65541-6.66494-6.65541M877.28806%2C909.49939c-3.27423%2C0-5.9288%2C2.65442-5.9288%2C5.91911%2C0%2C3.27438%2C2.65457%2C5.9288%2C5.9288%2C5.9288%2C3.26477%2C0%2C5.91934-2.65442%2C5.91934-5.9288%2C0-3.2647-2.65457-5.91911-5.91934-5.91911M915.41844%2C910.23561c-2.85767%2C0-5.17314%2C2.32507-5.17314%2C5.18289s2.31546%2C5.18282%2C5.17314%2C5.18282c2.86758%2C0%2C5.18289-2.31532%2C5.18289-5.18282%2C0-2.85782-2.31532-5.18289-5.18289-5.18289M953.55857%2C911.08817c-2.39292%2C0-4.33041%2C1.93749-4.33041%2C4.33034%2C0%2C2.39285%2C1.93749%2C4.34002%2C4.33041%2C4.34002%2C2.40253%2C0%2C4.34002-1.94717%2C4.34002-4.34002%2C0-2.39285-1.93749-4.33034-4.34002-4.33034M991.69855%2C911.93097c-1.92788%2C0-3.48754%2C1.55966-3.48754%2C3.48754%2C0%2C1.9278%2C1.55966%2C3.49722%2C3.48754%2C3.49722%2C1.92773%2C0%2C3.48754-1.56941%2C3.48754-3.49722%2C0-1.92788-1.55981-3.48754-3.48754-3.48754M1029.83853%2C912.88035c-1.40459%2C0-2.53808%2C1.1431-2.53808%2C2.53816%2C0%2C1.40467%2C1.13349%2C2.53816%2C2.53808%2C2.53816%2C1.40474%2C0%2C2.53808-1.13349%2C2.53808-2.53816%2C0-1.39506-1.13334-2.53816-2.53808-2.53816M1067.97866%2C913.73283c-.93984%2C0-1.6955.75566-1.6955%2C1.68567%2C0%2C.9397.75566%2C1.69528%2C1.6955%2C1.69528.92994%2C0%2C1.6856-.75559%2C1.6856-1.69528%2C0-.93001-.75566-1.68567-1.6856-1.68567M1106.1185%2C914.68221c-.41656%2C0-.7459.32942-.7459.7363%2C0%2C.41656.32934.7459.7459.7459.40695%2C0%2C.7363-.32934.7363-.7459%2C0-.40688-.32934-.7363-.7363-.7363M76.80296%2C877.28813c0-.24213-.18389-.42624-.41626-.42624-.23267%2C0-.42632.18411-.42632.42624%2C0%2C.23252.19365.41656.42632.41656.23237%2C0%2C.41626-.18404.41626-.41656M114.52653%2C875.91251c-.76542%2C0-1.37562.61035-1.37562%2C1.37562%2C0%2C.75566.6102%2C1.36601%2C1.37562%2C1.36601.75566%2C0%2C1.36586-.61035%2C1.36586-1.36601%2C0-.76527-.6102-1.37562-1.36586-1.37562M152.6569%2C874.95345c-1.27865%2C0-2.32493%2C1.04628-2.32493%2C2.33468%2C0%2C1.2788%2C1.04628%2C2.32507%2C2.32493%2C2.32507%2C1.28841%2C0%2C2.33468-1.04628%2C2.33468-2.32507%2C0-1.28841-1.04628-2.33468-2.33468-2.33468M190.79704%2C874.00407c-1.81169%2C0-3.27453%2C1.47252-3.27453%2C3.28406%2C0%2C1.80194%2C1.46283%2C3.27445%2C3.27453%2C3.27445%2C1.8114%2C0%2C3.28399-1.47252%2C3.28399-3.27445%2C0-1.81154-1.47259-3.28406-3.28399-3.28406M228.93687%2C873.05469c-2.33468%2C0-4.23329%2C1.88908-4.23329%2C4.23344%2C0%2C2.33476%2C1.89861%2C4.22383%2C4.23329%2C4.22383s4.23359-1.88908%2C4.23359-4.22383c0-2.34436-1.89891-4.23344-4.23359-4.23344M267.077%2C872.21189c-2.80948%2C0-5.07646%2C2.26691-5.07646%2C5.07624%2C0%2C2.79973%2C2.26698%2C5.07631%2C5.07646%2C5.07631%2C2.79973%2C0%2C5.07617-2.27659%2C5.07617-5.07631%2C0-2.80933-2.27644-5.07624-5.07617-5.07624M305.21684%2C871.35934c-3.27423%2C0-5.9288%2C2.65442-5.9288%2C5.9288%2C0%2C3.26477%2C2.65457%2C5.91911%2C5.9288%2C5.91911%2C3.26477%2C0%2C5.91934-2.65434%2C5.91934-5.91911%2C0-3.27438-2.65457-5.9288-5.91934-5.9288M343.34721%2C870.51654c-3.72952%2C0-6.76191%2C3.03225-6.76191%2C6.7716s3.0324%2C6.76199%2C6.76191%2C6.76199c3.73957%2C0%2C6.77167-3.03225%2C6.77167-6.76199%2C0-3.73935-3.0321-6.7716-6.77167-6.7716M381.48734%2C869.77063c-4.14637%2C0-7.50782%2C3.36152-7.50782%2C7.5175%2C0%2C4.1463%2C3.36144%2C7.50789%2C7.50782%2C7.50789%2C4.14637%2C0%2C7.50782-3.36159%2C7.50782-7.50789s-3.36144-7.5175-7.50782-7.5175M419.62718%2C869.03434c-4.55288%2C0-8.24397%2C3.69094-8.24397%2C8.2538%2C0%2C4.55318%2C3.69109%2C8.24419%2C8.24397%2C8.24419%2C4.55347%2C0%2C8.25402-3.69101%2C8.25402-8.24419%2C0-4.56286-3.70055-8.2538-8.25402-8.2538M457.76731%2C868.40462c-4.91149%2C0-8.88344%2C3.97194-8.88344%2C8.88351%2C0%2C4.90196%2C3.97194%2C8.88351%2C8.88344%2C8.88351%2C4.90203%2C0%2C8.88344-3.98155%2C8.88344-8.88351s-3.98141-8.88351-8.88344-8.88351M495.90744%2C867.97838c-5.14416%2C0-9.30975%2C4.16566-9.30975%2C9.30975%2C0%2C5.13448%2C4.16559%2C9.30014%2C9.30975%2C9.30014%2C5.13441%2C0%2C9.3-4.16566%2C9.3-9.30014%2C0-5.14409-4.16559-9.30975-9.3-9.30975M534.03782%2C867.55214c-5.36708%2C0-9.72631%2C4.35938-9.72631%2C9.73599s4.35924%2C9.72639%2C9.72631%2C9.72639c5.37654%2C0%2C9.73577-4.35946%2C9.73577-9.72639%2C0-5.37661-4.35924-9.73599-9.73577-9.73599M572.17765%2C867.33898c-5.48297%2C0-9.93947%2C4.45635-9.93947%2C9.94915%2C0%2C5.48319%2C4.4565%2C9.93947%2C9.93947%2C9.93947%2C5.49302%2C0%2C9.94923-4.45628%2C9.94923-9.93947%2C0-5.4928-4.45621-9.94915-9.94923-9.94915M610.31778%2C867.23248c-5.55097%2C0-10.0462%2C4.50469-10.0462%2C10.05566%2C0%2C5.54136%2C4.49523%2C10.04605%2C10.0462%2C10.04605s10.0459-4.50469%2C10.0459-10.04605c0-5.55097-4.49493-10.05566-10.0459-10.05566M648.45762%2C867.33898c-5.49273%2C0-9.93947%2C4.45635-9.93947%2C9.94915%2C0%2C5.48319%2C4.44675%2C9.93947%2C9.93947%2C9.93947%2C5.49302%2C0%2C9.93947-4.45628%2C9.93947-9.93947%2C0-5.4928-4.44645-9.94915-9.93947-9.94915M686.59775%2C867.55214c-5.37654%2C0-9.73607%2C4.35938-9.73607%2C9.73599%2C0%2C5.36693%2C4.35953%2C9.72639%2C9.73607%2C9.72639%2C5.36708%2C0%2C9.72631-4.35946%2C9.72631-9.72639%2C0-5.37661-4.35924-9.73599-9.72631-9.73599M724.73788%2C867.97838c-5.14416%2C0-9.30975%2C4.16566-9.30975%2C9.30975%2C0%2C5.13448%2C4.16559%2C9.30014%2C9.30975%2C9.30014%2C5.13441%2C0%2C9.3-4.16566%2C9.3-9.30014%2C0-5.14409-4.16559-9.30975-9.3-9.30975M762.86826%2C868.5112c-4.84379%2C0-8.77701%2C3.92346-8.77701%2C8.77693%2C0%2C4.84379%2C3.93322%2C8.77701%2C8.77701%2C8.77701%2C4.85325%2C0%2C8.77671-3.93322%2C8.77671-8.77701s-3.92346-8.77693-8.77671-8.77693M801.00809%2C869.14092c-4.49493%2C0-8.13753%2C3.64253-8.13753%2C8.14722s3.6426%2C8.13761%2C8.13753%2C8.13761c4.49523%2C0%2C8.14729-3.64253%2C8.14729-8.13761s-3.65206-8.14722-8.14729-8.14722M839.14822%2C869.77063c-4.14637%2C0-7.50782%2C3.36152-7.50782%2C7.5175%2C0%2C4.1463%2C3.36144%2C7.50789%2C7.50782%2C7.50789%2C4.14608%2C0%2C7.50782-3.36159%2C7.50782-7.50789%2C0-4.15598-3.36174-7.5175-7.50782-7.5175M877.28806%2C870.62312c-3.68103%2C0-6.66494%2C2.98376-6.66494%2C6.66502s2.98391%2C6.65541%2C6.66494%2C6.65541c3.68133%2C0%2C6.65548-2.98376%2C6.65548-6.65541s-2.97415-6.66502-6.65548-6.66502M915.41844%2C871.35934c-3.26477%2C0-5.91904%2C2.65442-5.91904%2C5.9288%2C0%2C3.26477%2C2.65427%2C5.91911%2C5.91904%2C5.91911%2C3.27453%2C0%2C5.9288-2.65434%2C5.9288-5.91911%2C0-3.27438-2.65427-5.9288-5.9288-5.9288M953.55857%2C872.30872c-2.74163%2C0-4.96974%2C2.22818-4.96974%2C4.97942%2C0%2C2.74163%2C2.2281%2C4.96973%2C4.96974%2C4.96973%2C2.75124%2C0%2C4.96974-2.2281%2C4.96974-4.96973%2C0-2.75124-2.21849-4.97942-4.96974-4.97942M991.69855%2C873.16127c-2.27659%2C0-4.12701%2C1.84059-4.12701%2C4.12686%2C0%2C2.27659%2C1.85042%2C4.11725%2C4.12701%2C4.11725%2C2.27659%2C0%2C4.12686-1.84066%2C4.12686-4.11725%2C0-2.28627-1.85027-4.12686-4.12686-4.12686M1029.83853%2C874.11065c-1.75345%2C0-3.17756%2C1.42403-3.17756%2C3.17748%2C0%2C1.74377%2C1.42411%2C3.16787%2C3.17756%2C3.16787%2C1.75345%2C0%2C3.1678-1.42411%2C3.1678-3.16787%2C0-1.75345-1.41435-3.17748-3.1678-3.17748M1067.97866%2C875.06003c-1.23046%2C0-2.22825.99779-2.22825%2C2.2281%2C0%2C1.22063.99779%2C2.21849%2C2.22825%2C2.21849%2C1.22056%2C0%2C2.21835-.99786%2C2.21835-2.21849%2C0-1.23031-.99779-2.2281-2.21835-2.2281M1106.1185%2C876.01909c-.70717%2C0-1.26889.56187-1.26889%2C1.26904%2C0%2C.69757.56172%2C1.26912%2C1.26889%2C1.26912.69757%2C0%2C1.26919-.57155%2C1.26919-1.26912%2C0-.70717-.57162-1.26904-1.26919-1.26904M1144.56861%2C877.28813c0-.18404-.14531-.31966-.31974-.31966-.17428%2C0-.30998.13563-.30998.31966%2C0%2C.17443.1357.31005.30998.31005.17443%2C0%2C.31974-.13563.31974-.31005M38.35299%2C839.14815c0-.05817-.04849-.10658-.10643-.10658-.05824%2C0-.10643.04841-.10643.10658%2C0%2C.05809.04819.10658.10643.10658.05795%2C0%2C.10643-.04849.10643-.10658M76.38669%2C838.29567c-.46504%2C0-.85263.37776-.85263.85248%2C0%2C.46497.38759.8428.85263.8428.46475%2C0%2C.84258-.37783.84258-.8428%2C0-.47473-.37783-.85248-.84258-.85248M114.52653%2C837.34629c-.99779%2C0-1.80194.80407-1.80194%2C1.80186%2C0%2C.98811.80415%2C1.79218%2C1.80194%2C1.79218.98833%2C0%2C1.79218-.80407%2C1.79218-1.79218%2C0-.99779-.80385-1.80186-1.79218-1.80186M152.6569%2C836.29033c-1.56927%2C0-2.84821%2C1.27872-2.84821%2C2.85782%2C0%2C1.5791%2C1.27895%2C2.85782%2C2.84821%2C2.85782%2C1.57902%2C0%2C2.85767-1.27872%2C2.85767-2.85782%2C0-1.5791-1.27865-2.85782-2.85767-2.85782M190.79704%2C835.23438c-2.16055%2C0-3.914%2C1.75345-3.914%2C3.91378%2C0%2C2.16033%2C1.75345%2C3.91378%2C3.914%2C3.91378%2C2.16025%2C0%2C3.9137-1.75345%2C3.9137-3.91378%2C0-2.16033-1.75345-3.91378-3.9137-3.91378M228.93687%2C834.285c-2.68354%2C0-4.86301%2C2.17001-4.86301%2C4.86316%2C0%2C2.68346%2C2.17947%2C4.86316%2C4.86301%2C4.86316%2C2.68354%2C0%2C4.8633-2.17969%2C4.8633-4.86316%2C0-2.69315-2.17977-4.86316-4.8633-4.86316M267.077%2C833.43244c-3.15834%2C0-5.71564%2C2.55752-5.71564%2C5.71571%2C0%2C3.14843%2C2.5573%2C5.70596%2C5.71564%2C5.70596%2C3.14829%2C0%2C5.70588-2.55752%2C5.70588-5.70596%2C0-3.15819-2.5576-5.71571-5.70588-5.71571M305.21684%2C832.48306c-3.68103%2C0-6.66494%2C2.98384-6.66494%2C6.66509%2C0%2C3.68125%2C2.98391%2C6.65534%2C6.66494%2C6.65534%2C3.67187%2C0%2C6.65548-2.97408%2C6.65548-6.65534s-2.98362-6.66509-6.65548-6.66509M343.34721%2C831.64026c-4.14608%2C0-7.50782%2C3.36159-7.50782%2C7.50789%2C0%2C4.1463%2C3.36174%2C7.50789%2C7.50782%2C7.50789%2C4.14637%2C0%2C7.51757-3.36159%2C7.51757-7.50789s-3.3712-7.50789-7.51757-7.50789M381.48734%2C830.78778c-4.61142%2C0-8.35069%2C3.73942-8.35069%2C8.36037%2C0%2C4.61127%2C3.73927%2C8.35069%2C8.35069%2C8.35069%2C4.62088%2C0%2C8.36045-3.73942%2C8.36045-8.35069%2C0-4.62095-3.73957-8.36037-8.36045-8.36037M419.62718%2C830.05148c-5.02768%2C0-9.0966%2C4.06884-9.0966%2C9.09667s4.06892%2C9.09667%2C9.0966%2C9.09667c5.02798%2C0%2C9.09689-4.07852%2C9.09689-9.09667s-4.06892-9.09667-9.09689-9.09667M457.76731%2C829.30558c-5.43478%2C0-9.83274%2C4.40787-9.83274%2C9.84257s4.39796%2C9.83289%2C9.83274%2C9.83289c5.43478%2C0%2C9.83304-4.40787%2C9.83304-9.83289%2C0-5.43471-4.39826-9.84257-9.83304-9.84257M495.90744%2C828.78244c-5.7254%2C0-10.36579%2C4.64032-10.36579%2C10.36571%2C0%2C5.72532%2C4.64039%2C10.36571%2C10.36579%2C10.36571s10.35603-4.64039%2C10.35603-10.36571c0-5.72539-4.63063-10.36571-10.35603-10.36571M534.03782%2C828.3562c-5.95807%2C0-10.78234%2C4.83411-10.78234%2C10.79195%2C0%2C5.95784%2C4.82428%2C10.78227%2C10.78234%2C10.78227s10.79181-4.82443%2C10.79181-10.78227c0-5.95784-4.83404-10.79195-10.79181-10.79195M572.17765%2C828.14304c-6.07396%2C0-10.99521%2C4.93101-10.99521%2C11.00511%2C0%2C6.0741%2C4.92125%2C10.99543%2C10.99521%2C10.99543s11.00526-4.92132%2C11.00526-10.99543-4.93101-11.00511-11.00526-11.00511M610.31778%2C828.04615c-6.1322%2C0-11.10193%2C4.96973-11.10193%2C11.10201%2C0%2C6.1322%2C4.96974%2C11.10193%2C11.10193%2C11.10193s11.10193-4.96973%2C11.10193-11.10193c0-6.13227-4.96974-11.10201-11.10193-11.10201M648.45762%2C828.14304c-6.07396%2C0-10.99521%2C4.93101-10.99521%2C11.00511%2C0%2C6.0741%2C4.92125%2C10.99543%2C10.99521%2C10.99543s10.9955-4.92132%2C10.9955-10.99543c0-6.0741-4.92125-11.00511-10.9955-11.00511M686.59775%2C828.46278c-5.89982%2C0-10.68537%2C4.78562-10.68537%2C10.68537%2C0%2C5.89975%2C4.78555%2C10.67569%2C10.68537%2C10.67569%2C5.89982%2C0%2C10.67562-4.77594%2C10.67562-10.67569%2C0-5.89975-4.77579-10.68537-10.67562-10.68537M724.73788%2C828.88902c-5.66745%2C0-10.25935%2C4.5919-10.25935%2C10.25913%2C0%2C5.66723%2C4.59191%2C10.25913%2C10.25935%2C10.25913%2C5.6574%2C0%2C10.2493-4.5919%2C10.2493-10.25913%2C0-5.66723-4.59191-10.25913-10.2493-10.25913M762.86826%2C829.41216c-5.36708%2C0-9.72661%2C4.35938-9.72661%2C9.73599%2C0%2C5.36693%2C4.35953%2C9.72631%2C9.72661%2C9.72631%2C5.37654%2C0%2C9.73577-4.35938%2C9.73577-9.72631%2C0-5.37661-4.35924-9.73599-9.73577-9.73599M801.00809%2C830.05148c-5.01822%2C0-9.0966%2C4.06884-9.0966%2C9.09667%2C0%2C5.01815%2C4.07838%2C9.09667%2C9.0966%2C9.09667%2C5.02798%2C0%2C9.0966-4.07852%2C9.0966-9.09667s-4.06862-9.09667-9.0966-9.09667M839.14822%2C830.89436c-4.55318%2C0-8.25402%2C3.70062-8.25402%2C8.2538s3.70084%2C8.24411%2C8.25402%2C8.24411%2C8.24397-3.69094%2C8.24397-8.24411-3.69079-8.2538-8.24397-8.2538M877.28806%2C831.64026c-4.14608%2C0-7.50782%2C3.36159-7.50782%2C7.50789%2C0%2C4.1463%2C3.36174%2C7.50789%2C7.50782%2C7.50789%2C4.14637%2C0%2C7.50811-3.36159%2C7.50811-7.50789s-3.36174-7.50789-7.50811-7.50789M915.41844%2C832.58964c-3.61333%2C0-6.54876%2C2.93535-6.54876%2C6.55851%2C0%2C3.62316%2C2.93543%2C6.55851%2C6.54876%2C6.55851%2C3.62324%2C0%2C6.55851-2.93535%2C6.55851-6.55851%2C0-3.62316-2.93528-6.55851-6.55851-6.55851M953.55857%2C833.43244c-3.14858%2C0-5.70603%2C2.55752-5.70603%2C5.71571%2C0%2C3.14843%2C2.55745%2C5.70596%2C5.70603%2C5.70596%2C3.15804%2C0%2C5.71564-2.55752%2C5.71564-5.70596%2C0-3.15819-2.5576-5.71571-5.71564-5.71571M991.69855%2C834.38182c-2.6253%2C0-4.75658%2C2.13128-4.75658%2C4.76633%2C0%2C2.6253%2C2.13128%2C4.75658%2C4.75658%2C4.75658%2C2.63505%2C0%2C4.75658-2.13128%2C4.75658-4.75658%2C0-2.63505-2.12152-4.76633-4.75658-4.76633M1029.83853%2C835.34096c-2.10216%2C0-3.80727%2C1.70496-3.80727%2C3.8072%2C0%2C2.10223%2C1.70511%2C3.8072%2C3.80727%2C3.8072%2C2.10231%2C0%2C3.80727-1.70496%2C3.80727-3.8072%2C0-2.10223-1.70497-3.8072-3.80727-3.8072M1067.97866%2C836.39684c-1.52108%2C0-2.75139%2C1.23039-2.75139%2C2.75131%2C0%2C1.51125%2C1.23031%2C2.75124%2C2.75139%2C2.75124%2C1.52078%2C0%2C2.75124-1.23999%2C2.75124-2.75124%2C0-1.52093-1.23046-2.75131-2.75124-2.75131M1106.1185%2C837.34629c-.99779%2C0-1.80179.80407-1.80179%2C1.80186%2C0%2C.98811.804%2C1.79218%2C1.80179%2C1.79218.98818%2C0%2C1.79233-.80407%2C1.79233-1.79218%2C0-.99779-.80415-1.80186-1.79233-1.80186M1144.24888%2C838.40218c-.4068%2C0-.73615.32942-.73615.74598%2C0%2C.40688.32934.73622.73615.73622.41656%2C0%2C.7459-.32934.7459-.73622%2C0-.41656-.32934-.74598-.7459-.74598M38.45972%2C801.0081c0-.11619-.09697-.21308-.21316-.21308s-.21316.0969-.21316.21308c0%2C.11626.09697.21316.21316.21316s.21316-.0969.21316-.21316M76.38669%2C799.73906c-.70717%2C0-1.26919.57155-1.26919%2C1.26904%2C0%2C.69757.56201%2C1.26912%2C1.26919%2C1.26912.69742%2C0%2C1.26889-.57155%2C1.26889-1.26912%2C0-.69749-.57148-1.26904-1.26889-1.26904M114.52653%2C798.6831c-1.28841%2C0-2.33468%2C1.03659-2.33468%2C2.325%2C0%2C1.28848%2C1.04628%2C2.32507%2C2.33468%2C2.32507%2C1.27865%2C0%2C2.32522-1.03659%2C2.32522-2.32507%2C0-1.28841-1.04657-2.325-2.32522-2.325M152.6569%2C797.62714c-1.86018%2C0-3.38096%2C1.51132-3.38096%2C3.38096%2C0%2C1.86971%2C1.52078%2C3.38103%2C3.38096%2C3.38103%2C1.86964%2C0%2C3.39071-1.51132%2C3.39071-3.38103%2C0-1.86964-1.52108-3.38096-3.39071-3.38096M190.79704%2C796.66808c-2.39292%2C0-4.33056%2C1.94724-4.33056%2C4.34002%2C0%2C2.39285%2C1.93764%2C4.34009%2C4.33056%2C4.34009%2C2.39263%2C0%2C4.34002-1.94724%2C4.34002-4.34009%2C0-2.39278-1.94739-4.34002-4.34002-4.34002M228.93687%2C795.61212c-2.97415%2C0-5.39605%2C2.41221-5.39605%2C5.39598%2C0%2C2.97415%2C2.4219%2C5.39605%2C5.39605%2C5.39605%2C2.98391%2C0%2C5.39605-2.4219%2C5.39605-5.39605%2C0-2.98376-2.41214-5.39598-5.39605-5.39598M267.077%2C794.66274c-3.5069%2C0-6.34536%2C2.83845-6.34536%2C6.34536%2C0%2C3.50697%2C2.83845%2C6.34543%2C6.34536%2C6.34543s6.34536-2.83845%2C6.34536-6.34543c0-3.5069-2.83845-6.34536-6.34536-6.34536M305.21684%2C793.71337c-4.02989%2C0-7.30442%2C3.26477-7.30442%2C7.29473s3.27453%2C7.29481%2C7.30442%2C7.29481c4.03019%2C0%2C7.29496-3.26477%2C7.29496-7.29481%2C0-4.02996-3.26477-7.29473-7.29496-7.29473M343.34721%2C792.7543c-4.55318%2C0-8.24397%2C3.70069-8.24397%2C8.2538%2C0%2C4.55318%2C3.69079%2C8.24419%2C8.24397%2C8.24419%2C4.56293%2C0%2C8.25402-3.69101%2C8.25402-8.24419%2C0-4.5531-3.69109-8.2538-8.25402-8.2538M381.48734%2C791.9115c-5.01822%2C0-9.0966%2C4.06877-9.0966%2C9.0966%2C0%2C5.01822%2C4.07838%2C9.09667%2C9.0966%2C9.09667%2C5.02798%2C0%2C9.0966-4.07845%2C9.0966-9.09667%2C0-5.02783-4.06862-9.0966-9.0966-9.0966M419.62718%2C791.0687c-5.49273%2C0-9.93917%2C4.4466-9.93917%2C9.9394%2C0%2C5.49287%2C4.44645%2C9.93947%2C9.93917%2C9.93947%2C5.49302%2C0%2C9.93947-4.4466%2C9.93947-9.93947%2C0-5.4928-4.44645-9.9394-9.93947-9.9394M457.76731%2C790.32273c-5.89982%2C0-10.68537%2C4.7857-10.68537%2C10.68537%2C0%2C5.89975%2C4.78555%2C10.67577%2C10.68537%2C10.67577%2C5.89982%2C0%2C10.67562-4.77602%2C10.67562-10.67577%2C0-5.89968-4.77579-10.68537-10.67562-10.68537M495.90744%2C789.69301c-6.24868%2C0-11.31509%2C5.06663-11.31509%2C11.31509%2C0%2C6.24853%2C5.06641%2C11.31516%2C11.31509%2C11.31516%2C6.24839%2C0%2C11.31509-5.06663%2C11.31509-11.31516%2C0-6.24846-5.06671-11.31509-11.31509-11.31509M534.03782%2C789.16019c-6.5393%2C0-11.83838%2C5.30884-11.83838%2C11.84791s5.29908%2C11.84798%2C11.83838%2C11.84798c6.54876%2C0%2C11.84784-5.30884%2C11.84784-11.84798%2C0-6.53907-5.29908-11.84791-11.84784-11.84791M572.17765%2C788.84053c-6.71343%2C0-12.15797%2C5.45414-12.15797%2C12.16757%2C0%2C6.7135%2C5.44454%2C12.15796%2C12.15797%2C12.15796%2C6.72319%2C0%2C12.16772-5.44446%2C12.16772-12.15796%2C0-6.71343-5.44454-12.16757-12.16772-12.16757M610.31778%2C788.74363c-6.77167%2C0-12.2644%2C5.49287-12.2644%2C12.26447%2C0%2C6.77167%2C5.49273%2C12.26454%2C12.2644%2C12.26454s12.2644-5.49287%2C12.2644-12.26454-5.49273-12.26447-12.2644-12.26447M648.45762%2C788.84053c-6.71343%2C0-12.16743%2C5.45414-12.16743%2C12.16757%2C0%2C6.7135%2C5.454%2C12.15796%2C12.16743%2C12.15796%2C6.71373%2C0%2C12.15797-5.44446%2C12.15797-12.15796%2C0-6.71343-5.44424-12.16757-12.15797-12.16757M686.59775%2C789.26677c-6.49052%2C0-11.74141%2C5.26035-11.74141%2C11.74133%2C0%2C6.48105%2C5.25089%2C11.74141%2C11.74141%2C11.74141%2C6.48106%2C0%2C11.73165-5.26035%2C11.73165-11.74141%2C0-6.48098-5.25059-11.74133-11.73165-11.74133M724.73788%2C789.79959c-6.2002%2C0-11.21842%2C5.01815-11.21842%2C11.20851%2C0%2C6.19036%2C5.01822%2C11.20859%2C11.21842%2C11.20859%2C6.19014%2C0%2C11.20836-5.01822%2C11.20836-11.20859%2C0-6.19036-5.01822-11.20851-11.20836-11.20851M762.86826%2C790.32273c-5.89982%2C0-10.67591%2C4.7857-10.67591%2C10.68537%2C0%2C5.89975%2C4.77609%2C10.67577%2C10.67591%2C10.67577%2C5.89953%2C0%2C10.68537-4.77602%2C10.68537-10.67577%2C0-5.89968-4.78585-10.68537-10.68537-10.68537M801.00809%2C791.0687c-5.49273%2C0-9.93947%2C4.4466-9.93947%2C9.9394%2C0%2C5.49287%2C4.44675%2C9.93947%2C9.93947%2C9.93947%2C5.49302%2C0%2C9.93947-4.4466%2C9.93947-9.93947%2C0-5.4928-4.44645-9.9394-9.93947-9.9394M839.14822%2C791.9115c-5.02798%2C0-9.0966%2C4.06877-9.0966%2C9.0966%2C0%2C5.01822%2C4.06862%2C9.09667%2C9.0966%2C9.09667%2C5.01822%2C0%2C9.0966-4.07845%2C9.0966-9.09667%2C0-5.02783-4.07838-9.0966-9.0966-9.0966M877.28806%2C792.86088c-4.50469%2C0-8.14729%2C3.65221-8.14729%2C8.14722s3.6426%2C8.13761%2C8.14729%2C8.13761c4.49523%2C0%2C8.13783-3.64253%2C8.13783-8.13761s-3.6426-8.14722-8.13783-8.14722M915.41844%2C793.81994c-3.96219%2C0-7.18823%2C3.21628-7.18823%2C7.18816s3.22604%2C7.18823%2C7.18823%2C7.18823c3.97194%2C0%2C7.19799-3.21628%2C7.19799-7.18823%2C0-3.97187-3.22604-7.18816-7.19799-7.18816M953.55857%2C794.76932c-3.4392%2C0-6.23892%2C2.79004-6.23892%2C6.23878%2C0%2C3.44881%2C2.79973%2C6.23885%2C6.23892%2C6.23885%2C3.44866%2C0%2C6.23878-2.79004%2C6.23878-6.23885s-2.79012-6.23878-6.23878-6.23878M991.69855%2C795.7187c-2.91606%2C0-5.28947%2C2.37348-5.28947%2C5.2894%2C0%2C2.91599%2C2.37341%2C5.28947%2C5.28947%2C5.28947%2C2.92567%2C0%2C5.28947-2.37348%2C5.28947-5.28947%2C0-2.91591-2.3638-5.2894-5.28947-5.2894M1029.83853%2C796.77466c-2.33468%2C0-4.23344%2C1.89876-4.23344%2C4.23344%2C0%2C2.33476%2C1.89876%2C4.23351%2C4.23344%2C4.23351%2C2.33468%2C0%2C4.23359-1.89876%2C4.23359-4.23351%2C0-2.33468-1.89891-4.23344-4.23359-4.23344M1067.97866%2C797.72404c-1.81169%2C0-3.28413%2C1.47252-3.28413%2C3.28406s1.47244%2C3.27445%2C3.28413%2C3.27445c1.8114%2C0%2C3.27423-1.46283%2C3.27423-3.27445%2C0-1.81154-1.46283-3.28406-3.27423-3.28406M1106.1185%2C798.78968c-1.23016%2C0-2.2281.98811-2.2281%2C2.21842%2C0%2C1.23039.99794%2C2.21849%2C2.2281%2C2.21849%2C1.2207%2C0%2C2.21849-.98811%2C2.21849-2.21849%2C0-1.23031-.99779-2.21842-2.21849-2.21842M1144.24888%2C799.84564c-.63932%2C0-1.16246.52314-1.16246%2C1.16246%2C0%2C.6394.52314%2C1.16254%2C1.16246%2C1.16254.64908%2C0%2C1.16246-.52314%2C1.16246-1.16254%2C0-.63932-.51338-1.16246-1.16246-1.16246M1182.60202%2C801.0081c0-.11619-.09682-.21308-.21301-.21308-.11633%2C0-.21316.0969-.21316.21308%2C0%2C.11626.09682.21316.21316.21316.11619%2C0%2C.21301-.0969.21301-.21316M38.24656%2C762.34498c-.29062%2C0-.53275.23252-.53275.52314s.24213.53282.53275.53282.53275-.2422.53275-.53282c0-.29062-.24213-.52314-.53275-.52314M76.38669%2C761.27934c-.8816%2C0-1.58878.71693-1.58878%2C1.58878%2C0%2C.8816.70717%2C1.58878%2C1.58878%2C1.58878.87185%2C0%2C1.57902-.70717%2C1.57902-1.58878%2C0-.87185-.70717-1.58878-1.57902-1.58878M114.52653%2C760.22338c-1.46283%2C0-2.64451%2C1.1819-2.64451%2C2.64474%2C0%2C1.46283%2C1.18168%2C2.64474%2C2.64451%2C2.64474%2C1.45308%2C0%2C2.64481-1.1819%2C2.64481-2.64474%2C0-1.46283-1.19173-2.64474-2.64481-2.64474M152.6569%2C759.16743c-2.04407%2C0-3.70055%2C1.65663-3.70055%2C3.70069%2C0%2C2.04407%2C1.65648%2C3.70062%2C3.70055%2C3.70062s3.70055-1.65655%2C3.70055-3.70062c0-2.04407-1.65648-3.70069-3.70055-3.70069M190.79704%2C758.11154c-2.6253%2C0-4.75687%2C2.13121-4.75687%2C4.75658%2C0%2C2.62537%2C2.13158%2C4.75658%2C4.75687%2C4.75658%2C2.63476%2C0%2C4.76633-2.13121%2C4.76633-4.75658%2C0-2.62537-2.13158-4.75658-4.76633-4.75658M228.93687%2C757.05558c-3.21628%2C0-5.81261%2C2.60593-5.81261%2C5.81254%2C0%2C3.21628%2C2.59632%2C5.82222%2C5.81261%2C5.82222s5.81261-2.60593%2C5.81261-5.82222c0-3.2066-2.59632-5.81254-5.81261-5.81254M267.077%2C755.99963c-3.79752%2C0-6.8781%2C3.07098-6.8781%2C6.86849s3.08059%2C6.87818%2C6.8781%2C6.87818%2C6.86835-3.08066%2C6.86835-6.87818-3.07083-6.86849-6.86835-6.86849M305.21684%2C755.04057c-4.33026%2C0-7.82741%2C3.5069-7.82741%2C7.82755%2C0%2C4.32065%2C3.49714%2C7.82755%2C7.82741%2C7.82755%2C4.3208%2C0%2C7.81795-3.5069%2C7.81795-7.82755%2C0-4.32065-3.49714-7.82755-7.81795-7.82755M343.34721%2C753.98461c-4.90174%2C0-8.88344%2C3.98163-8.88344%2C8.88351s3.9817%2C8.88351%2C8.88344%2C8.88351c4.91179%2C0%2C8.88373-3.97194%2C8.88373-8.88351s-3.97194-8.88351-8.88373-8.88351M381.48734%2C753.03523c-5.42502%2C0-9.83304%2C4.39819-9.83304%2C9.83289%2C0%2C5.43471%2C4.40802%2C9.83289%2C9.83304%2C9.83289%2C5.43478%2C0%2C9.8425-4.39819%2C9.8425-9.83289%2C0-5.43471-4.40772-9.83289-9.8425-9.83289M419.62718%2C752.18275c-5.89953%2C0-10.68537%2C4.78562-10.68537%2C10.68537%2C0%2C5.89975%2C4.78585%2C10.68537%2C10.68537%2C10.68537%2C5.89982%2C0%2C10.68567-4.78562%2C10.68567-10.68537%2C0-5.89975-4.78585-10.68537-10.68567-10.68537M457.76731%2C751.33987c-6.36457%2C0-11.52825%2C5.16353-11.52825%2C11.52825%2C0%2C6.36472%2C5.16368%2C11.52825%2C11.52825%2C11.52825%2C6.36487%2C0%2C11.52825-5.16353%2C11.52825-11.52825%2C0-6.36472-5.16338-11.52825-11.52825-11.52825M495.90744%2C750.60365c-6.78143%2C0-12.27415%2C5.49287-12.27415%2C12.26447s5.49273%2C12.26447%2C12.27415%2C12.26447c6.77167%2C0%2C12.2644-5.48319%2C12.2644-12.26447s-5.49273-12.26447-12.2644-12.26447M534.03782%2C750.07083c-7.06229%2C0-12.78768%2C5.73508-12.78768%2C12.79729%2C0%2C7.07197%2C5.7254%2C12.79729%2C12.78768%2C12.79729%2C7.07175%2C0%2C12.79714-5.72532%2C12.79714-12.79729%2C0-7.06221-5.7254-12.79729-12.79714-12.79729M572.17765%2C749.64459c-7.29466%2C0-13.2137%2C5.9288-13.2137%2C13.22353%2C0%2C7.30442%2C5.91904%2C13.22353%2C13.2137%2C13.22353%2C7.30442%2C0%2C13.22375-5.91911%2C13.22375-13.22353%2C0-7.29473-5.91934-13.22353-13.22375-13.22353M610.31778%2C749.54769c-7.36266%2C0-13.32043%2C5.96753-13.32043%2C13.32043%2C0%2C7.36258%2C5.95777%2C13.33011%2C13.32043%2C13.33011s13.33018-5.96753%2C13.33018-13.33011c0-7.3529-5.96753-13.32043-13.33018-13.32043M648.45762%2C749.64459c-7.30442%2C0-13.22346%2C5.9288-13.22346%2C13.22353%2C0%2C7.30442%2C5.91904%2C13.22353%2C13.22346%2C13.22353s13.22375-5.91911%2C13.22375-13.22353c0-7.29473-5.91904-13.22353-13.22375-13.22353M686.59775%2C750.07083c-7.07204%2C0-12.79714%2C5.73508-12.79714%2C12.79729%2C0%2C7.07197%2C5.7251%2C12.79729%2C12.79714%2C12.79729%2C7.06229%2C0%2C12.79744-5.72532%2C12.79744-12.79729%2C0-7.06221-5.73515-12.79729-12.79744-12.79729M724.73788%2C750.71023c-6.72319%2C0-12.16772%2C5.44439-12.16772%2C12.15789%2C0%2C6.72319%2C5.44454%2C12.16757%2C12.16772%2C12.16757%2C6.71343%2C0%2C12.15797-5.44439%2C12.15797-12.16757%2C0-6.7135-5.44454-12.15789-12.15797-12.15789M762.86826%2C751.44645c-6.30663%2C0-11.42182%2C5.11504-11.42182%2C11.42167%2C0%2C6.30663%2C5.11519%2C11.42167%2C11.42182%2C11.42167%2C6.31609%2C0%2C11.42152-5.11504%2C11.42152-11.42167%2C0-6.30663-5.10543-11.42167-11.42152-11.42167M801.00809%2C752.28925c-5.84158%2C0-10.57894%2C4.73729-10.57894%2C10.57887%2C0%2C5.84158%2C4.73736%2C10.57887%2C10.57894%2C10.57887%2C5.84158%2C0%2C10.57894-4.73729%2C10.57894-10.57887%2C0-5.84158-4.73736-10.57887-10.57894-10.57887M839.14822%2C753.14181c-5.37683%2C0-9.72631%2C4.3497-9.72631%2C9.72631%2C0%2C5.37661%2C4.34948%2C9.72631%2C9.72631%2C9.72631%2C5.37654%2C0%2C9.72631-4.3497%2C9.72631-9.72631%2C0-5.37661-4.34977-9.72631-9.72631-9.72631M877.28806%2C754.09119c-4.85325%2C0-8.77671%2C3.93314-8.77671%2C8.77693s3.92346%2C8.77693%2C8.77671%2C8.77693c4.84379%2C0%2C8.77701-3.92346%2C8.77701-8.77693s-3.93322-8.77693-8.77701-8.77693M915.41844%2C755.14714c-4.26256%2C0-7.71122%2C3.45842-7.71122%2C7.72098%2C0%2C4.26256%2C3.44866%2C7.72098%2C7.71122%2C7.72098%2C4.27232%2C0%2C7.73073-3.45842%2C7.73073-7.72098%2C0-4.26256-3.45842-7.72098-7.73073-7.72098M953.55857%2C756.10621c-3.73942%2C0-6.76191%2C3.02249-6.76191%2C6.76191%2C0%2C3.73942%2C3.02249%2C6.7716%2C6.76191%2C6.7716%2C3.73942%2C0%2C6.77152-3.03217%2C6.77152-6.7716s-3.0321-6.76191-6.77152-6.76191M991.69855%2C757.16216c-3.14844%2C0-5.70603%2C2.55752-5.70603%2C5.70596%2C0%2C3.15812%2C2.5576%2C5.71564%2C5.70603%2C5.71564%2C3.15819%2C0%2C5.71564-2.55752%2C5.71564-5.71564%2C0-3.14843-2.55745-5.70596-5.71564-5.70596M1029.83853%2C758.21805c-2.5672%2C0-4.65%2C2.08287-4.65%2C4.65007%2C0%2C2.5672%2C2.0828%2C4.65007%2C4.65%2C4.65007%2C2.5672%2C0%2C4.65015-2.08287%2C4.65015-4.65007%2C0-2.5672-2.08294-4.65007-4.65015-4.65007M1067.97866%2C759.274c-1.98612%2C0-3.59411%2C1.60814-3.59411%2C3.59411%2C0%2C1.98597%2C1.60799%2C3.59411%2C3.59411%2C3.59411%2C1.98582%2C0%2C3.59397-1.60814%2C3.59397-3.59411s-1.60814-3.59411-3.59397-3.59411M1106.1185%2C760.32996c-1.40459%2C0-2.53808%2C1.13349-2.53808%2C2.53816s1.13349%2C2.53816%2C2.53808%2C2.53816c1.39513%2C0%2C2.53823-1.13349%2C2.53823-2.53816%2C0-1.40467-1.1431-2.53816-2.53823-2.53816M1144.24888%2C761.38592c-.81375%2C0-1.47244.66845-1.47244%2C1.4822%2C0%2C.82344.65869%2C1.4822%2C1.47244%2C1.4822.82351%2C0%2C1.4822-.65876%2C1.4822-1.4822%2C0-.81375-.65869-1.4822-1.4822-1.4822M1182.81517%2C762.86812c0-.23252-.19379-.42624-.42617-.42624-.23252%2C0-.42632.19372-.42632.42624s.19379.42624.42632.42624c.23237%2C0%2C.42617-.19372.42617-.42624M38.24656%2C723.99184c-.4068%2C0-.73615.32942-.73615.7363%2C0%2C.40688.32934.7459.73615.7459s.73615-.33903.73615-.7459c0-.40688-.32934-.7363-.73615-.7363M76.38669%2C722.93589c-.99809%2C0-1.80194.80407-1.80194%2C1.79225%2C0%2C.99779.80385%2C1.80186%2C1.80194%2C1.80186.98803%2C0%2C1.79218-.80407%2C1.79218-1.80186%2C0-.98818-.80415-1.79225-1.79218-1.79225M114.52653%2C721.77342c-1.63726%2C0-2.9644%2C1.32714-2.9644%2C2.95472%2C0%2C1.63719%2C1.32714%2C2.9644%2C2.9644%2C2.9644%2C1.62751%2C0%2C2.95464-1.32721%2C2.95464-2.9644s-1.32714-2.95472-2.95464-2.95472M152.6569%2C720.71747c-2.21849%2C0-4.01067%2C1.79218-4.01067%2C4.01067%2C0%2C2.21842%2C1.79218%2C4.02028%2C4.01067%2C4.02028%2C2.21849%2C0%2C4.02043-1.80186%2C4.02043-4.02028%2C0-2.21849-1.80194-4.01067-4.02043-4.01067M190.79704%2C719.65183c-2.79973%2C0-5.07646%2C2.27659-5.07646%2C5.07631%2C0%2C2.80933%2C2.27674%2C5.07624%2C5.07646%2C5.07624%2C2.80919%2C0%2C5.07617-2.26691%2C5.07617-5.07624%2C0-2.79973-2.26698-5.07631-5.07617-5.07631M228.93687%2C718.59587c-3.39071%2C0-6.1322%2C2.75124-6.1322%2C6.13227%2C0%2C3.39064%2C2.74148%2C6.1322%2C6.1322%2C6.1322%2C3.39071%2C0%2C6.1322-2.74156%2C6.1322-6.1322%2C0-3.38103-2.74148-6.13227-6.1322-6.13227M267.077%2C717.53991c-3.97194%2C0-7.19799%2C3.21628-7.19799%2C7.18823s3.22604%2C7.19784%2C7.19799%2C7.19784%2C7.18823-3.22597%2C7.18823-7.19784-3.21628-7.18823-7.18823-7.18823M305.21684%2C716.48395c-4.56264%2C0-8.25372%2C3.69101-8.25372%2C8.24419%2C0%2C4.56278%2C3.69109%2C8.2538%2C8.25372%2C8.2538%2C4.55318%2C0%2C8.24426-3.69101%2C8.24426-8.2538s-3.69109-8.24419-8.24426-8.24419M343.34721%2C715.42799c-5.13441%2C0-9.3%2C4.16566-9.3%2C9.30014%2C0%2C5.14409%2C4.16559%2C9.30975%2C9.3%2C9.30975%2C5.14416%2C0%2C9.30975-4.16566%2C9.30975-9.30975%2C0-5.13448-4.16559-9.30014-9.30975-9.30014M381.48734%2C714.36235c-5.7254%2C0-10.36579%2C4.64039-10.36579%2C10.36578%2C0%2C5.72532%2C4.64039%2C10.36571%2C10.36579%2C10.36571s10.36579-4.64039%2C10.36579-10.36571c0-5.72539-4.64039-10.36578-10.36579-10.36578M419.62718%2C713.41298c-6.24839%2C0-11.3148%2C5.06663-11.3148%2C11.31516%2C0%2C6.24846%2C5.06641%2C11.31509%2C11.3148%2C11.31509%2C6.24868%2C0%2C11.31539-5.06663%2C11.31539-11.31509%2C0-6.24853-5.06671-11.31516-11.31539-11.31516M457.76731%2C712.4636c-6.77167%2C0-12.2644%2C5.49287-12.2644%2C12.26454%2C0%2C6.78128%2C5.49273%2C12.27415%2C12.2644%2C12.27415%2C6.77167%2C0%2C12.2644-5.49287%2C12.2644-12.27415%2C0-6.77167-5.49273-12.26454-12.2644-12.26454M495.90744%2C711.6208c-7.24647%2C0-13.11703%2C5.8707-13.11703%2C13.10734%2C0%2C7.24625%2C5.87056%2C13.11695%2C13.11703%2C13.11695%2C7.23642%2C0%2C13.10727-5.8707%2C13.10727-13.11695%2C0-7.23664-5.87085-13.10734-13.10727-13.10734M534.03782%2C710.9814c-7.58557%2C0-13.74674%2C6.16132-13.74674%2C13.74674%2C0%2C7.59503%2C6.16117%2C13.74667%2C13.74674%2C13.74667%2C7.59503%2C0%2C13.7562-6.15164%2C13.7562-13.74667%2C0-7.58542-6.16117-13.74674-13.7562-13.74674M572.17765%2C710.45826c-7.88565%2C0-14.26973%2C6.38416-14.26973%2C14.26988%2C0%2C7.88565%2C6.38408%2C14.27949%2C14.26973%2C14.27949s14.27949-6.39384%2C14.27949-14.27949c0-7.88572-6.39384-14.26988-14.27949-14.26988M610.31778%2C710.24518c-8.00213%2C0-14.48289%2C6.48098-14.48289%2C14.48296%2C0%2C8.00191%2C6.48076%2C14.49257%2C14.48289%2C14.49257s14.49265-6.49066%2C14.49265-14.49257c0-8.00198-6.49081-14.48296-14.49265-14.48296M648.45762%2C710.45826c-7.88565%2C0-14.27949%2C6.38416-14.27949%2C14.26988%2C0%2C7.88565%2C6.39384%2C14.27949%2C14.27949%2C14.27949%2C7.88594%2C0%2C14.27949-6.39384%2C14.27949-14.27949%2C0-7.88572-6.39355-14.26988-14.27949-14.26988M686.59775%2C710.9814c-7.59503%2C0-13.74674%2C6.16132-13.74674%2C13.74674%2C0%2C7.59503%2C6.15171%2C13.74667%2C13.74674%2C13.74667%2C7.59503%2C0%2C13.74674-6.15164%2C13.74674-13.74667%2C0-7.58542-6.15171-13.74674-13.74674-13.74674M724.73788%2C711.72737c-7.18823%2C0-13.0106%2C5.82222-13.0106%2C13.00076%2C0%2C7.18816%2C5.82237%2C13.01037%2C13.0106%2C13.01037%2C7.17847%2C0%2C13.00054-5.82222%2C13.00054-13.01037%2C0-7.17855-5.82207-13.00076-13.00054-13.00076M762.86826%2C712.57017c-6.71373%2C0-12.15797%2C5.44446-12.15797%2C12.15796%2C0%2C6.72311%2C5.44424%2C12.16757%2C12.15797%2C12.16757%2C6.72319%2C0%2C12.16743-5.44446%2C12.16743-12.16757%2C0-6.7135-5.44424-12.15796-12.16743-12.15796M801.00809%2C713.51955c-6.19044%2C0-11.20836%2C5.01822-11.20836%2C11.20859%2C0%2C6.19036%2C5.01792%2C11.20851%2C11.20836%2C11.20851s11.20866-5.01815%2C11.20866-11.20851c0-6.19036-5.01822-11.20859-11.20866-11.20859M839.14822%2C714.47862c-5.66715%2C0-10.25935%2C4.5919-10.25935%2C10.24952%2C0%2C5.66723%2C4.5922%2C10.25913%2C10.25935%2C10.25913s10.25906-4.5919%2C10.25906-10.25913c0-5.65762-4.59191-10.24952-10.25906-10.24952M877.28806%2C715.42799c-5.14387%2C0-9.30975%2C4.16566-9.30975%2C9.30014s4.16589%2C9.30975%2C9.30975%2C9.30975c5.13441%2C0%2C9.30029-4.16566%2C9.30029-9.30975s-4.16589-9.30014-9.30029-9.30014M915.41844%2C716.59053c-4.49493%2C0-8.13753%2C3.64253-8.13753%2C8.13761s3.6426%2C8.14722%2C8.13753%2C8.14722c4.50484%2C0%2C8.14729-3.64253%2C8.14729-8.14722s-3.64245-8.13761-8.14729-8.13761M953.55857%2C717.53991c-3.97194%2C0-7.18823%2C3.21628-7.18823%2C7.18823%2C0%2C3.97187%2C3.21628%2C7.19784%2C7.18823%2C7.19784%2C3.97194%2C0%2C7.19784-3.22597%2C7.19784-7.19784%2C0-3.97194-3.22589-7.18823-7.19784-7.18823M991.69855%2C718.59587c-3.39071%2C0-6.13235%2C2.75124-6.13235%2C6.13227%2C0%2C3.39064%2C2.74163%2C6.1322%2C6.13235%2C6.1322%2C3.39057%2C0%2C6.1322-2.74156%2C6.1322-6.1322%2C0-3.38103-2.74163-6.13227-6.1322-6.13227M1029.83853%2C719.7584c-2.74148%2C0-4.96974%2C2.2281-4.96974%2C4.96973%2C0%2C2.75124%2C2.22825%2C4.96966%2C4.96974%2C4.96966%2C2.74163%2C0%2C4.96974-2.21842%2C4.96974-4.96966%2C0-2.74163-2.2281-4.96973-4.96974-4.96973M1067.97866%2C720.81429c-2.1604%2C0-3.91385%2C1.75345-3.91385%2C3.91385%2C0%2C2.16033%2C1.75345%2C3.91378%2C3.91385%2C3.91378%2C2.16025%2C0%2C3.9137-1.75345%2C3.9137-3.91378s-1.75345-3.91385-3.9137-3.91385M1106.1185%2C721.87993c-1.57902%2C0-2.85767%2C1.2788-2.85767%2C2.84821%2C0%2C1.57902%2C1.27865%2C2.85782%2C2.85767%2C2.85782%2C1.56956%2C0%2C2.84821-1.2788%2C2.84821-2.85782%2C0-1.56941-1.27865-2.84821-2.84821-2.84821M1144.24888%2C722.93589c-.98803%2C0-1.79218.80407-1.79218%2C1.79225%2C0%2C.99779.80415%2C1.80186%2C1.79218%2C1.80186.99779%2C0%2C1.80194-.80407%2C1.80194-1.80186%2C0-.98818-.80415-1.79225-1.80194-1.79225M1182.38901%2C724.09842c-.34886%2C0-.62972.28093-.62972.62972%2C0%2C.35839.28086.63932.62972.63932.34871%2C0%2C.63932-.28093.63932-.63932%2C0-.34878-.29062-.62972-.63932-.62972M.21316%2C686.59777c0-.05809-.04849-.10658-.10673-.10658C.04849%2C686.49119%2C0%2C686.53967%2C0%2C686.59777c0%2C.05817.04849.0969.10643.0969.05824%2C0%2C.10673-.03873.10673-.0969M38.24656%2C685.63871c-.52329%2C0-.94931.42624-.94931.95906%2C0%2C.52314.42602.94938.94931.94938.52299%2C0%2C.94931-.42624.94931-.94938%2C0-.53282-.42632-.95906-.94931-.95906M76.38669%2C684.58275c-1.11427%2C0-2.01509.90097-2.01509%2C2.01502%2C0%2C1.10437.90082%2C2.00534%2C2.01509%2C2.00534%2C1.10422%2C0%2C2.00504-.90097%2C2.00504-2.00534%2C0-1.11405-.90082-2.01502-2.00504-2.01502M114.52653%2C683.42029c-1.75345%2C0-3.17756%2C1.42403-3.17756%2C3.17748%2C0%2C1.74377%2C1.42411%2C3.16787%2C3.17756%2C3.16787%2C1.75345%2C0%2C3.1678-1.42411%2C3.1678-3.16787%2C0-1.75345-1.41435-3.17748-3.1678-3.17748M152.6569%2C682.36433c-2.33468%2C0-4.22383%2C1.88908-4.22383%2C4.23344%2C0%2C2.33468%2C1.88915%2C4.22383%2C4.22383%2C4.22383%2C2.34444%2C0%2C4.23359-1.88915%2C4.23359-4.22383%2C0-2.34436-1.88915-4.23344-4.23359-4.23344M190.79704%2C681.30837c-2.91621%2C0-5.28962%2C2.36373-5.28962%2C5.2894s2.37341%2C5.27972%2C5.28962%2C5.27972c2.92567%2C0%2C5.28932-2.36373%2C5.28932-5.27972%2C0-2.92567-2.36365-5.2894-5.28932-5.2894M228.93687%2C680.14583c-3.56485%2C0-6.45179%2C2.88694-6.45179%2C6.45193s2.88694%2C6.44225%2C6.45179%2C6.44225c3.56514%2C0%2C6.45208-2.88687%2C6.45208-6.44225s-2.88694-6.45193-6.45208-6.45193M267.077%2C679.08019c-4.14637%2C0-7.50782%2C3.36159-7.50782%2C7.51757s3.36144%2C7.50789%2C7.50782%2C7.50789%2C7.50782-3.36159%2C7.50782-7.50789-3.36144-7.51757-7.50782-7.51757M305.21684%2C678.02424c-4.73707%2C0-8.57331%2C3.83632-8.57331%2C8.57353%2C0%2C4.72753%2C3.83625%2C8.56385%2C8.57331%2C8.56385%2C4.7276%2C0%2C8.56385-3.83632%2C8.56385-8.56385%2C0-4.73721-3.83625-8.57353-8.56385-8.57353M343.34721%2C676.86177c-5.36678%2C0-9.72631%2C4.35938-9.72631%2C9.73599%2C0%2C5.36693%2C4.35953%2C9.72631%2C9.72631%2C9.72631%2C5.37683%2C0%2C9.73607-4.35938%2C9.73607-9.72631%2C0-5.37661-4.35924-9.73599-9.73607-9.73599M381.48734%2C675.80581c-5.95777%2C0-10.78234%2C4.83411-10.78234%2C10.79195%2C0%2C5.94816%2C4.82458%2C10.78227%2C10.78234%2C10.78227%2C5.95777%2C0%2C10.79181-4.83411%2C10.79181-10.78227%2C0-5.95784-4.83404-10.79195-10.79181-10.79195M419.62718%2C674.74986c-6.539%2C0-11.84784%2C5.29908-11.84784%2C11.84791%2C0%2C6.53915%2C5.30884%2C11.83823%2C11.84784%2C11.83823%2C6.5393%2C0%2C11.84813-5.29908%2C11.84813-11.83823%2C0-6.54883-5.30884-11.84791-11.84813-11.84791M457.76731%2C673.80048c-7.07175%2C0-12.79714%2C5.72539-12.79714%2C12.79729%2C0%2C7.06229%2C5.7254%2C12.78761%2C12.79714%2C12.78761%2C7.06229%2C0%2C12.79744-5.72532%2C12.79744-12.78761%2C0-7.07189-5.73515-12.79729-12.79744-12.79729M495.90744%2C672.84142c-7.59503%2C0-13.74674%2C6.16132-13.74674%2C13.75635%2C0%2C7.58542%2C6.15171%2C13.74667%2C13.74674%2C13.74667%2C7.58528%2C0%2C13.74674-6.16124%2C13.74674-13.74667%2C0-7.59503-6.16147-13.75635-13.74674-13.75635M534.03782%2C671.89204c-8.11832%2C0-14.69605%2C6.57788-14.69605%2C14.70573%2C0%2C8.11817%2C6.57773%2C14.69605%2C14.69605%2C14.69605s14.70551-6.57788%2C14.70551-14.69605c0-8.12785-6.58749-14.70573-14.70551-14.70573M572.17765%2C671.26232c-8.46688%2C0-15.33552%2C6.85881-15.33552%2C15.33545%2C0%2C8.46695%2C6.86864%2C15.33545%2C15.33552%2C15.33545s15.33552-6.86849%2C15.33552-15.33545-6.86864-15.33545-15.33552-15.33545M610.31778%2C671.04924c-8.58336%2C0-15.54868%2C6.95563-15.54868%2C15.54853s6.96532%2C15.53892%2C15.54868%2C15.53892%2C15.54838-6.95571%2C15.54838-15.53892-6.96532-15.54853-15.54838-15.54853M648.45762%2C671.26232c-8.46688%2C0-15.33523%2C6.85881-15.33523%2C15.33545%2C0%2C8.46695%2C6.86835%2C15.33545%2C15.33523%2C15.33545s15.33552-6.86849%2C15.33552-15.33545c0-8.47664-6.86835-15.33545-15.33552-15.33545M686.59775%2C671.99862c-8.06008%2C0-14.59908%2C6.52939-14.59908%2C14.59915%2C0%2C8.06008%2C6.539%2C14.58954%2C14.59908%2C14.58954%2C8.06008%2C0%2C14.58962-6.52947%2C14.58962-14.58954%2C0-8.06976-6.52954-14.59915-14.58962-14.59915M724.73788%2C672.84142c-7.59503%2C0-13.7565%2C6.16132-13.7565%2C13.75635%2C0%2C7.58542%2C6.16147%2C13.74667%2C13.7565%2C13.74667%2C7.58528%2C0%2C13.74645-6.16124%2C13.74645-13.74667%2C0-7.59503-6.16117-13.75635-13.74645-13.75635M762.86826%2C673.80048c-7.06229%2C0-12.79744%2C5.72539-12.79744%2C12.79729%2C0%2C7.06229%2C5.73515%2C12.78761%2C12.79744%2C12.78761%2C7.07175%2C0%2C12.79714-5.72532%2C12.79714-12.78761%2C0-7.07189-5.7254-12.79729-12.79714-12.79729M801.00809%2C674.85644c-6.48106%2C0-11.74141%2C5.25067-11.74141%2C11.74133%2C0%2C6.48098%2C5.26035%2C11.73165%2C11.74141%2C11.73165s11.74141-5.25067%2C11.74141-11.73165c0-6.49066-5.26035-11.74133-11.74141-11.74133M839.14822%2C675.91239c-5.89982%2C0-10.68537%2C4.78562-10.68537%2C10.68537%2C0%2C5.89007%2C4.78555%2C10.67569%2C10.68537%2C10.67569%2C5.89953%2C0%2C10.68537-4.78562%2C10.68537-10.67569%2C0-5.89975-4.78585-10.68537-10.68537-10.68537M877.28806%2C676.96835c-5.3183%2C0-9.62934%2C4.31097-9.62934%2C9.62942%2C0%2C5.30884%2C4.31105%2C9.61981%2C9.62934%2C9.61981%2C5.30884%2C0%2C9.61988-4.31097%2C9.61988-9.61981%2C0-5.31844-4.31105-9.62942-9.61988-9.62942M915.41844%2C678.02424c-4.7276%2C0-8.56385%2C3.83632-8.56385%2C8.57353%2C0%2C4.72753%2C3.83625%2C8.56385%2C8.56385%2C8.56385%2C4.73736%2C0%2C8.57361-3.83632%2C8.57361-8.56385s-3.83625-8.57353-8.57361-8.57353M953.55857%2C679.18677c-4.08813%2C0-7.40139%2C3.31318-7.40139%2C7.411s3.31326%2C7.40131%2C7.40139%2C7.40131%2C7.411-3.31311%2C7.411-7.40131-3.32286-7.411-7.411-7.411M991.69855%2C680.25241c-3.5069%2C0-6.34536%2C2.83845-6.34536%2C6.34536%2C0%2C3.49722%2C2.83845%2C6.33567%2C6.34536%2C6.33567%2C3.5069%2C0%2C6.34536-2.83845%2C6.34536-6.33567%2C0-3.5069-2.83845-6.34536-6.34536-6.34536M1029.83853%2C681.30837c-2.91591%2C0-5.28932%2C2.36373-5.28932%2C5.2894%2C0%2C2.91599%2C2.37341%2C5.27972%2C5.28932%2C5.27972%2C2.91591%2C0%2C5.28947-2.36373%2C5.28947-5.27972%2C0-2.92567-2.37356-5.2894-5.28947-5.2894M1067.97866%2C682.47083c-2.27674%2C0-4.12701%2C1.84066-4.12701%2C4.12693%2C0%2C2.27659%2C1.85027%2C4.11725%2C4.12701%2C4.11725%2C2.27644%2C0%2C4.1171-1.84066%2C4.1171-4.11725%2C0-2.28627-1.84066-4.12693-4.1171-4.12693M1106.1185%2C683.52679c-1.69521%2C0-3.07083%2C1.37569-3.07083%2C3.07098%2C0%2C1.68567%2C1.37562%2C3.06129%2C3.07083%2C3.06129%2C1.68575%2C0%2C3.06137-1.37562%2C3.06137-3.06129%2C0-1.69528-1.37562-3.07098-3.06137-3.07098M1144.24888%2C684.68933c-1.04628%2C0-1.89876.85248-1.89876%2C1.90844%2C0%2C1.04628.85248%2C1.89876%2C1.89876%2C1.89876%2C1.05603%2C0%2C1.90851-.85248%2C1.90851-1.89876%2C0-1.05596-.85248-1.90844-1.90851-1.90844M1182.38901%2C685.74528c-.46504%2C0-.84287.37783-.84287.85248%2C0%2C.46504.37783.8428.84287.8428.4649%2C0%2C.84273-.37776.84273-.8428%2C0-.47465-.37783-.85248-.84273-.85248M.21316%2C648.45779c0-.05817-.04849-.10658-.10673-.10658C.04849%2C648.35121%2C0%2C648.39962%2C0%2C648.45779c0%2C.05809.04849.1065.10643.1065.05824%2C0%2C.10673-.04841.10673-.1065M38.24656%2C647.40183c-.58123%2C0-1.05603.46497-1.05603%2C1.05596%2C0%2C.58123.4748%2C1.05596%2C1.05603%2C1.05596.58123%2C0%2C1.05603-.47473%2C1.05603-1.05596%2C0-.59099-.4748-1.05596-1.05603-1.05596M76.38669%2C646.33619c-1.17222%2C0-2.12182.94938-2.12182%2C2.1216%2C0%2C1.16246.9496%2C2.11184%2C2.12182%2C2.11184%2C1.16246%2C0%2C2.11177-.94938%2C2.11177-2.11184%2C0-1.17222-.94931-2.1216-2.11177-2.1216M114.52653%2C645.17358c-1.8114%2C0-3.28399%2C1.47259-3.28399%2C3.28421s1.47259%2C3.27438%2C3.28399%2C3.27438c1.81169%2C0%2C3.27453-1.46283%2C3.27453-3.27438%2C0-1.81162-1.46283-3.28421-3.27453-3.28421M152.6569%2C644.11769c-2.39292%2C0-4.33026%2C1.93749-4.33026%2C4.34009%2C0%2C2.39278%2C1.93734%2C4.33034%2C4.33026%2C4.33034%2C2.40238%2C0%2C4.34002-1.93756%2C4.34002-4.33034%2C0-2.40261-1.93764-4.34009-4.34002-4.34009M190.79704%2C642.95523c-3.0324%2C0-5.49302%2C2.46062-5.49302%2C5.50255%2C0%2C3.03217%2C2.46063%2C5.4928%2C5.49302%2C5.4928%2C3.04186%2C0%2C5.50248-2.46062%2C5.50248-5.4928%2C0-3.04193-2.46063-5.50255-5.50248-5.50255M228.93687%2C641.79262c-3.68133%2C0-6.66494%2C2.98391-6.66494%2C6.66517s2.98362%2C6.65534%2C6.66494%2C6.65534%2C6.66524-2.97408%2C6.66524-6.65534-2.98391-6.66517-6.66524-6.66517M267.077%2C640.73674c-4.26256%2C0-7.72098%2C3.45856-7.72098%2C7.72105s3.45842%2C7.72098%2C7.72098%2C7.72098c4.26256%2C0%2C7.72098-3.45849%2C7.72098-7.72098s-3.45842-7.72105-7.72098-7.72105M305.21684%2C639.68085c-4.85325%2C0-8.77671%2C3.92346-8.77671%2C8.77693s3.92346%2C8.77693%2C8.77671%2C8.77693c4.84379%2C0%2C8.77701-3.93314%2C8.77701-8.77693%2C0-4.85347-3.93322-8.77693-8.77701-8.77693M343.34721%2C638.51839c-5.48297%2C0-9.93947%2C4.44645-9.93947%2C9.9394%2C0%2C5.48312%2C4.4565%2C9.93947%2C9.93947%2C9.93947%2C5.49302%2C0%2C9.94923-4.45635%2C9.94923-9.93947%2C0-5.49295-4.45621-9.9394-9.94923-9.9394M381.48734%2C637.4526c-6.07425%2C0-10.9955%2C4.93101-10.9955%2C11.00518%2C0%2C6.0741%2C4.92125%2C10.99535%2C10.9955%2C10.99535s11.00496-4.92125%2C11.00496-10.99535c0-6.07418-4.93101-11.00518-11.00496-11.00518M419.62718%2C636.29014c-6.71343%2C0-12.15767%2C5.44454-12.15767%2C12.16765s5.44424%2C12.15789%2C12.15767%2C12.15789c6.71373%2C0%2C12.16772-5.44439%2C12.16772-12.15789%2C0-6.72311-5.454-12.16765-12.16772-12.16765M457.76731%2C635.23411c-7.30442%2C0-13.22346%2C5.91919-13.22346%2C13.22368%2C0%2C7.29473%2C5.91904%2C13.21385%2C13.22346%2C13.21385s13.214-5.91911%2C13.214-13.21385c0-7.30449-5.90958-13.22368-13.214-13.22368M495.90744%2C634.17837c-7.88565%2C0-14.27949%2C6.39369-14.27949%2C14.27941%2C0%2C7.88565%2C6.39384%2C14.26981%2C14.27949%2C14.26981%2C7.88565%2C0%2C14.26973-6.38416%2C14.26973-14.26981%2C0-7.88572-6.38408-14.27941-14.26973-14.27941M534.03782%2C633.12234c-8.46718%2C0-15.32576%2C6.86849-15.32576%2C15.33545s6.85859%2C15.33545%2C15.32576%2C15.33545c8.47664%2C0%2C15.33523-6.86849%2C15.33523-15.33545%2C0-8.46695-6.85859-15.33545-15.33523-15.33545M572.17765%2C632.26971c-8.93192%2C0-16.1781%2C7.24647-16.1781%2C16.18808s7.24618%2C16.17825%2C16.1781%2C16.17825c8.94168%2C0%2C16.18815-7.24632%2C16.18815-16.17825s-7.24647-16.18808-16.18815-16.18808M610.31778%2C631.85315c-9.16459%2C0-16.60471%2C7.43036-16.60471%2C16.60464s7.44012%2C16.60449%2C16.60471%2C16.60449c9.17405%2C0%2C16.60441-7.44004%2C16.60441-16.60449%2C0-9.17428-7.43036-16.60464-16.60441-16.60464M648.45762%2C632.26971c-8.94138%2C0-16.1781%2C7.24647-16.1781%2C16.18808s7.23672%2C16.17825%2C16.1781%2C16.17825c8.93222%2C0%2C16.1784-7.24632%2C16.1784-16.17825s-7.24618-16.18808-16.1784-16.18808M686.59775%2C633.22877c-8.41839%2C0-15.22879%2C6.82016-15.22879%2C15.22901s6.8104%2C15.22887%2C15.22879%2C15.22887c8.40893%2C0%2C15.22879-6.82008%2C15.22879-15.22887s-6.81986-15.22901-15.22879-15.22901M724.73788%2C634.2848c-7.8277%2C0-14.17306%2C6.34536-14.17306%2C14.17298%2C0%2C7.82755%2C6.34536%2C14.17291%2C14.17306%2C14.17291%2C7.81765%2C0%2C14.1633-6.34536%2C14.1633-14.17291%2C0-7.82763-6.34565-14.17298-14.1633-14.17298M762.86826%2C635.34084c-7.23672%2C0-13.10757%2C5.87055-13.10757%2C13.11695%2C0%2C7.23657%2C5.87085%2C13.10727%2C13.10757%2C13.10727%2C7.24618%2C0%2C13.11673-5.8707%2C13.11673-13.10727%2C0-7.2464-5.87056-13.11695-13.11673-13.11695M801.00809%2C636.39672c-6.65519%2C0-12.05124%2C5.3959-12.05124%2C12.06107%2C0%2C6.65534%2C5.39605%2C12.05131%2C12.05124%2C12.05131%2C6.65548%2C0%2C12.06099-5.39598%2C12.06099-12.05131%2C0-6.66517-5.40551-12.06107-12.06099-12.06107M839.14822%2C637.55933c-6.01601%2C0-10.88878%2C4.88252-10.88878%2C10.89846s4.87276%2C10.88885%2C10.88878%2C10.88885%2C10.88878-4.87291%2C10.88878-10.88885c0-6.01594-4.87276-10.89846-10.88878-10.89846M877.28806%2C638.62482c-5.43448%2C0-9.83274%2C4.39826-9.83274%2C9.83296s4.39826%2C9.83289%2C9.83274%2C9.83289c5.42502%2C0%2C9.83304-4.40787%2C9.83304-9.83289s-4.40802-9.83296-9.83304-9.83296M915.41844%2C639.77768c-4.78555%2C0-8.67028%2C3.88473-8.67028%2C8.68011%2C0%2C4.78562%2C3.88473%2C8.67035%2C8.67028%2C8.67035%2C4.79545%2C0%2C8.68019-3.88473%2C8.68019-8.67035s-3.88473-8.68011-8.68019-8.68011M953.55857%2C640.84332c-4.20447%2C0-7.61454%2C3.40993-7.61454%2C7.61447s3.41008%2C7.6144%2C7.61454%2C7.6144c4.20432%2C0%2C7.6144-3.41%2C7.6144-7.6144%2C0-4.20454-3.41008-7.61447-7.6144-7.61447M991.69855%2C641.89935c-3.62324%2C0-6.55851%2C2.93528-6.55851%2C6.55844%2C0%2C3.62316%2C2.93528%2C6.55844%2C6.55851%2C6.55844%2C3.62324%2C0%2C6.55851-2.93528%2C6.55851-6.55844%2C0-3.62316-2.93528-6.55844-6.55851-6.55844M1029.83853%2C643.06181c-2.98376%2C0-5.39605%2C2.41214-5.39605%2C5.39598%2C0%2C2.97408%2C2.41229%2C5.38629%2C5.39605%2C5.38629%2C2.97415%2C0%2C5.39605-2.41221%2C5.39605-5.38629%2C0-2.98384-2.4219-5.39598-5.39605-5.39598M1067.97866%2C644.11769c-2.39292%2C0-4.34017%2C1.93749-4.34017%2C4.34009%2C0%2C2.39278%2C1.94724%2C4.33034%2C4.34017%2C4.33034%2C2.39278%2C0%2C4.33026-1.93756%2C4.33026-4.33034s-1.93749-4.34009-4.33026-4.34009M1106.1185%2C645.28031c-1.75345%2C0-3.17741%2C1.42411-3.17741%2C3.17748%2C0%2C1.75345%2C1.42396%2C3.1678%2C3.17741%2C3.1678%2C1.74384%2C0%2C3.16795-1.41435%2C3.16795-3.1678%2C0-1.75338-1.42411-3.17748-3.16795-3.17748M1144.24888%2C646.44277c-1.10437%2C0-2.00534.90089-2.00534%2C2.01502%2C0%2C1.10437.90097%2C2.00534%2C2.00534%2C2.00534%2C1.11413%2C0%2C2.01509-.90097%2C2.01509-2.00534%2C0-1.11413-.90097-2.01502-2.01509-2.01502M1182.38901%2C647.49873c-.52329%2C0-.94945.42624-.94945.95906%2C0%2C.52314.42617.94938.94945.94938.52299%2C0%2C.94931-.42624.94931-.94938%2C0-.53282-.42632-.95906-.94931-.95906M1220.63557%2C648.45779c0-.05817-.04849-.10658-.10658-.10658s-.10658.04841-.10658.10658c0%2C.05809.04849.1065.10658.1065s.10658-.04841.10658-.1065M.21316%2C610.31773c0-.05809-.04849-.10658-.10673-.10658C.04849%2C610.21115%2C0%2C610.25964%2C0%2C610.31773s.04849.10658.10643.10658c.05824%2C0%2C.10673-.04849.10673-.10658M38.24656%2C609.26185c-.58123%2C0-1.05603.47465-1.05603%2C1.05588s.4748%2C1.05603%2C1.05603%2C1.05603c.58123%2C0%2C1.05603-.4748%2C1.05603-1.05603%2C0-.58123-.4748-1.05588-1.05603-1.05588M76.38669%2C608.09924c-1.23046%2C0-2.22825.98818-2.22825%2C2.21849%2C0%2C1.2207.99779%2C2.21849%2C2.22825%2C2.21849%2C1.22041%2C0%2C2.2182-.99779%2C2.2182-2.21849s-.99779-2.21849-2.2182-2.21849M114.52653%2C607.04335c-1.8114%2C0-3.28399%2C1.46283-3.28399%2C3.27438%2C0%2C1.81154%2C1.47259%2C3.27438%2C3.28399%2C3.27438%2C1.81169%2C0%2C3.27453-1.46283%2C3.27453-3.27438%2C0-1.81154-1.46283-3.27438-3.27453-3.27438M152.6569%2C605.87114c-2.45087%2C0-4.43699%2C1.99573-4.43699%2C4.4466%2C0%2C2.45102%2C1.98612%2C4.43699%2C4.43699%2C4.43699%2C2.46063%2C0%2C4.44645-1.98597%2C4.44645-4.43699%2C0-2.45087-1.98582-4.4466-4.44645-4.4466M190.79704%2C604.81525c-3.0324%2C0-5.49302%2C2.46062-5.49302%2C5.50248%2C0%2C3.03225%2C2.46063%2C5.50248%2C5.49302%2C5.50248%2C3.04186%2C0%2C5.50248-2.47023%2C5.50248-5.50248%2C0-3.04186-2.46063-5.50248-5.50248-5.50248M228.93687%2C603.65264c-3.68133%2C0-6.66494%2C2.98376-6.66494%2C6.66509s2.98362%2C6.66509%2C6.66494%2C6.66509%2C6.66524-2.98376%2C6.66524-6.66509-2.98391-6.66509-6.66524-6.66509M267.077%2C602.59676c-4.26256%2C0-7.72098%2C3.45842-7.72098%2C7.72098%2C0%2C4.26256%2C3.45842%2C7.72098%2C7.72098%2C7.72098%2C4.26256%2C0%2C7.72098-3.45842%2C7.72098-7.72098s-3.45842-7.72098-7.72098-7.72098M305.21684%2C601.43429c-4.91149%2C0-8.88344%2C3.9718-8.88344%2C8.88344s3.97194%2C8.88344%2C8.88344%2C8.88344c4.90203%2C0%2C8.88373-3.98155%2C8.88373-8.88344s-3.9817-8.88344-8.88373-8.88344M343.34721%2C600.27168c-5.54121%2C0-10.0459%2C4.49508-10.0459%2C10.04605%2C0%2C5.55097%2C4.50469%2C10.04605%2C10.0459%2C10.04605%2C5.55097%2C0%2C10.05566-4.49508%2C10.05566-10.04605%2C0-5.55097-4.50469-10.04605-10.05566-10.04605M381.48734%2C599.2158c-6.1322%2C0-11.10193%2C4.96973-11.10193%2C11.10193%2C0%2C6.1322%2C4.96974%2C11.10193%2C11.10193%2C11.10193s11.11169-4.96973%2C11.11169-11.10193c0-6.1322-4.97949-11.10193-11.11169-11.10193M419.62718%2C598.05334c-6.77138%2C0-12.2644%2C5.49272-12.2644%2C12.2644%2C0%2C6.77167%2C5.49302%2C12.2644%2C12.2644%2C12.2644%2C6.77167%2C0%2C12.26469-5.49272%2C12.26469-12.2644%2C0-6.77167-5.49302-12.2644-12.26469-12.2644M457.76731%2C596.98755c-7.36266%2C0-13.33018%2C5.96767-13.33018%2C13.33018%2C0%2C7.36266%2C5.96753%2C13.32043%2C13.33018%2C13.32043%2C7.36266%2C0%2C13.32043-5.95777%2C13.32043-13.32043%2C0-7.36251-5.95777-13.33018-13.32043-13.33018M495.90744%2C595.82509c-8.00213%2C0-14.49265%2C6.49066-14.49265%2C14.49265s6.49052%2C14.49265%2C14.49265%2C14.49265%2C14.48289-6.49066%2C14.48289-14.49265-6.48106-14.49265-14.48289-14.49265M534.03782%2C594.7692c-8.58336%2C0-15.53892%2C6.96532-15.53892%2C15.54853s6.95556%2C15.54868%2C15.53892%2C15.54868c8.59282%2C0%2C15.54838-6.96546%2C15.54838-15.54868%2C0-8.58321-6.95556-15.54853-15.54838-15.54853M572.17765%2C593.71332c-9.1643%2C0-16.60441%2C7.43036-16.60441%2C16.60441%2C0%2C9.16445%2C7.44012%2C16.60456%2C16.60441%2C16.60456%2C9.17435%2C0%2C16.60471-7.44012%2C16.60471-16.60456s-7.43036-16.60441-16.60471-16.60441M610.31778%2C592.97702c-9.58115%2C0-17.34086%2C7.7597-17.34086%2C17.34071%2C0%2C9.581%2C7.75971%2C17.34086%2C17.34086%2C17.34086%2C9.58086%2C0%2C17.34086-7.75985%2C17.34086-17.34086%2C0-9.581-7.76-17.34071-17.34086-17.34071M648.45762%2C593.81975c-9.11581%2C0-16.49769%2C7.38202-16.49769%2C16.49798s7.38188%2C16.49798%2C16.49769%2C16.49798c9.10635%2C0%2C16.49798-7.39163%2C16.49798-16.49798s-7.39163-16.49798-16.49798-16.49798M686.59775%2C594.87578c-8.53488%2C0-15.44195%2C6.91683-15.44195%2C15.44195s6.90707%2C15.44195%2C15.44195%2C15.44195c8.52512%2C0%2C15.44195-6.91683%2C15.44195-15.44195%2C0-8.52512-6.91683-15.44195-15.44195-15.44195M724.73788%2C595.93167c-7.94389%2C0-14.38622%2C6.44218-14.38622%2C14.38607%2C0%2C7.94389%2C6.44233%2C14.38607%2C14.38622%2C14.38607%2C7.93413%2C0%2C14.37616-6.44218%2C14.37616-14.38607s-6.44203-14.38607-14.37616-14.38607M762.86826%2C597.09428c-7.29496%2C0-13.214%2C5.91904-13.214%2C13.22346%2C0%2C7.30442%2C5.91904%2C13.21385%2C13.214%2C13.21385%2C7.30442%2C0%2C13.22346-5.90943%2C13.22346-13.21385%2C0-7.30442-5.91904-13.22346-13.22346-13.22346M801.00809%2C598.15016c-6.71343%2C0-12.15797%2C5.45414-12.15797%2C12.16757%2C0%2C6.71343%2C5.44454%2C12.15796%2C12.15797%2C12.15796%2C6.71343%2C0%2C12.16772-5.44454%2C12.16772-12.15796%2C0-6.71343-5.45429-12.16757-12.16772-12.16757M839.14822%2C599.32238c-6.07425%2C0-10.9955%2C4.92125-10.9955%2C10.99535%2C0%2C6.0741%2C4.92125%2C10.9955%2C10.9955%2C10.9955s10.99521-4.9214%2C10.99521-10.9955c0-6.0741-4.92125-10.99535-10.99521-10.99535M877.28806%2C600.37826c-5.49273%2C0-9.93947%2C4.4466-9.93947%2C9.93947%2C0%2C5.49287%2C4.44675%2C9.93947%2C9.93947%2C9.93947%2C5.48326%2C0%2C9.93947-4.4466%2C9.93947-9.93947%2C0-5.49287-4.45621-9.93947-9.93947-9.93947M915.41844%2C601.54073c-4.84379%2C0-8.77701%2C3.93322-8.77701%2C8.77701%2C0%2C4.84379%2C3.93322%2C8.77701%2C8.77701%2C8.77701%2C4.85355%2C0%2C8.78676-3.93322%2C8.78676-8.77701%2C0-4.84379-3.93322-8.77701-8.78676-8.77701M953.55857%2C602.70334c-4.20447%2C0-7.61454%2C3.41008-7.61454%2C7.6144s3.41008%2C7.61454%2C7.61454%2C7.61454c4.20432%2C0%2C7.6144-3.41008%2C7.6144-7.61454s-3.41008-7.6144-7.6144-7.6144M991.69855%2C603.75922c-3.62324%2C0-6.55851%2C2.93543-6.55851%2C6.55851%2C0%2C3.62309%2C2.93528%2C6.55851%2C6.55851%2C6.55851%2C3.62324%2C0%2C6.55851-2.93543%2C6.55851-6.55851s-2.93528-6.55851-6.55851-6.55851M1029.83853%2C604.92168c-2.98376%2C0-5.39605%2C2.41229-5.39605%2C5.39605%2C0%2C2.97415%2C2.41229%2C5.39605%2C5.39605%2C5.39605%2C2.97415%2C0%2C5.39605-2.4219%2C5.39605-5.39605%2C0-2.98376-2.4219-5.39605-5.39605-5.39605M1067.97866%2C605.97771c-2.39292%2C0-4.34017%2C1.94724-4.34017%2C4.34002%2C0%2C2.39292%2C1.94724%2C4.33041%2C4.34017%2C4.33041%2C2.39278%2C0%2C4.33026-1.93749%2C4.33026-4.33041%2C0-2.39278-1.93749-4.34002-4.33026-4.34002M1106.1185%2C607.14018c-1.75345%2C0-3.17741%2C1.42411-3.17741%2C3.17756%2C0%2C1.75345%2C1.42396%2C3.1678%2C3.17741%2C3.1678%2C1.74384%2C0%2C3.16795-1.41435%2C3.16795-3.1678%2C0-1.75345-1.42411-3.17756-3.16795-3.17756M1144.24888%2C608.20582c-1.16246%2C0-2.11177.9397-2.11177%2C2.11192%2C0%2C1.16246.94931%2C2.11192%2C2.11177%2C2.11192%2C1.17222%2C0%2C2.12167-.94945%2C2.12167-2.11192%2C0-1.17222-.94945-2.11192-2.12167-2.11192M1182.38901%2C609.36843c-.52329%2C0-.94945.42617-.94945.94931%2C0%2C.52314.42617.94945.94945.94945.52299%2C0%2C.94931-.42632.94931-.94945s-.42632-.94931-.94931-.94931M1220.63557%2C610.31773c0-.05809-.04849-.10658-.10658-.10658s-.10658.04849-.10658.10658.04849.10658.10658.10658.10658-.04849.10658-.10658M.21316%2C572.17775c0-.05809-.04849-.10658-.10673-.10658C.04849%2C572.07117%2C0%2C572.11966%2C0%2C572.17775s.04849.10658.10643.10658c.05824%2C0%2C.10673-.04849.10673-.10658M38.24656%2C571.12187c-.58123%2C0-1.05603.47465-1.05603%2C1.05588s.4748%2C1.05588%2C1.05603%2C1.05588c.58123%2C0%2C1.05603-.47465%2C1.05603-1.05588s-.4748-1.05588-1.05603-1.05588M76.38669%2C574.28967c1.16246%2C0%2C2.11177-.9397%2C2.11177-2.11192%2C0-1.16261-.94931-2.11192-2.11177-2.11192-1.17222%2C0-2.12182.94931-2.12182%2C2.11192%2C0%2C1.17222.9496%2C2.11192%2C2.12182%2C2.11192M114.52653%2C568.90337c-1.8114%2C0-3.28399%2C1.46283-3.28399%2C3.27438%2C0%2C1.81154%2C1.47259%2C3.28413%2C3.28399%2C3.28413%2C1.81169%2C0%2C3.27453-1.47259%2C3.27453-3.28413%2C0-1.81154-1.46283-3.27438-3.27453-3.27438M152.6569%2C576.51777c2.40238%2C0%2C4.34002-1.94724%2C4.34002-4.34002%2C0-2.39278-1.93764-4.33041-4.34002-4.33041-2.39292%2C0-4.33026%2C1.93763-4.33026%2C4.33041%2C0%2C2.39278%2C1.93734%2C4.34002%2C4.33026%2C4.34002M190.79704%2C566.67512c-3.0324%2C0-5.49302%2C2.47038-5.49302%2C5.50263%2C0%2C3.04186%2C2.46063%2C5.50248%2C5.49302%2C5.50248%2C3.04186%2C0%2C5.50248-2.46062%2C5.50248-5.50248%2C0-3.03225-2.46063-5.50263-5.50248-5.50263M228.93687%2C578.73627c3.62309%2C0%2C6.55851-2.93543%2C6.55851-6.55851s-2.93543-6.55851-6.55851-6.55851-6.55851%2C2.93528-6.55851%2C6.55851c0%2C3.62309%2C2.93543%2C6.55851%2C6.55851%2C6.55851M267.077%2C564.45678c-4.26256%2C0-7.72098%2C3.45842-7.72098%2C7.72098%2C0%2C4.26256%2C3.45842%2C7.72098%2C7.72098%2C7.72098%2C4.26256%2C0%2C7.72098-3.45842%2C7.72098-7.72098s-3.45842-7.72098-7.72098-7.72098M305.21684%2C580.95461c4.84379%2C0%2C8.77701-3.93307%2C8.77701-8.77686s-3.93322-8.77701-8.77701-8.77701c-4.85325%2C0-8.77671%2C3.93322-8.77671%2C8.77701s3.92346%2C8.77686%2C8.77671%2C8.77686M343.34721%2C582.11722c5.49302%2C0%2C9.94923-4.4466%2C9.94923-9.93947%2C0-5.49287-4.45621-9.93947-9.94923-9.93947-5.48297%2C0-9.93947%2C4.4466-9.93947%2C9.93947%2C0%2C5.49287%2C4.4565%2C9.93947%2C9.93947%2C9.93947M381.48734%2C583.17311c6.07396%2C0%2C11.00496-4.92125%2C11.00496-10.99535%2C0-6.0741-4.93101-10.99535-11.00496-10.99535s-10.9955%2C4.92125-10.9955%2C10.99535c0%2C6.0741%2C4.92125%2C10.99535%2C10.9955%2C10.99535M419.62718%2C584.33557c6.71373%2C0%2C12.16772-5.44439%2C12.16772-12.15782%2C0-6.71358-5.454-12.15796-12.16772-12.15796-6.71343%2C0-12.15767%2C5.44439-12.15767%2C12.15796%2C0%2C6.71343%2C5.44424%2C12.15782%2C12.15767%2C12.15782M457.76731%2C585.40136c7.30442%2C0%2C13.214-5.91919%2C13.214-13.2236%2C0-7.30442-5.90958-13.21385-13.214-13.21385s-13.22346%2C5.90943-13.22346%2C13.21385%2C5.91904%2C13.2236%2C13.22346%2C13.2236M495.90744%2C586.45724c7.88565%2C0%2C14.26973-6.39384%2C14.26973-14.27949s-6.38408-14.27949-14.26973-14.27949c-7.88565%2C0-14.27949%2C6.39369-14.27949%2C14.27949%2C0%2C7.88565%2C6.39384%2C14.27949%2C14.27949%2C14.27949M534.03782%2C587.51312c8.47664%2C0%2C15.33523-6.86849%2C15.33523-15.33537s-6.85859-15.33537-15.33523-15.33537c-8.46718%2C0-15.32576%2C6.86835-15.32576%2C15.33537s6.85859%2C15.33537%2C15.32576%2C15.33537M572.17765%2C588.356c8.94168%2C0%2C16.18815-7.23671%2C16.18815-16.17825s-7.24647-16.17825-16.18815-16.17825c-8.93192%2C0-16.1781%2C7.24632-16.1781%2C16.17825s7.24618%2C16.17825%2C16.1781%2C16.17825M610.31778%2C588.67573c9.11611%2C0%2C16.49798-7.38202%2C16.49798-16.49798s-7.38188-16.49798-16.49798-16.49798c-9.10635%2C0-16.49798%2C7.39163-16.49798%2C16.49798s7.39163%2C16.49798%2C16.49798%2C16.49798M648.45762%2C588.24942c8.87398%2C0%2C16.07196-7.19784%2C16.07196-16.07167s-7.19799-16.07167-16.07196-16.07167-16.07167%2C7.19784-16.07167%2C16.07167%2C7.19799%2C16.07167%2C16.07167%2C16.07167M686.59775%2C587.40669c8.40893%2C0%2C15.22879-6.82016%2C15.22879-15.22894%2C0-8.40879-6.81986-15.22894-15.22879-15.22894-8.41839%2C0-15.22879%2C6.82016-15.22879%2C15.22894%2C0%2C8.40879%2C6.8104%2C15.22894%2C15.22879%2C15.22894M724.73788%2C586.35066c7.81765%2C0%2C14.1633-6.34536%2C14.1633-14.17291%2C0-7.82755-6.34565-14.17291-14.1633-14.17291-7.8277%2C0-14.17306%2C6.34536-14.17306%2C14.17291%2C0%2C7.82755%2C6.34536%2C14.17291%2C14.17306%2C14.17291M762.86826%2C585.29463c7.24618%2C0%2C13.11673-5.87055%2C13.11673-13.11688%2C0-7.24632-5.87056-13.11703-13.11673-13.11703-7.23672%2C0-13.10757%2C5.8707-13.10757%2C13.11703%2C0%2C7.24632%2C5.87085%2C13.11688%2C13.10757%2C13.11688M801.00809%2C584.23875c6.65548%2C0%2C12.06099-5.40566%2C12.06099-12.06099s-5.40551-12.05139-12.06099-12.05139c-6.65519%2C0-12.05124%2C5.39605-12.05124%2C12.05139%2C0%2C6.65534%2C5.39605%2C12.06099%2C12.05124%2C12.06099M839.14822%2C583.06653c6.01601%2C0%2C10.88878-4.87276%2C10.88878-10.88877%2C0-6.01601-4.87276-10.88892-10.88878-10.88892s-10.88878%2C4.87291-10.88878%2C10.88892c0%2C6.01601%2C4.87276%2C10.88877%2C10.88878%2C10.88877M877.28806%2C582.01064c5.42502%2C0%2C9.83304-4.39826%2C9.83304-9.83289%2C0-5.43478-4.40802-9.83289-9.83304-9.83289-5.43448%2C0-9.83274%2C4.39811-9.83274%2C9.83289%2C0%2C5.43463%2C4.39826%2C9.83289%2C9.83274%2C9.83289M915.41844%2C580.84818c4.79545%2C0%2C8.68019-3.88473%2C8.68019-8.67043s-3.88473-8.67043-8.68019-8.67043c-4.78555%2C0-8.67028%2C3.88473-8.67028%2C8.67043%2C0%2C4.7857%2C3.88473%2C8.67043%2C8.67028%2C8.67043M953.55857%2C564.56336c-4.20447%2C0-7.61454%2C3.40993-7.61454%2C7.6144s3.41008%2C7.6144%2C7.61454%2C7.6144c4.20432%2C0%2C7.6144-3.40993%2C7.6144-7.6144%2C0-4.20447-3.41008-7.6144-7.6144-7.6144M991.69855%2C565.61924c-3.62324%2C0-6.55851%2C2.93528-6.55851%2C6.55851%2C0%2C3.62309%2C2.93528%2C6.55851%2C6.55851%2C6.55851%2C3.62324%2C0%2C6.55851-2.93543%2C6.55851-6.55851s-2.93528-6.55851-6.55851-6.55851M1029.83853%2C566.7817c-2.98376%2C0-5.39605%2C2.4219-5.39605%2C5.39605%2C0%2C2.98376%2C2.41229%2C5.3959%2C5.39605%2C5.3959%2C2.97415%2C0%2C5.39605-2.41214%2C5.39605-5.3959%2C0-2.97415-2.4219-5.39605-5.39605-5.39605M1067.97866%2C576.41119c2.33468%2C0%2C4.22368-1.89876%2C4.22368-4.23344%2C0-2.33468-1.889-4.23344-4.22368-4.23344-2.33483%2C0-4.23359%2C1.89876-4.23359%2C4.23344%2C0%2C2.33468%2C1.89876%2C4.23344%2C4.23359%2C4.23344M1106.1185%2C569.00981c-1.75345%2C0-3.17741%2C1.4145-3.17741%2C3.16795%2C0%2C1.75345%2C1.42396%2C3.17756%2C3.17741%2C3.17756%2C1.74384%2C0%2C3.16795-1.42411%2C3.16795-3.17756%2C0-1.75345-1.42411-3.16795-3.16795-3.16795M1144.24888%2C574.1927c1.11413%2C0%2C2.01509-.90082%2C2.01509-2.01495%2C0-1.10437-.90097-2.00534-2.01509-2.00534-1.10437%2C0-2.00534.90097-2.00534%2C2.00534%2C0%2C1.11413.90097%2C2.01495%2C2.00534%2C2.01495M1182.38901%2C571.2283c-.52329%2C0-.94945.42632-.94945.94945%2C0%2C.52314.42617.94945.94945.94945.52299%2C0%2C.94931-.42632.94931-.94945s-.42632-.94945-.94931-.94945M1220.63557%2C572.17775c0-.05809-.04849-.10658-.10658-.10658s-.10658.04849-.10658.10658.04849.10658.10658.10658.10658-.04849.10658-.10658M0%2C534.03777c0%2C.05809.04849.10643.10643.10643.05824%2C0%2C.10673-.04834.10673-.10643%2C0-.05824-.04849-.10658-.10673-.10658-.05795%2C0-.10643.04834-.10643.10658M38.24656%2C534.99683c.52299%2C0%2C.94931-.42632.94931-.95906%2C0-.52314-.42632-.94945-.94931-.94945-.52329%2C0-.94931.42632-.94931.94945%2C0%2C.53275.42602.95906.94931.95906M76.38669%2C536.05272c1.10422%2C0%2C2.00504-.90097%2C2.00504-2.01495%2C0-1.10452-.90082-2.00534-2.00504-2.00534-1.11427%2C0-2.01509.90082-2.01509%2C2.00534%2C0%2C1.11398.90082%2C2.01495%2C2.01509%2C2.01495M114.52653%2C537.21533c1.75345%2C0%2C3.1678-1.42411%2C3.1678-3.17756%2C0-1.75345-1.41435-3.16795-3.1678-3.16795-1.75345%2C0-3.17756%2C1.4145-3.17756%2C3.16795s1.42411%2C3.17756%2C3.17756%2C3.17756M152.6569%2C538.27121c2.34444%2C0%2C4.23359-1.89876%2C4.23359-4.23344%2C0-2.33468-1.88915-4.22383-4.23359-4.22383-2.33468%2C0-4.22383%2C1.88915-4.22383%2C4.22383%2C0%2C2.33468%2C1.88915%2C4.23344%2C4.22383%2C4.23344M190.79704%2C539.3271c2.92567%2C0%2C5.28932-2.36365%2C5.28932-5.28932%2C0-2.91606-2.36365-5.28947-5.28932-5.28947-2.91621%2C0-5.28962%2C2.37341-5.28962%2C5.28947%2C0%2C2.92567%2C2.37341%2C5.28932%2C5.28962%2C5.28932M228.93687%2C540.48956c3.56514%2C0%2C6.45208-2.88679%2C6.45208-6.45179%2C0-3.55539-2.88694-6.45193-6.45208-6.45193-3.56485%2C0-6.45179%2C2.89655-6.45179%2C6.45193%2C0%2C3.56499%2C2.88694%2C6.45179%2C6.45179%2C6.45179M267.077%2C541.54559c4.14637%2C0%2C7.50782-3.36159%2C7.50782-7.50782s-3.36144-7.50797-7.50782-7.50797-7.50782%2C3.36159-7.50782%2C7.50797%2C3.36144%2C7.50782%2C7.50782%2C7.50782M305.21684%2C542.61123c4.7276%2C0%2C8.56385-3.83625%2C8.56385-8.57346%2C0-4.7276-3.83625-8.56385-8.56385-8.56385-4.73707%2C0-8.57331%2C3.83625-8.57331%2C8.56385s3.83625%2C8.57346%2C8.57331%2C8.57346M343.34721%2C543.77369c5.37683%2C0%2C9.73607-4.35938%2C9.73607-9.73592%2C0-5.36693-4.35924-9.72631-9.73607-9.72631-5.36678%2C0-9.72631%2C4.35938-9.72631%2C9.72631%2C0%2C5.37654%2C4.35953%2C9.73592%2C9.72631%2C9.73592M381.48734%2C544.72315c5.89982%2C0%2C10.68537-4.7857%2C10.68537-10.68537%2C0-5.89982-4.78555-10.67577-10.68537-10.67577-5.89982%2C0-10.67562%2C4.77594-10.67562%2C10.67577%2C0%2C5.89968%2C4.77579%2C10.68537%2C10.67562%2C10.68537M419.62718%2C545.77903c6.48106%2C0%2C11.74141-5.25059%2C11.74141-11.74126%2C0-6.48105-5.26035-11.73165-11.74141-11.73165s-11.74111%2C5.25059-11.74111%2C11.73165c0%2C6.49066%2C5.26035%2C11.74126%2C11.74111%2C11.74126M457.76731%2C546.83506c7.06229%2C0%2C12.79744-5.72539%2C12.79744-12.79729%2C0-7.06229-5.73515-12.79744-12.79744-12.79744-7.07175%2C0-12.79714%2C5.73515-12.79714%2C12.79744%2C0%2C7.07189%2C5.7254%2C12.79729%2C12.79714%2C12.79729M495.90744%2C547.78437c7.58528%2C0%2C13.74674-6.15156%2C13.74674-13.74659%2C0-7.58542-6.16147-13.74674-13.74674-13.74674-7.59503%2C0-13.74674%2C6.16132-13.74674%2C13.74674%2C0%2C7.59503%2C6.15171%2C13.74659%2C13.74674%2C13.74659M534.03782%2C548.63685c8.06008%2C0%2C14.59908-6.539%2C14.59908-14.59908%2C0-8.06008-6.539-14.58962-14.59908-14.58962s-14.58962%2C6.52954-14.58962%2C14.58962c0%2C8.06008%2C6.52954%2C14.59908%2C14.58962%2C14.59908M572.17765%2C549.26657c8.40893%2C0%2C15.22909-6.8104%2C15.22909-15.22879%2C0-8.40893-6.82016-15.22894-15.22909-15.22894s-15.22879%2C6.82001-15.22879%2C15.22894%2C6.82016%2C15.22879%2C15.22879%2C15.22879M610.31778%2C549.47972c8.52512%2C0%2C15.44195-6.91698%2C15.44195-15.44195%2C0-8.52512-6.91683-15.4421-15.44195-15.4421s-15.44195%2C6.91698-15.44195%2C15.4421%2C6.91683%2C15.44195%2C15.44195%2C15.44195M648.45762%2C549.26657c8.40893%2C0%2C15.22909-6.8104%2C15.22909-15.22879s-6.82016-15.22894-15.22909-15.22894c-8.40864%2C0-15.22879%2C6.82001-15.22879%2C15.22894s6.82016%2C15.22879%2C15.22879%2C15.22879M686.59775%2C548.53042c8.00184%2C0%2C14.48289-6.49081%2C14.48289-14.49265%2C0-8.00198-6.48106-14.48304-14.48289-14.48304-8.00184%2C0-14.49265%2C6.48105-14.49265%2C14.48304%2C0%2C8.00183%2C6.49081%2C14.49265%2C14.49265%2C14.49265M724.73788%2C547.68754c7.52704%2C0%2C13.64002-6.11283%2C13.64002-13.64977%2C0-7.52733-6.11298-13.64016-13.64002-13.64016-7.53709%2C0-13.64977%2C6.11283-13.64977%2C13.64016%2C0%2C7.53694%2C6.11269%2C13.64977%2C13.64977%2C13.64977M762.86826%2C546.72848c7.0138%2C0%2C12.69071-5.67691%2C12.69071-12.69071%2C0-7.00419-5.67691-12.69071-12.69071-12.69071-7.00434%2C0-12.69101%2C5.68652-12.69101%2C12.69071%2C0%2C7.0138%2C5.68667%2C12.69071%2C12.69101%2C12.69071M801.00809%2C545.67245c6.42281%2C0%2C11.63498-5.20211%2C11.63498-11.63468%2C0-6.42296-5.21216-11.62522-11.63498-11.62522s-11.63468%2C5.20226-11.63468%2C11.62522c0%2C6.43257%2C5.21187%2C11.63468%2C11.63468%2C11.63468M839.14822%2C544.72315c5.89953%2C0%2C10.68537-4.7857%2C10.68537-10.68537%2C0-5.89982-4.78585-10.67577-10.68537-10.67577-5.89982%2C0-10.68537%2C4.77594-10.68537%2C10.67577%2C0%2C5.89968%2C4.78555%2C10.68537%2C10.68537%2C10.68537M877.28806%2C543.66711c5.30884%2C0%2C9.61988-4.3109%2C9.61988-9.62934s-4.31105-9.61988-9.61988-9.61988c-5.3183%2C0-9.62934%2C4.31105-9.62934%2C9.61988s4.31105%2C9.62934%2C9.62934%2C9.62934M915.41844%2C542.50465c4.67912%2C0%2C8.46703-3.78776%2C8.46703-8.46688%2C0-4.66951-3.78791-8.45727-8.46703-8.45727-4.66936%2C0-8.45712%2C3.78776-8.45712%2C8.45727%2C0%2C4.67912%2C3.78776%2C8.46688%2C8.45712%2C8.46688M953.55857%2C541.43901c4.08813%2C0%2C7.411-3.31311%2C7.411-7.40124s-3.32286-7.40139-7.411-7.40139-7.40139%2C3.31326-7.40139%2C7.40139c0%2C4.08813%2C3.31326%2C7.40124%2C7.40139%2C7.40124M991.69855%2C540.38313c3.5069%2C0%2C6.34536-2.83845%2C6.34536-6.34536%2C0-3.5069-2.83845-6.34536-6.34536-6.34536-3.5069%2C0-6.34536%2C2.83845-6.34536%2C6.34536%2C0%2C3.5069%2C2.83845%2C6.34536%2C6.34536%2C6.34536M1029.83853%2C539.22066c2.85782%2C0%2C5.18289-2.31546%2C5.18289-5.18289%2C0-2.85797-2.32507-5.18289-5.18289-5.18289s-5.18289%2C2.32493-5.18289%2C5.18289%2C2.32507%2C5.18289%2C5.18289%2C5.18289M1067.97866%2C538.16463c2.27644%2C0%2C4.1171-1.85042%2C4.1171-4.12686s-1.84066-4.11725-4.1171-4.11725c-2.27674%2C0-4.12701%2C1.84066-4.12701%2C4.11725%2C0%2C2.27644%2C1.85027%2C4.12686%2C4.12701%2C4.12686M1106.1185%2C537.1086c1.68575%2C0%2C3.06137-1.37562%2C3.06137-3.07083%2C0-1.69536-1.37562-3.06137-3.06137-3.06137-1.69521%2C0-3.07083%2C1.36601-3.07083%2C3.06137%2C0%2C1.69521%2C1.37562%2C3.07083%2C3.07083%2C3.07083M1144.24888%2C535.94614c1.05603%2C0%2C1.90851-.85248%2C1.90851-1.90837%2C0-1.04628-.85248-1.89891-1.90851-1.89891-1.04628%2C0-1.89876.85263-1.89876%2C1.89891%2C0%2C1.05588.85248%2C1.90837%2C1.89876%2C1.90837M1182.38901%2C534.89025c.4649%2C0%2C.84273-.38759.84273-.85248%2C0-.46504-.37783-.84287-.84273-.84287-.46504%2C0-.84287.37783-.84287.84287%2C0%2C.4649.37783.85248.84287.85248M38.24656%2C496.6437c.4068%2C0%2C.73615-.32949.73615-.7363%2C0-.41656-.32934-.7459-.73615-.7459s-.73615.32934-.73615.7459c0%2C.4068.32934.7363.73615.7363M76.38669%2C497.69958c.98803%2C0%2C1.79218-.80415%2C1.79218-1.79218%2C0-.99779-.80415-1.80194-1.79218-1.80194-.99809%2C0-1.80194.80415-1.80194%2C1.80194%2C0%2C.98803.80385%2C1.79218%2C1.80194%2C1.79218M114.52653%2C498.86204c1.62751%2C0%2C2.95464-1.32714%2C2.95464-2.95464%2C0-1.63726-1.32714-2.9644-2.95464-2.9644-1.63726%2C0-2.9644%2C1.32714-2.9644%2C2.9644%2C0%2C1.62751%2C1.32714%2C2.95464%2C2.9644%2C2.95464M152.6569%2C499.91807c2.21849%2C0%2C4.02043-1.79218%2C4.02043-4.01067%2C0-2.2281-1.80194-4.02043-4.02043-4.02043-2.21849%2C0-4.01067%2C1.79233-4.01067%2C4.02043s1.79218%2C4.01067%2C4.01067%2C4.01067M190.79704%2C500.97396c2.80919%2C0%2C5.07617-2.26683%2C5.07617-5.06656%2C0-2.80948-2.26698-5.08592-5.07617-5.08592-2.79973%2C0-5.07646%2C2.27644-5.07646%2C5.08592%2C0%2C2.79973%2C2.27674%2C5.06656%2C5.07646%2C5.06656M228.93687%2C502.0396c3.39071%2C0%2C6.1322-2.75124%2C6.1322-6.1322s-2.74148-6.14195-6.1322-6.14195c-3.39071%2C0-6.1322%2C2.75124-6.1322%2C6.14195%2C0%2C3.38096%2C2.74148%2C6.1322%2C6.1322%2C6.1322M267.077%2C503.09563c3.97194%2C0%2C7.18823-3.22604%2C7.18823-7.18823s-3.21628-7.19784-7.18823-7.19784-7.19799%2C3.22589-7.19799%2C7.19784c0%2C3.96219%2C3.22604%2C7.18823%2C7.19799%2C7.18823M305.21684%2C504.15151c4.55318%2C0%2C8.24426-3.69094%2C8.24426-8.24411%2C0-4.56293-3.69109-8.25387-8.24426-8.25387-4.56264%2C0-8.25372%2C3.69094-8.25372%2C8.25387s3.69109%2C8.24411%2C8.25372%2C8.24411M343.34721%2C505.2074c5.14416%2C0%2C9.30975-4.16559%2C9.30975-9.3s-4.16559-9.30975-9.30975-9.30975c-5.13441%2C0-9.3%2C4.16559-9.3%2C9.30975%2C0%2C5.13441%2C4.16559%2C9.3%2C9.3%2C9.3M381.48734%2C506.15685c5.66715%2C0%2C10.25906-4.5919%2C10.25906-10.24945%2C0-5.66715-4.59191-10.25921-10.25906-10.25921s-10.25906%2C4.59205-10.25906%2C10.25921c0%2C5.65754%2C4.59191%2C10.24945%2C10.25906%2C10.24945M419.62718%2C507.11591c6.19044%2C0%2C11.20866-5.01807%2C11.20866-11.20851%2C0-6.20005-5.01822-11.21827-11.20866-11.21827-6.19014%2C0-11.20836%2C5.01822-11.20836%2C11.21827%2C0%2C6.19044%2C5.01822%2C11.20851%2C11.20836%2C11.20851M457.76731%2C508.06536c6.71343%2C0%2C12.15797-5.44454%2C12.15797-12.15796%2C0-6.72319-5.44454-12.16757-12.15797-12.16757-6.72319%2C0-12.16743%2C5.44439-12.16743%2C12.16757s5.44424%2C12.15796%2C12.16743%2C12.15796M495.90744%2C508.90809c7.17847%2C0%2C13.00054-5.82222%2C13.00054-13.00069%2C0-7.18823-5.82207-13.01045-13.00054-13.01045-7.18823%2C0-13.0106%2C5.82222-13.0106%2C13.01045%2C0%2C7.17847%2C5.82237%2C13.00069%2C13.0106%2C13.00069M534.03782%2C509.65414c7.59503%2C0%2C13.7562-6.16132%2C13.7562-13.74674%2C0-7.59503-6.16117-13.75635-13.7562-13.75635-7.58557%2C0-13.74674%2C6.16132-13.74674%2C13.75635%2C0%2C7.58542%2C6.16117%2C13.74674%2C13.74674%2C13.74674M572.17765%2C510.0707c7.8277%2C0%2C14.17306-6.34536%2C14.17306-14.1633%2C0-7.82755-6.34536-14.17291-14.17306-14.17291s-14.17276%2C6.34536-14.17276%2C14.17291c0%2C7.81795%2C6.34536%2C14.1633%2C14.17276%2C14.1633M610.31778%2C510.28371c7.94389%2C0%2C14.38592-6.44218%2C14.38592-14.37631%2C0-7.94389-6.44203-14.38607-14.38592-14.38607-7.94389%2C0-14.38622%2C6.44218-14.38622%2C14.38607%2C0%2C7.93413%2C6.44233%2C14.37631%2C14.38622%2C14.37631M648.45762%2C510.0707c7.8277%2C0%2C14.17306-6.34536%2C14.17306-14.1633%2C0-7.82755-6.34536-14.17291-14.17306-14.17291-7.82741%2C0-14.17276%2C6.34536-14.17276%2C14.17291%2C0%2C7.81795%2C6.34536%2C14.1633%2C14.17276%2C14.1633M686.59775%2C509.54756c7.52733%2C0%2C13.64002-6.11283%2C13.64002-13.64016%2C0-7.53694-6.11269-13.64977-13.64002-13.64977-7.53679%2C0-13.64977%2C6.11283-13.64977%2C13.64977%2C0%2C7.52733%2C6.11298%2C13.64016%2C13.64977%2C13.64016M724.73788%2C508.80151c7.12023%2C0%2C12.89411-5.77373%2C12.89411-12.89411%2C0-7.12999-5.77388-12.90387-12.89411-12.90387-7.13028%2C0-12.90387%2C5.77388-12.90387%2C12.90387%2C0%2C7.12038%2C5.77358%2C12.89411%2C12.90387%2C12.89411M762.86826%2C508.06536c6.72319%2C0%2C12.16743-5.44454%2C12.16743-12.15796%2C0-6.72319-5.44424-12.16757-12.16743-12.16757-6.71373%2C0-12.15797%2C5.44439-12.15797%2C12.16757%2C0%2C6.71343%2C5.44424%2C12.15796%2C12.15797%2C12.15796M801.00809%2C507.11591c6.19044%2C0%2C11.20866-5.01807%2C11.20866-11.20851%2C0-6.20005-5.01822-11.21827-11.20866-11.21827s-11.20836%2C5.01822-11.20836%2C11.21827c0%2C6.19044%2C5.01792%2C11.20851%2C11.20836%2C11.20851M839.14822%2C506.15685c5.66715%2C0%2C10.25906-4.5919%2C10.25906-10.24945%2C0-5.66715-4.59191-10.25921-10.25906-10.25921s-10.25935%2C4.59205-10.25935%2C10.25921c0%2C5.65754%2C4.5922%2C10.24945%2C10.25935%2C10.24945M877.28806%2C505.10097c5.07646%2C0%2C9.19357-4.11725%2C9.19357-9.19357s-4.1171-9.20317-9.19357-9.20317c-5.08592%2C0-9.20303%2C4.11725-9.20303%2C9.20317%2C0%2C5.07631%2C4.1171%2C9.19357%2C9.20303%2C9.19357M915.41844%2C504.04493c4.50484%2C0%2C8.14729-3.64245%2C8.14729-8.13753%2C0-4.50469-3.64245-8.14729-8.14729-8.14729-4.49493%2C0-8.13753%2C3.6426-8.13753%2C8.14729%2C0%2C4.49508%2C3.6426%2C8.13753%2C8.13753%2C8.13753M953.55857%2C502.98905c3.9137%2C0%2C7.09126-3.17756%2C7.09126-7.08165%2C0-3.9137-3.17756-7.09126-7.09126-7.09126-3.91385%2C0-7.08165%2C3.17756-7.08165%2C7.09126s3.1678%2C7.08165%2C7.08165%2C7.08165M991.69855%2C501.93302c3.33247%2C0%2C6.02562-2.70276%2C6.02562-6.02562s-2.69315-6.03537-6.02562-6.03537c-3.33262%2C0-6.02562%2C2.7029-6.02562%2C6.03537%2C0%2C3.32286%2C2.693%2C6.02562%2C6.02562%2C6.02562M1029.83853%2C500.87714c2.74163%2C0%2C4.96974-2.2281%2C4.96974-4.96973s-2.2281-4.97949-4.96974-4.97949c-2.74148%2C0-4.96974%2C2.22825-4.96974%2C4.97949%2C0%2C2.74163%2C2.22825%2C4.96973%2C4.96974%2C4.96973M1067.97866%2C499.8115c2.16025%2C0%2C3.9137-1.74384%2C3.9137-3.90409%2C0-2.17001-1.75345-3.9137-3.9137-3.9137-2.1604%2C0-3.91385%2C1.74369-3.91385%2C3.9137%2C0%2C2.16025%2C1.75345%2C3.90409%2C3.91385%2C3.90409M1106.1185%2C498.75561c1.56956%2C0%2C2.84821-1.2788%2C2.84821-2.84821%2C0-1.57902-1.27865-2.85782-2.84821-2.85782-1.57902%2C0-2.85767%2C1.2788-2.85767%2C2.85782%2C0%2C1.56941%2C1.27865%2C2.84821%2C2.85767%2C2.84821M1144.24888%2C497.593c.9397%2C0%2C1.69536-.75551%2C1.69536-1.6856%2C0-.9397-.75566-1.69536-1.69536-1.69536-.92994%2C0-1.6856.75566-1.6856%2C1.69536%2C0%2C.93009.75566%2C1.6856%2C1.6856%2C1.6856M1182.38901%2C496.53712c.34871%2C0%2C.63932-.28101.63932-.62972%2C0-.35847-.29062-.63947-.63932-.63947-.34886%2C0-.62972.28101-.62972.63947%2C0%2C.34871.28086.62972.62972.62972M38.24656%2C458.29056c.29062%2C0%2C.53275-.23252.53275-.52314%2C0-.29062-.24213-.53289-.53275-.53289s-.53275.24228-.53275.53289.24213.52314.53275.52314M76.38669%2C459.34644c.87185%2C0%2C1.57902-.70717%2C1.57902-1.57902%2C0-.8816-.70717-1.58878-1.57902-1.58878-.8816%2C0-1.58878.70717-1.58878%2C1.58878%2C0%2C.87185.70717%2C1.57902%2C1.58878%2C1.57902M114.52653%2C460.41208c1.45308%2C0%2C2.64481-1.19158%2C2.64481-2.64466%2C0-1.46283-1.19173-2.64466-2.64481-2.64466-1.46283%2C0-2.64451%2C1.18183-2.64451%2C2.64466%2C0%2C1.45308%2C1.18168%2C2.64466%2C2.64451%2C2.64466M152.6569%2C461.46811c2.04407%2C0%2C3.70055-1.65663%2C3.70055-3.70069%2C0-2.04421-1.65648-3.70069-3.70055-3.70069s-3.70055%2C1.65648-3.70055%2C3.70069c0%2C2.04407%2C1.65648%2C3.70069%2C3.70055%2C3.70069M190.79704%2C462.524c2.63476%2C0%2C4.76633-2.13128%2C4.76633-4.75658%2C0-2.63505-2.13158-4.76633-4.76633-4.76633-2.6253%2C0-4.75687%2C2.13128-4.75687%2C4.76633%2C0%2C2.6253%2C2.13158%2C4.75658%2C4.75687%2C4.75658M228.93687%2C463.47345c3.15834%2C0%2C5.71564-2.5576%2C5.71564-5.70603%2C0-3.15819-2.5573-5.71579-5.71564-5.71579-3.15804%2C0-5.71564%2C2.5576-5.71564%2C5.71579%2C0%2C3.14843%2C2.5576%2C5.70603%2C5.71564%2C5.70603M267.077%2C464.52933c3.73927%2C0%2C6.76191-3.02249%2C6.76191-6.76191%2C0-3.73942-3.02264-6.77167-6.76191-6.77167-3.73957%2C0-6.77167%2C3.03225-6.77167%2C6.77167s3.0321%2C6.76191%2C6.77167%2C6.76191M305.21684%2C465.58522c4.3208%2C0%2C7.81795-3.49714%2C7.81795-7.8178%2C0-4.32065-3.49714-7.82755-7.81795-7.82755-4.33026%2C0-7.82741%2C3.5069-7.82741%2C7.82755%2C0%2C4.32065%2C3.49714%2C7.8178%2C7.82741%2C7.8178M343.34721%2C466.54428c4.85355%2C0%2C8.78676-3.93307%2C8.78676-8.77686%2C0-4.85355-3.93322-8.77701-8.78676-8.77701-4.84379%2C0-8.77671%2C3.92346-8.77671%2C8.77701s3.93292%2C8.77686%2C8.77671%2C8.77686M381.48734%2C467.49373c5.37654%2C0%2C9.73607-4.35938%2C9.73607-9.72631%2C0-5.37669-4.35953-9.73607-9.73607-9.73607-5.36708%2C0-9.72631%2C4.35938-9.72631%2C9.73607%2C0%2C5.36693%2C4.35924%2C9.72631%2C9.72631%2C9.72631M419.62718%2C468.44319c5.89982%2C0%2C10.68567-4.77609%2C10.68567-10.67577%2C0-5.89982-4.78585-10.68552-10.68567-10.68552-5.89953%2C0-10.68537%2C4.7857-10.68537%2C10.68552%2C0%2C5.89968%2C4.78585%2C10.67577%2C10.68537%2C10.67577M457.76731%2C469.18909c6.30663%2C0%2C11.42182-5.11504%2C11.42182-11.42167%2C0-6.31638-5.11519-11.42167-11.42182-11.42167-6.30663%2C0-11.42152%2C5.10529-11.42152%2C11.42167%2C0%2C6.30663%2C5.1149%2C11.42167%2C11.42152%2C11.42167M495.90744%2C469.92524c6.71343%2C0%2C12.15797-5.44439%2C12.15797-12.15782%2C0-6.72319-5.44454-12.16757-12.15797-12.16757-6.72319%2C0-12.16772%2C5.44439-12.16772%2C12.16757%2C0%2C6.71343%2C5.44454%2C12.15782%2C12.16772%2C12.15782M534.03782%2C470.56471c7.07175%2C0%2C12.79714-5.73515%2C12.79714-12.79729%2C0-7.07189-5.7254-12.79729-12.79714-12.79729-7.06229%2C0-12.78768%2C5.72539-12.78768%2C12.79729%2C0%2C7.06214%2C5.7254%2C12.79729%2C12.78768%2C12.79729M572.17765%2C470.87469c7.24647%2C0%2C13.11703-5.8707%2C13.11703-13.10727%2C0-7.24632-5.87056-13.11703-13.11703-13.11703-7.23642%2C0-13.10727%2C5.8707-13.10727%2C13.11703%2C0%2C7.23657%2C5.87085%2C13.10727%2C13.10727%2C13.10727M610.31778%2C470.98127c7.30442%2C0%2C13.22346-5.91919%2C13.22346-13.21385%2C0-7.30456-5.91904-13.2236-13.22346-13.2236s-13.214%2C5.91904-13.214%2C13.2236c0%2C7.29466%2C5.90958%2C13.21385%2C13.214%2C13.21385M648.45762%2C470.87469c7.23672%2C0%2C13.11703-5.8707%2C13.11703-13.10727%2C0-7.24632-5.88031-13.11703-13.11703-13.11703-7.24618%2C0-13.11673%2C5.8707-13.11673%2C13.11703%2C0%2C7.23657%2C5.87056%2C13.10727%2C13.11673%2C13.10727M686.59775%2C470.45813c7.00405%2C0%2C12.69071-5.68667%2C12.69071-12.69071%2C0-7.0138-5.68667-12.69086-12.69071-12.69086-7.0138%2C0-12.69071%2C5.67706-12.69071%2C12.69086%2C0%2C7.00404%2C5.67691%2C12.69071%2C12.69071%2C12.69071M724.73788%2C469.92524c6.71343%2C0%2C12.15797-5.44439%2C12.15797-12.15782s-5.44454-12.16757-12.15797-12.16757c-6.72319%2C0-12.16772%2C5.44439-12.16772%2C12.16757%2C0%2C6.71343%2C5.44454%2C12.15782%2C12.16772%2C12.15782M762.86826%2C469.18909c6.31609%2C0%2C11.42152-5.11504%2C11.42152-11.42167%2C0-6.31638-5.10543-11.42167-11.42152-11.42167-6.30663%2C0-11.42182%2C5.10529-11.42182%2C11.42167%2C0%2C6.30663%2C5.11519%2C11.42167%2C11.42182%2C11.42167M801.00809%2C468.33646c5.84158%2C0%2C10.57894-4.72746%2C10.57894-10.56904%2C0-5.84173-4.73736-10.57879-10.57894-10.57879-5.84158%2C0-10.57894%2C4.73706-10.57894%2C10.57879%2C0%2C5.84158%2C4.73736%2C10.56904%2C10.57894%2C10.56904M839.14822%2C467.38715c5.3183%2C0%2C9.61959-4.31105%2C9.61959-9.61973s-4.30129-9.62949-9.61959-9.62949c-5.31859%2C0-9.61988%2C4.31105-9.61988%2C9.62949s4.30129%2C9.61973%2C9.61988%2C9.61973M877.28806%2C466.43785c4.78585%2C0%2C8.67058-3.88473%2C8.67058-8.67043s-3.88473-8.67043-8.67058-8.67043c-4.79531%2C0-8.67028%2C3.87497-8.67028%2C8.67043s3.87497%2C8.67043%2C8.67028%2C8.67043M915.41844%2C465.4884c4.27232%2C0%2C7.73073-3.45856%2C7.73073-7.72098%2C0-4.26256-3.45842-7.72112-7.73073-7.72112-4.26256%2C0-7.71122%2C3.45856-7.71122%2C7.72112s3.44866%2C7.72098%2C7.71122%2C7.72098M953.55857%2C464.42276c3.68118%2C0%2C6.66494-2.97415%2C6.66494-6.65534%2C0-3.68133-2.98376-6.66509-6.66494-6.66509s-6.65548%2C2.98376-6.65548%2C6.66509c0%2C3.68118%2C2.97415%2C6.65534%2C6.65548%2C6.65534M991.69855%2C463.47345c3.15819%2C0%2C5.71564-2.5576%2C5.71564-5.70603%2C0-3.15819-2.55745-5.71579-5.71564-5.71579-3.14844%2C0-5.70603%2C2.5576-5.70603%2C5.71579%2C0%2C3.14843%2C2.5576%2C5.70603%2C5.70603%2C5.70603M1029.83853%2C462.41742c2.5672%2C0%2C4.65015-2.08279%2C4.65015-4.65%2C0-2.57696-2.08294-4.65975-4.65015-4.65975-2.5672%2C0-4.65%2C2.08279-4.65%2C4.65975%2C0%2C2.5672%2C2.0828%2C4.65%2C4.65%2C4.65M1067.97866%2C461.36139c1.98582%2C0%2C3.59397-1.60799%2C3.59397-3.59397%2C0-1.98597-1.60814-3.60387-3.59397-3.60387-1.98612%2C0-3.59411%2C1.6179-3.59411%2C3.60387%2C0%2C1.98597%2C1.60799%2C3.59397%2C3.59411%2C3.59397M1106.1185%2C460.3055c1.39513%2C0%2C2.53823-1.1431%2C2.53823-2.53808%2C0-1.40474-1.1431-2.53823-2.53823-2.53823-1.40459%2C0-2.53808%2C1.13349-2.53808%2C2.53823%2C0%2C1.39498%2C1.13349%2C2.53808%2C2.53808%2C2.53808M1144.24888%2C459.24962c.82351%2C0%2C1.4822-.66845%2C1.4822-1.4822%2C0-.82351-.65869-1.4822-1.4822-1.4822-.81375%2C0-1.47244.65869-1.47244%2C1.4822%2C0%2C.81375.65869%2C1.4822%2C1.47244%2C1.4822M1181.96269%2C457.76742c0%2C.23252.19379.41656.42632.41656.23237%2C0%2C.42617-.18404.42617-.41656s-.19379-.42632-.42617-.42632c-.23252%2C0-.42632.19379-.42632.42632M38.0334%2C419.62744c0%2C.11619.09697.21301.21316.21301s.21316-.09682.21316-.21301c0-.11633-.09697-.21316-.21316-.21316s-.21316.09682-.21316.21316M76.38669%2C420.7899c.63918%2C0%2C1.16246-.52314%2C1.16246-1.16246%2C0-.63947-.52329-1.16261-1.16246-1.16261-.64923%2C0-1.16276.52314-1.16276%2C1.16261%2C0%2C.63932.51353%2C1.16246%2C1.16276%2C1.16246M114.52653%2C421.84579c1.2207%2C0%2C2.21849-.99779%2C2.21849-2.21835%2C0-1.23046-.99779-2.21849-2.21849-2.21849-1.23016%2C0-2.22825.98803-2.22825%2C2.21849%2C0%2C1.22056.99809%2C2.21835%2C2.22825%2C2.21835M152.6569%2C422.90182c1.81169%2C0%2C3.28399-1.46283%2C3.28399-3.27438s-1.4723-3.28413-3.28399-3.28413c-1.80194%2C0-3.27453%2C1.47244-3.27453%2C3.28413%2C0%2C1.81154%2C1.47259%2C3.27438%2C3.27453%2C3.27438M190.79704%2C423.9577c2.39263%2C0%2C4.34002-1.93749%2C4.34002-4.33026%2C0-2.39292-1.94739-4.34017-4.34002-4.34017-2.39292%2C0-4.33056%2C1.94724-4.33056%2C4.34017%2C0%2C2.39278%2C1.93764%2C4.33026%2C4.33056%2C4.33026M228.93687%2C424.91676c2.91591%2C0%2C5.28932-2.37341%2C5.28932-5.28932%2C0-2.92567-2.37341-5.28947-5.28932-5.28947s-5.28932%2C2.3638-5.28932%2C5.28947c0%2C2.91591%2C2.37341%2C5.28932%2C5.28932%2C5.28932M267.077%2C425.9728c3.5069%2C0%2C6.34536-2.83845%2C6.34536-6.34536%2C0-3.5069-2.83845-6.34536-6.34536-6.34536s-6.34536%2C2.83845-6.34536%2C6.34536c0%2C3.5069%2C2.83845%2C6.34536%2C6.34536%2C6.34536M305.21684%2C426.81552c3.97194%2C0%2C7.18823-3.21628%2C7.18823-7.18808%2C0-3.97194-3.21628-7.18823-7.18823-7.18823-3.97165%2C0-7.19769%2C3.21628-7.19769%2C7.18823%2C0%2C3.9718%2C3.22604%2C7.18808%2C7.19769%2C7.18808M343.34721%2C427.76497c4.50469%2C0%2C8.14729-3.6426%2C8.14729-8.13753s-3.6426-8.14729-8.14729-8.14729c-4.49493%2C0-8.13753%2C3.65221-8.13753%2C8.14729s3.6426%2C8.13753%2C8.13753%2C8.13753M381.48734%2C428.72404c5.02798%2C0%2C9.0966-4.07852%2C9.0966-9.0966%2C0-5.02798-4.06862-9.09674-9.0966-9.09674-5.01822%2C0-9.0966%2C4.06877-9.0966%2C9.09674%2C0%2C5.01807%2C4.07838%2C9.0966%2C9.0966%2C9.0966M419.62718%2C429.56691c5.49302%2C0%2C9.93947-4.44674%2C9.93947-9.93947s-4.44645-9.93947-9.93947-9.93947c-5.49273%2C0-9.93917%2C4.44645-9.93917%2C9.93947%2C0%2C5.49272%2C4.44645%2C9.93947%2C9.93917%2C9.93947M457.76731%2C430.19648c5.84158%2C0%2C10.57894-4.72746%2C10.57894-10.56904%2C0-5.84173-4.73736-10.57894-10.57894-10.57894-5.84158%2C0-10.57865%2C4.73721-10.57865%2C10.57894%2C0%2C5.84158%2C4.73707%2C10.56904%2C10.57865%2C10.56904M495.90744%2C430.83595c6.19014%2C0%2C11.20836-5.01822%2C11.20836-11.20851%2C0-6.19044-5.01822-11.20866-11.20836-11.20866-6.19044%2C0-11.20866%2C5.01822-11.20866%2C11.20866%2C0%2C6.19029%2C5.01822%2C11.20851%2C11.20866%2C11.20851M534.03782%2C431.3687c6.49052%2C0%2C11.74111-5.26035%2C11.74111-11.74126%2C0-6.48105-5.25059-11.74141-11.74111-11.74141-6.48106%2C0-11.73165%2C5.26035-11.73165%2C11.74141%2C0%2C6.48091%2C5.25059%2C11.74126%2C11.73165%2C11.74126M572.17765%2C431.67868c6.66524%2C0%2C12.06099-5.3959%2C12.06099-12.05124%2C0-6.65548-5.39575-12.06114-12.06099-12.06114-6.65519%2C0-12.05124%2C5.40566-12.05124%2C12.06114%2C0%2C6.65534%2C5.39605%2C12.05124%2C12.05124%2C12.05124M610.31778%2C431.78526c6.71343%2C0%2C12.15797-5.44439%2C12.15797-12.15782%2C0-6.71358-5.44454-12.16772-12.15797-12.16772-6.71343%2C0-12.15797%2C5.45414-12.15797%2C12.16772%2C0%2C6.71343%2C5.44454%2C12.15782%2C12.15797%2C12.15782M648.45762%2C431.67868c6.65548%2C0%2C12.05153-5.3959%2C12.05153-12.05124%2C0-6.65548-5.39605-12.06114-12.05153-12.06114-6.65519%2C0-12.06099%2C5.40566-12.06099%2C12.06114%2C0%2C6.65534%2C5.40581%2C12.05124%2C12.06099%2C12.05124M686.59775%2C431.26212c6.42281%2C0%2C11.63468-5.21187%2C11.63468-11.63468%2C0-6.42296-5.21187-11.63483-11.63468-11.63483-6.43257%2C0-11.63468%2C5.21187-11.63468%2C11.63483%2C0%2C6.42281%2C5.20211%2C11.63468%2C11.63468%2C11.63468M724.73788%2C430.83595c6.19014%2C0%2C11.20836-5.01822%2C11.20836-11.20851%2C0-6.19044-5.01822-11.20866-11.20836-11.20866-6.2002%2C0-11.21842%2C5.01822-11.21842%2C11.20866s5.01822%2C11.20851%2C11.21842%2C11.20851M762.86826%2C430.19648c5.84158%2C0%2C10.57865-4.72746%2C10.57865-10.56904%2C0-5.84173-4.73707-10.57894-10.57865-10.57894-5.84188%2C0-10.56919%2C4.73721-10.56919%2C10.57894%2C0%2C5.84158%2C4.72731%2C10.56904%2C10.56919%2C10.56904M801.00809%2C429.46018c5.43478%2C0%2C9.83304-4.39811%2C9.83304-9.83274%2C0-5.43478-4.39826-9.83304-9.83304-9.83304-5.43478%2C0-9.83274%2C4.39826-9.83274%2C9.83304%2C0%2C5.43463%2C4.39796%2C9.83274%2C9.83274%2C9.83274M839.14822%2C428.61746c4.95998%2C0%2C8.98987-4.03004%2C8.98987-8.99002%2C0-4.96973-4.02989-8.99016-8.98987-8.99016s-8.99017%2C4.02043-8.99017%2C8.99016c0%2C4.95998%2C4.03019%2C8.99002%2C8.99017%2C8.99002M877.28806%2C427.668c4.43699%2C0%2C8.0311-3.60372%2C8.0311-8.04056s-3.59411-8.04086-8.0311-8.04086c-4.44645%2C0-8.04056%2C3.60387-8.04056%2C8.04086s3.59411%2C8.04056%2C8.04056%2C8.04056M915.41844%2C426.81552c3.97194%2C0%2C7.19799-3.21628%2C7.19799-7.18808s-3.22604-7.18823-7.19799-7.18823c-3.96219%2C0-7.18823%2C3.21628-7.18823%2C7.18823%2C0%2C3.9718%2C3.22604%2C7.18808%2C7.18823%2C7.18808M953.55857%2C425.86622c3.44866%2C0%2C6.23878-2.79012%2C6.23878-6.23878%2C0-3.44881-2.79012-6.23892-6.23878-6.23892-3.4392%2C0-6.23892%2C2.79012-6.23892%2C6.23892%2C0%2C3.44866%2C2.79973%2C6.23878%2C6.23892%2C6.23878M991.69855%2C424.81018c2.86758%2C0%2C5.18289-2.32507%2C5.18289-5.18274%2C0-2.86758-2.31532-5.18289-5.18289-5.18289-2.85782%2C0-5.18289%2C2.31532-5.18289%2C5.18289%2C0%2C2.85767%2C2.32507%2C5.18274%2C5.18289%2C5.18274M1029.83853%2C423.86088c2.33468%2C0%2C4.23359-1.89876%2C4.23359-4.23344%2C0-2.33483-1.89891-4.23359-4.23359-4.23359-2.33468%2C0-4.23344%2C1.89876-4.23344%2C4.23359%2C0%2C2.33468%2C1.89876%2C4.23344%2C4.23344%2C4.23344M1067.97866%2C422.79524c1.75345%2C0%2C3.1678-1.41435%2C3.1678-3.1678%2C0-1.75345-1.41435-3.17756-3.1678-3.17756-1.7536%2C0-3.17756%2C1.42411-3.17756%2C3.17756%2C0%2C1.75345%2C1.42396%2C3.1678%2C3.17756%2C3.1678M1106.1185%2C421.73921c1.16261%2C0%2C2.11206-.94931%2C2.11206-2.11177%2C0-1.17222-.94945-2.11192-2.11206-2.11192-1.17207%2C0-2.12152.9397-2.12152%2C2.11192%2C0%2C1.16246.94945%2C2.11177%2C2.12152%2C2.11177M1144.24888%2C420.7899c.64908%2C0%2C1.16246-.52314%2C1.16246-1.16246%2C0-.63947-.51338-1.16261-1.16246-1.16261-.63932%2C0-1.16246.52314-1.16246%2C1.16261%2C0%2C.63932.52314%2C1.16246%2C1.16246%2C1.16246M1182.17585%2C419.62744c0%2C.11619.09682.21301.21316.21301.11619%2C0%2C.21301-.09682.21301-.21301%2C0-.11633-.09682-.21316-.21301-.21316-.11633%2C0-.21316.09682-.21316.21316M38.14013%2C381.48731c0%2C.05824.04819.10658.10643.10658.05795%2C0%2C.10643-.04834.10643-.10658%2C0-.05809-.04849-.10658-.10643-.10658-.05824%2C0-.10643.04849-.10643.10658M76.38669%2C382.33019c.46475%2C0%2C.84258-.37783.84258-.84287%2C0-.46504-.37783-.84287-.84258-.84287-.46504%2C0-.85263.37783-.85263.84287%2C0%2C.46504.38759.84287.85263.84287M114.52653%2C383.28925c.98833%2C0%2C1.79218-.80415%2C1.79218-1.80194%2C0-.98803-.80385-1.79218-1.79218-1.79218-.99779%2C0-1.80194.80415-1.80194%2C1.79218%2C0%2C.99779.80415%2C1.80194%2C1.80194%2C1.80194M152.6569%2C384.34513c1.57902%2C0%2C2.85767-1.2788%2C2.85767-2.85782%2C0-1.57902-1.27865-2.85782-2.85767-2.85782-1.56927%2C0-2.84821%2C1.2788-2.84821%2C2.85782%2C0%2C1.57902%2C1.27895%2C2.85782%2C2.84821%2C2.85782M190.79704%2C385.29458c2.10201%2C0%2C3.80698-1.70496%2C3.80698-3.80727s-1.70497-3.80727-3.80698-3.80727c-2.10231%2C0-3.80727%2C1.70511-3.80727%2C3.80727s1.70497%2C3.80727%2C3.80727%2C3.80727M228.93687%2C386.24389c2.6253%2C0%2C4.75658-2.13128%2C4.75658-4.75658%2C0-2.6253-2.13128-4.75658-4.75658-4.75658-2.6253%2C0-4.75658%2C2.13128-4.75658%2C4.75658%2C0%2C2.6253%2C2.13128%2C4.75658%2C4.75658%2C4.75658M267.077%2C387.20295c3.14829%2C0%2C5.70588-2.55745%2C5.70588-5.71564%2C0-3.14843-2.5576-5.70588-5.70588-5.70588-3.15834%2C0-5.71564%2C2.55745-5.71564%2C5.70588%2C0%2C3.15819%2C2.5573%2C5.71564%2C5.71564%2C5.71564M305.21684%2C388.1524c3.67187%2C0%2C6.65548-2.98376%2C6.65548-6.66509%2C0-3.68133-2.98362-6.66494-6.65548-6.66494-3.68103%2C0-6.66494%2C2.98361-6.66494%2C6.66494s2.98391%2C6.66509%2C6.66494%2C6.66509M343.34721%2C388.99528c4.14637%2C0%2C7.51757-3.36159%2C7.51757-7.50797s-3.3712-7.50782-7.51757-7.50782c-4.14608%2C0-7.50782%2C3.36159-7.50782%2C7.50782%2C0%2C4.14637%2C3.36174%2C7.50797%2C7.50782%2C7.50797M381.48734%2C389.74118c4.55318%2C0%2C8.25372-3.70069%2C8.25372-8.25387s-3.70055-8.24411-8.25372-8.24411c-4.55318%2C0-8.24426%2C3.69094-8.24426%2C8.24411s3.69109%2C8.25387%2C8.24426%2C8.25387M419.62718%2C390.58391c5.02798%2C0%2C9.09689-4.06862%2C9.09689-9.0966%2C0-5.01822-4.06892-9.0966-9.09689-9.0966-5.02768%2C0-9.0966%2C4.07838-9.0966%2C9.0966%2C0%2C5.02798%2C4.06892%2C9.0966%2C9.0966%2C9.0966M457.76731%2C391.21362c5.37654%2C0%2C9.72631-4.34963%2C9.72631-9.72631%2C0-5.37654-4.34977-9.72631-9.72631-9.72631-5.37654%2C0-9.72631%2C4.34977-9.72631%2C9.72631%2C0%2C5.37669%2C4.34977%2C9.72631%2C9.72631%2C9.72631M495.90744%2C391.74652c5.66715%2C0%2C10.25906-4.5919%2C10.25906-10.25921%2C0-5.66715-4.59191-10.25906-10.25906-10.25906-5.66745%2C0-10.25935%2C4.5919-10.25935%2C10.25906%2C0%2C5.6673%2C4.59191%2C10.25921%2C10.25935%2C10.25921M534.03782%2C392.17269c5.89953%2C0%2C10.68537-4.78555%2C10.68537-10.68537%2C0-5.89968-4.78585-10.67562-10.68537-10.67562-5.89982%2C0-10.67591%2C4.77594-10.67591%2C10.67562%2C0%2C5.89982%2C4.77609%2C10.68537%2C10.67591%2C10.68537M572.17765%2C392.37623c6.01601%2C0%2C10.89853-4.87291%2C10.89853-10.88892%2C0-6.01601-4.88252-10.88877-10.89853-10.88877s-10.88878%2C4.87276-10.88878%2C10.88877c0%2C6.01601%2C4.87276%2C10.88892%2C10.88878%2C10.88892M610.31778%2C392.48281c6.07396%2C0%2C10.9955-4.9214%2C10.9955-10.9955%2C0-6.0741-4.92155-10.99535-10.9955-10.99535s-10.9955%2C4.92125-10.9955%2C10.99535c0%2C6.0741%2C4.92125%2C10.9955%2C10.9955%2C10.9955M648.45762%2C392.37623c6.01601%2C0%2C10.88907-4.87291%2C10.88907-10.88892%2C0-6.01601-4.87306-10.88877-10.88907-10.88877s-10.89853%2C4.87276-10.89853%2C10.88877c0%2C6.01601%2C4.88282%2C10.88892%2C10.89853%2C10.88892M686.59775%2C392.17269c5.89982%2C0%2C10.67562-4.78555%2C10.67562-10.68537%2C0-5.89968-4.77579-10.67562-10.67562-10.67562-5.89982%2C0-10.68537%2C4.77594-10.68537%2C10.67562%2C0%2C5.89982%2C4.78555%2C10.68537%2C10.68537%2C10.68537M724.73788%2C391.74652c5.6574%2C0%2C10.2493-4.5919%2C10.2493-10.25921%2C0-5.66715-4.59191-10.25906-10.2493-10.25906-5.66745%2C0-10.25935%2C4.5919-10.25935%2C10.25906s4.59191%2C10.25921%2C10.25935%2C10.25921M762.86826%2C391.10719c5.3183%2C0%2C9.62934-4.30129%2C9.62934-9.61988%2C0-5.31844-4.31105-9.61973-9.62934-9.61973-5.30884%2C0-9.61988%2C4.30129-9.61988%2C9.61973s4.31105%2C9.61988%2C9.61988%2C9.61988M801.00809%2C390.47748c4.96974%2C0%2C8.99017-4.02043%2C8.99017-8.99016%2C0-4.95998-4.02043-8.99002-8.99017-8.99002-4.95998%2C0-8.99017%2C4.03004-8.99017%2C8.99002%2C0%2C4.96973%2C4.03019%2C8.99016%2C8.99017%2C8.99016M839.14822%2C389.74118c4.55318%2C0%2C8.24397-3.70069%2C8.24397-8.25387s-3.69079-8.24411-8.24397-8.24411-8.25402%2C3.69094-8.25402%2C8.24411c0%2C4.55318%2C3.70084%2C8.25387%2C8.25402%2C8.25387M877.28806%2C388.8887c4.08813%2C0%2C7.40139-3.31326%2C7.40139-7.40139s-3.31326-7.40124-7.40139-7.40124-7.40109%2C3.31311-7.40109%2C7.40124%2C3.31296%2C7.40139%2C7.40109%2C7.40139M915.41844%2C388.04582c3.62324%2C0%2C6.55851-2.93528%2C6.55851-6.55851%2C0-3.62309-2.93528-6.55851-6.55851-6.55851-3.61333%2C0-6.54876%2C2.93543-6.54876%2C6.55851%2C0%2C3.62324%2C2.93543%2C6.55851%2C6.54876%2C6.55851M953.55857%2C387.09652c3.09995%2C0%2C5.60906-2.50911%2C5.60906-5.60921%2C0-3.09034-2.50911-5.59945-5.60906-5.59945-3.09034%2C0-5.59945%2C2.50911-5.59945%2C5.59945%2C0%2C3.1001%2C2.50911%2C5.60921%2C5.59945%2C5.60921M991.69855%2C386.13746c2.5672%2C0%2C4.65-2.08294%2C4.65-4.65015%2C0-2.5672-2.0828-4.65-4.65-4.65-2.5672%2C0-4.65%2C2.08279-4.65%2C4.65%2C0%2C2.5672%2C2.0828%2C4.65015%2C4.65%2C4.65015M1029.83853%2C385.18801c2.04407%2C0%2C3.70069-1.65663%2C3.70069-3.70069s-1.65663-3.70055-3.70069-3.70055-3.70055%2C1.65648-3.70055%2C3.70055c0%2C2.04407%2C1.65648%2C3.70069%2C3.70055%2C3.70069M1067.97866%2C384.23855c1.52078%2C0%2C2.75124-1.23016%2C2.75124-2.75124%2C0-1.52093-1.23046-2.75124-2.75124-2.75124-1.52108%2C0-2.75139%2C1.23031-2.75139%2C2.75124%2C0%2C1.52108%2C1.23031%2C2.75124%2C2.75139%2C2.75124M1106.1185%2C383.18267c.93009%2C0%2C1.68575-.76527%2C1.68575-1.69536%2C0-.92994-.75566-1.69521-1.68575-1.69521-.93955%2C0-1.69521.76527-1.69521%2C1.69521%2C0%2C.93009.75566%2C1.69536%2C1.69521%2C1.69536M1144.24888%2C382.22361c.41656%2C0%2C.7459-.32934.7459-.7363%2C0-.4068-.32934-.73615-.7459-.73615-.4068%2C0-.73615.32934-.73615.73615%2C0%2C.40695.32934.7363.73615.7363M76.06681%2C343.34733c0%2C.17443.14546.31974.31988.31974.17413%2C0%2C.31959-.14531.31959-.31974s-.14546-.30998-.31959-.30998c-.17443%2C0-.31988.13555-.31988.30998M114.52653%2C344.61637c.69742%2C0%2C1.26919-.56187%2C1.26919-1.26904%2C0-.69757-.57177-1.26904-1.26919-1.26904-.70717%2C0-1.26919.57148-1.26919%2C1.26904%2C0%2C.70717.56201%2C1.26904%2C1.26919%2C1.26904M152.6569%2C345.57543c1.23046%2C0%2C2.22825-.99779%2C2.22825-2.2281%2C0-1.22056-.99779-2.21849-2.22825-2.21849-1.2207%2C0-2.21849.99794-2.21849%2C2.21849%2C0%2C1.23031.99779%2C2.2281%2C2.21849%2C2.2281M190.79704%2C346.63147c1.8114%2C0%2C3.28399-1.47259%2C3.28399-3.28413%2C0-1.81154-1.47259-3.27438-3.28399-3.27438-1.81169%2C0-3.27453%2C1.46283-3.27453%2C3.27438%2C0%2C1.81154%2C1.46283%2C3.28413%2C3.27453%2C3.28413M228.93687%2C347.47419c2.27674%2C0%2C4.12686-1.85027%2C4.12686-4.12686%2C0-2.27659-1.85013-4.12686-4.12686-4.12686-2.27644%2C0-4.12686%2C1.85027-4.12686%2C4.12686%2C0%2C2.27659%2C1.85042%2C4.12686%2C4.12686%2C4.12686M267.077%2C348.42365c2.79973%2C0%2C5.07617-2.26698%2C5.07617-5.07631%2C0-2.79973-2.27644-5.07631-5.07617-5.07631-2.80948%2C0-5.07646%2C2.27659-5.07646%2C5.07631%2C0%2C2.80933%2C2.26698%2C5.07631%2C5.07646%2C5.07631M305.21684%2C349.27613c3.26477%2C0%2C5.91934-2.65442%2C5.91934-5.9288%2C0-3.26462-2.65457-5.91919-5.91934-5.91919-3.27423%2C0-5.9288%2C2.65457-5.9288%2C5.91919%2C0%2C3.27438%2C2.65457%2C5.9288%2C5.9288%2C5.9288M343.34721%2C350.01242c3.68133%2C0%2C6.66524-2.98376%2C6.66524-6.66509s-2.98391-6.65534-6.66524-6.65534c-3.67157%2C0-6.65519%2C2.97401-6.65519%2C6.65534%2C0%2C3.68133%2C2.98362%2C6.66509%2C6.65519%2C6.66509M381.48734%2C350.8553c4.14637%2C0%2C7.50782-3.36174%2C7.50782-7.50797s-3.36144-7.50797-7.50782-7.50797c-4.14637%2C0-7.50782%2C3.36174-7.50782%2C7.50797s3.36144%2C7.50797%2C7.50782%2C7.50797M419.62718%2C351.49462c4.49523%2C0%2C8.14729-3.6426%2C8.14729-8.14729s-3.65206-8.13753-8.14729-8.13753c-4.49493%2C0-8.147%2C3.64245-8.147%2C8.13753s3.65206%2C8.14729%2C8.147%2C8.14729M457.76731%2C352.12434c4.84379%2C0%2C8.77701-3.92361%2C8.77701-8.77701%2C0-4.84379-3.93322-8.77686-8.77701-8.77686-4.85355%2C0-8.77701%2C3.93307-8.77701%2C8.77686s3.92346%2C8.77701%2C8.77701%2C8.77701M495.90744%2C352.65708c5.13441%2C0%2C9.3-4.16559%2C9.3-9.30975%2C0-5.13441-4.16559-9.30014-9.3-9.30014-5.14416%2C0-9.30975%2C4.16574-9.30975%2C9.30014%2C0%2C5.14416%2C4.16559%2C9.30975%2C9.30975%2C9.30975M534.03782%2C352.97682c5.3183%2C0%2C9.62934-4.31105%2C9.62934-9.62949%2C0-5.30884-4.31105-9.61973-9.62934-9.61973-5.30884%2C0-9.61988%2C4.3109-9.61988%2C9.61973s4.31105%2C9.62949%2C9.61988%2C9.62949M572.17765%2C353.18022c5.43478%2C0%2C9.8425-4.39811%2C9.8425-9.83289s-4.40772-9.83289-9.8425-9.83289c-5.42502%2C0-9.83274%2C4.40787-9.83274%2C9.83289%2C0%2C5.43478%2C4.40772%2C9.83289%2C9.83274%2C9.83289M610.31778%2C353.2868c5.49273%2C0%2C9.93947-4.4466%2C9.93947-9.93947%2C0-5.49287-4.44675-9.93947-9.93947-9.93947-5.49302%2C0-9.93947%2C4.4466-9.93947%2C9.93947%2C0%2C5.49287%2C4.44645%2C9.93947%2C9.93947%2C9.93947M648.45762%2C353.18022c5.43478%2C0%2C9.83304-4.39811%2C9.83304-9.83289%2C0-5.42502-4.39826-9.83289-9.83304-9.83289-5.43448%2C0-9.83274%2C4.40787-9.83274%2C9.83289s4.39826%2C9.83289%2C9.83274%2C9.83289M686.59775%2C352.97682c5.30884%2C0%2C9.61988-4.31105%2C9.61988-9.62949%2C0-5.30884-4.31105-9.61973-9.61988-9.61973-5.31859%2C0-9.62934%2C4.3109-9.62934%2C9.61973%2C0%2C5.31844%2C4.31075%2C9.62949%2C9.62934%2C9.62949M724.73788%2C352.55051c5.07617%2C0%2C9.19357-4.1171%2C9.19357-9.20317%2C0-5.07631-4.1174-9.20317-9.19357-9.20317-5.08622%2C0-9.20332%2C4.12686-9.20332%2C9.20317%2C0%2C5.08607%2C4.1171%2C9.20317%2C9.20332%2C9.20317M762.86826%2C352.01776c4.79531%2C0%2C8.67028-3.87512%2C8.67028-8.67043%2C0-4.7857-3.87497-8.67043-8.67028-8.67043-4.78585%2C0-8.67058%2C3.88473-8.67058%2C8.67043s3.88473%2C8.67043%2C8.67058%2C8.67043M801.00809%2C351.38804c4.43699%2C0%2C8.04086-3.60387%2C8.04086-8.04071s-3.60387-8.03096-8.04086-8.03096-8.04056%2C3.59411-8.04056%2C8.03096c0%2C4.43684%2C3.60358%2C8.04071%2C8.04056%2C8.04071M839.14822%2C350.74857c4.08813%2C0%2C7.40139-3.31311%2C7.40139-7.40124%2C0-4.08813-3.31326-7.40124-7.40139-7.40124s-7.40139%2C3.31311-7.40139%2C7.40124c0%2C4.08813%2C3.31326%2C7.40124%2C7.40139%2C7.40124M877.28806%2C350.01242c3.68133%2C0%2C6.65548-2.98376%2C6.65548-6.66509%2C0-3.68133-2.97415-6.65534-6.65548-6.65534-3.68103%2C0-6.66494%2C2.97401-6.66494%2C6.65534%2C0%2C3.68133%2C2.98391%2C6.66509%2C6.66494%2C6.66509M915.41844%2C349.16955c3.21628%2C0%2C5.82237-2.60593%2C5.82237-5.82222%2C0-3.20668-2.60608-5.81246-5.82237-5.81246-3.20653%2C0-5.81261%2C2.60578-5.81261%2C5.81246%2C0%2C3.21628%2C2.60608%2C5.82222%2C5.81261%2C5.82222M953.55857%2C348.31707c2.75124%2C0%2C4.96974-2.21849%2C4.96974-4.96973%2C0-2.74163-2.21849-4.96973-4.96974-4.96973-2.74163%2C0-4.96974%2C2.2281-4.96974%2C4.96973%2C0%2C2.75124%2C2.2281%2C4.96973%2C4.96974%2C4.96973M991.69855%2C347.47419c2.27659%2C0%2C4.12686-1.85027%2C4.12686-4.12686%2C0-2.27659-1.85027-4.12686-4.12686-4.12686-2.27659%2C0-4.12701%2C1.85027-4.12701%2C4.12686%2C0%2C2.27659%2C1.85042%2C4.12686%2C4.12701%2C4.12686M1029.83853%2C346.52489c1.75345%2C0%2C3.1678-1.42411%2C3.1678-3.17756s-1.41435-3.1678-3.1678-3.1678c-1.75345%2C0-3.17756%2C1.41435-3.17756%2C3.1678%2C0%2C1.75345%2C1.42411%2C3.17756%2C3.17756%2C3.17756M1067.97866%2C345.57543c1.22056%2C0%2C2.21835-.99779%2C2.21835-2.2281%2C0-1.22056-.99779-2.21849-2.21835-2.21849-1.23046%2C0-2.22825.99794-2.22825%2C2.21849%2C0%2C1.23031.99779%2C2.2281%2C2.22825%2C2.2281M1106.1185%2C344.61637c.69757%2C0%2C1.26919-.56187%2C1.26919-1.26904%2C0-.69757-.57162-1.26904-1.26919-1.26904-.70717%2C0-1.26889.57148-1.26889%2C1.26904%2C0%2C.70717.56172%2C1.26904%2C1.26889%2C1.26904M1143.9389%2C343.34733c0%2C.17443.1357.31974.30998.31974.17443%2C0%2C.31974-.14531.31974-.31974s-.14531-.30998-.31974-.30998c-.17428%2C0-.30998.13555-.30998.30998M76.27997%2C305.20735c0%2C.05809.04849.10658.10673.10658.05795%2C0%2C.10643-.04849.10643-.10658s-.04849-.09697-.10643-.09697c-.05824%2C0-.10673.03888-.10673.09697M114.52653%2C305.95326c.4068%2C0%2C.73644-.32934.73644-.7459%2C0-.40695-.32964-.7363-.73644-.7363-.41656%2C0-.7459.32934-.7459.7363%2C0%2C.41656.32934.7459.7459.7459M152.6569%2C306.90271c.93955%2C0%2C1.69521-.75566%2C1.69521-1.69536%2C0-.93009-.75566-1.68575-1.69521-1.68575-.93009%2C0-1.68575.75566-1.68575%2C1.68575%2C0%2C.9397.75566%2C1.69536%2C1.68575%2C1.69536M190.79704%2C307.74543c1.40459%2C0%2C2.53808-1.13349%2C2.53808-2.53808%2C0-1.39498-1.13349-2.53823-2.53808-2.53823-1.40489%2C0-2.53838%2C1.14325-2.53838%2C2.53823%2C0%2C1.40459%2C1.13349%2C2.53808%2C2.53838%2C2.53808M228.93687%2C308.7045c1.92788%2C0%2C3.48768-1.56927%2C3.48768-3.49714%2C0-1.92788-1.55981-3.48754-3.48768-3.48754s-3.48739%2C1.55966-3.48739%2C3.48754c0%2C1.92788%2C1.55951%2C3.49714%2C3.48739%2C3.49714M267.077%2C309.54737c2.39263%2C0%2C4.33026-1.93749%2C4.33026-4.34002%2C0-2.39292-1.93764-4.33041-4.33026-4.33041-2.39292%2C0-4.34002%2C1.93749-4.34002%2C4.33041%2C0%2C2.40253%2C1.9471%2C4.34002%2C4.34002%2C4.34002M305.21684%2C310.39024c2.85797%2C0%2C5.18289-2.31546%2C5.18289-5.18289%2C0-2.85782-2.32493-5.17314-5.18289-5.17314-2.86743%2C0-5.1826%2C2.31532-5.1826%2C5.17314%2C0%2C2.86743%2C2.31517%2C5.18289%2C5.1826%2C5.18289M343.34721%2C311.13615c3.27453%2C0%2C5.9288-2.65442%2C5.9288-5.9288%2C0-3.26477-2.65427-5.91919-5.9288-5.91919-3.26477%2C0-5.91904%2C2.65442-5.91904%2C5.91919%2C0%2C3.27438%2C2.65427%2C5.9288%2C5.91904%2C5.9288M381.48734%2C311.76586c3.62309%2C0%2C6.55851-2.93543%2C6.55851-6.55851%2C0-3.61348-2.93543-6.54876-6.55851-6.54876s-6.55851%2C2.93528-6.55851%2C6.54876c0%2C3.62309%2C2.93543%2C6.55851%2C6.55851%2C6.55851M419.62718%2C312.40519c3.97194%2C0%2C7.18823-3.22589%2C7.18823-7.19784%2C0-3.97194-3.21628-7.18823-7.18823-7.18823-3.97165%2C0-7.18793%2C3.21628-7.18793%2C7.18823s3.21628%2C7.19784%2C7.18793%2C7.19784M457.76731%2C312.92833c4.26256%2C0%2C7.72098-3.44881%2C7.72098-7.72098s-3.45842-7.71137-7.72098-7.71137c-4.26256%2C0-7.72098%2C3.44881-7.72098%2C7.71137s3.45842%2C7.72098%2C7.72098%2C7.72098M495.90744%2C313.35464c4.49493%2C0%2C8.13753-3.6426%2C8.13753-8.14729s-3.6426-8.13753-8.13753-8.13753c-4.50469%2C0-8.14729%2C3.64245-8.14729%2C8.13753s3.6426%2C8.14729%2C8.14729%2C8.14729M534.03782%2C313.78081c4.73707%2C0%2C8.57331-3.83625%2C8.57331-8.57346s-3.83625-8.56385-8.57331-8.56385c-4.7276%2C0-8.56385%2C3.83625-8.56385%2C8.56385%2C0%2C4.73721%2C3.83625%2C8.57346%2C8.56385%2C8.57346M572.17765%2C313.88739c4.79531%2C0%2C8.68004-3.88473%2C8.68004-8.68004s-3.88473-8.67043-8.68004-8.67043c-4.78555%2C0-8.67028%2C3.88473-8.67028%2C8.67043%2C0%2C4.79531%2C3.88473%2C8.68004%2C8.67028%2C8.68004M610.31778%2C313.98436c4.84379%2C0%2C8.77701-3.92361%2C8.77701-8.77701%2C0-4.84379-3.93322-8.77701-8.77701-8.77701s-8.77701%2C3.93322-8.77701%2C8.77701%2C3.93322%2C8.77701%2C8.77701%2C8.77701M648.45762%2C313.88739c4.78585%2C0%2C8.67058-3.88473%2C8.67058-8.68004s-3.88473-8.67043-8.67058-8.67043c-4.79531%2C0-8.67028%2C3.88473-8.67028%2C8.67043s3.87497%2C8.68004%2C8.67028%2C8.68004M686.59775%2C313.67423c4.66936%2C0%2C8.45742-3.78776%2C8.45742-8.46688s-3.78806-8.45727-8.45742-8.45727c-4.67912%2C0-8.46688%2C3.78776-8.46688%2C8.45727s3.78776%2C8.46688%2C8.46688%2C8.46688M724.73788%2C313.35464c4.49493%2C0%2C8.13753-3.6426%2C8.13753-8.14729s-3.6426-8.13753-8.13753-8.13753c-4.50469%2C0-8.14729%2C3.64245-8.14729%2C8.13753s3.6426%2C8.14729%2C8.14729%2C8.14729M762.86826%2C312.92833c4.26226%2C0%2C7.72098-3.44881%2C7.72098-7.72098%2C0-4.26256-3.45871-7.71137-7.72098-7.71137-4.26256%2C0-7.72127%2C3.44881-7.72127%2C7.71137s3.45871%2C7.72098%2C7.72127%2C7.72098M801.00809%2C312.40519c3.97194%2C0%2C7.18823-3.22589%2C7.18823-7.19784s-3.21628-7.18823-7.18823-7.18823-7.18823%2C3.21628-7.18823%2C7.18823%2C3.21628%2C7.19784%2C7.18823%2C7.19784M839.14822%2C311.76586c3.62309%2C0%2C6.55851-2.93543%2C6.55851-6.55851%2C0-3.61348-2.93543-6.54876-6.55851-6.54876s-6.55851%2C2.93528-6.55851%2C6.54876%2C2.93543%2C6.55851%2C6.55851%2C6.55851M877.28806%2C311.02957c3.20682%2C0%2C5.81261-2.60593%2C5.81261-5.82222%2C0-3.20668-2.60579-5.81261-5.81261-5.81261-3.21628%2C0-5.82207%2C2.60593-5.82207%2C5.81261%2C0%2C3.21628%2C2.60579%2C5.82222%2C5.82207%2C5.82222M915.41844%2C310.28367c2.80948%2C0%2C5.07631-2.26698%2C5.07631-5.07631%2C0-2.79973-2.26683-5.07631-5.07631-5.07631-2.79973%2C0-5.06641%2C2.27659-5.06641%2C5.07631%2C0%2C2.80933%2C2.26668%2C5.07631%2C5.06641%2C5.07631M953.55857%2C309.44079c2.34429%2C0%2C4.23344-1.889%2C4.23344-4.23344%2C0-2.33468-1.88915-4.22383-4.23344-4.22383-2.33468%2C0-4.22383%2C1.88915-4.22383%2C4.22383%2C0%2C2.34444%2C1.88915%2C4.23344%2C4.22383%2C4.23344M991.69855%2C308.59792c1.86964%2C0%2C3.38096-1.52093%2C3.38096-3.39057s-1.51132-3.38096-3.38096-3.38096c-1.86979%2C0-3.38096%2C1.51117-3.38096%2C3.38096%2C0%2C1.86964%2C1.51117%2C3.39057%2C3.38096%2C3.39057M1029.83853%2C307.74543c1.40474%2C0%2C2.53808-1.13349%2C2.53808-2.53808%2C0-1.39498-1.13334-2.53823-2.53808-2.53823-1.40459%2C0-2.53808%2C1.14325-2.53808%2C2.53823%2C0%2C1.40459%2C1.13349%2C2.53808%2C2.53808%2C2.53808M1067.97866%2C306.79613c.87185%2C0%2C1.57902-.70717%2C1.57902-1.58878%2C0-.87185-.70717-1.57917-1.57902-1.57917-.8816%2C0-1.58878.70732-1.58878%2C1.57917%2C0%2C.8816.70717%2C1.58878%2C1.58878%2C1.58878M1106.1185%2C305.84668c.34886%2C0%2C.62972-.28086.62972-.63932%2C0-.34886-.28086-.62972-.62972-.62972-.35832%2C0-.63932.28086-.63932.62972%2C0%2C.35847.28101.63932.63932.63932M114.31337%2C267.07698c0%2C.11619.09697.2034.21316.2034s.2034-.08721.2034-.2034c0-.11619-.08721-.21316-.2034-.21316s-.21316.09697-.21316.21316M152.6569%2C268.13301c.59099%2C0%2C1.06549-.4748%2C1.06549-1.05603%2C0-.59099-.4745-1.06564-1.06549-1.06564-.58123%2C0-1.05603.47465-1.05603%2C1.06564%2C0%2C.58123.4748%2C1.05603%2C1.05603%2C1.05603M190.79704%2C268.97574c1.05574%2C0%2C1.90837-.85248%2C1.90837-1.89876%2C0-1.05588-.85263-1.90837-1.90837-1.90837-1.04628%2C0-1.89891.85248-1.89891%2C1.90837%2C0%2C1.04628.85263%2C1.89876%2C1.89891%2C1.89876M228.93687%2C269.81861c1.52108%2C0%2C2.75124-1.23031%2C2.75124-2.74163%2C0-1.52093-1.23016-2.75124-2.75124-2.75124-1.52078%2C0-2.75124%2C1.23031-2.75124%2C2.75124%2C0%2C1.51132%2C1.23046%2C2.74163%2C2.75124%2C2.74163M267.077%2C270.67109c1.98582%2C0%2C3.59411-1.60814%2C3.59411-3.59411%2C0-1.98597-1.60829-3.59411-3.59411-3.59411-1.98612%2C0-3.59411%2C1.60814-3.59411%2C3.59411%2C0%2C1.98597%2C1.60799%2C3.59411%2C3.59411%2C3.59411M305.21684%2C271.40739c2.39292%2C0%2C4.33056-1.93749%2C4.33056-4.33041%2C0-2.40253-1.93764-4.34002-4.33056-4.34002-2.40238%2C0-4.34002%2C1.93749-4.34002%2C4.34002s1.93764%2C4.33041%2C4.34002%2C4.33041M343.34721%2C272.04671c2.75124%2C0%2C4.97949-2.2281%2C4.97949-4.96973%2C0-2.75124-2.22825-4.96973-4.97949-4.96973-2.74148%2C0-4.96974%2C2.21849-4.96974%2C4.96973%2C0%2C2.74163%2C2.22825%2C4.96973%2C4.96974%2C4.96973M381.48734%2C272.78301c3.15804%2C0%2C5.71564-2.5576%2C5.71564-5.70603%2C0-3.15819-2.5576-5.71564-5.71564-5.71564-3.14858%2C0-5.70588%2C2.55745-5.70588%2C5.71564%2C0%2C3.14843%2C2.5573%2C5.70603%2C5.70588%2C5.70603M419.62718%2C273.31576c3.44895%2C0%2C6.23892-2.79973%2C6.23892-6.23878%2C0-3.44881-2.78997-6.23878-6.23892-6.23878-3.44866%2C0-6.23863%2C2.78997-6.23863%2C6.23878%2C0%2C3.43905%2C2.78997%2C6.23878%2C6.23863%2C6.23878M457.76731%2C273.83889c3.73957%2C0%2C6.76191-3.0321%2C6.76191-6.76191%2C0-3.73942-3.02234-6.77167-6.76191-6.77167-3.73927%2C0-6.77167%2C3.03225-6.77167%2C6.77167%2C0%2C3.72981%2C3.0324%2C6.76191%2C6.77167%2C6.76191M495.90744%2C274.26521c3.97194%2C0%2C7.18823-3.21628%2C7.18823-7.18823s-3.21628-7.19784-7.18823-7.19784-7.19799%2C3.22589-7.19799%2C7.19784%2C3.22604%2C7.18823%2C7.19799%2C7.18823M534.03782%2C274.47837c4.09759%2C0%2C7.41085-3.31326%2C7.41085-7.40139%2C0-4.08813-3.31326-7.40124-7.41085-7.40124-4.08843%2C0-7.40139%2C3.31311-7.40139%2C7.40124%2C0%2C4.08813%2C3.31296%2C7.40139%2C7.40139%2C7.40139M572.17765%2C274.69138c4.20461%2C0%2C7.61454-3.40993%2C7.61454-7.6144%2C0-4.20432-3.40993-7.6144-7.61454-7.6144-4.20432%2C0-7.61425%2C3.41008-7.61425%2C7.6144s3.40993%2C7.6144%2C7.61425%2C7.6144M610.31778%2C274.69138c4.20432%2C0%2C7.61425-3.40993%2C7.61425-7.6144s-3.40993-7.6144-7.61425-7.6144c-4.20432%2C0-7.61454%2C3.41008-7.61454%2C7.6144%2C0%2C4.20447%2C3.41023%2C7.6144%2C7.61454%2C7.6144M648.45762%2C274.69138c4.20461%2C0%2C7.61454-3.40993%2C7.61454-7.6144s-3.40993-7.6144-7.61454-7.6144c-4.20432%2C0-7.61425%2C3.41008-7.61425%2C7.6144%2C0%2C4.20447%2C3.40993%2C7.6144%2C7.61425%2C7.6144M686.59775%2C274.47837c4.08813%2C0%2C7.40139-3.31326%2C7.40139-7.40139%2C0-4.08813-3.31326-7.40124-7.40139-7.40124-4.08813%2C0-7.40139%2C3.31311-7.40139%2C7.40124s3.31326%2C7.40139%2C7.40139%2C7.40139M724.73788%2C274.15863c3.90395%2C0%2C7.0815-3.1678%2C7.0815-7.08165s-3.17756-7.09126-7.0815-7.09126c-3.92346%2C0-7.09156%2C3.17756-7.09156%2C7.09126s3.1681%2C7.08165%2C7.09156%2C7.08165M762.86826%2C273.73231c3.68103%2C0%2C6.66494-2.98376%2C6.66494-6.65534%2C0-3.68133-2.98391-6.66509-6.66494-6.66509-3.68133%2C0-6.65548%2C2.98376-6.65548%2C6.66509%2C0%2C3.67157%2C2.97415%2C6.65534%2C6.65548%2C6.65534M801.00809%2C273.31576c3.44895%2C0%2C6.23892-2.79973%2C6.23892-6.23878%2C0-3.44881-2.78997-6.23878-6.23892-6.23878-3.44866%2C0-6.23863%2C2.78997-6.23863%2C6.23878%2C0%2C3.43905%2C2.78997%2C6.23878%2C6.23863%2C6.23878M839.14822%2C272.67643c3.09034%2C0%2C5.59945-2.50911%2C5.59945-5.59945%2C0-3.09995-2.50911-5.60906-5.59945-5.60906-3.1001%2C0-5.60921%2C2.50911-5.60921%2C5.60906%2C0%2C3.09034%2C2.50911%2C5.59945%2C5.60921%2C5.59945M877.28806%2C272.04671c2.74178%2C0%2C4.96974-2.2281%2C4.96974-4.96973%2C0-2.75124-2.22796-4.96973-4.96974-4.96973-2.75124%2C0-4.96974%2C2.21849-4.96974%2C4.96973%2C0%2C2.74163%2C2.21849%2C4.96973%2C4.96974%2C4.96973M915.41844%2C271.30081c2.34444%2C0%2C4.23359-1.88915%2C4.23359-4.22383%2C0-2.33468-1.88915-4.23344-4.23359-4.23344-2.33468%2C0-4.22383%2C1.89876-4.22383%2C4.23344%2C0%2C2.33468%2C1.88915%2C4.22383%2C4.22383%2C4.22383M953.55857%2C270.56452c1.92773%2C0%2C3.49714-1.55966%2C3.49714-3.48754%2C0-1.92788-1.56941-3.49714-3.49714-3.49714-1.92788%2C0-3.48754%2C1.56927-3.48754%2C3.49714%2C0%2C1.92788%2C1.55966%2C3.48754%2C3.48754%2C3.48754M991.69855%2C269.72164c1.46283%2C0%2C2.64466-1.19158%2C2.64466-2.64466%2C0-1.46283-1.18183-2.64466-2.64466-2.64466-1.46283%2C0-2.64466%2C1.18183-2.64466%2C2.64466%2C0%2C1.45308%2C1.18183%2C2.64466%2C2.64466%2C2.64466M1029.83853%2C268.86916c.98818%2C0%2C1.79218-.804%2C1.79218-1.79218%2C0-.99779-.804-1.80194-1.79218-1.80194-.98803%2C0-1.80194.80415-1.80194%2C1.80194%2C0%2C.98818.8139%2C1.79218%2C1.80194%2C1.79218M1067.97866%2C268.02643c.52299%2C0%2C.94931-.42632.94931-.94945%2C0-.53275-.42632-.95906-.94931-.95906-.53289%2C0-.95921.42632-.95921.95906%2C0%2C.52314.42632.94945.95921.94945M1105.90549%2C267.07698c0%2C.11619.09682.2034.21301.2034.11633%2C0%2C.20355-.08721.20355-.2034s-.08721-.21316-.20355-.21316c-.11619%2C0-.21301.09697-.21301.21316M152.24035%2C228.937c0%2C.23252.18418.42617.41656.42617.24213%2C0%2C.42632-.19365.42632-.42617s-.18418-.42632-.42632-.42632c-.23237%2C0-.41656.19379-.41656.42632M190.79704%2C230.09946c.64893%2C0%2C1.16246-.52314%2C1.16246-1.16246s-.51353-1.16261-1.16246-1.16261c-.63947%2C0-1.16276.52329-1.16276%2C1.16261s.52329%2C1.16246%2C1.16276%2C1.16246M228.93687%2C230.94234c1.11427%2C0%2C2.00534-.90097%2C2.00534-2.00534%2C0-1.11413-.89106-2.01509-2.00534-2.01509-1.10422%2C0-2.00534.90097-2.00534%2C2.01509%2C0%2C1.10437.90112%2C2.00534%2C2.00534%2C2.00534M267.077%2C231.68824c1.52078%2C0%2C2.75124-1.23031%2C2.75124-2.75124%2C0-1.52093-1.23046-2.75124-2.75124-2.75124-1.52108%2C0-2.75124%2C1.23031-2.75124%2C2.75124%2C0%2C1.52093%2C1.23016%2C2.75124%2C2.75124%2C2.75124M305.21684%2C232.42454c1.92788%2C0%2C3.48768-1.5598%2C3.48768-3.48754s-1.55981-3.48754-3.48768-3.48754c-1.92758%2C0-3.49714%2C1.55966-3.49714%2C3.48754%2C0%2C1.92773%2C1.56956%2C3.48754%2C3.49714%2C3.48754M343.34721%2C233.06386c2.28649%2C0%2C4.12686-1.85027%2C4.12686-4.12686%2C0-2.27659-1.84037-4.12701-4.12686-4.12701-2.27644%2C0-4.1171%2C1.85042-4.1171%2C4.12701%2C0%2C2.27659%2C1.84066%2C4.12686%2C4.1171%2C4.12686M381.48734%2C233.69358c2.63505%2C0%2C4.75658-2.13128%2C4.75658-4.75658s-2.12152-4.75658-4.75658-4.75658c-2.6253%2C0-4.75658%2C2.12152-4.75658%2C4.75658%2C0%2C2.6253%2C2.13128%2C4.75658%2C4.75658%2C4.75658M419.62718%2C234.22647c2.92567%2C0%2C5.28962-2.37356%2C5.28962-5.28947%2C0-2.92567-2.36395-5.28947-5.28962-5.28947-2.91591%2C0-5.28932%2C2.3638-5.28932%2C5.28947%2C0%2C2.91591%2C2.37341%2C5.28947%2C5.28932%2C5.28947M457.76731%2C234.64303c3.14858%2C0%2C5.70588-2.5576%2C5.70588-5.70603%2C0-3.15819-2.5573-5.71564-5.70588-5.71564-3.15804%2C0-5.71564%2C2.55745-5.71564%2C5.71564%2C0%2C3.14843%2C2.5576%2C5.70603%2C5.71564%2C5.70603M495.90744%2C235.0692c3.38096%2C0%2C6.1322-2.74163%2C6.1322-6.1322%2C0-3.39071-2.75124-6.1322-6.1322-6.1322-3.39071%2C0-6.14195%2C2.74148-6.14195%2C6.1322%2C0%2C3.39057%2C2.75124%2C6.1322%2C6.14195%2C6.1322M534.03782%2C235.28235c3.5069%2C0%2C6.34536-2.84821%2C6.34536-6.34536%2C0-3.5069-2.83845-6.34536-6.34536-6.34536-3.49744%2C0-6.34536%2C2.83845-6.34536%2C6.34536s2.84792%2C6.34536%2C6.34536%2C6.34536M572.17765%2C235.49551c3.62309%2C0%2C6.55851-2.93543%2C6.55851-6.55851%2C0-3.62324-2.93543-6.55851-6.55851-6.55851s-6.55851%2C2.93528-6.55851%2C6.55851c0%2C3.62309%2C2.93543%2C6.55851%2C6.55851%2C6.55851M610.31778%2C235.49551c3.62309%2C0%2C6.55851-2.93543%2C6.55851-6.55851%2C0-3.62324-2.93543-6.55851-6.55851-6.55851s-6.55851%2C2.93528-6.55851%2C6.55851%2C2.93543%2C6.55851%2C6.55851%2C6.55851M648.45762%2C235.49551c3.62338%2C0%2C6.55851-2.93543%2C6.55851-6.55851%2C0-3.62324-2.93513-6.55851-6.55851-6.55851-3.62309%2C0-6.55822%2C2.93528-6.55822%2C6.55851%2C0%2C3.62309%2C2.93513%2C6.55851%2C6.55822%2C6.55851M686.59775%2C235.28235c3.49714%2C0%2C6.34536-2.84821%2C6.34536-6.34536%2C0-3.5069-2.84821-6.34536-6.34536-6.34536-3.5069%2C0-6.34536%2C2.83845-6.34536%2C6.34536%2C0%2C3.49714%2C2.83845%2C6.34536%2C6.34536%2C6.34536M724.73788%2C234.96262c3.32272%2C0%2C6.02547-2.70276%2C6.02547-6.02562%2C0-3.33262-2.70276-6.02562-6.02547-6.02562-3.33277%2C0-6.03552%2C2.693-6.03552%2C6.02562%2C0%2C3.32286%2C2.70276%2C6.02562%2C6.03552%2C6.02562M762.86826%2C234.64303c3.15804%2C0%2C5.71564-2.5576%2C5.71564-5.70603%2C0-3.15819-2.5576-5.71564-5.71564-5.71564-3.14858%2C0-5.70618%2C2.55745-5.70618%2C5.71564%2C0%2C3.14843%2C2.5576%2C5.70603%2C5.70618%2C5.70603M801.00809%2C234.11989c2.86743%2C0%2C5.18289-2.32507%2C5.18289-5.18289%2C0-2.86758-2.31546-5.18289-5.18289-5.18289-2.85767%2C0-5.18289%2C2.31532-5.18289%2C5.18289%2C0%2C2.85782%2C2.32522%2C5.18289%2C5.18289%2C5.18289M839.14822%2C233.587c2.56706%2C0%2C4.64985-2.08279%2C4.64985-4.65s-2.0828-4.65-4.64985-4.65c-2.56735%2C0-4.65015%2C2.08279-4.65015%2C4.65s2.0828%2C4.65%2C4.65015%2C4.65M877.28806%2C233.06386c2.27674%2C0%2C4.1174-1.85027%2C4.1174-4.12686%2C0-2.27659-1.84066-4.12701-4.1174-4.12701-2.27644%2C0-4.12686%2C1.85042-4.12686%2C4.12701s1.85042%2C4.12686%2C4.12686%2C4.12686M915.41844%2C232.31796c1.86979%2C0%2C3.39071-1.51132%2C3.39071-3.38096%2C0-1.86979-1.52093-3.38096-3.39071-3.38096-1.85988%2C0-3.38096%2C1.51117-3.38096%2C3.38096%2C0%2C1.86964%2C1.52108%2C3.38096%2C3.38096%2C3.38096M953.55857%2C231.58166c1.46283%2C0%2C2.64466-1.18183%2C2.64466-2.64466%2C0-1.46283-1.18183-2.64466-2.64466-2.64466-1.45323%2C0-2.64481%2C1.18183-2.64481%2C2.64466%2C0%2C1.46283%2C1.19158%2C2.64466%2C2.64481%2C2.64466M991.69855%2C230.83576c1.05588%2C0%2C1.90851-.85248%2C1.90851-1.89876%2C0-1.05603-.85263-1.90851-1.90851-1.90851-1.04628%2C0-1.89876.85248-1.89876%2C1.90851%2C0%2C1.04628.85248%2C1.89876%2C1.89876%2C1.89876M1029.83853%2C230.09946c.63947%2C0%2C1.16246-.52314%2C1.16246-1.16246s-.52299-1.16261-1.16246-1.16261c-.63932%2C0-1.16246.52329-1.16246%2C1.16261%2C0%2C.63932.52314%2C1.16246%2C1.16246%2C1.16246M1067.65893%2C228.937c0%2C.17428.14531.31974.31974.31974.17428%2C0%2C.31959-.14546.31959-.31974%2C0-.17443-.14531-.31974-.31959-.31974-.17443%2C0-.31974.14531-.31974.31974M190.38048%2C190.79702c0%2C.23237.18389.42617.41656.42617.23237%2C0%2C.42602-.19379.42602-.42617%2C0-.23252-.19365-.42632-.42602-.42632-.23267%2C0-.41656.19379-.41656.42632M228.93687%2C191.95948c.63947%2C0%2C1.16246-.52314%2C1.16246-1.16246%2C0-.63947-.52299-1.16261-1.16246-1.16261-.63947%2C0-1.16246.52314-1.16246%2C1.16261%2C0%2C.63932.52299%2C1.16246%2C1.16246%2C1.16246M267.077%2C192.70539c1.04628%2C0%2C1.89861-.85248%2C1.89861-1.90837%2C0-1.05603-.85233-1.89876-1.89861-1.89876-1.05603%2C0-1.90837.84273-1.90837%2C1.89876%2C0%2C1.05588.85233%2C1.90837%2C1.90837%2C1.90837M305.21684%2C193.3351c1.39513%2C0%2C2.53838-1.13349%2C2.53838-2.53808%2C0-1.40474-1.14325-2.53823-2.53838-2.53823-1.40459%2C0-2.53808%2C1.13349-2.53808%2C2.53823%2C0%2C1.40459%2C1.13349%2C2.53808%2C2.53808%2C2.53808M343.34721%2C193.97443c1.75345%2C0%2C3.17756-1.42396%2C3.17756-3.17741%2C0-1.75345-1.42411-3.16795-3.17756-3.16795-1.74369%2C0-3.1678%2C1.4145-3.1678%2C3.16795s1.42411%2C3.17741%2C3.1678%2C3.17741M381.48734%2C194.60414c2.10231%2C0%2C3.80727-1.70496%2C3.80727-3.80712%2C0-2.10231-1.70497-3.80727-3.80727-3.80727-2.10231%2C0-3.80727%2C1.70496-3.80727%2C3.80727%2C0%2C2.10216%2C1.70497%2C3.80712%2C3.80727%2C3.80712M419.62718%2C195.03046c2.33498%2C0%2C4.23359-1.89876%2C4.23359-4.23344%2C0-2.33468-1.89861-4.23359-4.23359-4.23359-2.33468%2C0-4.23329%2C1.89891-4.23329%2C4.23359%2C0%2C2.33468%2C1.89861%2C4.23344%2C4.23329%2C4.23344M457.76731%2C195.44702c2.56735%2C0%2C4.65015-2.08279%2C4.65015-4.65s-2.0828-4.65015-4.65015-4.65015c-2.56706%2C0-4.65961%2C2.08294-4.65961%2C4.65015%2C0%2C2.5672%2C2.09255%2C4.65%2C4.65961%2C4.65M495.90744%2C195.76675c2.74148%2C0%2C4.96974-2.22825%2C4.96974-4.96973%2C0-2.74163-2.22825-4.96973-4.96974-4.96973-2.75124%2C0-4.96974%2C2.2281-4.96974%2C4.96973%2C0%2C2.74148%2C2.21849%2C4.96973%2C4.96974%2C4.96973M534.03782%2C196.08634c2.92567%2C0%2C5.28932-2.37341%2C5.28932-5.28932%2C0-2.91606-2.36365-5.28947-5.28932-5.28947-2.91621%2C0-5.27986%2C2.37341-5.27986%2C5.28947%2C0%2C2.91591%2C2.36365%2C5.28932%2C5.27986%2C5.28932M572.17765%2C196.19292c2.98391%2C0%2C5.39605-2.41214%2C5.39605-5.3959%2C0-2.98391-2.41214-5.39605-5.39605-5.39605-2.97415%2C0-5.38629%2C2.41214-5.38629%2C5.39605%2C0%2C2.98376%2C2.41214%2C5.3959%2C5.38629%2C5.3959M610.31778%2C196.19292c2.98362%2C0%2C5.39605-2.41214%2C5.39605-5.3959%2C0-2.98391-2.41244-5.39605-5.39605-5.39605-2.97415%2C0-5.39605%2C2.41214-5.39605%2C5.39605%2C0%2C2.98376%2C2.4219%2C5.3959%2C5.39605%2C5.3959M648.45762%2C196.19292c2.97415%2C0%2C5.39605-2.41214%2C5.39605-5.3959%2C0-2.98391-2.4219-5.39605-5.39605-5.39605-2.98362%2C0-5.39575%2C2.41214-5.39575%2C5.39605%2C0%2C2.98376%2C2.41214%2C5.3959%2C5.39575%2C5.3959M686.59775%2C195.97976c2.85797%2C0%2C5.18289-2.32493%2C5.18289-5.18274%2C0-2.85797-2.32493-5.18289-5.18289-5.18289-2.86743%2C0-5.18289%2C2.32493-5.18289%2C5.18289%2C0%2C2.85782%2C2.31546%2C5.18274%2C5.18289%2C5.18274M724.73788%2C195.76675c2.74148%2C0%2C4.96974-2.22825%2C4.96974-4.96973%2C0-2.74163-2.22825-4.96973-4.96974-4.96973-2.75124%2C0-4.97949%2C2.2281-4.97949%2C4.96973%2C0%2C2.74148%2C2.22825%2C4.96973%2C4.97949%2C4.96973M762.86826%2C195.44702c2.57681%2C0%2C4.65961-2.08279%2C4.65961-4.65%2C0-2.5672-2.0828-4.65015-4.65961-4.65015-2.56735%2C0-4.65015%2C2.08294-4.65015%2C4.65015%2C0%2C2.5672%2C2.0828%2C4.65%2C4.65015%2C4.65M801.00809%2C195.03046c2.33468%2C0%2C4.23359-1.89876%2C4.23359-4.23344%2C0-2.33468-1.89891-4.23359-4.23359-4.23359s-4.23329%2C1.89891-4.23329%2C4.23359c0%2C2.33468%2C1.89861%2C4.23344%2C4.23329%2C4.23344M839.14822%2C194.49756c2.04407%2C0%2C3.70055-1.65648%2C3.70055-3.70055%2C0-2.04407-1.65648-3.70069-3.70055-3.70069s-3.70084%2C1.65663-3.70084%2C3.70069c0%2C2.04407%2C1.65678%2C3.70055%2C3.70084%2C3.70055M877.28806%2C193.97443c1.75345%2C0%2C3.1681-1.42396%2C3.1681-3.17741%2C0-1.75345-1.41465-3.16795-3.1681-3.16795s-3.17756%2C1.4145-3.17756%2C3.16795c0%2C1.75345%2C1.42411%2C3.17741%2C3.17756%2C3.17741M915.41844%2C193.3351c1.40474%2C0%2C2.53823-1.13349%2C2.53823-2.53808%2C0-1.40474-1.13349-2.53823-2.53823-2.53823-1.39484%2C0-2.52833%2C1.13349-2.52833%2C2.53823%2C0%2C1.40459%2C1.13349%2C2.53808%2C2.52833%2C2.53808M953.55857%2C192.59881c.99779%2C0%2C1.80179-.81375%2C1.80179-1.80179%2C0-.98818-.804-1.80194-1.80179-1.80194-.98818%2C0-1.79218.81375-1.79218%2C1.80194%2C0%2C.98803.804%2C1.80179%2C1.79218%2C1.80179M991.69855%2C191.95948c.64908%2C0%2C1.16246-.52314%2C1.16246-1.16246%2C0-.63947-.51338-1.16261-1.16246-1.16261-.63932%2C0-1.16261.52314-1.16261%2C1.16261%2C0%2C.63932.52329%2C1.16246%2C1.16261%2C1.16246M1029.41222%2C190.79702c0%2C.23237.19379.42617.42632.42617s.42632-.19379.42632-.42617c0-.23252-.19379-.42632-.42632-.42632s-.42632.19379-.42632.42632M228.61728%2C152.65689c0%2C.17443.14516.31974.31959.31974s.31959-.14531.31959-.31974c0-.17428-.14516-.31959-.31959-.31959s-.31959.14531-.31959.31959M267.077%2C153.71292c.58123%2C0%2C1.05574-.46504%2C1.05574-1.05603%2C0-.58123-.4745-1.05588-1.05574-1.05588s-1.05603.47465-1.05603%2C1.05588c0%2C.59099.4748%2C1.05603%2C1.05603%2C1.05603M305.21684%2C154.35225c.93009%2C0%2C1.68575-.75566%2C1.68575-1.69536%2C0-.92994-.75566-1.6856-1.68575-1.6856-.93955%2C0-1.69521.75566-1.69521%2C1.6856%2C0%2C.9397.75566%2C1.69536%2C1.69521%2C1.69536M343.34721%2C154.87539c1.23046%2C0%2C2.22825-.98818%2C2.22825-2.21849%2C0-1.22056-.99779-2.21835-2.22825-2.21835-1.2207%2C0-2.21849.99779-2.21849%2C2.21835%2C0%2C1.23031.99779%2C2.21849%2C2.21849%2C2.21849M381.48734%2C155.40828c1.52108%2C0%2C2.75124-1.23031%2C2.75124-2.75139%2C0-1.52093-1.23016-2.75124-2.75124-2.75124-1.51132%2C0-2.75124%2C1.23031-2.75124%2C2.75124%2C0%2C1.52108%2C1.23992%2C2.75139%2C2.75124%2C2.75139M419.62718%2C155.94103c1.81169%2C0%2C3.27453-1.47244%2C3.27453-3.28413%2C0-1.81154-1.46283-3.27438-3.27453-3.27438-1.8114%2C0-3.27423%2C1.46283-3.27423%2C3.27438s1.46283%2C3.28413%2C3.27423%2C3.28413M457.76731%2C156.25101c1.98612%2C0%2C3.59411-1.60814%2C3.59411-3.59411%2C0-1.98582-1.60799-3.59397-3.59411-3.59397-1.98582%2C0-3.59411%2C1.60814-3.59411%2C3.59397%2C0%2C1.98597%2C1.60829%2C3.59411%2C3.59411%2C3.59411M495.90744%2C156.57074c2.16025%2C0%2C3.9137-1.75345%2C3.9137-3.91385%2C0-2.16025-1.75345-3.9137-3.9137-3.9137-2.16055%2C0-3.9137%2C1.75345-3.9137%2C3.9137%2C0%2C2.1604%2C1.75315%2C3.91385%2C3.9137%2C3.91385M534.03782%2C156.7839c2.2862%2C0%2C4.12686-1.85042%2C4.12686-4.12701%2C0-2.27659-1.84066-4.1171-4.12686-4.1171-2.27674%2C0-4.1174%2C1.84052-4.1174%2C4.1171%2C0%2C2.27659%2C1.84066%2C4.12701%2C4.1174%2C4.12701M572.17765%2C156.99691c2.40268%2C0%2C4.34002-1.9471%2C4.34002-4.34002%2C0-2.39278-1.93734-4.33026-4.34002-4.33026-2.39263%2C0-4.33026%2C1.93749-4.33026%2C4.33026%2C0%2C2.39292%2C1.93764%2C4.34002%2C4.33026%2C4.34002M610.31778%2C156.99691c2.39292%2C0%2C4.34002-1.9471%2C4.34002-4.34002%2C0-2.39278-1.9471-4.33026-4.34002-4.33026s-4.34002%2C1.93749-4.34002%2C4.33026c0%2C2.39292%2C1.9471%2C4.34002%2C4.34002%2C4.34002M648.45762%2C156.89048c2.33498%2C0%2C4.23359-1.89876%2C4.23359-4.23359%2C0-2.33468-1.89861-4.22368-4.23359-4.22368-2.33468%2C0-4.23329%2C1.889-4.23329%2C4.22368%2C0%2C2.33483%2C1.89861%2C4.23359%2C4.23329%2C4.23359M686.59775%2C156.7839c2.27674%2C0%2C4.1171-1.85042%2C4.1171-4.12701%2C0-2.27659-1.84037-4.1171-4.1171-4.1171-2.27644%2C0-4.12686%2C1.84052-4.12686%2C4.1171%2C0%2C2.27659%2C1.85042%2C4.12701%2C4.12686%2C4.12701M724.73788%2C156.57074c2.16025%2C0%2C3.90395-1.75345%2C3.90395-3.91385%2C0-2.16025-1.74369-3.9137-3.90395-3.9137-2.17001%2C0-3.914%2C1.75345-3.914%2C3.9137s1.74399%2C3.91385%2C3.914%2C3.91385M762.86826%2C156.25101c1.98582%2C0%2C3.59382-1.60814%2C3.59382-3.59411%2C0-1.98582-1.60799-3.59397-3.59382-3.59397-1.98612%2C0-3.59411%2C1.60814-3.59411%2C3.59397%2C0%2C1.98597%2C1.60799%2C3.59411%2C3.59411%2C3.59411M801.00809%2C155.83445c1.75345%2C0%2C3.17756-1.42411%2C3.17756-3.17756s-1.42411-3.1678-3.17756-3.1678c-1.75345%2C0-3.1678%2C1.41435-3.1678%2C3.1678%2C0%2C1.75345%2C1.41435%2C3.17756%2C3.1678%2C3.17756M839.14822%2C155.40828c1.52078%2C0%2C2.75124-1.23031%2C2.75124-2.75139%2C0-1.52093-1.23046-2.75124-2.75124-2.75124-1.52108%2C0-2.75124%2C1.23031-2.75124%2C2.75124%2C0%2C1.52108%2C1.23016%2C2.75139%2C2.75124%2C2.75139M877.28806%2C154.87539c1.2207%2C0%2C2.21849-.98818%2C2.21849-2.21849%2C0-1.22056-.99779-2.21835-2.21849-2.21835-1.23016%2C0-2.22796.99779-2.22796%2C2.21835%2C0%2C1.23031.99779%2C2.21849%2C2.22796%2C2.21849M915.41844%2C154.24567c.8816%2C0%2C1.58878-.70717%2C1.58878-1.58878%2C0-.87185-.70717-1.58878-1.58878-1.58878-.87185%2C0-1.57902.71693-1.57902%2C1.58878%2C0%2C.8816.70717%2C1.58878%2C1.57902%2C1.58878M953.55857%2C153.60634c.53275%2C0%2C.95906-.41656.95906-.94945%2C0-.52314-.42632-.94931-.95906-.94931-.52314%2C0-.94945.42617-.94945.94931%2C0%2C.53289.42632.94945.94945.94945M991.37881%2C152.65689c0%2C.17443.14531.31974.31974.31974.17428%2C0%2C.31974-.14531.31974-.31974%2C0-.17428-.14546-.31959-.31974-.31959-.17443%2C0-.31974.14531-.31974.31959M266.86384%2C114.51691c0%2C.11633.09697.21316.21316.21316s.21316-.09682.21316-.21316c0-.11619-.09697-.2034-.21316-.2034s-.21316.08721-.21316.2034M305.21684%2C115.26281c.4071%2C0%2C.73644-.32934.73644-.7459%2C0-.4068-.32934-.7363-.73644-.7363-.41656%2C0-.7459.32949-.7459.7363%2C0%2C.41656.32934.7459.7459.7459M343.34721%2C115.78595c.70717%2C0%2C1.26919-.56187%2C1.26919-1.26904%2C0-.69742-.56201-1.26904-1.26919-1.26904-.69742%2C0-1.26889.57162-1.26889%2C1.26904%2C0%2C.70717.57148%2C1.26904%2C1.26889%2C1.26904M381.48734%2C116.31885c.99779%2C0%2C1.80194-.80415%2C1.80194-1.80194%2C0-.98818-.80415-1.79218-1.80194-1.79218-.98803%2C0-1.79218.804-1.79218%2C1.79218%2C0%2C.99779.80415%2C1.80194%2C1.79218%2C1.80194M419.62718%2C116.74501c1.23046%2C0%2C2.21849-.99779%2C2.21849-2.2281%2C0-1.22056-.98803-2.21849-2.21849-2.21849-1.23016%2C0-2.2182.99794-2.2182%2C2.21849%2C0%2C1.23031.98803%2C2.2281%2C2.2182%2C2.2281M457.76731%2C117.05514c1.40489%2C0%2C2.53808-1.13349%2C2.53808-2.53823%2C0-1.39498-1.13319-2.53808-2.53808-2.53808-1.40459%2C0-2.53808%2C1.1431-2.53808%2C2.53808%2C0%2C1.40474%2C1.13349%2C2.53823%2C2.53808%2C2.53823M495.90744%2C117.37473c1.56927%2C0%2C2.84821-1.27865%2C2.84821-2.85782%2C0-1.56941-1.27895-2.84806-2.84821-2.84806-1.57902%2C0-2.85797%2C1.27865-2.85797%2C2.84806%2C0%2C1.57917%2C1.27895%2C2.85782%2C2.85797%2C2.85782M534.03782%2C117.58789c1.69521%2C0%2C3.07083-1.37562%2C3.07083-3.07098%2C0-1.6856-1.37562-3.06122-3.07083-3.06122-1.68575%2C0-3.06137%2C1.37562-3.06137%2C3.06122%2C0%2C1.69536%2C1.37562%2C3.07098%2C3.06137%2C3.07098M572.17765%2C117.69447c1.75345%2C0%2C3.17756-1.42411%2C3.17756-3.17756%2C0-1.74369-1.42411-3.1678-3.17756-3.1678s-3.1678%2C1.42411-3.1678%2C3.1678c0%2C1.75345%2C1.41435%2C3.17756%2C3.1678%2C3.17756M610.31778%2C117.69447c1.75345%2C0%2C3.17756-1.42411%2C3.17756-3.17756%2C0-1.74369-1.42411-3.1678-3.17756-3.1678s-3.1678%2C1.42411-3.1678%2C3.1678c0%2C1.75345%2C1.41435%2C3.17756%2C3.1678%2C3.17756M648.45762%2C117.69447c1.75345%2C0%2C3.1681-1.42411%2C3.1681-3.17756%2C0-1.74369-1.41465-3.1678-3.1681-3.1678-1.75345%2C0-3.17726%2C1.42411-3.17726%2C3.1678s1.42381%2C3.17756%2C3.17726%2C3.17756M686.59775%2C117.58789c1.69521%2C0%2C3.06137-1.37562%2C3.06137-3.07098%2C0-1.6856-1.36616-3.06122-3.06137-3.06122-1.69521%2C0-3.07083%2C1.37562-3.07083%2C3.06122%2C0%2C1.69536%2C1.37562%2C3.07098%2C3.07083%2C3.07098M724.73788%2C117.37473c1.56927%2C0%2C2.84792-1.27865%2C2.84792-2.85782%2C0-1.56941-1.27865-2.84806-2.84792-2.84806-1.57902%2C0-2.85797%2C1.27865-2.85797%2C2.84806%2C0%2C1.57917%2C1.27895%2C2.85782%2C2.85797%2C2.85782M762.86826%2C117.05514c1.40459%2C0%2C2.53808-1.13349%2C2.53808-2.53823%2C0-1.39498-1.13349-2.53808-2.53808-2.53808-1.39513%2C0-2.53838%2C1.1431-2.53838%2C2.53808%2C0%2C1.40474%2C1.14325%2C2.53823%2C2.53838%2C2.53823M801.00809%2C116.63858c1.17222%2C0%2C2.11206-.94945%2C2.11206-2.12167%2C0-1.16246-.93984-2.11192-2.11206-2.11192-1.16246%2C0-2.11177.94945-2.11177%2C2.11192%2C0%2C1.17222.94931%2C2.12167%2C2.11177%2C2.12167M839.14822%2C116.21227c.92979%2C0%2C1.69521-.75566%2C1.69521-1.69536%2C0-.92994-.76542-1.6856-1.69521-1.6856-.93984%2C0-1.6955.75566-1.6955%2C1.6856%2C0%2C.9397.75566%2C1.69536%2C1.6955%2C1.69536M877.28806%2C115.78595c.69771%2C0%2C1.26919-.56187%2C1.26919-1.26904%2C0-.69742-.57148-1.26904-1.26919-1.26904-.70717%2C0-1.26889.57162-1.26889%2C1.26904%2C0%2C.70717.56172%2C1.26904%2C1.26889%2C1.26904M915.41844%2C115.15638c.35861%2C0%2C.63947-.28101.63947-.63947%2C0-.34871-.28086-.62972-.63947-.62972-.34856%2C0-.62972.28101-.62972.62972%2C0%2C.35847.28116.63947.62972.63947M953.34541%2C114.51691c0%2C.11633.09682.21316.21316.21316.11619%2C0%2C.21316-.09682.21316-.21316%2C0-.11619-.09697-.2034-.21316-.2034-.11633%2C0-.21316.08721-.21316.2034M343.03738%2C76.38654c0%2C.17443.1354.31013.30983.31013.18418%2C0%2C.31988-.1357.31988-.31013%2C0-.18404-.1357-.31959-.31988-.31959-.17443%2C0-.30983.13555-.30983.31959M381.48734%2C77.12283c.4068%2C0%2C.7459-.32934.7459-.7363%2C0-.41656-.3391-.7459-.7459-.7459s-.73615.32934-.73615.7459c0%2C.40695.32934.7363.73615.7363M419.62718%2C77.54915c.63947%2C0%2C1.16276-.52314%2C1.16276-1.16261%2C0-.64893-.52329-1.16246-1.16276-1.16246-.63918%2C0-1.16246.51353-1.16246%2C1.16246%2C0%2C.63947.52329%2C1.16261%2C1.16246%2C1.16261M457.76731%2C77.85913c.8139%2C0%2C1.48235-.65884%2C1.48235-1.47259%2C0-.82336-.66845-1.4822-1.48235-1.4822-.82336%2C0-1.48205.65884-1.48205%2C1.4822%2C0%2C.81375.65869%2C1.47259%2C1.48205%2C1.47259M495.90744%2C78.17887c.98803%2C0%2C1.79218-.80415%2C1.79218-1.79233%2C0-.99779-.80415-1.80179-1.79218-1.80179-.99779%2C0-1.80194.804-1.80194%2C1.80179%2C0%2C.98818.80415%2C1.79233%2C1.80194%2C1.79233M534.03782%2C78.2853c1.05574%2C0%2C1.90837-.85248%2C1.90837-1.89876%2C0-1.05588-.85263-1.90837-1.90837-1.90837-1.04628%2C0-1.89891.85248-1.89891%2C1.90837%2C0%2C1.04628.85263%2C1.89876%2C1.89891%2C1.89876M572.17765%2C78.39188c1.11427%2C0%2C2.01509-.90082%2C2.01509-2.00534%2C0-1.11398-.90082-2.01495-2.01509-2.01495-1.10422%2C0-2.00534.90097-2.00534%2C2.01495%2C0%2C1.10452.90112%2C2.00534%2C2.00534%2C2.00534M610.31778%2C78.49845c1.17222%2C0%2C2.11177-.94931%2C2.11177-2.11192%2C0-1.17207-.93955-2.12152-2.11177-2.12152s-2.11206.94945-2.11206%2C2.12152c0%2C1.16261.93984%2C2.11192%2C2.11206%2C2.11192M648.45762%2C78.39188c1.10452%2C0%2C2.00534-.90082%2C2.00534-2.00534%2C0-1.11398-.90082-2.01495-2.00534-2.01495-1.11398%2C0-2.0148.90097-2.0148%2C2.01495%2C0%2C1.10452.90082%2C2.00534%2C2.0148%2C2.00534M686.59775%2C78.2853c1.04628%2C0%2C1.89891-.85248%2C1.89891-1.89876%2C0-1.05588-.85263-1.90837-1.89891-1.90837-1.05603%2C0-1.90837.85248-1.90837%2C1.90837%2C0%2C1.04628.85233%2C1.89876%2C1.90837%2C1.89876M724.73788%2C78.07229c.92979%2C0%2C1.68545-.75566%2C1.68545-1.68575%2C0-.9397-.75566-1.69521-1.68545-1.69521-.93984%2C0-1.6955.75551-1.6955%2C1.69521%2C0%2C.93009.75566%2C1.68575%2C1.6955%2C1.68575M762.86826%2C77.85913c.82336%2C0%2C1.48205-.65884%2C1.48205-1.47259%2C0-.82336-.65869-1.4822-1.48205-1.4822-.8139%2C0-1.48235.65884-1.48235%2C1.4822%2C0%2C.81375.66845%2C1.47259%2C1.48235%2C1.47259M801.00809%2C77.54915c.63947%2C0%2C1.16246-.52314%2C1.16246-1.16261%2C0-.64893-.52299-1.16246-1.16246-1.16246-.63947%2C0-1.16246.51353-1.16246%2C1.16246%2C0%2C.63947.52299%2C1.16261%2C1.16246%2C1.16261M839.14822%2C77.12283c.4068%2C0%2C.73615-.32934.73615-.7363%2C0-.41656-.32934-.7459-.73615-.7459-.4071%2C0-.7459.32934-.7459.7459%2C0%2C.40695.33881.7363.7459.7363M876.96847%2C76.38654c0%2C.17443.14546.31013.31959.31013.17443%2C0%2C.31013-.1357.31013-.31013%2C0-.18404-.1357-.31959-.31013-.31959-.17413%2C0-.31959.13555-.31959.31959M419.41432%2C38.24656c0%2C.11633.09667.21316.21286.21316.11648%2C0%2C.21316-.09682.21316-.21316%2C0-.11619-.09667-.21316-.21316-.21316-.11619%2C0-.21286.09697-.21286.21316M457.341%2C38.24656c0%2C.23252.19394.41656.42632.41656.23267%2C0%2C.41656-.18404.41656-.41656s-.18389-.42617-.41656-.42617c-.23237%2C0-.42632.19365-.42632.42617M495.90744%2C38.87628c.34856%2C0%2C.62972-.28086.62972-.62972%2C0-.34871-.28116-.63932-.62972-.63932-.35861%2C0-.63947.29062-.63947.63932%2C0%2C.34886.28086.62972.63947.62972M534.03782%2C39.08943c.4745%2C0%2C.85233-.37783.85233-.84287s-.37783-.85248-.85233-.85248c-.46504%2C0-.84287.38744-.84287.85248s.37783.84287.84287.84287M572.17765%2C39.19601c.53275%2C0%2C.94931-.42632.94931-.94945s-.41656-.94931-.94931-.94931c-.52299%2C0-.94931.42617-.94931.94931%2C0%2C.52314.42632.94945.94931.94945M610.31778%2C39.19601c.52299%2C0%2C.94931-.42632.94931-.94945%2C0-.52314-.42632-.94931-.94931-.94931-.52329%2C0-.94931.42617-.94931.94931s.42602.94945.94931.94945M648.45762%2C39.19601c.52329%2C0%2C.9496-.42632.9496-.94945s-.42632-.94931-.9496-.94931c-.52299%2C0-.94931.42617-.94931.94931%2C0%2C.52314.42632.94945.94931.94945M686.59775%2C39.08943c.46504%2C0%2C.84287-.37783.84287-.84287s-.37783-.85248-.84287-.85248-.85263.38744-.85263.85248c0%2C.46504.38759.84287.85263.84287M724.73788%2C38.87628c.34856%2C0%2C.62972-.28086.62972-.62972%2C0-.34871-.28116-.63932-.62972-.63932-.35861%2C0-.63947.29062-.63947.63932%2C0%2C.34886.28086.62972.63947.62972M762.4514%2C38.24656c0%2C.23252.18418.41656.41685.41656.23237%2C0%2C.42602-.18404.42602-.41656s-.19365-.42617-.42602-.42617c-.23267%2C0-.41685.19365-.41685.42617M800.79494%2C38.24656c0%2C.11633.09697.21316.21316.21316s.21316-.09682.21316-.21316c0-.11619-.09697-.21316-.21316-.21316s-.21316.09697-.21316.21316M572.07122.10658c0%2C.05809.04849.10658.10643.10658.05824%2C0%2C.10673-.04849.10673-.10658S572.23589%2C0%2C572.17765%2C0c-.05795%2C0-.10643.04849-.10643.10658M610.21106.10658c0%2C.05809.04849.10658.10673.10658.05795%2C0%2C.10643-.04849.10643-.10658S610.37573%2C0%2C610.31778%2C0c-.05824%2C0-.10673.04849-.10673.10658M648.35119.10658c0%2C.05809.04849.10658.10643.10658.05824%2C0%2C.10673-.04849.10673-.10658s-.04849-.10658-.10673-.10658c-.05795%2C0-.10643.04849-.10643.10658%22%20style%3D%22fill%3A%20%23ffffff%3B%22%2F%3E%0A%3C%2Fsvg%3E");
      top: -280px;
      left: -180px;
      z-index: 0;
      opacity: 0.32; }
    .block-section.page-hero.bkgnd-image .block-text {
      position: relative;
      z-index: 2; }
    @media (max-width: 575.98px) {
      .block-section.page-hero.bkgnd-image .block-text .column-one .content-container {
        width: 93%;
        padding-top: 3vw;
        padding-bottom: 3vw; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .block-section.page-hero.bkgnd-image .block-text .column-one .content-container {
      width: 87%;
      padding-top: 16.25px;
      padding-bottom: 16.25px; } }
@media (min-width: 768px) {
  .block-section.page-hero.bkgnd-image .block-text .column-one .content-container {
    width: 60%; } }
.block-section.page-hero.bkgnd-image .block-text .column-one .content-container p {
  font-size: 17px; }
@media (min-width: 992px) {
  .block-section.page-hero.bkgnd-image .block-text .column-one .content-container p {
    width: 80%; } }
@media (min-width: 992px) {
  .block-section.intro .block-textimage .text-col {
    padding-left: 0px !important;
    padding-top: 0px !important; } }
@media (min-width: 992px) {
  .block-section.intro .block-textimage .row {
    align-items: center; } }
@media (min-width: 992px) and (min-width: 768px) {
  .block-section.intro .block-textimage .image-col {
    -ms-flex: 0 0 27.5%;
    flex: 0 0 27.5%;
    max-width: 27.5%; } }
@media (min-width: 992px) and (min-width: 768px) {
  .block-section.intro .block-textimage .text-col {
    -ms-flex: 0 0 72.5%;
    flex: 0 0 72.5%;
    max-width: 72.5%; } }
@media (max-width: 991.98px) {
  .block-section.intro .block-textimage .image-col .image-container {
    justify-content: center; }
    .block-section.intro .block-textimage .image-col .image-container img {
      margin-bottom: 16px; }
  .block-section.intro .block-textimage .text-col {
    text-align: center; } }
@media (min-width: 1200px) {
  .block-section.intro .block-textimage .image-col .image-container {
    width: 80%; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-section.intro .block-textimage .image-col .image-container {
    width: 85%; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-section.intro .block-textimage .image-col .image-container img {
    max-width: 300px; } }
@media (max-width: 767.98px) {
  .block-section.intro .block-textimage .image-col .image-container img {
    max-width: 54%; } }
@media (min-width: 992px) {
  .block-section.intro .block-text .row {
    align-items: center; }
    .block-section.intro .block-text .column-one svg {
      height: auto;
      margin-bottom: 20px; } }
@media (min-width: 992px) and (min-width: 768px) {
  .block-section.intro .block-text .column-one {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; } }
@media (min-width: 992px) and (min-width: 768px) {
  .block-section.intro .block-text .column-two {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%; } }
@media (max-width: 991.98px) {
  .block-section.intro .block-text .column-one, .block-section.intro .block-text .column-two {
    text-align: center; }
    .block-section.intro .block-text .column-one svg, .block-section.intro .block-text .column-two svg {
      margin-bottom: 28px; } }
@media (min-width: 1200px) {
  .block-section.intro .block-text .column-one svg {
    width: 90%; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-section.intro .block-text .column-one svg {
    width: 85%; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-section.intro .block-text .column-one svg {
    max-width: 46%; } }

.block-text.power-bi .column-one .content-container {
  width: 100% !important; }
  .block-text.power-bi .column-one .content-container p iframe {
    width: 100%;
    height: 500px; }

@media (max-width: 991.98px) {
  .block-textimage.circle .image-col {
    margin-bottom: 16px; } }
.block-textimage.circle .image-col .image-container {
  margin-top: 0px !important; }
@media (max-width: 991.98px) {
  .block-textimage.circle .image-col .image-container {
    margin-right: auto;
    margin-left: auto;
    max-width: 400px; } }
@media (max-width: 575.98px) {
  .block-textimage.circle .image-col .image-container {
    max-width: 90%; } }

.block-section.bkgnd-white .block-tiles.cards.stats .tile .card-container {
  background-color: #f2f4f6 !important; }
.block-section.bkgnd-light .block-tiles.cards.stats .tile .card-container {
  background-color: white !important; }

.block-tiles.columns .tile .image {
  width: 166px; }
@media (max-width: 767.98px) {
  .block-tiles.columns .tile .image {
    width: 54% !important;
    max-width: 260px; } }
.block-tiles.columns .tile .text h4 + p {
  margin-top: 10px; }
.block-tiles.cards .row {
  margin-right: -8px;
  margin-left: -8px; }
  .block-tiles.cards.stats:last-child:not(:only-child) {
    padding-bottom: 42.25px !important; }
.block-tiles.cards.stats.bkgnd-light .tile .card-container {
  background-color: white; }
.block-tiles.cards.stats.bkgnd-white .tile .card-container {
  background-color: #f2f4f6; }
.block-tiles.cards.stats .container .row {
  margin-right: -10px;
  margin-left: -10px; }
.block-tiles.cards.stats .tile {
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 0px !important;
  margin-bottom: 20px !important; }
  .block-tiles.cards.stats .tile .card-container {
    box-shadow: none !important;
    padding: 24px 20px; }
    .block-tiles.cards.stats .tile .card-container h4 {
      color: #005ac6;
      font-size: 60px;
      font-weight: 600;
      line-height: 1;
      letter-spacing: -0.015em; }
    .block-tiles.cards.stats .tile .card-container p {
      font-size: 20px;
      line-height: 1.2;
      margin-top: 8px; }
.block-tiles.cards .tile {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 16px; }
  .block-tiles.cards .tile .card-container {
    background-color: #f2f4f6;
    box-shadow: none;
    border-radius: 24px; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .block-tiles.cards .tile .card-container {
      padding-left: 20px;
      padding-right: 20px; } }
  .block-tiles.cards .tile .card-container .image {
    width: 166px; }
  @media (max-width: 767.98px) {
    .block-tiles.cards .tile .card-container .image {
      width: 82.5% !important;
      max-width: 260px; } }
.block-tiles.cards .tile .card-container .text ul {
  text-align: left;
  padding: 0px 0px 0px 16px;
  margin-bottom: 6px; }
  .block-tiles.cards .tile .card-container .text ul li {
    font-size: 15px; }
.block-tiles.cards + .block-text {
  margin-top: 45.5px; }
.block-tiles .tile .text h4 {
  color: #005ac6; }

@media (max-width: 575.98px) {
  .block-testimonials {
    padding-top: 7.8vw !important;
    padding-bottom: 7.8vw !important; } }
@media (min-width: 576px) {
  .block-testimonials {
    padding-top: 42.25px !important;
    padding-bottom: 42.25px !important; } }
.block-testimonials .slides-container .slides .slide .text-col .quote p {
  line-height: 1.5; }
  .block-testimonials .slides-container .slides .slide .text-col .quote p:before, .block-testimonials .slides-container .slides .slide .text-col .quote p:after {
    font-family: lemongrass-script, sans-serif;
    color: #005ac6; }
  .block-testimonials .slides-container .slides .slide .text-col .quote p:before {
    left: -14px; }
  .block-testimonials .slides-container .slides .slide .text-col .quote p:after {
    bottom: -40px;
    right: -7px; }
.block-testimonials .slides-container .slides .slide .text-col .attribution span.company {
  display: inline-block;
  font-size: 13px;
  line-height: 1.3;
  margin-top: 8px; }
@media (min-width: 992px) {
  .block-testimonials .slides-container .slides .slide .text-col .attribution span.company {
    width: 60%; } }

.block-peoplegrid {
  padding-top: 48.75px !important; }
  .block-peoplegrid .person {
    margin-bottom: 52px; }
    .block-peoplegrid .person .person-container .image-container {
      border-radius: 50%;
      overflow: hidden;
      aspect-ratio: 1;
      width: 206px;
      margin: 0px auto 20px auto; }
    @media (max-width: 767.98px) {
      .block-peoplegrid .person .person-container .image-container {
        width: 54% !important;
        max-width: 260px; } }
    .block-peoplegrid .person .person-container .image-container img {
      object-fit: cover;
      height: 100%;
      width: 100%; }
    .block-peoplegrid .person .info-container {
      text-align: center;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center; }
      .block-peoplegrid .person .info-container h5 {
        color: #005ac6 !important;
        font-weight: 600;
        font-size: 22px;
        order: 1;
        display: inline-block !important; }
        .block-peoplegrid .person .info-container h5:after {
          content: "|";
          margin-left: 14px;
          margin-right: 14px;
          font-weight: 400;
          font-color: #26353F; }
      .block-peoplegrid .person .info-container .social {
        position: relative !important;
        right: unset !important;
        left: unset !important;
        bottom: unset !important;
        top: -1px;
        margin-left: 2px;
        order: 2;
        display: inline-block !important; }
        .block-peoplegrid .person .info-container .social ul {
          display: inline; }
          .block-peoplegrid .person .info-container .social ul li:last-child {
            margin-right: 0px !important; }
            .block-peoplegrid .person .info-container .social ul li a svg {
              height: 18px;
              width: 18px; }
              .block-peoplegrid .person .info-container .social ul li a svg path {
                fill: #005ac6; }
      .block-peoplegrid .person .info-container .title {
        order: 3;
        flex-basis: 100%; }
    .block-peoplegrid .person .mini-bio-container {
      text-align: center;
      margin-top: 18px;
      padding-right: 24px;
      padding-left: 24px; }
      .block-peoplegrid .person .mini-bio-container .mini-bio:before, .block-peoplegrid .person .mini-bio-container .mini-bio:after {
        font-size: 44px;
        font-family: lemongrass-script, sans-serif;
        line-height: 0px;
        position: relative;
        display: inline;
        color: #737e93;
        opacity: 0.5;
        z-index: 25; }
      .block-peoplegrid .person .mini-bio-container .mini-bio:before {
        content: "“";
        left: -8px;
        top: 16px; }
      .block-peoplegrid .person .mini-bio-container .mini-bio:after {
        content: "”";
        right: -4px;
        bottom: -24px; }
tainer .mini-bio:after {
        font-size: 44px;
        font-family: lemongrass-script, sans-serif;
        line-height: 0px;
        position: relative;
        display: inline;
        color: #737e93;
        opacity: 0.5;
        z-index: 25; }
      .block-peoplegrid .person .mini-bio-container .mini-bio:before {
        content: "“";
        left: -8px;
        top: 16px; }
      .block-peoplegrid .person .mini-bio-container .mini-bio:after {
        content: "”";
        right: -4px;
        bottom: -24px; }
-4px;
        bottom: -24px; }
rder: 3;
        flex-basis: 100%; }
    .block-peoplegrid .person .mini-bio-container {
      text-align: center;
      margin-top: 18px;
      padding-right: 24px;
      padding-left: 24px; }
      .block-peoplegrid .person .mini-bio-container .mini-bio:before, .block-peoplegrid .person .mini-bio-container .mini-bio:after {
        font-size: 44px;
        font-family: lemongrass-script, sans-serif;
        line-height: 0px;
        position: relative;
        display: inline;
        color: #737e93;
        opacity: 0.5;
        z-index: 25; }
      .block-peoplegrid .person .mini-bio-container .mini-bio:before {
        content: "“";
        left: -8px;
        top: 16px; }
      .block-peoplegrid .person .mini-bio-container .mini-bio:after {
        content: "”";
        right: -4px;
        bottom: -24px; }
      .block-peoplegrid .person .info-container h5:after {
          content: "|";
          margin-left: 14px;
          margin-right: 14px;
          font-weight: 400;
          font-color: #26353F; }
      .block-peoplegrid .person .info-container .social {
        position: relative !important;
        right: unset !important;
        left: unset !important;
        bottom: unset !important;
        top: -1px;
        margin-left: 2px;
        order: 2;
        display: inline-block !important; }
        .block-peoplegrid .person .info-container .social ul {
          display: inline; }
          .block-peoplegrid .person .info-container .social ul li:last-child {
            margin-right: 0px !important; }
            .block-peoplegrid .person .info-container .social ul li a svg {
              height: 18px;
              width: 18px; }
              .block-peoplegrid .person .info-container .social ul li a svg path {
                fill: #005ac6; }
      .block-peoplegrid .person .info-container .title {
        order: 3;
        flex-basis: 100%; }
    .block-peoplegrid .person .mini-bio-container {
      text-align: center;
      margin-top: 18px;
      padding-right: 24px;
      padding-left: 24px; }
      .block-peoplegrid .person .mini-bio-container .mini-bio:before, .block-peoplegrid .person .mini-bio-container .mini-bio:after {
        font-size: 44px;
        font-family: lemongrass-script, sans-serif;
        line-height: 0px;
        position: relative;
        display: inline;
        color: #737e93;
        opacity: 0.5;
        z-index: 25; }
      .block-peoplegrid .person .mini-bio-container .mini-bio:before {
        content: "“";
        left: -8px;
        top: 16px; }
      .block-peoplegrid .person .mini-bio-container .mini-bio:after {
        content: "”";
        right: -4px;
        bottom: -24px; }
