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

/* Responsive Grid */

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

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

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

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

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

.row-fluid .span12 {
  width: 100%;
}
.row-fluid .span11 {
  width: 91.66%;
}
.row-fluid .span10 {
  width: 83.33%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span8 {
  width: 66.66%;
}
.row-fluid .span7 {
  width: 58.33%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span5 {
  width: 41.66%;
}
.row-fluid .span4 {
  width: 33.33%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span2 {
  width: 16.66%;
}
.row-fluid .span1 {
  width: 8.33%;
}

/*  */


.cm_flex_row .col12 {
  width: 100%;
}
.cm_flex_row .col11 {
  width: 91.66%;
}
.cm_flex_row .col10 {
  width: 83.33%;
}
.cm_flex_row .col9 {
  width: 75%;
}
.cm_flex_row .col8 {
  width: 66.66%;
}
.cm_flex_row .col7 {
  width: 58.33%;
}
.cm_flex_row .col6 {
  width: 50%;
}
.cm_flex_row .col5 {
  width: 41.66%;
}
.cm_flex_row .col4 {
  width: 33.33%;
}
.cm_flex_row .col3 {
  width: 25%;
}

.cm_flex_row .col20 {
  width: 20%;
}

.cm_flex_row .col2 {
  width: 16.66%;
}
.cm_flex_row .col1 {
  width: 8.33%;
}


.container-fluid {
  *zoom: 1;
}

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

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

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

  .cm_flex_row .col20,
  .cm_flex_row .col12,
  .cm_flex_row .col11,
  .cm_flex_row .col10,
  .cm_flex_row .col9 ,
  .cm_flex_row .col8 ,
  .cm_flex_row .col7 ,
  .cm_flex_row .col6 ,
  .cm_flex_row .col5 ,
  .cm_flex_row .col4 ,
  .cm_flex_row .col3 ,
  .cm_flex_row .col2 ,
  .cm_flex_row .col1 {
    width: 100%;  
  }

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

  .dnd-section > .row-fluid .dnd-column,
  .dnd-section > .row-fluid > [class*="span"].dnd-module {
    padding: 0 10px;

  }
}

.dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
  padding:0;
}

@media(max-width: 991px) and (min-width: 768px){
  .col4_row .col4{
    width: 50%;
  }
}


@media (min-width: 768px) {

  .dnd-section > .row-fluid .dnd-column,
  .dnd-section > .row-fluid > [class*="span"].dnd-module {
    padding: 0 10px;
  }


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

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

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

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

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

  .row-fluid .span12 {
    width: 100%;
  }
  .row-fluid .span11 {
    width: 91.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
}
@media (max-width: 767px) {
  .row-fluid [class*=span] {
    min-height: 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 ;
  }
}










.page-center,
.content-wrapper ,
.dnd-section > .row-fluid {
  max-width: 100%;
  margin-right:auto;
  margin-left:auto;
}


@media screen and (min-width: 1380px) {
  .page-center,
  .content-wrapper ,
  .dnd-section > .row-fluid {
    padding: 0;
  }
}

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


.nflex_row{
  width: auto;
  margin-left: -12px;
  margin-right: -12px;
}

.flex_row .col20,
.flex_row .col12,
.flex_row .col11,
.flex_row .col10,
.flex_row .col9 ,
.flex_row .col8 ,
.flex_row .col7 ,
.flex_row .col6 ,
.flex_row .col5 ,
.flex_row .col4 ,
.flex_row .col3 ,
.flex_row .col2 ,
.flex_row .col1 ,
.dnd-section .dnd-column {
  padding: 0 12px;
}

@media(max-width: 1180px) and (min-width: 992px){
  .col20_row .col20{
    width: 33.33%
  }

}

@media(max-width: 991px) and (min-width: 768px){
  .col20_row .col20{
    width: 50%
  }
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
  .nflex_row{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .flex_row .col20,
  .flex_row .col12,
  .flex_row .col11,
  .flex_row .col10,
  .flex_row .col9 ,
  .flex_row .col8 ,
  .flex_row .col7 ,
  .flex_row .col6 ,
  .flex_row .col5 ,
  .flex_row .col4 ,
  .flex_row .col3 ,
  .flex_row .col2 ,
  .flex_row .col1 ,
  .dnd-section .dnd-column {
    padding: 0 0;
  }

}

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

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

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

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
}

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

/* Headings */
.hs_service .form-title,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

h1{
  line-height:1.48208333;
}
h2{
  line-height:1.48205882;
}
h3{
  line-height:1.25;
}
h4{
  line-height:1.48222222;
  margin-bottom: 24px;
}
h5{
  line-height:1.625;
  margin-bottom:5px;
}
h6{
  line-height:1.42857142857;
}
/* Lists */

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

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}
ul ,ol {
/*   padding-top: 1.3rem; */
  padding-left: 1.5rem;
}

ul  li,
ol li  {
  margin-bottom: 1rem;
}
img{
  max-width:100%;
  height:auto;
  vertical-align:middle;
}

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
.hs_cos_wrapper_type_module > hr:only-child {
  background-color: transparent;
}
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;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}
.hs-search-field button {
  position: absolute;
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  right: 20px;
  width: 20px;
  height: 20px;
}
.hs-search-field button:focus,
.hs-search-field button:hover {
  position: absolute;
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  right: 20px;
  width: 20px;
  height: 20px;
}
.hs-search-field form {
  position: relative;
}
.hs-search-field__bar button svg {
  min-height: 18px;
  min-width: 18px;
}
/* Labels */

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

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=search],
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 {
  border-width: 1.2px;
  border-style: solid;
  display: inline-block;
  padding: 0.7rem;
  width: 100%;
  height: 50px;
  outline:none;
  font-weight:inherit;
}

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

