*, *: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;
} 
/* Fix fonts on page load */
body {
	transition: opacity .25s ease-out;
}

/* 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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.row-fluid .span12 {
  width: 100%;
}
.row-fluid .span11 {
  width: 91.66666667%;
}
.row-fluid .span10 {
  width: 83.33333333%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span8 {
  width: 66.66666667%;
}
.row-fluid .span7 {
  width: 58.33333333%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span5 {
  width: 41.66666667%;
}
.row-fluid .span4 {
  width: 33.33333333%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span2 {
  width: 16.66666667%;
}
.row-fluid .span1 {
  width: 8.33333333%;
}

.container-fluid {
  *zoom: 1;
}

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

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

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

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


/* 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 ;
  }
} 
.dnd-section > .row-fluid,
.page-center,
.content-wrapper {
  margin: 0 auto;
}
.dnd-section .widget-type-cell{
  padding-left:10px;
  padding-right:10px;
}
@font-face {
  font-family: stagil-web-font;
  src: url(https://25322853.fs1.hubspotusercontent-eu1.net/hubfs/25322853/STAGIL_January2022/fonts/stagil-web-font.eot);
  src: url(https://25322853.fs1.hubspotusercontent-eu1.net/hubfs/25322853/STAGIL_January2022/fonts/stagil-web-font.eot) format('embedded-opentype'),
    url(//25322853.fs1.hubspotusercontent-eu1.net/hubfs/25322853/raw_assets/public/STAGIL_January2022/fonts/stagil-web-font.woff) format('woff'),
    url(//25322853.fs1.hubspotusercontent-eu1.net/hubfs/25322853/raw_assets/public/STAGIL_January2022/fonts/stagil-web-font.ttf) format('truetype');
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: 'GloberxBold';
  src: url(https://25322853.fs1.hubspotusercontent-eu1.net/hubfs/25322853/STAGIL_January2022/fonts/2DD176_11_0-1.eot);
  src: url(https://25322853.fs1.hubspotusercontent-eu1.net/hubfs/25322853/STAGIL_January2022/fonts/2DD176_11_0-1.eot) format('embedded-opentype'),
    url(//25322853.fs1.hubspotusercontent-eu1.net/hubfs/25322853/raw_assets/public/STAGIL_January2022/fonts/2DD176_11_0.woff2) format('woff2'),
    url(//25322853.fs1.hubspotusercontent-eu1.net/hubfs/25322853/raw_assets/public/STAGIL_January2022/fonts/2DD176_11_0.woff) format('woff'),
    url(//25322853.fs1.hubspotusercontent-eu1.net/hubfs/25322853/raw_assets/public/STAGIL_January2022/fonts/2DD176_11_0.ttf) format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'GloberLight';
  src: url('//25322853.fs1.hubspotusercontent-eu1.net/hubfs/25322853/STAGIL_January2022/fonts/2DD176_8_0.eot#iefix') format('embedded-opentype'),
    url('//25322853.fs1.hubspotusercontent-eu1.net/hubfs/25322853/raw_assets/public/STAGIL_January2022/fonts/2DD176_8_0.woff2') format('woff2'),
      url('//25322853.fs1.hubspotusercontent-eu1.net/hubfs/25322853/raw_assets/public/STAGIL_January2022/fonts/2DD176_8_0.wofff') format('woff'),
        url('//25322853.fs1.hubspotusercontent-eu1.net/hubfs/25322853/raw_assets/public/STAGIL_January2022/fonts/2DD176_8_0.ttf') format('truetype');
          font-display: swap;
          }


@font-face {font-family: 'GloberRegular';
  src: url('//25322853.fs1.hubspotusercontent-eu1.net/hubfs/25322853/STAGIL_January2022/fonts/2DD176_9_0.eot#iefix') format('embedded-opentype'),
    url('//25322853.fs1.hubspotusercontent-eu1.net/hubfs/25322853/raw_assets/public/STAGIL_January2022/fonts/2DD176_9_0.woff2') format('woff2'),
      url('//25322853.fs1.hubspotusercontent-eu1.net/hubfs/25322853/raw_assets/public/STAGIL_January2022/fonts/2DD176_9_0.woff') format('woff'),
        url('//25322853.fs1.hubspotusercontent-eu1.net/hubfs/25322853/raw_assets/public/STAGIL_January2022/fonts/2DD176_9_0.ttf') format('truetype');font-display: swap;}


          @font-face {font-family: 'GloberSemiBold';
  src: url('//25322853.fs1.hubspotusercontent-eu1.net/hubfs/25322853/STAGIL_January2022/fonts/2DD176_C_0.eot#iefix') format('embedded-opentype'),
    url('//25322853.fs1.hubspotusercontent-eu1.net/hubfs/25322853/raw_assets/public/STAGIL_January2022/fonts/2DD176_C_0.woff2') format('woff2'),
      url('//25322853.fs1.hubspotusercontent-eu1.net/hubfs/25322853/raw_assets/public/STAGIL_January2022/fonts/2DD176_C_0.woff') format('woff'),
        url('//25322853.fs1.hubspotusercontent-eu1.net/hubfs/25322853/raw_assets/public/STAGIL_January2022/fonts/2DD176_C_0.ttf') format('truetype');font-display: swap;
          }


@font-face {font-family: 'GloberxBold';
  src: url('//25322853.fs1.hubspotusercontent-eu1.net/hubfs/25322853/STAGIL_January2022/fonts/2DD176_11_0.eot#iefix') format('embedded-opentype'),
    url('//25322853.fs1.hubspotusercontent-eu1.net/hubfs/25322853/raw_assets/public/STAGIL_January2022/fonts/2DD176_11_0.woff2') format('woff2'),
      url('//25322853.fs1.hubspotusercontent-eu1.net/hubfs/25322853/raw_assets/public/STAGIL_January2022/fonts/2DD176_11_0.woff') format('woff'),
        url('//25322853.fs1.hubspotusercontent-eu1.net/hubfs/25322853/raw_assets/public/STAGIL_January2022/fonts/2DD176_11_0.ttf') format('truetype');font-display: swap;
          }



html {
  font-size: 10px; 
}
body {
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

/* Paragraphs */

