/***** Hero Restructure *****/
/***** IMPORT GOOGLE FONTS *****/
@import url("https://fonts.googleapis.com/css?family=Kaushan+Script|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i");
@import url("https://fonts.googleapis.com/css?family=Kaushan+Script|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i");
html {
  font-size: 10px;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 2rem;
  line-height: 1.8em;
  font-family: "Open Sans", sans-serif;
  background: #fff;
}

h3 {
  font-size: 4.8rem;
  line-height: 1.2em;
  font-weight: 300;
  letter-spacing: -.02em;
}

.container {
  width: 100%;
  max-width: 960px;
  padding: 30px;
  margin: 0 auto;
}

/***** BUTTONS *****/
button,
button:focus {
  outline: 0;
}

.action-btn {
  position: fixed;
  top: 130px;
  left: calc(50% - 30px);
  width: 50px;
  height: 50px;
  padding: 5px;
  background: #111110;
  z-index: 1000;
}

.showvideo .action-btn {
  opacity: 1 !important;
}

.tiles-btn {
  position: relative;
  display: block;
  font-size: 40px;
  width: 1em;
  height: 1em;
  pointer-events: all;
}

.tiles-btn span {
  position: absolute;
  display: block;
  width: .46em;
  height: .46em;
  border: 0.05em solid #ffd26f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tiles-btn span:nth-child(2), .tiles-btn span:nth-child(3) {
  right: 0;
}

.tiles-btn span:nth-child(3), .tiles-btn span:nth-child(4) {
  bottom: 0;
}

.tiles-btn:hover span {
  border-color: #fff;
}

/************* MAIN CONTAINERS *************/
.main-wrap {
  width: 100%;
  max-width: 1780px;
  margin: 0 auto;
  background: #111110;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

main {
  position: relative;
  width: 100%;
}

.hidehero main {
  pointer-events: none;
}

main:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111110;
  opacity: .88;
  z-index: 0;
}

.hidehero main:after {
  opacity: 0;
  pointer-events: none;
}

.showvideo main {
  visibility: hidden;
  pointer-events: none;
}

.main-content {
  position: relative;
  z-index: 800;
  pointer-events: none;
}

.showvideo .main-content {
  pointer-events: none;
}

.hidehero .main-content {
  pointer-events: all;
}

.page-content {
  position: relative;
  padding: 60px 0;
  background: #fff;
  pointer-events: all;
}

.page-callout {
  pointer-events: all;
}

.accent-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 12px;
  font-size: 4rem;
  line-height: 100%;
  text-align: center;
  color: #ffd26f;
  background: #ffd26f;
  overflow: visible;
  opacity: 0;
  margin-top: -12px;
}

.accent-border.hide {
  display: none;
}

/************* HEADER *************/
.header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 900;
  pointer-events: none;
}

#header {
  position: relative;
  width: 100%;
  max-width: 1780px;
  height: 160px;
  margin: 0 auto;
  background: #111110;
  /*&:before{
    content:'';
    position:absolute;
    top:0; left:0;
    height:30%;
    width:100%;
    background:$darkhue;
    z-index:0;
  }

  &:after{
    content:'';
    position:absolute;
    top:30%;
    width:100%;
    height: 70%;
    @include scrimGradient($darkhue);
    z-index:0;
  }*/
}

#header.showborder {
  background: #111110;
}

#header.showborder:after {
  content: '';
  position: absolute;
  top: 100%;
  width: 100%;
  height: 12px;
  background: #ffd26f;
}

.showvideo #header.showborder {
  opacity: 0;
  pointer-events: none;
}

.header-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 0;
  color: #fff;
  z-index: 99;
}

.header-inner .branding {
  display: block;
  width: 220px;
  height: 80px;
  margin-left: -10px;
  text-indent: 9999px;
  overflow: hidden;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: all;
  cursor: pointer;
}

.header-inner .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  height: 80px;
  list-style: none;
  font-size: 1.6rem;
  pointer-events: all;
}

.header-inner .nav li {
  margin-left: 40px;
}

.header-inner .nav li a {
  color: #fff;
  text-decoration: none;
}

.header-inner .nav li a:hover {
  color: #ffd26f;
  text-decoration: none;
}

.header-inner .nav li a:active, .header-inner .nav li a:visited {
  text-decoration: none;
}

.header-inner .nav li .btn {
  padding: .8em 1.8em;
  text-decoration: none;
  color: #111110;
  border-radius: 100px;
  border: 2px solid #ffd26f;
  background: #ffd26f;
}

.header-inner .nav li .btn:hover {
  color: #fff;
  background: transparent;
}

@media only screen and (max-width: 1330px) {
  .header-inner {
    width: calc(100% - 60px);
    padding-left: 10px;
    padding-right: 0px;
  }
}

/************* PLAYER *************/
.player-wrap {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 160px;
  left: 0;
  width: 100%;
  height: calc(100vh - 210px);
  max-height: 720px;
}

.player-wrap .player-overlay {
  position: relative;
  height: 100%;
  max-height: 720px;
  width: calc(100% - 60px);
  max-width: 1280px;
  background: #fff url(../images/main-bg.jpg) no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 1330px) {
  .player-wrap .player-overlay {
    width: calc(100% - 80px);
  }
}

.player-wrap .player-overlay:before {
  content: "";
  padding-top: 56%;
  float: left;
}

.player-wrap .player-overlay:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#111110), color-stop(19%, rgba(17, 17, 16, 0.738)), color-stop(34%, rgba(17, 17, 16, 0.541)), color-stop(47%, rgba(17, 17, 16, 0.382)), color-stop(56.5%, rgba(17, 17, 16, 0.278)), color-stop(65%, rgba(17, 17, 16, 0.194)), color-stop(73%, rgba(17, 17, 16, 0.126)), color-stop(80.2%, rgba(17, 17, 16, 0.075)), color-stop(86.1%, rgba(17, 17, 16, 0.042)), color-stop(91%, rgba(17, 17, 16, 0.021)), color-stop(95.2%, rgba(17, 17, 16, 0.008)), color-stop(98.2%, rgba(17, 17, 16, 0.002)), to(rgba(17, 17, 16, 0)));
  background: linear-gradient(to top, #111110 0%, rgba(17, 17, 16, 0.738) 19%, rgba(17, 17, 16, 0.541) 34%, rgba(17, 17, 16, 0.382) 47%, rgba(17, 17, 16, 0.278) 56.5%, rgba(17, 17, 16, 0.194) 65%, rgba(17, 17, 16, 0.126) 73%, rgba(17, 17, 16, 0.075) 80.2%, rgba(17, 17, 16, 0.042) 86.1%, rgba(17, 17, 16, 0.021) 91%, rgba(17, 17, 16, 0.008) 95.2%, rgba(17, 17, 16, 0.002) 98.2%, rgba(17, 17, 16, 0) 100%);
  pointer-events: none;
  z-index: 999;
  opacity: 1;
  z-index: 0;
}

.showvideo .player-wrap .player-overlay:after {
  opacity: 0;
}

.hidehero .player-wrap .player-overlay:after {
  display: none;
}

.player-wrap .player-overlay #player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/************* HERO *************/
.hero {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  top: 160px;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100vh - 190px);
  max-height: 720px;
  color: #fff;
  z-index: 500;
}

.hidehero .hero {
  visibility: hidden;
  pointer-events: none;
}

.hero .hero-inner {
  position: relative;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  max-height: 720px;
}

.hero .hero-inner:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 56%;
}

.hero .hero-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.hero h1 {
  font-size: 4.8rem;
  color: #fff;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -0.03em;
  text-shadow: 0 3px 6px #111110;
  padding: 0 30px;
  margin-top: 0;
  margin-bottom: 40px;
}

.hero.inactive .cta-btn {
  pointer-events: none !important;
}

.hero .cta-btn {
  display: block;
  padding: .8em 1.8em;
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
  color: #fff;
  background: transparent;
  border: 1px solid #ffd26f;
  border-radius: 50px;
  pointer-events: all;
}

.showvideo .hero .cta-btn {
  pointer-events: none;
}

.hero .cta-btn:hover {
  color: #111110;
  background: #ffd26f;
}

.hero-scroller {
  position: fixed;
  bottom: 30px;
  left: calc(50% - 7px);
  padding: 5px;
  z-index: 999;
  pointer-events: all;
  cursor: pointer;
  z-index: 1000;
}

.hero-scroller:hover span {
  background-color: #fff;
}

.showvideo .hero-scroller {
  display: none;
}

.inactive .hero-scroller {
  pointer-events: none;
}

.hero-scroller span {
  display: block;
  width: 4px;
  height: 6px;
  margin-bottom: 6px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-animation: scroller 3s infinite;
          animation: scroller 3s infinite;
}

.hero-scroller span:nth-child(1) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.hero-scroller span:nth-child(2) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.hero-scroller span:nth-child(3) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

@-webkit-keyframes scroller {
  0% {
    opacity: 1;
  }
  5% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes scroller {
  0% {
    opacity: 1;
  }
  5% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

/************* GALLERY *************/
.gallery {
  position: relative;
  margin: 0;
  padding: 0;
}

.gallery:before {
  content: '';
  display: block;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}

.showvideo .gallery {
  opacity: 0;
}

.gallery .thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  list-style: none;
  margin: 0;
  margin-top: -12px;
  padding: 12px;
  pointer-events: all;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-box-shadow: 0 0 100px 10px #111110;
          box-shadow: 0 0 100px 10px #111110;
  background: #ffd26f;
}

.gallery .thumbs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 20%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 10%;
          flex: 1 0 10%;
  margin: 0;
  padding: 0;
  background: #ffd26f url(../images/video-poster_1-1.jpg) right no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  pointer-events: all;
  opacity: .3;
  -webkit-transition: all .5s;
  transition: all .5s;
  border-right: 1px solid #111110;
  overflow: hidden;
}

.gallery .thumbs li:first-of-type:hover:after {
  border-left: 1px solid #111110;
}

.gallery .thumbs li:last-of-type {
  border-right: 0;
}

.gallery .thumbs li:last-of-type:hover {
  border-right: 1px solid #111110;
}

.gallery .thumbs li:before {
  content: "";
  float: left;
  padding-top: 100%;
}

.gallery .thumbs li:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  -webkit-transition: all .5s;
  transition: all .5s;
  border: 1px solid #ffd26f;
  border-left: 0;
  border-right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffd26f), color-stop(19%, rgba(255, 210, 111, 0.738)), color-stop(34%, rgba(255, 210, 111, 0.541)), color-stop(47%, rgba(255, 210, 111, 0.382)), color-stop(56.5%, rgba(255, 210, 111, 0.278)), color-stop(65%, rgba(255, 210, 111, 0.194)), color-stop(73%, rgba(255, 210, 111, 0.126)), color-stop(80.2%, rgba(255, 210, 111, 0.075)), color-stop(86.1%, rgba(255, 210, 111, 0.042)), color-stop(91%, rgba(255, 210, 111, 0.021)), color-stop(95.2%, rgba(255, 210, 111, 0.008)), color-stop(98.2%, rgba(255, 210, 111, 0.002)), to(rgba(255, 210, 111, 0)));
  background: linear-gradient(to top, #ffd26f 0%, rgba(255, 210, 111, 0.738) 19%, rgba(255, 210, 111, 0.541) 34%, rgba(255, 210, 111, 0.382) 47%, rgba(255, 210, 111, 0.278) 56.5%, rgba(255, 210, 111, 0.194) 65%, rgba(255, 210, 111, 0.126) 73%, rgba(255, 210, 111, 0.075) 80.2%, rgba(255, 210, 111, 0.042) 86.1%, rgba(255, 210, 111, 0.021) 91%, rgba(255, 210, 111, 0.008) 95.2%, rgba(255, 210, 111, 0.002) 98.2%, rgba(255, 210, 111, 0) 100%);
  opacity: 1;
}

.gallery .thumbs li > span {
  color: #fff;
  font-size: 1.8rem;
  opacity: 0;
  z-index: 999;
  font-weight: bold;
  text-shadow: 0 2px 4px #111110;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.gallery .thumbs li:hover {
  opacity: 1;
}

.gallery .thumbs li:hover:after {
  opacity: .5;
  border-color: #111110;
}

.gallery .thumbs li:hover > span {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.gallery .thumbs li.active {
  opacity: 1;
  background-blend-mode: normal;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}

.gallery .thumbs li.active:after {
  background: none;
}

.gallery .thumbs li.active:hover:after {
  border: 0;
}

/************* INTRO *************/
.page-intro {
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 50px;
}

.page-details {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 0 60px;
}

.page-details > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-details .framed-portrait {
  position: relative;
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  -webkit-box-shadow: 0 10px 30px #eee;
          box-shadow: 0 10px 30px #eee;
  border: 4px solid #fff;
  z-index: 10;
}

.page-details .youtube {
  display: block;
  position: absolute;
  font-size: 8rem;
  left: calc(50% - .5em);
  top: calc(50% - .4em);
  width: 1em;
  height: .8em;
  z-index: 99;
  border-radius: 8px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.page-details .mobile-video {
  position: absolute;
  bottom: -20%;
  left: -16%;
  width: 60%;
  height: auto;
  z-index: 99;
}

.page-details .pencils {
  position: absolute;
  bottom: -14%;
  right: -20%;
  width: 65%;
  height: auto;
  z-index: 99;
}

.page-details .co-includes {
  padding: 0;
  text-align: left;
}

.page-details .co-includes h4 {
  margin: 0 0 20px;
}

.page-details .co-includes ul {
  margin: 0;
  padding-left: 2.1rem;
}

@media (max-width: 768px) {
  .page-details {
    display: block;
  }
  .page-details .framed-portrait {
    margin-bottom: 60px;
  }
}

/************* PROCESS *************/
.co-process {
  padding: 80px 120px 160px;
  color: #fff;
  text-align: center;
}

.co-process h3 {
  color: #ffd26f;
}

.co-works h4 {
  font-size: 2.4rem;
}

.co-works h4 span {
  color: #ffd26f;
}

.co-works p {
  font-size: 1.8rem;
  line-height: 1.8em;
  padding: 0 30px;
}

/***** REQUEST *****/
#request {
  pointer-events: all;
}

.co-badge {
  display: block;
  margin: 0 auto;
  font-size: 8rem;
  width: 1em;
  height: 1em;
  background: center no-repeat;
  background-size: contain;
}

.co-request, .wpcf7 {
  text-align: center;
}

.co-request .form-btn, .wpcf7 .form-btn {
  cursor: pointer;
  display: inline-block;
  font-size: 1.8rem;
  padding: .8em 1.8em;
  margin: 0 10px;
  font-style: normal;
  font-weight: 500;
  border-radius: 2em;
  border: 0;
  color: #fff;
  background: #111110;
}

.co-request fieldset, .wpcf7 fieldset {
  padding: 30px 0;
  margin-bottom: 30px;
  border: 1px solid #ddd;
}

.co-request fieldset legend, .wpcf7 fieldset legend {
  padding: 0 10px;
}

.co-request fieldset label, .wpcf7 fieldset label {
  display: inline-block;
  text-align: left;
  min-width: 25%;
  padding: 0 10px;
}

.co-request fieldset input, .wpcf7 fieldset input {
  display: inline-block;
  width: 40%;
  border: 1px solid #ddd;
  padding: 0 10px;
}

.co-request fieldset .co-choose-file, .wpcf7 fieldset .co-choose-file {
  padding: 40px;
  margin: 30px 0;
  background: #ffd26f;
}

.co-request fieldset .co-choose-file #co-file-btn, .wpcf7 fieldset .co-choose-file #co-file-btn {
  color: #111110;
  background-color: transparent;
  text-align: center;
  border: 2px solid #111110;
}

.co-request fieldset .co-choose-file #co-file-btn:hover, .wpcf7 fieldset .co-choose-file #co-file-btn:hover {
  color: #ffd26f;
  background: #111110;
}

.co-request fieldset .co-choose-file #co-file, .wpcf7 fieldset .co-choose-file #co-file {
  display: none;
}

.co-request fieldset textarea, .wpcf7 fieldset textarea {
  width: 65%;
  height: 240px;
  padding: 10px;
  border: 1px solid #ddd;
}

.co-request .wpcf7-acceptance label, .wpcf7 .wpcf7-acceptance label {
  min-width: auto;
}

.co-request .wpcf7-acceptance input, .wpcf7 .wpcf7-acceptance input {
  display: inline-block;
  width: auto;
  border: 1px solid #ddd;
  padding: 0 10px;
  margin-right: 10px;
}

.co-request #co-capatcha > div, .wpcf7 #co-capatcha > div {
  margin: 0 auto;
}

.co-request #co-submit-btn, .wpcf7 #co-submit-btn {
  display: none;
}

.co-request #co-submit, .wpcf7 #co-submit {
  position: relative;
  font-size: 2.8rem;
  padding: 1em 2em;
  border-radius: 2em;
  line-height: 100%;
  letter-spacing: -.02em;
  text-shadow: 1px 1px 0 #ffd26f;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 6px 0px #ffd26f;
          box-shadow: 0 6px 0px #ffd26f;
  overflow: visible;
  z-index: 10;
}

.co-request #co-submit:hover, .wpcf7 #co-submit:hover {
  color: #111110;
  background-color: #ffd26f;
  border-color: #111110;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/***** FOOTER *****/
footer {
  position: relative;
  font-size: 1.2rem;
  text-align: center;
  padding: 40px 0 90px;
  background-color: #f7f7f7;
  z-index: 800;
  pointer-events: all;
}

footer p {
  margin: 0;
  padding: 0;
  line-height: 1.85em;
}

.co-contact {
  font-size: 1.8rem;
  font-weight: 400;
  font-style: italic;
}

.co-contact a {
  color: inherit;
  text-decoration: underline;
}

.co-contact a:hover {
  text-decoration: none;
}

/***** SOCIAL NAV *****/
.social-nav {
  display: block;
  color: #111110;
  margin: 20px 0;
}

.social-nav .label {
  display: block;
  margin-right: 10px;
}

.page-footer .social-nav {
  display: block;
  float: none;
}

.social-nav > ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-nav > ul > li {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  font-size: 6rem;
  line-height: 1em;
  width: 1em;
  height: 1em;
  margin: .05em;
  padding: .25em 0;
  background-color: #111110;
  border-radius: 1em;
  cursor: pointer;
}

.social-nav > ul > li:hover {
  background-color: #ffd26f;
}

.social-nav > ul > li > a {
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  text-indent: 200%;
  vertical-align: top;
  font-size: 0;
  color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  cursor: pointer;
}

/*** PINCH SHADOW ***/
.pinch-shadow {
  position: relative;
  overflow: visible;
}

.pinch-shadow:before {
  left: 2%;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
}

.pinch-shadow:after {
  right: 2%;
  -webkit-transform: rotate(4deg);
          transform: rotate(4deg);
}