.hs-dateinput {
  position: relative;
}

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

.fn-date-picker .pika-table thead th {
  color: #FFF;
}
.widget-type-google_search a.hs-button.primary {
  margin-top: 20px;
}
.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

.hs-trans-btn,
form input[type=submit],
.hs-button, .hs-sec-btn,.systems-page .hs-search-results__next-page,
.systems-page .hs-search-results__prev-page {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  font-weight:500;
  font-size:18px;
  line-height: 1.5;
  width:auto;
  border: 1px solid;
}

@media(max-width:767px){
  form input[type=submit],
  .hs-button, .hs-sec-btn{
    padding-left:31px;
    padding-right:31px;
    padding-top:6.5px;
    padding-bottom:6.5px;
  }
}
/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
.hs_error_rollup label {
  color: #ef6b51 !important;
}

::-webkit-input-placeholder{
  color: currentColor;
}

::-moz-placeholder{
  color: currentColor;
}

:-ms-input-placeholder{
  color: currentColor;
}

:-moz-placeholder{
  color: currentColor;
}

::placeholder{
  color: currentColor;
}

form input[type=search]:focus,
form input[type=text]:focus, 
form input[type=email]:focus, 
form input[type=password]:focus, 
form input[type=tel]:focus, 
form input[type=number]:focus, 
form input[type=file]:focus, 
form select:focus, 
form textarea:focus{
  box-shadow: 0px 1px 2px rgb(22 22 22 / 10%);
}

form textarea {
  min-height: 150px;
  resize: none;
}

.hs-search-field--open.hs-search-field .hs-search-field__suggestions{
  padding-left:10px;
  padding-right:10px;
  margin-top:10px;
}

.hs-search-field--open.hs-search-field .hs-search-field__suggestions li:first-child {
  margin-top: 10px;
  margin-bottom: 5px;

}
.hs-search-field .hs-search-field__suggestions li:LAST-child{
  margin-bottom:10px;
}

.hs-search-field .hs-search-field__suggestions li:first-child {
  padding: 0 5px;
}
.hs-search-field .hs-search-field__suggestions li a {
  padding: 10px 5px;
  display:block;
}

@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {
  form .hs-input:not([type="checkbox"]):not([type="radio"]) {
    width: 100% !important;
  }
}


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

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

.has-banner .main_header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}

header.header a{
  text-decoration: none; 
}

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

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


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

