/* 1. Global *//* 2. Containers *//* ----------------------------------------------------------------
   3. Colors — only the 8 colors present in the Figma design
      primary       = Garudax Navy     #0f2747
      secondary     = Garudax Copper   #e56a2c
      body_bg       = White            #ffffff
      light_gray    = Light Gray       #f5f5f5
      dark_gray     = Dark Gray        #333333
      gray          = Gray             #c8c8c8
      mid_gray      = Mid Gray         #757575
      light_blue_gray = Light Blue Gray #cfd6e5
   ---------------------------------------------------------------- *//* ----------------------------------------------------------------
   4. Typography
   ---------------------------------------------------------------- */

/* Fonts *//* ---- Links ---- *//* ---- Body (body-m  16px / 22.4px) ---- */

/* ---- Body XL (body-xl  20px / 24px) ---- */

/* ---- Body Small (body-s  14px / 21px) ---- */

/* ---- H1  60px / 72px  / 700 ---- */

/* ---- H2  42px / 50.4px / 700 ---- */

/* ---- H3  34px / 44.2px / 600 ---- */

/* ---- H4  26px / 33.8px / 600 ---- */

/* ---- H5  20px / 26px / 600 ---- */

/* ---- H6  18px / 23.4px / 700 ---- */

/* ----------------------------------------------------------------
   5. Buttons
      btn1 = primary    — Navy bg,  white text,  copper hover
      btn2 = secondary  — White bg, navy text,   copper hover
      btn3 = text_dark  — No bg,    navy text,   copper hover + arrow
      btn4 = text_white — No bg,    white text,  copper hover + arrow
   ---------------------------------------------------------------- */

/* Size variants *//* Primary (btn1) *//* Secondary (btn2) *//* Text Button Dark (btn3) — navy text, copper hover *//* Text Button White (btn4) — white text, copper hover *//* ----------------------------------------------------------------
   6. Forms
   ---------------------------------------------------------------- *//* ----------------------------------------------------------------
   7. Header / Footer
   ---------------------------------------------------------------- *//* ----------------------------------------------------------------
   8. Misc
   ---------------------------------------------------------------- */
*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

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

.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 ;
  }
}
.content-wrapper { margin: 0 auto; padding: 0 15px; 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% + 30px - 730px)/2);}
       .wrapping-right {padding-right: calc(calc(100% + 30px - 730px)/2);}
}

