/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


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



/* 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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1264px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face {
  font-family: "Akkurat";
  src: url(//3284798.fs1.hubspotusercontent-na1.net/hubfs/3284798/raw_assets/public/Moddex_August2020/fonts/Akkurat/Akkurat.ttf);
  src: url(//3284798.fs1.hubspotusercontent-na1.net/hubfs/3284798/raw_assets/public/Moddex_August2020/fonts/Akkurat/Akkurat.woff);
  src: url(//3284798.fs1.hubspotusercontent-na1.net/hubfs/3284798/raw_assets/public/Moddex_August2020/fonts/Akkurat/Akkurat.woff2);
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Akkurat-Bold";
  src: url(//3284798.fs1.hubspotusercontent-na1.net/hubfs/3284798/raw_assets/public/Moddex_August2020/fonts/Akkurat-Bold/Akkurat-Bold.ttf);
  src: url(//3284798.fs1.hubspotusercontent-na1.net/hubfs/3284798/raw_assets/public/Moddex_August2020/fonts/Akkurat-Bold/Akkurat-Bold.woff);
  src: url(//3284798.fs1.hubspotusercontent-na1.net/hubfs/3284798/raw_assets/public/Moddex_August2020/fonts/Akkurat-Bold/Akkurat-Bold.woff2);
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "FoundryGridnik-Bold";
  src: url(//3284798.fs1.hubspotusercontent-na1.net/hubfs/3284798/raw_assets/public/Moddex_August2020/fonts/FoundryGridnik-Bold/FoundryGridnik-Bold.ttf);
  src: url(//3284798.fs1.hubspotusercontent-na1.net/hubfs/3284798/raw_assets/public/Moddex_August2020/fonts/FoundryGridnik-Bold/FoundryGridnik-Bold.woff);
  src: url(//3284798.fs1.hubspotusercontent-na1.net/hubfs/3284798/raw_assets/public/Moddex_August2020/fonts/FoundryGridnik-Bold/FoundryGridnik-Bold.woff2);
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "FoundryGridnik-Medium";
  src: url(//3284798.fs1.hubspotusercontent-na1.net/hubfs/3284798/raw_assets/public/Moddex_August2020/fonts/FoundryGridnik-Medium/FoundryGridnik-Medium.ttf);
  src: url(//3284798.fs1.hubspotusercontent-na1.net/hubfs/3284798/raw_assets/public/Moddex_August2020/fonts/FoundryGridnik-Medium/FoundryGridnik-Medium.woff);
  src: url(//3284798.fs1.hubspotusercontent-na1.net/hubfs/3284798/raw_assets/public/Moddex_August2020/fonts/FoundryGridnik-Medium/FoundryGridnik-Medium.woff2);
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "icomoon";
  src: url(//3284798.fs1.hubspotusercontent-na1.net/hubfs/3284798/raw_assets/public/Moddex_August2020/fonts/icomoon/icomoon.ttf);
  src: url(//3284798.fs1.hubspotusercontent-na1.net/hubfs/3284798/raw_assets/public/Moddex_August2020/fonts/icomoon/icomoon.woff);
  src: url(//3284798.fs1.hubspotusercontent-na1.net/hubfs/3284798/raw_assets/public/Moddex_August2020/fonts/icomoon/icomoon.woff2);
  font-style: normal;
  font-weight: 400;
}

* {
  -webkit-font-smoothing: none;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
}

html {
  font-size: 16px;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}

body {
  font-family: Akkurat, sans-serif;
  font-size: 16px;
  color: #222;
  line-height: 1.7;
  background: #fff;
  letter-spacing: normal;
  font-style: normal;
  overflow-x: hidden;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Akkurat, sans-serif;
}

/* Anchor Links */
a {
  color: #222;
  text-decoration: underline;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  line-height: 1.2;
  font-weight: 400;
  font-family: FoundryGridnik-Bold, sans-serif;
  color: #000;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.175rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  padding-left:20px;
}

ul li,
ol li {

}

ul ul,
ol ul,
ul ol,
ol ol {

}

