*, *: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 ;
    }
}
.banner-section .dnd-section {
  padding: 0;
}
.banner-section .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

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

.banner-section .dnd-section> .row-fluid {
  padding: 0!important;
}
@font-face {
  font-family: "bootstrappackageicon";
  src: url('https://25348996.fs1.hubspotusercontent-eu1.net/hubfs/25348996/MDT_May2022%20Folder/Font/bootstrappackageicon.eot');
  src: url('https://25348996.fs1.hubspotusercontent-eu1.net/hubfs/25348996/MDT_May2022%20Folder/Font/bootstrappackageicon.eot'),
    url(https://25348996.fs1.hubspotusercontent-eu1.net/hubfs/25348996/raw_assets/public/MDT_May2022/font/bootstrappackageicon.ttf) format("truetype"),
    url(https://25348996.fs1.hubspotusercontent-eu1.net/hubfs/25348996/raw_assets/public/MDT_May2022/font/bootstrappackageicon.woff) format("woff"),
    url(https://25348996.fs1.hubspotusercontent-eu1.net/hubfs/25348996/raw_assets/public/MDT_May2022/font/bootstrappackageicon.woff2) format("woff2"),
    url(https://25348996.fs1.hubspotusercontent-eu1.net/hubfs/25348996/raw_assets/public/MDT_May2022/font/bootstrappackageicon.svg) format("svg");
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url('https://25348996.fs1.hubspotusercontent-eu1.net/hubfs/25348996/MDT_May2022%20Folder/Font/zYX9KVElMYYaJe8bpLHnCwDKjWr7MIY.eot');
  src: url('https://25348996.fs1.hubspotusercontent-eu1.net/hubfs/25348996/MDT_May2022%20Folder/Font/zYX9KVElMYYaJe8bpLHnCwDKjWr7MIY.eot'),
    url(https://25348996.fs1.hubspotusercontent-eu1.net/hubfs/25348996/raw_assets/public/MDT_May2022/font/zYX9KVElMYYaJe8bpLHnCwDKjWr7MIY.woff2) format("truetype"),
    url(https://25348996.fs1.hubspotusercontent-eu1.net/hubfs/25348996/raw_assets/public/MDT_May2022/font/zYX9KVElMYYaJe8bpLHnCwDKjWr7MIY.woff) format("woff"),
    url(https://25348996.fs1.hubspotusercontent-eu1.net/hubfs/25348996/raw_assets/public/MDT_May2022/font/zYX9KVElMYYaJe8bpLHnCwDKjWr7MIY.ttf) format("woff2"),
    url(https://25348996.fs1.hubspotusercontent-eu1.net/hubfs/25348996/raw_assets/public/MDT_May2022/font/zYX9KVElMYYaJe8bpLHnCwDKjWr7MIY.svg) format("svg");
  font-weight: 700;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url('https://25348996.fs1.hubspotusercontent-eu1.net/hubfs/25348996/MDT_May2022%20Folder/Font/zYX9KVElMYYaJe8bpLHnCwDKjXr8MIY.eot');
  src: url('https://25348996.fs1.hubspotusercontent-eu1.net/hubfs/25348996/MDT_May2022%20Folder/Font/zYX9KVElMYYaJe8bpLHnCwDKjXr8MIY.eot'),
    url(https://25348996.fs1.hubspotusercontent-eu1.net/hubfs/25348996/raw_assets/public/MDT_May2022/font/zYX9KVElMYYaJe8bpLHnCwDKjXr8MIY.woff2) format("truetype"),
    url(https://25348996.fs1.hubspotusercontent-eu1.net/hubfs/25348996/raw_assets/public/MDT_May2022/font/zYX9KVElMYYaJe8bpLHnCwDKjXr8MIY.woff) format("woff"),
    url(https://25348996.fs1.hubspotusercontent-eu1.net/hubfs/25348996/raw_assets/public/MDT_May2022/font/zYX9KVElMYYaJe8bpLHnCwDKjXr8MIY.ttf) format("woff2"),
    url(https://25348996.fs1.hubspotusercontent-eu1.net/hubfs/25348996/raw_assets/public/MDT_May2022/font/zYX9KVElMYYaJe8bpLHnCwDKjXr8MIY.svg) format("svg");
  font-weight: 400;
}
body {
  word-break: break-word;
  font-family: "IBM Plex Sans";
  font-weight: 400;
  color:#333333;
  line-height: 1.5;
}

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

/* Paragraphs */

p {
  font-weight:400;
  font-size: 16px;
}

/* Anchors */

a {
  cursor: pointer;
  color:#005798;
  text-decoration: none;
  font-family: "IBM Plex Sans";
  font-weight:400;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

a:hover{
  text-decoration: none;
  color:#79BFBC;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 300;
  line-height:1.25
}

h1{
  font-size: 38px;
  font-weight: 400;
}

h2{
  font-size: 38px;
  font-weight: 400;
}
h3{
  font-weight:700;
  line-height: 32px;
}
h4{
  font-weight:400;
}
h5{
}
h6{

}

/* Lists */

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
}

/* Labels */

form label {
  display: inline-block;
  font-size: 16px;
  margin-bottom: .5rem;
  font-size: 16px;
  line-height: 24px;
  font-family: 'IBM Plex Sans',sans-serif;

}

form {
  padding: 20px;
  background: linear-gradient(180deg,rgba(234,234,234,0.4) 8.2%,rgba(234,234,234,0) 41.57%);
  max-width: 500px;
  width: 100%;
  margin-bottom: 20px;
}
.hs-form label{
  color:#000;
}
/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 8%);
  height: 58px;
  margin-bottom:20px;
}

form input[type=text]:focus {
  color: #212121;
  background-color: #ffffff;
  border-color: #80abcc;
  outline: 0;
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 8%), 0 0 0 0.25rem rgb(0 87 152 / 25%);
}
.form-title {
  background-color: rgba(255,255,255,0.0);
  color: rgba(46,46,49,1.0);
  font-size: 38px;
  line-height: 45px;
  font-weight: 400;
}
.form-title:before {
  content: "";
  height: 4px!important;
  background: linear-gradient(90deg,#61C0BC 48.56%,#91C469 97.12%);
  width: 208px;
  padding: 0;
  margin: 16px 0;
  opacity: 1;
  display: block;
}
form fieldset {
  max-width: 100% !important;
}
.invalid.error {
  border-color: #d9534f;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23d9534f'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23d9534f' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* 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;
}
.hs-error-msgs {
  margin: 0!important;
  padding: 0!important;
  list-style: none!important;
}

/* 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;
}
.hs-error-msgs label {
  margin: 0;
  width: 100%;
  margin-top: 0;
  color: #d9534f!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: #000;
}
ul.no-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs-input.invalid.error {
  border-color: #EF6B51;
}

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

/* Submit button */

form input[type=submit],
form .hs-button,
.button {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  cursor:pointer;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
  text-decoration: none;
  color: #ffffff;
  background-color: #005798;
  border-color: #005798;
}
form input[type=submit],
form .hs-button:hover {
  color: #ffffff;
  background-color: #004a81;
  border-color: #004a81;
}
form input[type=submit],
form .hs-button:active {
  color: #ffffff;
  background-color: #004a81;
  border-color: #004a81;
}
/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* 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;
}
.cst-hder-outter-grp {
  min-height: 110px;
}
.cst-header-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 0;
  box-shadow: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.cst-header-container .cst-logo {
  margin-right: 40px;
  height: 70px;
}
.cst-header-container {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.cst-header-container .cst-logo .small-header-logo {
  display: none;
}
.cst-header-container .cst-logo .navbar-brand-logo-small {
  position: relative;
  top: 50%;
  transform: translate(0,-50%);
  width: auto;
  max-height: 40px;
}
.cst-header-container .cst-logo .navbar-brand-logo-normal {
  position: relative;
  top: 50%;
  transform: translate(0,-50%);
  width: auto;
  max-height: 40px;
}
@media (min-width: 576px){
  .cst-header-container .cst-logo {
    height: 70px;
  }
}
@media (min-width: 768px){
  .cst-header-container .cst-logo {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .sticky .cst-header-top .cst-header-container .cst-navbar .hs-menu-wrapper>ul>li.hs-menu-depth-1>ul {
    padding-top: 31px;
    padding-top: 11px;
  }
  .cst-header-top .cst-header-container .cst-navbar .hs-menu-wrapper>ul>li.hs-menu-depth-1>ul {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212121;
    text-align: left;
    list-style: none;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 0.25rem;
    list-style-type: none;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    position: static;
    margin: 0;
    position: absolute;
    border-left-color: transparent;
  }
  .cst-header-container .cst-logo .navbar-brand-logo-normal {
    max-height: 65%;
  }
  .cst-header-container .cst-logo {
    height: 100px;
  }
  .cst-header-container {
    flex-wrap: nowrap;
  }
  .cst-header-container .cst-logo .navbar-brand-logo-small {
    display: none;
    max-height: 30px;
    margin-top: -5px;
  }
  .cst-header-container .cst-logo .navbar-brand-logo-normal {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cst-header-container .cst-logo {
    height: 110px;
  }
}
@media (min-width: 1400px) {
  .cst-header-container .cst-logo {
    height: 110px;
  }
}
.cst-header-container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cst-header-logo a {
  margin-right: 40px;
  position: relative;
  padding: 0;
}

.destop-logo a img {
  z-index:3;
  position: relative;
  top: 50%;
  transform: translate(0,-50%);
  width:auto !important;
  display:none;
}
.languagenavigation ul {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  list-style: none;
  margin-left: auto;
  position: absolute;
  top: 10px;
  right: 20px;
  background-image:url("https://25348996.fs1.hubspotusercontent-eu1.net/hubfs/25348996/raw_assets/public/MDT_May2022/images/icon_globe.svg");
    background-repeat: no-repeat;
    padding-left: 40px;
    background-position-y: 4px;
    z-index: 10;
    }
.languagenavigation ul li {
  background: white;
  padding-top: 5px;
  padding-bottom: 2px;
  color: #005798;
  position: relative;
  margin-bottom: 2px;
}
.languagenavigation ul li a {
  padding: 5px;
  text-transform: uppercase;
  color: #005798;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  display: block;
}
.languagenavigation ul li a:hover {
  color: #79BFBC;
}
.languagenavigation ul li:hover>ul {
  display: block;
  padding-bottom: 0;
}
.languagenavigation ul li>ul {
  background: white;
  padding: 0px 0px;
  margin-bottom: 2px;
  display: block;
  background: transparent;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  display: none;
  padding-top: 2px;
}
.languagenavigation ul li>ul>li>a {
  display: block;
  white-space: nowrap;
}
.languagenavigation ul li > ul > li {
  display: block;
}
.sticky .cst-header-top .cst-header-container .cst-logo .navbar-brand-logo-small {
  display: block;
}
.sticky .cst-header-top .cst-header-container .cst-logo .navbar-brand-logo-normal {
  display: none;
}
.sticky .cst-header-top .cst-header-container .cst-logo {
  height: 70px;
}
.cst-navbar {
  flex-grow: 1;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 2;
  background: white;
  display:none;
  max-height: calc(100vh - 70px);
  flex-basis: 100%;
  align-items: center;
}
.cst-image img {
  width: 68px !important;
  height: 32px !important;
  margin: 0 80px 0 16px;
  vertical-align: middle;
  display:none;
}

.cst-header-top .cst-header-container .cst-navbar .hs-menu-wrapper>ul {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  padding-bottom: 1em;
  padding-top: 0.5em;
}

.cst-header-top .cst-header-container .cst-navbar .hs-menu-wrapper>ul>li.hs-menu-depth-1 {
  position: relative;
}

.cst-header-top .cst-header-container .cst-navbar .hs-menu-wrapper>ul>li.hs-menu-depth-1>a {
  white-space: nowrap;
  display: block;
  padding: 0.5rem 1rem;
  color: #005798;
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out;
  text-decoration: none;
  font-weight: bold;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  display: flex;
  align-items: center;
  color: #005798;
  font-size: 1rem;
}

.cst-header-top .cst-header-container .cst-navbar .hs-menu-wrapper>ul>li.hs-menu-depth-1>a:hover {
  color: #79BFBC;
}

.cst-header-top .cst-header-container .cst-navbar .hs-menu-wrapper>ul>li.hs-menu-depth-1>a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #005798;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  background: transparent;
}
.cst-language{
  display:none;

}
.cst-header-top .cst-header-container .cst-navbar .hs-menu-wrapper>ul>li.hs-menu-depth-1>a>span {
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  color: #005798;
}

.cst-header-top .cst-header-container .cst-navbar .hs-menu-wrapper>ul>li.hs-menu-depth-1>a:hover>span {
  color: #79BFBC;
}



.cst-header-top .cst-header-container .cst-navbar .hs-menu-wrapper>ul>li.hs-menu-depth-1>ul>li>a {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212121;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  text-decoration: none;
  font-weight: bold;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  align-items: center;
  color: #005798;
}

.cst-header-top .cst-header-container .cst-navbar .hs-menu-wrapper>ul>li.hs-menu-depth-1>ul>li>a:hover {
  color: #79BFBC;
}

.cst-header-top .cst-header-container .cst-navbar .hs-menu-wrapper>ul>li.hs-menu-depth-1>ul>li.hs-menu-depth-2>ul.hs-menu-children-wrapper {
  list-style-type: none;
}

.cst-header-top .cst-header-container .cst-navbar .hs-menu-wrapper>ul>li.hs-menu-depth-1>ul>li.hs-menu-depth-2>ul.hs-menu-children-wrapper>li.hs-menu-depth-3 > a {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212121;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  text-decoration: none;
  color: #005798;
  font-weight: normal;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  align-items: center;
  color: #005798;
}


.cst-header-top .cst-header-container .cst-navbar .hs-menu-wrapper>ul>li.hs-menu-depth-1>ul>li.hs-menu-depth-2>ul.hs-menu-children-wrapper>li.hs-menu-depth-3>a:hover {
  color: #79BFBC;
}

.cst-header-top .cst-header-container .cst-navbar .hs-menu-wrapper>ul>li.hs-menu-depth-1>a:hover:before{
  opacity: 0.25;
}

.header-bottom {
  left: 0px;
  width: 100%;
  height: 40px;
  background: #F2F2F2;
  box-shadow: 0px 3px 4px rgb(0 0 0 / 16%);
  position: absolute;
}
.header-bottom>.cst-header-container {
  position: relative;
}
.cst-inner-gap:hover {
  cursor: pointer;
  background: #fff;
}
.button-open:hover{
  cursor: pointer;
  background: #fff;

}
.tx-mdt-products {
  background-color: #F2F2F2;
  cursor:pointer;
  position: absolute;
}
.cst-inner-gap {
  background: #EAEAEA;
  color: #005798;
  padding: 0 16px 0 0;
}
.cst-inner-gap h6 {
  line-height: 24px;
  font-weight: bold;
  margin-top: 0;
  padding-top: 7px;
  padding-bottom: 6px;
  color: #005798;
  margin-bottom: 0;
  height: 40px;
  white-space: nowrap;
  font-size: 16px;
}
.button-open h6:before {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  top: 11px;
  right:186px;
  z-index: 1;
  background-image:url("https://25348996.fs1.hubspotusercontent-eu1.net/hubfs/25348996/raw_assets/public/MDT_May2022/images/icon_chevron.svg");
    transition: transform 0.3s ease-in-out;
    transform: rotate(0deg);
    }
.cst-inner-gap h6:before{
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  top: 11px;
  z-index: 1;
  background-image:url("https://25348996.fs1.hubspotusercontent-eu1.net/hubfs/25348996/raw_assets/public/MDT_May2022/images/icon_chevron.svg");
    transition: transform 0.3s ease-in-out;
    transform: rotate(0deg);
    }
.cst-inner {
  border-top: 1px solid #F2F2F2;
  position: absolute;
  z-index: 1;
  background: white;
  color: #005798;
  overflow: hidden;
  display:none;
  height: auto;
}
.inner {
  overflow-y: scroll;
  height:217px;
}

.contact-widget {
  position:absolute;
}
.button-open {
  background: #EAEAEA;
  color: #005798;
  padding: 0 16px 0 0;
  cursor:pointer;
}
.button-open h6 {
  line-height: 24px;
  font-weight: bold;
  padding-top: 7px;
  padding-bottom: 6px;
  margin-bottom: 0;
  font-size: 16px;
  height: 40px;
  margin-top:0;
  white-space: nowrap;
  color: #005798;
}
.tx-mdt-products:hover .cst-inner-gap h6 {
  color:#79BFBC;
}
.contact-widget:hover .button-open h6{
  color:#79BFBC;
} 
.contact-layer {
  position: absolute;
  background: white;
  display:none;
  overflow: hidden;
}
.contact-inner {
  overflow-y: scroll;
  height: 217px;
}
.inner1 {
  padding: 20px 40px;
}
.frame {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 42px;
  padding-bottom: 42px;
  color: inherit;
  background: transparent;
}
.frame-group-container {
  padding: 0;
}
.frame-inner {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  width: 100%;
}
.frame-inner>*:last-child {
  margin-bottom: 0;
}

.bodytext p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.bodytext ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
.mobile-lang-box {
  position: absolute;
  top: -8px;
  right: 40px;
  display:block;
}

.cst-knx-mobile-image {
  position: absolute;
  top: -7px;
  right: 120px;
}
.cst-knx-mobile-image img {
  width: 68px !important;
  height: 32px !important;
  vertical-align: middle;
}
.nav-bar-toggler {
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  padding: 0;
  height: 34px;
  cursor: pointer;
  position: relative;
  border: 0;
  color: rgba(0,0,0,0.55);
  border-color: rgba(0,0,0,0.1);
  width: 22px;
  top: 1px;
}
.navbar-toggler-icon {
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: none !important;
  display: inline-block;
  width: 22px;
  background-color: currentColor;
  transition: all 0.3s ease-in;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition-delay: 0.2s;
  height: 2px;
}

.navbar-toggler-icon:after {
  content: "";
  position: absolute;
  left: 0;
  background-image: none !important;
  display: inline-block;
  width: 22px;
  height: 2px;
  background-color: currentColor;
  transition: all .3s ease-in;
  transform: rotate(0);
  top: 6px;
  transition-delay: 0.1s;
}
.navbar-toggler-icon:before {
  content: "";
  position: absolute;
  left: 0;
  background-image: none !important;
  display: inline-block;
  width: 22px;
  height: 2px;
  background-color: currentColor;
  transition: all .3s ease-in;
  transform: rotate(0);
  top: -6px;
  transition-delay: 0.1s;
}
.inner .hs-menu-wrapper ul li a{
  color:#005798;
}

.inner .hs-menu-wrapper>ul {
  list-style-type: none;
  padding-left: 10px;
  padding-bottom: 150px;
}
.inner .hs-menu-wrapper>ul>li.hs-menu-depth-1>a {
  margin-top: 32px;
  font-size: 30px;
  color:#005798;
  line-height: 54px;
}
.inner .hs-menu-wrapper>ul>li.hs-menu-depth-1>ul {
  list-style-type: none;
}
.inner .hs-menu-wrapper>ul>li.hs-menu-depth-1>ul>li.hs-menu-depth-2>a {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color:#005798;
  position: relative;
}
.inner .hs-menu-wrapper>ul>li.hs-menu-depth-1>ul>li.hs-menu-depth-2>ul {
  list-style:none;
  padding: 0;
}
.inner .hs-menu-wrapper>ul>li.hs-menu-depth-1>ul>li.hs-menu-depth-2>ul>li.hs-menu-depth-3>a {
  font-size: 16px;
  line-height: 24px;
  color:#005798;
  font-weight: normal;
}
.bodytext p a {
  text-decoration: none;
  font-weight: bold;
}
ul.list-normal li a {
  text-decoration: none;
  font-weight: bold;
}
ul.list-normal li a:hover {
  color:#79bfbc;
}
.bodytext p a:hover {
  color:#79bfbc;
}
.inner .hs-menu-wrapper>ul>li.hs-menu-depth-1>ul>li.hs-menu-depth-2>ul>li.hs-menu-depth-3>a:hover {
  color:#79bfbc;
}

.bodytext p a:hover {
  color:#79bfbc;
}
.anfahrt a {
  font-weight: bold;
}
.anfahrt a :hover {
  color:#79bfbc;
}
.cst-mobile-header {
  position: relative;
}
.small-header-logo a img {
  vertical-align: middle;
  position: relative;
  top: 50%;
  transform: translate(0,-50%);
  width: auto !important;
  display: block;
  max-height: 30px;
  margin-top: -5px;
}
.languagenavigation ul li a:before {
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  content: "";
  position: absolute;
}
.cst-image {
  display: none;
}
@media (min-width: 576px){
  .cst-inner-gap h6  {
    padding-left: 48px;
  }
  .cst-inner-gap h6:before{
    left: 16px;
  }
  .button-open h6{
    padding-left:48px;
  }
  .cst-header-container{

    max-width:540px;
  }
  .cst-navbar {
    max-height: calc(100vh - 70px);
  }
}




@media (min-width: 768px){
  .cst-header-container{
    max-width:720px;
  }
  .tx-mdt-products{
    top: 0px;
    left: revert;
    right: 239px;
    border-right: 2px solid white;
  }
  .cst-inner-gap{
    width: 219px;
  }
  .cst-inner{
    width:440px;
  }
  .contact-widget {
    top: 0px;
    right: 18px;
    border-right: 2px solid white;
    width: auto;
  }
  .button-open {
    width: 219px;
  }
  .contact-layer {
    width: 440px;
    left: -221px;
    right: revert;
  }
  .inner .hs-menu-wrapper>ul {
    padding-left: 2rem;
    padding-top:2rem;
  }
  .inner .hs-menu-wrapper>ul>li.hs-menu-depth-1>a {
    font-size: 38px;
  }
  .languagenavigation ul li{
    padding: 0px 0px;
  }
  .cst-navbar  {
    max-height: calc(100vh - 70px);
  }
}

@media (min-width: 992px){
  .cst-header-top  {
    flex-flow: row nowrap;
    justify-content: flex-start;
    transition: all 0.27s cubic-bezier(0,0,0.58,1) 0s;
  }
  .cst-header-container{
    flex-wrap: nowrap;
    max-width:960px;
  }
  .destop-logo  a img{
    max-height: 65%;
  }
  .destop-logo a img {
    display: block;
  }
  .cst-navbar {
    display: flex !important;
    flex-basis: auto;
  }
  .header-bottom{
    top:100px;
  }
  .cst-navbar{
    justify-content: end;
    align-items: baseline;
  }
  .cst-navbar {
    padding-bottom: 0px;
  }
  .cst-image img  {
    display: block;
  }
  .cst-image {
    display: block;
  }
  .cst-header-top .cst-header-container .cst-navbar .hs-menu-wrapper>ul {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    flex-direction: row;
    margin-left: -1rem;
  }
  .cst-header-top .cst-header-container .cst-navbar .hs-menu-wrapper>ul>li.hs-menu-depth-1>a{
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .cst-header-top .cst-header-container .cst-navbar .hs-menu-wrapper>ul>li.hs-menu-depth-1>a:before{
    background: #eaeaea;
    top: auto;
    left: 1rem;
    right: 1rem;
    bottom: 0.25rem;
    height: 2px;
    width: auto;
  }
  .cst-header-top .cst-header-container .cst-navbar .hs-menu-wrapper>ul>li.hs-menu-depth-1>ul{
    border: none;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding-top: 27px;
    padding-bottom: 0;
    background-color: transparent!important;
  }
  .cst-header-top .cst-header-container .cst-navbar .hs-menu-wrapper>ul>li.hs-menu-depth-1>ul>li.hs-menu-depth-2{
    background-color: #F7F7F7;
  }
  .cst-header-top .cst-header-container .cst-navbar .hs-menu-wrapper>ul>li.hs-menu-depth-1>ul>li:last-child {
    padding-bottom: 1.3em;
  }
  .mobile-lang-box{
    display:none;
  }
  .cst-knx-mobile-image {
    display:none;
  }
  .nav-bar-toggler{

    display:none;
  }
  .cst-language{
    display:block;
  }
  .small-header-logo a img {
    display: none;
    max-height: 30px;
    margin-top: -5px;

  }
  .languagenavigation ul{
    padding-left:20px;
  }
  .languagenavigation ul li a:before {
    top: auto;
    left: 1rem;
    right: 1rem;
    bottom: 0.25rem;
    height: 2px;
    width: auto;
  }
  .cst-header-top .cst-header-container .cst-navbar .hs-menu-wrapper>ul>li.hs-menu-depth-1:hover ul.hs-menu-children-wrapper {
    display: block;
  }
}


@media (min-width: 1200px){
  .cst-header-container{
    max-width: 1140px;
  }
  .cst-header-logo a {
    height: 110px;
  }
  .cst-navbar {
    max-height: calc(100vh - 110px);
  }
  .cst-header-top .cst-header-container .cst-navbar .hs-menu-wrapper>ul>li.hs-menu-depth-1>ul{
    padding-top: 31px;
  }
  .cst-header-top .cst-header-container .cst-navbar .hs-menu-wrapper>ul>li.hs-menu-depth-1>ul>li.hs-menu-depth-2:first-child {
    padding-top: 1.3em;
  }
  .header-bottom {
    top: 109px;
  }
  .frame {
    padding-top: 2.625rem;
    padding-bottom: 2.625rem;
  }
  .frame-inner {
    max-width: 1140px;
  }

}
@media (max-width: 1200px){
  .cst-hder-outter-grp {
    min-height: 100px;
  }
  .cst-banner-grp .cst-banner-con-grp .bodytext .contentcontainer {
    margin-top: 248px!important
  }
  .cst-header-top .cst-header-container .cst-navbar .hs-menu-wrapper>ul>li.hs-menu-depth-1>ul>li:first-child {
    padding-top: 1.3em;
  }
}
@media (max-width: 991px){
  .languagenavigation ul li a {
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
    display: flex;
    align-items: center;
  }

  .cst-navbar.mobile-open {
    overflow-y: auto;
    display: block;
  }

  .cst-header-top .cst-header-container .cst-navbar .hs-menu-wrapper>ul>li.hs-menu-depth-1>ul{
    position: static;
    box-shadow: none;
    margin-left: -20px;
    margin-right: -20px;
    display:none;
    border-radius: 0;
    border: none;
    background: transparent;
    border-left: 4px solid #005798;
    background-color: #f4f4f4;
  }
  .cst-header-container .cst-logo .navbar-brand-logo-normal {
    display: none;
  }
  .cst-header-container .cst-logo .navbar-brand-logo-small {
    display: block;
    max-height: 30px;
    margin-top: -5px;
  }
  .cst-banner-grp .cst-banner-con-grp .bodytext .contentcontainer {
    margin-top: 245px !important;
  }
  .cst-hder-outter-grp {
    min-height: 70px;
  }
  .nav-bar-toggler:focus {
    color: rgba(0,0,0,0.55);
    border-color: rgba(0,0,0,0.1);
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.25rem;
  }
  .mobile-open .nav-bar-toggler .navbar-toggler-icon {
    top: 50%;
    left: 50%;
    height: 0;
    transform: translate(-50%,-50%);
  }
  .mobile-open .nav-bar-toggler .navbar-toggler-icon:after {
    transition-delay: 0.1s;
    transform: rotate(45deg);
    top: 0;
  }
  .mobile-open .nav-bar-toggler .navbar-toggler-icon:before {
    transition-delay: 0.1s;
    transform: rotate(-45deg);
    top: 0;
  }
  .cst-navbar {
    padding-bottom: 40px;
  }
  .cst-header-top .cst-header-container .cst-navbar .hs-menu-wrapper>ul>li.hs-item-has-children >a {
    white-space: nowrap;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    text-decoration: none;
    font-weight: bold;
    padding-right: 0;
    padding-left: 0;
    position: relative;
    display: flex;
    align-items: center;
    color: #005798;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .cst-header-top .cst-header-container .cst-navbar .hs-menu-wrapper>ul>li >a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #005798;
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
    background: transparent;
  }
  .cst-header-top .cst-header-container .cst-navbar .hs-menu-wrapper>ul>li:hover>a{
    color: #79bfbc;
  }
  .cst-header-top .cst-header-container .cst-navbar .hs-menu-wrapper>ul>li >a:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    margin-left: auto;
    vertical-align: middle;
    display: inline-block;
  }
  .child-trigger {
    cursor: pointer;
    width: 100%;
    position: absolute;
    z-index: 1;
    height: 40px;
    top: 0;
  }
  .cst-header-top .cst-header-container .cst-navbar .hs-menu-wrapper>ul>li.child-open > a>span {
    color: inherit;
  }
  .cst-header-top .cst-header-container .cst-navbar .hs-menu-wrapper>ul>li.hs-item-has-children>ul {
    position: static;
    padding: 0.5rem 0;
    box-shadow: none;
    margin-left: -20px;
    margin-right: -20px;
    border-radius: 0;
    border: none;
    background: transparent;
    border-left: 4px solid #005798;
    border-left-color: transparent;
    background-color: #f4f4f4!important;
    list-style: none;
    padding: 0.5rem 0;
  }
  .cst-header-top .cst-header-container .cst-navbar .hs-menu-wrapper>ul>li.hs-item-has-children>ul > li {
    padding: 0!important;
  }
  .cst-header-top .cst-header-container .cst-navbar .hs-menu-wrapper>ul>li.hs-item-has-children.child-open>a>span {
    color: inherit;
  }
  .cst-header-top .cst-header-container .cst-navbar .hs-menu-wrapper>ul>li.hs-item-has-children.child-open>a {
    background-color: #f4f4f4;
    border-bottom: 1px solid #ddd;
  }
  .cst-header-top .cst-header-container .cst-navbar .hs-menu-wrapper>ul>li.hs-item-has-children.child-open>a:after {
    color: #f4f4f4;
  }
  .cst-header-top .cst-header-container .cst-navbar .hs-menu-wrapper>ul>li.hs-item-has-children:hover>a {
    color: #79bfbc;
  }
}

@media (max-width:767px) {
  .languagenavigation ul li a {
    position: relative;
  }
  .languagenavigation ul li {
    margin: 0;
    padding: 0;
  }
}

@media (max-width:400) {
  .mobile-lang-box {
    right: 20px;
  }
  .cst-knx-mobile-image {
    right: 90px;
  }
}
/* I add this coded for new footer style */

* {
  box-sizing: border-box;
}

.footer-company-about {
  display: flex;
  justify-content: space-around;
}
.box {
  width: 200px;
}

/* Create three equal columns that floats next to each other */
.columna {
  float: left;
  width: 30%;
  height: 350px; /* Should be removed. Only for demonstration */
  padding-left: 30px;
  padding-top: 20px;
}
.columnb {
  float: left;
  width: 20%;
  padding: 10px;
  height: 350px; /* Should be removed. Only for demonstration */
}
.columnc {
  float: left;
  width:20%;
  padding: 10px;
  height: 350px; /* Should be removed. Only for demonstration */
}

.columnd {
  display: flex;
  float: left;
  width:30%;
  padding: 10px;
  height: 350px; /* Should be removed. Only for demonstration */
}
.centerr{
  align-items:center;
  display:flex;
  justify-content: center;
  min-height:300px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
/* ///////////////// */

.vertical {
  border-left: 3px solid #fff;
  height: 250px;
  position: absolute;
  left: 30%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.vertical2 {
  border-left: 3px solid #fff;
  height: 250px;
  position: absolute;
  left: 80%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.cst-footer-container {
  overflow: hidden;
  color: white;
  padding-top: 20px;
  background: linear-gradient(180deg,#0762AD 7.58%,#054982 100%);
}
.cst-page-center {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
.cst-footer-logo img {
  width: 126px !important;
  height: 63px !important;
  margin-bottom: 97px;
  vertical-align: middle;
}
.footer-copyright p {
  margin-bottom: 0;
  margin-top: 0;
  font-weight: bolder;
}
.cst-row {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}
.cst-social {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 0;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}
.cst-company-logo {
  flex: 1 0 0%;
  margin-top: 1rem !important;
  margin-bottom: 1.5rem !important;
  padding-left:90px;
}
.line {
  height: 4px!important;
  background: linear-gradient(90deg,#61C0BC 48.56%,#91C469 97.12%);
  width: 208px;
  padding: 0;
  margin: 16px 0;
  opacity: 1;
  display: block;
}
.footer-meta {
  overflow: hidden;
}
.footer-meta ul {
  margin: 0;
  padding: 0 0 30px 0;
  list-style: none;
}
.footer-meta ul li {
  display: block;
  margin: 0;
  padding: 0;
}
.footer-meta ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size:16px;
}
.footer-meta ul li a:hover {
  color: #79BFBC;
}
.footer-meta ul li a:before {
  content: ">";
  padding-right: 8px;
}
.cst-social-links ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 0.25rem;
  justify-content: flex-start;
}
.cst-social-links ul li {
  width: auto;
}
.cst-social-links ul li a {
  position: relative;
  display: inline-flex;
  border-radius: 3px;
  gap: 0.25rem;
  overflow: hidden;
  text-decoration: none !important;
  font-weight: bold;
  transition: all ease-in-out 0.3s;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  color: inherit;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: none;
  margin-right: 8px;
}
.cst-social-links ul li a span {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: inline-flex;
  font-size: 48px;
  opacity: 0.9;
}
.cst-social-links ul li a.facebook span:before {
  font-family: bootstrappackageicon!important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-weight: 400!important;
  font-variant: normal;
  text-rendering: auto;
  text-transform: none;
  line-height: 1;
  content: "\f101";
}
.cst-social-links ul li a.facebook span:before {
  font-family: bootstrappackageicon!important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-weight: 400!important;
  font-variant: normal;
  text-rendering: auto;
  text-transform: none;
  line-height: 1;
  content: "\f101";
}
.cst-social-links ul li a.instagram span:before {
  font-family: bootstrappackageicon!important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-weight: 400!important;
  font-variant: normal;
  text-rendering: auto;
  text-transform: none;
  line-height: 1;
  content: "\f108";
}
.cst-social-links ul li a.linkdin span:before {
  font-family: bootstrappackageicon!important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-weight: 400!important;
  font-variant: normal;
  text-rendering: auto;
  text-transform: none;
  line-height: 1;
  content: "\f109";
}
.cst-company-logo img {
  width: 135px !important;
  height: 49px !important;
  vertical-align: middle;
  margin-bottom: 1rem !important;
}
.footer-bottom {
  /* background: linear-gradient(180deg,#0762AD 7.58%,#054982 100%); */
  min-height: 165px;
}
.footer-bottom-container {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 165px;
}

div#hs_cos_wrapper_innovators2  a img {
  width: 64px !important;
  height: 115px !important;
}
div#hs_cos_wrapper_innovators3 a img {
  width: 51px !important;
  height: 115px !important;
}

.footer-bottom img {
  vertical-align: middle;
}
.footer-bottom .footer-bottom-container > div {
  margin: 0 32px;
}
/***************media********************/

@media (min-width: 576px)
{
  .cst-footer-container {
    height: 255px;
  }
}
@media (min-width: 768px){
  .cst-page-center  {
    max-width: 720px;
  }
}
@media (min-width: 992px){
  .cst-page-center  {
    max-width: 960px;
  }
  .cst-social {
    flex: 0 0 auto;
    width: 25%;
  }
}

@media (min-width: 1200px){
  .cst-page-center {
    max-width: 1140px;
  }
}

#back-to-top {
  width: 3em;
  height: 3em;
  border-radius: 4px;
  bottom: 20px;
  right: 20px;
  position: fixed;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 1020;
  text-decoration: none;
  font-weight: bold;
  color: #005798;
  text-decoration: none;
  font-weight: bold;
  opacity: 0;
  background-color: #79BFBC;
}
#back-to-top span {
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
a#back-to-top.show {
  opacity: 1;
}
#back-to-top span:before {
  content: "";
  position: absolute;
  height: 30%;
  width: 30%;
  border-top: 1px solid;
  border-left: 1px solid;
  top: 55%;
  left: 55%;
  transform: translate(-50%,-50%);
}
#back-to-top:hover {
  color: #79BFBC;
  background-color: #005798;
}
.cst-footer .cst-footer-container .cst-row .cst-company-logo {
  padding-right: 20px;
}
.footer-meta ul li a {
  transition: none;
}
.cst-social-links ul li a:hover {
  color: #79bfbc;
}
@media (max-width:767px) {
  .cst-footer .cst-footer-container .cst-row > div {
    flex: 1 0 0%;
  }
  .verticalLine {
    border-left: thick solid #ff0000;
  }

  .columna {
    width: 100%;
    position: static;
    display: block;
    height: unset !important;
    min-height: unset;
  }
  .columnb {
    width: 100%;
    position: static;
    display: block;
    height: unset !important;
    min-height: unset;
  }
  .columnc {
    width: 100%;
    position: static;
    display: block;
    height: unset !important;
    min-height: unset;
  }

  .columnd {
    width: 100%;
    position: static;
    display: flex;
    height: unset !important;
    min-height: unset;
  }

  .cst-social-links ul {
    justify-content: center;
  }
  

}

.cst-social{
  width:auto !important;
}
@media (max-width:479px) {
  .footer-bottom .footer-bottom-container>div {
    margin: 0 10px;
  }
  .vertical{
    display: none;

  }
  .vertical2{
    display: none;

  }
}
  @media (max-width:767px) {
    .footer-bottom .footer-bottom-container>div {
      margin: 0 10px;
    }
    .vertical{
      display: none;
  
    }
    .vertical2{
      display: none;
  
    }
  
    
}
