*, *: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-wrapper[class*="force-full-width-section"] > .row-fluid {
  padding-left: 0;
  padding-right: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 24px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0 12px;
   
  }
}
.dnd-section .row-fluid {
    padding: 0 12px;
}

.banner-section .dnd-section>.row-fluid {
    padding: 0;
}
@font-face {
  font-family: "Raleway";
  src: url(https://6476864.fs1.hubspotusercontent-na1.net/hubfs/6476864/raw_assets/public/DigTechsDic22/fonts/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvoorCIPrE.woff2) format("woff2");
  font-style: normal;
  font-weight: 200;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Font Awesome 5 Free"; 
  src: url(https://6476864.fs1.hubspotusercontent-na1.net/hubfs/6476864/raw_assets/public/DigTechsDic22/fonts/fa-solid-900.eot) format("embedded-opentype"), 
    url(https://6476864.fs1.hubspotusercontent-na1.net/hubfs/6476864/raw_assets/public/DigTechsDic22/fonts/fa-solid-900.woff2) format("woff2"), 
    url(https://6476864.fs1.hubspotusercontent-na1.net/hubfs/6476864/raw_assets/public/DigTechsDic22/fonts/fa-solid-900.woff) format("woff"),
    url(https://6476864.fs1.hubspotusercontent-na1.net/hubfs/6476864/raw_assets/public/DigTechsDic22/fonts/fa-solid-900.ttf) format("truetype");
  font-style: normal;
  font-weight: 900; 
  font-display: block;
}
@font-face { font-family: "icomoon";
  src: url(https://6476864.fs1.hubspotusercontent-na1.net/hubfs/6476864/raw_assets/public/DigTechsDic22/fonts/icomoon.eot) format("embedded-opentype"), 
    url(https://6476864.fs1.hubspotusercontent-na1.net/hubfs/6476864/raw_assets/public/DigTechsDic22/fonts/icomoon.woff) format("woff"), 
    url(https://6476864.fs1.hubspotusercontent-na1.net/hubfs/6476864/raw_assets/public/DigTechsDic22/fonts/icomoon.ttf) format("truetype"); 
  font-style: normal; 
  font-weight: normal; 
  font-display: block; 
}
@font-face { font-family: "FontAwesome";
  src: url(https://6476864.fs1.hubspotusercontent-na1.net/hubfs/6476864/raw_assets/public/DigTechsDic22/fonts/fontawesome-webfont.eot) format("embedded-opentype"),
    url(https://6476864.fs1.hubspotusercontent-na1.net/hubfs/6476864/raw_assets/public/DigTechsDic22/fonts/fontawesome-webfont%20.woff2) format("woff2"), 
    url(https://6476864.fs1.hubspotusercontent-na1.net/hubfs/6476864/raw_assets/public/DigTechsDic22/fonts/fontawesome-webfont.woff) format("woff"),
    url(https://6476864.fs1.hubspotusercontent-na1.net/hubfs/6476864/raw_assets/public/DigTechsDic22/fonts/fontawesome-webfont.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    src: url('https://6476864.fs1.hubspotusercontent-na1.net/hubfs/6476864/DigitalTechnologies_September2019/fonts/fa-brands-400.eot');
    src: url('https://6476864.fs1.hubspotusercontent-na1.net/hubfs/6476864/DigitalTechnologies_September2019/fonts/fa-brands-400.eot#iefix') format("embedded-opentype"),
			url('https://6476864.fs1.hubspotusercontent-na1.net/hubfs/6476864/DigitalTechnologies_September2019/fonts/fa-brands-400.woff2') format("woff2"),
			url('https://6476864.fs1.hubspotusercontent-na1.net/hubfs/6476864/DigitalTechnologies_September2019/fonts/fa-brands-400.woff') format("woff"),
			url('https://6476864.fs1.hubspotusercontent-na1.net/hubfs/6476864/DigitalTechnologies_September2019/fonts/fa-brands-400.ttf') format("truetype"),
			url('https://6476864.fs1.hubspotusercontent-na1.net/hubfs/6476864/DigitalTechnologies_September2019/fonts/fa-brands-400.svg') format("svg")
}

body {
  line-height: 1.5;
  word-break: break-word;
  letter-spacing: 0px;
  font-style: normal;
  overflow-x: hidden;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
/* Paragraphs */

p {

  margin: 0 0 1.4rem;
}

/* Anchors */

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
  line-height:1.7;
}

/* 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: 16px;
	background: #f6f6f6;
	color: #58585a;
	border-left: 4px solid #0074bc;
	padding: 16px;
	margin-top: 2em;
	margin-bottom: 2em;
	font-weight: 400;
	letter-spacing: 0px;
	font-style: italic;
	line-height: 1.5;
	font-size: 18px;
}

/* Horizontal rules */

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

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

  height: auto;
  max-width: 100%;
  vertical-align: top;
  width: 100%;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

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

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 0.5rem;
}

/* Labels */

form label {
  display: block;
  margin-bottom: 4px;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}
.hs-button {
  margin: 15px 0;
}
/* 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: #FFFFFF;
  border: 1px solid #e3e3e3;
  display:block;
  font-size: 16px;
  padding: 8px;
  margin: 0 0 3px 0;
  width: 100%;
  line-height: 1.5;
  font-weight: normal;
  max-width: 767px;
  height: 40px;
  padding: 9px 10px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  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;
}
.hs_error_rollup label.hs-main-font-element {
  color: #ef6b51;
  margin-top: 0.35rem;
}
/* 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;
}
form textarea {
    min-height: 100px;
}
/* Validation */

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

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

form .hs-error-msgs > li {
  margin: 0;
}

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

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  letter-spacing: .1rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  font-weight:700;
  font-family: arial, helvetica, sans-serif;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header.header {
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 100;
  padding-top: 50px;
  margin-top: 0px;
  padding-right: 40px;
  padding-bottom: 0px;
  padding-left: 40px;
  background-color: transparent;
  background-color: gray;
}

.header .mxwd {
  margin: 0 auto;
  position: relative;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  width: 104% !important;
  max-width: 104% !important;
  margin-left: calc(-4% / 2 );
  margin-right: calc(-4% / 2 );
}

.header .hdr_1 {
  align-self: flex-start;
  width: 40% !important;
  margin-top: 0px;
  margin-bottom: 20px;
  display: flex;
}

.header .mxwd > div {
  position: relative;
  float: left;
}

.header .hdr_2 {
  width: 16.666666666667% !important;
  margin-top: 0px;
  margin-bottom: 20px;
  display: flex;
}

.header .hdr_3 {
  width: 40% !important;
  margin-top: 0px;
  margin-bottom: 20px;
  display: flex;
}

.header .hdr_3 > div {
  justify-content: flex-start;
  padding-top: 0px !important;
  padding-right: 0px !important;
  margin-right: 4.8%;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  margin-left: 4.8%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.header .hdr_3 nav {
  font-size: 20px;
  width: 100%;
}
.hdr_3 ul.submenu.level-1 {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-block-end: 0;
  min-height: 4em;
  position: relative;
  transition: all calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1);
  list-style: none;
  flex-direction: column;
  font-family: "Barlow Condensed";
  font-weight: 400;
  text-transform: uppercase;
  z-index: 1;
  display: block;
  text-align: right;
}

.hdr_3 ul.submenu.level-1 > li {
  position: relative;}

.hdr_3 ul.submenu.level-1 > li > a {
  display: inline-block;
  transition: color calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1),background-color calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1);
  font-size: 20px;
  color: #fff;
}

.hdr_3 ul.submenu.level-1 > li > a:hover, 
.hdr_3 ul.submenu.level-1 > li > a.active-item {
  color: #0074bc;
}


.hdr_logo_bcorp{
display: none!important;
}








.des_lft_menu > div {
  width: 100%;
  max-width: 500px;
}

.des_lft_menu ul.submenu.level-1 li:last-child:last-child {
  border-bottom: 0 !important;
}

.des_lft_menu ul.submenu.level-3 li:first-child {
  border-top: 1px solid #e2e2e2;
}

.header .hdr_2 > div {
  justify-content: flex-start;
  padding-top: 0px !important;
  padding-right: 0px !important;
  margin-right: 11.52%;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  margin-left: 11.52%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.header .hdr_1 > .inrflx {
  justify-content: flex-start;
  padding-top: 0px !important;
  padding-right: 50px !important;
  margin-right: 0px;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  margin-left: 4.8%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.hdr_1 > .inrflx .rwwd {
  margin: 0 auto;
  position: relative;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  flex: auto;
  flex-grow: initial;
  flex-shrink: initial;
  width: 104% !important;
  max-width: 104% !important;
  margin-left: calc(-4% / 2 );
  margin-right: calc(-4% / 2 );
}

.des_trigr_man {
  position: relative;
  float: left;
  width: 20% !important;
  margin-top: 0px;
  margin-bottom: 20px;
  display: flex;
}

.des_trigr_man > div {
  justify-content: flex-start;
  padding-top: 0px !important;
  padding-right: 0px !important;
  margin-right: 9.6%;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  margin-left: 9.6%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.des_lft_menu {
  display: none;
}

.des_trigr {
  font-weight: 400!important;
  text-transform: none!important;
  line-height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  transition: color calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1),background-color calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1);
  font-family: Barlow Condensed !important;
  flex-direction: row;
  padding-right: 0.5em;
  padding-top: calc(30px + 0px);
  color: #fff;
}

.des_trigr .fusion-megamenu-icon {
  font-weight: 400!important;
  text-transform: none!important;
  width: auto;
  transition: color calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1);
  text-align: center;
  position: relative;
  font-size: calc(16 * 1px);
  line-height: inherit;
  color: #212934;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.5em;
  font-size: 30px;
  color: #fff;
}

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

.fa, .fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.des_trigr .fusion-megamenu-icon i {
  line-height: inherit;
}

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

.des_lft_menu {}

.logo_wrpr {
  position: relative;
  float: left;
  width: 75% !important;
  margin-top: 0px;
  margin-bottom: 20px;
  display: flex;
}

.logo_wrpr > div {
  justify-content: flex-start;
  padding-top: 0px !important;
  padding-right: 0px !important;
  margin-right: 2.56%;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  margin-left: 2.56%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.logo_wrpr span {
  display: inline-block;
  z-index: 1;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  max-width: 100%;
  line-height: 1;
  width: 100%;
  max-width: 200px;
}

.logo_wrpr span img {
  vertical-align: top;
  box-shadow: none!important;
  width: 100% !important;
}



.des_lft_menu {
  align-items: flex-start;
  padding-top: 6em;
  z-index: 1000;
  max-width: 100vw;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: translateX(-100%);
  opacity: 0;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 2em;
  overflow-y: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1) 0s;
  background-color: #000000;
  transform: translateY(-100%);
}

.des_trigr .fusion-megamenu-icon {
  cursor: pointer;
}

.des_trigr {
  cursor: pointer;
}

body.desmnu-open {}

.desmnu-open .des_lft_menu {
  visibility: visible!important;
  opacity: 1!important;
  z-index: 999999999!important;
  transition: all .3s cubic-bezier(.42, .01, .58, 1) 0s;
  transform: translateY(0);
}

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

.des_lft_menu ul ul {
  display: none;
}

.des_lft_menu ul.submenu.level-1 > li {
  text-align: center;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 1.2em;
  margin: 0;
  padding: 0 34px 15px;
  -webkit-font-smoothing: antialiased;
  font-family: "Barlow Condensed";
  font-weight: 600;
  padding-top: 7px;
  padding-bottom: 7px;
  padding: 0;
}

.des_lft_menu ul.submenu.level-1 > li > a {
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
  color: white;
  font-size: 20px;
  padding: 0 34px 15px;
  padding-top: 7px;
  padding-bottom: 7px;
  display: block;
}

.des_lft_menu ul.submenu.level-1 > li > a:hover {
  background-color: #0074BC;
}
header.header {
  position: absolute;
  width: 100%;
  right: 0;
  left: 0;
  top: 0;
  background-color: transparent;
}

.banner-section .dnd-section {
  padding: 0px !important;
}

.descrs_icn {
  position: fixed;
  top: 2em;
  right: 2em;
  width: 1.5em;
  height: 1.5em;
  z-index: 9999999999;
  border: none;
  background-color: transparent;
  cursor: pointer;
  display: none;
  outline: 0;
  font-size: 13.5px;
}

.desmnu-open .descrs_icn {
  display: block;
}

.descrs_icn:before,.descrs_icn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 2px;
  width: 100%;
  margin-top: -1px;
  background-color: #212934;
  transition: background-color calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1);
  background-color: #ffffff;
}

.descrs_icn:before {
  transform: rotate(45deg);
}

.descrs_icn:after {
  transform: rotate(-45deg);
}


.des_lft_menu ul.submenu.level-1>li {
  position: relative;
  width: 100%;
}




.des_lft_menu ul.submenu.level-1>li>a{
  padding-right: 66px;
}




.des_lft_menu ul.submenu.level-1>li {
  position: relative;
  width: 100%;
}


.submenu-toggle {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  display: block;
  background: transparent;
  cursor: pointer;
  z-index: 2;
}

.submenu-toggle:before {
  content: "";
  transform: rotate(90deg);
  background-image: url(https://6476864.fs1.hubspotusercontent-na1.net/hubfs/6476864/raw_assets/public/DigTechsDic22/images/Antu_arrow-right.svg.png);
  background-size: 30px 30px;
  position: absolute !important;
  right: 0.5em;
  bottom: 5px;
  filter: invert(1);
  width: 30px;
  height:30px;
  color: #fff;
  text-align: center;
  top: 10px;
}


.des_lft_menu ul.submenu.level-1>li ul.submenu.level-2 li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
  transition: all calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1);
  position: relative;
}

.des_lft_menu ul.submenu.level-1>li ul.submenu.level-2 li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  transition: color calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1),background-color calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1);
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
  justify-content: start !important;
  color: #ffffff;
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 400;
  letter-spacing: 0px;
  font-style: normal;
}

.des_lft_menu > div {
  max-height: calc(100vh - 100px);
}

.des_lft_menu ul.submenu.level-1>li ul.submenu.level-2 li.has-submenu > a {
  padding-right: 66px;
}

.des_lft_menu ul.submenu.level-1>li ul.submenu.level-2 li > a:hover {
  background-color: #0074BC;
  color: #fff;
}

body.desmnu-open {
  overflow-y: hidden;
}
.hdr3_toggle {
  display: none;
}


@media (max-width: 1024px){
  .hdr3_toggle {
    background-color: #fff;
    border: none!important;
    box-shadow: none!important;
    box-sizing: content-box;
    color: #4a4e57;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-family: Barlow Condensed;
    font-size: 1em;
    font-weight: 400;
    outline: 0;
    padding: 20px 27px;
    width: auto;
    position: absolute;
    top: -106px;
    right: -57px;
  }
  .hdr3_toggle span.inner {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    position: absolute;
    left: 18px;
    top: 10px;
  }


  .header .hdr_3 nav {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
  }
  .hdr-open .hdr3_toggle .collapsed-nav-icon .collapsed-nav-icon-close {
    opacity: 1;
    transform: rotate(1turn);
  }

  .hdr3_toggl .collapsed-nav-icon .collapsed-nav-icon-close {
    left: 2px;

  }

  .header .hdr_3 ul.submenu.level-1 {
    align-items: stretch;
    background: #fff;
    border-radius: 0!important;
    display: block;
    flex-direction: column!important;
    flex-wrap: wrap;
    font-family: Barlow Condensed;
    font-weight: 400;
    justify-content: flex-start;
    left: 0;
    left: -26.9688px;
    list-style: none;
    max-height: 0;
    max-width: 100vw;
    min-height: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    text-transform: uppercase;
    top: 100%;
    transition: all .3s cubic-bezier(.42,.01,.58,1);
    width: calc(100vw - 17px);
    z-index: -1;
  }

  .hdr-open .header .hdr_3 ul.submenu.level-1 {
    max-height: fit-content;
    opacity: 1;
    overflow-y: auto;
    pointer-events: auto;
    z-index: 99999999999999;
  } 
  .collapsed-nav-icon .collapsed-nav-icon-close, .hdr3_toggle .collapsed-nav-icon .collapsed-nav-icon-open {
    left: 2px;
    opacity: 0;
    position: absolute;
    transform: rotate(0);
    transition: all .3s cubic-bezier(.42,.01,.58,1);
    width: 1em;
  }


  .hdr3_toggle .collapsed-nav-icon .collapsed-nav-icon-open {
    left: 0;
    opacity: 1;
    position: absolute;
    transform: rotate(0);
    transition: all .3s cubic-bezier(.42,.01,.58,1);
    width: 1em;
  }

  .hdr-open .header .hdr_3 ul.submenu.level-1 {
    max-height: fit-content;
    opacity: 1;
    overflow-y: auto;
    pointer-events: auto;
    z-index: 99999999999999;
  }
  .hdr-open .hdr3_toggle .collapsed-nav-icon .collapsed-nav-icon-open {
    opacity: 0;
  }
  .header .hdr_3 {
    left: -39.9688px !important;
    width: 100%;
    width: calc(100vw - 17px) !important;
  }
  .hdr_3 ul.submenu.level-1>li>a {
    width: 100%!important;
    border: none!important;
    justify-content: flex-start;
    min-height: calc(65 * 1px);
    width: 100%;
    padding: 0 1.5em!important;
    background: #fff!important;
    color: #4a4e57!important;
    font-family: inherit;
    font-weight: 400;
    align-items: center;
    transition: color calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1),background-color calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1);
    display: flex;
    text-align: right;

  }

  .hdr_3 ul.submenu.level-1>li {
    border-bottom: 1px solid rgba(0,0,0,.1);
  }
  .hdr_3 ul.submenu.level-1>li a:hover {
    color: #65bc7b!important;
    background: #f9f9fb!important;
  }
  
  .hdr_3 ul.submenu.level-2>li {
    border-bottom: 1px solid rgba(0,0,0,.1);
  }
  .hdr_3 ul.submenu.level-2>li:hover a {
    color: #65bc7b!important;
    background: #f9f9fb!important;
  }

}

@media (max-width: 1024px) and (min-width: 768px) {
  .header .hdr_3 ul.submenu.level-1 {
    right: 0 !important;
    left: 0;
    width: 100%;
    max-width: none;
  }

  .header .mxwd>div {
    position: static;
    margin: 0;
  }

  .hdr3_toggle {
    right: 20px;
    top: 30px;
  }

  .header .hdr_3 nav {
    position: static;
  }

  .hdr_1>.inrflx .rwwd {
    position: static;
  }


}

@media(max-width:767px){
  .migration .hs-form {
    margin-bottom: 30px;
  }

  .des_trigr_man {
    display: none;
  }

  header.header {
    padding: 10px 0px 0 30px;
  }

  .header .hdr_3 ul.submenu.level-1 {
    left: -10.9688px;
  }

  .hdr3_toggle {
    background-color:transparent;
    color: #fff;

  }
  .header .hdr_3 ul.submenu.level-1 {
    background: #000000;
  }

  .hdr_3 ul.submenu.level-1>li>a {
    background: #000000 !important;
    color: #ffffff !important;
    min-height: 50px;
    font-family: "Barlow Condensed";
    font-weight: 600;
    font-size: 20px;
    display: block;
    text-align: center;
    padding-top:10px !important;
  }
  .hdr_3 ul.submenu.level-1>li > a:hover {
    background: #f9f9fb!important;
    color: #0074bc !important;
  }
  
    .header .hdr_3 ul.submenu.level-2 {
      background: #000000;
      padding: 0!important;
  }

  .hdr_3 ul.submenu.level-2>li>a {
    background: #000000 !important;
    color: #ffffff !important;
    min-height: 50px;
    font-family: "Barlow Condensed";
    font-weight: 600;
    font-size: 20px;
    display: block;
    text-align: left;
    padding-top: 10px !important;
    padding-left: 1.5em !important;
    align-content: center;
  }
  
  .hdr_3 ul.submenu.level-2>li > a:hover{
    background: #f9f9fb!important;
    color: #0074bc !important;
  }
  
  .header .mxwd {
    margin: 0;
    max-width: 100% !important;
    width: 100% !important;
  }

  .header .mxwd > div.hdr_2 {
    display: none;
  }

  .header .mxwd > div.hdr_1 {
    width: 50% !important;
    margin: 0;
  }

  .header .hdr_1 > .inrflx {
    padding: 0 !important;
    margin: 0 !important;
  }

  .logo_wrpr > div {
    margin-right: 3.84%;
    margin-left: 3.84%;
  }

  .logo_wrpr span img {
    max-width: 100px;
  }

  .header .mxwd > div.hdr_3 {
    width: 100% !important;
    margin: 0 !important;
    position: static;
  }

  .hdr3_toggle {
    right: 3px;
    top: 4px;
  }

  .header .hdr_3 nav {
    position: static;
  }

  .header .hdr_3 ul.submenu.level-1 {
    left: -30px !important;
    width: auto !important;
    max-width: none !important;
    right: 0;
  }

  
  .hdr_3 ul.submenu.level-2 {
    display: none;
    text-align: left;
    width: 100%;
    padding: 0 1.5em !important;
    list-style-type: none;
  }
  
  .hdr_3 .submenu-toggle:before{
    transform: rotate(-90deg);
    right: 2rem;
    background-size: 16px 16px;
    height: 16px;
    width: 16px;
    top:14px;
  }
  
  .hdr_3 ul.submenu.level-1 > li.has-submenu.child-open .submenu-toggle::before{
    transform: rotate(90deg);
  }
}



/* VISUALIZZAZIONE DESKTOP*/

@media(min-width:1025px){
/* MENU DI SECONDO LIVELLO CHE COMPARE A SINISTRA CODICE NUOVO */
  .hdr_3{
    flex-direction: column;
    align-items: flex-end;
  }
  
  .hdr_logo_bcorp{
    display: block!important;
    max-width: 50px;
    margin-top: 20px!important;
  }
  
  .hdr_3 ul.submenu.level-2 {
    position: absolute;
    top: 0;
    z-index: 99999;
    white-space: nowrap;
    right: 200px;
    text-align: left;
  }

  .hdr_3 ul.submenu.level-2 > li {
    position: relative;
    /* right: 250px;
    top: 0; */
    list-style-type: none;
    padding: 0;
    display:none;
  }

  .hdr_3 ul.submenu.level-2 > li > a{
    text-decoration: none;
    transition: color calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1),background-color calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1);
  }

  .hdr_3 ul.submenu.level-1 .menu-item:hover ul.submenu.level-2 > li{
     display: block;
     transition: opacity calc(300* 1ms) cubic-bezier(.42, .01, .58, 1);
  }
  
  .hdr_3 ul.submenu.level-1 > li.has-submenu > a{
    padding-right: 15px;
  }

  .hdr_3 .submenu-toggle{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    top: 6px;
    right: -5px;
  }
  
  
  .hdr_3 .submenu-toggle:before {
    transform: rotate(0);
    background-size: 17px 17px;
    position: absolute !important;
    right: 0;
    bottom: 0;
    filter: invert(1);
    width: 17px;
    height: 17px;
    top: 0;
  }
  
  .hdr_3 .submenu-toggle:before:hover{
    color: #0074bc
  }
  
  
  
}