.primary-haeder{
  padding-left: 1rem;
  padding-right: 1rem;
}

.primary-haeder .header__container {
  display: flex;
  flex-wrap: wrap;
  padding: 17px 20px;
  padding-left: 25px;
  backdrop-filter: blur(5px);
  border-radius: 18px;
  align-items: center;
}

/*  */

.header__logo {
  max-width: 166px;
  width: 100%;
  flex-shrink: 0;
}

.header__logo {

}

.header-right {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: center;
  justify-content: flex-end;
}

.header__navigation {
  /* flex-grow: 1; */
  padding-right: 35px;
}

.header-button-row {
  display: flex;
  gap: 11px;
}

.header-button-row .hs-button {
  display: block;
}

/* menu */

.header__navigation .menu__item--depth-1 {
  margin: 0;
  padding: 0;
}




.header__navigation .hs-menu-wrapper > ul,
.header__navigation ul.menu__wrapper {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 30px;
}


@media(max-width: 1180px) and (min-width: 1025px){
  .header__navigation .hs-menu-wrapper > ul,
  .header__navigation ul.menu__wrapper {
    gap: 10px;
  } 
}


.header__navigation .hs-menu-wrapper > ul li{
  margin: 0;
}


.header__navigation .hs-menu-wrapper > ul .hs-menu-depth-1 > a,
.header__navigation li.menu__item--depth-1 > * {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4667;
  text-transform: none;
}


/* menu */

/* top header  */

header .top_header .header__container {
  justify-content: flex-end;
  padding: 19.5px 15px;
}

header .top_links a {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  letter-spacing: 0.14px;
}
/*  */

header .hs-sec-button,
header .hs-button{
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.14px; 
}


.has-banner header .top_links a {
  color: #fff; 
}

.fxedHeader .primary-haeder {
  position: fixed;
  top : 10px;
  width: 100%;
}
.fxedHeader .primary-haeder .header__container  {
  box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
  border: 1px solid #E4E7EF;
}

.primary-haeder {
  position: relative;
  width: 100%;
  z-index: 11;
  top: 0;
  left: 0;
  transition: 0.2s ease;
}


.hamburger .line{
  width: 20px;
  height: 3px;
  background-color: var(--primary_color);
  display: block;
  margin: 4px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover{
  cursor: pointer;
}

#hamburger-1.is-active .line:nth-child(2){
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}

.mobile_overlay {
  position: fixed;
  /* background: red; */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: all;
  display: none;
}

.mobile_menu_active .mobile_overlay{
    display: block;
}

@media(min-width: 1025px){
  .header-right {
    display: flex !important;
  }

  .mobile_menu_trigger{
    display: none 
  }

}

@media(max-width:1024px){
  .header-right {
    position: absolute;
    top: calc(100% - 14px);

    background: #fff;
    border-radius: 0px 0px 18px 18px;
    top: calc(100% - 15px);
    overflow: hidden;
    display: none;
    width:100%;
    left: 0;

    padding-top: 24px;
  }

  .fxedHeader .header-right {
    border: 1px solid #E4E7EF;
    left: -1px;
    width: calc(100% + 2px);
    border-top: 0;
  }

  .header__navigation {
    width: 100%;
    padding: 0;
  }

  .header__navigation.header--element {
    padding-top: 15px;
  }

  .header-button-row {
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px 0;
  }

  .header__navigation .hs-menu-wrapper > ul {
    gap: 10px;
  }

  .header__navigation .hs-menu-wrapper > ul .hs-menu-depth-1 > a {
    display: block;
    padding: 15px;
  }

  .header-button,
  .header__navigation .hs-menu-wrapper > ul li{
    width: 100%; 
    width: 100%;
    text-align: center;
  }

  .header__navigation.header--element {
    padding-top: 0;
  }

  header .top_header .header__container{
    padding-left :1rem; 
    padding-right :1rem; 
  }


  .header-button-row {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .header-button a {
    width: 100%;
    text-align: center;
  }
}
footer{
  font-size: 14px;
  line-height: 1.5;
}

footer .main_footer {
  padding-top: 43px;
  padding-left: 1rem;
  padding-right: 1rem;
}

footer .copyright {
  font-size: 14px;
  line-height: 1.5;
  TEXT-ALIGN: CENTER;
  padding: 20px;
}

footer .footer_partners {
  border-top: 1px solid #E4E7EF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 22px;
  padding-bottom: 19px;
}

footer .partners_row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 60px;
}

