<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* 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; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* 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; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

.dnd-section &gt; .row-fluid,
.content-wrapper {
  padding: 0 30px;
}

.dnd-section &gt; .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

body {
  padding-top: 80px;
}

@media (min-width: 768px) {
  .dnd-section &gt; .row-fluid,
  .content-wrapper {
    padding: 0 85px;
  }

  .body-container-wrapper {
    padding: 50px 0;
  }
}

@media (min-width: 1200px) {
  .dnd-section &gt; .row-fluid,
  .content-wrapper {
    padding: 0 140px;
  }

  body {
    padding-top: 170px;
  }
}


@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
body {
  line-height: 1.66666;
  letter-spacing: .04px;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  margin: 0 0 30px;
}

img {
  max-width: 100%;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

h1 {
  font-size: 32px;
  line-height: 1.25; 
}

h2 {
  font-size: 28px;
  line-height: 1.3157; 
}

h3 {
  font-size: 27px;
  line-height: 1.3157; 
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-family: Public Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  width: 100%;
  border: none;
  border-radius: 3px;
  color: #aaa !important;
  background-color: #f5f5f5;
  box-shadow: 0 -1px 1px #00000029;
  padding: 3px 15px;
  font-family: Public Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0;
  outline: none;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list &gt; li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display &gt; span,
.legal-consent-container .hs-form-booleancheckbox-display &gt; span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  white-space: normal;
  font-family: Public Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: none;
  margin-top: 15px;
  margin-bottom: 15px;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

.form-title {
  font-family: Public Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .form-title {
    font-size: 38px;
    line-height: 50px;
    letter-spacing: .76px;
    font-weight: 500;
  } 
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header.header {
  position: fixed;
  z-index: 9999;
  box-shadow: 0 10px 10px #00000029;
  top: 0;
  width: 100%;
  height: 80px;
  display: flex;
}

.header-logo img {
  width: 100%;
  display: block;
  margin: 0;
  stroke: black;
  height: 47px;
}

.header__container {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}

.custom-menu-primary {
  margin-left: auto;
  margin-top: auto;
  position: relative;
  display: none;
}

.custom-menu-primary .hs-menu-wrapper &gt; ul {
  margin-bottom: 32px;
}

.custom-menu-primary .hs-menu-wrapper &gt; ul &gt; li {
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper &gt; ul &gt; li &gt; a {
  font-family: Public Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0;
  padding: 0 35px;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
}

.custom-menu-primary .hs-menu-wrapper &gt; ul &gt; li:last-child &gt; a {
  padding-right: 0;
}

.custom-menu-primary .hs-menu-wrapper &gt; ul &gt; li:before {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 0;
  left: 28px;
  top: 4px;
  background-color: #0f0f0f;
  transition: height 1s ease;
}

.custom-menu-primary .hs-menu-wrapper &gt; ul &gt; li:hover:before,
.custom-menu-primary .hs-menu-wrapper &gt; ul &gt; li.active-branch:before {
  height: 52px;
}

.header-button-wapper {
  position: absolute;
  top: 100%;
  right: 0;
  display: flex;
  z-index: 99;
}

.header-button-wapper a {
  display: block;
  background-color: #507dbc;
  border-radius: 5px;
  color: #fff !important;
  padding: 9px 15px;
  box-shadow: 0 10px 10px #00000029;
  font-family: Public Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: none;
}

.login-button {
  margin-top: 10px;
  margin-left: 10px;
}

.contact-button {
  margin-top: 10px;
  margin-left: 10px;
}

.header-button-wapper a:hover {
  background-color: #335b95;
  color: #fff;
}

.mobile-trigger {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
}

.trigger {
  -webkit-tap-highlight-color: transparent;
  display: block;
  cursor: pointer;
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 9;
}

.trigger span,.trigger span:after,.trigger span:before {
  display: block;
  width: 100%;
  height: 4px;
  background: #0f0f0f;
  z-index: 1;
  transition: all .5s;
  backface-visibility: hidden;
  position: relative;
  margin: auto;
  margin-top: 10px;
}

.trigger span:after, .trigger span:before {
  position: absolute;
  content: "";
  margin: 0;
}

.trigger span:after {
  top: 28px;
  transition: none;
}

.trigger span:before {
  top: 14px;
}

.mobile-open .trigger span {
  transform: translate(0,16px) rotate(45deg);
}

.mobile-open .trigger span:before {
  transform: translate(0,-13px) rotate(-90deg);
}

.mobile-open .trigger span:after {
  opacity: 0;
}

.mobile-menu-wrapper {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  transition: transform ease-in .5s;
  will-change: transform;
  transform: translateY(-160vH);
  background-color: #fff;
  overflow-y: auto;
  text-align: center
}

.mobile-open .mobile-menu-wrapper {
  transform: translateY(0)
}

.mobile-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  overflow-x: hidden
}

.mobile-header-logo img {
  max-height: 111px;
  margin: 16px;
  stroke: black;
  stroke-width: 1;
  width: 100% !important;
  max-width: 121.906px;
  height: 111px;
  position: relative;
  bottom: 1px
}

.mobile-menu .hs-menu-wrapper &gt; ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  width: 100%;
  flex-wrap: initial;
}

.mobile-menu .hs-menu-wrapper &gt; ul li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #0f0f0f;
  font-family: Public Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0;
  color: #0f0f0f;
  text-transform: uppercase;
  margin: 0 auto;
  width: 100%;
}

.mobile-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 65%;
  margin: 0;
  padding: 5% 0;
  opacity: 0;
  transform: translateX(50vW);
  transition: all .5s;
  transition-delay: .5s;
}

