.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-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#Jx8UZAorhNDPpnxs4meaPUTmxqRJg4lb { position:relative;display:none; }#Jx8UZAorhNDPpnxs4meaPUTmxqRJg4lb { border-width: 0; border-radius: 0; }#Jx8UZAorhNDPpnxs4meaPUTmxqRJg4lb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Jx8UZAorhNDPpnxs4meaPUTmxqRJg4lb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#eWwiCwrGPD7dCrWHOKPAfVXhWoNBGC7o { box-sizing:content-box;color:#5d92ff;font-size:12px;font-weight:400;line-height:1;height:38.9931px;width:38.9931px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;top:11px;left:365px; }
#wm2xOuMz1MPNl94WFRLtk6QEJudLGZnX { color:#000000;display:block;width:235.998px;position:absolute;font-family:lato;font-size:17px;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:19px;left:362px;height:22.0938px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#m7wp6PV9E83TdsFBdC68ITuliis8Z83J { background-color:rgba(0,0,0,0);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-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:960px;height:55px;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:2.5px;left:0px;display:block; }
#haFbowa6b3GsD07yJ3oqD1TCWXwdFJD7 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba { border-top:0;border-left:0;border-right:0;border-bottom:2px solid #0ac578;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .row .container { background-color: transparent; background-image: none; }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .row .container > .video-iframe-container { display: none; }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .row > .video-iframe-container { display: none; }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .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); }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .row .container { border-width: 0; border-radius: 0; }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .row .container { font-size:14px;font-family:arial;height:60px;width:960px;position:relative;display:block; }#liNimmtR7drlPoa8Tdk53GzNc2INVTU9 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:105px;width:266px;display:none; }
#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/609ac8ea-881f-45d9-bf8b-3a9cdb3fedf5/imagemprincipal2.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A.adaptive-delivery-prevent-bg, #vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A.lazyload, #vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A.lazyloading { background-image: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container { background-color: transparent; background-image: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(24,25,24,0.61); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container > .video-iframe-container { display: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(24,25,24,0.61); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row > .video-iframe-container { display: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .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); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container { border-width: 0; border-radius: 0; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container { font-size:14px;font-family:arial;height:768px;width:960px;overflow:visible;position:relative;display:block; }#TCDGkEr1Qhldbg2M9Tp9ZogLNuvviGz8 { position:absolute;display:block;z-index:15000;background-color:#febe10;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:237.995px;width:151.997px;top:141.99678039551px;left:0px;display:block; }
#tZd7P3WkEh0i9bl91NWQ6VPEWqgIZglV { color:#ffffff;display:block;width:390.99px;position:absolute;font-family:lato;font-size:50px;font-weight:300;z-index:15001;line-height:1;letter-spacing:0;text-shadow:1px 5px 10px rgba(0,0,0,0.3);top:230.54713439941px;left:60.000030517578px;height:200px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FOokZzzrkTVLscxVscszBWqcGgrLAXS4 { background-color:#febe10;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 50px rgba(0,0,0,0.2) ;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:200px;height:60px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:567.53472900391px;left:85.989593505859px;display:block; }
#aOhmpzO9v85gbZdB9Z5E4TvhX25MqbrZ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#q1D72t54En7wadPoG9IN3cGbait8TzHU { position:absolute;display:block;z-index:15013;background-color:rgba(16,16,16,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:0.998264px;width:320px;top:341.99654006958px;left:592.99481201172px;display:block; }
#rt5SLxJ7VZ7T8UkJbQf9mWfWU2spMu5n { color:#ffffff;display:block;width:420px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:407.97744750977px;left:85.989593505859px;height:;font-style:normal;display:block; }#rt5SLxJ7VZ7T8UkJbQf9mWfWU2spMu5n li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#rt5SLxJ7VZ7T8UkJbQf9mWfWU2spMu5n li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_24cdf2f542d95cc088dcfeb932e9dd1e6826de81.svg); }
#t7ile3SU0xSIii4x3Z8HgsJhbu3G6X4H { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;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:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#doldVLQQK3TBbtx3wOTqEe5zxKmr8cm4 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Ndav3f5Ifd0oe8VeDJZOzSayJf3R5G0y { color:#ffffff;display:block;width:390.99px;position:absolute;font-family:lato;font-size:50px;font-weight:300;z-index:15001;line-height:1;letter-spacing:0;text-shadow:1px 5px 10px rgba(0,0,0,0.3);top:230.54713439941px;left:60.000030517578px;height:200px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#VE79fieQ8pq732TQ1l5C6eW6UGTg3Ce0 { box-sizing:content-box;height:200px;width:200px;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#boIRkuLcqoDS768uTGXqGCVgTsJou26F { box-sizing:content-box;height:200px;width:200px;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#EFvGVcsoxQbldz8HwUFEME1ciBVJ7NPw { position:relative;display:none; }#EFvGVcsoxQbldz8HwUFEME1ciBVJ7NPw { border-width: 0; border-radius: 0; }#EFvGVcsoxQbldz8HwUFEME1ciBVJ7NPw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#EFvGVcsoxQbldz8HwUFEME1ciBVJ7NPw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#gToqdS2GNKOPFJwg2s0vRMiHhQrWU1tM { color:#101010;display:block;width:250.998px;position:absolute;font-family:lato;font-size:25px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:188.8281288147px;left:582.99481201172px;height:64.9846px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-form-header {  }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:14px;font-weight:bold;color:#19232e;width:300px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-left:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:300px;box-sizing:border-box;height:32px;color:#101010;font-size:14px;overflow:hidden;font-family:lato;box-shadow: 0 0 0 rgba(0,0,0,0.5) ;vertical-align:top;line-height:.8; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-input-text {padding-top: 0; padding-bottom: 0;}#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-left:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:300px;box-sizing:border-box;height:70px;color:#101010;font-size:14px;overflow:hidden;font-family:lato;box-shadow: 0 0 0 rgba(0,0,0,0.5) ;vertical-align:top;line-height:.8; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:300px;box-sizing:border-box;height:40px;color:#161616;font-family:ubuntu;font-size:13px;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ;vertical-align:top; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-input-select {padding-top: 0; padding-bottom: 0;}#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#febe10;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:18px;font-weight:bold;color:#000000;width:300px;height:60px;font-family:lato;overflow:hidden;box-shadow: 1px 1px 50px rgba(0,0,0,0.19) ; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI [class*="-text"]:-moz-placeholder { color:rgba(16,16,16,0.5);font-family:lato;font-size:22px;text-align:left;text-align-last:left; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI [class*="-text"]::-moz-placeholder { color:rgba(16,16,16,0.5);font-family:lato;font-size:22px;text-align:left;text-align-last:left; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI [class*="-text"]:-ms-input-placeholder { color:rgba(16,16,16,0.5);font-family:lato;font-size:22px;text-align:left;text-align-last:left; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI [class*="-text"]::-webkit-input-placeholder { color:rgba(16,16,16,0.5);font-family:lato;font-size:22px;text-align:left;text-align-last:left; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;font-size:12px;font-weight:400;color:#161616;vertical-align:top;width:284px;overflow:hidden;font-style:normal;float:none; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:21px;vertical-align:middle;font-family:ubuntu;font-size:16px;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-container { padding-top:5px;padding-right:0;padding-bottom:5px;padding-left:0;width:100%;font-size:0;height:auto; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-container:first-of-type{padding-top:0;}#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-container:last-of-type{padding-bottom:0;}#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:300px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:582.9921875px;top:343.125px;z-index:15036;position:absolute; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:300px;display:block;vertical-align:top; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:12px;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI {display:block;}#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:300px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:582.9921875px;top:343.125px;z-index:15036;position:absolute; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #uls9KWBNbtPywekMKlFBkUAlWor5UEeF { position:relative; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #tBG3Eo9e4UG0hVCULWGLZgWZLD2PXbL2 { position:relative;display:block; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #S3axgneUTcZug0bOZyaPcXtwrJ3uO2EX { position:relative; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #yCEtvss4D9T2q5IawrLcr334JDaWmKuV { position:relative; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #mkFKwhSG27Sr6K1DdTgPSbB1zv1OAx9r { position:relative;display:block; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #rEe6DkidT5OUzT3zI43Icdobvtp6VSIv { position:relative; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #btP4f831eM8wfPmcTGSqI7kMei59dZdG { position:relative; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #btP4f831eM8wfPmcTGSqI7kMei59dZdG .container-column{width:100%;}#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #MrDOwoIsQuTzdckiU4B9qr35CL6gZWPt { position:relative;display:block; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #mqPd4ReZC8tdqvp3kWuOUUQEANmzbb5F { position:relative;z-index:2; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #zTsQG3SoAASEre28ybE0dlon5oFpVcKy { position:relative; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #nUREtDFchTlfuQq7l34qNOTRErySHILU { position:relative;z-index:2; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #FtBJBDxTsoRtMvfnE6SvVbc26cU84NIC { position:relative; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #hyhCEOuss2Ma7fKzx45SU7tWfFT0bvgJ { position:relative; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #SrBe1k7xKG8Agi6Glbp8UBBgQKtPPNV6 { position:relative; }
#aQsy6qw5ixPfDhG93P5xNCOMvAQtoAPR { color:#101010;display:block;width:250px;position:absolute;font-family:lato;font-size:18px;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:287.54341506958px;left:627.99481201172px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#gfvnFPZNp0USp8CXvHxcIBcfEm0tGdZa { box-sizing:content-box;height:200px;width:200px;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#DFeSE1rLZtrl7ioBpPpD2KNlpRPo81m3 { box-sizing:content-box;height:200px;width:200px;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#xmSIIvtlyxxC4HUT8W7uHIHuwyfxE2T5 { box-sizing:content-box;height:200px;width:200px;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#MPrnA1EHh2WgA82PbZIOHCcev8T5Vuf2 { box-sizing:content-box;height:200px;width:200px;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#OBcNkPeZolLvTp0TLTGTGnCaQ7DuRXwi { position:fixed;z-index:199999;bottom:0px;left:0px;right:0px;display:block; }#OBcNkPeZolLvTp0TLTGTGnCaQ7DuRXwi { background-color: transparent; background-image: none; }#OBcNkPeZolLvTp0TLTGTGnCaQ7DuRXwi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBcNkPeZolLvTp0TLTGTGnCaQ7DuRXwi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBcNkPeZolLvTp0TLTGTGnCaQ7DuRXwi > .row .container > .video-iframe-container { display: none; }#OBcNkPeZolLvTp0TLTGTGnCaQ7DuRXwi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBcNkPeZolLvTp0TLTGTGnCaQ7DuRXwi > .row > .video-iframe-container { display: none; }#OBcNkPeZolLvTp0TLTGTGnCaQ7DuRXwi > .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); }#OBcNkPeZolLvTp0TLTGTGnCaQ7DuRXwi { border-width: 0; border-radius: 0; }#OBcNkPeZolLvTp0TLTGTGnCaQ7DuRXwi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OBcNkPeZolLvTp0TLTGTGnCaQ7DuRXwi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:98px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ugxcbtTryhJADbCx2gvJEXkNXcgpq1p1 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;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:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#sVXBdLbe3PcdHrXAxL202IlXcPx6zZon { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#BcOFrHM948wbAUfwe1piEcQpxdgalLc3 { box-sizing:content-box;height:200px;width:200px;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#ImROVUMoK54cRBETk5p17gzxyiI1Zb64 { color:#101010;display:block;width:250px;position:absolute;font-family:lato;font-size:18px;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:287.54341506958px;left:627.99481201172px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#zTXGVNkPTyTkFAepfw3KzVvnzVBmWL43 { box-sizing:content-box;height:200px;width:200px;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#bEUBIcxxsF7XGIkL1RoHQJVbU4dKLcTP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#bEUBIcxxsF7XGIkL1RoHQJVbU4dKLcTP > .row .container { border-width: 0; border-radius: 0; }#bEUBIcxxsF7XGIkL1RoHQJVbU4dKLcTP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bEUBIcxxsF7XGIkL1RoHQJVbU4dKLcTP > .row .container { font-size:14px;font-family:arial;height:966px;width:960px;position:relative;display:none; }#gv3eoyP6LHGCXUhG50chnGNPzvTsTJ8m { background-color:#ed5a0a;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"roboto condensed";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:244px;height:67px;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:842px;left:358px;display:block; }
#IwxEJCmzxwnzgraVattr05FQcHbNEqqs { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#wVBdiuOMZI9LCaDrfgEG4Igq6tD4t9vd { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/bxewW0KY/photo1.png");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:150px;border-top-right-radius:150px;border-bottom-left-radius:150px;border-bottom-right-radius:150px;height:229px;width:229px;top:160px;left:0px;display:block; }#wVBdiuOMZI9LCaDrfgEG4Igq6tD4t9vd.adaptive-delivery-prevent-bg, #wVBdiuOMZI9LCaDrfgEG4Igq6tD4t9vd.lazyload, #wVBdiuOMZI9LCaDrfgEG4Igq6tD4t9vd.lazyloading { background-image: none; }
#fUfWBTHQgCxPzT5JhUiaH2MmcJEJzA4m { color:#000000;display:block;width:960px;position:absolute;font-family:"roboto condensed";font-size:50px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:40px;left:0px;height:65px;font-style:normal;display:block; }
#IcoPXO54CaQaoQTB4Tp4AfD6TJtUX7PH { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/bxewW0KY/photo1.png");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:150px;border-top-right-radius:150px;border-bottom-left-radius:150px;border-bottom-right-radius:150px;height:229px;width:229px;top:160px;left:0px;display:none; }#IcoPXO54CaQaoQTB4Tp4AfD6TJtUX7PH.adaptive-delivery-prevent-bg, #IcoPXO54CaQaoQTB4Tp4AfD6TJtUX7PH.lazyload, #IcoPXO54CaQaoQTB4Tp4AfD6TJtUX7PH.lazyloading { background-image: none; }
#Q0LvbMbTCKJlTXNV9Mqzm9UXlM61teih { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/bxewW0KY/photo1.png");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:150px;border-top-right-radius:150px;border-bottom-left-radius:150px;border-bottom-right-radius:150px;height:229px;width:229px;top:160px;left:0px;display:none; }#Q0LvbMbTCKJlTXNV9Mqzm9UXlM61teih.adaptive-delivery-prevent-bg, #Q0LvbMbTCKJlTXNV9Mqzm9UXlM61teih.lazyload, #Q0LvbMbTCKJlTXNV9Mqzm9UXlM61teih.lazyloading { background-image: none; }
#GSdB2G2HNy8nLAUPdSV9efWD31ewLMVB { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/bxewW0KY/photo1.png");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:150px;border-top-right-radius:150px;border-bottom-left-radius:150px;border-bottom-right-radius:150px;height:229px;width:229px;top:160px;left:0px;display:none; }#GSdB2G2HNy8nLAUPdSV9efWD31ewLMVB.adaptive-delivery-prevent-bg, #GSdB2G2HNy8nLAUPdSV9efWD31ewLMVB.lazyload, #GSdB2G2HNy8nLAUPdSV9efWD31ewLMVB.lazyloading { background-image: none; }
#qZT4bhmvh0d6xLW5FWTTMFo4BEsdR2B2 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;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:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#ydOThZTccsRoor0uWm4HzDL9Z6MlwNuk { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#vpxbZOzwx8w3URrEW5UpRHcOpMkI9vGU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/eJ8WTbfs/BG_Employee_Wanted_3.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#vpxbZOzwx8w3URrEW5UpRHcOpMkI9vGU.adaptive-delivery-prevent-bg, #vpxbZOzwx8w3URrEW5UpRHcOpMkI9vGU.lazyload, #vpxbZOzwx8w3URrEW5UpRHcOpMkI9vGU.lazyloading { background-image: none; }#vpxbZOzwx8w3URrEW5UpRHcOpMkI9vGU > .row .container { border-width: 0; border-radius: 0; }#vpxbZOzwx8w3URrEW5UpRHcOpMkI9vGU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vpxbZOzwx8w3URrEW5UpRHcOpMkI9vGU > .row .container { font-size:14px;font-family:arial;height:531px;width:960px;position:relative;display:none; }#bbX1QUZs6F7MUaTE9Mc1ZMGkobfHIydw { color:#ffffff;display:block;width:450px;position:absolute;font-family:roboto;font-size:40px;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;top:66px;left:490px;height:40px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kL7A29voCt2rw5tb8TcUEPgG1HyFyO9U { color:#ffffff;display:block;width:430px;position:absolute;font-family:roboto;font-size:18px;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:176px;left:530px;height:27px;font-style:normal;display:block; }#kL7A29voCt2rw5tb8TcUEPgG1HyFyO9U li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#kL7A29voCt2rw5tb8TcUEPgG1HyFyO9U li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_67f5b42819b695876f651516ab3688b99c656537.svg); }
#C6qUpCEaw8FGpTcUwxV8z8oOC1MJwFO1 { box-sizing:content-box;height:200px;width:200px;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#F06DrdWgRFGzta2d5X0umywDucVEtxen { box-sizing:content-box;height:200px;width:200px;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#S9bByyN9iEino1wLmITRKG0KyHBgtKgF { box-sizing:content-box;height:200px;width:200px;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#T71xp430Ew7h4wa6TNZDn6Am3IJBxJEr { position:fixed;z-index:199999;bottom:0px;left:0px;right:0px;display:none; }#T71xp430Ew7h4wa6TNZDn6Am3IJBxJEr { border-width: 0; border-radius: 0; }#T71xp430Ew7h4wa6TNZDn6Am3IJBxJEr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#T71xp430Ew7h4wa6TNZDn6Am3IJBxJEr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:98px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#L2X3tkElS6a2rbFKGRBT5NpP0wblFdnR { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;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:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#t4Sfid4mDvBxE0c0Q0ZfcTxKmqHT8JAS { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#JrP8vPagfZv2rDcXv8eaSWHN9lwkBo5a { color:#101010;display:block;width:250px;position:absolute;font-family:lato;font-size:18px;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:287.54341506958px;left:627.99481201172px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#HdWHLVDy36fDz9TUsEqFtT9vhyqCqEBp { box-sizing:content-box;height:200px;width:200px;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#Vf31UlslTDAXxutGuUGvf0QMg8OvTKDK { position:relative;display:none; }#Vf31UlslTDAXxutGuUGvf0QMg8OvTKDK { border-width: 0; border-radius: 0; }#Vf31UlslTDAXxutGuUGvf0QMg8OvTKDK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Vf31UlslTDAXxutGuUGvf0QMg8OvTKDK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#IqJbHASCzCA68LkMLRhXlpNEBJ1dJnRO { color:#101010;display:block;width:250px;position:absolute;font-family:lato;font-size:18px;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:287.54341506958px;left:627.99481201172px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#fT7yTn3EEJouT2f6yorGJV49HvhhLFCI { position:relative;display:none; }#fT7yTn3EEJouT2f6yorGJV49HvhhLFCI { border-width: 0; border-radius: 0; }#fT7yTn3EEJouT2f6yorGJV49HvhhLFCI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fT7yTn3EEJouT2f6yorGJV49HvhhLFCI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#XKXBMw4vcE0aDVBwDJPncmlxUT6ByvLA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:86px;width:86px;top:10.866379015625px;left:872.88029503125px;overflow:hidden;display:block; }
body { position:relative;display:block; }
#Jx8UZAorhNDPpnxs4meaPUTmxqRJg4lb { display:none; }#Jx8UZAorhNDPpnxs4meaPUTmxqRJg4lb > .row .container { width:764px;position:relative;display:none; }#eWwiCwrGPD7dCrWHOKPAfVXhWoNBGC7o { width:38px;height:38px;top:11px;left:267px;display:block; }
#wm2xOuMz1MPNl94WFRLtk6QEJudLGZnX { width:235px;height:22px;top:19px;left:264px;font-size:16px;display:block; }
#m7wp6PV9E83TdsFBdC68ITuliis8Z83J { width:748px;height:55px;top:2px;left:0px;display:block; }
#haFbowa6b3GsD07yJ3oqD1TCWXwdFJD7 { display:block; }
#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba { display:block; }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .row .container { width:764px;position:relative;display:block; }#liNimmtR7drlPoa8Tdk53GzNc2INVTU9 { width:266px;height:105px;display:none; }
#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A { display:block; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container { width:760px;position:relative;display:block; }#TCDGkEr1Qhldbg2M9Tp9ZogLNuvviGz8 { width:151px;height:237px;top:141px;left:0px;display:block; }
#tZd7P3WkEh0i9bl91NWQ6VPEWqgIZglV { width:319px;height:;top:125px;left:0px;font-size:15px;display:block; }
#FOokZzzrkTVLscxVscszBWqcGgrLAXS4 { width:200px;height:60px;top:567px;left:0px;display:block; }
#aOhmpzO9v85gbZdB9Z5E4TvhX25MqbrZ { display:block; }
#q1D72t54En7wadPoG9IN3cGbait8TzHU { width:320px;height:0;top:341px;left:444px;display:block; }
#rt5SLxJ7VZ7T8UkJbQf9mWfWU2spMu5n { width:319px;height:;top:177px;left:0px;font-size:15px;display:block; }#rt5SLxJ7VZ7T8UkJbQf9mWfWU2spMu5n li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_24cdf2f542d95cc088dcfeb932e9dd1e6826de81.svg); }
#t7ile3SU0xSIii4x3Z8HgsJhbu3G6X4H { width:;height:;display:none; }
#doldVLQQK3TBbtx3wOTqEe5zxKmr8cm4 { display:block; }
#Ndav3f5Ifd0oe8VeDJZOzSayJf3R5G0y { width:319px;height:;top:92px;left:0px;font-size:32px;display:none; }
#VE79fieQ8pq732TQ1l5C6eW6UGTg3Ce0 { display:none; }
#boIRkuLcqoDS768uTGXqGCVgTsJou26F { display:none; }
#EFvGVcsoxQbldz8HwUFEME1ciBVJ7NPw { display:none; }#EFvGVcsoxQbldz8HwUFEME1ciBVJ7NPw > .row .container { width:764px;position:relative;display:none; }#gToqdS2GNKOPFJwg2s0vRMiHhQrWU1tM { width:269px;height:;top:687px;left:0px;font-size:12px;display:block; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-regular-label { width:300px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-input-text { width:300px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-input-text {padding-top: 0; padding-bottom: 0;}#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-textarea { width:300px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-input-select { width:300px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-input-select {padding-top: 0; padding-bottom: 0;}#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-input-button { width:300px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-checkbox-label { width:284px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI  { width:300px;height:auto;top:343px;left:424px; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .radio-container { width:300px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI {display:block;}#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI { width:300px;height:auto;top:343px;left:424px; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #uls9KWBNbtPywekMKlFBkUAlWor5UEeF {  }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #tBG3Eo9e4UG0hVCULWGLZgWZLD2PXbL2 { display:none; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #S3axgneUTcZug0bOZyaPcXtwrJ3uO2EX {  }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #yCEtvss4D9T2q5IawrLcr334JDaWmKuV {  }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #mkFKwhSG27Sr6K1DdTgPSbB1zv1OAx9r {  }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #rEe6DkidT5OUzT3zI43Icdobvtp6VSIv {  }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #btP4f831eM8wfPmcTGSqI7kMei59dZdG {  }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #btP4f831eM8wfPmcTGSqI7kMei59dZdG .container-column{width:50%;}#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #MrDOwoIsQuTzdckiU4B9qr35CL6gZWPt {  }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #mqPd4ReZC8tdqvp3kWuOUUQEANmzbb5F {  }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #zTsQG3SoAASEre28ybE0dlon5oFpVcKy {  }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #nUREtDFchTlfuQq7l34qNOTRErySHILU {  }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #FtBJBDxTsoRtMvfnE6SvVbc26cU84NIC {  }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #hyhCEOuss2Ma7fKzx45SU7tWfFT0bvgJ {  }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #SrBe1k7xKG8Agi6Glbp8UBBgQKtPPNV6 {  }
#aQsy6qw5ixPfDhG93P5xNCOMvAQtoAPR { width:269px;height:;top:24px;left:0px;font-size:17px;display:block; }
#gfvnFPZNp0USp8CXvHxcIBcfEm0tGdZa { display:none; }
#DFeSE1rLZtrl7ioBpPpD2KNlpRPo81m3 { display:none; }
#xmSIIvtlyxxC4HUT8W7uHIHuwyfxE2T5 { display:none; }
#MPrnA1EHh2WgA82PbZIOHCcev8T5Vuf2 { display:none; }
#OBcNkPeZolLvTp0TLTGTGnCaQ7DuRXwi { display:block; }#OBcNkPeZolLvTp0TLTGTGnCaQ7DuRXwi > .row .container { width:764px;position:relative;display:block; }#ugxcbtTryhJADbCx2gvJEXkNXcgpq1p1 { width:0;height:0;display:none; }
#sVXBdLbe3PcdHrXAxL202IlXcPx6zZon { display:block; }
#BcOFrHM948wbAUfwe1piEcQpxdgalLc3 { display:none; }
#ImROVUMoK54cRBETk5p17gzxyiI1Zb64 { width:269px;height:;top:24px;left:0px;font-size:17px;display:none; }
#zTXGVNkPTyTkFAepfw3KzVvnzVBmWL43 { display:none; }
#bEUBIcxxsF7XGIkL1RoHQJVbU4dKLcTP { display:none; }#bEUBIcxxsF7XGIkL1RoHQJVbU4dKLcTP > .row .container { width:764px;position:relative;display:none; }#gv3eoyP6LHGCXUhG50chnGNPzvTsTJ8m { width:244px;height:67px;top:842px;left:138px;display:block; }
#IwxEJCmzxwnzgraVattr05FQcHbNEqqs { display:block; }
#wVBdiuOMZI9LCaDrfgEG4Igq6tD4t9vd { top:160px;left:0px;width:229px;height:229px;display:block; }
#fUfWBTHQgCxPzT5JhUiaH2MmcJEJzA4m { top:29px;left:0px;width:319px;height:70px;font-size:24px;display:block; }
#IcoPXO54CaQaoQTB4Tp4AfD6TJtUX7PH { top:160px;left:0px;width:229px;height:229px;display:none; }
#Q0LvbMbTCKJlTXNV9Mqzm9UXlM61teih { top:160px;left:0px;width:229px;height:229px;display:none; }
#GSdB2G2HNy8nLAUPdSV9efWD31ewLMVB { top:160px;left:0px;width:229px;height:229px;display:none; }
#qZT4bhmvh0d6xLW5FWTTMFo4BEsdR2B2 { width:0;height:0;display:none; }
#ydOThZTccsRoor0uWm4HzDL9Z6MlwNuk { display:block; }
#vpxbZOzwx8w3URrEW5UpRHcOpMkI9vGU { display:none; }#vpxbZOzwx8w3URrEW5UpRHcOpMkI9vGU > .row .container { width:764px;position:relative;display:none; }#bbX1QUZs6F7MUaTE9Mc1ZMGkobfHIydw { width:319px;height:;top:36px;left:0px;font-size:30px;display:block; }
#kL7A29voCt2rw5tb8TcUEPgG1HyFyO9U { width:207px;height:;top:133px;left:0px;font-size:14px;display:block; }#kL7A29voCt2rw5tb8TcUEPgG1HyFyO9U li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_67f5b42819b695876f651516ab3688b99c656537.svg); }
#C6qUpCEaw8FGpTcUwxV8z8oOC1MJwFO1 { display:none; }
#F06DrdWgRFGzta2d5X0umywDucVEtxen { display:none; }
#S9bByyN9iEino1wLmITRKG0KyHBgtKgF { display:none; }
#T71xp430Ew7h4wa6TNZDn6Am3IJBxJEr { display:none; }#T71xp430Ew7h4wa6TNZDn6Am3IJBxJEr > .row .container { width:764px;position:relative;display:none; }#L2X3tkElS6a2rbFKGRBT5NpP0wblFdnR { width:0;height:0;display:none; }
#t4Sfid4mDvBxE0c0Q0ZfcTxKmqHT8JAS { display:block; }
#JrP8vPagfZv2rDcXv8eaSWHN9lwkBo5a { width:269px;height:;top:24px;left:0px;font-size:17px;display:none; }
#HdWHLVDy36fDz9TUsEqFtT9vhyqCqEBp { display:none; }
#Vf31UlslTDAXxutGuUGvf0QMg8OvTKDK { display:none; }#Vf31UlslTDAXxutGuUGvf0QMg8OvTKDK > .row .container { width:764px;position:relative;display:none; }#IqJbHASCzCA68LkMLRhXlpNEBJ1dJnRO { width:269px;height:;top:7px;left:0px;font-size:12px;display:none; }
#fT7yTn3EEJouT2f6yorGJV49HvhhLFCI { display:none; }#fT7yTn3EEJouT2f6yorGJV49HvhhLFCI > .row .container { width:764px;position:relative;display:none; }#XKXBMw4vcE0aDVBwDJPncmlxUT6ByvLA { top:10px;left:678px;width:86px;height:86px;display:block; }
body { position:relative;display:block; }
#Jx8UZAorhNDPpnxs4meaPUTmxqRJg4lb { position:relative;z-index:auto;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Jx8UZAorhNDPpnxs4meaPUTmxqRJg4lb > .row .container { background-color: transparent; background-image: none; }#Jx8UZAorhNDPpnxs4meaPUTmxqRJg4lb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jx8UZAorhNDPpnxs4meaPUTmxqRJg4lb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jx8UZAorhNDPpnxs4meaPUTmxqRJg4lb > .row .container > .video-iframe-container { display: none; }#Jx8UZAorhNDPpnxs4meaPUTmxqRJg4lb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jx8UZAorhNDPpnxs4meaPUTmxqRJg4lb > .row > .video-iframe-container { display: none; }#Jx8UZAorhNDPpnxs4meaPUTmxqRJg4lb > .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); }#Jx8UZAorhNDPpnxs4meaPUTmxqRJg4lb > .row .container { border-width: 0; border-radius: 0; }#Jx8UZAorhNDPpnxs4meaPUTmxqRJg4lb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jx8UZAorhNDPpnxs4meaPUTmxqRJg4lb > .row .container { width:320px;height:43px;position:relative;display:block; }#eWwiCwrGPD7dCrWHOKPAfVXhWoNBGC7o { width:31.9928px;height:31.9928px;top:7px;left:26px;display:block; }
#wm2xOuMz1MPNl94WFRLtk6QEJudLGZnX { width:235.989px;height:20.7899px;top:13px;left:58px;text-align:center;text-align-last:center;font-size:16px;font-family:"inc renogare font";font-weight:400;font-style:normal;color:#000000;display:block; }
#m7wp6PV9E83TdsFBdC68ITuliis8Z83J { width:319.992px;height:43.9933px;top:0px;left:0px;z-index:15039;display:block; }
#haFbowa6b3GsD07yJ3oqD1TCWXwdFJD7 { display:block; }
#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba { position:relative;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7c3bde;background-image:none;display:block; }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .row .container { background-color: transparent; background-image: none; }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .row .container > .video-iframe-container { display: none; }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .row > .video-iframe-container { display: none; }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .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); }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .row .container { border-width: 0; border-radius: 0; }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .row .container { width:320px;height:80px;position:relative;display:block; }#liNimmtR7drlPoa8Tdk53GzNc2INVTU9 { top:25.986167907715px;left:100.99897003174px;width:117.994px;height:45.9913px;z-index:15040;overflow:hidden;display:block; }
#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d61e961f-c417-45c8-aefa-bdec7eab51e0/06.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A.adaptive-delivery-prevent-bg, #vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A.lazyload, #vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A.lazyloading { background-image: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container { background-color: transparent; background-image: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.61); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container > .video-iframe-container { display: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.61); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row > .video-iframe-container { display: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .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); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container { border-width: 0; border-radius: 0; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container { width:320px;height:400px;position:relative;display:block; }#TCDGkEr1Qhldbg2M9Tp9ZogLNuvviGz8 { width:152px;height:31px;top:20px;left:84px;display:none; }
#tZd7P3WkEh0i9bl91NWQ6VPEWqgIZglV { width:319.967px;height:30px;top:53.944671630859px;left:0px;text-align:center;text-align-last:center;font-size:15px;font-family:"inc renogare font";font-weight:400;font-style:normal;display:block; }
#FOokZzzrkTVLscxVscszBWqcGgrLAXS4 { width:115px;height:33.9931px;top:306.93577575684px;left:102.50000762939px;box-shadow: 1px 1px 50px rgba(0,0,0,0.2) ;display:none; }
#aOhmpzO9v85gbZdB9Z5E4TvhX25MqbrZ { display:block; }
#q1D72t54En7wadPoG9IN3cGbait8TzHU { width:280px;height:0.998264px;top:578px;left:35px;display:none; }
#rt5SLxJ7VZ7T8UkJbQf9mWfWU2spMu5n { width:250px;height:177.951px;top:187.32068443298px;left:34.989753723145px;text-align:left;text-align-last:left;font-size:15px;font-family:lato;font-weight:400;font-style:normal;color:#ffffff;display:block; }#rt5SLxJ7VZ7T8UkJbQf9mWfWU2spMu5n li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#rt5SLxJ7VZ7T8UkJbQf9mWfWU2spMu5n li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_24cdf2f542d95cc088dcfeb932e9dd1e6826de81.svg); }
#t7ile3SU0xSIii4x3Z8HgsJhbu3G6X4H { top:357.68442344666px;left:85.092208862305px;width:154.43332px;height:26.43652px;z-index:15007;background-color:#23d000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:14px;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;color:#ffffff;border-top-left-radius:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;display:block; }
#doldVLQQK3TBbtx3wOTqEe5zxKmr8cm4 { display:block; }
#Ndav3f5Ifd0oe8VeDJZOzSayJf3R5G0y { width:260.989px;height:63.9931px;top:98.475921630859px;left:29.495388031006px;text-align:center;text-align-last:center;font-size:32px;font-family:"inc renogare font";font-weight:400;font-style:normal;z-index:14998;display:block; }
#VE79fieQ8pq732TQ1l5C6eW6UGTg3Ce0 { top:116.51177978516px;left:46.990264892578px;width:226px;height:16px;z-index:14997;background-color:#7c3bde;background-image:none;display:block; }
#boIRkuLcqoDS768uTGXqGCVgTsJou26F { top:149.31045532227px;left:34.485652923584px;width:257px;height:16px;z-index:14996;background-color:#7c3bde;background-image:none;display:block; }
#EFvGVcsoxQbldz8HwUFEME1ciBVJ7NPw { display:block; }#EFvGVcsoxQbldz8HwUFEME1ciBVJ7NPw > .row .container { width:320px;height:400px;position:relative;display:block; }#gToqdS2GNKOPFJwg2s0vRMiHhQrWU1tM { width:269.967px;height:12.0005px;top:344.96669769287px;left:25px;text-align:center;text-align-last:center;font-size:12px;line-height:1;color:#ffffff;display:block; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-input-text {padding-top: 0; padding-bottom: 0;}#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-input-select {padding-top: 0; padding-bottom: 0;}#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-input-button { width:196px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:42px;background-color:#23d000;background-image:none;color:#ffffff;font-family:"inc renogare font";height:50px;font-size:16px;overflow:hidden; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI [class*="-text"]:-moz-placeholder { font-family:lato;color:#000000; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI [class*="-text"]::-moz-placeholder { font-family:lato;color:#000000; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI [class*="-text"]:-ms-input-placeholder { font-family:lato;color:#000000; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI [class*="-text"]::-webkit-input-placeholder { font-family:lato;color:#000000; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-checkbox-label { width:264px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .widget-radio-label { font-size:16px;overflow:hidden; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI  { width:280px;height:auto;top:85.028182983398px;left:0px;z-index:15036; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI {display:block;}#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI { width:280px;height:auto;top:85.028182983398px;left:0px;z-index:15036; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #uls9KWBNbtPywekMKlFBkUAlWor5UEeF {  }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #tBG3Eo9e4UG0hVCULWGLZgWZLD2PXbL2 { display:block; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #S3axgneUTcZug0bOZyaPcXtwrJ3uO2EX {  }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #yCEtvss4D9T2q5IawrLcr334JDaWmKuV {  }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #mkFKwhSG27Sr6K1DdTgPSbB1zv1OAx9r { display:block; }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #rEe6DkidT5OUzT3zI43Icdobvtp6VSIv {  }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #btP4f831eM8wfPmcTGSqI7kMei59dZdG {  }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #btP4f831eM8wfPmcTGSqI7kMei59dZdG .container-column{width:50%;}#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #MrDOwoIsQuTzdckiU4B9qr35CL6gZWPt {  }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #mqPd4ReZC8tdqvp3kWuOUUQEANmzbb5F {  }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #zTsQG3SoAASEre28ybE0dlon5oFpVcKy {  }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #nUREtDFchTlfuQq7l34qNOTRErySHILU {  }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #FtBJBDxTsoRtMvfnE6SvVbc26cU84NIC {  }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #hyhCEOuss2Ma7fKzx45SU7tWfFT0bvgJ {  }
#fSFoR5GOxNVSyTV0uCNQ2LsemDfAIgWI #SrBe1k7xKG8Agi6Glbp8UBBgQKtPPNV6 {  }
#aQsy6qw5ixPfDhG93P5xNCOMvAQtoAPR { width:307.992px;height:44.1855px;top:25.858093261719px;left:0px;text-align:center;text-align-last:center;font-size:17px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-weight:700;font-style:normal;font-family:"inc renogare font";line-height:1.3;z-index:14998;display:block; }
#gfvnFPZNp0USp8CXvHxcIBcfEm0tGdZa { top:43.890899658203px;left:140.95799255371px;width:174px;height:26px;z-index:14997;background-color:#7c3bde;background-image:none;display:block; }
#DFeSE1rLZtrl7ioBpPpD2KNlpRPo81m3 { top:114px;left:-507px;width:125px;height:29.9949px;z-index:15001;background-color:#000000;background-image:none;display:block; }
#xmSIIvtlyxxC4HUT8W7uHIHuwyfxE2T5 { top:143px;left:-491px;width:125px;height:29.9949px;z-index:15003;background-color:#000000;background-image:none;display:block; }
#MPrnA1EHh2WgA82PbZIOHCcev8T5Vuf2 { top:149px;left:-447px;width:173.988px;height:25.999px;z-index:14999;background-color:#7c3bde;background-image:none;display:block; }
#OBcNkPeZolLvTp0TLTGTGnCaQ7DuRXwi { position:relative;z-index:auto;display:block; }#OBcNkPeZolLvTp0TLTGTGnCaQ7DuRXwi > .row .container { width:320px;height:205px;position:relative;display:block; }#ugxcbtTryhJADbCx2gvJEXkNXcgpq1p1 { top:118.01997375488px;left:19.992315292358px;width:279.995px;height:54.9949px;z-index:15006;background-color:#23d000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#sVXBdLbe3PcdHrXAxL202IlXcPx6zZon { display:block; }
#BcOFrHM948wbAUfwe1piEcQpxdgalLc3 { top:-210.52507781982px;left:-599.70288085938px;width:125px;height:30px;z-index:15001;background-color:#000000;background-image:none;display:block; }
#ImROVUMoK54cRBETk5p17gzxyiI1Zb64 { width:307.992px;height:44.1855px;top:36.98770904541px;left:5.9938526153564px;text-align:center;text-align-last:center;font-size:17px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-weight:700;font-style:normal;font-family:"inc renogare font";line-height:1.3;z-index:15000;display:block; }
#zTXGVNkPTyTkFAepfw3KzVvnzVBmWL43 { top:55.98104095459px;left:150px;width:171px;height:25.999px;z-index:14998;background-color:#7c3bde;background-image:none;display:block; }
#bEUBIcxxsF7XGIkL1RoHQJVbU4dKLcTP { display:block; }#bEUBIcxxsF7XGIkL1RoHQJVbU4dKLcTP > .row .container { width:320px;height:450px;position:relative;display:block; }#gv3eoyP6LHGCXUhG50chnGNPzvTsTJ8m { width:229.995px;height:50px;top:383.93954467773px;left:44.99231338501px;font-size:18px;background-color:#7c3bde;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:block; }
#IwxEJCmzxwnzgraVattr05FQcHbNEqqs { display:block; }
#wVBdiuOMZI9LCaDrfgEG4Igq6tD4t9vd { width:200.999px;height:200.999px;top:93.365783691406px;left:59.490264892578px;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/559497b8-18a8-448a-9de1-ac1ab07474e2/YOU_04_Detalhe_EF3_v2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#wVBdiuOMZI9LCaDrfgEG4Igq6tD4t9vd.adaptive-delivery-prevent-bg, #wVBdiuOMZI9LCaDrfgEG4Igq6tD4t9vd.lazyload, #wVBdiuOMZI9LCaDrfgEG4Igq6tD4t9vd.lazyloading { background-image: none; }
#fUfWBTHQgCxPzT5JhUiaH2MmcJEJzA4m { width:235.989px;height:62.3975px;top:16.982574462891px;left:41.995388031006px;font-size:24px;text-align:center;text-align-last:center;font-family:"inc renogare font";display:block; }
#IcoPXO54CaQaoQTB4Tp4AfD6TJtUX7PH { width:92.9944px;height:92.9944px;top:266px;left:43px;z-index:15000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/abcde214-0f7a-420d-bc1b-ceb2a93e7dd1/05.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#IcoPXO54CaQaoQTB4Tp4AfD6TJtUX7PH.adaptive-delivery-prevent-bg, #IcoPXO54CaQaoQTB4Tp4AfD6TJtUX7PH.lazyload, #IcoPXO54CaQaoQTB4Tp4AfD6TJtUX7PH.lazyloading { background-image: none; }
#Q0LvbMbTCKJlTXNV9Mqzm9UXlM61teih { width:92.9944px;height:92.9944px;top:266px;left:185px;z-index:15034;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e05d3341-059d-415b-9af7-6e7c4e1b86e0/20.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Q0LvbMbTCKJlTXNV9Mqzm9UXlM61teih.adaptive-delivery-prevent-bg, #Q0LvbMbTCKJlTXNV9Mqzm9UXlM61teih.lazyload, #Q0LvbMbTCKJlTXNV9Mqzm9UXlM61teih.lazyloading { background-image: none; }
#GSdB2G2HNy8nLAUPdSV9efWD31ewLMVB { width:92.9944px;height:92.9944px;top:266px;left:113px;z-index:15002;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dd0a7ab7-6d17-48aa-8bea-321d28662159/19.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#GSdB2G2HNy8nLAUPdSV9efWD31ewLMVB.adaptive-delivery-prevent-bg, #GSdB2G2HNy8nLAUPdSV9efWD31ewLMVB.lazyload, #GSdB2G2HNy8nLAUPdSV9efWD31ewLMVB.lazyloading { background-image: none; }
#qZT4bhmvh0d6xLW5FWTTMFo4BEsdR2B2 { top:93.365776062012px;left:45.491802215576px;width:228.996px;height:347.989px;z-index:15035;color:rgba(0,0,0,0);background-color:transparent;background-image:none;display:block; }
#ydOThZTccsRoor0uWm4HzDL9Z6MlwNuk { display:block; }
#vpxbZOzwx8w3URrEW5UpRHcOpMkI9vGU { background-color:#ffffff;background-image:none;display:block; }#vpxbZOzwx8w3URrEW5UpRHcOpMkI9vGU > .row .container { background-color: transparent; background-image: none; }#vpxbZOzwx8w3URrEW5UpRHcOpMkI9vGU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vpxbZOzwx8w3URrEW5UpRHcOpMkI9vGU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vpxbZOzwx8w3URrEW5UpRHcOpMkI9vGU > .row .container > .video-iframe-container { display: none; }#vpxbZOzwx8w3URrEW5UpRHcOpMkI9vGU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vpxbZOzwx8w3URrEW5UpRHcOpMkI9vGU > .row > .video-iframe-container { display: none; }#vpxbZOzwx8w3URrEW5UpRHcOpMkI9vGU > .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); }#vpxbZOzwx8w3URrEW5UpRHcOpMkI9vGU > .row .container { width:320px;height:405px;position:relative;display:block; }#bbX1QUZs6F7MUaTE9Mc1ZMGkobfHIydw { width:319.992px;height:65.9896px;top:37px;left:0px;text-align:center;text-align-last:center;font-size:30px;color:#ffffff;font-family:"inc renogare font";line-height:1.1;z-index:14999;display:block; }
#kL7A29voCt2rw5tb8TcUEPgG1HyFyO9U { width:246.99px;height:228.984px;top:139.45951843262px;left:36.462600708008px;text-align:left;text-align-last:left;font-size:14px;color:#000000;font-family:"inc renogare font";font-weight:400;font-style:normal;display:block; }#kL7A29voCt2rw5tb8TcUEPgG1HyFyO9U li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#kL7A29voCt2rw5tb8TcUEPgG1HyFyO9U li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_67f5b42819b695876f651516ab3688b99c656537.svg); }
#C6qUpCEaw8FGpTcUwxV8z8oOC1MJwFO1 { top:66.995361328125px;left:6px;width:304px;height:35px;z-index:14998;background-color:#7c3bde;background-image:none;display:block; }
#F06DrdWgRFGzta2d5X0umywDucVEtxen { top:226px;left:-485px;width:125px;height:27.9969px;z-index:15002;background-color:#000000;background-image:none;display:block; }
#S9bByyN9iEino1wLmITRKG0KyHBgtKgF { top:134px;left:-543px;width:170.991px;height:25.999px;z-index:15000;background-color:#7c3bde;background-image:none;display:block; }
#T71xp430Ew7h4wa6TNZDn6Am3IJBxJEr { position:relative;z-index:auto;display:block; }#T71xp430Ew7h4wa6TNZDn6Am3IJBxJEr > .row .container { width:320px;height:180px;position:relative;display:block; }#L2X3tkElS6a2rbFKGRBT5NpP0wblFdnR { top:83.043029785156px;left:19.992315292358px;width:279.995px;height:54.9949px;z-index:15006;background-color:#23d000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#t4Sfid4mDvBxE0c0Q0ZfcTxKmqHT8JAS { display:block; }
#JrP8vPagfZv2rDcXv8eaSWHN9lwkBo5a { width:307.992px;height:44.1855px;top:15.996398925781px;left:5.9938526153564px;text-align:center;text-align-last:center;font-size:17px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-weight:700;font-style:normal;font-family:"inc renogare font";line-height:1.3;z-index:15002;display:block; }
#HdWHLVDy36fDz9TUsEqFtT9vhyqCqEBp { top:34.976959228516px;left:149.00102233887px;width:170.991px;height:25.999px;z-index:14999;background-color:#7c3bde;background-image:none;display:block; }
#Vf31UlslTDAXxutGuUGvf0QMg8OvTKDK { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Vf31UlslTDAXxutGuUGvf0QMg8OvTKDK > .row .container { background-color: transparent; background-image: none; }#Vf31UlslTDAXxutGuUGvf0QMg8OvTKDK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vf31UlslTDAXxutGuUGvf0QMg8OvTKDK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vf31UlslTDAXxutGuUGvf0QMg8OvTKDK > .row .container > .video-iframe-container { display: none; }#Vf31UlslTDAXxutGuUGvf0QMg8OvTKDK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vf31UlslTDAXxutGuUGvf0QMg8OvTKDK > .row > .video-iframe-container { display: none; }#Vf31UlslTDAXxutGuUGvf0QMg8OvTKDK > .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); }#Vf31UlslTDAXxutGuUGvf0QMg8OvTKDK > .row .container { border-width: 0; border-radius: 0; }#Vf31UlslTDAXxutGuUGvf0QMg8OvTKDK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vf31UlslTDAXxutGuUGvf0QMg8OvTKDK > .row .container { width:320px;height:50px;position:relative;display:block; }#IqJbHASCzCA68LkMLRhXlpNEBJ1dJnRO { width:269.965px;height:11.9965px;top:18.993041992188px;left:25.017364501953px;text-align:center;text-align-last:center;font-size:12px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-weight:700;font-style:normal;font-family:"inc renogare font";z-index:15006;color:#ffffff;display:block; }
#fT7yTn3EEJouT2f6yorGJV49HvhhLFCI { position:fixed;z-index:199999;bottom:0px;left:0px;right:0px;display:block; }#fT7yTn3EEJouT2f6yorGJV49HvhhLFCI { background-color: transparent; background-image: none; }#fT7yTn3EEJouT2f6yorGJV49HvhhLFCI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fT7yTn3EEJouT2f6yorGJV49HvhhLFCI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fT7yTn3EEJouT2f6yorGJV49HvhhLFCI > .row .container > .video-iframe-container { display: none; }#fT7yTn3EEJouT2f6yorGJV49HvhhLFCI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fT7yTn3EEJouT2f6yorGJV49HvhhLFCI > .row > .video-iframe-container { display: none; }#fT7yTn3EEJouT2f6yorGJV49HvhhLFCI > .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); }#fT7yTn3EEJouT2f6yorGJV49HvhhLFCI > .row .container { width:320px;height:67px;background-color:rgba(0,0,0,0);background-image:none;position:relative;display:block; }#XKXBMw4vcE0aDVBwDJPncmlxUT6ByvLA { width:55.9939px;height:55.9939px;top:12.000610351562px;left:263.99844360352px;display:block; }
