@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

/*
 * Add the correct display in Edge and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

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



/* CSS variables */

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

/* Mobile layout */

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


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

/* Desktop layout */

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

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}
.dnd-section > .row-fluid,
.content-wrapper,
.page-center{
  margin:0 auto;
  width:100%;
  padding: 0 15px;
}
.full_width,
.full_width.content-wrapper{
  width:100%;
  max-width:100%;
}
.dnd-section[class*="force-full-width-section"]>.row-fluid .dnd-column {
  padding: 0;
}

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

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

.dnd-section .dnd-column {
  padding: 0 15px;
}

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

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

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

body {
  line-height: 1.4;
  overflow-wrap: break-word;
  background-color:#F9F9F9;
}

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

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

.skip-content-btn a{
  display: inline-block;
  margin-left: 43px;
  text-align: center;
  transform: translateY(-200%);
  transition: transform 0.3s;
  position: absolute;
  top: 30px;
  left: 90px;
  z-index: 99999;
}

.skip-content-btn > a:focus {
  transform: translateY(0%);
  outline: none;
}

th{
  text-align:left; 
}
/* Paragraphs */

p {
  font-size: 1em;
  margin: 0 0 16px;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration:none;
  transition:all 0.3s ease;
}
/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 16px;
}

/* Lists */

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

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

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  vertical-align: middle;
  word-break: normal;
  max-width: 100%;
  height:auto;
}

video {
  vertical-align: middle;
  max-width: 100%;
  height:auto;
}

svg{
  fill: currentColor;
  vertical-align: middle;
}
.hs-search-results__pagination{
  flex-wrap: wrap;
}

.hs-static-nope-zone-wrapper.hs-static-nope-zone-wrapper.hs-static-nope-zone-wrapper .hs-non-ls-nope-zone{
  z-index:10 !important;;
}
.sec_header h6 {
  font-family: var(--global_secondary_font_family);
  margin-bottom: 12px;
}
.sec_header *:last-child {
  margin-bottom: 0;
}
.sec_header {
  margin-bottom: 35px;
}
button,
.button,
.hs-button,
.btn__primary,
.btn--primary a, 
.btn__secondary,
.btn--secondary a,
.btn--custom a,
.btn__custom{
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  line-height:normal;
  min-width:154px;
}

.hs-button, 
.btn__primary, 
.btn--primary a, 
.btn__secondary, 
.btn--secondary a, 
.btn--custom a,
.btn__custom{
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}

.hs-button .svgIcon,
.btn__primary .svgIcon, 
.btn--primary a .svgIcon, 
.btn__secondary .svgIcon, 
.btn--secondary a .svgIcon, 
.btn--custom a .svgIcon,
.btn__custom .svgIcon{
  margin-left:10px;
}

button:disabled,
.button:disabled,
.hs-button:disabled,
button:disabled:hover,
.button:disabled:hover,
.hs-button:disabled:hover {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #000;
}
.btn_wrap .btn__std a svg{
  display:block;
}
/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}

form .hs-button, form input[type=submit]{
  margin-top:20px; 
}

form .hs-button{
  position: relative;
}


form .hs-button:after,
form .actions:after {
  position: absolute;
  right: 15px;
  content: '';
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  cursor:pointer;
  height: 20px;
  z-index:5;
  transition: all 0.15s linear;
  background-position: center;
  background-repeat: no-repeat;
}

form input[type=submit] {
  margin-top: 0;
  background: transparent;
  width: 100%;
}

form .actions {
  width: 100%;
  display: inline-block;
  position: relative;
  transition: all 0.15s linear;
}

@media(max-width:767px){
  button,
  .button,
  .hs-button,
  .btn__primary,
  .btn--primary a, 
  .btn__secondary,
  .btn--secondary a,
  .btn--custom a,
  .btn__custom{
    min-width:initial;
  }
}
/* Fields */

.hs-form-field {
  margin-bottom: 16px;
}

/* Labels */

form label {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 4px;
}
form label:empty {
  display:none;
}
form label>sapn:empty {
  display:none;
}
form select {
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  font-size: 16px;
}
/* Form Title */
.form-title {
  margin-bottom: 0;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

form{
  margin-bottom: 20px;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 16px;
  line-height:24px;
  padding: 14px 16px;
  width: 100%;
  font-weight:400;
  outline:0;
  letter-spacing:0.3px;
  min-height:54px;
  transition:all 0.3s ease;
}

form input[type=text]:focus,
form input[type=search]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus{
/*   background:#F9F9F9; */
}


form textarea {
  resize: vertical;
}

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


form select {
    cursor: pointer;
}

/* Inputs - checkbox/radio */

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

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

.hs-input.invalid.error {
  border-color: red !important;
}
.hs-error-msgs label{
  color: red !important;
}
.hs-error-msg {
  color: red !important;
  margin-top: 0.35rem;
}

fieldset .input {
  margin-right: 0 !important;
}

form input[type=email],
form input[type=number],
form input[type=password],
form input[type=search],
form input[type=tel],
form input[type=text],
form select,
form textarea {
  width: 100% !important;
}
form textarea {
  min-height: 68px;
}

form .hs-submit {
  padding-top: 10px;
}
/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  width:100%;
}
.submitted-message{
  font-weight:bold !important;
}
/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}



