/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
 
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */



html {
  font-size: 24px;
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  color: #19233E;
  line-height: 1.667em;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: 'Poppins', sans-serif;
}

/* Anchor Links */
a {
  color: #19233E;
  text-decoration: none;
}
a:hover, a:focus {
  /*text-decoration: underline;*/
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #19233E;
  word-break: break-word;
}

h1 {
  font-size: 42px;
  line-height: 1.310em;
}

h2 {
  font-size: 36px;
  line-height: 1.278em;
}

h3 {
  font-size: 26px;
  line-height: 1.385em;
}

h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.400em;
}

h5 {
  font-size: 18px;
  line-height: 1.389em;
}

h6 {
  font-size: 18px;
  line-height: 1.400em;
}

strong {
  font-weight: 600;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul li,
ol li {
  
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  /*line-height: 1.5rem;*/
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
}

.disable-focus-styles :focus {
  outline: none;
}

.cta_fs a:hover { background-color: #FFEFCC!important; }

.cta_button.db-cta:hover, .cta_sec a:hover { background-color: #000000 !important; color: #ffffff !important; }

@media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: 'Poppins', sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  width:auto !important;
  line-height: 1.1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #F6B221;
  border-color: transparent;
  color: #19233E;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  text-shadow: none;
  box-shadow: inset 0 1px 0 hsl(0deg 0% 100% / 50%);
  transition: opacity .15s linear;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2em;
  font-family: 'Poppins', sans-serif;
  margin: 0 0 15px;
  outline: 0;
  color: #19233E;
  border-radius: 5px; 
  padding: 15px 30px;

  
  
  text-decoration: none;
}

.hs-button:hover, .hs-button:focus {
  background-color: #FFC223;
  
  color: #19233E;
  /*box-shadow: inset 0 1px 0 hsl(0deg 0% 100% / 50%), 0 0 5px #3574e3;*/
}

.hs-button:active {
  
}

form .hs_submit {
  margin-top: 40px;
}

.hs-form label {
  font-size: 15px;
  color: #19233E;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  font-weight: 400;
  text-align: left;
  line-height: 1.733em;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #D17272;
}

form input, form select, form textarea, .hs-input {
  display: block;
  width: 100% !important;
  /*max-width: 500px;*/
  max-width: 100%;
  transition: border .2s linear,box-shadow .2s linear;
  /*box-shadow: inset 0 1px 3px rgb(0 0 0 / 10%);*/
  padding: 5px 11px;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.733em;
  color: #19233E;
  background-color: #ffffff;
  border: 2px solid #1B233C;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}
[type=checkbox],
[type=radio] {
  width:auto !important;
  display:inline-block;
}
.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #19233E;
}

.hs-input::-webkit-input-placeholder {
  color: #19233E;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:hover {
  background-color: #FFEFCC;
  border-color: #1B233C;
}
.hs-input:focus {
  outline: none;
  border-color: #ECB546;
  /*box-shadow: inset 0 1px 3px rgb(0 0 0 / 10%), 0 0 8px rgb(82 168 236 / 60%);*/
  background-color: #ededed;
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

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

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #D17272;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #D17272;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 1.733em;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #19233E;
  margin: 0px 0px 6px;
  font-size: 15px;
}

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

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 15px;
  color: #19233E;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 15px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}

#hs_cos_wrapper_widget_1633383005607 .hs-richtext a { color: #ffffff; }
#hs_cos_wrapper_widget_1633383005607 .hs-richtext a:hover { color: #19233E; }
body #hs_cos_wrapper_widget_1633383005607 .form-title { font-size: 22px !important; }
body #hs_cos_wrapper_widget_1633383005607 .submitted-message { font-size: 18px !important; }
.hs-form-81c8f6b0-3ece-4bbf-9897-1478dd343271_c2478ac9-899f-4a81-95a7-25ae21aed52a fieldset { max-width: 800px !important; }


@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 25px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: 'Poppins', sans-serif;
}

#hs_cos_wrapper_widget_1686529740058 .hs-richtext a {
  color: #fff;
}
#hs_cos_wrapper_widget_1686529740058 .hs-richtext a:hover {
  color: #19233E;
}

