*, *: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.
 */


/* 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 */
  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;
}
.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}
@media screen and (min-width: 48em){
  .dnd-section > .row-fluid,
  .content-wrapper{
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
    .dnd-section > .row-fluid,
  .content-wrapper{
    padding-left: 15px;
    padding-right: 15px;
  }
}
@font-face { 
  font-family: "Lilien-Font"; 
  src: url(//24879537.fs1.hubspotusercontent-eu1.net/hubfs/24879537/raw_assets/public/SV98_September2021/font/Lilien-Regular.woff2) format("woff2"),
    url(//24879537.fs1.hubspotusercontent-eu1.net/hubfs/24879537/raw_assets/public/SV98_September2021/font/Lilien-Regular.woff) format("woff"); 
  font-weight: 500;
}

@font-face { 
  font-family: "Lilien-Font"; 
  src: url(//24879537.fs1.hubspotusercontent-eu1.net/hubfs/24879537/raw_assets/public/SV98_September2021/font/Lilien-Bold.woff2) format("woff2"), 
    url(//24879537.fs1.hubspotusercontent-eu1.net/hubfs/24879537/raw_assets/public/SV98_September2021/font/Lilien-Bold.woff) format("woff"); 
  font-weight: 700;
}

@font-face { 
  font-family: "Lilien-Display"; 
  src: url(//24879537.fs1.hubspotusercontent-eu1.net/hubfs/24879537/raw_assets/public/SV98_September2021/font/Lilien-Display.woff2) format("woff2"), 
    url(//24879537.fs1.hubspotusercontent-eu1.net/hubfs/24879537/raw_assets/public/SV98_September2021/font/Lilien-Display.woff) format("woff"); 
  font-weight: 900;
}

@font-face { 
  font-family: "Lilien-Display"; 
  src: url(//24879537.fs1.hubspotusercontent-eu1.net/hubfs/24879537/raw_assets/public/SV98_September2021/font/Lilien-Display.woff2) format("woff2"), 
    url(//24879537.fs1.hubspotusercontent-eu1.net/hubfs/24879537/raw_assets/public/SV98_September2021/font/Lilien-Display.woff) format("woff"); 
  font-weight: 700;
}

@font-face { 
  font-family: "shopware";
  src: url(//24879537.fs1.hubspotusercontent-eu1.net/hubfs/24879537/raw_assets/public/SV98_September2021/font/shopware.woff2) format("woff2"), 
    url(//24879537.fs1.hubspotusercontent-eu1.net/hubfs/24879537/raw_assets/public/SV98_September2021/font/shopware.woff) format("woff"),
    url(//24879537.fs1.hubspotusercontent-eu1.net/hubfs/24879537/raw_assets/public/SV98_September2021/font/shopware.ttf) format("truetype"); 
  font-style: normal;
  font-weight: normal; 
  font-display: block;
}
html {
  width: 100%;
  height: 100%;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {

  position: relative;
  /*font-family: "Lilien-Font", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 20px;
  line-height:24px;
}

/* 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{
  margin: 0 0 20px;
  line-height:100%;
  font-family: "Lilien-Display", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
}

h2,h3{
  margin: 28px 0 10px;
  line-height:26px;
  font-family: "Lilien-Display", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
}

h4,h5,h6{
  margin: 28px 0 10px;
  line-height:26px;
  font-family: "Lilien-Font", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}


/* 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 {
  padding: .625rem .625rem .625rem .625rem;
  border-radius: 3px;
  background-clip: padding-box;
  box-shadow: inset 0 0 3px 0 rgb(0 0 0 / 20%);
  background: #f5f5f8;
  text-align: left;
  margin: 0;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
/*  images */
img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

i.icon--arrow-right {
  height: 1rem;
  line-height: 2rem;
  margin: -1rem 0rem 0rem 0rem;
  right: .75rem;
  font-weight: 500;
  display: block;
  position: absolute;
  top: 50%;
  font-size: 10px;
}
i.icon--arrow-right:before{
  content: "\e60f";
}

/* Form fields */

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

.systems-page form{
  width:500px
}

/* Labels */

form label {
  display: block;
  font-size: 14px;
  margin-bottom: 0.35rem;
}
.input>a{
  margin:15px 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 {
  background-color: #FFF;
  border: 1px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
  outline:0;
}

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

/* Inputs - checkbox/radio */

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

form .inputs-list > 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 > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

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

@media(max-width:767px){
  .email-edit,.systems-page .success {
    width: 100% !important;
  }
  .systems-page h1{
    font-size:28px;
  }
  .systems-page h2{
    font-size:24px;
  }
  .systems-page h3{
    font-size:22px;
  }
  .systems-page form{
    width:100%;
  }
}

.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,
button,.button{
  display: inline-block;
  padding: .125rem .75rem .125rem .75rem;
  line-height: 2.125rem;
  background-color: #006cdb;
  background-image: linear-gradient(to bottom, #006cdb 0%, #004e9e 100%);
  border: 0 none;
  color: #fff;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: .875rem;
  -webkit-font-smoothing: inherit;
  display: inline-block;
  position: relative;
  font-weight: 700;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
}

form input[type=submit]:hover, form input[type=submit]:focus, form .hs-button:hover, form .hs-button:focus, button:hover, .button:hover, button:focus, .button:focus,button:hover,button:focus{
  background-image: none;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/*  append icons style */
[class^="icon--"]{
  font-family: 'shopware';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


i.icon--arrow-right:before {
  content: "\e60f";
}


/* 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 ;
    }
}
/* 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;
}
.hr-gp-wrapper {
/*  min-height: 100px;*/
}
.custom-header {
  background: #004e9e;
  display: block;
  margin-bottom: 0;
  padding-bottom: 0;
  width: 100%;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1003;
  max-height: 100px;
}
.header__container {
  max-width: 78.75rem;
  margin: 0 auto;
  width: 100%;
}
.header_logo {
  zoom: 1;
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding: .625rem .625rem .625rem .625rem;
  z-index: 9;
}
.header_logo_inner {
  height: 5rem;
  width: max-content;
  margin-left: 0;
  float: left;
}
.header_logo_inner a {
  display: inline-block;
  max-width: 100%;
  text-align: left;
  float: left;
  height: 130px;
  width: 130px;
  margin-top: 20px;
}
.header_logo_inner a img {
  display: block;
  max-width: 100%!important;
  max-height: 100%!important;
  height: auto;
  width: 100%!important;
}
.menu_atra {
  background: transparent;
  z-index: 1004;
  position: fixed;
  top: 30px;
  width: 100vw;
  border-bottom: none;
  pointer-events: none;
  display: none;
}
.menu_atra>.header__container {
  position: relative;
  background: none;
  max-width: unset;
  padding: 0px;
}
.custom-menu-primary {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.custom-menu-primary .navigation-primary > .level-1 {
  bottom: 0px;
  margin-top: 0px;
  background: none;
  list-style: none;
  display:flex;
  justify-content: center;
}
.custom-menu-primary .navigation-primary .submenu .menu-item {
  pointer-events: initial;
}
.custom-menu-primary .navigation-primary .submenu .menu-item a {
  font-weight: 900;
  font-size: 19px;
  letter-spacing: 1.1px;
  position: relative;
}
.custom-menu-primary .navigation-primary > .level-1:after {
  content: " ";
  display: table;
  clear: both;
}
.custom-menu-primary .navigation-primary > .level-1:before {
  content: " ";
  display: table;
}
.custom-menu-primary .navigation-primary .submenu .menu-item:hover .level-2-wrapper {
  opacity: 1;
  visibility: visible;
}
.custom-menu-primary .navigation-primary .submenu .menu-item > ul .has-submenu.menu-item > a {
  width: 100%;
  position: relative;
}
.custom-menu-primary .navigation-primary .submenu .menu-item > ul .has-submenu.menu-item:hover > a:after {
  transform: translate3d(-5px, 0, 0);
  -webkit-transform: translate3d(-5px, 0, 0);
}
.header_row {
  display: inline-block;
  margin-right: 13px;
  font-size:14px;
  line-height:26px;
}
.header__column {
  text-align: right;
}
.shop--navigation {
  zoom: 1;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 200px;
  float: right;
  position: absolute;
  top: 30px;
  right: 10px;
}
.navigation--list {
  clear: none;
  float: left;
  margin: 0px;
  list-style: none;
  width: 100%;
  text-align: right;
  padding:0px;
}
.icon--search:before {
  content: "\e604";
}
.icon--basket:before {
  content: "\e60e";
}
.entry--search {
  background: none;
  width: auto;
  left: 0;
  position: unset;
  margin: 0;
}
.entry--cart {
  position: relative;
  margin: 0px;
}
.entry--search--inner {
  cursor: pointer;
  padding: .125rem .625rem .125rem .625rem;
  line-height: 2rem;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  height: 2.5rem;
  background: none;
  border: none;
  color: white;
  display: inline-block;
  margin: 0;
}
[class^="icon--"], [class*=" icon--"], .custom-products--color-selection input:checked ~ .custom-products--color-selection-label .custom-products--color-selection-overlay:before, .custom-products--color-selection input:checked ~ .custom-products--color-selection-label .custom-products--color-selection-overlay:before {
  font-family: 'shopware';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon--search {
  font-size: 1.375rem;
  vertical-align: middle;
}
.entry--cart--inner {
  position: relative;
  font-weight: 700;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  font-size: .875rem;
  line-height: 2rem;
  border-radius: 3px;
  vertical-align: middle;
  width: 2.5rem;
  height: 2.5rem;
  background: none;
  border: none;
  color: #ffffff;
  display: inline-block;
  margin: 0;
  padding: .125rem .625rem .125rem .375rem;
}

.entry--cart--inner [class^="icon--"] {
  height: 1rem;
  line-height: 2rem;
  margin: -1rem 0rem 0rem 0rem;
  left: 8px;
  font-weight: 500;
  display: block;
  position: absolute;
  top: 50%;
}
.icon--basket {
  left: .5rem;
  display: block;
  position: absolute;
  top: 50%;
}
.icon--basket {
  font-size: 1.3125rem;
  display: inline;
  position: relative;
  vertical-align: middle;
  top: 0;
  left: 0;
}
.ajax-loader {
  display: none;
}
.custom-menu-primary .navigation-primary .submenu .menu-item .level-2-wrapper>ul.level-2 {
  list-style: none;
  display: block;
  padding: .625rem .625rem 0rem .625rem;
  float: left;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  width: 60% !important;
  column-count: unset;
  margin-left: 0;
  text-align: left;
}

.custom-menu-primary .navigation-primary .submenu .menu-item .level-2-wrapper>ul.level-2>li {
  padding-bottom: 2.5rem;
  display: block;
  position: relative;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.custom-menu-primary .navigation-primary .submenu .menu-item .level-2-wrapper>ul.level-2 ul.level-3 {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.custom-menu-primary .navigation-primary .submenu .menu-item .level-2-wrapper>ul.level-2 ul.level-3 li{

}
.custom-menu-primary .navigation-primary .submenu .menu-item .level-2-wrapper>ul.level-2 ul.level-3 li a{
  display: block;
  font-weight: normal;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
  padding: 10px 0;
  font-size: 16px;
  color:#fff;
  letter-spacing: normal;
}
.custom-menu-primary .navigation-primary .submenu .menu-item .level-2-wrapper>ul.level-2>li>a {
  font-weight: 900;
  letter-spacing: 1.1px;
  font-size: 20px;
  padding: 20px 0 5px;
  margin-bottom: 10px;
  position: relative;
}
.custom-menu-primary .navigation-primary .submenu .menu-item .level-2-wrapper>ul.level-2>li>a:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 200px;
}
.custom-menu-primary .navigation-primary .submenu .menu-item .level-2-wrapper>ul.level-2 ul.level-3 {
  list-style: none;
  display: block;
  margin: .3125rem 0rem 0rem 1.25rem;
  margin-left: 0px;
  column-count: 3;
}
.menu--teaser {
  padding: 0;
  width: 40%;
  position: relative;
  float: left;
}
.teaser--image {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: auto;
  display: block;
  padding: 0px !important;
}
.teaser--image img{
  width:100%;
}
.teaser--image span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 80px;
  color: white;
  font-weight: 900;
  width: 100%;
  text-align: center;
  max-width: 80%;
  white-space: initial;
}
.custom-menu-primary .navigation-primary>.level-1>li:nth-child(2) ul.level-3{
  column-count: unset !important;
}

.custom-menu-primary .navigation-primary>.level-1>li:nth-child(2) .level-2-wrapper>ul.level-2>li{
  padding-bottom: 2.5rem;
  display: block;
  position: relative;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  width: calc(33.33333333%);
  float: left;
  padding-right: 50px;
}
.custom-menu-primary .navigation-primary .submenu .menu-item .level-2-wrapper>ul.level-2 ul.level-3 li a:hover {
  color: #ffffff;
  padding: 10px 0;
  font-weight: 700;
}
.custom-menu-primary .hs_cos_wrapper ul.level-1>li>a:after {
  content: '';
  width: 0;
  height: 5px;
  background: white;
  transition: width .3s;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.custom-menu-primary .hs_cos_wrapper ul.level-1>li>a:hover:after {
  width: calc(80%);
}
.custom-menu-primary .level-2-wrapper:after {
  content: '';
  height: 200px;
  width: 200px;
  opacity: 0.05;
  position: absolute;
  left: calc(60% - 220px);
  bottom: 20px;
  pointer-events: none;
  background-image: url(//24879537.fs1.hubspotusercontent-eu1.net/hubfs/24879537/raw_assets/public/SV98_September2021/images/lilie.png);
}
li.mobile-trigger>a {
  cursor: pointer;
  position: relative;
  font-weight: 700;
  -webkit-font-smoothing: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: .875rem;
  padding: .125rem .625rem .125rem .625rem;
  line-height: 2rem;
  border-radius: 3px;
  padding-left: 2.25rem;
  text-align: center;
  text-decoration: none;
  height: 2.5rem;
  width: 2.5rem;
  vertical-align: middle;
  background: none;
  border: none;
  color: white;
  display: inline-block;
  margin: 0;
}

li.mobile-trigger>a>i:before {
  content: "\e606";
}

li.mobile-trigger>a>i {
  font-size: 21px;
  height: 1rem;
  line-height: 2rem;
  margin: -1rem 0rem 0rem 0rem;
  left: .75rem;
  font-weight: 500;
  display: block;
  position: absolute;
  top: 50%;
}
span.main-search--text {
  display: none;
}
form.main-search--form {
  padding: .625rem .625rem .625rem .625rem;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 3000;
}
form.main-search--form>input {
  border: 1px solid #dadae5;
  border-top-color: #cbcbdb;
  color: #808d98;
  text-align: left;
  box-shadow: inset 0 1px 1px #dadae5;
  background: #f8f8fa;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
  background-clip: padding-box;
  box-sizing: border-box;
  line-height: 1.1875rem;
  font-size: .875rem;
  width: 18.125rem;
  padding: .625rem .625rem .5625rem .625rem;
}

form.main-search--form>input {
  padding: .5625rem 2.375rem .5625rem .5625rem;
  height: 2.5rem;
  background: #fff;
  vertical-align: middle;
  width: 100%;
  position: relative;
}
form.main-search--form>input::-webkit-input-placeholder {
  color: #808d98;
}

form button.main-search--button {
  line-height: 1;
  position: absolute;
  z-index: 2;
  border: 0 none;
  background: transparent;
  color: #5b6770;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  top: .625rem;
  bottom: .625rem;
  right: .625rem;
  font-size: 1.25rem;
  padding: 0rem .625rem 0rem .625rem;
}
form.main-search--form>input:focus {
  outline: none;
  border-color: #004e9e;
}
.overlay {
  -webkit-transition: opacity 0.45s cubic-bezier(.3,0,.15,1), visibility 0.45s linear;
  transition: opacity 0.45s cubic-bezier(.3,0,.15,1), visibility 0.45s linear;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: .01;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5000;
  visibility: hidden;
  position: fixed;
  background: rgba(0,0,0,0.7);
  cursor: pointer;
}

body.menu-open .overlay {
  opacity: 1;
  visibility: visible;
}
body.menu-open {
  overflow: hidden;
}
@media screen and (min-width: 30em){
  /*   .main-search--form {
  height: 0;
  overflow: hidden;
  transition: height .5s;
  display: block;
  position: absolute;
  top: 50px;
} */
  form.main-search--form.search-form-open {
    height: 40px;
  }
  form.main-search--form {
    height: 0;
    overflow: hidden;
    transition: height .5s;
    display: block;
    position: absolute;
    top: 50px;
  }
  form.main-search--form>input {
    background: #f8f8fa;
  }
  form.main-search--form>input:focus{
    background: #fff;
  }
  form button.main-search--button {
    top: 0rem;
    bottom: 0rem;
    right: 0;
    padding: 0rem .625rem 0rem .625rem !important;
    height: 2.5rem;
  }
  form.main-search--form { 
    padding: 0;
    border: 0 none;
  }
}

@media screen and (min-width: 48em){
  .custom-header {
    max-height: 100px;
  }
  .header__container{
    padding: .625rem 0rem .625rem 0rem;
  }
  .header_logo {
    padding: 0rem 0rem 0rem .625rem;
    width: 35%;
    float: left;
  }
  .menu_atra{
    display:block;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item a{
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-clip: padding-box;
    margin: 0;
    display: block;
    cursor: pointer;
    -webkit-transition: none;
    transition: none;
    padding: .5rem .875rem .5rem .875rem;
  }
  .custom-menu-primary .navigation-primary > .level-1{
    padding: 0rem .625rem 0rem .625rem;
    margin: 0;
    position: relative;
    white-space: nowrap;
  }
  .shop--navigation {
    margin-right: -20px;
    margin-top: 16px;
    position: relative;
    top: 0;
  }
  .navigation--list{
    background-image: none;
    text-align: right;
  }
  .entry--search {
    float: none;
    display: inline-block;
    border-radius: 3px;
    padding: 0;
    border: 0 none;
    font-size: .875rem;
  }
  .entry--cart {
    border-radius: 3px;
    background-clip: padding-box;
    border: 0 none;
    width: auto;
    float: none;
    display: inline-block;
  }
  /*   .main-search--form{
  box-shadow: 0 0 0 transparent;
  display: block;
  padding: 0;
  border: 0 none;
} */
  .entry--search--inner{
    font-weight:500;
  }
  /*   .mobile-trigger{
  display:none;
} */
  form.main-search--form {
    box-shadow: 0 0 0 transparent;
    display: block;
    padding: 0;
    border: 0 none;
  }
  form.main-search--form {
    left: auto;
  }
}

@media screen and (min-width: 64em){
  .header_logo{
    width: 30%;
  }
  .entry--search--inner {
    width: auto;
  }
  .entry--cart--inner {
    width: auto;
    padding-left: 3.125rem;
  }
}

@media screen and (min-width: 78.75em){
  .custom-menu-primary .navigation-primary > .level-1{
    padding: 0;
  }
  .entry--search--inner {
    font-size: .875rem;
  }
}


@media (min-width: 768px){
  .custom-menu-primary .navigation-primary .submenu .menu-item .level-2-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .4s;
    position: fixed;
    right: 0;
    left: 0;
    box-shadow: 0 10px 25px -15px #000;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background: #004e9e;
    border-top: 2px solid #fff;
    padding-left: 20px;
  }
  .mobile-trigger{
    display:none;
  }
  .mobile-flyout-menu{
    display:none;
  }
}

@media (min-width: 768px) and (max-width: 1400px) {
  form.main-search--form {
    left: 0px;
    right: 0px;
  }
}

@media(min-width:940px) and (max-width:1100px){
  .custom-menu-primary .navigation-primary .submenu.level-1>li.menu-item>a {
    font-size: 16px;
    padding: 8px 10px;
  }
}

@media(min-width:860px) and (max-width:939px){
  .custom-menu-primary .navigation-primary .submenu.level-1>li.menu-item>a {
    font-size: 14px;
    padding: 8px;
  }
}
@media(min-width: 820px) and (max-width: 859px){
  .custom-menu-primary .navigation-primary .submenu.level-1>li.menu-item>a {
    font-size: 13px;
    padding: 8px 5px;
  }
}
@media(min-width: 767px) and (max-width: 1359px){
  .shop--navigation {
    width: auto;
    float: right;
    margin-right: 0;
  }
  form.main-search--form {
    width: 200px;
    left: auto;
  }
}
@media (min-width: 48em) and (max-width: 819px){
  .custom-menu-primary .navigation-primary .submenu.level-1>li.menu-item>a{
    font-size: 12px;
    padding: 8px 5px;
  }
}
@media(max-width:1010px){
  .navigation--list{
    width:80%;
  }
}

@media(max-width:1280px){
  .menu--teaser span {
    font-size: 40px;
  }
}

@media (max-width: 767px){
  .header__column {
    text-align: left;
  }
  .header_row {
    display: block;
    margin: 0;
    width: 100%;
  }
  .custom-menu-primary .navigation-primary > .level-1 {
    display: block;
    width: 100%;
    padding-top: 7px;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item {
    margin-left: 0;
    margin-right: 0;
    display: block;
    width: 100%;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item ul {
    display: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item > ul .has-submenu.menu-item .menu-arrow {
    right: 0px;
    top: 0;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item > ul .has-submenu.menu-item > a:after {
    right: 8px;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item ul ul {
    display: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .header__column {
    display: none;
  }
  .menu-arrow {
    position: absolute;
    height: 20px;
    width: 30px;
    margin-left: -8px;
    z-index: 99;
    cursor: pointer;
  }
  .header_logo_inner img {
    width: 80px !important;
  }
  .navigation--list>li {
    display: inline-block;
  }
  .navigation--list {
    width: 100%;
  }
  .mobile-flyout-menu {
    -webkit-transition: all .45s cubic-bezier(.3, 0, .15, 1);
    transition: all .45s cubic-bezier(.3, 0, .15, 1);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 17.5rem;
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 8000;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    left: 0;
    overflow: hidden;
    overflow-y: auto;
  }

  .menu-open .mobile-flyout-menu {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .mobile-flyout-menu .hs-menu-wrapper>ul>li:first-child {
    font-weight: 700;
    line-height: 1.625rem;
    background: #004e9e;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
    padding: 15px 20px;
    border-bottom: 1px solid #dadae5;
    background-clip: padding-box;
    border-radius: 0;
  }

  .mobile-flyout-menu .hs-menu-wrapper>ul>li:first-child>a {
    color: #ffffff;
  }

  .mobile-flyout-menu .hs-menu-wrapper>ul {
    background: #fff;
  }

  .mobile-flyout-menu .hs-menu-wrapper>ul>li {
    position: relative;
    border-bottom: 1px solid #dadae5;
  }

  .mobile-flyout-menu .hs-menu-wrapper>ul>li:not(:first-child) a {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    height: 100%;
    display: block;
    color: #5B6770;
    padding: 15px 20px;
    line-height: initial;
    text-transform: uppercase;
  }
  /* 
  .mobile-flyout-menu .hs-menu-wrapper>ul>li>ul {
  display: none;
} */
  span.right-arrow {
    margin: 0;
    font-size: .625rem;
    display: inline-block;
    float: right;
  }

  .mobile-flyout-menu span.right-arrow>i {
    height: 0;
    line-height: 1;
    margin: 0;
    right: 0;
    font-size: inherit;
    display: inline-block;
    position: relative;
    top: 0;
    font-weight: normal;
  }
  .mobile-flyout-menu .hs-menu-wrapper>ul>li {
    position: static;
  }
  .mobile-flyout-menu .hs-menu-wrapper>ul>li>ul {
    position: absolute;
    height: 100%;
    background: #fff;
    top: 0px;
    right: -300px;
    transition: right .2s ease;
    z-index:2;
    height: calc(100vh - 57px);
    width:100%;
  }

  .mobile-flyout-menu .hs-menu-wrapper>ul>li.child-open > ul.hs-menu-children-wrapper {
    display: block;
    right: 0;
    transition: right .2s ease;
  }
  .mobile-flyout-menu .hs-menu-wrapper>ul>li>a {
    position: relative;
  }
  .mobile-flyout-menu .hs-menu-wrapper>ul>li>ul>li>ul {
    position: absolute;
    background: #fff;
    top: 0;
    right: -280px;
    transition: right .2s ease;
    z-index: 2;
    height: calc(100vh - 57px);
    width: 100%;
  }
  .mobile-flyout-menu .hs-menu-wrapper>ul>li>ul,
  .mobile-flyout-menu .hs-menu-wrapper>ul>li>ul>li>ul{
    background: #f5f5f8;
    height: 100vh;
  }
  .mobile-flyout-menu .hs-menu-wrapper>ul>li>ul>li>a,
  .mobile-flyout-menu .hs-menu-wrapper>ul>li>ul>li>ul>li>a{
    background: #fff;
  }
  .mobile-flyout-menu .hs-menu-wrapper>ul>li>ul>li>a {
    position: relative;
  }
  .mobile-flyout-menu .hs-menu-wrapper>ul>li>ul>li.child-open>ul {
    right: 0;
  }
  .mobile-flyout-menu .hs-menu-wrapper>ul {
    height: 100vh;
  }
  .icon--arrow-left:before {
    content: "\e611";
  }
  .is--icon-left {
    margin: 0rem .625rem 0rem 0rem;
    float: left;
    font-size: .625rem;
    display: inline-block;
  }

  .mobile-flyout-menu .hs-menu-wrapper>ul>li .parent-link a {
    background: #004e9e;
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
    padding: 15px 20px;
    line-height: 1.625rem;
  }

  .mobile-flyout-menu .hs-menu-wrapper>ul>li .parent-link a span {
    margin: 0;
    padding: 0;
    font-weight: 700;
    color: white;
    font-size: .875rem;
  }
  .mobile-flyout-menu .hs-menu-wrapper>ul>li>ul>li.dl-back>a,.mobile-flyout-menu .hs-menu-wrapper>ul>li.child-open>ul.hs-menu-children-wrapper li.dl-back>a {
    font-weight: 700;
    color: #5B6770;
    padding: 15px 20px;
    line-height: initial;
    text-transform: uppercase;
  }
  .mobile-flyout-menu .hs-menu-wrapper>ul>li.child-open>ul.hs-menu-children-wrapper li {
    border-bottom: 1px solid #dadae5;
  }
  .mobile-flyout-menu .hs-menu-wrapper>ul>li.child-open>ul.hs-menu-children-wrapper>li:nth-child(3)>a,.mobile-flyout-menu .hs-menu-wrapper>ul>li>ul>li>ul>li:nth-child(3)>a {
    font-weight: 700;
  }
  .header_logo_inner a img {
    display: block;
    max-width: 80px !important;
  }
}

@media(max-width:480px){
  form.main-search--form{
    display:none;
  }
  .-is-active-form form.main-search--form {
    top: 3.125rem;
    background: #efeff4;
    display: block;
  }

  .-is-active-form button.main-search--button {
    padding: 0rem .625rem 0rem .625rem !important;
  }

  .-is-active-form .form--ajax-loader {
    display: none;
  }
}
footer.footer {
  background-color: #004e9e;
  color: #ffffff;
  padding-bottom: 0;
  margin: 100px auto 0;
  width: 100%;
  z-index: 1003;
  position: relative;
  border-top: none;
  max-width: 1160px;
  height: 200px;
}

.footer__container {
  background: #fff;
  margin: 0 auto;
  width: 100%;
  background-color: transparent;
  max-height: 200px;
  max-width: 1260px;
}

.footer__container:after {
  content: "";
  display: table;
  clear: both;
}

/* .ft-service-gp {
float: left;
width: 100%;
padding: 0rem .625rem 0rem .625rem;
border-top: 1px solid #dadae5;
} */
.common {
  float: left;
  width: 100%;
  padding: 10px 20px;
  border-top: 1px solid #dadae5;
}

.service_title,
.information_title,
.payment_title{
  -webkit-user-select: none;
  user-select: none;
  padding: .5rem 0rem .5rem 0rem;
  margin: 0;
  font-weight: 700;
  color: #004e9e;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.625rem;
}
.ft-service_menu {
  display: none;
}
.ft-info_menu {
  display: none;
}
.ft-service_menu .hs-menu-wrapper>ul>li {
  padding: 0;
}

.ft-service_menu .hs-menu-wrapper>ul>li>a {
  padding: .625rem 0rem .625rem 0rem;
  display: block;
  color: #5b6770;
  cursor: pointer;
}
.payment-method {
  display: inline-block;
  width: 100%;
  padding: 0 20px;
}
.common .hs-menu-wrapper>ul>li>a:hover {
  color: #BBB;
}
@media(min-width:768px){
  .innter-content__wrapper{
    padding: 0rem 1.875rem 0rem 1.875rem;
    border-bottom: 1px solid #dadae5;
  }
  /*   .ft-service-gp{
  width: 25%;
  border: 0 none;
  padding: 0 10px 0 5%;
} */
  .common{
    width: 25%;
    border: 0 none;
    padding: 0 10px 0 5%;
  }
  .service_title,
  .information_title,
  .payment_title{
    margin: 1.75rem 0rem .625rem 0rem;
    padding: 0;
    cursor: text;
  }
  .ft-service_menu {
    display: block !important;
  }
  .ft-info_menu {
    display: block !important;
  }
  .payment-method{
    display: block;
  }
  /*   .ft-service_menu .hs-menu-wrapper>ul>li>a{
  line-height: 1.7;
  padding: 0;
} */
  .common .hs-menu-wrapper>ul>li>a{
    line-height: 1.7;
    padding: 0;
  }
  .footer-overlay-wrapper {
    width: 100%;
    height: 300px;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
  }

  .ft-overlay {
    height: 220px;
    width: 100vw;
    background-color: #004e9e;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1002;
  }
}
@media(min-width:1260px){
  .innter-content__wrapper{
    padding: 0rem 0rem 1.25rem 0rem;
  }

}
/* .ft-service_menu .hs-menu-wrapper>ul>li>a {
line-height: 1.7;
padding: 0;
display: block;
color: white;
} */
.common .hs-menu-wrapper>ul>li>a {
  line-height: 1.7;
  padding: 0;
  display: block;
  color: #ffffff;
}
.innter-content__wrapper {
  zoom: 1;
  list-style-type: none;
  padding: 0;
  margin: 0;
  border-bottom: none;
  padding: 0;
  background-color: #004e9e;
}
.service_title,
.information_title,
.payment_title{
  color: #ffffff;
  margin-top: 0;
  text-transform: uppercase;
}
.ft-payment_logo {
  display: block;
  padding-top: 1em;
}
.ft-payment_logo>div {
  display: inline-block;
  height: 40px;
}
.ft-payment_logo img {
  display: inline-block;
  margin: 0;
  padding: 3px 20px 3px 3px;
  opacity: 0.5;
  height: 40px;
}

.ft-payment_logo>div:nth-child(1) img {
  width: 122.27px !important;
}

.ft-payment_logo>div:nth-child(2) img {
  width: 150.16px !important;
}

.ft-payment_logo>div:nth-child(3) img {
  width: 130.91px !important;
}

.ft-payment_logo>div:nth-child(4) img {
  width: 83.28px !important;
}

.ft-payment_logo>div:nth-child(5) img {
  width: 70.86px !important;
}
.mobile-click.active>div:after {
    transform: rotate( 
180deg
 );
}
.common .hs-menu-wrapper>ul>li>a:hover {
    transition: none!important;
}
@media(max-width:850px){
  footer.footer {
    padding-top: 20px;
  }
  .ft-overlay {
    height: 100%;
  }
  .footer-overlay-wrapper {
    display: none;
  }
  footer.footer {
    background-color: rgba(0,78,158,1.0);
    height: auto;
  }
  .footer__container {
    max-height: 100%;
}
}
@media(max-width:767px){

  .service_title>div::after,
  .information_title>div::after {
    color: #ffffff;
    content: "\e612";
    font-size: 10px;
    transition: .5s transform;
    float: right;
    font-weight: 700;
    font-family: 'shopware';
  }
  .common{
    border:none;
  }
  .common:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #A2AAAD;
    display: block;
    bottom: -10px;
    position: relative;
  }
  .service_title.child-open>div::after,
  .information_title.child-open>div::after{
    transform: rotate(180deg);
  }
  footer.footer {
    padding-top: 0;
}
}
/* Menu and simple menu */

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