/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

:focus {
  outline: none !important;
}
/* Responsive Grid */

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

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

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

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

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

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

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

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

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

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

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

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

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

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

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

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

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

.container-fluid {
    *zoom: 1;
}

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

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


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

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

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

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

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

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

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

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}


@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}


@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}


/* Containers */
.content-wrapper {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}

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

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 20px;
}

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

.dnd-section .dnd-column {
  padding: 0 20px;
}
.dnd-section {
  /* position: relative; */
  z-index: 0;
}


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

.body-wrapper {
  overflow: clip;
}
html {
  font-size: 24px;
}

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

@media (max-width: 480px) {
  html {
    font-size: 16px;
  }
}

body {
  color: #494A52;
  font-family: Lato, sans-serif;
  line-height: 1.4;
  word-break: break-word;
}

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

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 10px 0;
  line-height: 1.64em;
}

strong {
  font-weight: 700;
}

/* Anchors */

a {
  color: #0270E0;
  cursor: pointer;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #494A52;
  font-family: Merriweather, serif;
  font-weight: 700;
  margin: .618em 0 .309em;
  line-height: 1.29em;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-family: Lato, sans-serif;
  font-size: 1.175rem;
  font-weight: normal;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.9rem;
}

/* Lists */

ul,
ol {
  margin: 10px 0;
}

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

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

li {
  position: relative;
}


/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid #A9A9A9;
  margin: 10px 0;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

/* Subscripts and superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus styles */

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}
button,
.button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

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

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #21222A;
  border-color: #21222A;
  color: #FFF;
  text-decoration: none;
}

button:active,
.button:active {
  background-color: #71727A;
  border-color: #71727A;
  color: #FFF;
  text-decoration: none;
}
/* Form */

form {
  font-family: Lato, sans-serif;
}

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

.hs-input[type=checkbox] + label, .hs-input[type=radio] + label {
  display: inline-block !important;
}

/* Labels */

form label {
  color: #33475B;
  display: block;
  font-size: 0.875rem;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}

/* Help text - legends */

form legend {
  color: #33475B;
  font-size: 0.875rem;
}

/* Inputs */

.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 3px;
  color: #33475B;
  display: inline-block;
  font-size: 0.875rem;
  padding: 5px 15px;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline-color: rgba(82, 168, 236, 0.8);
}

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

::-webkit-input-placeholder {
  color: #BFBFBF;
}

::-moz-placeholder {
  color: #BFBFBF;
}

:-ms-input-placeholder {
  color: #BFBFBF;
}

:-moz-placeholder {
  color: #BFBFBF;
}

::placeholder {
  color: #BFBFBF;
}

/* Inputs - checkbox/radio */

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

.inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}

/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #33475B;
  content:'\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.fn-date-picker td.is-today .pika-button {
  color: #343A40;
}

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

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

/* Inputs - file picker */

input[type=file] {
  background-color: transparent;
  border: initial;
  box-shadow: none;
  line-height: initial;
  padding: initial;
}

/* Headings and text */

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

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

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

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

/* Validation */

.hs-form-required {
  color: red;
}

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;

  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #21222A;
  border-color: #21222A;

  color: #FFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: #71727A;
  border-color: #71727A;

  color: #FFF;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

h3.form-title {
  padding-bottom: 0;
}


/* Corrections */
.hs-form-booleancheckbox label {
  position: relative;
}
.hs-form-booleancheckbox input {
  width: auto !important;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
/* Table */

table {
  border: 1px solid #DEE2E6;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

tbody + tbody {
  border-top: 2px solid #DEE2E6;
}

/* Table Cells */

th,
td {
  border: 1px solid #DEE2E6;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  background-color: #343A40;
  border-bottom: 2px solid #DEE2E6;
  color: #FFF;
  vertical-align: bottom;
}
/* Header container */

.header {
  
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__row-1,
.header__row-2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}

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

/* Navigation skipper */

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

.header__skip:active,
.header__skip:focus,
.header__skip:hover {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 250px;
  overflow: hidden;
}

.header__logo img {
  max-width: 100%;
  max-height: 72px;
  width: auto !important;
}

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

.header__logo--main {
  padding-top: 20px;
}
.header__logo--main a {
  display: flex;
}
/* Search bar */

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

.header__search .hs-search-field__input {
  background-color: #FFF;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  color: #494A52;
  font-family: Lato, serif;
  font-size: 22px;
  font-weight: 300;
  height: 45px;
  padding: 0 15px;
}

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

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

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

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: Lato, serif;
  font-size: 22px;
}

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

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

/* Language switcher */

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

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

.header__language-switcher .lang_list_class {
  border: 2px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  color: #494A52;
  display: block;
  font-family: Lato, serif;
  font-size: 0.8rem;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

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

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

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

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

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

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

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

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

.header__language-switcher .lang_list_class li a {
  color: #494A52;
  font-family: Lato, serif;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #494A52;
}

.header__language-switcher--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 10px;
  margin-top: 3px;
  width: 0px;
}

/* Navigation */

#nav-toggle {
  display: none;
}

.header__menu--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Tablet styles */

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

/* Mobile styles */

@media (max-width: 767px) {
  .header__container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
    padding: 20px 0 0;
  }

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

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

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

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

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

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

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

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

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

  .header__column {
    position: relative;
  }

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

  .header__row-2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
  }

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

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

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

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

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

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

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

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

  .header__search {
    border-top: 2px solid #CED4DB;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 30px;
  }

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

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

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

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

/* From Child */
.header__container {
  max-width: unset !important;
}
.nav-wrapper {
  top: 0;
}
.body-container-added {
  margin-top: 104px;
}
.header__logo--main {
  padding: 20px 0;
}
.header__container {
  padding: 0 40px;
  position: relative;
  z-index: 4;
}

@media(max-width: 767px) {
  .header__container {
    padding: 0;
  }
  .header__row-2 {
    padding: 0;
  }
  .header__column {
    position: initial;
  }
}

/* Darkmode Toggle Switch */
.switch {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 7px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #666;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 0px;
  top: 50%;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  transform: translateY(-50%);
}
input:checked + .slider {
  background-color: #121212;
}
input:focus + .slider {
  box-shadow: 0 0 1px #121212;
}
input:checked + .slider:before {
  -webkit-transform: translate(10px, -50%);
  -ms-transform: translate(10px, -50%);
  transform: translate(10px, -50%);
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}

.switch:before {
  content: '☀';
  position: absolute;
  left: -22px;
  transform: translateY(-50%);
  top: 50%;
  color: #fff;
  font-size: 18px;
}
.switch:after {
  content: '☾';
  position: absolute;
  right: -16px;
  transform: translateY(-50%);
  top: 50%;
  color: #fff;
  font-size: 17px;
}

