.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#fafafa;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#kFNJr4MOXVy3Bn8XzmgDZoIU8KRTqELk { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d06882e4-b684-4453-a9a7-9dc3e31261ff/avola.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kFNJr4MOXVy3Bn8XzmgDZoIU8KRTqELk.adaptive-delivery-prevent-bg, #kFNJr4MOXVy3Bn8XzmgDZoIU8KRTqELk.lazyload, #kFNJr4MOXVy3Bn8XzmgDZoIU8KRTqELk.lazyloading { background-image: none; }#kFNJr4MOXVy3Bn8XzmgDZoIU8KRTqELk > .row .container { background-color: transparent; background-image: none; }#kFNJr4MOXVy3Bn8XzmgDZoIU8KRTqELk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.83); }#kFNJr4MOXVy3Bn8XzmgDZoIU8KRTqELk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFNJr4MOXVy3Bn8XzmgDZoIU8KRTqELk > .row .container > .video-iframe-container { display: none; }#kFNJr4MOXVy3Bn8XzmgDZoIU8KRTqELk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.83); }#kFNJr4MOXVy3Bn8XzmgDZoIU8KRTqELk > .row > .video-iframe-container { display: none; }#kFNJr4MOXVy3Bn8XzmgDZoIU8KRTqELk > .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); }#kFNJr4MOXVy3Bn8XzmgDZoIU8KRTqELk > .row .container { border-width: 0; border-radius: 0; }#kFNJr4MOXVy3Bn8XzmgDZoIU8KRTqELk::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kFNJr4MOXVy3Bn8XzmgDZoIU8KRTqELk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kFNJr4MOXVy3Bn8XzmgDZoIU8KRTqELk > .row .container { font-size:14px;font-family:arial;height:580px;width:1200px;overflow:visible;position:relative;display:block; }#z6rkf3zTrmobfOmnETFvVmZIppetuKSt { color:#ffffff;display:block;width:1090px;position:absolute;font-family:montserrat;font-size:64px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:172px;left:15px;height:166.406px;font-style:normal;text-align:left;text-align-last:left;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; }
#Sv083FtLQT6B8MT0qn2ft2GD3o3Or4u8 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:61.9833px;width:217.983px;top:34.921875px;left:0px;overflow:hidden;display:block; }
#QwKm4TN2VLwdPIhCK4T5vSLcsFNnuneU { background-color:#ffffff;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:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;box-shadow: none;box-sizing:border-box;color:#8cc63f;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:23px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:403px;height:57px;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:473.953125px;left:15px;display:block; }
#Bb8RSGcU5yPLT6qGhIzpRQA7ctKMiJpi { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#MUzVeSrdiUwLgf7AQ4etRAUI6EafyzGT { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31px;width:190px;top:50.90625px;left:233.46875px;overflow:hidden;display:block; }
#sJLceInqSwLrrgzqGWbWTuBunF0Fid9m { box-sizing:content-box;height:41px;width:2px;position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:none;top:48.3125px;left:217.765625px;display:block; }
#nMsJotLbTT7XXRSZT7To8uhp1Hv7iWHz { color:#ffffff;display:block;width:818px;position:absolute;font-family:montserrat;font-size:25px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:355.984375px;left:15px;height:;font-style:normal;text-align:left;text-align-last:left;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; }
#E8zODNJmslqt8RxTrBAb2tmzy0Jw4Iss { box-sizing:content-box;height:300px;width:5px;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#nz7mF1bxCacPB0nqB5py38Ltd6iOWA9p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eeeeef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nz7mF1bxCacPB0nqB5py38Ltd6iOWA9p > .row .container { background-color: transparent; background-image: none; }#nz7mF1bxCacPB0nqB5py38Ltd6iOWA9p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nz7mF1bxCacPB0nqB5py38Ltd6iOWA9p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nz7mF1bxCacPB0nqB5py38Ltd6iOWA9p > .row .container > .video-iframe-container { display: none; }#nz7mF1bxCacPB0nqB5py38Ltd6iOWA9p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nz7mF1bxCacPB0nqB5py38Ltd6iOWA9p > .row > .video-iframe-container { display: none; }#nz7mF1bxCacPB0nqB5py38Ltd6iOWA9p > .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); }#nz7mF1bxCacPB0nqB5py38Ltd6iOWA9p > .row .container { border-width: 0; border-radius: 0; }#nz7mF1bxCacPB0nqB5py38Ltd6iOWA9p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nz7mF1bxCacPB0nqB5py38Ltd6iOWA9p > .row .container { font-size:14px;font-family:arial;height:689px;width:1200px;position:relative;display:block; }#atU4JDG7r2UzsEtR2EJn1lpRqZD3erWP { color:#424242;display:block;width:582px;position:absolute;font-family:montserrat;font-size:48px;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:98px;left:21px;height:62.4023px;font-style:normal;display:block; }
#WEsK9KnIMvMERUKg11hhQdm7PLFK1BLs { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:690px;width:410px;top:0px;left:757.1875px;overflow:hidden;display:block; }
#zrCJCwwXp3TAdT9KD7TFPPXgW8L0WXID { background-color:#8cc63f;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:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:263px;height:45px;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:516px;left:21px;display:block; }
#rDeTRncbVyhoiTzEsk2hHUxmhtZeBrMN { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#krbabCNXsDFxKQZc9v8KkDuJOi4tTraB { color:#424242;display:block;width:674px;position:absolute;font-family:montserrat;font-size:25px;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:197px;left:21px;height:;font-style:normal;text-align:left;text-align-last:left;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; }
#cJ64B5vuKM9vXxtHpprfSFaocFwUc1W8 { background-color:#e40d2c;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:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:263px;height:45px;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:516px;left:21px;display:none; }
#V64EDQgqs7xm6RvXNct6EpQT0unFKuHU { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7ebd0a0d-6e06-438a-b2ee-c5a0d4940b57/TRADICIONALvsDIGITALBaldan.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy.adaptive-delivery-prevent-bg, #URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy.lazyload, #URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy.lazyloading { background-image: none; }#URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy > .row .container { background-color: transparent; background-image: none; }#URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy > .row .container > .video-iframe-container { display: none; }#URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy > .row > .video-iframe-container { display: none; }#URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy > .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); }#URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy > .row .container { border-width: 0; border-radius: 0; }#URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy > .row .container { font-size:14px;font-family:arial;height:662px;width:1200px;position:relative;display:block; }#Abwg3RIUUT0TKqu7qk3sKpu2vnonJwgk { background-color:#8cc63f;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:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:21px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:283.938px;height:54.9688px;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:570.203125px;left:458.015625px;display:block; }
#tOuuUOi5tXGbOTCZCKcVlTsoNJBe4T5a { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#mvzSvlINyd8hJ1g31NnHDTVFNxTIpE93 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:464px;width:825px;display:none; }
#fTHeqZI2bkB6A1LZfy5HdJycGNhmcvmA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:464px;width:825px;display:none; }
#RLkMwum2zmfmJfEKVOhUCzhym06HKct3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RLkMwum2zmfmJfEKVOhUCzhym06HKct3 > .row .container { background-color: transparent; background-image: none; }#RLkMwum2zmfmJfEKVOhUCzhym06HKct3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLkMwum2zmfmJfEKVOhUCzhym06HKct3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLkMwum2zmfmJfEKVOhUCzhym06HKct3 > .row .container > .video-iframe-container { display: none; }#RLkMwum2zmfmJfEKVOhUCzhym06HKct3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLkMwum2zmfmJfEKVOhUCzhym06HKct3 > .row > .video-iframe-container { display: none; }#RLkMwum2zmfmJfEKVOhUCzhym06HKct3 > .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); }#RLkMwum2zmfmJfEKVOhUCzhym06HKct3 > .row .container { border-width: 0; border-radius: 0; }#RLkMwum2zmfmJfEKVOhUCzhym06HKct3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RLkMwum2zmfmJfEKVOhUCzhym06HKct3 > .row .container { font-size:14px;font-family:arial;height:578px;width:1200px;position:relative;display:block; }#ZQM190egWwyI4IapsC9aHd5NS9nt4tmD { color:#424242;display:block;width:511px;position:absolute;font-family:montserrat;font-size:49px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:133px;left:10px;height:318.457px;font-style:normal;text-align:left;text-align-last:left;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; }
#tEHxihS1oqEKTmXfnGDKXAPDLIXVW5Ub { background-color:#8cc63f;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:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:263px;height:45px;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:486px;left:10px;display:block; }
#cOGyScTSzg2VGqRqLTnc0gkDD6Vl1Bbv { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#fLODC0EpL0lcyz7lLRsLNMQSaWepgGdT { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:453px;width:603px;top:71.066673278809px;left:563.98333740234px;overflow:hidden;display:block; }
#PTKJr1EOH7RzUQe2JOV66S21tIy1QTnv { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:59px;width:200px;top:47px;left:2px;overflow:hidden;display:block; }
#yyDa38HICn13pgtVK0euaGPKRSSadCXk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e8ea;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yyDa38HICn13pgtVK0euaGPKRSSadCXk > .row .container { background-color: transparent; background-image: none; }#yyDa38HICn13pgtVK0euaGPKRSSadCXk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yyDa38HICn13pgtVK0euaGPKRSSadCXk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yyDa38HICn13pgtVK0euaGPKRSSadCXk > .row .container > .video-iframe-container { display: none; }#yyDa38HICn13pgtVK0euaGPKRSSadCXk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yyDa38HICn13pgtVK0euaGPKRSSadCXk > .row > .video-iframe-container { display: none; }#yyDa38HICn13pgtVK0euaGPKRSSadCXk > .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); }#yyDa38HICn13pgtVK0euaGPKRSSadCXk > .row .container { border-width: 0; border-radius: 0; }#yyDa38HICn13pgtVK0euaGPKRSSadCXk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yyDa38HICn13pgtVK0euaGPKRSSadCXk > .row .container { font-size:14px;font-family:arial;height:584px;width:1200px;position:relative;display:block; }#EwU1NmT4R2caolszRXtPgG632CZZh71t { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:468px;width:597px;top:58px;left:603px;overflow:hidden;display:block; }
#S3CGRWSO4m5P01DOPtyUGV8wfyu4nuAd { background-color:#e40d2c;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:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:219px;height:45px;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:448px;left:39px;display:block; }
#TskNwZMJPLVb36uXRysImwRp2XCk4iIQ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#g5qAJ7ozZXTbFJSC2IeMvyWdZdGBugKG { color:#424242;display:block;width:538px;position:absolute;font-family:montserrat;font-size:57px;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:93px;left:39px;height:148.164px;font-style:normal;text-align:left;text-align-last:left;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; }
#pdLwQaOc8oILFG8DJADOpCfXOFUsgx5R { color:#424242;display:block;width:450px;position:absolute;font-family:montserrat;font-size:42px;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:266px;left:39px;height:109.18px;font-style:normal;text-align:left;text-align-last:left;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; }
#AHeoexUrf4gHOlgEP0VuwGiisoIxPvip { position:relative;display:none; }#AHeoexUrf4gHOlgEP0VuwGiisoIxPvip { border-width: 0; border-radius: 0; }#AHeoexUrf4gHOlgEP0VuwGiisoIxPvip > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#AHeoexUrf4gHOlgEP0VuwGiisoIxPvip > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:1392px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#wO6JLaMdHdfI3RaUdym9erJWnDBm5C4w { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:131.988px;width:185px;top:1193.0667114258px;left:860.96667480469px;overflow:hidden;display:block; }
#f7WkQ7KlxsnrXGU5iWAr6yTU5DZpoc0G { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:251px;width:803px;top:107px;left:153.94999694824px;overflow:hidden;display:block; }
#ckqi2TWthAZmolRINvRJXvHm758gKBQD { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:252px;width:809px;top:537.98336791992px;left:150.95001220703px;overflow:hidden;display:block; }
#rHTlRPaSzL7yJOD0hONPkbyiafJFSFVV { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:254px;width:806px;top:983.96655654907px;left:152.45001220703px;overflow:hidden;display:block; }
#tB3R7iewCafJCQKvsZTo4hWWhHd45eWy { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:131.988px;width:185px;top:743.08337402344px;left:860.96667480469px;overflow:hidden;display:block; }
#tdbWhgKGuEbCVsGDsZ41XH8IkqT3feCB { background-color:#e40d2c;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:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:24px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:466px;height:65px;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:809.00003051758px;left:322.45001220703px;display:block; }
#fdsHwxTLFn9Q7OdlF29T26KW1CTXozqW { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#vTKEdwkkTqPOii1lDo1gToThGXyTfVwk { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:132px;width:185px;top:312.05004882812px;left:860.96667480469px;overflow:hidden;display:block; }
#wX6nP0IQdsXFPkOFchk3I81vyzh9X8JI { background-color:#8cc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:343.993px;height:45px;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:481.97918701172px;left:14.965301513672px;display:none; }
#DATkz1F6Fyed2wVkon7eDkOh6uA5RkEX { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#faKXTwvm6ikUfQ7o3MgRehk6RCfKwPOa { background-color:#8cc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:343.993px;height:45px;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:481.97918701172px;left:14.965301513672px;display:none; }
#I0fBF3HkAoI9wNEwaVrzh5hbWdz9AJuh { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#mqMwMy0QHq2o6ef3rxUK4reSMagTXBJ9 { background-color:#8cc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:343.993px;height:45px;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:481.97918701172px;left:14.965301513672px;display:none; }
#lHM2T1OMTwCRxyQ4RqhFWctHucpax7D8 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#dB9xw7gKiJy3GvSbG3tzlGIuMU7VETGc { background-color:#e40d2c;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:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:24px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:466px;height:65px;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:377.98334121704px;left:322.45001220703px;display:block; }
#Sq3xb1TQwoJKBtegdiTEuwt6sLU5KhDW { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#rTOkBq551VAxWTFcum0PF8nskB5zb3rL { background-color:#e40d2c;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:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:24px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:466px;height:65px;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1258.9834289551px;left:322.45001220703px;display:block; }
#idNqhtsgb5FtJSNQlPbJTrqe0mN2LeQp { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#CcLZekAvpyOTlnO7N20002tcvWlNWlVi { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/acebe455-a08a-4233-9159-62f92ff5fe74/businessmenstandingwheatfieldlookinglaptop.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi.adaptive-delivery-prevent-bg, #CcLZekAvpyOTlnO7N20002tcvWlNWlVi.lazyload, #CcLZekAvpyOTlnO7N20002tcvWlNWlVi.lazyloading { background-image: none; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container { background-color: transparent; background-image: none; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.9); }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container > .video-iframe-container { display: none; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.9); }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row > .video-iframe-container { display: none; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .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); }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container { border-width: 0; border-radius: 0; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container { font-size:14px;font-family:arial;height:683px;width:1200px;overflow:visible;position:relative;display:block; }#odUrysAdn55Re73CFHOzGTVvy10vsGp6 { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:514px;width:386px;top:108px;left:755.00001525879px;display:block; }
#BII9eqkRf8AQsbNtAgb3uk954aaQ8zZl { color:#ffffff;display:block;width:634.992px;position:absolute;font-family:montserrat;font-size:68px;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:130px;left:46px;height:176.797px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RolXMcre3DIAFtkrrx34NwSfVqVwZiUy { position:absolute;display:block;z-index:15010;background-color:#e5e3e3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1px;width:300px;top:263px;left:806px;display:block; }
#ITK0TmEvFApaK6UynNNVyWVcP17fi19N { color:#e6e6e6;display:block;width:436.969px;position:absolute;font-family:montserrat;font-size:24px;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:322px;left:46px;height:62.3828px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-form-header {  }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:14px;font-weight:bold;color:#605444;width:268px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-text { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;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:268px;box-sizing:border-box;height:53px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-text {padding-top: 0; padding-bottom: 0;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-textarea { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;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; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .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; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-select {padding-top: 0; padding-bottom: 0;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-button { border-top-left-radius:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;background-color:#8cc63f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:20px;font-weight:bold;color:#f2f9ff;width:268px;height:55px;font-family:montserrat;overflow:hidden;box-shadow: 0 0 6px rgba(0,0,0,0.21) ; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:lato;font-size:15px;text-align:center;text-align-last:center; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:lato;font-size:15px;text-align:center;text-align-last:center; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:lato;font-size:15px;text-align:center;text-align-last:center; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:lato;font-size:15px;text-align:center;text-align-last:center; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .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";font-size:12px;font-weight:300;color:#494949;vertical-align:top;width:257px;overflow:hidden;font-style:normal;line-height:1.4; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .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; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .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; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-container { padding-top:5px;padding-right:0;padding-bottom:5px;padding-left:0;width:100%;font-size:0;height:auto; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-container:first-of-type{padding-top:0;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-container:last-of-type{padding-bottom:0;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx  { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:268px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15041;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:131px;left:794px; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:280px;display:block;vertical-align:top; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-info-text { font-size:12px; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx {display:block;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:268px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15041;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:131px;left:794px; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #p3TN1iz9nAT5fV9dfFnXVfxWcGwK8mya { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #m33KEn9Hs0RTUmy399V7cIpxr29RCARA { position:relative;display:block; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #PCp82x5RmGyd1uQRqOUdxARJdQCGPUgh { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #mHyTq4O6JUcPNX5MPgPQ23tREl5dR2C5 { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #RTVoBJUh3sT5GHZvEwCzS4gNVhlwJXJU { position:relative;display:block; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #oa1ExADPTDTpw95z6kh92buiQxUFmJXd { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #IHnodmNWywhZFZ8L5zLVoHRbRHMTlUle { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #GzJmuK1clb2pCvuRVPKw5ZWCw4r8zo4y { position:relative;display:block; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #LVVkULTgEcpQVBR0lJMwZVQhmz3BqFsp { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #lL0l0G9J8tO6UKVvWfxI1XmS5bGS4TRf { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #xxAQfpraeT42H7xBW0rUVBSkaFDX3qwT { position:relative;display:block; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #mFRUOpq7QTwTNtZcKDmf9xs5BVFIks5E { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #msAdUmaatDPNr0bbTbenOpRVZAuL02pp { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #BTnhuLKMaVi3czqV1bXiETIGnAs8JZp1 { position:relative; }
#tqycFNoTwV8BXxJsbH7AHw61fMII2EWG { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29px;width:172px;top:466.484375px;left:277.484375px;overflow:hidden;display:block; }
#BZnX2dWAcI0xWJnPM5mF6l8JDykc6FhM { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:61.9833px;width:217.983px;top:450px;left:32px;overflow:hidden;display:block; }
#gQhpzm0kG5KBVKhx5SnZT6wv4OAyeck0 { box-sizing:content-box;height:41px;width:2px;position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:none;top:460.484375px;left:254.96875px;display:block; }
#spGZ0fvAyReNNBSREcJKaBNQ0fHl5A5M { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:61.9833px;width:217.983px;top:34.921875px;left:0px;overflow:hidden;display:none; }
#MRodr2JzQOepa5CaAVPHTuURpMHznA6b { box-sizing:content-box;height:300px;width:5px;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy { border-top:5px solid #000000;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container { background-color: transparent; background-image: none; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container > .video-iframe-container { display: none; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row > .video-iframe-container { display: none; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .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); }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container { border-width: 0; border-radius: 0; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container { font-size:14px;font-family:arial;height:145.55555999999999px;width:1200px;position:relative;display:block; }#CqqTMIEZFhIvIigquVozwz1fUBRz3DbU { color:#8cc63f;display:block;width:121px;position:absolute;font-family:montserrat;font-size:14px;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:74.687561035156px;left:788.00006103516px;height:19.6px;font-style:normal;display:block; }
#rG3ndJ1TZmPQ9KFfP4ATHxh7LuIeGI1q { color:#8cc63f;display:block;width:198px;position:absolute;font-family:montserrat;font-size:14px;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:75.687561035156px;left:515.00006103516px;height:19.6px;font-style:normal;display:block; }
#XzVCzakcyZ04yITIpy7HAyqpbax3cWbJ { color:#8cc63f;display:block;width:189px;position:absolute;font-family:montserrat;font-size:12px;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:37px;left:976px;height:16.7773px;font-style:normal;display:block; }
#VRZ6A30Qh7eswFfcpxhNlJwTeEtvPUTW { box-sizing:content-box;color:#5d92ff;font-size:17px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:73.000061035156px;left:485.00006103516px; }
#IcUggX0q9aUuqwykhyJNAxpCxd8E8zTV { box-sizing:content-box;color:#5d92ff;font-size:17px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:73px;left:759px; }
#IpxADuMglSSTvLSyxkfNmRArybUtZWdE { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:55.9896px;width:198.976px;top:57.465270996094px;left:30.972229003906px;overflow:hidden;display:block; }
#oghMlQ7lHTq0QwZuKNCielC1gzzBgnVq { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:59.444458007812px;left:975.98968505859px; }
#VbCZAwB4e7RVBbSsVe9D40sgMoKy5HOK { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:59.444458007812px;left:1038.4861450195px; }
#pOTTmgoIabuFQ5iQRM9I9XwrV3k2Slu7 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:59.444458007812px;left:1098.7673950195px; }
#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no { position:relative;display:block; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no { background-color: transparent; background-image: none; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row .container > .video-iframe-container { display: none; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row > .video-iframe-container { display: none; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .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); }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no { border-width: 0; border-radius: 0; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;background-image:none;font-size:14px;font-family:arial;height:41px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DdJuNV8no4xhkQRUWfr5WyDNF9u7Iw3t { color:#605444;display:block;width:390px;position:absolute;font-family:montserrat;font-size:16px;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:10.083374023438px;left:405.00006103516px;height:20.8px;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kFNJr4MOXVy3Bn8XzmgDZoIU8KRTqELk { display:block; }#kFNJr4MOXVy3Bn8XzmgDZoIU8KRTqELk > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z6rkf3zTrmobfOmnETFvVmZIppetuKSt { width:764px;height:;top:172px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #Sv083FtLQT6B8MT0qn2ft2GD3o3Or4u8 { top:34px;left:0px;width:217px;height:61.693312351756px;display:block; }
 }@media only screen and (max-width: 763px) { #QwKm4TN2VLwdPIhCK4T5vSLcsFNnuneU { width:403px;height:57px;top:473px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Bb8RSGcU5yPLT6qGhIzpRQA7ctKMiJpi { display:block; }
 }@media only screen and (max-width: 763px) { #MUzVeSrdiUwLgf7AQ4etRAUI6EafyzGT { top:50px;left:15.46875px;width:190px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #sJLceInqSwLrrgzqGWbWTuBunF0Fid9m { top:48px;left:0px;width:2px;height:41px;display:block; }
 }@media only screen and (max-width: 763px) { #nMsJotLbTT7XXRSZT7To8uhp1Hv7iWHz { width:764px;height:;top:355px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #E8zODNJmslqt8RxTrBAb2tmzy0Jw4Iss { display:none; }
 }@media only screen and (max-width: 763px) { #nz7mF1bxCacPB0nqB5py38Ltd6iOWA9p { display:block; }#nz7mF1bxCacPB0nqB5py38Ltd6iOWA9p > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #atU4JDG7r2UzsEtR2EJn1lpRqZD3erWP { width:582px;height:62px;top:98px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #WEsK9KnIMvMERUKg11hhQdm7PLFK1BLs { top:0px;left:353px;width:410px;height:690px;display:block; }
 }@media only screen and (max-width: 763px) { #zrCJCwwXp3TAdT9KD7TFPPXgW8L0WXID { width:263px;height:45px;top:516px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rDeTRncbVyhoiTzEsk2hHUxmhtZeBrMN { display:block; }
 }@media only screen and (max-width: 763px) { #krbabCNXsDFxKQZc9v8KkDuJOi4tTraB { width:674px;height:;top:197px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #cJ64B5vuKM9vXxtHpprfSFaocFwUc1W8 { width:263px;height:45px;top:516px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #V64EDQgqs7xm6RvXNct6EpQT0unFKuHU { display:block; }
 }@media only screen and (max-width: 763px) { #URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy { display:block; }#URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Abwg3RIUUT0TKqu7qk3sKpu2vnonJwgk { width:283px;height:54px;top:570px;left:240.015625px;display:block; }
 }@media only screen and (max-width: 763px) { #tOuuUOi5tXGbOTCZCKcVlTsoNJBe4T5a { display:block; }
 }@media only screen and (max-width: 763px) { #mvzSvlINyd8hJ1g31NnHDTVFNxTIpE93 { width:764px;height:429px;display:none; }
 }@media only screen and (max-width: 763px) { #fTHeqZI2bkB6A1LZfy5HdJycGNhmcvmA { width:764px;height:429px;display:none; }
 }@media only screen and (max-width: 763px) { #RLkMwum2zmfmJfEKVOhUCzhym06HKct3 { display:block; }#RLkMwum2zmfmJfEKVOhUCzhym06HKct3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZQM190egWwyI4IapsC9aHd5NS9nt4tmD { width:511px;height:;top:133px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #tEHxihS1oqEKTmXfnGDKXAPDLIXVW5Ub { width:263px;height:45px;top:486px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cOGyScTSzg2VGqRqLTnc0gkDD6Vl1Bbv { display:block; }
 }@media only screen and (max-width: 763px) { #fLODC0EpL0lcyz7lLRsLNMQSaWepgGdT { top:71px;left:161px;width:603px;height:453px;display:block; }
 }@media only screen and (max-width: 763px) { #PTKJr1EOH7RzUQe2JOV66S21tIy1QTnv { top:47px;left:0px;width:200px;height:59px;display:block; }
 }@media only screen and (max-width: 763px) { #yyDa38HICn13pgtVK0euaGPKRSSadCXk { display:block; }#yyDa38HICn13pgtVK0euaGPKRSSadCXk > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EwU1NmT4R2caolszRXtPgG632CZZh71t { top:58px;left:167px;width:597px;height:468px;display:block; }
 }@media only screen and (max-width: 763px) { #S3CGRWSO4m5P01DOPtyUGV8wfyu4nuAd { width:219px;height:45px;top:448px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TskNwZMJPLVb36uXRysImwRp2XCk4iIQ { display:block; }
 }@media only screen and (max-width: 763px) { #g5qAJ7ozZXTbFJSC2IeMvyWdZdGBugKG { width:538px;height:148px;top:93px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #pdLwQaOc8oILFG8DJADOpCfXOFUsgx5R { width:450px;height:109px;top:266px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #AHeoexUrf4gHOlgEP0VuwGiisoIxPvip { display:block; }#AHeoexUrf4gHOlgEP0VuwGiisoIxPvip > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wO6JLaMdHdfI3RaUdym9erJWnDBm5C4w { top:1193px;left:579px;width:185px;height:131.988px;display:block; }
 }@media only screen and (max-width: 763px) { #f7WkQ7KlxsnrXGU5iWAr6yTU5DZpoc0G { top:107px;left:0px;width:764px;height:238.80946450809px;display:block; }
 }@media only screen and (max-width: 763px) { #ckqi2TWthAZmolRINvRJXvHm758gKBQD { top:537px;left:0px;width:764px;height:237.9826946848px;display:block; }
 }@media only screen and (max-width: 763px) { #rHTlRPaSzL7yJOD0hONPkbyiafJFSFVV { top:983px;left:0px;width:764px;height:240.76426799007px;display:block; }
 }@media only screen and (max-width: 763px) { #tB3R7iewCafJCQKvsZTo4hWWhHd45eWy { top:743px;left:579px;width:185px;height:131.988px;display:block; }
 }@media only screen and (max-width: 763px) { #tdbWhgKGuEbCVsGDsZ41XH8IkqT3feCB { width:466px;height:65px;top:809px;left:104.45001220703px;display:block; }
 }@media only screen and (max-width: 763px) { #fdsHwxTLFn9Q7OdlF29T26KW1CTXozqW { display:block; }
 }@media only screen and (max-width: 763px) { #vTKEdwkkTqPOii1lDo1gToThGXyTfVwk { top:312px;left:579px;width:185px;height:132px;display:block; }
 }@media only screen and (max-width: 763px) { #wX6nP0IQdsXFPkOFchk3I81vyzh9X8JI { width:343px;height:45px;top:481px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #DATkz1F6Fyed2wVkon7eDkOh6uA5RkEX { display:block; }
 }@media only screen and (max-width: 763px) { #faKXTwvm6ikUfQ7o3MgRehk6RCfKwPOa { width:343px;height:45px;top:481px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #I0fBF3HkAoI9wNEwaVrzh5hbWdz9AJuh { display:block; }
 }@media only screen and (max-width: 763px) { #mqMwMy0QHq2o6ef3rxUK4reSMagTXBJ9 { width:343px;height:45px;top:481px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #lHM2T1OMTwCRxyQ4RqhFWctHucpax7D8 { display:block; }
 }@media only screen and (max-width: 763px) { #dB9xw7gKiJy3GvSbG3tzlGIuMU7VETGc { width:466px;height:65px;top:377px;left:104.45001220703px;display:block; }
 }@media only screen and (max-width: 763px) { #Sq3xb1TQwoJKBtegdiTEuwt6sLU5KhDW { display:block; }
 }@media only screen and (max-width: 763px) { #rTOkBq551VAxWTFcum0PF8nskB5zb3rL { width:466px;height:65px;top:1258px;left:104.45001220703px;display:block; }
 }@media only screen and (max-width: 763px) { #idNqhtsgb5FtJSNQlPbJTrqe0mN2LeQp { display:block; }
 }@media only screen and (max-width: 763px) { #CcLZekAvpyOTlnO7N20002tcvWlNWlVi { display:block; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #odUrysAdn55Re73CFHOzGTVvy10vsGp6 { width:386px;height:514px;top:108px;left:378px;display:block; }
 }@media only screen and (max-width: 763px) { #BII9eqkRf8AQsbNtAgb3uk954aaQ8zZl { width:634px;height:176px;top:130px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #RolXMcre3DIAFtkrrx34NwSfVqVwZiUy { width:300px;height:0;top:263px;left:464px;display:block; }
 }@media only screen and (max-width: 763px) { #ITK0TmEvFApaK6UynNNVyWVcP17fi19N { width:436px;height:62px;top:322px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-regular-label { width:268px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-text { width:268px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-text {padding-top: 0; padding-bottom: 0;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-textarea { width:268px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-select { width:268px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-select {padding-top: 0; padding-bottom: 0;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-button { width:268px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-checkbox-label { width:252px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx  { width:268px;height:auto;top:131px;left:456px; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .radio-container { width:268px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx {display:block;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx { width:268px;height:auto;top:131px;left:456px; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #p3TN1iz9nAT5fV9dfFnXVfxWcGwK8mya {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #m33KEn9Hs0RTUmy399V7cIpxr29RCARA { display:none; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #PCp82x5RmGyd1uQRqOUdxARJdQCGPUgh {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #mHyTq4O6JUcPNX5MPgPQ23tREl5dR2C5 {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #RTVoBJUh3sT5GHZvEwCzS4gNVhlwJXJU { display:none; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #oa1ExADPTDTpw95z6kh92buiQxUFmJXd {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #IHnodmNWywhZFZ8L5zLVoHRbRHMTlUle {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #GzJmuK1clb2pCvuRVPKw5ZWCw4r8zo4y { display:none; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #LVVkULTgEcpQVBR0lJMwZVQhmz3BqFsp {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #lL0l0G9J8tO6UKVvWfxI1XmS5bGS4TRf {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #xxAQfpraeT42H7xBW0rUVBSkaFDX3qwT {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #mFRUOpq7QTwTNtZcKDmf9xs5BVFIks5E {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #msAdUmaatDPNr0bbTbenOpRVZAuL02pp {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #BTnhuLKMaVi3czqV1bXiETIGnAs8JZp1 {  }
 }@media only screen and (max-width: 763px) { #tqycFNoTwV8BXxJsbH7AHw61fMII2EWG { top:466px;left:59.484375px;width:172px;height:29px;display:block; }
 }@media only screen and (max-width: 763px) { #BZnX2dWAcI0xWJnPM5mF6l8JDykc6FhM { top:450px;left:0px;width:217px;height:61.694924833588px;display:block; }
 }@media only screen and (max-width: 763px) { #gQhpzm0kG5KBVKhx5SnZT6wv4OAyeck0 { top:460px;left:36.96875px;width:2px;height:41px;display:block; }
 }@media only screen and (max-width: 763px) { #spGZ0fvAyReNNBSREcJKaBNQ0fHl5A5M { top:34px;left:0px;width:217px;height:61.693312351756px;display:none; }
 }@media only screen and (max-width: 763px) { #MRodr2JzQOepa5CaAVPHTuURpMHznA6b { display:none; }
 }@media only screen and (max-width: 763px) { #IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy { display:block; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CqqTMIEZFhIvIigquVozwz1fUBRz3DbU { top:74px;left:570.00006103516px;width:121px;height:19px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #rG3ndJ1TZmPQ9KFfP4ATHxh7LuIeGI1q { top:75px;left:297.00006103516px;width:198px;height:19px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #XzVCzakcyZ04yITIpy7HAyqpbax3cWbJ { top:37px;left:576px;width:188px;height:16px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #VRZ6A30Qh7eswFfcpxhNlJwTeEtvPUTW { top:73px;left:267.00006103516px;width:25px;height:25px;display:block; }
 }@media only screen and (max-width: 763px) { #IcUggX0q9aUuqwykhyJNAxpCxd8E8zTV { top:73px;left:541px;width:25px;height:25px;display:block; }
 }@media only screen and (max-width: 763px) { #IpxADuMglSSTvLSyxkfNmRArybUtZWdE { top:57px;left:0px;width:198px;height:55.714964618849px;display:block; }
 }@media only screen and (max-width: 763px) { #oghMlQ7lHTq0QwZuKNCielC1gzzBgnVq { top:59px;left:714px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #VbCZAwB4e7RVBbSsVe9D40sgMoKy5HOK { top:59px;left:714px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #pOTTmgoIabuFQ5iQRM9I9XwrV3k2Slu7 { top:59px;left:714px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no { display:block; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DdJuNV8no4xhkQRUWfr5WyDNF9u7Iw3t { width:390px;height:20px;top:10px;left:187.00003051758px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kFNJr4MOXVy3Bn8XzmgDZoIU8KRTqELk { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d06882e4-b684-4453-a9a7-9dc3e31261ff/avola.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#kFNJr4MOXVy3Bn8XzmgDZoIU8KRTqELk.adaptive-delivery-prevent-bg, #kFNJr4MOXVy3Bn8XzmgDZoIU8KRTqELk.lazyload, #kFNJr4MOXVy3Bn8XzmgDZoIU8KRTqELk.lazyloading { background-image: none; }#kFNJr4MOXVy3Bn8XzmgDZoIU8KRTqELk > .row .container { background-color: transparent; background-image: none; }#kFNJr4MOXVy3Bn8XzmgDZoIU8KRTqELk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.65); }#kFNJr4MOXVy3Bn8XzmgDZoIU8KRTqELk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFNJr4MOXVy3Bn8XzmgDZoIU8KRTqELk > .row .container > .video-iframe-container { display: none; }#kFNJr4MOXVy3Bn8XzmgDZoIU8KRTqELk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.65); }#kFNJr4MOXVy3Bn8XzmgDZoIU8KRTqELk > .row > .video-iframe-container { display: none; }#kFNJr4MOXVy3Bn8XzmgDZoIU8KRTqELk > .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); }#kFNJr4MOXVy3Bn8XzmgDZoIU8KRTqELk > .row .container { width:320px;height:406px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z6rkf3zTrmobfOmnETFvVmZIppetuKSt { width:320px;height:93.6px;top:101.375px;left:0px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #Sv083FtLQT6B8MT0qn2ft2GD3o3Or4u8 { width:105.958px;height:30px;top:31px;left:43px;display:block; }
 }@media only screen and (max-width: 763px) { #QwKm4TN2VLwdPIhCK4T5vSLcsFNnuneU { width:222.984px;height:39.9844px;top:331.375px;left:48.5px;font-size:15px;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Bb8RSGcU5yPLT6qGhIzpRQA7ctKMiJpi { display:block; }
 }@media only screen and (max-width: 763px) { #MUzVeSrdiUwLgf7AQ4etRAUI6EafyzGT { width:108px;height:20px;top:36px;left:170px;display:block; }
 }@media only screen and (max-width: 763px) { #sJLceInqSwLrrgzqGWbWTuBunF0Fid9m { width:2px;height:41px;top:33.39599609375px;left:318px;display:none; }
 }@media only screen and (max-width: 763px) { #nMsJotLbTT7XXRSZT7To8uhp1Hv7iWHz { width:288px;height:83.2px;top:216.359375px;left:16px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #E8zODNJmslqt8RxTrBAb2tmzy0Jw4Iss { top:32px;left:156px;width:1px;height:27px;z-index:15011;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #nz7mF1bxCacPB0nqB5py38Ltd6iOWA9p { display:block; }#nz7mF1bxCacPB0nqB5py38Ltd6iOWA9p > .row .container { width:320px;height:874px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #atU4JDG7r2UzsEtR2EJn1lpRqZD3erWP { width:250px;height:27.3px;top:31.984375px;left:35px;text-align:center;text-align-last:center;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #WEsK9KnIMvMERUKg11hhQdm7PLFK1BLs { width:217.987px;height:367.987px;top:412.07957077026px;left:57.500001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #zrCJCwwXp3TAdT9KD7TFPPXgW8L0WXID { width:207px;height:37px;top:357.3125px;left:56.5px;font-size:15px;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;display:block; }
 }@media only screen and (max-width: 763px) { #rDeTRncbVyhoiTzEsk2hHUxmhtZeBrMN { display:block; }
 }@media only screen and (max-width: 763px) { #krbabCNXsDFxKQZc9v8KkDuJOi4tTraB { width:306.994px;height:249.6px;top:80.90625px;left:6.4687490463257px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #cJ64B5vuKM9vXxtHpprfSFaocFwUc1W8 { width:207px;height:37px;top:802px;left:56.5px;font-size:15px;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #V64EDQgqs7xm6RvXNct6EpQT0unFKuHU { display:block; }
 }@media only screen and (max-width: 763px) { #URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy { background-color:#ffffff;background-image:none;display:block; }#URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy > .row .container { background-color: transparent; background-image: none; }#URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy > .row .container > .video-iframe-container { display: none; }#URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy > .row > .video-iframe-container { display: none; }#URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy > .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); }#URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy > .row .container { width:320px;height:450px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Abwg3RIUUT0TKqu7qk3sKpu2vnonJwgk { width:180.994px;height:36.9937px;top:393.00001525879px;left:69.500001907349px;font-size:15px;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;display:block; }
 }@media only screen and (max-width: 763px) { #tOuuUOi5tXGbOTCZCKcVlTsoNJBe4T5a { display:block; }
 }@media only screen and (max-width: 763px) { #mvzSvlINyd8hJ1g31NnHDTVFNxTIpE93 { top:202.99999237061px;left:3.5px;width:313px;height:173px;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fTHeqZI2bkB6A1LZfy5HdJycGNhmcvmA { top:19.079551696777px;left:5px;width:310px;height:173px;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RLkMwum2zmfmJfEKVOhUCzhym06HKct3 { display:block; }#RLkMwum2zmfmJfEKVOhUCzhym06HKct3 > .row .container { width:320px;height:467px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZQM190egWwyI4IapsC9aHd5NS9nt4tmD { width:320px;height:81.9px;top:60px;left:0px;text-align:center;text-align-last:center;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #tEHxihS1oqEKTmXfnGDKXAPDLIXVW5Ub { width:198px;height:39.9937px;top:405.39775085449px;left:61.000001907349px;font-size:15px;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;display:block; }
 }@media only screen and (max-width: 763px) { #cOGyScTSzg2VGqRqLTnc0gkDD6Vl1Bbv { display:block; }
 }@media only screen and (max-width: 763px) { #fLODC0EpL0lcyz7lLRsLNMQSaWepgGdT { width:292.987px;height:219.994px;top:164.49991607666px;left:13.5px;display:block; }
 }@media only screen and (max-width: 763px) { #PTKJr1EOH7RzUQe2JOV66S21tIy1QTnv { width:107px;height:29px;top:16px;left:98.3125px;display:block; }
 }@media only screen and (max-width: 763px) { #yyDa38HICn13pgtVK0euaGPKRSSadCXk { display:block; }#yyDa38HICn13pgtVK0euaGPKRSSadCXk > .row .container { width:320px;height:407px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EwU1NmT4R2caolszRXtPgG632CZZh71t { width:264px;height:205px;top:101.453125px;left:28px;display:block; }
 }@media only screen and (max-width: 763px) { #S3CGRWSO4m5P01DOPtyUGV8wfyu4nuAd { width:178.984px;height:39.9844px;top:334.453125px;left:70.5px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #TskNwZMJPLVb36uXRysImwRp2XCk4iIQ { display:block; }
 }@media only screen and (max-width: 763px) { #g5qAJ7ozZXTbFJSC2IeMvyWdZdGBugKG { width:320px;height:27.3px;top:28.421875px;left:0px;text-align:center;text-align-last:center;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #pdLwQaOc8oILFG8DJADOpCfXOFUsgx5R { width:320px;height:20.8px;top:66.4375px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #AHeoexUrf4gHOlgEP0VuwGiisoIxPvip { display:none; }#AHeoexUrf4gHOlgEP0VuwGiisoIxPvip > .row .container { width:320px;height:555px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wO6JLaMdHdfI3RaUdym9erJWnDBm5C4w { width:249px;height:180px;top:2460.671875px;left:35px;display:none; }
 }@media only screen and (max-width: 763px) { #f7WkQ7KlxsnrXGU5iWAr6yTU5DZpoc0G { width:320px;height:100px;top:31px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ckqi2TWthAZmolRINvRJXvHm758gKBQD { width:320px;height:99px;top:204.95001220703px;left:0px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rHTlRPaSzL7yJOD0hONPkbyiafJFSFVV { width:320px;height:101px;top:378px;left:0px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tB3R7iewCafJCQKvsZTo4hWWhHd45eWy { width:185px;height:131.988px;top:743px;left:67px;display:none; }
 }@media only screen and (max-width: 763px) { #tdbWhgKGuEbCVsGDsZ41XH8IkqT3feCB { width:295px;height:65px;top:2440.38575px;left:25px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #fdsHwxTLFn9Q7OdlF29T26KW1CTXozqW { display:block; }
 }@media only screen and (max-width: 763px) { #vTKEdwkkTqPOii1lDo1gToThGXyTfVwk { width:185px;height:132px;top:312px;left:67px;display:none; }
 }@media only screen and (max-width: 763px) { #wX6nP0IQdsXFPkOFchk3I81vyzh9X8JI { width:200px;height:30px;top:143.26666259766px;left:60.000004768372px;font-size:13px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#8cc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #DATkz1F6Fyed2wVkon7eDkOh6uA5RkEX { display:block; }
 }@media only screen and (max-width: 763px) { #faKXTwvm6ikUfQ7o3MgRehk6RCfKwPOa { width:200px;height:30px;top:315.5px;left:60.000004768372px;font-size:13px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#8cc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #I0fBF3HkAoI9wNEwaVrzh5hbWdz9AJuh { display:block; }
 }@media only screen and (max-width: 763px) { #mqMwMy0QHq2o6ef3rxUK4reSMagTXBJ9 { width:200px;height:30px;top:491.00001525879px;left:60.000004768372px;font-size:13px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#8cc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #lHM2T1OMTwCRxyQ4RqhFWctHucpax7D8 { display:block; }
 }@media only screen and (max-width: 763px) { #dB9xw7gKiJy3GvSbG3tzlGIuMU7VETGc { width:304px;height:65px;top:377px;left:8px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #Sq3xb1TQwoJKBtegdiTEuwt6sLU5KhDW { display:block; }
 }@media only screen and (max-width: 763px) { #rTOkBq551VAxWTFcum0PF8nskB5zb3rL { width:304px;height:65px;top:1258px;left:8px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #idNqhtsgb5FtJSNQlPbJTrqe0mN2LeQp { display:block; }
 }@media only screen and (max-width: 763px) { #CcLZekAvpyOTlnO7N20002tcvWlNWlVi { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/686874db-4892-4b31-9e9d-f68b912e5fee/agiflex.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi.adaptive-delivery-prevent-bg, #CcLZekAvpyOTlnO7N20002tcvWlNWlVi.lazyload, #CcLZekAvpyOTlnO7N20002tcvWlNWlVi.lazyloading { background-image: none; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container { background-color: transparent; background-image: none; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.78); }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container > .video-iframe-container { display: none; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.78); }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row > .video-iframe-container { display: none; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .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); }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container { width:320px;height:741px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #odUrysAdn55Re73CFHOzGTVvy10vsGp6 { width:294px;height:472px;top:235px;left:13px;z-index:15003;border-top-left-radius:13px;border-top-right-radius:13px;border-bottom-left-radius:13px;border-bottom-right-radius:13px;display:block; }
 }@media only screen and (max-width: 763px) { #BII9eqkRf8AQsbNtAgb3uk954aaQ8zZl { width:201px;height:54.6px;top:95px;left:59.5px;text-align:center;text-align-last:center;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #RolXMcre3DIAFtkrrx34NwSfVqVwZiUy { width:280px;height:0.9375px;top:345.6875px;left:40px;background-color:#e1e1e1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #ITK0TmEvFApaK6UynNNVyWVcP17fi19N { width:250px;height:41.6px;top:162px;left:35px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-regular-label { width:237px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-text { width:237px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-text {padding-top: 0; padding-bottom: 0;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-textarea { width:237px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-select { width:237px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-select {padding-top: 0; padding-bottom: 0;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-button { width:237px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-checkbox-label { width:221px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx  { width:237px;height:auto;top:239.5px;left:21.5px;z-index:15041; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .radio-container { width:237px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx {display:block;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx { width:237px;height:auto;top:239.5px;left:21.5px;z-index:15041; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #p3TN1iz9nAT5fV9dfFnXVfxWcGwK8mya {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #m33KEn9Hs0RTUmy399V7cIpxr29RCARA { display:block; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #PCp82x5RmGyd1uQRqOUdxARJdQCGPUgh {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #mHyTq4O6JUcPNX5MPgPQ23tREl5dR2C5 {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #RTVoBJUh3sT5GHZvEwCzS4gNVhlwJXJU { display:block; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #oa1ExADPTDTpw95z6kh92buiQxUFmJXd {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #IHnodmNWywhZFZ8L5zLVoHRbRHMTlUle {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #GzJmuK1clb2pCvuRVPKw5ZWCw4r8zo4y { display:block; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #LVVkULTgEcpQVBR0lJMwZVQhmz3BqFsp {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #lL0l0G9J8tO6UKVvWfxI1XmS5bGS4TRf {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #xxAQfpraeT42H7xBW0rUVBSkaFDX3qwT {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #mFRUOpq7QTwTNtZcKDmf9xs5BVFIks5E {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #msAdUmaatDPNr0bbTbenOpRVZAuL02pp {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #BTnhuLKMaVi3czqV1bXiETIGnAs8JZp1 {  }
 }@media only screen and (max-width: 763px) { #tqycFNoTwV8BXxJsbH7AHw61fMII2EWG { width:109px;height:20px;top:34px;left:192px;display:block; }
 }@media only screen and (max-width: 763px) { #BZnX2dWAcI0xWJnPM5mF6l8JDykc6FhM { width:217px;height:61.700835401575px;top:79px;left:51px;display:none; }
 }@media only screen and (max-width: 763px) { #gQhpzm0kG5KBVKhx5SnZT6wv4OAyeck0 { width:1px;height:40px;top:173.6875px;left:109px;display:none; }
 }@media only screen and (max-width: 763px) { #spGZ0fvAyReNNBSREcJKaBNQ0fHl5A5M { width:105.953px;height:30px;top:29px;left:59px;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #MRodr2JzQOepa5CaAVPHTuURpMHznA6b { top:31px;left:173px;width:1px;height:27px;z-index:15014;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy { display:block; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container { width:320px;height:519px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CqqTMIEZFhIvIigquVozwz1fUBRz3DbU { width:155.979px;height:22.4px;top:269px;left:82px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rG3ndJ1TZmPQ9KFfP4ATHxh7LuIeGI1q { width:181.958px;height:22.4px;top:181.625px;left:69px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XzVCzakcyZ04yITIpy7HAyqpbax3cWbJ { width:320px;height:21px;top:20px;left:0px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VRZ6A30Qh7eswFfcpxhNlJwTeEtvPUTW { width:25px;height:25px;top:136.625px;left:147px;display:block; }
 }@media only screen and (max-width: 763px) { #IcUggX0q9aUuqwykhyJNAxpCxd8E8zTV { width:25px;height:25px;top:224px;left:147px;display:block; }
 }@media only screen and (max-width: 763px) { #IpxADuMglSSTvLSyxkfNmRArybUtZWdE { width:197.958px;height:55.6458px;top:61px;left:61px;display:block; }
 }@media only screen and (max-width: 763px) { #oghMlQ7lHTq0QwZuKNCielC1gzzBgnVq { display:flex;width:50px;height:50px;top:311.375px;left:135px; }
 }@media only screen and (max-width: 763px) { #VbCZAwB4e7RVBbSsVe9D40sgMoKy5HOK { display:flex;width:50px;height:50px;top:381.375px;left:135px; }
 }@media only screen and (max-width: 763px) { #pOTTmgoIabuFQ5iQRM9I9XwrV3k2Slu7 { display:flex;width:50px;height:50px;top:451.375px;left:135px; }
 }@media only screen and (max-width: 763px) { #JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no { display:none; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row .container { width:320px;height:99px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DdJuNV8no4xhkQRUWfr5WyDNF9u7Iw3t { width:320px;height:auto;top:10px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:none; }
 }