*, *: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 ,
.dnd-section > .row-fluid ,
.page_center{
  margin: 0 auto;
  width: 100%;
  padding:0 15px;
}
.banner-section .dnd-section,
.banner-section .dnd-section > .row-fluid{
  padding: 0;
}

@media (max-width: 767px) {
}
/*
@font-face {
  font-family: 'Integral CF';
  src:url(//27226091.fs1.hubspotusercontent-eu1.net/hubfs/27226091/raw_assets/public/Trimax_Mowing_Systems_May2023/fonts/IntegralCF-RegularOblique.ttf),
    url(//27226091.fs1.hubspotusercontent-eu1.net/hubfs/27226091/raw_assets/public/Trimax_Mowing_Systems_May2023/fonts/IntegralCF-RegularOblique.woff),
    url(//27226091.fs1.hubspotusercontent-eu1.net/hubfs/27226091/raw_assets/public/Trimax_Mowing_Systems_May2023/fonts/IntegralCF-RegularOblique.woff2);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Integral CF Demibold';
  src:url(//27226091.fs1.hubspotusercontent-eu1.net/hubfs/27226091/raw_assets/public/Trimax_Mowing_Systems_May2023/fonts/IntegralCF-DemiBoldOblique.ttf),
    url(//27226091.fs1.hubspotusercontent-eu1.net/hubfs/27226091/raw_assets/public/Trimax_Mowing_Systems_May2023/fonts/IntegralCF-DemiBoldOblique.woff),
    url(//27226091.fs1.hubspotusercontent-eu1.net/hubfs/27226091/raw_assets/public/Trimax_Mowing_Systems_May2023/fonts/IntegralCF-DemiBoldOblique.woff2);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Integral CF Extra Bold Oblique';
  src:url(//27226091.fs1.hubspotusercontent-eu1.net/hubfs/27226091/raw_assets/public/Trimax_Mowing_Systems_May2023/fonts/IntegralCF-ExtraBoldOblique.ttf),
    url(//27226091.fs1.hubspotusercontent-eu1.net/hubfs/27226091/raw_assets/public/Trimax_Mowing_Systems_May2023/fonts/IntegralCF-ExtraBoldOblique.woff),
    url(//27226091.fs1.hubspotusercontent-eu1.net/hubfs/27226091/raw_assets/public/Trimax_Mowing_Systems_May2023/fonts/IntegralCF-ExtraBoldOblique.woff2);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Klavika Light';
  src:url(//27226091.fs1.hubspotusercontent-eu1.net/hubfs/27226091/raw_assets/public/Trimax_Mowing_Systems_May2023/fonts/Klavika-Light.ttf),
    url(//27226091.fs1.hubspotusercontent-eu1.net/hubfs/27226091/raw_assets/public/Trimax_Mowing_Systems_May2023/fonts/Klavika-Light.woff),
    url(//27226091.fs1.hubspotusercontent-eu1.net/hubfs/27226091/raw_assets/public/Trimax_Mowing_Systems_May2023/fonts/Klavika-Light.woff2);
  font-weight: light;
  font-style: normal;
}
@font-face {
  font-family: 'Klavika bold';
  src:url(//27226091.fs1.hubspotusercontent-eu1.net/hubfs/27226091/raw_assets/public/Trimax_Mowing_Systems_May2023/fonts/Klavika-Bold.ttf),
    url(//27226091.fs1.hubspotusercontent-eu1.net/hubfs/27226091/raw_assets/public/Trimax_Mowing_Systems_May2023/fonts/Klavika-Bold.woff),
    url(//27226091.fs1.hubspotusercontent-eu1.net/hubfs/27226091/raw_assets/public/Trimax_Mowing_Systems_May2023/fonts/Klavika-Bold.woff2);
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Klavika medium';
  src:url(//27226091.fs1.hubspotusercontent-eu1.net/hubfs/27226091/raw_assets/public/Trimax_Mowing_Systems_May2023/fonts/Klavika-Medium.ttf),
    url(//27226091.fs1.hubspotusercontent-eu1.net/hubfs/27226091/raw_assets/public/Trimax_Mowing_Systems_May2023/fonts/Klavika-Medium.woff),
    url(//27226091.fs1.hubspotusercontent-eu1.net/hubfs/27226091/raw_assets/public/Trimax_Mowing_Systems_May2023/fonts/Klavika-Medium.woff2);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'integral cf heavy oblique';
  src:url(//27226091.fs1.hubspotusercontent-eu1.net/hubfs/27226091/raw_assets/public/Trimax_Mowing_Systems_May2023/fonts/IntegralCF-HeavyOblique.ttf),
    url(//27226091.fs1.hubspotusercontent-eu1.net/hubfs/27226091/raw_assets/public/Trimax_Mowing_Systems_May2023/fonts/IntegralCF-HeavyOblique.woff),
    url(//27226091.fs1.hubspotusercontent-eu1.net/hubfs/27226091/raw_assets/public/Trimax_Mowing_Systems_May2023/fonts/IntegralCF-HeavyOblique.woff2);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ETmodules';
  src:url(//27226091.fs1.hubspotusercontent-eu1.net/hubfs/27226091/raw_assets/public/Trimax_Mowing_Systems_May2023/fonts/modules.ttf),
    url(//27226091.fs1.hubspotusercontent-eu1.net/hubfs/27226091/raw_assets/public/Trimax_Mowing_Systems_May2023/fonts/modules.woff);
  font-weight: normal;
  font-style: normal;
}
*/