.darkmode-wrapper {
  padding: 0 15px;
  display: flex;
}



/* Side Header Styles */
.left-slide-header .side-slide-wrapper {
  display: flex;
  flex-direction: row;
}
.right-slide-header .side-slide-wrapper {
  display: flex;
  flex-direction: row-reverse;
}

.side-slide-wrapper .side-slide-header {
  width: 300px;
  transition: .3s ease;
  flex: none;
}
.side-slide-wrapper .side-slide-body {
  width: 100%;
}


.left-slide-header .nav-wrapper.header {
  position: fixed;
  left: 0;
  top: 0;
  right: unset;
  bottom: 0;
  width: 300px;
  transition: all 300ms ease-in-out;
}
.right-slide-header .nav-wrapper.header {
  position: fixed;
  right: 0;
  top: 0;
  left: unset;
  bottom: 0;
  width: 300px;
  transition: all 300ms ease-in-out;
}

.left-slide-header .header__container, .left-slide-header .header__row-2,
.right-slide-header .header__container, .right-slide-header .header__row-2 {
  flex-direction: column;
}
.left-slide-header .header__container {
  padding: 0 50px 0 20px;
}
.right-slide-header .header__container {
  padding: 0 20px 0 50px;
}
.left-slide-header .darkmode-wrapper, .right-slide-header .darkmode-wrapper {
  position: absolute;
  bottom: 25px;
/*   right: 6px; */
}

.left-slide-header .header__container, .right-slide-header .header__container {
  position: initial;
}


.left-slide-header main.body-container-wrapper, .right-slide-header main.body-container-wrapper {
  margin-top: 0;
}

/* Padding side does not work due to messing up the measurements for the rotating background */
/* .left-slide-header main.body-container-wrapper {
  padding-left: 300px;
} */


#menu-toggle {
  display: none;
  z-index: 9999;
}
.left-slide-header .menu-icon {
  position: fixed;
    background-color: #fff;
  top: 0px;
  left: 255px;
  font-size: 24px;
  z-index: 9999;
  transition: all 300ms ease-in-out;
  padding: 10px;
}
.left-slide-header .menu-icon i {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
      background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
      cursor: pointer;
    height: 25px;
    width: 25px;
  display: block;
}


/*-- The Magic --*/
.left-slide-header #menu-toggle:checked ~ div .header {
  left: -300px;
}

.left-slide-header #menu-toggle:checked + .menu-icon {
  left: 0px;
}
.left-slide-header .body-container-wrapper {
/*   padding-left: 300px; */
  transition: .3s ease;
}
.left-slide-header #menu-toggle:checked ~ .body-container-wrapper {
  padding-left: 0px;
}

.right-slide-header .menu-icon {
  position: fixed;
    background-color: #fff;
  top: 0px;
  right: 255px;
  font-size: 24px;
  z-index: 9999;
  transition: all 300ms ease-in-out;
  padding: 10px;
}
.right-slide-header .menu-icon i {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
      background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
      cursor: pointer;
    height: 25px;
    width: 25px;
  display: block;
}


/*-- The Magic --*/
.right-slide-header #menu-toggle:checked ~ div .header {
  right: -300px;
}
.right-slide-header #menu-toggle:checked ~ .side-slide-wrapper .side-slide-header,
.left-slide-header #menu-toggle:checked ~ .side-slide-wrapper .side-slide-header {
  width: 0px !important;
}

.right-slide-header #menu-toggle:checked + .menu-icon {
  right: 0px;
}

.right-slide-header .body-container-wrapper {
/*   padding-right: 300px; */
  transition: .3s ease;
}

.right-slide-header #menu-toggle:checked ~ .body-container-wrapper {
  padding-right: 0px;
}




@media(max-width: 950px) {
  .left-slide-header .nav-wrapper.header, .right-slide-header .nav-wrapper.header {
    width: auto;
    position: static;
  }
  .left-slide-header .menu-icon {
    display: none !important;
  }
  .right-slide-header .body-container-wrapper {
    padding-right: 0px;
  }
  .left-slide-header .body-container-wrapper {
    padding-left: 0px;
  }
  .left-slide-header .side-slide-wrapper, .right-slide-header .side-slide-wrapper {
    flex-direction: column;
  }
  .side-slide-wrapper .side-slide-header {
    width: 100% !important;
  }
}


/* Menu Styles for Side Slide Menus */
.left-slide-header .nav-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal ul,
.right-slide-header .nav-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal ul {
  padding: 25px;
}
.left-slide-header .nav-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal ul li,
.left-slide-header .nav-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal ul li a,
.right-slide-header .nav-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal ul li,
.right-slide-header .nav-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal ul li a,
.membership-nav ul li a, .membership-nav ul li {
  text-align: center;
}
.left-slide-header .nav-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal ul li,
.right-slide-header .nav-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal ul li {
  border-bottom: solid #fff 1px;
}
.left-slide-header .nav-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal ul li:last-child,
.right-slide-header .nav-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal ul li:last-child {
  border-bottom: none;
}
.footer {
  background-color: #F8FAFC;
  text-align: center;
}

.footer__container.content-wrapper {
  padding: 30px 15px;
}

.footer__copyright {
  font-size: 0.7rem;
  padding: 0.5rem 0;
}


