/* Theme base styles */

/* Generic */

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

/* Objects */

/* 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 wrappers for blog post and system templates */

.content-wrapper {
  padding: 0;
  margin: 0 auto;
}

/* Drag and drop layout styles */

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }

  .container-fluid {
    overflow: hidden;
  }
}

@media (max-width: 1377px) {
  .content-wrapper {
    padding: 0 20px;
  }
}

/* Elements */

html {
  overflow-x: hidden;
}

body {
  line-height: 1.4;
  overflow-wrap: break-word;
}

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

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
  font-size: 1rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */


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

h1 {
  line-height: 53px;
}

/* Lists */

ul,
ol {
  padding-left: 1rem;
  margin: 0 0 1.4rem;
}

ul li,
ol li {
  margin: 0.7rem;
}

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

.no-list {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.no-list li {
  margin: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  padding-left: 1rem;
  border-left: 10px solid;
  margin: 0 0 1.4rem;
}

/* Horizontal rules */

hr {
  border: 0 none;
  border-bottom: 1px solid;
}

/* Subscripts and superscripts */

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Image alt text */

img {
  font-size: 1rem;
  word-break: normal;
}

@media screen and (max-width: 728px) {
  h1 {
    font-size: 34px !important;
    line-height: 38px;
  }
}
/* Primary button */

button,
.button,
.hs-button {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  text-align: center;
  transition: color 0.15s linear;
  white-space: normal;
}

/* Simple button */

.button.button--simple {
  position: relative;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
}

.button.button--simple:hover,
.button.button--simple:focus {
  border: none;
  background-color: transparent;
}

/* Disabled button */

button:disabled,
.button:disabled,
.hs-button:disabled {
  border-color: #f1f1f1;
  background-color: #f1f1f1;
  pointer-events: none;
}

button:disabled,
.button:disabled,
.button.button--secondary:disabled,
.button.button--simple:disabled {
  color: #d0d0d0;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  padding: 0;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  background: none;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: left;
  text-decoration: none;
  transition: none;
}

/* Button icons */

.button .button__icon svg {
  display: block;
  height: 1.25rem;
  margin-right: 1rem;
  fill: inherit;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .button .button__icon svg {
    width: 1.25rem;
  }
}

.button--icon-right .button__icon {
  order: 1;
}

.button--icon-right .button__icon svg {
  margin-right: 0;
  margin-left: 1rem;
}
/* Form title */

.form-title {
  margin: 0;
}

.form-title ~ div > form {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Labels */

form label {
  display: block;
  margin-bottom: 0.35rem;
}




/* Form fields */

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

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 input[type='search'],
form select,
form textarea {
  display: inline-block;
  width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

form fieldset {
  max-width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

/*placeholder-color*/

.field.hs-form-field input[type='text']::placeholder,
.field.hs-form-field input[type='email']::placeholder,
.field.hs-form-field input[type='password']::placeholder,
.field.hs-form-field input[type='tel']::placeholder,
.field.hs-form-field input[type='number']::placeholder,
.field.hs-form-field input[type='search']::placeholder,
.field.hs-form-field select::placeholder,
.field.hs-form-field textarea::placeholder {color: #45606c !important;}






/* Form fields - checkbox/radio */

form .inputs-list {
  padding: 0;
  margin: 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'] {
  margin-right: 0.35rem;
  cursor: pointer;
}

/* Form fields - date picker */

form .hs-dateinput {
  position: relative;
}

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

form .is-selected .pika-button {
  border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
  box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
}

form .fn-date-picker .pika-button:hover,
form .fn-date-picker .pika-button:focus {
  border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
}

/* Form fields - file picker */

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

/* Headings and text */

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

form .hs-richtext img {
  height: auto;
  max-width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

/* GDPR */

form .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 1rem !important; /* stylelint-disable-line declaration-no-important */
}

/* Validation */

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

form .hs-input.error {
  border-color: #ef6b51;
}

form .hs-error-msg,
form .hs-error-msgs {
  margin-top: 0.35rem;
  color: #ef6b51;
}

/* Submit button */

form input[type='submit'],
form .hs-button {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal !important; /* stylelint-disable-line declaration-no-important */
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}



/* Extra Code */

fieldset.form-columns-3 .hs-form-field {
    width: 33.3%!important;
    float: left;
}

.legal-consent-container .hs-form-booleancheckbox-display input {
    margin-top: -10px!important;
}

form input{
  height: 50.5px!important;
}


@media screen and (max-width: 767px) {
  fieldset.form-columns-3 .hs-form-field {
    width: 100%!important;
    float: left;
}

.hs-button.primary.large{
  width: 100%!important;
}
}

form .hs_service__technische_storung__help_text { margin: 0; } 
form .hs_service__technische_storung__help_text label { display: none; }
form .hs_service__technische_storung__help_text legend.hs-field-desc { padding: 10px; font-size: 14px; line-height: 18px; color:#ffffff; }
form .hs_service__technische_storung__help_text .input { display: none; }
/* Icon wrapper */

.icon {
  display: inline-flex;
  border-radius: 50%;
}

.icon--square .icon {
  border-radius: 0;
}

/* Icon */

.icon svg {
  vertical-align: middle;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

th,
td {
  padding: 0.7rem;
  vertical-align: top;
}

/* Table header */

thead th,
thead td {
  vertical-align: bottom;
}
.ng-mm-hidden {
  display: none !important;
}

.ng-mm-l1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.overall-link {
  line-height: 3.5;
  border-bottom: 3px solid white !important;
}

/* .ng-mm-l1 li:first-of-type .navlink:hover{
  cursor: default;
}

.ng-mm-l1 li:nth-of-type(6) .navlink:hover{
  cursor: default;
}

.ng-mm-l1 li:nth-of-type(4) .navlink:hover{
  cursor: default;
}

.ng-mm-l1 li:nth-of-type(5) .navlink:hover{
  cursor: default;
} */

a[href="javascript:void(0)"] {
  cursor: default;
}

.ng-mm-l1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ng-mm-l1 li {
  display: inline;
}

.ng-mm-l1 li a {
  color: var(--lowerMenuText);
  text-decoration: none;
  display: inline-block;
  padding: 32px 0px;
}

.ng-mm-l1 li a:hover {
  color: var(--lowerMenuTextHover);
}

.ng-mm-l1 li a:not(.no-link):hover {
  color: var(--secondary);
}
.ng-mm-l1 li a.no-link {
  cursor: default !important;
}

.ng-mm-wrapper {
  width: 100vw;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  height: auto;
  min-height: 550px;
  background-color: white;
  position: absolute;
  left: 0;
  z-index: 99;
  overflow: hidden;
}

.ng-mm-content {
  width: 35%;
  padding: 50px 8%;
  display: flex;
  gap: 22px;
  flex-direction: column;
  background-color: var(--lowerMenuDropdownBg1);
  color: var(--lowerMenuDropdownText);
}

.ng-mm-cta {
  width: 100%;
}

.ng-mm-cta .orange-cta {
  width: 100%;
  text-align: center;
  padding: 8px 0px;
}

.ng-mm-nav {
  width: 65%;
  background-color: var(--lowerMenuDropdownBg2);
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 50px 0;
}

.menu-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0px;
}

.ng-mm-nav li a {
  color: black;
  padding: 0px;
}

.mm-ul-1 {
  position: absolute;
  left: 0;
  width: 33.3%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0px;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
}

.mm-ul-1 li {
  width: 100%;
  margin: 0px;
  padding: 0.5em 2em;
}

.mm-ul-1 li > a,
.mm-ul-2 li > a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: var(--lowerMenuDropdownLink);
}

.mm-ul-1 li:hover > a,
.mm-ul-2 li:hover > a {
  color: var(--lowerMenuDropdownLinkHover) !important;
  cursor: pointer;
}

.mm-ul-1 a span {
  text-align: right;
}

.mm-ul-1 li:hover,
.mm-ul-2 li:hover {
  background-color: var(--lowerMenuDropdownLinkHoverBg);
  cursor: pointer;
}

.mm-ul-2 {
  left: 100%;
  position: absolute;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100% !important;
  top: 0;
}

/* .ng-mm-l1 ul > li#navlink:last-child .mm-ul-2 {
overflow-y: scroll;
} */

.mm-ul-3 {
  width: 100%;
  left: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 0;
  top: 0;
  height: 100%;
}

.ng-mob-menu {
  display: none;
}

.mm-overflow {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  width: 100%;
}

.mm-overflow::after {
  position: absolute;
  content: "";
  top: -50px;
  right: 0;
  height: calc(100% + 50px);
  border-right: 2px solid #e6e5e5;
}

.mm-overflow::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}

@media screen and (max-width: 1024px) {
  .move-left {
    left: 0% !important;
    transition: 0.15s ease-in-out;
  }

  .false {
    display: flex;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
  }

  .ng-mob-menu {
    display: initial;
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 87px;
    left: 0;
    background-color: #f2f2f2;
    display: flex;
    flex-direction: column;
    z-index: 5;
  }

  .ng-mob-menu .nav-location {
    padding: 20px 32px;
    background-color: white;
    display: flex;
    flex-direction: row;
    gap: 12px;
  }

  .ng-mob-menu .nav-location a {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
    text-underline-offset: 5px;
  }

  .ng-mob-menu .nav-wrapper {
    position: relative;
    height: 100%;
  }

  .ng-mob-menu .ng-mm-l1 .ng-mm-overall {
    background-color: #f2f2f2;
    width: 100%;
    padding: 16px 32px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100vh;
  }

  .ng-mm-overall li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .ng-mm-overall li .fake-navlink {
    width: 90%;
  }

  .ng-mm-overall li .main-navlink {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .ng-mm-overall li .navlink {
    width: 40%;
    display: flex;
    align-items: flex-end;
  }

  .ng-mob-menu .mm-ul-1 {
    background-color: #f2f2f2;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 100%;
    border-right: 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
    padding-top: 32px;
    z-index: 10;
  }

  .ng-mob-menu .ng-mm-l1 li a {
    color: black;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    gap: 0px;
    padding: 0px;
    font-size: 18px;
    z-index: 2;
  }

  .mm-ul-2 {
    background-color: #f2f2f2;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 100%;
    border-right: 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
    padding-top: 32px !important;
    z-index: 15;
  }

  .mm-ul-3 {
    background-color: #f2f2f2;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 100%;
    border-right: 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
    padding-top: 32px !important;
    z-index: 20;
  }

  .ng-mob-menu .ng-mm-nav {
    width: 100%;
  }

  .ng-mob-menu .mm-ul-1 li:first-of-type {
    margin-top: 0%;
  }

  .ng-mm-overall li .navlink:first-of-type {
    width: 100%;
    padding-left: 0px;
    align-items: flex-start;
  }
}

.banner-button {
  padding: 12px 32px;
  font-size: 16px;
  line-height: 16px;
  border-radius: 32px;
  text-decoration: none;
  text-align: center;
  width: calc(100% / 2);
  transition: 0.15s ease-in-out;
}

.banner-button:hover {
  background-color: transparent;
  text-decoration: none;
}

@media screen and (max-width: 1200px) {
  .banner-button {
    width: 100%;
  }
}

/* Homepage Banner */

.homepage-banner-wrapper {
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  padding: 90px 0px;
}

.mobile-img {
  display: none;
}

.home-banner-content {
  padding: 70px 50px;
  border-radius: 0px 100px 0px 0px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 40%;
}

.home-banner-content h1,
.home-banner-content p {
  margin-bottom: 0px;
}

@media screen and (max-width: 728px) {
  .homepage-banner-wrapper {
    height: auto;
    padding: 0px;
    gap: 0px;
    flex-direction: column;
  }

  .homepage-banner-wrapper .content-wrapper {
    padding: 0px;
  }

  .homepage-banner-wrapper .content-wrapper .mobile-img {
    width: 100%;
    height: 280px;
    display: block;
    background-size: cover;
  }

  .mobile-img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    margin-bottom: -10px;
  }

  .home-banner-content {
    width: 100%;
    border-radius: 0;
    padding: 40px 32px;
  }
}

/* Category Banner */

.category-banner-wrapper {
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  background-position: center;
  padding: 90px 0px;
  overflow: hidden;
}

.category-banner-wrapper .content-wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
}

.mobile-img {
  display: none;
}

.category-banner-content {
  padding: 70px 50px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 50%;
  justify-content: flex-start;
  padding-right: 64px;
}

.empty-banner-content {
  position: relative;
  width: 50%;
  z-index: 1;
}

@media screen and (max-width: 728px) {
  .category-banner-wrapper {
    height: auto;
    padding: 0px;
    gap: 0px;
    flex-direction: column;
  }

  .category-banner-wrapper .content-wrapper {
    display: flex;
    flex-direction: column;
  }

  .category-banner-wrapper .content-wrapper {
    padding: 0px;
  }

  .category-banner-content {
    width: 100%;
    border-radius: 0;
    padding: 40px 32px;
  }

  .mobile-img {
    width: 100%;
    height: 280px !important;
    display: initial;
    background-size: cover !important;
  }

  .mobile-img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    margin-bottom: -10px;
  }

  .empty-banner-content::before {
    display: none;
  }
}

/* Product Page Banner */

.product-page-banner-wrapper {
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.product-page-banner-wrapper .content-wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
}

.mobile-img {
  display: none;
}

.product-page-banner-content {
  padding: 90px 0px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 50%;
  justify-content: center;
  padding-right: 120px;
}

.product-page-empty-banner-content {
  position: relative;
  width: 50%;
  z-index: 1;
  height: 685px;
}

@media screen and (max-width: 728px) {
  .product-page-banner-wrapper {
    height: auto;
    padding: 0px;
    gap: 0px;
    flex-direction: column;
  }

  .product-page-banner-wrapper .content-wrapper {
    display: flex;
    flex-direction: column;
    padding: 0px;
  }

  .product-page-banner-content {
    width: 100%;
    border-radius: 0;
    padding: 40px 32px;
  }

  .mobile-img {
    width: 100%;
    height: auto;
    display: initial;
  }

  .mobile-img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    margin-bottom: -10px;
  }

  .product-page-empty-banner-content {
    display: none;
  }

  .product-page-empty-banner-content::before {
    display: none;
  }
}

/* Product Listing Banner */

.product-banner-wrapper {
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: linear-gradient(
    180deg,
    rgba(242, 242, 242, 1) 50%,
    rgba(255, 255, 255, 1) 50%
  );
  padding: 64px 0px;
}

.product-banner-wrapper .content-wrapper {
  padding: 0px;
}

.product-banner-content {
  width: 80%;
  display: flex;
  flex-direction: column;
  margin-bottom: 64px;
  gap: 32px;
}

.product-banner-image {
  width: 100%;
}

.product-banner-image img {
  width: 100%;
  height: 565px;
  object-fit: cover;
  border-radius: 0px 100px 0px 0px;
}

@media screen and (max-width: 728px) {
  .product-banner-wrapper {
    flex-direction: column-reverse;
    background: white;
    padding: 0px;
  }

  .product-banner-wrapper .content-wrapper {
    padding: 0px;
    display: flex;
    flex-direction: column-reverse;
  }

  .product-banner-content {
    padding: 40px 32px;
    margin-bottom: 0px;
    width: 100%;
  }

  .product-banner-image img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 0px;
  }
}