.hs-error-msg, .hs-error-msgs label {
  line-height: normal;
}
@media(min-width:401px){
  fieldset.form-columns-2 .hs-form-field:first-child .input {
    margin-right: 9px !important;
  }
}

.hsfc-Renderer[data-hsfc-id="Renderer"] .hsfc-FormWrapper[data-hsfc-id="FormWrapper"]{
  --hsf-global__font-family: Raleway, sans-serif;
  --hsf-global__font-size: 16px;
  --hsf-global__color: #39393b;
  --hsf-global-error__color: red;
  --hsf-row__horizontal-spacing: 10px;
  --hsf-row__vertical-spacing: 16px;
  --hsf-module__vertical-spacing: 10px;

  --hsf-heading__font-family: Raleway, sans-serif;
  --hsf-heading__color: #39393b;
  --hsf-heading__text-shadow: none;
  --hsf-background__background: none;

  --hsf-richtext__font-family: Raleway, sans-serif;
  --hsf-richtext__font-size: 16px;
  --hsf-richtext__color: #39393b;

  --hsf-button__font-family: Raleway, sans-serif;
  --hsf-button__font-size: 16px;
  --hsf-button__color: #39393b;
  --hsf-button__background-color: #FFCD0A;
  --hsf-button__background-image: none;

  --hsf-button__border-radius: 30px 30px 30px 30px;
  --hsf-button__padding: 17px 20px 17px 20px;
  --hsf-button__box-shadow: none;

  --hsf-field-label__font-family: Raleway, sans-serif;
  --hsf-field-label__font-size: 18px;
  --hsf-field-label__color: #39393b;

  --hsf-field-input__placeholder-color: #697077;

  --hsf-field-description__font-family: Raleway, sans-serif;

  --hsf-field-description__color: #39393b;

  --hsf-erroralert__font-family: Raleway, sans-serif;

  --hsf-erroralert__color: red;

  --hsf-infoalert__font-family: Raleway, sans-serif;

  --hsf-background__border-style: none;
  --hsf-background__border-color: rgba(255, 255, 255, 0);

  --hsf-background__border-radius: 0px 0px 0px 0px;
  --hsf-background__border-width: 0px 0px 0px 0px;

  --hsf-background-banner__border-bottom-left-radius: 0px;
  --hsf-background-banner__border-bottom-right-radius: 0px;
  --hsf-background-banner__border-top-left-radius: 0px;
  --hsf-background-banner__border-top-right-radius: 0px;

  --hsf-background__padding: 0;

  --hsf-field-input__font-family: Raleway, sans-serif;

  --hsf-field-input__background-color: rgba(255, 255, 255, 0%);
  --hsf-field-input__border-color: #C1C7CD;
  --hsf-field-input__border-style: solid;
  --hsf-field-input__border-width: 0px 0px 1px 0px;
  --hsf-field-input__border-radius: 0px 0px 0px 0px;
  --hsf-field-input__padding: 14px 16px 14px 16px;

  --hsf-field-textarea__font-family: Raleway, sans-serif;

  --hsf-field-textarea__background-color: rgba(255, 255, 255, 0%);
  --hsf-field-textarea__border-color: #C1C7CD;
  --hsf-field-textarea__border-style: solid;
  --hsf-field-textarea__border-width: 0px 0px 1px 0px;
  --hsf-field-textarea__border-radius: 0px 0px 0px 0px;
  --hsf-field-textarea__padding: 14px 16px 14px 16px;

  --hsf-field-textarea__placeholder-color: #697077;

  --hsf-field-checkbox__background-color: rgba(255, 255, 255, 0%);
  --hsf-field-checkbox__border-color: #C1C7CD;
  --hsf-field-checkbox__border-style: solid;
  --hsf-field-checkbox__border-width: 1px 1px 1px 1px;

  --hsf-field-radio__background-color: rgba(255, 255, 255, 0%);
  --hsf-field-radio__border-color: #C1C7CD;
  --hsf-field-radio__border-style: solid;
  --hsf-field-radio__border-width: 1px 1px 1px 1px;

  --hsf-field-dropdown-options__border-radius: 3px 3px 3px 3px;

  --hsf-progressbar-text__font-family: Raleway, sans-serif;
  --hsf-progressbar-text__color: #39393b;
  --hsf-progressbar-text__font-size: 16px;
  --hsf-progressbar-progressLine__background-image: none;
  --hsf-progressbar-progressLine__border-color: var(--hsf-field-input__border-color);
  --hsf-progressbar-progressLine__border-style: none;
  --hsf-progressbar-progressLine__border-width: 0px 0px 0px 0px;

  --hsf-progressbar-progressLine__background-color: #FFCD0A;

  --hsf-progressbar-trackLine__background-color: rgba(217, 217, 217, 1);

  --hsf-erroralert__font-size: var(--hsf-global__font-size);

  --hsf-infoalert__font-size: var(--hsf-global__font-size);
  --hsf-infoalert__color: #39393b;

  --hsf-field-label-requiredindicator__color: var(--hsf-global-error__color);

  --hsf-field-footer__font-family: var(--hsf-field-description__font-family);
  --hsf-field-footer__color: var(--hsf-field-description__color);

  --hsf-field-textarea__color: var(--hsf-field-input__color);

  --hsf-field-checkbox__padding: 8px;

  --hsf-field-radio__padding: 8px;

  --hsf-field-radio__color: var(--hsf-field-input__color);
  --hsf-field-radio__border-color: var(--hsf-field-input__border-color);
  --hsf-field-radio__border-width: 1px 1px 1px 1px;
  --hsf-field-radio__border-style: var(--hsf-field-input__border-style)
}