.footer .footer-main {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.footer .footer-main .footer-logo, .footer .footer-main .footer-socials {
/*   max-width: 25%; */
/*   flex-basis: 25%; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .footer-main .footer-logo {
  padding: 3px 15px 10px;
}

.footer .footer-main .footer-navigation {
/*   max-width: 50%; */
/*   flex-basis: 50%; */
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer .footer-main .footer-navigation .hs-menu-wrapper ul {
  margin: 0 auto;
  justify-content: center;
}
.footer .footer-main .footer-navigation .hs-menu-wrapper ul li a {
  font-size: 18px;
  padding: 3px 10px;
}

.footer .footer-column {
  flex-basis: 25%;
}
.footer .footer-column p {
  font-size: 18px;
}
.footer .footer-main .footer-col-4.footer-navigation {
  text-align: left;
}



@media(max-width: 1000px) {
  .footer .footer-main {
    flex-direction: column;
  }
  .footer .footer-main .footer-logo, .footer .footer-main .footer-socials, .footer .footer-main .footer-navigation {
    flex-basis: 100%;
    Max-width: 100%;
  }
  .footer .footer-column {
    flex-basis: 100%;
  }
}






/* ================================================================
   ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
   ||                                                           ||
   ||                F O O T E R   C U S T O M I Z A T I O N    ||
   ||                                                           ||
   ||   This CSS handles all custom styles and layout for the   ||
   ||   footer. You can adjust spacing, breakpoints, font sizes ||
   ||   and more to fit your design requirements.               ||
   ||                                                           ||
   ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
   ================================================================ */

/* Basic footer styling with background image */
.footer {
  /* Use the provided background banner image for the entire footer */
  background: url("https://21964728.fs1.hubspotusercontent-na1.net/hubfs/21964728/5E%20Advanced%20Materials%20Footer.png")
              center center / cover no-repeat !important;
  color: #fff;
}

/* Container: 10vw side padding on desktop */
.footer__container {
  padding: 0 10vw;
  max-width: 100%; /* Ensure it doesn't exceed 100% width */
  margin: 0 auto;
}

/* Grid/Flex layout for four columns on desktop */
.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 20px; /* Optional gap between columns */
  margin-bottom: 20px; /* Spacing before the copyright */
}

.footer-block {
  flex: 1;
  /* Optional: if you want each column to have some internal padding, add it here */
}

/* Responsive - stack columns on mobile and switch to 20px side padding */
@media (max-width: 768px) {
  .footer__container {
    padding: 0 20px; /* Switch to px-based padding on mobile */
  }

  .footer-grid {
    flex-direction: column; /* Stack the blocks vertically */
    gap: 20px;
  }

  .footer-block {
    /* Each block takes full width on mobile */
    width: 100%;
  }
}

/* -------------------------------------------
   Footer Columns & Navigation Styling
   ------------------------------------------- */

/* Base styling for each footer column container */
.footer-col {
  text-align: left;
  margin-bottom: 20px;
}

/* Headings (column titles) */
.footer-col h3 {
  font-family: 'Kiwari', sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: -0.086553px;
  color: #FFFFFF;
  margin-bottom: 10px;
  text-transform: uppercase; /* Optional */
}

/* Base navigation list styling */
.footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Spacing between list items */
.footer-nav ul li {
  margin-bottom: 5px;
}

/* Footer nav links */
.footer-nav ul li a {
  font-family: 'Kiwari', sans-serif;
  font-style: normal;
  /* Change from 700 to 400 or remove font-weight entirely for normal weight */
  font-weight: 400; 
  font-size: 15px;
  line-height: 30px;
  letter-spacing: -0.086553px;
  color: #FFFFFF;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

/* Hover state for footer nav links (brand green) */
.footer-nav ul li a:hover {
  color: #79B243; /* Replace with your brand's green if different */
}

/* -------------------------------------------
   Copyright Section
   ------------------------------------------- */
.footer__copyright {
  text-align: center;
  font-size: 14px;
  color: #ccc; /* Slightly lighter than #fff for contrast */
  padding-bottom: 20px; /* bottom spacing */
}

/* Target the specific logo image in the footer by alt attribute */
.footer .footer-block p img[alt="5EAdvancedMaterials-Logo"] {
  /* Override inline width with !important */
  width: auto !important;
  max-width: 300px !important;
  height: auto !important;
  display: block; /* optional, ensures it's on its own line */
  margin: 0 auto; /* optional, center it if you want */
}

/* Shrink further on mobile screens */
@media (max-width: 768px) {
  .footer .footer-block p img[alt="5EAdvancedMaterials-Logo"] {
    max-width: 150px !important;
  }
}




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

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Flyouts */

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

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

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

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

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

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

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

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

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

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

.blog-header__title {
  font-size: 2rem;
}

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

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

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

/* Blog header - author listing */

.blog-header__author-avatar {
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  display: block;
  height: auto;
  margin: 0 auto 1.5rem;
  width: 200px;
}

.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.blog-header__author-social-links a:hover {
  background-color: #494A52;
}

.blog-header__author-social-links svg {
  fill: #FFF;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

/* Blog listing */

.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}

.blog-index:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.blog-index__tag-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 1rem;
}

.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}

.blog-index__tag-heading {
  border-bottom: 3px solid #D1D6DC;
  padding-bottom: 1rem;
}

.blog-index__post {
  -webkit-box-flex:  0;
  -ms-flex:  0 0 100%;
  flex:  0 0 100%;
  padding: 1rem;
}

.blog-index__post .post-inner-wrapper {
  box-shadow: 3px 4px 30px 0px rgb(143 143 143);
  height: 100%;
  transition: .3s ease;
}
.blog-index__post a:hover .post-inner-wrapper {
  transform: scale(1.05);
}

.blog-index__post p, .blog-index__post a {
  text-decoration: none !important;
}

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

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

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    justify-items: space-between;
  }
}

.blog-index__post-image {
  height: auto;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .blog-index__post-image-wrapper--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
    padding-left: 2rem;
  }

  .blog-index__post-content--full-width {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 0;
  }
}
.blog-index__post-content {
  padding: 5px 15px 25px;
}

.blog-index__post-content h2 {
  margin: 0.5rem 0;
}

.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}

.blog-index__post-content p {
  font-family: Lato, sans-serif;
}

.blog-index__post-content a {
  color: #494A52;
}

/* Blog pagination */

.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Lato, sans-serif;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 3.3rem;
  text-align: center;
}

.blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 7px;
  color: #494A52;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
}

.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 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
  text-align: right;
}

.blog-pagination__next-link {
  margin-left: 0.25rem;
  text-align: left;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  cursor: default;
  pointer-events: none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494A52;
  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 post */

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

.blog-post h1 {
  font-size: 1.6rem;
}

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

.blog-post__meta a {
  color: #494A52;
  text-decoration: underline;
}

.blog-post__tags {
  color: #000;
  font-family: Lato, sans-serif;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 10px;
  width: 15px;
}

.blog-post__tag-link {
  color: #000;
  font-size: .8rem;
}

/* Blog related posts */



.blog-related-posts {
  background-color: #F8FAFC;
  margin-top: 3rem;
  padding: 2rem 0;
}

.blog-related-posts h2 {
  text-align: center;
}

.blog-related-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-related-posts__post {
  color: #494A52;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1rem;
}
.related-post-wrapper {
  box-shadow: 3px 4px 30px 0px rgb(143 143 143);
  background: #fff;
}
.related-post-wrapper .blog-related-posts__content {
  padding: 0 15px 5px;
}

@media screen and (min-width: 768px) {
  .blog-related-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/2);
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-related-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/3);
    flex: 0 0 calc(100%/3);
  }
}

.blog-related-posts__image {
  height: auto;
  max-width: 100%;
  width: 100%;
}

.blog-related-posts__title {
  margin: 1rem 0 0.5rem;
}

