*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

.banner-section .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.banner-section .dnd-section {
  padding: 0;
}
@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: "Font Awesome 5 Free"; 
  src: url('https://25616881.fs1.hubspotusercontent-eu1.net/hubfs/25616881/raw_assets/public/Vulcain_OI_October2022/font/fasolid900.woff2') format('woff2'),
    url('https://25616881.fs1.hubspotusercontent-eu1.net/hubfs/25616881/raw_assets/public/Vulcain_OI_October2022/font/fasolid900.woff') format('woff'),
      url('https://25616881.fs1.hubspotusercontent-eu1.net/hubfs/25616881/raw_assets/public/Vulcain_OI_October2022/font/fasolid900.ttf') format('truetype'),
        url('https://25616881.fs1.hubspotusercontent-eu1.net/hubfs/25616881/raw_assets/public/Vulcain_OI_October2022/font/fasolid900.svg') format('svg');
          font-style: normal; 
          font-weight: 900; 
          font-display: block; 
          }


@font-face { 
  font-family: "Font Awesome 5 Brands";
  src: url('https://25616881.fs1.hubspotusercontent-eu1.net/hubfs/25616881/raw_assets/public/Vulcain_OI_October2022/font/fabrands400.woff2') format('woff2'),
    url('https://25616881.fs1.hubspotusercontent-eu1.net/hubfs/25616881/raw_assets/public/Vulcain_OI_October2022/font/fabrands400.woff') format('woff'),
      url('https://25616881.fs1.hubspotusercontent-eu1.net/hubfs/25616881/raw_assets/public/Vulcain_OI_October2022/font/fabrands400.ttf') format('truetype'),
        url('https://25616881.fs1.hubspotusercontent-eu1.net/hubfs/25616881/raw_assets/public/Vulcain_OI_October2022/font/fabrands400.svg') format('svg');
          font-style: normal; 
          font-weight: 400; 
          font-display: block;
          }



@font-face { 
  font-family: eicons; 
  src: url('https://25616881.fs1.hubspotusercontent-eu1.net/hubfs/25616881/raw_assets/public/Vulcain_OI_October2022/font/eicons_2.woff2') format('woff2'),
    url('https://25616881.fs1.hubspotusercontent-eu1.net/hubfs/25616881/raw_assets/public/Vulcain_OI_October2022/font/eicons_2.woff') format('woff'),
      url('https://25616881.fs1.hubspotusercontent-eu1.net/hubfs/25616881/raw_assets/public/Vulcain_OI_October2022/font/eicons_2.ttf') format('truetype'),
        url('https://25616881.fs1.hubspotusercontent-eu1.net/hubfs/25616881/raw_assets/public/Vulcain_OI_October2022/font/eicons_2.svg') format('svg');
          font-style: normal; 
          font-weight: 400; 
          }

@font-face { 
   font-family: "Font Awesome 5 Free"; 
   src: url("https://25616881.fs1.hubspotusercontent-eu1.net/hubfs/25616881/Vulcain_OI_October2022/Fonts/fa-regular-400.eot") format("embedded-opentype"), 
      url("https://25616881.fs1.hubspotusercontent-eu1.net/hubfs/25616881/raw_assets/public/Vulcain_OI_October2022/font/fa-regular-400.woff2") format("woff2"), 
      url("https://25616881.fs1.hubspotusercontent-eu1.net/hubfs/25616881/raw_assets/public/Vulcain_OI_October2022/font/fa-regular-400.woff") format("woff"), 
      url("https://25616881.fs1.hubspotusercontent-eu1.net/hubfs/25616881/raw_assets/public/Vulcain_OI_October2022/font/fa-regular-400.ttf") format("truetype"); 
   font-style: normal; 
   font-weight: 400; 
   font-display: block; 
}





body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
body::-webkit-scrollbar-track {
  background: #f1f1f1;
}

html{
  line-height: 1.3;
  font-weight: 400;
  font-size: 14px;
  word-break: break-word;
  margin: 0;
  padding: 0

}


body {
  background-color: #fff;
  line-height: 1.715;

}

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

/* Paragraphs */

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

a:hover{
  text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

h1{
  letter-spacing: 1.2px;
  line-height: 1;
}

h2{
  letter-spacing: 1.1px;
  line-height: 1;
}

h3{
  text-transform: capitalize;
  line-height: 1;
}

h4{
  text-transform: capitalize;
  line-height: 1;
}

h5{
  line-height: 1.2;
}

h6{
  line-height: 1.2;
}




/* Lists */

ul,
ol {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 1rem;
}

li{
  margin-bottom: 10px;
  padding-left: 10px;
  margin-left: 20px;
}


.body-container-wrapper .hs_cos_wrapper_type_rich_text ul,
.body-container-wrapper .hs_cos_wrapper_type_rich_text ol{
  padding :0;
  font-weight: 300;
}


.body-container-wrapper .hs_cos_wrapper_type_rich_text ul li,
.body-container-wrapper .hs_cos_wrapper_type_rich_text ol li{
  position: relative;
  list-style: none;
}


.body-container-wrapper .hs_cos_wrapper_type_rich_text ul li::before,
.body-container-wrapper .hs_cos_wrapper_type_rich_text ol li::before{
  content: '\2014';
  position: absolute;
  margin-left: -30px;
  color: #E1C563;
}



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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  padding: 30px;
  margin: 30px 0;
  color: #111;
  font-size: 18px;
  font-style: italic;
  text-align: center;
}

