@charset "UTF-8";
/*!
Theme Name:Ktown
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>Ktown</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ktown
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Ktown is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
.wp-block-group .wp-block-group__inner-container,
.editor-post-title__block,
.site-main .post-navigation,
.posts-grid,
.single-post .entry-header {
  width: 80%;
  margin: 0 auto; }

@media (min-width: 782px) {
  .wp-block-column {
    flex-basis: 50%;
    flex-grow: 1; } }

/* main */
:root .has-black-color,
.has-blue-color {
  color: #021133; }

.has-blue-background-color {
  background-color: #021133; }

.has-blue-light-color {
  color: #4169e1; }

.has-blue-light-background-color {
  background-color: #4169e1; }

.has-gray-color {
  color: #969e95; }

.has-gray-background-color {
  background-color: #969e95; }

.has-gray-light-color {
  color: #e5e7e5; }

.has-gray-light-background-color {
  background-color: #e5e7e5; }

.has-white-color {
  color: #021133; }

.has-white-background-color {
  color: #021133; }

.grey-light-bg {
  background-color: #DDE0E4; }

html {
  line-height: 1.5; }

body {
  color: #021133;
  font-size: 1rem;
  font-family: "Courier New", Courier, monospace;
  font-weight: normal; }

a {
  color: #ACB3BD; }
  a:hover, a:active, a:focus {
    color: white; }

h1, h2 {
  font-family: "Times New Roman", serif;
  font-weight: normal; }

h3 {
  margin: 0 0 1.125rem 0;
  padding: 0;
  color: #021133;
  font-size: 1.125rem; }

p + h3 {
  margin: 2.25rem 0 1.125rem 0; }

h4 {
  font-weight: bold;
  margin: 0 0 1rem 0;
  padding: 0;
  color: #021133;
  font-size: 1rem; }

p + h4 {
  margin: 2rem 0 1rem 0; }

.wp-block-button__link {
  font-size: 1rem; }

.wp-block-buttons {
  margin-top: 1.25rem; }

body b, body strong {
  font-weight: bold; }

.wp-block-column ol {
  padding: 0 0 0 2rem;
  margin: 1rem 0; }
  .wp-block-column ol li + li {
    margin-top: .25rem; }

ul.da-list {
  padding: 0 0 0 1.25rem;
  margin: 0;
  list-style: none; }
  ul.da-list li + li {
    margin-top: .5rem; }
  ul.da-list li {
    position: relative; }
    ul.da-list li:before {
      content: "";
      display: block;
      position: absolute;
      width: 10px;
      height: 10px;
      top: 6px;
      left: -20px;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 9 4' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.017 3.753c.405-.454.755-.8 1.05-1.036.296-.237.602-.429.92-.575v-.22C8.41 1.678 7.757 1.15 7.024.34h-.366c.19.37.333.633.428.787.095.154.263.38.502.678H.015v.483h7.573c-.327.342-.64.83-.938 1.465h.367z' fill='%2302143B' fill-rule='nonzero'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: center center; }

.scf-confirm-checkbox {
  font-size: .875rem; }

.pad-1-0 {
  padding: 0 0 0 4.347826087%; }

.pad-0-1 {
  padding: 0 4.347826087% 0 0; }

.pad-1-1 {
  padding: 0 4.347826087%; }

.pad-1-2 {
  padding: 0 8.6956521739% 0 4.347826087%; }

.pad-0-2 {
  padding: 0 8.6956521739% 0 0; }

.pad-2-2 {
  padding: 0 8.6956521739%; }

.pad-4-4 {
  padding: 0 17.3913043478%; }

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  font-family: "Courier New", Courier, monospace;
  font-size: 1rem;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.2; }

h1 {
  font-size: 3rem;
  margin: 0 0 2.5rem 0;
  padding: 0 0 0 4.348%;
  position: relative; }
  h1:before {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 22px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 22' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ACB3BD' fill-rule='evenodd'%3E%3Ccircle cx='27' cy='3' r='3'/%3E%3Ccircle cx='27' cy='11' r='3'/%3E%3Ccircle cx='27' cy='19' r='3'/%3E%3Ccircle cx='11' cy='19' r='3'/%3E%3Ccircle cx='19' cy='11' r='3'/%3E%3Ccircle cx='19' cy='19' r='3'/%3E%3Ccircle cx='3' cy='19' r='3'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    left: 0;
    bottom: 12px; }

h2 {
  font-size: 2rem;
  margin: 0 0 2.5rem 0;
  padding: 0; }

.posts-grid h2 {
  font-size: 1rem;
  margin: 1.25rem 0 .625rem 0;
  font-family: "Courier New", Courier, monospace;
  font-weight: bold; }
  .posts-grid h2 a {
    text-decoration: none; }

ul + h2,
p + h2 {
  margin: 5rem 0 2.5rem 0; }

p {
  margin: 0; }

p + p {
  margin: .5rem 0 0 0; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier New", Courier, monospace;
  line-height: 1.7;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/* Elements
--------------------------------------------- */
body {
  background: #fff; }

/* --------------------------------------------------------------------------------------- */
/* Loader
/* --------------------------------------------------------------------------------------- */
.o-page-loader {
  display: block;
  position: fixed;
  /*top: 0;*/
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity .5s;
  background: #2c3e50;
  z-index: 999;
  display: none; }

.o-page-loader--content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh; }

.o-page-loader--spinner {
  width: 40px;
  height: 40px;
  background-color: white;
  margin: 20px auto;
  animation: rotate-plane 1.2s infinite ease-in-out;
  -webkit-animation: rotate-plane 1.2s infinite ease-in-out; }

.o-page-loader--message {
  color: white;
  font-weight: bold;
  font-size: 18px;
  font-family: 'Arial', sans-serif; }

/* --------------------------------------------------------------------------- */
/* Animation - Loading Spinner
/* --------------------------------------------------------------------------- */
@-webkit-keyframes rotate-plane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }

@keyframes rotate-plane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

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

figure {
  margin: 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/* Links
--------------------------------------------- */
a {
  color: #021133;
  text-decoration: underline; }
  a:visited {
    color: #182A51; }
  a:hover, a:focus, a:active {
    color: #182A51;
    text-decoration: none; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #021133;
  border-radius: 0;
  background: #021133;
  color: #fff;
  line-height: 1;
  padding: 1rem 1.5625rem; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    cursor: pointer;
    background: #182A51; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

div.scf-submit {
  margin-top: 2.5rem; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul,
      .main-navigation ul ul li.focus > ul {
        display: block;
        left: auto; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

.site-header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: white; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: flex; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin-bottom: 1.5rem; }

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%; }

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block; }

.wp-block-image {
  margin: 0; }

.wp-block-image:not(.is-style-rounded) img {
  display: block; }

.wp-block-button .has-blue-background-color {
  border: 1px solid #021133; }

.wp-block-button .has-blue-background-color:hover {
  background-color: #fff;
  color: #021133;
  border: 1px solid #021133; }

.updated:not(.published) {
  display: none; }

.wp-block-cover .wp-block-cover__inner-container {
  width: 33.333%; }

.text-indent-left {
  padding-left: 4.347826087%; }

.labor.wp-block-cover .wp-block-cover__inner-container {
  width: 50%; }

.labor.wp-block-cover {
  justify-content: flex-end; }
  .labor.wp-block-cover h2 {
    color: #021133; }

.gegner {
  background: transparent url("img/grey-bg.jpg") no-repeat;
  background-position: 50% 50%; }
  .gegner p + p {
    color: #828282;
    margin-top: 0; }
  .gegner .wp-block-columns {
    align-items: flex-start; }

.gegner-02,
.gegner-04,
.gegner-06,
.gegner-08,
.gegner-10 {
  padding-left: calc(4.348% * 4); }

.wp-block-columns.gegner-row-01 {
  margin-bottom: 2rem;
  padding-left: calc(4.348% * 5); }

.wp-block-columns.gegner-row-02 {
  padding-left: calc(4.348% * 8); }

.wp-block-columns.gegner-row-03 {
  padding-left: calc(4.348% * 4); }

.wp-block-columns.gegner-row-04 {
  padding-left: calc(4.348% * 5); }

.wp-block-columns.gegner-row-05 {
  padding-left: calc(4.348% * 4); }

.wp-block-columns.gegner-row-06 {
  padding-left: calc(4.348% * 8); }

.wp-block-columns.gegner-row-02,
.wp-block-columns.gegner-row-03 {
  margin-bottom: 5rem; }

.wp-block-columns.gegner-row-04 {
  margin-bottom: 10.5rem; }

.wp-block-columns.gegner-row-05 {
  margin-bottom: 6.25rem; }

.kontakt-box {
  background-color: #ACB3BD;
  padding: 4.347826087%;
  height: 100%; }

#simple-contact-form form {
  padding: 0;
  max-width: inherit;
  color: #021133; }

#simple-contact-form .scf-row {
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0; }
  #simple-contact-form .scf-row input[type="text"], #simple-contact-form .scf-row::placeholder {
    color: #021133; }

#simple-contact-form .scf-row + .scf-row {
  margin-top: 1.25rem; }

#simple-contact-form .scf-row input {
  width: 100%;
  margin: 0;
  border-radius: 0;
  height: 45px;
  border: 1px solid #ACB3BD;
  padding: 5px 15px; }

#simple-contact-form .scf-row label {
  display: none; }

#simple-contact-form .scf-row textarea {
  box-sizing: border-box;
  float: left;
  clear: both;
  width: 100%;
  margin-top: 0;
  padding: 15px;
  border-radius: 0; }

#scf_success pre {
  white-space: pre-wrap; }

p.scf_error, p.scf_spam {
  color: #cc0000; }

div.scf-submit {
  margin-top: 2.5rem; }

p.scf_success {
  color: #669966; }

.scf-confirm-checkbox {
  margin-top: 15px; }

.scf-website3dhhsy3 {
  display: none; }

.wp-block-columns.beruf-01,
.wp-block-columns.beruf-02 {
  margin-bottom: 3.75rem; }

.beruf-item-01 {
  padding-left: 8.6956521739%; }

.beruf-item-02 {
  padding-left: 17.3913043478%; }

.beruf-item-04 {
  padding-left: 21.7391304348%; }

.beruf-item-05 {
  padding-left: 43.4782608696%; }

.beruf-bg {
  background: transparent url("img/beruf-bg.jpg") no-repeat;
  background-size: cover; }

.hero-beratung {
  width: 100%;
  height: 0;
  padding-bottom: 37.5%;
  background: transparent url("img/beratung-bg.jpg") no-repeat;
  background-size: cover; }

.grey-bg {
  background: transparent url("img/grey-bg.jpg") no-repeat;
  background-size: cover; }

.grey-bg.beratung h2 {
  display: none; }

.beratung .wp-block-columns + .wp-block-columns {
  margin-top: 2rem; }

.beratung .wp-block-columns {
  text-align: center; }

.beratung h3 {
  font-weight: normal;
  font-size: 1.875rem;
  text-align: center; }

.beratung .berat-01,
.beratung .berat-03,
.beratung .berat-05,
.beratung .berat-10 {
  font-size: .9375rem; }

.beratung .berat-02,
.beratung .berat-10,
.beratung .berat-17 {
  font-size: 1.5rem; }

.beratung .berat-07,
.beratung .berat-15 {
  font-size: 1.3125rem; }

.beratung .berat-04,
.beratung .berat-06,
.beratung .berat-13,
.beratung .berat-16 {
  font-size: 1.125rem; }

.wp-block-buttons > .wp-block-button {
  margin-bottom: 0; }

.teaser-grid a {
  text-decoration: none;
  color: #021133; }

.teaser-grid .wp-block-image figcaption {
  text-align: center;
  margin-bottom: 0;
  margin-top: 1.125rem; }

.outline .wp-block-button__link {
  background-color: transparent;
  border: 1px solid #fff; }
  .outline .wp-block-button__link:hover {
    background-color: #fff;
    color: #021133; }

.page-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.wp-block-cover, aside {
  padding-left: 10%;
  padding-right: 10%; }

.wp-block-columns {
  margin-bottom: 0;
  align-items: center; }

.wp-block-columns.v-top {
  align-items: flex-start; }

article {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 60px; }
  article header {
    padding-left: 0;
    padding-right: 0; }

.blog article,
.single-post article {
  width: 100%;
  margin: 0; }

.entry-footer {
  margin: 16px 0; }

section > .entry-content {
  margin-top: 0; }

.entry-content .cover-law .wp-block-cover__inner-container {
  width: 30%;
  color: #fff;
  margin-left: 50%; }

@media (min-width: 782px) {
  .wp-block-column:not(:first-child) {
    margin-left: 4.347826087%; } }

/* swup */
.transition-fade {
  transition: opacity 0.4s;
  opacity: 1; }

html.is-animating .transition-fade {
  opacity: 0; }

/* swup slide theme */
.swup-transition-main {
  opacity: 1;
  transition: opacity 0.3s, transform 0.4s;
  transform: translate3d(0, 0, 0); }

html.is-animating .swup-transition-main {
  opacity: 0;
  transform: translate3d(0, -60px, 0); }

html.is-animating.is-leaving .swup-transition-main {
  opacity: 0;
  transform: translate3d(0, 60px, 0); }

html.is-animating.swup-theme-reverse .swup-transition-main {
  opacity: 0;
  transform: translate3d(0, 60px, 0); }

html.is-animating.swup-theme-reverse.is-leaving .swup-transition-main {
  opacity: 0;
  transform: translate3d(0, -60px, 0); }

/* swup slide Rl */
.swup-transition-lr {
  opacity: 1;
  transition: opacity 0.1s, transform 0.5s;
  transform: translate3d(0, 0, 0); }

html.is-animating .swup-transition-lr {
  transform: translate3d(100%, 0, 0); }

html.is-animating.is-leaving .swup-transition-lr {
  transform: translate3d(-100%, 0, 0); }

html.is-animating.swup-theme-reverse .swup-transition-lr {
  opacity: 0;
  transform: translate3d(-100%, 0, 0); }

html.is-animating.swup-theme-reverse.is-leaving .swup-transition-lr {
  opacity: 1;
  transform: translate3d(-100%, 0, 0); }

/* load sceren */
.c-load-screen {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: fixed;
  bottom: 40%;
  left: -7%;
  z-index: 99999;
  background-color: #acb3bd;
  transition: all 1s ease; }

html.is-animating .c-load-screen {
  left: 42%;
  transform: scale(38); }

/* end swup */
.pad-top {
  padding: 5rem 0 0 0; }

.type-post,
.wp-block-group {
  padding: 5rem 0; }

.single-post .entry-content .wp-block-group:first-child,
.wp-block-group.no-pad-top {
  padding: 0 0 5rem 0; }

.site-main:after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 304 856'%3E%3Cpath d='M127.67 839.28c2.47-.76 2.26 1.29 4.37.92h25.68c-13.1-1.6-24.73-5.8-34.9-12.64-10.2-6.86-18.23-16.72-24.11-29.54-.21.01-.44-.02-.73-.1v-1.52c-.04-.1-.09-.19-.13-.28-6.7 1.54-13.67 3.18-19.08 3.65-1.49-.34-1.65.72-1.75 1.83-1.03-1.06-3.09-1.04-5.24-.92-1.52.85-4.69-.03-4.36 2.76-4.07-3.14-6.17 2.32-11.36.92v3.68c-2.93-.84-.43-1.7-.87-4.59-2.08 1.48-5.6 1.47-7.86 2.76-.63-.01-1.21-.01-1.76-.01 1.39 1.58 2.84 3.14 4.33 4.67.88-.01 1.78-.03 2.67-.07 2.78.79 2.7-1.45 4.36-1.84 2.75-.45 1.98 2.82 5.24 1.84-1.8 2.42-8.4-.21-11.11 1.26 2.27 2.28 4.64 4.51 7.12 6.69 9.5 8.32 20.1 15.43 31.79 21.33 16.48-.35 22.26.42 37.7-.8zm2.62-2.76c.45-.47 1.11.66.87.92-.45.48-1.11-.66-.87-.92zm-16.59-4.59c-.37 3.98-5.07-.97 0 0zm-62.87-24.82c.85.02.68 1.12.87 1.84-.85-.02-.68-1.12-.87-1.84zm6.98-1.84c1.83-.39 2.31.63 3.49.92.28 1.63-4.89 1.64-3.49-.92zm6.11 6.44c-1-.17-.49-.92 0-.92.99.18.49.92 0 .92zm20.09-4.6c-1.17-.6-1.63-1.96-1.75-3.68 2.72-.42 3.12 2.32 1.75 3.68zm-2.62-2.76c-.36 3.99-5.07-.97 0 0zm-6.99-1.83c.45-.48 1.12.67.88.92-.45.47-1.12-.67-.88-.92zm1.75 10.1c-.37 3.99-5.07-.96 0 0zm-3.5-8.27h1.75v1.84h-1.75v-1.84zm8.74 16.55c-2.33-.91-4.6-1.89-7.86-1.84 2.41-5.64 6.88 1.06 10.48-1.84 3.06 1.83-2.56 2.1-2.62 3.68zm4.37 0c-.46.48-1.12-.67-.88-.92.45-.47 1.12.66.88.92zm0-6.43c.45-.48 1.11.66.87.92-.45.47-1.12-.67-.87-.92zm.87 1.83c.85.02.68 1.12.87 1.84-.85-.03-.68-1.13-.87-1.84zm1.74-1.83c-.45.47-1.12-.67-.88-.93.46-.47 1.13.67.88.93zm1.75 4.59c-.45.47-1.12-.66-.88-.92.46-.48 1.12.67.88.92zm0-3.67c.85.02.68 1.12.87 1.83-.85-.02-.67-1.12-.87-1.83zm.87-6.44c.99.17.49.92 0 .92-.99-.17-.48-.92 0-.92zm.88 5.52c-1.35-.49-.06-.96.87-.93 1.35.49.06.97-.87.93zm1.75-4.6c-.45.47-1.12-.66-.88-.92.46-.48 1.12.66.88.92zm.87-6.43c-1.1-.23-.88-1.83 0-1.84 1.27.41-.09.81 0 1.84zm1.74 10.1c-.99-.17-.49-.92 0-.92 1 .18.49.93 0 .92zm8.74 12.88c.45-.47 1.11.67.87.92-.45.47-1.11-.67-.87-.92zm.87 7.35c-1.07-.4-1.79-1.18-1.75-2.76 1.08.4 1.8 1.18 1.75 2.76zm-3.49-25.74c1.34.49.05.96-.88.92-1.34-.48-.05-.96.88-.92zm-3.49 4.59c.45-.47 1.11.67.87.92-.45.48-1.12-.66-.87-.92zm0 18.39c.45-.47 1.11.67.87.92-.45.47-1.12-.67-.87-.92zm166.79-235.29c2.11 5.75 5.13 10.53 6.99 16.54.18-.01.34-.02.5-.02v-31.7h-7.18c-1.06 3.01-2.16 5.6-3.3 7.82.3.23.53.76.37.92-.24.25-.54.04-.73-.24-.5.92-1 1.8-1.52 2.58.14.8.07 1.55-.37 2.26 1.12 1.27 4.12.56 5.24 1.84zm4.36-5.52c-.45.47-1.11-.67-.87-.92.45-.48 1.12.66.87.92zm-2.61-9.19h1.75c.41 1.96-1.25 1.75-2.62 1.83.16-.74.87-.91.87-1.83zm0 8.27c-.85-.02-.68-1.12-.88-1.83.85.02.68 1.12.88 1.83zm-2.63.92h1.75v1.84h-1.75v-1.84zM93.99 785.68c-.82-2.62-1.58-5.31-2.29-8.05-.88.14-1.73.41-2.46.99-4.48-1.31-8.6 2.53-11.35 0-3.89 2.59-7.5 2.94-11.35 1.83 1.59-1.7 5.27-1.19 6.99-2.76 5.71.1 11.72-.63 17.81-1.54-1-4.01-1.88-8.14-2.64-12.4-1.94.46-3.8.83-5.56 1.07 1.59-1.02 3.39-1.83 5.31-2.51-.77-4.51-1.41-9.17-1.91-13.96-.25-.01-.5-.04-.77-.08.14-.44.37-.79.65-1.08-.89-8.82-1.34-18.1-1.34-27.84 0-3.93.1-7.83.29-11.72-3.54.49-7.77.25-10.96 1.12 3.93-2.26 6.54-2.57 11.04-2.67.13-2.25.28-4.49.47-6.73-.18-.26-.28-.59-.16-.71.07-.08.16-.1.24-.1.86-9.61 2.31-19.12 4.37-28.5-.23-.26-.38-.67-.24-.81s.29-.13.43-.05c.8-3.59 1.69-7.16 2.66-10.71 5.43-19.78 14.69-35.19 27.76-46.24 11.33-9.58 25.14-15 41.43-16.28-.74-1.38-1.71-2.52-2.42-3.92-.28-2.16-2.7-2.06-3.49-3.68-1.3-1.08-1.03-3.82-3.49-3.68 2.32-2.09 5.03 3.24 6.11 5.51 2.12 1.19 3.23 3.45 4.36 5.69 2.16-.14 4.36-.23 6.61-.23 20.57 0 39.53 6.59 56.87 19.78 17.34 13.19 30.34 32.45 39.01 57.78h7.18v-51.07c-4.03-.76-6.23-3.45-9.24-5.3 1.61-2.29 2.64-5.18 5.24-6.44.01-2.4-5.69-8.45-1.75-6.43 1.36-3.27-2.97-.56-2.62-2.76-.89-.9-1.77-1.82-2.62-2.76-2.11-.37-1.9 1.68-4.36.93-.37-1.72-1.03-2.47-1.21-3.16-2.87 2.2-5.95 3.31-9.25 3.31-1.61 0-5.72-1.16-12.32-3.48.12.23.18.47.08.58-.43.45-1.04-.55-.89-.86-.3-.11-.6-.21-.91-.32.02.09.03.19.06.27-.35-.01-.52-.21-.62-.48-2.39-.86-5.05-1.85-8-2.97-10.71-4.07-18.91-6.79-24.64-8.17.04.49.02 1.04.08 1.51-.7-.1-.78-.86-.81-1.68-.82-.19-1.58-.35-2.28-.47-10.48-2.07-22.26-3.1-35.32-3.1-40.73 0-74.77 12.72-102.11 38.16.24 1.62.06 3.69 2.56 2.95-1.14 1.22-.54 2.78.87 3.68-1.45 2.35-2.34-3.58-5.24-2.76-.04-.72-.06-1.43-.04-2.1-.34.33-.69.66-1.03.99-6.85 6.72-12.85 13.8-18.01 21.26.44-.21.98.76.76.99-.39.41-.93-.37-.92-.76-15.46 22.44-23.3 48.25-23.54 77.41.54-.78 2.36-.21 3.5-.37-.57 1.24-1.86 1.71-3.49 1.84-.01-.03-.01-.04-.02-.07 0 8.82.74 17.29 2.19 25.43 1.45-.21 2.9-.09 3.07.38-.05 2.29-1.37 1.68-2.74 1.48 2.01 10.47 5.23 20.36 9.66 29.69 18-4.95 35.98-9.92 55.08-13.71-8 4.45-20.16 4.53-27.95 9.19-8.66.08-14.02 3.62-21.83 4.6-1.56.39-3.14.76-4.71 1.13.27.55.53 1.11.81 1.65.82 1.59 1.67 3.15 2.56 4.7 5.07-1.13 9.29-2.7 13.56-1.06-1.64-.16-5.21 3.08-7.86.92-.93 1.32-2.85 1.6-4.54 2.12 3.39 5.66 7.28 11.07 11.66 16.24 17.9-4.78 35.26-5.57 53.19-9.89-1.2-2.8-2.26-5.71-3.22-8.76zm-5.62-17.17c.99.18.49.93 0 .92-.99-.18-.48-.92 0-.92zm177.28-134.19c-.85-.03-.68-1.13-.88-1.84.86.02.68 1.12.88 1.84zm-17.47-5.52c-.45.47-1.11-.66-.87-.92.45-.47 1.12.67.87.92zm2.62.92c-.45.48-1.11-.67-.88-.92.46-.47 1.12.67.88.92zm2.62 0c.99.18.48.93 0 .93-.99-.18-.48-.93 0-.93zm2.62 8.27c-.21 1.62-1.5 2.1-3.49 1.84-.41-2.86 2.19-3.29 3.49-1.84zm-4.36-20.22c.99.18.48.93 0 .93-.99-.18-.49-.93 0-.93zm-3.5-16.54c1.1.23.88 1.83 0 1.84-.53-.82-1.05-1.65 0-1.84zm.88 19.3c-.85-.02-.68-1.12-.88-1.83.85.02.68 1.12.88 1.83zm.87 1.83c.71.18.87.92 1.75.92v1.83c-1.99-.25-3.28.22-3.49 1.84-1.17-.6-1.62-1.96-1.75-3.68 1.16 1.21 2.63.58 3.49-.91zm-6.98-22.97c.45-.48 1.11.66.87.92-.45.47-1.12-.67-.87-.92zm-5.24 1.84h2.62c1.28 2.68-3.91 2.68-2.62 0zm-2.63 3.67c.45-.47 1.12.66.88.92-.45.47-1.12-.66-.88-.92zm-1.74-3.67c.46-.47 1.12.66.88.92-.46.48-1.12-.67-.88-.92zm0 5.51c.46-.47 1.12.66.88.92-.46.48-1.12-.66-.88-.92zm-3.5-9.19c.46-.47 1.12.67.88.92-.45.48-1.12-.67-.88-.92zm-3.49 11.03c-.99-.18-.49-.93 0-.92.99.18.48.92 0 .92zm-.87-11.95c.99.18.49.93 0 .92-.99-.18-.49-.93 0-.92zm-.87 15.63c2.38 2.8-2.66-2.51 0 0zm-6.99-7.36c.45-.47 1.12.66.87.92-.45.47-1.11-.66-.87-.92zm-16.59-11.95c-1.02-.14-.74-1.67-.88-2.76 1.03.16.74 1.68.88 2.76zm-31.44-5.51c1.54.21 1.99 1.57 1.75 3.67-2.67-.66-3.18.94-5.24.92.1-2.64 3.72-1.59 3.49-4.59zm-13.1-6.43c.13.07 2.47.31 1.75.92-.88.74-4.24-2.23-1.75-.92zM153 590.2c2.11 3.08-2.93-2.22 0 0zm-6.12 3.67c.45-.47 1.11.67.87.92-.44.48-1.11-.67-.87-.92zm-1.74-.92c.45-.47 1.11.67.87.92-.45.48-1.12-.66-.87-.92zm-14.85 11.04c.45-.47 1.11.67.87.92-.45.47-1.11-.67-.87-.92zm-5.24-17.47c.45-.47 1.12.67.87.93-.45.47-1.11-.67-.87-.93zm-13.1 26.65c.45-.47 1.11.67.87.92-.45.48-1.11-.66-.87-.92zm-4.36-16.54c.45-.47 1.12.67.88.92-.46.47-1.13-.67-.88-.92zm-1.75-3.68c-.21 1.61-1.5 2.09-3.49 1.83-.88-2.75 1.94-1.62 3.49-1.83zm-7.86 16.55c.99.18.48.93 0 .92-.99-.17-.49-.92 0-.92zm-3.49-11.03c.45-.47 1.12.67.88.93-.46.47-1.12-.67-.88-.93zm-.87 4.6c.99.17.48.92 0 .92-1-.18-.49-.93 0-.92zm-.88 52.39c-.85-.02-.68-1.12-.87-1.84.85.02.67 1.13.87 1.84zm-16.59 68.01c1.59.72-.52.99-1.75.93-1.59-.73.52-1 1.75-.93zm8.73-26.65c.45-.48 1.12.67.88.92-.46.47-1.12-.67-.88-.92zm-1.75-62.5c.45-.48 1.12.67.88.92-.46.47-1.12-.67-.88-.92zm0 41.36c1.1.23.88 1.83 0 1.84-.53-.82-1.05-1.65 0-1.84zm-.87 23.89c.45-.47 1.11.67.87.92-.45.48-1.11-.66-.87-.92zm-2.62-39.52c.99.18.49.93 0 .92-.99-.17-.48-.92 0-.92zm-3.49-3.68c.46-.47 1.12.66.88.92-.46.48-1.12-.66-.88-.92zm-.87 1.85c.45-.48 1.12.66.87.92-.45.47-1.12-.67-.87-.92zm0 2.75c2.38 2.8-2.66-2.51 0 0zm-6.99-42.28c-.85-.03-.68-1.13-.87-1.84.85.02.67 1.13.87 1.84zm-6.11 12.87c.45-.47 1.12.66.87.92-.45.47-1.11-.67-.87-.92zm-.88-1.84c-.85-.02-.68-1.12-.87-1.83.85.02.68 1.12.87 1.83zm-1.74-3.68c.45-.47 1.12.66.88.92-.46.48-1.13-.66-.88-.92zm.87 82.73c-.86 1.48-2.33 2.11-3.49.92.27-1.25 2.18-.77 3.49-.92zm-6.11-5.52c-.99-.18-.48-.92 0-.92.99.18.48.93 0 .92zm.87 34.93c-.45.47-1.12-.66-.87-.92.45-.47 1.11.66.87.92zm-.87-103.86c2.11 3.08-2.93-2.23 0 0zm-3.49 97.43c.45-.48 1.11.66.87.92-.45.47-1.12-.67-.87-.92zm-4.37-12.88c-.45.47-1.11-.66-.87-.92.45-.47 1.11.67.87.92zm-.88-7.35c-.45.48-1.12-.66-.88-.92.46-.47 1.13.67.88.92zm-1.74-54.23c.45-.47 1.12.67.87.93-.45.47-1.11-.67-.87-.93zm0 66.18c-.45.48-1.12-.66-.88-.92.46-.47 1.12.67.88.92zm-2.62-12.87h1.75v1.84h-1.75v-1.84zm-5.24-23.89h1.75v1.83h-1.75v-1.83zm-.88 49.63c2.66-2.51-2.38 2.79 0 0zm-9.6-25.74c-.99-.18-.49-.93 0-.92.99.18.48.92 0 .92zm-.88 11.03c1.74.83 1.74 3.09 0 .92-3.15.67-3.15-1.58 0-.92zm-1.74 6.44c-.99-.18-.49-.93 0-.93.99.18.48.93 0 .93zm0-14.71c.99.18.48.92 0 .92-.99-.18-.48-.92 0-.92zm.87-7.35h1.75c-.46.74-.91 1.49-.88 2.76H22c.02-.9 1.07-.72 1.75-.93.16-.78-.34-.86-.87-.92-.16-.77.34-.86.87-.91zm-1.74-15.63c2.77.77-1.55 1.22-2.62.92-2.78-.77 1.55-1.21 2.62-.92zm-.88 18.39c-.46.47-1.12-.67-.88-.93.46-.47 1.13.67.88.93zm-1.74 0c-.85-.03-.68-1.13-.88-1.84.85.02.68 1.12.88 1.84zm-2.62 9.19c-.45.47-1.11-.67-.87-.92.45-.47 1.11.66.87.92zm4.36-4.6c-.2 1.32-2.61.32-2.62 1.83-2.8-1.02.84-2.61 2.62-1.83zm-3.49 4.6c.83-2.26 3.43 1.18 3.49 2.76-1.78-.28-1.71-2.5-3.49-2.76zm4.37 42.28c-.74.17-.82-.36-.87-.92v-1.84h2.62c-.32 1.21-1.54 1.44-1.75 2.76zm-.88-7.36c1.1.23.88 1.83 0 1.84-.54-.82-1.05-1.64 0-1.84zm2.62.92c-.45.47-1.12-.67-.87-.92.45-.47 1.11.67.87.92zm1.75 3.68c-.45.47-1.12-.67-.88-.92.46-.47 1.12.67.88.92zm-6.99-5.51c1.12-2.5 4.34-2.79 7.86-2.76-.94 2.68-4.15 2.97-7.86 2.76zm8.74-15.63c.99.18.48.92 0 .92-.99-.18-.49-.93 0-.92zm.87 21.14c-.99-.18-.49-.93 0-.92.99.18.48.92 0 .92zm5.24-54.23c.45-.47 1.12.66.88.92-.46.48-1.12-.67-.88-.92zm6.11 52.39c-.88 1.52-3.71.99-5.24 1.83-.83-3.31 3.44-1.28 5.24-1.83zm-4.37 6.43c.85.03.68 1.12.88 1.84-.85-.03-.68-1.12-.88-1.84zm4.37 7.36c-.45.47-1.12-.67-.88-.92.46-.47 1.12.66.88.92zm0-74.45c.85.02.68 1.12.87 1.84-.84-.03-.67-1.13-.87-1.84zm2.62 61.58c-.45.47-1.12-.66-.88-.92.46-.48 1.12.67.88.92zm1.75 12.87c-.45.47-1.12-.67-.88-.92.46-.47 1.12.66.88.92zm2.62-5.51c-.45.47-1.11-.67-.87-.92.45-.48 1.11.66.87.92zm-2.62-7.36c.13-2.01 2.2-1.97 4.36-1.84-.12 2.01-2.19 1.97-4.36 1.84zm4.36-36.77c-.45.48-1.11-.66-.87-.92.45-.47 1.11.67.87.92zm.88-9.19c2.11 3.08-2.93-2.21 0 0zm.87-52.38c-.99-.18-.48-.93 0-.93.99.18.49.93 0 .93zm1.75 98.34c-3.2-1.98 2.53-2.13 4.36-1.84.4 2.56-4.76-.72-4.36 1.84zm3.49-28.49c2.3-.28 2.25 1.92 2.62 3.68-2.3.27-2.25-1.92-2.62-3.68zm.87-7.35v-1.84h1.75c-.16.79.34.87.88.92-.49 1.9-1.37 1.94-2.63.92zm2.62 31.25c.45-.48 1.12.66.87.92-.45.47-1.11-.67-.87-.92zm.88 2.75c-.99-.17-.48-.92 0-.92.99.18.48.93 0 .92zm.87-25.73c.45-.47 1.11.67.87.92-.45.47-1.11-.67-.87-.92zm1.75 24.81c-.45.47-1.12-.67-.88-.92.46-.47 1.12.67.88.92zm1.74-91.91h-1.75v-1.84h1.75v1.84zm0-17.46c-1-.18-.49-.93 0-.92.99.17.49.92 0 .92zm0-22.98c.45-.47 1.11.67.87.92-.45.48-1.11-.66-.87-.92zm1.75 71.69c-.46.47-1.12-.67-.88-.93.46-.47 1.12.67.88.93zm.87-47.8c.45-.47 1.12.67.88.93-.45.47-1.12-.67-.88-.93zm.88 102.95c-.99-.18-.48-.92 0-.92.99.17.48.92 0 .92zm1.74-50.55c-.46.47-1.12-.66-.88-.92.46-.48 1.12.67.88.92zm.88-26.66c-.45.47-1.12-.67-.87-.92.45-.47 1.11.67.87.92zm0-22.98c-.99-.18-.49-.93 0-.92.99.18.48.92 0 .92zm.87-32.17c-.46.47-1.12-.67-.88-.92.46-.47 1.12.67.88.92zm4.37 47.8c-1.15-.32-1.37-1.62-2.62-1.83.35-2.3 3.38-.07 2.62 1.83zm-1.75 88.24c-.9-3.09 2.71-1.43 4.36-1.84-.74 1.36-2.19 1.98-4.36 1.84zm4.36-17.47c.45-.47 1.11.67.88.92-.45.48-1.12-.67-.88-.92zm1.75 20.22c-.45.48-1.11-.67-.87-.92.45-.47 1.11.67.87.92zm3.49-7.35c-.81-.68-1.32-1.67-1.75-2.76.38-2.31 1.89 1.53 1.75 2.76zm-.87 2.75c.45-.47 1.11.67.87.92-.45.48-1.11-.66-.87-.92zm-40.17 36.77c.45-.48 1.12.67.87.92-.45.48-1.11-.66-.87-.92zM47.33 797c.13 2.68-3.54 2.79-4.37 1.84.75-1.37 2.2-1.98 4.37-1.84zm-2.62 4.59c-.45.48-1.11-.67-.87-.92.45-.47 1.11.67.87.92zm1.75 0c-2.77-.76 1.55-1.21 2.62-.92 2.77.78-1.55 1.22-2.62.92zm4.37-9.18c-.46.47-1.12-.66-.88-.92.45-.47 1.12.66.88.92zm2.61 8.27c-.45.47-1.12-.66-.87-.92.45-.47 1.11.66.87.92zm.88-17.46c-.46.47-1.12-.67-.88-.92.45-.48 1.12.66.88.92zm4.36-9.2c-.45.48-1.12-.67-.88-.92.46-.47 1.12.67.88.92zm2.62 24.82c-.99-.18-.48-.93 0-.93 1 .18.49.93 0 .93zm1.75-17.47c-.45.47-1.11-.66-.87-.92.45-.47 1.11.67.87.92zm1.75-1.83c.85.02.68 1.12.88 1.83-.86-.02-.69-1.12-.88-1.83zm206.09-23.9c.51-.14 1.03.92 1.75.92.76 0 2.6-1.15 5.1-1.15 1.67-2.19 3.66-3.91 5.98-5.12 3.05-1.6 7.99-2.77 14.8-3.5-.24-.88-.46-1.86-.55-3.1 2.02.42 3.11 1.49 3.54 2.81.33-.03.67-.06 1.01-.08.27-.04.52-.06.76-.05.25-.02.49-.04.74-.05v-7.17H176.09v7.17h6.79c6.34 0 11.74 1.23 16.21 3.68 4.46 2.46 7.41 5.2 8.83 8.24.58 1.24 1.04 3.1 1.39 5.55 7.84-.54 15.4-1.26 23.16-2.64h7.86c2.46-1.7 8.17.02 10.48-1.83 6.16.14 10.59-.7 16.59-1.84 1.16-.22 2.86-.08 2.62 0 .68-.22.62-1.78.87-1.84zm-62.88-8.27c.85.02.68 1.12.87 1.83-.84-.02-.67-1.12-.87-1.83zm9.61 4.6c.85.02.68 1.12.87 1.83-.85-.02-.68-1.12-.87-1.83zm31.44 6.43c-.45.48-1.12-.67-.88-.92.46-.48 1.12.66.88.92zm.87-2.76c-.99-.18-.48-.92 0-.92.99.18.48.92 0 .92zm20.08-2.76c-.45.47-1.11-.66-.87-.92.45-.47 1.12.67.87.92zm-34.05 92.84c.37.07.53.21.56.37 3.49-.96 6.95-1.98 10.39-3.08-4.34-.29-8.97-.76-12.7-.05-1.35-3.87 4.52-.14 4.36-2.76 1.66 1.73 2.19.1 4.37 0 3.27.5 6.44.41 9.86.83a254.88 254.88 0 0020.34-8.04v-54.68c0-5.41.19-9.68.56-12.81-.88.06-1.81.13-2.81.25.1-1.59 1.42-1.89 3.04-1.88.26-1.58.58-2.78.96-3.59.17-.39.36-.75.54-1.12-.36-.03-.73.02-1.05.16-2.15-.12-4.21-.15-5.24.92-2.52.11-5.72-.5-6.99.92-2.73.19-6.41-.62-7.86.92-8.63-.5-15.01 1.36-22.71 1.84-.85.02-.68 1.12-.87 1.83-1.94.51-1.24-1.75-2.62-1.83-3.13-.76-4.23 2.07-6.11 0-3.9.91-8.07 1.49-12.43 1.91.34 3.3.51 7.46.51 12.48v11.19c1.17-.09 2.84.73 3.19 1.08-.15 1.49-1.93 1.17-3.19.65v41.76c-6.99 2.58-13.81 4.56-20.48 5.91-2.68.55-5.33.98-7.95 1.3 11.11-.49 23.12.05 31.62.92-17.03 2.3-34.05.2-42.79 0 .6-.08 1.21-.15 1.83-.21-.74.02-1.48.03-2.21.03-.27 0-.53-.01-.79-.01-.75.37-4.02.19-4.94.2-.32-.15-.52-.27-.63-.38l-1.33-.09c-.46.52-1.57.35-2.41.47h-6.12c-3.8.59-9.87-1.2-12.22.92-14.5-2.57-38.92.24-49.06-.72 3.03 1.46 6.1 2.87 9.27 4.17 13.03 5.36 28.71 8.59 47.03 9.72 1.75-.17 3.5-.12 5.37.27 1.33.05 2.68.09 4.04.12 2.36-1.05 4.58-.32 7.09.05 19.07-.08 37.49-1.98 55.26-5.7 4.99-1.05 9.93-2.25 14.82-3.57-.21-.29.15-.68.5-.67zm35.8-76.29c.45-.47 1.12.66.88.92-.46.48-1.12-.67-.88-.92zm-170.29 74.45c-1.27-.4.09-.8 0-1.83 1.1.22.88 1.82 0 1.83zm28.82 3.67c-.36 3.99-5.06-.96 0 0zm28.82 3.68c-.99-.18-.49-.93 0-.92.99.18.48.93 0 .92zm31.44 2.76c-.45.47-1.11-.67-.87-.92.45-.48 1.11.67.87.92zm71.61-58.82c-.45.47-1.11-.67-.88-.92.46-.48 1.12.66.88.92zm4.36.91c-2.3.28-2.25-1.92-2.62-3.68 2.3-.27 2.87 1.28 2.62 3.68zm-1.75-11.94c.14-1.08 1.59-.77 2.62-.92.32 1.56-.68 1.74-1.75 1.83.17-.78-.33-.86-.87-.91zm1.75-18.39c.45-.47 1.12.67.88.92-.46.48-1.12-.67-.88-.92zm0 8.27c1.59.72-.52.99-1.75.92-1.59-.71.53-.99 1.75-.92zm-3.49-8.27c.46-.47 1.12.67.88.92-.46.48-1.12-.67-.88-.92zm4.37 23.9c-1.15 2.65-5.54 1.89-7.86.92.93-2.09 5.49-.35 7.86-.92zm-7.86-22.98c.45-.47 1.11.67.87.93-.45.47-1.12-.67-.87-.93zm.87-2.75c.32 1.56-.68 1.73-1.75 1.83.16-.78-.34-.86-.87-.92.14-1.08 1.59-.77 2.62-.91zm-1.75 2.75c.32 1.57-.68 1.74-1.75 1.84.16-.78-.34-.87-.87-.92.15-1.08 1.59-.78 2.62-.92zm-2.62 7.35c.45-.48 1.11.66.87.92-.45.48-1.11-.66-.87-.92zm-1.74-6.43c.45-.48 1.11.66.87.92-.45.47-1.11-.67-.87-.92zm-3.5 12.87c-.73-.95.77-1.66.87-1.83 1.95-3.55-.38 2.46-.87 1.83zm0-12.87c.45-.48 1.12.66.87.92-.45.47-1.11-.67-.87-.92zm0 3.68c.99.17.48.92 0 .92-.99-.18-.48-.93 0-.92zm-.87 18.38c1.35.49.06.96-.87.92-1.35-.49-.06-.96.87-.92zm-1.75-21.14c.99.18.49.93 0 .92-.99-.18-.48-.92 0-.92zm-1.75 21.14c.46-.47 1.12.66.88.92-.45.48-1.12-.66-.88-.92zm-1.74.92c2.38 2.79-2.66-2.51 0 0zm2.62 45.04c-1.31 2.14-2.14 1.41-4.36.92-.15-2 3.09-.42 4.36-.92zm-9.6-57.91c.45-.47 1.11.67.87.93-.45.47-1.12-.67-.87-.93zm-6.12-6.43c.46-.48 1.12.67.88.92-.46.47-1.12-.67-.88-.92zm-5.24.92c1.59.71-.52.99-1.75.92-1.59-.72.53-.99 1.75-.92zm-4.37 17.46c.99.17.48.92 0 .92-.99-.17-.48-.92 0-.92zm-8.73-14.7c-1.34-.49-.05-.96.88-.92 1.34.48.05.95-.88.92zm1.75 67.09c-.99-.17-.48-.92 0-.92.99.17.48.92 0 .92zm2.62 0c-.45.47-1.12-.66-.88-.92.46-.48 1.12.66.88.92zm5.24.92c-.14-1.08-1.59-.77-2.62-.92 2.07-2.12 7.84-.33 11.35-.92-.63 3.15-4.38 1.03-8.73 1.84zm13.1-53.31c2.09.37-.49-4.18 2.62-2.75.16.78-.34.86-.87.92-.15 1.99 3.1.41 4.37.92-.14 1.07.19 1.64.88 1.84-.2 1.32-2.61.31-2.62 1.83-2.15-3-3.84-.8-7.86-1.83-2.84-1.07 2.33-1.05 3.48-.93zM80.52 16.66c-2.19.16-2.12-2.06-3.49-2.76H49.95c-3.28.5-7.75 1.17-11.75 1.58 1.64 1.6 2.87 3.32 3.65 5.17 1.46 3.45 2.19 12.08 2.19 25.89v13.35c2.66.36-.23 2.46 1.54 2.73-.44.97-.96 1.02-1.54.73v23.08c3.24-.08 6.37-.05 8.52 1.01 2.29-1.75 5.12-.16 7.86 0 2.04.12 5.98-2.57 6.11 1.84-5.1.15-8.37-1.61-13.97-.92-2.83-1.14-.67 2.97-3.49 1.84v-2.76c-1.57-.13-3.28-.12-5.03-.07v3.87c2.76 2.81 4.96 6.19 7.65 9.06.61 2.73 2.87 3.73 4.36 5.52 2.1 2.3.38 2.91 2.62 4.6h9.6c2.23 1.33 7.56-.6 7.86 2.76-11.05-.48-21.42-1.82-32.1-3.09v25.09c.74.25 1.27.89.66 1.9h-.66v17.38c.75.09 1.54.13 2.41.09 3.07-.73 2.87-2.58 5.24 0-1.5 2.11-5.2 5.17-7.65 3.79v1.62c.42-.05.87.81.66 1.03-.21.22-.47.08-.66-.15v13.74c.96-.89.54-.39 0 .19v49.41c0 13.54-.73 21.9-2.19 25.09-1.86 4.51-4.52 7.7-7.97 9.56-4.78 2.79-11.09 4.18-18.92 4.18H9.12c-.66.7-1.48 1.49-.21.01.01 0 .01-.01.01-.01H6v7.37h10.73c0-.32 0-.64.03-.92.78.26 1.22.57 1.45.92h9.36c.59-.34 1.11-.66 1.42-.92.43.36.57.66.55.92h137.82c.7-.04 1.45-.04 2.23 0h73.15c.39-.27.99-.33 1.95 0h1.15l.36-3.38c-.53-.3-.78-1.12-.64-3.06.33.31.63.53.9.67l7.99-74.56c-1.75-.23-3.55-.43-5.39-.56 1.55-.4 3.45-.49 5.5-.4l1.45-13.49h-2.36c.42-.04.87.81.66 1.03-.45.47-1.12-.67-.88-.92.05-.06.11-.09.17-.1h-5.76c-3.82 13.01-7.79 24.07-11.88 33.19h.01c-.01.01-.01.02-.02.03-.15.33-.3.67-.45 1-.13 1.56 2.07 3.22 2.22 5.41 2.72 1.73 2.91 6.13 5.24 8.28.14 1.07-.2 1.63-.88 1.83-3.68-.42-3.72-4.67-6.99-5.51-.26-2.05-1.08-3.5-2.16-4.69-1.62 3.17-3.25 6.07-4.91 8.65-6.97 10.88-15.24 18.85-24.8 23.89-9.56 5.04-21.51 7.57-35.86 7.57h-22.51c-12.75 0-20.78-.6-24.1-1.79-4.65-1.86-7.77-4.68-9.36-8.46-1.45-3.44-2.24-11.04-2.37-22.76-2.69.78-7.87.58-7.54 4.02-3.65-.78-4.12 1.78-6.99 1.84.03-.89 1.07-.71 1.75-.92-.14-1.07-1.59-.77-2.62-.92 4.7-2.35 10.88-3.13 15.38-5.68 0-.65-.01-1.3-.01-1.97v-31.64c-3.16.82-7.6.68-11.01 1.6 2.36-2.61 6.86-2.97 11.01-3.69v-16.31c-2.45-1.05-5.91-1.04-6.64-3.9 1.45 1.23 5.55-.33 5.24 2.76.85-.03.68-1.13.88-1.84.2.1.37.23.53.37V90.98c-1.33-.03-2.88-.01-4.9.13-7.3-1.6-22.3-.33-32.31-1.84 6.76-2.08 17.81-1.17 26.2 0 3.15-.17 6.96-.28 11.01-.25V75.04c-5.26-1.18-10.27-2.34-13.63-3.23 2.97-2.09 4.96-1.04 8.73-.92 1.63.37 3.27.72 4.9 1.09V59.75c-.45-.29-.37-1.14-.53-1.73.26.01.42.12.53.29V46.54c0-6.52.17-11.83.51-15.95-.05-.05-.11-.08-.17-.14.04-.18.11-.31.21-.42.07-.75.14-1.44.22-2.11-3.74 1.91-8.1 2.92-10.91 1.61 3.14-3.57 7.17-1.43 11.34-4.59.28-1.5.61-2.67.98-3.49 1.02-2.31 2.23-4.26 3.63-5.88-8.65-.31-17.18-.52-24.69-.75-2.45-1.1-6.03-1.01-9.6-.92-3.09.27 3.08 2.49 0 2.76zm-34.06 14.7c-.45.47-1.11-.66-.87-.92.45-.47 1.11.67.87.92zm1.74 16.55c-3.22-2.79 2.66-3.1 0 0zm.88-28.49c.45-.47 1.11.66.87.92-.45.47-1.11-.67-.87-.92zm2.62 38.6c-.88.74-4.23-2.23-1.75-.92.14.07 2.47.31 1.75.92zm.87-4.6c-.45.48-1.12-.66-.88-.92.46-.47 1.12.67.88.92zm6.99-35.84c-.7-.64-2.39-1.43-2.62 0-2.55-1.03 1.11-2.99 2.62-2.76v2.76zm.87 44.12c.85.02.68 1.12.87 1.84-.85-.03-.67-1.13-.87-1.84zm2.62-19.3c2.01-.28.97 2.66 2.62 2.76-.97 2.68-2.84-1.18-2.62-2.76zm2.62 42.27c-.46.48-1.12-.67-.88-.92.46-.47 1.12.67.88.92zm-19.21 5.52c-.45.48-1.11-.67-.87-.92.45-.48 1.11.67.87.92zm4.37 5.51c-.46.47-1.12-.67-.88-.92.45-.47 1.12.67.88.92zM8.03 267.58c-1.02-.15-.73-1.67-.88-2.76 1.03.16.75 1.68.88 2.76zm-.87 1.84c.75-1.36 2.82-1.33 4.37-1.84-.13 2.01-2.2 1.97-4.37 1.84zm12.23-3.68c.85.03.68 1.13.87 1.84-.85-.02-.68-1.12-.87-1.84zm2.62.92c-.45.47-1.12-.66-.87-.92.45-.47 1.11.67.87.92zm8.73-2.76c3.23-.65 1.51 3.93 3.49 4.6-.82 1.69-4.74-1.06-3.49-4.6zm8.73 2.76c-1.27-.41.09-.81 0-1.84 1.1.23.88 1.83 0 1.84zm-2.62-2.76c1.21.56.13 3.54 1.75 3.68-.57 1.23-1.86 1.71-3.49 1.84-.48-3.67-.48-2.77 0-6.43 1.98-2.25 3.84-.32 5.24-1.84 2.57 1.32-1.04 3.7-3.5 2.75zm207.84-18.38c.99.18.48.92 0 .92-.99-.17-.48-.92 0-.92zm-25.32 11.03c2.38 2.8-2.66-2.51 0 0zm7.85-4.59c1.08 2.32-1.28-.26-1.75-1.84-.29-1.02.83-.14 1.75 1.84zm-3.49-4.6c-.85-.03-.68-1.13-.87-1.84.85.03.68 1.13.87 1.84zm-.87 19.3c1.1.23.88 1.83 0 1.84-.54-.82-1.06-1.64 0-1.84zm-.88-23.9c-.45.48-1.11-.67-.87-.92.45-.47 1.12.67.87.92zm-.87-4.59v1.84c-1.86.43-1.66-1.31-1.75-2.76.71.17.88.92 1.75.92zm-1.74 4.59c1.45.7-1.61 4.36-4.37 3.68-.85-3.65 4.88-.38 4.37-3.68zm-9.61 3.68c.45-.47 1.11.67.87.92-.45.48-1.11-.66-.87-.92zm-2.62 2.76c.45-.48 1.12.67.88.92-.46.48-1.12-.67-.88-.92zm-4.37 5.52c.45-.48 1.12.66.87.92-.45.47-1.11-.67-.87-.92zm-8.73 10.11c-.45.47-1.12-.66-.87-.92.45-.48 1.11.66.87.92zm-.87-3.68c.99.18.49.92 0 .92-1-.18-.49-.93 0-.92zm-5.24-1.84c.45-.47 1.12.67.87.92-.45.48-1.11-.67-.87-.92zm-6.12 7.35c.45-.48 1.11.67.88.92-.45.48-1.12-.66-.88-.92zm-4.36-8.27c.45-.48 1.12.66.88.92-.46.47-1.12-.67-.88-.92zm-30.57 10.11c-.45.47-1.11-.66-.88-.92.46-.47 1.13.67.88.92zm15.72-2.76c.45-.47 1.11.67.88.92-.46.48-1.12-.66-.88-.92zm-14.84-3.67v2.76c-3.96-.86-5.23.22-7.86-.92 1.24-2.55 3.68-1.02 7.86-1.84zm-34.06-8.28c.45-.47 1.11.67.87.92-.45.48-1.11-.66-.87-.92zm-6.99 5.52c.45-.47 1.12.67.87.92-.45.48-1.11-.67-.87-.92zm-5.24-6.43c.45-.48 1.12.66.88.92-.46.47-1.12-.67-.88-.92zm-2.61-22.06c.45-.47 1.11.67.87.92-.45.47-1.12-.67-.87-.92zm.87 19.3c-1.07 2.78-3.33-.65-4.36-.92.6-2.3 2.32 1.7 4.36.92zM69.16 89.27c-.99-.18-.49-.92 0-.92.99.18.49.93 0 .92zm5.24 68.93c.45-.47 1.12.67.88.92-.45.48-1.12-.66-.88-.92zm8.73-22.97c-2.63 1.43-2.63-5.1 0-3.68-1.45 1.83.09 1.17 0 3.68zm-.87 5.51c-.16.78.34.87.87.92v1.84h-1.75c.16-.78-.34-.87-.87-.92v-1.84h1.75zm-.87 15.63c-.85-.02-.68-1.12-.87-1.84.84.02.67 1.13.87 1.84zm5.24 5.51c-.6 3.33-3.37.16-5.24 0-2.51-.21-7.15 1.68-10.48-.92 5.84-2.35 8.73 1.03 15.72.92zm5.24.92c2.78.77-1.55 1.22-2.62.92-2.77-.77 1.55-1.21 2.62-.92zm-3.5-21.14c.45-.48 1.12.66.87.92-.44.47-1.11-.67-.87-.92zm2.62 15.63h1.75c-.16.78.34.86.88.92.34 1.78-3.98 1.34-2.63-.92zm0-26.66c.45-.47 1.12.66.88.92-.45.48-1.12-.67-.88-.92zm-1.74-13.79c1.49-.19 2.26 1.57 2.62 0 1.02.15.74 1.67.87 2.76-.64-1.46-4.27.21-3.49-2.76zm1.74 12.87c-1.72-2.17-2.06-5.8-2.62-9.19 2.02 1.87 2.35 5.5 2.62 9.19zm-2.62-15.63c-.45.48-1.12-.66-.88-.92.46-.47 1.13.67.88.92zm-.87 30.34c.46-.47 1.12.67.88.92-.46.47-1.12-.67-.88-.92zm0 29.41c-.45.47-1.11-.66-.87-.92.45-.48 1.11.67.87.92zm-.87-31.25h-1.75v-1.84h1.75v1.84zm-.87-29.41c-.46.47-1.12-.67-.88-.92.45-.48 1.12.66.88.92zm-3.5 79.05c-.41-1.97 1.25-1.75 2.62-1.84-.16.74-.88.91-.87 1.84h-1.75zm.87 12.86c-.45.47-1.12-.66-.87-.92.45-.47 1.12.67.87.92zm.88-10.11c-2.81-2.17 3.07-3.71 0 0zm-3.49-30.33c-1.35-.48-.06-.96.87-.92 1.34.49.06.96-.87.92zm-1.75 28.49c-.99-.18-.48-.92 0-.92.99.18.49.93 0 .92zm-.88-27.57c-.45.47-1.11-.67-.87-.92.45-.48 1.12.66.87.92zm0 2.75c-.45.48-1.11-.66-.87-.92.45-.47 1.12.67.87.92zm-11.35 0c-.45.48-1.11-.66-.87-.92.45-.47 1.11.67.87.92zm0-4.59c.85.03.68 1.12.88 1.84-.85-.03-.68-1.13-.88-1.84zm-.87 19.3c.45-.48 1.11.66.87.92-.45.48-1.11-.67-.87-.92zm8.73 10.11c-2.54 1.62-6.16 2.09-9.61 2.76 1.48-2.74 5.94-2.33 9.61-2.76zm-4.36-34.93c.45-.47 1.11.67.88.92-.46.48-1.12-.66-.88-.92zm1.74 14.71c.45-.48 1.12.66.87.92-.45.47-1.11-.66-.87-.92zm0-47.79c.45-.47 1.12.66.87.92-.45.47-1.11-.67-.87-.92zm-2.62 3.67c1.28.8 2.77 1.38 2.62 3.68h-2.62v-3.68zm-7.86 31.25c.22-1.16 1.74-.93 1.75 0 1.49.34 1.65-.72 1.75-1.84 1.01.77 2.34 1.21 4.37.92-.54 3.3-5.88 1.53-7.87.92zm2.62 11.03c-1-.18-.49-.92 0-.92.99.18.49.92 0 .92zm-2.62 11.95c-.45.47-1.11-.67-.87-.92.45-.47 1.11.67.87.92zm6.99-47.79c-.85-.02-.68-1.12-.87-1.84.85.02.67 1.13.87 1.84zm-2.62 18.38c-.17 1.04-.88.51-.88 0-.89.6-.9 2.11-2.62 1.84.79-1.6 1.96-3.54 3.5-1.84zm-2.62-9.19c-.45.47-1.11-.67-.87-.92.45-.48 1.11.66.87.92zm-1.75-26.66c.46-.47 1.12.67.88.92-.45.48-1.12-.66-.88-.92zm-.87 25.74c.45-.48 1.11.66.87.92-.45.47-1.11-.67-.87-.92zm-.87 9.19c1.1.23.88 1.83 0 1.84-1.27-.41.09-.81 0-1.84zm-.88 6.44c.45-.48 1.12.67.87.92-.45.47-1.11-.67-.87-.92zm-.87-15.63c.27 2.42-1.82 2.37-3.49 2.76-.26-2.43 1.21-3.02 3.49-2.76zm-.87 13.79c2.38 2.79-2.66-2.51 0 0zm-1.75-4.6c1.07.4 1.79 1.18 1.75 2.76-1.08-.4-1.8-1.18-1.75-2.76zm-.87 1.84c.62 1.14.91 2.02 0 .92-.89-1.08-.69-2.18 0-.92zm2.62 6.43c.01-.02-4.03 2.81-3.49-.92.25 1.83 3.91-.44 3.49.92zm-3.5 28.5c.45-.47 1.12.66.88.92-.46.47-1.12-.67-.88-.92zm0 4.59c-.45.48-1.12-.66-.87-.92.45-.47 1.11.67.87.92zm.88-17.46c-2.62-.61.83-1.97 0-3.68.7.49 1.41.96 2.62.92-.1 1.74-2.89.64-2.62 2.76zm-5.24-56.99c1.1.23.88 1.83 0 1.84-1.27-.41.09-.81 0-1.84zm-1.75 4.6c-.36 3.98-5.07-.97 0 0zm0 13.79c-1.02-.15-.74-1.68-.88-2.76 1.03.14.74 1.67.88 2.76zm-1.75 1.83c.85.02.68 1.12.87 1.84-.84-.02-.67-1.13-.87-1.84zm4.37 5.52c-5.4 3.38-4.51-1.93 0 0zm.88-11.03c-.46.47-1.12-.67-.88-.92.45-.48 1.12.66.88.92zm.87 11.03c1.27.41-.09.81 0 1.84-1.1-.23-.88-1.83 0-1.84zm0 3.67c.45-.47 1.12.66.88.92-.46.48-1.12-.66-.88-.92zm1.74 7.36c-.36 3.98-5.06-.97 0 0zm-1.74 7.35c2.65-2.51-2.38 2.79 0 0zm-1.75 1.84c-.45.47-1.11-.67-.87-.92.45-.48 1.11.66.87.92zm-1.75-6.43c.45-.48 1.12.67.88.92-.45.47-1.12-.67-.88-.92zm-2.62.91c.45-.47 1.11.66.87.92-.44.48-1.11-.66-.87-.92zm4.37 13.79c1.08-2.97-2.82-.7-1.75-3.68 1.63 1.8 3.2.28 5.24 0-.13 4.76-4.46 5.11-7.86 6.44-2.08-1.07 2.7-5.41 4.37-2.76zm-4.37 25.73c-.45.48-1.12-.66-.88-.92.46-.47 1.13.67.88.92zm2.62-21.14c.85.03.68 1.13.88 1.84-.85-.02-.68-1.12-.88-1.84zm.88-1.83c.45-.48 1.11.66.87.92-.45.47-1.11-.67-.87-.92zm3.49 56.06h-2.62c-.63-2.51 1.74-1.85 1.75-3.68 2.54.81.98 1.38.87 3.68zm0-34c-.06-2.94 5.49-2.38 6.11-1.84-1.32 1.36-3.83 1.48-6.11 1.84zm6.11-24.82c-.45.47-1.12-.66-.88-.92.46-.48 1.12.67.88.92zm.88-1.84c-.45.47-1.11-.66-.87-.92.44-.47 1.11.67.87.92zm0-2.75c.45-.48 1.12.66.88.92-.46.47-1.13-.67-.88-.92zm1.74 84.55c-.45.47-1.11-.66-.87-.92.45-.47 1.11.67.87.92zm0-17.46c-.45.48-1.11-.66-.87-.92.45-.47 1.11.67.87.92zm-.87-6.43c1.41-2.82 4.2-1.29 6.11 0-1.32 2.78-3.83-.77-6.11 0zm15.72 10.11c.85.03.68 1.12.88 1.84-.86-.03-.69-1.13-.88-1.84zm-8.73-9.19c3.51-1.18 7.92-.59 13.97-.92-2.81 2.33-10.17 2.41-13.97.92zm13.97-1.84c-1.28-.8-2.77-1.38-2.62-3.68-.99-.87-6.48-4.47-2.62-4.59v1.84c4.75-.62 6.59 3.23 5.24 6.43zm0-9.19h2.62c1.28 2.68-3.91 2.68-2.62 0zm1.74 9.19c1.56-3.62 6.88 1.49 10.48-.92-.21 2.54-4.93.33-4.37 3.68-1.22-1.77-4.23-1.67-6.11-2.76zm6.99 8.27c-.45.47-1.12-.67-.88-.92.46-.47 1.12.67.88.92zm.87-3.67c.45-.48 1.12.67.88.92-.45.47-1.12-.67-.88-.92zm.88 10.11c.45-.47 1.11.67.87.92-.45.47-1.11-.67-.87-.92zm1.75 3.67c-.45.47-1.12-.67-.88-.92.46-.47 1.12.67.88.92zm-4.37-56.98c2.09-2.46 2.58-.91 6.11-1.84-.84 1.87-3.35 1.98-6.11 1.84zm13.97 19.29v2.76c-1.83.39-2.31-.63-3.49-.92.21-1.61 1.5-2.09 3.49-1.84zm-3.49 10.12c.45-.48 1.12.66.88.92-.46.47-1.12-.67-.88-.92zm-.87-24.82c-.45.47-1.12-.66-.88-.92.45-.47 1.12.66.88.92zm1.74-63.42c-.45.48-1.11-.67-.88-.92.46-.47 1.12.67.88.92zm0-16.54c.99.17.48.92 0 .92-.99-.18-.48-.93 0-.92zm.87 22.05c2.66-2.5-2.38 2.8 0 0zm3.5 22.98c-.45.47-1.12-.67-.88-.92.46-.47 1.12.67.88.92zm.87-9.19h-1.75v-1.84h1.75v1.84zm.87 3.68c.45-.47 1.12.67.87.92-.45.47-1.11-.67-.87-.92zm-.87-56.99c1.1.23.88 1.83 0 1.84-.54-.82-1.06-1.64 0-1.84zm-.87 34.01c1.35.49.05.96-.88.92-1.34-.49-.05-.96.88-.92zm-2.62-30.33c.45-.47 1.11.67.87.92-.45.47-1.12-.67-.87-.92zm-1.75-.92c.45-.47 1.11.66.87.92-.45.47-1.11-.67-.87-.92zm2.62 6.43c.48 2.04-1.67 1.31-1.75 2.76-1.43-1.87-3.99-2.54-4.36-5.52 2.91.01 2.98 3 6.11 2.76zm-6.99 6.44c.45-.47 1.12.66.88.92-.46.47-1.12-.67-.88-.92zm0 96.5c.45-.47 1.12.67.88.92-.46.48-1.12-.66-.88-.92zm-.87-108.45c.84 3.31-3.92 1.79-3.49 0-2.48 2.16-5.98-.51-7.86-1.84 3.3-.97 5.93 1.5 11.35 1.84zM83.13 95.7c.45-.48 1.12.66.88.92-.46.48-1.12-.66-.88-.92zm-.87-4.59c1.44.03-1.4 5.19-2.62 2.76.1-1.74 2.89-.64 2.62-2.76zm-7.86 46.88c.13-2.29 2.96-.27 3.49 0-.13 2.28-2.95.26-3.49 0zm2.62-33.09c.13 2.29-1.37 2.84-1.75 4.59-3.09.5-2.15-3.25-5.24-2.76-.64-2.51 1.73-1.85 1.75-3.68 2.56-.23 2.69 2.08 5.24 1.85zM74.4 94.79c.88 2.76-1.95 1.63-3.49 1.84.21-1.62 1.5-2.1 3.49-1.84zm-2.62-7.36c-.45.47-1.12-.66-.87-.92.45-.47 1.11.67.87.92zm.87-16.54c-.45.48-1.11-.67-.87-.92.45-.47 1.12.66.87.92zm2.63-52.39c-.45.47-1.12-.67-.88-.92.46-.48 1.12.66.88.92zm1.74 25.73c-.99-.18-.48-.92 0-.92.99.18.49.92 0 .92zm3.5-.92c-.54-.82-1.05-1.64 0-1.84 1.09.23.88 1.83 0 1.84zm27.07 33.09c.45-.47 1.12.67.88.92-.46.48-1.13-.66-.88-.92zm-.88 11.03c-.85-.03-.68-1.13-.88-1.84.86.03.69 1.13.88 1.84zm-1.74-11.95c.45-.48 1.11.67.87.92-.45.48-1.11-.66-.87-.92zm0-13.78c-.45.47-1.12-.66-.88-.92.46-.48 1.12.66.88.92zm.87.92c.46-.47 1.12.66.88.92-.46.47-1.12-.67-.88-.92zm-.87-8.28c-.45.47-1.12-.67-.88-.92.46-.47 1.12.67.88.92zm-1.75-8.27c.45-.48 1.12.66.87.92-.45.47-1.11-.66-.87-.92zm2.62-23.9c.46-.47 1.12.67.88.92-.46.48-1.12-.66-.88-.92zM91.87 79.16c.85.02.68 1.12.87 1.84-.85-.03-.68-1.13-.87-1.84zm.87-2.76c.85.03.68 1.13.88 1.84-.85-.02-.68-1.12-.88-1.84zm1.75 9.19c-.99-.18-.48-.92 0-.92.99.18.48.93 0 .92zm6.98-25.73c-1.65 1.02-3.06 2.29-5.24 2.76 1.08-2.97-2.83-.7-1.75-3.68 3.25-.65 3.76 1.57 6.99.92zm-2.61-29.41c-1.95 3.34-5.37 1.56-7.86 2.76-.56-4.27 4.77-2.34 7.86-2.76zM86.63 85.59c-2.3.28-2.87-1.27-2.62-3.68 2.35.07 4.2 2.11 2.62 3.68zm-.87-19.3c.45-.47 1.11.66.87.92-.45.48-1.12-.66-.87-.92zm2.61-14.71c.45-.47 1.12.67.87.92-.44.48-1.11-.66-.87-.92zm0 11.04c-.45.47-1.12-.67-.88-.92.46-.48 1.13.66.88.92zm-2.61-41.36h1.74v1.84h-1.74v-1.84zm.87 29.41c-1.54-.22-1.99-1.58-1.75-3.68 1.17.6 1.63 1.96 1.75 3.68zm-1.75-6.44c-.85-.03-.68-1.13-.87-1.84.85.03.68 1.13.87 1.84zm-2.62-6.43h1.75v1.84h-1.75V37.8zm-38.21 70.76V93.78c.45.4.99.7 1.54 1 1.5 1.18 1.08 4.37 3.49 4.59 1.85 3.57 5.91 4.82 6.11 10.11-3.39-.24-4.47-1.69-7.86-3.68-1.32.69-1.33 2.75-3.28 2.76zM6.14 7.71h8.82c7.57 0 13.58 1.29 18.03 3.88 1.3.76 2.46 1.55 3.5 2.38 1.83-.06 3.64-.14 4.72-.99 6.08-.3 10.49.29 13.1-1.84 4.26-.11 9.2.49 12.22-.92.22 1.91 3.84.25 4.37 1.84 3.21-.6 6.87-.73 8.73-2.76 1.76-2.19.23 1.67-.87 1.84 2.33 1.45 6.2 1.64 9.6 1.84 3.41.2 6.45.91 9.61.92 1.57 0 1.84-.97 3.49-.92 5.51.18 10.2 1.01 15.15.8.85-.73 1.76-1.37 2.73-1.89 1.21-.71 2.53-1.32 3.94-1.85-.51-1.22 1.33-1.46 1.57-.52 3.82-1.2 8.29-1.81 13.42-1.81h11.75V.34h-12.9c.17.25.27.57.15.69-.37.38-.86-.29-.91-.69h-3.04c.48.19.95.39 1.33.69-.65 3-4.36 2.76-6.99 3.67.39-2.01-.03-3.17-.42-4.36H76.87c.17.25.26.57.15.69-.37.38-.86-.29-.91-.69H6v7.19c.05.06.1.12.14.18zm139.87-2.08c.45-.47 1.12.66.88.92-.46.47-1.12-.67-.88-.92zm-25.33 0c.45-.47 1.12.66.88.92-.45.47-1.12-.67-.88-.92zm0 2.76c2.55 1.03-1.11 2.99-2.62 2.76-1.35-3.27 2.97-.56 2.62-2.76zm-.87-5.52c-1.96 1.01-4.91 3.75-6.99 1.83 1.53-1.44 4.66-1.22 6.99-1.83zm-6.11 4.6c1.54-.29 1.56 5.15-.88 3.68-.37-1.93.61-2.44.88-3.68zm-6.11-1.84c.89.6.91 2.11 2.62 1.84-.68.82-.94 2.08-.88 3.68-2.57-.67-3.34-3.23-6.98-2.76-.41-3.19 4.73-.53 5.24-2.76zm-14.85 5.51c-.99-.18-.48-.92 0-.92.99.18.49.93 0 .92zm-.87-2.75c.45-.47 1.11.67.87.92-.45.47-1.11-.67-.87-.92zm-3.5-2.76c.45-.47 1.12.66.87.92-.44.47-1.11-.67-.87-.92zm-6.11-4.59c1.44 2.02 6.31 3.71 3.49 7.35-4.05.28-6.04-1.61-6.12-5.51 1.51.03 2.27-.69 2.63-1.84zM70.91 8.39c.45-.47 1.11.67.87.92-.45.47-1.11-.67-.87-.92zm-13.1-1.84c-.85-.02-.68-1.12-.87-1.84.85.03.67 1.13.87 1.84zm-8.73-3.68c.45-.48 1.11.66.87.92-.45.48-1.11-.66-.87-.92zm-2.62.92c.99.17.49.92 0 .92-.99-.17-.49-.92 0-.92zm201.72 529.42c.37-1.76.32-3.96 2.62-3.68.24 1.48-.83 1.58-.88 2.75 1.49.05 2.26-.68 2.62-1.83 2.57 1.59-1.97 3.35-4.36 2.76zM63.51 560.34c.11-.17.25-.34.41-.48-1.51-.03-2.85.11-3.97.48h3.56zm30.88-156.19l-5.12-7.53c.68.39 1.28.79 1.73-.36-.88-.11-1.71-1.23-2.33-.52l-3.98-5.85c2.19.42 4.08.35 4.56-1.91-2.2.47-4.23.1-6.14-.41l-2.92-4.3c.09.04.19.08.33.11.48 0 .99-.74 0-.92-.27 0-.55.24-.56.48l-7.49-11.01c2.29-1.49 4.61-3.64 3.68-5.09-1.25 1.28-3.86 1.13-6.51.94l-1.77-2.6c1.39-.02 2.63-.33 3.04-1.1h-3.79l-6.07-8.92c.57-.2 1.04-.5 1.13-1.2-.36.07-1.01.2-1.69.37L56.85 349c.67-.12 1.3-.06 1.84.39.83-1.71-2.61-3.07 0-3.68 2.81-.81 1.2 3.03 3.49 2.76 3.31-2.17 6.91.21 9.6 0 .7 1.72 1.46 3.36 1.75 5.51 5.19 1.29 10.63 2.3 12.23 7.35-2.8 2.27-5.07 5.09-7.86 7.35 2.88-1.63 4.36.98 6.11-1.84-3.02-2.94 3-4.14 3.49-6.43 2.46.78 3.59 2.97 6.99 2.76 4.02 5.88 8.33 11.46 14.85 14.71 0 3.07 2.84 3.14 2.62 6.43-3.06 1.37-4.59 4.36-6.12 7.35-3.44 2.19-5.93 5.4-7.86 9.19-1.74.54-2.22 2.39-3.59 3.3zm7.96-13.4c1.8.81 3.92-2.38 1.74-2.76-.2 1.31-1.44 1.55-1.74 2.76zm-24.46-32.17c.2.71.03 1.81.88 1.84-.2-.72-.03-1.82-.88-1.84zm-6.98-8.27c-2.67-.05-4.45.83-5.24 2.76 2.6-.03 5.32.08 5.24-2.76zm.87 14.7c-.24.26.42 1.4.87.92.25-.26-.42-1.39-.87-.92zm28.82 27.57c.25 1.62-4.11 2.85-1.75 3.68-.44-1.82 4.82-2.1 1.75-3.68zm-3.49-1.83c1.07.29 5.39-.15 2.62-.92-1.07-.3-5.4.14-2.62.92zm-.88 5.51c-.2-.71-.02-1.81-.87-1.84.2.72.02 1.81.87 1.84zm.88 2.76c.48 0 .99-.74 0-.92-.49-.01-1 .74 0 .92zm13.97-29.42c-.24.26.42 1.4.88.92.24-.25-.43-1.39-.88-.92zM65.86 560.34h2.21c-.25-.43-.46-.9-.65-1.4-.93.04-1.33.64-1.56 1.4zm32.12-198.09c-.39-3-5.5-5.81-6.99-4.6 3.26.56 3.56 4.23 6.99 4.6zm-35.8-16.54c-.88.01-1.1 1.61 0 1.84-.09-1.04 1.27-1.43 0-1.84zM57.3 514.5c-.27.32-.55.64-.82.95.36-.23.61-.57.82-.95zm16.23-144.9c-.84-.6-2.01-.85-3.31-.97l1.88 2.77c.65-.41 1.16-.98 1.43-1.8zm26.2 183.83c-.03-.18-.04-.35-.03-.49-.71-.01-1.4-.03-2.06-.05.66.12 1.35.29 2.09.54zm28.82-179.23c-.24.25.42 1.4.87.92.24-.25-.42-1.4-.87-.92zm-10.48-2.76c.48 0 .99-.74 0-.92-.49 0-.99.75 0 .92zm17.16 92.47c-1.16-4.19-3.92-6.68-6.4-9.47l6.4 9.47zm30.87 26.11c-2.27.98-5.85.58-6.99 2.75-2.81-1.65-2.9-1.18-4.74-.55l9.78 14.47c1.62-1.77 2.5-4.34 3.69-6.57-.25-3.72-1.5-6.39-1.74-10.1zm62 9.18c.38 1.36 1.12-.36 2.62 0 1.41 2.8 4.39 3.96 5.24 7.35h3.99l-4.38-6.51c-3-.54-3.65-3.57-4.38-6.5l-5.61-8.32c-.56.15-1.11.07-1.84-.73-.68.28 2.68 7.58 0 10.11.38 2.66 3.75 2.18 4.36 4.6zm53.96 61.14h-26.91c-.15-.38-.55-.8-.85-.48-.08.09-.05.28.03.48h-13.24c-.31-.72-.75-1.29-1.64-1.4-.78-2.74-1.36-3.36-2.62-3.68 2.97-1.73-1.49-3.22-.87-5.51 2.75-5.37 6.71-9.49 10.48-13.79 2.05-.29 3.28-1.45 6.12-.92 3.23 1.7 7.52 4.17 11.6 4.77 2.45 2.78 4.53 4.82 6.23 6.09a34.55 34.55 0 006.28 3.73c-1.74 1.7-4.48 3.27-3.15 4.71.6-1.81 2.33-2.45 4.37-2.76 1.37 3.41 1.86 6.33 2.62 8.27.17-1.2 1.1-.42 1.55.49zm-19.03-9.67c-3.13-2.61-7.77.96-10.48-.92.04 3.38 9.07 2.05 10.48.92zM130.29 378.8c1.83-2.03.68-6.12-.88-7.35-2.67-.66-2.57 1.59-5.24.92-3.25-1.78-6.18-3.91-11.35-3.68-1.77-3.34-6.23-3.86-9.61-5.52.15 1.99-3.1.42-4.36.92 1.95-7.88-6.22-5.1-5.24-11.95-4.93-.32-9.45-1.08-10.48-5.51 1.18-3.05 6.63-1.61 7.86-4.6-5.07.92-7.55 3.61-11.35 3.68-.1-1.12-.26-2.17-1.75-1.84-9.67-.63-16.71-1.25-25.35-1.19l-2.55-3.75c-5.86-8.61-10.39-15.22-13.64-19.86.16.01.33.01.5-.01.43-3.52-1.2-4.87-3.49-5.52-.18.22-.31.47-.41.72-.71-.98-1.27-1.74-1.7-2.29 1.71-.57 3.27-1.28 3.85-3.03-2.06.12-3.96.39-5.4 1.17-1.69-1.97-3.37-3.65-5.04-5.06-.04-.39-.52-1.05-.88-.72-1.23-.97-2.45-1.78-3.67-2.44-3.45-1.86-8.23-3.25-14.34-4.18v-7.37H92.9c.19.27.48.46.72.22.04-.05.05-.13.04-.22h46.16v2.07c-.44.07-.82.69 0 .88v4.42h-6.77c-7.7 0-13.08 1.23-16.13 3.68-3.05 2.45-4.58 5.54-4.58 9.26 0 2.92.47 5.44 1.4 7.57l.66 1c-5.33.4-10.86.59-16.41.75-.65 2.96 3.28 1.72 5.24 1.84 4.53.28 9.15-.37 11.35-.92.3.01.62.02.94.01l5.41 8.16c-.08 0-.16.02-.24.1-.24.25.42 1.4.88.92.01-.01.01-.03.01-.04l5.9 8.88 25.17 38.34c-.45-.08-.91-.18-1.39-.31-1.65.1-.61 3.04-2.62 2.76-3.9-3.15-14.27.34-18.35-.91zm19.21 0c.24-.25-.42-1.39-.87-.92-.24.25.42 1.39.87.92zm-1.74-7.36c.24-.25-.42-1.39-.87-.92-.25.26.42 1.4.87.92zm-2.62 2.76c.24-.26-.42-1.39-.88-.92-.24.26.43 1.4.88.92zM25.5 296.08c-.2-.71-.02-1.82-.88-1.84.2.71.03 1.81.88 1.84zm23.58 21.14c-1.81.55-5.74-1.14-6.11.92 3.36-.59 5.02 2.74 6.11-.92zm55.89 22.05c-.09-1.03 1.27-1.43 0-1.84-.89.02-1.1 1.62 0 1.84zm-1.75-1.83c.24-.25-.42-1.39-.87-.92-.25.25.42 1.39.87.92zm-1.75.91c.24-.25-.42-1.39-.87-.92-.24.26.42 1.4.87.92zm-3.49.92c.93.04 2.22-.43.88-.92-.93-.03-2.23.44-.88.92zm-.87-12.86c-.24.26.42 1.4.87.92.24-.26-.42-1.4-.87-.92zm15.72-32.17c-.53-.05-1.03-.14-.87-.92h-1.75c-1.36 2.26 2.96 2.7 2.62.92zm-3.5 19.3c1.37-.09 3.03.12 2.62-1.84h-1.75c.01.92-.7 1.09-.87 1.84zm-4.36-20.22c.24-.25-.42-1.39-.88-.92-.24.25.43 1.39.88.92zm-9.61 24.81h1.75c.53-.05 1.03-.14.87-.92-1.06-.2-.54-1.02 0-1.84-2.35-.63-1.69 1.91-2.62 2.76zm.87-25.73c.24-.26-.42-1.39-.87-.92-.24.25.42 1.39.87.92zm-1.74 7.35c.24-.26-.42-1.4-.87-.92-.25.26.42 1.4.87.92zm-11.36 13.79c.24-.26-.42-1.39-.87-.92-.24.25.42 1.39.87.92zm-13.97 4.59c1.98-.67 6.81 1.65 6.11-1.84-2.28.36-4.79.48-6.11 1.84zm-15.72-19.3c.2.72.02 1.81.88 1.84-.2-.71-.03-1.81-.88-1.84zm12.23 18.39c-3 .4-4.9-.36-6.99-.92-1.31 1.97-2.14-.66-4.37.92-1.78-.53-6.88.62-2.62.92 4.39-.6 11.05 1.2 13.98-.92zm-4.37 2.75c.24-.26-.42-1.4-.87-.92-.24.26.42 1.4.87.92zm0 15.63c.09 1.03-1.27 1.43 0 1.84.88-.01 1.1-1.61 0-1.84zm2.62-14.71c-.24.26.42 1.4.87.92.25-.26-.41-1.39-.87-.92zm1.75-1.83c-.24.25.42 1.39.87.92.24-.26-.42-1.4-.87-.92zm15.72 2.75c-1.05.2-.53 1.02 0 1.84.88-.01 1.1-1.61 0-1.84zm6.11-1.84c-4.68-.91-13.83-1.96-18.33 0 4.99 1.07 14.54.53 16.59 1.84 1.06-.1 2.06-.27 1.74-1.84zm.87-23.89c2.19.16 2.73-1.41 3.49-2.76-3.09.81-4.5-2.36-5.24.92.99.19 1.37 1.02 1.75 1.84zm2.62 31.25c-.49 0-.99.74 0 .92.49 0 1-.75 0-.92zm4.37 12.86c-1.99-.26-3.28.22-3.49 1.84 1.99.26 3.28-.22 3.49-1.84zm2.62 4.6c-1.54.53-5.13-1.11-5.24.92 1.46-.11 5.56 2.97 5.24-.92zm-3.49 8.27c-.24.25.42 1.4.88.92.23-.25-.43-1.39-.88-.92zm4.37-4.59h-2.62c-.93-.04-2.22.43-.87.92 1.14.12 6.31.14 3.49-.92zm6.11 0c-.24.25.42 1.39.87.92.24-.26-.42-1.4-.87-.92zm7.86-1.84c-4.14-.47-12.54-3.99-13.97.92 4.41-2.6 10.03 1.7 13.97-.92zm1.74-18.39c-.48 0-.99.75 0 .92.49 0 .99-.74 0-.92zm1.75-2.75c-1.03.14-2.48-.16-2.62.92.53.05 1.03.14.87.92 1.07-.11 2.07-.28 1.75-1.84zm10.48 23.89c-1.99-.26-3.28.22-3.49 1.84 1.02 1.16 3.62.74 3.49-1.84zm.87 19.31c-.24.25.42 1.4.88.92.24-.26-.43-1.4-.88-.92zm1.75-11.03c-.24.26.42 1.4.88.92.23-.26-.43-1.4-.88-.92zm75.97-61.58c-3.92.09-6.24 1.86-8.99 3.19-3.72-1.03-8.7-1.55-14.96-1.55v-7.37h33.41c.05.07.09.15.14.22.2 0 .35-.09.48-.22h1.16c-.07.57-.16 1.12-.76 1.14-2.05.29-3.28 1.45-6.11.92.13 2.89-3.54 1.78-4.37 3.67zm-18.34-4.6c-2.21-.97-3.87 3.1-1.75 3.68.02-1.83 2.39-1.18 1.75-3.68zm3.5 3.68c-.54-.21-1.88 1.39-1.75 1.84.71 2.41 4.91-.6 1.75-1.84zm14.84-2.76c-.88 0-1.04-.74-1.75-.92-2.38 1.48 1.29 3.08 1.75.92zm75.44 4.17v-1.43c-.11.01-.21.03-.34.02.16-.46.27-.94.34-1.44v-3.38h-2.81c-.12 1.53-.15 3.16-.15 4.81.43 1.73 1.85 1.53 2.96 1.42zm-4.7-3.25c.2.71.03 1.82.88 1.84-.2-.72-.03-1.82-.88-1.84zM289 552.98c-1.53-.17-3.01-.43-4.46-.74-.49.05-.96.13-1.43.28-.24 3.96.68 6.3 2.2 7.83H289v-7.37zm-10.25-255.99c-1.15 1.1-1.37.36-2.62 0 0 .3 0 .61.01.92a84.8 84.8 0 013.69-.17c-.42-.36-.81-.68-1.08-.75zM277 292.4c.24-.26-.42-1.39-.88-.92-.24.25.43 1.39.88.92zm-48.9 258.27c.21 1.33 7.19 2.14 6.11-.92-3.3 1.33-1.68-2.52-4.37-1.84.66 4.17-2.39-1.39-1.74 2.76zm5.24 9.19c-.08.09-.05.28.03.48h.82c-.15-.38-.55-.8-.85-.48zm-4.37-2.75c-2.15-.12-4.21-.14-5.24.92-.01.95.05 1.69.16 2.31h5.28c-.99-.69-1.39-1.62-.2-3.23zm-1.75-2.76c-.24.25.42 1.4.88.92.24-.25-.43-1.39-.88-.92zm34.06-16.54c.24-.18.44-.39.65-.61-2.54-3.08-5.43-6.85-8.65-11.3.46 2.67 1.11 5.4 1.89 8.23 1.82 1.45 3.56 3 6.11 3.68zm-17.66-25.79l-1.61-2.39c.32.81.61 1.64.93 2.44.25-.03.46-.04.68-.05zm-5.91 23.95c-1.31.16-3.22-.33-3.49.92 1.15 1.19 3.24 1.21 3.49-.92zm-6.99 17.46c-.61 3.44 6.61 2.24 5.24-.92-2.61-.2-2.97 3.4-5.24.92zM60.43 513.91c.24-.26-.42-1.4-.88-.93-.24.27.43 1.41.88.93zm162.26-223.57h39.58c.07.57.16 1.12.76 1.14-.09-.34-.1-.77-.18-1.14h9.53c-.05 2.77-.38 5.41-.66 7.99-3.77.48-7.05 1.23-9.81 2.26-4.78 1.79-9.89 5.14-15.34 10.06-3.45 3.18-12.08 13.08-25.89 29.67l-51.19 61.73 48.86 72.48c-.85.57-1.66 1.14.14 1.7-.12-.35.06-.68.35-.97l2.97 4.41c-.1.82.3 1.18.85 1.26l1.4 2.08c-1.55-.13-3.11-.25-4.7-.34-4.06-2.16-8.17-4.27-13.1-5.52-1.15-3.99-5.35-4.78-6.99-8.27-1.96 1.61-4.91 2.19-6.99 3.68-1.28.01-7.14-.34-4.36.92 3 .41 4.89-.36 6.99-.92.12 4.16 4.64 3.7 8.73 3.68-.18 1.83 3.7 3.93 1.75 4.59-2.45-1.1-6.02-1.01-9.61-.92-1.12-.05-1.21-1.18-2.62-.92-1.27.5-4.51-1.08-4.37.92h5.24c6.28 1.67 13.55 2.29 20.09 3.68 2.23 3.36 7.04 5.86 7.86 10.11.2 1.02-1.8 2.13 0 2.75 2.76-1.64 3.94 6.25 4.37 10.11 6.63 2.9 13.35 5.7 19.64 8.95l1.73 2.52c-1.79 5.77-2.12 13.08-5.65 17.02-2.57-1.28-3.3-4.49-6.99-4.59-1.3 1.08-1.03 3.82-3.49 3.68.6 4.44 2.6 5.67-.87 8.27-.24-1.61 2.46-4.59 0-5.51-1.84 3.45-4.83 2.13-8.73 1.84-1.41 1.27-2.15 3.25-5.24 2.76-3.37-.51 1.12-3.56-3.49-2.76-2.32 2.35 1.53 1.48 2.62 2.76.59 2.13 2.9 2.46 3.49 4.59 2.18.47 3.59 1.73 5.24 2.76-.57 2.77-2.79 3.8-3.49 6.43 2.18.3 2.24 2.75 1.69 5.07h-49.2c.56-.92 1.01-1.95 1.22-3.23-1.89.91-3.96 1.98-5.68 3.23h-11.8v-7.37c4.28-.32 7.93-.78 10.97-1.37 1.01.7 2.01 1.35 3.02 1.83.35-1.61 1.93-1.92 2.52-3.28 1.61-.58 2.88-1.23 3.81-1.95 1.52-1.19 2.66-2.51 3.43-3.97.99-.31 1.66-.88 1.6-1.83-.31.2-.66.35-1.02.45.37-1.08.57-2.21.57-3.42 0-2.39-.47-4.51-1.39-6.37-1.84-3.95-6.43-11.29-13.74-22.01 2.54-1.23 4.42-3.15 7.72-3.58.64-4.65-2.4-5.44-2.62-9.19-2.74.43-3.57-1.15-4.36-2.76-.07-3.42-1.31-2.97.87-4.59-2.62-.92-4.37-2.76-5.24-5.52-7.06-.53-11.38-3.95-16.59-6.43.07-1.61-.19-2.86-.88-3.68 3.1 2.74 8.23-2.08 9.61 2.76 7.32-1.8 18.19-.44 24.46 1.83.97-1.85 6.75-1.05 7.86 0 1.35-3.87-4.52-.15-4.37-2.76.26-1.87 1.75-2.45 2.62-3.68-3.55-.37-2.69 3.91-5.24 4.6-11.16-1.74-22.62-3.16-34.93-3.68-.74-4.04-4.23-7.23-6.11-7.35 1.34-.22.13-1.51-.88-1.84-.2.72-.02 1.81-.87 1.84-.3-7.77-10.35-9.78-7.86-17.47-5.37.14-4.91-5.86-7.86-8.27.65 2.83-2.4 1.77-1.75 4.59 2.74-.44 3.57 1.15 4.37 2.76.57 1.51 1.37 2.79 2.26 3.96l-14.43 17.64c-2.68-.19-5.35-.14-7.91.46 2.07.51 4.29.87 6.58 1.16L92.13 495.6a1.15 1.15 0 00-.26-.08c-.41 0-.83.54-.34.8l-5.29 6.47c-12.35 15.27-18.52 25.62-18.52 31.06 0 1.05.13 2.08.37 3.09-2.42.15-4.38.5-5.04.86 1.76 1.07 3.69 1.26 5.7 1.2.79 1.94 2.03 3.81 3.75 5.6 1.89 1.97 4.33 3.6 7.3 4.92.17.25.41.41.63.28.57.24 1.15.46 1.75.67-.12.83-.36 1.52-.79 2.03 1.17-.49 2.52-.77 3.84-1.1.47.13.93.25 1.41.37 1.64.47 4.29.8 7.95.99-1.99.18-3.92.83-6.21 1.58-2.76-.15-5.27-.03-6.11 1.84 1.23 1.5.7.93 2.62.92 3.24-.03 3.31-.63 6.11-1.84 3.72-.38 7.75-.42 10.48-1.83-.84.09-.95-.13-.79-.48.51.01 1.03.01 1.57.01.03.14.06.29.1.46.24.96.76 1.35 1.42 1.41v5.5H88.36c-.15-.38-.55-.8-.86-.48-.08.09-.05.28.03.48H69.41c.35-1.21.96-1.35 2.37-3.23h-1.75c0-.51-.71-1.05-.87 0 .48-.01.99.74 0 .92-2.76-1.08-3.83.57-6.99-.92-1.16 2.41-3.88 1.75-6.12.92-.18 1.03-.97 1.43-1.74 1.83-2.32.77-4.41-.03-5.44.48H31.05c-.3-1.25-1.48-2.69.56-4.15-2.18 1.77-3.59-1.41-5.24.92 1.88.89 1.42 2.05.69 3.23h-8.6c-.05-.7-.24-1.26-.82-1.4.04.62-.07 1.08-.32 1.4H0v-7.37c11.23-1.64 20.18-4.6 26.86-8.88.09.06.21.12.39.15.37.01.75-.43.47-.71.05-.04.11-.07.17-.11 6.99-4.8 16.16-13.71 27.49-26.69.28 3.25-3.36 3.85-1.05 6.37-.34.48-4.24 1.36-1.75 1.84 2.06-1.35 1.62-1.94 4.36-.92 1.36-3.27-2.97-.55-2.62-2.75 1.28-1.17 5.73-3.69 3.49-5.52.26 1.5-1.18 2.48-1.75.92 2.37-2.01 2.17-1.02 5.24-1.83-.61-3.46 6.13-3.9 3.49-6.44-1.21 1.91-2.19 4.04-5.48 3.76 1.88-2.22 3.82-4.54 5.81-6.96l5.45-6.64c1.37-.36 2.63-.36 2.95 1.58-1.47.01-4.46 5.01-2.62 2.76 2.95-1.49 5.53-7.23 8.73-5.52.07-4.83 3.38-6.25 6.12-8.27-3.21-1.46 3.53.21 1.74-2.75-4.66.38-5.93 6.87-8.73 6.43.53.05 1.03.14.87.92-2.58 1.27-3.53 4.24-6.11 5.51.46-1.36 1.29-2.32 1.75-3.68-1.05.18-1.97.45-2.8.7l2.31-2.81c.07.09.22.18.49.27.69-.01.96-.98.53-1.52l4.04-4.92c.88-.03 1.89-.45.73-.89l13.68-16.67c.07.03.14.07.24.1.93.05 2.22-.43.88-.92-.15-.01-.3 0-.46.02l23.8-29.01-9.78-14.37c.09.07.21.13.4.16.48 0 .99-.74 0-.92-.29 0-.59.27-.56.53l-1.27-1.87c6.59.32 12.65.03 17.56-1.41h-15.72c-.54-.46-1.78-.69-3.35-.81l-10.46-15.37c4.32-4.41 8.12-9.35 12.06-14.16.24 2.16 3.87.56 3.49-.92-1.5-.36-2.24 1.36-2.62 0 .95-2.37 2.2-4.42 4.36-5.52-.61 3.4 3.06 2.29 4.37 3.68.21 2.54 3.24 2.1 4.36 3.68-1.03.15-2.48-.16-2.62.92 1.54-.53 5.13 1.11 5.24-.92-3.13.54-2.65-2.72-2.62-5.51 1.99-.67 4.46-.82 6.11-1.84.29 1.06 3.81 3.16 4.37.92-.54-1.27-3.36-.14-3.49-1.84 1.72-2.47 6.24-2.01 8.73-3.68-1.03-.15-2.48.16-2.62-.92 3.27-.99 2.49 2.28 5.24 1.84 5.13-1.02 9.83-1.4 14.38-1.8l6.66 10.14 9.09-11.12c.76-.08 1.47-.43.66-.81l18.73-22.91c5.01-6.15 9.15-11.65 12.44-16.54 0 .39.54 1.16.92.76.22-.24-.32-1.21-.77-.98 6.2-9.23 9.32-16.2 9.32-20.87v-.01c1.58.22 3.67-.32 3.68-1.12-1.62.02-2.3-.96-3.82-1.06-.34-2.76-1.31-5.35-2.94-7.77-2.06-3.05-5.01-5.44-8.86-7.17-.15-.07-.32-.12-.48-.19 3.03-1.05 6.28-1.87 8.24-4.04.49 2.66 1.36-1.41 2.62-.92.55 1.86 4.08.61 4.36 2.76 2.79 2.76-.85 6.56 2.62 8.27.22-3.7 1.28-9 .88-13.79 1.74-.62 3.4-1.33 5.07-2.04zM104.97 410.05c-.53-.53-4.14-2.15-4.37 0 2.24.09 1.25 3.59 3.49 3.68.28-1.25 1.25-1.76.88-3.68zm4.36-14.71c-.24.25.42 1.39.88.92.24-.25-.43-1.4-.88-.92zm3.5 22.06c-.24.25.43 1.39.88.92.23-.25-.43-1.39-.88-.92zm-33.19 70.77c-.24.25.43 1.4.88.92.24-.25-.43-1.39-.88-.92zM12.4 552.52c-.24.25.42 1.39.87.92.25-.26-.42-1.4-.87-.92zm3.49 3.67c-.24.25.42 1.39.87.92.25-.25-.41-1.4-.87-.92zm1.75-2.76c-.24.25.42 1.39.87.92.24-.25-.42-1.39-.87-.92zm3.49 4.6c-.88.01-1.1 1.61 0 1.83-.09-1.02 1.27-1.43 0-1.83zm30.57-35.85c.49 0 .99-.75 0-.92-.49 0-.99.75 0 .92zm-3.5 5.52c.15-1.07 1.38-.99 2.62-.92-.04 1.27.41 2.02.87 2.76-.88-.01-1.04.74-1.75.92 1.38 3.37-3.56 4.72-1.75 5.51 2.3-.26 1.85-5.42 4.37-2.75.2-1.74-.99-2.03-.88-3.68.14 1.18 5.33 1.18 2.62 0-2.99-.54-2.73-4.49-5.24-5.52.15 1.22-3.53 2.77-.86 3.68zm-.87 1.84c.24-.26-.42-1.4-.88-.93-.23.26.43 1.4.88.93zm-2.62 6.43c.59-2.13 2.91-2.45 3.49-4.59-1.5.37-2.24-1.36-2.62 0 3.45 1.37-3.73 3.83-.87 4.59zm-1.75 5.52c1.99-1.26 3.28 2.37 3.49 0-1.05-.2-.54-1.03 0-1.84-1.98-.26-3.28.22-3.49 1.84zm-.87-4.6c.24-.26-.42-1.4-.88-.92-.23.26.43 1.39.88.92zm-.87 5.51c-.09-1.03 1.27-1.43 0-1.84-.88.02-1.1 1.61 0 1.84zm-3.49-.91c.48 0 .99-.75 0-.92-.49-.01-1 .74 0 .92zm-4.37 3.67c1.5.04 2.24-.71 2.62-1.84-1.37.09-3.03-.12-2.62 1.84zm0 11.95c-.24.25.42 1.39.88.92.23-.25-.43-1.39-.88-.92zm-.87-5.52c1.14-3.11 7.75-5.28 6.11-8.27-.9 2.78-3.46 3.17-4.36 3.68.53.05 1.03.14.87.92-3.94.14-3.74 4.64-5.24 7.35 1.72.27 1.73-1.24 2.62-1.83 2.78.44 3.65 2.89 6.99 2.76 1.39.67-.2 4.49 2.62 3.67 1.99-4.85-6.79-5.53-9.61-8.28zm10.47-1.83c.24-.25-.42-1.4-.87-.92-.24.25.42 1.39.87.92zm0 6.43c-.24.25.42 1.39.88.92.24-.25-.42-1.4-.88-.92zm1.75-12.87c-2.94-2.79-2.65 3.4 0 0zm.87.92c-.24.26.42 1.4.87.93.25-.27-.41-1.41-.87-.93zm.88-7.35c-.26 1.81 1.18 1.82 1.75 2.75 5.65.04-1.05-1.4-1.75-2.75zm6.98-.92c-.53-.05-1.03-.14-.87-.92h-1.75c-1.36 2.26 2.97 2.7 2.62.92zm.88-1.84c.24-.25-.42-1.4-.88-.92-.24.26.42 1.4.88.92zm.87 2.76c-.2-.72-.02-1.82-.87-1.84.19.71.02 1.81.87 1.84zm44.54 20.22c.24-.25-.42-1.4-.87-.92-.25.26.42 1.39.87.92zm-19.21.92c-.09-1.03 1.27-1.43 0-1.83-.89 0-1.1 1.6 0 1.83zm-7.87 0c2.32-.02 5.15.51 5.24-1.83-2.5-.2-4.43.22-5.24 1.83zm-1.74-4.6c.24-.25-.43-1.4-.88-.92-.23.26.43 1.4.88.92zm-2.62-2.76c-.24.25.42 1.4.88.92.23-.25-.43-1.39-.88-.92zm0-1.83c.49 0 .99-.75 0-.93-.49 0-.99.75 0 .93zm-4.37 2.75c.48.01.99-.74 0-.92-.48 0-.99.75 0 .92zm-6.11-30.32c.24-.26-.42-1.4-.87-.92-.24.25.42 1.39.87.92zm0 17.46c.24-.25-.42-1.39-.87-.92-.24.25.42 1.39.87.92zm-.87 4.59c.49.01.99-.74 0-.92-.49 0-.99.74 0 .92zm.87 11.95c-.48 0-.99.75 0 .93.48-.01.99-.76 0-.93zm0-23.9c-.24.25.42 1.4.88.92.23-.25-.43-1.39-.88-.92zm1.75 10.12c-.88.01-1.1 1.6 0 1.83-.09-1.03 1.27-1.43 0-1.83zm0-4.6c-.48-.01-.99.74 0 .92.48 0 .99-.75 0-.92zm2.62-14.71c.73-1.07 1.15-2.47.87-4.6-2.17-.14-3.62.47-4.37 1.84 3.42-1.45 1.81 2.39 3.5 2.76zm0 2.76c.24-.26-.42-1.4-.88-.92-.24.26.43 1.4.88.92zm0 10.11c-.24.25.42 1.4.87.92.24-.26-.42-1.39-.87-.92zm.87-4.6c-.24.25.42 1.39.88.92.24-.25-.43-1.39-.88-.92zm1.75-11.03c-.49 0-.99.75 0 .92.48.01.99-.74 0-.92zm14.84-17.46c.24-.26-.42-1.4-.87-.92-.24.26.42 1.4.87.92zm-3.49 4.6c.19-1.03.97-1.43 1.75-1.84 0 .51.71 1.05.88 0-.53-.05-1.03-.14-.88-.92.49.01.99-.74 0-.92-.27 1.08-4.63 2.31-1.75 3.68zm-9.61.92c1.72.27 1.73-1.24 2.62-1.84.21 1.41 1.44.13 1.75-.92-2.74-.44-3.57 1.14-4.37 2.76zm2.62 3.67c.2.71.02 1.81.87 1.83-.19-.7-.02-1.81-.87-1.83zm-2.62 4.6c-.24.25.42 1.4.88.92.24-.26-.43-1.4-.88-.92zm.88-6.43c-2.93-2.23 2.11 3.08 0 0zm8.73 4.59c-1.12-.46-5.22-2.33-5.24-.93 2.17.31-4.68 3.48-1.75 4.6 1.82-1.15 3.68-2.25 5.24-3.68.34 1.07 4.24 1.07 1.75.01zm3.49-5.52c-1.65.21-1.93-1.03-3.49-.92-1.4 2.57 3.77 2.55 3.49.92zm0-3.67c1.44.02.49 2.55 1.75 2.76.75-1.88-1.37-5.07-1.75-2.76zm2.62-2.76c-.24.25.42 1.39.87.92.25-.25-.42-1.4-.87-.92zm6.99-19.3c-.24.25.42 1.39.88.92.23-.25-.43-1.4-.88-.92zm5.24-5.52c-2.38 2.8 2.65-2.5 0 0zm-1.75 2.76c1.04-.96.21-.66-.87 0-1.19.73-.15.94.87 0zm1.75 2.76c-.93-.05-2.22.43-.87.92.92.04 2.21-.44.87-.92zm.87 6.43c-.2-.71-.03-1.81-.88-1.83.2.71.03 1.81.88 1.83zm-.87-9.19c-.24.25.42 1.39.88.92.23-.25-.43-1.39-.88-.92zm3.49 6.44c-.49-.01-.99.74 0 .92.49 0 .99-.75 0-.92zm.88-8.27c-.24.25.42 1.39.87.92.24-.27-.42-1.4-.87-.92zm.87-6.44c-4.54 4.03 2.79-1.67 0 0zm5.24.92c.2.71.02 1.81.87 1.84-.2-.72-.02-1.82-.87-1.84zm0-12.87c-.24.25.42 1.39.87.92.24-.25-.42-1.39-.87-.92zm3.49.92c.13 1.22-3.55 2.77-.88 3.68-.12-1.23 2.94-3.42.88-3.68zm27.07-59.75h-2.62c-1.28 2.69 3.9 2.69 2.62 0zm-3.49-11.94c.24-.25-.42-1.4-.88-.92-.24.25.43 1.39.88.92zm-9.61 6.43c1.45.01.49 2.55 1.75 2.76.75-1.88-1.37-5.07-1.75-2.76zm-12.22 63.42h1.75v-1.84h-1.75v1.84zm2.62 3.68c-.19-.72-.02-1.82-.87-1.84.19.71.02 1.81.87 1.84zm0 3.67c-.24.26.43 1.4.88.92.23-.25-.43-1.39-.88-.92zm3.49-12.86c-1.55.21-4.37-.92-3.49 1.84 1.62-.13 2.92-.61 3.49-1.84zm3.49-4.6c-2.85-.24-4.21 1.09-4.37 3.68 2.57-.06 3.25-2.1 4.37-3.68zm.87-6.44h-1.75v1.84c1.07-.1 2.08-.27 1.75-1.84zm4.37-15.62c-2.28.76-4.79-2.78-6.11 0 .73.86 5.57 1.96 6.11 0zm-.87 9.2c-.24.25.42 1.39.88.92.23-.26-.43-1.41-.88-.92zm4.37 1.83c-.39 1.8-4.28 4.59-2.62 5.52.77-1.4 4.91-3.93 2.62-5.52zm-2.63-9.19c.48.51 1.78.03.88-.92-.49-.51-1.78-.03-.88.92zm3.5-6.43c-4.67-1.9-2.79 3.23 0 0zm6.11-13.79c-3.43-.07-4.82-2.28-6.98-3.68-.69-1.79-3.17-6.38-4.37-4.59.49 0 .99.75 0 .92-.68.21-1.72.03-1.75.92 4.36-.63 4.93 1.65 2.62 3.68 1.72.28 1.73-1.24 2.62-1.84.48 3.2 5.03 6.91 7.86 4.59zM131.16 422c.49 0 .99-.74 0-.92-.48-.01-.99.74 0 .92zm0 30.33c-.24.25.42 1.39.88.92.24-.26-.42-1.4-.88-.92zm1.75-2.76h-1.75v1.84h1.75v-1.84zm1.75-34.01c.24-.26-.42-1.39-.87-.92-.25.26.42 1.4.87.92zm0 39.53c-.24.25.42 1.39.87.92.24-.26-.42-1.4-.87-.92zm0-23.9c-.24.25.42 1.39.87.92.24-.26-.42-1.4-.87-.92zm.87-21.14c-1.05.19-.54 1.02 0 1.84.88-.02 1.1-1.61 0-1.84zm1.75 25.74c-.24.25.42 1.39.88.92.23-.26-.43-1.41-.88-.92zm39.3 79.96c-.24.25.42 1.4.87.92.24-.26-.42-1.4-.87-.92zm-11.36 40.44c-.24.25.42 1.39.87.92.25-.25-.42-1.4-.87-.92zm4.37-.92c-.49 0-.99.75 0 .93.48-.01.99-.76 0-.93zm8.73 3.68c-.24.26.42 1.4.87.92.24-.26-.42-1.4-.87-.92zm41.05-.92c.24-.25-.42-1.39-.88-.92-.24.25.42 1.39.88.92zm6.98-20.22c.48 0 .99-.75 0-.92-.48-.01-.99.74 0 .92zm-4.37-38.61c-.24.25.42 1.39.88.92.24-.25-.42-1.39-.88-.92zm0-.91c.24-.26-.42-1.4-.87-.93-.24.26.42 1.4.87.93zm-2.61 25.73c.49.01.99-.74 0-.92-.49 0-1 .74 0 .92zm-31.44 15.62c.24-.25-.42-1.39-.88-.92-.24.26.43 1.4.88.92zm-4.37-23.89c4.4-.03.87-2.7 1.75-6.43-4.3-.08-1.72 3.6-1.75 6.43zm.87.91c-.24.26.42 1.4.87.92.25-.25-.41-1.39-.87-.92zm0 3.68c-.24.26.42 1.4.87.92.25-.25-.41-1.39-.87-.92zm0 28.5c-.24.25.42 1.39.87.92.25-.26-.41-1.4-.87-.92zm6.99-2.76c-.88.01-1.1 1.61 0 1.83-.09-1.02 1.27-1.42 0-1.83zm0-3.68c.24-.25-.42-1.39-.88-.92-.23.26.43 1.4.88.92zm9.61 11.95c-.24.25.42 1.4.87.92.24-.25-.42-1.39-.87-.92zm7.86-15.62c-2.66-2.51 2.38 2.79 0 0zm0-4.6c.24-.25-.42-1.4-.87-.92-.25.26.41 1.4.87.92zm0 .92c-.24.25.42 1.4.88.92.23-.26-.43-1.39-.88-.92zm3.49-7.35c.49.01.99-.74 0-.92-.49 0-.99.74 0 .92zm-6.99-16.55c1.98-.67 6.82 1.66 6.11-1.84-2.7-.08-4.84.42-6.11 1.84zm0 22.06c.24-.26-.42-1.4-.87-.92-.24.26.42 1.4.87.92zm-14.84 5.52c.74-1.37 2.81-1.33 4.37-1.84 2.52-.11 5.71.5 6.98-.92.36 1.18 6.96 2.39 4.37.92-3.85-.24-3.43-4.97-4.37-8.28-5.19.57-2.96-6.69-5.24-9.19-.35 7.61-7.8 12.61-6.11 19.31zm1.74-19.31c.24-.25-.42-1.39-.87-.92-.24.26.42 1.4.87.92zm-.87-2.76c-.17-.1-.84-1.68-1.75-.92-.6.52 5.12 2.98 1.75.92zm-7.86 26.66c2.47-.15 5.99.8 6.12-1.83-2.29.35-4.8.46-6.12 1.83zm37.55-64.34c-.68-.21-1.72-.03-1.75-.92.49 0 .99-.75 0-.93-.8 2.51-2.73-1.28-5.24 0-1.71 4.34 6.25 3.17 6.99 1.85zm-53.27-92.83c.24-.26-.42-1.39-.88-.92-.23.26.43 1.39.88.92zm-10.48 6.43c.02 1.52 2.42.52 2.62 1.84h5.24c.24.84 3.86 2.44 3.49.92-1.03-.45-1.98-.98-2.62-1.84h-6.11c-.15-1.07-1.38-.99-2.62-.92zm9.61 10.11c-.24.26.42 1.4.88.92.23-.25-.43-1.39-.88-.92zm-2.62 12.87c-.51.56-2.04 4.36 0 4.59-.52-1.63 2.56-3.81 0-4.59zm1.75-15.62c-.93-.04-2.22.43-.87.92.92.04 2.21-.44.87-.92zm-7.86 16.54c1.18.29 1.67 1.31 3.49.92v-3.68c-2.28-.26-3.76.34-3.49 2.76zm-.88 5.52c-.23 2.69 3.39 3.53 3.49.92-1.65.2-1.92-1.04-3.49-.92zm0-23.9c.24-.26-.42-1.39-.87-.92-.24.25.42 1.39.87.92zm-2.62 10.11c4.33-1.22 1.37-4.34 0 0zm.88 9.19c-.48 0-.99.74 0 .92.48 0 .99-.74 0-.92zm0-23.9c.24-.26-.42-1.39-.87-.92-.25.26.41 1.4.87.92zM153 405.45c.2.71.02 1.81.87 1.84-.2-.71-.02-1.81-.87-1.84zm0 4.6c-2.39 2.79 2.65-2.51 0 0zm-2.63 3.67c.24-.26-.42-1.39-.87-.92-.24.26.42 1.4.87.92zm-1.74.92c-.25.26.42 1.39.87.92.24-.25-.42-1.39-.87-.92zm-.87-8.27c.88 0 1.04.74 1.75.92 0-.92.71-1.09.87-1.84-.88 0-1.03-.74-1.74-.92-.01.93-.72 1.09-.88 1.84zm0 11.03c.24-.26-.42-1.4-.87-.92-.25.26.42 1.39.87.92zm-1.75-3.68c.24-.26-.42-1.39-.87-.92-.25.26.42 1.4.87.92zm-4.36-21.14c.24-.25-.42-1.4-.88-.92-.24.26.42 1.4.88.92zm0 69.86c-.24.25.42 1.39.87.92.24-.26-.42-1.4-.87-.92zm5.23-31.25c-4.43-2.51-3.25 3.2 0 0zm13.98 22.06c-.24.25.42 1.4.88.92.23-.26-.43-1.4-.88-.92zm6.11 13.79c.41-.22 5.47-.91 5.24-4.59-.68-.21-1.01-.77-.87-1.84-3.33.17-3.86 3.29-6.99 3.68-.76 3.26-.11 2.26-.87 5.51 1.8-.3 2.55-.57 4.36-1.83-.4.26-1.28-.71-.87-.93zm4.37-12.88c.48.01.99-.74 0-.92-.49.01-1 .76 0 .92zm.87 14.71c-.24.25.42 1.4.88.92.23-.25-.43-1.39-.88-.92zm0-3.68c-.24.25.42 1.4.88.92.23-.25-.43-1.39-.88-.92zm5.24-16.54c-7.47-.45-11.97-5.62-12.22-11.03-2.58-2.19-6.25-3.23-6.99-7.35h-2.62c-2.34-4.28-6.81-6.31-12.22-7.35-.69-1.79-3.17-6.39-4.37-4.6.96 1.84.39 3.41 1.75 6.44-.95.22-2.09 1.51-.87 1.84.18-1.03.97-1.43 1.75-1.84 2 3.11 4.82 5.34 8.73 6.44v1.83c4.38-.01 5.95 2.93 7.86 5.51-.19 1.74.98 2.03.87 3.68 2.52.16 3.37 6.8 5.24 4.6-.98-.2-1.36-1.02-1.75-1.84.18-1.03.97-1.43 1.75-1.84 1.81 3.91 8.18 7.9 13.09 5.51zm-6.11-12.86c-3.75 1.13-6.43-3.59-8.73-.93 2.98-.33 5.91 4.12 8.73.93zm24.45 32.16c-.2-.71-.02-1.81-.87-1.84.19.72.02 1.82.87 1.84zm.87-2.76c-.2-.71-.03-1.81-.88-1.84.2.72.03 1.82.88 1.84zm5.24-10.1h1.75v-1.84h-1.75v1.84zm-.87-3.68c.24-.26-.42-1.4-.88-.93-.24.27.43 1.4.88.93zm-9.61 3.68c2.25 2.53 5.31 4.22 6.98 7.35-.25 1.6 4.11 3.54 1.75 1.83-.27-1.25-1.24-1.76-.87-3.68-2.53-1.34-5.74-6.77-7.86-5.5zm-.87 2.75c-4.07-1.86-10.9-5.66-14.85-4.59 3.94 1.06 5.15 5 10.48 4.59-.03 2.48 4.39 2.48 4.37 0zm-7.86-31.25c-.09-1.03 1.27-1.43 0-1.84-.88.01-1.1 1.61 0 1.84zm-1.75-1.84c2.65-3.09-3.23-2.78 0 0zm-.87 11.95c2.1.37 1.89-1.68 4.36-.92-.72-2.6 1.23-2.39.87-4.59-2.61.92-6.07.96-5.23 5.51zm-.88-6.43c.88-.01 1.1-1.61 0-1.84-1.05.19-.53 1.02 0 1.84zm-10.48-7.35v-1.84c-4.28 2.83-5.81-3.98-9.6-.92 3.17.34 4.95 2.14 6.11 4.6 3.52-2.45 7.14 2.87 10.48 3.68-.16-3.52.71-.34 2.62-.92-1.26-3.59-5.37-4.16-9.61-4.6zm4.37-1.84c.2.71.02 1.81.87 1.84-.19-.72-.02-1.82-.87-1.84zm-.87-4.6c-.49 0-.99.75 0 .92.48 0 .99-.74 0-.92zm-4.37-1.84c2.23-.1 3.06-1.68 4.36-2.76-2.49-.17-4.76-.11-4.36 2.76zm5.24-28.49c-.24.25.42 1.4.87.92.25-.25-.42-1.39-.87-.92zm5.24-1.84c-.49 0-.99.75 0 .92.48 0 .99-.74 0-.92zm.87-12.87c-.24.26.42 1.4.88.92.24-.25-.42-1.39-.88-.92zm8.74-5.51c.09 1.03-1.27 1.43 0 1.83.88 0 1.1-1.6 0-1.83zm3.49 3.67c-.48 0-.99.75 0 .92.49.01.99-.74 0-.92zm2.62-15.62c-.52-.23-1.84.38-1.75.92.14.82 4.83.47 1.75-.92zm10.48-3.67c-.24.25.42 1.39.87.92.24-.26-.42-1.4-.87-.92zm.87-1.84c-.24.25.42 1.39.88.92.24-.26-.43-1.4-.88-.92zm3.5-6.44h-6.11c-.77 4.28 2.88-.62 2.62 1.84 0 .92-.71 1.09-.87 1.84 1.31-.16 3.22.33 3.49-.92-6.01-1 3.95-2.14.87-2.76zm2.62.92c-.24.25.42 1.4.87.92.24-.25-.42-1.4-.87-.92zm3.49-15.62c-.2-.72-.02-1.82-.87-1.84.19.71.02 1.81.87 1.84zm-.87-19.31c-.24.25.42 1.39.87.92.24-.25-.42-1.39-.87-.92zm55.01-14.7c.24-.25-.42-1.39-.88-.92-.23.25.43 1.39.88.92zm-45.41 22.98c-1.52.07-2.71-.21-3.49-.92-1.4 2.56 3.77 2.54 3.49.92zm14.85-14.71c.24-.26-.42-1.39-.87-.92-.25.26.42 1.4.87.92zm-3.5-1.84c.24-.26-.42-1.4-.87-.92-.24.26.42 1.4.87.92zm-13.1-6.43c.18 2.64-.22 4.67-1.75 5.51.45 2.6 2.12 3.9 2.62 6.43-.26.57-2.18 3.54 0 3.68.36-1.57 1.12.2 2.62 0-1.26-3.22-3.13-7.69.88-9.19-3.45-.04.15-7.51-4.37-6.43z' fill-rule='evenodd' clip-rule='evenodd' fill='%2302143b'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  opacity: 5%;
  width: 19vw;
  height: 0;
  padding-bottom: 53.5%;
  background-size: cover;
  top: 25vh;
  left: 2.5%;
  pointer-events: none; }

.posts-grid .posts-grid-con {
  width: 100%;
  display: flex; }
  .posts-grid .posts-grid-con article {
    width: 30.4347826087%;
    margin-right: 4.347826087%; }
    .posts-grid .posts-grid-con article:nth-child(3n) {
      margin-right: 0; }

.site-header .header-top {
  background-color: #021133;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 5rem;
  padding: 0 10%; }
  .site-header .header-top .time-zone {
    color: #fff;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
    width: 39.25%;
    text-shadow: 0 0 6px #1861FF; }
    .site-header .header-top .time-zone .time-wrapp {
      width: 33.333%; }
      .site-header .header-top .time-zone .time-wrapp span {
        display: block;
        text-align: center; }
      .site-header .header-top .time-zone .time-wrapp:after {
        content: "";
        width: 1px;
        height: 20px;
        background: #ACB3BD;
        display: inline-block;
        position: absolute;
        top: 35%; }
      .site-header .header-top .time-zone .time-wrapp .title {
        font-weight: bold;
        color: white; }
    .site-header .header-top .time-zone:after {
      content: "";
      width: 1px;
      height: 20px;
      background: #ACB3BD;
      display: inline-block;
      position: absolute;
      top: 35%;
      right: 0; }
  .site-header .header-top .site-branding {
    width: 33%; }
    .site-header .header-top .site-branding img {
      display: block;
      width: 223px;
      height: auto; }

.site-header .header-bottom {
  width: 100%;
  background: #182A51;
  padding: 0 10%;
  height: 3.75rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  .site-header .header-bottom a {
    color: #ACB3BD;
    font-size: 1rem;
    padding-left: 0; }
    .site-header .header-bottom a:hover {
      color: #fff; }
  .site-header .header-bottom .current-menu-item a {
    color: #fff;
    text-shadow: 0 0 6px #1861FF; }
  .site-header .header-bottom #primary-menu a {
    font-weight: bold; }
  .site-header .header-bottom #primary-menu li {
    margin-right: 2.5rem; }
  .site-header .header-bottom .lang-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end; }
  .site-header .header-bottom .lang-nav a {
    color: #ACB3BD;
    text-decoration: none;
    padding: 0;
    text-transform: uppercase;
    font-size: .875rem; }
  .site-header .header-bottom .lang-nav li + li a:before {
    content: "·";
    width: 16px;
    text-align: center;
    display: inline-block; }
  .site-header .header-bottom .lang-nav li.active a {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 6px #1861FF; }

#banner {
  background-size: cover;
  background-position: center;
  height: 50vh; }
  #banner .card-text {
    padding-left: 10%;
    margin-left: 4.347826087%;
    width: 48%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 100%; }
    #banner .card-text .type-wrap {
      height: 150px; }
    #banner .card-text span {
      font-family: Times New Roman,serif;
      color: #013C47;
      font-size: 2.5rem;
      line-height: 1;
      padding: 0;
      margin: 0; }

#page.on #masthead {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2; }

#page.on main {
  padding-top: 147px; }

footer#colophon {
  background: #182A51;
  color: white;
  padding: 2.5rem 0; }
  footer#colophon .wp-block-group {
    padding: 0; }
  footer#colophon .wp-block-columns {
    margin-bottom: 0;
    align-items: inherit;
    position: relative; }
    footer#colophon .wp-block-columns .wp-block-column.left {
      display: flex;
      width: 47.8260869565%;
      flex-direction: column;
      justify-content: space-between;
      font-size: .875rem; }
      footer#colophon .wp-block-columns .wp-block-column.left p {
        margin: 0; }
        footer#colophon .wp-block-columns .wp-block-column.left p span {
          display: block; }
      footer#colophon .wp-block-columns .wp-block-column.left p + p {
        margin-top: .5rem; }
      footer#colophon .wp-block-columns .wp-block-column.left a {
        text-decoration: none;
        color: #ACB3BD; }
        footer#colophon .wp-block-columns .wp-block-column.left a:hover {
          color: white; }
    footer#colophon .wp-block-columns .wp-block-column.right {
      width: 47.8260869565%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      footer#colophon .wp-block-columns .wp-block-column.right .menu-hauptmnue-container, footer#colophon .wp-block-columns .wp-block-column.right .menu-datenschutz-container {
        min-width: 49%; }
      footer#colophon .wp-block-columns .wp-block-column.right ul {
        list-style-type: none;
        padding: 0;
        margin: 0; }
        footer#colophon .wp-block-columns .wp-block-column.right ul li {
          margin: 0; }
          footer#colophon .wp-block-columns .wp-block-column.right ul li a {
            font-weight: bold;
            text-decoration: none;
            color: #ACB3BD;
            display: inline-block; }
        footer#colophon .wp-block-columns .wp-block-column.right ul li + li {
          margin-top: .5rem; }
        footer#colophon .wp-block-columns .wp-block-column.right ul li.current-menu-item a {
          color: white;
          text-shadow: 0 0 6px #1861FF; }
    footer#colophon .wp-block-columns:after {
      content: "";
      display: block;
      position: absolute;
      right: 0;
      bottom: 0;
      width: 30px;
      height: 22px;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 22' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ACB3BD' fill-rule='evenodd'%3E%3Ccircle cx='27' cy='3' r='3'/%3E%3Ccircle cx='27' cy='11' r='3'/%3E%3Ccircle cx='27' cy='19' r='3'/%3E%3Ccircle cx='11' cy='19' r='3'/%3E%3Ccircle cx='19' cy='11' r='3'/%3E%3Ccircle cx='19' cy='19' r='3'/%3E%3Ccircle cx='3' cy='19' r='3'/%3E%3C/g%3E%3C/svg%3E");
      background-repeat: no-repeat; }
  footer#colophon a {
    color: white; }

.intro {
  position: absolute;
  z-index: 2; }
  .intro .top {
    position: fixed;
    top: 0;
    left: 0;
    transform: translateY(0);
    transition: transform 0.5s;
    background-color: #021133;
    height: 50vh;
    width: 100vw;
    color: white;
    border-bottom: 1px solid #182A51; }
    .intro .top .branding {
      position: absolute;
      left: 50%;
      margin-left: -10%;
      width: 20%;
      display: block;
      bottom: 4rem;
      filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5)); }
  .intro .bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    transform: translateY(0);
    transition: transform 0.5s;
    background-color: #021133;
    height: 50vh;
    width: 100vw;
    color: white;
    text-align: center; }
    .intro .bottom button {
      font-size: 1rem;
      margin-top: 2rem;
      background: none;
      outline: none;
      color: white;
      border: none;
      text-decoration: underline; }

.intro.off .top {
  transform: translateY(-100%); }

.intro.off .bottom {
  transform: translateY(100%); }

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em; }
  .widget select {
    max-width: 100%; }

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%; }

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr); }

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr); }

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr); }

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr); }

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr); }

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr); }

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr); }

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr); }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none; }

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0; }

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em; }

/*# sourceMappingURL=style.css.map */