.hsfc-Renderer[data-hsfc-id="Renderer"] .hsfc-FormWrapper[data-hsfc-id="FormWrapper"] input,
.hsfc-Renderer[data-hsfc-id="Renderer"] .hsfc-FormWrapper[data-hsfc-id="FormWrapper"] textarea,
.hsfc-Renderer[data-hsfc-id="Renderer"] .hsfc-FormWrapper[data-hsfc-id="FormWrapper"] input{
  box-shadow:none !important;
  outline:none !important;
}
.hsfc-Renderer[data-hsfc-id="Renderer"] .hsfc-FormWrapper[data-hsfc-id="FormWrapper"] .hsfc-DropdownOptions {
  background-color: #fff;
  border-width: 1px;
  border-radius: 8px;
}
.hsfc-Renderer[data-hsfc-id="Renderer"] .hsfc-FormWrapper[data-hsfc-id="FormWrapper"] .hsfc-DropdownOptions__List {
  max-height: 180px !important;
  overflow-y: auto !important;
  scroll-behavior: auto !important; /* Ensure smooth scrolling is not forced */
  -webkit-overflow-scrolling: touch; /* Enable native scrolling for iOS */
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
  font-size: 16px;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
  font-size: 15px;
}

table thead th {
  border-width: 0 1px 0 1px;
}

table,
table tbody tr:first-child td{
  border-top-width: 0 !important;
}
.hs-blog-listing .dnd-section .dnd-column {
  padding: 0;
}

.blog-post-breadcrumb {
  padding-top: 80px;
  padding-bottom: 40px;
}

.blog-post-breadcrumb > ul {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 18px;
}


.blog-post-breadcrumb > ul > li > a:hover{
  color:#ED9A22;
}
.blog-post-breadcrumb ul > li.post_arrow_svg {
  display: inline-block;
  line-height: 0;
}
.blog-post-breadcrumb > ul>li>a {
  display: inline-block;
  text-transform: uppercase;
  color: #59595C;
  font-weight: 700;
  font-size: 20px;
  font-family: "Montserrat", serif;
}
.blog-post-outer {
  display: flex;
  flex-wrap: wrap;
  column-gap: 60px;
  justify-content: space-between;
}

.blog-post-column-left {
  width: 30%;
}

.blog-post-outer .blog-post-column-right {
  width: 65%;
  padding: 0;
}

.blog-post-column-right .post_featured_image {
  width: 100%;
}

.blog-post-column-right .post_featured_image img {
  width: 100%;
  border-radius: 10px;
  display: inline-block;
}

.blog-post-column-left .blog-post__title {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  color: #28282C;
  font-size: var(--h3_font_size);
  text-transform: var(--h3_font_transform);
  line-height: var(--h3_line_height);
  letter-spacing: var(--h3_letter_spacing);
  margin: 0;
  padding-bottom: 20px;
}

.blog-post-column-left .blog-post-left-inner .blog-post-date {
  margin: 0;
  padding-top: 10px;
  font-size: 24px;
  color: #28282C;
}

.blog-post__body p {
  font-size: 24px;
  margin: 0;
  padding-bottom: 20px;
  line-height: 1.8;
}

.blog-post-column-right .blog-post__body {
  padding-top: 46px;
  padding-bottom: 40px;
}

.blog-post__sharing {
  padding: 25px 0;
}

.blog-comments {
  padding: 50px 0;
}

.blog_related_posts_list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 60px;
  justify-content: space-between;
}

.blog-related-posts-title {
  width: 30%;
}

.blog_index_post {
  width: calc(50% - 15px);
}