.blog-related-posts__title a {
  color: #494a52;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

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

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}

.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #FFF;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  color: #494A52;
  text-decoration: underline;
}

/* Customized Blog Styles */
.blog-index__post .post-inner-wrapper {
  background: #fff;
}
.blog-index__post .post-inner-wrapper {
  display: flex;
  flex-direction: column;
}
.alternated-blog .blog-index__post:nth-child(3n+2) .post-inner-wrapper {
  flex-direction: column-reverse;
}
.horizontal-cards .blog-index__post, .alt-horizontal-cards .blog-index__post {
  flex-basis: 100%;
}
.horizontal-cards .blog-index__post .post-inner-wrapper, .alt-horizontal-cards .blog-index__post .post-inner-wrapper {
  flex-direction: row;
}
.alt-horizontal-cards .blog-index__post:nth-child(even) .post-inner-wrapper {
  flex-direction: row-reverse;
}

@media(max-width: 1000px) {
  .alternated-blog .blog-index__post:nth-child(3n+2) .post-inner-wrapper, .alt-horizontal-cards .blog-index__post:nth-child(even) .post-inner-wrapper,
  .horizontal-cards .blog-index__post .post-inner-wrapper, .alt-horizontal-cards .blog-index__post .post-inner-wrapper {
    flex-direction: column;
  }
}

/* Blog Sidebar Styles */
.bp-blog-sidebar {
  display: none;
}
.sidebar-active .bp-blog-sidebar {
  display: flex;
}
.sidebar-active .bp-blog-content {
  display: flex;
  padding: 3.3rem 0;
}
.sidebar-active.left-blog-sidebar .bp-blog-content {
  flex-direction: row-reverse;
}
.sidebar-active.right-blog-sidebar .bp-blog-content {
  flex-direction: row;
}

.bp-blog-content .bp-blog-sidebar {
  max-width: 25%;
}
.sidebar-active .bp-blog-content .blog-body-wrapper {
  max-width: 75%;
}

.right-blog-sidebar .bp-blog-content .bp-blog-sidebar.sidebar-border {
  border-left: #ccc solid 2px;
}
.left-blog-sidebar .bp-blog-content .bp-blog-sidebar.sidebar-border {
  border-right: #ccc solid 2px;
}


@media(max-width: 1000px) {
  .bp-blog-content .bp-blog-sidebar {
    max-width: 100%;
    border-left: 0;
    border-right: 0;
  }
  .sidebar-active .bp-blog-content .blog-body-wrapper {
    max-width: 100%;
  }
  .sidebar-active .bp-blog-content {
    flex-direction: column;
  }
  .side-above-posts .bp-blog-content {
    flex-direction: column-reverse;
  }
  .side-above-posts .bp-blog-content .bp-blog-sidebar.sidebar-border {
    border-bottom: #ccc solid 2px;
  }
  .side-below-posts .bp-blog-content {
    flex-direction: column;
  }
  .side-below-posts .bp-blog-content .bp-blog-sidebar.sidebar-border {
    border-top: #ccc solid 2px;
  }
  
}




/* New Post Styles */
.blog-post-body-container {
  display: flex;
  flex-direction: row;
}
.blog-post-body-container .blog-body {
  flex-basis: 75%;
  padding-right: 50px;
}
.blog-post-body-container .blog-sidebar {
  flex-basis: 25%;
}
.blog-post-body-container .blog-sidebar .blod-sidebar-inner {
  border-left: solid 1px #abaaa8;
  padding: 0 20px 15px;
  position: sticky;
  top: 110px;
  margin-top: 3.6rem;
  margin-bottom: 3.6rem;
}
.blog-sidebar-subscribe form .hs-button, .blog-sidebar-subscribe form input[type=submit] {
  padding: 6px 20px;
  font-size: 20px;
  border-radius: 3px;
}
.blog-sidebar-subscribe .hs-form-field {
  margin-bottom: 7px;
}

@media(max-width: 767px) {
  .blog-post-body-container {
    flex-direction: column;
  }
  .blog-post-body-container .blog-body {
    padding-right: 0;
  }
  .blog-post-body-container .blog-sidebar .blod-sidebar-inner {
    border-left: 0;
    border-top: solid 1px #abaaa8;
    margin: 0;
    padding: 25px 15px;
  }
}

/* New Listing Styles */
.blog-index__post .post-inner-wrapper {
  position: relative;
}
img.blog-index__post-image {
  height: 250px;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  width: 100%;
}
.blog-index__post-content {
  padding:5px 15px 55px;
  position: relative;
}
.blog-index__post .post-inner-wrapper .see-more {
  position: absolute;
  bottom: 5px;
  left: 15px;
}
/* Two Column Page Style */

.bp-two-col {
  display: flex;
  flex-direction: row;
}


.bp-two-col .bp-two-col-side {
  flex-basis: 25%;
}
.bp-two-col .bp-two-col-main {
  flex-basis: 75%;
}


@media(max-width: 950px) {
  .bp-two-col .bp-two-col-side {
    flex-basis: 100%;
  }
  .bp-two-col .bp-two-col-main {
    flex-basis: 100%;
  }
  .bp-two-col {
    flex-direction: column;
  }
}


.bp-two-col-side {
}



.bp-two-col-main {
  
}





/* Resource Pages */

.resource-center-listing {
  padding: 15px;
/*     border: solid 1px #ccc; */
  box-shadow: 3px 4px 30px 0 #8f8f8f;
  flex-basis: 32%;
  margin: 0 .66% 25px;
  transition: .3s ease;
}
.resource-center-container {
  display: flex;
  flex-basis: row;
  flex-wrap: wrap;
  justify-content: left;
}
.resource-center-listing p {
  color: #000;
}
.resource-center-listing img {
  width: 100%;
}
.resource-center-listing:hover {
  transform: scale(1.03);
}
.resource-center-listing a {
  text-decoration: none;
}
.dynamic-body-section {
  display: flex;
  flex-direction: row;
}
.form-signup-box {
/*   border: solid 1px #ccc; */
  box-shadow: 3px 4px 30px 0 #8f8f8f;
  padding: 35px;
}
.form-signup-box.podcast-meeting-form {
  padding: 5px;
  min-height: 100%;
}
.form-sidebar {
  min-width: 350px;
  flex-basis: 40%;
}
.resource-main-column {
  padding-right: 50px;
}
.resource-info.border-text-box {
/*   border: solid 1px #ccc; */
  box-shadow: 3px 4px 30px 0 #8f8f8f;
  padding: 5px 25px 20px;
}
img.resource-headshot-image {
  display: inline-block;
  height: 50px;
  width: 60px;
  border-radius: 50%;
  padding: 0 5px;
}
.time-headshot {
  display: flex;
  align-items: center;
}


