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


.dnd-section[class*="full-width-section"] > .row-fluid{
  padding-left: 0;
  padding-right: 0;
}
@font-face { 
  font-family: "Font Awesome 5 Free"; 
  src: url(https://25864758.fs1.hubspotusercontent-eu1.net/hubfs/25864758/raw_assets/public/BetaImplants_July2022/fonts/FontAwesome5Free-Solid.eot) format("embedded-opentype"), 
    url(https://25864758.fs1.hubspotusercontent-eu1.net/hubfs/25864758/raw_assets/public/BetaImplants_July2022/fonts/fa-solid-900.woff2) format("woff2"), 
    url(https://25864758.fs1.hubspotusercontent-eu1.net/hubfs/25864758/raw_assets/public/BetaImplants_July2022/fonts/FontAwesome5Free-Solid.woff) format("woff"), 
    url(https://25864758.fs1.hubspotusercontent-eu1.net/hubfs/25864758/raw_assets/public/BetaImplants_July2022/fonts/FontAwesome5Free-Solid.ttf) format("truetype"), 
    url(https://25864758.fs1.hubspotusercontent-eu1.net/hubfs/25864758/raw_assets/public/BetaImplants_July2022/fonts/FontAwesome5Free-Solid.svg) format("svg"); 
  font-style: normal; 
  font-weight: 900; 
  font-display: block;
}

@font-face {
  font-family: "FontAwesome"; 
  src: url(https://25864758.fs1.hubspotusercontent-eu1.net/hubfs/25864758/raw_assets/public/BetaImplants_July2022/fonts/FontAwesome/FontAwesome.eot) format("embedded-opentype"), 
    url(https://25864758.fs1.hubspotusercontent-eu1.net/hubfs/25864758/raw_assets/public/BetaImplants_July2022/fonts/FontAwesome/FontAwesome.woff2) format("woff2"), 
    url(https://25864758.fs1.hubspotusercontent-eu1.net/hubfs/25864758/raw_assets/public/BetaImplants_July2022/fonts/FontAwesome/FontAwesome.woff) format("woff"), 
    url(https://25864758.fs1.hubspotusercontent-eu1.net/hubfs/25864758/raw_assets/public/BetaImplants_July2022/fonts/FontAwesome/FontAwesome.ttf) format("truetype"),
    url(https://25864758.fs1.hubspotusercontent-eu1.net/hubfs/25864758/raw_assets/public/BetaImplants_July2022/fonts/FontAwesome/FontAwesome.svg) format("svg"); 
  font-style: normal; 
  font-weight: normal;
}

html{
  font-size: 10px; 
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 24px;
  word-break: break-word;
  background: #fff;
}

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

/* Paragraphs */

p {
  margin-bottom: 24px;
  margin-top: 0;
}

/* Anchors */

a {
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 24px;
  margin-top: 0;
}
h1 {
  line-height: 64px;
}

h2 {
  line-height: 48px;
}

h3 {
  line-height: 33px;
}

h4 {
  line-height: 30px;
}

h5 {
  line-height: 28px;
}

h6 {
  line-height: 25px;
}
@media all and (max-width: 767px) {
  h1 {
    line-height: 40px;
  }

  h2 {
    line-height: 40px;
  }

  h3 {
    line-height: 32px;
  }

  h4 {
    line-height: 26px;
  }

  h5 {
    line-height: 24px;
  }

  h6 {
    line-height: 24px;
  }
  br {
    display: none;
  }
}
b, strong {
  font-weight: bold;
}
/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

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

.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, .far, .fas {
  font-family: "Font Awesome 5 Free";
}
.fa, .fas {
  font-weight: 900;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 25px;
}

/* Labels */

form label {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 0;
  display: inline-block;
}
.form-title {
  font-size: 60px;
  line-height: 64px;
}
@media(max-width:767px){
  .form-title {
    font-size: 32px;
    line-height: 40px;
    font-weight: 300; 
  }
}
/* Help text - legends */

form legend {
  font-size: 18px;
}

/* 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%;
  background: #f7f7f7;
  border: 1px solid #c4c4c4;
  border-radius: 0;
  box-shadow: none;
  transition: all .5s;
  min-height: 50px;
  font-size: 16px;
  margin: 0;
  padding: 12px;
  padding-left: 20px;
  font-weight: 500;
  line-height: 1.5;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
form input[type=text]:hover,
form input[type=email]:hover,
form input[type=password]:hover,
form input[type=tel]:hover,
form input[type=number]:hover,
form input[type=file]:hover,
form select,:hover,
form textarea:hover{
  border-color: #c86400;
}
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select,:focus,
form textarea:focus{
  outline:none;
}
form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

.hs-form-required {
  color: #e80000;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}

.hs-input.invalid.error {
  border-color: #e80000;
}
label.hs-main-font-element,
.hs-error-msg {
  color: #e80000;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-right: 10px;
  font-weight: 400;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  margin: 30px 0;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  white-space: normal;
  min-height: 50px;
  line-height: 1.5;
  transition: all .5s;
  font-size: 16px;
  font-weight:400;
  border:1px solid #ccc;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.site-header .nav-container {
  min-height: 56px;
  -webkit-backface-visibility: hidden;
  max-width: 100%;
}

.site-header .main-navigation {
  clear: both;
  display: block;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 1);
  -webkit-backface-visibility: hidden;
  max-width: 100%;
}

.site-header .nav-open {
  max-height: 10000px ;
  line-height: 53px;
  height: auto ;
  position: relative;
}

.site-header .container {
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.site-header  #site-navigation .container > .flex-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header  #site-navigation .module.left {
  float: left;
  display: inline-block;
  padding: 0 32px;
  padding-left: 15px;
}

.site-header  #site-navigation .module.left a {
  text-decoration: none;
}

.site-header  #site-navigation .module.left a img {
  max-width: 148.99px;
}

.site-header  .mobile-toggle {
  display: none !important;
}

.site-header .module-group.right {
  float: right;
  display: inline-block;
  height: auto;
}

.site-header .nav-bar .module:not(.site-title-container) {
  height: 55px;
}

.site-header #site-navigation .container > .flex-row>.site-title-container>div {
  line-height: 0;
}

.site-header .navbar-collapse.collapse {
  display: block;
  height: auto;
  padding-bottom: 0;
  overflow: visible;
  width: auto;
  border-top: 0;
  padding-right: 15px;
  padding-left: 15px;
}

.site-header ul.submenu.level-1 {
  width: 100%;
  min-height: 55px;
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
  position:relative;
}

.site-header ul.submenu.level-1>li {
  margin-right: 32px;
  position: relative;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 1;
  color: #4c4c4c;
}

.site-header ul.submenu.level-1>li>a {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: -1px;
  color: #4c4c4c;
  -webkit-transition: all 0.3s ease;
  max-width: 100%;
  white-space: normal;
  font-size: 13px;
}

.site-header ul.submenu.level-1>li:last-child {
  margin-right: 0;
  display: flex;
  align-items: center;
}

.site-header ul.submenu.level-1>li:last-child a img {
  line-height: 0;
  font-size: 0;
}

.site-header ul.submenu.level-1>li:last-child a {
  display: flex;
}

.site-header .search-widget-handle {
  padding: 0 5px;
  cursor: pointer;
  position: relative;
  user-select: none;
  margin: 0;
  display: inline-block;
  top:1px;
}

.site-header .search-widget-handle .search {
  background: transparent;
  border: none;
  color: #404040;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 1.5;
  -webkit-appearance: button;
  cursor: pointer;
  padding: 0 6px;
}


.site-header .search-widget-handle .search i {
  font-size: 14px;
  line-height: 53px;
  opacity: 1;
  color: #000000;
  -webkit-transition: all 0.3s ease;
}

.fa-search:before {
  content: "\f002";
}

.site-header .search-widget-handle .search .title {
  font-family: inherit;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  display: none;
  opacity: 0.5;
  transition: all 0.3s ease;
  color: #404040;
  -webkit-transition: all 0.3s ease;
}



.site-header .function {
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
  cursor: default;
  position: absolute;
  z-index: 99;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transform: translate3d(0, -200%, 0);
  margin-top: -1px;
  right: 0;
  background: #fff;
  width: 300px;
  height: auto;
  height: 66.4px;
}
.site-header ul.submenu.level-1>li:last-child a span {
  display: none;
}

.site-header .search-widget-handle form label {
  display: none;
}

.site-header .search-widget-handle form {
  padding: 8px;
  display: inline-block;
  width: 100%;
  line-height: 50px;
}

.site-header .search-widget-handle form input {
  font-size: 16px;
  float: left;
  width: 70%;
  background: #f5f5f5;
  border: 1px solid #eee;
  height: 50px;
  padding-left: 20px;
  font-weight: 500;
  padding: 3px;
  color: #666;
  padding-left:20px;
  outline:none;
}

.site-header .search-widget-handle form input:focus,
.site-header .search-widget-handle form input:hover {
  border-color: #c86400;
}
.site-header .search-widget-handle form input:focus {
  color: #111;
}

.site-header .child-trigger.open:before {
  content: "-";
  margin-top: -4px;
}

.site-header .search-widget-handle form button:hover {
  background: #c86400;
  border: 2px solid#c86400;
}

.site-header .search-widget-handle form button {
  min-width: 17%;
  padding: 0;
  width: 27%;
  height: 50px;
  line-height: 48px;
  margin: -2px 0 0 8px;
  background: #ff9600;
  border: 2px solid #ff9600;
  position: relative;
  color: #ff9600;
}

.site-header .search-widget-handle form button svg {
  display: none;
}



.site-header .search-widget-handle form button:before {
  content: 'Buscar';
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  font-family: sans-serif;
  width: auto;
  height: auto;
  clip: initial;
  padding: initial;
  letter-spacing: 1px;
}

.site-header .module.left.site-title-container {
  top: 1px;
  position: relative;
}

.site-header .search-widget-handle form input::placeholder {
  color: #666;
}

.site-header ul.submenu.level-2 {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  display: none;
  z-index: 10;
  min-width: 150px;
}

.site-header ul.submenu.level-2>li>a {
  padding: 10px 20px;
  display: block;
}


.site-header.lp-header .main-navigation {
  padding-top: 13px;
  padding-bottom: 14px;
}

.site-header .search-widget-handle .hs-search-field__suggestions {
  padding: 0 10px;
  background: #fff;
  margin-top: -1px;
}
.site-header .search-widget-handle .hs-search-field__suggestions li:first-child{
  padding-top: 10px;
}
.site-header .search-widget-handle .hs-search-field__suggestions li:last-child{
  padding-bottom: 10px;
}
.site-header .module-group.right .navigation-primary a img {
  max-width: 100%;
  height: 42.49px;
  width: auto;
}

@media (min-width:993px){
  .site-header #site-navigation .module.left a img {
    margin-top: 1px;
  }
  .site-header .search-widget-handle:hover .function {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    visibility: visible;
  } 

  .site-header ul.submenu.level-1>li:hover ul.submenu.level-2 {
    display: block;
  }

  .site-header .main-navigation.outOfSight {
    transform: translate3d(0, -100px, 0);
    -webkit-transform: translate3d(0, -100px, 0);
    -moz-transform: translate3d(0, -100px, 0);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
  }

  .site-header .main-navigation.fixed.scrolled {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
  }

  .site-header .main-navigation.fixed {
    position: fixed;
    top: 0;
    z-index: 999;
    left: 0;
    right: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    visibility: hidden;
    opacity: 0;
  }
  header#masthead {
    min-height: 76px;
  }

  .site-header .main-navigation.scrolled {
    -webkit-transform: translate3d(0, 0px, 0);
  }
  .site-header .module-group.right {
    display: inline-block !important;
  }

}
@media (max-width:1199px){
  .site-header .container {
    max-width: 970px;
  }

  .site-header .function {
    margin-top: 0px;
    height: 66px;
  }

  .site-header ul.submenu.level-1>li {
    margin-right: 24px;
  }

  .site-header .search-widget-handle {
    padding: 0 16px;
  } 
}


@media (max-width:992px){
  .site-header .container {
    height: auto;
    max-width: 750px;
    line-height: 53px;
  }

  .site-header #site-navigation .container>.flex-row {
    flex-wrap: wrap;
  }

  .site-header .module.left.site-title-container {
    top: 0;
  }

  .site-header .module-group.right {
    width: 100%;
    height: auto;
    display: none;
  }

  .site-header .search-widget-handle .search .title:hover {
    opacity: 1;
  }

  .site-header .mobile-toggle {
    display: block !important;
    border-left: none;
    line-height: 40px;
    min-height: 40px;
    padding: 0 16px;
    cursor: pointer;
    position: relative;
    user-select: none;
    margin: 0;
    border: none;
    background: transparent;
    top:1px;
  }

  .fa-bars:before {
    content: "\f0c9";
  }

  .site-header .mobile-toggle i {
    color: #000000;
    font-size: 14px;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
  }

  .site-header .module-group.right .module.left {
    display: block;
    float: none !important;
    width: 100%;
    height: auto;
    padding: 0 16px !important;
    padding-left: 15px !important;
  }

  .site-header .navbar-collapse.collapse {
    margin-top: 20px;
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .site-header ul.submenu.level-1 {
    height: auto;
    flex-direction: column;
    position: relative;
    top: -2px;
  }

  .site-header ul.submenu.level-1>li {
    margin-right: 0;
    line-height: 24px;
    display: block;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .site-header ul.submenu.level-1>li>a {
    height: auto;
    line-height: 24px;
    padding: 4px 0;
    display: block;
    width: 100%;
  }

  .site-header .search-widget-handle {
    /* display: block; */
    float: none;
    width: 100%;
    height: auto !important;
    border-left: none;
    line-height: 40px;
    min-height: 40px;
    padding: 0 16px;
    position: relative;
    top: 2px;
    display: inherit;
    margin-bottom: 4px;
  }

  .site-header .search-widget-handle .search {
    padding: 0 15px;
  }

  .site-header .search-widget-handle .search i {
    color: #000000;
    line-height: 40px;
    font-size: 14px;
  }

  .site-header .search-widget-handle .search .title {
    display: inline-block;
    position: relative;
    bottom: 3px;
    margin-left: 8px;
  }

  .site-header ul.submenu.level-1>li:last-child a {
    padding-bottom: 0;
  }

  .site-header .function {
    display: block;
    width: 100%;
    max-width: 300px;
    position: relative;
    box-shadow: none;
    display:none;
  }

  .site-header .search-widget-handle.search-open .function {
    display: block;
    opacity: 1;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    visibility: visible;
  }

  .site-header ul.submenu.level-2 {
    position: relative;
    display: none;
    width: 100%;
  }

  .site-header .child-trigger {
    width: 33px;
    height: 30px;
    position: absolute;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    font-size: 25px;
    line-height: 30px;
  }

  .site-header .child-trigger:before {
    content: "+";
    font-size: 25px;
  }

}
@media (min-width:768px) and (max-width:991px){
  .site-header .main-navigation {
    padding-bottom: 28px;
  }

  body.header-active .site-header .main-navigation {
    padding-bottom: 8px;
  } 

  .site-header.lp-header .main-navigation {
    padding-top: 13.5px;
    padding-bottom: 32px;
  }
}

@media (max-width:767px){
  .site-header .container {
    height: auto;
    max-width: 100%;
  }

  .site-header .main-navigation {
    padding-bottom: 8px;
  }

  .site-header.lp-header .main-navigation {
    padding-top: 13.5px;
    padding-bottom: 12px;
  }
}

@media (max-width:600px){
  .site-header ul.submenu.level-1 {
    top: -1px;
  } 
}
@media (max-width:350px){
  .site-header .search-widget-handle form input {
    width: 69%;
  } 
}
footer.footer ul{
  margin:0;
  padding:0;
  list-style:none;

}
footer.footer {
  padding: 72px 0;
  background: #0e1015;
  position: relative;
}

.footer .content-wrapper {
  position: relative;
}

.footer .row {
  margin-right: -15px;
  margin-left: -15px;
}

.footer  .column {
  padding-right: 15px;
  padding-left: 15px;
}
.footer .col {
  padding-right: 15px;
  padding-left: 15px;
}

.footer .col-left {
  margin-top: 15px;
}
.footer .copyright-text .hs_cos_wrapper {
  color: #fefefe;
}
.footer .footer-credits a {
  opacity: 0.8;
  font-weight: 600;
  color: #000000;
}

.footer .footer-credits .hs_cos_wrapper {
  color: #ffff;
}
.footer a.back-to-top {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  height: 36px;
  width: 36px;
  padding: 5px 11px;
  opacity: 0.5;
  min-height: 30px;
  font-size: 11px;
  line-height: 27px;
  min-width: 0;
  border: 2px solid #745cf9;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  margin-bottom: 24px;
  white-space: normal;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  color: #fff;
  border-color: #fff;
  display: inline-block;
}

.footer i.fa.fa-angle-up {
  font-size: 18px;
  color: #fff;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.footer .column-inner {
  display: inline-block;
  width: 100%;
  margin-bottom: 31px;
}
.footer .fa-angle-up:before {
  content: "\f106";
}
.footer a.back-to-top:hover {
  background: #c86400;
  border: 2px solid#c86400;
  opacity: 1;
}
.footer .copyright-text .hs_cos_wrapper,
.footer .footer-credits .hs_cos_wrapper {
  font-size: 14px;
}
@media(min-width:768px){
  .footer .column {
    float: left;
    width: 50%;
  } 
  .footer .col {
    float: left;
    width: 50%;
  }
}
@media(min-width:992px){
  .footer .column {
    float: left;
    width: 25%;
  } 
}

@media(max-width:767px){
  .copyright-text {
    padding-bottom: 1px;
    padding-top: 1px;
  }
}

figure {
  margin: 0 0 14px;
  padding: 14px;
}
.widget-type-linked_image {
  line-height: 0;
}
img {
  height: auto;
  max-width: 100%;
  border: 0;
  vertical-align: middle;
}

.image-bg a:hover, .image-bg a:focus {
  color: #fff;
  opacity: 0.9;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn-group-lg>.btn, .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn {
  font-family: inherit;
  border: 2px solid #745cf9;
  padding: 0 26px;
  min-width: 150px;
  line-height: 36px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  color: #745cf9;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  margin-right: 4px;
  margin-bottom: 24px;
  white-space: normal;
}
.btn-lg {
  line-height: 24px;
  min-width: 200px;
  padding-bottom: 13px;
  padding-top: 13px;
}
.btn-filled{
  background: #745cf9;
  color: #fff;
}
.btn:visited {
  color: #745cf9;
}
.btn-filled:visited {
  color: #fff;
}
.btn-filled,
.btn-filled:visited{
  background: #ff9600 !important;
  border: 2px solid #ff9600 !important;
}
.btn-white,
.image-bg .btn,
.image-bg .btn:visited {
  color: #fff;
  border-color: #fff;
}
.image-bg .btn.btn-filled {
  background: #745cf9;
  color: #fff;
  border-color: #745cf9;
}
.btn.focus, .btn:focus, .btn:hover {
  color: #333;
  text-decoration: none;
}
.btn:hover, .button:hover, .btn:focus, .button:focus {
  background: #745cf9;
  color: #fff;
}
.btn:visited {
  color: #745cf9;
}
.btn-filled:visited {
  color: #fff;
}
.btn-white:visited, .btn:visited:hover {
  color: #fff;
}
.btn-filled:hover,
.btn:visited:hover, 
.btn-filled:focus, 
.btn:visited:focus {
  background: #5d47d7;
  border-color: #5d47d7;
}
.btn:last-child,
.btn:last-of-type {
  margin-right: 0;
}
.btn-filled:hover,
.btn:visited:hover,
.btn-filled:focus,
.btn:visited:focus {
  background: #5d47d7;
  border-color: #5d47d7;
}
.btn-white:hover,
.image-bg .btn:hover, 
.image-bg .btn:visited:hover, 
.btn-white:focus, 
.image-bg .btn:focus,
.image-bg .btn:visited:focus {
  background: #fff;
  border-color: #fff;
  color: #222;
}
.btn-filled:hover,
.btn-filled:focus,
.btn:not(.btn-white):hover, 
.btn:not(.btn-white):focus {
  background: #c86400 !important;
  border: 2px solid#c86400 !important;
}
.btn-white:hover,
.image-bg .btn:hover,
.image-bg .btn:visited:hover,
.btn-white:focus, 
.image-bg .btn:focus,
.image-bg .btn:visited:focus {
  background: #fff;
  border-color: #fff;
  color: #222;
}
.image-bg .btn.btn-filled:hover,
.image-bg .btn.btn-filled:focus {
  background: #5d47d7;
  border-color: #5d47d7;
  color: #fff;
}

.fullscreen {
  height: 102.6vh;
}
.parallax-window {
  background: transparent;
}

.align-transform {
  position: relative;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  top: 50%;
  z-index: 2;
}
.mb32 {
  margin-bottom: 32px;
}
.body-container .hs_cos_wrapper_type_module > .hs-button {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 24px;
  white-space: normal;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  font-size: 12px;
  padding: 0 26px;
  font-family: inherit;
  line-height: 24px;
  min-width: 200px;
  padding-bottom: 13px;
  padding-top: 13px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  background: #ff9600;
  border: 2px solid #ff9600;
}

.body-container .hs_cos_wrapper_type_module > .hs-button:hover {
  background: #c86400;
  border: 2px solid #c86400;
}
.page-center {
  margin-left: auto;
  margin-right: auto;
}
.cm-section{
  padding: 96px 0;
  position: relative;
  overflow: hidden;
}
.pb0 {
  padding-bottom: 0 !important;
}
.mb40 {
  margin-bottom: 40px;
}
.cm-row {
  margin-right: -15px;
  margin-left: -15px;
}
.cm-row:before,
.cm-row:after {
  display: table;
  content: " ";
}
.cm-row:after {
  clear: both;
}
.text-center {
  text-align: center;
}
.masonry-loader {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 1;
  position: absolute;
  width: 100%;
  z-index: 10;
  top: 80px;
}
.masonry-loader.fixed-center {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  margin-top: -25px;
}
.masonry-loader.fadeOut {
  opacity: 0;
  max-height: 0;
  padding: 0;
  overflow: hidden;
}
.spinner {
  width: 50px;
  height: 50px;
  background-color: #745cf9;
  margin: 0 auto;
  display: inline-block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}

@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.masonry {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  -webkit-transform: translate3d(0, 100px, 0);
  -moz-transform: translate3d(0, 100px, 0);
}
.masonry.fadeIn {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.masonry-item {
  max-width: 100%;
}
.project {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 1;
  padding: 0;
}
.masonryFlyIn .masonry-item {
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
}
.masonryFlyIn .masonry-item.fadeIn {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.image-tile {
  overflow: hidden;
  position: relative;
  margin-bottom: 24px;
}
.inner-title {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 1;
}
.project .image-tile {
  margin: 0;
}
.inner-title:before {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(34, 34, 34, 0.9)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#0e1015', GradientType=0);
  pointer-events: none;
}
.inner-title.hover-reveal:before {
  opacity: 0;
}
.image-tile img {
  width: 100%;
  display: inline-block;
}
.inner-title .title {
  position: absolute;
  width: 100%;
  z-index: 5;
}
.inner-title.hover-reveal .title {
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.mb0 {
  margin-bottom: 0 !important;
}
.inner-title .title h5 {
  color: #fff;
}
.inner-title .title h5 {
  font-weight: 600;
}
.inner-title .title span {
  color: #fff;
  font-weight: 400;
}
.inner-title:hover, .inner-title:focus {
  opacity: 0.95;
}
.inner-title:hover:before, .inner-title:focus:before {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.inner-title.hover-reveal:hover:before, .inner-title.hover-reveal:focus-within:before {
  opacity: 1;
}
.inner-title.hover-reveal:hover .title, .inner-title.hover-reveal:focus-within .title {
  opacity: 1;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  top: 50%;
}
.home-page .dnd-section > .row-fluid{
  padding-left:0;
  padding-right:0;
}
.home-page .dnd-section .dnd-column{
  padding-left:15px;
  padding-right:15px;
}
.mb64 {
  margin-bottom: 64px;
}
.cfa-text {
  margin-bottom: 0;
  line-height: 45px;
}
.home-page form .hs-form-field > label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0;
  font-weight: 700;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #8c979e;
}

.home-page form .hs-form-field .input > .hs-input {
  padding: 3px;
  background: #f5f5f5;
  border: 1px solid #eee;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  font-weight: 500;
  border-radius: 0;
  margin-bottom: 29px;
  color: #666;
  font-size: 14px;
  transition: none;
}

.home-page form .hs-form-field .input > .hs-input:hover,
.home-page form .hs-form-field .input > .hs-input:focus {
  border-color: #c86400;
  outline: none;
}

.home-page form .hs-form-field {
  margin-bottom: 24px;
}

.home-page form .hs-form-field .input > textarea.hs-input {
  width: 100%;
  padding: 16px 20px;
  border-color: rgb(204, 204, 204);
  overflow: auto;
  height: 244px;
  font-weight: 400;
  margin-bottom: 5px;
}


.home-page form .hs-form-field .input > .hs-input:focus {
  color: #111;
}

.home-page form .legal-consent-container .field.hs-form-field {
  margin-bottom: 24px;
}

.home-page form .inputs-list>li {
  margin: 0;
}

.home-page form .inputs-list>li > label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.home-page form input[type=checkbox] {
  margin-left: 14px;
  margin-right: 0;
  margin-top: 4px;
}

.home-page form .legal-consent-container .hs-form-booleancheckbox-display>span p {
  margin-left: 3px !important;
}

.home-page form .grecaptcha-badge {
  margin: 0;
}

.home-page form .legal-consent-container~.hs_recaptcha {
  margin-top: 0;
}

.home-page form .hs-button {
  margin: 5px 0 24px !important;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  height: 50px;
  letter-spacing: 1px;
  line-height: 48px;
  max-width: 250px;
  padding: 0;
  text-transform: uppercase;
  width: 100%;
  border-radius: 0;
  background: #ff9600 !important;
  border: 2px solid #ff9600 !important;
  transition: none;
}
.home-page form .hs-button:hover,
.home-page form .hs-button:focus {
  background: #c86400 !important;
  border: 2px solid#c86400 !important;
  color: #fff !important;
}
.home-page form .hs-submit {
  padding-bottom: 24px;
}
.home-page form .hs_error_rollup {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
  border-color: #ffb900;
}
.home-page form .hs_error_rollup .inputs-list>li>label {
  font-size: 14px;
  line-height: 24px;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #8c979e;
  font-weight: 400;
  margin: 0;
}
.home-page .widget-type-section_header {
  width: 83.33333333%;
  margin: 0 auto;
}
.home-page form .hs-error-msgs label.hs-error-msg {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: block;
  margin-top: -29px;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}
.banner-section .dnd-section {
  padding: 0;
}
.nosotros-page .dnd-section {
  padding-top: 30px;
  padding-bottom: 240px;
  margin: 0 0 1.5em;
}

.nosotros-page .dnd-section h1 {
  margin-bottom: 48px;
}

.nosotros-page .dnd-section table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  overflow-x: auto;
  white-space: nowrap;
  display: block;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
  font-size: 14px;
  line-height: 24px;
  box-sizing: inherit;
  padding: 0;
  border: 0;
}

.nosotros-page .dnd-section table>tbody>tr>td {
  padding: 8px;
  border: 0;
  vertical-align: top;
  border-top: 1px solid #ddd;
  line-height: 24px;
  border-collapse: collapse;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #8c979e;
  border-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
}

.nosotros-page .dnd-section table>tbody>tr>td>strong {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #8c979e;
  font-size: 14px;
}

.nosotros-page .dnd-section table>tbody>tr:hover {
  background-color: #f5f5f5;
}



.ingenieria-page .dnd-section {
  padding-top: 30px;
  padding-bottom: 240px;
  margin: 0 0 1.5em;
}

.ingenieria-page .dnd-section h1 {
  margin-bottom: 48px;
}

.ingenieria-page .dnd-section table {
  display: block;
  margin: 0 auto;
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

.ingenieria-page .dnd-section table>tbody>tr>td {
  border: 0;
  border-top: 1px solid #ddd;
  padding: 8px;
  line-height: 24px;
}

.ingenieria-page .dnd-section table>tbody>tr>td p {
  font-size: 14px;
  line-height: 24px;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #8c979e;
}

.ingenieria-page .dnd-section table>tbody>tr:hover {
  background-color: #f5f5f5;
}
.contact-page .dnd_area-column-10-vertical-alignment {
  display: block !important;
}
.contact-page p:not(:last-child)  {
  margin-bottom: 0;
}
.contact-page p a {
  display: inline-block;
  margin-bottom: 32px;
}
.contact-page form .hs-richtext,
.contact-page form .hs-richtext p {
  font-size: 14px;
  line-height: 24px;
  margin:0;
  padding-bottom: 2.5px;
}
.contact-page form {
  margin-top: 24px;
  margin-left: -14px;
}
.contact-page  form label{
  padding-left: 5px;
  margin-bottom:11px;
}
.contact-page  form .input{
  padding-left: 5px;
  padding-right: 4px;
  position: relative;
}
.contact-page form .hs-form-field > label {
  line-height: 20px;
  margin-bottom: 13px;
}
.contact-page form .hs-richtext p span {
  color: #e80000;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.contact-page .hs-form-field {
  margin-bottom: 25px;
}
.contact-page textarea {
  height: 200px;
}
.contact-page form label{
  line-height: 24px;
}
.contact-page .actions {
  padding: 5px;
  padding-top: 0;
}
.contact-page input.hs-button.primary.large {
  margin: 0;
}
.contact-page form .hs-error-msgs li {
  margin-top: 5px;
  margin-bottom: 0;
}
.contact-page form .hs-error-msgs li label {
  margin-bottom: 0;
}
.contact-page .hs_error_rollup {
  margin: 10px 0;
}
.contact-page form .grecaptcha-badge {
  margin: 0;
}

.website-page  form .hs-richtext,
.website-page form .hs-richtext p {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 24px;
}
.website-page .hs-richtext.hs-main-font-element:last-child {
  margin-bottom: 0;
}
.website-page form label {
  line-height: 24px;
  margin-bottom: 11px;
}
.website-page .widget-type-form{
  max-width: 1000px;
  margin: 0 auto;
}
.website-page .hs-richtext.hs-main-font-element h3 {
  padding-top: 0;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 48px;
}
.website-page textarea{
  height: 200px;
}
.website-page .hs-richtext.hs-main-font-element h4 {
  margin: 0;
  margin-bottom: 48px;
  padding-left: 5px;
  padding-right: 5px;
}

.website-page .hs-richtext.hs-main-font-element h5 {
  margin: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #8c979e;
}
.website-page .actions,
.website-page .hs_error_rollup{
  margin: 0 auto;
  max-width: 1000px;
}

.website-page input.hs-button.primary.large {
  margin: 0;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 10px;
  margin-bottom:25px;
}
.website-page .hs-form-field {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 24px;
}
.contact-page form .hs-input{
  padding: 12px;
}
.contact-page form .hs-input:focus {
  background: #fff;
  color: #919191;
  outline: none;
  transition: all .5s;
}
.case-page form .hs-input{
  padding: 12px;
}
.case-page form .hs-input:focus {
  background: #fff;
  color: #919191;
  outline: none;
  transition: all .5s;
}

.case-page .actions {
  padding-left: 5px;
  padding-right: 5px;
}
.website-page.case-page input.hs-button.primary.large {
  padding: 12px;
}
.cm-page .grecaptcha-badge {
  margin: 0;
}

.case-page form .hs-fieldtype-file .hs-input {
  padding: 0;
}
.case-page form .hs-form-required,
.contact-page form .hs-form-required{
  margin-left: 4px;
}
.case-page form .hs-form-field > label {
  line-height: 20px;
  margin-bottom: 14px;
}
.case-page form .inputs-list>li .hs-error-msg {
  margin: 0 !important;
  display: block;
  line-height: 24px;
  padding-top: 5px;
}
.case-page form .inputs-list>li {
  margin: 0;
}



@media(max-width:991px){
  .home-page .span4 {
    margin: 0;
    width: 100%;
    float: none;
  }
  .home-page .span8 {
    margin: 0;
    width: 100%;
    float: none;
  }

}

@media(max-width:767px){
  .cm-section{
    padding: 80px 0;
  }
  .home-page .dnd-section {
    padding: 80px 0;
  }
  .nosotros-page .dnd-section table p {
    font-size: 12px;
  }
  .nosotros-page .dnd-section {
    padding-bottom: 231px;
  } 

  .ingenieria-page .dnd-section {
    padding-top: 30px;
    padding-bottom: 231px;
  }

  .ingenieria-page .dnd-section table>tbody>tr>td p {
    font-size: 12px;
  }
  .contact-page input.hs-button.primary.large {
    margin: 0;
    margin-top: 10px;
  }
  .contact-page form {
    margin-top: 14px;
    margin-left:0;
  }
  .website-page p {
    font-size: 12px;
  }
  .contact-page form .input {
    padding-right: 5px;
  }
  .contact-page .hs_email label {
    line-height: 20px;
    margin-bottom: 13px;
  }
  .home-page form .inputs-list p {
    font-size: 12px;
  }
  .home-page .widget-type-section_header {
    width: 100%;
  }

}