.mobile-menu .hs-menu-wrapper &gt; ul &gt; li {
  display: flex;
  justify-content: center;
  height: 100%;
  margin: auto;
  position: relative;
  flex-direction: column;
  width: 80%;
  max-width: 300px;
}

.mobile-open .mobile-menu {
  transform: translateX(0);
  opacity: 1
}

.mobile-header-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 15%
}

.mobile-menu .hs-menu-wrapper&gt;ul li:last-child &gt; a {
  border-bottom: 0
}

.mobile-menu &gt; .hs_cos_wrapper {
  width: 100%;
  display: flex;
  height: 100%;
}

.mobile-menu .hs-menu-wrapper {
  width: 100%;
  display: flex;
}

.mobile-menu .hs-menu-wrapper &gt; ul ul {
  width: 100%;
  display: none;
}

.mobile-menu .hs-menu-wrapper &gt; ul ul li {
  position: relative;
}

.child-trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  cursor: pointer;
  text-align: center;
  z-index: 99;
}

.child-trigger:after,.child-trigger:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #0f0f0f;
  width: 18px;
  height: 2px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.child-trigger:after {
  width: 2px;
  height: 18px;
}

.child-open &gt; .child-trigger:after {
  visibility: hidden;
}

.mobile-menu .hs-menu-wrapper &gt; ul ul li a {
  border-bottom: 1px solid #0f0f0f !important;
}



@media (max-height: 370px) {
  .mobile-header-logo img {
    max-width: 100px;
  } 
}


@media (min-width: 768px) {
  .custom-menu-primary .hs-menu-wrapper &gt; ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 99;
    left: 0;
    top: 100%;
    min-width: 120px;
    padding-top: 30px;
  }

  .custom-menu-primary .hs-menu-wrapper &gt; ul ul li a {
    display: block;
    padding: 5px 15px;
  }

  .custom-menu-primary .hs-menu-wrapper &gt; ul li.hs-item-has-children:hover &gt; ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
  }
}


@media screen and (min-width: 1200px) {
  .header-logo img {
    height: 111px;
    transition: height .5s ease-out;
  }

  header.header {
    height: 170px;
    transition: height .5s ease-out;
  }

  .fixed header.header {
    height: 80px;
  }

  .fixed .header-logo img {
    height: 47px;
  }

  .custom-menu-primary {
    display: block;
  }

  .mobile-trigger {
    display: none;
  }

  .mobile-menu-wrapper {
    display: none;
  }
}
.footer__copyright {
  font-family: Public Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0;
  text-align: center;
  padding-bottom: 20px;
}

.footer__copyright p {
  margin-bottom: 0;
}

.footer-top-section {
  padding: 50px 0;
  display: flex;
  flex-direction: column;
}

.footer-col {
  margin-bottom: 50px;
}

.footer-col.col-1 {
  width: 100%;
  max-width: 340px;
}

.footer-col.col-2 {
  width: 100%;
  max-width: 180px;
}

.footer-col.col-3 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  align-content: flex-end;
  flex-wrap: wrap;
  height: auto;
  width: 100%;
  margin-left: 0;
  flex-basis: 100%;
}

.footer-menu-left .hs-menu-wrapper &gt; ul {
  display: block;
  font-size: 18px;
  line-height: 30px;
}

.footer-menu-left .hs-menu-wrapper &gt; ul li a {
  font-family: Public Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  text-transform: uppercase;
}

.footer-menu-left {
  margin-top: 50px;
}

.footer-menu-left .hs-menu-wrapper &gt; ul &gt; li:first-child {
  margin-top: 0;
  margin-bottom: 10px;
}

.footer-menu-left .hs-menu-wrapper &gt; ul &gt; li:first-child &gt; a {
  text-transform: inherit;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: .04px;
  font-family: Public Sans;
  font-style: normal;
  font-weight: 350;
}

.footer-menu-right .hs-menu-wrapper &gt; ul {
  display: block;
}

.footer-menu-right .hs-menu-wrapper &gt; ul li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  padding: 8px 0;
  font-family: Public Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}

.footer-menu-right .hs-menu-wrapper &gt; ul li:first-child &gt; a {
  padding-top: 0;
}

.footer-logo a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: max-content;
  text-decoration: none;
}

.footer-logo img {
  width: 100%;
  margin-bottom: 5px;
  height: auto;
  max-width: 84px;
  vertical-align: middle;
}

