﻿@-webkit-keyframes fade-in {
  from {
    opacity: 0; } }

@keyframes fade-in {
  from {
    opacity: 0; } }

main, #bg-anim, aside, #submit a::before, #submit a::after, footer, footer::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.grid-wrapper {
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: 1fr;
	position: absolute;
	inset: 0;
}

.grid-wrapper.abri {
	grid-template-columns: 1fr 1fr;
}

@media only screen and (max-width: 950px) {
	.grid-wrapper.abri {
		position: static;
		display: block;
		overflow: auto;
		height: 100vh;
	}
}

.abri-banner {
	display: none;
}

.grid-wrapper.abri > .abri-banner {
	display: block;
	position: relative;
}

.grid-wrapper.abri > .abri-banner #abri_background {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	position: absolute;
}

.grid-wrapper.abri > .abri-banner #abri_container {
	position: absolute;
	width: 60%;
	padding-top: 40px;
	padding-left: 50px;
}

.grid-wrapper.abri > .abri-banner #abri_sg_logo {
	padding-bottom: 30px;
}

.grid-wrapper.abri > .abri-banner #abri_button {
	padding-top: 20px;
}

.grid-wrapper.abri main {
	flex-direction: column;
}

.grid-wrapper.abri #separator {
	display: none;
}

.grid-wrapper.abri #form .form-inputs {
	padding-left: 0;
}

.grid-wrapper.abri #form .form-inputs #submit {
	position: static;
	display: flex;
	align-items: center;
	justify-content: center;
}

form {
	position: relative;
}

@media only screen and (max-width: 950px) {
	.grid-wrapper.abri form {
		height: 100vh;
	}
}

.grid-wrapper.abri main {
	flex-direction: column;
}

.grid-wrapper.abri #separator {
	display: none;
}

.grid-wrapper.abri #form .form-inputs {
	padding-right: 0;
}

	.grid-wrapper.abri #form .form-inputs #submit {
		position: static;
		display: flex;
		align-items: center;
		justify-content: center;
	}

form {
	position: relative;
}

@media only screen and (max-width: 950px) {
	.grid-wrapper.abri form {
		height: 100vh;
	}
}

html {
  background: #fff; }
  @media only screen and (max-width: 1400px) {
    html {
      font-size: 90%; } }
  @media only screen and (max-width: 1250px) {
    html {
      font-size: 80%; } }
  @media only screen and (max-width: 950px) {
    html {
      font-size: 100%; } }
  @media only screen and (max-width: 750px) {
    html {
      font-size: 70%; } }

body {
  overflow: hidden;
  direction: ltr;
  font-family: sg_main;
  margin: 0; }

main {
  -webkit-box-shadow: 0 -5rem 10rem inset rgba(0, 35, 115, .3);
          box-shadow: 0 -5rem 10rem inset rgba(0, 35, 115, .3);
  -webkit-perspective: 800px;
          perspective: 800px;
  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;
  z-index: 5;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  overflow: auto; }
  @media only screen and (max-width: 950px) {
    main {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

@-webkit-keyframes bg-anim {
  from {
    -webkit-transform: scaleX(1.2);
            transform: scaleX(1.2);
    opacity: 0; }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); } }

@keyframes bg-anim {
  from {
    -webkit-transform: scaleX(1.2);
            transform: scaleX(1.2);
    opacity: 0; }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); } }

#bg-anim {
  z-index: 0;
  -webkit-animation: bg-anim .7s forwards;
          animation: bg-anim .7s forwards;
  background: linear-gradient(-340deg, #b0e5ff, #77c6ff, #46a1ff, #3765e6, #243fa2); }

@-webkit-keyframes separator {
  from {
    -webkit-transform: scaleY(0.3);
            transform: scaleY(0.3);
    opacity: 0; }
  to {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); } }

@keyframes separator {
  from {
    -webkit-transform: scaleY(0.3);
            transform: scaleY(0.3);
    opacity: 0; }
  to {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); } }

#separator {
  height: 480px;
  height: 30rem;
  width: 1px;
  background: -webkit-gradient(linear, right top, right bottom, from(transparent), color-stop(20%, #fff), color-stop(80%, #fff), to(transparent));
  background: linear-gradient(transparent, #fff 20%, #fff 80%, transparent);
  opacity: 0.3;
  margin: 0 160px;
  margin: 0 10rem;
  position: relative;
  -webkit-animation: separator 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: separator 1.5s cubic-bezier(0.215, 0.61, 0.355, 1); }
  @media only screen and (max-width: 950px) {
    #separator {
      display: none; } }
  #separator::before, #separator::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 128px;
    width: 8rem;
    background: radial-gradient(#fff, transparent 3rem) no-repeat;
    opacity: 0.2; }
  #separator::before {
    background-position: -64px 50%;
    background-position: -4rem 50%;
    right: 0; }
  #separator::after {
    width: 96px;
    width: 6rem;
    background-image: radial-gradient(#000, transparent 2.5rem);
    background-position: 48px 50%;
    background-position: 3rem 50%;
    left: 1px;
    opacity: 0.15; }

#separator::before {
  background-position: 4rem 50%;
}

#separator::after {
  background-position: -3rem 50%;
}
@-webkit-keyframes aside {
  from {
    opacity: 0; } }
@keyframes aside {
  from {
    opacity: 0; } }

aside {
  top: auto;
  bottom: 96px;
  bottom: 6rem;
  padding: 24px 48px;
  padding: 1.5rem 3rem;
  text-align: center;
  background: rgba(0, 0, 0, .5);
  color: rgba(255, 255, 255, .7);
  z-index: 5;
  -webkit-animation: aside 1s both;
          animation: aside 1s both;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s; }

#btnSubmit {
  position: absolute;
  top: -200px;
  visibility: hidden; }

#container.branded {
  height: 100vh; }
  #container.branded #brandingLogoBar {
    width: 368px;
    width: 23rem;
    height: 160px;
    background: none !important; }
  #container.branded #brandingLogo {
    height: 100%;
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  #container.branded #main_logo {
    display: none; }
  #container.branded #bg-anim {
    opacity: 0.8; }

#cloudBG {
  display: none;
  opacity: .15; }
  #cloudBG .path-1,
  #cloudBG .path-2 {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 5px; }
  #cloudBG .path-2 {
    opacity: 0.58; }
  #cloudBG .path-4 {
    fill: #fff; }

#omumi_background {
  display: none;
  visibility: hidden;
  opacity: 0;
  z-index: -1; }

#container.cloudBg #cloudBG {
  display: block;
  position: absolute;
  bottom: 0;
  -webkit-animation: bg-anim .7s forwards;
          animation: bg-anim .7s forwards; }

#container.cloudBg #bg-anim {
  -webkit-animation: none;
          animation: none; }

#container.omumi main {
  background-color: #4d433c; }

#container.omumi #omumi_background {
  display: block;
  opacity: 1;
  visibility: visible; }
  #container.omumi #omumi_background svg {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100vh;
    opacity: 0;
    -webkit-animation: filled-anim 1s forwards;
            animation: filled-anim 1s forwards;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s; }
    #container.omumi #omumi_background svg .st0 {
      fill: #F06122; }
    #container.omumi #omumi_background svg .st1 {
      -webkit-transform: translateY(-34px);
              transform: translateY(-34px); }
    #container.omumi #omumi_background svg .st2 {
      opacity: 0.35;
      fill: #FFFFFF;
      fill-opacity: 0.47; }
    #container.omumi #omumi_background svg .st3 {
      opacity: 0.65;
      fill: #FFFFFF;
      fill-opacity: 0.47; }
    #container.omumi #omumi_background svg .st4 {
      opacity: 0.55;
      fill: #FFFFFF;
      fill-opacity: 0.47; }
    #container.omumi #omumi_background svg .st5 {
      opacity: 0.75;
      fill: #FFFFFF;
      fill-opacity: 0.47; }
    #container.omumi #omumi_background svg .st6 {
      opacity: 0.65;
      fill: #FFFFFF;
      fill-opacity: 0.47; }
    #container.omumi #omumi_background svg .st7 {
      opacity: 0.2;
      fill: #FFFFFF;
      fill-opacity: 0.47; }
    #container.omumi #omumi_background svg .st8 {
      opacity: 0.9;
      fill: #FFFFFF;
      fill-opacity: 0.47; }

#container.omumi #separator {
  width: 0; }
  #container.omumi #separator:after, #container.omumi #separator:before {
    content: none; }

#container.omumi #bg-anim {
  -webkit-animation: none;
          animation: none;
  display: none; }

#container.omumi #submit a::before {
  background: -webkit-gradient(linear, right top, left bottom, from(rgba(239, 97, 34, .5)), to(rgba(249, 186, 21, .7)));
  background: linear-gradient(to left bottom, rgba(239, 97, 34, .5), rgba(249, 186, 21, .7)); }

@-webkit-keyframes logo-anim {
  from {
    -webkit-transform: translateX(2rem);
            transform: translateX(2rem);
    opacity: 0; }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; } }

@keyframes logo-anim {
  from {
    -webkit-transform: translateX(2rem);
            transform: translateX(2rem);
    opacity: 0; }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; } }

#main_logo {
  -webkit-animation: logo-anim 1s cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: logo-anim 1s cubic-bezier(0.215, 0.61, 0.355, 1); }

@-webkit-keyframes filled-anim {
  to {
    opacity: 1; } }

@keyframes filled-anim {
  to {
    opacity: 1; } }

@-webkit-keyframes stroked-anim {
  to {
    opacity: 0; } }

@keyframes stroked-anim {
  to {
    opacity: 0; } }

#main_logo {
  width: 400px;
  width: 25rem; }

#main_logo svg#shadowFilter {
  width: 0;
  height: 0; }

#main_logo svg:not(#shadowFilter) #logo_stroked {
  opacity: 1;
  -webkit-animation: stroked-anim .5s forwards;
          animation: stroked-anim .5s forwards;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s; }
  #main_logo svg:not(#shadowFilter) #logo_stroked g {
    fill: none;
    stroke: rgba(255, 255, 255, .6);
    stroke-width: 1px; }
  #main_logo svg:not(#shadowFilter) #logo_stroked.cloud #type_bottom path {
    stroke-dasharray: 430;
    stroke-dashoffset: 430; }
  #main_logo svg:not(#shadowFilter) #logo_stroked.cloud #main_bottom, #main_logo svg:not(#shadowFilter) #logo_stroked.cloud #main_top {
    stroke-dasharray: 350;
    stroke-dashoffset: 350; }
  #main_logo svg:not(#shadowFilter) #logo_stroked.cloud #middle {
    stroke-dasharray: 174;
    stroke-dashoffset: 174; }
  #main_logo svg:not(#shadowFilter) #logo_stroked.cloud #left_small_v, #main_logo svg:not(#shadowFilter) #logo_stroked.cloud #right_small_v {
    stroke-dasharray: 100;
    stroke-dashoffset: 100; }
  #main_logo svg:not(#shadowFilter) #logo_stroked.omumi #main_bottom {
    stroke-dasharray: 360;
    stroke-dashoffset: 360; }
  #main_logo svg:not(#shadowFilter) #logo_stroked.omumi #main_top {
    stroke-dasharray: 360;
    stroke-dashoffset: 360; }
  #main_logo svg:not(#shadowFilter) #logo_stroked.omumi #middle {
    stroke-dasharray: 200;
    stroke-dashoffset: 200; }
  #main_logo svg:not(#shadowFilter) #logo_stroked.omumi #left_small_v {
    stroke-dasharray: 70;
    stroke-dashoffset: 70;
    stroke-width: 2px; }
  #main_logo svg:not(#shadowFilter) #logo_stroked.omumi #right_small_v {
    stroke-dasharray: 70;
    stroke-dashoffset: 70; }
  #main_logo svg:not(#shadowFilter) #logo_stroked.omumi #type_top path {
    stroke-dasharray: 610;
    stroke-dashoffset: 610; }
  #main_logo svg:not(#shadowFilter) #logo_stroked.omumi #type_bottom path {
    stroke-dasharray: 430;
    stroke-dashoffset: 430; }
  #main_logo svg:not(#shadowFilter) #logo_stroked.omumi #type_middle path {
    stroke-dasharray: 430;
    stroke-dashoffset: 430;
    -webkit-animation: logo-strokes-bottom_normal 1.5s;
            animation: logo-strokes-bottom_normal 1.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }

@-webkit-keyframes logo-strokes-bottom_normal {
  to {
    stroke-dashoffset: 0; } }

@keyframes logo-strokes-bottom_normal {
  to {
    stroke-dashoffset: 0; } }

#main_logo svg:not(#shadowFilter) #logo_filled polygon:not(.st-type) {
  opacity: 0;
  -webkit-animation: filled-anim 1s forwards;
          animation: filled-anim 1s forwards;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; }

#main_logo svg:not(#shadowFilter) #logo_filled polygon.st1 {
  fill: #D9DADA;
  -webkit-animation-delay: 0;
          animation-delay: 0; }

#main_logo svg:not(#shadowFilter) #logo_filled polygon.st2 {
  fill: #BABCBE;
  -webkit-animation-delay: 0;
          animation-delay: 0; }

#main_logo svg:not(#shadowFilter) #logo_filled polygon.st3 {
  fill: #919495;
  -webkit-animation-delay: 0;
          animation-delay: 0; }

#main_logo svg:not(#shadowFilter) #logo_filled polygon.st4 {
  fill: #781217;
  -webkit-animation-delay: 0;
          animation-delay: 0; }

#main_logo svg:not(#shadowFilter) #logo_filled polygon.st5 {
  fill: #9C2122;
  -webkit-animation-delay: 0;
          animation-delay: 0; }

#main_logo svg:not(#shadowFilter) #logo_filled polygon.st6 {
  fill: #E8282B;
  -webkit-animation-delay: 0;
          animation-delay: 0; }

#main_logo svg:not(#shadowFilter) #logo_filled polygon.st7 {
  fill: #781217;
  -webkit-animation-delay: 0;
          animation-delay: 0; }

#main_logo svg:not(#shadowFilter) #logo_filled polygon.st8 {
  fill: #919495;
  -webkit-animation-delay: 0;
          animation-delay: 0; }

#main_logo svg:not(#shadowFilter) #logo_filled polyline.om1, #main_logo svg:not(#shadowFilter) #logo_filled polygon.om1 {
  fill: #dcddde;
  -webkit-animation-delay: 0;
          animation-delay: 0; }

#main_logo svg:not(#shadowFilter) #logo_filled polyline.om2, #main_logo svg:not(#shadowFilter) #logo_filled polygon.om2 {
  fill: #bdbec0;
  -webkit-animation-delay: 0;
          animation-delay: 0; }

#main_logo svg:not(#shadowFilter) #logo_filled polyline.om3, #main_logo svg:not(#shadowFilter) #logo_filled polygon.om3 {
  fill: #939598;
  -webkit-animation-delay: 0;
          animation-delay: 0; }

#main_logo svg:not(#shadowFilter) #logo_filled polyline.om4, #main_logo svg:not(#shadowFilter) #logo_filled polygon.om4 {
  fill: #d33827;
  -webkit-animation-delay: 0;
          animation-delay: 0; }

#main_logo svg:not(#shadowFilter) #logo_filled polyline.om5, #main_logo svg:not(#shadowFilter) #logo_filled polygon.om5 {
  fill: #f06122;
  -webkit-animation-delay: 0;
          animation-delay: 0; }

#main_logo svg:not(#shadowFilter) #logo_filled polyline.om6, #main_logo svg:not(#shadowFilter) #logo_filled polygon.om6 {
  fill: #f38820;
  -webkit-animation-delay: 0;
          animation-delay: 0; }

#main_logo svg:not(#shadowFilter) #logo_filled polyline.om7, #main_logo svg:not(#shadowFilter) #logo_filled polygon.om7 {
  fill: #fabb15;
  -webkit-animation-delay: 0;
          animation-delay: 0; }

#main_logo svg:not(#shadowFilter) #logo_filled polyline.om8, #main_logo svg:not(#shadowFilter) #logo_filled polygon.om8 {
  fill: #939598;
  -webkit-animation-delay: 0;
          animation-delay: 0; }

#main_logo svg:not(#shadowFilter) #logo_filled polygon.cl1 {
  fill: #dcddde;
  -webkit-animation-delay: 0;
          animation-delay: 0; }

#main_logo svg:not(#shadowFilter) #logo_filled polygon.cl2 {
  fill: #bcbec0;
  -webkit-animation-delay: 0;
          animation-delay: 0; }

#main_logo svg:not(#shadowFilter) #logo_filled polygon.cl3 {
  fill: #939598;
  -webkit-animation-delay: 0;
          animation-delay: 0; }

#main_logo svg:not(#shadowFilter) #logo_filled polygon.cl4 {
  fill: #223b99;
  -webkit-animation-delay: 0;
          animation-delay: 0; }

#main_logo svg:not(#shadowFilter) #logo_filled polygon.cl5 {
  fill: #0469c4;
  -webkit-animation-delay: 0;
          animation-delay: 0; }

#main_logo svg:not(#shadowFilter) #logo_filled polygon.cl6 {
  fill: #0096e5;
  -webkit-animation-delay: 0;
          animation-delay: 0; }

#main_logo svg:not(#shadowFilter) #logo_filled polygon.cl7 {
  fill: #00c9ff;
  -webkit-animation-delay: 0;
          animation-delay: 0; }

#main_logo svg:not(#shadowFilter) #logo_filled polygon.cl8 {
  fill: #bcbec0;
  -webkit-animation-delay: 0;
          animation-delay: 0; }

#main_logo svg:not(#shadowFilter) #logo_filled .st-type {
  fill: #fff;
  opacity: 0;
  -webkit-animation: filled-anim 1s forwards;
          animation: filled-anim 1s forwards;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-filter: url(#logo_drop_shadow);
          filter: url(#logo_drop_shadow); }
  #main_logo svg:not(#shadowFilter) #logo_filled .st-type.cloud {
    fill: #b6ecff; }

#main_logo svg:not(#shadowFilter) #type_top path {
  stroke-dasharray: 180;
  stroke-dashoffset: 180;
  -webkit-animation: logo-strokes-top_normal 1.5s;
          animation: logo-strokes-top_normal 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

@-webkit-keyframes logo-strokes-top_normal {
  to {
    stroke-dashoffset: 0; } }

@keyframes logo-strokes-top_normal {
  to {
    stroke-dashoffset: 0; } }
  #main_logo svg:not(#shadowFilter) #type_top path.long-path {
    stroke-dasharray: 450;
    stroke-dashoffset: 450;
    -webkit-animation: logo-strokes-top_long 1.5s;
            animation: logo-strokes-top_long 1.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }

@-webkit-keyframes logo-strokes-top_long {
  to {
    stroke-dashoffset: 0; } }

@keyframes logo-strokes-top_long {
  to {
    stroke-dashoffset: 0; } }
  #main_logo svg:not(#shadowFilter) #type_top path.small-path {
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
    -webkit-animation: logo-strokes-top_small 1.5s;
            animation: logo-strokes-top_small 1.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }

@-webkit-keyframes logo-strokes-top_small {
  to {
    stroke-dashoffset: 0; } }

@keyframes logo-strokes-top_small {
  to {
    stroke-dashoffset: 0; } }

#main_logo svg:not(#shadowFilter) #type_bottom path {
  stroke-dasharray: 80;
  stroke-dashoffset: 80;
  -webkit-animation: logo-strokes-bottom_normal 1.5s;
          animation: logo-strokes-bottom_normal 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

@keyframes logo-strokes-bottom_normal {
  to {
    stroke-dashoffset: 0; } }
  #main_logo svg:not(#shadowFilter) #type_bottom path.long-path {
    stroke-dasharray: 370;
    stroke-dashoffset: 370;
    -webkit-animation: logo-strokes-bottom_long 1.5s;
            animation: logo-strokes-bottom_long 1.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }

@-webkit-keyframes logo-strokes-bottom_long {
  to {
    stroke-dashoffset: 0; } }