blockquote, figure {
    margin-left: 0;
    margin-right: 0;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

@media screen and (max-width: 1299px){
  body {
    line-height: 1.4;
  }
}

@media screen and (max-width: 767px){
  body {
    line-height: 25px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */
h3.form-title {
  font-family: 'FoundryGridnik-Bold';
  font-size: 28px;
  line-height: 1;
  font-weight: 400;
}

.hs-button {
  position: relative;
  text-align: center;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-family: 'FoundryGridnik-Bold';
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  outline: none;
  width: 100%;
  max-width: 315px;
  box-shadow: none;
  text-shadow: none;
  background-image: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0;
  display: inline-block;
  height: 56px;
  line-height: 56px;
  margin: 20px 0;
  white-space: normal;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
  text-decoration: none;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  color: #33475b;
  display: block;
  margin-bottom: 6px;
  display: inline-block;
  font-family: 'Akkurat',sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: normal;
  font-style: normal;
}

.hs-form .hs-error-msgs label {
  line-height: 1.3;
  display: inline-block;
  padding-top: 10px;
  margin-bottom: 0;
  margin-top: 0;
  font-family: 'Akkurat',sans-serif;
  color: #f25b1c;
}

input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select,
.hs-input{
  display: inline-block;
  width: 100% ;
  outline: none;
  transition: none;
  padding: 10px 15px;
  font-size: 16px;
  line-height: normal;
  white-space: nowrap;
  font-family: 'Akkurat',sans-serif;
  color: #33475b;
  background: #fcfcfb;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.email-edit.hs-input {
  width: 100% !important;
  padding: 10px 15px!important;
  font-size: 16px !important;
}
input[type="password"] {
  height: auto !important;
  margin-top: 0 !important;
}
input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus,
.hs-input:focus{

}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #ff6c2f;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #ff6c2f;
}

.actions {
  padding: 0;
}

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

}
.inputs-list:first-child {

}
.inputs-list > li + li {

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

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

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 16px;
  color: #222;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Akkurat, sans-serif;
}

@media (min-width: 768px){
  form {
    max-width: 500px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.header.lp .header-logo {
  margin-top: 48px;
}
.scroll-header .header.lp .header-logo {
  margin-top: 14px;
  margin-bottom: 15px;
}



@media screen and (max-width: 1023px){
  .header.lp .header-logo {
    margin-top: 0;
  }
  footer.footer.lp .footer_mid {
    padding: 0;
  }


}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */
.search-overlay {
  background-color: transparent;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.open-search .search-overlay {
  display: block;
}
/* =================================== popup ======================================== */
.fancybox-container {
  transition-duration: 366ms;
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
  display: none;
}
.open-popup .fancybox-container {
  display: block;
}
.fancybox-close-small svg {
  display: none;
}
.fancybox-bg {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.47,0,.74,.71);
}
.open-popup .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(.22,.61,.36,1);
}
.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-inner {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-infobar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease,visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease,visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
  right: 0;
  top: 0;
  margin-right: 17px;
}

.fancybox-button {
  font: inherit;
  overflow: visible;
  text-transform: none;
  background: rgba(30,30,30,.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button svg {
  display: none !important;
}
.open-popup .fancybox-stage {
  overflow: hidden;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform,opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
  width: 100%;
  padding: 0;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.popup-custom-overlay {
  text-align: left;
  vertical-align: middle;
  max-width: 100%;
  overflow: auto;
  display: block;
  position: absolute;
  top: 5%;
  cursor: grab;
  padding: 0;
  background: 0 0;
  margin: 0 auto;
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.popup-custom-wrap {
  background: #f2f2ef;
  padding: 0;
}

.form-title-wrap {
  padding: 85px 105px 35px;
  background: #fff;
}

.form-title-wrap h3 {
  font-family: 'FoundryGridnik-Bold';
  font-size: 40px;
  line-height: 1.1;
  color: #000;
  margin-bottom: 30px;
  margin-top: 0;
  position: relative;
  font-weight: 400;
}

.form-title-wrap .page-desc {
  font-family: 'FoundryGridnik-Medium';
  font-size: 28px;
  line-height: 32px;
  color: #5a5250;
  max-width: 530px;
}

.form-wrapper {
  padding: 54px 105px 15px;
  cursor: default;
}
.form-wrapper .hs-input {
  height: 50px;
}
.form-wrapper h3.form-title {
  display: none;
}

.form-wrapper form {
  max-width: 100%;
}

.form-wrapper form::after {
  display: none;
}
.conner-frame {
  height: 74px;
  position: relative;
}

.frame-bottom {
  border-bottom: 3px solid #ff6c2f;
  height: 100%;
  width: calc(100% - 71px);
  background: #f2f2ef;
  padding: 0;
}

.frame-bottom-right {
  width: 71px;
  height: 100%;
  background: url(https://moddex.com/wp-content/themes/moddex/css/../images/conner-bottom-right-line-orange.svg) no-repeat 0 0;
  position: absolute;
  right: 0;
  bottom: 1px;
  background-size: auto 75px;
  background-image: url(https://moddex.com/wp-content/themes/moddex/css/../images/conner-bottom-right-line-orange-grey.svg);
}

.fancybox-close-small {
  font: inherit;
  text-transform: none;
  outline: none;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  margin: 0;
  display: inline-block;
  box-shadow: none;
  z-index: 401;
  position: absolute;
  cursor: pointer;
  opacity: .8;
  border: 0;
  border-radius: 0;
  color: currentColor;
  background: #f2f2ef url(https://moddex.com/wp-content/themes/moddex/css/../images/fancybox-close.svg) center center no-repeat;
  width: 34px;
  height: 34px;
  padding: 5px;
  right: 48px;
  top: 48px;
}
body.open-popup {
  overflow: hidden;
}
.fancybox-close-small:hover {
  opacity: 1;
}
.form-wrapper .hs_country {
  margin-bottom: 26px;
  margin-bottom: 11px;
}
.form-wrapper select::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 4px 0;
  border-color: #5a5250 transparent transparent;
  position: absolute;
  right: 12px;
  bottom: 15px;
}
.form-wrapper .hs-input[type=file] {
  position: relative;
  height: 46px;
  width: 241px !important;
}
.form-wrapper .hs-input[type=file]::before {
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1.1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d";
  color: #5a5250;
  font-size: 22px;
  position: absolute;
  top: 9px;
  right: 15px;
  z-index: 1;
  display: inline-block;
}
.form-wrapper .hs-input[type=file]::after {
  line-height: 46px;
  font-size: 16px;
  color: #5a5250;
  text-transform: uppercase;
  font-family: 'FoundryGridnik-Bold';
  content: 'UPLOAD ATTACHMENT';
  display: inline-block;
  background: #fff;
  padding: 0 15px;
  text-align: left;
  position: absolute;
  width: calc(100% - 30px);
  left: 0;
  top: 0;
  z-index: 0;
}
.form-wrapper select::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 4px 0;
  border-color: #5a5250 transparent transparent;
  position: absolute;
  right: 12px;
  top: 14px;
  transform: rotate(180deg);
}
.form-wrapper select {
  padding-right: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.fancybox-caption {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease,visibility 0s ease .25s;
  visibility: hidden;
  background: linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
  margin-top: -50px;
  padding: 75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left));
}

@media (max-height: 576px){
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
    padding-left: max(12px,env(safe-area-inset-left));
    padding-right: max(12px,env(safe-area-inset-right));
  }
}


@media screen and (min-width: 768px){
  .popup-custom-overlay {
    width: 90%;
  }
  .fancybox-container .hs_country {
    max-width: 190px;
    margin-bottom: 26px;
  }
}


@media screen and (min-width: 1300px){
  .popup-custom-overlay{
    padding-bottom: 50px;
    width: 1016px;
  }
}

@media screen and (max-width: 1299px){
  .popup-custom-overlay {
    padding: 30px 0;
  }
  .form-title-wrap h3 {
    font-size: 30px;
  }
}

@media screen and (max-width: 1023px){
  .form-title-wrap h3 {
    font-size: 25px;
  }
  .popup-custom-overlay {
    width: 90%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>.header__container>li>ul {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    float: none;
    clear: both;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>.header__container>li>ul>li {
    width: calc((100% - 16px)/3);
    margin-right: 8px;
    text-align: center;
    list-style: none;
    padding: 0;
    margin-bottom: 35px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>.header__container>li>ul>li:nth-of-type(3n+3) {
    margin-right: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>.header__container>li>ul>li>a {
    font-size: 12px !important;
    line-height: 15px;
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>.header__container>li>ul>li>a:hover {
    color: #ff6c2f;
    text-decoration: underline;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>.header__container>li>ul>li:first-child>a {
    text-decoration: none;
  }
  .flag-nav-product {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>.header__container>li>ul>li:first-child>a {
    width: auto;
    min-height: auto;
    margin-top: 20px;
    margin-left: 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>.header__container>li>ul>li:first-child>a>span {
    font-family: 'FoundryGridnik-Medium';
    font-size: 14px;
    letter-spacing: normal;
    line-height: 17px;
    text-transform: uppercase;
    position: relative;
    display: block;
    width: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>.header__container>li>ul>li:first-child>a>span::after {
    content: "";
    width: 100%;
    height: 3px;
    background: #ff6c2f;
    position: absolute;
    bottom: -11px;
    left: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>.header__container>li {
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul {
    margin-top: 25px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1)>ul, .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul, .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul, .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul, .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6)>ul, .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(7)>ul {
    display: none !important;
  }
}



@media screen and (max-width: 767px){
  .fancybox-container {
    background: #fff;
  }
  .popup-custom-overlay {
    width: 100%;
    top: 0;
    background-color: #fff !important;
  }
  .product-img {
    line-height: 25px !important;
  }
  .popup-custom-overlay {
    padding: 30px 0 0;
  }

  .popup-custom-wrap {
    background: #f2f2ef;
    margin: 30px 0 0;
    padding: 28px 0 80px;
  }

  .form-title-wrap {
    background: 0 0;
    padding: 0 16px;
  }

  .form-title-wrap h3 {
    font-size: 28px;
    margin-bottom: 0;
    padding-bottom: 13px;
  }

  .form-title-wrap .page-desc {
    margin-bottom: 35px;
    letter-spacing: -.43px;
    font-size: 17px;
    line-height: 23px;
  }

  .form-wrapper {
    padding: 0 16px;
  }

  .fancybox-caption {}

  .conner-frame {
    display: none;
  }

  .fancybox-close-small {
    height: 34px;
    padding: 5px;
    background: 0 0 !important;
    width: auto;
    left: 11px;
    top: 20px;
    right: inherit;
    text-decoration: none !important;
  }

  .fancybox-close-small::before {
    display: inline-block;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1.1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e906";
    color: #ff6c2f;
    font-size: 14px;
    transform: rotate(-180deg);
    display: inline-block;
    padding-left: 11px;
    position: relative;
    top: 2px;
  }
  .fancybox-close-small svg {
    display: none;
  }
  .fancybox-close-small::after {
    content: "Back";
    font-family: 'Akkurat',sans-serif;
    margin-left: -4px;
  }
  .form-wrapper .hs-input[type=file] {
    width: 100% !important;
  }

  .form-wrapper .hs-input[type=file]::after {
    text-align: center;
    left: -15px;
  }

  .form-wrapper .hs-input[type=file]::before {
    right: calc(50% - 105px);
  }
  .fancybox-container .hs-button {
    margin: 0;
    height: 48px;
    line-height: 48px;
    max-width: none;
  }

  .fancybox-container .hs_submit.hs-submit {
    padding-top: 37px;
  }
}

/* =================================== popup ======================================== */

.header {
  background-color: #F8FAFC;
}

.header__container {
  max-width: 1264px;
  margin: 0 auto;
}
.header-logo img {
  max-width: 100%;
  display: block;
  height: auto;
}
.desktop-close-menu {
  font-size: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: 0 0;
  padding: 0;
}
.search-desktop-wrap form {
  max-width: 100%;
}
.search-desktop-wrap form::after {
  display: none;
}
.search-header-wrap .search-control [type="submit"] {
  color: inherit;
  font: inherit;
  margin: 0;
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  cursor: pointer;
  outline: none;
  display: inline-block;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0;
  padding: 0;
  font-size: 0;
  text-decoration: none;
}
.search-header-wrap .search-control input[type="text"] {
  padding: 5px 15px;
  outline: none;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mobile-menu-close {
  color: inherit;
  font: inherit;
  margin: 0;
  text-transform: none;
  -webkit-appearance: button;
  cursor: pointer;
  outline: none;
  display: inline-block;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: 0 0;
  overflow: visible;
  padding: 0;
}
.custom-menu-primary .hs-menu-wrapper ul li a {
  text-decoration: none;
}
.show-menu-mobile-btn {
  color: inherit;
  font: inherit;
  margin: 0;
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  cursor: pointer;
  outline: none;
  display: inline-block;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: 0 0;
  padding: 0;
}
.search-header-wrapper .icon-search {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  background: 0 0;
  padding: 0;
  font-size: 0;
}
.search-header-wrapper .icon-search::before {
  display: inline-block;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1.1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e907";
  color: #5a5250;
  font-size: 18px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2)>ul>li:first-child>ul>li>a>span::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #ff6c2f;
  position: absolute;
  bottom: -11px;
  left: 0;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2)>ul>li:first-child>ul>li>a>span {
  font-family: 'FoundryGridnik-Medium';
  font-size: 14px;
  letter-spacing: normal;
  line-height: 17px;
  text-transform: uppercase;
  position: relative;
  display: block;
  width: 100%;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2)>ul>li>a {
  display: none;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2)>ul>li>ul>li:hover .product-img {
  background: #f2f2ef !important;
}
@media screen and (min-width: 768px){
  .only-mobile-mail_us {
    display: none;
  }
  .header-contact a:last-child {
    display: none;
  }
  .scroll-header .custom-menu-primary {
    max-width: 736px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1024px){
  .product-img {
    display: inline-block;
    width: 86px;
    height: 86px;
    padding: 11px 14px;
    margin-bottom: 5px !important;
    line-height: 28px !important;
    white-space: normal !important
  }
  header#main-header {
    min-height: 120px;
  }
  .header-contact a:first-child>span {
/*     color: #f25b1c; */
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2)>ul .header__container>li:first-child>ul>li {
    max-width: 185px;
    padding: 0;
    margin: 0;
    width: 100%;
    padding-right: 20px;
    margin-right: 0;
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2)>ul .header__container>li:first-child>ul>li::after {
    content: "";
    background: #d9d9d9;
    width: 1px;
    height: 129px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2)>ul .header__container>li:first-child>ul>li>a>span::after {
    content: "";
    width: 100%;
    height: 3px;
    background: #ff6c2f;
    position: absolute;
    bottom: -11px;
    left: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2)>ul .header__container>li:first-child>ul>li>a>span {
    font-family: 'FoundryGridnik-Medium';
    font-size: 14px;
    letter-spacing: normal;
    line-height: 17px;
    text-transform: uppercase;
    position: relative;
    display: block;
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2)>ul .header__container>li:first-child>ul>li>a {
    width: 86px;
    text-align: center;
    min-height: 86px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2)>ul .header__container ul.hs-menu-children-wrapper>li>a {
    font-family: 'FoundryGridnik-Medium';
    font-size: 15px;
    letter-spacing: normal;
    display: block;
    line-height: 20px;
    white-space: normal;
    margin: 0;
    width: 100%;
  }
  .child-trigger {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2)>ul .header__container ul.hs-menu-children-wrapper>li:hover>.product-img {
    background: #f2f2ef !important;
  }
  .flag-nav-product {
    text-align: center;
    padding-top: 3px;
    display: block;
  }

  .flag-nav-product span {
    z-index: 2;
    top: 17px;
    left: 0;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'FoundryGridnik-Bold';
    text-align: center;
    font-size: 14px;
    height: 20px;
    line-height: 23px;
    min-width: inherit;
    padding: 0 11px;
    margin-right: 0;
    position: static;
    background: #ff6c2f;
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2)>ul .header__container ul.hs-menu-children-wrapper>li:hover>a {
    /*     color: #ff6c2f; */
    text-decoration: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2)>ul .header__container ul.hs-menu-children-wrapper>li {
    width: 25%;
    text-align: center;
    padding: 0 10px;
    position: relative;
    list-style: none;
    margin-bottom: 20px;
  }
  .product-img img {
    display: inline-block;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2)>ul>li>ul>li>a {
    font-family: 'FoundryGridnik-Medium';
    font-size: 15px;
    letter-spacing: normal;
    display: block;
    line-height: 20px;
    cursor: pointer;
    text-decoration: none;
    white-space: normal;
    margin: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2)>ul>.header__container>li>a {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2)>ul .header__container>li:last-child>ul>li:first-child {
    display: none;
  }
  .scroll-header .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2)>ul {
    top: 45px;
  }
  .scroll-header .custom-menu-primary .hs-menu-children-wrapper {
    top: 46px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2)>ul {
    position: absolute;
    width: 100%;
    left: 0;
    top: 119px;
    z-index: 3;
    background: #fcfcfb;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    min-width: 100%;
    display: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2):hover>ul {
    display: flex !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2)>ul>li:first-child>ul>li {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 185px;
    padding-right: 20px !important;
    margin-right: 0;
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2)>ul>li:last-child {
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2)>ul>li>ul {
    position: static;
    background-color: transparent;
    padding: 0;
    margin: 0;
    width: 100%;
    min-width: 100%;
    float: none;
    clear: both;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding: 0;
    justify-content: center;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2)>ul>li:nth-child(2)>ul>li:first-child {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2):hover>ul .header__container {
    display: flex;
    padding: 0 20px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2):hover>ul .header__container ul.hs-menu-children-wrapper {
    display: flex !important;
    position: static !important;
    padding: 0 !important;
    margin: 0 !important;
    min-width: 100% !important;
    background-color: transparent !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2)>ul>li>ul>li {
    margin: 0;
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
    width: 25%;
    text-align: center;
    padding: 0 10px;
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2)>ul>li:first-child>ul>li::after {
    content: "";
    background: #d9d9d9;
    width: 1px;
    height: 129px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2)>ul>li:first-child>ul>li {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2)>ul>li:first-child>ul>li>a {
    width: 86px;
    text-align: center;
    min-height: 86px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2):hover>ul {}
  .scroll-header .header-group {
    position: fixed;
    width: 100%;
    background: #fff;
    left: 0;
    top: 0;
    z-index: 5;
  }
  .scroll-header .main-header {
    align-items: center;
  }
  .scroll-header .header-logo {
    position: relative;
    margin-bottom: 0;
  }
  .scroll-header .header-logo img {
    max-width: 93px;
    height: 19px;
  }
  .scroll-header .desktop-close-menu {
    display: block;
  }
  .scroll-header .desktop-close-menu::before {
    content: "";
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAmCAYAAAC29NkdAAAAAXNSR0IArs4c6QAAAUhJREFUWAnF1k0KwjAQBeCioPcQXOoZehAXnshzeCz3rgV3Og8daO2kNsnMy8AQ89d8LYak68axlupp3EStYW0YzEDHVfIleTFHxDZiTawNwwQ5xGEQG6k4XXuC3Anq/oXpIBbyF4d1YYFpFAepsZEpHCxmMJHZOBUzkMU4BrIaF4l0w0Ug3XGeyDCcBzIcV4Ok4UqQdFwOshluCbI57h9yeNnQgz95turDosrUsahIXD6a4fSlj/LjKakoLdGGvqpYVc3+TD5LsTWegzb0NQ1rQ+gX1BJjmoSFw3+Ofek1Xz6Fw4ZIbRzal5zD6ds0Qy7BNUPm4OjIEhwNWYMLR3rgwpCeOHdkBM4NGYmrRjJwxUgmLhu5lxkPSb2BoGRdNq1jERaYRtFLTZEsnAKGSBhgMaOX1pskJrADa94ke8nZ2Mz2xnZO1n4Dm49oPDmkZeYAAAAASUVORK5CYII=);
    width: 24px;
    height: 24px;
    display: inline-block;
    background-size: 16px auto;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .scroll-open-menu .desktop-close-menu::before {
    background-image: url(https://moddex.com/wp-content/themes/moddex/css/../images/ico-menu.svg);
    background-size: 20px auto;
  }
  .scroll-header .main-header .top-right {
    margin-bottom: 0;
  }
  .scroll-header .search-header-wrapper {
    display: none;
  }
  .scroll-header .nav-header {
    position: fixed;
    width: 100%;
    background: #fff;
    left: 0;
    top: 49px;
    border-bottom: 1px solid #d9d9d9;
  }
  .scroll-header.scroll-open-menu .nav-header {
    display: none;
  }
  .scroll-header .custom-menu-primary .hs-menu-wrapper>ul {
    justify-content: flex-start;
  }
  .scroll-header .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2)>ul {
    top: 46px;
  }
  .scroll-header .custom-menu-primary .hs-menu-wrapper>ul>li.active>a::after,
  .scroll-header .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a::after{
    bottom: -7px;
  }
  .scroll-header .custom-menu-primary .hs-menu-wrapper>ul>li {
    padding-bottom: 6px;
  }
  .scroll-header .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    margin: 11px 17.5px 0;
  }
  .scroll-header .custom-menu-primary {
    max-width: 980px;
    margin: 0 auto;
  }
  .search-header-wrap .search-control input[type="text"]::placeholder {
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 30px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 17px;
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
    margin-right: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(2) {
    position: static;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 14px;
    font-family: 'FoundryGridnik-Medium';
    text-transform: capitalize;
    text-decoration: none;
    margin: 5px 8px;
    display: inline-block;
    position: relative;
    z-index: 2;
    min-height: 28px;
  }
  .custom-menu-primary ul.hs-menu-children-wrapper {
    margin: 0;
    padding: 0;
    max-width: var(--max-width-content);
    margin: 0 auto;
    padding: 20px 17.5px 10px;
    position: absolute;
    top: 56px;
    left: 0;
    text-align: left;
    background: #fafaf9;
    width: auto;
    min-width: 162px;
    display: none;
    z-index: 3;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:hover>ul {
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    margin-bottom: 10px;
    display: inline-block;
    line-height: 1.4;
    text-decoration: none;
    white-space: nowrap;
  }
  .search-header-wrap .search-control [type="submit"]::before {
    display: inline-block;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1.1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e914";
    color: #fff;
    font-size: 32px;
  }
  .search-header-wrap .search-control [type="submit"]::after {
    content: "";
    height: 32px;
    width: 1px;
    background: #fff;
    right: -5px;
    position: absolute;
    bottom: 1px;
  }
  .main-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .search-form-mobile {
    display: none;
  }
  .btn-enquiry-mobile {
    display: none;
  }
  .mobile-menu-close {
    display: none;
  }
  .main-header .left {
    max-width: 185px;
    margin-right: 15px;
  }
  .main-header .right {
    width: calc(100% - 200px);
    text-align: right;
  }
  .main-header .top-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 16px;
  }
  .main-header .top-right .call_us {
    background: #f2f2f0;
    padding: 0 32px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    font-family: 'FoundryGridnik-Bold';
    text-decoration: none;
  }
  .header-contact a {
/*     background: #f2f2f0; */
    padding: 0 32px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    font-family: 'FoundryGridnik-Bold';
    text-decoration: none;
  }
  .main-header .top-right .call_us .label {
    color: #7a716f;
  }

  .header-contact a p {
    margin: 0;
    color: #7a716f;
    font-family: FoundryGridnik-Bold;
    font-size:16px;
    font-style:normal;
    font-weight:400;
    -webkit-font-smoothing:antialiased;
    display: inline;
    line-height:48px;
  }

  .header-contact .hs_cos_wrapper_type_rich_text {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .main-header .top-right .call_us .value {
    color: #f25b1c;
  }
  .header-logo {
    margin-bottom: 33px;
  }
  .desktop-close-menu {
    position: absolute;
    right: -45px;
    top: 0;
    display: none;
  }
  .header-enquire-btn {
    margin-left: 32px;
    padding: 0 32px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    font-family: 'FoundryGridnik-Bold';
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    display: inline-block;
  }
  .header-enquire-btn:hover {
    text-decoration: none;
  }
  .search-header-wrapper {
    width: 80px;
    padding-right: 16px;
    padding-top: 10px;
  }
  .search-desktop-wrap {
    background: #333131;
    width: 100%;
    height: 120px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
  }
  .search-header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 42px;
  }
  .search-header-wrap .search-control {
    display: flex;
    align-items: center;
  }
  .search-header-wrap .search-control [type="submit"] {
    text-decoration: none;
    padding: 0 22px;
    height: auto;
    line-height: 1;
    position: relative;
    margin-right: 7px;
  }
  .search-header-wrap .search-control input[type="text"] {
    background: 0 0;
    border: none;
    color: #fff;
    font-size: 20px;
    letter-spacing: -.5px;
    line-height: 32px;
    padding-left: 15px;
  }
  .search-desktop-wrap .search-close {
    text-decoration: none;
    font-size: 0;
    padding: 0 15px;
    line-height: 1;
  }
  .open-search .search-desktop-wrap {
    display: block;
  }
  .search-desktop-wrap .search-close:before {
    display: inline-block;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1.1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e915";
    color: #fff;
    font-size: 22px;
  }
  .show-menu-mobile-btn {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a::after {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -23px;
    left: 0;
    z-index: 2;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.active>a::after {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -23px;
    left: 0;
    z-index: 2;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2) >ul .header__container> li:first-child {
    max-width: 185px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2) >ul .header__container> li:last-child {
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2):hover>ul .header__container ul.hs-menu-children-wrapper {
    display: flex !important;
    position: static !important;
    float: none;
    clear: both;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding: 0;
    justify-content: center;
  }
}

@media screen and (min-width: 1300px){
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 17px;
    margin: 5px 17.5px;
  }
  .custom-menu-primary ul.hs-menu-children-wrapper {
    min-width: 205px;
  }
  .scroll-header .custom-menu-primary {
    max-width: 1264px;
    margin: 0 auto;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2)>ul>li>ul>li {
    width: 12.5%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2)>ul .header__container ul.hs-menu-children-wrapper>li {
    width: 12.5%;
  }
}

@media screen and (max-width: 1023px){
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:first-child {
    display: none;
  }
  .header-contact a:first-child >span>span {
    display: none;
  }
  .header-contact a:first-child >span::before {
    display: inline-block;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1.1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e903";
    color: #ff6c2f;
    font-size: 29px;
  }
  .header-contact a:first-child {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    padding: 0;
    background: 0;
    position: absolute;
    right: 103px;
    top: 16px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li {
    padding: 0;
  }

  .product-img img {
    display: inline-block;
  }
  .product-img {
    margin-bottom: 10px;
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li {
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li:first-child>a>span {
    font-family: 'FoundryGridnik-Medium';
    font-size: 14px;
    letter-spacing: normal;
    line-height: 17px;
    text-transform: uppercase;
    position: relative;
    display: block;
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:nth-child(2)>ul>li>a:hover {
    text-decoration: underline;
    color: #ff6c2f;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li:first-child>a {
    color: #5a5250;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li:first-child>a:hover {
    color: #ff6c2f;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2)>ul>li>ul>li:hover .product-img {
    background: transparent !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:nth-child(2)>ul>li>a {
    font-size: 12px;
    line-height: 15px;
    display: block;
    text-decoration: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li:first-child>a>span::after {
    content: "";
    width: 100%;
    height: 3px;
    background: #ff6c2f;
    position: absolute;
    bottom: -11px;
    left: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li {
    list-style: none;
    padding: 0;
    margin-bottom: 35px;
    width: calc((100% - 16px)/3);
    margin-right: 8px;
    text-align: center;
  }
  .custom-menu-primary ul.hs-menu-children-wrapper>.header__container>li>a {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>.header__container>li:first-child {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li:nth-of-type(3n+3) {
    margin-right: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li:first-child>a {
    width: 86px;
    text-align: center;
    min-height: 86px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: auto;
    min-height: auto;
    margin-top: 20px;
    margin-left: 16px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) .child-trigger::after {
    position: absolute;
    top: 15px;
    right: 16px;
    display: inline-block;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1.1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e913";
    color: #7a716f;
    font-size: 17px;
    content: "\e90e";
  }
  .child-trigger {
    width: 100%;
    position: absolute;
    z-index: 3;
    top: 0;
    height: 49px;
    cursor: pointer;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.products.child-open .child-trigger::after {
    content: "\e90f";
    color: #ff6c2f;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.products.child-open>a {
    color: #ff6c2f;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>a::after {
    display: none;
  }
  .custom-menu-primary ul.hs-menu-children-wrapper .child-trigger {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul {
    float: none;
    clear: both;
    display: flex !important;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding: 0;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .header-group {
    margin-bottom: 0;
    border-bottom: none !important;
  }

  .header__container {
    max-width: none !important;
    padding: 0 !important;
  }

  .main-header {
    position: relative;
    padding: 16px 16px 17px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
  }

  .header-logo {
    max-width: 112px;
    padding-top: 3px;
  }

  .desktop-close-menu {
    display: none;
  }

  .main-header .call_us {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    padding: 0;
    background: 0 0;
    position: absolute;
    right: 103px;
    top: 16px;
  }

  .main-header .call_us .label {
    display: none;
  }
  .header-contact p {
    display: none;
  }
  .main-header .call_us .value {
    font-size: 0;
    display: inline-block;
    height: 27px;
    text-decoration: none;
  }

  .main-header .call_us .value:before {
    display: inline-block;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1.1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e903";
    color: #ff6c2f;
    font-size: 29px;
  }

  .header-enquire-btn {
    display: none;
  }

  .search-header-wrapper {
    display: none;
  }

  .show-menu-mobile-btn {
    color: inherit;
    font: inherit;
    margin: 0;
    overflow: visible;
    text-transform: none;
    -webkit-appearance: button;
    cursor: pointer;
    outline: none;
    display: inline-block;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 0;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: 0 0;
    padding: 0;
    position: absolute;
    right: 16px;
    top: 20px;
  }

  .show-menu-mobile-btn::before {
    content: "";
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAAG9JREFUaAXt17sOABAMAED8/z+zGEWCJo3krNWHm7QUhwABApkCddO8b2IZoeWsLWOSyJ4eEKmpFgECBAgQIECAwJnA8o89S9gHzizvbtsH7txkESBAgAABAgQIRAjYByIUX2rYB1705BIgQOB/gQEgggMWAYW/TwAAAABJRU5ErkJggg==) center center no-repeat;
    background-size: 24px auto;
    width: 24px;
    height: 24px;
    display: inline-block;
  }

  .nav-header {
    display: block ;
    background: #f2f2ef;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: 999;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
  }
  .mobile-open .nav-header {
    right: 0;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding: 8px 0 5px;
    position: relative;
    border-bottom: 1px solid #d9d9d9;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 17px;
    color: #5a5250;
    font-family: 'FoundryGridnik-Medium';
    text-transform: capitalize;
    text-decoration: none;
    display: block;
    margin: 5px 16px;
    position: relative;
    z-index: 2;
    text-decoration: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a::after {
    display: inline-block;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1.1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e913";
    color: #7a716f;
    font-size: 17px;
    position: absolute;
    right: 3px;
    top: 2px;
  }
  .custom-menu-primary ul.hs-menu-children-wrapper {
    display: none;
    overflow: hidden;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    padding: 0 20px;
    list-style: none;
    margin: 0;
  }
  body.mobile-open {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
  }

  .btn-enquiry-mobile a {
    cursor: pointer;
    background: #f25b1c;
    padding: 0 32px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    font-family: 'FoundryGridnik-Bold';
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    width: 100%;
  }

  .btn-enquiry-mobile a:hover {
    background: #ff6c2f;
    text-decoration: none;
    color: #fff;
  }
  .mobile-menu-close {
    color: inherit;
    font: inherit;
    margin: 0;
    overflow: visible;
    text-transform: none;
    -webkit-appearance: button;
    cursor: pointer;
    outline: none;
    display: inline-block;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 0;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: 0 0;
    padding: 0;
    position: absolute;
    top: 19px;
    left: 15px;
  }

  .mobile-menu-close::before {
    content: "";
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAAG9JREFUaAXt17sOABAMAED8/z+zGEWCJo3krNWHm7QUhwABApkCddO8b2IZoeWsLWOSyJ4eEKmpFgECBAgQIECAwJnA8o89S9gHzizvbtsH7txkESBAgAABAgQIRAjYByIUX2rYB1705BIgQOB/gQEgggMWAYW/TwAAAABJRU5ErkJggg==) center center no-repeat;
    background-size: 24px auto;
    width: 24px;
    height: 24px;
    display: inline-block;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAmCAYAAAC29NkdAAAAAXNSR0IArs4c6QAAAUhJREFUWAnF1k0KwjAQBeCioPcQXOoZehAXnshzeCz3rgV3Og8daO2kNsnMy8AQ89d8LYak68axlupp3EStYW0YzEDHVfIleTFHxDZiTawNwwQ5xGEQG6k4XXuC3Anq/oXpIBbyF4d1YYFpFAepsZEpHCxmMJHZOBUzkMU4BrIaF4l0w0Ug3XGeyDCcBzIcV4Ok4UqQdFwOshluCbI57h9yeNnQgz95turDosrUsahIXD6a4fSlj/LjKakoLdGGvqpYVc3+TD5LsTWegzb0NQ1rQ+gX1BJjmoSFw3+Ofek1Xz6Fw4ZIbRzal5zD6ds0Qy7BNUPm4OjIEhwNWYMLR3rgwpCeOHdkBM4NGYmrRjJwxUgmLhu5lxkPSb2BoGRdNq1jERaYRtFLTZEsnAKGSBhgMaOX1pskJrADa94ke8nZ2Mz2xnZO1n4Dm49oPDmkZeYAAAAASUVORK5CYII=);
    background-size: 20px auto;
  }

  .navigation-top {
    background: #fff;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
    width: calc(100% - 48px);
    height: 100vh;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 0;
  }

  .search-form-mobile {
    display: block;
    border-bottom: 2px solid #ff6c2f;
    padding: 10px 0;
    margin-bottom: 9px;
  }

  .search-form-mobile form {
    max-width: 100%;
    position: relative;
  }

  .search-form-mobile input[type="text"] {
    font: inherit;
    margin: 0;
    line-height: normal;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    outline: none;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: calc(100% - 40px);
    padding: 10px 16px 10px;
    border: 0;
    background-color: #fff;
    padding-right: 52px;
  }
  .search-form-mobile form::after {
    display: none;
  }
  .search-form-mobile button {
    color: inherit;
    font: inherit;
    margin: 0;
    overflow: visible;
    text-transform: none;
    -webkit-appearance: button;
    cursor: pointer;
    outline: none;
    display: inline-block;
    border: none;
    background: 0 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    font-size: 0;
    text-decoration: none;
    width: 40px;
    height: 40px;
    line-height: 1;
    position: absolute;
    right: 4px;
    top: -1px;
  }

  .search-form-mobile button::before {
    display: inline-block;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1.1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e907";
    color: #5a5250;
    font-size: 18px;
  }

  .btn-enquiry-mobile {
    margin: 40px 16px;
    display: block;
  }
}

@media screen and (max-width: 767px){
  .only-mobile-mail_us {
    text-decoration: none !important;
    padding: 0;
    background: 0 0;
    position: absolute;
    right: 55px;
    top: 19px;
    display: block;
  }

  .only-mobile-mail_us::before {
    display: inline-block;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1.1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e916";
    color: #ff6c2f;
    font-size: 22px;
  }
  .header-contact a:last-child::before {
    display: inline-block;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1.1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e916";
    color: #ff6c2f;
    font-size: 22px;
  }
  .header-contact a:last-child {
    text-decoration: none !important;
    padding: 0;
    background: 0;
    position: absolute;
    right: 55px;
    top: 19px;
    display: block;
  }
  .only-mobile-mail_us .label {
    display: none;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
.header,
.footer {
  line-height: 28px;
  font-size:16px;
}
.footer__container {
  margin: 0 auto;
}
.footer_top {
  padding: 40px 0 41px;
}
.footer_mid {
  padding: 40px 0 13px;
}
.footer-mid-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-logo {
  max-width: 184px;
  margin-bottom: 39px;
}
.footer-logo img {
  max-width: 100%;
  display: block;
  height: auto;
}

.footer-subcribe h3.form-title,
.footer-contact h3 {
  font-family: 'FoundryGridnik-Bold';
  font-size: 24px;
  line-height: 1.17;
  margin-bottom: 17px;
  letter-spacing: -.5px;
  position: relative;
  font-weight: 400;
}
.footer-subcribe .hs-form-required {
  display: none;
}
.footer-subcribe input[type=email] {
  line-height: normal;
  font-family: 'Akkurat',sans-serif;
  margin: 0;
  outline: none;
  transition: none;
  border: 1px solid #fff;
  background: 0 0;
  font-size: 16px;
  height: 58px;
  width: calc(100% - 35px);
  color: #fff;
  max-width: 100%;
  padding: 13px 15px;
  border-radius: 0;
}
.footer-subcribe input[type=email]::placeholder {
  color: #fff;
}
.footer-subcribe input[type=submit] {
  cursor: pointer;
  max-width: 315px;
  box-shadow: none;
  text-shadow: none;
  outline: none;
  font-family: 'FoundryGridnik-Bold';
  display: inline-block;
  height: 100%;
  width: 100%;
  font-size: 0;
  box-sizing: border-box;
  border-radius: 0;
  padding: 0;
  background: 0 0;
  border: none;
  margin: 0;
  line-height: inherit;
  text-decoration: none;
  text-transform: none;
}
.footer-subcribe .actions::before {
  display: inline-block;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1.1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  color: #f25b1c;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.footer-subcribe .actions:hover {
  background: #ff6c2f;
}
.footer-subcribe .actions:hover::before {
  color: #fff;
}
.footer-subcribe .actions {
  margin: 0;
  padding: 0;
  background: #fff;
  position: relative;
  height: 58px;
  width: 35px;
  border-radius: 0;
  text-decoration: none;
}
.footer-subcribe .hs_submit.hs-submit {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.footer-subcribe .hs_error_rollup .hs-error-msgs label {
  padding-top: 10px;
}
.footer-subcribe .hs-form .hs-error-msgs label {
  display: inline-block;
}
.footer-subcribe .hs-form label {
  padding: 0;
  margin: 0;
  display: inline;
}
.footer-subcribe form {
  max-width: 100%;
  margin: 0;
  position: relative;
}
.footer-subcribe input[type=email]:focus {
  border-color: #fff;
}
.footer-subcribe input[type=email] {
  padding-right: 56px;
}
.footer-subcribe .field {
  margin: 0;
}
.footer-subcribe .inputs-list {
  padding: 5px 0 0;
}
.footer-subcribe form::after {
  display:none;
}

.footer-socials {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.footer-socials ul {
  float: none;
  clear: both;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
}

.footer-socials ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 40px;
}
.footer-socials ul li a {
  padding: 0 5px;
  display: inline-block;
  font-size: 0;
  text-decoration: none;
}
.footer-socials ul li .in-linkin {
  width: 19px;
  height: 20px;
  background: url(//3284798.fs1.hubspotusercontent-na1.net/hubfs/3284798/raw_assets/public/Moddex_August2020/images/icon-linkin.svg)0 0 no-repeat;
}
.footer-socials ul li .y-youtube {
  width: 25px;
  height: 30px;
  background: url(//3284798.fs1.hubspotusercontent-na1.net/hubfs/3284798/raw_assets/public/Moddex_August2020/images/icon-youtube.svg)0 0 no-repeat;
}
.footer-socials ul li .f-face {
  width: 10px;
  height: 20px;
  background: url(//3284798.fs1.hubspotusercontent-na1.net/hubfs/3284798/raw_assets/public/Moddex_August2020/images/icon-fb.svg)0 0 no-repeat;
}
.footer-socials ul li a:hover {
  text-decoration: none;
}
.footer-socials ul li .in-linkin:hover {
  background-image: url(//3284798.fs1.hubspotusercontent-na1.net/hubfs/3284798/raw_assets/public/Moddex_August2020/images/icon-linkin-hover.svg);
}
.footer-socials ul li .y-youtube:hover {
  background-image: url(//3284798.fs1.hubspotusercontent-na1.net/hubfs/3284798/raw_assets/public/Moddex_August2020/images/icon-youtube-hover.svg);
}
.footer-socials ul li .f-face:hover {
  background-image: url(//3284798.fs1.hubspotusercontent-na1.net/hubfs/3284798/raw_assets/public/Moddex_August2020/images/icon-fb-hover.svg);
}
.footer-contact ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  min-height: 60px;
  margin-top: 17px;
}
.footer-contact ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  margin-right: 41px;
  padding-right: 38px;
}
.footer-contact ul li a {
  display: flex;
  align-items: center;
  font-family: 'FoundryGridnik-Bold';
  font-size: 16px;
  text-decoration: none;
}
.footer-contact ul li:last-child {
  padding: 0;
  margin: 0;
  border: 0;
}
.footer-contact ul li a:hover {
  text-decoration: none;
}
.footer-contact ul li a .icon {
  display: inline-block;
  margin-right: 13px;
  text-decoration: none;
}
.footer-contact ul li a .icon::before {
  display: inline-block;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1.1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.footer-copyright-desktop {
  width: 600px;
  font-family: 'FoundryGridnik-Medium';
  font-size: 16px;
  line-height: 1.25;
  margin-top: 11px;
}
.footer-subcribe {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 390px;
  margin-bottom: 36px;
}
.footer-contact ul li a .call_us::before {
  content: "\e903";
  font-size: 33px;
}
.footer-contact ul li a .contact-email::before {
  content: "\e916";
  font-size: 22px;
}
.footer-contact ul li a span {
  display: inline-block;
  margin-right: 13px;
  text-decoration: none;
}

.footer-contact ul li a span::before {
  display: inline-block;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1.1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.footer-contact ul li:first-child a span:before {
  content: "\e903";
  font-size: 33px;
}

.footer-contact ul li:last-child a span:before {
  content: "\e916";
  font-size: 22px;
}

.footer-contact ul li a h6 {
  font-family: FoundryGridnik-Bold;
  font-size:16px;
  line-height: 28px;
  font-style:normal;
  font-weight:400;
  -webkit-font-smoothing:antialiased;
  margin: 0;
}

.footer_bottom {
  padding: 30px 0;
}
.footer_bottom .left-content {
  position: relative;
}
.footer-menu .hs-menu-wrapper ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.footer-menu .hs-menu-wrapper ul li {
  line-height: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-menu .hs-menu-wrapper ul li a {
  font-family: 'FoundryGridnik-Medium';
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
}

.footer-menu .hs-menu-wrapper ul li:not(:last-child) {
  margin-right: 26px;
  padding-right: 26px;
}

.footer-menu .hs-menu-wrapper ul li a:hover {
  text-decoration: underline;
}
.footer_bottom .icon-link-right {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: -3px;
}

.footer_bottom .icon-link-right a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
.footer_bottom .icon-link-right a img {
  max-width: 100%;
  display: block;
  height: auto;
  width: 12px;
  margin: 5px;
}
.footer-d-download a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 31px 23px;
  border-bottom-width: 2px;
  text-decoration: none;
}
.footer-d-download a .d-icon {
  text-decoration: none;
  width: 60px;
}
.footer-d-download .item:hover {
  position: relative;
  cursor: pointer;
}
.footer-d-download .item:hover a {
  text-decoration: none;
}
.footer-d-download a .d-icon::before {
  display: inline-block;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1.1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908";
  color: #000;
  font-size: 60px;
}
.footer-d-download a .d-link {
  font-family: 'FoundryGridnik-Bold';
  letter-spacing: normal;
  padding: 0;
  width: calc(100% - 96px);
  line-height: normal;
  font-size: 20px;
}

@media screen and (min-width: 1024px){
  .footer-copyright-mobile {
    display: none;
  }
  .footer-menu-mobile {
    display: none;
  }
  .footer-d-download {
    display: flex;
    justify-content: space-between;
  }
  .footer-d-download .item {
    width: calc((100% - 24px)/2);
    justify-content: space-between;
  }
  .back_top {
    display: none !important;
  }
}

@media screen and (max-width: 1023px){
  .back_top {
    background: #222;
    padding: 12px 0 7px;
    text-align: center;
    display: block !important;
  }
  .footer-menu-mobile .hs-menu-wrapper>ul>li.hs-item-has-children {
    position: relative;
  }
  .footer-menu-mobile .hs-menu-wrapper>ul>li.hs-item-has-children >a:after {
       display: inline-block !important;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1.1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e90e";
    color: #5a5250;
    font-size: 16px;
    position: relative;
    top: 2px;
    margin-left: 10px;
  }
  
.footer-menu-mobile .hs-menu-wrapper>ul>li.hs-item-has-children.parent-open > a::after {
    content: "\e90f";
    color: #ff6c2f;
  }
  .footer-d-download a {
    border-bottom: 4px solid rgba(0,0,0,1.0) !important;
  }
  .footer-d-download .item:hover a {
    border-bottom: 4px solid rgba(255,108,47,1.0) !important;
  }
  
  .footer-child-trigger {
    height: 39px;
    position: absolute;
    z-index: 3;
    width: 100%;
    cursor: pointer;
  }
  .footer-d-download a .d-icon {
    width: 31px;
  }
  .footer_top {
    padding: 30px 0 21px;
  }
  .footer-d-download a .d-icon::before {
    font-size: 30px;
  }
  .footer-d-download a .d-link {
    width: calc(100% - 40px);
    font-size: 16px;
  }
  .footer_top {
    padding: 30px 0 21px;
  }
  .footer-logo {
    display: none;
  }
  .footer-d-download a {
    padding: 11px 15px 5px;
    border-bottom-width: 4px;
    min-height: 60px;
  }
  .footer-d-download .item {
    margin-bottom: 10px;
  }
  #back-to-top {
    font-family: 'FoundryGridnik-Medium';
    display: inline-block;
    color: #fff;
    padding-right: 20px;
    position: relative;
    text-decoration: none;
    cursor: pointer;
  }

  #back-to-top::before {
    display: inline-block;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1.1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e906";
    color: #ff6c2f;
    font-size: 11px;
    transform: rotate(-90deg);
    position: absolute;
    right: 0;
    top: 6px;
  }
  .footer-contact {
    display: none;
  }
  .footer-copyright-desktop {
    display: none;
  }
  .footer-socials {
    display: inline-block;
    margin: 0 auto;
    padding-bottom: 11px;
  }
  .footer-socials ul li {
    margin: 0 15px;
  }
  .footer_bottom {
    padding: 15px 0;
    background: #222 !important;
    border: 0 !important;
  }
  .footer_bottom .icon-link-right {
    position: initial;
    margin: 21px auto;
  }
  .footer-menu .hs-menu-wrapper ul li a {
    font-size: 13px;
  }
  .footer-copyright-mobile {
    text-align: center;
    font-size: 13px;
    color: #5a5250;
    margin-top: 17px;
    font-family: 'FoundryGridnik-Medium';
    line-height: 1.25;
    display: block;
  }  
  .footer-menu .hs-menu-wrapper ul {
    justify-content: center;
  }
  .footer-menu .hs-menu-wrapper ul li:not(:last-child) {
    margin-right: 13px;
    padding-right: 13px;
    border-right: 1px solid #fff;
  }
  .footer-menu .hs-menu-wrapper ul li {
    line-height: 15px;
    height: 15px;
  }
  .footer-subcribe {
    width: 100%;
    padding-top: 39px;
    margin: 0;
    padding-bottom: 11px;
  }

  .footer-subcribe h3.form-title {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    padding-bottom: 9px;
  }

  .footer-subcribe input[type=email] {
    height: 40px;
  }
  .footer-subcribe .actions {
    height: 40px;
    width: 35px;
    margin-right:5px;
  }
  .footer_mid {
    padding: 0 0 8px;
  }
  .footer-menu-mobile {
    width: 100%;
    display: block;
  }

  .footer-menu-mobile .hs-menu-wrapper > ul {
    text-align: center;
    margin: 0 -16px;
    padding: 0;
    list-style: none;
  }

  .footer-menu-mobile .hs-menu-wrapper > ul > li {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #5a5250;
  }

  .footer-menu-mobile .hs-menu-wrapper > ul > li > a {
    text-decoration: none;
    font-family: 'FoundryGridnik-Bold';
    text-transform: uppercase;
    font-size: 16px;
    padding: 8px 0 5px;
    display: inline-block;
    position: relative;
    color: #fff;
  }


  

  .footer-menu-mobile ul.hs-menu-children-wrapper {
    display: none;
    margin: 0;
    list-style: none;
    padding: 3px 0 8px;
  }

  .footer-menu-mobile .hs-menu-wrapper > ul ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 12px;
  }

  .footer-menu-mobile .hs-menu-wrapper > ul ul li a {
    font-family: 'FoundryGridnik-Medium';
    color: #fff;
    text-decoration: none;
  }
  
  .footer-trigger {
       height: 39px;
    position: absolute;
    cursor: pointer;
    z-index: 99999;
    right: 327px;
    top: 0;
    width: 100%;
    left: 0;
  }
 
  .footer-menu-mobile .hs-menu-wrapper>ul>li {
    position: relative;
  }
 
}

@media screen and (min-width: 768px){
  .footer-contact {
    width: 350px;
  }
}

@media screen and (min-width: 1300px){
  .footer-contact {
    width: 450px;
  }
  .footer-contact ul li a h6 {
    line-height: 28px;
  }
}

@media screen and (min-width: 1300px){
  .footer-contact {
    width: 600px;
  }
}

@media screen and (max-width: 1300px){
  .footer-contact ul li {
    margin-right: 31px;
    padding-right: 28px;
  }
  .footer-contact ul li a {
    flex-direction: column;
  }
  .footer-contact ul li:last-child h6 {
    padding-top: 9px;
  }
}


@media screen and (max-width: 1299px){
  .header,
  .footer {
    line-height: 1.4;
    font-size:14px;
  }
  .footer-contact ul li a h6{
    line-height: 1.4;
  }
}

@media screen and (max-width: 767px){
  .header,
  .footer {
    line-height: 25px;
    font-size:15px;
  }
  .footer-trigger {
    right: 258px;
}

  .footer-contact ul li a h6{
    line-height: 25px;
  }
  .footer {
    padding-top: 30px;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */
.breadcrumbs-wrap {
  line-height: 1.4;
}
/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  margin: 0 auto;
  padding:0 20px;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

.breadcrumbs {
  list-style: none;
  margin: auto;
  padding: 0;
  margin-bottom: 10px;
  margin-top: 12px;
}
.breadcrumbs li {
  font-size: 14px;
  display: inline-block;
}
.breadcrumbs li .sep {
  display: inline-block;
  padding: 0 10px;
}
.breadcrumbs a, .breadcrumbs strong {
  text-decoration: none;
  font-weight: 400;
  font-family: 'Akkurat',sans-serif;
  color: #222;
}
.breadcrumbs li a:hover {
    text-decoration: underline;
    color: #222;
}
.page-higher-top-banner {
  min-height: 298px;
  background-size: cover;
  margin-bottom: 50px;
  padding-top: 0;
  position: relative;
  border-bottom: 0 solid #f2f2ef;
}
.banner-image img {
  width: 100%;
}


.page-higher-top-banner:after {
  content: "";
  background: url(//3284798.fs1.hubspotusercontent-na1.net/hubfs/3284798/raw_assets/public/Moddex_August2020/images/banner-title-higher-frame-orange.svg) no-repeat;
  background-position: 117% bottom;
  mix-blend-mode: multiply;
  width: 100%;
  height: 234px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  z-index: 0;
  width: auto;
  mix-blend-mode: multiply;
  right: calc(((100vw - 1264px)/2) + 95px);


}
.page-higher-top-banner  .banner-title-text {
  bottom: 0;
  max-width: 700px;
  margin-bottom: 3px;
  z-index: 1;
  padding-bottom: 32px;
  position: absolute;
}
.page-higher-top-banner .banner-title-text h1 {
  color: #fff;
  margin-bottom: 17px;
  padding-right: 40px;
  padding-bottom: 0;
  font-family: 'FoundryGridnik-Bold';
  font-size: 40px;
}
.page-higher-top-banner .page-desc {
  color: #fff;
  width: auto;
  background: 0 0;
  padding: 0;
  margin: 0;
  font-family: 'FoundryGridnik-Medium';
  font-size: 24px;
  line-height: 32px;
}
.banner-title-text:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 80px;
  height: 4px;
  background: #ff6c2f;
}
.blog-index {
  margin: 0;
  float: none;
  clear: both;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding: 0;
  padding-top: 30px;
}
.blog-index__post {
  margin-right: 24px;
  width: calc((100% - 48px)/3);
  margin-bottom: 57px;
}
.blog-index__post:nth-of-type(3n+3) {
  margin-right: 0;
}
.blog-index__post .item-image {
  position: relative;
  margin-bottom: 17px;
}
.blog-index__post .item-image:before {
  content: "";
  height: 30px;
  width: 30px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-size: 30px auto;

  background: url(//3284798.fs1.hubspotusercontent-na1.net/hubfs/3284798/raw_assets/public/Moddex_August2020/images/image_corner.svg) no-repeat 100% 100%;
}
.blog-index__post:hover .item-image a:before {
  display: block;``
}
.blog-index__post .item-image a:before {
  display: none;
  content: '';
  background: #ff6c2f;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.blog-index__post-content h2 {
  display: block;
  margin-bottom: 28px;
  font-family: 'FoundryGridnik-Bold';
  line-height: 28px;
}

.blog-index__post-content h2 a {
  text-decoration: none;
  font-family: 'FoundryGridnik-Medium';
  font-size: 24px;
  letter-spacing: -.5px;
  color: #5a5250;
}

.blog-index__post:hover h2 a {
  color: #ff6c2f;
}

.blog-pagination {
  padding-bottom: 60px;
}

.blog-pagination a {
  position: relative;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'FoundryGridnik-Bold';
  height: 48px;
  line-height: 50px;
  letter-spacing: .7px;
  padding: 0 15px;
  margin-right: 37px;
  outline: none;
  display: inline-block;
  border: none;
  background: #ff6c2f;
  color: #fff;
  max-width: calc(100% - 37px);
  text-decoration: none !important;
  min-width: 162px;
}

a.blog-pagination__link.blog-pagination__next-link {
  float: right;
  text-align:left
}

a.blog-pagination__link.blog-pagination__prev-link {
  margin-right: 0;
  margin-left: 37px;
  text-align: right;
}
a.blog-pagination__link.blog-pagination__next-link:before {
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  right: -3px;
  top: 0;
  z-index: 0;
}

a.blog-pagination__link.blog-pagination__next-link:after,a.blog-pagination__link.blog-pagination__prev-link:after {
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1.1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  color: #fff;
  font-size: 14px;
  position: absolute;
  right: -37px;
  top: 0;
  width: 35px;
  background: #ff6c2f;
  padding-top: 16px;
  padding-bottom: 17px;
  text-align: center;
}

a.blog-pagination__link.blog-pagination__prev-link:before {
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  right: -3px;
  top: 0;
  z-index: 0;
  right: initial;
  left: -3px;
}
a.blog-pagination__link.blog-pagination__prev-link:after {
  right: initial;
  left: -37px;
  top: 0;
  transform: rotate(-180deg);
  display: inline-block;
}
.blog-pagination a:hover {
  cursor: pointer;
  background: #f25b1c;
  color:#fff;
}
.blog-pagination a:hover:after {
  background: #f25b1c;
}


/*  Post page*/
.blog-post-title {
  max-width: 808px;
  padding-top: 15px;
  padding-bottom: 8px;
  margin-bottom: 17px;
}
.blog-post-title .page-title {
  position: relative;
  padding-bottom: 28px;
  position: relative;
  padding-bottom: 28px;
  font-size: 35px;
  line-height: 45px;
  font-weight: 400;
  margin: 0 0 10px;
}
.page-title:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 80px;
  height: 4px;
  background: #ff6c2f;
}
.blog-post-title .post-date-by {
  position: absolute;
  bottom: -7px;
  left: 96px;
  font-family: 'FoundryGridnik-Medium';
  font-size: 13px;
  letter-spacing: -.5px;
  color: #5a5250;
  line-height: 1;
}
.blog-post-title .post-date-by span {
  font-size: 16px;
  color: #000;
}
.blog-post-title .find-me {
  margin-left: 20px;
  display: inline-block;
}
.blog-post-title .find-me a.linkedin {
  width: 19px;
  height: 20px;
  background-image: url(//3284798.fs1.hubspotusercontent-na1.net/hubfs/3284798/raw_assets/public/Moddex_August2020/images/icon-linkin-hover.svg);
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 7px;
  cursor: pointer;
}
.blog-post.post-wrapper {
  display: flex;
  justify-content: space-between;
  padding-bottom: 37px;
}
.blog-post.post-wrapper {
  display: flex;
  justify-content: space-between;
  padding-bottom: 37px;
}
.blog-post.post-wrapper .blog-post__body {
  max-width: 808px;
}
.col-right.only-desktop {
  max-width: 345px;
}
.col-right.only-desktop ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.col-right.only-desktop  .widget_cta {
  padding: 40px 20px;
  background: #f2f2ef;
  box-shadow: inset 0 -3px 0 0 #ff6c2f;
  position: relative;
  margin-bottom: 40px;
  padding: 34px 34px 32px;
}
.widget_cta .section-title{
  font-weight: 400;
  margin: 0 0 10px;
  font-size: 24px;
  color: #000;
  letter-spacing: -.5px;
  font-family: 'FoundryGridnik-Medium';
  margin-bottom: 21px;
  padding-top: 0;
}
.widget_cta .section-content {
  max-width: 268px;
}
.widget_cta:after {
  content: "";
  background: url(//3284798.fs1.hubspotusercontent-na1.net/hubfs/3284798/raw_assets/public/Moddex_August2020/images/conner-top-grey-opa-40.svg) no-repeat 0 100%;
  height: 38px;
  width: 35.39px;
  position: absolute;
  left: 0;
  top: -2px;
  transform: rotate(90deg);
}
.widget_cta:after {
  background-image: url(//3284798.fs1.hubspotusercontent-na1.net/hubfs/3284798/raw_assets/public/Moddex_August2020/images/conner-top-white.svg);
}
.col-right.only-desktop .call-us {
  font-family: 'FoundryGridnik-Bold';
  font-size: 18px;
  color: #5a5250;
  display: flex;
  align-items: center;
  text-decoration: none !important;
}
ul.sidebars .widget_cta .call-us {
  padding-top: 16px;
}
ul.sidebars .call-us:before {
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1.1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  color: #ff6c2f;
  font-size: 38px;
}
ul.sidebars .call-us:before {
  padding-right: 15px;
}

ul.sidebars .call-us .call-us-text {
  display: flex;
}
ul.sidebars .call-us .phone-lbl {
  padding-right: 6px;
}
ul.sidebars .call-us .p-number {
  color: #ff6c2f;
}
ul.sidebars .button-simple, 
ul.sidebars .cta, 
ul.sidebars .btn {
  background: #fff;
  border: 1px solid #ff6c2f;
  border-bottom-width: 2px;
  min-height: 38px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'FoundryGridnik-Bold';
  font-size: 16px;
  color: #ff6c2f;
  display: inline-block;
  padding: 10px 20px 7px;
  max-width: 100%;
  text-decoration: none !important;
}
ul.sidebars .widget_cta .cta {
  margin-bottom: 15px;
  width: 100%;
  margin-left:0;
  height:auto;
}
ul.sidebars .button-simple:hover,
ul.sidebars .cta:hover, 
ul.sidebars .btn:hover {
  text-decoration: none;
  color: #fff;
  border-color: #ff986d;
  background-color: #ff6c2f;
}
ul.sidebars .call-us:hover:before, 
.ul.sidebars call-us:hover .p-number {
  color: #f25b1c;
}
.realated-post {
  background: #fafaf9;
  padding: 54px 0 8px;
  margin-top: 80px;
}

.realated-post h3 {
  font-size: 40px;
  text-transform: capitalize;`
  margin-bottom: 13px;
  font-family: 'FoundryGridnik-Bold';
  line-height: 1.1;
  padding-bottom:30px;
} 

a.blog-pagination__link.blog-pagination__prev-link.blog-pagination__prev-link--disabled ,
a.blog-pagination__link.blog-pagination__next-link.blog-pagination__next-link--disabled{
    display: none;
}

@media screen and (min-width: 1300px){
  .breadcrumbs-wrap {
    line-height: 28px;
  }
}




@media screen and (max-width: 1600px) and (min-width: 768px) {
  .page-higher-top-banner .banner-title.has-image .banner-image img {
    height: 100%;
    width: auto;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0;
    bottom: 0;
    max-width: none;
  }

}

@media screen and (max-width: 1300px) and (min-width: 768px) {
  .page-higher-top-banner:after {
    background-position: 110% bottom;
    right: -100px;
  }
}

@media screen and (max-width: 1300px) and (min-width: 768px) {
  .call-us .call-us-text {
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 1299px) {
  .content-wrapper {
    max-width: 980px !important;
    padding: 0;
  }
  .form-title-wrap .page-desc {
    font-size: 20px;
    line-height: 25px;
  }

  .page-higher-top-banner .banner-title-text h1 {
    font-size: 30px;
  }

  .page-higher-top-banner .page-desc {
    font-size: 20px;
    line-height: 25px;
  }
  .blog-pagination a {
    font-size: 14px;
  }
  .blog-post.post-wrapper .blog-post__body {
    max-width: 650px;
  }
  .col-right.only-desktop {
    max-width: 250px;
  }
  .blog-post-title .page-title {
    font-size: 30px;
  }
  .realated-post h3 {
    font-size: 30px;

  } 
}

@media screen and (max-width: 1023px) {
  .content-wrapper {
    max-width: 736px !important;
  }
  .page-higher-top-banner .banner-title-text h1,
  .realated-post h3{
    font-size: 25px;
  }
  .blog-post.post-wrapper .blog-post__body {
    max-width: 450px;
  }
  .col-right.only-desktop {
    max-width: 250px;
  }
  .blog-post-title .page-title {
    font-size: 25px;
  }

}

@media screen and (max-width: 767px) {
  .breadcrumbs-wrap {
    line-height: 25px;
  }
  .blog-index {
    padding: 0;
}
  .page-higher-top-banner {
    margin-bottom: -2px;
  }
  .blog-post-title .page-title {
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 17px;
    margin-bottom: 3px;
  }
  .content-wrapper {
    max-width: 736px !important;
    padding: 0 16px;
  }
  div#breadcrumbs-wrap {
    display: none;
  }
  .page-higher-top-banner {
    margin-top: 25px;
    min-height: 0;
  }
  .banner-image {
    display: none;
  }
  .page-higher-top-banner:after {
    display: none;
  }
  .page-higher-top-banner .banner-title-text h1 {
    color: #000;
    padding-bottom: 12px;
    margin-bottom: 3px;
    position: relative;
  }

  .page-higher-top-banner .banner-title-text {
    position: static;
    max-width: 100%;
    padding: 0;
  }

  .page-higher-top-banner .banner-title-text h1:before ,
  .realated-post h3:before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 40px;
    height: 4px;
    background: #ff6c2f;
  }

  .page-higher-top-banner .banner-title-text:before {
    display: none;
  }
  .blog-index__post {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }

  .blog-pagination a {
    min-width: inherit;
    line-height: 40px;
    height: 40px;
  }

  a.blog-pagination__link.blog-pagination__next-link:after, a.blog-pagination__link.blog-pagination__prev-link:after {
    padding-top: 13px;
    padding-bottom: 12px;
  }
  .page-higher-top-banner .page-desc {
    margin: 0 -16px;
    padding: 23px 16px 28px;
    font-family: 'Akkurat',sans-serif;
    font-size: 15px;
    color: #222;
    line-height: 25px;
    letter-spacing: -.43px;
    background: #fafaf9;
  }
  .blog-index__post-content h2 a {
    font-size: 20px;
  }

  .blog-index__post-content h2 {
    margin-bottom: 7px;
    font-size: 20px;
  }
  .blog-post.post-wrapper .blog-post__body {
    max-width: 100%;
  }
  .col-right.only-desktop {
    max-width: 100%;
  }
  .blog-post.post-wrapper {
    flex-direction: column;
  }
  .blog-post-title .post-date-by {
    position: static;
    display: block;
    font-size: 14px;
    padding-top: 14px;
  }
  .blog-post-title .page-title:before {
    width: 40px;
  }
  .blog-post-title .post-date-by span {
    font-size: 14px;
  }
  .realated-post h3 {
    position: relative;
    margin-bottom: 23px;
    padding-bottom: 15px;
    font-size: 24px;
  }
  .form-title-wrap .page-desc {
    font-size: 17px !important;
    line-height: 23px !important;
  }
}
@media screen and (max-width: 400px) {
  .call-us .call-us-text {
    flex-direction: column;
    justify-content: center;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Akkurat, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  padding: .1rem .75rem;
}
.systems-page .widget-type-email_subscriptions form::after {
    display: none;
}
.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: FoundryGridnik-Bold, sans-serif;
  font-size: 1.25rem;
  color: #222;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #222;
}
.systems-page .hs_cos_wrapper_type_password_reset form::after {
    display: none;
}
form#email-prefs-form::after {
    content: '';
    width: 71px;
    height: 74px;
    background: url(https://moddex.com/wp-content/themes/moddex/css/../images/conner-bottom-right-line-orange.svg) no-repeat 0 0;
    position: absolute;
    right: 0;
    bottom: -4px;
    transform: rotate(180deg);
}
.systems-page form::after {
    display: none;
}
.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
.systems-page .form-input-validation-message label {
  color: #900;
}

.systems-page .form-input-validation-message ul {
  padding: 0;
  margin: 0;
}
#email-prefs-form .header {
  background: transparent;
  min-height:auto;
}
.widget-type-email_subscriptions form {
  max-width: 100%;
}


@media (min-width: 768px){
.widget-type-password_prompt {
  max-width: 500px;
}
  .widget-type-email_simple_subscription {
    max-width: 500px;
}
}

@media (max-width: 767px){
  .systems-page .success{
    min-height:auto;
    min-width:auto;
  }
  .systems-page {
    padding: 3rem 0px;
  }
}

@media (max-width: 567px){
  .systems-page h1 {
    font-size: 20px;
  }
  .systems-page h2 {
    font-size: 18px;
  }
}