@media(max-width:767px){
  form input, form select, form textarea, .hs-input{
   width:100% !important;
    max-width:100%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

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

.hs-menu-item a {
  display: block;
  
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  
}

.hs-menu-item.active a {
  
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
.body-container__website .hs_cos_wrapper_type_rich_text p span {
  display: block;
}
.body-container__website .hs_cos_wrapper_type_rich_text ul li p{
  margin: 0;
}
.body-container__website .span6 {
  width: 50%;
  margin: 0;
}
.body-container__website .hs_cos_wrapper_type_rich_text p strong {
  font-size: 27px;
}
.fancybox-is-open .fancybox-bg {
  opacity: 1 !important;
  background: #fff !important;
}
.fancybox-infobar {
  margin-left: -3px !important;
  vertical-align: bottom !important;
  width: auto !important;
  opacity: 1 !important;
}
.fancybox-button {
  color: #080808 !important;
}
.fancybox-navigation .fancybox-button div {
  padding: 0 !important;
}
.fancybox-navigation .fancybox-button--arrow_left {
  padding: 36px !important;
}
.fancybox-navigation .fancybox-button {
  width: 103px !important;
  height: 97px !important;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 36px !important;
  background-image:url(https://4291881.fs1.hubspotusercontent-na1.net/hubfs/4291881/raw_assets/public/FUSen_February2021/images/next-arrow.png) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.fancybox-navigation .fancybox-button--arrow_left{
  background-image:url(https://4291881.fs1.hubspotusercontent-na1.net/hubfs/4291881/raw_assets/public/FUSen_February2021/images/next-arrow.png) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  transform:rotate(180deg);
}
.fancybox-navigation .fancybox-button.fancybox-button--arrow_left[disabled],
.fancybox-navigation .fancybox-button.fancybox-button--arrow_right[disabled]{
  background-image:url(https://4291881.fs1.hubspotusercontent-na1.net/hubfs/4291881/raw_assets/public/FUSen_February2021/images/disabled-arrow.png) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  transform:rotate(0deg);

}
.fancybox-navigation .fancybox-button.fancybox-button--arrow_right[disabled]{
  transform:rotate(180deg);
}
.fancybox-navigation .fancybox-button--arrow_right svg,
.fancybox-button--zoom, .fancybox-button--play, .fancybox-button--thumbs,
.fancybox-infobar,
.fancybox-button--close svg,
.fancybox-navigation .fancybox-button--arrow_left svg{
  display: none !important;
}
.fancybox-button--close{
  background-image:url(https://4291881.fs1.hubspotusercontent-na1.net/hubfs/4291881/raw_assets/public/FUSen_February2021/images/close-arrow.png) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  top: 32px;
  right: 44px;
}
.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #cdcdd0 !important;
}
.body-container__website .hs_cos_wrapper_type_rich_text ul p {
  margin: 0;
}
.body-container__website .hs_cos_wrapper_type_rich_text h5 {
  margin-bottom: 45px;
}
.fancybox-caption__body {
  color: rgba(37,37,37,1) !important;
  outline: none;
}
.fancybox-caption {
  background: transparent !important;
}
.hs-about-layout .fancybox-is-open .fancybox-bg {
  background-color: rgba(0, 0, 0, 0.9) !important;
}
.hs-about-layout .popup-inner {
  max-width: 660px;
  margin: 0 auto;
}
.hs-about-layout .fancybox-content {
  background: transparent !important;
}
.hs-about-layout .fancybox-close-small {
  opacity: 1;
  background: transparent !important;
  color: #fff !important;
  width: 50px;
  height: 50px;
  padding: 7px !important;
}
.hs-about-layout .fancybox-button {
  background-color: transparent !important;
}
.hs-about-layout .fancybox-navigation .fancybox-button--arrow_left{
  background-image:url(https://4291881.fs1.hubspotusercontent-na1.net/hubfs/4291881/raw_assets/public/FUSen_February2021/images/white-arrow-left.png) !important;
  transform: rotate( 0deg);
}
.hs-about-layout .fancybox-navigation .fancybox-button--arrow_right{
  background-image:url(https://4291881.fs1.hubspotusercontent-na1.net/hubfs/4291881/raw_assets/public/FUSen_February2021/images/white-arrow-right.png) !important;
}
.hs-about-layout  .fancybox-navigation .fancybox-button.fancybox-button--arrow_left[disabled]{
  background-image:url(https://4291881.fs1.hubspotusercontent-na1.net/hubfs/4291881/raw_assets/public/FUSen_February2021/images/white-arrow-left.png) !important;
}
.hs-about-layout  .fancybox-navigation .fancybox-button.fancybox-button--arrow_right[disabled]{
  background-image:url(https://4291881.fs1.hubspotusercontent-na1.net/hubfs/4291881/raw_assets/public/FUSen_February2021/images/white-arrow-right.png) !important;
  transform: rotate( 0deg);
}
.hs-about-layout .fancybox-content {
  position: static !important;
}
.hs-about-layout .fancybox-close-small{
  right: 50px !important;
  top: 50px !important;
}
.fancybox-slide .popup-content h3 {
  margin: 20px auto;
  max-width: 100%;
  text-align:center;
  color:#fff;
}
.fancybox-slide  .popup-content p {
  width: 135px;
  margin: 20px auto;
  white-space: pre-line;
  text-align: center;
  max-width:100%;
  color:#fff;
}
.fancybox-slide .popup-content p a {
  color: #ffffff;
  font-style: italic;
  color:#fff;
  text-decoration: underline;
}
.fancybox-slide .popup-content p a:focus {
  outline: none;
}
.body-container__website .hs_cos_wrapper_type_rich_text ul p span {
  font-size: inherit;
  display: initial;
}
.hs-contact-section-one .span6 p {
  margin: 0;
}
.hs-contact-section-one .span6 p a {
  text-decoration: underline;
}
.hs-contact-section-one .span6 h5 {
  margin-bottom: 14px;
}
.hs-contact-section-one .span6:last-child p {
  margin: 0 0 17px;
}
.hs-contact-section-one .span6:first-child p {

}
.hs-contact-section-one .span6:last-child {
  margin: 0;
  padding: 0 11px;
}
.hs-contact-section-two h5 {
  margin: 0;
}
.hs-contact-section-two p a {
  text-decoration: underline;
}
.hs-contact-section-two form {
  margin-top: 10px;
}
.hs-contact-section-two form .legal-consent-container .hs-form-booleancheckbox-display p {
  font-size: 13px;
}
.hs-contact-section-two form .hs-richtext p a {
  color: rgba(0,0,238);
}
.hs-contact-section-two form textarea {
  margin-bottom: 31px;
}
.hs-contact-section-two form li.hs-form-booleancheckbox {
  margin-bottom: 17px;
}
.hs-contact-section-two form .hs-richtext p {
  margin-bottom: 17px;
}
.hs-contact-section-two form .hs-submit {
  margin-top: 30px;
}
.hs-project-section-one .hs_cos_wrapper_type_rich_text p {
  text-align: center;
  margin: 0 auto 29px;
  max-width: 850px;
}
.hs-project-section-one .hs_cos_wrapper_type_rich_text p a {
  text-decoration: underline;
}
.hs-about-section-one {
  text-align: center;
}
.hs-about-section-two .hs-button {
  background-image: none;
  border: 0;
  text-shadow: none;
  transition: color 0.4s ease 0s;
  border-radius: 0;
  padding: 15px 20px;
  line-height: normal;
  max-width: 479px;
  margin: 0 auto;
  width: 100% !important;
  display: block;
  box-shadow:none;
  transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
  
  background-color: #F6B221; 
  color: #19233E;
  font-family: 'Poppins', sans-serif;
  font-weight: 600; 
  font-size: 15px;
  border-radius: 5px; 
  padding: 15px 30px;
}
.hs-about-section-two .hs-button:hover{
  background-color: #FFC223;
}
.hs-about-section-two .dnd-module[class*="flexbox-positioning"] {
  display: block !important;
}
.hs-about-section-two .hs-button:hover {
  box-shadow: none;
  background-image: none;
}
.hs-about-section-three h1 {
  text-align: center;
  margin-bottom: 40px;
}
.hs-about-section-three p {
  text-align: center;
  margin-bottom: 45px;
}
.hs-about-section-three p a {
  text-decoration: underline;
}
/*.hs-about-section-one h1 {
  margin-bottom: 52px;
}*/
.hs-about-section-one p {
  margin-bottom: 45px;
}
.hs-about-section-five * {
  color: #ffffff !important;
}
.hs-about-section-five .dnd-section[class*="background-image"] h2 {
  text-align: center;
  margin-bottom: 2px;
}
.hs-about-section-five .dnd-section[class*="background-image"] p {
  margin-bottom: 38px;
}
.hs-about-section-five .dnd-section[class*="background-image"] .span4:last-child h2,
.hs-about-section-five .dnd-section[class*="background-image"] .span4:last-child p {
  text-align: left;
  padding-left: 50px;
}
.hs-about-section-five .dnd-section[class*="background-image"] .span4:first-child h2,
.hs-about-section-five .dnd-section[class*="background-image"] .span4:first-child p {
  text-align: left;
  padding-left: 79px;
}
.hs-about-section-five .dnd-section[class*="background-image"] .span4:first-child p {
  padding-left: 89px;
}
.hs-about-section-five .dnd-section[class*="background-image"] p {
  text-align: center;
}
.hs-home-section-five iframe {
  width: 100%;
  height: 570px;
}
.hs-home-section-five p {
  line-height: normal;
  font-weight: normal;
  margin-bottom: 28px;
}
.hs-home-section-five .span6:first-child {
  padding-left: 27px;
  padding-right: 27px;
}
.hs-home-section-five .span6:last-child {
  padding-left: 0px;
  padding-right: 55px;
}
.hs-home-section-five .span12.dnd-module p {
  text-align: center;
  margin-bottom: 23px;
}
.hs-home-section-five .span12.dnd-module .hs_cos_wrapper_type_rich_text {
  display: block;
  max-width: 931px;
  margin: 0 auto;
}
.hs-home-section-five .span12.dnd-module .hs_cos_wrapper_type_rich_text h1 {
  text-align: center;
  margin-bottom: 35px;
}
.hs-home-section-four .custom-about-image-wrap .about-image-inner {
  width: 33.33%;
  height: 395px;
}
.hs-home-section-five .dnd-row:last-child .span12.dnd-module .hs_cos_wrapper_type_rich_text {
  max-width: 100%;
}
.hs-home-section-three {
  margin-bottom: 105px;
  border-bottom: 10px solid rgba(25, 35, 62, 1);
}
.hs-home-section-three .dnd-section[class*="background-image"] p {
  color: #fff;
  text-align: center;
  margin-bottom: 32px;
}
.hs-home-section-three .dnd-section[class*="background-image"] p a {
  text-decoration: underline;
  color:#fff;
}
.hs-home-section-three .dnd-section[class*="background-image"] p:last-child {
  margin-bottom: 0;
}
.hs-home-section-two p {
  text-align: center;
  margin: 0;
}
.hs-home-section-two h1 {
  text-align: center;
  margin-bottom: 55px;
}
.hs-contact-section-two .hs_cos_wrapper_type_rich_text p {
  padding-right: 100px;
}
.hs-contact-section-two form .hs-input {
  max-width: 100%;
  width: 100% !important;
  color: #19233E;
}
.hs-contact-section-two form .hs-input[type="checkbox"] {
  width: auto !important;
}
.hs-about-section-three {
  position: relative;
  z-index: 1;
  background: #fff;
}
.hs-landing-page .body-container__website .span6:first-child {
  padding-right: 20px;
}
.body-container__website .span6 img {
  max-width: 100%;
}
.fs_home_page .bg-image.video_, .bg-image.kontakt_ { position: relative; }
.fs_home_page .bg-image.video_:before, .bg-image.kontakt_:before {
  content: url("https://4291881.fs1.hubspotusercontent-na1.net/hubfs/4291881/sirkel.svg");
  position: absolute;
  opacity: 1;
  width: 45%;
  z-index: 10;
}
.fs_home_page .bg-image.video_:before {
  left: -50%;
  top: -66%;
}
.bg-image.kontakt_:before {
  right: -50%;
  top: -60%;
}
.fs_home_page { overflow: hidden; }
.fancybox__nav {display: none !important; }

.body-container-wrapper.fs_home_page a:hover/*,
.section_testimonial .testimonial__content a:hover, 
.bg-image.video_ .link_fs a:hover,
.image_text.light .link_fsn a:hover*/ { background-color: transparent; color: #086792; }

@media(max-width:1024px){
  .dnd-section > .row-fluid ,
  .page-center{
    padding-left:20px;
    padding-right:20px;
  }
  .hs-about-section-four .dnd-section>.row-fluid ,
  .hs-home-section-one .dnd-section>.row-fluid,
  .hs-home-section-four .dnd-section>.row-fluid,
  .fs_home_page .dnd-section>.row-fluid {
    padding: 0;
  }
  .body-container__website .span6 img {
    height: auto !important;
    width:auto !important;
  }
}
@media(max-width:960px){
  .hs-about-section-five .dnd-section[class*="background-image"] .span4:first-child h2,
  .hs-about-section-five .dnd-section[class*="background-image"] .span4:first-child p {
    padding-left: 0;
  }
}

@media(min-width:768px){
  .fs_home_page .page-center, footer .page-center {
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
  }
} 

@media(max-width:767px){
  .body-container__website .span6 {
    width: 100%;
    margin: 0 0 10px;
  }
  .hs-values-page h1 {
    text-align: left !important;
  }
  .hs-values-page.body-container__website .hs_cos_wrapper_type_rich_text p {
    margin-bottom: 20px;
  }
  .hs-contact-section-two .dnd-section>.row-fluid {
    max-width: 100% !important;
  }
  fieldset {
    max-width: 100% !important;
  }
  [type="checkbox"], [type="radio"]{
    width:auto !important; 
  }
  fieldset .hs-form-field {
    width: 100% !important;
    float: none !important;
  }
  fieldset .hs-form-field .input {
    margin-right: 0 !important;
  }
  .hs-contact-section-one h1 {
    text-align: left !important;
  }
  .hs-contact-section-one .span6:first-child h5:last-of-type {
    margin-top: 20px !important;
    margin-bottom: 10px !important;
  }
  .hs-contact-section-one .span6:last-child {
    padding: 20px 0 0;
  }
  .hs-landing-page .body-container__website .span6:first-child {
    padding-right: 0;
  }
  .hs-contact-section-two h5 {
    margin-bottom: 8px;
  }
  .hs-project-section-one .hs_cos_wrapper_type_rich_text h1 {
    line-height: 1.1em;
    text-align: center;
    font-size: 22px !important;
    letter-spacing: 0.06em;
  }
  /*.hs-about-section-one h1 {
    margin-bottom: 31px;
  }*/
  .hs-about-section-one p:last-child {
    margin-bottom: 20px;
  }
  .hs-about-section-three p {
    padding: 0 !important;
  }
  .hs-about-section-five {
    display: none;
  }
  .row-fluid [class*="span"] {
    min-height: 0;
  }
  .parallax-mirror {
    opacity: 0 !important;
  }
  .hs-about-section-three h1:last-of-type {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .hs-home-section-two h1 {
    margin-bottom: 10px;
  }
  .hs-home-section-three .dnd-section[class*="background-image"] p {
    text-align: center;
  }
  .hs-home-section-three {
    margin-bottom: 10px;
  }
  .hs-home-section-five .span12.dnd-module .hs_cos_wrapper_type_rich_text h1 {
    margin-bottom: 14px;
  }
  .hs-home-section-five .span6:first-child {
    padding: 0;
  }
  .hs-home-section-five .span6:last-child {
    padding: 0;
  }
  .hs-home-section-five p {
    margin-bottom: 10px !important;
  }
  .hs-home-section-five iframe {
    height: 220px;
  }
  .fancybox-navigation .fancybox-button {
    width: 18px !important;
    height: 33px !important;
  }
  .fancybox-slide--image {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .hs-contact-section-two p {
    padding-right: 0px;
  }
  .fancybox-navigation .fancybox-button--arrow_left,
  .fancybox-navigation .fancybox-button--arrow_right{
    padding:0 20px!important; 
  }
  .hs-home-section-three .dnd-section[class*="background-image"] {
    margin-bottom: 10px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

header.header {
  background-color: #F5F5F5;
}



.header__container {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

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

.header__row-1 {
  padding-top: 20px;
}

.header__menu--flex {
  display: flex;
}
#nav-toggle {
  display: none;
}

/* Styles for the Logo */

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

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

.header__logo .logo-company-name {
  /*font-size: 28px;*/
  margin-top: 7px;
}

.header__logo--tablet {
  display: none;
}

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

/* Styles for the Search Bar */

.header__search {
  width: auto;
  padding: 0 22px;
}

.header__search .hs-search-field__input {
  box-sizing: border-box;
  background-color: white;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center right 15px;
  color: #19233E;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  /*font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 22px;*/
  padding: 0 15px;
  height: 45px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: white;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

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

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

.header__search .hs-search-field__suggestions li a {
  color: #19233E;
  text-decoration: none;
  padding: 3px 15px;
  transition: background-color 0.3s;
}

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

/* Styles for the Language Switcher Component */

.header__language-switcher {
  padding-right: 35px;
  cursor: pointer;
}

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

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

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

.header__language-switcher .lang_list_class:before {
  top: -24px;
  left: 70%;
  border-bottom-color: #D1D6DC;
  border-radius: 6px;
}

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

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  border-bottom-color: #EBEFF3;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  padding: 10px 15px;
  /*font-size: 18px;*/
}

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

.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 {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}





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

.header__language-switcher--label-current {
  /*font-size: 18px;*/
  margin-left: 10px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.header__language-switcher--label-current:after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  margin-top: 3px;
  margin-left: 10px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #19233E;
}

header.header .custom-logo { position: relative; z-index: 10; }

/* Sticky header */
.header.sticky {
  position: fixed;
  z-index: 100;
  box-shadow: none;
  background-color: #19233E;
  padding-top: 11px !important;
  width:100%;
  /*-moz-transform: translate(0px, -30px);
  -webkit-transform: translate(0px, -30px);
  -o-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);*/
}
header.header {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;  
}
/*.hs-content-id-120273833890 .header.sticky .custom-logo { 
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}*/

@media (min-width: 768px) {
  .hs-content-id-120273833890 .header .custom-logo { margin-top: 6px; margin-left: -4px; }
  .hs-content-id-120273833890 .header.sticky .custom-logo { margin-top: 10px; }
}

@media (max-width: 767px) {
  .mobile-trigger svg { margin-top: -4px; }
}

/* End sticky header */

/* Tablet Styles */

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

  .header__logo--main {
    display: none;
  }

  .header__logo--tablet {
    display: block;
  }
}

/* Mobile Styles */

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

  .header__container form {
    max-width: 100%;
  }

  .header__logo {
    width: 100%;
    margin: 0 auto;
  }

  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

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

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

  .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-right: auto;
    margin-left: 0;
  }

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

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

  .header__column {
    position: relative;
  }

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

  .header__row-2 {
    justify-content: center;
    padding: 30px;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    height: 25px;
    width: 25px;
    cursor: pointer;
  }

  .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;
    width: 25px;
    height: 25px;
  }

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

  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-right: 0;
    padding-left: 30px;
  }

  .header__language-switcher .lang_list_class {
    display: block;
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 30px;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    padding: 0 30px;
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    /*font-size: 22px;*/
  }
  .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;
  }

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

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

  .header__search {
    order: 1;
    padding: 30px;
    border-top: 2px solid #CED4DB;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

  .header__close--toggle {
    display: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-size: 110%;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin-right: 0;
  }

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

.custom-logo img {
  width: 150px !important;
}
.custom-logo #hs_cos_wrapper_header_logo2 img {
  width: 150px !important;
  position: relative;
  top: -5px;
}
header.header {
  /*padding-top: 66px;*/
  padding: 11px 0 11px;
  box-shadow: 0 0 5px rgb(0 0 0 / 70%);
}
img {
  vertical-align: middle;
}
.navigation-menu .hs-menu-wrapper > ul{
  justify-content: flex-end;
  padding-top: 0;
  padding-right: 7px;
  margin-top: 0;
}

.navigation-menu .hs-menu-wrapper>ul>li>ul {
  display: none;
}
.navigation-menu .hs-menu-wrapper>ul>li>a {
  transition: color 0.4s ease 0s;
  /*font: normal normal normal 18px/1.4em nimbus-sans-tw01con,sans-serif;
  line-height: 41px;*/
}
.navigation-menu .hs-menu-wrapper>ul>li {
  margin: 0 5px;
}
.navigation-menu .hs-menu-wrapper>ul>li:last-child {
  margin-right: 0;
}
/*.custom-logo {
  width: 36%;
  float: left;
}*/
.navigation-menu {
  /*width: 64%;
  float: right;*/
  position: relative;
  z-index: 9;
}
.mobile-trigger {
  display: none;
}

@media(max-width:1000px){
  .navigation-menu .hs-menu-wrapper>ul>li>a {
    font-size: 15px;
  } 
  .header__container {
    padding: 0 20px; 
  }
  .navigation-menu .hs-menu-wrapper>ul{
    padding-right:0; 
  }
  .custom-logo img {
    max-width:100%; 
  }
}
/*@media(max-width:830px){
  .navigation-menu .hs-menu-wrapper>ul>li>a {
    font-size: 13px;
  } 
}*/
@media(min-width:768px){
  .header__container {
    display: flex;
    justify-content: space-between;
  }
  .navigation-menu .hs-menu-wrapper>ul>li:hover> ul {
    display: block;
  }
  .navigation-menu .hs-menu-wrapper>ul>li>ul {
    position: absolute;
    min-width: 178px;
    transition: background-color 0.4s ease 0s;
  }
  .navigation-menu .hs-menu-wrapper>ul>li>ul>li>a {
    transition: color .4s ease 0s;
    /*font: normal normal normal 18px/1.4em nimbus-sans-tw01con,sans-serif;
    line-height: 33px;*/
    padding:0 10px;
  }
  .navigation-menu .hs-menu-wrapper>ul>li>ul>li>a {
    transition: background-color 0.4s ease 0s;
  } 
  .navigation-menu .hs-menu-wrapper > ul > li.hs-item-has-children {
    position: relative;
  }
  .navigation-menu .hs-menu-wrapper > ul > li.hs-item-has-children:after { 
    content: ">";
    position: absolute;
    right: 11px;
    top: 14px; 
    color: #ffffff;
    -webkit-transform: rotate(90deg);-ms-transform: rotate(90deg);transform: rotate(90deg);
  }
  .navigation-menu .hs-menu-wrapper > ul > li.hs-item-has-children:hover:after { 
    color: #91b4dd;
  }
  .navigation-menu .hs-menu-wrapper > ul > li.hs-item-has-children:hover:after{ transform: rotate(-90deg); transition: all .2s linear; }
}

@media (min-width:768px) and (max-width:1023px) {
  .navigation-menu .hs-menu-wrapper > ul > li.hs-item-has-children:after { right: 6px; }
}

@media(max-width:767px){
  .navigation-menu .hs-menu-wrapper>ul>li.hs-item-has-children {
    margin-left: -20px;
  }
  header.header .custom-logo {
    float: left;
  }
  .navigation-menu {
    width: 100% !important;
    float: none;
    display: block;
    pointer-events: none;
    position: fixed;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.3s -webkit-transform step-end;
    transition: 0.3s -webkit-transform step-end;
    transition: 0.3s transform step-end;
    transition: 0.3s transform step-end, 0.3s -webkit-transform step-end;
    min-height: 100%;
    z-index: 1005;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height:100vh;
    overflow:auto;
    top:0;
    left:0;
    right:0;
    background-color: #19233E;  
    transition: 0.3s opacity;
    opacity: 0;
  }
  /*.custom-logo {
    width: 100%;
    float: none;
  }*/
  header.header {
    /*padding: 25px 0 11px;*/
    padding: 80px 0 11px;
  }
  .header__container {
    padding: 0 20px;
  }
  .custom-logo #hs_cos_wrapper_header_logo2 img {
    top: 0;
    margin-top: 10px;
  }
  .mobile-trigger {
    display: block;
    text-align: right;
    padding-top: 11px;
    padding-right: 15px;
  }
  .mobile-trigger svg {
    width: 20px;
    overflow: visible;
    stroke-width: 3px;
    stroke: rgba(255, 255, 255, 1);
    height: 17px;
    padding-top: 0px;
    stroke-linecap: flat;
    stroke: rgba(255, 255, 255, 1);
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms;
    -webkit-transition-property: stroke;
    transition-property: stroke;
    cursor:pointer;
    position:relative;
    z-index:99999;
  }
  .mobile-trigger svg .style-jdzwcv05_animating-line {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 150ms;
    animation-duration: 150ms;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform-origin: 8.5px 0;
    transform-origin: 8.5px 0;
  }
  .mobile-trigger svg line.style-jdzwcv05_line1.style-jdzwcv05_animating-line {
    -webkit-transform: translateY(0.5px);
    transform: translateY(0.5px);
  }
  .mobile-trigger svg line.style-jdzwcv05_line3.style-jdzwcv05_animating-line {
    -webkit-transform: translateY(16.5px);
    transform: translateY(16.5px);
  }
  .mobile-trigger svg line.style-jdzwcv05_line2.style-jdzwcv05_animating-line {
    -webkit-transform: translateY(8.5px);
    transform: translateY(8.5px);
  } 
  .mobile-trigger svg line.style-jdzwcv05_line1.style-jdzwcv05_animating-line {
    -webkit-animation-name: style-jdzwcv05_tiny-menu-open-squeeze-1-reverse;
    animation-name: style-jdzwcv05_tiny-menu-open-squeeze-1-reverse;
  }

  .mobile-trigger svg line.style-jdzwcv05_line2.style-jdzwcv05_animating-line {
    -webkit-animation-name: style-jdzwcv05_tiny-menu-open-squeeze-2-reverse;
    animation-name: style-jdzwcv05_tiny-menu-open-squeeze-2-reverse;
  }

  .mobile-trigger svg line.style-jdzwcv05_line3.style-jdzwcv05_animating-line {
    -webkit-animation-name: style-jdzwcv05_tiny-menu-open-squeeze-3-reverse;
    animation-name: style-jdzwcv05_tiny-menu-open-squeeze-3-reverse;
  }

  .mobile-open .mobile-trigger svg line.style-jdzwcv05_line1.style-jdzwcv05_animating-line {
    -webkit-animation-name: style-jdzwcv05_tiny-menu-open-squeeze-1;
    animation-name: style-jdzwcv05_tiny-menu-open-squeeze-1;
  }

  .mobile-open .mobile-trigger svg line.style-jdzwcv05_line2.style-jdzwcv05_animating-line {
    -webkit-animation-name: style-jdzwcv05_tiny-menu-open-squeeze-2;
    animation-name: style-jdzwcv05_tiny-menu-open-squeeze-2;
  }

  .mobile-open .mobile-trigger svg line.style-jdzwcv05_line3.style-jdzwcv05_animating-line {
    -webkit-animation-name: style-jdzwcv05_tiny-menu-open-squeeze-3;
    animation-name: style-jdzwcv05_tiny-menu-open-squeeze-3;
  }
  @-webkit-keyframes style-jdzwcv05_tiny-menu-open-squeeze-3 {
    0% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }

    100% {
      -webkit-transform: translateY(8.5px) rotateX(90deg);
      transform: translateY(8.5px) rotateX(90deg);
    }
  }

  @keyframes style-jdzwcv05_tiny-menu-open-squeeze-3 {
    0% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }

    100% {
      -webkit-transform: translateY(8.5px) rotateX(90deg);
      transform: translateY(8.5px) rotateX(90deg);
    }
  }
  @-webkit-keyframes style-jdzwcv05_tiny-menu-open-squeeze-2 {
    0% {
      -webkit-transform: translateY(16.5px);
      transform: translateY(16.5px);
    }

    50% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }

    100% {
      -webkit-transform: translateY(8.5px) rotate(-45deg);
      transform: translateY(8.5px) rotate(-45deg);
    }
  }

  @keyframes style-jdzwcv05_tiny-menu-open-squeeze-2 {
    0% {
      -webkit-transform: translateY(16.5px);
      transform: translateY(16.5px);
    }

    50% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }

    100% {
      -webkit-transform: translateY(8.5px) rotate(-45deg);
      transform: translateY(8.5px) rotate(-45deg);
    }
  }
  @-webkit-keyframes style-jdzwcv05_tiny-menu-open-squeeze-1 {
    0% {
      -webkit-transform: translateY(0.5px);
      transform: translateY(0.5px);
    }

    50% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }

    100% {
      -webkit-transform: translateY(8.5px) rotate(45deg);
      transform: translateY(8.5px) rotate(45deg);
    }
  }

  @keyframes style-jdzwcv05_tiny-menu-open-squeeze-1 {
    0% {
      -webkit-transform: translateY(0.5px);
      transform: translateY(0.5px);
    }

    50% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }

    100% {
      -webkit-transform: translateY(8.5px) rotate(45deg);
      transform: translateY(8.5px) rotate(45deg);
    }
  }
  @-webkit-keyframes style-jdzwcv05_tiny-menu-open-squeeze-1-reverse {
    100% {
      -webkit-transform: translateY(0.5px);
      transform: translateY(0.5px);
    }

    50% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }

    0% {
      -webkit-transform: translateY(8.5px) rotate(45deg);
      transform: translateY(8.5px) rotate(45deg);
    }
  }

  @keyframes style-jdzwcv05_tiny-menu-open-squeeze-1-reverse {
    100% {
      -webkit-transform: translateY(0.5px);
      transform: translateY(0.5px);
    }

    50% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }

    0% {
      -webkit-transform: translateY(8.5px) rotate(45deg);
      transform: translateY(8.5px) rotate(45deg);
    }
  }
  @-webkit-keyframes style-jdzwcv05_tiny-menu-open-squeeze-2-reverse {
    100% {
      -webkit-transform: translateY(16.5px);
      transform: translateY(16.5px);
    }

    50% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }

    0% {
      -webkit-transform: translateY(8.5px) rotate(-45deg);
      transform: translateY(8.5px) rotate(-45deg);
    }
  }

  @keyframes style-jdzwcv05_tiny-menu-open-squeeze-2-reverse {
    100% {
      -webkit-transform: translateY(16.5px);
      transform: translateY(16.5px);
    }

    50% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }

    0% {
      -webkit-transform: translateY(8.5px) rotate(-45deg);
      transform: translateY(8.5px) rotate(-45deg);
    }
  }
  @-webkit-keyframes style-jdzwcv05_tiny-menu-open-squeeze-3-reverse {
    100% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }

    0% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }
  }

  @keyframes style-jdzwcv05_tiny-menu-open-squeeze-3-reverse {
    100% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }

    0% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }
  }
  .mobile-open .navigation-menu {
    pointer-events: inherit;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0s;
    transition: -webkit-transform 0s;
    transition: transform 0s;
    transition: transform 0s, -webkit-transform 0s;
    opacity:1;
  }
  .navigation-menu .hs-menu-wrapper>ul {
    padding-top: 80px;
    padding-bottom: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    letter-spacing: 2px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0;
  }
  .navigation-menu .hs-menu-wrapper>ul>li>a {
    padding: 10px 20px;
    text-align: center;
    /*font: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496,sans-serif;*/
    background: transparent !important;
  }
  .navigation-menu .hs-menu-wrapper>ul>li {
    padding: 0 18px;
    margin: 0;
  }
  body.mobile-open {
    overflow-y: hidden;
  }
  .mobile-open .mobile-trigger svg {
    right: 25px;
    position: fixed;
    width: 17px;
  }
  .mobile-open .mobile-trigger {
    padding-top: 18px;
  }
  .navigation-menu .hs-menu-wrapper>ul>li {
    position: relative;
  }
  .child-trigger:after {
    content: '\ff0b';
    color: #FFFFFF;
    position: relative;
    display: inline-block;
    margin-left: -12px;
    text-align: right;
    /*font-family: avenir-lt-w01_35-light1475496avenir-lt-w01_35-light1475496;*/
  }
  .child-trigger {
    position: absolute;
    top: 0;
    width: 22px;
    padding: 10px 16px 10px 20px;
    margin-left: -22px;
    /*font-family: avenir-lt-w01_35-light1475496avenir-lt-w01_35-light1475496;
    font-size: 15px;
    font-weight: normal;*/
    text-align: right;
    cursor:pointer;
  }
  .child-trigger.child-open {
    margin-left: 0;
  }
  .navigation-menu .hs-menu-wrapper>ul>li.hs-item-has-children {
    padding-right: 0;
  }
  .navigation-menu .hs-menu-wrapper>ul>li>ul>li>a {
    padding: 10px 20px;
    text-align: center;
  }
  .navigation-menu .hs-menu-wrapper>ul>li>ul {
    background: transparent !important;
    /*font: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496,sans-serif;*/
  }
  /*.navigation-menu .hs-menu-wrapper>ul>li>ul> li {
    font-size: 90%;
  }*/
  /*.navigation-menu .hs-menu-wrapper>ul>li>ul>li.active>a {
    color: #252525 !important;
  }
  .navigation-menu .hs-menu-wrapper>ul>li.active-branch>a {
    color: #252525 !important;
  }*/
  .child-trigger.child-open:after {
    content: "\ff0d";
  }
  .navigation-menu .hs-menu-wrapper>ul>li>ul>li>a:hover {
    background-color: transparent  !important;
  }
  .navigation-menu .hs-menu-wrapper>ul>li>ul>li.active>a {
    background: transparent !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #F5F5F5;
}
.footer__container {
  margin: 0 auto;
}
.footer__copyright {

}
/*footer.footer {
  padding: 42px 0 70px;
}*/
.footer-top-section {
  overflow: hidden;
}
.bottom-section.copyright-section {
}
.footer-top-section .col1 {
  float: right;
  width: 50%;
}
.footer-top-section .col2 {
  float: left;
  width: 50%;
}
.footer-top-section .col2 p {
  margin: 0;
}
.footer-top-section .col2 h6 {
  margin: 0;
  /*line-height: normal;*/
}

