/* ── Global unit ─────────────────────────────────────── *//* ─────────────────────────────────────────────────────── */
/* 1a. Containers                                          */
/* ─────────────────────────────────────────────────────── *//* ─────────────────────────────────────────────────────── */
/* 1c. Colors — ALL from theme.colors.* (no hardcoded hex)*/
/* ─────────────────────────────────────────────────────── *//* ─────────────────────────────────────────────────────── */
/* 1d. Typography                                          */
/* ─────────────────────────────────────────────────────── */

/* ─────────────────────────────────────────────────────── */
/* 1e. Buttons                                             */
/* ─────────────────────────────────────────────────────── */

/* Button Sizes *//* Primary Button *//* Primary Alt Button *//* Secondary Button *//* Secondary Alt Button *//* Text CTA Button *//* Disabled state *//* ─────────────────────────────────────────────────────── */
/* 1f. Forms                                               */
/* ─────────────────────────────────────────────────────── *//* ─────────────────────────────────────────────────────── */
/* 1g. Site Header                                         */
/* ─────────────────────────────────────────────────────── *//* ─────────────────────────────────────────────────────── */
/* 1h. Site Footer                                         */
/* ─────────────────────────────────────────────────────── *//* ─────────────────────────────────────────────────────── */
/* 1i. Border / Corner Radius / Lists / HR / Blockquote   */
/* ─────────────────────────────────────────────────────── *//* ─────────────────────────────────────────────────────── */
/* 1d-ext. Extended Text Styles                            */
/* ─────────────────────────────────────────────────────── */
*, *: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 */
    scroll-behavior: smooth;
}

/* 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;
}
/* Responsive Grid */
dl,dd {
    margin: 0;
}
.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 ;
  }
}

/* ── Evara: Layout Overrides ─────────────────────────── */

/* content-wrapper — locked: no modifications to rule itself,
   only the max-width token from fields.json is applied here   */

/* Evara: 12-col flexbox grid utility (uses Figma 96px gap) */
.evara-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 96px;
}

.evara-grid__col {
  flex: 1 0 0;
  min-width: 0;
}

/* Narrow content column — 741px (matches Figma text-wrapper max-width) */
.evara-col--narrow {
  max-width: 741px;
}

/* Sub-text constrained width (552px from Figma) */
.evara-col--subtext {
  max-width: 552px;
}

/* ── Spacing utilities (Figma-derived) ───────────────── */
.evara-gap--25  { gap: 25px; }
.evara-gap--30  { gap: 30px; }
.evara-gap--60  { gap: 60px; }
.evara-gap--95  { gap: 95px; }
.evara-gap--96  { gap: 96px; }

.evara-mt--25  { margin-top: 25px; }
.evara-mt--30  { margin-top: 30px; }
.evara-mb--60  { margin-bottom: 60px; }
.evara-mb--95  { margin-bottom: 95px; }

