*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */



/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.banner-section .span12 {
  min-height: 0;
}
.banner-section .dnd-section,
.banner-section .dnd-section>.row-fluid {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

.dnd-section>.row-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  padding: 50px 85px 50px 85px;
  position: relative;
  margin-bottom: 42px;
}

.content-wrapper {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1075px !important;
}


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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
  .dnd-section>.row-fluid {
    padding: 30px 30px 30px 30px;
  }
}
html {
  box-sizing: border-box;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  line-height: 1.6;
  background-color: #F4F4F4;
  overflow-x: hidden;
}

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

/* Paragraphs */

p {
  margin-bottom: 1.5em;
}

/* Anchors */

a, a:visited, a:focus {
  cursor: pointer;  
  text-decoration: none;
  outline: none;
}
a:hover, a:active {
  outline: 0;
}
/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
}

h1 {
  margin: 0;
  line-height: 38px;
}

h2 {
  line-height: 38px;
  margin-top: 0;
}

h3 {
  margin: 0 0 15px;
}

h4 {
  text-transform: uppercase;
  margin: 0 0 15px;
}

/* Lists */

ul, ol {
  list-style: disc;
  margin: 0 0 1.5em 3em;
}

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* img */
img {
  height: auto;
  max-width: 100%;
}


/* Horizontal rules */

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


@media (max-width: 1200px){
  h1 {
    font-size: 30px;
    line-height: 25px;
  }
}


@media (max-width: 767px){
  h1 {
    font-size: 16px;
    line-height: 18px;
  }

  ul, ol {
    margin: 0;
    padding: 0 0 0 15px;
  }
}

/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;

  
}

/* Labels */

form label {
  display: inline-block;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  width: 100%;
  border: 1px solid #000;
  padding: 10px 15px;
  outline: 0;
  line-height: normal;
  background-color: transparent;
  width: 100% !important;
}
.form-columns-2 .hs-form-field:nth-child(1) .input{ margin-right: 0; }
.form-columns-2 .hs-form-field:nth-child(2) .input{ margin-left: 0; }
.form-columns-2 .hs-form-field:nth-child(1) .input,.form-columns-2 .hs-form-field:nth-child(1) label{ margin-right: 15px; margin-right:0; }
.form-columns-2 .hs-form-field:nth-child(2) .input,.form-columns-2 .hs-form-field:nth-child(2) label{ margin-left: 15px; margin-right:0; }
.form-columns-1 .input{ margin-right: 0 !important; }
form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {

}

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

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {

}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}
.hs-error-msgs label {
  color: #ef6b51;
}
.hs-input.invalid.error {
  border-color: #EF6B51;
}

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

/* Submit button */

.button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  outline: none;
  border: 1px solid;
  margin: 20px 0;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}



@media(max-width: 400px){

.form-columns-2 .hs-form-field:nth-child(2) .input, .form-columns-2 .hs-form-field:nth-child(2) label{ margin-left: 0; }

}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.breadcrumb-menu ul.hs-breadcrumb-menu {
  color: #000;
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  padding: 19px 0 28px;
  float: none;
  display: inline-block;
  width: 100%;
}

.breadcrumb-menu ul.hs-breadcrumb-menu > li {
  padding: 0;
  float: none;
  display: inline;
}

.breadcrumb-menu .hs-breadcrumb-menu-divider:before {
  content: " > ";
  padding: 0;
}

.breadcrumb-menu ul.hs-breadcrumb-menu > li > a {
  color: #000000;
  text-decoration: none;
}

.breadcrumb-menu ul.hs-breadcrumb-menu > li > a:hover {
  opacity: 0.7;
  color: #000000;
}
.site-header-wrapper {
  min-height: 90px;
}


.site-header {
  padding: 31px 0 17px;
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
}

.site-header-no-navigation {
  padding: 31px 0 17px;
  position: static;
  top: 0;
  z-index: 9999;
  width: 100%;
}