/* Horizontal rules */

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

.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa, .fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-envelope:before {
  content: "\f0e0";
}
.fa-phone-alt:before {
  content: "\f879";
}


[class*=" eicon-"], [class^=eicon] {
  display: inline-block;
  font-family: eicons;
  font-size: inherit;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
   margin-bottom: 1.4rem;
}
.hs-form label.hs-error-msg,.hs-form label.hs-main-font-element {
    color: red;
}
/* Labels */

form label {
   display: block;
   font-size: 0.875rem;
   margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
   font-size: 0.875rem;
}

/* Inputs */

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

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
   position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

.hs-form-required {
   color: #EF6B51;
}

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
   cursor: pointer;
   display: inline-block;
   font-size: 0.92rem;
   text-align: center;
   transition: all 0.15s linear;
   white-space: normal;
   border-style:solid;
}

/* Captcha */

.grecaptcha-badge {
   margin: 0 auto;
}

.hs-search-module .hs-button {
   margin-top: 20px;
}

@media (max-width: 767px) {
   form.hs-form {
      margin-top: 20px;
   }
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.cst-header-grup{
   background-color: rgba(0, 0, 0, 0);
   border: 0 solid #e7e7e7;
   padding: 30px 50px;
   position: absolute;
   -webkit-transition: top 0s;
   -o-transition: top 0s;
   transition: top 0s;
   -webkit-transition: background .4s ease-in-out;
   -o-transition: background .4s ease-in-out;
   transition: background .4s ease-in-out;
   width: 100%;
   z-index: 99;
}
.cst-header-grup  .page-center {
   padding: 0;
   max-width: 100%;
   transition: all 0.4s ease-in-out 0s;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   margin-right: auto;
   margin-left: auto;
}
.cst-header-grup .header-logo-sec {
   position: relative;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}

.cst-header-grup .header-menu-sec {
   position: relative;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}
.cst-header-grup .header-logo-sec .header-logo-inr {
   position: relative;
   width: 100%;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -ms-flex-line-pack: start;
   align-content: flex-start;
   align-content: center;
   align-items: center;
   padding: 0px 0px 0px 0px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
   transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
   -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
   transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
   transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
   justify-content: center;
}
.cst-header-grup .header-logo-sec .header-logo-inr a img {
   height: auto;
   max-width: 100%;
   vertical-align: middle;
   display: inline-block;
   max-width: 100px;
   transition: all 0.4s ease-in-out 0s;
}

.cst-header-grup .header-menu-sec .header-menu-inr {
   position: relative;
   width: 100%;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -ms-flex-line-pack: start;
   align-content: flex-start;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   align-content: center;
   align-items: center;
}
.cst-header-grup .header-menu-sec .header-menu-inr .header-menu-inr-w {
   -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
   transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
   -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
   transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
   transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
}


.cst-header-grup .header-menu-sec .header-menu-inr-w .header-desk-nav .hs-menu-wrapper>ul {
   list-style: none;
   margin: 0;
   padding: 0;
   line-height: normal;
   -webkit-tap-highlight-color: rgba(0,0,0,0);
   position: relative;
   z-index: 2;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   margin-left: auto;
   -webkit-box-pack: end;
   -ms-flex-pack: end;
   justify-content: flex-end;
}

.cst-header-grup .header-menu-sec .header-menu-inr-w .header-desk-nav .hs-menu-wrapper>ul>li {
   border-width: 0;
   position: relative;
   margin: 0;
   margin-right: 5px;
   padding: 0;
}

.cst-header-grup .header-menu-sec .header-menu-inr-w .header-desk-nav .hs-menu-wrapper>ul li a {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   line-height: 20px;
   -webkit-transition: .4s;
   -o-transition: .4s;
   transition: .4s;
   -webkit-transition: .4s;
   -o-transition: .4s;
   transition: .4s;
   -webkit-transition: .4s;
   -o-transition: .4s;
   transition: .4s;
   padding: 13px 20px;
   white-space: nowrap;
   font-family: "Montserrat", Sans-serif;
   font-size: 16px;
   font-weight: 300;
   color: #fff;
   fill: #fff;
   padding-left: 20px;
   padding-right: 20px;
}

.cst-header-grup .header-menu-sec .header-menu-inr-w .header-desk-nav .hs-menu-wrapper>ul li ul li {
   padding: 0;
   margin: 0;
}

.cst-header-grup .header-menu-sec .header-menu-inr-w .header-desk-nav .hs-menu-wrapper>ul li ul {
   font-size: 13px;
   list-style: none;
   margin: 0;
   line-height: normal;
   -webkit-tap-highlight-color: rgba(0,0,0,0);
   position: absolute;
   width: 12em;
   border-width: 0;
   border-style: solid;
   padding: 0;
   background-color: #FFFFFF;
   border-radius: 0px 0px 5px 5px;
   box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 11%);
   width: auto;
   min-width: 10em;
   display: none;
   max-width: 1000px;
   top: auto;
   left: 0px;
}

