/* ******************************************************************************
*********************************************************************************
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.
 */

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;
}
/* ******************************************************************************
*********************************************************************************
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: 1200px;
  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: "Font Awesome 5 Brands";
  src: url("//4035053.fs1.hubspotusercontent-na1.net/hubfs/4035053/Modular_Management_August_2020/Fonts/fa-brands-400.eot") format("embedded-opentype"),
    url(//4035053.fs1.hubspotusercontent-na1.net/hubfs/4035053/raw_assets/public/NEW%20Graphics_Modular_Management_August_2020%20copy/fonts/fa-brands-400.woff2) format("woff2"),
    url(//4035053.fs1.hubspotusercontent-na1.net/hubfs/4035053/raw_assets/public/NEW%20Graphics_Modular_Management_August_2020%20copy/fonts/fa-brands-400.woff) format("woff"), 
    url(//4035053.fs1.hubspotusercontent-na1.net/hubfs/4035053/raw_assets/public/NEW%20Graphics_Modular_Management_August_2020%20copy/fonts/fa-brands-400.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("//4035053.fs1.hubspotusercontent-na1.net/hubfs/4035053/Modular_Management_August_2020/Fonts/fa-solid-900.eot") format("embedded-opentype"),
    url(//4035053.fs1.hubspotusercontent-na1.net/hubfs/4035053/raw_assets/public/NEW%20Graphics_Modular_Management_August_2020%20copy/fonts/fa-solid-900.woff2) format("woff2"), 
    url(//4035053.fs1.hubspotusercontent-na1.net/hubfs/4035053/raw_assets/public/NEW%20Graphics_Modular_Management_August_2020%20copy/fonts/fa-solid-900.woff) format("woff"), 
    url(//4035053.fs1.hubspotusercontent-na1.net/hubfs/4035053/raw_assets/public/NEW%20Graphics_Modular_Management_August_2020%20copy/fonts/fa-solid-900.ttf) format("truetype");
  font-style: normal;
  font-weight: 900;
}

@font-face {
  font-family: eicons;
  src: url("//4035053.fs1.hubspotusercontent-na1.net/hubfs/4035053/Modular_Management_August_2020/Fonts/eicons.eot") format("embedded-opentype"),
    url(//4035053.fs1.hubspotusercontent-na1.net/hubfs/4035053/raw_assets/public/NEW%20Graphics_Modular_Management_August_2020%20copy/fonts/eicons.woff2) format("woff2"), 
    url(//4035053.fs1.hubspotusercontent-na1.net/hubfs/4035053/raw_assets/public/NEW%20Graphics_Modular_Management_August_2020%20copy/fonts/eicons.woff) format("woff"), 
    url(//4035053.fs1.hubspotusercontent-na1.net/hubfs/4035053/raw_assets/public/NEW%20Graphics_Modular_Management_August_2020%20copy/fonts/eicons.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'entypo-fontello';
  font-weight: normal;
  font-style: normal;
  src: url('//4035053.fs1.hubspotusercontent-na1.net/hubfs/4035053/Modular_Management_August_2020/Fonts/entypo-fontello.eot') format('embedded-opentype'),
    url(//4035053.fs1.hubspotusercontent-na1.net/hubfs/4035053/raw_assets/public/NEW%20Graphics_Modular_Management_August_2020%20copy/fonts/entypo-fontello.woff) format('woff'), 
    url(//4035053.fs1.hubspotusercontent-na1.net/hubfs/4035053/raw_assets/public/NEW%20Graphics_Modular_Management_August_2020%20copy/fonts/entypo-fontello.woff2) format('woff2'), 
    url(//4035053.fs1.hubspotusercontent-na1.net/hubfs/4035053/raw_assets/public/NEW%20Graphics_Modular_Management_August_2020%20copy/fonts/entypo-fontello.ttf) format('truetype');
}

html {
  font-size: 24px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.65em
}

p {
  margin: 0.85em 0;
  font-family: Lato, serif;
}

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

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.3;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.5;
}

h5 {
  font-size: 1rem;
  line-height: 1.5;
}

h6 {
  font-size: .9rem;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  padding: 0;
  margin:0 0 20px 7px;
}

ul li,
ol li {
  margin:0 0 0 10px;
}

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

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* 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;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}

.full-width-page .button-module {
  padding: 20px 0px 30px 0px;
}

.fa-link:before {
  content: "\f0c1";
}

.full-width-page .button-module a.button-module-link {
  font-size: 15px;
  padding: 12px 24px;
  text-transform: uppercase;
}


.sidel {}

.sidel .full-width-page .dnd-section>.row-fluid>.span8 {
  width: 60%;
  padding-right: 70px;
}

.sidel .full-width-page .dnd-section>.row-fluid>.span4 {
  width: 30%;
  margin: 0px 0px 0px 15px;
  padding: 10px;
}

.sidel .full-width-page .dnd-section>.row-fluid>.span4 img {
  vertical-align: middle;
  display: inline-block;
}

.sidel .full-width-page .elementor-background-overlay {
  opacity: .2;
}

.sidel .cm-cases-wrapper {
  margin: 0px 0px 0px 20px;
  padding: 10px;
}

.sidel .cm-cases {
  padding: 0;
}

.sidel h2 {
  color: #555555;
  font-family: "Open sans", Open sans;
  font-weight: 700;
  line-height: 1;
  font-size: 20px;
  margin: 20px 0;
}

.sidel .ceses-row.row-three {
  margin: 0;
}

/*  */


.customer-centric-modular .banner-content-inner {
  margin: 0px 0px 0px 20px;
  padding: 0% 30% 0% 0%;
}

.customer-centric-modular .banner-content-inner .banner-content-contain {
  padding: 0;
}

.customer-centric-modular .full-width-page .dnd-section>.row-fluid>.span8 {
  width: 60%;
  padding-right: 10px;
}

.customer-centric-modular .full-width-page .dnd-section>.row-fluid>.span4 {
  width: 30%;
  padding-left: 10px;
}

.customer-centric-modular .full-width-page .dnd-section>.row-fluid>.span8 > div {
  margin: 0px 60px 0px 20px;
}

.customer-centric-modular .full-width-page .dnd-section>.row-fluid>.span8 h3 {
  color: #555555;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 20px;
}

.customer-centric-modular .hs-responsive-embed-wrapper.hs-responsive-embed {
  max-width: 100% !important;
  min-width: 100% !important;
  margin-bottom: 0 !important;
}

.customer-centric-modular .button-module {
  padding: 0;
}

.customer-centric-modular .span4 .hs_cos_wrapper_type_linked_image a:after {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 300;
  content: "";
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  opacity: 0;
}

.customer-centric-modular .span4 .hs_cos_wrapper_type_linked_image {
  position: relative;
  display: block;
}

.customer-centric-modular .span4 .hs_cos_wrapper_type_linked_image a:before {
  content: '\E897';
  font-family: 'entypo-fontello';
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  border-radius: 50px;
  background: #000;
  height: 80px;
  width: 80px;
  line-height: 80px;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
  z-index: 500;
  text-align: center;
  color: #fff;
  opacity: 0;
}

.customer-centric-modular .span4 .hs_cos_wrapper_type_linked_image a:hover:after {
  opacity: .7;
}

.customer-centric-modular .span4 .hs_cos_wrapper_type_linked_image:hover a:before {
  -webkit-animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
  animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
  opacity: 1;
}

@-webkit-keyframes avia_pop_small {
  0% {
    -webkit-transform: rotate(-175deg) scale(0.2);
  }

  100% {
    -webkit-transform: rotate(0deg) scale(1);
  }
}

@keyframes avia_pop_small {
  0% {
    transform: rotate(-175deg) scale(0.2);
  }

  100% {
    transform: rotate(0deg) scale(1);
  }
}

.elementor-icon.elementor-social-icon.elementor-social-icon-linkedin {
  background-color: #0077b5;
}


.customer-centric-modular .cm-cases-wrapper {
  padding: 0;
}

.customer-centric-modular .ceses-row.row-four .ceses-portfolio-item {
  width: 25%;
}

.customer-centric-modular .ceses-row.row-four {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-transition: height .5s;
  -o-transition: height .5s;
  transition: height .5s;
}

.customer-centric-modular  h2 {
  margin-bottom: 20px;
}


.customization .half-type-column {}

.customization .half-type-column > .row-fluid-wrapper {
  margin: 0px 60px 0px 0px;
  padding: 0px 0px 0px 25px;
}

.customization .half-type-column {
  padding: 0 !important;
}

.customization .half-type-column:last-child > .row-fluid-wrapper {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0px 0px 0px 0px;
  padding: 30px 20px 20px 20px;
}

.customization .half-type-column .sezu5 h3:not(.form-title) {
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 116px;
}

.customization .half-type-column h6 {
  line-height: 1.6em;
  color: #bfbfbf;
  font-family: "Open sans", Open sans;
  padding: 0;
  margin: 0;
}

.customization .half-type-column h3.form-title {}

.customization .half-type-column .hs-form .hs-form-field:not(:last-child) .hs-input {
  width: 90%;
}

.hs-custom-style>div>div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]),
.hs-custom-style fieldset>div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]) {
  width: 100%;
  max-width: 100%;
}

.customization .half-type-column .hs-form fieldset {
  max-width: 100%;
}

.customization .half-type-column .hs-form .hs-form-field:not(:last-child) .hs-input[type="checkbox"] {
  width: auto;
}

.customization .half-type-column li.hs-form-booleancheckbox {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
  margin: 0;
}

.customization .half-type-column .hs-form .field {}

.customization .half-type-column .hs-form label {
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}

.customization .half-type-column .hs-form p {
  line-height: 24px;
  margin-block-start: 1em;
  margin-block-end: 1em;
}

.customization .half-type-column ul.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}

.customization .hs_recaptcha.hs-recaptcha {
  margin: 8px;
}

.customization .half-type-column .hs-form .actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px;
}

.customization .half-type-column .hs-form .actions input.hs-button {
  margin: 0;
}

.customization .banner-content-contain h6 {
  margin-bottom: 20px;
  line-height: 1;
}

.customization .banner-content-contain h5 {
  font-weight: 400;
  line-height: 1;
  margin-bottom: 20px;
}

.customization .banner-content-contain {
  padding: 0px 0px 0px 25px;
}

.customization .cm-cases-wrapper {
  padding: 0px 0px 0px 25px;
}

.customization .cm-cases-wrapper .cm-cases {
  padding: 0;
}

.customization .cm-cases-wrapper h2 {
  padding: 25px 0px 0px 0px;
}

.speed {}

.speed .banner-content-inner {
  width: 60%;
}

.speed .banner-content-inner h6 {
  line-height: 1;
}

.speed .banner-content-contain {
  padding: 0;
  margin: 0px 20px 0px 20px;
}

.speed .span6.half-type-column {
  padding: 10px;
}

.speed .span6.half-type-column:not(:last-child) > div {
  margin: 0px 20px 0px 20px;
}

.speed .span6.half-type-column h2 {
  line-height: 1;
  margin-bottom: 20px;
  display: inline-block;
}

.speed .span6.half-type-column a.button-module-link.executive-dilemma {
  font-size: 12px;
  line-height: 1.2em;
  padding: 10px 30px 10px 30px;
  font-weight: bold;
  background-color: #5bc0de;
}

.speed .span6 .button-module {
  padding: 0;
}

.journey .section-item5 .span6.half-type-column > div,
.market-segmentation .section-item3 .span6.half-type-column > div,
.speed .section-item3 .span6.half-type-column > div {
  margin: 0;
}

.journey .section-item5 .span6.half-type-column .widget-type-linked_image,
.market-segmentation .section-item3 .span6.half-type-column .widget-type-linked_image,
.speed .section-item3 .span6.half-type-column .widget-type-linked_image {
  width: 100%;
  text-align: left;
  position: relative
}

