/* Global variable *//* 1a. Containers *//* End 1a. Containers *//* End 1c. Colors */

   


/* 1e. Buttons */

/* Buttons Size *//* Buttons Size */

/* Primary Button *//* End primary Button */


/* Secondary Button *//* End Secondary Button */

/* Tertiary Button *//* Quaternary Button *//* End Quaternary Button */
/* End Tertiary Button *//* Simple Button *//* End Simple Button *//* Simple Version 2 Button *//* End Simple Version 2 Button *//* Forms *//* End Forms */

/* Site Header *//* End Site Header */

/* Site Footer *//* End Site Footer */

/* Shadow */



/* 1e. Border *//* 1f. Corner Radius *//* 1g. Lists *//* 1h. Horizontal Rule *//* 1i. Blockquote */
*, *: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: inherit; /* 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,.content-sm-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,.content-sm-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,.content-sm-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);}
   .content-sm-wrapper{max-width:1092px;}
}
@media screen and (min-width: 1440px) {
    .content-wrapper { max-width:1310px; }
    .wrapping-left {padding-left: calc(calc(100% + 30px - 1310px)/2);}
    .wrapping-right {padding-right: calc(calc(100% + 30px - 1310px)/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: 1310px; }

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



/**
 * Swiper 12.1.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 18, 2026
 */

:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-cube-shadow,.swiper-slide{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-slide-shadow{background:#00000026}.swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress){.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}}.swiper-lazy-preloader-white{--swiper-preloader-color:#FFFFFF }.swiper-lazy-preloader-black{--swiper-preloader-color:#000000 }@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode{.swiper-wrapper:after{content:"";left:0;pointer-events:none;position:absolute;top:0}}.swiper-virtual.swiper-css-mode.swiper-horizontal{.swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}}.swiper-virtual.swiper-css-mode.swiper-vertical{.swiper-wrapper:after{height:var(--swiper-virtual-size);width:1px}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;position:absolute;width:var(--swiper-navigation-size);z-index:10;&.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}&.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled &{display:none!important}svg{height:100%;object-fit:contain;transform-origin:center;width:100%;fill:currentColor;pointer-events:none}}.swiper-button-lock{display:none}.swiper-button-next,.swiper-button-prev{margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto;.swiper-navigation-icon{transform:rotate(180deg)}}.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}.swiper-horizontal{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{margin-left:0;margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev,&~.swiper-button-next,.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{.swiper-navigation-icon{transform:rotate(180deg)}}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev{.swiper-navigation-icon{transform:rotate(0deg)}}}.swiper-vertical{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - var(--swiper-navigation-size)/2);margin-top:0;right:auto}.swiper-button-prev,~.swiper-button-prev{bottom:auto;top:var(--swiper-navigation-sides-offset,4px);.swiper-navigation-icon{transform:rotate(-90deg)}}.swiper-button-next,~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto;.swiper-navigation-icon{transform:rotate(90deg)}}}.swiper-pagination{position:absolute;line-height: 0;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10;&.swiper-pagination-hidden{opacity:0}&.swiper-pagination-disabled,.swiper-pagination-disabled>&{display:none!important}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);left:0;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden;.swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullet-active,.swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullet-active-next-next{transform:scale(.33)}}.swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color,#000000 );border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));button&{appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable &{cursor:pointer}&:only-child{display:none!important}}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:var(--swiper-pagination-left,auto);right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0);.swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}&.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;.swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets{.swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}&.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap;.swiper-pagination-bullet{transition:transform .2s,left .2s}}}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute;.swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl & .swiper-pagination-progressbar-fill{transform-origin:right top}&.swiper-pagination-horizontal,&.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-horizontal>&,.swiper-vertical>&.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}&.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,&.swiper-pagination-vertical,.swiper-horizontal>&.swiper-pagination-progressbar-opposite,.swiper-vertical>&{height:100%;left:0;top:0;width:var(--swiper-pagination-progressbar-size,4px)}}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:var(--swiper-scrollbar-bg-color,#0000001a);border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;&.swiper-scrollbar-disabled,.swiper-scrollbar-disabled>&{display:none!important}&.swiper-scrollbar-horizontal,.swiper-horizontal>&{bottom:var(--swiper-scrollbar-bottom,4px);height:var(--swiper-scrollbar-size,4px);left:var(--swiper-scrollbar-sides-offset,1%);position:absolute;top:var(--swiper-scrollbar-top,auto);width:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);z-index:50}&.swiper-scrollbar-vertical,.swiper-vertical>&{height:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);left:var(--swiper-scrollbar-left,auto);position:absolute;right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);width:var(--swiper-scrollbar-size,4px);z-index:50}}.swiper-scrollbar-drag{background:var(--swiper-scrollbar-drag-bg-color,#00000080);border-radius:var(--swiper-scrollbar-border-radius,10px);height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%;>canvas,>img,>svg{max-height:100%;max-width:100%;object-fit:contain}}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.swiper-fade{&.swiper-free-mode{.swiper-slide{transition-timing-function:ease-out}}.swiper-slide{pointer-events:none;transition-property:opacity;.swiper-slide{pointer-events:none}}.swiper-slide-active{pointer-events:auto;& .swiper-slide-active{pointer-events:auto}}}.swiper.swiper-cube{overflow:visible}.swiper-cube{.swiper-slide{backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:0 0;visibility:hidden;width:100%;z-index:1;.swiper-slide{pointer-events:none}}&.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}.swiper-slide-active,.swiper-slide-next,.swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0;&:before{background:#000000;bottom:0;content:"";filter:blur(50px);left:0;position:absolute;right:0;top:0}}}.swiper-cube{.swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}}.swiper-cube{.swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-slide-shadow-cube.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper.swiper-flip{overflow:visible}.swiper-flip{.swiper-slide{backface-visibility:hidden;pointer-events:none;z-index:1;.swiper-slide{pointer-events:none}}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}}.swiper-flip{.swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-slide-shadow-flip.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper-creative{.swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}}.swiper.swiper-cards{overflow:visible}.swiper-cards{.swiper-slide{backface-visibility:hidden;overflow:hidden;transform-origin:center bottom}}





.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:#FFFFFF}.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:#FFFFFF;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:#FFFFFF;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 #FFFFFF;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 #FFFFFF;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:#000000}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;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-bg { background: #000000; opacity: 0.5;  }
.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;border: none;} */
.mfp-close{position: fixed;}
button.mfp-close{font-size:0!important;}   
button.mfp-close:before,
button.mfp-close:after{ content: ''; position: absolute; background-color: #FFFFFF; border-radius: 20px;right: 0; top: 8px; left: 0; margin: 0 auto;}
button.mfp-close:before {transform: rotate(45deg) !important;}
button.mfp-close:after { transform: rotate(-45deg) !important;}
.mfp-close-btn-in button.mfp-close { border:none !important;border-radius: 5px; right:0; padding: 0; background-color: rgb(0 0 0 / 80%); color: #FFFFFF;}
html:has(.mfp-ready) {
    overflow: hidden;
}
html:has(.mfp-wrap) .mfp-wrap {
    overflow: hidden auto;
}

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


.mfp-arrow:after,.mfp-arrow:before{display:none}
button.mfp-arrow{border-radius:5px;width:40px;height:40px; transform-origin: unset !important; border:1px solid #939393;background-color:#F5F5F5;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="12" viewBox="0 0 25 12"><path d="M24.4904 6.68502L24.4895 6.68594L19.4328 11.7182C19.054 12.0952 18.4413 12.0938 18.0642 11.7149C17.6872 11.3361 17.6886 10.7234 18.0675 10.3463L21.4625 6.96774L0.967743 6.96774C0.433258 6.96774 0 6.53448 0 6C0 5.46552 0.433258 5.03226 0.967743 5.03226L21.4624 5.03226L18.0675 1.65368C17.6887 1.27664 17.6872 0.663917 18.0643 0.285093C18.4413 -0.0938263 19.0541 -0.0951319 19.4329 0.281803L24.4895 5.31406L24.4904 5.31498C24.8694 5.69327 24.8682 6.30798 24.4904 6.68502Z" fill="black"/></svg>');color:#000000;padding:8px 5px;justify-content:center;transition:all ease .3s;-moz-transition:all ease .3s;-webkit-transition:all ease .3s;-o-transition:all ease .3s;background-repeat:no-repeat;background-size:24px;background-position:center}
button.mfp-arrow{top:50%;display:flex;align-items:center;bottom:unset;margin:0}
.mfp-arrow-left{left: -20px;transform: translateY(-50%) rotate(180deg);}
.mfp-arrow-right{right: -20px;transform: translateY(-50%);}
.mfp-title{padding:10px 0}
.mfp-content{max-width:750px!important}
button.mfp-arrow:active { margin:0 !important; } 
.mfp-close-btn-in button.mfp-close{position:absolute;right:0;top:5px;width:15px;height:35px;background:0 0;z-index:9999;cursor:pointer!important}
button.mfp-close:after,button.mfp-close:before{width:3px;height:20px;background:#FFFFFF}
button.mfp-arrow:hover,button.mfp-arrow:focus,button.mfp-arrow:active { background-color: #E11914; color: #FFFFFF; border-color: #E11914; background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="12" viewBox="0 0 25 12"><path d="M24.4904 6.68502L24.4895 6.68594L19.4328 11.7182C19.054 12.0952 18.4413 12.0938 18.0642 11.7149C17.6872 11.3361 17.6886 10.7234 18.0675 10.3463L21.4625 6.96774L0.967743 6.96774C0.433258 6.96774 0 6.53448 0 6C0 5.46552 0.433258 5.03226 0.967743 5.03226L21.4624 5.03226L18.0675 1.65368C17.6887 1.27664 17.6872 0.663917 18.0643 0.285093C18.4413 -0.0938263 19.0541 -0.0951319 19.4329 0.281803L24.4895 5.31406L24.4904 5.31498C24.8694 5.69327 24.8682 6.30798 24.4904 6.68502Z" fill="white"/></svg>'); }



@media(min-width:768px){
  .mfp-iframe-holder { padding: 60px 60px;}
  .mfp-close-btn-in button.mfp-close{ top: 0px; width: 36px; height: 36px; right: -7px; }
  button.mfp-close:before,button.mfp-close:after{width: 4px; height: 30px; }
  .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;}
  .mfp-close-btn-in .popupiframeStyle button.mfp-close{top:-34px;right: 0;}
  .mfp-content{width:calc(100% - 50px)}
  button.mfp-arrow{width:35px;height:35px;background-size:20px; }
  img.mfp-img{padding:30px 0 40px 0}
  .mfp-close-btn-in button.mfp-close{top:-5px;right:-10px}
}



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




:root{
  --primaryBgColor: #000000;
  --secondaryBgColor: #E11914;
  --tertiaryBgColor: #FFFFFF;
  --grayBgColor: #EDEDED;
  --lightGrayBgColor: #F5F5F5;
  --darkGrayBgColor: #939393;

  --primaryColor: #000000;
  --secondaryColor: #E11914;
  --tertiaryColor: #FFFFFF;
}

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: 'Titillium Web', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: #FFFFFF;
  color:#000000;letter-spacing:0em;;
  font-size: 18px;
  line-height: 1.4;
  overflow-x:hidden;
  word-break: break-word;
}
/* Image */
img { display: inline-block; max-width: 100%; height: auto; vertical-align: middle; }

.FullImageWidth img{width:100%;}
/* Anchors */
body a.cta_button {
  box-sizing: border-box !important;
  display: inline-block;
}
a {
  font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #E11914;
  text-decoration: none!important;
  transition: all ease .3s; -moz-transition: all ease .3s; -webkit-transition: all ease .3s; -o-transition: all ease .3s;
}
a:hover, a:focus {

  color: #000000;
}
a:active {

  color: #505050;
}
a.button:disabled {
  background-color: #F1F1F1;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Oswald, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #000000;
  margin:0;
  padding:0;
}
/* Lists */


ul,
ol {
  list-style-position: inside;
}

ul ul,
ol ul,
ul ol,
ol ol {
  padding-left: 3rem;
}

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


ul,
ol {
  margin: 1.5rem 0;
  padding-left: 1.5rem;
}

ul li,
ol li {
  margin: 0.75rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 1.5rem;
}

/* Blockquote */

blockquote {
  font-size: 1.5rem;
  margin: 0 0 1.5rem;
} 

blockquote {
  border-left: 4px solid #000000;
  padding-left: 1.5rem;
}

/* Horizontal Rules */

hr {
  border: 0 none;
  border-bottom: 1px solid;
}
hr {
  border-bottom-color: #D0D0D0;
}


/* Code Blocks */

code {
  vertical-align: bottom;
}

strong {
  font-weight: 600;
}

/* Anchors */

a {
  cursor: pointer;
}

a.button:disabled {
  pointer-events: none;
}

/* Subscripts and Superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}  

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

.clearfix {
  display: block
}

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

.noUlStyle ul{margin:0;padding:0;list-style:none;}
.noUlStyle ul li{margin:0;}



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


h1,.h1{ font-family: Oswald, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;text-transform:none; color:#FFFFFF;letter-spacing:0em;; }
h2,.h2{ font-family: Oswald, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;text-transform:none; color:#000000;letter-spacing:0em;; }
h3,.h3{ font-family: Oswald, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;text-transform:none; color:#000000;letter-spacing:0em;; }
h4,.h4{ font-family: Oswald, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;text-transform:none; color:#000000;letter-spacing:0em;; }
h5,.h5{ font-family: Oswald, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;text-transform:none; color:#000000;letter-spacing:0em;; }
h6,.h6{ font-family: Oswald, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;text-transform:none; color:#000000;letter-spacing:0em;; }

.fontLarge{font-size:20px;line-height: 1.4;}
.fontSmall{font-size:16px;line-height: 1.5;}
.fontExtraSmall{font-size:14px;line-height: 1.5;}

/* Color Formating */
.primaryBgColor{background-color: #000000;}
.secondaryBgColor{background-color: #E11914;}
.tertiaryBgColor{background-color: #FFFFFF;}
.grayBgColor{background-color:  #EDEDED;}
.lightGrayBgColor{background-color: #F5F5F5;}
.darkGrayBgColor{background-color: #939393;}


.primaryColor,.allprimaryColor * {color: #000000;}
.secondaryColor,.allsecondaryColor * {color: #E11914;}
.tertiaryColor,.alltertiaryColor * {color: #FFFFFF;}

.borderFullGray { border: 1px solid #EDEDED; }
.borderFullLight { border: 1px solid #F5F5F5; }
.borderFullDark { border: 1px solid #939393; }
.borderBottomDark { border-bottom: 1px solid #939393; }
.borderTopDark { border-top: 1px solid #939393; }

.uppercase,.uppercasetitle { text-transform: uppercase;}
.text-capitalize { text-transform: capitalize;}
.overLink { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }

.globelShadow{box-shadow:0px 0px 15px 0px rgba(0, 0, 0, 10%);}

.borderRadius3,.borderRadiusImg3 img { border-radius: 3px; }
.borderRadius5,.borderRadiusImg5 img { border-radius: 5px; }
.borderRadius10,.borderRadiusImg10 img { border-radius: 10px; }



.fontLargeBold,.fontSmallBold,.fontExtraSmallBold,.fontRegularBold{ font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 600; text-decoration: none }
.fontRegularBold{font-size: 18px;}

.fontLargeBold,.fontLargeRegular,.fontRegularBold{line-height: 1.4;}
.fontSmallBold,.fontSmallRegular,.fontExtraSmallBold,.fontExtraSmallRegular{line-height: 1.5;}
@media(min-width:992px){

  h1,.h1{font-size:55px;line-height:1.40;}
  h2,.h2,.h2 h1{font-size:45px;line-height:1.40;}
  h3,.h3{font-size:35px;line-height:1.40;}
  h4,.h4{font-size:28px;line-height:1.40;}
  h5,.h5{font-size:24px;line-height:1.50;}
  h6,.h6{font-size:20px;line-height:1.50;}

  /*   .fontLarge{font-size:20px;}
  .fontSmall{font-size:16px;}
  .fontExtraSmall{font-size:14px;} */

  .fontLargeBold,.fontLargeRegular{font-size:20px;}
  .fontSmallBold,.fontSmallRegular{font-size:16px;}
  .fontExtraSmallBold,.fontExtraSmallRegular{font-size:14px;}

  .borderRadius20,.borderRadiusImg20 img { border-radius: 20px; }
  .borderRadius30,.borderRadiusImg30 img { border-radius: 30px; }
  .borderRadius-md-15,.borderRadius-md-Img15 img { border-radius: 15px; }

}

/* Tablet Device */
@media(max-width:991px){
  
  body{font-size:16px;line-height:1.4;}
  
  h1,.h1{font-size:44px;line-height:1.41;}
  h2,.h2,.h2 h1{font-size:38px;line-height:1.42;}
  h3,.h3{font-size:30px;line-height:1.40;}
  h4,.h4{font-size:24px;line-height:1.42;}
  h5,.h5{font-size:20px;line-height:1.40;}
  h6,.h6{font-size:18px;line-height:1.50;}


  .fontRegularBold{font-size:16px;line-height:1.4;}

  /*   .fontLarge{font-size:18px;}
  .fontSmall{font-size:14px;}
  .fontExtraSmall{font-size:12px;} */

  .fontLargeBold,.fontLargeRegular{font-size:18px;}
  .fontSmallBold,.fontSmallRegular{font-size:14px;}
  .fontExtraSmallBold,.fontExtraSmallRegular{font-size:14px;}

  .borderRadius20,.borderRadiusImg20 img { border-radius: 10px; }
  .borderRadius30,.borderRadiusImg30 img { border-radius: 20px; }
  .tab-borderRadius5,.tab-borderRadiusImg5 img { border-radius: 5px; }

}

/* Mobile Device */
@media(max-width:767px){
  
  
  
  h1,.h1{font-size:36px;line-height:1.31;}
  h2,.h2,.h2 h1{font-size:30px;line-height:1.40;}
  h3,.h3{font-size:26px;line-height:1.38;}
  h4,.h4{font-size:22px;line-height:1.32;}
  
  

 *+p{margin-top:15px;}

}
/* Button Icon */
.button.buttonIcon a .icon{width:23px;height:23px;flex:0 0 auto;transition:inherit;display:flex;justify-content:center;align-items:center;color:currentColor;position:relative;}
.button.buttonIcon a .icon svg{width:100%;height:100%;display:block;fill:currentColor;object-fit:contain;transition:inherit;}
.button.buttonIcon a .icon svg path{fill:inherit;transition:inherit;}

.button.buttonIcon.btn-large a .icon{width:25px;height:25px;}
.button.buttonIcon.btn-extra-small a .icon,.button.buttonIcon.btn-small a .icon{width:21px;height:21px;}

.button.buttonIcon a .icon .customIcon{position:absolute;top:0;left:0;right:0;margin:auto;bottom:0;width:100%;height:100%!important;object-fit:contain;object-position:center;transition:inherit;}
.button.buttonIcon a .icon .customIcon img.customIcon.hoverImgIcon{}
.button.buttonIcon a .icon .customIcon.hoverImgIcon{opacity:0;visibility:hidden;}
.button.buttonIcon a:hover .icon .customIcon.hoverImgIcon{opacity:1;visibility:visible;}
.button.buttonIcon a:hover .icon .customIcon.defaultImgIcon{opacity:0;visibility:hidden;}

.button.buttonIcon.prefix a .icon { margin-right: 10px; }
.button.buttonIcon.suffix a .icon { margin-left: 10px; }
.button.buttonIcon.prefix.btn-extra-small a .icon,.button.buttonIcon.prefix.btn-small a .icon{margin-right:5px;}
.button.buttonIcon.suffix.btn-extra-small a .icon,.button.buttonIcon.suffix.btn-small a .icon{margin-left:5px;}
/* Primary Button */
button,
a.button,.button a,
a.hs-button, .cta_button{
  font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: rgba(225, 25, 20, 1.0);
  border: 1px none #E11914;
  border-radius: 4px;
  color: rgba(255, 255, 255, 1);
  fill: rgba(255, 255, 255, 1);
  font-size: 18px;
  padding: 11px 25px;
  text-transform: none;
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  text-align: center;
  line-height: 1.4;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all ease .5s;
  -moz-transition: all ease .5s;
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
      vertical-align: top;
}

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


button:before,button:after,
a.button:before, a.button:after,
.button:not([class*=button--simple]) a:before, .button:not([class*=button--simple]) a:after,
a.hs-button:before, a.hs-button:after,
.cta_button:before ,.cta_button:after{width:102%;height:50%;position:absolute;transition: inherit;content:"";z-index:-1;background-color: rgba(0, 0, 0, 1.0);}

button:before,
a.button:before,
.button:not([class*=button--simple]) a:before,
a.hs-button:before,
.cta_button:before{top:0;right: 101%;}

button:after,
a.button:after,
.button:not([class*=button--simple]) a:after,
a.hs-button:after,
.cta_button:after{bottom:0;left: 101%;;}


button:hover:before,
a.button:hover:before,
.button:not([class*=button--simple]) a:hover:before, 
a.hs-button:hover:before,
.cta_button:hover:before{    right: -1%;}

button:hover:after,
a.button:hover:after,
.button:not([class*=button--simple]) a:hover:after,
a.hs-button:hover:after,
.cta_button:hover:after{    left: -1%;}


button:hover, 
.button a:hover, a.button:hover, 
.cta_button:hover, a.hs-button:hover, 
button:focus,
.button a:focus, .cta_button:focus,
a.button:focus, a.hs-button:focus {
  border: 1px none #000000;
  color: rgba(255, 255, 255, 1);
}

button:focus,
.button a:focus, .cta_button:focus,
a.button:focus, a.hs-button:focus{
  background-color: rgba(0, 0, 0, 1.0);

}

button:active, 
a.button:active, 
.button a:active, 
.cta_button:active, 
a.hs-button:active
{

  background-color: #505050;
  border: 1px none #000000;
  border-color: #505050;
}
/* End Primary Button */


/* Secondary Button */
.button.button--secondary a,
a.button.button--secondary {
  font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: rgba(225, 25, 20, 1.0);
  border: 1px none #E11914;
  border-radius: 4px;
  color: rgba(255, 255, 255, 1);
  fill: rgba(255, 255, 255, 1);

  text-transform: none;
}

.button.button--secondary a:before,.button.button--secondary a:after,
a.button.button--secondary:before,a.button.button--secondary:after{background-color: rgba(255, 255, 255, 1.0);}

.button.button--secondary a:hover,
.button.button--secondary a:focus,
.button.button--secondary a:active,
a.button.button--secondary:hover,
a.button.button--secondary:focus,
a.button.button--secondary:active {
  

  border: 1px none #FFFFFF;
  color: rgba(225, 25, 20, 1);
  fill: rgba(225, 25, 20, 1);
}
.button.button--secondary a:focus,a.button.button--secondary:focus{background-color: rgba(255, 255, 255, 1.0);}

.button.button--secondary a:active,
a.button.button--secondary:active {
  
  background-color: rgba(255, 255, 255, 100);
  border: 1px none #FFFFFF;
  border-color: #ffffff;
  color: #ff6964;
  fill: #ff6964;
}
/* End Secondary Button */

/* Tertiary Button */
.button.button--tertiary a,
a.button.button--tertiary {
  font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: rgba(0, 0, 0, 1.0);
  border: 1px none #000000;
  border-radius: 4px;
  color: rgba(255, 255, 255, 1);
  fill: rgba(255, 255, 255, 1);

  text-transform: none;
}


.button.button--tertiary a:before,.button.button--tertiary a:after,
a.button.button--tertiary:before,a.button.button--tertiary:after{background-color: rgba(255, 255, 255, 1.0);}

.button.button--tertiary a:hover,
.button.button--tertiary a:focus,
.button.button--tertiary a:active,
a.button.button--tertiary:hover,
a.button.button--tertiary:focus,
a.button.button--tertiary:active {
  

  border: 1px none #FFFFFF;
  color: rgba(225, 25, 20, 1);
  fill: rgba(225, 25, 20, 1);
}

.button.button--tertiary a:focus,a.button.button--tertiary:focus{background-color: rgba(255, 255, 255, 1.0);}

.button.button--tertiary a:active,
a.button.button--tertiary:active {
  
  background-color: rgba(255, 255, 255, 100);
  border: 1px none #FFFFFF;
  border-color: #ffffff;
  color: #ff6964;
  fill: #ff6964;
}
/* End Tertiary Button */

/* Quaternary Button */
.button.button--quaternary a,
a.button.button--quaternary {
  font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: rgba(0, 0, 0, 1.0);
  border: 1px none #000000;
  border-radius: 4px;
  color: rgba(255, 255, 255, 1);
  fill: rgba(255, 255, 255, 1);

  text-transform: none;
}

.button.button--quaternary a:before,.button.button--quaternary a:after,
a.button.button--quaternary:before,a.button.button--quaternary:after{background-color: rgba(225, 25, 20, 1.0);}

.button.button--quaternary a:hover,
.button.button--quaternary a:focus,
.button.button--quaternary a:active,
a.button.button--quaternary:hover,
a.button.button--quaternary:focus,
a.button.button--quaternary:active {
  

  border: 1px none #E11914;
  color: rgba(255, 255, 255, 1);
  fill: rgba(255, 255, 255, 1);
}

.button.button--quaternary a:focus,a.button.button--quaternary:focus{background-color: rgba(225, 25, 20, 1.0);}

.button.button--quaternary a:active,
a.button.button--quaternary:active {
  
  background-color: rgba(255, 105, 100, 100);
  border: 1px none #E11914;
  border-color: #ff6964;
  color: #ffffff;
  fill: #ffffff;
}
/* End Quaternary Button */


/* Simple Button */
.button.button--simple a,a.button.button--simple {
  font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: rgba(225, 25, 20, 1);
  fill: rgba(225, 25, 20, 1);
  text-transform: none;
  padding: 0!important;
  background-color: transparent !important;
  border: none;    position: relative;
  border-radius: 0px;
  padding-bottom: 2px;
}


.button.button--simple a:after,a.button.button--simple:after {
  content: none;
}


.button.button--simple a:hover,
a.button.button--simple:hover,
.button.button--simple a:focus,
a.button.button--simple:focus {
  
  color: rgba(225, 25, 20, 1);
  fill: rgba(225, 25, 20, 1);
}




.button.button--simple a:before,
a.button.button--simple:before,
.button.button--simple a:before{

  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  right: 0;
  bottom: 0;
   top: unset;
  background-color: #E11914;
  transition: inherit;


}

.button.button--simple a:hover:before,
a.button.button--simple:hover:before,
.button.button--simple a:focus:before,
a.button.button--simple:focus:before,
.button.button--simple a:active:before,
a.button.button--simple:active:before {
  width: 100%;
  left: 0;
  right: auto;

}


.button.button--simple a:active,
a.button.button--simple:active {
  
  color: #ff6964;
  fill: #ff6964;
}
.button--simple:disabled,
.button--simple a:disabled,
.button--simple:disabled:hover,
.button--simple a:disabled:hover,
.button--simple:disabled:focus,
.button--simple a:disabled:focus,
.button--simple:disabled:active,
.button--simple a:disabled:active{
  background-color: transparent !important;
}



/* Simple Version 2 Button */
.button.button--simple-ver2 a,a.button.button--simple-ver2 {
  font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: rgba(255, 255, 255, 1);
  fill: rgba(255, 255, 255, 1);
  text-transform: none;
  padding: 0 !important;
  background-color: transparent !important;
  border: none;    position: relative;
  border-radius: 0px;
  padding-bottom: 2px;
}


.button.button--simple-ver2 a:after,a.button.button--simple-ver2:after {
  content: none;
}


.button.button--simple-ver2 a:hover,
a.button.button--simple-ver2:hover,
.button.button--simple-ver2 a:focus,
a.button.button--simple-ver2:focus {
  
  color: rgba(255, 255, 255, 1);
  fill: rgba(255, 255, 255, 1);
}




.button.button--simple-ver2 a:before,
a.button.button--simple-ver2:before,
.button.button--simple-ver2 a:before{

  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  right: 0;
  bottom: 0;
      top: unset;
  background-color: #FFFFFF;
  transition: inherit;


}

.button.button--simple-ver2 a:hover:before,
a.button.button--simple-ver2:hover:before,
.button.button--simple-ver2 a:focus:before,
a.button.button--simple-ver2:focus:before,
.button.button--simple-ver2 a:active:before,
a.button.button--simple-ver2:active:before {
  width: 100%;
  left: 0;
  right: auto;

}


.button.button--simple-ver2 a:active,
a.button.button--simple-ver2:active {
  
  color: #ff6964;
  fill: #ff6964;
}
.button--simple-ver2:disabled,
.button--simple-ver2 a:disabled,
.button--simple-ver2:disabled:hover,
.button--simple-ver2 a:disabled:hover,
.button--simple-ver2:disabled:focus,
.button--simple-ver2 a:disabled:focus,
.button--simple-ver2:disabled:active,
.button--simple-ver2 a:disabled:active{
  background-color: transparent !important;
}



/* Button Sizing */

button.btn-extra-small,
a.button.btn-extra-small,.button.btn-extra-small a,
a.hs-button.btn-extra-small, .cta_button.btn-extra-small,
.button.button--secondary.btn-extra-small a,
a.button.button--secondary.btn-extra-small,
.button.button--tertiary.btn-extra-small a,
a.button.button--tertiary.btn-extra-small,
.button.button--quaternary.btn-extra-small a,
a.button.button--quaternary.btn-extra-small{
  font-size: 14px;
  line-height: 1.5;
  padding: 2.5px 10px;
}

button.btn-small,
a.button.btn-small,.button.btn-small a,
a.hs-button.btn-small, .cta_button.btn-small,
.button.button--secondary.btn-small a,
a.button.button--secondary.btn-small,
.button.button--tertiary.btn-small a,
a.button.button--tertiary.btn-small,
.button.button--quaternary.btn-small a,
a.button.button--quaternary.btn-small{
  font-size: 16px;
  line-height: 1.5;
  padding: 7px 10px;
}
button.btn-large,
a.button.btn-large,.button.btn-large a,
a.hs-button.btn-large, .cta_button.btn-large,
.button.button--secondary.btn-large a,
a.button.button--secondary.btn-large,
.button.button--tertiary.btn-large a,
a.button.button--tertiary.btn-large,
.button.button--quaternary.btn-large a,
a.button.button--quaternary.btn-large{
  font-size: 20px;
  padding: 13px 25px;

}


@media(max-width:767px){
  button.btn-small,
  a.button.btn-small,.button.btn-small a,
  a.hs-button.btn-small, .cta_button.btn-small,
  .button.button--secondary.btn-small a,
  a.button.button--secondary.btn-small,
  .button.button--tertiary.btn-small a,
  a.button.button--tertiary.btn-small,
  .button.button--quaternary.btn-small a,
  a.button.button--quaternary.btn-small{
    font-size: 14px; padding: 4px 8px; 
  }
  button.btn-large,
  a.button.btn-large,.button.btn-large a,
  a.hs-button.btn-large, .cta_button.btn-large,
  .button.button--secondary.btn-large a,
  a.button.button--secondary.btn-large,
  .button.button--tertiary.btn-large a,
  a.button.button--tertiary.btn-large,
  .button.button--quaternary.btn-large a,
  a.button.button--quaternary.btn-large{
    font-size: 18px; padding: 10px 20px; 

  }
  button, a.button, .button a, a.hs-button, .cta_button { font-size: 16px; padding: 8px 20px; }

}

/* Base */


html body .overRideStyle.formReStyling [data-hsfc-id="Renderer"]{

  /* Global */
  --hsf-global__font-family:'Titillium Web', sans-serif;
  --hsf-global__font-size: 16px;
  --hsf-global__color: #000000;
  --hsf-global-error__color: #EF6B51;

  /* Row & Layout */
  --hsf-row__horizontal-spacing: 30px;
  --hsf-row__vertical-spacing: 30px;
  --hsf-module__vertical-spacing: 10px;

  /* Heading */
  --hsf-heading__font-family: Oswald, sans-serif;
  --hsf-heading__color: #000000;

  /* Rich Text */
  --hsf-richtext__font-family: 'Titillium Web', sans-serif;
  --hsf-richtext__font-size: 14px;
  --hsf-richtext__color: #000000;

  /* Background */
  --hsf-background__background-size: unset;
  --hsf-background__background-color: rgba(255, 255, 255, 1.0);
  --hsf-background__background-image: unset;
  --hsf-background__background-position: unset;
  --hsf-background__border-style: solid;
  --hsf-background__border-color: #F1F1F1;
  --hsf-background__border-radius: 10px;
  --hsf-background__border-width: 0;
  --hsf-background__padding: 30px 30px;

  /* Button */
  
  --hsf-button__font-family: 'Titillium Web', sans-serif;
  --hsf-button__font-size: 18px;
  --hsf-button__color: rgba(255, 255, 255, 1);
  --hsf-button__background-color: rgba(225, 25, 20, 1.0);
  --hsf-button__border-radius: 4px;
  --hsf-button__padding: 11px 25px;
  --hsf-button--hover__background-color: rgba(0, 0, 0, 1.0);
--hsf-button__hover__color: rgba(255, 255, 255, 1);
  


  

  

  

  

  /* Label */
  --hsf-field-label__font-family: 'Titillium Web', sans-serif;
  --hsf-field-label__font-size: 18px;
  --hsf-field-label__color: #000000;
  --hsf-field-label-requiredindicator__color: #EF6B51;

  /* Description / Help */
  --hsf-field-description__font-family: 'Titillium Web', sans-serif;
  --hsf-field-description__color: #000000;
  --hsf-field-footer__font-family: 'Titillium Web', sans-serif;
  --hsf-field-footer__color: #000000;
  --hsf-field-description__font-size:


  /* Input */
  --hsf-field-input__font-family: 'Titillium Web', sans-serif;
  --hsf-field-input__color: #000000;
  --hsf-field-input__background-color: #FFFFFF;
  --hsf-field-input__placeholder-color: #000000;
  --hsf-field-input__border-color: #EDEDED;
  --hsf-field-input__border-width: 1px;
  --hsf-field-input__border-style: solid;
  --hsf-field-input__border-radius: 6px;
  --hsf-field-input__padding: 14px 15px;

  /* Textarea */
  --hsf-field-textarea__font-family: 'Titillium Web', sans-serif;
  --hsf-field-textarea__color: #000000;
  --hsf-field-textarea__background-color: #FFFFFF;
  --hsf-field-textarea__placeholder-color: #000000;
  --hsf-field-textarea__border-color: #EDEDED;
  --hsf-field-textarea__border-width: 1px;
  --hsf-field-textarea__border-style: solid;
  --hsf-field-textarea__border-radius: 6px;
  --hsf-field-textarea__padding: 14px 15px;

  /* Checkbox */
  --hsf-field-checkbox__padding: 0px;
  --hsf-field-checkbox__background-color: #E11914;
  --hsf-field-checkbox__color: #000000;
  --hsf-field-checkbox__border-color: rgba(255, 255, 255, 1.0);
  --hsf-field-checkbox__border-width: 1px;
  --hsf-field-checkbox__border-style: solid;



  /* Radio */
  --hsf-field-radio__padding: 0px;
  --hsf-field-radio__background-color: #FFFFFF;
  --hsf-field-radio__color: #000000;
  --hsf-field-radio__border-color:#E11914;
  --hsf-field-radio__border-width:1px;
  --hsf-field-radio__border-style:  solid;

  /* Progress Bar */
  --hsf-progressbar-text__font-family: ;
  --hsf-progressbar-text__font-size: 18px;
  --hsf-progressbar-text__color: #000000;
  --hsf-progressbar-progressLine__background-color: #000000;
  --hsf-progressbar-trackLine__background-color: #E11914;

  /* Alerts */
  --hsf-erroralert__font-family: 'Titillium Web', sans-serif;
  --hsf-erroralert__font-size: 14px;
  --hsf-erroralert__color: #EF6B51;;

  --hsf-infoalert__font-family:'Titillium Web', sans-serif;
  --hsf-infoalert__font-size: 14px;
  --hsf-infoalert__color: #000000;

}  
html body .overRideStyle.formReStyling [data-hsfc-id="Renderer"] .hsfc-Button{color:var(--hsf-button__color);background-color:var( --hsf-button__background-color);}
html body .overRideStyle.formReStyling [data-hsfc-id="Renderer"] .hsfc-Button:hover{color:var(--hsf-button__hover__color);}
html body .overRideStyle.formReStyling [data-hsfc-id="Renderer"] .hsfc-Button:after,html body .overRideStyle.formReStyling [data-hsfc-id="Renderer"] .hsfc-Button:before{width:102%;height:50%;position:absolute;transition:inherit;content:"";z-index:-1;background-color:var(--hsf-button--hover__background-color);}
html body .overRideStyle.formReStyling [data-hsfc-id="Renderer"] .hsfc-Button:after{bottom:0;left:101%;}
html body .overRideStyle.formReStyling [data-hsfc-id="Renderer"] .hsfc-Button:before{top:0;right:101%;}
html body .overRideStyle.formReStyling [data-hsfc-id="Renderer"] .hsfc-Button:hover:before{right:-1%;}
html body .overRideStyle.formReStyling [data-hsfc-id="Renderer"] .hsfc-Button:hover:after{left:-1%;}
html body .overRideStyle.formReStyling [data-hsfc-id=Renderer] .hsfc-Row>div>.hsfc-FieldLabel{
 font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size:16px;
  padding: 0px 0px;

}
html body .overRideStyle.formReStyling [data-hsfc-id=Renderer] .hsfc-Row {
   
   gap: 0;
    margin-bottom: 20px;
    box-sizing: border-box;
}

html body .overRideStyle.formReStyling [data-hsfc-id=Renderer]:has(.hsfc-DataPrivacyField) .hsfc-Row>.hsfc-DataPrivacyField>.hsfc-Row>.hsfc-RichText{
font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 14px;

}
html body .overRideStyle.formReStyling [data-hsfc-id=Renderer] .hsfc-Row>.hsfc-RichText{
 font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 14px;

}

html body .overRideStyle.formReStyling [data-hsfc-id=Renderer] .hsfc-FieldDescription {

  font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 14px;

}





.formReStyling:has(.hsfc-Renderer) .hsfc-Step {
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
}

html body .overRideStyle [data-hsfc-id=Renderer] .hsfc-TextInput{

 font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid #EDEDED;
  
  color: #000000;
  font-size: 14px;
    line-height: 1.4;
    padding:10px 15px;; border-radius: 4px;


}


.formReStyling:has(.hsfc-Renderer) .hsfc-Step .hsfc-Step__Content{ padding: 0 !important;}


html body .overRideStyle.formReStyling [data-hsfc-id=Renderer] .hsfc-CheckboxInput {
  background-color: transparent;
  border-style: none;
  border-color: unset;
  padding: 0;
  border-width: unset;
  position: relative;
}

html body .overRideStyle.formReStyling [data-hsfc-id=Renderer] .hsfc-CheckboxInput {
  /* content: ''; */
  background-color: transparent;
  display: inline-block;
  transition: .5s ease all;
  border: 1px solid #E11914;
  width: 20px;
  height: 20px;
  margin: 0;
}

html body .overRideStyle.formReStyling [data-hsfc-id=Renderer] .hsfc-CheckboxInput:checked {
   background-color: var(--hsf-field-checkbox__background-color);
}

html body .overRideStyle.formReStyling [data-hsfc-id=Renderer] .hsfc-CheckboxInput:checked:before {}

html body .overRideStyle.formReStyling [data-hsfc-id=Renderer] .hsfc-CheckboxInput:checked:after {
  content: '';
  display: block;
  position: absolute;
  left: 6px;
  width: 6px;
  height: 11px;
 
 border-width: 0 var(--hsf-field-checkbox__border-width) var(--hsf-field-checkbox__border-width) 0;
    border-style: var(--hsf-field-checkbox__border-style);
    border-color: var(--hsf-field-checkbox__border-color);
  transform: rotate(45deg);
  transition: .5s ease all;
  top: calc(50% - 7px);
  mask-image: unset;
  background-color: transparent;
  bottom: unset;
}

html body .overRideStyle.formReStyling [data-hsfc-id=Renderer] .hsfc-CheckboxFieldGroup__Options label {
  gap: 15px;
}

html body .overRideStyle.formReStyling [data-hsfc-id=Renderer] .hsfc-Row:not(:has(.hsfc-CheckboxFieldGroup:nth-child(2))):has(.hsfc-CheckboxFieldGroup:nth-child(1)) .hsfc-CheckboxFieldGroup__Options,
html body .overRideStyle.formReStyling [data-hsfc-id=Renderer] .hsfc-Row:not(:has(.hsfc-RadioFieldGroup:nth-child(2))):has(.hsfc-RadioFieldGroup:nth-child(1)) .hsfc-RadioFieldGroup__Options{
    display: flex;
    flex-wrap: wrap;
    max-width: initial !important;
    float: none !important;
    row-gap: 10px;
    column-gap: 30px;
}

html body .overRideStyle.formReStyling [data-hsfc-id=Renderer] .hsfc-Row:not(:has(.hsfc-CheckboxFieldGroup:nth-child(2))):has(.hsfc-CheckboxFieldGroup:nth-child(1)) .hsfc-CheckboxFieldGroup__Options>div,
html body .overRideStyle.formReStyling [data-hsfc-id=Renderer] .hsfc-Row:not(:has(.hsfc-RadioFieldGroup:nth-child(2))):has(.hsfc-RadioFieldGroup:nth-child(1)) .hsfc-RadioFieldGroup__Options>div{
    width: calc(50% - 15px) !important;
    margin: 0 0;
}

html body .overRideStyle.formReStyling [data-hsfc-id=Renderer] .hsfc-RadioFieldGroup__Options label>input {
 
  border-style: none;
  border-color: unset;
  padding: 0;
  border-width: unset;
  position: relative;
  transition: .5s ease all;
 background-color: var(--hsf-field-radio__background-color, var(--hsf-field-input__background-color, var(--hsf-default-field-radio__background-color)));
    border-style: var(--hsf-field-radio__border-style, var(--hsf-field-input__border-style, var(--hsf-default-field-radio__border-style)));
    border-color: var(--hsf-field-radio__border-color, var(--hsf-field-input__border-color, var(--hsf-default-field-radio__border-color)));
  border-width: var(--hsf-field-radio__border-width, var(--hsf-field-input__border-width, var(--hsf-default-field-radio__border-width)));
  width: 20px;
  height: 20px;
  margin: 0;
}

html body .overRideStyle.formReStyling [data-hsfc-id=Renderer] .hsfc-RadioFieldGroup__Options label>input:checked:after {
  content: '';
  display: block;
  position: absolute;
  transition: .5s ease all;
  top: 50%;
  mask-image: unset;
  bottom: unset;
  width: 10px;
  height: 10px;
  background-color: var(--hsf-field-radio__background-color, var(--hsf-field-input__background-color, var(--hsf-default-field-radio__background-color)));
  border-radius: 100%;
  left: 50%;
  transform: translate(-50%,-50%);
}

html body .overRideStyle.formReStyling [data-hsfc-id=Renderer] .hsfc-RadioFieldGroup__Options label>input:checked {
  background-color: #E11914;
}


html body .overRideStyle.formReStyling [data-hsfc-id=Renderer] .hsfc-DropdownInput__Caret>span {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 0.76794C15.9935 1.06831 15.8741 1.26643 15.6934 1.44218C14.2958 2.81943 12.9015 4.19987 11.5072 5.57712C10.5583 6.51659 9.60614 7.45605 8.65723 8.39552C8.57008 8.4818 8.47971 8.56488 8.36997 8.6224C8.06012 8.78537 7.76964 8.73744 7.49852 8.53612C7.44365 8.49458 7.39201 8.44665 7.3436 8.39552C4.99714 6.07561 2.65391 3.7589 0.307447 1.43899C-0.0992291 1.04275 -0.102457 0.518694 0.297765 0.192757C0.601158 -0.0532942 0.978787 -0.0628806 1.28864 0.17678C1.34673 0.221516 1.4016 0.272644 1.45647 0.326966C3.59959 2.43917 5.73948 4.55457 7.87615 6.67316C7.97621 6.77222 8.02139 6.77542 8.12145 6.67316C10.2549 4.55777 12.3916 2.44556 14.5282 0.336552C14.5863 0.279034 14.6444 0.224711 14.7057 0.176779C14.9704 -0.0149495 15.2512 -0.0628812 15.5514 0.0936959C15.8451 0.247079 15.9871 0.49313 16 0.76794Z' fill='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center;
  background-size: 15px 9px;
  border: none !important;
  width: 15px !important;
  height: 9px !important;
  /* padding: 0 !important; */
}

html body .overRideStyle.formReStyling [data-hsfc-id=Renderer] .hsfc-DropdownInput__Caret {
  padding: 0 0;
  right: 15px;
}

html body .overRideStyle.formReStyling [data-hsfc-id=Renderer] .hsfc-DropdownInput>input {
  padding-right: 40px;
}

html body .overRideStyle.formReStyling [data-hsfc-id=Renderer] .hsfc-DropdownOptions__List__ListItem {
  margin: 0;
  padding: 10px 15px;
}

html body .overRideStyle.formReStyling [data-hsfc-id=Renderer] .hsfc-DropdownOptions__List__ListItem:hover {
  background-color: #E11914;
  color: #FFFFFF;
  filter: unset !important;
}

html body .overRideStyle.formReStyling [data-hsfc-id=Renderer] .hsfc-TextInput:focus {
  box-shadow: none;
}
html body .overRideStyle.formReStyling [data-hsfc-id=Renderer] .hsfc-Button,html body .overRideStyle.formReStyling [data-hsfc-id=Renderer] .hsfc-Button:after,html body .overRideStyle.formReStyling [data-hsfc-id=Renderer] .hsfc-Button:before {
  transition: all ease .5s !important;;
  -moz-transition: all ease .5s !important;;
  -webkit-transition: all ease .5s !important;;
  -o-transition: all ease .5s !important;;
}

html body .overRideStyle.formReStyling [data-hsfc-id=Renderer] .hsfc-Button:not([disabled]):hover {
  transform: none !important;
  background-color: var(--hsf-button__background-color) !important;
}


  html body .overRideStyle.formReStyling [data-hsfc-id=Renderer] .hsfc-Row .hsfc-RadioFieldGroup__Options .hsfc-FieldLabel,
 html body .overRideStyle.formReStyling [data-hsfc-id=Renderer] .hsfc-Row .hsfc-CheckboxFieldGroup__Options .hsfc-FieldLabel{

font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 14px;
  line-height: 1.5;

}


@media(min-width:768px){
  
  html body .overRideStyle.formReStyling [data-hsfc-id=Renderer] .hsfc-Row .hsfc-RadioFieldGroup__Options .hsfc-FieldLabel,
 html body .overRideStyle.formReStyling [data-hsfc-id=Renderer] .hsfc-Row .hsfc-CheckboxFieldGroup__Options .hsfc-FieldLabel{

font-size: 16px;

}
  

  
 html body .overRideStyle.formReStyling [data-hsfc-id=Renderer] .hsfc-Row>div>.hsfc-FieldLabel{
 font-size: 18px;
}
  
html body .overRideStyle [data-hsfc-id=Renderer] .hsfc-TextInput{

 
  font-size: 16px;
    line-height: 1.5;
    padding: 14px 15px; border-radius: 6px;


}

 html body .overRideStyle.formReStyling [data-hsfc-id=Renderer] .hsfc-Row {
   
    gap: var(--hsf-row__horizontal-spacing);
    margin-bottom: var(--hsf-row__vertical-spacing);
   
    
}






}


.widget-type-form:has(.hsfc-Renderer) {
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
}


form {
  max-width: 100%;
}

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

/* Form Title */

.form-title {
  margin: 0;
}
.form-title:empty { 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: 10px;
  text-align: left;
  width: auto;
  z-index: 1;
}

/* Inputs */

.input {
  position: relative;
}


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

select::-ms-expand {
  display: none;
}
select,.customSelectInput {white-space: nowrap; text-overflow: ellipsis; overflow: hidden; padding-right: 40px !important;background-image: url("data:image/svg+xml,%0A%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 0.76794C15.9935 1.06831 15.8741 1.26643 15.6934 1.44218C14.2958 2.81943 12.9015 4.19987 11.5072 5.57712C10.5583 6.51659 9.60614 7.45605 8.65723 8.39552C8.57008 8.4818 8.47971 8.56488 8.36997 8.6224C8.06012 8.78537 7.76964 8.73744 7.49852 8.53612C7.44365 8.49458 7.39201 8.44665 7.3436 8.39552C4.99714 6.07561 2.65391 3.7589 0.307447 1.43899C-0.0992291 1.04275 -0.102457 0.518694 0.297765 0.192757C0.601158 -0.0532942 0.978787 -0.0628806 1.28864 0.17678C1.34673 0.221516 1.4016 0.272644 1.45647 0.326966C3.59959 2.43917 5.73948 4.55457 7.87615 6.67316C7.97621 6.77222 8.02139 6.77542 8.12145 6.67316C10.2549 4.55777 12.3916 2.44556 14.5282 0.336552C14.5863 0.279034 14.6444 0.224711 14.7057 0.176779C14.9704 -0.0149495 15.2512 -0.0628812 15.5514 0.0936959C15.8451 0.247079 15.9871 0.49313 16 0.76794Z' fill='black'/%3E%3C/svg%3E%0A"); background-repeat: no-repeat no-repeat; background-position: calc(100% - 15px) center; background-size: 15px 9px; }
input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='tel']:focus,
input[type='number']:focus,
input[type='file']:focus,
select:focus,.customSelectInput:focus
textarea:focus {
  outline: none;
}
textarea{min-height: 120px;vertical-align: top;}
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%;

}
ul.inputs-list.multi-container li{ line-height: 0;}
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: rgba(255, 255, 255, 1.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;
  margin: 0;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  line-height:1.4;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}







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


.widget-type-form,
.formReStyling,
.globalPopupStyle,
.widget-type-blog_subscribe{
  background-color: rgba(255, 255, 255, 1.0);
  border: 0px solid #F1F1F1;
  border-radius: 10px;
  padding: 20px 10px;
  display: block;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 10%);
}
.hs-form-field {
  margin-bottom: 20px;
}




/* .formResetStyling .hs_cos_wrapper_type_form,.formReStyling .hs_cos_wrapper_type_form {
background-color: transparent;
border: none;
border-radius: 0;
padding: 0;
outline: none;
outline-offset: unset;
margin: 0;  box-shadow: none;
} */

/* Form Title */

.form-title {
  font-family: Oswald, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #000000;
  font-size: 35px;
  text-transform: none;
  margin-bottom: 30px;
}

/* Labels */

.hs-form-field > label,
.hs-form-field > label span {
  font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size:16px;
  padding: 0px 0px;
}

/* Help Text - Legends */

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

/* Inputs */

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
select,
textarea,
input[type='file'],.chooseFileWp,.customSelectInput{
  font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid #EDEDED;
  border-radius:4px;
  color: #000000;
  font-size: 14px;
  line-height: 1.4;
  padding: 10px 15px;
}
input[type='file']::-webkit-file-upload-button {
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  height: auto;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid #000000;
  border-radius: 5px;
   color: #000000;
    font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  padding:4px 5px;
  line-height:1.5;
  font-size: 14px;
  cursor: pointer;border-radius:3px;margin-right:10px;
}

.hs-input[type='file']::-webkit-file-upload-button:hover {
  background: none;
}


.customSelectOptions li:hover { background-color: #E11914; color: #FFFFFF; }
.customSelectOptions {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid #EDEDED;
  border-radius:4px;
  margin: 0;
  padding: 15px 0;
  list-style: none;
  max-height: 338px;
  overflow: auto;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 3;
  display:none;
  width: 100%;
}
.customSelectOptions li {
  font-size: 14px;
  line-height: 1.4;
  color: #000000;
  margin: 0;
  padding: 10px 15px;
  transition: all ease .3s;
  -moz-transition: all ease .3s;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
}

form .customSelectWp .hs-input {
  display: none;
}

.customSelectInput .selectedVal {
  display: none;
}

.customSelectWp {
  position: relative;
}
::-webkit-input-placeholder {
  color: #000000;
}

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

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

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

::placeholder {
  color: #000000;
}

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

/* Inputs - Datepicker */

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

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

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

/* GDPR Text */

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

/* Validation */

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

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

/* .hs-error-msgs{position:absolute;top:100%;left:0;width:100%;} */
.hs-error-msgs li{margin:0 !important;}
.hs-error-msg{font-size:12px;}
.hs_error_rollup { display: none; }




/* Submit */

.actions{display:flex;transition:all ease .3s;-moz-transition:all ease .3s;-webkit-transition:all ease .3s;-o-transition:all ease .3s;position:relative;z-index:1;overflow:hidden;}
.hs_submit.hs-submit{display:flex;margin-top: 10px;}
 
.actions:after,.actions:before{width:102%;height:50%;position:absolute;transition:inherit;content:"";z-index:-1;}
.actions:after{bottom:0;left: 101%;}
.actions:before{top: 0; right: 101%;}
.actions:hover:before{right: -1%;}
.actions:hover:after{left: -1%;}
.actions input[type='submit'] { border: none !important; background-color: transparent !important; }



.actions,form input[type='submit'] {
  background-color: rgba(225, 25, 20, 1.0);
  border: 1px none #E11914;
  border-radius: 4px;
}

.actions:hover {
  border: 1px none #000000;
}

.actions:after,
.actions:before {
  background-color: rgba(0, 0, 0, 1.0);
}

form input[type='submit'],
form .hs-button {
  font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  
  color: rgba(255, 255, 255, 1);
  padding: 11px 25px;
  text-transform: none;
}

form input[type='submit']:hover,
form .hs-button:hover{
  border: 1px none #000000;
  color: rgba(255, 255, 255, 1);
}

form .hs-button:focus,form input[type='submit']:focus{
  background-color: rgba(0, 0, 0, 1.0);
}

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





form input[type='submit'],
form .hs-button {
  font-size: 18px;
  padding: 11px 25px;
}
@media(max-width:767px){
  form input[type='submit'],
  form .hs-button {
    font-size: 16px; padding: 8px 20px;
  } 

}


/* Inline Thank You Message */
.submitted-message {
  
  
  
  padding: 30px 30px;
  text-align:center;
}


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

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



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

form .form-columns-3,form .form-columns-2{display:flex;flex-wrap:wrap;margin:0 -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;}
.form-columns-2 ul.inputs-list.multi-container li { margin: 0; }
.form-columns-2 ul.inputs-list.multi-container li+li { margin-top: 10px; }


ul.inputs-list.multi-container { margin-top: 15px;}
.form-columns-1 ul.inputs-list.multi-container { display: flex; flex-wrap: wrap; max-width: initial !important; float: none !important; row-gap: 10px; column-gap: 30px; } 
.form-columns-1 ul.inputs-list.multi-container li { width: calc(50% - 15px) !important; margin: 0 0; }
/* Radio Button Style */
/* .hs-form-radio{margin:0 0 10px!important;} */
.hs-form-radio label.hs-form-radio-display{ display: inline-flex;vertical-align: top;}
.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:35px;}
.hs-form-radio label.hs-form-radio-display input+span:before{width:20px;height:20px;content:'';background-color:transparent;display:inline-block;border-radius:100%;transition:.5s ease all;border:1px solid #E11914;position:absolute;left:0;top:calc((1em * 1.5 - 20px) / 2);}
.hs-form-radio label.hs-form-radio-display input:checked+span:before{background-color:#E11914;}
.hs-form-radio label.hs-form-radio-display input:checked+span:after{content:'';position:absolute;left:5px;width:10px;height:10px;background-color:rgba(255, 255, 255, 1.0);top:calc((1em * 1.5 - (20px / 2)) / 2);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: inline-flex;vertical-align: top;}
.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:35px;}
.hs-form-checkbox label.hs-form-checkbox-display input+span:before,
.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input+span:before{content:'';background-color:transparent;display:inline-block;transition:.5s ease all;border:1px solid #E11914;position:absolute;left:0;border-radius: 2px;top:calc((1em * 1.5 - 20px) / 2);width:20px;height:20px;}





.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:#E11914;}
.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:7px;width:6px;height:11px;border:solid rgba(255, 255, 255, 1.0);border-width:0 1px 1px 0;transform:rotate(45deg);transition:.5s ease all;top: calc((1em * 1.5 - (20px / 1.5)) / 2 );}

.legal-consent-container > div { margin-bottom: 18px; }
.legal-consent-container .hs-form-booleancheckbox-display>span {margin-left: 0 !important;}

.hs_resume .chooseFileWp,
.hsfc-FileField .chooseFileWp{display:flex;flex-wrap:wrap;cursor:pointer;position:relative;}

.hs_resume .chooseFileWp input.hs-input,
.hsfc-FileField .chooseFileWp input.hs-input{ font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;width:auto!important;color:#E11914;border:none!important;padding: 0 0 0 18px !important;background-color:transparent!important;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='15' viewBox='0 0 12 15' fill='rgb(225, 25, 20)' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.3063 2.4625L9.23748 0.550003C8.8625 0.193749 8.36876 0 7.85 0H2.04376C0.918732 0 0 0.918732 0 2.04376V12.9562C0 14.0812 0.918732 15 2.04376 15H9.91249C11.0375 15 11.9563 14.0812 11.9563 12.9562V3.96248C11.9563 3.39375 11.7188 2.85 11.3063 2.4625ZM3.93749 5.13748C5.62717 3.44781 5.56853 3.49809 5.63126 3.45623C5.73124 3.38749 5.85625 3.34999 5.975 3.34999H5.98125C6.14376 3.34999 6.30001 3.41873 6.41876 3.53127C7.07013 4.18516 8.08425 5.20323 8.01876 5.13748C8.26248 5.38124 8.26248 5.77499 8.01876 6.01875C7.775 6.26251 7.38125 6.26251 7.13749 6.01875L6.60625 5.48748V7.69375C6.60625 8.04375 6.325 8.31875 5.98125 8.31875C5.63126 8.31875 5.35625 8.04375 5.35625 7.69375V5.48748L4.81876 6.02501C4.58489 6.25888 4.1861 6.27361 3.93749 6.02501C3.69373 5.78125 3.69373 5.38124 3.93749 5.13748ZM8.4 11.65H3.55625C3.21251 11.65 2.93125 11.3688 2.93125 11.025C2.93125 10.6812 3.21251 10.4 3.55625 10.4H8.4C8.74374 10.4 9.025 10.6812 9.025 11.025C9.025 11.3688 8.74374 11.65 8.4 11.65Z'%3E%3C/path%3E%3C/svg%3E"); 
    background-repeat: no-repeat no-repeat; background-position: left center; background-size: 12px 15px;}

.hs_resume .chooseFileWp span,
.hsfc-FileField .chooseFileWp span{flex:1;}

.hs_resume .input>.hs-input,
.hsfc-FileField input[type="file"][name="0-1/resume"]{position:absolute;top:0;left:0;width:100%!important;height:100%;opacity:0;z-index:1;cursor:pointer;}

@media (min-width: 768px) {
  .hs-form-field {
    margin-bottom: 30px;
  }
  .widget-type-form,
  .formReStyling,
  .globalPopupStyle,
  .widget-type-blog_subscribe{
    padding: 30px 30px;
  }

  input[type='text'],
  input[type='email'],
  input[type='password'],
  input[type='tel'],
  input[type='number'],
  select,
  textarea,
  input[type='file'],.chooseFileWp,.customSelectInput{
    font-size: 16px;
    line-height: 1.5;
    padding: 14px 15px; border-radius: 6px;
  }
  .hs-form-field > label,
  .hs-form-field > label span {
    font-size: 18px;
  }
  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-size: 16px;
  }
  .customSelectOptions { border-radius: 6px;} 
  .customSelectOptions li { font-size: 16px;line-height: 1.5; } 


}

@media(max-width:767px){
  .form-columns-1 ul.inputs-list.multi-container li { width: 100% !important; margin: 0 0; }
  form .form-columns-2>div,form .form-columns-3>div { width: 100% !important; }
  .hs_submit.hs-submit {  margin-top: 20px; }

  /*   .hs-form-checkbox label.hs-form-checkbox-display input+span:before { top: 1px;}
  .hs-form-checkbox label.hs-form-checkbox-display input:checked+span:after {top: 4px;} */
  .submitted-message { font-size: 18px; }
  
  html body .overRideStyle.formReStyling [data-hsfc-id=Renderer] .hsfc-Row:not(:has(.hsfc-CheckboxFieldGroup:nth-child(2))):has(.hsfc-CheckboxFieldGroup:nth-child(1)) .hsfc-CheckboxFieldGroup__Options>div,
html body .overRideStyle.formReStyling [data-hsfc-id=Renderer] .hsfc-Row:not(:has(.hsfc-RadioFieldGroup:nth-child(2))):has(.hsfc-RadioFieldGroup:nth-child(1)) .hsfc-RadioFieldGroup__Options>div{
    width: calc(100% - 15px) !important;
    margin: 0 0;
}
  
}



/* Table */

table{border-spacing:0;width:100%;border-collapse:separate;}
table td,table th{padding:12px 15px;}
table thead{color:#FFFFFF;background-color:#000000;border-bottom:1px solid #DDDBD8;}
table thead th{border-right:1px solid #939393;border-top:1px solid #939393;vertical-align:middle;text-align: left;font-weight: 600;}
table tbody tr td{border-right:1px solid #939393;vertical-align:middle;}
table thead th:first-child{border-top-left-radius:10px;border-left:1px solid #939393;}
table thead th:last-child{border-top-right-radius:10px;}
table tbody tr:last-child td:first-child{border-bottom-left-radius:10px;}
table tbody tr:last-child td:last-child{border-bottom-right-radius:10px;}
table tbody td:first-child{border-left:1px solid #939393;}
table tbody tr:last-child td{border-bottom:1px solid #939393;}
table tbody tr:nth-child(even){background-color:#F5F5F5;}
table tbody tr:nth-child(odd) {background-color: #FFFFFF;}
.commonTableWp::-webkit-scrollbar{height:8px;background-color:#FFFFFF;border-radius:100px;}
.commonTableWp::-webkit-scrollbar-track{background-color:#FFFFFF;border-radius:100px;}
.commonTableWp::-webkit-scrollbar-thumb{background-color:#9a9a9a;border-radius:100px;border:2px solid #FFFFFF;}


@media (min-width:768px){
  table td,table th{padding:15px 20px;}
  .commonTableWp table{margin-bottom:0;}
}


@media (max-width: 767px){
  .commonTableWp {overflow-x: auto;max-width: 100%;height: 100%;}
  table td, table th {padding: 10px 15px;}
}


@media (max-width:767px){
  .commonTableWp table {width: 1000px;}
}
/* 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;
  }
}




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


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


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




.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; }
.justify-unset{ justify-content: unset; }

.align-flex-start{ align-items: flex-start; }
.align-center{ align-items: center; }
.align-baseline{ align-items: baseline; }
.align-flex-end{ align-items: flex-end; }
.align-unset{ align-items: unset; }

.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; }
.direction-unset{ flex-direction: unset; }


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


.w-15{width:15%;}.w-16{width:16.67%;}.w-20{width:20%;}.w-25{width:25%;}.w-30{width:30%;}.w-33{width:33.33%;}.w-35{width:35%;}.w-40{width:40%;}.w-41{width:41.67%;}.w-45{width:45%;}.w-50{width:50%;}.w-55{width:55%;}.w-58{width:58.33%;}.w-60{width:60%;}.w-65{width:65%;}.w-66{width:66.67%;}.w-70{width:70%;}.w-75{width:75%;}.w-80{width:80%;}.w-83{width:83.33%;}.w-85{width:85%;}.w-100{width:100%;}



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


.mx--10{margin-left:-10px; margin-right:-10px}
.mx--15{margin-left:-15px; margin-right:-15px}
.mx--20{margin-left:-20px; margin-right:-20px}
  
.flex-grow-1{flex-grow: 1;}  



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

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


.pl-0,.px-0{padding-left:0px;}
.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;}
.pl-100,.px-100{padding-left:100px;}
.pl-105,.px-105{padding-left:105px;}
.pl-110,.px-110{padding-left:110px;}
.pl-115,.px-115{padding-left:115px;}
.pl-120,.px-120{padding-left:120px;}
.pl-125,.px-125{padding-left:125px;}
.pl-130,.px-130{padding-left:130px;}
.pl-135,.px-135{padding-left:135px;}
.pl-140,.px-140{padding-left:140px;}
.pl-145,.px-145{padding-left:145px;}

.pr-0,.px-0{padding-right:0px;}
.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;}
.pr-100,.px-100{padding-right:100px;}
.pr-105,.px-105{padding-right:105px;}
.pr-110,.px-110{padding-right:110px;}
.pr-115,.px-115{padding-right:115px;}
.pr-120,.px-120{padding-right:120px;}
.pr-125,.px-125{padding-right:125px;}
.pr-130,.px-130{padding-right:130px;}
.pr-135,.px-135{padding-right:135px;}
.pr-140,.px-140{padding-right:140px;}
.pr-145,.px-145{padding-right:145px;}



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

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


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

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


.positionRelative{position:relative;}



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

  
  .col-sm-2{width:16.67%;}.col-sm-3{width:25.00%;}.col-sm-4{width:33.33%;}.col-sm-5{width:41.67%;}.col-sm-6{width:50.00%;}.col-sm-7{width:58.33%;}.col-sm-8{width:66.67%;}.col-sm-9{width:75.00%;}.col-sm-10{width:83.33%;}.col-sm-12{width:100.00%;}
  
  .w-sm-15{width:15%;}.w-sm-16{width:16.67%;}.w-sm-20{width:20%;}.w-sm-25{width:25%;}.w-sm-30{width:30%;}.w-sm-33{width:33.33%;}.w-sm-35{width:35%;}.w-sm-40{width:40%;}.w-sm-41{width:41.67%;}.w-sm-45{width:45%;}.w-sm-50{width:50%;}.w-sm-55{width:55%;}.w-sm-58{width:58.33%;}.w-sm-60{width:60%;}.w-sm-65{width:65%;}.w-sm-66{width:66.67%;}.w-sm-70{width:70%;}.w-sm-75{width:75%;}.w-sm-80{width:80%;}.w-sm-83{width:83.33%;}.w-sm-85{width:85%;}.w-sm-100{width:100%;}



}


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

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


  
  
.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; }
.justify-md-unset{ justify-content: unset; }
  
.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; }
.align-md-unset{ align-items: unset; }
  
.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; }
.direction-md-unset{ flex-direction: unset; }

  
  .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%;}
  
  .w-md-15{width:15%;}.w-md-16{width:16.67%;}.w-md-20{width:20%;}.w-md-25{width:25%;}.w-md-30{width:30%;}.w-md-33{width:33.33%;}.w-md-35{width:35%;}.w-md-40{width:40%;}.w-md-41{width:41.67%;}.w-md-45{width:45%;}.w-md-50{width:50%;}.w-md-55{width:55%;}.w-md-58{width:58.33%;}.w-md-60{width:60%;}.w-md-65{width:65%;}.w-md-66{width:66.67%;}.w-md-70{width:70%;}.w-md-75{width:75%;}.w-md-80{width:80%;}.w-md-83{width:83.33%;}.w-md-85{width:85%;}.w-md-100{width:100%;}


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

.flex-md-grow-1{flex-grow: 1;}  
  
  .d-md-none{display:none !important;}
.d-md-block{display:block !important;}
.d-md-inline-block{display:inline-block !important;}

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

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

  
  
.mt-md-0,.my-md-0{margin-top:0px;}
.mt-md-5,.my-md-5{margin-top:5px;}
.mt-md-10,.my-md-10{margin-top:10px;}
.mt-md-15,.my-md-15{margin-top:15px;}
.mt-md-20,.my-md-20{margin-top:20px;}
.mt-md-25,.my-md-25{margin-top:25px;}
.mt-md-30,.my-md-30{margin-top:30px;}
.mt-md-35,.my-md-35{margin-top:35px;}
.mt-md-40,.my-md-40{margin-top:40px;}
.mt-md-45,.my-md-45{margin-top:45px;}
.mt-md-50,.my-md-50{margin-top:50px;}
.mt-md-55,.my-md-55{margin-top:55px;}
.mt-md-60,.my-md-60{margin-top:60px;}
.mt-md-65,.my-md-65{margin-top:65px;}
.mt-md-70,.my-md-70{margin-top:70px;}
.mt-md-75,.my-md-75{margin-top:75px;}
  
.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;}


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

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


}

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

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

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


  
  .d-lg-none{display:none !important;}
.d-lg-block{display:block !important;}
.d-lg-inline-block{display:inline-block !important;}
  
  
  
.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; }
.justify-lg-unset{ justify-content: unset; }
  
.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; }
.align-lg-unset{ align-items: unset; }
  
.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; }
.direction-lg-unset{ flex-direction: unset; }

  
  .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%;}
  
  .w-lg-15{width:15%;}.w-lg-16{width:16.67%;}.w-lg-20{width:20%;}.w-lg-25{width:25%;}.w-lg-30{width:30%;}.w-lg-33{width:33.33%;}.w-lg-35{width:35%;}.w-lg-40{width:40%;}.w-lg-41{width:41.67%;}.w-lg-45{width:45%;}.w-lg-50{width:50%;}.w-lg-55{width:55%;}.w-lg-58{width:58.33%;}.w-lg-60{width:60%;}.w-lg-65{width:65%;}.w-lg-66{width:66.67%;}.w-lg-70{width:70%;}.w-lg-75{width:75%;}.w-lg-80{width:80%;}.w-lg-83{width:83.33%;}.w-lg-85{width:85%;}.w-lg-100{width:100%;}

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

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


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


}

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

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

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


  
  .d-xl-none{display:none !important;}
.d-xl-block{display:block !important;}
.d-xl-inline-block{display:inline-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%;}
  
  .w-xl-15{width:15%;}.w-xl-16{width:16.67%;}.w-xl-20{width:20%;}.w-xl-25{width:25%;}.w-xl-30{width:30%;}.w-xl-33{width:33.33%;}.w-xl-35{width:35%;}.w-xl-40{width:40%;}.w-xl-41{width:41.67%;}.w-xl-45{width:45%;}.w-xl-50{width:50%;}.w-xl-55{width:55%;}.w-xl-58{width:58.33%;}.w-xl-60{width:60%;}.w-xl-65{width:65%;}.w-xl-66{width:66.67%;}.w-xl-70{width:70%;}.w-xl-75{width:75%;}.w-xl-80{width:80%;}.w-xl-83{width:83.33%;}.w-xl-85{width:85%;}.w-xl-100{width:100%;}

  
  
.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;}
.pt-xl-155,.py-xl-155{padding-top:155px;}
.pt-xl-160,.py-xl-160{padding-top:160px;}
.pt-xl-165,.py-xl-165{padding-top:165px;}
.pt-xl-170,.py-xl-170{padding-top:170px;}
  
.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;}
.pb-xl-155,.py-xl-155{padding-bottom:155px;}
.pb-xl-160,.py-xl-160{padding-bottom:160px;}
.pb-xl-165,.py-xl-165{padding-bottom:165px;}
.pb-xl-170,.py-xl-170{padding-bottom:170px;}

  
.pl-xl-5,.px-xl-5{padding-left:5px;}
.pl-xl-10,.px-xl-10{padding-left:10px;}
.pl-xl-15,.px-xl-15{padding-left:15px;}
.pl-xl-20,.px-xl-20{padding-left:20px;}
.pl-xl-25,.px-xl-25{padding-left:25px;}
.pl-xl-30,.px-xl-30{padding-left:30px;}
.pl-xl-35,.px-xl-35{padding-left:35px;}
.pl-xl-40,.px-xl-40{padding-left:40px;}
.pl-xl-45,.px-xl-45{padding-left:45px;}
.pl-xl-50,.px-xl-50{padding-left:50px;}
.pl-xl-55,.px-xl-55{padding-left:55px;}
.pl-xl-60,.px-xl-60{padding-left:60px;}
.pl-xl-65,.px-xl-65{padding-left:65px;}
.pl-xl-70,.px-xl-70{padding-left:70px;}
.pl-xl-75,.px-xl-75{padding-left:75px;}
.pl-xl-80,.px-xl-80{padding-left:80px;}
.pl-xl-85,.px-xl-85{padding-left:85px;}
.pl-xl-90,.px-xl-90{padding-left:90px;}
.pl-xl-95,.px-xl-95{padding-left:95px;}
.pl-xl-100,.px-xl-100{padding-left:100px;}
.pl-xl-105,.px-xl-105{padding-left:105px;}
.pl-xl-110,.px-xl-110{padding-left:110px;}
.pl-xl-115,.px-xl-115{padding-left:115px;}
.pl-xl-120,.px-xl-120{padding-left:120px;}
.pl-xl-125,.px-xl-125{padding-left:125px;}
.pl-xl-130,.px-xl-130{padding-left:130px;}
.pl-xl-135,.px-xl-135{padding-left:135px;}
.pl-xl-140,.px-xl-140{padding-left:140px;}
.pl-xl-145,.px-xl-145{padding-left:145px;}
.pl-xl-150,.px-xl-150{padding-left:150px;}
.pl-xl-155,.px-xl-155{padding-left:155px;}
.pl-xl-160,.px-xl-160{padding-left:160px;}
.pl-xl-165,.px-xl-165{padding-left:165px;}
.pl-xl-170,.px-xl-170{padding-left:170px;}
  
.pr-xl-5,.px-xl-5{padding-right:5px;}
.pr-xl-10,.px-xl-10{padding-right:10px;}
.pr-xl-15,.px-xl-15{padding-right:15px;}
.pr-xl-20,.px-xl-20{padding-right:20px;}
.pr-xl-25,.px-xl-25{padding-right:25px;}
.pr-xl-30,.px-xl-30{padding-right:30px;}
.pr-xl-35,.px-xl-35{padding-right:35px;}
.pr-xl-40,.px-xl-40{padding-right:40px;}
.pr-xl-45,.px-xl-45{padding-right:45px;}
.pr-xl-50,.px-xl-50{padding-right:50px;}
.pr-xl-55,.px-xl-55{padding-right:55px;}
.pr-xl-60,.px-xl-60{padding-right:60px;}
.pr-xl-65,.px-xl-65{padding-right:65px;}
.pr-xl-70,.px-xl-70{padding-right:70px;}
.pr-xl-75,.px-xl-75{padding-right:75px;}
.pr-xl-80,.px-xl-80{padding-right:80px;}
.pr-xl-85,.px-xl-85{padding-right:85px;}
.pr-xl-90,.px-xl-90{padding-right:90px;}
.pr-xl-95,.px-xl-95{padding-right:95px;}
.pr-xl-100,.px-xl-100{padding-right:100px;}
.pr-xl-105,.px-xl-105{padding-right:105px;}
.pr-xl-110,.px-xl-110{padding-right:110px;}
.pr-xl-115,.px-xl-115{padding-right:115px;}
.pr-xl-120,.px-xl-120{padding-right:120px;}
.pr-xl-125,.px-xl-125{padding-right:125px;}
.pr-xl-130,.px-xl-130{padding-right:130px;}
.pr-xl-135,.px-xl-135{padding-right:135px;}
.pr-xl-140,.px-xl-140{padding-right:140px;}
.pr-xl-145,.px-xl-145{padding-right:145px;}
.pr-xl-150,.px-xl-150{padding-right:150px;}
.pr-xl-155,.px-xl-155{padding-right:155px;}
.pr-xl-160,.px-xl-160{padding-right:160px;}
.pr-xl-165,.px-xl-165{padding-right:165px;}
.pr-xl-170,.px-xl-170{padding-right:170px;}

   
  
.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-flex{display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}


  
  .d-xxl-none{display:none !important;}
.d-xxl-block{display:block !important;}
.d-xxl-inline-block{display:inline-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%;}
  
  .w-xxl-15{width:15%;}.w-xxl-16{width:16.67%;}.w-xxl-20{width:20%;}.w-xxl-25{width:25%;}.w-xxl-30{width:30%;}.w-xxl-33{width:33.33%;}.w-xxl-35{width:35%;}.w-xxl-40{width:40%;}.w-xxl-41{width:41.67%;}.w-xxl-45{width:45%;}.w-xxl-50{width:50%;}.w-xxl-55{width:55%;}.w-xxl-58{width:58.33%;}.w-xxl-60{width:60%;}.w-xxl-65{width:65%;}.w-xxl-66{width:66.67%;}.w-xxl-70{width:70%;}.w-xxl-75{width:75%;}.w-xxl-80{width:80%;}.w-xxl-83{width:83.33%;}.w-xxl-85{width:85%;}.w-xxl-100{width:100%;}


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

  
.mobilepl-5,.mobilepx-5{padding-left:5px;}
.mobilepl-10,.mobilepx-10{padding-left:10px;}
.mobilepl-15,.mobilepx-15{padding-left:15px;}
.mobilepl-20,.mobilepx-20{padding-left:20px;}
.mobilepl-25,.mobilepx-25{padding-left:25px;}
.mobilepl-30,.mobilepx-30{padding-left:30px;}
.mobilepl-35,.mobilepx-35{padding-left:35px;}
.mobilepl-40,.mobilepx-40{padding-left:40px;}
.mobilepl-45,.mobilepx-45{padding-left:45px;}
.mobilepl-50,.mobilepx-50{padding-left:50px;}
.mobilepl-55,.mobilepx-55{padding-left:55px;}
.mobilepl-60,.mobilepx-60{padding-left:60px;}
.mobilepl-65,.mobilepx-65{padding-left:65px;}
.mobilepl-70,.mobilepx-70{padding-left:70px;}
.mobilepl-75,.mobilepx-75{padding-left:75px;}
.mobilepl-80,.mobilepx-80{padding-left:80px;}
.mobilepl-85,.mobilepx-85{padding-left:85px;}
.mobilepl-90,.mobilepx-90{padding-left:90px;}
.mobilepl-95,.mobilepx-95{padding-left:95px;}
.mobilepl-100,.mobilepx-100{padding-left:100px;}
.mobilepl-105,.mobilepx-105{padding-left:105px;}
.mobilepl-110,.mobilepx-110{padding-left:110px;}
.mobilepl-115,.mobilepx-115{padding-left:115px;}
.mobilepl-120,.mobilepx-120{padding-left:120px;}
.mobilepl-125,.mobilepx-125{padding-left:125px;}
.mobilepl-130,.mobilepx-130{padding-left:130px;}
.mobilepl-135,.mobilepx-135{padding-left:135px;}
.mobilepl-140,.mobilepx-140{padding-left:140px;}
.mobilepl-145,.mobilepx-145{padding-left:145px;}
  
.mobilepr-5,.mobilepx-5{padding-right:5px;}
.mobilepr-10,.mobilepx-10{padding-right:10px;}
.mobilepr-15,.mobilepx-15{padding-right:15px;}
.mobilepr-20,.mobilepx-20{padding-right:20px;}
.mobilepr-25,.mobilepx-25{padding-right:25px;}
.mobilepr-30,.mobilepx-30{padding-right:30px;}
.mobilepr-35,.mobilepx-35{padding-right:35px;}
.mobilepr-40,.mobilepx-40{padding-right:40px;}
.mobilepr-45,.mobilepx-45{padding-right:45px;}
.mobilepr-50,.mobilepx-50{padding-right:50px;}
.mobilepr-55,.mobilepx-55{padding-right:55px;}
.mobilepr-60,.mobilepx-60{padding-right:60px;}
.mobilepr-65,.mobilepx-65{padding-right:65px;}
.mobilepr-70,.mobilepx-70{padding-right:70px;}
.mobilepr-75,.mobilepx-75{padding-right:75px;}
.mobilepr-80,.mobilepx-80{padding-right:80px;}
.mobilepr-85,.mobilepx-85{padding-right:85px;}
.mobilepr-90,.mobilepx-90{padding-right:90px;}
.mobilepr-95,.mobilepx-95{padding-right:95px;}
.mobilepr-100,.mobilepx-100{padding-right:100px;}
.mobilepr-105,.mobilepx-105{padding-right:105px;}
.mobilepr-110,.mobilepx-110{padding-right:110px;}
.mobilepr-115,.mobilepx-115{padding-right:115px;}
.mobilepr-120,.mobilepx-120{padding-right:120px;}
.mobilepr-125,.mobilepx-125{padding-right:125px;}
.mobilepr-130,.mobilepx-130{padding-right:130px;}
.mobilepr-135,.mobilepx-135{padding-right:135px;}
.mobilepr-140,.mobilepx-140{padding-right:140px;}
.mobilepr-145,.mobilepx-145{padding-right:145px;}


  
  .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;}
.d-mobile-inline-block{display:inline-block !important;}

  .mobilemx--10{margin-left:-10px; margin-right:-10px}

}


.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: 100%; height: 100%; background-size: cover; overflow: hidden; object-fit: cover; z-index:1;}
.bgPlayButton {z-index: 6;position: absolute;bottom: 20px;right: 20px; overflow: visible;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,#E11914 50%,transparent);outline-style:solid;position:absolute;top:0;width:100%;}
.bgPlayButton::before,.bgPlayButton::after {background-color: transparent;pointer-events: none;opacity: 0;}
.bgPlayButton svg path {fill: #E11914;}
@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 { background-color: rgba(255, 255, 255, 1.0); border-bottom: 1px none #000000;position: relative; }
/* Header content */


/* .headerParent { display: flex; flex-wrap: wrap; align-items: center; } */
/* .headerLogo { width: 130px; }
.headerNavigation { display: flex; padding-left: 20px; justify-content: flex-end; width: calc(100% - 130px); } */




/* 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;}
.hs-inline-edit button:before,.hs-inline-edit button:after { content: none !important; }
ul.submenu.level-2 li { margin: 0; padding: 0;}
ul.submenu.level-2 li a,.megaMenuInner .megaLinkList ul li a { display: block;}

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

/* Color // Main Navigation */
.navigation-primary .level-1 > li > a {
  font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;   text-transform: none; 
}
/* Main Navigation - Child Menus */
.navigation-primary .submenu:not(.level-1) .menu-link,.megaMenuInner .megaLinkList ul li a {
  font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;   text-transform: none; 
}

/* Top Menu */
.headerSection.ver_1 .headerSectionTopInner,.headerSection.ver_2 .headerTopPart{background-color:rgba(0, 0, 0, 1.0);}
/* Color // Top Navigation */
.headerTopNavigation .level-1 > li > a {
  font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;color: rgba(255, 255, 255, 1); text-transform: none;    line-height: 1.5;
}
/* Main Navigation - Child Menus */
.headerTopNavigation .submenu:not(.level-1) .menu-link {
  font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: normal; text-decoration: none; color: rgba(255, 255, 255, 1); font-size: 14px; text-transform: none;line-height: 1.5;
}


/* Header Sticky */

.headerSection {  width: 100%; z-index:1001; }
.headerSection.headerSticky { position: fixed; top: 0; left: 0;right: 0;width: 100%; animation: headerAnim 0.5s;box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 10%);}
.headerSection.ver_1.headerSticky .headerSectionTopInner { display: none !important; }

.headerSection.ver_2.headerSticky .headerTopPart{display:none !important;}
.headerSection.ver_2.headerSticky .headerNavigation{height:100%;}
.headerSection.ver_2.headerSticky .headerLogo{padding:10px;}
.headerSection.ver_2.headerSticky .headerParent .headerLogo a{max-width:75%;}

@media(min-width:1201px){ 
  .headerSection.ver_2.headerSticky .headerParent .headerLogo{width:200px;        padding:10px;}
  .headerSection.ver_2.headerSticky .headerParent .headerMainPart{width:calc(100% - 200px);}


}

@media(max-width:1200px){  }

@keyframes headerAnim { from {transform : translateY(-100%) } to {transform : translateY(0%)};}

/* End Header Sticky */

/* Search Icon */
.navigationRight .searchIcon{color: rgba(0, 0, 0, 1);margin-left:22px;width:20px;height:20px;    display: inline-flex;    cursor: pointer;}
.navigationRight .searchIcon:hover{color: rgba(225, 25, 20, 1);}
.navigationRight .searchIcon svg { fill: currentColor; }


/* Mega Menu */
.megaLinkList ul{padding:0;margin:0;list-style:none;}
.megaLinkList ul li{margin:0;}
.highlightBoxWp .imgBox img{aspect-ratio:67 / 40;object-fit:cover;height:100%!important;max-width:100%!important;}
.highlightBoxWp .highlightLabel{position:relative;padding-left:13px;}
.highlightBoxWp .highlightLabel:before{content:'';position:absolute;top:7px;left:0;width:6px;height:6px;background-color:currentColor;border-radius:100%;}
.highlightBoxWp .highlightLabel a{    color: currentColor;}
/* Desktop Search  */
.desktop-hs-search-field-parent.desktop-search-open{transform:translateY(0%);}
.desktop-hs-search-field-parent{background-color:#EDEDED;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 #EDEDED;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='%23000'%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;}
.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% - 116px); 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;}
.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__button{background-color:transparent!important;border:none!important;padding:0!important;position:absolute;right:0;top:0;height:45px;width:45px;display:flex;align-items:center;justify-content:center;color:rgba(0, 0, 0, 1);} */
/* .desktop-hs-search-field .hs-search-field__button:after,.desktop-hs-search-field .hs-search-field__button:before{content:none!important;} */
.desktop-hs-search-field .hs-search-field__label{flex-basis:100%;}
/* .desktop-hs-search-field .hs-search-field__button svg{fill:currentColor;} */
/* .desktop-hs-search-field{max-width:800px;margin:0 auto;} */
.desktop-hs-search-field .hs-search-field__button{margin-left:12px;}

.desktop-hs-search-field .hs-search-field__bar{display:flex;align-items:center;}
.desktop-hs-search-field .searchClose{width:20px;height:20px;color:#000000;margin-left:20px;cursor:pointer;}
.desktop-hs-search-field .searchClose svg{width:100%;height:100%;fill:currentColor;}



.hs-mobile-search-field .hs-mobile-search-field__input{background-color:#F5F5F5;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;}



/* Header Version 1 */
.headerSection.ver_1 .companyConnection .connectionItem .icon{width:20px;height:20px;border-radius:100%;display:flex;align-items:center;justify-content:center;padding:5px;background-color:rgba(225, 25, 20, 1);color: rgba(255, 255, 255, 1);}
.headerSection.ver_1 .companyConnection .connectionItem .icon img{width:100%;height:100%!important;object-fit:contain;}

.headerSection.ver_1 .companyConnection .connectionItem .text{width:calc(100% - 20px);padding-left:10px;}
.headerSection.ver_1 .companyConnection .connectionItem .icon svg,.headerSection.ver_1 .headerTopParent .companyConnection .connectionItem .icon svg path{fill:currentColor;}
.headerSection.ver_1 .headerParent{display:flex;flex-wrap:wrap;align-items:center;}
.headerSection.ver_1 .headerParent .headerLogo{width:180px;}
.headerSection.ver_1 .headerParent .headerNavigation{width:calc(100% - 180px);padding-left:20px;}

/* Header Version 2 */
.headerSection.ver_2 .headerParent .headerLogo{display:flex;align-items:center;justify-content:center;}
.headerSection.ver_2 .headerParent .headerLogo  a{max-width:250px;width:100%;display:block;margin-left:auto;margin-right:auto;text-align:center;}
.headerSection.ver_2 .companyConnection .connectionItem .icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;}
.headerSection.ver_2 .companyConnection .connectionItem .icon img{width:100%;height:100%!important;object-fit:contain;}
.headerSection.ver_2 .companyConnection .connectionItem .text{width:calc(100% - 20px);padding-left:10px;}
.headerSection.ver_2 .companyConnection .connectionItem .icon svg,.headerSection.ver_2 .headerTopParent .companyConnection .connectionItem .icon svg path{fill:currentColor;}
.headerSection.ver_2{max-width: 1440px; margin-left: auto; margin-right: auto;}
.navigationParentInner .has-submenu:first-child li:last-child a { font-weight: 700; }

@media(min-width:1201px){

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


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

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

  /* Navigation Top Level Menu Items */
  .submenu.level-1{display:inline-block;}
  .navigation-primary .submenu.level-1 > li{display: inline-flex; align-items: center;margin:0;position:relative; vertical-align: top;}
  .headerTopNavigation .submenu.level-1 > li{display: inline-flex; align-items: center;margin:0;padding:0;position:relative;}
  .headerTopNavigation .submenu.level-1 > li:not(:first-child):after{content:'';position:absolute;top:0;bottom:0;margin:auto;width:1px;height:15px;background-color:rgba(255, 255, 255, 0.30);left:0;}
  .navigation-primary .submenu.level-1 > li:not(.menuParent){position:relative;}
  .navigation-primary .submenu.level-1 > li.has-submenu:not(.menuParent):after{content:'';position:absolute;width:100%;top:100%;height:20px;left:0;z-index:1;opacity: 0; visibility: hidden;}
  .navigation-primary .submenu.level-1 > li.has-submenu:not(.menuParent):hover:after,.navigation-primary .submenu.level-1 > li.has-submenu:not(.menuParent):focus:after{        opacity: 1;visibility: visible;}

  .navigation-primary .level-1 > li.has-submenu > label.menu-arrow{width:12px;height:7px;display:inline-block;transition:all 0.6s ease-out;vertical-align:sub;margin-left:6px;}
  .navigation-primary .level-1 > li.has-submenu > label.menu-arrow svg{width:100%;height:100%;vertical-align:top;}
  .navigation-primary .level-1 > li.has-submenu:hover > label.menu-arrow,.navigation-primary .level-1 > li.has-submenu:focus > label.menu-arrow{transform:rotateX(180deg);}


  .navigation-primary .level-1 > li > a:before{position:absolute;content:"";width:0%;height:1px;right:0;bottom:0;transition:inherit;}
  .navigation-primary .level-1 > li:hover > a:before{width:100%;left:0;right:auto;}
  .navigation-primary .level-1 > li.active-item > a:before {left: 0;right: 0;width: 100%;}

  /* Navigation Menu Items With Children */
  .navigation-primary ul.submenu.level-2 li a,.megaMenuInner .megaLinkList ul li a{padding: 10px 15px;border-radius: 5px; position: relative;}
  .navigation-primary .submenu.level-1 > li.has-submenu .submenu.level-2>li.has-submenu>a { padding-right: 28px; }
  .navigation-primary .submenu.level-2{ left:0; top:calc(100% + 20px) }
  .navigation-primary .submenu.level-2,.navigation-primary .submenu.level-3{padding: 8px 0; border:none; min-width:200px; opacity:0; position:absolute; z-index:2; width: 100%; visibility: hidden; -webkit-transition: all ease .3s; -moz-transition: all ease .3s; transition: all ease .3s; display: block; pointer-events: none; }
  .navigation-primary .submenu.level-3{top:0;}

  .navigation-primary .submenu:not(.level-1) .menu-item > a:after,.megaMenuInner .megaLinkList ul li a:after{content:'';position:absolute;top:0;left:0;width:2px;height:calc(100% - 20px);bottom:0;margin:auto;transition:inherit;opacity:0;visibility:hidden;}
  .navigation-primary .submenu:not(.level-1) .menu-item:hover > a:after,
  .navigation-primary .submenu:not(.level-1) .menu-item:focus > a:after,
  .navigation-primary .submenu:not(.level-1) .menu-item.active-item > a:after,.megaMenuInner .megaLinkList ul li a:hover:after{opacity:1;visibility:visible;}

  /* 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.has-submenu > label.menu-arrow svg{fill:rgba(0, 0, 0, 1);}
  .navigation-primary .level-1 > li > a{position:relative;color: rgba(0, 0, 0, 1);font-size: 16px; line-height: 1.4;display: inline-block; vertical-align: top;}
  .navigation-primary .level-1 > li > a:before{background-color:rgba(225, 25, 20, 1);}
  .navigation-primary .submenu:not(.level-1) .menu-item > a:after,.megaMenuInner .megaLinkList ul li a:after{background-color:rgba(225, 25, 20, 1);}

  .navigation-primary .level-1 > li:hover,
  .navigation-primary .level-1 > li:focus,.navigation-primary .level-1 > li.active-item{ background-color: rgba(0, 0, 0, 0.0); }
  .navigation-primary .level-1 > li:hover > a,
  .navigation-primary .level-1 > li:focus > a,.navigation-primary .level-1 > li.active-item > a { color: rgba(225, 25, 20, 1);}
  .navigation-primary .level-1 > li.has-submenu.active-item > label.menu-arrow svg{fill:rgba(225, 25, 20, 1);}

  .navigation-primary .level-1 > li:active { background-color: rgba(0, 0, 0, 0.0); }
  .navigation-primary .level-1 > li:active > a { color: rgba(225, 25, 20, 1); }

  /* Main Navigation - Child Menus */
  .navigation-primary .submenu:not(.level-1) .menu-link,.megaMenuInner .megaLinkList ul li a {color: rgba(0, 0, 0, 1);font-size: 16px; line-height: 1.5;}
  .navigation-primary .submenu:not(.level-1) { background-color: rgba(255, 255, 255, 1.0);box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 10%);border-radius: 10px;}
  .navigation-primary .submenu:not(.level-1) .menu-item:hover > a,
  .navigation-primary .submenu:not(.level-1) .menu-item:focus  > a,
  .navigation-primary .submenu:not(.level-1) .menu-item.active-item  > a,.megaMenuInner .megaLinkList ul li a:hover { background-color: rgba(245, 245, 245, 1.0);color: rgba(0, 0, 0, 1);  }

  .navigation-primary .submenu:not(.level-1) .menu-item:active { background-color: rgba(245, 245, 245, 1.0); }
  .navigation-primary .submenu:not(.level-1) .menu-item:active > a {  color: rgba(0, 0, 0, 1); }

  .navigation-primary .submenu.level-1 > li.has-submenu .submenu.level-2>li.has-submenu>label.menu-arrow{width:12px;height:7px;display:inline-block;transition:all ease .3s;vertical-align:middle;margin-left:6px;position:absolute;top:0;right:15px;margin:auto;bottom:0;}
  .navigation-primary .submenu.level-1 > li.has-submenu .submenu.level-2>li.has-submenu{position:relative;}
  .navigation-primary .submenu.level-1 > li.has-submenu .submenu.level-2>li.has-submenu>label.menu-arrow svg{fill:rgba(0, 0, 0, 1);width:100%;height:100%;vertical-align:top;}
  .navigation-primary .submenu.level-1 > li.has-submenu .submenu.level-2>li.has-submenu:hover>label.menu-arrow{transform:rotate(-90deg);fill:rgba(0, 0, 0, 1);}


  button.childExpand {padding: 0;background: none;border: none;display: none;}


  /* Top Menu Items With Children */
  .headerTopNavigation ul.submenu.level-2 li a{padding:5px 10px 5px 10px;border-radius: 5px; position: relative;}
  .headerTopNavigation .submenu.level-2{ left:8px; top:calc(100% + 3px); }
  .headerTopNavigation .submenu.level-2,.headerTopNavigation .submenu.level-3{padding: 8px 0; border:none; min-width:200px; opacity:0; position:absolute; z-index:2; width: 100%; visibility: hidden; -webkit-transition: all ease .3s; -moz-transition: all ease .3s; transition: all ease .3s; display: block; pointer-events: none; }
  .headerTopNavigation .submenu.level-3{top:0;}
  .headerTopNavigation .submenu.level-1 { display: flex; flex-wrap: wrap; }
  .headerTopNavigation .level-1 > li > a{position:relative;font-size: 14px;padding:7px 25px 7px 25px;display: inline-block;}
  .headerTopNavigation .level-1 > li.has-submenu:before{content:'';position:absolute;top:100%;left:0;width:100%;height:9px;z-index:1;opacity: 0; visibility: hidden;}
  .headerTopNavigation .level-1 > li.has-submenu:hover:before,.headerTopNavigation .level-1 > li.has-submenu:focus:before{opacity: 1; visibility: visible;}

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

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

  /* prettier-ignore */
  .headerTopNavigation .submenu.level-1 > li:last-child .submenu.level-2 .menu-item .submenu.level-3{left:auto;right:100%;}

  /*   Theme Color   */
  /* Top Navigation */

  .headerTopNavigation .level-1 > .has-submenu:after { border-color: rgba(255, 255, 255, 1) transparent transparent transparent; }
  .headerTopNavigation .level-1 > li:hover,
  .headerTopNavigation .level-1 > li:focus { background-color: rgba(0, 193, 92, 0.0); }
  .headerTopNavigation .level-1 > li:hover > a,
  .headerTopNavigation .level-1 > li:focus > a { color: rgba(225, 25, 20, 1);}
  .headerTopNavigation .level-1 > .has-submenu:hover:after,
  .headerTopNavigation .level-1 > .has-submenu:focus:after,
  /*     .headerTopNavigation .level-1 > li.has-submenu.active-item:hover:after,
  .headerTopNavigation .level-1 > li.has-submenu.active-item:focus:after { border-color: transparent transparent rgba(225, 25, 20, 1) transparent; } */
  .headerTopNavigation .level-1 > li:active { background-color: rgba(0, 193, 92, 0.0); }
  .headerTopNavigation .level-1 > li:active > a { color: rgba(225, 25, 20, 1); }
  .headerTopNavigation .level-1 > .has-submenu:active:after,
  

  
  .headerTopNavigation .level-1 > li.active-item > a { color: rgba(225, 25, 20, 1); }
  .headerTopNavigation .level-1 > li.has-submenu.active-item > a label.menu-arrow svg{fill:rgba(225, 25, 20, 1);}
  
  


  .headerTopNavigation .level-1 > li.has-submenu > a label.menu-arrow{width:12px;height:7px;display:inline-block;transition:all 0.6s ease-out;vertical-align:middle;margin-left:3px;}
  .headerTopNavigation .level-1 > li.has-submenu > a label.menu-arrow svg{fill:rgba(255, 255, 255, 1);width:100%;height:100%;vertical-align:top;}
  .headerTopNavigation .level-1 > li.has-submenu:hover > a label.menu-arrow,.headerTopNavigation .level-1 > li.has-submenu:focus > label.menu-arrow{transform:rotateX(180deg);}
  .headerTopNavigation .submenu:not(.level-1) .menu-item.has-submenu > a:after{content:'';position:absolute;top:0;left:0;width:2px;height:calc(100% - 10px);background-color:rgba(225, 25, 20, 1);bottom:0;margin:auto;transition:inherit;opacity:0;visibility:hidden;}
  .headerTopNavigation .submenu:not(.level-1) .menu-item.has-submenu:hover > a:after{opacity:1;visibility:visible;}


  /* Top Navigation - Child Menus */
  .headerTopNavigation .submenu:not(.level-1) { background-color: rgba(0, 0, 0, 1);box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 10%);border-radius: 10px; }
  .headerTopNavigation .submenu:not(.level-1) .menu-item:hover > a,
  .headerTopNavigation .submenu:not(.level-1) .menu-item:focus  > a,
  .headerTopNavigation .submenu:not(.level-1) .menu-item.active-item  > a{ background-color: rgba(225, 25, 20, 1.0); }
  .headerTopNavigation .submenu:not(.level-1) .menu-item:hover > a,
  .headerTopNavigation .submenu:not(.level-1) .menu-item:focus > a,
  .headerTopNavigation .submenu:not(.level-1) .menu-item.active-item > a{  color: rgba(255, 255, 255, 1); }
  .headerTopNavigation .submenu:not(.level-1) .menu-item:active { background-color: rgba(225, 25, 20, 1.0); }
  .headerTopNavigation .submenu:not(.level-1) .menu-item:active > a {  color: rgba(255, 255, 255, 1); }

  .headerTopNavigation .submenu:not(.level-1) .menu-item > a:after{content:'';position:absolute;top:0;left:0;width:2px;height:calc(100% - 10px);background-color:rgba(255, 255, 255, 1);bottom:0;margin:auto;transition:inherit;opacity:0;visibility:hidden;}
  .headerTopNavigation .submenu:not(.level-1) .menu-item:hover > a:after,
  .headerTopNavigation .submenu:not(.level-1) .menu-item:focus > a:after,
  .headerTopNavigation .submenu:not(.level-1) .menu-item.active-item > a:after{opacity:1;visibility:visible;}



  .submenu.level-1 > li.menuParent { position: static;}

  
  .megaMenu { position: absolute; left: 0; top:100%; width:100%; padding:20px 0; opacity: 0; visibility: hidden;  pointer-events: none;transition:opacity ease 0.3s;display:block !important;        z-index: 999;}
  .megaMenuInner{background-color: rgba(255, 255, 255, 1.0);box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 10%);padding:15px 15px 15px 20px; }
  /*   .megaLinkList ul{column-count:2;} */
/*   .megaLinkList-3 ul,.megaLinkList-2 ul{margin:0 -10px!important;display:flex;flex-wrap:wrap;} */
  .megaLinkList-3 ul{  column-count: 3; display: block; column-gap: 20px;   }
  .megaLinkList-2 ul{  column-count: 2; display: block;column-gap: 20px;    }
  .megaLinkList-2 ul li,
  .megaLinkList-3 ul li{ break-inside: avoid; }
  .megaLinkList ul li{margin-bottom:10px!important}
  .megaMenuLabel{border-bottom:1px solid #F5F5F5;}
  .megaMenuRowWpLeft{width:70.65%;padding-right:20px;}
  .megaMenuRowWpRight{width:29.35%;}
  .submenu.level-1 > li.menuParent:hover .megaMenu { opacity: 1; visibility: visible; pointer-events: inherit !important; }

  .navigation-primary .submenu.level-1 li.level-inner-1.topmenuItem,.hs-mobile-search-field { display: none; }

  /*   Header version 1   */
  .headerSection.ver_1 .navigationParentInner .companyConnection { display: none; }
  .headerSection.ver_1 .companyConnection .connectionItem+.connectionItem { margin-left: 30px; }
  .headerSection.ver_1 .companyConnection .connectionItem .text a{ font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 14px; color: rgba(255, 255, 255, 1); text-transform: none;    line-height: 1.5;display:block;}
  .headerSection.ver_1 .companyConnection .connectionItem .text a:hover{color: rgba(225, 25, 20, 1);}
  .headerSection.ver_1 .headerTopNavigation .submenu.level-1 > li:last-child > a{padding-right:0;}
  .headerSection.ver_1 .navigation-primary .submenu.level-1 > li{padding: 18px 6.5px;}

  /*   Header version 2   */
  .headerSection.ver_2 .headerTopPart{padding-left: 20px;}
  .headerSection.ver_2 .headerParent .headerMainPart{width: calc(100% - 230px);}
  .headerSection.ver_2 .headerParent .headerLogo{width: 230px;}
  .headerSection.ver_2 .headerNavigation{padding-left: 20px;padding-right: 20px;}
  .headerSection.ver_2 .headerParent .headerLogo{padding: 20px;}
  .headerSection.ver_2 .navigationParentInner .companyConnection { display: none; }
  .headerSection.ver_2 .companyConnection .connectionItem+.connectionItem { margin-left: 30px; }
  .headerSection.ver_2 .companyConnection .connectionItem .text a{ font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 14px; color: rgba(255, 255, 255, 1); text-transform: none;    line-height: 1.5;display:block;}
  .headerSection.ver_2 .companyConnection .connectionItem .text a:hover{color: rgba(225, 25, 20, 1);}

  .headerSection.ver_2 .headerTopNavigation .submenu.level-1 > li:last-child>a{background-color:#000000;color:#FFFFFF;}
  .headerSection.ver_2 .headerTopNavigation .submenu.level-1 > li:hover:last-child>a{background-color:#FFFFFF;color:#000000;}
  .headerSection.ver_2 .navigation-primary .submenu.level-1 > li{padding: 15px 6.5px;}
  /*   .headerSection.ver_2 .navigationRight .button { margin-left: 32px; } */
}

@media(min-width:1440px){ 

  .headerTopNavigation .level-1 > li > a {font-size: 16px;}

  .navigation-primary .level-1 > li > a{font-size: 18px;}


  /*   Header version 1   */
  .headerSection.ver_1 .navigation-primary .submenu.level-1 > li{padding: 23.5px 8.5px;}
  .headerSection.ver_1 .companyConnection .connectionItem .text a{ font-size: 16px; }

  /*   Header version 2   */
  .headerSection.ver_2 .headerTopPart{padding-left:30px;}
  .headerSection.ver_2 .headerParent .headerMainPart{width: calc(100% - 304px);}
  .headerSection.ver_2 .headerParent .headerLogo{width: 304px;}
  .headerSection.ver_2 .headerNavigation{padding-left:30px;padding-right:30px;}
  .headerSection.ver_2 .navigation-primary .submenu.level-1 > li{padding: 15px 8.5px;}
  .headerSection.ver_2 .companyConnection .connectionItem .text a{ font-size: 16px; }
}

@media(max-width:1200px){

  /*-=-=-=-  Expand Menu   -=-=-=*/ 
  body.openMenu { overflow: hidden; }
  /*     .headerOutter {height: 74px;} */
  /*-=-=-=-  Expand Menu   -=-=-=*/
  .expandMenu{position:relative;width:40px;height:40px;display:flex;align-items:center;cursor:pointer;overflow:hidden;flex-wrap:wrap;padding: 4px;margin-left: auto;}
  .expandMenu i{width:100%;height:4px;background:rgba(0, 0, 0, 1);transition:0.5s;display:block;border-radius: 10px;}
  .expandMenu i:first-child{width:22px;}
  .expandMenu i:last-child{width:16px;}
  .expandMenu.active i:first-child{width:100%;transform:translateY(11px) rotate(45deg);transition-delay:0.125s;        width: calc(100% - 19%);}
  .expandMenu.active i:last-child{width:100%;transform:translateY(-11px) rotate(315deg);transition-delay:0.25s;        width: calc(100% - 19%);}
  .expandMenu.active i:nth-child(2){transform:translateX(120%);}
  .expandMenu.active { justify-content: center; }
  .navigationParentInner { padding: 30px 15px 50px; }



  /*-=-=-=- Mobile Submenu Icon -=-=-=*/
  .childExpand { position: absolute; top:6px; z-index: 999; display: inline-block; right: -7.5px; width: 30px; text-align: center; height: 30px; margin: 0; padding: 0; cursor: pointer; background-color: transparent !important; border: none !important; line-height: 0;transition: all ease .3s; -moz-transition: all ease .3s; -webkit-transition: all ease .3s; -o-transition: all ease .3s; }
  .childExpand:after,.childExpand:before { content: none !important; }
  .childExpand.open {transform: rotateX(180deg);}
  .childExpand svg { fill:rgba(0, 0, 0, 1); }



  /*-=-=-=-  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; }
  .navigationParent.divActive { overflow: auto !important; }
  .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: 10px 0px; display: block; }

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

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

  /*   Color   */
  .navigation-primary .level-1 > li label.menu-arrow { display: none; }
  .navigation-primary .submenu.level-1 > li > a { width: calc(100% - 30px); }
  .navigationParent{background-color:rgba(255, 255, 255, 1.0);}
  .navigation-primary .level-1 > li a, .headerSection.ver_1 .companyConnection .connectionItem .text a,.headerSection.ver_2 .companyConnection .connectionItem .text a { color: rgba(0, 0, 0, 1);font-size: 16px; line-height: 1.4;}

  .navigation-primary .submenu.level-1 li.has-submenu.activeMenu a.active-item,
  .navigation-primary .submenu.level-1 li.has-submenu.active-item a.active-item,
  .navigation-primary .level-1 > li.has-submenu.activeMenu > a{ color: rgba(225, 25, 20, 1); }


  .megaMenuRowWp  .megaMenuLabel{display:none;}
  .megaMenuRowWpRight{display:none;}
  .megaMenuRowWpLeft { width: 100%; }
  .megaMenu .content-wrapper{max-width:100%;padding:0;}

  .navigationRight .searchIcon { display: none; }

  /*   Header version 1   */
  .headerSection.ver_1 .headerSectionTopInner { display: none; }
  .headerSection.ver_1 { padding: 15px 0; }
  .headerSection.ver_1 .companyConnection .connectionItem+.connectionItem,.headerSection.ver_2 .companyConnection .connectionItem+.connectionItem { margin-top:15px; }

  /*   Header version 2   */
  .headerSection.ver_2 .headerTopPart{ display: none; }
  .headerSection.ver_2 .headerParent .headerMainPart{width:calc(100% - 230px);}
  .headerSection.ver_2 .headerParent .headerLogo{padding:20px;width:230px;}
  .headerSection.ver_2 .headerNavigation{padding-left:15px;padding-right:15px;}
  .headerSection.ver_2 .headerParent{align-items:center;}
  .headerSection.ver_2 .companyConnection .connectionItem .icon {border-radius:100%;padding:5px;background-color:rgba(225, 25, 20, 1);}
  /*   .headerSection.ver_2 .navigationRight .button { margin-top: 20px; } */
}



@media(max-width:767px){
  /*   Header version 1   */
  .headerSection.ver_1 .headerParent .headerLogo { width: 99px; }
  .headerSection.ver_1 .headerParent .headerNavigation { width: calc(100% - 99px); }
  .headerSection.ver_1 { padding: 10px 0; }
  /*   Header version 1   */
  .headerSection.ver_2 .headerParent .headerMainPart{width:calc(100% - 170px);}
  .headerSection.ver_2 .headerParent .headerLogo{padding:15px;width:170px;}


  .expandMenu{width: 31px; height: 29px; padding: 7px 4px;}
  .expandMenu i{height:2px;}
  .expandMenu.active i:first-child{transform:translateY(5px) rotate(45deg);width:18px;}
  .expandMenu.active i:last-child{transform:translateY(-5px) rotate(315deg);width:18px;}
  .expandMenu i:first-child{width:16px;}
  .expandMenu i:last-child{width:12px;}
 




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



.footerSection{background-color:

  
  
    
  


  rgba(0, 0, 0, 1.0)

;position: relative;}
.footerSection .content-wrapper { max-width: 1440px; }

.footerSocialItem ul li a .iconImg{width:100%;height:100%!important;}
.footerSocialItem ul li a .iconImg.iconHover,.footerSocialItem ul li a:hover .iconImg.iconDefault{display:none;}
.footerSocialItem ul li a:hover .iconImg.iconHover{display:block;}
.footerSocialItem ul{margin:0 -5px!important;}
.footerSocialItem ul li a{padding:7px;width:30px;height:30px;background-color:rgba(255, 255, 255, 1.0);display:flex;align-items:center;justify-content:center;border-radius:100%;color:#E11914;}
.footerSocialItem ul li{margin:5px!important;}
.footerSocialItem ul li a svg,.footerSocialItem ul li a svg path{fill:currentColor;width: 100%; height: 100%;}
.footerSocialItem ul li a:hover{background-color:rgba(225, 25, 20, 1.0);color:#FFFFFF;}
.footerSocialItem ul li a .iconImg{width:100%;height:100%!important;}
.footerSocialItem ul li a .iconImg.iconHover,.footerSocialItem ul li a:hover .iconImg.iconDefault{display:none;}
.footerSocialItem ul li a:hover .iconImg.iconHover{display:block;}

.footerMenuLinkItem ul li a{ font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;font-size:16px;line-height:1.5;display:inline-block;color:#939393;position:relative;}
.footerMenuLinkItem ul li a:after{position:absolute;content:"";width:0%;height:1px;right:0;bottom:0;background-color:currentColor;transition:inherit;}
.footerMenuLinkItem ul li a:hover:after{width:100%;left:0;right:auto;}
.footerMenuLinkItem ul li a:hover{color:rgba(255, 255, 255, 1);}

.footerSection .labelText  p{color:#FFFFFF;}
.footerTopPartWpRight .companyDetails .text *{ font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;font-size:16px;line-height:1.5;color:#939393;}
.footerTopPartWpRight .companyDetails .text *+p{margin-top:5px;}
.footerTopPartWpRight .companyDetails .text h6+p{margin-top:10px;}

/* .footerBottomMenuLinkItem  ul{display:flex;flex-wrap:wrap;} */
.footerBottomMenuLinkItem ul li a{ font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;font-size:16px;line-height:1.5;display:inline-block;color:#FFFFFF;position:relative;}
.footerBottomMenuLinkItem ul li a:hover{text-decoration:underline!important;}
.footerBottomMenuLinkItem ul li:first-child a{padding-left:0;}
.footerBottomMenuLinkItem ul li:last-child a{padding-right:0}
.footerBottomPartWp .copyRightText{color:#FFFFFF;font-size:16px;line-height:1.5;}
.footerBottomPartWp .copyRightText svg { fill: currentColor; vertical-align: inherit; line-height: 1.5; display: inline-block; margin-bottom: -2px; }

.footerBg { position: absolute; top: 50%; left: 50%; transform: translate(-50% , -50%); width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
@media(min-width:768px){
  .footerTopPartParent { position: relative; }
  .footerMenuLinkParent{height:100%;}
  .footerTopPartWpRight{border-left:1px solid rgba(255, 255, 255, 20%);}
  .footerTopPartParent{border-bottom:1px solid rgba(255, 255, 255, 20%);}
  .footerBottomMenuLinkWp{border-left:1px solid rgba(255, 255, 255, 20%);}
  .footerTopPartWpMiddle{border-left:1px solid rgba(255, 255, 255, 20%);}
  .footerMenuLinkItem ul li+li{margin-top:10px;}
  .footerBottomMenuLinkItem ul li a{ padding:15px 25px;}
}
@media(min-width:992px){
  .footerTopPartWpMiddle{border-left:none;}
  .footerMenuLinkWp{border-left:1px solid rgba(255, 255, 255, 20%);}}
@media(max-width:767px){
  .footerTopPartWpRight .companyDetails .text *,.footerMenuLinkItem ul li a,.footerBottomMenuLinkItem ul li a { font-size: 14px; }
  .footerTopPartWpMiddle{border-top:1px solid rgba(255, 255, 255, 20%);border-bottom:1px solid rgba(255, 255, 255, 20%);}
  .footerMenuLinkItem ul{display:flex;flex-wrap:wrap;margin:0 -15px;}
  .footerMenuLinkItem ul li{width:50%;padding:5px 15px;}
  .footerMenuLinkWp:not(:first-child){border-top:1px solid rgba(255, 255, 255, 20%); }
  .footerBottomMenuLinkItem ul li { width: 100%; margin-bottom: 10px; }
  .footerLogo a { max-width: 143px; display: inline-block; width: 100%; }
  .footerBottomPartParent{border-top:1px solid rgba(255, 255, 255, 20%);}

}