body.no-banner header.header {
  background-color: #000;
}
footer.footer {
  background-color: #000000;
  position: relative;
  z-index: 10;
}

.footer .ftrbg {
  padding-top: 30px;
  margin-top: 0px;
  padding-right: 40px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  padding-left: 40px;
  position: relative;
}

.footer .ftrbg .flxrw {
  margin: 0 auto;
  position: relative;
  z-index: 6;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  width: 104% !important;
  max-width: 104% !important;
  margin-left: calc(-4% / 2 );
  margin-right: calc(-4% / 2 );
}

.footer .ftr_cl1 {
  width: 33.333333333333% !important;
  margin-top: 0px;
  margin-bottom: 20px;
  display: flex;
}

.footer .ftrbg .flxrw > div {
  position: relative;
  float: left;
}

.footer .ftr_cl2 {
  width: 25% !important;
  margin-top: 0px;
  margin-bottom: 20px;
  display: flex;
}

.footer .ftr_cl3 {
  width: 20% !important;
  margin-top: 0px;
  margin-bottom: 20px;
  display: flex;
}

.footer .ftr_cl4 {
  width: 20% !important;
  margin-top: 0px;
  margin-bottom: 0px;
  display: flex;
}

.footer .ftr_cl5 {
  width: 100% !important;
  margin-top: 0px;
  margin-bottom: 20px;
  display: flex;
}