.bottom-section.copyright-section {
  /*letter-spacing: 0.02em;
  line-height: 1.5em;
  font: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496,sans-serif;*/
  margin-top: 23px;
}
a#back-to-top {
  position: absolute;
  top: 39%;
  right: 13px;
  bottom: 0;
  left: auto;
  width: 37px;
  height: 36px;
  transform: rotate(180deg);
}
a#back-to-top svg {
  stroke-opacity: 1;
  fill: #F6B221;
  width: 37px;
  height: 36px;
}
.footer__container {
  position: relative;
  padding: 0 10px;
}
/*.footer-top-section .col2 a:hover {
  text-decoration: none;
}*/
.footer-top-section .col2 p a {
  color: inherit;
}
@media(max-width:767px){
  .footer-top-section .col1 {
    float: none;
    width: 100%;
  }
  .footer-top-section .col2 {
    float: none;
    width: 100%;
  }
  a#back-to-top svg {
    width: 24px;
    height: 36px;
  }
  a#back-to-top {
    top: 0;
    left: 0;
  }
  a#mobile-back-to-top {
    position: fixed;
    width: 44px;
    height: 44px;
    right: 0;
    bottom: 87px;
    z-index:1;
  }

  a#mobile-back-to-top svg {
    fill: rgba(0, 0, 0, 0.3);
    pointer-events: none;
    stroke: #fff;
  }

  a#mobile-back-to-top svg polyline.s_YsIBackToTopButtonSkin_border {
    stroke-width: 1;
  }
  
  polygon.s_YsIBackToTopButtonSkin_arrow {
    stroke-width: 1.5;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  /*max-width: 1240px;*/
  max-width: 890px;
  padding: 0 20px;
  margin: 0 auto;
}

