.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: 1199px) {
    html {
        width: 1200px;
    }
}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); }#eLHkUGRGMlEvVHOcSzTengLrFqmFmBAF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#eLHkUGRGMlEvVHOcSzTengLrFqmFmBAF > .row .container { background-color: transparent; background-image: none; }#eLHkUGRGMlEvVHOcSzTengLrFqmFmBAF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLHkUGRGMlEvVHOcSzTengLrFqmFmBAF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLHkUGRGMlEvVHOcSzTengLrFqmFmBAF > .row .container > .video-iframe-container { display: none; }#eLHkUGRGMlEvVHOcSzTengLrFqmFmBAF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLHkUGRGMlEvVHOcSzTengLrFqmFmBAF > .row > .video-iframe-container { display: none; }#eLHkUGRGMlEvVHOcSzTengLrFqmFmBAF > .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); }#eLHkUGRGMlEvVHOcSzTengLrFqmFmBAF > .row .container { border-width: 0; border-radius: 0; }#eLHkUGRGMlEvVHOcSzTengLrFqmFmBAF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eLHkUGRGMlEvVHOcSzTengLrFqmFmBAF > .row .container { font-size:14px;font-family:arial;height:87px;width:1200px;position:relative;display:block; }#bZ7ieUsFnu5n3nrBDKzlDTE36Wkc8B1w { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:19px;width:177px;top:37px;left:0px;overflow:hidden;display:block; }
#PbsGx4ncqcnSOcIpLETTZ29tBwZziukw { color:#ffffff;display:block;width:200px;position:absolute;font-family:montserrat;font-size:17px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:35.458335876465px;left:263.64584350586px;height:22.0938px;display:block; }
#mSVE0gWeT4l2wAnbgR7TLLW6QmMs7T5x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6a1b26c2-e9b8-4697-9fb8-4533c7334989/Frame222.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#mSVE0gWeT4l2wAnbgR7TLLW6QmMs7T5x.adaptive-delivery-prevent-bg, #mSVE0gWeT4l2wAnbgR7TLLW6QmMs7T5x.lazyload, #mSVE0gWeT4l2wAnbgR7TLLW6QmMs7T5x.lazyloading { background-image: none; }#mSVE0gWeT4l2wAnbgR7TLLW6QmMs7T5x > .row .container { background-color: transparent; background-image: none; }#mSVE0gWeT4l2wAnbgR7TLLW6QmMs7T5x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSVE0gWeT4l2wAnbgR7TLLW6QmMs7T5x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSVE0gWeT4l2wAnbgR7TLLW6QmMs7T5x > .row .container > .video-iframe-container { display: none; }#mSVE0gWeT4l2wAnbgR7TLLW6QmMs7T5x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSVE0gWeT4l2wAnbgR7TLLW6QmMs7T5x > .row > .video-iframe-container { display: none; }#mSVE0gWeT4l2wAnbgR7TLLW6QmMs7T5x > .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); }#mSVE0gWeT4l2wAnbgR7TLLW6QmMs7T5x > .row .container { border-width: 0; border-radius: 0; }#mSVE0gWeT4l2wAnbgR7TLLW6QmMs7T5x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mSVE0gWeT4l2wAnbgR7TLLW6QmMs7T5x > .row .container { font-size:14px;font-family:arial;height:232px;width:1200px;position:relative;display:block; }#BsrfPFiKoOyCTw627ic9aS0DHQZq9KaW { color:#ffffff;display:block;width:723.993px;position:absolute;font-family:rubik;font-size:55px;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:80.243064880371px;left:237.98612976074px;height:71.4931px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xWx3lNoAaZ9TZAGq5GVapngUBSLtn12D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#xWx3lNoAaZ9TZAGq5GVapngUBSLtn12D > .row .container { background-color: transparent; background-image: none; }#xWx3lNoAaZ9TZAGq5GVapngUBSLtn12D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWx3lNoAaZ9TZAGq5GVapngUBSLtn12D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWx3lNoAaZ9TZAGq5GVapngUBSLtn12D > .row .container > .video-iframe-container { display: none; }#xWx3lNoAaZ9TZAGq5GVapngUBSLtn12D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWx3lNoAaZ9TZAGq5GVapngUBSLtn12D > .row > .video-iframe-container { display: none; }#xWx3lNoAaZ9TZAGq5GVapngUBSLtn12D > .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); }#xWx3lNoAaZ9TZAGq5GVapngUBSLtn12D > .row .container { border-width: 0; border-radius: 0; }#xWx3lNoAaZ9TZAGq5GVapngUBSLtn12D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xWx3lNoAaZ9TZAGq5GVapngUBSLtn12D > .row .container { font-size:14px;font-family:arial;height:303px;width:1200px;position:relative;display:block; }#tEnSAaIB6NzTPdRM8Re9PguqWlJNfKqI { color:#ffffff;display:block;width:488px;position:absolute;font-family:rubik;font-size:31px;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:108px;left:167px;height:40.2969px;font-style:normal;display:block; }
#iHROhSUsvRRZZbc3M9Q1OTUv5gwmMD3s { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:37px;width:37px;top:246px;left:167px;overflow:hidden;display:none; }
#w4vduGBT2B0XUlhZdrK41ZEy6pyoOTpp { color:#e9e9eb;display:block;width:81px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:250.21484375px;left:221.953125px;height:28.5742px;display:none; }
#WPZNZE3wAwLKLod4F45lCMFXy3pxuov7 { color:#e9e9eb;display:block;width:92.9883px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:317.20703125px;left:221.953125px;height:28.5742px;display:none; }
#dA5PCeDotzNNs6muXxF2NS7pMDd4VOAs { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:36.9922px;width:36.9922px;top:312.98828125px;left:166.9921875px;overflow:hidden;display:none; }
#Z6TzBQsnGxC7fGmxFDQyQlHf4z3rXl1U { color:#e9e9eb;display:block;width:50.9961px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:385.17578125px;left:221.953125px;height:28.5742px;display:none; }
#ArTKDHI32UIJu0c3vxvDWzDmGbHMp7To { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:42.9883px;width:42.9883px;top:377.98046875px;left:163.984375px;overflow:hidden;display:none; }
#UKBihc0B3WzCC0Q6TzhB848tkOQG2Iwl { color:#e9e9eb;display:block;width:88.9844px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:189px;left:229px;height:28.5938px;display:block; }
#OD9PtNuN7lIHfILfMCTGVJhCQLMI5p3l { background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:125.977px;height:36.9922px;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:245.99609375px;left:383.984375px;display:none; }
#tGyxnoGZwwnum3fEGU2e5AhanIqJ8eHT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#B1b5VV8QcEIBN0KEL76PZIImCpqvoTGG { background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:125.977px;height:36.9922px;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:312.98828125px;left:383.984375px;display:none; }
#gwiIUm3fMEOUV1tHMRDwEeSTGSS64e8Z { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#I9wTE8WRF5z46lqA6Xz812lRNEZBoBL0 { background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:125.977px;height:36.9922px;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:381.98828125px;left:383.984375px;display:none; }
#kSF7KU4OdzNx7Lu2isW3IN8ymWh3gt9U { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#AgoHT5u8O0UFnP8HbTL62nWI3Addg8Jd { background-color:#00cc7e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:125.977px;height:36.9922px;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:175px;left:387px;display:block; }
#mtDz5DbbZ9zS4dpswsnowamONEwiSI9h { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#THB24ITWaSJMDv6hBOBCyThCRxwHZf5o { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:53.9844px;width:53.9844px;top:166px;left:167px;overflow:hidden;display:block; }
#BCUppH2xHkiUn91V092maTzhnrLWfPrG { color:#e9e9eb;display:block;width:116.969px;position:absolute;font-family:"open sans";font-size:17px;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:168px;left:229px;height:22.0833px;display:block; }
#brLT02imX9dd3nJzGv1BrztSo25EFOFm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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:none; }#brLT02imX9dd3nJzGv1BrztSo25EFOFm > .row .container { border-width: 0; border-radius: 0; }#brLT02imX9dd3nJzGv1BrztSo25EFOFm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#brLT02imX9dd3nJzGv1BrztSo25EFOFm > .row .container { font-size:14px;font-family:arial;height:699px;width:1200px;position:relative;display:none; }#cipS8odv3fFrfVSuyTT6nFUS52yXMqd4 { color:#ffffff;display:block;width:698px;position:absolute;font-family:rubik;font-size:20px;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:157px;left:167px;height:27.9861px;display:block; }
#wpvtsby5G4ShEULlzGIeyMnQdTEAWiiL { color:#ffffff;display:block;width:488px;position:absolute;font-family:rubik;font-size:31px;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:108px;left:167px;height:40.2969px;font-style:normal;display:block; }
#MtU7y5C9HGPXt074sVviqxWHZToCcwbZ { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:37px;width:37px;top:246px;left:167px;overflow:hidden;display:none; }
#NnhEGw54PLWTw6PnbSmwJg4wCR4ye4Ct { color:#e9e9eb;display:block;width:81px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:250.21484375px;left:221.953125px;height:28.5742px;display:none; }
#yas3dOmSAiToaIluXcBhA6xcFTHZVlUn { color:#e9e9eb;display:block;width:92.9883px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:317.20703125px;left:221.953125px;height:28.5742px;display:none; }
#hxooqVfb3hwH98p9K9HJrfctPv3s8lis { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:36.9922px;width:36.9922px;top:312.98828125px;left:166.9921875px;overflow:hidden;display:none; }
#ls8Vql4TfBp1hN01a3rVu8mG09qZ07Zc { color:#e9e9eb;display:block;width:50.9961px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:385.17578125px;left:221.953125px;height:28.5742px;display:none; }
#I6cGq0TilxVGOIuUW2WfyiNV1DMka91w { color:#e9e9eb;display:block;width:70px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:340px;left:228px;height:28.5938px;display:block; }
#WNQIQef9QipKmGHASwy3B8h8ZrtwsIif { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:36.9922px;width:36.9922px;top:325px;left:173px;overflow:hidden;display:block; }
#VudoN5LTtk3wdp4gWlUzxGspn7J9DmoV { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:42.9883px;width:42.9883px;top:377.98046875px;left:163.984375px;overflow:hidden;display:none; }
#wHlbSTKWwOI4tabXdBouPPOBUGkFKxDA { color:#e9e9eb;display:block;width:83.9844px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:407px;left:228px;height:28.5938px;display:block; }
#alKAWWsKTiTkTwTd5XBVNgPnaRaxuG1p { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:36.9922px;width:36.9922px;top:392px;left:173px;overflow:hidden;display:block; }
#hUKlZTC5I4m9hOkKnqNVtKigRmUG2OuV { color:#e9e9eb;display:block;width:88.9844px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:614px;left:495px;height:28.5938px;display:block; }
#v9XJznrgBiPCvOySVMHxgbeVcgeiRVrG { background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:125.977px;height:36.9922px;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:245.99609375px;left:383.984375px;display:none; }
#T7RGmGSW1OPX6LgqcVpNwhOdzg3zGNII { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#dIC9eBOPR33hxqFHkyQTMb0hgaRw7irV { background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:125.977px;height:36.9922px;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:312.98828125px;left:383.984375px;display:none; }
#DelmJzq2FLOWDZSZ0OHapTlIbMugNFRB { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#IaGci2zUxVl2VcOBzNeD403dp2TRwfKS { background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:125.977px;height:36.9922px;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:381.98828125px;left:383.984375px;display:none; }
#aMpITer7P4yTa2RxFkNthT6Q9QoOrmq2 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ApE6gCw8WB9QsfCBNssfNhyu8LqoCTvy { background-color:#00cc7e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:125.977px;height:36.9922px;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:325px;left:384px;display:block; }
#i3LZdl1shI4WdsLtkKAGgZ7TctGUc88q { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#cL8FuTmzPNe438qi3caducbgrhlHtD2Z { background-color:#00cc7e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:125.977px;height:36.9922px;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:392px;left:384px;display:block; }
#nf6KHBq7X7mrNZEtpBdkmcVNQdIf7hUu { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#x9BGT1VMZVR0DJuenvGN8G0qL1ey3gdF { background-color:#00cc7e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:125.977px;height:36.9922px;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:459px;left:903px;display:block; }
#lE0ShSKqgZaUm4sUFiym4KQcxJGWcHrT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#HXov01dD5HUAHIQ1XaXfHNEl8doFHsyo { background-color:#00cc7e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:125.977px;height:36.9922px;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:529px;left:384px;display:block; }
#IWIyBpVNkTSVXpyxbrPBhHREbeDpSh7i { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#CuLqG56N0oivxk25xas7zdiFqa80O1ao { background-color:#00cc7e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:125.977px;height:36.9922px;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:530px;left:904px;display:block; }
#s0Twx3pUWiNVqoM138QBhHW75fcdp1HA { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#V8QyPxwakq2HLf9wylh8wBu8rIk6VgRu { background-color:#00cc7e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:125.977px;height:36.9922px;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:460px;left:384px;display:block; }
#NyXwGCiOWOw3bombn0bfwrfcEatEJ1QW { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#wsmLS27nHOs7x01FRAn0JhIBVstlnWU5 { background-color:#00cc7e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:125.977px;height:36.9922px;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:388px;left:903px;display:block; }
#zsLtOuZdFHE85agrcp8JgTOvTTQNs4rC { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#g6wTwBLfTHEPztE5FyOSbK7OymvU14ud { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:45px;width:45px;top:458px;left:169px;overflow:hidden;display:block; }
#hcOO9nC95Qy1reGUX8DhgOJBb3fVMSM5 { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:38.9844px;width:38.9844px;top:531px;left:172px;overflow:hidden;display:block; }
#KnvTBucNgLUTGogE7rXHOSuhyxwHEizZ { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:37.9883px;width:37.9883px;top:530px;left:692px;overflow:hidden;display:block; }
#E8IwUOqC1Nb9cHx1uUMJsoeLdLuqtiWM { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:41.9922px;width:42.9883px;top:391px;left:689px;overflow:hidden;display:block; }
#zbJyLFKy3ocTmstwppKoxLu8muBicMRI { background-color:#00cc7e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:125.977px;height:36.9922px;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:600px;left:653px;display:block; }
#H3tidaRezbR6vILP7s4homiman3F5C04 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#JI3xBqWaavICJIzyUFtrQ4TtZFwiFOIH { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:40.9961px;width:40.9961px;top:457px;left:690px;overflow:hidden;display:block; }
#GG8R6ifCBgb2G3T6pDFHxpWGhUX0WtCI { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:53.9844px;width:53.9844px;top:591px;left:433px;overflow:hidden;display:block; }
#qGyTON6gTrUO23pgUFKwMB8Zf1DHAlPR { color:#e9e9eb;display:block;width:106px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:546px;left:228px;height:28.5938px;display:block; }
#XudAdU284maVVr3xI5mhxXW0hq0o3XWX { color:#e9e9eb;display:block;width:76px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:547px;left:747px;height:28.5938px;display:block; }
#V1EE905TkxRRHiCrpQqROvR9Mu42yUHi { color:#e9e9eb;display:block;width:68px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:478px;left:228px;height:28.5938px;display:block; }
#XqwCEfPKuAJrZ1EyhQQqvAQUHcZPqBJu { color:#e9e9eb;display:block;width:86px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:406px;left:748px;height:28.5938px;display:block; }
#dUTyclQyohzSsvpSVti1uTv7qH0bZSxy { color:#e9e9eb;display:block;width:87px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:473px;left:748px;height:28.5938px;display:block; }
#dJD1ivCOesMIO84gTVOVHf9Np7ikEgQ0 { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:36px;width:36px;top:260px;left:173px;overflow:hidden;display:block; }
#OZFc6voPMQzQgfTZA6giroG3RfKSgHnl { color:#e9e9eb;display:block;width:116.992px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:274px;left:228px;height:28.5938px;display:block; }
#QRATZotivkd30lh4RtZw4tG2t0JMGLzw { background-color:#00cc7e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:125.977px;height:36.9922px;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:260px;left:384px;display:block; }
#hHTKLlDGxHiJoyGTTDDf9ERTOVaolNf4 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#KokbtuXhuoQqp1TrIdoB9uIlnGOJ1bRh { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:36px;width:36px;top:260px;left:689px;overflow:hidden;display:block; }
#sTCrDBWX0wl0rtZ7LbHAn6auuxqEdryB { color:#e9e9eb;display:block;width:116.992px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:274px;left:744px;height:28.5938px;display:block; }
#PuUZ4zt6Ch2r0yHCzyrxvWzD9BtzIGRI { background-color:#00cc7e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:125.977px;height:36.9922px;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:260px;left:903px;display:block; }
#ELQ3sNAMDH0sO3TDcIz6LwFUFNntLeVt { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#IG0wWD8UN9X7mz1dGy9B3IHPTKPHWKlW { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:40.9961px;width:40.9961px;top:323px;left:688px;overflow:hidden;display:block; }
#GGHgs5qcev6Z4ktLwLRm195OirRwCd6b { color:#e9e9eb;display:block;width:117px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:340px;left:747px;height:28.5938px;display:block; }
#sbULL7m2oOEXJ5X0D9fmr5gGVe5wfAs4 { background-color:#00cc7e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:125.977px;height:36.9922px;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:325px;left:903px;display:block; }
#T6cwFSU5Over1mBTbOcpmaC9zDfkwC71 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#OpmNVTcVmeDcfeVcZry7LoG5sqAqsTmQ { color:#e9e9eb;display:block;width:116.984px;position:absolute;font-family:"open sans";font-size:17px;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:256px;left:228px;height:22.0833px;display:block; }
#GEWWyBS3Tak7MIu4uo1Kb4x8eJt8zDUm { color:#e9e9eb;display:block;width:116.969px;position:absolute;font-family:"open sans";font-size:17px;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:318.890625px;left:228px;height:22.0938px;display:block; }
#RKChIqVC6iCEphkPf9p7nWkqVEhgWXvB { color:#e9e9eb;display:block;width:116.969px;position:absolute;font-family:"open sans";font-size:17px;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:385.890625px;left:228px;height:22.0938px;display:block; }
#S4S4a7iXkh95fFRiZfTxL7auDthSTOgS { color:#e9e9eb;display:block;width:116.969px;position:absolute;font-family:"open sans";font-size:17px;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:459px;left:228px;height:22.0938px;display:block; }
#KANhtQoRRRVTbFhtwc8hzTFVkBSwlbQi { color:#e9e9eb;display:block;width:116.969px;position:absolute;font-family:"open sans";font-size:17px;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:528px;left:228px;height:22.0938px;display:block; }
#fzGI7pRmLvJqOEaqRMQtL7hoyPO38eTv { color:#e9e9eb;display:block;width:116.969px;position:absolute;font-family:"open sans";font-size:17px;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:592.890625px;left:495px;height:22.0938px;display:block; }
#QqnSoUsqM4SDM537FCp9ZFPz1MpzNEcI { color:#e9e9eb;display:block;width:116.969px;position:absolute;font-family:"open sans";font-size:17px;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:527px;left:749.015625px;height:22.0938px;display:block; }
#kKU2JOGQ0lnl3klmCp0EwmDgeKFL55hT { color:#e9e9eb;display:block;width:116.969px;position:absolute;font-family:"open sans";font-size:17px;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:453.890625px;left:747px;height:22.0938px;display:block; }
#SxXc001DU6kyhQLHpbm4ekzm79JvhXN0 { color:#e9e9eb;display:block;width:116.969px;position:absolute;font-family:"open sans";font-size:17px;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:385.890625px;left:749.015625px;height:22.0938px;display:block; }
#nRwmul5RCF8DRVHrUnasi3lN6sz1hqqq { color:#e9e9eb;display:block;width:116.969px;position:absolute;font-family:"open sans";font-size:17px;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:318.890625px;left:748.015625px;height:22.0938px;display:block; }
#DR30M56yuFvApZsqZWLOu6WySmvHHE9g { color:#e9e9eb;display:block;width:116.969px;position:absolute;font-family:"open sans";font-size:17px;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:252.890625px;left:747px;height:22.0938px;display:block; }
#D5rTzSkyN9T3GK317D1zCWc9qZEwPqc9 { position:relative;display:block; }#D5rTzSkyN9T3GK317D1zCWc9qZEwPqc9 { background-color: transparent; background-image: none; }#D5rTzSkyN9T3GK317D1zCWc9qZEwPqc9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5rTzSkyN9T3GK317D1zCWc9qZEwPqc9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5rTzSkyN9T3GK317D1zCWc9qZEwPqc9 > .row .container > .video-iframe-container { display: none; }#D5rTzSkyN9T3GK317D1zCWc9qZEwPqc9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5rTzSkyN9T3GK317D1zCWc9qZEwPqc9 > .row > .video-iframe-container { display: none; }#D5rTzSkyN9T3GK317D1zCWc9qZEwPqc9 > .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); }#D5rTzSkyN9T3GK317D1zCWc9qZEwPqc9 { border-width: 0; border-radius: 0; }#D5rTzSkyN9T3GK317D1zCWc9qZEwPqc9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D5rTzSkyN9T3GK317D1zCWc9qZEwPqc9 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:84px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#gxMnhUSdU6Ef4qvPUbC1sDXc9reR7sJs { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:20px;width:256px;top:31.5px;left:472.00003051758px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eLHkUGRGMlEvVHOcSzTengLrFqmFmBAF { display:block; }#eLHkUGRGMlEvVHOcSzTengLrFqmFmBAF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bZ7ieUsFnu5n3nrBDKzlDTE36Wkc8B1w { top:37px;left:0px;width:177px;height:19px;display:block; }
 }@media only screen and (max-width: 763px) { #PbsGx4ncqcnSOcIpLETTZ29tBwZziukw { top:35px;left:45.645843505859px;width:200px;height:;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #mSVE0gWeT4l2wAnbgR7TLLW6QmMs7T5x { display:block; }#mSVE0gWeT4l2wAnbgR7TLLW6QmMs7T5x > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BsrfPFiKoOyCTw627ic9aS0DHQZq9KaW { top:80px;left:19.986129760742px;width:723px;height:71px;font-size:55px;display:block; }
 }@media only screen and (max-width: 763px) { #xWx3lNoAaZ9TZAGq5GVapngUBSLtn12D { display:block; }#xWx3lNoAaZ9TZAGq5GVapngUBSLtn12D > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tEnSAaIB6NzTPdRM8Re9PguqWlJNfKqI { top:108px;left:0px;width:487px;height:40px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #iHROhSUsvRRZZbc3M9Q1OTUv5gwmMD3s { top:246px;left:0px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #w4vduGBT2B0XUlhZdrK41ZEy6pyoOTpp { top:250px;left:3.953125px;width:81px;height:29px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #WPZNZE3wAwLKLod4F45lCMFXy3pxuov7 { top:317px;left:3.953125px;width:92px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #dA5PCeDotzNNs6muXxF2NS7pMDd4VOAs { top:312px;left:0px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #Z6TzBQsnGxC7fGmxFDQyQlHf4z3rXl1U { top:385px;left:3.953125px;width:50px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #ArTKDHI32UIJu0c3vxvDWzDmGbHMp7To { top:377px;left:0px;width:42px;height:42px;display:block; }
 }@media only screen and (max-width: 763px) { #UKBihc0B3WzCC0Q6TzhB848tkOQG2Iwl { top:188px;left:10.993057250977px;width:88px;height:28px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #OD9PtNuN7lIHfILfMCTGVJhCQLMI5p3l { width:125px;height:36px;top:245px;left:165.984375px;display:block; }
 }@media only screen and (max-width: 763px) { #tGyxnoGZwwnum3fEGU2e5AhanIqJ8eHT { display:block; }
 }@media only screen and (max-width: 763px) { #B1b5VV8QcEIBN0KEL76PZIImCpqvoTGG { width:125px;height:36px;top:312px;left:165.984375px;display:block; }
 }@media only screen and (max-width: 763px) { #gwiIUm3fMEOUV1tHMRDwEeSTGSS64e8Z { display:block; }
 }@media only screen and (max-width: 763px) { #I9wTE8WRF5z46lqA6Xz812lRNEZBoBL0 { width:125px;height:36px;top:381px;left:165.984375px;display:block; }
 }@media only screen and (max-width: 763px) { #kSF7KU4OdzNx7Lu2isW3IN8ymWh3gt9U { display:block; }
 }@media only screen and (max-width: 763px) { #AgoHT5u8O0UFnP8HbTL62nWI3Addg8Jd { width:125px;height:36px;top:175px;left:169px;display:block; }
 }@media only screen and (max-width: 763px) { #mtDz5DbbZ9zS4dpswsnowamONEwiSI9h { display:block; }
 }@media only screen and (max-width: 763px) { #THB24ITWaSJMDv6hBOBCyThCRxwHZf5o { top:166px;left:0px;width:53px;height:53px;display:block; }
 }@media only screen and (max-width: 763px) { #BCUppH2xHkiUn91V092maTzhnrLWfPrG { top:167px;left:10.993057250977px;width:116px;height:22px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #brLT02imX9dd3nJzGv1BrztSo25EFOFm { display:block; }#brLT02imX9dd3nJzGv1BrztSo25EFOFm > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cipS8odv3fFrfVSuyTT6nFUS52yXMqd4 { top:157px;left:0px;width:697px;height:27px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #wpvtsby5G4ShEULlzGIeyMnQdTEAWiiL { top:108px;left:0px;width:487px;height:40px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #MtU7y5C9HGPXt074sVviqxWHZToCcwbZ { top:246px;left:0px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #NnhEGw54PLWTw6PnbSmwJg4wCR4ye4Ct { top:250px;left:3.953125px;width:81px;height:29px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #yas3dOmSAiToaIluXcBhA6xcFTHZVlUn { top:317px;left:3.953125px;width:92px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #hxooqVfb3hwH98p9K9HJrfctPv3s8lis { top:312px;left:0px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #ls8Vql4TfBp1hN01a3rVu8mG09qZ07Zc { top:385px;left:3.953125px;width:50px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #I6cGq0TilxVGOIuUW2WfyiNV1DMka91w { top:340px;left:9.9861297607422px;width:70px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #WNQIQef9QipKmGHASwy3B8h8ZrtwsIif { top:325px;left:0px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #VudoN5LTtk3wdp4gWlUzxGspn7J9DmoV { top:377px;left:0px;width:42px;height:42px;display:block; }
 }@media only screen and (max-width: 763px) { #wHlbSTKWwOI4tabXdBouPPOBUGkFKxDA { top:406px;left:9.9861297607422px;width:83px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #alKAWWsKTiTkTwTd5XBVNgPnaRaxuG1p { top:392px;left:0px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #hUKlZTC5I4m9hOkKnqNVtKigRmUG2OuV { top:613px;left:277.00001525879px;width:88px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #v9XJznrgBiPCvOySVMHxgbeVcgeiRVrG { width:125px;height:36px;top:245px;left:165.984375px;display:block; }
 }@media only screen and (max-width: 763px) { #T7RGmGSW1OPX6LgqcVpNwhOdzg3zGNII { display:block; }
 }@media only screen and (max-width: 763px) { #dIC9eBOPR33hxqFHkyQTMb0hgaRw7irV { width:125px;height:36px;top:312px;left:165.984375px;display:block; }
 }@media only screen and (max-width: 763px) { #DelmJzq2FLOWDZSZ0OHapTlIbMugNFRB { display:block; }
 }@media only screen and (max-width: 763px) { #IaGci2zUxVl2VcOBzNeD403dp2TRwfKS { width:125px;height:36px;top:381px;left:165.984375px;display:block; }
 }@media only screen and (max-width: 763px) { #aMpITer7P4yTa2RxFkNthT6Q9QoOrmq2 { display:block; }
 }@media only screen and (max-width: 763px) { #ApE6gCw8WB9QsfCBNssfNhyu8LqoCTvy { width:125px;height:36px;top:325px;left:166px;display:block; }
 }@media only screen and (max-width: 763px) { #i3LZdl1shI4WdsLtkKAGgZ7TctGUc88q { display:block; }
 }@media only screen and (max-width: 763px) { #cL8FuTmzPNe438qi3caducbgrhlHtD2Z { width:125px;height:36px;top:392px;left:166px;display:block; }
 }@media only screen and (max-width: 763px) { #nf6KHBq7X7mrNZEtpBdkmcVNQdIf7hUu { display:block; }
 }@media only screen and (max-width: 763px) { #x9BGT1VMZVR0DJuenvGN8G0qL1ey3gdF { width:125px;height:36px;top:459px;left:639px;display:block; }
 }@media only screen and (max-width: 763px) { #lE0ShSKqgZaUm4sUFiym4KQcxJGWcHrT { display:block; }
 }@media only screen and (max-width: 763px) { #HXov01dD5HUAHIQ1XaXfHNEl8doFHsyo { width:125px;height:36px;top:529px;left:166px;display:block; }
 }@media only screen and (max-width: 763px) { #IWIyBpVNkTSVXpyxbrPBhHREbeDpSh7i { display:block; }
 }@media only screen and (max-width: 763px) { #CuLqG56N0oivxk25xas7zdiFqa80O1ao { width:125px;height:36px;top:530px;left:639px;display:block; }
 }@media only screen and (max-width: 763px) { #s0Twx3pUWiNVqoM138QBhHW75fcdp1HA { display:block; }
 }@media only screen and (max-width: 763px) { #V8QyPxwakq2HLf9wylh8wBu8rIk6VgRu { width:125px;height:36px;top:460px;left:166px;display:block; }
 }@media only screen and (max-width: 763px) { #NyXwGCiOWOw3bombn0bfwrfcEatEJ1QW { display:block; }
 }@media only screen and (max-width: 763px) { #wsmLS27nHOs7x01FRAn0JhIBVstlnWU5 { width:125px;height:36px;top:388px;left:639px;display:block; }
 }@media only screen and (max-width: 763px) { #zsLtOuZdFHE85agrcp8JgTOvTTQNs4rC { display:block; }
 }@media only screen and (max-width: 763px) { #g6wTwBLfTHEPztE5FyOSbK7OymvU14ud { top:458px;left:0px;width:45px;height:45px;display:block; }
 }@media only screen and (max-width: 763px) { #hcOO9nC95Qy1reGUX8DhgOJBb3fVMSM5 { top:531px;left:0px;width:38px;height:38px;display:block; }
 }@media only screen and (max-width: 763px) { #KnvTBucNgLUTGogE7rXHOSuhyxwHEizZ { top:530px;left:474px;width:37px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #E8IwUOqC1Nb9cHx1uUMJsoeLdLuqtiWM { top:391px;left:471px;width:42px;height:41.026800315435px;display:block; }
 }@media only screen and (max-width: 763px) { #zbJyLFKy3ocTmstwppKoxLu8muBicMRI { width:125px;height:36px;top:600px;left:435px;display:block; }
 }@media only screen and (max-width: 763px) { #H3tidaRezbR6vILP7s4homiman3F5C04 { display:block; }
 }@media only screen and (max-width: 763px) { #JI3xBqWaavICJIzyUFtrQ4TtZFwiFOIH { top:457px;left:472px;width:40px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #GG8R6ifCBgb2G3T6pDFHxpWGhUX0WtCI { top:591px;left:215px;width:53px;height:53px;display:block; }
 }@media only screen and (max-width: 763px) { #qGyTON6gTrUO23pgUFKwMB8Zf1DHAlPR { top:545px;left:9.9861297607422px;width:105px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #XudAdU284maVVr3xI5mhxXW0hq0o3XWX { top:546px;left:528.99653625488px;width:75px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #V1EE905TkxRRHiCrpQqROvR9Mu42yUHi { top:477px;left:9.9861297607422px;width:67px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #XqwCEfPKuAJrZ1EyhQQqvAQUHcZPqBJu { top:405px;left:529.98616027832px;width:85px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #dUTyclQyohzSsvpSVti1uTv7qH0bZSxy { top:472px;left:529.98616027832px;width:86px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #dJD1ivCOesMIO84gTVOVHf9Np7ikEgQ0 { top:260px;left:0px;width:35px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #OZFc6voPMQzQgfTZA6giroG3RfKSgHnl { top:273px;left:9.9861297607422px;width:116px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #QRATZotivkd30lh4RtZw4tG2t0JMGLzw { width:125px;height:36px;top:260px;left:166px;display:block; }
 }@media only screen and (max-width: 763px) { #hHTKLlDGxHiJoyGTTDDf9ERTOVaolNf4 { display:block; }
 }@media only screen and (max-width: 763px) { #KokbtuXhuoQqp1TrIdoB9uIlnGOJ1bRh { top:260px;left:471px;width:35px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #sTCrDBWX0wl0rtZ7LbHAn6auuxqEdryB { top:273px;left:525.99305725098px;width:116px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #PuUZ4zt6Ch2r0yHCzyrxvWzD9BtzIGRI { width:125px;height:36px;top:260px;left:639px;display:block; }
 }@media only screen and (max-width: 763px) { #ELQ3sNAMDH0sO3TDcIz6LwFUFNntLeVt { display:block; }
 }@media only screen and (max-width: 763px) { #IG0wWD8UN9X7mz1dGy9B3IHPTKPHWKlW { top:323px;left:470px;width:40px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #GGHgs5qcev6Z4ktLwLRm195OirRwCd6b { top:340px;left:528.99653625488px;width:116px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #sbULL7m2oOEXJ5X0D9fmr5gGVe5wfAs4 { width:125px;height:36px;top:325px;left:639px;display:block; }
 }@media only screen and (max-width: 763px) { #T6cwFSU5Over1mBTbOcpmaC9zDfkwC71 { display:block; }
 }@media only screen and (max-width: 763px) { #OpmNVTcVmeDcfeVcZry7LoG5sqAqsTmQ { top:255px;left:9.9861297607422px;width:116px;height:22px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #GEWWyBS3Tak7MIu4uo1Kb4x8eJt8zDUm { top:318px;left:10px;width:116px;height:22px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #RKChIqVC6iCEphkPf9p7nWkqVEhgWXvB { top:385px;left:10px;width:116px;height:22px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #S4S4a7iXkh95fFRiZfTxL7auDthSTOgS { top:459px;left:10px;width:116px;height:22px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #KANhtQoRRRVTbFhtwc8hzTFVkBSwlbQi { top:528px;left:10px;width:116px;height:22px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #fzGI7pRmLvJqOEaqRMQtL7hoyPO38eTv { top:592px;left:277px;width:116px;height:22px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #QqnSoUsqM4SDM537FCp9ZFPz1MpzNEcI { top:527px;left:531.015625px;width:116px;height:22px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #kKU2JOGQ0lnl3klmCp0EwmDgeKFL55hT { top:453px;left:529px;width:116px;height:22px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #SxXc001DU6kyhQLHpbm4ekzm79JvhXN0 { top:385px;left:531.015625px;width:116px;height:22px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #nRwmul5RCF8DRVHrUnasi3lN6sz1hqqq { top:318px;left:530.015625px;width:116px;height:22px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #DR30M56yuFvApZsqZWLOu6WySmvHHE9g { top:252px;left:529px;width:116px;height:22px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #D5rTzSkyN9T3GK317D1zCWc9qZEwPqc9 { display:block; }#D5rTzSkyN9T3GK317D1zCWc9qZEwPqc9 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gxMnhUSdU6Ef4qvPUbC1sDXc9reR7sJs { top:31px;left:254.00003051758px;width:256px;height:20px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eLHkUGRGMlEvVHOcSzTengLrFqmFmBAF { display:block; }#eLHkUGRGMlEvVHOcSzTengLrFqmFmBAF > .row .container { width:320px;height:95px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bZ7ieUsFnu5n3nrBDKzlDTE36Wkc8B1w { width:170.996px;height:17.9883px;top:27.7734375px;left:74.4921875px;display:block; }
 }@media only screen and (max-width: 763px) { #PbsGx4ncqcnSOcIpLETTZ29tBwZziukw { width:100px;height:15.5938px;top:54.98046875px;left:110px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #mSVE0gWeT4l2wAnbgR7TLLW6QmMs7T5x { display:block; }#mSVE0gWeT4l2wAnbgR7TLLW6QmMs7T5x > .row .container { width:320px;height:230px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BsrfPFiKoOyCTw627ic9aS0DHQZq9KaW { width:248px;height:41.5799px;top:54.140625px;left:36px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #xWx3lNoAaZ9TZAGq5GVapngUBSLtn12D { background-color:#000000;background-image:none;display:block; }#xWx3lNoAaZ9TZAGq5GVapngUBSLtn12D > .row .container { background-color: transparent; background-image: none; }#xWx3lNoAaZ9TZAGq5GVapngUBSLtn12D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWx3lNoAaZ9TZAGq5GVapngUBSLtn12D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWx3lNoAaZ9TZAGq5GVapngUBSLtn12D > .row .container > .video-iframe-container { display: none; }#xWx3lNoAaZ9TZAGq5GVapngUBSLtn12D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWx3lNoAaZ9TZAGq5GVapngUBSLtn12D > .row > .video-iframe-container { display: none; }#xWx3lNoAaZ9TZAGq5GVapngUBSLtn12D > .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); }#xWx3lNoAaZ9TZAGq5GVapngUBSLtn12D > .row .container { width:320px;height:340px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tEnSAaIB6NzTPdRM8Re9PguqWlJNfKqI { width:231.992px;height:39px;top:65.9765625px;left:43.984375px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iHROhSUsvRRZZbc3M9Q1OTUv5gwmMD3s { width:36.9922px;height:36.9922px;top:209px;left:67px;display:none; }
 }@media only screen and (max-width: 763px) { #w4vduGBT2B0XUlhZdrK41ZEy6pyoOTpp { width:118.984px;height:20.7812px;top:259px;left:30px;font-size:16px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #WPZNZE3wAwLKLod4F45lCMFXy3pxuov7 { width:117.988px;height:20.7812px;top:260px;left:177px;font-size:16px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #dA5PCeDotzNNs6muXxF2NS7pMDd4VOAs { width:36.9922px;height:36.9922px;top:209px;left:218px;display:none; }
 }@media only screen and (max-width: 763px) { #Z6TzBQsnGxC7fGmxFDQyQlHf4z3rXl1U { width:103.965px;height:20.7812px;top:286px;left:31px;font-size:16px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ArTKDHI32UIJu0c3vxvDWzDmGbHMp7To { width:40.9961px;height:40.9961px;top:226px;left:64px;display:none; }
 }@media only screen and (max-width: 763px) { #UKBihc0B3WzCC0Q6TzhB848tkOQG2Iwl { width:125.99px;height:23.4028px;top:210px;left:97px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OD9PtNuN7lIHfILfMCTGVJhCQLMI5p3l { width:125px;height:36.9922px;top:303px;left:23px;display:none; }
 }@media only screen and (max-width: 763px) { #tGyxnoGZwwnum3fEGU2e5AhanIqJ8eHT { display:block; }
 }@media only screen and (max-width: 763px) { #B1b5VV8QcEIBN0KEL76PZIImCpqvoTGG { width:125px;height:37px;top:303px;left:173px;display:none; }
 }@media only screen and (max-width: 763px) { #gwiIUm3fMEOUV1tHMRDwEeSTGSS64e8Z { display:block; }
 }@media only screen and (max-width: 763px) { #I9wTE8WRF5z46lqA6Xz812lRNEZBoBL0 { width:125px;height:35.9961px;top:325px;left:22px;display:none; }
 }@media only screen and (max-width: 763px) { #kSF7KU4OdzNx7Lu2isW3IN8ymWh3gt9U { display:block; }
 }@media only screen and (max-width: 763px) { #AgoHT5u8O0UFnP8HbTL62nWI3Addg8Jd { width:125px;height:35.9961px;top:251px;left:98px;display:block; }
 }@media only screen and (max-width: 763px) { #mtDz5DbbZ9zS4dpswsnowamONEwiSI9h { display:block; }
 }@media only screen and (max-width: 763px) { #THB24ITWaSJMDv6hBOBCyThCRxwHZf5o { width:52.9861px;height:52.9861px;top:121.97917175293px;left:133.48959445953px;display:block; }
 }@media only screen and (max-width: 763px) { #BCUppH2xHkiUn91V092maTzhnrLWfPrG { width:116px;height:20.7986px;top:189px;left:102px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #brLT02imX9dd3nJzGv1BrztSo25EFOFm { background-color:#000000;background-image:none;display:none; }#brLT02imX9dd3nJzGv1BrztSo25EFOFm > .row .container { width:320px;height:1420px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cipS8odv3fFrfVSuyTT6nFUS52yXMqd4 { width:303.984px;height:20.9896px;top:126.9921875px;left:7.98828125px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #wpvtsby5G4ShEULlzGIeyMnQdTEAWiiL { width:231.992px;height:39px;top:65.9765625px;left:43.984375px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MtU7y5C9HGPXt074sVviqxWHZToCcwbZ { width:36.9922px;height:36.9922px;top:209px;left:67px;display:none; }
 }@media only screen and (max-width: 763px) { #NnhEGw54PLWTw6PnbSmwJg4wCR4ye4Ct { width:118.984px;height:20.7812px;top:259px;left:30px;font-size:16px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #yas3dOmSAiToaIluXcBhA6xcFTHZVlUn { width:117.988px;height:20.7812px;top:260px;left:177px;font-size:16px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #hxooqVfb3hwH98p9K9HJrfctPv3s8lis { width:36.9922px;height:36.9922px;top:209px;left:218px;display:none; }
 }@media only screen and (max-width: 763px) { #ls8Vql4TfBp1hN01a3rVu8mG09qZ07Zc { width:103.965px;height:20.7812px;top:286px;left:31px;font-size:16px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #I6cGq0TilxVGOIuUW2WfyiNV1DMka91w { width:60.9961px;height:20.7986px;top:300px;left:54px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WNQIQef9QipKmGHASwy3B8h8ZrtwsIif { width:36.9922px;height:36.9922px;top:232px;left:66px;display:block; }
 }@media only screen and (max-width: 763px) { #VudoN5LTtk3wdp4gWlUzxGspn7J9DmoV { width:40.9961px;height:40.9961px;top:226px;left:64px;display:none; }
 }@media only screen and (max-width: 763px) { #wHlbSTKWwOI4tabXdBouPPOBUGkFKxDA { width:123.965px;height:20.7986px;top:299.96875px;left:173.484375px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #alKAWWsKTiTkTwTd5XBVNgPnaRaxuG1p { width:36.9922px;height:36.9922px;top:231.9921875px;left:216.97265625px;display:block; }
 }@media only screen and (max-width: 763px) { #hUKlZTC5I4m9hOkKnqNVtKigRmUG2OuV { width:65.9961px;height:20.7986px;top:1287px;left:126px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v9XJznrgBiPCvOySVMHxgbeVcgeiRVrG { width:125px;height:36.9922px;top:303px;left:23px;display:none; }
 }@media only screen and (max-width: 763px) { #T7RGmGSW1OPX6LgqcVpNwhOdzg3zGNII { display:block; }
 }@media only screen and (max-width: 763px) { #dIC9eBOPR33hxqFHkyQTMb0hgaRw7irV { width:125px;height:37px;top:303px;left:173px;display:none; }
 }@media only screen and (max-width: 763px) { #DelmJzq2FLOWDZSZ0OHapTlIbMugNFRB { display:block; }
 }@media only screen and (max-width: 763px) { #IaGci2zUxVl2VcOBzNeD403dp2TRwfKS { width:125px;height:35.9961px;top:325px;left:22px;display:none; }
 }@media only screen and (max-width: 763px) { #aMpITer7P4yTa2RxFkNthT6Q9QoOrmq2 { display:block; }
 }@media only screen and (max-width: 763px) { #ApE6gCw8WB9QsfCBNssfNhyu8LqoCTvy { width:125px;height:35.9961px;top:329px;left:22px;display:block; }
 }@media only screen and (max-width: 763px) { #i3LZdl1shI4WdsLtkKAGgZ7TctGUc88q { display:block; }
 }@media only screen and (max-width: 763px) { #cL8FuTmzPNe438qi3caducbgrhlHtD2Z { width:125px;height:35.9961px;top:329px;left:173px;display:block; }
 }@media only screen and (max-width: 763px) { #nf6KHBq7X7mrNZEtpBdkmcVNQdIf7hUu { display:block; }
 }@media only screen and (max-width: 763px) { #x9BGT1VMZVR0DJuenvGN8G0qL1ey3gdF { width:125px;height:35.9961px;top:530px;left:173px;display:block; }
 }@media only screen and (max-width: 763px) { #lE0ShSKqgZaUm4sUFiym4KQcxJGWcHrT { display:block; }
 }@media only screen and (max-width: 763px) { #HXov01dD5HUAHIQ1XaXfHNEl8doFHsyo { width:125px;height:35.9961px;top:740px;left:173px;display:block; }
 }@media only screen and (max-width: 763px) { #IWIyBpVNkTSVXpyxbrPBhHREbeDpSh7i { display:block; }
 }@media only screen and (max-width: 763px) { #CuLqG56N0oivxk25xas7zdiFqa80O1ao { width:125px;height:35.9961px;top:740px;left:22px;display:block; }
 }@media only screen and (max-width: 763px) { #s0Twx3pUWiNVqoM138QBhHW75fcdp1HA { display:block; }
 }@media only screen and (max-width: 763px) { #V8QyPxwakq2HLf9wylh8wBu8rIk6VgRu { width:125px;height:35.9961px;top:530px;left:22px;display:block; }
 }@media only screen and (max-width: 763px) { #NyXwGCiOWOw3bombn0bfwrfcEatEJ1QW { display:block; }
 }@media only screen and (max-width: 763px) { #wsmLS27nHOs7x01FRAn0JhIBVstlnWU5 { width:125px;height:35.9961px;top:949px;left:22px;display:block; }
 }@media only screen and (max-width: 763px) { #zsLtOuZdFHE85agrcp8JgTOvTTQNs4rC { display:block; }
 }@media only screen and (max-width: 763px) { #g6wTwBLfTHEPztE5FyOSbK7OymvU14ud { width:41.9922px;height:41.9922px;top:428px;left:64px;display:block; }
 }@media only screen and (max-width: 763px) { #hcOO9nC95Qy1reGUX8DhgOJBb3fVMSM5 { width:37.9883px;height:37.9883px;top:632.48046875px;left:216.484375px;display:block; }
 }@media only screen and (max-width: 763px) { #KnvTBucNgLUTGogE7rXHOSuhyxwHEizZ { width:36.9922px;height:36.9922px;top:633px;left:66px;display:block; }
 }@media only screen and (max-width: 763px) { #E8IwUOqC1Nb9cHx1uUMJsoeLdLuqtiWM { width:41.9922px;height:41.0156px;top:840px;left:64px;display:block; }
 }@media only screen and (max-width: 763px) { #zbJyLFKy3ocTmstwppKoxLu8muBicMRI { width:125px;height:35.9961px;top:1321px;left:98px;display:block; }
 }@media only screen and (max-width: 763px) { #H3tidaRezbR6vILP7s4homiman3F5C04 { display:block; }
 }@media only screen and (max-width: 763px) { #JI3xBqWaavICJIzyUFtrQ4TtZFwiFOIH { width:40px;height:40px;top:428.984375px;left:215.46875px;display:block; }
 }@media only screen and (max-width: 763px) { #GG8R6ifCBgb2G3T6pDFHxpWGhUX0WtCI { width:52.9883px;height:52.9883px;top:1206px;left:133px;display:block; }
 }@media only screen and (max-width: 763px) { #qGyTON6gTrUO23pgUFKwMB8Zf1DHAlPR { width:95.9961px;height:20.7986px;top:703.953125px;left:187.46875px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XudAdU284maVVr3xI5mhxXW0hq0o3XWX { width:50.9961px;height:20.7986px;top:703.984375px;left:58.984375px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V1EE905TkxRRHiCrpQqROvR9Mu42yUHi { width:52.9883px;height:20.7986px;top:501px;left:58px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XqwCEfPKuAJrZ1EyhQQqvAQUHcZPqBJu { width:81.9922px;height:20.7986px;top:915px;left:43px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dUTyclQyohzSsvpSVti1uTv7qH0bZSxy { width:55px;height:20.7986px;top:500.96875px;left:207.96875px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dJD1ivCOesMIO84gTVOVHf9Np7ikEgQ0 { width:35px;height:35px;top:1036px;left:67px;display:block; }
 }@media only screen and (max-width: 763px) { #OZFc6voPMQzQgfTZA6giroG3RfKSgHnl { width:115.996px;height:20.7986px;top:1101px;left:27px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QRATZotivkd30lh4RtZw4tG2t0JMGLzw { width:125px;height:36px;top:1132px;left:22px;display:block; }
 }@media only screen and (max-width: 763px) { #hHTKLlDGxHiJoyGTTDDf9ERTOVaolNf4 { display:block; }
 }@media only screen and (max-width: 763px) { #KokbtuXhuoQqp1TrIdoB9uIlnGOJ1bRh { width:35px;height:35px;top:1036px;left:218px;display:block; }
 }@media only screen and (max-width: 763px) { #sTCrDBWX0wl0rtZ7LbHAn6auuxqEdryB { width:115.996px;height:20.7986px;top:1101px;left:178px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PuUZ4zt6Ch2r0yHCzyrxvWzD9BtzIGRI { width:125px;height:36px;top:1132px;left:173px;display:block; }
 }@media only screen and (max-width: 763px) { #ELQ3sNAMDH0sO3TDcIz6LwFUFNntLeVt { display:block; }
 }@media only screen and (max-width: 763px) { #IG0wWD8UN9X7mz1dGy9B3IHPTKPHWKlW { width:40px;height:40px;top:848px;left:216px;display:block; }
 }@media only screen and (max-width: 763px) { #GGHgs5qcev6Z4ktLwLRm195OirRwCd6b { width:115.996px;height:20.7986px;top:918px;left:178px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sbULL7m2oOEXJ5X0D9fmr5gGVe5wfAs4 { width:125px;height:36px;top:949px;left:173px;display:block; }
 }@media only screen and (max-width: 763px) { #T6cwFSU5Over1mBTbOcpmaC9zDfkwC71 { display:block; }
 }@media only screen and (max-width: 763px) { #OpmNVTcVmeDcfeVcZry7LoG5sqAqsTmQ { width:116px;height:22.0938px;top:1081px;left:26.484375px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GEWWyBS3Tak7MIu4uo1Kb4x8eJt8zDUm { width:116px;height:22.0938px;top:278.890625px;left:26.484375px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RKChIqVC6iCEphkPf9p7nWkqVEhgWXvB { width:116px;height:22.0938px;top:278.890625px;left:177.453125px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S4S4a7iXkh95fFRiZfTxL7auDthSTOgS { width:116px;height:22.0938px;top:479.984375px;left:26.484375px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KANhtQoRRRVTbFhtwc8hzTFVkBSwlbQi { width:116px;height:22.0938px;top:682.84375px;left:177.453125px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fzGI7pRmLvJqOEaqRMQtL7hoyPO38eTv { width:116px;height:22.0938px;top:1265.90625px;left:102px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QqnSoUsqM4SDM537FCp9ZFPz1MpzNEcI { width:116px;height:22.0938px;top:682.84375px;left:26.484375px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kKU2JOGQ0lnl3klmCp0EwmDgeKFL55hT { width:116px;height:22.0938px;top:479.984375px;left:177.453125px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SxXc001DU6kyhQLHpbm4ekzm79JvhXN0 { width:116px;height:22.0938px;top:891px;left:26.484375px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nRwmul5RCF8DRVHrUnasi3lN6sz1hqqq { width:116px;height:22.0938px;top:898px;left:177.453125px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DR30M56yuFvApZsqZWLOu6WySmvHHE9g { width:116px;height:22.0938px;top:1081px;left:177.453125px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D5rTzSkyN9T3GK317D1zCWc9qZEwPqc9 { display:block; }#D5rTzSkyN9T3GK317D1zCWc9qZEwPqc9 > .row .container { width:320px;height:60px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gxMnhUSdU6Ef4qvPUbC1sDXc9reR7sJs { width:255.996px;height:20px;top:20px;left:31.97265625px;display:block; }
 }