@media screen and (min-width: 992px) {
    .content-wrapper { max-width:943px; }
    .wrapping-left {padding-left: calc(calc(100% + 30px - 943px)/2);}
    .wrapping-right {padding-right: calc(calc(100% + 30px - 943px)/2);}
}
@media screen and (min-width: 1200px) {
    .content-wrapper { max-width:1140px; }
    .wrapping-left {padding-left: calc(calc(100% + 30px - 1140px)/2);}
    .wrapping-right {padding-right: calc(calc(100% + 30px - 1140px)/2);}
}
@media screen and (min-width: 1440px) {
    .content-wrapper { max-width:1320px; }
    .wrapping-left {padding-left: calc(calc(100% + 30px - 1320px)/2);}
    .wrapping-right {padding-right: calc(calc(100% + 30px - 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{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
/*# sourceMappingURL=slick.min.css.map */

@charset 'UTF-8';.slick-loading .slick-list{background:#fff url(https://50231172.fs1.hubspotusercontent-na1.net/hubfs/50231172/raw_assets/public/garudax-theme/fonts/slick/ajax-loader.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(https://50231172.fs1.hubspotusercontent-na1.net/hubfs/50231172/raw_assets/public/garudax-theme/fonts/slick/slick.eot);src:url(https://50231172.fs1.hubspotusercontent-na1.net/hubfs/50231172/raw_assets/public/garudax-theme/fonts/slick/slick.eot#iefix) format('embedded-opentype'),url(https://50231172.fs1.hubspotusercontent-na1.net/hubfs/50231172/raw_assets/public/garudax-theme/fonts/slick/slick.woff) format('woff'),url(https://50231172.fs1.hubspotusercontent-na1.net/hubfs/50231172/raw_assets/public/garudax-theme/fonts/slick/slick.ttf) format('truetype'),url(https://50231172.fs1.hubspotusercontent-na1.net/hubfs/50231172/raw_assets/public/garudax-theme/fonts/slick/slick.svg#slick) format('svg')}.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:transparent;border:none;outline:0;background:0 0}.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:0;background:0 0}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:'←'}[dir=rtl] .slick-prev:before{content:'→'}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:'→'}[dir=rtl] .slick-next:before{content:'←'}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:0;background:0 0}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}
/*# sourceMappingURL=slick-theme.min.css.map */




/*****************************
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: #cfd6e5; }
.slick-dots li.slick-active button:before { background-color: #e56a2c; 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: #e56a2c; transition: all ease .4s; -weblit-transition: all ease .4s}


.SliderController {padding-bottom: 70px;}
.SliderController .slick-dots {bottom: 10px;width: calc(100% - 200px);left: 100px;}
/* Arrows */


.slick-prev { left: 0px; z-index: 10 !important}
.slick-next { right: 0px}
button.slick-next,button.slick-prev{background: #0f2747; 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://50231172.fs1.hubspotusercontent-na1.net/hubfs/50231172/garudax-theme-2026/icon-right.svg');}
.slick-prev:before { content: ''; color : #0B3954; background-image:url('https://50231172.fs1.hubspotusercontent-na1.net/hubfs/50231172/garudax-theme-2026/icon-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:#e56a2c; border-color:#e56a2c;}

.SliderController .slick-next,.SliderController .slick-prev {
    top: calc(100% - 20px);
}
.SliderController .slick-prev {
    left: 50px;
}
.SliderController  .slick-next { right: 50px}

@media (min-width: 992px) {
    .SliderController {padding-bottom: 40px;}
}


@media (max-width: 575px) {
    .SliderController .slick-dots {width: calc(100% - 100px);left: 50px;}
    .SliderController .slick-prev {left: 0px;}
    .SliderController  .slick-next { right: 0px}
}

.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none !important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0 0;transform-origin:0 0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}


/*****************************
Magnific Popup
****************************  */

.mfp-close-btn-in button.mfp-close, 
.mfp-close-btn-in button.mfp-arrow {opacity: 1;}
.mfp-close-btn-in button.mfp-close:hover {background: #fff !important;border: none;}

button.mfp-close{font-size:0!important;}
button.mfp-close:before,
button.mfp-close:after{ content: ''; position: absolute; background-color: #0f2747 !important; border-radius: 20px;background-image: none !important;}
button.mfp-close:before {transform: rotate(45deg);}
button.mfp-close:after { transform: rotate(-45deg);}
.mfp-close-btn-in button.mfp-close { border:none !important;border-radius: 5px 5px 0 0; right:0; padding: 0; background-color: #fff; color: #000;}

/* Box Styling */
.popupiframeStyle { max-width: 1020px; margin: 0 auto; padding: 60px; position: relative; background-color:#fff; width:95%;}
.popupiframeStyleinner {overflow: hidden;}


@media(min-width:768px){
    .mfp-iframe-holder { padding: 60px 60px;}
    .mfp-close-btn-in button.mfp-close{top: -44px; width: 44px; height: 44px; }
    button.mfp-close:before,button.mfp-close:after{width: 4px; height: 30px; right: 19px; top: 8px;}
    .mfp-close-btn-in .popupiframeStyle button.mfp-close{top:-44px;right: 0;}
}
@media(max-width:767px){
    .mfp-iframe-holder { padding: 60px 30px;}
    .mfp-close-btn-in button.mfp-close{top: -34px; right: 0; width: 34px; height: 34px;}
    button.mfp-close:before, button.mfp-close:after { width: 2px; height: 20px; right: 15px; top: 8px;}
    .mfp-close-btn-in .popupiframeStyle button.mfp-close{top:-34px;right: 0;}
}



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: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    background-color: #ffffff;
    color:#333333;letter-spacing:em;;
    font-size: 16px;
    line-height: 1.4;
    overflow-x: hidden;
    word-break: break-word;
}

img { display: inline-block; max-width: 100%; height: auto; vertical-align: middle; }
.FullImageWidth img { width: 100%; }

body a.cta_button { box-sizing: border-box !important; display: inline-block; }

a {
    font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #e56a2c;
    text-decoration: none !important;
    transition: all ease 0.3s;
}
a:hover, a:focus { color: #0f2747; }
a:active          { color: #5f7797; }
a:disabled, a.button:disabled { background-color: #f5f5f5; pointer-events: none; }

/* Headings — Montserrat, Garudax Navy */
h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
    color: #0f2747;
    margin: 0;
    padding: 0;
}

/* Lists */
ul, ol { list-style-position: inside; margin: 1.5rem 0; padding-left: 1.5rem; }
ul ul, ol ul, ul ol, ol ol { padding-left: 3rem; margin: 1.5rem; }
ul li, ol li { margin: 0.75rem; }
ul.no-list { list-style: none; }

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

/* HR */
hr { border: 0 none; border-bottom: 1px solid #cfd6e5; }

/* Code */
code { vertical-align: bottom; }
strong { font-weight: 600; }

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

p { margin: 0; }
*+h1, *+h2 { margin-top: 35px; }
*+h3, *+h4 { margin-top: 30px; }
*+h5, *+h6 { margin-top: 25px; }
*+p        { margin-top: 10px; }

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

/* === Heading defaults === */
h1, .h1 { font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;text-transform:none; color:#0f2747;letter-spacing:em;; }
h2, .h2 { font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;text-transform:none; color:#0f2747;letter-spacing:em;; }
h3, .h3 { font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;text-transform:none; color:#0f2747;letter-spacing:em;; }
h4, .h4 { font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;text-transform:none; color:#0f2747;letter-spacing:em;; }
h5, .h5 { font-family: Montserrat, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;text-transform:none; color:#0f2747;letter-spacing:em;; }
h6, .h6 { font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;text-transform:none; color:#0f2747;letter-spacing:em;; }

/* =====================================================================
   Body scale utility classes — Figma-sourced sizes
   .body-xl  20px / 24px   (body-xl/Regular)
   .body-m   16px / 22.4px (body-m/Regular  — matches base body)
   .body-s   14px / 21px   (body-s/Regular)
   ===================================================================== */

/* Body XL */
.body-xl {
    font-size:20px;line-height:1.2;
    color: #333333;
}

/* Body M — same as base body, utility class for explicit use */
.body-m {
    font-size: 16px;
    line-height: 1.4;
    color: #333333;
}

/* Body Small */
.body-s,
.body-small {
    font-size:14px;line-height:1.5;
    color: #333333;
}

/* Color utilities */
.primaryBgColor    { background-color: #0f2747; }
.secondaryBgColor  { background-color: #e56a2c; }
.lightGrayBgColor  { background-color: #f5f5f5; }
.whiteBgColor { background-color: #ffffff; }
.primaryColor,   .allprimaryColor *   { color: #0f2747; }
.secondaryColor, .allsecondaryColor * { color: #e56a2c; }
.darkGrayColor,  .alldarkGrayColor *  { color: #333333; }
.whiteColor ,  .alldarkwhiteColor *                          { color: #ffffff; }

/* === Desktop sizes (min-width: 992px) === */
@media (min-width: 992px) {
    h1,.h1{font-size:60px;line-height:1.20;}
    h2,.h2{font-size:42px;line-height:1.20;}
    h3,.h3{font-size:34px;line-height:1.30;}
    h4,.h4{font-size:26px;line-height:1.30;}
    h5,.h5{font-size:20px;line-height:1.30;}
    h6,.h6{font-size:18px;line-height:1.30;}
}

/* === Tablet (max-width: 991px) === */
@media (max-width: 991px) {
    
    h1,.h1{font-size:48px;line-height:1.20;}
    h2,.h2{font-size:34px;line-height:1.20;}
    h3,.h3{font-size:28px;line-height:1.30;}
    h4,.h4{font-size:22px;line-height:1.30;}
    h5,.h5{font-size:18px;line-height:1.30;}
    h6,.h6{font-size:16px;line-height:1.30;}
    
    
}

/* === Mobile (max-width: 767px) === */
@media (max-width: 767px) {
    
    
    
    
    
    
    
    
    
}


/* =====================================================================
   Garudax Button System
   btn1 = .button                 Primary    — Navy bg,  white text
   btn2 = .button--secondary      Secondary  — White bg, navy text
   btn3 = .button--text-dark      Text Dark  — Navy text + arrow, no bg
   btn4 = .button--text-white     Text White — White text + arrow, no bg
   All hover → Garudax Copper
   ===================================================================== */

/* --- Base .button wrapper --- */
/* .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
} */

/* -----------------------------------------------------------------------
   btn1  Primary — navy background, white text, copper hover
   ----------------------------------------------------------------------- */
button,
a.button,
.button a,
a.hs-button,
.cta_button {
    font-family: Montserrat, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 16px;
    text-transform: none;
    color: rgba(255, 255, 255, 1.0);
    background-color: rgba(15, 39, 71, 1.0);
    border-radius: 50px;
    border: 1px none #0f2747;
    padding: 10px 19px;
    cursor: pointer;
    text-decoration: none !important;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    white-space: nowrap;
}

button:after,
a.button:after,
.button a:after,
a.hs-button:after,
.cta_button:after {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 1.0);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill=\"rgba(15, 39, 71, 1.0)\" %3E%3Cpath d='M9.64836 2.66007H0.350787C0.156758 2.66007 0 2.81272 0 3.00167C0 3.19061 0.156758 3.34327 0.350787 3.34327H8.80099L6.67215 5.41635C6.53512 5.54978 6.53512 5.76648 6.67215 5.89992C6.80918 6.03336 7.03171 6.03336 7.16873 5.89992L9.8972 3.24292C9.99805 3.14471 10.0276 2.99846 9.97284 2.87036C9.91803 2.74333 9.78977 2.66007 9.64836 2.66007Z' fill='inherit'/%3E%3Cpath d='M6.91692 3.45707e-05C6.82703 3.45707e-05 6.73714 0.0331273 6.66918 0.10038C6.53215 0.233817 6.53215 0.450519 6.66918 0.583956L9.40093 3.24416C9.53796 3.3776 9.76049 3.3776 9.89751 3.24416C10.0345 3.11072 10.0345 2.89402 9.89751 2.76058L7.16576 0.10038C7.0967 0.0331273 7.00681 3.45707e-05 6.91692 3.45707e-05Z' fill='inherit'/%3E%3C/svg%3E"),
                    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill=\"rgba(229, 106, 44, 1.0)\" %3E%3Cpath d='M9.64836 2.66007H0.350787C0.156758 2.66007 0 2.81272 0 3.00167C0 3.19061 0.156758 3.34327 0.350787 3.34327H8.80099L6.67215 5.41635C6.53512 5.54978 6.53512 5.76648 6.67215 5.89992C6.80918 6.03336 7.03171 6.03336 7.16873 5.89992L9.8972 3.24292C9.99805 3.14471 10.0276 2.99846 9.97284 2.87036C9.91803 2.74333 9.78977 2.66007 9.64836 2.66007Z' fill='inherit'/%3E%3Cpath d='M6.91692 3.45707e-05C6.82703 3.45707e-05 6.73714 0.0331273 6.66918 0.10038C6.53215 0.233817 6.53215 0.450519 6.66918 0.583956L9.40093 3.24416C9.53796 3.3776 9.76049 3.3776 9.89751 3.24416C10.0345 3.11072 10.0345 2.89402 9.89751 2.76058L7.16576 0.10038C7.0967 0.0331273 7.00681 3.45707e-05 6.91692 3.45707e-05Z' fill='inherit'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center , calc(100% - 30px) center;
    background-size:  10px 6px;
        transition: all 0.3s ease;
}

.hs-tools-menu button::after {
  content: none;
}

button:hover,
a.button:hover,
.button a:hover,
a.hs-button:hover,
.cta_button:hover {
    color: rgba(255, 255, 255, 1.0);
    background-color: rgba(229, 106, 44, 1.0);
    border-color: rgba(229, 106, 44, 1.0);
}

button:hover:after,
a.button:hover:after,
.button a:hover:after,
a.hs-button:hover:after,
.cta_button:hover:after {
  
    background-color: rgba(255, 255, 255, 1.0);
        background-position: calc(100% + 20px) center, center center;
   
}


/* -----------------------------------------------------------------------
   btn2  Secondary — white background, navy text, copper hover
   ----------------------------------------------------------------------- */
.button.button--secondary a,
a.button.button--secondary,
.button--secondary.hs-button {
    color: rgba(15, 39, 71, 1.0);
    background-color: rgba(255, 255, 255, 1.0);
    border-radius: 50px;
    border: 1px none #e56a2c;
}

.button.button--secondary a:after,
a.button.button--secondary:after,
.button--secondary.hs-button:after {
background-color: rgba(15, 39, 71, 1.0);
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill=\"rgba(255, 255, 255, 1.0)\" %3E%3Cpath d='M9.64836 2.66007H0.350787C0.156758 2.66007 0 2.81272 0 3.00167C0 3.19061 0.156758 3.34327 0.350787 3.34327H8.80099L6.67215 5.41635C6.53512 5.54978 6.53512 5.76648 6.67215 5.89992C6.80918 6.03336 7.03171 6.03336 7.16873 5.89992L9.8972 3.24292C9.99805 3.14471 10.0276 2.99846 9.97284 2.87036C9.91803 2.74333 9.78977 2.66007 9.64836 2.66007Z' fill='inherit'/%3E%3Cpath d='M6.91692 3.45707e-05C6.82703 3.45707e-05 6.73714 0.0331273 6.66918 0.10038C6.53215 0.233817 6.53215 0.450519 6.66918 0.583956L9.40093 3.24416C9.53796 3.3776 9.76049 3.3776 9.89751 3.24416C10.0345 3.11072 10.0345 2.89402 9.89751 2.76058L7.16576 0.10038C7.0967 0.0331273 7.00681 3.45707e-05 6.91692 3.45707e-05Z' fill='inherit'/%3E%3C/svg%3E"),
     url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill=\"rgba(229, 106, 44, 1)\" %3E%3Cpath d='M9.64836 2.66007H0.350787C0.156758 2.66007 0 2.81272 0 3.00167C0 3.19061 0.156758 3.34327 0.350787 3.34327H8.80099L6.67215 5.41635C6.53512 5.54978 6.53512 5.76648 6.67215 5.89992C6.80918 6.03336 7.03171 6.03336 7.16873 5.89992L9.8972 3.24292C9.99805 3.14471 10.0276 2.99846 9.97284 2.87036C9.91803 2.74333 9.78977 2.66007 9.64836 2.66007Z' fill='inherit'/%3E%3Cpath d='M6.91692 3.45707e-05C6.82703 3.45707e-05 6.73714 0.0331273 6.66918 0.10038C6.53215 0.233817 6.53215 0.450519 6.66918 0.583956L9.40093 3.24416C9.53796 3.3776 9.76049 3.3776 9.89751 3.24416C10.0345 3.11072 10.0345 2.89402 9.89751 2.76058L7.16576 0.10038C7.0967 0.0331273 7.00681 3.45707e-05 6.91692 3.45707e-05Z' fill='inherit'/%3E%3C/svg%3E");
}

.button.button--secondary a:hover,
a.button.button--secondary:hover,
.button--secondary.hs-button:hover {
    color: rgba(255, 255, 255, 1.0);
    background-color: rgba(229, 106, 44, 1);
    border-color: rgba(229, 106, 44, 1);
}

.button.button--secondary a:hover:after,
a.button.button--secondary:hover:after,
.button--secondary.hs-button:hover:after {

background-color: rgba(255, 255, 255, 1.0);



}

/* -----------------------------------------------------------------------
   btn3  Text Button Dark — navy text, no background, copper on hover
         Used on light/white backgrounds
   ----------------------------------------------------------------------- */
.button.button--text-dark a,
a.button.button--text-dark {
    background-color: transparent;
    border: none;
    padding: 0;
    color: rgba(15, 39, 71, 1.0);
    border-radius: 0;
  
    text-transform: none;
    gap: 10px;
}

.button.button--text-dark a:after,
a.button.button--text-dark:after{
background-color: rgba(15, 39, 71, 1.0);
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill=\"%23ffffff\" %3E%3Cpath d='M9.64836 2.66007H0.350787C0.156758 2.66007 0 2.81272 0 3.00167C0 3.19061 0.156758 3.34327 0.350787 3.34327H8.80099L6.67215 5.41635C6.53512 5.54978 6.53512 5.76648 6.67215 5.89992C6.80918 6.03336 7.03171 6.03336 7.16873 5.89992L9.8972 3.24292C9.99805 3.14471 10.0276 2.99846 9.97284 2.87036C9.91803 2.74333 9.78977 2.66007 9.64836 2.66007Z' fill='inherit'/%3E%3Cpath d='M6.91692 3.45707e-05C6.82703 3.45707e-05 6.73714 0.0331273 6.66918 0.10038C6.53215 0.233817 6.53215 0.450519 6.66918 0.583956L9.40093 3.24416C9.53796 3.3776 9.76049 3.3776 9.89751 3.24416C10.0345 3.11072 10.0345 2.89402 9.89751 2.76058L7.16576 0.10038C7.0967 0.0331273 7.00681 3.45707e-05 6.91692 3.45707e-05Z' fill='inherit'/%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill=\"%23ffffff\" %3E%3Cpath d='M9.64836 2.66007H0.350787C0.156758 2.66007 0 2.81272 0 3.00167C0 3.19061 0.156758 3.34327 0.350787 3.34327H8.80099L6.67215 5.41635C6.53512 5.54978 6.53512 5.76648 6.67215 5.89992C6.80918 6.03336 7.03171 6.03336 7.16873 5.89992L9.8972 3.24292C9.99805 3.14471 10.0276 2.99846 9.97284 2.87036C9.91803 2.74333 9.78977 2.66007 9.64836 2.66007Z' fill='inherit'/%3E%3Cpath d='M6.91692 3.45707e-05C6.82703 3.45707e-05 6.73714 0.0331273 6.66918 0.10038C6.53215 0.233817 6.53215 0.450519 6.66918 0.583956L9.40093 3.24416C9.53796 3.3776 9.76049 3.3776 9.89751 3.24416C10.0345 3.11072 10.0345 2.89402 9.89751 2.76058L7.16576 0.10038C7.0967 0.0331273 7.00681 3.45707e-05 6.91692 3.45707e-05Z' fill='inherit'/%3E%3C/svg%3E");
}



.button.button--text-dark a:hover,
a.button.button--text-dark:hover {
    background-color: transparent;
    color: rgba(229, 106, 44, 1.0);
    border: none;
}
.button.button--text-dark a:hover:after,
a.button.button--text-dark:hover:after {
background-color: rgba(229, 106, 44, 1.0);

}

/* -----------------------------------------------------------------------
   btn4  Text Button White — white text, no background, copper on hover
         Used on dark (navy) backgrounds
   ----------------------------------------------------------------------- */
.button.button--text-white a,
a.button.button--text-white {
    background-color: transparent;
    border: none;
    padding: 0;
    color: rgba(255, 255, 255, 1.0);
    border-radius: 0;
    font-weight: 500;
    text-transform: none;
    gap: 10px;
}

.button.button--text-white a:after,
a.button.button--text-white:after{
background-color: rgba(255, 255, 255, 1.0);
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill=\"%230f2747\" %3E%3Cpath d='M9.64836 2.66007H0.350787C0.156758 2.66007 0 2.81272 0 3.00167C0 3.19061 0.156758 3.34327 0.350787 3.34327H8.80099L6.67215 5.41635C6.53512 5.54978 6.53512 5.76648 6.67215 5.89992C6.80918 6.03336 7.03171 6.03336 7.16873 5.89992L9.8972 3.24292C9.99805 3.14471 10.0276 2.99846 9.97284 2.87036C9.91803 2.74333 9.78977 2.66007 9.64836 2.66007Z' fill='inherit'/%3E%3Cpath d='M6.91692 3.45707e-05C6.82703 3.45707e-05 6.73714 0.0331273 6.66918 0.10038C6.53215 0.233817 6.53215 0.450519 6.66918 0.583956L9.40093 3.24416C9.53796 3.3776 9.76049 3.3776 9.89751 3.24416C10.0345 3.11072 10.0345 2.89402 9.89751 2.76058L7.16576 0.10038C7.0967 0.0331273 7.00681 3.45707e-05 6.91692 3.45707e-05Z' fill='inherit'/%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill=\"%23ffffff\" %3E%3Cpath d='M9.64836 2.66007H0.350787C0.156758 2.66007 0 2.81272 0 3.00167C0 3.19061 0.156758 3.34327 0.350787 3.34327H8.80099L6.67215 5.41635C6.53512 5.54978 6.53512 5.76648 6.67215 5.89992C6.80918 6.03336 7.03171 6.03336 7.16873 5.89992L9.8972 3.24292C9.99805 3.14471 10.0276 2.99846 9.97284 2.87036C9.91803 2.74333 9.78977 2.66007 9.64836 2.66007Z' fill='inherit'/%3E%3Cpath d='M6.91692 3.45707e-05C6.82703 3.45707e-05 6.73714 0.0331273 6.66918 0.10038C6.53215 0.233817 6.53215 0.450519 6.66918 0.583956L9.40093 3.24416C9.53796 3.3776 9.76049 3.3776 9.89751 3.24416C10.0345 3.11072 10.0345 2.89402 9.89751 2.76058L7.16576 0.10038C7.0967 0.0331273 7.00681 3.45707e-05 6.91692 3.45707e-05Z' fill='inherit'/%3E%3C/svg%3E");
}


.button.button--text-white a:hover,
a.button.button--text-white:hover {
    background-color: transparent;
    color: rgba(229, 106, 44, 1.0);
    border: none;
}

.button.button--text-white a:hover:after,
a.button.button--text-white:hover:after{
background-color: rgba(229, 106, 44, 1.0);

}

/* -----------------------------------------------------------------------
   Arrow icon inside text buttons
   ----------------------------------------------------------------------- */
.button--text-dark .btn-arrow,
.button--text-white .btn-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.button--text-dark a:hover .btn-arrow,
.button--text-white a:hover .btn-arrow,
a.button--text-dark:hover .btn-arrow,
a.button--text-white:hover .btn-arrow {
    transform: translateX(3px);
}

/* -----------------------------------------------------------------------
   Disabled state
   ----------------------------------------------------------------------- */
.button:disabled,
button:disabled,
a.button:disabled {
    background-color: #c8c8c8;
    color: #f5f5f5;
    cursor: not-allowed;
    pointer-events: none;
}

/* -----------------------------------------------------------------------
   Size modifiers
   ----------------------------------------------------------------------- */
.button--sm a, a.button--sm { font-size: 14px;  padding: 8px 12px; }
.button--lg a, a.button--lg { font-size: 18px;  padding: 12px 25px; }



.button--lg a:after, a.button--lg:after { width: 24px; height: 24px;  background-size: 14px 8px;}

/* Base */

form {
    max-width: 100%;
}

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

/* Form Title */

.form-title {
    margin: 0;
}
.hs_error_rollup { display: none; }
.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: 5px;
    text-align: left;
    width: auto;
    z-index: 1;
}
select {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.3902 5.7154L9.84025 1.26527C9.94325 1.16235 10 1.02495 10 0.878448C10 0.731946 9.94325 0.594548 9.84025 0.491622L9.51261 0.163902C9.29911 -0.0493488 8.95212 -0.0493488 8.73895 0.163902L5.00207 3.90078L1.26105 0.159755C1.15804 0.0568288 1.02072 6.40075e-09 0.874302 0C0.727718 -6.40694e-09 0.590401 0.0568288 0.487313 0.159755L0.159755 0.487476C0.0567472 0.590483 6.40384e-09 0.727799 0 0.874302C-6.40384e-09 1.0208 0.0567472 1.1582 0.159754 1.26113L4.61386 5.7154C4.7172 5.81857 4.85516 5.87524 5.00183 5.87491C5.14906 5.87524 5.28695 5.81857 5.3902 5.7154Z' fill='%23333333'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-position: calc(100% - 15px) center;
    background-size: 10px 6px;
    padding-right: 30px;
}


/* Inputs */

.input {
    position: relative;
}



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

select::-ms-expand {
    display: none;
}
textarea{min-height:106px;}

input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='tel']:focus,
input[type='number']:focus,
input[type='file']:focus,
input[type='date']: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: 10px 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: #0f2747;
}
.fn-date-picker .pika-button {
    border-radius: 0;
}
.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'] {
    background-color: transparent;
    border: initial;
    box-shadow: none;
    line-height: initial;
    padding: initial;
}

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

/* Submit */

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



/* Captcha */

.grecaptcha-badge {
    margin: 0 auto;
}







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


.hs_cos_wrapper_type_form,
.systems-page form  {
    background-color: rgba(255, 255, 255, 1.0);
    border: 2px none #c8c8c8;
    border-radius: 12px;
    padding: 30px 30px;
    display: block;
    box-shadow: 0px 4px 20px 0px #00000014;

}

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

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

/* Form Title */

.form-title {
    font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
    color: #0f2747;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

/* Labels */

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

/* Help Text - Legends */

.hs-form-field legend {
    font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #e56a2c;
    font-size: 14px;
}

/* Inputs */

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
input[type='file'],
input[type='date'],
select,
textarea {
    font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    background-color: rgba(255, 255, 255, 1.0);
    border: 1px solid rgba(15, 39, 71, 10%);
    border-radius: 6px;
    color: #0f2747;
    font-size: 14px;
    padding: 14px 15px;
    line-height: 1.5;
}

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

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

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

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

::placeholder {
    color: #cfd6e5;
}

/* 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: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #0f2747;
    font-size: 14px;
    line-height: 1.5;
}

/* Inputs - Datepicker */

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

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

.hs-datepicker button.pika-button:hover {
    background-color: #0f2747 !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: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #0f2747;
    font-size: 14px;
}

/* GDPR Text */

.legal-consent-container,
.legal-consent-container .hs-richtext,
.legal-consent-container .hs-richtext p {
    font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #0f2747;
    font-size: 14px;
}

/* Validation */

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

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

/* Submit */



form input[type='submit'],
form .hs-button {
    font-family: Montserrat, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
    background-color: rgba(15, 39, 71, 1.0);
    border: 1px none #0f2747;
    border-radius: 50px;
    color: rgba(255, 255, 255, 1.0);
    fill: rgba(255, 255, 255, 1.0);
    padding: 10px 19px;
    text-transform: none;
     background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Ccircle cx='10' cy='10' r='10' fill=\"rgba(255, 255, 255, 1.0)\"/%3E%3Cpath d='M14.99,10.03s0-.04,0-.07c0-.03,0-.06,0-.09-.01-.03-.04-.04-.06-.07,0-.01,0-.03-.02-.04l-2.73-2.66c-.07-.07-.16-.1-.25-.1s-.18,.03-.25,.1c-.14,.13-.14,.35,0,.48l2.13,2.08H5.35c-.19,0-.35,.15-.35,.34s.16,.34,.35,.34H13.8l-2.13,2.07c-.14,.13-.14,.35,0,.48,.14,.13,.36,.13,.5,0l2.73-2.65s0,0,0,0c0,0,0,0,0,0,.06-.06,.08-.13,.09-.21Z' fill=\"rgba(15, 39, 71, 1.0)\"/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: 20px;
    text-indent: -20px;
}


form input[type='submit']:hover,
form input[type='submit']:focus,
form .hs-button:hover,
form .hs-button:focus {
    background-color: rgba(229, 106, 44, 1.0);
    border: 1px none #e56a2c;
    color: rgba(255, 255, 255, 1.0);
     background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Ccircle cx='10' cy='10' r='10' fill=\"rgba(255, 255, 255, 1.0)\"/%3E%3Cpath d='M14.99,10.03s0-.04,0-.07c0-.03,0-.06,0-.09-.01-.03-.04-.04-.06-.07,0-.01,0-.03-.02-.04l-2.73-2.66c-.07-.07-.16-.1-.25-.1s-.18,.03-.25,.1c-.14,.13-.14,.35,0,.48l2.13,2.08H5.35c-.19,0-.35,.15-.35,.34s.16,.34,.35,.34H13.8l-2.13,2.07c-.14,.13-.14,.35,0,.48,.14,.13,.36,.13,.5,0l2.73-2.65s0,0,0,0c0,0,0,0,0,0,.06-.06,.08-.13,.09-.21Z' fill=\"rgba(229, 106, 44, 1.0)\"/%3E%3C/svg%3E");
}

form input[type='submit']:active,
form .hs-button:active {
    background-color: rgba(255, 186, 124, 100);
    border: 1px none #e56a2c;
    border-color: #ffba7c;
}





form input[type='submit'],
form .hs-button {
    font-size: 16px;
    padding: 10px 19px;
}



/* Inline Thank You Message */
.submitted-message {
    background-color: rgba(255, 255, 255, 1.0);
    border: 2px none #c8c8c8;
    border-radius: 12px;
    padding: 30px 30px;
}


.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 -15px!important;max-width:initial!important;float:none!important;}
form .form-columns-3 >div,form .form-columns-2>div{margin-left:15px!important;margin-right:15px!important;}
form .form-columns-3 >div{width:calc(33.33% - 30px)!important;}
form .form-columns-2>div{width:calc(50% - 30px)!important;}
.input { margin: 0 !important;}



ul.inputs-list.multi-container { margin-top: 10px;}
/* 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:30px;}
.hs-form-radio label.hs-form-radio-display input+span:before{width:18px;height:18px;content:'';background-color:transparent;display:inline-block;border-radius:100%;margin-right:13px;transition:.5s ease all;border:1px solid #0f2747;position:absolute;left:0;top:2px;}
.hs-form-radio label.hs-form-radio-display input:checked+span:before{border-color:#e56a2c;}
.hs-form-radio label.hs-form-radio-display input:checked+span:after{content:'';position:absolute;left:4px;width:10px;height:10px;background-color:#e56a2c;top:6px;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{display:flex;flex-wrap:wrap;align-items:center;position:relative;padding-left:30px;}
.hs-form-checkbox label.hs-form-checkbox-display input+span:before,
.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input+span:before{top:2px;width:17px;height:17px;border-radius: 2px;content:'';background-color:transparent;display:inline-block;transition:.5s ease all;border:1px solid #0f2747;position:absolute;left:0;}
.hs-form-checkbox label.hs-form-checkbox-display input+span:before{}

/* .hs-form-booleancheckbox label.hs-form-booleancheckbox-display input+span:before { width: 14px; height: 14px; top: 2px; border-radius: 2px;} */





.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:#e56a2c;border-color:#e56a2c;}
.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: 3px;width: 12px;height: 10px;transition: .5s ease all;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='7' viewBox='0 0 9 7' fill='white'%3E%3Cpath d='M3.65208 5.86875L8.09375 1.42708L8.08542 1.41875C8.41042 1.09375 8.41042 0.56875 8.08542 0.24375C7.76042 -0.08125 7.23542 -0.08125 6.91042 0.24375L3.05208 4.10208L1.41875 2.46875C1.09375 2.14375 0.56875 2.14375 0.24375 2.46875C-0.08125 2.79375 -0.08125 3.31875 0.24375 3.64375L2.46875 5.86875C2.62708 6.01875 2.83542 6.11042 3.06042 6.11042C3.28542 6.11042 3.49375 6.02708 3.65208 5.86875Z' fill='inherit'/%3E%3C/svg%3E");background-repeat: no-repeat no-repeat;background-position: center center;background-size: contain;}

.hs-form-checkbox label.hs-form-checkbox-display input:checked+span:after{top:6px;}
/* .hs-form-booleancheckbox label.hs-form-booleancheckbox-display input:checked+span:after { width: 9px; height: 11px; left: 3px; top: 4px;} */
.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input+span { margin-left: 0;  }
.legal-consent-container > div { margin-bottom: 18px; }


@media(max-width:767px){

    form .form-columns-2>div,form .form-columns-3>div { width: 100% !important; }
.hs_cos_wrapper_type_form,
.systems-page form  {
   
    padding: 20px 20px;
   

}
}
/* 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: -15px; margin-right: -15px; }

[class*="col-"],
[class*="col-sm-"],
[class*="col-md-"],
[class*="col-lg-"],
[class*="col-xl-"],
[class*="col-xxl-"] { padding-left: 15px; padding-right: 15px; 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--15{margin-left:-15px; margin-right:-15px}
.mx--20{margin-left:-20px; margin-right:-20px}
.mx--10{margin-left:-10px; margin-right:-10px}




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

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

.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;}
.pl-25,.px-25{padding-left:25px;}
.pl-30,.px-30{padding-left:30px;}
.pl-35,.px-35{padding-left:35px;}
.pl-40,.px-40{padding-left:40px;}
.pl-45,.px-45{padding-left:45px;}
.pl-50,.px-50{padding-left:50px;}
.pl-55,.px-55{padding-left:55px;}
.pl-60,.px-60{padding-left:60px;}
.pl-65,.px-65{padding-left:65px;}
.pl-70,.px-70{padding-left:70px;}
.pl-75,.px-75{padding-left:75px;}
.pl-80,.px-80{padding-left:80px;}
.pl-85,.px-85{padding-left:85px;}
.pl-90,.px-90{padding-left:90px;}
.pl-95,.px-95{padding-left:95px;}

.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;}
.pr-25,.px-25{padding-right:25px;}
.pr-30,.px-30{padding-right:30px;}
.pr-35,.px-35{padding-right:35px;}
.pr-40,.px-40{padding-right:40px;}
.pr-45,.px-45{padding-right:45px;}
.pr-50,.px-50{padding-right:50px;}
.pr-55,.px-55{padding-right:55px;}
.pr-60,.px-60{padding-right:60px;}
.pr-65,.px-65{padding-right:65px;}
.pr-70,.px-70{padding-right:70px;}
.pr-75,.px-75{padding-right:75px;}
.pr-80,.px-80{padding-right:80px;}
.pr-85,.px-85{padding-right:85px;}
.pr-90,.px-90{padding-right:90px;}
.pr-95,.px-95{padding-right:95px;}

.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;}
.mt-100,.my-100{margin-top:100px;}
.mt-105,.my-105{margin-top:105px;}
.mt-110,.my-110{margin-top:110px;}
.mt-115,.my-115{margin-top:115px;}
.mt-120,.my-120{margin-top:120px;}
.mt-125,.my-125{margin-top:125px;}
.mt-130,.my-130{margin-top:130px;}
.mt-135,.my-135{margin-top:135px;}
.mt-140,.my-140{margin-top:140px;}
.mt-145,.my-145{margin-top:145px;}
.mt-150,.my-150{margin-top:150px;}
.mt-155,.my-155{margin-top:155px;}
.mt-160,.my-160{margin-top:160px;}
.mt-165,.my-165{margin-top:165px;}
.mt-170,.my-170{margin-top:170px;}
.mt-175,.my-175{margin-top:175px;}
.mt-180,.my-180{margin-top:180px;}
.mt-185,.my-185{margin-top:185px;}
.mt-190,.my-190{margin-top:190px;}
.mt-195,.my-195{margin-top:195px;}

.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;}
.mb-100,.my-100{margin-bottom:100px;}
.mb-105,.my-105{margin-bottom:105px;}
.mb-110,.my-110{margin-bottom:110px;}
.mb-115,.my-115{margin-bottom:115px;}
.mb-120,.my-120{margin-bottom:120px;}
.mb-125,.my-125{margin-bottom:125px;}
.mb-130,.my-130{margin-bottom:130px;}
.mb-135,.my-135{margin-bottom:135px;}
.mb-140,.my-140{margin-bottom:140px;}
.mb-145,.my-145{margin-bottom:145px;}
.mb-150,.my-150{margin-bottom:150px;}
.mb-155,.my-155{margin-bottom:155px;}
.mb-160,.my-160{margin-bottom:160px;}
.mb-165,.my-165{margin-bottom:165px;}
.mb-170,.my-170{margin-bottom:170px;}
.mb-175,.my-175{margin-bottom:175px;}
.mb-180,.my-180{margin-bottom:180px;}
.mb-185,.my-185{margin-bottom:185px;}
.mb-190,.my-190{margin-bottom:190px;}
.mb-195,.my-195{margin-bottom:195px;}

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

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

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

}

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

    
.justify-lg-flex-start{ justify-content: flex-start; }
.justify-lg-center{ justify-content: center; }
.justify-lg-flex-end{ justify-content: flex-end; }
.justify-lg-space-between{ justify-content: space-between; }
.justify-lg-space-around{ justify-content: space-around; }
.justify-lg-space-evenly{ justify-content: space-evenly; }
    
.align-lg-flex-start{ align-items: flex-start; }
.align-lg-center{ align-items: center; }
.align-lg-baseline{ align-items: baseline; }
.align-lg-flex-end{ align-items: flex-end; }
    
.direction-lg-column{ flex-direction: column; }
.direction-lg-column-reverse{ flex-direction: column-reverse; }
.direction-lg-revert{ flex-direction: revert; }
.direction-lg-row{ flex-direction: row; }
.direction-lg-row-reverse{ flex-direction: row-reverse; }
    
    
    .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;}

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

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

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

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

.bgVideo,.bgVideoWrapper { position: absolute; top: 0; left: 0; min-width: 100%; min-height: 100%; width: auto; height: auto; background-size: cover; overflow: hidden; object-fit: cover; z-index:1;}
.bgPlayButton {z-index: 6;position: absolute;bottom: 20px;right: 20px;background-color: transparent !important;border: none !important;padding: 0;width: 40px;height: 40px;}
.bgPlayButton span{display:block;}
.bgPlayButton:after{animation:video_sc 1.5s linear infinite;border-radius:100%;content:"";display:block;height:100%;left:0;opacity:0;outline-color:color-mix(in srgb,#4fc6e0 50%,transparent);outline-style:solid;position:absolute;top:0;width:100%;}
@keyframes video_sc{
    0%{opacity:0;outline-width:0}
    25%{opacity:1;outline-width:.75rem}
    60%{opacity:0;outline-width:1.25rem}
    to{opacity:0;outline-width:.5rem}
}


/* Header */

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

.headerSection {  border-bottom: 1px solid rgba(245, 245, 245, 50%); }
/* Header content */
.headerSection p,
.headerSection h1,
.headerSection h2,
.headerSection h3,
.headerSection h4,
.headerSection h5,
.headerSection h6,
.headerSection a:not(.button a),
.headerSection span,
.headerSection div,
.headerSection li,
.headerSection blockquote {
    
}

header.headerSection { position: absolute; left: 0; top: 0; width: 100%; z-index:1001; }
.headerParent { display: flex; flex-wrap: wrap; align-items: center; }
.headerLogo { width: 188px; }
.headerNavigation { display: flex; padding-left: 20px; justify-content: flex-end; width: calc(100% - 188px); }

/* Submenus */
.submenu{float:none;list-style:none;margin:0;padding:0;}

/* 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: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 16px; color: rgba(255, 255, 255, 1); text-transform: capitalize;
}
/* Main Navigation - Child Menus */
.navigation-primary .submenu:not(.level-1) .menu-link ,.linkRepeaterWp ul li a {
    font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; color: rgba(15, 39, 71, 1); font-size: 16px; text-transform: none;padding: 10px 10px 10px 33px; position: relative;display: block;border-radius: 5px;

}
.navigation-primary .submenu:not(.level-1) .menu-link:after ,.linkRepeaterWp ul li a:after{
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    width: 14px;
    height: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8' fill=\"rgba(15, 39, 71, 1)\"%3E%3Cpath d='M0.666668 4.6666L10.9192 4.66666L8.72386 6.86195C8.46351 7.12227 8.46351 7.5444 8.72386 7.80476C8.85404 7.93489 9.02466 8 9.19528 8C9.36591 8 9.53653 7.93489 9.66666 7.80471L13 4.47137C13.2604 4.21106 13.2604 3.78893 13 3.52857L9.66666 0.195234C9.40635 -0.0650779 8.98422 -0.0650779 8.72386 0.195234C8.46351 0.455545 8.46351 0.877679 8.72386 1.13804L10.9192 3.33333L0.666668 3.33327C0.298489 3.33327 0 3.63175 0 3.99993C0 4.36811 0.298489 4.6666 0.666668 4.6666Z' fill='inherit'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: contain;
    bottom: 0;
    margin: auto;
    transition: inherit;


} 
/* Header Sticky */
.headerSticky .headerSection{position:fixed; top:0; left:0; width:100%; animation:headerAnim 0.5s;}
header.headerSection.headerSticky { position: fixed; top: 0; left: 0; width: 100%; animation: headerAnim 0.5s;background-color: rgba(15, 39, 71, 1.0);}
@keyframes headerAnim { from {transform : translateY(-100%) } to {transform : translateY(0%)}}
/* End Header Sticky */


.megaMenu .layout_1-parent{    row-gap: 20px;}
.megaMenu .linkBoxWpInner { border-radius: 10px; height: 100%; display: flex; flex-direction: column; overflow: hidden; }
.megaMenu .contentWpInner { border-radius: 10px; display: flex; flex-direction: column; height: 100%; overflow: hidden; }
.megaMenu .contentWpInnerBottom { margin-top: auto; }
.megaMenu .linkRepeaterWp ul { padding: 0; list-style: none; margin: 0; }
.megaMenu .linkRepeaterWp ul li { margin: 0; }
.megaMenu .linkBoxWpInnerBottom { margin-top: auto; }
.megaMenu .boxLabel { border-bottom: 1px solid rgb(15 39 71 / 30%); }
.megaMenu .linkBoxWpInnerBottom { background-color:rgba(229, 106, 44, 0.10); padding: 10px 20px; }


@media(min-width:1200px){

        
    /*     .headerOutter {height: 90px;} */

    
    /*     .headerSection.isMegaMenuEnable { padding: 0;} */
    .navigationRight,.navigationParentInner { display: flex; flex-wrap: wrap; align-items: center; } 

    /* 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: 35px 11px;position:relative;text-transform:capitalize;}
    /*     .headerSection.isMegaMenuEnable .submenu.level-1 > li{padding:30px 15px;} */
    /* Active Menu Item Styles */
    .navigation-primary .submenu.level-1 > li > a{position:relative;}
    .navigation-primary .submenu.level-1 > li > a:before { background-color: transparent; bottom: -3px; content: ''; height: 1px; left: 0; position: absolute; width: 0px; right: 0; margin: auto; transition: inherit; }
    .navigation-primary .submenu.level-1 > li.active-item > a:before, 
    .navigation-primary .submenu.level-1 > li:hover > a:before,
    .navigation-primary .submenu.level-1 > li:focus > a:before,
    .navigation-primary .submenu.level-1 > li:active > a:before { background-color: rgba(229, 106, 44, 1.0); width: 100%; }
    /* Top Level Menu Items Icon */
    .navigation-primary .level-1 > .has-submenu > a:after { content: ''; display: inline-block; height: 12px; width: 12px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill=\"rgba(255, 255, 255, 1)\"%3E%3Cpath d='M6.00002 8.25002C5.90412 8.25002 5.80812 8.21337 5.7349 8.14015L1.9849 4.39015C1.83837 4.24362 1.83837 4.00634 1.9849 3.8599C2.13143 3.71346 2.36871 3.71337 2.51515 3.8599L6.00002 7.34477L9.4849 3.8599C9.63143 3.71337 9.86871 3.71337 10.0151 3.8599C10.1616 4.00643 10.1617 4.24371 10.0151 4.39015L6.26515 8.14015C6.19193 8.21337 6.09593 8.25002 6.00002 8.25002Z' fill='inherit'/%3E%3C/svg%3E"); background-repeat: no-repeat no-repeat; background-position: center center; background-size: 12px 12px; margin-left: 5px;        transition: all ease 0.3s; }
    .navigation-primary .level-1 > .has-submenu.active-item:after{ }
    .navigation-primary .level-1 > .has-submenu:hover > a:after,
    .navigation-primary .level-1 > .has-submenu:focus > a:after,
    .navigation-primary .level-1 > .has-submenu:active > a:after,
    .navigation-primary .level-1 > .has-submenu.focus > a:after,
    .navigation-primary .level-1 > .has-submenu.active-item:hover > a:after{        transform: rotate(180deg);background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill=\"rgba(229, 106, 44, 1.0)\"%3E%3Cpath d='M6.00002 8.25002C5.90412 8.25002 5.80812 8.21337 5.7349 8.14015L1.9849 4.39015C1.83837 4.24362 1.83837 4.00634 1.9849 3.8599C2.13143 3.71346 2.36871 3.71337 2.51515 3.8599L6.00002 7.34477L9.4849 3.8599C9.63143 3.71337 9.86871 3.71337 10.0151 3.8599C10.1616 4.00643 10.1617 4.24371 10.0151 4.39015L6.26515 8.14015C6.19193 8.21337 6.09593 8.25002 6.00002 8.25002Z' fill='inherit'/%3E%3C/svg%3E");}

    /* Menu Items With Children */
    .navigation-primary ul.submenu.level-2 li a{padding: 12px 15px 12px 15px;}
    .navigation-primary .submenu.level-2{ left:0; top:100% }
    .navigation-primary .submenu.level-2,.navigation-primary .submenu.level-3{ padding:10px;border-radius: 5px;border:none; min-width:200px; 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   */

    /* Main Navigation */
    
    .navigation-primary .level-1 > li:hover,
    .navigation-primary .level-1 > li:focus { background-color: rgba(15, 39, 71, 0.0); } 
    .navigation-primary .level-1 > li:hover > a,
    .navigation-primary .level-1 > li:focus > a { color: rgba(229, 106, 44, 1.0);}
    
    .navigation-primary .level-1 > li:active { background-color: rgba(15, 39, 71, 0.0); }
    .navigation-primary .level-1 > li:active > a { color: rgba(229, 106, 44, 1.0); }
    /*     .navigation-primary .level-1 > .has-submenu:active:after,
    .navigation-primary .level-1 > li.has-submenu.active-item:active:after { border-color: transparent transparent rgba(229, 106, 44, 1.0) transparent; } */

    .navigation-primary .level-1 > li.active-item { background-color: rgba(15, 39, 71, 0.0); }
    .navigation-primary .level-1 > li.active-item > a { color: rgba(229, 106, 44, 1.0); }
    .navigation-primary .level-1 > li.has-submenu.active-item:after { border-color: rgba(229, 106, 44, 1.0) transparent transparent transparent; }
    .navigation-primary .submenu.level-1 > li > a.active-item:after { background-color: rgba(229, 106, 44, 1.0);}

    /* Main Navigation - Child Menus */
    .navigation-primary .submenu:not(.level-1) { background-color: rgba(245, 245, 245, 1.0); }
    .navigation-primary .submenu:not(.level-1) .menu-item{border-radius: 5px;transition: all ease 0.3s;}
    .navigation-primary .submenu:not(.level-1) .menu-item:hover,.linkRepeaterWp ul li a:hover,
    .navigation-primary .submenu:not(.level-1) .menu-item:focus  > a { background-color: rgba(229, 106, 44, 1.0); }
    .navigation-primary .submenu:not(.level-1) .menu-item:hover > a,
    .navigation-primary .submenu:not(.level-1) .menu-item:focus > a,.linkRepeaterWp ul li a:hover {  color: rgba(255, 255, 255, 1); }
    .navigation-primary .submenu:not(.level-1) .menu-item:active { background-color: rgba(229, 106, 44, 1.0); }
    .navigation-primary .submenu:not(.level-1) .menu-item:active > a {  color: rgba(255, 255, 255, 1); }
    .navigation-primary .submenu:not(.level-1) .menu-item:hover .menu-link:after,.linkRepeaterWp ul li a:hover:after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8' fill=\"rgba(255, 255, 255, 1)\"%3E%3Cpath d='M0.666668 4.6666L10.9192 4.66666L8.72386 6.86195C8.46351 7.12227 8.46351 7.5444 8.72386 7.80476C8.85404 7.93489 9.02466 8 9.19528 8C9.36591 8 9.53653 7.93489 9.66666 7.80471L13 4.47137C13.2604 4.21106 13.2604 3.78893 13 3.52857L9.66666 0.195234C9.40635 -0.0650779 8.98422 -0.0650779 8.72386 0.195234C8.46351 0.455545 8.46351 0.877679 8.72386 1.13804L10.9192 3.33333L0.666668 3.33327C0.298489 3.33327 0 3.63175 0 3.99993C0 4.36811 0.298489 4.6666 0.666668 4.6666Z' fill='inherit'/%3E%3C/svg%3E"); }
    button.childExpand {padding: 0;background: none;border: none;display: none;}

    .headerDeskSearchIcon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:rgba(255, 255, 255, 0.20);border-radius:100%;margin-right:25px;cursor: pointer; color: #ffffff; transition: all ease 0.3s;}
    .headerDeskSearchIcon:hover { background-color: #ffffff; color: #333333; } 
    .headerDeskSearchIcon svg { fill: currentColor; transition: inherit; }
    .navigationRight{margin-left:19px;}
    .headerParent { position: relative; }
    .submenu.level-1 > li.menuParent { position: static;}
    .megaMenu {        max-height: calc(100vh - var(--hh));overflow-y: auto !important;border-radius: 20px;position: absolute; left: 0; top:100%; background-color: rgba(245, 245, 245, 1.0); width:100%; padding:20px 0; opacity: 0; visibility: hidden; transition:opacity ease 0.3s; pointer-events: none; display:block !important;} 
    .submenu.level-1 > li.menuParent:hover .megaMenu { opacity: 1; visibility: visible; pointer-events: inherit !important; }
.megaMenu .linkRepeaterSingle ul li { width: calc(50% - 5px); } 
    .megaMenu .linkRepeaterSingle ul { display: flex; flex-wrap: wrap; gap: 10px; }
    /* Desktop Search  */
    .desktop-hs-search-field-parent.desktop-search-open {
        transform: translateY(0%);
    }

    .desktop-hs-search-field-parent {
        background-color: #f5f5f5;
        padding: 20px 0;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1002;
        transition: all 0.3s linear;
        transform: translateY(-110%);
        height: var(--hh);
        display: flex;
        align-items: center;
    }

    .desktop-hs-search-field .hs-search-field__input {
        background-color: #ffffff;
        border: 1px solid  rgba(15, 39, 71, 0.10);;
        box-sizing: border-box;
        border-radius: 5px;
        flex: 1;
        width: 100%;
        padding: 12px 15px 12px 60px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill=\"%23333333\"%3E%3Cpath d='M11.8828 0C7.40699 0 3.76562 3.64137 3.76562 8.11719C3.76562 10.1445 4.51273 12.0007 5.74605 13.4247L0.171602 18.9998C-0.0572265 19.2286 -0.0571875 19.5996 0.171641 19.8284C0.400469 20.0573 0.771445 20.0572 1.00027 19.8284L6.57465 14.2534C7.99883 15.4871 9.8552 16.2344 11.8828 16.2344C16.3586 16.2344 20 12.593 20 8.11719C20 3.64137 16.3586 0 11.8828 0ZM11.8828 15.0625C8.05313 15.0625 4.9375 11.9468 4.9375 8.11719C4.9375 4.28754 8.05316 1.17188 11.8828 1.17188C15.7125 1.17188 18.8281 4.28754 18.8281 8.11719C18.8281 11.9468 15.7125 15.0625 11.8828 15.0625Z' fill='inherit'/%3E%3C/svg%3E");
        background-repeat: no-repeat no-repeat;
        background-position: 15px center;
        background-size: 20px;
        outline: none;
        /* font-size: 16px; */
        /* line-height: 1.5; */
        border-radius: 50px;
        color: #333333;
        appearance: none !important;
    }
    .desktop-hs-search-field .hs-search-field__input::placeholder{color:#333333;}
    .desktop-hs-search-field .hs-search-field__form {
        display: flex;
        flex-wrap: wrap;
        position: relative;
    }

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

    .desktop-hs-search-field .hs-search-field__suggestions-container {
        display: none;
        flex-basis: 100%;
        position: relative;
        flex-basis: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        height: auto;
        width: calc(100% - 136px);
        background-color: #f5f5f5;
        border-radius: 10px;
        padding: 20px 10px;
    }

    .desktop-hs-search-field .hs-search-field__suggestions-container.has-results {
        display: block;
    }

    .desktop-hs-search-field .hs-search-field__suggestions {
        list-style: none;
        margin: 0;
        padding: 0;
        position: unset;
        background-color: transparent;
        max-width: 100%;
    }

    .desktop-hs-search-field .hs-search-field__suggestions .results-for,.desktop-hs-search-field .hs-search-field__suggestions a {
        display: block;
        line-height: 1.7rem;
        padding: 0 10px;
    }

    .desktop-hs-search-field .hs-search-field__suggestions .results-for {
        font-weight: 700;
    }

    .desktop-hs-search-field .hs-search-field__suggestions li {
        display: block;
        margin: 0;
        padding: 0;
    }


    .desktop-hs-search-field .hs-search-field__label {
        flex-basis: 100%;
    }


    .desktop-hs-search-field .hs-search-field__button {
        margin-left: 20px;
    }

    .desktop-hs-search-field .hs-search-field__bar {
        display: flex;
        align-items: center;
    }

    .desktop-hs-search-field .searchClose {
        width: 20px;
        height: 20px;
        color: #333333;
        margin-left: 20px;
        cursor: pointer;
    }

    .desktop-hs-search-field .searchClose svg {
        width: 100%;
        height: 100%;
        fill: currentColor;
    }

    .hs-mobile-search-field{  display: none;}
    .desktop-hs-search-field .hs-search-field__input::-webkit-search-cancel-button {
        display: none;
        -webkit-appearance: none;
    }

}

@media(max-width:1199px){

    /*-=-=-=-  Expand Menu   -=-=-=*/ 
    body.openMenu { overflow: hidden; }
    .headerSection { padding: 10px 0; }
    /*     .headerOutter {height: 74px;} */
    /*-=-=-=-  Expand Menu   -=-=-=*/
    .expandMenu {width: 44px; height: 44px; display: block; cursor: pointer; padding: 3px;  z-index:999; }
    .expandMenu i { position: relative; width: 30px; top: 8px; left: 0; border-radius: 5px; height: 4px; opacity: 1; display: block; background-color: #ffffff; 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: 18px; 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: -2px; position: relative;}

    /*-=-=-=- Mobile Submenu Icon -=-=-=*/
    .childExpand { position: absolute; top: 5px; z-index: 999; display: inline-block; right:15px; width: 36px; text-align: center; height: 36px; margin: 0; padding: 5px; cursor: pointer;        border-radius: 0;background-color:rgba(15, 39, 71, 1); }
    .childExpand i { position:relative; width: 18px; left:0; height: 1px; opacity:1; display: block; background: rgba(255, 255, 255, 1); top:5px; margin: 8px auto; transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -moz-transition:all ease 0.3s; }
    .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: calc(100svh - var(--hh));height: calc(100vh - var(--hh)); 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; }
    .navigation-primary .submenu:not(.level-1) { padding-left: 15px; }
    .navigationParentInner { height: 100%; overflow: auto; }

    /*-=-=-=-  Second Level   -=-=-=*/
    .navigation-primary .menu-item { position: relative; }
    .navigation-primary .submenu li.menu-item:not(first-child):before { content: ''; position: absolute; top: 0; width: 100%; height: 1px; background-color: #fff; }
    .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;}
    .navigation-primary .submenu.level-1 > li.has-submenu > a { width: calc(100% - 70px); display: block; }
    /*-=-=-=-  End Header Section   -=-=-=*/

    /*   Button   */
    .navigationRight { padding: 12px 15px; display: flex; flex-wrap: wrap; }
    .headerDeskSearchIcon { display: none; }


    /*   Color   */
    .navigationParent{background-color:rgba(245, 245, 245, 1.0);}
    .navigation-primary .level-1 > li > a { color: rgba(15, 39, 71, 1);}
    .navigation-primary .has-submenu.activeMenu > a,
    .menu-item a:hover { background-color:;}
    


    .megaMenu { padding:20px 0; }

    .desktop-hs-search-field-parent{display:none;}

    .hs-mobile-search-field .hs-mobile-search-field__input { background-color: #ffffff; border: none; box-sizing: border-box; border-radius: 5px; flex: 1; width: 100%; padding: 8px 45px 8px 15px; height: auto; font-size: 16px; }
    .hs-mobile-search-field .hs-mobile-search-field__form { display: flex; flex-wrap: wrap; position: relative; }
    .hs-mobile-search-field .hs-mobile-search-field__button { background-color: transparent !important; border: none !important; position: absolute; right: 0; bottom: 0; height: 100%; width: 38px; display: flex; align-items: center; justify-content: center; color: rgba(0, 0, 0, 1); padding: 0 !important; }
    .hs-mobile-search-field .hs-mobile-search-field__button:after,
    .hs-mobile-search-field .hs-mobile-search-field__button:before { content: none !important; }
    .hs-mobile-search-field .hs-mobile-search-field__button svg { fill: currentColor; display: flex; width: 16px; height: 16px; }
    .hs-mobile-search-field .hs-mobile-search-field__input::placeholder{color:#333333;}



}




@media(min-width:992px){


}

@media(max-width:991px){



}
/* skip the navigation */
.screenreader-text { position:absolute; left: -100%; width: 1px; } 
.screenreader-text:focus { display: inline-block; height: auto; margin: auto; width: auto; color: #0f2747; z-index: 10; left: 0; background-color: #ffffff; }
/* @media(max-width:1199px){ */
.screenreader-text { height: 1px; width: 1px; } 
.screenreader-text:focus { padding: 10px; border-radius: 10px; outline: 1px solid #0f2747; }
/* } */
/* open this for vw based theme only  */
/* @media (min-width:1200px){
.screenreader-text { height: 0.069vw; width: 0.069vw; } 
.screenreader-text:focus { padding: 0.694vw; border-radius: 0.694vw; outline: 0.069vw solid #0f2747; }
} */
/* open this for vw based theme only  */
/* skip the navigation */


































/* ============================================================
Garudax Site Header Overrides
============================================================ */

/* Main header wrapper */
.site-header {
    background-color: #0f2747;
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
}

.site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 16px 0;
}

/* Logo */
.site-header__logo img {
    height: 40px;
    width: auto;
}

.site-header__logo-text {
    color: ;
    font-weight: 700;
    font-size: 20px;
}

/* Nav */
.site-header__nav {
    flex: 1;
    display: flex;
    justify-content: center;
}

.main-nav__list {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-nav__item {
    position: relative;
    margin: 0;
}

.main-nav__link {
    color: ;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 16px;
    display: block;
    border-radius: 6px;
    transition: color 0.3s ease, background-color 0.3s ease;
    white-space: nowrap;
}

.main-nav__link:hover,
.main-nav__link:focus,
.main-nav__link--active {
    color: #e56a2c;
    background-color: rgba(255, 255, 255, 0.08);
}

/* Dropdown */
.main-nav__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #0f2747;
    min-width: 200px;
    border-radius: 8px;
    padding: 8px 0;
    list-style: none;
    margin: 4px 0 0 0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 100;
}

.main-nav__item--has-children:hover .main-nav__dropdown,
.main-nav__item--has-children:focus-within .main-nav__dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.main-nav__dropdown-link {
    display: block;
    padding: 10px 20px;
    color: ;
    font-size: 15px;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.main-nav__dropdown-link:hover {
    color: #e56a2c;
    background-color: rgba(255, 255, 255, 0.08);
}

/* CTA Button in header */
.site-header__cta .button,
.site-header__cta-link {
    white-space: nowrap;
}

/* Hamburger */
.site-header__hamburger {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    flex-direction: column;
    gap: 5px;
}

.hamburger__bar {
    display: block;
    width: 24px;
    height: 2px;
    background-color: ;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

/* === Tablet (max-width: 991px) === */
@media (max-width: 991px) {
    .site-header__hamburger {
        display: flex;
    }

    .site-header__nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #0f2747;
        padding: 16px 20px;
        z-index: 999;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    }

    .site-header__nav.is-open {
        display: block;
    }

    .main-nav__list {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

    .main-nav__item {
        width: 100%;
    }

    .main-nav__link {
        padding: 12px 16px;
        width: 100%;
    }

    .main-nav__dropdown {
        position: static;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        box-shadow: none;
        background-color: rgba(255, 255, 255, 0.05);
        border-radius: 0;
        display: none;
    }

    .main-nav__item--has-children.is-open .main-nav__dropdown {
        display: block;
    }

    .site-header__cta {
        display: none;
    }
}

/* === Mobile (max-width: 767px) === */
@media (max-width: 767px) {
    .site-header__inner {
        padding: 12px 0;
    }

    .site-header__logo img {
        height: 32px;
    }
}

/* ============================================================
Garudax Footer
============================================================ */
.footerSection {

    background-image: url('https://50231172.fs1.hubspotusercontent-na1.net/hubfs/50231172/garudax-theme-2026/img.webp');
background-size: cover;
background-position: center center;

}
.footerSection  .baseModuleOverlay {
    background: radial-gradient(127.03% 110.93% at 51.51% -10.93%,  rgba(15, 39, 71, 0.20) 0%, #0f2747 100%);
}
.footerMiddleLeft .content, .footerWpTop .text,.copyRihgtText ,.footerWpTop .text,.footerContactUs .contactFormat .text  {
    color: #ffffff;
    font-family: Inter, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
    font-size: 16px;
    line-height: 1.4;
}

.footerSection .headlineLabel p {
    color: #e56a2c;
}

.footerContactUs .contactFormat .icon {
    width: 40px;
    height: 40px;
    background-color: #e56a2c;
    border-radius: 5px;
}


.footerLink .hs-menu-wrapper ul li {
    margin: 0;
    width: 50%;
    position: relative;
    padding-left: 0;
    margin-bottom: 20px;
}

.footerLink .hs-menu-wrapper ul li a {
    color: #ffffff;
    font-family: Inter, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
    font-size: 16px;
    line-height: 1.4; 
        position: relative;
    padding-left: 20px;
    display: block;
}

.footerLink .hs-menu-wrapper ul li a:after {
    content: '';
      position: absolute;
    top: 11px;
    left: 0;
    width: 10px;
    height: 1px;
    background-color: #FFF;
    transition: inherit;
}

.footerLink .hs-menu-wrapper ul li a:before {
    content: '';
    background-size: contain;
    position: absolute;
    top: 9px;
    left: 6px;
    width: 5px;
    height: 5px;
    background-color: #FFF;
    transition: inherit;
    border-radius: 100%;
}

.footerLink .hs-menu-wrapper ul li a:hover {
    transform: translateX(5px);
}

.footerLink .hs-menu-wrapper ul li a:hover:after {
    width: 15px;
    background-color: rgba(229, 106, 44, 1);
}

.footerLink .hs-menu-wrapper ul li a:hover:before {
    left: 11px;
    background-color: rgba(229, 106, 44, 1);
}

.footerLink .hs-menu-wrapper ul li a:hover {
    color: rgba(229, 106, 44, 1);
}

.footerMiddleLeft .hs-form-field > label span {
    color: #ffffff;
}
.footerMiddleLeft input[type='text'],
.footerMiddleLeft input[type='email'],
.footerMiddleLeft input[type='password'],
.footerMiddleLeft input[type='tel'],
.footerMiddleLeft input[type='number'],
.footerMiddleLeft input[type='file'],
.footerMiddleLeft input[type='date'],
.footerMiddleLeft select, .footerMiddleLeft textarea {
    border-color: rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.10);
    color: #ffffff;


}

.footerContactUs .contactFormat .text {
    width: calc(100% - 40px);
    padding-left: 20px;

}

.footerMiddleLeft form input[type='submit'], .footerMiddleLeft  form .hs-button {
    background-color: #ffffff;
    color: #0f2747;
    width: auto; background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Ccircle cx='10' cy='10' r='10' fill=\"%230f2747\"/%3E%3Cpath d='M14.99,10.03s0-.04,0-.07c0-.03,0-.06,0-.09-.01-.03-.04-.04-.06-.07,0-.01,0-.03-.02-.04l-2.73-2.66c-.07-.07-.16-.1-.25-.1s-.18,.03-.25,.1c-.14,.13-.14,.35,0,.48l2.13,2.08H5.35c-.19,0-.35,.15-.35,.34s.16,.34,.35,.34H13.8l-2.13,2.07c-.14,.13-.14,.35,0,.48,.14,.13,.36,.13,.5,0l2.73-2.65s0,0,0,0c0,0,0,0,0,0,.06-.06,.08-.13,.09-.21Z' fill=\"%23ffffff\"/%3E%3C/svg%3E");
    text-indent: 0px;padding-right: 50px;background-position: calc(100% - 20px) center !important;
}


.footerMiddleLeft form .hs-button:hover, .footerMiddleLeft form input[type=submit]:hover {
    background-color: #e56a2c;
    background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Ccircle cx='10' cy='10' r='10' fill=\"%23ffffff\"/%3E%3Cpath d='M14.99,10.03s0-.04,0-.07c0-.03,0-.06,0-.09-.01-.03-.04-.04-.06-.07,0-.01,0-.03-.02-.04l-2.73-2.66c-.07-.07-.16-.1-.25-.1s-.18,.03-.25,.1c-.14,.13-.14,.35,0,.48l2.13,2.08H5.35c-.19,0-.35,.15-.35,.34s.16,.34,.35,.34H13.8l-2.13,2.07c-.14,.13-.14,.35,0,.48,.14,.13,.36,.13,.5,0l2.73-2.65s0,0,0,0c0,0,0,0,0,0,.06-.06,.08-.13,.09-.21Z' fill=\"%23e56a2c\"/%3E%3C/svg%3E");
    color: #ffffff;
}


.footerSocialMedia ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    gap: 15px;
    margin: 0;
    padding: 0;
}

.footerSocialMedia ul li a {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 7px;
}
.footerSocialMedia ul li a:hover {

    background-color: #e56a2c;
}
.footerSocialMedia {}



.footerWpTop {
    border-bottom: 1px rgba(255, 255, 255, 0.20);;
}



.footerSocialMedia ul li {
    margin: 0;
}

.footerSocialMedia ul li a:hover img {
    filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(4351%) hue-rotate(164deg) brightness(125%) contrast(96%);
}

.footerSocialMedia ul li a img {
    transition: inherit;
}
.footerBottom {
    border-top: 1px solid rgba(255, 255, 255, 0.20);
}







@media(max-width: 767px){
    .footerLogo { max-width: 200px; }
    .footerMiddleLeft .content, .footerWpTop .text, .copyRihgtText, .footerWpTop .text, .footerContactUs .contactFormat .text,.footerLink .hs-menu-wrapper ul li a {
        font-size: 14px;
    }
    .footerLink .hs-menu-wrapper ul li {
        width: 100%;
        margin: 0 0 10px;
    }
    .footerLink .hs-menu-wrapper ul li:last-child {
        margin-bottom: 0;

    }

    .footerContactUs .contactFormat .icon {
        width: 30px;
        height: 30px;

        padding: 7px;
    }
    .footerContactUs .contactFormat .text { width: calc(100% - 30px); padding-left: 10px; }  

}