p {
  margin: 0 0 10px;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
a:hover {
  text-decoration: underline;
}
p:last-child {
  margin-bottom: 0;
}
img {
  height: auto;
}
/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.1;
}
h1,h2,h3 {
  margin-top: 20px;
  margin-bottom: 10px; 
}
h2 {
  margin: 8px 0 0 0;
}
@media (max-width: 767px){
  h2 {
    margin: 8px 0 12px 0;
  }
}
h5 {
  letter-spacing: 1px;
  text-transform: uppercase;
}
/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px; 
}

/* Horizontal rules */

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0; 
  height: 0px;
}
img {
  max-width: 100%; 
  vertical-align: middle;
}
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;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
form { 
  padding: 10px 30px 15px 30px;
}
.hs-form fieldset.form-columns-1 input.hs-input {
  width:100%;
}
.formBg {
  padding: 20px;
}
.formBg form {
  padding: 0;
  position: relative;
  background:transparent;
}
form .actions {
  text-align: right;
}
.hs_recaptcha.hs-recaptcha {
  overflow: auto;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 10px;
}
 
/* Labels */

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

/* 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,
#hs-pwd-widget-password{ 
  border: 1px solid;
  border-radius: 3px; 
  display: block; 
  line-height: inherit;
  padding: 8pt 6pt 6pt 8pt;
  width: 100%;
  margin: 10px 10px 10px 0;
}

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] {
  display: inline-block;
  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 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; 
}

/* Inputs - file picker */

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

/* Headings and text */
 
form .hs-richtext p { 
  margin: 0 0 10px;
}

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-error-msg {  
  margin-top: 10px;
}
 
/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-family: inherit; 
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  text-decoration: none;
  margin: 10px 10px 10px 0;  
    border-radius: 3px; 
    display: inline-block; 
    height: 40px;
    letter-spacing: .02em;
    padding: 10px 24px;
    text-transform: uppercase;
   border: none
}

 
/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Form placeholder text */

 
 
form input[type=checkbox] + label,
form input[type=radio] + label{
  display: inline-block;
}
@media (max-width: 767px) {
  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,
  #hs-pwd-widget-password {
    margin: 10px 10px 10px 0;
  }
  form input[type=submit],
  form .hs-button {
    margin: 10px 10px 10px 0;
  }
  .body-container.migration form {
    margin-bottom: 30px;
  }
}



.panelContent.standardcta .form-columns-3 {
  display: flex;
}

.panelContent.standardcta .form-columns-3 .field.hs-form-field {
  margin:5px;
  padding: 5px;
  width: 30%; 
  border-radius: 3px;
}
.panelContent.standardcta .form-columns-3 .field.hs-form-field .hs-form-booleancheckbox-display {
  display: flex;
  flex-direction: column;
  text-align: center;

}
.panelContent.standardcta .form-columns-3 .field.hs-form-field .hs-form-booleancheckbox-display input{
  margin-bottom: 10px;
}

.panelContent.standardcta   .form-columns-3  .hs-form-booleancheckbox-display .hs-input+span{
  left: 0px;
  position: relative;
  top: 0px;
}

