.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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:574px;width:1200px;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#EcOMHBQHOR77rmv6TdoLhuF1ki4ipK0B { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1920px;width:1080px;display:none; }
#x1837wDs4fRCn3T6GwA9CzdnwPJwFXno { 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:565px;width:1200px;top:4.47265625px;left:0px;overflow:hidden;display:block; }
#FwLXV1qNu8MRv2FEOH6J1lVNkqAxiJsq { background-color:#ffffff;background-image:none;border-top:4px solid #478f78;border-left:4px solid #478f78;border-right:4px solid #478f78;border-bottom:4px solid #478f78;border-top-left-radius:45px;border-top-right-radius:45px;border-bottom-left-radius:45px;border-bottom-right-radius:45px;box-shadow: 1px 1px 3px rgba(0,0,5,0.5) ;box-sizing:border-box;color:#000005;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:25px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:407.992px;height:106.996px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:399.55078125px;left:678.96484375px;display:block; }
#lN7tdX0znt2NGRGI4KuVP1uUaUukQOdr { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#P5xUUpiNTlIJGHSUz4GH9PXbdTS7t2Gl { position:relative;display:block; }#P5xUUpiNTlIJGHSUz4GH9PXbdTS7t2Gl { background-color: transparent; background-image: none; }#P5xUUpiNTlIJGHSUz4GH9PXbdTS7t2Gl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P5xUUpiNTlIJGHSUz4GH9PXbdTS7t2Gl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P5xUUpiNTlIJGHSUz4GH9PXbdTS7t2Gl > .row .container > .video-iframe-container { display: none; }#P5xUUpiNTlIJGHSUz4GH9PXbdTS7t2Gl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P5xUUpiNTlIJGHSUz4GH9PXbdTS7t2Gl > .row > .video-iframe-container { display: none; }#P5xUUpiNTlIJGHSUz4GH9PXbdTS7t2Gl > .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); }#P5xUUpiNTlIJGHSUz4GH9PXbdTS7t2Gl { border-width: 0; border-radius: 0; }#P5xUUpiNTlIJGHSUz4GH9PXbdTS7t2Gl > .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; }#P5xUUpiNTlIJGHSUz4GH9PXbdTS7t2Gl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dc5e3611-0aa2-4070-a08a-f948141e4c17/BG.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:14px;font-family:arial;height:1003px;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; }#P5xUUpiNTlIJGHSUz4GH9PXbdTS7t2Gl > .row .container.adaptive-delivery-prevent-bg, #P5xUUpiNTlIJGHSUz4GH9PXbdTS7t2Gl > .row .container.lazyload, #P5xUUpiNTlIJGHSUz4GH9PXbdTS7t2Gl > .row .container.lazyloading { background-image: none; }#h3oEt9qDMETkvyOhgkakbmHhqNo4Vlzv { background-color:#ffffff;background-image:none;border-top:4px solid #55b798;border-left:4px solid #55b798;border-right:4px solid #55b798;border-bottom:4px solid #55b798;border-top-left-radius:31px;border-top-right-radius:31px;border-bottom-left-radius:31px;border-bottom-right-radius:31px;box-shadow: none;box-sizing:border-box;color:#000005;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:328px;height:86px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:879.60006713867px;left:35.983322143555px;display:block; }
#qWxaN2bwTVpzfwuzTiBAXGRWcCHid18Q { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#NkaEWbLyW4APZCzJ41ByoBmFrr9ForJA { background-color:#ffffff;background-image:none;border-top:4px solid #55b798;border-left:4px solid #55b798;border-right:4px solid #55b798;border-bottom:4px solid #55b798;border-top-left-radius:31px;border-top-right-radius:31px;border-bottom-left-radius:31px;border-bottom-right-radius:31px;box-shadow: none;box-sizing:border-box;color:#000005;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:328px;height:86px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:879.60006713867px;left:436.00004577637px;display:block; }
#htzp8We1LxQihoShf9ACMWv2a0aITO2y { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Pu6SptyGfZRW9xyb2AFNun6zu3EeIrqC { background-color:#ffffff;background-image:none;border-top:4px solid #55b798;border-left:4px solid #55b798;border-right:4px solid #55b798;border-bottom:4px solid #55b798;border-top-left-radius:31px;border-top-right-radius:31px;border-bottom-left-radius:31px;border-bottom-right-radius:31px;box-shadow: none;box-sizing:border-box;color:#000005;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:328px;height:86px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:879.60006713867px;left:839.49998474121px;display:block; }
#dtktwuh6xryB3FZ6lDaVCGxGlE8e5CDt { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#QaiV6NEyU5bHu5X3mXIEHHNJD35EVmCi { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1002px;width:399px;top:0.0001220703125px;left:0px;overflow:hidden;display:block; }
#ge4ltUtbMSsAvCggNHlCKLuo4r4W37o2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1002px;width:405px;top:0.0001220703125px;left:397.49996948242px;overflow:hidden;display:block; }
#rTVDIF0TPh8kbi1pqbL83Fqzi580HOGh { 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:1002px;width:398px;top:0px;left:800.7873840332px;overflow:hidden;display:block; }
#sV5sGBlvJPUip93X0Mg7W2APtbeFIsrs { position:relative;display:block; }#sV5sGBlvJPUip93X0Mg7W2APtbeFIsrs { background-color: transparent; background-image: none; }#sV5sGBlvJPUip93X0Mg7W2APtbeFIsrs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sV5sGBlvJPUip93X0Mg7W2APtbeFIsrs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sV5sGBlvJPUip93X0Mg7W2APtbeFIsrs > .row .container > .video-iframe-container { display: none; }#sV5sGBlvJPUip93X0Mg7W2APtbeFIsrs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sV5sGBlvJPUip93X0Mg7W2APtbeFIsrs > .row > .video-iframe-container { display: none; }#sV5sGBlvJPUip93X0Mg7W2APtbeFIsrs > .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); }#sV5sGBlvJPUip93X0Mg7W2APtbeFIsrs { border-width: 0; border-radius: 0; }#sV5sGBlvJPUip93X0Mg7W2APtbeFIsrs > .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; }#sV5sGBlvJPUip93X0Mg7W2APtbeFIsrs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dc5e3611-0aa2-4070-a08a-f948141e4c17/BG.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:14px;font-family:arial;height:704px;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; }#sV5sGBlvJPUip93X0Mg7W2APtbeFIsrs > .row .container.adaptive-delivery-prevent-bg, #sV5sGBlvJPUip93X0Mg7W2APtbeFIsrs > .row .container.lazyload, #sV5sGBlvJPUip93X0Mg7W2APtbeFIsrs > .row .container.lazyloading { background-image: none; }#AovR1xKgiOc6u5xmR1LlD4rig01741nM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:180.994px;width:192.994px;top:134px;left:24px;overflow:hidden;display:block; }
#MdrgrTwW40ZLzuoUEhzd3Sd9BlOz4qso { 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:190px;width:190px;top:134px;left:286px;overflow:hidden;display:block; }
#p4ep0DFlDPCpG7JKGqfQam6sFZdoJwCN { position:absolute;display:block;z-index:15002;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:60px;width:334.987px;top:200px;left:541px;overflow:hidden;display:block; }
#MKJmvliz3eiAnFCxiyWTmZTvXriu8C7J { 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:120px;width:249.983px;top:170px;left:937px;overflow:hidden;display:block; }
#gbDnzifHhSoutFBk3f2K8UXLXVfcP8Bh { position:absolute;display:block;z-index:15004;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:93.9937px;width:327.994px;top:463px;left:114px;overflow:hidden;display:block; }
#Dgrm8LAQ66NiDUmr1xUXzIqCRIzqO8r0 { 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:187px;width:187px;top:428px;left:539px;overflow:hidden;display:block; }
#pE4tgTyq0cnOflrolH8yaVRvifaEqEOO { color:#000000;display:block;width:199.987px;position:absolute;font-family:lato;font-size:16px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:325px;left:20px;height:20.7917px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wu0d6GpoDolP6VynGlwQpVzRHPrdVe9x { color:#000000;display:block;width:199.969px;position:absolute;font-family:lato;font-size:16px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:332px;left:608px;height:20.7917px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KhgXAS3NhLFxn9tGcGNftkpuQfGGcE9m { color:#000000;display:block;width:307.987px;position:absolute;font-family:lato;font-size:16px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:626px;left:136px;height:20.7917px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hE5aQLU4FPJaKTD1VOz1TIxIF6EDFX3K { color:#000000;display:block;width:199.969px;position:absolute;font-family:lato;font-size:16px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:336px;left:282px;height:20.7917px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VJKwePgqZB9UCpJh68izepoUPbqdvmbD { color:#000000;display:block;width:199.969px;position:absolute;font-family:lato;font-size:16px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:337px;left:953px;height:20.7917px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EMWLSerGim4TSppmkQ46qDk943os0wIW { color:#000000;display:block;width:199.969px;position:absolute;font-family:lato;font-size:16px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:628px;left:532px;height:20.7917px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZqoVsKbgtFtfmp3PDInXOZrHZpFneUGT { color:#000000;display:block;width:1200px;position:absolute;font-family:lato;font-size:31px;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:34.609375px;left:0px;height:43.3807px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pJdml2GvsrHlbCf4DUbGlWUxLXKREewd { position:absolute;display:block;z-index:15013;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:191px;width:183px;top:428px;left:856px;overflow:hidden;display:block; }
#AkIxFdGp1PCGpPAMuE7pJdtwhkosiCt5 { color:#000000;display:block;width:199.965px;position:absolute;font-family:lato;font-size:16px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:632px;left:845px;height:20.7917px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tHDX6sVaZrQXz8bmTwOCWRex1CskDwbl { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tHDX6sVaZrQXz8bmTwOCWRex1CskDwbl > .row .container { background-color: transparent; background-image: none; }#tHDX6sVaZrQXz8bmTwOCWRex1CskDwbl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tHDX6sVaZrQXz8bmTwOCWRex1CskDwbl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tHDX6sVaZrQXz8bmTwOCWRex1CskDwbl > .row .container > .video-iframe-container { display: none; }#tHDX6sVaZrQXz8bmTwOCWRex1CskDwbl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tHDX6sVaZrQXz8bmTwOCWRex1CskDwbl > .row > .video-iframe-container { display: none; }#tHDX6sVaZrQXz8bmTwOCWRex1CskDwbl > .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); }#tHDX6sVaZrQXz8bmTwOCWRex1CskDwbl > .row .container { border-width: 0; border-radius: 0; }#tHDX6sVaZrQXz8bmTwOCWRex1CskDwbl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tHDX6sVaZrQXz8bmTwOCWRex1CskDwbl > .row .container { font-size:14px;font-family:arial;height:944px;width:1200px;overflow:visible;position:relative;display:block; }#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv .widget-form-header {  }
#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:20px;font-weight:300;color:#000000;width:331px;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;font-style:normal;vertical-align:top;text-align:left;text-align-last:left;overflow:hidden; }
#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv .widget-input-text { border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;background-color:rgba(0,0,0,0);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:2px solid #000000;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:331px;box-sizing:border-box;height:24px;color:#000000;font-size:16px;overflow:hidden;font-family:roboto;vertical-align:top; }
#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv .widget-input-text {padding-top: 0; padding-bottom: 0;}#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv .widget-textarea { border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;background-color:rgba(0,0,0,0);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:2px solid #000000;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:331px;box-sizing:border-box;height:34px;color:#000000;font-size:16px;overflow:hidden;font-family:roboto;vertical-align:top; }
#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv .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:331px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv .widget-input-select {padding-top: 0; padding-bottom: 0;}#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv .widget-input-button { border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;background-color:#55b798;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:133px;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:18px;font-weight:bold;color:#ffffff;width:198px;height:60px;font-family:"open sans";overflow:hidden;box-shadow: 0 1px 1px #444b8f ; }
#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv [class*="-text"]:-moz-placeholder { color:#000000;font-family:roboto;font-size:16px;font-weight:700;font-style:normal; }
#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv [class*="-text"]::-moz-placeholder { color:#000000;font-family:roboto;font-size:16px;font-weight:700;font-style:normal; }
#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:roboto;font-size:16px;font-weight:700;font-style:normal; }
#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:roboto;font-size:16px;font-weight:700;font-style:normal; }
#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:13px;font-weight:300;color:#000000;vertical-align:top;width:314px;overflow:hidden;font-style:normal;float:none; }
#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv .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; }
#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv .widget-container { padding-top:8px;padding-right:0;padding-bottom:8px;padding-left:0;width:100%;font-size:0;height:auto; }
#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv .widget-container:first-of-type{padding-top:0;}#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv .widget-container:last-of-type{padding-bottom:0;}#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:331px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:162.96875px;left:699.98046875px; }
#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:331px;display:block;vertical-align:top; }
#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv .widget-info-text { display:block;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv {display:block;}#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:331px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:162.96875px;left:699.98046875px; }
#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #EQlrJfbyNuQsGzQbBGete8Izm8X2Ipmk { position:relative; }
#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #IxMHNWrcNT7L8dlAgLK9w9QL9oDaV7WV { position:relative;display:block; }
#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #x0MQ0Ln4StrfLmftyJDZ8m0HUlui552u { position:relative; }
#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #LZhPeWzB6C3VHecIPrtVXNQhN2w1gPKy { position:relative; }
#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #eNbGqZPhCcgog0lfByKXDScB8kgqEqrU { position:relative;display:block; }
#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #QfOTU2RZJeW2X3TU3MhPxCWzCwlAOPNf { position:relative; }
#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #vTrToPwtP8rbJLV63LyDSE1OqbEsdDeG { position:relative; }
#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #ue0hprPgUS2kH7wshimS0TrZ4TrpxfQl { position:relative;display:block; }
#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #Nw6tTorGTPHb0vWn93fTOMlbIrgVPLKM { position:relative; }
#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #zgI5IDRZMvviUIaUkfB9PFAdlq1beabX { position:relative; }
#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #yAM4uhr0GMvkTfdN6n9a63vgDQTTTTsu { position:relative;display:block; }
#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #blabWrbseLCdfUKea1v0OIgDnCAk4R50 { position:relative; }
#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #ueenh0Zf7zqdQ93o6ZhdERNGIRNRtlCg { position:relative; }
#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #n3LwQ5wpH8XJ6XDvaQts3qntztlbJ5JE { position:relative;display:block; }
#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #hHSAKme5xP6UkTZOyDvmoSB0hVbXLez3 { position:relative; }
#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #H7LhMzCT7gwfqTTeX1hrHDBfXSHcEuGf { position:relative; }
#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #GVlblAqiIlU6UeNkTXO3DTGxa8GWPsiO { position:relative;display:block; }
#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #NdIzclNIatPA2BUSgfvdzCX0tZIP4FmB { position:relative; }
#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #nlratfNZmQ1OHve0Tf9fIrHq7TUzeTgx { position:relative; }
#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #pSvIzwRELhaytoDfHPoeDdRA3fAMTHwu { position:relative;z-index:2; }
#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #kb5vRqMGR8aGxs9fwFE2nmbopUJEIRv6 { position:relative; }
#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #IWRWlz1t85EfCQS6KuG022w6Gx52P62t { position:relative; }
#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #IT98yweMWFVvdalivBOleemHHsAv3t2I { position:relative;z-index:2; }
#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #CMChxz4fSB3i6U2oM1WKCruQDwOfnI0a { position:relative; }
#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #PRD2XdzdpWP4J16DpRTaLXWmzAbcZdZz { position:relative; }
#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #oFhs3cXgeqMcL2Ca3u1tLci6zsBuNrAx { position:relative;z-index:2; }
#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #JGwPLNTnvzb65NyDf0JUtKKZl6cxvyvC { position:relative; }
#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #PLJfo0HUKTIp58Xb6vPRJCE1cBJ6bvJT { position:relative; }
#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #uv9PaSkOQXOnlCnyWHzFnQHFuOTQUm6I { position:relative; }
#hakSAzFHdoth7pifgvqBlLuws9pZfISH { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dc5e3611-0aa2-4070-a08a-f948141e4c17/BG.jpg");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:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: 1px 2px 50px rgba(0,0,5,0.61) ;height:793px;width:459px;top:102.99374294281px;left:655.98745727539px;display:block; }#hakSAzFHdoth7pifgvqBlLuws9pZfISH.adaptive-delivery-prevent-bg, #hakSAzFHdoth7pifgvqBlLuws9pZfISH.lazyload, #hakSAzFHdoth7pifgvqBlLuws9pZfISH.lazyloading { background-image: none; }
#EOQVI4Hg96PQ469SbybJv4qTMbciF9Ow { position:absolute;display:block;z-index:15009;background-color:#55b798;background-image:none;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;box-shadow: 1px 2px 50px rgba(0,0,5,0.1) ;height:110px;width:460px;top:30px;left:656px;display:block; }
#HwF2QAc5x11TtCTZ6TZJQagalbRM39Mc { color:#000000;display:block;width:618.994px;position:absolute;font-family:lato;font-size:31px;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:174.99374389648px;left:30.112487792969px;height:260.2844px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Nmwprx0QeQnsw4CTbdPKkTqNiOw2NNZ3 { color:#000000;display:block;width:457.987px;position:absolute;font-family:lato;font-size:23px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:55.068756103516px;left:656.47494506836px;height:59.7727px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KleipTEfJhKsVARUUZrmV2rNbAEQx7ls { position:absolute;display:block;z-index:15013;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:108.994px;width:259.987px;top:30.487503051758px;left:13.087493896484px;overflow:hidden;display:block; }
#oPi7SMcGKxkmCrNOebM3FHyI9uPHnw94 { background-color:transparent;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-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#000005;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:13px;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:24px;text-decoration:none;z-index:15015;text-align:left;text-align-last:left;top:851.796875px;left:717.59375px;display:block; }
#b2o86SOsocuPmBHrkKO04idJNxakXsTw { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Hb9kd98UyRbRl07SnLGCaKygRXnz9THu { color:#000000;display:block;width:384.984px;position:absolute;font-family:lato;font-size:13px;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:819.03125px;left:717.59375px;height:33.7891px;font-style:normal;display:block; }
#r2doCEnd70gqTykgh6Vfbgf8Hc70zS1C { position:relative;display:block; }#r2doCEnd70gqTykgh6Vfbgf8Hc70zS1C { background-color: transparent; background-image: none; }#r2doCEnd70gqTykgh6Vfbgf8Hc70zS1C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r2doCEnd70gqTykgh6Vfbgf8Hc70zS1C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r2doCEnd70gqTykgh6Vfbgf8Hc70zS1C > .row .container > .video-iframe-container { display: none; }#r2doCEnd70gqTykgh6Vfbgf8Hc70zS1C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r2doCEnd70gqTykgh6Vfbgf8Hc70zS1C > .row > .video-iframe-container { display: none; }#r2doCEnd70gqTykgh6Vfbgf8Hc70zS1C > .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); }#r2doCEnd70gqTykgh6Vfbgf8Hc70zS1C { border-width: 0; border-radius: 0; }#r2doCEnd70gqTykgh6Vfbgf8Hc70zS1C > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r2doCEnd70gqTykgh6Vfbgf8Hc70zS1C > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dc5e3611-0aa2-4070-a08a-f948141e4c17/BG.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:14px;font-family:arial;height:238px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#r2doCEnd70gqTykgh6Vfbgf8Hc70zS1C > .row .container.adaptive-delivery-prevent-bg, #r2doCEnd70gqTykgh6Vfbgf8Hc70zS1C > .row .container.lazyload, #r2doCEnd70gqTykgh6Vfbgf8Hc70zS1C > .row .container.lazyloading { background-image: none; }#S7ky3MtNFdEEvazx0gELm1SRUxHMcKAR { color:#000000;display:block;width:236px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15029;line-height:1.2;letter-spacing:0;top:27px;left:100px;height:35.9943px;text-align:left;text-align-last:left;display:block; }
#HTdpFmyPX4TtWnfp5mZMPTfKd9a5RTc8 { position:absolute;display:block;z-index:15031;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:56px;width:132px;top:75px;left:89px;overflow:hidden;display:block; }
#nxJHNh6oZxkktSr3goSHrarTu4CdMCzu { box-sizing:content-box;color:#5d92ff;font-size:21px;font-weight:400;line-height:1;height:31px;width:31px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;top:88px;left:220px; }
#nxJHNh6oZxkktSr3goSHrarTu4CdMCzu > img { max-width: 100%;max-height:100%; width:31px; height:31px; }#TpKQ5FFsx3umysTyPKOUau1qIpbZcX1A { box-sizing:content-box;color:#5d92ff;font-size:21px;font-weight:400;line-height:1;height:31px;width:31px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;top:89px;left:268px; }
#TpKQ5FFsx3umysTyPKOUau1qIpbZcX1A > img { max-width: 100%;max-height:100%; width:31px; height:31px; }#BCfMFVfcTriN7RMWv1TNHZJKsLPgTsmX { color:#000000;display:block;width:291px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:144.703125px;left:481px;height:54.588px;text-align:left;text-align-last:left;display:block; }
#kZCfUP7iRfTD4mrTIVgm5uh2eAQVZ2CP { color:#000000;display:block;width:237.969px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:27px;left:481px;height:97.443px;text-align:left;text-align-last:left;display:block; }
#u6LpnTkRQqCxqP8c6Mxh9fRa2ogeCs0q { color:#000000;display:block;width:288.969px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:27px;left:833px;height:19.5px;text-align:left;text-align-last:left;display:block; }
#DtPTS5e0qgaLRsieG4Z0mWZb0MHIK4fT { position:absolute;display:block;z-index:15031;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:50px;width:54px;top:146.984375px;left:100px;overflow:hidden;display:block; }
#oNAQgg57OkQDelbwh2lWJVzWy8DziUb9 { position:absolute;display:block;z-index:15031;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:54px;width:59px;top:58px;left:833px;overflow:hidden;display:block; }
#HNdGMpOtqnG0b24uCE2ZVGB7PRuGSnoa { box-sizing:content-box;color:#5d92ff;font-size:24px;font-weight:400;line-height:1;height:37.9688px;width:37.9688px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;top:153px;left:264px; }
#HNdGMpOtqnG0b24uCE2ZVGB7PRuGSnoa > img { max-width: 100%;max-height:100%; width:37.9688px; height:37.9688px; }#iT65d4Qo2UQVKN745Fvz6aBwJczllPIJ { position:absolute;display:block;z-index:15026;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:51.9886px;width:85px;top:55.96875px;left:915px;overflow:hidden;display:block; }
#MmqvMAuZdxQDIiFMbwxGGDF6eBA4G12P { box-sizing:content-box;color:#5d92ff;font-size:21px;font-weight:400;line-height:1;height:30.9844px;width:30.9844px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;top:156px;left:220px; }
#MmqvMAuZdxQDIiFMbwxGGDF6eBA4G12P > img { max-width: 100%;max-height:100%; width:30.9844px; height:30.9844px; }#dVMquDTfxsHVrgHTwfklIg0pcr2N3svn { position:absolute;display:block;z-index:15052;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:30px;width:107.997px;top:66.984375px;left:1023.984375px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EcOMHBQHOR77rmv6TdoLhuF1ki4ipK0B { width:764px;height:1358px;display:none; }
 }@media only screen and (max-width: 763px) { #x1837wDs4fRCn3T6GwA9CzdnwPJwFXno { top:4px;left:0px;width:764px;height:359.71666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #FwLXV1qNu8MRv2FEOH6J1lVNkqAxiJsq { width:407px;height:106px;top:399px;left:355px;display:block; }
 }@media only screen and (max-width: 763px) { #lN7tdX0znt2NGRGI4KuVP1uUaUukQOdr { display:block; }
 }@media only screen and (max-width: 763px) { #P5xUUpiNTlIJGHSUz4GH9PXbdTS7t2Gl { display:block; }#P5xUUpiNTlIJGHSUz4GH9PXbdTS7t2Gl > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h3oEt9qDMETkvyOhgkakbmHhqNo4Vlzv { width:328px;height:86px;top:879px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #qWxaN2bwTVpzfwuzTiBAXGRWcCHid18Q { display:block; }
 }@media only screen and (max-width: 763px) { #NkaEWbLyW4APZCzJ41ByoBmFrr9ForJA { width:328px;height:86px;top:879px;left:180px;display:block; }
 }@media only screen and (max-width: 763px) { #htzp8We1LxQihoShf9ACMWv2a0aITO2y { display:block; }
 }@media only screen and (max-width: 763px) { #Pu6SptyGfZRW9xyb2AFNun6zu3EeIrqC { width:328px;height:86px;top:879px;left:434px;display:block; }
 }@media only screen and (max-width: 763px) { #dtktwuh6xryB3FZ6lDaVCGxGlE8e5CDt { display:block; }
 }@media only screen and (max-width: 763px) { #QaiV6NEyU5bHu5X3mXIEHHNJD35EVmCi { top:0px;left:0px;width:399px;height:1002px;display:block; }
 }@media only screen and (max-width: 763px) { #ge4ltUtbMSsAvCggNHlCKLuo4r4W37o2 { top:0px;left:0px;width:405px;height:1002px;display:block; }
 }@media only screen and (max-width: 763px) { #rTVDIF0TPh8kbi1pqbL83Fqzi580HOGh { top:0px;left:364px;width:398px;height:1002.0327297123px;display:block; }
 }@media only screen and (max-width: 763px) { #sV5sGBlvJPUip93X0Mg7W2APtbeFIsrs { display:block; }#sV5sGBlvJPUip93X0Mg7W2APtbeFIsrs > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AovR1xKgiOc6u5xmR1LlD4rig01741nM { top:134px;left:0px;width:192px;height:180.06528971013px;display:block; }
 }@media only screen and (max-width: 763px) { #MdrgrTwW40ZLzuoUEhzd3Sd9BlOz4qso { top:134px;left:68px;width:190px;height:190px;display:block; }
 }@media only screen and (max-width: 763px) { #p4ep0DFlDPCpG7JKGqfQam6sFZdoJwCN { top:200px;left:323px;width:334px;height:59.823931363681px;display:block; }
 }@media only screen and (max-width: 763px) { #MKJmvliz3eiAnFCxiyWTmZTvXriu8C7J { top:170px;left:515px;width:249px;height:119.5281279127px;display:block; }
 }@media only screen and (max-width: 763px) { #gbDnzifHhSoutFBk3f2K8UXLXVfcP8Bh { top:463px;left:0px;width:327px;height:93.710535510662px;display:block; }
 }@media only screen and (max-width: 763px) { #Dgrm8LAQ66NiDUmr1xUXzIqCRIzqO8r0 { top:428px;left:321px;width:186px;height:186px;display:block; }
 }@media only screen and (max-width: 763px) { #pE4tgTyq0cnOflrolH8yaVRvifaEqEOO { top:325px;left:0px;width:199px;height:20px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #Wu0d6GpoDolP6VynGlwQpVzRHPrdVe9x { top:332px;left:390px;width:199px;height:20px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #KhgXAS3NhLFxn9tGcGNftkpuQfGGcE9m { top:626px;left:0px;width:307px;height:20px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #hE5aQLU4FPJaKTD1VOz1TIxIF6EDFX3K { top:336px;left:64px;width:199px;height:20px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #VJKwePgqZB9UCpJh68izepoUPbqdvmbD { top:337px;left:565px;width:199px;height:20px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #EMWLSerGim4TSppmkQ46qDk943os0wIW { top:628px;left:314px;width:199px;height:20px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #ZqoVsKbgtFtfmp3PDInXOZrHZpFneUGT { width:764px;height:43px;top:34px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #pJdml2GvsrHlbCf4DUbGlWUxLXKREewd { top:428px;left:582px;width:182px;height:189.96087132349px;display:block; }
 }@media only screen and (max-width: 763px) { #AkIxFdGp1PCGpPAMuE7pJdtwhkosiCt5 { top:632px;left:565px;width:199px;height:20px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #tHDX6sVaZrQXz8bmTwOCWRex1CskDwbl { display:block; }#tHDX6sVaZrQXz8bmTwOCWRex1CskDwbl > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv .widget-regular-label { width:331px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv .widget-input-text { width:331px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv .widget-input-text {padding-top: 0; padding-bottom: 0;}#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv .widget-textarea { width:331px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv .widget-input-select { width:331px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv .widget-input-select {padding-top: 0; padding-bottom: 0;}#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv .widget-input-button { width:198px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv .widget-checkbox-label { width:315px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv  { width:331px;height:auto;top:162px;left:393px; }
#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv .radio-container { width:331px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv {display:block;}#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv { width:331px;height:auto;top:162px;left:393px; }
 }@media only screen and (max-width: 763px) { #MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #EQlrJfbyNuQsGzQbBGete8Izm8X2Ipmk {  }
 }@media only screen and (max-width: 763px) { #MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #IxMHNWrcNT7L8dlAgLK9w9QL9oDaV7WV {  }
 }@media only screen and (max-width: 763px) { #MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #x0MQ0Ln4StrfLmftyJDZ8m0HUlui552u {  }
 }@media only screen and (max-width: 763px) { #MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #LZhPeWzB6C3VHecIPrtVXNQhN2w1gPKy {  }
 }@media only screen and (max-width: 763px) { #MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #eNbGqZPhCcgog0lfByKXDScB8kgqEqrU {  }
 }@media only screen and (max-width: 763px) { #MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #QfOTU2RZJeW2X3TU3MhPxCWzCwlAOPNf {  }
 }@media only screen and (max-width: 763px) { #MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #vTrToPwtP8rbJLV63LyDSE1OqbEsdDeG {  }
 }@media only screen and (max-width: 763px) { #MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #ue0hprPgUS2kH7wshimS0TrZ4TrpxfQl {  }
 }@media only screen and (max-width: 763px) { #MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #Nw6tTorGTPHb0vWn93fTOMlbIrgVPLKM {  }
 }@media only screen and (max-width: 763px) { #MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #zgI5IDRZMvviUIaUkfB9PFAdlq1beabX {  }
 }@media only screen and (max-width: 763px) { #MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #yAM4uhr0GMvkTfdN6n9a63vgDQTTTTsu {  }
 }@media only screen and (max-width: 763px) { #MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #blabWrbseLCdfUKea1v0OIgDnCAk4R50 {  }
 }@media only screen and (max-width: 763px) { #MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #ueenh0Zf7zqdQ93o6ZhdERNGIRNRtlCg {  }
 }@media only screen and (max-width: 763px) { #MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #n3LwQ5wpH8XJ6XDvaQts3qntztlbJ5JE {  }
 }@media only screen and (max-width: 763px) { #MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #hHSAKme5xP6UkTZOyDvmoSB0hVbXLez3 {  }
 }@media only screen and (max-width: 763px) { #MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #H7LhMzCT7gwfqTTeX1hrHDBfXSHcEuGf {  }
 }@media only screen and (max-width: 763px) { #MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #GVlblAqiIlU6UeNkTXO3DTGxa8GWPsiO {  }
 }@media only screen and (max-width: 763px) { #MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #NdIzclNIatPA2BUSgfvdzCX0tZIP4FmB {  }
 }@media only screen and (max-width: 763px) { #MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #nlratfNZmQ1OHve0Tf9fIrHq7TUzeTgx {  }
 }@media only screen and (max-width: 763px) { #MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #pSvIzwRELhaytoDfHPoeDdRA3fAMTHwu {  }
 }@media only screen and (max-width: 763px) { #MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #kb5vRqMGR8aGxs9fwFE2nmbopUJEIRv6 {  }
 }@media only screen and (max-width: 763px) { #MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #IWRWlz1t85EfCQS6KuG022w6Gx52P62t {  }
 }@media only screen and (max-width: 763px) { #MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #IT98yweMWFVvdalivBOleemHHsAv3t2I {  }
 }@media only screen and (max-width: 763px) { #MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #CMChxz4fSB3i6U2oM1WKCruQDwOfnI0a {  }
 }@media only screen and (max-width: 763px) { #MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #PRD2XdzdpWP4J16DpRTaLXWmzAbcZdZz {  }
 }@media only screen and (max-width: 763px) { #MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #oFhs3cXgeqMcL2Ca3u1tLci6zsBuNrAx {  }
 }@media only screen and (max-width: 763px) { #MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #JGwPLNTnvzb65NyDf0JUtKKZl6cxvyvC {  }
 }@media only screen and (max-width: 763px) { #MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #PLJfo0HUKTIp58Xb6vPRJCE1cBJ6bvJT {  }
 }@media only screen and (max-width: 763px) { #MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #uv9PaSkOQXOnlCnyWHzFnQHFuOTQUm6I {  }
 }@media only screen and (max-width: 763px) { #hakSAzFHdoth7pifgvqBlLuws9pZfISH { width:459px;height:793px;top:102px;left:305px;display:block; }
 }@media only screen and (max-width: 763px) { #EOQVI4Hg96PQ469SbybJv4qTMbciF9Ow { width:460px;height:110px;top:30px;left:304px;display:block; }
 }@media only screen and (max-width: 763px) { #HwF2QAc5x11TtCTZ6TZJQagalbRM39Mc { width:618px;height:260px;top:174px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Nmwprx0QeQnsw4CTbdPKkTqNiOw2NNZ3 { top:55px;left:307px;width:457px;height:59px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #KleipTEfJhKsVARUUZrmV2rNbAEQx7ls { top:30px;left:0px;width:259px;height:108.58022131876px;display:block; }
 }@media only screen and (max-width: 763px) { #oPi7SMcGKxkmCrNOebM3FHyI9uPHnw94 { width:280px;height:24px;top:851px;left:484px;display:block; }
 }@media only screen and (max-width: 763px) { #b2o86SOsocuPmBHrkKO04idJNxakXsTw { display:block; }
 }@media only screen and (max-width: 763px) { #Hb9kd98UyRbRl07SnLGCaKygRXnz9THu { top:819px;left:380px;width:384px;height:33px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #r2doCEnd70gqTykgh6Vfbgf8Hc70zS1C { display:block; }#r2doCEnd70gqTykgh6Vfbgf8Hc70zS1C > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S7ky3MtNFdEEvazx0gELm1SRUxHMcKAR { top:27px;left:0px;width:236px;height:36px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #HTdpFmyPX4TtWnfp5mZMPTfKd9a5RTc8 { top:75px;left:0px;width:132px;height:56px;display:block; }
 }@media only screen and (max-width: 763px) { #nxJHNh6oZxkktSr3goSHrarTu4CdMCzu { top:88px;left:2px;width:31px;height:31px;display:block; }
#nxJHNh6oZxkktSr3goSHrarTu4CdMCzu > img { max-width: 100%;max-height:100%; width:31px; height:31px; } }@media only screen and (max-width: 763px) { #TpKQ5FFsx3umysTyPKOUau1qIpbZcX1A { top:89px;left:50px;width:31px;height:31px;display:block; }
#TpKQ5FFsx3umysTyPKOUau1qIpbZcX1A > img { max-width: 100%;max-height:100%; width:31px; height:31px; } }@media only screen and (max-width: 763px) { #BCfMFVfcTriN7RMWv1TNHZJKsLPgTsmX { top:144px;left:263px;width:291px;height:54px;font-size:8px;display:block; }
 }@media only screen and (max-width: 763px) { #kZCfUP7iRfTD4mrTIVgm5uh2eAQVZ2CP { top:27px;left:263px;width:237px;height:97px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #u6LpnTkRQqCxqP8c6Mxh9fRa2ogeCs0q { top:27px;left:476px;width:288px;height:19px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #DtPTS5e0qgaLRsieG4Z0mWZb0MHIK4fT { top:146px;left:0px;width:54px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #oNAQgg57OkQDelbwh2lWJVzWy8DziUb9 { top:58px;left:615px;width:59px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #HNdGMpOtqnG0b24uCE2ZVGB7PRuGSnoa { top:153px;left:46px;width:37px;height:37px;display:block; }
#HNdGMpOtqnG0b24uCE2ZVGB7PRuGSnoa > img { max-width: 100%;max-height:100%; width:37px; height:37px; } }@media only screen and (max-width: 763px) { #iT65d4Qo2UQVKN745Fvz6aBwJczllPIJ { top:55px;left:679px;width:85px;height:51.9844px;display:block; }
 }@media only screen and (max-width: 763px) { #MmqvMAuZdxQDIiFMbwxGGDF6eBA4G12P { top:156px;left:2px;width:30px;height:30px;display:block; }
#MmqvMAuZdxQDIiFMbwxGGDF6eBA4G12P > img { max-width: 100%;max-height:100%; width:30px; height:30px; } }@media only screen and (max-width: 763px) { #dVMquDTfxsHVrgHTwfklIg0pcr2N3svn { top:66px;left:657px;width:107px;height:29.72662616684px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:567px;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EcOMHBQHOR77rmv6TdoLhuF1ki4ipK0B { top:0px;left:0px;width:320px;height:567.988px;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #x1837wDs4fRCn3T6GwA9CzdnwPJwFXno { width:320px;height:150.918px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #FwLXV1qNu8MRv2FEOH6J1lVNkqAxiJsq { width:233.72728px;height:55.71588px;top:440.0710144043px;left:42.499998092651px;font-size:15px;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #lN7tdX0znt2NGRGI4KuVP1uUaUukQOdr { display:block; }
 }@media only screen and (max-width: 763px) { #P5xUUpiNTlIJGHSUz4GH9PXbdTS7t2Gl { display:block; }#P5xUUpiNTlIJGHSUz4GH9PXbdTS7t2Gl > .row .container { width:320px;height:2426px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h3oEt9qDMETkvyOhgkakbmHhqNo4Vlzv { width:265.6px;height:53.6px;top:699.58335876465px;left:35.200001716614px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #qWxaN2bwTVpzfwuzTiBAXGRWcCHid18Q { display:block; }
 }@media only screen and (max-width: 763px) { #NkaEWbLyW4APZCzJ41ByoBmFrr9ForJA { width:259.6px;height:69.6px;top:1482.7834472656px;left:30.000000953674px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #htzp8We1LxQihoShf9ACMWv2a0aITO2y { display:block; }
 }@media only screen and (max-width: 763px) { #Pu6SptyGfZRW9xyb2AFNun6zu3EeIrqC { width:302.6px;height:62.6px;top:2263.9765930176px;left:8.5000009536743px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #dtktwuh6xryB3FZ6lDaVCGxGlE8e5CDt { display:block; }
 }@media only screen and (max-width: 763px) { #QaiV6NEyU5bHu5X3mXIEHHNJD35EVmCi { width:317px;height:835px;top:0.010040283203125px;left:3px;display:block; }
 }@media only screen and (max-width: 763px) { #ge4ltUtbMSsAvCggNHlCKLuo4r4W37o2 { width:320px;height:788.95px;top:835.00003051758px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rTVDIF0TPh8kbi1pqbL83Fqzi580HOGh { width:320px;height:800.4px;top:1623.9500732422px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #sV5sGBlvJPUip93X0Mg7W2APtbeFIsrs { display:block; }#sV5sGBlvJPUip93X0Mg7W2APtbeFIsrs > .row .container { width:320px;height:785px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AovR1xKgiOc6u5xmR1LlD4rig01741nM { width:91px;height:85px;top:86px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #MdrgrTwW40ZLzuoUEhzd3Sd9BlOz4qso { width:85px;height:85px;top:87.0625px;left:188px;display:block; }
 }@media only screen and (max-width: 763px) { #p4ep0DFlDPCpG7JKGqfQam6sFZdoJwCN { width:138px;height:24px;top:244.046875px;left:11.5px;display:block; }
 }@media only screen and (max-width: 763px) { #MKJmvliz3eiAnFCxiyWTmZTvXriu8C7J { width:110px;height:51px;top:230.546875px;left:175.5px;display:block; }
 }@media only screen and (max-width: 763px) { #gbDnzifHhSoutFBk3f2K8UXLXVfcP8Bh { width:153px;height:43px;top:343.984375px;left:83.5px;display:block; }
 }@media only screen and (max-width: 763px) { #Dgrm8LAQ66NiDUmr1xUXzIqCRIzqO8r0 { width:91px;height:91px;top:451.359375px;left:114.5px;display:block; }
 }@media only screen and (max-width: 763px) { #pE4tgTyq0cnOflrolH8yaVRvifaEqEOO { width:138px;height:16.8945px;top:180.03125px;left:11.5px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wu0d6GpoDolP6VynGlwQpVzRHPrdVe9x { width:153px;height:16.8945px;top:281.546875px;left:11.5px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KhgXAS3NhLFxn9tGcGNftkpuQfGGcE9m { width:221px;height:16.8945px;top:399px;left:53.0625px;font-size:13px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hE5aQLU4FPJaKTD1VOz1TIxIF6EDFX3K { width:115px;height:16.8945px;top:180.03125px;left:173px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VJKwePgqZB9UCpJh68izepoUPbqdvmbD { width:119px;height:16.8945px;top:281.546875px;left:171px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EMWLSerGim4TSppmkQ46qDk943os0wIW { width:128px;height:16.8945px;top:556.53125px;left:96px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZqoVsKbgtFtfmp3PDInXOZrHZpFneUGT { width:320px;height:33.5938px;top:26px;left:0px;text-align:center;text-align-last:center;font-size:14px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pJdml2GvsrHlbCf4DUbGlWUxLXKREewd { width:107.988px;height:112.988px;top:611.97265625px;left:105.9765625px;display:block; }
 }@media only screen and (max-width: 763px) { #AkIxFdGp1PCGpPAMuE7pJdtwhkosiCt5 { width:198.984px;height:16.8945px;top:745.9765625px;left:60.5078125px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tHDX6sVaZrQXz8bmTwOCWRex1CskDwbl { display:block; }#tHDX6sVaZrQXz8bmTwOCWRex1CskDwbl > .row .container { width:320px;height:920px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv .widget-regular-label { width:255px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:13px;overflow:hidden;height:auto; }
#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv .widget-input-text { width:255px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv .widget-input-text {padding-top: 0; padding-bottom: 0;}#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv .widget-textarea { width:255px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv .widget-input-select { width:255px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv .widget-input-select {padding-top: 0; padding-bottom: 0;}#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv .widget-input-button { width:153px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;background-color:#55b798;background-image:none;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;font-size:17px;overflow:hidden; }
#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv .widget-checkbox-label { width:238px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:11px;overflow:hidden;height:auto; }
#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv .widget-container { padding-top:8px;padding-right:0;padding-bottom:8px;padding-left:0; }
#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv .widget-container:first-of-type{padding-top:0;}#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv .widget-container:last-of-type{padding-bottom:0;}#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv  { width:255px;height:auto;top:238.14772796631px;left:12.5px; }
#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv .radio-container { width:255px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv {display:block;}#MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv { width:255px;height:auto;top:238.14772796631px;left:12.5px; }
 }@media only screen and (max-width: 763px) { #MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #EQlrJfbyNuQsGzQbBGete8Izm8X2Ipmk {  }
 }@media only screen and (max-width: 763px) { #MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #IxMHNWrcNT7L8dlAgLK9w9QL9oDaV7WV {  }
 }@media only screen and (max-width: 763px) { #MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #x0MQ0Ln4StrfLmftyJDZ8m0HUlui552u {  }
 }@media only screen and (max-width: 763px) { #MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #LZhPeWzB6C3VHecIPrtVXNQhN2w1gPKy {  }
 }@media only screen and (max-width: 763px) { #MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #eNbGqZPhCcgog0lfByKXDScB8kgqEqrU {  }
 }@media only screen and (max-width: 763px) { #MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #QfOTU2RZJeW2X3TU3MhPxCWzCwlAOPNf {  }
 }@media only screen and (max-width: 763px) { #MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #vTrToPwtP8rbJLV63LyDSE1OqbEsdDeG {  }
 }@media only screen and (max-width: 763px) { #MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #ue0hprPgUS2kH7wshimS0TrZ4TrpxfQl {  }
 }@media only screen and (max-width: 763px) { #MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #Nw6tTorGTPHb0vWn93fTOMlbIrgVPLKM {  }
 }@media only screen and (max-width: 763px) { #MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #zgI5IDRZMvviUIaUkfB9PFAdlq1beabX {  }
 }@media only screen and (max-width: 763px) { #MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #yAM4uhr0GMvkTfdN6n9a63vgDQTTTTsu {  }
 }@media only screen and (max-width: 763px) { #MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #blabWrbseLCdfUKea1v0OIgDnCAk4R50 {  }
 }@media only screen and (max-width: 763px) { #MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #ueenh0Zf7zqdQ93o6ZhdERNGIRNRtlCg {  }
 }@media only screen and (max-width: 763px) { #MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #n3LwQ5wpH8XJ6XDvaQts3qntztlbJ5JE {  }
 }@media only screen and (max-width: 763px) { #MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #hHSAKme5xP6UkTZOyDvmoSB0hVbXLez3 {  }
 }@media only screen and (max-width: 763px) { #MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #H7LhMzCT7gwfqTTeX1hrHDBfXSHcEuGf {  }
 }@media only screen and (max-width: 763px) { #MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #GVlblAqiIlU6UeNkTXO3DTGxa8GWPsiO {  }
 }@media only screen and (max-width: 763px) { #MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #NdIzclNIatPA2BUSgfvdzCX0tZIP4FmB {  }
 }@media only screen and (max-width: 763px) { #MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #nlratfNZmQ1OHve0Tf9fIrHq7TUzeTgx {  }
 }@media only screen and (max-width: 763px) { #MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #pSvIzwRELhaytoDfHPoeDdRA3fAMTHwu {  }
 }@media only screen and (max-width: 763px) { #MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #kb5vRqMGR8aGxs9fwFE2nmbopUJEIRv6 {  }
 }@media only screen and (max-width: 763px) { #MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #IWRWlz1t85EfCQS6KuG022w6Gx52P62t {  }
 }@media only screen and (max-width: 763px) { #MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #IT98yweMWFVvdalivBOleemHHsAv3t2I {  }
 }@media only screen and (max-width: 763px) { #MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #CMChxz4fSB3i6U2oM1WKCruQDwOfnI0a {  }
 }@media only screen and (max-width: 763px) { #MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #PRD2XdzdpWP4J16DpRTaLXWmzAbcZdZz {  }
 }@media only screen and (max-width: 763px) { #MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #oFhs3cXgeqMcL2Ca3u1tLci6zsBuNrAx {  }
 }@media only screen and (max-width: 763px) { #MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #JGwPLNTnvzb65NyDf0JUtKKZl6cxvyvC {  }
 }@media only screen and (max-width: 763px) { #MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #PLJfo0HUKTIp58Xb6vPRJCE1cBJ6bvJT {  }
 }@media only screen and (max-width: 763px) { #MoFcqNDtAwU46eaLGur1VIPVJZxgwxkv #uv9PaSkOQXOnlCnyWHzFnQHFuOTQUm6I {  }
 }@media only screen and (max-width: 763px) { #hakSAzFHdoth7pifgvqBlLuws9pZfISH { width:320px;height:726px;top:183.1477355957px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #EOQVI4Hg96PQ469SbybJv4qTMbciF9Ow { width:319px;height:55px;top:183.140625px;left:0.5px;display:block; }
 }@media only screen and (max-width: 763px) { #HwF2QAc5x11TtCTZ6TZJQagalbRM39Mc { width:276px;height:100.7813px;top:63.546875px;left:22px;text-align:center;text-align-last:center;font-size:14px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Nmwprx0QeQnsw4CTbdPKkTqNiOw2NNZ3 { width:320px;height:33.7891px;top:193.53408813477px;left:0px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KleipTEfJhKsVARUUZrmV2rNbAEQx7ls { width:113px;height:47px;top:13.983329772949px;left:10.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #oPi7SMcGKxkmCrNOebM3FHyI9uPHnw94 { width:280px;height:31px;top:840.96100616455px;left:20.000001907349px;font-size:11px;line-height:.2;display:block; }
 }@media only screen and (max-width: 763px) { #b2o86SOsocuPmBHrkKO04idJNxakXsTw { display:block; }
 }@media only screen and (max-width: 763px) { #Hb9kd98UyRbRl07SnLGCaKygRXnz9THu { width:297px;height:28.5547px;top:871.95455932617px;left:23.000001907349px;font-size:11px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r2doCEnd70gqTykgh6Vfbgf8Hc70zS1C { display:block; }#r2doCEnd70gqTykgh6Vfbgf8Hc70zS1C { background-color: transparent; background-image: none; }#r2doCEnd70gqTykgh6Vfbgf8Hc70zS1C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r2doCEnd70gqTykgh6Vfbgf8Hc70zS1C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r2doCEnd70gqTykgh6Vfbgf8Hc70zS1C > .row .container > .video-iframe-container { display: none; }#r2doCEnd70gqTykgh6Vfbgf8Hc70zS1C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r2doCEnd70gqTykgh6Vfbgf8Hc70zS1C > .row > .video-iframe-container { display: none; }#r2doCEnd70gqTykgh6Vfbgf8Hc70zS1C > .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); }#r2doCEnd70gqTykgh6Vfbgf8Hc70zS1C > .row .container { width:320px;height:330px;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S7ky3MtNFdEEvazx0gELm1SRUxHMcKAR { width:320px;height:12px;top:198px;left:0px;font-size:10px;text-align:center;text-align-last:center;color:#000005;display:block; }
 }@media only screen and (max-width: 763px) { #HTdpFmyPX4TtWnfp5mZMPTfKd9a5RTc8 { width:58.9844px;height:23.9844px;top:239px;left:84px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nxJHNh6oZxkktSr3goSHrarTu4CdMCzu { width:16.9844px;height:16.9844px;top:241px;left:166px;display:block; }
#nxJHNh6oZxkktSr3goSHrarTu4CdMCzu > img { max-width: 100%;max-height:100%; width:16.9844px; height:16.9844px; } }@media only screen and (max-width: 763px) { #TpKQ5FFsx3umysTyPKOUau1qIpbZcX1A { width:16.9844px;height:16.9844px;top:242px;left:198px;display:block; }
#TpKQ5FFsx3umysTyPKOUau1qIpbZcX1A > img { max-width: 100%;max-height:100%; width:16.9844px; height:16.9844px; } }@media only screen and (max-width: 763px) { #BCfMFVfcTriN7RMWv1TNHZJKsLPgTsmX { width:117.972px;height:41.6407px;top:11px;left:166.00000190735px;font-size:8px;text-align:center;text-align-last:center;color:#000005;display:block; }
 }@media only screen and (max-width: 763px) { #kZCfUP7iRfTD4mrTIVgm5uh2eAQVZ2CP { width:108.972px;height:62.4611px;top:11.000213623047px;left:6.4861106872559px;font-size:8px;text-align:center;text-align-last:center;color:#000005;display:block; }
 }@media only screen and (max-width: 763px) { #u6LpnTkRQqCxqP8c6Mxh9fRa2ogeCs0q { width:320px;height:12px;top:109px;left:0px;font-size:10px;text-align:center;text-align-last:center;color:#000005;line-height:1.2;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DtPTS5e0qgaLRsieG4Z0mWZb0MHIK4fT { width:35.9844px;height:32.9844px;top:276px;left:96px;display:block; }
 }@media only screen and (max-width: 763px) { #oNAQgg57OkQDelbwh2lWJVzWy8DziUb9 { width:34px;height:31px;top:140px;left:44px;display:block; }
 }@media only screen and (max-width: 763px) { #HNdGMpOtqnG0b24uCE2ZVGB7PRuGSnoa { width:20px;height:20px;top:282px;left:196px;display:block; }
#HNdGMpOtqnG0b24uCE2ZVGB7PRuGSnoa > img { max-width: 100%;max-height:100%; width:20px; height:20px; } }@media only screen and (max-width: 763px) { #iT65d4Qo2UQVKN745Fvz6aBwJczllPIJ { width:50px;height:30px;top:140px;left:115px;display:block; }
 }@media only screen and (max-width: 763px) { #MmqvMAuZdxQDIiFMbwxGGDF6eBA4G12P { width:16.9844px;height:16.9844px;top:283px;left:166px;display:block; }
#MmqvMAuZdxQDIiFMbwxGGDF6eBA4G12P > img { max-width: 100%;max-height:100%; width:16.9844px; height:16.9844px; } }@media only screen and (max-width: 763px) { #dVMquDTfxsHVrgHTwfklIg0pcr2N3svn { width:81px;height:20px;top:145px;left:195px;display:block; }
 }