footer .partners_title {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.54;
}


/*  */

footer .footer_logo_column {
  max-width: 293px;
  width: 100%;
}

footer .footer_logo {
  /*   max-width: 234px; */
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}

.footer_logo_main {
  width: 126px;
  flex-shrink: 0;
}

.footer_logo_main {
  width: 126px;
  flex-shrink: 0;
}

.enginnerd_logo {
  max-width: 144px;
  margin-left: 20px;
  text-align: center;
  position: relative;
  background: #1D28590D;
  border-radius: 0 12px 12px 0;
  padding-left: 19px;
  padding-right: 19px;
  padding: 11px 19px;
}

.enginnerd_logo:before {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--secondary_color);
  pointer-events: none;
}

.enginnerd_logo:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.05;
  border-radius: 0 12px 12px 0;
  opacity: 0;
  background: var(--primary_color);
  pointer-events: none;
}

.enginnerd_logo span.label_text {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  font-size: 9.76667px;
  line-height: 11px;
  color: var(--primary_color);
  display: block;
  margin-bottom: 7px;
}

.footer_logo_main img {
  width: 100%;
}
/*  */

footer .ftr-menu-row {
  display: flex;
  flex-wrap: wrap;
  padding-left: 90px;
  justify-content: space-between;
  flex-grow: 1;
}

footer .footer_top {
  display: flex;
  padding-bottom: 100px;
}

footer .ftr-menu-row.row_three .ftr-menu-item {
  width: auto;
  padding: 0 20px;
  width: 33.33%;
}

footer a{
  text-decoration:none; 
}

footer .ftr-menu-title{
  margin-bottom: 20px; 
}

footer .ftr-menu-title a {
  font-weight: 700;
  font-size: 13px;
  line-height: 1.54;
  letter-spacing: 0.78px;
  text-transform: uppercase;
  text-decoration: none;
}

footer .ftr-menu-title a[href="javascript:;"] {
    cursor: text;
}

footer .hs-menu-wrapper ul{
  gap: 14px 0; 
}

footer .hs-menu-wrapper ul .hs-menu-item{
  width: 100%;
  margin:0;
  font-size: 14px;
  line-height: 21px;
}

footer .hs-menu-item a{
  font-weight: 400;
  color: var(--bodyColor);
}

footer .hs-menu-item a:focus,
footer .hs-menu-item a:hover{
  color: var(--primary_color);
}




footer .logo_caption{
  margin-top : 15px;
}

@media(max-width: 1180px){
  footer .ftr-menu-row {
    padding-left: 30px;
  } 
}


@media(max-width: 991px){
  footer .ftr-menu-row.row_three .ftr-menu-item {
    padding-left: 5px;
    padding-right: 5px;
  } 

  footer .footer_partners {
    flex-direction: column-reverse;
    gap: 15px;
  }

  footer .footer_partners {
    flex-direction: column-reverse;
    gap: 15px;
  }

  footer .footer_top {
    flex-wrap: wrap;
    padding-bottom: 50px;
  }

  footer .ftr-menu-row {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }

  footer .partners_row{
    justify-content: center; 
  }

}