/* Case Study Banner */

.cs-banner-wrapper {
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  padding: 320px 200px 120px 200px;
  position: relative;
  z-index: 1;
}

.cs-banner-wrapper::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  content: "";
  background-color: black;
  opacity: 0.5;
}

.mobile-img {
  display: none;
}

.cs-banner-content {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  position: relative;
  z-index: 3;
}

.cs-banner-content h1,
.banner-content p {
  margin-bottom: 0px;
}

@media screen and (max-width: 728px) {
  .cs-banner-wrapper {
    height: auto;
    padding: 0px;
    gap: 0px;
    flex-direction: column;
  }

  .cs-banner-wrapper .content-wrapper {
    padding: 0px;
  }

  .mobile-img {
    width: 100%;
    height: auto;
    display: initial;
  }

  .mobile-img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    margin-bottom: -10px;
  }

  .cs-banner-content {
    width: 100%;
    border-radius: 0;
    padding: 250px 32px 32px 32px;
  }
}

/* Thank you */

.ty-banner-wrapper {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  background-size: cover;
  height: 685px;
  position: relative;
  z-index: 1;
}

.ty-banner-wrapper::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  content: "";
  background-color: black;
  opacity: 0.5;
}

.ty-banner-wrapper .content-wrapper {
  display: flex;
  justify-content: center;
}