.pinch-shadow:before, .pinch-shadow:after {
  bottom: 6%;
  content: '';
  position: absolute;
  top: 80%;
  width: 50%;
  z-index: 0;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

/*** Capatcha ***/
.grecaptcha-badge {
  display: none;
}

/***** MQs *****/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .co-process {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 80px 0px 140px;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .co-works {
    margin-top: 20px;
  }
  .co-works h4 {
    margin: 0;
  }
  .co-works p {
    padding: 0 60px;
    margin-bottom: 60px;
  }
  .gallery .thumbs li {
    -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px), screen and (orientation: portrait) {
  h3 {
    font-size: 4.2rem;
    line-height: 1.2em;
  }
  .action-btn {
    display: none;
  }
  .header-wrap {
    position: absolute;
  }
  .header-wrap #header {
    height: auto;
  }
  .player-wrap {
    position: absolute;
    top: 0;
    padding-top: 190px;
    height: auto;
  }
  .player-wrap .player-overlay {
    width: 100%;
  }
  .hero {
    top: 0;
    padding-top: 190px;
    position: relative;
    height: auto;
  }
  .hero h1 {
    margin: 0 0 20px;
    font-size: 3.6rem;
    line-height: 1.4em;
  }
  .hero-scroller {
    display: none;
  }
  .gallery:before {
    height: auto;
  }
  .gallery .thumbs li {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}

@media only screen and (max-width: 768px) {
  .header-wrap #header.showborder {
    visibility: hidden;
  }
  .header-wrap #header .header-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  .header-wrap #header .header-inner .branding {
    margin: 25px 0 10px -10px;
  }
  .player-wrap {
    padding-top: 210px;
  }
  .hero {
    top: 0;
    padding-top: 210px;
  }
  .page-intro {
    border-bottom: none;
    padding-bottom: 30px;
  }
  .page-details {
    padding-top: 10px;
  }
  .page-details .framed-portrait {
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 60px;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  h3 {
    font-size: 3.6rem;
    line-height: 1.2em;
  }
  .page-content {
    padding: 0;
  }
  .gallery {
    padding-top: 50px;
  }
  .gallery .thumbs li {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  .co-process {
    padding: 40px 0 0;
  }
  .co-request .form-btn {
    margin: 0;
  }
  .co-request fieldset {
    padding: 0 0 30px;
  }
  .co-request fieldset label {
    display: block;
    text-align: center;
    width: 100%;
  }
  .co-request fieldset input {
    width: 80%;
  }
  .co-request fieldset textarea {
    width: 80%;
    margin: 0;
  }
  .co-request #co-submit {
    padding: 1em 0;
    width: 100%;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 440px) {
  body {
    font-size: 1.8rem;
    line-height: 1.8em;
  }
  h3 {
    font-size: 3.2rem;
    line-height: 1.2em;
  }
  .header-inner .nav {
    font-size: 1.6rem;
  }
  .header-inner .nav li {
    margin-left: 40px;
  }
  .header-inner .nav li:first-child {
    margin-left: 0;
  }
  .header-inner .nav li .btn {
    padding: 0;
    color: #fff;
    border-radius: 0;
    border: none;
    background: transparent;
  }
  .header-inner .nav li .btn:hover {
    color: #ffd26f;
  }
  .hero h1 {
    font-size: 2.8rem;
    letter-spacing: 0;
  }
  .hero .cta-btn {
    display: block;
    padding: .8em 1.8em;
    font-size: 2rem;
    line-height: 100%;
  }
  .co-works h4 {
    font-size: 2.4rem;
  }
  .co-request #co-submit {
    font-size: 2.4rem;
    padding: 1.2em 2em;
    border-radius: 2em;
    line-height: 100%;
    letter-spacing: -.01em;
  }
}

/************* DATA URI IMAGES *************/
.gradient-linear {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 69 720'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:url(%23linear-gradient);%7d%3c/style%3e%3clinearGradient id='linear-gradient' x1='34.5' y1='720' x2='34.5' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23191816' stop-opacity='0'/%3e%3cstop offset='1' stop-color='%23191816'/%3e%3c/linearGradient%3e%3c/defs%3e%3ctitle%3eAsset 4%3c/title%3e%3cg id='Layer_2' data-name='Layer 2'%3e%3cg id='Layer_1-2' data-name='Layer 1'%3e%3crect class='cls-1' width='69' height='720'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

.gradient-radial {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 720 720'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:url(%23radial-gradient);%7d%3c/style%3e%3cradialGradient id='radial-gradient' cx='360' cy='360' r='360' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23191816' stop-opacity='0'/%3e%3cstop offset='1' stop-color='%23191816'/%3e%3c/radialGradient%3e%3c/defs%3e%3ctitle%3eAsset 3%3c/title%3e%3cg id='Layer_2' data-name='Layer 2'%3e%3cg id='Layer_1-2' data-name='Layer 1'%3e%3crect class='cls-1' width='720' height='720'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

.youtube {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 121.48 85.04'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%23282828;%7d.cls-2%7bfill:%23fff;%7d%3c/style%3e%3c/defs%3e%3ctitle%3eyt_logo_mono_light%3c/title%3e%3cpath class='cls-1' d='M203.5,98.32a15.22,15.22,0,0,0-10.74-10.74C183.28,85,145.29,85,145.29,85s-38,0-47.46,2.54A15.22,15.22,0,0,0,87.09,98.32c-2.54,9.47-2.54,29.24-2.54,29.24s0,19.77,2.54,29.24a15.22,15.22,0,0,0,10.74,10.74c9.47,2.54,47.46,2.54,47.46,2.54s38,0,47.46-2.54A15.22,15.22,0,0,0,203.5,156.8c2.54-9.47,2.54-29.24,2.54-29.24S206,107.79,203.5,98.32Z' transform='translate(-84.55 -85.04)'/%3e%3cpolygon class='cls-2' points='48.59 60.74 48.59 24.3 80.16 42.52 48.59 60.74'/%3e%3c/svg%3e");
}

.facebook {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 264 512'%3e%3cpath fill='white' d='M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229'/%3e%3c/svg%3e");
}

.twitter {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='white' d='M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z'/%3e%3c/svg%3e");
}

.pintrest {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3e%3cpath fill='white' d='M204 6.5C101.4 6.5 0 74.9 0 185.6 0 256 39.6 296 63.6 296c9.9 0 15.6-27.6 15.6-35.4 0-9.3-23.7-29.1-23.7-67.8 0-80.4 61.2-137.4 140.4-137.4 68.1 0 118.5 38.7 118.5 109.8 0 53.1-21.3 152.7-90.3 152.7-24.9 0-46.2-18-46.2-43.8 0-37.8 26.4-74.4 26.4-113.4 0-66.2-93.9-54.2-93.9 25.8 0 16.8 2.1 35.4 9.6 50.7-13.8 59.4-42 147.9-42 209.1 0 18.9 2.7 37.5 4.5 56.4 3.4 3.8 1.7 3.4 6.9 1.5 50.4-69 48.6-82.5 71.4-172.8 12.3 23.4 44.1 36 69.3 36 106.2 0 153.9-103.5 153.9-196.8C384 71.3 298.2 6.5 204 6.5z'/%3e%3c/svg%3e");
}

.linkedin {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e%3cpath fill='white' d='M100.3 480H7.4V180.9h92.9V480zM53.8 140.1C24.1 140.1 0 115.5 0 85.8 0 56.1 24.1 32 53.8 32c29.7 0 53.8 24.1 53.8 53.8 0 29.7-24.1 54.3-53.8 54.3zM448 480h-92.7V334.4c0-34.7-.7-79.2-48.3-79.2-48.3 0-55.7 37.7-55.7 76.7V480h-92.8V180.9h89.1v40.8h1.3c12.4-23.5 42.7-48.3 87.9-48.3 94 0 111.3 61.9 111.3 142.3V480z'/%3e%3c/svg%3e");
}

.instagram {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e%3cpath fill='white' d='M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z'/%3e%3c/svg%3e");
}

.co-badge {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 582 582'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%23191816;%7d.cls-2%7bfill:%23fff;%7d%3c/style%3e%3c/defs%3e%3ctitle%3eCreation-symbol-badge%3c/title%3e%3ccircle class='cls-1' cx='291' cy='291' r='291'/%3e%3cpath class='cls-2' d='M504.36,332.18c-3.71,2.87-7.33,5.64-11.29,8.14a85.28,85.28,0,0,0-9,6.75,64.92,64.92,0,0,0-11.13,5.73l-3,2.06c-.38.16-1.54.8-2.07,1L463,358.09c-1.26.58-2.51,1.18-3.75,1.79l.72,1.68.34.28-.15.15.15-.15.67.67-.82-.52-.19-.43-1.54-1.27c-2.54,1.26-5,2.57-7.54,3.89.56-1.55,1.12-3.09,1.71-4.61a26.82,26.82,0,0,0,1.56-6.77c.18-1.47.32-2.94.49-4.41.21-1.94.59-3.94-.11-.13.83-4.47,1.53-9,2.29-13.45,1.48-8.79,1.11-18,0-26.82-.6-4.68-.12-9.15-.48-13.82,0-.22,0-.44-.07-.66l-.54.42-.47-1.24.88-.29c-.48-3.42-1.49-6.87-2-10.27-.7-4.39-1.16-9-2.26-13.33a35.58,35.58,0,0,0-2.61-6.09l-1.32-2.8s0,0,0,0a15.94,15.94,0,0,0-.38-2c-1.65-8.74-4.16-17.11-8.64-24.86-2.44-4.22-5.06-8.38-7.57-12.57-1.92-3.2-4.51-5.92-6.52-9-3.18-4.94-6.2-10.18-9.86-14.88,1.23-3.23,2.43-6.48,3.63-9.75.77-2.1,1.38-4.19,2-6.35.22-.78.64-1.75.89-2.67-.48,1.63-1.55,3-.81,1.24.34-.8.67-1.6,1-2.4,0,0,0-.07,0-.11s0,.07,0,.1l.25-.58c2.43-5.79,5.41-12,6.07-18.34.08-.77.62-7.79.5-8.44l.12-.67c-1.06-1.89-1.33-3.92,1.12-6.33.63-5.15-.6-10.57-.27-15.82a13.64,13.64,0,0,0-1.49-7.46c-.66-1.48-1.29-3-2-4.44l0,.21c0-.08,0-.15,0-.23l-.15-.32c-.41-.85-.26-1.37,0-.21-.12-.54-.25-1.08-.37-1.62-1.33-5.9-3.09-10.3-7.22-14.92-1.77-2-4-3.64-5.87-5.49s-3.66-4.19-5.76-5.92c-4-3.31-9.86-4.45-14.85-5.42a68.52,68.52,0,0,0-30.23.77l-1.8.45-.11.15-.08-.11A88.8,88.8,0,0,0,344,87.15l-.7.33-2.56.84L336.37,94c.09-1.41-.12-2.9,0-4.08A45,45,0,0,0,328.65,94c-1.6,1.06-3.22,2.1-4.8,3.18,3.36-2.32,2.93-1.8-.47-.55a34.9,34.9,0,0,0-10.35,5.5c-3.34,2.65-6.73,5.26-9.93,8.08-1.25,1.1-2.51,2.21-3.74,3.33-5.53,4.11-11.31,7.88-16.63,12.27a108.3,108.3,0,0,0-9,8.37l-.24.37-.06-.06c-.41.42-.82.84-1.22,1.27-1.45,0-2.9,0-4.36,0-8.78-.18-16.82,2.33-25.49,2.92-8.25.56-17.15,3.14-25,5.56a36.64,36.64,0,0,0-6.51,2.51c-1.32.69-2.59,1.48-3.88,2.22-.34.19-.73.39-1.07.6-5.65.91-11.14,4-15.75,7-10.81,7.13-22.35,15.45-30.52,25.41-2.87,3.5-5.68,7-8.38,10.66,3.33-4.11,3.51-2.88.64.17l-3.31,3.5c-.31.44-.64.87-.95,1.32-.63.9-1.28,1.79-1.89,2.71.9-1.37,1.72-2.57,2.47-3.64a95.15,95.15,0,0,0-8.51,10.08,192.7,192.7,0,0,0-17.52,30.65c-3.63,7.95-7.72,15.55-11,23.62,1.91,3.65,4.1,7.45.06,11.44-.27.27.33,1.43.62,2.27l.19,0-.13.13.13-.13.32.34-.45-.21-.06-.18a7,7,0,0,1-2.95-1.24c0,.34,0,.68,0,1a9.3,9.3,0,0,0,0,1.82v0a134.91,134.91,0,0,0-2.29,13.52c-1.07,8.44.26,17.44,1.74,25.79.74,4.17.66,8.78,1.69,12.84.58,2.27,2.17,4.38,3.32,6.39.55,1,1.07,2,1.66,2.9-1.71-2.71.2.64.58,1.68,2.85,7.83,6.86,16.37,12.31,22.77,1.49,1.75,3.21,3.37,4.59,5.21C134,369.54,135,372,136.62,374c2.32,2.88,6.21,4.15,8.74,6.9,1.26,1.36,2.31,3,3.55,4.48l-.14-.45a5.73,5.73,0,0,1,.88,0c.09,0,.15.22.22.34l-.78.3a12.44,12.44,0,0,0,1,1,16.64,16.64,0,0,0,2.87,2,34,34,0,0,0-.25,5.1,72.22,72.22,0,0,0,2,12.66c.22,1,.39,1.94.54,2.91.06.07.13.17.19.24l-.14.12c.44,3,.69,6,1.38,8.94.78,3.34,2.56,6.54,3.64,9.82a60.89,60.89,0,0,0,5.41,12.71c2,3.45,3.24,7.19,5.1,10.73.2.38.43.74.64,1.11l3.18-8.46,1.45.61-1.52,10.78h-1.29c1.07,1.6,2.18,3.17,3.22,4.75,1.2,1.83,2.3,4.09,3.77,5.7a39.24,39.24,0,0,0,5,3.91c3.06,2.39,4.64,5.79,7.35,8.51,5.58,5.58,13.77,9.61,20.62,13.41,3,1.68,6.54,2.15,9.69,3.55,4,1.78,6.84,3.91,11.14,4.81,7.89,1.64,15.45,5.27,23.54,5.92s16.64-.2,24.89-.2c3.39,0,6.76.64,10.15.54a77.47,77.47,0,0,0,12.77-1.46c3.91-.76,7.91-1.34,11.76-2.34a34.24,34.24,0,0,0,7-3.18A21.17,21.17,0,0,0,327,498.3l.08,0a124.84,124.84,0,0,0,24.4-10.12,141.74,141.74,0,0,0,12.25-7.25c1.62-1.08,3.45-2.1,5-3.32l3.51-2.06A121.86,121.86,0,0,0,384,467.47c7.07-5.38,12-12.1,17.64-18.75.9-1.07,1.83-2.11,2.75-3.16l2.06-2.2c2.73-2.92,5.5-5.8,8.23-8.73a90.1,90.1,0,0,0,15-22,108.7,108.7,0,0,0,10.4-17.05l-3.66-.38,1.69-5.9,1.25-.56,1.8,4.47.19-.43,1.67-.78a90.82,90.82,0,0,0,13.73-7.86c.8,0,2.54-1.1,3.27-1.41a42.26,42.26,0,0,0,11.67-7.07c1.25-1,2.48-2.08,3.72-3.13l.27-.15c1.27-.7,2.48-1.56,3.71-2.34l.35-.24,1.08-6.35,1.15.19-.44,5c2.72-1.87,5.3-3.91,7.93-5.94,8.52-6.59,16.52-15.39,21.15-25.2.83-1.76,3.22-6.19,1.23-7.86S505.53,331.27,504.36,332.18Zm-49.93-12,1.31-.09.35,4.08-1.66.07Zm-.36,22,.34.39-.39.35c-.11-.13-.32-.27-.31-.39S453.94,342.24,454.07,342.13ZM428.15,150.69c.09-.47.17-.93.26-1.4C428.34,150,427.74,152.8,428.15,150.69ZM110.37,323.12l-1.2-.69,1.57-3.08.75.24Zm2.72-25.69-.33-.37c.13-.11.26-.31.37-.3s.22.22.33.34Zm2.22-2.24c-.11-.13-.31-.26-.3-.37s.22-.22.34-.34l.32.38Zm-.26-13.8c0-.1.19-.19.3-.29l.27.33-.32.29C115.21,281.61,115,281.5,115.05,281.4Zm.08-8.75a4.51,4.51,0,0,1-.09-.87c0-.12.23-.22.35-.33l.37.86ZM116.42,293c-.11-.12-.3-.25-.29-.37s.22-.22.34-.33c.11.12.3.25.29.37S116.55,292.86,116.42,293Zm3.18-8.1.23-.35.15.39Zm3.53,58.29c-.12,0-.23-.22-.34-.35.13-.11.26-.31.38-.3s.22.22.34.35C123.39,343,123.25,343.17,123.13,343.16Zm.66-66.77.16.4-.38,0Zm.44,63.44a.46.46,0,0,1-.31-.35c0-.12.23-.22.36-.33l.33.38C124.49,339.63,124.36,339.83,124.24,339.82Zm1.9,13.91-.37,0-.39.23c.09-.08.16-.21.26-.23h.13l.21-.12.13.13-.13-.14c.08-.29.17-.57.26-.85Zm1.44-6.08c-.11-.13-.31-.26-.3-.38s.22-.22.35-.34c.11.13.31.26.3.38S127.71,347.53,127.59,347.64Zm3.36-104.94c-.1,0-.19-.2-.29-.31.12-.09.24-.26.34-.25s.19.2.29.31C131.18,242.55,131.06,242.72,130.95,242.71Zm3.41,85.81-.32-.21.36-.14Zm.86-77.11.23-.36.15.4Zm289.19,9.66.28.33c-.11.09-.24.25-.34.24s-.19-.2-.28-.31Zm-.2,31,.82.07-.62,8.93-1.64-.22Zm1.55,25.1-1.32.37-.71-2.81Zm-3.54-13.78c.11.13.3.26.3.37s-.22.22-.34.33c-.11-.13-.3-.26-.3-.38S422.1,303.53,422.22,303.42Zm-1.14-12.24.31.37-.36.32c-.1-.12-.29-.25-.28-.36S421,291.28,421.08,291.17Zm-2.72-62.75.28.33-.32.29c-.09-.11-.26-.23-.26-.33S418.25,228.52,418.36,228.43Zm-2.74,14.22.31,1.84-.7.11-.23-1.84Zm5.73-76h0l-.27.18-.38.07h0l-.17.16-.12.11h0l.12-.11.17-.16c-.39.07-.6.11,0,0l.23-.22.12.12-.12-.12.41,0C421.78,166.59,422,166.57,421.35,166.62Zm.1-.06Zm6.22-14.13c-.8.37-1.64.69-2.46,1l-.39-1.17c.85-.25,1.7-.51,2.57-.71A4,4,0,0,1,427.67,152.42Zm-1.07-3.35-.65.41a5,5,0,0,1-.14-.95c0-.12.24-.24.37-.36Zm-2.73-3.17h2.22v.45h-2.22Zm.08,2.13c.12,0,.23.23.35.36l-.39.34-.35-.39C423.69,148.22,423.83,148,423.95,148Zm-1.16,3.85-1.82.33-.05-.84h1.81Zm-2.3-6.92c.23,0,.45.29.67.45-.13.11-.26.33-.37.31a5.34,5.34,0,0,1-.93-.29C420.09,145.24,420.3,144.94,420.48,145Zm-1.85,12.39-.32.29c-.09-.11-.26-.23-.26-.33s.19-.2.3-.29ZM416,114.71l.53.72L416,116a5.47,5.47,0,0,1-.31-.95C415.65,115,415.9,114.84,416,114.71Zm0,2.09,2.25.91-.37.95-2.36-1Zm-.45,12.77s-.5.59-.56.55a3.32,3.32,0,0,1-1-.88c-.07-.11.28-.51.49-.88A15.68,15.68,0,0,1,415.57,129.58Zm-1,2.3-.21.31-.13-.35Zm-.63-12.9.32.39-.38.33c-.11-.13-.31-.26-.3-.38S413.79,119.08,413.92,119Zm-3.77,4.25a4,4,0,0,1,.47-.67l.32.86a4.22,4.22,0,0,1-.65.21S410.1,123.32,410.14,123.22Zm.47,61.86c-.24.19-.45.5-.64.49s-.46-.3-.69-.46c.13-.11.27-.34.38-.32A5.49,5.49,0,0,1,410.61,185.07ZM409.07,93l.54,0,.34,2.6-.88,0Zm-2.52,5.17c.1,0,.2.19.29.3-.11.09-.23.27-.33.26s-.2-.19-.29-.3C406.33,98.33,406.44,98.16,406.55,98.16Zm0,27.91c.1,0,.19.19.29.3-.11.09-.23.26-.33.26s-.19-.19-.29-.3C406.32,126.24,406.44,126.07,406.54,126.08Zm-.28,71.32-.21.32-.14-.36ZM405,94.44l.34.39-.38.34c-.11-.13-.32-.26-.31-.38S404.84,94.55,405,94.44Zm-.16,35.69.75.8-2.08,1.6-.56-.65ZM404.64,190l-.34.28c-.09-.11-.27-.23-.26-.33s.2-.19.31-.28Zm-1.14,5.55c0,.1-.19.18-.3.28-.09-.11-.25-.22-.25-.32s.19-.18.3-.27C403.35,195.34,403.52,195.45,403.51,195.55Zm-.76,5,.42.9-.66.42a5,5,0,0,1-.14-1C402.38,200.82,402.62,200.7,402.75,200.58Zm-7.89-5.22c.28-3.85.28-3.85,5.39-1.88Zm1.29,9.79c-.23.19-.44.49-.62.47s-.44-.29-.66-.45c.12-.11.26-.32.37-.3A5.17,5.17,0,0,1,396.14,205.15Zm-1.58-21.1c0-.12.23-.24.36-.35.11.13.32.27.32.39s-.23.24-.36.35C394.77,184.32,394.56,184.18,394.57,184.06Zm5.16,4.49-.37.33c-.11-.12-.31-.26-.3-.37s.22-.22.35-.33Zm-.13-45.48c0-.1.2-.19.31-.28l.28.33-.33.28C399.75,143.28,399.58,143.17,399.59,143.06Zm-.82,38.28c-.1,0-.2-.19-.29-.3l.33-.28.29.32C399,181.18,398.87,181.35,398.77,181.34Zm1.4,4.93c0-.12.22-.22.35-.33.11.12.31.26.3.37s-.22.22-.35.33C400.36,186.52,400.16,186.39,400.17,186.27Zm.62,58.39a4.6,4.6,0,0,1-.11-.89c0-.12.23-.22.35-.33l.38.86Zm.48,6.69c-.11.09-.22.26-.32.25s-.19-.19-.28-.3c.11-.09.22-.26.33-.25S401.17,251.25,401.27,251.35Zm-2-112.33.16.14,1.86-3.38v5.09l-1.86-1.71h0l-.15-.15.15.15-.49.79ZM391,110.58l0,.33-.31-.21ZM392.2,113c.1.49.2,1,.31,1.47,0,.08,0,.15,0,.22l1.73,5.43-1,.39a39.91,39.91,0,0,1-2.7-5.31C390.36,114.72,391.61,113.74,392.2,113Zm-4.59,9.66.32.37-.37.33c-.11-.12-.31-.25-.3-.37S387.49,122.77,387.62,122.66Zm-1.1,2.2c.11.13.31.26.3.38s-.22.23-.35.34c-.11-.13-.31-.26-.3-.38S386.39,125,386.51,124.86Zm-1.45-24.55-.23.35-.15-.39ZM384.78,121l-.65,1.89-.43-1.81Zm-.69-21.56c.2.2.61.47.57.6a6.2,6.2,0,0,1-.67,1.2l-1-.63Zm-4.42,20.81h0l.12,0L380,120l.16.14L380,120l.87-.36-.72.49-.32.12h0l-.19.29h0l.19-.29Zm.11-40c.1,0,.19.2.29.31-.11.09-.23.27-.34.26s-.2-.2-.29-.31C379.56,80.47,379.68,80.3,379.78,80.31Zm-12,12.18a5.81,5.81,0,0,1,.92.34c-.25.17-.49.43-.73.44s-.38-.32-.57-.49C367.55,92.67,367.7,92.46,367.8,92.48Zm-.77,19a5.28,5.28,0,0,1,.3.92c0,.09-.23.23-.36.35a5.37,5.37,0,0,1-.31-.92C366.65,111.7,366.9,111.57,367,111.45Zm-5-10.54.42,1.77-1.08.08Zm-6.79-9.41.15.39-.38,0Zm-3.67-1.19,1,1-1.42.9Zm.65,3.72c-.12.11-.25.3-.37.3s-.22-.22-.33-.34c.12-.11.25-.3.37-.3S352.12,93.9,352.23,94Zm-.78-.68c.12,0,.22.23.33.36-.13.11-.26.31-.38.3s-.22-.23-.33-.36C351.19,93.53,351.33,93.33,351.45,93.34Zm-3.15,5.17,4.45,6.65.18,0,0,0,0,0,0,.24.61,1.67-.81.08q.1-.87.2-1.75l-.06-.16-.08-.13C349.36,104.61,347.28,103,348.3,98.51ZM350,114.94a3.32,3.32,0,0,1-.71,0l.2-.95a3.13,3.13,0,0,1,.58.53A.56.56,0,0,1,350,114.94Zm-3.68-10.14.33.38c-.13.11-.26.32-.38.31s-.22-.23-.34-.35Zm-5.57,8.46.4-.84-.24,1-.32.24-.8,1.82-.83-.63,1.63-1.19.17-.39.13.13Zm-.5-19.94.31.37-.36.32c-.1-.12-.3-.26-.29-.37S340.14,93.43,340.26,93.32Zm-1.41,5c0-.09.23-.15.35-.23l.33.9-.67.23A6,6,0,0,1,338.85,98.3Zm-4.31,1.93c.2.25.53.47.51.67s-.31.48-.49.72c-.12-.13-.36-.28-.34-.4A5.81,5.81,0,0,1,334.54,100.23ZM325.85,117l0,.34-.33-.21Zm-3.54-14.61.35.22-.38.16Zm-6,6.08-.22.32-.13-.36Zm-12.2,14.51.31,3-.93.34-.74-3.13ZM301,118l2,5.09H299.7l-.17.2.1-.2h-.83Zm-.87,6.86c-.25.2-.46.52-.66.51s-.47-.3-.71-.48c.13-.12.28-.35.39-.34A5.66,5.66,0,0,1,300.17,124.81Zm-1,1.91,1.11,0-.17,3.66-1.4-.16Zm-5.8,10.06.22-.19a11.05,11.05,0,0,1,2.07-1.91l.64-.49.48-.44-.35.34c.61-.47,1.23-.93,1.83-1.41.27-.12.53-.25.76-.33a68.55,68.55,0,0,0,13.71-7.13l1.53-.49-.12-1.81.65,0,.13,1.65c2.4-.77,4.79-1.57,7.11-2.53,1.86-.77,3.74-1.55,5.57-2.39,1.06-.17,2.16-.57,3.19-.83,7.16-1.8,14.11-3.62,21.56-3.43,1.29,0,2.59.12,3.89.24l-1-2.58-.06-.07h0l0-.06v-2.57l1.08.27-1.08,2.3v.06l0,.07,2.21,2.68c1.77.19,3.54.44,5.26.75,1.89.34,3.81.68,5.69,1.09a8.51,8.51,0,0,0,.77.44c1.28.67,2.72,1.16,4,1.74,3.7,1.59,5.71,4.34,8.57,7.18,2.21,2.2,4.79,4.14,6.83,6.5,1.46,1.69,2.5,3.74,3.92,5.46a7.33,7.33,0,0,1,.61.85c.17.77.34,1.54.51,2.31a62.17,62.17,0,0,0,4.2,12.15c.21.47.51,1,.77,1.52a7,7,0,0,0-.29,1.37,29,29,0,0,0-.38,3.62l1.39,1-1.44,1.24c0,.38,0,.76,0,1.12,0,1.63.33,3.31.5,4.93.09.89-.06,2.57.36,3.4,0,.05.06,0,.09,0-.42,2.27-.84,4.53-1.18,6.8a49.75,49.75,0,0,0-6.48-4.4l0,.12-.61.53.47-.69.14.15-.15-.16,0-.06-1.05-.7c-3.8-2.6-7.39-5.51-11.18-8.13-3.41-2.36-7.17-3.52-10.78-5.51-4-2.2-7.06-4.75-11.36-6.34-4.09-1.52-7.8-3.77-11.84-5.36a116.29,116.29,0,0,0-11.69-3.45c-4.5-1.24-8.69-3.19-13.14-4.51-3.89-1.15-8.26-.82-12.28-1.36-4.84-.65-9.56-1.58-14.36-2.46ZM391.73,193l.33,1.84-.85.06v-1.83Zm-.5-9c0-.12.22-.22.35-.33.11.13.31.26.3.38s-.22.22-.35.34C391.43,184.3,391.23,184.17,391.24,184Zm-.33,5.21-.66.4a5,5,0,0,1-.13-1c0-.13.24-.24.37-.36Zm-2.53,46.23-.33,0,.21-.31ZM388,177.35l-.68.25a6.13,6.13,0,0,1,0-.93c0-.09.24-.16.36-.23Zm-4.08,48.26,0,.13-.22.52Zm-1.54-47.35c0,.24-.3.46-.46.69-.12-.13-.34-.27-.33-.37a5.55,5.55,0,0,1,.3-1C382.1,177.86,382.41,178.07,382.4,178.26Zm-2.3,1.68c0,.12-.22.22-.34.32-.11-.12-.3-.25-.29-.37s.22-.21.34-.32C379.92,179.69,380.11,179.82,380.1,179.94Zm-5.27-12,.8,0-.28,1.89,0,.06,0,0,0-.05.95-.35-1,.4,0-.1Zm1.64,7.22.31.37-.37.32c-.1-.12-.3-.25-.29-.37S376.35,175.21,376.47,175.11Zm-4.86-9.86.21-1a3.07,3.07,0,0,1,.57.52.57.57,0,0,1-.06.45A3.61,3.61,0,0,1,371.61,165.25Zm.21,9.92-.37.33c-.11-.12-.31-.26-.3-.37s.22-.22.34-.33Zm-1.06,2.73c0,.25-.31.47-.48.71-.12-.13-.34-.28-.33-.39a5.62,5.62,0,0,1,.3-1C370.45,177.48,370.77,177.7,370.76,177.9Zm-1.35-5.16,0,.37-.36-.23Zm-1,2.43-.87.41-.41-.64a4.83,4.83,0,0,1,.92-.15C368.13,174.8,368.25,175,368.36,175.17Zm-2,4-.67.42a5.08,5.08,0,0,1-.14-1c0-.13.24-.25.38-.37Zm-6.73,24,.35.23-.39.15ZM358.69,190l-2.3-2.47,1.08-1.14,2.5,2.16Zm-5.37-18.26c0-.1.2-.19.31-.29l.28.34c-.11.09-.23.27-.33.26A.4.4,0,0,1,353.32,171.77Zm.25,5.46-.63.68-.15-.15Zm.72,14.55,1.15.54-1.26,1.34-.54-.32Zm-18.86-19.64c-.11.09-.24.25-.34.24s-.19-.2-.28-.31l.34-.27ZM323.08,166l-1.21,1.8-5.59-4.59,1-1.26Zm-11.29-11.81c-.27.18-.5.44-.74.45s-.36-.31-.55-.48c.12-.1.26-.3.36-.28A5.92,5.92,0,0,1,311.79,154.18Zm-8.06-1.32c-.11.09-.22.25-.32.25s-.18-.19-.28-.3c.11-.09.22-.25.32-.25S303.63,152.76,303.72,152.86Zm-3.31,25.64c-.13.11-.26.31-.38.3s-.22-.23-.33-.35c.13-.11.26-.31.38-.3S300.31,178.37,300.42,178.5Zm-2.69-1.14c.2.24.51.45.5.65s-.3.46-.46.69c-.12-.12-.36-.26-.34-.37A5.67,5.67,0,0,1,297.73,177.35Zm-.22-3.37c.13-.11.26-.31.38-.3s.22.23.33.36c-.13.11-.26.31-.38.3S297.62,174.11,297.51,174Zm-2.65-36.28a5.1,5.1,0,0,1-.32.85c-.16-.24-.41-.46-.42-.69s.31-.37.48-.55C294.69,137.45,294.88,137.6,294.86,137.7Zm-2.06-10.49c.1,0,.19.2.28.31-.11.09-.23.26-.33.25s-.19-.2-.28-.31C292.57,127.38,292.69,127.21,292.79,127.22Zm-3.37-4.46,2.5,2.24-.63.78-2.6-2.13Zm.31,13.66c-.12.1-.25.29-.37.28s-.21-.22-.32-.34l.37-.31Zm-2.54,31,.13.37-.34,0Zm-4.14-33.2-.37.32c-.11-.12-.31-.25-.3-.37s.22-.22.35-.33Zm-.83-.64c.1,0,.19.19.28.3-.11.09-.22.26-.32.25s-.19-.19-.28-.3C282,133.72,282.12,133.55,282.22,133.56Zm-.62-1.94.29.35-.34.3c-.1-.12-.28-.24-.27-.35S281.49,131.72,281.6,131.62Zm-5.37,21.76a4.23,4.23,0,0,1,.48-.7l.34.9a4.42,4.42,0,0,1-.67.22S276.19,153.48,276.23,153.38Zm-8.64-14.08c.2.25.52.47.51.67s-.31.48-.48.71c-.12-.13-.35-.28-.33-.39A5.67,5.67,0,0,1,267.59,139.3Zm-.6,3.12,2.88.33.09,0H270l3.16-1.83.5,1.46-3.66.37-.06,0v0h-.09l-2.88.52Q267,142.85,267,142.42Zm6.63,4.84c-.12.1-.25.3-.36.29s-.21-.22-.32-.34c.12-.1.25-.29.37-.29S273.52,147.14,273.62,147.26Zm-2.2,0c-.13.11-.26.32-.39.32s-.23-.23-.35-.36l.39-.34ZM268,170.68l-.35.31c-.1-.12-.28-.24-.27-.35s.21-.21.32-.31ZM253,149.5l1.75.13-1.51,9.11-1.88-.3Zm-5.81,21.29.24-.23.09.1-.11-.12c.08-1.06.19-2.09.3-3.11L248,167l.44-2.5.87.25q-.66,1.12-1.31,2.26l-.1.59,0,0c-.11,1-.23,2-.36,3.06l-.34.13-1,1a2.42,2.42,0,0,1-.12-.49C246.45,171.1,246.84,170.94,247.22,170.79Zm-7.38-7.09.13.37-.34,0Zm-2.26-19,.28.34c-.11.09-.23.27-.33.26a.4.4,0,0,1-.26-.31C237.29,144.88,237.48,144.8,237.59,144.7ZM233.65,164l.13.37-.34,0Zm-2.86,2,.47,6.64-1.28.16-2.15-6.26Zm-8-13.3a5.72,5.72,0,0,1,.93.34c-.26.17-.5.44-.74.45s-.39-.32-.58-.5C222.55,152.93,222.7,152.72,222.81,152.74Zm1.92,3.53c.12.44.41,1.21.32,1.27a15.68,15.68,0,0,1-2.76.8ZM218,145.67l1.52,3.64-.61.57L217.2,146Zm-9.23,17.15.89,2.87.24.16h.82l-1,.14-.09-.29-2.16-1.42Zm-1.26,5.27a.71.71,0,0,1,.21-.06l.16-.2.12.12-.12-.12.23-.08.2-.6.4.39-.6.21-.08.23-.31.05-.33.41C207.47,168.32,207.47,168.14,207.55,168.09Zm-12.12-3.49c0-.09.22-.15.34-.22l.33.88-.69.21A5.65,5.65,0,0,1,195.43,164.6Zm-31,18.33.15.4-.37,0Zm0,3.33.32.38-.37.32c-.11-.13-.3-.26-.29-.37S164.34,186.37,164.47,186.26Zm-.26,2.83,0,0L164,189l-1,.3,0,.2-.15-.15.15.15-.73.57.58-.72.18-.05.06-.63.94.33.3-.09,0,.13,1.68.06L163.51,192l-.07.25-.08-.08.1.1c-.11,1-.23,2-.35,2.94l-.16-.16.15.15-.87.44.72-.59.42-2.88.15-.17.79-2.94Zm-3.88.9c-.13.11-.26.32-.38.31s-.23-.23-.34-.36l.39-.34Zm-.81-7.38.28.34-.33.29c-.09-.11-.27-.23-.26-.34S159.41,182.7,159.52,182.6Zm-17.69,50.73c-.46,1.27-.35.84,0,0Zm-3.58,138.52-.15-.4.37,0Zm.08-81.47.35-.89.15.15-.15-.15.49-.32-.34.47Zm.86,37.69.22-.36.15.4Zm.18-2c-.09-.11-.26-.23-.25-.33s.19-.19.3-.29l.28.33Zm4.38-10.19-.42.05-.12-.41-1.85-2,1.07-.73.78,2.75.25.28,0,0,.27.1h0C144.54,316.16,144.23,316,143.74,315.86Zm-.09-11.23.21-.32.14.36Zm2.17,28.93a6.29,6.29,0,0,1,0-1c0-.1.24-.16.37-.25l.36,1Zm.81-22.08-.56.18v-.74l-.73-.16.73,0v-1.5l-.07-.11.07-.07-.09.09-.94.26,1-.35v.18l1.3,2-.7.22.07.16Zm.45,24.56,0-.39.35.24Zm2.34-8.77c-.11-.12-.3-.25-.29-.37s.22-.22.34-.33c.11.12.3.25.29.37S149.53,327.15,149.41,327.26Zm3.84,22.55-.16-.4.38,0Zm1.76,4.25c-.11-.13-.32-.26-.31-.38s.22-.23.35-.34c.11.13.32.26.31.38S155.13,353.95,155,354.06Zm4.11,0-1.51-6.26,2.07-.24,1.06,6.15ZM158,339.16l.36-.31.31.35c-.12.1-.24.29-.35.28S158.13,339.28,158,339.16Zm4.19-.35c-3-1.55-7.87-.38-5.49-6.38.38-1-1.41-2.71-2-4.18a22.81,22.81,0,0,1-.8-3.61l2-.17C157.3,329.35,166.69,330.32,162.21,338.81Zm.28-9.71c0-.12.22-.22.35-.33l.33.37c-.12.11-.26.31-.37.3A.46.46,0,0,1,162.49,329.1ZM165,424.33c-.11-.13-.32-.26-.31-.39s.23-.23.36-.34l.34.39Zm.49-67.73c-.12-.13-.33-.27-.32-.4s.24-.24.37-.36c.12.13.33.27.32.4S165.65,356.47,165.52,356.59Zm0-29c-.12,0-.23-.23-.35-.35.13-.11.26-.32.39-.31s.23.23.35.35C165.76,327.36,165.63,327.56,165.5,327.55Zm1.18,34.56c-.12,0-.23-.22-.34-.35l.38-.33.34.37C166.93,361.91,166.8,362.12,166.68,362.11Zm.76,55,1.76-.41.08,1.07Zm.09-83.28.35-.13,0,.33Zm1.33-32.08.45-.71-.3.87-.57.71.42-.86.15.15Zm-.17,49.65c0,.1-.19.19-.3.28-.09-.11-.26-.22-.25-.32s.19-.19.3-.28C168.52,351.23,168.69,351.35,168.69,351.45Zm.61,37.72-1-2.22.68-.39,1.38,2.09Zm1-92.92-1.84-1.35,0,.05a3.22,3.22,0,0,0-.05.37c0-.11,0-.2,0-.31l0,.06c-3.62,8.18-5.92,16.89-8.56,25.44-.65,2.1-1.27,4.26-1.83,6.45l-.84-1.07a77,77,0,0,1-5.49-8.84c-1.08-1.88-2.07-3.84-3.18-5.71.24.44,0,.16-.3-.5l-.19-.33.17.28c-.1-.21-.21-.47-.31-.74-.55-1.51-1.09-3-1.65-4.52a33,33,0,0,0-2.31-5.11l-2-3.54c-.21-.36-.42-.87-.68-1.27.2-4.06-1-8.76-1.74-12.75s-1.17-8.14-1.54-12.26c-.34-3.78-.82-7.53-.34-11.29.16-1.29.34-2.57.49-3.86,0,.11-.08.22-.13.33.05-.11.09-.23.14-.34s0-.35.06-.52c.27-2.37.41-.83,0,.48.89-2.19,1-5.22,1.45-7.49a35.15,35.15,0,0,0,.57-6.65c0-1.25.09-2.54.05-3.8a28.87,28.87,0,0,0,1.88-4.59c.12-.26.25-.54.39-.8.76-1.43,1.52-2.86,2.27-4.3,1.67-3.2,3.21-6.47,4.71-9.75.88-1.92,1.8-3.84,2.62-5.78l1.44-2.29c.93-1.47,1.82-3,2.7-4.47a108.42,108.42,0,0,0,7.76-9.73l.64-.92q5.06-3.79,10.28-7.37a48.72,48.72,0,0,0,9.23-3,36,36,0,0,0,6.05-3.46l.2-.16,2.29-.72a148.16,148.16,0,0,1,21.12-4.87,42,42,0,0,1,4.42-.34l.16-.3c0-.25.1-.5.17-.74l.13.13-.13-.13.41-.73-.26.89-.32.59c0,.1,0,.2,0,.29a33.5,33.5,0,0,0,5.22-.5c3.76-.76,7.1-1.82,10.93-2,1.6-.08,3.17-.12,4.74-.14L238,173.83l-.19.27a125.34,125.34,0,0,0-8.69,10.65c-1.23,1.72-2.49,3.43-3.67,5.19l-.33.5c-5.81,7.51-11.12,15.31-16.41,23.2-3.3,4.92-6.34,9.95-9.24,15.07q-1.17,1.42-2.3,2.87l-2.08,2.94-.08-.07c-1.06,1.46-2.08,2.94-3,4.48a58.43,58.43,0,0,0-5.5,13.16,82.46,82.46,0,0,0-5.9,11.59c-.91,2.31-1.85,4.61-2.72,6.93,2.72-7.25-.5.7-1.45,2.77-1.79,3.89-3.52,7.82-5.11,11.79a59.37,59.37,0,0,0-2.18,7.28c.43-.78.81-.82.34.16-.18.37-.34.75-.51,1.12l2,1.6Zm53.53-102.89c0,.11-.2.2-.31.29-.09-.11-.26-.23-.26-.34s.2-.19.31-.29C223.67,193.13,223.84,193.25,223.83,193.36ZM201.58,238c-.13.11-.26.31-.38.3s-.22-.23-.33-.36l.38-.33Zm-9.21,29.12.74.46-.89-.3-.69-.57.84.42-.15.15Zm-5.81,8.48-.32.27c-.09-.11-.25-.23-.24-.33s.19-.18.3-.28Zm-2.64,17.09h0l0-.1,0-.15h0l0,.15,0,.1.24.21L184,293l.12-.12c.14.26.29.51.44.77L184,293h0Zm-.54,48.78c.1,0,.19.19.29.3-.11.09-.22.26-.33.25s-.19-.19-.29-.3C183.15,341.6,183.27,341.44,183.37,341.44Zm-.32-72.3c.11-.09.23-.26.34-.25s.19.2.28.31l-.34.27Zm-.9,102.4-.38.34c-.11-.13-.32-.26-.31-.38a.47.47,0,0,1,.35-.31C181.93,371.19,182,371.41,182.15,371.54Zm-1.51-90.08c-.11-.13-.32-.26-.31-.38s.22-.23.35-.34l.34.38ZM181,299c0,.12-.23.22-.36.33-.11-.13-.31-.27-.3-.39s.23-.22.36-.33C180.8,298.73,181,298.87,181,299Zm-.33,5.3c.1,0,.19.2.29.3-.11.09-.23.26-.34.26s-.2-.2-.29-.3C180.44,304.45,180.55,304.28,180.66,304.29Zm-.09,58.13c.2.24.51.46.5.65s-.31.47-.48.7c-.11-.13-.33-.28-.32-.39A5.41,5.41,0,0,1,180.57,362.42Zm-.86-53.23-.38,0,.23-.37ZM177.77,371l.8.27-1-.11h0l-.5-.76.66.61-.12.12Zm-6.66,10.15c-.11-.13-.31-.26-.3-.38s.23-.22.35-.33l.33.38Zm1.23,4.29-.35-.23.39-.16Zm2-32.47c-.11,0-.25-.22-.38-.34l.71-.52.59.56A5.1,5.1,0,0,1,174.3,353Zm.76-2.3c-.12,0-.23-.23-.34-.35.13-.11.26-.32.38-.31s.23.23.34.35C175.31,350.45,175.18,350.66,175.06,350.65Zm-3.53-2-.2-2,5-.28.2,1.24Zm5.88,33.08-.36-.22.4-.15Zm.48,59.44-.35-.23.39-.15Zm4.37-17.72c-.1-.12-.29-.24-.28-.35a.43.43,0,0,1,.33-.28c.11,0,.21.21.31.33Zm-.36-3.32-1.07-.63,1.46-5.73,1,.26Zm1.32-38.77-3.6-2.63-.47-.07.16-.16-.17.16-.83-.21,1,0,.31.22,4.43.63Zm1.16-6.7a3.73,3.73,0,0,1-.77,0l.22-1a3.32,3.32,0,0,1,.62.56A.61.61,0,0,1,184.39,374.7ZM183,367l0,.11,0,0,.06.05,0,.11.37,2-.81-.06c.15-.63.3-1.27.44-1.92l0-.16L183,367l.47-2.5,1.26.67Zm2.1,2.63a.45.45,0,0,1-.3-.34c0-.12.22-.22.34-.32l.32.37C185.35,369.41,185.23,369.61,185.11,369.6Zm1.11,24.62c-.12-.13-.33-.27-.32-.39s.23-.23.36-.35c.12.13.33.27.32.39S186.35,394.1,186.22,394.22Zm.81-32.78c.12-.1.25-.29.36-.28s.21.22.31.34c-.12.1-.25.29-.36.28S187.13,361.55,187,361.43Zm.24,13.6,1.05-1.65.68.7a4.27,4.27,0,0,1-.73,1.19C188.12,375.41,187.62,375.13,187.27,375Zm2.13,14c.12,0,.23.23.35.36l-.88.4-.39-.63A4.8,4.8,0,0,1,189.41,389Zm0,10.69-1-1.61c.34-.08.83-.35,1-.22a4.07,4.07,0,0,1,.67,1.16Zm1.24-3.36c-.12,0-.22-.22-.32-.35.12-.11.25-.3.37-.3s.22.22.32.35C190.94,396.2,190.81,396.4,190.69,396.39Zm3.79-1.88c-5.72-2.24,3.71-5-1.84-6.78l0,.09-.13-.13.13.13-.69.67.54-.82h0l.2.06,1.68-3.41,1.64.46Zm-2.21-25.43,8.08-2.24-4,5.66Zm5.61,12.4h0l-.06.26.06-.26-.24.22h0l.24-.22.09-.37.12.12-.12-.13c.11-.28.22-.56.33-.84l-.18,1Zm.62,4.92c-.11-.13-.32-.26-.32-.39s.23-.23.36-.35l.34.39Zm5.57,66.85-.13-.37.34,0Zm5.31-9.44h-.45v-2.47l.45,0Zm2-1.84.08-.54.05.44,0,0c.28,0,.53-.08.79-.11ZM213,465.54l-.16-.4.38,0Zm1.61-23.07c-.12,0-.23-.23-.34-.36l.39-.34.34.39C214.87,442.27,214.74,442.48,214.62,442.47Zm12.26,50.13-.13-.36.35,0Zm4.38-3.42,0-.38.35.23Zm0-8.93,0-.38.35.23Zm1.2-2.06c-.12,0-.23-.23-.35-.36l.39-.34.34.39C232.72,478,232.58,478.19,232.46,478.19Zm1.51-3.08-.64-.57.8.41-.16.15.16-.15.69.43Zm2.59,25.43c-.24,0-.45-.3-.67-.47.13-.1.28-.31.39-.29a4.89,4.89,0,0,1,.88.3C237,500.25,236.75,500.55,236.57,500.54Zm18.19-19.09c-.1,0-.2-.19-.29-.3.11-.09.23-.27.33-.26s.2.19.29.3C255,481.28,254.87,481.45,254.76,481.44Zm4.49,0c-.09-.11-.26-.22-.25-.32s.19-.19.3-.28l.27.33Zm6.23,23.93-.62.67.47-.82.15.15-.15-.16.42-.4Zm.07-14.79.16-.16-.17.17-.86-.25,1,.09.4.76Zm4.83,15.45c-.12,0-.22-.22-.34-.34.13-.11.26-.31.37-.3s.23.22.34.34C270.63,505.87,270.5,506.07,270.39,506.06Zm-.29-4.8c0-.12.23-.23.36-.34.11.13.31.27.31.39s-.23.23-.36.34C270.29,501.52,270.09,501.38,270.1,501.26Zm-.68-2.16,3.6-3.83-.07-.21.14.13-.08.08,1.6,4.89Zm3.54-4,.49-.3-.35.43Zm3.66,4c-.09-.11-.27-.23-.26-.33s.2-.19.31-.28l.28.34Zm2.2-16.78c-.11,0-.19-.2-.29-.31l.35-.27.28.34C279,482.09,278.92,482.26,278.81,482.25Zm7.83-6.67-.15-.39.38,0Zm4.46,19-.15-.4.37,0Zm8.93,0-.15-.4.37,0Zm45.17-13.07c-.1,0-.19-.2-.28-.31.11-.09.24-.25.34-.24s.19.2.28.31C345.43,481.31,345.31,481.48,345.2,481.47Zm22.88-3.5.67-.39C367.3,478.62,365.35,479.57,368.08,478Zm40.79-39-.33-.21.37-.13Zm4.33-24.17a10.61,10.61,0,0,1,.73-1,5.19,5.19,0,0,0-.58,1l-.2.26-.08.33c-.09.2-.19.39-.28.57l-.37.69a4.4,4.4,0,0,1,.48-1.25c-1.61,2.05-3.19,4.13-4.64,6.29a60,60,0,0,0-3.82,6.63c-3.91,4.26-7.76,8.57-11.49,13-.15.11-.29.23-.43.35-3.6,2.09-7.16,4.24-10.62,6.58l-2.81,1.9-.5.29-3.49,2c-3,1.7-6.12,3.27-9.25,4.78-1.11.54-2.24,1-3.37,1.56l-3.25,1.47h0c-1.61.13-3.84,1.24-5.22,1.64a37.51,37.51,0,0,0-5.92,2.08,54.82,54.82,0,0,0-5.55,2.84c-.87.13-1.82.45-2.6.61q-5.37,1.08-10.74,2.12c-6.7,1.3-13,.5-19.77.38s-13.44.26-20.14.24h-3.58l-1.24.06c-.43,0-1-.1-1.24-.16l-3.92-.84c-3.51-.75-6.76-2.15-10.21-3.14-2.9-.83-6.11-.91-8.93-1.92-3-1.08-5.58-3.35-8.59-4.49-3.43-1.29-6.68-2-9.81-3.91s-6.26-3.75-9.42-5.57a54.2,54.2,0,0,1-9-6.38c-2.42-2.16-3.86-5.19-6.11-7.52s-5.22-3.5-7.2-5.82c-2.18-2.56-3.84-5.78-5.67-8.61a74.23,74.23,0,0,1-4.22-7.69c.57.18,1.15.36,1.76.52,3.72,1,7.08,2.87,10.73,4.08A76.46,76.46,0,0,0,227,421.82c1.12.14,2.23.31,3.35.43.32.1.65.2,1,.32a49.92,49.92,0,0,0,7.59,2.4c4.25.8,8.79.36,13.11.85,4.62.53,9.23,1.09,13.86,1.52,8.59.79,17.32,1.31,25.94,1.69a73.19,73.19,0,0,0,11.82-.51c4.71-.57,9.24-.52,14-.87,3.86-.29,7.54-1.8,11.41-2.08,4.85-.35,9.53-.79,14.36-1.35,3.62-.42,7.3-.08,10.92-.51a58.72,58.72,0,0,0,15.59-4.28c.75-.31,1.55-.58,2.32-.9l.65-.08c2.38-.32,4.79-.85,7.13-1.36a115.35,115.35,0,0,0,12.91-3.55c2.43-.83,4.9-1.59,7.28-2.55,1.79-.72,5.86-1.6,7.41-3l.37-.11c1.49-.39,3-.76,4.46-1.17,1.16-.33,2.28-.69,3.38-1.1C414.84,408.67,414,411.74,413.2,414.81ZM201.35,387.64l-.38.82.22-1,.64-.56-.48.72-.16-.16Zm.08-11.22a.59.59,0,0,1-.48-.06,3.51,3.51,0,0,1,0-.75l1,.21A3.25,3.25,0,0,1,201.43,376.41Zm1.52-2.77c.13-.1.28-.3.38-.28a5.72,5.72,0,0,1,.91.34c-.25.16-.49.43-.73.44S203.14,373.82,202.95,373.64Zm2.46,10.66-.08-.35h0c.35-.09.69-.2,1-.31l-.91.43-.06.21,0,.13.05.24h0l-.05-.24,0-.13-.13.47.13-.47h0Zm1.68-12.8.39-.34c.11.13.32.26.31.38s-.23.23-.36.34Zm2.24,21.2c.13-.11.26-.31.38-.3s.22.23.33.35c-.13.11-.26.31-.38.3S209.44,392.83,209.33,392.7Zm1.48-2.53c.12,0,.22.23.33.35l-.38.33-.33-.38C210.56,390.36,210.7,390.16,210.82,390.17Zm-.31-16.45c0-.11.22-.21.34-.31l.3.36-.36.31C210.68,374,210.49,373.83,210.5,373.72Zm1.11,3.37c0-.11.21-.21.33-.31l.31.36-.35.31C211.79,377.33,211.6,377.2,211.61,377.09Zm1.63,23.72a.4.4,0,0,1,.31-.26c.1,0,.19.2.29.31l-.34.28C213.4,401,213.23,400.92,213.24,400.81Zm1.19-23.32.23-.36.16.4Zm5.07,39.7V415H220v2.15Zm5.47-1.07c0-.12.22-.22.35-.33.11.12.31.26.3.37s-.22.22-.35.33C225.17,416.38,225,416.25,225,416.13Zm2.63-3.21h0l.29,0,1.57-.66.11.81L227.9,413l-.18.08,0,.22.77,3.21h-1.34l.57-3.21Zm.69-2.36.39-.34.34.38c-.13.11-.26.32-.38.31S228.41,410.68,228.3,410.56Zm2.76-2.3c-.22.18-.44.5-.63.48s-.47-.31-.7-.48c.13-.11.28-.33.39-.32A5.26,5.26,0,0,1,231.06,408.26ZM231,395.6c0-.11.22-.25.33-.38l.52.71-.56.59A5.06,5.06,0,0,1,231,395.6Zm2.48-13.81.34,0-.21.33ZM235,394.58l-1.11-.58,1.93-4,1.39.77Zm1,16.24-.22.32-.13-.36ZM249,424.21c0-.1.2-.19.31-.28.09.11.25.23.24.34s-.2.19-.31.28C249.11,424.43,248.95,424.31,249,424.21Zm15.37-23.38c-.09-.11-.27-.23-.26-.34s.2-.19.31-.28c.09.11.27.23.26.33S264.44,400.73,264.33,400.83Zm.56,3,.29.35-.34.3c-.1-.12-.28-.24-.27-.35S264.78,404,264.89,403.87Zm7.48,6.65-.21.32-.14-.36Zm-.13-4.36a5.71,5.71,0,0,1,.31-1c.21.25.53.47.52.67s-.31.48-.49.73C272.46,406.42,272.23,406.27,272.24,406.16Zm5.72-7.53c0-.1.2-.19.31-.28l.27.34-.33.28C278.11,398.85,277.95,398.73,278,398.63Zm7.33,18.31h0l-.18-.24.16-.16-.17.16-.84-.32,1,.16,0,.4.24.31-.24-.31C285.31,417.35,285.32,417.56,285.29,416.94Zm2.42,4,.19-1.28,3.23.59-.06.84Zm29.19,4.48c.13-.11.26-.31.38-.31s.23.22.34.35c-.13.11-.26.31-.38.31S317,425.52,316.9,425.39Zm1.34-11.07.24-.35.15.4Zm11.65-17.9c0-.12.23-.22.35-.33.12.29.25.58.37.87l-.62.33A4.51,4.51,0,0,1,329.89,396.43Zm4.61.54.66-.39,1.38,2.14-1.08.53Zm2.6,6.11c0-.1.19-.18.3-.27l.26.33-.32.27C337.25,403.29,337.09,403.17,337.09,403.08Zm3,16.31.35,0-.22.32Zm11.2-14.49.38,0-.22.35Zm11.11-8.94.37,0-.22.36ZM384,410.86l.4-.16,0,.38Zm31.37-13.22,1.62-3,1.36.81-2.08,2.74Zm1.4,34.66-.36-.23.41-.14Zm1.42-23-1.7-.59,2-5.27,1.15.35Zm8.18-46.57q-1,5.74-2,11.48c-.06.34-.13.71-.21,1.09l-1.1.48c-1.52.65-1.71.83-1.42.8-1,.29-2.07.53-2.28.61a74.43,74.43,0,0,1-8.31,2.2l.21.17-.32-.15c-5.7,1.23-11.48,2.17-16.83,4.27-2,.77-4,1.48-6,2.36h-.06a46,46,0,0,0-5.23.93c-3.87.69-7.72.38-11.63.69s-7.47,1.12-11.26,1.31c-4.91.25-9,1.24-13.83,2.06-3.56.6-7.24.17-10.85.5-4.55.42-8.91,1-13.49,1.09-7.89.22-16.11-.67-24-1.24-8-.59-16.07-2-24.11-2.35-2.25-.11-4.5-.16-6.74-.22,1.9,0-.22-.07-1.42-.47-1.43-.47-2.85-1-4.29-1.41a35,35,0,0,0-5.93-1.23l-4-.52-1.29-.17c-4.26-1.38-8.38-2.34-12.54-4.06-3.77-1.56-7.8-2.14-11.57-3.61-3.51-1.37-6.66-3.85-10.13-5.43-4.26-1.94-8.63-3.56-12.91-5.46-7-3.09-12.17-8.51-18.4-12.66l0-.33a27.52,27.52,0,0,0,0-3l-.27.28-1-.87L184.3,348c-.12-1.59-.24-3.19-.22-4.79,0-3.06.74-6.11.9-9.17.11-2,.06-4.07.09-6.1,0,0,0-.45,0-.93-.23.74-.54,1.33-.33.58.15-.53.24-1.08.35-1.63a2.86,2.86,0,0,0,0-.45.19.19,0,0,1,.09,0,83.19,83.19,0,0,0,1.5-8.43l-.09-.08.12-.12a33.24,33.24,0,0,0,.18-3.66c0-1.21,0-2.43,0-3.63a8.21,8.21,0,0,0-.11-1.24c.26-1.6.55-3.2.84-4.8,1.18-6.48,3.77-12.38,5.55-18.67.55-2,.93-4,1.39-5.94l0-.18c-.51,1-1.15,1.72-.71.78.3-.63.56-1.27.84-1.9l.38-.85a1,1,0,0,0,0-.21,1.72,1.72,0,0,1,0,.19,81.86,81.86,0,0,0,4.58-12.19c.27-1,.57-2,.8-3,.06-.28.11-.49.15-.66.56-1.31,1.1-2.64,1.67-3.95,1.36-3.12,2.88-6.17,4.24-9.29,1.09-2.5,2.09-5,3.07-7.6a80.92,80.92,0,0,0,4.82-8.41,47.92,47.92,0,0,0,2.15-5.61c.8-1.08,1.58-2.17,2.33-3.28a104.52,104.52,0,0,0,5.51-9.56l.54-1c.44-.63,2-3.28,2.5-4,.71-1.1,1.41-2.21,2.14-3.31,1.71-2.59,3.46-5.16,5.19-7.74l1.16-1.74c2.54-3.21,5.08-6.42,7.44-9.77.53-.74,1.13-1.49,1.7-2.26l1.07-1.21.38-.45-.72-3.88,2.46,0,.14,1.64q1.81-2.2,3.51-4.47h0l2.52-9.5,1.86.44-1.32,5.8c.68,0,1.36,0,2,0,6.8.19,13.56,2.31,20.27,3.26,4,.56,7.86,1,11.84,1.31l1.5.12a8.2,8.2,0,0,1,1,.35c2.08.91,4.28,1.77,6.44,2.49,6.47,2.17,13.35,3.14,19.5,6.19a112.82,112.82,0,0,0,10.92,4.69c3.45,1.28,6.08,3.61,9.25,5.44a42.51,42.51,0,0,0,5,2.28l4.15-.48.07-.06h0c-2.71-7.35-.31-15.27,5.82-19.33l.1-.33.16.15-.25.18L347.17,197h.11l0,0,0,0,.84.13-1,0,0-.15h-.27l0,.37,0,.06,0-.05,0,0h-.09L345,199c.43.21.85.43,1.26.67l.25.16.24-.38-.16.43a97.13,97.13,0,0,1,8.59,6.08c3.11,2.34,6.15,4.44,9.47,6.46,3.61,2.19,5,5.09,7.92,8.15,2.19,2.33,5.18,3.83,7.48,6.06.81.79,1.58,1.65,2.33,2.53-.4.92-.81,1.84-1.25,2.73-.67,1.35-1.41,2.67-2.13,4l-.18.27c-.8,1.19-1.54,2.43-2.31,3.64-.37.59-.72,1.19-1.08,1.78a84.49,84.49,0,0,0-5.65,6.45,81.12,81.12,0,0,0-5.83,8.67l-3,2.08A67.24,67.24,0,0,0,339.85,284c-.83,1.76-3.22,6.19-1.23,7.86s6.3-1.72,7.53-2.58a133.61,133.61,0,0,0,16.5-13.59v-2.9l.68-.11.5,1.84c2.45-2.43,4.84-4.94,7.14-7.56.31-.35.59-.71.89-1.06l-1.46-.7,0,.07-.14-.14.14.15-.42.35.28-.49.16.08.27-1.15-.11-.06h0l-.84-.06,1-.1,0,.2,1.87,1q1.22-1.44,2.39-2.91l-1-1,4-3.6.27.29c1.44-2,2.84-4,4.18-6a112,112,0,0,0,8.91-10.76c2.86,4.21,5.6,8.51,8.56,12.67a133.51,133.51,0,0,1,10.19,17c1,1.93,1.76,4,2.78,5.88l0,.12c.31,1.38.83,2.73,1.24,4.09,1.09,3.6,1.54,7.24,2.44,10.88a24.27,24.27,0,0,0,1.76,4.6l1.55,3.29c.16.33.61,1.58.85,2.14.06.45.13.93.15,1.06l.7,4q.37,2.1.71,4.21c.6,3.73,1.21,7.44,1.94,11.15a52.83,52.83,0,0,1,.7,11.26c0,6.63,1.31,13.35,1.5,20a63.88,63.88,0,0,0,.14,6.64,4.32,4.32,0,0,0,.1.52ZM381.8,248.79c0,.1-.19.18-.3.27-.09-.11-.25-.23-.24-.33s.19-.18.3-.27C381.64,248.57,381.81,248.69,381.8,248.79ZM371.22,258l-.38.34c-.11-.13-.32-.26-.31-.38a.47.47,0,0,1,.35-.31C371,257.69,371.1,257.91,371.22,258ZM351.73,279c-.11.09-.23.26-.34.25s-.19-.2-.29-.31c.11-.09.23-.26.34-.25S351.64,278.86,351.73,279Zm74.68,27.91.28-1.84,0-.11,0,0,0,0,1.08-.11-1,.15V305l.53,1.76Zm1.37,25.59c.12,0,.22.22.33.34-.12.11-.25.3-.37.3s-.22-.22-.33-.34C427.54,332.65,427.66,332.46,427.78,332.46Zm0,2.9a.48.48,0,0,1-.32-.36c0-.12.23-.23.36-.35l.35.39C428,335.16,427.86,335.37,427.74,335.36Zm7.5-47.62-.43,1.89-1-1Zm.13,21.35-.33.29c-.09-.11-.26-.24-.25-.34s.2-.19.31-.29Zm-.68,36.12-.71.45-1.33-2.21.81-.43Zm-2-71,.5-.78-.35.93-.54.66.38-.81.15.15Zm-.42,93-1.15-.65,3.07-5.68,1.52.89Zm12.06-75.29a3,3,0,0,1-.68,0l.19-.92a3.08,3.08,0,0,1,.57.52A.54.54,0,0,1,444.33,291.94Zm12.47,89.68-1.45-.82,1.86-2.89,1.25.74Zm3.92-12c-.09-.12-.27-.24-.26-.35s.2-.2.32-.3l.28.35Zm21.16-13a3.53,3.53,0,0,1-.16-1.25c.05-.24.53-.37.81-.56l.54.74ZM485,361l-1.57-.85,2-3.2,1.13.58Zm4.89-12.55-.64-.37,1.34-2.6.93.79Z' transform='translate(-9 -9)'/%3e%3cpath class='cls-2' d='M109.84,264.54a19.61,19.61,0,0,0-.92,5.49c0,.22,0,.44,0,.67a10.08,10.08,0,0,1,1.19-1.46C111.37,267.93,111.15,266.19,109.84,264.54Z' transform='translate(-9 -9)'/%3e%3cpath class='cls-2' d='M160.46,333.5c.24.18.47.47.73.49s.42-.31.67-.51a5.76,5.76,0,0,0-1-.31C160.74,333.14,160.59,333.38,160.46,333.5Z' transform='translate(-9 -9)'/%3e%3c/svg%3e");
}

.branding {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 501 172.49'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%23ffffff;%7d.cls-2%7bfill:%23ffffff;%7d.cls-3%7bfill:%23ffd26f;%7d%3c/style%3e%3c/defs%3e%3ctitle%3eCreation-logo-horizontal%3c/title%3e%3cpath class='cls-1' d='M275.17,122a27.6,27.6,0,0,1-4.06,4.76,26.44,26.44,0,0,1-5.51,4,30.73,30.73,0,0,1-6.91,2.7,32.45,32.45,0,0,1-8.26,1,35.94,35.94,0,0,1-13.81-2.61,32.26,32.26,0,0,1-18.06-18.2A36.72,36.72,0,0,1,216,99.73a36.17,36.17,0,0,1,2.61-13.91,32.8,32.8,0,0,1,18.15-18.2A35.34,35.34,0,0,1,250.44,65a34,34,0,0,1,13.72,2.89,28,28,0,0,1,5.6,3.3,19.34,19.34,0,0,1,4.2,4.35l-5.6,4.11a16.8,16.8,0,0,0-2.75-3.17,18.82,18.82,0,0,0-4.06-2.8,25.53,25.53,0,0,0-5.09-2,22.6,22.6,0,0,0-5.93-.75A27.43,27.43,0,0,0,239,73.31a25.92,25.92,0,0,0-8.63,6.28A27.39,27.39,0,0,0,225,88.75a32.29,32.29,0,0,0-1.87,11,31.58,31.58,0,0,0,1.91,11,28,28,0,0,0,5.46,9.16,25.89,25.89,0,0,0,8.63,6.28,27.17,27.17,0,0,0,11.43,2.33,25.85,25.85,0,0,0,10.83-2.33,20.52,20.52,0,0,0,8.59-7.47Z' transform='translate(-35 -30.77)'/%3e%3cpath class='cls-1' d='M282.54,94.13q-.09-2.8-.28-5h6.07q.19,1.77.28,3.92t.09,3.55h.19a15.13,15.13,0,0,1,5.6-6.21,15.29,15.29,0,0,1,8.4-2.38q1.21,0,2.19.09a11.93,11.93,0,0,1,2,.37l-.84,6.07a12.16,12.16,0,0,0-1.87-.37,18.56,18.56,0,0,0-2.61-.19,13,13,0,0,0-4.85.93,10.41,10.41,0,0,0-4.06,2.93,15.39,15.39,0,0,0-2.8,5.12,23.14,23.14,0,0,0-1.07,7.5v22.34h-6.35V98.7Q282.63,96.93,282.54,94.13Z' transform='translate(-35 -30.77)'/%3e%3cpath class='cls-1' d='M350.57,109.62V111a14.75,14.75,0,0,1-.09,1.59H314.27a17,17,0,0,0,1.31,6.16,15.51,15.51,0,0,0,3.36,5,16.17,16.17,0,0,0,5,3.41,16.69,16.69,0,0,0,14.79-1,17.09,17.09,0,0,0,5.46-5.27l4.76,3.73a23.66,23.66,0,0,1-8.63,7.09,24.15,24.15,0,0,1-10.13,2.15,23.23,23.23,0,0,1-9-1.73,21.08,21.08,0,0,1-7.14-4.81,22.76,22.76,0,0,1-4.71-7.28,23.81,23.81,0,0,1-1.73-9.15,24.4,24.4,0,0,1,1.68-9.15A22.13,22.13,0,0,1,314,94.5a21.46,21.46,0,0,1,7-4.81A21.72,21.72,0,0,1,329.67,88a22.28,22.28,0,0,1,9.05,1.73,18.67,18.67,0,0,1,6.53,4.67,20.07,20.07,0,0,1,4,6.86A25.59,25.59,0,0,1,350.57,109.62Zm-6.44-2.05a15.75,15.75,0,0,0-4-10.22q-3.69-4.06-10.5-4.06a14.69,14.69,0,0,0-5.88,1.17A15.53,15.53,0,0,0,319,97.63a15.76,15.76,0,0,0-3.27,4.57,14.73,14.73,0,0,0-1.4,5.37Z' transform='translate(-35 -30.77)'/%3e%3cpath class='cls-1' d='M385.57,104.5q0-5.65-3-8.43t-8.68-2.78a18.74,18.74,0,0,0-7.28,1.4,17.41,17.41,0,0,0-5.69,3.73l-3.55-4.2a20.94,20.94,0,0,1,7.14-4.48,26.85,26.85,0,0,1,10-1.77,21.76,21.76,0,0,1,6.63,1,15.73,15.73,0,0,1,5.41,2.94,13.34,13.34,0,0,1,3.64,4.95,17.37,17.37,0,0,1,1.31,7V123q0,2.52.19,5.23a36.33,36.33,0,0,0,.56,4.57h-5.69q-.28-1.59-.47-3.45a36.27,36.27,0,0,1-.19-3.64h-.19A18.4,18.4,0,0,1,379,132a20,20,0,0,1-9.1,1.91,20.32,20.32,0,0,1-5.18-.7,14.48,14.48,0,0,1-4.85-2.29,13,13,0,0,1-3.64-4.12,12.25,12.25,0,0,1-1.45-6.18,11.77,11.77,0,0,1,2.57-8,15.4,15.4,0,0,1,6.86-4.4,40.29,40.29,0,0,1,9.85-1.87q5.55-.42,11.53-.42Zm-1.87,6.43q-3.92,0-7.89.33a34.49,34.49,0,0,0-7.19,1.31,13.59,13.59,0,0,0-5.27,2.85,6.36,6.36,0,0,0-2.05,4.95,7.92,7.92,0,0,0,.89,3.92,7.23,7.23,0,0,0,2.38,2.57,10.11,10.11,0,0,0,3.31,1.4,16.31,16.31,0,0,0,3.69.42,14.5,14.5,0,0,0,6-1.17,12.64,12.64,0,0,0,4.39-3.17,14,14,0,0,0,2.71-4.62,16.25,16.25,0,0,0,.93-5.51v-3.27Z' transform='translate(-35 -30.77)'/%3e%3cpath class='cls-1' d='M422.9,94.41H410.58v25.48a14.44,14.44,0,0,0,.47,4,5.67,5.67,0,0,0,1.35,2.47,4.6,4.6,0,0,0,2.1,1.21,10,10,0,0,0,2.61.33,11,11,0,0,0,2.75-.37,13.89,13.89,0,0,0,2.75-1l.28,5.51a18.86,18.86,0,0,1-3.5,1,22.52,22.52,0,0,1-4,.33,16.18,16.18,0,0,1-3.73-.47,9.43,9.43,0,0,1-3.64-1.77,9.69,9.69,0,0,1-2.75-3.55,13.69,13.69,0,0,1-1.07-5.88V94.41h-9.05V89.09h9.05V76.77h6.35V89.09H422.9Z' transform='translate(-35 -30.77)'/%3e%3cpath class='cls-1' d='M438.67,72.29a4.14,4.14,0,0,1-1.4,3.22,4.4,4.4,0,0,1-6.16,0,4.4,4.4,0,0,1,0-6.44,4.39,4.39,0,0,1,6.16,0A4.14,4.14,0,0,1,438.67,72.29Zm-1.31,60.47H431V89.09h6.35Z' transform='translate(-35 -30.77)'/%3e%3cpath class='cls-1' d='M492,110.93a23.83,23.83,0,0,1-1.73,9.15,22,22,0,0,1-4.81,7.28,21.8,21.8,0,0,1-7.37,4.81,25.05,25.05,0,0,1-9.43,1.73,24.78,24.78,0,0,1-9.33-1.73,21.77,21.77,0,0,1-7.37-4.81,22,22,0,0,1-4.81-7.28,25.1,25.1,0,0,1,0-18.29A21.55,21.55,0,0,1,459.38,89.7,24.78,24.78,0,0,1,468.71,88a25.05,25.05,0,0,1,9.43,1.73,21.54,21.54,0,0,1,12.18,12.09A23.83,23.83,0,0,1,492,110.93Zm-6.72,0a20,20,0,0,0-1.17-6.86,16.82,16.82,0,0,0-3.31-5.6,15.68,15.68,0,0,0-5.23-3.78,16.5,16.5,0,0,0-6.91-1.4,16.18,16.18,0,0,0-6.86,1.4,15.79,15.79,0,0,0-5.18,3.78,16.78,16.78,0,0,0-3.31,5.6,20.75,20.75,0,0,0,0,13.72,16.79,16.79,0,0,0,3.31,5.6,15.24,15.24,0,0,0,5.18,3.73,16.66,16.66,0,0,0,6.86,1.35,17,17,0,0,0,6.91-1.35,15.14,15.14,0,0,0,5.23-3.73,16.83,16.83,0,0,0,3.31-5.6A20,20,0,0,0,485.33,110.93Z' transform='translate(-35 -30.77)'/%3e%3cpath class='cls-1' d='M503.9,89.09q.19,1.77.28,3.92t.09,3.55h.19a14.38,14.38,0,0,1,6.07-6.21A17.72,17.72,0,0,1,519.39,88q8.3,0,12.46,4.95T536,106v26.78h-6.35V108.59a32,32,0,0,0-.56-6.25,13.11,13.11,0,0,0-1.91-4.81,9.15,9.15,0,0,0-3.64-3.13,13,13,0,0,0-5.74-1.12,12.26,12.26,0,0,0-4.9,1,12.05,12.05,0,0,0-4.25,3.13,15.61,15.61,0,0,0-3,5.32,23.18,23.18,0,0,0-1.12,7.61v22.4H498.2V98.7q0-1.77-.09-4.57t-.28-5Z' transform='translate(-35 -30.77)'/%3e%3cpath class='cls-2' d='M277,172.2a12.1,12.1,0,0,1-.31,2.83,7.1,7.1,0,0,1-.9,2.19,4.42,4.42,0,0,1-1.42,1.42,3.58,3.58,0,0,1-1.9.5,3.63,3.63,0,0,1-1.91-.5,4.38,4.38,0,0,1-1.43-1.42,7.1,7.1,0,0,1-.9-2.19,12.06,12.06,0,0,1-.31-2.83,12.46,12.46,0,0,1,.3-2.83,7,7,0,0,1,.88-2.18,4.2,4.2,0,0,1,1.43-1.4,3.77,3.77,0,0,1,1.93-.5,3.64,3.64,0,0,1,1.9.5,4.35,4.35,0,0,1,1.42,1.4,7,7,0,0,1,.9,2.18A12.11,12.11,0,0,1,277,172.2Zm-1.77,0a11.94,11.94,0,0,0-.18-2.11,6.83,6.83,0,0,0-.52-1.72,3.26,3.26,0,0,0-.86-1.15,1.82,1.82,0,0,0-1.19-.42,1.88,1.88,0,0,0-1.21.42,3.2,3.2,0,0,0-.87,1.15,6.54,6.54,0,0,0-.51,1.72,13.35,13.35,0,0,0,0,4.22,6.54,6.54,0,0,0,.51,1.72,3.2,3.2,0,0,0,.87,1.15,1.88,1.88,0,0,0,1.21.42,1.82,1.82,0,0,0,1.19-.42,3.26,3.26,0,0,0,.86-1.15,6.83,6.83,0,0,0,.52-1.72A11.94,11.94,0,0,0,275.25,172.2Z' transform='translate(-35 -30.77)'/%3e%3cpath class='cls-2' d='M302.7,178.83l-2.24-5.9h-1.53v5.9h-1.64V165.61h3.43a4.72,4.72,0,0,1,1.38.2,3,3,0,0,1,1.13.63,3,3,0,0,1,.77,1.12,4.42,4.42,0,0,1,.28,1.66,4.28,4.28,0,0,1-.21,1.4,3.5,3.5,0,0,1-.54,1,2.79,2.79,0,0,1-.73.66,2.34,2.34,0,0,1-.77.32l2.48,6.22Zm-.11-9.55a2.82,2.82,0,0,0-.19-1.11,1.93,1.93,0,0,0-.49-.69,1.68,1.68,0,0,0-.69-.37,3.09,3.09,0,0,0-.78-.1h-1.51v4.61h1.55A2,2,0,0,0,302,171,2.43,2.43,0,0,0,302.59,169.28Z' transform='translate(-35 -30.77)'/%3e%3cpath class='cls-2' d='M324.4,178.83V165.61h1.68v13.22Z' transform='translate(-35 -30.77)'/%3e%3cpath class='cls-2' d='M351,165.29a4.33,4.33,0,0,1,1.89.39,3.4,3.4,0,0,1,1.36,1.2l-1,1.14a2.82,2.82,0,0,0-1-.9,2.4,2.4,0,0,0-1.18-.3,2.07,2.07,0,0,0-1.32.43,3.39,3.39,0,0,0-.92,1.17,6.26,6.26,0,0,0-.55,1.72,11.56,11.56,0,0,0-.18,2.06,10.81,10.81,0,0,0,.2,2.12,6.18,6.18,0,0,0,.58,1.7,3.18,3.18,0,0,0,1,1.13,2.29,2.29,0,0,0,1.36.41,2.44,2.44,0,0,0,1.59-.45V173h-1.74v-1.46h3.36V178a4.59,4.59,0,0,1-1.35.78,5.47,5.47,0,0,1-1.9.29,4.15,4.15,0,0,1-2-.49,4.49,4.49,0,0,1-1.52-1.39,6.62,6.62,0,0,1-1-2.17,12.22,12.22,0,0,1,0-5.57,7.26,7.26,0,0,1,.92-2.19,4.51,4.51,0,0,1,1.47-1.45A3.74,3.74,0,0,1,351,165.29Z' transform='translate(-35 -30.77)'/%3e%3cpath class='cls-2' d='M375,178.83V165.61h1.68v13.22Z' transform='translate(-35 -30.77)'/%3e%3cpath class='cls-2' d='M403.31,178.83l-4.22-10.25H399v10.25h-1.55V165.61h2l4.17,10.27h.06V165.61h1.55v13.22Z' transform='translate(-35 -30.77)'/%3e%3cpath class='cls-2' d='M431.85,178.83l-.75-3.1h-3.83l-.77,3.1h-1.7l3.32-13.22h2.22l3.25,13.22Zm-2.6-11.65h-.08l-1.68,7.23h3.38Z' transform='translate(-35 -30.77)'/%3e%3cpath class='cls-2' d='M453.15,178.83V165.61h1.68v11.65h3.74v1.57Z' transform='translate(-35 -30.77)'/%3e%3cpath class='cls-2' d='M484,175.32a4.43,4.43,0,0,1-.28,1.62,3.53,3.53,0,0,1-.76,1.2,3.26,3.26,0,0,1-1.13.75,3.74,3.74,0,0,1-1.4.26,4.5,4.5,0,0,1-1.91-.42,3.86,3.86,0,0,1-1.45-1.11l1-1.21a3,3,0,0,0,1.07.88,2.91,2.91,0,0,0,1.3.32,1.84,1.84,0,0,0,1.38-.56,2.25,2.25,0,0,0,.54-1.62,2.18,2.18,0,0,0-.17-.89,2.33,2.33,0,0,0-.47-.69,4,4,0,0,0-.68-.56,8,8,0,0,0-.83-.48,7.71,7.71,0,0,1-1-.59,4.44,4.44,0,0,1-.85-.76,3.19,3.19,0,0,1-.59-1,4,4,0,0,1-.22-1.39,4.26,4.26,0,0,1,.3-1.66,3.39,3.39,0,0,1,.79-1.18,3.16,3.16,0,0,1,1.13-.69,3.86,3.86,0,0,1,1.29-.22,4.39,4.39,0,0,1,1.71.32,3.14,3.14,0,0,1,1.26,1l-1,1.19a2.27,2.27,0,0,0-1.91-.93,2.11,2.11,0,0,0-.7.12,1.72,1.72,0,0,0-.63.39,2,2,0,0,0-.45.68,2.62,2.62,0,0,0-.17,1,2.17,2.17,0,0,0,.16.87,2.3,2.3,0,0,0,.43.65,3.44,3.44,0,0,0,.63.52,7.42,7.42,0,0,0,.77.44,10.56,10.56,0,0,1,1,.59,4.73,4.73,0,0,1,.92.78,3.58,3.58,0,0,1,.66,1.05A3.65,3.65,0,0,1,484,175.32Z' transform='translate(-35 -30.77)'/%3e%3cpath class='cls-3' d='M195.65,132.82c-1.5,1.16-3,2.27-4.56,3.28a34.41,34.41,0,0,0-3.64,2.72,26.19,26.19,0,0,0-4.49,2.31l-1.22.83c-.15.07-.62.32-.84.42l-1.95.89-1.51.72.29.68.14.11-.06.06.06-.06.27.27-.33-.21-.07-.17-.62-.51c-1,.51-2,1-3,1.57.23-.62.45-1.25.69-1.86a10.82,10.82,0,0,0,.63-2.73c.07-.59.13-1.19.2-1.78.09-.78.24-1.59,0-.05.33-1.8.62-3.62.92-5.43a37.29,37.29,0,0,0,0-10.82c-.24-1.89,0-3.69-.19-5.58,0-.09,0-.18,0-.26l-.22.17-.19-.5.35-.12c-.19-1.38-.6-2.77-.82-4.14-.28-1.77-.47-3.64-.91-5.38a14.36,14.36,0,0,0-1.05-2.46l-.53-1.13s0,0,0,0a6.43,6.43,0,0,0-.15-.82,31.4,31.4,0,0,0-3.48-10c-1-1.7-2-3.38-3.05-5.07-.77-1.29-1.82-2.39-2.63-3.65-1.28-2-2.5-4.11-4-6,.5-1.3,1-2.61,1.47-3.93.31-.85.56-1.69.8-2.56.09-.32.26-.71.36-1.08-.19.66-.63,1.21-.33.5l.41-1s0,0,0,0,0,0,0,0l.1-.24c1-2.33,2.18-4.85,2.45-7.4,0-.31.25-3.14.2-3.4l0-.27a1.89,1.89,0,0,1,.45-2.55c.25-2.08-.24-4.26-.11-6.38a5.5,5.5,0,0,0-.6-3c-.27-.6-.52-1.2-.8-1.79l0,.08,0-.09-.06-.13c-.16-.34-.11-.55,0-.09l-.15-.65a12.23,12.23,0,0,0-2.91-6c-.71-.8-1.6-1.47-2.37-2.22s-1.48-1.69-2.32-2.39c-1.61-1.33-4-1.8-6-2.19a27.65,27.65,0,0,0-12.2.31l-.73.18,0,.06,0,0A35.83,35.83,0,0,0,130.95,34l-.28.13-1,.34-1.76,2.29c0-.57,0-1.17,0-1.64a18.16,18.16,0,0,0-3.11,1.66c-.64.43-1.3.85-1.93,1.28,1.36-.93,1.18-.72-.19-.22A14.08,14.08,0,0,0,118.46,40c-1.35,1.07-2.71,2.12-4,3.26-.51.44-1,.89-1.51,1.35-2.23,1.66-4.56,3.18-6.71,4.95a43.7,43.7,0,0,0-3.62,3.38l-.1.15,0,0-.49.51h-1.76c-3.54-.07-6.79.94-10.29,1.18A46.81,46.81,0,0,0,79.85,57a14.78,14.78,0,0,0-2.63,1c-.53.28-1,.6-1.57.89l-.43.24A17.06,17.06,0,0,0,68.87,62c-4.36,2.88-9,6.23-12.31,10.25-1.16,1.41-2.29,2.84-3.38,4.3,1.34-1.66,1.41-1.16.26.07L52.1,78l-.38.53c-.25.36-.52.72-.76,1.09.36-.55.69-1,1-1.47a38.39,38.39,0,0,0-3.43,4.07A77.75,77.75,0,0,0,41.45,94.6c-1.47,3.21-3.11,6.27-4.45,9.53.77,1.47,1.66,3,0,4.62-.11.11.13.58.25.92l.08,0-.05.05.05-.05.13.14-.18-.09,0-.07a2.82,2.82,0,0,1-1.19-.5c0,.14,0,.27,0,.41a3.75,3.75,0,0,0,0,.73h0a54.43,54.43,0,0,0-.92,5.45,35.37,35.37,0,0,0,.7,10.41c.3,1.68.27,3.54.68,5.18a11.14,11.14,0,0,0,1.34,2.58c.22.39.43.79.67,1.17-.69-1.09.08.26.23.68a30.59,30.59,0,0,0,5,9.19c.6.7,1.3,1.36,1.85,2.1s1,1.84,1.67,2.64c.94,1.16,2.5,1.67,3.53,2.78.51.55.93,1.23,1.43,1.81l-.06-.18a2.31,2.31,0,0,1,.35,0s.06.09.09.14l-.31.12a5,5,0,0,0,.4.4,6.71,6.71,0,0,0,1.16.79,13.74,13.74,0,0,0-.1,2.06,29.14,29.14,0,0,0,.79,5.11c.09.39.16.78.22,1.18l.08.1-.05,0c.18,1.21.28,2.43.56,3.61.32,1.35,1,2.64,1.47,4A24.57,24.57,0,0,0,59,176.76c.82,1.39,1.31,2.9,2.06,4.33.08.15.17.3.26.45l1.28-3.41.59.25-.62,4.35h-.52c.43.64.88,1.28,1.3,1.91a18.28,18.28,0,0,0,1.52,2.3,15.83,15.83,0,0,0,2,1.58c1.24,1,1.87,2.34,3,3.43,2.25,2.25,5.56,3.88,8.32,5.41,1.22.68,2.64.87,3.91,1.43,1.61.72,2.76,1.58,4.49,1.94,3.18.66,6.23,2.13,9.5,2.39s6.71-.08,10-.08c1.37,0,2.73.26,4.09.22a31.26,31.26,0,0,0,5.15-.59c1.58-.31,3.19-.54,4.74-.95a13.81,13.81,0,0,0,2.84-1.28,8.54,8.54,0,0,0,1.16-.59h0a50.37,50.37,0,0,0,9.85-4.08,57.19,57.19,0,0,0,4.94-2.93c.65-.44,1.39-.85,2-1.34l1.42-.83a49.17,49.17,0,0,0,4.75-3.25c2.85-2.17,4.86-4.88,7.12-7.56.36-.43.74-.85,1.11-1.27l.83-.89c1.1-1.18,2.22-2.34,3.32-3.52a36.35,36.35,0,0,0,6.05-8.87,43.86,43.86,0,0,0,4.2-6.88l-1.48-.15.68-2.38.51-.23.73,1.8.08-.17.67-.31a36.64,36.64,0,0,0,5.54-3.17,5.39,5.39,0,0,0,1.32-.57,17,17,0,0,0,4.71-2.85l1.5-1.26.11-.06c.51-.28,1-.63,1.5-.94l.14-.1.44-2.56.46.08-.18,2c1.1-.76,2.14-1.58,3.2-2.4A29.21,29.21,0,0,0,198.19,135c.33-.71,1.3-2.5.5-3.17S196.12,132.45,195.65,132.82ZM175.51,128l.53,0,.14,1.65-.67,0Zm-.15,8.87.14.16-.16.14c0-.05-.13-.11-.13-.16S175.31,136.88,175.36,136.83ZM164.9,59.59,165,59C165,59.31,164.74,60.44,164.9,59.59ZM36.69,129.16l-.49-.28.63-1.24.3.1Zm1.1-10.36-.13-.15c.05,0,.1-.12.15-.12s.09.09.13.14Zm.9-.9c0-.05-.12-.1-.12-.15s.09-.09.14-.14l.13.15Zm-.1-5.57s.08-.08.12-.12l.11.13-.13.12S38.57,112.37,38.58,112.33Zm0-3.53a1.82,1.82,0,0,1,0-.35s.09-.09.14-.13l.15.35Zm.52,8.2c0-.05-.12-.1-.12-.15s.09-.09.14-.13.12.1.12.15S39.18,117,39.13,117Zm1.28-3.27.09-.14.06.16Zm1.43,23.52s-.09-.09-.14-.14.11-.12.15-.12.09.09.14.14S41.89,137.25,41.84,137.25Zm.27-26.94.06.16H42Zm.18,25.59a.19.19,0,0,1-.12-.14s.09-.09.14-.13l.13.15C42.38,135.82,42.33,135.9,42.28,135.9Zm.77,5.61-.15,0-.16.09s.07-.09.11-.09h.05l.08,0,.05.05-.05-.06.11-.34Zm.58-2.45c0-.05-.12-.1-.12-.15s.09-.09.14-.14.12.1.12.15S43.68,139,43.63,139.06ZM45,96.72s-.08-.08-.12-.13.1-.1.14-.1.08.08.12.13S45,96.72,45,96.72Zm1.38,34.62-.13-.08.15-.06Zm.35-31.11.09-.15.06.16Zm116.68,3.9.11.13s-.1.1-.14.1-.08-.08-.11-.12Zm-.08,12.52.33,0-.25,3.6-.66-.09Zm.62,10.13-.53.15-.29-1.13Zm-1.43-5.56c0,.05.12.1.12.15s-.09.09-.14.13-.12-.1-.12-.15S162.46,121.26,162.51,121.21Zm-.46-4.94.12.15-.14.13s-.12-.1-.11-.15S162,116.32,162.05,116.27ZM161,91l.11.13-.13.12s-.11-.09-.1-.13S160.91,91,161,91Zm-1.11,5.74.13.74-.28,0-.09-.74ZM162.16,66h0l-.11.07-.15,0h0l-.07.07,0,0h0l0,0,.07-.07c-.16,0-.24,0,0,0L162,66l0,.05,0,0h.17C162.33,66,162.42,66,162.16,66Zm0,0Zm2.51-5.7c-.32.15-.66.28-1,.41l-.16-.47c.34-.1.69-.2,1-.28A1.62,1.62,0,0,1,164.71,60.29Zm-.43-1.35-.26.16a2,2,0,0,1-.06-.38s.1-.1.15-.15Zm-1.1-1.28h.9v.18h-.9Zm0,.86s.09.09.14.14l-.16.14-.14-.16C163.1,58.6,163.16,58.51,163.21,58.52Zm-.47,1.55-.73.13,0-.34h.73Zm-.93-2.79c.09,0,.18.12.27.18s-.11.13-.15.13a2.15,2.15,0,0,1-.37-.12C161.65,57.39,161.73,57.27,161.81,57.28Zm-.74,5-.13.12s-.11-.09-.1-.13.08-.08.12-.12ZM160,45.08l.21.29-.23.25a2.21,2.21,0,0,1-.13-.38S160,45.13,160,45.08Zm0,.84.91.37-.15.38-1-.41Zm-.18,5.15s-.2.24-.23.22a1.34,1.34,0,0,1-.41-.36s.11-.21.2-.35A6.33,6.33,0,0,1,159.83,51.07Zm-.41.93-.08.13-.05-.14Zm-.25-5.21.13.16-.15.13c0-.05-.12-.11-.12-.15S159.11,46.84,159.16,46.8Zm-1.52,1.71a1.62,1.62,0,0,1,.19-.27l.13.35a1.7,1.7,0,0,1-.26.09S157.62,48.55,157.64,48.51Zm.19,25c-.1.08-.18.2-.26.2s-.19-.12-.28-.19.11-.14.15-.13A2.22,2.22,0,0,1,157.83,73.47Zm-.62-37.15.22,0,.14,1.05h-.36Zm-1,2.09s.08.08.12.12-.09.11-.13.1-.08-.08-.12-.12S156.14,38.4,156.19,38.4Zm0,11.26s.08.08.12.12-.09.11-.13.1-.08-.08-.12-.12S156.14,49.66,156.18,49.66Zm-.11,28.78-.08.13-.06-.15Zm-.52-41.54.14.16-.15.14c0-.05-.13-.11-.12-.16S155.5,36.94,155.55,36.9Zm-.06,14.4.3.32-.84.65-.22-.26Zm-.07,24.16-.14.11s-.11-.09-.1-.13.08-.08.13-.11ZM155,77.69s-.08.07-.12.11-.1-.09-.1-.13.08-.07.12-.11S155,77.65,155,77.69Zm-.31,2,.17.36-.26.17a2,2,0,0,1-.06-.38C154.5,79.82,154.6,79.77,154.65,79.72Zm-3.18-2.1c.11-1.55.11-1.55,2.18-.76Zm.52,3.95c-.09.08-.18.2-.25.19s-.18-.12-.27-.18.11-.13.15-.12A2.08,2.08,0,0,1,152,81.57Zm-.64-8.51s.09-.1.14-.14.13.11.13.16-.09.1-.14.14S151.35,73.11,151.35,73.06Zm2.08,1.81-.15.13c0-.05-.12-.1-.12-.15s.09-.09.14-.13Zm-.05-18.35s.08-.08.12-.11l.11.13-.13.11S153.37,56.56,153.38,56.52ZM153,72s-.08-.08-.12-.12l.13-.11.12.13S153.09,72,153,72Zm.56,2s.09-.09.14-.13.12.1.12.15-.09.09-.14.13S153.61,74,153.61,73.95Zm.25,23.56a1.86,1.86,0,0,1,0-.36s.09-.09.14-.13l.15.35Zm.19,2.7s-.09.1-.13.1-.08-.08-.11-.12.09-.1.13-.1S154,100.17,154.05,100.21Zm-.81-45.32.06.06.75-1.36v2.05l-.75-.69h0l-.06-.06.06.06-.2.32Zm-3.31-11.48,0,.13-.13-.08Zm.47,1,.13.59,0,.09.7,2.19-.39.16a16.1,16.1,0,0,1-1.09-2.14C149.66,45.08,150.16,44.69,150.4,44.38Zm-1.85,3.9.13.15-.15.13c0-.05-.12-.1-.12-.15S148.5,48.33,148.55,48.28Zm-.45.89c0,.05.12.11.12.15s-.09.09-.14.14-.12-.11-.12-.16S148.05,49.22,148.1,49.17Zm-.59-9.91-.09.14-.06-.16Zm-.11,8.36-.26.76-.17-.73Zm-.28-8.7c.08.08.25.19.23.24a2.5,2.5,0,0,1-.27.49l-.4-.25Zm-1.78,8.4h0l0,0,.07-.11.06.06-.06-.05.35-.14-.29.2-.13,0h0l-.08.12h0l.08-.12Zm0-16.12s.08.08.12.12-.09.11-.14.1-.08-.08-.12-.12S145.34,31.19,145.39,31.2Zm-4.83,4.91a2.34,2.34,0,0,1,.37.14c-.1.07-.2.17-.29.18s-.15-.13-.23-.2S140.51,36.1,140.55,36.11Zm-.31,7.65a2.13,2.13,0,0,1,.12.37s-.09.09-.15.14a2.17,2.17,0,0,1-.12-.37S140.19,43.81,140.24,43.76Zm-2-4.25.17.71-.44,0Zm-2.74-3.8.06.16-.15,0ZM134,35.23l.39.4-.57.36Zm.26,1.5s-.1.12-.15.12-.09-.09-.13-.14.1-.12.15-.12S134.23,36.68,134.27,36.73Zm-.32-.28s.09.09.13.14-.11.13-.15.12-.09-.09-.13-.14S133.91,36.45,134,36.45Zm-1.27,2.09,1.79,2.68h.07l0,0h0v.1l.25.67-.33,0q0-.35.08-.7l0-.06,0-.05C133.11,41,132.27,40.36,132.69,38.54Zm.69,6.63a1.34,1.34,0,0,1-.29,0l.08-.38a1.26,1.26,0,0,1,.23.21A.23.23,0,0,1,133.37,45.17Zm-1.48-4.09.13.15c-.05,0-.1.13-.15.12s-.09-.09-.14-.14Zm-2.25,3.41.16-.34-.1.4-.13.1-.32.74-.33-.26.66-.48.07-.16.05.05Zm-.2-8,.13.15-.15.13c0-.05-.12-.1-.12-.15S129.39,36.49,129.44,36.45Zm-.57,2s.09-.06.14-.09l.14.36-.27.09A2.41,2.41,0,0,1,128.87,38.45Zm-1.74.78c.08.1.21.19.21.27s-.13.2-.2.29c0-.05-.14-.11-.14-.16A2.34,2.34,0,0,1,127.13,39.23ZM123.63,46l0,.14-.13-.08Zm-1.43-5.89.14.09-.15.07Zm-2.4,2.45-.09.13-.05-.15Zm-4.92,5.85.13,1.23-.38.14-.3-1.26Zm-1.26-2,.82,2.05h-1.36l-.07.08,0-.08h-.34Zm-.35,2.77c-.1.08-.19.21-.27.2s-.19-.12-.29-.19.11-.14.16-.14A2.29,2.29,0,0,1,113.27,49.15Zm-.41.77.45,0-.07,1.47-.57-.06ZM110.52,54l.09-.08a4.46,4.46,0,0,1,.83-.77l.26-.2.2-.18-.14.14.74-.57.31-.13a27.66,27.66,0,0,0,5.53-2.87l.62-.2,0-.73.26,0,.05.66c1-.31,1.93-.63,2.87-1,.75-.31,1.51-.62,2.25-1,.43-.07.87-.23,1.29-.33a32.05,32.05,0,0,1,8.7-1.39c.52,0,1,0,1.57.1l-.42-1,0,0h0V43.29l.44.11-.44.93v.05l.89,1.08c.71.08,1.43.18,2.12.3s1.54.27,2.3.44l.31.18c.52.27,1.1.47,1.63.7,1.49.64,2.31,1.75,3.46,2.9.89.89,1.93,1.67,2.75,2.62.59.68,1,1.51,1.58,2.2a3,3,0,0,1,.25.34l.21.93a25.08,25.08,0,0,0,1.69,4.9c.08.19.21.4.31.62a2.81,2.81,0,0,0-.12.55,11.72,11.72,0,0,0-.15,1.46l.56.39-.58.5c0,.15,0,.31,0,.45,0,.66.13,1.33.2,2a4.75,4.75,0,0,0,.14,1.37s0,0,0,0c-.17.92-.34,1.83-.48,2.74A20.07,20.07,0,0,0,150,69.29l0,.05-.25.22.19-.28.06.06-.06-.06,0,0-.43-.28c-1.53-1-3-2.22-4.51-3.28a47.12,47.12,0,0,0-4.35-2.22A33.86,33.86,0,0,0,136,60.91c-1.65-.61-3.15-1.52-4.78-2.16a46.92,46.92,0,0,0-4.72-1.39c-1.82-.5-3.5-1.29-5.3-1.82a33,33,0,0,0-5-.55c-2-.26-3.86-.64-5.79-1Zm39.69,22.7.13.74-.34,0v-.74Zm-.2-3.63s.09-.09.14-.14.13.1.12.15-.09.09-.14.14S150,73.1,150,73.05Zm-.13,2.1-.27.16a2,2,0,0,1-.05-.38c0-.05.1-.1.15-.15Zm-1,18.65-.13,0,.08-.13Zm-.14-23.46-.28.1a2.47,2.47,0,0,1,0-.38s.1-.06.15-.09Zm-1.65,19.47,0,.05-.09.21Zm-.62-19.1c0,.1-.12.19-.19.28s-.14-.11-.13-.15a2.24,2.24,0,0,1,.12-.38C146.32,70.55,146.45,70.64,146.44,70.72Zm-.93.68s-.09.09-.14.13-.12-.1-.12-.15.09-.09.14-.13S145.52,71.35,145.52,71.39Zm-2.13-4.86h.32l-.11.76v0l0,0,.38-.14-.4.16v0Zm.66,2.91.13.15-.15.13s-.12-.1-.12-.15S144,69.49,144.05,69.44Zm-2-4,.09-.39a1.24,1.24,0,0,1,.23.21.23.23,0,0,1,0,.18A1.46,1.46,0,0,1,142.09,65.47Zm.08,4-.15.13c0-.05-.12-.1-.12-.15s.09-.09.14-.13Zm-.43,1.1c0,.1-.12.19-.19.29s-.14-.11-.13-.16a2.27,2.27,0,0,1,.12-.4C141.62,70.4,141.75,70.49,141.75,70.57Zm-.54-2.08,0,.15-.15-.09Zm-.42,1-.35.17-.16-.26a2,2,0,0,1,.37-.06S140.73,69.42,140.78,69.47ZM140,71.09l-.27.17a2,2,0,0,1-.06-.39c0-.05.1-.1.15-.15Zm-2.71,9.67.14.09-.16.06Zm-.38-5.3-.93-1,.44-.46,1,.87Zm-2.17-7.37s.08-.08.13-.12l.11.14s-.09.11-.13.11A.16.16,0,0,1,134.71,68.1Zm.1,2.2-.26.27-.06-.06Zm.29,5.87.46.22-.51.54-.22-.13Zm-7.61-7.92s-.1.1-.14.1-.08-.08-.11-.12l.14-.11Zm-5-2.48-.49.73-2.25-1.85.39-.51ZM118,61c-.11.07-.2.18-.3.18s-.15-.13-.22-.2.11-.12.15-.11A2.39,2.39,0,0,1,118,61Zm-3.25-.53s-.09.1-.13.1-.07-.08-.11-.12.09-.1.13-.1S114.66,60.43,114.7,60.47Zm-1.33,10.34c-.05,0-.1.13-.15.12s-.09-.09-.13-.14.1-.13.15-.12S113.32,70.76,113.37,70.81Zm-1.08-.46c.08.1.21.18.2.26s-.12.19-.19.28-.14-.11-.14-.15A2.29,2.29,0,0,1,112.28,70.35ZM112.19,69c.05,0,.11-.13.15-.12s.09.09.13.14-.11.13-.15.12S112.24,69,112.19,69Zm-1.07-14.64a2.06,2.06,0,0,1-.13.34c-.06-.1-.17-.19-.17-.28s.12-.15.19-.22S111.13,54.31,111.12,54.35Zm-.83-4.23s.08.08.11.12-.09.11-.13.1-.08-.08-.11-.12S110.25,50.12,110.29,50.12Zm-1.36-1.8,1,.9-.25.32-1-.86Zm.13,5.51s-.1.12-.15.11-.09-.09-.13-.14l.15-.12Zm-1,12.5.05.15-.14,0Zm-1.67-13.4-.15.13s-.12-.1-.12-.15.09-.09.14-.13Zm-.34-.26s.07.08.11.12-.09.1-.13.1-.07-.08-.11-.12S106,52.68,106,52.68Zm-.25-.78.12.14-.14.12s-.11-.1-.11-.14S105.73,51.94,105.77,51.9Zm-2.16,8.78a1.71,1.71,0,0,1,.19-.28l.14.36a1.78,1.78,0,0,1-.27.09S103.59,60.72,103.61,60.68ZM100.12,55c.08.1.21.19.2.27s-.12.19-.19.29-.14-.11-.13-.16A2.29,2.29,0,0,1,100.12,55Zm-.24,1.26,1.16.13h.06l1.27-.74.2.59-1.48.15H101l-1.16.21Zm2.67,2s-.1.12-.15.12-.09-.09-.13-.14.1-.12.15-.12S102.51,58.16,102.56,58.21Zm-.89,0c-.05,0-.11.13-.16.13s-.09-.09-.14-.14l.16-.14Zm-1.37,9.45-.14.12s-.11-.1-.11-.14.08-.08.13-.12Zm-6.05-8.55.71.05-.61,3.68-.76-.12ZM91.9,67.7l.1-.09,0,0,0,0c0-.43.08-.84.12-1.26l.1-.18.18-1,.35.1-.53.91,0,.24h0c0,.42-.09.83-.14,1.24l-.14.05-.42.39a1,1,0,0,1,0-.2Zm-3-2.86L89,65l-.14,0ZM88,57.18l.11.14s-.09.11-.13.11a.16.16,0,0,1-.11-.12S88,57.21,88,57.18ZM86.43,65l.05.15-.14,0Zm-1.15.82.19,2.68-.52.07L84.08,66Zm-3.22-5.37a2.31,2.31,0,0,1,.37.14c-.1.07-.2.18-.3.18s-.16-.13-.23-.2S82,60.41,82.05,60.42Zm.77,1.42c0,.18.17.49.13.51a6.32,6.32,0,0,1-1.11.32Zm-2.7-4.27L80.74,59l-.25.23-.71-1.55Zm-3.72,6.92.36,1.16.1.06h.33l-.39.06,0-.12-.87-.57Zm-.51,2.13.08,0,.07-.08,0,0,0,0,.09,0,.08-.24.16.16-.24.08,0,.09-.13,0-.13.17S75.86,66.63,75.9,66.62ZM71,65.21s.09-.06.14-.09l.13.35-.28.08A2.28,2.28,0,0,1,71,65.21Zm-12.5,7.4.06.16h-.15Zm0,1.34.13.15-.15.13c0-.05-.12-.1-.12-.15S58.46,74,58.51,73.94Zm-.11,1.14h0l-.06,0-.41.12v.08l-.06-.06.06.06-.29.23.23-.29.07,0,0-.25.38.13.12,0v.05l.68,0-1,1.16,0,.1,0,0,0,0c0,.4-.09.79-.14,1.19l-.06-.06.06.06-.35.18.29-.24.17-1.16.06-.07.32-1.19Zm-1.56.36c-.05,0-.11.13-.15.13s-.09-.09-.14-.14l.16-.14Zm-.33-3,.11.14-.13.12s-.11-.09-.1-.14S56.47,72.51,56.52,72.47ZM49.38,92.94c-.19.51-.14.34,0,0Zm-1.45,55.89-.06-.16H48ZM48,116l.14-.36.06.06-.06-.06.2-.13-.14.19Zm.35,15.21.09-.15.06.16Zm.07-.82s-.11-.09-.1-.13.08-.08.12-.12l.11.14Zm1.77-4.11-.17,0,0-.16-.75-.81.43-.3.32,1.11.1.11h0l.11,0h0C50.48,126.35,50.35,126.3,50.15,126.23Zm0-4.53.08-.13.06.15ZM51,133.37a2.54,2.54,0,0,1,0-.39s.1-.07.15-.1l.14.39Zm.33-8.91-.23.07v-.3l-.3-.06h.3v-.61l0,0,0,0,0,0-.38.1.42-.14v.07l.53.8-.28.09,0,.06Zm.18,9.91,0-.16.14.1Zm.94-3.54s-.12-.1-.12-.15.09-.09.14-.13.12.1.12.15S52.49,130.79,52.44,130.84Zm1.55,9.1-.06-.16h.16Zm.71,1.71c0-.05-.13-.1-.13-.15s.09-.09.14-.14.13.1.13.15S54.75,141.6,54.7,141.65Zm1.66,0-.61-2.53.84-.1L57,141.5Zm-.44-6,.14-.12.12.14s-.1.12-.14.11S56,135.68,55.92,135.63Zm1.69-.14c-1.21-.62-3.18-.15-2.21-2.57.16-.39-.57-1.09-.8-1.69a9.2,9.2,0,0,1-.32-1.46l.8-.07C55.62,131.68,59.41,132.07,57.61,135.49Zm.11-3.92s.09-.09.14-.13l.13.15c-.05,0-.1.12-.15.12A.18.18,0,0,1,57.72,131.57Zm1,38.42c0-.05-.13-.11-.13-.16s.09-.09.15-.14l.14.16Zm.2-27.33c0-.05-.13-.11-.13-.16s.1-.1.15-.14.13.11.13.16S59,142.62,58.94,142.67Zm0-11.72s-.09-.09-.14-.14.11-.13.16-.13.09.09.14.14S59,131,58.93,131Zm.47,13.94s-.09-.09-.14-.14l.15-.13.14.15C59.51,144.82,59.45,144.9,59.41,144.89Zm.31,22.21.71-.17,0,.43Zm0-33.6.14-.05,0,.13Zm.54-12.94.18-.29-.12.35-.23.29.17-.35.06.06Zm-.07,20s-.08.07-.12.11-.11-.09-.1-.13.08-.07.12-.11S60.22,140.55,60.22,140.59Zm.24,15.22-.42-.9.27-.16.56.85Zm.41-37.49-.74-.54v0a1.3,1.3,0,0,0,0,.15s0-.08,0-.12v0a93.16,93.16,0,0,0-3.46,10.26c-.26.85-.51,1.72-.74,2.6l-.34-.43a31.08,31.08,0,0,1-2.22-3.57c-.44-.76-.83-1.55-1.28-2.3.1.18,0,.06-.12-.2l-.08-.13.07.11c0-.09-.08-.19-.12-.3l-.67-1.82a13.32,13.32,0,0,0-.93-2.06l-.82-1.43c-.08-.14-.17-.35-.27-.51a24.51,24.51,0,0,0-.7-5.14c-.29-1.64-.47-3.28-.62-4.95a21,21,0,0,1-.14-4.55c.07-.52.14-1,.2-1.56l-.05.13.05-.14,0-.21c.11-1,.17-.34,0,.19a16.76,16.76,0,0,0,.59-3,14.18,14.18,0,0,0,.23-2.68c0-.5,0-1,0-1.53a11.65,11.65,0,0,0,.76-1.85l.16-.32.92-1.73c.67-1.29,1.29-2.61,1.9-3.93.36-.77.73-1.55,1.06-2.33l.58-.92c.38-.59.73-1.2,1.09-1.8a43.75,43.75,0,0,0,3.13-3.93l.26-.37q2-1.53,4.15-3a19.66,19.66,0,0,0,3.72-1.23,14.5,14.5,0,0,0,2.44-1.39l.08-.07.93-.29a59.78,59.78,0,0,1,8.52-2,16.94,16.94,0,0,1,1.78-.14l.07-.12c0-.1,0-.2.07-.3l.05.05-.05-.05.17-.3-.11.36-.13.24,0,.12a13.51,13.51,0,0,0,2.11-.2,29.32,29.32,0,0,1,4.41-.81c.64,0,1.28,0,1.91-.06l-.46.66L88.1,69a50.57,50.57,0,0,0-3.5,4.3c-.5.69-1,1.38-1.48,2.09l-.13.2c-2.34,3-4.49,6.18-6.62,9.36-1.33,2-2.56,4-3.73,6.08l-.93,1.16-.84,1.19,0,0c-.43.59-.84,1.19-1.22,1.81a23.57,23.57,0,0,0-2.22,5.31A33.27,33.27,0,0,0,65,105.18c-.37.93-.75,1.86-1.1,2.8,1.1-2.93-.2.28-.58,1.12-.72,1.57-1.42,3.15-2.06,4.76a24,24,0,0,0-.88,2.94c.18-.31.32-.33.14.07l-.2.45.79.65Zm21.6-41.51s-.08.08-.13.12-.11-.09-.1-.14.08-.08.12-.12S82.47,76.77,82.47,76.81Zm-9,18c-.05,0-.11.13-.15.12s-.09-.09-.13-.14l.15-.13Zm-3.71,11.75.3.18-.36-.12-.28-.23.34.17-.06.06ZM67.43,110l-.13.11s-.1-.09-.1-.13.08-.07.12-.11Zm-1.07,6.89h0v-.1h0v.1l.1.08-.05.05,0,0,.18.31L66.4,117h0Zm-.22,19.68s.08.08.12.12-.09.1-.13.1-.08-.08-.12-.12S66.1,136.55,66.14,136.56ZM66,107.39s.09-.1.14-.1.08.08.11.12l-.14.11Zm-.36,41.32-.15.14c0-.05-.13-.11-.12-.15a.19.19,0,0,1,.14-.13S65.6,148.65,65.65,148.7ZM65,112.36c0-.05-.13-.1-.13-.15s.09-.09.14-.14l.14.15Zm.14,7.07s-.09.09-.14.13-.12-.11-.12-.16.09-.09.14-.13S65.18,119.38,65.18,119.43ZM65,121.56s.08.08.12.12-.09.11-.14.1-.08-.08-.12-.12S65,121.56,65,121.56ZM65,145c.08.1.21.18.2.26s-.12.19-.19.28-.13-.11-.13-.16A2.18,2.18,0,0,1,65,145Zm-.35-21.48-.15,0,.09-.15Zm-.78,24.93.32.11-.39,0h0l-.2-.31.27.25,0,0Zm-2.69,4.1c0-.05-.13-.11-.12-.15s.09-.09.14-.13l.13.15Zm.49,1.73-.14-.09.16-.06Zm.8-13.1s-.1-.09-.15-.14l.29-.21.24.23A2.06,2.06,0,0,1,62.48,141.2Zm.31-.93s-.09-.09-.14-.14.1-.13.15-.12.09.09.14.14S62.84,140.28,62.79,140.27Zm-1.42-.79-.08-.8,2-.11.08.5Zm2.37,13.35-.15-.09.16-.06Zm.19,24-.14-.09.16-.06Zm1.76-7.15s-.12-.1-.11-.14a.17.17,0,0,1,.13-.11s.08.09.12.13Zm-.14-1.34-.43-.26.59-2.31.41.11Zm.53-15.64-1.45-1.06-.19,0,.07-.06-.07.07-.34-.09.4,0,.12.09,1.79.26Zm.47-2.7a1.51,1.51,0,0,1-.31,0l.09-.42a1.34,1.34,0,0,1,.25.23A.25.25,0,0,1,66.55,150ZM66,146.86v0l0,0,0,0v0l.15.8-.33,0c.06-.26.12-.51.18-.77v-.07l0,0,.19-1,.51.27Zm.85,1.06a.18.18,0,0,1-.12-.14s.09-.09.14-.13l.13.15S66.89,147.92,66.84,147.92Zm.45,9.93c0-.05-.13-.11-.13-.16s.09-.09.15-.14.13.11.13.16S67.34,157.8,67.29,157.85Zm.33-13.23s.1-.12.15-.11.08.09.13.14-.1.12-.15.11S67.66,144.67,67.62,144.62Zm.1,5.49.42-.67.27.28a1.72,1.72,0,0,1-.29.48C68.06,150.26,67.85,150.15,67.72,150.11Zm.86,5.65s.09.09.14.15l-.35.16-.16-.26A1.94,1.94,0,0,1,68.58,155.76Zm0,4.31-.41-.65c.14,0,.33-.14.39-.09a1.64,1.64,0,0,1,.27.47Zm.5-1.35s-.09-.09-.13-.14.1-.12.15-.12.09.09.13.14S69.14,158.73,69.09,158.72Zm1.53-.76c-2.31-.91,1.5-2-.74-2.74l0,0-.05-.05.05.05-.28.27.22-.33h0l.08,0,.68-1.38.66.19Zm-.89-10.26,3.26-.9-1.63,2.28Zm2.26,5h0l0,.11,0-.11-.1.09h0l.1-.09,0-.15,0,0,0-.05.13-.34-.07.41Zm.25,2c0-.05-.13-.11-.13-.16s.09-.09.15-.14l.14.16Zm2.25,27-.05-.15.14,0Zm2.14-3.81h-.18v-1h.18Zm.79-.74,0-.22,0,.18h0l.32,0Zm.67,9.51-.06-.16h.16Zm.65-9.31s-.09-.09-.14-.15l.16-.14.14.16C78.85,177.24,78.8,177.32,78.75,177.32Zm4.95,20.23-.05-.15.14,0Zm1.77-1.38,0-.15.14.09Zm0-3.6,0-.15.14.09Zm.48-.83s-.09-.09-.14-.15l.16-.14.14.16C86.05,191.65,86,191.73,85.95,191.73Zm.61-1.24-.26-.23.32.17-.06.06.06-.06.28.17Zm1,10.26c-.09,0-.18-.12-.27-.19s.11-.12.16-.12a2,2,0,0,1,.36.12C87.76,200.63,87.68,200.75,87.6,200.75Zm7.34-7.7s-.08-.08-.12-.12.09-.11.13-.1.08.08.12.12S95,193,94.94,193Zm1.81,0s-.1-.09-.1-.13.08-.08.12-.11l.11.13Zm2.52,9.66L99,203l.19-.33.06.06-.06-.06.17-.16Zm0-6,.07-.06-.07.07-.35-.1.41,0,.16.31Zm1.95,6.23s-.09-.09-.14-.14.1-.12.15-.12.09.09.14.14S101.3,203,101.25,203Zm-.12-1.94s.09-.09.14-.14.13.11.12.16-.09.09-.14.14S101.13,201.09,101.13,201Zm-.27-.87,1.45-1.54,0-.08.06.05,0,0,.65,2Zm1.43-1.63.2-.12-.14.17Zm1.48,1.6s-.11-.09-.1-.13.08-.08.13-.11l.11.14Zm.89-6.77s-.08-.08-.12-.13l.14-.11.11.14S104.69,193.37,104.65,193.37Zm3.16-2.69-.06-.16.15,0Zm1.8,7.65-.06-.16.15,0Zm3.6,0-.06-.16.15,0Zm18.23-5.27s-.08-.08-.11-.12.1-.1.14-.1.08.08.11.12S131.48,193.06,131.44,193.05Zm9.23-1.41.27-.16C140.35,191.9,139.56,192.29,140.67,191.64Zm16.46-15.73-.13-.08.15-.05Zm1.75-9.75a4.28,4.28,0,0,1,.29-.41,2.1,2.1,0,0,0-.24.39l-.08.1,0,.13-.11.23-.15.28a1.77,1.77,0,0,1,.19-.51c-.65.83-1.29,1.67-1.87,2.54a24.21,24.21,0,0,0-1.54,2.67c-1.58,1.72-3.13,3.46-4.64,5.24l-.17.14c-1.45.84-2.89,1.71-4.28,2.65l-1.13.77-.2.12-1.41.79c-1.22.69-2.47,1.32-3.73,1.93l-1.36.63-1.31.59h0a12.58,12.58,0,0,0-2.11.66,15.13,15.13,0,0,0-2.39.84,22.12,22.12,0,0,0-2.24,1.15c-.35.05-.73.18-1,.25l-4.33.86c-2.7.53-5.26.2-8,.15s-5.42.11-8.12.1h-1.44l-.5,0-.5-.06-1.58-.34c-1.41-.3-2.73-.87-4.12-1.27-1.17-.34-2.46-.37-3.6-.78s-2.25-1.35-3.47-1.81a22.33,22.33,0,0,1-4-1.58q-1.89-1.14-3.8-2.25a21.87,21.87,0,0,1-3.64-2.57c-1-.87-1.56-2.09-2.47-3s-2.1-1.41-2.9-2.35A32.52,32.52,0,0,1,74.58,169a30,30,0,0,1-1.7-3.1l.71.21c1.5.41,2.86,1.16,4.33,1.65A30.85,30.85,0,0,0,83.74,169l1.35.17.39.13a20.14,20.14,0,0,0,3.06,1c1.71.32,3.55.15,5.29.34s3.73.44,5.59.61c3.46.32,7,.53,10.46.68a29.53,29.53,0,0,0,4.77-.21c1.9-.23,3.73-.21,5.63-.35,1.56-.12,3-.73,4.61-.84,2-.14,3.85-.32,5.79-.54,1.46-.17,2.95,0,4.4-.2a23.69,23.69,0,0,0,6.29-1.73l.94-.36.26,0c1-.13,1.93-.34,2.88-.55a46.54,46.54,0,0,0,5.21-1.43c1-.33,2-.64,2.94-1a12,12,0,0,0,3-1.21l.15,0,1.8-.47c.47-.13.92-.28,1.36-.44C159.53,163.68,159.17,164.92,158.87,166.16Zm-85.48-11-.15.33.09-.4.26-.23-.2.29-.06-.06Zm0-4.53a.24.24,0,0,1-.19,0,1.42,1.42,0,0,1,0-.3l.41.09A1.31,1.31,0,0,1,73.43,150.66Zm.61-1.12c.05,0,.11-.12.15-.11a2.31,2.31,0,0,1,.37.14c-.1.07-.2.17-.29.18S74.12,149.62,74,149.55Zm1,4.3,0-.14h0l.42-.12-.37.17,0,.09v.05l0,.1h0l0-.1v-.05L75,154l.05-.19h0Zm.68-5.16.16-.14c0,.05.13.11.13.15s-.09.09-.14.14Zm.91,8.55c.05,0,.1-.12.15-.12s.09.09.13.14-.1.12-.15.12S76.66,157.29,76.62,157.24Zm.6-1s.09.09.13.14l-.15.13-.13-.15C77.11,156.29,77.17,156.21,77.21,156.22Zm-.13-6.64s.09-.08.14-.13l.12.15-.14.12S77.08,149.62,77.09,149.58Zm.45,1.36s.09-.08.13-.13l.12.14-.14.12S77.53,151,77.53,150.94Zm.66,9.57a.16.16,0,0,1,.12-.11s.08.08.12.13l-.14.11S78.19,160.55,78.19,160.51Zm.48-9.41.09-.14.06.16Zm2,16v-.87h.18v.87Zm2.21-.43s.09-.09.14-.13.12.1.12.15-.09.09-.14.13S82.92,166.74,82.93,166.69Zm1.06-1.3h.12l.63-.26,0,.33-.68-.06-.07,0,0,.09.31,1.29h-.54l.23-1.3Zm.28-1,.16-.14.14.15c-.05,0-.11.13-.15.13S84.31,164.49,84.27,164.44Zm1.11-.93c-.09.07-.18.2-.25.19s-.19-.12-.28-.19.11-.13.16-.13A2.12,2.12,0,0,1,85.38,163.51Zm0-5.11s.09-.1.13-.15l.21.28-.23.24A2,2,0,0,1,85.35,158.41Zm1-5.57h.14l-.08.13ZM87,158l-.45-.23.78-1.61.56.31Zm.4,6.55-.09.13-.05-.15Zm5.22,5.4s.08-.07.12-.11.1.09.1.14-.08.07-.12.11S92.6,170,92.6,169.95Zm6.2-9.43s-.11-.09-.1-.14.08-.08.13-.11.11.09.1.14S98.85,160.48,98.81,160.52Zm.23,1.23.12.14L99,162s-.11-.1-.11-.14S99,161.78,99,161.74Zm3,2.68-.08.13-.06-.15Zm-.05-1.76a2.3,2.3,0,0,1,.12-.4c.08.1.21.19.21.27s-.13.2-.2.29C102.08,162.77,102,162.71,102,162.67Zm2.31-3s.08-.08.12-.11l.11.14-.13.11S104.3,159.67,104.3,159.63Zm3,7.39h0l-.07-.1.07-.06-.07.07-.34-.13.41.06V167l.1.12-.1-.12C107.27,167.18,107.28,167.27,107.26,167Zm1,1.6.08-.52,1.3.24,0,.34ZM120,170.43c.05,0,.1-.13.15-.12s.09.09.14.14-.1.13-.15.12S120.06,170.48,120,170.43Zm.54-4.47.1-.14.06.16Zm4.7-7.22s.09-.09.14-.13l.15.35-.25.13A1.82,1.82,0,0,1,125.26,158.74Zm1.86.22.27-.16.56.86-.44.21Zm1,2.47s.08-.07.12-.11l.11.13-.13.11S128.16,161.46,128.16,161.42Zm1.2,6.58.14,0-.09.13Zm4.52-5.85H134l-.09.14Zm4.48-3.61.15,0-.09.14Zm8.71,6,.16-.06v.15Zm12.66-5.34.65-1.21.55.33-.84,1.11Zm.56,14-.15-.09.16-.06Zm.57-9.28-.68-.24.8-2.13.47.14Zm3.3-18.79q-.39,2.32-.79,4.63c0,.14-.05.29-.08.44l-.45.19c-.61.26-.69.34-.57.32l-.92.24a30,30,0,0,1-3.35.89l.08.07-.13-.06a43.41,43.41,0,0,0-6.79,1.72c-.79.31-1.63.6-2.41,1h0a18.55,18.55,0,0,0-2.11.37c-1.56.28-3.12.15-4.69.28s-3,.45-4.54.53a46,46,0,0,0-5.58.83c-1.44.24-2.92.07-4.38.2-1.84.17-3.6.39-5.44.44-3.18.09-6.5-.27-9.68-.5s-6.48-.8-9.73-.95c-.91,0-1.81-.06-2.72-.09.77,0-.09,0-.57-.19s-1.15-.39-1.73-.57a14.12,14.12,0,0,0-2.39-.5l-1.63-.21-.52-.07c-1.72-.56-3.38-.94-5.06-1.64-1.52-.63-3.15-.87-4.67-1.46s-2.69-1.55-4.09-2.19c-1.72-.78-3.48-1.44-5.21-2.2-2.81-1.24-4.91-3.43-7.42-5.11v-.13a11.11,11.11,0,0,0,0-1.19l-.11.11L66,140l.47-.76c0-.64-.1-1.29-.09-1.93,0-1.24.3-2.47.36-3.7,0-.82,0-1.64,0-2.46,0,0,0-.18,0-.37-.09.3-.22.54-.13.23s.1-.44.14-.66a1.15,1.15,0,0,0,0-.18l0,0a33.57,33.57,0,0,0,.6-3.4l0,0,0,0a13.41,13.41,0,0,0,.07-1.48c0-.49,0-1,0-1.47a3.31,3.31,0,0,0,0-.5c.11-.65.22-1.29.34-1.93.48-2.61,1.52-5,2.24-7.53.22-.79.37-1.6.56-2.4l0-.07c-.21.42-.46.69-.28.31s.23-.51.34-.77l.15-.34a.4.4,0,0,0,0-.09.69.69,0,0,1,0,.08,33,33,0,0,0,1.85-4.92c.11-.41.23-.81.32-1.22l.06-.27c.23-.53.44-1.07.67-1.59.55-1.26,1.16-2.49,1.71-3.75.44-1,.84-2,1.24-3.07a32.65,32.65,0,0,0,1.94-3.39A19.33,19.33,0,0,0,79.54,90c.32-.43.64-.87.94-1.32a42.17,42.17,0,0,0,2.22-3.86l.22-.41c.18-.25.83-1.32,1-1.61l.86-1.34c.69-1,1.4-2.08,2.09-3.12l.47-.7c1-1.29,2-2.59,3-3.94.21-.3.46-.6.69-.91l.43-.49.15-.18-.29-1.56h1l.06.66q.73-.89,1.42-1.8h0l1-3.83.75.18L95,68.12c.27,0,.55,0,.82,0,2.74.08,5.47.93,8.18,1.32,1.6.23,3.17.4,4.78.53l.61,0a3.31,3.31,0,0,1,.38.14c.84.37,1.73.71,2.6,1,2.61.88,5.39,1.27,7.87,2.5a45.52,45.52,0,0,0,4.41,1.89,25.24,25.24,0,0,1,3.73,2.2,17.15,17.15,0,0,0,2,.92l1.67-.19,0,0h0a6.54,6.54,0,0,1,2.35-7.8l0-.13.06.06-.1.07-2.23,7.64h.05l.34.05h-.41l0-.06h-.11v.18h0l-.72.62.51.27.1.06.1-.15-.06.17a39.19,39.19,0,0,1,3.47,2.45c1.26.94,2.48,1.79,3.82,2.61s2,2.05,3.2,3.29c.88.94,2.09,1.54,3,2.44.33.32.64.66.94,1-.16.37-.32.74-.5,1.1-.27.55-.57,1.08-.86,1.61l-.07.11c-.32.48-.62,1-.93,1.47-.15.24-.29.48-.43.72a34.09,34.09,0,0,0-2.28,2.6,32.73,32.73,0,0,0-2.35,3.5l-1.21.84a27.13,27.13,0,0,0-8.53,10.17c-.33.71-1.3,2.5-.5,3.17s2.54-.69,3-1a53.91,53.91,0,0,0,6.66-5.48v-1.17l.27,0,.2.74c1-1,2-2,2.88-3.05l.36-.43-.59-.28v0l-.06-.06.06.06-.17.14.11-.2.06,0,.11-.46,0,0h0l-.34,0,.41,0,0,.08.76.42q.49-.58,1-1.17l-.39-.41,1.62-1.45.11.12c.58-.79,1.15-1.6,1.69-2.42A45.17,45.17,0,0,0,150,96.06c1.15,1.7,2.26,3.43,3.45,5.11a53.87,53.87,0,0,1,4.11,6.86c.39.78.71,1.6,1.12,2.37v0c.13.56.34,1.1.5,1.65.44,1.45.62,2.92,1,4.39a9.79,9.79,0,0,0,.71,1.86l.63,1.33c.06.13.24.64.34.86s.05.38.06.43l.28,1.61q.15.85.29,1.7c.24,1.51.49,3,.78,4.5a21.32,21.32,0,0,1,.28,4.54c0,2.67.53,5.39.61,8.08a25.78,25.78,0,0,0,.06,2.68,1.74,1.74,0,0,0,0,.21Zm-18-46s-.08.07-.12.11-.1-.09-.1-.13.08-.07.12-.11S146.2,99.13,146.2,99.17Zm-4.27,3.73-.15.14c0-.05-.13-.11-.13-.15a.19.19,0,0,1,.14-.13S141.89,102.85,141.93,102.9Zm-7.86,8.44s-.09.11-.14.1-.08-.08-.12-.12.09-.11.14-.1S134,111.3,134.07,111.35Zm30.13,11.26.11-.74v0l0,0,0,0,.44,0-.42.06v0l.21.71Zm.55,10.32s.09.09.13.14-.1.12-.15.12-.09-.09-.13-.14S164.71,132.93,164.75,132.93Zm0,1.17a.19.19,0,0,1-.13-.15s.09-.09.15-.14l.14.16C164.84,134,164.78,134.1,164.74,134.1Zm3-19.21-.17.76-.39-.4Zm.05,8.62-.13.12s-.11-.09-.1-.14.08-.08.13-.12Zm-.27,14.57-.29.18-.54-.89.33-.17Zm-.8-28.65.2-.31-.14.38-.22.27.16-.33.06.06ZM166.57,147l-.47-.26,1.24-2.29.61.36Zm4.87-30.38a1.22,1.22,0,0,1-.27,0l.08-.37a1.24,1.24,0,0,1,.23.21A.22.22,0,0,1,171.43,116.58Zm5,36.18-.59-.33.75-1.17.51.3Zm1.58-4.85s-.11-.1-.11-.14.08-.08.13-.12l.11.14Zm8.54-5.23a1.42,1.42,0,0,1-.07-.5c0-.1.21-.15.33-.22l.22.3Zm1.26,1.76-.63-.34.83-1.29.46.23Zm2-5.06-.26-.15.54-1,.38.32Z' transform='translate(-35 -30.77)'/%3e%3cpath class='cls-3' d='M36.47,105.53a7.91,7.91,0,0,0-.37,2.22c0,.09,0,.18,0,.27a4.07,4.07,0,0,1,.48-.59A1.35,1.35,0,0,0,36.47,105.53Z' transform='translate(-35 -30.77)'/%3e%3cpath class='cls-3' d='M56.9,133.35c.1.07.19.19.29.2s.17-.12.27-.21a2.32,2.32,0,0,0-.4-.13S56.95,133.3,56.9,133.35Z' transform='translate(-35 -30.77)'/%3e%3c/svg%3e");
}
/*# sourceMappingURL=style.css.map */