form .input {
  margin-right: 0 !important;
}
form .input > .hs-input {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
form fieldset {
  margin: 0 -10px !important;
  max-width: none !important;
}
form fieldset > * {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
form .inputs-list > li.hs-form-booleancheckbox label {
  display: flex;
}
.cm-form-wrapper.formBg .panel .panelContent > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.cm-form-wrapper.formBg .panel .panelContent > *:last-child {
  margin-bottom: 0;
}
.cm-form-wrapper .panel {
  margin-bottom:0 !important;
}
.form-title:empty {
  display: none;
}
form .inputs-list>li.hs-form-booleancheckbox label span > p {
  margin-left: 0 !IMPORTANT;
}
form legend {
  font-size: 1.3rem;
}

.course-date-cards .course-booking-form form{
  padding:0px;
  padding-top: 20px ;
  background-color: transparent !important;
  border-top:none;
}
.course-listing-container .course-listing-course-container .course-listing-course-booking-container form{
  background-color: transparent;
}

@media(min-width: 768px) {
  form fieldset.form-columns-3>* {
    width: 33.3333333333% !important;
  }
}

@media(max-width: 767px) {
  .blog-form-wrapper {
    flex-direction: column;
  }
  form fieldset > * {
    width: 100% !important;
  }
}
/* Table */

table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  border-collapse: collapse;
    border-spacing: 0;
}

/* Table Cells */
table>tbody>tr>td, table>tbody>tr>th, 
table>tfoot>tr>td, table>tfoot>tr>th, 
table>thead>tr>td, table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top; 
}
 

table>thead>tr>th {
    vertical-align: bottom; 
}
  
table>caption+thead>tr:first-child>td, 
table>caption+thead>tr:first-child>th, 
table>colgroup+thead>tr:first-child>td, 
table>colgroup+thead>tr:first-child>th,
table>thead:first-child>tr:first-child>td,
table>thead:first-child>tr:first-child>th {
    border-top: 0;
}
/* Table Header */

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


.dcf-txt-center {
      text-align: center!important
    }

    .dcf-txt-left {
      text-align: left!important
    }

    .dcf-txt-right {
      text-align: right!important
    }
    
.dcf-table caption {
      color: var(--caption);
      font-size: 1.13em; 
      padding-bottom: .56rem
    }

    .dcf-table thead {
      font-size: .84em
    }

    .dcf-table tbody {
      border-bottom: 1px solid var(--b-table);
      border-top: 1px solid var(--b-table);
      font-size: .84em
    }

    .dcf-table tfoot {
      font-size: .84em
    }

    .dcf-table td, .dcf-table th {
      padding-right: 1.78em
    }

    .dcf-table-bordered, .dcf-table-bordered td, .dcf-table-bordered th {
      border: 1px solid var(--b-table)
    }

    .dcf-table-bordered td, .dcf-table-bordered th, .dcf-table-striped td, .dcf-table-striped th {
      padding-left: 1em;
      padding-right: 1em
    }

    .dcf-table-bordered tr:not(:last-child), .dcf-table-striped tr:not(:last-child) {
      border-bottom: 1px solid var(--b-table)
    }

    .dcf-table-striped tbody tr:nth-of-type(2n) {
      background-color: var(--bg-table-stripe)
    }

    .dcf-table thead td, .dcf-table thead th {
      padding-bottom: .75em;
      vertical-align: bottom
    }

    .dcf-table tbody td, .dcf-table tbody th, .dcf-table tfoot td, .dcf-table tfoot th {
      padding-top: .75em;
      vertical-align: top
    }

    .dcf-table tbody td, .dcf-table tbody th {
      padding-bottom: .75em
    }

    .dcf-table-bordered thead th {
      padding-top: 1.33em
    }

    .dcf-wrapper-table-scroll {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      left: 50%;
      margin-left: -50vw;
      margin-right: -50vw;
      padding-bottom: 1em;
      position: relative;
      right: 50%;
      width: 100vw
    }

    @media only screen and (max-width:42.09em) {
      .dcf-table-responsive thead {
        clip: rect(0 0 0 0);
        -webkit-clip-path: inset(50%);
        clip-path: inset(50%);
        height: 1px;
        overflow: hidden;
        position: absolute;
        width: 1px;
        white-space: nowrap
      }
      .dcf-table-responsive tr {
        display: block
      }
      .dcf-table-responsive td {
        -webkit-column-gap: 3.16vw;
        -moz-column-gap: 3.16vw;
        column-gap: 3.16vw;
        display: grid;
        grid-template-columns: 1fr 2fr;
        text-align: left!important
      }
      .dcf-table-responsive.dcf-table-bordered, .dcf-table-responsive.dcf-table-bordered thead th {
        border-width: 0
      }
      .dcf-table-responsive.dcf-table-bordered tbody td {
        border-top-width: 0
      }
      .dcf-table-responsive:not(.dcf-table-bordered) tbody tr {
        padding-bottom: .75em
      }
      .dcf-table-responsive:not(.dcf-table-bordered) tbody td {
        padding-bottom: 0
      }
      .dcf-table-responsive:not(.dcf-table-bordered):not(.dcf-table-striped) tbody td {
        padding-right: 0
      }
      .dcf-table-responsive.dcf-table-bordered tbody tr:last-child td:last-child {
        border-bottom-width: 0
      }
      .dcf-table-responsive tbody td:before {
        content: attr(data-label);
        float: left;
        font-weight: 700;
        padding-right: 1.78em
      }
    }