.mobile-img {
  display: none;
}

.ty-banner-content {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  width: 50%;
  position: relative;
  z-index: 3;
  text-align: center;
}

.ty-banner-content h1,
.banner-content p {
  margin-bottom: 0px;
  text-align: center;
}

@media screen and (max-width: 728px) {
  .ty-banner-wrapper {
    height: auto;
    padding: 0px;
    gap: 0px;
    flex-direction: column;
    height: 685px;
  }

  .ty-banner-wrapper .content-wrapper {
    padding: 0px;
  }

  .mobile-img {
    width: 100%;
    height: auto;
    display: initial;
  }

  .mobile-img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    margin-bottom: -10px;
  }

  .ty-banner-content {
    width: 100%;
    border-radius: 0;
    padding: 0px 32px;
  }
}

/* Form Banner */

.form-page-banner-wrapper {
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.form-page-banner-wrapper .content-wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
}

.mobile-img {
  display: none;
}

.form-page-banner-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 50%;
  justify-content: center;
  align-items: stretch;
  padding: 64px;
}

.form-page-banner-content .form-title {
  display: none;
}

.form-page-banner-content form input {
  padding: 8px;
}

.form-page-banner-content form label {
  color: white;
}

.form-page-banner-content .legal-consent-container .hs-richtext {
  color: white;
}

.form-banner-content {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 80%;
  justify-content: center;
}

.form-page-empty-banner-content {
  position: relative;
  width: 50%;
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 64px;
}

.form-page-banner-wrapper .form-page-banner-content .hs-button {
  padding: 10px;
  width: 50%;
  background-color: black !important;
  color: white !important;
  border: 2px solid var(--secondary) !important;
}

.form-page-banner-wrapper .form-page-banner-content .hs-button:hover {
  background-color: var(--secondary) !important;
  border: 2px solid var(--secondary) !important;
  color: white !important;
}

.form-page-banner-wrapper
  .form-page-banner-content
  form
  .legal-consent-container,
form .legal-consent-container .hs-richtext,
form .legal-consent-container .hs-richtext p {
  color: white;
}

@media screen and (max-width: 728px) {
  .form-page-banner-wrapper {
    height: auto;
    padding: 0px;
    gap: 0px;
    flex-direction: column;
  }

  .form-page-banner-wrapper .content-wrapper {
    display: flex;
    flex-direction: column;
    padding: 0px;
  }

  .form-page-banner-content {
    width: 100%;
    border-radius: 0;
    padding: 40px 32px;
  }

  .form-page-empty-banner-content {
    width: 100%;
    height: auto;
    padding: 50px 32px;
  }

  .form-banner-content {
    width: 100%;
  }
}

/* Event */

.ev-banner-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  padding-top: 320px;
  padding-bottom: 120px;
  position: relative;
  z-index: 1;
}

.ev-banner-wrapper .content-wrapper {
  width: 100%;
  padding: 0px;
  margin: 0px;
}

.ev-banner-wrapper::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  content: "";
  background-color: black;
  opacity: 0.5;
}

.mobile-img {
  display: none;
}

.ev-banner-content {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 70%;
  position: relative;
  z-index: 3;
}

.ev-banner-content h1,
.banner-content p {
  margin-bottom: 0px;
}

@media screen and (max-width: 728px) {
  .ev-banner-wrapper {
    height: auto;
    padding: 0px;
    gap: 0px;
    flex-direction: column;
  }

  .ev-banner-wrapper .content-wrapper {
    padding: 0px;
  }

  .mobile-img {
    width: 100%;
    height: auto;
    display: initial;
  }

  .mobile-img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    margin-bottom: -10px;
  }

  .ev-banner-content {
    width: 100%;
    border-radius: 0;
    padding: 250px 32px 32px 32px;
  }
}

/* Pillar Page */

.pillar-banner-wrapper {
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0px;
}

.pillar-banner-wrapper .content-wrapper {
  width: 100%;
  max-width: 1100px;
  padding: 0px;
}

.pillar-banner-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 64px 0px;
  gap: 32px;
}

.pillar-banner-image {
  width: 100%;
}

.pillar-banner-image img {
  width: 100%;
  height: 565px;
  object-fit: cover;
  border-radius: 0px 100px 0px 0px;
}

