@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick-theme.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.css');
@import url('https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/Swiper/3.4.1/css/swiper.min.css');
/* 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;
}

/**
 * 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
   ========================================================================== */

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 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
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, 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;
}

/* 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 */
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 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;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

/**
 * 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 and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

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



/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;

}

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

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


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

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

/* The overflow-wrap is meant to prevent long/large words from breaking the mobile responsiveness of a page (e.g. horizontal scrolling). It is preferred to reduce font sizes on mobile to address this, with this CSS specifically helping with extreme scenarios where a reduction in font size is not possible. */

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

/* Handles word breaking for a few specific languages which handle breaks in words differently. If your content is not translated into these languages, you can safely remove this.  */

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  overflow-wrap: normal;
  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: 4px solid #E9F1FA;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
  vertical-align:bottom;
}
p:last-child{
margin:0;
}
button,
.button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled,
.hs-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;
}

/* Form Title */
.form-title {
  margin-bottom: 0;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=search],
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 textarea {
  resize: vertical;
}

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: #E85363;
}

.hs-error-msg {
  color: var(--Accents-Red, #E85363);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  background-image: url(https://lp.ajm.si/hubfs/Spletna%20stran/Ikone/emergency_home2.png);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 20px;
}

/* 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;
  transition:all 0.15s linear;
}

form .hs-button:hover,
form input[type=submit]:hover {
  box-shadow: 0px 0px 0px 4px #044E9F33;
  border-style: solid;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


/* Search button input field and suggestions */
.body-container-wrapper .hs-search-field__button {
  padding: 15px;
}

.body-container-wrapper .hs-search-field__bar--button-inline .hs-search-field__button {
  margin-left: 6px;
  margin-bottom: 0;
}

.body-container-wrapper .hs-search-field__button svg {
  height: 15px;
  fill: #fff;
}

.body-container-wrapper .hs-search-field__bar > form > .hs-search-field__input {
  padding: 10px;
}

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



form .hs-input:not([type=checkbox],input[type=radio]) {
  height: 56px;
  font-family: inherit;
  width: 100% !important;
  outline:0;
  padding-inline:18px;
}

form .input {
  margin: 0 !important;
}

.hs-input::placeholder {
  color: var(--Base-400, #91949A);
}

form fieldset.form-columns-2 {
  display: flex;
  gap: 32px;
}

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

form label {
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
}

form select.hs-input {
  appearance: none;
  background-image: url(https://lp.ajm.si/hubfs/AJM%20-%202024/images/global/Chewrond%20Down@2x.png);
  background-repeat: no-repeat;
  background-position: center;
  background-position: calc(100% - 18px);
}

form .hs-input:not([type=checkbox],input[type=radio]):hover,form .hs-input:focus,input[type=password]:hover,input[type=password]:focus {
  border-color: var(--brand_blue);
  box-shadow: 0px 0px 0px 3px #044E9F33;
  transition: all 0.15s linear;
}


form .legal-consent-container p {
  font-size: 14px;
  line-height: 25.6px;
  margin-bottom: 16px;
}

form .hs-button, form input[type=submit] {
  width: 100%;
}

form span.hs-form-required {
  display: none;
}

form input[type=checkbox] {
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 1px solid var(--Base-130, #D4D7DD);
  background: var(--Base-White, #FFF);
}

form input[type=checkbox]:hover {
  border-radius: 6px;
  border: 1px solid var(--Brand-Blue-Blue, #044E9F);
  background: var(--Base-White, #FFF);
  box-shadow: 0px 0px 0px 3px rgba(4, 78, 159, 0.20);
}
form input[type=checkbox]:checked {
  background-image: url(https://lp.ajm.si/hubfs/AJM%20-%202024/images/global/Done%2011.png);
  background-color: var(--brand_blue);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
}
.hs-membership-global-error{
  display: none; 
}

form input[type=radio] {
  appearance: none;
  width: 22px!important;
  height: 22px;
  border-radius: 60px;
  border: 1px solid var(--Base-130, #D4D7DD);
  background: var(--Base-White, #FFF);
  position: relative;
}

form input[type=radio]:hover {
  box-shadow: 0px 0px 0px 3px rgba(4, 78, 159, 0.20);
  transition:all 0.15s linear;
}

form input[type=radio]:checked {
  background-image: url(https://lp.ajm.si/hubfs/AJM%20-%202024/images/global/round_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  border-color: #044E9F;
  box-shadow: 0px 0px 0px 3px rgba(4, 78, 159, 0.20);
  transition: none;
}

@media (max-width:1199px){
  form fieldset.form-columns-2{
    gap: 25px;
  }
}

@media(max-width:767px){
  .form-title, 
  form label, 
  form legend {
    margin: 0 0 10px;
  }
  form .hs-form-field {
    margin: 0 0 16px;
  }
  form fieldset.form-columns-2 {
    flex-direction: column;
    gap: 0;
  }

  form fieldset.form-columns-2 >* {
    width: 100% !important;
  }
  form .legal-consent-container {
    margin-top: 24px;
  }
}
/* 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;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Header DND sections */

.header .dnd-section {
  padding: 0;
}

/* Header container */

.header__container {
  display: flex;
  justify-content: space-between;
}

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

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

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

  .header__column {
    position: relative;
  }

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

  .header__row-2 {
    justify-content: center;
    padding: 1.05rem;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

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

@media (max-width: 767px) {
  .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: 1rem;
}

/* Search bar */

.header__search {
  padding: 0 1rem;
  width: auto;
}



.hs-search-field__form {
  position: relative;
}

.header__search .hs-search-field__label {
  flex-basis: auto;
}



.header__search .hs-search-field__input {
  
  height: 45px;
  padding: 0 0.7rem;
}



.header__search .hs-search-field__button {
  padding: 0;
  fill: #000;
  background-color: transparent;
  border: none;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
}

.header__search .hs-search-field__button svg {
  height: 25px;
}


.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: 767px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 1rem 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
}

@media (max-width: 767px) {
  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 1.05rem;
  }
}

/* Language switcher */

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

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

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

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  margin-bottom: 0.175rem;
  margin-left: 0.7rem;
}

.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: 0.7rem;
  margin-top: 0.175rem;
  width: 0px;
}

@media (max-width: 767px) {
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 1.05rem;
    padding-right: 0;
  }

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

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 767px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    left: 0;
    min-height: calc(100vh - 115px);
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .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,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--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(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

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

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

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

  .header__search--toggle {
    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(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}


/* =========== custom header CSS ===========*/

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 150px;
  height: 100vh;
  z-index:999;
}

.header .content-wrapper {
  padding: 16px;
  height:100%;
  background-color: var(--primary_white);
  border:solid;
  border-width: 0 1px 0 1px;
  border-color: #E9EBF0;
}

.header .hs_cos_wrapper_type_linked_image {
  display: block;
  margin-bottom: 36px;
}

.header .custom-menu-wrap .close-btn,
.bottom-arrow.outer-bottom-arrow.show + .social-icons-wrap {
  display: none;
}

.header .custom-menu-wrap .open-btn img {
  display: block;
  margin-inline: auto;
  margin-bottom: 12px;
}

.header .custom-menu-wrap .open-btn {
  font-family: var(--barlow_font);
  font-size: 11px;
  font-weight: 600;
  line-height: 15.4px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #91949A;
  text-transform: uppercase;
  width: max-content;
  margin-inline: auto;
  cursor:pointer;
}

.menu-toggle {
  width: max-content;
  margin-inline: auto;
}

.header .download-resource-main a {
  text-decoration: none;
  font-family: var(--barlow_font);
  font-size: 11px;
  font-weight: 600;
  line-height: 15.4px;
  letter-spacing: 0.05em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #91949A;
  text-transform: uppercase;
}

.header .download-resource-main {
  padding: 0px 26px;
  transition:all 0.3s linear;
}

.header .download-resource-main a span.title-main {
  display: block;
  margin-bottom: 16px;
  transition:all 0.1s linear;
}

.header .download-resource-main:hover span.title-main{
  color:var(--primary_color);
}

.header .content-wrapper > .row-fluid-wrapper,
.header .content-wrapper>.row-fluid-wrapper > .row-fluid,
.header .content-wrapper>.row-fluid-wrapper > .row-fluid > div > .row-fluid-wrapper,
.header .content-wrapper>.row-fluid-wrapper > .row-fluid > div > .row-fluid-wrapper >.row-fluid {
  height: 100%;
}

.header .content-wrapper>.row-fluid-wrapper > .row-fluid > div > .row-fluid-wrapper >.row-fluid > div {
  display: flex;
  flex-direction: column;
}

.header .content-wrapper>.row-fluid-wrapper > .row-fluid > div > .row-fluid-wrapper >.row-fluid > div >*:nth-child(3) {
  margin-top: auto;
}
.header .tab-wrapper .menu-level-3 .menu-subitem3 + .menu-subitem3 {
  margin: 0 !important;
}

/*===== CSS ===*/

.toggle-slide {
  display: block !important;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: var(--primary_white);
  transform: translateX(-100%);
  max-height: 100vh;
  overflow-y: auto;
  min-height:100vh;
  overflow-x: clip;
  z-index:-1;
}

.open-menu .toggle-slide {
  transform: translateX(0);
  margin-left: 150px;
  width:calc(100% - 150px);
  transition-property: transform;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .3s;
}

.toggle-slide .menu-wrap {
  padding: 104px 56px 56px;
  position:relative;
}

.toggle-slide .menu-wrap ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

.toggle-slide .menu-wrap .menu-level-1>.menu-item>a ,
.menu-subitem2 a{
  text-decoration: none;
  color: var(--Base-600, #626469);
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.4px;
  padding: 10px 8px;
  display: block;
  transition: all 0.3s linear;
  border-radius: 6px;
  position: relative;
}
.toggle-slide .menu-wrap .simple-type-menu .menu-item a {
  padding: 8px;
}

.toggle-slide .menu-wrap .menu-level-1>.bold-item>a {
  color: var(--primary_color);
  font-size: 28px;
  line-height: 130%;
  letter-spacing: -0.56px;
}

.toggle-slide .submenu-wrap {
  display: none;
}

.toggle-slide .menu-wrap ul>.bold-item:nth-child(3) {
  margin-bottom: 32px;
}

.toggle-slide .menu-wrap ul>.item-with-icon:nth--last-child(3) {
  margin-top: 32px;
}

.header .toggle-slide .menu-wrap ul .item-with-icon:nth-last-child(4) {
  margin-top: 32px;
}

.toggle-slide .menu-wrap .menu-level-1>.item-with-icon>a {
  display: flex;
  font-size: 16px;
  gap: 8px;
  padding: 4px 6px;
  border-radius: 6px;
}

/*
.toggle-slide .menu-wrap .menu-item a:hover {
background: var(--Base-40, #EEF0F3);
}
*/

.toggle-slide .menu-wrap .menu-level-1 .menu-item+.menu-item {
  margin-top: 4px;
}

.toggle-slide .menu-wrap .menu-level-1 .menu-subitem1 {
  max-width: 388px;
}


.toggle-slide .menu-wrap .menu-level-1 .menu-subitem1.has-child >a::after {
  content: "";
  background-image: url(https://lp.ajm.si/hubfs/AJM%20-%202024/images/Header%20Images/Gray-arrow.svg);
  position: absolute;
  top:13px;
  right: 16px;
  width: 10px;
  height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
}

.toggle-slide .menu-wrap .menu-level-1 .menu-subitem1.has-child.bold-item >a::after {
  top: 20px;
  background-image: url(https://lp.ajm.si/hubfs/AJM%20-%202024/images/Header%20Images/Arrow.svg);
}

.toggle-slide .menu-wrap .menu-level-1>.menu-item:hover::after {
  filter: brightness(0) saturate(100%) invert(2%) sepia(4%) saturate(3197%) hue-rotate(201deg) brightness(88%) contrast(99%);
}

.toggle-slide .menu-wrap .menu-level-1>.menu-item:hover>a,
.header .menu-subitem2 a:hover {
  color: var(--primary_color);
}

.social-icons-wrap.open-menu {
  opacity: 0;
}

.custom-menu-wrap .social-icons-wrap {
  padding: 0 56px;
  display: flex;
  gap:8px;
}

.custom-menu-wrap .social-icons-wrap ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  gap: 8px;
}
.languageswitcher-wrap .lang-flag-main {
  cursor: pointer;
}
.languageswitcher-wrap {
  position: relative;
}

.languageswitcher-wrap::after {
  content: "";
  position: absolute;
  left: -15px;
  top: 10px;
  background: var(--Base-50, #E9EBF0);
  width: 1px;
  height: 20px;
  display:none;
}

.custom-menu-wrap .social-icons-wrap ul li a,
.languageswitcher-wrap .lang-flag-main {
  width: 40px;
  aspect-ratio: 1;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  background: var(--Base-30, #F7F7F8);
  line-height: 0;
  transition: all 0.3s linear;
  border: 1px solid transparent;
}

.custom-menu-wrap .social-icons-wrap ul li a:hover,
.languageswitcher-wrap .lang-flag-main:hover  {
  box-shadow: 0px 0px 0px 3px #0000000D;
  border: 1px solid #00000080;
}

.submenu-wrap.card-submenu {
  display: block;
  position: absolute;
  left:0%;
  width:100%;
  transition: all 0.4s linear;
  top:0;
  left:0;
  opacity:0;
  width:100%;
  height:100%;
  background-color:var(--primary_white);
  z-index:9;
  visibility:hidden;
  padding: 105px 56px 0;
}

.toggle-slide .menu-wrap .menu-level-1 .menu-subitem1.active .submenu-wrap {
  opacity: 1;
  visibility:visible;
}

.header .back-btn .icon-wrap {
  border-radius: 4px;
  border: 1px solid var(--Base-130, #D4D7DD);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:all 0.3s linear;
}

.header .back-btn .icon-wrap:hover{
  border: 1px solid var(--Base-1000, #060608);
  box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.05);
}


.header .back-btn {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
  position:relative;
}

.header .back-btn span {
  display: block;
  color: var(--Base-1000, #060608);
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 28.6px */
}

.header .menu-subitem2 a {
  display: inline-block;
  text-decoration: none;
}
.toggle-slide .menu-wrap .menu-level-1 .menu-subitem1 .submenu-wrap.simple-submenu {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary_white);
  z-index: 9;
  visibility: hidden;
  padding: 105px 56px 0;
}

.toggle-slide .menu-wrap .menu-level-1 .menu-subitem1.active .submenu-wrap.simple-submenu {
  opacity: 1;
  visibility: visible;
}


.bottom-btn-wrap {
  padding:0px;
  margin: 32px 0;
}

.bottom-btn-wrap > a {
  display: inline-block;
  border-radius: 4px;
  background: var(--brand_blue);
  border: 1px solid var(--brand_blue);;
  text-decoration: none !important;
  padding: 11px 24px 13px 24px;
  color: var(--Base-White, #FFF);
  font-family: Barlow;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  width: 100%;
  text-align: center;
  transition:all 0.3s linear;
}

.bottom-btn-wrap >a:hover,
.bottom-btn-wrap >a:focus {
  border: 1px solid var(--brand-yellow-yellow-20, #FAE900);
  background: var(--brand-blue-blue-10, #02458E) !important;
  color:#fff !important;
  font-weight: 500;
  box-shadow: 0px 0px 0px 4px rgba(4, 78, 159, 0.20);
  font-family: Barlow;
}


/*** card slider ***/

.toggle-slide .menu-wrap .menu-level-1 .menu-subitem1.bold-item .card-submenu {
  all: unset;
  position: absolute;
  top: 0;
  left: 495px;
  transition:all 0.2s linear;
  width: calc(100% - 527px);
  background-color: var(--primary_white);
  z-index: 9;
  height:100%;
  padding:24px;
  box-shadow: 0 0 0 100vmax var(--primary_white);
  clip-path: inset(-50vw 0);
}

.toggle-slide .menu-wrap .menu-item.menu-subitem1.has-child.active .card-submenu ,
.full-width-menu .header .menu-wrap .menu-item.menu-subitem1 .card-submenu{
  left: 0;
  width:calc(100% - 34px);
  overflow-x:visible;
}

.toggle-slide .menu-wrap .menu-level-1 .menu-subitem1 .card-submenu .back-btn {
  visibility: hidden;
  opacity: 0;
  padding:0 0 25px 8px;
  position:relative;
  margin:0 0 16px;
}

.toggle-slide .menu-wrap .menu-level-1 .menu-subitem1 .card-submenu .back-btn::after {
  content: "";
  width: 900vw;
  position: absolute;
  background: #E9EBF0;
  height: 1px;
  bottom: 0;
  margin: 0 calc(-50vw + 50%);
}

.submenu-wrap.card-submenu .menu-subitem2 .img-wrap, 
.submenu-wrap.card-submenu .menu-subitem2 .content-wrap {
  display: block;
}
.card-submenu .content-wrap {
  color: var(--Base-1000, #060608);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  padding: 16px 24px;
  display:block;
}

.toggle-slide .menu-wrap .menu-level-1 .menu-subitem1.bold-item .card-submenu .menu-subitem2 a {
  all: unset;
}
.toggle-slide .menu-wrap .menu-level-1 .menu-subitem1.active .card-submenu .back-btn {
  visibility: visible;
  opacity: 1;
  display:flex;
}

.submenu-wrap.card-submenu .menu-subitem2 .img-wrap img {
  max-width: 100%;
  height: auto;
}
.bottom-arrow {
  border-radius: 600px;
  background: var(--Base-950, #0E0E12);
  width: 96px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-left: auto;
  z-index: 99;
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 99999;
  transform: translateY(0);
  transition: all 0.1s linear;
}
.bottom-arrow::after {
  background: var(--Base-950, #0E0E12);
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: all 0.1s linear;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.bottom-arrow:hover::after {
  scale: 1.25;
}
.full-width-menu .bottom-arrow img,
.outer-bottom-arrow.show img {
  scale: -1;
}

.header >*.content-wrapper:last-child ,
.open-menu span.show-btn,
.bottom-arrow.outer-bottom-arrow.hide {
  display: none;
}

.toggle-slide .menu-wrap .menu-level-1 .first-item.menu-subitem1 .card-submenu,.open-menu span.close-btn {
  display: block !important;
  z-index: 999;
  opacity:1 !important;
  visibility:visible !important;
}
.toggle-slide .menu-wrap .menu-level-1 .menu-subitem1.menu-subitem1 .card-submenu{
  z-index: 9999;
}
.full-width-menu .toggle-slide .menu-wrap .menu-level-1 .menu-subitem1.menu-subitem1 .card-submenu {
  transition: unset;
}

/*** Sub Slider ***/

.menu-subitem2.has-submenu.active .inner-sec,
.toggle-slide .menu-wrap .menu-level-1 .menu-subitem1 .card-submenu .inner-sec.open {
  display: block !important;
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--primary_white);
  z-index: 99999;
  box-shadow: 0 0 0 100vmax var(--primary_white);
  width: 100%;
  height: 100%;
}

.inner-sec .tab-section .tab-btns .tab-btn {
  color: var(--Base-500, #76797E);
  font-family: Barlow;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.16px;
  padding: 5px 10px 5px 10px;
  background:transparent;
  border:0;
  position:relative;
  transition:all 0.3s linear;
}
.inner-sec .tab-section .tab-btns .tab-btn:hover:not(.tab-btn.active) {
  color: var(--primary_color);
  background-color:#f7f7f8;
}
.inner-sec .tab-section .tab-btns .tab-btn::after {
  position: absolute;
  content: "";
  width: calc(100% - 17px);
  height: 2px;
  background:transparent;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.inner-sec .tab-section .tab-btns .tab-btn.active {
  color: var(--primary_color);
}

.inner-sec .tab-section .tab-btns .tab-btn.active::after{
  background:var(--primary_color);
}

.inner-sec .tab-section .tab-btns {
  display: none;
  gap: 16px;
}

.header .tab-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 22.5px;
}

.header .menu-wrap .tab-section .btn-group a,
.tab-wrapper > .btn-group a,
.menu-level-3-outer .btn-group a {
  display: flex;
  padding: 11px 24px 13px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  background: var(--Base-1000, #060608);
  color: var(--Base-White, #FFF);
  font-family: var(--barlow_font);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  transition: all 0.3s linear;
}

.header .menu-wrap .tab-section .btn-group a:hover,
.tab-wrapper > .btn-group a:hover{
  box-shadow: 0px 0px 0px 4px rgba(4, 78, 159, 0.20);
}

.full-width-menu .header .back-btn.back-btn2 {
  visibility: visible !important;
  opacity: 1 !important;
}

.full-width-menu .back-btn.back-btn1 ,
.full-width-menu .social-icons-wrap.open-menu2{
  display: none;
}

.menu-subitem2.has-submenu .inner-sec .menu-level-4 .menu-item ,
.menu-item.swiper-slide,
.header .swiper-wrapper .slider-item,
.toggle-slide .menu-wrap .menu-level-4 li.menu-item {
  padding: 8px 8px 16px 8px;
  transition: all 0.3s linear;
  margin:0;
}

.menu-subitem2.has-submenu .inner-sec .menu-level-4 .menu-item:hover,
.menu-item.swiper-slide:hover,
.header .swiper-wrapper .slider-item:hover,
.toggle-slide .menu-wrap .menu-level-4 li.menu-item:hover {
  background-color: #E9F1FA;
}

.inner-sec .swiper-wrapper {
  gap: 4px;
}

.toggle-slide .menu-wrap .menu-level-4 li.menu-item {
  margin: 0 !important;
}
.menu-subitem3 .swiper-wrapper {
  display: none;
}

.hover-image {
  position: absolute;
  top: 0;
  left: 0;
}

.hover-image ~ span.content-wrap.mm {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 50%);
  display:flex !important;
  align-items:center;
}

.hover-image {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 99;
  width: 64px;
  height: 64px;
  border-radius: 50%;
}

.toggle-slide .menu-wrap .menu-level-4 li.menu-item > a {
  position: relative !important;
  display:block;
}

.header .tab-wrapper .swiper-wrapper span.hover-card-btn {
  border-radius: 4px;
  border:1px solid var(--Base-30, #F7F7F8);
  position: absolute !important;
  bottom: 40px;
  left: 40px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition:all 0.3s linear;
}


.header .tab-wrapper .swiper-wrapper span.hover-card-btn:hover {

  box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(10px);
}



.inner-sec .hover-image ~ span.content-wrap p {
  color: var(--primary_white);
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.inner-sec .content-wrap .title2 {
  color: var(--primary_Color);
  font-size: 32px;
  font-weight: 400;
  line-height: 130%; 
}
.inner-sec .content-wrap .title1 {
  color: var(--Base-1000, #060608);
  font-family: var(--barlow_font);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin: 0 0 4px;
}
.header .swiper-container {
  overflow: auto;
}



.header .swiper-container .menu-item.swiper-slide,
.menu-subitem2.has-submenu .inner-sec .menu-level-4 .menu-item,
.header .slider .slider-item,
.toggle-slide .menu-wrap .menu-level-4 li.menu-item {
  width: 400px !important;
  flex: 0 0 400px !important;
  position:relative;
}

.hover-content > a {
  position: relative !important;!i;!;
}

.hover-content .small-image-wrap {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 94px;
  z-index:1;

}

.hover-content .content-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 50%);
  display: flex !important;
  align-items: center;
  border-radius: 4px;
  transition:all 0.6s linear;
}
.hover-content:hover .content-wrap {
  background-color: rgb(0 0 0 / 66%);
}

.hover-content .content-wrap p.title2 {
  color: var(--primary_white);
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
}

.header .swiper-wrapper {
  align-items: flex-start;
  gap:4px;
  height:revert;
}

.header .swiper-container ul.swiper-wrapper {
  padding-bottom: 10px;
}

.hover-content .small-image-wrap img {
  border-radius: 50%;
  border-width: 1px;
  border-color: #b2b5bb;
}

.hover-content .small-image-wrap .hover-image {
  display: none;
  top:0;
  left:0;
  position: static;
}
.hover-content .small-image-wrap .hover-image,
.custom-menu-wrap .menu-level-4 ul.slider,
.card-type-menu.active .menu-subitem2:empty {
  display: none;
}

.header .tab-section .btn-group {
  display: block;
}

.custom-menu-wrap .menu-level-3.slider,
.menu-subitem3.active ul.slider,
.menu-subitem3.active .swiper-wrapper,
.inner-sec.open .tab-section .tab-btns {
  display: flex;
}

.toggle-slide .menu-wrap .menu-level-1 .menu-subitem1 .card-submenu .inner-sec {
  padding: 24px;
}

.swiper-wrapper li.menu-item a,
.custom-menu-wrap .menu-level-4 a {
  text-decoration: none;
}

.header .img-wrap img {
  border-radius: 4px;
  height:610.55px !important;
  object-fit:cover;
}

.third-slide-arrow {
  transform: unset;
  top: auto;
  right:40px;
}

.header .menu-level-3 + .btn-group,
.menu-level-3-outer .btn-group {
  display: none;
}

.third-slide-arrow a {
  background: unset !important;
  display:flex;
  justify-content:center;
  align-items:center;
  width:100%;
  height:100%;
}

.toggle-slide .menu-wrap .menu-level-1 .menu-subitem1.menu-subitem1 .card-submenu .swiper-wrapper li + li {
  margin: 0;
}

.header .menu-level-2 {
  height: calc(100vh - 105px);
}

.header .menu-level-4 {
  min-height: calc(100vh - 173.5px);
}

.header .swiper-container .menu-item {
  height: min-content;
}
.header .active.has-submenu > .menu-level-4 {
  display: block;
}
.header .has-submenu > .menu-level-4 {
  display: none;
}

.full-width-menu .header .menu-level-2 {
  height: unset;
}


.lang-popup-wrap {
  border-radius: 10px;
}

.lang-popup-wrap {
  display: block !important;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  z-index: 999999999999999999999999999;;
  display: flex !important;
  align-items: center;
  justify-content: center;
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(0,0,.2,1);
  transition-property: transform, opacity, visibility;
  opacity:0;
  visibility:hidden;
}

.open-lang-popup .lang-popup-wrap{
  opacity:1;
  visibility:visible;
  transform: translate(-50%, -50%) scale(1);
}

.lang-popup-wrap  .lang-title h2 {
  color: var(--Base-1000, #060608);
  font-feature-settings: 'calt' off;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; 
  margin:0;
}
.open-lang-popup {
  overflow: hidden;
  height: 100%;
  position:relative;
}

.lang-popup-wrap-inner {
  display: block;
  width: calc(100vw - 30px);
  max-width: 433px;
  margin-inline: auto;
  background-color: #fff;
  border-radius:4px;
  --tw-translate-y: 0px;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-timing-function: cubic-bezier(0,0,.2,1);
  transition-duration: .2s;
  box-shadow: #00000040 0 25px 50px -12px;
}
.lang-repeater .single-lang-group:first-child a {
  border-color: #060608;
}
.open-lang-popup .lang-popup-wrap-inner{
  --tw-translate-y: 0px;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.title-cross {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  padding: 16px 20px 16px;
  border-bottom: 1px solid var(--Base-40, #EEF0F3);
}

.lang-repeater {
  padding: 16px 16px 16px;
}

.lang-repeater .single-lang-group + .single-lang-group {
  margin-top: 12px;
}

.lang-repeater .single-lang-group a {
  text-decoration: none;
  color: var(--Base-1000, #060608);
  font-feature-settings: 'calt' off;
  font-family: Barlow;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; 
  border-radius: 4px;
  border: 1px solid var(--Base-130, #D4D7DD);
  display: flex;
  padding: 11px 24px 13px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  transition:all 0.3s linear;
}
.lang-repeater .single-lang-group a:hover{
  border-radius: 4px;
  border: 1px solid var(--Base-1000, #060608);
}
.open-lang-popup .lang-cross-btn {
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.open-lang-popup .lang-cross-btn:hover{
  box-shadow: 0 0 0 4px #0000000d;
  border-color: rgb(6 6 8);
}

.open-lang-popup::before {
  content: "";
  position: absolute;
  width: 900vw;
  height: 100%;
  top: 0;
  left: -125px;
  background: #0006;
  z-index: 9999;
  margin: 0 calc(-50vw + 50%);
}

.open-lang-popup .lang-cross-btn img {
  width: 16px;
}


.open-lang-popup .toggle-slide .menu-wrap .menu-level-1 .menu-subitem1.menu-subitem1 .card-submenu{
  z-index:-1;
}

/*** Responsive ***/

@media (min-width: 768px) {

  .custom-menu-wrap .social-icons-wrap {
    margin-block: 56px; 
  }
  .tab-wrapper.hide-tab .level-2-title {
    min-height: 98.58px; 
  }
  .menu-level-3-outer .back-btn2 {
    gap: 24px;
  }
  body.open-menu {
    overflow: hidden;
  }
}


@media (min-width: 1920px) {
  .custom-menu-wrap .social-icons-wrap,
  .bottom-arrow,
  .toggle-slide .bottom-arrow {
    position: fixed;
    margin:0;
  }
  .hide-arrow-on-large-screen {
    display: none; 
  }
}

@media (max-width:1199px){
  .toggle-slide .menu-wrap .simple-type-menu .menu-item a {
    max-width: 350px;
  }
  .bottom-arrow {
    display: none;
  }
  .toggle-slide .menu-wrap {
    min-height: unset;
  }

}

@media(max-width:1024px){
  .toggle-slide .menu-wrap,
  .toggle-slide .menu-wrap .menu-level-1 .menu-subitem1 .submenu-wrap.simple-submenu {
    padding: 50px 24px 56px;
  }

  .toggle-slide .menu-wrap .menu-level-1 .menu-subitem1 {
    max-width: 310px;
  }
  .toggle-slide .menu-wrap .menu-level-1 .menu-subitem1.bold-item .card-submenu {
    width: calc(100% - 326px);
    left: 345px;
  }

  .toggle-slide .menu-wrap .menu-item.menu-subitem1.has-child.active .card-submenu{
    left:0;
  }
  .toggle-slide .menu-wrap .menu-level-1 .menu-subitem1 .card-submenu .back-btn1 {
    display: none;
  }

  .full-width-menu .header .menu-wrap .menu-item.menu-subitem1 .card-submenu {
    left: 0;
    width: 100%;
  }
  .custom-menu-wrap .social-icons-wrap {
    padding: 0 16px;
  }
}

@media (max-width:767px){
  .header {
    height: auto;
    width: 100%;
  }

  .header .content-wrapper>.row-fluid-wrapper > .row-fluid > div > .row-fluid-wrapper >.row-fluid > div {
    flex-direction: row;
    justify-content: space-between;
  }

  .header .download-resource-main,
  .header .tab-section .btn-group
  .bottom-arrow{
    display: none;
  }

  .header .hs_cos_wrapper_type_linked_image {
    margin: 0;
    max-width: 56px;
  }
  .header .custom-menu-wrap .open-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-direction: row-reverse;
  }
  .header .content-wrapper>.row-fluid-wrapper > .row-fluid > div > .row-fluid-wrapper >.row-fluid > div >*:nth-child(1) {
    flex-grow: 1;
  }
  .header .widget_1732610801624-flexbox-positioning,
  .toggle-slide .menu-wrap .menu-item.menu-subitem1.has-child.active .card-submenu{
    display: block !important;
  }
  .header .custom-menu-wrap .open-btn img {
    margin: 0;
  }
  .header .content-wrapper {
    padding: 8px 16px;
  }
  .header .burger-menu,
  .header .menu_wrap {
    width: 40px;
    margin:0;
  }
  .open-menu .toggle-slide {
    margin: 0;
    width: 100%;
  }
  .toggle-slide{
    top:74px;
  }
  .toggle-slide .menu-wrap {
    padding: 16px 8px 16px;
  }
  .toggle-slide .menu-wrap .menu-level-1 .menu-subitem1 {
    max-width: 100%;
  }
  .toggle-slide .menu-wrap .menu-level-1>.bold-item>a {
    font-size: 22px;
    letter-spacing: -0.44px;
  }

  .toggle-slide .menu-wrap ul>.bold-item:nth-child(3) {
    margin-bottom: 16px;
  }
  .toggle-slide .menu-wrap .menu-level-1 .menu-item+.menu-item {
    margin-top: 0;
  }
  .toggle-slide .menu-wrap .menu-level-1>.menu-item>a, .menu-subitem2 a {
    font-size: 18px;
    letter-spacing: -0.36px;
    padding: 8px;
  }

  .header .toggle-slide .menu-wrap ul .item-with-icon:nth-last-child(3) {
    margin-top:0px;
  }
  .toggle-slide .menu-wrap .menu-level-1 .menu-subitem1.has-child.bold-item >a::after {
    top: 8px;
  }
  .toggle-slide .menu-wrap .menu-level-1 .menu-subitem1 .submenu-wrap.simple-submenu {
    padding: 0;
  }
  .header .back-btn {
    margin: 0;
    border-bottom: 1px solid #E9EBF0;
    padding: 10px 16px;
    margin-bottom: 16px;
  }
  .header .back-btn span {
    font-size: 17px;
  }
  .toggle-slide .menu-wrap .menu-level-1 .menu-subitem1 .submenu-wrap.simple-submenu ul.menu-level-1 {
    max-width: 100%;
  }
  .toggle-slide .menu-wrap .menu-item a:hover,
  .toggle-slide .menu-wrap .menu-level-1>.menu-item:hover>a {
    background-color: transparent;
  }
  .custom-menu-wrap .social-icons-wrap {
    padding: 0 24px 24px;
  }

  .toggle-slide .menu-wrap .menu-level-1 .first-item.menu-subitem1 .card-submenu{
    display: none !important;
  }

  .toggle-slide  .menu-wrap-bottom {
    display: block !important;
    padding-bottom: 60px;
  }

  .header .toggle-slide .menu-wrap ul .item-with-icon a {
    padding-block: 4px;
  }

  .toggle-slide .menu-wrap-bottom .menu-level-1 .first-item.menu-subitem1 .card-submenu {
    display: none!important;
    left: 0;
    position: static !important;
    width: 100% !important;
    box-shadow: unset;
    padding: 0;
  }
  .menu-wrap-bottom  .card-submenu .content-wrap,
  .card-submenu .content-wrap {
    font-size: 18px;
    padding: 8px;
  }

  .header .menu-wrap-bottom .swiper-container .menu-item.swiper-slide,
  .header .swiper-container .menu-item.swiper-slide,
  .menu-subitem2.has-submenu .inner-sec .menu-level-4 .menu-item,
  .header .slider .slider-item, 
  .toggle-slide .menu-wrap .menu-level-4 li.menu-item {
    width: 196px !important;
    flex: 0 0 196px !important;
  }
  .header .img-wrap img {
    height: 286px !important;
  }
  .bottom-arrow {
    width: 48px;
    transform: translateY(86px);
  }
  .bottom-arrow img {
    width: 30px;
  }
  .full-width-menu .social-icons-wrap.open-menu2,
  .menu-level-3-outer .btn-group {
    display: block;
  }

  .swiper-container.menu-level-2 {
    padding-top: 0;
  }
  .inner-sec .content-wrap .title1 {
    font-size: 12px;
    letter-spacing: 1.2px;
  }
  .inner-sec .content-wrap .title2 ,
  .hover-content .content-wrap p.title2{
    font-size: 18px;
  }

  .inner-sec .tab-section .tab-btns .tab-btn {
    font-size: 15px;
    padding-inline: 0;
  }
  .inner-sec .tab-section .tab-btns .tab-btn.active::after {
    width: 100%;
  }
  .hover-content .content-wrap {
    padding: 16px;
  }
  .inner-sec .tab-section .tab-btns,
  .inner-sec .tab-section .tab-btns .tab-btn{
    white-space: nowrap;
  }

  .swiper-container.menu-level-2 {
    overflow-x: scroll;
  }

  .inner-sec .tab-section .tab-btns ::-webkit-scrollbar-thumb,
  .tab-wrapper ::-webkit-scrollbar-thumb{
    background:var(--primary_white);
  }
  .menu-wrap:has(ul.menu-level-1 > li.menu-item.active) ~ .menu-wrap-bottom, 
  .tab-wrapper .btn-group  {
    display: none !important;
  }
  .hover-content .small-image-wrap {
    top: 20px;
    left: 20px;
  }

  .hover-content .small-image-wrap img {
    width: 45px;
  }
  .tab-wrapper .menu-level-3 {
    overflow-x: auto;
  }
  .tab-wrapper > .btn-group {
    display: block !important;
    margin-top: 70px;
  }
  .bottom-arrow.third-slide-arrow {
    bottom: auto;
    position: fixed;
    right: 20px;
  }
  .bottom-arrow.show,
  .bottom-arrow.third-slide-arrow {
    top: 36px;
    right: 24px;
  }
  .full-width-menu .bottom-arrow img,
  .outer-bottom-arrow.show img{
    scale: unset;
  }
  .toggle-slide .menu-wrap .menu-level-1 .menu-subitem1.bold-item .card-submenu {
    width: calc(100% - 527px);
    left: 495px;
  }
  .custom-menu-wrap .social-icons-wrap {
    padding: 0 16px;
  }
  .toggle-slide .menu-wrap .menu-level-1 .menu-subitem1 .card-submenu .back-btn {
    padding: 0 0 8px;
  }

  .toggle-slide .menu-wrap .menu-level-1 .menu-subitem1.bold-item .card-submenu {
    padding-top: 8px;
  }
  .toggle-slide .menu-wrap .simple-type-menu .menu-item a {
    max-width: 100%;
  }
  .toggle-slide .menu-wrap-bottom > ul.menu-level-1 {
    max-width: 594px;
  }
  .bottom-arrow.show {opacity: 1;}
  .bottom-arrow {opacity: 0;}
  .menu-level-3-outer .btn-group a {
    margin-top: 30px;
  }
  .header .menu-level-4,.header .menu-level-2 {
    min-height: auto;
  }
  .open-lang-popup  span.close-btn {
    z-index: -1 !important;
    position: relative;
  }

  .open-lang-popup  .menu_wrap {
    position: relative;
    z-index: -1 !important;
  }
  .lang-popup-wrap-inner {
    max-width: 300px;
  }
  .open-lang-popup .toggle-slide {
    top: 0;
  }
  .header .bottom-btn-wrap {
    margin: 1rem 0.5rem;
  }
  .custom-menu-wrap .social-icons-wrap {
    margin-top: 1rem;
  }
  .toggle-slide .menu-wrap .menu-level-1 .menu-subitem1.has-child >a::after {
    top: 10px;
    right: 9px;
  }
  .menu-left-col > .menu-wrap > .menu-level-1 > .menu-item + .menu-item {
    margin-top: 0;
  }
  .toggle-slide .menu-wrap .menu-level-1 .menu-subitem1.bold-item .card-submenu {
    padding-inline: 16px;
  }
  .header .back-btn {
    border: 0;
  }
  .header .content-wrapper {
    border-bottom: 1px solid #E9EBF0;
  }
  .header .tab-section {
    height: auto;
  }

  .toggle-slide .menu-wrap .menu-level-1 .menu-subitem1 .card-submenu .back-btn {
    margin: 0;
  }

  .header .tab-section {
    padding-inline: 0;
  }
  .toggle-slide .menu-wrap .menu-level-1 .menu-subitem1 .card-submenu .inner-sec {
    padding: 10px 16px;
  }
  .inner-sec .tab-section .tab-btns .tab-btn.active::after {
    width: calc(100% - 17px);
    bottom: 8px;
  }
}


@media (max-width:479px){
  .header .menu-wrap-bottom .swiper-container .menu-item.swiper-slide,
  .header .swiper-container .menu-item.swiper-slide,
  .menu-subitem2.has-submenu .inner-sec .menu-level-4 .menu-item,
  .header .slider .slider-item,
  .toggle-slide .menu-wrap .menu-level-4 li.menu-item,
  .header .swiper-container .menu-item.swiper-slide,
  .toggle-slide .menu-wrap .menu-level-4 li.menu-item {
    width: 200px !important;
    flex: 0 0 200px !important;
  }
  .bottom-arrow {
    width: 48px;
    transform: translateY(91px);
    right: 16px;
  }

  .bottom-arrow img {
    width: 27px;
  }
}
/* 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%;
}

/* 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;
}

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

html {
  scroll-behavior: smooth;
}
body {
  margin-left: 150px;
}




/** footer **/


.footer{
  overflow:hidden;
}
.footer .content-wrapper {
  max-width: 1192px;
}
.footer > .container-fluid > .row-fluid-wrapper > .row-fluid > div > .row-fluid-wrapper > .row-fluid >*,
.footer .footer-column-1-row-0-vertical-alignment > .row-fluid >* {
  width: auto;
  padding: 0;
  margin: 0;
}

.footer p {
  color: #91949a;
  line-height: .5rem;
}

.footer a {
  color: #91949a;
  text-decoration: none;
}

.footer h3 {
  font-family: var(--barlow_font);
  font-size: 1rem;
  font-weight: 600;
  line-height:1.5;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.footer-column-1-row-0-vertical-alignment > .row-fluid {
  align-items: flex-start;
  gap:20px;
}

.footer>.container-fluid>.row-fluid-wrapper>.row-fluid>div>.row-fluid-wrapper>.row-fluid>* {
  flex-basis: 100%;
}
.footer-column-1-row-0-vertical-alignment > .row-fluid {
  gap: 3rem;
}
.footer-column-1-row-0-vertical-alignment > .row-fluid >*:not(:last-child) {
  flex: 1 1 0%;
}
.footer .footer-row-1-vertical-alignment > .row-fluid >* {
  flex: unset !important;
  width: auto;
}
.footer>.container-fluid>.row-fluid-wrapper>.row-fluid>div>.row-fluid-wrapper>.row-fluid>*:last-child .row-fluid >* {
  width: auto;
  margin: 0;
  padding: 0;
}

.footer ul li{
  line-height:1;
}

.footer ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #91949a;);
  text-decoration: none;
  display: inline-block;
  transition:all 0.3s linear;
}
.footer ul li a:hover{
  text-decoration:underline;
}
.footer ul li + li {
  margin-top:0.5rem;
}

.footer .button-wrapper {
  margin-left: 8px;
}

.footer .button-wrapper a.button {
  all: unset;
  font-family: var(--barlow_font);
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  background-color: #f7f7f7;
  border-radius: 4px;
  border: 1px solid #f7f7f7;
  padding: 12px 23.1px;
  cursor: pointer;
}

.footer>.container-fluid>.row-fluid-wrapper>.row-fluid>div>.row-fluid-wrapper:last-child {
  position: relative;
  padding-block: 24px;
  isolation:isolate;
}

.footer>.container-fluid>.row-fluid-wrapper>.row-fluid>div>.row-fluid-wrapper:last-child::after {
  content: "";
  top: 0;
  left: 0;
  border-top: 1px solid #E9EBF0;
  height: 100%;
  width: 100vw;
  position: absolute;
  margin: 0 calc(-50vw + 50%);
  z-index:-1;
}

.footer .footer-row-1-vertical-alignment > .row-fluid p,
.footer.landing-footer p {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  color: #91949A;
}

.footer .footer-row-1-vertical-alignment > .row-fluid .hs-menu-wrapper ul li a {
  font-size: 15px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
}

.footer .footer-row-1-vertical-alignment > .row-fluid .hs-menu-wrapper {
  display: flex;
  align-items: center;
}
.footer .footer-row-1-vertical-alignment > .row-fluid .hs-menu-wrapper ul li:not(:last-child) {
  border-right: 1px solid #e9ebf0;
}
.footer .footer-row-1-vertical-alignment > .row-fluid .hs-menu-wrapper ul li {
  margin: 0;
}

.footer .footer-row-1-vertical-alignment > .row-fluid .hs-menu-wrapper ul li {
  padding-right: 1rem;
}

.footer .footer-row-1-vertical-alignment > .row-fluid .hs-menu-wrapper ul {
  gap: 1rem;
}

.footer .content-wrapper {
  padding-inline: 0px;
}

.landing-footer .hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: row;
}
.landing-footer .hs-menu-wrapper.hs-menu-flow-vertical ul .hs-menu-item {
  margin: 0;
}
.landing-footer .hs-menu-wrapper.hs-menu-flow-vertical ul >li:nth-child(2) {
  border-inline: 1px solid #E9EBF0;
  padding-inline: 12px;
  margin-inline: 12px;
}

.footer-column-1-row-0-vertical-alignment > .row-fluid >*:nth-last-child(2) a,
.footer .lang-flag-main {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7f7f7;
  border-radius: 4px;
  cursor:pointer;
  margin-right: .5rem;
  border:1px solid #f7f7f7 !important;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
}
.footer .lang-flag-main{
  margin:0;
}
.footer-column-1-row-0-vertical-alignment > .row-fluid >*:nth-last-child(2) a:hover,
.footer .lang-flag-main:hover{
  box-shadow: 0px 0px 0px 3px #0000000D;
  border-color: #00000080 !important;
  background-color: #eef0f3;
}
.footer-column-1-row-0-vertical-alignment > .row-fluid ul {
  position: relative;
  top: -1px;
}

.footer-column-1-row-0-vertical-alignment > .row-fluid >*:nth-last-child(2) .row-fluid {
  justify-content: end;
}
.footer-column-1-row-0-vertical-alignment > .row-fluid >*:last-child >*:last-child img {
  max-width: 74.66px !important;
}
.footer-column-1-row-0-vertical-alignment > .row-fluid >*:nth-last-child(2) {
  max-width: 184px;
}

@media (min-width:1024px){
  .footer>.container-fluid>.row-fluid-wrapper>.row-fluid>div>.row-fluid-wrapper:first-child {
    padding-block: 6rem;
  }
}

@media (min-width:768px){
  .footer .content-wrapper > .row-fluid-wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    position:relative;
  }
  .footer-column-1-row-0-vertical-alignment > .row-fluid >*:last-child {
    position: absolute;
    top: 10rem;
    right: 3.5rem;
    gap: .5rem;
  }

  .footer-column-1-row-0-vertical-alignment > .row-fluid >*:last-child img {
    max-width: 158px !important;
    height: 3.5rem !important;
    width: auto;
    object-fit: contain;
  }

  .footer-column-1-row-0-vertical-alignment > .row-fluid >*:last-child .row-fluid {
    justify-content: end;
    align-items: flex-end;
    gap: .5rem;
  }
  .footer-column-1-row-0-vertical-alignment > .row-fluid >*:last-child >*:first-child img {
    max-width: 167px !important;
    position: relative;
    left: 10px;
  }
}

@media (max-width:1023px){
  .footer>.container-fluid>.row-fluid-wrapper>.row-fluid>div>.row-fluid-wrapper:first-child {
    padding-block: 5rem;
  }
  .footer>.container-fluid>.row-fluid-wrapper>.row-fluid>div>.row-fluid-wrapper>.row-fluid>*:last-child .row-fluid >*:last-child .row-number-2 > .row-fluid {
    flex-direction:column;
    gap: .5rem;
  }

  .footer-column-1-row-0-vertical-alignment > .row-fluid >*:last-child a, .footer .lang-flag-main {
    margin: 0;
  }
  .footer-row-1-vertical-alignment > .row-fluid {
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }
  .footer-column-1-row-0-vertical-alignment > .row-fluid >*:last-child {
    position: static;
    flex: 0 0 100%;
    max-width: 100%;
    flex-direction: row !important;
    justify-content: left !important;
    gap: 5rem;
  }

  .footer-column-1-row-0-vertical-alignment > .row-fluid {
    flex-wrap: wrap;
  }

  .footer-column-1-row-0-vertical-alignment > .row-fluid >*:last-child >*:first-child img {
    left: 0;
  }
  .footer-column-1-row-0-vertical-alignment > .row-fluid {
    gap: 3.5rem 3rem;
  }
  .footer-column-1-row-0-vertical-alignment > .row-fluid >*:nth-last-child(2) {
    max-width: 40px;
  }
  .footer-column-1-row-0-vertical-alignment > .row-fluid >*:nth-last-child(2) a {
    margin: 0;
  }
}


@media (max-width:991px){
  .footer-row-1-vertical-alignment > .row-fluid {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }
}

@media (max-width:767px){
  .footer {
    border-top: 1px solid var(--Base-50, #E9EBF0);
  }
  .footer>.container-fluid>.row-fluid-wrapper>.row-fluid>div>.row-fluid-wrapper:first-child {
    padding: 48px 0 40px;
  }
  .footer-column-1-row-0-vertical-alignment > .row-fluid {
    flex-direction: column;
    gap: 3.5rem;
    margin-bottom: 0px;
  }
  .footer ul li a {
    max-width: 100%;
    font-size: 15px;
  }
  .footer>.container-fluid>.row-fluid-wrapper>.row-fluid>div>.row-fluid-wrapper>.row-fluid>*:last-child .row-fluid {
    justify-content: flex-start;
  }
  .footer h3 {
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
  }
  .footer .footer-row-1-vertical-alignment > .row-fluid .hs-menu-wrapper ul {
    display: flex;
    flex-direction: row;
  }
  .footer .footer-row-1-vertical-alignment > .row-fluid p,
  footer.footer.landing-footer p {
    font-size: 15px;
    line-height: 160%;
    color: #91949A;
  }
  .footer .footer-row-1-vertical-alignment > .row-fluid .hs-menu-wrapper ul li a,
  .landing-footer .hs-menu-wrapper.hs-menu-flow-vertical ul .hs-menu-item a {
    font-size: .9375rem;
    line-height: 1.6;
  }
  .footer-column-1-row-0-vertical-alignment > .row-fluid >* {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer.landing-footer .footer-row-0-vertical-alignment > .row-fluid {
    text-align: center;
    flex-direction:column;
  }
  .footer.landing-footer>.container-fluid>.row-fluid-wrapper>.row-fluid>div>.row-fluid-wrapper>.row-fluid>*:last-child .row-fluid {
    justify-content: center;
  }
  .footer.landing-footer>.container-fluid>.row-fluid-wrapper>.row-fluid>div>.row-fluid-wrapper:first-child {
    padding-block: 24px !important;
  }
  .footer.landing-footer .footer-column-1-row-0-margin {
    margin: 0 0 16px!important;
  }

  .footer-column-1-row-0-vertical-alignment > .row-fluid >*:not(:last-child) {
    flex: 1 1 0%;
  }

  .footer>.container-fluid>.row-fluid-wrapper>.row-fluid>div>.row-fluid-wrapper>.row-fluid>*:last-child .row-fluid >*:last-child .row-number-2 > .row-fluid {
    flex-direction: row;
  }

  body {
    margin-left:0px;
  }
  .footer .content-wrapper {
    padding-inline: 16px;
  }
  .footer>.container-fluid>.row-fluid-wrapper>.row-fluid>div>.row-fluid-wrapper>.row-fluid>*:last-child .row-fluid >*:last-child .row-number-2 > .row-fluid,  
  .footer .footer-row-1-vertical-alignment > .row-fluid .hs-menu-wrapper ul {
    flex-direction: row !important;
    flex-wrap: nowrap;
  }
  .footer-column-1-row-0-vertical-alignment > .row-fluid >*:last-child {
    display: flex;
    flex-direction: column !important;
    gap: 1.5rem;
  }
}