.dcf-overflow-x-auto {
      overflow-x: auto!important;
      -webkit-overflow-scrolling: touch
    }
    
.dcf-w-100\% {
  width: 100%!important;
		}
.cm-pref-page p.header{
  opacity: 1;
  position: relative;
  transform: translateZ(0);
  transition:none;
  width: auto;
  z-index:1;
}

#hs_cos_wrapper_language-switcher {
  display: none;
}

.header {
  width: 100%;
  z-index: 9999;
  opacity: 1;
  transition: transform .35s ease-out .15s, opacity .15s ease-out;
  position: fixed;
  transform: translate3d(0, 0, 0);
}

.header--hidden {
  opacity: 0;
  transition: transform .35s ease-out, opacity .15s ease-out .35s;
  transform: translate3d(0, -100%, 0);
}

.header__panel {
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  background: #ffffffd1;
  transition: all .35s ease-out;
  position: absolute;
  bottom: 0;
  left: 0;
  box-shadow: 0 1px 1px #33333324, 0 2px 12px #3333330a;
}

.header__overlay {
  z-index: 9998;
  opacity: 0;
  pointer-events: none;
  background: #3333333d;
  transition: opacity .2s ease-out;
  position: fixed;
  inset: 0;
}

.header__container {
  width: 100%;
  max-width: 1280px;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 12px 24px;
  display: flex;
}

.header__nav__ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.header__nav__li {
  margin-left: 40px;
}

.header__nav__li:first-child {
  margin-left: 0;
}

.header__nav__link {
  z-index: 10;
  color: #333;
  height: 20px;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-family: GloberSemiBold, sans-serif;
  font-size: 16px;
  transition: color .15s ease-out;
  display: block;
  position: relative;
}

@media (pointer: fine) {
  .header__nav__link:hover {
    text-decoration: none;
    color: #0052cc !important;
  }
}

.header__nav__sub {
  width: 100%;
  z-index: 9;
  opacity: 0;
  pointer-events: none;
  transition: opacity .15s ease-out, transform .35s ease-out .15s;
  position: absolute;
  top: 100%;
  left: 0;
  transform: translate3d(0, -25%, 0);
}

.header__nav__sub a {
  letter-spacing: .02em;
  color: #333;
  font-family: GloberSemiBold, sans-serif;
  font-size: 14px;
  line-height: 24px;
  transition: color .15s ease-out;
}

@media (pointer: fine) {
  .header__nav__sub a:hover {
    color: #0052cc;
    text-decoration: none;
  }
}

.header__nav__sub .with-icon {
  height: min-content;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  display: inline-flex;
}

.header__nav__sub .with-icon svg {
  fill: currentColor;
  height: 20px;
  margin-right: 8px;
}

.header__nav__sub .with-icon svg.products-icon {
  height: 32px;
  width: 32px;
}

.header__nav__sub .with-icon span {
  height: 20px;
  display: inline-block;
}

.header__nav__sub span.with-icon {
 font-family: EuclidCircularA-Semibold, sans-serif;
  color: rgba(38,38,38,0.48)
}

.header__nav__sub p {
  letter-spacing: .02em;
  color: #5f6776;
  margin: 0;
  padding-right: 24px;
  font-size: 14px;
  line-height: 1.5;
}

.header__nav__sub-container {
  width: 100%;
  max-width: 1280px;
  grid-gap: 24px;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto;
  padding: 32px 24px 48px;
  display: grid;
}

.header__nav__sub-container--about {
  display: block;
}

.header__nav__sub h3 {
  margin: 0;
}

.header__nav__sub-countries-wrapper {
  width: 100%;
  grid-gap: 24px;
  grid-template-columns: repeat(2, 1fr);
  display: grid;
}
.header__nav__sub-col.header__nav__sub-col--countries img{
    max-width: 20px;
    max-height: 20px;
}
.header__nav__sub-about-wrapper {
  width: 100%;
  grid-gap: 24px;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}

.header__nav__sub-divider {
  width: 100%;
  height: 1px;
  background-color: #b6bbc4;
  border-radius: 3px;
  margin: 40px 0;
}

.header__nav__sub-col {
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  display: flex;
}

.header__nav__sub-col--about-us {
  gap: 12px;
}

.header__nav__sub-col--about-us a {
  font-size: 16px;
}