@media(max-width: 767px) {
  .resource-center-listing {
    flex-basis: 100%;
  }
  .dynamic-body-section {
    flex-direction: column;
  }
  .resource-main-column {
    padding-right: 0;
    margin-bottom: 25px;
  }
}
/* Error pages */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}


.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
  text-align: center;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

/* System pages */
.system-page, .system-page .content-wrapper {
  min-height: 100vh;
}
.system-page .content-wrapper {
  padding: 6em 20px;
  height: 100% !important;
  display: flex;
  align-items: center;
  text-align: center;
}
.error-page {
  width: 100%;
}
.membership-page {
  margin-top: 0 !important;
}
.membership-page .content-wrapper {
  padding: 3em 20px;
}
.system-page .content-wrapper .systems-page {
  box-shadow: 3px 4px 30px 0px rgb(143 143 143);
  background: #fff;
}

.system-page .content-wrapper .systems-page .email-prefs {
  padding-top: 15px;
}

.systems-page {
  margin: 0 auto;
  max-width: 700px;
  padding: 3rem 1.4rem;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

#email-prefs-form .header {
  background-color: transparent;
}

/* Search pages */

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

.hs-search-field__suggestions {
  background-color: #FFF;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.hs-search-results {
  margin-top: 1.4rem;
}

ul.hs-search-results__listing li {
  margin-bottom: 1.4rem;
}