@media screen and (max-width: 728px) {
  .pillar-banner-wrapper {
    flex-direction: column-reverse;
    background: #f2f2f2;
    padding: 0px;
  }

  .pillar-banner-wrapper .content-wrapper {
    padding: 0px;
    display: flex;
    flex-direction: column-reverse;
  }

  .pillar-banner-content {
    padding: 40px 32px;
    margin-bottom: 0px;
    width: 100%;
  }

  .pillar-banner-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 0px;
  }
}

html,
body {
  padding: 0px;
  margin: 0px;
  scroll-behavior: smooth;
}

.snav-wrapper .swiper-wrapper .swiper-slide {
  height: auto;
}

.sc-wrapper {
  position: relative;
}

.sc-wrapper::before {
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 10vw;
  z-index: 4;
  background: linear-gradient(
    270deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  position: absolute;
}

.sc-wrapper::after {
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 10vw;
  z-index: 4;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  position: absolute;
}

.snav-wrapper {
  margin-bottom: 100px;
}

.swiper-slide-active .snav {
  background-color: #272727;
  color: var(--secondary);
  border-top: 2px solid var(--secondary);
  border-bottom: 3px solid var(--secondary);
  border-left: 0px solid #272727;
  border-right: 0px solid #272727;
}

.swiper-slide-active .snav img {
  filter: grayscale(0%);
}

.snav {
  display: flex;
  flex-direction: column;
  gap: 22px;
  justify-content: center;
  align-items: center;
  padding: 22px 16px;
  text-align: center;
  background-color: #1d1d1d;
  border: 1px solid #707070;
  color: #898989;
  text-align: center;
  align-self: stretch;
}

.snav img {
  width: auto;
  height: 45px;
}

.snav p {
  margin: 0px;
  width: 95%;
  min-height: 100px;
  font-size: 18px;
}

.snav .swiper-slide {
  height: auto;
}

.snav img {
  filter: grayscale(100%);
}

.snav:hover {
  cursor: pointer;
}

.scard-wrapper {
  margin-bottom: 0px;
}

.scard {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  transform: scale(0.8);
  transition-duration: 1s;
  min-height: 500px;
  position: relative;
}

.scard-link {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.swiper-slide-active .scard {
  transform: scale(1);
  transition-duration: 1s;
}

.scard-cta {
  width: 100%;
}

.scard img {
  width: 50%;
  object-fit: cover;
}

.scard-image {
  width: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 500px;
  flex-grow: 1;
}

.scard-content {
  width: 50%;
  background-color: var(--secondary);
  padding: 64px 50px;
  color: white;
  border-radius: 0px 100px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
}

.scard-content h2,
.scard-content p {
  margin: 0px;
  color: white;
  width: 100%;
  max-width: 100%;
}

.sc-nav {
  display: flex;
  flex-direction: row;
  position: absolute;
  z-index: 100 !important;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 72vw;
  top: 50%;
}

.sc-next:hover {
  cursor: pointer;
}

.sc-prev:hover {
  cursor: pointer;
}

.sc-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background-color: var(--secondary);
  border-radius: 100%;
  flex-direction: row;
}

.sc-prev img {
  width: 50%;
  height: auto;
}

.sc-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background-color: var(--secondary);
  border-radius: 100%;
}

.sc-next img {
  width: 50%;
  height: auto;
}

.swiper-button-disabled {
  background-color: black;
}

@media screen and (max-width: 768px) {
  .sc-wrapper::after {
    display: none;
  }

  .sc-wrapper::before {
    display: none;
  }

  .scard-wrapper .swiper-slide {
    padding: 0px 32px;
  }

  .snav-wrapper {
    margin-bottom: 64px;
  }

  .scard-wrapper {
    padding: 0px;
  }

  .scard {
    flex-direction: column;
    transform: scale(1);
    height: 100%;
  }

  .scard-image {
    width: 100%;
    min-height: 225px;
  }

  .scard-content {
    width: 100%;
    background-color: var(--secondary);
    padding: 32px;
    color: white;
    border-radius: 0px;
  }

  .scard-content h2 {
    font-size: 24px;
    line-height: 36px;
    width: 90%;
    max-width: 100%;
  }

  .sc-nav {
    position: relative;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 0vw;
    top: 0;
    padding: 32px;
  }
}

.image-gallery-container {
  position: relative;
}

.image-gallery-container .content-wrapper {
  gap: 120px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.image-gallery-container .awards-mob .awards {
  display: none;
}

.image-gallery-container .left {
  /* width: 40%; */
}

.image-gallery-container .left .awards {
  margin-top: 4em;
}

.image-gallery-container .left .awards .awards-gallery {
  display: flex;
  justify-content: flex-start;
  gap: 16px;
}

.ag-wrapper {
  position: relative;
  width: 30%;
}

.image-gallery-container .left .awards .awards-gallery img {
  max-width: 100% !important;
  height: auto;
  max-height: 100px;
  object-fit: contain;
}

.logo-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.image-gallery-container .right {
  display: flex;
  position: relative;
  left: -33px;
}

.image-gallery-container .right .col {
  display: flex;
  flex-direction: column;
}

.left a:hover {
  text-decoration: underline !important;
}

.image-gallery-container .right .col img {
  margin: 10px 0 10px 20px;
  -webkit-box-shadow: 4px 6px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 6px 15px 0px rgba(0, 0, 0, 0.25);
}

.image-gallery-container .right .col.one {
  align-items: flex-end;
}

.image-gallery-container .right .col.two {
  margin-top: 100px;
}

.is-1 {
  height: 230px;
  width: 330px;
  object-fit: cover;
}

.is-2 {
  height: 200px;
  width: 400px;
  object-fit: cover;
}

.is-3 {
  height: 150px;
  width: 230px;
  object-fit: cover;
}

.is-4 {
  height: 210px;
  width: 300px;
  object-fit: cover;
}

.is-5 {
  height: 300px;
  width: 195px;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .ag-wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .image-gallery-container .content-wrapper {
    gap: 60px;
    grid-template-columns: 1fr;
  }

  .image-gallery-container .left {
    margin-bottom: 2em;
  }

  .image-gallery-container .left .awards {
    display: none;
  }

  .image-gallery-container .awards-mob .awards {
    display: block;
    margin-top: 4em;
  }

  .image-gallery-container .awards p {
    text-align: center;
  }

  .image-gallery-container .awards .awards-gallery a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .image-gallery-container .awards .awards-gallery img {
    max-width: 50% !important;
    margin-bottom: 32px;
  }

  .image-gallery-container .left {
    width: 100%;
  }

  .image-gallery-container .right {
    position: static;
    max-width: none;
    top: 0;
    transform: none;
    width: calc(100% - 20px);
  }

  .image-gallery-container .right .col.one img:nth-of-type(2) {
    max-width: calc(100% + 20px) !important;
  }

  .image-gallery-container .right .col.two img:first-of-type {
    max-width: calc(100% + 20px) !important;
  }
}

/* Animate on scroll styles */

.image-gallery-container.scrolled .right .col img {
  transform: none !important;
}

.image-gallery-container .right .col img {
  transition: 0.5s ease-in-out;
}

.image-gallery-container .right .col.one img:first-of-type {
  transform: translate(-10px, -10px);
}

.image-gallery-container .right .col.one img:nth-of-type(2) {
  transform: translate(-10px);
}

.image-gallery-container .right .col.one img:last-of-type {
  transform: translate(-10px, 10px);
}

.image-gallery-container .right .col.two img:first-of-type {
  transform: translate(10px, -10px);
}

.image-gallery-container .right .col.two img:last-of-type {
  transform: translate(15px, 15px);
}

.ccs-outer-wrapper {
  width: 100%;
}

.ccs-outer-wrapper .content-wrapper {
  margin-left: 0px;
}

.ccs {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
}

.ccs-image {
  width: 60%;
  position: relative;
  min-height: 520px;
  max-height: 520px;
}

.ccs-mobile-img {
  display: none;
}

.ccs-content {
  width: 40%;
  position: relative;
  z-index: 4;
  padding: 64px 64px 32px 64px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  position: relative;
}

.button-container {
  width: 100%;
}

.ccs-left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background-color: var(--secondary);
  border-radius: 100%;
  flex-direction: row;
}