.journey .section-item5 .span6 .span12,
.market-segmentation .section-item3 .span6 .span12,
.speed .section-item3 .span6 .span12 {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.journey .section-item5 .span6.half-type-column .hs_cos_wrapper_type_linked_image ,
.market-segmentation .section-item3 .span6.half-type-column .hs_cos_wrapper_type_linked_image ,
.speed .section-item3 .span6.half-type-column .hs_cos_wrapper_type_linked_image {
  margin: 0px 0px 0px -300px;
  display: block;
}

.journey .section-item5 .span6.half-type-column img.hs-image-widget,
.market-segmentation .section-item3 .span6.half-type-column img.hs-image-widget,
.speed .section-item3 .span6.half-type-column img.hs-image-widget {
  vertical-align: middle;
  display: inline-block;
}

.journey .section-item5 .span6.half-type-column a.button-module-link,
.market-segmentation .section-item3 .span6.half-type-column a.button-module-link,
.speed .section-item3 .span6.half-type-column a.button-module-link {
  background-color: #5bc0de;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  padding: 10px 30px 10px 30px;
}

.journey .section-item5 .span6.half-type-column:last-child,
.market-segmentation .section-item3 .span6.half-type-column:last-child,
.speed .section-item3 .span6.half-type-column:last-child {
  padding: 40px 80px 40px 20px;
}

.market-segmentation .banner-content-inner {
  margin: 0px 20px 0px 20px;
  padding: 0% 30% 0% 0%;
}

.market-segmentation .banner-content-contain {
  padding: 0;
}

.market-segmentation .section-item3 .button-module {
  padding-top: 0;
}

.market-segmentation .section-item3 .span6.half-type-column a.button-module-link {
  background-color: #124858;
  font-weight: bold;
}
.market-segmentation .banner-content-contain h6 {
  line-height: 1;
}

.market-segmentation .banner-content-contain h1 {
  margin-bottom: 20px;
}

.market-segmentation {
}

.market-segmentation .full-width-page .dnd-section>.row-fluid > .span8 {
  width: 60.877%;
  margin: 20px 20px 20px 20px;
  padding: 0px 40px 0px 0px;
}

.market-segmentation .full-width-page .dnd-section>.row-fluid>.span4 {
  width: 39.12%;
  padding: 20px;
  margin-top: 110px;
}

.market-segmentation .dnd-section>.row-fluid>.span8 img {
  vertical-align: middle;
  display: inline-block;
  border-style: solid;
  border-color: #f5f5f5;
  height: auto;
  border-width: 3px;
}

.market-segmentation .dnd-section .span8 h6 {
  line-height: 1;
  margin-bottom: 20px;
}

.market-segmentation .dnd-section .span8 h2 {
  line-height: 1;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.market-segmentation .dnd-section .span8 p {
  color: #555555;
  font-weight: 300;
  line-height: 1.5;
}

.market-segmentation .dnd-section .span8 h3 {
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 20px;
  display: inline-block;
}

.market-segmentation .dnd-section .span8 h4 {
  margin-bottom: 20px;
  line-height: 1.1;
  font-size: 14px;
  display: inline-block;
  width: 100%;
}

.market-segmentation h6 {
  line-height: 1;
  margin-bottom: 20px;
}

.one-touch-configuration .banner-content-inner {
  margin: 0% 0% 0% 2%;
  padding: 0% 30% 0% 0%;
}

.one-touch-configuration .banner-content-contain {
  padding: 0;
}

.one-touch-configuration {}

.one-touch-configuration .span7 {
  width: 60%;
}

.one-touch-configuration .span5 {
  width: 30%;
}

.one-touch-configuration .span7 > div {
  margin: 0px 60px 0px 0px;
}

.one-touch-configuration .span7 h3 {
  color: #555555;
  font-weight: 300 !important;
  line-height: 1.5;
  font-family: "Open sans", Open sans;
}

.one-touch-configuration .section-item4 .span7 {
  width: 60%;
}

.one-touch-configuration .section-item4 .span7 > div {
  margin: 0px 60px 0px 0px;
  padding: 10px;
}

.one-touch-configuration .section-item4 .span5 {
  width: 40%;
  padding: 10px;
}

.one-touch-configuration .section-item4 .span5 h3 {
  color: #555555;
  font-family: "Open sans", Open sans;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}

.one-touch-configuration .section-item4 .acc-tab-title-inner {
}

.one-touch-configuration .section-item4 h3.acc-toggle-title {
  line-height: 1;
  font-weight: 700 !important;
}

.one-touch-configuration .section-item4 .acc-toggle {
  margin: 0px 5px 0px 10px;
}

.one-touch-configuration .section-item4 .cm-acc-wrapper h2 {
  margin: 0px 5px 20px 10px;
}

/*  */

.journey .section-item2 {}

.journey .section-item2 .span6 .hs_cos_wrapper_type_linked_image {
  margin: 0px -200px 40px 0px;
}

.journey .section-item2 .span6 .widget-type-linked_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.journey sup {
  position: static;
  top: 0;
  line-height: inherit;
}


.journey .section-item4 .span7 {
  width: 66.666%;
  margin: 20px 0;
  padding: 0px 40px 0px 0px !important;
}

.journey .section-item4 .span5 {
  width: 33.333%;
}

.journey .section-item4 .span7 > div {
  margin: 0 20px;
}

.journey .section-item5 .span6.half-type-column a.button-module-link {
  font-weight: bold;
  background-color: #124858;
}

.journey .section-item6 .span7 {
  width: 60%;
  padding: 10px !important;
}

.journey .section-item6 .span5 {
  width: 40%;
  padding: 10px;
}

.journey .section-item6 .span7 > div {
  margin: 0px 60px 0px 20px;
}

.journey .section-item6 .span5 .button-module {
  padding-bottom: 0;
}

/*  */


.fst-serv-banner .banner {
  padding: 0;
}

.fst-serv-banner .banner .banner-content-contain {
  padding: 10px;
}

.fst-serv-banner .banner .banner-content-inner {
  width: 50%;
}

.fst-serv-banner .banner h6 {
  line-height: 1;
  margin: 0;
  margin-bottom: 20px;
}

.fst-serv-banner .banner h1 {
  margin: 0;
  margin-bottom: 20px;
  line-height: 1;
}

.fst-serv-banner .banner h5 {
  line-height: 1;
  margin-bottom: 20px;
  font-weight: normal;
}

.fst-serv-banner .banner p {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 300;
  margin: 0.85em 0;
  padding: 0 !important;
}

.fst-full-wit-cnt h2 {
  line-height: 1;
  margin: -16px 0px 0px 0px;
}

.fst-full-wit-cnt p {
  padding-bottom: 20px;
}

.fst-tw-col-cnt {
}

.fst-tw-col-cnt .span8 {
  padding: 10px;
  width: 69.332% !important;
}

.fst-tw-col-cnt .span4 {
  width: 30% !important;
  padding: 30px 20px 20px 20px !important;
}

.fst-tw-col-cnt .span8 > .row-fluid-wrapper {
  margin: 0px 60px 0px 0px;
}

.fst-tw-col-cnt .span8 h3 {
  color: #555555;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.5;
  display: inline-block;
}

.fst-tw-col-cnt .span8 blockquote {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  quotes: none;
  border: 0 none;
  font-style: normal;
  color: #55595c;
  border-color: #e6e9ec;
  border-style: solid;
  border-left-width: 7px;
  padding-left: 20px;
  margin-bottom: 20px;
}

.fst-tw-col-cnt .span8 blockquote p span {
  color: #124858;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
}

.fst-tw-col-cnt .span8 p {
  padding-bottom: 20px;
}

.fst-tw-col-cnt .span8 blockquote p {
  padding-bottom: 0;
}

.fst-tw-col-cnt .span8 .span3 {
  width: 16% !important;
  padding: 0px 25px 0px 0px;
}

.fst-tw-col-cnt .span8 .span4 {
  width: 32% !important;
  padding: 10px !important;
}

.fst-tw-col-cnt .span8 .span5 {
  width: calc(100% - 48%) !important;
  padding: 10px;
}

.fst-tw-col-cnt .span8 .span3 img.hs-image-widget {
  border-radius: 100px 100px 100px 100px;
  vertical-align: middle;
  display: inline-block;
}

.fst-tw-col-cnt .span8 .span3 img.hs-image-widget:hover {
  filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
  animation-name: elementor-animation-pulse-grow;
  animation-duration: .3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes elementor-animation-pulse-grow {
  to {
    transform: scale(1.1)
  }
}

.fst-tw-col-cnt .span8 .span4 h3 {
  color: #555555;
  font-family: "Open sans", Open sans;
  font-weight: 700;
  padding: 0;
  margin: 0;
  line-height: 1;
  margin-bottom: 20px;
}

.fst-tw-col-cnt .span8 .span4 h5 {
  margin: -10px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color: #555555;
  text-transform: uppercase;
  line-height: 1;
}

.fst-tw-col-cnt .span8 .span5 p {
  padding-bottom: 0;
}

.fst-tw-col-cnt .span8 h6 {
  line-height: 1.6;
  color: #bfbfbf;
}

.fst-tw-col-cnt .span4 fieldset {}

.fst-tw-col-cnt .span4 fieldset > div {
  width: 100% !important;
}

.fst-tw-col-cnt .span4 label {
  font-size: 13px;
  margin-bottom: 4px;
  line-height: 20px;
}

.fst-tw-col-cnt .span4 form ul.inputs-list {
  padding-left: 5px;
}

.fst-tw-col-cnt .span4 form ul.inputs-list >li.hs-form-booleancheckbox {
  margin: 0;
}

.fst-tw-col-cnt .span4 form .legal-consent-container p {
  font-family: arial, helvetica, sans-serif;
  color: #33475b;
  font-size: 14px;
  line-height: 24px;
}

.fst-tw-col-cnt .span4 form .hs_recaptcha {}

.fst-tw-col-cnt .span4 form .hs_recaptcha > .input {
  margin: 8px;
}

.fst-tw-col-cnt .span4 form .hs-button {
  background: #124858;
  border-color: #124858;
  color: #ffffff;
  font-size: 12px;
  font-family: arial, helvetica, sans-serif;
  margin: 0;
}

.fst-tw-col-cnt .span4 form .actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px;
}

.fst-tw-col-cnt .span4 h3:not(.form-title) {
  color: #555555;
  font-family: "Open sans", Open sans;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}

.fst-tw-col-cnt .span4 h4 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.1;
}


.des-cnt-wit-bg .dnd-section {
  min-height: 364px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.des-cnt-wit-bg .dnd-section .span8 {
  width: 62.105%;
  padding: 0 !important;
}

.des-cnt-wit-bg .dnd-section .span8 > div {
  padding: 0px 0px 0px 25px;
}

.des-cnt-wit-bg .dnd-section .span4 {
  width: 37.808%;
  padding: 10px;
}

.des-cnt-wit-bg .dnd-section h6 {
  color: #ffffff;
  line-height: 1;
  margin-bottom: 20px;
}

.des-cnt-wit-bg .dnd-section h1 {
  margin-bottom: 20px;
  color: #ffffff;
  line-height: 1;
}

.des-cnt-wit-bg .dnd-section h5 {
  line-height: 1;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 400;
}

.des-cnt-wit-bg .dnd-section h3 {
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  color: #fff;
  margin: 0;
}

.des-tw-col-cnt {
}

.des-tw-col-cnt .span8 {
  padding: 0 !important;
  width: 69.332% !important;
}

.des-tw-col-cnt .span8 > div{
  margin: 0px 60px 0px 0px;
  padding: 0px 0px 0px 25px;
}

.des-tw-col-cnt .span4 {
  width: 30% !important;
  padding: 30px 20px 20px 20px !important;
}

.des-tw-col-cnt .span8 > .row-fluid-wrapper {
  margin: 0px 60px 0px 0px;
}

.des-tw-col-cnt .span8 h3 {
  color: #555555;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.5;
  display: inline-block;
}

.des-tw-col-cnt .span8 blockquote {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  quotes: none;
  border: 0 none;
  font-style: normal;
  color: #55595c;
  border-color: #e6e9ec;
  border-style: solid;
  border-left-width: 7px;
  padding-left: 20px;
  margin-bottom: 20px;
}

.des-tw-col-cnt .span8 blockquote p span {
  color: #124858;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
}

.des-tw-col-cnt .span8 p:last-child {
  padding-bottom: 20px;
}

.des-tw-col-cnt .span8 blockquote p {
  padding-bottom: 0;
}

.des-tw-col-cnt .span8 .span3 {
  width: 16% !important;
  padding: 0px 25px 0px 0px !important;
}

.des-tw-col-cnt .span8 .span4 {
  width: 32% !important;
  padding: 10px !important;
}

.des-tw-col-cnt .span8 .span5 {
  width: calc(100% - 48%) !important;
  padding: 10px;
}

.des-tw-col-cnt .span8 .span3 img.hs-image-widget {
  border-radius: 100px 100px 100px 100px;
  vertical-align: middle;
  display: inline-block;
}

.des-tw-col-cnt .span8 .span3 img.hs-image-widget:hover {
  filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
  animation-name: elementor-animation-pulse-grow;
  animation-duration: .3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes elementor-animation-pulse-grow {
  to {
    transform: scale(1.1)
  }
}

.des-tw-col-cnt .span8 .span4 h3 {
  color: #555555;
  font-family: "Open sans", Open sans;
  font-weight: 700;
  padding: 0;
  margin: 0;
  line-height: 1;
  margin-bottom: 20px;
}

.des-tw-col-cnt .span8 .span4 h5 {
  margin: -10px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color: #555555;
  text-transform: uppercase;
  line-height: 1;
}

.des-tw-col-cnt .span8 .span5 p {
  padding-bottom: 0;
}

.des-tw-col-cnt .span8 h6 {
  line-height: 1.6;
  color: #bfbfbf;
}

.fst-tw-col-cnt .span4 fieldset {}

.des-tw-col-cnt .span4 fieldset > div {
  width: 100% !important;
}

.des-tw-col-cnt .span4 label {
  font-size: 13px;
  margin-bottom: 4px;
  line-height: 20px;
}

.des-tw-col-cnt .span4 form ul.inputs-list {
  padding-left: 5px;
}

.des-tw-col-cnt .span4 form ul.inputs-list >li.hs-form-booleancheckbox {
  margin: 0;
}

.des-tw-col-cnt .span4 form .legal-consent-container p {
  font-family: arial, helvetica, sans-serif;
  color: #33475b;
  font-size: 14px;
  line-height: 24px;
}

.fst-tw-col-cnt .span4 form .hs_recaptcha {}

.des-tw-col-cnt .span4 form .hs_recaptcha > .input {
  margin: 8px;
}

.des-tw-col-cnt .span4 form .hs-button {
  margin: 0;
}

.des-tw-col-cnt .span4 form .actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px;
}

.des-tw-col-cnt .span4 h3:not(.form-title) {
  color: #555555;
  font-family: "Open sans", Open sans;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  display: inline-block;
}

.des-tw-col-cnt .span4 h4 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.1;
}

.des-case-stories .cm-cases-wrapper {
  padding: 0px 0px 0px 25px;
}

.des-case-stories .cm-cases-wrapper h2 {
  color: #555555;
  font-family: "Open sans", Open sans;
  font-weight: 700;
  padding: 25px 0px 0px 0px;
}

.des-case-stories .cm-cases-wrapper .cm-cases {
  padding: 0;
}

.des-case-stories .ceses-portfolio-item {
  width: 33.333%;
}

.des-case-stories .ceses-row {
  display: flex;
  flex-flow: wrap;
}



@media (max-width:1530px) {

  .journey .section-item2 .span6 .hs_cos_wrapper_type_linked_image {
    margin-right: 0;
  }

}

@media (max-width:1024px) and (min-width:768px) {

  .journey .section-item2 .span6 {
    width: 60%;
  }

  .journey .section-item2 .span6:last-child {
    width: 40%;
  }

}

@media (max-width:1024px) {

  .sidel .full-width-page .dnd-section>.row-fluid>.span8 {
    margin-top: 40px !important;
  }

  .customer-centric-modular .full-width-page .dnd-section>.row-fluid>.span8>div {
    margin: 0 30px 0px 0px;
  }

  .customer-centric-modular .full-width-page .dnd-section>.row-fluid>.span8>div:first-child {
    margin-top: 40px;
  }

  .customer-centric-modular .ceses-row.row-four .ceses-portfolio-item {
    width: 50%;
  }

  .customer-centric-modular .cm-cases {
    padding: 0 10px;
  }


  .customization .banner-content.page-center {
    margin-top: -40px;
  }

  .customizatione .banner-content-contain h6, 
  .customizatione .banner-content-contain h1 {
    margin-bottom: 20px !important;
  }

  .speed .span6.half-type-column:not(:last-child)>div {
    margin: 0;
  }

  .market-segmentation .section-item3 > .row-fluid.half-type-row-fluid,
  .speed .section-item3 > .row-fluid.half-type-row-fluid {
    display: block !important;
  }

  .one-touch-configuration .section-item3 .span7 > div {
    margin: 40px 30px 0px 0px;
  }

  .journey .section-item2 .span6 {
    padding: 20px !important;
  }

  .fst-tw-col-cnt .span8 .span3 {
    width: 50% !important;
  }

  .fst-tw-col-cnt .span8 .span4, .fst-tw-col-cnt .span8 .span5 {
    width: 100% !important;
  }

  .fst-tw-col-cnt .span8 .span3 img.hs-image-widget {
    max-width: 50% !important;
  }

  .fst-tw-col-cnt .span4 form .hs_recaptcha {
    overflow: auto;
  }


  .des-tw-col-cnt .span8 .span3 {
    width: 50% !important;
  }

  .des-tw-col-cnt .span8 .span4, .fst-tw-col-cnt .span8 .span5 {
    width: 100% !important;
  }

  .des-tw-col-cnt .span8 .span3 img.hs-image-widget {
    max-width: 50% !important;
  }

  .des-tw-col-cnt .span4 form .hs_recaptcha {
    overflow: auto;
  }

  .des-case-stories .ceses-portfolio-item {
    width: 50%;
  }

  .des-case-stories .cm-cases-wrapper {
    padding: 0 25px;
  }

}

@media (max-width: 900px) {

  .customization .half-type-column .hs-form fieldset > div {
    width: 100%;
  }

  .customization .half-type-column .hs-form .hs-form-field:not(:last-child) .hs-input {
    width: 100%;
  }
  .customization .half-type-column .hs-form fieldset input.hs-input {
    width: 100% !important;
  }

}

@media (max-width: 767px) {
  html {
    font-size: 18.0px
  }

  .sidel .dnd-section {
    padding-left: 0 !important;
  }

  .sidel .full-width-page .dnd-section>.row-fluid>.span8 {
    width: 100%;
    padding: 10px;
    margin-top: 10px !important;
  }

  .sidel .dnd-section > .row-fluid {
    padding: 0 15px;
  }


  .sidel .full-width-page .dnd-section>.row-fluid>.span4 {
    width: 100%;
    margin: 0;
    display: none;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .sidel .full-width-page .button-module {
    padding-bottom: 10px;
  }

  .sidel .cm-cases-wrapper {
    margin: 0;
  }

  .sidel .banner-content-contain {
    padding: 0 !important;
  }

  .sidel .dnd-section>.row-fluid .banner {
    padding: 0 20px !important;
  }

  .customer-centric-modular .row-fluid>.span8>div {
    margin:0 !important;
  }

  .customer-centric-modular .row-fluid>.span8>div:first-child {
    margin-top: 40px;
  }

  .customer-centric-modular .ceses-row.row-four .ceses-portfolio-item {
    width: 100%;
  }

  .customer-centric-modular .cm-cases {
    padding: 0 10px;
  }

  .customer-centric-modular {
  }

  .customer-centric-modular .banner {
    display: none;
  }

  .customer-centric-modular .dnd-section>.row-fluid>.span8,
  .customer-centric-modular .dnd-section>.row-fluid>.span4 {
    width: 100% !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .customer-centric-modular .dnd-section.sezu6>.row-fluid {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px 10px 0px 15px;
  }

  .customer-centric-modular .dnd-section.sezu6 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .customer-centric-modular .button-module {
    padding: 20px 0px 30px 0px;
  }

  .customization .cm-cases-wrapper {
    padding: 0px;
  }

  .speed .span6.half-type-column:not(:last-child)>div {
    margin: 0 10px;
  }

  .speed .banner-content-inner {
    width: 100%;
  }

  .speed .section-item3 .span6.half-type-column:last-child {
    padding: 0px 20px 0px 20px;
  }

  .market-segmentation .full-width-page .dnd-section>.row-fluid>.span8 {
    width: 100%;
  }

  .market-segmentation .full-width-page .dnd-section>.row-fluid>.span4 {
    width: auto;
    margin-top: 0;
  }

  .one-touch-configuration .banner {
    display: none;
  }

  .one-touch-configuration .section-item3 > div {
    display: flex;
    flex-direction: column-reverse;
  }

  .one-touch-configuration .section-item3 > div > div {
    width: 100%;
  }

  .one-touch-configuration .section-item3 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .one-touch-configuration .section-item4 .span7 {
    width: 100%;
  }

  .one-touch-configuration .section-item4 .span5 {
    display: none;
  }

  .one-touch-configuration .section-item4 .span7>div {
    margin: 0;
  }

  .journey .banner-content.page-center {
    min-height: 30vh !important;
  }

  .journey .banner-content .banner-content-contain {
    padding: 0px 20px 0px 20px;
  }

  .journey .section-item2 .span6:last-child {
    display: none;
  }

  .journey .section-item4 .span7 {
    width: 100%;
    padding: 0 !important;
  }

  .journey .section-item4 .span5 {
    width: auto;
  }

  .journey .section-item6 .span7, .journey .section-item6 .span5 {
    width: auto;
    padding: 20px !important;
  }

  .journey .section-item6 .span7>div {
    margin: 0;
  }

  /*    */


  .fst-serv-banner .banner {
    display: none;
  }

  .fst-tw-col-cnt .span8, .fst-tw-col-cnt .span4 {
    width: auto !important;
  }

  .fst-tw-col-cnt .span8 > .row-fluid-wrapper {
    margin: 0;
  }

  .fst-tw-col-cnt .dnd-section {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .fst-tw-col-cnt .span8 .span3 {
    width: 60% !important;
  }

  .fst-tw-col-cnt .span8 .span3 img.hs-image-widget {
    padding: 0;
    margin: 0;
  }

  /*    */


  .des-cnt-wit-bg {
    display: none;
  }

  .des-tw-col-cnt .span8, .fst-tw-col-cnt .span4 {
    width: auto !important;
  }

  .des-tw-col-cnt .span8 > .row-fluid-wrapper {
    margin: 0;
    padding: 0px 15px 0px 15px;
  }

  .des-tw-col-cnt .dnd-section {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .des-tw-col-cnt .span8 .span3 {
    width: 60% !important;
  }

  .des-tw-col-cnt .span8 .span3 img.hs-image-widget {
    padding: 0;
    margin: 0;
  }

  .des-tw-col-cnt .span8 .span5,
  .des-tw-col-cnt .span8 .span4{
    padding:0 !important;
  }

  .des-tw-col-cnt .span8 .span4{
    padding-top:10px !important;
  }

  .des-tw-col-cnt .span4{
    width:100% !important;
    padding:30px 15px 20px !important;
  }

  .des-case-stories .ceses-portfolio-item{
    width:100%;
  }


}

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}

form p {
  font-family: "Open sans", open sans;;
  color: #555555;
  font-size: 14px;
}
.footer form p {
  color: #ffffff;
}

h3.form-title {
  font-family: "Open sans", open sans;
  font-weight: 700;
  padding: 0;
  margin: 0;
  line-height: 1;
  margin-bottom: 20px;
}

.btn,
.hs-button {
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-weight: 700;
  line-height: 12px;
  text-decoration: none;
  font-size: 15px;
  font-family: "Open sans", open sans;
  margin: 10px 0;
  text-decoration: none !important;
}

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

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


.hs-form label {
  color: #33475b;
  font-size: .83rem;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 18px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: "Open sans", open sans;
  font-size: 13px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

input.hs-search-field__input,
input#hs-pwd-widget-password,
.hs-input{
  color: #33475b;
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 8px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  background-color: #ffffff;
  border: 2px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

input#hs-pwd-widget-password {
  height: auto !important;
  margin: 10px 0 !important;
}

p.header {
  background: transparent !important;
}

.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: #c87872;
}
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: #b9554d;
}

.actions {
  padding: 0;
}

form label{
  font-family:"Open sans", open sans;
  font-size: 13px;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.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: 1rem;
  color: #494a52;
}
.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;
}

/*===============*/
.hs-error-msgs label {}

ul.hs-error-msgs.inputs-list {
  padding: 0;
  list-style: none;
  margin: 10px 0;
}

.hs-error-msgs label {
  display: block;
  float: none;
  white-space: normal;
  font-weight: normal;
  color: #f2545b !important;
}

input.hs-input.error {
  border-color: #c87872;
  box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
}



@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: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;http://4035053.hs-sites.com/test-gp-stage?hs_preview=sPbWSNIw-43658783028
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}


/*==============*/




@media(min-width:1100px){


  .custom-menu-primary {
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    display: block;
    width: 100%;
    margin: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li {
    display: block;
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper ul li {
    position: relative;
    display: block;
  }

  .custom-menu-primary .hs-menu-wrapper ul ul li {
    position: relative;
    width: 100%;
    display: block;
  }

  .custom-menu-primary .hs-menu-wrapper > ul> li {
    margin-left: 10px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul  li > a {
    font-family: "Open sans",Open sans;
    font-size: 14px;
    text-transform: uppercase;
    font-style: normal;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    height: 100%;
    line-height: 69px;
    padding: 0 20px;
    margin-right: 30px;
  }

  .header__language-switcher--label-current img {
    margin-right: 4px;
    margin-top: -1px;
  }

  .custom-menu-primary .hs-menu-wrapper> ul > li > a:after {
    margin-left: 5px;
    font-size: 18px;
    content: '';
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children > a:after {
    content: ' ▾';
    margin-left: 5px;
    font-size: 18px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    display: flex;
    flex-wrap: nowrap;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    margin-left: 0;
    left: 0;
    position: absolute;
    top: 100%;
    min-width: 208px;
    z-index: 2;
    padding: 0;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    margin-top: -1px;
    transition:0.2s ease;
  }

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

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li a {
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    line-height: 23px;
    padding: 8.5px 15px;
  }


  /*====*/

  .custom-menu-primary .hs-menu-wrapper ul.lang_list_class {
    display: block;
    position: relative;
    padding: 0;
    top: 0;
    left: 0;
    transform: none;
  }

  .lang_switcher_class .globe_class {
    background: transparent;
    width: 100%;
    height: 100%;
    border: 0;
  }

  .lang_switcher_class {
    width: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper ul.lang_list_class:before,
  .custom-menu-primary .hs-menu-wrapper ul.lang_list_class:after {
    content: none;
  }

  .custom-menu-primary .hs-menu-wrapper ul.lang_list_class li {
    display: block !important;
    border: 0;
    padding: 0;
    text-align: left;
  }

  .custom-menu-primary .hs-menu-wrapper ul.lang_list_class li > a {
    line-height: 23px;
    padding: 8px 15px;
    text-transform: uppercase;
    display: block;
    font-size: 0;
    display: flex;
    align-items: center;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li > a {
    border-right: 1px solid;
    border-left: 1px solid;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li:last-child > a {
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }

  /*===============*/

  

  /*========*/

  .mob-menu-wrap ,
  .mobile-trig-wrap {
    display: none;
  }

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

}


@media(max-width:1500px) and (min-width:1100px){
  li.lang-togle div#hs_cos_wrapper_language-switcher{
    left: auto;
    right: 0;
  }
}


@media(max-width:1199px) and (min-width:1100px){
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 0 10px;
    margin-right: 15px;
  }
}

@media(max-width:1099px){
  .body-wrapper {
    POSITION: RELATIVE;
  }

  .mob-menu-overlay {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    transition: 0.3s ease;
    background: #000;
    opacity: 0;
    pointer-events: none;
    VISIBILITY: HIDDEN;
    z-index: 100;
  }

  .mobile-open .mob-menu-overlay {
    opacity: 0.3;
    VISIBILITY: visible;
    pointer-events: all;
  }

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

  .mob-menu-wrap {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    background: #124858;
    max-width: 100%;
    width: 350px;
    background: TRANSPARENT;
    /* -webkit-transform: translateX(350px); */
    transform: translateX(350px);
    transition: all 0.5s cubic-bezier(0.75, 0, 0.25, 1);
    z-index: 800;
    overflow: hidden;
    overflow-y: auto
  }

  .mobile-open .mob-menu-wrap {
    transform: translateX(0);
  }

  .custom-menu-primary.mob-menu {
    height: 100%;
    width: 100%;
    display: table;
    vertical-align: middle;
    opacity: 0;
    visibility: hidden;
    background: #124858;
    transition: 0.3s ease;
    transition-duration: 0.5s;
  }

  .mobile-open .custom-menu-primary.mob-menu {
    opacity: 1;
    visibility: visible;
  }

  .mobile-trig-wrap {
    height: 69px;
    line-height: 69px;
  }

  .mobile-trigger {
    padding: 0 0 0 0;
    display: inline-block;
    cursor: pointer;
    font: inherit;
    padding: 0 10px;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    margin-right: 30px;
    padding-top: 1px;
    padding-right: 0;
    position: relative;
    z-index: 860;
  }

  span.av-hamburger-box {
    width: 35px;
    height: 24px;
    display: inline-block;
    position: relative;
    height: 8px;
    border-color: #ebebeb;
  }

  .av-hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
  }

  .av-hamburger-inner::before, .av-hamburger-inner::after {
    content: "";
    display: block;
  }

  .av-hamburger-inner, .av-hamburger-inner::before, .av-hamburger-inner::after {
    width: 40px;
    height: 3px;
    background-color: #000;
    border-radius: 3px;
    position: absolute;
    transition: transform 0.15s ease;
    width: 100%;
    background-color: #ffffff;
  }

  .av-hamburger-inner{
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  .mobile-trigger:after {
    content: '';
    margin-left: 5px;
  }

  .av-hamburger-inner::before {
    top: -10px;
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in, background-color 0.15s ease;
  }

  .av-hamburger-inner::after {
    bottom: -10px;
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) , background-color 0.15s ease;
  }

  .mobile-open .av-hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.15s ease;
  }

  .mobile-open .av-hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out, background-color 0.15s ease;
  }

  .mobile-open .av-hamburger-inner {
    transform: rotate(225deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  /*=============*/
  .header__language-switcher--label-current:after {
    border: 0 !important;
  }

  .child-trigger {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 49px;
    cursor: pointer;
  }

  .custom-menu-primary.mob-menu .hs-menu-wrapper ul.hs-menu-children-wrapper {
    display: none;
  }

  .custom-menu-primary.mob-menu > span {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
  }

  .custom-menu-primary .hs-menu-wrapper ul {
    display: block;
    width: 100%;
    margin: 0;
  }

  .custom-menu-primary .hs-menu-wrapper ul a {
    font-family: "Open sans",Open sans;
    font-size: 14px;
    text-transform: uppercase;
    font-style: normal;
    line-height: 20px;
    padding: 0 20px;
    line-height: 1.3em;
    height: auto;
    padding: 15px 50px;
    display: block;
    text-align: left;
    position: relative;
    text-decoration: none;
  }

  .custom-menu-primary .hs-menu-wrapper ul > li > a {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: #ebebeb;
    color: #fff;
  }

  .custom-menu-primary .hs-menu-wrapper ul li {
    position: relative;
    margin-left: 0;
  }

  div#hs_cos_wrapper_language-switcher {
    DISPLAY: NONE;
    order: 2;
  }

  .header__language-switcher--label-current {
    line-height: 1.3em;
    height: auto;
    padding: 15px 50px;
    display: block;
    text-align: left;
    text-decoration: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: #ebebeb;
    font-size: 0;
    color: #fff;
    position: relative;
  }

  .header__language-switcher--label-current:after {
    border: NONE;
  }

  .header__language-switcher--label-current img {
    margin-bottom: 5px;
    margin-top: 1px;
  }


  span.av-submenu-indicator {
    display: inline-block;
    padding: 0 10px;
    font-size: 11px;
    opacity: 0.5;
    vertical-align: top;
    float: right;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -9px;
    height: 20px;
    line-height: 20px;
  }

  span.av-submenu-indicator:before {
    content: "\E87d";
    font-family: 'entypo-fontello';
  }

  .custom-menu-primary .hs-menu-wrapper ul ul li > a {
    padding-left: 70px;
    color: #124858;
    background: #fff;
  }

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

  .custom-menu-primary .hs-menu-wrapper ul ul li > a:before {
    content: '';
    height: 1px;
    display: block;
    position: absolute;
    margin-top: 0;
    opacity: 0.3;
    border: none!important;
    width: 7px;
    left: 50px;
    top: 50%;
    background-color: #ffffff;
  }

  li.lang-togle.child-open  span.av-submenu-indicator,
  .custom-menu-primary .hs-menu-wrapper ul li.child-open > a > span.av-submenu-indicator {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  span.lang-toggler {
    position: absolute;
    top: 0;
    left: 0;
    height: 49px;
    CURSOR: POINTER;
    width: 100%;
  }

  .header__language-switcher--label {
    DISPLAY: FLEX;
    flex-direction: column;
    OVERFLOW: HIDDEN;
  }

  .header__language-switcher--label {
    font-family: "Open sans",Open sans;
  }

  .header__language-switcher--label:hover div#hs_cos_wrapper_language-switcher {
    opacity: 1;
    visibility: visible;
  }

  .header__language-switcher--label-current:after {
    content: '';
    border: 0;
  }

  .header__language-switcher--label-current:after {
    border: none;
  }

  div#hs_cos_wrapper_language-switcher > * {
    display: block;
    width: 100%;
    overflow: hidden;
  }

  .lang_switcher_class {
    width: 100%;
  }

  .lang_switcher_class .globe_class {
    background: 0;
    width: 100%;
    height: auto;
  }

  .custom-menu-primary .hs-menu-wrapper ul.lang_list_class {
    position: static;
    transform: none;
    border: 0;
    padding: 0;
    margin: 0;
  }

  .custom-menu-primary  .lang_list_class:after,   .custom-menu-primary  .lang_list_class:before,
  .custom-menu-primary  .lang_list_class:before,   .custom-menu-primary .lang_list_class:after {
    content: none;
  }

  .custom-menu-primary .hs-menu-wrapper ul .lang_list_class li {
    position: relative;
    padding: 0;
    border: 0;
  }

  .custom-menu-primary .hs-menu-wrapper ul .lang_list_class li a {
    font-size: 0;
    height: auto;
    padding-left: 50px;
  }

  .custom-menu-primary .hs-menu-wrapper ul .lang_list_class li a img {
    margin-bottom: 5px;
    margin-top: 1px;
  }

  

}

@media(max-width:1099px) and (max-height:500px){
  .custom-menu-primary.mob-menu {
    padding: 50px 0;
  }

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


  header.header {
    position: relative;
  }


  .mobile-trigger {
    margin: 0;
    padding-top: 2px;
  }

  .mobile-trig-wrap {
    height: 80px;
    line-height: 80px;
  }

}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */



/* Privacy-page style */


.cm-privacy-banner h1 {
  line-height: 1;
  margin-top: 70px;
  margin-bottom: 20px;
}

.cm-privacy-banner p {
  padding: 0.85em 0;
  margin: 0 0 20px;
}

.privacy-full-width-content p {
  font-size: 14px;
  line-height: 25.6px;
  font-weight: 300;
  margin: 0.85em 0;
}

.privacy-full-width-content h2{
  font-weight:700; 
  line-height: 1.1em;
}


/* Team page style */

.team-inner-content .span8 {
  margin: 20px 0px 0px 0px;
  padding: 10px !important;
}

.team-inner-content .span4 {
  padding: 30px 20px 20px 20px !important;
}

.team-inner-content .span4 hr{
  margin: -15px 0 35px 0;
  background-color: #000;
}

.team-inner-content .span8 hr {
  margin: -8px 0 35px 0;
  background-color: #000;
}

.team-inner-content .span4 .post-item-wrapper .post-item {
  width: 100%;
  padding:12px 0;
}

.team-inner-content .span4 .post-item-wrapper .post-item:first-child {
  padding-top: 0;
}

.team-inner-content .span8 h3 {
  margin-bottom: 20px;
}

.team-inner-content .span8 p {
  line-height: 1.6em;
}
.team-inner-content .span8 p a{
  word-break: break-word;
}
/* .team-inner-content .span8 .button-module-item a:hover {
background-color: #ff7614;
} */

.team-inner-content .span8 .button-module {
  margin: 0 0 20px;
}

.cm-contact-info-wrapper {
  margin-top: 70px;
}

.cm-contact-info-wrapper .elementor-author-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin: 0 0 30px;
}


.cm-contact-info-wrapper .cm-contact-image {
  width: 16%;
  padding: 0px 20px 0px 0px;
}

.cm-contact-info-wrapper .elementor-author-box__text {
  width: 32%;
  padding: 10px;
}

.cm-contact-info-wrapper .contact-info {
  width: 56.842%;
  padding: 10px;
}

.cm-contact-info-wrapper .cm-contact-image img {
  border-radius: 100px;
}

.cm-contact-info-wrapper .elementor-author-box__text h3 {
  font-weight: 700;
  margin: 0 !important;
}

.cm-contact-info-wrapper .elementor-author-box__bio p {
  color: #555555;
  text-transform: uppercase;
  font-family: "Open sans", Open sans;
  margin: 4px 0 0;
  line-height: 1;
  font-size: 10px;
  font-weight: bold;
}

.cm-contact-bottom-content h6 {
  color: #bfbfbf;
  line-height: 1.6em;
  font-size: 10px;
}

.team-inner-content .span8 .widget-type-rich_text {
  margin-right: 20px;
}

.team-inner-content .span4 h5,.team-inner-content .span4 h4 {
  margin: 0 0 20px;
  line-height: 1;
}

.team-inner-content .span4 h3 a {
  color: inherit;
  text-decoration: none !important;
}

.team-inner-content .span4 h3 {
  font-weight: bold;
  line-height: 1.6em;
  margin: 0;
}

.team-inner-content .span4 h3 + span {
  line-height: 1.3em;
  font-size: 12px;
  margin-bottom: 13px;
  color: #adadad;
  font-family: "Open sans", Open sans;
  font-weight: 700;
}

.team-inner-content .span4 p {
  line-height: 1.5;
}

.team-inner-content .span4 img {
  margin: 0 0 34px;
}

.team-inner-content .span4 h4 strong{
  color: #124858; 
}

.team-inner-content .span4 .hs-responsive-embed {
  margin-bottom: 20px !important;
  max-width: 100% !important;
  max-height: 100% !important;
  min-width: 100% !important;
}

.web-page .banner {
  padding: 0;
}

.web-page .elementor-background-overlay {
  background-color: #555555;
  opacity: 0.2;
}

.web-page .banner-content-contain h6 {
  margin-bottom: 22px;
}

.web-page .banner-content-contain h6:last-child {
  margin: 0;
}

.web-page .banner-content-contain h1 {
  margin-bottom: 20px !important;
  line-height: 1;
}

.after-work-page .cm-two-col-equal-content-wrapper {
  padding: 0px 0 20px;
}

.after-work-page .cm-two-col-equal-right-content {
  margin: 0px 0px 0px -60px;
}

.after-work-page .cm-two-col-equal_btn a.hs-button {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  padding: 10px 30px 10px 30px;
  font-family: "Open sans", Open sans;
}

.after-work-page .cm-two-col-equal_txt h2 {
  padding: 0 0 15px;
}
/* Event Page styling */

.event-banner .banner-content-contain {
  padding: 20px 20px 20px 40px;
}

.event-banner .banner-content-contain p {
  padding-right: 260px;
  margin: .85em 0 0;
}

.event-banner .banner-content-contain h1 {
  line-height: 1.1;
  margin-bottom: 25px;
}

.event-banner .banner-content-contain h6 {
  margin-top: 20px;
  line-height: 1;
  margin-bottom: 20px;
}

.event-banner .banner-content-contain p:last-of-type {
  padding-bottom: 40px;
}

.event-banner .banner-content-contain a {
  background-color: #124858 !important;
  border: none;
  font-family: "Open sans", Open sans;
  font-weight: 500;
  margin: 0 0 30px;
  font-size: 15px;
  padding: 12px 24px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.event-banner .banner {
  padding: 0;
}

.event-banner .hm-global-section .banner-content-contain h6 {
  margin-top: 0;
  margin-bottom: 20px;
}

.event-banner .hm-global-section .banner-content-contain h1 {
  margin-bottom: 15px;
}

.event-banner .hm-events-section .banner-content-contain h1 {
  margin-bottom: 32px;
}

.event-banner .hm-events-section .banner-content-contain p:last-of-type {
  padding-bottom: 50px;
}

.hm-events-section .banner {
  padding: 0;
  background-position: top center;
}

/* whirlpool page style */

.whirlp-banner .banner-content-contain h1 {
  line-height: 1;
  margin: 0px 0 20px 0px;
}

.whirlp-banner .banner {
  padding: 0;
}

.whirlp-banner .banner-content-contain p {
  margin: 0;
}

.whirlp-banner .banner-content-contain p:last-of-type {
  padding: 0;
  line-height: 1;
}

.whirlp-banner .banner-content-contain h6 {
  margin: 0 0 20px;
}

.whirlp-banner .banner-content-contain {
  padding: 0% 30% 0% 1%;
}

.whirlp-banner .elementor-background-overlay {
  opacity: .2;
}

.whirlp-intro-section h6 {
  padding-top: 20px;
  margin-bottom: 20px;
}

.whirlp-intro-section h3 {
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 20px;
}

.whirlp-intro-section .button-module-item a {
  padding: 12px 24px;
  font-size: 15px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.whirlp-case-section .cm-cases-wrapper {
  padding: 0;
}

.whirlp-acc-section .cm-acc-wrapper {
  margin: 0px 60px 0px 20px;
}

.whirlp-case-section .cm-cases h2 {
  line-height: 1;
  margin: 20px 0;
}

.ceses-row.row-three {
  overflow: hidden;
  margin: 0 0 20px;
}

.row-three .ceses-portfolio-item {
  float: left;
}

a.cases-post__thumbnail__link {
  padding-bottom: calc( 0.66 * 100% );
}

.elementor-portfolio-item__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.elementor-portfolio-item__img img {
  width: 100%;
  height: 100%;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

.cm-career-section h2 {
  line-height: 1;
  margin: 0 0 50px;
}

.cm-career-section {
  padding-bottom: 10px;
}

.cm-career-section img {
  margin: 0 0 60px;
}

.cm-career-section a.button-module-link {
  padding: 12px 24px;
  font-size: 15px;
  border-radius: 3px;
}







.career-banner .banner {
  padding: 0;
}

.career-banner .banner-content-contain h1 {
  margin: 0;
  line-height: 1;
}

.career-banner .banner-content-contain h6 {
  margin: 0 0 10px;
  line-height: 1;
}

.career-position-section .dnd-section {
  padding: 40px 20px 40px 20px !important;
}

.career-position-section .dnd-section .span6:first-child {
  padding: 10px !important;
}

.career-position-section .hs_cos_wrapper_type_linked_image {
  margin: -150px -200px 0px 0px;
  display: block;
  position: relative;
}

.career-position-section h2 {
  line-height: 1;
  margin: 0 0 30px;
}

.career-position-section .button-module {
  margin: 20px 0 0;
}

.career-position-section .button-module a {
  padding: 12px 24px;
  border-radius: 3px;
  font-size: 15px;
}

.career-acc-section .half-type-row-fluid {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 40px 40px 40px 6px !important;
}

.career-acc-section .half-type-row-fluid .span6:first-child {
  padding: 0px 100px 0px 0px !important;
}

.career-acc-section h5 {
  margin: 0 0 32px;
}

.career-acc-section .career-acc-section p {
  line-height: 1.6;
}

.career-acc-section .elementor-social-icons-wrapper {
  margin: 28px 0 0;
}

.career-acc-section .acc-tab-title-inner {
  position: relative;
  border-color: #e5e5e5;
}

.career-acc-section .active h3.acc-toggle-title {
  color: #ff7614;
}

.career-acc-section span.acc-toggle-icon {
  position: absolute;
  right: 3px;
  color: #000000;
}

.career-acc-section .cm-acc-wrapper {
  margin: 40px 0px 40px 0px;
  padding: 0px 5px 0px 0px;
}

.career-acc-section .acc-toggle-item {
  margin: 0 0 15px;
}

.career-video-section .dnd-section {
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 40px 10px 70px 10px !important;
}

.career-video-section h3{
  padding: 10px 0px 10px 0px;
  font-weight: 700;
}

.career-video-section .hs-responsive-embed {
  min-width: 100% !important;
  margin-bottom: 0 !important;
}

.career-video-section .span6:first-child {
  padding: 0px 25px 0px 0px !important;
}

.career-video-section .span6:last-child {
  padding: 0px 0px 0px 25px !important;
}

.board-member-content .dnd-section>div>div>div:first-child {
  padding: 10px !important;
}

.board-member-content hr {
  background-color: #000;
  margin: 15px 0;
}

.board-member-content h2 {
  text-align: center;
  margin: 70px 0;
  letter-spacing: 1px;
}

.board-member-content .span3 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.board-member-content .span3 img {
  margin-bottom: 25px;
}

.board-member-content .span3 h3 {
  font-weight: 700;
  margin: 0;
}

.board-member-content {
  margin: 0 0 70px;
}

.mfd .srg-intro-section .button-module-link {
  font-size: 15px;
  line-height: 1;
  border-radius: 3px;
  padding: 12px 24px;
  font-weight: 500;
}

.reg-bnnr .banner-content-contain h1 {
  color: #fff;
  line-height: 1.2em;
  margin: 20px 300px 60px 0;
}

.cm_reg-main-sec .dnd-section > div {
  padding: 10px !important;
}

.cm_reg-main-sec .span6 {
  padding: 10px !important;
}

.cm_reg-main-sec .span6 p {
  line-height: 1.6;
}

.cm_reg-main-sec .hs-form label {
  font-weight: bold;
  line-height: 23px;
  margin: 0;
  font-family: Open sans, Open sans;
}

.cm_reg-main-sec .hs-input {
  border: 1px solid #e1e1e1;
  padding: 8px 6px;
  outline: none;
  font: 12px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #777;
  margin: 0;
  width: 100%;
  display: block;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 0px;
  line-height: 22px;
}

.cm_reg-main-sec .hs-input:focus {
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2) !important;
  color: #555;
  border: 1px solid #e1e1e1;
}

.cm_reg-main-sec input.hs-button.primary.large {
  margin: 0 0 20px;
  background-color: #ff1a90;
  border: 0;
  line-height: 18px;
  width: 100%;
  padding-top: 11px;
  padding-bottom: 11px;
  font-weight: 500;
}

.cm_reg-main-sec .hs-form-required {
  display: none;
}

.jap-hm-page .hm-Case-section .banner-content-contain {
  padding: 35px 20px 20px 20px;
}

.hm-technology-section .span6:first-child {
  padding: 10px;
}

.jap-hm-page .hm-Case-section .banner-content-contain {
  padding: 35px 20px 20px 20px;
}

.jap-hm-page .hm-technology-section .span6:first-child {
  padding: 10px;
}

.jap-hm-page .cm-two-col-img {
  margin: 0px 0px 0px -112px;
}

.jap-hm-page .cm-two-col-equal-content-wrapper {
  padding: 0;
}

.jap-hm-page .hm-People-section .button-module {
  margin-top: 30px;
}

.contact .cm_tw-intro-sec .dnd-section>div {
  padding: 20px 60px 20px 20px;
}
.contact .cm_tw-intro-sec .span5{
  width:40% !important;
}
.contact .cm_tw-intro-sec .span7{
  width:60% !important;
}
.contact .cm_tw-intro-sec .span5,
.contact .cm_tw-intro-sec .span7 {
  padding:10px;
}
.contact .cm_tw-intro-sec .span5.dnd-column>*{
  margin:0; 
}
.reg-page .tw-col-bnnr .banner.height-vh {
  padding-left: 0;
}

.reg-page .tw-col-bnnr .banner.height-vh h1 {
  margin-bottom: 20px;
}

.reg-page .hs-responsive-embed {
  min-width: 100% !important;
  max-height: 100% !important;
}

.reg-page .cm_tw-col-sec .dnd-section.sezu14,
.reg-page .cm_tw-intro-sec .dnd-section.sezu6 {
  padding-left: 0;
}

.reg-page iframe{
  max-width: 100% !important ;
  max-height: 100% !important ;
  min-width: 100% !important; 
} 

.reg-page .cm_tw-intro-sec h6 {
  padding-top: 20px;
  line-height: 1;
}

.reg-page .cm_tw-col-sec h3 {
  line-height: 1.6;
}

.reg-page .cm_tw-intro-sec h3 {
  line-height: 1.6;
}

.reg-page .cm_tw-intro-sec .span8 .button-module-item {
  margin: 0;
}

.reg-page .cm-acc-wrapper {
  padding: 10px;
}

.reg-page .cm-acc-wrapper h2 {
  font-weight: 700;
  font-size: 24px;
  font-variant-ligatures: none;
  white-space: normal;
  background-color: rgb(255, 255, 255);
  display: inline-block;
}

.cm-acc-wrapper td {
  font-size: 13px;
  padding: 9px 12px;
  border-style: solid;
  border-width: 1px;
  border-left: none;
  border-top: none;
  background: transparent;
}

.cm-acc-wrapper table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 13px;
}

.cm-acc-wrapper tr:first-child th, .cm-acc-wrapper tr:first-child td {
  border-top-style: solid;
  border-top-width: 1px;
}

.msap™ .cm_tw-col-sec .span7{
  width:60% !important;
}
.msap™ .cm_tw-col-sec .span5{
  width: 40% !important;
}

.msap™ .cm_tw-col-sec h2{
  line-height:1;
}

.msap™ .cm_tw-col-sec .span7.dnd-column>*,
.msap™ .cm_tw-col-sec .span5.dnd-column>*{
  margin-right:0 !important;
} 

body p,body li{
  line-height:1.6; 
}

.mfd® .cm_tw-col-sec .dnd-section > div {
  padding: 20px;
}

.mfd® .cm_tw-col-sec .dnd-section .span5 sup {
  top:0;
}

.trail-page .cm_tw-col-sec .span8.dnd-column {
  width: 60%;
}

.trail-page .cm_tw-col-sec .span4.dnd-column {
  width: 30%;
}

.trail-page .cm-cases {
  padding: 10px 20px 10px 40px;
}

.trail-page .cm-cases h2 {
  color: #555555;
  font-family: "Open sans", Open sans;
  font-weight: 700;
  margin: 20px 0;
  line-height: 1;
  font-size: 20px;
}

.trail-page .cm_tw-intro-sec .span8 p {
  text-align: initial;
}

.trail-page .cm-cases-wrapper {
  padding: 40px 20px 30px 20px;
}

.mts-banner .banner-content-contain p:last-of-type {
  padding: 0;
  margin: 0;
  line-height: 1;
}

.mts-banner.tw-col-bnnr .banner.height-vh{
  padding-left:0;
}

.mts-page .cm_tw-intro-sec .dnd-section, .mts-page .cm_tw-col-sec .dnd-section {
  padding: 80px 0;
}

.mts-page .cm_tw-col-sec .span8.dnd-column {
  width: 70.807%;
  padding: 10px 70px 10px 30px !important;
}

.mts-page .cm_tw-col-sec .span4.dnd-column {
  width: 29.193%;
  padding: 10px !important;
}

.mts-page .cm_tw-col-sec .span4>.dnd-row {
  margin: 0;
}

.mts-page .cm-cases-wrapper {
  padding: 10px 0;
}

.cont-banner.tw-col-bnnr .banner-content-contain p:last-of-type {
  padding: 0;
  margin: 0;
  line-height:1;
}

.cont-page .cm_tw-intro-sec .dnd-section, 
.cont-page .cm_tw-col-sec .dnd-section {
  padding-left: 30px;
  padding-right: 0;
}

.cont-page .cm_tw-intro-sec .span8.dnd-column {
  width: 60%;
  padding: 10px;
}

.cont-page .cm_tw-intro-sec .span4.dnd-column {
  width: 30%;
  padding: 10px;
}

.cont-page .cm_tw-intro-sec .span4.dnd-column>div {
  margin-left: 15px;
}

.cont-banner .elementor-background-overlay {
  opacity: .2;
}

.cont-banner.tw-col-bnnr .height-vh .banner-content-contain h1 {
  margin: 0 0 20px;
}


/*======= german home page ======= */


.german-banner .banner-content-contain h1 {
  margin: 0 0 20px;
}

.german-banner .banner {
  margin-top: -12px;
}

.german-banner .banner-content.page-center,
.de-home .banner-content.page-center{
  min-height: 45vh;
}

.german-banner .banner-content-contain p {
  margin: 0.85em 0 0;
  padding: 0 !important;
}

.german-banner .banner-content-contain a {
  margin-top: 32px;
}

.de-home .cm-two-col-equal_txt h2 {
  margin-bottom: 32px;
}

.de-home .hm-technology-section .banner .banner-content-contain h6 {
  margin:1px 0 9px;
}

.de-home .hm-technology-section .banner-content-contain h1 {
  margin-bottom: 31px;
  word-break: break-word;
}

.de-home .banner-content-contain p:last-of-type {
  padding: 0;
}

.de-home .banner-content-contain a {
  margin-top: 21px;
}

.de-home .member-slider {
  margin-top: 40px;
}

.de-home .hm-case-section .banner {
  margin-top: -10px;
  padding-top: 52px;
}

.de-home .hm-case-section .banner-content-contain h1 {
  margin-right: 200px;
  margin-bottom: 32px;
}

.de-home .hm-News-section {
  text-align: center;
  padding: 0 15px;
}

.de-home .hm-News-section h6 {
  margin-bottom: 30px;
}

.de-home .hm-News-section h2 {
  margin-bottom: 32px;
}

.de-home .hm-News-section .hs_cos_wrapper_type_rich_text {
  display: block;
  margin: 0px 0 42px;
}

.de-home .hm-News-section .hs-oembed__starter {
  width: 80%;
  margin-bottom: 10%;
  padding-bottom: 45%;
}

.de-home .hm-case-section .banner-content-contain a {
  margin-top: 19px;
}

.de-home .hm-main-section .cm-two-col-equal_btn a.hs-button{
  font-family: "Open sans", Open sans;
}

.hm-technology-section .banner .banner-content-contain p,
.hm-case-section .banner .banner-content-contain p,
.german-banner .banner .banner-content-contain p{
  padding-right: 100px;
}

/*===== leadership page =====*/

.leadership-page .dnd-section>.row-fluid {
  padding: 20px 20px 20px 40px;
}

.leadership-page .lead-main h2 {
  line-height: 1.2em;
  margin: 0;
}

.leadership-page .lead-main h6 {
  line-height: 1;
}

.leadership-page h3 {
  line-height: 1;
  color: #555555;
  font-family: "Open sans", Open sans;
  font-weight: 700;
  margin-bottom: 20px;
}

.leadership-page .cm-image-with-hover-icon-wrapper {
  margin-bottom: 27px;
}

.leadership-page .widget-type-linked_image {
  padding: 0 10px 10px;
}

.leadership-page h3.form-title {
  color: #555555;
  font-family: "Open sans";
  font-weight: 700;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 40px !important;
  margin-bottom: 20px;
}

.leadership-page hr{
  height:auto !important;
}

.leadership-page form fieldset {
  max-width: 100%;
}

.leadership-page form fieldset .hs-form-field > label {
  margin-bottom: 6px;
}

.leadership-page form fieldset .hs-richtext p {
  line-height: 24px;
  font-family: arial, helvetica, sans-serif;
  color: #33475b;
  font-size: 14px;
}

.leadership-page form  ul.inputs-list {
  padding-top: 7px;
  padding-bottom: 0.1px;
}

.leadership-page form ul.inputs-list li {
  color: #33475b;
  margin: 0;
  padding-left: 5px;
}

.leadership-page form ul.inputs-list li > label {
  color: #33475b;
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
}

.leadership-page form .hs-recaptcha {
  margin-top: 11px;
  padding-left: 8px;
}

.leadership-page form .hs-submit input.hs-button {
  color: #ffffff;
  font-size: 12px;
  font-family: arial, helvetica, sans-serif;
  margin: 0;
}

.leadership-page form .hs-submit .actions {
  padding: 19px 0px;
}


/*==== mfd page ===========*/

.mfd-banner .banner {
  padding: 0;
  margin-top: -2px;
}

.mfd-banner .banner-content-contain {
  padding-left: 0;
}

.mfd-banner .banner-content-contain h1 {
  line-height: 1;
}

.mfd-banner .banner-content-contain h6 {
  margin: 0 0 10px;
  line-height: 1;
}

.mfd-banner .banner-content-contain h6:last-child {
  margin: 0;
}

.mfd-page .button-module-link{
  background-color: #124858;
  font-weight: 500;
  font-family: Open sans;
}

.mfd-page .srg-main-section h6 {
  margin-bottom: 20px;
}

.mfd-page .srg-Technology-section .span6:last-child>* {
  padding-top: 7px;
  padding-right: 15px;
}

.mfd-page .srg-Technology-section h6 {
  margin-bottom: 20px;
}

.mfd-page .srg-Technology-section h2 {
  margin-bottom: 30px;
}

.mfd-page .srg-Technology-section .button-module-link {
  background-color: #5bc0de !important;
  font-weight: 400;
  line-height: 1.2em;
}

.mfd-page .srg-intro-section .button-module-link{
  background-color: #124858;
  font-weight: 500;
}


/*======= robotics-page ===========*/

.robo-banner .banner-content-contain {
  padding-top: 0;
  padding-bottom: 0;
}

.robo-banner .banner-content-contain h3 {
  padding: 0;
  line-height: 1;
}

.robo-banner .banner-content-contain h1 {
  line-height: 1;
}

.robo-banner .banner {
  padding: 0 0 0 30px;
  margin: -2px 0 0;
}

.robo-banner .banner-content.page-center{
  padding:10px 0;
}

.robo-banner .banner-content-contain h6 {
  margin: 0 0 20px;
}

.robo-banner .banner-content-contain {
  padding: 0% 30% 0% 1%;
}

.robotic-page .intro-sec {
  padding:80px 0 3px;
  padding-left: 30px;
}

.robotic-page .intro-sec h3 {
  color: #555555;
  font-family: "Open sans", Open sans;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 32px;
}

.robotic-page .intro-sec .span8 {
  width: 60%;
}

.robotic-page .intro-sec .span4 {
  width: 30%;
  padding: 19px 0 0;
}

.container-fluid.intro-sec-lt {
  padding-right: 60px;
}

.robotic-page .intro-sec .dnd-section {
  padding: 0;
}

.robotic-page .container-fluid.exe-sec {
  margin: 0px 0px 0px 15px;
}

.robotic-page .container-fluid.exe-sec h6 {
  margin-bottom: 20px;
}

.robotic-page .container-fluid.exe-sec blockquote {
  margin: 32px 0 39px;
  border-left-width: 7px;
  padding-left: 20px;
}

.robotic-page .container-fluid.exe-sec blockquote h6 {
  color: #124858;
  font-size: 12px;
  font-weight: bold;
  line-height: 21px;
}

.goals-sec .dnd-section {
  padding: 0;
}

.robotic-page hr {
  height: auto;
  margin-top: 35px !important;
}

.goals-sec {
  padding: 0px 0px 0px 30px;
}

.goals-sec h2 {
  margin-bottom: 20px;
  line-height: 1;
}

.goals-sec h3 {
  line-height: 1.6;
  font-weight: bold;
}

.goals-sec .span8 {
  width: 60%;
}

.goals-sec .span4 {
  width: 30%;
}

.container-fluid.sol-sec {
  background-color: #F5F5F5;
  margin: 0px 0px 0px 15px;
  padding: 10px;
  height: 100%;
}

.sol-sec h6 {
  padding: 20px 0 0;
  margin-bottom: 20px;
}

.sol-sec .dnd-section>.row-fluid .dnd-column {
  padding: 0;
}

.sol-sec .hs_cos_wrapper_type_linked_image img {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #555555;
  margin-bottom: 25px;
}

.goals-sec .page-center {
  display: flex;
  flex-wrap: wrap;
}

.goals-sec h4{
  margin:0;
}

.form-sec-robo .hs_cos_wrapper_type_form {
  display: block;
  margin: 20px 0 0;
}

.form-sec-robo .hs_cos_wrapper_type_form h3.form-title {
  line-height: 1;
}

.form-sec-robo .hs-form label {
  line-height: 20px;
}

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

.form-sec-robo .hs-richtext p {
  line-height: 24px;
}

.form-sec-robo li.hs-form-booleancheckbox label {
  font-size: 14px;
}

.form-sec-robo li.hs-form-booleancheckbox {
  margin: 0;
}

.form-sec-robo .actions {
  text-align: right;
  padding: 0 0 17px;
}

.form-sec-robo .hs-button.primary {
  color: #ffffff;
  font-size: 12px;
}

.form-sec-robo .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  margin-top: 12px;
  margin-bottom: 27px;
}

.robotic-page .cm-cases h2 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 20px;
}

.robotic-page .container-fluid.cm_tw-bot-sec {
  padding: 25px 0 0;
}

.robotic-page .cm-cases-wrapper {
  padding-right: 0;
  padding-bottom: 25px;
}

.robotic-page .button-module {
  padding-bottom: 45px;
}

.lm-page .elementor-icon.elementor-social-icon.elementor-social-icon-linkedin {
  background-color: #0077b5;
}

.lm-page .elementor-icon.elementor-social-icon.elementor-social-icon-linkedin:hover {
  opacity: .9;
  color: #fff;
}

.slick-slide:focus {
  outline: none !important;
}
/*== media queries ==========*/

@media (max-width:1560px){
  .career-position-section .hs_cos_wrapper_type_linked_image {
    margin: 0;
  } 

  .mfd-page .srg-Technology-section .widget-type-linked_image{
    padding-right: 15px;
    margin: 0px 0px 0px -16%;
  }
}

@media (min-width:1025px){
  .event-banner .banner-content-contain p {
    width: 60vw;
    max-width: 60vw;
  } 
}

@media (max-width:1199px){
  .board-member-content .dnd-section>.row-fluid,
  .team-inner-content .dnd-section>.row-fluid {
    padding-left: 40px !important;
    padding-right: 40px !important;
  } 

  .mfd-banner .banner-content-contain {
    padding-left: 15px;
  }

}
@media (max-width:1024px){
  .event-banner .banner-content-contain h1 {
    margin-bottom: 0;
  } 
  .whirlp-intro-section .row-fluid .span6:first-child {
    margin-top: 40px;
  }
  .event-banner .banner-content-contain p {
    padding-right: 60px;
  }
  .careers .banner-content.page-center {
    min-height: 30vh!important;
  }

  .career-position-section .dnd-section {
    padding: 40px 20px 40px 20px !important;
  }

  .career-acc-section .half-type-row-fluid .span6:first-child {
    padding: 0px 0px 30px 15px !important;
  }

  .career-acc-section .half-type-row-fluid .span6 {
    width: 100% !important;
  }

  .career-acc-section .half-type-row-fluid {
    display: block !important;
  }
  .de-home .hm-case-section .banner-content-contain h1 {
    margin-right: 0;
  }

  .de-home .hm-News-section .dnd-section {
    padding-top: 50px !important;
    padding-bottom: 70px !important;
  }
}

@media (max-width:991px){
  .container-fluid.intro-sec-lt {
    margin-top: 40px;
    padding-right: 30px;
  }

  .container-fluid.goal-sec.form-sec-robo {
    margin-top: 40px;
  }
}

@media (max-width:900px){
  .leadership-page form fieldset .field {
    width: 100% !important;
  }

  .leadership-page form fieldset .field .input {
    margin-right: 0;
  }
}

@media (max-width:767px){
  .career-video-section .span6:last-child {
    padding: 50px 0 30px !important;
  }

  .career-video-section h3 {
    padding-bottom: 0;
  }

  .career-acc-section .cm-acc-wrapper {
    padding: 0;
    margin: 0 -15px;
  }

  .career-video-section .span6:first-child {
    padding: 0 !important;
  }

  .after-work-page .cm-two-col-equal-right-content{
    margin-left:0;
  }
  .whirlp-banner .banner-content-contain {
    padding-right: 0;
  }
  .team-inner-content {
    margin: 0 !important;
  }
  .cont-page .cm_tw-intro-sec .span8.dnd-column {
    width: 100%;
  }

  .cont-page .cm_tw-intro-sec .span4.dnd-column {
    width: 100%;
  }

  .cont-page .cm_tw-intro-sec .span4.dnd-column>div {
    margin: 0;
  }
  .cm_tw-intro-sec .dnd-section {
    padding: 10px 15px ;
  }
  .mts-page .cm_tw-col-sec .span8.dnd-column,
  .mts-page .cm_tw-col-sec .span4.dnd-column {
    width: 100%;
    padding: 20px !important;
  }
  .trail-page .cm_tw-intro-sec .dnd-section {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px 15px 0px 15px !important;
  }
  .trail-page .cm_tw-col-sec .span8.dnd-column,
  .trail-page .cm_tw-col-sec .span4.dnd-column {
    width: 100%;
  }
  .mfd® .cm_tw-col-sec .dnd-row>.row-fluid,
  .msap™ .cm_tw-col-sec .dnd-row>.row-fluid{
    display:block !important;
  } 
  .msap™ .cm_tw-col-sec .span7, 
  .msap™ .cm_tw-col-sec .span5{
    width: 100% !important;
  }
  .container-fluid.whirlp-intro-section {
    padding: 0 15px;
  }
  .contact .cm_tw-intro-sec .span5{
    width:100% !important;
  }
  .contact .cm_tw-intro-sec .span7{
    width:100% !important;
  }
  .cm-con-info-title-wrapper {
    padding: 20px;
  }
  .contact .cm_tw-intro-sec .dnd-section>div {
    padding: 20px;
  }
  .cm-con-info-inner-wrapper .elementor-author-box {
    width: 100%;
  }
  .con-info {
    width: 100%;
  }
  .whirlp-intro-section .row-fluid .span6:first-child {
    margin-top: 10px;
  }
  .cm-career-section {
    padding: 0 10px 10px;
  }
  .whirlp-acc-section .cm-acc-wrapper {
    margin: 0;
  }
  .whirlp-case-section .cm-cases-wrapper {
    margin: 0px 10px 0px 10px;
  }
  .team-inner-content .span8 {
    padding: 0 20px 20px 20px !important;
  }
  .board-member-content .dnd-section>.row-fluid,
  .team-inner-content .dnd-section>.row-fluid {
    width: 85%;
    max-width: 85%;
    padding: 0 !important;
  }
  .team-inner-content .span8 hr {
    margin: -6px 0 35px 0;
  }
  .reg-bnnr .banner-content-contain h1{
    margin-right:0; 
  }
  .cm-contact-info-wrapper .elementor-author-box {
    flex-direction: column;
  }

  .cm-contact-info-wrapper .cm-contact-image {
    width: 60%;
  }

  .cm-contact-info-wrapper .cm-contact-image img {
    max-width: 49%;
  }

  .cm-contact-info-wrapper .elementor-author-box__text {
    padding: 0;
    width: 100%;
  }

  .cm-contact-info-wrapper .contact-info {
    padding: 0;
    width: 100%;
  }

  .cm-contact-info-wrapper .elementor-author-box__bio p {
    margin: 8px 0 0;
  }

  .team-inner-content .span4 {
    margin-top: 60px;
  }

  .team-inner-content .span8 .button-module {
    margin: 8px 0 20px;
  } 
  .event-banner .banner-content-contain p {
    padding-right: 60px;
  }

  .event-banner .banner-content-contain {
    padding: 20px;
  }

  .event-banner .banner-content-contain p:last-of-type {
    padding-bottom: 30px;
  }

  .event-banner .banner-content-contain p {
    padding-right: 80px;
  }
  .careers .banner-content-contain {
    padding: 20px;
  }

  .career-position-section .dnd-section .span6:first-child {
    padding: 0 !important;
  }

  .career-acc-section .half-type-row-fluid {
    padding: 30px 30px 30px 35px !important;
  }

  .career-acc-section .half-type-row-fluid .span6:first-child {
    padding-left: 0 !important;
  }

  .career-video-section .dnd-section {
    padding: 40px 25px 70px !important;
  }

  .jap-hm-page .hm-People-section .button-module {
    margin-top: 30px;
  }

  .jap-hm-page .hm-Case-section .banner-content-contain p {
    padding: 0;
  }

  .jap-hm-page .hm-Case-section .banner-content-contain h1+p {
    margin: 0;
  }

  .jap-hm-page .hm-technology-section .span6:first-child h6 {
    display: block;
    margin-top: 20px;
  }

  .jap-hm-page .cm-two-col-img {
    margin: 0px 0px 0px -60px;
  }

  .de-home .banner-content-contain,
  .german-banner .banner-content-contain{
    padding: 20px;
  }

  .german-banner .banner {
    margin-top: -10px;
  }

  .de-home .hm-main-section .dnd-section>.row-fluid>.dnd-column {
    padding: 0px !important;
  }

  .de-home .member-slider-top-content {
    text-align: center;
  }

  .de-home .hm-People-section .dnd-section>.row-fluid {
    padding: 0;
  }

  .de-home .hm-News-section .dnd-section {
    padding-top: 30px !important;
    padding-bottom: 50px !important;
  }

  .de-home .hm-News-section .hs-oembed__starter {
    margin: 0;
    width: 100%;
    padding-bottom: 56.25%;
  }

  .de-home .hm-News-section p {
    padding: 0;
    padding: 0 20px;
  }

  .de-home .hm-News-section .hs_cos_wrapper_type_rich_text {
    margin: 0 0 60px;
  }

  .hm-technology-section .banner .banner-content-contain p, 
  .hm-case-section .banner .banner-content-contain p,
  .german-banner .banner .banner-content-contain p{
    padding: 0;
  }

  .leadership-page .dnd-section {
    padding-top: 20px !important;
  }

  .leadership-page .dnd-section>.row-fluid {
    padding-left: 20px;
  }

  .leadership-page .lead-main h6 + h2 {
    padding-top: 10px;
  }

  .leadership-page .widget-type-linked_image {
    padding: 0;
  }

  .leadership-page .lead-main h2 {
    margin-top: 20px;
  }

  .leadership-page h3.form-title {
    margin-top: 20px;
  }

  .mfd-banner .banner {
    margin-top: 0;
  }

  .mfd-page .srg-intro-section h6 {
    margin-bottom: 29px !important;
  }

  .mfd-page .srg-intro-section h2 {
    margin-bottom: 42px !important;
  }

  .mfd-page .srg-intro-section .dnd-section {
    padding-bottom: 12px !important;
  }

  .mfd-page .srg-main-section .dnd-section {
    padding: 20px 15px 0px 15px !important;
  }

  .mfd-page .srg-main-section .span5 {
    margin-top: 1px !important;
  }

  .robo-banner .banner {
    padding: 0;
    margin: 0;
  }

  .robo-banner .banner-content.page-center {
    padding: 20px;
  }

  .robo-banner .banner-content-contain {
    padding: 0;
  }

  .robotic-page .intro-sec .span8 {
    width: 100%;
  }

  .robotic-page .intro-sec {
    padding: 0 15px;
  }

  .container-fluid.intro-sec-lt {
    margin-top: 30px;
    padding-right: 0;
  }

  .robotic-page .intro-sec .span4 {
    width: 100%;
    padding: 0;
  }

  .robotic-page .intro-sec .span4 .exe-sec {
    display: none;
  }

  .goals-sec {
    padding: 0 15px;
  }

  .goals-sec .span8 {
    width: 100%;
  }

  .container-fluid.goal-sec.form-sec-robo {
    margin-top: 12px;
  }

  .robotic-page .button-module {
    padding: 0 0 15px;
  }

  .container-fluid.sol-sec {
    display: none;
  }
}

@media (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px){
  .form-columns-2 .hs-form-field .hs-input {
    width: 100% !important;
  }

  .input {
    margin: 0 !important;
  }
}

@media(max-width:479px){
  .leadership-page form fieldset.form-columns-2 .field .input .hs-input {
    width: 100% !important;
  }
}


/* =====    style 2 =======*/



/*==== Ja===*/

.banner-content-contain h1 sup {
  vertical-align: super;
  font-size: smaller;
  line-height: inherit;
  position: static;
}

/*----- Two Column Right Pages ------*/

.tw-col-bnnr .banner {
  margin-top: -10px;
}

.tw-col-bnnr .banner.height-px .page-center {
  min-height: auto;
}

.tw-col-bnnr .banner.height-px h1 {
  margin-top: 50px;
  margin-bottom: 80px;
  padding-bottom: 11px;
}

.tw-col-bnnr .banner.height-px p {
  padding-bottom: 34px;
}

.cm_tw-intro-sec  .dnd-section,
.cm_tw-col-sec .dnd-section {
  padding: 80px 15px 80px 15px;
}

.cm-sec h3,
.cm-sec h2,
.cm-sec h6,
.hs-msap-one h2,
.cm_tw-col-sec h4,
.cm_tw-intro-sec h6,
.cm_tw-col-sec h4,
.cm_tw-intro-sec h6,
.cm_tw-intro-sec h2,
.cm_tw-intro-sec h3,
.cm_tw-col-sec h6,
.cm_tw-col-sec h2,
.cm_tw-col-sec h3 {
  margin-bottom: 20px;
}


.cm-sec h3,
.cm-sec h2,
.cm-sec h6,
.hs-msap-one h2,
.cm_tw-col-sec h4,
.cm_tw-intro-sec h4,
.cm_tw-intro-sec h6,
.cm_tw-intro-sec h3,
.cm_tw-col-sec h6, 
.cm_tw-col-sec h3 {
  line-height: 1;
}

.cm_tw-intro-sec h2,
.cm_tw-intro-sec h3,
.cm_tw-col-sec h2, 
.cm_tw-col-sec h3 {
  font-weight: 700;
}

.tw-col-bnnr .banner-content-contain h1 + h6 {
  margin-top: -12px;
  margin-bottom: 29px;
}

.hs-responsive-embed {
  margin-bottom: 20px !important;
}

.cm_tw-col-sec h2 + img {
  display: block;
}

.tw-col-ryt-page p {
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 300;
}

.tw-col-ryt-page .button-module-item a.button-module-link {
  font-size: 15px;
  padding: 12px 24px;
}

.cm_tw-intro-sec .span8 .button-module-item {
  margin-bottom: 20px;
}

ul.simpleList {
  margin: 0;
  margin-left: 7px;
  margin-bottom: 20px;
  padding: 0;
  list-style: disc outside;
}

ul.simpleList li {
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 300;
  margin-left: 10px;
}

.tw-col-ryt-page  .span7 img {
  display: block;
}

ol.simple-ordrList {
  margin: 0;
  list-style: decimal;
  margin-left: 15px;
  margin-bottom: 20px;
  padding: 0;
}

ol.simple-ordrList li {
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 300;
  margin-left: 10px;
}

.tw-col-bnnr .banner.height-vh {
  padding: 0;
  margin: 0;
  padding-left: 30px;
  margin-top: -1px;
}

.tw-col-bnnr .banner.height-vh .banner-content-contain {
  padding: 0;
  padding: 0% 30% 0% 1%;
}

.tw-col-bnnr .height-vh .banner-content-contain h1 {
  margin-right: 0;
  margin: 0;
  line-height: 1;
}

.tw-col-bnnr .height-vh .banner-content-contain h6 {
  margin-bottom: 20px;
}

.cm_tw-col-sec .dnd-section.sezu14,
.cm_tw-intro-sec .dnd-section.sezu6 {
  padding: 0px 0px 0px 30px;
}

.cm_tw-intro-sec .span8.dnd-column > .dnd-row {
  margin: 0px 60px 0px 0px;
}

img.bordr-img {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #555555;
  display: block;
}

.cm_tw-intro-sec .span8 p {
  text-align: justify;
}

.tw-col-ryt-page blockquote {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  padding: 0 0px 0 0px;
  border-color: #e6e9ec;
  border-left-style: solid;
  border-left-width: 7px;
  padding-left: 20px;
}

.tw-col-ryt-page blockquote p {
  margin-bottom: 0;
  font-style: italic;
}

.tw-col-ryt-page blockquote footer {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tw-col-ryt-page blockquote footer cite {
  color: #124858;
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
}

.cm_tw-col-sec .span8 > .dnd-row {
  margin: 0px 60px 0px 0px;
}

.cm_tw-col-sec .span4 > .dnd-row {
  margin: 0px 0px 0px 15px;
}

.hs_cos_wrapper_type_linked_image img {
  display: block;
}

.cm_tw-col-sec .span4 .button-module-item {
  padding: 0;
}

.cm_tw-col-sec .span8 .button-module-item {
  padding: 0;
}
ul.listGap {}

ul.listGap li {
  margin-left: 1em;
  padding: 3px 0;
  line-height: 1.6em;
}


.msap-bnnr .banner {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -1px;
}

.msap-bnnr .banner-content-contain {
  padding-bottom: 0;
  padding-top: 0;
}

.msap-bnnr .banner-content-contain h6 {
  margin: 0;
  margin-top: -1px;
  margin-bottom: 2px;
}
.msap-bnnr .banner-content-contain h1 + h6 {
  margin-top: -13px;
}

.msap-bnnr .banner-content.page-center {
  min-height: 45vh;
}

.msap-bnnr  .elementor-background-overlay {
  opacity: 0.4;
}

.hs-msap-one .span6:first-child {
  padding: 40px 80px 40px 20px;
}


.hs-msap-one .widget-type-linked_image ,
.hs-msap-one .hs_cos_wrapper_type_linked_image {
  display: block;
  width: 100%;

}

.hs-msap-one .widget-type-linked_image img.hs-image-widget {
  max-width: 100% !important;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}

.hs-msap-one .widget-type-linked_image {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 25px;
}

.hs-msap-two .span6:last-child {
  padding: 50px 50px 50px 50px;
}
.hs-msap-two .span6:first-child > * {
  margin-right: 20px;
}

.hs-msap-two h2 {
  line-height: 1;
  padding-top: 5px;
}

.hs-msap-two .span6:first-child p {
  line-height: 1.65em;
}

.hs-msap-two .span6 a.button-module-link {
  font-size: 15px;
  padding: 12px 24px;
}

ol.orList {
  margin-left: 15px;
}

.hs-msap-three .cm-two-col-equal-content-wrapper {
  padding-left: 0;
  padding-right: 0;
}

.hs-msap-three .cm-two-col-equal_btn a.hs-button {
  background-color: #124858;
  letter-spacing: 0;
  font-family: "Open sans", Open sans;
}

.hs-msap-three .cm-two-col-equal-right-in {
  margin-left: -60px;
}

.hs-msap-three .cm-two-col-img {
  margin-right: 36px;
}


/*======== cm csss==========*/

.full-width-page .banner {
  padding: 0;
}
.full-width-page .elementor-background-overlay {
  opacity: 0.5;
}
.governance-and .banner-content-contain {
  margin: 0px 20px 0px 20px;
  padding: 0% 30% 0% 0%;
}
.full-width-page .banner-content-contain h1 {
  line-height: 1;
  margin: 0;
}
.full-width-page .banner-content-contain h1:not(:last-child) {
  margin-bottom: 19px;
}
.full-width-page .banner-content-contain h6 {
  margin: 0 0 10px;
}
.full-width-page .banner-content-contain h6:last-child {
  margin-bottom: 0;
}
.governance-and .banner-content-contain h6:first-child {
  margin-top: 12px;
  margin-bottom: 9px;
}
.governance-and .dnd-section .span7 {
  width: 60%;
}
.governance-and .dnd-section .span5 {
  width: 40%;
}
.governance-and .section-item2.dnd-section .span7 {
  padding: 20px;
  padding-bottom: 0;
}
.governance-and .section-item2.dnd-section {
  padding: 50px 0px 0px 0px;
}
.governance-and .section-item3 .span7 {
  padding: 20px;
  padding-right: 60px;
}
.governance-and .section-item3 {
  padding: 0 0 80px;
}




.full-width-page .cm-team-banner-area-inner {
  margin: 0;
}
.full-width-page .cm-team-banner-area-inner h6,
.full-width-page .cm-team-banner-area-inner h5,
.full-width-page .cm-team-banner-area-inner h1{
  color: #555555;
  margin: 0 0 20px;
  line-height: 1;
  font-weight: normal;
}
.full-width-page .cm-team-banner-area-inner h1{
  font-weight: bold;
}
.full-width-page .cm-team-banner-area-inner p{
  color: #555555;
  margin: 0.85em 0;
}
.full-width-page .cm-team-banner-area-inner p:last-of-type{
  padding: 0;
}
.full-width-page .cm-team-banner-area-inner h5{
  padding-bottom: 20px;
  margin: 0;
}
.full-width-page .cm-team-banner-area .page-center{
  padding-bottom: 2px;
  min-height: 598px;
}
img {
  height: auto;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  vertical-align: middle;
  display: inline-block;
}
.full-width-page .banner-content-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2px;
}
.full-width-page .dnd-section>.row-fluid > .span8 {
  width: 69.332%;
  padding: 10px;
  padding-right: 70px;
  padding-top: 4px;
  margin-bottom: 39px;
  padding-bottom: 29px;
}
.full-width-page .dnd-section>.row-fluid > .span4 {
  margin: 0;
  width: 30%;
  padding: 24px 20px 20px 20px;
}
.full-width-page p {
  line-height: 1.6em;
}
.full-width-page .cm-contact-info-wrapper .elementor-author-box__text h3 {
  margin-bottom: 8px !important;
  margin-top: -2px !important;
}
.full-width-page .cm-contact-info-wrapper {
  margin-top: 20px;
}
.full-width-page ol {
  margin-left: 15px;
}
.full-width-page ol li {
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 300;
}
i{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}


.dynapac-construction .cm-cases-wrapper,
.trane-commercial .cm-cases-wrapper{
  padding: 0;
}
.dynapac-construction .ceses-row.row-three,
.trane-commercial .ceses-row.row-three{
  padding-top: 4px;
}
.dynapac-construction.equipment .dnd-section>.row-fluid > .span7,
.trane-commercial .dnd-section>.row-fluid > .span7{
  width: 60%;
}
.dynapac-construction.equipment .dnd-section>.row-fluid > .span5,
.trane-commercial .dnd-section>.row-fluid > .span5 {
  width: 30%;
  margin: 0;
}
.dynapac-construction .section-item3 > div > .span7,
.trane-commercial .section-item3 > div > .span7 {
  padding: 10px;
  padding-left: 30px;
  padding-right: 70px;
}
.dynapac-construction .cm-acc-wrapper h2,
.trane-commercial .cm-acc-wrapper h2{
  margin-bottom: 20px;
  line-height: 1;
}
.dynapac-construction .button-module-item a,
.trane-commercial .button-module-item a,
.flexible-and .button-module-item a,
.efficient.engine .button-module-item a,
.governance-and .section-item3 .button-module-item a{
  font-size: 15px;
  padding: 12px 24px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.dynapac-construction .elementor-background-overlay,
.trane-commercial .elementor-background-overlay{
  opacity: .2;
}
.dynapac-construction .banner-content-contain,
.trane-commercial .banner-content-contain {
  padding: 0% 30% 0% 1%;
}
.dynapac-construction .banner-content-contain h1,
.trane-commercial .banner-content-contain h1{
  margin: 0 0 20px;
  line-height: 1;
}
.dynapac-construction .banner-content-contain p:last-of-type,
.trane-commercial .banner-content-contain p:last-of-type{
  padding: 0;
  margin-bottom: 0;
}
.dynapac-construction .banner-content-contain p,
.trane-commercial .banner-content-contain p{
  line-height: 1;
  font-weight: normal;
  font-family: "Open sans", Open sans;
}
.dynapac-construction .banner,
.trane-commercial .banner{
  padding: 0;
}
.dynapac-construction .banner-content-contain h6,
.trane-commercial .banner-content-contain h6{
  margin: 0 0 19px;
}
.dynapac-construction.equipment .section-item2 .span7,
.trane-commercial .section-item2 .span7{
  padding: 10px;
  padding-top: 30px;
  padding-right: 70px;
}
.full-width-page ul li{
  line-height: 1.6em;
}


.flexible-and .banner,
.efficient.engine .banner,
.cut-time .banner{
  padding: 0 15px;
}
.flexible-and .elementor-background-overlay,
.efficient.engine .elementor-background-overlay{
  opacity: .2;
}
.cut-time .elementor-background-overlay {
  opacity: 0.12;
}
.flexible-and .banner-content-contain,
.efficient.engine .banner-content-contain,
.cut-time .banner-content-contain{
  padding: 0% 30% 0% 0%;
}
.flexible-and .banner-content-contain h1,
.efficient.engine .banner-content-contain h1,
.cut-time .banner-content-contain h1{
  margin: 0;
  line-height: 1;
}
.flexible-and .banner-content-contain h6,
.efficient.engine .banner-content-contain h6,
.cut-time .banner-content-contain h6{
  margin: 0px 0 19px;
}
.flexible-and .section-item3 .span7,
.efficient.engine .section-item3 .span7{
  width: 60%;
  padding: 10px;
  padding-right: 70px;
}
.flexible-and .section-item3 .span5,
.efficient.engine .section-item3 .span5 {
  width: 30%;
  margin: 0;
  padding: 10px;
}
.flexible-and .section-item3,
.efficient.engine .section-item3{
  padding: 50px 0;
}
.flexible-and .cm-acc-wrapper h2,
.efficient.engine .cm-acc-wrapper h2{
  margin-bottom: 16px;
}
.flexible-and .cm-acc-wrapper,
.efficient.engine .cm-acc-wrapper{
  padding-right: 40px;
}
/* .elementor-social-icon-linkedin, 
.elementor-social-icon-linkedin-in {
background-color: #0077b5 !important;
} */
.efficient.engine .cm-cases-wrapper {
  padding: 0;
  border-top: 1px solid #000;
}
.efficient.engine .cm-cases {
  padding: 0;
}
.efficient.engine .ceses-row.row-three {
  margin: 0;
}
.efficient.engine .cm-cases h2 {
  margin-bottom: 16px;
  margin-top: 31px;
}

.cut-time .section-item3 > div > .span6:first-child {
  padding: 10px;
}
.cut-time .section-item3 > div > .span6:last-child {
  padding: 50px;
  color: #fff;
}
.cut-time .section-item3 > div > .span6:last-child * {
  color: #fff;
}
.cut-time .section-item3 a.button-module-link {
  font-size: 15px;
  padding: 12px 24px;
}
.cut-time .cm-acc-wrapper h2 {
  margin-bottom: 16px;
}
.cut-time .cm-acc-wrapper {
  padding-right: 40px;
}
.cut-time .cm-acc-wrapper h2 {
  margin-bottom: 16px;
}
.cut-time .cm-acc-wrapper {
  padding-right: 40px;
}
.cut-time .cm-cases-wrapper {
  padding: 9px 0 10px;
}
.cut-time .cm-cases {
  padding: 31px 0 0;
  border-top: 1px solid #000;
}
.cut-time .cm-cases > h2 {
  margin: 0 0 16px;
}
.cut-time .ceses-row.row-three {
  margin: 0;
}
.the-quietest .banner {
  padding: 0 15px;
}
.the-quietest .banner-content-contain {
  padding: 0% 30% 0% 0%;
}
.the-quietest .banner-content-contain h1 {
  margin: 0;
  line-height: 1;
}
.the-quietest .elementor-background-overlay {
  opacity: 0.2;
}
.the-quietest .banner-content-contain h6 {
  margin: 0 0 19px;
}
.the-quietest .section-item2 {
  padding: 61px 0 4px;
}
.the-quietest .section-item2 > div > div {
  padding: 15px !important;
}
.the-quietest .section-item2 p {
  margin: 0 0 28px;
}
.the-quietest .section-item3 {
  padding: 0;
}
.the-quietest .section-item3 .span7 {
  width: 60%;
  padding: 10px;
}
.the-quietest .section-item3 .span5 {
  width: 40%;
  padding: 36px 50px 50px;
}
.cm-acc-wrapper h2 {
  margin: 0 0 16px;
}
.cm-acc-wrapper h2 {
  margin: 0 0 16px;
}
.the-quietest .cm-cases-wrapper {
  padding: 0 4px 54px;
}
.the-quietest .cm-cases h2 {
  margin: 0 -2px 42px;
}



.configurable-construction .banner {
  padding: 0;
}
.configurable-construction .elementor-background-overlay {
  opacity: 0.11;
}
.configurable-construction .banner h1 {
  margin: 0;
  line-height: 1;
}
.configurable-construction .banner-content-contain {
  margin: 0px 30px 0px 30px;
  padding: 10px;
}
.configurable-construction .banner h1 + h6 {
  margin: 20px 0 0;
}
.configurable-construction .banner h6:first-child {
  margin: 2px 0 19px;
}
.configurable-construction .section-item2 .span7 {
  width: 70%;
  padding: 10px 40px;
}
.configurable-construction .section-item2 .span5 {
  width: 30%;
  padding: 10px 50px 50px 50px;
  color: #555555;
}
.configurable-construction .section-item2 {
  padding: 60px 0 10px;
}
.full-width-page  blockquote {
  margin: 0;
  border-left-width: 7px;
  padding-left: 20px;
  line-height: 1.5em;
}
.full-width-page  blockquote p {
  margin-bottom: 0;
}
.full-width-page  blockquote footer {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.full-width-page  blockquote cite {
  font-style: normal;
  font-weight: 700;
  color: #124858;
  font-size: 12px;
}
.configurable-construction .section-item2 h3 {
  font-weight: 700;
}
.configurable-construction .sezu15 p {
  padding: 23px 23px 0px 23px;
}
.configurable-construction .sezu21 p {
  padding: 0px 10px 0px 0px;
}
.configurable-construction .sezu27 .button-module-item a {
  padding: 0;
  display: table;
  margin: 0 auto;
}
.configurable-construction .sezu21 p {
  padding: 0px 10px 0px 0px;
}
.configurable-construction .sezu27 .button-module-item a {
  padding: 0;
  display: table;
  margin: 0 auto;
}
.configurable-construction .section-item3 .span6:first-child > div {
  margin: 2px 0px 0px -300px;
}
.configurable-construction .section-item3 .span6:last-child {
  padding: 40px 80px 40px 20px;
}
.configurable-construction .section-item3 {
  padding: 55px 0 0px;
}
.configurable-construction .section-item3 sup {
  position: static;
}
.configurable-construction .section-item3 a.button-module-link {
  font-size: 12px;
  line-height: 1.2em;
  padding: 10px 30px 10px 30px;
  background-color: #5bc0de;
  font-family: "Open sans", Open sans;
  font-weight: bold;
}


.full-width-page .span7 h3 {
  font-weight: 700;
}
.governance-and .section-item3 .span5 {
  padding: 20px;
}
.governance-and .section-item4 .span6:first-child > div {
  margin-left: -300px;
}
.governance-and .section-item4 .span6 {
  padding: 10px;
}
.governance-and .section-item4 > div {
  display: flex;
  align-items: center;
}
.governance-and .section-item4 .span6:last-child {
  padding: 50px 80px 40px 20px;
}
.governance-and .section-item4 .button-module-item a {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  background-color: #124858;
  padding: 10px 30px 10px 30px;
}

/*===========*/


.der-weg-bnnr .banner {
  margin-top: -10px;
}

.der-weg-bnnr h2 {
  font-size: 70px;
  margin-bottom: 20px;
}

.der-weg-bnnr .banner-content-contain p:last-of-type {
  padding-bottom: 0;
  padding-top: 0.85em;
}

.hs-der-weg-one .span12.dnd-column {
  padding: 40px 40px 40px 40px;
}

.hs-der-weg-two .span8.dnd-column {
  padding: 40px 40px 40px 63px;
  margin-top: 20px;
  width: 60%;
  margin-bottom: 20px;
}

.hs-der-weg-two h2 sup {
  position: static;
  line-height: inherit;
}

.hs-der-weg-two .span4.dnd-column {
  width: 40%;
  padding: 10px;
}

.hs-der-weg-two .span4 img.hs-image-widget {
  width: calc( 100% + 200px );
}

.hs-der-weg-two .span4 .hs_cos_wrapper_type_linked_image, .hs-der-weg-two .span4 .widget-type-linked_image {
  display: block;
  width: 100%;
}

.hs-der-weg-two .span4 .widget-type-linked_image {
  margin-top: 20px;
}

.hs-der-weg-two .span4.dnd-column > * {
  margin: 0px 0px 0px 27px;
}

.hs-der-weg-two .span4 .dnd-row.sezu11 > .row-fluid {
  margin-left: -200px;
}

.hs-der-weg-two .button-module-item a {
  background-color: #5bc0de;
  line-height: 1.2em;
  padding: 10px 30px 10px 30px;
  font-weight: 400;
  font-size: 12px;
}

.hs-der-weg-three .span12.dnd-column {
  padding: 40px 60px 40px 63px;
}

.hs-der-weg-four .span12.dnd-column {
  padding: 40px 20px 40px 63px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.tw-col-eql-bnnr .banner {
  padding: 0;
  margin-top: -2px;
}

.tw-col-eql-bnnr .banner-content-contain {
  padding: 0% 30% 0% 1%;
}

.tw-col-eql-bnnr .banner-content-contain h1 {
  margin-right: 0;
  line-height: 1;
}

.tw-col-eql-bnnr .banner-content-contain p:last-of-type {
  padding: 0;
  margin: 0;
  line-height: 1;
}

.tw-col-eql-bnnr .banner-content-contain h6 {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1;
}


.hs-tw-col-eql-three.cm-sec h3 {
  font-weight: bold;
}


.hs-tw-col-eql-three .span7.dnd-column {
  width: 60%;
}

.hs-tw-col-eql-three .span5.dnd-column {
  width: 40%;
  margin-left: 0;
}

.hs-tw-col-eql-three .span7.dnd-column > * {
  padding-right: 60px;
}

.hs-tw-col-eql-three blockquote {
  border: 0 none;
  margin: 0;
  border-color: #e6e9ec;
  border-style: solid;
  border-left-width: 7px;
  padding-left: 20px;
  color: #55595c;
  font-family: 'helvetica neue', 'HelveticaNeue', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
  margin-right: 1em;
  line-height: 1.5em;
}

.hs-tw-col-eql-three blockquote p {
  margin-bottom: 0;
  font-weight: bold;
  font-family: 'helvetica neue', 'HelveticaNeue', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
}

.hs-tw-col-eql-three blockquote footer {
  margin-top: 12px;
}

.hs-tw-col-eql-three blockquote footer cite {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 700;
  color: #124858;
  font-size: 12px;
}

.hs-tw-col-eql-three .hs_cos_wrapper_type_linked_image {
  display: block;
  width: 100%;
  vertical-align: middle;
  display: inline-block;
  border-style: solid;
  border-color: #F5F5F5;
  margin-bottom: 25px;
}


.hs-tw-col-eql-four .span12.dnd-column.space-col {
  margin: 0 10px;
}

.hs-tw-col-eql-four .span4.dnd-column {
  padding: 0;
}

/*=========*/


.hs-tw-col-eql-four .space-col > .dnd-row:not(:first-child) > .row-fluid {
  display: flex;
  padding-right: 20px;
}

.hs-tw-col-eql-four .span4.dnd-column {
  width: auto;
  margin-left: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: calc(33.3% - 20px);
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(33.3% - 15px);
  flex: 1 1 calc(33.3% - 15px);
  margin-right: 30px;
  margin-bottom: 30px;
}

.hs-tw-col-eql-four .span4.dnd-column:last-child {
  margin-right: 0;
}

.hs-tw-col-eql-four .span4 .hs_cos_wrapper_type_linked_image {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.hs-tw-col-eql-four .span4 h3 {
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 0;
}

.hs-tw-col-eql-four .span4 p {
  margin: 0;
  margin-bottom: 10px;
  line-height: 1.5em;
}

.hs-tw-col-eql-four .span4 p + span {
  font-weight: 500;
  font-size: 12px;
  color: #124858;
}

.hs-tw-col-eql-four .space-col > .dnd-row:last-child .span4 {
  margin-bottom: 0;
}

.hs-tw-col-eql-four.cm-sec .cm-cntnt-with-img-grp-wrapper {
  margin: 0 10px;
}

.hs-tw-col-eql-four .cm-cntnt-with-img-grp-wrapper h6 {
  margin: 20px 20px 0px 0px;
  padding: 0px 0px 20px 0px;
  font-size: 40px;
  color: #555;
  font-family: "Open sans",Open sans;
  font-weight: 700;
  text-align: left;
}

.hs-tw-col-eql-four.cm-sec .cm-cntnt-with-img-grp {
  margin:0;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}

.hs-tw-col-eql-four .elementor-post.item--column {
  max-width: calc(33.3% - 15px);
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(33.3% - 15px);
  flex: 1 1 calc(33.3% - 20px);
  margin-right: 30px;
  max-width: calc(33.3% - 20px);
  margin-bottom: 30px;
  padding: 0;
}

.hs-tw-col-eql-four .elementor-post .elementor-post__thumbnail {
  margin-bottom: 20px;
}

.hs-tw-col-eql-four .elementor-post h3.elementor-post__title {
  font-weight: 700;
  margin: 0;
  line-height: 1.6;
}

.hs-tw-col-eql-four .elementor-post p {
  margin: 0;
}

.hs-tw-col-eql-four .elementor-post p.more-btn {
  margin-top: 12px;
  font-weight: 500;
  font-size: 12px;
}

.hs-tw-col-eql-four .elementor-post.item--column .elementor-post__card {
  background: transparent;
}

.hs-tw-col-eql-four .elementor-post.item--column .elementor-post__text {
  padding: 0;
}

.hs-tw-col-eql-four .elementor-post.item--column .elementor-post__text h3.elementor-post__title {
  color: rgba(46,188,214,1.0);
}

.hs-tw-col-eql-four .elementor-post.item--column .elementor-post__excerpt {
  margin-bottom: 0;
}

.hs-tw-col-eql-four .elementor-post.item--column .elementor-post__excerpt p {
  color: #777;
}


/*=====*/

.hs-tw-col-eql-three p sup {
  position: static;
  line-height: inherit;
}

.hs-tw-col-eql-three p {
  line-height: 1.6em;
}

.hs-tw-col-eql-four .dnd-section:last-child .cm-cntnt-with-img-grp-wrapper {
  margin: 0;
}

.tw-col-eql-page .row-fluid [class*="span"] {
  min-height: 0;
}

.hs-tw-col-eql-four .no-title h6 {
  margin: 0;
  padding-top: 0;
  padding-bottom: 7px;
}

.hs-tw-col-eql-one .cm-con-info-title-wrapper h2 {
  margin-bottom: 0;
}

.hs-tw-col-eql-one .cm-con-info-inner-wrapper {
  padding: 0;
}

.hs-tw-col-eql-one .con-info h3 {
  margin-bottom: 20px;
}

.hs-tw-col-eql-one .con-info p {
  line-height: 1.6em;
}

.hs-tw-col-eql-one  .con-author-box__text {
  padding-top: 4px;
}

.hs-tw-col-eql-one .cm-con-info-wrapper {
  margin-bottom: 63px;
}

.hs-tw-col-eql-two .dnd-row .dnd-column {
  margin-bottom: 30px;
  padding: 10px;
}


.con-info p.inGap {
  padding-bottom: 10px;
}

/*------tech page -------*/

.tech-bnnr .banner-content-contain p:last-of-type {
  padding: 0;
  padding-top: calc(1em - 2px);
}

.tech-bnnr .banner {
  margin-top: -10px;
}

.hs-tech-one .dnd-section {
  padding: 20px 0;
  padding-bottom: 0;
}

.hs-tech-one .span7.dnd-column {
  width: 60%;
  padding: 40px 20px 40px 63px;
}

.hs-tech-one .span5.dnd-column {
  width: 40%;
  padding: 10px;
}

.hs-tech-one h6 {
  line-height: 1;
  margin-bottom: 20px;
}

.hs-tech-one h2 {
  line-height: 1;
  margin-bottom: 20px;
}

.hs-tech-one h2 sup {
  position: static;
  line-height: inherit;
}

.hs-tech-one p {
  line-height: inherit;
  margin: 0;
}

.hs-tech-one .span5 .hs_cos_wrapper_type_linked_image,
.hs-tech-one .span5 .widget-type-linked_image {
  display: block;
  width: 100%;
}

.hs-tech-one .span5 .widget-type-linked_image {
  margin-top: 0;
}

.hs-tech-one .span5.dnd-column >.dnd-row:first-child {
  margin-left: -123px;
  margin-bottom: 20px;
}

.hs-tech-one .span5 .button-module {
  margin-left: 27px;
}

.hs-tech-one .span5 .button-module .button-module-item a {
  font-weight: 400;
  font-family: "Open sans", Open sans;
  font-size: 12px;
  line-height: 1.2em;
  padding: 10px 30px 10px 30px;
  background-color: #5bc0de;
}


.whirlp-intro-section .span8.dnd-column {
  width: 70%;
}

.whirlp-intro-section .span4.dnd-column {
  width: 30%;
}

.whirlp-intro-section .span8.dnd-column > .dnd-row {
  padding-right: 63px;
}

.cm-acc-wrapper.詳細 h2 {
  font-weight: 700;
  font-size: 24px;
  padding-top: 21px;
  padding-bottom: 5px;
  /* background: #fff; */
}

.cm-acc-wrapper.詳細 h2 span {
  background: #ffff;
  color: #000;
}


.elementor-social-icon-youtube i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.elementor-social-icons-wrapper {
  display: flex;
}

.currnt-ja .insight-page .insight .dnd-section {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}


.whirlp-acc-section .span10.dnd-column {
  width: 80%;
}

.whirlp-acc-section .span2.dnd-column {
  width: 20%;
}

.cm-acc-wrapper td {
  color: #555555;
}

.srg-Technology-section .cm-two-col-equal-content-wrapper.left.cont-not-includ {
  PADDING: 0;
}

.srg-Technology-section .cm-two-col-equal-right-in {
  margin-left: -60px;
}

.srg-Technology-section .cm-two-col-equal_btn a {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  padding: 10px 30px 10px 30px;
  font-family: "Open sans", Open sans;
}


.cm-con-info-wrapper.markuslotzdring {
  padding-bottom: 10px;
}

.career-video-section .dnd-section {
  margin-top: 0;
}

.career-video-section h3 {
  margin-bottom: 20px;
}

.mts-systems .sezu3 h3 {
  color: #000000;
}

.team-inner-content .span8 .hs_cos_wrapper_type_rich_text p:last-child {
  margin-bottom: 20px;
}

.team-inner-content .span8 .button-module-link:not(:hover) {
  background-color: #124858;
}

.team-inner-content .span8 .button-module-link.blue:not(:hover) {
  background-color: #124858;
}

.button-module-item a i.fa {
  margin-right: 2px;
}

.board-member-content h2 {
  margin-bottom: 30px;
  letter-spacing: 0;
  line-height: 1;
  padding-top: 5px;
}

.ab-main-section .hs-responsive-embed {
  margin-bottom: 0 !important;
}

.whirlp-case-section .morecases .cm-cases {
  padding-left: 20px;
  padding-right: 20px;
}


.team-inner-content .span4 .post-item .post-item-inner {
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
  box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.team-inner-content .span4 .post-item-wrapper .post-item,
.team-inner-content .span4 .post-item-wrapper {
  overflow: visible;
}


.team-inner-content .span4 .post-item:hover .post-item-inner {
  -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.15);
  box-shadow: 0 0 30px 0 rgba(0,0,0,.15);
}


/*======= endss ==========*/

.solu-main-section h6 {
  text-align: center;
  line-height: 1;
  color: #555555;
  font-size: 12px;
  margin: 0px 0px -10px 0px;
  padding: 13px 0px 20px 0px;
}

.solu-main-section h2 {
  padding: 15px 0px 0px 0px;
  line-height: 1;
  text-align: center;
  margin: 0;
  margin-bottom: 20px;
}

.solu-main-section img.hs-image-widget {
  vertical-align: middle;
  display: inline-block;
}

.solu-tw-col-cnt .span6.dnd-column:last-child {
  padding: 40px 80px 40px 20px;
}

.solu-tw-col-cnt .span6 h6 {
  margin-bottom: 20px;
  padding-top: 15px;
  line-height: 1;
  font-size: 12px;
}

.solu-tw-col-cnt .span6 h2 {
  line-height: 1;
  margin-bottom: 20px;
  display: inline-block;
}

.solu-tw-col-cnt .span6 h2 sup {
  line-height: inherit;
}

.solu-tw-col-cnt .span6 .button-module-item {
  margin-top: 20px;
}

.solu-tw-col-cnt a.button-module-link {
  background-color: #5bc0de;
  font-weight: 400;
  line-height: 1.2em;
  padding: 10px 30px 10px 30px;
  font-size: 12px;
}

.solu-tw-col-cnt .widget-type-linked_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.solu-tw-col-cnt .hs_cos_wrapper_type_linked_image {
  margin: 0px 0px 0px -200px;
}

.solu-main-section .span6.dnd-module:first-child > div {
  padding-right: 25px !important;
}

.solu-main-section .span6.dnd-module:last-child > div {
  padding-left: 25px !important;
}

.solu-main-section p {
  margin: 0.85em 0;
  font-weight: 300;
  font-size: 14px;
  padding-bottom: 20px;
  text-align: center;
  display: inline-block;
  width: 100%;
}

.solu-main-section .span6 p {
  text-align:left;
}

.full-width-page .hs-input {
  color: #33475b;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.board-page .cm-team-banner-area-inner p {
  color: #555;
}

.full-width-page .button-module-item.Normal a.button-module-link {
  font-size: 13px;
  padding: 10px 20px;
}

a#steve-paddock {
  position: relative;
  top: -50px;
}
.member-wrapper-outer {
  outline: none !important;
}

.member-slider * {
  outline: none !important;
}

@media(min-width: 768px){
  .full-width-page .dnd-section>.row-fluid>.span8,
  .full-width-page .dnd-section>.row-fluid>.span4 {
    margin-top: 56px;
  }
  .cut-time .section-item3>div>.span6:first-child {
    width: 50.108%;
  }
  .cut-time .section-item3>div>.span6:last-child {
    width: 49.892%;
  }
  .cm_tw-intro-sec .span8.dnd-column {
    width: 74%;
  }

  .cm_tw-intro-sec .span4.dnd-column {
    width: 16%;
  }

  .cm_tw-col-sec .span8.dnd-column {
    width: 65%;
  }

  .cm_tw-col-sec .span4.dnd-column {
    width: 25%;
  }

  .cm_tw-intro-sec .span7.dnd-column > *,
  .cm_tw-intro-sec .span5.dnd-column > *,
  .cm_tw-col-sec .span7.dnd-column > *,
  .cm_tw-col-sec .span5.dnd-column > * {
    margin-right: 40px;
  }

  .cm_tw-intro-sec .span7 ,
  .cm_tw-col-sec .span7 {
    width: 58.86%;
  }

  .cm_tw-intro-sec .span5,
  .cm_tw-col-sec .span5 {
    width: 41.14%;
  }
  .governance-and .section-item3 .span5 {
    width: 39.12%;
  }
  .governance-and .section-item3 .span7 {
    width: 60.877%;
  }
  .guldmann-people .section-item2 .span7 {
    width: 60%;
    padding-right: 70px;
    padding-bottom: 10px;
  }
  .systems.dynapac-construction .section-item3>div>.span7 {
    padding-right: 50px;
  }
  .whirlp-acc-section .span7 .cm-acc-wrapper.full-story {
    margin-right: 42px;
  }

}

@media (min-width: 1025px) {

  .hs-tw-col-eql-four .elementor-post.item--column:nth-child(3n-0) {
    margin-right: 0;
  }

  .hs-tw-col-eql-four .elementor-post.item--column:nth-child(n + 4) {
    margin-bottom: 0;
  }

}

@media (max-width: 1500px) {
  .configurable-construction .section-item3 .span6:first-child>div,
  .governance-and .section-item4 .span6:first-child>div{
    margin-left: 0;
  }
  .governance-and .section-item4>div {
    display: block;
  }
  .governance-and .section-item4 .span6:last-child {
    padding: 40px 80px 40px 20px;
  }
}


@media(max-width: 1199px){
  .der-weg-bnnr h2 {
    font-size: 60px;
  }

  .lm-banner .banner-content.page-center {
    padding: 0 10px;
  }

}


@media(max-width: 1024px){

  .tw-col-bnnr .banner.height-px h1 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .cm_tw-col-sec .span7.dnd-column>*,
  .cm_tw-col-sec .span5.dnd-column>* {
    margin-right: 20px;
  }

  .tw-col-bnnr .banner.height-vh {
    padding-left: 0;
  }

  .cm_tw-col-sec .span8.dnd-column,
  .cm_tw-intro-sec .span8.dnd-column {
    margin: 40px 0 0px 0px;
  }

  .cm_tw-col-sec .span8>.dnd-row,
  .cm_tw-intro-sec .span8.dnd-column>.dnd-row {
    margin-right: 30px;
  }

  .cm_tw-col-sec .span8 h2 {
    text-align: justify;
  }
  .cm-contact-info-wrapper .elementor-author-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cm-contact-info-wrapper .cm-contact-image {
    width: 50%;
  }

  .cm-contact-info-wrapper .elementor-author-box__text {
    width: 100%;
  }

  .cm-contact-info-wrapper .cm-contact-image img {
    max-width: 50%;
  }

  .dynapac-construction.equipment .section-item2 .span7,
  .trane-commercial .section-item2 .span7 {
    padding-top: 70px;
    padding-right: 40px;
  }
  .flexible-and .section-item3 .span7, 
  .efficient.engine .section-item3 .span7 {
    padding-top: 50px;
    padding-right: 40px;
  }
  .flexible-and .hs-responsive-embed {
    min-width: auto !important;
  }
  .cut-time .cm-acc-wrapper {
    padding-right: 45px;
  }
  .configurable-construction .banner-content-contain {
    margin: 0px 130px 0px 35px;
  }
  .guldmann-people .section-item2 {
    padding-top: 40px !important;
  }
  .guldmann-people .section-item2 .span7 {
    padding-right: 40px;
  }

  /*==============*/

  .hs-msap-one .span6:first-child {
    padding: 20px 20px 20px 20px;
  }

  .hs-der-weg-two .span4 .dnd-row.sezu11>.row-fluid {
    margin: 0px 0px 0px -172px;
  }

  .hs-der-weg-two .span4 .widget-type-linked_image {
    margin: 0;
  }

  .hs-der-weg-two .span4.dnd-column {
    padding: 0px 0px 0px 24px;
  }

  .hs-der-weg-two .span4 img.hs-image-widget {
    width: calc( 100% + 172px );
  }

  .hs-der-weg-two .span8.dnd-column ,
  .hs-der-weg-one .span12.dnd-column, 
  .hs-der-weg-three .span12.dnd-column,
  .hs-der-weg-four .span12.dnd-column {
    padding: 30px;
    margin: 0;
  }


  .hs-tw-col-eql-three .span7.dnd-column {
    margin-top: 38px;
    width: 63%;
  }

  .hs-tw-col-eql-three .span5.dnd-column {
    width: 37%;
  }

  .hs-tw-col-eql-four .elementor-post.item--column {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 20px);
    flex: 1 1 100%;
    margin-right: 30px;
    max-width: calc(50% - 15px);
  }

  .hs-tech-one .span7.dnd-column {
    padding: 30px;
  }

  .hs-tech-one .span7.dnd-column {
    padding: 30px;
  }

  .hs-tech-one .span5.dnd-column {
    padding-left: 24px;
  }

  .hs-tech-one .span5 .button-module {
    padding-left: 24px;
  }

  .hs-tech-one .span5.dnd-column {
    padding: 0;
  }

  .hs-tech-one p br {
    display: none;
  }

  .whirlp-intro-section .span8.dnd-column {
    margin-top: 40px;
    width: 77%;
    padding-right: 44px;
  }

  .whirlp-intro-section .span4.dnd-column {
    width: 20%;
  }

  .contact .cm_tw-intro-sec .dnd-section>.row-fluid {
    padding-right: 40px;
  }

  .srg-Technology-section .cm-two-col-equal-right-in {
    margin-left: 0;
  }

  .event-banner .hm-events-section .banner-content-contain h1 {
    margin-bottom: 6px;
  }

  /*====== 1024=======*/

  .solu-main-section .dnd-section {
    padding-left: 25px;
    padding-right: 25px;
  }

}

@media(max-width: 1024px) and (min-width:768px){
  .hs-tw-col-eql-four .elementor-post.item--column:nth-child(even) {
    margin-right: 0;
  }
}

@media(max-width: 991px){
  .der-weg-bnnr h2 {
    font-size: 50px;
  }

  .hs-tech-one .span5 .button-module {
    padding-left: 0;
  }

}

@media(max-width: 880px) and (min-width:768px){
  .hs-tech-one .span5.dnd-column{
    padding-right: 10px;
  }

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

  .cm_tw-col-sec .span7.dnd-column>*,
  .cm_tw-col-sec .span5.dnd-column>* {
    margin-right: 0px;
  }

  .tw-col-bnnr .banner .banner-content-contain {
    padding: 20px;
  }

  .cm_tw-col-sec .dnd-row >.row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cm_tw-col-sec .span7.dnd-column {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .cm_tw-col-sec .span5.dnd-column {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .cm_tw-col-sec .span7, .cm_tw-col-sec .span5 {
    width: 100%;
  }

  .span12.dnd-module {
    width: 100%;
  }

  .tw-col-ryt-page .hs-responsive-embed {
    width: 100%!IMPORTANT;
    max-width: 100% !important;
    max-height: unset !important;
    min-width: unset !important;
  }

  .tw-col-bnnr .banner.height-vh .banner-content-contain {
    padding: 20px 20px 20px 20px;
  }

  .cm_tw-col-sec .dnd-section.sezu14, .cm_tw-intro-sec .dnd-section.sezu6 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px 15px 0px 15px;
  }

  .cm_tw-col-sec .span8.dnd-column, .cm_tw-intro-sec .span8.dnd-column {
    margin: 0;
  }

  .cm_tw-col-sec .span8>.dnd-row, .cm_tw-intro-sec .span8.dnd-column>.dnd-row {
    margin: 0;
  }

  .cm_tw-intro-sec .span8 .button-module-item {
    margin-bottom: 10px;
  }

  .full-width-page .dnd-section>.row-fluid>.span8, 
  .full-width-page .dnd-section>.row-fluid>.span4 {
    padding-right: 15px;
    width: 100%;
    padding-left: 15px;
  }
  .full-width-page .dnd-section>.row-fluid>.span8 {
    margin-top: 16px;
  }
  .full-width-page .dnd-section>.row-fluid>.span4 {
    padding-left: 30px;
  }
  .cm-contact-info-wrapper .elementor-author-box__text {
    padding: 10px 0px 0px 0px;
  }
  .cm-contact-info-wrapper {
    padding-left: 15px;
  }
  .team-page .cm-contact-info-wrapper {
    padding-left: 0;
  }

  .full-width-page .cm-team-banner-area .page-center {
    min-height: auto;
    padding: 0;
  }
  .team-page .cm-contact-info-wrapper .cm-contact-image {
    padding: 0;
  }

  .dynapac-construction .banner-content-contain,
  .trane-commercial .banner-content-contain{
    padding: 20px 20px 20px 20px;
  }
  .dynapac-construction .banner-content-contain h6,
  .trane-commercial .banner-content-contain h6{
    margin-bottom: 21px;
    margin-top: 2px;
  }
  .dynapac-construction.equipment .dnd-section>.row-fluid>.span7,
  .trane-commercial .dnd-section>.row-fluid>.span7{
    width: 100%;
  }
  .dynapac-construction.equipment .dnd-section>.row-fluid>.span5,
  .trane-commercial .dnd-section>.row-fluid>.span5{
    display: none;
  }
  .dynapac-construction.equipment .section-item2 .span7,
  .trane-commercial  .section-item2 .span7{
    padding: 40px 25px 20px;
  }
  .dynapac-construction .section-item3>div>.span7{
    margin: 0px 0px 0px 0px;
    padding: 20px 20px 20px 20px;
  }
  .dynapac-construction .cm-cases h2,
  .trane-commercial  .cm-cases h2{
    margin-bottom: 12px;
  }
  .trane-commercial .section-item3>div>.span7 {
    margin: 0;
    padding: 10px;
  }

  .flexible-and .section-item2 h2,
  .efficient.engine .section-item2 h2{
    padding-bottom: 3px;
  }
  .flexible-and .section-item3 > div ,
  .efficient.engine .section-item3 > div {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  .flexible-and .section-item3 .span7,
  .efficient.engine .section-item3 .span7{
    width: 100%;
    padding: 90px 25px 0;
  }

  .flexible-and .section-item3 .span5,
  .efficient.engine .section-item3 .span5{
    width: 100%;
    padding: 0 25px;
  }
  .efficient.engine .section-item3 .span5,
  .efficient.engine .section-item3 .span7 {
    padding: 10px;
  }
  .flexible-and .section-item3,
  .efficient.engine  .section-item3{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .flexible-and .section-item3 .span5 h5,
  .flexible-and .section-item3 .span5 h3 {
    padding: 0 0 3px;
  }
  .flexible-and .hs-responsive-embed {
    max-width: 100% !important;
    max-height: none !important;
  }
  .flexible-and .section-item3 .span7 h3 {
    padding-bottom: 3px;
  }
  .efficient.engine .section-item3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .cut-time .section-item3>div>.span6:first-child {
    padding-bottom: 0;
  }
  .cut-time .section-item3>div>.span6:last-child {
    margin-top: -10px;
  }
  .cut-time .banner-content-contain {
    padding: 0;
  }
  .cut-time .cm-acc-wrapper {
    padding-right: 0;
  }

  .the-quietest .section-item2>div>div {
    padding: 23px 22px 25px !important;
  }
  .the-quietest .section-item3 .span7 {
    width: 100%;
    padding: 10px 25px;
  }
  .the-quietest .section-item3 .span5 {
    width: 100%;
    padding: 28px 24px 10px 24px;
  }
  .the-quietest .section-item4.sezu12 {
    margin: -32px 0 0;
  }
  .the-quietest .cm-acc-wrapper {
    padding: 7px;
  }

  .configurable-construction .banner-content-contain {
    margin: 0;
    padding: 25px;
  }
  .configurable-construction .banner h6:first-child {
    margin: 3px 0 20px;
  }
  .configurable-construction .banner h1 {
    font-size: 40px;
  }
  .configurable-construction .banner h1+h6 {
    margin-top: 21px;
  }
  .configurable-construction .section-item2 .span7 {
    width: 100%;
    padding: 25px 25px 32px 25px;
  }
  .configurable-construction .section-item2 {
    padding-top: 0;
  }
  .configurable-construction .section-item2 .span5 {
    width: 100%;
  }
  .configurable-construction .section-item3 .span6:last-child {
    padding: 10px;
  }

  .governance-and .section-item4>div {
    display: block;
  }

  .governance-and .banner-content.page-center {
    min-height: 30vh !important;
  }
  .banner-content-contain h1 {
    font-size: 40px;
  }
  .governance-and .dnd-section .span7 {
    width: 100%;
  }
  .governance-and .section-item3 .span7 {
    padding: 20px;
  }
  .governance-and .dnd-section .span5 {
    width: 100%;
  }
  .governance-and .section-item3 {
    padding-bottom: 30px;
  }
  .governance-and .section-item4 .span6:last-child {
    padding: 20px;
  }
  .governance-and .banner-content-contain {
    padding: 0;
  }

  .guldmann-people .section-item2 {
    padding-top: 10px !important;
  }
  .guldmann-people .section-item2 .span7 {
    padding: 25px;
    padding-top: 0;
    padding-bottom: 20px;
  }
  .guldmann-people.dynapac-construction .section-item3>div>.span7 {
    padding: 10px;
  }

  /*=============*/

  .msap-bnnr .banner-content-contain {
    padding-left: 20px;
    padding-right: 20px;
  }

  .msap-bnnr .banner-content-contain h6 {
    margin: 0;
    margin-bottom: 7px;
  }

  .msap-bnnr .banner-content-contain h1 {
    margin-bottom: 10px;
  }

  .msap-bnnr .banner-content-contain h1+h6 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .hs-msap-one .widget-type-linked_image img.hs-image-widget {
    max-height: unset !important;
  }

  .hs-msap-one .widget-type-linked_image {
    padding-top: 13px;
  }

  .hs-msap-two h2 {
    padding-top: 10px;
  }

  .hs-msap-two .span6:first-child > * {
    margin-right: 0;
  }

  .hs-msap-three .cm-two-col-equal-right-in {
    margin: 0;
  }

  .der-weg-bnnr h2 {
    font-size: 40px;
  }

  .der-weg-bnnr .banner-content-contain {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hs-der-weg-two .span8.dnd-column, .hs-der-weg-one .span12.dnd-column, .hs-der-weg-three .span12.dnd-column, .hs-der-weg-four .span12.dnd-column {
    padding: 25px;
  }

  .hs-der-weg-one img {
    margin: 30px 0;
  }

  .hs-der-weg-two .span8.dnd-column,.hs-der-weg-two .span4.dnd-column {
    width: 100%;
    float: none;
  }

  .hs-der-weg-two .span4 img.hs-image-widget {
    width: 100%;
  }

  .hs-der-weg-two .span4.dnd-column > *,.hs-der-weg-two .span4 .dnd-row.sezu11 > .row-fluid {
    margin: 0;
  }

  .hs-der-weg-two .span4 .hs_cos_wrapper_type_linked_image {
    padding: 30px 10px 30px 10px;
  }

  .hs-der-weg-two .span4.dnd-column {
    padding-left: 51px;
  }

  .hs-tw-col-eql-three .span5.dnd-column {
    width: 100%;
  }

  .hs-tw-col-eql-three .span7.dnd-column {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px 25px 0px 25px;
  }

  .hs-tw-col-eql-three .span7.dnd-column>* {
    padding: 0;
  }

  .hs-tw-col-eql-four .elementor-post.item--column {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 20px);
    flex: 1 1 100%;
    margin-right: 30px;
    max-width: 100%;
    margin-right: 0;
  }

  .hs-tw-col-eql-four .dnd-section {
    padding: 20px 10px 0px 10px;
  }


  .hs-tw-col-eql-four .elementor-post p.more-btn {
    margin-top: 14px;
    margin-bottom: 4px;
  }

  .lm-banner .banner-content-inner {
    padding: 0;
  }

  /*==============*/

  .cm-sec .cm-con-info-inner-wrapper .elementor-author-box,
  .cm-sec  .con-info {
    width: 100%;
    float: none;
  }

  .cm-sec .hs-tw-col-eql-one .cm-con-info-inner-wrapper {
    padding: 10px;
  }

  .cm-sec a.con-author-box__avatar {
    margin-bottom: 6px;
    margin-top: 1px;
  }

  .cm-sec .hs-tw-col-eql-one .con-author-box__text {
    padding-top: 0;
  }

  .con-info p.inGap {
    padding-top: 23px;
  }

  .hs-tw-col-eql-two .dnd-row .dnd-column {
    margin-bottom: 0;
    padding:20px;
  }

  .hs-tw-col-eql-two .dnd-section {
    margin: 0;
  }

  .hs-tw-col-eql-four .dnd-column .dnd-column {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tech-bnnr .banner-content-contain {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hs-tech-one .span7.dnd-column {
    padding: 25px;
    width: 100%;
  }

  .hs-tech-one .span5.dnd-column {
    width: 100%;
  }

  .hs-tech-one .span5.dnd-column>.dnd-row:first-child {
    margin-left: 0;
    margin: 0px 0px 0px 27px;
    padding: 0px 0px 0px 24px;
  }

  .hs-tech-one .hs_cos_wrapper_type_linked_image img {
    padding: 30px 10px 30px 10px;
    margin-bottom: 20px;
  }

  .hs-tech-one .span5 .button-module {
    padding-left: 24px;
  }

  .whirlp-intro-section .span8.dnd-column {
    width: 100%;
    margin-top: 0;
    padding-right: 10px;
    padding-bottom: 10px;
  }

  .whirlp-intro-section .span8.dnd-column>.dnd-row {
    padding: 0;
  }

  .contact .cm_tw-intro-sec .dnd-section>.row-fluid {
    padding-right: 20px;
  }

  .currnt-ja .insight-page .insight .dnd-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .currnt-ja .insight-page .insight .dnd-section .post-item-wrapper {
    padding: 0;
  }

  .whirlp-acc-section .span2.dnd-column,
  .whirlp-acc-section .span10.dnd-column {
    width: 100%;
  }

  .whirlp-acc-section .span10.dnd-column .acc-tab-content-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .srg-Technology-section .cm-two-col-equal-right-content {
    margin-bottom: 0;
  }

  .whirlp-acc-section .span7  .acc-tab-content-inner {
    padding-left: 10px;
  }

  .whirlp-case-section .morecases .cm-cases {
    padding-left: 10px;
    padding-right: 10px;
  }

  /*===========767 ==========*/

  .solu-main-section .dnd-section {
    padding: 50px 20px 50px 20px !important;
  }

  .solu-main-section h2 {
    text-align: left;
  }

  .solu-main-section h6 {
    padding-top: 15px;
  }

  .solu-main-section img.hs-image-widget {
    padding: 0;
    margin-bottom: 0;
  }

  .solu-main-section .span6.dnd-module:first-child > div {
    padding-right: 0 !important;
  }

  .solu-main-section .span6.dnd-module:last-child > div {
    padding-left: 0 !important;
  }
  .solu-tw-col-cnt .hs_cos_wrapper_type_linked_image {
    margin: 0px 0px 0px -60px;
  }

  .solu-tw-col-cnt .hs_cos_wrapper_type_linked_image img.hs-image-widget {
    margin: 0;
    padding: 0;
  }

  .solu-tw-col-cnt .span6.dnd-column:last-child {
    margin: 0px 10px 0px 10px;
    padding: 10px 10px 10px 10px;
  }

  .solu-main-section p {
    padding: 0 30px 20px;
  }

}

@media(max-width:480px){

  .tw-col-bnnr .height-vh .banner-content-contain h1 {
    font-size: 40px;
  }

  .hs-msap-two .span6:first-child p:last-child {
    line-height: 1.65em;
  }

  .hs-tech-one .span5 .button-module {
    padding: 0;
    margin: 0;
    text-align: center;
    padding: 0 10px;
  }


}

/*======= home page css ===========*/

.hm-main-section h6 {
  margin-bottom: 8px;
}

.hm-main-section h1 {
  margin-bottom: 20px;
}

.hm-main-section p {
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 300;
}
.hm-technology-section h6 {
  line-height: 1;
  margin-bottom: 20px;
}

.hm-technology-section h2 {
  margin-bottom: 0;
  color: #555555;
  line-height: 1.2em;
  padding-bottom: 20px;
}

.hm-technology-section p {
  line-height: 1.6em;
}

.hm-technology-section .span6:first-child {
  padding-right: 40px !important;
}
.hm-technology-section .span6:last-child h6 {
  margin-bottom: 0;
}
.ab-banner .banner {
  padding: 100px 30px 100px 30px;
  background-position: unset;
}

.ab-banner .banner .elementor-background-overlay {
  display: none;
}

.ab-banner .banner-content-contain {
  padding: 10px;
}

.ab-banner .banner-content-contain h6 {
  line-height: 1;
  margin-top: 0;
  padding: 17px 0px 0px 0px;
  font-size: 12px;
  margin-bottom: 11px;
}

.ab-banner .banner-content.page-center {
  display: block;
  min-height: 0;
}

.ab-banner .banner-content-contain p {
  padding: 0 !important;
}

.ab-banner .banner-content-contain h2 {
  margin-bottom: 14px;
}

.ab-page h6 {
  line-height: 1;
}

.ab-main-section h6 {
  padding: 10px 0px 0px 0px;
  margin-bottom: 20px;
}

.ab-page .span5 {
  width: 40.008%;
}

.ab-page .span7 {
  width: 59.958%;
}

.ab-Advantages-section h2 {
  line-height: 1;
  color: #555555;
  margin-bottom: 0;
  padding-bottom: 35px;
}

.ab-Advantages-section p {
  line-height: 1.6em;
}

.ab-page .button-module-item a {
  font-size: 15px;
  padding: 12px 24px;
  margin-top: 12px;
  text-decoration: none !important;
}

.ab-story-section h6 {
  padding: 10px 0px 0px 0px;
  margin-bottom: 20px;
}

.ab-story-section h2 {
  line-height: 1;
  margin-bottom: 0;
  padding-bottom: 21px;
}

.ab-story-section .span7 > * {
  margin: 0% 20% 0% 0%;
  padding: 0px 0px 0px 20px;
}

.ab-story-section p {
  line-height: 1.6em;
}

.post-footer {
  color: #adadad;
  line-height: 1.3em;
  font-size: 12px;
  font-family: "Open sans", Open sans;
  font-weight: 700;
  padding: 15px 30px;
  margin-bottom: 0;
  border-top: 1px solid #eaeaea;
}

.post-footer span + span:before {
  margin: 0 5px;
  content: "•";
}
.lm-banner .banner {
  padding: 0;
  margin-top: -2px;
}

.lm-banner .banner-content-contain {
  padding: 0;
  padding-top: 2px;
}

.lm-banner .banner .elementor-background-overlay {
  background-color: #555555;
  opacity: 0.2;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
}

.lm-banner .banner-content-contain h6 {
  line-height: 1;
  margin-bottom: 20px;
}

.lm-banner .banner-content-contain h1 {
  line-height: 1;
  margin-bottom: 20px;
  margin-right: 0;
}

.lm-banner .banner-content-contain h6:last-child {
  margin: 0;
}

.lm-banner .banner-content-inner {
  padding: 0% 30% 0% 0%;
}

.lm-page h6 {
  line-height: 1;
}

.lm-intro-section h6 {
  margin-bottom: 20px;
}

.lm-intro-section h2 {
  margin: 0;
  line-height: 1;
  padding: 0px 0px 23px 0px;
}

.lm-main-section .span7 {
  width: 60.965%;
}

.lm-main-section .span5 {
  width: 39.035%;
}

.lm-main-section .span7 h3 {
  color: #555555;
  font-family: "Open sans", Open sans;
  font-weight: 700;
  margin: 0;
  margin-top: 0px;
  margin-bottom: -22px;
  line-height: 1;
}

.lm-main-section p {
  line-height: 1.6em;
}

.lm-page .widget-type-space {
  height: 50px;
}

.lm-page .span7 .span4 {
  width: auto;
  margin-right: 25px;
}

.lm-page .span7 .span4 img {
  width: 100px;
  border-radius: 500px;
}

.lm-page .span7 .span8 {
  width: auto;
  font-size: 17px;
}

.lm-page .span7 .span8 h5 {
  font-size: 24px;
  margin-bottom: 5px;
  color: #555555;
}

.lm-page .sezu21 > .row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lm-page .span7 .span8 p {
  color: #555555;
  font-family: "Open sans", Open sans;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 300;
}

.lm-page .sezu24 .hs_cos_wrapper_type_rich_text {
  display: block;
}

.lm-page .span5 h6 {
  margin: 0;
}

.lm-page .span5 p:first-of-type {
  margin-top: 0;
}

.lm-page .span5 blockquote {
  line-height: 1.5em;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  quotes: none;
  border: 0 none;
  font-style: normal;
  color: #55595c;
  margin: 0;
  padding: 0;
  border-color: #e6e9ec;
  border-style: solid;
  border-left-width: 7px;
  padding-left: 20px;
}

.lm-page .span5 blockquote p {
}

.lm-page .span5 blockquote footer {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lm-page .span5 blockquote footer cite {
  font-size: 12px;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 700;
  color: #124858;
}
.circular-economy .lm-banner .banner .elementor-background-overlay {
  background-color: rgb(85 85 85 / 75%);
  opacity: 0.5;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
}

.circular-economy .lm-banner .banner-content-inner {
  margin: 0px 20px 0px 20px;
  padding: 0% 30% 0% 0%;
}

.circular-economy .lm-intro-section .span6:first-child {
  margin: 0px 0px 0px 20px;
}

.circular-economy .lm-intro-section p {
  line-height: 1.6em;
  margin-bottom: 16px;
}

.circular-economy .lm-intro-section h2 {
  line-height: 1.3em;
  padding-bottom: 0;
}

.circular-economy .lm-main-section .span7 .dnd-column {
  margin: 0px 60px 0px 20px;
}

.circular-economy .lm-main-section .span7 h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.circular-economy .hs_cos_wrapper_type_rich_text:after {
  display: table;
  content: '';
}

.circular-economy .lm-main-section .span7 {
  width: 60%;
}

.circular-economy .lm-main-section .span5 {
  width: 40%;
}

.circular-economy .lm-main-section .span7 .sezu10 h3 {
  margin-top: 20px;
}

.circular-economy .widget-type-linked_image {
  line-height: 0;
}

.circular-economy .lm-page .widget-type-space {
  height: 30px;
}

.circular-economy .lm-main-section .span7 .dnd-column.span4 {
  margin: 0;
  margin-right: 25px;
}

.circular-economy .lm-main-section .span7 .elementor-author-box__name {
  font-size: 24px;
  margin-bottom: 5px;
  color: #555555;
  text-decoration: none;
  line-height: 1.1em;
}

.circular-economy .lm-main-section .span7 .sezu32 > .row-fluid {
  display: flex;
  align-items: center;
}

.circular-economy .lm-main-section .span7 .dnd-column.span8 {
  margin: 0;
}

.circular-economy .lm-page .span7 .span8 p {
  margin-bottom: .8em;
}

.circular-economy .lm-main-section .span7 .button-module-link {
  font-size: 15px;
  padding: 12px 24px;
  margin-top: 7px;
  margin-bottom: 20px;
}

.circular-economy .lm-main-section .span5 p:first-of-type {
  margin: .85em 0;
}

.lm-main-section .elementor-social-icon-linkedin {
  background-color: #0077b5;
  margin-top: 7px;
  margin-bottom: 32px;
}

.lm-main-section .span5 .button-module-link {
  font-size: 15px;
  padding: 12px 24px;
  background-color: rgba(85,85,85,0.65);
  text-decoration: none !important;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-top: 7px;
  margin-bottom: 20px;
}
.srg-banner .banner {
  padding: 0;
  margin-top: -2px;
}

.srg-banner .banner-content-contain {
  padding: 0;
  margin: 0px 20px 0px 20px;
  padding: 0% 30% 0% 0%;
}

.srg-banner .banner-content-contain h6 {
  line-height: 1;
}

.srg-banner .banner .elementor-background-overlay {
  opacity: 0.4;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
}

.srg-banner .banner-content-contain h1 {
  line-height: 1;
  margin-bottom: 15px;
  margin-top: 4px;
}

.srg-banner .banner-content-contain h6:last-child {
  margin: 0;
}
.srg-intro-section .span6:last-child {
  text-align: center;
}

.srg-intro-section img {
  width: 65%;
  vertical-align: middle;
  display: inline-block;
  height: auto;
  max-width: 100%;
}

.srg-intro-section .widget-type-linked_image {
  margin: 20px 0px 40px 0px;
}

.srg-intro-section h2 {
  color: #555555;
  line-height: 1;
  margin-bottom: 20px;
}

.srg-intro-section p {
  color: #555555;
  font-weight: 300;
  line-height: 1.6em;
}

.srg-intro-section .button-module-link {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  padding: 10px 30px 10px 30px;
  font-weight: bold;
}

.srg-intro-section .button-module-link:hover {
  text-decoration: none;
}

.form-sec-robo label.hs-main-font-element {
  font-size: 14px;
}

.srg-intro-section h6 {
  margin: 0;
  margin-top: -1px;
  margin-bottom: -1px;
}

.srg-main-section {}

.srg-main-section h2 {
  margin: 0;
  line-height: 1;
}
.srg-main-section .span7:first-child>*,
.srg-main-section .span6:first-child > * {
  margin: 0px 20px 0px 0px;
}

.mfd .srg-main-section .span7{
  width: 60.614% !important;
}
.mfd .srg-main-section .span5{
  width: 39.386% !important;
}
.srg-main-section p {
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 300;
}

.srg-main-section .button-module-link {
  font-family: "Open sans", Open sans;
  font-weight: 500;
  font-size: 15px;
  padding: 12px 24px;
  display: inline-block;
  line-height: 1;
  margin-top: 12px;
}

.srg-main-section h6 {
  line-height: 1;
}

.srg-main-section ol {
  margin-bottom: 20px;
  list-style: decimal;
  margin-left: 15px;
}

.srg-main-section ol li {
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 300;
}

.srg-main-section .span6:last-child .button-module-link {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-top: 20px;
}

.srg-Consultancy-section .span7 {
  width: 60%;
}

.srg-Consultancy-section .span5 {
  width: 40%;
}

.srg-Consultancy-section h6 {
  line-height: 1;
  margin: 0;
}

.srg-Consultancy-section h2 {
  line-height: 1;
  margin-bottom: 20px;
}

.srg-Consultancy-section p {
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 300;
}
.srg-page .sezu24 .hs_cos_wrapper_type_rich_text:after {
  display: table;
  content: '';
}

.srg-Consultancy-section .span7 > * {
  margin: 0px 60px 0px 0px;
}

.srg-Consultancy-section .span5 .button-module-link {
  font-weight: 500;
  font-size: 15px;
  padding: 12px 24px;
}
.srg-Technology-section .widget-type-linked_image {
  margin: 0px 0px 0px -300px;
  display: block !important;
  max-width: unset;
}

.srg-Technology-section .widget-type-linked_image img {
  vertical-align: middle;
  display: inline-block;
  max-width: 100%;
}

.srg-Technology-section .span6:first-child .dnd-module {
  display: block !important;
}

.srg-Technology-section .span6:last-child > * {
  margin: 0px 0px 0px -60px;
  padding: 40px 80px 40px 20px;
  width: 100%;
}

.srg-Technology-section h6 {
  line-height: 1;
  margin-bottom: 0;
}

.srg-Technology-section h2 {
  line-height: 1;
  margin: 0;
}

.srg-Technology-section h2 sup {
  vertical-align: super;
  font-size: smaller;
  top: unset;
  position: static;
  line-height: inherit;
}

.srg-Technology-section p {
  line-height: 1.6em;
}

.srg-Technology-section .span6:last-child {
  padding: 0 !important;
}

.srg-Technology-section .button-module-link {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  background-color: #124858;
  padding: 10px 30px 10px 30px;
  font-family: "Open sans", Open sans;
  font-weight: bold;
}

.srg-Technology-section .sezu33 .hs_cos_wrapper_type_rich_text:after {
  content: '';
  display: table;
}

@media (max-width:1150px){
  .lm-banner .banner {
    padding: 0 15px;
    margin-top: -2px;
  }
  .circular-economy .lm-banner .banner {
    padding: 0;
  }
}
@media (max-width: 1024px){
  .ab-banner .banner {
    padding: 100px 25px 100px 25px;
  }

  .ab-main-section {
    display: none;
  }

  .ab-page .span5 {
    padding: 0px 0px 30px 20px !important;
  }

  .ab-Advantages-section sup {
    top: 0;
    vertical-align: super;
    font-size: smaller;
    line-height: 1.6em;
  }

  .ab-story-section .span5 {
    padding: 0 !important;
  }

  .ab-story-section .span7>* {
    margin: 0;
  }
  .srg-intro-section .span6:first-child {
    padding: 20px 20px 20px 20px !important;
  }

  .srg-Technology-section .span6:last-child>* {
    margin: 0px 0px 0px 0px;
  }

  .srg-Technology-section .span6:first-child {
    display: block !important;
  }

}
@media (max-width:767px){
  .hm-main-section .dnd-section > .row-fluid > .dnd-column {
    padding: 30px !important;
  }
  .hm-main-section .dnd-section .span6:first-child {
    padding-bottom: 30px;
  }
  .mfd .srg-main-section .span7{
    width: 100% !important;
  }
  .mfd .srg-main-section .span5{
    width: 100% !important;
  }
  .hm-technology-section .dnd-section > .row-fluid > .dnd-column > * > .row-fluid {
    display: flex;
    flex-wrap: wrap;
  }
  .mfd .srg-main-section .section-item4 {
    padding: 0 !important;
  }
  .hm-technology-section .span6:first-child {
    order: 2;
    padding-top: 10px;
    padding-right: 0 !important;
  }

  .hm-technology-section .span6:last-child {
    order: 1;
  }

  .hm-technology-section .span6 {
    width: 100%;
  }

  .hm-technology-section .span6:first-child h6 {
    display: none;
  }
  .hm-page h1{
    word-break: unset;
  }
  .ab-banner {
    display: none;
  }

  .ab-main-section {
    display: block;
  }

  .ab-main-section .dnd-section {
    padding: 0px 10px 30px 10px !important;
  }

  .ab-Advantages-section .dnd-section > .row-fluid {
    display: flex;
    flex-wrap: wrap;
  }

  .ab-Advantages-section .dnd-section .span5 {
    order: 2;
    width: 100%;
  }

  .ab-Advantages-section .dnd-section .span7 {
    order: 1;
    width: 100%;
  }

  .ab-Advantages-section .dnd-section {
    padding: 0px 30px 0px 0px !important;
  }

  .ab-story-section .span5 {
    width: 100%;
    order: 2;
    margin-bottom: 30px;
  }

  .ab-story-section .dnd-section:last-child > .row-fluid {
    display: flex;
    flex-wrap: wrap;
  }

  .ab-story-section .span7 {
    width: 100%;
    order: 1;
  }

  .ab-story-section .span7>* {
    padding: 10px 0px 0px 0px;
  }
  .lm-main-section .dnd-section {
    padding: 0px 15px 0px 15px;
  }

  .lm-main-section .span7 {
    width: 100%;
  }

  .lm-main-section .span5 {
    width: 100%;
  }
  .lm-banner .banner {
    padding: 0;
  }

  .lm-banner .banner {
    margin-top: 0;
  }

  .circular-economy .lm-intro-section .span6:last-child {
    display: none;
  }

  .circular-economy .lm-main-section .span7 .dnd-column {
    margin: 0;
  }

  .circular-economy .lm-main-section .span7 {
    width: 100%;
  }

  .circular-economy .lm-main-section .span5 {
    width: 100%;
  }

  .circular-economy .lm-main-section .dnd-section {
    padding: 0px 0px 0px 10px;
  }

  .circular-economy .lm-main-section .sezu50 {
    margin-bottom: 8px;
  }
  .srg-main-section .span7:first-child>*,
  .srg-main-section .span6:first-child>* {
    margin: 0;
  }

  .srg-main-section .span6:last-child .button-module-link {
    margin-bottom: 40px;
  }

  .acc-tab-title-inner {
    padding: 12px;
  }

  .srg-Consultancy-section .span7 {
    width: 100%;
  }

  .srg-Consultancy-section .span5 {
    width: 100%;
  }

  .srg-Consultancy-section .span7>* {
    margin: 0;
  }

  .srg-Technology-section .span6:last-child>* {
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
  }
}
@media (max-width:479px){
  .lm-page .sezu21>.row-fluid {
    display: block;
  }

  .lm-page .span7 .span4 {
    margin: 0;
    text-align: left;
  }
  .lm-banner .banner-content-contain h1 {
    word-break: unset;
  }
  .circular-economy .lm-main-section .span7 .sezu32>.row-fluid {
    display: block;
  }

  .circular-economy .lm-main-section .span7 .dnd-column.span4 {
    margin: 0;
  }
}

/*====== whirlpool page =======*/

.whirlp-intro-section .span7.dnd-column {
  width: 60%;
}

.whirlp-intro-section .span5.dnd-column {
  width: 40%;
}

.whirlp-intro-section .span7.dnd-column > .dnd-row {
  padding-right: 60px;
}

.whirlp-acc-section {
}

.whirlp-acc-section .span7.dnd-column {
  padding-top: 10px;
  padding-bottom: 10px;
}

.whirlp-acc-section .span7 .cm-acc-wrapper.full-story h2 {
  line-height: 1;
  margin-bottom: 20px;
}


.whirlp-case-section .cm-cntnt-with-img-grp-wrapper h6 {
  line-height: 1;
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 40px;
  text-align: left;
  margin: 20px 20px 0px 0px;
  padding: 0px 0px 20px 0px;
}

.whirlp-case-section .cm-cntnt-with-img-grp {
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
}

.whirlp-case-section .elementor-post.item--column {
  max-width: calc(33.3% - 15px);
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(33.3% - 15px);
  flex: 1 1 calc(33.3% - 20px);
  margin-right: 30px;
  max-width: calc(33.3% - 20px);
  margin-bottom: 30px;
  padding: 0;
}


.whirlp-case-section .cm-cntnt-with-img-grp .elementor-post__text {
  padding: 0;
}

.whirlp-case-section .cm-cntnt-with-img-grp .elementor-post__text h3.elementor-post__title {
  margin: 0;
}

.whirlp-case-section .cm-cntnt-with-img-grp .elementor-post__text h3.elementor-post__title a {
  color: #124858;
}

.whirlp-case-section .cm-cntnt-with-img-grp .elementor-post__text p.more-btn {
  margin-top: 13px;
  font-weight: 500;
  font-size: 12px;
}

.whirlp-case-section .cm-cntnt-with-img-grp .elementor-post__excerpt {
  margin: 0;
}

.solu-page .elementor-post__card>a.elementor-post__thumbnail__link:after {
  display: block;
  content: "";
  background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.35)),color-stop(75%,transparent));
  background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.35),transparent 75%);
  background-image: -o-linear-gradient(bottom,rgba(0,0,0,.35) 0,transparent 75%);
  background-image: linear-gradient(0deg,rgba(0,0,0,.35),transparent 75%);
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  opacity: 1;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.solu-page .elementor-post__card:hover a.elementor-post__thumbnail__link:after {
  opacity: .5;
}
.solu-page .solu-tw-col-cnt a.button-module-link:hover {
  background-color: #5bc0de;
}
.cm-team-banner-area-inner p {
  color: #555;
}

.AdamHenrikssonAdam .elementor-background-overlay {
  background-color: rgba(154,201,214,0.19);
}
.mfd-page .cm-two-col-equal_btn a.hs-button {
  font-weight: 400;
}

.cut-time .button-module {
  padding-bottom: 0;
}

.efficient .elementor-icon.elementor-social-icon.elementor-social-icon-linkedin {
  background-color: #0077b5;
}

.search-results-page ul.hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  background: #fff;
  z-index: 10;
}
ul.hs-search-field__suggestions {
  padding: 10px;
}
ul.hs-search-field__suggestions:empty {
  padding: 0;
}

span.acc-toggle-icon {
  font-size: 17px;
}

.search-results-page {
  padding-top: 20px;
}
.search-results-page h4 {
  color: #000;
}

@media (max-width:1024px){
  .reg-bnnr .banner-content-contain h1 {
    margin-right: 0;
  }

  .whirlp-intro-section .span7.dnd-column {
    margin-top: 40px;
  }

  .whirlp-intro-section .span7.dnd-column>.dnd-row {
    padding-right: 30px;
  }

  .whirlp-case-section .elementor-post.item--column {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 20px);
    flex: 1 1 100%;
    margin-right: 30px;
    max-width: calc(50% - 15px);
  }
}


@media (max-width:1024px) and (min-width:768px){
  .whirlp-case-section .elementor-post.item--column:nth-child(even) {
    margin-right: 0;
  }
}

@media(min-width:1025px){

  .whirlp-case-section .elementor-post.item--column:nth-child(3n + 0) {
    margin-right: 0;
  }

}

@media(max-width:767px){
  .market-segmentation .full-width-page .dnd-section>.row-fluid>.span8 {
    padding-right: 20px;
  }
  .journey .section-item5 .span6.half-type-column:last-child, .market-segmentation .section-item3 .span6.half-type-column:last-child, .speed .section-item3 .span6.half-type-column:last-child {
    padding-right: 20px;
  }

  .tw-col-eql-page .hs-tw-col-eql-four .dnd-section {
    padding-bottom: 0 !important;
  }

  .tw-col-eql-page .hs-tw-col-eql-four .dnd-section:last-child .cm-cntnt-with-img-grp-wrapper {
    margin: 0 10px 10px;
  }

  .market-segmentation .banner-content-inner {
    padding-right: 0 !important;
  }

  .trail-page .cm_tw-col-sec .dnd-section {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .whirlp-intro-section .span7.dnd-column {
    width: 100%;
    margin: 0;
    padding-bottom: 10px;
  }

  .whirlp-intro-section .span7.dnd-column>.dnd-row {
    padding: 0;
  }

  .whirlp-case-section .elementor-post.item--column {
    max-width: 100%;
    margin-right: 0;
  }

  .market-segmentation .section-item3 .span6.half-type-column:last-child {
    padding-right: 20px;
  }

  .market-segmentation .full-width-page .dnd-section>.row-fluid>.span8 {
    margin-left: 0;
    padding-left: 20px;
  }

  .solu-page .solu-main-section .span6 p {
    padding: 0;
  }
  .cont-page .cm_tw-intro-sec .dnd-section, .cont-page .cm_tw-col-sec .dnd-section {
    padding: 0px 15px 0px 15px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .cont-page .cm_tw-intro-sec h2 {
    line-height: 1.1;
  }

  .cont-page .cm_tw-intro-sec .span8 p {
    text-align: left;
  }

  .cont-page .cm_tw-intro-sec h2 {
    margin-bottom: 33px;
  }

  .cont-page .cm_tw-intro-sec .span4.dnd-column {
    padding: 0;
  }

  .cont-page .cm_tw-intro-sec h3 {
    margin: 0 0 30px;
  }

  .team-inner-content .span8 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .team-inner-content .span8 .widget-type-rich_text {
    margin-right: 0 !important;
  }

  .efficient.engine .cm-acc-wrapper {
    padding-right: 0;
  }

  .whirlp-banner .banner-content-contain {
    padding: 0 10px !important;
  }
  .mfd-page .srg-main-section p {
    margin-left: 0 !important;
    text-indent: unset !important;
  }
  .leadership-page .dnd-section {
    padding-bottom: 35px !important;
  }

  .design-page .des-cnt-wit-bg .dnd-section {
    padding: 40px 0 !important;
  }
  .design-page .des-cnt-wit-bg {
    display: block !important;
  }
  .design-page .des-cnt-wit-bg .dnd-section .span8 {
    width: 100%;
  }
  .design-page .des-cnt-wit-bg .dnd-section .span8>div {
    padding: 0;
  }
  .design-page .des-cnt-wit-bg .dnd-section {
    padding: 40px 20px !important;
  }
  .design-page .des-cnt-wit-bg .dnd-section .span4 {
    width: 100%;
    padding: 10px 0;
  }
  .tw-col-ryt-page .cm_tw-col-sec .dnd-section {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .tw-col-ryt-page .cm_tw-col-sec .span4>.dnd-row {
    margin: 0;
  }
  .cont-page .cm-cases-wrapper.morecases {
    padding-left: 0;
    padding-right: 0;
  }
  .cont-page .cm_tw-intro-sec .span4.dnd-column > div {
    padding: 0 10px;
  }
}

@media(max-width:479px){
  .german-banner .banner-content-contain h1{
    font-size: 32px;
  }

  .de-home .banner-content-contain h1{
    font-size:30px;
  }

  .mfd-page .srg-main-section h2 {
    font-size: 36px;
  }

  .mfd-page .srg-main-section .span5 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

}
@media(max-width:400px){
  .full-width-page h2 {
    font-size: 30px;
  }
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: #F8FAFC;
}

.header__container {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

.header__row-1,
.header__row-2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.header__row-1 {
  padding-top: 20px;
}

.header__menu--flex {
  display: flex;
}
#nav-toggle {
  display: none;
}

/* Styles for the Logo */

.header__logo {
  display: flex;
  align-items: center;
  max-width: 200px;
  height: auto;
  margin-left: 22px;
  margin-right: auto;
  overflow: hidden;
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--tablet {
  display: none;
}

.header__logo--main {
  padding-top: 20px;
}

/* Styles for the Search Bar */

.header__search {
  width: auto;
  padding: 0 22px;
}

.header__search .hs-search-field__input {
  box-sizing: border-box;
  background-color: white;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center right 15px;
  color: #494a52;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  font-family: Lato, serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 42;
  padding: 0 15px;
  height: 45px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: white;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  background-color: white;
  border-top: -2px solid white;
  border: 1.79px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: Lato, serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #494a52;
  text-decoration: none;
  padding: 3px 15px;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

/* Styles for the Language Switcher Component */

.header__language-switcher {
  /*   padding-right: 35px;
  cursor: pointer; */
}

.header__language-switcher .lang_switcher_class {
  /*   position: static; */
}

.header__language-switcher .lang_list_class {
  /*   display: block;
  visibility: hidden;
  opacity: 0;
  font-family: Lato, serif;
  font-size: 0.8rem;
  color: #494a52;
  top: 42px;
  left: calc(100% - 24px);
  padding-top: 0;
  min-width: 100px;
  text-align: left;
  transition: opacity 0.3s;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2) */
}

.header__language-switcher:hover .lang_list_class {
  /*   visibility: visible;
  opacity: 1;
  transition: opacity 0.3s; */
}

.header__language-switcher .lang_list_class:before {
  /*   top: -24px;
  left: 70%;
  border-bottom-color: #D1D6DC;
  border-radius: 6px; */
}

.header__language-switcher .lang_list_class:after {
  /*   top: -22px;
  left: 70%; */
}

.header__language-switcher .lang_list_class.first-active::after {
  /*   top: -22px;
  border-bottom-color: #EBEFF3;
  transition: 0.3s; */
}

.header__language-switcher .lang_list_class li {
  /*   border: none;
  padding: 10px 15px;
  font-size: 18px; */
}

.header__language-switcher .lang_list_class li:first-child {
  /*   border-top: none;
  border-radius: 6px 6px 0 0; */
}

.header__language-switcher .lang_list_class li:last-child {
  /*   border-bottom: none;
  border-radius: 0 0 6px 6px; */
}

.header__language-switcher .lang_list_class li:hover {
  /*   background-color: #EBEFF3;
  transition: background-color 0.3s; */
}

.header__language-switcher .lang_list_class li a {
  font-family: Lato, serif;
  color: #494a52;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #494a52;
}

.header__language-switcher--label {
  /*   display: flex;
  position: relative; */
}

.header__language-switcher--label-current {
  /*   font-size: 18px;
  margin-left: 10px;
  margin-bottom: 5px;
  display: flex;
  align-items: center; */
}
.header__language-switcher--label-current:after {
  content: "";
  display: block;
  /*   height: 0px;
  width: 0px;
  margin-top: 3px;
  margin-left: 10px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent; */
  border-top: 6px solid #494a52;
}

/* Tablet Styles */
@media (min-width: 1100px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li a {
    padding: 9.5px 15px 8.5px !important;
  }
}
@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }

  .header__logo--main {
    display: none;
  }

  .header__logo--tablet {
    display: block;
  }
}
@media (max-width: 1099px){
  .custom-menu-primary.mob-menu {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
/* Mobile Styles */

@media (max-width: 767px) {

  .header__container {
    padding: 20px 0 0;
  }

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

  .header__logo {
    width: 100%;
    margin: 0 auto;
  }

  .header__navigation,
  .header__search {
    display: none;
    width: 100%;
  }

  /*   .header__language-switcher.ope */
  .header__navigation.open,
  .header__search.open {
    display: block;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    height: calc(100vh - 115px);
    background-color: #F8FAFC;
    z-index: 2;
  }

  /*   .header__language-switcher--toggle, */
  .header__navigation--toggle,
  .header__search--toggle,

  .header__close--toggle {
    position: relative;
    cursor: pointer;
    margin: 0 5vw;
  }

  /*     .header__language-switcher--toggle.hide */
  .header__navigation--toggle.hide,
  .header__search--toggle.hide
  {
    display: none;
  }

  /*     .header__language-switcher--toggle.open  */
  .header__navigation--toggle.open,
  .header__search--toggle.open
  {
    display: block;
    margin-right: auto;
    margin-left: 0;
  }


  /*   .header__language-switcher--toggle.open:after  */
  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after{
    display: block;
  }

  /*   
  .header__language-switcher--toggle:after */
  .header__navigation--toggle:after,
  .header__search--toggle:after {
    display: none;
    position: absolute;
    left: 40px;
    top: -10px;
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 30px;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    height: 25px;
    width: 25px;
    cursor: pointer;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  /*   .header__language-switcher--toggle {
  background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
  background-size: cover;
  width: 25px;
  height: 25px;
}

  .header__language-switcher--toggle:after {
  content: "Language";
}

  .header__language-switcher {
  border-top: 2px solid #CED4DB;
  padding-right: 0;
  padding-left: 30px;
}

  .header__language-switcher .lang_list_class {
  display: block;
  visibility: visible;
  opacity: 1;
  top: 0;
  left: 30px;
  border: none;
  border-radius: 0;
  box-shadow: unset;
  padding: 0 30px;
  background-color: inherit;
}

  .header__language-switcher .lang_list_class li {
  background-color: inherit;
  font-size: 22px;
}

  .header__language-switcher .globe_class {
  background-image: none;
}

  .header__language-switcher .lang_list_class li:hover {
  background-color: inherit;
}

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
  content: none;
}

  .header__search--toggle {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-size: cover;
  width: 25px;
  height: 25px;
}

  .header__search--toggle:after {
  content: "Search";
} */

  .header__search {
    order: 1;
    padding: 30px;
    border-top: 2px solid #CED4DB;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

  .header__close--toggle {
    display: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-size: 110%;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin-right: 0;
  }

  .header__close--toggle.show {
    display: block;
  }
}




/*============ custom css========*/
.body-wrapper {
  padding-top: 69px;
}

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


.header-logo img {
  max-width: 195px;
  width: 75% !important;
  height: auto;
  display: block;
}

.header-right {
  float: right;
}

.header-logo a {
  display: block;
  padding: 10px;
}

.header__container {
  padding: 0;
}

body {
  opacity: 0;
  transition: 0.1s ease;
}

body.loaded {
  opacity: 1;
}


.germ-h .header__container {
  max-width: 1310px;
}

li.lang-togle:not(.lang-menu-add) span.av-submenu-indicator,
li.lang-togle:not(.lang-menu-add) .header__language-switcher--label-current:after {
  display: none;
}

@-moz-document url-prefix() {

  .header-logo {
    float: left;
    width: 100%;
    max-width: 195px;
    display: table;
    height: 69px;
    margin-left: 10px;
  }

  .header-logo > * {
    display: table-cell;
    vertical-align: middle;
  }

  .header-logo > * a {
    padding: 0;
  }

}


@media(min-width:1100px){
  .header__language-switcher {
  }

  .header__language-switcher--label {
    font-family: "Open sans",Open sans;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
    height: 69px;
    line-height: 69px;
    padding: 0 20px;
  }

  .lang-togle .lang_switcher_class {
    position: absolute;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    margin-left: 0;
    left: 0;
    position: absolute;
    top: 100%;
    width: 208px;
    z-index: 2;
    padding: 0;
    box-shadow: 0 8px 15px rgba(0,0,0,0.1);
    margin-top: -1px;
    transition: .2s ease;
    height: auto;
  }

  .lang-togle .header__language-switcher--label:hover .lang_switcher_class {
    opacity: 1;
    visibility: visible;
  }

  .header__language-switcher--label-current:after {
    content: '';
    border: 0;
  }

  .header__language-switcher--label-current:AFTER {
    content: ' ▾';
    margin-left: 5px;
    font-size: 18px;
    display: inline-block;
    color: #fff;
    vertical-align: middle;
  }

  .header__language-switcher--label-current:after {
    border: none;
  }

  div#hs_cos_wrapper_language-switcher > * {
    display: block;
    width: 100%;
  }

  .header__language-switcher--label-current {
    font-size: 0;
    height: 69px;
    line-height: 69px;
  }


}

@media(max-width:767px){


  .body-wrapper {
    padding-top: 0;
  }

  header.header {
    position: relative;
  }

  .header .header__container {
    margin: 0 20px;
    max-width: calc(100% - 40px);
    width: calc(100% - 40px);
  }

  .header-logo {
    width: 40%;
    overflow: hidden;
    position: static;
    display: table;
    height: 80px !important;
    float: none;
    padding: 0;
    border: none;
  }

  .header-logo img {
    max-width: 282px;
    max-height: 85px;
  }

  .header-logo a {
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    position: relative;
    height: 100%;
  }

  .header-logo > * {
    display: block;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
  }

  .header-logo > * > * {
    display: block;
    width: 100%;
  }

  @-moz-document url-prefix() {
    .header-logo {
      max-width: 100%;
      margin-left: 0;
    }

    .header-logo > * > * {
      height: 100%;
    }

    .header-logo a {
      padding: 0;
      padding-right: 0px;
      padding-left: 0px;
      display: block;
      vertical-align: middle;
      padding-left: 0;
      padding-right: 0;
      overflow: hidden;
      position: relative;
      height: 100%;
    }

  }


}

@media(max-width:480px){


  .header-logo img {
    max-height: 85px;
  }

  .header-logo > * {
    display: table-cell !important;
    vertical-align: middle;
  }


}


/* post hs update language rendering */

@media( max-width:1100px ) {
  .currnt-en .custom-menu-primary .hs-menu-wrapper ul.lang_list_class li:first-child {
      display: block !important
  }
}

.custom-menu-primary .hs-menu-wrapper ul.lang_list_class {
  margin: 0 !important;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: trasnparent;
  text-align: center;
}
.footer__container {
  margin: 0 auto;
}
.footer__copyright {
  font-family: Lato, sans-serif;
  font-size: .7rem;
  margin: .5rem 0;
}

.footer .x-logo {
    height: 17px;
    margin-bottom: 5px;
    margin-right: 12px;
}

.social-media-icon{
  margin-right: 16px!important;
}


.hs-error-msgs.inputs-list li {
  margin: 0;
}
/*===============*/
footer.footer {
  padding: 15px 0 30px 0;
  line-height: 1.65em;
}

.footer__main .span4 {
  width: 20.6%;
  margin-left: 6%;
  padding: 30px 0;
  height: 100%;
}

.footer__main {
  padding-bottom: 6px;
}

.footer-logo img {
  width: 100%;
  max-width: 100px;
}

.footer__main .row-fluid {
  display: flex;
}

.footer-logo {
  text-align: left;
  padding: 30px 0 30px 0;
}

.footer__main h3 {
  margin: 0 0 15px;
  font-size: .8em !important;
  color: inherit;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.6;
}

.footer-menu .hs-menu-wrapper ul {
  margin: 0;
}

.footer-menu .hs-menu-wrapper ul > li {
  display: block;
  width: 100%;
  font-size: 13px;
  text-align: left;
  line-height: 1.6em;
}

.footer-menu .hs-menu-wrapper ul > li > a {
  padding: 0;
  font-size: 14px;
  padding: 1px 0;
}

.footer-address,.footer-menu {
  text-align: left;
}

.footer-address p {
  font-weight: 300;
  margin: 0.85em 0;
}

.footer-form-wrap h3 {
  text-align: left;
}

.footer-form-wrap .hs-form-field > label {
  display: none;
}

.footer-form-wrap form {
  margin-top: 28px;
  TEXT-ALIGN: LEFT;
  position: relative;
}

.footer-form-wrap form input.hs-button {
  position: absolute;
  top: 0;
  right: 0;
  font-size: .8em;
  padding: 10px 13.5px 11px;
  font-weight: bold;
  height: 47px;
  border-radius: 0 5px 5px 0;
  border-width: 2px;
  border-style: solid;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  font-family: "Open sans", Open sans;
}

.footer-form-wrap form .input > input {
  font: 1em "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
  border-radius: 5px 0 0 5px;
  color: #FFF;
  height: auto;
  letter-spacing: normal;
  min-height: 47px;
  padding: 6px 8px !important;
  box-shadow: none;
  font-size: 14px;
  line-height: normal;
  width: calc(100% - 43px)!important;
  margin-left: 0;
  border-width: 2px;  
}

.footer-form-wrap form .input  input.hs-input::-webkit-input-placeholder {
  color: #FFF !important;
  font-size: 0.8em;
}

.footer-form-wrap form .input  input.hs-input:-ms-input-placeholder {
  color: #FFF !important;
}
.footer-form-wrap form .input  input.hs-input::-moz-placeholder {
  color: #FFF !important;
  font-size: .8em;
  opacity: 1;
}

::-webkit-input-placeholder {}

/* Webkit Browsers */
::-moz-placeholder {}

/* Firefox 19+ */
:-ms-input-placeholder {}

/* IE10 */




.footer p, .footer a {
  word-break: break-word;
}

.footer-form-wrap .hs-error-msgs label {
  color: #790000 !IMPORTANT;
  font-weight: 700;
  MARGIN: 0;
}

.footer-form-wrap .inputs-list > li {
  background-color: rgba(255,223,224,.25);
  margin-bottom: 6px!important;
  border-top: 1px solid #C89797;
  border-bottom: 1px solid #C89797;
  padding-bottom: 6px;
  padding-top: 8px;
  padding-left: 6px;
}

.footer-menu .hs-menu-wrapper ul >li{
  margin: 0;
}

.footer-menu .hs-menu-wrapper ul > li.active > a,.footer-menu .hs-menu-wrapper ul > li.active-branch > a {
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}

a#back-to-top {
  cursor:pointer;
  position: fixed;
  border-radius: 2px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-decoration: none;
  text-align: center;
  opacity: 0;
  right: 50px;
  bottom: 50px;
  z-index: 1030;
  visibility: hidden;
  color: #000000;
  border: 1px solid #ebebeb;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #ffffff;
  opacity: 0.7;
  visibility: visible;
}

a#back-to-top:hover {
  background-color: #f8f8f8;
  color: #124858;
  border: 1px solid #ebebeb;
}

a#back-to-top:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  content: "";
  speak: none;
  font-family: 'entypo-fontello';
}

/*========= german -footer ==========*/


.germ-f.footer {
  font-family: 'helvetica neue', 'HelveticaNeue', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
  padding-bottom: 31px;
}

.germ-f .footer__container {
  max-width: 1310px;
}

.germ-f .footer__main h3 {
  font-family: 'helvetica neue', 'HelveticaNeue', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
}

.germ-f .footer-address p {
  font-family: 'helvetica neue', 'HelveticaNeue', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
}

.germ-f .footer-form {
  padding-right: 36px;
}


/*==============*/


@media(min-width:1950px){


  .hs_submit.hs-submit {
    width: auto;
    display: inline-block;
    float: left;
    clear: none;
    padding: 0;
    margin-top: 0;
    top: 0;
    right: 7px;
  }

  .footer-form-wrap form input.hs-button {
    position: static;
    top: 0;
    right: 0;
    font-size: .8em;
    padding: 10px 13.5px 11px;
    font-weight: bold;
    height: 47px;
    border-radius: 0 5px 5px 0;
    border-width: 2px;
    border-style: solid;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    font-family: "Open sans",Open sans;
    padding: 10px 13px 11px;
  }

  .footer-form-wrap form .input > input {
    width: auto;
  }

}



@media(max-width:1199px){

  .header__container,
  .footer__container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media(max-width:860px) and (min-width:768px) {
  .footer-form-wrap form input.hs-button {
    position: relative;
    border-radius: 5px;
  }

  .footer-form-wrap form .input>input {
    width: 100%;
    border-radius: 5px;
  }
}


@media(max-width:767px){

  footer.footer {
    line-height: 1.65em;
  }

  a#back-to-top {
    opacity: 0;
    visibility: hidden;
    pointer-events: none !important;
  }

  .header__container, .footer__container{
    padding-left: 0;
    padding-right: 0;
    width:85%;
  }

  .footer__main .span4 {
    width: 100%;
    float: none;
    margin: 0;
  }

  .footer__main .row-fluid {
    display: block;
  }

  .footer-form-wrap form .field {
    MARGIN: 0;
  }

  .footer-form-wrap form .input > input {
    line-height: 1.8em;
    font-size: 15px;
  }

  .footer__main .span4 {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .footer-form-wrap.span4 {
    padding-bottom: 30px;
  }

  .footer-menu .hs-menu-wrapper ul > li {
    line-height: 1.8em;
  }

  .footer-menu .hs-menu-wrapper ul > li > a {
    padding: 0.5px 0;
  }

  .footer-logo img {
    margin-bottom: 7px;
  }

  .germ-f.footer {
    padding-bottom: 24px;
  }

  footer.footer {
    padding-bottom: 24px;
  }

}


@media(max-width:641px){
  footer.footer {
    padding-bottom: 24px;
  }

  .footer-form-wrap form .input > input {
    min-height: 32px;
    height: auto;
    line-height: normal;
  }

  .footer-form-wrap form input.hs-button {
    height: 33px;
  }

}
/* ******************************************************************************
*********************************************************************************
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
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  margin: 0 auto;
}

.blog-header {
  background-color: trasnparent;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

.blog-index-wrap a.more-link {
  margin-bottom: 20px;
  display: inline-block;
  text-transform: uppercase;
  color: #124858;
  font-family: "Open sans", Open sans;
  font-weight: 500;
  font-size: 16px;
}
.blog-sidebar .cm-post-wrap .cm-post-body .cm-post-txt p {
  line-height: 1.65;
}
.blog-sidebar .cm-post-wrap .cm-post-body .cm-post-txt a.cm-btn.btn {
  margin: 0;
}

.blog-sidebar>div {
  margin: 15px 0;
}

.blog-sidebar h3 {
  font-family: "Open sans",Open sans;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  font-style: normal;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 70px;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: trasnparent;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}

.blog-post__body h6:first-child {
  margin-bottom: 30px;
}

.blog-post__body h3 {
  color: #555;
  font-family: "Open sans",Open sans;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 12px;
  margin-top: 32px;
  line-height: 1;
}

.blog-post__body h5 {
  color: #000000;
}

.blog-post__body .caption {
  max-width: 303px;
  margin: 5px auto 10px auto;
  font-size: 11px;
  font-style: italic;
  border-width: 1px;
  border-style: solid;
  border-color: #ebebeb;
  text-align: center;
  font-family: Georgia,"Times New Roman";
  padding: 0 0 2px;
}

.sidebar-top-cont blockquote {
  margin-top: 30px;
}

.blog-post__body .caption img {
  display: block;
  padding: 5px;
  width: 100%;
  margin-bottom: 10px;
}

.blog-post__body blockquote,
.sidebar-top-cont blockquote{
  padding-left: 20px;
  border-left: 7px solid #e6e9ec;
  margin: 45px 0 51px;
}

.blog-post__body blockquote p,
.sidebar-top-cont blockquote p{
  margin-bottom: 0;
}

.blog-post__body blockquote footer ,
.sidebar-top-cont blockquote footer{
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-post__body blockquote cite,
.sidebar-top-cont blockquote cite{
  font-size: 12px;
  color: #124858;
  font-weight: 700;
  line-height: 1.7;
  font-style: normal;
}

.blog-post__body img.border-sty {
  border: solid 3px #F5F5F5;
  margin: 31px 0 20px;
}

.blog-post__body .blue-btn {
  background-color: #124858;
  font-family: "Open sans", open sans;
  font-weight: 500;
  color: #fff !important;
  font-size: 16px;
  padding: 12px 24px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  line-height: 1;
}

.sidebar-top-cont h6:first-child {
  margin: 40px 0 20px;
}

.sidebar-top-cont img {
  margin-bottom: 20px;
}

.sidebar-top-cont .blue-btn {
  background-color: #124858;
  font-family: "Open sans", open sans;
  font-weight: 500;
  color: #fff !important;
  font-size: 16px;
  padding: 12px 24px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  line-height: 1;
  margin: 10px 0 30px;
}

.blog-post-content-wrap .cm-two-col-equal-content-wrapper {
  padding: 0;
}

.blog-post-content-wrap .cm-two-col-equal_btn a.hs-button {
  background-color: #124858;
  font-size: 16px;
  padding: 12px 24px;
  line-height: 1;
  display: inline-block;
  font-family: "Open sans", Open sans;
  font-weight: 500;
  margin: 30px 0px 30px 0px;
}

.blog-post-content-wrap .cm-two-col-equal-right-content {
  margin: 0px 0px 0px -60px;
}

.blog-post-content-wrap .cm-two-col-equal_txt h2 {
  margin-bottom: 30px;
}

.post-auth-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
  margin-bottom: 80px;
}

.post-auth-wrapper .lt-col {
  width: 42.34%;
  padding: 10px;
}

.post-auth-wrapper .rt-col {
  width: 57.66%;
  padding: 10px;
}

.post-auth-wrapper .rt-col h5 {
  margin: 0;
  line-height: 1.1em;
}

.post-auth-wrapper .rt-col h3 {
  margin: 0;
  color: #000000;
  padding: 0;
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
}

.post-auth-wrapper .rt-col h4 {
  color: #000000;
}

.soc-icon {
  background-color: #124858;
  -webkit-border-radius: 10%;
  border-radius: 10%;
  font-size: 25px;
  text-align: center;
  padding: .5em;
  margin-right: 5px;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #fff !important;
  min-width: 50px;
}

@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-top-content {
  background-color: #f5f5f5;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  position: relative;
  min-height:0;
}

.blog-top-content .page-center > .widget-type-rich_text > .hs_cos_wrapper_type_rich_text {
  display: block;
  padding: 20px 0px 40px 30px;
}

.blog-top-content .page-center>.widget-type-rich_text>.hs_cos_wrapper_type_rich_text:empty {
  display: none;
}

.blog-top-content .page-center > .widget-type-rich_text h2 {
  margin: 0;
  line-height: 1;
  padding-top: 4px;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {

}
.blog-comments .hs-button 
}
.blog-comments .hs-button:hover {
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

.grecaptcha-badge {
  margin-left: 0;
}


/*             Blog Listing with Sidebar            */
.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}


.comment-date {
  display: table !important;
  margin-bottom: 5px;
}
/* ============================= */

img {
  max-width: 100%;
}

.blog-index-wrap {
  padding: 40px 0;
}
.hs-featured-image {
  float: none !important;
  margin: 0;
  max-width: 100%;
}

.blog-index.span9 {
  width: 66.666%;
}

.blog-sidebar.span3 {
  width: 33.333%;
  margin: 0;
}

.blog-index-inr {
  padding: 10px;
  margin: 0px 60px 0px 0px;
}

.post-item {
  margin-bottom: 35px;
  width: calc(50% - 15px);
}

.post-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-feat-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 67%;
  margin-bottom: 25px;
}

.post-item:nth-child(odd) {
  margin-right: 15px;
}

.post-item:nth-child(even) {
  margin-left: 15px;
}

.post-item-inner {
  overflow: hidden;
  position: relative;
  background-color: #fff;
  width: 100%;
  min-height: 100%;
  border-radius: 3px;
  border: 0 solid #818a91;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
  box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
}

.post-author {
  position: relative;
  padding: 0 30px;
  width: 100%;
  top: -25px;
  height: 0;
  z-index: 50;
  pointer-events: none;
}

.post-author img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 50%;
  width: 60px;
  pointer-events: all;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  z-index: 9;
}

.post-body {
  width: 100%;
  padding: 0 30px;
  margin-bottom: 0;
  margin-top: 20px;
}

.post-item h2 {
  font-family: "Open sans", open sans;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1.6;
  font-size: 20px;
  line-height: 1.6;
}

.post-item h2 a {
  color: #000000;
}

.post-footer  .post-footer {
  line-height: 1.3em;
  font-size: 12px;
  color: #adadad;
  font-family: "Open sans", open sans;
  font-weight: 700;
  padding: 15px 30px;
  margin-bottom: 0;
  border-top: 1px solid #eaeaea;
}

.post-footer  .post-footer span:not(:first-child):before {
  margin: 0 5px;
  content: "•";
}

.post-footer  .post-body a.more-link {
  font-size: 12px;
  font-family: "Open sans", open sans;
  font-weight: 500;
  margin-bottom: 20px;
  display: inline-block;
  text-transform: uppercase;
}

.post-item-inner:hover {
  -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.15);
  box-shadow: 0 0 30px 0 rgba(0,0,0,.15);
}

.post-body_txt {
  line-height: 1.5em;
  margin-bottom: 25px;
}

.hs-featured-image-wrapper {
  position: relative;
}

.hs-featured-image-wrapper:after {
  display: block;
  content: "";
  background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.35)),color-stop(75%,transparent));
  background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.35),transparent 75%);
  background-image: -o-linear-gradient(bottom,rgba(0,0,0,.35) 0,transparent 75%);
  background-image: linear-gradient(0deg,rgba(0,0,0,.35),transparent 75%);
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  opacity: 1;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.post-item:hover .hs-featured-image-wrapper:after {
  opacity: .5;
}