.footer .ftr_cl5 .mxwd {
  justify-content: flex-start;
  padding-top: 0px !important;
  padding-right: 0px !important;
  margin-right: 1.92%;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  margin-left: 1.92%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.footer .ftr_cl5 .mxwd > div {
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  font-family: "Raleway";
  font-weight: 200;
}

.footer .ftr_cl5 p {
  margin: 0;
  font-size: inherit;
  font-family: "Raleway";
  font-weight: 200;
  font-size: 12px;
}



.footer .ftr_cl5 p a {
  color: #ffffff;
}

.footer .ftr_cl5 p {
  color: #fff;
  margin-top: 1em;
  margin-bottom: 1em;
}

.footer .ftr_cl1 .inr {
  justify-content: flex-start;
  padding-top: 0px !important;
  padding-right: 0px !important;
  margin-right: 5.76%;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  margin-left: 5.76%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.footer-logo {
  text-align: left;
}

.footer-logo span {
  display: inline-block;
  z-index: 1;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  max-width: 100%;
  line-height: 1;
  width: 100%;
  max-width: 200px;
}

.footer-logo span img {
  vertical-align: top;
  box-shadow: none!important;
  width: 100% !important;
}

img {
  border-style: none;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

.ftr_address {
  text-align: left;
  color: #ffffff;
  font-family: "Raleway";
  font-weight: 200;
}

.ftr_address p {
  margin: 0;
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: left;
  color: #ffffff;
  font-family: "Raleway";
  font-weight: 200;
  font-size: inherit;
  line-height: inherit;
  line-height: 1.5;
}

.ftr_address p a {
  color: #ffffff;
}

.ftr_address p strong {
  font-weight: 700;
}

.footer .ftr_cl2 {
}

.footer .ftr_cl2 > div {
  justify-content: flex-start;
  padding-top: 0px !important;
  padding-right: 0px !important;
  margin-right: 7.68%;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  margin-left: 7.68%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.footer .ftr_cl3 > div {
  justify-content: flex-start;
  padding-top: 0px !important;
  padding-right: 0px !important;
  margin-right: 9.6%;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  margin-left: 9.6%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.footer .ftr_cl3 nav {
  width: 100%;
  font-size: 20px;
}

.footer .ftr_cl3 ul.submenu.level-1 {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-block-end: 0;
  min-height: 4em;
  position: relative;
  transition: all calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1);
  list-style: none;
  flex-direction: column;
  font-family: "Barlow Condensed";
  font-weight: 400;
  text-transform: uppercase;
  z-index: 1;
  display: block;
  text-align: right;
}

.footer .ftr_cl3 ul.submenu.level-1 > li {
  display: flex;
  justify-content: center;
  transition: all calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1);
  position: relative;
  background-color: rgba(0,0,0,0);
  border-radius: 0 0 0 0;
  width: 100%;
  margin: 0;
}

.footer .ftr_cl3 ul.submenu.level-1 > li > a {
  z-index: 10;
  width: 100%;
  transition: color calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1),background-color calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1);
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: flex-end;
  font-size: 20px;
}

.footer .ftr_cl4 {
}

.footer .ftr_cl4 > div {
  justify-content: center;
  padding-top: 0px !important;
  padding-right: 0px !important;
  margin-right: 9.6%;
  padding-bottom: 20px !important;
  padding-left: 0px !important;
  margin-left: 9.6%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.footer .ftr_cl4 > div > div {
  text-align: center;
}

.footer .ftr_cl4 > div > div span {
  display: inline-block;
  z-index: 1;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  max-width: 100%;
  line-height: 1;
  /* width: 100%; */
  max-width: 125px;
  margin-bottom: 20px;
}

.footer .ftr_cl4 img {
  vertical-align: top;
  box-shadow: none!important;
  width: 100% !important;
}


.footer .ftr_cl4 > div > div:last-child span {
  margin-bottom: 0;
}

.footer .ftr_cl4 > div > div:nth-child(3) span {
  margin-bottom: 0;
}

.footer .ftr_cl4 > div > div:nth-child(2) span {
  margin-bottom: 30px;
}

.footer .ftr_cl3 ul.submenu.level-1 > li > a.active-item,
.footer .ftr_cl3 ul.submenu.level-1 > li > a:hover {
  color: #0074bc;
}


#toTop {
  color: #333333;
  background-color: #333;
  border-radius: 4px 4px 0 0;
  bottom: 0;
  height: 35px;
  position: fixed;
  text-align: center;
  width: 48px;
  opacity: 0;
  z-index: 100000;
  transition: opacity .4s ease-in-out,background .2s ease-in-out;
  line-height: 1;
  pointer-events: none;
  right: 75px;
  border-radius: 4px 4px 0 0;
}

.to_top a#toTop {
  pointer-events: auto;
  opacity: .9;
  transition: opacity .4s ease-in-out,background .2s ease-in-out;
}