.ccs-left:hover {
  cursor: pointer;
}

.ccs-right:hover {
  cursor: pointer;
}

.ccs-left img {
  width: 50%;
  height: auto;
}

.ccs-right {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background-color: var(--secondary);
  border-radius: 100%;
}

.ccs-right img {
  width: 50%;
  height: auto;
}

.ccs-nav .swiper-button-disabled {
  background-color: #f6b983 !important;
}

@media screen and (max-width: 767px) {
  .ccs {
    flex-direction: column;
  }

  .ccs-nav {
    position: relative;
    width: 100%;
    padding: 0px;
    justify-content: space-between;
    align-items: center;
    top: 0;
    left: 0;
  }

  .ccs-image {
    background-size: cover;
    min-height: 250px;
    height: 250px;
    width: 100%;
    border-radius: 0px 100px 0px 0px;
  }

  .ccs-content {
    width: 100%;
    padding: 32px;
  }

  .ccs-mobile-img {
    display: initial;
    padding-right: 30px;
    border-radius: 0px 100px 0px 0px;
    height: 250px;
    object-fit: cover;
  }
}

.logo-slider-simple {
  overflow: hidden;
}

.logo-slider-simple .swiper-slide {
  height: auto;
}

.logo-slide img {
  width: 100%;
  display: block;
  max-height: 50px;
}

.logo-slide {
  transform: scale(1);
  transition: 0.15s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .logo-slider-simple img {
    width: 80%;
    transition: 0.15s ease-in-out;
  }
}

/* Category Banner */

.featured-content-wrapper {
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  background-position: center;
  padding: 0px 0px;
  overflow: hidden;
}

.featured-content-wrapper .content-wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  gap: 75px;
}

.featured-content-wrapper .content-wrapper .mobile-img {
  display: none;
}

.featured-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 40%;
  justify-content: flex-start;
  padding: 32px 32px 32px 0px;
}

.featured-content h2 {
  margin-bottom: 0px;
}

.featured-content a:hover {
  text-decoration: underline !important;
}

.fc-empty-banner-content {
  position: relative;
  width: 60%;
  z-index: 1;
}

@media screen and (max-width: 728px) {
  .featured-content-wrapper {
    height: auto;
    padding: 0px;
    gap: 0px;
    flex-direction: column;
  }

  .featured-content-wrapper .content-wrapper {
    display: flex;
    flex-direction: column;
    padding: 0px;
    gap: 0px;
  }

  .featured-content-wrapper .content-wrapper .mobile-img {
    display: initial;
  }

  .featured-content-wrapper .content-wrapper .mobile-img img {
    border-radius: 100px 0px 0px 0px;
    width: 100%;
    height: 280px;
    object-fit: cover;
    margin-bottom: -10px;
  }

  .featured-content {
    width: 100%;
    border-radius: 0;
    padding: 40px 32px;
  }

  .featured-content-wrapper .mobile-img {
    width: 100%;
    height: 250px;
    display: initial;
    margin-left: 32px;
    margin-top: 32px !important;
    border-radius: 100px 0px 0px 0px;
    display: initial;
  }

  .fc-empty-banner-content::before {
    display: none;
  }
}

.hide {
  display: none;
}

#show-hide {
  text-align: right;
}

.news-filters {
  padding: 32px;
  background-color: #f2f2f2;
  margin-bottom: 64px;
}

.news-filters .content-wrapper {
  padding: 0px;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 22px;
  align-items: flex-start;
  justify-content: space-between;
}

.news-filters p {
  margin-bottom: 0px;
}

.news-filters .content-wrapper .filter-button-group {
  justify-content: flex-start;
  display: flex;
  flex-direction: row;
  gap: 22px;
  align-items: center;
  flex-wrap: wrap;
  width: 80%;
}

.news-filters button {
  background-color: white;
  color: black;
  border: 2px solid white;
  padding-left: 40px;
  padding-right: 40px;
}

.news-filters button:hover {
  background-color: black;
  color: white;
  border: 2px solid black;
}

.related-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.related-content-wrapper .content-wrapper {
  padding: 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100% !important  ;
}

.related-content-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
}

.related-content-title h2 {
  margin-bottom: 0px;
}

.related-content-title a {
  margin-bottom: 0px;
  color: var(--secondary);
}

.related-content-title a:hover {
  text-decoration: underline !important;
}

.blog-feed-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.blog-feed-wrapper .content-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 40px;
  flex-wrap: wrap;
  width: 100%;
}

.blog-feed {
  background-color: white;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: calc(100% / 3 - 64px/3);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  gap: 0px;
  border-radius: 0px 100px 0px 0px;
  margin-right: 32px;
  align-self: stretch;
}

.blog-feed.margin-bottom {
  margin-bottom: 32px;
}

.blog-feed:nth-child(3n) {
  margin-right: 0;
}

.blog-feed a {
  text-decoration: none;
}

.blog-tag-date {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 5px;
}

.blog-tag-date .tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.blog-tag-date p {
  margin-bottom: 0px;
}

.blog-feed-title {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 0px;
}

.blog-feed-img-container {
  padding: 32px;
  background-position: center center;
  border-radius: 0px 100px 0px 0px;
  width: 100%;
  height: 220px;
  background-size: 120%;
  transition: 0.15s ease-in-out;
}

.blog-feed-img {
  width: 300px;
  height: 160px;
  object-fit: contain;
}

.blog-feed-content {
  flex-grow: 1;
}

.blog-feed-content-wrapper {
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  min-height: 575px;
}

.blog-feed-content-wrapper a.cta_button {
  width: 100% !important;
  padding: 0px 0px !important;
  margin: 0px;
}

a.blog-feed-url {
  background-color: var(--secondary);
  text-decoration: none;
  color: white;
  width: 100%;
  border-radius: 50px;
  text-align: center;
  padding: 8px 0px;
  transition: 0.15s ease-in-out;
  border: 2px solid var(--secondary);
}