a.post-image-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 80;
}

.post-item a{
  text-decoration: none;
}
/*  ===========*/

.cm-post-wrap {
  background-color: #f5f5f5;
  position: relative;
  width: 100%;
  padding: 10px;
}

.cm-post-inner {
  position: relative;
  overflow: hidden;
}

.cm-post-img-wrap {
  position: relative;
  min-height: 200px;
  width: 100%;
  overflow: hidden;
}

.cm-post-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  background-size: cover;
  background-position: 50%;
  z-index: 1;
  will-change: transform;
  transition-duration: 1500ms;
}

.elementor-cta__bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  transition-duration: 1500ms;
  z-index: 2;
}

.cm-post-inner:hover .elementor-cta__bg-overlay {
  background-color: rgba(0,0,0,.3);
}

.cm-post-inner:hover .cm-post-img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.cm-post-ribbon {
  position: absolute;
  z-index: 1;
  top: 0;
  left: auto;
  right: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 150px;
  overflow: hidden;
  height: 150px;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  left: 0;
  right: auto;
  z-index: 50;
}

span.ribbon_txt {
  text-align: center;
  left: 0;
  width: 200%;
  -webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
  -ms-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
  transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
  margin-top: 35px;
  font-size: 13px;
  line-height: 2;
  font-weight: 800;
  text-transform: uppercase;
  background: #000;
  color: #fff;
  font-family: "Open Sans", Open sans;
  font-weight: 500;
  background-color: #ff7614;
  color: #ffffff;
  display: block;
  z-index: 80;
}