.brand-name-footer {
  font-family: Public Sans;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: .04px;
  font-weight: 800;
  color: #fff;
}

.social-item {
  display: flex;
  justify-content: space-between;
  max-width: 260px;
  margin-top: 35px;
}

.social-item a {
  display: block;
  margin: 10px 10px 4px;
}

.social-item a:first-child {
  margin-left: 0;
}

.social-item img {
  display: block;
  height: 32px;
  width: 32px;
  margin: 0;
  vertical-align: middle;
}

.footer-col.col-3 &gt; div {
  flex-basis: 80%;
  display: block;
  margin-left: unset;
  margin-bottom: auto;
  width: max-content;
}

.footer-col.col-3 img {
  height: auto;
  max-width: 100%;
  margin: 0 0 33px;
  margin-top: 0;
  margin-bottom: 33px;
  filter: grayscale(100%);
  display: block;
  margin-right: auto;
  margin-left: 0;
}

.footer-col.col-3 a {
  display: block;
}

.footer-col.col-3 img:hover {
  filter: none;
}

.footer-menu-right .hs-menu-wrapper &gt; ul li:last-child &gt; a {
  padding-bottom: 0;
}



@media (min-width: 768px) {
  .footer__copyright {
    padding-bottom: 0px;
  }

  .social-item img {
    height: 16px;
    width: 16px;
  }

  .social-item {
    justify-content: flex-start;
  }

  .footer-menu-left.ft-mobile-block {
    display: none !important;
  }
}


@media (min-width: 1200px) {
  .footer-col.col-3 {
    flex-basis: unset;
    justify-content: flex-end;
    margin-left: 50px;
    display: flex;
  }

  .footer-col.col-3 &gt; div {
    align-self: flex-end;
    flex-basis: 40%;
    display: block;
    margin-left: auto;
    margin-bottom: auto;
    width: max-content;
  }

  .footer-col.col-3 img {
    margin-right: unset;
    margin-left: auto;
  }

  .footer-top-section {
    flex-direction: row;
  }
}

@media (min-width: 1820px) {
  .footer-col.col-3 &gt; div {
    flex-basis: 33%;
  }
}