.toggle-menu {
  background-image: url(//4877758.fs1.hubspotusercontent-na1.net/hubfs/4877758/raw_assets/public/Comtec3D_September2021/images/menu-bar.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 32px;
  width: 32px;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  border-radius: unset;
  transition: all 0.5s;
  display: none;
  cursor: pointer;
}
.header-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

.header-logo a {
  display: inline-block;
}

.header-menu .hs-menu-wrapper>ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-menu .hs-menu-wrapper>ul li {
  max-width: 500px;
  margin-left: 50px;
  padding-bottom: 10px;
  position: relative;
  white-space: nowrap;
  
}

.header-menu .hs-menu-wrapper>ul>li a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  display: block;
}

.header-menu .hs-menu-wrapper>ul ul {
  top: 100%;
  z-index: 3;
  padding: 20px 15px 8px 15px;
  margin: 0;
  flex-wrap: wrap;
  list-style: none;
}

.header-menu .hs-menu-wrapper>ul ul li a {
  font-weight: 400;
}

.header-menu .hs-menu-wrapper>ul ul li {
  padding: 7px 0;
  margin: 0;
}
.header-menu .hs-menu-wrapper>ul>li.hs-item-has-children>a::after {
  content: " " url(//4877758.fs1.hubspotusercontent-na1.net/hubfs/4877758/raw_assets/public/Comtec3D_September2021/images/white-arrow-right.svg);
}
.header-menu .hs-menu-wrapper>ul ul li a:hover {
  font-weight: 400; 
  /*color: #ca0538 !important;*/
  background-color: #ad032c !important;
  box-shadow: 0px 0px 0px 6px #ad032c;
}

.child-trigger i {
  font-style: normal;
}


@media (min-width: 768px){
  .header-col {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 1201px){
  .header-menu .hs-menu-wrapper>ul>li.hs-item-has-children:hover>a::after {
    content: " " url(//4877758.fs1.hubspotusercontent-na1.net/hubfs/4877758/raw_assets/public/Comtec3D_September2021/images/white-arrow-down.svg);
  }

  .child-trigger {
    display: none;
  }
  .header-menu .hs-menu-wrapper>ul ul {
    position: absolute;
    display: none;
  }
  .header-menu .hs-menu-wrapper>ul>li:hover>ul {
    display: block;
  }
}

@media (max-width: 1200px){
  .disable-scroll {
    overflow: hidden;
    height: 100%;
  }
  body.mobile-open {
    overflow: hidden;
    height: 100%;
  }
  .toggle-menu {
    display: block;
  }
  .mobile-open .toggle-menu {
    background-image: url(//4877758.fs1.hubspotusercontent-na1.net/hubfs/4877758/raw_assets/public/Comtec3D_September2021/images/close.svg);
    transition: all 0.5s;
  }
  .toggle-menu.close {
    background-image: url(//4877758.fs1.hubspotusercontent-na1.net/hubfs/4877758/raw_assets/public/Comtec3D_September2021/images/close.svg);
    transition: all 0.5s;
  }
  .header-menu {
    position: fixed;
    left: 0;
    right: 0;
    top: 90px;
    height: calc(100vh - 90px);
    width: 100%;
    background-color: #ca0538;
    display: none;
    overflow-y: auto !important;
  }
  .header-menu .hs-menu-wrapper>ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }

  .header-menu .hs-menu-wrapper > ul li {
    width: 100%;
    margin: 10px 0;
    max-width: 100%;
    padding-right: 35px;
  }

  .header-menu .hs-menu-wrapper>ul>li a {
    font-size: 20px;
    line-height: 22px;
  }

  .header-menu .hs-menu-wrapper>ul>li.hs-item-has-children .more {
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    color: #fff;
    border: none;
    line-height: 0;
    font-size: 40px;
    padding: 0;
    display: block;
    width: 40px;
    height: 40px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    -webkit-appearance: button;
    text-transform: none;
    overflow: visible;
    margin: 0;
    cursor: pointer;
  }
  .child-trigger{
    position: absolute;
    right: -6px;
    top: 20px;
    background-color: transparent;
    color: #fff;
    border: 0;
    line-height: 0;
    font-size: 40px;
    padding: 0;
    display: block;
    width: 40px;
    height: 40px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    -webkit-appearance: button;
    text-transform: none;
    overflow: visible;
    margin: 0;
    cursor: pointer;
  }
  .child-trigger i {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    width: 40px;
    height: 40px;
  }
  .child-trigger .minus {
    display: none;
    position: relative;
    right: -6px;
  }
  .child-trigger.child-open .plus {
    display: none;
  }
  .child-trigger.child-open .minus {
    display: block;
  }
  .header-menu .hs-menu-wrapper>ul ul {
    display: none;
  }
  .header-menu .hs-menu-wrapper>ul ul li {
    margin: 10px 0;
    padding: 0;
    padding-right: 40px;
  }
  .header-menu .hs-menu-wrapper>ul ul li a {
    font-weight: 400;
  }
  .header-menu .hs-menu-wrapper>ul>li:hover>ul>li>a {
    font-weight: 400;
  }

  .header-menu .hs-menu-wrapper>ul>li:hover>ul>li>a:hover {
    font-weight: 400;
  }

  .header-menu .hs-menu-wrapper>ul ul {
    overflow: hidden !important;
  }

  .header-menu .hs-menu-wrapper>ul>li a {
    white-space: break-spaces;
  }
}

@media (max-width: 767px){
  .header-wrapper {
    align-items: center;
  }

}
.footer {
  padding: 70px 0;
}

.row,.footer-menu-bottom,.footer-menu .hs-menu-wrapper>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}
.footer-menu .hs-menu-wrapper>ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
}
.col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}
.row>* {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}
.footer-menu .hs-menu-wrapper>ul>li {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}
.footer .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 230px;
}
.footer .left ul a:hover {
  opacity: 0.7;
}
.footer .left img {
  margin-bottom: 40px;
  vertical-align: bottom;
}