p.blog-feed-category {
  color: var(--secondary);
  margin-bottom: 0px;
}

p.blog-feed-category {
  margin-bottom: 0px;
}

.blog-feed:hover {
  cursor: pointer;
}

.blog-feed:hover .blog-feed-img-container {
  background-size: 140%;
}

.blog-feed:hover .blog-feed-title {
  text-decoration: underline;
}

.blog-feed:hover .blog-feed-url {
  border: 2px solid var(--secondary);
  background-color: white;
  color: black;
}

@media screen and (max-width: 1130px) {
  .more-cats {
    display: none;
  }

  .news-filters .content-wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 22px;
    padding: 0;
    width: 100%;
  }

  .news-filters .content-wrapper .filter-button-group {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 22px;
    justify-content: flex-start;
    display: none;
  }

  .news-filters .content-wrapper .filters-select {
    display: initial;
  }

  .related-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .related-content-wrapper .content-wrapper {
    padding: 0px 32px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .related-content-title a {
    display: none;
  }

  .blog-feed-wrapper {
    flex-direction: column;
  }

  .blog-feed {
    width: calc(100% / 2 - 32px);
    margin-left: 32px;
    margin-right: 0px;
  }

  .blog-feed-img {
    width: 100%;
    height: 190px;
    object-fit: cover;
  }

  .filters-select {
    width: 100%;
  }

  .blog-tag-date {
    justify-content: flex-start;
    flex-direction: column;
  }

  .blog-feed-content-wrapper {
    height: auto;
    min-height: 525px;
  }
}

@media screen and (max-width: 767px) {
  .more-cats {
    display: none;
  }

  .news-filters .content-wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 22px;
    padding: 0;
    width: 100%;
  }

  .news-filters .content-wrapper .filter-button-group {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 22px;
    justify-content: flex-start;
    display: none;
  }

  .news-filters .content-wrapper .filters-select {
    display: initial;
  }

  .related-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .related-content-wrapper .content-wrapper {
    padding: 0px 32px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .related-content-title a {
    display: none;
  }

  .blog-feed-wrapper {
    flex-direction: column;
  }

  .blog-feed {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 32px;
    max-width: 100%;
  }

  .blog-feed-img {
    width: 100%;
    height: 190px;
    object-fit: cover;
  }

  .filters-select {
    width: 100%;
  }

  .blog-tag-date {
    justify-content: flex-start;
    flex-direction: column;
  }

  .blog-feed-content-wrapper {
    height: auto;
    min-height: auto;
  }
}


/* Components */

/* ---------------------- Upper Menu ---------------------- */

.ngUpperMenu{
  background-color: var(--upperBg);
  padding: 0px 32px;
}

.ngUpperMenuUl{
  display: inline;
  list-style: none;
  margin: 0px;
  display: flex;
}

.ngUpperMenuLi{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
}

li.ngUpperMenuLi a{
  color: var(--upperMenuText);
  text-decoration: none;
  font-size: 14px;
  display: inline;

}

li.ngUpperMenuLi a:hover{
  color: var(--upperMenuTextHover);
}

.upperMenuIcon{
  width: auto;
  height: 12px;
  margin-right: 4px;
}


/* ---------------------- Lower Menu ---------------------- */

.isSticky {
  position: fixed!important;
  top: 0;
  z-index: 99;
}

.stickyOffset {
  padding-top: 95px;
}

.ngLowerMenu{
  background-color: var(--lowerMenuBg);
  padding: 0px 32px;
}

.ngLogo{
  width: 160px;
  height: auto;
  margin-right: 34px;
}

li.hs-menu-item a{
  color: white;
  text-decoration: none;
  margin-right: 22px;
}

.ngMMIcon{
  display: none;
}

.isFixed{
  position: fixed;
}

/* ---------------------- Mobile Menu ---------------------- */

.hamburger .line{
  width: 36px;
  height: 3px;
  background-color: #EE7203;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
}

.hamburger:hover{
  cursor: pointer;
}

#hamburger-1.is-active .line:nth-child(2){
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1){
  -webkit-transform: translateY(10px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -o-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
  background-color: white;
}

#hamburger-1.is-active .line:nth-child(3){
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
  background-color: white;

}

@media screen and (max-width: 1140px) {
    .ngCta{
      display: none!important;
    }
}

@media screen and (max-width: 1024px) {

  .ngLowerMenu{
    background-color: black;
    padding: 24px 32px;
  }

  .stickyOffset {
    padding-top: 90px;
  }

  .ngUpperMenu, .ng-desktop-menu, .ngCta{
    display: none!important;
  }

  .ngLogo{
    width: 110px;
   }

   .ngMMIcon{
    display: initial;
   }
}

/* ---------------------- Language Menu ---------------------- */

.aa-language-menu {
    margin-left: auto;
    padding-left: 20px;
    display: block;
}

.aa-language-menu--mobile {
  display: none;
}

.aa-language-menu .lang_switcher_class {
  position: inherit;
}

.aa-language-menu .globe_class {
  background-image: none;
  width: 0;
}

.aa-language-menu .hs_cos_wrapper_type_module.widget-type-language_switcher {
  line-height: 1px;
}

.aa-language-menu  .header__language-switcher--label {
  display: flex;
  align-items: center;
  position: relative;
}

.aa-language-menu  .header__language-switcher--label .globe path {
  fill: var(--langColor);
}

.aa-language-menu  .header__language-switcher--label:hover {
    color: var(--langColorHover);

    .globe path {
      fill: var(--langColorHover);
    }
}


.aa-language-menu  .header__language-switcher--label-current {
  margin-left: 10px;
  color: var(--langColor);
  display: inline;
  font-size: 14px;
  font-weight: 300;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  text-decoration: none;
}

.aa-language-menu .lang_list_class {
  font-size: 14px;
  font-weight: 300;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  line-height: 14px;
  width: 180px;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}

.aa-language-menu .lang_list_class:before,
.aa-language-menu .lang_list_class:after {
  left: 50%;
}

.aa-language-menu .lang_list_class:after {
  top: -24px;
  border: 20px solid transparent;
  border-bottom-color: #fff;
}

.aa-language-menu .lang_list_class li {
  border: none;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
  padding: 15px 25px;
  padding-top: 0;

  font-size: 14px;
  font-weight: 300;
}

.aa-language-menu .header__language-switcher .lang_list_class {
  border: none;
}

.aa-language-menu .lang_list_class li:first-of-type {
  padding-top: 25px;
  border-top: none;
}

.aa-language-menu .lang_list_class li:last-child {
  padding-bottom: 25px;
  border-bottom: none;
}

.aa-language-menu .lang_list_class li a {
  color: var(--langDropdownColor);
}

.aa-language-menu .lang_list_class li a:hover {
  color: var(--langDropdownColorHover);
}

.aa-language-menu .lang_list_class:before {
  border: none;
}

.header__language-switcher--label,
.header__language-switcher--label .globe_class,
.header__language-switcher--label .globe_class:hover {
  cursor: default;
}

.header__language-switcher--label:hover .globe_class .lang_list_class {
  display: block;
}