.body-container, .blog-post{
  background-color:#F5F5F5!important;
}

.icon-box svg {
  height: auto;
  width: 70%;
  object-fit: contain;
}

.bg-image-product{
  background-color:#0a1736!important;
}

.blog-header {
  background-color: #F5F5F5;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}

#new-post-LG blockquote {
  padding: 30px 40px !important;
  font-size: 24px !important; 
  color: #19233E !important;
  background-color: #fff !important;
  width: 100% !important;
  border-left: none !important;
  margin: 30px 0 !important;
  font-weight: 500 !important;
  border-radius: 8px;
  position: relative;
  line-height: 1.6; 
}

.flex-it-up{
  display:flex;
  flex-direction:column;
  gap:40px;
}

#post-LG-2024 .blog-sidebar {
  padding: 95px 0;
}

#new-post-LG-here  {
  padding:60px 0!important;
}

.blog-sidebar-post-listing {
  background-color:#fff!important;
  padding:20px!important;
}

.blog-sidebar-post-listing h3 {
  margin-top:0;
}

.hs-rss-item {
  display:flex!important;
  flex-direction:row-reverse!important;
  gap:20px;
  margin:20px 0;
}

.hs-rss-item-text {
  width:224px;
}

.hs-rss-item-image-wrapper img {
  height: 79px;
  width: 100px;
}