body {
  word-break: break-word;
  line-height: 1.7em;
  -webkit-font-smoothing: antialiased;
}

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

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
img{
  max-width:100%;
}
/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  text-transform: uppercase;
  line-height: normal;
}

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

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

@media(min-width:666px){
  body h1 {
    font-size: 44px;
  }
  body h2 {
    font-size: 38px;
  }
  body h3 {
    font-size: 30px;
  }
  body h4 {
    font-size: 20px;
  }
  body h5 {
    font-size: 18px;
  }
  body h6 {
    font-size: 16px;
  }

}
@media(max-width:665px){
  body h1 {
    font-size: 28px;
  }
  body h2 {
    font-size: 21px;
  }
  body h3 {
    font-size: 20px;
  }
  body h4 {
    font-size: 18px;
  }
  body h5 {
    font-size: 16px;
  }
  body h6 {
    font-size: 14px;
  }

}
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_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow: auto;
  padding: 10px 7px;
}
.hs-form-field {
  margin-bottom: 16px;
}

/* Labels */

form label {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 16px;
  font-weight: 700;
}

/* 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: 1px solid;
  border-radius: 0;
  display: inline-block;
  width: 100%;
  color: #0c0d0c;
  font-family: klavika light,sans-serif;
  font-size: 14px;
  height: 58px;
  padding: 8px;
  padding-left: 10px;
  outline:0;
}

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: #c02b0a; 
}
.hs-error-msg,
.systems-page ul.no-list.hs-error-msgs label,
.hs_error_rollup label{
  font-family: 'Klavika Light',Helvetica,Arial,Lucida,sans-serif;
  font-size: 15px;
  letter-spacing: normal;
  line-height: inherit;
  padding-top: 13px;
  background: #fff9f9;
  border: 1px solid #c02b0a;
  margin-top: 8px;
  padding: 12.992px 24px;
  color: #c02b0a;
  font-weight: 500;
}

/* Submit button */

form input[type=submit],
form .hs-button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  margin: 10px 0;
  font-size: 18px;
  line-height: 22px;
  font-family: integral cf demibold,sans-serif;
  text-transform: uppercase;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* 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;
}
header.custom_header {
  position: fixed;
  width: 100%;
  z-index: 9;
  left: 0;
  top: 0;
}
.header_wrapper{
  min-height:163.8px;
}
.header_wrapper.header_no_nav {
  min-height: 78px;
}

.header_no_nav .logo_container {
  padding-bottom: 18px;
}
.cvdBanner {
  background-color: #ffcd02;
  color: #000;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 9px 9px 8px;
  text-align: center;
  width: 100%;
  line-height: 1.6em;
}
.cvdBanner a {
  color: #333;
  font-family: 'Klavika Light',Helvetica,Arial,Lucida,sans-serif;
}
.cvdBanner a:hover {
  color: #333;
}