.footer h3 {
  font-size: 22px;
  line-height: 20px;
  margin: 0 0 15px;
  font-weight: 700;
}

.footer .left ul {
  list-style: none;
  margin: 0 0 45px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 11px;
  line-height: 15px;
}

.footer-menu .hs-menu-wrapper>ul>li>a {
  font-weight: 700;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  margin: 0 0 15px;
  max-width: 230px;
  pointer-events: none;
  display: block;
}
.footer-menu .hs-menu-wrapper>ul>li>ul {
  margin: 0;
  padding: 0 0 15px 20px;
  font-size: 11px;
  line-height: 13px;
  list-style: none;
}

.footer-menu .hs-menu-wrapper>ul>li>ul>li {
  position: relative;
}
.footer-menu .hs-menu-wrapper>ul>li:nth-child(1)>ul>li:nth-child(4) {
  margin-bottom: 10px;
}
.footer-menu .hs-menu-wrapper>ul>li>ul>li::before {
  content: '';
  position: absolute;
  left: -10px;
  top: 5px;
  height: 2px;
  width: 2px;
  border-radius: 50%;
  background-color: #000;
}
.footer-menu-bottom .hs-menu-wrapper>ul>li:last-child::before {
  display: none;
}
.footer-menu .hs-menu-wrapper>ul>li>ul>li>ul {
  list-style: none;
  margin: 5px 0 10px;
  padding: 0;
}
.footer-menu .hs-menu-wrapper>ul>li:nth-child(1)>ul>li:nth-child(4) {
  margin-bottom: 10px;
}
.footer-menu-bottom .hs-menu-wrapper>ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-menu-bottom .hs-menu-wrapper>ul>li {
  padding: 0;
  padding-right: 20px;
  position: relative;
  margin: 0;
  list-style: none;
}
.footer-menu-bottom .hs-menu-wrapper>ul>li>a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 9px;
  line-height: 10px;
}
.footer-menu-bottom .hs-menu-wrapper>ul>li>a:hover {
  opacity: 0.7;
}

