*, *: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 {
  margin: 0; /* 2 */
}

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

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

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

button,
select { /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/

textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
========================================================================== */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/

details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/

summary {
  display: list-item;
}

/* Misc
========================================================================== */

/**
* Add the correct display in IE 10+.
*/

template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/

[hidden] {
  display: none;
}
/* Responsive Grid */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container-fluid {
  *zoom: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix {
  *zoom: 1;
}

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

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

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

/* Responsive Visibilty Classes */

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
body {
  line-height: 1.35;
  width: 100%;
  background-color:#FFFFFF;
}


/* Paragraphs */

p {
  margin: 0 0;
}
img {
  display: inline-block;
  vertical-align: middle;
}
/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  overflow-wrap: break-word;
}
a:hover {
  text-decoration: underline;
}
/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 10px;
  line-height: 1;
  overflow-wrap: break-word;
}


/* Lists */ 

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}


body .dnd-section,
body .content-wrapper--vertical-spacing {
  padding-left:0;
  padding-right:0; 
} 
.dnd-section > .row-fluid, 
.page-center,
.content-wrapper,
.footer__container,
.header__container {
  margin:0 auto;
}

.dnd-section > .row-fluid,
.content-wrapper, 
.page-center {
  padding-left: 24px;
  padding-right: 24px;
  transition: all .7s ease-in-out;
}

@media (min-width: 1025px) {
  .dnd-section > .row-fluid,
  .content-wrapper,
  .page-center {
    padding-left: 80px;
    padding-right: 80px;
  } 
}


@media (max-width: 1023px) {
}
button,
.button,
.hs-button {
  /***********/
  margin: 10px 0;
  text-decoration: none;
  overflow-wrap: break-word;
  max-width: 100%;
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  border: 0 solid;
  width: auto;
  line-height: 3;
  text-indent: 0;
}

button:hover,
button:focus,
.button:hover,  
.button:focus,
.hs-button:hover,
.hs-button:focus {
  text-decoration: none; 
  cursor: pointer;
  transform: scale(.9);
  -webkit-transform: scale(.9);
  -moz-transform: scale(.9);
} 

button:active,
.button:active,
.hs-button:active {
  text-decoration: none;
}
/* Form fields */
form{
  max-width: 700px;
}
.hs-form-field {
  margin-bottom: 24px;
}

/* Labels */

form label {
  display: inline-block;
  font-size: 15px;
}

/* 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 {
  margin: 0;
  vertical-align: middle; 
  width: 100%;
  border-width: 1px;
  border-style: solid;
  background-color: #f2f2f2;
  border: none;
  font-size: 15px;
  font-family: Fira Sans;
  font-weight: 300; 
  text-indent: 10px; 
  padding: 10px 0;
}

form input[type=text]:focus, 
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  outline: none;
}

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

::placeholder {
  color: inherit;
  opacity: 1;
}

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

.hs-input.invalid.error {
  border-color: ;
}
ul.no-list.hs-error-msgs {
  color: red;
  font-size: 15px;
  font-family: Fira Sans;
  font-weight: 300;
}

ul.no-list.hs-error-msgs.inputs-list li {
  margin: 0;
  color: red;
}
ul.no-list.hs-error-msgs.inputs-list li label { 
  font-size: inherit;
  color: inherit;
}
.hs-error-msg {
  color: inherit;
  margin-top: 4px;
}

/* Submit button */

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

@media (max-width: 767px){
  form{
    max-width: 100%;
    margin: 0px 0 15px;
  }




}
/* Table */

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

/* Table Cells */

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

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
/* Header container */

header.header {
  top: 0;
  position: fixed;
  z-index: 99999998;
  width: 100%;
  transition: all .7s ease-in-out;
}

header .header_space {
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-self: center;
  height: 90px;
}
.header_logo {
  display: flex;
  order: 1;
  flex: 3 1;
  justify-content: center;
}
.header_logo a img {
  max-width: 175px;
  cursor: pointer;
  margin-top: 28px;
  margin-bottom: 28px;
}