.cst-header-grup .header-menu-sec .header-menu-inr-w .header-desk-nav .hs-menu-wrapper>ul li:hover ul {
   display: block;
}


.cst-header-grup .header-menu-sec .header-menu-inr-w .header-desk-nav .hs-menu-wrapper>ul li ul li a {
   font-family: "Poppins", Sans-serif;
   font-weight: 400;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   color: #2F2F2F;
   font-size: 13px;
   white-space: nowrap;
   text-shadow: none;
   border-left: 8px solid transparent;
}



.cst-header-grup .header-menu-sec .header-menu-inr-w .header-desk-nav .hs-menu-wrapper>ul>li>a:hover {
   color: #E1C563;
   fill: #E1C563;
   -webkit-transform: translateY(8px);
   -ms-transform: translateY(8px);
   transform: translateY(8px);
}


.cst-header-grup .header-menu-sec .header-menu-inr-w .header-desk-nav .hs-menu-wrapper>ul li ul li a:hover {
   color: #E1C563;
   fill: #E1C563;
}
.cst-header-grup .header-menu-sec .header-menu-inr-w .header-desk-nav .hs-menu-wrapper>ul li a .sub-arrow {
   line-height: 1;
   padding: 10px 0 10px 10px;
   margin-top: -10px;
   margin-bottom: -10px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}

.cst-header-grup .header-menu-sec .header-menu-inr-w .header-desk-nav .hs-menu-wrapper>ul li a .sub-arrow i {
   pointer-events: none;
}


.fa-caret-down:before {
   content: "\f0d7";
}

.cst-header-grup .header-menu-sec .header-menu-inr .header-menu-toggle {
   color: #FFFFFF;
   margin-left: auto;
   background-color: #FFFFFF00;
   font-size: 20px;
   padding: 0.25em;
   cursor: pointer;
   border: 0 solid;
   border-radius: 3px;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
}
.cst-header-grup .header-mob-nav {
   margin-top: 10px;
   -webkit-transition: all .3s,-webkit-transform .3s;
   transition: all .3s,-webkit-transform .3s;
   -o-transition: all .3s,transform .3s;
   transition: all .3s,transform .3s;
   transition: all .3s,transform .3s,-webkit-transform .3s;
   -webkit-transform-origin: top;
   -ms-transform-origin: top;
   transform-origin: top;
   overflow: auto;
   position: absolute;
   z-index: 9997;
   background-color: #FFFFFF;
   border-radius: 0px 0px 5px 5px;
   -webkit-transform: scaleY(0);
   -ms-transform: scaleY(0);
   transform: scaleY(0);
   /*   max-height: 0; */
   box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 11%);
   visibility: hidden;

}
.cst-header-grup .header-menu-sec .header-menu-inr-w .header-desk-nav .hs-menu-wrapper>ul>li:last-child {
   margin: 0;
}

.fixed .cst-header-grup {
   background-color: #781307;
   margin-bottom: 0;
   margin-top: 0;
   padding-bottom: 0;
   padding-top: 0;
   position: fixed;
   top: 0;
}

.fixed .cst-header-grup .header-logo-sec .header-logo-inr a img {
   transition: all 0.4s ease-in-out 0s;
   max-width: 84px;
}


.fixed .cst-header-grup .page-center {
   transition: all 0.4s ease-in-out 0s;
}

.fixed .cst-header-grup .page-center {
   min-height: 79.73px;
}

.eicon-menu-bar:before {
   content: '\e816';
}

.cst-header-grup .header-menu-sec .header-menu-inr .header-menu-toggle:hover {
   color: #000000;
}


.mobile-open .cst-header-grup .header-mob-nav {
   -webkit-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   visibility: visible;
}

.cst-header-grup .header-mob-nav {
   left: 0;
   top: 100%;
   max-width: 767px;
   width: 100vw
}


.cst-header-grup .header-mob-nav .hs-menu-wrapper>ul {
   margin: 0;
   padding: 0;
}