/* ── Responsive layout ───────────────────────────────── */
@media (max-width: 767px) {
  .evara-grid {
    flex-direction: column;
    gap: 40px;
  }

  .evara-col--narrow {
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .evara-grid {
    gap: 48px;
  }

  .evara-grid__col {
    flex: 0 0 calc(50% - 24px);
  }
}
.content-wrapper { margin: 0 auto; padding: 0 20px; width:100%; }
.dnd-section > .row-fluid { margin: 0 auto;}
.dnd-section .dnd-column { padding: 0 15px;}


@media screen and (min-width: 768px) {
    .content-wrapper { max-width:730px; }
    .wrapping-left {padding-left: calc(calc(100% + 40px - 730px)/2);}
       .wrapping-right {padding-right: calc(calc(100% + 40px - 730px)/2);}
}

@media screen and (min-width: 992px) {
    .content-wrapper { max-width:943px; }
    .wrapping-left {padding-left: calc(calc(100% + 40px - 943px)/2);}
    .wrapping-right {padding-right: calc(calc(100% + 40px - 943px)/2);}
}
@media screen and (min-width: 1200px) {
    .content-wrapper { max-width:1140px; }
    .wrapping-left {padding-left: calc(calc(100% + 40px - 1140px)/2);}
    .wrapping-right {padding-right: calc(calc(100% + 40px - 1140px)/2);}
}
@media screen and (min-width: 1440px) {
    .content-wrapper { max-width:1320px; }
    .wrapping-left {padding-left: calc(calc(100% + 40px - 1320px)/2);}
    .wrapping-right {padding-right: calc(calc(100% + 40px - 1320px)/2);}
}

.full-wrapper { width: 100%; float: none; }
.dnd-section,
.content-wrapper--blog-index,
.content-wrapper--blog-post { padding: 80px 20px; }
.dnd-section > .row-fluid { max-width: 1320px; }

@media (max-width: 767px) {
    
    .wrapping-left,.wrapping-right {padding-left: 15px;padding-right: 15px;}
    
    .dnd-section .dnd-column {
        padding: 0;
    }
}




/*****************************
Slick slider
****************************  */

.slick-dotted.slick-slider { margin-bottom: 0}
.slick-dots { bottom: 0px; z-index:1; margin:0; padding:0;}
.slick-dots li { width: 16px;height: 16px; vertical-align: middle; border-radius: 50%; margin:0 3px;}
.slick-dots li button { width: 16px; height: 16px; padding: 8px 0; border-radius: 50%}
.slick-dots li button:before { width: 16px; height: 16px; line-height: 16px; content: ''; border-radius: 50%; opacity: 1}
.slick-dots li button:before { background-color: #DBF2FF; }
.slick-dots li.slick-active button:before { background-color: rgba(75, 255, 125,1); opacity: 1}
.slick-dots li button:before,.slick-dots li button:before { transition: all ease .4s; -weblit-transition: all ease .4s}
.slick-dots li button:focus:before,.slick-dots li button:hover:before {opacity: 1; background-color: rgba(75, 255, 125,1); transition: all ease .4s; -weblit-transition: all ease .4s}

/* Arrows */


.slick-prev { left: -40px; z-index: 10 !important}
.slick-next { right: -40px}
button.slick-next,button.slick-prev{background: #DBF2FF; border-radius:50%;}

.slick-next:before,.slick-prev:before { color: #29333c;}
.slick-prev:after,.slick-next:after { display: none;}
.slick-next,.slick-prev { width: 40px; height: 40px; border-radius: 0; z-index: 1; transition: all ease .4s; -weblit-transition: all ease .4s;}
.slick-next:before,.slick-prev:before { font-family: fontawesome; font-size: 0; background-repeat:no-repeat; }
.slick-next:before { content: ''; color : #0B3954; background-image:url('https://4343934.fs1.hubspotusercontent-na1.net/hubfs/4343934/TrooInbound_Base_Theme/images/arrow-right.svg');}
.slick-prev:before { content: ''; color : #0B3954; background-image:url('https://4343934.fs1.hubspotusercontent-na1.net/hubfs/4343934/TrooInbound_Base_Theme/images/arrow-left.svg')}
.slick-next:before,.slick-prev:before { width: 7px; height: 13px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); opacity: 1; background-repeat: no-repeat; font-size: 0; line-height: 1; }
.slick-next:before {background-position: center center;}
.slick-arrow.slick-disabled { opacity: 0; visibility: hidden;}
.slick-slide:focus { outline: none;}

.slick-next:focus, .slick-next:hover,
.slick-prev:focus, .slick-prev:hover{background-color:#81CBFF; border-color:#81CBFF;}



/* ── Evara: Google Fonts ──────────────────────────── */
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&display=swap');
html[lang^='ja'] body,html[lang^='zh'] body,html[lang^='ko'] body {line-break: strict;word-break: break-all;}



html {font-size: 100%;-webkit-text-size-adjust: 100%;font-variant-ligatures: none;-webkit-font-variant-ligatures: none;text-rendering: optimizeLegibility;-moz-osx-font-smoothing: grayscale;font-smoothing: antialiased;-webkit-font-smoothing: antialiased;}
body {  font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;background-color: #FFFFFF; color:#666666;letter-spacing:em;;font-size: 16px;line-height: 1.625;overflow-x:hidden;word-break: break-word;}
/* Image */
img { display: inline-block; max-width: 100%; height: auto; vertical-align: middle; }
.FullImageWidth img{width:100%;}
/* Anchors */
body a.cta_button {box-sizing: border-box !important;display: inline-block;}
a {    font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;color: #000000;text-decoration: none!important;transition: all ease .25s; -moz-transition: all ease .25s; -webkit-transition: all ease .25s; -o-transition: all ease .25s;}
a:hover, a:focus {color: #666666;}
a:active {color: #b6b6b6;}
a.button:disabled {background-color: #999999;}
/* Headings */
h1,h2,h3,h4,h5,h6 { font-family: 'DM Serif Display', serif; font-style: normal; font-weight: normal; text-decoration: none;color: #000000;margin:0;padding:0;}
/* Lists */
ul,ol {list-style-position: inside;}
ul ul,ol ul,ul ol,ol ol {padding-left: 3rem;}
ul.no-list {list-style: none;}
ul,ol {margin: 1.5rem 0;padding-left: 1.5rem;}
ul li,ol li {margin: 0.75rem;}
ul ul,ol ul,ul ol,ol ol {margin: 1.5rem;}

/* Blockquote */
blockquote {font-size: 1.5rem;margin: 0 0 1.5rem;} 
blockquote {border-left: 4px solid #FF2200;padding-left: 1.5rem;}

/* Horizontal Rules */
hr {border: 0 none;border-bottom: 1px solid;border-bottom-color: #DEDEDE;}

/* Code Blocks */
code {vertical-align: bottom;}
strong {font-weight: 600;}
/* Anchors */
a {cursor: pointer;}
a.button:disabled {pointer-events: none;}

/* Subscripts and Superscripts */
sup,sub {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

p { margin:0 0 12px;}
*+h1, *+h2 { margin-top: 35px;}
*+h3, *+h4 { margin-top: 30px;}
*+h5, *+h6 { margin-top: 25px;}
p:last-child {
    margin-bottom: 0;
}
.clearfix {display: block}
.clearfix:after,.clearfix:before {content: "";display: table;width: 100%}

.uppercase { text-transform: uppercase;}
.text-capitalize { text-transform: capitalize;}
.parallaxEffect{background-attachment:fixed}
.bg, .overlay, .set-bg { background-size: cover; background-position: center; position: relative; background-repeat: no-repeat;}
.bg.bgTop{background-position: top center;}


h1,.h1{ font-family: 'DM Serif Display', serif; font-style: normal; font-weight: normal; text-decoration: none;text-transform:none; color:#000000;letter-spacing:em;; }
h2,.h2{ font-family: 'DM Serif Display', serif; font-style: normal; font-weight: normal; text-decoration: none;text-transform:none; color:#000000;letter-spacing:em;; }
h3,.h3{ font-family: 'DM Serif Display', serif; font-style: normal; font-weight: normal; text-decoration: none;text-transform:none; color:#000000;letter-spacing:em;; }
h4,.h4{ font-family: 'DM Serif Display', serif; font-style: normal; font-weight: normal; text-decoration: none;text-transform:none; color:#000000;letter-spacing:em;; }
h5,.h5{ font-family: 'DM Serif Display', serif; font-style: normal; font-weight: normal; text-decoration: none;text-transform:none; color:#000000;letter-spacing:em;; }
h6,.h6{ font-family: 'DM Serif Display', serif; font-style: normal; font-weight: normal; text-decoration: none;text-transform:none; color:#000000;letter-spacing:em;; }

.fontlg { font-size:18px;line-height:1.6; }
.small { font-size:14px;line-height:1.5999999999999999; }
.StatsMetric { font-size:52px;line-height:1.0; }
.StepNumber { font-size:22px;line-height:1.0909090909090908; }
.Letterspacing-033 {letter-spacing: 0.33px;}

/* Color Formating */
.primaryBgColor{background-color: #FF2200;}
.secondaryBgColor{background-color: #FFDEB2;}
.tertiaryBgColor{background-color: #FFF5EA;}

.primaryColor,.allprimaryColor * {color: #FF2200;}
.secondaryColor,.allsecondaryColor * {color: #FFDEB2;}
.tertiaryColor,.alltertiaryColor * {color: #FFF5EA;}

@media(min-width:992px){

    h1,.h1{font-size:73px;line-height:1.00;}
    h2,.h2{font-size:40px;line-height:1.15;}
    h3,.h3{font-size:34px;line-height:1.15;}
    h4,.h4{font-size:20px;line-height:1.25;}
    h5,.h5{font-size:17px;line-height:1.18;}
    h6,.h6{font-size:16px;line-height:1.25;}

}

/* Tablet Device */
@media(max-width:991px){
    
    
    
    h1,.h1{font-size:56px;line-height:1.00;}
    h2,.h2{font-size:34px;line-height:1.18;}
    h3,.h3{font-size:28px;line-height:1.21;}
    h4,.h4{font-size:18px;line-height:1.33;}
    h5,.h5{font-size:16px;line-height:1.25;}
    h6,.h6{font-size:16px;line-height:1.40;}

    .fontlg{font-size:16px;line-height:1.7;}
    
    
    

}

/* Mobile Device */
@media(max-width:767px){
    
    
    
    h1,.h1{font-size:42px;line-height:1.10;}
    h2,.h2{font-size:28px;line-height:1.21;}
    h3,.h3{font-size:24px;line-height:1.25;}
    h4,.h4{font-size:18px;line-height:1.33;}
    
    

    
    
    
    
}
/* ── Primary Button ─────────────────────────────────── */
button,
a.button, .button a,
a.hs-button, .cta_button {
    font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
    background-color: rgba(255, 34, 0, 1.0);
    border: 1px solid #FF2200;
    border-radius: 6px;
    color: rgba(255, 255, 255, 1.0);
    fill: rgba(255, 255, 255, 1.0);
    font-size: 14px;
    padding: 15px 45px;
    text-transform: none;
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    text-align: center;
    line-height: 1;
}

button:disabled,
a.button:disabled, .button a:disabled,
button:disabled:hover, a.button:disabled:hover, .button a:disabled:hover,
button:disabled:focus, a.button:disabled:focus, .button a:disabled:focus,
button:disabled:active, a.button:disabled:active, .button a:disabled:active {
    background-color: #DEDEDE !important;
    border-color: #DEDEDE !important;
    color: #999999 !important;
}

button:hover,
.button a:hover, a.button:hover,
.cta_button:hover, a.hs-button:hover,
.button a:focus, .cta_button:focus,
a.button:focus, a.hs-button:focus,
button:active, .button a:active,
.cta_button:active, a.button:active, a.hs-button:active {
    background-color: rgba(204, 0, 0, 1.0);
    border: 1px solid #CC0000;
    color: rgba(255, 255, 255, 1.0);
}

button:active,
a.button:active, .button a:active,
.cta_button:active, a.hs-button:active {
    background-color: #ff5050;
    border: 1px solid #CC0000;
    border-color: #ff5050;
}

/* ── Primary Alt Button ──────────────────────────────── */
.button.button--primary-alt a,
a.button.button--primary-alt {
    font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
    background-color: rgba(255, 255, 255, 0.0);
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    color: rgba(255, 255, 255, 1.0);
    fill: rgba(255, 255, 255, 1.0);
    font-size: 14px;
    padding: 15px 45px;
    text-transform: none;
    align-items: center;
    cursor: pointer;
    display: inline-flex;
}

.button.button--primary-alt a:hover,
.button.button--primary-alt a:focus,
.button.button--primary-alt a:active,
a.button.button--primary-alt:hover,
a.button.button--primary-alt:focus,
a.button.button--primary-alt:active {
    background-color: rgba(222, 222, 222, 1.0);
    color: rgba(18, 18, 18, 1.0);
    fill: rgba(18, 18, 18, 1.0);
}



.themelight .light-cta-primary-alt .button.button--primary-alt a,
.themelight .light-cta-primary-alt  a.button.button--primary-alt {
    font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
    background-color: rgba(18, 18, 18, 0.0);
    border: 1px solid #121212;
    border-radius: 6px;
    color: rgba(18, 18, 18, 1.0);
    fill: rgba(18, 18, 18, 1.0);
    font-size: 14px;
    padding: 15px 45px;
    text-transform: none;
    align-items: center;
    cursor: pointer;
    display: inline-flex;
}

.themelight  .light-cta-primary-alt  .button.button--primary-alt a:hover,
.themelight .light-cta-primary-alt  .button.button--primary-alt a:focus,
.themelight .light-cta-primary-alt  .button.button--primary-alt a:active,
.themelight .light-cta-primary-alt  a.button.button--primary-alt:hover,
.themelight .light-cta-primary-alt  a.button.button--primary-alt:focus,
.themelight .light-cta-primary-alt  a.button.button--primary-alt:active {
    background-color: rgba(222, 222, 222, 1.0);
    color: rgba(18, 18, 18, 1.0);
    fill: rgba(18, 18, 18, 1.0);
}



/* ── Secondary Button ────────────────────────────────── */
.button.button--secondary a,
a.button.button--secondary {
    font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
    background-color: rgba(255, 34, 0, 0.0);
    border: 1px solid #FF2200;
    border-radius: 6px;
    color: rgba(255, 34, 0, 1.0);
    fill: rgba(255, 34, 0, 1.0);
    font-size: 14px;
    padding: 15px 45px;
    text-transform: none;
    align-items: center;
    cursor: pointer;
    display: inline-flex;
}

.button.button--secondary a:hover,
.button.button--secondary a:focus,
.button.button--secondary a:active,
a.button.button--secondary:hover,
a.button.button--secondary:focus,
a.button.button--secondary:active {
    background-color: rgba(245, 245, 245, 1.0);
    border: 1px solid #CC0000;
    color: rgba(204, 0, 0, 1.0);
    fill: rgba(204, 0, 0, 1.0);
}

.button.button--secondary a:active,
a.button.button--secondary:active {
    background-color: rgba(255, 255, 255, 100);
    border: 1px solid #CC0000;
    border-color: #ff5050;
    color: #ff5050;
    fill: #ff5050;
}


/* ── Secondary Alt Button ────────────────────────────── */
.button.button--secondary-alt a,
a.button.button--secondary-alt {
    font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
    background-color: rgba(18, 18, 18, 0.0);
    border: 1px solid #121212;
    border-radius: 6px;
    color: rgba(18, 18, 18, 1.0);
    fill: rgba(18, 18, 18, 1.0);
    font-size: 14px;
    padding: 15px 45px;
    text-transform: none;
    align-items: center;
    cursor: pointer;
    display: inline-flex;
}

.button.button--secondary-alt a:hover,
.button.button--secondary-alt a:focus,
.button.button--secondary-alt a:active,
a.button.button--secondary-alt:hover,
a.button.button--secondary-alt:focus,
a.button.button--secondary-alt:active {
    background-color: rgba(222, 222, 222, 1.0);
    color: rgba(18, 18, 18, 1.0);
    fill: rgba(18, 18, 18, 1.0);
}

/* ── Text CTA Button ─────────────────────────────────── */
.button.button--text-cta a,
a.button.button--text-cta {
    font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
    font-size: 14px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: rgba(255, 34, 0, 1.0);
    fill: rgba(255, 34, 0, 1.0);
    font-size: 14px;
    padding: 0;
    text-transform: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.button.button--text-cta a:hover,
.button.button--text-cta a:focus,
.button.button--text-cta a:active,
a.button.button--text-cta:hover,
a.button.button--text-cta:focus,
a.button.button--text-cta:active {
    color: rgba(204, 0, 0, 1.0);
    fill: rgba(204, 0, 0, 1.0);
    text-decoration: underline;
}

.button.button--text-cta a svg path {transition: all ease .25s;   -moz-transition: all ease .25s;  -webkit-transition: all ease .25s;  -o-transition: all ease .25s;}
.button.button--text-cta span.btnIcon {width: 10px;display: block;line-height: 0;}
.button.button--text-cta span.btnIcon svg {width: 100%;height: auto;}

.button.button--text-cta a:hover svg path,
.button.button--text-cta a:focus svg path,
.button.button--text-cta a:active svg path,
a.button.button--text-cta:hover svg path,
a.button.button--text-cta:focus svg path,
a.button.button--text-cta:active svg path {
    fill: rgba(204, 0, 0, 1.0);
}

.button.button--text-cta.btn-small a,
a.button.button--text-cta.btn-small {
    padding: 0;
}

/* ── Button Sizing ───────────────────────────────────── */
button.btn-small,
a.button.btn-small, .button.btn-small a,
a.hs-button.btn-small, .cta_button.btn-small,
.button.button--secondary.btn-small a,
a.button.button--secondary.btn-small,
.button.button--secondary-alt.btn-small a,
a.button.button--secondary-alt.btn-small,
.button.button--primary-alt.btn-small a,
a.button.button--primary-alt.btn-small {
    font-size: 14px;
    padding: 15px 20px;
}

button.btn-large,
a.button.btn-large, .button.btn-large a,
a.hs-button.btn-large, .cta_button.btn-large,
.button.button--secondary.btn-large a,
a.button.button--secondary.btn-large,
.button.button--secondary-alt.btn-large a,
a.button.button--secondary-alt.btn-large,
.button.button--primary-alt.btn-large a,
a.button.button--primary-alt.btn-large {
    font-size: 18px;
    padding: 15px 45px;
}


@media (max-width: 991px){
    button,
    a.button, .button a,
    a.hs-button, .cta_button,
    .button.button--primary-alt a,
    a.button.button--primary-alt,
    .button.button--secondary a,
    a.button.button--secondary,
    .button.button--secondary-alt a,
    a.button.button--secondary-alt{
        padding: 15px 25.0px;
    }
    button.btn-small,
    a.button.btn-small, .button.btn-small a,
    a.hs-button.btn-small, .cta_button.btn-small,
    .button.button--secondary.btn-small a,
    a.button.button--secondary.btn-small,
    .button.button--secondary-alt.btn-small a,
    a.button.button--secondary-alt.btn-small,
    .button.button--primary-alt.btn-small a,
    a.button.button--primary-alt.btn-small {
        padding: 15px 20px;
    }

    button.btn-large,
    a.button.btn-large, .button.btn-large a,
    a.hs-button.btn-large, .cta_button.btn-large,
    .button.button--secondary.btn-large a,
    a.button.button--secondary.btn-large,
    .button.button--secondary-alt.btn-large a,
    a.button.button--secondary-alt.btn-large,
    .button.button--primary-alt.btn-large a,
    a.button.button--primary-alt.btn-large {
        padding: 15px 45px;
    }
}


@media (max-width: 767px){
    .button--text-cta a, .button--text-cta {
        display: inline-block !important;
    }

    .button--text-cta span.btnIcon {
        display: inline-block !important;
    }
    .button--text-cta {
        text-align: center;
        width: 100%;
    }
}

/* Base */

form {
    max-width: 100%;
}

.hs-form-field {
    position: relative;
}

/* Form Title */

.form-title {
    margin: 0;
}

.form-title ~ div > form {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/* Labels */

.hs-form-field > label {
    display: block;
    margin-bottom: 6px;
    text-align: left;
    width: auto;
    z-index: 1;
}

/* Inputs */

.input {
    position: relative;
}

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
input[type='file'],
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: 100% ;
}

select::-ms-expand {
    display: none;
}

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

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

/* Inputs - Checkbox/Radio */

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

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

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

/* Inputs - Select */

/* .hs-fieldtype-select .input:after {
content: '\25BE';
pointer-events: none;
position: absolute;
right: 1rem;
top: 50%;
transform: translateY(-50%);
} */

/* Inputs - Datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
    content: '\01F4C5';
    position: absolute;
    right: 1rem;
    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 {
    border-radius: 0 !important;
}

/* Inputs - File Picker */

input[type='file'] {
    font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    background-color: rgba(255, 255, 255, 0.0);
    border: 1px solid #DEDEDE;
    border-radius: 6px;
    color: #666666;
    font-size: 14px;
    padding: 15px 11px;
}


input[type="file" i]::-webkit-file-upload-button {
    font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    margin-right: 10px;
    font-weight: 500;
    background-color: #FF2200;
    border: 1px solid #FF2200;
    border-radius: 6px;
    color: #FFFFFF;
    font-size: 14px;
    padding: 10px 20px;
}

/* Headings and Text */

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

.hs-error-msg {
    margin-top: 0.375rem;
    font-size: small;
}

/* Submit */

form input[type='submit'],
form .hs-button {
    cursor: pointer;
    display: inline-block;
    margin: 0;
    text-align: center;
    transition: all 0.15s linear;
    white-space: normal;
    width: 100%;
}

/* Captcha */

.grecaptcha-badge {
    margin: 0 auto;
}

.hs-fieldtype-textarea .input {
    line-height: 0;
}

.hs-fieldtype-textarea.hs-input {
    min-height: 100px;
    width: 100%;
}

textarea.hs-input.hs-fieldtype-textarea {
    width: 100% !important;
}





form {
    float: none !important;
    max-width: 100%;
    position: relative;
    width: 100%
}


.hs_cos_wrapper_type_form,
.systems-page form,
.globalForm{
    background-color: rgba(255, 255, 255, 1.0);
    border: 1px solid #DEDEDE;
    border-radius: 12px;
    padding: 24px 24px;
    display: block;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
}

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

.formResetStyling .hs_cos_wrapper_type_form {
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}

/* Form Title */
.hs_error_rollup {
    display: none;
}
.form-title:empty{
    display: none;
}

.form-title {
    font-family: 'DM Serif Display', serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #000000;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

/* Labels */
.hs-form-field > label:has(span:empty) {
    margin: 0;
}

.hs-form-field > label,
.hs-form-field > label span {
    font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #000;
    font-size: 14px;
    padding: 0px 0px;
}

/* Help Text - Legends */

.hs-form-field legend {
    font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #666666;
    font-size: 12px;
}

/* Inputs */
.form-columns-1 select {
    width: 100% !important;
}

.form-columns-1 input {
    width: 100% !important;
}

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
select,
textarea {
    font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    background-color: rgba(255, 255, 255, 0.0);
    border: 1px solid #DEDEDE;
    border-radius: 6px;
    color: #666666;
    font-size: 14px;
    padding: 15px 11px;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='tel']:focus,
input[type='number']:focus,
select:focus,
textarea:focus{
    outline: none;
}

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

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

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

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

::placeholder {
    color: #B3B3B3;
}

/* Inputs - Checkbox/Radio */

form .inputs-list:not(.no-list) label,
form .inputs-list:not(.no-list) label > span,
form .inputs-list:not(.no-list) label > span p {
    font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #666666;
    font-size: 12px;
}

/* Inputs - Datepicker */

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

.hs-datepicker .is-selected button.pika-button {
    background-color: #FFDEB2;
}

.hs-datepicker button.pika-button:hover {
    background-color: #FF2200 !important;
}

/* Form Rich Text */

form .hs-richtext,
form .hs-richtext *,
form .hs-richtext p,
form .hs-richtext h1,
form .hs-richtext h2,
form .hs-richtext h3,
form .hs-richtext h4,
form .hs-richtext h5,
form .hs-richtext h6 {
    font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #B3B3B3;
    font-size: 14px;
}

/* GDPR Text */

.legal-consent-container,
.legal-consent-container .hs-richtext,
.legal-consent-container .hs-richtext p {
    font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #B3B3B3;
    font-size: 12px;
}

/* Validation */

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

.hs-error-msg {
    color: #EF6B51;
    display: inline-block;
}

form .hs_submit.hs-submit {
    margin-top: 18px;
}
/* Submit */



form input[type='submit'],
form .hs-button {
    font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
    background-color: rgba(255, 34, 0, 1.0);
    border: 1px solid #FF2200;
    border-radius: 6px;
    color: rgba(255, 255, 255, 1.0);
    fill: rgba(255, 255, 255, 1.0);
    padding: 15px 45px;
    text-transform: none;
}

form input[type='submit']:hover,
form input[type='submit']:focus,
form .hs-button:hover,
form .hs-button:focus {
    background-color: rgba(204, 0, 0, 1.0);
    border: 1px solid #CC0000;
    color: rgba(255, 255, 255, 1.0);
}

form input[type='submit']:active,
form .hs-button:active {
    background-color: rgba(255, 80, 80, 100);
    border: 1px solid #CC0000;
    border-color: #ff5050;
}





form input[type='submit'],
form .hs-button {
    font-size: 14px;
    padding: 15px 45px;
    line-height: 1;
}



/* Inline Thank You Message */
.submitted-message {
    background-color: rgba(255, 255, 255, 1.0);
    border: 1px solid #DEDEDE;
    border-radius: 12px;
    padding: 24px 24px;
    text-align: center;
}


.hs-search-field__button {
    margin-bottom: 0;
}

.hs-search-field__input {
    padding: 10px;
}



form .form-columns-2,form .form-columns-3,form .form-columns-1{max-width:100%!important;}

form .form-columns-3,form .form-columns-2{display:flex;flex-wrap:wrap;margin:0 -8px!important;max-width:initial!important;float:none!important;}
form .form-columns-3 >div,form .form-columns-2>div{margin-left:8px!important;margin-right:8px!important;}
form .form-columns-3 >div{width:calc(33.33% - 16px)!important;}
form .form-columns-2>div{width:calc(50% - 16px)!important;}
.input { margin: 0 !important;}



ul.inputs-list.multi-container { margin-top: 10px;display: flex;flex-wrap: wrap;gap: 15px;}
/* Radio Button Style */
/* .hs-form-radio{margin:0 0 10px!important;} */
.hs-form-radio label.hs-form-radio-display{display:flex;flex-wrap:wrap}
.hs-form-radio-display .hs-input{display:none}
.hs-form-radio label.hs-form-radio-display input+span{display:flex;flex-wrap:wrap;align-items:center;position:relative;padding-left:22px;}
.hs-form-radio label.hs-form-radio-display input+span:before{width:16px;height:16px;content:'';background-color:transparent;display:inline-block;border-radius:100%;margin-right:13px;transition:.5s ease all;border:1px solid #666666;position:absolute;left:0;top:1px;}
.hs-form-radio label.hs-form-radio-display input:checked+span:before{background-color:#666666;}
.hs-form-radio label.hs-form-radio-display input:checked+span:after{content:'';position:absolute;left:3px;width:10px;height:10px;background-color:#fff;top:4px;border-radius:100%;transition:.5s ease all}

/* Checkbox Style */
/* .hs-form-checkbox{margin:0 0 10px!important;} */
.hs-form-booleancheckbox{margin:0 0!important;}
.hs-form-checkbox label.hs-form-checkbox-display,.hs-form-booleancheckbox label.hs-form-booleancheckbox-display{display:flex;flex-wrap:wrap}
.hs-form-checkbox-display .hs-input,
.hs-form-booleancheckbox-display .hs-input{display:none}
.hs-form-checkbox label.hs-form-checkbox-display input+span,
.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input+span{position:relative;padding-left:22px;line-height: 1.5;}
.hs-form-checkbox label.hs-form-checkbox-display input+span:before,
.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input+span:before{content:'';background-color:transparent;display:inline-block;transition:.2s ease all;border:1px solid #666666;position:absolute;left:0;}
.hs-form-checkbox label.hs-form-checkbox-display input+span:before{top:1px;width:16px;height:16px;border-radius: 3px;}

.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input+span:before { width: 16px; height: 16px; border-radius: 3px;top: 1px;}
/* ul.inputs-list.multi-container li {width: auto;display: inline-block;} */


.hs-form-checkbox label.hs-form-checkbox-display input:checked+span:before,
.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input:checked+span:before{background-color:#666666;}
.hs-form-checkbox label.hs-form-checkbox-display input:checked+span:after,
.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input:checked+span:after{ content:'';display:block;position:absolute;left:6px;width:4px;height:8px;border:solid #ffffff;border-width:0 2px 2px 0;transform:rotate(45deg);transition:.2s ease all;}
.hs-form-checkbox label.hs-form-checkbox-display input:checked+span:after{top:4px;} 
.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input:checked+span:after { width: 4px; height: 8px; left: 6px; top: 4px;}
.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input+span { margin-left: 0; }
.legal-consent-container > div { margin-bottom: 18px; }


.hs_submit.hs-submit {
    margin-top: 0 !important;
}




@media(min-width:992px){
    ul.inputs-list.multi-container li {min-width: calc(50% - 10px);width: auto;}
}



@media (max-width: 991px){
    
    form input[type='submit'],
    form .hs-button {
        padding: 15px 25.0px;
    }

    

}


@media(max-width:767px){
    input[type='text'], input[type='email'], input[type='password'], input[type='tel'], input[type='number'], select, textarea {
        width: 100% !important;
    }
    form .form-columns-2>div,form .form-columns-3>div { width: 100% !important; }
    .hs-form-checkbox label.hs-form-checkbox-display input+span, .hs-form-booleancheckbox label.hs-form-booleancheckbox-display input+span {
        padding-left: 25px;
    }
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.5rem;
}

/* Table Cells */

th,
td {
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  vertical-align: bottom;
}
/* Logo */

.widget-type-logo img {
  height: auto;
  max-width: 100%;
}

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




.d-flex{display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}


.row{ display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-left: -12px; margin-right: -12px; }

[class*="col-"],
[class*="col-sm-"],
[class*="col-md-"],
[class*="col-lg-"],
[class*="col-xl-"],
[class*="col-xxl-"] { padding-left: 12px; padding-right: 12px; position: relative; width: 100%; }



.col-2{width:16.67%;}.col-3{width:25.00%;}.col-4{width:33.33%;}.col-5{width:41.67%;}.col-6{width:50.00%;}.col-7{width:58.33%;}.col-8{width:66.67%;}.col-9{width:75.00%;}.col-10{width:83.33%;}.col-12{width:100.00%;}





.text-left{text-align:left}
.text-center{text-align:center}
.text-right{text-align:right}


.d-none{display:none !important;}
.d-block{display:block !important;}



.mx--6{margin-left:-6px; margin-right:-6px}
.mx--12{margin-left:-12px; margin-right:-12px}



	
.justify-flex-start{ justify-content: flex-start; }
.justify-center{ justify-content: center; }
.justify-flex-end{ justify-content: flex-end; }
.justify-space-between{ justify-content: space-between; }
.justify-space-around{ justify-content: space-around; }
.justify-space-evenly{ justify-content: space-evenly; }
	
.align-flex-start{ align-items: flex-start; }
.align-center{ align-items: center; }
.align-baseline{ align-items: baseline; }
.align-flex-end{ align-items: flex-end; }
	
.direction-column{ flex-direction: column; }
.direction-column-reverse{ flex-direction: column-reverse; }
.direction-revert{ flex-direction: revert; }
.direction-row{ flex-direction: row; }
.direction-row-reverse{ flex-direction: row-reverse; }



.pt-0,.py-0{padding-top:0px;}
.pt-5,.py-5{padding-top:5px;}
.pt-10,.py-10{padding-top:10px;}
.pt-15,.py-15{padding-top:15px;}
.pt-20,.py-20{padding-top:20px;}
.pt-25,.py-25{padding-top:25px;}
.pt-30,.py-30{padding-top:30px;}
.pt-35,.py-35{padding-top:35px;}
.pt-40,.py-40{padding-top:40px;}
.pt-45,.py-45{padding-top:45px;}
.pt-50,.py-50{padding-top:50px;}
.pt-55,.py-55{padding-top:55px;}
.pt-60,.py-60{padding-top:60px;}
.pt-65,.py-65{padding-top:65px;}
.pt-70,.py-70{padding-top:70px;}
.pt-75,.py-75{padding-top:75px;}
.pt-80,.py-80{padding-top:80px;}
.pt-85,.py-85{padding-top:85px;}
.pt-90,.py-90{padding-top:90px;}
.pt-95,.py-95{padding-top:95px;}

.pb-0,.py-0{padding-bottom:0px;}
.pb-5,.py-5{padding-bottom:5px;}
.pb-10,.py-10{padding-bottom:10px;}
.pb-15,.py-15{padding-bottom:15px;}
.pb-20,.py-20{padding-bottom:20px;}
.pb-25,.py-25{padding-bottom:25px;}
.pb-30,.py-30{padding-bottom:30px;}
.pb-35,.py-35{padding-bottom:35px;}
.pb-40,.py-40{padding-bottom:40px;}
.pb-45,.py-45{padding-bottom:45px;}
.pb-50,.py-50{padding-bottom:50px;}
.pb-55,.py-55{padding-bottom:55px;}
.pb-60,.py-60{padding-bottom:60px;}
.pb-65,.py-65{padding-bottom:65px;}
.pb-70,.py-70{padding-bottom:70px;}
.pb-75,.py-75{padding-bottom:75px;}
.pb-80,.py-80{padding-bottom:80px;}
.pb-85,.py-85{padding-bottom:85px;}
.pb-90,.py-90{padding-bottom:90px;}
.pb-95,.py-95{padding-bottom:95px;}

.pl-5,.px-5{padding-left:5px;}
.pl-10,.px-10{padding-left:10px;}
.pl-15,.px-15{padding-left:15px;}
.pl-20,.px-20{padding-left:20px;}

.pr-5,.px-5{padding-right:5px;}
.pr-10,.px-10{padding-right:10px;}
.pr-15,.px-15{padding-right:15px;}
.pr-20,.px-20{padding-right:20px;}

.mt-0,.my-0{margin-top:0px;}
.mt-5,.my-5{margin-top:5px;}
.mt-10,.my-10{margin-top:10px;}
.mt-15,.my-15{margin-top:15px;}
.mt-20,.my-20{margin-top:20px;}
.mt-25,.my-25{margin-top:25px;}
.mt-30,.my-30{margin-top:30px;}
.mt-35,.my-35{margin-top:35px;}
.mt-40,.my-40{margin-top:40px;}
.mt-45,.my-45{margin-top:45px;}
.mt-50,.my-50{margin-top:50px;}
.mt-55,.my-55{margin-top:55px;}
.mt-60,.my-60{margin-top:60px;}
.mt-65,.my-65{margin-top:65px;}
.mt-70,.my-70{margin-top:70px;}
.mt-75,.my-75{margin-top:75px;}
.mt-80,.my-80{margin-top:80px;}
.mt-85,.my-85{margin-top:85px;}
.mt-90,.my-90{margin-top:90px;}
.mt-95,.my-95{margin-top:95px;}

.mb-0,.my-0{margin-bottom:0px;}
.mb-5,.my-5{margin-bottom:5px;}
.mb-10,.my-10{margin-bottom:10px;}
.mb-15,.my-15{margin-bottom:15px;}
.mb-20,.my-20{margin-bottom:20px;}
.mb-25,.my-25{margin-bottom:25px;}
.mb-30,.my-30{margin-bottom:30px;}
.mb-35,.my-35{margin-bottom:35px;}
.mb-40,.my-40{margin-bottom:40px;}
.mb-45,.my-45{margin-bottom:45px;}
.mb-50,.my-50{margin-bottom:50px;}
.mb-55,.my-55{margin-bottom:55px;}
.mb-60,.my-60{margin-bottom:60px;}
.mb-65,.my-65{margin-bottom:65px;}
.mb-70,.my-70{margin-bottom:70px;}
.mb-75,.my-75{margin-bottom:75px;}
.mb-80,.my-80{margin-bottom:80px;}
.mb-85,.my-85{margin-bottom:85px;}
.mb-90,.my-90{margin-bottom:90px;}
.mb-95,.my-95{margin-bottom:95px;}

.positionRelative{position:relative;}


/****** min-width-768 ******/
@media(min-width:768px){
    
	
	
.justify-md-flex-start{ justify-content: flex-start; }
.justify-md-center{ justify-content: center; }
.justify-md-flex-end{ justify-content: flex-end; }
.justify-md-space-between{ justify-content: space-between; }
.justify-md-space-around{ justify-content: space-around; }
.justify-md-space-evenly{ justify-content: space-evenly; }
	
.align-md-flex-start{ align-items: flex-start; }
.align-md-center{ align-items: center; }
.align-md-baseline{ align-items: baseline; }
.align-md-flex-end{ align-items: flex-end; }
	
.direction-md-column{ flex-direction: column; }
.direction-md-column-reverse{ flex-direction: column-reverse; }
.direction-md-revert{ flex-direction: revert; }
.direction-md-row{ flex-direction: row; }
.direction-md-row-reverse{ flex-direction: row-reverse; }

	
	.col-md-2{width:16.67%;}.col-md-3{width:25.00%;}.col-md-4{width:33.33%;}.col-md-5{width:41.67%;}.col-md-6{width:50.00%;}.col-md-7{width:58.33%;}.col-md-8{width:66.67%;}.col-md-9{width:75.00%;}.col-md-10{width:83.33%;}.col-md-12{width:100.00%;}
	
	

	
	.text-md-left{text-align:left}
	.text-md-center{text-align:center}
	.text-md-right{text-align:right}
    
    
    .d-md-none{display:none !important;}
.d-md-block{display:block !important;}

	
	
.pt-md-0,.py-md-0{padding-top:0px;}
.pt-md-5,.py-md-5{padding-top:5px;}
.pt-md-10,.py-md-10{padding-top:10px;}
.pt-md-15,.py-md-15{padding-top:15px;}
.pt-md-20,.py-md-20{padding-top:20px;}
.pt-md-25,.py-md-25{padding-top:25px;}
.pt-md-30,.py-md-30{padding-top:30px;}
.pt-md-35,.py-md-35{padding-top:35px;}
.pt-md-40,.py-md-40{padding-top:40px;}
.pt-md-45,.py-md-45{padding-top:45px;}
.pt-md-50,.py-md-50{padding-top:50px;}
.pt-md-55,.py-md-55{padding-top:55px;}
.pt-md-60,.py-md-60{padding-top:60px;}
.pt-md-65,.py-md-65{padding-top:65px;}
.pt-md-70,.py-md-70{padding-top:70px;}
.pt-md-75,.py-md-75{padding-top:75px;}
.pt-md-80,.py-md-80{padding-top:80px;}
.pt-md-85,.py-md-85{padding-top:85px;}
.pt-md-90,.py-md-90{padding-top:90px;}
.pt-md-95,.py-md-95{padding-top:95px;}
.pt-md-100,.py-md-100{padding-top:100px;}
.pt-md-105,.py-md-105{padding-top:105px;}
.pt-md-110,.py-md-110{padding-top:110px;}
.pt-md-115,.py-md-115{padding-top:115px;}
.pt-md-120,.py-md-120{padding-top:120px;}
.pt-md-125,.py-md-125{padding-top:125px;}
.pt-md-130,.py-md-130{padding-top:130px;}
.pt-md-135,.py-md-135{padding-top:135px;}
.pt-md-140,.py-md-140{padding-top:140px;}
.pt-md-145,.py-md-145{padding-top:145px;}
	
.pb-md-0,.py-md-0{padding-bottom:0px;}
.pb-md-5,.py-md-5{padding-bottom:5px;}
.pb-md-10,.py-md-10{padding-bottom:10px;}
.pb-md-15,.py-md-15{padding-bottom:15px;}
.pb-md-20,.py-md-20{padding-bottom:20px;}
.pb-md-25,.py-md-25{padding-bottom:25px;}
.pb-md-30,.py-md-30{padding-bottom:30px;}
.pb-md-35,.py-md-35{padding-bottom:35px;}
.pb-md-40,.py-md-40{padding-bottom:40px;}
.pb-md-45,.py-md-45{padding-bottom:45px;}
.pb-md-50,.py-md-50{padding-bottom:50px;}
.pb-md-55,.py-md-55{padding-bottom:55px;}
.pb-md-60,.py-md-60{padding-bottom:60px;}
.pb-md-65,.py-md-65{padding-bottom:65px;}
.pb-md-70,.py-md-70{padding-bottom:70px;}
.pb-md-75,.py-md-75{padding-bottom:75px;}
.pb-md-80,.py-md-80{padding-bottom:80px;}
.pb-md-85,.py-md-85{padding-bottom:85px;}
.pb-md-90,.py-md-90{padding-bottom:90px;}
.pb-md-95,.py-md-95{padding-bottom:95px;}
.pb-md-100,.py-md-100{padding-bottom:100px;}
.pb-md-105,.py-md-105{padding-bottom:105px;}
.pb-md-110,.py-md-110{padding-bottom:110px;}
.pb-md-115,.py-md-115{padding-bottom:115px;}
.pb-md-120,.py-md-120{padding-bottom:120px;}
.pb-md-125,.py-md-125{padding-bottom:125px;}
.pb-md-130,.py-md-130{padding-bottom:130px;}
.pb-md-135,.py-md-135{padding-bottom:135px;}
.pb-md-140,.py-md-140{padding-bottom:140px;}
.pb-md-145,.py-md-145{padding-bottom:145px;}
    
.pl-md-0,.px-md-0{padding-left:0px;}
.pl-md-5,.px-md-5{padding-left:5px;}
.pl-md-10,.px-md-10{padding-left:10px;}
.pl-md-15,.px-md-15{padding-left:15px;}
.pl-md-20,.px-md-20{padding-left:20px;}
.pl-md-25,.px-md-25{padding-left:25px;}
.pl-md-30,.px-md-30{padding-left:30px;}
.pl-md-35,.px-md-35{padding-left:35px;}
.pl-md-40,.px-md-40{padding-left:40px;}
.pl-md-45,.px-md-45{padding-left:45px;}
.pl-md-50,.px-md-50{padding-left:50px;}
.pl-md-55,.px-md-55{padding-left:55px;}
.pl-md-60,.px-md-60{padding-left:60px;}
.pl-md-65,.px-md-65{padding-left:65px;}
.pl-md-70,.px-md-70{padding-left:70px;}
.pl-md-75,.px-md-75{padding-left:75px;}
.pl-md-80,.px-md-80{padding-left:80px;}
.pl-md-85,.px-md-85{padding-left:85px;}
.pl-md-90,.px-md-90{padding-left:90px;}
.pl-md-95,.px-md-95{padding-left:95px;}
.pl-md-100,.px-md-100{padding-left:100px;}
.pl-md-105,.px-md-105{padding-left:105px;}
.pl-md-110,.px-md-110{padding-left:110px;}
.pl-md-115,.px-md-115{padding-left:115px;}
.pl-md-120,.px-md-120{padding-left:120px;}
.pl-md-125,.px-md-125{padding-left:125px;}
.pl-md-130,.px-md-130{padding-left:130px;}
.pl-md-135,.px-md-135{padding-left:135px;}
.pl-md-140,.px-md-140{padding-left:140px;}
.pl-md-145,.px-md-145{padding-left:145px;}
	
.pr-md-0,.px-md-0{padding-right:0px;}
.pr-md-5,.px-md-5{padding-right:5px;}
.pr-md-10,.px-md-10{padding-right:10px;}
.pr-md-15,.px-md-15{padding-right:15px;}
.pr-md-20,.px-md-20{padding-right:20px;}
.pr-md-25,.px-md-25{padding-right:25px;}
.pr-md-30,.px-md-30{padding-right:30px;}
.pr-md-35,.px-md-35{padding-right:35px;}
.pr-md-40,.px-md-40{padding-right:40px;}
.pr-md-45,.px-md-45{padding-right:45px;}
.pr-md-50,.px-md-50{padding-right:50px;}
.pr-md-55,.px-md-55{padding-right:55px;}
.pr-md-60,.px-md-60{padding-right:60px;}
.pr-md-65,.px-md-65{padding-right:65px;}
.pr-md-70,.px-md-70{padding-right:70px;}
.pr-md-75,.px-md-75{padding-right:75px;}
.pr-md-80,.px-md-80{padding-right:80px;}
.pr-md-85,.px-md-85{padding-right:85px;}
.pr-md-90,.px-md-90{padding-right:90px;}
.pr-md-95,.px-md-95{padding-right:95px;}
.pr-md-100,.px-md-100{padding-right:100px;}
.pr-md-105,.px-md-105{padding-right:105px;}
.pr-md-110,.px-md-110{padding-right:110px;}
.pr-md-115,.px-md-115{padding-right:115px;}
.pr-md-120,.px-md-120{padding-right:120px;}
.pr-md-125,.px-md-125{padding-right:125px;}
.pr-md-130,.px-md-130{padding-right:130px;}
.pr-md-135,.px-md-135{padding-right:135px;}
.pr-md-140,.px-md-140{padding-right:140px;}
.pr-md-145,.px-md-145{padding-right:145px;}

	
.mt-md-0,.my-md-0{margin-top:0px;}
.mt-md-5,.my-md-5{margin-top:5px;}
.mt-md-10,.my-md-10{margin-top:10px;}
.mt-md-15,.my-md-15{margin-top:15px;}
.mt-md-20,.my-md-20{margin-top:20px;}
.mt-md-25,.my-md-25{margin-top:25px;}
.mt-md-30,.my-md-30{margin-top:30px;}
.mt-md-35,.my-md-35{margin-top:35px;}
.mt-md-40,.my-md-40{margin-top:40px;}
.mt-md-45,.my-md-45{margin-top:45px;}
.mt-md-50,.my-md-50{margin-top:50px;}
.mt-md-55,.my-md-55{margin-top:55px;}
.mt-md-60,.my-md-60{margin-top:60px;}
.mt-md-65,.my-md-65{margin-top:65px;}
.mt-md-70,.my-md-70{margin-top:70px;}
.mt-md-75,.my-md-75{margin-top:75px;}
.mt-md-80,.my-md-80{margin-top:80px;}
.mt-md-85,.my-md-85{margin-top:85px;}
.mt-md-90,.my-md-90{margin-top:90px;}
.mt-md-95,.my-md-95{margin-top:95px;}
.mt-md-100,.my-md-100{margin-top:100px;}
.mt-md-105,.my-md-105{margin-top:105px;}
.mt-md-110,.my-md-110{margin-top:110px;}
.mt-md-115,.my-md-115{margin-top:115px;}
.mt-md-120,.my-md-120{margin-top:120px;}
.mt-md-125,.my-md-125{margin-top:125px;}
.mt-md-130,.my-md-130{margin-top:130px;}
.mt-md-135,.my-md-135{margin-top:135px;}
.mt-md-140,.my-md-140{margin-top:140px;}
.mt-md-145,.my-md-145{margin-top:145px;}
	
.mb-md-0,.my-md-0{margin-bottom:0px;}
.mb-md-5,.my-md-5{margin-bottom:5px;}
.mb-md-10,.my-md-10{margin-bottom:10px;}
.mb-md-15,.my-md-15{margin-bottom:15px;}
.mb-md-20,.my-md-20{margin-bottom:20px;}
.mb-md-25,.my-md-25{margin-bottom:25px;}
.mb-md-30,.my-md-30{margin-bottom:30px;}
.mb-md-35,.my-md-35{margin-bottom:35px;}
.mb-md-40,.my-md-40{margin-bottom:40px;}
.mb-md-45,.my-md-45{margin-bottom:45px;}
.mb-md-50,.my-md-50{margin-bottom:50px;}
.mb-md-55,.my-md-55{margin-bottom:55px;}
.mb-md-60,.my-md-60{margin-bottom:60px;}
.mb-md-65,.my-md-65{margin-bottom:65px;}
.mb-md-70,.my-md-70{margin-bottom:70px;}
.mb-md-75,.my-md-75{margin-bottom:75px;}
.mb-md-80,.my-md-80{margin-bottom:80px;}
.mb-md-85,.my-md-85{margin-bottom:85px;}
.mb-md-90,.my-md-90{margin-bottom:90px;}
.mb-md-95,.my-md-95{margin-bottom:95px;}
.mb-md-100,.my-md-100{margin-bottom:100px;}
.mb-md-105,.my-md-105{margin-bottom:105px;}
.mb-md-110,.my-md-110{margin-bottom:110px;}
.mb-md-115,.my-md-115{margin-bottom:115px;}
.mb-md-120,.my-md-120{margin-bottom:120px;}
.mb-md-125,.my-md-125{margin-bottom:125px;}
.mb-md-130,.my-md-130{margin-bottom:130px;}
.mb-md-135,.my-md-135{margin-bottom:135px;}
.mb-md-140,.my-md-140{margin-bottom:140px;}
.mb-md-145,.my-md-145{margin-bottom:145px;}

        .px-md-40{padding-left: 40px;padding-right: 40px;}
}

/****** min-width-992 ******/
@media(min-width:992px){

	
	.text-lg-left{text-align:left}
	.text-lg-center{text-align:center}
	.text-lg-right{text-align:right}
    
     
    .d-lg-none{display:none !important;}
.d-lg-block{display:block !important;}

	
	.col-lg-2{width:16.67%;}.col-lg-3{width:25.00%;}.col-lg-4{width:33.33%;}.col-lg-5{width:41.67%;}.col-lg-6{width:50.00%;}.col-lg-7{width:58.33%;}.col-lg-8{width:66.67%;}.col-lg-9{width:75.00%;}.col-lg-10{width:83.33%;}.col-lg-12{width:100.00%;}
	
	
	
	
.pt-lg-0,.py-lg-0{padding-top:0px;}
.pt-lg-5,.py-lg-5{padding-top:5px;}
.pt-lg-10,.py-lg-10{padding-top:10px;}
.pt-lg-15,.py-lg-15{padding-top:15px;}
.pt-lg-20,.py-lg-20{padding-top:20px;}
.pt-lg-25,.py-lg-25{padding-top:25px;}
.pt-lg-30,.py-lg-30{padding-top:30px;}
.pt-lg-35,.py-lg-35{padding-top:35px;}
.pt-lg-40,.py-lg-40{padding-top:40px;}
.pt-lg-45,.py-lg-45{padding-top:45px;}
.pt-lg-50,.py-lg-50{padding-top:50px;}
.pt-lg-55,.py-lg-55{padding-top:55px;}
.pt-lg-60,.py-lg-60{padding-top:60px;}
.pt-lg-65,.py-lg-65{padding-top:65px;}
.pt-lg-70,.py-lg-70{padding-top:70px;}
.pt-lg-75,.py-lg-75{padding-top:75px;}
.pt-lg-80,.py-lg-80{padding-top:80px;}
.pt-lg-85,.py-lg-85{padding-top:85px;}
.pt-lg-90,.py-lg-90{padding-top:90px;}
.pt-lg-95,.py-lg-95{padding-top:95px;}
.pt-lg-100,.py-lg-100{padding-top:100px;}
.pt-lg-105,.py-lg-105{padding-top:105px;}
.pt-lg-110,.py-lg-110{padding-top:110px;}
.pt-lg-115,.py-lg-115{padding-top:115px;}
.pt-lg-120,.py-lg-120{padding-top:120px;}
.pt-lg-125,.py-lg-125{padding-top:125px;}
.pt-lg-130,.py-lg-130{padding-top:130px;}
.pt-lg-135,.py-lg-135{padding-top:135px;}
.pt-lg-140,.py-lg-140{padding-top:140px;}
.pt-lg-145,.py-lg-145{padding-top:145px;}
.pt-lg-150,.py-lg-150{padding-top:150px;}
	
.pb-lg-0,.py-lg-0{padding-bottom:0px;}
.pb-lg-5,.py-lg-5{padding-bottom:5px;}
.pb-lg-10,.py-lg-10{padding-bottom:10px;}
.pb-lg-15,.py-lg-15{padding-bottom:15px;}
.pb-lg-20,.py-lg-20{padding-bottom:20px;}
.pb-lg-25,.py-lg-25{padding-bottom:25px;}
.pb-lg-30,.py-lg-30{padding-bottom:30px;}
.pb-lg-35,.py-lg-35{padding-bottom:35px;}
.pb-lg-40,.py-lg-40{padding-bottom:40px;}
.pb-lg-45,.py-lg-45{padding-bottom:45px;}
.pb-lg-50,.py-lg-50{padding-bottom:50px;}
.pb-lg-55,.py-lg-55{padding-bottom:55px;}
.pb-lg-60,.py-lg-60{padding-bottom:60px;}
.pb-lg-65,.py-lg-65{padding-bottom:65px;}
.pb-lg-70,.py-lg-70{padding-bottom:70px;}
.pb-lg-75,.py-lg-75{padding-bottom:75px;}
.pb-lg-80,.py-lg-80{padding-bottom:80px;}
.pb-lg-85,.py-lg-85{padding-bottom:85px;}
.pb-lg-90,.py-lg-90{padding-bottom:90px;}
.pb-lg-95,.py-lg-95{padding-bottom:95px;}
.pb-lg-100,.py-lg-100{padding-bottom:100px;}
.pb-lg-105,.py-lg-105{padding-bottom:105px;}
.pb-lg-110,.py-lg-110{padding-bottom:110px;}
.pb-lg-115,.py-lg-115{padding-bottom:115px;}
.pb-lg-120,.py-lg-120{padding-bottom:120px;}
.pb-lg-125,.py-lg-125{padding-bottom:125px;}
.pb-lg-130,.py-lg-130{padding-bottom:130px;}
.pb-lg-135,.py-lg-135{padding-bottom:135px;}
.pb-lg-140,.py-lg-140{padding-bottom:140px;}
.pb-lg-145,.py-lg-145{padding-bottom:145px;}
.pb-lg-150,.py-lg-150{padding-bottom:150px;}
    
.pl-lg-0,.px-md-0{padding-left:0px;}
.pl-lg-5,.px-md-5{padding-left:5px;}
.pl-lg-10,.px-md-10{padding-left:10px;}
.pl-lg-15,.px-md-15{padding-left:15px;}
.pl-lg-20,.px-md-20{padding-left:20px;}
.pl-lg-25,.px-md-25{padding-left:25px;}
.pl-lg-30,.px-md-30{padding-left:30px;}
.pl-lg-35,.px-md-35{padding-left:35px;}
.pl-lg-40,.px-md-40{padding-left:40px;}
.pl-lg-45,.px-md-45{padding-left:45px;}
.pl-lg-50,.px-md-50{padding-left:50px;}
.pl-lg-55,.px-md-55{padding-left:55px;}
.pl-lg-60,.px-md-60{padding-left:60px;}
.pl-lg-65,.px-md-65{padding-left:65px;}
.pl-lg-70,.px-md-70{padding-left:70px;}
.pl-lg-75,.px-md-75{padding-left:75px;}
.pl-lg-80,.px-md-80{padding-left:80px;}
.pl-lg-85,.px-md-85{padding-left:85px;}
.pl-lg-90,.px-md-90{padding-left:90px;}
.pl-lg-95,.px-md-95{padding-left:95px;}
.pl-lg-100,.px-md-100{padding-left:100px;}
.pl-lg-105,.px-md-105{padding-left:105px;}
.pl-lg-110,.px-md-110{padding-left:110px;}
.pl-lg-115,.px-md-115{padding-left:115px;}
.pl-lg-120,.px-md-120{padding-left:120px;}
.pl-lg-125,.px-md-125{padding-left:125px;}
.pl-lg-130,.px-md-130{padding-left:130px;}
.pl-lg-135,.px-md-135{padding-left:135px;}
.pl-lg-140,.px-md-140{padding-left:140px;}
.pl-lg-145,.px-md-145{padding-left:145px;}
	
.pr-lg-0,.px-md-0{padding-right:0px;}
.pr-lg-5,.px-md-5{padding-right:5px;}
.pr-lg-10,.px-md-10{padding-right:10px;}
.pr-lg-15,.px-md-15{padding-right:15px;}
.pr-lg-20,.px-md-20{padding-right:20px;}
.pr-lg-25,.px-md-25{padding-right:25px;}
.pr-lg-30,.px-md-30{padding-right:30px;}
.pr-lg-35,.px-md-35{padding-right:35px;}
.pr-lg-40,.px-md-40{padding-right:40px;}
.pr-lg-45,.px-md-45{padding-right:45px;}
.pr-lg-50,.px-md-50{padding-right:50px;}
.pr-lg-55,.px-md-55{padding-right:55px;}
.pr-lg-60,.px-md-60{padding-right:60px;}
.pr-lg-65,.px-md-65{padding-right:65px;}
.pr-lg-70,.px-md-70{padding-right:70px;}
.pr-lg-75,.px-md-75{padding-right:75px;}
.pr-lg-80,.px-md-80{padding-right:80px;}
.pr-lg-85,.px-md-85{padding-right:85px;}
.pr-lg-90,.px-md-90{padding-right:90px;}
.pr-lg-95,.px-md-95{padding-right:95px;}
.pr-lg-100,.px-md-100{padding-right:100px;}
.pr-lg-105,.px-md-105{padding-right:105px;}
.pr-lg-110,.px-md-110{padding-right:110px;}
.pr-lg-115,.px-md-115{padding-right:115px;}
.pr-lg-120,.px-md-120{padding-right:120px;}
.pr-lg-125,.px-md-125{padding-right:125px;}
.pr-lg-130,.px-md-130{padding-right:130px;}
.pr-lg-135,.px-md-135{padding-right:135px;}
.pr-lg-140,.px-md-140{padding-right:140px;}
.pr-lg-145,.px-md-145{padding-right:145px;}
    
	
.mt-lg-0,.my-lg-0{margin-top:0px;}
.mt-lg-5,.my-lg-5{margin-top:5px;}
.mt-lg-10,.my-lg-10{margin-top:10px;}
.mt-lg-15,.my-lg-15{margin-top:15px;}
.mt-lg-20,.my-lg-20{margin-top:20px;}
.mt-lg-25,.my-lg-25{margin-top:25px;}
.mt-lg-30,.my-lg-30{margin-top:30px;}
.mt-lg-35,.my-lg-35{margin-top:35px;}
.mt-lg-40,.my-lg-40{margin-top:40px;}
.mt-lg-45,.my-lg-45{margin-top:45px;}
.mt-lg-50,.my-lg-50{margin-top:50px;}
.mt-lg-55,.my-lg-55{margin-top:55px;}
.mt-lg-60,.my-lg-60{margin-top:60px;}
.mt-lg-65,.my-lg-65{margin-top:65px;}
.mt-lg-70,.my-lg-70{margin-top:70px;}
.mt-lg-75,.my-lg-75{margin-top:75px;}
.mt-lg-80,.my-lg-80{margin-top:80px;}
.mt-lg-85,.my-lg-85{margin-top:85px;}
.mt-lg-90,.my-lg-90{margin-top:90px;}
.mt-lg-95,.my-lg-95{margin-top:95px;}
.mt-lg-100,.my-lg-100{margin-top:100px;}
.mt-lg-105,.my-lg-105{margin-top:105px;}
.mt-lg-110,.my-lg-110{margin-top:110px;}
.mt-lg-115,.my-lg-115{margin-top:115px;}
.mt-lg-120,.my-lg-120{margin-top:120px;}
.mt-lg-125,.my-lg-125{margin-top:125px;}
.mt-lg-130,.my-lg-130{margin-top:130px;}
.mt-lg-135,.my-lg-135{margin-top:135px;}
.mt-lg-140,.my-lg-140{margin-top:140px;}
.mt-lg-145,.my-lg-145{margin-top:145px;}
.mt-lg-150,.my-lg-150{margin-top:150px;}
	
.mb-lg-0,.my-lg-0{margin-bottom:0px;}
.mb-lg-5,.my-lg-5{margin-bottom:5px;}
.mb-lg-10,.my-lg-10{margin-bottom:10px;}
.mb-lg-15,.my-lg-15{margin-bottom:15px;}
.mb-lg-20,.my-lg-20{margin-bottom:20px;}
.mb-lg-25,.my-lg-25{margin-bottom:25px;}
.mb-lg-30,.my-lg-30{margin-bottom:30px;}
.mb-lg-35,.my-lg-35{margin-bottom:35px;}
.mb-lg-40,.my-lg-40{margin-bottom:40px;}
.mb-lg-45,.my-lg-45{margin-bottom:45px;}
.mb-lg-50,.my-lg-50{margin-bottom:50px;}
.mb-lg-55,.my-lg-55{margin-bottom:55px;}
.mb-lg-60,.my-lg-60{margin-bottom:60px;}
.mb-lg-65,.my-lg-65{margin-bottom:65px;}
.mb-lg-70,.my-lg-70{margin-bottom:70px;}
.mb-lg-75,.my-lg-75{margin-bottom:75px;}
.mb-lg-80,.my-lg-80{margin-bottom:80px;}
.mb-lg-85,.my-lg-85{margin-bottom:85px;}
.mb-lg-90,.my-lg-90{margin-bottom:90px;}
.mb-lg-95,.my-lg-95{margin-bottom:95px;}
.mb-lg-100,.my-lg-100{margin-bottom:100px;}
.mb-lg-105,.my-lg-105{margin-bottom:105px;}
.mb-lg-110,.my-lg-110{margin-bottom:110px;}
.mb-lg-115,.my-lg-115{margin-bottom:115px;}
.mb-lg-120,.my-lg-120{margin-bottom:120px;}
.mb-lg-125,.my-lg-125{margin-bottom:125px;}
.mb-lg-130,.my-lg-130{margin-bottom:130px;}
.mb-lg-135,.my-lg-135{margin-bottom:135px;}
.mb-lg-140,.my-lg-140{margin-bottom:140px;}
.mb-lg-145,.my-lg-145{margin-bottom:145px;}
.mb-lg-150,.my-lg-150{margin-bottom:150px;}


}

/****** min-width-1200 ******/
@media(min-width:1200px){

	
	.text-xl-left{text-align:left}
	.text-xl-center{text-align:center}
	.text-xl-right{text-align:right}
    
    
    .d-xl-none{display:none !important;}
.d-xl-block{display:block !important;}

	
	.col-xl-2{width:16.67%;}.col-xl-3{width:25.00%;}.col-xl-4{width:33.33%;}.col-xl-5{width:41.67%;}.col-xl-6{width:50.00%;}.col-xl-7{width:58.33%;}.col-xl-8{width:66.67%;}.col-xl-9{width:75.00%;}.col-xl-10{width:83.33%;}.col-xl-12{width:100.00%;}
	
	
	
	
.pt-xl-0,.py-xl-0{padding-top:0px;}
.pt-xl-5,.py-xl-5{padding-top:5px;}
.pt-xl-10,.py-xl-10{padding-top:10px;}
.pt-xl-15,.py-xl-15{padding-top:15px;}
.pt-xl-20,.py-xl-20{padding-top:20px;}
.pt-xl-25,.py-xl-25{padding-top:25px;}
.pt-xl-30,.py-xl-30{padding-top:30px;}
.pt-xl-35,.py-xl-35{padding-top:35px;}
.pt-xl-40,.py-xl-40{padding-top:40px;}
.pt-xl-45,.py-xl-45{padding-top:45px;}
.pt-xl-50,.py-xl-50{padding-top:50px;}
.pt-xl-55,.py-xl-55{padding-top:55px;}
.pt-xl-60,.py-xl-60{padding-top:60px;}
.pt-xl-65,.py-xl-65{padding-top:65px;}
.pt-xl-70,.py-xl-70{padding-top:70px;}
.pt-xl-75,.py-xl-75{padding-top:75px;}
.pt-xl-80,.py-xl-80{padding-top:80px;}
.pt-xl-85,.py-xl-85{padding-top:85px;}
.pt-xl-90,.py-xl-90{padding-top:90px;}
.pt-xl-95,.py-xl-95{padding-top:95px;}
.pt-xl-100,.py-xl-100{padding-top:100px;}
.pt-xl-105,.py-xl-105{padding-top:105px;}
.pt-xl-110,.py-xl-110{padding-top:110px;}
.pt-xl-115,.py-xl-115{padding-top:115px;}
.pt-xl-120,.py-xl-120{padding-top:120px;}
.pt-xl-125,.py-xl-125{padding-top:125px;}
.pt-xl-130,.py-xl-130{padding-top:130px;}
.pt-xl-135,.py-xl-135{padding-top:135px;}
.pt-xl-140,.py-xl-140{padding-top:140px;}
.pt-xl-145,.py-xl-145{padding-top:145px;}
.pt-xl-150,.py-xl-150{padding-top:150px;}
	
.pb-xl-0,.py-xl-0{padding-bottom:0px;}
.pb-xl-5,.py-xl-5{padding-bottom:5px;}
.pb-xl-10,.py-xl-10{padding-bottom:10px;}
.pb-xl-15,.py-xl-15{padding-bottom:15px;}
.pb-xl-20,.py-xl-20{padding-bottom:20px;}
.pb-xl-25,.py-xl-25{padding-bottom:25px;}
.pb-xl-30,.py-xl-30{padding-bottom:30px;}
.pb-xl-35,.py-xl-35{padding-bottom:35px;}
.pb-xl-40,.py-xl-40{padding-bottom:40px;}
.pb-xl-45,.py-xl-45{padding-bottom:45px;}
.pb-xl-50,.py-xl-50{padding-bottom:50px;}
.pb-xl-55,.py-xl-55{padding-bottom:55px;}
.pb-xl-60,.py-xl-60{padding-bottom:60px;}
.pb-xl-65,.py-xl-65{padding-bottom:65px;}
.pb-xl-70,.py-xl-70{padding-bottom:70px;}
.pb-xl-75,.py-xl-75{padding-bottom:75px;}
.pb-xl-80,.py-xl-80{padding-bottom:80px;}
.pb-xl-85,.py-xl-85{padding-bottom:85px;}
.pb-xl-90,.py-xl-90{padding-bottom:90px;}
.pb-xl-95,.py-xl-95{padding-bottom:95px;}
.pb-xl-100,.py-xl-100{padding-bottom:100px;}
.pb-xl-105,.py-xl-105{padding-bottom:105px;}
.pb-xl-110,.py-xl-110{padding-bottom:110px;}
.pb-xl-115,.py-xl-115{padding-bottom:115px;}
.pb-xl-120,.py-xl-120{padding-bottom:120px;}
.pb-xl-125,.py-xl-125{padding-bottom:125px;}
.pb-xl-130,.py-xl-130{padding-bottom:130px;}
.pb-xl-135,.py-xl-135{padding-bottom:135px;}
.pb-xl-140,.py-xl-140{padding-bottom:140px;}
.pb-xl-145,.py-xl-145{padding-bottom:145px;}
.pb-xl-150,.py-xl-150{padding-bottom:150px;}
    
.pl-xl-0,.px-xl-0{padding-left:0px;}
.pl-xl-5,.px-xl-5{padding-left:5px;}
.pl-xl-10,.px-xl-10{padding-left:10px;}
.pl-xl-15,.px-xl-15{padding-left:15px;}
.pl-xl-20,.px-xl-20{padding-left:20px;}
.pl-xl-25,.px-xl-25{padding-left:25px;}
.pl-xl-30,.px-xl-30{padding-left:30px;}
.pl-xl-35,.px-xl-35{padding-left:35px;}
.pl-xl-40,.px-xl-40{padding-left:40px;}
.pl-xl-45,.px-xl-45{padding-left:45px;}
	
.pr-xl-0,.px-xl-0{padding-right:0px;}
.pr-xl-5,.px-xl-5{padding-right:5px;}
.pr-xl-10,.px-xl-10{padding-right:10px;}
.pr-xl-15,.px-xl-15{padding-right:15px;}
.pr-xl-20,.px-xl-20{padding-right:20px;}
.pr-xl-25,.px-xl-25{padding-right:25px;}
.pr-xl-30,.px-xl-30{padding-right:30px;}
.pr-xl-35,.px-xl-35{padding-right:35px;}
.pr-xl-40,.px-xl-40{padding-right:40px;}
.pr-xl-45,.px-xl-45{padding-right:45px;}

	
.mt-xl-0,.my-xl-0{margin-top:0px;}
.mt-xl-5,.my-xl-5{margin-top:5px;}
.mt-xl-10,.my-xl-10{margin-top:10px;}
.mt-xl-15,.my-xl-15{margin-top:15px;}
.mt-xl-20,.my-xl-20{margin-top:20px;}
.mt-xl-25,.my-xl-25{margin-top:25px;}
.mt-xl-30,.my-xl-30{margin-top:30px;}
.mt-xl-35,.my-xl-35{margin-top:35px;}
.mt-xl-40,.my-xl-40{margin-top:40px;}
.mt-xl-45,.my-xl-45{margin-top:45px;}
.mt-xl-50,.my-xl-50{margin-top:50px;}
.mt-xl-55,.my-xl-55{margin-top:55px;}
.mt-xl-60,.my-xl-60{margin-top:60px;}
.mt-xl-65,.my-xl-65{margin-top:65px;}
.mt-xl-70,.my-xl-70{margin-top:70px;}
.mt-xl-75,.my-xl-75{margin-top:75px;}
.mt-xl-80,.my-xl-80{margin-top:80px;}
.mt-xl-85,.my-xl-85{margin-top:85px;}
.mt-xl-90,.my-xl-90{margin-top:90px;}
.mt-xl-95,.my-xl-95{margin-top:95px;}
.mt-xl-100,.my-xl-100{margin-top:100px;}
.mt-xl-105,.my-xl-105{margin-top:105px;}
.mt-xl-110,.my-xl-110{margin-top:110px;}
.mt-xl-115,.my-xl-115{margin-top:115px;}
.mt-xl-120,.my-xl-120{margin-top:120px;}
.mt-xl-125,.my-xl-125{margin-top:125px;}
.mt-xl-130,.my-xl-130{margin-top:130px;}
.mt-xl-135,.my-xl-135{margin-top:135px;}
.mt-xl-140,.my-xl-140{margin-top:140px;}
.mt-xl-145,.my-xl-145{margin-top:145px;}
.mt-xl-150,.my-xl-150{margin-top:150px;}
	
.mb-xl-0,.my-xl-0{margin-bottom:0px;}
.mb-xl-5,.my-xl-5{margin-bottom:5px;}
.mb-xl-10,.my-xl-10{margin-bottom:10px;}
.mb-xl-15,.my-xl-15{margin-bottom:15px;}
.mb-xl-20,.my-xl-20{margin-bottom:20px;}
.mb-xl-25,.my-xl-25{margin-bottom:25px;}
.mb-xl-30,.my-xl-30{margin-bottom:30px;}
.mb-xl-35,.my-xl-35{margin-bottom:35px;}
.mb-xl-40,.my-xl-40{margin-bottom:40px;}
.mb-xl-45,.my-xl-45{margin-bottom:45px;}
.mb-xl-50,.my-xl-50{margin-bottom:50px;}
.mb-xl-55,.my-xl-55{margin-bottom:55px;}
.mb-xl-60,.my-xl-60{margin-bottom:60px;}
.mb-xl-65,.my-xl-65{margin-bottom:65px;}
.mb-xl-70,.my-xl-70{margin-bottom:70px;}
.mb-xl-75,.my-xl-75{margin-bottom:75px;}
.mb-xl-80,.my-xl-80{margin-bottom:80px;}
.mb-xl-85,.my-xl-85{margin-bottom:85px;}
.mb-xl-90,.my-xl-90{margin-bottom:90px;}
.mb-xl-95,.my-xl-95{margin-bottom:95px;}
.mb-xl-100,.my-xl-100{margin-bottom:100px;}
.mb-xl-105,.my-xl-105{margin-bottom:105px;}
.mb-xl-110,.my-xl-110{margin-bottom:110px;}
.mb-xl-115,.my-xl-115{margin-bottom:115px;}
.mb-xl-120,.my-xl-120{margin-bottom:120px;}
.mb-xl-125,.my-xl-125{margin-bottom:125px;}
.mb-xl-130,.my-xl-130{margin-bottom:130px;}
.mb-xl-135,.my-xl-135{margin-bottom:135px;}
.mb-xl-140,.my-xl-140{margin-bottom:140px;}
.mb-xl-145,.my-xl-145{margin-bottom:145px;}
.mb-xl-150,.my-xl-150{margin-bottom:150px;}


}

/****** min-width-1440 ******/
@media(min-width:1440px){

	
	.text-xxl-left{text-align:left}
	.text-xxl-center{text-align:center}
	.text-xxl-right{text-align:right}
    
    
    .d-xxl-none{display:none !important;}
.d-xxl-block{display:block !important;}

	
	.col-xxl-2{width:16.67%;}.col-xxl-3{width:25.00%;}.col-xxl-4{width:33.33%;}.col-xxl-5{width:41.67%;}.col-xxl-6{width:50.00%;}.col-xxl-7{width:58.33%;}.col-xxl-8{width:66.67%;}.col-xxl-9{width:75.00%;}.col-xxl-10{width:83.33%;}.col-xxl-12{width:100.00%;}
	
	

	
	
.pt-xxl-0,.py-xxl-0{padding-top:0px;}
.pt-xxl-5,.py-xxl-5{padding-top:5px;}
.pt-xxl-10,.py-xxl-10{padding-top:10px;}
.pt-xxl-15,.py-xxl-15{padding-top:15px;}
.pt-xxl-20,.py-xxl-20{padding-top:20px;}
.pt-xxl-25,.py-xxl-25{padding-top:25px;}
.pt-xxl-30,.py-xxl-30{padding-top:30px;}
.pt-xxl-35,.py-xxl-35{padding-top:35px;}
.pt-xxl-40,.py-xxl-40{padding-top:40px;}
.pt-xxl-45,.py-xxl-45{padding-top:45px;}
.pt-xxl-50,.py-xxl-50{padding-top:50px;}
.pt-xxl-55,.py-xxl-55{padding-top:55px;}
.pt-xxl-60,.py-xxl-60{padding-top:60px;}
.pt-xxl-65,.py-xxl-65{padding-top:65px;}
.pt-xxl-70,.py-xxl-70{padding-top:70px;}
.pt-xxl-75,.py-xxl-75{padding-top:75px;}
.pt-xxl-80,.py-xxl-80{padding-top:80px;}
.pt-xxl-85,.py-xxl-85{padding-top:85px;}
.pt-xxl-90,.py-xxl-90{padding-top:90px;}
.pt-xxl-95,.py-xxl-95{padding-top:95px;}
.pt-xxl-100,.py-xxl-100{padding-top:100px;}
.pt-xxl-105,.py-xxl-105{padding-top:105px;}
.pt-xxl-110,.py-xxl-110{padding-top:110px;}
.pt-xxl-115,.py-xxl-115{padding-top:115px;}
.pt-xxl-120,.py-xxl-120{padding-top:120px;}
.pt-xxl-125,.py-xxl-125{padding-top:125px;}
.pt-xxl-130,.py-xxl-130{padding-top:130px;}
.pt-xxl-135,.py-xxl-135{padding-top:135px;}
.pt-xxl-140,.py-xxl-140{padding-top:140px;}
.pt-xxl-145,.py-xxl-145{padding-top:145px;}
.pt-xxl-150,.py-xxl-150{padding-top:150px;}
	
.pb-xxl-0,.py-xxl-0{padding-bottom:0px;}
.pb-xxl-5,.py-xxl-5{padding-bottom:5px;}
.pb-xxl-10,.py-xxl-10{padding-bottom:10px;}
.pb-xxl-15,.py-xxl-15{padding-bottom:15px;}
.pb-xxl-20,.py-xxl-20{padding-bottom:20px;}
.pb-xxl-25,.py-xxl-25{padding-bottom:25px;}
.pb-xxl-30,.py-xxl-30{padding-bottom:30px;}
.pb-xxl-35,.py-xxl-35{padding-bottom:35px;}
.pb-xxl-40,.py-xxl-40{padding-bottom:40px;}
.pb-xxl-45,.py-xxl-45{padding-bottom:45px;}
.pb-xxl-50,.py-xxl-50{padding-bottom:50px;}
.pb-xxl-55,.py-xxl-55{padding-bottom:55px;}
.pb-xxl-60,.py-xxl-60{padding-bottom:60px;}
.pb-xxl-65,.py-xxl-65{padding-bottom:65px;}
.pb-xxl-70,.py-xxl-70{padding-bottom:70px;}
.pb-xxl-75,.py-xxl-75{padding-bottom:75px;}
.pb-xxl-80,.py-xxl-80{padding-bottom:80px;}
.pb-xxl-85,.py-xxl-85{padding-bottom:85px;}
.pb-xxl-90,.py-xxl-90{padding-bottom:90px;}
.pb-xxl-95,.py-xxl-95{padding-bottom:95px;}
.pb-xxl-100,.py-xxl-100{padding-bottom:100px;}
.pb-xxl-105,.py-xxl-105{padding-bottom:105px;}
.pb-xxl-110,.py-xxl-110{padding-bottom:110px;}
.pb-xxl-115,.py-xxl-115{padding-bottom:115px;}
.pb-xxl-120,.py-xxl-120{padding-bottom:120px;}
.pb-xxl-125,.py-xxl-125{padding-bottom:125px;}
.pb-xxl-130,.py-xxl-130{padding-bottom:130px;}
.pb-xxl-135,.py-xxl-135{padding-bottom:135px;}
.pb-xxl-140,.py-xxl-140{padding-bottom:140px;}
.pb-xxl-145,.py-xxl-145{padding-bottom:145px;}
.pb-xxl-150,.py-xxl-150{padding-bottom:150px;}
    
.pl-xxl-0,.px-xxl-0{padding-left:0px;}
.pl-xxl-5,.px-xxl-5{padding-left:5px;}
.pl-xxl-10,.px-xxl-10{padding-left:10px;}
.pl-xxl-15,.px-xxl-15{padding-left:15px;}
.pl-xxl-20,.px-xxl-20{padding-left:20px;}
.pl-xxl-25,.px-xxl-25{padding-left:25px;}
.pl-xxl-30,.px-xxl-30{padding-left:30px;}
.pl-xxl-35,.px-xxl-35{padding-left:35px;}
.pl-xxl-40,.px-xxl-40{padding-left:40px;}
.pl-xxl-45,.px-xxl-45{padding-left:45px;}
	
.pr-xxl-0,.px-xxl-0{padding-right:0px;}
.pr-xxl-5,.px-xxl-5{padding-right:5px;}
.pr-xxl-10,.px-xxl-10{padding-right:10px;}
.pr-xxl-15,.px-xxl-15{padding-right:15px;}
.pr-xxl-20,.px-xxl-20{padding-right:20px;}
.pr-xxl-25,.px-xxl-25{padding-right:25px;}
.pr-xxl-30,.px-xxl-30{padding-right:30px;}
.pr-xxl-35,.px-xxl-35{padding-right:35px;}
.pr-xxl-40,.px-xxl-40{padding-right:40px;}
.pr-xxl-45,.px-xxl-45{padding-right:45px;}

	
.mt-xxl-0,.my-xxl-0{margin-top:0px;}
.mt-xxl-5,.my-xxl-5{margin-top:5px;}
.mt-xxl-10,.my-xxl-10{margin-top:10px;}
.mt-xxl-15,.my-xxl-15{margin-top:15px;}
.mt-xxl-20,.my-xxl-20{margin-top:20px;}
.mt-xxl-25,.my-xxl-25{margin-top:25px;}
.mt-xxl-30,.my-xxl-30{margin-top:30px;}
.mt-xxl-35,.my-xxl-35{margin-top:35px;}
.mt-xxl-40,.my-xxl-40{margin-top:40px;}
.mt-xxl-45,.my-xxl-45{margin-top:45px;}
.mt-xxl-50,.my-xxl-50{margin-top:50px;}
.mt-xxl-55,.my-xxl-55{margin-top:55px;}
.mt-xxl-60,.my-xxl-60{margin-top:60px;}
.mt-xxl-65,.my-xxl-65{margin-top:65px;}
.mt-xxl-70,.my-xxl-70{margin-top:70px;}
.mt-xxl-75,.my-xxl-75{margin-top:75px;}
.mt-xxl-80,.my-xxl-80{margin-top:80px;}
.mt-xxl-85,.my-xxl-85{margin-top:85px;}
.mt-xxl-90,.my-xxl-90{margin-top:90px;}
.mt-xxl-95,.my-xxl-95{margin-top:95px;}
.mt-xxl-100,.my-xxl-100{margin-top:100px;}
.mt-xxl-105,.my-xxl-105{margin-top:105px;}
.mt-xxl-110,.my-xxl-110{margin-top:110px;}
.mt-xxl-115,.my-xxl-115{margin-top:115px;}
.mt-xxl-120,.my-xxl-120{margin-top:120px;}
.mt-xxl-125,.my-xxl-125{margin-top:125px;}
.mt-xxl-130,.my-xxl-130{margin-top:130px;}
.mt-xxl-135,.my-xxl-135{margin-top:135px;}
.mt-xxl-140,.my-xxl-140{margin-top:140px;}
.mt-xxl-145,.my-xxl-145{margin-top:145px;}
.mt-xxl-150,.my-xxl-150{margin-top:150px;}
	
.mb-xxl-0,.my-xxl-0{margin-bottom:0px;}
.mb-xxl-5,.my-xxl-5{margin-bottom:5px;}
.mb-xxl-10,.my-xxl-10{margin-bottom:10px;}
.mb-xxl-15,.my-xxl-15{margin-bottom:15px;}
.mb-xxl-20,.my-xxl-20{margin-bottom:20px;}
.mb-xxl-25,.my-xxl-25{margin-bottom:25px;}
.mb-xxl-30,.my-xxl-30{margin-bottom:30px;}
.mb-xxl-35,.my-xxl-35{margin-bottom:35px;}
.mb-xxl-40,.my-xxl-40{margin-bottom:40px;}
.mb-xxl-45,.my-xxl-45{margin-bottom:45px;}
.mb-xxl-50,.my-xxl-50{margin-bottom:50px;}
.mb-xxl-55,.my-xxl-55{margin-bottom:55px;}
.mb-xxl-60,.my-xxl-60{margin-bottom:60px;}
.mb-xxl-65,.my-xxl-65{margin-bottom:65px;}
.mb-xxl-70,.my-xxl-70{margin-bottom:70px;}
.mb-xxl-75,.my-xxl-75{margin-bottom:75px;}
.mb-xxl-80,.my-xxl-80{margin-bottom:80px;}
.mb-xxl-85,.my-xxl-85{margin-bottom:85px;}
.mb-xxl-90,.my-xxl-90{margin-bottom:90px;}
.mb-xxl-95,.my-xxl-95{margin-bottom:95px;}
.mb-xxl-100,.my-xxl-100{margin-bottom:100px;}
.mb-xxl-105,.my-xxl-105{margin-bottom:105px;}
.mb-xxl-110,.my-xxl-110{margin-bottom:110px;}
.mb-xxl-115,.my-xxl-115{margin-bottom:115px;}
.mb-xxl-120,.my-xxl-120{margin-bottom:120px;}
.mb-xxl-125,.my-xxl-125{margin-bottom:125px;}
.mb-xxl-130,.my-xxl-130{margin-bottom:130px;}
.mb-xxl-135,.my-xxl-135{margin-bottom:135px;}
.mb-xxl-140,.my-xxl-140{margin-bottom:140px;}
.mb-xxl-145,.my-xxl-145{margin-bottom:145px;}
.mb-xxl-150,.my-xxl-150{margin-bottom:150px;}

}



@media(max-width:767px){


	
	
.mobilept-0,.mobilepy-0{padding-top:0px;}
.mobilept-5,.mobilepy-5{padding-top:5px;}
.mobilept-10,.mobilepy-10{padding-top:10px;}
.mobilept-15,.mobilepy-15{padding-top:15px;}
.mobilept-20,.mobilepy-20{padding-top:20px;}
.mobilept-25,.mobilepy-25{padding-top:25px;}
.mobilept-30,.mobilepy-30{padding-top:30px;}
.mobilept-35,.mobilepy-35{padding-top:35px;}
.mobilept-40,.mobilepy-40{padding-top:40px;}
.mobilept-45,.mobilepy-45{padding-top:45px;}
.mobilept-50,.mobilepy-50{padding-top:50px;}
.mobilept-55,.mobilepy-55{padding-top:55px;}
.mobilept-60,.mobilepy-60{padding-top:60px;}
.mobilept-65,.mobilepy-65{padding-top:65px;}
.mobilept-70,.mobilepy-70{padding-top:70px;}
.mobilept-75,.mobilepy-75{padding-top:75px;}
.mobilept-80,.mobilepy-80{padding-top:80px;}
	
	
.mobilepb-0,.mobilepy-0{padding-bottom:0px;}
.mobilepb-5,.mobilepy-5{padding-bottom:5px;}
.mobilepb-10,.mobilepy-10{padding-bottom:10px;}
.mobilepb-15,.mobilepy-15{padding-bottom:15px;}
.mobilepb-20,.mobilepy-20{padding-bottom:20px;}
.mobilepb-25,.mobilepy-25{padding-bottom:25px;}
.mobilepb-30,.mobilepy-30{padding-bottom:30px;}
.mobilepb-35,.mobilepy-35{padding-bottom:35px;}
.mobilepb-40,.mobilepy-40{padding-bottom:40px;}
.mobilepb-45,.mobilepy-45{padding-bottom:45px;}
.mobilepb-50,.mobilepy-50{padding-bottom:50px;}
.mobilepb-55,.mobilepy-55{padding-bottom:55px;}
.mobilepb-60,.mobilepy-60{padding-bottom:60px;}
.mobilepb-65,.mobilepy-65{padding-bottom:65px;}
.mobilepb-70,.mobilepy-70{padding-bottom:70px;}
.mobilepb-75,.mobilepy-75{padding-bottom:75px;}
.mobilepb-80,.mobilepy-80{padding-bottom:80px;}
    
.mobilepl-0,.mobilepx-0{padding-left:0px;}
.mobilepl-5,.mobilepx-5{padding-left:5px;}
.mobilepl-10,.mobilepx-10{padding-left:10px;}
.mobilepl-15,.mobilepx-15{padding-left:15px;}
.mobilepl-20,.mobilepx-20{padding-left:20px;}
.mobilepl-25,.mobilepx-25{padding-left:25px;}
.mobilepl-30,.mobilepx-30{padding-left:30px;}
.mobilepl-35,.mobilepx-35{padding-left:35px;}
.mobilepl-40,.mobilepx-40{padding-left:40px;}
.mobilepl-45,.mobilepx-45{padding-left:45px;}
    
    
.mobilepr-0,.mobilepx-0{padding-right:0px;}
.mobilepr-5,.mobilepx-5{padding-right:5px;}
.mobilepr-10,.mobilepx-10{padding-right:10px;}
.mobilepr-15,.mobilepx-15{padding-right:15px;}
.mobilepr-20,.mobilepx-20{padding-right:20px;}
.mobilepr-25,.mobilepx-25{padding-right:25px;}
.mobilepr-30,.mobilepx-30{padding-right:30px;}
.mobilepr-35,.mobilepx-35{padding-right:35px;}
.mobilepr-40,.mobilepx-40{padding-right:40px;}
.mobilepr-45,.mobilepx-45{padding-right:45px;}

  
	
.mobilemt-0,.mobilemy-0{margin-top:0px;}
.mobilemt-5,.mobilemy-5{margin-top:5px;}
.mobilemt-10,.mobilemy-10{margin-top:10px;}
.mobilemt-15,.mobilemy-15{margin-top:15px;}
.mobilemt-20,.mobilemy-20{margin-top:20px;}
.mobilemt-25,.mobilemy-25{margin-top:25px;}
.mobilemt-30,.mobilemy-30{margin-top:30px;}
.mobilemt-35,.mobilemy-35{margin-top:35px;}
.mobilemt-40,.mobilemy-40{margin-top:40px;}
.mobilemt-45,.mobilemy-45{margin-top:45px;}
.mobilemt-50,.mobilemy-50{margin-top:50px;}
.mobilemt-55,.mobilemy-55{margin-top:55px;}
.mobilemt-60,.mobilemy-60{margin-top:60px;}
.mobilemt-65,.mobilemy-65{margin-top:65px;}
.mobilemt-70,.mobilemy-70{margin-top:70px;}
.mobilemt-75,.mobilemy-75{margin-top:75px;}
.mobilemt-80,.mobilemy-80{margin-top:80px;}
	
	
.mobilemb-0,.mobilemy-0{margin-bottom:0px;}
.mobilemb-5,.mobilemy-5{margin-bottom:5px;}
.mobilemb-10,.mobilemy-10{margin-bottom:10px;}
.mobilemb-15,.mobilemy-15{margin-bottom:15px;}
.mobilemb-20,.mobilemy-20{margin-bottom:20px;}
.mobilemb-25,.mobilemy-25{margin-bottom:25px;}
.mobilemb-30,.mobilemy-30{margin-bottom:30px;}
.mobilemb-35,.mobilemy-35{margin-bottom:35px;}
.mobilemb-40,.mobilemy-40{margin-bottom:40px;}
.mobilemb-45,.mobilemy-45{margin-bottom:45px;}
.mobilemb-50,.mobilemy-50{margin-bottom:50px;}
.mobilemb-55,.mobilemy-55{margin-bottom:55px;}
.mobilemb-60,.mobilemy-60{margin-bottom:60px;}
.mobilemb-65,.mobilemy-65{margin-bottom:65px;}
.mobilemb-70,.mobilemy-70{margin-bottom:70px;}
.mobilemb-75,.mobilemy-75{margin-bottom:75px;}
.mobilemb-80,.mobilemy-80{margin-bottom:80px;}

	
	.mw25{width:25%;}.mw33{width:33.33%;}.mw50{width:50%;}.mw100{width:100%;}

	

	/******* Text Alignments  *******/    
	.mobile-left{text-align:left}
	.mobile-center{text-align:center}
	.mobile-right{text-align:right}
	/******* Text Alignments  *******/ 
    
     
    .d-mobile-none{display:none !important;}
.d-mobile-block{display:block !important;}


}
.baseModuleStyle{position:relative;}
 .baseModuleParent{position:relative; z-index:5}

.baseModuleOverlay{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index:3;}


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

.headerSection { background-color: rgba(0, 0, 0, 1.0);  }
.themelight .headerSection { background-color: #FFFFFF; }
/* Header content */


header.headerSection { padding: 30px 0; position: fixed; left: 0; top:46px;transition: top 0.15s ease; width: 100%; z-index:1001; }
.headerOutter.hidetopbar header.headerSection {top: 0 !important;}
/* header.headerSection.scrolling_down {padding: 20px 0;} */
.navigationParent { width: 100%;}
.headerParent { display: flex; flex-wrap: wrap; align-items: center; }
.headerLogo { width: 104px; }
.headerNavigation { display: flex; padding-left: 43px;width: calc(100% - 104px); }
.headerOutter {
    position: relative;
}
body.themedark .headerOutter:after {
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 200px;
    z-index: -9;
    content: '';
}
/* Submenus */
.submenu{float:none;list-style:none;margin:0;padding:0;}
.megaMenu {background-color: #121212;box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.10);}

.themelight .megaMenu {background-color: #FFFFFF;border-bottom: 1px solid #DEDEDE;box-shadow:none;}

/* HubSpot Editor Styles */
.hs-inline-edit .submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.hs-inline-edit > li.has-submenu.focus .submenu.level-2{visibility:hidden;}

ul.submenu.level-2 li { margin: 0; padding: 0;}
ul.submenu.level-2 li a { display: block;}

.navigation-primary input[type=checkbox] { display: none;}

/* Color // Main Navigation */

.navigation-primary .level-1 > li > a {
    font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 14px; color: rgba(204, 204, 204, 1.0); text-transform: capitalize;
    position: relative;
}
.themelight .navigation-primary .level-1 > li > a {color: #666666;}
/* Main Navigation - Child Menus */
.navigation-primary .submenu:not(.level-1) .menu-link {
    font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none; color: rgba(255, 255, 255, 1); font-size: 14px; text-transform: none;
}

/* Header Sticky */
.headerSticky .headerSection{position:fixed; top:0px; left:0; width:100%; animation:headerAnim 0.5s;}
header.headerSection.headerSticky { position: fixed; top: 0 !IMPORTANT; left: 0; width: 100%;}
@keyframes headerAnim { from {transform : translateY(-100%) } to {transform : translateY(0%)}}
/* End Header Sticky */
.headerTopBar{color:#FFFFFF;letter-spacing:0.33px;padding:12px 0;background:#FF2200;}
.headerTopBar a{color:#FFFFFF;}
.headerTopBarInner{position:relative;}
.headerTopBarInner .right{position:absolute;right:0;top:50%;transform:translateY(-50%);height:19px;}
/* .headerTopBarInner .left{max-width:calc(100% - 30px);} */
.headerTopBarInner .right button{background:#fff0;padding:0;border:0!important;border-radius:0;}
.headerTopBar{transition:all 0.3s ease;overflow:hidden;}
.headerOutter.hidetopbar .headerTopBar{height:0;padding:0;opacity:0;transition: transform 0.3s ease;} 
.headerOutter .header-right-side{display:flex;align-items:center;gap:15px;flex-wrap: wrap;}
.headerOutter .search-container{display:flex;align-items:center;background-color:#F5F5F5;border-radius:6px;padding:0px 0 0 10px;}
.headerOutter .search-container input{border:none;background:transparent;margin-left:8px;outline:none;font-size:13px;width:100%;padding-left:0;padding:13px 12px 13px 0;}
.headerOutter span.search-icon{display:flex;}
.headerOutter .theme-toggle{cursor:pointer;width:62px;height:32px;background-color:#FFFFFF;border-radius:40px;position:relative;display:flex;align-items:center;padding:0 6px;border: 1px solid #121212;}
.headerOutter .toggle-track{display:flex;justify-content:space-between;width:100%;font-size:12px;}
.headerOutter .toggle-thumb{position:absolute;height:28px;width:28px;background-color:#121212;border-radius:50%;left:29px;transition:0.3s;top:50%;transform:translateY(-50%);}
.headerOutter span.sun-icon,.headerOutter span.moon-icon{position:relative;z-index:1;}
.headerTopBarInner .right button svg path {
    stroke: #FFFFFF;;
}
.theme-toggle:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.megaMenuInner-body-left {
    width: 38%;
}
.megaMenuInner-body-center {
    width: 40%;
}
.megaMenuInner-body-right {
    width: 22%;
    border-left: 1px solid #222222;
}
.center-loop-inner .center-loop {
    border-bottom: 1px solid #222222;
    position: relative;
}
.megaMenuInner-topbar {
    background-color: #1E1E1E;
    border-bottom: 1px solid #222222;
}
.megaMenuInner-body-left-inner {
    background-color: #1E1E1E;
    border: 1px solid #222222;
}
.megaMenuInner-body-right .right-box-inner {
    background-color: #222222;
    border: 1px solid #222222;
}
.themelight .megaMenuInner-topbar {
    background-color: #F5F5F5;
    border-bottom: 1px solid #DEDEDE;
}
.themelight .megaMenuInner-body-right { 
    border-left: 1px solid #DEDEDE;
}
.themelight .center-loop-inner .center-loop {
     border-bottom: 1px solid #DEDEDE;
}
.themelight .megaMenuInner-body-left-inner {
    background-color: #F5F5F5;
    border: 1px solid #DEDEDE;
}
.themelight .megaMenuInner-body-right .right-box-inner {
    background-color: #FFFFFF;
    border: 1px solid #DEDEDE;
}
.themelight .megaMenuInner-left-heading.evara-text--white.h3 {
    color: #000000;
}
.themelight .megaMenuInner-left-content.evara-text--neutral-200 {
    color: #555555;
}
.themelight .megaMenuInner-left-line.evara-bg--neutral-700,.themelight .megaMenuInner-right-line.evara-bg--neutral-700 {
    background-color: #DEDEDE;
}
.themelight .pillars-inner .pillar.evara-bg--neutral-700 {
    border: 1px solid #DEDEDE;
    background:#FFFFFF;
}
.themelight .pillars-inner .pillar-text.evara-text--white,.themelight .megaMenuInner-center-loop .center-loop-inner .title.evara-text--white {
    color: #000000;
}
.themelight .megaMenuInner-center-loop .center-loop-inner .desc.evara-text--neutral-300 {
    color: #666666;
}
.themelight .megaMenuInner-body-right .right-box-inner .desc.evara-text--neutral-200 {
    color: #555555;
}
.themelight .megaMenuInner-body-right .right-box-inner .tag {
    color: #B87359;
    background-color: #FFDEB2;
}

.pillars-inner .pillar {
   border-radius: 0px 4px 4px 0;
    display: flex;
    align-items: center;
    position: relative;
}
/* .pillars-inner .pillar .left-border {
    width: 3px;
    height: 28px;
    
} */
.evara-bg--neutral-700 {
    background-color: #222222;
}
.right-box-inner .tag { background-color: #B87359;border-radius:4px;}
.megaMenuInner-left-line,.megaMenuInner-right-line {
    height: 1px;
}
.center-loop-inner .center-loop .center-loop-inner-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.megaMenuInner-right-box .btn-wrapper .btn-first a, .megaMenuInner-body-left-inner .btn-second a {
    font-size: 14px;
    text-align:left;
}
.megaMenuInner-right-box  .title-left-border {
   position: relative;
   
}
.megaMenuInner-right-box .title-left-border:after {
    position: absolute;
    content: '';
    width: 3px;
    background:#FF2200;
    height: 36px;
    top: 50%;
    transform: translateY(-50%);
}

@media(min-width:1200px){
    .headerOutter .search-container {width:180px;}
   
.headerOutter  .has-submenu a.menu-link {
    padding-right: 13px;
    margin-right: 0 !important;
}

    .headerSection.isMegaMenuEnable { padding: 0;}
    .navigationRight,.navigationParentInner { display: flex; flex-wrap: wrap; align-items: center;justify-content: space-between; } 

    /* Navigation Wrapper */
    .navigation-primary{display:inline-block;float:right;}

    /* Top Level Menu Items */
    .submenu.level-1{display:inline-block;}
    .submenu.level-1 > li{display:inline-block;margin:0;padding: 10px 13px;position:relative;text-transform:capitalize;}
   .headerSection.isMegaMenuEnable .submenu.level-1 > li{padding:42px 0;} 
    .headerSection.scrolling_down.isMegaMenuEnable .submenu.level-1 > li{padding:32px 0;} 
    .headerSection.isMegaMenuEnable .submenu.level-1 > li > a {margin:0 13px;} 
/*     .headerSection.scrolling_down.isMegaMenuEnable .submenu.level-1 > li > a{padding:0 13px;}  */
    
    
    /* Active Menu Item Styles */
    .navigation-primary .submenu.level-1 > li > a.active-item{position:relative;}
/*     .navigation-primary .submenu.level-1 > li > a.active-item:after{background-color:#1d1d1d;bottom:-3px;content:'';height:2px;left:0;position:absolute;width:100%;} */

    /* Top Level Menu Items Icon */
    .navigation-primary .level-1 > .has-submenu .menu-link:after{content: "∨";position: absolute;top: 2px;height: 12px;color: #CCCCCC;font-size: 10px;right: 3px;}
    .themelight .navigation-primary .level-1 > .has-submenu .menu-link:after { color: #666666;}
    .navigation-primary .level-1 > .has-submenu:hover .menu-link:after {color:rgba(255, 34, 0, 1);}
    .themelight .navigation-primary .level-1 > .has-submenu:after {color: #666666;}
    .navigation-primary .level-1 > .has-submenu:hover:after {color:#FF2200;}
    .navigation-primary .level-1 > .has-submenu.active-item:after{border-color:#fff transparent transparent;}
    .navigation-primary .level-1 > .has-submenu:hover:after,
    .navigation-primary .level-1 > .has-submenu:focus:after,
    .navigation-primary .level-1 > .has-submenu.focus:after,
    .navigation-primary .level-1 > .has-submenu.active-item:hover:after{border-color:transparent transparent #fff;border-width:0 5px 5px;}

    /* Menu Items With Children */
    .navigation-primary ul.submenu.level-2 li a{padding: 10px 15px 10px 15px;}
    .navigation-primary .submenu.level-2{ left:0; top:100% }
    .navigation-primary .submenu.level-2,.navigation-primary .submenu.level-3{ border:none; min-width:200px; border-radius: 6px;opacity:0; position:absolute; z-index:2; width: 100%; visibility: hidden; -webkit-transition: opacity ease .4s; -moz-transition: opacity ease .4s; transition: opacity ease .4s; display: block; pointer-events: none; }
    .navigation-primary .submenu.level-3{top:0;}

    /* Submenu Level One Visibility */
    .navigation-primary .submenu.level-1 > li:hover .submenu.level-2,
    .navigation-primary .submenu.level-1 > li.focus .submenu.level-2{left:0;opacity:1;  visibility: visible; pointer-events: inherit !important;}
    .navigation-primary .submenu.level-1 > li:last-child .submenu.level-2{left:auto;right:0;}

    /* Submenu Level Two Visibility */
    .navigation-primary .submenu.level-2 > li .submenu.level-3{left:100%;}
    .navigation-primary .submenu.level-2 > li:hover .submenu.level-3,
    .navigation-primary .submenu.level-2 > li.focus .submenu.level-3{opacity:1;visibility: visible; pointer-events: inherit !important;}

    /* prettier-ignore */

    .navigation-primary .submenu.level-1 > li:last-child .submenu.level-2 .menu-item .submenu.level-3{left:auto;right:100%;}

    .navigationParent,.navigation-primary .submenu{ display: block !important;}

    /*   Theme Color   */
/*     .navigation-primary .level-1 > li > a:after {position: absolute;content: '';width: 0;height: 1px;background: rgba(255, 34, 0, 1);bottom: 0;left: 0;transition: width 0.3s ease;}
    /* Main Navigation */ */
    /*     .navigation-primary .level-1 > .has-submenu:after { border-color: rgba(204, 204, 204, 1.0) transparent transparent transparent; } */
    .navigation-primary .level-1 > li:hover,
    .navigation-primary .level-1 > li:focus { background-color: rgba(255, 34, 0, 0.0); }
    .navigation-primary .level-1 > li:hover > a,
    .navigation-primary .level-1 > li:focus > a { color: rgba(255, 34, 0, 1);}
/*     .navigation-primary .level-1 > li:hover > a:after,.navigation-primary .level-1 > li:focus > a:after {
        width: 100%;

    } */
    .navigation-primary .level-1 > .has-submenu:hover:after,
    .navigation-primary .level-1 > .has-submenu:focus:after,
    .navigation-primary .level-1 > li.has-submenu.active-item:hover:after,
    .navigation-primary .level-1 > li.has-submenu.active-item:focus:after { border-color: transparent transparent rgba(255, 34, 0, 1) transparent; }
    .navigation-primary .level-1 > li:active { background-color: rgba(255, 34, 0, 0.0); }
    .navigation-primary .level-1 > li:active > a { color: rgba(255, 34, 0, 1); }
    .navigation-primary .level-1 > .has-submenu:active:after,
    .navigation-primary .level-1 > li.has-submenu.active-item:active:after { border-color: transparent transparent rgba(255, 34, 0, 1) transparent; }

    .navigation-primary .level-1 > li.active-item { background-color: rgba(255, 34, 0, 0.0); }
    .navigation-primary .level-1 > li.active-item > a { color: rgba(255, 34, 0, 1); }
    .navigation-primary .level-1 > li.has-submenu.active-item:after { border-color: rgba(255, 34, 0, 1) transparent transparent transparent; }
     .navigation-primary .submenu.level-1 > li > a.active-item:after { color: rgba(255, 34, 0, 1);} 

    /* Main Navigation - Child Menus */
    .navigation-primary .submenu:not(.level-1) { background-color: rgba(255, 34, 0, 1.0); }
    .navigation-primary .submenu:not(.level-1) .menu-item:hover > a,
    .navigation-primary .submenu:not(.level-1) .menu-item:focus  > a { background-color: rgba(255, 34, 0, 1.0);color: #B3B3B3;  }
    .navigation-primary .submenu:not(.level-1) .menu-item:hover > a,
    .navigation-primary .submenu:not(.level-1) .menu-item:focus > a {color: #B3B3B3; }
    .navigation-primary .submenu:not(.level-1) .menu-item:active { background-color: rgba(255, 34, 0, 1.0); }
    .navigation-primary .submenu:not(.level-1) .menu-item:active > a { color: #B3B3B3; }

    button.childExpand {padding: 0;background: none;border: none;display: inherit;}
    .mobile-layout {display:none;}
   
}

@media(max-width:1199px){
    
    .headerOutter.hidetopbar .headerSticky .navigationParent {height: calc(100vh - 60px);}

    /*-=-=-=-  Expand Menu   -=-=-=*/ 
    body.openMenu { overflow: hidden; }
    /*   .headerOutter {height: 74px;} */
    /*-=-=-=-  Expand Menu   -=-=-=*/
    .expandMenu {width: 40px; border-radius: 6px;height: 40px; display: block; cursor: pointer; padding: 3px;  z-index:999; }
    .expandMenu i { position: relative; width: 30px; top: 5px; left: 0; border-radius: 5px; height: 4px; opacity: 1; display: block; background-color: #FF2200; margin: 6px auto; transition: all ease .3s; -webkit-transition: all ease .3s; -moz-transition: all ease .3s; }
    .expandMenu i:first-child { margin-top: 0; }
    .expandMenu.active i:first-child { transform: rotate(135deg); -webkit-transform: rotate(135deg); top: 16px; position: relative;}
    .expandMenu.active i:nth-child(2) { position: relative; left: -46px; opacity: 0;}
    .expandMenu.active i:last-child { transform: rotate(-135deg); -webkit-transform: rotate(-135deg); top: -4px; position: relative;}

    /*-=-=-=- Mobile Submenu Icon -=-=-=*/
    .childExpand { position: absolute; top: 5px; z-index: 999; display: inline-block; right: 22px; width: 36px; text-align: center; height: 36px; margin: 0; padding: 5px; cursor: pointer; }
    .childExpand i { position:relative; width: 18px; left:0; height: 1px; opacity:1; display: block; background: rgba(255, 255, 255, 1); top:4px; margin: 8px auto; transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -moz-transition:all ease 0.3s; }
    .themelight .childExpand i  {background: #666666;}
    .childExpand i + i { position: relative; transform: rotate(90deg); -moz-transform: rotate(90deg); -webkit-transform: rotate(90deg); top: -4px; }
    .childExpand.open i { transform: rotate(180deg); -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); }
    .childExpand.open i+i { transform: rotate(360deg); -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); }


    /*-=-=-=-  Header Section   -=-=-=*/
    header.headerSection { padding: 15px 0; }
    .navigationParent { display: none; left: 0; position: absolute; top: 100%; width: 100%; height: 89vh; overflow: auto; }
    .navigation-primary .submenu:not(.level-1),.navigation-primary .megaMenu { display: none;}
    .navigation-primary .submenu.level-1 > li { margin: 0; padding: 0; } 
    .navigation-primary .submenu.level-1 > li > a { padding: 12px 15px; display: block; }

    /*-=-=-=-  Second Level   -=-=-=*/
    .navigation-primary .menu-item { position: relative; }
    .navigation-primary .submenu li:not(first-child):before { content: ''; position: absolute; top: 0; width: 100%; height: 1px; background-color: rgba(255,255,255,0.1); }
    .navigation-primary ul.submenu.level-2 > li > a{padding: 12px 15px 12px 25px;}
    .navigation-primary ul.submenu.level-3 > li > a{padding: 12px 15px 12px 35px;}

    /*-=-=-=-  End Header Section   -=-=-=*/

    /*   Button   */
    .navigationRight { padding: 18px 15px 12px; display: flex; flex-wrap: wrap;}
     /*   Color   */
    .themelight .navigationParent{background-color:#FFFFFF;}
    .navigationParent{background-color:#000000;}
    .themelight .navigation-primary .level-1 > li > a { color: #666666;}
    .navigation-primary .level-1 > li > a { color: rgba(255, 255, 255, 1);}
    .navigation-primary .has-submenu.activeMenu > a,
    .menu-item a:hover { background-color:;}

    .headerNavigation {justify-content: end;}
    
    header.headerSection.scrolling_down { padding: 10px 0;}
    
    .headerOutter .header-right-side .search-container, .headerOutter .header-right-side .theme-toggle {display: none;}
    
    .headerOutter .search-container {position: relative;padding: 0;background-color: #FF2200;width: 32px;height: 32px;display: flex;align-items: center;justify-content: center;}
    .headerOutter span.search-icon img {filter: brightness(2);width: 12px;}
    .headerOutter .search-container input {width: 0;opacity: 0;padding: 0;margin-left: 0;transition: all 0.3s ease;display: none;}
    .headerOutter .search-container.active {position: absolute;right: 0;top: 0;width: 100%;background: #F5F5F5;border-radius: 0;z-index: 1000;height: 100%;padding: 0 20px;}
    .headerOutter .search-container.active input {width: 100%;opacity: 1;padding: 13px 12px 13px 0;margin-left: 8px;display: block;}
    .headerOutter .search-close {display: none;cursor: pointer;margin-left: 6px;font-size: 16px;}
    .headerOutter .search-container.active .search-close {display: flex;}
    .headerNavigation {width: unset;padding-left: 10px;}
    .headerLogo {width: 90px;}
    .mobile-layout {display: flex;align-items: center;flex-wrap: wrap;margin-left: auto;padding-left: 10px;}
    .headerParent {justify-content: space-between;}
    .headerOutter .theme-toggle {margin-left: 10px;}
    .headerOutter .search-container.active span.search-icon img {filter: unset;}
    
    .themelight .navigation-primary .submenu li:not(first-child):before {background-color: rgb(0 0 0 / 10%);}
    .themelight .megaMenuInner-body-right {border-left: 0px;}
    .navigationParent {padding-bottom:20px;}
    .navigationParent { height: calc(100vh - 132px);}
    .headerOutter.hidetopbar .navigationParent {
    height: calc(100vh - 70px);
}
}

@media (min-width:992px) and (max-width:1199px){
    .megaMenuInner-body-left,.megaMenuInner-body-center {width: 36%;} 
    .megaMenuInner-body-right {width: 28%;}
}
@media (max-width:991px){

.megaMenuInner-body-left, .megaMenuInner-body-center, .megaMenuInner-body-right {width: 100%;}
    .megaMenuInner-body-right {border-left:0;}
}
@media (max-width:767px){
    .megaMenuInner-right-box .title-left-border:after { height: 100%;}
    .headerTopBarInner .left { font-size: 12px;}
/*     header.headerSection {top:auto;} */
}

/* skip the navigation */
.screenreader-text { position:absolute; left: -100%; width: 1px; } 
.screenreader-text:focus { display: inline-block; height: auto; margin: auto; width: auto; color: #FF2200; z-index: 10; left: 0; background-color: #FFFFFF; }
.screenreader-text { height: 1px; width: 1px; } 
.screenreader-text:focus { padding: 10px; border-radius: 10px; outline: 1px solid #FF2200; }


/* ── Evara Footer ─────────────────────────────────────── */
.site-footer {
	background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
	border-top: 1px none #FFFFFF;
	padding: 60px 0 30px;
}

.site-footer__inner {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	justify-content: space-between;
	align-items: flex-start;
}

.site-footer__brand { flex: 0 0 auto; max-width: 260px; }
.site-footer__logo img { max-width: 160px; height: auto; }
.site-footer__tagline { color: #999999; font-size: 14px; line-height: 1.6; margin-top: 12px; }

.site-footer__nav { display: flex; flex-wrap: wrap; gap: 40px; }
.site-footer__nav-col { min-width: 140px; }
.site-footer__nav-title { color: #FFFFFF; font-size: 14px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 16px; }

.site-footer__nav-list { list-style: none; margin: 0; padding: 0; }
.site-footer__nav-list li { margin-bottom: 10px; }
.site-footer__nav-list a { color: #999999; font-size: 15px; text-decoration: none; transition: color 0.2s ease; }
.site-footer__nav-list a:hover { color: #FF2200; }

.site-footer__bottom {border-top: 1px solid #1E1E1E;margin-top: 40px;padding-top: 24px;display: flex;flex-wrap: wrap;gap: 16px;justify-content: space-between;align-items: center;}

.site-footer__copy, .site-footer__copy p, .site-footer__copy a { color: #666666; font-size: 13px; margin: 0; }
.site-footer__copy a:hover { color: #FF2200; }

.site-footer .footer-nav ul { display: flex; flex-wrap: wrap; gap: 20px; list-style: none; margin: 0; padding: 0; }
.site-footer .footer-nav a { font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none; color: #999999; font-size: 14px; text-decoration: none; text-transform: capitalize; }
.site-footer .footer-nav a:hover { color: #FF2200; }

.footer-menu ul li a {color: #DEDEDE;font-size:14px;}
.footer-menu ul li a:hover,.footer .footer-texts a:hover,.footer .footer-texts a:hover span, .footer-copyright-center a:hover {color: #FF2200;}
.footer-topleft {width: 24.3%;padding-right: 5px;}
.footer-topright {width: 26.1%;padding-left: 7px;}
.footer-topcenter {width: 49%;padding-left: 114px;padding-right: 101px;}
.Font20 {font-size:20px;}
.Font14 {font-size:14px;}
.footer-subtitle {color:#F5F5F5;}
.footer-desc {color:#FFFFFF;}

.footer-topcenter .hs-menu-wrapper ul {margin:0;flex-direction: column;text-align: left;}
.footer-topcenter .hs-menu-wrapper ul li {margin: 0 0 10px;}
.footer-title {color:#FF2200;font-size:14px;}
.footer-topcenter .hs-menu-wrapper ul li:last-child { margin-bottom: 0;}
.footer-text *{color:#FFFFFF;}
.footer-right-inner .footer-text *+p{margin-top:5px;}
.footer-form h3.form-title{color: #FF2200;
    font-family: "DM Sans";
    margin-bottom: 13px;
}
.footer-cta a {
    width: 100%;
    justify-content: center;
}
.footer-form .hs_cos_wrapper_type_form {border: 0;background-color: transparent;padding: 0;}
.footer-form input[type='text'],
.footer-form input[type='email'],
.footer-form input[type='password'],
.footer-form input[type='tel'],
.footer-form input[type='number'],
.footer-form select,
.footer-form textarea {padding: 13px 20px;border: 1px solid #666666;}
.footer-form .hs-form-field {margin-bottom: 8px;}
.footer-form .hs-form-booleancheckbox label.hs-form-booleancheckbox-display input+span:before {width: 14px;height: 14px;border: 1px solid #666666;}
.footer-form .hs-form-booleancheckbox label.hs-form-booleancheckbox-display input:checked+span:after {left: 5px;top: 3px;}
.footer-copyright{border-top:1px solid#666666;padding-top:20px;}
.footer-copyright-center a{color:#B3B3B3;}
.footer-copyright-left{color:#B3B3B3;}form
.footer-copyright .footer-copyright-center{flex:0 0 47%;}
.footer-copyright .footer-copyright-left{flex:0 0 18%;}
.footer-copyright .footer-copyright-right{flex:0 0 20%;}
.footer .footer-copyright-center .hs-menu-wrapper ul li{margin:0;position:relative;padding:0 17px;}
.footer .footer-copyright-center .hs-menu-wrapper ul li + li:after{position:absolute;content:'';width:2px;height:2px;background-color:#B3B3B3;top:50%;left:0;}
.footer-right-inner .footer-text * + * {
    margin-top: 5px;
}

.footer-form input[type='text'], .footer-form input[type='email'], .footer-form input[type='password'], .footer-form input[type='tel'], .footer-form input[type='number'], .footer-form select, .footer-form textarea {
    color: #B3B3B3;
}

.footer-form form .inputs-list:not(.no-list) label,
.footer-form form .inputs-list:not(.no-list) label > span,
.footer-form form .inputs-list:not(.no-list) label > span p {color: #B3B3B3;}
.footer-texts .icon-wrapper{width:32px;height:32px;flex-shrink:0;}
.footer-texts .icon-wrapper svg{display:block;width:100%;height:100%;}
.footer-texts .icon-wrapper svg path{fill:#FF2200;}



@media (max-width:1199px) and (min-width:992px){
    .footer-topcenter{padding-left:50px;padding-right:50px;}
}
@media (max-width:1199px) and (min-width:768px){

    .footer-copyright .footer-copyright-center {
        flex: 0 0 50%;
    }
    .footer-copyright .footer-copyright-left {
    flex: 0 0 27%;
}
    .footer-copyright .footer-copyright-right {
    flex: 0 0 10%;
}

}
@media (max-width:991px){
    .footer-topright{width:50%;padding-left:0;padding-top:30px;}
    .footer-topcenter{width:50%;padding-left:0;padding-right:30px;padding-top:30px;}
    .footer-topleft{width:100%;padding-right:0;}
    
}
@media (max-width:767px){
    .footer-menus {
        width: 50%;
    }
    .footer-form h3.form-title {
    margin-bottom: 15px;
}
    .footer-menus + .footer-menus {
        padding-left: 15px;
    }
    .footer-topcenter,.footer-topleft,.footer-topright{width:100%;padding-right: 0;}
    .site-footer{padding:40px 0 24px;}
    .site-footer__inner{flex-direction:column;gap:32px;}
    .site-footer__nav{gap:28px;}
    .site-footer__bottom{flex-direction:column;align-items:flex-start;gap:12px;}
    .footer-copyright .footer-copyright-right,
    .footer-copyright .footer-copyright-center,
    .footer-copyright .footer-copyright-left{flex:0 0 100%;}
    .footer-copyright .footer-copyright-right{text-align:left;}
    .footer-copyright .footer-copyright-center{margin:10px 0;}
    .footer .footer-copyright-center .hs-menu-wrapper ul li:first-child{padding-left:0;}
    .footer .footer-copyright-center  .hs-menu-wrapper.hs-menu-flow-horizontal ul{flex-direction:unset;}
}





.case-study-filter-bar__pills{gap:10px;}
.case-study-filter-bar__filter-label{flex: none;display: inline-block;}
.case-study-filter-bar__search-wrap{background-color:#FFFFFF;border:1px solid#DEDEDE;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,0.06);padding:10px;overflow:hidden;}
.case-study-filter-bar__search-inner{display:flex;}
.case-study-filter-bar__search-left{display:flex;align-items:center;flex:1;padding-right: 10px;}
.case-study-filter-bar__search-input{ line-height:1.65; color: inherit;border:none;outline:none;background:transparent;width:100%;padding:0;padding-left:16px;}
.case-study-filter-bar__search-input::placeholder{color:#666666;}
.case-study-filter-bar__search-input:focus-visible{outline:none;}
.case-study-filter-bar__search-btn{ font-size:16px;font-weight:500;line-height:1;color:#FFFFFF;background-color:#FF2200;border-radius:6px;padding:10px 20px;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:opacity 0.2s ease;}
.case-study-filter-bar__search-btn:focus-visible{outline:2px solid#000000;outline-offset:2px;}
.case-study-filter-bar__pill{ font-size:14px;line-height:1.55;color:#222222;background-color:#FFFFFF;font-weight:400;border:1px solid#DEDEDE;border-radius:20px;padding:8px 14px;cursor:pointer;white-space:nowrap;transition:all 0.15s ease,border-color 0.15s ease,color 0.15s ease;}
.case-study-filter-bar__pill--active,
.case-study-filter-bar__pill[aria-pressed="true"],.case-study-filter-bar__pill:hover{background-color:#FF2200;border:1px solid #FF2200;color:#FFFFFF;}
.case-study-filter-bar__pill:hover:not(.case-study-filter-bar__pill--active) {
    background-color: #FFFFFF;;
    border-color: #DEDEDE;
    color: #222222;
}
.case-study-filter-bar__pill:hover {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.30);
}
.case-study-filter-bar__divider{width:1px;height:auto;margin:6px 0;}
.case-study-filter-bar__search-icon {line-height: 1;}
.resetBtnWrapper .resetBtn {
    border: 0;
    padding: 0;
    background-color: transparent;
    color: #FF2200;
    line-height: 1.4;
    text-decoration-line: underline;
    text-decoration-skip-ink: auto;
    text-underline-position: from-font;
}
.resetBtnWrapper .divider {
    padding: 0 10px;
}
/*   */



.case-study-listing-section__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}
.case-study-listing-section__card-img-wrap{height:160px;min-height:160px;overflow:hidden;border-radius:12px 12px 0 0;}
.case-study-listing-section__card-img{width:100%;height:100%;object-fit:cover;display:block;}
.case-study-listing-section__card-img-placeholder{width:100%;height:100%;}
.case-study-listing-section__tag--sector{color:#FF2200;background-color:rgba(255,34,0,0.2);border:1px solid#FF2200;border-radius:4px;padding:5px;}
.case-study-listing-section__tag--growth{color:#B87359;background-color:#FFDEB2;border-radius:4px;padding:5px;white-space:nowrap;}
.case-study-listing-section__stat-row{display:flex;}
.case-study-listing-section__stat-border{width:3px;height:auto;flex-shrink:0;}
.case-study-listing-section__grid.rowReset {row-gap:30px;}
.case-study-listing-section__card-footer{margin-top:auto;}
.case-study-listing-section__tags{gap:10px;}
.case-study-listing-section__card-item[data-hidden]{display:none;}
.case-study-listing-section__page-btn{margin:0 24px;gap:6px;display:inline-flex;}
.case-study-listing-section__page-num{padding:5px 13px;font-weight: 400;border-radius:6px;border-radius:6px;font-size:14px;line-height:1.55;border:1px solid transparent;min-width:36px;justify-content:center;align-items:center;}
.case-study-listing-section__page-num:not(.case-study-listing-section__page-num--active){background:transparent;color:#666666;border-color:#DEDEDE;}
.case-study-listing-section__page-btn{  font-size:14px;font-weight:400;line-height:1.55;border:1px solid#DEDEDE;border-radius:6px;padding:5px 8px;cursor:pointer;background:#FFFFFF;color:#666666;transition:all 0.15s ease;}
.case-study-listing-section__page-btn--next{background-color:#FF2200;border-color:#FF2200;color:#FFFFFF;padding:5px 16px;}
.case-study-listing-section__page-btn:disabled{cursor:not-allowed;}
.case-study-listing-section__page-btn:not(:disabled):hover{border-color:#FF2200;}
.case-study-listing-section__page-btn--next:not(:disabled):hover{color:#FFFFFF;}
.case-study-listing-section__page-btn:focus-visible{outline:2px solid#FF2200;outline-offset:2px;}
.case-study-listing-section__page-numbers{display:flex;flex-wrap:wrap;align-items:center;gap:10px;justify-content: center;}
.case-study-listing-section__card-cta a {border: 0;font-weight:500;}
.case-study-listing-section__page-btn:hover {border: 1px solid;}
.case-study-listing-section__card{height: 100%;}
.case-study-listing-section__page-btn .btnIcon{width:10px;display:block;line-height:0;}
.case-study-listing-section__page-btn .btnIcon svg{width:100%;height:auto;}
.case-study-listing-section__page-btn--prev .btnIcon{transform:rotate(180deg);}
.case-study-listing-section__pagination{gap:10px;}
.case-study-listing-section__card {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.case-study-listing-section__card-body {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.case-study-listing-section__card-img-wrap{height:auto;padding-bottom:52.25%;position:relative;}
.case-study-listing-section__card-img-wrap img{position:absolute;height:100%;width:100%;top:0;left:0;right:0;bottom:0;object-fit:cover;}

/* ******** Article Header Section ******* */
.article-header-section__text-block{max-width:800px;}
.article-header-section__author-block{max-width:800px;}
.article-header-section__category-tag{letter-spacing:1px;border-radius:4px;padding:8px 10px;display:inline-block;line-height:normal;}
.article-header-section__category-tag--link:hover{opacity:0.85;}
.article-header-section__author-row{display:flex;gap:10px;}
.article-header-section__avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;display:block;flex-shrink:0;}
.article-header-section__meta-sep,
.article-header-section__date-sep{display:inline-block;width:2px;height:2px;border-radius:50%;flex-shrink:0;}
.article-header-section__rule{width:100%;height:1px;border:none;}
.article-header-section__image-wrap{width:100%;}
.article-header-section__featured-img{width:100%;height:440px;object-fit:cover;border-radius:8px;display:block;}
.article-header-section__img-caption{line-height:1.5;margin:8px 0 0;}


/* ******** Author Bio Section ********* */
.author-bio-section__pre-text-wrap{margin-bottom:10px;}
.author-bio-section__row{display:flex;align-items:flex-start;gap:24px;}
.author-bio-section__avatar-col{flex-shrink:0;}
.author-bio-section__avatar-img{width:72px;height:72px;border-radius:50%;object-fit:cover;display:block;}
.author-bio-section__avatar-initials{width:72px;height:72px;border-radius:36px;border:1px solid #DEDEDE;display:flex;align-items:center;justify-content:center;}
.author-bio-section__role-sep{display:inline-block;width:2px;height:2px;border-radius:50%; }
.author-bio-section__role{display:block;}
.author-bio-section__linkedin-link{display:inline-flex;}
.author-bio-section__linkedin-icon{width:19.5px;height:20px;display:block;transition:opacity 0.2s ease;}
.author-bio-section__role-row i{font-style:normal;display:block;margin-bottom:10px;color:#666666;}


/* ******** Social Share Bar Section ********** */
.social-share-bar-section__icons{display:flex;align-items:center;gap:14px;flex-wrap:wrap;}
.social-share-bar-section__icons .social-share-bar-section__share-btn{padding:8px 10px;transition:opacity 0.2s ease,transform 0.15s ease;position:relative; width: 50px;height: 46px;justify-content: center;}
.social-share-bar-section__share-btn:hover{opacity:0.85;transform:translateY(-1px);}
.social-share-bar-section__share-btn svg{width:30px;height:30px;display:block;}
.ssb-copy-btn{overflow:visible;}
.ssb-copy-btn__toast{position:absolute;bottom:calc(100% + 6px);left:50%;transform:translateX(-50%);line-height:1;padding:5px 8px;border-radius:4px;white-space:nowrap;pointer-events:none;opacity:0;transition:opacity 0.15s ease;}
.ssb-copy-btn__toast--visible{opacity:1;}
.social-share-bar-section__row {gap: 24px;}



.cta-post-section:after {
    border: 2px solid #FF2200;
}

.cta-post-section:before {
    background-color: #FF2200;
}




/*-Blog post--*/

.blogpost_wrap { align-items:flex-start; }
.blogpost_left .sidebarTitle { font-size:12px; color:#FF2200; padding-bottom: 14px; border-bottom: 1px solid #DEDEDE; font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none  }


.blogpost_right .postTitle h2 { text-transform:capitalize; }
.sidebar_list { width: 100%; display: block; margin-top: 10px; }
.sidebar_list ul { padding: 0; margin: 0; list-style: none; }
.sidebar_list ul li { margin: 0 0 10px; position:relative; padding-left:20px; counter-increment:item; line-height:1.3; }
.sidebar_list ul li:before { position:absolute; content:counter(item) ".";  left:0; top:3px; color:#FF2200; font-size: 14px;font-weight: 500; }
.sidebar_list ul li a { color: #222222; font-size: 14px; line-height: 1.2; }
.sidebar_list ul li a:hover,.sidebar_list ul li a.active { color:#FF2200; }

.postBody * + p { margin-top:20px; }

.postBody a:not(.cta-post-section a) { color:#FF2200; } 
.postBody a:not(.cta-post-section a):hover { text-decoration:underline !important; }
.postBody ul,.postBody ol { margin:20px 0; padding:0; width: 100%; display: inline-block; list-style:none; }    
.postBody ul li,.postBody ol li { margin:0 0 10px; }
.postBody ul li::marker, .postBody ol li::marker { color:#FF2200; }
.postBody blockquote { margin:0; line-height: 1.2; color:#222222; font-family: 'DM Serif Display', serif; font-style: normal; font-weight: normal; text-decoration: none; padding-left:17px;padding-bottom:6px;}
.postBody blockquote span { width: 100%; display: block; margin-top: 20px; font-size: 12px; line-height: 1.1; color: #B3B3B3; font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none }
.postBody blockquote h4,.postBody blockquote h5,.postBody blockquote h6{color: currentColor;}
.postBody * + blockquote{  margin-top:30px; }
.postBody ol li { width:100%; padding-left:20px; counter-increment:loop; margin-bottom:10px; position:relative; }
.postBody ol li:before { position:absolute; content:counter(loop) ".";  left:0; top:0; color:#FF2200; }

.postBody ul li { width:100%; padding-left:20px; margin-bottom:10px; position:relative; }
.postBody ul li:before { position:absolute; content:"";  left:0; top:10px; width:5px; height:5px; border-radius:50%; background:#FF2200;  }
.postBody * + blockquote, .postBody * + p:has(img) {margin-top: 30px;}
.postBody ul li:last-child {margin-bottom: 0;}

.progressBarMain .progressHeading { color: #B3B3B3; display: block; margin-bottom: 10px; font-size:12px; font-weight:200; font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none }
.progressbar { width:100%; position:relative; display:block;  }
.progress-bar-container { position: relative; top: 0; left: 0; width: 100%; height: 5px; background-color: #DEDEDE; z-index: 9; overflow:hidden; border-radius: 20px; }
.progress-bar { height: 100%; background-color: #FF2200; transition: all 0.3s ease; }

.progressText { width:100%; margin-top:10px; color: #B3B3B3; font-size:12px; line-height:1.2; }

.progressBarMain { width:100%; position:relative; left:0; top:0; transition:all .4s ease; }
.active .progressBarMain { position:fixed; top:60px; border-bottom: 1px solid  #DEDEDE; z-index: 9; background:#fff; padding:15px; margin-top:0; }

.postBody .hs_cos_wrapper_type_rich_text>p,
.postBody .hs_cos_wrapper_type_rich_text>ul,
.postBody .hs_cos_wrapper_type_rich_text>ol{
    color: #222222;
}

.postBody small {
    color:#B3B3B3;
}
.postBody .hs_cos_wrapper_type_rich_text img {
    border-radius: 8px;
}

.themelight .case-study-filter-bar__divider {
    background: #000000 !importa
}
.themelight .caseStudiesBlog .stats-section {
    border-top: none;
}

.themelight .line.case-study-listing-section__stat-border {
    background-color: #000000;
}

.themelight .featured-case-study-section h2.featured-case-study-section__main-title {
    color: #000000;
}

.themelight .case-study-filter-bar__filter-label {
    color: #000000;
}

.themelight .date.case-study-listing-section__card-date {
    color: #B3B3B3;
}


span.case-study-listing-section__tag.case-study-listing-section__tag--sector:nth-child(even) {
    background: #FFDEB2;
    border-color: #FFDEB2;
    color: #B87359;
}
.case-study-filter-bar__pre-text {
    letter-spacing: 1.65px;
}

.resetBtnWrapper:has(.resetBtn.active) {
    opacity: 0;
    pointer-events: none;

}

@media(min-width:768px){
    .case-study-filter-bar__filter-row{flex-wrap:nowrap;}
    .case-study-filter-bar__filter-group{display:flex; align-self: flex-start;}
    .case-study-listing-section__grid.rowReset {row-gap:60px;}
    .case-study-filter-bar__filter-label {margin-top: 8px;}

    .blogpost_left { position:sticky; top:65px; }
    .blogpost_right { padding-left:40px; }
    .active .progressBarMain { position:relative; top:0; border-bottom: none; z-index: 9; background:transparent; padding:0; margin-top:20px;  }
    .progressBarMain .progressHeading { margin-bottom:15px; }  
    .postBody * + p:has(img) {
        margin-top: 60px;
    }
    .postBody * + blockquote{
        margin-top: 50px;
    }
    .postBody p+ul {
        margin-top: 30px;
    }
    .boxShadowWithoutBorder {
        position: relative;
    }

} 


@media(min-width:1200px){
    .tab-wrapper-2.case-study-filter-bar__filter-group {padding-left: 30px;}
    .tab-wrapper-1.case-study-filter-bar__filter-group {padding-right: 30px;}
    .blogpost_left {  top:120px;width: 20.3%; }
    .blogpost_right {
        width: 77.65%;
    }
} 

@media (max-width: 1199px){
    .case-study-listing-section__stat-value h3 {
        font-size: 28px;
    }
}

@media (max-width: 767px){
    .case-study-filter-bar__divider{display: none;}

    .article-header-section__featured-img { height: 240px; }

    .author-bio-section__row{gap:16px;}
    .author-bio-section__avatar-img,
    .author-bio-section__avatar-initials{width:56px;height:56px;border-radius:28px;}

    .social-share-bar-section__icons .social-share-bar-section__share-btn{width:40px;height:40px;padding:10px;}
    .case-study-filter-bar__search-icon {
        font-size: 20px;
    }

}



@media (max-width:600px){
    nav.pagination-wrapper.case-study-listing-section__pagination {flex-direction: column;}
    button.case-study-listing-section__page-btn {width: fit-content;margin: auto;}
}