@keyframes logo-strokes-bottom_long {
  to {
    stroke-dashoffset: 0; } }
  #main_logo svg:not(#shadowFilter) #type_bottom path.small-path {
    stroke-dasharray: 40;
    stroke-dashoffset: 40;
    -webkit-animation: logo-strokes-bottom_small 1.5s;
            animation: logo-strokes-bottom_small 1.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }

@-webkit-keyframes logo-strokes-bottom_small {
  to {
    stroke-dashoffset: 0; } }

@keyframes logo-strokes-bottom_small {
  to {
    stroke-dashoffset: 0; } }

#main_logo svg:not(#shadowFilter) #type_middle path {
  stroke-dasharray: 80;
  stroke-dashoffset: 80;
  -webkit-animation: logo-strokes-bottom_normal 1.5s;
          animation: logo-strokes-bottom_normal 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

@keyframes logo-strokes-bottom_normal {
  to {
    stroke-dashoffset: 0; } }
  #main_logo svg:not(#shadowFilter) #type_middle path.long-path {
    stroke-dasharray: 370;
    stroke-dashoffset: 370;
    -webkit-animation: logo-strokes-bottom_long 1.5s;
            animation: logo-strokes-bottom_long 1.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }

@keyframes logo-strokes-bottom_long {
  to {
    stroke-dashoffset: 0; } }
  #main_logo svg:not(#shadowFilter) #type_middle path.small-path {
    stroke-dasharray: 40;
    stroke-dashoffset: 40;
    -webkit-animation: logo-strokes-bottom_small 1.5s;
            animation: logo-strokes-bottom_small 1.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }

@keyframes logo-strokes-bottom_small {
  to {
    stroke-dashoffset: 0; } }

#main_logo svg:not(#shadowFilter) #logo_shape #main_bottom {
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  -webkit-animation: logo-strokes-main_bottom 1.5s;
          animation: logo-strokes-main_bottom 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.075s;
          animation-delay: 0.075s; }

@-webkit-keyframes logo-strokes-main_bottom {
  to {
    stroke-dashoffset: 0; } }

@keyframes logo-strokes-main_bottom {
  to {
    stroke-dashoffset: 0; } }

#main_logo svg:not(#shadowFilter) #logo_shape #main_top {
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  -webkit-animation: logo-strokes-main_top 1.5s;
          animation: logo-strokes-main_top 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

@-webkit-keyframes logo-strokes-main_top {
  to {
    stroke-dashoffset: 0; } }

@keyframes logo-strokes-main_top {
  to {
    stroke-dashoffset: 0; } }

#main_logo svg:not(#shadowFilter) #logo_shape #middle {
  stroke-dasharray: 150;
  stroke-dashoffset: 150;
  -webkit-animation: logo-strokes-middle 0.5s;
          animation: logo-strokes-middle 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s; }

@-webkit-keyframes logo-strokes-middle {
  to {
    stroke-dashoffset: 0; } }

@keyframes logo-strokes-middle {
  to {
    stroke-dashoffset: 0; } }

#main_logo svg:not(#shadowFilter) #logo_shape #left_small_v {
  stroke-dasharray: 50;
  stroke-dashoffset: 50;
  -webkit-animation: logo-strokes-left_small_v 0.5s;
          animation: logo-strokes-left_small_v 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s; }

@-webkit-keyframes logo-strokes-left_small_v {
  to {
    stroke-dashoffset: 0; } }

@keyframes logo-strokes-left_small_v {
  to {
    stroke-dashoffset: 0; } }

#main_logo svg:not(#shadowFilter) #logo_shape #right_small_v {
  stroke-dasharray: 50;
  stroke-dashoffset: 50;
  -webkit-animation: logo-strokes-right_small_v 0.5s;
          animation: logo-strokes-right_small_v 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s; }

@-webkit-keyframes logo-strokes-right_small_v {
  to {
    stroke-dashoffset: 0; } }

@keyframes logo-strokes-right_small_v {
  to {
    stroke-dashoffset: 0; } }

#main_logo svg {
  display: none;
}

#main_logo {
  background: no-repeat 50% 50%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 20.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 528.9 177.2' style='enable-background:new 0 0 528.9 177.2;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0{fill:%23D9DADA;} .st1{fill:%23BABCBE;} .st2{fill:%23919395;} .st3{fill:%23E82429;} .st4{fill:%23781216;} .st5{fill:%239B1E21;} .st6{fill:%23FFFFFF;} %3C/style%3E %3Ctitle%3EAsset 1%3C/title%3E %3Cg id='Layer_2'%3E %3Cfilter id='logo_drop_shadow'%3E %3CfeGaussianBlur in='SourceAlpha' stdDeviation='2'/%3E %3CfeOffset dx='0' dy='5'/%3E %3CfeComponentTransfer%3E %3CfeFuncA type='linear' slope='0.1'/%3E %3C/feComponentTransfer%3E %3CfeMerge%3E %3CfeMergeNode/%3E %3CfeMergeNode in='SourceGraphic'/%3E %3C/feMerge%3E %3C/filter%3E %3Cg filter='url(%23logo_drop_shadow)'%3E %3Cg%3E %3Cg id='Layer_1-2_9_'%3E %3Cpolygon class='st0' points='107.4,117.4 68.5,139.9 107.4,162.3 '/%3E %3Cpolygon class='st1' points='68.5,94.9 68.5,139.9 107.4,117.4 '/%3E %3Cpolygon class='st2' points='68.5,4.9 68.5,49.9 107.4,27.3 '/%3E %3Cpolygon class='st3' points='68.5,49.9 68.5,94.9 107.4,72.4 '/%3E %3Cpolygon class='st4' points='107.4,27.3 68.5,49.9 107.4,72.4 '/%3E %3Cpolygon class='st5' points='68.5,49.9 29.5,72.4 68.5,94.9 '/%3E %3Cpolygon class='st2' points='68.5,94.9 29.5,117.4 68.5,139.9 '/%3E %3Cpolygon class='st4' points='29.5,72.4 29.5,72.4 29.5,117.4 68.5,94.9 '/%3E %3Cpath class='st6' d='M171.4,114.2c6.5-3.6,9.8-8,9.8-13.4c0-8.2-4.6-12.4-13.7-12.4H145v45.2h9.3V96.9H167 c3.2,0,4.6,1.3,4.6,4.2c0,4.4-3.6,7.1-10.7,8.4l-0.5,0.1v4.4l13.1,19.3l0.2,0.3h11.6L171.4,114.2z'/%3E %3Cpolygon class='st6' points='213,88.4 203.7,88.4 185.1,133.6 194.6,133.6 208.2,99.2 213.9,113.3 205.9,113.3 202.7,121.7 217.3,121.7 222.1,133.6 232,133.6 '/%3E %3Cpath class='st6' d='M398.8,114.2c6.5-3.6,9.8-8,9.8-13.4c0-8.2-4.6-12.4-13.7-12.4h-22.4v45.2h9.3V96.9h12.7 c3.2,0,4.6,1.3,4.6,4.2c0,4.4-3.6,7.1-10.8,8.4l-0.5,0.1v4.4l13,19.3l0.2,0.3h11.6L398.8,114.2z'/%3E %3Cpolygon class='st6' points='440.4,88.4 431.1,88.4 412.5,133.6 422,133.6 435.6,99.2 441.3,113.3 433.3,113.3 430.1,121.7 444.7,121.7 449.5,133.6 459.4,133.6 '/%3E %3Cpolygon class='st6' points='262.5,88.4 262.5,106.5 244.8,106.5 244.8,88.4 235.7,88.4 235.7,133.6 244.8,133.6 244.8,114.9 262.5,114.9 262.5,133.6 271.7,133.6 271.7,88.4 '/%3E %3Cpolygon class='st6' points='301.4,109.6 320.1,88.4 308.7,88.4 292.7,106.8 292.5,107 292.5,112.7 309.3,133.6 322,133.6 '/%3E %3Crect x='280.2' y='88.4' class='st6' width='9.2' height='45.2'/%3E %3Cpolygon class='st6' points='349.9,88.4 340.5,88.4 322,133.6 331.5,133.6 345,99.2 350.7,113.3 342.7,113.3 339.5,121.7 354.1,121.7 358.9,133.6 368.8,133.6 '/%3E %3Cpolygon class='st6' points='490.6,88.4 490.6,118.8 471.9,88.4 463.1,88.4 463.1,133.6 471.9,133.6 471.9,102.7 490.4,133.3 490.6,133.6 499.5,133.6 499.5,88.4 '/%3E %3Cpath class='st6' d='M157.5,59.5c-1.3-0.6-2.7-1.1-4.1-1.4c-1.2-0.2-2.4-0.6-3.5-1.3c-0.4-0.3-0.6-0.7-0.6-1.1 c0-0.5,0.2-0.9,0.6-1.2c0.8-0.5,1.7-0.7,2.6-0.7c0.9-0.1,1.7,0.2,2.4,0.6c0.6,0.5,1,1.3,1,2.1l3.8-0.2c0-1.6-0.7-3.1-1.9-4.2 c-1.2-1-3-1.5-5.3-1.5c-1.3,0-2.5,0.2-3.7,0.6c-1,0.4-1.8,1-2.4,1.9c-0.5,0.8-0.8,1.7-0.8,2.7c0,1.5,0.7,2.9,1.8,3.8 c1.3,0.9,2.7,1.6,4.3,1.9c1.6,0.4,2.6,0.7,3,0.8c0.5,0.1,1,0.4,1.4,0.8c0.3,0.3,0.4,0.7,0.4,1.1c0,0.7-0.3,1.3-0.9,1.8 c-0.8,0.6-1.8,0.8-2.8,0.8c-1,0.1-2-0.3-2.8-0.9c-0.8-0.7-1.2-1.7-1.4-2.7l-3.7,0.4c0.1,1.8,0.9,3.6,2.3,4.8 c1.6,1.2,3.5,1.8,5.5,1.6c1.4,0,2.8-0.2,4.1-0.7c1-0.4,1.9-1.2,2.5-2.1c0.6-0.9,0.9-2,0.9-3c0-1.1-0.2-2.1-0.8-3 C159.1,60.6,158.4,59.9,157.5,59.5z'/%3E %3Cpath class='st6' d='M168.6,66l-3.3-9.7h-3.9l5.2,13.7c-0.2,0.7-0.5,1.3-0.9,1.9c-0.5,0.5-1.2,0.8-1.9,0.7 c-0.4,0-0.8-0.1-1.2-0.1v2.8c0.7,0.1,1.3,0.2,2,0.2c0.6,0,1.2-0.1,1.8-0.2c1-0.2,1.8-0.8,2.3-1.6c0.4-0.6,0.7-1.2,0.9-1.8 l0.9-2.4l4.8-13.1h-3.7L168.6,66z'/%3E %3Cpath class='st6' d='M183.9,61.4c-1.2-0.2-2.3-0.5-3.4-1c-0.2-0.1-0.4-0.4-0.4-0.7c0-0.3,0.2-0.6,0.4-0.7c0.6-0.3,1.3-0.5,2-0.4 c0.6,0,1.2,0.1,1.8,0.4c0.4,0.3,0.7,0.7,0.8,1.2l3.4-0.6c-0.3-1.1-0.9-2-1.9-2.7c-1.3-0.7-2.7-1-4.2-0.9 c-1.5-0.1-3.1,0.3-4.3,1.2c-0.9,0.7-1.4,1.8-1.4,3c0,1.2,0.6,2.4,1.6,3.1c0.8,0.5,2.6,1.1,5.5,1.8c0.4,0.1,0.8,0.2,1.2,0.5 c0.2,0.2,0.3,0.4,0.3,0.7c0,0.4-0.2,0.7-0.5,1c-0.6,0.4-1.4,0.6-2.1,0.5c-0.7,0-1.4-0.1-2-0.5c-0.5-0.4-0.8-1-0.9-1.6l-3.6,0.6 c0.3,1.3,1.1,2.3,2.1,3.1c1.3,0.8,2.9,1.2,4.4,1.1c1.7,0.1,3.3-0.4,4.6-1.4c1-0.8,1.6-2,1.6-3.2c0-1-0.4-2-1.1-2.7 C186.8,62.2,185.4,61.6,183.9,61.4z'/%3E %3Cpath class='st6' d='M196.8,67.3c-0.2,0-0.4-0.1-0.6-0.2c-0.2-0.1-0.3-0.3-0.3-0.5c-0.1-0.6-0.1-1.3-0.1-2v-5.5h2.5v-2.9h-2.5 v-4.8l-3.6,2.1v2.7h-1.7v2.9h1.7v6c0,0.9,0,1.7,0.1,2.6c0.1,0.5,0.2,1,0.5,1.4c0.3,0.4,0.7,0.7,1.1,0.9c0.6,0.2,1.2,0.4,1.8,0.3 c1,0,1.9-0.2,2.8-0.6l-0.3-2.8C197.8,67.1,197.3,67.2,196.8,67.3z'/%3E %3Cpath class='st6' d='M210.5,58c-1.2-1.4-3-2.1-4.8-2c-1.7,0-3.3,0.7-4.4,1.9c-1.3,1.5-1.9,3.4-1.8,5.3c-0.1,1.7,0.4,3.3,1.4,4.7 c1.3,1.6,3.2,2.5,5.3,2.3c1.3,0,2.6-0.3,3.7-1c1-0.8,1.8-1.8,2.2-3l-3.6-0.6c-0.1,0.6-0.4,1.1-0.9,1.5c-0.4,0.3-0.9,0.5-1.4,0.5 c-0.8,0-1.5-0.3-2.1-0.9c-0.6-0.7-0.9-1.6-0.9-2.5h9.1C212.3,61.4,211.7,59.3,210.5,58z M203.2,61.9c-0.1-0.8,0.2-1.7,0.7-2.3 c0.5-0.6,1.2-0.9,2-0.9c0.7,0,1.4,0.3,1.9,0.8c0.6,0.7,0.8,1.5,0.8,2.4L203.2,61.9z'/%3E %3Cpath class='st6' d='M232.8,56.6c-0.8-0.4-1.7-0.7-2.6-0.6c-0.8,0-1.5,0.2-2.2,0.5c-0.8,0.4-1.4,1-1.9,1.7 c-0.4-0.7-0.9-1.3-1.6-1.6c-0.7-0.4-1.5-0.6-2.3-0.5c-1.7,0-3.3,0.8-4.3,2.2v-1.9h-3.3v13.7h3.6v-6.6c0-0.9,0-1.9,0.3-2.8 c0.2-0.5,0.5-1,1-1.3c0.5-0.3,1-0.4,1.5-0.4c0.4,0,0.8,0.1,1.1,0.3c0.3,0.2,0.5,0.5,0.6,0.9c0.2,0.8,0.2,1.7,0.2,2.6V70h3.6 v-6.6c0-1,0.1-1.9,0.3-2.8c0.2-0.5,0.5-1,1-1.4c0.4-0.3,0.9-0.5,1.4-0.5c0.6,0,1.2,0.2,1.5,0.8c0.3,0.8,0.4,1.8,0.4,2.7V70h3.6 v-8.8c0.1-1-0.1-1.9-0.4-2.8C234,57.6,233.5,57,232.8,56.6z'/%3E %3Cpath class='st6' d='M253.9,63h4.4v2.4c-0.6,0.5-1.3,0.9-2,1.1c-0.8,0.3-1.6,0.5-2.4,0.5c-1.5,0.1-2.9-0.6-3.9-1.7 c-1-1.1-1.5-2.8-1.5-5c-0.1-1.7,0.4-3.4,1.4-4.7c1-1.1,2.5-1.6,4-1.6c1,0,1.9,0.2,2.7,0.8c0.7,0.5,1.3,1.3,1.5,2.2l3.8-0.7 c-0.3-1.6-1.2-3.1-2.5-4.1c-1.6-1.1-3.6-1.6-5.5-1.5c-1.6-0.1-3.1,0.2-4.5,0.9c-1.5,0.8-2.8,2-3.6,3.6c-0.8,1.6-1.2,3.4-1.2,5.2 c0,1.7,0.4,3.5,1.1,5c0.7,1.5,1.9,2.7,3.3,3.6c1.6,0.9,3.4,1.3,5.2,1.3c1.6,0,3.1-0.3,4.6-0.9c1.3-0.4,2.5-1.1,3.5-2v-7.5h-8.2 L253.9,63z'/%3E %3Cpath class='st6' d='M270.1,56.4c-0.6,0.5-1.2,1.1-1.5,1.8v-1.9h-3.4v13.7h3.6v-4.2c-0.1-1.5,0-3.1,0.3-4.6 c0.1-0.6,0.4-1.1,0.8-1.5c0.4-0.3,0.8-0.4,1.3-0.4c0.6,0,1.2,0.2,1.7,0.6l1.1-3.2c-0.7-0.4-1.5-0.7-2.4-0.7 C271.1,56,270.6,56.1,270.1,56.4z'/%3E %3Cpath class='st6' d='M281.5,56c-1.3,0-2.5,0.3-3.6,0.9c-1.1,0.6-2,1.5-2.5,2.6c-0.6,1.1-0.9,2.3-0.9,3.5c0,1.4,0.3,2.8,0.9,4 c0.6,1.1,1.5,2,2.6,2.5c1.1,0.6,2.3,0.9,3.6,0.9c1.9,0.1,3.7-0.7,5-2c2.7-2.9,2.7-7.3,0-10.2C285.2,56.7,283.4,55.9,281.5,56z M283.9,66.2c-1.1,1.3-3.1,1.4-4.4,0.3c-0.1-0.1-0.2-0.2-0.3-0.3c-0.7-0.9-1.1-2-1-3.1c-0.1-1.1,0.3-2.2,1-3.1 c1.1-1.3,3.1-1.4,4.4-0.3c0.1,0.1,0.2,0.2,0.3,0.3c0.7,0.9,1,2,1,3.1C285,64.2,284.6,65.3,283.9,66.2z'/%3E %3Cpath class='st6' d='M299.9,62.1c0.1,1.2,0,2.5-0.3,3.7c-0.2,0.5-0.5,1-1,1.3c-0.5,0.3-1.1,0.5-1.7,0.5c-0.5,0-0.9-0.1-1.3-0.4 c-0.4-0.3-0.6-0.6-0.7-1c-0.2-1.2-0.2-2.4-0.2-3.6v-6.2h-3.6v8.6c0,1,0.1,2.1,0.5,3c0.3,0.7,0.9,1.3,1.6,1.7 c0.8,0.4,1.6,0.6,2.5,0.6c0.9,0,1.8-0.2,2.6-0.6c0.8-0.4,1.5-1,2-1.7v2h3.4V56.3h-3.6L299.9,62.1z'/%3E %3Cpath class='st6' d='M318.5,57.8c-1-1.2-2.5-1.9-4-1.9c-0.9,0-1.7,0.2-2.5,0.6c-0.7,0.4-1.3,1-1.8,1.7v-2h-3.4v18.9h3.6v-6.9 c0.6,0.6,1.2,1.1,1.9,1.5c0.6,0.3,1.3,0.5,2.1,0.5c1.6,0,3-0.7,4-1.9c1.2-1.5,1.8-3.4,1.7-5.3C320.3,61.1,319.7,59.3,318.5,57.8 z M315.7,66.4c-0.5,0.6-1.3,1-2.1,1c-0.9,0-1.7-0.4-2.2-1.1c-0.7-1-1-2.2-0.9-3.4c-0.1-1.1,0.2-2.2,0.9-3c0.5-0.7,1.4-1,2.2-1 c0.8,0,1.6,0.4,2.1,1c0.7,0.9,1,2.1,0.9,3.2C316.7,64.3,316.4,65.4,315.7,66.4z'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-size: contain;
  width: 25rem;
  height: 10rem;
}

