.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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JqT0PfVLzAs9WC4XkWyJEqtBkMfXV3r8 { position:relative;display:block; }#JqT0PfVLzAs9WC4XkWyJEqtBkMfXV3r8 { background-color: transparent; background-image: none; }#JqT0PfVLzAs9WC4XkWyJEqtBkMfXV3r8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JqT0PfVLzAs9WC4XkWyJEqtBkMfXV3r8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JqT0PfVLzAs9WC4XkWyJEqtBkMfXV3r8 > .row .container > .video-iframe-container { display: none; }#JqT0PfVLzAs9WC4XkWyJEqtBkMfXV3r8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JqT0PfVLzAs9WC4XkWyJEqtBkMfXV3r8 > .row > .video-iframe-container { display: none; }#JqT0PfVLzAs9WC4XkWyJEqtBkMfXV3r8 > .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); }#JqT0PfVLzAs9WC4XkWyJEqtBkMfXV3r8 { border-width: 0; border-radius: 0; }#JqT0PfVLzAs9WC4XkWyJEqtBkMfXV3r8 > .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; }#JqT0PfVLzAs9WC4XkWyJEqtBkMfXV3r8 > .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:82px;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; }#mQNf9rsEA6GKNKPd1ycsnGZfRn5Jtkri { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:36px;width:464px;top:15.5px;left:0px;overflow:hidden;display:block; }
#b6zOMAaJVJwCzq7izoof0yKNIQFWrzFB { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:34px;width:34px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:24px;left:867px; }
#xu11Aty0bDwKuO6zGkmBh64rX9bsbX71 { background-color:#54caff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 15px 6px 20px rgba(0,0,0,0.12) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:26px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:269px;height:55px;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:9px;left:850px;display:block; }
#KQg55Ul2N0irvSPDmcy3ZRwnsIDRJfJl { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#bhToIg2OfLNQrWzWHMUPdXOFwFDWsOzs { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3901eae4-318f-464d-b35e-dcbe7534ff8b/defocusedcitynightfilteredbokehabstractbackground1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bhToIg2OfLNQrWzWHMUPdXOFwFDWsOzs.adaptive-delivery-prevent-bg, #bhToIg2OfLNQrWzWHMUPdXOFwFDWsOzs.lazyload, #bhToIg2OfLNQrWzWHMUPdXOFwFDWsOzs.lazyloading { background-image: none; }#bhToIg2OfLNQrWzWHMUPdXOFwFDWsOzs > .row .container { background-color: transparent; background-image: none; }#bhToIg2OfLNQrWzWHMUPdXOFwFDWsOzs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bhToIg2OfLNQrWzWHMUPdXOFwFDWsOzs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bhToIg2OfLNQrWzWHMUPdXOFwFDWsOzs > .row .container > .video-iframe-container { display: none; }#bhToIg2OfLNQrWzWHMUPdXOFwFDWsOzs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bhToIg2OfLNQrWzWHMUPdXOFwFDWsOzs > .row > .video-iframe-container { display: none; }#bhToIg2OfLNQrWzWHMUPdXOFwFDWsOzs > .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); }#bhToIg2OfLNQrWzWHMUPdXOFwFDWsOzs > .row .container { border-width: 0; border-radius: 0; }#bhToIg2OfLNQrWzWHMUPdXOFwFDWsOzs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bhToIg2OfLNQrWzWHMUPdXOFwFDWsOzs > .row .container { font-size:14px;font-family:"open sans";height:782px;width:1200px;overflow:visible;position:relative;display:block; }#IxJn5zRWMCDkKF8f4VDkmqe8d78vQ4cP { color:#000000;display:block;width:145px;position:absolute;font-family:dosis;font-size:28px;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:237px;left:968px;height:0;text-align:center;text-align-last:center;display:block; }
#Txot7vuIBCEkkmTcAvEIBCFe3uf9wV8Q { position:absolute;display:block;z-index:15046;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:5px solid #55be5a;border-left:5px solid #55be5a;border-right:5px solid #55be5a;border-bottom:5px solid #55be5a;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 7px #55be5a ;height:562px;width:428px;top:162px;left:381px;display:block; }
#sUGqTUFCWk1ncgLckktiaoMALG8EsP9y { position:absolute;display:block;z-index:15047;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:512px;width:357px;top:192px;left:0px;display:block; }
#aH9OsNPUTJMOky6kXC1qSoNlDMSOsahF { position:absolute;display:block;z-index:15048;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;height:517px;width:356px;top:190px;left:844px;display:block; }
#iLS5B0B7sMMfHmThWRkBdbUqhz8NavRs { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:99px;width:200px;top:162px;left:499px;overflow:hidden;display:block; }
#keRCbo1EvJpsAbNgIEOuT4HnXFSvuLL7 { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:53px;width:71px;top:209px;left:987px;overflow:hidden;display:block; }
#bT93gXTqakCnhB5HHtyG8SRNywvOEfla { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:43px;width:120px;top:203px;left:117px;overflow:hidden;display:block; }
#d9p76NqBsZTc03JuZHXr3xOr5FTrpQsu { color:#000000;display:block;width:331px;position:absolute;font-family:raleway;font-size:26px;font-weight:normal;z-index:15052;line-height:1.1;letter-spacing:0;top:261px;left:435px;height:28.5938px;text-align:center;text-align-last:center;display:block; }
#ylMz0CZHiPKLhNUhoXalQQzgs4lRpJQG { color:#ffffff;display:block;width:685px;position:absolute;font-family:raleway;font-size:33px;font-weight:400;z-index:15056;line-height:1.2;letter-spacing:0;top:23px;left:257.5px;height:39.6px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cSOO8atWEXL2rvsFR6xZIghifQMStTsu { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:51px;width:46px;top:310px;left:26px;overflow:hidden;display:block; }
#lipCnTuTDTeK3f1lnySD7TonSTMtysAk { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:45px;width:45px;top:454px;left:416px;overflow:hidden;display:block; }
#BfXafEchducUU74qHywqT6NPstdp4lpD { color:#000000;display:block;width:66px;position:absolute;font-family:roboto;font-size:21px;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:318px;left:469px;height:27.2969px;display:block; }
#dgO6s7BTG34Kp2wp329MziHQbuMm0ZIa { color:#000000;display:block;width:147px;position:absolute;font-family:roboto;font-size:21px;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:463px;left:461px;height:27.2969px;display:block; }
#zZZqhS6iXHo0PFEXAIO2dPMLqIcHrfbu { color:#000000;display:block;width:200px;position:absolute;font-family:roboto;font-size:21px;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:351px;left:925px;height:27.2969px;display:block; }
#idNoMUmiGSHih02Cqc4QVwcNc3BCUqoN { color:#000000;display:block;width:200px;position:absolute;font-family:roboto;font-size:21px;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:328px;left:77px;height:27.2969px;display:block; }
#i23g30wyBgeJwOybrdp6Zswmc30X2ypT { color:#000000;display:block;width:184px;position:absolute;font-family:roboto;font-size:21px;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:480px;left:78px;height:27.2969px;display:block; }
#H3s2gazTee57xzZ9knoIwvOe3cnxR8Tk { color:#000000;display:block;width:200px;position:absolute;font-family:roboto;font-size:21px;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:493px;left:914px;height:27.2969px;display:block; }
#wkpRXmrbBAhZKCbsfToVyR9On7TQ8JZR { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:51px;width:46px;top:306px;left:416px;overflow:hidden;display:block; }
#REHQcgxHPBNQQhfxLUmaMOkyxewyJ3lv { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:45px;width:45px;top:470px;left:27px;overflow:hidden;display:block; }
#zENVr6i5DCAowc1rDfJg3JKOS2ftgT68 { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:45px;width:45px;top:484px;left:868px;overflow:hidden;display:block; }
#xXK0lU5NKUGro6RuPkztFiizqBJGu7KU { background-color:#53bc41;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15069;text-align:center;text-align-last:center;top:628px;left:883px;display:block; }
#XugdUbUcTFSO4Kxcd7vCGDL3ao1MJ438 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#K50kOa4ZnmK923nVn1rt1Qq0rFOquWAd { background-color:#53bc41;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:615px;left:40px;display:block; }
#l3v4nGsZdT3kf8tdH9am3d0wFCEfJhoX { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#g2opBJd0gdrGw6wl5twCtlNZE4ZU4EIR { background-color:#fddc00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#0f0f10;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:25px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:348px;height:60px;text-decoration:none;z-index:15071;text-align:center;text-align-last:center;top:630.5px;left:426px;display:block; }
#yNFH25OpKLbVg6Ryz9UQP2kx4rmzBZnA { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#FKzUCthbNZKOxUBVVhJxLOZ7cTtGbpFP { color:#ffffff;display:block;width:685px;position:absolute;font-family:raleway;font-size:31px;font-weight:300;z-index:15057;line-height:1.1;letter-spacing:0;top:73.59375px;left:257.5px;height:68.1875px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mVD20px03A3UFItaXL2RdEwqTLuyyrnJ { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:51px;width:46px;top:336px;left:867px;overflow:hidden;display:block; }
#HXEOen6MARA11gyBcp4k3KCUvpMXGCXl { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:45px;width:45px;top:475px;left:60px;overflow:hidden;display:none; }
#oMnOQAuTNkrv1p3vViimXnfp3Zymrhnt { color:#000000;display:block;width:305px;position:absolute;font-family:raleway;font-size:19px;font-weight:normal;z-index:15073;line-height:1.2;letter-spacing:0;top:258px;left:26px;height:45.5938px;text-align:center;text-align-last:center;display:block; }
#ksZFhWDOsNXNdNzfiycmzxzWs7MS84mt { color:#000000;display:block;width:299px;position:absolute;font-family:roboto;font-size:15px;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:359px;left:29px;height:97.5px;display:block; }
#CznaFOP1Lh0STtR6tIyt27rO69c7Br23 { color:#000000;display:block;width:290px;position:absolute;font-family:roboto;font-size:15px;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:520px;left:34px;height:78px;display:block; }
#fgW3EhqXZf4OLwKGRZIK3PWMtDv8FxgD { color:#000000;display:block;width:317px;position:absolute;font-family:raleway;font-size:19px;font-weight:normal;z-index:15072;line-height:1.2;letter-spacing:0;top:268px;left:864px;height:68.3906px;text-align:center;text-align-last:center;display:block; }
#BtwyWJQ7ubbZdq5a6e4WyzvMp92ThVGV { color:#000000;display:block;width:301px;position:absolute;font-family:roboto;font-size:15px;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:386px;left:872px;height:97.5px;display:block; }
#g3FIPxxbmCBXrtWJRRTKlNg78O6QgcxA { color:#000000;display:block;width:303px;position:absolute;font-family:roboto;font-size:15px;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:532px;left:871px;height:78px;display:block; }
#zm44cBLOywiV8SKBa7VbTHoqgg007eIA { color:#000000;display:block;width:372px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15053;line-height:1.4;letter-spacing:0;top:356px;left:414px;height:89.5937px;display:block; }
#S61OPMd23lEwKTAZOm8UfwtTuGSVUnIN { color:#000000;display:block;width:380px;position:absolute;font-family:roboto;font-size:15px;font-weight:normal;z-index:15054;line-height:1.4;letter-spacing:0;top:510.296875px;left:415.5px;height:84px;display:block; }
#LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl { position:relative;display:block; }#LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl { background-color: transparent; background-image: none; }#LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl > .row .container > .video-iframe-container { display: none; }#LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl > .row > .video-iframe-container { display: none; }#LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl > .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); }#LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl { border-width: 0; border-radius: 0; }#LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl > .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; }#LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl > .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:314px;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; }#T0IfXXwXlTNnmF95OdD56iM4CCoOE1sL { color:#ff9b00;display:block;width:611px;position:absolute;font-family:raleway;font-size:35px;font-weight:normal;z-index:15024;line-height:1.2;letter-spacing:0;top:32px;left:294.5px;height:84px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#FLs5tD5ltWV8kZMxBi6sE0Q8Rq86rTJC { color:#000000;display:block;width:715px;position:absolute;font-family:roboto;font-size:23px;font-weight:300;z-index:15025;line-height:1.2;letter-spacing:0;top:134.375px;left:251.5px;height:55.1875px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L0BLaXNlpN51pGVk9XRkFSduAgSeRIOy { background-color:#0555fa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 15px 11px 28px rgba(0,0,0,0.12) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:22px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:309px;height:55px;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:218px;left:445.5px;display:block; }
#CdnNNlsv5IfA9oJBKeSFTB85RpHxBO0Q { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#JuUB290VA10dZJuGQtJTUmm543FFX4GT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#55be5a;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; }#JuUB290VA10dZJuGQtJTUmm543FFX4GT > .row .container { background-color: transparent; background-image: none; }#JuUB290VA10dZJuGQtJTUmm543FFX4GT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuUB290VA10dZJuGQtJTUmm543FFX4GT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuUB290VA10dZJuGQtJTUmm543FFX4GT > .row .container > .video-iframe-container { display: none; }#JuUB290VA10dZJuGQtJTUmm543FFX4GT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuUB290VA10dZJuGQtJTUmm543FFX4GT > .row > .video-iframe-container { display: none; }#JuUB290VA10dZJuGQtJTUmm543FFX4GT > .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); }#JuUB290VA10dZJuGQtJTUmm543FFX4GT > .row .container { border-width: 0; border-radius: 0; }#JuUB290VA10dZJuGQtJTUmm543FFX4GT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JuUB290VA10dZJuGQtJTUmm543FFX4GT > .row .container { font-size:14px;font-family:arial;height:491px;width:1200px;position:relative;display:block; }#QFzVmvcKSIpLoTvTqrMwOcp2pLE2rnJu { color:#ffffff;display:block;width:603px;position:absolute;font-family:roboto;font-size:19px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:141px;left:0px;height:172.8671px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WNZT2MXs2CKsMe601sSBzOCTvwCFyp7y { background-color:#54caff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 15px 11px 28px rgba(0,0,0,0.12) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:26px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:297px;height:65px;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:399px;left:739px;display:block; }
#liLwbzgRELoxTidkiuvLqps2DXTtiTpf { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#uqmG8vcdR3POQKHIkTwanTN2ZyBTJvti { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:34px;width:34px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:418.5px;left:770px; }
#BmGK2wHIed6PTtPzXIglH7Og6BNf5LF6 { color:#ffffff;display:block;width:480px;position:absolute;font-family:raleway;font-size:24px;font-weight:700;z-index:15023;line-height:1.4;letter-spacing:0;top:42.8125px;left:0px;height:67.1875px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oC2f0DBsik3drzUxthE2T0uzZi9buJoz { position:absolute;display:block;z-index:14999;background-color:#fddc00;background-image:none;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:331px;width:509px;top:43px;left:633px;display:block; }
#lST0cMoiNkQrpfVqSuzvqAUFNq8mLMRL { color:#000000;display:block;width:476px;position:absolute;font-family:roboto;font-size:15px;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:94px;left:648px;height:39px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q .widget-form-header {  }
#ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q .widget-regular-label { height:auto;display:block;font-family:"source sans pro";font-size:14px;font-weight:bold;color:#ffffff;width:450px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top;overflow:hidden; }
#ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q .widget-input-text { border-top-left-radius:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:1px solid #9e9e9e;border-left:1px solid #9e9e9e;border-right:1px solid #9e9e9e;border-bottom:1px solid #9e9e9e;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:450px;box-sizing:border-box;height:60px;color:#161616;font-size:15px;overflow:hidden;font-family:"source sans pro";vertical-align:top; }
#ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q .widget-textarea { border-top-left-radius:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:1px solid #9e9e9e;border-left:1px solid #9e9e9e;border-right:1px solid #9e9e9e;border-bottom:1px solid #9e9e9e;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:450px;box-sizing:border-box;height:70px;color:#161616;font-size:15px;overflow:hidden;font-family:"source sans pro";vertical-align:top; }
#ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:450px;box-sizing:border-box;height:40px;color:#161616;font-family:"source sans pro";font-size:14px;overflow:hidden;vertical-align:top; }
#ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q .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; }
#ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q .widget-input-button { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:#ff0f64;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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;box-sizing:border-box;font-size:31px;font-weight:bold;color:#ffffff;width:450px;height:69px;font-family:"source sans pro";overflow:hidden;box-shadow: 3px 4px 18px rgba(0,0,0,0.21) ; }
#ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q [class*="-text"]:-moz-placeholder { color:#827a7a;font-family:"source sans pro";font-size:18px;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q [class*="-text"]::-moz-placeholder { color:#827a7a;font-family:"source sans pro";font-size:18px;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q [class*="-text"]:-ms-input-placeholder { color:#827a7a;font-family:"source sans pro";font-size:18px;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q [class*="-text"]::-webkit-input-placeholder { color:#827a7a;font-family:"source sans pro";font-size:18px;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q .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:"source sans pro";line-height:1.2;font-size:10px;font-weight:300;color:#0f0f10;vertical-align:top;width:430px;overflow:hidden;font-style:normal;float:none; }
#ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q .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; }
#ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q .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:"source sans pro";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q .widget-container:first-of-type{padding-top:0;}#ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q .widget-container:last-of-type{padding-bottom:0;}#ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q  { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:450px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:114px;left:645px; }
#ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:450px;display:block;vertical-align:top; }
#ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q .widget-info-text { display:block;height:auto;font-family:"source sans pro";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q {display:block;}#ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:450px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:114px;left:645px; }
#ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q #PB3yVfNyVcrbGwEtSmxqFbzZ2lFeWzqQ { position:relative; }
#ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q #S5g0ppPqBoMBekTz7nbgdQzwAcMZJhLW { position:relative;display:none; }
#ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q #QPs21tczvesUOvhdRCPp2lFdqbv89Hmr { position:relative; }
#ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q #hC9Jse977vQMOy48pE7bmu1RfiQgNQXx { position:relative; }
#ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q #fSTiKJOlboubFPGHwbHZ60CSafLEZaia { position:relative;z-index:2; }
#ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q #FFNSQbHEfZ3lPq7r9pxRrnaksoqQgWTW { position:relative; }
#DOThqi7kqe0N1yrNsl6oNOlDGUyEKvMV { position:relative;display:block; }
#RwBJX5IcKSA9oXA0HZuouifUPEUfKb90 { position:relative;display:block; }
#Xr5PPAF3yDf42mu57ROWSTVTdkrO3pyx { position:relative;display:block; }
#X9qzecme6LrbT2J5kFiToZgTIGDVTgns { position:relative;display:block; }
#tdnCxklWFIJNnUseMEWR2Jm6kSndKZyA { position:relative;display:block; }
#ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q #QDrKs1okkJ6eKyc5upFqB1G9PRorNszc { position:relative; }
#ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q #IqaQoXncnv9Aap22Gdd8oueaTdAUi2N1 { position:relative; }
#OTTt5OKlDIpAV4qMaOOzVFVBfchfEJ74 { position:relative;display:block; }
#oXrv18KBpMSRmF05ElbEWk2II2PsBip8 { position:relative;display:block; }
#pm00GmTHuGzEwwXH1R0asTKi8yRLc2Tf { position:relative;display:block; }
#JwU7lQFZrpmHh1fbNUAp0QsOZbeQACB2 { position:relative;display:block; }
#Exm3cqyqTWJrWLzvdMNinw4aygC0Qnwa { position:relative;display:block; }
#FWrcx8EKbrcUxPbTDTpUKH4yiRNzXWP2 { position:relative;display:block; }
#eeGnI7EQyXiy1OWbERul2zo9ZtklZT1B { position:relative;display:block; }
#N3vId159w5uTNhgK6tbTD2cU6VIiz3i9 { color:#000000;display:block;width:367px;position:absolute;font-family:rubik;font-size:25px;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:60px;left:700px;height:30px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TF7QlfBViTlAQMQnHskTWsIORqO0vXwB { color:#000000;display:block;width:425px;position:absolute;font-family:"source sans pro";font-size:10px;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:347px;left:677px;height:24px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xhbt8Du3JVSp8lUeHFeIJzl77rTgJvfP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/1ffbV6f4/bg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xhbt8Du3JVSp8lUeHFeIJzl77rTgJvfP.adaptive-delivery-prevent-bg, #xhbt8Du3JVSp8lUeHFeIJzl77rTgJvfP.lazyload, #xhbt8Du3JVSp8lUeHFeIJzl77rTgJvfP.lazyloading { background-image: none; }#xhbt8Du3JVSp8lUeHFeIJzl77rTgJvfP > .row .container { background-color: transparent; background-image: none; }#xhbt8Du3JVSp8lUeHFeIJzl77rTgJvfP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #615c5c; }#xhbt8Du3JVSp8lUeHFeIJzl77rTgJvfP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhbt8Du3JVSp8lUeHFeIJzl77rTgJvfP > .row .container > .video-iframe-container { display: none; }#xhbt8Du3JVSp8lUeHFeIJzl77rTgJvfP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #615c5c; }#xhbt8Du3JVSp8lUeHFeIJzl77rTgJvfP > .row > .video-iframe-container { display: none; }#xhbt8Du3JVSp8lUeHFeIJzl77rTgJvfP > .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); }#xhbt8Du3JVSp8lUeHFeIJzl77rTgJvfP > .row .container { border-width: 0; border-radius: 0; }#xhbt8Du3JVSp8lUeHFeIJzl77rTgJvfP::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; }#xhbt8Du3JVSp8lUeHFeIJzl77rTgJvfP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xhbt8Du3JVSp8lUeHFeIJzl77rTgJvfP > .row .container { font-size:14px;font-family:arial;height:107px;width:1200px;position:relative;display:block; }#lc1mVHb4WSscvLfb5OAIW1y1mhlfdO4m { color:#ffffff;display:block;width:790px;position:absolute;font-family:lato;font-size:11px;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:24.90625px;left:205px;height:57.1876px;font-style:normal;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) { #JqT0PfVLzAs9WC4XkWyJEqtBkMfXV3r8 { display:block; }#JqT0PfVLzAs9WC4XkWyJEqtBkMfXV3r8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mQNf9rsEA6GKNKPd1ycsnGZfRn5Jtkri { top:15px;left:0px;width:464px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #b6zOMAaJVJwCzq7izoof0yKNIQFWrzFB { top:24px;left:649px;width:34px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #xu11Aty0bDwKuO6zGkmBh64rX9bsbX71 { width:269px;height:55px;top:9px;left:495px;display:block; }
 }@media only screen and (max-width: 763px) { #KQg55Ul2N0irvSPDmcy3ZRwnsIDRJfJl { display:block; }
 }@media only screen and (max-width: 763px) { #bhToIg2OfLNQrWzWHMUPdXOFwFDWsOzs { display:block; }#bhToIg2OfLNQrWzWHMUPdXOFwFDWsOzs > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IxJn5zRWMCDkKF8f4VDkmqe8d78vQ4cP { top:237px;left:619px;width:145px;height:0;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #Txot7vuIBCEkkmTcAvEIBCFe3uf9wV8Q { top:162px;left:163px;width:428px;height:562px;display:block; }
 }@media only screen and (max-width: 763px) { #sUGqTUFCWk1ncgLckktiaoMALG8EsP9y { top:192px;left:0px;width:357px;height:512px;display:block; }
 }@media only screen and (max-width: 763px) { #aH9OsNPUTJMOky6kXC1qSoNlDMSOsahF { top:190px;left:408px;width:356px;height:517px;display:block; }
 }@media only screen and (max-width: 763px) { #iLS5B0B7sMMfHmThWRkBdbUqhz8NavRs { top:162px;left:281px;width:200px;height:99px;display:block; }
 }@media only screen and (max-width: 763px) { #keRCbo1EvJpsAbNgIEOuT4HnXFSvuLL7 { top:209px;left:693px;width:71px;height:53px;display:block; }
 }@media only screen and (max-width: 763px) { #bT93gXTqakCnhB5HHtyG8SRNywvOEfla { top:203px;left:0px;width:120px;height:43px;display:block; }
 }@media only screen and (max-width: 763px) { #d9p76NqBsZTc03JuZHXr3xOr5FTrpQsu { top:261px;left:217px;width:331px;height:28px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #ylMz0CZHiPKLhNUhoXalQQzgs4lRpJQG { top:23px;left:39.5px;width:685px;height:39px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #cSOO8atWEXL2rvsFR6xZIghifQMStTsu { top:310px;left:0px;width:46px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #lipCnTuTDTeK3f1lnySD7TonSTMtysAk { top:454px;left:198px;width:45px;height:45px;display:block; }
 }@media only screen and (max-width: 763px) { #BfXafEchducUU74qHywqT6NPstdp4lpD { top:318px;left:251px;width:66px;height:27px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #dgO6s7BTG34Kp2wp329MziHQbuMm0ZIa { top:463px;left:243px;width:147px;height:27px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #zZZqhS6iXHo0PFEXAIO2dPMLqIcHrfbu { top:351px;left:564px;width:200px;height:27px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #idNoMUmiGSHih02Cqc4QVwcNc3BCUqoN { top:328px;left:0px;width:200px;height:27px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #i23g30wyBgeJwOybrdp6Zswmc30X2ypT { top:480px;left:0px;width:184px;height:27px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #H3s2gazTee57xzZ9knoIwvOe3cnxR8Tk { top:493px;left:564px;width:200px;height:27px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #wkpRXmrbBAhZKCbsfToVyR9On7TQ8JZR { top:306px;left:198px;width:46px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #REHQcgxHPBNQQhfxLUmaMOkyxewyJ3lv { top:470px;left:0px;width:45px;height:45px;display:block; }
 }@media only screen and (max-width: 763px) { #zENVr6i5DCAowc1rDfJg3JKOS2ftgT68 { top:484px;left:650px;width:45px;height:45px;display:block; }
 }@media only screen and (max-width: 763px) { #xXK0lU5NKUGro6RuPkztFiizqBJGu7KU { width:280px;height:55px;top:628px;left:484px;display:block; }
 }@media only screen and (max-width: 763px) { #XugdUbUcTFSO4Kxcd7vCGDL3ao1MJ438 { display:block; }
 }@media only screen and (max-width: 763px) { #K50kOa4ZnmK923nVn1rt1Qq0rFOquWAd { width:280px;height:55px;top:615px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #l3v4nGsZdT3kf8tdH9am3d0wFCEfJhoX { display:block; }
 }@media only screen and (max-width: 763px) { #g2opBJd0gdrGw6wl5twCtlNZE4ZU4EIR { width:348px;height:60px;top:630px;left:208px;display:block; }
 }@media only screen and (max-width: 763px) { #yNFH25OpKLbVg6Ryz9UQP2kx4rmzBZnA { display:block; }
 }@media only screen and (max-width: 763px) { #FKzUCthbNZKOxUBVVhJxLOZ7cTtGbpFP { top:73px;left:39.5px;width:685px;height:68px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #mVD20px03A3UFItaXL2RdEwqTLuyyrnJ { top:336px;left:649px;width:46px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #HXEOen6MARA11gyBcp4k3KCUvpMXGCXl { top:475px;left:0px;width:45px;height:45px;display:none; }
 }@media only screen and (max-width: 763px) { #oMnOQAuTNkrv1p3vViimXnfp3Zymrhnt { top:258px;left:0px;width:305px;height:45px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #ksZFhWDOsNXNdNzfiycmzxzWs7MS84mt { top:359px;left:0px;width:299px;height:97px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #CznaFOP1Lh0STtR6tIyt27rO69c7Br23 { top:520px;left:0px;width:290px;height:78px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #fgW3EhqXZf4OLwKGRZIK3PWMtDv8FxgD { top:268px;left:447px;width:317px;height:68px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #BtwyWJQ7ubbZdq5a6e4WyzvMp92ThVGV { top:386px;left:463px;width:301px;height:97px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #g3FIPxxbmCBXrtWJRRTKlNg78O6QgcxA { top:532px;left:461px;width:303px;height:78px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #zm44cBLOywiV8SKBa7VbTHoqgg007eIA { top:356px;left:196px;width:372px;height:89px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #S61OPMd23lEwKTAZOm8UfwtTuGSVUnIN { top:510px;left:197.5px;width:380px;height:84px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl { display:block; }#LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0IfXXwXlTNnmF95OdD56iM4CCoOE1sL { top:32px;left:76.5px;width:611px;height:84px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #FLs5tD5ltWV8kZMxBi6sE0Q8Rq86rTJC { top:134px;left:33.5px;width:715px;height:55px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #L0BLaXNlpN51pGVk9XRkFSduAgSeRIOy { width:309px;height:55px;top:218px;left:227.5px;display:block; }
 }@media only screen and (max-width: 763px) { #CdnNNlsv5IfA9oJBKeSFTB85RpHxBO0Q { display:block; }
 }@media only screen and (max-width: 763px) { #JuUB290VA10dZJuGQtJTUmm543FFX4GT { display:block; }#JuUB290VA10dZJuGQtJTUmm543FFX4GT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QFzVmvcKSIpLoTvTqrMwOcp2pLE2rnJu { top:141px;left:0px;width:603px;height:172px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #WNZT2MXs2CKsMe601sSBzOCTvwCFyp7y { width:297px;height:65px;top:399px;left:412px;display:block; }
 }@media only screen and (max-width: 763px) { #liLwbzgRELoxTidkiuvLqps2DXTtiTpf { display:block; }
 }@media only screen and (max-width: 763px) { #uqmG8vcdR3POQKHIkTwanTN2ZyBTJvti { top:418px;left:443px;width:34px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #BmGK2wHIed6PTtPzXIglH7Og6BNf5LF6 { top:42px;left:0px;width:480px;height:67px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #oC2f0DBsik3drzUxthE2T0uzZi9buJoz { top:43px;left:251px;width:509px;height:331px;display:block; }
 }@media only screen and (max-width: 763px) { #lST0cMoiNkQrpfVqSuzvqAUFNq8mLMRL { top:94px;left:288px;width:476px;height:39px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q .widget-regular-label { width:450px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q .widget-input-text { width:450px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q .widget-textarea { width:450px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q .widget-input-select { width:450px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q .widget-input-button { width:450px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q .widget-checkbox-label { width:431px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q  { width:450px;height:auto;top:114px;left:274px; }
#ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q .radio-container { width:450px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q {display:block;}#ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q { width:450px;height:auto;top:114px;left:274px; }
 }@media only screen and (max-width: 763px) { #ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q #PB3yVfNyVcrbGwEtSmxqFbzZ2lFeWzqQ {  }
 }@media only screen and (max-width: 763px) { #ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q #S5g0ppPqBoMBekTz7nbgdQzwAcMZJhLW {  }
 }@media only screen and (max-width: 763px) { #ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q #QPs21tczvesUOvhdRCPp2lFdqbv89Hmr {  }
 }@media only screen and (max-width: 763px) { #ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q #hC9Jse977vQMOy48pE7bmu1RfiQgNQXx {  }
 }@media only screen and (max-width: 763px) { #ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q #fSTiKJOlboubFPGHwbHZ60CSafLEZaia {  }
 }@media only screen and (max-width: 763px) { #ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q #FFNSQbHEfZ3lPq7r9pxRrnaksoqQgWTW {  }
 }@media only screen and (max-width: 763px) { #DOThqi7kqe0N1yrNsl6oNOlDGUyEKvMV { display:block; }
 }@media only screen and (max-width: 763px) { #RwBJX5IcKSA9oXA0HZuouifUPEUfKb90 { display:block; }
 }@media only screen and (max-width: 763px) { #Xr5PPAF3yDf42mu57ROWSTVTdkrO3pyx { display:block; }
 }@media only screen and (max-width: 763px) { #X9qzecme6LrbT2J5kFiToZgTIGDVTgns { display:block; }
 }@media only screen and (max-width: 763px) { #tdnCxklWFIJNnUseMEWR2Jm6kSndKZyA { display:block; }
 }@media only screen and (max-width: 763px) { #ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q #QDrKs1okkJ6eKyc5upFqB1G9PRorNszc {  }
 }@media only screen and (max-width: 763px) { #ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q #IqaQoXncnv9Aap22Gdd8oueaTdAUi2N1 {  }
 }@media only screen and (max-width: 763px) { #OTTt5OKlDIpAV4qMaOOzVFVBfchfEJ74 { display:block; }
 }@media only screen and (max-width: 763px) { #oXrv18KBpMSRmF05ElbEWk2II2PsBip8 { display:block; }
 }@media only screen and (max-width: 763px) { #pm00GmTHuGzEwwXH1R0asTKi8yRLc2Tf { display:block; }
 }@media only screen and (max-width: 763px) { #JwU7lQFZrpmHh1fbNUAp0QsOZbeQACB2 { display:block; }
 }@media only screen and (max-width: 763px) { #Exm3cqyqTWJrWLzvdMNinw4aygC0Qnwa { display:block; }
 }@media only screen and (max-width: 763px) { #FWrcx8EKbrcUxPbTDTpUKH4yiRNzXWP2 { display:block; }
 }@media only screen and (max-width: 763px) { #eeGnI7EQyXiy1OWbERul2zo9ZtklZT1B { display:block; }
 }@media only screen and (max-width: 763px) { #N3vId159w5uTNhgK6tbTD2cU6VIiz3i9 { top:60px;left:382px;width:367px;height:30px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TF7QlfBViTlAQMQnHskTWsIORqO0vXwB { top:347px;left:339px;width:425px;height:24px;font-size:8px;display:block; }
 }@media only screen and (max-width: 763px) { #xhbt8Du3JVSp8lUeHFeIJzl77rTgJvfP { display:block; }#xhbt8Du3JVSp8lUeHFeIJzl77rTgJvfP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lc1mVHb4WSscvLfb5OAIW1y1mhlfdO4m { width:764px;height:57px;top:24px;left:0px;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JqT0PfVLzAs9WC4XkWyJEqtBkMfXV3r8 { display:block; }#JqT0PfVLzAs9WC4XkWyJEqtBkMfXV3r8 > .row .container { width:320px;height:102px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mQNf9rsEA6GKNKPd1ycsnGZfRn5Jtkri { width:257px;height:21px;top:5px;left:38px;display:block; }
 }@media only screen and (max-width: 763px) { #b6zOMAaJVJwCzq7izoof0yKNIQFWrzFB { display:flex;width:34px;height:34px;top:45px;left:60px;opacity:.91; }
 }@media only screen and (max-width: 763px) { #xu11Aty0bDwKuO6zGkmBh64rX9bsbX71 { width:258px;height:48px;top:38px;left:31px;box-shadow: 15px 6px 20px rgba(0,0,0,0.12) ;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #KQg55Ul2N0irvSPDmcy3ZRwnsIDRJfJl { display:block; }
 }@media only screen and (max-width: 763px) { #bhToIg2OfLNQrWzWHMUPdXOFwFDWsOzs { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff9d02, #f78d2e);background-image: -moz-linear-gradient(180deg, #ff9d02, #f78d2e);background-image: -ms-linear-gradient(180deg, #ff9d02, #f78d2e);background-image: -o-linear-gradient(180deg, #ff9d02, #f78d2e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d02', endColorstr='#f78d2e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d02', endColorstr='#f78d2e' );";background-image: linear-gradient(180deg, #ff9d02, #f78d2e);background-size:initial !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0 solid #6e7074;border-left:0 solid #6e7074;border-right:0 solid #6e7074;border-bottom:1px solid #6e7074;display:block; }#bhToIg2OfLNQrWzWHMUPdXOFwFDWsOzs > .row .container { background-color: transparent; background-image: none; }#bhToIg2OfLNQrWzWHMUPdXOFwFDWsOzs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bhToIg2OfLNQrWzWHMUPdXOFwFDWsOzs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bhToIg2OfLNQrWzWHMUPdXOFwFDWsOzs > .row .container > .video-iframe-container { display: none; }#bhToIg2OfLNQrWzWHMUPdXOFwFDWsOzs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bhToIg2OfLNQrWzWHMUPdXOFwFDWsOzs > .row > .video-iframe-container { display: none; }#bhToIg2OfLNQrWzWHMUPdXOFwFDWsOzs > .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); }#bhToIg2OfLNQrWzWHMUPdXOFwFDWsOzs > .row .container { border-width: 0; border-radius: 0; }#bhToIg2OfLNQrWzWHMUPdXOFwFDWsOzs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bhToIg2OfLNQrWzWHMUPdXOFwFDWsOzs > .row .container { width:320px;height:1757px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IxJn5zRWMCDkKF8f4VDkmqe8d78vQ4cP { width:145px;height:0;top:178px;left:86px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #Txot7vuIBCEkkmTcAvEIBCFe3uf9wV8Q { width:310px;height:537px;top:170px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #sUGqTUFCWk1ncgLckktiaoMALG8EsP9y { width:318px;height:459px;top:736px;left:0px;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #aH9OsNPUTJMOky6kXC1qSoNlDMSOsahF { width:320px;height:518px;top:1214px;left:0px;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #iLS5B0B7sMMfHmThWRkBdbUqhz8NavRs { width:159px;height:79px;top:170px;left:81px;display:block; }
 }@media only screen and (max-width: 763px) { #keRCbo1EvJpsAbNgIEOuT4HnXFSvuLL7 { width:70px;height:52px;top:1227px;left:125px;display:block; }
 }@media only screen and (max-width: 763px) { #bT93gXTqakCnhB5HHtyG8SRNywvOEfla { width:120px;height:43px;top:746px;left:100px;display:block; }
 }@media only screen and (max-width: 763px) { #d9p76NqBsZTc03JuZHXr3xOr5FTrpQsu { width:290px;height:25.2969px;top:240px;left:15px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #ylMz0CZHiPKLhNUhoXalQQzgs4lRpJQG { width:320px;height:57.6px;top:13px;left:0px;font-size:24px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cSOO8atWEXL2rvsFR6xZIghifQMStTsu { width:46px;height:51px;top:846px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #lipCnTuTDTeK3f1lnySD7TonSTMtysAk { width:45px;height:45px;top:448px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #BfXafEchducUU74qHywqT6NPstdp4lpD { width:200px;height:27.2969px;top:282px;left:77px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #dgO6s7BTG34Kp2wp329MziHQbuMm0ZIa { width:200px;height:27.2969px;top:460px;left:54px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #zZZqhS6iXHo0PFEXAIO2dPMLqIcHrfbu { width:200px;height:27.2969px;top:1362px;left:68px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #idNoMUmiGSHih02Cqc4QVwcNc3BCUqoN { width:200px;height:27.2969px;top:862px;left:61px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #i23g30wyBgeJwOybrdp6Zswmc30X2ypT { width:200px;height:27.2969px;top:1000px;left:61px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #H3s2gazTee57xzZ9knoIwvOe3cnxR8Tk { width:187px;height:27.2969px;top:1510px;left:68px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #wkpRXmrbBAhZKCbsfToVyR9On7TQ8JZR { width:46px;height:51px;top:270px;left:25px;display:block; }
 }@media only screen and (max-width: 763px) { #REHQcgxHPBNQQhfxLUmaMOkyxewyJ3lv { width:45px;height:45px;top:987px;left:19px;display:block; }
 }@media only screen and (max-width: 763px) { #zENVr6i5DCAowc1rDfJg3JKOS2ftgT68 { width:19px;height:19px;top:1677px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #xXK0lU5NKUGro6RuPkztFiizqBJGu7KU { width:280px;height:55px;top:1654px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #XugdUbUcTFSO4Kxcd7vCGDL3ao1MJ438 { display:block; }
 }@media only screen and (max-width: 763px) { #K50kOa4ZnmK923nVn1rt1Qq0rFOquWAd { width:280px;height:55px;top:1122px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #l3v4nGsZdT3kf8tdH9am3d0wFCEfJhoX { display:block; }
 }@media only screen and (max-width: 763px) { #g2opBJd0gdrGw6wl5twCtlNZE4ZU4EIR { width:280px;height:55px;top:635px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #yNFH25OpKLbVg6Ryz9UQP2kx4rmzBZnA { display:block; }
 }@media only screen and (max-width: 763px) { #FKzUCthbNZKOxUBVVhJxLOZ7cTtGbpFP { width:320px;height:82.7812px;top:79.59375px;left:0px;font-size:23px;line-height:1.2;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mVD20px03A3UFItaXL2RdEwqTLuyyrnJ { width:46px;height:51px;top:1350px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #HXEOen6MARA11gyBcp4k3KCUvpMXGCXl { width:45px;height:45px;top:1496px;left:19px;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #oMnOQAuTNkrv1p3vViimXnfp3Zymrhnt { width:296px;height:43.1875px;top:803.8125px;left:12px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ksZFhWDOsNXNdNzfiycmzxzWs7MS84mt { width:270px;height:97.5px;top:891px;left:25px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #CznaFOP1Lh0STtR6tIyt27rO69c7Br23 { width:277px;height:78px;top:1027.296875px;left:21.5px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #fgW3EhqXZf4OLwKGRZIK3PWMtDv8FxgD { width:308px;height:61.1953px;top:1289px;left:0px;font-size:17px;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #BtwyWJQ7ubbZdq5a6e4WyzvMp92ThVGV { width:272px;height:97.5px;top:1395.296875px;left:24px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #g3FIPxxbmCBXrtWJRRTKlNg78O6QgcxA { width:274px;height:97.5px;top:1541px;left:23px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #zm44cBLOywiV8SKBa7VbTHoqgg007eIA { width:282px;height:126px;top:313px;left:24px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #S61OPMd23lEwKTAZOm8UfwtTuGSVUnIN { width:267px;height:126px;top:491px;left:26px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl { display:block; }#LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl > .row .container { width:320px;height:274px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0IfXXwXlTNnmF95OdD56iM4CCoOE1sL { width:320px;height:82.8px;top:12.999984741211px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #FLs5tD5ltWV8kZMxBi6sE0Q8Rq86rTJC { width:320px;height:61.2px;top:108.9921875px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #L0BLaXNlpN51pGVk9XRkFSduAgSeRIOy { width:309px;height:55px;top:186.3671875px;left:5.5px;display:block; }
 }@media only screen and (max-width: 763px) { #CdnNNlsv5IfA9oJBKeSFTB85RpHxBO0Q { display:block; }
 }@media only screen and (max-width: 763px) { #JuUB290VA10dZJuGQtJTUmm543FFX4GT { background-color:#55be5a;background-image:none;display:block; }#JuUB290VA10dZJuGQtJTUmm543FFX4GT > .row .container { background-color: transparent; background-image: none; }#JuUB290VA10dZJuGQtJTUmm543FFX4GT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuUB290VA10dZJuGQtJTUmm543FFX4GT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuUB290VA10dZJuGQtJTUmm543FFX4GT > .row .container > .video-iframe-container { display: none; }#JuUB290VA10dZJuGQtJTUmm543FFX4GT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuUB290VA10dZJuGQtJTUmm543FFX4GT > .row > .video-iframe-container { display: none; }#JuUB290VA10dZJuGQtJTUmm543FFX4GT > .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); }#JuUB290VA10dZJuGQtJTUmm543FFX4GT > .row .container { width:320px;height:719px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QFzVmvcKSIpLoTvTqrMwOcp2pLE2rnJu { width:320px;height:182px;top:71.5px;left:0px;font-size:14px;z-index:14998;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WNZT2MXs2CKsMe601sSBzOCTvwCFyp7y { width:276px;height:65px;top:618px;left:22px;display:block; }
 }@media only screen and (max-width: 763px) { #liLwbzgRELoxTidkiuvLqps2DXTtiTpf { display:block; }
 }@media only screen and (max-width: 763px) { #uqmG8vcdR3POQKHIkTwanTN2ZyBTJvti { display:flex;width:34px;height:34px;top:634px;left:44px; }
 }@media only screen and (max-width: 763px) { #BmGK2wHIed6PTtPzXIglH7Og6BNf5LF6 { width:298px;height:44.2px;top:16px;left:11px;font-size:17px;color:#fbfcfd;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #oC2f0DBsik3drzUxthE2T0uzZi9buJoz { width:316px;height:322px;top:275px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lST0cMoiNkQrpfVqSuzvqAUFNq8mLMRL { width:300px;height:31.2px;top:320px;left:10px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q .widget-input-checkbox { width:16px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;vertical-align:top; }
#ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:28px;overflow:hidden; }
#ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q .widget-checkbox-label { width:260px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:8px;overflow:hidden;height:auto; }
#ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q  { width:280px;height:auto;top:337.00000762939px;left:0px; }
#ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q {display:block;}#ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q { width:280px;height:auto;top:337.00000762939px;left:0px; }
 }@media only screen and (max-width: 763px) { #ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q #PB3yVfNyVcrbGwEtSmxqFbzZ2lFeWzqQ {  }
 }@media only screen and (max-width: 763px) { #ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q #S5g0ppPqBoMBekTz7nbgdQzwAcMZJhLW {  }
 }@media only screen and (max-width: 763px) { #ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q #QPs21tczvesUOvhdRCPp2lFdqbv89Hmr {  }
 }@media only screen and (max-width: 763px) { #ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q #hC9Jse977vQMOy48pE7bmu1RfiQgNQXx {  }
 }@media only screen and (max-width: 763px) { #ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q #fSTiKJOlboubFPGHwbHZ60CSafLEZaia {  }
 }@media only screen and (max-width: 763px) { #ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q #FFNSQbHEfZ3lPq7r9pxRrnaksoqQgWTW {  }
 }@media only screen and (max-width: 763px) { #DOThqi7kqe0N1yrNsl6oNOlDGUyEKvMV { display:block; }
 }@media only screen and (max-width: 763px) { #RwBJX5IcKSA9oXA0HZuouifUPEUfKb90 { display:block; }
 }@media only screen and (max-width: 763px) { #Xr5PPAF3yDf42mu57ROWSTVTdkrO3pyx { display:block; }
 }@media only screen and (max-width: 763px) { #X9qzecme6LrbT2J5kFiToZgTIGDVTgns { display:block; }
 }@media only screen and (max-width: 763px) { #tdnCxklWFIJNnUseMEWR2Jm6kSndKZyA { display:block; }
 }@media only screen and (max-width: 763px) { #ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q #QDrKs1okkJ6eKyc5upFqB1G9PRorNszc {  }
 }@media only screen and (max-width: 763px) { #ZVKtluVQdethhN1CGBzFTPcpxsr8Tc1Q #IqaQoXncnv9Aap22Gdd8oueaTdAUi2N1 {  }
 }@media only screen and (max-width: 763px) { #OTTt5OKlDIpAV4qMaOOzVFVBfchfEJ74 { display:block; }
 }@media only screen and (max-width: 763px) { #oXrv18KBpMSRmF05ElbEWk2II2PsBip8 { display:block; }
 }@media only screen and (max-width: 763px) { #pm00GmTHuGzEwwXH1R0asTKi8yRLc2Tf { display:block; }
 }@media only screen and (max-width: 763px) { #JwU7lQFZrpmHh1fbNUAp0QsOZbeQACB2 { display:block; }
 }@media only screen and (max-width: 763px) { #Exm3cqyqTWJrWLzvdMNinw4aygC0Qnwa { display:block; }
 }@media only screen and (max-width: 763px) { #FWrcx8EKbrcUxPbTDTpUKH4yiRNzXWP2 { display:block; }
 }@media only screen and (max-width: 763px) { #eeGnI7EQyXiy1OWbERul2zo9ZtklZT1B { display:block; }
 }@media only screen and (max-width: 763px) { #N3vId159w5uTNhgK6tbTD2cU6VIiz3i9 { width:320px;height:24px;top:290px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TF7QlfBViTlAQMQnHskTWsIORqO0vXwB { width:273px;height:19.2px;top:567.6000213623px;left:23.500001907349px;font-size:8px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xhbt8Du3JVSp8lUeHFeIJzl77rTgJvfP { background-color:#626262;background-image:none;display:block; }#xhbt8Du3JVSp8lUeHFeIJzl77rTgJvfP > .row .container { background-color: transparent; background-image: none; }#xhbt8Du3JVSp8lUeHFeIJzl77rTgJvfP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhbt8Du3JVSp8lUeHFeIJzl77rTgJvfP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhbt8Du3JVSp8lUeHFeIJzl77rTgJvfP > .row .container > .video-iframe-container { display: none; }#xhbt8Du3JVSp8lUeHFeIJzl77rTgJvfP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhbt8Du3JVSp8lUeHFeIJzl77rTgJvfP > .row > .video-iframe-container { display: none; }#xhbt8Du3JVSp8lUeHFeIJzl77rTgJvfP > .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); }#xhbt8Du3JVSp8lUeHFeIJzl77rTgJvfP > .row .container { width:320px;height:106px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lc1mVHb4WSscvLfb5OAIW1y1mhlfdO4m { width:320px;height:70.1718px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:9px;color:#fdfeff;display:block; }
 }