@media(max-width : 767px){

  footer .ftr-menu-row.row_three .ftr-menu-item {
    width: 100%;
    padding: 0;
  }

  footer .ftr-menu-row {
    gap: 30px 0;
  } 

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

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


:root{
    --header-height: 132px; 
}

html:not(.hs-inline-edit) .row-fluid [class*="span"]{
  min-height:0; 
}

[class*="force-full-width-section"].dnd-section {
  padding: 0;
}

.flex_row {
  display: flex;
  flex-wrap: wrap;
}

.cm_flex_row{
  row-gap: 24px;
}

p,
ul li, ol li,
.hs_service .form-title, h1, h2, h3, h4, h5, h6{
  margin-bottom:10px; 
}

.dark-theme-text,
.dark-theme-text :is( h1,h2,h3,h4,h5,h6,p),
.dark-theme p,
.dark-theme,
.dark-theme h6,
.dark-theme h5,
.dark-theme h4,
.dark-theme h3,
.dark-theme h2,
.dark-theme h1{
  color: #fff 
}


h1 > span, h2 > span, h3 > span, h4 > span, h5 > span, h6 > span{
  color: var(--secondary_color);
}

strong{
  color: var(--primary_color);
}


h1{
  letter-spacing: -1.28px;
  line-height: 1.05;
}

h2{
  letter-spacing: -0.96px;
  line-height: 1.0833;
}

h3{
  line-height: 1.075;
  letter-spacing: -0.84px; 
}

h4{
  letter-spacing: -0.8px; 
  line-height: 1.5;
}


.hs-sec-button, .hdr_sec_btn .hs-button{
  display: block; 
}

body {
  line-height: 1.647;
  font-weight: 400;
}

.hs-button,
.hs-sec-button{
  line-height: 1.5;
}

/*  */

[data-hsfc-id=Renderer] form .hsfc-TextInput,
[data-hsfc-id=Renderer] form.hsfc-Form{
  font-family: inherit;
}

[data-hsfc-id=Renderer] form .hsfc-Step .hsfc-Step__Content{
  padding: 0;
}


form{
  font-size: 14px;
  line-height: 1.4285; 
  color: var(--bodyColor)
}

form a{
  color: var(--secondary_color);
  text-decoration: underline;
}

[data-hsfc-id=Renderer] form .hsfc-RichText{
  font: inherit;
  font-family: inherit;
  color: var(--bodyColor)
}

[data-hsfc-id=Renderer] form .hsfc-NavigationRow{
  margin-top: 10px;
}

form .input input,
[data-hsfc-id=Renderer] form .hsfc-TextInput{
  font-size: 13px;
}

[data-hsfc-id=Renderer] form .hsfc-FieldLabel,
form label {
  color: #6b7392;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
  font-family: inherit;
  margin-bottom: 0.35rem !important;
  display: block;
}

[data-hsfc-id=Renderer] form .hsfc-Row{
  margin-bottom: 10px;
}

[data-hsfc-id=Renderer] form .hsfc-Button{
  width: 100%; 
}

[data-hsfc-id=Renderer] .hsfc-PhoneInput:not(.hsfc-PhoneInput--rtl) .hsfc-PhoneInput__FlagAndCaret {
    border: none;
    border: 1px solid #e4e7ef;
}
/* cards */


@media(max-width: 991px){
  .cm_flex_row {
    justify-content: center;
  } 
}


/*  */


.icon_cards .card_desc {
  font-size: calc(var(--body_size) * 0.88);
  line-height: 1.6;
}

.icon_cards .card_title {
  margin-bottom: 13px;
  font-size: 20px;
  line-height: 1.5;
}

.icon_cards  .icon_card_inner{
  background: #FFFFFF;
  border: 1px solid #E4E7EF;
  border-radius: 20px;
  padding: 33px;
  width: 100%;
}

.icon_cards .card_desc > *:last-child{
  margin-bottom: 0; 
}

.icon_cards .icon_img {
  display: block;
  width: 56px;
  margin-bottom: 22px;
}

.icon_card_item{
  display: flex;
  flex-wrap: wrap;
}

@media(max-width: 991px){
  .icon_cards  .icon_card_inner{
    padding: 20px;

  } 
}


/*  */


.section_header {
  text-align: center;
  max-width: 693px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
}

.section_title {
  margin-bottom: 15px;
}

.section_header.dark_theme * {
  color: #fff;
}

.button_row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.section_header.button_added {
  max-width: 100%;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.section_header.button_added .button_row {
  margin-top: auto;
}

.section_header .section_desc > *:last-child {
  margin-bottom: 0;
}

.section_desc h5{
  color: inherit;
  font-weight: normal;
}

.cm_mod {
  background-size: cover;
  background-position: center;
}