.cst-header-grup .header-mob-nav .hs-menu-wrapper>ul li {
   display: block;
   list-style: none;
   margin: 0;
   padding: 0;
   line-height: normal;
   margin-left: auto;
   -webkit-box-pack: end;
   -ms-flex-pack: end;
   justify-content: flex-end;
   position: relative;
   width: 100%;
}
.cst-header-grup .header-mob-nav .hs-menu-wrapper>ul li a {
   font-weight: 400;
   font-size: 14px;
   display: inline-block;
   color: #2F2F2F;
   padding: 11px 20px;
   width: 100%;
   line-height: 20px;
}
.cst-header-grup .header-mob-nav .hs-menu-wrapper>ul li ul {
   display: none;
}


.cst-header-grup .header-mob-nav .hs-menu-wrapper>ul li a .sub-arrow {
   line-height: 1;
   padding: 10px 0 10px 10px;
   margin-top: -10px;
   margin-bottom: -10px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   display: inline-block;
}

.cst-header-grup .header-mob-nav .hs-menu-wrapper>ul li ul {
   margin: 0;
   padding: 0;
}
.cst-header-grup .header-mob-nav .hs-menu-wrapper>ul li ul li a {
   text-shadow: none;
   border-left: 8px solid transparent;
}

.cst-header-grup .header-mob-nav .hs-menu-wrapper>ul li a:hover {
   color: #E1C563;
}

.cst-header-grup .header-mob-nav .hs-menu-wrapper>ul li ul li a:hover {
   color: #E1C563;
}

.mobile-open .cst-header-grup .eicon-menu-bar:before {
   content: "\e87f";
}

.fixed .cst-header-grup .header-mob-nav {
   top: 100%;
}
.no-banner .lp-header{
   background-color: #781307;
}

.no-banner .cst-header-grup{
   background-color: #781307;
}
.cst-header-grup .header-mob-nav .hs-menu-wrapper>ul li.child-open>a {
   color: #e1c563;
}

.cst-header-grup .header-mob-nav .child-trigger {
   min-height: 42px;
   position: absolute;
   top: 0;
   width: 100%;
   cursor: text;
}

.home-header .cst-header-grup {
   padding: 25px 2px 10px 10px;
}

.home-header .cst-header-grup .header-menu-sec .header-menu-inr-w .header-desk-nav .hs-menu-wrapper>ul li a {
   color: #781307 !important;
   font-weight: 400;
   font-family: "Montserrat", Sans-serif;
   font-size: 15px;
}

.home-header .cst-header-grup {
   padding: 25px 10px 10px 10px;
}

.home-header .cst-header-grup .header-menu-sec .header-menu-inr-w .header-desk-nav .hs-menu-wrapper>ul li a {
   color: #781307 !important;
   font-weight: 400;
   font-family: "Montserrat", Sans-serif;
   font-size: 15px;
}

.fixed .home-header .cst-header-grup .header-logo-sec .header-logo-inr a img {
   max-width: 120px;
}

.fixed .home-header .cst-header-grup {
   background: #fff !important;
   box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 8%);
   padding-bottom: 25px;
}

.fixed .home-header .cst-header-grup .page-center {
   min-height: unset;
}

.home-header .cst-header-grup .header-menu-sec .header-menu-inr-w .header-desk-nav .hs-menu-wrapper>ul li.active a,
.home-header .cst-header-grup .header-menu-sec .header-menu-inr-w .header-desk-nav .hs-menu-wrapper>ul li.active-branch a {
   color: #E1C563 !important;
}

.home-header .cst-header-grup .header-menu-sec .header-menu-inr-w .header-desk-nav .hs-menu-wrapper>ul li.active a {
   color: #E1C563 !important;
}

.home-header .cst-header-grup .header-menu-sec .header-menu-inr-w .header-desk-nav .hs-menu-wrapper>ul>li:hover>a {
   color: #E1C563 !important;
}

.home-header .cst-header-grup .header-menu-sec .header-menu-inr-w .header-desk-nav .hs-menu-wrapper>ul>li>ul li a {
   color: #2F2F2F !important;
   font-family: "Poppins", Sans-serif;
   font-weight: 400;
   padding: 13px 20px;
   font-size: 13px;
}

.home-header .cst-header-grup .header-menu-sec .header-menu-inr-w .header-desk-nav .hs-menu-wrapper>ul>li>ul li a:hover {
   color: #E1C563 !important;
   font-weight: 400;
}


@media (max-width: 1024px){
   .cst-header-grup .header-menu-sec .header-menu-inr-w .header-desk-nav .hs-menu-wrapper>ul li a {
      font-size: 14px;
   }
   .cst-header-grup .header-menu-sec .header-menu-inr-w .header-desk-nav .hs-menu-wrapper>ul>li {
      margin: 0;
   }
}


