.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:url("//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/53625c4e502a4e7b0620f092d680dd57.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#aHfnp32kriGTL8TDw4lmQ1ivpoc8F5a7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHfnp32kriGTL8TDw4lmQ1ivpoc8F5a7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHfnp32kriGTL8TDw4lmQ1ivpoc8F5a7 > .row > .video-iframe-container { display: none; }#aHfnp32kriGTL8TDw4lmQ1ivpoc8F5a7 > .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); }#DzgOaHKlJay5SR1FVUlHwOs6KsFCBTfC { background-color:#092f5f;background-image:url("https://images.assets-landingi.com/uc/1645c0f8-c279-41fb-bc31-bbed7634018a/backgroundlanadscape.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DzgOaHKlJay5SR1FVUlHwOs6KsFCBTfC.adaptive-delivery-prevent-bg, #DzgOaHKlJay5SR1FVUlHwOs6KsFCBTfC.lazyload, #DzgOaHKlJay5SR1FVUlHwOs6KsFCBTfC.lazyloading { background-image: none; }#DzgOaHKlJay5SR1FVUlHwOs6KsFCBTfC > .row .container { background-color: transparent; background-image: none; }#DzgOaHKlJay5SR1FVUlHwOs6KsFCBTfC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DzgOaHKlJay5SR1FVUlHwOs6KsFCBTfC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DzgOaHKlJay5SR1FVUlHwOs6KsFCBTfC > .row .container > .video-iframe-container { display: none; }#DzgOaHKlJay5SR1FVUlHwOs6KsFCBTfC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DzgOaHKlJay5SR1FVUlHwOs6KsFCBTfC > .row > .video-iframe-container { display: none; }#DzgOaHKlJay5SR1FVUlHwOs6KsFCBTfC > .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); }#DzgOaHKlJay5SR1FVUlHwOs6KsFCBTfC > .row .container { border-width: 0; border-radius: 0; }#DzgOaHKlJay5SR1FVUlHwOs6KsFCBTfC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DzgOaHKlJay5SR1FVUlHwOs6KsFCBTfC > .row .container { width:960px;height:537px;font-size:14px;font-family:arial;position:relative;display:block; }#c5ZuqTBBLfrEEIwwnk3S9tGW8zeIxJTz { color:#f8f9fa;display:block;width:874.987px;position:absolute;font-family:comfortaa;font-size:38px;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:239.41250610352px;left:42.512512207031px;height:197.6px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NatR0CicqwcgwOnIO1BRPcVlmagL7bFX { color:#f8f9fa;display:block;width:835.969px;position:absolute;font-family:comfortaa;font-size:87px;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:113.2265625px;left:35.9296875px;height:113.1px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w5gETTOE2fwvkHTT91qSgkhxuasZ1MQ0 { background-color:#092f5f;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:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;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:"open sans";font-size:24px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:330px;height:61.9922px;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:420.2578125px;left:315px;display:block; }
#TN3SSu3uJlbH7rvLKqOmacH3PU1x3tle { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#I0msFSAHGna5UWbmBxvTMFZMTv8o3ler { color:#ed8127;display:block;width:806px;position:absolute;font-family:"open sans";font-size:34px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:36.012500762939px;left:74.925018310547px;height:88.4px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tb46wy9pETuRXDy1RGdu05rpRW5UmsAL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tb46wy9pETuRXDy1RGdu05rpRW5UmsAL > .row .container { background-color: transparent; background-image: none; }#tb46wy9pETuRXDy1RGdu05rpRW5UmsAL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tb46wy9pETuRXDy1RGdu05rpRW5UmsAL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tb46wy9pETuRXDy1RGdu05rpRW5UmsAL > .row .container > .video-iframe-container { display: none; }#tb46wy9pETuRXDy1RGdu05rpRW5UmsAL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tb46wy9pETuRXDy1RGdu05rpRW5UmsAL > .row > .video-iframe-container { display: none; }#tb46wy9pETuRXDy1RGdu05rpRW5UmsAL > .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); }#tb46wy9pETuRXDy1RGdu05rpRW5UmsAL > .row .container { border-width: 0; border-radius: 0; }#tb46wy9pETuRXDy1RGdu05rpRW5UmsAL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tb46wy9pETuRXDy1RGdu05rpRW5UmsAL > .row .container { font-size:14px;font-family:"open sans";height:475px;width:960px;position:relative;display:block; }#NTvxExf6ls53dgCM7uy9mCkGThvP92xg { color:#092f5f;display:block;width:960px;position:absolute;font-family:"open sans";font-size:24px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:36.328125px;left:0px;height:439.2px;font-style:italic;text-align:justify;text-align-last:initial;display:block; }
#nc80JlRucmCemKblaG8SLKCfltGGEr62 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(10,122,172,0.83);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; }#nc80JlRucmCemKblaG8SLKCfltGGEr62 > .row .container { background-color: transparent; background-image: none; }#nc80JlRucmCemKblaG8SLKCfltGGEr62::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nc80JlRucmCemKblaG8SLKCfltGGEr62 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nc80JlRucmCemKblaG8SLKCfltGGEr62 > .row .container > .video-iframe-container { display: none; }#nc80JlRucmCemKblaG8SLKCfltGGEr62 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nc80JlRucmCemKblaG8SLKCfltGGEr62 > .row > .video-iframe-container { display: none; }#nc80JlRucmCemKblaG8SLKCfltGGEr62 > .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); }#nc80JlRucmCemKblaG8SLKCfltGGEr62 > .row .container { border-width: 0; border-radius: 0; }#nc80JlRucmCemKblaG8SLKCfltGGEr62 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nc80JlRucmCemKblaG8SLKCfltGGEr62 > .row .container { font-size:14px;font-family:"open sans";height:798px;width:960px;position:relative;display:block; }#vgr2Zl9JTATzPCk9o6aShxADzdsc1Flu { color:#ffffff;display:block;width:959.953px;position:absolute;font-family:"open sans";font-size:34px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:20.9765625px;left:0px;height:44.2031px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#anD1VIy6TK3rzLktsfBlWWBXvPoWZTRS { color:#000000;display:block;width:942.984px;position:absolute;font-family:"open sans";font-size:25px;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:90.984375px;left:0px;height:315px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#cdG0xHnasLqxtentknZlIoxIvFAHBtIW { background-color:#d89209;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:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;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:"open sans";font-size:24px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:330px;height:61.9875px;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:418.78750610352px;left:306.48751831055px;display:block; }
#yLZdFNctqXTNbERuqdDlNsRKCqqKmEmg { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 .widget-form-header {  }
#cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:14px;font-weight:bold;color:#000000;width:280px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:280px;box-sizing:border-box;height:41px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans"; }
#cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:280px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans"; }
#cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 .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; }
#cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#5d92ff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:20px;font-weight:bold;color:#ffffff;width:280px;height:55px;font-family:"open sans";overflow:hidden; }
#cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:260px;overflow:hidden;font-style:normal; }
#cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 .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; }
#cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 .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; }
#cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 .widget-container:first-of-type{padding-top:0;}#cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 .widget-container:last-of-type{padding-bottom:0;}#cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5  { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:280px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:480.77499389648px;left:311.48751831055px; }
#cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:280px; }
#cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 {display:block;}#cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:280px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:480.77499389648px;left:311.48751831055px; }
#cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 #RziKuLfCT7KCzJ2pZEnoDxoMTQNEiCOA { position:relative; }
#cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 #HQflXXcnagI6AJkuHROlSZn5MIkTnILM { position:relative;display:block; }
#cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 #eUXq9eoy5HR9p5NvFp4Qw0KnUb9xtHDA { position:relative; }
#cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 #Xe1QRvfnQTGlv8zZyTuLtUEZoo7mLiwp { position:relative; }
#cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 #GW4JtF0p5BMaS9qHsEtLwf69pdo8kBvW { position:relative;display:block; }
#cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 #nuJWukUWOSxLnvU9htM1uITkwDTzGzVh { position:relative; }
#cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 #JL7esrVUfPKEBNXU4ivWdTKftf1uISsL { position:relative; }
#cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 #G8lrPyQTp8rsnObBUX3LpQrKM7TazIOD { position:relative; }
#Ar4TTzkfZgJuH40Kiw4l6UrL6iTGlw1O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(216,236,229,0.87);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; }#Ar4TTzkfZgJuH40Kiw4l6UrL6iTGlw1O > .row .container { background-color: transparent; background-image: none; }#Ar4TTzkfZgJuH40Kiw4l6UrL6iTGlw1O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ar4TTzkfZgJuH40Kiw4l6UrL6iTGlw1O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ar4TTzkfZgJuH40Kiw4l6UrL6iTGlw1O > .row .container > .video-iframe-container { display: none; }#Ar4TTzkfZgJuH40Kiw4l6UrL6iTGlw1O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ar4TTzkfZgJuH40Kiw4l6UrL6iTGlw1O > .row > .video-iframe-container { display: none; }#Ar4TTzkfZgJuH40Kiw4l6UrL6iTGlw1O > .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); }#Ar4TTzkfZgJuH40Kiw4l6UrL6iTGlw1O > .row .container { border-width: 0; border-radius: 0; }#Ar4TTzkfZgJuH40Kiw4l6UrL6iTGlw1O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ar4TTzkfZgJuH40Kiw4l6UrL6iTGlw1O > .row .container { font-size:14px;font-family:"open sans";height:988px;width:960px;position:relative;display:block; }#u80nZELQzr5BPtsyF7L3q4gTRRcvkTkL { display:block;width:924px;position:absolute;font-family:"open sans";font-size:22px;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:86.765625px;left:10.96875px;height:;color:#ffffff;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#u80nZELQzr5BPtsyF7L3q4gTRRcvkTkL li:not(:first-child){ padding-top:10px;padding-right:0;padding-bottom:0;padding-left:0; }#u80nZELQzr5BPtsyF7L3q4gTRRcvkTkL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/aX9Jx0qB/dot.png); }
#M3kTpMEq7eTVKx8u1hUM0aGTJ20hAVx1 { color:#000000;display:block;width:852px;position:absolute;font-family:"open sans";font-size:31px;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:1px -4px 5px rgba(0,0,0,0.5);top:25.59375px;left:10.96875px;height:40.3px;font-style:normal;display:block; }
#Kd7ywRVaARZTS1uXzz16xxxNZuNvZZyG { z-index:15005;top:885.0234375px;left:317.9765625px;background-color:#e84c3d;background-image: -webkit-linear-gradient(top, #fdf68b, #fbf024);background-image: -moz-linear-gradient(top, #fdf68b, #fbf024);background-image: -ms-linear-gradient(top, #fdf68b, #fbf024);background-image: -o-linear-gradient(top, #fdf68b, #fbf024);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdf68b', endColorstr='#fbf024' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdf68b', endColorstr='#fbf024' );";background-image: linear-gradient(to bottom, #fdf68b, #fbf024);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: none;box-sizing:border-box;color:#092f5f;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:19px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:309.938px;height:60.9844px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#REOybvDuCupT87PRni9aF15fKZHVE93n { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#pckZZD2VSg4HoXFBwo2Z9WAAaOJNkDJe { border-bottom:0;border-left:0;border-right:0;border-top: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; }#pckZZD2VSg4HoXFBwo2Z9WAAaOJNkDJe > .row .container { background-color: transparent; background-image: none; }#pckZZD2VSg4HoXFBwo2Z9WAAaOJNkDJe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pckZZD2VSg4HoXFBwo2Z9WAAaOJNkDJe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pckZZD2VSg4HoXFBwo2Z9WAAaOJNkDJe > .row .container > .video-iframe-container { display: none; }#pckZZD2VSg4HoXFBwo2Z9WAAaOJNkDJe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pckZZD2VSg4HoXFBwo2Z9WAAaOJNkDJe > .row > .video-iframe-container { display: none; }#pckZZD2VSg4HoXFBwo2Z9WAAaOJNkDJe > .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); }#pckZZD2VSg4HoXFBwo2Z9WAAaOJNkDJe > .row .container { border-width: 0; border-radius: 0; }#pckZZD2VSg4HoXFBwo2Z9WAAaOJNkDJe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pckZZD2VSg4HoXFBwo2Z9WAAaOJNkDJe > .row .container { font-size:14px;font-family:"open sans";height:387px;width:960px;position:relative;display:block; }#TSqRVnRUAwUXTlFebdvT7HwrHRwLhF0D { display:block;width:473px;position:absolute;font-family:"open sans";font-size:27px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:13px;left:487px;height:35.1px;font-style:normal;display:block; }
#CvZCDMPEpfg9pGF3hMHTMQKtAaKC353U { display:block;width:472px;position:absolute;font-family:"open sans";font-size:14px;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:47px;left:487px;height:18.2px;font-style:normal;color:#3396fe;display:block; }
#FDEmcQBB0NXKBTEcDIwBBkKJPBE5tUXx { display:block;width:471px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15004;line-height:1.7;letter-spacing:0;top:75px;left:489px;height:261.8px;color:#2b3c41;text-align:justify;text-align-last:initial;display:block; }
#IoaAbCkCm7mT6FcsCJp2gEUiKN76t6i4 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:325px;width:502px;top:31px;left:-27px;display:block; }
#LdGTnd3wItwL87ax3ohFslrVC1y75HwV { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#LdGTnd3wItwL87ax3ohFslrVC1y75HwV > .row .container { background-color: transparent; background-image: none; }#LdGTnd3wItwL87ax3ohFslrVC1y75HwV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LdGTnd3wItwL87ax3ohFslrVC1y75HwV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LdGTnd3wItwL87ax3ohFslrVC1y75HwV > .row .container > .video-iframe-container { display: none; }#LdGTnd3wItwL87ax3ohFslrVC1y75HwV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LdGTnd3wItwL87ax3ohFslrVC1y75HwV > .row > .video-iframe-container { display: none; }#LdGTnd3wItwL87ax3ohFslrVC1y75HwV > .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); }#LdGTnd3wItwL87ax3ohFslrVC1y75HwV > .row .container { border-width: 0; border-radius: 0; }#LdGTnd3wItwL87ax3ohFslrVC1y75HwV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LdGTnd3wItwL87ax3ohFslrVC1y75HwV > .row .container { font-size:14px;font-family:"open sans";height:528px;width:960px;position:relative;display:block; }#zzzv7coDZKpdB26q8erSalco86opAWph { display:block;width:759px;position:absolute;font-family:"open sans";font-size:34px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:43px;left:0px;height:88.4062px;font-style:normal;color:#2c3e50;text-align:center;text-align-last:center;display:block; }
#AnBgFCwstqWaoEztVteRuiVc9xcQeprD { border-bottom:0;border-left:0;border-right:0;border-top:0;height:370px;width:489px;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:140px;left:128px;overflow:hidden;display:block; }
#ELN18kVl91BvEX2uorerJurRFGDLWEDT { display:block;width:407px;position:absolute;font-family:"open sans";font-size:13px;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:191px;left:169px;height:292.5px;text-align:left;text-align-last:left;color:#a7a5a5;display:block; }
#LAeCEIeRaJgwJXS8pcDiQNBpGgyi9tS4 { 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; }#LAeCEIeRaJgwJXS8pcDiQNBpGgyi9tS4 > .row .container { background-color: transparent; background-image: none; }#LAeCEIeRaJgwJXS8pcDiQNBpGgyi9tS4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LAeCEIeRaJgwJXS8pcDiQNBpGgyi9tS4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LAeCEIeRaJgwJXS8pcDiQNBpGgyi9tS4 > .row .container > .video-iframe-container { display: none; }#LAeCEIeRaJgwJXS8pcDiQNBpGgyi9tS4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LAeCEIeRaJgwJXS8pcDiQNBpGgyi9tS4 > .row > .video-iframe-container { display: none; }#LAeCEIeRaJgwJXS8pcDiQNBpGgyi9tS4 > .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); }#LAeCEIeRaJgwJXS8pcDiQNBpGgyi9tS4 > .row .container { border-width: 0; border-radius: 0; }#LAeCEIeRaJgwJXS8pcDiQNBpGgyi9tS4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LAeCEIeRaJgwJXS8pcDiQNBpGgyi9tS4 > .row .container { font-size:14px;font-family:arial;height:257px;width:960px;position:relative;display:block; }#wXTvlL5HnRSM4MuTfW0LfgwsgGKB889n { position:absolute;display:block;z-index:15023;height:200px;width:568.993px;top:28.489593505859px;left:195.48611450195px;display:block; }
#KspXtL1EpRqPBa29K962zdIgidGhCida { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#c0c1cc;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; }#KspXtL1EpRqPBa29K962zdIgidGhCida > .row .container { background-color: transparent; background-image: none; }#KspXtL1EpRqPBa29K962zdIgidGhCida::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KspXtL1EpRqPBa29K962zdIgidGhCida > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KspXtL1EpRqPBa29K962zdIgidGhCida > .row .container > .video-iframe-container { display: none; }#KspXtL1EpRqPBa29K962zdIgidGhCida > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KspXtL1EpRqPBa29K962zdIgidGhCida > .row > .video-iframe-container { display: none; }#KspXtL1EpRqPBa29K962zdIgidGhCida > .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); }#KspXtL1EpRqPBa29K962zdIgidGhCida > .row .container { border-width: 0; border-radius: 0; }#KspXtL1EpRqPBa29K962zdIgidGhCida > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KspXtL1EpRqPBa29K962zdIgidGhCida > .row .container { font-size:14px;font-family:arial;height:52px;width:960px;position:relative;display:block; }#fqyLqiWGKME0nxTEPDHFEB1V9UgN3RKR { box-sizing:content-box;color:#0b2c56;font-size:24px;font-weight:400;line-height:1;height:35px;width:37px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;top:10.5px;left:286.58620689655px;display:block; }
#LJ87dlyl0yLGWHVP5yEZBktNM4EPN205 { box-sizing:content-box;color:#c82c0c;font-size:24px;font-weight:400;line-height:1;height:35px;width:37px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:10.5px;left:338.58620689655px;display:block; }
#ZJUhuRa1P4pPrwoxut5EaQw033i7TSgQ { color:#070d5d;display:block;width:268px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:15px;left:10px;height:22.5px;display:block; }
@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:url("//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/53625c4e502a4e7b0620f092d680dd57.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#aHfnp32kriGTL8TDw4lmQ1ivpoc8F5a7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHfnp32kriGTL8TDw4lmQ1ivpoc8F5a7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHfnp32kriGTL8TDw4lmQ1ivpoc8F5a7 > .row > .video-iframe-container { display: none; }#aHfnp32kriGTL8TDw4lmQ1ivpoc8F5a7 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #DzgOaHKlJay5SR1FVUlHwOs6KsFCBTfC { display:block; }#DzgOaHKlJay5SR1FVUlHwOs6KsFCBTfC > .row .container { width:764px;height:606px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c5ZuqTBBLfrEEIwwnk3S9tGW8zeIxJTz { width:764px;height:197px;top:239px;left:0px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #NatR0CicqwcgwOnIO1BRPcVlmagL7bFX { width:764px;height:113px;top:113px;left:0px;font-size:41px;display:block; }
 }@media only screen and (max-width: 763px) { #w5gETTOE2fwvkHTT91qSgkhxuasZ1MQ0 { width:330px;height:61px;top:420px;left:217px;display:block; }
 }@media only screen and (max-width: 763px) { #TN3SSu3uJlbH7rvLKqOmacH3PU1x3tle { display:block; }
 }@media only screen and (max-width: 763px) { #I0msFSAHGna5UWbmBxvTMFZMTv8o3ler { width:374px;height:134px;top:102px;left:6px;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #tb46wy9pETuRXDy1RGdu05rpRW5UmsAL { display:block; }#tb46wy9pETuRXDy1RGdu05rpRW5UmsAL > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTvxExf6ls53dgCM7uy9mCkGThvP92xg { top:36px;left:0px;width:764px;height:436px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #nc80JlRucmCemKblaG8SLKCfltGGEr62 { display:block; }#nc80JlRucmCemKblaG8SLKCfltGGEr62 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vgr2Zl9JTATzPCk9o6aShxADzdsc1Flu { width:764px;height:44px;top:20px;left:0px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #anD1VIy6TK3rzLktsfBlWWBXvPoWZTRS { width:764px;height:360px;top:90px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #cdG0xHnasLqxtentknZlIoxIvFAHBtIW { width:330px;height:61px;top:418px;left:208.48751831055px;display:block; }
 }@media only screen and (max-width: 763px) { #yLZdFNctqXTNbERuqdDlNsRKCqqKmEmg { display:block; }
 }@media only screen and (max-width: 763px) { #cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 .widget-checkbox-label { width:258px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5  { width:280px;height:205px;top:480px;left:213.48751831055px; }
#cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 {display:block;}#cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 { width:280px;height:205px;top:480px;left:213.48751831055px; }
 }@media only screen and (max-width: 763px) { #cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 #RziKuLfCT7KCzJ2pZEnoDxoMTQNEiCOA {  }
 }@media only screen and (max-width: 763px) { #cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 #HQflXXcnagI6AJkuHROlSZn5MIkTnILM {  }
 }@media only screen and (max-width: 763px) { #cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 #eUXq9eoy5HR9p5NvFp4Qw0KnUb9xtHDA {  }
 }@media only screen and (max-width: 763px) { #cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 #Xe1QRvfnQTGlv8zZyTuLtUEZoo7mLiwp {  }
 }@media only screen and (max-width: 763px) { #cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 #GW4JtF0p5BMaS9qHsEtLwf69pdo8kBvW {  }
 }@media only screen and (max-width: 763px) { #cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 #nuJWukUWOSxLnvU9htM1uITkwDTzGzVh {  }
 }@media only screen and (max-width: 763px) { #cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 #JL7esrVUfPKEBNXU4ivWdTKftf1uISsL {  }
 }@media only screen and (max-width: 763px) { #cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 #G8lrPyQTp8rsnObBUX3LpQrKM7TazIOD {  }
 }@media only screen and (max-width: 763px) { #Ar4TTzkfZgJuH40Kiw4l6UrL6iTGlw1O { display:block; }#Ar4TTzkfZgJuH40Kiw4l6UrL6iTGlw1O > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u80nZELQzr5BPtsyF7L3q4gTRRcvkTkL { width:420px;height:180px;top:184px;left:0px;display:block; }#u80nZELQzr5BPtsyF7L3q4gTRRcvkTkL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/aX9Jx0qB/dot.png); }
 }@media only screen and (max-width: 763px) { #M3kTpMEq7eTVKx8u1hUM0aGTJ20hAVx1 { width:764px;height:40px;top:25px;left:0px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #Kd7ywRVaARZTS1uXzz16xxxNZuNvZZyG { top:885px;left:73px;width:309px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #REOybvDuCupT87PRni9aF15fKZHVE93n { display:block; }
 }@media only screen and (max-width: 763px) { #pckZZD2VSg4HoXFBwo2Z9WAAaOJNkDJe { display:block; }#pckZZD2VSg4HoXFBwo2Z9WAAaOJNkDJe > .row .container { width:764px;height:415px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSqRVnRUAwUXTlFebdvT7HwrHRwLhF0D { width:382px;height:41px;top:86px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #CvZCDMPEpfg9pGF3hMHTMQKtAaKC353U { width:382px;height:18px;top:136px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #FDEmcQBB0NXKBTEcDIwBBkKJPBE5tUXx { width:382px;height:115px;top:272px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #IoaAbCkCm7mT6FcsCJp2gEUiKN76t6i4 { width:502px;height:325px;top:31px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #LdGTnd3wItwL87ax3ohFslrVC1y75HwV { display:block; }#LdGTnd3wItwL87ax3ohFslrVC1y75HwV > .row .container { width:764px;height:439px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zzzv7coDZKpdB26q8erSalco86opAWph { width:320px;height:41px;top:50px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #AnBgFCwstqWaoEztVteRuiVc9xcQeprD { width:292px;height:347px;top:92px;left:472px;display:block; }
 }@media only screen and (max-width: 763px) { #ELN18kVl91BvEX2uorerJurRFGDLWEDT { width:230px;height:285px;top:143px;left:504px;display:block; }
 }@media only screen and (max-width: 763px) { #LAeCEIeRaJgwJXS8pcDiQNBpGgyi9tS4 { display:block; }#LAeCEIeRaJgwJXS8pcDiQNBpGgyi9tS4 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wXTvlL5HnRSM4MuTfW0LfgwsgGKB889n { width:568px;height:200px;top:28px;left:97.486114501953px;display:block; }
 }@media only screen and (max-width: 763px) { #KspXtL1EpRqPBa29K962zdIgidGhCida { display:block; }#KspXtL1EpRqPBa29K962zdIgidGhCida > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fqyLqiWGKME0nxTEPDHFEB1V9UgN3RKR { width:37px;height:35px;top:10px;left:188.58620689655px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #LJ87dlyl0yLGWHVP5yEZBktNM4EPN205 { width:37px;height:35px;top:10px;left:240.58620689655px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #ZJUhuRa1P4pPrwoxut5EaQw033i7TSgQ { width:268px;height:22px;top:15px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DzgOaHKlJay5SR1FVUlHwOs6KsFCBTfC { display:block; }#DzgOaHKlJay5SR1FVUlHwOs6KsFCBTfC > .row .container { width:320px;height:553px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c5ZuqTBBLfrEEIwwnk3S9tGW8zeIxJTz { width:319.962px;height:236.6px;top:214.44999694824px;left:0px;text-align:center;text-align-last:center;font-size:26px;color:#092f5f;display:block; }
 }@media only screen and (max-width: 763px) { #NatR0CicqwcgwOnIO1BRPcVlmagL7bFX { width:319.962px;height:53.3px;top:139.6875px;left:0px;text-align:center;text-align-last:center;font-size:41px;color:#092f5f;display:block; }
 }@media only screen and (max-width: 763px) { #w5gETTOE2fwvkHTT91qSgkhxuasZ1MQ0 { width:320px;height:61px;top:450.2578125px;left:-0.0078125px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #TN3SSu3uJlbH7rvLKqOmacH3PU1x3tle { display:block; }
 }@media only screen and (max-width: 763px) { #I0msFSAHGna5UWbmBxvTMFZMTv8o3ler { width:319.992px;height:132px;top:17.203125px;left:0px;text-align:center;text-align-last:center;font-size:30px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #tb46wy9pETuRXDy1RGdu05rpRW5UmsAL { display:block; }#tb46wy9pETuRXDy1RGdu05rpRW5UmsAL > .row .container { width:320px;height:855px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTvxExf6ls53dgCM7uy9mCkGThvP92xg { width:319.969px;height:829.4px;top:17.53125px;left:0px;font-size:22px;color:#092f5f;display:block; }
 }@media only screen and (max-width: 763px) { #nc80JlRucmCemKblaG8SLKCfltGGEr62 { display:block; }#nc80JlRucmCemKblaG8SLKCfltGGEr62 > .row .container { width:320px;height:996px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vgr2Zl9JTATzPCk9o6aShxADzdsc1Flu { width:300px;height:132.609px;top:35px;left:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #anD1VIy6TK3rzLktsfBlWWBXvPoWZTRS { width:300px;height:435.6px;top:198.4453125px;left:9.984375px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #cdG0xHnasLqxtentknZlIoxIvFAHBtIW { width:303.95px;height:60.975px;top:649.44998931885px;left:8.0250005722046px;display:block; }
 }@media only screen and (max-width: 763px) { #yLZdFNctqXTNbERuqdDlNsRKCqqKmEmg { display:block; }
 }@media only screen and (max-width: 763px) { #cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 .widget-checkbox-label { width:258px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5  { width:280px;height:auto;top:709.62498474121px;left:0px; }
#cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 {display:block;}#cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 { width:280px;height:auto;top:709.62498474121px;left:0px; }
 }@media only screen and (max-width: 763px) { #cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 #RziKuLfCT7KCzJ2pZEnoDxoMTQNEiCOA {  }
 }@media only screen and (max-width: 763px) { #cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 #HQflXXcnagI6AJkuHROlSZn5MIkTnILM {  }
 }@media only screen and (max-width: 763px) { #cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 #eUXq9eoy5HR9p5NvFp4Qw0KnUb9xtHDA {  }
 }@media only screen and (max-width: 763px) { #cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 #Xe1QRvfnQTGlv8zZyTuLtUEZoo7mLiwp {  }
 }@media only screen and (max-width: 763px) { #cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 #GW4JtF0p5BMaS9qHsEtLwf69pdo8kBvW {  }
 }@media only screen and (max-width: 763px) { #cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 #nuJWukUWOSxLnvU9htM1uITkwDTzGzVh {  }
 }@media only screen and (max-width: 763px) { #cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 #JL7esrVUfPKEBNXU4ivWdTKftf1uISsL {  }
 }@media only screen and (max-width: 763px) { #cPtTSIJTERwzwlZoME2OJcbTEgAXKmG5 #G8lrPyQTp8rsnObBUX3LpQrKM7TazIOD {  }
 }@media only screen and (max-width: 763px) { #Ar4TTzkfZgJuH40Kiw4l6UrL6iTGlw1O { display:block; }#Ar4TTzkfZgJuH40Kiw4l6UrL6iTGlw1O > .row .container { width:320px;height:2202px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u80nZELQzr5BPtsyF7L3q4gTRRcvkTkL { width:316.969px;height:1946.4px;top:121.546875px;left:0px;font-size:21px;display:block; }#u80nZELQzr5BPtsyF7L3q4gTRRcvkTkL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/aX9Jx0qB/dot.png); }
 }@media only screen and (max-width: 763px) { #M3kTpMEq7eTVKx8u1hUM0aGTJ20hAVx1 { width:319.992px;height:80.6px;top:17.953125px;left:0px;font-size:31px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kd7ywRVaARZTS1uXzz16xxxNZuNvZZyG { top:2106.8203125px;left:10.9921875px;width:309px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #REOybvDuCupT87PRni9aF15fKZHVE93n { display:block; }
 }@media only screen and (max-width: 763px) { #pckZZD2VSg4HoXFBwo2Z9WAAaOJNkDJe { display:block; }#pckZZD2VSg4HoXFBwo2Z9WAAaOJNkDJe > .row .container { width:320px;height:930px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSqRVnRUAwUXTlFebdvT7HwrHRwLhF0D { width:320px;height:70.1719px;top:28px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #CvZCDMPEpfg9pGF3hMHTMQKtAaKC353U { width:319.992px;height:18.1875px;top:108px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #FDEmcQBB0NXKBTEcDIwBBkKJPBE5tUXx { width:319.992px;height:404.0151px;top:150.984375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #IoaAbCkCm7mT6FcsCJp2gEUiKN76t6i4 { height:207.141px;width:319.992px;top:611.7890625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #LdGTnd3wItwL87ax3ohFslrVC1y75HwV { display:block; }#LdGTnd3wItwL87ax3ohFslrVC1y75HwV > .row .container { width:320px;height:708px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zzzv7coDZKpdB26q8erSalco86opAWph { width:320px;height:166.3124px;top:0px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #AnBgFCwstqWaoEztVteRuiVc9xcQeprD { width:312px;height:530px;top:164px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ELN18kVl91BvEX2uorerJurRFGDLWEDT { width:230px;height:468px;top:221px;left:45px;display:block; }
 }@media only screen and (max-width: 763px) { #LAeCEIeRaJgwJXS8pcDiQNBpGgyi9tS4 { display:block; }#LAeCEIeRaJgwJXS8pcDiQNBpGgyi9tS4 > .row .container { width:320px;height:255px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wXTvlL5HnRSM4MuTfW0LfgwsgGKB889n { width:320px;height:200px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #KspXtL1EpRqPBa29K962zdIgidGhCida { display:block; }#KspXtL1EpRqPBa29K962zdIgidGhCida > .row .container { width:320px;height:144px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fqyLqiWGKME0nxTEPDHFEB1V9UgN3RKR { width:33px;height:31px;top:12px;left:109px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #LJ87dlyl0yLGWHVP5yEZBktNM4EPN205 { width:33px;height:31px;top:11px;left:178px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #ZJUhuRa1P4pPrwoxut5EaQw033i7TSgQ { width:268px;height:22.5px;top:63px;left:26px;text-align:center;text-align-last:center;display:block; }
 }