.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-input-select option {
  color: #000;
}
.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 {
  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); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Eh1ibnOg/dots.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A.adaptive-delivery-prevent-bg, #D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A.lazyload, #D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A.lazyloading { background-image: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container { background-color: transparent; background-image: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container > .video-iframe-container { display: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row > .video-iframe-container { display: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .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); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container { border-width: 0; border-radius: 0; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row > .video-iframe-container {  }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container { font-size:14px;font-family:arial;height:730px;width:1200px;position:relative;display:block; }#xQQakGxZuxFWTFq1bpJUFin64r4uOsM1 { color:#243064;display:block;width:585.969px;position:absolute;font-family:lato;font-size:48px;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:128.984375px;left:120px;height:124.781px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BCg8a4MOi4RKMfpMFZZRBbWDDPgGu94F { color:#243064;display:block;width:517px;position:absolute;font-family:lato;font-size:35px;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:299px;left:120px;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#AdcT2SKkQg2uV1Fv1xmer7cWGS3mvelh { background-color:#712f84;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:20px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:232px;height:63px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:539px;left:120px;display:block; }
#aqeri3cZwNytleRw0Em8gaGuusI79ips { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#fRuhGSwKxvPCJ6VcH7USGcxpfisms3Cc { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:655px;width:431px;top:37.5px;left:769px;overflow:hidden;display:block; }
#TXGChKPZR4tJeasWGC89VIo4kK01CLsG { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:46px;width:117px;top:85px;left:120px;overflow:hidden;display:none; }
#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT { position:relative;display:block; }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT { background-color: transparent; background-image: none; }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row .container > .video-iframe-container { display: none; }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row > .video-iframe-container { display: none; }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .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); }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT { border-width: 0; border-radius: 0; }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row .container > .video-iframe-container {  }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#171717;background-image:none;font-size:14px;font-family:arial;height:135px;width:1200px;position:relative;display:block; }#xgLMLMTQKr9nsZhDTzot9fEUiT1E4F6C { color:#ffffff;display:block;width:1164px;position:absolute;font-family:lato;font-size:37px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4px;left:4.5px;height:96.1876px;text-align:center;text-align-last:center;display:block; }
#KpGVi3SXTl6ptxKSUyUEUBQe5DlFJXLz { color:#ffffff;display:block;width:1200px;position:absolute;font-family:lato;font-size:32px;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:52.234375px;left:0px;height:41.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LLl11l3TMili6M52HgRhqn7zUWVHZr4i { color:#ffffff;display:block;width:1200px;position:absolute;font-family:lato;font-size:15px;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:102.1875px;left:0px;height:19.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wMADNw5ogIomh4ZKeWHu4qzacVJpduCA { position:relative;display:block; }#wMADNw5ogIomh4ZKeWHu4qzacVJpduCA { background-color: transparent; background-image: none; }#wMADNw5ogIomh4ZKeWHu4qzacVJpduCA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wMADNw5ogIomh4ZKeWHu4qzacVJpduCA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wMADNw5ogIomh4ZKeWHu4qzacVJpduCA > .row .container > .video-iframe-container { display: none; }#wMADNw5ogIomh4ZKeWHu4qzacVJpduCA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wMADNw5ogIomh4ZKeWHu4qzacVJpduCA > .row > .video-iframe-container { display: none; }#wMADNw5ogIomh4ZKeWHu4qzacVJpduCA > .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); }#wMADNw5ogIomh4ZKeWHu4qzacVJpduCA { border-width: 0; border-radius: 0; }#wMADNw5ogIomh4ZKeWHu4qzacVJpduCA > .row .container > .video-iframe-container {  }#wMADNw5ogIomh4ZKeWHu4qzacVJpduCA > .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:200px;width:1200px;position:relative;display:block; }#xMNWM8gEJh4aEIrnWHGJD7zmyV2c9cG5 { color:#243064;display:block;width:1200px;position:absolute;font-family:lato;font-size:36px;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:76.59375px;left:0px;height:46.7969px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bQi2NQ8Qt1ayfFgIkscsXu9utqHby1h4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#bQi2NQ8Qt1ayfFgIkscsXu9utqHby1h4 > .row .container { background-color: transparent; background-image: none; }#bQi2NQ8Qt1ayfFgIkscsXu9utqHby1h4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bQi2NQ8Qt1ayfFgIkscsXu9utqHby1h4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bQi2NQ8Qt1ayfFgIkscsXu9utqHby1h4 > .row .container > .video-iframe-container { display: none; }#bQi2NQ8Qt1ayfFgIkscsXu9utqHby1h4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bQi2NQ8Qt1ayfFgIkscsXu9utqHby1h4 > .row > .video-iframe-container { display: none; }#bQi2NQ8Qt1ayfFgIkscsXu9utqHby1h4 > .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); }#bQi2NQ8Qt1ayfFgIkscsXu9utqHby1h4 > .row .container { border-width: 0; border-radius: 0; }#bQi2NQ8Qt1ayfFgIkscsXu9utqHby1h4 > .row > .video-iframe-container {  }#bQi2NQ8Qt1ayfFgIkscsXu9utqHby1h4 > .row .container { font-size:14px;font-family:arial;height:615px;width:1200px;position:relative;display:block; }#XQSkSCGRfTLpE27kXbTBOQFhJGi7qrW9 { position:absolute;display:block;z-index:15003;background-color:#712f84;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;height:14px;width:14px;top:32px;left:671px;display:block; }
#QkIzq7DtmXp1W6V67fTzJL4knhx2cfeB { color:#000000;display:block;width:426px;position:absolute;font-family:lato;font-size:23px;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:23px;left:703px;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;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#wtykhhk4bTyZx8FouuDhDk3nqy1U0exC { color:#000000;display:block;width:426px;position:absolute;font-family:lato;font-size:23px;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:99px;left:703px;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;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#N959GuDx7vo06puQTmVbLrZt8e04Tbg3 { position:absolute;display:block;z-index:15006;background-color:#712f84;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;height:14px;width:14px;top:107px;left:671px;display:block; }
#XLmdH4qhR6PZlrwOeXWNboa7NMwueKhe { color:#000000;display:block;width:426px;position:absolute;font-family:lato;font-size:23px;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:299px;left:703px;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;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#y65IKXprdT6Gsz3chR9i3Ef7CA2O2VZc { position:absolute;display:block;z-index:15009;background-color:#712f84;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;height:14px;width:14px;top:207px;left:671px;display:block; }
#xIogvXP7XLK33eNSNH2w4xm0aKz9gA9v { color:#000000;display:block;width:426px;position:absolute;font-family:lato;font-size:23px;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:196px;left:703px;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;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#y0O9RsOmaHBmKvXwWmNPoqCPS3PnkfOg { position:absolute;display:block;z-index:15012;background-color:#712f84;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;height:14px;width:14px;top:307px;left:671px;display:block; }
#I33aq2Tw9MRb8i3DdtePmNilLHhesFme { color:#000000;display:block;width:429px;position:absolute;font-family:lato;font-size:23px;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:437px;left:703.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;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#LQMrdqO6H3Lf9gxc1oz920adxTBQT6p8 { position:absolute;display:block;z-index:15016;background-color:#712f84;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;height:14px;width:14px;top:448px;left:671px;display:block; }
#NZkKTLtTOMU28lfGFy8yQCV09gnISZuE { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:615px;width:600px;top:0px;left:0px;overflow:hidden;display:block; }
#vqlmtmbrVeZEnt768lOpRlMnXZkrofdp { position:relative;display:block; }#vqlmtmbrVeZEnt768lOpRlMnXZkrofdp { background-color: transparent; background-image: none; }#vqlmtmbrVeZEnt768lOpRlMnXZkrofdp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqlmtmbrVeZEnt768lOpRlMnXZkrofdp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqlmtmbrVeZEnt768lOpRlMnXZkrofdp > .row .container > .video-iframe-container { display: none; }#vqlmtmbrVeZEnt768lOpRlMnXZkrofdp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqlmtmbrVeZEnt768lOpRlMnXZkrofdp > .row > .video-iframe-container { display: none; }#vqlmtmbrVeZEnt768lOpRlMnXZkrofdp > .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); }#vqlmtmbrVeZEnt768lOpRlMnXZkrofdp { border-width: 0; border-radius: 0; }#vqlmtmbrVeZEnt768lOpRlMnXZkrofdp > .row .container > .video-iframe-container {  }#vqlmtmbrVeZEnt768lOpRlMnXZkrofdp > .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:200px;width:1200px;position:relative;display:block; }#CK4MXTTZvyv7ihIElAaXkDBHcZvZH0et { color:#243064;display:block;width:1200px;position:absolute;font-family:lato;font-size:36px;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:53.1875px;left:0px;height:93.5938px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ApmCGhVT4aiqff4UG21NuvtqTdvqXTyB { position:relative;display:block; }#ApmCGhVT4aiqff4UG21NuvtqTdvqXTyB { background-color: transparent; background-image: none; }#ApmCGhVT4aiqff4UG21NuvtqTdvqXTyB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ApmCGhVT4aiqff4UG21NuvtqTdvqXTyB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ApmCGhVT4aiqff4UG21NuvtqTdvqXTyB > .row .container > .video-iframe-container { display: none; }#ApmCGhVT4aiqff4UG21NuvtqTdvqXTyB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ApmCGhVT4aiqff4UG21NuvtqTdvqXTyB > .row > .video-iframe-container { display: none; }#ApmCGhVT4aiqff4UG21NuvtqTdvqXTyB > .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); }#ApmCGhVT4aiqff4UG21NuvtqTdvqXTyB { border-width: 0; border-radius: 0; }#ApmCGhVT4aiqff4UG21NuvtqTdvqXTyB > .row .container > .video-iframe-container {  }#ApmCGhVT4aiqff4UG21NuvtqTdvqXTyB > .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:441px;width:1200px;position:relative;display:block; }#T4lWDoemeS66IbOoVHQNZKu2ow07hkM5 { color:#243064;display:block;width:555px;position:absolute;font-family:lato;font-size:27px;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:132.75px;left:186px;height:175.469px;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#a3e8e9D3ES1z8dEUKvTFmRRzXwwitaGz { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:186px;width:186px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:127.5px;left:0px; }
#KykUZmvHqvLJAWbxarwGEyNlIlhWJWuR { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:440px;width:370px;top:0px;left:830px;overflow:hidden;display:block; }
#OHcZgrB3xdiFg2UvVSglgIauVWft2sQT { position:relative;display:block; }#OHcZgrB3xdiFg2UvVSglgIauVWft2sQT { background-color: transparent; background-image: none; }#OHcZgrB3xdiFg2UvVSglgIauVWft2sQT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHcZgrB3xdiFg2UvVSglgIauVWft2sQT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHcZgrB3xdiFg2UvVSglgIauVWft2sQT > .row .container > .video-iframe-container { display: none; }#OHcZgrB3xdiFg2UvVSglgIauVWft2sQT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHcZgrB3xdiFg2UvVSglgIauVWft2sQT > .row > .video-iframe-container { display: none; }#OHcZgrB3xdiFg2UvVSglgIauVWft2sQT > .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); }#OHcZgrB3xdiFg2UvVSglgIauVWft2sQT { border-width: 0; border-radius: 0; }#OHcZgrB3xdiFg2UvVSglgIauVWft2sQT > .row .container > .video-iframe-container {  }#OHcZgrB3xdiFg2UvVSglgIauVWft2sQT > .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:441px;width:1200px;position:relative;display:block; }#kOGOczXJynV11Z9sI6GJXFRQBWtehprQ { color:#243064;display:block;width:555px;position:absolute;font-family:lato;font-size:27px;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:45.21875px;left:186px;height:175.469px;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#lpO0lTF5xv4uBiQ86mnlzrBgEKl3NMHP { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:186px;width:186px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:127.5px;left:0px; }
#B36EAzgT0UpRla6TCOZ9mdngxUorKFqv { color:#243064;display:block;width:555px;position:absolute;font-family:lato;font-size:17px;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:254px;left:186px;height:154.656px;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#uktGQnV1bdsxDeEM2ODbiHmZr7m7nuD3 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:440px;width:370px;top:0px;left:830px;overflow:hidden;display:block; }
#wOv2kPn3Wy1OJCEV2sJhkr037vlcZe83 { position:relative;display:block; }#wOv2kPn3Wy1OJCEV2sJhkr037vlcZe83 { background-color: transparent; background-image: none; }#wOv2kPn3Wy1OJCEV2sJhkr037vlcZe83::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wOv2kPn3Wy1OJCEV2sJhkr037vlcZe83 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wOv2kPn3Wy1OJCEV2sJhkr037vlcZe83 > .row .container > .video-iframe-container { display: none; }#wOv2kPn3Wy1OJCEV2sJhkr037vlcZe83 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wOv2kPn3Wy1OJCEV2sJhkr037vlcZe83 > .row > .video-iframe-container { display: none; }#wOv2kPn3Wy1OJCEV2sJhkr037vlcZe83 > .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); }#wOv2kPn3Wy1OJCEV2sJhkr037vlcZe83 { border-width: 0; border-radius: 0; }#wOv2kPn3Wy1OJCEV2sJhkr037vlcZe83 > .row .container > .video-iframe-container {  }#wOv2kPn3Wy1OJCEV2sJhkr037vlcZe83 > .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:441px;width:1200px;position:relative;display:block; }#qIIythTU7BC2cpSPrvCPOSPeL0FhFKnL { color:#243064;display:block;width:555px;position:absolute;font-family:lato;font-size:27px;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:115.21875px;left:460px;height:210.562px;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#NZRhhKg8CNcSSBtPnnGCreMUl2D6XRyo { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:186px;width:186px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:127.5px;left:1014px; }
#lsKwiva8OtQfV8aGJHzDBDJA7PJfrVWf { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:440px;width:370px;top:0px;left:0px;overflow:hidden;display:block; }
#T0klThgeBOmWmSZh9rSc8xJ6ENX2fQfW { position:relative;display:block; }#T0klThgeBOmWmSZh9rSc8xJ6ENX2fQfW { background-color: transparent; background-image: none; }#T0klThgeBOmWmSZh9rSc8xJ6ENX2fQfW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0klThgeBOmWmSZh9rSc8xJ6ENX2fQfW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0klThgeBOmWmSZh9rSc8xJ6ENX2fQfW > .row .container > .video-iframe-container { display: none; }#T0klThgeBOmWmSZh9rSc8xJ6ENX2fQfW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0klThgeBOmWmSZh9rSc8xJ6ENX2fQfW > .row > .video-iframe-container { display: none; }#T0klThgeBOmWmSZh9rSc8xJ6ENX2fQfW > .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); }#T0klThgeBOmWmSZh9rSc8xJ6ENX2fQfW { border-width: 0; border-radius: 0; }#T0klThgeBOmWmSZh9rSc8xJ6ENX2fQfW > .row .container > .video-iframe-container {  }#T0klThgeBOmWmSZh9rSc8xJ6ENX2fQfW > .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:441px;width:1200px;position:relative;display:block; }#SZI0F45ViCK19AEqHtzise4JuG30IGiN { color:#243064;display:block;width:555px;position:absolute;font-family:lato;font-size:27px;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:20.21875px;left:460px;height:245.656px;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#rqaGTnuNWsWlP3a1dlKvOdpUTTtRv1pg { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:186px;width:186px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:127.5px;left:1014px; }
#v0XyVJdkGEPNU73d9Hnc28MxwDbl4wuh { color:#243064;display:block;width:555px;position:absolute;font-family:lato;font-size:17px;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:274.859375px;left:460px;height:110.469px;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#rGFGDbh9Sy3NJf3DS5ICwEiCOe9NouBE { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:440px;width:370px;top:0px;left:0px;overflow:hidden;display:block; }
#tlpd7nCRySWMNQuUDsX0x9hk6vVgUOJA { position:relative;display:none; }#tlpd7nCRySWMNQuUDsX0x9hk6vVgUOJA { border-width: 0; border-radius: 0; }#tlpd7nCRySWMNQuUDsX0x9hk6vVgUOJA > .row .container > .video-iframe-container {  }#tlpd7nCRySWMNQuUDsX0x9hk6vVgUOJA > .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:441px;width:1200px;position:relative;display:none; }#qwunuRR2m2TN8uFSb6S7ZcDQ4cktzpiH { color:#243064;display:block;width:555px;position:absolute;font-family:lato;font-size:27px;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:80.125px;left:186px;height:280.75px;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#BigTlrSfWxGJ4d3CTrmQi3rrgVAhrfh6 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:186px;width:186px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:127.5px;left:0px; }
#ZD2g7FlRkTZJlyCglWqfQRVUrdcxakEt { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:440px;width:370px;top:0px;left:830px;overflow:hidden;display:block; }
#yTEKtqTBlQTxGlwCkaeZkSBuJvTETqfT { position:relative;display:block; }#yTEKtqTBlQTxGlwCkaeZkSBuJvTETqfT { background-color: transparent; background-image: none; }#yTEKtqTBlQTxGlwCkaeZkSBuJvTETqfT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTEKtqTBlQTxGlwCkaeZkSBuJvTETqfT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTEKtqTBlQTxGlwCkaeZkSBuJvTETqfT > .row .container > .video-iframe-container { display: none; }#yTEKtqTBlQTxGlwCkaeZkSBuJvTETqfT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTEKtqTBlQTxGlwCkaeZkSBuJvTETqfT > .row > .video-iframe-container { display: none; }#yTEKtqTBlQTxGlwCkaeZkSBuJvTETqfT > .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); }#yTEKtqTBlQTxGlwCkaeZkSBuJvTETqfT { border-width: 0; border-radius: 0; }#yTEKtqTBlQTxGlwCkaeZkSBuJvTETqfT > .row .container > .video-iframe-container {  }#yTEKtqTBlQTxGlwCkaeZkSBuJvTETqfT > .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:441px;width:1200px;position:relative;display:block; }#lJSdIQRM1CoknnqU4hUzfktfyGpuzH7U { color:#243064;display:block;width:555px;position:absolute;font-family:lato;font-size:27px;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:132.75px;left:186px;height:175.469px;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#oxgAZCnMhcTBB4TnKO9dFJLp2w4qztur { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:186px;width:186px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:127.5px;left:0px; }
#ZJhAnGZGlODOXfIGkaeTT8afvowghqCS { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:440px;width:370px;top:0px;left:830px;overflow:hidden;display:block; }
#Db548NUrBds3HkGVpXal77R2VnMwF6B8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:none;position:relative;display:none; }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .row .container { border-width: 0; border-radius: 0; }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .row > .video-iframe-container {  }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .row .container { font-size:14px;font-family:arial;height:200px;width:1200px;position:relative;display:none; }#rgQ39886aodFgSOC4a6EoWCFCl8ll3IF { color:#000000;display:block;width:1200px;position:absolute;font-family:lato;font-size:36px;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:76.59375px;left:0px;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kMvLdFQuXgtxKtXeUsCz3hwTGgt1XUWV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#kMvLdFQuXgtxKtXeUsCz3hwTGgt1XUWV > .row .container { border-width: 0; border-radius: 0; }#kMvLdFQuXgtxKtXeUsCz3hwTGgt1XUWV > .row > .video-iframe-container {  }#kMvLdFQuXgtxKtXeUsCz3hwTGgt1XUWV > .row .container { font-size:14px;font-family:arial;height:117px;width:1200px;position:relative;display:none; }#FpAnHQkzvq9Zv41JMDTKUOG3SCWLbr4y { color:#243064;display:block;width:1200px;position:absolute;font-family:lato;font-size:36px;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:35.09375px;left:0px;height:46.7969px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Zh49cwk9cCbh6Dr8VAm1ks6GQSfBJipG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#Zh49cwk9cCbh6Dr8VAm1ks6GQSfBJipG > .row .container { border-width: 0; border-radius: 0; }#Zh49cwk9cCbh6Dr8VAm1ks6GQSfBJipG > .row > .video-iframe-container {  }#Zh49cwk9cCbh6Dr8VAm1ks6GQSfBJipG > .row .container { font-size:14px;font-family:arial;height:220px;width:1200px;position:relative;display:none; }#lexIToGoqHc9chPQzzZt1nvddcJ2e358 { position:absolute;display:block;z-index:15001;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:100px;border-bottom-right-radius:0;box-shadow: 0 0 65px rgba(36,48,100,0.15) ;height:190px;width:240px;top:0px;left:30px;display:block; }
#JfvHXT270yVSuh8prhnnpVw4tSmdMvWS { position:absolute;display:block;z-index:15002;background-color:#712f84;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:100px;border-bottom-right-radius:0;box-shadow: 0 0 65px rgba(36,48,100,0.15) ;height:190px;width:240px;top:0px;left:330px;display:block; }
#sLcsHITNii1PZMSuUUXxFPWn8xcfAaDI { color:#3936c4;display:block;width:240px;position:absolute;font-family:lato;font-size:58px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:37px;left:330px;height:75.3906px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CFRiHtOTmSMQAwoBnuBHEwIN2Cbokgqy { color:#3936c4;display:block;width:240px;position:absolute;font-family:lato;font-size:20px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:102px;left:330px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HygbTL3iQX2RmpX9bRF9HrxlLlAKQk8d { position:absolute;display:block;z-index:15005;background-color:#e6cb13;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:100px;border-bottom-right-radius:0;box-shadow: 0 0 65px rgba(36,48,100,0.15) ;height:190px;width:240px;top:0px;left:630px;display:block; }
#BKqxAeZic2UinlPDvDg1mbV1IQRdPPFP { color:#3936c4;display:block;width:240px;position:absolute;font-family:lato;font-size:20px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:102px;left:630px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ETcWhTDAUM6FP66cbNOW16XZLlRUkrL6 { color:#3936c4;display:block;width:240px;position:absolute;font-family:lato;font-size:58px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:37px;left:630px;height:75.3906px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w3MnPlhoFARkFaT8Ipw8t90mePU7JTUJ { position:absolute;display:block;z-index:15008;background-color:#9c9fa9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:100px;border-bottom-right-radius:0;box-shadow: 0 0 65px rgba(36,48,100,0.15) ;height:190px;width:240px;top:0px;left:930px;display:block; }
#vETh99ztZfXk5dhQTQC3Hud8gMw5vKVt { color:#3936c4;display:block;width:240px;position:absolute;font-family:lato;font-size:20px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:102px;left:930px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K7SXbXZhNIf2ENqElaFU3SAMbJQ1DDAX { color:#3936c4;display:block;width:240px;position:absolute;font-family:lato;font-size:58px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:37px;left:930px;height:75.3906px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sewJ0LV9u0HNt4MBaFskzuGEr3nyVRmo { color:#3936c4;display:block;width:300px;position:absolute;font-family:lato;font-size:58px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:37px;left:0px;height:75.3906px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XIHTcANoRwgg71Q8Hl31sLZFcgT32WMB { color:#3936c4;display:block;width:300px;position:absolute;font-family:lato;font-size:20px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:102px;left:0px;height:26px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .row .container { border-width: 0; border-radius: 0; }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .row > .video-iframe-container {  }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .row .container { font-size:14px;font-family:arial;height:342px;width:1200px;position:relative;display:none; }#Nlw4ADWTAVtsAIuWTTpNrMaVUfZFEBfB { color:#243064;display:block;width:470px;position:absolute;font-family:lato;font-size:20px;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:30px;left:65px;height:312px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cZPgcJTfBRvZLTfwfslhXuPNhS3sDayH { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;height:341px;width:513px;top:0px;left:643.5px;overflow:hidden;display:block; }
#HdvDr6TVonMJC9KKZ67oXUrWeGTRqAnz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#HdvDr6TVonMJC9KKZ67oXUrWeGTRqAnz > .row .container { border-width: 0; border-radius: 0; }#HdvDr6TVonMJC9KKZ67oXUrWeGTRqAnz > .row > .video-iframe-container {  }#HdvDr6TVonMJC9KKZ67oXUrWeGTRqAnz > .row .container { font-size:14px;font-family:arial;height:117px;width:1200px;position:relative;display:none; }#Nf7aGzit0Vnr9mFy3Do3iqLpL3pQFOkm { color:#243064;display:block;width:1200px;position:absolute;font-family:lato;font-size:36px;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:35.09375px;left:0px;height:46.7969px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#vITp8VRl4weJRK5TiZa3gTCGFednU7Ks { position:relative;display:none; }#vITp8VRl4weJRK5TiZa3gTCGFednU7Ks { border-width: 0; border-radius: 0; }#vITp8VRl4weJRK5TiZa3gTCGFednU7Ks > .row .container > .video-iframe-container {  }#vITp8VRl4weJRK5TiZa3gTCGFednU7Ks > .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:449px;width:1200px;position:relative;display:none; }#AHUTmc2OXmJXTBJwcTyOZOhziiX9IKRf { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:120px;width:170px;top:7.933837890625px;left:65px;overflow:hidden;display:block; }
#MrfGa9osHbTlh1XPrdLQrTfelbQKPmiJ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:120px;width:170px;top:126.96165943146px;left:965px;overflow:hidden;display:block; }
#fieT1UuFcFPrAPXvhiulEPy69zZRV0eJ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:120px;width:170px;top:126.96165943146px;left:665px;overflow:hidden;display:block; }
#AJ17BLADdiH8s4XTLSLWe10MIqM4GzPl { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:120px;width:170px;top:126.97900390625px;left:65px;overflow:hidden;display:block; }
#GEbNpr3n73EhEh6T9mBAJpNSI0kDnMxV { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:120px;width:170px;top:126.97900390625px;left:365px;overflow:hidden;display:block; }
#phpqsRaNW4Rk81AVS9pA9PCWWlMScABa { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:120px;width:170px;top:8.9581909179688px;left:363px;overflow:hidden;display:block; }
#DzyIgP5CDhnue7VTTwHlLtDPRTxpvaM7 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:120px;width:170px;top:9.99986743927px;left:665px;overflow:hidden;display:block; }
#LDefhry6LqGe8ttyEcLiBPvolsTLcVBJ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:120px;width:170px;top:10.989562988281px;left:965px;overflow:hidden;display:block; }
#Mt0K8GLuDNfJSVrUasnGH5zU29tAtBhA { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:120px;width:170px;top:246.94427490234px;left:65px;overflow:hidden;display:block; }
#SZT5U1K4GJuMvDTop1WZn3nOXkKTL1C1 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:120px;width:170px;top:246.94427490234px;left:365px;overflow:hidden;display:block; }
#PN8ycDxmKmyT9KxfkRRHSUFrV50MbXTT { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:120px;width:170px;top:249.98263549805px;left:665px;overflow:hidden;display:block; }
#yr8FNAC1wQvXsPJqVWoDzcesCCLT4TTl { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:120px;width:170px;top:249.98263549805px;left:965px;overflow:hidden;display:block; }
#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#712f84;background-image:none;position:relative;display:block; }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row .container { background-color: transparent; background-image: none; }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row .container > .video-iframe-container { display: none; }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row > .video-iframe-container { display: none; }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .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); }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row .container { border-width: 0; border-radius: 0; }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row > .video-iframe-container {  }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row .container { font-size:14px;font-family:arial;height:629px;width:1200px;position:relative;display:block; }#saFHo5TViliCJuR6LdfDlVJ4Mr5eHkzb { color:#ffffff;display:block;width:598px;position:absolute;font-family:lato;font-size:40px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:120px;left:29px;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#anTEW9JsW5nTrfW6JgmGaSTwpTlmisex { 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:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:200px;border-bottom-right-radius:0;height:500px;width:410px;top:80px;left:662px;display:block; }
#cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE .widget-form-header {  }
#cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE .widget-regular-label { height:auto;display:block;font-family:lato;font-size:14px;font-weight:bold;color:#ffffff;width:347px;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; }
#cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE .widget-input-text { background-color:#ffffff;background-image:none;border-top:2px solid #712f84;border-left:2px solid #712f84;border-right:2px solid #712f84;border-bottom:2px solid #712f84;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:347px;box-sizing:border-box;height:58px;color:#000000;font-size:16px;overflow:hidden;font-family:lato;vertical-align:top; }
#cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE .widget-input-text {padding-top: 0; padding-bottom: 0;}#cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE .widget-textarea { background-color:#ffffff;background-image:none;border-top:2px solid #712f84;border-left:2px solid #712f84;border-right:2px solid #712f84;border-bottom:2px solid #712f84;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:347px;box-sizing:border-box;height:80px;color:#000000;font-size:16px;overflow:hidden;font-family:lato;vertical-align:top; }
#cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE .widget-input-select { background-color:transparent;background-image:none;border-top:2px solid #fffafa;border-left:2px solid #fffafa;border-right:2px solid #fffafa;border-bottom:2px solid #fffafa;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:347px;box-sizing:border-box;height:58px;color:#161616;font-family:lato;font-size:14px;overflow:hidden;vertical-align:top; }
#cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE .widget-input-select {padding-top: 0; padding-bottom: 0;}#cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE .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; }
#cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE .widget-input-button { border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:20px;background-color:#e6cb13;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:0;margin-bottom:4px;margin-left:87px;display:block;box-sizing:border-box;font-size:18px;font-weight:bold;color:#000000;width:260px;height:64px;font-family:lato;overflow:hidden; }
#cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE [class*="-text"]:-moz-placeholder { color:rgba(0,0,0,0.5);font-family:lato;font-size:16px; }
#cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE [class*="-text"]::-moz-placeholder { color:rgba(0,0,0,0.5);font-family:lato;font-size:16px; }
#cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE [class*="-text"]:-ms-input-placeholder { color:rgba(0,0,0,0.5);font-family:lato;font-size:16px; }
#cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE [class*="-text"]::-webkit-input-placeholder { color:rgba(0,0,0,0.5);font-family:lato;font-size:16px; }
#cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE .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:lato;line-height:1.3;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:325px;overflow:hidden;font-style:normal;float:none; }
#cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE .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; }
#cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:19px;vertical-align:middle;font-family:lato;font-size:14px;font-weight:300;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE .widget-container { padding-top:5px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE .widget-container:first-of-type{padding-top:0;}#cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE .widget-container:last-of-type{padding-bottom:0;}#cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:347px;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15007;position:absolute;top:97px;left:674px; }
#cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:347px;display:block;vertical-align:top; }
#cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE .widget-info-text { display:block;height:auto;font-family:lato;font-size:14px;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE {display:block;}#cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:347px;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15007;position:absolute;top:97px;left:674px; }
#cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE #lyp4kpfZlwyxkaL1Qv7kEwLHLiRQ7C0f { position:relative; }
#cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE #niRR1IDwIKWPkhtWIBdtivpZc0iHnB80 { position:relative;display:none; }
#cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE #uSzOdr9vL7C3PHbNBbFCeTIzOphL4pTp { position:relative; }
#cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE #HJWMf8ZfUUpOy04SeTrt263BwcwU1xKU { position:relative; }
#cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE #ubDexIwNS1IpG5gGNyHtxoTuhGoLwTAN { position:relative;display:none; }
#cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE #ZsQ776DFmGaMm3k6tXNrQpai9VG0P313 { position:relative; }
#cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE #NHngWucH9FXC9Nq68dBZcZsv5OpQQga2 { position:relative; }
#cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE #nTX57kJCk3XzzAr9GF2Vxqkb1L3x4OyP { position:relative;display:none; }
#cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE #e3WfAA2SM91yaNVbzbdpN81Hn3peD9V8 { position:relative; }
#cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE #PPfZdqVCs85XBxcPFAptsyP2ZDTJ1fq4 { position:relative; }
#cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE #t7frAwqgOaiXcWufyEEThc2Ve3khKR3J { position:relative;display:none; }
#cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE #NO9v8fS2z6knKzWnnNpWwIcso2lGNQJh { position:relative; }
#cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE #grmsAIavBNiPEJATXOxNN1Vc7w0kseMe { position:relative; }
#cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE #ExHtufR3rpvSfP1lG0Fp1fwO4aeZUpRO { position:relative; }
#gdKPruhxL4aEIkR1F6UPnFHh5USNUT1w { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:250px;width:250px;top:73.5px;left:30px;overflow:hidden;display:none; }
#svnP70ttyw2A9JFaqmvCc6yc2hyiBi6T { position:relative;display:block; }#svnP70ttyw2A9JFaqmvCc6yc2hyiBi6T { background-color: transparent; background-image: none; }#svnP70ttyw2A9JFaqmvCc6yc2hyiBi6T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#svnP70ttyw2A9JFaqmvCc6yc2hyiBi6T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#svnP70ttyw2A9JFaqmvCc6yc2hyiBi6T > .row .container > .video-iframe-container { display: none; }#svnP70ttyw2A9JFaqmvCc6yc2hyiBi6T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#svnP70ttyw2A9JFaqmvCc6yc2hyiBi6T > .row > .video-iframe-container { display: none; }#svnP70ttyw2A9JFaqmvCc6yc2hyiBi6T > .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); }#svnP70ttyw2A9JFaqmvCc6yc2hyiBi6T { border-width: 0; border-radius: 0; }#svnP70ttyw2A9JFaqmvCc6yc2hyiBi6T > .row .container > .video-iframe-container {  }#svnP70ttyw2A9JFaqmvCc6yc2hyiBi6T > .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:59px;width:1200px;position:relative;display:block; }#iBFhKgENxvSG9oTer3qPyfEqTzgXn1MB { color:#000000;display:block;width:591px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:19.5px;left:304px;height:20.7969px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A { display:block; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xQQakGxZuxFWTFq1bpJUFin64r4uOsM1 { width:585px;height:124px;top:128px;left:0px;font-size:48px;display:block; }
 }@media only screen and (max-width: 763px) { #BCg8a4MOi4RKMfpMFZZRBbWDDPgGu94F { width:517px;height:182px;top:299px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #AdcT2SKkQg2uV1Fv1xmer7cWGS3mvelh { width:232px;height:63px;top:539px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #aqeri3cZwNytleRw0Em8gaGuusI79ips { display:block; }
 }@media only screen and (max-width: 763px) { #fRuhGSwKxvPCJ6VcH7USGcxpfisms3Cc { top:37px;left:333px;width:431px;height:655px;display:block; }
 }@media only screen and (max-width: 763px) { #TXGChKPZR4tJeasWGC89VIo4kK01CLsG { top:85px;left:0px;width:117px;height:46px;display:block; }
 }@media only screen and (max-width: 763px) { #lTVaSFei44wTaD3MVoCH40hUKdO7MSyT { display:block; }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xgLMLMTQKr9nsZhDTzot9fEUiT1E4F6C { top:4px;left:0px;width:764px;height:96px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #KpGVi3SXTl6ptxKSUyUEUBQe5DlFJXLz { top:52px;left:0px;width:764px;height:41px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #LLl11l3TMili6M52HgRhqn7zUWVHZr4i { top:102px;left:0px;width:764px;height:19px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #wMADNw5ogIomh4ZKeWHu4qzacVJpduCA { display:block; }#wMADNw5ogIomh4ZKeWHu4qzacVJpduCA > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xMNWM8gEJh4aEIrnWHGJD7zmyV2c9cG5 { width:764px;height:46px;top:76px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #bQi2NQ8Qt1ayfFgIkscsXu9utqHby1h4 { display:block; }#bQi2NQ8Qt1ayfFgIkscsXu9utqHby1h4 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XQSkSCGRfTLpE27kXbTBOQFhJGi7qrW9 { width:14px;height:14px;top:32px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #QkIzq7DtmXp1W6V67fTzJL4knhx2cfeB { width:426px;height:;top:23px;left:338px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #wtykhhk4bTyZx8FouuDhDk3nqy1U0exC { width:426px;height:;top:99px;left:338px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #N959GuDx7vo06puQTmVbLrZt8e04Tbg3 { width:14px;height:14px;top:107px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #XLmdH4qhR6PZlrwOeXWNboa7NMwueKhe { width:426px;height:;top:299px;left:338px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #y65IKXprdT6Gsz3chR9i3Ef7CA2O2VZc { width:14px;height:14px;top:207px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #xIogvXP7XLK33eNSNH2w4xm0aKz9gA9v { width:426px;height:;top:196px;left:338px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #y0O9RsOmaHBmKvXwWmNPoqCPS3PnkfOg { width:14px;height:14px;top:307px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #I33aq2Tw9MRb8i3DdtePmNilLHhesFme { width:429px;height:;top:437px;left:335px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #LQMrdqO6H3Lf9gxc1oz920adxTBQT6p8 { width:14px;height:14px;top:448px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #NZkKTLtTOMU28lfGFy8yQCV09gnISZuE { top:0px;left:0px;width:600px;height:615px;display:block; }
 }@media only screen and (max-width: 763px) { #vqlmtmbrVeZEnt768lOpRlMnXZkrofdp { display:block; }#vqlmtmbrVeZEnt768lOpRlMnXZkrofdp > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CK4MXTTZvyv7ihIElAaXkDBHcZvZH0et { width:764px;height:93px;top:53px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #ApmCGhVT4aiqff4UG21NuvtqTdvqXTyB { display:block; }#ApmCGhVT4aiqff4UG21NuvtqTdvqXTyB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4lWDoemeS66IbOoVHQNZKu2ow07hkM5 { width:555px;height:175px;top:132px;left:0px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #a3e8e9D3ES1z8dEUKvTFmRRzXwwitaGz { top:127px;left:0px;width:186px;height:186px;display:block; }
 }@media only screen and (max-width: 763px) { #KykUZmvHqvLJAWbxarwGEyNlIlhWJWuR { top:0px;left:378px;width:370px;height:440px;display:block; }
 }@media only screen and (max-width: 763px) { #OHcZgrB3xdiFg2UvVSglgIauVWft2sQT { display:block; }#OHcZgrB3xdiFg2UvVSglgIauVWft2sQT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kOGOczXJynV11Z9sI6GJXFRQBWtehprQ { width:555px;height:175px;top:45px;left:0px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #lpO0lTF5xv4uBiQ86mnlzrBgEKl3NMHP { top:127px;left:0px;width:186px;height:186px;display:block; }
 }@media only screen and (max-width: 763px) { #B36EAzgT0UpRla6TCOZ9mdngxUorKFqv { width:555px;height:154px;top:254px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #uktGQnV1bdsxDeEM2ODbiHmZr7m7nuD3 { top:0px;left:394px;width:370px;height:440px;display:block; }
 }@media only screen and (max-width: 763px) { #wOv2kPn3Wy1OJCEV2sJhkr037vlcZe83 { display:block; }#wOv2kPn3Wy1OJCEV2sJhkr037vlcZe83 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qIIythTU7BC2cpSPrvCPOSPeL0FhFKnL { width:555px;height:210px;top:115px;left:209px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #NZRhhKg8CNcSSBtPnnGCreMUl2D6XRyo { top:127px;left:578px;width:186px;height:186px;display:block; }
 }@media only screen and (max-width: 763px) { #lsKwiva8OtQfV8aGJHzDBDJA7PJfrVWf { top:0px;left:0px;width:370px;height:440px;display:block; }
 }@media only screen and (max-width: 763px) { #T0klThgeBOmWmSZh9rSc8xJ6ENX2fQfW { display:block; }#T0klThgeBOmWmSZh9rSc8xJ6ENX2fQfW > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SZI0F45ViCK19AEqHtzise4JuG30IGiN { width:555px;height:245px;top:20px;left:209px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #rqaGTnuNWsWlP3a1dlKvOdpUTTtRv1pg { top:127px;left:578px;width:186px;height:186px;display:block; }
 }@media only screen and (max-width: 763px) { #v0XyVJdkGEPNU73d9Hnc28MxwDbl4wuh { width:555px;height:110px;top:274px;left:209px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #rGFGDbh9Sy3NJf3DS5ICwEiCOe9NouBE { top:0px;left:0px;width:370px;height:440px;display:block; }
 }@media only screen and (max-width: 763px) { #tlpd7nCRySWMNQuUDsX0x9hk6vVgUOJA { display:block; }#tlpd7nCRySWMNQuUDsX0x9hk6vVgUOJA > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qwunuRR2m2TN8uFSb6S7ZcDQ4cktzpiH { width:555px;height:280px;top:80px;left:0px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #BigTlrSfWxGJ4d3CTrmQi3rrgVAhrfh6 { top:127px;left:0px;width:186px;height:186px;display:block; }
 }@media only screen and (max-width: 763px) { #ZD2g7FlRkTZJlyCglWqfQRVUrdcxakEt { top:0px;left:394px;width:370px;height:440px;display:block; }
 }@media only screen and (max-width: 763px) { #yTEKtqTBlQTxGlwCkaeZkSBuJvTETqfT { display:block; }#yTEKtqTBlQTxGlwCkaeZkSBuJvTETqfT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lJSdIQRM1CoknnqU4hUzfktfyGpuzH7U { width:555px;height:175px;top:132px;left:0px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #oxgAZCnMhcTBB4TnKO9dFJLp2w4qztur { top:127px;left:0px;width:186px;height:186px;display:block; }
 }@media only screen and (max-width: 763px) { #ZJhAnGZGlODOXfIGkaeTT8afvowghqCS { top:0px;left:394px;width:370px;height:440px;display:block; }
 }@media only screen and (max-width: 763px) { #Db548NUrBds3HkGVpXal77R2VnMwF6B8 { display:block; }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rgQ39886aodFgSOC4a6EoWCFCl8ll3IF { width:764px;height:46px;top:76px;left:0px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #kMvLdFQuXgtxKtXeUsCz3hwTGgt1XUWV { display:block; }#kMvLdFQuXgtxKtXeUsCz3hwTGgt1XUWV > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FpAnHQkzvq9Zv41JMDTKUOG3SCWLbr4y { width:764px;height:46px;top:35px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #Zh49cwk9cCbh6Dr8VAm1ks6GQSfBJipG { display:block; }#Zh49cwk9cCbh6Dr8VAm1ks6GQSfBJipG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lexIToGoqHc9chPQzzZt1nvddcJ2e358 { width:240px;height:190px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #JfvHXT270yVSuh8prhnnpVw4tSmdMvWS { width:240px;height:190px;top:0px;left:142px;display:block; }
 }@media only screen and (max-width: 763px) { #sLcsHITNii1PZMSuUUXxFPWn8xcfAaDI { width:240px;height:75px;top:37px;left:142px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #CFRiHtOTmSMQAwoBnuBHEwIN2Cbokgqy { width:240px;height:52px;top:102px;left:142px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #HygbTL3iQX2RmpX9bRF9HrxlLlAKQk8d { width:240px;height:190px;top:0px;left:333px;display:block; }
 }@media only screen and (max-width: 763px) { #BKqxAeZic2UinlPDvDg1mbV1IQRdPPFP { width:240px;height:52px;top:102px;left:333px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #ETcWhTDAUM6FP66cbNOW16XZLlRUkrL6 { width:240px;height:75px;top:37px;left:333px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #w3MnPlhoFARkFaT8Ipw8t90mePU7JTUJ { width:240px;height:190px;top:0px;left:524px;display:block; }
 }@media only screen and (max-width: 763px) { #vETh99ztZfXk5dhQTQC3Hud8gMw5vKVt { width:240px;height:52px;top:102px;left:524px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #K7SXbXZhNIf2ENqElaFU3SAMbJQ1DDAX { width:240px;height:75px;top:37px;left:524px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #sewJ0LV9u0HNt4MBaFskzuGEr3nyVRmo { width:300px;height:75px;top:37px;left:0px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #XIHTcANoRwgg71Q8Hl31sLZFcgT32WMB { width:240px;height:26px;top:102px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ { display:block; }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nlw4ADWTAVtsAIuWTTpNrMaVUfZFEBfB { width:470px;height:312px;top:30px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #cZPgcJTfBRvZLTfwfslhXuPNhS3sDayH { top:0px;left:251px;width:513px;height:341px;display:block; }
 }@media only screen and (max-width: 763px) { #HdvDr6TVonMJC9KKZ67oXUrWeGTRqAnz { display:block; }#HdvDr6TVonMJC9KKZ67oXUrWeGTRqAnz > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nf7aGzit0Vnr9mFy3Do3iqLpL3pQFOkm { width:764px;height:46px;top:35px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #vITp8VRl4weJRK5TiZa3gTCGFednU7Ks { display:block; }#vITp8VRl4weJRK5TiZa3gTCGFednU7Ks > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AHUTmc2OXmJXTBJwcTyOZOhziiX9IKRf { top:7px;left:10.5px;width:170px;height:119.71830985915px;display:block; }
 }@media only screen and (max-width: 763px) { #MrfGa9osHbTlh1XPrdLQrTfelbQKPmiJ { top:126px;left:583.5px;width:170px;height:120.56737588652px;display:block; }
 }@media only screen and (max-width: 763px) { #fieT1UuFcFPrAPXvhiulEPy69zZRV0eJ { top:126px;left:392.5px;width:170px;height:120.56737588652px;display:block; }
 }@media only screen and (max-width: 763px) { #AJ17BLADdiH8s4XTLSLWe10MIqM4GzPl { top:126px;left:10.5px;width:170px;height:120.56737588652px;display:block; }
 }@media only screen and (max-width: 763px) { #GEbNpr3n73EhEh6T9mBAJpNSI0kDnMxV { top:126px;left:201.5px;width:170px;height:120.56737588652px;display:block; }
 }@media only screen and (max-width: 763px) { #phpqsRaNW4Rk81AVS9pA9PCWWlMScABa { top:8px;left:199.5px;width:170px;height:120.56737588652px;display:block; }
 }@media only screen and (max-width: 763px) { #DzyIgP5CDhnue7VTTwHlLtDPRTxpvaM7 { top:9px;left:392.5px;width:170px;height:120.56737588652px;display:block; }
 }@media only screen and (max-width: 763px) { #LDefhry6LqGe8ttyEcLiBPvolsTLcVBJ { top:10px;left:583.5px;width:170px;height:120.56737588652px;display:block; }
 }@media only screen and (max-width: 763px) { #Mt0K8GLuDNfJSVrUasnGH5zU29tAtBhA { top:246px;left:10.5px;width:170px;height:120.56737588652px;display:block; }
 }@media only screen and (max-width: 763px) { #SZT5U1K4GJuMvDTop1WZn3nOXkKTL1C1 { top:246px;left:201.5px;width:170px;height:120.56737588652px;display:block; }
 }@media only screen and (max-width: 763px) { #PN8ycDxmKmyT9KxfkRRHSUFrV50MbXTT { top:249px;left:392.5px;width:170px;height:120.56737588652px;display:block; }
 }@media only screen and (max-width: 763px) { #yr8FNAC1wQvXsPJqVWoDzcesCCLT4TTl { top:249px;left:583.5px;width:170px;height:120.56737588652px;display:block; }
 }@media only screen and (max-width: 763px) { #LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv { display:block; }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #saFHo5TViliCJuR6LdfDlVJ4Mr5eHkzb { width:598px;height:;top:120px;left:0px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #anTEW9JsW5nTrfW6JgmGaSTwpTlmisex { width:410px;height:500px;top:80px;left:354px;display:block; }
 }@media only screen and (max-width: 763px) { #cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE .widget-regular-label { width:347px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE .widget-input-text { width:347px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE .widget-input-text {padding-top: 0; padding-bottom: 0;}#cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE .widget-textarea { width:347px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE .widget-input-select { width:347px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE .widget-input-select {padding-top: 0; padding-bottom: 0;}#cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE .widget-input-button { width:260px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:87px; }
#cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE .widget-checkbox-label { width:328px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE  { width:347px;height:auto;top:97px;left:377px; }
#cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE .radio-container { width:347px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE {display:block;}#cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE { width:347px;height:auto;top:97px;left:377px; }
 }@media only screen and (max-width: 763px) { #cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE #lyp4kpfZlwyxkaL1Qv7kEwLHLiRQ7C0f {  }
 }@media only screen and (max-width: 763px) { #cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE #niRR1IDwIKWPkhtWIBdtivpZc0iHnB80 { display:none; }
 }@media only screen and (max-width: 763px) { #cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE #uSzOdr9vL7C3PHbNBbFCeTIzOphL4pTp {  }
 }@media only screen and (max-width: 763px) { #cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE #HJWMf8ZfUUpOy04SeTrt263BwcwU1xKU {  }
 }@media only screen and (max-width: 763px) { #cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE #ubDexIwNS1IpG5gGNyHtxoTuhGoLwTAN { display:none; }
 }@media only screen and (max-width: 763px) { #cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE #ZsQ776DFmGaMm3k6tXNrQpai9VG0P313 {  }
 }@media only screen and (max-width: 763px) { #cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE #NHngWucH9FXC9Nq68dBZcZsv5OpQQga2 {  }
 }@media only screen and (max-width: 763px) { #cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE #nTX57kJCk3XzzAr9GF2Vxqkb1L3x4OyP { display:none; }
 }@media only screen and (max-width: 763px) { #cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE #e3WfAA2SM91yaNVbzbdpN81Hn3peD9V8 {  }
 }@media only screen and (max-width: 763px) { #cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE #PPfZdqVCs85XBxcPFAptsyP2ZDTJ1fq4 {  }
 }@media only screen and (max-width: 763px) { #cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE #t7frAwqgOaiXcWufyEEThc2Ve3khKR3J { display:none; }
 }@media only screen and (max-width: 763px) { #cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE #NO9v8fS2z6knKzWnnNpWwIcso2lGNQJh {  }
 }@media only screen and (max-width: 763px) { #cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE #grmsAIavBNiPEJATXOxNN1Vc7w0kseMe {  }
 }@media only screen and (max-width: 763px) { #cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE #ExHtufR3rpvSfP1lG0Fp1fwO4aeZUpRO {  }
 }@media only screen and (max-width: 763px) { #gdKPruhxL4aEIkR1F6UPnFHh5USNUT1w { top:73px;left:0px;width:250px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #svnP70ttyw2A9JFaqmvCc6yc2hyiBi6T { display:block; }#svnP70ttyw2A9JFaqmvCc6yc2hyiBi6T > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iBFhKgENxvSG9oTer3qPyfEqTzgXn1MB { top:19px;left:86px;width:591px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A { background-color:#ffffff;background-image:none;display:block; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container { background-color: transparent; background-image: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container > .video-iframe-container { display: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row > .video-iframe-container { display: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .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); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row > .video-iframe-container {  }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container { width:320px;height:460px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xQQakGxZuxFWTFq1bpJUFin64r4uOsM1 { width:320px;height:108px;top:86px;left:0px;font-size:30px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BCg8a4MOi4RKMfpMFZZRBbWDDPgGu94F { width:300px;height:136.484px;top:214px;left:10px;font-size:21px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AdcT2SKkQg2uV1Fv1xmer7cWGS3mvelh { width:207.969px;height:62.9844px;top:370.469px;left:56px;display:block; }
 }@media only screen and (max-width: 763px) { #aqeri3cZwNytleRw0Em8gaGuusI79ips { display:block; }
 }@media only screen and (max-width: 763px) { #fRuhGSwKxvPCJ6VcH7USGcxpfisms3Cc { width:320px;height:486.297px;top:453.4534px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #TXGChKPZR4tJeasWGC89VIo4kK01CLsG { width:117px;height:46px;top:452.46875px;left:101px;display:none; }
 }@media only screen and (max-width: 763px) { #lTVaSFei44wTaD3MVoCH40hUKdO7MSyT { display:block; }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row .container { width:320px;height:327px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xgLMLMTQKr9nsZhDTzot9fEUiT1E4F6C { width:320px;height:96.1876px;top:0px;left:0px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #KpGVi3SXTl6ptxKSUyUEUBQe5DlFJXLz { width:320px;height:166.375px;top:62.3125px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #LLl11l3TMili6M52HgRhqn7zUWVHZr4i { width:320px;height:58.5px;top:248.6875px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #wMADNw5ogIomh4ZKeWHu4qzacVJpduCA { display:block; }#wMADNw5ogIomh4ZKeWHu4qzacVJpduCA > .row .container { width:320px;height:133px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xMNWM8gEJh4aEIrnWHGJD7zmyV2c9cG5 { width:320px;height:93.5625px;top:20px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #bQi2NQ8Qt1ayfFgIkscsXu9utqHby1h4 { display:block; }#bQi2NQ8Qt1ayfFgIkscsXu9utqHby1h4 > .row .container { width:320px;height:948px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XQSkSCGRfTLpE27kXbTBOQFhJGi7qrW9 { width:25px;height:25px;top:370.96875px;left:13px;display:block; }
 }@media only screen and (max-width: 763px) { #QkIzq7DtmXp1W6V67fTzJL4knhx2cfeB { width:270px;height:46.7812px;top:360.09375px;left:50px;font-size:18px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wtykhhk4bTyZx8FouuDhDk3nqy1U0exC { width:270px;height:70.1719px;top:434.5625px;left:50px;font-size:18px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #N959GuDx7vo06puQTmVbLrZt8e04Tbg3 { width:25px;height:25px;top:457.140625px;left:13px;display:block; }
 }@media only screen and (max-width: 763px) { #XLmdH4qhR6PZlrwOeXWNboa7NMwueKhe { width:270px;height:116.953px;top:636.515625px;left:50px;font-size:18px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y65IKXprdT6Gsz3chR9i3Ef7CA2O2VZc { width:25px;height:25px;top:556.5px;left:13px;display:block; }
 }@media only screen and (max-width: 763px) { #xIogvXP7XLK33eNSNH2w4xm0aKz9gA9v { width:270px;height:93.5625px;top:522.21875px;left:50px;font-size:18px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y0O9RsOmaHBmKvXwWmNPoqCPS3PnkfOg { width:25px;height:25px;top:682.484375px;left:13px;display:block; }
 }@media only screen and (max-width: 763px) { #I33aq2Tw9MRb8i3DdtePmNilLHhesFme { width:270px;height:163.734px;top:772.421875px;left:50px;font-size:18px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LQMrdqO6H3Lf9gxc1oz920adxTBQT6p8 { width:25px;height:25px;top:841.78125px;left:13px;display:block; }
 }@media only screen and (max-width: 763px) { #NZkKTLtTOMU28lfGFy8yQCV09gnISZuE { width:320px;height:328px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #vqlmtmbrVeZEnt768lOpRlMnXZkrofdp { display:block; }#vqlmtmbrVeZEnt768lOpRlMnXZkrofdp > .row .container { width:320px;height:164px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CK4MXTTZvyv7ihIElAaXkDBHcZvZH0et { width:320px;height:124.75px;top:20px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #ApmCGhVT4aiqff4UG21NuvtqTdvqXTyB { display:block; }#ApmCGhVT4aiqff4UG21NuvtqTdvqXTyB > .row .container { width:320px;height:620px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4lWDoemeS66IbOoVHQNZKu2ow07hkM5 { width:320px;height:156px;top:459px;left:0px;font-size:20px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a3e8e9D3ES1z8dEUKvTFmRRzXwwitaGz { width:50px;height:50px;top:396px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #KykUZmvHqvLJAWbxarwGEyNlIlhWJWuR { width:320px;height:380.516px;top:0px;left:0px;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #OHcZgrB3xdiFg2UvVSglgIauVWft2sQT { display:block; }#OHcZgrB3xdiFg2UvVSglgIauVWft2sQT > .row .container { width:320px;height:959px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kOGOczXJynV11Z9sI6GJXFRQBWtehprQ { width:320px;height:182px;top:85px;left:0px;font-size:20px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lpO0lTF5xv4uBiQ86mnlzrBgEKl3NMHP { width:50px;height:50px;top:20px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #B36EAzgT0UpRla6TCOZ9mdngxUorKFqv { width:320px;height:287.219px;top:289px;left:0px;font-size:17px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uktGQnV1bdsxDeEM2ODbiHmZr7m7nuD3 { width:320px;height:380.516px;top:576.21875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #wOv2kPn3Wy1OJCEV2sJhkr037vlcZe83 { display:block; }#wOv2kPn3Wy1OJCEV2sJhkr037vlcZe83 > .row .container { width:320px;height:317px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qIIythTU7BC2cpSPrvCPOSPeL0FhFKnL { width:320px;height:234px;top:81.515625px;left:0px;font-size:20px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NZRhhKg8CNcSSBtPnnGCreMUl2D6XRyo { width:50px;height:50px;top:19.515625px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #lsKwiva8OtQfV8aGJHzDBDJA7PJfrVWf { width:320px;height:380.531px;top:20px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #T0klThgeBOmWmSZh9rSc8xJ6ENX2fQfW { display:block; }#T0klThgeBOmWmSZh9rSc8xJ6ENX2fQfW > .row .container { width:320px;height:546px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SZI0F45ViCK19AEqHtzise4JuG30IGiN { width:320px;height:234px;top:82.515625px;left:0px;font-size:20px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rqaGTnuNWsWlP3a1dlKvOdpUTTtRv1pg { width:50px;height:50px;top:16.734375px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #v0XyVJdkGEPNU73d9Hnc28MxwDbl4wuh { width:320px;height:198.844px;top:331.515625px;left:0px;font-size:17px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rGFGDbh9Sy3NJf3DS5ICwEiCOe9NouBE { width:320px;height:380.531px;top:20px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #tlpd7nCRySWMNQuUDsX0x9hk6vVgUOJA { display:none; }#tlpd7nCRySWMNQuUDsX0x9hk6vVgUOJA > .row .container { width:320px;height:1052px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qwunuRR2m2TN8uFSb6S7ZcDQ4cktzpiH { width:320px;height:312px;top:226px;left:0px;font-size:20px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #BigTlrSfWxGJ4d3CTrmQi3rrgVAhrfh6 { width:186px;height:186px;top:20px;left:67px;display:block; }
 }@media only screen and (max-width: 763px) { #ZD2g7FlRkTZJlyCglWqfQRVUrdcxakEt { width:320px;height:380.531px;top:558px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #yTEKtqTBlQTxGlwCkaeZkSBuJvTETqfT { display:block; }#yTEKtqTBlQTxGlwCkaeZkSBuJvTETqfT > .row .container { width:320px;height:654px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lJSdIQRM1CoknnqU4hUzfktfyGpuzH7U { width:320px;height:182px;top:463px;left:0px;font-size:20px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oxgAZCnMhcTBB4TnKO9dFJLp2w4qztur { width:50px;height:50px;top:401px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #ZJhAnGZGlODOXfIGkaeTT8afvowghqCS { width:319px;height:380px;top:0px;left:0px;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #Db548NUrBds3HkGVpXal77R2VnMwF6B8 { background-color:#f1f1f3;background-image:none;display:none; }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .row .container { width:320px;height:99px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rgQ39886aodFgSOC4a6EoWCFCl8ll3IF { width:320px;height:62.375px;top:20px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #kMvLdFQuXgtxKtXeUsCz3hwTGgt1XUWV { display:none; }#kMvLdFQuXgtxKtXeUsCz3hwTGgt1XUWV > .row .container { width:320px;height:71px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FpAnHQkzvq9Zv41JMDTKUOG3SCWLbr4y { width:320px;height:31.1875px;top:20px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #Zh49cwk9cCbh6Dr8VAm1ks6GQSfBJipG { display:none; }#Zh49cwk9cCbh6Dr8VAm1ks6GQSfBJipG > .row .container { width:320px;height:768px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lexIToGoqHc9chPQzzZt1nvddcJ2e358 { width:160px;height:126px;top:123.6876px;left:80px;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:50px;border-bottom-right-radius:0;display:block; }
 }@media only screen and (max-width: 763px) { #JfvHXT270yVSuh8prhnnpVw4tSmdMvWS { width:160px;height:126px;top:269.6876px;left:80px;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:50px;border-bottom-right-radius:0;display:block; }
 }@media only screen and (max-width: 763px) { #sLcsHITNii1PZMSuUUXxFPWn8xcfAaDI { width:160px;height:46.7969px;top:306.6876px;left:80px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #CFRiHtOTmSMQAwoBnuBHEwIN2Cbokgqy { width:160px;height:44.1875px;top:371.6876px;left:80px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #HygbTL3iQX2RmpX9bRF9HrxlLlAKQk8d { width:160px;height:126px;top:435.8751px;left:80px;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:50px;border-bottom-right-radius:0;display:block; }
 }@media only screen and (max-width: 763px) { #BKqxAeZic2UinlPDvDg1mbV1IQRdPPFP { width:160px;height:44.1876px;top:537.8751px;left:80px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #ETcWhTDAUM6FP66cbNOW16XZLlRUkrL6 { width:160px;height:46.7969px;top:472.8751px;left:80px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #w3MnPlhoFARkFaT8Ipw8t90mePU7JTUJ { width:160px;height:126px;top:602.0626px;left:80px;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:50px;border-bottom-right-radius:0;display:block; }
 }@media only screen and (max-width: 763px) { #vETh99ztZfXk5dhQTQC3Hud8gMw5vKVt { width:160px;height:44.1875px;top:704.0626px;left:80px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #K7SXbXZhNIf2ENqElaFU3SAMbJQ1DDAX { width:160px;height:46.7969px;top:639.0626px;left:80px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #sewJ0LV9u0HNt4MBaFskzuGEr3nyVRmo { width:46px;height:41.5938px;top:20px;left:137px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #XIHTcANoRwgg71Q8Hl31sLZFcgT32WMB { width:133px;height:22.0938px;top:81.5938px;left:93px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ { display:none; }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .row .container { width:320px;height:939px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Nlw4ADWTAVtsAIuWTTpNrMaVUfZFEBfB { width:320px;height:442px;top:20px;left:0px;font-size:20px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #cZPgcJTfBRvZLTfwfslhXuPNhS3sDayH { width:320px;height:212.703px;top:482px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #HdvDr6TVonMJC9KKZ67oXUrWeGTRqAnz { display:none; }#HdvDr6TVonMJC9KKZ67oXUrWeGTRqAnz > .row .container { width:320px;height:102px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Nf7aGzit0Vnr9mFy3Do3iqLpL3pQFOkm { width:320px;height:62.375px;top:20px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #vITp8VRl4weJRK5TiZa3gTCGFednU7Ks { display:none; }#vITp8VRl4weJRK5TiZa3gTCGFednU7Ks > .row .container { width:320px;height:1460px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AHUTmc2OXmJXTBJwcTyOZOhziiX9IKRf { width:142px;height:100px;top:20px;left:89px;display:block; }
 }@media only screen and (max-width: 763px) { #MrfGa9osHbTlh1XPrdLQrTfelbQKPmiJ { width:141px;height:100px;top:1100px;left:89px;display:block; }
 }@media only screen and (max-width: 763px) { #fieT1UuFcFPrAPXvhiulEPy69zZRV0eJ { width:141px;height:100px;top:740px;left:89px;display:block; }
 }@media only screen and (max-width: 763px) { #AJ17BLADdiH8s4XTLSLWe10MIqM4GzPl { width:141px;height:100px;top:140px;left:89px;display:block; }
 }@media only screen and (max-width: 763px) { #GEbNpr3n73EhEh6T9mBAJpNSI0kDnMxV { width:141px;height:100px;top:500px;left:89px;display:block; }
 }@media only screen and (max-width: 763px) { #phpqsRaNW4Rk81AVS9pA9PCWWlMScABa { width:141px;height:100px;top:380px;left:89px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DzyIgP5CDhnue7VTTwHlLtDPRTxpvaM7 { width:141px;height:100px;top:860px;left:89px;display:block; }
 }@media only screen and (max-width: 763px) { #LDefhry6LqGe8ttyEcLiBPvolsTLcVBJ { width:141px;height:100px;top:1220px;left:89px;display:block; }
 }@media only screen and (max-width: 763px) { #Mt0K8GLuDNfJSVrUasnGH5zU29tAtBhA { width:141px;height:100px;top:260px;left:89px;display:block; }
 }@media only screen and (max-width: 763px) { #SZT5U1K4GJuMvDTop1WZn3nOXkKTL1C1 { width:141px;height:100px;top:620px;left:89px;display:block; }
 }@media only screen and (max-width: 763px) { #PN8ycDxmKmyT9KxfkRRHSUFrV50MbXTT { width:141px;height:100px;top:980px;left:89px;display:block; }
 }@media only screen and (max-width: 763px) { #yr8FNAC1wQvXsPJqVWoDzcesCCLT4TTl { width:141px;height:100px;top:1340px;left:89px;display:block; }
 }@media only screen and (max-width: 763px) { #LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv { display:block; }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row .container { width:320px;height:599px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #saFHo5TViliCJuR6LdfDlVJ4Mr5eHkzb { width:300px;height:155.938px;top:23.9931640625px;left:10px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #anTEW9JsW5nTrfW6JgmGaSTwpTlmisex { width:320px;height:411px;top:168px;left:0px;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:100px;border-bottom-right-radius:0;display:block; }
 }@media only screen and (max-width: 763px) { #cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE .widget-input-text {padding-top: 0; padding-bottom: 0;}#cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE .widget-input-select {padding-top: 0; padding-bottom: 0;}#cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE .widget-input-button { width:210px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:70px;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:20px;border-bottom-right-radius:0; }
#cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE .widget-checkbox-label { width:261px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE  { width:280px;height:372px;top:460px;left:0px; }
#cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE {display:block;}#cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE { width:280px;height:372px;top:185px;left:0px; }
 }@media only screen and (max-width: 763px) { #cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE #lyp4kpfZlwyxkaL1Qv7kEwLHLiRQ7C0f {  }
 }@media only screen and (max-width: 763px) { #cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE #niRR1IDwIKWPkhtWIBdtivpZc0iHnB80 { display:none; }
 }@media only screen and (max-width: 763px) { #cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE #uSzOdr9vL7C3PHbNBbFCeTIzOphL4pTp {  }
 }@media only screen and (max-width: 763px) { #cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE #HJWMf8ZfUUpOy04SeTrt263BwcwU1xKU {  }
 }@media only screen and (max-width: 763px) { #cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE #ubDexIwNS1IpG5gGNyHtxoTuhGoLwTAN { display:none; }
 }@media only screen and (max-width: 763px) { #cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE #ZsQ776DFmGaMm3k6tXNrQpai9VG0P313 {  }
 }@media only screen and (max-width: 763px) { #cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE #NHngWucH9FXC9Nq68dBZcZsv5OpQQga2 {  }
 }@media only screen and (max-width: 763px) { #cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE #nTX57kJCk3XzzAr9GF2Vxqkb1L3x4OyP { display:none; }
 }@media only screen and (max-width: 763px) { #cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE #e3WfAA2SM91yaNVbzbdpN81Hn3peD9V8 {  }
 }@media only screen and (max-width: 763px) { #cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE #PPfZdqVCs85XBxcPFAptsyP2ZDTJ1fq4 {  }
 }@media only screen and (max-width: 763px) { #cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE #t7frAwqgOaiXcWufyEEThc2Ve3khKR3J { display:none; }
 }@media only screen and (max-width: 763px) { #cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE #NO9v8fS2z6knKzWnnNpWwIcso2lGNQJh {  }
 }@media only screen and (max-width: 763px) { #cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE #grmsAIavBNiPEJATXOxNN1Vc7w0kseMe {  }
 }@media only screen and (max-width: 763px) { #cpxCB55NTJmxp9TVLrqpkU4hrHLTt4IE #ExHtufR3rpvSfP1lG0Fp1fwO4aeZUpRO {  }
 }@media only screen and (max-width: 763px) { #gdKPruhxL4aEIkR1F6UPnFHh5USNUT1w { width:250px;height:250px;top:20px;left:35px;display:none; }
 }@media only screen and (max-width: 763px) { #svnP70ttyw2A9JFaqmvCc6yc2hyiBi6T { display:block; }#svnP70ttyw2A9JFaqmvCc6yc2hyiBi6T > .row .container { width:320px;height:60px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iBFhKgENxvSG9oTer3qPyfEqTzgXn1MB { width:320px;height:20.7969px;top:20px;left:0px;font-size:16px;display:block; }
 }