@media (min-width: 768px) and (max-width: 895px){
   .cst-header-grup .header-menu-sec .header-menu-inr-w .header-desk-nav .hs-menu-wrapper>ul>li>a {
      padding-left: 10px;
      padding-right: 10px;
   }
}



@media (max-width: 767px){
   .cst-header-grup .header-mob-nav {
      border-radius: 0px 0px 0px 0px;
      margin-top: 0;
   }
   .cst-header-grup .header-menu-sec .header-menu-inr .header-menu-inr-w .header-desk-nav {
      display: none;
   }
   .cst-header-grup .header-logo-sec .header-logo-inr a img {
      max-width: 24vw;
   }
   .cst-header-grup {
      border-width: 0px 0px 1px 0px;
      padding: 10px 10px 10px 10px;
   }
   .cst-header-grup .header-menu-sec .header-menu-inr .header-menu-toggle {
      font-size: 22px;
      border-width: 0px;
   }
   .cst-header-grup .header-menu-sec {
      width: 35%;
   }
   .cst-header-grup .header-logo-sec {
      width: 55%;
   }
   .cst-header-grup .header-menu-sec .header-menu-inr {
      justify-content: flex-end;
   }

   .home-header .cst-header-grup .header-menu-sec .header-menu-inr .header-menu-toggle {
      color: #000000;
   }

   .home-header .cst-header-grup {
      padding: 10px 10px 10px 10px;
      border-bottom: 0;
   }

   .home-header .cst-header-grup .header-mob-nav .hs-menu-wrapper>ul li a {
      padding-left: 35px;
      padding-right: 35px;
   }

   .home-header .cst-header-grup .header-mob-nav .hs-menu-wrapper>ul li.active a {
      color: #E1C563 !important;
   }

   .fixed .cst-header-grup .header-logo-sec .header-logo-inr a img {
      max-width: 84px;
   }

   .fixed .home-header .cst-header-grup .header-logo-sec .header-logo-inr a img {
      max-width: 101px;
   }

   .fixed .cst-header-grup,
   .fixed .home-header .cst-header-grup {
      padding-bottom: 11px;
      box-shadow: none;
      border-width: 0px 0px 1px 0px;
      border-style: solid;
      border-color: #E7E7E7;
   }

   .fixed .cst-header-grup {
      padding-bottom: 0;
   }


}







@media (min-width: 768px){
   .cst-header-grup .header-logo-sec {
      /*width: 37.981%;*/
     width:25%;
   }
   .cst-header-grup .header-menu-sec {
      /*width: 62.019%;*/
     width:75%;
   }
   .cst-header-grup .header-menu-sec .header-menu-inr {
      justify-content: flex-end;
   }
   .cst-header-grup .header-menu-sec .header-menu-inr .header-menu-toggle{
      display: none;
   }

   /*   .no-banner .cst-header-grup-wrapper{
   min-height: 106px;
} */
}


@media (max-width: 1120px) and (min-width: 768px) {
   .cst-header-grup .header-menu-sec {
      width: 75.019%;
   }
   .cst-header-grup .header-logo-sec {
      width: 22.981%;
   }
}

@media (max-width: 479px) {
   .cst-header-grup .header-logo-sec .header-logo-inr a img {
      max-width: 45vw;
   }

   .home-header .cst-header-grup {
      border-width: 0px 0px 1px 0px;
      border-color: #E7E7E7;
      border-style: solid;
      background: #fff;
   }

   .fixed .home-header .cst-header-grup .header-logo-sec .header-logo-inr a img {
      max-width: 101px;
   }

   .fixed .home-header .cst-header-grup {
      padding-bottom: 11px;
   }

   .cst-header-grup .header-mob-nav {
      top: 101%;
   }

   .fixed .cst-header-grup .header-logo-sec .header-logo-inr a img {
      max-width: 84px;
   }
}
.cst-ftr-grup {
   transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
   margin-top: 0px;
   margin-bottom: 0px;
   padding: 0px 0px 0px 0px;
   background-color: #F0ECE7;
}

.cst-ftr-grup .page-center {
   padding: 0;
   min-height: 120px;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   margin-right: auto;
   margin-left: auto;
   position: relative;
}

.cst-ftr-grup .elementor-col-33 {
   position: relative;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}

.cst-ftr-grup .elementor-col-33 .cst-ftr-widget-wrap {
   position: relative;
   width: 100%;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -ms-flex-line-pack: start;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   padding: 0px 0px 0px 0px;
   align-content: center;
   align-items: center;
}

.cst-ftr-grup .elementor-col-33 .cst-ftr-widget-wrap .cst-ftr-element {
   text-align: left;
   font-size: 14px;
   font-weight: 400;
}

.cst-ftr-grup .elementor-col-33 .cst-ftr-widget-wrap .cst-ftr-widget-container {
   -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
   transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
   -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
   transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
   transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}


