.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PR8ssPiMrbdNrd0K2LwH2XmzvyAlFHHw { position:relative;display:block; }#PR8ssPiMrbdNrd0K2LwH2XmzvyAlFHHw { background-color: transparent; background-image: none; }#PR8ssPiMrbdNrd0K2LwH2XmzvyAlFHHw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PR8ssPiMrbdNrd0K2LwH2XmzvyAlFHHw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PR8ssPiMrbdNrd0K2LwH2XmzvyAlFHHw > .row .container > .video-iframe-container { display: none; }#PR8ssPiMrbdNrd0K2LwH2XmzvyAlFHHw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PR8ssPiMrbdNrd0K2LwH2XmzvyAlFHHw > .row > .video-iframe-container { display: none; }#PR8ssPiMrbdNrd0K2LwH2XmzvyAlFHHw > .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); }#PR8ssPiMrbdNrd0K2LwH2XmzvyAlFHHw { border-width: 0; border-radius: 0; }#PR8ssPiMrbdNrd0K2LwH2XmzvyAlFHHw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PR8ssPiMrbdNrd0K2LwH2XmzvyAlFHHw > .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:50px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#w05Fq55w1MaLgDmtoNnegFPymT8Ksoz8 { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:52px;width:197px;top:0px;left:0px;overflow:hidden;display:block; }
#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { background-color:#0f1066;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { background-color: transparent; background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .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); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { border-width: 0; border-radius: 0; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { font-size:14px;font-family:arial;height:542px;width:960px;overflow:visible;position:relative;display:block; }#J8egFCLZaDZIkN0EtoPbV6csNWitf4M5 { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:36px;width:114px;top:478px;left:846px;overflow:hidden;display:block; }
#DCAVx5pnkQrQ9xpyAxZdW5ydiOXUI7CZ { color:#ffffff;display:block;width:300px;position:absolute;font-family:poppins;font-size:35px;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:47.5px;left:12.5px;height:45.5px;font-style:normal;display:block; }
#x2SmCtwFJm0OQOTowX5UuCTTmLl8xnsN { position:absolute;display:block;z-index:15054;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:8px;width:286px;top:95px;left:13px;display:block; }
#ZnE4U5Vq2NGgRWeroAQsUwvdMP34Q3LC { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:538px;width:960px;top:0px;left:0px;overflow:hidden;display:block; }
#Sib9OGxEpgBUegT9huZQgpuB4agPfCln { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:540px;width:960px;top:2px;left:0px;overflow:hidden;display:block; }
#mdcX6HvnktgcvpJvyWyv1mnN37Nc0rt3 { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:531px;width:731px;top:9px;left:148.91706730769px;overflow:hidden;display:block; }
#OnHQdCRTR48zbuaUidk78iAR8RWa1aLF { position:relative;display:block; }#OnHQdCRTR48zbuaUidk78iAR8RWa1aLF { background-color: transparent; background-image: none; }#OnHQdCRTR48zbuaUidk78iAR8RWa1aLF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnHQdCRTR48zbuaUidk78iAR8RWa1aLF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnHQdCRTR48zbuaUidk78iAR8RWa1aLF > .row .container > .video-iframe-container { display: none; }#OnHQdCRTR48zbuaUidk78iAR8RWa1aLF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnHQdCRTR48zbuaUidk78iAR8RWa1aLF > .row > .video-iframe-container { display: none; }#OnHQdCRTR48zbuaUidk78iAR8RWa1aLF > .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); }#OnHQdCRTR48zbuaUidk78iAR8RWa1aLF { border-width: 0; border-radius: 0; }#OnHQdCRTR48zbuaUidk78iAR8RWa1aLF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OnHQdCRTR48zbuaUidk78iAR8RWa1aLF > .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:196px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZemWrTAdEvPvCLGQQepgz7AMyUeHslQq { color:#000000;display:block;width:954px;position:absolute;font-family:poppins;font-size:28px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:14px;left:0px;height:36.4px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZP2cuFIgWn2TT6rJxzUnXoag1JRQ4xbR { color:#ff00de;display:block;width:960px;position:absolute;font-family:poppins;font-size:18px;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:75.484375px;left:0px;height:86.3907px;text-align:justify;text-align-last:initial;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; }
#WReiX34HpZ9TWpWdPIWJrsDb2hwXqlaz { position:relative;display:block; }#WReiX34HpZ9TWpWdPIWJrsDb2hwXqlaz { background-color: transparent; background-image: none; }#WReiX34HpZ9TWpWdPIWJrsDb2hwXqlaz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WReiX34HpZ9TWpWdPIWJrsDb2hwXqlaz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WReiX34HpZ9TWpWdPIWJrsDb2hwXqlaz > .row .container > .video-iframe-container { display: none; }#WReiX34HpZ9TWpWdPIWJrsDb2hwXqlaz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WReiX34HpZ9TWpWdPIWJrsDb2hwXqlaz > .row > .video-iframe-container { display: none; }#WReiX34HpZ9TWpWdPIWJrsDb2hwXqlaz > .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); }#WReiX34HpZ9TWpWdPIWJrsDb2hwXqlaz { border-width: 0; border-radius: 0; }#WReiX34HpZ9TWpWdPIWJrsDb2hwXqlaz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WReiX34HpZ9TWpWdPIWJrsDb2hwXqlaz > .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:311px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aTxwxrd4OMpz3Dg14ikxqr7LTikVLVz9 { color:#ff00fd;display:block;width:463px;position:absolute;font-family:poppins;font-size:16px;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:16.75px;left:0px;height:268.688px;text-align:justify;text-align-last:initial;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; }
#X3aTTPVJTJnUQBP8V5nTpJBe7GMePxE1 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:310px;width:467px;top:0px;left:489.03797468354px;overflow:hidden;display:block; }
#ziwhPaF8bFtQGRGd99xQ4qTe8i6fJ6z9 { position:relative;display:block; }#ziwhPaF8bFtQGRGd99xQ4qTe8i6fJ6z9 { background-color: transparent; background-image: none; }#ziwhPaF8bFtQGRGd99xQ4qTe8i6fJ6z9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziwhPaF8bFtQGRGd99xQ4qTe8i6fJ6z9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziwhPaF8bFtQGRGd99xQ4qTe8i6fJ6z9 > .row .container > .video-iframe-container { display: none; }#ziwhPaF8bFtQGRGd99xQ4qTe8i6fJ6z9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziwhPaF8bFtQGRGd99xQ4qTe8i6fJ6z9 > .row > .video-iframe-container { display: none; }#ziwhPaF8bFtQGRGd99xQ4qTe8i6fJ6z9 > .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); }#ziwhPaF8bFtQGRGd99xQ4qTe8i6fJ6z9 { border-width: 0; border-radius: 0; }#ziwhPaF8bFtQGRGd99xQ4qTe8i6fJ6z9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ziwhPaF8bFtQGRGd99xQ4qTe8i6fJ6z9 > .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:22px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Lna94kCkn7pbOhXfTdHnNgSkUpDDWVDl { border-top:0;border-left:0;border-right:0;border-bottom:13px solid #e20613;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Lna94kCkn7pbOhXfTdHnNgSkUpDDWVDl > .row .container { background-color: transparent; background-image: none; }#Lna94kCkn7pbOhXfTdHnNgSkUpDDWVDl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lna94kCkn7pbOhXfTdHnNgSkUpDDWVDl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lna94kCkn7pbOhXfTdHnNgSkUpDDWVDl > .row .container > .video-iframe-container { display: none; }#Lna94kCkn7pbOhXfTdHnNgSkUpDDWVDl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lna94kCkn7pbOhXfTdHnNgSkUpDDWVDl > .row > .video-iframe-container { display: none; }#Lna94kCkn7pbOhXfTdHnNgSkUpDDWVDl > .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); }#Lna94kCkn7pbOhXfTdHnNgSkUpDDWVDl > .row .container { border-width: 0; border-radius: 0; }#Lna94kCkn7pbOhXfTdHnNgSkUpDDWVDl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lna94kCkn7pbOhXfTdHnNgSkUpDDWVDl > .row .container { font-size:14px;font-family:arial;height:1579px;width:960px;position:relative;display:block; }#kmeHW3kFzPGOsPW2LzpECAPpKc5zRzy2 { position:absolute;display:block;z-index:14997;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 00 0 30px rgba(0,0,0,0.09) ;height:510px;width:471px;top:0px;left:0px;display:block; }
#QZ8hlivGBzqMsQnbeX8dntqrxr7yRceb { color:#000000;display:block;width:455px;position:absolute;font-family:poppins;font-size:18px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:270.484375px;left:12.5px;height:46.7812px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gD02m41ZaGPqKOIRckIFmWsdXo2vOvn7 { position:absolute;display:block;z-index:14999;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 00 0 30px rgba(0,0,0,0.09) ;height:510px;width:467px;top:0px;left:493px;display:block; }
#CQyKxhmyLkTi7qnWiyZDq6Nd3eDh5wzz { color:#000000;display:block;width:450px;position:absolute;font-family:poppins;font-size:18px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:270.46875px;left:510px;height:46.7812px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yVwNDksV7QCOtIQe8mZNsFyarihgpE6n { color:#000000;display:block;width:452px;position:absolute;font-family:poppins;font-size:18px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:816.6875px;left:508px;height:46.7812px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FsaFCtoOeBEeLJpnSeQXty1tl93PQPHA { position:absolute;display:block;z-index:14996;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 00 0 30px rgba(0,0,0,0.09) ;height:511px;width:471px;top:526.6875px;left:0px;display:block; }
#WVvThkONc2Bgmhu92a7FzOIMRcDK1XPr { position:absolute;display:block;z-index:14995;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 00 0 30px rgba(0,0,0,0.09) ;height:512px;width:466px;top:527.6875px;left:494px;display:block; }
#vfTxqL7i1lFVtQSg4TiRsQ7sNMn5P0Lg { position:absolute;display:block;z-index:14994;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 00 0 30px rgba(0,0,0,0.09) ;height:512px;width:471px;top:1054px;left:0px;display:block; }
#yptzkq7uziecIFk2ZH8CNxEP9ZgEvwhD { position:absolute;display:block;z-index:14993;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 00 0 30px rgba(0,0,0,0.09) ;height:513px;width:466px;top:1053px;left:494px;display:block; }
#Adc8ItT8VDnxTgzMVI9gAeFL9a9lBiyy { color:#000000;display:block;width:451.984375px;position:absolute;font-family:poppins;font-size:18px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1287px;left:14px;height:46.7812px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z86aTkN30OutcIgCTGOrTeJLXaUxSKdW { color:#000000;display:block;width:452px;position:absolute;font-family:poppins;font-size:18px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:816.6875px;left:0px;height:46.7812px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uCNtKsgQQaoVREqJvskTQDTiIXrZI5hv { color:#000000;display:block;width:451.984375px;position:absolute;font-family:poppins;font-size:18px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1287px;left:508.015625px;height:46.7812px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SP6eXzJOLfI8F65JNbE6lBkFCtoI873Q { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:372px;width:372px;top:0px;left:54px;overflow:hidden;display:block; }
#Or16L3EH1srNNk5svosikqxKhhrWyKlE { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:372px;width:372px;top:0px;left:549px;overflow:hidden;display:block; }
#X3FUbF0UTk34wPETBFM8R3us3Ju0vTTK { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:372px;width:372px;top:538.96875px;left:549px;overflow:hidden;display:block; }
#muDuLDH6NX9OuxJy7Xb0QOOQsA9CyCQ2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:372px;width:372px;top:526.6875px;left:54px;overflow:hidden;display:block; }
#b1pTy0gqfb7MLDsTTSe9PFlcJpsdazA1 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:335px;width:335px;top:1054px;left:72.5px;overflow:hidden;display:block; }
#NhO74TnrV0f6ntdJ9BSEe4eISRMIX6dP { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:330px;width:330px;top:1054px;left:592px;overflow:hidden;display:block; }
#ToHTkRK7vqTGmDEkR8vZKVukmBkHE6EW { color:#000000;display:block;width:429px;position:absolute;font-family:poppins;font-size:13px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:324.25px;left:12.5px;height:160.125px;text-align:left;text-align-last:left;font-style:normal;display:block; }#ToHTkRK7vqTGmDEkR8vZKVukmBkHE6EW li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#ToHTkRK7vqTGmDEkR8vZKVukmBkHE6EW li:before{  }
#H0h801mx8Mrw0BuCJO0l3s6gV5A0X9Xt { color:#000000;display:block;width:455px;position:absolute;font-family:poppins;font-size:13px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:872.6875px;left:505px;height:160.125px;text-align:left;text-align-last:left;font-style:normal;display:block; }#H0h801mx8Mrw0BuCJO0l3s6gV5A0X9Xt li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#H0h801mx8Mrw0BuCJO0l3s6gV5A0X9Xt li:before{  }
#E1Wl7bvlmQ0zPp0Egu4ezMeJbLaZzZMZ { color:#000000;display:block;width:455px;position:absolute;font-family:poppins;font-size:13px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1353.5625px;left:12.5px;height:205.797px;text-align:left;text-align-last:left;font-style:normal;display:block; }#E1Wl7bvlmQ0zPp0Egu4ezMeJbLaZzZMZ li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#E1Wl7bvlmQ0zPp0Egu4ezMeJbLaZzZMZ li:before{  }
#uaT0SWvrOAiTzSKszATFVG2nsTIfxD88 { color:#000000;display:block;width:444px;position:absolute;font-family:poppins;font-size:13px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1348.5625px;left:504.5px;height:215.797px;text-align:left;text-align-last:left;font-style:normal;display:block; }#uaT0SWvrOAiTzSKszATFVG2nsTIfxD88 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#uaT0SWvrOAiTzSKszATFVG2nsTIfxD88 li:before{  }
#dRz5b7zqbVzlpW6XyTOZKelCFJataFuX { color:#000000;display:block;width:455px;position:absolute;font-family:poppins;font-size:13px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:872.6875px;left:12.5px;height:126.344px;text-align:left;text-align-last:left;font-style:normal;display:block; }#dRz5b7zqbVzlpW6XyTOZKelCFJataFuX li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#dRz5b7zqbVzlpW6XyTOZKelCFJataFuX li:before{  }
#TiQgTcWH2qB4iNUekcXosBnZASkNFwOP { color:#000000;display:block;width:455px;position:absolute;font-family:poppins;font-size:13px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:331px;left:505px;height:172.016px;text-align:left;text-align-last:left;font-style:normal;display:block; }#TiQgTcWH2qB4iNUekcXosBnZASkNFwOP li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#TiQgTcWH2qB4iNUekcXosBnZASkNFwOP li:before{  }
#Dt8mi7zm8X1ah4T4FSUia7K5OGoknZyp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef2f1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Dt8mi7zm8X1ah4T4FSUia7K5OGoknZyp > .row .container { background-color: transparent; background-image: none; }#Dt8mi7zm8X1ah4T4FSUia7K5OGoknZyp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dt8mi7zm8X1ah4T4FSUia7K5OGoknZyp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dt8mi7zm8X1ah4T4FSUia7K5OGoknZyp > .row .container > .video-iframe-container { display: none; }#Dt8mi7zm8X1ah4T4FSUia7K5OGoknZyp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dt8mi7zm8X1ah4T4FSUia7K5OGoknZyp > .row > .video-iframe-container { display: none; }#Dt8mi7zm8X1ah4T4FSUia7K5OGoknZyp > .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); }#Dt8mi7zm8X1ah4T4FSUia7K5OGoknZyp > .row .container { border-width: 0; border-radius: 0; }#Dt8mi7zm8X1ah4T4FSUia7K5OGoknZyp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dt8mi7zm8X1ah4T4FSUia7K5OGoknZyp > .row .container { font-size:14px;font-family:arial;height:717px;width:960px;position:relative;display:block; }#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-form-header {  }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-regular-label { height:auto;display:block;font-family:poppins;font-size:14px;font-weight:bold;color:#000000;width:551px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:551px;box-sizing:border-box;height:41px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans"; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-text {padding-top: 0; padding-bottom: 0;}#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:551px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans"; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:551px;box-sizing:border-box;height:40px;color:#161616;font-family:poppins;font-size:14px;overflow:hidden; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-select {padding-top: 0; padding-bottom: 0;}#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#e20917;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:0;display:block;box-sizing:border-box;font-size:16px;font-weight:bold;color:#ffffff;width:551px;height:55px;font-family:poppins;overflow:hidden; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:poppins;font-size:14px; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:poppins;font-size:14px; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:poppins;font-size:14px; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:poppins;font-size:14px; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:528px;overflow:hidden;font-style:normal; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .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; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-container:first-of-type{padding-top:0;}#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-container:last-of-type{padding-bottom:0;}#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS  { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:551px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:122px;left:184.5px; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:551px; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS {display:block;}#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:551px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:122px;left:184.5px; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #TB1XJy6tRZOnVexkdN7d6Nh6PnyLWgt0 { position:relative; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #gWvBogoHEUfyC2JC0oiaJHX40W9eMhbI { position:relative;display:block; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #vWIXplflo31srTVTzHooC7F3e0MATM4K { position:relative; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #aGVRAr1TzphwMzgHCnAMK2Ti5LLhHSUE { position:relative; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #EkHEJTP9cmbUwmRWX7xr2vcdIrWBTa7F { position:relative;display:block; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #tP6bOpWLh7kvE7ngKai0KT1ihXzHa8i7 { position:relative; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #JHKzkdHecr12aTilKmDZuJv4mzOxGveb { position:relative; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #DmfMS4wZHSNbcbb41zeFcEoKZZQrB6ls { position:relative;display:block; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #TpIlNTITtZKhigUNJ4mQTpPzlLrH1a2k { position:relative; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #lTCNSkvtPmvv2Jl1GDSAJhOmvfihFb8a { position:relative; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #MvrmEhoOsckDkO2bBtUdPnKbxa3xA6tf { position:relative;display:block; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #TDsD4cQIEUcTfRz7dq9OVJzp3a5if3uv { position:relative; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #Ea3GC4TTP2pu4NTd8A00BN1DcrqRT3M2 { position:relative; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #I8G8hHMEXzg6sDUIr9khLlWZ1BXEQX1F { position:relative;display:block; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #xi1bazGGZST7xi2UMlqB11dJW0b4qoqH { position:relative; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #SqKw6e765dpUVQT9TlfJ6EPiWMFXF5Tx { position:relative; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #PbXFNK9yFOtShCU0vrXR2K81GmAG7rAD { position:relative;z-index:2; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #rDnDUNpl8MftBfUrxTXOLGTv5I0P4xeu { position:relative; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #bMknrsQI5WXWwQVfqC5u1PcvG83KaTUB { position:relative; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #c6oceikSoKgAyT7kJkAUceQCT1R89fuA { position:relative; }
#kDg0qR5paDKKuSf1Kxpz7hOtR0VM6Tn6 { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:90px;left:406.5px;height:20.8px;display:block; }
#CP6zUF02DgLaSpB8pT3yhC1V1kUrnm5K { background-color:#cecece;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:12px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:151px;height:32px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:624px;left:404.5px;display:block; }
#NspTPFUREuR253xchgv42yF6bDBx3cUQ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#LBdBTBhTOsnIPphIS8t9z7iqDhVeiU77 { color:#000000;display:block;width:827px;position:absolute;font-family:poppins;font-size:32px;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:27px;left:133px;height:35.2px;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; }
#Zyx0kXBZVPRtQmIQSJTh2dqiSfcz1qEg { position:relative;display:block; }#Zyx0kXBZVPRtQmIQSJTh2dqiSfcz1qEg { background-color: transparent; background-image: none; }#Zyx0kXBZVPRtQmIQSJTh2dqiSfcz1qEg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zyx0kXBZVPRtQmIQSJTh2dqiSfcz1qEg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zyx0kXBZVPRtQmIQSJTh2dqiSfcz1qEg > .row .container > .video-iframe-container { display: none; }#Zyx0kXBZVPRtQmIQSJTh2dqiSfcz1qEg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zyx0kXBZVPRtQmIQSJTh2dqiSfcz1qEg > .row > .video-iframe-container { display: none; }#Zyx0kXBZVPRtQmIQSJTh2dqiSfcz1qEg > .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); }#Zyx0kXBZVPRtQmIQSJTh2dqiSfcz1qEg { border-width: 0; border-radius: 0; }#Zyx0kXBZVPRtQmIQSJTh2dqiSfcz1qEg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Zyx0kXBZVPRtQmIQSJTh2dqiSfcz1qEg > .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:26px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5.adaptive-delivery-prevent-bg, #aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5.lazyload, #aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5.lazyloading { background-image: none; }#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5 > .row .container { background-color: transparent; background-image: none; }#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5 > .row .container > .video-iframe-container { display: none; }#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5 > .row > .video-iframe-container { display: none; }#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5 > .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); }#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5 > .row .container { border-width: 0; border-radius: 0; }#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5 > .row .container { font-size:14px;font-family:arial;height:140px;width:960px;position:relative;display:block; }#WmndrIUo0TpSlEB1Td8sfkGhOdsAyWlF { color:#000000;display:block;width:827px;position:absolute;font-family:poppins;font-size:32px;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:57.90625px;left:37px;height:35.2px;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; }
#ZawEeGM4a8ak3ZBPR1fraBXERMlUxd3J { color:#000000;display:block;width:312px;position:absolute;font-family:poppins;font-size:14px;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:22.75px;left:37px;height:15.4px;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; }
#CTx5JhNp52degBX2WeGxwl6UpQMZz84T { position:relative;display:block; }#CTx5JhNp52degBX2WeGxwl6UpQMZz84T { background-color: transparent; background-image: none; }#CTx5JhNp52degBX2WeGxwl6UpQMZz84T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTx5JhNp52degBX2WeGxwl6UpQMZz84T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTx5JhNp52degBX2WeGxwl6UpQMZz84T > .row .container > .video-iframe-container { display: none; }#CTx5JhNp52degBX2WeGxwl6UpQMZz84T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTx5JhNp52degBX2WeGxwl6UpQMZz84T > .row > .video-iframe-container { display: none; }#CTx5JhNp52degBX2WeGxwl6UpQMZz84T > .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); }#CTx5JhNp52degBX2WeGxwl6UpQMZz84T { border-width: 0; border-radius: 0; }#CTx5JhNp52degBX2WeGxwl6UpQMZz84T > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CTx5JhNp52degBX2WeGxwl6UpQMZz84T > .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:326px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Vn161FVG5ay0TddBEdtzCbWg3rJKwf4W { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:321px;width:957px;top:0px;left:0px;overflow:hidden;display:block; }
#s7UsUmZPeBOxnFvbT96WbdBqEkTTZKET { background-color:#000000;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#s7UsUmZPeBOxnFvbT96WbdBqEkTTZKET > .row .container { background-color: transparent; background-image: none; }#s7UsUmZPeBOxnFvbT96WbdBqEkTTZKET::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7UsUmZPeBOxnFvbT96WbdBqEkTTZKET > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7UsUmZPeBOxnFvbT96WbdBqEkTTZKET > .row .container > .video-iframe-container { display: none; }#s7UsUmZPeBOxnFvbT96WbdBqEkTTZKET > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7UsUmZPeBOxnFvbT96WbdBqEkTTZKET > .row > .video-iframe-container { display: none; }#s7UsUmZPeBOxnFvbT96WbdBqEkTTZKET > .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); }#s7UsUmZPeBOxnFvbT96WbdBqEkTTZKET > .row .container { border-width: 0; border-radius: 0; }#s7UsUmZPeBOxnFvbT96WbdBqEkTTZKET > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#s7UsUmZPeBOxnFvbT96WbdBqEkTTZKET > .row .container { font-size:14px;font-family:arial;height:105px;width:960px;overflow:visible;position:relative;display:block; }#Gw8GBTdA06VosnWlxpaIXTNymhTn4OxD { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:79px;width:241px;top:13px;left:13px;overflow:hidden;display:block; }
#IUUiB9qr7FBqP5P7eZ34cFenLaTgFgSR { color:#ffffff;display:block;width:134px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:25.21875px;left:826px;height:54.5625px;display:block; }
#rsqzhJokFSMRwAefnN2i4ofyLlk2dny5 { z-index:15003;top:35.5px;left:420px;background-color:#e20917;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:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: 0 15px 10px rgba(18,204,148,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:12px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:120px;height:34px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wH4o4BBQa2glyrX8lxLgEQy6itEIcPs0 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#PNRxlGqFsdzaPb0JJkv7xJbghOENBChh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e20917;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PNRxlGqFsdzaPb0JJkv7xJbghOENBChh > .row .container { background-color: transparent; background-image: none; }#PNRxlGqFsdzaPb0JJkv7xJbghOENBChh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PNRxlGqFsdzaPb0JJkv7xJbghOENBChh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PNRxlGqFsdzaPb0JJkv7xJbghOENBChh > .row .container > .video-iframe-container { display: none; }#PNRxlGqFsdzaPb0JJkv7xJbghOENBChh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PNRxlGqFsdzaPb0JJkv7xJbghOENBChh > .row > .video-iframe-container { display: none; }#PNRxlGqFsdzaPb0JJkv7xJbghOENBChh > .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); }#PNRxlGqFsdzaPb0JJkv7xJbghOENBChh > .row .container { border-width: 0; border-radius: 0; }#PNRxlGqFsdzaPb0JJkv7xJbghOENBChh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PNRxlGqFsdzaPb0JJkv7xJbghOENBChh > .row .container { font-size:14px;font-family:arial;height:11px;width:960px;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PR8ssPiMrbdNrd0K2LwH2XmzvyAlFHHw { display:block; }#PR8ssPiMrbdNrd0K2LwH2XmzvyAlFHHw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w05Fq55w1MaLgDmtoNnegFPymT8Ksoz8 { top:0px;left:0px;width:197px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J8egFCLZaDZIkN0EtoPbV6csNWitf4M5 { top:478px;left:650px;width:114px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #DCAVx5pnkQrQ9xpyAxZdW5ydiOXUI7CZ { top:47px;left:0px;width:300px;height:46px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #x2SmCtwFJm0OQOTowX5UuCTTmLl8xnsN { top:95px;left:0px;width:286px;height:8px;display:block; }
 }@media only screen and (max-width: 763px) { #ZnE4U5Vq2NGgRWeroAQsUwvdMP34Q3LC { top:0px;left:0px;width:764px;height:428.15833333333px;display:block; }
 }@media only screen and (max-width: 763px) { #Sib9OGxEpgBUegT9huZQgpuB4agPfCln { top:2px;left:0px;width:764px;height:429.75px;display:block; }
 }@media only screen and (max-width: 763px) { #mdcX6HvnktgcvpJvyWyv1mnN37Nc0rt3 { top:9px;left:33px;width:731px;height:531px;display:block; }
 }@media only screen and (max-width: 763px) { #OnHQdCRTR48zbuaUidk78iAR8RWa1aLF { display:block; }#OnHQdCRTR48zbuaUidk78iAR8RWa1aLF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZemWrTAdEvPvCLGQQepgz7AMyUeHslQq { top:14px;left:0px;width:764px;height:36px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #ZP2cuFIgWn2TT6rJxzUnXoag1JRQ4xbR { width:764px;height:86px;top:75px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #WReiX34HpZ9TWpWdPIWJrsDb2hwXqlaz { display:block; }#WReiX34HpZ9TWpWdPIWJrsDb2hwXqlaz > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTxwxrd4OMpz3Dg14ikxqr7LTikVLVz9 { top:16px;left:0px;width:463px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #X3aTTPVJTJnUQBP8V5nTpJBe7GMePxE1 { top:0px;left:286px;width:467px;height:310px;display:block; }
 }@media only screen and (max-width: 763px) { #ziwhPaF8bFtQGRGd99xQ4qTe8i6fJ6z9 { display:block; }#ziwhPaF8bFtQGRGd99xQ4qTe8i6fJ6z9 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lna94kCkn7pbOhXfTdHnNgSkUpDDWVDl { display:block; }#Lna94kCkn7pbOhXfTdHnNgSkUpDDWVDl > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kmeHW3kFzPGOsPW2LzpECAPpKc5zRzy2 { top:0px;left:0px;width:471px;height:510px;display:block; }
 }@media only screen and (max-width: 763px) { #QZ8hlivGBzqMsQnbeX8dntqrxr7yRceb { top:270px;left:0px;width:455px;height:46px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #gD02m41ZaGPqKOIRckIFmWsdXo2vOvn7 { top:0px;left:297px;width:467px;height:510px;display:block; }
 }@media only screen and (max-width: 763px) { #CQyKxhmyLkTi7qnWiyZDq6Nd3eDh5wzz { top:270px;left:314px;width:450px;height:46px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #yVwNDksV7QCOtIQe8mZNsFyarihgpE6n { top:816px;left:312px;width:452px;height:46px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #FsaFCtoOeBEeLJpnSeQXty1tl93PQPHA { top:526px;left:0px;width:471px;height:511px;display:block; }
 }@media only screen and (max-width: 763px) { #WVvThkONc2Bgmhu92a7FzOIMRcDK1XPr { top:527px;left:298px;width:466px;height:512px;display:block; }
 }@media only screen and (max-width: 763px) { #vfTxqL7i1lFVtQSg4TiRsQ7sNMn5P0Lg { top:1054px;left:0px;width:471px;height:512px;display:block; }
 }@media only screen and (max-width: 763px) { #yptzkq7uziecIFk2ZH8CNxEP9ZgEvwhD { top:1053px;left:298px;width:466px;height:513px;display:block; }
 }@media only screen and (max-width: 763px) { #Adc8ItT8VDnxTgzMVI9gAeFL9a9lBiyy { top:1287px;left:0px;width:451px;height:46px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Z86aTkN30OutcIgCTGOrTeJLXaUxSKdW { top:816px;left:0px;width:452px;height:46px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #uCNtKsgQQaoVREqJvskTQDTiIXrZI5hv { top:1287px;left:313px;width:451px;height:46px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #SP6eXzJOLfI8F65JNbE6lBkFCtoI873Q { top:0px;left:5px;width:372px;height:372px;display:block; }
 }@media only screen and (max-width: 763px) { #Or16L3EH1srNNk5svosikqxKhhrWyKlE { top:0px;left:392px;width:372px;height:372px;display:block; }
 }@media only screen and (max-width: 763px) { #X3FUbF0UTk34wPETBFM8R3us3Ju0vTTK { top:538px;left:392px;width:372px;height:372px;display:block; }
 }@media only screen and (max-width: 763px) { #muDuLDH6NX9OuxJy7Xb0QOOQsA9CyCQ2 { top:526px;left:5px;width:372px;height:372px;display:block; }
 }@media only screen and (max-width: 763px) { #b1pTy0gqfb7MLDsTTSe9PFlcJpsdazA1 { top:1054px;left:23.5px;width:335px;height:335px;display:block; }
 }@media only screen and (max-width: 763px) { #NhO74TnrV0f6ntdJ9BSEe4eISRMIX6dP { top:1054px;left:434px;width:330px;height:330px;display:block; }
 }@media only screen and (max-width: 763px) { #ToHTkRK7vqTGmDEkR8vZKVukmBkHE6EW { top:324px;left:0px;width:429px;height:;font-size:13px;display:block; }#ToHTkRK7vqTGmDEkR8vZKVukmBkHE6EW li:before{  }
 }@media only screen and (max-width: 763px) { #H0h801mx8Mrw0BuCJO0l3s6gV5A0X9Xt { top:872px;left:309px;width:455px;height:153px;font-size:13px;display:block; }#H0h801mx8Mrw0BuCJO0l3s6gV5A0X9Xt li:before{  }
 }@media only screen and (max-width: 763px) { #E1Wl7bvlmQ0zPp0Egu4ezMeJbLaZzZMZ { top:1353px;left:0px;width:455px;height:;font-size:13px;display:block; }#E1Wl7bvlmQ0zPp0Egu4ezMeJbLaZzZMZ li:before{  }
 }@media only screen and (max-width: 763px) { #uaT0SWvrOAiTzSKszATFVG2nsTIfxD88 { top:1348px;left:320px;width:444px;height:;font-size:13px;display:block; }#uaT0SWvrOAiTzSKszATFVG2nsTIfxD88 li:before{  }
 }@media only screen and (max-width: 763px) { #dRz5b7zqbVzlpW6XyTOZKelCFJataFuX { top:872px;left:0px;width:455px;height:121px;font-size:13px;display:block; }#dRz5b7zqbVzlpW6XyTOZKelCFJataFuX li:before{  }
 }@media only screen and (max-width: 763px) { #TiQgTcWH2qB4iNUekcXosBnZASkNFwOP { top:331px;left:309px;width:455px;height:164px;font-size:13px;display:block; }#TiQgTcWH2qB4iNUekcXosBnZASkNFwOP li:before{  }
 }@media only screen and (max-width: 763px) { #Dt8mi7zm8X1ah4T4FSUia7K5OGoknZyp { display:block; }#Dt8mi7zm8X1ah4T4FSUia7K5OGoknZyp > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-regular-label { width:551px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-text { width:551px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-text {padding-top: 0; padding-bottom: 0;}#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-textarea { width:551px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-select { width:551px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-select {padding-top: 0; padding-bottom: 0;}#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-button { width:551px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-checkbox-label { width:529px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS  { width:551px;height:auto;top:122px;left:86.5px; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .radio-container { width:551px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS {display:block;}#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS { width:551px;height:auto;top:122px;left:86.5px; }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #TB1XJy6tRZOnVexkdN7d6Nh6PnyLWgt0 {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #gWvBogoHEUfyC2JC0oiaJHX40W9eMhbI {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #vWIXplflo31srTVTzHooC7F3e0MATM4K {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #aGVRAr1TzphwMzgHCnAMK2Ti5LLhHSUE {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #EkHEJTP9cmbUwmRWX7xr2vcdIrWBTa7F {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #tP6bOpWLh7kvE7ngKai0KT1ihXzHa8i7 {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #JHKzkdHecr12aTilKmDZuJv4mzOxGveb {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #DmfMS4wZHSNbcbb41zeFcEoKZZQrB6ls {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #TpIlNTITtZKhigUNJ4mQTpPzlLrH1a2k {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #lTCNSkvtPmvv2Jl1GDSAJhOmvfihFb8a {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #MvrmEhoOsckDkO2bBtUdPnKbxa3xA6tf {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #TDsD4cQIEUcTfRz7dq9OVJzp3a5if3uv {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #Ea3GC4TTP2pu4NTd8A00BN1DcrqRT3M2 {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #I8G8hHMEXzg6sDUIr9khLlWZ1BXEQX1F {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #xi1bazGGZST7xi2UMlqB11dJW0b4qoqH {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #SqKw6e765dpUVQT9TlfJ6EPiWMFXF5Tx {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #PbXFNK9yFOtShCU0vrXR2K81GmAG7rAD {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #rDnDUNpl8MftBfUrxTXOLGTv5I0P4xeu {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #bMknrsQI5WXWwQVfqC5u1PcvG83KaTUB {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #c6oceikSoKgAyT7kJkAUceQCT1R89fuA {  }
 }@media only screen and (max-width: 763px) { #kDg0qR5paDKKuSf1Kxpz7hOtR0VM6Tn6 { top:90px;left:308.5px;width:200px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CP6zUF02DgLaSpB8pT3yhC1V1kUrnm5K { width:151px;height:32px;top:624px;left:306.5px;display:block; }
 }@media only screen and (max-width: 763px) { #NspTPFUREuR253xchgv42yF6bDBx3cUQ { display:block; }
 }@media only screen and (max-width: 763px) { #LBdBTBhTOsnIPphIS8t9z7iqDhVeiU77 { width:764px;height:35px;top:27px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #Zyx0kXBZVPRtQmIQSJTh2dqiSfcz1qEg { display:block; }#Zyx0kXBZVPRtQmIQSJTh2dqiSfcz1qEg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5 { display:block; }#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WmndrIUo0TpSlEB1Td8sfkGhOdsAyWlF { width:764px;height:;top:57px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #ZawEeGM4a8ak3ZBPR1fraBXERMlUxd3J { width:312px;height:;top:22px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CTx5JhNp52degBX2WeGxwl6UpQMZz84T { display:block; }#CTx5JhNp52degBX2WeGxwl6UpQMZz84T > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vn161FVG5ay0TddBEdtzCbWg3rJKwf4W { top:0px;left:0px;width:764px;height:256.26332288401px;display:block; }
 }@media only screen and (max-width: 763px) { #s7UsUmZPeBOxnFvbT96WbdBqEkTTZKET { display:block; }#s7UsUmZPeBOxnFvbT96WbdBqEkTTZKET > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gw8GBTdA06VosnWlxpaIXTNymhTn4OxD { top:13px;left:0px;width:241px;height:79px;display:block; }
 }@media only screen and (max-width: 763px) { #IUUiB9qr7FBqP5P7eZ34cFenLaTgFgSR { top:25px;left:630px;width:134px;height:54px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #rsqzhJokFSMRwAefnN2i4ofyLlk2dny5 { top:35px;left:322px;width:120px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #wH4o4BBQa2glyrX8lxLgEQy6itEIcPs0 { display:block; }
 }@media only screen and (max-width: 763px) { #PNRxlGqFsdzaPb0JJkv7xJbghOENBChh { display:block; }#PNRxlGqFsdzaPb0JJkv7xJbghOENBChh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PR8ssPiMrbdNrd0K2LwH2XmzvyAlFHHw { display:block; }#PR8ssPiMrbdNrd0K2LwH2XmzvyAlFHHw > .row .container { width:320px;height:75px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w05Fq55w1MaLgDmtoNnegFPymT8Ksoz8 { width:76px;height:20px;top:20px;left:40px;display:block; }
 }@media only screen and (max-width: 763px) { #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { background-color:#ffffff;background-image:none;display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { background-color: transparent; background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .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); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { width:320px;height:239px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J8egFCLZaDZIkN0EtoPbV6csNWitf4M5 { width:60px;height:18px;top:148px;left:260px;display:block; }
 }@media only screen and (max-width: 763px) { #DCAVx5pnkQrQ9xpyAxZdW5ydiOXUI7CZ { width:191px;height:23.3906px;top:10px;left:41px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #x2SmCtwFJm0OQOTowX5UuCTTmLl8xnsN { width:110px;height:8px;top:30.625px;left:38px;display:block; }
 }@media only screen and (max-width: 763px) { #ZnE4U5Vq2NGgRWeroAQsUwvdMP34Q3LC { width:320px;height:177px;top:0px;left:0px;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #Sib9OGxEpgBUegT9huZQgpuB4agPfCln { width:320px;height:180px;top:0px;left:0px;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #mdcX6HvnktgcvpJvyWyv1mnN37Nc0rt3 { width:218px;height:158px;top:0px;left:66.5px;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #OnHQdCRTR48zbuaUidk78iAR8RWa1aLF { display:block; }#OnHQdCRTR48zbuaUidk78iAR8RWa1aLF > .row .container { width:320px;height:278px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZemWrTAdEvPvCLGQQepgz7AMyUeHslQq { width:320px;height:97.5px;top:0px;left:0px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZP2cuFIgWn2TT6rJxzUnXoag1JRQ4xbR { width:320px;height:156.7342px;top:107.5px;left:0px;font-size:14px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #WReiX34HpZ9TWpWdPIWJrsDb2hwXqlaz { display:block; }#WReiX34HpZ9TWpWdPIWJrsDb2hwXqlaz > .row .container { width:320px;height:638px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTxwxrd4OMpz3Dg14ikxqr7LTikVLVz9 { width:320px;height:357px;top:248px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #X3aTTPVJTJnUQBP8V5nTpJBe7GMePxE1 { width:320px;height:212.391px;top:13.046875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ziwhPaF8bFtQGRGd99xQ4qTe8i6fJ6z9 { display:block; }#ziwhPaF8bFtQGRGd99xQ4qTe8i6fJ6z9 > .row .container { width:320px;height:75px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lna94kCkn7pbOhXfTdHnNgSkUpDDWVDl { display:block; }#Lna94kCkn7pbOhXfTdHnNgSkUpDDWVDl > .row .container { width:320px;height:4021px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kmeHW3kFzPGOsPW2LzpECAPpKc5zRzy2 { width:320px;height:400px;top:0px;left:0px;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #QZ8hlivGBzqMsQnbeX8dntqrxr7yRceb { width:320px;height:46.7812px;top:265.84375px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #gD02m41ZaGPqKOIRckIFmWsdXo2vOvn7 { width:320px;height:400px;top:415.5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #CQyKxhmyLkTi7qnWiyZDq6Nd3eDh5wzz { width:320px;height:46.7812px;top:702.734375px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #yVwNDksV7QCOtIQe8mZNsFyarihgpE6n { width:320px;height:70.1718px;top:1513.15625px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #FsaFCtoOeBEeLJpnSeQXty1tl93PQPHA { width:320px;height:400px;top:829.3125px;left:0px;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #WVvThkONc2Bgmhu92a7FzOIMRcDK1XPr { width:320px;height:400px;top:1243.3125px;left:0px;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #vfTxqL7i1lFVtQSg4TiRsQ7sNMn5P0Lg { width:320px;height:437px;top:1660.078125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #yptzkq7uziecIFk2ZH8CNxEP9ZgEvwhD { width:320px;height:437px;top:2117.5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Adc8ItT8VDnxTgzMVI9gAeFL9a9lBiyy { width:320px;height:46.7812px;top:1922.921875px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Z86aTkN30OutcIgCTGOrTeJLXaUxSKdW { width:320px;height:46.7812px;top:1103.546875px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #uCNtKsgQQaoVREqJvskTQDTiIXrZI5hv { width:320px;height:70.1718px;top:2412.328125px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #SP6eXzJOLfI8F65JNbE6lBkFCtoI873Q { width:320px;height:320px;top:0px;left:0px;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #Or16L3EH1srNNk5svosikqxKhhrWyKlE { width:320px;height:320px;top:415.5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #X3FUbF0UTk34wPETBFM8R3us3Ju0vTTK { width:320px;height:320px;top:1243.3125px;left:0px;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #muDuLDH6NX9OuxJy7Xb0QOOQsA9CyCQ2 { width:320px;height:320px;top:829.3125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #b1pTy0gqfb7MLDsTTSe9PFlcJpsdazA1 { width:320px;height:320px;top:1660.078125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #NhO74TnrV0f6ntdJ9BSEe4eISRMIX6dP { width:320px;height:320px;top:2117.5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ToHTkRK7vqTGmDEkR8vZKVukmBkHE6EW { width:320px;height:193.906px;top:2574.5px;left:0px;font-size:13px;display:block; }#ToHTkRK7vqTGmDEkR8vZKVukmBkHE6EW li:before{  }
 }@media only screen and (max-width: 763px) { #H0h801mx8Mrw0BuCJO0l3s6gV5A0X9Xt { width:320px;height:210.797px;top:3470.751px;left:0px;font-size:13px;display:block; }#H0h801mx8Mrw0BuCJO0l3s6gV5A0X9Xt li:before{  }
 }@media only screen and (max-width: 763px) { #E1Wl7bvlmQ0zPp0Egu4ezMeJbLaZzZMZ { width:320px;height:273.359px;top:2968.516px;left:0px;font-size:13px;display:block; }#E1Wl7bvlmQ0zPp0Egu4ezMeJbLaZzZMZ li:before{  }
 }@media only screen and (max-width: 763px) { #uaT0SWvrOAiTzSKszATFVG2nsTIfxD88 { width:320px;height:300.25px;top:3701.548px;left:0px;font-size:13px;display:block; }#uaT0SWvrOAiTzSKszATFVG2nsTIfxD88 li:before{  }
 }@media only screen and (max-width: 763px) { #dRz5b7zqbVzlpW6XyTOZKelCFJataFuX { width:320px;height:160.125px;top:2788.391px;left:0px;font-size:13px;display:block; }#dRz5b7zqbVzlpW6XyTOZKelCFJataFuX li:before{  }
 }@media only screen and (max-width: 763px) { #TiQgTcWH2qB4iNUekcXosBnZASkNFwOP { width:320px;height:188.906px;top:3261.86px;left:0px;font-size:13px;display:block; }#TiQgTcWH2qB4iNUekcXosBnZASkNFwOP li:before{  }
 }@media only screen and (max-width: 763px) { #Dt8mi7zm8X1ah4T4FSUia7K5OGoknZyp { display:block; }#Dt8mi7zm8X1ah4T4FSUia7K5OGoknZyp > .row .container { width:320px;height:725px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-text {padding-top: 0; padding-bottom: 0;}#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-select {padding-top: 0; padding-bottom: 0;}#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;height:40px;font-size:15px;overflow:hidden; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-checkbox-label { width:257px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:9px;overflow:hidden;height:auto; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-container { padding-top:5px;padding-right:0;padding-bottom:5px;padding-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-container:first-of-type{padding-top:0;}#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-container:last-of-type{padding-bottom:0;}#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS  { width:280px;height:auto;top:49.765625px;left:0px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS {display:block;}#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS { width:280px;height:auto;top:49.765625px;left:0px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #TB1XJy6tRZOnVexkdN7d6Nh6PnyLWgt0 {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #gWvBogoHEUfyC2JC0oiaJHX40W9eMhbI {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #vWIXplflo31srTVTzHooC7F3e0MATM4K {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #aGVRAr1TzphwMzgHCnAMK2Ti5LLhHSUE {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #EkHEJTP9cmbUwmRWX7xr2vcdIrWBTa7F {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #tP6bOpWLh7kvE7ngKai0KT1ihXzHa8i7 {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #JHKzkdHecr12aTilKmDZuJv4mzOxGveb {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #DmfMS4wZHSNbcbb41zeFcEoKZZQrB6ls {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #TpIlNTITtZKhigUNJ4mQTpPzlLrH1a2k {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #lTCNSkvtPmvv2Jl1GDSAJhOmvfihFb8a {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #MvrmEhoOsckDkO2bBtUdPnKbxa3xA6tf {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #TDsD4cQIEUcTfRz7dq9OVJzp3a5if3uv {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #Ea3GC4TTP2pu4NTd8A00BN1DcrqRT3M2 {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #I8G8hHMEXzg6sDUIr9khLlWZ1BXEQX1F {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #xi1bazGGZST7xi2UMlqB11dJW0b4qoqH {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #SqKw6e765dpUVQT9TlfJ6EPiWMFXF5Tx {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #PbXFNK9yFOtShCU0vrXR2K81GmAG7rAD {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #rDnDUNpl8MftBfUrxTXOLGTv5I0P4xeu {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #bMknrsQI5WXWwQVfqC5u1PcvG83KaTUB {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #c6oceikSoKgAyT7kJkAUceQCT1R89fuA {  }
 }@media only screen and (max-width: 763px) { #kDg0qR5paDKKuSf1Kxpz7hOtR0VM6Tn6 { width:200px;height:20.7969px;top:14px;left:60px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CP6zUF02DgLaSpB8pT3yhC1V1kUrnm5K { width:100px;height:31px;top:545px;left:110px;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #NspTPFUREuR253xchgv42yF6bDBx3cUQ { display:block; }
 }@media only screen and (max-width: 763px) { #LBdBTBhTOsnIPphIS8t9z7iqDhVeiU77 { width:320px;height:105.562px;top:598px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #Zyx0kXBZVPRtQmIQSJTh2dqiSfcz1qEg { display:block; }#Zyx0kXBZVPRtQmIQSJTh2dqiSfcz1qEg > .row .container { width:320px;height:11px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5 { background-color:transparent;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5.adaptive-delivery-prevent-bg, #aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5.lazyload, #aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5.lazyloading { background-image: none; }#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5 > .row .container { background-color: transparent; background-image: none; }#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5 > .row .container > .video-iframe-container { display: none; }#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5 > .row > .video-iframe-container { display: none; }#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5 > .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); }#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5 > .row .container { width:320px;height:122px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WmndrIUo0TpSlEB1Td8sfkGhOdsAyWlF { width:269px;height:35.1875px;top:47.796875px;left:25.5px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #ZawEeGM4a8ak3ZBPR1fraBXERMlUxd3J { width:269px;height:17.5938px;top:15.5625px;left:25.5px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CTx5JhNp52degBX2WeGxwl6UpQMZz84T { display:block; }#CTx5JhNp52degBX2WeGxwl6UpQMZz84T > .row .container { width:320px;height:147px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vn161FVG5ay0TddBEdtzCbWg3rJKwf4W { width:320px;height:107px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #s7UsUmZPeBOxnFvbT96WbdBqEkTTZKET { display:block; }#s7UsUmZPeBOxnFvbT96WbdBqEkTTZKET > .row .container { width:320px;height:213px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gw8GBTdA06VosnWlxpaIXTNymhTn4OxD { width:134px;height:45px;top:13px;left:26px;display:block; }
 }@media only screen and (max-width: 763px) { #IUUiB9qr7FBqP5P7eZ34cFenLaTgFgSR { width:134px;height:54.5625px;top:139px;left:93px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rsqzhJokFSMRwAefnN2i4ofyLlk2dny5 { top:85px;left:100px;width:120px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #wH4o4BBQa2glyrX8lxLgEQy6itEIcPs0 { display:block; }
 }@media only screen and (max-width: 763px) { #PNRxlGqFsdzaPb0JJkv7xJbghOENBChh { display:block; }#PNRxlGqFsdzaPb0JJkv7xJbghOENBChh > .row .container { width:320px;height:30px;position:relative;display:block; } }