.cm-post-body {
  padding: 35px;
  position: relative;
  text-align: center;
  background-color: #f7f7f7;
}

h1.cm-post-title {
  line-height: 1.1em;
  font-size: 40px;
  margin-bottom: 15px;
  font-family: "Open sans", open sans;
  font-weight: 700;
}

.cm-post-txt p {
  margin-bottom: 15px;
}

.blog-pagination a {
  font-family: "Open Sans", Open sans;
  font-weight: 700;
  text-decoration: none !important;
}

.blog-pagination .blog-pagination-left {
  margin-right: calc( 14px/2 );
}

.blog-pagination .blog-pagination-right {
  margin-left: calc( 14px/2 );
}

.blog-pagination a.inactive {
  color: #555;
  pointer-events: none;
}

.blog-post-content-wrap iframe {
  width: 100% !important;
}

a.cm-btn.btn {
  font-size: 15px;
  padding: 12px 24px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  line-height: 1;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin-right: auto;
  font-family: "Open Sans", Open sans;
  color: #ffffff;
  background-color: #124858;
  border-color: #ffffff;
  font-weight: 500;
  border: 2px solid #fff;
  text-decoration: none;
}


.blog-post-bnnr {
  position: relative;
  margin-top: -1px;
  background-size: cover;
  background-position: center;
}