@media (max-width: 767px) {
  .footer-col.col-1 .footer-menu-left {
    display: none !important;
  } 

  .footer-menu-left .hs-menu-wrapper &gt; ul li a {
    display: initial;
  }

  .footer-menu-left .hs-menu-wrapper&gt;ul li a {
    display: initial;
  }

  .footer-col {
    width: 100%;
  }

  .footer-col.col-2 {
    margin-top: 50px;
  }

  .social-item a:last-child {
    margin-right: 0;
  }

  .lp .footer__copyright {
    padding-top: 20px;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover &gt; .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover &gt; .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover &gt; .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover &gt; .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/*!
Theme Name: viers
Theme URI: http://underscores.me/
Author: Philipp Wiedmann
Author URI: http://underscores.me/
Description: Second generation theme for 3S.tax
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: viers
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.

viers 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/
und .6s ease-in}a.bookmark{display:block;position:relative;top:-150px;visibility:hidden}

function checkSpam(){var sumCorrect=document.getElementById("contact-sum-correct").value,sumInput=document.getElementById("contact-sum-input").value;return console.log(sumCorrect),console.log(sumInput),sumCorrect==sumInput||(alert("Falsches Rechenergebnis!"),!1)}jQuery(document).ready((function($){new TimelineMax({delay:.5,repeat:0}).addLabel("stage0").to(".rect-0.vertical",1.2,{attr:{y2:80},opacity:1,ease:Power4.easeInOut}).to(".rect-1.vertical",1.2,{attr:{y2:103},opacity:1,ease:Power4.easeInOut},"stage0+=.2").to(".rect-2.vertical",1.2,{attr:{y2:120},opacity:1,ease:Power4.easeInOut},"stage0+=.4").addLabel("stage1").to(".rect-0.horizontal",.8,{attr:{x2:62},opacity:1,ease:Power4.easeInOut}).to(".rect-1.horizontal",.8,{attr:{x2:132},opacity:1,ease:Power4.easeInOut},"stage1+=.2").to(".rect-2.horizontal",.8,{attr:{x2:80},opacity:1,ease:Power4.easeInOut},"stage1+=.4")})),jQuery(document).ready((function($){var sliderElements=$("#wrapper--hero--slider"),pageLoadTime=Date.now();function popIn(element,duration,delayTime){return TweenMax.fromTo(element,duration,{autoAlpha:0,y:"+=50"},{autoAlpha:1,y:"0"}).delay(delayTime)}function popOut(element,duration,delayTime){return TweenMax.to(element,duration,{autoAlpha:0,y:"-=50"}).delay(delayTime)}sliderElements.children().each((function(index){0==index&amp;&amp;($(this).css("display","block"),$(this).css("visibility","hidden"),initialHeight=$(this).height()),index&gt;0&amp;&amp;($(this).css("display","none"),$(this).height(initialHeight)),$(this).find(".hero__logo").find("svg").css("width","100%")}));var heroCarouselTimeline=new TimelineMax({paused:!1,delay:.5,repeat:-1});sliderElements.children().each((function(index){var elem=$(this),label="slider-"+index,labelKill=`slider-${index}-kill`,elemHeadline=elem.find(".hero__head"),elemSubline=elem.find(".hero__subline"),elemText=elem.find(".hero__text"),elemLogoPath=(elem.find(".hero__logo"),elem.find(".hero__logo").find("path")),elemCTA=elem.find(".hero__cta");heroCarouselTimeline.addLabel(label).set(elemLogoPath,{strokeDashoffset:elemLogoPath[0].getTotalLength()}).set(elem,{display:"block",zIndex:10,visibility:"visible"}).add(popIn(elemHeadline,.7,.2),label).add(popIn(elemSubline,.7,.4),label).add(popIn(elemText,.7,.8),label).add(popIn(elemCTA,.7,1.2),label).add(function(element,duration,length,delayTime){return TweenMax.set(element,{strokeDasharray:length}),TweenMax.fromTo(element,duration,{strokeDashoffset:length},{strokeDashoffset:0}).delay(delayTime)}(elemLogoPath,4,elemLogoPath[0].getTotalLength(),.8),label).add(function(element,duration,length,delayTime){return TweenMax.set(element,{strokeDasharray:length}),TweenMax.fromTo(element,duration,{strokeDashoffset:2*length},{strokeDashoffset:length}).delay(delayTime)}(elemLogoPath,4,elemLogoPath[0].getTotalLength(),4.8),label).addLabel(label+"-kill").add(popOut(elemHeadline,.5,0),labelKill).add(popOut(elemSubline,.5,.2),labelKill).add(popOut(elemText,.5,.5),labelKill).add(popOut(elemCTA,.5,.6),labelKill).set(elem,{display:"none",visibility:"hidden"})})),sliderElements.mouseenter((function(){Date.now()-pageLoadTime&gt;2e3&amp;&amp;heroCarouselTimeline.pause()})).mouseleave((function(){heroCarouselTimeline.play()})),$(window).keydown((function(e){var key=e.keyCode?e.keyCode:e.which;"37"==key?(prevLabel=heroCarouselTimeline.previousLabel()-1&gt;=0?heroCarouselTimeline.previousLabel()-1:0,heroCarouselTimeline.play(prevLabel.toString())):"39"==key&amp;&amp;(nextLabel=null!=heroCarouselTimeline.nextLabel()?heroCarouselTimeline.nextLabel():0,heroCarouselTimeline.play(nextLabel.toString()))}))})),jQuery(document).ready((function($){OptInStr="ga-OptIn-GTM-PZKHT9M",cookieConsentDoneName="202009_cookieConsentDone",cookieConsentDone=!1;var CookieConsentTween=new TimelineMax({delay:0,repeat:0,paused:1}).addLabel("stage0").to(".cookie-consent-background",0,{left:"0"},"stage0").to(".cookie-consent-background",.5,{autoAlpha:1},"stage0").fromTo(".cookie-consent",.5,{autoAlpha:1,x:"200vH"},{autoAlpha:1,x:"0"},"stage0").from(".cookie-consent__cookie",.5,{rotation:90,scale:0},"stage0+.2").staggerFrom(".cookie-consent__button",.2,{autoAlpha:0,y:"+=50"},.1,"stage0+=.5");function readConsentCookie(name){for(var nameEQ=escape(name)+"=",ca=document.cookie.split(";"),i=0;i&lt;ca.length;i++){for(var c=ca[i];" "==c.charAt(0);)c=c.substring(1,c.length);if(0==c.indexOf(nameEQ))return unescape(c.substring(nameEQ.length,c.length))}return null}function createConsentCookie(name,value,days){if(days){var date=new Date;date.setTime(date.getTime()+24*days*60*60*1e3);var expires="; expires="+date.toGMTString()}else expires="";document.cookie=escape(name)+"="+escape(value)+expires+"; path=/"}function GaOptIn(){document.cookie=OptInStr+"=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/",fireGaCookies(),createConsentCookie(cookieConsentDoneName,"true",1e3),cookieConsentDone=!0}function eraseCookie(name){createConsentCookie(name,"",-1)}function fireGaCookies(){var gtmEmbedFrame=document.createElement("iframe");gtmEmbedFrame.setAttribute("src","https://www.googletagmanager.com/ns.html?id=GTM-PZKHT9M"),gtmEmbedFrame.setAttribute("height","0"),gtmEmbedFrame.setAttribute("width","0"),gtmEmbedFrame.setAttribute("style","display:none;visibility:hidden");var gtmEmbedBody=document.createElement("noscript");gtmEmbedBody.appendChild(gtmEmbedFrame),null!=document.body&amp;&amp;document.body.insertBefore(gtmEmbedBody,document.body.firstChild);var gtmEmbedHead=document.createElement("script");function gtag(){dataLayer.push(arguments)}gtmEmbedHead.setAttribute("type","text/javascript"),gtmEmbedHead.setAttribute("src","https://"+window.location.hostname+"/wp-content/themes/dreis/js/gtag.js"),document.head.appendChild(gtmEmbedHead),window.dataLayer=window.dataLayer||[],gtag("js",new Date),gtag("config","GTM-PZKHT9M",{anonymize_ip:!0})}"true"==readConsentCookie("202006_cookieConsentDone")&amp;&amp;(eraseCookie("ga-OptIn-G-31ZYDNCRXH"),GaOptIn()),eraseCookie("202006_cookieConsentDone"),"true"!=readConsentCookie(cookieConsentDoneName)?(CookieConsentTween.paused(!1),cookieConsentDone=!0):cookieConsentDone=!0,$("#cookie-consent__agree").click((function(e){GaOptIn(),$(".cookie-consent #bite").css("display","block"),1==CookieConsentTween.progress()&amp;&amp;(gsap.to(".cookie-consent",.5,{autoAlpha:0,x:"200vH",delay:.8}),gsap.to(".cookie-consent-background",.5,{autoAlpha:0,delay:.8}))})),$("#cookie-consent__decline").click((function(e){eraseCookie(OptInStr),createConsentCookie(cookieConsentDoneName,"true",1e3),cookieConsentDone=!0,1==CookieConsentTween.progress()&amp;&amp;(gsap.to(".cookie-consent",.5,{autoAlpha:0,x:"200vH",delay:.3}),gsap.to(".cookie-consent-background",.5,{autoAlpha:0,delay:.3}))})),document.cookie.indexOf(OptInStr+"=true")&gt;-1&amp;&amp;fireGaCookies()})),jQuery(document).ready((function($){function toggleHeader(){$(document).scrollTop()&gt;$("#hero").prop("scrollHeight")?($("header").addClass("shrinked"),$("#action-nav").addClass("shrinked"),$(".action-text--phone").addClass("shrinked")):($("header").removeClass("shrinked"),$("#action-nav").removeClass("shrinked"),$(".action-text--phone").removeClass("shrinked"))}$(document).on("scroll",(function(){toggleHeader()})),toggleHeader()})),jQuery(document).ready((function($){if("undefined"!=typeof mapEmbed){var map_options1={center:new google.maps.LatLng(51.16210815026924,6.9902409227260645),zoom:14,panControl:!1,zoomControl:!0,mapTypeControl:!1,streetViewControl:!1,mapTypeId:google.maps.MapTypeId.ROADMAP,scrollwheel:!1,styles:[{elementType:"geometry",stylers:[{color:"#f5f5f5"}]},{elementType:"labels.icon",stylers:[{visibility:"on"}]},{elementType:"labels.text.fill",stylers:[{color:"#507dbc"}]},{elementType:"labels.text.stroke",stylers:[{color:"#ffffff"}]},{featureType:"administrative.land_parcel",elementType:"geometry.stroke",stylers:[{color:"#ffffff"}]},{featureType:"administrative.land_parcel",elementType:"labels.text.fill",stylers:[{color:"#8c8c8c"}]},{featureType:"landscape.man_made",elementType:"geometry.fill",stylers:[{color:"#f2f2f2"}]},{featureType:"landscape.natural",elementType:"geometry.fill",stylers:[{color:"#f2f2f2"},{saturation:-60}]},{featureType:"poi",elementType:"geometry",stylers:[{color:"#e6e6e6"}]},{featureType:"poi",elementType:"labels.text.fill",stylers:[{color:"#8c8c8c"}]},{featureType:"poi.park",elementType:"geometry",stylers:[{color:"#e6e6e6"}]},{featureType:"poi.park",elementType:"labels.text.fill",stylers:[{color:"#8c8c8c"}]},{featureType:"road",elementType:"geometry",stylers:[{color:"#ffffff"}]},{featureType:"road.arterial",elementType:"geometry.fill",stylers:[{color:"#ffffff"}]},{featureType:"road.arterial",elementType:"labels.text.fill",stylers:[{color:"#666666"}]},{featureType:"road.highway",elementType:"geometry",stylers:[{color:"#ffffff"}]},{featureType:"road.highway",elementType:"geometry.fill",stylers:[{color:"#ffffff"}]},{featureType:"road.highway",elementType:"labels.text.fill",stylers:[{color:"#666666"}]},{featureType:"road.local",elementType:"geometry.fill",stylers:[{color:"#ffffff"}]},{featureType:"road.local",elementType:"labels.text.fill",stylers:[{color:"#666666"}]},{featureType:"transit.line",elementType:"geometry",stylers:[{color:"#8c8c8c"}]},{featureType:"transit.station",elementType:"geometry",stylers:[{color:"#8c8c8c"}]},{featureType:"water",elementType:"geometry",stylers:[{color:"#cce5ff"}]},{featureType:"water",elementType:"geometry.fill",stylers:[{color:"#cce5ff"}]},{featureType:"water",elementType:"geometry.stroke",stylers:[{color:"#cce5ff"},{saturation:5}]},{featureType:"water",elementType:"labels.text.fill",stylers:[{color:"#8c8c8c"}]}]},map1=new google.maps.Map(document.getElementById("google-map-1"),map_options1),marker1=new google.maps.Marker({position:new google.maps.LatLng(51.16210815026924,6.9902409227260645),map:map1,visible:!0,icon:"https://maps.google.com/mapfiles/ms/icons/blue-dot.png"});const contentString=`&lt;div id="content"&gt;&lt;div id="siteNotice"&gt;&lt;/div&gt;&lt;h3 id="firstHeading" class="firstHeading"&gt;3S.tax Office&lt;/h3&gt;&lt;div id="bodyContent"&gt;&lt;p&gt;Dunkelnberger StraÃŸe 39&lt;br&gt;42697 Solingen&lt;br&gt;GERMANY&lt;br&gt;&lt;a href="${"https://www.google.com/maps/dir/?api=1&amp;destination=3S.tax+Seliger+Spieckermann+Steuerberatung+PartG+mbB,+Dunkelnberger+Str.+39,+42697+Solingen"}"&gt;Wegbeschreibung&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;`,infowindow=new google.maps.InfoWindow({content:contentString,shouldFocus:!1});marker1.addListener("click",()=&gt;{infowindow.open({anchor:map1,shouldFocus:!1},marker1)}),infowindow.open({anchor:map1,shouldFocus:!1},marker1)}})),jQuery(document).ready((function($){$(".current-menu-item").addClass("bar-before"),$(".menu-item").not(".current-menu-item").hover((function(){$(this).addClass("bar-before"),$(".current-menu-item").removeClass("bar-before")}),(function(){$(this).removeClass("bar-before"),$(".current-menu-item").addClass("bar-before")}))})),jQuery(document).ready((function($){})),jQuery(document).ready((function($){$(".carousel").each((function(){$(window).width()&gt;=1200&amp;&amp;$(this).hasClass("slider")?(wrap=!1,initial=Math.floor($(this).children().length/2)-1):$(this).find(".carousel-cell").length&lt;3?(wrap=!1,initial=0):(wrap=!0,initial=0);var $carousel=$(this).flickity({prevNextButtons:!1,pageDots:!1,wrapAround:wrap,initialIndex:initial,imagesLoaded:!0});$carousel.on("staticClick.flickity",(function(event,pointer,cellElement,cellIndex){if(cellElement){var attr=$(cellElement).children(".slider__media").attr("href");void 0!==attr&amp;&amp;!1!==attr&amp;&amp;(window.location=attr)}}));$carousel.data("flickity");$(this).parents("section").find(".control--previous").on("click",(function(){$carousel.flickity("previous")})),$(this).parents("section").find(".control--next").on("click",(function(){$carousel.flickity("next")}));var indexMax=$carousel.flickity("getCellElements").length-1,$leftControls=$(this).parents("section").find(".control__media--left"),$rightControls=$(this).parents("section").find(".control__media--right");function setArrowStylesAll(){var i,buttonLeft,buttonRight,currIndex;for(i=0;i&lt;$leftControls.length;i++)buttonLeft=$leftControls[i],buttonRight=$rightControls[i],currIndex=void 0,currIndex=$carousel.data("flickity").selectedIndex,buttonRight.style.opacity=1,buttonLeft.style.opacity=1,currIndex==indexMax?buttonRight.style.opacity=.3:0==currIndex&amp;&amp;(buttonLeft.style.opacity=.3)}0==wrap&amp;&amp;(setArrowStylesAll(),$carousel.on("change.flickity",setArrowStylesAll))}))})),jQuery(document).ready((function($){$(".accordion__bar").click((function(){return $(this).next(".accordion__text__wrapper").slideToggle(600),$(this).find(".accordion__control").toggleClass("expand"),$(this).parent().siblings().children().next().slideUp(),!1}))})),jQuery(document).ready((function($){Element.prototype.requestFullscreen||(Element.prototype.requestFullscreen=Element.prototype.mozRequestFullscreen||Element.prototype.webkitRequestFullscreen||Element.prototype.msRequestFullscreen),document.addEventListener("click",(function(event){var videoId=event.target.getAttribute("data-video");if(videoId){var iframe=document.createElement("div");iframe.innerHTML='&lt;p&gt;x&lt;/p&gt;&lt;iframe class="video-embed" src="https://www.youtube.com/embed/'+videoId+'?rel=0&amp;autoplay=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen&gt;&lt;/iframe&gt;';var video=iframe.childNodes[1];event.target.parentNode.replaceChild(video,event.target.parentNode.firstElementChild);var div=$(".video-embed");div.css("width",div.height()/9*16),window.addEventListener("resize",(function(){div.css("width",div.height()/9*16)})),div.parent()[0].querySelector(".play-icon").remove()}}),!1)})),jQuery(document).ready((function($){$('a[href^="#"]').on("click",(function(e){e.preventDefault();var target=this.hash,$target=$(target);$("html, body").stop().animate({scrollTop:$target.offset().top},900,"swing",(function(){window.location.hash=target}))}))})),jQuery(document).ready((function($){$("#pe_rating").css("display","block"),function(){let parentDiv=$("#ProvenExpert_widgetbar_container"),barDiv=parentDiv.children().first();parentDiv.find("*").each((function(){$(this).css("position","static"),$(this).css("width").replace("px","").replace("%","")&gt;800&amp;&amp;$(this).css("width","100%")})),barDiv.children().first().css("display","none"),parentDiv.find(".provenExpertWidgetContent").css("display","flex"),parentDiv.find(".provenExpertWidgetContent").css("justify-content","center"),parentDiv.find(".provenExpertWidgetContent&gt;img").css("height","24px");var contentContainer=parentDiv.find(".provenExpertWidgetContent"),ratings=(contentContainer.children("*:nth-child(1)"),contentContainer.children("*:nth-child(3)")),stars=contentContainer.children("*:nth-child(5)"),percentage=contentContainer.children("*:nth-child(7)"),recommendations=contentContainer.children("*:nth-child(9)"),infos=contentContainer.children("*:nth-child(11)"),vertBar1=contentContainer.children("*:nth-child(2)"),vertBar2=contentContainer.children("*:nth-child(4)"),vertBar3=contentContainer.children("*:nth-child(6)"),vertBar4=contentContainer.children("*:nth-child(8)"),vertBar5=contentContainer.children("*:nth-child(10)");function toggleViews(){var width=window.innerWidth;width&lt;600?(ratings.css("display","none"),stars.css("display","none"),percentage.css("display","none"),recommendations.css("display","none"),infos.css("display","none"),vertBar1.css("display","none"),vertBar2.css("display","none"),vertBar3.css("display","none"),vertBar4.css("display","none"),vertBar5.css("display","none")):width&lt;1200?(stars.css("display","block"),vertBar1.css("display","block"),ratings.css("display","none"),percentage.css("display","none"),recommendations.css("display","none"),infos.css("display","none"),vertBar2.css("display","none"),vertBar3.css("display","none"),vertBar4.css("display","none"),vertBar5.css("display","none")):(ratings.css("display","block"),percentage.css("display","block"),recommendations.css("display","block"),infos.css("display","block"),vertBar2.css("display","block"),vertBar3.css("display","block"),vertBar4.css("display","block"),vertBar5.css("display","block"))}window.addEventListener("resize",(function(){toggleViews()})),toggleViews()}()})),jQuery(document).ready((function($){$("#contact-issue-time").attr("value",Math.floor(Date.now()/1e3));var jobUpload=$("#job-upload");fileList=$("#file-list"),maxSize=10485760,size=0,jobUpload.change((function(){fileList.empty(),size=0;for(var i=0;i&lt;jobUpload[0].files.length;++i)size+=jobUpload[0].files.item(i).size,$("#file-list").append("&lt;li&gt;"+jobUpload[0].files.item(i).name+"&lt;/li&gt;");size&gt;maxSize&amp;&amp;(fileList.empty(),$("#file-list").append("Maximale DateigrÃ¶ÃŸe Ã¼berschritten"))}))})),jQuery(document).ready((function($){function startScrollAnimations(){var selectedColor=document.querySelector("[animateOnScrollColor]").getAttribute("animateOnScrollColor"),selectedOffsetBegin=document.querySelector("[animateOnScrollBegin]").getAttribute("animateOnScrollBegin"),selectedOffsetEnd=document.querySelector("[animateOnScrollEnd]").getAttribute("animateOnScrollEnd"),offsetBeginAnimation=window.innerHeight*selectedOffsetBegin/100,offsetEndAnimation=window.innerHeight*selectedOffsetEnd/100;$(".animateOnScroll").each((function(){var element;color=selectedColor,"undefined"!=typeof color||(color="rgba(221, 239, 255, 1)"),domElement=$(this)[0],fraction=100*(element=domElement,domRect=element.getBoundingClientRect(),yOffset=domRect.top,height=domRect.bottom-domRect.top,fraction=Math.min(Math.max((offsetBeginAnimation-yOffset)/(offsetBeginAnimation-offsetEndAnimation),0),1),fraction),domElement.style.background=`linear-gradient(transparent,transparent 42%,${color} 0,${color} 85%,transparent 0) no-repeat`,domElement.style.backgroundSize=fraction+"% 100%"}))}startScrollAnimations(),window.addEventListener("scroll",startScrollAnimations)})),jQuery(document).ready((function($){var selectedColor;selectedColor=document.querySelector("[animateOnScrollColor]").getAttribute("animateOnScrollColor"),document.styleSheets[0].insertRule(`.branchen .branche:hover { background: ${selectedColor}; }`,0)})),jQuery(document).ready((function($){let menuItems=$(".footer__column.footer__menu").find("a"),menuLength=menuItems.length;menuItems.each((function(index){var elem=$(this);index&gt;=menuLength-3&amp;&amp;elem[0].addEventListener("click",(function(event){event.preventDefault(),container=function(url){var flyinContainer=document.createElement("div");flyinContainer.classList.add("flyin__container");var flyinBackground=document.createElement("div");flyinBackground.classList.add("flyin__background");var iframeWrapper=document.createElement("div");iframeWrapper.classList.add("flyin__wrapper");var iframe=document.createElement("iframe");return iframe.classList.add("flyin__iframe"),iframe.src=url,iframe.onload=function(){headerList=iframe.contentDocument.getElementsByTagName("header"),footerList=iframe.contentDocument.getElementsByTagName("footer"),headerList.item(0).style.display="none",footerList.item(0).style.display="none"},iframeWrapper.appendChild(iframe),flyinContainer.appendChild(flyinBackground),flyinContainer.appendChild(iframeWrapper),document.body.appendChild(flyinContainer),document.addEventListener("click",(function(e){let container=iframeWrapper;$(container).is(e.target)||0!==$(container).has(e.target).length||$(flyinContainer).remove()})),flyinContainer}(event.target.href),event.stopPropagation()}))}))}));var brackets=[[300,29],[600,53],[900,76],[1200,100],[1500,123],[2e3,157],[2500,189],[3e3,222],[3500,255],[4e3,288],[4500,321],[5e3,354],[6e3,398],[7e3,441],[8e3,485],[9e3,528],[1e4,571],[13e3,618],[16e3,665],[19e3,712],[22e3,759],[25e3,806],[3e4,892],[35e3,977],[4e4,1061],[45e3,1146],[5e4,1230],[65e3,1320],[8e4,1411],[95e3,1502],[11e4,1593],[125e3,1683],[14e4,1773],[155e3,1864],[17e4,1954],[185e3,2045],[2e5,2136],[23e4,2275],[26e4,2414],[29e4,2552],[32e4,2697],[35e4,2760],[38e4,2821],[41e4,2882],[44e4,2939],[47e4,2995],[5e5,3051],[55e4,3132],[6e5,3211]],calculateFee=function(propertyValue){var calculatedFee=0;for(let i=0;i&lt;brackets.length;i++)if(propertyValue&lt;=brackets[i][0])return calculatedFee=brackets[i][1];return calculatedFee=brackets[brackets.length-1][1],calculatedFee+=Math.max(141*Math.ceil((propertyValue-6e5)/5e4),0),calculatedFee+=Math.max(106*Math.ceil((propertyValue-5e6)/5e4),0),calculatedFee+=Math.max(83*Math.ceil((propertyValue-25e6)/5e4),0)},formatCurrency=function(value){return new Intl.NumberFormat("de-DE",{style:"currency",currency:"EUR"}).format(value)};function updateSliderStyle(ratio,styleWrapper,id){let size=32*(1+1.5*ratio);styleWrapper.innerHTML=`&lt;style&gt;.${id} ~ input[type="range"]::-webkit-slider-thumb {height: ${size}px; width: ${size}px; margin-top: -${size/2-5}px;&lt;/style&gt;`}function initPropertyCalculator(){let calculators=document.querySelectorAll(".section--property_tax_calculator");for(let i=0;i&lt;calculators.length;i++){console.log(calculators[i]);let fee=calculators[i].querySelector('input[name="fee_avg"]'),propertyValue=calculators[i].querySelector('input[name="property_value"]'),styleWrapper=calculators[i].querySelector(".slider__style");styleWrapper.classList.add("sliderId"+i);let feeFactor=parseFloat(calculators[i].querySelector(".slider__settings").dataset.factor);propertyValue.addEventListener("input",(function(){propertyValue.value&gt;5e6?propertyValue.value=5e6:propertyValue.value&lt;0&amp;&amp;(propertyValue.value=0),updateSliderStyle(ratio=propertyValue.value/5e6,styleWrapper),fee.value=calculateFee(propertyValue.value)*feeFactor,calculators[i].querySelector('input[name="fee_avg_display"]').value=formatCurrency(fee.value),calculators[i].querySelector('input[name="property_value_slider"]').value=propertyValue.value})),calculators[i].querySelector('input[name="property_value_slider"]').addEventListener("input",(function(event){propertyValue.value=event.target.value,updateSliderStyle(ratio=propertyValue.value/5e6,styleWrapper,"sliderId"+i),fee.value=calculateFee(propertyValue.value)*feeFactor,calculators[i].querySelector('input[name="fee_avg_display"]').value=formatCurrency(fee.value)})),propertyValue.value=25e5,updateSliderStyle(ratio=propertyValue.value/5e6,styleWrapper,"sliderId"+i)}}initPropertyCalculator();</pre></body></html>