/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive grid */

.row-fluid {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

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

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

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

.dnd-section .dnd-column {
  padding: 0 1rem; 
}

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

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

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

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

/* Paragraphs */

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

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

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

/* Lists */

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

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

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

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

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* No button */

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

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

/* Labels */

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

/* Help text */

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: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

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

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}
/* Header DND sections */
/* Button style */
/* green to white */
.btn-effect {
  /*     background: linear-gradient(to right, #00a152 50%, white 50%) !important;
  background-size: 200% 100% !important;
  background-position: left bottom !important;*/
  /*     transition: all .5s ease-out !important;  */
  border: 1px solid #00a152 !important;
  background: #00a152 !important;
}
.btn-effect:hover {
  color: #00a152 !important;
  background: #fff !important;
  border-color: #00a152 !important;
}
/* white to transpaent */
.effect-btn {
  /*     background: linear-gradient(to right, white 50%, #296345 50%) !important;
  background-size: 200% 100% !important;
  background-position: left bottom !important;
  transition: all .5s ease-out !important;*/
  border: 1px solid #296345 !important; 
  background: #fff !important;
}
.effect-btn:hover {
  background: #296345 !important;
  color: #fff !important;
  border-color: #fff !important;
}
/* transparent to white */
.btn-t-w {
  /*     background: linear-gradient(to right, #296345 50%, white 50%) !important;
  background-size: 200% 100% !important;
  background-position: left bottom !important;
  transition: all .5s ease-out !important;*/
  border: 1px solid #fff !important; 
  background: #296345 !important;
}
.btn-t-w:hover {
  background: #fff !important;
  color: #296345 !important;
  border-color: #296345 !important;
}
/* White to green */
.btn-w-g {
  /*     background: linear-gradient(to right, white 50%, #00a152 50%) !important;
  background-size: 200% 100% !important;
  background-position: left bottom !important;
  transition: all .5s ease-out !important;*/
  border: none; 
  background: #fff !important;
}
.btn-w-g:hover {
  background: #00a152 !important;

  color: #fff !important;
}
/* white to transpaent */
.btn-g-w {
  /*     background: linear-gradient(to right, #296345 50%, white 50%) !important;
  background-size: 200% 100% !important;
  background-position: left bottom !important;
  transition: all .5s ease-out !important;*/
  border: 1px solid #296345 !important; 
  background: #296345 !important;
}
.btn-g-w:hover {
  background: #fff !important;
  color: #296345 !important;
  border-color: #296345 !important;
}
/* End Button style */
.header__logo_mobile {
  display: none;
}
header.header.open .header__logo_mobile {
  display: block;
  margin: 0 30px;
}
header.header.open .header__logo--main{
  display:none;
}
header.header.open {
  background: #296340;
}
header.header.open .header__row-2 {
  margin-top: -34px;
}

.header .dnd-section {
  padding: 0;
}
/* search header*/
.search-head {
  position: relative;
}
.search-head .search-icon {
  position: absolute;
  right: 0px; 
  background: #fff;
  border-radius: 50%;
  display: flex;
  bottom: -72px !important;
  padding: 9px;
  cursor: pointer;
  box-shadow: 0px 3px 6px #0000003E;
}


/* .search-head {
    display: none; 
} */


