.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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3a2c32ab-af27-493e-b390-957c778c79a2/WEBINAR_1507_WEBINAR_BANER_desktop_v1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:14px;font-family:arial;height:397px;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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container.lazyloading { background-image: none; }#Qsn0WE8ybiP5faWEZm3mTWLea2VVomFi { 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:122px;width:68px;display:none; }
#XVoyHH5fm84VPfcGxX7NUFRsvFGWMRaO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XVoyHH5fm84VPfcGxX7NUFRsvFGWMRaO > .row .container { background-color: transparent; background-image: none; }#XVoyHH5fm84VPfcGxX7NUFRsvFGWMRaO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XVoyHH5fm84VPfcGxX7NUFRsvFGWMRaO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XVoyHH5fm84VPfcGxX7NUFRsvFGWMRaO > .row .container > .video-iframe-container { display: none; }#XVoyHH5fm84VPfcGxX7NUFRsvFGWMRaO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XVoyHH5fm84VPfcGxX7NUFRsvFGWMRaO > .row > .video-iframe-container { display: none; }#XVoyHH5fm84VPfcGxX7NUFRsvFGWMRaO > .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); }#XVoyHH5fm84VPfcGxX7NUFRsvFGWMRaO > .row .container { border-width: 0; border-radius: 0; }#XVoyHH5fm84VPfcGxX7NUFRsvFGWMRaO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XVoyHH5fm84VPfcGxX7NUFRsvFGWMRaO > .row .container { font-size:14px;font-family:arial;height:501px;width:1200px;position:relative;display:block; }#fKmsks1aTirQV2TpoThMmB2hn79Czo15 { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #7b7b7b;border-left:1px solid #7b7b7b;border-right:1px solid #7b7b7b;border-bottom:1px solid #7b7b7b;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: none;height:398px;width:349px;top:89px;left:125px;display:block; }
#D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS .widget-form-header {  }
#D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:14px;font-weight:bold;color:#000000;width:308px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:308px;box-sizing:border-box;height:48px;color:#000000;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS .widget-input-text {padding-top: 0; padding-bottom: 0;}#D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:308px;box-sizing:border-box;height:70px;color:#000000;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS .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:308px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS .widget-input-select {padding-top: 0; padding-bottom: 0;}#D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS .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; }
#D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS .widget-input-button { border-top-left-radius:18px;border-top-right-radius:18px;border-bottom-left-radius:18px;border-bottom-right-radius:18px;background-color:#ff2c82;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:68px;margin-bottom:4px;margin-left:68px;display:block;box-sizing:border-box;font-size:17px;font-weight:bold;color:#ffffff;width:172px;height:55px;font-family:"open sans";overflow:hidden;box-shadow: 7px 6px 8px rgba(0,0,0,0.29) ; }
#D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS [class*="-text"]:-moz-placeholder { color:#000000;font-family:"open sans";font-size:14px; }
#D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS [class*="-text"]::-moz-placeholder { color:#000000;font-family:"open sans";font-size:14px; }
#D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:"open sans";font-size:14px; }
#D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:"open sans";font-size:14px; }
#D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.2;font-size:11px;font-weight:400;color:#1c2491;vertical-align:top;width:288px;overflow:hidden;font-style:normal;float:none; }
#D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS .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; }
#D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS .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; }
#D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS .widget-container:first-of-type{padding-top:0;}#D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS .widget-container:last-of-type{padding-bottom:0;}#D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:308px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:97.1875px;left:125.48750305176px; }
#D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:308px;display:block;vertical-align:top; }
#D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:10px;line-height:1.3;font-weight:400;color:rgba(255,255,255,0.53);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS {display:block;}#D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:308px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:97.1875px;left:125.48750305176px; }
#D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS #NLrfm7GyqrWulskctWc2CsVuoso0O62s { position:relative; }
#D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS #evxr22SoU282M3LM3NA5zddPXWo2qB2E { position:relative;display:none; }
#D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS #XUF0oTHIIRAc5fiqu38Adc6KnZ8sTuA3 { position:relative; }
#D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS #pTQ85T0OsVy1lnleGVtCzrfvwoTpbgKB { position:relative; }
#D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS #m21vq42hHVWS1smfuzzJhTZRTUTVfsmm { position:relative;display:none; }
#D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS #kw235KZ1Jlm2tRiX929Ek0INnitByfwq { position:relative; }
#D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS #uw1QiLA9wP9M9WAagNGgpf6T2S3mmmI0 { position:relative; }
#D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS #UE5hNNHHFGJNcuVgukIdRsTPJ62p4765 { position:relative;display:none; }
#D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS #A6BrwdnyUJs7GWaUAluJHUOWdrNLt1pt { position:relative; }
#D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS #JOFPDH9svF8KRhuJrQKEww4aKn3uKp2B { position:relative; }
#D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS #JMAOay1BXoJpFsOZUXAe5y7Pb5Lhbwzr { position:relative;display:none; }
#D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS #PGi7NX164hJlIQBgtSd9MuzyxeLEXzah { position:relative; }
#D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS #WpTTuo3fmgT8RklImIbMWbCT29p6iXbL { position:relative; }
#D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS #hh61QD6GMUl35klXNCcUtzT0NlDbqSV7 { position:relative;z-index:2; }
#D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS #lw9WCE6NZ3HunEuZArZXFM2PuoC3qZ62 { position:relative; }
#D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS #MMxdiVmK6bIryx1QQOaSH6MyqfZSd9Fl { position:relative; }
#D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS #XJ3usF1J7CKTLvyWWoMFClAQwxF0o3Ig { position:relative; }
#PcEtHmL219BFcnt8UltK1rDI35IJ4cm0 { color:#f4ffed;display:block;width:236px;position:absolute;font-family:poppins;font-size:20px;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:21.5px;left:181.5px;height:;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; }
#EP8rbSPnKU15FZSxaI5ZMzsoJ6exmoHU { position:absolute;display:block;z-index:14999;background-color:#001984;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:15px;border-top-right-radius:15px;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: none;height:79px;width:351px;top:10px;left:125px;display:block; }
#EvG45X45Dl4Nnhl87UQBuS4v8iyaXBfN { color:#c50e0e;display:block;width:152px;position:absolute;font-family:"open sans";font-size:11px;font-weight:normal;z-index:15029;line-height:1.4;letter-spacing:0;top:118px;left:10px;height:30.8px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ThhTCk20sZUILc9ePlakX3bzAZHUqIrA { box-sizing:content-box;height:41px;width:160px;position:absolute;display:block;z-index:15028;background-color:#e1b3b3;background-image:none;top:114px;left:0px;display:block; }
#uQNVSOEkTblmV3u8dCMc8DllB4pzs0bA { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:70px;width:1200px;top:486.00002288818px;left:0px;overflow:hidden;display:block; }
#RAiWVpcRLTzkJDRDrGKNPTRqXCTkbADu { 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:118px;width:785px;display:none; }
#WqlRPr8SlcN51Us1Jv9BwFKZX4L7LTb1 { color:#031f59;display:block;width:607px;position:absolute;font-family:poppins;font-size:18px;font-weight:normal;z-index:15039;line-height:1.4;letter-spacing:0;top:289.80000305176px;left:554.00001525879px;height:50.4px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LqfAgbgXcFcQJbSBQTSuGqLThxuz6TaK { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24px;width:22px;top:303px;left:523px;overflow:hidden;display:block; }
#Ihr1BJsAT71JtIDh6CA0vRCNzBkp9wnE { color:#031f59;display:block;width:467px;position:absolute;font-family:poppins;font-size:18px;font-weight:normal;z-index:15034;line-height:1.4;letter-spacing:0;top:253px;left:554px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#a9ogCptxylNENTHL9u5PVThasEhG2gsn { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24px;width:22px;top:254px;left:523px;overflow:hidden;display:block; }
#QvkTacqd71VX20JgsraWxKficJzU8eHD { color:#031f59;display:block;width:552px;position:absolute;font-family:poppins;font-size:18px;font-weight:normal;z-index:15030;line-height:1.4;letter-spacing:0;top:206px;left:554px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BMdtzEhTpMxGZmTPzZ7pBXDWpusNiR40 { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24px;width:22px;top:207px;left:523px;overflow:hidden;display:block; }
#IISUovu9foAfDllMI2dlCDhzs6zM2V0J { color:#031f59;display:block;width:525px;position:absolute;font-family:poppins;font-size:18px;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:114.00001525879px;left:554.00001525879px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MCvQy1H83VJuirrAn9CHupsRVJCTCewh { color:#031f59;display:block;width:468px;position:absolute;font-family:poppins;font-size:18px;font-weight:normal;z-index:15027;line-height:1.4;letter-spacing:0;top:161px;left:554px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bk8OMqy9oDuTgbAR3hAkfSfgRAC1EF2y { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24px;width:22px;top:162px;left:523px;overflow:hidden;display:block; }
#aH7hXqHIZCLEnVUby1QpAhlXGmXheq3f { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24px;width:22px;top:114px;left:523px;overflow:hidden;display:block; }
#CTomVvlQomztC8Qfr732Ev4sfc11fgEX { color:#1c2491;display:block;width:530px;position:absolute;font-family:poppins;font-size:18px;font-weight:normal;z-index:15038;line-height:1.4;letter-spacing:0;top:64.600006103516px;left:523.00001525879px;height:25.2px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sbKxkOW3Z5lGHxJ8eDlMwpM2UiIoXKyW { position:relative;display:block; }#sbKxkOW3Z5lGHxJ8eDlMwpM2UiIoXKyW { background-color: transparent; background-image: none; }#sbKxkOW3Z5lGHxJ8eDlMwpM2UiIoXKyW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sbKxkOW3Z5lGHxJ8eDlMwpM2UiIoXKyW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sbKxkOW3Z5lGHxJ8eDlMwpM2UiIoXKyW > .row .container > .video-iframe-container { display: none; }#sbKxkOW3Z5lGHxJ8eDlMwpM2UiIoXKyW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sbKxkOW3Z5lGHxJ8eDlMwpM2UiIoXKyW > .row > .video-iframe-container { display: none; }#sbKxkOW3Z5lGHxJ8eDlMwpM2UiIoXKyW > .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); }#sbKxkOW3Z5lGHxJ8eDlMwpM2UiIoXKyW { border-width: 0; border-radius: 0; }#sbKxkOW3Z5lGHxJ8eDlMwpM2UiIoXKyW > .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; }#sbKxkOW3Z5lGHxJ8eDlMwpM2UiIoXKyW > .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:120px;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; }#OX4K9m0IqC06iCFeFwXd7pFp7lKgD1kG { color:#023375;display:block;width:1200px;position:absolute;font-family:poppins;font-size:32px;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:62.950012207031px;left:0px;height:44.8px;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; }
#HzI2pr1QN3wyxWQ1XTFnqAPkbxFwFJok { position:absolute;display:block;z-index:15017;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:325px;width:403.993px;top:97.95140838623px;left:398.00347900391px;overflow:hidden;display:block; }
#uVUwFu8D7Q96UEXTkU61HxeKW8wOwPeb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.65);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; }#uVUwFu8D7Q96UEXTkU61HxeKW8wOwPeb > .row .container { background-color: transparent; background-image: none; }#uVUwFu8D7Q96UEXTkU61HxeKW8wOwPeb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uVUwFu8D7Q96UEXTkU61HxeKW8wOwPeb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uVUwFu8D7Q96UEXTkU61HxeKW8wOwPeb > .row .container > .video-iframe-container { display: none; }#uVUwFu8D7Q96UEXTkU61HxeKW8wOwPeb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uVUwFu8D7Q96UEXTkU61HxeKW8wOwPeb > .row > .video-iframe-container { display: none; }#uVUwFu8D7Q96UEXTkU61HxeKW8wOwPeb > .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); }#uVUwFu8D7Q96UEXTkU61HxeKW8wOwPeb > .row .container { border-width: 0; border-radius: 0; }#uVUwFu8D7Q96UEXTkU61HxeKW8wOwPeb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uVUwFu8D7Q96UEXTkU61HxeKW8wOwPeb > .row .container { font-size:14px;font-family:arial;height:302px;width:1200px;position:relative;display:block; }#EsKAWoI3pZmhEsUAIW0wn6o6736RcCMa { color:#023375;display:block;width:253px;position:absolute;font-family:poppins;font-size:16px;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;top:44.574996948242px;left:473.50003051758px;height:102.4px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wmbDe7rQcwD0gVWy9UrAeqzK7VG5cPyv { color:#023375;display:block;width:200px;position:absolute;font-family:poppins;font-size:17px;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:229px;left:500.00003051758px;height:22.1px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mEUxF0ZIPHToP7SiTgB0pI3oQwsPKVZu { color:#023375;display:block;width:275px;position:absolute;font-family:poppins;font-size:16px;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;top:19px;left:62.5px;height:179.2px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kagaNpTT5vQl5K0JxskBpLSeuCdbT8LU { color:#023375;display:block;width:260px;position:absolute;font-family:poppins;font-size:16px;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;top:19px;left:869.99996948242px;height:153.6px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r9pfm1prWEqxmphVZx3wAxSnAXmSUDJo { color:#1c2491;display:block;width:321px;position:absolute;font-family:poppins;font-size:17px;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:229px;left:39.5px;height:22.1px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RypZ0coMUTZg4H8L5UxrPWQ77PKKGZJN { color:#023375;display:block;width:319px;position:absolute;font-family:poppins;font-size:17px;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:229px;left:840.50003051758px;height:22.1px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bN1z75kNrkV181q4ufx5ec2NO460WdMa { position:absolute;display:block;z-index:15018;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:325px;width:400px;top:65px;left:0px;overflow:hidden;display:none; }
#FtpI5EFcJg0u0XWpgRfA5S1lRO6fvL8P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1560da;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; }#FtpI5EFcJg0u0XWpgRfA5S1lRO6fvL8P > .row .container { background-color: transparent; background-image: none; }#FtpI5EFcJg0u0XWpgRfA5S1lRO6fvL8P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FtpI5EFcJg0u0XWpgRfA5S1lRO6fvL8P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FtpI5EFcJg0u0XWpgRfA5S1lRO6fvL8P > .row .container > .video-iframe-container { display: none; }#FtpI5EFcJg0u0XWpgRfA5S1lRO6fvL8P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FtpI5EFcJg0u0XWpgRfA5S1lRO6fvL8P > .row > .video-iframe-container { display: none; }#FtpI5EFcJg0u0XWpgRfA5S1lRO6fvL8P > .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); }#FtpI5EFcJg0u0XWpgRfA5S1lRO6fvL8P > .row .container { border-width: 0; border-radius: 0; }#FtpI5EFcJg0u0XWpgRfA5S1lRO6fvL8P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FtpI5EFcJg0u0XWpgRfA5S1lRO6fvL8P > .row .container { font-size:14px;font-family:arial;height:321px;width:1200px;position:relative;display:block; }#x2s9AoH2uDUp5cmCr2xP3CQIXakMIVZC { color:#f2f1f0;display:block;width:1152px;position:absolute;font-family:poppins;font-size:25px;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:25.287506103516px;left:24px;height:75px;text-align:center;text-align-last:center;display:block; }
#CzpGynGp215vO0yUsfqwzhwR4ZQ9InT0 { color:#f2f1f0;display:block;width:740.987px;position:absolute;font-family:poppins;font-size:20px;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:83.087493896484px;left:220.46249389648px;height:30px;text-align:center;text-align-last:center;display:block; }
#JZ79W73RU2ZmrS7VEZHzKhxZ6lcLiMbC { color:#1560da;display:block;width:740.987px;position:absolute;font-family:poppins;font-size:20px;font-weight:normal;z-index:15036;line-height:1.5;letter-spacing:0;top:135px;left:221px;height:30px;text-align:center;text-align-last:center;display:block; }
#fN8kVvXBqFQ1DkgTN5GcNF0LVWQcTffu { color:#1560da;display:block;width:252px;position:absolute;font-family:poppins;font-size:20px;font-weight:normal;z-index:15037;line-height:1.5;letter-spacing:0;top:254.5px;left:464.94998168945px;height:30px;text-align:center;text-align-last:center;display:block; }
#lRpJ6mFKfJBJKlftC9bKhTtmAhBJIqMP { color:#f2f1f0;display:block;width:740.987px;position:absolute;font-family:poppins;font-size:20px;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:194.78750610352px;left:220.46249389648px;height:30px;text-align:center;text-align-last:center;display:block; }
#TDIrSATplfZSHqSiFTB1cJ5U42AI0iRT { box-sizing:content-box;height:59px;width:189px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15035;background-color:#ffffff;background-image:none;top:121px;left:497px;display:block; }
#zctyzny5niRO014RTJ47r5y4SV7VkwMn { box-sizing:content-box;height:59px;width:189px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15036;background-color:#ffffff;background-image:none;top:240px;left:497px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qsn0WE8ybiP5faWEZm3mTWLea2VVomFi { width:68px;height:122px;display:none; }
 }@media only screen and (max-width: 763px) { #XVoyHH5fm84VPfcGxX7NUFRsvFGWMRaO { display:block; }#XVoyHH5fm84VPfcGxX7NUFRsvFGWMRaO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fKmsks1aTirQV2TpoThMmB2hn79Czo15 { top:89px;left:0px;width:349px;height:398px;display:block; }
 }@media only screen and (max-width: 763px) { #D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS .widget-regular-label { width:308px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS .widget-input-text { width:308px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS .widget-input-text {padding-top: 0; padding-bottom: 0;}#D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS .widget-textarea { width:308px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS .widget-input-select { width:308px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS .widget-input-select {padding-top: 0; padding-bottom: 0;}#D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS .widget-input-button { width:172px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:68px; }
#D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS .widget-checkbox-label { width:289px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS  { width:308px;height:auto;top:97px;left:0px; }
#D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS .radio-container { width:308px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS {display:block;}#D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS { width:308px;height:auto;top:97px;left:0px; }
 }@media only screen and (max-width: 763px) { #D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS #NLrfm7GyqrWulskctWc2CsVuoso0O62s {  }
 }@media only screen and (max-width: 763px) { #D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS #evxr22SoU282M3LM3NA5zddPXWo2qB2E { display:none; }
 }@media only screen and (max-width: 763px) { #D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS #XUF0oTHIIRAc5fiqu38Adc6KnZ8sTuA3 {  }
 }@media only screen and (max-width: 763px) { #D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS #pTQ85T0OsVy1lnleGVtCzrfvwoTpbgKB {  }
 }@media only screen and (max-width: 763px) { #D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS #m21vq42hHVWS1smfuzzJhTZRTUTVfsmm { display:none; }
 }@media only screen and (max-width: 763px) { #D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS #kw235KZ1Jlm2tRiX929Ek0INnitByfwq {  }
 }@media only screen and (max-width: 763px) { #D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS #uw1QiLA9wP9M9WAagNGgpf6T2S3mmmI0 {  }
 }@media only screen and (max-width: 763px) { #D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS #UE5hNNHHFGJNcuVgukIdRsTPJ62p4765 {  }
 }@media only screen and (max-width: 763px) { #D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS #A6BrwdnyUJs7GWaUAluJHUOWdrNLt1pt {  }
 }@media only screen and (max-width: 763px) { #D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS #JOFPDH9svF8KRhuJrQKEww4aKn3uKp2B {  }
 }@media only screen and (max-width: 763px) { #D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS #JMAOay1BXoJpFsOZUXAe5y7Pb5Lhbwzr {  }
 }@media only screen and (max-width: 763px) { #D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS #PGi7NX164hJlIQBgtSd9MuzyxeLEXzah {  }
 }@media only screen and (max-width: 763px) { #D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS #WpTTuo3fmgT8RklImIbMWbCT29p6iXbL {  }
 }@media only screen and (max-width: 763px) { #D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS #hh61QD6GMUl35klXNCcUtzT0NlDbqSV7 {  }
 }@media only screen and (max-width: 763px) { #D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS #lw9WCE6NZ3HunEuZArZXFM2PuoC3qZ62 {  }
 }@media only screen and (max-width: 763px) { #D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS #MMxdiVmK6bIryx1QQOaSH6MyqfZSd9Fl {  }
 }@media only screen and (max-width: 763px) { #D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS #XJ3usF1J7CKTLvyWWoMFClAQwxF0o3Ig {  }
 }@media only screen and (max-width: 763px) { #PcEtHmL219BFcnt8UltK1rDI35IJ4cm0 { top:21px;left:0px;width:236px;height:;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #EP8rbSPnKU15FZSxaI5ZMzsoJ6exmoHU { top:10px;left:0px;width:351px;height:79px;display:block; }
 }@media only screen and (max-width: 763px) { #EvG45X45Dl4Nnhl87UQBuS4v8iyaXBfN { top:118px;left:0px;width:152px;height:30px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #ThhTCk20sZUILc9ePlakX3bzAZHUqIrA { width:160px;height:41px;top:114px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #uQNVSOEkTblmV3u8dCMc8DllB4pzs0bA { width:764px;height:44.566666666667px;top:486px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #RAiWVpcRLTzkJDRDrGKNPTRqXCTkbADu { width:764px;height:114px;display:none; }
 }@media only screen and (max-width: 763px) { #WqlRPr8SlcN51Us1Jv9BwFKZX4L7LTb1 { top:289px;left:157px;width:607px;height:50px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #LqfAgbgXcFcQJbSBQTSuGqLThxuz6TaK { width:22px;height:24px;top:303px;left:305px;display:block; }
 }@media only screen and (max-width: 763px) { #Ihr1BJsAT71JtIDh6CA0vRCNzBkp9wnE { top:253px;left:297px;width:467px;height:;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #a9ogCptxylNENTHL9u5PVThasEhG2gsn { width:22px;height:24px;top:254px;left:305px;display:block; }
 }@media only screen and (max-width: 763px) { #QvkTacqd71VX20JgsraWxKficJzU8eHD { top:206px;left:212px;width:552px;height:;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #BMdtzEhTpMxGZmTPzZ7pBXDWpusNiR40 { width:22px;height:24px;top:207px;left:305px;display:block; }
 }@media only screen and (max-width: 763px) { #IISUovu9foAfDllMI2dlCDhzs6zM2V0J { top:114px;left:239px;width:525px;height:;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #MCvQy1H83VJuirrAn9CHupsRVJCTCewh { top:161px;left:296px;width:468px;height:;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #bk8OMqy9oDuTgbAR3hAkfSfgRAC1EF2y { width:22px;height:24px;top:162px;left:305px;display:block; }
 }@media only screen and (max-width: 763px) { #aH7hXqHIZCLEnVUby1QpAhlXGmXheq3f { width:22px;height:24px;top:114px;left:305px;display:block; }
 }@media only screen and (max-width: 763px) { #CTomVvlQomztC8Qfr732Ev4sfc11fgEX { top:64px;left:234px;width:530px;height:25px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #sbKxkOW3Z5lGHxJ8eDlMwpM2UiIoXKyW { display:block; }#sbKxkOW3Z5lGHxJ8eDlMwpM2UiIoXKyW > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OX4K9m0IqC06iCFeFwXd7pFp7lKgD1kG { top:62px;left:0px;width:764px;height:44px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #HzI2pr1QN3wyxWQ1XTFnqAPkbxFwFJok { top:97px;left:180.00347900391px;width:403px;height:324.20116190132px;display:block; }
 }@media only screen and (max-width: 763px) { #uVUwFu8D7Q96UEXTkU61HxeKW8wOwPeb { display:block; }#uVUwFu8D7Q96UEXTkU61HxeKW8wOwPeb > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EsKAWoI3pZmhEsUAIW0wn6o6736RcCMa { top:44px;left:254.50003051758px;width:253px;height:102px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #wmbDe7rQcwD0gVWy9UrAeqzK7VG5cPyv { top:229px;left:281.00003051758px;width:200px;height:22px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #mEUxF0ZIPHToP7SiTgB0pI3oQwsPKVZu { top:19px;left:0px;width:275px;height:179px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #kagaNpTT5vQl5K0JxskBpLSeuCdbT8LU { top:19px;left:502px;width:260px;height:153px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #r9pfm1prWEqxmphVZx3wAxSnAXmSUDJo { top:229px;left:0px;width:321px;height:22px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #RypZ0coMUTZg4H8L5UxrPWQ77PKKGZJN { top:229px;left:443px;width:319px;height:22px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #bN1z75kNrkV181q4ufx5ec2NO460WdMa { top:65px;left:0px;width:404px;height:328.25px;display:none; }
 }@media only screen and (max-width: 763px) { #FtpI5EFcJg0u0XWpgRfA5S1lRO6fvL8P { display:block; }#FtpI5EFcJg0u0XWpgRfA5S1lRO6fvL8P > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x2s9AoH2uDUp5cmCr2xP3CQIXakMIVZC { top:25px;left:0px;width:764px;height:75px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #CzpGynGp215vO0yUsfqwzhwR4ZQ9InT0 { top:83px;left:2.4624938964844px;width:740px;height:30px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #JZ79W73RU2ZmrS7VEZHzKhxZ6lcLiMbC { top:135px;left:3px;width:740px;height:30px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #fN8kVvXBqFQ1DkgTN5GcNF0LVWQcTffu { top:254px;left:246.94998168945px;width:252px;height:30px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #lRpJ6mFKfJBJKlftC9bKhTtmAhBJIqMP { top:194px;left:2.4624938964844px;width:740px;height:30px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TDIrSATplfZSHqSiFTB1cJ5U42AI0iRT { width:189px;height:59px;top:121px;left:279px;display:block; }
 }@media only screen and (max-width: 763px) { #zctyzny5niRO014RTJ47r5y4SV7VkwMn { width:189px;height:59px;top:240px;left:279px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:transparent;background-image:none;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:320px;height:577px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qsn0WE8ybiP5faWEZm3mTWLea2VVomFi { top:0px;left:0px;width:320px;height:569px;z-index:14998;overflow:hidden;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #XVoyHH5fm84VPfcGxX7NUFRsvFGWMRaO { display:block; }#XVoyHH5fm84VPfcGxX7NUFRsvFGWMRaO > .row .container { width:320px;height:971px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fKmsks1aTirQV2TpoThMmB2hn79Czo15 { width:320px;height:385px;top:66px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS .widget-input-text {padding-top: 0; padding-bottom: 0;}#D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS .widget-input-select {padding-top: 0; padding-bottom: 0;}#D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS .widget-input-button { width:156px;margin-top:4px;margin-right:62px;margin-bottom:4px;margin-left:62px;background-color:#ff2c82;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;color:#fdfeff; }
#D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS .widget-checkbox-label { width:260px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS  { width:280px;height:auto;top:66px;left:0px; }
#D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS {display:block;}#D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS { width:280px;height:auto;top:66px;left:0px; }
 }@media only screen and (max-width: 763px) { #D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS #NLrfm7GyqrWulskctWc2CsVuoso0O62s {  }
 }@media only screen and (max-width: 763px) { #D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS #evxr22SoU282M3LM3NA5zddPXWo2qB2E { display:none; }
 }@media only screen and (max-width: 763px) { #D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS #XUF0oTHIIRAc5fiqu38Adc6KnZ8sTuA3 {  }
 }@media only screen and (max-width: 763px) { #D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS #pTQ85T0OsVy1lnleGVtCzrfvwoTpbgKB {  }
 }@media only screen and (max-width: 763px) { #D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS #m21vq42hHVWS1smfuzzJhTZRTUTVfsmm { display:none; }
 }@media only screen and (max-width: 763px) { #D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS #kw235KZ1Jlm2tRiX929Ek0INnitByfwq {  }
 }@media only screen and (max-width: 763px) { #D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS #uw1QiLA9wP9M9WAagNGgpf6T2S3mmmI0 {  }
 }@media only screen and (max-width: 763px) { #D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS #UE5hNNHHFGJNcuVgukIdRsTPJ62p4765 {  }
 }@media only screen and (max-width: 763px) { #D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS #A6BrwdnyUJs7GWaUAluJHUOWdrNLt1pt {  }
 }@media only screen and (max-width: 763px) { #D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS #JOFPDH9svF8KRhuJrQKEww4aKn3uKp2B {  }
 }@media only screen and (max-width: 763px) { #D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS #JMAOay1BXoJpFsOZUXAe5y7Pb5Lhbwzr {  }
 }@media only screen and (max-width: 763px) { #D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS #PGi7NX164hJlIQBgtSd9MuzyxeLEXzah {  }
 }@media only screen and (max-width: 763px) { #D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS #WpTTuo3fmgT8RklImIbMWbCT29p6iXbL {  }
 }@media only screen and (max-width: 763px) { #D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS #hh61QD6GMUl35klXNCcUtzT0NlDbqSV7 {  }
 }@media only screen and (max-width: 763px) { #D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS #lw9WCE6NZ3HunEuZArZXFM2PuoC3qZ62 {  }
 }@media only screen and (max-width: 763px) { #D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS #MMxdiVmK6bIryx1QQOaSH6MyqfZSd9Fl {  }
 }@media only screen and (max-width: 763px) { #D4cNdvPcLKmf0rxPLpgZdwg1BAEq1GCS #XJ3usF1J7CKTLvyWWoMFClAQwxF0o3Ig {  }
 }@media only screen and (max-width: 763px) { #PcEtHmL219BFcnt8UltK1rDI35IJ4cm0 { width:236px;height:48px;top:7.8000030517578px;left:42.000001907349px;font-size:20px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EP8rbSPnKU15FZSxaI5ZMzsoJ6exmoHU { width:320px;height:66px;top:0px;left:1.9073486328125E-6px;background-color:#3a4bac;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #EvG45X45Dl4Nnhl87UQBuS4v8iyaXBfN { width:263px;height:13.2px;top:77.899993896484px;left:28.5px;font-size:11px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ThhTCk20sZUILc9ePlakX3bzAZHUqIrA { width:280px;height:19px;top:76px;left:20px;border-top-right-radius:3px;border-bottom-right-radius:0;border-bottom-left-radius:0;border-top-left-radius:3px;display:block; }
 }@media only screen and (max-width: 763px) { #uQNVSOEkTblmV3u8dCMc8DllB4pzs0bA { width:320px;height:18.666666666667px;top:1123.2px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #RAiWVpcRLTzkJDRDrGKNPTRqXCTkbADu { top:921.98748779297px;left:0px;width:320px;height:48px;z-index:15035;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WqlRPr8SlcN51Us1Jv9BwFKZX4L7LTb1 { width:284px;height:64.8px;top:803px;left:29px;font-size:18px;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LqfAgbgXcFcQJbSBQTSuGqLThxuz6TaK { width:22px;height:24px;top:823px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Ihr1BJsAT71JtIDh6CA0vRCNzBkp9wnE { width:289px;height:21.6px;top:748px;left:31px;font-size:18px;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #a9ogCptxylNENTHL9u5PVThasEhG2gsn { width:22px;height:24px;top:747px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #QvkTacqd71VX20JgsraWxKficJzU8eHD { width:267px;height:43.2px;top:669px;left:28.500000953674px;font-size:18px;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BMdtzEhTpMxGZmTPzZ7pBXDWpusNiR40 { width:22px;height:24px;top:680.80000305176px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #IISUovu9foAfDllMI2dlCDhzs6zM2V0J { width:249px;height:43.2px;top:530.39999389648px;left:35.500000953674px;font-size:18px;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MCvQy1H83VJuirrAn9CHupsRVJCTCewh { width:245px;height:43.2px;top:604.39999389648px;left:33.787499427795px;font-size:18px;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #bk8OMqy9oDuTgbAR3hAkfSfgRAC1EF2y { width:22px;height:24px;top:614px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #aH7hXqHIZCLEnVUby1QpAhlXGmXheq3f { width:22px;height:24px;top:539.99999237061px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #CTomVvlQomztC8Qfr732Ev4sfc11fgEX { width:320px;height:21.6px;top:489px;left:0px;font-size:18px;text-align:center;text-align-last:center;line-height:1.2;color:#ff2c82;display:block; }
 }@media only screen and (max-width: 763px) { #sbKxkOW3Z5lGHxJ8eDlMwpM2UiIoXKyW { display:block; }#sbKxkOW3Z5lGHxJ8eDlMwpM2UiIoXKyW > .row .container { width:320px;height:89px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OX4K9m0IqC06iCFeFwXd7pFp7lKgD1kG { width:320px;height:67.2px;top:11px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #HzI2pr1QN3wyxWQ1XTFnqAPkbxFwFJok { width:320px;height:257.43020299857px;top:97px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #uVUwFu8D7Q96UEXTkU61HxeKW8wOwPeb { display:block; }#uVUwFu8D7Q96UEXTkU61HxeKW8wOwPeb > .row .container { width:320px;height:672px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EsKAWoI3pZmhEsUAIW0wn6o6736RcCMa { width:218px;height:102.4px;top:20px;left:51px;font-size:16px;text-align:center;text-align-last:center;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #wmbDe7rQcwD0gVWy9UrAeqzK7VG5cPyv { width:200px;height:22.1px;top:140.40000915527px;left:59.999998092651px;font-size:17px;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #mEUxF0ZIPHToP7SiTgB0pI3oQwsPKVZu { width:218px;height:179.2px;top:192.375px;left:51.000001907349px;font-size:16px;text-align:center;text-align-last:center;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #kagaNpTT5vQl5K0JxskBpLSeuCdbT8LU { width:218px;height:153.6px;top:450.00001716614px;left:51.000001907349px;font-size:16px;text-align:center;text-align-last:center;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #r9pfm1prWEqxmphVZx3wAxSnAXmSUDJo { width:320px;height:22.1px;top:396.57499885559px;left:0px;font-size:17px;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #RypZ0coMUTZg4H8L5UxrPWQ77PKKGZJN { width:319px;height:22.1px;top:626.59999084473px;left:0px;font-size:17px;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #bN1z75kNrkV181q4ufx5ec2NO460WdMa { width:320px;height:326px;top:161px;left:0px;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #FtpI5EFcJg0u0XWpgRfA5S1lRO6fvL8P { display:block; }#FtpI5EFcJg0u0XWpgRfA5S1lRO6fvL8P > .row .container { width:320px;height:379px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x2s9AoH2uDUp5cmCr2xP3CQIXakMIVZC { width:320px;height:120px;top:14px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #CzpGynGp215vO0yUsfqwzhwR4ZQ9InT0 { width:320px;height:30px;top:120px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #JZ79W73RU2ZmrS7VEZHzKhxZ6lcLiMbC { width:320px;height:30px;top:176px;left:0px;font-size:20px;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #fN8kVvXBqFQ1DkgTN5GcNF0LVWQcTffu { width:320px;height:30px;top:299px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #lRpJ6mFKfJBJKlftC9bKhTtmAhBJIqMP { width:320px;height:30px;top:237px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TDIrSATplfZSHqSiFTB1cJ5U42AI0iRT { width:189px;height:59px;top:284px;left:65px;display:block; }
 }@media only screen and (max-width: 763px) { #zctyzny5niRO014RTJ47r5y4SV7VkwMn { width:189px;height:59px;top:161px;left:65px;display:block; }
 }