.cloudBg #main_logo {
		background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1624.8 434.3' style='enable-background:new 0 0 1624.8 434.3;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0{fill:%2375787B;} .st1{fill:%23DBDCDD;} .st2{fill:%23BCBDBF;} .st3{fill:%232F91CF;} .st4{fill:%2331C4F3;} .st5{fill:%23256AB3;} .st6{fill:%23929497;} .st7{fill:%23233F95;} .st8{fill:%23FFFFFF;} .st9{fill:%23F28720;} .st10{fill:%23FFC114;} .st11{fill:%23EF6022;} .st12{fill:%23C43427;} %3C/style%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cpath class='st8' d='M435,230c-6.3-0.3-11.9-1.3-16.8-3c-4.9-1.7-9.5-3.9-13.6-6.6c-4.1-2.7-7.9-5.8-11.4-9.3 c-3.5-3.5-6.9-7.1-10.3-11l-14.5-17c-1.1,0.1-2.2,0.2-3.4,0.2c-1.2,0-2.3,0-3.5,0H352v44.3H321V99.4h49.8 c7.2,0,13.8,0.8,19.9,2.5c6.1,1.7,11.3,4.2,15.7,7.7c4.4,3.5,7.9,7.8,10.4,13.1c2.5,5.3,3.7,11.5,3.7,18.7 c0,7.2-1.7,13.8-5.2,19.8c-3.5,6-8.7,10.9-15.7,14.8l13.2,14.2c1.7,1.9,3.6,3.6,5.5,5.2c1.9,1.6,4.1,3.1,6.4,4.5 c2.3,1.4,4.9,2.6,7.7,3.7c2.8,1.1,5.9,2.1,9.4,3L435,230z M362.6,161.8c4.6,0,8.5-0.5,11.8-1.4c3.3-0.9,6-2.2,8.1-3.9 c2.1-1.7,3.6-3.8,4.6-6.2c1-2.4,1.5-5.2,1.5-8.2c0-3.2-0.4-6-1.1-8.3c-0.7-2.3-1.9-4.2-3.6-5.7c-1.7-1.5-3.9-2.6-6.7-3.3 c-2.8-0.7-6.3-1-10.4-1H352v38H362.6z'/%3E %3Cpath class='st8' d='M483.4,229.4c-10.9,0-19.4-2.5-25.3-7.6c-5.9-5-8.9-12.5-8.9-22.4c0-4.2,0.6-7.8,1.8-10.9 c1.2-3.1,2.8-5.8,4.8-8c2.1-2.2,4.5-4.1,7.2-5.5s5.7-2.6,8.9-3.5c3.1-0.8,6.4-1.4,9.7-1.8c3.4-0.3,6.7-0.5,9.9-0.5h17.4v-6.1 c0-4.4-1.5-7.3-4.4-8.9c-3-1.6-7.5-2.4-13.6-2.4c-5,0-10,0.4-15.1,1.3c-5.1,0.9-9.9,1.9-14.5,3.1l-6.2-21.9 c5.7-2.2,11.8-4.1,18.4-5.7c6.6-1.6,13.8-2.3,21.7-2.3c7.7,0,14.3,0.6,19.7,1.7c5.4,1.2,9.9,3,13.4,5.4c3.5,2.5,6,5.6,7.6,9.6 c1.6,3.9,2.4,8.6,2.4,14.2v44.1c0,1.6,0.8,2.7,2.3,3.2c1.5,0.5,3.7,0.9,6.5,1l-1.1,22.9c-1.1,0.1-2.3,0.2-3.5,0.2 c-1.2,0-2.4,0-3.6,0c-3,0-6-0.2-8.9-0.5c-3-0.3-5.7-0.9-8.2-1.6c-2.5-0.8-4.7-1.8-6.5-3.2c-1.8-1.3-3-3.1-3.7-5.2 c-1.8,1.4-3.8,2.7-6,4.1c-2.2,1.3-4.5,2.5-6.9,3.6c-2.4,1.1-4.9,1.9-7.6,2.6C488.8,229.1,486.2,229.4,483.4,229.4z M489.8,206 c2.9,0,6-0.4,9.3-1.1c3.3-0.7,6.7-1.5,10-2.4v-15.7l-14.9,0.4c-2.2,0.1-4.3,0.3-6.2,0.7c-1.9,0.4-3.5,1-4.9,1.8 c-1.4,0.8-2.4,1.9-3.2,3.1c-0.8,1.3-1.2,2.8-1.2,4.6c0,1.5,0.3,2.8,1,3.8c0.7,1.1,1.5,1.9,2.5,2.7c1,0.7,2.2,1.2,3.5,1.5 C487.1,205.8,488.4,206,489.8,206z'/%3E %3Cpath class='st8' d='M567.7,91h30.2v47.8c1.5-1.2,3.4-2.5,5.7-4c2.3-1.5,4.9-2.9,7.7-4.2c2.8-1.3,5.8-2.5,9-3.4 c3.2-0.9,6.5-1.4,9.7-1.4c7.8,0,13.9,1,18.3,3c4.4,2,7.8,4.8,10,8.4c2.2,3.6,3.6,7.8,4.1,12.6c0.5,4.8,0.8,10.1,0.8,15.7v62.3 h-29.9v-59.8c0-3.4-0.2-6.1-0.7-8.2c-0.4-2.1-1.2-3.7-2.2-4.8c-1.1-1.2-2.4-1.9-4.1-2.3c-1.7-0.4-3.8-0.6-6.4-0.6 c-2.2,0-4.4,0.2-6.5,0.5c-2.1,0.3-4.1,0.8-6,1.3c-1.9,0.5-3.7,1.1-5.3,1.7c-1.6,0.6-3,1.2-4.3,1.8v70.3h-30.2V91z'/%3E %3Cpath class='st8' d='M687.5,91h30.2v74.6l27.5-36.8h32.5l-36.1,45.7l14.1,16c1.7,2,3.4,3.8,5.1,5.5s3.4,3.2,5.4,4.6 c1.9,1.4,4.1,2.6,6.5,3.7c2.4,1.1,5.2,2,8.3,2.8l-3.5,22.8c-4-0.2-7.8-0.5-11.5-0.9s-7.3-1.3-10.8-2.7c-3.5-1.3-6.9-3.2-10.2-5.7 c-3.3-2.5-6.6-5.8-9.7-10l-17.5-23.1v40.3h-30.2V91z'/%3E %3Cpath class='st8' d='M823.4,229.4c-10.9,0-19.4-2.5-25.3-7.6s-8.9-12.5-8.9-22.4c0-4.2,0.6-7.8,1.8-10.9s2.8-5.8,4.8-8 c2.1-2.2,4.5-4.1,7.2-5.5c2.8-1.5,5.7-2.6,8.9-3.5c3.1-0.8,6.4-1.4,9.7-1.8c3.4-0.3,6.7-0.5,9.9-0.5h17.4v-6.1 c0-4.4-1.5-7.3-4.4-8.9c-3-1.6-7.5-2.4-13.6-2.4c-5,0-10,0.4-15.1,1.3c-5.1,0.9-9.9,1.9-14.5,3.1l-6.2-21.9 c5.7-2.2,11.8-4.1,18.4-5.7c6.6-1.6,13.8-2.3,21.7-2.3c7.7,0,14.3,0.6,19.7,1.7c5.4,1.2,9.9,3,13.4,5.4c3.5,2.5,6,5.6,7.6,9.6 c1.6,3.9,2.4,8.6,2.4,14.2v44.1c0,1.6,0.8,2.7,2.3,3.2c1.5,0.5,3.7,0.9,6.5,1l-1.1,22.9c-1.1,0.1-2.3,0.2-3.5,0.2s-2.4,0-3.6,0 c-3,0-6-0.2-8.9-0.5c-3-0.3-5.7-0.9-8.2-1.6c-2.5-0.8-4.7-1.8-6.5-3.2c-1.8-1.3-3-3.1-3.7-5.2c-1.8,1.4-3.8,2.7-6,4.1 c-2.2,1.3-4.5,2.5-6.9,3.6c-2.4,1.1-4.9,1.9-7.6,2.6C828.8,229.1,826.2,229.4,823.4,229.4z M829.8,206c2.9,0,6-0.4,9.3-1.1 s6.7-1.5,10-2.4v-15.7l-14.9,0.4c-2.2,0.1-4.3,0.3-6.2,0.7c-1.9,0.4-3.5,1-4.9,1.8c-1.4,0.8-2.4,1.9-3.2,3.1 c-0.8,1.3-1.2,2.8-1.2,4.6c0,1.5,0.3,2.8,1,3.8c0.7,1.1,1.5,1.9,2.5,2.7c1,0.7,2.2,1.2,3.5,1.5C827,205.8,828.4,206,829.8,206z'/%3E %3Cpath class='st8' d='M907.7,128.6h30.2v13.3c1.2-1.6,2.7-3.3,4.5-5.1s3.7-3.4,5.9-4.9c2.2-1.5,4.5-2.7,7.1-3.7 c2.5-1,5.2-1.5,8.1-1.5c2.8,0,5.3,0.1,7.4,0.3c2.1,0.2,4.2,0.6,6.2,1.2l-3.8,25c-1.5-0.2-2.8-0.4-3.8-0.6c-1.1-0.2-2.1-0.3-3-0.4 c-1-0.1-2-0.1-3-0.1c-1,0-2.2,0-3.6,0c-2.2,0-4.4,0.2-6.5,0.7c-2.2,0.5-4.2,1.1-6.2,1.9c-2,0.8-3.7,1.7-5.3,2.7 c-1.6,1-2.9,2.1-3.9,3.2v67.1h-30.2V128.6z'/%3E %3Cpath class='st8' d='M1015.6,229.4c-10.9,0-19.4-2.5-25.3-7.6c-5.9-5-8.9-12.5-8.9-22.4c0-4.2,0.6-7.8,1.8-10.9 c1.2-3.1,2.8-5.8,4.9-8c2-2.2,4.5-4.1,7.2-5.5c2.8-1.5,5.7-2.6,8.9-3.5c3.1-0.8,6.4-1.4,9.8-1.8c3.4-0.3,6.7-0.5,9.9-0.5h17.4 v-6.1c0-4.4-1.5-7.3-4.4-8.9c-3-1.6-7.5-2.4-13.6-2.4c-5,0-10,0.4-15.1,1.3c-5.1,0.9-9.9,1.9-14.5,3.1l-6.2-21.9 c5.7-2.2,11.8-4.1,18.4-5.7c6.6-1.6,13.8-2.3,21.7-2.3c7.7,0,14.3,0.6,19.7,1.7c5.4,1.2,9.9,3,13.4,5.4c3.5,2.5,6,5.6,7.6,9.6 c1.6,3.9,2.4,8.6,2.4,14.2v44.1c0,1.6,0.8,2.7,2.3,3.2c1.5,0.5,3.7,0.9,6.5,1l-1.1,22.9c-1.1,0.1-2.3,0.2-3.4,0.2s-2.4,0-3.6,0 c-3,0-6-0.2-8.9-0.5c-3-0.3-5.7-0.9-8.2-1.6s-4.7-1.8-6.5-3.2c-1.8-1.3-3-3.1-3.7-5.2c-1.8,1.4-3.8,2.7-6,4.1 c-2.2,1.3-4.5,2.5-6.9,3.6c-2.4,1.1-4.9,1.9-7.6,2.6C1021,229.1,1018.3,229.4,1015.6,229.4z M1021.9,206c2.9,0,6-0.4,9.3-1.1 c3.3-0.7,6.7-1.5,10-2.4v-15.7l-14.9,0.4c-2.2,0.1-4.3,0.3-6.2,0.7c-1.9,0.4-3.5,1-4.9,1.8c-1.4,0.8-2.4,1.9-3.2,3.1 c-0.8,1.3-1.2,2.8-1.2,4.6c0,1.5,0.3,2.8,1,3.8c0.7,1.1,1.5,1.9,2.5,2.7c1,0.7,2.2,1.2,3.5,1.5 C1019.2,205.8,1020.6,206,1021.9,206z'/%3E %3Cpath class='st8' d='M1099.9,128.6h30.2v10.2c1.5-1.2,3.4-2.5,5.7-4c2.3-1.5,4.9-2.8,7.7-4.2c2.8-1.3,5.8-2.4,9-3.3 c3.2-0.9,6.5-1.3,9.7-1.3c7.8,0,13.9,1,18.3,3c4.4,2,7.8,4.8,10,8.3c2.2,3.5,3.6,7.7,4.1,12.5c0.5,4.8,0.8,10,0.8,15.6v62.1 h-29.9v-59.6c0-3.4-0.2-6.1-0.7-8.2c-0.4-2.1-1.2-3.7-2.2-4.8c-1.1-1.2-2.4-1.9-4.2-2.3c-1.7-0.4-3.8-0.6-6.4-0.6 c-2.2,0-4.4,0.2-6.5,0.5c-2.1,0.3-4.1,0.7-6,1.3c-1.9,0.5-3.6,1.1-5.3,1.7c-1.6,0.6-3,1.2-4.3,1.7v70.3h-30.2V128.6z'/%3E %3Cpath class='st8' d='M1301.3,99.4h39.7l43.2,128.3h-31.9l-12.2-37.6h-43.4l-14,37.6h-31L1301.3,99.4z M1332.8,167.9l-12.8-49.4 l-15.1,49.4H1332.8z'/%3E %3Cpath class='st8' d='M1440,229.6c-5.1,0-9.7-0.2-13.7-0.5c-4-0.3-7.7-0.8-11-1.4c-3.3-0.6-6.4-1.2-9.2-2 c-2.8-0.8-5.6-1.6-8.4-2.6V91h30v38.1c1.7-0.5,3.5-1,5.4-1.4c1.8-0.4,3.6-0.8,5.4-1.1c1.8-0.3,3.5-0.5,5.1-0.7 c1.6-0.2,3.1-0.2,4.4-0.2c7.5,0,14.1,0.8,20,2.5c5.9,1.6,10.8,4.3,14.9,8.1c4.1,3.7,7.2,8.6,9.4,14.6c2.2,6,3.3,13.4,3.3,22.1 c0,10.7-1.6,19.7-4.7,26.9c-3.1,7.2-7.2,13.1-12.4,17.5c-5.2,4.4-11.1,7.6-17.8,9.5C1454,228.6,1447.1,229.6,1440,229.6z M1442.4,148.3c-2.8,0-5.4,0.2-7.9,0.7c-2.5,0.5-4.7,1-6.7,1.6V204c1.7,0.4,3.7,0.8,5.8,1.4c2.1,0.5,4.5,0.8,6.9,0.8 c3.9,0,7.3-0.9,10.3-2.6c3-1.7,5.5-4.1,7.6-7c2.1-3,3.6-6.5,4.7-10.5c1.1-4,1.6-8.3,1.6-13c0-4.7-0.4-8.6-1.2-11.8 c-0.8-3.2-2-5.7-3.8-7.6c-1.8-1.9-4.1-3.3-6.9-4.2C1449.9,148.7,1446.4,148.3,1442.4,148.3z'/%3E %3Cpath class='st8' d='M1510.2,128.6h30.2v13.3c1.2-1.6,2.7-3.3,4.5-5.1c1.7-1.8,3.7-3.4,5.9-4.9c2.2-1.5,4.5-2.7,7.1-3.7 c2.6-1,5.3-1.5,8.1-1.5c2.8,0,5.3,0.1,7.4,0.3c2.1,0.2,4.2,0.6,6.2,1.2l-3.8,25c-1.5-0.2-2.8-0.4-3.8-0.6c-1.1-0.2-2.1-0.3-3-0.4 c-1-0.1-2-0.1-3-0.1c-1,0-2.2,0-3.6,0c-2.2,0-4.3,0.2-6.5,0.7c-2.2,0.5-4.2,1.1-6.2,1.9c-2,0.8-3.7,1.7-5.3,2.7 c-1.6,1-2.9,2.1-3.9,3.2v67.1h-30.2V128.6z'/%3E %3Cpath class='st8' d='M1584.3,97.8l20.1-20.2l20.4,20.2l-20.4,20.2L1584.3,97.8z M1589.6,128.6h30v99.1h-30V128.6z'/%3E %3C/g%3E %3Cg%3E %3Cpath class='st8' d='M342.5,337c-2.7,0-5.2-0.1-7.4-0.3c-2.2-0.2-4.2-0.5-6-0.9c-1.8-0.4-3.4-0.9-4.9-1.5 c-1.5-0.6-2.8-1.2-4.1-1.9l4.5-11.5c1.5,0.5,2.9,1,4.2,1.3c1.3,0.4,2.7,0.7,4.1,0.9c1.4,0.2,2.8,0.4,4.3,0.5 c1.5,0.1,3.2,0.2,5,0.2c4,0,7-0.6,8.9-1.7c1.9-1.1,2.8-2.7,2.8-4.8c0-1.4-0.5-2.5-1.4-3.5c-0.9-1-2.1-1.9-3.6-2.7 c-1.5-0.8-3.2-1.6-5.1-2.3c-1.9-0.7-3.9-1.5-5.8-2.4c-2-0.9-3.9-1.9-5.8-3c-1.9-1.1-3.6-2.4-5.1-4c-1.5-1.5-2.7-3.3-3.6-5.4 c-0.9-2.1-1.4-4.6-1.4-7.4c0-3.2,0.7-6,2.1-8.3c1.4-2.3,3.2-4.2,5.5-5.7c2.3-1.5,4.8-2.6,7.7-3.3c2.9-0.7,5.8-1.1,8.8-1.1 c2.6,0,4.9,0.1,6.9,0.4c2,0.3,3.8,0.6,5.5,1c1.6,0.4,3.1,0.9,4.5,1.4c1.3,0.5,2.7,1.1,4,1.6l-4.7,11.3c-1.2-0.4-2.4-0.7-3.6-1.1 c-1.2-0.3-2.4-0.6-3.6-0.9c-1.2-0.3-2.5-0.5-4-0.6c-1.4-0.1-3-0.2-4.7-0.2c-1.6,0-3,0.1-4.1,0.4c-1.1,0.3-2,0.7-2.7,1.2 c-0.7,0.5-1.2,1.1-1.5,1.7c-0.3,0.6-0.4,1.3-0.4,2c0,1.1,0.5,2.1,1.4,3c0.9,0.9,2.1,1.7,3.7,2.5c1.5,0.8,3.2,1.6,5.2,2.4 c1.9,0.8,3.9,1.7,5.9,2.6c2,0.9,4,2,5.9,3.2c1.9,1.2,3.6,2.6,5.2,4.1c1.5,1.6,2.7,3.4,3.7,5.4c0.9,2,1.4,4.4,1.4,7 c0,3.7-0.8,6.8-2.4,9.3c-1.6,2.6-3.7,4.6-6.3,6.3c-2.6,1.6-5.6,2.8-8.9,3.5C349.3,336.6,345.9,337,342.5,337z'/%3E %3Cpath class='st8' d='M397.9,336h-5.7l-17.7-51.6h16.9l8.8,30.6l2.2,8.4l2.5-8.4l10.3-30.6h15.9L406,356.7h-15L397.9,336z'/%3E %3Cpath class='st8' d='M453.9,337.1c-3.8,0-7.2-0.2-10.2-0.5s-5.9-0.9-8.5-1.6l1.6-11.9c3.4,0.4,6.5,0.8,9.1,1 c2.6,0.2,4.8,0.3,6.5,0.3c2,0,3.5-0.1,4.7-0.3c1.2-0.2,2.1-0.5,2.7-0.9c0.6-0.4,1-0.7,1.2-1.2c0.2-0.4,0.3-0.8,0.3-1.2 c0-0.7-0.4-1.3-1.1-1.8c-0.7-0.5-1.7-0.9-2.9-1.3c-1.2-0.4-2.6-0.8-4.1-1.3c-1.6-0.4-3.1-0.9-4.8-1.5c-1.6-0.6-3.2-1.3-4.8-2.1 c-1.6-0.8-2.9-1.9-4.1-3.1c-1.2-1.2-2.2-2.7-2.9-4.4c-0.7-1.7-1.1-3.7-1.1-6c0-2.8,0.6-5.2,1.8-7.2c1.2-2,2.8-3.7,4.8-5.1 c2-1.3,4.3-2.3,6.9-3c2.6-0.7,5.3-1,8.1-1c3.1,0,6.1,0.3,9,0.8c2.8,0.5,5.6,1.2,8.3,2.2l-2.6,11.4c-1.3-0.3-2.5-0.5-3.6-0.7 c-1.1-0.2-2.3-0.4-3.4-0.6c-1.1-0.2-2.3-0.3-3.5-0.4c-1.2-0.1-2.4-0.1-3.8-0.1c-1.3,0-2.4,0.1-3.2,0.3c-0.8,0.2-1.5,0.5-1.9,0.8 c-0.5,0.3-0.8,0.7-0.9,1c-0.2,0.4-0.2,0.7-0.2,1c0,0.7,0.4,1.4,1.1,1.9c0.7,0.5,1.7,1,2.9,1.5s2.6,0.9,4.1,1.4s3.1,1,4.7,1.6 s3.2,1.4,4.7,2.2s2.9,1.8,4.1,3c1.2,1.2,2.2,2.6,2.9,4.2c0.7,1.6,1.1,3.5,1.1,5.6c0,2.3-0.4,4.3-1.1,6c-0.7,1.7-1.7,3.2-2.9,4.5 c-1.2,1.2-2.6,2.3-4.2,3.1c-1.6,0.8-3.2,1.5-4.9,2c-1.7,0.5-3.4,0.8-5.1,1C457,337,455.4,337.1,453.9,337.1z'/%3E %3Cpath class='st8' d='M509.9,337c-1.6,0-3.3,0-5,0c-1.7,0-3.3-0.2-4.9-0.5c-1.6-0.3-3.1-0.7-4.5-1.4c-1.4-0.7-2.6-1.6-3.7-2.9 c-1-1.3-1.9-2.9-2.4-4.9c-0.6-2-0.9-4.4-0.9-7.3v-23.9h-7.6v-11.6h7.6v-10.5h15.6v10.5h16v11.6h-16v23.8c0,0.9,0.1,1.7,0.3,2.2 c0.2,0.5,0.5,0.9,0.9,1.2c0.4,0.3,1,0.4,1.7,0.5c0.7,0.1,1.6,0.1,2.6,0.1c0.9,0,1.9,0,3.2-0.1c1.3-0.1,2.5-0.2,3.7-0.3 c1.4-0.1,2.8-0.3,4.3-0.5l1.6,12.3c-0.9,0.3-1.9,0.5-3,0.7c-1.1,0.2-2.2,0.4-3.2,0.6c-1.1,0.1-2.2,0.3-3.3,0.3 C511.8,336.9,510.8,337,509.9,337z'/%3E %3Cpath class='st8' d='M555.6,337.1c-4.2,0-8.1-0.4-11.5-1.2c-3.4-0.8-6.4-2.2-8.8-4.2c-2.4-2-4.3-4.7-5.6-8c-1.3-3.4-2-7.6-2-12.8 c0-5.3,0.7-9.7,2-13.2c1.3-3.5,3.1-6.4,5.5-8.5c2.3-2.2,5.1-3.7,8.4-4.6c3.3-0.9,6.9-1.4,10.8-1.4c4,0,7.5,0.6,10.3,1.9 c2.8,1.3,5.1,3,6.9,5.3c1.8,2.3,3.1,5,3.9,8.2c0.8,3.2,1.2,6.8,1.2,10.6v5.7h-33.4c0,2,0.3,3.7,1.1,4.9c0.7,1.3,1.8,2.2,3.1,2.9 c1.3,0.7,2.8,1.2,4.6,1.4c1.8,0.2,3.7,0.4,5.8,0.4c0.9,0,1.9-0.1,3-0.2c1.1-0.1,2.3-0.3,3.6-0.5c1.3-0.2,2.6-0.4,4-0.7 c1.4-0.2,2.7-0.5,4-0.8l2.4,12c-1.5,0.4-3,0.8-4.6,1.1c-1.6,0.3-3.3,0.6-4.9,0.8c-1.7,0.2-3.3,0.4-5,0.5 C558.7,337.1,557.1,337.1,555.6,337.1z M560.7,304.9c0-1.6-0.1-3-0.4-4.2s-0.8-2.4-1.5-3.3c-0.7-0.9-1.5-1.7-2.4-2.2 c-1-0.5-2.1-0.8-3.3-0.8c-2.7,0-4.9,0.9-6.5,2.7c-1.6,1.8-2.5,4.4-2.6,7.8H560.7z'/%3E %3Cpath class='st8' d='M586.8,284.4h15.7v5.3c1.1-0.8,2.3-1.7,3.6-2.5c1.3-0.8,2.7-1.5,4.1-2.2c1.4-0.6,2.9-1.1,4.4-1.5 c1.5-0.4,3-0.6,4.6-0.6c3.7,0,6.8,0.7,9.3,2.1c2.5,1.4,4.2,3.3,5.2,5.7c1-0.9,2.2-1.8,3.5-2.7c1.3-0.9,2.8-1.8,4.3-2.5 c1.5-0.8,3.1-1.4,4.8-1.9c1.7-0.5,3.3-0.7,5-0.7c2.8,0,5.1,0.3,7,0.9c1.9,0.6,3.5,1.4,4.7,2.5c1.2,1.1,2.2,2.3,2.8,3.7 c0.7,1.4,1.1,2.9,1.4,4.4c0.3,1.5,0.5,3.1,0.5,4.7c0,1.6,0.1,3.1,0.1,4.5V336h-15.8v-31c0-1.6-0.1-2.9-0.3-3.9 c-0.2-1.1-0.6-1.9-1.1-2.5c-0.5-0.6-1.2-1.1-2-1.4c-0.8-0.3-1.9-0.4-3.1-0.4c-0.8,0-1.7,0.1-2.7,0.2c-1,0.2-1.9,0.4-2.8,0.7 c-0.9,0.3-1.9,0.6-2.7,0.9c-0.9,0.3-1.7,0.7-2.4,1c0.1,0.7,0.2,1.4,0.2,2c0,0.6,0,1.3,0,1.9V336h-15.7v-31c0-1.7-0.1-3.2-0.3-4.2 c-0.2-1.1-0.6-1.9-1.1-2.4c-0.5-0.6-1.2-0.9-2-1.1c-0.8-0.2-1.8-0.3-3-0.3c-1.8,0-3.7,0.2-5.6,0.7c-1.9,0.5-3.6,1.1-5,1.8V336 h-15.7V284.4z'/%3E %3Cpath class='st8' d='M737.6,337c-5.5,0-10.5-0.7-15.1-2.1c-4.5-1.4-8.4-3.5-11.5-6.3c-3.2-2.8-5.6-6.3-7.4-10.6 c-1.7-4.3-2.6-9.3-2.6-15.1c0-6,0.8-11.3,2.4-15.6c1.6-4.4,4-8,7.2-10.8s7-4.9,11.7-6.3c4.6-1.3,10-2,16.1-2 c2.4,0,4.5,0.1,6.4,0.3c1.9,0.2,3.6,0.5,5.2,0.9c1.6,0.4,3.1,0.8,4.4,1.3c1.4,0.5,2.7,1,4,1.5l-4.2,11.6c-1.6-0.4-3-0.8-4.2-1.1 c-1.2-0.3-2.5-0.6-3.6-0.8c-1.2-0.2-2.4-0.4-3.7-0.5c-1.3-0.1-2.8-0.1-4.5-0.1c-3,0-5.7,0.4-8.3,1.1c-2.5,0.8-4.7,2-6.6,3.6 c-1.8,1.6-3.3,3.8-4.3,6.4c-1.1,2.6-1.6,5.8-1.6,9.4c0,3.7,0.6,6.9,1.7,9.6c1.1,2.7,2.7,4.9,4.7,6.7c2,1.8,4.3,3.1,7,3.9 c2.7,0.9,5.5,1.3,8.6,1.3c0.7,0,1.5,0,2.2,0c0.7,0,1.4,0,2,0V303h16.1v30.1c-1.9,0.7-3.7,1.3-5.5,1.8c-1.8,0.5-3.5,0.9-5.3,1.2 c-1.8,0.3-3.6,0.5-5.4,0.7C741.6,336.9,739.6,337,737.6,337z'/%3E %3Cpath class='st8' d='M772.6,284.4h15.7v6.9c0.6-0.8,1.4-1.7,2.3-2.6c0.9-0.9,1.9-1.8,3.1-2.5c1.1-0.8,2.4-1.4,3.7-1.9 c1.3-0.5,2.7-0.8,4.2-0.8c1.5,0,2.7,0.1,3.9,0.2c1.1,0.1,2.2,0.3,3.2,0.6l-2,13c-0.8-0.1-1.4-0.2-2-0.3c-0.5-0.1-1.1-0.1-1.6-0.2 c-0.5,0-1-0.1-1.6-0.1c-0.5,0-1.2,0-1.9,0c-1.1,0-2.3,0.1-3.4,0.4c-1.1,0.3-2.2,0.6-3.2,1c-1,0.4-1.9,0.9-2.8,1.4 c-0.8,0.5-1.5,1.1-2,1.7V336h-15.7V284.4z'/%3E %3Cpath class='st8' d='M837.4,337.1c-4.2,0-8-0.6-11.2-1.8c-3.2-1.2-6-3-8.2-5.3c-2.2-2.3-3.9-5.1-5-8.3c-1.1-3.3-1.7-6.9-1.7-11 c0-4.3,0.6-8.1,1.9-11.5c1.3-3.4,3.1-6.3,5.4-8.7c2.3-2.4,5.2-4.2,8.5-5.5c3.3-1.3,7-1.9,11.2-1.9c4.6,0,8.5,0.6,11.9,1.9 c3.3,1.2,6.1,3,8.3,5.4c2.2,2.3,3.8,5.2,4.8,8.6c1,3.4,1.6,7.1,1.6,11.4c0,4.4-0.7,8.2-2.1,11.6c-1.4,3.3-3.3,6.1-5.7,8.4 c-2.4,2.2-5.3,4-8.7,5.1C845.1,336.5,841.4,337.1,837.4,337.1z M838.3,324.5c2.1,0,3.8-0.3,5.2-1c1.4-0.7,2.4-1.6,3.2-2.9 c0.8-1.2,1.3-2.7,1.6-4.5c0.3-1.7,0.5-3.7,0.5-5.9c0-2.1-0.2-4-0.5-5.8c-0.3-1.8-0.9-3.4-1.7-4.7c-0.8-1.3-1.9-2.3-3.3-3.1 c-1.4-0.8-3.1-1.1-5.3-1.1c-2.1,0-3.9,0.4-5.3,1.1c-1.4,0.8-2.5,1.8-3.3,3.1c-0.8,1.3-1.4,2.9-1.7,4.7c-0.3,1.8-0.5,3.8-0.5,5.9 c0,2.2,0.2,4.2,0.5,5.9c0.4,1.8,1,3.3,1.8,4.5c0.9,1.2,2,2.1,3.4,2.8C834.4,324.2,836.2,324.5,838.3,324.5z'/%3E %3Cpath class='st8' d='M892.1,337.1c-2.7,0-5-0.2-6.9-0.7c-1.9-0.5-3.5-1.2-4.7-2c-1.3-0.9-2.3-1.9-3-3.2c-0.7-1.2-1.3-2.6-1.7-4.2 c-0.4-1.5-0.6-3.2-0.7-5c-0.1-1.8-0.1-3.6-0.1-5.6v-32h15.6v30.7c0,1.7,0.1,3.2,0.3,4.3s0.6,1.9,1.1,2.5c0.5,0.6,1.2,1,2.1,1.2 c0.9,0.2,2,0.3,3.4,0.3c1.2,0,2.3-0.1,3.4-0.2c1.1-0.2,2.1-0.4,3.1-0.6c1-0.2,1.9-0.5,2.8-0.8c0.9-0.3,1.6-0.6,2.3-0.9v-36.5 h15.7V336H909v-5.3c-0.8,0.6-1.8,1.3-3,2c-1.2,0.7-2.6,1.4-4,2.1c-1.5,0.6-3,1.2-4.7,1.6C895.5,336.9,893.8,337.1,892.1,337.1z'/%3E %3Cpath class='st8' d='M937.5,284.4h15.6v3.7c0.5-0.4,1.2-1,2.2-1.6c0.9-0.6,2-1.1,3.1-1.6s2.3-0.9,3.6-1.3 c1.3-0.4,2.5-0.5,3.7-0.5c3.5,0,6.7,0.4,9.5,1.3c2.8,0.9,5.2,2.3,7.2,4.2c2,2,3.5,4.5,4.5,7.7c1.1,3.2,1.6,7,1.6,11.5 c0,5.4-0.8,9.9-2.4,13.7c-1.6,3.7-3.7,6.7-6.4,9c-2.7,2.3-5.8,3.9-9.2,4.9c-3.5,1-7.1,1.5-10.8,1.5c-1.2,0-2.3,0-3.4-0.1 c-1.1-0.1-2-0.2-3-0.2v20.2h-15.6V284.4z M959.9,325c2,0,3.7-0.4,5.3-1.2c1.6-0.8,2.9-2,4-3.4c1.1-1.5,1.9-3.2,2.5-5.3 c0.6-2,0.8-4.3,0.8-6.6c0-2.3-0.2-4.3-0.7-5.8c-0.5-1.5-1.2-2.8-2.1-3.7s-2.2-1.6-3.6-2c-1.5-0.4-3.2-0.6-5.2-0.6 c-1.3,0-2.7,0.2-4.1,0.5s-2.6,0.6-3.6,0.9v26.6c0.8,0.1,1.8,0.2,3,0.4C957.4,324.9,958.6,325,959.9,325z'/%3E %3C/g%3E %3C/g%3E %3Cg%3E %3Cpolygon class='st1' points='210,310.3 105,372.3 210,434.3 '/%3E %3Cpolygon class='st2' points='105,248.2 105,372.3 210,310.3 '/%3E %3Cpolygon class='st2' points='105,0 105,124.1 210,62.1 '/%3E %3Cpolygon class='st3' points='105,124.1 105,248.2 210,186.2 '/%3E %3Cpolygon class='st4' points='210,62.1 105,124.1 210,186.2 '/%3E %3Cpolygon class='st5' points='105,124.1 0,186.2 105,248.2 '/%3E %3Cpolygon class='st6' points='105,248.2 0,310.3 105,372.3 '/%3E %3Cpolygon class='st7' points='0,186.2 0,186.2 0,310.3 105,248.2 '/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
		}

