*, *: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;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { 
   font-family: "Akko W01 Light";
   src: url(https://25358164.fs1.hubspotusercontent-eu1.net/hubfs/25358164/raw_assets/public/SdzeCom_April2022/fonts/ed51278e-e4af-4e34-a4bb-d224a093a3a1.woff2) format("woff2"), 
      url(https://25358164.fs1.hubspotusercontent-eu1.net/hubfs/25358164/raw_assets/public/SdzeCom_April2022/fonts/cc83519f-4176-4d7c-80c8-d641627bc8a3.woff) format("woff");
}

@font-face { 
   font-family: "Akko W01 Medium";
   src: url(https://25358164.fs1.hubspotusercontent-eu1.net/hubfs/25358164/raw_assets/public/SdzeCom_April2022/fonts/43b647ee-6dbf-4b75-bb10-e33f2f45dd49.woff2) format("woff2"),
      url(https://25358164.fs1.hubspotusercontent-eu1.net/hubfs/25358164/raw_assets/public/SdzeCom_April2022/fonts/75907c3c-c741-4073-a27f-8f9ac94a213e.woff) format("woff");
}

@font-face { 
   font-family: "Akko W01 Regular"; 
   src: url(https://25358164.fs1.hubspotusercontent-eu1.net/hubfs/25358164/raw_assets/public/SdzeCom_April2022/fonts/3cb02ab8-1f62-4bee-b750-ae091a11a424.woff2) format("woff2"),
      url(https://25358164.fs1.hubspotusercontent-eu1.net/hubfs/25358164/raw_assets/public/SdzeCom_April2022/fonts/178297b6-a2c7-4919-8ec4-5132817376c7.woff) format("woff");
}


@font-face {
   font-family: "Minion_3 W01 Regular"; 
   src: url(https://25358164.fs1.hubspotusercontent-eu1.net/hubfs/25358164/raw_assets/public/SdzeCom_April2022/fonts/4a739d3f-3a13-4950-a101-c4232ac5a680.woff2) format("woff2"),
      url(https://25358164.fs1.hubspotusercontent-eu1.net/hubfs/25358164/raw_assets/public/SdzeCom_April2022/fonts/13f6358c-c925-46da-ab54-aa9275f6b62b.woff) format("woff");
}



body {
   line-height: 1.938;
   word-break: break-word;
   -webkit-font-smoothing: antialiased;
   padding-left: 15px;
   padding-right: 15px;
}

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 1.4rem;
}

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


/* 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;
}
h1,h2,h3,h4,h5,h6{
   margin-top: 0px;
}
h1{
   line-height: 56px;
   margin-bottom: 20px;
}
h2{
   line-height: 44px;
   margin-bottom: 36px;
}
h3{
   line-height: 36px;
   margin-bottom: 24px;
}
h4{
   line-height: 30px;
   margin-bottom: 20px;
}
h5{
   line-height: 28px;
   margin-bottom: 20px;
}
h6{
   line-height: 26px;
   margin-bottom: 10px;
}

ol li::marker {
   color: #009ee3;
}
ol li{
   margin-left: 20px;
   padding-left: 8px; 
   line-height: 30px;
}
ol,ul {
   padding: 0;
}
ul li::marker {
   color: #009ee3;
   content: ">";
}
ul li {
   position: relative;
   margin-left: 15px;
   padding-left: 15px; 
   line-height: 30px;
}
button,
.button {
   width: auto;
   cursor: pointer;
   border: 1px solid #009ee3;
   white-space: pre-wrap;
   font-family: inherit;
   font-size: 100%;
   line-height: inherit;
   display: inline-block;
   margin: 10px 0; 
   line-height: 24px;
   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: 25px;
}

/* Labels */

form label {
   margin-bottom: 5px;
   display: block;
   line-height: 24px;
}

/* Help text - legends */
.hs-error-msgs li {
   padding-left: 0;
}
form legend {
   font-size: 0.875rem;
}
.systems-page .hs-form-field > ul.no-list.hs-error-msgs {
   display: none;
}
.systems-page .form-container li::marker {
   content: none;
}

form li::marker {
   content: none;
}
/* 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 {
   width: 100%;
   border-radius: 5px;
   border-width: 1px;
   background-color: #fff;
   padding-top: 8px;
   padding-right: 12px;
   padding-bottom: 8px;
   padding-left: 12px;
   font-size: 16px;
   line-height: 24px;
   font-family: "Akko W01 Regular", sans-serif;
}
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus, 
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select, form textarea:focus{
   border: 2px solid;

}
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;
}

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

.hs-error-msg ,.hs_error_rollup label,ul.no-list.hs-error-msgs label{
   color: red;
   position: relative;
   font-family: "Akko W01 Light", sans;
   font-size: 18px;
   line-height: 30px;
}


/* Submit button */

form input[type=submit],
form .hs-button {
   width: auto;
   cursor: pointer;
   border: 1px solid #009ee3;
   white-space: pre-wrap;
   font-family: inherit;
   font-size: 100%;
   line-height: 24px;
   display: inline-block;
   margin: 10px 0;
   line-height: 24px;

}

/* Captcha */

.grecaptcha-badge {
   margin: 0 auto;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
   overflow-x: auto;
   overflow-y: hidden;
}
ul.no-list.hs-error-msgs {
   padding: 0;
}
.hs_cos_wrapper_type_member_login form label {
   display: inline-block;
}
/* 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 {
   z-index: 999;
   height: 94px;
}
.header__container.content-wrapper {
   width: 100%;
   margin-right: auto;
   margin-left: auto;
   display: flex;
   align-items: center;
   height: 100%;
   text-align: left;
   padding-left: 15px;
   padding-right: 15px;
}
.header__logo a svg {
   display: block;
   vertical-align: middle;
}
.header__navigation,.header__navigation .hs_cos_wrapper {
   display: flex;
   flex-grow: 1;
   align-items: center;
}
.header__navigation nav {
   margin-left: auto;
   margin-right: auto;
   display: none;
}
.header__navigation nav ul {
   padding: 0;
   margin: 0;
   list-style: none;
}
.header__navigation .hs_cos_wrapper>nav>ul>li {
   font-family: "Akko W01 Light", sans;
   font-size: 18px;
   line-height: 30px;
   margin-right: 20px;
   margin-left: 0;
   padding-left: 0;
}

.header__navigation .hs_cos_wrapper>nav>ul>li>a {
   font-family: "Akko W01 Regular", sans;
   font-size: 16px;
   transition-property: all;
   transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
   transition-duration: 150ms;
}
.header__navigation nav .submenu.level-2 {
   position: absolute;
   min-height: 100%;
   margin-bottom: 16px;
   border-bottom-right-radius: 0.5rem;
   border-bottom-left-radius: 0.5rem;
   display: none;
   z-index: 999;
   --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
   --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
   box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.header__navigation nav .submenu.level-2>li {
   font-family: "Akko W01 Light", sans;
   font-size: 18px;
   line-height: 30px;
   margin-left: 0;
   padding-left: 0;
}
.header__navigation nav .submenu.level-2>li::marker {
   content: '';
}
.header__navigation nav .submenu.level-2>li>a {
   font-size: 16px;
   transition-property: all;
   transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
   transition-duration: 150ms;
}
.header-search-start svg {
   display: block;
   vertical-align: middle;
}
.header-contact a {
   padding-left: 16px;
   padding-right: 16px;
   background-color: #93b8c8;
   padding-top: 4px;
   padding-bottom: 4px;
}
.header-contact a:hover {
   color: #fff;
}
.header__navigation .hs_cos_wrapper>nav>ul>li:hover .submenu.level-2{
   display: block;
}
.header__navigation .hs_cos_wrapper>nav>ul>li:hover>a {
   color: #009ee3;
}
.header_overflow {
   right: 0px;
   bottom: 0px;
   left: 0px;
   z-index: 999;
   width: 100vw;
   overflow-y: scroll;
   background-color: #00000099;
   opacity: 0;
   display: none;
   position: relative;
}
.header_container_flow {
   padding: 16px;
   background-color: #ffffff;
   width: 100%;
   margin-right: auto;
   margin-left: auto;
}
.header_cross {
   margin-left: auto;
   margin-right: auto;
   line-height: 24px;
   display: none;
}
.search-form-input form {
   display: flex;
   border-bottom: 2px solid #d4e2e9;
}
.search-form-input .flex.flex-grow {
   display: flex;
   flex-grow: 1;
   margin: 0;
}
.search-form-input input {
   width: 100%;
   background-color: #fff;
   padding-top: 8px;
   padding-bottom: 8px;
   font-size: 16px;
   border: 0;
   line-height: 24px;
   padding-left: 0;
   padding-right: 0;
   font-family: "Akko W01 Regular", sans-serif;
}
.search-form-input input:focus {
   outline: 1px solid #2563eb;
}
.search-form-input ::-webkit-input-placeholder {
   color: #6b7280;
   font-size: 16px;
   font-family: "Akko W01 Regular", sans-serif;
   font-weight: 400;
}
.search-form-input form input[type=submit],
.search-form-input form .hs-button {
   background-repeat: no-repeat;
   background-position: center;
   width: 50px;
   height: 50px;
   margin: 0;
   background-color: transparent;
   outline: none;
   border: 0;
   padding: 0;
   background-image:url(https://25358164.fs1.hubspotusercontent-eu1.net/hubfs/25358164/raw_assets/public/SdzeCom_April2022/images/menu-arrow.svg);
}
.header_cross svg {
   display: block;
   vertical-align: middle;
}
hr.footer-hr {
   margin-top: 12px;
   height: 1px;
   background: 0;
   margin-bottom: 0;
   border-top-width: 1px;
   display: block;
}
.header-hamburger {
   position: relative;
   z-index: 999;
   margin-left: 20px;
   align-items: center;
   display: flex;
   cursor:pointer;
}

.hs-tools-menu ul li::marker {
   content: none;
}
header.header {
   z-index: 999;
   height: 94px;
   margin-right: -15px;
   margin-left: -15px;
}
.header-container {
   width: 100%;
   margin-right: auto;
   margin-left: auto;
}
.header-mobile-nav {
   background-color: #eef3f6;
   z-index: 999;
   position: relative;
   display: none;
   min-height: 500px;
   overflow-x: hidden;
}
main.body-container-wrapper .dnd-section {
   padding-left: 0;
   padding-right: 0;
}
ul ul.hs-menu-children-wrapper.is-active{

   display: block!important;
}
.header-mobile-nav .hs-menu-wrapper>ul {
   margin-bottom: 0;
   height: 100vh;
   transition-property: transform;
   transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
   transition-duration: 150ms;
   display: block!important;
}
.header-mobile-nav .hs-menu-wrapper>ul>li {
   margin-left: 10px;
   margin-right: 20px;
   border-bottom: 2px solid #d4e2e9;
   font-family: "Akko W01 Light", sans;
   font-size: 18px;
   line-height: 30px;
   position: inherit!important;
   display: flex;
   justify-content: space-between;
   padding-left: 0;
}
.header-mobile-nav ul>li>a {
   display: inline-block!important;
   padding-top: 18px;
   padding-bottom: 18px;
   font-family: "Akko W01 Regular", sans;
   font-size: 16px;
   transition-property: all;
   transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
   transition-duration: 150ms;
}
.header-arrow{
   cursor:pointer;
}
.header-arrow:after {
   float: right;
   margin-top: 20px;
   display: inline-block;
   height: 20px;
   width: 20px;
   background-image: url(https://25358164.fs1.hubspotusercontent-eu1.net/hubfs/25358164/raw_assets/public/SdzeCom_April2022/images/menu-arrow.svg);
   background-position: center;
   background-repeat: no-repeat;

   content: '';
}
.header-mobile-nav .hs-menu-wrapper>ul ul {
   left: 100%!important;
   opacity: 1!important;
   position: absolute!important;
   top: 0!important;
   border-bottom-right-radius: 8px;
   border-bottom-left-radius: 8px;
   background-color: #eef3f6;
   right: -100vw;
   display: none;
   min-height: 100%;
   width: 100vw;
   margin-bottom: 16px;
   --tw-bg-opacity: 1;
   background-color: rgb(238 243 246 / var(--tw-bg-opacity));
   --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
   --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
   box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);

}
.header-mobile-nav .hs-menu-wrapper>ul ul>li {
   position: relative;
   font-family: "Akko W01 Light", sans;
   font-size: 18px;
   line-height: 30px;
   padding-left: 15px;
   padding-right: 15px;
   border-bottom: 1px solid #d4e2e9;
   margin-left: 0;
}
.header-mobile-nav ul>li>a>img {
   display: inline-block;
   margin-right: 10px;
   max-width: 100%;
   height: auto;
   vertical-align: middle;
}
.header-mobile-nav .hs-menu-wrapper>ul ul>li:nth-child(1)>a {
   color: #93b8c8;
}
.header-mobile-nav .hs-menu-wrapper>ul ul>li:nth-child(2)>a {
   display: block;
   font-family: "Akko W01 Medium", sans;
   text-transform: uppercase;
}
.header-mobile-nav .hs-menu-wrapper>ul ul>li:first-child {
   margin-left: 15px;
}
.header-mobile-nav .hs-menu-wrapper>ul ul>li>a {
   font-family: "Akko W01 Light", sans;
}
.header-mobile-nav .hs-menu-wrapper>ul.is-open {
   --tw-translate-x: -100%;
   transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
   --tw-translate-y: 0;
   --tw-rotate: 0;
   --tw-skew-x: 0;
   --tw-skew-y: 0;
   --tw-scale-x: 1;
   --tw-scale-y: 1;
}
.header_overflow.is-open {
   opacity: 1;
   display: flex;
}
.search-form-input {
   height: 100vh;
}
.header-mobile-nav .hs-menu-wrapper>ul>li:hover>a{
   color:#009ee3;
}
.header-mobile-nav li::marker {
   content: '';
}
.search-form-input form input[type=submit]:hover, .search-form-input form .hs-button:hover {
   background-color: transparent;
}
@media (min-width: 768px){
   .header-container {
      max-width: 1080px;
   }
}
@media (min-width: 1024px){
   .search-form-input {
      padding-top: 50px;
      padding-bottom: 50px;
      padding-right: 30px;
      padding-left: 30px;
      width: 80%;
      margin-left: auto;
      margin-right: auto;
   }
   .header-hamburger {
      cursor: pointer;
   }
}
@media (min-width: 1280px){
   header.header {
      width: 100%;
      margin-left: 0px;
   }
   .header__navigation nav {
      display: inline-block;
   }
   .header__navigation .hs_cos_wrapper>nav>ul>li {
      padding-bottom: 27px;
      border-bottom: 4px solid transparent;
      display: inline-block;
      margin-top: 32px;
      float: left;
      position: relative;
   }
   .header__navigation .hs_cos_wrapper>nav>ul>li:hover {
      border-bottom: 4px solid #009ee3;
   }
   .header__navigation .hs_cos_wrapper>nav>ul>li>a {
      display: inline;
   }
   .header__navigation nav .submenu.level-2 {
      background-color: #fff;
      padding-bottom: 20px;
      padding-top: 30px;
      padding-left: 15px;
      padding-right: 15px;
      min-width: 300px;
      width: auto;
      top: 57px;
      right: auto;
   }
   .header__navigation nav .submenu.level-2>li {
      padding-top: 10px;
      padding-bottom: 10px;
      border-bottom: 1px solid #ececed;
   }
   .header__navigation nav .submenu.level-2>li>a {
      display: inline;
      font-family: "Akko W01 Medium", sans;
   }
   .header-contact a {
      display: inline-block;
      margin-left: 20px;
      color:#ffffff;
      border-radius: 8px;
      visibility: visible;
      line-height: 24px;
      font-size: 16px;
      font-family: "Akko W01 Regular", sans-serif;
   }
   .header-contact a svg {
      display: inline-block;
      margin-right: 10px;
      vertical-align: middle;
   }
   .header_overflow {
      align-items: center;
      height: 100vh;
      top: 0px;
      position: fixed;
   }
   .header_container_flow {
      max-width: 1080px;
      padding: 40px;
      position: relative;
   }
   .header_cross {
      cursor: pointer;
      width: 26px;
      display: block;
   }
   .search-form-input {
      height: auto;
   }
   .header__container.content-wrapper {
      padding-left: 0px;
      padding-right: 0px;
   }
   .header-hamburger {
      display: none;
   }
   .header-mobile-nav {
      display: none;
   }
}
.footer-bg {
   font-weight: 300;
   background-color: #e5e7eb;
   justify-content: center;
   display: flex;
}
.footer__container.content-wrapper {
   padding-left: 16px;
   padding-right: 16px;
   width: 100%;
   margin-right: auto;
   margin-left: auto;
}
.footer__grid {
   display: grid;
   grid-template-columns: repeat(2, minmax(0, 1fr));
}
.footer-logo {
   margin-top: 40px;
   background-repeat: no-repeat;
   width: 110px;
   height: 20px;
   background-image:url(https://25358164.fs1.hubspotusercontent-eu1.net/hubfs/25358164/raw_assets/public/SdzeCom_April2022/images/loungen-download.svg);
   grid-column: span 2 / span 2;
}
.footer__col1 {
   margin-top: 48px;
   grid-column: span 1 / span 1;
}
.footer__col1 ul ul {
   position: relative!important;
   opacity: 1!important;
   display: block;
   left: 0!important;
   top: 0!important;
}
.footer__col1 ul {
   display: block!important;
}
.footer__col1 ul ul li {
   margin-bottom: 16px;
   line-height: 36px;
}
.footer__col1 ul ul li a {
   font-size: 16px;
   font-family: "Akko W01 Regular", sans-serif;
   font-weight: 300;
}
.footer__col_1 {
   margin-top: 48px;
}
.footer__col_1 ul {
   display: block!important;
}
.footer__col_1 ul>li {
   margin-bottom: 16px;
   line-height: 36px;
   margin-left: 0;
   padding-left: 0;
}
.footer__col_1 ul>li>a {
   font-family: "Akko W01 Regular", sans-serif;
   font-size: 16px;
   font-weight: 300;
}
.footer__col1 ul>li {
   margin-bottom: 16px;
   line-height: 36px;
   margin-left: 0;
   padding-left: 0;
}
.footer__col1 ul>li::marker,.footer__col_1 ul>li::marker {
   content: '';
}
.footer__col1 ul>li>a {
   font-size: 16px;
   font-family: "Akko W01 Regular", sans-serif;
}
.footer__col2 h1 {
   color: #3b82f6;
   font-size: 20px;
   margin: 0;
   line-height: 28px;
   padding-bottom: 16px;
   font-family: "Akko W01 Light", sans;
}
.footer__col2 p {
   margin-bottom: 16px;
   margin-top: 24px;
   line-height: 28px;
   font-weight: 300;
   font-size: 16px;
   font-family: "Akko W01 Regular", sans-serif;
}
.footer-button {
   padding-top: 4px;
   padding-bottom: 4px;
   padding-left: 12px;
   padding-right: 12px;
   background-color: #93c5fd;
   border-radius: 8px;
   margin-top: 24px;
   margin-bottom: 24px;
   line-height: 24px;
   color: #fff;
   width: fit-content;
   font-size: 16px;
   font-family: "Akko W01 Regular", sans-serif;
   cursor: pointer;
   display: inline-block;
}
.footer-button-icon {
   width: 16px;
   height: 14.14px;
   display: inline-block;
   background-repeat: no-repeat;
   margin-right: 12px;
   background-image:url(https://25358164.fs1.hubspotusercontent-eu1.net/hubfs/25358164/raw_assets/public/SdzeCom_April2022/images/white-arrow.svg);
}
.footer__col2 .hs_cos_wrapper {
   display: inline-block;
}
.footer__col2 {
   grid-column: span 2 / span 2;
}
footer.footer .col-span-2 {
   margin-bottom: 36px;
   grid-column: span 2 / span 2;
   border-top-width: 1px;
}
.footer-button p {
   margin: 0;
   color: #fff;
   display: inline-block;
   font-size: 16px;
   line-height: 24px;
}
.footer-socials a {
   line-height: 24px;
   vertical-align: middle;
}
footer.footer.no-navigation .inline-block{
   display: none; 
}
footer.footer.no-navigation .footer__col1 ul {
   display: none!important;
}
@media(max-width:639px){
   footer.footer.no-navigation .footer__col1.col {
      display: none;
   }
}
@media (min-width: 640px){
   .footer__grid {
      grid-template-columns: repeat(8, minmax(0, 1fr));
   }
   .footer-logo {
      grid-column: span 8 / span 8;
   }
   .footer__col1 {
      grid-column: span 2 / span 2;
   }
   .footer__col_1 {
      grid-column: span 3 / span 3;
   }
   .footer__col2 {
      grid-column: span 3 / span 3;
   }
   footer.footer .col-span-2 {
      display: none;
   }
}

@media (min-width: 1280px){
   .footer__container.content-wrapper {
      max-width: 1080px;
   }
}
/* 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 {
  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 > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .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 > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}