.header_main {
  background-color: #fff;
  box-shadow: 0 1px 0 rgba(0,0,0,.1);
  font-weight: 500;
  line-height: 23px;
  width: 100%;
  position: relative;
}

.logo_container img{
  display: block;
  width: 366px!important;
  transition: .3s ease;
}
span.logo_helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.header_main_right {
  display: flex;
  font-weight: 600;
  justify-content: flex-end;
  padding-top: 33px;
  width: 50%;
  transition: all 0.5s;
  position: relative;
  bottom: 0;
}
body.search-open .header_main_right {
  position: relative;
  bottom: -30px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.logo_container {
  width: 50%;
  padding-top: 18px;
  padding-left: 3px;
}

.top-menu-nav ul li {
  font-size: 14px;
  position: relative;
  line-height: 1em;
  font-weight: 600;
}

.top-menu-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.top-menu-nav ul li a {
  padding-bottom: 25px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  color: #2d3030;
  display: block;
  font-family: 'Klavika Light',Helvetica,Arial,Lucida,sans-serif;
}

.top-menu-nav ul li a:after {
  content: '/';
  padding: 0 5px;
  color: #000;
  white-space: pre;
}

.top_search {
  padding-left: 125px!important;
  float: left;
  margin: 3px 0 0 22px;
  position: relative;
  display: block;
  width: 18px;
}

span.search_icon:after {
  content: '/';
  padding: 0 5px;
  color: #000;
  white-space: pre;
  position: relative;
  right: -15px;
  bottom: 4px;
  z-index: 9;
  font-size: 15px;
}
span.search_icon {
  position: absolute;
  left: -20px;
  cursor: pointer;
}
span.search_icon:before {
  color: #2d3030;
  left: 0px;
  font-size: 15px;
  top: 0;
  font-family: ETmodules!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0;
  direction: ltr;
  content: "\55";
  position: absolute;
}

.region_wrapper {
  float: left;
  max-width: 100%;
  word-wrap: break-word;
}
.region {
  display: inline-block;
  position: absolute;
  margin-top: -3px;
  margin-left: -120px;
}

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

.region ul>li {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  height: 28px;
  padding: 1px 0px 0 10px;
  font-family: 'Klavika Light',Helvetica,Arial,Lucida,sans-serif;
  color: #4e4e4e;
  font-weight: 400;
  cursor: default;
  position: relative;
}
body.lang-open .region ul>li>ul {
  display: block;
}
.region ul>li:after {
  content: "3";
  font-family: ETmodules;
  font-size: 18px;
  font-weight: 800;
  padding-left: 18px;
}
.region ul>li>ul>li:after {
  display: none;
}

.region ul>li>ul>li {
  font-weight: normal;
  display: block;
  white-space: nowrap;
  min-height: 1.2em;
  padding: 0 10px 1px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Klavika Light',Helvetica,Arial,Lucida,sans-serif;
}

.region ul>li>ul>li>a {
  color: #4e4e4e;
}

.region ul>li>ul {
  background-color: #fff;
  border: 1px solid;
  display: none;
  position: absolute;
  width: auto;
  top: 28px;
  left: 0;
}
.header_nav {
  background-color: #ff2f17;
  padding: 10px 0;
  height: 45px;
  line-height: 1em;
  color: #fff;
  font-size: 12px;
}

header.custom_header {
  position: fixed;
  width: 100%;
  z-index: 9;
  left: 0;
  top: 0;
}

.header_nav .page_center,
.header_main .page_center,
.mobile_main_menu_wrap .page_center,
.search_form_container.page_center{
  padding: 0;
  width: calc(100% - 2*var(--space-md));
  --space-md: calc(1.25 * 1em);
}
.header_main .page_center{
  display:flex;
}
.header_desk_menu{
  display:flex;
}
.main_menu .hs-menu-wrapper>ul {
  display: flex;
}

.main_menu .hs-menu-wrapper>ul>li {
  position: inherit;
  text-align: left;
  margin-right: 18px;
}
.main_menu .hs-menu-wrapper>ul>li:last-child {
  margin-right: 0px;
  padding-top: 3px;
}

.main_menu .hs-menu-wrapper>ul>li.hs-item-has-children>a {
  padding-right: 20px;
}

.main_menu .hs-menu-wrapper>ul>li>a {
  padding-bottom: 0.75em;
  display: block;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  font-family: Klavika Light;
  font-size: 16px;
  line-height: 20px;
}

.main_menu .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
  position: inherit;
  font-family: ETmodules;
  content: "3";
  font-size: 16px;
  font-weight: 800;
}
.main_menu .hs-menu-wrapper>ul li.hs-menu-depth-1>ul>li:last-child {
  border: 0;
}
.main_menu .hs-menu-wrapper>ul>li>a:after {
  opacity: .9;
}