.footer-menu-bottom .hs-menu-wrapper>ul>li::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 7px;
  right: 10px;
  height: 10px;
  width: 1px;
}

.footer-menu-bottom .hs_cos_wrapper_type_menu {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  margin-top: 10px;
}

@media (min-width: 768px){
  .col-md-6,.footer-menu .hs-menu-wrapper>ul>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (max-width: 767px){
  .footer-menu-bottom .hs-menu-wrapper>ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.body-container--home {
  padding: 0px 0px;
}

 /*.kj-template .main-section .dnd-section > .row-fluid:before,
.service-page .main-section .dnd-section > .row-fluid:before, 
.website-page .main-section .dnd-section > .row-fluid:before {
  content: '';
  position: absolute;
  left: calc (50% - 51px);
  top: 81px;
  width: 103px;
  height: 8px;
  background-color: #CA0538;
}*/

 .page-filar-1-template .backdround-image {
  background-image: url(https://4877758.fs1.hubspotusercontent-na1.net/hubfs/4877758/7-1.png);
  background-size: cover;
  background-attachment: fixed;
}
 .page-filar-1-template .main-section {
  background-image: url(https://4877758.fs1.hubspotusercontent-na1.net/hubfs/4877758/2-3.png);
  background-size: cover;
  background-attachment: fixed;
}

 .page-filar-1-template .main-section_2 {
  background-image: url(https://4877758.fs1.hubspotusercontent-na1.net/hubfs/4877758/11.png);
  background-size: cover;
  background-attachment: fixed;
}

 .page-filar-1-laser-tracker-template .backdround-image {
  background-image: url(https://4877758.fs1.hubspotusercontent-na1.net/hubfs/4877758/7-1.png);
  background-size: cover;
  background-attachment: fixed;
}
 .page-filar-1-laser-tracker-template .main-section {
  background-image: url(https://www.comtec3d.pl/hubfs/lt-vantage-tlo.png);
  background-size: cover;
   background-repeat: no-repeat;
  background-attachment: fixed;
}

 .page-filar-1-laser-tracker-template .main-section_2 {
  background-image: url(https://4877758.fs1.hubspotusercontent-na1.net/hubfs/4877758/11.png);
  background-size: cover;
  background-attachment: fixed;
}

 .page-filar-1-mobile-template .backdround-image {
  background-image: url(https://4877758.fs1.hubspotusercontent-na1.net/hubfs/4877758/13-1.png);
  background-size: cover;
  background-attachment: fixed;
}
.page-filar-1-mobile-template .main-section {
  background-image: url(https://4877758.fs1.hubspotusercontent-na1.net/hubfs/4877758/RAMIONA_FARO_SKANERY_3D.png);
  background-size: cover;
  background-attachment: fixed;
}

 .page-filar-1-mobile-template  .main-section_2 {
  background-image: url(https://4877758.fs1.hubspotusercontent-na1.net/hubfs/4877758/11.png);
  background-size: cover;
  background-attachment: fixed;
}

 .page-filar-1-mobile2-template .backdround-image {
  background-image: url(https://4877758.fs1.hubspotusercontent-na1.net/hubfs/4877758/77-1.png);
  background-size: cover;
  background-attachment: fixed;
}
.page-filar-1-mobile2-template .main-section {
  background-image: url(https://4877758.fs1.hubspotusercontent-na1.net/hubfs/4877758/FARO_QUANTUM_ramie_pomiarowe.png);
  background-size: cover;
  background-attachment: fixed;
}

 .page-filar-1-mobile2-template  .main-section_2 {
  background-image: url(https://4877758.fs1.hubspotusercontent-na1.net/hubfs/4877758/11.png);
  background-size: cover;
  background-attachment: fixed;
}

 .page-filar-2-template .backdround-image {
  background-image: url(https://4877758.fs1.hubspotusercontent-na1.net/hubfs/4877758/banner-metrolog-x4.png);
  background-size: cover;
  background-attachment: fixed;
}

 .page-filar-2-template .main-section {
  background-image: url(https://www.comtec3d.pl/hubfs/oprogramowanie-pomiarowe-Metrolog-X4-comtec-3d.png);
  background-size: cover;
  background-attachment: fixed;
}

 .page-filar-2-template .main-section_2 {
  background-image: url(https://4877758.fs1.hubspotusercontent-na1.net/hubfs/4877758/11.png);
  background-size: cover;
  background-attachment: fixed;
}

 .page-filar-2-modernizacje-template .backdround-image {
  background-image: url(https://www.comtec3d.pl/hubfs/modernizacja_cmm_comtec3d_background.png);
  background-size: cover;
  background-attachment: fixed;
}

 .page-filar-2-modernizacje-template .main-section {
  background-image: url(https://4877758.fs1.hubspotusercontent-na1.net/hubfs/4877758/visuel-logiciels-Metrologic-1200x700%202.png);
  background-size: cover;
  background-attachment: fixed;
}

 .page-filar-2-modernizacje-template .main-section_2 {
  background-image: url(https://4877758.fs1.hubspotusercontent-na1.net/hubfs/4877758/11.png);
  background-size: cover;
  background-attachment: fixed;
}
 .page-filar-2-retrofit-template .backdround-image {
  background-image: url(https://www.comtec3d.pl/hubfs/comtec-3d-pomiary.png);
  background-size: cover;
  background-attachment: fixed;
}

 .page-filar-2-retrofit-template .main-section {
  background-image: url(https://www.comtec3d.pl/hubfs/modernizacja_cmm_kontroler_background.png);
  background-size: cover;
  background-attachment: fixed;
}

 .page-filar-2-retrofit-template .main-section_2 {
  background-image: url(https://4877758.fs1.hubspotusercontent-na1.net/hubfs/4877758/11.png);
  background-size: cover;
  background-attachment: fixed;
}
 .page-filar-robot-template .backdround-image {
  background-image: url(https://4877758.fs1.hubspotusercontent-na1.net/hubfs/4877758/roberto-cortese-ejhjSZKTeeg-unsplash_czarne-1.jpeg);
  background-size: cover;
  background-attachment: fixed;
}

 .page-filar-robot-template .main-section {
  background-image: url(https://4877758.fs1.hubspotusercontent-na1.net/hubfs/4877758/roberto-cortese-ejhjSZKTeeg-unsplash_czarne-1.jpeg);
  background-size: cover;
  background-attachment: fixed;
}

 .page-filar-3-template .backdround-image {
  background-image: url(https://4877758.fs1.hubspotusercontent-na1.net/hubfs/4877758/maxim-tolchinskiy-Mza_iyInfFE-unsplash.jpg);
  background-size: cover;
  background-attachment: fixed;
}
 .page-filar-3-template .main-section {
  background-image: url(https://4877758.fs1.hubspotusercontent-na1.net/hubfs/4877758/maxim-tolchinskiy-Mza_iyInfFE-unsplash.jpg);
  background-size: cover;
  background-attachment: fixed;
}
 .page-filar-3-serwis-i-kalibracje-template .backdround-image {
  background-image: url(https://www.comtec3d.pl/hubfs/serwis-maszyn-cmm-background.png);
  background-size: cover;
  background-attachment: fixed;
}
 .page-filar-3-serwis-i-kalibracje-template .main-section {
  background-image: url(https://www.comtec3d.pl/hubfs/kalibracje-maszyn-cmm.png);
  background-size: cover;
  background-attachment: fixed;
}
.home-page .content-with-background {
  background-image: url(https://4877758.fs1.hubspotusercontent-na1.net/hubfs/4877758/tlo2bw.png);
  background-size: cover;
  background-attachment: fixed;
}

 .page-kontakt .backdround-image {
  background-image: url(https://4877758.fs1.hubspotusercontent-na1.net/hubfs/4877758/49.png);
  background-size: cover;
  background-attachment: fixed;
}
 .page-kontakt .main-section {
  background-image: url(https://4877758.fs1.hubspotusercontent-na1.net/hubfs/4877758/49.png);
  background-size: cover;
  background-attachment: fixed;
}


.page-kontakt .page-header-section .dnd-section > .row-fluid,
.page-filar-1-template .page-header-section .dnd-section > .row-fluid,
.page-filar-1-laser-tracker-template .page-header-section .dnd-section > .row-fluid,
.page-filar-1-mobile-template .page-header-section .dnd-section > .row-fluid,
.page-filar-1-mobile2-template .page-header-section .dnd-section > .row-fluid,
.page-filar-2-template .page-header-section .dnd-section > .row-fluid,
.page-filar-2-modernizacje-template .page-header-section .dnd-section > .row-fluid,
.page-filar-2-retrofit-template .page-header-section .dnd-section > .row-fluid,
.page-filar-robot-template .page-header-section .dnd-section > .row-fluid,
.page-filar-3-template .page-header-section .dnd-section > .row-fluid,
 .page-filar-3-serwis-i-kalibracje-template .page-header-section .dnd-section > .row-fluid {
  padding: 0;
  background-color: transparent;
  margin-bottom: 0;
}

.page-kontakt .dnd-section>.row-fluid,
.page-filar-1-template .dnd-section>.row-fluid,
.page-filar-1-laser-tracker-template .dnd-section>.row-fluid,
.page-filar-1-mobile-template .dnd-section>.row-fluid,
.page-filar-1-mobile2-template .dnd-section>.row-fluid,
.page-filar-2-template .dnd-section>.row-fluid,
.page-filar-2-modernizacje-template .dnd-section>.row-fluid,
.page-filar-2-retrofit-template .dnd-section>.row-fluid,
.page-filar-robot-template .dnd-section>.row-fluid,
 .page-filar-3-serwis-i-kalibracje-template  .dnd-section>.row-fluid,
.page-filar-3-template .dnd-section>.row-fluid {
  background-color: transparent;
  margin-bottom: 0;
}


.home-page .body-container--home {
  padding: 0;
}

.home-page .dnd-section>.row-fluid {
  padding: 0 12px;
  max-width: 1075px !important;
  background-color: transparent;
  margin-bottom: 0;
}

.home-page h2 {
  font-size: 33px;
  line-height: 38px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 18px;
}

.home-page .intro-main-oferta p {
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  max-width: 760px;
  text-align: center;
  margin: 0 auto;
}

.about-us .dnd-section .dnd-column .hs_cos_wrapper_type_linked_image img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 450px !important;
  width: 100%;
  height: 674px !important;
  margin: 0 auto;
  display: block;
  object-fit: cover;
}
.about-us .dnd-section .dnd-column .hs_cos_wrapper_type_rich_text {
  max-width: 430px;
  padding-top: 30px;
  position: relative;
  display: block;
}
.about-us .dnd-section .dnd-column .hs_cos_wrapper_type_rich_text>span {
  position: relative;
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 50px;
  display: block;
}
.about-us .dnd-section .dnd-column .hs_cos_wrapper_type_rich_text::after {
  content: '';
  width: 103px;
  height: 8px;
  background: #CA0538;
  position: absolute;
  top: 0;
  left: 0;
}

.contact-page .main-section h2 {
  font-weight: 700;
  font-size: 33px;
  line-height: 38px;
  text-transform: uppercase;
  position: relative;
  margin: 27.390px 0;
}

.contact-page .main-section h2::after {
  content: '';
  position: absolute;
  top: -44px;
  left: 0;
  height: 8px;
  width: 103px;
  background: #CA0538;
}

.contact-page .main-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 22px;
}

.contact-page .page-header .dnd-section > .row-fluid {
  padding: 0;
  background-color: transparent;
  margin-bottom: 0;
}

.contact-page .content-map .dnd-section > .row-fluid {
  padding: 0px 0px  50px;
  margin-bottom: 94px;
}

.contact-page .main-section .dnd-section >.row-fluid {
  padding: 125px 90px 100px 90px;
  margin-bottom: 0;
}

@media (max-width: 1200px){
  .contact-page .main-section .dnd-section >.row-fluid {
    display: flex !important;
    flex-wrap: wrap;
    padding: 125px 78px 100px 78px;
  }

  .contact-page .main-section .dnd-section >.row-fluid > .dnd-column {
    flex: 1 0 0%;
    padding: 0 12px;
    margin: 0;
  }
}


@media (max-width: 767px){
  .home-page .intro-main-oferta p {
    line-height: 23px;
  }
  .home-page h2 {
    font-size: 22px;
    line-height: 23px;
  }
    .home-page h1 {
    font-size: 22px;
    line-height: 23px;
  }
  .about-us .dnd-section>.row-fluid {
    flex-flow: column-reverse;
    display: flex;
  }
  .about-us .dnd-section .dnd-column .hs_cos_wrapper_type_rich_text>span {
    font-size: 18px;
    line-height: 25px;
  }
  .about-us .dnd-section .dnd-column .hs_cos_wrapper_type_rich_text {
    margin-top: 30px;
  }
  .about-us .dnd-section .dnd-column .hs_cos_wrapper_type_linked_image img {
    height: 400px !important;
    max-width: 450px !important;
    width: 100% !important;
  }
  .about-us .dnd-section .dnd-column .dnd-module {
    display: block !important;
  }
  .contact-page .content-contact .dnd-section>.row-fluid {
    padding: 142px 30px;
  }
  .contact-page .content-contact h2 {
    font-size: 21px;
    line-height: 23px;
  }
  .contact-page .content-contact ul {
    margin-bottom: 118px;
  }
  .page-kontakt .main-section .dnd-section > .row-fluid:before, 
  .page-filar-1-template .main-section .dnd-section > .row-fluid:before,
  .page-filar-1-laser-tracker-template .main-section .dnd-section > .row-fluid:before,
  .page-filar-1-mobile-template .main-section .dnd-section > .row-fluid:before,
  .page-filar-1-mobile2-template .main-section .dnd-section > .row-fluid:before,
  .page-filar-2-template .main-section .dnd-section > .row-fluid:before, 
    .page-filar-2-modernizacje-template .main-section .dnd-section > .row-fluid:before, 
      .page-filar-2-retrofit-template .main-section .dnd-section > .row-fluid:before, 
  .page-filar-robot-template .main-section .dnd-section > .row-fluid:before, 
  .page-filar-3-template .main-section .dnd-section > .row-fluid:before, 
  .page-filar-3-serwis-i-kalibracje-template  .main-section .dnd-section > .row-fluid:before, 
  .service-page .main-section .dnd-section > .row-fluid:before,
  .website-page .main-section .dnd-section > .row-fluid:before {
  left: 30px;  
  }

  .website-page .main-section .dnd-section:first-child h2 {
    font-size: 18px;
    line-height: 19px;
  }
    .website-page .main-section .dnd-section:first-child h1 {
    font-size: 18px;
    line-height: 19px;
  }
   .contact-page .main-section h2 {
    font-size: 21px;
    line-height: 23px;
    margin: 17.430px 0;
  }
  .page-kontakt .main-section {
    display: flex;
  }
  
  .about-us .dnd-section .dnd-column .hs_cos_wrapper_type_rich_text {
    max-width: 100%;
  }

  .contact-page .main-section ul {
    margin-bottom: 100px;
  }
  .page-kontakt  .main-section h1  {
  font-size: 1.5em;
  line-height: 1.4em;
  }
  
    .page-kontakt  .main-section h2  {
  font-size: 1.5em;
  }
  .contact-page .main-section .dnd-section>.row-fluid {
    padding: 125px 18px;
  }

  .website-page .main-section ul {
    margin-bottom: 1.5rem;
  }
  .page-filar-1-template .main-section h2  {
    font-size: 1.5em;
    }
    .page-filar-1-template .main-section_2 h2  {
    font-size: 1.5em;
    }
    .page-filar-1-template .main-section h1  {
    font-size: 1.5em;
    line-height: 1.4em;
  }
   .page-filar-1-template .backdround-image h2  {
    font-size: 1.5em;
  }
     .page-filar-2-template .main-section h1  {
    font-size: 1.5em;
    line-height: 1.4em;
  }
  .page-filar-2-template .main-section h2  {
    font-size: 1.5em;
  }
    .page-filar-2-template .backdround-image h2  {
    font-size: 1.5em;
  }
   .page-filar-2-template .backdround-image h1  {
      font-size: 1.5em;
    line-height: 1.4em;
  }
    .page-filar-3-template .main-section h2  {
    font-size: 1.5em;
  }
    .page-filar-3-template .backdround-image h2  {
    font-size: 1.5em;
  }
      .page-filar-3-serwis-i-kalibracje-template .main-section h2  {
    font-size: 1.5em;
  }
  .page-filar-3-serwis-i-kalibracje-template .backdround-image h2  {
    font-size: 1.5em;
  }
      .page-filar-robot-template .main-section h1  {
    font-size: 1.5em;
    line-height: 1.4em;
  }
  .page-filar-robot-template .main-section h2  {
    font-size: 1.5em;
  }
    .page-filar-robot-template .backdround-image h2  {
    font-size: 1.5em;
  }
   .page-filar-robot-template .backdround-image h1  {
      font-size: 1.5em;
    line-height: 1.4em;
  }
   .page-filar-1-mobile-template .main-section h2  {
    font-size: 1.5em;
    }
    .page-filar-1-mobile-templatee .main-section_2 h2  {
    font-size: 1.5em;
    }
    .page-filar-1-mobile-template .main-section h1  {
    font-size: 1.5em;
    line-height: 1.4em;
  }
   .page-filar-1-mobile-template .backdround-image h2  {
    font-size: 1.5em;
  }
     .page-filar-1-mobile2-template .main-section h2  {
    font-size: 1.5em;
    }
    .page-filar-1-mobile2-template .main-section_2 h2  {
    font-size: 1.5em;
    }
    .page-filar-1-mobile2-template .main-section h1  {
    font-size: 1.5em;
    line-height: 1.4em;
  }
   .page-filar-1-mobile2-template .backdround-image h2  {
    font-size: 1.5em;
  }
    .page-filar-1-laser-tracker-template .main-section h2  {
    font-size: 1.5em;
    }
    .page-filar-1-laser-tracker-template .main-section_2 h2  {
    font-size: 1.5em;
    }
    .page-filar-1-laser-tracker-template .main-section h1  {
    font-size: 1.5em;
    line-height: 1.4em;
  }
   .page-filar-1-laser-tracker-template .backdround-image h2  {
    font-size: 1.5em;
  }
      .page-filar-2-modernizacje-template .main-section h1  {
    font-size: 1.5em;
    line-height: 1.4em;
  }
  .page-filar-2-modernizacje-template .main-section h2  {
    font-size: 1.5em;
  }
    .page-filar-2-modernizacje-template .backdround-image h2  {
    font-size: 1.5em;
  }
   .page-filar-2-modernizacje-template .backdround-image h1  {
      font-size: 1.5em;
    line-height: 1.4em;
  }
        .page-filar-2-retrofit-template .main-section h1  {
    font-size: 1.5em;
    line-height: 1.4em;
  }
  .page-filar-2-retrofit-template .main-section h2  {
    font-size: 1.5em;
  }
    .page-filar-2-retrofit-template .backdround-image h2  {
    font-size: 1.5em;
  }
   .page-filar-2-retrofit-template .backdround-image h1  {
      font-size: 1.5em;
    line-height: 1.4em;
  }