.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;box-shadow: none;height:40px;width:239px;top:7px;left:14.5px;overflow:hidden;display:block; }
#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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;box-shadow: none;height:36px;width:95px;top:486.5px;left:862px;overflow:hidden;display:block; }
#DCAVx5pnkQrQ9xpyAxZdW5ydiOXUI7CZ { color:#000000;display:block;width:191px;position:absolute;font-family:poppins;font-size:35px;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:193.5px;left:15.5px;height:45px;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;box-shadow: none;height:10px;width:185px;top:238px;left:14.5px;display:block; }
#SUIFGMslTQ4JErsaKOQNLMhpheT7VXC0 { 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;box-shadow: none;height:542px;width:816px;top:0px;left:317px;overflow:hidden;display:block; }
#BpuSa8HaWy8shbZTkMMegJGRIdqJOHy3 { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:383px;width:421px;top:71.671875px;left:699px;overflow:hidden;display:block; }
#Oxz3sQKDWqi1Zc77J9Z5y3FAnJAcf4Ip { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:428px;width:294px;top:114px;left:185.5px;overflow:hidden;display:block; }
#KbTvD904pzieZDTekgwyQDOn2kTT1OTb { color:#000000;display:block;width:355px;position:absolute;font-family:poppins;font-size:37px;font-weight:normal;z-index:15058;line-height:1.1;letter-spacing:0;top:21.625px;left:17.5px;height:80px;display:block; }
#ylKKlxrfZpLUlMP3aM5KrDupV90bN8gi { color:#000000;display:block;width:107px;position:absolute;font-family:poppins;font-size:35px;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:305.25px;left:15.5px;height:45px;display:block; }
#VrK5AoU4Fz5Jc0MtPIJJlb3AUE27rERr { color:#000000;display:block;width:223px;position:absolute;font-family:poppins;font-size:61px;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:102.1875px;left:14px;height:79px;display:block; }
#MutVWy2r8N6VWWQLzCAQiqL0HRlpyORC { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:51px;width:131px;top:470.5px;left:17.5px;overflow:hidden;display:block; }
#zwOwZ2JKEab88tbuGP7v2RiGIdrJdxJ8 { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:51px;width:102px;top:378px;left:15.5px;overflow:hidden;display:block; }
#OqpNan79TPU8of8tzGkOaTyT27xLV05y { position:relative;display:block; }#OqpNan79TPU8of8tzGkOaTyT27xLV05y { background-color: transparent; background-image: none; }#OqpNan79TPU8of8tzGkOaTyT27xLV05y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OqpNan79TPU8of8tzGkOaTyT27xLV05y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OqpNan79TPU8of8tzGkOaTyT27xLV05y > .row .container > .video-iframe-container { display: none; }#OqpNan79TPU8of8tzGkOaTyT27xLV05y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OqpNan79TPU8of8tzGkOaTyT27xLV05y > .row > .video-iframe-container { display: none; }#OqpNan79TPU8of8tzGkOaTyT27xLV05y > .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); }#OqpNan79TPU8of8tzGkOaTyT27xLV05y { border-width: 0; border-radius: 0; }#OqpNan79TPU8of8tzGkOaTyT27xLV05y > .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; }#OqpNan79TPU8of8tzGkOaTyT27xLV05y > .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:12px;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; }#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:172px;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; }#ZP2cuFIgWn2TT6rJxzUnXoag1JRQ4xbR { color:#ff00de;display:block;width:960px;position:absolute;font-family:poppins;font-size:14px;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:16.8125px;left:0px;height:;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; }
#ifCEAL2JfJo8P5rT9UhBTz10urqZNqRi { background-color:#e20613;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:22px;border-top-right-radius:22px;border-bottom-left-radius:22px;border-bottom-right-radius:22px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:14px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:100px;height:30px;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:122px;left:430px;display:block; }
#xc3e8QKdq6Pk6pWlsFt6AQGvDIDykUps { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;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:15px;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; }#qpzXylQOP85vlz4L6G0JdE4lMVU0Cnxm { 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; }#qpzXylQOP85vlz4L6G0JdE4lMVU0Cnxm > .row .container { background-color: transparent; background-image: none; }#qpzXylQOP85vlz4L6G0JdE4lMVU0Cnxm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qpzXylQOP85vlz4L6G0JdE4lMVU0Cnxm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qpzXylQOP85vlz4L6G0JdE4lMVU0Cnxm > .row .container > .video-iframe-container { display: none; }#qpzXylQOP85vlz4L6G0JdE4lMVU0Cnxm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qpzXylQOP85vlz4L6G0JdE4lMVU0Cnxm > .row > .video-iframe-container { display: none; }#qpzXylQOP85vlz4L6G0JdE4lMVU0Cnxm > .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); }#qpzXylQOP85vlz4L6G0JdE4lMVU0Cnxm > .row .container { border-width: 0; border-radius: 0; }#qpzXylQOP85vlz4L6G0JdE4lMVU0Cnxm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qpzXylQOP85vlz4L6G0JdE4lMVU0Cnxm > .row .container { font-size:14px;font-family:arial;height:932px;width:960px;position:relative;display:block; }#UAiywLza3ytOzQB6tQsgt7hiI1RxRHqa { 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:437px;width:471px;top:0px;left:0px;display:block; }
#UCPvZHq6hXXc64b0H8B4oeTiMIiF1ktz { 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:436px;width:467px;top:0px;left:493px;display:block; }
#fL2TMMEHTPlaeIuvnakVcn98LsEDlIpg { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:365px;width:460px;top:30.5px;left:494.94568245125px;overflow:hidden;display:block; }
#W6TiWWGeTOZcp71LE6MOMuscSd2lyAPO { color:#ff00de;display:block;width:459px;position:absolute;font-family:poppins;font-size:14px;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:90.625px;left:14px;height:247px;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; }
#TZMgp9RiXPm6KJOCthptFrgrTC9zz477 { color:#ff00de;display:block;width:205px;position:absolute;font-family:poppins;font-size:25px;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:30.5px;left:14px;height:35px;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; }
#IyEa5K7ZTmLqztqxRMcwHdrV3W4oTt3X { position:absolute;display:block;z-index:14998;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:437px;width:471px;top:463px;left:0px;display:block; }
#bACkZehUDEOrtTnr9QNxehkez03K1IXA { position:absolute;display:block;z-index:15000;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:436px;width:467px;top:463.5px;left:493px;display:block; }
#XigdZ43hu2dSXkclKECG6Tg3IFKWelK2 { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:398px;width:388px;top:466px;left:22.5px;overflow:hidden;display:block; }
#NHpfF1TZCbAvEW3wnQU359FLdQ7AOvlI { color:#ff00de;display:block;width:440px;position:absolute;font-family:poppins;font-size:14px;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:487.625px;left:508.5px;height:114px;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; }
#bvu3SHoo2xK36MMMFvGzIITc7IbN4FTD { position:relative;display:block; }#bvu3SHoo2xK36MMMFvGzIITc7IbN4FTD { background-color: transparent; background-image: none; }#bvu3SHoo2xK36MMMFvGzIITc7IbN4FTD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvu3SHoo2xK36MMMFvGzIITc7IbN4FTD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvu3SHoo2xK36MMMFvGzIITc7IbN4FTD > .row .container > .video-iframe-container { display: none; }#bvu3SHoo2xK36MMMFvGzIITc7IbN4FTD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvu3SHoo2xK36MMMFvGzIITc7IbN4FTD > .row > .video-iframe-container { display: none; }#bvu3SHoo2xK36MMMFvGzIITc7IbN4FTD > .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); }#bvu3SHoo2xK36MMMFvGzIITc7IbN4FTD { border-width: 0; border-radius: 0; }#bvu3SHoo2xK36MMMFvGzIITc7IbN4FTD > .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; }#bvu3SHoo2xK36MMMFvGzIITc7IbN4FTD > .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:527px;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; }#R634B0xkWzrZGm05pR3fHkNRFJiD8l6X { color:#ff00de;display:block;width:464px;position:absolute;font-family:poppins;font-size:25px;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:19px;left:0px;height:35px;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; }
#RoelxeMz33dHqqquhTchefrsyKVwvssK { color:#000000;display:block;width:368px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15008;line-height:1.9;letter-spacing:0;top:72px;left:103px;height:450px;text-align:right;text-align-last:right;display:block; }
#Clu1zJykxllitzgNoNkuFiZaQO0lf140 { color:#000000;display:block;width:368px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15009;line-height:1.9;letter-spacing:0;top:72px;left:491px;height:420px;text-align:left;text-align-last:left;display:block; }
#WPt5k44HyiJxe5rS4m1gqnX0Oc4XVueX { box-sizing:content-box;height:450px;width:3px;position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:none;top:53px;left:479px;display:block; }
#U6OkgucX55WDAmQQ9Qzqu2L2DV17KFQM { box-sizing:content-box;height:3px;width:800px;position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:none;top:132px;left:80px;display:block; }
#Tk7uF9zRTFPC89gaNgb4QdrTKiInrSVN { box-sizing:content-box;height:3px;width:800px;position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:none;top:100px;left:80px;display:block; }
#iSZ6Vq0y0Oxqi1uZ32HmbAHDFpB6US54 { box-sizing:content-box;height:3px;width:800px;position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:none;top:164px;left:80px;display:block; }
#DB32QXqQlnb27PklwTtvIk1aVOgVtS4x { box-sizing:content-box;height:3px;width:800px;position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:none;top:192px;left:80px;display:block; }
#gWVOJK0l7MvPbmNEhf8D9f0nTWe1ObH1 { box-sizing:content-box;height:3px;width:800px;position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:none;top:223px;left:80px;display:block; }
#fDWp6NbWcHitAcVnZkbql2IKJSKUXZWe { box-sizing:content-box;height:3px;width:800px;position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:none;top:253px;left:80px;display:block; }
#nGvOERWv8Nfpm1w7whTFIMdehKCFFwgH { box-sizing:content-box;height:3px;width:800px;position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:none;top:283px;left:80px;display:block; }
#SNvog5X27F10rQZvfRQcRBOPcdBuMe14 { box-sizing:content-box;height:3px;width:800px;position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:none;top:314px;left:80px;display:block; }
#AEKXmMG0UecPpg31lap7FO7Hoqe9T86u { box-sizing:content-box;height:3px;width:800px;position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:none;top:344px;left:80px;display:block; }
#gd8g7UFRSouUIsXTQhbFo7I5UHs6vJyT { box-sizing:content-box;height:3px;width:800px;position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:none;top:376px;left:80px;display:block; }
#Q2ryklGiHgsU6OZvfpEPPrP6E2mx9rFH { box-sizing:content-box;height:3px;width:800px;position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:none;top:405px;left:80px;display:block; }
#cV1OaEgbROegwN35lLJPWuwrLb7wR7ba { box-sizing:content-box;height:3px;width:800px;position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:none;top:437px;left:80px;display:block; }
#vJqSZVAKKBseJayrPBHag6HlsefVf2Q8 { box-sizing:content-box;height:3px;width:800px;position:absolute;display:block;z-index:15024;background-color:#e3e3e3;background-image:none;top:467px;left:80px;display:block; }
#G1Hsgmnbm3odnF3PDAXqHvON7TCPgMo7 { box-sizing:content-box;height:3px;width:800px;position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:none;top:500px;left:80px;display:block; }
#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:627px;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:552px;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:552px;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:552px;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:552px;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:552px;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:529px;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:6px;padding-right:0;padding-bottom:6px;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:552px;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:58px;left:165.5px; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:552px; }
#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:552px;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:58px;left:165.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:26px;left:380px;height:20px;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-shadow: none;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:578px;left:386px;display:block; }
#NspTPFUREuR253xchgv42yF6bDBx3cUQ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;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; }#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; }#KUr3dZ7cbgtlW25SzSzXvGDfFtZlTo5J { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:322px;width:960px;top:0px;left:0px;overflow:hidden;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:269px;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:35px;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:269px;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:15px;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; }
#s7UsUmZPeBOxnFvbT96WbdBqEkTTZKET { background-color:#000000;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;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;box-shadow: none;height:45px;width:268px;top:27.5px;left:23px;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:54px;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:7px;left:0px;width:239px;height:40px;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:486px;left:669px;width:95px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #DCAVx5pnkQrQ9xpyAxZdW5ydiOXUI7CZ { top:193px;left:0px;width:191px;height:45px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #x2SmCtwFJm0OQOTowX5UuCTTmLl8xnsN { top:238px;left:0px;width:185px;height:10px;display:block; }
 }@media only screen and (max-width: 763px) { #SUIFGMslTQ4JErsaKOQNLMhpheT7VXC0 { top:0px;left:0px;width:764px;height:507.46078431373px;display:block; }
 }@media only screen and (max-width: 763px) { #BpuSa8HaWy8shbZTkMMegJGRIdqJOHy3 { top:71px;left:343px;width:421px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #Oxz3sQKDWqi1Zc77J9Z5y3FAnJAcf4Ip { top:114px;left:87.5px;width:294px;height:428px;display:block; }
 }@media only screen and (max-width: 763px) { #KbTvD904pzieZDTekgwyQDOn2kTT1OTb { top:21px;left:0px;width:355px;height:81px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #ylKKlxrfZpLUlMP3aM5KrDupV90bN8gi { top:305px;left:0px;width:107px;height:45px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #VrK5AoU4Fz5Jc0MtPIJJlb3AUE27rERr { top:102px;left:0px;width:223px;height:79px;font-size:61px;display:block; }
 }@media only screen and (max-width: 763px) { #MutVWy2r8N6VWWQLzCAQiqL0HRlpyORC { top:470px;left:0px;width:131px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #zwOwZ2JKEab88tbuGP7v2RiGIdrJdxJ8 { top:378px;left:0px;width:102px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #OqpNan79TPU8of8tzGkOaTyT27xLV05y { display:block; }#OqpNan79TPU8of8tzGkOaTyT27xLV05y > .row .container { width:764px;position:relative;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) { #ZP2cuFIgWn2TT6rJxzUnXoag1JRQ4xbR { width:764px;height:;top:16px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #ifCEAL2JfJo8P5rT9UhBTz10urqZNqRi { width:100px;height:30px;top:122px;left:332px;display:block; }
 }@media only screen and (max-width: 763px) { #xc3e8QKdq6Pk6pWlsFt6AQGvDIDykUps { 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) { #qpzXylQOP85vlz4L6G0JdE4lMVU0Cnxm { display:block; }#qpzXylQOP85vlz4L6G0JdE4lMVU0Cnxm > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UAiywLza3ytOzQB6tQsgt7hiI1RxRHqa { top:0px;left:0px;width:471px;height:437px;display:block; }
 }@media only screen and (max-width: 763px) { #UCPvZHq6hXXc64b0H8B4oeTiMIiF1ktz { top:0px;left:297px;width:467px;height:436px;display:block; }
 }@media only screen and (max-width: 763px) { #fL2TMMEHTPlaeIuvnakVcn98LsEDlIpg { top:30px;left:304px;width:460px;height:365px;display:block; }
 }@media only screen and (max-width: 763px) { #W6TiWWGeTOZcp71LE6MOMuscSd2lyAPO { width:459px;height:255px;top:90px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #TZMgp9RiXPm6KJOCthptFrgrTC9zz477 { width:205px;height:35px;top:30px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #IyEa5K7ZTmLqztqxRMcwHdrV3W4oTt3X { top:463px;left:0px;width:471px;height:437px;display:block; }
 }@media only screen and (max-width: 763px) { #bACkZehUDEOrtTnr9QNxehkez03K1IXA { top:463px;left:297px;width:467px;height:436px;display:block; }
 }@media only screen and (max-width: 763px) { #XigdZ43hu2dSXkclKECG6Tg3IFKWelK2 { top:466px;left:0px;width:388px;height:398px;display:block; }
 }@media only screen and (max-width: 763px) { #NHpfF1TZCbAvEW3wnQU359FLdQ7AOvlI { width:440px;height:157px;top:487px;left:307px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #bvu3SHoo2xK36MMMFvGzIITc7IbN4FTD { display:block; }#bvu3SHoo2xK36MMMFvGzIITc7IbN4FTD > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R634B0xkWzrZGm05pR3fHkNRFJiD8l6X { width:464px;height:35px;top:19px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #RoelxeMz33dHqqquhTchefrsyKVwvssK { top:72px;left:5px;width:368px;height:455px;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #Clu1zJykxllitzgNoNkuFiZaQO0lf140 { top:72px;left:393px;width:368px;height:425px;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #WPt5k44HyiJxe5rS4m1gqnX0Oc4XVueX { top:53px;left:381px;width:3px;height:450px;display:block; }
 }@media only screen and (max-width: 763px) { #U6OkgucX55WDAmQQ9Qzqu2L2DV17KFQM { top:132px;left:0px;width:764px;height:3px;display:block; }
 }@media only screen and (max-width: 763px) { #Tk7uF9zRTFPC89gaNgb4QdrTKiInrSVN { top:100px;left:0px;width:764px;height:3px;display:block; }
 }@media only screen and (max-width: 763px) { #iSZ6Vq0y0Oxqi1uZ32HmbAHDFpB6US54 { top:164px;left:0px;width:764px;height:3px;display:block; }
 }@media only screen and (max-width: 763px) { #DB32QXqQlnb27PklwTtvIk1aVOgVtS4x { top:192px;left:0px;width:764px;height:3px;display:block; }
 }@media only screen and (max-width: 763px) { #gWVOJK0l7MvPbmNEhf8D9f0nTWe1ObH1 { top:223px;left:0px;width:764px;height:3px;display:block; }
 }@media only screen and (max-width: 763px) { #fDWp6NbWcHitAcVnZkbql2IKJSKUXZWe { top:253px;left:0px;width:764px;height:3px;display:block; }
 }@media only screen and (max-width: 763px) { #nGvOERWv8Nfpm1w7whTFIMdehKCFFwgH { top:283px;left:0px;width:764px;height:3px;display:block; }
 }@media only screen and (max-width: 763px) { #SNvog5X27F10rQZvfRQcRBOPcdBuMe14 { top:314px;left:0px;width:764px;height:3px;display:block; }
 }@media only screen and (max-width: 763px) { #AEKXmMG0UecPpg31lap7FO7Hoqe9T86u { top:344px;left:0px;width:764px;height:3px;display:block; }
 }@media only screen and (max-width: 763px) { #gd8g7UFRSouUIsXTQhbFo7I5UHs6vJyT { top:376px;left:0px;width:764px;height:3px;display:block; }
 }@media only screen and (max-width: 763px) { #Q2ryklGiHgsU6OZvfpEPPrP6E2mx9rFH { top:405px;left:0px;width:764px;height:3px;display:block; }
 }@media only screen and (max-width: 763px) { #cV1OaEgbROegwN35lLJPWuwrLb7wR7ba { top:437px;left:0px;width:764px;height:3px;display:block; }
 }@media only screen and (max-width: 763px) { #vJqSZVAKKBseJayrPBHag6HlsefVf2Q8 { top:467px;left:0px;width:764px;height:3px;display:block; }
 }@media only screen and (max-width: 763px) { #G1Hsgmnbm3odnF3PDAXqHvON7TCPgMo7 { top:500px;left:0px;width:764px;height:3px;display:block; }
 }@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:552px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-text { width:552px;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:552px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-select { width:552px;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:552px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-checkbox-label { width:530px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS  { width:552px;height:auto;top:58px;left:67.5px; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .radio-container { width:552px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS {display:block;}#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS { width:552px;height:auto;top:58px;left:67.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:26px;left:282px;width:200px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CP6zUF02DgLaSpB8pT3yhC1V1kUrnm5K { width:151px;height:32px;top:578px;left:288px;display:block; }
 }@media only screen and (max-width: 763px) { #NspTPFUREuR253xchgv42yF6bDBx3cUQ { 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) { #CTx5JhNp52degBX2WeGxwl6UpQMZz84T { display:block; }#CTx5JhNp52degBX2WeGxwl6UpQMZz84T > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KUr3dZ7cbgtlW25SzSzXvGDfFtZlTo5J { top:0px;left:0px;width:764px;height:256.25833333333px;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:269px;height:35px;top:57px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #ZawEeGM4a8ak3ZBPR1fraBXERMlUxd3J { width:269px;height:15px;top:22px;left:0px;font-size:16px;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:27px;left:0px;width:268px;height:45px;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:239px;height:40px;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:489px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J8egFCLZaDZIkN0EtoPbV6csNWitf4M5 { width:54px;height:20px;top:452px;left:253.5px;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) { #SUIFGMslTQ4JErsaKOQNLMhpheT7VXC0 { width:320px;height:212px;top:66.046875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #BpuSa8HaWy8shbZTkMMegJGRIdqJOHy3 { width:237px;height:213px;top:101.046875px;left:162px;display:block; }
 }@media only screen and (max-width: 763px) { #Oxz3sQKDWqi1Zc77J9Z5y3FAnJAcf4Ip { width:109px;height:159px;top:116px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #KbTvD904pzieZDTekgwyQDOn2kTT1OTb { width:320px;height:70.375px;top:295.359375px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #ylKKlxrfZpLUlMP3aM5KrDupV90bN8gi { width:107px;height:41.5938px;top:365.734375px;left:160px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #VrK5AoU4Fz5Jc0MtPIJJlb3AUE27rERr { width:223px;height:41.5938px;top:364.734375px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #MutVWy2r8N6VWWQLzCAQiqL0HRlpyORC { width:100px;height:38px;top:433px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #zwOwZ2JKEab88tbuGP7v2RiGIdrJdxJ8 { width:67px;height:33px;top:436px;left:17px;display:block; }
 }@media only screen and (max-width: 763px) { #OqpNan79TPU8of8tzGkOaTyT27xLV05y { display:block; }#OqpNan79TPU8of8tzGkOaTyT27xLV05y > .row .container { width:320px;height:15px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OnHQdCRTR48zbuaUidk78iAR8RWa1aLF { display:block; }#OnHQdCRTR48zbuaUidk78iAR8RWa1aLF > .row .container { width:320px;height:315px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZP2cuFIgWn2TT6rJxzUnXoag1JRQ4xbR { width:320px;height:254.719px;top:8.5px;left:0px;font-size:14px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ifCEAL2JfJo8P5rT9UhBTz10urqZNqRi { width:100px;height:30px;top:274.625px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #xc3e8QKdq6Pk6pWlsFt6AQGvDIDykUps { display:block; }
 }@media only screen and (max-width: 763px) { #ziwhPaF8bFtQGRGd99xQ4qTe8i6fJ6z9 { display:block; }#ziwhPaF8bFtQGRGd99xQ4qTe8i6fJ6z9 > .row .container { width:320px;height:11px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qpzXylQOP85vlz4L6G0JdE4lMVU0Cnxm { display:block; }#qpzXylQOP85vlz4L6G0JdE4lMVU0Cnxm > .row .container { width:320px;height:1301px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UAiywLza3ytOzQB6tQsgt7hiI1RxRHqa { width:320px;height:281px;top:0px;left:0px;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #UCPvZHq6hXXc64b0H8B4oeTiMIiF1ktz { width:320px;height:400px;top:295.5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #fL2TMMEHTPlaeIuvnakVcn98LsEDlIpg { width:320px;height:253.906px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #W6TiWWGeTOZcp71LE6MOMuscSd2lyAPO { width:320px;height:333.094px;top:339.5px;left:0px;font-size:14px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #TZMgp9RiXPm6KJOCthptFrgrTC9zz477 { width:205px;height:35px;top:295.5px;left:0px;font-size:25px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #IyEa5K7ZTmLqztqxRMcwHdrV3W4oTt3X { width:320px;height:366px;top:704.59375px;left:0px;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #bACkZehUDEOrtTnr9QNxehkez03K1IXA { width:320px;height:219px;top:1080.5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XigdZ43hu2dSXkclKECG6Tg3IFKWelK2 { width:320px;height:328.234px;top:718.59375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #NHpfF1TZCbAvEW3wnQU359FLdQ7AOvlI { width:320px;height:195.938px;top:1090.625px;left:0px;font-size:14px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #bvu3SHoo2xK36MMMFvGzIITc7IbN4FTD { display:block; }#bvu3SHoo2xK36MMMFvGzIITc7IbN4FTD > .row .container { width:320px;height:404px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R634B0xkWzrZGm05pR3fHkNRFJiD8l6X { width:320px;height:35px;top:20px;left:0px;font-size:25px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #RoelxeMz33dHqqquhTchefrsyKVwvssK { width:192px;height:337.5px;top:59px;left:0px;font-size:9px;z-index:15026;line-height:2.5;display:block; }
 }@media only screen and (max-width: 763px) { #Clu1zJykxllitzgNoNkuFiZaQO0lf140 { width:115px;height:315px;top:60px;left:205px;font-size:9px;z-index:15027;line-height:2.5;display:block; }
 }@media only screen and (max-width: 763px) { #WPt5k44HyiJxe5rS4m1gqnX0Oc4XVueX { width:3px;height:320px;top:57px;left:198px;display:block; }
 }@media only screen and (max-width: 763px) { #U6OkgucX55WDAmQQ9Qzqu2L2DV17KFQM { width:320px;height:3px;top:98px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Tk7uF9zRTFPC89gaNgb4QdrTKiInrSVN { width:320px;height:3px;top:75px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #iSZ6Vq0y0Oxqi1uZ32HmbAHDFpB6US54 { width:320px;height:3px;top:121px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #DB32QXqQlnb27PklwTtvIk1aVOgVtS4x { width:320px;height:3px;top:144px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #gWVOJK0l7MvPbmNEhf8D9f0nTWe1ObH1 { width:320px;height:3px;top:167px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #fDWp6NbWcHitAcVnZkbql2IKJSKUXZWe { width:320px;height:3px;top:190px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #nGvOERWv8Nfpm1w7whTFIMdehKCFFwgH { width:320px;height:3px;top:213px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #SNvog5X27F10rQZvfRQcRBOPcdBuMe14 { width:320px;height:3px;top:236px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #AEKXmMG0UecPpg31lap7FO7Hoqe9T86u { width:320px;height:3px;top:259px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #gd8g7UFRSouUIsXTQhbFo7I5UHs6vJyT { width:320px;height:3px;top:282px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Q2ryklGiHgsU6OZvfpEPPrP6E2mx9rFH { width:320px;height:3px;top:305px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cV1OaEgbROegwN35lLJPWuwrLb7wR7ba { width:320px;height:3px;top:328px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #vJqSZVAKKBseJayrPBHag6HlsefVf2Q8 { width:320px;height:3px;top:351px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #G1Hsgmnbm3odnF3PDAXqHvON7TCPgMo7 { width:320px;height:3px;top:374px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Dt8mi7zm8X1ah4T4FSUia7K5OGoknZyp { display:block; }#Dt8mi7zm8X1ah4T4FSUia7K5OGoknZyp > .row .container { width:320px;height:608px;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:258px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:9px;overflow:hidden;height:auto; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS  { width:280px;height:auto;top:49.765625px;left:0px; }
#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; }
 }@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;display:block; }
 }@media only screen and (max-width: 763px) { #CP6zUF02DgLaSpB8pT3yhC1V1kUrnm5K { width:100px;height:31px;top:567px;left:110px;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #NspTPFUREuR253xchgv42yF6bDBx3cUQ { 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) { #CTx5JhNp52degBX2WeGxwl6UpQMZz84T { display:block; }#CTx5JhNp52degBX2WeGxwl6UpQMZz84T > .row .container { width:320px;height:130px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KUr3dZ7cbgtlW25SzSzXvGDfFtZlTo5J { width:320px;height:107.33333333333px;top:20px;left:0px;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:142px;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) { #s7UsUmZPeBOxnFvbT96WbdBqEkTTZKET { display:block; }#s7UsUmZPeBOxnFvbT96WbdBqEkTTZKET > .row .container { width:320px;height:213px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gw8GBTdA06VosnWlxpaIXTNymhTn4OxD { width:268px;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; } }