.post_items_outrow {
  width: 65%;
  display: flex;
  margin: 0;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog_index_post .blog-index__post-inner-card {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 20px;
}

.blog_index_post .blog-index__post-inner-card .blog-post-date {
  margin: 0;
}

.blog-related-posts .blog-post-topics {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-bottom: 10px;
}

.blog-related-posts .blog-post-topics > li > a {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.blog-related-posts .blog-related-posts__title {
  line-height: 1.23;
  margin: 0;
  padding-bottom: 15px;
}

.blog-related-posts .blog-related-posts__title > a {
  color: inherit;
}

.blog-related-posts .blog-post-date {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.45;
  margin: 0;
  padding-bottom: 25px;
}

.blog-related-posts .blog-index__post-image {
  min-height: 210px;
  display: block;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
}
.blog-related-posts {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.blog-index-wapper .archive-header {
  padding: 55px 0;
}

.blog-index-wapper .archive-header .archive-title {
  margin: 0;
  font-size: 96px;
  font-weight: 300;
  line-height: 1.35;
  word-break: break-word;
  text-transform: capitalize;
  color: #59595C;
  white-space: normal;
}


@media screen and (max-width: 1250px) {
  .blog-post-outer {
    column-gap: 30px;
    margin: 0;
    justify-content: unset;
  }

  .blog-post-column-left {
    width: calc(35% - 15px);
  }

  .blog-post-column-right.blog-post {
    width: calc(65% - 15px);
  }

  .blog_related_posts_list {
    column-gap: 0;
    justify-content: unset;
    margin: 0;
    gap: 30px;
  }

  .blog-related-posts-title {
    width: calc(35% - 15px);
  }

  .post_items_outrow {
    margin: 0;
    width: calc(65% - 15px);
    display: flex;
    column-gap: 30px;
    justify-content: space-around;
    flex-wrap: wrap;
  }

  .blog_index_post {
    float: none;
    padding: 0;
  }

  .blog-related-posts {
    padding: 65px 0px;
  }


}

@media screen and (max-width: 991px) {
  .blog-post-outer {
    column-gap: 0;
    row-gap: 20px;
  }
  .blog-post-column-left {
    width: 100%;
  }
  .blog-post-column-right.blog-post {
    width: 100%;
  }
  .blog-post-breadcrumb {
    padding-bottom: 30px;
    padding-top: 50px;
  }
  .blog-post-column-left .blog-post__title {
    padding-bottom: 10px;
  }
  .blog-post-column-left .blog-post-left-inner .blog-post-date {
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 20px;
  }
  .blog-post-column-right .blog-post__body {
    padding-top: 30px;
  }
  .blog-post__body p {
    font-size: 20px;
    line-height: 1.5;
  }
  .blog_related_posts_list > div {
    width: 100% !important;
  }
  .blog-related-posts {
    padding: 40px 0 !important;
  }
  .blog_index_post .blog-index__post-inner-card .blog-post-date {
    font-size: 18px;
  }
  .blog-post-breadcrumb>ul {
    row-gap: 10px;
  }
  .blog-index-wapper .archive-header .archive-title {
    font-size: 72px;
  }

}

@media screen and (max-width: 767px) {
  .blog_index_post .blog-index__post-inner-card .blog-post-date {
    font-size: 16px;
  }
  .blog-post__body p {
    font-size: 16px;
  }

  .blog-post-column-left .blog-post-left-inner .blog-post-date {
    font-size: 16px;
  }

  .blog-post-breadcrumb>ul>li>a {
    font-size: 16px;
  }

  .blog-related-posts-title {
    width: 100%;
  }

  .post_items_outrow {
    width: 100%;
    column-gap: 0;
    row-gap: 30px;
  }
  .blog_index_post {
    width: 100%;
  }
  .blog_related_posts_list {
    row-gap: 20px;
  }
  .blog-related-posts .blog-post-topics>li>a {
    font-size: 16px;
  }
  .blog_index_post .blog-index__post-inner-card .blog-post-date {
    font-size: 16px;
    padding-bottom: 15px;
  }
  .blog-index-wapper .archive-header .archive-title {
    font-size: 48px;
  }
}

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

.header_section{
  transition:all 0.3s ease;  
}
.no_nav .header_section .header_wrap {
  background-color:#fff;
}
.header_section .header_wrap .header_inner {
  padding: 30px 30px 20px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  position:relative;
  transition:all 0.3s ease;
  border-radius:10px;
}

.header_section .header_wrap .page-center {
  padding-top: 30px;
  max-width: 1390px;
  transition:all 0.4s ease;
}

.header_section .header_wrap .logo_wrap {
  min-width: 115px;
}

.header_section .header_wrap .menusBtns {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.header_section .menu_navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}

.header_section .menu_navigation ul.mega_menu ul.outer_wrap {
  position: absolute;
  padding: 30px;
  width: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  top:100%;
  overflow-y: auto;
  transition:all 0.3s ease;
  pointer-events:none;
}
.header_section .mega_menu .menu_item:hover ul.outer_wrap{
  opacity: 1;
  visibility: visible;
  pointer-events:auto;
}
.header_section .mega_menu .menu_item .menu_txt a {
  font-weight: 500;
}

.header_section .mega_menu .menu_item .menu_txt {
  line-height: normal;
  height: 100%;
  position: relative;
  margin:0 15px 0 0;
  cursor:pointer;
  font-size: 14px;
}

.header_section .mega_menu .menu_item {
  width: -webkit-fill-available;
}

.header_section .searchBtn {
  min-width: 42px;
  width:42px;
  height: 42px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: #FFCD0A;
  cursor:pointer;
  transition:all 0.3s ease;
}

.header_section .burger {
  display: flex;
  min-width: 108px;
  padding: 11px 15px 11px 17px;
  background-color:#FFCD0A;
  border-radius:23px;
  font-weight:500;
  align-items:center;
  gap:10px;
  cursor: pointer;
  font-family: var(--global_secondary_font_family);
  transition:all 0.3s ease;
}

.header_section .burger:hover {
  background-color:#ED9A22;
}

.header_section .burger .burgerIcon>* {
  height: 2px;
  width: 10px;
  display: inline-block;
  border-radius: 3px;
  background-color: #FFCD0A;
  transition: all 0.3s ease;
}

.header_section .burger .burgerIcon {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #EF4444;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2px;
}

.header_section .burger.opened .burgerIcon1 {
  position: absolute;
  transform: rotate(135deg);
}

.header_section .burger.opened .burgerIcon2 {
  position: absolute;
  transform: rotate(45deg);
}

.header_section .mega_menu .menu_item .menu_txt a {
  position: relative;
  display: inline-block;
}

.header_section .mega_menu .menu_item .child_menu_item .sunMenu_title {
  padding-bottom:8px;
  font-weight: 500;
  line-height: normal;
}

.header_section .mega_menu .menu_item .child_menu_item .sunMenu_des {
  display: block;
  font-size: 14px;
  line-height: normal;
}

.header_section .mega_menu .menu_item .child_menu_item a {
  display: inline-block;
}

.header_section .mega_menu .menu_item .menu_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 30px;
}

.header_section .mega_menu .menu_item .outer_wrap_inner.blog_post {
  display: flex;
  gap: 30px;
}

.header_section .mega_menu .menu_item .outer_wrap_inner.blog_post .blogCard {
  padding: 30px;
  max-width: 413px;
  min-width: 413px;
  border-radius: 10px;
  align-self: start;
}

.header_section .mega_menu .menu_item .menu_wrap .child_menu_item {
  width: calc(33.33% - 20px);
}
.header_section .mega_menu .menu_item .blogCard .blogCardInner {
  display: flex;
  gap: 20px;
}

.header_section .mega_menu .menu_item .blogCard .blogCardInner img {
  max-width: 123px;
  height: auto;
  border-radius: 10px;
}

.header_section .mega_menu .menu_item .blogCard .blogTitle {
  font-weight: 500;
  line-height: normal;
  display: flex;
  flex-direction: column;
  gap:20px;
}

.header_section .mega_menu .menu_item .blogCard .blogTitle a {
  display: inline-block;
}

.header_section .mega_menu .menu_item .blogCard .blogTitle .linkIcon {
  margin-top: auto;
}

.header_section .mega_menu>.menu_item:first-child>.menu_txt {
  margin-left: 0;
}

.header_section .mobileMenu{
  display:none; 
  position: fixed;
  z-index: 99;
  left: 0;
  width: 100%;
  height: 100vh;
  bottom: 0;
  right: 0;
  top:0;
  transition:all 0.3s ease;
  overflow-Y:auto;
  transform:translateX(100%);
  visibility: hidden;
  opacity: 0;
}
.header_section .mobileMenu .mobile_navigation,
.header_section .mobile_navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header_section .mobileMenu .bottomBtns {
  display: flex;
  position: relative;
/*   bottom: 0; */
  width: calc(100% - 30px);
  left: 15px;
  gap: 25px;
  padding: 25px 0;
  justify-content: space-between;
/*   border-top:2px solid #C0C0C0; */
}
.header_section .header_wrap,
.header_section .mobileMenu .bottomBtns {
  background-color: #fff;
}
.header_section .mobileMenu .btn_wrap {
  flex-grow: 1;
  max-width: 320px;
}
.header_section .mobileMenu .mobile_navigation {
  overflow-y: auto;
  padding-bottom:30px;
  margin-bottom:30px;
}

.header_section .mobileMenu .mega_menu .menu_item .menu_txt {
  margin: 0;
}

.sitSearchWrp {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  overflow: hidden;
  outline: 0;
  visibility: hidden;
  padding-right: 17px;
  z-index: 9999;
  transition: all .3s ease;
  height: 100%;
  overflow-y: auto;
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, .8);
}

.search-active .sitSearchWrp {
  opacity: 1;
  visibility: visible;
}

.sitSearch {
  max-width: 800px;
  margin: 50px auto;
  width: auto;
  height: calc(100% - 100px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9999;
}

.sitSearch .searchClose {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.sitSearch .hs-search-field form {
  position: relative;
  color:#fff;
}

.sitSearch .hs-search-field form {
  padding-top: 50px;
}

.sitSearch .hs-search-field form label {
  position: absolute;
  top: 0;
  padding: 15px 20px 0;
  width: 100%;
}

.sitSearch .hs-search-field form button {
  align-items: center;
  border-radius: 23px;
  display: flex;
  height: 42px;
  justify-content: center;
  min-width: auto;
  padding: 13.5px 14.5px 14.5px;
  position: absolute;
  right: 15px;
  width: 43px;
  top: 65px;
  color:58595B;
}

.sitSearch .hs-search-field form button svg {
  width: 14px;
  height: 14px;
}

.sitSearch .hs-search-field form label {
  display: block;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: bold;
  color:#fff;
}

.search-active{
  overflow:hidden;
}

.sitSearch .hs-search-field form .hs-search-field__input::placeholder {
  color: #fff;
}

.sitSearch .hs-search-field form .hs-search-field__input {
  border-radius: 53px;
  padding: 26px 58px 26px 46px;
  line-height: normal;
  border-width: 1px;
  color: #fff;
  background:transparent;
}

.sitSearch .searchClose svg {
  color: #fff;
}

.sitSearch .hs-search-field--open .hs-search-field__suggestions {
  border-color: #fff;
  background: #fff;
  border-radius: 15px;
}

.sitSearch .hs-search-field__suggestions #results-for,
.sitSearch .hs-search-field__suggestions a {
  padding: 10px;
  color: #000;
}

.header_section .header_wrap .header_inner,
.header_section .header_wrap .menusBtns {
  align-items: center;
}

.header_section {
  position: relative;
  z-index: 999;
}
.header_section .header_wrap {
  transition: all 0.5s ease;
}
.header_section.start_scroll .header_wrap {
  border: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
}
.header_section.start_scroll.sticky_head .header_wrap {
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 5px rgba(0, 0, 0, .23);
  transform: translateY(-130%);
}
.header_section.start_scroll.sticky_head.scrolling_up .header_wrap {
  position: fixed;
  transform:translateY(0%);
}
.sitSearch .content-wrapper {
  padding-right: 0;
}
.header_section .mega_menu .menu_item .blogCard .blogTitle .linkIcon svg .bg {
  fill: rgb(237, 154, 34);
  transition: all 0.3s ease;
}

.header_section .mega_menu .menu_item .blogCard .blogTitle .linkIcon svg .icon {
  fill: #ffffff;
  transition: all 0.3s ease;
}

.header_section .mega_menu .menu_item .blogCard .blogTitle .linkIcon:hover svg .bg {
  fill:red;
}
.no_nav .header_section .header_wrap .page-center {
  padding-top: 20px;
  padding-bottom: 20px;
}

.no_nav .header_section .header_wrap .header_inner {
  padding-top: 0;
  padding-bottom: 0;
}
.header_section .header_wrap .header_inner .btn_wrap a {
  font-size: 12px;
  min-width: 135px;
}
.header_section .header_wrap .menusBtns .menu_navigation {
  flex-grow: 1;
}
@media(min-width:1451px){
  .header_section .header_wrap .logo_wrap {
    width: calc(16.7% - 15px);
  }

  .header_section .header_wrap .menusBtns {
    width: calc(81.6% - 15px);
  }
}
@media(max-width:1450.99px){
  .header_section .header_wrap .logo_wrap {
    width: calc(16.7% - 15px);
  }

  .header_section .header_wrap .menusBtns {
    flex-grow: 1;
  }
}

@media(min-width:1101px){
  .header_section .burger {
    display: none;
  }
  .header_section.header_bg .header_wrap .header_inner{
    box-shadow: 0px -20px 24px 0px #0000000D;
    border-radius:10px 10px 0 0;
  }

  .header_section .mega_menu .menu_item:hover ul.outer_wrap,
  .header_section.header_bg .mega_menu .menu_item ul.outer_wrap{
    box-shadow: 0 20px 24px 0px #0000000D;
    border-radius:0 0 10px 10px;
  }
  .header_section .mega_menu .menu_item .menu_txt:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    width: 100%;
    height: 100%;
  }

  .header_section .mega_menu .menu_item .menu_txt a:before {
    content: '';
    height: 2px;
    width: 0;
    display: inline-block;
    top: -8px;
    position: absolute;
    transition:all 0.3s ease;
  }

  .header_section .mega_menu .menu_item .menu_txt:hover a:before,
  .header_section .mega_menu .menu_item.active .menu_txt a:before{
    width: 100%;
    background:#ED9A22;
  }
  .header_section .mega_menu .menu_item .child_menu_item .sunMenu_title {
    position: relative;
  }
  .header_section .mega_menu .menu_item .child_menu_item .sunMenu_title {
    position: relative;
  }

  .header_section .mega_menu .menu_item .child_menu_item .sunMenu_title:before {
    content: '';
    height: 2px;
    width: 0;
    display: inline-block;
    top: -8px;
    position: absolute;
    transition:all 0.3s ease;
  }

  .header_section .mega_menu .menu_item .child_menu_item:hover .sunMenu_title:before,
  .header_section .mega_menu .menu_item .child_menu_item.childActive .sunMenu_title:before{
    width: 100%;
    background:#ED9A22;
  }
  .header_section.start_scroll .header_wrap .page-center {
    padding-bottom: 0; 
    padding-top: 0;
  }
  .header_section.start_scroll.sticky_head .header_wrap .page-center {
    padding-top: 0;
    padding-bottom: 0;
  }
  .header_section.start_scroll.sticky_head .header_wrap .header_inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media(max-width:1271px) and (min-width:1101px){
  .header_section .mega_menu .menu_item .menu_txt {
    margin: 0 10px 0 0;
    font-size: 12px;
  }
  .header_section .header_wrap .page-center {
    padding-top: 20px;
  }
  .header_section .header_wrap .header_inner {
    padding: 20px 0 20px;
    gap: 20px;
  }

  .header_section .mega_menu .menu_item .menu_wrap {
    gap: 20px;
  }

  .header_section .mega_menu .menu_item .outer_wrap_inner.blog_post .blogCard {
    padding: 20px;
  }
  .header_section .mega_menu .menu_item .child_menu_item .sunMenu_title {
    font-size: 14px;
  }

  .header_section .mega_menu .menu_item .child_menu_item .sunMenu_des {
    font-size: 12px;
  }

  .header_section .mega_menu .menu_item .blogCard .blogTitle {
    font-size: 14px;
  }
  .header_section .header_wrap .header_inner .btn_wrap {
    max-width: 250px;
  }
}
@media(max-width:1100.99px){
  .header_section .header_wrap {
    position:relative;
    z-index: 100;
  }
  .header_section .header_wrap .page-center {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .header_section .header_wrap .header_inner {
    padding: 0;
  }
  .header_section .header_wrap .menusBtns {
    display: none;
  }
  .header_section .mobileMenu{
    display:block;
  }
  .mob_open .header_section .mobileMenu{
    transform:translateX(0%);
    visibility: visible;
    opacity: 1;
  }
  .mob_open {
    overflow: hidden;
  }
  .header_section .mobile_navigation .mega_menu .menu_item .outer_wrap_inner.blog_post {
    display: block;
  }

  .header_section .mobile_navigation .mega_menu .menu_item .menu_wrap {
    gap: 25px;
    padding: 5px 15px 20px;
  }

  .header_section .mobile_navigation .mega_menu .menu_item .menu_wrap .child_menu_item {
    width: calc(50% - 12.5px);
  }

  .header_section .mobile_navigation .mega_menu .menu_item .outer_wrap_inner.blog_post .blogCard {
    width: 100%;
    max-width: initial;
    min-width: auto;
    padding: 22px;
  }

  .header_section .mobile_navigation ul.outer_wrap {
    display: none;
    height: 0px;
    transition: height 250ms ease-in-out;
  }
  .header_section .mobileMenu .mega_menu .menu_item .menu_txt {
    padding: 0 15px;
    font-size: 18px;
    font-family: var(--global_secondary_font_family);
  }
  .header_section .mobileMenu .mega_menu .menu_item .menu_txt a {
    padding:16px 0;
    border-top: 1px solid #C0C0C0;
    width: 100%;
  }
  .header_section .mega_menu .menu_item .blogCard .blogTitle,
  .header_section .mega_menu .menu_item .blogCard .img {
    width: calc(50% - 10px);
  }

  .header_section .mega_menu .menu_item .blogCard .blogCardInner img {
    max-width: 100%;
    width: 100%;
  }

  .header_section .mega_menu .menu_item .blogCard .blogCardInner a {
    display: block;
  }
  .header_section .mobileMenu .mega_menu .menu_item:last-child .menu_txt.dropdown_open a {
    border-bottom-color: transparent;
  }
  .header_section .mobileMenu .mega_menu .childTriggerIcon {
    top: 0;
    height: 55px;
    width: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 15px;
    transition: all 0.3s ease;
  }

  .header_section .mobileMenu .mega_menu .menu_item.has_child_menu .menu_txt {
    display: flex;
    align-items: center;
  }

  .header_section .mobileMenu .mega_menu .dropdown_open .childTriggerIcon {
    transform: rotate(180deg);
  }
  .header_section.start_scroll .header_wrap {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 5px rgba(0, 0, 0, .23);
  }
  .header_section.start_scroll .header_wrap .page-center {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .header_section.start_scroll .header_wrap .header_inner {
    padding-top: 0;
    padding-bottom: 0;
  }
  .mob_open .header_section.start_scroll .header_wrap {
    transform: none;
  }
}
@media(max-width:767px){
  .sitSearch .hs-search-field form .hs-search-field__input {
    padding: 20px 45px 20px 20px;
  }

  .sitSearch .hs-search-field form button {
    width: 30px;
    height: 30px;
    right: 10px;
    font-size: 12px;
  }
}
#announcementBar {
  display: none; /* Initially hide the announcement bar */
}

.announcementBar {
  padding: 8px 0;
  position:relative;
  z-index:99;
  transition: all 0.3s ease;
}

.announcementBar .content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position:relative;
}
.announcementBar .close-btn{
  position:absolute;
  right:15px;
  width:15px;
  height:15px;
  display:flex;
  align-items:center;
  justify-content:center;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.announcementBar p,
.announcementBar .announcementBarInner{
  margin: 0;
  font-weight: 500;
  font-size: 15px;
  line-height: normal;
}

.announcementBar .announcementBarInner .content {
  padding: 0 15px 0 10px;
}

.announcementBar .cmIcon {
  display: inline;

  padding-left: 15px;
}

.announcementBar .announcementBarInner a {
  text-decoration:underline;
}

.header_section .mobileMenu .mega_menu .menu_item:last-child .menu_txt a {
  border-bottom: 1px solid #C0C0C0;
}

.hubspot-disable-focus-styles .header_wrap {
  position: unset !important;
}
@media(max-width:767px){
  .announcementBar .cmIcon {
    padding: 0;
  }
  .announcementBar .content .cmIcon {
    display: none;
  }
  .announcementBar .cmIcon svg {
    width: 20px;
    height: auto;
  }
  .announcementBar .announcementBarInner, .announcementBar p {
    font-size: 14px;
  }
}
.footer .footerSection {
  padding: 80px 0;
  font-size: 15px;
  font-family: var(--global_primary_font_family);
  position:relative;
  z-index:9;
}
.footer .footerSection .logoWrp .mainLogo svg path {
  fill: currentColor;
}
.footer{
  position:relative;
  z-index:98;
  transition:all 0.3s ease;
}
.footer .overlay{
  position:absolute;
  z-index:1;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width:100%;
  height:100%;
}
.footer .content-wrapper {
  padding: 0;
}

.footer .footerSection .footerInner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap:30px;
  padding:0 15px;
}

.footer .footerSection .logoWrp {
  width:calc(18.66% - 15px);
  margin-bottom: 30px;
  display: flex;
  gap: 8px;
  vertical-align: bottom;
  height: fit-content;
  align-items: flex-end;
}

.footer .footerSection .footerContent {
  width:calc(81.34% - 15px);
}

.footer .footerSection .menuContainer h6 {
  font-size: 15px;
  font-family: var(--global_secondary_font_family);
  margin-bottom: 0;
  padding-bottom: 24px;
}

.footer .footerSection .menuContainer {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 30px;
}

.footer .footerSection .menuContainer>div {
  width: calc(20% - 24px);
}

.footer .footerSection .desContent {
  margin-bottom: 54px;
}

.footer .footerSection .logoWrp img {
  max-width: 66.75px;
  width: 100% !important; 
}

.footer .copyrightCont{
  font-family: var(--global_secondary_font_family);
}

.footer .menuContainer .ftMenu ul {
  display: block;
  text-transform: capitalize;
}

.footer .menuContainer .ftMenus.col4 ul {
  font-weight: bold;
}

.footer .footerSection .ftBtmCont {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.footer .certifiedImg img {
  max-width: 52px;
  width: 100% !important;
}

.footer .copyrightCont {
  width: calc(60% - 14px);
}

.footer .socialShare {
  width: calc(20% - 23px);
}

.footer .certifiedImg {
  width: calc(20% - 23px);
}

@media(max-width:1024px){
  .footer .footerSection .footerContent {
    width: 80%;
  }
  .footer .footerSection .menuContainer>div {
    width: calc(33.33% - 20px);
  }
  .footer .copyrightCont {
    width: 100%;
  }
  .footer .socialShare,
  .footer .certifiedImg {
    width: calc(50% - 15px);
  }
}

@media(max-width:767px){
  .footer .footerSection .logoWrp,
  .footer .footerSection .footerContent {
    width: 100%;
  }

  .footer .footerSection .menuContainer {
    gap:30px 25px;
  }

  .footer .footerSection .menuContainer>div {
    width: calc(50% - 12.5px);
  }

  .footer .footerSection .ftBtmCont{
    gap:50px;
    column-gap:25px;
  }
  .footer .socialShare,
  .footer .certifiedImg {
    width: calc(50% - 12.5px);
  }
  .footer .copyrightCont {
    order: 3;
    width: 100%;
  }

  .footer .footerSection .ftBtmCont {
    justify-content: initial;
  }
}
/* Menu and simple menu */

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

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

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

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

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

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

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

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

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

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

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}