.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-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/fKG1lc9Z/sfondo1.jpg");background-position:top center;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;position:relative;display:block; }
#sLZHVIyQvXE4fohvwoiUwWyAmGRHTwte::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sLZHVIyQvXE4fohvwoiUwWyAmGRHTwte > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sLZHVIyQvXE4fohvwoiUwWyAmGRHTwte > .row > .video-iframe-container { display: none; }#sLZHVIyQvXE4fohvwoiUwWyAmGRHTwte > .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); }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8 { background-color:transparent;background-image: -webkit-linear-gradient(282deg, #0072ff, #0033d8);background-image: -moz-linear-gradient(282deg, #0072ff, #0033d8);background-image: -ms-linear-gradient(282deg, #0072ff, #0033d8);background-image: -o-linear-gradient(282deg, #0072ff, #0033d8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0072ff', endColorstr='#0033d8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0072ff', endColorstr='#0033d8' );";background-image: linear-gradient(282deg, #0072ff, #0033d8);background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8 > .row .container { background-color: transparent; background-image: none; }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8 > .row .container > .video-iframe-container { display: none; }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8 > .row > .video-iframe-container { display: none; }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8 > .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); }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8 > .row .container { border-width: 0; border-radius: 0; }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8 > .row .container { width:1200px;height:656px;font-size:14px;font-family:arial;position:relative;display:block; }#T1peVS9VyhLcJwENHdBC9TXQbbAODBpL { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.9915px;width:213.991px;top:72.982948303223px;left:482.42895507812px;overflow:hidden;display:block; }
#JK2oNlsEQfDvTLW51wvqi1oKt6Z4foF1 { color:#ffffff;display:block;width:721.989px;position:absolute;font-family:gilroy;font-size:31px;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:154px;left:229px;height:;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;text-align:center;text-align-last:center;display:block; }
#WSlkXi0fASOowmwKgKLPRWbNcE5gktvT { color:#ffffff;display:block;width:488.991px;position:absolute;font-family:lato;font-size:18px;font-weight:300;z-index:100002;line-height:1.4;letter-spacing:0;top:204px;left:345px;height:49.0909px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g3cPcNpP7Juy8I2povtGMIaFXySxrnZP { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 2px 1px 15px rgba(0,0,0,0.13) ;height:96px;width:155px;top:398px;left:188px;overflow:hidden;display:block; }
#PLT2PuWwvtdf8fkVeT3vZFn4O10f2wwE { box-sizing:content-box;color:#ffde00;font-size:46px;font-weight:400;line-height:1;height:65.9943px;width:66.9886px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:302px;left:236px;display:block; }
#bVyNPwHA8OLNeWBwPRDNp1IfLyBCVSVT { box-sizing:content-box;color:#ffde00;font-size:46px;font-weight:400;line-height:1;height:65.9801px;width:66.9744px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:302px;left:455px;display:block; }
#wp0rs3mogpKxAa0DblG8eT9ZgFg4oSHp { box-sizing:content-box;color:#ffde00;font-size:46px;font-weight:400;line-height:1;height:65.9659px;width:66.9602px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:302px;left:667px;display:block; }
#lf4lm3ShE99zRe7xkG0TeT49OovJkmmn { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: 2px 1px 15px rgba(0,0,0,0.13) ;height:97px;width:155px;top:398px;left:407px;overflow:hidden;display:block; }
#pduSCll1pLQwgU9bumtoLB2UTJTpyxzM { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;height:96px;width:153px;top:398px;left:619px;overflow:hidden;display:block; }
#GNoCwJQttvfc4UOqg1ehg0k0Gnr5WkGp { position:absolute;display:block;z-index:99999;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2px;width:657px;top:334px;left:256px;display:block; }
#g8Ic6nJ7TvMdWt4vk9N6Qvk7wNKcmOVl { color:#000000;display:block;width:52.9972px;position:absolute;font-family:arial;font-size:20px;font-weight:400;z-index:100003;line-height:1.4;letter-spacing:0;top:321px;left:242px;height:27.2727px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XuKtiDVuH0bopzuw65iKV6n49f3Gc3eG { color:#000000;display:block;width:52.9972px;position:absolute;font-family:arial;font-size:20px;font-weight:400;z-index:100005;line-height:1.4;letter-spacing:0;top:321px;left:462px;height:27.2727px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LO7ZSr9Z0QrPmsBaRWLpZdVpNwRfUuZ7 { color:#000000;display:block;width:52.9972px;position:absolute;font-family:arial;font-size:20px;font-weight:400;z-index:100006;line-height:1.4;letter-spacing:0;top:321px;left:674px;height:27.2727px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c2H4cdGPTxpafW6NUtsITvn9fwgnulEA { color:#ffffff;display:block;width:240.994px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:100003;line-height:1.4;letter-spacing:0;top:518px;left:144px;height:21.8182px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cfqgaICWWiTtpTdWTsw9aH2bZdZVU7D4 { color:#ffffff;display:block;width:240.994px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:100005;line-height:1.4;letter-spacing:0;top:516px;left:364px;height:21.8182px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zzlp3dPOthrbUVUlgfsONeK6AN0dT6uG { color:#ffffff;display:block;width:240.994px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:100007;line-height:1.4;letter-spacing:0;top:516px;left:576px;height:21.8182px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uLpVOKaOWgq9MignHcMcDTJMHycqrJvt { color:#ffffff;display:block;width:240.994px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:100010;line-height:1.4;letter-spacing:0;top:517px;left:794px;height:21.8182px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ndnA8GhUGixv0Rcq9qa3quV9dw7Ty1XB { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;height:96px;width:153px;top:398px;left:837px;overflow:hidden;display:block; }
#DlU6wnk5I4ZXl6m0PSGsNsXyazb899er { color:#000000;display:block;width:52.9972px;position:absolute;font-family:arial;font-size:20px;font-weight:400;z-index:100008;line-height:1.4;letter-spacing:0;top:321px;left:888px;height:27.2727px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fao1GT1doxmBOUTPkbsIfu1z3r9uPyIi { box-sizing:content-box;color:#ffffff;font-size:46px;font-weight:400;line-height:1;height:65.9659px;width:66.9602px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:302px;left:881px;display:block; }
#Mfn1bGJyF17SD9Etgie04UaKS0551SWi { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34px;width:308px;display:none; }
#IVExDX97ImrQARxTeBOd5TTeksxq9uoh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/aJpivOan/Back.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;position:relative;display:block; }#IVExDX97ImrQARxTeBOd5TTeksxq9uoh > .row .container { background-color: transparent; background-image: none; }#IVExDX97ImrQARxTeBOd5TTeksxq9uoh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.67); }#IVExDX97ImrQARxTeBOd5TTeksxq9uoh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IVExDX97ImrQARxTeBOd5TTeksxq9uoh > .row .container > .video-iframe-container { display: none; }#IVExDX97ImrQARxTeBOd5TTeksxq9uoh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.67); }#IVExDX97ImrQARxTeBOd5TTeksxq9uoh > .row > .video-iframe-container { display: none; }#IVExDX97ImrQARxTeBOd5TTeksxq9uoh > .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); }#IVExDX97ImrQARxTeBOd5TTeksxq9uoh > .row .container { border-width: 0; border-radius: 0; }#IVExDX97ImrQARxTeBOd5TTeksxq9uoh > .row .container { font-size:14px;font-family:arial;height:403px;width:1200px;position:relative;display:block; }#n9ufRcJsp5URHdt7GSNeRVod8ISOzBKb { color:#000000;display:block;width:488.963px;position:absolute;font-family:lato;font-size:18px;font-weight:300;z-index:100003;line-height:1.4;letter-spacing:0;top:247.99717712402px;left:355.48297119141px;height:24.5455px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ifBJ9DVLrLUT0Jo4lXbkobqamy3RwfKS { color:#2b2b2b;display:block;width:721.989px;position:absolute;font-family:gilroy;font-size:29px;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:202px;left:239px;height:37.2727px;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;text-align:center;text-align-last:center;display:block; }
#h9fS7u6Ef6KLVqefNLXccIG7FR3Cw2Hv { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:80px;width:80px;top:100px;left:560px;overflow:hidden;display:block; }
#f8u2mAMSIEaS0rwxAIRQMBaADWAq5bEX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#f8u2mAMSIEaS0rwxAIRQMBaADWAq5bEX > .row .container { background-color: transparent; background-image: none; }#f8u2mAMSIEaS0rwxAIRQMBaADWAq5bEX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#f8u2mAMSIEaS0rwxAIRQMBaADWAq5bEX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#f8u2mAMSIEaS0rwxAIRQMBaADWAq5bEX > .row .container > .video-iframe-container { display: none; }#f8u2mAMSIEaS0rwxAIRQMBaADWAq5bEX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#f8u2mAMSIEaS0rwxAIRQMBaADWAq5bEX > .row > .video-iframe-container { display: none; }#f8u2mAMSIEaS0rwxAIRQMBaADWAq5bEX > .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); }#f8u2mAMSIEaS0rwxAIRQMBaADWAq5bEX > .row .container { border-width: 0; border-radius: 0; }#f8u2mAMSIEaS0rwxAIRQMBaADWAq5bEX > .row .container { font-size:14px;font-family:arial;height:71px;width:1200px;position:relative;display:block; }#EETzVZFbfOJrhgkMsOxQFXfwX38pWP1X { color:#ffffff;display:block;width:941.989px;position:absolute;font-family:lato;font-size:13px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:27.286926269531px;left:128.97727966309px;height:16.3636px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ttN7d3y8thHwwchZalTg59ddgoiwc1e8 { display:block; }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1peVS9VyhLcJwENHdBC9TXQbbAODBpL { width:213px;height:23.880394502573px;top:72px;left:264.42895507812px;display:block; }
 }@media only screen and (max-width: 763px) { #JK2oNlsEQfDvTLW51wvqi1oKt6Z4foF1 { width:721px;height:;top:153px;left:10.991470336914px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #WSlkXi0fASOowmwKgKLPRWbNcE5gktvT { width:488px;height:49px;top:203px;left:126.99998474121px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #g3cPcNpP7Juy8I2povtGMIaFXySxrnZP { top:398px;left:0px;width:155px;height:95.9943px;display:block; }
 }@media only screen and (max-width: 763px) { #PLT2PuWwvtdf8fkVeT3vZFn4O10f2wwE { top:302px;left:18px;width:66px;height:65.02016591414px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #bVyNPwHA8OLNeWBwPRDNp1IfLyBCVSVT { top:302px;left:237px;width:66px;height:65.019958124378px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #wp0rs3mogpKxAa0DblG8eT9ZgFg4oSHp { top:302px;left:449px;width:66px;height:65.019750246467px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #lf4lm3ShE99zRe7xkG0TeT49OovJkmmn { top:398px;left:189px;width:155px;height:96.9886px;display:block; }
 }@media only screen and (max-width: 763px) { #pduSCll1pLQwgU9bumtoLB2UTJTpyxzM { top:398px;left:401px;width:153px;height:96px;display:block; }
 }@media only screen and (max-width: 763px) { #GNoCwJQttvfc4UOqg1ehg0k0Gnr5WkGp { top:334px;left:38px;width:656px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #g8Ic6nJ7TvMdWt4vk9N6Qvk7wNKcmOVl { width:52px;height:27px;top:321px;left:24px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #XuKtiDVuH0bopzuw65iKV6n49f3Gc3eG { width:52px;height:27px;top:321px;left:244px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #LO7ZSr9Z0QrPmsBaRWLpZdVpNwRfUuZ7 { width:52px;height:27px;top:321px;left:456px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #c2H4cdGPTxpafW6NUtsITvn9fwgnulEA { width:240px;height:21px;top:518px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #cfqgaICWWiTtpTdWTsw9aH2bZdZVU7D4 { width:240px;height:21px;top:516px;left:146px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #zzlp3dPOthrbUVUlgfsONeK6AN0dT6uG { width:240px;height:21px;top:516px;left:358px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #uLpVOKaOWgq9MignHcMcDTJMHycqrJvt { width:240px;height:21px;top:517px;left:524px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ndnA8GhUGixv0Rcq9qa3quV9dw7Ty1XB { top:398px;left:609px;width:153px;height:96px;display:block; }
 }@media only screen and (max-width: 763px) { #DlU6wnk5I4ZXl6m0PSGsNsXyazb899er { width:52px;height:27px;top:321px;left:670px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #fao1GT1doxmBOUTPkbsIfu1z3r9uPyIi { top:302px;left:663px;width:66px;height:65.019750246467px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #Mfn1bGJyF17SD9Etgie04UaKS0551SWi { width:308px;height:34px;display:none; }
 }@media only screen and (max-width: 763px) { #IVExDX97ImrQARxTeBOd5TTeksxq9uoh { display:block; }#IVExDX97ImrQARxTeBOd5TTeksxq9uoh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n9ufRcJsp5URHdt7GSNeRVod8ISOzBKb { width:488px;height:24px;top:247px;left:137.48297119141px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ifBJ9DVLrLUT0Jo4lXbkobqamy3RwfKS { width:721px;height:37px;top:202px;left:21px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #h9fS7u6Ef6KLVqefNLXccIG7FR3Cw2Hv { top:100px;left:342px;width:80px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #f8u2mAMSIEaS0rwxAIRQMBaADWAq5bEX { display:block; }#f8u2mAMSIEaS0rwxAIRQMBaADWAq5bEX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EETzVZFbfOJrhgkMsOxQFXfwX38pWP1X { top:27px;left:0px;width:764px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:transparent;background-image:none;position:relative;display:block; }
#sLZHVIyQvXE4fohvwoiUwWyAmGRHTwte::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sLZHVIyQvXE4fohvwoiUwWyAmGRHTwte > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sLZHVIyQvXE4fohvwoiUwWyAmGRHTwte > .row > .video-iframe-container { display: none; }#sLZHVIyQvXE4fohvwoiUwWyAmGRHTwte > .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); } }@media only screen and (max-width: 763px) { #ttN7d3y8thHwwchZalTg59ddgoiwc1e8 { background-color:transparent;background-image: -webkit-linear-gradient(25deg, #0071ff, #0051ff);background-image: -moz-linear-gradient(25deg, #0071ff, #0051ff);background-image: -ms-linear-gradient(25deg, #0071ff, #0051ff);background-image: -o-linear-gradient(25deg, #0071ff, #0051ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071ff', endColorstr='#0051ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071ff', endColorstr='#0051ff' );";background-image: linear-gradient(25deg, #0071ff, #0051ff);display:block; }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8 > .row .container { background-color: transparent; background-image: none; }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8 > .row .container > .video-iframe-container { display: none; }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8 > .row > .video-iframe-container { display: none; }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8 > .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); }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8 > .row .container { width:320px;height:505px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1peVS9VyhLcJwENHdBC9TXQbbAODBpL { width:193px;height:20px;top:35.994316101074px;left:63.480108261108px;display:none; }
 }@media only screen and (max-width: 763px) { #JK2oNlsEQfDvTLW51wvqi1oKt6Z4foF1 { width:246.989px;height:58.1818px;top:91.960225105286px;left:36.49147605896px;text-align:center;text-align-last:center;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #WSlkXi0fASOowmwKgKLPRWbNcE5gktvT { width:280.994px;height:57.2727px;top:158.94885253906px;left:19.488634109497px;text-align:center;text-align-last:center;font-size:14px;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #g3cPcNpP7Juy8I2povtGMIaFXySxrnZP { width:130px;height:80px;top:250px;left:24px;display:block; }
 }@media only screen and (max-width: 763px) { #PLT2PuWwvtdf8fkVeT3vZFn4O10f2wwE { width:66px;height:65.02016591414px;top:242.24429406738px;left:127px;font-size:45px;display:none; }
 }@media only screen and (max-width: 763px) { #bVyNPwHA8OLNeWBwPRDNp1IfLyBCVSVT { width:66px;height:65.019958124378px;top:395.51699406738px;left:127px;font-size:45px;display:none; }
 }@media only screen and (max-width: 763px) { #wp0rs3mogpKxAa0DblG8eT9ZgFg4oSHp { width:66px;height:65.019750246467px;top:527.78969406738px;left:127px;font-size:45px;display:none; }
 }@media only screen and (max-width: 763px) { #lf4lm3ShE99zRe7xkG0TeT49OovJkmmn { width:130px;height:81px;top:250px;left:165px;display:block; }
 }@media only screen and (max-width: 763px) { #pduSCll1pLQwgU9bumtoLB2UTJTpyxzM { width:128px;height:80px;top:347px;left:25px;display:block; }
 }@media only screen and (max-width: 763px) { #GNoCwJQttvfc4UOqg1ehg0k0Gnr5WkGp { width:320px;height:1px;top:374.51699406738px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #g8Ic6nJ7TvMdWt4vk9N6Qvk7wNKcmOVl { width:51.9886px;height:0;top:327.25849406738px;left:134px;text-align:center;text-align-last:center;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #XuKtiDVuH0bopzuw65iKV6n49f3Gc3eG { width:51.9886px;height:0;top:480.53119406738px;left:134px;text-align:center;text-align-last:center;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #LO7ZSr9Z0QrPmsBaRWLpZdVpNwRfUuZ7 { width:51.9886px;height:0;top:612.80389406738px;left:134px;text-align:center;text-align-last:center;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #c2H4cdGPTxpafW6NUtsITvn9fwgnulEA { width:240px;height:0;top:1258.2639940674px;left:40px;text-align:center;text-align-last:center;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #cfqgaICWWiTtpTdWTsw9aH2bZdZVU7D4 { width:240px;height:0;top:1300.0821940674px;left:40px;text-align:center;text-align-last:center;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #zzlp3dPOthrbUVUlgfsONeK6AN0dT6uG { width:240px;height:0;top:1341.9003940674px;left:40px;text-align:center;text-align-last:center;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #uLpVOKaOWgq9MignHcMcDTJMHycqrJvt { width:240px;height:0;top:1383.7185940674px;left:40px;text-align:center;text-align-last:center;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #ndnA8GhUGixv0Rcq9qa3quV9dw7Ty1XB { width:130px;height:81px;top:347px;left:164px;display:block; }
 }@media only screen and (max-width: 763px) { #DlU6wnk5I4ZXl6m0PSGsNsXyazb899er { width:51.9886px;height:0;top:745.07659406738px;left:134px;text-align:center;text-align-last:center;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #fao1GT1doxmBOUTPkbsIfu1z3r9uPyIi { width:66px;height:65.019750246467px;top:660.06239406738px;left:127px;font-size:45px;display:none; }
 }@media only screen and (max-width: 763px) { #Mfn1bGJyF17SD9Etgie04UaKS0551SWi { top:37.98295211792px;left:74.999998092651px;width:170px;height:18px;z-index:100011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IVExDX97ImrQARxTeBOd5TTeksxq9uoh { display:block; }#IVExDX97ImrQARxTeBOd5TTeksxq9uoh > .row .container { width:320px;height:320px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n9ufRcJsp5URHdt7GSNeRVod8ISOzBKb { width:225.994px;height:38.1818px;top:199.14486694336px;left:46.988634109497px;text-align:center;text-align-last:center;font-size:14px;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ifBJ9DVLrLUT0Jo4lXbkobqamy3RwfKS { width:190px;height:58.1818px;top:135px;left:66px;text-align:center;text-align-last:center;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #h9fS7u6Ef6KLVqefNLXccIG7FR3Cw2Hv { width:60px;height:60px;top:64px;left:132px;display:block; }
 }@media only screen and (max-width: 763px) { #f8u2mAMSIEaS0rwxAIRQMBaADWAq5bEX { display:block; }#f8u2mAMSIEaS0rwxAIRQMBaADWAq5bEX > .row .container { width:320px;height:80px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EETzVZFbfOJrhgkMsOxQFXfwX38pWP1X { width:274px;height:49.0909px;top:16px;left:23px;font-size:13px;display:block; }
 }