.hs-search-results__title {
  color: #494A52;
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

.hs-search-highlight {
  font-weight: bold;
}

.hs-search-results__pagination a {
  color: #0270E0;
}

/* Password prompt */

.password-prompt input[type=password] {
  display: block;
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


/* General Styles */
*, *:before, *:after {
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
html {
  scroll-behavior: smooth;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/*************************************************************
  Desktop Menu & Social Icons Override
*************************************************************/
.header__row-2 {
  /* We already have display:flex; justify-content:flex-end in your code,
     which aligns items to the right. That’s fine if you want the
     entire nav + social icons on the right side. */
}

/* Social icons container */
.header__social {
  display: flex;
  align-items: center;
  /* Decrease margin-left if you want them closer to the navigation */
  margin-left: 1rem;  
  /* Decrease gap to reduce space between icons */
  gap: 1rem;          
}

.header__social-link img {
  height: 15px;  /* pick a suitable height that matches your nav */
  width: auto;   /* maintain aspect ratio */
  display: block;
}


/* If your header background is dark and you want white icons 
   but your PNGs are colored, you can optionally invert them:
.header__social-link img {
  filter: invert(100%);
}
*/

/* Optional hover effect on icons */
.header__social-link:hover img {
  opacity: 0.8;           /* slight fade on hover */
  transition: opacity 0.2s ease-in-out;
}

@media (max-width: 950px) {
  .header__social {
    display: none !important;
  }
  
  .header,
.nav-wrapper {
  background-color: #000000;
}

}

.header__social-link img {
  /* Turn the white PNG visible on non-hover 
     If they're black originally, use a different base filter. */
  filter: none;
  transition: filter 0.3s ease;
}

/* On hover, apply a filter that approximates #A8D635. 
   You may need to tweak the values to get the exact hue. */
.header__social-link:hover img {
  filter: sepia(100%) saturate(700%) hue-rotate(60deg) brightness(1.1) contrast(1);
}



h1 {
  font-family: 'Kiwari', sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 82px; /* or 106% if you prefer */
  letter-spacing: -3.08233px;
  color: #FFFFFF;
  
  margin: 0;
}

@media (max-width: 950px) {
h1 {
  line-height: 58px; /* or 106% if you prefer */
  color: #FFFFFF;
  
  margin: 0;
}
}

h2 {

    font-family: 'Kiwari';
    font-style: normal;
    font-weight: 500;
    font-size: 46px;
    line-height: 53px;

    letter-spacing: -0.614286px;
    color: #FFFFFF;
    
    margin: 0;
}

@media (max-width: 767px) {
h2 {
  line-height: 32px; /* or 106% if you prefer */
  color: #FFFFFF;
  
  margin: 0;
}
}

h6 {

  font-family: 'Kiwari', sans-serif; /* Add a fallback font if needed */
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.1625px;

  color: #FFFFFF;
  margin: 0; /* optional to remove default browser margins for h6 */
}



@media (min-width: 951px) {
  
  /* Existing underline effect (Desktop) */
.nav-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal ul li a {
  position: relative; /* so the pseudo-element is positioned properly */
}
.nav-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #A8D635;
  transition: width 0.3s ease;
}
.nav-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:hover::after {
  width: 100%;
}
}



@media (min-width: 951px) {
/******************************************************
  1) Submenu Container: black background, absolute pos
******************************************************/
.nav-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-item-has-children .hs-menu-children-wrapper {
  position: absolute;
  top: 100%;           /* appear directly below the parent item */
  left: 0;             /* or adjust if you want it aligned differently */
  background-color: #000;  
  width: 200px;        /* adjust as needed or let it auto-size */
  padding: 0; 
  margin: 0;
  display: none;       /* hidden by default, show on hover below */
  z-index: 9999;       /* on top of other elements */
}

/******************************************************
  2) Show the Submenu on Hover
******************************************************/
.nav-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-item-has-children:hover .hs-menu-children-wrapper {
  display: block;
}

/******************************************************
  3) Submenu Items (LI > A)
******************************************************/
.nav-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-item-has-children .hs-menu-children-wrapper li a {
  display: block;           /* each item is full-width clickable */
  padding: 10px 15px;       /* spacing around text */
  color: #fff;              /* white text on black */
  text-decoration: none;    /* no underline by default */
  border-bottom: 1px solid rgba(255,255,255,0.1); /* faint divider line, optional */
}

/******************************************************
  4) Hover Effect on Submenu Items
******************************************************/
.nav-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal 
  ul li.hs-item-has-children .hs-menu-children-wrapper li a:hover {
  background-color: #333;   /* dark gray highlight on hover */
  color: #A8D635;           /* brand green text on hover, optional */
}

/* 1) More padding around second-level items */
.nav-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal 
  ul li.hs-item-has-children .hs-menu-children-wrapper li a {
  padding: 15px 20px !important; /* increase from your previous 10px 15px, for example */
  border-bottom: 1px solid rgba(255,255,255,0.1); /* optional dividing line */
  /* color, background, etc. as you have currently */
}

/* 2) Remove the green underline for second-level items (if using pseudo-element approach) */
.nav-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal 
  ul li.hs-item-has-children .hs-menu-children-wrapper li a::after {
  content: none !important;
  display: none !important;
}

.nav-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal 
  ul li.hs-item-has-children .hs-menu-children-wrapper {
  width: 220px !important; /* increase from 200px to accommodate longer text */
}
}

@media (min-width: 951px) {
  /* Ensure every li with children is position: relative 
     so absolutely positioned sub-menus can anchor correctly */
  .nav-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-item-has-children {
    position: relative;
  }

  /* For THIRD-LEVEL sub-menus (nested within the second-level .hs-menu-children-wrapper),
     position them to fly out to the right (left:100%) rather than dropping down (left:0). */
  .nav-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal 
  ul li.hs-item-has-children
    .hs-menu-children-wrapper                /* This is the second-level sub-menu */
    li.hs-item-has-children                  /* This is a list item WITH another sub-menu (i.e. third-level) */
    .hs-menu-children-wrapper {              /* This is the actual third-level sub-menu container */
      position: absolute;
      top: 0;                /* align to the top of the parent sub-menu item */
      left: 100%;            /* fly out to the right of the parent */
      display: none;         /* hidden by default; reveal on hover below */
      background-color: #000; 
      width: 200px;          /* or 220px, to match your second-level width */
      z-index: 9999;
  }

  /* Show the third-level sub-menu on hover or focus of its parent li */
  .nav-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal 
  ul li.hs-item-has-children
    .hs-menu-children-wrapper
    li.hs-item-has-children:hover
    > .hs-menu-children-wrapper {
      display: block;
  }

  /* Optional: If you want the same styling for the third-level items (li > a) 
     as your second-level items, you can reuse or override those styles. For instance: */
  .nav-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal 
  ul li.hs-item-has-children
    .hs-menu-children-wrapper
    li.hs-item-has-children
    .hs-menu-children-wrapper li a {
      padding: 10px 15px;       /* match your second-level */
      color: #fff;
      border-bottom: 1px solid rgba(255,255,255,0.1);
      text-decoration: none;
  }

  /* Hover effect for third-level items (same as second-level?) */
  .nav-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal 
  ul li.hs-item-has-children
    .hs-menu-children-wrapper
    li.hs-item-has-children
    .hs-menu-children-wrapper li a:hover {
      background-color: #333;
      color: #A8D635;
  }
}



/* ================================
   MOBILE: Accordion Nav
   ================================ */




/* --------------------------------------------
   Disable the underline effect on mobile
   -------------------------------------------- */


@media (min-width: 951px) {
.nav-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal ul li a {
  line-height: 1;  /* or some smaller value */
  padding-bottom: 0; /* if there's existing bottom padding */
}

.nav-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal ul li a {
  color: #fff; /* Normal link color */
}

/* Override the hover color to remain white */
.nav-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:hover {
  color: #fff !important;
  text-decoration: none; /* optional, if there's any built-in underline */
}

.header__logo--main {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal ul li a, .membership-nav ul li a {
    padding: 5px 10px !important;
}
}

@media (max-width: 950px) {
  .nav-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal ul li a,
  .membership-nav ul li a {
    padding: 15px 20px !important; 
  }
}


/* header turns to solid black on scroll */
@media (min-width: 951px) {
.header.is-scrolled {
  background: #000 !important;
  background-image: none !important;
  transition: background 0.3s ease;  /* nice fade if you like */
}
}

/* Offset image of site on homepage */
.offset-left {
  margin-left: -10vw;
}

@media (max-width: 950px) {
  .offset-left {
    margin-left: 0;
  }
}

.factsheet-cta-background {
  /* Keep your aspect ratio for responsive scaling */
  aspect-ratio: 547 / 389; 
  width: 100%;
  
  /* Prevent the container from shrinking too short */
  min-height: 200px; /* adjust as needed */
  
  border-radius: 12px;
  overflow: hidden;
  background: url("https://21964728.fs1.hubspotusercontent-na1.net/hubfs/21964728/5E%20Advanced%20Materials%20Factsheet.png")
              center center / cover 
              no-repeat;
  position: relative;
}

/* CTA pinned near the bottom */
.factsheet-cta-background .cta-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  display: flex;
  justify-content: center;
}

/* On smaller screens, optionally adjust the bottom offset */
@media (max-width: 950px) {
  .factsheet-cta-background .cta-wrapper {
    bottom: 20px; /* less vertical offset so it doesn't appear 'too high' */
  }
}


.my-offset-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  /* Default “desktop” negative bottom margin */
  margin-bottom: -150px;
  width: 811px;         /* or auto if you prefer fluid */
  max-width: 100%;
  height: auto;
  z-index: 10000;
}

/* On smaller screens, only -75px */
@media (max-width: 950px) {
  .my-offset-image {
    margin-bottom: -75px;
  }
}

/* Container for the two columns */
.checklists-container {
  display: flex;
  justify-content: space-between; /* or space-around, or flex-start, etc. */
  gap: 2rem;                     /* spacing between columns */
  margin: 2rem 0;               /* spacing above/below the section */
}

/* Remove default bullet styling and spacing */
.checklist {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Each list item gets a checkmark icon on the left */
.checklist li {
  position: relative;
  padding-left: 36px; /* space for the icon */
  margin-bottom: 1.5rem; /* vertical spacing between items */
  background: url("https://21964728.fs1.hubspotusercontent-na1.net/hubfs/21964728/Boron%20check%20mark.png")
              no-repeat 0 1px;  /* position icon at left edge, slightly down */
  background-size: 20px 20px;   /* scale the icon as needed */
  font-size: 1rem;              /* adjust text size if desired */
  line-height: 1.4;             /* comfortable line spacing */
}

/* OPTIONAL: If you want to stack on smaller screens */
@media (max-width: 768px) {
  .checklists-container {
    flex-direction: column;
    background-color: #F0F0F0;
    padding: 1rem;
  }
}


.footnotes {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
  /* line-height: 19px; or 173% if you prefer a relative measure */
  line-height: 173%;
  font-size: 11px;
  letter-spacing: 0.21px;

  color: #2E2E37;
  mix-blend-mode: normal;
  opacity: 0.62;

  margin: 0; /* optional to remove default browser margins */
  padding: 0; 
}

@media (max-width: 768px) {
  /* This also gets the same mobile background */
  .hs-cta-wrapper {
    background-color: #F0F0F0;
    padding: 1rem;
    margin: 0;
  }
}

@media (max-width: 768px) {
  .footnotes-container {
    background-color: #F0F0F0;
    padding: 1rem;
    margin: 0;   /* remove default bottom margin if you want it flush */
  }
}

/**************************************
 1) Grid Container for 5 → 2 → 1
**************************************/
.boron-cards {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
  
  /* Default (Desktop): 5 columns, each min 200px wide, but will shrink proportionally */
  grid-template-columns: repeat(5, minmax(200px, 1fr));
}

/* Medium screens: 2 columns */
@media (max-width: 1024px) {
  .boron-cards {
    grid-template-columns: repeat(2, minmax(200px, 1fr));
  }
}

/* Small screens (mobile): 1 column */
@media (max-width: 600px) {
  .boron-cards {
    grid-template-columns: 1fr;
  }
}

/**************************************
 2) Individual Boron Cards
**************************************/
.boron-card {
  background-color: #F2F2F4; 
  /* “Cut” corner style: top-left & top-right = 16px, bottom-right = 40px, bottom-left = 16px */
  border-radius: 16px 16px 40px 16px;
  padding: 1.5rem;
  box-sizing: border-box;
  
  /* Optional shadow if you want a subtle drop effect */
  /* box-shadow: 0 2px 8px rgba(0,0,0,0.1); */
}

/* Glow Wrapper */
.boron-card-icon-wrapper {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(216,197,255,0.8) 20%, rgba(216,197,255,0) 70%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

/* Icon inside the glow */
.boron-card-icon {
  width: 24px;
  height: auto;
  display: block;
}

/* Title (Kiwari Font) */
.boron-card-title {
  font-family: 'Kiwari', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.054762px;
  color: #1C1C1F;
  margin: 0 0 0.5rem;
}

/* Text (Kiwari Font) */
.boron-card-text {
  font-family: 'Kiwari', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.1px;
  color: #2E2E37;
  margin: 0;
}


/* --- 5E Main Office Contact Section --- */

/* Remove default list bullets and spacing */
.office-contact {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Each line: address, phone, email */
.office-contact li {
  /* Match your typography requirements */
  font-family: 'Kiwara', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.162281px;
  color: #FFFFFF;

  display: flex;        /* Put icon & text on the same row */
  align-items: center;  /* Vertically center them */
  margin: 0.5rem 0;     /* Space between lines */
}

/* The icons themselves */
.office-icon {
  width: 20px;           /* Adjust as needed for desired size */
  height: auto;          /* Keep aspect ratio */
  margin-right: 8px;     /* Space between icon and text */
  display: inline-block; 
  vertical-align: middle;
}



/* --- Portfolio Listing Section --- */

/* === Layout Wrappers === */

.portfolio-wrapper {
  padding-top: 88px;
  padding-left: 20px;
  padding-right: 20px;
}

.portfolio-detail-wrapper {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 4rem; /* 64px spacing */
}

.portfolio-detail-container {
  max-width: 800px;
  margin: 0 auto;
}

/* === NEW: Full-Width Title Section === */
.portfolio-detail-header {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px 24px;
  text-align: center;
}

.portfolio-detail-title {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  font-weight: 700;
  letter-spacing: -0.5px;
  word-break: keep-all;
  hyphens: auto;
  color: #111;
}

.portfolio-detail-date {
  font-size: 1rem;
  color: #777;
  margin: 0;
  margin-bottom: 2.5rem;
}


/* === Grid & Cards === */

.portfolio-media-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  gap: 0; /* use card margin instead */
}

.portfolio-media-card {
  flex: 1 1 300px;
  max-width: 350px;
  margin: 0.5rem;
  background-color: #FFF;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}

.portfolio-media-card.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 768px) {
  .portfolio-media-card {
    max-width: 100%;
    margin: 1rem;
  }
}


/* === Card Inner Elements === */

.portfolio-media-image {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #000;
}

.portfolio-media-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.portfolio-media-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 1rem 1rem 15px;
}

.portfolio-media-title {
  font-family: 'Kiwari', sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  letter-spacing: -0.075px;
  color: #2E2E37;
  margin: 0 0 0.25rem;
}

.portfolio-media-date {
  font-family: 'Kiwari', sans-serif;
  font-size: 13px;
  color: #666;
  margin-bottom: 0.75rem;
}

.portfolio-media-featuring {
  font-family: 'Kiwari', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 0.118333px;
  color: #2E2E37;
  margin: 0 0 1rem;
}

.portfolio-media-guests {
  color: #A8D501;
}

.portfolio-watch-now-btn {
  font-family: 'Kiwari', sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.0866667px;
  color: #000000;
  background: #fff;
  border: 1px solid #000;
  border-radius: 24px;
  padding: 0.5rem 1rem;
  text-decoration: none;
  margin-top: auto;
  align-self: flex-start;
  transition: all 0.2s ease;
}

.portfolio-watch-now-btn:hover {
  background: #A8D501;
  border-color: #A8D501;
  color: #000;
}


/* === Pagination === */

.portfolio-pagination {
  margin: 3rem auto 4rem;
  text-align: center;
}

.pagination-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  max-width: 100%;
  padding: 0 10px;
}

.pagination-nav button {
  padding: 0.5rem 0.75rem;
  border: 1px solid #ccc;
  background: white;
  color: #1a1a1a;
  cursor: pointer;
  border-radius: 6px;
  font-weight: 500;
  min-width: 36px;
}

.pagination-nav button.active {
  border-color: #000;
  background-color: #f1f1f1;
}

.pagination-nav button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

@media (max-width: 768px) {
  .pagination-nav {
    justify-content: center;
    gap: 0.25rem;
  }

  .pagination-nav button {
    min-width: 32px;
    font-size: 14px;
    padding: 0.4rem 0.6rem;
  }
}


/* === Detail Page Continued === */

.portfolio-video-wrapper {
  position: relative;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 3rem;
  box-shadow: 0 4px 24px rgba(0,0,0,0.25);
  background: #000;
}

.portfolio-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.portfolio-body-content {
  font-size: 1.15rem;
  line-height: 1.75;
  color: #2E2E37;
  max-width: 100%;
}


/* === Misc === */

.portfolio-page-item {
  display: none;
}



/* Blog Post Styles */

.blog-post-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 6rem 0;
  position: relative;
  color: #fff;
}

.blog-post-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.20); /* dark overlay for readability */
  z-index: 1;
}