.cst-ftr-grup .elementor-col-33 .cst-ftr-widget-wrap .cst-ftr-widget-container p {
   margin-bottom: 13px;
}

.cst-ftr-grup .cst-ftr-social .cst-ftr-widget-wrap {
   display: flex;
   justify-content: center;
}

.cst-ftr-grup .cst-ftr-liinks ul {
   list-style-type: none;
   margin: 0;
   padding: 0;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-box-pack: end;
   -ms-flex-pack: end;
   justify-content: flex-end;
   margin-right: calc(-12px/2);
   margin-left: calc(-12px/2);
}
.cst-ftr-grup .cst-ftr-liinks ul li {
   margin: 0;
   padding: 0;
   position: relative;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   font-size: inherit;
   -webkit-box-pack: end;
   -ms-flex-pack: end;
   justify-content: flex-end;
   text-align: right;
   margin-right: calc(12px/2);
   margin-left: calc(12px/2);
}
.cst-ftr-grup .cst-ftr-liinks ul li a {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   font-size: inherit;
   width: 100%;
   -webkit-box-pack: end;
   -ms-flex-pack: end;
   justify-content: flex-end;
   text-align: right;
   font-weight: 400;
}
.cst-ftr-grup .cst-ftr-liinks ul li a .elementor-icon-list-text {
   display: inline-block;
   color: #781307;
   padding-left: 10px;
}

.cst-ftr-grup .cst-ftr-liinks ul li a .elementor-icon-list-icon {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   text-align: center;
}

.cst-ftr-grup .cst-ftr-liinks ul li a .elementor-icon-list-icon i {
   color: #920000;
   width: 1.25em;
   font-size: 10px;
}

.fa-minus:before {
   content: "\f068";
}

.cst-ftr-grup .cst-ftr-liinks .cst-ftr-widget-wrap {
   display: flex;
   justify-content: flex-end;
}


.cst-ftr-grup .cst-ftr-copyright .cst-ftr-widget-wrap .cst-ftr-widget-container {
   padding: 12px 0 0;
}

.cst-ftr-grup .cst-ftr-liinks ul li:hover a .elementor-icon-list-text,
.cst-ftr-grup .cst-ftr-liinks ul li:hover a .elementor-icon-list-icon{
   color: #4E4E4E;
}


/******* progress-wrap *****/


.progress-wrap {
   position: fixed;
   height: 44px;
   width: 44px;
   cursor: pointer;
   display: block;
   border-radius: 50px;
   -webkit-box-shadow: inset 0 0 0 2px rgb(130 130 130 / 20%);
   box-shadow: inset 0 0 0 2px rgb(130 130 130 / 20%);
   z-index: 100;
   opacity: 0;
   visibility: hidden;
   -webkit-transform: translateY(20px);
   transform: translateY(20px);
   -webkit-transition: all 400ms linear;
   transition: all 400ms linear;
   right: 30px;
   bottom: 30px;
}

svg:not(:root) {
   overflow: hidden;
}

.progress-wrap.active-progress {
   opacity: 1;
   visibility: visible;
   -webkit-transform: translateY(0);
   transform: translateY(0);
}

.progress-wrap svg.progress-circle path {
   stroke: #781307;
   stroke-width: 4;
   fill: none;
}
.progress-wrap::after {
   position: absolute;
   font-family: 'Font Awesome 5 Free';
   content: '\f077';
   text-align: center;
   line-height: 44px;
   font-size: 13px;
   font-weight: 900;
   left: 0;
   top: 0;
   height: 44px;
   width: 44px;
   cursor: pointer;
   display: block;
   z-index: 1;
   -webkit-transition: all 400ms linear;
   transition: all 400ms linear;
}
.progress-wrap::after {
   color: #781307;
}


/***** social -share ****/


.social-icon-items {
   list-style-type: none;
   margin: 0;
   padding: 0;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   margin-right: calc(-12px/2);
   margin-left: calc(-12px/2);
}

.social-icon-items .social-icon-list-item {
   margin: 0;
   padding: 0;
   position: relative;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   font-size: inherit;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   word-break: break-word;
   margin-right: calc(12px/2);
   margin-left: calc(12px/2);
}

.social-icon-items .social-icon-list-item a {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   font-size: inherit;
   width: 100%;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
}

.social-icon-items .social-icon-list-item a .icon-list-icon {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}

.social-icon-items .social-icon-list-item a .icon-list-icon i {
   width: 1.25em;
   font-size: 18px;
   color: #781307;
}

.social-icon-items .social-icon-list-item a .icon-list-text {
   display: inline-block;
   -ms-flex-item-align: center;
   align-self: center;
   padding-left: 5px;
   color: #781307;
   font-weight: 300;
   line-height: 24px;
}

