*, *: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 ;
    }
}
.page-center,
.content-wrapper,
.dnd-section > .row-fluid {
  max-width: 1330px;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}



@media (max-width: 767px) {

}
@font-face {
  font-family: "Montserrat-Black";
  src: url(https://21874960.fs1.hubspotusercontent-na1.net/hubfs/21874960/raw_assets/public/Techdinamics_December2022/fonts/Montserrat-Black.ttf) format("truetype");
  font-style: normal; 
  font-weight: normal; 
}


@font-face {
  font-family: "Montserrat-Bold";
  src: url(https://21874960.fs1.hubspotusercontent-na1.net/hubfs/21874960/raw_assets/public/Techdinamics_December2022/fonts/Montserrat-Bold.ttf) format("truetype");
  font-style: normal; 
  font-weight: normal; 
}

@font-face {
  font-family: "Montserrat-Regular";
  src: url(https://21874960.fs1.hubspotusercontent-na1.net/hubfs/21874960/raw_assets/public/Techdinamics_December2022/fonts/Montserrat-Regular.ttf) format("truetype");
  font-style: normal; 
  font-weight: normal; 
}

@font-face {
  font-family: "Roboto-Regular";
  src: url(https://21874960.fs1.hubspotusercontent-na1.net/hubfs/21874960/raw_assets/public/Techdinamics_December2022/fonts/Roboto-Regular.ttf) format("truetype");
  font-style: normal; 
  font-weight: normal;  
}

@font-face {
  font-family: "RobotoSlab-Regular"; 
  src: url(https://21874960.fs1.hubspotusercontent-na1.net/hubfs/21874960/raw_assets/public/Techdinamics_December2022/fonts/RobotoSlab-Regular.ttf) format("truetype");
  font-style: normal; 
  font-weight: normal;
}

@font-face { 
  font-family: "RobotoCondensed-Regular"; 
  src: url(https://21874960.fs1.hubspotusercontent-na1.net/hubfs/21874960/raw_assets/public/Techdinamics_December2022/fonts/RobotoCondensed-Regular.ttf) format("truetype");
  font-style: normal; 
  font-weight: normal;
}

img{
  max-width:100%;
}


body {
  line-height: 1.9;
  font-weight: 400;
  word-break: break-word;
}

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

/* Paragraphs */

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* Anchors */

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

/* Headings */

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

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

h5{
  line-height: 2;
}

/* Lists */

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

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;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  outline: none;
  font-size: 14pt;
  min-height: 20px;
  line-height: 1.2;
  border-radius: 25px;
  color: #f5f5f7;
  font-family: 'Montserrat-Regular';
  background-color: #f00909;
  margin: 15px 0;
  border-style: solid;
}

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_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow: auto;
  padding: 10px 7px;
}
.hs-form-field {
  margin-bottom: 10px;
}

/* Labels */

form label {
  display: block;
  color: #a8b2c4;
  font-size: 10pt;
  line-height: 3;
} 

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 1px solid;
  border-radius: 3px;
  display: block;
  width: 100%;
  font-family: 'Montserrat-Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.2;
  min-height: 45px;
  padding: 10px;
  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: #EF6B51;
}

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

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

.hs-error-msg,
.hs-error-msgs label {
  color: #dc3232;
  font-size: 18px;
  font-weight: normal;
  display: block;
  line-height: 1.2;
  font-family: 'Montserrat-Regular';
  font-style: normal;
}
ul.hs-error-msgs li {
  margin: 0;
}
/* Submit button */

form input[type=submit],
.hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  outline: none;
  font-size: 14pt;
  min-height: 20px;
  line-height: 1.2;
  border-radius: 25px;
  color: #f5f5f7;
  font-family: 'Montserrat-Regular';
  background-color: #f00909;
  margin: 15px 0;
  border-style: solid;

}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.header_wrapper,
.header {
  min-height: 123px;
}

header.header {
  background-color: #f7f8fa;
  -webkit-box-shadow: 0 7px 14px -14px rgb(0 0 0 / 76%);
  -moz-box-shadow: 0 7px 14px -14px rgba(0,0,0,.76);
  box-shadow: 0 7px 14px -14px rgb(0 0 0 / 76%);
  left: 0;
  padding: 12px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.header_container {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1270px;
}

.header_row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 10px;
}

.header_col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.header_logo_col {
  padding-right: 0;
}
.header_logo img {
  width: 100% !important;
  max-width: 360px;
  max-height: 47px;
  vertical-align: middle;
  object-fit: contain;
  object-position: left;
}

.header_lang_menu {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  padding-inline: 15px;
}
.header_lang_menu .hs-menu-wrapper {
  padding: 10px 0;
}
.header_lang_menu .hs-menu-wrapper > ul {
  display: flex;
  flex-wrap: wrap;
}
.header_lang_menu .hs-menu-wrapper > ul > li > a {
  font-family: 'Montserrat-Regular';
  padding: 6px 10px;
  margin-left: 15px;
  border-radius: 25px;
  font-size: 10pt;
  color: #1e2941;
  border: solid 1px #1e2941;
}
.hs-layout-es .header_lang_menu {
  flex-direction: row-reverse;
  justify-content: flex-start;
}

.header_menu_col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  align-items: center;
}
.header_menu .hs-menu-wrapper > ul {
  display: -ms-flexbox;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  grid-gap: 16px;
}
.header_menu .hs-menu-wrapper > ul > li {
  line-height: 1.7;
  font-size: 14px;
}
.header_menu .hs-menu-wrapper > ul > li > a {
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  font-family: 'Montserrat-Regular';
  font-size: 13pt;
  line-height: 1.2;
  transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  padding: 6px 20px;
  border-radius: 25px;
  color: #1e2941;
  display: block;
}

.header_new .header_menu .hs-menu-wrapper > ul > li:nth-last-of-type(1) > a,
.header_new .header_menu .hs-menu-wrapper > ul > li:nth-last-of-type(2) > a,
.header_new .header_menu .hs-menu-wrapper > ul > li > a:hover {
  background: #4886ff;
  border-color: #fff;
  color: white;
}

.header_new .header_menu .hs-menu-wrapper > ul > li:nth-last-of-type(1) > a:hover,
.header_new .header_menu .hs-menu-wrapper > ul > li:nth-last-of-type(2) > a:hover {
  background-color: #3377ff;
  color: white;
}

.header_menu .child_menu {
  display: block;
  visibility: hidden;
  opacity: 1;
  pointer-events: auto;
  z-index: 999;
  border-radius: 0;
  background: #fff;
  border: 0;
  padding: 0px 0px 0px 0px;
  width: 100%;
  max-width: none;
  left: 0;
  position: fixed;
  top: 110px;
  display: flex;
  min-height: 273px;
  box-shadow: 0px -1px 15px #e8e8e8, inset 0px -1px 15px #e8e8e8 !important;
}
.header_menu .child_menu:before {
  content: '';
  width: 100%;
  height: 28px;
  background: transparent;
  position: absolute;
  top: -28px;
}


.header_menu li.hs-menu-depth-1:hover > .child_menu {
  visibility: visible;
}

.header_menu .child_head {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4886ff;
  color: #f8fafd;
}
.header_menu .child_tite {
  padding: 15px 15px 15px 15px;
  font-size: 62pt;
  line-height: 1.2;
  font-family: Montserrat;
  color: inherit;
}
.header_menu .child_tite a {
  color: inherit;
  cursor: text;
}
.header_menu .child_menu > ul {
  width: 50%;
  min-height: 1px;
  padding: 25px 10px 20px 40px;
}
.header_menu .child_menu > ul > li {
  font-family: inherit;
  font-size: 14px;
  display: block;
  padding: 15px;
  width: 100%;
}

/* .header_menu .hs-menu-wrapper > ul > li:first-child>.child_menu>ul {
  padding: 25px 0 20px 0;
} */
/* .header_menu .hs-menu-wrapper > ul > li:first-child>.child_menu>ul>li {
  width: 50%;
  padding-left: 55px;
  float: left;
} */
.header_menu .hs-menu-wrapper>ul>li:first-child>.child_menu>ul:after,
.header_menu .hs-menu-wrapper>ul>li:first-child>.child_menu>ul:before {
  content: "";
  display: block;
  clear: both;
}
.header_menu .child_menu > ul > li > a {
  color: #1e2941;
  display: block;
  font-family: Montserrat-Bold;
  font-size: 13pt;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  text-transform: none;
}


.header_menu .child_menu > ul > li > a > span {
  display: block;
  font-weight: normal;
  font-size: 12.8px;
  line-height: 1.2;
  text-transform: none;
  color: #677997;
  font-style: normal;
  font-family: Roboto-Regular;
  margin: 5px 0;
}
.header_menu .child_menu>ul>li>a:hover {
  color: #4886ff;
}


.mobile_trigger {
  display: none;
}

.header_mob_menu_sec {
  display: none;
}

.header .lang_list_class:after, .header .lang_list_class:before{
  display: none;
}
.header .lang_list_class li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.header .lang_list_class li {
  padding: 0;
  border: 0;
  font-size: unset;
  line-height: unset;
  background: transparent;
}
.header .header_lang_menu.header_lang_menu_desktop .cm-header_language {
  border: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: unset;
  line-height: unset;
}
.header .globe_class {
  width: auto;
  height: auto;
  background: none;
  cursor: default;
  border-radius: 0;
}
.header .header_lang_menu.header_lang_menu_desktop ul li a,
.header_lang_menu.header_lang_menu_mob ul li a{
  padding: 6px 10px;
  margin-left: 15px;
  border-radius: 25px;
  font-size: 10pt;
  color: #1e2941;
  border: solid 1px #1e2941;
  font-family: 'Montserrat-Regular';
  line-height: 1.3;
  text-transform: uppercase;
}
.cm-header_language ul.lang_list_class {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
  display: flex !important;
  flex-direction: row-reverse !important;
}
.cm-header_language ul.lang_list_class li:first-child {
  display: block;
}
.header .header_lang_menu.header_lang_menu_desktop ul>li>a {
  color: #1e2941;
  border: solid 1px #1e2941;
  padding: 6px 10px;
  margin-left: 15px;
  border-radius: 25px;
  font-size: 13px;
  line-height: 16px;
  transition: .3s;
}

[lang="en"] .header .header_lang_menu.header_lang_menu_desktop ul>li>a[lang="en"],
[lang="es"] .header .header_lang_menu.header_lang_menu_desktop ul>li>a[lang="es"] {
  border-color: #4885FF;
  background-color: #4885FF;
  color: #fff;
}

.header .header_lang_menu.header_lang_menu_desktop {
  padding-bottom: 2px;
}
.header .header_lang_menu.header_lang_menu_desktop ul>li {
  display: block;
}
.header .header_lang_menu.header_lang_menu_desktop .header__language-switcher--label-current,
.header_lang_menu.header_lang_menu_mob .header__language-switcher--label-current{
  border: solid 1px #4886ff;
  color: #fff;
  background-color: #4886ff;
  text-decoration: none;
}
.header .header_lang_menu.header_lang_menu_desktop>div a,
.header_lang_menu.header_lang_menu_mob>div a{
  color: #1e2941;
}
.header .lang_list_class {
  list-style: none;
  display: flex;
  margin: 0;
  position: static;
  transform: unset;
  text-align: left;
  padding: 0;
}
.globe_class:hover .lang_list_class {
  display: flex !important;
}
.header .header_lang_menu.header_lang_menu_desktop .header_lang_menu_lang ul li a {
  color: #1e2941;
  border: solid 1px #1e2941;
  padding: 6px 10px;
  margin-left: 15px;
  border-radius: 25px;
  font-size: 10pt;
}
.header .header_lang_menu.header_lang_menu_desktop ul>li {
  border: 0;
  padding: 0;
}
.hs-layout-es .header .header_lang_menu.header_lang_menu_desktop .header_lang_menu_lang ul li:first-child a,
.hs-layout-en .header .header_lang_menu.header_lang_menu_desktop .header_lang_menu_lang ul li:first-child a,
.hs-layout-en .header .header_lang_menu.header_lang_menu_mob ul li:first-child a,
.hs-layout-es .header .header_lang_menu.header_lang_menu_mob ul li:first-child a{
  border: solid 1px #4886ff;
  color: #fff;
  background-color: #4886ff;
}
.hs-layout-en .header .lang_list_class {
  flex-direction: row-reverse;
}

@media (min-width: 768px) {
  .header_logo_col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .header_menu_col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .header_logo_col {
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%;
  }
  .header_menu_col {
/*     -ms-flex: 0 0 70%;
    flex: 0 0 70%; */
    max-width: 100%;
    flex: 1;
  }
}


@media screen and (max-width: 1399px) {
  .header_menu .hs-menu-wrapper>ul {
    grid-gap: 10px;
  }
  .header_menu .hs-menu-wrapper > ul > li > a {
    font-size: 14px;
    padding-inline: 15px;
  }
}



@media (max-width: 991px) {
  .header_wrapper {
    min-height: 61px;
  }
  .lang_list_class li:first-child {
    padding-top: 0  !important;
    border-top: 0  !important;
  }
  .cm-header_language {
    border: 0 !important;
    padding: 0 !important;
    font-size: unset !important;
    line-height: unset !important;
    margin: 0 !important;
  }
  header.header {
    min-height: 61px;
  }
  .header_row_top {
    display: none;
  }
  .header_menu {
    display: none;
  }
  .header_logo img {
    max-width: 170px;
  }
  .lang_list_class li:first-child {
    padding: 0;
    border: 0;
  }
  .hs-layout-es .header_lang_menu {
    justify-content: center;
  }
  .mobile_trigger {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .mobile_trigger .menu_btn {
    position: relative;
    display: block;
    width: 25px;
    height: 2px;
    background: #001a34;
  }
  .mobile_trigger .menu_btn:before {
    content: '';
    position: absolute;
    display: block;
    width: 25px;
    height: 2px;
    background: #001a34;
    top: -10px;
  }
  .mobile_trigger .menu_btn:after {
    content: '';
    position: absolute;
    display: block;
    width: 25px;
    height: 2px;
    background: #001a34;
    bottom: -10px;
  }

  .header_mob_menu_sec {
    position: absolute;
    top: 60px;
    background: #ffffff;
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
    height: calc(100vh - 60px);
    right: 0%;
    width: 0%;
    padding-right: 0px;
    padding-left: 0px;
    overflow: auto;
    z-index: 9;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    display: block;

  }
  .mobile-open .header_mob_menu_sec {
    width: 75%;
    max-width: none;
  }

  .header_mob_menu .hs-menu-wrapper > ul {
    display: block;
  }
  .header_mob_menu .hs-menu-wrapper > ul > li {
    display: block;
    position: relative;
  } 
  .header_mob_menu .hs-menu-wrapper > ul > li > a {
    background: #f0f1f4;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    color: #1e2941;
    display: block;
    font-family: Montserrat-Regular;
    font-size: 13px;
    line-height: 1;
    padding: 8px 20px;
    text-align: left;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    width: 100%;
  }     
  .header_mob_menu .hs-menu-wrapper > ul > li > a:hover,
  .header_mob_menu .hs-menu-wrapper > ul > li.active > a{
    color: #fff;
    background-color: #4886FF;
    text-decoration: none;
  }
  .header_mob_menu .hs-menu-wrapper > ul ul {
    overflow: hidden;
    padding: 0 20px;
  }
  .header_mob_menu .hs-menu-wrapper > ul ul li {
    line-height: 20px;
    margin: 0;
    text-align: left;
    width: 100%;
  }   
  .header_mob_menu .hs-menu-wrapper > ul ul li a {
    font-family: 'Montserrat-Regular';
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    padding: 8px 20px;
    display: block;
    width: 100%;
    border-radius: 0;
    background: #f0f1f4;
    text-align: left;
    font-size: 13px;
    line-height: 1;
    background-color: transparent;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: -1px;
    color: #000000;
  }
  .header_mob_menu .hs-menu-wrapper>ul ul li a:hover {
    background-color: transparent;
    color: #4886ff;
  }

  .header_mob_menu .hs-menu-wrapper > ul > li.active ul li a,
  .header_mob_menu .hs-menu-wrapper > ul > li.active-branch ul li a {
    background-color: transparent;
    color: #4886ff;
  }
  .header_lang_menu .hs-menu-wrapper {
    padding: 10px 0;
  }
  .header_lang_menu .hs-menu-wrapper > ul {
    justify-content: center;
    margin-top: 50px;
  }
  .header_lang_menu {
    display: flex;
    justify-content: center;
    padding-right: 0;
    width: 100%;
  }
  .header_lang_menu.header_lang_menu_mob {
    padding: 10px 0;
    margin-top: 50px;
  }
  .cm-header_language ul.lang_list_class a.lang_switcher_link {
    color: #1e2941;
    border: solid 1px #1e2941;
    padding: 6px 10px;
    margin-left: 15px;
    border-radius: 25px;
    font-size: 10pt;
  }
}


.header_new header.header {
    background-color: #ffffff;
}

@media (min-width: 992px) {
  .header_new .header_menu .hs-menu-wrapper>ul>li.active-branch>a,
  .header_new .header_menu .hs-menu-wrapper>ul>li.active>a,
  .header_new .header_menu .hs-menu-wrapper>ul>li:hover>a {
    background-color: transparent;
    color: #4886ff;
  }
  .header_new ul.active-branch:first-child>li.active-branch:last-child>a,
  .header_new ul.active-branch:first-child>li.active-branch:nth-last-of-type(2)>a{
    background-color: #3377ff !important;
    color: #fff !important;
    border: 0px solid #345ba7 !important;
  }
  .header_new .header_row .child_menu {
    position: absolute;
    top: 35px;
    width: 165px;
    min-height: auto;
    box-shadow: 1px 5px 6px rgb(179 179 179 / 32%) !important;
    border-radius:0 0 5px 5px;
  }

  .header_new .header_row .child_menu a {
    font-size: 13px;
    font-weight: 500;
    border-bottom: 1px solid #efefef;
    padding: 9px 14px!important;
    color: #000;
    font-family: 'Montserrat-Regular';
  }

  .header_new .header_row .child_menu li {
    padding: 0 10px !important;
  }
  
  .header_new .header_row .child_menu li:last-child a{
    border-bottom:0px;
  }

  .header_new .header_row ul .child_head {
    display: none !important;
  }
  
  .header_new .header_menu .child_menu>ul {
    padding: 2px 0;
    width: 100%;
  }
  
  .header_new .header_row ul li.hs-item-has-children {
    position: relative;
  }
}

@media (max-width: 767px) {
  .header_wrapper {
    min-height: 60px;
  }
  header.header {
    min-height: 60px;
  }
  .header_logo_col {
    width: 50%;
  }
  .header_menu_col {
    width: 50%;
  }
  .header_logo img {
    max-height: 30px;
  }

}




/* note */
footer.footer {
  background-color: #192339;
  color: #677897;
  position: relative;
  z-index: 9;
}
.footer_container {
  max-width: 1270px;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.footer_row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.footer_menu .hs-menu-wrapper>ul>li:nth-child(1)>ul>li>a>span {
  margin: 2px 0 8px 0px;
  padding: 0;
}
.footer_menu .hs-menu-wrapper>ul li:nth-child(2) ul li a {
  line-height: 1.9;
}
.footer_col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.es .footer_menu_bottom .hs-menu-wrapper>ul {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  font-size: 14px;
  margin-bottom: 0;
  width: 100%;
  max-width: 510px;
  justify-content: space-between;
  padding-left: 40px;
}
.footer_menu .hs-menu-wrapper>ul ul li a>span {
  margin: 2px 0 8px;
  padding: 0;
}
.footer_bottom {
  background-color: #1E2941;
  color: #677897;
}
.footer_menu .hs-menu-wrapper>ul li:nth-child(3) ul li a>span, .footer_menu .hs-menu-wrapper>ul li:nth-child(4) ul li a>span {
  margin: 2px 0 8px 0px;
  padding: 0;
}
.footer_bottom .footer_container {
  max-width: 100%;
}
.footer_bottom .footer_row {
  max-width: 1330px;
  margin: 0 auto;
  justify-content: space-between;
}
.es .footer_menu_bottom>span, .es .footer_menu_bottom>div {
  display: block;
  width: 100%;
}

.footer_privacy_col {
  font-size: 12px;
  text-decoration: none;
  text-align: right;
  flex-direction: column;
  justify-content: center;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
}
.es .footer_menu_bottom .hs-menu-wrapper {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  font-size: 14px;
  margin-bottom: 0;
  width: 100%;
  max-width: 510px;
  justify-content: space-between;
  margin-left: auto;
}
.es .footer_row_2 {
  min-height: 70px;
  background-repeat: no-repeat !important;
  background-position: left center !important;
  background-size: contain !important;
  margin: 45px 0;
  align-items: center;
  background: url(https://21874960.fs1.hubspotusercontent-na1.net/hubfs/21874960/raw_assets/public/Techdinamics_December2022/images/IWLA.svg);
  width: 100%;
  justify-content: flex-end;
  height: 100%;
}
.es .footer_menu_bottom .hs-menu-wrapper>ul>li {
  margin: 0;
}


.footer_policy_menu .hs-menu-wrapper > ul > li a {
  text-decoration: none;
  font-family: 'Montserrat-Regular';
}
.footer_policy_menu .hs-menu-wrapper > ul > li a:hover {
  text-decoration: none;
}



.footer_row_2 {
  margin: 45px 0;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.footer_social_mob {
  display: none;
}

.footer_member_logo {
  width: 147px;
}
.footer_member_logo img {
  max-width: 147px;
  vertical-align: middle;
  width: 100% !important;
}

.footer_menu_bottom {
  display: flex;
  justify-content: flex-end;
  width: calc(100% - 150px);
}

.footer_menu_bottom .hs-menu-wrapper > ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  font-size: 14px;
}

.footer_menu_bottom .hs-menu-wrapper > ul > li {
  position: relative;
  margin-left: 20px;
}

.footer_menu_bottom .hs-menu-wrapper > ul > li > a {
  font-family: 'Montserrat-Regular';
  color: #E8EBF0;
  line-height: 1.2;
  padding: 12px 20px;
  border: 1px solid transparent;
}
.footer_menu_bottom .hs-menu-wrapper > ul > li > a:hover {
  text-decoration: none;
  color: #4886FF;
  border-radius: 35px;
  border: 1px solid #4886ff;
}



.footer_row_1 {
  padding: 70px 0;
}

.footer_logo img {
  vertical-align: middle;
  max-width: 220px;
  width: 100% !important;

}

.footer_menu {
  max-width: 850px;
  margin: 0 0 0 auto;
}

.footer_menu .hs-menu-wrapper > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer_menu .hs-menu-wrapper > ul > li {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.footer_menu .hs-menu-wrapper > ul > li > a {
  font-family: 'Montserrat-Regular';
  color: #e8ebf0;
}
.footer_menu .hs-menu-wrapper>ul>li > a:hover {
  text-decoration: none;
  color: #4886FF;
}

.footer_menu .hs-menu-wrapper > ul ul {
  margin-top: 20px;
  padding-bottom: 40px;
}
.footer_menu .hs-menu-wrapper > ul ul li {
  line-height: 1.1;
}
.footer_menu .hs-menu-wrapper > ul ul li a {
  line-height: 1.2;
  font-family: 'Montserrat-Regular';
  color: #b2baca;
  font-size: 12px;
}
.footer_menu .hs-menu-wrapper > ul ul li a > span {
  font-size: 11px;
  color: #677997;
  line-height: 1;
  padding: 2px 0 8px;
  font-family: 'Roboto-Regular';
  display: block;
}
.footer_menu .hs-menu-wrapper > ul ul li a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.footer_menu .hs-menu-wrapper>ul ul li a>span {
  padding: 0;
}
.cm_social_icons a:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  .footer_social_col {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .footer_privacy_col {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .footer_policy_menu .hs-menu-wrapper > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .footer_policy_menu .hs-menu-wrapper > ul > li {
    display: inline-block;
  }

  .footer_policy_menu .hs-menu-wrapper > ul > li + li {
    margin-left: 43px;
  }

  .footer_logo_col {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .footer_menu_col {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .footer_menu .hs-menu-wrapper > ul > li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }



}

@media (min-width: 1200px) {
  .footer_menu .hs-menu-wrapper > ul > li {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (max-width: 1199px) {
  .footer_row_1 {
    padding: 70px 0 78px;
  }
  .footer_menu .hs-menu-wrapper>ul ul {
    margin-top: 20px;
    padding-bottom: 38px;
  }
}



@media (max-width: 767px) {
  .footer_bottom .footer_container {
    padding: 0;
  }
  .footer_privacy_col {
    padding: 0;
    display: block;
  }

  .footer_copyright {
    border-top: 1px solid #677997;
    padding: 10px 50px;
    text-align: center;
  }
  .footer_policy_menu .hs-menu-wrapper > ul {
    display: block;
    text-align: center;
    padding: 15px 0 10px;
  }
  .footer_policy_menu .hs-menu-wrapper > ul > li {
    display: block;
    margin: 0;
  }
  .footer_social_col {
    display: none;
  }
  .footer_row_2 {
    flex-direction: column-reverse;
    margin: 25px 0 50px;
  }
  .footer_member_logo {
    width: 100%;
    text-align: center;
  }
  .footer_member_logo img {
    max-width: 150px;
  }
  .footer_social_mob {
    margin: 20px auto 53px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .footer_menu_bottom {
    display: block;
    width: 100%;
  }

  .footer_menu_bottom .hs-menu-wrapper > ul {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
  .footer_menu_bottom .hs-menu-wrapper > ul > li {
    margin: 0;
  }
  .footer_menu_bottom .hs-menu-wrapper > ul > li > a {
    min-width: 130px;
    display: inline-block;
    text-align: center;
    background-color: #1E2941;
    border-radius: 35px;
    margin: 5px;
  }

  .footer_row_1 {
    padding: 50px 0 0 0;
    text-align: center;
  }
  .footer_menu .hs-menu-wrapper > ul > li > a {
    display: block;
    margin-top: 20px;
  }

  .footer_menu .hs-menu-wrapper > ul ul {
    margin: 10px auto 0;
    max-width: 170px;
    margin-bottom: 16px;
    text-align: center;
    padding-bottom: 0;
  }
  .footer_menu .hs-menu-wrapper > ul > li:last-child > ul {
    margin-bottom: 8px;
  }

  .footer_logo img {
    max-height: 30px;
  }
  .es .footer_row_2 {
    background-position: center bottom !important;
    background-size: 150px !important;
    margin: 32px 0 50px
  }
  .es .footer_social_mob {
    max-width: 185px;
    margin: 20px auto 125px;
    opacity: 1;
  }
  .es .footer_menu_bottom .hs-menu-wrapper>ul {
    padding: 0;
    flex-direction: column;
  }
}


/* footer styling 2023 */
.footer-new__inner {
  display: flex;
  flex-wrap: wrap;
  padding-top:54px;
  justify-content: space-between;
}

.footer-new__col {
  width: 17%;
}

.footer-new__col .footer_menu ul {
  flex-wrap: wrap;
}

.footer-new__col .footer_menu ul li {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}

.footer_bottom__new {
  padding-top: 30px;
}

.footer-new__col .footer_menu ul li a{
  font-size:13px;
  line-height:16px;
  font-weight: 400;
  font-family: 'Montserrat-Regular';
}

.footer-new__col .footer_menu ul li:first-child a{
  font-size:18px;
  line-height:21.95px;  
}


.footer-new__btns ul li a {
  background: #4886ff;
  border-color: #fff;
  color: #fff;
  font-size: 18px !important;
  line-height: 21.95px !important;
  border-radius: 25px;
  color: #1e2941;
  display: block;    
  font-weight: 400;
  padding: 8px 20px;
  text-align: center;
  text-decoration: none;
  transition: .3s;
}

.footer-new .footer_menu .hs_cos_wrapper_widget {
  margin-bottom: 24px;
  display: inline-block;
}


.footer-new__btns ul li a:hover{
  color: #fff !important;
  background-color: #3377ff;
}

.footer_bottom__new .footer_container {
  max-width: 1330px;
}

.footer-new .footer_policy_menu .hs-menu-wrapper>ul {
  justify-content: left;
  width: 100%;
}
.footer-new .footer_copyright_new {
  font-size: 14px;
  line-height: 22px;
}

.footer-new .footer_bottom__new {
  background-color: #192339 !important;
}

.footer-new .footer_bottom__col:last-child {
  border-top: 1px solid #40588C;
  padding-top: 10px;
}

.footer-new .footer-row__new {
  padding-bottom: 55px;
}


.footer_policy_new ul {
  display: flex;
}

.footer_policy_new ul li a {
  font-size: 14px;
  color: #fff !important;
}

.footer_policy_new ul li {
  line-height: 22px;
  padding-right: 16px;
}


.footer_policy_new {
  padding-top: 10px;
  padding-bottom: 6px;
}

.footer_bottom__new .cm_social_icons a {
  width: 26.6px;
  height: 26.6px;
  opacity: 1;
  margin-right: 12px;
}

.footer_bottom__new .cm_social_icons a {
  background-repeat: no-repeat;
}

.footer-new__col .footer_menu {
  padding-top: 60px;
}

.footer-new__btns ul {
  display: flex;
}

.footer-new__btns .footer_menu ul li {
  max-width: auto !important;
  width: auto !important;
  flex: 0 0 auto;
}

.footer-new__btns .footer_menu ul {
  display: flex;
  flex-wrap: nowrap;
}

.footer-new__btns {
  width: 25%;
}

.footer_bottom__new .footer_logo img.hs-image-widget {
  max-width: 200px;
}

.footer-new .footer-new__col:first-child {
  width: 20%;
}

.footer_bottom__new .cm_social_icons a:hover svg circle {
    fill: #4886ff;
}

.footer_bottom__new .cm_social_icons a:hover path {
    fill: #fff !important;
}

.footer_bottom__new .footer_bottom a:hover {
    color: #4886ff !important;
}

@media (max-width: 1399px) {
  .footer_bottom__new .footer_container {
    max-width: 1140px;
  }
  .footer-new__btns .footer_menu ul {
    flex-wrap: wrap;
  }
  .footer-new__btns .footer_menu ul li {
    margin-bottom: 10px;
  }
  .footer-new__col {
    width: 20%;
  }
  .footer-new__btns {
    width: 20%;
  }
}

@media (max-width: 1199px) {
  .footer_bottom__new .footer_container {
    max-width: 960.26px;
  }
  .footer-new .footer-new__col:first-child {
    width: 100%;
  }
  .footer-new__btns, .footer-new__col {
    width: 25%;
  }
  .footer-new__col .footer_menu ul li {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .footer_bottom__new .footer_container {
    max-width: 720.86px;
  }
  .footer-new__btns ul li a {
    font-size: 16px!important;
    padding: 8px 16px;  
  }
}

@media (max-width: 767px) {
  .footer-new .footer-new__col:first-child {
    width: 100%;
  }
  .footer-new__btns, .footer-new__col {
    width: 50%;
  }
  .footer-new__col .footer_menu {
    padding-top: 0px;
  }
  .footer-new .footer-new__btns {
    width: 100%;
    max-width: 100%;
  }
  .footer-new .footer-new__btns .footer_menu{
    max-width: 240px;
    margin-left:0px;
  }
  .footer-new__col .footer_menu ul li:first-child a {
    font-size: 16px;
    line-height: 20.95px;
  }
  .footer-new__col .footer_menu ul li {
    padding-left: 0px;
  }
  .footer-new .footer-new__btns .footer_menu a {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .footer-new .footer-new__btns .footer_menu span {
    margin-bottom: 0;
  }
  .footer_bottom__new {
    padding-top: 10px;
  }
  .footer-new .footer_logo {
    padding-bottom: 25px;
  }
  .footer-new .footer_logo img {
    max-height: 100%;
  }
  .footer-new__btns ul li a {
    font-size: 16px!important;
    line-height: 20.95px!important;  
    margin-top: 16px;
  }
  .footer_bottom__new .footer_container {
    max-width: 540.113px;
    padding-inline: 25px;
  }
  .footer_bottom__new {
    padding-inline: 25px;
  }
}

@media (max-width: 575px) {
  .footer_bottom__new .footer_container {
    padding-inline: 0px;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {

  list-style: none;
  margin: 0;
  padding: 0;
}
.dnd-section[class*="force-full"]>.row-fluid {
  padding: 0;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col-12.vd-col-head-slider {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
img {
  vertical-align: middle;
  border-style: none;
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: 300ms;
}
.home-banner.banner .banner_slide_item .row {
  height: 100%;
}
.btn-red:hover,
.btn-red:focus {
  background: transparent;
  border: 1px solid #f73131;
  color: #f73131;
}
a.btn {
  font-size: 18px;
  line-height: 1.4;
  color: #f8fafd;
  border-radius: 35px;
  padding: 15px 90px;
  font-family: 'Montserrat-Regular';
  box-sizing: border-box !important;
}
.btn-red {
  background-color: #f00909;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xl-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  padding-right: 15px;
  padding-left: 15px;
}
.home-banner.banner .vd-slide-content-wrap h1+span, 
.home-banner.banner .vd-slide-content-wrap h1+div {
  margin-top: auto;
  display: block;
}
.btn-blue {
  background-color: #4886FF;
}
.btn-blue:hover {
  color: #4886ff;
  border: 1px solid #4886ff;
  background: transparent;
  text-decoration: none;
}

.home_page_row2 img {
  border-radius: 50%;
  box-shadow: 0px 0px 10px 1px #e6f0f9;
  max-width: 130px;
  max-height: 130px;
  margin-top: 0px;
  margin-bottom: 35px;
  width: 100%;
  height: 100%;
}
.home_page_row2 .span6 {
  margin: 0 !important;
  width: 50% !important;
  padding: 0 45px;
  text-align: center;
}
.home_page_row2 .span6 h5 {
  color: #1e2941;
  font-family: Montserrat-Bold;
  font-size: 32px;
  padding-bottom: 10px;
  line-height: 48px;
  margin-bottom: 0px;
  font-style: normal;
  font-weight: normal;
}
.home_page_row2 .span6 p {
  padding-bottom: 50px;
  max-width: 475px;
  margin: 0 auto;
}
.home_page_row2 .dnd-section>.row-fluid {
  padding: 0;
  max-width: 1390px;
}
.home_page_row2 .dnd-section>.row-fluid>.span6:last-child {
  position: relative;
  left: -30px;
}


.testimonial-slider-slide .testimonial-slider-item:before {
  content: url(https://21874960.fs1.hubspotusercontent-na1.net/hubfs/21874960/raw_assets/public/Techdinamics_December2022/images/testimonials-comass.png);
}
.testimonial-slider-slide .vd-ts-text-row:after {
  content: url(https://21874960.fs1.hubspotusercontent-na1.net/hubfs/21874960/raw_assets/public/Techdinamics_December2022/images/testimonials-comass-upper.png);
}

section.contact-us .vd-contact-social a:first-child {
  background: url(https://21874960.fs1.hubspotusercontent-na1.net/hubfs/21874960/raw_assets/public/Techdinamics_December2022/images/twiter.svg);
}
section.contact-us .vd-contact-social a:nth-child(2) {
  background: url(https://21874960.fs1.hubspotusercontent-na1.net/hubfs/21874960/raw_assets/public/Techdinamics_December2022/images/facebook.svg);
}
section.contact-us .vd-contact-social a:nth-child(3) {
  background: url(https://21874960.fs1.hubspotusercontent-na1.net/hubfs/21874960/raw_assets/public/Techdinamics_December2022/images/linkedin.svg);
}
.techship_page_row2 img {
  margin: 0 auto 50px;
  max-width: 190px;
  display: block;
}
.techship_page_row2 h2 {
  font-size: 52px;
  text-align: center;
  font-family: Montserrat-Regular;
  color: #1e2941;
  padding-bottom: 15px;
  margin: 0;
}
.techship_page_row2 h5 {
  color: #707592;
  font-size: 21px;
  line-height: 1.6;
  font-family: 'Roboto-Regular';
  text-align: center;
  margin: 0 auto;
  max-width: 960px;
  padding-right: 15px;
  padding-left: 15px;
}
.featured-wrapper .featured-item:nth-child(1):before,
.featured-wrapper .featured-item:nth-child(3):before {
  background-image: url(https://21874960.fs1.hubspotusercontent-na1.net/hubfs/21874960/raw_assets/public/Techdinamics_December2022/images/line-arrow-top.svg);
}
.featured-wrapper .featured-item:nth-child(2):before,
.featured-wrapper .featured-item:nth-child(4):before {
  background-image: url(https://21874960.fs1.hubspotusercontent-na1.net/hubfs/21874960/raw_assets/public/Techdinamics_December2022/images/line-arrow-bottom.svg);
}
.airskip_page_row8 .span4:nth-child(2) {
  padding: 0 15px;
}
.techship_page_row4 .dnd-section>.row-fluid>.span12 {
  max-width: 860px;
  margin: 0 auto;
  float: none;
  padding: 0 30px;
}
.airskip_page_row8 .span4:first-child a.hs-button {
  margin-top: 90px;
}
.airskip_page_row8 .span4:nth-child(2) a.hs-button {
  margin-top: 68px;
}
.techship_page_row4 p {
  line-height: 1.7;
  font-family: 'Montserrat-Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
}
.techship_page_row4 h3 {
  margin: 0;
  padding-bottom: 10px;
}
.techship_page_row2.integration_services_2 img {
  max-width: 290px !important;
}
.techship_page_row2.integration_services_2 h5 {
  max-width: 1100px;
}
.integration_services_3 h1 {
  font-size: 42pt;
  font-family: 'RobotoCondensed-Regular';
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0px;
}
.integration_services_3 p {
  font-family: 'Montserrat-Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.2;
}
.integration_services_3 p img {
  display: block;
  margin: auto;
  width: 80%;
  height: auto;
  max-width: 980px;
  clear: both;
}
.integration_services_3 h5 {
  color: #707592;
  font-size: 21px;
  line-height: 1.6;
  font-family: 'Roboto-Regular';
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 15px;
}
.integration_services_4 {
  text-align: center;
}
.integration_services_4 img {
  margin-top: 15px;
  font-size: 32px;
  padding-bottom: 10px;
}
.integration_services_4 h5 {
  margin-top: 15px;
  padding-bottom: 10px;
  font-family: 'Montserrat-Bold';
  font-style: normal;
  font-weight: normal;
  line-height: 48px;
  margin-bottom: 0px;
}
.integration_services_4 p {
  max-width: 83.333333%;
  text-align: center;
  margin: 10px auto 10px;
  font-size: 21px;
  padding-right: 0;
  padding-left: 0;
}
.integration_services_4 a.hs-button {
  padding: 10px 25px;
  display: block;
  max-width: 200px;
  font-size: 16px;
  margin-top: 40px;
  line-height: 1.2;
  color: #f8fafd;
  border-radius: 35px;
  background-color: #4886FF;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  margin-bottom: 0;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.integration_services_4 a.hs-button:hover {
  color: #4886ff;
  border: 1px solid #4886ff;
  background: transparent;
  text-decoration: none;
}
.integration_services_4 .content-with-top-image {
  background: #f6f9fc;
}
.integration_services_4 .content-with-top-image .content-with-top-image-wrapper {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}
.integration_services_4 .content-with-top-image .content-with-top-image-wrapper .content-with-top-image-item {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.integration_services_4 .content-with-top-image .content-with-top-image-wrapper .content-with-top-image-item-content-wrap {
  padding: 0 5px;
}
.integration_services_4 .content-with-top-image .content-with-top-image-wrapper img {
  width: 100%;
  height: 100%;
  max-width: 120px !important;
  max-height: 120px !important;
  margin-top: 70px;
  padding: 0;
}
.integration_services_4 .content-with-top-image .content-with-top-image-wrapper h5 {
  margin-top: 15px;
  font-size: 32px;
  padding-bottom: 10px;
  font-family: Montserrat-Bold;
}
.integration_services_4 .content-with-top-image .content-with-top-image-wrapper p {
  line-height: 1.9;
  font-family: 'Roboto-Regular';
  color: #677897;
  font-size: 1rem;
  font-weight: 400;
  max-width: 100%;
  margin: 0;
}
.integration_services_4 .content-with-top-image {
  background: transparent;
  padding: 0;
}

.logo-slider-wrapper button.slick-next.slick-arrow:before,
section#related-products .slick-next:before,
.recent-events .accordion-wrap .event-slider .slick-next:before{
  content: url(https://21874960.fs1.hubspotusercontent-na1.net/hubfs/21874960/raw_assets/public/Techdinamics_December2022/images/right-arrow.png);
}
.logo-slider-wrapper button.slick-prev.slick-arrow:before,
section#related-products .slick-prev:before,
.recent-events .accordion-wrap .event-slider .slick-prev:before{
  content: url(https://21874960.fs1.hubspotusercontent-na1.net/hubfs/21874960/raw_assets/public/Techdinamics_December2022/images/left-arrow.png);
}
.integration_services_5 .logo-slider-slide {
  padding: 0 !important;
}
.integration_services_5 h3 {
  margin: 0;
}
.integration_services_6 img {
  display: block;
  margin: 0 auto;
  width: 220px;
  height: 400px !important;
}
.integration_services_7 h3 {
  margin-top: 113px;
  line-height: 1.2;
  margin-bottom: 0px;
}
.integration_services_7 p {
  font-size: 21px;
  font-family: 'Roboto-Regular' !important;
  line-height: 1.8;
  margin: 0;
}
.integration_services_7 ol {
  list-style: none;
  max-width: 80%;
  margin: 0 auto;
  padding: 0 50px;
}
.integration_services_7 ol li {
  margin-bottom: 37.8px;
  font-family: Roboto-Regular;
  font-size: 21px;
  line-height: 1.8;
}
.integration_services_7 .dnd-section>.row-fluid>.span12 {
  max-width: 83.333333%;
  float: none;
  margin: 0 auto;
}
.techship_page_row2.infoborders_page_row2 img {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}
.techship_page_row2.infoborders_page_row2 h2 {
  font-size: 51px;
  margin: 80px auto 50px;
  padding: 0;
}
.techship_page_row2.infoborders_page_row2 p {
  font-size: 21px;
  font-family: 'Roboto-Regular';
  line-height: 1.8;
  font-style: normal;
  font-weight: normal;
  margin: 0;
}
.techship_page_row2.infoborders_page_row2 .dnd-section>.row-fluid>.span12 {
  float: none;
  max-width: 83.333333%;
  margin: 0 auto;
}
.infoborders_page_row3 h3 {
  font-size: 43px;
  max-width: 83.333333%;
  margin: 0 auto;
}
.infoborders_page_row4 section.additional-benefits {
  background: #f6f9fc;
}
.infoborders_page_row4 section.additional-benefits .col-12 .vd_benefis_title h3 {
  font-family: 'Montserrat-Regular';
  font-size: 45px;
  line-height: 1.2;
  margin-bottom: 0px;
}
.infoborders_page_row4 section.additional-benefits .col-12 .vd_benefis_title h3 span {
  font-size: 45px;
}
.infoborders_page_row4 section.additional-benefits .col-md-3 {
  margin: 0;
}
.infoborders_page_row4 section.additional-benefits .col-md-8 img {
  box-shadow: unset;
}
.infoborders_page_row4 section.additional-benefits .col-md-3 .vd-benefis-row .vd-bn-title {
  margin: 0;
}
.infoborders_page_row4 section.additional-benefits .col-md-3 .vd-benefis-row .vd-bn-title p {
  font-family: 'Montserrat-Bold';
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 48px;
  margin-bottom: 0px;
}
.infoborders_page_row5 section.additional-benefits .col-md-3 .vd-benefis-row .vd-bn-title p {
  margin-top: -25px;
}
.infoborders_page_row6 h3 {
  margin-top: 90px;
  margin-bottom: 30px;
  font-family: 'Montserrat-Regular';
  font-size: 45px;
  line-height: 1.2;
  padding-top: 20px;
}
.infoborders_page_row6 p {
  max-width: 83.333333%;
  margin: 0 auto;
  margin-bottom: 60px;
  line-height: 1.6;
  font-family: 'Roboto-Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  padding: 0 15px;
}
.infoborders_page_row6 img {
  padding: 0 15px 0 15px;
}
.infoborders_page_row7 h3 {
  margin-top: 50px;
  padding-top: 20px;
  font-family: 'Montserrat-Regular';
  font-size: 45px;
  line-height: 1.2;
  margin-bottom: 30px;
}
.infoborders_page_row7 img {
  padding: 0 15px;
}
.airskip_page_row2 img {
  height: auto;
  max-width: 100%;
  width: 190px;
  display: block;
  margin: 0 auto 16px;
}
.airskip_page_row2 h6 {
  color: #677997;
  font-family: 'Roboto-Regular';
  font-size: 22px;
  line-height: 1.5;
  margin-top: 30px;
  margin-bottom: 0;
}
.airskip_page_row2 h5 {
  font-family: 'Montserrat-Bold';
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 48px;
  margin-bottom: 0px;
}
.airskip_page_row2 p {
  font-size: 20px;
  line-height: 30px;
}
.airskip_page_row3 img {
  box-shadow: 1px 1px 9px rgb(200 200 200 / 50%), -1px -1px 9px rgb(200 200 200 / 50%);
  width: 150px;
  display: block;
  margin: -75px auto 16px;
}
.airskip_page_row4 img {
  width: 75%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100% !important;
}
.airskip_page_row4 .span12 {
  display: block !important;
}
.airskip_page_row5 p#airskip-represents {
  font-size: 22px;
  line-height: 30px;
}
.airskip_page_row6 .featured-title {
  padding-bottom: 15px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
}
.airskip_page_row6 .featured-title h5 {
  text-align: center;
  font-size: 38px;
  font-family: Montserrat-Bold;
  line-height: 48px;
  margin-bottom: 0px;
  font-style: normal;
  font-weight: normal;
}
.airskip_page_row6 .featured-title h5 span {
  color: #478dfa;
  font-family: Montserrat-Black;
}
.airskip_page_row6 .featured-wrapper {
  padding: 140px 0 60px;
}
.airskip_page_row6 .featured-wrapper .featured-item .featured-item-content-wrap img {
  height: 185px;
  width: 185px;
  margin-bottom: 50px;
  max-width: 170px;
  max-height: 170px;
  margin-top: 70px;
}
.airskip_page_row6 .featured-wrapper .featured-item:first-child:before, .airskip_page_row6 .featured-wrapper .featured-item:nth-child(3):before,
.airskip_page_row6 .featured-wrapper .featured-item:nth-child(2):before, .airskip_page_row6 .featured-wrapper .featured-item:nth-child(4):before{
  display: none;
}
.airskip_page_row6 .featured-wrapper .featured-inner-wrapper .featured-item {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.airskip_page_row6 .featured-wrapper .featured-inner-wrapper {
  padding: 0 15px;
}
.airskip_page_row6 .featured-wrapper .featured-item h6 {
  margin-top: 0;
}
.airskip_page_row6 .featured-wrapper .featured-item p {
  font-size: 16px;
  font-family: 'Roboto-Regular';
  line-height: 2;
  margin: 0;
}
.airskip_page_row6 .featured-wrapper .featured-item p strong {
  font-size: 21px !important;
  margin-bottom: 0px;
}
.airskip_page_row6 .featured-wrapper .featured-item .featured-item-content-wrap {
  padding: 0 50px !important;
}
.airskip_page_row7 {
  text-align: center;
}
.airskip_page_row7 p {
  font-size: 14px;
  line-height: 21px;
}
.airskip_page_row7 h6 {
  text-transform: lowercase;
  font-size: 18px;
  margin-top: 24px;
  margin-bottom: 5px;
}
.airskip_page_row7 .hs-button {
  font-size: 21px;
  line-height: 1.2;
  color: #f8fafd;
  border-radius: 35px;
  padding: 5px 40px !important;
  margin-top: 45px;
  background-color: #4886FF;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 0;
  border: 1px solid transparent;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.airskip_page_row7 .hs-button:hover {
  color: #4886ff;
  border: 1px solid #4886ff;
  background: transparent;
  text-decoration: none;
}
.airskip_page_row7 .span6:last-child {
  float: left;
  width: 60% !important;
  margin: 0;
  display: block !important;
}
.airskip_page_row7 .span6:first-child {
  float: left;
  width: 40% !important;
}
.airskip_page_row7 .span6 .span12 {
  display: block !IMPORTANT;
}
.airskip_page_row7 .span6:last-child>div {
  width: 640px;
  float: none;
  margin: 0 auto;
}
.airskip_page_row7 ul[data-target="list-item"] {
  margin-top: 0;
  margin-bottom: 1rem;
  list-style: none;
  padding-left: 60px;
}
.airskip_page_row7 ul[data-target="list-item"] li {
  list-style-type: none;
  padding-left: 60px;
  padding-bottom: 30px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.airskip_page_row7 ul[data-target="list-item"] li:first-of-type {
  background-image: url(https://21874960.fs1.hubspotusercontent-na1.net/hubfs/21874960/raw_assets/public/Techdinamics_December2022/images/circles-1.png);
}
.airskip_page_row7 ul[data-target="list-item"] li:nth-of-type(2) {
  background-image: url(https://21874960.fs1.hubspotusercontent-na1.net/hubfs/21874960/raw_assets/public/Techdinamics_December2022/images/circles-2.png);
}
.airskip_page_row7 ul[data-target="list-item"] li:last-of-type {
  background-image: url(https://21874960.fs1.hubspotusercontent-na1.net/hubfs/21874960/raw_assets/public/Techdinamics_December2022/images/circles-3.png);
}
.airskip_page_row7 ul[data-target=list-item] h6 {
  padding-top: 5px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.2;
  margin-top: 0;
}
.airskip_page_row7 ul[data-target=list-item] p {
  font-size: 16px;
  line-height: 20px;
  font-family: 'Montserrat-Regular';
  font-style: normal;
  font-weight: normal;
}
.airskip_page_row7 ul[data-target=list-item] {
  list-style: none;
  margin-bottom: 1rem;
  margin-top: 0;
  padding-left: 40px;
}
.airskip_page_row7 .span6:last-child img {
  margin-bottom: 16px;
}
.airskip_page_row8 .span4 {
  width: 33.333333%;
  margin: 0;
  /*   padding: 0 15px; */
}
.airskip_page_row8 .span4>.dnd-row {
  padding: 0 50px;
}
.airskip_page_row8 h6 {
  margin-bottom: 0;
  font-size: 26px;
  line-height: 32px;
  font-family: 'Montserrat-Regular';
  font-style: normal;
  font-weight: normal;
}
.airskip_page_row8 h6 span {
  font-family: Montserrat-Black;
}
.airskip_page_row8 .span4 h6+h6 span {
  text-align: center;
  font-family: Montserrat-Regular;
}
.airskip_page_row8 .dnd-section>.row-fluid {
  padding: 0;
}
.airskip_page_row8 .span4 h6+h6 span {
  text-align: center;
  font-family: Montserrat-Regular;
}
.airskip_page_row8 h6+h6 {
  margin-bottom: 24px;
}
.airskip_page_row8 p {
  font-size: 18px;
  line-height: 24px;
  font-family: 'Roboto-Regular';
  margin: 0;
}
.airskip_page_row8 hr {
  width: 70px;
  border-top: 3px solid #4886ff;
  border-bottom: none;
  margin: 22px auto 20px;
  height: 0;
}
.airskip_page_row8 a.hs-button {
  color: #fff;
  padding: 10px 50px;
  font-family: Montserrat-Regular;
  margin-top: 20px;
  margin-bottom: 80px;
  font-size: 21px;
  line-height: 1.2;
  border-radius: 35px;
  border: 1px solid transparent;
  background-color: #4886FF;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.airskip_page_row8 a.hs-button:hover {
  color: #4886ff;
  border: 1px solid #4886ff;
  background: transparent;
  text-decoration: none;
}
.airskip_page_row9 h5 {
  text-align: center;
  font-family: Montserrat-Regular;
  padding-top: 110px;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 48px;
  margin-bottom: 0px;
  color: #1e2941;
}
.airskip_page_row9 h5 span {
  color: #478dfa;
  font-family: Montserrat-Black;
}
.airskip_page_row9 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.integratedbilling_page_row2 img {
  display: block;
  width: 416px;
  margin: auto;
}
.integratedbilling_page_row2 h3 {
  text-align: center;
  font-family: Montserrat-Regular;
  color: #1e2941;
  font-size: 51px;
  margin-top: 30px;
  line-height: 1.2;
  margin-bottom: 0px;
}
.integratedbilling_page_row2 h3 span {
  color: #4886ff;
  font-family: Montserrat-Black;
}
.integratedbilling_page_row2 h6 {
  margin-top: 20px;
  line-height: 37px;
  font-family: 'Roboto-Regular';
  font-size: 23px;
  text-align: center;
}
.integratedbilling_page_row2 h6 span {
  color: #677897;
}
.integratedbilling_page_row2 h4 {
  text-align: center;
  font-family: Montserrat-Regular;
  margin-top: 30px;
  font-size: 38px;
  padding-top: 130px;
  line-height: 1.2;
  margin-bottom: 0px;
}
.integratedbilling_page_row2 h4 span {
  color: #4886ff;
  font-family: Montserrat-Black;
}
.integratedbilling_page_row4 .dnd-section>.row-fluid {
  max-width: 1008px;
}
.integratedbilling_page_row4 .dnd-section>.row-fluid>.span12 {
  background-color: #ffffff;
  margin-top: 0px;
  padding: 50px 80px;
}
.integratedbilling_page_row4 .dnd-section>.row-fluid {
  padding: 0;
}
.integratedbilling_page_row4 p {
  text-align: center;
  font-family: 'Roboto-Regular';
  font-size: 22px;
  line-height: 30px;
}
.integratedbilling_page_row5 img {
  display: block;
  margin: auto;
  height: auto;
  max-width: 100%;
  width: 160px;
}
.integratedbilling_page_row5 h2 {
  margin: 80px auto 50px;
}
.integratedbilling_page_row5 p {
  margin: 0;
  font-size: 21px;
  line-height: 1.8;
}
.integratedbilling_page_row5 h6 {
  margin: 0;
}
.freight_discounts_page_row2 section.our_success a.btn.btn-blue {
  background-color: #f30000;
  border: solid 1px #f30000;
}
.freight_discounts_page_row2 section.our_success a.btn.btn-blue:hover {
  background-color: transparent;
  color: #f30000;
}
.freight_discounts_page_row3 section.areas-of-focus .col-12 .focus_item .col-lg-5.vd-puzzles-img img {
  width: 100%;
}
.events_tradeshows_page_row2 h2 {
  text-align: center;
  font-family: Montserrat-Regular;
  font-size: 34pt;
  line-height: 1.2;
  margin-bottom: 0px;
  padding-bottom: 15px;
}
.events_tradeshows_page_row2 span:first-of-type {
  font-family: Montserrat-Black;
}
.events_tradeshows_page_row2 h5 {
  color: #707592;
  font-size: 21px;
  line-height: 1.6;
  font-family: 'Roboto-Regular';
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
}
.events_tradeshows_page_row4 .recent-events {
  padding-bottom: 170px;
}
.events_tradeshows_page_row4 .recent-events .accordion-wrap .row.accordion-item:nth-child(5) {
  margin-bottom: 7px;
}
.events_tradeshows_page_row4 .row.accordion-item.acc-open {
  margin-bottom: 7px;
}
.events_tradeshows_page_row4 .recent-events .accordion-wrap .description .col .multi-collapse .card.card-body a.btn {
  border: 2px solid transparent;
  padding: 10px 30px;
  font-size: 16px;
  min-width: 170px;
  text-align: center;
  font-weight: 800;
  line-height: 1.2;
  color: #f8fafd;
  border-radius: 35px;
  margin: 20px 0;
  background-color: #4886FF;
  display: inline-block;
}
.language-es .vd-slider-header-section h1 {
  font-size: 44px;
}
.hs-layout-es section.areas-of-focus h5 {
  font-family: 'Montserrat-Bold';
}
.recent-events .accordion-wrap .description .col .multi-collapse .card.card-body a.btn {
  background: transparent;
  text-decoration: none;
  color: #4886ff;
  border: 2px solid #4886ff;
}
.events_tradeshows_page_row4 .recent-events {
  padding-bottom: 164px;
  padding-top: 60px;
}
.banner-section .dnd-section {
  padding: 0;
}
.hs-layout-es section.contact-us .col-md-8.vd-contact-info-wrapper h4.contact-mobile-fix {
  font-size: 36px;
}
.company_page_row2 img {
  margin: 0 auto 50px;
  max-width: 190px;
  display: block;
}
.company_page_row2 h2 {
  text-align: center;
  font-family: 'Montserrat-Regular';
  font-size: 34pt;
  line-height: 1.2;
  margin-bottom: 0px;
  padding-bottom: 15px;
}
.company_page_row2 h2 span:first-of-type {
  font-family: Montserrat-Black;
}
.company_page_row2 h5 {
  max-width: 1100px;
  margin: 0 auto;
  color: #707592;
  font-size: 21px;
  line-height: 1.6;
  font-family: 'Roboto-Regular';
  text-align: center;
  padding: 0 15px;
}
.company_page_row3 section.areas-of-focus .col-12.vd-puzzles-title h2 span {
  font-family: Montserrat-Bold;
}
.website-page p,
.website-page li {
  font-family: 'Montserrat-Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.6;
}
.website-page li:not(:last-child) {
  margin-bottom: 15px;
}

.btn-wrap {
  min-height: 58px;
}
.website-page ul, .website-page ol {
  margin-bottom: 1rem;
}
.freight_discounts_page_row2 section.our_success h2 span:first-of-type {
  color: #f30000;
}
html[lang="es"] .integratedbilling_page_row6 section#related-products .carousel-columns-row .related-products-slide {
  max-width: 100%;
}
html[lang="es"] .home-banner.banner .vd-slide-content-wrap h1 {
  font-size: 44px;
}
html[lang=es] .home-banner.banner .vd-slide-content-wrap h1{
  font-size: 67px;
}
.website-page ol ol {
  margin-bottom: 0;
}
html[lang=es] .integratedbilling_page_row3 .process {
  padding-bottom: 0;
}
html[lang=es] .integratedbilling_page_row6 section#related-products .carousel-columns-row .related-products-items h5 {
  font-family: 'Montserrat-Bold';
  font-style: normal;
  color: #1e2941;
  padding: 10px 0;
  margin: 0;
}
html[lang=es] .integratedbilling_page_row6 section#related-products .carousel-columns-row .slick-track {
  display: flex;
  height: 100%;
}
html[lang=es] .integratedbilling_page_row6 section#related-products .carousel-columns-row a.btn {
  padding: 7px 24px;
  font-size: 21px;
  line-height: 1.2;
  color: #f8fafd;
  border-radius: 35px;
}
html[lang=es] .integratedbilling_page_row6 section#related-products .carousel-columns-row p {
  text-align: center;
  margin: auto 0 0 0;
}
html[lang=es] .integratedbilling_page_row2 h3 {
  font-size: 33px !important;
}
html[lang=es] .homa_page .home-banner.banner .vd-slide-content-wrap h1 {
  font-size: 44px !important;
}
html[lang=es] .freight_discounts_page_row2 section.our_success a.btn.btn-blue {
  background-color: #4886FF;
  border-color: #4886FF;
}
html[lang=es] .freight_discounts_page_row2 section.our_success a.btn.btn-blue:hover {
  color: #4886ff;
  border: 1px solid #4886ff;
  background: transparent;
  text-decoration: none;
}
.hs-layout-es .company_page_row3 section.areas-of-focus h5 {
  font-family: Montserrat-Regular;
  font-weight: 400;
}
.hs-layout-es .integration_services_1 .home-banner.banner .vd-slide-content-wrap h1 {
  font-size: 64px;
}

@media(max-width: 1499px){
  .airskip_page_row9 img {
    max-width: 100%;
  }
}

@media(max-width: 1199px){
  .col-xl-8 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .airskip_page_row7 .span6:last-child>div {
    float: none;
    margin: 0 auto;
    width: 100%;
  }
  .testimonial-slider-slide .testimonial-slider-item:before{
    width: 0;
    height: 0;
  }
  .testimonial-slider-slide .vd-ts-text-row:after {
    background-image: url(https://21874960.fs1.hubspotusercontent-na1.net/hubfs/21874960/raw_assets/public/Techdinamics_December2022/images/testimonials-comass-upper.png);
  }
  .testimonial-slider-slide .testimonial-slider-item:before {
    background-image: url(https://21874960.fs1.hubspotusercontent-na1.net/hubfs/21874960/raw_assets/public/Techdinamics_December2022/images/testimonials-comass.png);
  }
}

@media(max-width: 1024px){
  .home_page_row2 .span6 {
    margin: 0!important;
    padding: 0 15px;
    text-align: center;
    width: 50%!important;
  }
  .home_page_row1 section.other-solutions .home-cl-wrap {
    padding: 0 15px;
  }
}

@media(max-width: 991px){
  .techship_page_row2.infoborders_page_row2 h2 {
    font-size: 44px;
  }
  .airskip_page_row6 .featured-wrapper .featured-item .featured-item-content-wrap {
    padding: 0!important;
  }
  .airskip_page_row7 .span6:last-child {
    display: block!important;
    float: left;
    margin: 0;
    width: 50%!important;
  }
  .airskip_page_row7 .span6:first-child {
    float: left;
    width: 50%!important;
  }
  .airskip_page_row7 ul[data-target=list-item] {
    padding-left: 0;
  }
  .airskip_page_row8 .span4>.dnd-row {
    padding: 0 15px;
  }
  .integratedbilling_page_row4 .dnd-section>.row-fluid {
    padding: 0;
    width: 90%;
  }
  .freight_discounts_page_row3 section.areas-of-focus .col-12 .focus_item .col-lg-4 {
    margin: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .freight_discounts_page_row3 section.areas-of-focus .col-12 .focus_item .col-lg-5.vd-puzzles-img {
    margin: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .events_tradeshows_page_row2 h2 {
    font-size: 60px;
  }
  .events_tradeshows_page_row2 .dnd-section {
    padding: 30px 0 !important;
  }
  .header_mob_menu .hs-menu-wrapper>ul ul li.active a {
    color: #fff !important;
    background-color: #4886FF !important;
    text-decoration: none;
  }
}

@media(max-width: 767px){
  .col-xl-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .infoborders_page_row6 p {
    max-width: 100%;
    padding: 0;
  }
  .airskip_page_row8 .span4:first-child a.hs-button {
    margin-top: 0;
  }
  .airskip_page_row8 .span4:nth-child(2) a.hs-button {
    margin-top: 0;
  }
  .home_page_row2 .span6 {
    margin: 0!important;
    padding: 0 15px;
    text-align: center;
    width: 100%!important;
  }
  .home_page_row2 .dnd-section>.row-fluid>.span6:last-child {
    left: 0;
    position: relative;
  }
  .techship_page_row2 .dnd-section>.row-fluid {
    max-width: 100%;
  }
  .techship_page_row2 h2 {
    font-size: 33px !important;
    padding-bottom: 30px;
  }
  .techship_page_row2 img {
    margin-bottom: 20px;
  }
  .techship_page_row2 h5 {
    font-family: 'Roboto-Regular';
    line-height: 1.9;
    font-size: 16px;
    padding: 0;
  }
  .techship_page_row4 .dnd-section>.row-fluid {
    max-width: 100%;
  }
  .techship_page_row4 .dnd-section>.row-fluid>.span12 {
    float: none;
    margin: 0 auto;
    max-width: 860px;
    padding: 0;
  }
  .container-fluid.techship_page_row2.integration_services_2 .dnd-section>.row-fluid {
    max-width: 540px;
  }
  .techship_page_row2.integration_services_2  h5 {
    margin: 0 auto 80px;
  }
  .integration_services_3 h5 {
    font-family: 'Roboto-Regular';
    line-height: 1.9;
    font-size: 16px;
    margin: 0 auto 80px;
  }
  .integration_services_4 .content-with-top-image .content-with-top-image-wrapper .content-with-top-image-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%;
  }
  .logo-slider-wrapper .logo-slider-slide {
    max-width: 95%;
    margin: 0 auto;
  }
  .integration_services_7 .dnd-section>.row-fluid>.span12 {
    float: none;
    margin: 0 auto;
    max-width: 100%;
  }
  .integration_services_7 p {
    font-size: 16px;
  }
  .integration_services_7 ol li {
    font-size: 16px;
  }
  .integration_services_7 ol {
    list-style: none;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 50px;
    text-align: center;
  }
  .integration_services_7 ol li {
    margin-bottom: 28.8px;
  }
  .home-banner.banner.main .vd-slide-content-wrap h1{
    max-width: 205px!important;
  }
  .infoborders_page_row6 h3 {
    font-size: 29px;
  }
  .infoborders_page_row4 section.additional-benefits .col-12 .vd_benefis_title h3,
  .infoborders_page_row4 section.additional-benefits .col-12 .vd_benefis_title h3 span {
    font-size: 29px;
  }
  .infoborders_page_row7 h3 {
    font-size: 29px;
  }
  .infoborders_page_row3 h3 {
    font-size: 29px;
  }
  .airskip_page_row6 .featured-wrapper .featured-inner-wrapper .featured-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .airskip_page_row7 .span6:first-child {
    float: left;
    width: 100%!important;
  }
  .airskip_page_row7 .span6:last-child {
    display: block!important;
    float: left;
    margin: 0;
    width: 100%!important;
  }
  .airskip_page_row8 .span4 {
    margin: 0;
    width: 100%;
  }
  section.shipping-rate h3 {
    font-size: 32px;
  }
  .integratedbilling_page_row2 h3 {
    font-size: 33px;
  }
  section#related-products .title h2,
  .integratedbilling_page_row5 h2,
  .airskip_page_row2 h2,
  .integratedbilling_page_row2 h4,
  .airskip_page_row2 h5{
    font-size: 28px !important;
  }
  .integratedbilling_page_row2 img{
    max-width: 100%;
  }
  .integratedbilling_page_row4 .dnd-section>.row-fluid>.span12 {
    background-color: #fff;
    margin-top: 0;
    padding: 50px 20px;
  }
  section.areas-of-focus .col-12 .focus_item .col-lg-4 {
    margin: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  section.areas-of-focus .col-12 .focus_item .col-lg-5.vd-puzzles-img {
    margin: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  section.areas-of-focus section.areas-of-focus .col-12 .focus_item .col-lg-5.vd-puzzles-img img.img-under.home-img-puzzle-logo-mobile {
    display: none;
  }
  section.areas-of-focus section.areas-of-focus .col-12 .focus_item a.btn {
    padding: 13px 35px;
    max-width: 190px;
    margin: 40px auto 50px;
    font-size: 14px;
  }
  .events_tradeshows_page_row2 h2 {
    font-size: 28px;
  }
  .events_tradeshows_page_row2 h5 {
    font-family: 'Roboto-Regular';
    line-height: 1.9;
    font-size: 16px;
  }
  .events_tradeshows_page_row2 h5 {
    padding: 0;
  }
  .freight_discounts_page_row3 section.areas-of-focus .col-12 .focus_item .col-lg-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0;
    max-width: 100%;
  }
  .freight_discounts_page_row3 section.areas-of-focus .col-12 .focus_item .col-lg-5.vd-puzzles-img {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0;
    max-width: 100%;
  }
  .freight_discounts_page_row3 section.areas-of-focus .col-12 .focus_item a.btn {
    padding: 13px 35px;
    max-width: 190px;
    margin: 40px auto 50px;
    font-size: 14px;
  }
  .website-page h1 {
    font-size: 38pt;
  }
  .website-page h2 {
    font-size: 28px;
  }
  section.job-opening .col h1 {
    font-size: 38pt;
  }
  .hs-layout-en .home-banner.banner.main .vd-slide-content-wrap h1{
    font-size: 28px!important;
  }
  html[lang=es] .homa_page .home-banner.banner .vd-slide-content-wrap h1 {
    font-size: 28px!important;
  }
  body.hs-layout-es .airskip_page_row8 .span4:first-child a.hs-button {
    margin-top: 30px;
  }
}


@media(max-width: 576px){
  .website-page h1 {
    font-size: 24pt;
  }
  section.job-opening .col h3 {
    font-size: 32px;
  }
  section.job-opening .col h1 {
    font-size: 24pt;
  }
}



:root {

  
  --fs_h1: 47px;
  --fs_h2: 47px;
  --fs_h3: 38px;
  --fs_h4: 28px;
  --fs_h5: 23px;
  --fs_h6: 20px;
  --fs_body: 18px;
  --fs_sm_body: 16px;
  

  
  --mfs_h2: 40px;
  --mfs_h3: 33px;
  --mfs_h4: 23px;
  --mfs_body: 20px;
  

  
  --clr_primary: #1E2941;
  --clr_accent1: #F00008;
  --clr_accent2: #4885FF;
  --clr_accent3: #3377FF;
  --clr_accent_dark: #0044CC;


  --clr_body: #677897;
  --clr_light1: #f2f6ff;
  --clr_light2: #E5EEFF;
  --clr_orange: #FF7D20;
  --clr_white: #ffffff;

  --clr_red_hover: #FF333A;
  --clr_red_dark: #990005;
  --clr_gray: #CCCCCC;
  --clr_disbaled: #C2C9D6;


  --clr_blue_hover: #427cf1;

  

  
  --ff_default: "Montserrat", sans-serif;
  --ff_primary_reg: "Montserrat";
  --ff_primary_bold: "Montserrat";
  --ff_primary_black: "Montserrat-Black";
  

  
  --ff_secondary_reg: "Roboto-Regular";
  --ff_secondary_slab_reg: "RobotoSlab-Regular";
  --ff_secondary_con_reg: "RobotoCondensed-Regular";
  

  
  --btn_primary_fs: 20px;
  --btn_primary_pad: 12px 32px;
  --btn_md_pad: 10px 24px;
  --btn_sm_pad: 11px 16px;
  --btn_secondary_fs: 18px;
  --btn_secondary_pad: 10px 24px;
  
}

.small_container {
  max-width: 1072px;
  width: 100%;
  margin-inline: auto;
}

.ff_primary_reg {
  font-family: var(--ff_primary_reg);
}

.ff_primary_bold {
  font-family: var(--ff_primary_bold);
}

.ff_primary_black {
  font-family: var(--ff_primary_black);
}

.ff_secondary_reg {
  font-family: var(--ff_secondary_reg);
}

.color_white {
  color: var(--clr_white);
}

.color_primary {
  color: var(--clr_primary);
}

.color_Accent1 {
  color: var(--clr_accent1);
}

.color_Accent2 {
  color: var(--clr_accent2);
}

.color_body {
  color: var(--clr_body);
}

.bg_primary {
  background-color: var(--clr_primary);
}

.bg_accent1 {
  background-color: var(--clr_accent1);
}

.bg_accent2 {
  background-color: var(--clr_accent2);
}

.bg_light1 {
  background-color: var(--clr_light1);
}
.bg_light2 {
  background-color: var(--clr_light2);
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 121%;
  letter-spacing: -0.02em;
}

.h1 {
  font-size: var(--fs_h1);
}

.h2 {
  font-size: var(--fs_h2);
}

.h3 {
  font-size: var(--fs_h3);
}

.h4 {
  font-size: var(--fs_h4);
}

.h5 {
  font-size: var(--fs_h5);
  line-height: 150%;
}

.h6 {
  font-size: var(--fs_h6);
  line-height: 150%;
}

p:emtpy{
  display: none;
}

:where(.h2, .h3, .h4, .h5, .h6) span {
  color: var(--clr_accent2);
}

:where(.h1, .h2, .h3, .h4, .h5) strong {
  font-family: var(--ff_primary_bold);
  font-weight:800;
}

.img_full {
  max-width: none !important;
  width: 100% !important;
}

.f_w_700 {
  font-weight: 700;
}

.inside_container {
  width: min(1170px , 100%);
  margin-inline: auto;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex_row {
  --f_gap: 15px;
  --f_gap_minus: calc(-1 * var(--f_gap));
  display: flex;
  flex-wrap: wrap;
  margin-inline: var(--f_gap_minus);
}

.flex_row>div {
  padding-inline: var(--f_gap);
}

.flex_column {
  display: flex;
  flex-direction: column;
}

.col_1 {
  width: 8.333333%;
}

.col_2 {
  width: calc(100% / 6);
}

.col_3 {
  width: 25%;
}

.col_4 {
  width: calc(100% / 3);
}

.col_5 {
  width: 41.66666667%;
}

.col_6 {
  width: 50%;
}

.col_7 {
  width: 58.33333333%;
}

.col_8 {
  width: 66.666667%;
}

.col_9 {
  width: 75%;
}

.col_12 {
  width: 100%;
}
.list_style{
  list-style: none;
  padding-left:0;
}
.list_reset {
  margin: 0;
  padding: 0;
  list-style: none;
}

.j_center {
  justify-content: center;
}

.j_space_between {
  justify-content: space-bwteen;
}

.i_center {
  align-items: center;
}

.i_end {
  align-items: flex-end;
}

.i_self_center {
  align-self: center
}

.i_self_end {
  align-self: flex-end;
}

.grid_2 {
  display: grid;
  grid-template-columns: repeat(2 , 1fr);
}

.grid_3 {
  display: grid;
  grid-template-columns: repeat(3 , 1fr);
}

.flow_y_8>:not(:last-child) {
  margin-bottom: 8px;
}

.flow_y_10>:not(:last-child) {
  margin-bottom: 10px;
}

.flow_y_15>:not(:last-child) {
  margin-bottom: 15px;
}

.flow_y_20>:not(:last-child) {
  margin-bottom: 20px;
}

.flow_y_24>:not(:last-child) {
  margin-bottom: 24px;
}

.flow_y_30>:not(:last-child) {
  margin-bottom: 30px;
}

.flow_y_36>:not(:last-child) {
  margin-bottom: 36px;
}

.flow_y_40>:not(:last-child) {
  margin-bottom: 40px;
}

.flow_y_50>:not(:last-child) {
  margin-bottom: 50px;
}

.flow_x_10>:not(:last-child) {
  margin-right: 10px;
}

.flow_x_20>:not(:last-child) {
  margin-right: 20px;
}

.flow_x_30>:not(:last-child) {
  margin-right: 30px;
}

.ec_mb_0>* {
  margin-bottom: 0;
}

.lc_mb_0>*:last-child {
  margin-bottom: 0;
}

.richtext_16 :where(p,li,a) {
  font-size: 16px;
  line-height: 150%;
}

.richtext_18 :where(p,li,a) {
  font-size: 18px;
  line-height: 150%;
}

.richtext_20 :where(p,li) {
  font-size: 20px;
  line-height: 150%;
}

.text_right {
  text-align: right;
}

.text_center {
  text-align: center;
}

.text_left {
  text-align: left;
}head

.m_top_auto {
  margin-top: auto;
}

.m_inline_auto {
  margin-inline: auto;
}

.lc_mb_0 :where(h1, h2, h3, h4, h5, h6, p, ul, ol):last-child {
  margin-bottom: 0;
}

.row-fluid [class*=span] {
  min-height: 0;
}

.sec_pad {
  padding-block: clamp(40px, 3.5vw , 60px);
}

.sec_pad[data-pad="small"] {
  padding-block: 40px;
}

.md-heading h2{
  font-size: var(--mfs_h2);
  line-height: 1.22;
  font-family: var(--ff_primary_reg);
  font-weight:500;
}

.md-heading h2 strong{
  font-weight:800;
}

.md-heading h3 {
  font-size: var(--mfs_h3);
  font-family: var(--ff_primary_reg);
}

.media_container {
  position: relative;
  padding-bottom: 56.25%;
  border-radius: 8px;
  overflow: hidden;
}

.media_container--shadow {
  box-shadow: 0 0 50px rgba(0,0,0,.06);
  border: 1px solid #f3f3f3;
}

.media_container .hs-responsive-embed-wrapper {
  max-width: none !important;
  max-height: none !important;
  min-width: auto !important;
  position: absolute !important;
  top: 0;
  left: 0;
}

.media_container :where(video, iframe) {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  max-height: none !important;
}

.media_container video {
  object-fit: cover;
}
.sm_container{
  width: min(100% , 960px);
  margin-inline: auto;
}
.btn_wrapper { 
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  grid-gap: 15px;
}

.btn_primary_cta a,
.btn_primary {
  display: inline-block;
  background-color: var(--clr_accent1);
  border: 1px solid var(--clr_accent1);
  color: var(--clr_white);
  font-size: var(--btn_primary_fs) !important;
  line-height: 140%;
  padding: var(--btn_primary_pad);
  border-radius: 30px;
  transition: 0.1s;
}
[class*="btn_"].btn_md{
  padding: var(--btn_md_pad);
  font-size: var(--fs_body) !important;
}
[class*="btn_"].btn_sm{
  padding: var(--btn_sm_pad);
  font-size: var(--fs_sm_body) !important;
}
[class*="btn_"].disabled{
  background-color: var(--clr_gray);
  border-color: var(--clr_gray);
}
.btn_primary:hover,
.btn_primary_cta a:hover{
  background-color: var(--clr_red_hover);
}
.btn_primary:focus,
.btn_primary_cta a:focus{
  background-color: var(--clr_accent1);
  border-color: var(--clr_red_dark);
}
.btn_primary:active,
.btn_primary_cta a:active,
.btn_primary:visited,
.btn_primary_cta a:visited{
  background-color: var(--clr_accent1);
  border-color: var(--clr_accent1);
  color: var(--clr_white);
  box-shadow: inset 0px 3px 3px rgba(153, 0, 5, 0.35);
}
.btn_primary_cta a:hover,
.btn_primary_cta a:focus,
.btn_primary:hover,
.btn_primary:focus {
  color: var(--clr_white);
}
.btn_secondary_cta a,
.btn_secondary {
  display: inline-block;
  background-color: var(--clr_accent2);
  border: 1px solid var(--clr_accent2);
  color: var(--clr_white);
  font-size: var(--btn_secondary_fs) !important;
  line-height: 121%;
  letter-spacing: -0.02em;
  padding: var(--btn_secondary_pad);
  border-radius: 30px;
  transition: 0.1s;
}
.btn_secondary:hover,
.btn_secondary_cta a:hover{
  background-color: var(--clr_accent3);

}
.btn_secondary:focus,
.btn_secondary_cta a:focus{
  background-color: var(--clr_accent2);
  border-color: var(--clr_accent_dark);  
}
.btn_secondary:active,
.btn_secondary_cta a:active,
.btn_secondary:visited,
.btn_secondary_cta a:visited{
  background-color: var(--clr_accent2);
  box-shadow: inset 0px 4px 4px rgba(0, 68, 204, 0.25);
  color: var(--clr_white);
}
.btn_secondary_cta a:hover,
.btn_secondary_cta a:focus,
.btn_secondary:hover,
.btn_secondary:focus {
  color: var(--clr_white);
}

.heading_2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 49px;
  letter-spacing: -0.8px;
  color: var(--clr_primary);
  font-family: var(--ff_default);
}

.heading_2 span {
  color: var(--clr_accent1);
  font-weight: 800;
}

.btn_wrapper_2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 32px;
}

.btn_style_2 {
  padding: 10px 32px;
  background-color: var(--clr_accent1);
  color: #fff;
  border-radius: 30px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  border: 0;
  margin: 0;
  font-family: var(--ff_default);
  text-align: center;
  transition: 300ms;
}

.btn_style_2:is(:hover,:focus){
  background-color: var(--clr_primary);
  color: #fff;
}

.btn_style_2--hover_white:is(:hover,:focus){
  background-color: #fff;
  color: var(--clr_primary);
}

@media (min-width: 992px) {
  .flow_y_60_md_up>:not(:last-child) {
    margin-bottom: 60px;
  }
  .flow_y_50_md_up>:not(:last-child) {
    margin-bottom: 50px;
  }
  .flow_y_40_md_up>:not(:last-child) {
    margin-bottom: 40px;
  }
  .flow_y_30_md_up>:not(:last-child) {
    margin-bottom: 30px;
  }
  .flow_y_20_md_up>:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .flow_y_50_md>:not(:last-child) {
    margin-bottom: 50px;
  }
  .flow_y_40_md>:not(:last-child) {
    margin-bottom: 30px;
  }
  .flow_y_30_md>:not(:last-child) {
    margin-bottom: 30px;
  }
  .flow_y_20_md>:not(:last-child) {
    margin-bottom: 20px;
  }
}


@media (min-width: 768px) {
  .flow_y_40_sm_up>:not(:last-child) {
    margin-bottom: 40px;
  }
  .flow_y_24_sm_up>:not(:last-child) {
    margin-bottom: 24px;
  }
  .flow_y_20_sm_up>:not(:last-child) {
    margin-bottom: 20px;
  }
  .flow_y_15_sm_up>:not(:last-child) {
    margin-bottom: 15px;
  }
  .flow_y_10_sm_up>:not(:last-child) {
    margin-bottom: 10px;
  }
  .p_l_20_sm_up {
    padding-left: 20px;
  }
  .richtext_18_sm_up :where(p,li,a) {
    font-size: 18px;
    line-height: 150%;
  }
  .richtext_20_sm_up :where(p,li) {
    font-size: 20px;
    line-height: 150%;
  }
  .grid_2_sm_up {
    display: grid;
    grid-template-columns: repeat(2 , 1fr);
  }

  .grid_3_sm_up {
    display: grid;
    grid-template-columns: repeat(3 , 1fr);
  }
}
@media (max-width: 1024px) {
  a.btn {
    padding: 10px 15px;
  }
}
@media (max-width: 767px) {
  :root {  
    --fs_h1: 33px;
    --fs_h2: 33px;
    --fs_h3: 28px;
    --fs_h4: 19px;
    --fs_h5: 19px;
    --fs_h6: 17px;
  }
  [class^="col_"] {
    width: 100%;
  }

  .heading_2 {
    font-size: 28px;
    line-height: 34px;
  }
  
  .btn_wrapper_2 {
    gap: 20px;
  }

  .btn_style_2 {
    font-size: 16px;
    padding: 9px 24px;
  }

  .content-wrapper, 
  .dnd-section>.row-fluid, 
  .page-center,
  .header_container,
  .footer_container {
    padding-inline: 25px;
  }
  .j_center_sm {
    justify-content: center;
  }
  .dir_col_rev {
    flex-direction: column-reverse;
  }
  .f_flow_y_56_sm>:not(:last-child) {
    margin-bottom: 56px;
  }
  .f_flow_y_40_sm>:not(:last-child) {
    margin-bottom: 40px;
  }
  .f_flow_y_30_sm>:not(:last-child) {
    margin-bottom: 30px;
  }
  .flow_y_20_sm>:not(:last-child) {
    margin-bottom: 20px;
  }
  .flow_y_16_sm>:not(:last-child) {
    margin-bottom: 16px;
  }
  .flow_y_8_sm>:not(:last-child) {
    margin-bottom: 8px;
  }
  .flow_y_30_sm_rev>:not(:first-child) {
    margin-bottom: 30px;
  }
  .richtext_20_sm :where(p,li) {
    font-size: 20px;
    line-height: 150%;
  }
  .richtext_18_sm :where(p,li,a) {
    font-size: 18px;
    line-height: 150%;
  }
  .richtext_16_sm :where(p,li,a) {
    font-size: 16px;
    line-height: 150%;
  }
  .text_center_sm {
    text-align: center;
  }
  .grid_1_sm {
    display: grid;
    grid-template-columns: 1fr;
  }
  .btn_wrapper {
    --btn_primary_fs: 18px;
    --btn_primary_pad: 10px 24px;
    --btn_secondary_fs: 16px;
    --btn_secondary_pad: 10px 16px;
  }
}


.chatlio-widget .chatlio-title-bar.chatlio-title-bar .chatlio-title-text span:first-child {
  display: none;
}

.chatlio-widget.chatlio-closed .chatlio-title-bar.chatlio-title-bar-chip.chatlio-bottom-right {
  background: url(https://w.chatlio.com/v5/images/button.ebab6901.svg) center center no-repeat;
  border-bottom-right-radius: 0;
}

/* chatlio-widget-end */