.omumi #main_logo {
		background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1203.8 434.3' style='enable-background:new 0 0 1203.8 434.3;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0{fill:%2375787B;} .st1{fill:%23DBDCDD;} .st2{fill:%23BCBDBF;} .st3{fill:%232F91CF;} .st4{fill:%2331C4F3;} .st5{fill:%23256AB3;} .st6{fill:%23929497;} .st7{fill:%23233F95;} .st8{fill:%23FFFFFF;} .st9{fill:%23F28720;} .st10{fill:%23FFC114;} .st11{fill:%23EF6022;} .st12{fill:%23C43427;} %3C/style%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cpath class='st8' d='M439.9,175.9c-6.3-0.3-11.9-1.3-16.8-3c-4.9-1.7-9.5-3.9-13.6-6.6c-4.1-2.7-7.9-5.8-11.4-9.3 c-3.5-3.5-6.9-7.2-10.3-11l-14.5-17c-1.1,0.1-2.2,0.2-3.4,0.2c-1.2,0-2.3,0-3.5,0H357v44.3H326V45.3h49.8 c7.2,0,13.8,0.8,19.9,2.5c6.1,1.7,11.3,4.2,15.7,7.7c4.4,3.5,7.9,7.8,10.4,13.1c2.5,5.3,3.7,11.5,3.7,18.6 c0,7.2-1.7,13.8-5.2,19.8c-3.5,6-8.7,10.9-15.7,14.8l13.2,14.2c1.7,1.9,3.6,3.6,5.5,5.2c1.9,1.6,4.1,3.1,6.4,4.5 c2.3,1.4,4.9,2.6,7.7,3.7c2.8,1.1,5.9,2.1,9.4,3L439.9,175.9z M367.6,107.7c4.6,0,8.5-0.5,11.8-1.4c3.3-0.9,6-2.2,8.1-3.9 c2.1-1.7,3.6-3.8,4.6-6.2c1-2.4,1.5-5.2,1.5-8.2c0-3.2-0.4-6-1.1-8.3c-0.7-2.3-1.9-4.2-3.6-5.7c-1.7-1.5-3.9-2.6-6.7-3.3 c-2.8-0.7-6.3-1-10.4-1H357v38H367.6z'/%3E %3Cpath class='st8' d='M488.4,175.3c-10.9,0-19.4-2.5-25.3-7.6c-5.9-5-8.9-12.5-8.9-22.4c0-4.2,0.6-7.8,1.8-10.9 c1.2-3.1,2.8-5.8,4.8-8c2.1-2.2,4.5-4.1,7.2-5.5c2.8-1.5,5.7-2.6,8.9-3.5c3.1-0.8,6.4-1.4,9.7-1.8c3.4-0.3,6.7-0.5,9.9-0.5h17.4 v-6.1c0-4.3-1.5-7.3-4.4-8.9c-3-1.6-7.5-2.4-13.6-2.4c-5,0-10,0.4-15.1,1.3c-5.1,0.9-9.9,1.9-14.5,3.1l-6.2-21.9 c5.7-2.2,11.8-4.1,18.4-5.7c6.6-1.6,13.8-2.3,21.7-2.3c7.7,0,14.3,0.6,19.7,1.7c5.4,1.2,9.9,3,13.4,5.4c3.5,2.5,6,5.6,7.6,9.6 s2.4,8.6,2.4,14.2v44.1c0,1.6,0.8,2.7,2.3,3.2c1.5,0.5,3.7,0.9,6.5,1l-1.1,22.9c-1.1,0.1-2.3,0.2-3.5,0.2c-1.2,0-2.4,0-3.6,0 c-3,0-6-0.2-8.9-0.5c-3-0.3-5.7-0.9-8.2-1.6c-2.5-0.8-4.7-1.8-6.5-3.2c-1.8-1.3-3-3.1-3.7-5.2c-1.8,1.4-3.8,2.7-6,4.1 c-2.2,1.3-4.5,2.5-6.9,3.6c-2.4,1.1-4.9,1.9-7.6,2.6C493.8,174.9,491.2,175.3,488.4,175.3z M494.8,151.9c2.9,0,6-0.4,9.3-1.1 c3.3-0.7,6.7-1.5,10-2.4v-15.7l-14.9,0.4c-2.2,0.1-4.3,0.3-6.2,0.7c-1.9,0.4-3.5,1-4.9,1.8c-1.4,0.8-2.4,1.9-3.2,3.1 c-0.8,1.3-1.2,2.8-1.2,4.6c0,1.5,0.3,2.8,1,3.8c0.7,1.1,1.5,1.9,2.5,2.7c1,0.7,2.2,1.2,3.5,1.5S493.4,151.9,494.8,151.9z'/%3E %3Cpath class='st8' d='M572.7,36.9h30.2v47.8c1.5-1.2,3.4-2.5,5.7-4c2.3-1.5,4.9-2.9,7.7-4.2c2.8-1.3,5.8-2.5,9-3.4 c3.2-0.9,6.5-1.4,9.7-1.4c7.8,0,13.9,1,18.3,3c4.4,2,7.8,4.8,10,8.4c2.2,3.6,3.6,7.8,4.1,12.6c0.5,4.8,0.8,10.1,0.8,15.7v62.3 h-29.9v-59.8c0-3.4-0.2-6.1-0.7-8.2c-0.4-2.1-1.2-3.7-2.2-4.9c-1.1-1.2-2.4-1.9-4.1-2.3c-1.7-0.4-3.8-0.6-6.4-0.6 c-2.2,0-4.4,0.2-6.5,0.5c-2.1,0.3-4.1,0.8-6,1.3c-1.9,0.5-3.7,1.1-5.3,1.7c-1.6,0.6-3,1.2-4.3,1.8v70.3h-30.2V36.9z'/%3E %3Cpath class='st8' d='M692.5,36.9h30.2v74.6l27.5-36.8h32.5l-36.1,45.7l14.1,16c1.7,2,3.4,3.8,5.1,5.5c1.6,1.6,3.4,3.2,5.4,4.6 c1.9,1.4,4.1,2.6,6.5,3.7c2.4,1.1,5.2,2,8.3,2.8l-3.5,22.8c-4-0.2-7.8-0.5-11.5-0.9s-7.3-1.3-10.8-2.7c-3.5-1.3-6.9-3.2-10.2-5.7 c-3.3-2.5-6.6-5.8-9.7-10l-17.5-23.1v40.3h-30.2V36.9z'/%3E %3Cpath class='st8' d='M828.4,175.3c-10.9,0-19.4-2.5-25.3-7.6c-5.9-5-8.9-12.5-8.9-22.4c0-4.2,0.6-7.8,1.8-10.9 c1.2-3.1,2.8-5.8,4.8-8c2.1-2.2,4.5-4.1,7.2-5.5c2.8-1.5,5.7-2.6,8.9-3.5c3.1-0.8,6.4-1.4,9.7-1.8c3.4-0.3,6.7-0.5,9.9-0.5h17.4 v-6.1c0-4.3-1.5-7.3-4.4-8.9c-3-1.6-7.5-2.4-13.6-2.4c-5,0-10,0.4-15.1,1.3c-5.1,0.9-9.9,1.9-14.5,3.1l-6.2-21.9 c5.7-2.2,11.8-4.1,18.4-5.7c6.6-1.6,13.8-2.3,21.7-2.3c7.7,0,14.3,0.6,19.7,1.7c5.4,1.2,9.9,3,13.4,5.4c3.5,2.5,6,5.6,7.6,9.6 s2.4,8.6,2.4,14.2v44.1c0,1.6,0.8,2.7,2.3,3.2s3.7,0.9,6.5,1l-1.1,22.9c-1.1,0.1-2.3,0.2-3.5,0.2s-2.4,0-3.6,0 c-3,0-6-0.2-8.9-0.5c-3-0.3-5.7-0.9-8.2-1.6c-2.5-0.8-4.7-1.8-6.5-3.2c-1.8-1.3-3-3.1-3.7-5.2c-1.8,1.4-3.8,2.7-6,4.1 c-2.2,1.3-4.5,2.5-6.9,3.6c-2.4,1.1-4.9,1.9-7.6,2.6C833.8,174.9,831.2,175.3,828.4,175.3z M834.8,151.9c2.9,0,6-0.4,9.3-1.1 c3.3-0.7,6.7-1.5,10-2.4v-15.7l-14.9,0.4c-2.2,0.1-4.3,0.3-6.2,0.7c-1.9,0.4-3.5,1-4.9,1.8c-1.4,0.8-2.4,1.9-3.2,3.1 c-0.8,1.3-1.2,2.8-1.2,4.6c0,1.5,0.3,2.8,1,3.8c0.7,1.1,1.5,1.9,2.5,2.7c1,0.7,2.2,1.2,3.5,1.5 C832,151.7,833.4,151.9,834.8,151.9z'/%3E %3Cpath class='st8' d='M912.7,74.4h30.2v13.3c1.2-1.6,2.7-3.3,4.5-5.1c1.7-1.8,3.7-3.4,5.9-4.9c2.2-1.5,4.5-2.7,7.1-3.7 c2.6-1,5.3-1.5,8.1-1.5c2.8,0,5.3,0.1,7.4,0.3s4.2,0.6,6.2,1.2l-3.8,25c-1.5-0.3-2.8-0.4-3.8-0.6c-1.1-0.2-2.1-0.3-3-0.4 c-1-0.1-2-0.1-3-0.1c-1,0-2.2,0-3.6,0c-2.2,0-4.4,0.3-6.5,0.7c-2.2,0.5-4.2,1.1-6.2,1.9c-2,0.8-3.7,1.7-5.3,2.7 c-1.6,1-2.9,2.1-3.9,3.2v67.1h-30.2V74.4z'/%3E %3Cpath class='st8' d='M1020.6,175.3c-10.9,0-19.4-2.5-25.3-7.6c-5.9-5-8.9-12.5-8.9-22.4c0-4.2,0.6-7.8,1.8-10.9 c1.2-3.1,2.8-5.8,4.8-8c2.1-2.2,4.5-4.1,7.2-5.5c2.8-1.5,5.7-2.6,8.9-3.5c3.1-0.8,6.4-1.4,9.7-1.8c3.4-0.3,6.7-0.5,9.9-0.5h17.4 v-6.1c0-4.3-1.5-7.3-4.4-8.9c-3-1.6-7.5-2.4-13.6-2.4c-5,0-10,0.4-15.1,1.3c-5.1,0.9-9.9,1.9-14.5,3.1l-6.2-21.9 c5.7-2.2,11.8-4.1,18.4-5.7c6.6-1.6,13.8-2.3,21.7-2.3c7.7,0,14.3,0.6,19.7,1.7c5.4,1.2,9.9,3,13.4,5.4c3.5,2.5,6,5.6,7.6,9.6 c1.6,3.9,2.4,8.6,2.4,14.2v44.1c0,1.6,0.8,2.7,2.3,3.2s3.7,0.9,6.5,1l-1.1,22.9c-1.1,0.1-2.3,0.2-3.5,0.2s-2.4,0-3.6,0 c-3,0-6-0.2-8.9-0.5c-3-0.3-5.7-0.9-8.2-1.6s-4.7-1.8-6.5-3.2c-1.8-1.3-3-3.1-3.7-5.2c-1.8,1.4-3.8,2.7-6,4.1 c-2.2,1.3-4.5,2.5-6.9,3.6c-2.4,1.1-4.9,1.9-7.6,2.6C1026,174.9,1023.3,175.3,1020.6,175.3z M1026.9,151.9c2.9,0,5.9-0.4,9.3-1.1 c3.3-0.7,6.7-1.5,10-2.4v-15.7l-14.9,0.4c-2.2,0.1-4.3,0.3-6.2,0.7c-1.9,0.4-3.5,1-4.9,1.8c-1.4,0.8-2.4,1.9-3.2,3.1 c-0.8,1.3-1.2,2.8-1.2,4.6c0,1.5,0.3,2.8,1,3.8c0.7,1.1,1.5,1.9,2.5,2.7c1,0.7,2.2,1.2,3.5,1.5 C1024.2,151.7,1025.6,151.9,1026.9,151.9z'/%3E %3Cpath class='st8' d='M1104.9,74.4h30.2v10.2c1.5-1.2,3.4-2.5,5.7-4c2.3-1.5,4.9-2.8,7.7-4.2c2.8-1.3,5.8-2.4,9-3.3 c3.2-0.9,6.5-1.3,9.7-1.3c7.8,0,13.9,1,18.3,3c4.4,2,7.8,4.8,10,8.3c2.2,3.5,3.6,7.7,4.1,12.5c0.5,4.8,0.8,10,0.8,15.6v62.1 h-29.9V114c0-3.4-0.2-6.1-0.7-8.2c-0.4-2.1-1.2-3.7-2.2-4.8c-1.1-1.2-2.4-1.9-4.2-2.3s-3.8-0.6-6.4-0.6c-2.2,0-4.4,0.2-6.5,0.5 c-2.1,0.3-4.1,0.7-6,1.3c-1.9,0.5-3.6,1.1-5.3,1.7c-1.6,0.6-3,1.2-4.3,1.7v70.3h-30.2V74.4z'/%3E %3C/g%3E %3Cg%3E %3Cpath class='st8' d='M347.5,397c-2.7,0-5.2-0.1-7.4-0.3c-2.2-0.2-4.2-0.5-6-0.9c-1.8-0.4-3.4-0.9-4.9-1.5 c-1.5-0.6-2.8-1.2-4.1-1.9l4.5-11.5c1.5,0.5,2.9,1,4.2,1.3c1.3,0.4,2.7,0.7,4.1,0.9c1.4,0.2,2.8,0.4,4.3,0.5 c1.5,0.1,3.2,0.2,5,0.2c4,0,7-0.6,8.9-1.7c1.9-1.1,2.8-2.7,2.8-4.8c0-1.4-0.5-2.5-1.4-3.5c-0.9-1-2.1-1.9-3.6-2.7 c-1.5-0.8-3.2-1.6-5.1-2.3c-1.9-0.7-3.9-1.5-5.8-2.4c-2-0.9-3.9-1.9-5.8-3c-1.9-1.1-3.6-2.4-5.1-4c-1.5-1.5-2.7-3.3-3.6-5.4 c-0.9-2.1-1.4-4.6-1.4-7.4c0-3.2,0.7-6,2.1-8.3c1.4-2.3,3.2-4.2,5.5-5.7c2.3-1.5,4.8-2.6,7.7-3.3c2.9-0.7,5.8-1.1,8.8-1.1 c2.6,0,4.9,0.1,6.9,0.4c2,0.3,3.8,0.6,5.5,1s3.1,0.9,4.5,1.4c1.3,0.5,2.7,1.1,4,1.6l-4.7,11.3c-1.2-0.4-2.4-0.7-3.6-1.1 c-1.2-0.3-2.4-0.6-3.6-0.9c-1.2-0.3-2.5-0.5-4-0.6c-1.4-0.1-3-0.2-4.7-0.2c-1.6,0-3,0.1-4.1,0.4c-1.1,0.3-2,0.7-2.7,1.2 c-0.7,0.5-1.2,1.1-1.5,1.7c-0.3,0.6-0.4,1.3-0.4,2c0,1.1,0.5,2.1,1.4,3c0.9,0.9,2.1,1.7,3.7,2.5c1.5,0.8,3.2,1.6,5.2,2.4 c1.9,0.8,3.9,1.7,5.9,2.6c2,0.9,4,2,5.9,3.2c1.9,1.2,3.6,2.6,5.2,4.1c1.5,1.6,2.7,3.4,3.7,5.4c0.9,2,1.4,4.4,1.4,7 c0,3.7-0.8,6.8-2.4,9.3c-1.6,2.6-3.7,4.6-6.3,6.3c-2.6,1.6-5.6,2.8-8.9,3.5C354.3,396.7,350.9,397,347.5,397z'/%3E %3Cpath class='st8' d='M402.9,396.1h-5.7l-17.7-51.6h16.9l8.8,30.6l2.2,8.4l2.5-8.4l10.3-30.6h15.9L411,416.8h-15L402.9,396.1z'/%3E %3Cpath class='st8' d='M458.9,397.2c-3.8,0-7.2-0.2-10.2-0.5c-3.1-0.3-5.9-0.9-8.5-1.6l1.6-11.9c3.4,0.4,6.5,0.8,9.1,1 c2.6,0.2,4.8,0.3,6.5,0.3c2,0,3.5-0.1,4.7-0.3c1.2-0.2,2.1-0.5,2.7-0.9c0.6-0.4,1-0.7,1.2-1.2c0.2-0.4,0.3-0.8,0.3-1.2 c0-0.7-0.4-1.3-1.1-1.8c-0.7-0.5-1.7-0.9-2.9-1.3c-1.2-0.4-2.6-0.8-4.1-1.3c-1.6-0.4-3.1-0.9-4.8-1.5c-1.6-0.6-3.2-1.3-4.8-2.1 c-1.6-0.8-2.9-1.9-4.1-3.1c-1.2-1.2-2.2-2.7-2.9-4.4c-0.7-1.7-1.1-3.7-1.1-6c0-2.8,0.6-5.2,1.8-7.2c1.2-2,2.8-3.7,4.8-5.1 c2-1.3,4.3-2.3,6.9-3c2.6-0.7,5.3-1,8.1-1c3.1,0,6.1,0.3,9,0.8s5.6,1.2,8.3,2.2l-2.6,11.4c-1.3-0.3-2.5-0.5-3.6-0.7 c-1.1-0.2-2.3-0.4-3.4-0.6c-1.1-0.2-2.3-0.3-3.5-0.4c-1.2-0.1-2.4-0.1-3.8-0.1c-1.3,0-2.4,0.1-3.2,0.3c-0.8,0.2-1.5,0.5-1.9,0.8 c-0.5,0.3-0.8,0.7-0.9,1c-0.2,0.4-0.2,0.7-0.2,1c0,0.7,0.4,1.4,1.1,1.9c0.7,0.5,1.7,1,2.9,1.5s2.6,0.9,4.1,1.4s3.1,1,4.7,1.6 s3.2,1.4,4.7,2.2s2.9,1.8,4.1,3c1.2,1.2,2.2,2.6,2.9,4.2c0.7,1.6,1.1,3.5,1.1,5.6c0,2.3-0.4,4.3-1.1,6c-0.7,1.7-1.7,3.2-2.9,4.5 c-1.2,1.2-2.6,2.3-4.2,3.1c-1.6,0.8-3.2,1.5-4.9,2c-1.7,0.5-3.4,0.8-5.1,1C462,397.1,460.4,397.2,458.9,397.2z'/%3E %3Cpath class='st8' d='M514.9,397c-1.6,0-3.3,0-5,0c-1.7,0-3.3-0.2-4.9-0.5s-3.1-0.7-4.5-1.4c-1.4-0.7-2.6-1.6-3.7-2.9 c-1-1.3-1.9-2.9-2.4-4.9c-0.6-2-0.9-4.4-0.9-7.3v-23.9h-7.6v-11.6h7.6V334h15.6v10.5h16v11.6h-16V380c0,0.9,0.1,1.7,0.3,2.2 c0.2,0.5,0.5,0.9,0.9,1.2c0.4,0.3,1,0.4,1.7,0.5c0.7,0.1,1.6,0.1,2.6,0.1c0.9,0,1.9,0,3.2-0.1c1.3-0.1,2.5-0.2,3.7-0.3 c1.4-0.1,2.8-0.3,4.3-0.5l1.6,12.3c-0.9,0.3-1.9,0.5-3,0.7c-1.1,0.2-2.2,0.4-3.2,0.6c-1.1,0.1-2.2,0.3-3.3,0.3 C516.8,397,515.8,397,514.9,397z'/%3E %3Cpath class='st8' d='M560.6,397.2c-4.2,0-8.1-0.4-11.5-1.2c-3.4-0.8-6.4-2.2-8.8-4.2c-2.4-2-4.3-4.7-5.6-8c-1.3-3.4-2-7.6-2-12.8 c0-5.3,0.7-9.7,2-13.2c1.3-3.5,3.1-6.4,5.5-8.5c2.3-2.2,5.1-3.7,8.4-4.6c3.3-0.9,6.9-1.4,10.8-1.4c4,0,7.5,0.6,10.3,1.9 c2.8,1.3,5.1,3,6.9,5.3c1.8,2.3,3.1,5,3.9,8.2c0.8,3.2,1.2,6.8,1.2,10.6v5.7h-33.4c0,2,0.3,3.7,1.1,4.9c0.7,1.3,1.8,2.2,3.1,2.9 c1.3,0.7,2.8,1.2,4.6,1.4c1.8,0.2,3.7,0.4,5.8,0.4c0.9,0,1.9-0.1,3-0.2c1.1-0.1,2.3-0.3,3.6-0.5c1.3-0.2,2.6-0.4,4-0.7 c1.4-0.2,2.7-0.5,4-0.8l2.4,12c-1.5,0.4-3,0.8-4.6,1.1c-1.6,0.3-3.3,0.6-4.9,0.8c-1.7,0.2-3.3,0.4-5,0.5 C563.7,397.1,562.1,397.2,560.6,397.2z M565.7,365c0-1.6-0.1-3-0.4-4.2s-0.8-2.4-1.5-3.3c-0.7-0.9-1.5-1.7-2.4-2.2 c-1-0.5-2.1-0.8-3.3-0.8c-2.7,0-4.9,0.9-6.5,2.7c-1.6,1.8-2.5,4.4-2.6,7.8H565.7z'/%3E %3Cpath class='st8' d='M591.8,344.5h15.7v5.3c1.1-0.8,2.3-1.7,3.6-2.5c1.3-0.8,2.7-1.5,4.1-2.2c1.4-0.6,2.9-1.1,4.4-1.5 c1.5-0.4,3-0.6,4.6-0.6c3.7,0,6.8,0.7,9.3,2.1c2.5,1.4,4.2,3.3,5.2,5.7c1-0.9,2.2-1.8,3.5-2.7c1.3-0.9,2.8-1.8,4.3-2.5 c1.5-0.8,3.1-1.4,4.8-1.9c1.7-0.5,3.3-0.7,5-0.7c2.8,0,5.1,0.3,7,0.9c1.9,0.6,3.5,1.4,4.7,2.5c1.2,1.1,2.2,2.3,2.8,3.7 c0.7,1.4,1.1,2.9,1.4,4.4c0.3,1.5,0.5,3.1,0.5,4.7c0,1.6,0.1,3.1,0.1,4.5v32.3h-15.8v-31c0-1.6-0.1-2.9-0.3-3.9 c-0.2-1.1-0.6-1.9-1.1-2.5c-0.5-0.6-1.2-1.1-2-1.4c-0.8-0.3-1.9-0.4-3.1-0.4c-0.8,0-1.7,0.1-2.7,0.2c-1,0.2-1.9,0.4-2.8,0.7 c-0.9,0.3-1.9,0.6-2.7,0.9c-0.9,0.3-1.7,0.7-2.4,1c0.1,0.7,0.2,1.4,0.2,2s0,1.3,0,1.9v32.4h-15.7v-31c0-1.7-0.1-3.2-0.3-4.2 c-0.2-1.1-0.6-1.9-1.1-2.4c-0.5-0.6-1.2-0.9-2-1.1c-0.8-0.2-1.8-0.3-3-0.3c-1.8,0-3.7,0.2-5.6,0.7c-1.9,0.5-3.6,1.1-5,1.8v36.6 h-15.7V344.5z'/%3E %3Cpath class='st8' d='M742.6,397c-5.5,0-10.5-0.7-15.1-2.1c-4.5-1.4-8.4-3.5-11.5-6.3c-3.2-2.8-5.6-6.3-7.4-10.6 c-1.7-4.3-2.6-9.3-2.6-15.1c0-6,0.8-11.3,2.4-15.6c1.6-4.4,4-8,7.2-10.8c3.2-2.8,7-4.9,11.7-6.3c4.6-1.3,10-2,16.1-2 c2.4,0,4.5,0.1,6.4,0.3c1.9,0.2,3.6,0.5,5.2,0.9c1.6,0.4,3.1,0.8,4.4,1.3c1.4,0.5,2.7,1,4,1.5l-4.2,11.6c-1.6-0.4-3-0.8-4.2-1.1 c-1.2-0.3-2.5-0.6-3.6-0.8c-1.2-0.2-2.4-0.4-3.7-0.5c-1.3-0.1-2.8-0.1-4.5-0.1c-3,0-5.7,0.4-8.3,1.1c-2.5,0.8-4.7,2-6.6,3.6 c-1.8,1.6-3.3,3.8-4.3,6.4c-1.1,2.6-1.6,5.8-1.6,9.4c0,3.7,0.6,6.9,1.7,9.6c1.1,2.7,2.7,4.9,4.7,6.7c2,1.8,4.3,3.1,7,3.9 c2.7,0.9,5.5,1.3,8.6,1.3c0.7,0,1.5,0,2.2,0c0.7,0,1.4,0,2,0v-20.5h16.1v30.1c-1.9,0.7-3.7,1.3-5.5,1.8c-1.8,0.5-3.5,0.9-5.3,1.2 c-1.8,0.3-3.6,0.5-5.4,0.7C746.6,397,744.6,397,742.6,397z'/%3E %3Cpath class='st8' d='M777.6,344.5h15.7v6.9c0.6-0.8,1.4-1.7,2.3-2.6c0.9-0.9,1.9-1.8,3.1-2.5c1.1-0.8,2.4-1.4,3.7-1.9 c1.3-0.5,2.7-0.8,4.2-0.8c1.5,0,2.7,0.1,3.9,0.2c1.1,0.1,2.2,0.3,3.2,0.6l-2,13c-0.8-0.1-1.4-0.2-2-0.3c-0.5-0.1-1.1-0.1-1.6-0.2 c-0.5,0-1-0.1-1.6-0.1c-0.5,0-1.2,0-1.9,0c-1.1,0-2.3,0.1-3.4,0.4c-1.1,0.3-2.2,0.6-3.2,1c-1,0.4-1.9,0.9-2.8,1.4 c-0.8,0.5-1.5,1.1-2,1.7v34.9h-15.7V344.5z'/%3E %3Cpath class='st8' d='M842.4,397.2c-4.2,0-8-0.6-11.2-1.8c-3.2-1.2-6-3-8.2-5.3c-2.2-2.3-3.9-5.1-5-8.3c-1.1-3.3-1.7-6.9-1.7-11 c0-4.3,0.6-8.1,1.9-11.5c1.3-3.4,3.1-6.3,5.4-8.7c2.3-2.4,5.2-4.2,8.5-5.5c3.3-1.3,7-1.9,11.2-1.9c4.6,0,8.5,0.6,11.9,1.9 c3.3,1.2,6.1,3,8.3,5.4c2.2,2.3,3.8,5.2,4.8,8.6c1,3.4,1.6,7.1,1.6,11.4c0,4.4-0.7,8.2-2.1,11.6c-1.4,3.3-3.3,6.1-5.7,8.4 c-2.4,2.2-5.3,4-8.7,5.1C850.1,396.6,846.4,397.2,842.4,397.2z M843.3,384.6c2.1,0,3.8-0.3,5.2-1c1.4-0.7,2.4-1.6,3.2-2.9 c0.8-1.2,1.3-2.7,1.6-4.5c0.3-1.7,0.5-3.7,0.5-5.9c0-2.1-0.2-4-0.5-5.8c-0.3-1.8-0.9-3.4-1.7-4.7c-0.8-1.3-1.9-2.3-3.3-3.1 c-1.4-0.8-3.1-1.1-5.3-1.1c-2.1,0-3.9,0.4-5.3,1.1c-1.4,0.8-2.5,1.8-3.3,3.1c-0.8,1.3-1.4,2.9-1.7,4.7c-0.3,1.8-0.5,3.8-0.5,5.9 c0,2.2,0.2,4.2,0.5,5.9c0.4,1.8,1,3.3,1.8,4.5c0.9,1.2,2,2.1,3.4,2.8C839.4,384.3,841.2,384.6,843.3,384.6z'/%3E %3Cpath class='st8' d='M897.1,397.2c-2.7,0-5-0.2-6.9-0.7c-1.9-0.5-3.5-1.2-4.7-2c-1.3-0.9-2.3-1.9-3-3.2c-0.7-1.2-1.3-2.6-1.7-4.2 c-0.4-1.5-0.6-3.2-0.7-5c-0.1-1.8-0.1-3.6-0.1-5.6v-32h15.6v30.7c0,1.7,0.1,3.2,0.3,4.3s0.6,1.9,1.1,2.5c0.5,0.6,1.2,1,2.1,1.2 c0.9,0.2,2,0.3,3.4,0.3c1.2,0,2.3-0.1,3.4-0.2c1.1-0.2,2.1-0.4,3.1-0.6c1-0.2,1.9-0.5,2.8-0.8c0.9-0.3,1.6-0.6,2.3-0.9v-36.5 h15.7v51.6H914v-5.3c-0.8,0.6-1.8,1.3-3,2c-1.2,0.7-2.6,1.4-4,2.1c-1.5,0.6-3,1.2-4.7,1.6C900.5,397,898.8,397.2,897.1,397.2z'/%3E %3Cpath class='st8' d='M942.5,344.5h15.6v3.7c0.5-0.4,1.2-1,2.2-1.6c0.9-0.6,1.9-1.1,3.1-1.6s2.3-0.9,3.6-1.3 c1.3-0.4,2.5-0.5,3.7-0.5c3.5,0,6.7,0.4,9.5,1.3c2.8,0.9,5.2,2.3,7.2,4.2c2,2,3.5,4.5,4.5,7.7c1,3.2,1.6,7,1.6,11.5 c0,5.4-0.8,9.9-2.4,13.7c-1.6,3.7-3.7,6.7-6.4,9c-2.7,2.3-5.8,3.9-9.2,4.9c-3.5,1-7.1,1.5-10.8,1.5c-1.2,0-2.3,0-3.4-0.1 c-1.1-0.1-2-0.2-3-0.2v20.2h-15.6V344.5z M964.9,385.1c2,0,3.7-0.4,5.3-1.2c1.6-0.8,2.9-2,4-3.4c1.1-1.5,1.9-3.2,2.5-5.3 c0.6-2,0.8-4.3,0.8-6.6c0-2.3-0.2-4.3-0.7-5.8c-0.5-1.5-1.2-2.8-2.1-3.7c-1-0.9-2.2-1.6-3.6-2c-1.5-0.4-3.2-0.6-5.2-0.6 c-1.3,0-2.7,0.2-4.1,0.5c-1.4,0.3-2.6,0.6-3.6,0.9v26.6c0.8,0.1,1.8,0.2,3,0.4C962.4,385,963.6,385.1,964.9,385.1z'/%3E %3C/g%3E %3Cg%3E %3Cpath class='st8' d='M325.8,218.6h26.6c9.3,0,16.3,1.7,21.1,5.1s7.2,8.7,7.2,15.9c0,1.6-0.2,3-0.7,4.4c-0.4,1.4-1,2.6-1.7,3.7 c-0.7,1.1-1.5,2.1-2.5,3c-0.9,0.9-1.9,1.6-2.8,2.3v0.2c1.3,0.4,2.7,1.1,4.2,2.1c1.5,1,2.9,2.2,4.2,3.6c1.3,1.5,2.4,3.2,3.3,5.2 c0.9,2,1.3,4.3,1.3,6.9c0,3.5-0.5,6.6-1.6,9.5c-1.1,2.9-2.8,5.3-5.2,7.4c-2.4,2.1-5.5,3.7-9.4,4.8s-8.6,1.7-14.2,1.7h-29.8V218.6 z M350.6,249.7c2,0,3.8-0.1,5.3-0.3c1.5-0.2,2.7-0.6,3.7-1.2c1-0.6,1.7-1.4,2.2-2.5c0.5-1.1,0.7-2.4,0.7-4.1 c0-3.2-1.1-5.5-3.2-6.9c-2.1-1.4-5.3-2.1-9.6-2.1h-5.6v17.1H350.6z M353.3,280.2c4.9,0,8.5-0.7,10.9-2c2.4-1.4,3.6-3.6,3.6-6.7 c0-3.5-1.3-5.9-3.9-7.3c-2.6-1.4-6.6-2.1-11.8-2.1h-7.9v18.1H353.3z'/%3E %3Cpath class='st8' d='M413.9,295.4c-6.5,0-11.4-1.5-14.9-4.5c-3.5-3-5.2-7.4-5.2-13.2c0-2.5,0.3-4.6,1-6.4 c0.7-1.8,1.7-3.4,2.9-4.7c1.2-1.3,2.6-2.4,4.3-3.3c1.6-0.9,3.4-1.5,5.2-2c1.9-0.5,3.8-0.8,5.8-1c2-0.2,3.9-0.3,5.8-0.3h10.3v-3.6 c0-2.6-0.9-4.3-2.6-5.3c-1.7-0.9-4.4-1.4-8-1.4c-2.9,0-5.9,0.3-8.9,0.8c-3,0.5-5.9,1.1-8.6,1.8l-3.6-13c3.3-1.3,7-2.4,10.9-3.4 c3.9-0.9,8.2-1.4,12.8-1.4c4.6,0,8.4,0.3,11.7,1s5.9,1.7,7.9,3.2c2.1,1.5,3.6,3.3,4.5,5.6c1,2.3,1.4,5.1,1.4,8.4v26.1 c0,1,0.4,1.6,1.4,1.9c0.9,0.3,2.2,0.5,3.8,0.6l-0.7,13.6c-0.7,0.1-1.3,0.1-2,0.1c-0.7,0-1.4,0-2.1,0c-1.8,0-3.5-0.1-5.3-0.3 c-1.7-0.2-3.4-0.5-4.8-1c-1.5-0.5-2.8-1.1-3.8-1.9c-1.1-0.8-1.8-1.8-2.2-3.1c-1.1,0.8-2.2,1.6-3.5,2.4c-1.3,0.8-2.6,1.5-4.1,2.1 c-1.4,0.6-2.9,1.1-4.5,1.5C417.1,295.2,415.5,295.4,413.9,295.4z M417.7,281.6c1.7,0,3.5-0.2,5.5-0.6c2-0.4,3.9-0.9,5.9-1.4v-9.3 l-8.8,0.2c-1.3,0-2.5,0.2-3.7,0.4c-1.1,0.2-2.1,0.6-2.9,1.1c-0.8,0.5-1.4,1.1-1.9,1.8c-0.5,0.7-0.7,1.7-0.7,2.7 c0,0.9,0.2,1.6,0.6,2.3c0.4,0.6,0.9,1.2,1.5,1.6c0.6,0.4,1.3,0.7,2.1,0.9C416,281.5,416.8,281.6,417.7,281.6z'/%3E %3Cpath class='st8' d='M463.8,213.6h17.9v44.1l16.3-21.8h19.2l-21.3,27l8.3,9.5c1,1.2,2,2.3,3,3.2c1,1,2,1.9,3.2,2.7 c1.1,0.8,2.4,1.6,3.8,2.2c1.4,0.6,3.1,1.2,4.9,1.7l-2,13.4c-2.4-0.1-4.6-0.3-6.8-0.5c-2.2-0.3-4.3-0.8-6.4-1.6 c-2.1-0.8-4.1-1.9-6-3.4c-2-1.5-3.9-3.4-5.8-5.9l-10.4-13.7v23.8h-17.9V213.6z'/%3E %3Cpath class='st8' d='M527.2,213.6h17.9v28.2c0.9-0.7,2-1.5,3.4-2.4c1.4-0.9,2.9-1.7,4.6-2.5c1.7-0.8,3.5-1.5,5.3-2 c1.9-0.6,3.8-0.8,5.8-0.8c4.6,0,8.2,0.6,10.8,1.8c2.6,1.2,4.6,2.8,5.9,5c1.3,2.1,2.1,4.6,2.4,7.5c0.3,2.9,0.5,6,0.5,9.3v36.8 h-17.7v-35.3c0-2-0.1-3.6-0.4-4.8s-0.7-2.2-1.3-2.9c-0.6-0.7-1.4-1.1-2.5-1.3c-1-0.2-2.3-0.3-3.8-0.3c-1.3,0-2.6,0.1-3.9,0.3 c-1.2,0.2-2.4,0.5-3.6,0.8c-1.1,0.3-2.2,0.7-3.1,1c-1,0.4-1.8,0.7-2.5,1.1v41.5h-17.9V213.6z'/%3E %3Cpath class='st8' d='M615.7,295.7c-4.3,0-8.1-0.2-11.6-0.5c-3.5-0.4-6.7-1-9.7-1.8l1.9-13.6c3.9,0.5,7.3,0.9,10.3,1.2 c3,0.3,5.5,0.4,7.4,0.4c2.2,0,4-0.1,5.4-0.4c1.3-0.3,2.3-0.6,3-1s1.1-0.8,1.3-1.3c0.2-0.5,0.3-0.9,0.3-1.3c0-0.8-0.4-1.5-1.3-2 c-0.8-0.5-2-1-3.3-1.5c-1.4-0.5-2.9-1-4.7-1.4c-1.8-0.5-3.6-1-5.4-1.7c-1.8-0.7-3.6-1.5-5.4-2.4c-1.8-0.9-3.3-2.1-4.7-3.5 c-1.4-1.4-2.5-3.1-3.3-5c-0.8-1.9-1.3-4.2-1.3-6.9c0-3.2,0.7-5.9,2.1-8.2c1.4-2.3,3.2-4.2,5.5-5.8c2.3-1.5,4.9-2.7,7.9-3.4 s6-1.1,9.2-1.1c3.6,0,7,0.3,10.2,0.9s6.4,1.4,9.5,2.5l-3,13c-1.4-0.3-2.8-0.6-4.1-0.8c-1.3-0.3-2.6-0.5-3.9-0.7 c-1.3-0.2-2.6-0.4-3.9-0.5c-1.3-0.1-2.8-0.2-4.3-0.2c-1.5,0-2.7,0.1-3.7,0.4c-1,0.3-1.7,0.6-2.2,0.9c-0.5,0.4-0.9,0.8-1.1,1.2 c-0.2,0.4-0.3,0.8-0.3,1.1c0,0.8,0.4,1.6,1.3,2.2c0.8,0.6,1.9,1.2,3.3,1.7c1.4,0.5,2.9,1.1,4.7,1.6c1.8,0.5,3.6,1.2,5.4,1.9 c1.8,0.7,3.6,1.5,5.4,2.5c1.8,0.9,3.3,2.1,4.7,3.4c1.4,1.3,2.5,2.9,3.3,4.7c0.8,1.8,1.3,3.9,1.3,6.4c0,2.6-0.4,4.8-1.2,6.8 c-0.8,2-1.9,3.7-3.3,5.1c-1.4,1.4-3,2.6-4.8,3.6c-1.8,1-3.7,1.7-5.6,2.3c-1.9,0.5-3.9,0.9-5.8,1.2 C619.2,295.6,617.4,295.7,615.7,295.7z'/%3E %3Cpath class='st8' d='M652.4,213.6h17.9v28.2c0.9-0.7,2-1.5,3.4-2.4c1.4-0.9,2.9-1.7,4.6-2.5c1.7-0.8,3.5-1.5,5.3-2 c1.9-0.6,3.8-0.8,5.8-0.8c4.6,0,8.2,0.6,10.8,1.8c2.6,1.2,4.6,2.8,5.9,5c1.3,2.1,2.1,4.6,2.4,7.5c0.3,2.9,0.5,6,0.5,9.3v36.8 h-17.7v-35.3c0-2-0.1-3.6-0.4-4.8s-0.7-2.2-1.3-2.9c-0.6-0.7-1.4-1.1-2.5-1.3c-1-0.2-2.3-0.3-3.8-0.3c-1.3,0-2.6,0.1-3.9,0.3 c-1.2,0.2-2.4,0.5-3.6,0.8c-1.1,0.3-2.2,0.7-3.1,1c-1,0.4-1.8,0.7-2.5,1.1v41.5h-17.9V213.6z'/%3E %3Cpath class='st8' d='M751.6,295.7c-4.8,0-9.2-0.5-13.1-1.4c-3.9-0.9-7.2-2.5-10-4.7c-2.8-2.3-4.9-5.3-6.4-9.1 c-1.5-3.8-2.2-8.7-2.2-14.5c0-6,0.7-11,2.2-15c1.5-4,3.6-7.3,6.2-9.7c2.7-2.4,5.9-4.2,9.6-5.2c3.7-1,7.8-1.5,12.2-1.5 c4.6,0,8.5,0.7,11.7,2.1c3.2,1.4,5.8,3.4,7.9,6c2,2.6,3.5,5.7,4.5,9.4c0.9,3.7,1.4,7.7,1.4,12.1v6.4h-37.9c0,2.3,0.4,4.2,1.2,5.6 c0.8,1.4,2,2.5,3.5,3.3c1.5,0.8,3.2,1.3,5.2,1.6c2,0.3,4.2,0.4,6.6,0.4c1,0,2.1-0.1,3.4-0.2c1.3-0.1,2.7-0.3,4.1-0.5 c1.5-0.2,3-0.5,4.5-0.7s3.1-0.6,4.6-0.9l2.8,13.6c-1.7,0.5-3.4,0.9-5.2,1.3s-3.7,0.7-5.6,0.9c-1.9,0.2-3.8,0.4-5.7,0.5 C755.2,295.6,753.3,295.7,751.6,295.7z M757.4,259.1c0-1.8-0.1-3.4-0.5-4.8c-0.4-1.4-0.9-2.7-1.7-3.8c-0.8-1.1-1.7-1.9-2.8-2.5 c-1.1-0.6-2.4-0.9-3.8-0.9c-3.1,0-5.6,1-7.4,3.1c-1.9,2.1-2.8,5-2.9,8.9H757.4z'/%3E %3Cpath class='st8' d='M848.8,295.7c-6.6,0-12.4-0.9-17.4-2.7c-5-1.8-9.1-4.4-12.4-7.8c-3.3-3.4-5.8-7.5-7.4-12.4 c-1.6-4.8-2.5-10.3-2.5-16.4c0-6,1-11.4,2.9-16.2c1.9-4.8,4.7-8.9,8.3-12.3c3.6-3.4,8-6,13.1-7.8c5.1-1.8,10.9-2.7,17.4-2.7 c6.9,0,12.9,1,17.8,2.9c5,2,9.1,4.7,12.3,8.2c3.2,3.5,5.6,7.6,7.1,12.4c1.5,4.8,2.3,10,2.3,15.7c0,6-0.9,11.4-2.7,16.3 c-1.8,4.8-4.4,8.9-7.9,12.3c-3.5,3.4-7.8,6-13,7.8C861.5,294.8,855.6,295.7,848.8,295.7z M849.1,281.3c4.2,0,7.7-0.6,10.6-1.9 c2.9-1.3,5.2-3,7-5.2c1.8-2.2,3.1-4.8,3.9-7.9c0.8-3,1.2-6.3,1.2-9.8c0-3.6-0.4-6.9-1.3-9.9c-0.8-3-2.2-5.6-3.9-7.8 c-1.8-2.2-4.1-3.9-6.8-5.2s-6.1-1.9-9.9-1.9c-4,0-7.5,0.6-10.3,1.9c-2.8,1.2-5.1,3-6.9,5.1c-1.8,2.2-3.1,4.8-3.9,7.8 c-0.8,3-1.2,6.2-1.2,9.7c0,3.5,0.4,6.7,1.2,9.7c0.8,3,2,5.7,3.8,7.9c1.7,2.3,4,4.1,6.7,5.4S845.3,281.3,849.1,281.3z'/%3E %3Cpath class='st8' d='M901.8,235.8h17.9v6c1.2-1,2.6-1.9,4.1-2.8c1.5-0.9,3-1.7,4.7-2.5c1.6-0.7,3.3-1.3,5-1.7 c1.7-0.4,3.5-0.6,5.2-0.6c4.2,0,7.7,0.8,10.5,2.4c2.8,1.6,4.8,3.8,5.9,6.5c1.1-1,2.5-2.1,4-3.1c1.5-1,3.2-2,4.9-2.9 c1.7-0.9,3.6-1.6,5.5-2.1c1.9-0.5,3.8-0.8,5.7-0.8c3.2,0,5.8,0.4,8,1c2.2,0.7,4,1.6,5.3,2.8c1.4,1.2,2.5,2.6,3.2,4.2 c0.8,1.6,1.3,3.2,1.6,5c0.3,1.7,0.5,3.5,0.6,5.3c0.1,1.8,0.1,3.5,0.1,5.1v36.7h-17.9v-35.2c0-1.8-0.1-3.2-0.4-4.5 c-0.3-1.2-0.7-2.2-1.2-2.9c-0.6-0.7-1.3-1.2-2.3-1.5c-1-0.3-2.1-0.5-3.5-0.5c-1,0-2,0.1-3.1,0.3c-1.1,0.2-2.2,0.4-3.2,0.7 s-2.1,0.7-3.1,1.1c-1,0.4-1.9,0.8-2.7,1.2c0.1,0.8,0.2,1.6,0.2,2.3c0,0.7,0,1.5,0,2.2v36.8H939v-35.2c0-2-0.1-3.6-0.4-4.8 c-0.3-1.2-0.7-2.1-1.2-2.8c-0.6-0.6-1.3-1.1-2.2-1.3c-0.9-0.2-2-0.3-3.4-0.3c-2.1,0-4.2,0.3-6.3,0.8c-2.2,0.5-4.1,1.2-5.7,2v41.5 h-17.9V235.8z'/%3E %3Cpath class='st8' d='M1034.5,295.7c-4.8,0-9.1-0.7-12.8-2.1c-3.7-1.4-6.8-3.4-9.3-6c-2.5-2.6-4.4-5.8-5.7-9.5 c-1.3-3.7-1.9-7.9-1.9-12.5c0-4.8,0.7-9.2,2.2-13.1c1.5-3.9,3.5-7.1,6.2-9.8c2.7-2.7,5.9-4.8,9.7-6.2c3.8-1.5,8-2.2,12.7-2.2 c5.2,0,9.7,0.7,13.5,2.1c3.8,1.4,6.9,3.5,9.4,6.1c2.5,2.7,4.3,5.9,5.5,9.7c1.2,3.8,1.8,8.1,1.8,12.9c0,5-0.8,9.3-2.3,13.1 c-1.6,3.8-3.7,7-6.5,9.5c-2.8,2.6-6,4.5-9.9,5.8C1043.2,295,1039,295.7,1034.5,295.7z M1035.5,281.4c2.4,0,4.4-0.4,5.9-1.1 c1.5-0.8,2.8-1.8,3.7-3.3c0.9-1.4,1.5-3.1,1.9-5.1c0.4-2,0.5-4.2,0.5-6.7c0-2.4-0.2-4.6-0.5-6.6c-0.4-2.1-1-3.8-1.9-5.3 c-0.9-1.5-2.2-2.7-3.7-3.5c-1.6-0.9-3.6-1.3-6-1.3c-2.4,0-4.4,0.4-6,1.3c-1.6,0.9-2.9,2-3.8,3.6c-0.9,1.5-1.6,3.3-2,5.3 c-0.4,2.1-0.5,4.3-0.5,6.7c0,2.5,0.2,4.8,0.6,6.8c0.4,2,1.1,3.7,2.1,5.1c1,1.4,2.3,2.4,3.9,3.2 C1031.1,281.1,1033.1,281.4,1035.5,281.4z'/%3E %3Cpath class='st8' d='M1076.6,235.8h17.9v6c1.2-1,2.6-1.9,4.1-2.8c1.5-0.9,3-1.7,4.7-2.5c1.6-0.7,3.3-1.3,5-1.7 c1.7-0.4,3.5-0.6,5.2-0.6c4.2,0,7.7,0.8,10.5,2.4c2.8,1.6,4.8,3.8,5.9,6.5c1.1-1,2.5-2.1,4-3.1c1.5-1,3.2-2,4.9-2.9 c1.7-0.9,3.6-1.6,5.5-2.1c1.9-0.5,3.8-0.8,5.7-0.8c3.2,0,5.8,0.4,8,1c2.2,0.7,4,1.6,5.3,2.8c1.4,1.2,2.5,2.6,3.2,4.2 c0.8,1.6,1.3,3.2,1.6,5c0.3,1.7,0.5,3.5,0.6,5.3c0.1,1.8,0.1,3.5,0.1,5.1v36.7h-17.9v-35.2c0-1.8-0.1-3.2-0.4-4.5 c-0.3-1.2-0.7-2.2-1.2-2.9c-0.6-0.7-1.3-1.2-2.3-1.5c-1-0.3-2.1-0.5-3.5-0.5c-1,0-2,0.1-3.1,0.3c-1.1,0.2-2.2,0.4-3.2,0.7 c-1.1,0.3-2.1,0.7-3.1,1.1c-1,0.4-1.9,0.8-2.7,1.2c0.1,0.8,0.2,1.6,0.2,2.3c0,0.7,0,1.5,0,2.2v36.8h-17.8v-35.2 c0-2-0.1-3.6-0.4-4.8c-0.3-1.2-0.7-2.1-1.2-2.8c-0.6-0.6-1.3-1.1-2.2-1.3c-0.9-0.2-2-0.3-3.4-0.3c-2.1,0-4.2,0.3-6.3,0.8 c-2.2,0.5-4.1,1.2-5.7,2v41.5h-17.9V235.8z'/%3E %3Cpath class='st8' d='M1179.9,217.7l11.8-12l12.1,12l-12.1,12L1179.9,217.7z M1183,235.8h17.7v58.6H1183V235.8z'/%3E %3C/g%3E %3C/g%3E %3Cg%3E %3Cpolyline id='XMLID_8_' class='st1' points='215,310.3 107.5,372.3 215,434.3 215,310.3 '/%3E %3Cpolyline id='XMLID_7_' class='st2' points='107.5,248.2 107.5,372.3 215,310.3 107.5,248.2 '/%3E %3Cpolyline id='XMLID_6_' class='st2' points='107.5,0 107.5,124.1 215,62.1 107.5,0 '/%3E %3Cpolyline id='XMLID_5_' class='st9' points='107.5,124.1 107.5,248.2 215,186.2 107.5,124.1 '/%3E %3Cpolyline id='XMLID_4_' class='st10' points='215,62.1 107.5,124.1 215,186.2 215,62.1 '/%3E %3Cpolyline id='XMLID_3_' class='st11' points='107.5,124.1 0,186.2 107.5,248.2 107.5,124.1 '/%3E %3Cpolyline id='XMLID_2_' class='st6' points='107.5,248.2 0,310.3 107.5,372.3 107.5,248.2 '/%3E %3Cpolyline id='XMLID_1_' class='st12' points='0,186.2 0,186.2 0,310.3 107.5,248.2 0,186.2 '/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
		}