#toTop:hover {
  background-color: #0074bc;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px,1px,1px,1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute!important;
  width: 1px;
  word-wrap: normal!important;
}

#toTop:before {
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
  line-height: 35px;
  content: "\f106";
  -webkit-font-smoothing: antialiased;
  font-family: icomoon;
  font-size: 22px;
  color: #fff;
}
footer .submenu-toggle {
  display: none;
}


@media(min-width:641px){
  .ftr_cl4.mob_ftr_cl4{
    display:none;
  }
}

@media(min-width:1025px){
  .ftr_toggle {
    display: none;
  }
}

@media(max-width:1024px){
  .footer .ftr_cl1 {
    width: 100% !important;
    order: 0;
  }

  .footer .ftr_cl1 .inr {
    margin-right: 1.92%;
    margin-left: 1.92%;
  }

  .footer .ftr_cl5 {
    width: 100% !important;
    order: 0;
  }

  .footer .ftr_cl5 .mxwd {
    margin-right: 1.92%;
    margin-left: 1.92%;
  }

  .footer .ftr_cl4 {
    width: 100% !important;
    order: 0;
  }

  .footer .ftr_cl4>div {
    margin-right: 1.92%;
    margin-left: 1.92%;
  }

  .footer .ftr_cl3 {
    width: 100% !important;
    order: 0;
  }

  .footer .ftr_cl3>div {
    margin-right: 1.92%;
    margin-left: 1.92%;
  }

  .ftr_toggle {
    background-color: #fff;
    color: #4a4e57;
    padding-top: 12px;
    padding-right: 20px;
    padding-bottom: 12px;
    padding-left: 20px;
    box-sizing: content-box;
    font-family: inherit;
    font-size: 1em;
    border: none!important;
    box-shadow: none!important;
    cursor: pointer;
    font-family: "Barlow Condensed";
    font-weight: 400;
    display: block;
    outline: 0;
    width: auto;
  }

  .ftr_toggle span.inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important;
  }

  .ftr_toggle .collapsed-nav-icon {
    position: relative;
    width: 1em;
    height: 1em;
    margin-left: 0;
    margin-right: 0;
  }

  span.collapsed-nav-icon-close.fa-times.fas {}

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

  .fa, .fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }

  .ftr_toggle .collapsed-nav-icon .collapsed-nav-icon-close {
    width: 1em;
    transition: all calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1);
    position: absolute;
    left: 0;
    opacity: 0;
    transform: rotate(0);
    left: 0;
  }

  .ftr_toggle .collapsed-nav-icon .collapsed-nav-icon-open {
    width: 1em;
    transition: all calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1);
    position: absolute;
    left: 0;
    opacity: 0;
    transform: rotate(0);
    opacity: 1;
    left: 0;
  }

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

  .fa-remove:before,
  .fa-close:before, 
  .fa-times:before {
    content: "\f00d";
  }

  .footer .ftr_cl3 ul.submenu.level-1 {
    flex-wrap: wrap;
    align-items: stretch;
    list-style: none;
    justify-content: flex-start;
    border-radius: 0!important;
    background: #fff;
    flex-direction: column!important;
    opacity: 0;
    transition: all calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1);
    display: block;
    max-height: 0;
    min-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1);
    font-family: "Barlow Condensed";
    font-weight: 400;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    max-width: 100vw;
    pointer-events: none;
    left: -39.9688px;
    width: calc(100vw - 17px);
  }

  .footer .ftr_cl3 nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
  }

  .ftr-open .footer .ftr_cl3 ul.submenu.level-1 {
    z-index: 99999999999999;
    pointer-events: auto;
    max-height: 300px;
    overflow-y: auto;
    opacity: 1;
  }

  .footer .ftr_cl3 ul.submenu.level-1>li {
    display: flex;
    justify-content: center;
    transition: all calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1);
    border-bottom: 1px solid rgba(0,0,0,.1);
  }

  .footer .ftr_cl3 ul.submenu.level-1>li > a {
    padding: 0 1.5em;
    background: #fff;
    min-height: calc(65 * 1px);
    color: #212934;
    justify-content: flex-start;
    font-family: inherit;
    font-weight: 400;
  }

  .footer .ftr_cl3 ul.submenu.level-1>li:hover > a {
    background-color: rgba(0,0,0,0);
    background-color: #f9f9fb;
    color: #65bc7b;
  }

  .footer .ftr_cl3 ul.submenu.level-1>li>a.active-item {
    color: #65bc7b;
    background: #f9f9fb;
  }
  .ftr-open .ftr_toggle .collapsed-nav-icon .collapsed-nav-icon-open {
    opacity: 0;
  }

  .ftr-open .ftr_toggle .collapsed-nav-icon .collapsed-nav-icon-close {
    opacity: 1;
    transform: rotate(360deg);
  }

  .ftr_toggle .collapsed-nav-icon {
    position: relative;
    left: 1px;
  }

  .ftr_toggle .collapsed-nav-icon .collapsed-nav-icon-close {
    left: 2px;
  }
}