.search-bar-sec form input {
  border-radius:30px;
  font-size: 13px;
  padding: 0px;
  font-weight: 300;
  color: #262633 !important;
}
.search-bar input[type="text" i] {
    padding: 0;
      border-radius: 16px;
    width: 237px;
      height: 31px;
  position: absolute;
  right: 0;
      top: 0px;
  outline: none;
    border: 0;
}
.search-bar input[type="text" i]::placeholder{
    font-size: 14px;
  font-weight: 300;
  color: #262626;
  line-height: 18px;
}
.search-bar input#head_search:focus {
    outline: none;
}
.hs-search-field__suggestions #results-for{
  font-size: 12px;
  font-weight: 300 !important;
  color: #BFBFBF !important;
  line-height: 15px;
  text-transform: uppercase;
}
.search-bar {
/*   display: flex;
  justify-content: right; */
  /*     margin-bottom: 20px; */
/*   align-items: center; */
/*   justify-content: space-between; */
  align-items: center;
  right: 0;
  position: absolute;
  width: 100%;
  top: 41px;
/*   right: -80%; */
  border-radius: 50px;
  -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.search-bar-sec {
  /*     width: 100%; */
}
.search-head .search-icon img {
    width: 13px;
    height: 13px;
    object-fit: cover;
}
.search-close {
  line-height: 0;
  margin-left: 5px;
  cursor: pointer;
}
ul.hs-search-field__suggestions {
  position: absolute;
/*   width: 100%; */
  background: #fff;
  border: none !important;
/*   box-shadow: 0px 0px 27px 5px rgb(0 0 0 / 3%);
  -webkit-box-shadow: 0px 0px 27px 5px rgb(0 0 0 / 3%); */
      top: 41px;
    width: 237px;
    right: 0;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 7px;
  z-index: 99;
}
ul.hs-search-field__suggestions li:first-child{
  margin: 12px 16px;
}
ul.hs-search-field__suggestions li{
  margin: 12px 40px;
  position: relative;
}
ul.hs-search-field__suggestions li:first-child:before{
 display: none; 
}
ul.hs-search-field__suggestions li:before{
  content: "";
  position: absolute;
  background-image: url("https://25433037.fs1.hubspotusercontent-eu1.net/hubfs/25433037/Group%20203.svg");
  height: 13px;
  width:13px;
      top: 2px;
    left: -24px;
}
ul.hs-search-field__suggestions li,
ul.hs-search-field__suggestions li a{
  font-size: 13px;
  font-weight: 300;
  color: #262633 !important;
  font-family: 'Lexend Deca',sans-serif;
}
.systems-page.systems-page--search-results h1 {
  font-size: 34px;
  font-weight: 500;
  line-height: 43px;
  text-align: left;
  color: #296340;
  font-family: 'Lexend Deca',sans-serif;
}
a.hs-search-results__title,
.hs-search-results__pagination a{
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  color: #296340;
  margin-bottom: 11px;
  font-family: 'Lexend Deca',sans-serif;
  /*     text-decoration: none; */
}
a.hs-search-results__title:hover,
.hs-search-results__pagination:hover{
  color: #296340 !important;
  font-weight: 500;
  opacity: 0.8;
  text-decoration: underline;
}
p.hs-search-results__description {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 11px;
  color: #4a4a4a;
  font-family: 'Lexend Deca',sans-serif;
}
/* end search header, */
/* Header container */
fieldset.form-columns-1 label {
  position: relative;
}
.header__container {
  display: flex;
  justify-content: space-between;
}
.header {
  padding: 25px 0px;

}
.header__row-1 {
  padding-top: 1rem;
}
.menu .menu__link:focus, .header__language-switcher-label-current:hover, .header__language-switcher-label-current:focus, .header__language-switcher .lang_list_class li:hover a, .header__language-switcher .lang_list_class li a:focus {
  color: #2a6440;

  font-weight: 300;
}
.menu .menu__link:hover, .menu .menu__link:focus, .header__language-switcher-label-current:hover, .header__language-switcher-label-current:focus, .header__language-switcher .lang_list_class li:hover a, .header__language-switcher .lang_list_class li a:focus {
  color: #2a6440;

  font-weight: 300;
}
.menu__link, .header__logo .logo-company-name, .header__language-switcher-label-current, .header__language-switcher .lang_list_class li a {
  font-size:13px;
  font-weight: 300;
}
.menu .menu__submenu, .header__language-switcher .lang_list_class{
  border:0px !important;
}
body.fixed .header {
  position: fixed; 
  width: 100%;
  z-index: 9999;
  /*   top:0; */
  /*   -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); */
}
body.fixed {
  /*     margin-top: 119px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); */
}
.header__language-switcher .lang_list_class{

  border:0px !important;
}
.navg{
  display: flex;
  align-items: center;
}
.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.menu .menu__item--depth-1 > .menu__link--active-link:after {
  color: #2a6440!important;
  background-color: transparent !important;
}
li.menu__item.menu__item--has-submenu a{
  position: relative;
  padding-right: 20px;
  margin-right: 0 !important;
}
li.menu__item.menu__item--has-submenu a:after {
  content: "";
  position:absolute;
  background-image:url("https://25433037.fs1.hubspotusercontent-eu1.net/hubfs/25433037/RG%20Homepage/Path%20200.svg");
  width: 6px;
  height: 3.5px;
  top: 7px;
  right: 8px;
  /*    content: "";
  width: 6px!important;
  border: 0px !important;
  margin-top: 0px!important;
  height: 1.2px!important;
  background: #262626;
  position: absolute;
  transform: rotate(45deg);
  right: 8px;
  top: 9px;
  z-index: 9999; */
}
/* li.menu__item.menu__item--has-submenu a:before {
content: "";
width: 6px;
height: 1.2px;
background: #262626;
position: absolute;
transform: rotate(-45deg);
right: 4px;
top: 9px;
z-index: 9999;
} */
@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

@media (max-width:1020px) {
  .header__container {
    flex-direction: column;
    padding: 1rem 0 0;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    margin-top:-26px;
  }

  .header{
    padding: 13px 0px;
  }
  header.header.open .header__logo_mobile{
    border-bottom: 1px solid rgba(255,255,255,0.5);
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}
.social-icons {
  margin-top: 10px;
}
.social-icons a {
  margin-right: 20px;
}
.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

/* .menu__item--depth-1>.menu__child-toggle:before {
content: "";
width: 6px;
height: 1.5px;
background: #262626;
position: absolute;
transform: rotate(-45deg);
right: 5px;
top: 21px;
z-index: 9999;
}
.menu__item--depth-1>.menu__child-toggle:after {
content: "";
width: 6px;
height: 1.5px;
background: #262626;
position: absolute;
transform: rotate(45deg);
right: 9px;
top: 21px;
z-index: 9999;
} */
@media (max-width: 1020px) {
  .header__logo {
    /*     margin: 0 auto; */
    width: 100%;
  }
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}

.header__logo--main {
  padding-top:0px;
}

/* Search bar */

.header__search {
  padding: 0 1rem;
  width: auto;
}
.search-bar-sec {
/*   width: 20%; */
}

.header__search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  height: 45px;
  padding: 0 0.7rem;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (min-width: 1023px) {
  .header__language-switcher--toggle {
    background-image: url(https://25433037.fs1.hubspotusercontent-eu1.net/hubfs/25433037/noun-world-2265541-1.svg)!important;
  }
  .globe_class{
  background-image: url(https://25433037.fs1.hubspotusercontent-eu1.net/hubfs/25433037/Path%20253-1.svg)!important;

  }
}

@media (min-width: 1024px) {
 .header--toggle.header__language-switcher--toggle {
    display: none !important;
  }
}

@media (min-width: 1023px) {
  fieldset.form-columns-2 {
    justify-content: space-between;
    display: flex;
  }
  li.menu__item.menu__item--depth-1.menu__item--has-submenu.hs-skip-lang-url-rewrite{
    margin-right: 0 !important;
  }
  .menu__submenu{
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2) !important;
    border-radius: 3px;
    /*   display: none; */
    /*   left:137px; */
    position: absolute !important;
    text-align: left !important;
    text-transform: none !important;
    margin-top: 0px !important;
    -webkit-transform: scaleY(0) !important;
    transform: scaleY(0) !important;
    -webkit-transform-origin: 0 0 !important;
    transform-origin: 0 0 !important;
    overflow: visible !important;
    -webkit-transition: .25s ease-out !important;
    transition: .25s ease-out !important;
  }
  .menu__item--open > .menu__submenu {
    -webkit-transform: scaleY(1) !important;
    transform: scaleY(1) !important;
  }
  /*   .menu__item--depth-1>.menu__child-toggle:before{
  display:none !important;
}
  .menu__item--depth-1>.menu__child-toggle:after{
  display:none !Important;
} */
/*   .header--toggle.header__language-switcher--toggle {
    display: none !important;
  } */
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }
  .header__logo {
    margin-right:auto !important;
  }
  .header__search label {
    margin: 0 1rem 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
  .menu__child-toggle-icon{
    border:0px !important;
  }
}
@media  only screen and (max-width: 1399px) and (min-width: 1301px) {
  .header__language-switcher{
    position: absolute !important;
    right: -33px !important;
  }
}
@media  only screen and (max-width: 1300px) and (min-width: 1021px) {
  .header__language-switcher{
    position: unset !important;
  }
  .header__language-switcher .lang_list_class{
    left: calc(100% - 30px);
  }
  .menu .menu__link {
    font-size: 10px !important;
  }
}
@media (max-width: 1023px) {
  /*     .menu__item--depth-1>.menu__child-toggle:before{
  display:none !important;
}
  .menu__item--depth-1>.menu__child-toggle:after{
  display:none !Important;
} */
  .header--toggle.header__language-switcher--toggle .lang-header{
    color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    position: relative !important;
    padding-left: 40px;
  }
  .header--toggle.header__language-switcher--toggle .lang-header span.menu__child-toggle-icon{
    margin-left: 13px;
    margin-top: 8px;
  }
  .header--toggle.header__language-switcher--toggle{
    display: flex !important;
    align-items: center;
    width: 100% !important;
    background-position: 42% 0%;
    margin: 0 !important;
    justify-content: center;
  }
  .header__language-switcher .lang_list_class li:last-child{
    padding: 0.35rem 0.7rem !important;
  }
  .header--toggle.header__language-switcher--toggle.mobile.open{
    /*     background-size: 70% !important;
    background-repeat: no-repeat !important; */
    width: auto !important;
    padding: 6px;

  }
  .header--toggle.header__language-switcher--toggle.open .lang-header{
    display: none !important;

  }
  /*   .header--toggle.header__language-switcher--toggle .lang-header:before,
  .header--toggle.header__language-switcher--toggle .lang-header:after {
  border-right: 2px solid;
  content: '';
  display: block;
  height: 8px;
  margin-top: -6px;
  position: absolute;
  transform: rotate(220deg);
  top: 50%;
  width: 0;
  left: 30px;
}

  .header--toggle.header__language-switcher--toggle .lang-header:after {
  transform: rotate(315deg);
  margin-left: -5px;
} */
  .header__language-switcher--toggle{
    height: 20px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    width: 25px !important;
    padding-left: 33px;
  }
  .header__language-switcher--label{
    justify-content: center !important;
  }
  .header__language-switcher .lang_list_class li a{
    display: inline-block;
  }
  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 1.05rem;
  }
  .header__logo {
    margin-right:auto !important;
  }
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 1.4rem;
}

.header__language-switcher .lang_switcher_class {
  position: relative;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 3px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 0.35rem 0.7rem;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
  justify-content:flex-end;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 10px;
  font-weight:300;
  margin-bottom: 0.175rem;
  justify-content:flex-end;
  margin-left:4px;

}

.header__language-switcher--label-current:after {
  /*   border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 4px;
  margin-top: 0.175rem;
  width: 0px; */
  content:"";
  background-image: url(https://25433037.fs1.hubspotusercontent-eu1.net/hubfs/25433037/RG%20Homepage/Path%20254.svg);
  width: 6px;
  height: 4px;
  margin-left: 5px;
}
.header__language-switcher:hover .lang_list_class{
  width: 200px; 
}
.header__language-switcher .lang_list_class:after{
  left: 80%; 
}
.header__language-switcher .lang_list_class:before{
  left: 80%; 
}
.header__language-switcher .lang_list_class{
  top: 30px !important;
  left: -25px !important;
}
.header__language-switcher .lang_list_class:after{
  top: -25px !important;
}
.lang_list_class:after, .lang_list_class:before{
  margin-left: 0 !important;
}





.header__language-switcher{
  padding-right: 0;
}
.header__container{
  position: relative;
}
@media (min-width: 1200px) {
  .header__language-switcher{
    position: absolute;
    right: -50px;
  }

}
@media (min-width: 1023px){
  .search-bar-sec{
    width: 100% !important;
  }
}
@media (max-width: 1023px) {
  .header__language-switcher {
/*     border-top: 2px solid #CED4DB; */
    padding-left: 1.05rem;
    padding-right: 0;
  }
/*   .search-bar-sec{
    width: 82%;
  } */
  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 1.05rem;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 0.917rem;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover{
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
  .menu__submenu .menu__link, .menu__submenu .menu__link:hover, .menu__submenu .menu__link:focus{
    color: #fff !important;
    background-color: rgb(41 99 64) !important;
    padding: 5px 0 5px 40px !important;
    font-size: 15px;
  }
}

/* Navigation */

#nav-toggle {
  display: none;
}
.globe_class {
  background-image: url(https://25433037.fs1.hubspotusercontent-eu1.net/hubfs/25433037/noun-world-2265541.svg) !important;


}

/* Mobile toggles */


@media (max-width: 1023px) {
  .search-head .search-icon{
    bottom: 18px!important;
    box-shadow: 0 0 6pxrgba(0,0,0,.1411764705882353);
    right: 70px;
  }
  .search-head{
     position: unset !important;
  }
  .header{
    position: relative;
  }
  .search-bar-sec form {
    position: relative;
    margin-left: 30px;
    margin-right: 25px;
}
  .search-bar-sec {
    background: #fff !important;
    height: 100vh;
    position: absolute;
    top: -42px;
    width: 82%;
    z-index: 999;
    right: 0;
  }
  ul.hs-search-field__suggestions li, ul.hs-search-field__suggestions li a{
    color: #262626;
  }
  .hs-search-field--open .hs-search-field__suggestions {
    border: 0 !important;
    left: 25px;
    width: 100%;
    position: relative;
    box-shadow: none;
    padding-right: 25px;
}
  .search-bar input[type=text i]{
    border: 0.3px solid #707070;
    left: 0;
    width: 100%;
    right: 0;
    height: 31px;
    padding-left: 16px !important;
    padding-right: 30px !important;
    
  }
  .search-bar input[type=text i]::placeholder{
    font-size: 14px;
  }
  .search-bar-sec form::before {
    content: "";
    background: url(https://www.resigrass.com/hubfs/Group%20201.svg);
    width: 16px;
    height: 15px;
    background-repeat: no-repeat;
    position: absolute;
    background-size: cover;
    right: 0;
    z-index: 99;
    right: 13px;
    top: 8px;
}
  .mobile-show {
    display: block !important;
}
  .search-mob-close svg {
    width: 35px;
    height: 35px;
}
  .search-mob {
    display: flex;
    justify-content: space-between;
    padding: 25px 25px 25px 30px;
    border: 0.5px solid #EAEAEA;
    margin-bottom: 35px;
    align-items: center;
}
  .search-mob-left h4 {
    margin-bottom: 0;
    color: #262626;
    font-size: 18px;
    font-weight: 300;
}
  .search-mob-close {
    display: flex;
}
  
/*   .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  } */

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #296340;
    display: block;
    left: 0;
    /*     min-height: calc(100vh - 115px); */
    height:100vh;
    padding-bottom:100px;
    overflow-x:scroll;
    position: absolute;
    right: 0;
    top: 13px;
    z-index: 2;
    padding-bottom: 200px;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  {
    display: none;
  }
  .header__language-switcher--toggle.hide{
    display:block;
  }
  .header__language-switcher--toggle.open{
    display:block
  }
  .header__navigation--toggle.open,
  .header__search--toggle.open,
  {
    /*     display: block; */
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 1.083rem;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url('https://25433037.fs1.hubspotusercontent-eu1.net/hubfs/25433037/menu-icon.svg');
    background-size: cover;
    height: 12px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    /*     content: "Menu"; */
  }

  .header__language-switcher--toggle {
    background-image: url(https://25433037.fs1.hubspotusercontent-eu1.net/hubfs/25433037/noun-world-2265541-1.svg);
    background-size: cover;
    height: 25px;
    width: 25px !important;
    margin:20px auto;
  }

  /*   .header__language-switcher--toggle:after {
  content: "Language";
} */





  .header__search--toggle {
    display:none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__close--toggle {
    background-image: url('https://25433037.fs1.hubspotusercontent-eu1.net/hubfs/25433037/cross.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    display: none;
    height: 15px;
    margin-right: 15px;
    width: 15px;
  }

  .header__close--toggle.show {
    display: block;
  }
  .header__language-switcher.header--element.open {
    position: static;
    overflow: auto;
    height: auto;
    padding-left: 0;
    border: none;
  }
  .navg{
    position:relative;
  }
  .header--toggle.header__language-switcher--toggle.open{
    bottom:80px;
    top:auto !important;
  }
  .header__language-switcher .lang_list_class{
    left:0px;
    width: 100%;
    display: grid;
    justify-content: center;
    white-space: nowrap;
    min-width: 300px !important;
  }
  .header__language-switcher .lang_list_class li a{
    color:#fff !important;
    font-size:18px;
  }
  .header__language-switcher .lang_list_class li a:hover{
    color:#333 !important;      
  }
  .header__language-switcher .lang_list_class li:hover{    
    background:transparent !important;
  }
  .header--toggle.header__language-switcher--toggle.open {
    background-image: url('https://25433037.fs1.hubspotusercontent-eu1.net/hubfs/25433037/cross.svg') !important;
    background-size: 70% !important;
    background-repeat: no-repeat !important;
  }
  .lang_list_class li:last-child {
    padding-top: 20px;
  }
}




@media only screen and (max-width: 1023px) and (min-width: 220px){

  .header--toggle.header__language-switcher--toggle.open {
    position: absolute;
    z-index: 999;
    right: 20px;
    top: 0;
  }  

  .globe_class {
    background-image: none !important;
  }
  .header--toggle.header__language-switcher--toggle.open {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-size: contain;
    background-repeat: no-repeat !important;
  }  
  .header__logo--main {
    padding-left: 20px;
  }  




  .menu__item--depth-1>.menu__child-toggle:after{
    display:none !important;
  }
  .menu__item--depth-1>.menu__child-toggle:before{
    display:none !important;
  }

  li.menu__item.menu__item--has-submenu a::before{
    display:none !important;
  }
  li.menu__item.menu__item--has-submenu a::after{
    display:none !Important;
  }
  .navg{
    flex-wrap:wrap;
  }

}
/**********************iPhone Landscape*************/
@media only screen and (max-width: 767px) and (min-width: 480px){
  .search-head .search-icon {
    right: 85px;
  }
  li.menu__item.menu__item--has-submenu a::before{
    display:none !important;
  }
  li.menu__item.menu__item--has-submenu a::after{
    display:none !Important;
  }
  .navg{
    flex-wrap:wrap;
  }
  .header__close--toggle{
    margin-right: 33px;
  }
  .header {
/*     padding-top:0px !Important; */
  }
  .menu__item--depth-1>.menu__child-toggle:after{
    display:none !important;
  }
  .menu__item--depth-1>.menu__child-toggle:before{
    display:none !important;
  }
}
/*************************iPad Portrait***************/
@media only screen and (max-width: 1023px) and (min-width: 768px){
  .search-head .search-icon {
    right: 85px;
  }
  .navg{
    flex-wrap:wrap;
    flex-direction:column;
  }
  li.menu__item.menu__item--has-submenu a:before{
    display:none !important;
  }
  li.menu__item.menu__item--has-submenu a:after{
    display:none !Important;
  }
  div#hs_cos_wrapper_module_16451798893006 {
    width: 100%;
  }
  .menu .menu__submenu, .header__language-switcher .lang_list_class{
    background-color: transparent !important;
  }
  .header--toggle.header__language-switcher--toggle{
    background-position: 46% 0%;
  }
  /*   .header {
  padding-top:0px !Important;
} */
}
@media only screen and (max-width: 1199px){
  .content-wrapper {
    max-width: 90%;
  }
  .header__container.content-wrapper{
    max-width: 100% !important;
    padding-top: 0 !important;
    /*     padding-left: 30px; */
    /*     padding-right: 30px; */
  }
  span#hs_cos_wrapper_site_logo_hs_logo_widget a {
    display: flex;
  }
  .header__close--toggle{
    margin-right: 30px !important;
  }
}

@media(max-width:480px){

  .request-cta .cta_button {
    width: 75%;
    text-align: center;
    font-size: 15px !important;
  }
  .request-cta{
    width:100%; 
  }
}

/*1023-220*/
@media only screen and (max-width: 1023px) and (min-width: 220px) {

  .menu__item.menu__item--depth-1.menu__item--open ul.menu__submenu.menu__submenu--level-2 {
    display: block;
  }
  ul.menu__submenu.menu__submenu--level-2 {
    display: none;
  }

  .menu__submenu .menu__item {
    background-color: transparent !important;
  }
  .menu .menu__submenu li.menu__item.menu__item--depth-2.hs-skip-lang-url-rewrite a {
    color: #fff !important;
  }
  li.menu__item.menu__item--depth-1.menu__item--has-submenu.hs-skip-lang-url-rewrite a {
    color: #fff !important;
  }
  .menu__link--active-branch, 
  .menu__link--active-link {
    color: #fff !important;
  }

  a#cta_button_25433037_51e244b2-e684-413a-aab4-2202dc9d74dd{
    width: calc(100% - 25px);
  }


}
@media only screen and (max-width: 1366px) and (min-width: 1024px){
  .menu .menu__submenu{
    width:240px !important;
  }
  li.menu__item.menu__item--has-submenu a:after{
    right:3px !important;
  }
} 
@media only screen and (max-width: 1199px){
.header__container1.content-wrapper {
    max-width: 100%!important;
    padding-top: 0!important;
}
}



.header__row-1.new_header__row-1 {
    padding-top: 0px !important;
}
.new-bg {
    background: #296340;
       padding: 10px 0px 10px 0px;
}
header.header.nav-new-header {
    padding: 0;
    margin-top: -2px;
}
.header__container.content-wrapper.heder-bottom-new {
    padding-top: 22px !important;
   padding-bottom: 8px;
}
.header__language-switcher1 .header__language-switcher--label-current:after{
/* background-image: url(https://25433037.fs1.hubspotusercontent-eu1.net/hubfs/25433037/Path%20254.svg)!important; */
}
.header__language-switcher1{
position:unset !important;
/*       width: 66px; */
}
/* .header__language-switcher1  .header__language-switcher--label-current{
color:#fff!important; */
}
.header__language-switcher1 .globe_class {
/*     background-image: url(https://25433037.fs1.hubspotusercontent-eu1.net/hubfs/25433037/Path%20253.svg)!important; */
}

.header__navigation.header--element.bottom-header1 {
    display: flex;
    align-items: center;
}


@media only screen and ( max-width: 1023px ) and (min-width: 220px){
  .new-bg {
    display:none !important;
  }
 .search-icon.search-icon1 {
    bottom: 17px!important;
   right:90px !Important;
}
  .header__navigation.header--element.bottom-header1 {
    display: none;
    align-items: center;
}
  .header__navigation.header--element.bottom-header1.open{
    display:block !important;
  }
  .header__container.content-wrapper.heder-bottom-new{
/*   margin-top:20px; */
  }
  .header__navigation.header--element.bottom-header1.open {
    top: 34px;
}
  .new-social-mobile{
    display:block !important;
  }
 .bottom-header1 .header--toggle.header__language-switcher--toggle.open{
/*   top:50% !important; */
  }
.request-cta.request-cta-top {
    padding-bottom: 10px;
  padding-top:0px;
}
  nav.menu.menu--desktop.new-top-nav {
    padding-top: 10px;
}


}
@media only screen and (max-width: 1300px) and (min-width: 1021px){
.header__language-switcher1 {

    margin-top: 11px!important;
}
}
/*************Responsive Styles*****************/
/***************iPhone Portrait**************/
@media only screen and (max-width: 479px) and (min-width: 320px){
  .bottom-header1 .header--toggle.header__language-switcher--toggle.open {
    top: auto!important;
}
}
@media only screen and (max-width: 667px) and (min-width: 480px){
 .bottom-header1 .header--toggle.header__language-switcher--toggle.open {
    top: 114% !important;
}

}
/**********************iPhone Landscape*************/
@media only screen and (max-width: 767px) and (min-width: 667px){
  .bottom-header1 .header--toggle.header__language-switcher--toggle.open {
    top: 50% !important;
}

}
/*************************iPad Portrait***************/
@media only screen and (max-width: 985px) and (min-width: 768px){
  .bottom-header1 .header--toggle.header__language-switcher--toggle.open {
    top: 50% !important;
}

}

@media only screen and ( max-width:1023px ) and (min-width: 1021px){
.header__column.bottom_nav {
    margin-top: 27px;
}
  .header__navigation.header--element.bottom-header1.open {
    top: 51px;
}
}
/**************iPad Landscape***************/
@media only screen and ( max-width: 998px ) and (min-width: 986px){
    .search-head .search-icon {
    bottom:17px !important;
      right: 112px !important;}
}
@media only screen and ( max-width: 1023px ) and (min-width: 998px){
  .search-head .search-icon {
    right: 112px !important;
    bottom:17px !important;
  }
  .header--toggle.header__language-switcher--toggle{
    display:block !important;
  }
}
/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Header DND sections */
/* Button style */
/* green to white */
.btn-effect {
  /*     background: linear-gradient(to right, #00a152 50%, white 50%) !important;
  background-size: 200% 100% !important;
  background-position: left bottom !important;*/
  /*     transition: all .5s ease-out !important;  */
  border: 1px solid #00a152 !important;
  background: #00a152 !important;
}
.btn-effect:hover {
  color: #00a152 !important;
  background: #fff !important;
  border-color: #00a152 !important;
}
/* white to transpaent */
.effect-btn {
  /*     background: linear-gradient(to right, white 50%, #296345 50%) !important;
  background-size: 200% 100% !important;
  background-position: left bottom !important;
  transition: all .5s ease-out !important;*/
  border: 1px solid #296345 !important; 
  background: #fff !important;
}
.effect-btn:hover {
  background: #296345 !important;
  color: #fff !important;
  border-color: #fff !important;
}
/* transparent to white */
.btn-t-w {
  /*     background: linear-gradient(to right, #296345 50%, white 50%) !important;
  background-size: 200% 100% !important;
  background-position: left bottom !important;
  transition: all .5s ease-out !important;*/
  border: 1px solid #fff !important; 
  background: #296345 !important;
}
.btn-t-w:hover {
  background: #fff !important;
  color: #296345 !important;
  border-color: #296345 !important;
}
/* White to green */
.btn-w-g {
  /*     background: linear-gradient(to right, white 50%, #00a152 50%) !important;
  background-size: 200% 100% !important;
  background-position: left bottom !important;
  transition: all .5s ease-out !important;*/
  border: none; 
  background: #fff !important;
}
.btn-w-g:hover {
  background: #00a152 !important;

  color: #fff !important;
}
/* white to transpaent */
.btn-g-w {
  /*     background: linear-gradient(to right, #296345 50%, white 50%) !important;
  background-size: 200% 100% !important;
  background-position: left bottom !important;
  transition: all .5s ease-out !important;*/
  border: 1px solid #296345 !important; 
  background: #296345 !important;
}
.btn-g-w:hover {
  background: #fff !important;
  color: #296345 !important;
  border-color: #296345 !important;
}
/* End Button style */
.header__logo_mobile {
  display: none;
}
header.header.open .header__logo_mobile {
  display: block;
  margin: 0 30px;
}
header.header.open .header__logo--main{
  display:none;
}
header.header.open {
  background: #296340;
}
header.header.open .header__row-2 {
  margin-top: -34px;
}

.header .dnd-section {
  padding: 0;
}
/* search header*/
.search-head {
  position: relative;
}
.search-head .search-icon {
  position: absolute;
  right: 0px; 
  background: #fff;
  border-radius: 50%;
  display: flex;
  bottom: -72px !important;
  padding: 9px;
  cursor: pointer;
  box-shadow: 0px 3px 6px #0000003E;
}


/* .search-head {
    display: none; 
} */


.search-bar-sec form input {
  border-radius:30px;
  font-size: 13px;
  padding: 0px;
  font-weight: 300;
  color: #262633 !important;
}
.search-bar input[type="text" i] {
    padding: 0;
      border-radius: 16px;
    width: 237px;
      height: 31px;
  position: absolute;
  right: 0;
      top: 0px;
  outline: none;
    border: 0;
}
.search-bar input[type="text" i]::placeholder{
    font-size: 14px;
  font-weight: 300;
  color: #262626;
  line-height: 18px;
}
.search-bar input#head_search:focus {
    outline: none;
}
.hs-search-field__suggestions #results-for{
  font-size: 12px;
  font-weight: 300 !important;
  color: #BFBFBF !important;
  line-height: 15px;
  text-transform: uppercase;
}
.search-bar {
/*   display: flex;
  justify-content: right; */
  /*     margin-bottom: 20px; */
/*   align-items: center; */
/*   justify-content: space-between; */
  align-items: center;
  right: 0;
  position: absolute;
  width: 100%;
  top: 41px;
/*   right: -80%; */
  border-radius: 50px;
  -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.search-bar-sec {
  /*     width: 100%; */
}
.search-head .search-icon img {
    width: 13px;
    height: 13px;
    object-fit: cover;
}
.search-close {
  line-height: 0;
  margin-left: 5px;
  cursor: pointer;
}
ul.hs-search-field__suggestions {
  position: absolute;
/*   width: 100%; */
  background: #fff;
  border: none !important;
/*   box-shadow: 0px 0px 27px 5px rgb(0 0 0 / 3%);
  -webkit-box-shadow: 0px 0px 27px 5px rgb(0 0 0 / 3%); */
      top: 41px;
    width: 237px;
    right: 0;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 7px;
  z-index: 99;
}
ul.hs-search-field__suggestions li:first-child{
  margin: 12px 16px;
}
ul.hs-search-field__suggestions li{
  margin: 12px 40px;
  position: relative;
}
ul.hs-search-field__suggestions li:first-child:before{
 display: none; 
}
ul.hs-search-field__suggestions li:before{
  content: "";
  position: absolute;
  background-image: url("https://25433037.fs1.hubspotusercontent-eu1.net/hubfs/25433037/Group%20203.svg");
  height: 13px;
  width:13px;
      top: 2px;
    left: -24px;
}
ul.hs-search-field__suggestions li,
ul.hs-search-field__suggestions li a{
  font-size: 13px;
  font-weight: 300;
  color: #262633 !important;
  font-family: 'Lexend Deca',sans-serif;
}
.systems-page.systems-page--search-results h1 {
  font-size: 34px;
  font-weight: 500;
  line-height: 43px;
  text-align: left;
  color: #296340;
  font-family: 'Lexend Deca',sans-serif;
}
a.hs-search-results__title,
.hs-search-results__pagination a{
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  color: #296340;
  margin-bottom: 11px;
  font-family: 'Lexend Deca',sans-serif;
  /*     text-decoration: none; */
}
a.hs-search-results__title:hover,
.hs-search-results__pagination:hover{
  color: #296340 !important;
  font-weight: 500;
  opacity: 0.8;
  text-decoration: underline;
}
p.hs-search-results__description {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 11px;
  color: #4a4a4a;
  font-family: 'Lexend Deca',sans-serif;
}
/* end search header, */
/* Header container */
fieldset.form-columns-1 label {
  position: relative;
}
.header__container {
  display: flex;
  justify-content: space-between;
}
.header {
  padding: 25px 0px;

}
.header__row-1 {
  padding-top: 1rem;
}
.menu .menu__link:focus, .header__language-switcher-label-current:hover, .header__language-switcher-label-current:focus, .header__language-switcher .lang_list_class li:hover a, .header__language-switcher .lang_list_class li a:focus {
  color: #2a6440;

  font-weight: 300;
}
.menu .menu__link:hover, .menu .menu__link:focus, .header__language-switcher-label-current:hover, .header__language-switcher-label-current:focus, .header__language-switcher .lang_list_class li:hover a, .header__language-switcher .lang_list_class li a:focus {
  color: #2a6440;

  font-weight: 300;
}
.menu__link, .header__logo .logo-company-name, .header__language-switcher-label-current, .header__language-switcher .lang_list_class li a {
  font-size:13px;
  font-weight: 300;
}
.menu .menu__submenu, .header__language-switcher .lang_list_class{
  border:0px !important;
}
body.fixed .header {
  position: fixed; 
  width: 100%;
  z-index: 9999;
  /*   top:0; */
  /*   -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); */
}
body.fixed {
  /*     margin-top: 119px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); */
}
.header__language-switcher .lang_list_class{

  border:0px !important;
}
.navg{
  display: flex;
  align-items: center;
}
.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.menu .menu__item--depth-1 > .menu__link--active-link:after {
  color: #2a6440!important;
  background-color: transparent !important;
}
li.menu__item.menu__item--has-submenu a{
  position: relative;
  padding-right: 20px;
  margin-right: 0 !important;
}
li.menu__item.menu__item--has-submenu a:after {
  content: "";
  position:absolute;
  background-image:url("https://25433037.fs1.hubspotusercontent-eu1.net/hubfs/25433037/RG%20Homepage/Path%20200.svg");
  width: 6px;
  height: 3.5px;
  top: 7px;
  right: 8px;
  /*    content: "";
  width: 6px!important;
  border: 0px !important;
  margin-top: 0px!important;
  height: 1.2px!important;
  background: #262626;
  position: absolute;
  transform: rotate(45deg);
  right: 8px;
  top: 9px;
  z-index: 9999; */
}
/* li.menu__item.menu__item--has-submenu a:before {
content: "";
width: 6px;
height: 1.2px;
background: #262626;
position: absolute;
transform: rotate(-45deg);
right: 4px;
top: 9px;
z-index: 9999;
} */
@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

@media (max-width:1020px) {
  .header__container {
    flex-direction: column;
    padding: 1rem 0 0;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    margin-top:-26px;
  }

  .header{
    padding: 13px 0px;
  }
  header.header.open .header__logo_mobile{
    border-bottom: 1px solid rgba(255,255,255,0.5);
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}
.social-icons {
  margin-top: 10px;
}
.social-icons a {
  margin-right: 20px;
}
.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

/* .menu__item--depth-1>.menu__child-toggle:before {
content: "";
width: 6px;
height: 1.5px;
background: #262626;
position: absolute;
transform: rotate(-45deg);
right: 5px;
top: 21px;
z-index: 9999;
}
.menu__item--depth-1>.menu__child-toggle:after {
content: "";
width: 6px;
height: 1.5px;
background: #262626;
position: absolute;
transform: rotate(45deg);
right: 9px;
top: 21px;
z-index: 9999;
} */
@media (max-width: 1020px) {
  .header__logo {
    /*     margin: 0 auto; */
    width: 100%;
  }
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}

.header__logo--main {
  padding-top:0px;
}

/* Search bar */

.header__search {
  padding: 0 1rem;
  width: auto;
}
.search-bar-sec {
/*   width: 20%; */
}

.header__search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  height: 45px;
  padding: 0 0.7rem;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (min-width: 1021px) {
  fieldset.form-columns-2 {
    justify-content: space-between;
    display: flex;
  }
  li.menu__item.menu__item--depth-1.menu__item--has-submenu.hs-skip-lang-url-rewrite{
    margin-right: 0 !important;
  }
  .menu__submenu{
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2) !important;
    border-radius: 3px;
    /*   display: none; */
    /*   left:137px; */
    position: absolute !important;
    text-align: left !important;
    text-transform: none !important;
    margin-top: 0px !important;
    -webkit-transform: scaleY(0) !important;
    transform: scaleY(0) !important;
    -webkit-transform-origin: 0 0 !important;
    transform-origin: 0 0 !important;
    overflow: visible !important;
    -webkit-transition: .25s ease-out !important;
    transition: .25s ease-out !important;
  }
  .menu__item--open > .menu__submenu {
    -webkit-transform: scaleY(1) !important;
    transform: scaleY(1) !important;
  }
  /*   .menu__item--depth-1>.menu__child-toggle:before{
  display:none !important;
}
  .menu__item--depth-1>.menu__child-toggle:after{
  display:none !Important;
} */
  .header--toggle.header__language-switcher--toggle {
    display: none !important;
  }
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }
  .header__logo {
    margin-right:auto !important;
  }
  .header__search label {
    margin: 0 1rem 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
  .menu__child-toggle-icon{
    border:0px !important;
  }
}
@media  only screen and (max-width: 1399px) and (min-width: 1301px) {
  .header__language-switcher{
    position: absolute !important;
    right: -33px !important;
  }
}
@media  only screen and (max-width: 1300px) and (min-width: 1021px) {
  .header__language-switcher{
    position: unset !important;
  }
  .header__language-switcher .lang_list_class{
    left: calc(100% - 30px);
  }
  .menu .menu__link {
    font-size: 10px !important;
  }
}
@media (max-width: 1020px) {
  /*     .menu__item--depth-1>.menu__child-toggle:before{
  display:none !important;
}
  .menu__item--depth-1>.menu__child-toggle:after{
  display:none !Important;
} */
  .header--toggle.header__language-switcher--toggle .lang-header{
    color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    position: relative !important;
    padding-left: 40px;
  }
  .header--toggle.header__language-switcher--toggle .lang-header span.menu__child-toggle-icon{
    margin-left: 13px;
    margin-top: 8px;
  }
  .header--toggle.header__language-switcher--toggle{
    display: flex !important;
    align-items: center;
    width: 100% !important;
    background-position: 42% 0%;
    margin: 0 !important;
    justify-content: center;
  }
  .header__language-switcher .lang_list_class li:last-child{
    padding: 0.35rem 0.7rem !important;
  }
  .header--toggle.header__language-switcher--toggle.mobile.open{
    /*     background-size: 70% !important;
    background-repeat: no-repeat !important; */
    width: auto !important;
    padding: 6px;

  }
  .header--toggle.header__language-switcher--toggle.open .lang-header{
    display: none !important;

  }
  /*   .header--toggle.header__language-switcher--toggle .lang-header:before,
  .header--toggle.header__language-switcher--toggle .lang-header:after {
  border-right: 2px solid;
  content: '';
  display: block;
  height: 8px;
  margin-top: -6px;
  position: absolute;
  transform: rotate(220deg);
  top: 50%;
  width: 0;
  left: 30px;
}

  .header--toggle.header__language-switcher--toggle .lang-header:after {
  transform: rotate(315deg);
  margin-left: -5px;
} */
  .header__language-switcher--toggle{
    height: 20px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    width: 25px !important;
    padding-left: 33px;
  }
  .header__language-switcher--label{
    justify-content: center !important;
  }
  .header__language-switcher .lang_list_class li a{
    display: inline-block;
  }
  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 1.05rem;
  }
  .header__logo {
    margin-right:auto !important;
  }
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 1.4rem;
}

.header__language-switcher .lang_switcher_class {
  position: relative;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 3px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 0.35rem 0.7rem;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
  justify-content:flex-end;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 10px;
  font-weight:300;
  margin-bottom: 0.175rem;
  justify-content:flex-end;
  margin-left:4px;

}

.header__language-switcher--label-current:after {
  /*   border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 4px;
  margin-top: 0.175rem;
  width: 0px; */
  content:"";
  background-image: url(https://25433037.fs1.hubspotusercontent-eu1.net/hubfs/25433037/RG%20Homepage/Path%20254.svg);
  width: 6px;
  height: 4px;
  margin-left: 5px;
}
.header__language-switcher:hover .lang_list_class{
  width: 200px; 
}
.header__language-switcher .lang_list_class:after{
  left: 80%; 
}
.header__language-switcher .lang_list_class:before{
  left: 80%; 
}
.header__language-switcher .lang_list_class{
  top: 30px !important;
  left: -25px !important;
}
.header__language-switcher .lang_list_class:after{
  top: -25px !important;
}
.lang_list_class:after, .lang_list_class:before{
  margin-left: 0 !important;
}





.header__language-switcher{
  padding-right: 0;
}
.header__container{
  position: relative;
}
@media (min-width: 1200px) {
  .header__language-switcher{
    position: absolute;
    right: -50px;
  }

}
@media (min-width: 1020px){
  .search-bar-sec{
    width: 100% !important;
  }
}
@media (max-width: 1020px) {
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 1.05rem;
    padding-right: 0;
  }
/*   .search-bar-sec{
    width: 82%;
  } */
  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 1.05rem;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 0.917rem;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover{
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
  .menu__submenu .menu__link, .menu__submenu .menu__link:hover, .menu__submenu .menu__link:focus{
    color: #fff !important;
    background-color: rgb(41 99 64) !important;
    padding: 5px 0 5px 40px !important;
    font-size: 15px;
  }
}

/* Navigation */

#nav-toggle {
  display: none;
}
.globe_class {
  background-image: url(https://25433037.fs1.hubspotusercontent-eu1.net/hubfs/25433037/noun-world-2265541.svg) !important;


}

/* Mobile toggles */

@media (max-width: 1020px) {
  .search-head .search-icon{
    bottom: 18px!important;
    box-shadow: 0 0 6pxrgba(0,0,0,.1411764705882353);
    right: 70px;
  }
  .search-head{
     position: unset !important;
  }
  .header{
    position: relative;
  }
  .search-bar-sec form {
    position: relative;
    margin-left: 30px;
    margin-right: 25px;
}
  .search-bar-sec {
    background: #fff !important;
    height: 100vh;
    position: absolute;
    top: -42px;
    width: 82%;
    z-index: 999;
    right: 0;
  }
  ul.hs-search-field__suggestions li, ul.hs-search-field__suggestions li a{
    color: #262626;
  }
  .hs-search-field--open .hs-search-field__suggestions {
    border: 0 !important;
    left: 25px;
    width: 100%;
    position: relative;
    box-shadow: none;
    padding-right: 25px;
}
  .search-bar input[type=text i]{
    border: 0.3px solid #707070;
    left: 0;
    width: 100%;
    right: 0;
    height: 31px;
    padding-left: 16px !important;
    padding-right: 30px !important;
    
  }
  .search-bar input[type=text i]::placeholder{
    font-size: 14px;
  }
  .search-bar-sec form::before {
    content: "";
    background: url(https://www.resigrass.com/hubfs/Group%20201.svg);
    width: 16px;
    height: 15px;
    background-repeat: no-repeat;
    position: absolute;
    background-size: cover;
    right: 0;
    z-index: 99;
    right: 13px;
    top: 8px;
}
  .mobile-show {
    display: block !important;
}
  .search-mob-close svg {
    width: 35px;
    height: 35px;
}
  .search-mob {
    display: flex;
    justify-content: space-between;
    padding: 25px 25px 25px 30px;
    border: 0.5px solid #EAEAEA;
    margin-bottom: 35px;
    align-items: center;
}
  .search-mob-left h4 {
    margin-bottom: 0;
    color: #262626;
    font-size: 18px;
    font-weight: 300;
}
  .search-mob-close {
    display: flex;
}
  
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #296340;
    display: block;
    left: 0;
    /*     min-height: calc(100vh - 115px); */
    height:100vh;
    padding-bottom:100px;
    overflow-x:scroll;
    position: absolute;
    right: 0;
    top: 13px;
    z-index: 2;
    padding-bottom: 200px;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  {
    display: none;
  }
  .header__language-switcher--toggle.hide{
    display:block;
  }
  .header__language-switcher--toggle.open{
    display:block
  }
  .header__navigation--toggle.open,
  .header__search--toggle.open,
  {
    /*     display: block; */
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 1.083rem;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url('https://25433037.fs1.hubspotusercontent-eu1.net/hubfs/25433037/menu-icon.svg');
    background-size: cover;
    height: 12px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    /*     content: "Menu"; */
  }

  .header__language-switcher--toggle {
    background-image: url(https://25433037.fs1.hubspotusercontent-eu1.net/hubfs/25433037/noun-world-2265541-1.svg);
    background-size: cover;
    height: 25px;
    width: 25px !important;
    margin:20px auto;
  }

  /*   .header__language-switcher--toggle:after {
  content: "Language";
} */





  .header__search--toggle {
    display:none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__close--toggle {
    background-image: url('https://25433037.fs1.hubspotusercontent-eu1.net/hubfs/25433037/cross.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    display: none;
    height: 15px;
    margin-right: 15px;
    width: 15px;
  }

  .header__close--toggle.show {
    display: block;
  }
  .header__language-switcher.header--element.open {
    position: static;
    overflow: auto;
    height: auto;
    padding-left: 0;
    border: none;
  }
  .navg{
    position:relative;
  }
  .header--toggle.header__language-switcher--toggle.open{
    bottom:80px;
    top:auto !important;
  }
  .header__language-switcher .lang_list_class{
    left:0px;
    width: 100%;
    display: grid;
    justify-content: center;
    white-space: nowrap;
    min-width: 300px !important;
  }
  .header__language-switcher .lang_list_class li a{
    color:#fff !important;
    font-size:18px;
  }
  .header__language-switcher .lang_list_class li a:hover{
    color:#333 !important;      
  }
  .header__language-switcher .lang_list_class li:hover{    
    background:transparent !important;
  }
  .header--toggle.header__language-switcher--toggle.open {
    background-image: url('https://25433037.fs1.hubspotusercontent-eu1.net/hubfs/25433037/cross.svg') !important;
    background-size: 70% !important;
    background-repeat: no-repeat !important;
  }
  .lang_list_class li:last-child {
    padding-top: 20px;
  }
}




@media only screen and (max-width: 1020px) and (min-width: 220px){

  .header--toggle.header__language-switcher--toggle.open {
    position: absolute;
    z-index: 999;
    right: 20px;
    top: 0;
  }  

  .globe_class {
    background-image: none !important;
  }
  .header--toggle.header__language-switcher--toggle.open {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-size: contain;
    background-repeat: no-repeat !important;
  }  
  .header__logo--main {
    padding-left: 20px;
  }  




  .menu__item--depth-1>.menu__child-toggle:after{
    display:none !important;
  }
  .menu__item--depth-1>.menu__child-toggle:before{
    display:none !important;
  }

  li.menu__item.menu__item--has-submenu a::before{
    display:none !important;
  }
  li.menu__item.menu__item--has-submenu a::after{
    display:none !Important;
  }
  .navg{
    flex-wrap:wrap;
  }

}
/**********************iPhone Landscape*************/
@media only screen and (max-width: 767px) and (min-width: 480px){
  .search-head .search-icon {
    right: 85px;
  }
  li.menu__item.menu__item--has-submenu a::before{
    display:none !important;
  }
  li.menu__item.menu__item--has-submenu a::after{
    display:none !Important;
  }
  .navg{
    flex-wrap:wrap;
  }
  .header__close--toggle{
    margin-right: 33px;
  }
  .header {
/*     padding-top:0px !Important; */
  }
  .menu__item--depth-1>.menu__child-toggle:after{
    display:none !important;
  }
  .menu__item--depth-1>.menu__child-toggle:before{
    display:none !important;
  }
}
/*************************iPad Portrait***************/
@media only screen and (max-width: 985px) and (min-width: 768px){
  .search-head .search-icon {
    right: 85px;
  }
  .navg{
    flex-wrap:wrap;
    flex-direction:column;
  }
  li.menu__item.menu__item--has-submenu a:before{
    display:none !important;
  }
  li.menu__item.menu__item--has-submenu a:after{
    display:none !Important;
  }
  div#hs_cos_wrapper_module_16451798893006 {
    width: 100%;
  }
  .menu .menu__submenu, .header__language-switcher .lang_list_class{
    background-color: transparent !important;
  }
  .header--toggle.header__language-switcher--toggle{
    background-position: 46% 0%;
  }
  /*   .header {
  padding-top:0px !Important;
} */
}
@media only screen and (max-width: 1199px){
  .content-wrapper {
    max-width: 90%;
  }
  .header__container.content-wrapper{
    max-width: 100% !important;
    padding-top: 0 !important;
    /*     padding-left: 30px; */
    /*     padding-right: 30px; */
  }
  span#hs_cos_wrapper_site_logo_hs_logo_widget a {
    display: flex;
  }
  .header__close--toggle{
    margin-right: 30px !important;
  }
}

@media(max-width:480px){

  .request-cta .cta_button {
    width: 75%;
    text-align: center;
    font-size: 15px !important;
  }
  .request-cta{
    width:100%; 
  }
}

/*1023-220*/
@media only screen and (max-width: 1023px) and (min-width: 220px) {

  .menu__item.menu__item--depth-1.menu__item--open ul.menu__submenu.menu__submenu--level-2 {
    display: block;
  }
  ul.menu__submenu.menu__submenu--level-2 {
    display: none;
  }

  .menu__submenu .menu__item {
    background-color: transparent !important;
  }
  .menu .menu__submenu li.menu__item.menu__item--depth-2.hs-skip-lang-url-rewrite a {
    color: #fff !important;
  }
  li.menu__item.menu__item--depth-1.menu__item--has-submenu.hs-skip-lang-url-rewrite a {
    color: #fff !important;
  }
  .menu__link--active-branch, 
  .menu__link--active-link {
    color: #fff !important;
  }

  a#cta_button_25433037_51e244b2-e684-413a-aab4-2202dc9d74dd{
    width: calc(100% - 25px);
  }


}
@media only screen and (max-width: 1366px) and (min-width: 1024px){
  .menu .menu__submenu{
    width:240px !important;
  }
  li.menu__item.menu__item--has-submenu a:after{
    right:3px !important;
  }
}

/* Menu and simple menu */

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

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

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

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

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

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}
@media only screen and (max-width: 1199px){
.content-wrapper {
    max-width: 90% !important;
  }
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

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

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

.product-single .product-description-content h3 {
  line-height: 35px;
}

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