.header__nav__sub-col--countries {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.header__nav__sub-col--countries a {
  align-items: center;
  display: inline-flex;
}

.header__nav__sub-col--countries a span {
  height: 20px;
  margin-left: 8px;
}

.header__cta {
  margin: 0 24px;
}

.header__cta a {
  height: 40px;
  text-transform: uppercase;
  letter-spacing: .02em;
  background: #fff000;
  border-radius: 3px;
  padding: 10px 16px;
  font-family: GloberxBold, sans-serif;
  display: block;
}

@media (pointer: fine) {
  .header__cta a:hover {
    background-color: #ccc;
  }
}

.header__cta-lang-group {
  z-index: 1;
  align-items: center;
  display: flex;
  position: relative;
}

.header__logo-container {
  display: flex;
  align-items: center;
  gap: 5px;
  z-index: 1;
  position: relative;
}

.header__logo-divider {
  width: 1px;
  display: block;
  height: 12px;
  background: #C6C6C6;
}

.header__logo svg {
  display: block;
}


@media (pointer: fine) {
  .header__logo:hover svg path {
    fill: #0052cc;
  }

  .header__logo svg path {
    transition: fill .15s ease-out;
  }
}

.lang-switch {
  pointer-events: none;
  position: relative;
  z-index:-1;
}

.lang-switch__arrow {
  display: none;
}

.lang-switch--w-values {
  pointer-events: all;
}

.lang-switch--w-values .lang-switch__arrow {
  display: block;
}

.lang-switch--showOptions .lang-switch__options {
  pointer-events: all;
  opacity: 1;
}

.lang-switch--showOptions .lang-switch__arrow {
  transform: rotateZ(180deg);
}

.lang-switch__arrow {
  transition: transform .15s ease-out;
}

.lang-switch__trigger {
  text-transform: uppercase;
  color: #333;
  cursor: pointer;
  align-items: center;
  transition: color .15s ease-out;
  display: flex;
}

@media (pointer: fine) {
  .lang-switch__trigger:hover {
    color: #b6bbc4;
  }
}

.lang-switch__trigger span {
  height: 20px;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin: 0 4px;
  font-family: GloberSemiBold, sans-serif;
  font-size: 16px;
  display: inline-block;
}

.lang-switch__options {
  opacity: 0;
  pointer-events: none;
  background: #fafafa;
  border-radius: 3px;
  margin: 0;
  padding: 8px;
  list-style: none;
  transition: opacity .15s ease-out, transform .35s ease-out .15s;
  position: absolute;
  top: 24px;
  left: 16px;
  box-shadow: 0 3px 5px #3333, 0 0 1px #3333334f;
}

.lang-switch__options a {
  height: 20px;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #333;
  font-family: GloberSemiBold, sans-serif;
  font-size: 16px;
  transition: color .15s ease-out;
  display: inline-block;
}
.lang-switch__options a {
  font-size: 0;
}

.lang-switch__options a:before {
  font-size: 16px;
  content: attr(lang);
}

@media (pointer: fine) {
  .lang-switch__options a:hover {
    color: #0052cc;
    text-decoration: none;
  }
}

.header-outer.show-megamenu .header__overlay {
  opacity: 1;
  pointer-events: all;
}

.header-outer.show-megamenu .header__panel {
  background: #ffffffeb;
}

.header-outer.show-megamenu .header__nav__link {
  color: #b6bbc4;
}

.header-outer.show-megamenu .header__nav__li.hovered .header__nav__sub {
  pointer-events: all;
  opacity: 1;
  transition: opacity .15s ease-out .2s, transform .35s ease-out;
  transform: translate3d(0, 0, 0);
}

.header-outer.show-megamenu .header__nav__li.hovered .header__nav__link {
  color: #333;
  text-decoration: none;
}

.nav-controls, .menu-button {
  display: none;
}

.overflow-hidden,
.overflow-hidden1 {
  overflow: hidden;
}

@media screen and (max-width: 1100px), (hover: none) {
  .header__overlay {
    display: none;
  }

  .header__panel {
    height: 110vh;
    bottom: 100%;
    transform: translate3d(0, 64px, 0);
  }

  .header__nav {
    z-index: 1;
    height: calc(100vh - 64px);
    width: calc(100% - 48px);
    opacity: 0;
    pointer-events: none;
    border-top: 1px solid #b6bbc4;
    margin: 0 auto;
    transition: opacity .15s ease-out;
    position: absolute;
    top: 64px;
    overflow-y: auto;
  }

  .header__nav__ul {
    flex-direction: column;
    padding-left: 140px;
  }

  .header__nav__li {
    min-height: calc(100vh - 64px);
    align-items: center;
    margin: 0;
    display: flex;
  }

  .header__nav__li:nth-child(1) .header__nav__link {
    top: calc(50vh - 132.25px);
  }

  .header__nav__li:nth-child(2) .header__nav__link {
    top: calc(50vh - 64.25px);
  }

  .header__nav__li:nth-child(3) .header__nav__link {
    top: calc(50vh + 3.75px);
  }

  .header__nav__li:nth-child(4) .header__nav__link {
    top: calc(50vh + 71.75px);
  }

  .header__nav__li:nth-child(5) .header__nav__link {
    top: calc(50vh + 139.75px);
  }

  .header__nav__link {
    z-index: 99999;
    transition: transform .35s ease-out .15s;
    position: fixed;
    left: 24px;
    transform: translate3d(0, -25%, 0);
  }

  .header__nav__sub {
    opacity: 1;
    position: relative;
    top: auto;
    transform: translate3d(0, -25%, 0);
  }

  .header__nav__sub-container, .header__nav__sub-about-wrapper {
    grid-gap: 48px 24px;
    grid-template-columns: repeat(2, 1fr);
  }

  .header__nav__sub-countries-wrapper {
    grid-gap: 40px 0;
    grid-template-columns: repeat(1, 1fr);
  }

  .header__nav__sub-col--countries {
    grid-gap: 40px 24px;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
  }

  .nav-controls {
    width: 1px;
    z-index: 99999;
    height: 388px;
    background: #b6bbc4;
    align-items: center;
    display: flex;
    position: fixed;
    top: calc(50vh - 180px);
    left: 140px;
  }

  .nav-controls > button {
    padding: 6px;
    position: absolute;
    left: -16px;
    background: none !important;
  }

  .nav-controls svg {
    display: block;
  }

  .nav-controls__dots {
    flex-direction: column;
    gap: 36px;
    display: flex;
    position: absolute;
    left: -16px;
  }

  .nav-controls__dots button {
    width: 33px;
    height: 32px;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: inline-flex;
    color: #b6bbc4 !important;
    background-color: #0000 !important;
  }

  .nav-controls__dots button.active-dot {
    color: #333 !important;
  }

  .nav-controls__prev {
    bottom: calc(100% + 8px);
  }

  .nav-controls__prev svg {
    transform: rotate(180deg);
  }

  .nav-controls__next {
    top: calc(100% + 8px);
  }

  .nav-controls--disabled {
    pointer-events: none;
    opacity: .5;
  }

  .menu-button {
    width: 32px;
    height: 32px;
    z-index: 1;
    color: #333;
    margin-left: auto;
    padding: 0;
    display: inline-block;
    position: relative;
    background-color: #0000 !important;
  }

  .menu-button span {
    width: 20px;
    height: 2px;
    opacity: 1;
    background-color: currentColor;
    margin: 0 auto;
    transition-duration: 0s;
    transition-delay: .2s;
    display: block;
    position: relative;
  }

  .menu-button span:before, .menu-button span:after {
    width: 20px;
    height: 2px;
    content: "";
    background-color: currentColor;
    transition-property: margin, transform;
    transition-duration: .2s;
    transition-delay: .2s, 0s;
    display: block;
    position: absolute;
  }

  .menu-button span:before {
    margin-top: -6px;
  }

  .menu-button span:after {
    margin-top: 6px;
  }

  .header-outer.show-megamenu .header__nav,
  .header-outer.show-megamenu1 .header__nav {
    pointer-events: all;
    opacity: 1;
    transition: opacity .15s ease-out .2s;
  }

  .header-outer.show-megamenu .header__nav__link,
  .header-outer.show-megamenu1 .header__nav__link{
    color: var(--black-color);
    transition: transform .35s ease-out .15s;
    transform: translate3d(0, 0, 0);
  }

  .header-outer.show-megamenu .header__nav__sub,
  .header-outer.show-megamenu1 .header__nav__sub{
    pointer-events: all;
    transition: transform .35s ease-out;
    transform: translate3d(0, 0, 0);
  }

  .header-outer.show-megamenu .header__panel,
  .header-outer.show-megamenu1 .header__panel{
    transform: translate3d(0, 100%, 0);
  }

  .header-outer.show-megamenu .menu-button span,
  .header-outer.show-megamenu1 .menu-button span{
    background-color: #0000;
    transition-delay: .2s;
  }

  .header-outer.show-megamenu .menu-button span:before,
  .header-outer.show-megamenu1 .menu-button span:before{
    margin-top: 0;
    transition-delay: 0s, .2s;
    transform: rotate(45deg);
  }

  .header-outer.show-megamenu .menu-button span:after,
  .header-outer.show-megamenu1 .menu-button span:after{
    margin-top: 0;
    transition-delay: 0s, .2s;
    transform: rotate(-45deg);
  }



  header.header-outer.show-megamenu1:after {
    height: 100vh;
  }

  .show-megamenu .header__panel {
    bottom: calc(100% + 40px);
  }

}

@media screen and (max-width: 762px) {
  .header__container {
    padding: 12px 16px;
  }

  .header__nav {
    width: calc(100% - 32px);
  }

  .header__nav__sub-container {
    grid-template-columns: repeat(1, 1fr);
    padding: 32px 0 128px 16px;
  }

  .header__nav__ul {
    padding-left: 128px;
  }

  .header__nav__link {
    left: 16px;
  }

  .header__nav__sub a {
    height: auto;
  }

  .header__nav__sub-about-wrapper, .header__nav__sub-col--countries {
    grid-template-columns: repeat(1, 1fr);
  }

  .header__cta {
    margin: 0 16px;
  }

  .nav-controls {
    left: 128px;
  }
}

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

}