@media(max-width:800px){
  #toTop {
    display: none;
  }
}

@media(max-width:640px){
  .ftr_cl4.des_ftr_cl4{
    display:none;
  }

  .footer .ftr_cl2 {
    display: none;
  }

  .footer .ftr_cl3 {
    display: none;
  }

  .footer .ftr_cl4 {
    margin-bottom: 20px;
  }

  .footer .ftr_cl4>div {
    padding-bottom: 0px !important;
  }
  .footer .ftr_cl4 img {
    max-width: 100%;
    width: 100% !important;
  }


  .footer .ftr_cl4>div>div span {
    overflow: visible;
    max-width: 100%;
  }

}


@media(min-width:1025px){
/* MENU DI SECONDO LIVELLO CHE COMPARE A SINISTRA CODICE NUOVO */
  
  .ftr_cl3 ul.submenu.level-2 {
    position: absolute;
    top: 0;
    z-index: 99999;
    white-space: nowrap;
    right: 230px;
    text-align: right;
  }

  .ftr_cl3 ul.submenu.level-2 > li {
    position: relative;
    /* right: 250px;
    top: 0; */
    list-style-type: none;
    padding: 0;
    display:none;
  }

  .ftr_cl3 ul.submenu.level-2 > li > a{
    text-decoration: none;
    transition: color calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1),background-color calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1);
    color: #fff;
  }
  
  .ftr_cl3 ul.submenu.level-2 > li > a:hover{
    color: #0074bc;
  }

  .ftr_cl3 ul.submenu.level-1 .menu-item:hover ul.submenu.level-2 > li{
     display: block;
     transition: opacity calc(300* 1ms) cubic-bezier(.42, .01, .58, 1);
  }
  
  .ftr_cl3 ul.submenu.level-1 > li.has-submenu > a{
    /* padding-right: 15px; */
  }

  .ftr_cl3 .submenu-toggle{
    position: absolute;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    top: 6px;
    right: -5px;
    display: none;
  }
  
  
  .ftr_cl3 .submenu-toggle:before {
    transform: rotate(0);
    background-size: 17px 17px;
    position: absolute !important;
    right: 0;
    bottom: 0;
    filter: invert(1);
    width: 17px;
    height: 17px;
    top: 0;
  }
  
  .ftr_cl3 .submenu-toggle:before:hover{
    color: #0074bc }
}
/* Menu and simple menu */

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

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}