.blog-post-banner-inner {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  padding-top: 160px;
  padding-left: 20px;
  padding-right: 20vw;
  margin: 0 auto;
  text-align: left;
}

.blog-post-title {
  font-size: 2.75rem;
  color: #fff;
  margin: 0 0 1rem 0;
  line-height: 1.2;
}

.blog-post-meta {
  font-size: 1rem;
  color: #fff;
  opacity: 0.9;
}

.blog-post-meta a {
  color: #a0ffbd;
  text-decoration: none;
  margin-right: 1rem;
}

@media (max-width: 768px) {
  .blog-post-banner-inner {
    padding-top: 20px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

.blog-post-banner h1.blog-post-title {
  font-size: 1.75rem !important;
  line-height: 1.3 !important;
  letter-spacing: -1.9px !important;  /* 👈 subtle but effective */
}


  .blog-post-meta {
    font-size: 0.875rem;
  }
}




/* Blog Sidebar Styles */

/* Layout */
.blog-sidebar {
  font-family: 'Kiwara', sans-serif;
  color: #ffffff;
}

.blod-sidebar-inner {
  background-color: #0e0e0e;
  border-left: 3px solid #1f1f1f;
  padding: 2rem 1.5rem;
  border-radius: 6px;
}

/* Typography */
.blog-sidebar h4 {
  font-size: 1rem;
  color: #d1d1d1;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.5rem; /* tighter */
}

.blog-post__tags {
  margin-bottom: 1rem; /* closer to recent posts */
}

.blog-recent-posts {
  margin-top: 0;
  padding-top: 0.5rem;
}

/* Tags */
.blog-post__tags a.blog-post__tag-link {
  display: inline-block;
  background-color: #a8d635;
  color: #000;
  padding: 0.4rem 0.75rem;
  margin: 0.25rem 0.5rem 0.25rem 0;
  border-radius: 999px;
  font-size: 0.85rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.blog-post__tags a.blog-post__tag-link:hover {
  background-color: #fff;
  color: #000;
}

/* Social Icons */
.blog-sidebar-socials img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  transition: transform 0.2s ease, filter 0.2s ease;
  filter: brightness(90%);
}

.blog-sidebar-socials img:hover {
  transform: scale(1.1);
  filter: brightness(130%);
}

/* Recent Posts */
.blog-recent-posts-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog-recent-post {
  margin-bottom: 0.75rem; /* tighter spacing */
}

.blog-recent-post-title a {
  font-size: 1rem;
  line-height: 1.4;
  color: #a8d635;
  text-decoration: none;
  display: block;
  transition: color 0.3s ease;
}

.blog-recent-post-title a:hover {
  color: #ffffff;
}

/* Remove Dividers */
.blog-sidebar-socials,
.blog-post__tags,
.blog-recent-posts {
  padding-top: 1rem;
  border-top: none;
}

/* Responsive */
@media (max-width: 767px) {
  .blog-post-body-container .blog-sidebar .blod-sidebar-inner {
    border-left: none;
    border-top: 1px solid #222;
    padding: 2rem 1.25rem;
    margin-top: 2rem;
  }

  .blog-sidebar h4 {
    text-align: left;
    font-size: 0.9rem;
    margin-bottom: 0.4rem;
  }

  .blog-sidebar-socials,
  .blog-post__tags,
  .blog-recent-posts {
    text-align: left;
    margin-bottom: 1.25rem;
  }

  .blog-sidebar-socials img {
    margin-right: 10px;
    margin-left: 0;
  }

  .blog-post__tags a.blog-post__tag-link {
    font-size: 0.8rem;
    padding: 0.3rem 0.6rem;
    margin: 0.25rem 0.4rem 0.25rem 0;
  }

  .blog-recent-post-title a {
    font-size: 0.95rem;
    line-height: 1.3;
    display: inline-block;
    margin-bottom: 0.75rem;
  }

  .blog-recent-posts-list {
    padding-left: 0;
  }
}


/* Blog Subscription */

.blog-subscription-bottom {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #1f1f1f; /* Optional: soft divider to break black-on-white */
}


/* Blog Listing */

/* === Grid Layout === */
.blog-index {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  padding: 2rem 0;
}

/* === Blog Card === */
.blog-card {
  background-color: #0e0e0e;
  color: #ffffff;
  border-radius: 12px;
  padding: 2rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 320px;
}

.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(168, 214, 53, 0.15);
}