.header_logo a img {
  object-fit: contain;

}
header .border-line {
  order: 3;
  border-right: 1px solid #5ca3e6;
  height: 70px;
  align-self: center;
}
.header__search {
  height: 100%;
  flex: 1 1;
  max-width: 90px;
  order: 4;
  display: flex;
}

.header__search .header__container {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.header__search .Search_trigger {
  display: flex;
  align-items: center;
  justify-content: center; 
  height: 100%;
  cursor: pointer;
}

.header__search .Search_trigger span {
  cursor: pointer;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  display: none;
  font-family: Fira Sans;
  font-weight: 300;
  font-size: 14px;
}

.header__search .Search_trigger img {
  width: 20px;
  height: 20px;
  position: relative;
}
.header__search .Search_trigger img.Search_out {
  display: none;
} 
.header__menu {
  display: flex;
  flex: 0 0 60px;
  max-width: 90px;
  order: 0;
  align-items: center;
  justify-content: center;
}
.mobile-trigger img {
  width: 20px;
  height: 20px;
  align-self: center;
}
.header__menu .navigation-primary > ul {
  display: none;
  list-style: none;
  margin: 0;
  width: 100%;
  padding-left: 20px;
}
.header__menu .navigation-primary > ul > li {
  margin-left: 12px; 
  flex: 0 0 40px;
}
.header__menu .navigation-primary > ul > li > a {
  cursor: pointer;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Fira Sans;
  font-weight: 300;
  font-size: 14px;
  box-sizing: border-box;
}
.header__menu .navigation-primary > ul > li > a:hover {
  border-bottom: 2px solid;
  text-shadow: 0 0 0.8px #fff;
  text-decoration: none;
}
header .menu-mobile {
  display: none;
}


/**************** Mega menu style start here ********************/
.header__menu .navigation-primary>ul>li.clicked > a {
  border-bottom: 2px solid #fff;
  text-shadow: 0 0 0.8px #fff;
}
.header__menu .navigation-primary > ul > li > a + div + ul {
  padding: 0;
  margin: 0;
  list-style: none;
  border-bottom: 2px solid #dbdbdb;
  z-index: 3;
  background: linear-gradient(90deg,#fff 40%,#f4f4f4 0);
  width: 100vw;
  height: 450px;
  top: 90px;
  left: 0;
  margin-top: 0;
  position: absolute;
  display: none;
}
.header__menu .navigation-primary > ul > li.clicked > a + div + ul {
  display: block;
}
.header__menu .navigation-primary > ul > li > a + div + ul > .menu_wrap {
  display: flex;
  margin: 0 auto;
  align-self: center;
  height: 100%;
  flex-direction: row;
  max-width: 1440px;
  background: linear-gradient(90deg,#fff 40%,#f4f4f4 0);
}
.header__menu .navigation-primary > ul > li > a + div + ul > .menu_wrap > li:nth-child(1) {
  flex-direction: column;
  padding: 28px 24px;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0; 
  flex-basis: calc(43.34% - 48px);
  width: calc(43.34% - 48px);
} 
.header__menu .navigation-primary > ul > li > a + div + ul > .menu_wrap > li:nth-child(2) {
  flex: 1 1;
  flex-direction: column;
  display: flex; 
  margin-bottom: 0;
  padding: 28px 24px 28px 0;
  background: linear-gradient(90deg,#fbfbfb calc(45% + 12px),#f4f4f4 0);
}
.header__menu .navigation-primary > ul ul {
  padding: 0; 
  list-style: none;
  margin: 0;
}
.header__menu .navigation-primary > ul > li > a + div + ul > .menu_wrap > li:nth-child(1) > a + div + ul {
  flex-direction: column;
  display: flex;
}

.header__menu .navigation-primary > ul > li > a + div + ul > .menu_wrap > li:nth-child(1) > a {
  padding: 0;
  margin: 0;
  display: block;
}

.header__menu .navigation-primary > ul > li > a + div + ul > .menu_wrap > li:nth-child(1) > a + div + ul > li:nth-child(1) > a {
  font-size: 20px;
  line-height: 32px;
  color: #666;
  font-family: Fira Sans;
  font-weight: 400;
  text-decoration: none;
  cursor: text;
}

.header__menu .navigation-primary > ul > li > a + div + ul > .menu_wrap > li:nth-child(1) > a + div + ul > li:nth-child(2) > a {
  margin-top: 12px;
  margin-bottom: 9px;
  color: #4d4d4d;
  font-family: Fira Sans; 
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none; 
  cursor: text;
  display: inline-block;
}

.header__menu .navigation-primary > ul > li > a + div + ul > .menu_wrap > li:nth-child(1) > a + div + ul > li:nth-child(3) > a {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

.header__menu .navigation-primary > ul > li > a + div + ul > .menu_wrap > li:nth-child(1) > a + div + ul > li:nth-child(4) > a {
  font-family: Fira Sans;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: #666; 
  margin: 0 0 12px;
  text-decoration: none;
}

.header__menu .navigation-primary > ul > li > a + div + ul > .menu_wrap > li:nth-child(1) > a + div + ul > li:nth-child(4) > a + div + ul {
  display: flex;
  margin-top: 8px;
  flex-direction: row;
  justify-content: space-between;
}
.header__menu .navigation-primary > ul > li ul li.Highlights hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.25rem 0 16px;
  border-top-width: 2px;
  border-color: #ededed;
  width: 270px;
}

.header__menu .navigation-primary > ul > li > a + div + ul > .menu_wrap > li:nth-child(1) > a + div + ul > li:nth-child(4) > a + div + ul > li:nth-child(1) {
  margin-bottom: 0;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(40% - 15px);
  width: calc(40% - 15px);
  position: relative;
}

.header__menu .navigation-primary > ul > li > a + div + ul > .menu_wrap > li:nth-child(1) > a + div + ul > li:nth-child(4) > a + div + ul > li:nth-child(2) {
  margin-bottom: 0;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(60% - 15px);
  width: calc(60% - 15px);
}

.header__menu .navigation-primary > ul > li > a + div + ul > .menu_wrap > li:nth-child(1) > a + div + ul > li:nth-child(4) > a + div + ul > li.MISSINGundefinedBYNDER > a {
  position: absolute;
  background-color: #ff0000;
  color: #fff;
  padding: 25px;
  z-index: 1;
  text-decoration: none;
  font-weight: 400;
  line-height: normal;
  font-size: 16px;
}

.header__menu .navigation-primary > ul > li > a + div + ul > .menu_wrap > li:nth-child(1) > a + div + ul > li:nth-child(4) > a + div + ul > li:nth-child(2) > a + div + ul > li:nth-child(1) > a {
  font-family: Fira Sans;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #666;
  display: block;
  margin-bottom: 10px;
  cursor: text;
  text-decoration: none;
}

.header__menu .navigation-primary > ul > li > a + div + ul > .menu_wrap > li:nth-child(1) > a + div + ul > li:nth-child(4) > a + div + ul > li:nth-child(2) > a + div + ul > li:nth-child(2) > a {
  color: #666;
  font-family: Fira Sans;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  padding-bottom: 7px;
  text-decoration: none;
  display: block;
}

.header__menu .navigation-primary > ul > li > a + div + ul > .menu_wrap > li:nth-child(1) > a + div + ul > li:nth-child(4) > a + div + ul > li:nth-child(2) > a + div + ul > li:nth-child(3) > a {
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  text-decoration: none;
}

.header__menu .navigation-primary > ul > li > a + div + ul > .menu_wrap > li:nth-child(2) > a + div + ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  flex-direction: column;
  position: relative;
}

.header__menu .navigation-primary > ul > li > a + div + ul > .menu_wrap > li:nth-child(2) > a + div + ul > li {
  cursor: pointer;
  display: flex;
  height: 40px;
}

.header__menu .navigation-primary > ul > li > a + div + ul > .menu_wrap > li:nth-child(2) > a + div + ul > li > a {
  height: 40px;
  display: flex;
  align-items: center;
  margin-left: 24px;
  margin-right: 24px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(50% - 48px);
  width: calc(50% - 48px);
  font-weight: 400;
  font-size: 14px;
}

.header__menu .navigation-primary > ul > li > a + div + ul > .menu_wrap > li:nth-child(2) > a + div + ul > li > a + div + ul {
  flex-direction: column;
  background: none;
  position: absolute;
  margin-bottom: 0;
  top: 0;
  width: 50%;
  flex: 1 1;
  left: calc(50% - 18px);
  height: 450px;
  display: none;
  z-index: 4;
}

.header__menu .navigation-primary > ul > li > a + div + ul > .menu_wrap > li:nth-child(2) > a + div + ul > li > a + div + ul > li {
  cursor: pointer;
  display: flex;
  align-items: center;
  height: auto;
  line-height: 40px;
}

.header__menu .navigation-primary > ul > li > a + div + ul > .menu_wrap > li:nth-child(2) > a + div + ul > li > a + div + ul > li > a {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% - 48px);
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  padding-left: 48px;
  font-size: 14px;
  font-weight: 400;
}

.header__menu .navigation-primary > ul > li > a + div + ul > .menu_wrap > li:nth-child(2) > a + div + ul > li > a + div + ul > li:nth-child(1) {
  margin-bottom: 10px;
  line-height: 41px;
}

.header__menu .navigation-primary > ul > li > a + div + ul > .menu_wrap > li:nth-child(2) > a + div + ul > li > a + div + ul > li:nth-child(1) > a {
  padding-bottom: 8px;
  border-bottom: 1px solid #dedede;
  padding-left: 0;
  margin-left: 48px;
}

.header__menu .navigation-primary > ul > li > a + div + ul > .menu_wrap > li:nth-child(2) > a + div + ul > li > a + div + ul > li:hover {
  background: #ebebeb;
}
.header__menu .navigation-primary > ul > li > a + div + ul > .menu_wrap > li:nth-child(2) > a + div + ul > li > a img {
  width: 15px;
  height: 15px;
  margin-left: auto;
  transform: rotate(-90deg);
  margin-right: 15px;
}
.header__menu .navigation-primary > ul > li > a + div + ul > .menu_wrap > li:nth-child(2) > a + div + ul > li.clicked ul {
  display: flex;
}
.header__menu .navigation-primary > ul > li > a + div + ul > .menu_wrap > li:nth-child(2) > a + div + ul > li.clicked {
  background: #f4f4f4;
}
.header__menu .navigation-primary > ul > li > a + div + ul > .menu_wrap > li:nth-child(2) > a + div + ul > li.clicked > a {
  font-weight: 500;
}
.header__menu .navigation-primary > ul > li > a + div + ul > .menu_wrap > li:nth-child(1) > a + div + ul > li:nth-child(4) > a + div + ul > li:nth-child(1) img {
  width: 100%;
  max-width: 100%;
  max-height: 135px;
}
.header__search .header__container:hover .Search_trigger .Search_in {
  display: none;
}
.header__search .header__container:hover .Search_trigger .Search_out {
  display: block;
}  
.header__search .Search_trigger a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.banner-section .dnd-section {
  padding: 0;
}
.banner-section .dnd-section > .row-fluid {
  padding: 0;
} 

.body-content {
  margin-top: 90px;
}



@media (min-width: 1024px) { 
  header .header_space {
    padding: 0 0 0 24px;
    align-items: center;
  }
  .header_logo {
    order: 0;
    justify-content: flex-start;
  }
  .header_logo a img {
    max-width: 205px;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  header .border-line {
    height: 80%;
  }
  .header__search {
    max-width: 160px; 
    min-width: 145px;
  }
  .header__search .Search_trigger {
    padding: 0 25px;
    width: auto;
    min-width: 90px;
  }
  .header__search .Search_trigger span {
    font-size: 16px;
    display: flex;
    letter-spacing: 1px;
  }
  .header__search .Search_trigger img {
    margin-right: 15px;  
  }
  .header__menu {
    order: 1;
    flex: 12 1; 
    max-width: none;
    height: 90px;
    justify-content: end;
  } 
  .mobile-trigger img {
    display: none;
  }
  .header__menu .navigation-primary > ul {
    display: flex;
    justify-content: flex-end;
  }
  .header__menu .navigation-primary > ul > li {
    padding: 36px 15px;
    margin: 0;
    height: auto; 
    flex: unset;
  }




} 

@media (min-width: 1100px) {
  .header__menu .navigation-primary > ul > li > a {
    font-size: 16px;
  }

}   

@media (min-width: 1280px) { 
  .header__menu {
    flex: 0 0 auto;
    justify-content: center;
  }
  .header__menu .navigation-primary > ul > li {
    padding: 36px 25px;
  }


}

@media (min-width: 1440px) {
  .header__menu .navigation-primary > ul > li > a {
    letter-spacing: 1px;
  }

}


@media (max-width: 1130px) and (min-width: 1100px) {
  .header__menu .navigation-primary > ul > li {
    padding: 36px 10px;
  }


} 

@media (max-width: 1100px) {
  .header__menu .navigation-primary > ul > li {
    padding-left: 12px;
    padding-right: 12px;
  } 


} 


@media (max-width: 1023px) {
  .mobile-trigger {
    display: flex;
    flex: 0 0 60px;
    max-width: 90px;
    order: 0;  
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .mobile-trigger img.close {
    display: none;
  }
  .mobile-open .mobile-trigger img.close {
    display: block;
  }
  .mobile-open .mobile-trigger img.open {
    display: none;
  }
  .mobile-open .header__menu {
    background-color: #FFFFFF;
  }
  header .menu-mobile {
    display: block;
  }
  .menu-mobile .hs-menu-wrapper > ul {
    padding-left: 20px;
    width: 100%;
    display: none;
    position: absolute;
    display: flex; 
    background: #0061ab;  
    left: -300px; 
    top: 0;
    width: 300px;
    flex-direction: column;
    padding: 33px 0;
    overflow: auto;
    height: 100vh;
    transition: all .7s ease-in-out;
    overflow-x: hidden;
  }
  .mobile-open .menu-mobile .hs-menu-wrapper > ul {
    left: -300px;
  }
  .mobile-open header.header {
    left: 300px;
  }
  header.header {
    left: 0;
  }
  .menu-mobile .hs-menu-wrapper > ul > li {
    padding-left: 24px;
    padding-right: 12px;
    display: block;
    width: 100%;
    flex: 0 0 40px;
  }
  .menu-mobile .hs-menu-wrapper > ul > li > a {
    cursor: pointer;
    color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    font-family: Fira Sans;
    font-weight: 300;
    font-size: 14px;
    box-sizing: border-box;
    position: relative;
  }
  .menu-mobile .hs-menu-wrapper > ul > li > a:hover {
    border-bottom: 2px solid #fff;
    text-shadow: 0 0 0.8px #fff;
    text-decoration: none;
  }
  .menu-mobile .hs-menu-wrapper > ul > li > a + ul { 
    display: none;
    border-bottom: 2px solid #dbdbdb;
    z-index: 3;  
    background-color: #fff;
    position: relative;
    left: -24px;
    width: 300px;
    height: auto;
    margin-top: 28px;
    background-image: url(https://25768216.fs1.hubspotusercontent-eu1.net/hubfs/25768216/raw_assets/public/SCHURTER_Electronic_May2022/images/arrow-down-blue.png);
    background-repeat: no-repeat;
    background-position-x: 91%;
    background-position-y: -1px;
    background-size: 4%;
    align-self: center;
    flex-direction: column;
    overflow: hidden;
  }
  .menu-mobile .hs-menu-wrapper > ul > li.clicked > a + ul {
    display: flex !important;
  }

  .menu-mobile .hs-menu-wrapper > ul > li > a + ul > li:first-child {
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    width: 100%;
    flex-direction: column;
    padding: 28px 24px;
  }

  .menu-mobile .hs-menu-wrapper > ul > li > a + ul > li:nth-child(2) {
    display: flex;
    background-color: #fbfbfb; 
    padding: 10px 0;
    margin-bottom: 24px; 
    flex: 1 1;
    flex-direction: column; 
  } 

  .menu-mobile .hs-menu-wrapper > ul > li > a + ul > li:first-child > a {
    display: block;
    padding: 0;
    margin: 0;
    text-decoration: none;
  }

  .menu-mobile .hs-menu-wrapper > ul > li > a + ul > li:first-child > a + ul > li:first-child > a {
    margin-top: 12px;
    margin-bottom: 10px;
    color: #4d4d4d;
    font-family: Fira Sans;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
    text-decoration: none;
  }

  .menu-mobile .hs-menu-wrapper > ul > li > a + ul > li:first-child > a + ul > li:nth-child(2) > a {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
  }
  .menu-mobile .hs-menu-wrapper > ul > li > a + ul > li:nth-child(2) > a {
    display: block;
    padding: 0;
    margin: 0;
    text-decoration: none;
  }

  .menu-mobile .hs-menu-wrapper > ul > li > a + ul > li:nth-child(2) > a + ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    flex-direction: column;
    position: relative;
  }

  .menu-mobile .hs-menu-wrapper > ul > li > a + ul > li:nth-child(2) > a + ul > li {
    cursor: pointer;
    display: flex;
    height: 40px;
    flex-wrap: wrap;
  }

  .menu-mobile .hs-menu-wrapper > ul > li > a + ul > li:nth-child(2) > a + ul > li > a {
    margin-left: 24px;
    margin-right: 24px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% - 48px);
    width: calc(100% - 48px);
    height: 40px;
    display: flex;
    align-items: center;
    color: #0061ab; 
    font-size: 14px; 
    font-weight: 400;
  }
  .menu-mobile .hs-menu-wrapper > ul > li.clicked {
    height: auto;
    margin-bottom: 21px;
  }
  .menu-mobile .hs-menu-wrapper > ul > li.clicked > a {
    border-bottom: 2px solid #fff;
    text-shadow: 0 0 0.8px #fff;
  }
  .menu-mobile .hs-menu-wrapper > ul > li > a + ul > li:nth-child(2) > a + ul > li > a img {
    width: 15px;
    height: 15px;
    margin-left: auto;
  }
  .menu-mobile .hs-menu-wrapper > ul > li > a + ul > li:nth-child(2) > a + ul > li > a + ul {
    display: none;
    list-style: none;
    margin: 0;
    flex-direction: column;
    height: 100%;
    width: 300px;
    padding: 0 0 10px;
    background: #f4f4f4;
    margin-top: 4px;
  }

  .menu-mobile .hs-menu-wrapper > ul > li > a + ul > li:nth-child(2) > a + ul > li > a + ul > li {
    cursor: pointer;
    display: flex;
    align-items: center;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 24px; 
  } 

  .menu-mobile .hs-menu-wrapper > ul > li > a + ul > li:nth-child(2) > a + ul > li > a + ul > li > a {
    color: #0061ab;
    font-size: 14px;
    padding-left: 24px;
    font-weight: 400; 
    height: 40px;
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
  }

  .menu-mobile .hs-menu-wrapper > ul > li > a + ul > li:nth-child(2) > a + ul > li > a + ul > li:first-child > a {
    padding-top: 7px;
    border-bottom: 1px solid #dedede;
    width: 100%;
    display: inline-block;
    height: auto;
    padding-bottom: 18px;
    margin-top: 10px;
    margin-bottom: 6px;
  }

  .menu-mobile .hs-menu-wrapper > ul > li > a + ul > li:nth-child(2) > a + ul > li > a + ul > li:hover {
    background: #ebebeb;
  }
  .child-trigger {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 33px; 
    cursor: pointer; 
    z-index: 999;
  }
  .menu-mobile .hs-menu-wrapper > ul > li > a + ul > li:nth-child(2) > a + ul > li.clicked2 ul {
    display: flex;
  }

  .menu-mobile .hs-menu-wrapper > ul > li > a + ul > li:nth-child(2) > a + ul > li.clicked2 {
    height: auto;
    padding-bottom: 5px;
  }

  .menu-mobile .hs-menu-wrapper > ul > li > a + ul > li:nth-child(2) > a + ul > li.clicked2 > a {
    font-weight: 500;
  }

  .menu-mobile .hs-menu-wrapper > ul > li > a + ul > li:nth-child(2) > a + ul > li.clicked2 > a img {
    transform: rotate(-180deg);
  }
  .body-content:before {
    background: rgba(255,255,255,.5);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; 
    position: fixed; 
    z-index: 12;
    transition: all 1s ease;
  }

  .mobile-open .body-content:before {
    content: "";
  }





}
footer.footer {
  font-family: Fira Sans;
  font-size: 14px;
  letter-spacing: 1px;
  margin-top: 25px;
  font-weight: 300;
  line-height: 17px;
}
footer .footer_link {
  padding-top: 48px;
  padding-bottom: 48px;
  margin-left: 24px;
}

.footer_link .hs-menu-wrapper > ul {
  display: flex;
  flex-wrap: wrap;
}

.footer_link .hs-menu-wrapper > ul > li {
  padding-right: 24px;
  padding-bottom: 20px;
}

.footer ul > li > a { 
  font-size: 14px;
  letter-spacing: 1px; 
  font-weight: 300;
  cursor: pointer;
}
footer .footer_share {  
  padding-top: 48px;
  font-size: 0;
  margin-left: 24px;
}

footer .footer_share a img {
  height: 27px;
  margin-right: 11px;
}

footer .storeLogos {
  padding-top: 48px; 
  margin-left: 24px;
  font-size: 0;
}

footer .storeLogos a img {
  width: 123px;
  height: 40px;
  margin-top: 24px;
  margin-right: 11px;
}
footer .storeLogos p {
  font-size: 14px;
}
footer .language_link {
  padding-top: 48px;
  display: flex;
  margin-left: 24px;
}

footer .language_link .flex-3 {
  flex: 3 1;
}

footer .language_link ul { 
  line-height: 18px;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

footer .language_link ul li {
  height: 30px;
  display: flex;
  align-items: center;
}

footer .language_link ul li img {
  width: 20px;
  margin-right: 6px;
}
.ScrollToTop {
  cursor: pointer;
  position: fixed;
  right: 1.25rem;
  bottom: 20px;
  height: 37px;
  width: 37px;
  border-radius: 35px;
  border: 0.0625rem solid #dbdbdb;
  background: #f4f4f4;
  display: none;
  align-self: center;
  justify-content: center;
  z-index: 3;
  box-shadow: 0 5px 15px -5px #000;
  bottom: 150px;
}
.ScrollToTop img {
  width: 20px;
}
.scroll .ScrollToTop {
  display: flex;
}


@media (min-width: 1025px) { 
  footer.footer {
    margin-top: 50px;  
  }

}

@media (min-width: 1024px) { 
  .footer_link .hs-menu-wrapper > ul > li {
    padding-right: 48px;
    padding-bottom: 12px;
  }
  .ScrollToTop {
    height: 52px;
    width: 52px;
    border-radius: 50px;
  }


}
/* Menu and simple menu */

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