.social-icon-items .social-icon-list-item:hover .icon-list-icon i {
   color: #393939;
}












@media (max-width: 1024px){
   .cst-ftr-grup {
      padding: 0px 15px 0px 15px;
   }
   .cst-ftr-grup .page-center{
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
   }
}


@media (min-width: 1024px) and (max-width: 1160px){
   .cst-ftr-grup .cst-ftr-liinks ul {
      margin: 0;
   }

   .cst-ftr-grup .cst-ftr-copyright .cst-ftr-widget-wrap .cst-ftr-widget-container {
      padding-left: 5px;
   }
}





@media (max-width: 767px){
   .cst-ftr-grup .elementor-col-33{
      width: 100%;
   }

   .cst-ftr-grup .elementor-col-33 .cst-ftr-widget-wrap {
      justify-content: center;
   }

   .cst-ftr-grup .cst-ftr-copyright .cst-ftr-widget-wrap {
      padding: 10px 0px 10px 0px;
   }

   .cst-ftr-grup .elementor-col-33 .cst-ftr-widget-wrap .cst-ftr-element {
      text-align: center;
   }
   .cst-ftr-grup .cst-ftr-social,
   .cst-ftr-grup .cst-ftr-liinks{
      padding: 0px 0px 10px 0px;
   }
   .cst-ftr-grup .cst-ftr-liinks ul, .cst-ftr-grup .cst-ftr-liinks ul li {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
   }
   .cst-header-grup .header-mob-nav .hs-menu-wrapper>ul {
      overflow-y: auto;
      max-height: calc(100vh - 79px);
   }

   .no-nav.cst-ftr-grup .cst-ftr-social {
      display: none;
   }
}







@media (min-width: 768px){
   .cst-ftr-grup .elementor-col-33 {
      width: 33.333%;
   }
   .social-icon-items .social-icon-list-item:last-child .icon-list-text {
      padding-left: 3px;
   }
   .social-icon-items {
      margin-right: 2px;
   }
   .social-icon-items .social-icon-list-item:first-child a .icon-list-icon i {
      padding-left: 2px;
   }
   .cst-ftr-grup .elementor-col-33 .cst-ftr-widget-wrap .cst-ftr-widget-container p {
      margin-bottom: 12px;
   }
   .cst-header-grup .header-mob-nav {
      display: none;
   }
}

.full-width-page .full-width-pg-row1 .hs_cos_wrapper_type_rich_text p {
   margin-bottom: 13px;
   font-weight: 300;
}

.full-width-page .full-width-pg-row1 .hs_cos_wrapper_type_rich_text h3 {
   padding: 20px 0px 20px 0px;
   font-weight: 600;
   text-transform: initial;
   margin: 0;
}


.home-page-wrap #equipe .splide__controls {
  display:none;
}

.home-page-wrap #equipe .row-number-4 h2 {
    margin: 0;
    padding-left: 70px;
    position: relative;
}
.home-page-wrap #equipe .row-number-4 h2:after {
    background-color: #e1c563;
    bottom: 35%;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 60px;
}


.cookies-policy-page .cookies-policy-pg-row1 h2 {
   font-size: 22px;
   text-align: left;
   margin-top: 15px;
   text-transform: initial;
   padding-bottom: 10px;
   margin-bottom: 10px;
   color: #000;
   line-height: 1.2;
}




/****** nos références *******/
.references-page h2 {
    margin: 0;
    padding-left: 70px;
    position: relative;
}
.references-page h2:after {
    background-color: #e1c563;
    bottom: 35%;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 60px;
}
.references-page .job-ofr-text-inr h2:after {
  background-color:#fff;
  height:0;
  width:0;
}
.references-page .splide__controls {
  display:none;
}






.rejoindre-page .rejoindre-pg-row1 h2 {
   margin: 0px 0px 50px 0px;
   transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
   color: #2F2F2F;
   font-weight: 500;
   margin-top: 5px;
}

.rejoindre-page .rejoindre-pg-row2 .dnd-section > .row-fluid {
   padding: 0;
}


.cookies-policy-page .cookies-policy-pg-row1 p {
   font-weight: 400;
   color: #000;
   margin-bottom: 13px;
}

.cookies-policy-page .cookies-policy-pg-row1 ul {
   list-style: disc;
   margin-left: 15px;
   margin-bottom: 15px;
   font-weight: 400;
}

.cookies-policy-page .cookies-policy-pg-row1 ul li {
   padding: 0;
   margin: 0;
}

.cookies-policy-page .cookies-policy-pg-row1 ul li:before {
   content: none;
}

.cookies-policy-page .cookies-policy-pg-row1 p a {
   text-decoration: underline;
}