.lang_list_class li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lang_list_class li:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  max-width: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.lang_list_class .lang_switcher_link {
  color: var(--dropdown_text_color);
}

.lang_list_class .lang_switcher_link:hover {
  color: var(--dropdown_text_hover_color);
}

.lang_list_class li.de:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='flag-icons-de' viewBox='0 0 640 480'%3E%3Cpath fill='%23ffce00' d='M0 320h640v160H0z'/%3E%3Cpath fill='%23000001' d='M0 0h640v160H0z'/%3E%3Cpath fill='red' d='M0 160h640v160H0z'/%3E%3C/svg%3E");
}

.lang_list_class li.en:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='flag-icons-gb' viewBox='0 0 640 480'%3E%3Cpath fill='%23012169' d='M0 0h640v480H0z'/%3E%3Cpath fill='%23FFF' d='m75 0 244 181L562 0h78v62L400 241l240 178v61h-80L320 301 81 480H0v-60l239-178L0 64V0z'/%3E%3Cpath fill='%23C8102E' d='m424 281 216 159v40L369 281zm-184 20 6 35L54 480H0zM640 0v3L391 191l2-44L590 0zM0 0l239 176h-60L0 42z'/%3E%3Cpath fill='%23FFF' d='M241 0v480h160V0zM0 160v160h640V160z'/%3E%3Cpath fill='%23C8102E' d='M0 193v96h640v-96zM273 0v480h96V0z'/%3E%3C/svg%3E%0A");
}

.lang_list_class li.active:before {
  background: #1d1d1d;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  max-width: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='6' viewBox='0 0 30 22' fill='none'%3E%3Cpath d='M29.1594 2.61943L26.8219 0.215527C26.7289 0.109277 26.5828 0.0561523 26.45 0.0561523C26.3039 0.0561523 26.1711 0.109277 26.0781 0.215527L9.875 16.5382L3.97812 10.6413C3.87187 10.5351 3.73906 10.4819 3.60625 10.4819C3.47344 10.4819 3.34062 10.5351 3.23437 10.6413L0.870313 13.0054C0.657813 13.2179 0.657813 13.5499 0.870313 13.7624L8.30781 21.1999C8.78594 21.678 9.37031 21.9569 9.86172 21.9569C10.5656 21.9569 11.1766 21.439 11.4023 21.2265H11.4156L29.1727 3.37646C29.3586 3.15068 29.3586 2.81865 29.1594 2.61943Z' fill='%23ee7203'/%3E%3C/svg%3E%0A");
}

.header__language-switcher .lang_list_class a:not(.button) {
  font-size: 14px !important;
  font-weight: 300 !important;
}

@media only screen and (max-width: 1024px) {
  .aa-language-menu {
    display: none;
    margin-right: 20px;
  }

  .aa-language-menu--mobile {
    display: block;
  }
}
.ngFooter{
    background-color: var(--footerBg);
    padding: 85px 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.ngFooterLogoNav{
    margin-bottom: 50px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    width: 100%;
}

.ngFooter.content-wrapper{
    padding: 0px;
}

.ngFooterLogo{
    width: 40%;
}

.ngFooterNav{
    width: 60%;
    display: flex;
    flex-direction: row;
    width: 100%;
}

.ngFooterNavCol{
    width: calc(100%/4);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ngFooterNavCol span,
.ngFooterNavCol span p {
    color: var(--footerText) !important;
}


.ngFooter li.hs-menu-item a {
    color: var(--footerLink) !important;
    text-decoration: underline;
    margin-bottom: 12px;
}

.ngFooter li.hs-menu-item a:hover {
    color: var(--footerLinkHover) !important;
}

.ngFooter li.hs-menu-item.active a {
    color: var(--footerLinkActive) !important;
}

.ngFooterContact p {
    color: var(--footerText) !important;
    margin-bottom: 4px;
}

.ngFooterDeclaration{
    padding: 0;
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: flex-end;
}

.declaration{
    width: 30%;
}
.ngFooterDeclaration .declaration p {
    color: var(--footerText) !important;
    margin-bottom: 0px;
}

.declarationNavLogos{
    width: 70%;
    display: flex;
    justify-content: space-between;
}

.declarationNav{
    display: flex;
    align-items: flex-end;
}

#hs_cos_wrapper_module_16692879375822 .social-follow__link {
    text-decoration: none;
}

#hs_cos_wrapper_module_16692879375822 .social-follow__icon {
    border: 1px solid white;
}