/* === Tag === */
.blog-card__tag {
  display: inline-block;
  background-color: #a8d635;
  color: #000;
  font-size: 0.75rem;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.75rem;
  font-weight: 600;
}

/* === Title === */
.blog-card__title {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 0.75rem 0;
  color: #fff;
}

/* === Summary === */
.blog-card__summary {
  font-size: 1rem;
  line-height: 1.6;
  color: #ccc;
  margin: 0 0 1rem;
}

/* === Read More CTA === */
.blog-card__cta {
  font-size: 0.9rem;
  color: #a8d635;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: color 0.2s ease;
}

.blog-card__cta:hover {
  color: #ffffff;
}

.blog-card__date {
  font-size: 0.85rem;
  color: #999;
  margin-bottom: 0.5rem;
}

/* Blog Recent Posts */

/* Full-width background */
.subscribe-recent-block-outer {
  background-color: #f9f9f9;
  padding: 3rem 0 6rem 0; /* 🔧 Reduced top padding */
}

.subscribe-recent-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* Optional: normalize top margin on form title */
.blog-subscription-bottom h2,
.blog-subscription-bottom .hs_cos_wrapper_type_rich_text h2 {
  margin-top: 0;
}


/* Newsletter spacing */
.blog-subscription-bottom {
  margin-bottom: 3rem;
  border-top: none !important;
}

/* Section heading */
.recent-posts-heading {
  font-size: 2rem;
  margin-bottom: 2rem;
  margin-top: 0;
  color: #000;
  text-align: left;
}

/* More Sidebar */

.blog-sidebar-cta {
  background-color: #0e0e0e;
  border-radius: 8px;
  margin-bottom: 2rem;
  color: #fff;
  text-align: left;
  padding: 0; /* 🔥 Remove internal padding to align with other sidebar blocks */
}

.blog-sidebar-cta h4 {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  color: #a8d635;
  margin-left: 0;
}

.blog-sidebar-cta p {
  font-size: 0.95rem;
  color: #ccc;
  margin-bottom: 1rem;
  line-height: 1.6;
  margin-left: 0;
  margin-right: 0;
}

/* Optional: if you want a little spacing inside but still aligned */
.blog-sidebar-cta h4,
.blog-sidebar-cta p,
.blog-sidebar-cta .sidebar-button {
  padding-left: 0;
  padding-right: 0;
}

/* CTA Button */
.sidebar-button {
  display: inline-block;
  background-color: #a8d635;
  color: #000;
  padding: 0.6rem 1.5rem;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease;
  text-align: center;
  min-width: 200px;        /* ✅ Adds button structure */
  max-width: 100%;
  line-height: 1.2;
}

.sidebar-button:hover {
  background-color: #fff;
  color: #000;
}