.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:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8f71e515-b49f-4038-a8c1-5f387adf61f5/pexelspicjumbocom1966552.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;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; }#GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP.adaptive-delivery-prevent-bg, #GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP.lazyload, #GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP.lazyloading { background-image: none; }#GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP > .row .container { background-color: transparent; background-image: none; }#GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,136,0,0.78); }#GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP > .row .container > .video-iframe-container { display: none; }#GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,136,0,0.78); }#GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP > .row > .video-iframe-container { display: none; }#GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP > .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); }#GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP > .row .container { border-width: 0; border-radius: 0; }#GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP::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; }#GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP > .row .container { font-size:14px;font-family:"open sans";height:702px;width:1200px;overflow:visible;position:relative;display:block; }#sv1V8eg4u2W7nIuAn6PQo9cUczRngI4G { color:#ffffff;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:55px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.2);top:113.07292175293px;left:0px;height:71.5px;text-align:center;text-align-last:center;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; }
#TsXl9Bdw72aTXIryGbnLELWzUE2VLUSd { color:#ffffff;display:block;width:521px;position:absolute;font-family:ubuntu;font-size:28px;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:241px;left:120px;height:109.1952px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PJzPFSOd4rlE0CUnSTgcSTLLGD4PqJIl { color:rgba(255,255,255,0.33);display:block;width:1200px;position:absolute;font-family:"open sans";font-size:112px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:38px;left:0px;height:145.594px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oVVpEfDpZvIePmaZbGILpbMFac76i9XS .widget-form-header { font-size:12px; }
#oVVpEfDpZvIePmaZbGILpbMFac76i9XS .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:12px;font-weight:bold;color:#909090;width:312px;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#oVVpEfDpZvIePmaZbGILpbMFac76i9XS .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:312px;box-sizing:border-box;height:41px;color:#161616;font-size:18px;overflow:hidden;font-family:"open sans";vertical-align:top;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px; }
#oVVpEfDpZvIePmaZbGILpbMFac76i9XS .widget-input-text {padding-top: 0; padding-bottom: 0;}#oVVpEfDpZvIePmaZbGILpbMFac76i9XS .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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;width:312px;box-sizing:border-box;height:70px;color:#161616;font-size:18px;overflow:hidden;font-family:"open sans";vertical-align:top;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px; }
#oVVpEfDpZvIePmaZbGILpbMFac76i9XS .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:1px solid #d6d4d4;border-left:0;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:312px;box-sizing:border-box;height:40px;color:#646464;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#oVVpEfDpZvIePmaZbGILpbMFac76i9XS .widget-input-select {padding-top: 0; padding-bottom: 0;}#oVVpEfDpZvIePmaZbGILpbMFac76i9XS .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#oVVpEfDpZvIePmaZbGILpbMFac76i9XS .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#oVVpEfDpZvIePmaZbGILpbMFac76i9XS .widget-input-button { border-top-left-radius:42px;border-top-right-radius:42px;border-bottom-left-radius:42px;border-bottom-right-radius:42px;background-color:#ff8800;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:1px solid rgba(90,7,0,0.41);border-left:1px solid rgba(90,7,0,0.41);border-right:1px solid rgba(90,7,0,0.41);border-bottom:1px solid rgba(90,7,0,0.41);padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:18px;font-weight:bold;color:#ffffff;width:312px;height:55px;font-family:"open sans";overflow:hidden;text-align:center;text-align-last:center; }
#oVVpEfDpZvIePmaZbGILpbMFac76i9XS [class*="-text"]:-moz-placeholder { color:#a49595;font-family:"open sans";font-size:18px; }
#oVVpEfDpZvIePmaZbGILpbMFac76i9XS [class*="-text"]::-moz-placeholder { color:#a49595;font-family:"open sans";font-size:18px; }
#oVVpEfDpZvIePmaZbGILpbMFac76i9XS [class*="-text"]:-ms-input-placeholder { color:#a49595;font-family:"open sans";font-size:18px; }
#oVVpEfDpZvIePmaZbGILpbMFac76i9XS [class*="-text"]::-webkit-input-placeholder { color:#a49595;font-family:"open sans";font-size:18px; }
#oVVpEfDpZvIePmaZbGILpbMFac76i9XS .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.2;font-size:11px;font-weight:300;color:#ffffff;vertical-align:top;width:292px;overflow:hidden;font-style:normal;float:none; }
#oVVpEfDpZvIePmaZbGILpbMFac76i9XS .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; }
#oVVpEfDpZvIePmaZbGILpbMFac76i9XS .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.5;float:none; }
#oVVpEfDpZvIePmaZbGILpbMFac76i9XS .widget-container { padding-top:9px;padding-right:0;padding-bottom:9px;padding-left:0;width:100%;font-size:0;height:auto; }
#oVVpEfDpZvIePmaZbGILpbMFac76i9XS .widget-container:first-of-type{padding-top:0;}#oVVpEfDpZvIePmaZbGILpbMFac76i9XS .widget-container:last-of-type{padding-bottom:0;}#oVVpEfDpZvIePmaZbGILpbMFac76i9XS  { background-color:#2279dd;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:312px;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 2px 10px rgba(0,0,0,0.15) ;left:120px;top:361.9921875px;z-index:15015;position:absolute;font-size:12px; }
#oVVpEfDpZvIePmaZbGILpbMFac76i9XS .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:312px;display:block;vertical-align:top; }
#oVVpEfDpZvIePmaZbGILpbMFac76i9XS .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:11px;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#oVVpEfDpZvIePmaZbGILpbMFac76i9XS {display:block;}#oVVpEfDpZvIePmaZbGILpbMFac76i9XS { background-color:#2279dd;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:312px;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 2px 10px rgba(0,0,0,0.15) ;left:120px;top:361.9921875px;z-index:15015;position:absolute;font-size:12px; }
#oVVpEfDpZvIePmaZbGILpbMFac76i9XS #qtwfUvDGZQJoOCu3M9wTJno8KVVnF76C { position:relative; }
#oVVpEfDpZvIePmaZbGILpbMFac76i9XS #KapPEOsopE1fw21v0GFFAdT7DUbd6ki0 { position:relative;display:block; }
#oVVpEfDpZvIePmaZbGILpbMFac76i9XS #nCyTdDw8xT5qrTym2r40T8NE7WQfZrqE { position:relative; }
#oVVpEfDpZvIePmaZbGILpbMFac76i9XS #nQHermtTkcyCfflH8hs1OoGcrJJNKqtP { position:relative; }
#oVVpEfDpZvIePmaZbGILpbMFac76i9XS #LdiKl6FZOzZEATDmVQzzSIZRPgk0ZlbR { position:relative;display:block; }
#oVVpEfDpZvIePmaZbGILpbMFac76i9XS #xVoWr0JM3uTh8HsTrtHKq0yy1Ex3devI { position:relative; }
#oVVpEfDpZvIePmaZbGILpbMFac76i9XS #IvMNXk28n6WvBAKJFtHvcQwqlEdO7QpA { position:relative; }
#oVVpEfDpZvIePmaZbGILpbMFac76i9XS #ppMDvnMClchXuw6P1DDa8DDrzNWsnGX6 { position:relative;z-index:2; }
#oVVpEfDpZvIePmaZbGILpbMFac76i9XS #Q8vqnT4B2iP9xSw4EsR6deHn7Lx61URy { position:relative; }
#oVVpEfDpZvIePmaZbGILpbMFac76i9XS #JHEdhc0PgkpVq6M44oaLxDnVnosLKXSw { position:relative; }
#oVVpEfDpZvIePmaZbGILpbMFac76i9XS #vD2obWF0snDPn84eGtJ2a514Pa1vBta2 { position:relative; }
#e42397e7905cd5a850e374abd6bc8d533f1ae5bf { 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; }#e42397e7905cd5a850e374abd6bc8d533f1ae5bf > .row .container { background-color: transparent; background-image: none; }#e42397e7905cd5a850e374abd6bc8d533f1ae5bf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e42397e7905cd5a850e374abd6bc8d533f1ae5bf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e42397e7905cd5a850e374abd6bc8d533f1ae5bf > .row .container > .video-iframe-container { display: none; }#e42397e7905cd5a850e374abd6bc8d533f1ae5bf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e42397e7905cd5a850e374abd6bc8d533f1ae5bf > .row > .video-iframe-container { display: none; }#e42397e7905cd5a850e374abd6bc8d533f1ae5bf > .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); }#e42397e7905cd5a850e374abd6bc8d533f1ae5bf > .row .container { border-width: 0; border-radius: 0; }#e42397e7905cd5a850e374abd6bc8d533f1ae5bf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e42397e7905cd5a850e374abd6bc8d533f1ae5bf > .row .container { font-size:14px;font-family:arial;height:235px;width:1200px;position:relative;display:block; }#c3baaa0ef88fda3738fb8596c5ee898fe00a7eff { color:rgba(128,128,128,0.15);display:block;width:1200px;position:absolute;font-family:"open sans";font-size:112px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:8px;left:0px;height:145.594px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l93a9dc5f2d9e7d59883b5562d99075500d83277 { color:#808080;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:50px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.2);top:89.59375px;left:0px;height:65px;text-align:center;text-align-last:center;display:block; }
#c72414f7fb16ad962db692eb6a481f226604895d { color:#808080;display:block;width:1200px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:163px;left:0px;height:26px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f88c5c8c50f353fff06209fbc9f7c46ec424f16e { position:absolute;display:block;z-index:15011;background-color:#ffc600;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;height:2px;width:40px;top:200px;left:580px;display:block; }
#I77fdea469fa1c474ec3ad2676b3c37d61cf7612 { 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; }#I77fdea469fa1c474ec3ad2676b3c37d61cf7612 > .row .container { background-color: transparent; background-image: none; }#I77fdea469fa1c474ec3ad2676b3c37d61cf7612::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I77fdea469fa1c474ec3ad2676b3c37d61cf7612 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I77fdea469fa1c474ec3ad2676b3c37d61cf7612 > .row .container > .video-iframe-container { display: none; }#I77fdea469fa1c474ec3ad2676b3c37d61cf7612 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I77fdea469fa1c474ec3ad2676b3c37d61cf7612 > .row > .video-iframe-container { display: none; }#I77fdea469fa1c474ec3ad2676b3c37d61cf7612 > .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); }#I77fdea469fa1c474ec3ad2676b3c37d61cf7612 > .row .container { border-width: 0; border-radius: 0; }#I77fdea469fa1c474ec3ad2676b3c37d61cf7612 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I77fdea469fa1c474ec3ad2676b3c37d61cf7612 > .row .container { font-size:14px;font-family:arial;height:389px;width:1200px;position:relative;display:block; }#Pe252e0f60d91e92ff8b675b8329d3702d49a99a { position:absolute;display:block;z-index:15000;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:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:330px;width:320px;top:0px;left:40px;display:block; }
#tb73c9a31a062959824eab39e427d8048b7ad952 { position:absolute;display:block;z-index:15001;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:74px;width:74px;top:39.5px;left:163px;overflow:hidden;display:block; }
#x052f56d1c9a919e4f2d4d76ddc7f3f6cf3369fe { color:#606060;display:block;width:280px;position:absolute;font-family:"open sans";font-size:24px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:149px;left:60px;height:62.3906px;font-style:normal;text-align:center;text-align-last:center;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; }
#Z9b4e2bbadaf7279ed47b7c4933f4f0396b5a535 { color:#606060;display:block;width:280px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:226px;left:60px;height:81.5859px;font-style:normal;text-align:center;text-align-last:center;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; }
#te8ee6e7863e25b31365e851e68ab408f503b378 { position:absolute;display:block;z-index:15004;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:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:330px;width:320px;top:0px;left:440px;display:block; }
#cff9f842177d3737a126f4a4eb719d4ed687c463 { color:#606060;display:block;width:280px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15007;line-height:1.7;letter-spacing:0;top:225.9921875px;left:460px;height:54.3906px;font-style:normal;text-align:center;text-align-last:center;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; }
#e52903c0fa15e63f3a5cd5918e9d60f0cb76edc7 { color:#606060;display:block;width:299px;position:absolute;font-family:"open sans";font-size:24px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:149px;left:451px;height:62.3906px;font-style:normal;text-align:center;text-align-last:center;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; }
#gfa1afc511234fd2b6a0ded4a0e7e5a1947e889a { position:absolute;display:block;z-index:15005;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:76px;width:76px;top:38.5px;left:562px;overflow:hidden;display:block; }
#a6b9d2f8dfbacefe81b6e8a0bfd855cf269ebc7e { color:#606060;display:block;width:304px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15011;line-height:1.7;letter-spacing:0;top:226px;left:848px;height:81.5859px;font-style:normal;text-align:center;text-align-last:center;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; }
#e70e8b9861807f8ee26d701844b61808885d16ba { color:#606060;display:block;width:280px;position:absolute;font-family:"open sans";font-size:24px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:149px;left:860px;height:62.3906px;font-style:normal;text-align:center;text-align-last:center;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; }
#b4f5ac4d138729c39fe0c4e1c995a4dd0b3ee017 { 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:63px;width:63px;top:51px;left:968px;overflow:hidden;display:block; }
#za656760d89ac276784fe5c13b9f10165e217717 { position:absolute;display:block;z-index:15008;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:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:330px;width:320px;top:0px;left:840px;display:block; }
#eecb394d012073b9195ef8fda319f2d9e4c38c4e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff8800, rgba(255,136,0,0.56));background-image: -moz-linear-gradient(180deg, #ff8800, rgba(255,136,0,0.56));background-image: -ms-linear-gradient(180deg, #ff8800, rgba(255,136,0,0.56));background-image: -o-linear-gradient(180deg, #ff8800, rgba(255,136,0,0.56));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8800', endColorstr='#8eff8800' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8800', endColorstr='#8eff8800' );";background-image: linear-gradient(180deg, #ff8800, rgba(255,136,0,0.56));background-size:auto !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; }#eecb394d012073b9195ef8fda319f2d9e4c38c4e > .row .container { background-color: transparent; background-image: none; }#eecb394d012073b9195ef8fda319f2d9e4c38c4e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eecb394d012073b9195ef8fda319f2d9e4c38c4e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eecb394d012073b9195ef8fda319f2d9e4c38c4e > .row .container > .video-iframe-container { display: none; }#eecb394d012073b9195ef8fda319f2d9e4c38c4e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eecb394d012073b9195ef8fda319f2d9e4c38c4e > .row > .video-iframe-container { display: none; }#eecb394d012073b9195ef8fda319f2d9e4c38c4e > .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); }#eecb394d012073b9195ef8fda319f2d9e4c38c4e > .row .container { border-width: 0; border-radius: 0; }#eecb394d012073b9195ef8fda319f2d9e4c38c4e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eecb394d012073b9195ef8fda319f2d9e4c38c4e > .row .container { font-size:14px;font-family:arial;height:341px;width:1200px;position:relative;display:block; }#r5aaac665513779c4c07391696130b7a189ffe3d { color:#ffffff;display:block;width:1200px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:173px;left:0px;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ud673cc8ed963a75c9cc76875117269976a5180f { color:rgba(255,255,255,0.32);display:block;width:1200px;position:absolute;font-family:"open sans";font-size:112px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:18px;left:0px;height:145.594px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T3e9787880028faf1b7f11291dc91ace340bbc8d { color:#ffffff;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:50px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.2);top:100px;left:0px;height:65px;text-align:center;text-align-last:center;display:block; }
#v4392d3bebefe24b771615d5f2ee84e4c76727bc { 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:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;box-sizing:border-box;color:#2279dd;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:21px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:235px;height:47px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:244px;left:482px;display:block; }
#bff241f3444a2ab078dff98953d70204918dd55a { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#O7ef59d222f566da0d5cfc14b76b50431ae8294f { position:relative;display:block; }#O7ef59d222f566da0d5cfc14b76b50431ae8294f { background-color: transparent; background-image: none; }#O7ef59d222f566da0d5cfc14b76b50431ae8294f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O7ef59d222f566da0d5cfc14b76b50431ae8294f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O7ef59d222f566da0d5cfc14b76b50431ae8294f > .row .container > .video-iframe-container { display: none; }#O7ef59d222f566da0d5cfc14b76b50431ae8294f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O7ef59d222f566da0d5cfc14b76b50431ae8294f > .row > .video-iframe-container { display: none; }#O7ef59d222f566da0d5cfc14b76b50431ae8294f > .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); }#O7ef59d222f566da0d5cfc14b76b50431ae8294f { border-width: 0; border-radius: 0; }#O7ef59d222f566da0d5cfc14b76b50431ae8294f > .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; }#O7ef59d222f566da0d5cfc14b76b50431ae8294f > .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:12px;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; }#l8f19edf09695fc164e6ca0ec39b8d439a4f0839 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c5ba24e9-9749-42c1-968c-4cd8ebef98b9/CopyofUntitled7.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !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; }#l8f19edf09695fc164e6ca0ec39b8d439a4f0839.adaptive-delivery-prevent-bg, #l8f19edf09695fc164e6ca0ec39b8d439a4f0839.lazyload, #l8f19edf09695fc164e6ca0ec39b8d439a4f0839.lazyloading { background-image: none; }#l8f19edf09695fc164e6ca0ec39b8d439a4f0839 > .row .container { background-color: transparent; background-image: none; }#l8f19edf09695fc164e6ca0ec39b8d439a4f0839::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.14); }#l8f19edf09695fc164e6ca0ec39b8d439a4f0839 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l8f19edf09695fc164e6ca0ec39b8d439a4f0839 > .row .container > .video-iframe-container { display: none; }#l8f19edf09695fc164e6ca0ec39b8d439a4f0839 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.14); }#l8f19edf09695fc164e6ca0ec39b8d439a4f0839 > .row > .video-iframe-container { display: none; }#l8f19edf09695fc164e6ca0ec39b8d439a4f0839 > .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); }#l8f19edf09695fc164e6ca0ec39b8d439a4f0839 > .row .container { border-width: 0; border-radius: 0; }#l8f19edf09695fc164e6ca0ec39b8d439a4f0839::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; }#l8f19edf09695fc164e6ca0ec39b8d439a4f0839 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l8f19edf09695fc164e6ca0ec39b8d439a4f0839 > .row .container { font-size:14px;font-family:arial;height:625px;width:1200px;position:relative;display:block; }#bff79f2b7ee221440f4b6ea240db394e2fc4724e { position:absolute;display:block;z-index:15004;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:0;border-top-right-radius:0;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:169px;width:468px;top:403px;left:66px;display:block; }
#Lfee1d7f60ec7ca612a73c741b7c851ed22b01a2 { color:#606060;display:block;width:420px;position:absolute;font-family:"open sans";font-size:24px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:431px;left:93px;height:31.1979px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V4a3899af69507e40bb00e2723fcbc7cfbaeb928 { color:#606060;display:block;width:420px;position:absolute;font-family:"open sans";font-size:14px;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:460px;left:93px;height:36.3906px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ddfa362a1386ac5503248d05b585dc5d4ca69107 { color:#606060;display:block;width:161px;position:absolute;font-family:"open sans";font-size:14px;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:498px;left:222px;height:18.1953px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v62aa62dfe669b82053a07f9eb6f58853f9d22ef { background-color:#0077ff;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:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;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:21px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:122px;height:45px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:505px;left:388px;display:block; }
#b2454cc38e649482847cc8c988eff1e96a301824 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Re88d147befc6303c9aaff559f1f6f652750f179 { position:absolute;display:block;z-index:15017;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:0;border-top-right-radius:0;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:169px;width:468px;top:403px;left:666px;display:block; }
#U8656596292a48220150c2616c8fcb03b770bc62 { background-color:#2279dd;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:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;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:21px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:122px;height:45px;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:505px;left:990px;display:block; }
#M79602d5dd3b2f5f42ccbbeed171a8f34f46fdd2 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#d605a48caef931108d78cd3708c0aa6d441f4633 { color:#606060;display:block;width:154px;position:absolute;font-family:"open sans";font-size:14px;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:498px;left:822px;height:18.1953px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cdfeaca8a550e43863b0dcfb32cf55187fbeb353 { color:#606060;display:block;width:420px;position:absolute;font-family:"open sans";font-size:14px;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:461px;left:693px;height:36.3906px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mca877539ce072dcbeeeae7b0e8aea82c6112342 { color:#606060;display:block;width:420px;position:absolute;font-family:"open sans";font-size:24px;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:431px;left:693px;height:31.1979px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W15bb6ad7a85b9ac72d0ae175474a0265e07de23 { box-sizing:content-box;color:#5d92ff;font-size:12px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:498px;left:93px; }
#c6f2cb31ebc21cd14a686be1d16c5e14175f8d62 { box-sizing:content-box;color:#5d92ff;font-size:12px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:498px;left:118px; }
#d10438214b4db9fc796dab95e82da33b8fa168aa { box-sizing:content-box;color:#5d92ff;font-size:12px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;top:498px;left:164px; }
#B0b327a58bb917ee062a4bd2e05bb4008d2dadff { box-sizing:content-box;color:#5d92ff;font-size:12px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;top:498px;left:142px; }
#de47e0cf1dad807a3bd780a54c436f5745ce7b78 { box-sizing:content-box;color:#5d92ff;font-size:12px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;top:498px;left:185px; }
#abb82bbfff58dac75d3e683b98e7a260e7aab519 { box-sizing:content-box;color:#5d92ff;font-size:12px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;top:498px;left:785px; }
#c19e7304ce7dfb1cd771c327af9162b7e0effa54 { box-sizing:content-box;color:#5d92ff;font-size:12px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:498px;left:764px; }
#g455e2e8110c0c12802307cf9ed30c798dd59683 { box-sizing:content-box;color:#5d92ff;font-size:12px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:498px;left:742px; }
#babac262630b3a776333b61274d210111be381b0 { box-sizing:content-box;color:#5d92ff;font-size:12px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;top:498px;left:718px; }
#eb96ac0e6fbc955156870c695380bd8717872e78 { box-sizing:content-box;color:#5d92ff;font-size:12px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;top:498px;left:693px; }
#f75f14d3e29001ecc9509fac1cdb848cadaac958 { position:absolute;display:block;z-index:15034;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:351px;width:469px;top:53px;left:66px;overflow:hidden;display:block; }
#e2578047a00a08d13777be5d002d720cac6d4ddc { position:absolute;display:block;z-index:15003;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:486px;width:468px;top:53px;left:666px;overflow:hidden;display:block; }
#G15e9d8ceb31d4c672187fe1a182920f5ab6cf9d { 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; }#G15e9d8ceb31d4c672187fe1a182920f5ab6cf9d > .row .container { background-color: transparent; background-image: none; }#G15e9d8ceb31d4c672187fe1a182920f5ab6cf9d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G15e9d8ceb31d4c672187fe1a182920f5ab6cf9d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G15e9d8ceb31d4c672187fe1a182920f5ab6cf9d > .row .container > .video-iframe-container { display: none; }#G15e9d8ceb31d4c672187fe1a182920f5ab6cf9d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G15e9d8ceb31d4c672187fe1a182920f5ab6cf9d > .row > .video-iframe-container { display: none; }#G15e9d8ceb31d4c672187fe1a182920f5ab6cf9d > .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); }#G15e9d8ceb31d4c672187fe1a182920f5ab6cf9d > .row .container { border-width: 0; border-radius: 0; }#G15e9d8ceb31d4c672187fe1a182920f5ab6cf9d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G15e9d8ceb31d4c672187fe1a182920f5ab6cf9d > .row .container { font-size:14px;font-family:arial;height:218px;width:1200px;position:relative;display:block; }#Z86690a29451a58247b900a3d5152438b9c76fde { color:#808080;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:50px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.2);top:87px;left:0px;height:65px;text-align:center;text-align-last:center;display:block; }
#e9aded9614cfca9967be1b726fcbdc42375b3d8b { color:#808080;display:block;width:1200px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:161px;left:0px;height:26px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L3e8d12787a9fecd772f2a0f16ba11e557b55869 { position:absolute;display:block;z-index:15011;background-color:#ffc600;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;height:2px;width:40px;top:197px;left:580px;display:block; }
#uf41b67ae116bc1807701028178030667c83ae0b { color:rgba(128,128,128,0.15);display:block;width:1200px;position:absolute;font-family:"open sans";font-size:120px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:8.0001068115234px;left:0px;height:156px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e8735d5cb5ac51b32d4d23b554b913531bbec7c7 { 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; }#e8735d5cb5ac51b32d4d23b554b913531bbec7c7 > .row .container { background-color: transparent; background-image: none; }#e8735d5cb5ac51b32d4d23b554b913531bbec7c7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e8735d5cb5ac51b32d4d23b554b913531bbec7c7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e8735d5cb5ac51b32d4d23b554b913531bbec7c7 > .row .container > .video-iframe-container { display: none; }#e8735d5cb5ac51b32d4d23b554b913531bbec7c7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e8735d5cb5ac51b32d4d23b554b913531bbec7c7 > .row > .video-iframe-container { display: none; }#e8735d5cb5ac51b32d4d23b554b913531bbec7c7 > .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); }#e8735d5cb5ac51b32d4d23b554b913531bbec7c7 > .row .container { border-width: 0; border-radius: 0; }#e8735d5cb5ac51b32d4d23b554b913531bbec7c7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e8735d5cb5ac51b32d4d23b554b913531bbec7c7 > .row .container { font-size:14px;font-family:arial;height:411px;width:1200px;position:relative;display:block; }#a48a4d7d42fb09d7b4be6687ecf0f98d9870c955 { position:absolute;display:block;z-index:15000;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:257px;width:303px;top:0px;left:49px;display:block; }
#vb097bab3ee40eb8e3cfc806159a32fbf75a66e6 { color:#808080;display:block;width:280px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15011;line-height:2;letter-spacing:0;top:34px;left:60px;height:192px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X28a7b66f2a056f0b59c0114b4875525c0040c87 { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/znxwUJR0/Nina.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:73px;width:73px;top:293px;left:49px;display:block; }#X28a7b66f2a056f0b59c0114b4875525c0040c87.adaptive-delivery-prevent-bg, #X28a7b66f2a056f0b59c0114b4875525c0040c87.lazyload, #X28a7b66f2a056f0b59c0114b4875525c0040c87.lazyloading { background-image: none; }
#t8d1642012713d29ddf28ea789bd939a787924fe { color:#606060;display:block;width:180px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:304px;left:139px;height:26px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#af48a47de7b988e75d42558db5c209cecf19978a { color:#606060;display:block;width:180px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:304px;left:539px;height:26px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bf226d69c386365ee89f65275d74fbd092ab5d5d { 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:255px;width:303px;top:0px;left:449px;display:block; }
#p3351f9032649e3fdb87da8e672e129ce603067d { color:#808080;display:block;width:280px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15016;line-height:2;letter-spacing:0;top:34px;left:460px;height:128px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rded2bd403ee4f7152c09c1fecbc52bb1f5681a2 { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/l1s28SSL/2021_8_24_10.11.32.949.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:73px;width:73px;top:293px;left:449px;display:block; }#rded2bd403ee4f7152c09c1fecbc52bb1f5681a2.adaptive-delivery-prevent-bg, #rded2bd403ee4f7152c09c1fecbc52bb1f5681a2.lazyload, #rded2bd403ee4f7152c09c1fecbc52bb1f5681a2.lazyloading { background-image: none; }
#Xd4a8ed461918da5be2bb85f7fd104427c02e932 { color:#606060;display:block;width:180px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:304px;left:939px;height:26px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T7600ad7613de886fc570f540454a0a0a91b877d { position:absolute;display:block;z-index:15010;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:254px;width:303px;top:0px;left:849px;display:block; }
#Q009bc8bf4e09ab1136d1cabd74119f7636b80f9 { color:#808080;display:block;width:280px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15021;line-height:2;letter-spacing:0;top:34px;left:860px;height:160px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i37576dbabf233e25c7e3c63b76e1f54fd2f4bff { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/QhfAE5Ak/Edison_Grace.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:73px;width:73px;top:293px;left:849px;display:block; }#i37576dbabf233e25c7e3c63b76e1f54fd2f4bff.adaptive-delivery-prevent-bg, #i37576dbabf233e25c7e3c63b76e1f54fd2f4bff.lazyload, #i37576dbabf233e25c7e3c63b76e1f54fd2f4bff.lazyloading { background-image: none; }
#b39bfb2df42f140a2f03a771cecb092a849e97f6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff8800, rgba(255,136,0,0.56));background-image: -moz-linear-gradient(90deg, #ff8800, rgba(255,136,0,0.56));background-image: -ms-linear-gradient(90deg, #ff8800, rgba(255,136,0,0.56));background-image: -o-linear-gradient(90deg, #ff8800, rgba(255,136,0,0.56));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8800', endColorstr='#8eff8800' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8800', endColorstr='#8eff8800' );";background-image: linear-gradient(90deg, #ff8800, rgba(255,136,0,0.56));background-size:auto !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; }#b39bfb2df42f140a2f03a771cecb092a849e97f6 > .row .container { background-color: transparent; background-image: none; }#b39bfb2df42f140a2f03a771cecb092a849e97f6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b39bfb2df42f140a2f03a771cecb092a849e97f6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b39bfb2df42f140a2f03a771cecb092a849e97f6 > .row .container > .video-iframe-container { display: none; }#b39bfb2df42f140a2f03a771cecb092a849e97f6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b39bfb2df42f140a2f03a771cecb092a849e97f6 > .row > .video-iframe-container { display: none; }#b39bfb2df42f140a2f03a771cecb092a849e97f6 > .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); }#b39bfb2df42f140a2f03a771cecb092a849e97f6 > .row .container { border-width: 0; border-radius: 0; }#b39bfb2df42f140a2f03a771cecb092a849e97f6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b39bfb2df42f140a2f03a771cecb092a849e97f6 > .row .container { font-size:14px;font-family:arial;height:294px;width:1200px;position:relative;display:block; }#r374c0043137c51c89fd671b0383f89b0f29abac { color:#ffffff;display:block;width:388px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:59px;left:194px;height:;font-style:normal;text-align:right;text-align-last:right;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; }
#Ofcbbf23de40d89180a2c98c0bae3a67f58facb0 { position:absolute;display:block;z-index:15009;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24px;width:2px;top:57px;left:597px;display:block; }
#ecb4a848a0c2533370ae785b562b3750380dc80c { color:#ffffff;display:block;width:395px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:49px;left:674px;height:20.7986px;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; }
#c27c54b08334fb9f09c3dd424374fd6c6f637047 { color:#ffffff;display:block;width:430px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:69px;left:674px;height:20.7986px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J9dcf9bebc77551aa063880fe405684b7194af65 { 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:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;box-sizing:border-box;color:#0072ff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:21px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:235px;height:47px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:139px;left:482.5px;display:block; }
#bc7563fb745764224dafebc066c7d1cf1b4e89bf { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#f10689e5344a510b09ee13d347ea6bd5c8ac8aba { color:#ffffff;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:226px;left:0px;height:20.7986px;text-align:center;text-align-last:center;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; }
#e20cd97688d96decbadaf098ef52cd310b199cb9 { 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:15022;opacity:1;top:44px;left:612px;filter: drop-shadow(1px 1px 3px rgba(0,0,0,0.5)); }
#nUMDk1CzQPcQqdAiTLw6T6sTrFzxfTkL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff8800, rgba(255,136,0,0.57));background-image: -moz-linear-gradient(90deg, #ff8800, rgba(255,136,0,0.57));background-image: -ms-linear-gradient(90deg, #ff8800, rgba(255,136,0,0.57));background-image: -o-linear-gradient(90deg, #ff8800, rgba(255,136,0,0.57));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8800', endColorstr='#91ff8800' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8800', endColorstr='#91ff8800' );";background-image: linear-gradient(90deg, #ff8800, rgba(255,136,0,0.57));background-size:auto !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; }#nUMDk1CzQPcQqdAiTLw6T6sTrFzxfTkL > .row .container { background-color: transparent; background-image: none; }#nUMDk1CzQPcQqdAiTLw6T6sTrFzxfTkL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUMDk1CzQPcQqdAiTLw6T6sTrFzxfTkL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUMDk1CzQPcQqdAiTLw6T6sTrFzxfTkL > .row .container > .video-iframe-container { display: none; }#nUMDk1CzQPcQqdAiTLw6T6sTrFzxfTkL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUMDk1CzQPcQqdAiTLw6T6sTrFzxfTkL > .row > .video-iframe-container { display: none; }#nUMDk1CzQPcQqdAiTLw6T6sTrFzxfTkL > .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); }#nUMDk1CzQPcQqdAiTLw6T6sTrFzxfTkL > .row .container { border-width: 0; border-radius: 0; }#nUMDk1CzQPcQqdAiTLw6T6sTrFzxfTkL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nUMDk1CzQPcQqdAiTLw6T6sTrFzxfTkL > .row .container { font-size:14px;font-family:arial;height:112px;width:1200px;position:relative;display:block; }#GnIMZbdp4fp6l3Xo3OzkL44SRbuW2Tch { z-index:15001;top:53px;left:454px;background-color:transparent;background-image:none;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:14px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:292px;height:37px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Hb8TcdoOyb4VqkSh6DbDpcFDRryhaMTr { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#PtZf6i32mTtTnl6TegPdyXsmQaFdd8FT { color:#ffffff;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:14px;left:0px;height:18.1953px;text-align:center;text-align-last:center;display:block; }
#Md50PFhEdgT8NVZIu8Z32FaK8pKymXQo { color:#ffffff;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:39px;left:0px;height:18.1953px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP { display:block; }#GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sv1V8eg4u2W7nIuAn6PQo9cUczRngI4G { width:764px;height:71px;top:113px;left:0px;font-size:55px;display:block; }
 }@media only screen and (max-width: 763px) { #TsXl9Bdw72aTXIryGbnLELWzUE2VLUSd { width:521px;height:109px;top:241px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #PJzPFSOd4rlE0CUnSTgcSTLLGD4PqJIl { width:764px;height:145px;top:38px;left:0px;font-size:63px;display:block; }
 }@media only screen and (max-width: 763px) { #oVVpEfDpZvIePmaZbGILpbMFac76i9XS .widget-regular-label { display:block; }
#oVVpEfDpZvIePmaZbGILpbMFac76i9XS .widget-checkbox-label { width:220px; }
#oVVpEfDpZvIePmaZbGILpbMFac76i9XS  { width:240px;height:auto; }
#oVVpEfDpZvIePmaZbGILpbMFac76i9XS {display:block;}#oVVpEfDpZvIePmaZbGILpbMFac76i9XS { width:240px;height:auto; }
 }@media only screen and (max-width: 763px) { #oVVpEfDpZvIePmaZbGILpbMFac76i9XS #qtwfUvDGZQJoOCu3M9wTJno8KVVnF76C {  }
 }@media only screen and (max-width: 763px) { #oVVpEfDpZvIePmaZbGILpbMFac76i9XS #KapPEOsopE1fw21v0GFFAdT7DUbd6ki0 { display:block; }
 }@media only screen and (max-width: 763px) { #oVVpEfDpZvIePmaZbGILpbMFac76i9XS #nCyTdDw8xT5qrTym2r40T8NE7WQfZrqE {  }
 }@media only screen and (max-width: 763px) { #oVVpEfDpZvIePmaZbGILpbMFac76i9XS #nQHermtTkcyCfflH8hs1OoGcrJJNKqtP {  }
 }@media only screen and (max-width: 763px) { #oVVpEfDpZvIePmaZbGILpbMFac76i9XS #LdiKl6FZOzZEATDmVQzzSIZRPgk0ZlbR { display:block; }
 }@media only screen and (max-width: 763px) { #oVVpEfDpZvIePmaZbGILpbMFac76i9XS #xVoWr0JM3uTh8HsTrtHKq0yy1Ex3devI {  }
 }@media only screen and (max-width: 763px) { #oVVpEfDpZvIePmaZbGILpbMFac76i9XS #IvMNXk28n6WvBAKJFtHvcQwqlEdO7QpA {  }
 }@media only screen and (max-width: 763px) { #oVVpEfDpZvIePmaZbGILpbMFac76i9XS #ppMDvnMClchXuw6P1DDa8DDrzNWsnGX6 { z-index:2; }
 }@media only screen and (max-width: 763px) { #oVVpEfDpZvIePmaZbGILpbMFac76i9XS #Q8vqnT4B2iP9xSw4EsR6deHn7Lx61URy {  }
 }@media only screen and (max-width: 763px) { #oVVpEfDpZvIePmaZbGILpbMFac76i9XS #JHEdhc0PgkpVq6M44oaLxDnVnosLKXSw {  }
 }@media only screen and (max-width: 763px) { #oVVpEfDpZvIePmaZbGILpbMFac76i9XS #vD2obWF0snDPn84eGtJ2a514Pa1vBta2 {  }
 }@media only screen and (max-width: 763px) { #e42397e7905cd5a850e374abd6bc8d533f1ae5bf { display:block; }#e42397e7905cd5a850e374abd6bc8d533f1ae5bf > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c3baaa0ef88fda3738fb8596c5ee898fe00a7eff { width:764px;height:145px;top:8px;left:0px;font-size:112px;display:block; }
 }@media only screen and (max-width: 763px) { #l93a9dc5f2d9e7d59883b5562d99075500d83277 { width:764px;height:65px;top:89px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #c72414f7fb16ad962db692eb6a481f226604895d { width:764px;height:25px;top:162px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #f88c5c8c50f353fff06209fbc9f7c46ec424f16e { width:40px;height:2px;top:200px;left:362px;display:block; }
 }@media only screen and (max-width: 763px) { #I77fdea469fa1c474ec3ad2676b3c37d61cf7612 { display:block; }#I77fdea469fa1c474ec3ad2676b3c37d61cf7612 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pe252e0f60d91e92ff8b675b8329d3702d49a99a { width:320px;height:330px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #tb73c9a31a062959824eab39e427d8048b7ad952 { width:74px;height:74px;top:39px;left:90px;display:block; }
 }@media only screen and (max-width: 763px) { #x052f56d1c9a919e4f2d4d76ddc7f3f6cf3369fe { width:280px;height:62px;top:149px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #Z9b4e2bbadaf7279ed47b7c4933f4f0396b5a535 { width:280px;height:81px;top:226px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #te8ee6e7863e25b31365e851e68ab408f503b378 { width:320px;height:330px;top:0px;left:188px;display:block; }
 }@media only screen and (max-width: 763px) { #cff9f842177d3737a126f4a4eb719d4ed687c463 { width:280px;height:54px;top:225px;left:228px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #e52903c0fa15e63f3a5cd5918e9d60f0cb76edc7 { width:299px;height:62px;top:149px;left:209px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #gfa1afc511234fd2b6a0ded4a0e7e5a1947e889a { width:76px;height:76px;top:38px;left:343px;display:block; }
 }@media only screen and (max-width: 763px) { #a6b9d2f8dfbacefe81b6e8a0bfd855cf269ebc7e { width:304px;height:81px;top:226px;left:458px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #e70e8b9861807f8ee26d701844b61808885d16ba { width:280px;height:62px;top:149px;left:482px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #b4f5ac4d138729c39fe0c4e1c995a4dd0b3ee017 { width:63px;height:63px;top:51px;left:603px;display:block; }
 }@media only screen and (max-width: 763px) { #za656760d89ac276784fe5c13b9f10165e217717 { width:320px;height:330px;top:0px;left:442px;display:block; }
 }@media only screen and (max-width: 763px) { #eecb394d012073b9195ef8fda319f2d9e4c38c4e { display:block; }#eecb394d012073b9195ef8fda319f2d9e4c38c4e > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r5aaac665513779c4c07391696130b7a189ffe3d { width:764px;height:;top:173px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Ud673cc8ed963a75c9cc76875117269976a5180f { width:764px;height:145px;top:18px;left:0px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #T3e9787880028faf1b7f11291dc91ace340bbc8d { width:764px;height:65px;top:100px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #v4392d3bebefe24b771615d5f2ee84e4c76727bc { width:235px;height:47px;top:244px;left:264px;display:block; }
 }@media only screen and (max-width: 763px) { #bff241f3444a2ab078dff98953d70204918dd55a { display:block; }
 }@media only screen and (max-width: 763px) { #O7ef59d222f566da0d5cfc14b76b50431ae8294f { display:block; }#O7ef59d222f566da0d5cfc14b76b50431ae8294f > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l8f19edf09695fc164e6ca0ec39b8d439a4f0839 { display:block; }#l8f19edf09695fc164e6ca0ec39b8d439a4f0839 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bff79f2b7ee221440f4b6ea240db394e2fc4724e { width:468px;height:169px;top:403px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Lfee1d7f60ec7ca612a73c741b7c851ed22b01a2 { width:420px;height:31px;top:431px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #V4a3899af69507e40bb00e2723fcbc7cfbaeb928 { width:420px;height:36px;top:460px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #ddfa362a1386ac5503248d05b585dc5d4ca69107 { width:161px;height:18px;top:498px;left:113px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #v62aa62dfe669b82053a07f9eb6f58853f9d22ef { width:122px;height:45px;top:505px;left:260px;display:block; }
 }@media only screen and (max-width: 763px) { #b2454cc38e649482847cc8c988eff1e96a301824 { display:block; }
 }@media only screen and (max-width: 763px) { #Re88d147befc6303c9aaff559f1f6f652750f179 { width:468px;height:169px;top:403px;left:296px;display:block; }
 }@media only screen and (max-width: 763px) { #U8656596292a48220150c2616c8fcb03b770bc62 { width:122px;height:45px;top:505px;left:642px;display:block; }
 }@media only screen and (max-width: 763px) { #M79602d5dd3b2f5f42ccbbeed171a8f34f46fdd2 { display:block; }
 }@media only screen and (max-width: 763px) { #d605a48caef931108d78cd3708c0aa6d441f4633 { width:154px;height:18px;top:498px;left:495px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #cdfeaca8a550e43863b0dcfb32cf55187fbeb353 { width:420px;height:36px;top:461px;left:344px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #mca877539ce072dcbeeeae7b0e8aea82c6112342 { width:420px;height:31px;top:431px;left:344px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #W15bb6ad7a85b9ac72d0ae175474a0265e07de23 { width:18px;height:18px;top:498px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #c6f2cb31ebc21cd14a686be1d16c5e14175f8d62 { width:18px;height:18px;top:498px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #d10438214b4db9fc796dab95e82da33b8fa168aa { width:18px;height:18px;top:498px;left:55px;display:block; }
 }@media only screen and (max-width: 763px) { #B0b327a58bb917ee062a4bd2e05bb4008d2dadff { width:18px;height:18px;top:498px;left:33px;display:block; }
 }@media only screen and (max-width: 763px) { #de47e0cf1dad807a3bd780a54c436f5745ce7b78 { width:18px;height:18px;top:498px;left:76px;display:block; }
 }@media only screen and (max-width: 763px) { #abb82bbfff58dac75d3e683b98e7a260e7aab519 { width:18px;height:18px;top:498px;left:458px;display:block; }
 }@media only screen and (max-width: 763px) { #c19e7304ce7dfb1cd771c327af9162b7e0effa54 { width:18px;height:18px;top:498px;left:437px;display:block; }
 }@media only screen and (max-width: 763px) { #g455e2e8110c0c12802307cf9ed30c798dd59683 { width:18px;height:18px;top:498px;left:415px;display:block; }
 }@media only screen and (max-width: 763px) { #babac262630b3a776333b61274d210111be381b0 { width:18px;height:18px;top:498px;left:391px;display:block; }
 }@media only screen and (max-width: 763px) { #eb96ac0e6fbc955156870c695380bd8717872e78 { width:18px;height:18px;top:498px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #f75f14d3e29001ecc9509fac1cdb848cadaac958 { top:53px;left:0px;width:469px;height:351px;display:block; }
 }@media only screen and (max-width: 763px) { #e2578047a00a08d13777be5d002d720cac6d4ddc { top:53px;left:296px;width:468px;height:486px;display:block; }
 }@media only screen and (max-width: 763px) { #G15e9d8ceb31d4c672187fe1a182920f5ab6cf9d { display:block; }#G15e9d8ceb31d4c672187fe1a182920f5ab6cf9d > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z86690a29451a58247b900a3d5152438b9c76fde { width:764px;height:65px;top:87px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #e9aded9614cfca9967be1b726fcbdc42375b3d8b { width:764px;height:26px;top:161px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #L3e8d12787a9fecd772f2a0f16ba11e557b55869 { width:40px;height:2px;top:197px;left:362px;display:block; }
 }@media only screen and (max-width: 763px) { #uf41b67ae116bc1807701028178030667c83ae0b { width:764px;height:155px;top:8px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #e8735d5cb5ac51b32d4d23b554b913531bbec7c7 { display:block; }#e8735d5cb5ac51b32d4d23b554b913531bbec7c7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a48a4d7d42fb09d7b4be6687ecf0f98d9870c955 { width:303px;height:257px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #vb097bab3ee40eb8e3cfc806159a32fbf75a66e6 { width:280px;height:191px;top:33px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #X28a7b66f2a056f0b59c0114b4875525c0040c87 { width:73px;height:73px;top:293px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #t8d1642012713d29ddf28ea789bd939a787924fe { width:180px;height:26px;top:304px;left:66px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #af48a47de7b988e75d42558db5c209cecf19978a { width:180px;height:26px;top:304px;left:320px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #bf226d69c386365ee89f65275d74fbd092ab5d5d { width:303px;height:255px;top:0px;left:205px;display:block; }
 }@media only screen and (max-width: 763px) { #p3351f9032649e3fdb87da8e672e129ce603067d { width:280px;height:128px;top:34px;left:228px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #rded2bd403ee4f7152c09c1fecbc52bb1f5681a2 { width:73px;height:73px;top:293px;left:254px;display:block; }
 }@media only screen and (max-width: 763px) { #Xd4a8ed461918da5be2bb85f7fd104427c02e932 { width:180px;height:26px;top:304px;left:574px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #T7600ad7613de886fc570f540454a0a0a91b877d { width:303px;height:254px;top:0px;left:459px;display:block; }
 }@media only screen and (max-width: 763px) { #Q009bc8bf4e09ab1136d1cabd74119f7636b80f9 { width:280px;height:159px;top:33px;left:482px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #i37576dbabf233e25c7e3c63b76e1f54fd2f4bff { width:73px;height:73px;top:293px;left:508px;display:block; }
 }@media only screen and (max-width: 763px) { #b39bfb2df42f140a2f03a771cecb092a849e97f6 { display:block; }#b39bfb2df42f140a2f03a771cecb092a849e97f6 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r374c0043137c51c89fd671b0383f89b0f29abac { width:388px;height:20px;top:59px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Ofcbbf23de40d89180a2c98c0bae3a67f58facb0 { width:2px;height:24px;top:57px;left:379px;display:block; }
 }@media only screen and (max-width: 763px) { #ecb4a848a0c2533370ae785b562b3750380dc80c { width:395px;height:20px;top:49px;left:369px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #c27c54b08334fb9f09c3dd424374fd6c6f637047 { width:430px;height:20px;top:69px;left:334px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #J9dcf9bebc77551aa063880fe405684b7194af65 { width:235px;height:47px;top:139px;left:264.5px;display:block; }
 }@media only screen and (max-width: 763px) { #bc7563fb745764224dafebc066c7d1cf1b4e89bf { display:block; }
 }@media only screen and (max-width: 763px) { #f10689e5344a510b09ee13d347ea6bd5c8ac8aba { width:764px;height:20px;top:226px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #e20cd97688d96decbadaf098ef52cd310b199cb9 { top:44px;left:394px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #nUMDk1CzQPcQqdAiTLw6T6sTrFzxfTkL { display:block; }#nUMDk1CzQPcQqdAiTLw6T6sTrFzxfTkL > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GnIMZbdp4fp6l3Xo3OzkL44SRbuW2Tch { top:53px;left:236px;width:292px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #Hb8TcdoOyb4VqkSh6DbDpcFDRryhaMTr { display:block; }
 }@media only screen and (max-width: 763px) { #PtZf6i32mTtTnl6TegPdyXsmQaFdd8FT { top:13px;left:0px;width:764px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Md50PFhEdgT8NVZIu8Z32FaK8pKymXQo { top:39px;left:0px;width:764px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP { background-color:rgba(255,136,0,0.73);background-image:none;display:block; }#GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP > .row .container { background-color: transparent; background-image: none; }#GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP > .row .container > .video-iframe-container { display: none; }#GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP > .row > .video-iframe-container { display: none; }#GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP > .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); }#GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP > .row .container { width:320px;height:575px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sv1V8eg4u2W7nIuAn6PQo9cUczRngI4G { width:320px;height:85.7969px;top:45.28125px;left:0px;text-align:center;text-align-last:center;font-size:33px;color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TsXl9Bdw72aTXIryGbnLELWzUE2VLUSd { width:320px;height:58.5px;top:178.140625px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #PJzPFSOd4rlE0CUnSTgcSTLLGD4PqJIl { width:320px;height:176.391px;top:0px;left:0px;text-align:center;text-align-last:center;font-size:63px;color:rgba(255,255,255,0.26);line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #oVVpEfDpZvIePmaZbGILpbMFac76i9XS .widget-regular-label { display:block;width:258px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oVVpEfDpZvIePmaZbGILpbMFac76i9XS .widget-input-text { width:258px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:17px;overflow:hidden; }
#oVVpEfDpZvIePmaZbGILpbMFac76i9XS .widget-input-text {padding-top: 0; padding-bottom: 0;}#oVVpEfDpZvIePmaZbGILpbMFac76i9XS .widget-textarea { width:258px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:17px;overflow:hidden; }
#oVVpEfDpZvIePmaZbGILpbMFac76i9XS .widget-input-select { width:258px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#oVVpEfDpZvIePmaZbGILpbMFac76i9XS .widget-input-select {padding-top: 0; padding-bottom: 0;}#oVVpEfDpZvIePmaZbGILpbMFac76i9XS .widget-input-button { width:258px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:18px;overflow:hidden; }
#oVVpEfDpZvIePmaZbGILpbMFac76i9XS [class*="-text"]:-moz-placeholder { font-size:17px; }
#oVVpEfDpZvIePmaZbGILpbMFac76i9XS [class*="-text"]::-moz-placeholder { font-size:17px; }
#oVVpEfDpZvIePmaZbGILpbMFac76i9XS [class*="-text"]:-ms-input-placeholder { font-size:17px; }
#oVVpEfDpZvIePmaZbGILpbMFac76i9XS [class*="-text"]::-webkit-input-placeholder { font-size:17px; }
#oVVpEfDpZvIePmaZbGILpbMFac76i9XS .widget-checkbox-label { width:238px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:10px;overflow:hidden;height:auto; }
#oVVpEfDpZvIePmaZbGILpbMFac76i9XS  { width:258px;height:auto;top:247px;left:11px; }
#oVVpEfDpZvIePmaZbGILpbMFac76i9XS .radio-container { width:258px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#oVVpEfDpZvIePmaZbGILpbMFac76i9XS {display:block;}#oVVpEfDpZvIePmaZbGILpbMFac76i9XS { width:258px;height:auto;top:247px;left:11px; }
 }@media only screen and (max-width: 763px) { #oVVpEfDpZvIePmaZbGILpbMFac76i9XS #qtwfUvDGZQJoOCu3M9wTJno8KVVnF76C {  }
 }@media only screen and (max-width: 763px) { #oVVpEfDpZvIePmaZbGILpbMFac76i9XS #KapPEOsopE1fw21v0GFFAdT7DUbd6ki0 { display:block; }
 }@media only screen and (max-width: 763px) { #oVVpEfDpZvIePmaZbGILpbMFac76i9XS #nCyTdDw8xT5qrTym2r40T8NE7WQfZrqE {  }
 }@media only screen and (max-width: 763px) { #oVVpEfDpZvIePmaZbGILpbMFac76i9XS #nQHermtTkcyCfflH8hs1OoGcrJJNKqtP {  }
 }@media only screen and (max-width: 763px) { #oVVpEfDpZvIePmaZbGILpbMFac76i9XS #LdiKl6FZOzZEATDmVQzzSIZRPgk0ZlbR { display:block; }
 }@media only screen and (max-width: 763px) { #oVVpEfDpZvIePmaZbGILpbMFac76i9XS #xVoWr0JM3uTh8HsTrtHKq0yy1Ex3devI {  }
 }@media only screen and (max-width: 763px) { #oVVpEfDpZvIePmaZbGILpbMFac76i9XS #IvMNXk28n6WvBAKJFtHvcQwqlEdO7QpA {  }
 }@media only screen and (max-width: 763px) { #oVVpEfDpZvIePmaZbGILpbMFac76i9XS #ppMDvnMClchXuw6P1DDa8DDrzNWsnGX6 { z-index:2; }
 }@media only screen and (max-width: 763px) { #oVVpEfDpZvIePmaZbGILpbMFac76i9XS #Q8vqnT4B2iP9xSw4EsR6deHn7Lx61URy {  }
 }@media only screen and (max-width: 763px) { #oVVpEfDpZvIePmaZbGILpbMFac76i9XS #JHEdhc0PgkpVq6M44oaLxDnVnosLKXSw {  }
 }@media only screen and (max-width: 763px) { #oVVpEfDpZvIePmaZbGILpbMFac76i9XS #vD2obWF0snDPn84eGtJ2a514Pa1vBta2 {  }
 }@media only screen and (max-width: 763px) { #e42397e7905cd5a850e374abd6bc8d533f1ae5bf { display:block; }#e42397e7905cd5a850e374abd6bc8d533f1ae5bf > .row .container { width:320px;height:165px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c3baaa0ef88fda3738fb8596c5ee898fe00a7eff { width:320px;height:68.8984px;top:7.9948120117188px;left:0px;text-align:center;text-align-last:center;font-size:53px;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #l93a9dc5f2d9e7d59883b5562d99075500d83277 { width:320px;height:39px;top:40.998291015625px;left:0px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #c72414f7fb16ad962db692eb6a481f226604895d { width:231px;height:39px;top:100px;left:44.5px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #f88c5c8c50f353fff06209fbc9f7c46ec424f16e { width:40px;height:2px;top:149px;left:140px;display:block; }
 }@media only screen and (max-width: 763px) { #I77fdea469fa1c474ec3ad2676b3c37d61cf7612 { display:block; }#I77fdea469fa1c474ec3ad2676b3c37d61cf7612 > .row .container { width:320px;height:955px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pe252e0f60d91e92ff8b675b8329d3702d49a99a { width:300px;height:277px;top:15px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #tb73c9a31a062959824eab39e427d8048b7ad952 { width:55px;height:55px;top:42px;left:132.5px;display:block; }
 }@media only screen and (max-width: 763px) { #x052f56d1c9a919e4f2d4d76ddc7f3f6cf3369fe { width:261px;height:54.5938px;top:115px;left:29.5px;text-align:center;text-align-last:center;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #Z9b4e2bbadaf7279ed47b7c4933f4f0396b5a535 { width:298px;height:76.5px;top:179.375px;left:11px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #te8ee6e7863e25b31365e851e68ab408f503b378 { width:303px;height:291px;top:308px;left:8.5px;display:block; }
 }@media only screen and (max-width: 763px) { #cff9f842177d3737a126f4a4eb719d4ed687c463 { width:298px;height:51px;top:485px;left:10px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #e52903c0fa15e63f3a5cd5918e9d60f0cb76edc7 { width:298px;height:54.5938px;top:422.3125px;left:11px;text-align:center;text-align-last:center;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #gfa1afc511234fd2b6a0ded4a0e7e5a1947e889a { width:64px;height:64px;top:341px;left:128px;display:block; }
 }@media only screen and (max-width: 763px) { #a6b9d2f8dfbacefe81b6e8a0bfd855cf269ebc7e { width:298px;height:76.5px;top:767px;left:11px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #e70e8b9861807f8ee26d701844b61808885d16ba { width:298px;height:27.2969px;top:729px;left:11px;text-align:center;text-align-last:center;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #b4f5ac4d138729c39fe0c4e1c995a4dd0b3ee017 { width:63px;height:63px;top:649px;left:128.5px;display:block; }
 }@media only screen and (max-width: 763px) { #za656760d89ac276784fe5c13b9f10165e217717 { width:303px;height:290px;top:615px;left:8.5px;display:block; }
 }@media only screen and (max-width: 763px) { #eecb394d012073b9195ef8fda319f2d9e4c38c4e { display:block; }#eecb394d012073b9195ef8fda319f2d9e4c38c4e > .row .container { width:320px;height:275px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r5aaac665513779c4c07391696130b7a189ffe3d { width:320px;height:41.5938px;top:115px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Ud673cc8ed963a75c9cc76875117269976a5180f { width:320px;height:65px;top:26.987846374512px;left:0px;text-align:center;text-align-last:center;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #T3e9787880028faf1b7f11291dc91ace340bbc8d { width:320px;height:39px;top:53.984375px;left:0px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #v4392d3bebefe24b771615d5f2ee84e4c76727bc { width:205px;height:46.9844px;top:185px;left:57.5px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #bff241f3444a2ab078dff98953d70204918dd55a { display:block; }
 }@media only screen and (max-width: 763px) { #O7ef59d222f566da0d5cfc14b76b50431ae8294f { display:block; }#O7ef59d222f566da0d5cfc14b76b50431ae8294f > .row .container { width:320px;height:15px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l8f19edf09695fc164e6ca0ec39b8d439a4f0839 { display:block; }#l8f19edf09695fc164e6ca0ec39b8d439a4f0839 > .row .container { width:320px;height:795px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bff79f2b7ee221440f4b6ea240db394e2fc4724e { width:320px;height:169px;top:212px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Lfee1d7f60ec7ca612a73c741b7c851ed22b01a2 { width:320px;height:26px;top:234px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #V4a3899af69507e40bb00e2723fcbc7cfbaeb928 { width:288px;height:50.6953px;top:260px;left:16px;text-align:center;text-align-last:center;color:#606060;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #ddfa362a1386ac5503248d05b585dc5d4ca69107 { width:320px;height:20.7969px;top:335px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v62aa62dfe669b82053a07f9eb6f58853f9d22ef { width:97.9948px;height:38.9931px;top:326px;left:206px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #b2454cc38e649482847cc8c988eff1e96a301824 { display:block; }
 }@media only screen and (max-width: 763px) { #Re88d147befc6303c9aaff559f1f6f652750f179 { width:320px;height:169px;top:590px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #U8656596292a48220150c2616c8fcb03b770bc62 { width:98px;height:41px;top:702.890625px;left:205.984375px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #M79602d5dd3b2f5f42ccbbeed171a8f34f46fdd2 { display:block; }
 }@media only screen and (max-width: 763px) { #d605a48caef931108d78cd3708c0aa6d441f4633 { width:320px;height:20.7969px;top:713px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cdfeaca8a550e43863b0dcfb32cf55187fbeb353 { width:288px;height:50.6953px;top:635px;left:16px;text-align:center;text-align-last:center;color:#606060;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #mca877539ce072dcbeeeae7b0e8aea82c6112342 { width:320px;height:26px;top:609px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #W15bb6ad7a85b9ac72d0ae175474a0265e07de23 { width:18px;height:18px;top:337px;left:29px;display:block; }
 }@media only screen and (max-width: 763px) { #c6f2cb31ebc21cd14a686be1d16c5e14175f8d62 { width:18px;height:18px;top:337px;left:52px;display:block; }
 }@media only screen and (max-width: 763px) { #d10438214b4db9fc796dab95e82da33b8fa168aa { width:18px;height:18px;top:337px;left:100px;display:block; }
 }@media only screen and (max-width: 763px) { #B0b327a58bb917ee062a4bd2e05bb4008d2dadff { width:18px;height:18px;top:337px;left:76px;display:block; }
 }@media only screen and (max-width: 763px) { #de47e0cf1dad807a3bd780a54c436f5745ce7b78 { width:18px;height:18px;top:337px;left:124px;display:block; }
 }@media only screen and (max-width: 763px) { #abb82bbfff58dac75d3e683b98e7a260e7aab519 { width:18px;height:18px;top:715px;left:125px;display:block; }
 }@media only screen and (max-width: 763px) { #c19e7304ce7dfb1cd771c327af9162b7e0effa54 { width:18px;height:18px;top:715px;left:102px;display:block; }
 }@media only screen and (max-width: 763px) { #g455e2e8110c0c12802307cf9ed30c798dd59683 { width:18px;height:18px;top:715px;left:77px;display:block; }
 }@media only screen and (max-width: 763px) { #babac262630b3a776333b61274d210111be381b0 { width:18px;height:18px;top:715px;left:52px;display:block; }
 }@media only screen and (max-width: 763px) { #eb96ac0e6fbc955156870c695380bd8717872e78 { width:18px;height:18px;top:715px;left:27px;display:block; }
 }@media only screen and (max-width: 763px) { #f75f14d3e29001ecc9509fac1cdb848cadaac958 { width:227.995px;height:170px;top:41px;left:46px;display:block; }
 }@media only screen and (max-width: 763px) { #e2578047a00a08d13777be5d002d720cac6d4ddc { width:228px;height:235px;top:421px;left:46px;display:block; }
 }@media only screen and (max-width: 763px) { #G15e9d8ceb31d4c672187fe1a182920f5ab6cf9d { display:block; }#G15e9d8ceb31d4c672187fe1a182920f5ab6cf9d > .row .container { width:320px;height:160px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z86690a29451a58247b900a3d5152438b9c76fde { width:320px;height:39px;top:38px;left:0px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #e9aded9614cfca9967be1b726fcbdc42375b3d8b { width:262px;height:39px;top:90px;left:29px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #L3e8d12787a9fecd772f2a0f16ba11e557b55869 { width:40px;height:2px;top:139px;left:140px;background-color:#ffc600;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #uf41b67ae116bc1807701028178030667c83ae0b { width:320px;height:65px;top:11px;left:0px;text-align:center;text-align-last:center;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #e8735d5cb5ac51b32d4d23b554b913531bbec7c7 { display:block; }#e8735d5cb5ac51b32d4d23b554b913531bbec7c7 > .row .container { width:320px;height:975px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a48a4d7d42fb09d7b4be6687ecf0f98d9870c955 { width:303px;height:196px;top:0px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #vb097bab3ee40eb8e3cfc806159a32fbf75a66e6 { width:280px;height:168px;top:14px;left:20px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #X28a7b66f2a056f0b59c0114b4875525c0040c87 { width:73px;height:73px;top:203.5px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #t8d1642012713d29ddf28ea789bd939a787924fe { width:221px;height:23.3984px;top:227px;left:99px;text-align:left;text-align-last:left;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #af48a47de7b988e75d42558db5c209cecf19978a { width:211px;height:23.4028px;top:555px;left:98px;text-align:left;text-align-last:left;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #bf226d69c386365ee89f65275d74fbd092ab5d5d { width:303px;height:196px;top:328px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #p3351f9032649e3fdb87da8e672e129ce603067d { width:280px;height:84px;top:384px;left:20px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #rded2bd403ee4f7152c09c1fecbc52bb1f5681a2 { width:73px;height:73px;top:532.5px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Xd4a8ed461918da5be2bb85f7fd104427c02e932 { width:204px;height:23.4028px;top:880px;left:94px;text-align:left;text-align-last:left;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #T7600ad7613de886fc570f540454a0a0a91b877d { width:303px;height:196px;top:652px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #Q009bc8bf4e09ab1136d1cabd74119f7636b80f9 { width:280px;height:140px;top:680px;left:20px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #i37576dbabf233e25c7e3c63b76e1f54fd2f4bff { width:73px;height:73px;top:857px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #b39bfb2df42f140a2f03a771cecb092a849e97f6 { display:block; }#b39bfb2df42f140a2f03a771cecb092a849e97f6 > .row .container { width:320px;height:330px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r374c0043137c51c89fd671b0383f89b0f29abac { width:320px;height:23px;top:83px;left:0px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Ofcbbf23de40d89180a2c98c0bae3a67f58facb0 { width:2px;height:24px;top:126px;left:159px;display:none; }
 }@media only screen and (max-width: 763px) { #ecb4a848a0c2533370ae785b562b3750380dc80c { width:320px;height:19.5px;top:38px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #c27c54b08334fb9f09c3dd424374fd6c6f637047 { width:320px;height:19.5px;top:58px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #J9dcf9bebc77551aa063880fe405684b7194af65 { width:205px;height:46.9844px;top:103px;left:58px;color:#2279dd;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #bc7563fb745764224dafebc066c7d1cf1b4e89bf { display:block; }
 }@media only screen and (max-width: 763px) { #f10689e5344a510b09ee13d347ea6bd5c8ac8aba { width:320px;height:58.5px;top:234px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #e20cd97688d96decbadaf098ef52cd310b199cb9 { width:50px;height:50px;top:175px;left:135px;display:block; }
 }@media only screen and (max-width: 763px) { #nUMDk1CzQPcQqdAiTLw6T6sTrFzxfTkL { display:block; }#nUMDk1CzQPcQqdAiTLw6T6sTrFzxfTkL > .row .container { width:320px;height:120px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GnIMZbdp4fp6l3Xo3OzkL44SRbuW2Tch { top:72px;left:22px;width:277px;height:37px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #Hb8TcdoOyb4VqkSh6DbDpcFDRryhaMTr { display:block; }
 }@media only screen and (max-width: 763px) { #PtZf6i32mTtTnl6TegPdyXsmQaFdd8FT { width:320px;height:15.5938px;top:18px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #Md50PFhEdgT8NVZIu8Z32FaK8pKymXQo { width:320px;height:31.1875px;top:43px;left:0px;font-size:12px;display:block; }
 }