@-webkit-keyframes submit-button {
  from {
    -webkit-transform: translateX(-1rem);
            transform: translateX(-1rem);
    opacity: 0; } }
@keyframes submit-button {
  from {
    -webkit-transform: translateX(-1rem);
            transform: translateX(-1rem);
    opacity: 0; } }

#submit a {
  display: block;
  cursor: pointer;
  width: 64px;
  width: 4rem;
  height: 64px;
  height: 4rem;
  text-align: center;
  position: relative;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
  opacity: 0.7; }
  #submit a::before, #submit a::after {
    content: '';
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, .3);
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: -1; }
  #submit a::before {
    background: -webkit-gradient(linear, right top, left bottom, from(rgba(15, 200, 255, .5)), to(rgba(0, 250, 20, .5)));
    background: linear-gradient(to left bottom, rgba(15, 200, 255, .5), rgba(0, 250, 20, .5));
    -webkit-box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, .1);
            box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, .1); }
  #submit a::after {
    border: 1px solid rgba(255, 255, 255, .1);
    -webkit-transform: scale(1.7);
            transform: scale(1.7);
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s; }
  #submit a svg {
    margin: 8px;
    margin: .5rem;
    width: 48px;
    width: 3rem;
    height: 48px;
    height: 3rem;
    -webkit-animation: submit-button 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) both;
            animation: submit-button 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) both;
    -webkit-animation-delay: .55s;
            animation-delay: .55s; }
    #submit a svg path {
      fill: #fff;
      -webkit-filter: url(#submit_drop_shadow);
              filter: url(#submit_drop_shadow); }
  #submit a:hover {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 1; }
    #submit a:hover::before {
      opacity: 1;
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }
    #submit a:hover::after {
      opacity: 1;
      -webkit-transform: scale(1.35);
              transform: scale(1.35); }
  .loading #submit a {
    background: url("data:image/svg+xml;charset=utf-8,%3C!-- By Sam Herbert (@sherb), for everyone. More @ http://goo.gl/7AJzbL --%3E %3Csvg width='120' height='30' viewBox='0 0 120 30' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E %3Ccircle cx='105' cy='15' r='10'%3E %3Canimate attributeName='r' from='15' to='15' begin='0s' dur='1.5s' values='10;12;10;10;10' calcMode='linear' repeatCount='indefinite'/%3E %3Canimate attributeName='fill-opacity' from='1' to='1' begin='0s' dur='1.5s' values='.1;1;.1;.1;.1' calcMode='linear' repeatCount='indefinite'/%3E %3C/circle%3E %3Ccircle cx='60' cy='15' r='10' fill-opacity='0.1'%3E %3Canimate attributeName='r' from='15' to='15' begin='0.3s' dur='1.5s' values='10;12;10;10;10' calcMode='linear' repeatCount='indefinite'/%3E %3Canimate attributeName='fill-opacity' from='1' to='1' begin='0.3s' dur='1.5s' values='.1;1;.1;.1;.1' calcMode='linear' repeatCount='indefinite'/%3E %3C/circle%3E %3Ccircle cx='15' cy='15' r='12' fill-opacity='0.1'%3E %3Canimate attributeName='r' from='15' to='15' begin='0.6s' dur='1.5s' values='10;12;10;10;10' calcMode='linear' repeatCount='indefinite'/%3E %3Canimate attributeName='fill-opacity' from='1' to='1' begin='0.6s' dur='1.5s' values='.1;1;.1;.1;.1' calcMode='linear' repeatCount='indefinite'/%3E %3C/circle%3E %3C/svg%3E") no-repeat 50% 50%;
    background-size: 3rem;
    pointer-events: none; }
    .loading #submit a svg {
      opacity: 0; }