@media screen and (max-width: 728px) {

.ngFooter{
    padding: 50px 0px;
}

.ngLogo{
    margin-right: 0px;
}

.ngFooterLogoNav{
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.ngFooterLogo{
    width: 100%!important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ngFooterNav{
    flex-direction: column;
    gap: 32px;
}

li.hs-menu-item a {
    margin-right: 0px;
    font-size: 14px;
}

footer .hs-menu-wrapper li {
    margin-bottom: 8px!important;
}

.ngFooterNavCol{
    width: 100%;
    justify-content: center;
    align-items: center;
}

.ngFooterDeclaration{
    flex-direction: column-reverse;
    gap: 50px;
}

.declarationNav{
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.declarationNavLogos{
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 50px;
}

.declaration{
    width: 100%;
}

.declaration p {
    text-align: center;
}

.declarationNav{
    width: 100%;
}

.declarationLogos{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ngFooterContact p{
    text-align: center;
}

}
/* Card */

.card {
  border: 0;
}

.card--dark,
.card--light {
  padding: 1.4rem;
}
/* Blog listing */

.blog-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog-listing--3-col,
.blog-listing--4-col {
  justify-content: flex-start;
}

/* Section heading */

.blog-listing__heading {
  width: 100%;
  text-align: center;
}

/* Article */

.blog-listing__post {
  display: flex;
  width: 100%;
  padding: 0;
  margin-bottom: 2.8rem;
  flex-direction: column;
}

.blog-listing__post-inner-wrapper {
  display: flex;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
}

/* Featured image */

.blog-listing__post-image-wrapper {
  display: flex;
}

.blog-listing__post-image {
  height: auto;
  width: 100%;
}

/* Content */

.blog-listing__post-content {
  display: flex;
  padding: 0.7rem 0 0;
  flex-direction: column;
  flex-grow: 1;
}

.card--dark .blog-listing__post-content,
.card--light .blog-listing__post-content {
  padding: 1.4rem;
}

/* Heading */

.blog-listing__header {
  margin-bottom: 1.05rem;
}

/* Tags */

.blog-listing__post-tags {
  margin-bottom: 0.7rem;
}

.blog-listing__post-tag,
.blog-listing__post-tag:hover,
.blog-listing__post-tag:focus,
.blog-listing__post-tag:active {
  text-decoration: none;
}

/* Title */

.blog-listing__post-title {
  margin-bottom: 0.7rem;
}

/* Author */

.blog-listing__post-author {
  display: flex;
  margin-bottom: 0.7rem;
  align-items: center;
}

.blog-listing__post-author-image {
  height: auto;
  width: 50px;
  margin-right: 0.7rem;
}

.blog-listing__post-author-name,
.blog-listing__post-author-name:hover,
.blog-listing__post-author-name:focus,
.blog-listing__post-author-name:active {
  text-decoration: none;
}

/* Date */

.blog-listing__post-timestamp {
  display: block;
  margin-bottom: 0.35rem;
}

/* Button */

.blog-listing__post-button-wrapper {
  margin-top: auto;
}

/* Blog listing - basic grid */

.blog-listing--card .blog-listing__post {
  flex-direction: column;
}

.blog-listing--2-col .blog-listing__post {
  width: calc(50% - 1rem);
}

.blog-listing--3-col .blog-listing__post {
  width: calc(33.3% - 1rem);
}

.blog-listing--4-col .blog-listing__post {
  width: calc(25% - 1rem);
}

.blog-listing--3-col .blog-listing__post:nth-of-type(3n + 1),
.blog-listing--3-col .blog-listing__post:nth-of-type(3n + 2) {
  margin-right: 1.5rem;
}

.blog-listing--4-col .blog-listing__post:nth-of-type(4n + 1),
.blog-listing--4-col .blog-listing__post:nth-of-type(4n + 2),
.blog-listing--4-col .blog-listing__post:nth-of-type(4n + 3) {
  margin-right: 1.333rem;
}

@media (max-width: 767px) {
  .blog-listing .blog-listing__post {
    width: 100%;
    margin-right: 0 !important; /* stylelint-disable-line declaration-no-important */
  }
}

.blog-listing--card .blog-listing__post-image-wrapper {
  height: 200px;
}

.blog-listing--card .blog-listing__post-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blog-listing--card .blog-listing__post-image-wrapper,
  .blog-listing--card .blog-listing__post-image {
    height: auto;
  }
}

/* Blog listing - side by side */

/* stylelint-disable no-descending-specificity */
.blog-listing--list .blog-listing__post {
  display: flex;
}
/* stylelint-enable no-descending-specificity */

.blog-listing--list .blog-listing__post-image-wrapper {
  width: 100%;
}

.blog-listing--list .blog-listing__post-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blog-listing--list .blog-listing__post-image-wrapper,
  .blog-listing--list .blog-listing__post-image {
    height: auto;
  }
}

@media (min-width: 768px) {
  .blog-post-listing__post--list {
    flex-direction: row;
  }

  .blog-listing__post-content--list {
    order: 1;
  }

  .blog-post-listing__post-image-wrapper--list {
    order: 1;
  }

  .blog-post-listing__post-image-wrapper--right {
    order: 2;
  }

  .blog-listing--list .blog-listing__post-image-wrapper {
    width: 25%;
  }

  .blog-listing--list .blog-post-listing__post-image-wrapper--left {
    margin-right: 1.4rem;
  }

  .blog-listing--list .blog-post-listing__post-image-wrapper--right {
    margin-left: 1.4rem;
  }
}
/* Logo */

.widget-type-logo img {
  height: auto;
  max-width: 100%;
  margin-bottom: 1.4rem;
}

/* Menu and simple menu */

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

.hs-menu-wrapper li {
  margin: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper li {
    margin-bottom: 1.4rem;
    text-align: center;
  }
}

/* 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 {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

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

/* prettier-ignore */
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts
.hs-item-has-children:hover
> .hs-menu-children-wrapper {
  top: 100%;
  left: 0;
  opacity: 1;
}

/* prettier-ignore */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts
.hs-item-has-children:hover
> .hs-menu-children-wrapper {
  top: 0;
  left: 100%;
  opacity: 1;
}

@media (max-width: 767px) {
  /* prettier-ignore */
  .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 {
    position: relative;
    top: auto;
    left: 0;
    opacity: 1;
  }
}

/* Rich text */

.widget-type-rich_text img {
  height: auto;
  max-width: 100%;
}
.d-grid {
    display: grid;
  }
  
  .d-flex {
    display: flex;
  }
  
  .d-block {
    display: block;
  }
  
  .d-none {
    display: none;
  }
  
  .flex-wrap {
    flex-wrap: wrap;
  }
  
  .justify-content-start {
    justify-content: flex-start;
  }
  
  .justify-content-center {
    justify-content: center;
  }
  
  .justify-content-between {
    justify-content: space-between;
  }
  
  .justify-content-around {
    justify-content: space-around;
  }
  
  .justify-content-end {
    justify-content: flex-end;
  }
  
  .align-items-start {
    align-items: flex-start;
  }
  
  .align-items-end {
    align-items: flex-end;
  }
  
  .align-items-center {
    align-items: center;
  }
  
  .align-items-baseline {
    align-items: baseline;
  }
  
  .align-items-stretch {
    align-items: stretch;
  }
  
  .flex-row {
    flex-direction: row;
  }
  
  .flex-row-reverse {
    flex-direction: row-reverse;
  }
  
  .flex-column {
    flex-direction: column;
  }
  
  .flex-column-reverse {
    flex-direction: column-reverse;
  }
  
  .text-center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .w-100{
      width: 100%;
  }
  
  /* = box shadows -------------------- */
  .shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }
  
  .shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
      0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }
  
  .shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
      0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }
  
  .shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
      0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }
  
  .shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

/* Utilities */

/* For content that needs to be visually hidden but stay visible for screenreaders */

/* stylelint-disable declaration-no-important */
.show-for-sr {
  position: absolute !important;
  overflow: hidden !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    position: absolute !important;
    overflow: hidden !important;
    height: 1px !important;
    width: 1px !important;
    padding: 0 !important;
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
  }
}
/* stylelint-enable declaration-no-important */

  body, html{     scroll-behavior: inherit !important; }


/* h1 { margin-bottom:45px !important;}
h2 { margin-bottom:30px !important;}
h3 { margin-bottom:28px !important;}
h4 { margin-bottom:24px !important;}
h5 { margin-bottom:20px !important;}
h6 { margin-bottom:16px !important;} */

P{ margin-bottom:18px !important; }
ul li, ol li { margin-bottom:18px !important; }



.widget-type-rich_text h1 { font-size:45px !important;}
.widget-type-rich_text h2 { font-size:30px !important;}
.widget-type-rich_text h3 { font-size:28px !important;}
.widget-type-rich_text h4 { font-size:24px !important;}
.widget-type-rich_text h5 { font-size:20px !important;}
.widget-type-rich_text h6 { font-size:16px !important;}

.widget-type-rich_text P{ margin-bottom:18px !important; }
.widget-type-rich_text ul li, .widget-type-rich_text ol li { margin-bottom:18px !important; }


h1 { font-size:32px !important;}
h2 { font-size:24px !important;}
h3 { font-size:22px !important;}
h4 { font-size:20px !important;}
h5 { font-size:16px !important;}
h6 { font-size:14px !important;}

P { margin-bottom:14px !important; }
ul li, .widget-type-rich_text ol li { margin-bottom:14px !important; }

div#\#ng-menu {
    z-index: 99999;
}
button, .button, .hs-button {
    border: none !important;
}