.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
@media only screen and (max-width: 763px) { 
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(0,56,121,0.77);background-image:url("https://images.assets-landingi.com/bacbVSfS/E-book_Ind%C3%BAstria_4.0.jpg");background-position:top left;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;z-index:;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:"open sans";height:890px;width:960px;overflow:visible;position:relative;display:block; }#PST7xCDNplWI2nxXZKqJhVcvTmShtTnd { display:block;width:738px;position:absolute;font-family:"open sans";font-size:58px;font-weight:300;z-index:100001;line-height:1.2;letter-spacing:0;top:43px;left:2.5px;height:69px;color:#000000;font-style:normal;display:block; }
#OP5SJhhmiFg3rQdteAqWDmc3whbflHIi { display:block;width:739px;position:absolute;font-family:"open sans";font-size:30px;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:121px;left:2px;height:39px;color:#000000;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EQ9Qao3PrHTBkSByT1c4PwRTe6yqTNAm { border-bottom:0;border-left:0;border-right:0;border-top:0;height:106px;width:171px;position:absolute;display:block;z-index:100006;top:24.652778625488px;left:742px;overflow:hidden;display:block; }
#iXkTBMzESdTZhzV9DJqSrX9iCTV1m5zK { position:absolute;display:block;z-index:100007;background-color:#ffc200;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:684px;width:359px;top:176.00001525879px;left:-0.5px;display:block; }
#sA5aS9efCmqLrsoJ2tyqNRV5avvrAULI { position:absolute;display:block;z-index:100008;height:140px;width:317px;top:187.99999237061px;left:20px;display:block; }
#dUxAXz5UTTC2nUp3CuSixzH69NWROBPs { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#dUxAXz5UTTC2nUp3CuSixzH69NWROBPs > .row .container { background-color: transparent; background-image: none; }#dUxAXz5UTTC2nUp3CuSixzH69NWROBPs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dUxAXz5UTTC2nUp3CuSixzH69NWROBPs > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dUxAXz5UTTC2nUp3CuSixzH69NWROBPs > .row .container > .video-iframe-container { display: none; }#dUxAXz5UTTC2nUp3CuSixzH69NWROBPs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dUxAXz5UTTC2nUp3CuSixzH69NWROBPs > .row > .video-iframe-container { display: none; }#dUxAXz5UTTC2nUp3CuSixzH69NWROBPs > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dUxAXz5UTTC2nUp3CuSixzH69NWROBPs > .row .container { border-width: 0; border-radius: 0; }#dUxAXz5UTTC2nUp3CuSixzH69NWROBPs > .row .container { font-size:14px;font-family:"open sans";height:140px;width:960px;position:relative;display:block; }#l1s5w0lZKn5REC5ymdeHBlVhaAFqUTpJ { display:block;width:960px;position:absolute;font-family:"open sans";font-size:32px;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:48px;left:0px;height:41px;text-align:center;text-align-last:center;color:#034c9a;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qIax6cKPp1GaeZvkev8tc7xUVabMrCQO { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f9ff;background-image:none;position:relative;display:block; }#qIax6cKPp1GaeZvkev8tc7xUVabMrCQO > .row .container { background-color: transparent; background-image: none; }#qIax6cKPp1GaeZvkev8tc7xUVabMrCQO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qIax6cKPp1GaeZvkev8tc7xUVabMrCQO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qIax6cKPp1GaeZvkev8tc7xUVabMrCQO > .row .container > .video-iframe-container { display: none; }#qIax6cKPp1GaeZvkev8tc7xUVabMrCQO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qIax6cKPp1GaeZvkev8tc7xUVabMrCQO > .row > .video-iframe-container { display: none; }#qIax6cKPp1GaeZvkev8tc7xUVabMrCQO > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qIax6cKPp1GaeZvkev8tc7xUVabMrCQO > .row .container { border-width: 0; border-radius: 0; }#qIax6cKPp1GaeZvkev8tc7xUVabMrCQO > .row .container { font-size:14px;font-family:"open sans";height:358px;width:960px;position:relative;display:block; }#WLFtlRbRBecZoQWeRrmTHb88sgqIgqDz { display:block;width:272px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:165.20832824707px;left:14px;height:115px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Uvg1wrA5AtiKneiTCpH209nuHFKPNtrR { border-bottom:1px solid #e6ebf1;border-left:1px solid #e6ebf1;border-right:1px solid #e6ebf1;border-top:1px solid #e6ebf1;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:84px;width:84px;position:absolute;display:block;z-index:100000;top:18.000030517578px;left:107px;display:block; }
#KgCf9fOItKzOGZ5Ob6VM4sZfQDN7Sodb { box-sizing:content-box;color:#034c9a;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:36.000030517578px;left:125px;display:block; }
#XvDbsdTdx8hWou5H2pFGpsflycdtAHHB { display:block;width:308px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:118.06945800781px;left:0px;height:23px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DbeNKS6Wb0U6UNsde2B36fkw84wImbG9 { display:block;width:284px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:165.20832824707px;left:338px;height:138px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fqlztbvi2b5EDN2Fik7Xr9wsKOsTIJWz { border-bottom:1px solid #e6ebf1;border-left:1px solid #e6ebf1;border-right:1px solid #e6ebf1;border-top:1px solid #e6ebf1;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:84px;width:84px;position:absolute;display:block;z-index:100003;top:18.000030517578px;left:437px;display:block; }
#BOUtidP7T2M0c3GMWiFIZmspIPDKGENL { box-sizing:content-box;color:#034c9a;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:36.000030517578px;left:455px;display:block; }
#f05Dcfy5sWzg4wo9KPXNx6dm27G3crxw { display:block;width:309px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:118.02780151367px;left:325.5px;height:23px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y8KWG7g0oDDJhOQRObkyEROlZmQMoxmz { display:block;width:261px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:118.02780151367px;left:669.5px;height:23px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EOegsgpar6KexqUs1KFsk8Gwd4TKB08G { border-bottom:1px solid #e6ebf1;border-left:1px solid #e6ebf1;border-right:1px solid #e6ebf1;border-top:1px solid #e6ebf1;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:84px;width:84px;position:absolute;display:block;z-index:100006;top:18.000030517578px;left:757px;display:block; }
#azkvvxRNAcKBldEnbIxbTUu59Tsx3dnf { box-sizing:content-box;color:#034c9a;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:35.500030517578px;left:775px;display:block; }
#eyt9DtgDJiyqKJ3rNzQZqJF2ZPswe07m { display:block;width:274px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:166px;left:662.5px;height:92px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g4nkXtBDWkbOLRTCsE2NkQQ6Te1iuN4U { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#g4nkXtBDWkbOLRTCsE2NkQQ6Te1iuN4U > .row .container { background-color: transparent; background-image: none; }#g4nkXtBDWkbOLRTCsE2NkQQ6Te1iuN4U::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g4nkXtBDWkbOLRTCsE2NkQQ6Te1iuN4U > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g4nkXtBDWkbOLRTCsE2NkQQ6Te1iuN4U > .row .container > .video-iframe-container { display: none; }#g4nkXtBDWkbOLRTCsE2NkQQ6Te1iuN4U > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g4nkXtBDWkbOLRTCsE2NkQQ6Te1iuN4U > .row > .video-iframe-container { display: none; }#g4nkXtBDWkbOLRTCsE2NkQQ6Te1iuN4U > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g4nkXtBDWkbOLRTCsE2NkQQ6Te1iuN4U > .row .container { border-width: 0; border-radius: 0; }#g4nkXtBDWkbOLRTCsE2NkQQ6Te1iuN4U > .row .container { font-size:14px;font-family:"open sans";height:204px;width:960px;position:relative;display:block; }#v4rweT6EKb8Q0k7hXGa9unmNGOV94SXg { border-bottom:0;border-left:0;border-right:0;border-top:0;height:55px;width:48px;position:absolute;display:block;z-index:100001;top:122px;left:456px;overflow:hidden;display:block; }
#i09V5oa4yyVECDimbp77XGsyWwTfzwEz { background-color:#034c9a;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 0 0 20px rgba(0,0,0,0.15) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:260px;height:60px;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:49.000038146973px;left:350px;display:block; }
#uOz00oqfMpemZNC0sNVihTPe4r5CozaH { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#m59HRgKpqceGaLQbsyEUvlxWruF95T34 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f9ff;background-image:none;position:relative;display:block; }#m59HRgKpqceGaLQbsyEUvlxWruF95T34 > .row .container { background-color: transparent; background-image: none; }#m59HRgKpqceGaLQbsyEUvlxWruF95T34::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#m59HRgKpqceGaLQbsyEUvlxWruF95T34 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#m59HRgKpqceGaLQbsyEUvlxWruF95T34 > .row .container > .video-iframe-container { display: none; }#m59HRgKpqceGaLQbsyEUvlxWruF95T34 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#m59HRgKpqceGaLQbsyEUvlxWruF95T34 > .row > .video-iframe-container { display: none; }#m59HRgKpqceGaLQbsyEUvlxWruF95T34 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#m59HRgKpqceGaLQbsyEUvlxWruF95T34 > .row .container { border-width: 0; border-radius: 0; }#m59HRgKpqceGaLQbsyEUvlxWruF95T34 > .row .container { font-size:14px;font-family:"open sans";height:301px;width:960px;position:relative;display:block; }#RSrPJPcSr3GLqUJgPyuDfC21N2RJbGK2 { border-bottom:1px solid #e6ebf1;border-left:1px solid #e6ebf1;border-right:1px solid #e6ebf1;border-top:1px solid #e6ebf1;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:221px;width:708px;position:absolute;display:block;z-index:100000;top:57px;left:128px;display:block; }
#p7DurPWD4xIdXVxl6PwOSkGk7oxmlLny { display:block;width:390px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:100003;line-height:1.5;letter-spacing:0;top:225px;left:141px;height:48px;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#n57iUp48NbJJAtZd3pbnEOlBAOWFT7m0 { display:block;width:640px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:100002;line-height:1.6;letter-spacing:0;top:103px;left:183px;height:112px;text-align:justify;text-align-last:initial;font-style:italic;display:block; }
#XnUOM6R9FpP1sRWBa6wIhstlRbCP5HHV { border-bottom:1px solid #e6ebf1;border-left:1px solid #e6ebf1;border-right:1px solid #e6ebf1;border-top:1px solid #e6ebf1;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/3ub539If/F%C3%A1bio.jpg");background-position:top left;background-repeat:repeat;background-attachment:scroll;background-size:cover;height:105.020834px;width:105.020834px;position:absolute;display:block;z-index:100001;top:12px;left:86px;display:block; }
#pZdzFuAHhHPXafuVcylKMzPU9qFemzGK { box-sizing:content-box;color:#034c9a;font-size:29px;font-weight:400;line-height:1;height:43px;width:42px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:36px;left:811px;display:block; }
#FraslhsK71sw71aupsWAaCZTcuocgvUl { border-bottom:1px solid #e6ebf1;border-left:0;border-right:0;border-top:1px solid #e6ebf1;background-color:#ffffff;background-image:none;position:relative;display:block; }#FraslhsK71sw71aupsWAaCZTcuocgvUl > .row .container { background-color: transparent; background-image: none; }#FraslhsK71sw71aupsWAaCZTcuocgvUl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FraslhsK71sw71aupsWAaCZTcuocgvUl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FraslhsK71sw71aupsWAaCZTcuocgvUl > .row .container > .video-iframe-container { display: none; }#FraslhsK71sw71aupsWAaCZTcuocgvUl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FraslhsK71sw71aupsWAaCZTcuocgvUl > .row > .video-iframe-container { display: none; }#FraslhsK71sw71aupsWAaCZTcuocgvUl > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FraslhsK71sw71aupsWAaCZTcuocgvUl > .row .container { border-width: 0; border-radius: 0; }#FraslhsK71sw71aupsWAaCZTcuocgvUl > .row .container { font-size:14px;font-family:"open sans";height:219px;width:960px;position:relative;display:block; }#OHnhWZlx63UDxDsiiD8JMta0sPpMQtQg { display:block;width:508px;position:absolute;font-family:"open sans";font-size:36px;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:63px;left:54px;height:92px;color:#034c9a;font-style:normal;display:block; }
#rfV8seBeACRkmNZg8Uogq3FWbNeCz061 { background-color:#034c9a;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 0 0 20px rgba(0,0,0,0.15) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:24px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:271px;height:60px;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:79.5px;left:647px;display:block; }
#fpKxdAv2Tsbbu3qOqwwZ7gvLbToWLzSr { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:800px;width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PST7xCDNplWI2nxXZKqJhVcvTmShtTnd { width:764px;height:138px;top:81px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #OP5SJhhmiFg3rQdteAqWDmc3whbflHIi { width:619px;height:41px;top:234px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #EQ9Qao3PrHTBkSByT1c4PwRTe6yqTNAm { width:171px;height:106px;top:24px;left:593px;display:block; }
 }@media only screen and (max-width: 763px) { #iXkTBMzESdTZhzV9DJqSrX9iCTV1m5zK { width:359px;height:684px;top:176px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #sA5aS9efCmqLrsoJ2tyqNRV5avvrAULI { width:317px;height:140px;top:187px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #dUxAXz5UTTC2nUp3CuSixzH69NWROBPs { display:block; }#dUxAXz5UTTC2nUp3CuSixzH69NWROBPs > .row .container { width:764px;height:170px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l1s5w0lZKn5REC5ymdeHBlVhaAFqUTpJ { width:764px;height:41px;top:48px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qIax6cKPp1GaeZvkev8tc7xUVabMrCQO { display:block; }#qIax6cKPp1GaeZvkev8tc7xUVabMrCQO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WLFtlRbRBecZoQWeRrmTHb88sgqIgqDz { width:235px;height:69px;top:118px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #Uvg1wrA5AtiKneiTCpH209nuHFKPNtrR { width:84px;height:84px;top:13px;left:86px;display:block; }
 }@media only screen and (max-width: 763px) { #KgCf9fOItKzOGZ5Ob6VM4sZfQDN7Sodb { width:50px;height:50px;top:31px;left:103px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #XvDbsdTdx8hWou5H2pFGpsflycdtAHHB { width:235px;height:69px;top:118px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #DbeNKS6Wb0U6UNsde2B36fkw84wImbG9 { width:235px;height:69px;top:118px;left:264.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #Fqlztbvi2b5EDN2Fik7Xr9wsKOsTIJWz { width:84px;height:84px;top:13px;left:338.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #BOUtidP7T2M0c3GMWiFIZmspIPDKGENL { width:50px;height:50px;top:31px;left:356.66666666667px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #f05Dcfy5sWzg4wo9KPXNx6dm27G3crxw { width:235px;height:69px;top:118px;left:264.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #y8KWG7g0oDDJhOQRObkyEROlZmQMoxmz { width:235px;height:23px;top:118px;left:528.33333333333px;display:block; }
 }@media only screen and (max-width: 763px) { #EOegsgpar6KexqUs1KFsk8Gwd4TKB08G { width:84px;height:84px;top:0px;left:593.33333333333px;display:block; }
 }@media only screen and (max-width: 763px) { #azkvvxRNAcKBldEnbIxbTUu59Tsx3dnf { width:50px;height:50px;top:18px;left:611.33333333333px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #eyt9DtgDJiyqKJ3rNzQZqJF2ZPswe07m { width:235px;height:69px;top:118px;left:519.33333333333px;display:block; }
 }@media only screen and (max-width: 763px) { #g4nkXtBDWkbOLRTCsE2NkQQ6Te1iuN4U { display:block; }#g4nkXtBDWkbOLRTCsE2NkQQ6Te1iuN4U > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v4rweT6EKb8Q0k7hXGa9unmNGOV94SXg { width:48px;height:69px;top:122px;left:358px;display:block; }
 }@media only screen and (max-width: 763px) { #i09V5oa4yyVECDimbp77XGsyWwTfzwEz { width:260px;height:60px;top:29px;left:252px;display:block; }
 }@media only screen and (max-width: 763px) { #uOz00oqfMpemZNC0sNVihTPe4r5CozaH { display:block; }
 }@media only screen and (max-width: 763px) { #m59HRgKpqceGaLQbsyEUvlxWruF95T34 { display:block; }#m59HRgKpqceGaLQbsyEUvlxWruF95T34 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RSrPJPcSr3GLqUJgPyuDfC21N2RJbGK2 { width:350px;height:240px;top:20px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #p7DurPWD4xIdXVxl6PwOSkGk7oxmlLny { width:292px;height:48px;top:192px;left:40px;display:block; }
 }@media only screen and (max-width: 763px) { #n57iUp48NbJJAtZd3pbnEOlBAOWFT7m0 { width:289px;height:100px;top:43px;left:40px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #XnUOM6R9FpP1sRWBa6wIhstlRbCP5HHV { width:84px;height:84px;top:13px;left:86px;display:block; }
 }@media only screen and (max-width: 763px) { #pZdzFuAHhHPXafuVcylKMzPU9qFemzGK { width:42px;height:43px;top:36px;left:713px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #FraslhsK71sw71aupsWAaCZTcuocgvUl { display:block; }#FraslhsK71sw71aupsWAaCZTcuocgvUl > .row .container { width:764px;height:314px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OHnhWZlx63UDxDsiiD8JMta0sPpMQtQg { width:764px;height:46px;top:61px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rfV8seBeACRkmNZg8Uogq3FWbNeCz061 { width:260px;height:60px;top:187px;left:252px;display:block; }
 }@media only screen and (max-width: 763px) { #fpKxdAv2Tsbbu3qOqwwZ7gvLbToWLzSr { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#f4f9ff;background-image:url("https://images.assets-landingi.com/bacbVSfS/E-book_Ind%C3%BAstria_4.0.jpg");background-position:top left;background-repeat:repeat;background-attachment:fixed;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:977px;width:320px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PST7xCDNplWI2nxXZKqJhVcvTmShtTnd { width:300px;height:45.3333px;top:139px;left:10px;text-align:center;text-align-last:center;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #OP5SJhhmiFg3rQdteAqWDmc3whbflHIi { width:300px;height:58.6667px;top:198px;left:10px;text-align:center;text-align-last:center;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #EQ9Qao3PrHTBkSByT1c4PwRTe6yqTNAm { width:161px;height:98px;top:27px;left:79.5px;display:block; }
 }@media only screen and (max-width: 763px) { #iXkTBMzESdTZhzV9DJqSrX9iCTV1m5zK { width:320px;height:663px;top:292px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #sA5aS9efCmqLrsoJ2tyqNRV5avvrAULI { width:273px;height:140px;top:305.99999666214px;left:23.500000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #dUxAXz5UTTC2nUp3CuSixzH69NWROBPs { background-color:#f4f9ff;background-image:none;display:block; }#dUxAXz5UTTC2nUp3CuSixzH69NWROBPs > .row .container { background-color: transparent; background-image: none; }#dUxAXz5UTTC2nUp3CuSixzH69NWROBPs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dUxAXz5UTTC2nUp3CuSixzH69NWROBPs > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dUxAXz5UTTC2nUp3CuSixzH69NWROBPs > .row .container > .video-iframe-container { display: none; }#dUxAXz5UTTC2nUp3CuSixzH69NWROBPs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dUxAXz5UTTC2nUp3CuSixzH69NWROBPs > .row > .video-iframe-container { display: none; }#dUxAXz5UTTC2nUp3CuSixzH69NWROBPs > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dUxAXz5UTTC2nUp3CuSixzH69NWROBPs > .row .container { width:320px;height:115px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l1s5w0lZKn5REC5ymdeHBlVhaAFqUTpJ { width:300px;height:62.2222px;top:26.892349243164px;left:10.000000953674px;text-align:center;text-align-last:center;font-size:24px;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qIax6cKPp1GaeZvkev8tc7xUVabMrCQO { display:block; }#qIax6cKPp1GaeZvkev8tc7xUVabMrCQO > .row .container { width:320px;height:845px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WLFtlRbRBecZoQWeRrmTHb88sgqIgqDz { width:300px;height:115.556px;top:124px;left:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uvg1wrA5AtiKneiTCpH209nuHFKPNtrR { width:84px;height:84px;top:0px;left:117px;display:block; }
 }@media only screen and (max-width: 763px) { #KgCf9fOItKzOGZ5Ob6VM4sZfQDN7Sodb { width:50px;height:50px;top:18px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #XvDbsdTdx8hWou5H2pFGpsflycdtAHHB { width:308px;height:20.4444px;top:708px;left:6px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #DbeNKS6Wb0U6UNsde2B36fkw84wImbG9 { width:300px;height:161.778px;top:415px;left:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fqlztbvi2b5EDN2Fik7Xr9wsKOsTIJWz { width:84px;height:84px;top:281px;left:118px;display:block; }
 }@media only screen and (max-width: 763px) { #BOUtidP7T2M0c3GMWiFIZmspIPDKGENL { width:50px;height:50px;top:299px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #f05Dcfy5sWzg4wo9KPXNx6dm27G3crxw { width:309px;height:20.4444px;top:377px;left:5.5px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #y8KWG7g0oDDJhOQRObkyEROlZmQMoxmz { width:300px;height:21.3333px;top:98px;left:10px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #EOegsgpar6KexqUs1KFsk8Gwd4TKB08G { width:84px;height:84px;top:608px;left:113px;display:block; }
 }@media only screen and (max-width: 763px) { #azkvvxRNAcKBldEnbIxbTUu59Tsx3dnf { width:50px;height:50px;top:626px;left:131px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #eyt9DtgDJiyqKJ3rNzQZqJF2ZPswe07m { width:300px;height:81.7778px;top:741px;left:10px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #g4nkXtBDWkbOLRTCsE2NkQQ6Te1iuN4U { display:block; }#g4nkXtBDWkbOLRTCsE2NkQQ6Te1iuN4U > .row .container { width:320px;height:140px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v4rweT6EKb8Q0k7hXGa9unmNGOV94SXg { width:48px;height:52px;top:88px;left:136px;display:block; }
 }@media only screen and (max-width: 763px) { #i09V5oa4yyVECDimbp77XGsyWwTfzwEz { width:260px;height:60px;top:9px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #uOz00oqfMpemZNC0sNVihTPe4r5CozaH { display:block; }
 }@media only screen and (max-width: 763px) { #m59HRgKpqceGaLQbsyEUvlxWruF95T34 { display:block; }#m59HRgKpqceGaLQbsyEUvlxWruF95T34 > .row .container { width:320px;height:455px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RSrPJPcSr3GLqUJgPyuDfC21N2RJbGK2 { width:319px;height:339px;top:21px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #p7DurPWD4xIdXVxl6PwOSkGk7oxmlLny { width:280px;height:48px;top:266px;left:20px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n57iUp48NbJJAtZd3pbnEOlBAOWFT7m0 { width:288px;height:199.111px;top:42px;left:15.98611164093px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #XnUOM6R9FpP1sRWBa6wIhstlRbCP5HHV { width:105.020834px;height:105.020834px;top:331px;left:106px;display:block; }
 }@media only screen and (max-width: 763px) { #pZdzFuAHhHPXafuVcylKMzPU9qFemzGK { width:42px;height:42px;top:0px;left:0px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #FraslhsK71sw71aupsWAaCZTcuocgvUl { display:block; }#FraslhsK71sw71aupsWAaCZTcuocgvUl > .row .container { width:320px;height:396px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OHnhWZlx63UDxDsiiD8JMta0sPpMQtQg { width:320px;height:138.667px;top:58px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rfV8seBeACRkmNZg8Uogq3FWbNeCz061 { width:260px;height:60px;top:266px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #fpKxdAv2Tsbbu3qOqwwZ7gvLbToWLzSr { display:block; }
 }