<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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 {
  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;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.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);
  width: 100%;
  z-index: 1;
}
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-popupcloser {
  z-index: 2147483647 !important;
}
.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;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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 !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#sLZHVIyQvXE4fohvwoiUwWyAmGRHTwte::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sLZHVIyQvXE4fohvwoiUwWyAmGRHTwte &gt; .row &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sLZHVIyQvXE4fohvwoiUwWyAmGRHTwte &gt; .row &gt; .video-iframe-container { display: none; }#sLZHVIyQvXE4fohvwoiUwWyAmGRHTwte &gt; .row .container &gt; .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(322deg, #008bff, #8bff25);background-image: -moz-linear-gradient(322deg, #008bff, #8bff25);background-image: -ms-linear-gradient(322deg, #008bff, #8bff25);background-image: -o-linear-gradient(322deg, #008bff, #8bff25);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#008bff', endColorstr='#8bff25' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#008bff', endColorstr='#8bff25' );";background-image: linear-gradient(322deg, #008bff, #8bff25);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8 &gt; .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 &gt; .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8 &gt; .row .container &gt; .video-iframe-container { display: none; }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8 &gt; .row &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8 &gt; .row &gt; .video-iframe-container { display: none; }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8 &gt; .row .container &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8 &gt; .row .container { border-width: 0; border-radius: 0; }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8 &gt; .row &gt; .video-iframe-container {  }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8 &gt; .row .container { width:1200px;height:580px;font-size:14px;font-family:arial;position:relative;display:block; }#T1peVS9VyhLcJwENHdBC9TXQbbAODBpL { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24px;width:214px;top:92px;left:482px;overflow:hidden;display:block; }
#JK2oNlsEQfDvTLW51wvqi1oKt6Z4foF1 { color:#ffffff;display:block;width:722px;position:absolute;font-family:gilroy;font-size:37px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:192px;left:228px;height:48px;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:784px;position:absolute;font-family:lato;font-size:20px;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:257.96875px;left:197px;height:84px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yfQTKhgw0ZHzgipuNyxbygTdULpqXwZT { z-index:15004;top:370.9765625px;left:449.47265625px;background-color:transparent;background-image: -webkit-linear-gradient(12deg, #ffe200, #feff00);background-image: -moz-linear-gradient(12deg, #ffe200, #feff00);background-image: -ms-linear-gradient(12deg, #ffe200, #feff00);background-image: -o-linear-gradient(12deg, #ffe200, #feff00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe200', endColorstr='#feff00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe200', endColorstr='#feff00' );";background-image: linear-gradient(12deg, #ffe200, #feff00);background-size:auto !important;border-top:0 solid #0002a8;border-left:0 solid #0002a8;border-right:0 solid #0002a8;border-bottom:5px solid #c9b200;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 2px 50px rgba(0,0,0,0.35) ;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:278.984px;height:61.9727px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#PeSrg68Op2dwPUQqTDguD2P4qrkSNmSi { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#gGofimGwnLif6L8pQzqPeT2VTlWZNoDd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(137deg, #131313, #000000);background-image: -moz-linear-gradient(137deg, #131313, #000000);background-image: -ms-linear-gradient(137deg, #131313, #000000);background-image: -o-linear-gradient(137deg, #131313, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#131313', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#131313', endColorstr='#000000' );";background-image: linear-gradient(137deg, #131313, #000000);background-size:auto !important;position:relative;display:block; }#gGofimGwnLif6L8pQzqPeT2VTlWZNoDd &gt; .row .container { background-color: transparent; background-image: none; }#gGofimGwnLif6L8pQzqPeT2VTlWZNoDd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGofimGwnLif6L8pQzqPeT2VTlWZNoDd &gt; .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGofimGwnLif6L8pQzqPeT2VTlWZNoDd &gt; .row .container &gt; .video-iframe-container { display: none; }#gGofimGwnLif6L8pQzqPeT2VTlWZNoDd &gt; .row &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGofimGwnLif6L8pQzqPeT2VTlWZNoDd &gt; .row &gt; .video-iframe-container { display: none; }#gGofimGwnLif6L8pQzqPeT2VTlWZNoDd &gt; .row .container &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGofimGwnLif6L8pQzqPeT2VTlWZNoDd &gt; .row .container { border-width: 0; border-radius: 0; }#gGofimGwnLif6L8pQzqPeT2VTlWZNoDd &gt; .row &gt; .video-iframe-container {  }#gGofimGwnLif6L8pQzqPeT2VTlWZNoDd &gt; .row .container { font-size:14px;font-family:arial;height:429px;width:1200px;position:relative;display:block; }#kThEqmCOZU9WwDV9Qq9T8htgyDZMbZ9R { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:70px;width:70px;top:179.48864746094px;left:151px;overflow:hidden;display:block; }
#Ll6XKsaRtun98VmTFealg4oZbNntQi0e { color:#ffffff;display:block;width:243.991px;position:absolute;font-family:lato;font-size:15px;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:257.98297119141px;left:63px;height:19px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xD3atviFnpke89bcqaWiz1xnONfKNfBV { color:#ffffff;display:block;width:278.977px;position:absolute;font-family:lato;font-size:15px;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:257.96875px;left:460px;height:19px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jtn2EliGw7UTWaytrCvPFNmGgIFUSqOq { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:70px;width:70px;top:179.48864746094px;left:564px;overflow:hidden;display:block; }
#kEls1sVf94HCrEtZmtH9uw7fhhTXPUqU { color:#ffffff;display:block;width:243.977px;position:absolute;font-family:lato;font-size:15px;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:257.96875px;left:877px;height:19px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nKb6Z5nZFp9ZPw3ogvTENIts522G09lQ { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:70px;width:70px;top:179.48864746094px;left:964px;overflow:hidden;display:block; }
#RMPs21OLCJ5MLZXTI4zgVWbFD0SAsJWf { color:#ffffff;display:block;width:400px;position:absolute;font-family:gilroy;font-size:29px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:72.968719482422px;left:399.97160339355px;height:37px;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; }
#au3lhNMNKz2X3Q7qL3PwgmymAF3VVwEV { color:#ffffff;display:block;width:200px;position:absolute;font-family:lato;font-size:25px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:198.56533813477px;left:139px;height:32px;display:block; }
#b9hc2vb9So9ivxGTEWMiWwTlyT5IwcCq { color:#ffffff;display:block;width:200px;position:absolute;font-family:lato;font-size:25px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:198.56533813477px;left:543px;height:32px;display:block; }
#IIB2zT0O7b3DT9l6oTikfgyO6DiJOTKW { color:#ffffff;display:block;width:200px;position:absolute;font-family:lato;font-size:25px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:198.56533813477px;left:955px;height:32px;display:block; }
#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 !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#IVExDX97ImrQARxTeBOd5TTeksxq9uoh.adaptive-delivery-prevent-bg, #IVExDX97ImrQARxTeBOd5TTeksxq9uoh.lazyload, #IVExDX97ImrQARxTeBOd5TTeksxq9uoh.lazyloading { background-image: none; }#IVExDX97ImrQARxTeBOd5TTeksxq9uoh &gt; .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(0,0,0,0); }#IVExDX97ImrQARxTeBOd5TTeksxq9uoh &gt; .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVExDX97ImrQARxTeBOd5TTeksxq9uoh &gt; .row .container &gt; .video-iframe-container { display: none; }#IVExDX97ImrQARxTeBOd5TTeksxq9uoh &gt; .row &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVExDX97ImrQARxTeBOd5TTeksxq9uoh &gt; .row &gt; .video-iframe-container { display: none; }#IVExDX97ImrQARxTeBOd5TTeksxq9uoh &gt; .row .container &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVExDX97ImrQARxTeBOd5TTeksxq9uoh &gt; .row .container { border-width: 0; border-radius: 0; }#IVExDX97ImrQARxTeBOd5TTeksxq9uoh::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#IVExDX97ImrQARxTeBOd5TTeksxq9uoh &gt; .row &gt; .video-iframe-container {  }#IVExDX97ImrQARxTeBOd5TTeksxq9uoh &gt; .row .container { font-size:14px;font-family:arial;height:562px;width:1200px;position:relative;display:block; }#zE9iadVtw2brOToTsFrq3zW23mhm5Whl { position:absolute;display:block;z-index:15000;background-color:#0066ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:29px;border-top-right-radius:29px;border-bottom-left-radius:29px;border-bottom-right-radius:29px;box-shadow: 1px 1px 36px rgba(0,0,0,0.36) ;height:339px;width:892px;top:112px;left:154px;display:block; }
#EkGlLGhktdh7lCkSemJXrZyxc6MDS7Sc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:379px;width:452px;top:92px;left:205px;overflow:hidden;display:block; }
#uLMWZANr26SbOeoDel2w63d5G4dNrBII { color:#212121;display:block;width:304px;position:absolute;font-family:rutan;font-size:30px;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:182px;left:685px;height:72px;font-style:normal;display:block; }
#oWL6TH3tvIwdvw4QCfSg4ZSxTt4UmGGr { background-color:#ffd300;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:27px;border-top-right-radius:27px;border-bottom-left-radius:27px;border-bottom-right-radius:27px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:300px;height:50px;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:331.98870849609px;left:685px;display:block; }
#GMmMm3hrD0TaafIc8uOcQi3vXT9i23Ox { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#pUTg7MtAp3hNOIvWFbDrMFrRM5ClGXTV { color:#212121;display:block;width:308px;position:absolute;font-family:lato;font-size:17px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:265px;left:687px;height:66px;font-style:normal;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 &gt; .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 &gt; .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8u2mAMSIEaS0rwxAIRQMBaADWAq5bEX &gt; .row .container &gt; .video-iframe-container { display: none; }#f8u2mAMSIEaS0rwxAIRQMBaADWAq5bEX &gt; .row &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8u2mAMSIEaS0rwxAIRQMBaADWAq5bEX &gt; .row &gt; .video-iframe-container { display: none; }#f8u2mAMSIEaS0rwxAIRQMBaADWAq5bEX &gt; .row .container &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8u2mAMSIEaS0rwxAIRQMBaADWAq5bEX &gt; .row .container { border-width: 0; border-radius: 0; }#f8u2mAMSIEaS0rwxAIRQMBaADWAq5bEX &gt; .row &gt; .video-iframe-container {  }#f8u2mAMSIEaS0rwxAIRQMBaADWAq5bEX &gt; .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:15000;line-height:1.3;letter-spacing:0;top:27.286926269531px;left:128.97727966309px;height:16px;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 &gt; .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1peVS9VyhLcJwENHdBC9TXQbbAODBpL { width:214px;height:23.992509030754px;top:91px;left:264px;display:block; }
 }@media only screen and (max-width: 763px) { #JK2oNlsEQfDvTLW51wvqi1oKt6Z4foF1 { width:722px;height:;top:191px;left:10px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #WSlkXi0fASOowmwKgKLPRWbNcE5gktvT { width:764px;height:84px;top:257px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #yfQTKhgw0ZHzgipuNyxbygTdULpqXwZT { top:370px;left:231.47265625px;width:278px;height:61px;display:block; }
 }@media only screen and (max-width: 763px) { #PeSrg68Op2dwPUQqTDguD2P4qrkSNmSi { display:block; }
 }@media only screen and (max-width: 763px) { #gGofimGwnLif6L8pQzqPeT2VTlWZNoDd { display:block; }#gGofimGwnLif6L8pQzqPeT2VTlWZNoDd &gt; .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kThEqmCOZU9WwDV9Qq9T8htgyDZMbZ9R { width:70px;height:70px;top:179px;left:78px;display:block; }
 }@media only screen and (max-width: 763px) { #Ll6XKsaRtun98VmTFealg4oZbNntQi0e { width:243px;height:19px;top:257px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #xD3atviFnpke89bcqaWiz1xnONfKNfBV { width:278px;height:19px;top:257px;left:230px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Jtn2EliGw7UTWaytrCvPFNmGgIFUSqOq { width:70px;height:70px;top:179px;left:345px;display:block; }
 }@media only screen and (max-width: 763px) { #kEls1sVf94HCrEtZmtH9uw7fhhTXPUqU { width:243px;height:19px;top:257px;left:512px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #nKb6Z5nZFp9ZPw3ogvTENIts522G09lQ { width:70px;height:70px;top:179px;left:599px;display:block; }
 }@media only screen and (max-width: 763px) { #RMPs21OLCJ5MLZXTI4zgVWbFD0SAsJWf { width:400px;height:37px;top:72px;left:0px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #au3lhNMNKz2X3Q7qL3PwgmymAF3VVwEV { top:198px;left:54px;width:200px;height:31px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #b9hc2vb9So9ivxGTEWMiWwTlyT5IwcCq { top:198px;left:308px;width:200px;height:31px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #IIB2zT0O7b3DT9l6oTikfgyO6DiJOTKW { top:198px;left:562px;width:200px;height:31px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #IVExDX97ImrQARxTeBOd5TTeksxq9uoh { display:block; }#IVExDX97ImrQARxTeBOd5TTeksxq9uoh &gt; .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zE9iadVtw2brOToTsFrq3zW23mhm5Whl { top:111px;left:0px;width:764px;height:339px;display:block; }
 }@media only screen and (max-width: 763px) { #EkGlLGhktdh7lCkSemJXrZyxc6MDS7Sc { width:452px;height:379.00022345677px;top:91px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #uLMWZANr26SbOeoDel2w63d5G4dNrBII { width:304px;height:72px;top:181px;left:460px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #oWL6TH3tvIwdvw4QCfSg4ZSxTt4UmGGr { width:300px;height:50px;top:331px;left:464px;display:block; }
 }@media only screen and (max-width: 763px) { #GMmMm3hrD0TaafIc8uOcQi3vXT9i23Ox { display:block; }
 }@media only screen and (max-width: 763px) { #pUTg7MtAp3hNOIvWFbDrMFrRM5ClGXTV { width:308px;height:44px;top:265px;left:456px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #f8u2mAMSIEaS0rwxAIRQMBaADWAq5bEX { display:block; }#f8u2mAMSIEaS0rwxAIRQMBaADWAq5bEX &gt; .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 &gt; .row &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sLZHVIyQvXE4fohvwoiUwWyAmGRHTwte &gt; .row &gt; .video-iframe-container { display: none; }#sLZHVIyQvXE4fohvwoiUwWyAmGRHTwte &gt; .row .container &gt; .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(48deg, #000000, #6f00da);background-image: -moz-linear-gradient(48deg, #000000, #6f00da);background-image: -ms-linear-gradient(48deg, #000000, #6f00da);background-image: -o-linear-gradient(48deg, #000000, #6f00da);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#6f00da' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#6f00da' );";background-image: linear-gradient(48deg, #000000, #6f00da);background-size:auto !important;display:block; }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8 &gt; .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 &gt; .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8 &gt; .row .container &gt; .video-iframe-container { display: none; }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8 &gt; .row &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8 &gt; .row &gt; .video-iframe-container { display: none; }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8 &gt; .row .container &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8 &gt; .row .container { width:320px;height:380px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1peVS9VyhLcJwENHdBC9TXQbbAODBpL { width:178px;height:18px;top:35px;left:71px;display:block; }
 }@media only screen and (max-width: 763px) { #JK2oNlsEQfDvTLW51wvqi1oKt6Z4foF1 { width:245.994px;height:59.7969px;top:97.982948303223px;left:36.988634109497px;text-align:center;text-align-last:center;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #WSlkXi0fASOowmwKgKLPRWbNcE5gktvT { width:240px;height:97.9688px;top:166.984375px;left:40px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #yfQTKhgw0ZHzgipuNyxbygTdULpqXwZT { top:290.984375px;left:47.5px;width:225px;height:51.9844px;display:block; }
 }@media only screen and (max-width: 763px) { #PeSrg68Op2dwPUQqTDguD2P4qrkSNmSi { display:block; }
 }@media only screen and (max-width: 763px) { #gGofimGwnLif6L8pQzqPeT2VTlWZNoDd { background-color:#000000;background-image:none;display:block; }#gGofimGwnLif6L8pQzqPeT2VTlWZNoDd &gt; .row .container { background-color: transparent; background-image: none; }#gGofimGwnLif6L8pQzqPeT2VTlWZNoDd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGofimGwnLif6L8pQzqPeT2VTlWZNoDd &gt; .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGofimGwnLif6L8pQzqPeT2VTlWZNoDd &gt; .row .container &gt; .video-iframe-container { display: none; }#gGofimGwnLif6L8pQzqPeT2VTlWZNoDd &gt; .row &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGofimGwnLif6L8pQzqPeT2VTlWZNoDd &gt; .row &gt; .video-iframe-container { display: none; }#gGofimGwnLif6L8pQzqPeT2VTlWZNoDd &gt; .row .container &gt; .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGofimGwnLif6L8pQzqPeT2VTlWZNoDd &gt; .row .container { width:320px;height:730px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kThEqmCOZU9WwDV9Qq9T8htgyDZMbZ9R { width:95.9943px;height:95.9943px;top:90px;left:112px;display:block; }
 }@media only screen and (max-width: 763px) { #Ll6XKsaRtun98VmTFealg4oZbNntQi0e { width:243.991px;height:19.5px;top:206px;left:38px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #xD3atviFnpke89bcqaWiz1xnONfKNfBV { width:243.991px;height:19.5px;top:413px;left:38px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Jtn2EliGw7UTWaytrCvPFNmGgIFUSqOq { width:95.9943px;height:95.9943px;top:297px;left:112px;display:block; }
 }@media only screen and (max-width: 763px) { #kEls1sVf94HCrEtZmtH9uw7fhhTXPUqU { width:243.991px;height:19.5px;top:620px;left:38px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #nKb6Z5nZFp9ZPw3ogvTENIts522G09lQ { width:95.9943px;height:95.9943px;top:504px;left:112px;display:block; }
 }@media only screen and (max-width: 763px) { #RMPs21OLCJ5MLZXTI4zgVWbFD0SAsJWf { width:320px;height:37.6953px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #au3lhNMNKz2X3Q7qL3PwgmymAF3VVwEV { width:200px;height:32.5px;top:122px;left:82px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #b9hc2vb9So9ivxGTEWMiWwTlyT5IwcCq { width:200px;height:32.5px;top:329px;left:82px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #IIB2zT0O7b3DT9l6oTikfgyO6DiJOTKW { width:200px;height:32.5px;top:536px;left:82px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #IVExDX97ImrQARxTeBOd5TTeksxq9uoh { display:block; }#IVExDX97ImrQARxTeBOd5TTeksxq9uoh &gt; .row .container { width:320px;height:635px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zE9iadVtw2brOToTsFrq3zW23mhm5Whl { width:320px;height:339px;top:203px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #EkGlLGhktdh7lCkSemJXrZyxc6MDS7Sc { width:271px;height:227px;top:98px;left:25px;display:block; }
 }@media only screen and (max-width: 763px) { #uLMWZANr26SbOeoDel2w63d5G4dNrBII { width:320px;height:64.7968px;top:315px;left:0px;text-align:center;text-align-last:center;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #oWL6TH3tvIwdvw4QCfSg4ZSxTt4UmGGr { width:255.994px;height:46.9886px;top:451.98861694336px;left:31.988634109497px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #GMmMm3hrD0TaafIc8uOcQi3vXT9i23Ox { display:block; }
 }@media only screen and (max-width: 763px) { #pUTg7MtAp3hNOIvWFbDrMFrRM5ClGXTV { width:308px;height:39px;top:393px;left:6px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #f8u2mAMSIEaS0rwxAIRQMBaADWAq5bEX { display:block; }#f8u2mAMSIEaS0rwxAIRQMBaADWAq5bEX &gt; .row .container { width:320px;height:80px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EETzVZFbfOJrhgkMsOxQFXfwX38pWP1X { width:274px;height:50.6953px;top:16px;left:23px;font-size:13px;display:block; }
 }</pre></body></html>