.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:761.969px;position:absolute;font-family:rubik;font-size:57px;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;top:47.609375px;left:219px;height:136.7708px;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.2951px;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:143px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:195.98959350586px;left:227.98612976074px;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:#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:15047;text-align:center;text-align-last:center;top:182px;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:173px;left:167px;overflow:hidden;display:block; }
#ndvCsVkSoNGw6DLMmzmygSLhplTzUc9V { color:#ffffff;display:block;width:93px;position:absolute;font-family:rubik;font-size:17px;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:176.99652099609px;left:217.98612976074px;height:23.7847px;text-align:center;text-align-last:center;display:block; }
#tlCdRWbpi8InKqDN83gVUc88apb5PUV3 { 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; }#tlCdRWbpi8InKqDN83gVUc88apb5PUV3 > .row .container { border-width: 0; border-radius: 0; }#tlCdRWbpi8InKqDN83gVUc88apb5PUV3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tlCdRWbpi8InKqDN83gVUc88apb5PUV3 > .row .container { font-size:14px;font-family:arial;height:735px;width:1200px;position:relative;display:none; }#ykbf17Q1uuqsJ7cI9D5QTMrfavvQ0tdU { 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:28px;display:block; }
#USRFKnLVAauaIFfAxTqAgFR708frz7ws { 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; }
#LPAOk0DGdczVTfqlDiGIOBZEXrkhnCPy { 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; }
#FdrupdeeTnqENNykvsTuJHaNRWwIqs1h { 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; }
#O393LunnhSM4UvH4mwIVTtqc0RfzNAdG { 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; }
#t1coTRaVEwqx7sl6hiOXonM40LUV3vGD { 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; }
#DrJoUeZMWHSeXlA3QKM9SCFzU2728nFo { 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; }
#WBXSGS0ZONPhbHU1pP66gnhO31JCx4Xn { color:#e9e9eb;display:block;width:117px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:342px;left:226px;height:28.5938px;display:block; }
#at4SuBAMszvakF1vbSJqmevepHyscbT4 { 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:40.9961px;width:40.9961px;top:325.76171875px;left:166.9921875px;overflow:hidden;display:block; }
#TpuuP4nJfchQpxxhlshvV9BVLDAXg12Z { 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; }
#MTTfBf3KfD7UNaWDdLP9fQ4X5TgTKufk { color:#e9e9eb;display:block;width:139px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:409px;left:226px;height:28.5938px;display:block; }
#TPgznJq0eVCEEb8BWAmNTUFZn0tXCZyu { 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:394px;left:171px;overflow:hidden;display:block; }
#GKHBz3RHShzBJBUh9onUGT5S58sSXkRm { color:#e9e9eb;display:block;width:143px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:620px;left:493px;height:28.5938px;display:block; }
#JT8QFKgTXQ0Z2H8Zz6RcuPPhsstEvpH4 { 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; }
#qxX69BWKdE3up1DKvWwQQFhKqRnERHuX { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#DRhPh6hEDJJcmaoOgZwOZ6JVRU9yQI3C { 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; }
#aeLqMlIaP15dXsrdLV6MpcHqTHFM2NSc { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Z9sxFdzt0JoVETZIxfwzDPVD2x3tAWLk { 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; }
#uxKmizCvUKtJnitersufMuKwpkfoMw2f { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#oepgwvV3u14SHZZIlA8inGkPB6Jgk1Hz { 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:327px;left:382px;display:block; }
#AWo9lVovbPVq6rr9C3fkSKxL6nrRXxUJ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#X28nZ8JNVt8utfTvFzVrO1RfuCCTAdfz { 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:394px;left:382px;display:block; }
#ZIZQrAAkRJqLqvM5yfJPS5E0EIIkuRxW { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#FVLCXT1x9ff9rySfpIGCxTdstXvTitCR { 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:15046;text-align:center;text-align-last:center;top:460px;left:899px;display:block; }
#fhVyGz4iZbpzzmp36b5RNLSCGg82gevW { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#cgQXRuhFLaMrvQQasI6U22p6iAendDVX { 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:15046;text-align:center;text-align-last:center;top:531px;left:382px;display:block; }
#gvpJ28PUTNPwbXfgedpCqmMPLUxGV8kk { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#TsTQ0F29tfNw3e1Vl7qP5DXNsSqn896M { 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:15047;text-align:center;text-align-last:center;top:531px;left:900px;display:block; }
#D4vwCWvJU8NlxAdAU6E1Mqdk2WefxDzI { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Hq00TqcDTsVmW6fR21OiX57QfVTD5XNm { 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:15046;text-align:center;text-align-last:center;top:462px;left:382px;display:block; }
#FRJuJec06fBE95OJKxLMQoml9v0wtoh3 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#FMS4WxPuoo9HMsw38gORy1aTU3ckS3h8 { 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:15047;text-align:center;text-align-last:center;top:395px;left:899px;display:block; }
#JBu7JBIPlPwSP5d6NQXPqnqb4sZSd4pD { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#oU0J8HtXUryaJHUNp3HyFvKUigsw7Lix { 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:460px;left:167px;overflow:hidden;display:block; }
#wfUm1ZESkSGMxHdWn50doTCc0caGvacT { 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:533px;left:170px;overflow:hidden;display:block; }
#Sq6T19aHfhbcaLd24BxDJopdvpBKLevu { 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:531px;left:687px;overflow:hidden;display:block; }
#lbUK8KsGETPc08T1zDkCUHFBlibVrgUg { 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:392px;left:685px;overflow:hidden;display:block; }
#NOXL2NMZk5UlTiU6sWwiTokGvtZHPreZ { 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:15047;text-align:center;text-align-last:center;top:606px;left:652px;display:block; }
#gcaH7vU4ABUy82eFEBJPe6GdyrywHinC { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#T9f3qwNVSP00NAlQag9PUhFXTuhsx91E { 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:458px;left:686px;overflow:hidden;display:block; }
#S6t9aWTwZR0rb8wRq9tPzGQLKrzTh64o { 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:597px;left:432px;overflow:hidden;display:block; }
#Qz0eyBTbTN4LK6fzGbZm75NReZSs4uHm { color:#e9e9eb;display:block;width:147px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:548px;left:226px;height:28.5938px;display:block; }
#ulf8DKfnMnwU7pEydDXSuDJfVyEyyBOJ { color:#e9e9eb;display:block;width:129px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:544px;left:743px;height:28.5938px;display:block; }
#idea2Lgny6AdnMvZBFWteFQUvnVgzEMb { color:#e9e9eb;display:block;width:93px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:480px;left:225.984375px;height:28.5938px;display:block; }
#CoZz4mn1rW0i9TFlFeoJHyqz5NzcZIrv { color:#e9e9eb;display:block;width:140px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:407px;left:743px;height:28.5938px;display:block; }
#dF3SVqubJPnsBZsLC21rr504JkIIuPnN { color:#e9e9eb;display:block;width:142px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:474px;left:743px;height:28.5938px;display:block; }
#epCg0N6EV3ndWCKribU2ElpUm4QBXMwg { 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:15047;text-align:center;text-align-last:center;top:328px;left:899px;display:block; }
#ovxrhX9yez3S8viwUoM2ZV3lGsvV3zMD { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#hctmKlfrw0nKpzMytzCJL2UmLaNV0uel { 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:343px;left:743px;height:28.5938px;display:block; }
#unpoUlJR8kL8gHiBchql3g9IvISwqE0A { 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:36.9922px;width:36.9922px;top:328px;left:688px;overflow:hidden;display:block; }
#P2LQb39F1lhe27dkRlw3AiRPHQSKI8Xc { 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:15053;text-align:center;text-align-last:center;top:266px;left:901px;display:block; }
#i2FXuO2uFpqiXLtkSAskoTiRZvaBNdtk { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#CnZkA1T9RgTfJ5kl7GJHsSItH9c7WfgL { color:#e9e9eb;display:block;width:116.992px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:280px;left:742px;height:28.5938px;display:block; }
#RdiTyTvG014Mx3cVEbUhnHzPlE4i5dVy { position:absolute;display:block;z-index:15048;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:266px;left:687px;overflow:hidden;display:block; }
#tAN5iHrdVbMew0uVqI4fAHT3L4twEmPh { 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:15050;text-align:center;text-align-last:center;top:265.99609375px;left:381.9921875px;display:block; }
#rc1JhKxt5b0TXOTTHaMvU9OaSh0sfipQ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#hgnl2SVnfcETRSWLxclxLeqPIQmdMNfe { color:#e9e9eb;display:block;width:116.992px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:280px;left:226px;height:28.5938px;display:block; }
#k5cOeGr3OP7fBImwUOMTCiziz0ReCTRA { position:absolute;display:block;z-index:15045;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:266px;left:171px;overflow:hidden;display:block; }
#PJwceugmXcTC9Ufh1Rl0yoSNLqQht6CS { color:#ffffff;display:block;width:93px;position:absolute;font-family:rubik;font-size:17px;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:260.1875px;left:220px;height:23.7969px;text-align:center;text-align-last:center;display:block; }
#dXzSzn0fTiR8Wfp31dufxJ4S3kv3cVNI { color:#ffffff;display:block;width:93px;position:absolute;font-family:rubik;font-size:17px;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:322.1875px;left:209px;height:23.7969px;text-align:center;text-align-last:center;display:block; }
#KZtKzKWI6gCpg9lP90QXiT5n6c1VQ5Ew { color:#ffffff;display:block;width:93px;position:absolute;font-family:rubik;font-size:17px;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:389.1875px;left:220px;height:23.7969px;text-align:center;text-align-last:center;display:block; }
#lTGs9Ob2M9mIKehiWfQSKX8eQ0NkXndO { color:#ffffff;display:block;width:93px;position:absolute;font-family:rubik;font-size:17px;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:460px;left:211px;height:23.7969px;text-align:center;text-align-last:center;display:block; }
#vFhi4MKzWg60lFNkm9A8dN1R4bmLBfSt { color:#ffffff;display:block;width:102px;position:absolute;font-family:rubik;font-size:17px;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:529px;left:221px;height:23.7969px;text-align:center;text-align-last:center;display:block; }
#rivIPyXHwbsUAEcoe42bkgXkbRf5QMBW { color:#ffffff;display:block;width:93px;position:absolute;font-family:rubik;font-size:17px;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:260.1875px;left:742px;height:23.7969px;text-align:center;text-align-last:center;display:block; }
#WEVNdtIsAxEbcun3PrlDQlsPDEJpwTQi { color:#ffffff;display:block;width:93px;position:absolute;font-family:rubik;font-size:17px;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:323.1875px;left:729px;height:23.7969px;text-align:center;text-align-last:center;display:block; }
#xZfIfWvekCFaxOr4M84qLwp7E8wWXAwN { color:#ffffff;display:block;width:93px;position:absolute;font-family:rubik;font-size:17px;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:386.1875px;left:735px;height:23.7969px;text-align:center;text-align-last:center;display:block; }
#RTodx7AyBszFxbaVTKZyTvCKezpqC5OT { color:#ffffff;display:block;width:93px;position:absolute;font-family:rubik;font-size:17px;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:454.1875px;left:732px;height:23.7969px;text-align:center;text-align-last:center;display:block; }
#w2Tdv1lJQ3oIsHp91oh7VpWQMFItvBFs { color:#ffffff;display:block;width:93px;position:absolute;font-family:rubik;font-size:17px;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:525px;left:728px;height:23.7969px;text-align:center;text-align-last:center;display:block; }
#Vu93apXpvL3wIDVMSexgefuy8bA4t4XT { color:#ffffff;display:block;width:93px;position:absolute;font-family:rubik;font-size:17px;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:601.203125px;left:483px;height:23.7969px;text-align:center;text-align-last:center;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:47px;left:1px;width:761px;height:136px;font-size:57px;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:195px;left:9.9861297607422px;width:142px;height:28px;font-size:22px;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:182px;left:169px;display:block; }
 }@media only screen and (max-width: 763px) { #mtDz5DbbZ9zS4dpswsnowamONEwiSI9h { display:block; }
 }@media only screen and (max-width: 763px) { #THB24ITWaSJMDv6hBOBCyThCRxwHZf5o { top:173px;left:0px;width:53px;height:53px;display:block; }
 }@media only screen and (max-width: 763px) { #ndvCsVkSoNGw6DLMmzmygSLhplTzUc9V { top:176px;left:0px;width:92px;height:23px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #tlCdRWbpi8InKqDN83gVUc88apb5PUV3 { display:block; }#tlCdRWbpi8InKqDN83gVUc88apb5PUV3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ykbf17Q1uuqsJ7cI9D5QTMrfavvQ0tdU { top:157px;left:0px;width:698px;height:28px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #USRFKnLVAauaIFfAxTqAgFR708frz7ws { top:108px;left:0px;width:487px;height:40px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #LPAOk0DGdczVTfqlDiGIOBZEXrkhnCPy { top:246px;left:0px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #FdrupdeeTnqENNykvsTuJHaNRWwIqs1h { top:250px;left:3.953125px;width:81px;height:29px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #O393LunnhSM4UvH4mwIVTtqc0RfzNAdG { top:317px;left:3.953125px;width:92px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #t1coTRaVEwqx7sl6hiOXonM40LUV3vGD { top:312px;left:0px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #DrJoUeZMWHSeXlA3QKM9SCFzU2728nFo { top:385px;left:3.953125px;width:50px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #WBXSGS0ZONPhbHU1pP66gnhO31JCx4Xn { top:342px;left:8.0000305175781px;width:117px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #at4SuBAMszvakF1vbSJqmevepHyscbT4 { top:325px;left:0px;width:40px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #TpuuP4nJfchQpxxhlshvV9BVLDAXg12Z { top:377px;left:0px;width:42px;height:42px;display:block; }
 }@media only screen and (max-width: 763px) { #MTTfBf3KfD7UNaWDdLP9fQ4X5TgTKufk { top:409px;left:8.0000305175781px;width:139px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #TPgznJq0eVCEEb8BWAmNTUFZn0tXCZyu { top:394px;left:0px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #GKHBz3RHShzBJBUh9onUGT5S58sSXkRm { top:620px;left:275.00003051758px;width:143px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #JT8QFKgTXQ0Z2H8Zz6RcuPPhsstEvpH4 { width:125px;height:36px;top:245px;left:165.984375px;display:block; }
 }@media only screen and (max-width: 763px) { #qxX69BWKdE3up1DKvWwQQFhKqRnERHuX { display:block; }
 }@media only screen and (max-width: 763px) { #DRhPh6hEDJJcmaoOgZwOZ6JVRU9yQI3C { width:125px;height:36px;top:312px;left:165.984375px;display:block; }
 }@media only screen and (max-width: 763px) { #aeLqMlIaP15dXsrdLV6MpcHqTHFM2NSc { display:block; }
 }@media only screen and (max-width: 763px) { #Z9sxFdzt0JoVETZIxfwzDPVD2x3tAWLk { width:125px;height:36px;top:381px;left:165.984375px;display:block; }
 }@media only screen and (max-width: 763px) { #uxKmizCvUKtJnitersufMuKwpkfoMw2f { display:block; }
 }@media only screen and (max-width: 763px) { #oepgwvV3u14SHZZIlA8inGkPB6Jgk1Hz { width:125px;height:36px;top:327px;left:164px;display:block; }
 }@media only screen and (max-width: 763px) { #AWo9lVovbPVq6rr9C3fkSKxL6nrRXxUJ { display:block; }
 }@media only screen and (max-width: 763px) { #X28nZ8JNVt8utfTvFzVrO1RfuCCTAdfz { width:125px;height:36px;top:394px;left:164px;display:block; }
 }@media only screen and (max-width: 763px) { #ZIZQrAAkRJqLqvM5yfJPS5E0EIIkuRxW { display:block; }
 }@media only screen and (max-width: 763px) { #FVLCXT1x9ff9rySfpIGCxTdstXvTitCR { width:125px;height:36px;top:460px;left:639px;display:block; }
 }@media only screen and (max-width: 763px) { #fhVyGz4iZbpzzmp36b5RNLSCGg82gevW { display:block; }
 }@media only screen and (max-width: 763px) { #cgQXRuhFLaMrvQQasI6U22p6iAendDVX { width:125px;height:36px;top:531px;left:164px;display:block; }
 }@media only screen and (max-width: 763px) { #gvpJ28PUTNPwbXfgedpCqmMPLUxGV8kk { display:block; }
 }@media only screen and (max-width: 763px) { #TsTQ0F29tfNw3e1Vl7qP5DXNsSqn896M { width:125px;height:36px;top:531px;left:639px;display:block; }
 }@media only screen and (max-width: 763px) { #D4vwCWvJU8NlxAdAU6E1Mqdk2WefxDzI { display:block; }
 }@media only screen and (max-width: 763px) { #Hq00TqcDTsVmW6fR21OiX57QfVTD5XNm { width:125px;height:36px;top:462px;left:164px;display:block; }
 }@media only screen and (max-width: 763px) { #FRJuJec06fBE95OJKxLMQoml9v0wtoh3 { display:block; }
 }@media only screen and (max-width: 763px) { #FMS4WxPuoo9HMsw38gORy1aTU3ckS3h8 { width:125px;height:36px;top:395px;left:639px;display:block; }
 }@media only screen and (max-width: 763px) { #JBu7JBIPlPwSP5d6NQXPqnqb4sZSd4pD { display:block; }
 }@media only screen and (max-width: 763px) { #oU0J8HtXUryaJHUNp3HyFvKUigsw7Lix { top:460px;left:0px;width:45px;height:45px;display:block; }
 }@media only screen and (max-width: 763px) { #wfUm1ZESkSGMxHdWn50doTCc0caGvacT { top:533px;left:0px;width:38px;height:38px;display:block; }
 }@media only screen and (max-width: 763px) { #Sq6T19aHfhbcaLd24BxDJopdvpBKLevu { top:531px;left:469px;width:37px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #lbUK8KsGETPc08T1zDkCUHFBlibVrgUg { top:392px;left:467px;width:42px;height:41.026800315435px;display:block; }
 }@media only screen and (max-width: 763px) { #NOXL2NMZk5UlTiU6sWwiTokGvtZHPreZ { width:125px;height:36px;top:606px;left:434px;display:block; }
 }@media only screen and (max-width: 763px) { #gcaH7vU4ABUy82eFEBJPe6GdyrywHinC { display:block; }
 }@media only screen and (max-width: 763px) { #T9f3qwNVSP00NAlQag9PUhFXTuhsx91E { top:458px;left:468px;width:40px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #S6t9aWTwZR0rb8wRq9tPzGQLKrzTh64o { top:597px;left:214px;width:53px;height:53px;display:block; }
 }@media only screen and (max-width: 763px) { #Qz0eyBTbTN4LK6fzGbZm75NReZSs4uHm { top:548px;left:8.0000305175781px;width:147px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #ulf8DKfnMnwU7pEydDXSuDJfVyEyyBOJ { top:544px;left:525.00003051758px;width:129px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #idea2Lgny6AdnMvZBFWteFQUvnVgzEMb { top:480px;left:7.9791564941406px;width:93px;height:28px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #CoZz4mn1rW0i9TFlFeoJHyqz5NzcZIrv { top:407px;left:525.00003051758px;width:140px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #dF3SVqubJPnsBZsLC21rr504JkIIuPnN { top:474px;left:525.00003051758px;width:142px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #epCg0N6EV3ndWCKribU2ElpUm4QBXMwg { width:125px;height:36px;top:328px;left:639px;display:block; }
 }@media only screen and (max-width: 763px) { #ovxrhX9yez3S8viwUoM2ZV3lGsvV3zMD { display:block; }
 }@media only screen and (max-width: 763px) { #hctmKlfrw0nKpzMytzCJL2UmLaNV0uel { top:343px;left:525.00003051758px;width:117px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #unpoUlJR8kL8gHiBchql3g9IvISwqE0A { top:328px;left:470px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #P2LQb39F1lhe27dkRlw3AiRPHQSKI8Xc { width:125px;height:36px;top:266px;left:639px;display:block; }
 }@media only screen and (max-width: 763px) { #i2FXuO2uFpqiXLtkSAskoTiRZvaBNdtk { display:block; }
 }@media only screen and (max-width: 763px) { #CnZkA1T9RgTfJ5kl7GJHsSItH9c7WfgL { top:280px;left:524.00003051758px;width:116px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #RdiTyTvG014Mx3cVEbUhnHzPlE4i5dVy { top:266px;left:469px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #tAN5iHrdVbMew0uVqI4fAHT3L4twEmPh { width:125px;height:36px;top:265px;left:163.9921875px;display:block; }
 }@media only screen and (max-width: 763px) { #rc1JhKxt5b0TXOTTHaMvU9OaSh0sfipQ { display:block; }
 }@media only screen and (max-width: 763px) { #hgnl2SVnfcETRSWLxclxLeqPIQmdMNfe { top:280px;left:8.0000305175781px;width:116px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #k5cOeGr3OP7fBImwUOMTCiziz0ReCTRA { top:266px;left:0px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #PJwceugmXcTC9Ufh1Rl0yoSNLqQht6CS { top:260px;left:2px;width:93px;height:23px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #dXzSzn0fTiR8Wfp31dufxJ4S3kv3cVNI { top:322px;left:0px;width:93px;height:23px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #KZtKzKWI6gCpg9lP90QXiT5n6c1VQ5Ew { top:389px;left:2px;width:93px;height:23px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #lTGs9Ob2M9mIKehiWfQSKX8eQ0NkXndO { top:460px;left:0px;width:93px;height:23px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #vFhi4MKzWg60lFNkm9A8dN1R4bmLBfSt { top:529px;left:3px;width:102px;height:24px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #rivIPyXHwbsUAEcoe42bkgXkbRf5QMBW { top:260px;left:524px;width:93px;height:23px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #WEVNdtIsAxEbcun3PrlDQlsPDEJpwTQi { top:323px;left:511px;width:93px;height:23px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #xZfIfWvekCFaxOr4M84qLwp7E8wWXAwN { top:386px;left:517px;width:93px;height:23px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #RTodx7AyBszFxbaVTKZyTvCKezpqC5OT { top:454px;left:514px;width:93px;height:23px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #w2Tdv1lJQ3oIsHp91oh7VpWQMFItvBFs { top:525px;left:510px;width:93px;height:23px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Vu93apXpvL3wIDVMSexgefuy8bA4t4XT { top:601px;left:265px;width:93px;height:23px;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:272.984px;height:76.7812px;top:76.59375px;left:23.484375px;font-size:32px;text-align:center;text-align-last:center;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:355px;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:75.9961px;height:20.7986px;top:215px;left:121px;font-size:16px;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:249px;left:98px;display:block; }
 }@media only screen and (max-width: 763px) { #mtDz5DbbZ9zS4dpswsnowamONEwiSI9h { display:block; }
 }@media only screen and (max-width: 763px) { #THB24ITWaSJMDv6hBOBCyThCRxwHZf5o { width:52.9883px;height:52.9883px;top:138px;left:133px;display:block; }
 }@media only screen and (max-width: 763px) { #ndvCsVkSoNGw6DLMmzmygSLhplTzUc9V { width:93px;height:23.7847px;top:192px;left:113px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tlCdRWbpi8InKqDN83gVUc88apb5PUV3 { background-color:#000000;background-image:none;display:none; }#tlCdRWbpi8InKqDN83gVUc88apb5PUV3 > .row .container { width:320px;height:1397px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ykbf17Q1uuqsJ7cI9D5QTMrfavvQ0tdU { width:303.984px;height:21px;top:126.9921875px;left:7.98828125px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #USRFKnLVAauaIFfAxTqAgFR708frz7ws { 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) { #LPAOk0DGdczVTfqlDiGIOBZEXrkhnCPy { width:36.9922px;height:36.9922px;top:209px;left:67px;display:none; }
 }@media only screen and (max-width: 763px) { #FdrupdeeTnqENNykvsTuJHaNRWwIqs1h { 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) { #O393LunnhSM4UvH4mwIVTtqc0RfzNAdG { 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) { #t1coTRaVEwqx7sl6hiOXonM40LUV3vGD { width:36.9922px;height:36.9922px;top:209px;left:218px;display:none; }
 }@media only screen and (max-width: 763px) { #DrJoUeZMWHSeXlA3QKM9SCFzU2728nFo { 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) { #WBXSGS0ZONPhbHU1pP66gnhO31JCx4Xn { width:60.9961px;height:20.7986px;top:488px;left:54px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #at4SuBAMszvakF1vbSJqmevepHyscbT4 { width:36px;height:36px;top:420px;left:66px;display:block; }
 }@media only screen and (max-width: 763px) { #TpuuP4nJfchQpxxhlshvV9BVLDAXg12Z { width:40.9961px;height:40.9961px;top:226px;left:64px;display:none; }
 }@media only screen and (max-width: 763px) { #MTTfBf3KfD7UNaWDdLP9fQ4X5TgTKufk { width:123.965px;height:20.7986px;top:677px;left:172px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TPgznJq0eVCEEb8BWAmNTUFZn0tXCZyu { width:36.9922px;height:36.9922px;top:609px;left:216px;display:block; }
 }@media only screen and (max-width: 763px) { #GKHBz3RHShzBJBUh9onUGT5S58sSXkRm { width:75.9961px;height:20.7986px;top:1268px;left:121px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JT8QFKgTXQ0Z2H8Zz6RcuPPhsstEvpH4 { width:125px;height:36.9922px;top:303px;left:23px;display:none; }
 }@media only screen and (max-width: 763px) { #qxX69BWKdE3up1DKvWwQQFhKqRnERHuX { display:block; }
 }@media only screen and (max-width: 763px) { #DRhPh6hEDJJcmaoOgZwOZ6JVRU9yQI3C { width:125px;height:37px;top:303px;left:173px;display:none; }
 }@media only screen and (max-width: 763px) { #aeLqMlIaP15dXsrdLV6MpcHqTHFM2NSc { display:block; }
 }@media only screen and (max-width: 763px) { #Z9sxFdzt0JoVETZIxfwzDPVD2x3tAWLk { width:125px;height:35.9961px;top:325px;left:22px;display:none; }
 }@media only screen and (max-width: 763px) { #uxKmizCvUKtJnitersufMuKwpkfoMw2f { display:block; }
 }@media only screen and (max-width: 763px) { #oepgwvV3u14SHZZIlA8inGkPB6Jgk1Hz { width:125px;height:35.9961px;top:517px;left:22px;display:block; }
 }@media only screen and (max-width: 763px) { #AWo9lVovbPVq6rr9C3fkSKxL6nrRXxUJ { display:block; }
 }@media only screen and (max-width: 763px) { #X28nZ8JNVt8utfTvFzVrO1RfuCCTAdfz { width:125px;height:35.9961px;top:706px;left:172px;display:block; }
 }@media only screen and (max-width: 763px) { #ZIZQrAAkRJqLqvM5yfJPS5E0EIIkuRxW { display:block; }
 }@media only screen and (max-width: 763px) { #FVLCXT1x9ff9rySfpIGCxTdstXvTitCR { width:125px;height:35.9961px;top:917px;left:171px;display:block; }
 }@media only screen and (max-width: 763px) { #fhVyGz4iZbpzzmp36b5RNLSCGg82gevW { display:block; }
 }@media only screen and (max-width: 763px) { #cgQXRuhFLaMrvQQasI6U22p6iAendDVX { width:125px;height:35.9961px;top:1125px;left:171px;display:block; }
 }@media only screen and (max-width: 763px) { #gvpJ28PUTNPwbXfgedpCqmMPLUxGV8kk { display:block; }
 }@media only screen and (max-width: 763px) { #TsTQ0F29tfNw3e1Vl7qP5DXNsSqn896M { width:125px;height:35.9961px;top:916px;left:22px;display:block; }
 }@media only screen and (max-width: 763px) { #D4vwCWvJU8NlxAdAU6E1Mqdk2WefxDzI { display:block; }
 }@media only screen and (max-width: 763px) { #Hq00TqcDTsVmW6fR21OiX57QfVTD5XNm { width:125px;height:35.9961px;top:706px;left:22px;display:block; }
 }@media only screen and (max-width: 763px) { #FRJuJec06fBE95OJKxLMQoml9v0wtoh3 { display:block; }
 }@media only screen and (max-width: 763px) { #FMS4WxPuoo9HMsw38gORy1aTU3ckS3h8 { width:125px;height:35.9961px;top:1125px;left:22px;display:block; }
 }@media only screen and (max-width: 763px) { #JBu7JBIPlPwSP5d6NQXPqnqb4sZSd4pD { display:block; }
 }@media only screen and (max-width: 763px) { #oU0J8HtXUryaJHUNp3HyFvKUigsw7Lix { width:41.9922px;height:41.9922px;top:609px;left:63px;display:block; }
 }@media only screen and (max-width: 763px) { #wfUm1ZESkSGMxHdWn50doTCc0caGvacT { width:40px;height:40px;top:1016.484375px;left:213.96484375px;display:block; }
 }@media only screen and (max-width: 763px) { #Sq6T19aHfhbcaLd24BxDJopdvpBKLevu { width:36.9922px;height:36.9922px;top:816px;left:66px;display:block; }
 }@media only screen and (max-width: 763px) { #lbUK8KsGETPc08T1zDkCUHFBlibVrgUg { width:41.9922px;height:41.0156px;top:1016px;left:64px;display:block; }
 }@media only screen and (max-width: 763px) { #NOXL2NMZk5UlTiU6sWwiTokGvtZHPreZ { width:125px;height:35.9961px;top:1302px;left:98px;display:block; }
 }@media only screen and (max-width: 763px) { #gcaH7vU4ABUy82eFEBJPe6GdyrywHinC { display:block; }
 }@media only screen and (max-width: 763px) { #T9f3qwNVSP00NAlQag9PUhFXTuhsx91E { width:40px;height:40px;top:821px;left:214px;display:block; }
 }@media only screen and (max-width: 763px) { #S6t9aWTwZR0rb8wRq9tPzGQLKrzTh64o { width:52.9883px;height:52.9883px;top:1191px;left:133px;display:block; }
 }@media only screen and (max-width: 763px) { #Qz0eyBTbTN4LK6fzGbZm75NReZSs4uHm { width:95.9961px;height:20.7986px;top:1090.96875px;left:185.96875px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ulf8DKfnMnwU7pEydDXSuDJfVyEyyBOJ { width:55.9961px;height:20.7986px;top:889px;left:56px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #idea2Lgny6AdnMvZBFWteFQUvnVgzEMb { width:72px;height:22.0938px;top:676.34375px;left:47.984375px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CoZz4mn1rW0i9TFlFeoJHyqz5NzcZIrv { width:81.9922px;height:20.7986px;top:1091px;left:43px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dF3SVqubJPnsBZsLC21rr504JkIIuPnN { width:70px;height:20.7986px;top:888px;left:199px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #epCg0N6EV3ndWCKribU2ElpUm4QBXMwg { width:125px;height:36px;top:517px;left:172px;display:block; }
 }@media only screen and (max-width: 763px) { #ovxrhX9yez3S8viwUoM2ZV3lGsvV3zMD { display:block; }
 }@media only screen and (max-width: 763px) { #hctmKlfrw0nKpzMytzCJL2UmLaNV0uel { width:115.996px;height:20.7986px;top:487px;left:177px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #unpoUlJR8kL8gHiBchql3g9IvISwqE0A { width:36px;height:36px;top:420px;left:217px;display:block; }
 }@media only screen and (max-width: 763px) { #P2LQb39F1lhe27dkRlw3AiRPHQSKI8Xc { width:125px;height:36px;top:326px;left:175px;display:block; }
 }@media only screen and (max-width: 763px) { #i2FXuO2uFpqiXLtkSAskoTiRZvaBNdtk { display:block; }
 }@media only screen and (max-width: 763px) { #CnZkA1T9RgTfJ5kl7GJHsSItH9c7WfgL { width:115.996px;height:20.7986px;top:296px;left:180px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RdiTyTvG014Mx3cVEbUhnHzPlE4i5dVy { width:36px;height:36px;top:230px;left:220px;display:block; }
 }@media only screen and (max-width: 763px) { #tAN5iHrdVbMew0uVqI4fAHT3L4twEmPh { width:125px;height:36px;top:326px;left:22px;display:block; }
 }@media only screen and (max-width: 763px) { #rc1JhKxt5b0TXOTTHaMvU9OaSh0sfipQ { display:block; }
 }@media only screen and (max-width: 763px) { #hgnl2SVnfcETRSWLxclxLeqPIQmdMNfe { width:115.996px;height:20.7986px;top:295px;left:27px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k5cOeGr3OP7fBImwUOMTCiziz0ReCTRA { width:36px;height:36px;top:229px;left:67px;display:block; }
 }@media only screen and (max-width: 763px) { #PJwceugmXcTC9Ufh1Rl0yoSNLqQht6CS { width:93px;height:23.7969px;top:273.1875px;left:41.984375px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dXzSzn0fTiR8Wfp31dufxJ4S3kv3cVNI { width:93px;height:23.7969px;top:465.1875px;left:37.984375px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KZtKzKWI6gCpg9lP90QXiT5n6c1VQ5Ew { width:93px;height:23.7969px;top:655.203125px;left:185.953125px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lTGs9Ob2M9mIKehiWfQSKX8eQ0NkXndO { width:93px;height:23.7969px;top:654.203125px;left:37.984375px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vFhi4MKzWg60lFNkm9A8dN1R4bmLBfSt { width:102px;height:23.7969px;top:1068.171875px;left:182.96875px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rivIPyXHwbsUAEcoe42bkgXkbRf5QMBW { width:93px;height:23.7969px;top:273.1875px;left:189.46875px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WEVNdtIsAxEbcun3PrlDQlsPDEJpwTQi { width:93px;height:23.7969px;top:465.1875px;left:187.953125px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xZfIfWvekCFaxOr4M84qLwp7E8wWXAwN { width:93px;height:23.7969px;top:1068.171875px;left:37.984375px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RTodx7AyBszFxbaVTKZyTvCKezpqC5OT { width:93px;height:23.7969px;top:866.203125px;left:187.46875px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w2Tdv1lJQ3oIsHp91oh7VpWQMFItvBFs { width:93px;height:23.7969px;top:866.203125px;left:37.984375px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vu93apXpvL3wIDVMSexgefuy8bA4t4XT { width:93px;height:23.7969px;top:1245.203125px;left:113.5px;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; }
 }