/* Add the quotation mark as a pseudo-element */
#new-post-LG blockquote:before {
  content: "\201C"; 
  font-family: Arial, sans-serif; 
  font-size: 130px; 
  color: #19233E; 
  position: absolute;
  top: 26px; 
  left: 20px; 
  line-height: 1;
}

#new-post-LG blockquote p {
  margin: 0;
  margin-left:40px;
  padding: 0;
}


.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-post__read-more-new {
  margin-top: 20px;
}

.blog-header__form {
  margin: 0 1rem;
}

.page-center-search-blog-index-page{
  background-color:#06102E;
  padding: 20px;  
}

.page-center-search-blog-index-page .page-center {
  display: flex;
  justify-content: center;
  flex-direction:column;
  gap:30px;
}

.page-center-search-blog-index-page .page-center p{
  color:#fff;
  font-size:17px;
  margin-bottom:0;
}

#blogSearch {
  width: 100%; 
  padding: 10px 20px 10px 50px; 
  font-size: 16px; 
  border-radius: 50px; 
  border: 1px solid #ccc; 
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); 
  outline: none; 
  transition: box-shadow 0.3s ease;
}

#blogSearch:focus {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); 
}

.blue-bg-here{
  background-color: #06102E;
}

.search-container {
  position: relative;
  width: 70%;
}