.main_menu .hs-menu-wrapper>ul li.hs-menu-depth-1>ul {
  position: absolute;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,.1);
  -webkit-transform: translateZ(0);
  display: none;
}

.main_menu .hs-menu-wrapper>ul li.hs-menu-depth-1>ul>li {
  border-bottom: 2px solid #dddd;
  display: block;
  position: relative;
}

.main_menu .hs-menu-wrapper>ul li.hs-menu-depth-1>ul>li>a {
  padding: 10px;
  color: red;
  font-size: 18px;
  font-family: integral cf;
  padding-left: 0!important;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1em;
  display: block;
}

.main_menu .hs-menu-wrapper>ul li.hs-menu-depth-2>ul {
  background-color: #fff;
  -webkit-transform: translateZ(0);
  display: none;
  position: absolute;
  left: 100%;
  min-width: 280px;
  padding: 20px;
  top: 0;
}

.main_menu .hs-menu-wrapper>ul li.hs-menu-depth-2>ul>li {
  position: relative;
}

.main_menu .hs-menu-wrapper>ul li.hs-menu-depth-2>ul>li>a {
  font-size: 16px;
  color: #000;
  font-family: klavika light;
  font-style: inherit;
  padding: 0;
  margin-bottom: 20px;
  font-weight: 500!important;
  text-transform: capitalize!important;
  line-height: 1em;
  display: block;
}

.main_menu .hs-menu-wrapper>ul li.hs-menu-depth-2>ul>li>a:before {
  content: '›';
  margin-right: 5px;
  font-size: 15px;
}

.main_menu .hs-menu-wrapper>ul li.hs-menu-depth-1:hover>ul {
  display: block;
}

.main_menu .hs-menu-wrapper>ul li.hs-menu-depth-2:hover>ul {
  display: block;
}
.main_menu .hs-menu-wrapper>ul>li:nth-child(5)>a:hover {
  opacity: .9;
}
.header_btn {
  display: flex;
  margin-left: auto;
}
body.fixed-header .header_main_right {
  padding-top: 33px;
}
body.fixed-header .logo_container img {
  width: 282px!important;
}

body.fixed-header .logo_container {
  padding-top: 14px;
}
body.fixed-header .search_form_container form input {
  height: 60px;
  margin: 0;
}
body.fixed-header span.et_close_search_field {
  top: -15px;
}
.mobile_menu_bar{
  display:none;
}
.mobile_main_menu_wrap{
  display:none;
}

