.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.23); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.23); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e6dc0d03-60a4-45f8-b949-5987d57a6620/header_voting.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:14px;font-family:arial;height:628px;width:960px;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container.lazyloading { background-image: none; }#LpT1kbXxq0ahhbhIoq72ZUTgFIZRAqua { position:relative;display:block; }#LpT1kbXxq0ahhbhIoq72ZUTgFIZRAqua { background-color: transparent; background-image: none; }#LpT1kbXxq0ahhbhIoq72ZUTgFIZRAqua::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpT1kbXxq0ahhbhIoq72ZUTgFIZRAqua > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpT1kbXxq0ahhbhIoq72ZUTgFIZRAqua > .row .container > .video-iframe-container { display: none; }#LpT1kbXxq0ahhbhIoq72ZUTgFIZRAqua > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpT1kbXxq0ahhbhIoq72ZUTgFIZRAqua > .row > .video-iframe-container { display: none; }#LpT1kbXxq0ahhbhIoq72ZUTgFIZRAqua > .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); }#LpT1kbXxq0ahhbhIoq72ZUTgFIZRAqua { border-width: 0; border-radius: 0; }#LpT1kbXxq0ahhbhIoq72ZUTgFIZRAqua > .row .container > .video-iframe-container {  }#LpT1kbXxq0ahhbhIoq72ZUTgFIZRAqua > .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:187px;width:960px;position:relative;display:block; }#XmgwgCripCpUp7RksTWeW67eWyf5NcU5 { color:#1f2e49;display:block;width:644px;position:absolute;font-family:"din 2014";font-size:23px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:49.500091552734px;left:158px;height:87px;text-align:center;text-align-last:center;display:block; }
#xRosCQgcfigCJawH95r0H3k9mHksEQ9e { position:relative;display:block; }#xRosCQgcfigCJawH95r0H3k9mHksEQ9e { background-color: transparent; background-image: none; }#xRosCQgcfigCJawH95r0H3k9mHksEQ9e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRosCQgcfigCJawH95r0H3k9mHksEQ9e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRosCQgcfigCJawH95r0H3k9mHksEQ9e > .row .container > .video-iframe-container { display: none; }#xRosCQgcfigCJawH95r0H3k9mHksEQ9e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRosCQgcfigCJawH95r0H3k9mHksEQ9e > .row > .video-iframe-container { display: none; }#xRosCQgcfigCJawH95r0H3k9mHksEQ9e > .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); }#xRosCQgcfigCJawH95r0H3k9mHksEQ9e { border-width: 0; border-radius: 0; }#xRosCQgcfigCJawH95r0H3k9mHksEQ9e > .row .container > .video-iframe-container {  }#xRosCQgcfigCJawH95r0H3k9mHksEQ9e > .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:117px;width:960px;position:relative;display:block; }#P20zgJ6utvl3pO2ZMlruKlGfGREOyQ5w { color:#1f2e49;display:block;width:942px;position:absolute;font-family:"din 2014";font-size:40px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:31px;left:9px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W6KzFpK5bxQDVNR5ten5itdhPPANM9RX { position:absolute;display:block;z-index:15004;background-color:#feca2b;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;height:3px;width:173px;top:84px;left:394px;display:block; }
#pHbUaCNUkSiwEC1LMasQ9aBLe85ZqR73 { position:relative;display:block; }#pHbUaCNUkSiwEC1LMasQ9aBLe85ZqR73 { background-color: transparent; background-image: none; }#pHbUaCNUkSiwEC1LMasQ9aBLe85ZqR73::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHbUaCNUkSiwEC1LMasQ9aBLe85ZqR73 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHbUaCNUkSiwEC1LMasQ9aBLe85ZqR73 > .row .container > .video-iframe-container { display: none; }#pHbUaCNUkSiwEC1LMasQ9aBLe85ZqR73 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHbUaCNUkSiwEC1LMasQ9aBLe85ZqR73 > .row > .video-iframe-container { display: none; }#pHbUaCNUkSiwEC1LMasQ9aBLe85ZqR73 > .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); }#pHbUaCNUkSiwEC1LMasQ9aBLe85ZqR73 { border-width: 0; border-radius: 0; }#pHbUaCNUkSiwEC1LMasQ9aBLe85ZqR73 > .row .container > .video-iframe-container {  }#pHbUaCNUkSiwEC1LMasQ9aBLe85ZqR73 > .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:369px;width:960px;position:relative;display:block; }#vwWfgvqvqiCyiIIF1TEvHacOo1qwtqSi { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:255px;width:204px;top:31px;left:18px;overflow:hidden;display:block; }
#NlMLi7M1TCXvWlhEaVv64DO5ldF5BXgV { color:#1f2e49;display:block;width:214px;position:absolute;font-family:"din 2014";font-size:20px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:307px;left:13px;height:52px;text-align:center;text-align-last:center;display:block; }
#vsOtRaiNnhsUT2yXx3c0DX50fQd4mxpq { color:#1f2e49;display:block;width:214px;position:absolute;font-family:"din 2014";font-size:20px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:307px;left:253px;height:52px;text-align:center;text-align-last:center;display:block; }
#hhLtSaQWLQ1tTDa8HazLDOvpWt4CgtvK { color:#1f2e49;display:block;width:214px;position:absolute;font-family:"din 2014";font-size:20px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:307px;left:493px;height:52px;text-align:center;text-align-last:center;display:block; }
#tXbADkNDAUQa1EBz8Ad8NS35fZDgZiv2 { color:#1f2e49;display:block;width:214px;position:absolute;font-family:"din 2014";font-size:20px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:307px;left:733px;height:52px;text-align:center;text-align-last:center;display:block; }
#MtIoO2wM8E9yLXTzFKoIAT686FX7HR8I { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:255px;width:204px;top:31px;left:258px;overflow:hidden;display:block; }
#lJxgqcVmLGThSSI4VcMXO8fQduBLoNTZ { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:255px;width:204px;top:31px;left:498px;overflow:hidden;display:block; }
#UJUvTBXMNRBLgUvL6sB0xbcHARcybM1F { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:255px;width:204px;top:31px;left:738px;overflow:hidden;display:block; }
#RmxllbhIniSiwt4audrM7ehGZJf1JULW { position:relative;display:block; }#RmxllbhIniSiwt4audrM7ehGZJf1JULW { background-color: transparent; background-image: none; }#RmxllbhIniSiwt4audrM7ehGZJf1JULW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmxllbhIniSiwt4audrM7ehGZJf1JULW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmxllbhIniSiwt4audrM7ehGZJf1JULW > .row .container > .video-iframe-container { display: none; }#RmxllbhIniSiwt4audrM7ehGZJf1JULW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmxllbhIniSiwt4audrM7ehGZJf1JULW > .row > .video-iframe-container { display: none; }#RmxllbhIniSiwt4audrM7ehGZJf1JULW > .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); }#RmxllbhIniSiwt4audrM7ehGZJf1JULW { border-width: 0; border-radius: 0; }#RmxllbhIniSiwt4audrM7ehGZJf1JULW > .row .container > .video-iframe-container {  }#RmxllbhIniSiwt4audrM7ehGZJf1JULW > .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:369px;width:960px;position:relative;display:block; }#CqoTvsdQKtcQkNySUom95q4rKpUBZZse { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:255px;width:203px;top:31px;left:18px;overflow:hidden;display:block; }
#QUmwVKQCGmUplKB72TZl2VmMWTJm9e0e { color:#1f2e49;display:block;width:214px;position:absolute;font-family:"din 2014";font-size:20px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:307px;left:13px;height:52px;text-align:center;text-align-last:center;display:block; }
#ygDggpam8GlVOchdeThovsyUMMrR2BJI { color:#1f2e49;display:block;width:214px;position:absolute;font-family:"din 2014";font-size:20px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:307px;left:253px;height:52px;text-align:center;text-align-last:center;display:block; }
#fcDolV6iaW204O7kp3fOgeSoas49tDXr { color:#1f2e49;display:block;width:214px;position:absolute;font-family:"din 2014";font-size:20px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:307px;left:493px;height:52px;text-align:center;text-align-last:center;display:block; }
#kGpt02zym3sCTmLO708KDvD45GavrsWX { color:#1f2e49;display:block;width:214px;position:absolute;font-family:"din 2014";font-size:20px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:307px;left:733px;height:52px;text-align:center;text-align-last:center;display:block; }
#ty9DFiX532FnXdiC16LKP7uW1Sr9hpRL { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:255px;width:204px;top:31px;left:258px;overflow:hidden;display:block; }
#dBhPzOhVv7B5IJmSZFBVZwy8luPWMQ79 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:255px;width:204px;top:31px;left:498px;overflow:hidden;display:block; }
#QuGByBt7WS3734Jwm4lFq7fRF0oRr4e4 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:255px;width:204px;top:31px;left:738px;overflow:hidden;display:block; }
#e5ZAHbxFQXomiChxECGZO0VbnN6kQAB3 { position:relative;display:block; }#e5ZAHbxFQXomiChxECGZO0VbnN6kQAB3 { background-color: transparent; background-image: none; }#e5ZAHbxFQXomiChxECGZO0VbnN6kQAB3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e5ZAHbxFQXomiChxECGZO0VbnN6kQAB3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e5ZAHbxFQXomiChxECGZO0VbnN6kQAB3 > .row .container > .video-iframe-container { display: none; }#e5ZAHbxFQXomiChxECGZO0VbnN6kQAB3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e5ZAHbxFQXomiChxECGZO0VbnN6kQAB3 > .row > .video-iframe-container { display: none; }#e5ZAHbxFQXomiChxECGZO0VbnN6kQAB3 > .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); }#e5ZAHbxFQXomiChxECGZO0VbnN6kQAB3 { border-width: 0; border-radius: 0; }#e5ZAHbxFQXomiChxECGZO0VbnN6kQAB3 > .row .container > .video-iframe-container {  }#e5ZAHbxFQXomiChxECGZO0VbnN6kQAB3 > .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:369px;width:960px;position:relative;display:block; }#sluq4ZpIuPZThgc7g3qgOvfcro8Bl5g4 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:253px;width:203px;top:31px;left:18px;overflow:hidden;display:block; }
#ZoXWSzA9H9LWPiia6Cf3TGITp5CCTe8A { color:#1f2e49;display:block;width:214px;position:absolute;font-family:"din 2014";font-size:20px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:307px;left:13px;height:52px;text-align:center;text-align-last:center;display:block; }
#n077REfoS4dIOmqUhBREw8dabUuguLzI { color:#1f2e49;display:block;width:214px;position:absolute;font-family:"din 2014";font-size:20px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:307px;left:253px;height:52px;text-align:center;text-align-last:center;display:block; }
#XlSTuaGkn2NJXzQJShmRQe8uqi7zx8Nc { color:#1f2e49;display:block;width:214px;position:absolute;font-family:"din 2014";font-size:20px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:307px;left:493px;height:52px;text-align:center;text-align-last:center;display:block; }
#UJJemKeLg49buap20KzNlFDuDWkyZTeg { color:#1f2e49;display:block;width:214px;position:absolute;font-family:"din 2014";font-size:20px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:307px;left:733px;height:52px;text-align:center;text-align-last:center;display:block; }
#Xfd5HBs688ZBqro86ErrQT9a0EqZxfUZ { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:255px;width:204px;top:31px;left:258px;overflow:hidden;display:block; }
#ekbgc7JOEsITeHEipNC3wiyorWFD2aDB { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:255px;width:204px;top:31px;left:498px;overflow:hidden;display:block; }
#EdMfk7F1DeK8NQ2Tru13FArfG8wFEfUu { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:255px;width:204px;top:31px;left:738px;overflow:hidden;display:block; }
#U1sSJiEJolq9Ge0a7lTEoHwnwzLm2ZXe { position:relative;display:block; }#U1sSJiEJolq9Ge0a7lTEoHwnwzLm2ZXe { background-color: transparent; background-image: none; }#U1sSJiEJolq9Ge0a7lTEoHwnwzLm2ZXe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1sSJiEJolq9Ge0a7lTEoHwnwzLm2ZXe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1sSJiEJolq9Ge0a7lTEoHwnwzLm2ZXe > .row .container > .video-iframe-container { display: none; }#U1sSJiEJolq9Ge0a7lTEoHwnwzLm2ZXe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1sSJiEJolq9Ge0a7lTEoHwnwzLm2ZXe > .row > .video-iframe-container { display: none; }#U1sSJiEJolq9Ge0a7lTEoHwnwzLm2ZXe > .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); }#U1sSJiEJolq9Ge0a7lTEoHwnwzLm2ZXe { border-width: 0; border-radius: 0; }#U1sSJiEJolq9Ge0a7lTEoHwnwzLm2ZXe > .row .container > .video-iframe-container {  }#U1sSJiEJolq9Ge0a7lTEoHwnwzLm2ZXe > .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:369px;width:960px;position:relative;display:block; }#kXULL3VPgWKaMzDGPdXySQ2tEUbqLNJy { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:253px;width:202px;top:31px;left:18px;overflow:hidden;display:block; }
#pNhn7UXQAs0Pc5H1ufoHDTC4BDMDFCPy { color:#1f2e49;display:block;width:232px;position:absolute;font-family:"din 2014";font-size:20px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:307px;left:4px;height:52px;text-align:center;text-align-last:center;display:block; }
#a0ROP9cqXBNGyA8Z15PQ7KWT8H5dfywB { color:#1f2e49;display:block;width:214px;position:absolute;font-family:"din 2014";font-size:20px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:307px;left:253px;height:52px;text-align:center;text-align-last:center;display:block; }
#Rxp5ccvFavNKii49oZl9aaP15gLqsGuh { color:#1f2e49;display:block;width:233px;position:absolute;font-family:"din 2014";font-size:20px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:307px;left:483.5px;height:52px;text-align:center;text-align-last:center;display:block; }
#IuVG6Jiii5dhr5JaiHJtX583VA7vywHx { color:#1f2e49;display:block;width:214px;position:absolute;font-family:"din 2014";font-size:20px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:307px;left:733px;height:52px;text-align:center;text-align-last:center;display:block; }
#LkMcKUW5HeL3CbktwEmbSBmcSzpOpgIE { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:253px;width:203px;top:31px;left:258px;overflow:hidden;display:block; }
#EDqioBbXAClkqtdTTqH2T8XQTUDZ2R7F { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:255px;width:204px;top:31px;left:498px;overflow:hidden;display:block; }
#C0PoyPdal0idnsg84NB6b8ID2727Rsau { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:253px;width:204px;top:31px;left:738px;overflow:hidden;display:block; }
#Tq789xyviwi8ZrxqmHzsI8DLdvaawBsd { position:relative;display:block; }#Tq789xyviwi8ZrxqmHzsI8DLdvaawBsd { background-color: transparent; background-image: none; }#Tq789xyviwi8ZrxqmHzsI8DLdvaawBsd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tq789xyviwi8ZrxqmHzsI8DLdvaawBsd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tq789xyviwi8ZrxqmHzsI8DLdvaawBsd > .row .container > .video-iframe-container { display: none; }#Tq789xyviwi8ZrxqmHzsI8DLdvaawBsd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tq789xyviwi8ZrxqmHzsI8DLdvaawBsd > .row > .video-iframe-container { display: none; }#Tq789xyviwi8ZrxqmHzsI8DLdvaawBsd > .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); }#Tq789xyviwi8ZrxqmHzsI8DLdvaawBsd { border-width: 0; border-radius: 0; }#Tq789xyviwi8ZrxqmHzsI8DLdvaawBsd > .row .container > .video-iframe-container {  }#Tq789xyviwi8ZrxqmHzsI8DLdvaawBsd > .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:369px;width:960px;position:relative;display:block; }#Kxh9D5pKfVgOodcnXSWr4TLlZUgidysu { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:253px;width:202px;top:31px;left:18px;overflow:hidden;display:block; }
#Lx30T4iIavPzStygKInrb9KGpGrI2KGQ { color:#1f2e49;display:block;width:232px;position:absolute;font-family:"din 2014";font-size:20px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:307px;left:4px;height:52px;text-align:center;text-align-last:center;display:block; }
#rmB3PSQmi8x33EmhbQuaVOGwvRJInWQy { color:#1f2e49;display:block;width:237px;position:absolute;font-family:"din 2014";font-size:20px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:307px;left:241.5px;height:52px;text-align:center;text-align-last:center;display:block; }
#lJATIedd4u0oJCnb4834mskyKaO5kKrs { color:#1f2e49;display:block;width:214px;position:absolute;font-family:"din 2014";font-size:20px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:307px;left:493px;height:52px;text-align:center;text-align-last:center;display:block; }
#ybBoyoO0cUnpRowaxdwzO5PPLi3U4lV8 { color:#1f2e49;display:block;width:214px;position:absolute;font-family:"din 2014";font-size:20px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:307px;left:733px;height:52px;text-align:center;text-align-last:center;display:block; }
#VcDM7aL1TEEKiVsUd5Jmv3uW2URyGcRV { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:253px;width:203px;top:31px;left:258px;overflow:hidden;display:block; }
#IBB7Jw9sH8THTQhcHrKZna0qDbgMdqul { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:255px;width:204px;top:31px;left:498px;overflow:hidden;display:block; }
#mFu467icK8Mg7xNLn5ait3qSI8bFT5dy { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:255px;width:204px;top:31px;left:738px;overflow:hidden;display:block; }
#tPvhu61gUFqK5eiV2VeztWT7tmkxCJov { position:relative;display:block; }#tPvhu61gUFqK5eiV2VeztWT7tmkxCJov { background-color: transparent; background-image: none; }#tPvhu61gUFqK5eiV2VeztWT7tmkxCJov::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tPvhu61gUFqK5eiV2VeztWT7tmkxCJov > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tPvhu61gUFqK5eiV2VeztWT7tmkxCJov > .row .container > .video-iframe-container { display: none; }#tPvhu61gUFqK5eiV2VeztWT7tmkxCJov > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tPvhu61gUFqK5eiV2VeztWT7tmkxCJov > .row > .video-iframe-container { display: none; }#tPvhu61gUFqK5eiV2VeztWT7tmkxCJov > .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); }#tPvhu61gUFqK5eiV2VeztWT7tmkxCJov { border-width: 0; border-radius: 0; }#tPvhu61gUFqK5eiV2VeztWT7tmkxCJov > .row .container > .video-iframe-container {  }#tPvhu61gUFqK5eiV2VeztWT7tmkxCJov > .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:390px;width:960px;position:relative;display:block; }#KdUm3OX07kxfeCN5rmfHTT5i0v6TnzbV { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:253px;width:202px;top:31px;left:18px;overflow:hidden;display:block; }
#kAFbN8FXAzG106R6xx7oCGGbNn2WDrRT { color:#1f2e49;display:block;width:239px;position:absolute;font-family:"din 2014";font-size:19px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:309px;left:0px;height:48px;text-align:center;text-align-last:center;display:block; }
#Gnn59SuToZRFs5lgJT1vtE5qXiNdpB0O { color:#1f2e49;display:block;width:237px;position:absolute;font-family:"din 2014";font-size:20px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:307px;left:241.5px;height:52px;text-align:center;text-align-last:center;display:block; }
#txqqNQTBihbTuVSSzUItxJF9wml9Vkn2 { color:#1f2e49;display:block;width:214px;position:absolute;font-family:"din 2014";font-size:20px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:307px;left:493px;height:52px;text-align:center;text-align-last:center;display:block; }
#vFLT7pwwQ6s2NoccStNpLbv8ldziLroZ { color:#1f2e49;display:block;width:214px;position:absolute;font-family:"din 2014";font-size:20px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:307px;left:733px;height:52px;text-align:center;text-align-last:center;display:block; }
#lN649oIrDZtpdiKWS6SvbPRTkXya47Nv { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:252px;width:202px;top:31px;left:258px;overflow:hidden;display:block; }
#SwmNXGdN8ToW92fpn9A0iRDRC2FENuex { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:255px;width:204px;top:31px;left:498px;overflow:hidden;display:block; }
#PSHFMH9D4xKymVQO7A1yaPxS1VVxqyS6 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:255px;width:204px;top:31px;left:738px;overflow:hidden;display:block; }
#b7PJDl1HywGTpUQWaSPGfmmR3I3I5gue { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#feca2b;background-image:none;position:relative;display:block; }#b7PJDl1HywGTpUQWaSPGfmmR3I3I5gue > .row .container { background-color: transparent; background-image: none; }#b7PJDl1HywGTpUQWaSPGfmmR3I3I5gue::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b7PJDl1HywGTpUQWaSPGfmmR3I3I5gue > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b7PJDl1HywGTpUQWaSPGfmmR3I3I5gue > .row .container > .video-iframe-container { display: none; }#b7PJDl1HywGTpUQWaSPGfmmR3I3I5gue > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b7PJDl1HywGTpUQWaSPGfmmR3I3I5gue > .row > .video-iframe-container { display: none; }#b7PJDl1HywGTpUQWaSPGfmmR3I3I5gue > .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); }#b7PJDl1HywGTpUQWaSPGfmmR3I3I5gue > .row .container { border-width: 0; border-radius: 0; }#b7PJDl1HywGTpUQWaSPGfmmR3I3I5gue > .row > .video-iframe-container {  }#b7PJDl1HywGTpUQWaSPGfmmR3I3I5gue > .row .container { font-size:14px;font-family:arial;height:75px;width:960px;position:relative;display:block; }#M9BzOD5I5XqRd63fpB5MFwZ6ceDEmeen { color:#ffffff;display:block;width:178px;position:absolute;font-family:"open sans";font-size:15px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:28px;left:311px;height:19px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HxOKZ3E1EdWlnlksf74nQtOdMsyM4wHr { color:#ffffff;display:block;width:178px;position:absolute;font-family:"open sans";font-size:15px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:28px;left:0px;height:19px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kmIFk1OBEz1QeQTfIGMmR2GChTRbN6RN { color:#ffffff;display:block;width:178px;position:absolute;font-family:"open sans";font-size:15px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:28px;left:159px;height:19px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#USdtyDfRKXlpyxqhfnFDwTm3yxcu3Xfd { color:#ffffff;display:block;width:152px;position:absolute;font-family:"open sans";font-size:15px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:28px;left:475px;height:19px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w7Jd4sNPXS7G2TD1g0TWMML1TfWKnTff { color:#ffffff;display:block;width:127px;position:absolute;font-family:"open sans";font-size:15px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:28px;left:626px;height:19px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ctTiIGLsv7seZwy7LgN06RTqFBEJPuFT { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40px;width:40px;top:18px;left:780px;overflow:hidden;display:block; }
#hRvTaxthbqtGcST4ZZ6pcCxryOzltiuo { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40px;width:40px;top:18px;left:820px;overflow:hidden;display:block; }
#XZ2fGFIsV5osJnNwng5xmFFC7kEE5Cxi { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40px;width:40px;top:18px;left:860px;overflow:hidden;display:block; }
#MTWoHCzSbLeeLSr37mHDAuGiodrE3UyA { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40px;width:40px;top:18px;left:899px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LpT1kbXxq0ahhbhIoq72ZUTgFIZRAqua { display:block; }#LpT1kbXxq0ahhbhIoq72ZUTgFIZRAqua > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XmgwgCripCpUp7RksTWeW67eWyf5NcU5 { width:644px;height:88px;top:49px;left:60px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #xRosCQgcfigCJawH95r0H3k9mHksEQ9e { display:block; }#xRosCQgcfigCJawH95r0H3k9mHksEQ9e > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P20zgJ6utvl3pO2ZMlruKlGfGREOyQ5w { width:764px;height:52px;top:31px;left:0px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #W6KzFpK5bxQDVNR5ten5itdhPPANM9RX { width:173px;height:3px;top:84px;left:296px;display:block; }
 }@media only screen and (max-width: 763px) { #pHbUaCNUkSiwEC1LMasQ9aBLe85ZqR73 { display:block; }#pHbUaCNUkSiwEC1LMasQ9aBLe85ZqR73 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vwWfgvqvqiCyiIIF1TEvHacOo1qwtqSi { width:204px;height:255px;top:31px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #NlMLi7M1TCXvWlhEaVv64DO5ldF5BXgV { width:214px;height:52px;top:307px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #vsOtRaiNnhsUT2yXx3c0DX50fQd4mxpq { width:214px;height:52px;top:307px;left:168px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #hhLtSaQWLQ1tTDa8HazLDOvpWt4CgtvK { width:214px;height:52px;top:307px;left:359px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #tXbADkNDAUQa1EBz8Ad8NS35fZDgZiv2 { width:214px;height:52px;top:307px;left:550px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #MtIoO2wM8E9yLXTzFKoIAT686FX7HR8I { width:204px;height:255px;top:31px;left:178px;display:block; }
 }@media only screen and (max-width: 763px) { #lJxgqcVmLGThSSI4VcMXO8fQduBLoNTZ { width:204px;height:255px;top:31px;left:369px;display:block; }
 }@media only screen and (max-width: 763px) { #UJUvTBXMNRBLgUvL6sB0xbcHARcybM1F { width:204px;height:255px;top:31px;left:560px;display:block; }
 }@media only screen and (max-width: 763px) { #RmxllbhIniSiwt4audrM7ehGZJf1JULW { display:block; }#RmxllbhIniSiwt4audrM7ehGZJf1JULW > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CqoTvsdQKtcQkNySUom95q4rKpUBZZse { width:203px;height:255px;top:31px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #QUmwVKQCGmUplKB72TZl2VmMWTJm9e0e { width:214px;height:50px;top:307px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ygDggpam8GlVOchdeThovsyUMMrR2BJI { width:214px;height:52px;top:307px;left:168px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #fcDolV6iaW204O7kp3fOgeSoas49tDXr { width:214px;height:52px;top:307px;left:359px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #kGpt02zym3sCTmLO708KDvD45GavrsWX { width:214px;height:52px;top:307px;left:550px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ty9DFiX532FnXdiC16LKP7uW1Sr9hpRL { width:204px;height:255px;top:31px;left:178px;display:block; }
 }@media only screen and (max-width: 763px) { #dBhPzOhVv7B5IJmSZFBVZwy8luPWMQ79 { width:204px;height:255px;top:31px;left:369px;display:block; }
 }@media only screen and (max-width: 763px) { #QuGByBt7WS3734Jwm4lFq7fRF0oRr4e4 { width:204px;height:255px;top:31px;left:560px;display:block; }
 }@media only screen and (max-width: 763px) { #e5ZAHbxFQXomiChxECGZO0VbnN6kQAB3 { display:block; }#e5ZAHbxFQXomiChxECGZO0VbnN6kQAB3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sluq4ZpIuPZThgc7g3qgOvfcro8Bl5g4 { width:203px;height:253px;top:31px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ZoXWSzA9H9LWPiia6Cf3TGITp5CCTe8A { width:214px;height:52px;top:307px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #n077REfoS4dIOmqUhBREw8dabUuguLzI { width:214px;height:50px;top:307px;left:168px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #XlSTuaGkn2NJXzQJShmRQe8uqi7zx8Nc { width:214px;height:52px;top:307px;left:359px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #UJJemKeLg49buap20KzNlFDuDWkyZTeg { width:214px;height:52px;top:307px;left:550px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Xfd5HBs688ZBqro86ErrQT9a0EqZxfUZ { width:204px;height:255px;top:31px;left:178px;display:block; }
 }@media only screen and (max-width: 763px) { #ekbgc7JOEsITeHEipNC3wiyorWFD2aDB { width:204px;height:255px;top:31px;left:369px;display:block; }
 }@media only screen and (max-width: 763px) { #EdMfk7F1DeK8NQ2Tru13FArfG8wFEfUu { width:204px;height:255px;top:31px;left:560px;display:block; }
 }@media only screen and (max-width: 763px) { #U1sSJiEJolq9Ge0a7lTEoHwnwzLm2ZXe { display:block; }#U1sSJiEJolq9Ge0a7lTEoHwnwzLm2ZXe > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kXULL3VPgWKaMzDGPdXySQ2tEUbqLNJy { width:202px;height:253px;top:31px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #pNhn7UXQAs0Pc5H1ufoHDTC4BDMDFCPy { width:232px;height:52px;top:307px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #a0ROP9cqXBNGyA8Z15PQ7KWT8H5dfywB { width:214px;height:52px;top:307px;left:168px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Rxp5ccvFavNKii49oZl9aaP15gLqsGuh { width:233px;height:50px;top:307px;left:340px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #IuVG6Jiii5dhr5JaiHJtX583VA7vywHx { width:214px;height:52px;top:307px;left:550px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #LkMcKUW5HeL3CbktwEmbSBmcSzpOpgIE { width:203px;height:253px;top:31px;left:178px;display:block; }
 }@media only screen and (max-width: 763px) { #EDqioBbXAClkqtdTTqH2T8XQTUDZ2R7F { width:204px;height:255px;top:31px;left:369px;display:block; }
 }@media only screen and (max-width: 763px) { #C0PoyPdal0idnsg84NB6b8ID2727Rsau { width:204px;height:253px;top:31px;left:560px;display:block; }
 }@media only screen and (max-width: 763px) { #Tq789xyviwi8ZrxqmHzsI8DLdvaawBsd { display:block; }#Tq789xyviwi8ZrxqmHzsI8DLdvaawBsd > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kxh9D5pKfVgOodcnXSWr4TLlZUgidysu { width:202px;height:253px;top:31px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Lx30T4iIavPzStygKInrb9KGpGrI2KGQ { width:232px;height:52px;top:307px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #rmB3PSQmi8x33EmhbQuaVOGwvRJInWQy { width:237px;height:52px;top:307px;left:145px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #lJATIedd4u0oJCnb4834mskyKaO5kKrs { width:214px;height:52px;top:307px;left:359px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ybBoyoO0cUnpRowaxdwzO5PPLi3U4lV8 { width:214px;height:52px;top:307px;left:550px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #VcDM7aL1TEEKiVsUd5Jmv3uW2URyGcRV { width:203px;height:253px;top:31px;left:178px;display:block; }
 }@media only screen and (max-width: 763px) { #IBB7Jw9sH8THTQhcHrKZna0qDbgMdqul { width:204px;height:255px;top:31px;left:369px;display:block; }
 }@media only screen and (max-width: 763px) { #mFu467icK8Mg7xNLn5ait3qSI8bFT5dy { width:204px;height:255px;top:31px;left:560px;display:block; }
 }@media only screen and (max-width: 763px) { #tPvhu61gUFqK5eiV2VeztWT7tmkxCJov { display:block; }#tPvhu61gUFqK5eiV2VeztWT7tmkxCJov > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KdUm3OX07kxfeCN5rmfHTT5i0v6TnzbV { width:202px;height:253px;top:31px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #kAFbN8FXAzG106R6xx7oCGGbNn2WDrRT { width:239px;height:48px;top:309px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #Gnn59SuToZRFs5lgJT1vtE5qXiNdpB0O { width:237px;height:52px;top:307px;left:145px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #txqqNQTBihbTuVSSzUItxJF9wml9Vkn2 { width:214px;height:52px;top:307px;left:359px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #vFLT7pwwQ6s2NoccStNpLbv8ldziLroZ { width:214px;height:52px;top:307px;left:550px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #lN649oIrDZtpdiKWS6SvbPRTkXya47Nv { width:202px;height:252px;top:31px;left:191px;display:block; }
 }@media only screen and (max-width: 763px) { #SwmNXGdN8ToW92fpn9A0iRDRC2FENuex { width:204px;height:255px;top:31px;left:369px;display:block; }
 }@media only screen and (max-width: 763px) { #PSHFMH9D4xKymVQO7A1yaPxS1VVxqyS6 { width:204px;height:255px;top:31px;left:560px;display:block; }
 }@media only screen and (max-width: 763px) { #b7PJDl1HywGTpUQWaSPGfmmR3I3I5gue { display:block; }#b7PJDl1HywGTpUQWaSPGfmmR3I3I5gue > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M9BzOD5I5XqRd63fpB5MFwZ6ceDEmeen { width:178px;height:19px;top:28px;left:213px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #HxOKZ3E1EdWlnlksf74nQtOdMsyM4wHr { width:178px;height:19px;top:28px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #kmIFk1OBEz1QeQTfIGMmR2GChTRbN6RN { width:178px;height:19px;top:28px;left:61px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #USdtyDfRKXlpyxqhfnFDwTm3yxcu3Xfd { width:152px;height:19px;top:28px;left:377px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #w7Jd4sNPXS7G2TD1g0TWMML1TfWKnTff { width:127px;height:19px;top:28px;left:528px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ctTiIGLsv7seZwy7LgN06RTqFBEJPuFT { width:40px;height:40px;top:18px;left:682px;display:block; }
 }@media only screen and (max-width: 763px) { #hRvTaxthbqtGcST4ZZ6pcCxryOzltiuo { width:40px;height:40px;top:18px;left:722px;display:block; }
 }@media only screen and (max-width: 763px) { #XZ2fGFIsV5osJnNwng5xmFFC7kEE5Cxi { width:40px;height:40px;top:18px;left:724px;display:block; }
 }@media only screen and (max-width: 763px) { #MTWoHCzSbLeeLSr37mHDAuGiodrE3UyA { width:40px;height:40px;top:18px;left:724px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/15f41251-14ba-4599-a506-21b4a1dfcb4f/header_voting.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.23); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.23); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:320px;height:293px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LpT1kbXxq0ahhbhIoq72ZUTgFIZRAqua { display:block; }#LpT1kbXxq0ahhbhIoq72ZUTgFIZRAqua > .row .container { width:320px;height:230px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XmgwgCripCpUp7RksTWeW67eWyf5NcU5 { width:320px;height:160px;top:36.166656494141px;left:0px;font-size:20px;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xRosCQgcfigCJawH95r0H3k9mHksEQ9e { display:block; }#xRosCQgcfigCJawH95r0H3k9mHksEQ9e > .row .container { width:320px;height:99px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P20zgJ6utvl3pO2ZMlruKlGfGREOyQ5w { width:271.984375px;height:37.333332061768px;top:20px;left:24px;font-size:29px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W6KzFpK5bxQDVNR5ten5itdhPPANM9RX { width:172.984375px;height:2.984375px;top:77px;left:73px;display:block; }
 }@media only screen and (max-width: 763px) { #pHbUaCNUkSiwEC1LMasQ9aBLe85ZqR73 { display:block; }#pHbUaCNUkSiwEC1LMasQ9aBLe85ZqR73 > .row .container { width:320px;height:1456px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vwWfgvqvqiCyiIIF1TEvHacOo1qwtqSi { width:204px;height:255px;top:20px;left:58px;display:block; }
 }@media only screen and (max-width: 763px) { #NlMLi7M1TCXvWlhEaVv64DO5ldF5BXgV { width:320px;height:64px;top:295px;left:0px;font-size:20px;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vsOtRaiNnhsUT2yXx3c0DX50fQd4mxpq { width:214px;height:64px;top:654px;left:53px;font-size:20px;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hhLtSaQWLQ1tTDa8HazLDOvpWt4CgtvK { width:214px;height:64px;top:1013px;left:53px;font-size:20px;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tXbADkNDAUQa1EBz8Ad8NS35fZDgZiv2 { width:214px;height:64px;top:1372px;left:53px;font-size:20px;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MtIoO2wM8E9yLXTzFKoIAT686FX7HR8I { width:204px;height:255px;top:379px;left:58px;display:block; }
 }@media only screen and (max-width: 763px) { #lJxgqcVmLGThSSI4VcMXO8fQduBLoNTZ { width:204px;height:255px;top:738px;left:58px;display:block; }
 }@media only screen and (max-width: 763px) { #UJUvTBXMNRBLgUvL6sB0xbcHARcybM1F { width:204px;height:255px;top:1097px;left:58px;display:block; }
 }@media only screen and (max-width: 763px) { #RmxllbhIniSiwt4audrM7ehGZJf1JULW { display:block; }#RmxllbhIniSiwt4audrM7ehGZJf1JULW > .row .container { width:320px;height:1456px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CqoTvsdQKtcQkNySUom95q4rKpUBZZse { width:203px;height:255px;top:20px;left:58px;display:block; }
 }@media only screen and (max-width: 763px) { #QUmwVKQCGmUplKB72TZl2VmMWTJm9e0e { width:320px;height:64px;top:295px;left:0px;font-size:20px;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ygDggpam8GlVOchdeThovsyUMMrR2BJI { width:214px;height:64px;top:654px;left:53px;font-size:20px;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fcDolV6iaW204O7kp3fOgeSoas49tDXr { width:214px;height:64px;top:1013px;left:53px;font-size:20px;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kGpt02zym3sCTmLO708KDvD45GavrsWX { width:214px;height:64px;top:1372px;left:53px;font-size:20px;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ty9DFiX532FnXdiC16LKP7uW1Sr9hpRL { width:204px;height:255px;top:379px;left:58px;display:block; }
 }@media only screen and (max-width: 763px) { #dBhPzOhVv7B5IJmSZFBVZwy8luPWMQ79 { width:204px;height:255px;top:738px;left:58px;display:block; }
 }@media only screen and (max-width: 763px) { #QuGByBt7WS3734Jwm4lFq7fRF0oRr4e4 { width:204px;height:255px;top:1097px;left:58px;display:block; }
 }@media only screen and (max-width: 763px) { #e5ZAHbxFQXomiChxECGZO0VbnN6kQAB3 { display:block; }#e5ZAHbxFQXomiChxECGZO0VbnN6kQAB3 > .row .container { width:320px;height:1466px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sluq4ZpIuPZThgc7g3qgOvfcro8Bl5g4 { width:203px;height:253px;top:20px;left:58px;display:block; }
 }@media only screen and (max-width: 763px) { #ZoXWSzA9H9LWPiia6Cf3TGITp5CCTe8A { width:320px;height:64px;top:293px;left:0px;font-size:20px;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n077REfoS4dIOmqUhBREw8dabUuguLzI { width:214px;height:64px;top:652px;left:53px;font-size:20px;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XlSTuaGkn2NJXzQJShmRQe8uqi7zx8Nc { width:214px;height:64px;top:1011px;left:53px;font-size:20px;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UJJemKeLg49buap20KzNlFDuDWkyZTeg { width:214px;height:64px;top:1370px;left:53px;font-size:20px;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xfd5HBs688ZBqro86ErrQT9a0EqZxfUZ { width:204px;height:255px;top:377px;left:58px;display:block; }
 }@media only screen and (max-width: 763px) { #ekbgc7JOEsITeHEipNC3wiyorWFD2aDB { width:204px;height:255px;top:736px;left:58px;display:block; }
 }@media only screen and (max-width: 763px) { #EdMfk7F1DeK8NQ2Tru13FArfG8wFEfUu { width:204px;height:255px;top:1095px;left:58px;display:block; }
 }@media only screen and (max-width: 763px) { #U1sSJiEJolq9Ge0a7lTEoHwnwzLm2ZXe { display:block; }#U1sSJiEJolq9Ge0a7lTEoHwnwzLm2ZXe > .row .container { width:320px;height:1454px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kXULL3VPgWKaMzDGPdXySQ2tEUbqLNJy { width:202px;height:253px;top:20px;left:59px;display:block; }
 }@media only screen and (max-width: 763px) { #pNhn7UXQAs0Pc5H1ufoHDTC4BDMDFCPy { width:320px;height:64px;top:293px;left:0px;font-size:20px;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a0ROP9cqXBNGyA8Z15PQ7KWT8H5dfywB { width:214px;height:64px;top:652px;left:53px;font-size:20px;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rxp5ccvFavNKii49oZl9aaP15gLqsGuh { width:214px;height:64px;top:1011px;left:53px;font-size:20px;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IuVG6Jiii5dhr5JaiHJtX583VA7vywHx { width:214px;height:64px;top:1370px;left:53px;font-size:20px;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LkMcKUW5HeL3CbktwEmbSBmcSzpOpgIE { width:203px;height:253px;top:377px;left:58px;display:block; }
 }@media only screen and (max-width: 763px) { #EDqioBbXAClkqtdTTqH2T8XQTUDZ2R7F { width:204px;height:255px;top:736px;left:58px;display:block; }
 }@media only screen and (max-width: 763px) { #C0PoyPdal0idnsg84NB6b8ID2727Rsau { width:204px;height:253px;top:1095px;left:58px;display:block; }
 }@media only screen and (max-width: 763px) { #Tq789xyviwi8ZrxqmHzsI8DLdvaawBsd { display:block; }#Tq789xyviwi8ZrxqmHzsI8DLdvaawBsd > .row .container { width:320px;height:1452px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kxh9D5pKfVgOodcnXSWr4TLlZUgidysu { width:202px;height:253px;top:20px;left:59px;display:block; }
 }@media only screen and (max-width: 763px) { #Lx30T4iIavPzStygKInrb9KGpGrI2KGQ { width:320px;height:64px;top:293px;left:0px;font-size:20px;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rmB3PSQmi8x33EmhbQuaVOGwvRJInWQy { width:237px;height:64px;top:650px;left:41px;font-size:20px;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lJATIedd4u0oJCnb4834mskyKaO5kKrs { width:214px;height:64px;top:1009px;left:53px;font-size:20px;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ybBoyoO0cUnpRowaxdwzO5PPLi3U4lV8 { width:214px;height:64px;top:1368px;left:53px;font-size:20px;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VcDM7aL1TEEKiVsUd5Jmv3uW2URyGcRV { width:203px;height:253px;top:377px;left:58px;display:block; }
 }@media only screen and (max-width: 763px) { #IBB7Jw9sH8THTQhcHrKZna0qDbgMdqul { width:204px;height:255px;top:734px;left:58px;display:block; }
 }@media only screen and (max-width: 763px) { #mFu467icK8Mg7xNLn5ait3qSI8bFT5dy { width:204px;height:255px;top:1093px;left:58px;display:block; }
 }@media only screen and (max-width: 763px) { #tPvhu61gUFqK5eiV2VeztWT7tmkxCJov { display:block; }#tPvhu61gUFqK5eiV2VeztWT7tmkxCJov > .row .container { width:320px;height:1453px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KdUm3OX07kxfeCN5rmfHTT5i0v6TnzbV { width:202px;height:253px;top:20px;left:59px;display:block; }
 }@media only screen and (max-width: 763px) { #kAFbN8FXAzG106R6xx7oCGGbNn2WDrRT { width:320px;height:64px;top:293px;left:0px;font-size:20px;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gnn59SuToZRFs5lgJT1vtE5qXiNdpB0O { width:237px;height:64px;top:651px;left:41px;font-size:20px;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #txqqNQTBihbTuVSSzUItxJF9wml9Vkn2 { width:214px;height:64px;top:1010px;left:53px;font-size:20px;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vFLT7pwwQ6s2NoccStNpLbv8ldziLroZ { width:214px;height:64px;top:1369px;left:53px;font-size:20px;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lN649oIrDZtpdiKWS6SvbPRTkXya47Nv { width:202px;height:252px;top:377px;left:59px;display:block; }
 }@media only screen and (max-width: 763px) { #SwmNXGdN8ToW92fpn9A0iRDRC2FENuex { width:204px;height:255px;top:735px;left:58px;display:block; }
 }@media only screen and (max-width: 763px) { #PSHFMH9D4xKymVQO7A1yaPxS1VVxqyS6 { width:204px;height:255px;top:1094px;left:58px;display:block; }
 }@media only screen and (max-width: 763px) { #b7PJDl1HywGTpUQWaSPGfmmR3I3I5gue { display:block; }#b7PJDl1HywGTpUQWaSPGfmmR3I3I5gue > .row .container { width:320px;height:438px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M9BzOD5I5XqRd63fpB5MFwZ6ceDEmeen { width:178px;height:18.666666030884px;top:98px;left:71px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HxOKZ3E1EdWlnlksf74nQtOdMsyM4wHr { width:178px;height:18.666666030884px;top:20px;left:71px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kmIFk1OBEz1QeQTfIGMmR2GChTRbN6RN { width:178px;height:18.666666030884px;top:59px;left:71px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #USdtyDfRKXlpyxqhfnFDwTm3yxcu3Xfd { width:178px;height:18.666666030884px;top:137px;left:71px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w7Jd4sNPXS7G2TD1g0TWMML1TfWKnTff { width:178px;height:18.666666030884px;top:176px;left:71px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ctTiIGLsv7seZwy7LgN06RTqFBEJPuFT { width:40px;height:40px;top:215px;left:140px;display:block; }
 }@media only screen and (max-width: 763px) { #hRvTaxthbqtGcST4ZZ6pcCxryOzltiuo { width:40px;height:40px;top:265px;left:140px;display:block; }
 }@media only screen and (max-width: 763px) { #XZ2fGFIsV5osJnNwng5xmFFC7kEE5Cxi { width:40px;height:40px;top:317px;left:140px;display:block; }
 }@media only screen and (max-width: 763px) { #MTWoHCzSbLeeLSr37mHDAuGiodrE3UyA { width:40px;height:40px;top:368px;left:140px;display:block; }
 }