@media screen and (min-width:1280px) {
  .search-container {
    width: 80%;
  }
}

.search-icon {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  fill: #19233e;
  opacity: 0.55;
}

#suggestionBox {
  position: absolute;
  top: 44px;
  left: 4px;
  background: #fff;
  border: 1px solid #ccc;
  width: 99%;
  display: none;
  z-index: 1000;
  border-radius:8px;
}

#suggestionBox p {
  padding-top: 10px;
  padding-left:10px;
  padding-right:10px;
  font-weight: bold;
  color: #19233e;
  font-size:20px;
}

.suggestion-header {
  padding: 10px;
  font-weight: bold;
  color: #19233e;
}

#suggestionBox ul {
  list-style: none;
  padding: 10px;
  margin: 0;
}

.suggestion {
  padding: 5px 0;
  cursor: pointer;
}

.blog-pagination-new-LG{
  display:flex;
  justify-content:center;
  margin:30px 0;
}

.blog-pagination-new-LG .blog-pagination__link-new {
  border: 2px solid #152331;
  margin: 0 5px;
  padding: 10px 15px;
  text-decoration: none;
}

.blog-pagination-new-LG .blog-pagination__next-link-new, .blog-pagination-new-LG .blog-pagination__prev-link-new{
  border:none;
}