.blog-post-bnnr .page-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 45vh;
}

.blog-post-content-wrap .cm-cases-wrapper {
  padding: 40px 20px 60px 20px;
  background-color: #f5f5f5;
}

.blog-post-bnnr-txt {
  padding: 10px;
  margin: 0px 30px 0px 30px;
  position: relative;
  z-index: 50;
  width: 100%;
}

.blog-post_ryt iframe {
  width: 100% !important;
}

.blog-post-bnnr:after {
  content: '';
  background-color: #555555;
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  left: 0;
  opacity: 0.51;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.blog-post-bnnr-txt * {
  color: #fff;
}

.post-top-title {
  font-size: 10px;
  padding: 0;
  margin: 0;
  line-height: 1;
}

.post-top-title {
  margin-top: -1px;
}

.post-top-title ,.post-bnnr-title {
  margin-bottom: 20px;
}

.post-bnnr-title h1 {
  line-height: 1;
  margin: 0;
  padding: 0;
}

.post-bnnr-author {
  line-height: 1;
  font-size: 20px;
  font-family: "Open Sans", open sans;
  font-weight: 700;
  text-transform: capitalize;
}

.blog-post-content-wrap {
  padding-top: 60px;
}

.blog-post-body-left {
  width: 70%;
}

.blog-post_ryt {
  width: 30%;
  padding: 10px 50px 50px 50px;
}

.blog-post-content-wrap .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.blog-post-content-wrap .cm-two-col-img img {
  padding-right: 15px;
}

.blog-post-body-w {
  margin: 0px 30px 0px 30px;
  padding: 10px;
}

.blog-post-body-w p:first-child {
  margin-top: 0;
}

.blog-post_ryt h3 {
  color: #555;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}

.author-bio {
  display: flex;
}

.author-bio-pic {
  width: 42.34%;
  padding: 10px;
}

.author-bio-txt {
  width: 57.66%;
  padding: 10px;
}

.author-bio-pic img {
  max-width: 100%;
}

.author-bio-intro h5 {
  color: #000000;
  font-size: 10px;
  line-height: 1.1em;
  margin: 0;
}

.author-bio-intro h3 {
  line-height: 1.6;
  font-weight: bold;
  font-size: 20px;
  margin: 0;
  color: #000000;
}

.post-share-wrap {
  margin-bottom: 41px;
}

.post-share-wrap .page-center {
  max-width: 800px;
  font-size: 1.15em;
  line-height: 1.7em;
}

h5.av-share-link-description {
  text-align: center;
  margin-bottom: 20px;
  color: #000;
  line-height: 1;
  margin-top: 20px;
}

.av-share-box ul li a {
  display: block;
  padding: 15px 0;
  text-decoration: none;
  color: inherit;

  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.av-share-box ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  /* overflow: hidden; */
  border-style: solid;
  border-width: 1px;
  display: table;
  width: 100%;
  text-align: center;
  table-layout: fixed;
  border-radius: 3px;
  border-color: #ebebeb;
  background: transparent;
}

.av-share-box ul li {
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 300;
  margin: 0;
  text-indent: 0;
  padding: 0;
  display: table-cell;
  COLOR: #000;
  position: relative;
}

.avia_hidden_link_text {
  display: none;
}

.av-share-box ul li a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  content: attr(data-av_icon);
  speak: none;
  font-family: 'entypo-fontello';
}

.avia-related-tooltip.avia-tt {
  border-radius: 2px;
  box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.1);
  border-width: 1px;
  border-style: solid;
  padding: 15px;
  margin-top: -10px;
  position: absolute;
  z-index: 9999999;
  border-color: #ebebeb;
  width: 150px;
  background-color: #fff;
  color: #969696;
  top: -86px;
  left: 50%;
  transform: translateX(-75px);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
}