.header__logo .icon-only {
display:none;
  }

@media screen and (max-width: 520px) {
    .header__logo-container .word-and-icon{
        display: none;
    }
    .header__logo-container .icon-only{
    display: block;    
        width: 30px;
  }
      .header__logo .wordmark {
    display: none;
}
.header__logo.header__logo--stagil{
    width: 35px;
}
.header__logo.header__logo--catworkx{
width: 35px;
}
.header__logo-container g.wordmark{
  display:none;}
}      
}

/* -----------Header Atlassian Cloud Migration------------ */

.header__nav__sub h3 {
  margin: 0;
}


.header__nav__sub-col--image {
  padding: 0 24px;
  align-items: center;
  gap: 12px;
  position: relative;
}



.header__nav__sub-col--image:hover .svg__cloud-icon {
  animation: cloudMigrationHover 2000ms ease-out infinite reverse;
  opacity: 1;
}



.header__nav__sub-col--image .svg__cloud-icon {
  transition: opacity 500ms;
  opacity: 0;
}



@keyframes cloudMigrationHover {
  0% {
    transform: translateY(100%);
  }

  64% {
    opacity: 1;
  }



  100% {
    opacity: 0;
    transform: translateY(20%);
  }
}



.header__nav__sub-col--image::before {
  content: '';
  display: block;
  position: absolute;
  height: 80%;
  top: 10%;
  bottom: 10%;
  left: 0;
  width: 1px;
  background: #b6bbc4;
  z-index: 1000;
}

