.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:46px;width:200px;top:0.98958337306976px;left:0px;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; }#Sib9OGxEpgBUegT9huZQgpuB4agPfCln { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:540px;width:960px;top:0px;left:0px;overflow:hidden;display:block; }
#OnHQdCRTR48zbuaUidk78iAR8RWa1aLF { position:relative;display:block; }#OnHQdCRTR48zbuaUidk78iAR8RWa1aLF { background-color: transparent; background-image: none; }#OnHQdCRTR48zbuaUidk78iAR8RWa1aLF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnHQdCRTR48zbuaUidk78iAR8RWa1aLF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnHQdCRTR48zbuaUidk78iAR8RWa1aLF > .row .container > .video-iframe-container { display: none; }#OnHQdCRTR48zbuaUidk78iAR8RWa1aLF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnHQdCRTR48zbuaUidk78iAR8RWa1aLF > .row > .video-iframe-container { display: none; }#OnHQdCRTR48zbuaUidk78iAR8RWa1aLF > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnHQdCRTR48zbuaUidk78iAR8RWa1aLF { border-width: 0; border-radius: 0; }#OnHQdCRTR48zbuaUidk78iAR8RWa1aLF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OnHQdCRTR48zbuaUidk78iAR8RWa1aLF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:218px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZemWrTAdEvPvCLGQQepgz7AMyUeHslQq { color:#000000;display:block;width:660px;position:absolute;font-family:roboto;font-size:42px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:9px;left:7px;height:54px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZP2cuFIgWn2TT6rJxzUnXoag1JRQ4xbR { color:#ff00de;display:block;width:945px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:96.015625px;left:7.5px;height:88px;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WReiX34HpZ9TWpWdPIWJrsDb2hwXqlaz { border-top:0;border-left:0;border-right:0;border-bottom:10px solid #e20917;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WReiX34HpZ9TWpWdPIWJrsDb2hwXqlaz > .row .container { background-color: transparent; background-image: none; }#WReiX34HpZ9TWpWdPIWJrsDb2hwXqlaz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WReiX34HpZ9TWpWdPIWJrsDb2hwXqlaz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WReiX34HpZ9TWpWdPIWJrsDb2hwXqlaz > .row .container > .video-iframe-container { display: none; }#WReiX34HpZ9TWpWdPIWJrsDb2hwXqlaz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WReiX34HpZ9TWpWdPIWJrsDb2hwXqlaz > .row > .video-iframe-container { display: none; }#WReiX34HpZ9TWpWdPIWJrsDb2hwXqlaz > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WReiX34HpZ9TWpWdPIWJrsDb2hwXqlaz > .row .container { border-width: 0; border-radius: 0; }#WReiX34HpZ9TWpWdPIWJrsDb2hwXqlaz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WReiX34HpZ9TWpWdPIWJrsDb2hwXqlaz > .row .container { font-size:14px;font-family:arial;height:311px;width:960px;position:relative;display:block; }#aTxwxrd4OMpz3Dg14ikxqr7LTikVLVz9 { color:#ff00fd;display:block;width:450px;position:absolute;font-family:roboto;font-size:16px;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:9.265625px;left:9px;height:286px;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#X3aTTPVJTJnUQBP8V5nTpJBe7GMePxE1 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:292px;width:441px;top:9.5px;left:499.50006103516px;overflow:hidden;display:block; }
#Lna94kCkn7pbOhXfTdHnNgSkUpDDWVDl { border-top:0;border-left:0;border-right:0;border-bottom:13px solid #e20613;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Lna94kCkn7pbOhXfTdHnNgSkUpDDWVDl > .row .container { background-color: transparent; background-image: none; }#Lna94kCkn7pbOhXfTdHnNgSkUpDDWVDl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lna94kCkn7pbOhXfTdHnNgSkUpDDWVDl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lna94kCkn7pbOhXfTdHnNgSkUpDDWVDl > .row .container > .video-iframe-container { display: none; }#Lna94kCkn7pbOhXfTdHnNgSkUpDDWVDl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lna94kCkn7pbOhXfTdHnNgSkUpDDWVDl > .row > .video-iframe-container { display: none; }#Lna94kCkn7pbOhXfTdHnNgSkUpDDWVDl > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lna94kCkn7pbOhXfTdHnNgSkUpDDWVDl > .row .container { border-width: 0; border-radius: 0; }#Lna94kCkn7pbOhXfTdHnNgSkUpDDWVDl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lna94kCkn7pbOhXfTdHnNgSkUpDDWVDl > .row .container { font-size:14px;font-family:arial;height:2038px;width:960px;position:relative;display:block; }#kmeHW3kFzPGOsPW2LzpECAPpKc5zRzy2 { position:absolute;display:block;z-index:14995;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 00 0 30px rgba(0,0,0,0.09) ;height:669px;width:471px;top:0px;left:0px;display:block; }
#QZ8hlivGBzqMsQnbeX8dntqrxr7yRceb { color:#000000;display:block;width:455px;position:absolute;font-family:roboto;font-size:18px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:195.53125px;left:12.5px;height:23px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MC4QrTK2hK4LlFuNBsTdDINtVStR6aFP { 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:35px;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:609px;left:670px;display:block; }
#Mkf1bDqLGvvTaTP1Q8m2wPmewXrTvDmn { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#PxfawnHkkPk5bAGWm4bgTxOkafm9R6CH { 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:90px;width:90px;top:0px;left:0px;overflow:hidden;display:block; }
#uTNKcqfxtZklrkGodDVRQQGU3Gqpwf3Z { color:#000000;display:block;width:439px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15063;line-height:1.5;letter-spacing:0;top:250.5px;left:16.5px;height:144px;text-align:justify;text-align-last:initial;display:block; }
#ofxEIAmFpQSGa71ZT4MvtzTeU3GQ2mJ2 { color:#000000;display:block;width:448px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15064;line-height:1.5;letter-spacing:0;top:417px;left:16px;height:144px;display:block; }
#GTg1JGw0Sylnt86XlaKORPTAxyZElK9T { position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 00 0 30px rgba(0,0,0,0.09) ;height:669px;width:471px;top:0px;left:489px;display:block; }
#i0wWE3BEFia1W7ETmIwSe57WyBJ15cD2 { position:absolute;display:block;z-index:15064;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:90px;width:90px;top:0px;left:489px;overflow:hidden;display:block; }
#Quk2atKzBiyRaGRTHXKPVDAkBpPHXTz4 { 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:201px;width:201px;top:0px;left:619.5px;overflow:hidden;display:block; }
#lsx9wgsivnwUz8RS7f5gS793gtEGTliN { color:#000000;display:block;width:455px;position:absolute;font-family:roboto;font-size:18px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:196.53125px;left:505px;height:23px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QAhGIb8W94ObKGGWQTOW4glMU0C7ITuV { color:#000000;display:block;width:437px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15070;line-height:1.5;letter-spacing:0;top:250.5px;left:508px;height:144px;text-align:justify;text-align-last:initial;display:block; }
#loI9SomiZG77uT4PPBFTfkdM1eaOB9HZ { color:#000000;display:block;width:447px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15071;line-height:1.5;letter-spacing:0;top:417px;left:508px;height:144px;display:block; }
#otLBeXDrAgURkdITmgFmGlQnBUvaCPPV { position:absolute;display:block;z-index:15006;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:188px;width:188px;top:0px;left:146px;overflow:hidden;display:block; }
#MhL53igVGNOg1PbCTKmxR2sP2F0R8hoL { color:#000000;display:block;width:447px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15079;line-height:1.5;letter-spacing:0;top:1129px;left:16.5px;height:120px;display:block; }
#KThEzlGp47nvwQZ1NkpO31bbngcQ0ws4 { color:#000000;display:block;width:440px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15078;line-height:1.5;letter-spacing:0;top:951px;left:16.5px;height:144px;text-align:justify;text-align-last:initial;display:block; }
#LOoPCLfAOTP71bOvcWcz5yx0bkch9BBz { color:#000000;display:block;width:455px;position:absolute;font-family:roboto;font-size:18px;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:896px;left:0px;height:23px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uHJsqNWlwe17JT3TXt350mqMmC5T5cWq { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:205px;width:205px;top:680px;left:137.5px;overflow:hidden;display:block; }
#Ht8hxtTX3rlawpRUBHRs4G30QAxtvtlH { position:absolute;display:block;z-index:15072;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:90px;width:90px;top:680px;left:0px;overflow:hidden;display:block; }
#wdpb5gOA63WK9KeICCSLziuoH7Vo1uaE { color:#000000;display:block;width:441px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15085;line-height:1.5;letter-spacing:0;top:951px;left:503px;height:144px;text-align:justify;text-align-last:initial;display:block; }
#olSNTuzez4vFFcmOZPHzLCUimwNbuP4z { color:#000000;display:block;width:455px;position:absolute;font-family:roboto;font-size:18px;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:896px;left:492.5px;height:23px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d8wnDLBPekICqViP1BqCDTU7sDtyxwvE { position:absolute;display:block;z-index:15079;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:90px;width:90px;top:680px;left:489px;overflow:hidden;display:block; }
#gMrbQkNPfUmHSm93AeWGTXvTDUbHpooN { position:absolute;display:block;z-index:15020;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:205px;width:205px;top:680px;left:617.5px;overflow:hidden;display:block; }
#fKeUXMDBuvl0q1Eg0X3TLzSD1slZsH3e { color:#000000;display:block;width:447px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15086;line-height:1.5;letter-spacing:0;top:1129px;left:503px;height:144px;display:block; }
#UTsF0vX7PIyQSeDeOliNagmmod30y3La { color:#000000;display:block;width:446.96875px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15105;line-height:1.5;letter-spacing:0;top:1772px;left:506px;height:192px;display:block; }
#NS0mDLKZ78T27zobQc1lKcEns0D6t3nd { color:#000000;display:block;width:447px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15104;line-height:1.5;letter-spacing:0;top:1667px;left:506px;height:72px;text-align:justify;text-align-last:initial;display:block; }
#ZmrmrwmTn356hIQPVTeeXtenlBg09uTK { color:#000000;display:block;width:455px;position:absolute;font-family:roboto;font-size:18px;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:1601px;left:501px;height:23px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RMwBSDVIV8BO8iG8NSv4TT35xTliAxG2 { 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:205px;width:205px;top:1372px;left:627px;overflow:hidden;display:block; }
#EtTPxRJTcUxQCJOCcQqhbNb0RphWIQ66 { position:absolute;display:block;z-index:15098;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:90px;width:90px;top:1356px;left:489px;overflow:hidden;display:block; }
#ecdiMGGBfc0Nd3sL1OIEM8ovHO6VTUBf { 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:15060;text-align:center;text-align-last:center;top:1283.984375px;left:670px;display:block; }
#ZixVHHJrgtvNKgwbeTVTv3sLs1snGUZt { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#shb9Aq4HVriuDPsul6UqeMTpmk8suTdr { 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:15068;text-align:center;text-align-last:center;top:1972px;left:190px;display:block; }
#LTiGDBE9KbWbaKwDwxdP5eAy7T9W3r7p { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#hDBp7P8Jox53NrBMy3yagShbogvNUbvZ { position:absolute;display:block;z-index:15028;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:205px;width:205px;top:1364px;left:138px;overflow:hidden;display:block; }
#el5aQR6wG4Nx4ymC0qthqJawuK1lqieu { color:#000000;display:block;width:455px;position:absolute;font-family:roboto;font-size:18px;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:1591px;left:13px;height:23px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mfmPHCFJEAn8K3sKyqgGrS4wFepwTrgL { color:#000000;display:block;width:443px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15093;line-height:1.5;letter-spacing:0;top:1651px;left:17px;height:96px;text-align:justify;text-align-last:initial;display:block; }
#WaPsVU2V8uyNApkvJ59o9GAHCG8TZrIW { color:#000000;display:block;width:446.96875px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15094;line-height:1.5;letter-spacing:0;top:1786px;left:17px;height:168px;display:block; }
#TbnonJlXN9aQ4tzCTkHltDpxq5IVUqIN { position:absolute;display:block;z-index:15087;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:90px;width:90px;top:1356px;left:0px;overflow:hidden;display:block; }
#huBdB7Ca9GBZiE3DO82vbXQc5BNF86zu { 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:35px;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:609px;left:190px;display:block; }
#RdRgE4RTa923hre1tJO2aC617MOpn0HU { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#w5rfqrFip5zo7bto5h4OmMeeIzrp2T0i { 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:none; }
#DZbLJVeeyFR31oJQL94CAg56sdWCNztt { 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:15061;text-align:center;text-align-last:center;top:1283.984375px;left:190px;display:block; }
#O48MTcI122yrUnKXe1xPGHSG8H0IZfTg { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#sla1IETTbtJ1Cl6cJA4GKXM5gUxQfG1F { position:absolute;display:block;z-index:14993;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 00 0 30px rgba(0,0,0,0.09) ;height:669px;width:471px;top:680px;left:0px;display:block; }
#kHDPOKkIkcWny44LLlpSOI9Vqb1ac3ik { position:absolute;display:block;z-index:14992;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:669px;width:471px;top:680px;left:489px;display:block; }
#d9W3kacJHTmHCKZLqreiTBHAcb9srtH9 { position:absolute;display:block;z-index:14983;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:669px;width:471px;top:1356px;left:489px;display:block; }
#chyv8ONSiTehP6d02XU7ZmtRN0mwMVCA { 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:15063;text-align:center;text-align-last:center;top:1969px;left:679px;display:block; }
#HFx1esTws66gOzdCbJ9qBktb2qE8MOex { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#lQAxekOPIFiIcOxoL554P9lhMSK0BlKP { position:absolute;display:block;z-index:14985;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:669px;width:471px;top:1356px;left:0px;display:block; }
#URGXNqG76H1ycmzJErugaVg74GoSIVwX { position:relative;display:block; }#URGXNqG76H1ycmzJErugaVg74GoSIVwX { background-color: transparent; background-image: none; }#URGXNqG76H1ycmzJErugaVg74GoSIVwX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#URGXNqG76H1ycmzJErugaVg74GoSIVwX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#URGXNqG76H1ycmzJErugaVg74GoSIVwX > .row .container > .video-iframe-container { display: none; }#URGXNqG76H1ycmzJErugaVg74GoSIVwX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#URGXNqG76H1ycmzJErugaVg74GoSIVwX > .row > .video-iframe-container { display: none; }#URGXNqG76H1ycmzJErugaVg74GoSIVwX > .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); }#URGXNqG76H1ycmzJErugaVg74GoSIVwX { border-width: 0; border-radius: 0; }#URGXNqG76H1ycmzJErugaVg74GoSIVwX > .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; }#URGXNqG76H1ycmzJErugaVg74GoSIVwX > .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:300px;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; }#mlSAuLedpaXpUKV7Zyg2P5muwoNVA11N { position:absolute;display:block;z-index:15113;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:301px;width:960px;top:0px;left:0px;overflow:hidden;display:block; }
#Dt8mi7zm8X1ah4T4FSUia7K5OGoknZyp { border-top:0;border-left:10px solid #ee3162;border-right:10px solid #ee3162;border-bottom:10px solid #e20917;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:587px;width:960px;position:relative;display:block; }#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-form-header {  }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:14px;font-weight:bold;color:#000000;width:551px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:551px;box-sizing:border-box;height:41px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans"; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-text {padding-top: 0; padding-bottom: 0;}#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:551px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans"; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:551px;box-sizing:border-box;height:40px;color:#161616;font-family:poppins;font-size:14px;overflow:hidden; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-select {padding-top: 0; padding-bottom: 0;}#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#e20917;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:16px;font-weight:bold;color:#ffffff;width:551px;height:55px;font-family:roboto;overflow:hidden; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:roboto;font-size:14px; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:roboto;font-size:14px; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:roboto;font-size:14px; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:roboto;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:roboto;line-height:1.3;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:528px;overflow:hidden;font-style:normal; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-container:first-of-type{padding-top:0;}#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-container:last-of-type{padding-bottom:0;}#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS  { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:551px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:75px;left:184.5px; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:551px; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS {display:block;}#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:551px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:75px;left:184.5px; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #TB1XJy6tRZOnVexkdN7d6Nh6PnyLWgt0 { position:relative; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #gWvBogoHEUfyC2JC0oiaJHX40W9eMhbI { position:relative;display:block; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #vWIXplflo31srTVTzHooC7F3e0MATM4K { position:relative; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #aGVRAr1TzphwMzgHCnAMK2Ti5LLhHSUE { position:relative; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #EkHEJTP9cmbUwmRWX7xr2vcdIrWBTa7F { position:relative;display:block; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #tP6bOpWLh7kvE7ngKai0KT1ihXzHa8i7 { position:relative; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #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:roboto;font-size:16px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:27px;left:380px;height:20px;text-align:center;text-align-last:center;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:roboto;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:535px;left:404.5px;display:block; }
#NspTPFUREuR253xchgv42yF6bDBx3cUQ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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;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:135px;width:960px;position:relative;display:block; }#WmndrIUo0TpSlEB1Td8sfkGhOdsAyWlF { color:#000000;display:block;width:269px;position:absolute;font-family:roboto;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:roboto;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; }
#oscw2r3iaCSsaq5gNCfWJwCkCvMGp9g1 { 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:129px;width:129px;top:0px;left:831px;overflow:hidden;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; }#D6ihlrdPmdRQ7gCBGpXOlx5Tnuq1TGUf { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:322px;width:959px;top:0px;left:1px;overflow:hidden;display:block; }
#s7UsUmZPeBOxnFvbT96WbdBqEkTTZKET { background-color:#000000;background-image:none;z-index:;border-top:1px solid #0e9ae5;border-left:1px solid #0e9ae5;border-right:1px solid #0e9ae5;border-bottom:10px solid #e20613;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:42px;width:112px;top:28px;left:10.96875px;overflow:hidden;display:block; }
#IUUiB9qr7FBqP5P7eZ34cFenLaTgFgSR { color:#ffffff;display:block;width:134px;position:absolute;font-family:roboto;font-size:14px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:25.21875px;left:826px;height:72px;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:roboto;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; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PR8ssPiMrbdNrd0K2LwH2XmzvyAlFHHw { display:block; }#PR8ssPiMrbdNrd0K2LwH2XmzvyAlFHHw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w05Fq55w1MaLgDmtoNnegFPymT8Ksoz8 { top:0px;left:0px;width:200px;height:46px;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) { #Sib9OGxEpgBUegT9huZQgpuB4agPfCln { top:0px;left:0px;width:764px;height:429.75px;display:block; }
 }@media only screen and (max-width: 763px) { #OnHQdCRTR48zbuaUidk78iAR8RWa1aLF { display:block; }#OnHQdCRTR48zbuaUidk78iAR8RWa1aLF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZemWrTAdEvPvCLGQQepgz7AMyUeHslQq { top:9px;left:0px;width:660px;height:54px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #ZP2cuFIgWn2TT6rJxzUnXoag1JRQ4xbR { width:764px;height:88px;top:96px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WReiX34HpZ9TWpWdPIWJrsDb2hwXqlaz { display:block; }#WReiX34HpZ9TWpWdPIWJrsDb2hwXqlaz > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTxwxrd4OMpz3Dg14ikxqr7LTikVLVz9 { top:9px;left:0px;width:450px;height:286px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #X3aTTPVJTJnUQBP8V5nTpJBe7GMePxE1 { top:9px;left:323px;width:441px;height:292px;display:block; }
 }@media only screen and (max-width: 763px) { #Lna94kCkn7pbOhXfTdHnNgSkUpDDWVDl { display:block; }#Lna94kCkn7pbOhXfTdHnNgSkUpDDWVDl > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kmeHW3kFzPGOsPW2LzpECAPpKc5zRzy2 { top:0px;left:0px;width:471px;height:669px;display:block; }
 }@media only screen and (max-width: 763px) { #QZ8hlivGBzqMsQnbeX8dntqrxr7yRceb { top:195px;left:0px;width:455px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #MC4QrTK2hK4LlFuNBsTdDINtVStR6aFP { width:100px;height:35px;top:609px;left:523px;display:block; }
 }@media only screen and (max-width: 763px) { #Mkf1bDqLGvvTaTP1Q8m2wPmewXrTvDmn { display:block; }
 }@media only screen and (max-width: 763px) { #PxfawnHkkPk5bAGWm4bgTxOkafm9R6CH { top:0px;left:0px;width:90px;height:90px;display:block; }
 }@media only screen and (max-width: 763px) { #uTNKcqfxtZklrkGodDVRQQGU3Gqpwf3Z { top:250px;left:0px;width:439px;height:168px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ofxEIAmFpQSGa71ZT4MvtzTeU3GQ2mJ2 { top:417px;left:0px;width:448px;height:144px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #GTg1JGw0Sylnt86XlaKORPTAxyZElK9T { top:0px;left:293px;width:471px;height:669px;display:block; }
 }@media only screen and (max-width: 763px) { #i0wWE3BEFia1W7ETmIwSe57WyBJ15cD2 { top:0px;left:382px;width:90px;height:90px;display:block; }
 }@media only screen and (max-width: 763px) { #Quk2atKzBiyRaGRTHXKPVDAkBpPHXTz4 { top:0px;left:472.5px;width:201px;height:201px;display:block; }
 }@media only screen and (max-width: 763px) { #lsx9wgsivnwUz8RS7f5gS793gtEGTliN { top:196px;left:309px;width:455px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #QAhGIb8W94ObKGGWQTOW4glMU0C7ITuV { top:250px;left:327px;width:437px;height:144px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #loI9SomiZG77uT4PPBFTfkdM1eaOB9HZ { top:417px;left:317px;width:447px;height:144px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #otLBeXDrAgURkdITmgFmGlQnBUvaCPPV { top:0px;left:97px;width:188px;height:188px;display:block; }
 }@media only screen and (max-width: 763px) { #MhL53igVGNOg1PbCTKmxR2sP2F0R8hoL { top:1129px;left:0px;width:447px;height:120px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #KThEzlGp47nvwQZ1NkpO31bbngcQ0ws4 { top:951px;left:0px;width:440px;height:144px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #LOoPCLfAOTP71bOvcWcz5yx0bkch9BBz { top:896px;left:0px;width:455px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #uHJsqNWlwe17JT3TXt350mqMmC5T5cWq { top:680px;left:88.5px;width:205px;height:205px;display:block; }
 }@media only screen and (max-width: 763px) { #Ht8hxtTX3rlawpRUBHRs4G30QAxtvtlH { top:680px;left:0px;width:90px;height:90px;display:block; }
 }@media only screen and (max-width: 763px) { #wdpb5gOA63WK9KeICCSLziuoH7Vo1uaE { top:951px;left:317px;width:441px;height:144px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #olSNTuzez4vFFcmOZPHzLCUimwNbuP4z { top:896px;left:309px;width:455px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #d8wnDLBPekICqViP1BqCDTU7sDtyxwvE { top:680px;left:382px;width:90px;height:90px;display:block; }
 }@media only screen and (max-width: 763px) { #gMrbQkNPfUmHSm93AeWGTXvTDUbHpooN { top:680px;left:470.5px;width:205px;height:205px;display:block; }
 }@media only screen and (max-width: 763px) { #fKeUXMDBuvl0q1Eg0X3TLzSD1slZsH3e { top:1129px;left:317px;width:447px;height:144px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #UTsF0vX7PIyQSeDeOliNagmmod30y3La { top:1772px;left:318px;width:446px;height:192px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #NS0mDLKZ78T27zobQc1lKcEns0D6t3nd { top:1667px;left:317px;width:447px;height:72px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ZmrmrwmTn356hIQPVTeeXtenlBg09uTK { top:1601px;left:309px;width:455px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #RMwBSDVIV8BO8iG8NSv4TT35xTliAxG2 { top:1372px;left:480px;width:205px;height:205px;display:block; }
 }@media only screen and (max-width: 763px) { #EtTPxRJTcUxQCJOCcQqhbNb0RphWIQ66 { top:1356px;left:382px;width:90px;height:90px;display:block; }
 }@media only screen and (max-width: 763px) { #ecdiMGGBfc0Nd3sL1OIEM8ovHO6VTUBf { width:100px;height:30px;top:1283px;left:523px;display:block; }
 }@media only screen and (max-width: 763px) { #ZixVHHJrgtvNKgwbeTVTv3sLs1snGUZt { display:block; }
 }@media only screen and (max-width: 763px) { #shb9Aq4HVriuDPsul6UqeMTpmk8suTdr { width:100px;height:30px;top:1972px;left:141px;display:block; }
 }@media only screen and (max-width: 763px) { #LTiGDBE9KbWbaKwDwxdP5eAy7T9W3r7p { display:block; }
 }@media only screen and (max-width: 763px) { #hDBp7P8Jox53NrBMy3yagShbogvNUbvZ { top:1364px;left:89px;width:205px;height:205px;display:block; }
 }@media only screen and (max-width: 763px) { #el5aQR6wG4Nx4ymC0qthqJawuK1lqieu { top:1591px;left:0px;width:455px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #mfmPHCFJEAn8K3sKyqgGrS4wFepwTrgL { top:1651px;left:0px;width:443px;height:96px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WaPsVU2V8uyNApkvJ59o9GAHCG8TZrIW { top:1786px;left:0px;width:446px;height:168px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TbnonJlXN9aQ4tzCTkHltDpxq5IVUqIN { top:1356px;left:0px;width:90px;height:90px;display:block; }
 }@media only screen and (max-width: 763px) { #huBdB7Ca9GBZiE3DO82vbXQc5BNF86zu { width:100px;height:35px;top:609px;left:141px;display:block; }
 }@media only screen and (max-width: 763px) { #RdRgE4RTa923hre1tJO2aC617MOpn0HU { display:block; }
 }@media only screen and (max-width: 763px) { #w5rfqrFip5zo7bto5h4OmMeeIzrp2T0i { top:0px;left:297px;width:467px;height:436px;display:none; }
 }@media only screen and (max-width: 763px) { #DZbLJVeeyFR31oJQL94CAg56sdWCNztt { width:100px;height:30px;top:1283px;left:141px;display:block; }
 }@media only screen and (max-width: 763px) { #O48MTcI122yrUnKXe1xPGHSG8H0IZfTg { display:block; }
 }@media only screen and (max-width: 763px) { #sla1IETTbtJ1Cl6cJA4GKXM5gUxQfG1F { top:680px;left:0px;width:471px;height:669px;display:block; }
 }@media only screen and (max-width: 763px) { #kHDPOKkIkcWny44LLlpSOI9Vqb1ac3ik { top:680px;left:293px;width:471px;height:669px;display:block; }
 }@media only screen and (max-width: 763px) { #d9W3kacJHTmHCKZLqreiTBHAcb9srtH9 { top:1356px;left:293px;width:471px;height:669px;display:block; }
 }@media only screen and (max-width: 763px) { #chyv8ONSiTehP6d02XU7ZmtRN0mwMVCA { width:100px;height:30px;top:1969px;left:532px;display:block; }
 }@media only screen and (max-width: 763px) { #HFx1esTws66gOzdCbJ9qBktb2qE8MOex { display:block; }
 }@media only screen and (max-width: 763px) { #lQAxekOPIFiIcOxoL554P9lhMSK0BlKP { top:1356px;left:0px;width:471px;height:669px;display:block; }
 }@media only screen and (max-width: 763px) { #URGXNqG76H1ycmzJErugaVg74GoSIVwX { display:block; }#URGXNqG76H1ycmzJErugaVg74GoSIVwX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mlSAuLedpaXpUKV7Zyg2P5muwoNVA11N { top:0px;left:0px;width:764px;height:239.54583333333px;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:551px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-text { width:551px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-text {padding-top: 0; padding-bottom: 0;}#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-textarea { width:551px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-select { width:551px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-select {padding-top: 0; padding-bottom: 0;}#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-button { width:551px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-checkbox-label { width:529px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS  { width:551px;height:auto;top:75px;left:86.5px; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .radio-container { width:551px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS {display:block;}#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS { width:551px;height:auto;top:75px;left:86.5px; }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #TB1XJy6tRZOnVexkdN7d6Nh6PnyLWgt0 {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #gWvBogoHEUfyC2JC0oiaJHX40W9eMhbI {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #vWIXplflo31srTVTzHooC7F3e0MATM4K {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #aGVRAr1TzphwMzgHCnAMK2Ti5LLhHSUE {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #EkHEJTP9cmbUwmRWX7xr2vcdIrWBTa7F {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #tP6bOpWLh7kvE7ngKai0KT1ihXzHa8i7 {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #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:27px;left:282px;width:200px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CP6zUF02DgLaSpB8pT3yhC1V1kUrnm5K { width:151px;height:32px;top:535px;left:306.5px;display:block; }
 }@media only screen and (max-width: 763px) { #NspTPFUREuR253xchgv42yF6bDBx3cUQ { 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:;top:57px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #ZawEeGM4a8ak3ZBPR1fraBXERMlUxd3J { width:269px;height:;top:22px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #oscw2r3iaCSsaq5gNCfWJwCkCvMGp9g1 { top:0px;left:635px;width:129px;height:129px;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) { #D6ihlrdPmdRQ7gCBGpXOlx5Tnuq1TGUf { top:0px;left:0px;width:764px;height:256.52554744526px;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:28px;left:0px;width:112px;height:42px;display:block; }
 }@media only screen and (max-width: 763px) { #IUUiB9qr7FBqP5P7eZ34cFenLaTgFgSR { top:25px;left:630px;width:134px;height:72px;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) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PR8ssPiMrbdNrd0K2LwH2XmzvyAlFHHw { display:block; }#PR8ssPiMrbdNrd0K2LwH2XmzvyAlFHHw > .row .container { width:320px;height:87px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w05Fq55w1MaLgDmtoNnegFPymT8Ksoz8 { width:205px;height:47px;top:20px;left:57px;overflow:hidden;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:220px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sib9OGxEpgBUegT9huZQgpuB4agPfCln { width:320px;height:180px;top:20px;left:0px;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #OnHQdCRTR48zbuaUidk78iAR8RWa1aLF { display:block; }#OnHQdCRTR48zbuaUidk78iAR8RWa1aLF > .row .container { width:320px;height:314px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZemWrTAdEvPvCLGQQepgz7AMyUeHslQq { width:320px;height:64px;top:20px;left:0px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZP2cuFIgWn2TT6rJxzUnXoag1JRQ4xbR { width:320px;height:190px;top:104px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WReiX34HpZ9TWpWdPIWJrsDb2hwXqlaz { display:block; }#WReiX34HpZ9TWpWdPIWJrsDb2hwXqlaz > .row .container { width:320px;height:616px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTxwxrd4OMpz3Dg14ikxqr7LTikVLVz9 { width:320px;height:378px;top:20px;left:0px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X3aTTPVJTJnUQBP8V5nTpJBe7GMePxE1 { width:267px;height:178px;top:418px;left:26px;display:block; }
 }@media only screen and (max-width: 763px) { #Lna94kCkn7pbOhXfTdHnNgSkUpDDWVDl { display:block; }#Lna94kCkn7pbOhXfTdHnNgSkUpDDWVDl > .row .container { width:320px;height:3675px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kmeHW3kFzPGOsPW2LzpECAPpKc5zRzy2 { width:320px;height:596px;top:20px;left:0px;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #QZ8hlivGBzqMsQnbeX8dntqrxr7yRceb { width:320px;height:46px;top:215.53125px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #MC4QrTK2hK4LlFuNBsTdDINtVStR6aFP { width:100px;height:30px;top:2401.984375px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #Mkf1bDqLGvvTaTP1Q8m2wPmewXrTvDmn { display:block; }
 }@media only screen and (max-width: 763px) { #PxfawnHkkPk5bAGWm4bgTxOkafm9R6CH { width:90px;height:90px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #uTNKcqfxtZklrkGodDVRQQGU3Gqpwf3Z { width:303px;height:126px;top:270.5px;left:16.5px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #ofxEIAmFpQSGa71ZT4MvtzTeU3GQ2mJ2 { width:320px;height:96px;top:437px;left:0px;font-size:11px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GTg1JGw0Sylnt86XlaKORPTAxyZElK9T { width:320px;height:589px;top:1871.984375px;left:0px;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #i0wWE3BEFia1W7ETmIwSe57WyBJ15cD2 { width:90px;height:90px;top:1872.984375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Quk2atKzBiyRaGRTHXKPVDAkBpPHXTz4 { width:205px;height:205px;top:1871.984375px;left:77px;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #lsx9wgsivnwUz8RS7f5gS793gtEGTliN { width:320px;height:23px;top:2095.484375px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #QAhGIb8W94ObKGGWQTOW4glMU0C7ITuV { width:310px;height:108px;top:2136.484375px;left:5px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #loI9SomiZG77uT4PPBFTfkdM1eaOB9HZ { width:304px;height:96px;top:2282.984375px;left:8px;font-size:11px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #otLBeXDrAgURkdITmgFmGlQnBUvaCPPV { width:205px;height:205px;top:11.53125px;left:65.5px;z-index:15123;display:block; }
 }@media only screen and (max-width: 763px) { #MhL53igVGNOg1PbCTKmxR2sP2F0R8hoL { width:302px;height:80px;top:1105px;left:9px;font-size:11px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KThEzlGp47nvwQZ1NkpO31bbngcQ0ws4 { width:308px;height:126px;top:918px;left:6px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #LOoPCLfAOTP71bOvcWcz5yx0bkch9BBz { width:320px;height:46px;top:855px;left:0px;font-size:18px;z-index:15122;display:block; }
 }@media only screen and (max-width: 763px) { #uHJsqNWlwe17JT3TXt350mqMmC5T5cWq { width:205px;height:205px;top:630px;left:65.5px;z-index:15115;display:block; }
 }@media only screen and (max-width: 763px) { #Ht8hxtTX3rlawpRUBHRs4G30QAxtvtlH { width:90px;height:90px;top:630px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #wdpb5gOA63WK9KeICCSLziuoH7Vo1uaE { width:312px;height:126px;top:2742px;left:8px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #olSNTuzez4vFFcmOZPHzLCUimwNbuP4z { width:320px;height:46px;top:2687px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #d8wnDLBPekICqViP1BqCDTU7sDtyxwvE { width:90px;height:90px;top:2471px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #gMrbQkNPfUmHSm93AeWGTXvTDUbHpooN { width:205px;height:205px;top:2471px;left:65.5px;z-index:15119;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fKeUXMDBuvl0q1Eg0X3TLzSD1slZsH3e { width:314px;height:96px;top:2894px;left:0px;font-size:11px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UTsF0vX7PIyQSeDeOliNagmmod30y3La { width:309px;height:128px;top:3477px;left:11px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #NS0mDLKZ78T27zobQc1lKcEns0D6t3nd { width:311px;height:54px;top:3389px;left:9px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #ZmrmrwmTn356hIQPVTeeXtenlBg09uTK { width:320px;height:23px;top:3323px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #RMwBSDVIV8BO8iG8NSv4TT35xTliAxG2 { width:205px;height:205px;top:3090px;left:65.5px;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #EtTPxRJTcUxQCJOCcQqhbNb0RphWIQ66 { width:90px;height:90px;top:3078px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ecdiMGGBfc0Nd3sL1OIEM8ovHO6VTUBf { width:100px;height:30px;top:3020px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #ZixVHHJrgtvNKgwbeTVTv3sLs1snGUZt { display:block; }
 }@media only screen and (max-width: 763px) { #shb9Aq4HVriuDPsul6UqeMTpmk8suTdr { width:100px;height:30px;top:1805.984375px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #LTiGDBE9KbWbaKwDwxdP5eAy7T9W3r7p { display:block; }
 }@media only screen and (max-width: 763px) { #hDBp7P8Jox53NrBMy3yagShbogvNUbvZ { width:205px;height:205px;top:1265.984375px;left:77px;z-index:15115;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #el5aQR6wG4Nx4ymC0qthqJawuK1lqieu { width:320px;height:23px;top:1492.984375px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #mfmPHCFJEAn8K3sKyqgGrS4wFepwTrgL { width:307px;height:90px;top:1546.984375px;left:6.5px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #WaPsVU2V8uyNApkvJ59o9GAHCG8TZrIW { width:308px;height:112px;top:1677.984375px;left:6px;font-size:11px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TbnonJlXN9aQ4tzCTkHltDpxq5IVUqIN { width:90px;height:90px;top:1255.984375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #huBdB7Ca9GBZiE3DO82vbXQc5BNF86zu { width:100px;height:34px;top:560px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #RdRgE4RTa923hre1tJO2aC617MOpn0HU { display:block; }
 }@media only screen and (max-width: 763px) { #w5rfqrFip5zo7bto5h4OmMeeIzrp2T0i { width:320px;height:208px;top:2002.984375px;left:0px;z-index:14983;display:block; }
 }@media only screen and (max-width: 763px) { #DZbLJVeeyFR31oJQL94CAg56sdWCNztt { width:100px;height:30px;top:1198.984375px;left:110px;z-index:15124;display:block; }
 }@media only screen and (max-width: 763px) { #O48MTcI122yrUnKXe1xPGHSG8H0IZfTg { display:block; }
 }@media only screen and (max-width: 763px) { #sla1IETTbtJ1Cl6cJA4GKXM5gUxQfG1F { width:320px;height:617px;top:630px;left:0px;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #kHDPOKkIkcWny44LLlpSOI9Vqb1ac3ik { width:320px;height:595px;top:2471px;left:0px;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #d9W3kacJHTmHCKZLqreiTBHAcb9srtH9 { width:320px;height:594px;top:3078px;left:0px;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #chyv8ONSiTehP6d02XU7ZmtRN0mwMVCA { width:100px;height:30px;top:3623px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #HFx1esTws66gOzdCbJ9qBktb2qE8MOex { display:block; }
 }@media only screen and (max-width: 763px) { #lQAxekOPIFiIcOxoL554P9lhMSK0BlKP { width:320px;height:606px;top:1255.984375px;left:0px;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #URGXNqG76H1ycmzJErugaVg74GoSIVwX { display:block; }#URGXNqG76H1ycmzJErugaVg74GoSIVwX > .row .container { width:320px;height:140px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mlSAuLedpaXpUKV7Zyg2P5muwoNVA11N { width:320px;height:100px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Dt8mi7zm8X1ah4T4FSUia7K5OGoknZyp { display:block; }#Dt8mi7zm8X1ah4T4FSUia7K5OGoknZyp { border-width: 0; border-radius: 0; }#Dt8mi7zm8X1ah4T4FSUia7K5OGoknZyp > .row .container { width:320px;height:556px;border-top:0;border-left:0;border-right:0;border-bottom:10px solid #e20917;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:385.796875px;top:60px;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:385.796875px;top:60px;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 #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:20px;top:20px;left:60px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CP6zUF02DgLaSpB8pT3yhC1V1kUrnm5K { width:100px;height:31px;top:505.796875px;left:110px;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #NspTPFUREuR253xchgv42yF6bDBx3cUQ { 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:243px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WmndrIUo0TpSlEB1Td8sfkGhOdsAyWlF { width:269px;height:35px;top:57px;left:25px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #ZawEeGM4a8ak3ZBPR1fraBXERMlUxd3J { width:269px;height:17px;top:20px;left:25px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #oscw2r3iaCSsaq5gNCfWJwCkCvMGp9g1 { width:129px;height:129px;top:112px;left:95px;display:block; }
 }@media only screen and (max-width: 763px) { #CTx5JhNp52degBX2WeGxwl6UpQMZz84T { display:block; }#CTx5JhNp52degBX2WeGxwl6UpQMZz84T > .row .container { width:320px;height:146px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D6ihlrdPmdRQ7gCBGpXOlx5Tnuq1TGUf { width:320px;height:106px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #s7UsUmZPeBOxnFvbT96WbdBqEkTTZKET { display:block; }#s7UsUmZPeBOxnFvbT96WbdBqEkTTZKET > .row .container { width:320px;height:231px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gw8GBTdA06VosnWlxpaIXTNymhTn4OxD { width:118px;height:45px;top:20px;left:101px;display:block; }
 }@media only screen and (max-width: 763px) { #IUUiB9qr7FBqP5P7eZ34cFenLaTgFgSR { width:134px;height:72px;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; }
 }