body #submit a svg {
  transform: rotate(180deg);
  animation: none;
}
@-webkit-keyframes footer {
  from {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
    opacity: 0; } }
@keyframes footer {
  from {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
    opacity: 0; } }

@-webkit-keyframes footer-bg {
  from {
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
    opacity: 0; } }

@keyframes footer-bg {
  from {
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
    opacity: 0; } }

footer {
  height: 96px;
  height: 6rem;
  top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  z-index: 5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px 32px;
  padding: 1rem 2rem;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: footer 1s;
          animation: footer 1s; }
  footer::before {
    content: '';
    z-index: -1;
    background: rgba(0, 0, 0, .3) -webkit-gradient(linear, right top, right bottom, from(rgba(0, 0, 0, .1)), color-stop(0.4rem, transparent));
    background: rgba(0, 0, 0, .3) linear-gradient(rgba(0, 0, 0, .1), transparent 0.4rem);
    -webkit-animation: footer-bg .5s;
            animation: footer-bg .5s; }
  footer div + div {
    margin-left: 32px;
    margin-left: 2rem; }
  footer div:last-of-type {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  @media only screen and (max-width: 950px) {
    footer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: auto; }
      footer div {
        margin: 0 !important; } }
  footer > div {
    opacity: 0.9;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  footer:hover > div {
    opacity: 1; }
  footer div.company a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px 16px;
    padding: .5rem 1rem;
    border-radius: .4rem;
    border: 1px solid transparent;
    color: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer; }
    footer div.company a::after {
      content: '';
      width: 14.4px;
      width: .9rem;
      height: 14.4px;
      height: .9rem;
      background: no-repeat 50% 50%;
      background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 20.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38.4 23.1' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0{fill:%23FFFFFF;} %3C/style%3E %3Cpath class='st0' d='M38.4,3.9L34.5,0L19.2,15.3L3.9,0L0,3.9l19.2,19.2L38.4,3.9z'/%3E %3C/svg%3E");
      background-size: contain;
      margin-left: 8px;
      margin-left: .5rem;
      opacity: 0.8; }
    footer div.company a:hover {
      border-color: rgba(255, 255, 255, .3); }
    footer div.company a:active {
      background-color: rgba(255, 255, 255, .1); }
  footer div.company select {
    font-size: 16px;
    font-size: 1rem;
    font-family: sg_main;
    padding: 8px 16px;
    padding: .5rem 1rem;
    display: none;
    border-radius: .3rem;
    outline: none;
    border: none; }
  footer div.company.select a {
    display: none; }
  footer div.company.select select {
    display: block; }
  footer div.language {
    font-size: 12.8px;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, .8);
    margin-left: 64px;
    margin-left: 4rem;
    padding-left: 32px;
    padding-left: 2rem;
    background: no-repeat 0% 50%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 20.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0{opacity:0.7;fill:%23FFFFFF;} %3C/style%3E %3Cpath class='st0' d='M12.5,0c-0.2,0-0.3,0-0.5,0s-0.3,0-0.5,0C5.1,0.3,0,5.5,0,12s5.1,11.7,11.5,12c0.2,0,0.3,0,0.5,0s0.3,0,0.5,0 C18.9,23.7,24,18.5,24,12S18.9,0.3,12.5,0z M21.8,10.9h-4.3c-0.2-3.7-1.7-6.6-2.9-8.4C18.4,3.5,21.3,6.8,21.8,10.9z M12,2.8 c1.1,1.4,2.9,4.3,3.2,8.1H8.8C9.1,7.1,10.9,4.2,12,2.8z M15.2,13.1c-0.3,3.8-2.2,6.7-3.2,8.1c-1.1-1.4-2.9-4.3-3.2-8.1H15.2z M9.5,2.5c-1.2,1.8-2.7,4.8-2.9,8.4H2.2C2.7,6.8,5.6,3.5,9.5,2.5z M2.2,13.1h4.3c0.2,3.7,1.7,6.6,2.9,8.4 C5.6,20.5,2.7,17.2,2.2,13.1z M14.5,21.5c1.2-1.8,2.7-4.8,2.9-8.4h4.3C21.3,17.2,18.4,20.5,14.5,21.5z'/%3E %3C/svg%3E");
    background-size: 1.3rem; }
    footer div.language ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      list-style: none;
      margin: 0;
      padding: 0; }
      footer div.language ul a {
        display: block;
        text-decoration: none;
        padding: 8px 4.8px;
        padding: .5rem .3rem;
        margin: 0 4.8px;
        margin: 0 .3rem;
        color: rgba(255, 255, 255, .9);
        cursor: pointer;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        border-bottom: 1px solid rgba(255, 255, 255, .4); }
        footer div.language ul a.login-other-language {
          color: rgba(255, 255, 255, .5);
          border-bottom: none; }
        footer div.language ul a:hover {
          color: #fff; }
  footer .sg-logo {
    display: block;
    width: 112px;
    width: 7rem;
    height: 64px;
    height: 4rem;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 410.07 129.9'%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 width='125.1' height='125.1' style='fill:%23e33126'/%3E%3Crect x='22.5' y='96.3' width='80.2' height='6.4' style='fill:%23fff'/%3E%3Cpolygon points='28.9 28.9 57.8 28.9 57.8 22.5 22.5 22.5 22.5 61 28.9 61 28.9 28.9' style='fill:%23fff'/%3E%3Cpolygon points='57.8 86.6 57.8 54.5 57.8 54.5 38.5 54.5 38.5 61 51.3 61 51.3 86.6 57.8 86.6' style='fill:%23fff'/%3E%3Cpolygon points='102.7 54.5 102.7 54.5 83.4 54.5 83.4 61 96.3 61 96.3 86.6 102.7 86.6 102.7 54.5' style='fill:%23fff'/%3E%3Cpolygon points='73.8 28.9 102.7 28.9 102.7 22.5 67.4 22.5 67.4 86.6 73.8 86.6 73.8 28.9' style='fill:%23fff'/%3E%3Cpolygon points='200.2 13.3 193.7 6.7 187.1 13.3 193.7 19.9 200.2 13.3' style='fill:%23fff'/%3E%3Cpath d='M192.4,53.1c12,0,24.7-4.5,24.7-14.3V10.4l-13,3.5,3.5,24.4a64.82,64.82,0,0,1-13.1,1.4c-5.3,0-7.5-1-7.5-5.1,0-1.7.1-3.5.7-11.3h-11c-.5,8.1-.7,10.8-.7,13,0,11.2,5.4,16.8,16.4,16.8' style='fill:%23fff'/%3E%3Cpolygon points='234.6 47.1 234.5 3.8 221.9 5.4 223.9 47.1 234.6 47.1' style='fill:%23fff'/%3E%3Cpath d='M229.2,51.5V63.8a20.92,20.92,0,0,0,4.9.5c11.7,0,20.5-9.6,20.5-22.6,0-7.1-.4-11.3-.7-19.9l-13,2.1,4.3,19.6c-3.2,6.6-7.6,7.9-16,8' style='fill:%23fff'/%3E%3Cpath d='M380.6,6.7l-.5,5.2a16.85,16.85,0,0,0-13.2,16.5,17.05,17.05,0,0,0,3,9.6h-8.2c-7,0-7,0-14.9-7.3l-10-9.2C323,38,323,38,316.3,38H305.8V30.8c0-9.8-.9-12.1-8.6-14.8l-5-1.8,14.5-1.5,1-12.7L283.5,4.9l-3.3,16.9,11.9,4.1c3.7,1.3,3.8,1.3,3.8,7v3.9A74.53,74.53,0,0,1,281.1,38H270.8V3.7L258.3,5.6l.7,29c.3,10.6,5.9,16,17,16h5c7.7,0,15.2-.6,19.9-3.9A15.45,15.45,0,0,0,312,50.6h4.6c2.5,0,5.3,0,8.2-2.8,1.8,9.3,7.2,12.9,13.1,12.9,6.3,0,11-5.7,13.2-12.8,4,2.7,6.8,2.7,11.4,2.7h4.1c8.5,0,12.5-1.2,17.3-5.4h25.2l.9-14.7c1-14.6-9.5-17.2-29.4-23.8m-42,40.7c-2.1,0-4-1-7.1-4.6l5.9-5.4,5.9,5.4c-1.1,3.1-2.9,4.6-4.7,4.6m44.8-13.1c-4.6,0-7.3-2.4-7.3-6.4,0-3.3,2.7-6,7.3-6ZM400.8,32l-.1,2.2h-8.5V23.3c8.8,2.9,8.8,2.9,8.6,8.7' style='fill:%23fff'/%3E%3Cpolygon points='238.6 78.2 233.4 73.4 227.4 78.9 233.4 84.4 238.6 79.7 243.7 84.4 249.7 78.9 243.7 73.4 238.6 78.2' style='fill:%23fff'/%3E%3Cpolygon points='332.3 123.6 327.2 118.9 321.2 124.4 327.2 129.8 332.3 125.1 337.5 129.9 343.5 124.4 337.5 118.9 332.3 123.6' style='fill:%23fff'/%3E%3Cpath d='M398.9,103h-8.4V88H378.9v15H368V88H356.4v15H338V87.2H326.8V103H313.2V86.3l-12.8,1.9,1.9,14.8h-8.4V88H282.3v15H271.5V88H259.9v15H243.8V87.2H232.6V103h-9.7c-4.3,0-4.4,0-5.8-8.1l-2-11-19.8,2.7C181.2,88.4,176,94.1,176,109v18.3l13-1.6-2.6-24.9,3.5-.6c1.2,18.4,7.4,21.6,12,21.6,4.4,0,8.9-2.1,13-8.7a9,9,0,0,0,7,2.6h2.9c5.9-.2,10.3-1.7,13.3-4.1a15.26,15.26,0,0,0,10.8,4.1h2.9a31.15,31.15,0,0,0,13.5-2.9c3.4,1.9,7.3,3.5,11.3,3.5a20.28,20.28,0,0,0,11.1-3.5,16.21,16.21,0,0,0,10.3,3.8,13.44,13.44,0,0,0,9.7-3.9,11.49,11.49,0,0,0,8.3,3.1h2.8c5.9-.2,10.3-1.7,13.3-4.1a15.26,15.26,0,0,0,10.8,4.1h5.4a31.15,31.15,0,0,0,13.5-2.9c3.4,1.9,7.3,3.5,11.3,3.5a20.28,20.28,0,0,0,11.1-3.5,26.88,26.88,0,0,0,12,3.5c7.1,0,12.8-4.7,12.8-13.2V83.5l-12.7,2ZM199.5,98.8l8-1.3,2.3,10.4c-8,1.7-9.8-1.6-10.3-9.1' style='fill:%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") 50% 50% no-repeat;
    background-size: contain;
    opacity: 0.8; }

footer .sg-logo {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 354.25 111'%3E%3Ctitle%3EAsset 2%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Crect y='0.13' width='99.74' height='99.74' style='fill:%23ec1c24'/%3E%3Crect x='17.9' y='76.85' width='63.94' height='5.11' style='fill:%23fff'/%3E%3Cpolygon points='23.02 23.14 46.03 23.14 46.03 18.03 17.9 18.03 17.9 48.72 23.02 48.72 23.02 23.14' style='fill:%23fff'/%3E%3Cpolygon points='46.03 69.18 46.03 43.6 46.03 43.6 30.69 43.6 30.69 48.72 40.92 48.72 40.92 69.18 46.03 69.18' style='fill:%23fff'/%3E%3Cpolygon points='81.84 43.6 81.84 43.6 66.49 43.6 66.49 48.72 76.72 48.72 76.72 69.18 81.84 69.18 81.84 43.6' style='fill:%23fff'/%3E%3Cpolygon points='58.82 23.14 81.84 23.14 81.84 18.03 53.7 18.03 53.7 69.18 58.82 69.18 58.82 23.14' style='fill:%23fff'/%3E%3Cpath d='M141.36,79.25c0-14.87,8.07-21.38,23-21.38a28.8,28.8,0,0,1,12.32,2.5l-2.61,7.14c-3.89-1-5.69-1.51-9.88-1.51-7.32,0-12.78,3.6-12.78,12.67s6,13.19,13.54,13.19c.93,0,1.8-.06,2.61-.06V79.19h9.87V97.73a34.67,34.67,0,0,1-13.54,2.38c-13.65,0-22.54-6.62-22.54-20.86' style='fill:%23fff'/%3E%3Cpath d='M185.48,67.81h9.7V72c1.57-2,4.53-4.88,8.19-4.88a14.22,14.22,0,0,1,4.36.52l-1.28,8a17.84,17.84,0,0,0-4.24-.35,10.41,10.41,0,0,0-7,2.73V99.53h-9.7Z' style='fill:%23fff'/%3E%3Cpath d='M208.21,84c0-10.52,6.57-17,16.61-17,11.27,0,16.33,6.33,16.33,16.67,0,10.81-7.09,16.56-16.85,16.56-10.46,0-16.09-6.33-16.09-16.27m23.07-.29c0-5.11-1.28-9-6.62-9S218,78.55,218,83.72c0,5.46,1.63,8.77,6.8,8.77s6.51-3.43,6.51-8.83' style='fill:%23fff'/%3E%3Cpath d='M247.32,87.5V67.81H257V86.69c0,4.36,1,5.11,4.24,5.11a17.08,17.08,0,0,0,7.09-1.57V67.81H278V99.53h-9.7V96.27c-1.92,1.45-6.1,3.95-10.34,3.95-9.93,0-10.63-5.52-10.63-12.72' style='fill:%23fff'/%3E%3Cpath d='M285.92,67.81h9.64v2.27c1.28-1.1,4.76-3.08,7.67-3.08,8.71,0,14,4,14,15.22,0,13.25-8.54,17.89-17.78,17.89-1.45,0-2.73-.17-3.89-.23V111h-9.64Zm21.55,14.7c0-5.69-2.27-7.38-7.15-7.38a16.55,16.55,0,0,0-4.76.87V92.38a33.32,33.32,0,0,0,4.13.35c4.94,0,7.78-4.3,7.78-10.23' style='fill:%23fff'/%3E%3Cpath d='M141.36,39.39l2.79-7.09A29,29,0,0,0,155,34.16c4.94,0,7.2-1.51,7.2-4,0-6.68-19.52-4.88-19.52-18.82C142.7,3.43,150.19,0,157.46,0a27.47,27.47,0,0,1,12.84,2.79l-2.85,6.85A30.63,30.63,0,0,0,157.75,8c-4.12,0-5.4,1.57-5.4,3.31,0,5.46,19.87,5.46,19.87,18.53,0,9-8.6,12.49-17.08,12.49-6.74,0-10.69-1.22-13.77-2.91' style='fill:%23fff'/%3E%3Cpolygon points='188.15 41.65 184.66 41.65 173.74 9.93 184.14 9.93 189.6 28.75 190.93 33.92 192.5 28.75 198.83 9.93 208.59 9.93 193.08 54.43 183.85 54.43 188.15 41.65' style='fill:%23fff'/%3E%3Cpath d='M210.88,41l1-7.32a75.17,75.17,0,0,0,9.59.87c4.88,0,5.46-1.28,5.46-2.21,0-3.43-16-1.8-16-13.19,0-6.85,6.45-10,13.36-10A31.77,31.77,0,0,1,235,10.92l-1.63,7a36.66,36.66,0,0,0-8.77-1.16c-3.31,0-4,1.22-4,1.92,0,3.6,15.86,2.61,15.86,13.24,0,8.36-8.77,10.4-14.12,10.4A41.84,41.84,0,0,1,210.88,41' style='fill:%23fff'/%3E%3Cpath d='M243.72,31.78V17.08h-4.65V9.93h4.65V3.43h9.64V9.93h9.82v7.14h-9.82V31.72c0,2.32.87,2.5,3.49,2.5,2.15,0,6.85-.64,6.85-.64l.93,7.61A31.25,31.25,0,0,1,257,42.29c-6.1,0-13.24.29-13.24-10.52' style='fill:%23fff'/%3E%3Cpath d='M267.9,26.26c0-13,6.8-17.08,16.38-17.08,10,0,13.83,6.51,13.83,16.09v3.49H277.55c-.06,5,3.89,5.93,8.95,5.93a66.86,66.86,0,0,0,9.06-1.28L297,40.78a44.93,44.93,0,0,1-11.91,1.57c-10.46,0-17.2-3.43-17.2-16.09m20.28-3.72c.12-3.83-1.57-6.51-4.71-6.51-3.31,0-5.46,2.32-5.63,6.51Z' style='fill:%23fff'/%3E%3Cpath d='M304.29,9.93H314v3.2c2.67-2,6.51-4.07,10.28-4.07,4.53,0,7.61,1.86,8.89,4.82,2.44-2.21,6.8-4.82,10.92-4.82,10.34,0,10.17,7.38,10.17,12.73V41.65h-9.7V22.6c0-3.89-1-5.11-4-5.11a16,16,0,0,0-6.56,1.8,17.18,17.18,0,0,1,.12,2.44V41.65h-9.65V22.6c0-4.36-1-5-4-5A15.12,15.12,0,0,0,314,19.17V41.65h-9.7Z' style='fill:%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
@-webkit-keyframes form {
  0% {
    -webkit-transform: translateX(-4rem);
            transform: translateX(-4rem);
    opacity: 0; }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
@keyframes form {
  0% {
    -webkit-transform: translateX(-4rem);
            transform: translateX(-4rem);
    opacity: 0; }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes form-field {
  0% {
    -webkit-transform: translateX(-1rem);
            transform: translateX(-1rem);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; } }

@keyframes form-field {
  0% {
    -webkit-transform: translateX(-1rem);
            transform: translateX(-1rem);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; } }

@-webkit-keyframes warning {
  from {
    opacity: 0;
    background-color: transparent; } }

@keyframes warning {
  from {
    opacity: 0;
    background-color: transparent; } }

#form {
  /*&::before, &::after {
    @extend %fill-parent;
    content: '';
  }

  &::before {
  }

  &::after {
    background: url(assets/loading.svg) no-repeat 60% 50%;
    background-size: 7rem;
  }*/ }
  #form > div {
    -webkit-animation: form 1s cubic-bezier(0.215, 0.61, 0.355, 1);
            animation: form 1s cubic-bezier(0.215, 0.61, 0.355, 1); }
    #form > div h1, #form > div h2 {
      margin: 0;
      padding: 0;
      color: #fff;
      font-size: 20.8px;
      font-size: 1.3rem; }
      @media only screen and (max-width: 950px) {
        #form > div h1, #form > div h2 {
          text-align: center; } }
    #form > div h1 {
      text-shadow: 0 3px 5px rgba(0, 0, 0, .1);
      -webkit-animation: fade-in 1s;
              animation: fade-in 1s; }
      @media only screen and (max-width: 950px) {
        #form > div h1 {
          margin-top: 2rem;
          padding: .5rem; } }
    #form > div h2 {
      font-size: 16px;
      font-size: 1rem;
      font-weight: normal;
      margin: 11.2px 0 48px;
      margin: .7rem 0 3rem;
      color: #fff;
      opacity: 0.8;
      -webkit-animation: fade-in 2s;
              animation: fade-in 2s; }
    #form > div .form-fields > div {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-left: 60.8px;
      padding-left: 3.8rem;
      border-radius: .3rem;
      margin: 24px 0;
      margin: 1.5rem 0;
      position: relative;
      overflow: hidden;
      -webkit-box-shadow: 0 0 0.2rem rgba(255, 255, 255, 0), 0 0.7rem 1rem rgba(0, 0, 0, .05);
              box-shadow: 0 0 0.2rem rgba(255, 255, 255, 0), 0 0.7rem 1rem rgba(0, 0, 0, .05);
      -webkit-transition: -webkit-box-shadow .5s;
      transition: -webkit-box-shadow .5s;
      transition: box-shadow .5s;
      transition: box-shadow .5s, -webkit-box-shadow .5s;
      -webkit-animation: form-field .7s both;
              animation: form-field .7s both;
      -webkit-animation-delay: .15s;
              animation-delay: .15s; }
      #form > div .form-fields > div:last-of-type {
        -webkit-animation-delay: .3s;
                animation-delay: .3s;
        margin-bottom: 0; }
      #form > div .form-fields > div::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        top: 0;
        width: 60.8px;
        width: 3.8rem;
        background: rgba(0, 0, 0, .3) 50% 50% no-repeat;
        background-size: 1.6rem;
        opacity: 0.7;
        border-radius: .3rem 0 0 .3rem;
        -webkit-transition: all 0.2s;
        transition: all 0.2s; }
      #form > div .form-fields > div:focus-within {
        -webkit-box-shadow: 0 0 0.5rem rgba(255, 255, 255, .7), 0 0.8rem 1.3rem rgba(0, 0, 0, .1);
                box-shadow: 0 0 0.5rem rgba(255, 255, 255, .7), 0 0.8rem 1.3rem rgba(0, 0, 0, .1); }
        #form > div .form-fields > div:focus-within::before {
          opacity: 0.8;
          background-color: rgba(0, 0, 0, .4); }
      #form > div .form-fields > div:hover::before {
        background-color: rgba(0, 0, 0, .4); }
      #form > div .form-fields > div.username::before {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27.85' height='27.85' viewBox='0 0 27.85 27.85'%3E %3Cg id='person'%3E %3Cg id='Group_22' data-name='Group 22'%3E %3Cpath id='Path_886' data-name='Path 886' d='M18.8,17.174a9.161,9.161,0,0,0,4.41-7.891,9.283,9.283,0,1,0-18.567,0,9.161,9.161,0,0,0,4.41,7.891A14.351,14.351,0,0,0,0,27.85H2.321a11.894,11.894,0,0,1,23.208,0H27.85A13.976,13.976,0,0,0,18.8,17.174ZM6.962,9.283a6.962,6.962,0,1,1,6.962,6.962A6.983,6.983,0,0,1,6.962,9.283Z' fill='%23fff'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E"); }
      #form > div .form-fields > div.password::before {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28.322' height='29.593' viewBox='0 0 28.322 29.593'%3E %3Cg id='Group_58' data-name='Group 58' transform='translate(-11 0)' fill='%23fff'%3E %3Cpath id='Path_939' data-name='Path 939' d='M25.369,194.947H13.358v-8.2H25.369ZM15.225,184.393a4.146,4.146,0,0,1,8.288,0Zm-2.364,0c0,.1-1.7-.433-1.861,1.179v10.554a1.177,1.177,0,0,0,1.179,1.179H26.548a1.177,1.177,0,0,0,1.179-1.179V185.572c-.15-1.584-1.861-1.1-1.861-1.179,0,0-.5-6.393-6.5-6.393S12.861,184.393,12.861,184.393Z' transform='translate(0 -167.712)'/%3E %3Cg id='Group_57' data-name='Group 57' transform='translate(11)'%3E %3Cpath id='Path_940' data-name='Path 940' d='M34.767,14.415a4.563,4.563,0,0,0,4.555-4.555V4.555A4.563,4.563,0,0,0,34.767,0H15.555A4.563,4.563,0,0,0,11,4.555V9.861a4.219,4.219,0,0,0,1.929,3.72l.117.06a5.532,5.532,0,0,1,1.287-1.946l-.148-.118a2.217,2.217,0,0,1-.827-1.717V4.555a2.2,2.2,0,0,1,2.2-2.2H34.767a2.2,2.2,0,0,1,2.2,2.2V9.861a2.2,2.2,0,0,1-2.2,2.2h-9.9l-.1,0a7.488,7.488,0,0,1,1.149,2.357Z' transform='translate(-11)'/%3E %3Ccircle id='Ellipse_83' data-name='Ellipse 83' cx='1.635' cy='1.635' r='1.635' transform='translate(5.359 5.573)'/%3E %3Ccircle id='Ellipse_84' data-name='Ellipse 84' cx='1.635' cy='1.635' r='1.635' transform='translate(19.231 5.573)'/%3E %3Ccircle id='Ellipse_85' data-name='Ellipse 85' cx='1.635' cy='1.635' r='1.635' transform='translate(12.295 5.573)'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E"); }
      #form > div .form-fields > div input {
        display: block;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 320px;
        width: 20rem;
        background: rgba(255, 255, 255, .8);
        border: none;
        padding: 27.2px 16px 11.2px 16px;
        padding: 1.7rem 1rem .7rem 1rem;
        outline: none;
        font-size: 20.8px;
        font-size: 1.3rem;
        -webkit-transition: background-color 0.5s;
        transition: background-color 0.5s; }
        #form > div .form-fields > div input:focus {
          background-color: #fff; }
        #form > div .form-fields > div input:-webkit-autofill {
          content: "\feff";
          -webkit-transition: background-color 3s;
          transition: background-color 3s; }
		#form .password-recovery {
			margin: 16px 0;
			margin: 1rem 0;
		}

			#form .password-recovery a {
				text-decoration: none;
				font-size: 14.4px;
				font-size: 0.9rem;
				color: rgba(255, 255, 255, .7);
				-webkit-animation: fade-in 3s;
				animation: fade-in 3s;
				-webkit-transition: all 0.2s;
				transition: all 0.2s;
			}

				#form .password-recovery a:hover {
					color: #fff;
				}
      #form > div .form-fields > div label {
        position: absolute;
        top: 20.8px;
        top: 1.3rem;
        left: 76.8px;
        left: 4.8rem;
        font-size: 16px;
        font-size: 1rem;
        opacity: 0.4;
        pointer-events: none;
        -webkit-transition: all .2s;
        transition: all .2s; }
      #form > div .form-fields > div:focus-within label, #form > div .form-fields > div.filled label {
        top: 12.8px;
        top: .8rem;
        font-size: 11.2px;
        font-size: .7rem;
        opacity: 0.5; }
      #form > div .form-fields > div.password:not(.filled):not(:focus-within) input {
        -webkit-text-fill-color: transparent; }
      #form > div .form-fields > div:hover label {
        opacity: 0.5; }
  #form .form-inputs {
    position: relative;
    padding-right: 88px;
    padding-right: 5.5rem; }
    @media only screen and (max-width: 950px) {
      #form .form-inputs {
        padding: 0; } }
    #form .form-inputs #submit {
      position: absolute;
      right: 0;
      bottom: -1.6px;
      bottom: -0.1rem; }
      @media only screen and (max-width: 950px) {
        #form .form-inputs #submit {
          position: static;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
  #form .warning {
    margin-top: 64px;
    margin-top: 4rem;
    padding: 16px;
    padding: 1rem;
    padding-left: 48px;
    padding-left: 3rem;
    font-size: 14.4px;
    font-size: 0.9rem;
    line-height: 24px;
    line-height: 1.5rem;
    background: #ffee76 url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' ?%3E%3Csvg baseProfile='tiny' height='24px' id='Layer_1' version='1.2' viewBox='0 0 24 24' width='24px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M21.171,15.398l-5.912-9.854C14.483,4.251,13.296,3.511,12,3.511s-2.483,0.74-3.259,2.031l-5.912,9.856 c-0.786,1.309-0.872,2.705-0.235,3.83C3.23,20.354,4.472,21,6,21h12c1.528,0,2.77-0.646,3.406-1.771 C22.043,18.104,21.957,16.708,21.171,15.398z M12,17.549c-0.854,0-1.55-0.695-1.55-1.549c0-0.855,0.695-1.551,1.55-1.551 s1.55,0.696,1.55,1.551C13.55,16.854,12.854,17.549,12,17.549z M13.633,10.125c-0.011,0.031-1.401,3.468-1.401,3.468 c-0.038,0.094-0.13,0.156-0.231,0.156s-0.193-0.062-0.231-0.156l-1.391-3.438C10.289,9.922,10.25,9.712,10.25,9.5 c0-0.965,0.785-1.75,1.75-1.75s1.75,0.785,1.75,1.75C13.75,9.712,13.711,9.922,13.633,10.125z' fill='%23f60'/%3E%3C/svg%3E") no-repeat calc(100% - (100% - 1rem)) 1rem;
    background-size: 1.4rem;
    color: #000;
    max-width: 400px;
    max-width: 25rem;
    -webkit-animation: warning 1s cubic-bezier(0.215, 0.61, 0.355, 1);
            animation: warning 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: .4rem;
    border: 1px solid #ffec07;
    border-top-color: #fff;
    border-right-color: #fff;
    -webkit-box-shadow: 0 0 1rem #f0ff07;
            box-shadow: 0 0 1rem #f0ff07; }
  .loading #form {
    pointer-events: none; }
    .loading #form .form-fields {
      opacity: 0.5;
      -webkit-transition: opacity 1s;
      transition: opacity 1s; }

.captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .captcha > div {
    margin-top: 48px;
    margin-top: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .captcha__image {
    margin-left: 16px;
    margin-left: 1rem;
    background: #fff;
    padding: 3.2px;
    padding: .2rem;
    border-radius: .3rem;
    position: relative;
    -webkit-box-shadow: 0 0.7rem 1.3rem rgba(0, 0, 0, .1);
            box-shadow: 0 0.7rem 1.3rem rgba(0, 0, 0, .1); }
    .captcha__image::before {
      content: '';
      position: absolute;
      border: 9.6px solid transparent;
      border: 0.6rem solid transparent;
      border-right-color: #fff;
      right: 100%;
      top: calc(50% - 0.6rem); }
    .captcha__image img {
      display: block; }
    .captcha__image a {
      display: block;
      width: 27.2px;
      width: 1.7rem;
      height: 27.2px;
      height: 1.7rem;
      background: #fff no-repeat 50% 50%;
      background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' ?%3E%3Csvg height='22px' version='1.1' viewBox='0 0 16 22' width='16px' xmlns='http://www.w3.org/2000/svg' xmlns:sketch='http://www.bohemiancoding.com/sketch/ns' xmlns:xlink='http://www.w3.org/1999/xlink' fill='%23000'%3E%3Cg%3E%3Cg id='Icons-AV' transform='translate(-212.000000, 0.000000)'%3E%3Cg id='loop' transform='translate(212.000000, 0.000000)'%3E%3Cpath d='M8,3 L8,0 L4,4 L8,8 L8,5 C11.3,5 14,7.7 14,11 C14,12 13.7,13 13.3,13.8 L14.8,15.3 C15.5,14 16,12.6 16,11 C16,6.6 12.4,3 8,3 L8,3 Z M8,17 C4.7,17 2,14.3 2,11 C2,10 2.3,9 2.7,8.2 L1.2,6.7 C0.5,8 0,9.4 0,11 C0,15.4 3.6,19 8,19 L8,22 L12,18 L8,14 L8,17 L8,17 Z' id='Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
      background-size: 0.9rem;
      position: absolute;
      bottom: 0;
      left: 0;
      border-radius: .3rem;
      opacity: 0.7;
      cursor: pointer; }
      .captcha__image a:hover {
        opacity: 1; }
  .captcha__input {
    border-radius: .3rem;
    padding: 12.8px 16px;
    padding: .8rem 1rem;
    background: rgba(0, 0, 0, .1); }
    .captcha__input label {
      display: block;
      color: #fff; }
    .captcha__input input {
      padding: 11.2px;
      padding: .7rem;
      margin-top: 16px;
      margin-top: 1rem;
      font-size: 16px;
      font-size: 1rem;
      border: none;
      border-radius: .2rem;
      -webkit-box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, .1);
              box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, .1); }