.blog-pagination-new-LG .blog-pagination__link--active-new {
  background-color: #152331;
  color: #F5F5F5;
}

.blog-index__post-content-new .blog-index__post-content--small-new h4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.back-top-blog-btn{
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 40px;
}

.main-author-details {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  margin-top:100px;
}

.author-details-img {
  width: 116px;
  height: 116px;
}

.author-details-img img {
  width: 116px;
  height: 116px;
  border-radius: 50%;
}

.author-details-text {
  max-width:630px;
}

.auhor-name p {
  font-size:22px;
  color:#19233E;
}

.main-author-details-text-box{
  display:flex;
  flex-direction:column;
  align-items: center;
  gap:20px;
  padding:30px 0;
}

@media screen and (min-width:800px) {
  .main-author-details-text-box{
    flex-direction:row-reverse;
  }
}


@media screen and (min-width:806px) {
  .page-center-search-blog-index-page .page-center {
    flex-direction:row;
    gap:15px;
    align-items: center;
    justify-content:space-between;
  }

  #blogSearch {
    width: 75%; 
  }

  #suggestionBox {
    width: 75%;
  }
}

@media screen and (min-width:1280px) {
  #blogSearch {
    width: 85%; 
  }

  #suggestionBox {
    width: 85%;
  }
}

h4 {
  margin-top:0!important;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 20px  0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  /*font-size: 1.16rem;
  line-height: 1.1;*/
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 0;
}

/*New template*/
.padding-top-blog {
  padding: 48px 0;
}

.blog-index-new {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding:20px;
  justify-content: space-between;
}

@media screen and (min-width:768px) {
  .blog-index-new {
    padding:0;
  }
}

@media screen and (min-width:1280px) {
  .blog-index-new {
    justify-content: start;
    gap: 30px;
  }
}

.blog-index__post-new {
  width: 100%;
}

@media (min-width: 768px) {
  .blog-index__post-new {
    width: calc(50% - 20px);
  }

  .padding-top-blog {
    padding: 80px 0 76px;
  }

}

@media (min-width: 1024px) {
  .blog-index__post-new {
    width: calc(33.333% - 20px);
  }
}

.blog-index__post-inner-card-new {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.blog-index__post-content-new {
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color:#fff;
}

.blog-index__post-content-new img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.no-image-new {
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
}

.blog-index__post-inner-card-new img {
  height: 228px;
  object-fit: cover;
  width: 100%;
}

.blog-index__post-content-new {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  padding: 23px 36px 36px 32px;
}

.blog-pagination-new {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.blog-pagination__link-new {
  margin: 0 5px;
  padding: 10px 15px;
  border: 1px solid #ddd;
  text-decoration: none;
  color: #333;
}

.blog-pagination__link--active-new {
  background-color: #0073e6;
  color: white;
}

.blog-pagination__prev-link-new,
.blog-pagination__next-link-new {
  margin: 0 10px;
}

.blog-pagination__prev-link--disabled-new,
.blog-pagination__next-link--disabled-new {
  color: #ccc;
  cursor: not-allowed;
}


@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
  height:auto;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}


.blog-index__post-content p {
}
.blog-index__post-content a {
  color: #19233E;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}
.blog-index__post-inner-card .blog-index__post-content,
.blog-index__post-inner-card p, .blog-index__post-inner-card a {
  font-weight: normal;
}
.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #19233E;
  text-decoration: none;
  border: 2px solid transparent;
  /*line-height: 1;*/
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #19233E;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #19233E;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  /*font-size: 1.6rem;*/
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #19233E;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: 'Poppins', sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  /*font-size: .8rem;
  color: #000;*/
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: #F5F5F5;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #19233E;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #F6B221;
}

/*             Blog Listing with Sidebar            */

.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
.section.post-footer .hs-input {
  max-width: 100%;
}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
  display: block;
  margin-bottom:40px;
}

.blog-index__post-inner-card {
  display: block;
  flex-flow: column nowrap;
  width: 100%;
  border-radius: 5px;
  background: #fff;
  box-shadow:none !important;
}
.hs-blog-listing, .hs-blog-post{
  background:#fff !important; 
}
.blog-index__post-image {
  border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
  display: block;
  flex-direction: column;
  padding: 0;
  height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
  /*font-size: 12px;
  font-weight: 200;*/
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*letter-spacing: 0.01rem;*/
}

.blog-post__tag-link:hover{
  text-decoration: none;
}
.blog-seidebar-content {
  background: #ededed;
  padding: 30px;
  color: #1d1d1d;
  font-weight: 300;
  margin-bottom: 40px;
}

.blog-seidebar-content p {
  /*font-size: 16px;
  font-weight: normal;*/
  margin: 0;
}


.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  transition: all .5s;
}

.blog-post__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  position: relative;
  top: 3px;
  padding-left: 10px;
}

.blog-post__read-more svg {
  width: 15px;
  height: auto;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
  display:block;
  width: 65%;
}

@media screen and (min-width: 1000px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (max-width: 999px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/1);
  }
}

.blog-sidebar {
  padding-top: 30px;
  width: 32% !important;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 0;
    padding-bottom: 0;
  }
}

.blog-sidebar h3 {
  margin-bottom: 20px;
  /*font-size: 21px;
  font-weight: 600;
  line-height: 37px;*/
}

.blog-sidebar ul {
  padding: 30px;
  margin: 0 0 40px 0;
  list-style: none;
  border-radius: 5px;
  background: #fff;
}

.blog-sidebar ul li {
  padding: 0;
  border-top: 0;
  font-weight: 600;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
}

.blog-sidebar a {
  text-decoration: none;
  font-weight:normal;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  padding-left: 2.3em;
  /*line-height: 24px;*/
  text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
  position: relative;
  width: 22px;
  float: left;
  content: none;
  margin-right: 25px;
  /*font-size: 36px;
  font-weight: 600;*/
}

.blog-sidebar-post-listing li a {
  position: relative;
  top: -3px;
}

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: block;
    flex-direction: column;
  }



  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    visibility: hidden;
    opacity: 0;
    transition: all 5s;
    display: none;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    visibility: visible;
    transition: all 1s;
    opacity: 1;
  }
}

/* Blog Subscription Section */
.blog-index.sidebar.span9 .blog-post {
  margin-top: 0;
}
.subscription-form {
  display: block;
  margin: 0 auto;
  padding:  0;
  width: 100%;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
  margin-bottom: -110px;
  min-height: 300px;
  background-size: cover;
  border-radius: 5px;
  margin-top: 40px;
  background-position: center center;
}

.blog-post {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
  background: #fff;
  border-radius: 0;
  box-shadow: none !important;
  margin-top: 20px;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  /*font-size: 32px;
  font-weight: 600;
  line-height: 1.25;*/
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}

.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media (max-width: 767px) {

}

/* Blog Comments */

.blog-comments {
  max-width: 100%;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
  flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}

.blog-sidebar ul {
  box-shadow: none !important;
  padding: 0;
}
@media(max-width:767px){
  .blog-index.sidebar {
    width: 100%;
  }

  .blog-sidebar {
    width: 100% !important;
  } 
}