/* -----------Header Atlassian Cloud Migration------------ */
.header__nav__sub-col--image p {
  padding: 0;
  text-align: center;
  font-family: Glober, sans-serif;
}

.header__nav__sub-col--image h3 {
  font-size: 16px;
}

.header .header__nav__sub-col.header__nav__sub-col--image p {
  color: #5f6776;
  font-size: 14px;
  letter-spacing: .02em;
  line-height: 1.5;
  margin: 0;
  padding-right: 24px;
  text-transform: none;
  padding: 0px;
}
.header .header__nav__sub-col.header__nav__sub-col--image h3 {
  color: #333;
  font-family: GloberSemiBold,sans-serif;
  font-size: 14px;
  letter-spacing: .02em;
  line-height: 24px;
  transition: color .15s ease-out;
  text-transform: none;
  font-size: 16px;
}
.header .header__nav__sub-col.header__nav__sub-col--image svg {
  width: 150px;
  height: 150px;
}

@media (max-width: 1100px) {
  .header .header__nav__sub-col.header__nav__sub-col--image  {
    display: none;
  }
}

.header__nav__sub-col--image:hover p {
  color: #0052cc!important;
}


@media (min-width: 1101px) {
  header.header-outer.show-megamenu > *:not(.header) {
    background: #ffffffeb;
  }


  .header-outer .meta-nav {
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
  }
}

.scroll-header .header-outer>.hs_cos_wrapper {
  transform: translateY(-39px);
}

.scroll-header .header-outer .header{
  margin-top: 0;
}

.header-outer>.hs_cos_wrapper,
.header {
  transition: all 0.3s ease;
}
#footer {
  padding: 24px 11px 40px;
  margin-top: 100px;
  border-top: 1px solid #e5e5e5;
}
.footer-links .hs-menu-wrapper > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#footer .footer-language-container ul li a {
    font-size: 0 !important;
}

#footer .footer-language-container ul li a[lang=de]:after {
    content: "DE";
    font-size: 16px;
    line-height: 17px;
    color: #2b2e34;
    cursor: pointer;
}