.av-share-box ul li:hover {
  color: #fff;
  background-color: #00e676;
}

.av-share-box {
  max-width: 40em;
  margin-left: auto;
  margin-right: auto;
}

.avia-related-tooltip .avia-arrow-wrap {
  top: auto;
  bottom: 0;
  position: absolute;
  left: 50%;
}

.avia-arrow {
  height: 10px;
  width: 10px;
  position: absolute;
  top: -6px;
  left: 50%;
  margin-left: -5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-width: 1px;
  border-style: solid;
  visibility: hidden\9;
  border-color: #ebebeb;
  border-top: none;
  border-left: none;
  top: -4px;
  background-color: #ffffff;
  color: #969696;
}

.av-share-box ul li:hover .avia-related-tooltip.avia-tt {
  top: -76px;
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}

.related-title {
  margin-bottom: 20px;
}

.related-title a {
  color: #555555;
  font-family: "open sans", open sans;
  padding: 0;
  margin: 0;
  line-height: 1;
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #124858;
  text-decoration: none;
}

.related-image {
  margin-bottom: 20px;
}

.related-image img {
  max-width: 100%;
}

.blog-post_ryt {
}

.blog-post_ryt h5 {
  line-height: 1;
  font-size: 10px;
  font-weight: normal !important;
  padding: 30px 0px 0px 0px;
  margin-bottom: 20px;
}

