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

.content-wrapper,.dnd-section > .row-fluid ,.page-center {
  margin: 0 auto;
  padding: 0 15px;
}


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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-display: swap;
  font-family: 'Asap';
  font-style: normal;
  font-weight: 400;
  src: url(https://25828939.fs1.hubspotusercontent-eu1.net/hubfs/25828939/Asap_font/Asap-Regular.ttf) format('truetype')
}

@font-face {
  font-display: swap;
  font-family: 'Asap';
  font-style: normal;
  font-weight: 700;
  src: url(https://25828939.fs1.hubspotusercontent-eu1.net/hubfs/25828939/Asap_font/Asap-Bold.ttf) format('truetype')
}

@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxIIzQ.woff) format('woff')
}

@font-face {
  font-display: swap;
  font-family: 'Asap';
  font-style: normal;
  font-weight: 300;
  src: uurl(https://25828939.fs1.hubspotusercontent-eu1.net/hubfs/25828939/Asap_font/Asap-Light.ttf) format('truetype')
}

@font-face {
  font-display: swap;
  font-family: 'Asap';
  font-style: normal;
  font-weight: 400;
  src: url(https://25828939.fs1.hubspotusercontent-eu1.net/hubfs/25828939/Asap_font/Asap-Regular.ttf) format('truetype')
}

@font-face {
  font-display: swap;
  font-family: 'Asap';
  font-style: normal;
  font-weight: 700;
  src: url(https://25828939.fs1.hubspotusercontent-eu1.net/hubfs/25828939/Asap_font/Asap-Bold.ttf) format('truetype')
}

@font-face {
  font-display: swap;
  font-family: 'Asap';
  font-style: italic;
  font-weight: 700;
  src: url(https://25828939.fs1.hubspotusercontent-eu1.net/hubfs/25828939/Asap_font/Asap-Bold.ttf) format('truetype')
}

@font-face {
  font-display: swap;
  font-family: 'Asap';
  font-style: normal;
  font-weight: 400;
  src: url(https://25828939.fs1.hubspotusercontent-eu1.net/hubfs/25828939/Asap_font/Asap-Regular.ttf) format('truetype')
}

@font-face {
  font-display: swap;
  font-family: 'Asap';
  font-style: normal;
  font-weight: 300;
  src: url(https://25828939.fs1.hubspotusercontent-eu1.net/hubfs/25828939/Asap_font/Asap-Light.ttf) format('truetype')
}

@font-face {
  font-display: swap;
  font-family: 'Asap';
  font-style: normal;
  font-weight: 400;
  src: url(https://25828939.fs1.hubspotusercontent-eu1.net/hubfs/25828939/Asap_font/Asap-Regular.ttf) format('truetype'))
}

@font-face {
  font-display: swap;
  font-family: fcicons;
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfAAAAC8AAAAYGNtYXAXVtKNAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZgYydxIAAAF4AAAFNGhlYWQUJ7cIAAAGrAAAADZoaGVhB20DzAAABuQAAAAkaG10eCIABhQAAAcIAAAALGxvY2ED4AU6AAAHNAAAABhtYXhwAA8AjAAAB0wAAAAgbmFtZXsr690AAAdsAAABhnBvc3QAAwAAAAAI9AAAACAAAwPAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qb//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAWIAjQKeAskAEwAAJSc3NjQnJiIHAQYUFwEWMjc2NCcCnuLiDQ0MJAz/AA0NAQAMJAwNDcni4gwjDQwM/wANIwz/AA0NDCMNAAAAAQFiAI0CngLJABMAACUBNjQnASYiBwYUHwEHBhQXFjI3AZ4BAA0N/wAMJAwNDeLiDQ0MJAyNAQAMIw0BAAwMDSMM4uINIwwNDQAAAAIA4gC3Ax4CngATACcAACUnNzY0JyYiDwEGFB8BFjI3NjQnISc3NjQnJiIPAQYUHwEWMjc2NCcB87e3DQ0MIw3VDQ3VDSMMDQ0BK7e3DQ0MJAzVDQ3VDCQMDQ3zuLcMJAwNDdUNIwzWDAwNIwy4twwkDA0N1Q0jDNYMDA0jDAAAAgDiALcDHgKeABMAJwAAJTc2NC8BJiIHBhQfAQcGFBcWMjchNzY0LwEmIgcGFB8BBwYUFxYyNwJJ1Q0N1Q0jDA0Nt7cNDQwjDf7V1Q0N1QwkDA0Nt7cNDQwkDLfWDCMN1Q0NDCQMt7gMIw0MDNYMIw3VDQ0MJAy3uAwjDQwMAAADAFUAAAOrA1UAMwBoAHcAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMhMjY1NCYjISIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAAVYRGRkR/qoRGRkRA1UFBAUOCQkVDAsZDf2rDRkLDBUJCA4FBQUFBQUOCQgVDAsZDQJVDRkLDBUJCQ4FBAVVAgECBQMCBwQECAX9qwQJAwQHAwMFAQICAgIBBQMDBwQDCQQCVQUIBAQHAgMFAgEC/oAZEhEZGRESGQAAAAADAFUAAAOrA1UAMwBoAIkAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMzFRQWMzI2PQEzMjY1NCYrATU0JiMiBh0BIyIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAgBkSEhmAERkZEYAZEhIZgBEZGREDVQUEBQ4JCRUMCxkN/asNGQsMFQkIDgUFBQUFBQ4JCBUMCxkNAlUNGQsMFQkJDgUEBVUCAQIFAwIHBAQIBf2rBAkDBAcDAwUBAgICAgEFAwMHBAMJBAJVBQgEBAcCAwUCAQL+gIASGRkSgBkSERmAEhkZEoAZERIZAAABAOIAjQMeAskAIAAAExcHBhQXFjI/ARcWMjc2NC8BNzY0JyYiDwEnJiIHBhQX4uLiDQ0MJAzi4gwkDA0N4uINDQwkDOLiDCQMDQ0CjeLiDSMMDQ3h4Q0NDCMN4uIMIw0MDOLiDAwNIwwAAAABAAAAAQAAa5n0y18PPPUACwQAAAAAANivOVsAAAAA2K85WwAAAAADqwNVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAOrAAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAQAAWIEAAFiBAAA4gQAAOIEAABVBAAAVQQAAOIAAAAAAAoAFAAeAEQAagCqAOoBngJkApoAAQAAAAsAigADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGZjaWNvbnMAZgBjAGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZjaWNvbnMAZgBjAGkAYwBvAG4Ac2ZjaWNvbnMAZgBjAGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZjaWNvbnMAZgBjAGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format('truetype');
  font-weight: 400;
  font-style: normal
}


@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://25828939.fs1.hubspotusercontent-eu1.net/hubfs/25828939/Asap_font/Asap-Regular.ttf) format('truetype')
}

@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://25828939.fs1.hubspotusercontent-eu1.net/hubfs/25828939/Asap_font/Asap-Medium.ttf) format('woff')
}

@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://25828939.fs1.hubspotusercontent-eu1.net/hubfs/25828939/Asap_font/Asap-Bold.ttf) format('woff')
}

@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://25828939.fs1.hubspotusercontent-eu1.net/hubfs/25828939/Asap_font/Asap-Regular.ttf) format('truetype')
}

@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://25828939.fs1.hubspotusercontent-eu1.net/hubfs/25828939/Asap_font/Asap-Bold.ttf) format('truetype')
}


@font-face {
  font-display: swap;
  font-family: 'Asap';
  font-style: normal;
  font-weight: 400;
  src: url(https://25828939.fs1.hubspotusercontent-eu1.net/hubfs/25828939/Asap_font/Asap-Regular.ttf) format('truetype')
}

@font-face {
  font-display: swap;
  font-family: 'Asap';
  font-style: normal;
  font-weight: 700;
  src: url(https://25828939.fs1.hubspotusercontent-eu1.net/hubfs/25828939/Asap_font/Asap-Bold.ttf) format('woff')
}

@font-face { font-family: "Font Awesome 5 Brands";
  src: url("https://25828939.fs1.hubspotusercontent-eu1.net/hubfs/25828939/raw_assets/public/RoimaIntelligence_V2/fonts/fa-brands-400.woff") format("woff"); 
    font-style: normal; 
    font-weight: 400;
    font-display: swap; 
    }

@font-face { font-family: "icomoon-the7-font"; 
  src: url("https://25828939.fs1.hubspotusercontent-eu1.net/hubfs/25828939/raw_assets/public/RoimaIntelligence_V2/fonts/icomoon-the7-font.woff") format("woff");
    font-style: normal; 
    font-weight: 400;
    font-display: swap;
    }


body {
  line-height: 1.72222222222;
  word-break: break-word;
  letter-spacing: 0.2px;
}

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

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

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

h1 {
  line-height: 1.13333333333;
}

h2 {
  line-height: 1.13043478261;
}

h3 {
  line-height: 1.27777777778;
}

h4 {
  line-height: 1.28571428571;
}

h5 {
  line-height: 1.44444444444;
}

h6 {
  line-height: 1.44444444444;
}

/* Lists */

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

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

ul.no-list {
  list-style: none;
  padding-left:0;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

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


@media(max-width:1130px){
  h1 {
    line-height: 62px;
  }

}

@media(max-width:480px){

  h1 {
    line-height: 48px;
  }

}
button,
.button {
  font-family:"Roboto Condensed",Helvetica,Arial,Verdana,sans-serif;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height:14px;
  text-align: center;
  letter-spacing:0;
  transition: all 0.3s ease-out;
  white-space: normal;
  white-space: nowrap;
  font-weight: 700;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form Links */
.hs-form a{
    color:#623781 !important;
}
.hs-form a:hover,
.hs-form a:visited{
    color:#feb58e !important;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 10px;
}
.hs-form__alerts__list-item--error{
    color:#fff;
}
.hs-form__pagination-content-container .hs-form__row:only-child{
    margin-bottom: 0px;
}
/* Labels */

form{
  margin-bottom:40px;
  max-width:767px;
}

form label {
  display: block;
  font-size: 16px;
  margin-bottom: 0;
  line-height:31px;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 1px solid;
  font: 700 12px/14px Asap;
  letter-spacing: 1.4px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 10px;
  padding: 0.7rem;
  width: 100%;
  min-height: 50px;
  transition: all 0.3s ease;
}

::-webkit-input-placeholder {
  color: #afb1b4;
  opacity: 1;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #afb1b4;
  opacity: 1;
}

input:focus::-webkit-input-placeholder {
  opacity: 0.5;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

.hs-error-msgs label {
  color: #f55b5f;
  margin-top: 0.35rem;
}

.systems-page .subscribe-options label {
  font-size: inherit;
  color: inherit;
}

.systems-page form#hs-membership-form label {
  display: inline-block;
}


/* Submit button */

form input[type=submit],
form .hs-button {
  font-family:"Asap",Helvetica,Arial,Verdana,sans-serif;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height:14px;
  text-align: center;
  letter-spacing:0;
  transition: all 0.3s ease-out;
  white-space: normal;
  white-space: nowrap;
  font-weight: 700;
  text-transform: uppercase;
  margin:15px 0;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header.header {
  min-height: 57px;
  position: relative;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-align-content: stretch;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  -ms-flex-pack: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

header.header .custom-logo {
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0;
  line-height: 0;
}

header.header .custom-logo a {
  position: static;
  display: block!important;
  visibility: visible!important;
  opacity: 1!important;
  padding: 0px 50px 0px 100px;
}

header.header .custom-logo a img {
  max-width: 100%;
  height: auto;
  width: auto !important;
}


.custom-menu-primary .hs-menu-wrapper > ul {
  -ms-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-align-content: stretch;
  align-content: stretch;
  -ms-flex-pack: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-align-items: center;
  -ms-flex-align: center;
  min-height: 57px;
}

.custom-menu-primary {
  -ms-flex-positive: 10;
  -ms-flex-grow: 10;
  flex-grow: 10;
  -ms-flex-pack: space-around;
  -ms-justify-content: space-around;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

header.header .mini-widgets {
  padding: 0px 60px 0px 20px;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}


.popup-search {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  z-index: 10;
  max-width: 100%;
  margin-right: 10px;
}

.in-menu-second-switch {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  vertical-align: middle;
}

.in-menu-second-switch .menu-select {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  font: normal 900 13px / 17px "Roboto Condensed",Helvetica,Arial,Verdana,sans-serif;
  color: #e2e3e4;
}

.in-menu-second-switch .menu-select .customSelectInner {
  font: normal 900 13px / 17px "Roboto Condensed",Helvetica,Arial,Verdana,sans-serif;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: 0 0;
  color: #e2e3e4;
}

.searchform {
  position: relative;
  z-index: 3;
  max-width: 100%;
  margin-bottom:0;  
}

.screen-reader-text {
  clip: rect(1px,1px,1px,1px);
  height: 1px;
  overflow: hidden;
  position: absolute!important;
  width: 1px;
}

.popup-search .searchform .submit {
  border: none;
  background-color: transparent;
  text-decoration: none;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  transition: none;
}

.popup-search .searchform .submit:hover {
  opacity: 0.7;
}

.mini-search .submit {
  font: normal 900 13px / 17px "Roboto Condensed",Helvetica,Arial,Verdana,sans-serif;
  color: #e2e3e4;
}

.popup-search .submit i {
  font-size: 16px;
  color: #e2e3e4;
}

[class*=icomoon-the7-] {
  font-family: icomoon-the7-font!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-the7-font-the7-zoom-02:before {
  content: "\ec02";
}

.popup-search .popup-search-wrap {
  top: calc(100% + 8px);
  background: #fff;
  padding: 10px;
  position: absolute;
  right: -10px;
  filter: drop-shadow(0 0 4px rgba(0,0,0,.2));
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
  display:none;
}

.popup-search .popup-search-wrap:before {
  border-bottom-color: #fff;
  position: absolute;
  top: -7px;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7px solid #fff;
  content: '';
}

header.header form input[type=submit] {
  display: none;
}

.popup-search .search-icon {
  color: #aaa;
  right: 22px;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  height: 100%;
}

.mini-search .search-icon i {
  font-size: 16px;
  color: #aaa;
}

[class*=the7-mw-] {
  font-family: icomoon-the7-font!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.the7-mw-icon-search-bold:before {
  content: "\ec051";
  font-family: inherit!important;
  margin: 0!important;
}

.popup-search-wrap input[type=text] {
  font: 700 12px/14px Roboto Condensed;
  letter-spacing: 1.4px;
  text-align: center;
  padding-right: 12px;
  width: 290px;
  top: -16px;
  color: #aaa;
  min-height: 34px;
  height: auto;
  border-width: 0px;
  border-color: #e2e2e2;
  border-radius: 0px;
  background: #f4f4f4;
  padding: 0 12px 0 12px;
  margin-bottom: 0;
  max-width: 100%;
  border-style: solid;
  box-sizing: border-box;
}

.popup-search .field::placeholder {
  color: #aaaaaa;
  opacity: 0.5;
}

.header-wrap {
  position: absolute;
  width: 100%;
  z-index: 500;
}


.custom-menu-primary .hs-menu-wrapper>ul>li {
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-grow: 1;
  flex-grow: 1;
  position: relative;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}

.custom-menu-primary .hs-menu-wrapper>ul>li> a {
  display: flex;
  display: -ms-flexbox;
  display: -ms-flex;
  -ms-align-content: center;
  align-content: center;
  -ms-flex-line-pack: stretch;
  -ms-flex-positive: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  transition: background .3s ease;
  color: #e2e3e4;
  border-radius: 1px;
  margin: 0px 4px 0px 1px;
  padding: 2px 2px 2px 2px;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-menu-primary .hs-menu-wrapper>ul>li> a>span {
  line-height: 16px;
  font: normal 900 12px / 16px "Roboto Condensed",Helvetica,Arial,Verdana,sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}


.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a>.text {
  position: relative;
  padding-right: 15px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a>.text:after {
  color: #46b03b;
  font-size: 8px!important;
  line-height: 1!important;
  content: "\f005";
  font-family: icomoon-the7-font;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 0;
  width: 8px;
  height: 8px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:hover>a {
  background: #46b03bb3;
}

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

.language-sec ul li {
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 100%;

}

.language-sec .hs_cos_wrapper {
  width: 100%;
}

.language-sec {
  display: flex;
  align-items: center;
  width: 7.97%;
  justify-content: center;
  position: relative;
}

.language-sec ul > li > a {
  display: flex;
  display: -ms-flexbox;
  display: -ms-flex;
  -ms-align-content: center;
  align-content: center;
  -ms-flex-line-pack: stretch;
  -ms-flex-positive: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  transition: background .3s ease;
  color: #e2e3e4;
  margin: 0 4px 0 1px;
  margin-right: 0;
  padding: 2px;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.language-sec ul > li > a .menu-text {
  line-height: 16px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-right: 15px;
  letter-spacing: 2px;
  font: 900 12px / 16px "Roboto Condensed",Helvetica,Arial,Verdana,sans-serif;
  text-transform: uppercase;
}

.language-sec .wpml-ls-flag {
  margin-right: 5px;
}



.menu-inner-wrap {
  width: 92.03%;
}

.language-sec  .switch-wrap {
  min-height: 57px;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.language-sec ul>li>a .menu-item-text {
  line-height: 16px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>a {
  margin-left: 0;
}

.language-sec ul li ul li {
  position: relative;
  display: block;
  padding: 0 0;
  box-sizing: border-box;
  border-bottom-color: #363637;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.language-sec ul li ul li:first-child {
  padding-top: 0px;
}

.language-sec ul li ul li:last-child {
  border-bottom: none;
}

.language-sec ul li ul li a {
  margin: 0px 0px 0px 0px;
  padding: 10px 5px 10px 10px;
  transition: background .3s;
  position: relative;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-align-content: center;
  align-content: center;
  -ms-flex-line-pack: center;
  text-decoration: none;
  justify-content: start;
}

.language-sec ul>li>a .menu-item-text {
  line-height: 16px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul {
  width: 215px;
  background-color: #444;
  padding: 10px 15px 10px 15px;
  box-shadow: 0 0 4px rgb(0 0 0 / 20%);
  box-sizing: border-box;
  position: absolute;
  z-index: 200;
  top: 100%;
  left: 0;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul li {
  position: relative;
  display: block;
  padding: 0 0;
  box-sizing: border-box;
  border-bottom-color: #363637;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul li:first-child {
  padding-top: 0px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul li:last-child {
  border-bottom: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul li a {
  color: #ccc;
  margin: 0px 0px 0px 0px;
  padding: 10px 5px 10px 10px;
  transition: background .3s;
  position: relative;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-align-content: center;
  align-content: center;
  -ms-flex-line-pack: center;
  text-decoration: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul li a .text {
  letter-spacing: 2px;
  font: 900 12px / 16px "Roboto Condensed",Helvetica,Arial,Verdana,sans-serif;
  text-transform: uppercase;
  display: block;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul li a:hover {
  color: #fff;
  background-color: rgba(255,255,255,0.07);
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:hover>a>.text:after {
  color: #ffffff;
}


@media(min-width:1131px){
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul {
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    z-index: 200;
    top: 0;
    position: absolute;
    left: 200px;
    width: 215px;
    right: 0;
    background-color: #444;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
  }

  .language-sec ul li:hover>ul {
    opacity: 1;
    visibility: visible;
  }

  .mobile-overlay {
    display: none;
  }

  .mobile-wrap {
    display: none;
  }

  .language-sec ul li >  ul {
    width: 215px;
    background-color: #444;
    padding: 10px 15px 10px 15px;
    box-shadow: 0 0 4px rgb(0 0 0 / 20%);
    box-sizing: border-box;
    position: absolute;
    z-index: 200;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    left:auto;
  }

  .fixed-header .header-wrap {
    position: fixed;
  }

  .fixed-header header.header {
    min-height: 52px;
    transition: all 0.3s ease 0s;
  }

  .fixed-header .custom-menu-primary .hs-menu-wrapper>ul {
    min-height: 52px;
  }

  .fixed-header .language-sec .switch-wrap {
    min-height: 52px;
  }

}



@media(max-width:1700px){
  .menu-inner-wrap {
    width: auto;
    flex-grow: 1;
  }

  .language-sec {
    display: flex;
    width: 7.37%;
    position: relative;
  }
}

@media(max-width:1500px){
  .language-sec {
    width: 6.37%;
  }
}

@media(max-width:1400px){
  .language-sec {
    width: 5.86%;
  }
}


@media(max-width:1285px){
  .custom-menu-primary .hs-menu-wrapper>ul>li>a>span {
    font-size: 9px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a>span {
    font-size: 8px;
  }

  .language-sec ul li>ul {
    left: auto;
  }
}

@media(max-width:1130px){

  .header-wrap {
    position: relative;
  }

  .header-height {
    display: none;
  }

  header.header {
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    padding: 0 20px 0 20px;
    min-height: 55px;
  }

  .mobile-navigation {
    -ms-flex-order: 2;
    order: 2;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 10px;
  }

  .dt-mobile-menu-icon {
    padding: 4px 1px 4px 1px;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
    position: relative;
  }

  .dt-mobile-menu-icon .lines-button {
    height: 16px;
    width: 22px;
  }

  .dt-mobile-menu-icon .lines-button {
    position: relative;
    margin-right: 0;
    text-align: center;
  }

  .dt-mobile-menu-icon, .lines-button {
    display: -ms-inline-flexbox;
    display: -ms-inline-flex;
    display: inline-flex;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
  }

  .lines-button {
    z-index: 2;
  }

  .dt-mobile-menu-icon .menu-line {
    width: 22px;
    height: 2px;
    max-width: 100%;
    position: absolute;
  }

  .menu-line {
    display: inline-block;
    left: 0;
    content: '';
    transform-origin: 1.5px center;
    transition: transform .2s linear,color .2s linear;
    background: #e2e3e4;
  }

  .menu-line:after, .menu-line:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: inherit;
    box-sizing: border-box;
    background: #e2e3e4;
  }

  .dt-mobile-menu-icon .menu-line:first-of-type {
    top: 0;
  }

  .dt-mobile-menu-icon .menu-line:nth-of-type(3) {
    top: 14px;
  }

  .dt-mobile-menu-icon .menu-line:nth-of-type(2) {
    top: 7px;
  }


  header.header .custom-logo a {
    padding: 0px 0px 0px 0px;
  }

  .custom-menu-primary {
    display: none;
  }

  header.header .mini-widgets {
    -ms-flex-pack: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: calc(100% - 45px);
    padding: 0;
  }

  .in-menu-second-switch {
    display: -ms-inline-flexbox;
    display: -ms-inline-flex;
    display: inline-flex;
    margin-left: 10px;
    margin-right: 10px;
  }

  .popup-search {
    display: -ms-inline-flexbox;
    display: -ms-inline-flex;
    display: inline-flex;
    margin: 0 10px;
  }


  .mobile-overlay {
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
  }

  .show .mobile-overlay {
    opacity: 1;
    visibility: visible;
    z-index: 9601;
  }

  .mobile-wrap {
    overflow: hidden;
    overflow-y: auto;
    right: 0;
    transform: translate3d(100%,0,0);
    transition: right .5s ease;
    width: 330px;
    background-color: #444;
    position: fixed;
    top: 0;
    height: 100%;
    max-width: 100%;
    z-index: 9602;
    box-sizing: border-box;
    min-height: 100%;
  }

  .show .mobile-wrap {
    right: 330px;
  }

  .mobile-header-scrollbar-wrap {
    padding: 45px 15px 30px 30px;
    box-sizing: border-box;
    position: relative;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    flex-direction: column;
    width: calc(330px - 13px);
    max-width: calc(100% - 13px);
  }

  .mobile-wrap .dt-close-mobile-menu-icon {
    right: 0;
    padding: 5px 5px 5px 5px;
    margin: 15px 0px 0px 0px;
    border-radius: 0px;
    display: -ms-inline-flexbox;
    display: -ms-inline-flex;
    display: inline-flex;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 0;
    z-index: 9999;
    transition: opacity .5s ease;
    min-width: 12px;
    min-height: 12px;
    background: #43b03b;
    cursor: pointer;
  }

  .close-line-wrap {
    width: 20px;
    height: 20px;
    position: relative;
  }

  .dt-close-mobile-menu-icon .close-line:first-child {
    transform: rotate3d(0,0,1,45deg);
  }

  .dt-close-mobile-menu-icon .close-line {
    width: 20px;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    transform-origin: 50% 50%;
    height: 2px;
    position: absolute;
    left: 0;
    content: '';
    transition: transform .2s ease;
    z-index: 2;
  }

  .dt-close-mobile-menu-icon .close-line:nth-child(2) {
    display: none;
  }

  .dt-close-mobile-menu-icon .close-line:last-child {
    transform: rotate3d(0,0,1,-45deg);
  }

  .dt-close-mobile-menu-icon .close-line:after, .dt-close-mobile-menu-icon .close-line:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: inherit;
    box-sizing: border-box;
    background: #ffffff;
  }


  .mobile-menu-wrap .hs-menu-wrapper > ul {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex: 10 1 auto;
    flex: 10 1 auto;
  }

  .mobile-menu-wrap .hs-menu-wrapper > ul > li {
    position: relative;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
  }

  .mobile-menu-wrap .hs-menu-wrapper > ul > li:before {
    border-bottom: 1px solid rgba(226,227,228,0.12);
    content: "";
    position: absolute;
    top: -0.5px;
    height: 0;
    width: 100%;
    max-width: 100%;
    left: 0;
  }

  .mobile-menu-wrap .hs-menu-wrapper > ul > li:first-child:before {
    display: none;
  }

  .language-sec {
    width: 100%;
    justify-content: start;
    display: block;
  }

  .language-sec .switch-wrap {
    justify-content: flex-start;
  }

  .language-sec ul li {
    width: 100%;
    justify-content: start;
    text-align: left;
    flex-wrap: wrap;
  }

  .language-sec .switch-wrap > li:before {
    content: "";
    position: absolute;
    top: -0.5px;
    height: 0;
    width: 100%;
    max-width: 100%;
    left: 0;
    border-bottom: 1px solid rgba(226,227,228,.12);
  }


  .language-sec .switch-wrap li a {
    font: 900 14px / 18px "Roboto Condensed",Helvetica,Arial,Verdana,sans-serif;
    color: #e2e3e4;
    text-transform: uppercase;
    padding: 15px 30px 15px 0;
    justify-content: left;
    margin: 0;
    align-items: center;
  }

  i.next-level-button {
    padding: 13.3px 0;
    top: 0;
    line-height: 18px;
    transition: transform .3s ease-out;
    position: relative;
    right: 0;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-tap-highlight-color: transparent;
    min-width: 30px;
    color: #46b03b;
    cursor: pointer;
  }

  i.next-level-button:before {
    line-height: 18px;
    content: "\ef02";
    font-family: icomoon-the7-font;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    font-size: 16px;
    font-style: normal;
  }

  .language-sec .switch-wrap>li>a .menu-item-text {
    line-height: 0;
  }

  .language-sec .switch-wrap>li>a .menu-text {
    line-height: inherit;
    font: 900 14px / 18px "Roboto Condensed",Helvetica,Arial,Verdana,sans-serif;
    color: #e2e3e4;
    text-transform: uppercase;
    padding: 0;
  }

  .mobile-menu-wrap .hs-menu-wrapper > ul > li > a {
    max-width: calc(100% - 55px);
    max-width: 100%;
    padding: 13.3px 25px 13.3px 0;
    color: #e2e3e4;
    font: 900 14px / 18px "Roboto Condensed",Helvetica,Arial,Verdana,sans-serif;
    color: #e2e3e4;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
  }
  .language-sec .switch-wrap {
    min-height: auto;
  }

  .mobile-menu-wrap .hs-menu-wrapper>ul>li>ul {
    width: 100%;
    margin-bottom: 15px;
    margin-left: 20px;
    display: none;
  }

  .mobile-menu-wrap .hs-menu-wrapper>ul>li>ul li {
    box-sizing: border-box;
    border-bottom-color: #363637;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .mobile-menu-wrap .hs-menu-wrapper>ul>li>ul li:last-child {
    border-bottom: none;
  }

  .mobile-menu-wrap .hs-menu-wrapper>ul>li>ul li a {
    padding: 5.2px 0px 5.2px 0;
    margin: 0;
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    position: relative;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center;
    text-decoration: none;
    color: #e2e3e4;
    font: 500 13px / 17px "Roboto",Helvetica,Arial,Verdana,sans-serif;
    color: #e2e3e4;
    text-transform: uppercase;
  }

  .mobile-menu-wrap .hs-menu-wrapper>ul>li>ul li a:hover {
    color: #46b03b;
  }

  .mobile-menu-wrap .hs-menu-wrapper>ul>li>a:hover {
    color: #46b03b;
  }

  .mobile-wrap::-webkit-scrollbar {
    display: none;
  }

  .mobile-wrap::-webkit-scrollbar {
    display: none;
  }

  .mobile-menu-wrap .hs-menu-wrapper>ul>li.child-open > i.next-level-button {
    transform: rotate(45deg);
  }

  .mobile-menu-wrap .hs-menu-wrapper>ul>li>ul li .next-level-button {
    padding: 6.5px 0;
    top: 0;
    line-height: 17px;
    color: rgba(226,227,228,0.17);
    font-size: 10px;
  }

  .mobile-menu-wrap .hs-menu-wrapper>ul>li>ul li i.next-level-button:before {
    font-size: 8px;
    line-height: 17px;
  }

  .mobile-menu-wrap .hs-menu-wrapper>ul>li>ul li ul {
    margin-left: 20px;
    display: none;
  }

  .language-sec .sub-nav {
    width: 100%;
    margin-left: 20px;
    display:none;
  }

  .language-sec .sub-nav li a {
    padding: 5.2px 0px 5.2px 0;
  }

  .language-sec .switch-wrap li ul li a .menu-item-text {
    line-height: 17px;
  }

  .mobile-menu-wrap .hs-menu-wrapper>ul>li>ul li.child-open > .next-level-button {
    transform: rotate(45deg);
  }

  a.dt-mobile-menu-icon.fixed-menu-toggle {
    visibility: hidden;
    opacity: 0;
    border-radius: 0px;
    position: fixed;
    visibility: hidden;
    top: 10px;
    right: 10px;
    opacity: 0;
    margin: 0!important;
    background-color: rgba(0,0,0,.2);
    transition: background .2s linear;
    -webkit-backface-visibility: hidden;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }



  .fixed-header a.dt-mobile-menu-icon.fixed-menu-toggle {
    visibility: visible;
    opacity: 1;
  }

  .fixed-menu-toggle .menu-line {
    background-color: #fff;
  }

  .fixed-menu-toggle .menu-line:after,.fixed-menu-toggle .menu-line:before {
    background: #ffffff;
  }

}

@media(max-width:480px){
  header.header {
    min-height: 50px;
  }

  .in-menu-second-switch {
    display: none;
  }
}

@media(max-width:450px){
  .popup-search .popup-search-wrap {
    width: 300px;
    max-width: 300px!important;
    left: 50%!important;
    transform: translate3d(-50%,0,0);
    top: 100%;
  }

  .searchform {
    position: static;
  }

  .popup-search {
    position: static;
  }
}

@media(max-width:330px){
  .show .mobile-wrap {
    right: 100%;
  }
}
footer.footer {
  background: #222;
  overflow: hidden;
}

.footer-bottom {
  font-size: 12px;
  line-height: 16px;
  color: #afb1b4;
}

.footer-container {
  padding: 0 50px 0 50px;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-bottom .ft-bottom-inner {
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: space-between;
  -ms-justify-content: space-between;
  padding: 10px 0 10px 0;
  min-height: 60px;
  border-top: 1px solid #444;
}

.footer-bottom .ft-bottom-inner p {
  margin-bottom: 0;
}

.footer-bottom .ft-bottom-inner p a {
  color: #afb1b4;
}

.footer-bottom .ft-bottom-inner p a:hover {
  text-decoration: underline;
}

.footer-top {
  /* padding: 0 50px 0 50px; */
}

.footer-top .ft-top-inner {
  padding-top: 60px;
  padding-bottom: 0px;
}

.footer-top .ft-top-inner .row {
  margin: 0 -25px;
  font-size: 0;
  line-height: 0;
  word-spacing: -4px;
}

.footer-top .ft-top-inner .ft-item {
  color: #afb1b4;
  padding: 0 25px;
  margin-bottom: 30px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto",Helvetica,Arial,Verdana,sans-serif;
  word-spacing: normal;
}

.footer-patner * {
  display: inline-block;
}

.footer-patner a {
  display: inline;
}

.footer-patner {
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto",Helvetica,Arial,Verdana,sans-serif;
}

.footer-patner center {
  display: block;
}

.social-wrap a {
  color: #afb1b4;
}

.social-wrap .fa {
  font-weight: 900;
  font-family: 'Font Awesome 5 Brands'!important;
}

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

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

.fa-instagram:before {
  content: "\f16d";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-youtube:before {
  content: "\f167";
}

.social-wrap a:hover {
  color: #46b03b;
}

.footer-top .ft-top-inner .ft-item2 {
  text-align: center;
}

.footer-top .ft-top-inner .ft-item2 a {
  color: #afb1b4;
}

.footer-top .ft-top-inner .ft-item2 a:hover {
  color: #46b03b;
}

.footer-top .ft-top-inner .ft-item1 {
  text-align: center;
}

.footer-top .ft-top-inner .ft-item1 img {
  max-width: 150px;
  height: auto;
}

a.scroll-top {
  right: -45px;
  opacity: 0;
  transition: all .4s ease;
  position: fixed;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  bottom: 10px;
  width: 40px;
  height: 40px;
  background-color: rgba(0,0,0,.2);
}

.screen-reader-text {
  clip: rect(1px,1px,1px,1px);
  height: 1px;
  overflow: hidden;
  position: absolute!important;
  width: 1px;
}

.scroll-top:before {
  content: "\f0290";
  font-family: icomoon-the7-font;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  font-size: 20px;
  line-height: 1;
  color: #fff;
}

a.scroll-top.on {
  right: 10px;
  opacity: 1;
  z-index: 109;
}

a.scroll-top:hover {
  background-color: rgba(0,0,0,.5);
}

.footer-patner center div:nth-child(1) img {
  max-width: 225px !important ;
}

.footer-patner center div:nth-child(2) img {
  max-width: 50px ;
}

.footer-patner center div:nth-child(3) img {
  max-width: 50px ;
}

.footer-patner center div:nth-child(4) img {
  max-width: 80px ;
}

.footer-patner center div:nth-child(5) img {
  max-width: 50px ;
}

.footer-patner center div:nth-child(6) img {
  max-width: 150px ;
}

.footer-patner center div:nth-child(7) img {
  max-width: 60px ;
}

@media(max-width:990px){
  .footer-bottom .ft-bottom-inner {
    align-items: center;
    justify-content: start;
    text-align: center;
  }
}

@media(max-width:578px){
  .footer-container {
    padding: 0 20px 0 20px;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
*{
  font-family:Asap, sans-serif !important;
}