.search_outer {
  position: absolute;
  top: -30px;
  width: 100%;
  transition: 0.5s all;
  opacity: 0;
  visibility: hidden;
}
.search_form_container {
  position: relative;
  opacity: 0;
  visibility: hidden;
  height: 78px;
  z-index: 999;
}
.search-open .search_outer {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.search-open .search_form_container {
  opacity: 1;
  visibility: visible;
}
.search_form_container form {
  background: transparent;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1000;
  width: 100%;
}

.search_form_container form input {
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  color: #2d3030;
  background: #fff;
  right: -10px;
  width: 90%;
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-family: 'Klavika Light',Helvetica,Arial,Lucida,sans-serif;
}
.search_form_container form input:focus {
  outline: none;
}
span.et_close_search_field {
  display: block;
  width: 30px;
  height: 30px;
  z-index: 99999;
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 0;
  bottom: 0;
  margin: auto;
}

span.et_close_search_field:after {
  color: #2d3030;
  font-family: ETmodules;
  content: "\4d";
  speak: none;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

@media (min-width: 981px){
  body.fixed-header .header_main_right {
    padding-top: 20px;
  }
  body.fixed-header .top-menu-nav ul li a {
    padding-bottom: 20px;
  }
}



@media (min-width: 1025px){
  .header_nav .page_center,
  .header_main .page_center,
  .search_form_container.page_center{
    width: calc(100% - 2*var(--space-md));
    --space-md: calc(1.25 * 1.25em);
  }

  .main_menu {
    width: auto;
  }

  .main_menu .hs-menu-wrapper>ul{
    width: 100%;
  }
  .login_btn {
    float: right;
    background: #c1272d;
    padding: 12px 20px 3px;
    margin-top: -10px;
  }

  .login_btn a {
    padding-bottom: 0.75em;
    display: block;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 20px;
    color: #fff;
    font-family: integral cf!important;
    font-size: 14px!important;
  }

  .login_btn a:after {
    content: '›';
    margin-left: 2px;
  }
  .login_btn a:hover {
    opacity: .9!important;
    color: #fff;
  }
  .register_btn {
    margin-right: 15px;
    display: inline-block;
    float: right;
    background: #8fc444;
    padding: 12px 20px 3px;
    margin-top: -10px;
  }

  .register_btn a:hover {
    opacity: .9;
    color: #fff;
  }

  .register_btn a {
    padding-bottom: 0.75em;
    display: block;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 20px;
    color: #fff;
    font-family: integral cf!important;
    font-size: 14px!important;
  }

  .register_btn a:after {
    content: '›';
    margin-left: 2px;
  }
}

@media (max-width: 1366px){
  .logo_container {
    padding-top: 15px;
  }

  .logo_container img {
    width: 315px!important;
  }
  body.fixed-header .logo_container img {
    width: 242px!important;
  }
  body.fixed-header .logo_container {
    padding-top: 12px;
  }
}



@media (max-width: 1024px){
  .header_wrapper {
    min-height: 130.5px;
  }
  .header_nav{
    display:none;
  } 
  body.menu-open .mobile_main_menu_wrap {
    width:100%;
    display:block;
  }
  .mobile_main_menu_wrapper {
    WIDTH: 100%;
    background-color: red!important;
    border-top: none;
    padding: 5%;
    position: absolute;
    z-index: 9;
    max-height: 500px;
    overflow: scroll;

  }
  .mobile_menu_bar{
    display: flex;
    align-items: center;
  }

  .mobile_menu_bar:before {
    color: #bebaba;
    content: "a";
    font-size: 32px;
    position: relative;
    left: 0;
    top: 0;
    cursor: pointer;
    font-family: ETmodules!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
    direction: ltr;
  }

  .logo_container {
    padding-bottom: 20px;
    width: 100%;
    padding-left: 38px;
  }
  .cvdBanner {
    line-height: 1.5em;
    padding-top: 10px;
  }
  .logo_container img {
    width: 70%!important;
  }
  body.fixed-header .logo_container img {
    width: 70%!important;
  }

  .top-menu-nav {
    display: none;
  }

  .region_wrapper {
    display: none;
  }

  .header_main_right {
    margin-left: auto;
    width: 30%;
    padding-top: 3%;
  }
  span.search_icon:after {
    display: none;
  }
  span.search_icon:before {
    left: -5px;
    top: 7px;
  }
  .top_search {
    padding-left: 0 !important;
    margin: 0;
  }
  body.fixed-header .logo_container {
    padding-top: 15px;
  }
  body.fixed-header span.search_icon:before {
    left: -5px;
    top: 20px;
  }
  .mobile_main_menu .hs-menu-wrapper>ul>li>a {
    border-bottom: 1px solid rgba(0,0,0,.03);
    color: #fff;
    display: block;
    font-family: Klavika Light,Helvetica,Arial,Lucida,sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 5%;
    line-height: 23px;
  }
  .child-trigger {
    color: #fff;
    cursor: pointer;
    height: 46px;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .mobile_main_menu .hs-menu-wrapper>ul li.hs-item-has-children>a:after {
    content: "5"!important;
    font-family: ETmodules;
    padding: 0 5px;
    white-space: pre;
    font-weight: 600;
  }
  .mobile_main_menu .hs-menu-wrapper>ul li.hs-item-has-children.nav-active>a:after {
    content: '3'!important;
  }
  .mobile_main_menu .hs-menu-wrapper>ul li {
    position: relative;
  }


  .mobile_main_menu .hs-menu-wrapper>ul>li>ul {
    display: none;
    padding-left: 30px;
  }

  .mobile_main_menu .hs-menu-wrapper>ul>li>ul>li>a {
    font-family: klavika bold,sans-serif!important;
    text-transform: capitalize;
    color: #fff;
    font-size: 14px;
    padding: 10px 5%;
    display: inline-block;
    border-bottom: 1px solid rgba(0,0,0,.03);
    line-height: 23px;
  }

  .mobile_main_menu .hs-menu-wrapper>ul>li>ul ul {
    display: none;
    padding-left: 15px;
  }
  .mobile_main_menu_wrap .page_center {
    position: relative;
  }
  .mobile_main_menu .hs-menu-wrapper>ul>li>ul ul li {
    text-transform: capitalize;
  }

  .mobile_main_menu .hs-menu-wrapper>ul>li>ul ul li a {
    text-transform: capitalize;
    color: #fff;
    border-bottom: 1px solid rgba(0,0,0,.03);
    padding: 10px 5%;
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 23px;
  }
  .head-contact {
    padding: 20px 5%;
  }

  .head-contact p {
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #fff;
    font-family: klavika light,sans-serif!important;
    font-weight: 400;
    padding-bottom: 1em;
    margin: 0;
    font-size: 13px;
  }

  .head-contact p a {
    border-bottom: 1px solid rgba(0,0,0,.03);
    color: #fff;
    padding: 10px 5%;
    display: block;
    font-size: 15px;
    line-height: 18px;
  }


  .header_social_icons h4 {
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    font-family: klavika bold,sans-serif!important;
    padding-bottom: 15px;
    margin: 0;
    margin-top: 10px;
    font-weight: 500;
  }

  .header_social_icons p {
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    display: flex;
    font-family: klavika light,sans-serif!important;
    font-weight: 400;
  }

  .header_social_icons a:before {
    font-size: 15px!important;
  }

  .header_social_icons a:after {
    content: "" !important;
    padding: 0 3px;
  }

  .header_social_icons br {
    display: none;
  }

  .head-contact p a.mail-icon {padding: 0;padding-top: 10px;font-size: 18px;}

  .head-contact p a.mail-icon:after {
    font-size: 18px;
  }

  .head-contact p a.mail-icon:before {
    position: relative;
    top: 4px;
    font-family: ETmodules!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
    direction: ltr;
    content: "\e076";
    margin-right: 4px;
    font-size: 18px !important;
  }

  .head-contact p a.mail-icon:after {
    content: '';
  }

  .head-contact p a.mail-icon .et-social-icon {
    display: none;
  }
  span.search_icon {
    left: 0px;
  }
}
@media(max-width: 767px){
  .logo_container img {
    width: 64%!important;
  }
  body.fixed-header .logo_container img {
    width: 64%!important;
  }
}
@media(max-width:580px){
  .logo_container {
    padding-left: 15px;
    width: 100%;
  }
  .mobile_menu_bar {
    display: flex;
  }
  .header_main_right {
    padding-top: 11px;
  }
  body.fixed-header .header_main_right {
    padding-top: 0px;
  }
  body.fixed-header span.search_icon:before {
    top: 18px;
  }
}

@media(max-width: 480px){
  .logo_container img {
    width: 94%!important;
  }
  body.fixed-header .logo_container img {
    width: 94%!important;
  }
}
@media(max-width: 414px){
  .cvdBanner {
    line-height: 110%;
    font-size: 14px;
    padding: 7px;
  }
}
footer.custom-footer {
  position: relative;
  z-index: 2;
  clip-path: polygon(0% 0%,100% 20%,100% 100%,0 100%);
  padding-top: 225px;
  background: linear-gradient(270deg,#CF2B1D 0%,red 100%);
}
footer.custom-footer>.page_center {
  margin-top: -120px;
  width: calc(100% - 2*var(--space-md));
  padding: 0;
  --space-md: calc(1.25*1em);
}
.footer-bottom .page_center {
  width: calc(100% - 2*var(--space-md));
  padding: 0;
  --space-md: calc(1.25*1em);
}
footer.custom-footer.footer_no_nav {
  background: none;
}

.footer-widgets {
  padding: 6% 0 0;
}
.footer-widgets .footer-widget:nth-child(n) {
  margin-bottom: 30px!important;
  border-left: 0.5px solid #fff;
  padding-left: 10px;
}
.footer-widget {
  float: left;
  color: #fff;
}
.footer-widget .fwidget:last-child {
  margin-bottom: 0;
}
.widget_text {
  margin-bottom: 20px;
}
.et_pb_widget {
  float: left;
  max-width: 100%;
  word-wrap: break-word;
}
.textwidget p {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  font-weight: 400;
  padding-bottom: 1em;
  margin:0;
}
.footer-widgets .footer-widget a {
  color: #fff;
  font-size: 20px;
}
.nav_menu-2, .nav_menu-3, .nav_menu-4 {
  width: 32%;
  margin-right: 1%;
}
.footer-widget h4{
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin:0;
  font-size: 18px;
  line-height: 1em;
}
.footer-widgets .footer-widget li {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0.15em;
  padding-left: 14px;
  position: relative;
}
.footer-widgets .footer-widget li:before {
  border-radius: 0;
  border-width: 0;
  left: 0;
  position: absolute;
  content: '›';
  top: 0;
  font-size: 20px;
  font-weight: 900;
  transform: skewX(10deg);
}
.footer-widget:nth-child(2) .fwidget a {
  font-size: 18px;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.form_title {
  margin-bottom: 20px!important;
  float: left;
  max-width: 100%;
  word-wrap: break-word;
}
.form_input h3 {
  margin: 0;
}


.form_input form .hs-form-field {
  margin-bottom: 0;
}

.form_input form .hs-form-field label {
  margin: 0;
}
.form_input form {
  position: relative;
}
.form_input form .hs-form-field input {
  background-color: #fff;
  border: 1px solid #bbb;
  color: #4e4e4e;
  width: 100%;
  box-sizing: border-box;
  padding: 10px!important;
  display: inline-block;
  font-size: 14px;
  height: 39px;
}
.form_input form ul.no-list.hs-error-msgs.inputs-list li:before {
  display: none;
}
.form_input form ul.no-list.hs-error-msgs.inputs-list li {
  padding: 0;
}

.form_input form .hs-submit input {
  background: #8fc444;
  border: none;
  color: #fff;
  float: right;
  font-size: 26px;
  height: 39px;
  line-height: 32px;
  margin: 0;
  padding: 0;
  padding-bottom: 5px!important;
  position: absolute;
  width: 35px;
  z-index: 2;
  top: 0;
  right: 0;
}

.footer_social_icons {
  word-wrap: break-word;
  float: left;
  max-width: 100%;
  padding-right: 10px;
}


.icons_wrap p {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  margin: 0;
}

.et-social-icon {
  margin-right: 3px!important;
  display: inline-block;
}

.et-social-icon a {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  position: relative;
  text-align: center;
}

.et-social-icon a:before {
  font-size: 16px!important;
  font-family: ETmodules!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0;
  direction: ltr;
}
.et-social-facebook a.icon:before {
  content: "\e093";
}
.et-social-twitter a.icon:before {
  content: "\e094";
}
.et-social-instagram a.icon:before {
  content: "\e09a";
}
.et-social-youtube a.icon:before {
  content: "\e0a3";
}
.et-social-vimeo a.icon:before {
  content: "\e09c";
}
.et-social-youtube a::after, .et-social-linkedin a::after {
  margin-left: 5px;
}
.et-social-linkedin a.icon:before {
  content: "\e09d";
}
.et-social-icon a:after {
  content: '/';
  color: #781511;
}
#et-info-email:before {
  content: "\e076";
  margin-right: 4px;
  font-family: ETmodules!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0;
  direction: ltr;
  font-size: 16px!important;
}
#et-info-email:hover{
  opacity: .9;
}
.mobile-links {
  display: none;
}

.footer-bottom {
  background-color: #cf2b1d;
  padding: 15px 0 5px;
}

.footer-info {
  float: none;
  padding-bottom: 10px;
  text-align: center;
  font-size: 14px;
  line-height: 1.7em;
}

.footer-info a {
  color: #fff;
  font-weight: 100;
}
.footer-info a:hover {
  opacity: .7;
}
.textwidget p:last-child {
  padding-bottom: 0;
}
.middle_wrapper {
  margin-top: -45px !important;
}




@media (min-width: 981px){
  .footer-widgets .footer-widget:nth-child(1){
    width: 20.875%;
  }
  .footer-widget {
    margin-right: 2.5%;
  }
  .footer-widgets .footer-widget:nth-child(2) {
    width: 47.25%;
  }
  .footer-widget:nth-child(2) .fwidget {
    margin-bottom: 0;
  }
  .footer-widgets .footer-widget:nth-child(3) {
    width: 20.875%;
  }
}

@media (min-width: 1025px){
  footer.custom-footer>.page_center {
    margin-top: -120px;
    width: calc(100% - 2*var(--space-md));
    padding: 0;
    --space-md: calc(1.25*1.25em);
  }
  .footer-bottom .page_center {
    width: calc(100% - 2*var(--space-md));
    padding: 0;
    --space-md: calc(1.25*1.25em);
  }
}
@media (max-width: 1240px){
  .et-social-icon a:before {
    font-size: 17px!important;
  }
  .et-social-icon {
    margin-right: 4px!important;
  }
}


@media screen and (max-width: 980px){
  footer.custom-footer {
    clip-path: polygon(0% 0%,100% 10%,100% 100%,0 100%);
  }

  .footer-widgets {
    padding: 8% 0;
    position: relative;
  }
  .footer-widget:nth-child(n) {
    width: 46.25%!important;
    margin: 0 7.5% 7.5% 0!important;
  }
  .footer-widgets .footer-widget .fwidget {
    margin-bottom: 16.21%;
  }
}


@media screen and (max-width: 980px) and (min-width: 768px){
  .footer-widgets .footer-widget:nth-child(n) {
    margin-right: 0!important;
  }
  .footer-widget:last-child {
    position: absolute;
    bottom: 80px;
  }
}

@media screen and (max-width: 783px) and (min-width: 768px){
  .footer-widget h4 {
    margin-right: -4px;
  }
}


@media (max-width: 767px){
  .footer-info {
    width: 70%;
    margin: 0 auto;
  }
  footer.custom-footer {
    padding-top: 120px;
  }

  footer.custom-footer>.page_center {
    margin-top: -40px;
  }

  .footer-widgets {
    padding: 10% 0;
  }

  .footer-widgets .footer-widget:nth-child(n) {
    margin-bottom: 30px!important;
    border-left: 1.5px solid #fff;
    padding-left: 10px;
    width: 100%!important;
    margin-right: 0!important;
  }

  .footer-widgets .footer-widget .fwidget {
    margin-bottom: 9.5%;
  }
  .footer-widgets .footer-widget .fwidget:last-child {
    margin-bottom: 0!important;
  }
  .nav_menu-2, .nav_menu-3, .nav_menu-4 {
    display: none;
  }

  .mobile-links {
    display: block;
  }

  .mobile-links a:after {
    content: '›';
    padding-left: 2px;
  }

  .form_title {
    margin-bottom: 9.5%!important;
    margin-right: 30px;
  }

  .form_input form .hs-form-field input {
    width: 100%;
  }
  .footer-widgets .footer-widget h4 a {
  }

}
@media screen and (max-width: 500px){
  footer.custom-footer{
    clip-path: polygon(0% 0%,100% 5%,100% 100%,0 100%);
    padding-top: 100px;
  }
}


@media (max-width: 479px){
  .footer-widgets {
    padding: 12% 0;
  }

}


@media (max-width: 400px){
  .middle_wrapper {
    margin-top: -33px!important;
  }
}
.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}