.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VeqwlIrTLsTqqGA8Rcs1DnXVtZJR5NT6 { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/d0a70203-471d-4505-9b84-0089a5b6baa6/page1.png");background-position:center !important;background-repeat:repeat-y !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; }#VeqwlIrTLsTqqGA8Rcs1DnXVtZJR5NT6.adaptive-delivery-prevent-bg, #VeqwlIrTLsTqqGA8Rcs1DnXVtZJR5NT6.lazyload, #VeqwlIrTLsTqqGA8Rcs1DnXVtZJR5NT6.lazyloading { background-image: none; }#VeqwlIrTLsTqqGA8Rcs1DnXVtZJR5NT6 > .row .container { background-color: transparent; background-image: none; }#VeqwlIrTLsTqqGA8Rcs1DnXVtZJR5NT6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VeqwlIrTLsTqqGA8Rcs1DnXVtZJR5NT6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VeqwlIrTLsTqqGA8Rcs1DnXVtZJR5NT6 > .row .container > .video-iframe-container { display: none; }#VeqwlIrTLsTqqGA8Rcs1DnXVtZJR5NT6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VeqwlIrTLsTqqGA8Rcs1DnXVtZJR5NT6 > .row > .video-iframe-container { display: none; }#VeqwlIrTLsTqqGA8Rcs1DnXVtZJR5NT6 > .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); }#VeqwlIrTLsTqqGA8Rcs1DnXVtZJR5NT6 > .row .container { border-width: 0; border-radius: 0; }#VeqwlIrTLsTqqGA8Rcs1DnXVtZJR5NT6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VeqwlIrTLsTqqGA8Rcs1DnXVtZJR5NT6 > .row .container { width:960px;height:662px;font-size:14px;font-family:arial;position:relative;display:block; }#OtkSzzF3foPfB6WTtdBqaiFMphAMBPAi { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;box-sizing:border-box;color:#065120;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"neo sans arabic";font-size:19px;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:229px;height:57px;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:223.953125px;left:591.421875px;display:block; }
#nzeO8BFIco2CJbrKay92WTUEWk3uD9nE { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o .widget-form-header {  }
#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:14px;font-weight:bold;color:#000000;width:280px;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;text-align:left;text-align-last:left;vertical-align:top; }
#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o .widget-input-text { 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: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:280px;box-sizing:border-box;height:41px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o .widget-input-text {padding-top: 0; padding-bottom: 0;}#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o .widget-textarea { 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: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:280px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o .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:280px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o .widget-input-select {padding-top: 0; padding-bottom: 0;}#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o .widget-input-checkbox { width:16px;height:16px;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; }
#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#513a0c;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:3px;margin-bottom:4px;margin-left:3px;display:block;box-sizing:border-box;font-size:20px;font-weight:bold;color:#ffffff;width:274px;height:55px;font-family:"open sans";overflow:hidden; }
#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o [class*="-text"]:-moz-placeholder { color:#150909;font-family:"open sans";font-size:14px;text-align:center;text-align-last:center; }
#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o [class*="-text"]::-moz-placeholder { color:#150909;font-family:"open sans";font-size:14px;text-align:center;text-align-last:center; }
#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o [class*="-text"]:-ms-input-placeholder { color:#150909;font-family:"open sans";font-size:14px;text-align:center;text-align-last:center; }
#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o [class*="-text"]::-webkit-input-placeholder { color:#150909;font-family:"open sans";font-size:14px;text-align:center;text-align-last:center; }
#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o .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:"open sans";line-height:1.3;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:260px;overflow:hidden;font-style:normal;float:none; }
#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o .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; }
#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o .widget-container:first-of-type{padding-top:0;}#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o .widget-container:last-of-type{padding-bottom:0;}#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:280px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:280.953125px;left:533.5px; }
#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:280px;display:block;vertical-align:top; }
#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o {display:block;}#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:280px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:280.953125px;left:533.5px; }
#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o #aLVCzy606WUDGmxCGGZt54qdoDV1mK33 { position:relative; }
#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o #JNDUhrKynhFiw1XKAb6yMy0HTbDRoEXl { position:relative;display:none; }
#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o #ugsmSVf76ChCQAbWdVdh0E0HTVw2ZJAg { position:relative; }
#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o #GMqXSn1GiEUPTqJZgsuPXeFJM0TrkkOn { position:relative; }
#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o #JXFkt7HvQ18QBJyF43zRQRQs6JuBbtfu { position:relative;display:none; }
#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o #qyxZCMsO1Vo8L7xyrR6AbB0yn1123Nc8 { position:relative; }
#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o #mpfS6lfeVTysZ65ozeWKGRmAhe7FwNgP { position:relative; }
#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o #rH1TTPkNtCvuFF80hdxBP6WtmuiJnlTz { position:relative;display:none; }
#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o #zNHAWTQKtoxR1MK8ZioZbhEmzoNO0KVw { position:relative; }
#ryuqPQcCVBnzwFqVKFEU5yefb3ALSHJI { position:relative;display:block; }
#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o #bKV8iu8sIVy823Tt6x8pnPXo9lxeD5Mp { position:relative; }
#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o #U6oDuG5zvhu6gVcMBCfWO9VXVr1zy650 { position:relative;display:none; }
#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o #p8IiAn2h5IRtd27CbtAug2W7ddXGipVt { position:relative; }
#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o #J8Ca2UNN6gM1uvhwg5gOpTvrhtwTa7Lz { position:relative; }
#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o #Fye4ehQ2V2F0X7IxHCdJQislTatqUL1N { position:relative; }
#ftdXn121pZLcrAdmHSV0alqQuL2ZhnQa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/00026bda-12c8-49e5-afdb-af5d1a54dc66/2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ftdXn121pZLcrAdmHSV0alqQuL2ZhnQa.adaptive-delivery-prevent-bg, #ftdXn121pZLcrAdmHSV0alqQuL2ZhnQa.lazyload, #ftdXn121pZLcrAdmHSV0alqQuL2ZhnQa.lazyloading { background-image: none; }#ftdXn121pZLcrAdmHSV0alqQuL2ZhnQa > .row .container { background-color: transparent; background-image: none; }#ftdXn121pZLcrAdmHSV0alqQuL2ZhnQa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ftdXn121pZLcrAdmHSV0alqQuL2ZhnQa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ftdXn121pZLcrAdmHSV0alqQuL2ZhnQa > .row .container > .video-iframe-container { display: none; }#ftdXn121pZLcrAdmHSV0alqQuL2ZhnQa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ftdXn121pZLcrAdmHSV0alqQuL2ZhnQa > .row > .video-iframe-container { display: none; }#ftdXn121pZLcrAdmHSV0alqQuL2ZhnQa > .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); }#ftdXn121pZLcrAdmHSV0alqQuL2ZhnQa > .row .container { border-width: 0; border-radius: 0; }#ftdXn121pZLcrAdmHSV0alqQuL2ZhnQa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ftdXn121pZLcrAdmHSV0alqQuL2ZhnQa > .row .container { font-size:14px;font-family:arial;height:551px;width:960px;position:relative;display:block; }#w6zMNTeDpDakGRUWn3ii85Lnehq8x2Uh { background-color:#1eb007;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:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:16px;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:100px;height:40px;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:196px;left:181px;display:none; }
#nqNcClr6yCdKTP4bD7tQrz0rDuy9sHIx { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#gwfJN8C6QcZToJTLGIDTE5dvzGydpw6D { background-color:#1eb007;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:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:16px;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:100px;height:40px;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:196px;left:181px;display:none; }
#PFJDLPyadmkKiFUE2J5It8Gf64FaLoso { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#r6QSs4F75X8aAQBUvVpQeEHHaJ87EQ5t { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;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:cairo;font-size:16px;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:100px;height:40px;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:443px;left:718.5px;display:block; }
#uAFuuZKArLIQskvXvMuMUsnKs8niOX1i { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#vTZpCSEPy8HNecq0dWfclAlbq24aOAak { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;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:cairo;font-size:16px;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:100px;height:40px;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:443px;left:430px;display:block; }
#KFApD2VVa1abEGdsEQkhXdLzc5hvwBwP { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#TVo2OGhKunw9vomQGvr4DN9U74tZoAcG { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;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:cairo;font-size:16px;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:100px;height:40px;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:443px;left:128.5px;display:block; }
#zNk9kXIiaHg2Pcsz1MR8ubQkWDobNrai { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#v7iCud50OUgVrDeAONcI78tMUAWBQBeU { background-color:#1eb007;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:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:16px;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:100px;height:40px;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:196px;left:181px;display:none; }
#pK4L2ccSo7txc4C4GKwFCgnr9X1QyPvv { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#pz41hQHUOX3IKFlCxslxCZkFZuyedWD4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/a6c897f9-7429-487d-9dd0-af93325b5fb5/3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pz41hQHUOX3IKFlCxslxCZkFZuyedWD4.adaptive-delivery-prevent-bg, #pz41hQHUOX3IKFlCxslxCZkFZuyedWD4.lazyload, #pz41hQHUOX3IKFlCxslxCZkFZuyedWD4.lazyloading { background-image: none; }#pz41hQHUOX3IKFlCxslxCZkFZuyedWD4 > .row .container { background-color: transparent; background-image: none; }#pz41hQHUOX3IKFlCxslxCZkFZuyedWD4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pz41hQHUOX3IKFlCxslxCZkFZuyedWD4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pz41hQHUOX3IKFlCxslxCZkFZuyedWD4 > .row .container > .video-iframe-container { display: none; }#pz41hQHUOX3IKFlCxslxCZkFZuyedWD4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pz41hQHUOX3IKFlCxslxCZkFZuyedWD4 > .row > .video-iframe-container { display: none; }#pz41hQHUOX3IKFlCxslxCZkFZuyedWD4 > .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); }#pz41hQHUOX3IKFlCxslxCZkFZuyedWD4 > .row .container { border-width: 0; border-radius: 0; }#pz41hQHUOX3IKFlCxslxCZkFZuyedWD4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pz41hQHUOX3IKFlCxslxCZkFZuyedWD4 > .row .container { font-size:14px;font-family:arial;height:565px;width:960px;position:relative;display:block; }#kbJa861h89gkVV2uF2oJbKh13kV8TC3t { color:#000000;display:block;width:166px;position:absolute;font-family:cairo;font-size:23px;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:252px;left:689px;height:29.8906px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sJdmOB7TNqZWix752L0bKxSPQ0euIOOM { color:#070606;display:block;width:142.975px;position:absolute;font-family:"br font n-day";font-size:16px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.22);top:324px;left:706px;height:62.3907px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DzINk875ZJtkcX0LQfh6hVUwsydhpGQS { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;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:cairo;font-size:16px;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:100px;height:40px;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:467.953125px;left:722px;display:block; }
#iJ13TW6MLDxmgMOsV0ShcgTk3aDwDEr2 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#c8c7J1Sh3JpDlGkJ9R2BkS9QVhDseAiu { color:#000000;display:block;width:166.989px;position:absolute;font-family:cairo;font-size:23px;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:249.96021318436px;left:396.4914855957px;height:59.7812px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sHMphBGDyTG4FTPn57Js1yopdtFA8e8l { color:#000000;display:block;width:142.969px;position:absolute;font-family:"br font n-day";font-size:13px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.22);top:353px;left:408px;height:50.6718px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#q1LJ08ApWeFTDDvGNAr23s0xDoRr9RiZ { color:#052956;display:block;width:163.969px;position:absolute;font-family:cairo;font-size:23px;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:261px;left:103px;height:29.9px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uzif3HMlat62qHrEleJWETCPkyvusqye { color:#000004;display:block;width:142.953px;position:absolute;font-family:"br font n-day";font-size:15px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.22);top:317px;left:110px;height:97.5px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JnFETIE8vfKI3A2nO7cdfLEyxqsbFA7a { background-color:#1eb007;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:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:16px;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:100px;height:40px;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:195px;left:181px;display:none; }
#mWtsn4bcqnigEToKTKFqUZhcRB6SvVS1 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#NQWKMuKvhnTECTWJwsOcgABnLds6tmeR { background-color:#1eb007;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:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:16px;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:100px;height:40px;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:195px;left:181px;display:none; }
#yAEXOgtTH1PnMR18eO9Mg59VfWcC3VL2 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#FtMd3RdSAt70Q7JF9TnGTaupDx8Aba4h { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;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:cairo;font-size:16px;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:100px;height:40px;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:467.96588134766px;left:429.98574829102px;display:block; }
#aoWztuezdkQzl5HISZ4h1pUzJq3q7HTA { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#qJARxWB0giG1MvNWMJNW54xGMVLfgHlo { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;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:cairo;font-size:16px;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:100px;height:40px;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:467.984375px;left:134.984375px;display:block; }
#L7K5K8NbXa01yIWLFh1DZukCO6ixcPzT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#WUWB2GFLI56liffzpoRxpaKbLhlSnswU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/69a63947-4184-4903-bd39-1d96ee77b5c3/4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WUWB2GFLI56liffzpoRxpaKbLhlSnswU.adaptive-delivery-prevent-bg, #WUWB2GFLI56liffzpoRxpaKbLhlSnswU.lazyload, #WUWB2GFLI56liffzpoRxpaKbLhlSnswU.lazyloading { background-image: none; }#WUWB2GFLI56liffzpoRxpaKbLhlSnswU > .row .container { background-color: transparent; background-image: none; }#WUWB2GFLI56liffzpoRxpaKbLhlSnswU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUWB2GFLI56liffzpoRxpaKbLhlSnswU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUWB2GFLI56liffzpoRxpaKbLhlSnswU > .row .container > .video-iframe-container { display: none; }#WUWB2GFLI56liffzpoRxpaKbLhlSnswU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUWB2GFLI56liffzpoRxpaKbLhlSnswU > .row > .video-iframe-container { display: none; }#WUWB2GFLI56liffzpoRxpaKbLhlSnswU > .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); }#WUWB2GFLI56liffzpoRxpaKbLhlSnswU > .row .container { border-width: 0; border-radius: 0; }#WUWB2GFLI56liffzpoRxpaKbLhlSnswU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WUWB2GFLI56liffzpoRxpaKbLhlSnswU > .row .container { font-size:14px;font-family:arial;height:594px;width:960px;position:relative;display:block; }#AWtAM1A0u3UkvfRtBfB4aLL9JqDPM5SB { color:#000000;display:block;width:163.991px;position:absolute;font-family:"br font n-day";font-size:22px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:257.13920211792px;left:564.47439575195px;height:57.1875px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hXTAyalWhOgbLIC6I4DO7l16W4F69vhM { color:#010304;display:block;width:142.969px;position:absolute;font-family:"br font n-day";font-size:13px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.22);top:367.64204025269px;left:574.97158813477px;height:50.6718px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NAPDXyqkvmSxlczLOwcXCG23FzfxyO9S { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;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:cairo;font-size:16px;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:100px;height:40px;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:495.99716186523px;left:600.15621948242px;display:block; }
#TOZzAgeepvo6CLIoxuTQIxOz2vVff5cN { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#snD5Dl6kp0X5cmf17N5E75MOBqIBP8Ho { color:#000000;display:block;width:163.988px;position:absolute;font-family:"br font n-day";font-size:23px;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:262px;left:224px;height:89.6719px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uEyfJKT8NzModVVoUGt6IiVOuKBnnfb8 { color:#020202;display:block;width:142.962px;position:absolute;font-family:cairo;font-size:13px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.22);top:366px;left:232px;height:50.6718px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TH4kJOnGwgHsZfTIy8atA0HUnBK72i9k { background-color:#1eb007;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:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:16px;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:100px;height:40px;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:195px;left:181px;display:none; }
#TJxZPNTUpndTV2h9VFVTgPbN0hcmCWtF { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ZTcD56D2oKZ9vxXZkItVFkF5urGCEbaI { background-color:#1eb007;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:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:16px;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:100px;height:40px;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:195px;left:181px;display:none; }
#VCETATdkLzGaqIVHbMWPC8lf9rBhHmQ0 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#tOXXvHuaT3MepzG42r2aRqUfyS7kO7pT { background-color:#1eb007;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:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:16px;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:100px;height:40px;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:195px;left:181px;display:none; }
#RCg5So1HkCksyXEUMT5FbdnxECl4FBI7 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#gai42ol6FpnMwMkLW0obaQwLbMIxthoJ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;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:cairo;font-size:16px;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:100px;height:40px;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:493.99430465698px;left:255.09942626953px;display:block; }
#sXwdV5khAbaaVDLUhiyzCboRt47pOcJe { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Trtt2Oi88qO6Bc1n2l3SLL87eUQCd7RT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5671a2f9-f8d0-40b0-9220-4163d5c2bad5/5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Trtt2Oi88qO6Bc1n2l3SLL87eUQCd7RT.adaptive-delivery-prevent-bg, #Trtt2Oi88qO6Bc1n2l3SLL87eUQCd7RT.lazyload, #Trtt2Oi88qO6Bc1n2l3SLL87eUQCd7RT.lazyloading { background-image: none; }#Trtt2Oi88qO6Bc1n2l3SLL87eUQCd7RT > .row .container { background-color: transparent; background-image: none; }#Trtt2Oi88qO6Bc1n2l3SLL87eUQCd7RT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Trtt2Oi88qO6Bc1n2l3SLL87eUQCd7RT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Trtt2Oi88qO6Bc1n2l3SLL87eUQCd7RT > .row .container > .video-iframe-container { display: none; }#Trtt2Oi88qO6Bc1n2l3SLL87eUQCd7RT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Trtt2Oi88qO6Bc1n2l3SLL87eUQCd7RT > .row > .video-iframe-container { display: none; }#Trtt2Oi88qO6Bc1n2l3SLL87eUQCd7RT > .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); }#Trtt2Oi88qO6Bc1n2l3SLL87eUQCd7RT > .row .container { border-width: 0; border-radius: 0; }#Trtt2Oi88qO6Bc1n2l3SLL87eUQCd7RT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Trtt2Oi88qO6Bc1n2l3SLL87eUQCd7RT > .row .container { font-size:14px;font-family:arial;height:573px;width:960px;position:relative;display:block; }#D79ZBTLoTJh44yxaHqZLOV6xWm0LyV8p { color:#040505;display:block;width:163.969px;position:absolute;font-family:"br font n-day";font-size:23px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:261px;left:569px;height:59.7812px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gXu5VNCcMpPsowzgi465o7LSZATtVpGd { color:#040505;display:block;width:142.969px;position:absolute;font-family:cairo;font-size:17px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.22);top:353px;left:586px;height:66.2814px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gicTUUTZWyuw5cB5mPOTXKrhduE8sl6u { color:#050709;display:block;width:205px;position:absolute;font-family:"br font n-day";font-size:26px;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:256px;left:193px;height:33.7969px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uZ0wyRJrfXg9meAhSCwdW6hoMNkWFlBT { color:#000000;display:block;width:142.969px;position:absolute;font-family:cairo;font-size:16px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.22);top:349px;left:226px;height:62.3907px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R6S8HnofXvDqRbh8C2PPA4DAKFDIbQpG { background-color:#1eb007;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:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:16px;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:100px;height:40px;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:195px;left:181px;display:none; }
#proTmCgbuw4vnAXtvTLiUdUX1cczWH60 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Xnhc7tLpR0fbLcx7MKhQIk5zkvB4zfIO { background-color:#1eb007;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:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:16px;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:100px;height:40px;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:195px;left:181px;display:none; }
#blyMyiGITuHub3k5JDdR7gQDviWHRIzE { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#TUbztHVPqBoFyLDr0yHJnhOKHKHg3hZ9 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;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:cairo;font-size:16px;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:100px;height:40px;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:498.19599914551px;left:600.95169067383px;display:block; }
#J6ZcATG84GhTP9t6yReTc128Nc9fwvbA { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#zk1VvI7slv2so48ENghwy4F8TXCos1g4 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;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:cairo;font-size:16px;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:100px;height:40px;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:498.19599914551px;left:264.85794067383px;display:block; }
#Eo2WvxLFyr1P8Euclh1Wr6oiEDUoAPhl { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Ulc5rHXbovAu97nd72WCcuecdieyL7GI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/3f45d7d8-f0fd-44a4-aec4-d03b18939adc/6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ulc5rHXbovAu97nd72WCcuecdieyL7GI.adaptive-delivery-prevent-bg, #Ulc5rHXbovAu97nd72WCcuecdieyL7GI.lazyload, #Ulc5rHXbovAu97nd72WCcuecdieyL7GI.lazyloading { background-image: none; }#Ulc5rHXbovAu97nd72WCcuecdieyL7GI > .row .container { background-color: transparent; background-image: none; }#Ulc5rHXbovAu97nd72WCcuecdieyL7GI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ulc5rHXbovAu97nd72WCcuecdieyL7GI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ulc5rHXbovAu97nd72WCcuecdieyL7GI > .row .container > .video-iframe-container { display: none; }#Ulc5rHXbovAu97nd72WCcuecdieyL7GI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ulc5rHXbovAu97nd72WCcuecdieyL7GI > .row > .video-iframe-container { display: none; }#Ulc5rHXbovAu97nd72WCcuecdieyL7GI > .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); }#Ulc5rHXbovAu97nd72WCcuecdieyL7GI > .row .container { border-width: 0; border-radius: 0; }#Ulc5rHXbovAu97nd72WCcuecdieyL7GI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ulc5rHXbovAu97nd72WCcuecdieyL7GI > .row .container { font-size:14px;font-family:arial;height:586px;width:960px;position:relative;display:block; }#nEBRukqKoWP1Po9B6Hs3dCyStqTiaQDr { color:#000000;display:block;width:152.969px;position:absolute;font-family:cairo;font-size:21px;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:257px;left:228px;height:54.6px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wyk3n1UX4Q0iyzTg2C2k0Vl4bgqamdpA { color:#000000;display:block;width:142.969px;position:absolute;font-family:cairo;font-size:18px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.22);top:351px;left:232px;height:70.1718px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xJ5JJqhxTg6Hgn1GcAg429hRFFhas4gL { color:#01070d;display:block;width:163.965px;position:absolute;font-family:"br font n-day";font-size:22px;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:256px;left:562px;height:57.2px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LgO41VzGKDk1evSBbyTVfQTMPDbgBC2w { color:#010202;display:block;width:142.969px;position:absolute;font-family:cairo;font-size:16px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.22);top:352px;left:581px;height:62.3907px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dLaWO9mTawMXqff9UQImLToKKbuPmzhV { background-color:#1eb007;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:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:16px;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:100px;height:40px;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:195px;left:181px;display:none; }
#JTblS5HEhqJPbG3aLZeTMXwmXQLZLKEA { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#AvWfcMfUg01EpAnmqBHUyVRnWqeBGtGn { background-color:#1eb007;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:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:16px;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:100px;height:40px;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:195px;left:181px;display:none; }
#fTmPXx8mlEcuyP0oav8VczXT8J99iLmi { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#MgT4qG4iOeQTPiTEarzTgJqbLoqKmEcn { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;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:cairo;font-size:16px;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:176px;height:40px;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:494.5px;left:562px;display:block; }
#AiZdTEH6Tb46mXr3kWGJN4pTWkzgiqJK { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#OhGfcRaSyXEzdLcgfvIkzRSTHhKwlTlN { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;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:cairo;font-size:16px;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:163px;height:45px;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:492px;left:230.484375px;display:block; }
#oiTsBCZLHsTs6GZkTJo4Af5XSmJuRhJK { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#U7dSRFcZ2eB7DgiaFPoseKIcvIL0g6yC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #efd490, #ffffff);background-image: -moz-linear-gradient(180deg, #efd490, #ffffff);background-image: -ms-linear-gradient(180deg, #efd490, #ffffff);background-image: -o-linear-gradient(180deg, #efd490, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#efd490', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#efd490', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #efd490, #ffffff);background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#U7dSRFcZ2eB7DgiaFPoseKIcvIL0g6yC > .row .container { background-color: transparent; background-image: none; }#U7dSRFcZ2eB7DgiaFPoseKIcvIL0g6yC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7dSRFcZ2eB7DgiaFPoseKIcvIL0g6yC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7dSRFcZ2eB7DgiaFPoseKIcvIL0g6yC > .row .container > .video-iframe-container { display: none; }#U7dSRFcZ2eB7DgiaFPoseKIcvIL0g6yC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7dSRFcZ2eB7DgiaFPoseKIcvIL0g6yC > .row > .video-iframe-container { display: none; }#U7dSRFcZ2eB7DgiaFPoseKIcvIL0g6yC > .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); }#U7dSRFcZ2eB7DgiaFPoseKIcvIL0g6yC > .row .container { border-width: 0; border-radius: 0; }#U7dSRFcZ2eB7DgiaFPoseKIcvIL0g6yC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U7dSRFcZ2eB7DgiaFPoseKIcvIL0g6yC > .row .container { font-size:14px;font-family:arial;height:327px;width:960px;position:relative;display:block; }#aXiopagBJTCrWILqs7SWRy2QkTOC5s4i { background-color:#1eb007;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:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:16px;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:100px;height:40px;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:195px;left:181px;display:none; }
#wPPR6ez1ZyeplmFHmvLi5HTHhpIkixLd { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#TQ7TeE9BKBJdAfxh0ZCTC1ehGKDtsxyS { color:#000000;display:block;width:839px;position:absolute;font-family:"br font n-day";font-size:21px;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:103.609375px;left:49.5px;height:136.484px;text-align:center;text-align-last:center;display:block; }
#UzhZMc507bqgzPMmqGibE4s4C6RAcfBI { color:#000000;display:block;width:200px;position:absolute;font-family:"br font n-day";font-size:34px;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:31px;left:666.5px;height:44.2px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V0ng2IIxK5Dma8fsBAN8J4UBwy27N93A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfeff;background-image:url("https://images.assets-landingi.com/uc/ec1a8547-d78c-48c9-bea9-dcb7d824bb9e/7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V0ng2IIxK5Dma8fsBAN8J4UBwy27N93A.adaptive-delivery-prevent-bg, #V0ng2IIxK5Dma8fsBAN8J4UBwy27N93A.lazyload, #V0ng2IIxK5Dma8fsBAN8J4UBwy27N93A.lazyloading { background-image: none; }#V0ng2IIxK5Dma8fsBAN8J4UBwy27N93A > .row .container { background-color: transparent; background-image: none; }#V0ng2IIxK5Dma8fsBAN8J4UBwy27N93A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0ng2IIxK5Dma8fsBAN8J4UBwy27N93A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0ng2IIxK5Dma8fsBAN8J4UBwy27N93A > .row .container > .video-iframe-container { display: none; }#V0ng2IIxK5Dma8fsBAN8J4UBwy27N93A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0ng2IIxK5Dma8fsBAN8J4UBwy27N93A > .row > .video-iframe-container { display: none; }#V0ng2IIxK5Dma8fsBAN8J4UBwy27N93A > .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); }#V0ng2IIxK5Dma8fsBAN8J4UBwy27N93A > .row .container { border-width: 0; border-radius: 0; }#V0ng2IIxK5Dma8fsBAN8J4UBwy27N93A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V0ng2IIxK5Dma8fsBAN8J4UBwy27N93A > .row .container { font-size:14px;font-family:arial;height:659px;width:960px;position:relative;display:block; }#etemim1b8vv4UylsWqCkFKrJT3o4d24X { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:200px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:200px;box-sizing:border-box;color:rgba(255,255,255,0.5);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:27px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:193px;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:242px;left:380px;display:block; }
#p1fISpDUcTtnc9xhyg2uCpzH7ioRmwER { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#P8IDbR8w8VER9zmUDn9APqF8POaqU0XX { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:200px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:200px;box-sizing:border-box;color:rgba(255,255,255,0.5);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:27px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:331px;height:56px;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:482px;left:314.5px;display:block; }
#mFttPrlIBtcJXycqaVWJEnQHrW3SV3TT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#hQWTlH2vro51OTwkHgeQuW7bEbhZeu8L { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:200px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:200px;box-sizing:border-box;color:rgba(255,255,255,0.5);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:27px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:193px;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:401px;left:665.5px;display:none; }
#TMkHyEdJ3qMzmIMtZVa7soKBKSDtQO3U { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#LqoGWWlSvHdl4f2VM3qRsEDotJ8Bikf0 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:200px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:200px;box-sizing:border-box;color:rgba(255,255,255,0.5);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:27px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:193px;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:401px;left:665.5px;display:none; }
#okvDgNeasOm2WXzeJBT5tn037u6TDBxc { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VeqwlIrTLsTqqGA8Rcs1DnXVtZJR5NT6 { display:block; }#VeqwlIrTLsTqqGA8Rcs1DnXVtZJR5NT6 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OtkSzzF3foPfB6WTtdBqaiFMphAMBPAi { width:229px;height:57px;top:223px;left:493.421875px;display:block; }
 }@media only screen and (max-width: 763px) { #nzeO8BFIco2CJbrKay92WTUEWk3uD9nE { display:block; }
 }@media only screen and (max-width: 763px) { #GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o .widget-input-text {padding-top: 0; padding-bottom: 0;}#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o .widget-input-select {padding-top: 0; padding-bottom: 0;}#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o .widget-input-button { width:274px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:3px; }
#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o .widget-checkbox-label { width:261px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o  { width:280px;height:auto;top:280px;left:435.5px; }
#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o {display:block;}#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o { width:280px;height:auto;top:280px;left:435.5px; }
 }@media only screen and (max-width: 763px) { #GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o #aLVCzy606WUDGmxCGGZt54qdoDV1mK33 {  }
 }@media only screen and (max-width: 763px) { #GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o #JNDUhrKynhFiw1XKAb6yMy0HTbDRoEXl {  }
 }@media only screen and (max-width: 763px) { #GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o #ugsmSVf76ChCQAbWdVdh0E0HTVw2ZJAg {  }
 }@media only screen and (max-width: 763px) { #GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o #GMqXSn1GiEUPTqJZgsuPXeFJM0TrkkOn {  }
 }@media only screen and (max-width: 763px) { #GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o #JXFkt7HvQ18QBJyF43zRQRQs6JuBbtfu {  }
 }@media only screen and (max-width: 763px) { #GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o #qyxZCMsO1Vo8L7xyrR6AbB0yn1123Nc8 {  }
 }@media only screen and (max-width: 763px) { #GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o #mpfS6lfeVTysZ65ozeWKGRmAhe7FwNgP {  }
 }@media only screen and (max-width: 763px) { #GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o #rH1TTPkNtCvuFF80hdxBP6WtmuiJnlTz {  }
 }@media only screen and (max-width: 763px) { #GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o #zNHAWTQKtoxR1MK8ZioZbhEmzoNO0KVw {  }
 }@media only screen and (max-width: 763px) { #ryuqPQcCVBnzwFqVKFEU5yefb3ALSHJI { display:block; }
 }@media only screen and (max-width: 763px) { #GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o #bKV8iu8sIVy823Tt6x8pnPXo9lxeD5Mp {  }
 }@media only screen and (max-width: 763px) { #GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o #U6oDuG5zvhu6gVcMBCfWO9VXVr1zy650 {  }
 }@media only screen and (max-width: 763px) { #GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o #p8IiAn2h5IRtd27CbtAug2W7ddXGipVt {  }
 }@media only screen and (max-width: 763px) { #GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o #J8Ca2UNN6gM1uvhwg5gOpTvrhtwTa7Lz {  }
 }@media only screen and (max-width: 763px) { #GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o #Fye4ehQ2V2F0X7IxHCdJQislTatqUL1N {  }
 }@media only screen and (max-width: 763px) { #ftdXn121pZLcrAdmHSV0alqQuL2ZhnQa { display:block; }#ftdXn121pZLcrAdmHSV0alqQuL2ZhnQa > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w6zMNTeDpDakGRUWn3ii85Lnehq8x2Uh { width:100px;height:40px;top:196px;left:83px;display:none; }
 }@media only screen and (max-width: 763px) { #nqNcClr6yCdKTP4bD7tQrz0rDuy9sHIx { display:block; }
 }@media only screen and (max-width: 763px) { #gwfJN8C6QcZToJTLGIDTE5dvzGydpw6D { width:100px;height:40px;top:196px;left:83px;display:none; }
 }@media only screen and (max-width: 763px) { #PFJDLPyadmkKiFUE2J5It8Gf64FaLoso { display:block; }
 }@media only screen and (max-width: 763px) { #r6QSs4F75X8aAQBUvVpQeEHHaJ87EQ5t { width:100px;height:40px;top:443px;left:620.5px;display:block; }
 }@media only screen and (max-width: 763px) { #uAFuuZKArLIQskvXvMuMUsnKs8niOX1i { display:block; }
 }@media only screen and (max-width: 763px) { #vTZpCSEPy8HNecq0dWfclAlbq24aOAak { width:100px;height:40px;top:443px;left:332px;display:block; }
 }@media only screen and (max-width: 763px) { #KFApD2VVa1abEGdsEQkhXdLzc5hvwBwP { display:block; }
 }@media only screen and (max-width: 763px) { #TVo2OGhKunw9vomQGvr4DN9U74tZoAcG { width:100px;height:40px;top:443px;left:30.5px;display:block; }
 }@media only screen and (max-width: 763px) { #zNk9kXIiaHg2Pcsz1MR8ubQkWDobNrai { display:block; }
 }@media only screen and (max-width: 763px) { #v7iCud50OUgVrDeAONcI78tMUAWBQBeU { width:100px;height:40px;top:196px;left:83px;display:none; }
 }@media only screen and (max-width: 763px) { #pK4L2ccSo7txc4C4GKwFCgnr9X1QyPvv { display:block; }
 }@media only screen and (max-width: 763px) { #pz41hQHUOX3IKFlCxslxCZkFZuyedWD4 { display:block; }#pz41hQHUOX3IKFlCxslxCZkFZuyedWD4 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kbJa861h89gkVV2uF2oJbKh13kV8TC3t { top:252px;left:591px;width:166px;height:29px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #sJdmOB7TNqZWix752L0bKxSPQ0euIOOM { top:324px;left:608px;width:142px;height:62px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #DzINk875ZJtkcX0LQfh6hVUwsydhpGQS { width:100px;height:40px;top:467px;left:624px;display:block; }
 }@media only screen and (max-width: 763px) { #iJ13TW6MLDxmgMOsV0ShcgTk3aDwDEr2 { display:block; }
 }@media only screen and (max-width: 763px) { #c8c7J1Sh3JpDlGkJ9R2BkS9QVhDseAiu { top:249px;left:298.4914855957px;width:166px;height:89px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #sHMphBGDyTG4FTPn57Js1yopdtFA8e8l { top:353px;left:310px;width:142px;height:50px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #q1LJ08ApWeFTDDvGNAr23s0xDoRr9RiZ { top:261px;left:5px;width:163px;height:29px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #uzif3HMlat62qHrEleJWETCPkyvusqye { top:317px;left:12px;width:142px;height:97px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #JnFETIE8vfKI3A2nO7cdfLEyxqsbFA7a { width:100px;height:40px;top:195px;left:83px;display:none; }
 }@media only screen and (max-width: 763px) { #mWtsn4bcqnigEToKTKFqUZhcRB6SvVS1 { display:block; }
 }@media only screen and (max-width: 763px) { #NQWKMuKvhnTECTWJwsOcgABnLds6tmeR { width:100px;height:40px;top:195px;left:83px;display:none; }
 }@media only screen and (max-width: 763px) { #yAEXOgtTH1PnMR18eO9Mg59VfWcC3VL2 { display:block; }
 }@media only screen and (max-width: 763px) { #FtMd3RdSAt70Q7JF9TnGTaupDx8Aba4h { width:100px;height:40px;top:467px;left:331.98574829102px;display:block; }
 }@media only screen and (max-width: 763px) { #aoWztuezdkQzl5HISZ4h1pUzJq3q7HTA { display:block; }
 }@media only screen and (max-width: 763px) { #qJARxWB0giG1MvNWMJNW54xGMVLfgHlo { width:100px;height:40px;top:467px;left:36.984375px;display:block; }
 }@media only screen and (max-width: 763px) { #L7K5K8NbXa01yIWLFh1DZukCO6ixcPzT { display:block; }
 }@media only screen and (max-width: 763px) { #WUWB2GFLI56liffzpoRxpaKbLhlSnswU { display:block; }#WUWB2GFLI56liffzpoRxpaKbLhlSnswU > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AWtAM1A0u3UkvfRtBfB4aLL9JqDPM5SB { top:257px;left:466.47439575195px;width:163px;height:85px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #hXTAyalWhOgbLIC6I4DO7l16W4F69vhM { top:367px;left:476.96875px;width:142px;height:50px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #NAPDXyqkvmSxlczLOwcXCG23FzfxyO9S { width:100px;height:40px;top:495px;left:502.15621948242px;display:block; }
 }@media only screen and (max-width: 763px) { #TOZzAgeepvo6CLIoxuTQIxOz2vVff5cN { display:block; }
 }@media only screen and (max-width: 763px) { #snD5Dl6kp0X5cmf17N5E75MOBqIBP8Ho { top:262px;left:126px;width:163px;height:89px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #uEyfJKT8NzModVVoUGt6IiVOuKBnnfb8 { top:366px;left:134px;width:142px;height:50px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #TH4kJOnGwgHsZfTIy8atA0HUnBK72i9k { width:100px;height:40px;top:195px;left:83px;display:none; }
 }@media only screen and (max-width: 763px) { #TJxZPNTUpndTV2h9VFVTgPbN0hcmCWtF { display:block; }
 }@media only screen and (max-width: 763px) { #ZTcD56D2oKZ9vxXZkItVFkF5urGCEbaI { width:100px;height:40px;top:195px;left:83px;display:none; }
 }@media only screen and (max-width: 763px) { #VCETATdkLzGaqIVHbMWPC8lf9rBhHmQ0 { display:block; }
 }@media only screen and (max-width: 763px) { #tOXXvHuaT3MepzG42r2aRqUfyS7kO7pT { width:100px;height:40px;top:195px;left:83px;display:none; }
 }@media only screen and (max-width: 763px) { #RCg5So1HkCksyXEUMT5FbdnxECl4FBI7 { display:block; }
 }@media only screen and (max-width: 763px) { #gai42ol6FpnMwMkLW0obaQwLbMIxthoJ { width:100px;height:40px;top:493px;left:157.09942626953px;display:block; }
 }@media only screen and (max-width: 763px) { #sXwdV5khAbaaVDLUhiyzCboRt47pOcJe { display:block; }
 }@media only screen and (max-width: 763px) { #Trtt2Oi88qO6Bc1n2l3SLL87eUQCd7RT { display:block; }#Trtt2Oi88qO6Bc1n2l3SLL87eUQCd7RT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D79ZBTLoTJh44yxaHqZLOV6xWm0LyV8p { top:261px;left:471px;width:163px;height:59px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #gXu5VNCcMpPsowzgi465o7LSZATtVpGd { top:353px;left:488px;width:142px;height:66px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #gicTUUTZWyuw5cB5mPOTXKrhduE8sl6u { top:256px;left:95px;width:205px;height:67px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #uZ0wyRJrfXg9meAhSCwdW6hoMNkWFlBT { top:349px;left:128px;width:142px;height:62px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #R6S8HnofXvDqRbh8C2PPA4DAKFDIbQpG { width:100px;height:40px;top:195px;left:83px;display:none; }
 }@media only screen and (max-width: 763px) { #proTmCgbuw4vnAXtvTLiUdUX1cczWH60 { display:block; }
 }@media only screen and (max-width: 763px) { #Xnhc7tLpR0fbLcx7MKhQIk5zkvB4zfIO { width:100px;height:40px;top:195px;left:83px;display:none; }
 }@media only screen and (max-width: 763px) { #blyMyiGITuHub3k5JDdR7gQDviWHRIzE { display:block; }
 }@media only screen and (max-width: 763px) { #TUbztHVPqBoFyLDr0yHJnhOKHKHg3hZ9 { width:100px;height:40px;top:498px;left:502.95169067383px;display:block; }
 }@media only screen and (max-width: 763px) { #J6ZcATG84GhTP9t6yReTc128Nc9fwvbA { display:block; }
 }@media only screen and (max-width: 763px) { #zk1VvI7slv2so48ENghwy4F8TXCos1g4 { width:100px;height:40px;top:498px;left:166.85794067383px;display:block; }
 }@media only screen and (max-width: 763px) { #Eo2WvxLFyr1P8Euclh1Wr6oiEDUoAPhl { display:block; }
 }@media only screen and (max-width: 763px) { #Ulc5rHXbovAu97nd72WCcuecdieyL7GI { display:block; }#Ulc5rHXbovAu97nd72WCcuecdieyL7GI > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nEBRukqKoWP1Po9B6Hs3dCyStqTiaQDr { top:257px;left:130px;width:152px;height:54px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #wyk3n1UX4Q0iyzTg2C2k0Vl4bgqamdpA { top:351px;left:134px;width:142px;height:70px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #xJ5JJqhxTg6Hgn1GcAg429hRFFhas4gL { top:256px;left:464px;width:163px;height:57px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #LgO41VzGKDk1evSBbyTVfQTMPDbgBC2w { top:352px;left:483px;width:142px;height:62px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #dLaWO9mTawMXqff9UQImLToKKbuPmzhV { width:100px;height:40px;top:195px;left:83px;display:none; }
 }@media only screen and (max-width: 763px) { #JTblS5HEhqJPbG3aLZeTMXwmXQLZLKEA { display:block; }
 }@media only screen and (max-width: 763px) { #AvWfcMfUg01EpAnmqBHUyVRnWqeBGtGn { width:100px;height:40px;top:195px;left:83px;display:none; }
 }@media only screen and (max-width: 763px) { #fTmPXx8mlEcuyP0oav8VczXT8J99iLmi { display:block; }
 }@media only screen and (max-width: 763px) { #MgT4qG4iOeQTPiTEarzTgJqbLoqKmEcn { width:176px;height:40px;top:494px;left:464px;display:block; }
 }@media only screen and (max-width: 763px) { #AiZdTEH6Tb46mXr3kWGJN4pTWkzgiqJK { display:block; }
 }@media only screen and (max-width: 763px) { #OhGfcRaSyXEzdLcgfvIkzRSTHhKwlTlN { width:163px;height:45px;top:492px;left:132.484375px;display:block; }
 }@media only screen and (max-width: 763px) { #oiTsBCZLHsTs6GZkTJo4Af5XSmJuRhJK { display:block; }
 }@media only screen and (max-width: 763px) { #U7dSRFcZ2eB7DgiaFPoseKIcvIL0g6yC { display:block; }#U7dSRFcZ2eB7DgiaFPoseKIcvIL0g6yC > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aXiopagBJTCrWILqs7SWRy2QkTOC5s4i { width:100px;height:40px;top:195px;left:83px;display:none; }
 }@media only screen and (max-width: 763px) { #wPPR6ez1ZyeplmFHmvLi5HTHhpIkixLd { display:block; }
 }@media only screen and (max-width: 763px) { #TQ7TeE9BKBJdAfxh0ZCTC1ehGKDtsxyS { top:103px;left:0px;width:764px;height:163px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #UzhZMc507bqgzPMmqGibE4s4C6RAcfBI { top:31px;left:564px;width:200px;height:44px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #V0ng2IIxK5Dma8fsBAN8J4UBwy27N93A { display:block; }#V0ng2IIxK5Dma8fsBAN8J4UBwy27N93A > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #etemim1b8vv4UylsWqCkFKrJT3o4d24X { width:200px;height:193px;top:242px;left:282px;display:block; }
 }@media only screen and (max-width: 763px) { #p1fISpDUcTtnc9xhyg2uCpzH7ioRmwER { display:block; }
 }@media only screen and (max-width: 763px) { #P8IDbR8w8VER9zmUDn9APqF8POaqU0XX { width:331px;height:56px;top:482px;left:216.5px;display:block; }
 }@media only screen and (max-width: 763px) { #mFttPrlIBtcJXycqaVWJEnQHrW3SV3TT { display:block; }
 }@media only screen and (max-width: 763px) { #hQWTlH2vro51OTwkHgeQuW7bEbhZeu8L { width:200px;height:193px;top:411px;left:564px;display:none; }
 }@media only screen and (max-width: 763px) { #TMkHyEdJ3qMzmIMtZVa7soKBKSDtQO3U { display:block; }
 }@media only screen and (max-width: 763px) { #LqoGWWlSvHdl4f2VM3qRsEDotJ8Bikf0 { width:200px;height:193px;top:411px;left:564px;display:none; }
 }@media only screen and (max-width: 763px) { #okvDgNeasOm2WXzeJBT5tn037u6TDBxc { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VeqwlIrTLsTqqGA8Rcs1DnXVtZJR5NT6 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/114035d7-0cf0-44e1-96c1-5a6779558590/appedit1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#VeqwlIrTLsTqqGA8Rcs1DnXVtZJR5NT6.adaptive-delivery-prevent-bg, #VeqwlIrTLsTqqGA8Rcs1DnXVtZJR5NT6.lazyload, #VeqwlIrTLsTqqGA8Rcs1DnXVtZJR5NT6.lazyloading { background-image: none; }#VeqwlIrTLsTqqGA8Rcs1DnXVtZJR5NT6 > .row .container { background-color: transparent; background-image: none; }#VeqwlIrTLsTqqGA8Rcs1DnXVtZJR5NT6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VeqwlIrTLsTqqGA8Rcs1DnXVtZJR5NT6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VeqwlIrTLsTqqGA8Rcs1DnXVtZJR5NT6 > .row .container > .video-iframe-container { display: none; }#VeqwlIrTLsTqqGA8Rcs1DnXVtZJR5NT6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VeqwlIrTLsTqqGA8Rcs1DnXVtZJR5NT6 > .row > .video-iframe-container { display: none; }#VeqwlIrTLsTqqGA8Rcs1DnXVtZJR5NT6 > .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); }#VeqwlIrTLsTqqGA8Rcs1DnXVtZJR5NT6 > .row .container { border-width: 0; border-radius: 0; }#VeqwlIrTLsTqqGA8Rcs1DnXVtZJR5NT6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VeqwlIrTLsTqqGA8Rcs1DnXVtZJR5NT6 > .row .container { width:320px;height:829px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OtkSzzF3foPfB6WTtdBqaiFMphAMBPAi { width:248px;height:35px;top:211.46875px;left:36px;background-color:rgba(0,0,0,0);background-image:none;border-top-left-radius:9px;border-top-right-radius:22px;border-bottom-left-radius:22px;border-bottom-right-radius:9px;font-size:16px;line-height:1.1;color:#ae7b1c;display:block; }
 }@media only screen and (max-width: 763px) { #nzeO8BFIco2CJbrKay92WTUEWk3uD9nE { display:block; }
 }@media only screen and (max-width: 763px) { #GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;height:29px;font-family:"br font n-day";font-weight:700;font-style:normal;display:block;vertical-align:top; }
#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o .widget-input-text {padding-top: 0; padding-bottom: 0;}#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-family:"br font n-day";font-weight:700;font-style:normal;display:block;vertical-align:top; }
#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-family:"br font n-day";display:block;vertical-align:top; }
#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o .widget-input-select {padding-top: 0; padding-bottom: 0;}#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o .widget-input-checkbox { width:16px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;vertical-align:top; }
#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o .widget-input-button { width:274px;margin-top:4px;margin-right:3px;margin-bottom:4px;margin-left:3px;background-color:#cca15e;background-image:none;height:44px; }
#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o [class*="-text"]:-moz-placeholder { font-family:"br font n-day"; }
#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o [class*="-text"]::-moz-placeholder { font-family:"br font n-day"; }
#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o [class*="-text"]:-ms-input-placeholder { font-family:"br font n-day"; }
#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o [class*="-text"]::-webkit-input-placeholder { font-family:"br font n-day"; }
#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o .widget-checkbox-label { width:261px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o .widget-container:first-of-type{padding-top:0;}#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o .widget-container:last-of-type{padding-bottom:0;}#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o  { width:280px;height:auto;top:225.46875px;left:0px; }
#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o {display:block;}#GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o { width:280px;height:auto;top:225.46875px;left:0px; }
 }@media only screen and (max-width: 763px) { #GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o #aLVCzy606WUDGmxCGGZt54qdoDV1mK33 {  }
 }@media only screen and (max-width: 763px) { #GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o #JNDUhrKynhFiw1XKAb6yMy0HTbDRoEXl { display:none; }
 }@media only screen and (max-width: 763px) { #GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o #ugsmSVf76ChCQAbWdVdh0E0HTVw2ZJAg {  }
 }@media only screen and (max-width: 763px) { #GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o #GMqXSn1GiEUPTqJZgsuPXeFJM0TrkkOn {  }
 }@media only screen and (max-width: 763px) { #GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o #JXFkt7HvQ18QBJyF43zRQRQs6JuBbtfu { display:none; }
 }@media only screen and (max-width: 763px) { #GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o #qyxZCMsO1Vo8L7xyrR6AbB0yn1123Nc8 {  }
 }@media only screen and (max-width: 763px) { #GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o #mpfS6lfeVTysZ65ozeWKGRmAhe7FwNgP {  }
 }@media only screen and (max-width: 763px) { #GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o #rH1TTPkNtCvuFF80hdxBP6WtmuiJnlTz { display:none; }
 }@media only screen and (max-width: 763px) { #GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o #zNHAWTQKtoxR1MK8ZioZbhEmzoNO0KVw {  }
 }@media only screen and (max-width: 763px) { #ryuqPQcCVBnzwFqVKFEU5yefb3ALSHJI { display:block; }
 }@media only screen and (max-width: 763px) { #GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o #bKV8iu8sIVy823Tt6x8pnPXo9lxeD5Mp {  }
 }@media only screen and (max-width: 763px) { #GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o #U6oDuG5zvhu6gVcMBCfWO9VXVr1zy650 { display:none; }
 }@media only screen and (max-width: 763px) { #GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o #p8IiAn2h5IRtd27CbtAug2W7ddXGipVt {  }
 }@media only screen and (max-width: 763px) { #GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o #J8Ca2UNN6gM1uvhwg5gOpTvrhtwTa7Lz {  }
 }@media only screen and (max-width: 763px) { #GiRxcn0JB5qyQgzJxpM8kMQ1Anq3oi6o #Fye4ehQ2V2F0X7IxHCdJQislTatqUL1N {  }
 }@media only screen and (max-width: 763px) { #ftdXn121pZLcrAdmHSV0alqQuL2ZhnQa { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1f49e3c2-4ae1-44f5-ba82-1ad8d04500ff/app1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ftdXn121pZLcrAdmHSV0alqQuL2ZhnQa.adaptive-delivery-prevent-bg, #ftdXn121pZLcrAdmHSV0alqQuL2ZhnQa.lazyload, #ftdXn121pZLcrAdmHSV0alqQuL2ZhnQa.lazyloading { background-image: none; }#ftdXn121pZLcrAdmHSV0alqQuL2ZhnQa > .row .container { background-color: transparent; background-image: none; }#ftdXn121pZLcrAdmHSV0alqQuL2ZhnQa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ftdXn121pZLcrAdmHSV0alqQuL2ZhnQa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ftdXn121pZLcrAdmHSV0alqQuL2ZhnQa > .row .container > .video-iframe-container { display: none; }#ftdXn121pZLcrAdmHSV0alqQuL2ZhnQa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ftdXn121pZLcrAdmHSV0alqQuL2ZhnQa > .row > .video-iframe-container { display: none; }#ftdXn121pZLcrAdmHSV0alqQuL2ZhnQa > .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); }#ftdXn121pZLcrAdmHSV0alqQuL2ZhnQa > .row .container { width:320px;height:875px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w6zMNTeDpDakGRUWn3ii85Lnehq8x2Uh { width:81px;height:40px;top:666.96875px;left:119.5px;line-height:.8;background-color:transparent;background-image:none;color:rgba(0,0,0,0);z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #nqNcClr6yCdKTP4bD7tQrz0rDuy9sHIx { display:block; }
 }@media only screen and (max-width: 763px) { #gwfJN8C6QcZToJTLGIDTE5dvzGydpw6D { width:79px;height:40px;top:432.984375px;left:29.5px;line-height:.8;background-color:transparent;background-image:none;color:rgba(0,0,0,0);z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #PFJDLPyadmkKiFUE2J5It8Gf64FaLoso { display:block; }
 }@media only screen and (max-width: 763px) { #r6QSs4F75X8aAQBUvVpQeEHHaJ87EQ5t { width:100px;height:40px;top:443px;left:110px;display:none; }
 }@media only screen and (max-width: 763px) { #uAFuuZKArLIQskvXvMuMUsnKs8niOX1i { display:block; }
 }@media only screen and (max-width: 763px) { #vTZpCSEPy8HNecq0dWfclAlbq24aOAak { width:100px;height:40px;top:443px;left:110px;display:none; }
 }@media only screen and (max-width: 763px) { #KFApD2VVa1abEGdsEQkhXdLzc5hvwBwP { display:block; }
 }@media only screen and (max-width: 763px) { #TVo2OGhKunw9vomQGvr4DN9U74tZoAcG { width:100px;height:40px;top:443px;left:110px;display:none; }
 }@media only screen and (max-width: 763px) { #zNk9kXIiaHg2Pcsz1MR8ubQkWDobNrai { display:block; }
 }@media only screen and (max-width: 763px) { #v7iCud50OUgVrDeAONcI78tMUAWBQBeU { width:79px;height:31px;top:437.484375px;left:200.5px;line-height:.8;background-color:transparent;background-image:none;color:rgba(0,0,0,0);z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #pK4L2ccSo7txc4C4GKwFCgnr9X1QyPvv { display:block; }
 }@media only screen and (max-width: 763px) { #pz41hQHUOX3IKFlCxslxCZkFZuyedWD4 { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c8378706-4a09-4f59-8e20-ad01d189c059/app2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#pz41hQHUOX3IKFlCxslxCZkFZuyedWD4.adaptive-delivery-prevent-bg, #pz41hQHUOX3IKFlCxslxCZkFZuyedWD4.lazyload, #pz41hQHUOX3IKFlCxslxCZkFZuyedWD4.lazyloading { background-image: none; }#pz41hQHUOX3IKFlCxslxCZkFZuyedWD4 > .row .container { background-color: transparent; background-image: none; }#pz41hQHUOX3IKFlCxslxCZkFZuyedWD4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pz41hQHUOX3IKFlCxslxCZkFZuyedWD4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pz41hQHUOX3IKFlCxslxCZkFZuyedWD4 > .row .container > .video-iframe-container { display: none; }#pz41hQHUOX3IKFlCxslxCZkFZuyedWD4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pz41hQHUOX3IKFlCxslxCZkFZuyedWD4 > .row > .video-iframe-container { display: none; }#pz41hQHUOX3IKFlCxslxCZkFZuyedWD4 > .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); }#pz41hQHUOX3IKFlCxslxCZkFZuyedWD4 > .row .container { width:320px;height:830px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kbJa861h89gkVV2uF2oJbKh13kV8TC3t { width:163.969px;height:28.5938px;top:508.109375px;left:78px;font-size:11px;line-height:2.6;display:block; }
 }@media only screen and (max-width: 763px) { #sJdmOB7TNqZWix752L0bKxSPQ0euIOOM { width:142.969px;height:50.6718px;top:561px;left:88.5px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #DzINk875ZJtkcX0LQfh6hVUwsydhpGQS { width:85px;height:40px;top:351px;left:115px;display:none; }
 }@media only screen and (max-width: 763px) { #iJ13TW6MLDxmgMOsV0ShcgTk3aDwDEr2 { display:block; }
 }@media only screen and (max-width: 763px) { #c8c7J1Sh3JpDlGkJ9R2BkS9QVhDseAiu { width:109px;height:34.1875px;top:295.23864746094px;left:27.417612075806px;font-size:9px;line-height:1.9;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sHMphBGDyTG4FTPn57Js1yopdtFA8e8l { width:142.969px;height:50.6718px;top:336.1875px;left:12.4375px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #q1LJ08ApWeFTDDvGNAr23s0xDoRr9RiZ { width:162.969px;height:18.1875px;top:301.23864746094px;left:157.00282859802px;font-size:14px;color:#382b0e;display:block; }
 }@media only screen and (max-width: 763px) { #uzif3HMlat62qHrEleJWETCPkyvusqye { width:141.969px;height:60px;top:336.38635253906px;left:167.51419639587px;font-size:15px;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #JnFETIE8vfKI3A2nO7cdfLEyxqsbFA7a { width:85px;height:40px;top:411.875px;left:41.4375px;background-color:transparent;background-image:none;color:rgba(0,0,0,0);z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #mWtsn4bcqnigEToKTKFqUZhcRB6SvVS1 { display:block; }
 }@media only screen and (max-width: 763px) { #NQWKMuKvhnTECTWJwsOcgABnLds6tmeR { width:85px;height:40px;top:630.875px;left:117.5px;background-color:transparent;background-image:none;color:rgba(0,0,0,0);z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #yAEXOgtTH1PnMR18eO9Mg59VfWcC3VL2 { display:block; }
 }@media only screen and (max-width: 763px) { #FtMd3RdSAt70Q7JF9TnGTaupDx8Aba4h { width:100px;height:40px;top:467px;left:110px;display:none; }
 }@media only screen and (max-width: 763px) { #aoWztuezdkQzl5HISZ4h1pUzJq3q7HTA { display:block; }
 }@media only screen and (max-width: 763px) { #qJARxWB0giG1MvNWMJNW54xGMVLfgHlo { width:100px;height:40px;top:467px;left:110px;display:none; }
 }@media only screen and (max-width: 763px) { #L7K5K8NbXa01yIWLFh1DZukCO6ixcPzT { display:block; }
 }@media only screen and (max-width: 763px) { #WUWB2GFLI56liffzpoRxpaKbLhlSnswU { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e02e9018-33f5-4288-8842-f3f2c79c81b3/app3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#WUWB2GFLI56liffzpoRxpaKbLhlSnswU.adaptive-delivery-prevent-bg, #WUWB2GFLI56liffzpoRxpaKbLhlSnswU.lazyload, #WUWB2GFLI56liffzpoRxpaKbLhlSnswU.lazyloading { background-image: none; }#WUWB2GFLI56liffzpoRxpaKbLhlSnswU > .row .container { background-color: transparent; background-image: none; }#WUWB2GFLI56liffzpoRxpaKbLhlSnswU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUWB2GFLI56liffzpoRxpaKbLhlSnswU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUWB2GFLI56liffzpoRxpaKbLhlSnswU > .row .container > .video-iframe-container { display: none; }#WUWB2GFLI56liffzpoRxpaKbLhlSnswU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUWB2GFLI56liffzpoRxpaKbLhlSnswU > .row > .video-iframe-container { display: none; }#WUWB2GFLI56liffzpoRxpaKbLhlSnswU > .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); }#WUWB2GFLI56liffzpoRxpaKbLhlSnswU > .row .container { width:320px;height:846px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AWtAM1A0u3UkvfRtBfB4aLL9JqDPM5SB { width:122.969px;height:58.5px;top:262px;left:98.5px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #hXTAyalWhOgbLIC6I4DO7l16W4F69vhM { width:143px;height:46.7813px;top:324px;left:88.5px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #NAPDXyqkvmSxlczLOwcXCG23FzfxyO9S { width:85px;height:40px;top:519px;left:117.5px;display:none; }
 }@media only screen and (max-width: 763px) { #TOZzAgeepvo6CLIoxuTQIxOz2vVff5cN { display:block; }
 }@media only screen and (max-width: 763px) { #snD5Dl6kp0X5cmf17N5E75MOBqIBP8Ho { width:109px;height:31.1875px;top:529px;left:105.5px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #uEyfJKT8NzModVVoUGt6IiVOuKBnnfb8 { width:142.969px;height:50.6718px;top:575px;left:88.5px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #TH4kJOnGwgHsZfTIy8atA0HUnBK72i9k { width:111px;height:31px;top:521px;left:104.5px;background-color:#c59937;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#eec77e;z-index:15027;font-size:19px;line-height:.3;display:none; }
 }@media only screen and (max-width: 763px) { #TJxZPNTUpndTV2h9VFVTgPbN0hcmCWtF { display:block; }
 }@media only screen and (max-width: 763px) { #ZTcD56D2oKZ9vxXZkItVFkF5urGCEbaI { width:85px;height:40px;top:394px;left:117.5px;background-color:transparent;background-image:none;color:rgba(0,0,0,0);z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #VCETATdkLzGaqIVHbMWPC8lf9rBhHmQ0 { display:block; }
 }@media only screen and (max-width: 763px) { #tOXXvHuaT3MepzG42r2aRqUfyS7kO7pT { width:85px;height:40px;top:657px;left:117.5px;background-color:transparent;background-image:none;color:rgba(0,0,0,0);z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #RCg5So1HkCksyXEUMT5FbdnxECl4FBI7 { display:block; }
 }@media only screen and (max-width: 763px) { #gai42ol6FpnMwMkLW0obaQwLbMIxthoJ { width:100px;height:40px;top:493px;left:110px;display:none; }
 }@media only screen and (max-width: 763px) { #sXwdV5khAbaaVDLUhiyzCboRt47pOcJe { display:block; }
 }@media only screen and (max-width: 763px) { #Trtt2Oi88qO6Bc1n2l3SLL87eUQCd7RT { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e9781933-ca52-4bea-8a23-89f7460a7380/app4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Trtt2Oi88qO6Bc1n2l3SLL87eUQCd7RT.adaptive-delivery-prevent-bg, #Trtt2Oi88qO6Bc1n2l3SLL87eUQCd7RT.lazyload, #Trtt2Oi88qO6Bc1n2l3SLL87eUQCd7RT.lazyloading { background-image: none; }#Trtt2Oi88qO6Bc1n2l3SLL87eUQCd7RT > .row .container { background-color: transparent; background-image: none; }#Trtt2Oi88qO6Bc1n2l3SLL87eUQCd7RT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Trtt2Oi88qO6Bc1n2l3SLL87eUQCd7RT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Trtt2Oi88qO6Bc1n2l3SLL87eUQCd7RT > .row .container > .video-iframe-container { display: none; }#Trtt2Oi88qO6Bc1n2l3SLL87eUQCd7RT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Trtt2Oi88qO6Bc1n2l3SLL87eUQCd7RT > .row > .video-iframe-container { display: none; }#Trtt2Oi88qO6Bc1n2l3SLL87eUQCd7RT > .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); }#Trtt2Oi88qO6Bc1n2l3SLL87eUQCd7RT > .row .container { width:320px;height:865px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D79ZBTLoTJh44yxaHqZLOV6xWm0LyV8p { width:122.969px;height:41.5938px;top:268px;left:98.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #gXu5VNCcMpPsowzgi465o7LSZATtVpGd { width:142.969px;height:54.5625px;top:312.34375px;left:88.5px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #gicTUUTZWyuw5cB5mPOTXKrhduE8sl6u { width:163.969px;height:20.7969px;top:544px;left:78px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #uZ0wyRJrfXg9meAhSCwdW6hoMNkWFlBT { width:142.938px;height:58.5px;top:569.99780273438px;left:88.515625px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #R6S8HnofXvDqRbh8C2PPA4DAKFDIbQpG { width:85px;height:40px;top:404px;left:117.5px;background-color:transparent;background-image:none;color:rgba(0,0,0,0);z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #proTmCgbuw4vnAXtvTLiUdUX1cczWH60 { display:block; }
 }@media only screen and (max-width: 763px) { #Xnhc7tLpR0fbLcx7MKhQIk5zkvB4zfIO { width:85px;height:40px;top:671px;left:117.5px;background-color:transparent;background-image:none;color:rgba(0,0,0,0);z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #blyMyiGITuHub3k5JDdR7gQDviWHRIzE { display:block; }
 }@media only screen and (max-width: 763px) { #TUbztHVPqBoFyLDr0yHJnhOKHKHg3hZ9 { width:100px;height:40px;top:498px;left:110px;display:none; }
 }@media only screen and (max-width: 763px) { #J6ZcATG84GhTP9t6yReTc128Nc9fwvbA { display:block; }
 }@media only screen and (max-width: 763px) { #zk1VvI7slv2so48ENghwy4F8TXCos1g4 { width:100px;height:40px;top:498px;left:110px;display:none; }
 }@media only screen and (max-width: 763px) { #Eo2WvxLFyr1P8Euclh1Wr6oiEDUoAPhl { display:block; }
 }@media only screen and (max-width: 763px) { #Ulc5rHXbovAu97nd72WCcuecdieyL7GI { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/dfe7fafb-ff41-4927-8477-70b36201a4ab/app5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Ulc5rHXbovAu97nd72WCcuecdieyL7GI.adaptive-delivery-prevent-bg, #Ulc5rHXbovAu97nd72WCcuecdieyL7GI.lazyload, #Ulc5rHXbovAu97nd72WCcuecdieyL7GI.lazyloading { background-image: none; }#Ulc5rHXbovAu97nd72WCcuecdieyL7GI > .row .container { background-color: transparent; background-image: none; }#Ulc5rHXbovAu97nd72WCcuecdieyL7GI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ulc5rHXbovAu97nd72WCcuecdieyL7GI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ulc5rHXbovAu97nd72WCcuecdieyL7GI > .row .container > .video-iframe-container { display: none; }#Ulc5rHXbovAu97nd72WCcuecdieyL7GI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ulc5rHXbovAu97nd72WCcuecdieyL7GI > .row > .video-iframe-container { display: none; }#Ulc5rHXbovAu97nd72WCcuecdieyL7GI > .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); }#Ulc5rHXbovAu97nd72WCcuecdieyL7GI > .row .container { width:320px;height:855px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nEBRukqKoWP1Po9B6Hs3dCyStqTiaQDr { width:120px;height:33.7812px;top:522px;left:100px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #wyk3n1UX4Q0iyzTg2C2k0Vl4bgqamdpA { width:142.969px;height:50.6718px;top:590.40625px;left:88.5px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #xJ5JJqhxTg6Hgn1GcAg429hRFFhas4gL { width:162.969px;height:36.375px;top:252.625px;left:78.5px;font-size:14px;color:#000409;display:block; }
 }@media only screen and (max-width: 763px) { #LgO41VzGKDk1evSBbyTVfQTMPDbgBC2w { width:141.969px;height:50.6718px;top:323px;left:89px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #dLaWO9mTawMXqff9UQImLToKKbuPmzhV { width:108px;height:32px;top:403px;left:106px;background-color:transparent;background-image:none;color:rgba(0,0,0,0);z-index:15031;border-top-left-radius:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;display:block; }
 }@media only screen and (max-width: 763px) { #JTblS5HEhqJPbG3aLZeTMXwmXQLZLKEA { display:block; }
 }@media only screen and (max-width: 763px) { #AvWfcMfUg01EpAnmqBHUyVRnWqeBGtGn { width:108px;height:32px;top:668px;left:106px;background-color:transparent;background-image:none;color:rgba(0,0,0,0);z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #fTmPXx8mlEcuyP0oav8VczXT8J99iLmi { display:block; }
 }@media only screen and (max-width: 763px) { #MgT4qG4iOeQTPiTEarzTgJqbLoqKmEcn { width:176px;height:40px;top:494px;left:72px;display:none; }
 }@media only screen and (max-width: 763px) { #AiZdTEH6Tb46mXr3kWGJN4pTWkzgiqJK { display:block; }
 }@media only screen and (max-width: 763px) { #OhGfcRaSyXEzdLcgfvIkzRSTHhKwlTlN { width:163px;height:45px;top:492px;left:78px;display:none; }
 }@media only screen and (max-width: 763px) { #oiTsBCZLHsTs6GZkTJo4Af5XSmJuRhJK { display:block; }
 }@media only screen and (max-width: 763px) { #U7dSRFcZ2eB7DgiaFPoseKIcvIL0g6yC { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #efd490, #f8f6f1);background-image: -moz-linear-gradient(180deg, #efd490, #f8f6f1);background-image: -ms-linear-gradient(180deg, #efd490, #f8f6f1);background-image: -o-linear-gradient(180deg, #efd490, #f8f6f1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#efd490', endColorstr='#f8f6f1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#efd490', endColorstr='#f8f6f1' );";background-image: linear-gradient(180deg, #efd490, #f8f6f1);background-size:cover !important;display:block; }#U7dSRFcZ2eB7DgiaFPoseKIcvIL0g6yC > .row .container { background-color: transparent; background-image: none; }#U7dSRFcZ2eB7DgiaFPoseKIcvIL0g6yC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7dSRFcZ2eB7DgiaFPoseKIcvIL0g6yC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7dSRFcZ2eB7DgiaFPoseKIcvIL0g6yC > .row .container > .video-iframe-container { display: none; }#U7dSRFcZ2eB7DgiaFPoseKIcvIL0g6yC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7dSRFcZ2eB7DgiaFPoseKIcvIL0g6yC > .row > .video-iframe-container { display: none; }#U7dSRFcZ2eB7DgiaFPoseKIcvIL0g6yC > .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); }#U7dSRFcZ2eB7DgiaFPoseKIcvIL0g6yC > .row .container { width:320px;height:552px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aXiopagBJTCrWILqs7SWRy2QkTOC5s4i { width:108px;height:32px;top:403px;left:106px;background-color:transparent;background-image:none;color:rgba(0,0,0,0);z-index:15031;border-top-left-radius:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;display:block; }
 }@media only screen and (max-width: 763px) { #wPPR6ez1ZyeplmFHmvLi5HTHhpIkixLd { display:block; }
 }@media only screen and (max-width: 763px) { #TQ7TeE9BKBJdAfxh0ZCTC1ehGKDtsxyS { width:320px;height:409.453px;top:105.59375px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #UzhZMc507bqgzPMmqGibE4s4C6RAcfBI { width:200px;height:41.5938px;top:44px;left:60px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #V0ng2IIxK5Dma8fsBAN8J4UBwy27N93A { background-color:rgba(255,255,255,0.98);background-image:url("https://images.assets-landingi.com/uc/2f0029bf-1461-4a9e-bba6-5599df1cadb0/app6.png");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;display:block; }#V0ng2IIxK5Dma8fsBAN8J4UBwy27N93A.adaptive-delivery-prevent-bg, #V0ng2IIxK5Dma8fsBAN8J4UBwy27N93A.lazyload, #V0ng2IIxK5Dma8fsBAN8J4UBwy27N93A.lazyloading { background-image: none; }#V0ng2IIxK5Dma8fsBAN8J4UBwy27N93A > .row .container { background-color: transparent; background-image: none; }#V0ng2IIxK5Dma8fsBAN8J4UBwy27N93A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0ng2IIxK5Dma8fsBAN8J4UBwy27N93A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0ng2IIxK5Dma8fsBAN8J4UBwy27N93A > .row .container > .video-iframe-container { display: none; }#V0ng2IIxK5Dma8fsBAN8J4UBwy27N93A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0ng2IIxK5Dma8fsBAN8J4UBwy27N93A > .row > .video-iframe-container { display: none; }#V0ng2IIxK5Dma8fsBAN8J4UBwy27N93A > .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); }#V0ng2IIxK5Dma8fsBAN8J4UBwy27N93A > .row .container { width:320px;height:1008px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #etemim1b8vv4UylsWqCkFKrJT3o4d24X { width:200px;height:193px;top:373px;left:60px;display:none; }
 }@media only screen and (max-width: 763px) { #p1fISpDUcTtnc9xhyg2uCpzH7ioRmwER { display:block; }
 }@media only screen and (max-width: 763px) { #P8IDbR8w8VER9zmUDn9APqF8POaqU0XX { width:304px;height:56px;top:833px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #mFttPrlIBtcJXycqaVWJEnQHrW3SV3TT { display:block; }
 }@media only screen and (max-width: 763px) { #hQWTlH2vro51OTwkHgeQuW7bEbhZeu8L { width:262px;height:58px;top:693px;left:29px;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #TMkHyEdJ3qMzmIMtZVa7soKBKSDtQO3U { display:block; }
 }@media only screen and (max-width: 763px) { #LqoGWWlSvHdl4f2VM3qRsEDotJ8Bikf0 { width:262px;height:218px;top:382px;left:29px;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #okvDgNeasOm2WXzeJBT5tn037u6TDBxc { display:block; }
 }