.cookies-policy-page .cookies-policy-pg-row1 p a {
   color: #781307;
}
.cookies-policy-page .cookies-policy-pg-row1 .widget-type-rich_text {
   font-size: 14px;
   margin-top: 0;
   max-width: 800px;
}
.cookies-policy-page .policy-banner .banner-overlay {
   opacity: .36;
}



@media (max-width: 767px){

   .rejoindre-page .rejoindre-pg-row1 h2 {
      font-size: 32px;
   }
   .cookies-policy-page .policy-banner {
      background-position: bottom left;
   }

}



.strategie-page .two-col-content-align-main .content-wrpr .top-title-section .top-title-inner .title {
   margin: 0px 0px 55px 0px;
}

.strategie-page .two-col-content-align-main .content-wrpr .top-title-section .top-title-inner .title h2 {
   margin: 0;
}

.strategie-page .two-col-content-align-main .content-wrpr .col-content-wrpr .text-content-wrpr .text-content-inner .subheading span {
   font-weight: 600;
   letter-spacing: normal;
}

.strategie-page .two-col-content-align-main .content-wrpr .col-content-wrpr .text-content-wrpr .text-content-inner .list-item-wrpr {
   margin: 0;
}

.strategie-page .two-col-content-align-main .top-separator svg {
   height: 164px;
}

.strategie-page .two-col-content-align-main .content-wrpr .col-content-wrpr .text-content-wrpr {
   width: 50%;
}

.strategie-page .two-col-content-align-main .content-wrpr .col-content-wrpr .image-content-wrpr {
   width: 50%;
}

.strategie-page .two-col-content-align-main .content-wrpr .col-content-wrpr .text-content-wrpr .text-content-inner {
   margin: 0;
}

.strategie-page .two-col-content-align-main .content-wrpr .col-content-wrpr .image-content-wrpr .image-content-inner {
   margin: 0;
}

.strategie-page .two-col-content-align-main .content-wrpr .col-content-wrpr .image-content-wrpr .image-content-inner .image-content-cntnr {
   margin: 0px 0px 0px 30px;
   text-align: center;
}

.strategie-page .two-col-content-align-main .content-wrpr .col-content-wrpr .image-content-wrpr .image-content-inner .image-content-cntnr img {
   width: 250px;
   vertical-align: middle;
   display: inline-block;
   height: auto;
   max-width: 100%;
   border: none;
   -webkit-border-radius: 0;
   border-radius: 0;
   -webkit-box-shadow: none;
   box-shadow: none;
}

.strategie-page .two-col-content-align-main .content-wrpr .col-content-wrpr .right-align .text-content-wrpr .text-content-inner {
   margin: 0;
}

.strategie-page .two-col-content-align-main .content-wrpr .col-content-wrpr .right-align .image-content-wrpr .image-content-inner {
   margin: 0;
}

.strategie-page .bottom-pane-main {
   background-position: center center;
}

.subventions-page .team-member-area .team-member-inner .team-member-col-wrpr .left-content .left-content-inner {
   margin: 45px 30px 0px 0px;
}

.subventions-page .bottom-pane-main {
   background-position: bottom left;
}

.subventions-page .bottom-pane-main .overlay {
   opacity: 0.6;
}

.droit-social-page .bottom-pane-main .overlay {
   opacity: 0.6;
}

.droit-social-page .bottom-pane-main {
   background-position: center center;
}

.strategie-page .two-col-content-align-main {
   margin-bottom: 0;
}


.references-page {}
.references-page .job-ofr-grp .job-ofr-item-content {
  width: 100%!important;
}

.references-page .job-ofr-grp .job-ofr-item-content .job-ofr-item-inr .job-ofr-item-title {
  margin:10px 0; 
}
.references-page .job-ofr-grp .job-ofr-item-content .job-ofr-item-inr .job-ofr-item-btn .popup-link {
  padding:8px 0;
}

.references-page .references-intervenants {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-evenly;
    align-items: flex-start;
    width: 25%;
}
.references-page .references-intervenants > div {
  padding:0 10px 0 0;
}
.references-page .references-intervenants img {
  max-width: 100%;
}
.references-page .references-intervenants .team-name {
  margin: 0;
    font-size: 14px;
    font-weight: 700;
}

.references-page .job-ofr-item-ppop-btn {
  margin-top:50px;
}

@media (min-width: 768px) {
    .references-page .job-ofr-grp .job-ofr-item-content .job-ofr-item-inr {
        width: 33%;
      margin-bottom: 30px;
    }
}





@media (max-width: 767px) {
   .strategie-page .two-col-content-align-main .content-wrpr .col-content-wrpr .image-content-wrpr, .strategie-page .two-col-content-align-main .content-wrpr .col-content-wrpr .text-content-wrpr {
      width: 100%;
   }

   .strategie-page .two-col-content-align-main .content-wrpr .col-content-wrpr .image-content-wrpr .image-content-inner .image-content-cntnr img {
      width: 97px;
   }
}