.related-image img {
  display: block;
}

.cm-sol-img {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: rgba(85, 85, 85, 0.19);
  margin-bottom: 20px;
}

.cm-sol-img img {
  display: block;
}

.cm-sol-btn {
  margin-bottom: 20px;
}

.cm-sol-btn a.hs-button {
  margin: 0;
  font-family: "open sans", Open sans;
  font-weight: 500;
  display: inline-block;
  line-height: 1;
  margin-top: 8px;
  border: 0;
}

.co-auth-sect {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding-bottom: 30px;
}

.co-auth-sect .auth-img {
  width: 16%;
}

.co-auth-sect .auth-name-desig {
  width: 32%;
  padding-top: 10px;
}

.co-auth-sect .auth-descrp {
  width: 51.842%;
  padding-top: 15px;
}

.co-auth-sect .auth-img img {
  border-radius: 100px;
  max-width: 88px;
}

.co-auth-sect .auth-name-desig h3 {
  margin: 0 0 10px;
  padding: 0;
  line-height: 1;
}

.blog-post__body ol{
  margin-left: 15px;
}

.blog-post__body ol li {
  margin-left: 1em;
  padding: 3px 0;
}
/*=================*/
@media( min-width:1200px){

  .post-bnnr-title h1 {
    font-size: 70px;
    line-height: 1;
    margin: 0;
    padding: 0;
  }

}


@media(max-width:1150px) and (min-width:991px){

  .content-wrapper {
    width: 95%;
  }

}

@media( max-width:1024px){
  .blog-post-bnnr-txt {
    margin: 0px 0px 0px 35px;
  }

  .co-auth-sect {
    flex-direction: column;
  }

  .co-auth-sect .auth-img {
    width: 50%;
  }

  .co-auth-sect .auth-img img {
    max-width: 50%;
  }
  .co-auth-sect .auth-name-desig {
    width: 100%;
  }
  .co-auth-sect .auth-descrp {
    width: 100%;
  }
}

@media( max-width:900px){
  .blog-post__body p img {
    float: none !important;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .blog-post__body .caption {
    float: none !important;
    margin-left: 0 !important;
  }
}

@media( max-width:991px){

  .blog-index.span9, .blog-sidebar.span3 {
    width: 100%;
    float: none;
    padding: 10px 20px 10px 20px;
  }

  .blog-index-inr {
    margin-right: 0;
  }


  .blog-sidebar.span3 {
    margin-bottom: 80px;
  }

}


@media( min-width:768px){
  .post-m-image{
    display:none;
  }
}


@media( max-width:767px){
  .blog-top-content .page-center>.widget-type-rich_text>.hs_cos_wrapper_type_rich_text {
    padding: 20px 15px 40px 15px;
  }
  .blog-post__body h3 {
    line-height: 1;
  }
  .co-auth-sect .auth-img {
    width: 60%;
  }
  .blog-post_ryt {
    padding: 10px 25px 50px 25px;
  }

  .blog-post_ryt iframe {
    width: 100% !important;
  }
  .post-auth-wrapper {
    flex-direction: column;
  }

  .post-auth-wrapper .lt-col p {
    margin: 0;
  }
  .blog-post-content-wrap .cm-two-col-equal-right-content {
    margin: 0;
  }

  .blog-index-inr {
    padding: 0;
  }

  .post-item {
    width: 100%;
  }

  .post-item:nth-child(odd),.post-item:nth-child(even) {
    margin-left: 0;
    margin-right: 0;
  }

  .post-feat-img {
    padding-bottom: 52.3%;
    margin-bottom: 25px;
  }

  .post-feat-img {
    display: none;
  }

  img.post-m-image {
    width: 100%;
    display: block;
  }

  .hs-featured-image-wrapper {
    margin-bottom: 25px;
  }


  .blog-post-bnnr-txt {
    margin: 25px 25px 25px 25px;
    padding: 0px 0px 0px 0px;
  }

  .blog-post-body-left,.blog-post_ryt {
    width: 100%;
  }

  .blog-post-content-wrap {
    padding: 0;
  }

  .blog-post-body-left {
    padding: 25px 25px 0;
  }

  .blog-post-body-w {
    margin: 0;
    padding: 0;
  }

  .author-bio {
    flex-direction: column;
  }

  .blog-post_ryt {
    margin-top: 70px;
  }

  .related-image {
  }

  .blog-post_ryt img {
    width: 100%;
  }

  .post-share-wrap .page-center {
    width: 85%;
    max-width: 85%;
  }


}
/* ******************************************************************************
*********************************************************************************
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;
}

.cm-500 .error-page {
 padding-left:15px;
  padding-right:15px;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, 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 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  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: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}

.cm-error-page {}

.cm-error-page .error-page {
  text-align: left;
  padding: 20px 0;
}

.cm-error-page p.error-content {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 300;
}

.cm-error-page strong,
.cm-error-page p.error-content strong {
  color: #124858;
}

.cm-error-page input.hs-search-field__input {
  background: #fff;
  border-radius: 0px;
  outline: none;
  font: 1em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid #e1e1e1;
  border-color: #ebebeb;
  background-color: #f8f8f8;
  color: #969696;
  width: 100%;
  position: relative;
  padding: 11px 47px 11px 5px;
  z-index: 1;
  margin: 0;
  box-shadow: none;
  display: block;
}

.cm-error-page form button {
  cursor: pointer;
  border: 0;
  font-size: 17px;
  background-color: #124858;
  color: #fff;
  border-color: #0c9bb4;
  width: 40px;
  line-height: 36px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  margin: 0;
  border-radius: 0;
  min-width: 40px;
}

.cm-error-page form button svg {
  height: 14px;
  fill: #fff;
}

.cm-error-page form button .hs_cos_wrapper_type_icon {
  line-height: 1;
  padding-top: 14px;
  display: inline-block;
}

.cm-error-page form {
  padding-bottom: 40px;
  position: relative;
  max-width: 300px;
}

/* ===== Search Page ===== */
.search-results-page {
  overflow: hidden;
}

.search-results-page .systems-page {
  padding: 8px 0;
}

.search-results-page h4 {
  margin: 0;
  line-height: 1.1em;
  font-weight: 500 !important;
}

.search-results-page .hs-search-results__listing li p {
  padding: 0;
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 300;
}

.search-results-page .hs-search-field {
  position: relative;
  max-width: 300px;
}

.search-results-page .hs-search-field form {
  display: flex;
}

.search-results-page .hs-search-field form input.hs-search-field__input {
  width: 100%;
  border: 1px solid #e1e1e1;
  position: relative;
  padding: 11px 47px 11px 5px;
  z-index: 1;
  margin: 0;
  box-shadow: none;
  border-color: #ebebeb;
  background-color: #f8f8f8;
  color: #969696;
  outline: none;
  font: 1em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 0px;
}

.search-results-page .hs-search-field form button {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
  border: none;
  background-color: #124858;
  color: #ffffff;
  border-color: #0c9bb4;
  font-size: 17px;
  width: 40px;
  height: 100%;
  line-height: 40px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  margin: 0;
  border-radius: 0;
  min-width: 40px;
}

.search-results-page .hs-search-field form button svg {
  display: none;
}

.search-results-page .hs-search-field form button > span:after {content: "";font-family: 'entypo-fontello';}

.page-heading-container {
  position: relative;
  margin-bottom: 40px;
  padding: 0 0 44px 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #ebebeb;
}

span.author-extra-border {
  display: block;
  position: absolute;
  bottom: -1px;
  width: 600%;
  right: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #ebebeb;
  right: auto;
  left: -100%;
}

.search-results-page h4.extra-mini-title.widgettitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.1em;
  color: #969696;
  font-weight: normal !important;
  padding-bottom: 20px;
  margin-bottom: 4px;
}