#footer .footer-language-container ul li a[lang=en]:after {
    content: "EN";
    font-size: 16px;
    line-height: 17px;
    color: #2b2e34;
    cursor: pointer;
}
.footer-links .hs-menu-wrapper > ul > li {
  width: auto !important;
  margin-right: 64px;
  min-width: 160px;
  margin-top: 40px;
}
.footer-links .hs-menu-wrapper > ul > li:last-child {
  margin-right: 0px;
}
.footer-links .hs-menu-wrapper > ul > li {
  line-height: 17px;
}
.footer-links .hs-menu-wrapper > ul > li> a:first-child{
  text-transform: uppercase;
  margin: 0;
  font-family: 'GloberxBold';
  letter-spacing: 1px;
  font-weight: normal;
  font-size: 14px;
    line-height: 17px;
  display: block;
  margin-bottom: 16px;
}
.footer-links .hs-menu-wrapper > ul > li > a svg {
margin-top: -5px;
    margin-bottom: -5px;
    margin-right: 5px;
    height:20px;
    width: 20px;
}
.footer-links .hs-menu-wrapper>ul>li:first-child>a:hover {
  opacity: 0.65;
}
.footer-links .hs-menu-wrapper ul ul li {
  margin-bottom: 12px;
  line-height: 17px;
}
.footer-links .hs-menu-wrapper ul ul li a {
  display: inline-block;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  transition: all .15s ease-out;
}
.footer-row {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 16px;
} 
.footer-col {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.footer-copyright {
  font-size: 12px;
  color: #C6C6C6;
  margin-left: 80px;
  margin-top: 3px;
}
.footer-row:after {
  content: '';
  position: absolute;
  display: block;
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
  left: 0;
  top: 10px;
  height: 1px;
}
.footer-links {
    margin-top: 10px;
}
/*.footer .page-center {
      padding-left: 5px;
    padding-right: 5px;
}*/
.footer-copyright .hs_cos_wrapper_type_rich_text span:first-child {
    margin-right: 48px;
}
.footer-language-container {
    position: relative;
}
.footer-copyright a {
    font-size: 14px;
    line-height: 17px;
    transition: all .15s ease-out;
}
.footer-language-container .header__language-switcher--label-current {
    display: none;
}
#footer-language {
    background: transparent;
    padding: 0;
    border: 0;
    outline: 0;
    display: flex;
    align-items: center;
    font-family: 'GloberxBold';
    transition: all .15s ease-out;
  cursor: pointer;
}
#footer-language .language-label {
    padding-top: 2px;
    margin: 0 4px;
}
#footer-language .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
#footer .footer-language-container ul {
    width: 39px;
    position: absolute;
    bottom: 100%;
    right: 0;
    opacity: 0;
    background: #fff;
    transition: all .15s ease-out;
  list-style: none;
    padding: 0;
    margin: 0;
}
#footer .footer-language-container li:first-child {
  display: none;
}
#footer .footer-language-container li {
    width: 100%;
    margin: 0;
    float: none;
    height: auto;
}
#footer .footer-language-container ul a {
    width: 100%;
    padding: 8px 4px 4px;
    font-size: 16px;
    color: #2B2E34;
    text-decoration: none;
    transition: all .15s ease-out;
    background: transparent;
      display: inline-block;
    line-height: 17px;
  cursor: pointer;
}
#footer .footer-language-container ul a:hover {
    background: #FFEA3D;
}
.footer-language-container:hover .footer-language-ul {
    pointer-events: all;
    opacity: 1 !important;
    display: block;
}
#footer #hs_cos_wrapper_language-switcher_ {
    display: none;
}
@media screen and (max-width: 992px) {
  .footer-row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
  .footer-links .hs-menu-wrapper>ul {
    justify-content: flex-start;
        flex-direction: unset !important;
  }
  .footer-language-container {
   display: none; 
  }
  .footer-copyright {
    margin-left: 0px;
}
}
@media screen and (max-width: 560px) {
  .footer-links .hs-menu-wrapper>ul>li {
    width: 100% !important;
    text-align: center;
    margin-right: 0;
  }
  .footer-copyright {
    margin-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
  .footer-links .hs-menu-wrapper>ul>li:first-child>a {
    margin-left: auto;
    margin-right: auto;
}
   .footer-copyright .hs_cos_wrapper_type_rich_text {
     margin-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .footer-copyright .hs_cos_wrapper_type_rich_text span:first-child {
    margin-right: 0px;
}
}
/* 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;
  }
}





/* search-style */

.hs-search-field .hs-search-field__suggestions li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.hs-search-field .hs-search-field__suggestions li a:hover,
.hs-search-field .hs-search-field__suggestions li a:focus {
  background-color: transparent;
  text-decoration: none;
}

.hs-search-field.hs-search-field--open {
  padding: 20px;
}

.hs-search-field {
  background: #f5f5f5;
  padding: 20px;
}

.hs-search-field form {
  padding: 0;
  background: none;
}

.hs-search-field form .hs-search-field__input {
  margin: 0 0 0px;
}

.hs-search-field.hs-search-field--open ul.hs-search-field__suggestions {
  padding: 10px;
}


.hs-search-field__suggestions {
  position: absolute;
  right: 20px;
  left: 20px;
  background: #f5f5f5;
}

.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #ccc;
}


/* search-page-style */
.hs-search-results .hs-search-results__listing li {
  margin-bottom: 40px;
}

.hs-search-results .hs-search-results__listing  .hs-search-results__title {
  clear: both;
  font-size: 24pt;
  margin-bottom: 8px;
  font-family: GloberLight;
  font-weight: 400;
  text-decoration: none;
}

.systems-page h1 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.heading-3 {
  letter-spacing: .02em; 
  line-height: 1;
}

.heading-3 span {
  line-height: 20px;
}