.kontakt_.bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.bg-image.kontakt_:before {
  display: none !important;
}

.kontakt_.bg-image * {
  position: relative;
  z-index: 1;
}

.img-box-shaping {
  position: relative;
  height: 242px;
  width: 100%;
  overflow: hidden;
}

.img-box-shaping img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.cut-corners {
  --cut-size: 20px;
  clip-path: polygon(
    var(--cut-size) 0%, calc(100% - var(--cut-size)) 0%, 100% var(--cut-size), 100% calc(100% - var(--cut-size)),
    calc(100% - var(--cut-size)) 100%, var(--cut-size) 100%, 0% calc(100% - var(--cut-size)), 0% var(--cut-size)
  );
}

.img-overlay {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.img-overlay .line-container {
  position: relative;
  width: 8px; /* Width of the line */
  height: 100%;
  background-color: #19233e;
}

.img-overlay .line-container:before,
.img-overlay .line-container:after {
  content: '';
  position: absolute;
  width: 100%;
  height: var(--cut-size);
  background-color: #19233e;
}

.img-overlay .line-container:before {
  top: 0;
  clip-path: polygon(
    0% 0%, 100% 0%, calc(100% - var(--cut-size)) var(--cut-size), var(--cut-size) var(--cut-size)
  );
}

.img-overlay .line-container:after {
  bottom: 0;
  clip-path: polygon(
    var(--cut-size) 0%, calc(100% - var(--cut-size)) 0%, 100% 100%, 0% 100%
  );
}

.img-overlay .segment {
  width: 24.75%;
  height: 100%;
  background-color: transparent;
}

.kontakt_ .text_fs-ny * { color: #ffffff; }
.kontakt_ .text_fs-ny h1 { margin-bottom: 5px; }
.kontakt_ .text_fs-ny h2,
.kontakt_ .text_fs-ny h3,
.kontakt_ .text_fs-ny h4,
.kontakt_ .text_fs-ny h5,
.kontakt_ .text_fs-ny h6 {
  margin: 0 0 24px;
}
.kontakt_ .text_fs-ny p {
  margin-bottom: 9px;
}
.kontakt_ .text_fs-ny a { text-decoration: none; }
.kontakt_ .text_fs-ny a:hover { color: #91b4dd; }

/* Video Pop-up */

.kontakt_ .left_fs .play-btn {
  border: 0px;
  text-decoration: none;
  display: inline-block;
  padding: 12px 12px 12px 65px;
  font-size: 15px;
  line-height: 2.400em;
  font-weight: 500;
  border-radius: 50%;
  color: #fff;
  position: relative;
  transition: all 0.3s ease 0s;
}
.body-container-wrapper .kontakt_ .left_fs .play-btn:hover { background-color: inherit; }
.kontakt_ .left_fs .play-btn:before {
  content: "\f04b";
  font-weight: 900;
  font-size: 20px;
  font-family: FontAwesome;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, .5);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #19233E;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  text-indent: 3px;
}

.icon-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 16px;
}

.icon-box {
  margin-right:0!important;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.icon-box img {
  height: auto;
  width: 70%;
  object-fit: contain;
}

.text_fs-ny {
  max-width: 500px;
}

/* End Video Pop-up */

.kontakt_ .button_block {
  display: flex;
  align-items: center;
  gap: 22px;
}

.icon-text p, .icon-text a {
  color: #ffffff;
  margin: 0;
  margin-top: 5px;
}

.kontakt_ .cta_fs {
  margin-top: 29px;
}

.text_fs-ny h2 {
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .kontakt_ .page-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .kontakt_.bg-image { padding: 80px 0 76px; }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .kontakt_ .left_fs { min-width: 47%; }
  .kontakt_ .right_fs { margin-left: 4%; }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .kontakt_ .left_fs { min-width: 46%; }
  .kontakt_ .right_fs { margin-left: 8%; }
}

@media (min-width: 128px) and (max-width: 1400px) {
  .kontakt_ .page-center { justify-content: space-around; }
}

@media (min-width: 1280px) {
  .kontakt_ .left_fs { width: auto; }
  .kontakt_ .right_fs { width: 47%; margin-left: 6%; }
}

@media (max-width: 767px) {
  .kontakt_ .right_fs { margin: 80px auto 0; }
  .kontakt_.bg-image { padding: 48px 0; }
}

@media (max-width: 460px) {
  .kontakt_ .vid_fs { margin-top: 10px; }
  .kontakt_ .button_block { flex-direction: column; align-items: flex-start; }
}

.bg-image-product {
  position: relative;
}

.bg-image-product:after {
  right: -34%;
  top: 62%;
}

@media screen and (max-width: 900px) {
  .bg-image-product:after {
    display: none;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Poppins', sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: 'Poppins', sans-serif;
  font-size: 1.25rem;
  color: #19233E;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #19233E;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
input#hs-pwd-widget-password {
  height: auto !important;
  margin-top: 0 !important;
  margin-bottom: 20px;
}



.hs_cos_wrapper_type_member_register {
  max-width: 500px;
  display: block;
}
.hs_cos_wrapper_type_member_register label,
.hs_cos_wrapper_type_password_reset label,
.hs_cos_wrapper_type_member_login label{
  display: block;
}
ul.no-list.hs-error-msgs {
  padding: 0;
}
.hs_cos_wrapper_type_member_register .hs-input,
.hs_cos_wrapper_type_password_reset .hs-input, 
.hs_cos_wrapper_type_member_login .hs-input,
.hs_cos_wrapper_type_password_reset_request .hs-input,
.hs_cos_wrapper_type_member_login .hs-input{
  margin-top: 10px;
  margin-bottom: 15px;
}

.hs_cos_wrapper_type_member_register .hs-button, 
.hs_cos_wrapper_type_password_reset .hs-button, 
.hs_cos_wrapper_type_member_login .hs-button ,
.hs_cos_wrapper_type_password_reset_request .hs-button,
.hs_cos_wrapper_type_member_login .hs-button{
  margin-bottom: 10px;
}

.hs_cos_wrapper_type_member_register , 
.hs_cos_wrapper_type_password_reset , 
.hs_cos_wrapper_type_member_login,
.hs_cos_wrapper_type_password_reset_request,
.hs_cos_wrapper_type_member_login{
  max-width: 500px;
  display: block;
}
input#hs-login-widget-remember ~ label {
  display: inline-block;
}

ul.hs-search-field__suggestions {
  max-width:  500px;
  border-color:  #ccc !important;
}
ul.hs-search-field__suggestions a {
  padding:  10px;
}
li#results-for {
  padding:  10px;
}
ul#hsresults li {
  margin-top: 15px;
}
[type="checkbox"], [type="radio"] {
  display: inline-block;
  width: auto;
}
@media(max-width:767px){
  input.email-edit.hs-input {
    width: 100% !important;
  } 
  .hs_cos_wrapper_type_member_register , 
  .hs_cos_wrapper_type_password_reset , 
  .hs_cos_wrapper_type_member_login,
  .hs_cos_wrapper_type_password_reset_request,
  .hs_cos_wrapper_type_member_login {
    max-width: 100%;
    display: block;
  }
  .systems-page .page-header h1 {
    font-size: 30px;
  }

  .systems-page .page-header h2 {
    font-size: 21px;
  }

  .systems-page .success {
    min-width: 100%;
  }
}