.search-results-page .hs-search-results {
  margin: 0;
}

.search-results-page .hs-search-results__listing {
  counter-reset: section;
}

.search-results-page .hs-search-results__listing li {
  padding-bottom: 40px;
  padding-left: 55px;
  font-size: 13px;
  margin: 0;
  position: relative;
}

.search-results-page .hs-search-results__listing li a.hs-search-results__title {
  text-transform: uppercase;
  padding: 0px 0 15px;
  letter-spacing: 2px;
  line-height: 1.3em;
  color: #000000;
  font-size: 40px !important;
  font-weight: bold;
  font-family: 'Open sans', sans-serif;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
  cursor: pointer !important;
}

.search-results-page .hs-search-results__listing li:before {
  counter-increment: section;
  content: counter(section);
  position: absolute;
  left: 0;
  top: 1px;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
  height: 44px;
  line-height: 24px;
  padding: 10px;
  text-align: center;
  border-radius: 100px;
  width: 44px;
  background: #f8f8f8;
  color: #000000;
  font-family: 'Open sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.search-results-page .hs-search-results__listing li a.hs-search-results__title:hover {
  opacity: 0.7;
}

.search-results-page .hs-search-results .hs-search-results__pagination {
  overflow: hidden;
}

.search-results-page .hs-search-results .hs-search-results__pagination a {
  line-height: 35px;
  text-align: center;
  padding: 0;
  border-radius: 100px;
  margin-right: 3px;
  color: #969696;
  display: inline-block;
  cursor: pointer !important;
} 

.systems-page form {
  max-width: 767px;
}

ul.no-list.hs-error-msgs li {
  margin: 0;
}

ul.no-list.hs-error-msgs {
  margin-left: 0;
}


@media (max-width:1199px) {

  .content-wrapper.cm-error-page {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

}

@media(max-width: 991px) {
  .search-results-page .systems-page {
    padding: 8px 10px;
  }
}

@media (max-width:767px) {

  .content-wrapper.cm-error-page {
    width: 85%;
    max-width: 85%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    float: none;
  }

  .search-results-page .content-wrapper {
    width: 85%;
    max-width: 85%;
  }
  .search-results-page .systems-page {
    padding: 8px 0;
  }
  .search-results-page .hs-search-results__listing li a.hs-search-results__title {
    font-size: 20px !important;
  }
  input.email-edit.hs-input {
    width: 100% !important;
  }

  .systems-page .success {
    min-width: auto;
  }

}


/*====*/

.button-module-item a.button-module-link.executivedilemma {
  font-size: 12px;
  font-weight: bold;
}

@media(max-width:767px){

  .esdscha-trailer .cm_tw-intro-sec .dnd-section {
    padding-left: 15px !important;
  }

}
/*!
* Font Awesome Free 5.12.0 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
*/
.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-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -.0667em;
}

.fa-xs {
  font-size: .75em;
}

.fa-sm {
  font-size: .875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: .08em solid #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s steps(8) infinite;
  animation: fa-spin 1s steps(8) infinite;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
      ; }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
      ; };
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
      ; }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
      ; };
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adobe:before {
  content: "\f778";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-bahai:before {
  content: "\f666";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

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

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caravan:before {
  content: "\f8ff";
}

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

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

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

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

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

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fan:before {
  content: "\f863";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-firefox-browser:before {
  content: "\f907";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

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

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-ideal:before {
  content: "\f913";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

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

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

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

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

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microblog:before {
  content: "\f91a";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

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

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

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

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse:before {
  content: "\f8cc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

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

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-square:before {
  content: "\f91e";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-record-vinyl:before {
  content: "\f8d9";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

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

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-trailer:before {
  content: "\f941";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

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

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

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "\f949";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

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

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-water:before {
  content: "\f773";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

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

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

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0,0,0,0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active,.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

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

.far {
  font-weight: 400;
}

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

.fa,.fas {
  font-weight: 900;
}



@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url(//4035053.fs1.hubspotusercontent-na1.net/hubfs/4035053/raw_assets/public/NEW%20Graphics_Modular_Management_August_2020%20copy/fonts/fa-solid-900.woff2) format("woff2"),
    url(//4035053.fs1.hubspotusercontent-na1.net/hubfs/4035053/raw_assets/public/NEW%20Graphics_Modular_Management_August_2020%20copy/fonts/fa-solid-900.woff) format("woff"),
    url(//4035053.fs1.hubspotusercontent-na1.net/hubfs/4035053/raw_assets/public/NEW%20Graphics_Modular_Management_August_2020%20copy/fonts/fa-solid-900.ttf) format("truetype");
}



@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(../webfonts/fa-regular-400.eot);
  src: url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),
    url(../webfonts/fa-regular-400.woff2) format("woff2"),
    url(../webfonts/fa-regular-400.woff) format("woff"),
    url(../webfonts/fa-regular-400.ttf) format("truetype"),
    url(../webfonts/fa-regular-400.svg#fontawesome) format("svg");
}


@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url(//4035053.fs1.hubspotusercontent-na1.net/hubfs/4035053/raw_assets/public/NEW%20Graphics_Modular_Management_August_2020%20copy/fonts/fa-brands-400.woff2) format("woff2"),
    url(//4035053.fs1.hubspotusercontent-na1.net/hubfs/4035053/raw_assets/public/NEW%20Graphics_Modular_Management_August_2020%20copy/fonts/fa-brands-400.woff) format("woff"),
    url(//4035053.fs1.hubspotusercontent-na1.net/hubfs/4035053/raw_assets/public/NEW%20Graphics_Modular_Management_August_2020%20copy/fonts/fa-brands-400.ttf) format("truetype");
}



/*!
* Font Awesome Free 5.12.0 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
*/
.fa.fa-glass:before {
  content: "\f000";
}

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

.fa.fa-star-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-star-o:before {
  content: "\f005";
}

.fa.fa-close:before,.fa.fa-remove:before {
  content: "\f00d";
}

.fa.fa-gear:before {
  content: "\f013";
}

.fa.fa-trash-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-trash-o:before {
  content: "\f2ed";
}

.fa.fa-file-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-o:before {
  content: "\f15b";
}

.fa.fa-clock-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-clock-o:before {
  content: "\f017";
}

.fa.fa-arrow-circle-o-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-down:before {
  content: "\f358";
}

.fa.fa-arrow-circle-o-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-up:before {
  content: "\f35b";
}

.fa.fa-play-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-play-circle-o:before {
  content: "\f144";
}

.fa.fa-repeat:before,.fa.fa-rotate-right:before {
  content: "\f01e";
}

.fa.fa-refresh:before {
  content: "\f021";
}

.fa.fa-list-alt {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-dedent:before {
  content: "\f03b";
}

.fa.fa-video-camera:before {
  content: "\f03d";
}

.fa.fa-picture-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-picture-o:before {
  content: "\f03e";
}

.fa.fa-photo {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-photo:before {
  content: "\f03e";
}

.fa.fa-image {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-image:before {
  content: "\f03e";
}

.fa.fa-pencil:before {
  content: "\f303";
}

.fa.fa-map-marker:before {
  content: "\f3c5";
}

.fa.fa-pencil-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-pencil-square-o:before {
  content: "\f044";
}

.fa.fa-share-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-share-square-o:before {
  content: "\f14d";
}

.fa.fa-check-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-check-square-o:before {
  content: "\f14a";
}

.fa.fa-arrows:before {
  content: "\f0b2";
}

.fa.fa-times-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-times-circle-o:before {
  content: "\f057";
}

.fa.fa-check-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-check-circle-o:before {
  content: "\f058";
}

.fa.fa-mail-forward:before {
  content: "\f064";
}

.fa.fa-expand:before {
  content: "\f424";
}

.fa.fa-compress:before {
  content: "\f422";
}

.fa.fa-eye,.fa.fa-eye-slash {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-warning:before {
  content: "\f071";
}

.fa.fa-calendar:before {
  content: "\f073";
}

.fa.fa-arrows-v:before {
  content: "\f338";
}

.fa.fa-arrows-h:before {
  content: "\f337";
}

.fa.fa-bar-chart {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-bar-chart:before {
  content: "\f080";
}

.fa.fa-bar-chart-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-bar-chart-o:before {
  content: "\f080";
}

.fa.fa-facebook-square,.fa.fa-twitter-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gears:before {
  content: "\f085";
}

.fa.fa-thumbs-o-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-thumbs-o-up:before {
  content: "\f164";
}

.fa.fa-thumbs-o-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-thumbs-o-down:before {
  content: "\f165";
}

.fa.fa-heart-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-heart-o:before {
  content: "\f004";
}

.fa.fa-sign-out:before {
  content: "\f2f5";
}

.fa.fa-linkedin-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

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

.fa.fa-thumb-tack:before {
  content: "\f08d";
}

.fa.fa-external-link:before {
  content: "\f35d";
}

.fa.fa-sign-in:before {
  content: "\f2f6";
}

.fa.fa-github-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-lemon-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-lemon-o:before {
  content: "\f094";
}

.fa.fa-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-square-o:before {
  content: "\f0c8";
}

.fa.fa-bookmark-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-bookmark-o:before {
  content: "\f02e";
}

.fa.fa-facebook,.fa.fa-twitter {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook:before {
  content: "\f39e";
}

.fa.fa-facebook-f {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook-f:before {
  content: "\f39e";
}

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

.fa.fa-credit-card {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-feed:before {
  content: "\f09e";
}

.fa.fa-hdd-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hdd-o:before {
  content: "\f0a0";
}

.fa.fa-hand-o-right {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa.fa-hand-o-left {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa.fa-hand-o-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa.fa-hand-o-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa.fa-arrows-alt:before {
  content: "\f31e";
}

.fa.fa-group:before {
  content: "\f0c0";
}

.fa.fa-chain:before {
  content: "\f0c1";
}

.fa.fa-scissors:before {
  content: "\f0c4";
}

.fa.fa-files-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-files-o:before {
  content: "\f0c5";
}

.fa.fa-floppy-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-floppy-o:before {
  content: "\f0c7";
}

.fa.fa-navicon:before,.fa.fa-reorder:before {
  content: "\f0c9";
}

.fa.fa-google-plus,.fa.fa-google-plus-square,.fa.fa-pinterest,.fa.fa-pinterest-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus:before {
  content: "\f0d5";
}

.fa.fa-money {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-money:before {
  content: "\f3d1";
}

.fa.fa-unsorted:before {
  content: "\f0dc";
}

.fa.fa-sort-desc:before {
  content: "\f0dd";
}

.fa.fa-sort-asc:before {
  content: "\f0de";
}

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

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

.fa.fa-rotate-left:before {
  content: "\f0e2";
}

.fa.fa-legal:before {
  content: "\f0e3";
}

.fa.fa-dashboard:before,.fa.fa-tachometer:before {
  content: "\f3fd";
}

.fa.fa-comment-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-comment-o:before {
  content: "\f075";
}

.fa.fa-comments-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-comments-o:before {
  content: "\f086";
}

.fa.fa-flash:before {
  content: "\f0e7";
}

.fa.fa-clipboard,.fa.fa-paste {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-paste:before {
  content: "\f328";
}

.fa.fa-lightbulb-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa.fa-exchange:before {
  content: "\f362";
}

.fa.fa-cloud-download:before {
  content: "\f381";
}

.fa.fa-cloud-upload:before {
  content: "\f382";
}

.fa.fa-bell-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-bell-o:before {
  content: "\f0f3";
}

.fa.fa-cutlery:before {
  content: "\f2e7";
}

.fa.fa-file-text-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-text-o:before {
  content: "\f15c";
}

.fa.fa-building-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-building-o:before {
  content: "\f1ad";
}

.fa.fa-hospital-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hospital-o:before {
  content: "\f0f8";
}

.fa.fa-tablet:before {
  content: "\f3fa";
}

.fa.fa-mobile-phone:before,.fa.fa-mobile:before {
  content: "\f3cd";
}

.fa.fa-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-circle-o:before {
  content: "\f111";
}

.fa.fa-mail-reply:before {
  content: "\f3e5";
}

.fa.fa-github-alt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-folder-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-folder-o:before {
  content: "\f07b";
}

.fa.fa-folder-open-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-folder-open-o:before {
  content: "\f07c";
}

.fa.fa-smile-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-smile-o:before {
  content: "\f118";
}

.fa.fa-frown-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-frown-o:before {
  content: "\f119";
}

.fa.fa-meh-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-meh-o:before {
  content: "\f11a";
}

.fa.fa-keyboard-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-keyboard-o:before {
  content: "\f11c";
}

.fa.fa-flag-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-flag-o:before {
  content: "\f024";
}

.fa.fa-mail-reply-all:before {
  content: "\f122";
}

.fa.fa-star-half-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-star-half-o:before {
  content: "\f089";
}

.fa.fa-star-half-empty {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-star-half-empty:before {
  content: "\f089";
}

.fa.fa-star-half-full {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-star-half-full:before {
  content: "\f089";
}

.fa.fa-code-fork:before {
  content: "\f126";
}

.fa.fa-chain-broken:before {
  content: "\f127";
}

.fa.fa-shield:before {
  content: "\f3ed";
}

.fa.fa-calendar-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-calendar-o:before {
  content: "\f133";
}

.fa.fa-css3,.fa.fa-html5,.fa.fa-maxcdn {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ticket:before {
  content: "\f3ff";
}

.fa.fa-minus-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-minus-square-o:before {
  content: "\f146";
}

.fa.fa-level-up:before {
  content: "\f3bf";
}

.fa.fa-level-down:before {
  content: "\f3be";
}

.fa.fa-pencil-square:before {
  content: "\f14b";
}

.fa.fa-external-link-square:before {
  content: "\f360";
}

.fa.fa-compass {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-caret-square-o-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa.fa-toggle-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-toggle-down:before {
  content: "\f150";
}

.fa.fa-caret-square-o-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa.fa-toggle-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-toggle-up:before {
  content: "\f151";
}

.fa.fa-caret-square-o-right {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa.fa-toggle-right {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-toggle-right:before {
  content: "\f152";
}

.fa.fa-eur:before,.fa.fa-euro:before {
  content: "\f153";
}

.fa.fa-gbp:before {
  content: "\f154";
}

.fa.fa-dollar:before,.fa.fa-usd:before {
  content: "\f155";
}

.fa.fa-inr:before,.fa.fa-rupee:before {
  content: "\f156";
}

.fa.fa-cny:before,.fa.fa-jpy:before,.fa.fa-rmb:before,.fa.fa-yen:before {
  content: "\f157";
}

.fa.fa-rouble:before,.fa.fa-rub:before,.fa.fa-ruble:before {
  content: "\f158";
}

.fa.fa-krw:before,.fa.fa-won:before {
  content: "\f159";
}

.fa.fa-bitcoin,.fa.fa-btc {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitcoin:before {
  content: "\f15a";
}

.fa.fa-file-text:before {
  content: "\f15c";
}

.fa.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa.fa-sort-alpha-desc:before {
  content: "\f881";
}

.fa.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa.fa-sort-amount-desc:before {
  content: "\f884";
}

.fa.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa.fa-sort-numeric-desc:before {
  content: "\f886";
}

.fa.fa-xing,.fa.fa-xing-square,.fa.fa-youtube,.fa.fa-youtube-play,.fa.fa-youtube-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

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

.fa.fa-adn,.fa.fa-bitbucket,.fa.fa-bitbucket-square,.fa.fa-dropbox,.fa.fa-flickr,.fa.fa-instagram,.fa.fa-stack-overflow {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitbucket-square:before {
  content: "\f171";
}

.fa.fa-tumblr,.fa.fa-tumblr-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-long-arrow-down:before {
  content: "\f309";
}

.fa.fa-long-arrow-up:before {
  content: "\f30c";
}

.fa.fa-long-arrow-left:before {
  content: "\f30a";
}

.fa.fa-long-arrow-right:before {
  content: "\f30b";
}

.fa.fa-android,.fa.fa-apple,.fa.fa-dribbble,.fa.fa-foursquare,.fa.fa-gittip,.fa.fa-gratipay,.fa.fa-linux,.fa.fa-skype,.fa.fa-trello,.fa.fa-windows {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gittip:before {
  content: "\f184";
}

.fa.fa-sun-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-sun-o:before {
  content: "\f185";
}

.fa.fa-moon-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-moon-o:before {
  content: "\f186";
}

.fa.fa-pagelines,.fa.fa-renren,.fa.fa-stack-exchange,.fa.fa-vk,.fa.fa-weibo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-right {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-right:before {
  content: "\f35a";
}

.fa.fa-arrow-circle-o-left {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-left:before {
  content: "\f359";
}

.fa.fa-caret-square-o-left {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa.fa-toggle-left {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-toggle-left:before {
  content: "\f191";
}

.fa.fa-dot-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-dot-circle-o:before {
  content: "\f192";
}

.fa.fa-vimeo-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-try:before,.fa.fa-turkish-lira:before {
  content: "\f195";
}

.fa.fa-plus-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-plus-square-o:before {
  content: "\f0fe";
}

.fa.fa-openid,.fa.fa-slack,.fa.fa-wordpress {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bank:before,.fa.fa-institution:before {
  content: "\f19c";
}

.fa.fa-mortar-board:before {
  content: "\f19d";
}

.fa.fa-delicious,.fa.fa-digg,.fa.fa-drupal,.fa.fa-google,.fa.fa-joomla,.fa.fa-pied-piper-alt,.fa.fa-pied-piper-pp,.fa.fa-reddit,.fa.fa-reddit-square,.fa.fa-stumbleupon,.fa.fa-stumbleupon-circle,.fa.fa-yahoo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-spoon:before {
  content: "\f2e5";
}

.fa.fa-behance,.fa.fa-behance-square,.fa.fa-steam,.fa.fa-steam-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-automobile:before {
  content: "\f1b9";
}

.fa.fa-envelope-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-envelope-o:before {
  content: "\f0e0";
}

.fa.fa-deviantart,.fa.fa-soundcloud,.fa.fa-spotify {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-file-pdf-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa.fa-file-word-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-word-o:before {
  content: "\f1c2";
}

.fa.fa-file-excel-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa.fa-file-powerpoint-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa.fa-file-image-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-image-o:before {
  content: "\f1c5";
}

.fa.fa-file-photo-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-photo-o:before {
  content: "\f1c5";
}

.fa.fa-file-picture-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-picture-o:before {
  content: "\f1c5";
}

.fa.fa-file-archive-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa.fa-file-zip-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-zip-o:before {
  content: "\f1c6";
}

.fa.fa-file-audio-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa.fa-file-sound-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-sound-o:before {
  content: "\f1c7";
}

.fa.fa-file-video-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-video-o:before {
  content: "\f1c8";
}

.fa.fa-file-movie-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-movie-o:before {
  content: "\f1c8";
}

.fa.fa-file-code-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-code-o:before {
  content: "\f1c9";
}

.fa.fa-codepen,.fa.fa-jsfiddle,.fa.fa-vine {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-life-bouy,.fa.fa-life-ring {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-life-bouy:before {
  content: "\f1cd";
}

.fa.fa-life-buoy {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-life-buoy:before {
  content: "\f1cd";
}

.fa.fa-life-saver {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-life-saver:before {
  content: "\f1cd";
}

.fa.fa-support {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-support:before {
  content: "\f1cd";
}

.fa.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa.fa-ra,.fa.fa-rebel {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ra:before {
  content: "\f1d0";
}

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

.fa.fa-resistance:before {
  content: "\f1d0";
}

.fa.fa-empire,.fa.fa-ge {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ge:before {
  content: "\f1d1";
}

.fa.fa-git,.fa.fa-git-square,.fa.fa-hacker-news,.fa.fa-y-combinator-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-y-combinator-square:before {
  content: "\f1d4";
}

.fa.fa-yc-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yc-square:before {
  content: "\f1d4";
}

.fa.fa-qq,.fa.fa-tencent-weibo,.fa.fa-wechat,.fa.fa-weixin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wechat:before {
  content: "\f1d7";
}

.fa.fa-send:before {
  content: "\f1d8";
}

.fa.fa-paper-plane-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-paper-plane-o:before {
  content: "\f1d8";
}

.fa.fa-send-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-send-o:before {
  content: "\f1d8";
}

.fa.fa-circle-thin {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-circle-thin:before {
  content: "\f111";
}

.fa.fa-header:before {
  content: "\f1dc";
}

.fa.fa-sliders:before {
  content: "\f1de";
}

.fa.fa-futbol-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-futbol-o:before {
  content: "\f1e3";
}

.fa.fa-soccer-ball-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-soccer-ball-o:before {
  content: "\f1e3";
}

.fa.fa-slideshare,.fa.fa-twitch,.fa.fa-yelp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-newspaper-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa.fa-cc-amex,.fa.fa-cc-discover,.fa.fa-cc-mastercard,.fa.fa-cc-paypal,.fa.fa-cc-stripe,.fa.fa-cc-visa,.fa.fa-google-wallet,.fa.fa-paypal {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bell-slash-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-bell-slash-o:before {
  content: "\f1f6";
}

.fa.fa-trash:before {
  content: "\f2ed";
}

.fa.fa-copyright {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-eyedropper:before {
  content: "\f1fb";
}

.fa.fa-area-chart:before {
  content: "\f1fe";
}

.fa.fa-pie-chart:before {
  content: "\f200";
}

.fa.fa-line-chart:before {
  content: "\f201";
}

.fa.fa-angellist,.fa.fa-ioxhost,.fa.fa-lastfm,.fa.fa-lastfm-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-cc:before {
  content: "\f20a";
}

.fa.fa-ils:before,.fa.fa-shekel:before,.fa.fa-sheqel:before {
  content: "\f20b";
}

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

.fa.fa-meanpath:before {
  content: "\f2b4";
}

.fa.fa-buysellads,.fa.fa-connectdevelop,.fa.fa-dashcube,.fa.fa-forumbee,.fa.fa-leanpub,.fa.fa-sellsy,.fa.fa-shirtsinbulk,.fa.fa-simplybuilt,.fa.fa-skyatlas {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-diamond {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-diamond:before {
  content: "\f3a5";
}

.fa.fa-intersex:before {
  content: "\f224";
}

.fa.fa-facebook-official {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook-official:before {
  content: "\f09a";
}

.fa.fa-pinterest-p,.fa.fa-whatsapp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-hotel:before {
  content: "\f236";
}

.fa.fa-medium,.fa.fa-viacoin,.fa.fa-y-combinator,.fa.fa-yc {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yc:before {
  content: "\f23b";
}

.fa.fa-expeditedssl,.fa.fa-opencart,.fa.fa-optin-monster {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-battery-4:before,.fa.fa-battery:before {
  content: "\f240";
}

.fa.fa-battery-3:before {
  content: "\f241";
}

.fa.fa-battery-2:before {
  content: "\f242";
}

.fa.fa-battery-1:before {
  content: "\f243";
}

.fa.fa-battery-0:before {
  content: "\f244";
}

.fa.fa-object-group,.fa.fa-object-ungroup,.fa.fa-sticky-note-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-sticky-note-o:before {
  content: "\f249";
}

.fa.fa-cc-diners-club,.fa.fa-cc-jcb {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-clone,.fa.fa-hourglass-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hourglass-o:before {
  content: "\f254";
}

.fa.fa-hourglass-1:before {
  content: "\f251";
}

.fa.fa-hourglass-2:before {
  content: "\f252";
}

.fa.fa-hourglass-3:before {
  content: "\f253";
}

.fa.fa-hand-rock-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-rock-o:before {
  content: "\f255";
}

.fa.fa-hand-grab-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-grab-o:before {
  content: "\f255";
}

.fa.fa-hand-paper-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-paper-o:before {
  content: "\f256";
}

.fa.fa-hand-stop-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-stop-o:before {
  content: "\f256";
}

.fa.fa-hand-scissors-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa.fa-hand-lizard-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa.fa-hand-spock-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-spock-o:before {
  content: "\f259";
}

.fa.fa-hand-pointer-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa.fa-hand-peace-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa.fa-registered {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-chrome,.fa.fa-creative-commons,.fa.fa-firefox,.fa.fa-get-pocket,.fa.fa-gg,.fa.fa-gg-circle,.fa.fa-internet-explorer,.fa.fa-odnoklassniki,.fa.fa-odnoklassniki-square,.fa.fa-opera,.fa.fa-safari,.fa.fa-tripadvisor,.fa.fa-wikipedia-w {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-television:before {
  content: "\f26c";
}

.fa.fa-500px,.fa.fa-amazon,.fa.fa-contao {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-calendar-plus-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa.fa-calendar-minus-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa.fa-calendar-times-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-calendar-times-o:before {
  content: "\f273";
}

.fa.fa-calendar-check-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-calendar-check-o:before {
  content: "\f274";
}

.fa.fa-map-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-map-o:before {
  content: "\f279";
}

.fa.fa-commenting:before {
  content: "\f4ad";
}

.fa.fa-commenting-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-commenting-o:before {
  content: "\f4ad";
}

.fa.fa-houzz,.fa.fa-vimeo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-vimeo:before {
  content: "\f27d";
}

.fa.fa-black-tie,.fa.fa-edge,.fa.fa-fonticons,.fa.fa-reddit-alien {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-credit-card-alt:before {
  content: "\f09d";
}

.fa.fa-codiepie,.fa.fa-fort-awesome,.fa.fa-mixcloud,.fa.fa-modx,.fa.fa-product-hunt,.fa.fa-scribd,.fa.fa-usb {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pause-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-pause-circle-o:before {
  content: "\f28b";
}

.fa.fa-stop-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-stop-circle-o:before {
  content: "\f28d";
}

.fa.fa-bluetooth,.fa.fa-bluetooth-b,.fa.fa-envira,.fa.fa-gitlab,.fa.fa-wheelchair-alt,.fa.fa-wpbeginner,.fa.fa-wpforms {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wheelchair-alt:before {
  content: "\f368";
}

.fa.fa-question-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-question-circle-o:before {
  content: "\f059";
}

.fa.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa.fa-asl-interpreting:before {
  content: "\f2a3";
}

.fa.fa-deafness:before,.fa.fa-hard-of-hearing:before {
  content: "\f2a4";
}

.fa.fa-glide,.fa.fa-glide-g {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-signing:before {
  content: "\f2a7";
}

.fa.fa-first-order,.fa.fa-google-plus-official,.fa.fa-pied-piper,.fa.fa-snapchat,.fa.fa-snapchat-ghost,.fa.fa-snapchat-square,.fa.fa-themeisle,.fa.fa-viadeo,.fa.fa-viadeo-square,.fa.fa-yoast {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa.fa-google-plus-circle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-circle:before {
  content: "\f2b3";
}

.fa.fa-fa,.fa.fa-font-awesome {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fa:before {
  content: "\f2b4";
}

.fa.fa-handshake-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-handshake-o:before {
  content: "\f2b5";
}

.fa.fa-envelope-open-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-envelope-open-o:before {
  content: "\f2b6";
}

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

.fa.fa-address-book-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-address-book-o:before {
  content: "\f2b9";
}

.fa.fa-vcard:before {
  content: "\f2bb";
}

.fa.fa-address-card-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-address-card-o:before {
  content: "\f2bb";
}

.fa.fa-vcard-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-vcard-o:before {
  content: "\f2bb";
}

.fa.fa-user-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-user-circle-o:before {
  content: "\f2bd";
}

.fa.fa-user-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-user-o:before {
  content: "\f007";
}

.fa.fa-id-badge {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-drivers-license:before {
  content: "\f2c2";
}

.fa.fa-id-card-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-id-card-o:before {
  content: "\f2c2";
}

.fa.fa-drivers-license-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-drivers-license-o:before {
  content: "\f2c2";
}

.fa.fa-free-code-camp,.fa.fa-quora,.fa.fa-telegram {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-thermometer-4:before,.fa.fa-thermometer:before {
  content: "\f2c7";
}

.fa.fa-thermometer-3:before {
  content: "\f2c8";
}

.fa.fa-thermometer-2:before {
  content: "\f2c9";
}

.fa.fa-thermometer-1:before {
  content: "\f2ca";
}

.fa.fa-thermometer-0:before {
  content: "\f2cb";
}

.fa.fa-bathtub:before,.fa.fa-s15:before {
  content: "\f2cd";
}

.fa.fa-window-maximize,.fa.fa-window-restore {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-times-rectangle:before {
  content: "\f410";
}

.fa.fa-window-close-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-window-close-o:before {
  content: "\f410";
}

.fa.fa-times-rectangle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-times-rectangle-o:before {
  content: "\f410";
}

.fa.fa-bandcamp,.fa.fa-eercast,.fa.fa-etsy,.fa.fa-grav,.fa.fa-imdb,.fa.fa-ravelry {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-eercast:before {
  content: "\f2da";
}

.fa.fa-snowflake-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa.fa-superpowers,.fa.fa-wpexplorer {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cab:before {
  content: "\f1ba";
}