.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:transparent;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); }#CHNgBPOKnXRCSLgCNdes8O6B1TeHtixp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#CHNgBPOKnXRCSLgCNdes8O6B1TeHtixp > .row .container { background-color: transparent; background-image: none; }#CHNgBPOKnXRCSLgCNdes8O6B1TeHtixp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHNgBPOKnXRCSLgCNdes8O6B1TeHtixp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHNgBPOKnXRCSLgCNdes8O6B1TeHtixp > .row .container > .video-iframe-container { display: none; }#CHNgBPOKnXRCSLgCNdes8O6B1TeHtixp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHNgBPOKnXRCSLgCNdes8O6B1TeHtixp > .row > .video-iframe-container { display: none; }#CHNgBPOKnXRCSLgCNdes8O6B1TeHtixp > .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); }#CHNgBPOKnXRCSLgCNdes8O6B1TeHtixp > .row .container { border-width: 0; border-radius: 0; }#CHNgBPOKnXRCSLgCNdes8O6B1TeHtixp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CHNgBPOKnXRCSLgCNdes8O6B1TeHtixp > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:block; }#Jd7K3ZU4IoXDsVE12LcZXv4QHqRkNN2v { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.43706875rem;width:6.25rem;top:1.3114583492279rem;left:1.247917175293rem;overflow:hidden;display:block; }
#CXCTsWoOOkSGW3uSuiO3Ip4k1hmPgmyi { color:#000000;display:block;width:6.8125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1.921875rem;left:24.500001907349rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aHdcomU2TSZNsoBVZDhwyF96rzz3zxNl { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #1f69c1;border-left:0.125rem solid #1f69c1;border-right:0.125rem solid #1f69c1;border-bottom:0.125rem solid #1f69c1;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#1f69c1;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.675rem;height:2.675rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1.15625rem;left:61.249998092651rem;display:block; }
#CTSwMCmsuoeL9hUnTkexNXeV1hnTSbBb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#meD1vr68blvtdsL8NgEJbv5ZdgluNsbn { color:#000000;display:block;width:6.8125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:1.921875rem;left:40.656251907349rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U1GBW7c5eOOUoJFet9PiD1WxnKDeeIIa { color:#000000;display:block;width:6.8125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:1.921875rem;left:32.812501907349rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HvcMsmxzCgsEUUyGlUkq3dD0zfKMUETL { color:#000000;display:block;width:6.375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:1.921875rem;left:53.375001907349rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o6IE55QMsHFwsVPCHgtTC4F91g6gK3qe { color:#000000;display:block;width:5.875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:1.921875rem;left:47.987501144409rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T3clWLRcVckcQiuqKBwJlSUVVc0kJyrL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8f8ff, #ffffff);background-image: -moz-linear-gradient(180deg, #f8f8ff, #ffffff);background-image: -ms-linear-gradient(180deg, #f8f8ff, #ffffff);background-image: -o-linear-gradient(180deg, #f8f8ff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8ff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8ff', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #f8f8ff, #ffffff);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;z-index:auto;display:block; }#T3clWLRcVckcQiuqKBwJlSUVVc0kJyrL > .row .container { background-color: transparent; background-image: none; }#T3clWLRcVckcQiuqKBwJlSUVVc0kJyrL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3clWLRcVckcQiuqKBwJlSUVVc0kJyrL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3clWLRcVckcQiuqKBwJlSUVVc0kJyrL > .row .container > .video-iframe-container { display: none; }#T3clWLRcVckcQiuqKBwJlSUVVc0kJyrL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3clWLRcVckcQiuqKBwJlSUVVc0kJyrL > .row > .video-iframe-container { display: none; }#T3clWLRcVckcQiuqKBwJlSUVVc0kJyrL > .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); }#T3clWLRcVckcQiuqKBwJlSUVVc0kJyrL > .row .container { border-width: 0; border-radius: 0; }#T3clWLRcVckcQiuqKBwJlSUVVc0kJyrL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T3clWLRcVckcQiuqKBwJlSUVVc0kJyrL > .row .container { font-size:0.875rem;font-family:arial;height:36.8125rem;width:75rem;position:relative;display:block; }#OdJDmLRbG8XyOU5eEz7spxSN8PxIRzSL { color:#606060;display:block;width:33.375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:17.668748855591rem;left:0.3125rem;height:4.4625rem;display:block; }
#nZqGHKG63ot3EPsUvPdP0POQlHCvfr6r { color:#454545;display:block;width:37.25rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.875rem;left:0.3125rem;height:6.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XGgPeKUHaQE4yTOcHJAd7tuwPfltspzt { z-index:15006;top:24.4375rem;left:0.3125rem;background-color:#1f69c1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#BbvoGrJJUDUnn79sXQNWlOGqRaaNVCCR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PhoJK8kiEIuThJo8yahP52xD2fS4TGo5 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.875rem;width:34.6875rem;top:5.625rem;left:38.9375rem;overflow:hidden;display:block; }
#BU5bZ2GpxODDuGcmzTyELOvw6WzT2NKw { position:absolute;display:block;z-index:15006;height:4.5rem;width:8.125rem;top:29.5625rem;left:37.5rem;display:block; }
#omTyo1THeUGPTWBbGXzdalutwOIuT05x { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.1875rem;width:20rem;top:12.0625rem;left:38.937501907349rem;overflow:hidden;display:none; }
#t6d8z2XySDWToI23dEwD40JxcwlZ5mE0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#t6d8z2XySDWToI23dEwD40JxcwlZ5mE0 > .row .container { background-color: transparent; background-image: none; }#t6d8z2XySDWToI23dEwD40JxcwlZ5mE0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6d8z2XySDWToI23dEwD40JxcwlZ5mE0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6d8z2XySDWToI23dEwD40JxcwlZ5mE0 > .row .container > .video-iframe-container { display: none; }#t6d8z2XySDWToI23dEwD40JxcwlZ5mE0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6d8z2XySDWToI23dEwD40JxcwlZ5mE0 > .row > .video-iframe-container { display: none; }#t6d8z2XySDWToI23dEwD40JxcwlZ5mE0 > .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); }#t6d8z2XySDWToI23dEwD40JxcwlZ5mE0 > .row .container { border-width: 0; border-radius: 0; }#t6d8z2XySDWToI23dEwD40JxcwlZ5mE0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t6d8z2XySDWToI23dEwD40JxcwlZ5mE0 > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:75rem;position:relative;display:block; }#rPgOkSMcF2v8lViQdo2QTOmeW4aPv26L { color:#333333;display:block;width:52.5rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.25rem;left:11.25rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#WsZUMVb8NPMU8a0FvbRXfwv4VboVr6df { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WsZUMVb8NPMU8a0FvbRXfwv4VboVr6df > .row .container { background-color: transparent; background-image: none; }#WsZUMVb8NPMU8a0FvbRXfwv4VboVr6df::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WsZUMVb8NPMU8a0FvbRXfwv4VboVr6df > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WsZUMVb8NPMU8a0FvbRXfwv4VboVr6df > .row .container > .video-iframe-container { display: none; }#WsZUMVb8NPMU8a0FvbRXfwv4VboVr6df > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WsZUMVb8NPMU8a0FvbRXfwv4VboVr6df > .row > .video-iframe-container { display: none; }#WsZUMVb8NPMU8a0FvbRXfwv4VboVr6df > .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); }#WsZUMVb8NPMU8a0FvbRXfwv4VboVr6df > .row .container { border-width: 0; border-radius: 0; }#WsZUMVb8NPMU8a0FvbRXfwv4VboVr6df > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WsZUMVb8NPMU8a0FvbRXfwv4VboVr6df > .row .container { font-size:0.875rem;font-family:arial;height:41.8125rem;width:75rem;position:relative;display:block; }#FD03sHUsWqowkIGSzXWEeOg6mB2wXz8u { position:absolute;display:block;z-index:15000;background-color:#f8f8ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: none;height:28.8748125rem;width:74.375rem;top:1.3125rem;left:0.3125rem;display:block; }
#EGJvPKKrVx773cBLUghsfNmy91QV7OBL { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0.25rem 0.625rem 0.8125rem rgba(158,175,201,0.17) ;height:27.0625rem;width:65rem;top:10.875rem;left:5rem;display:block; }
#b6e6fxqSnTwsCMr9Su1sT6CcR607tkCp { color:#333333;display:block;width:31rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:14.1875rem;left:8rem;height:4.3875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wmdQgZuADtDyagK2LwTToWNKdBKl3awM { color:#606060;display:block;width:27.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:21.125rem;left:8rem;height:3.9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VFBvDHq10UmgPK8BxnFzwytzwzPh7KHU { position:absolute;display:block;z-index:15004;background-color:#ceced0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1867675rem;width:7.5rem;top:19.9375rem;left:8rem;display:block; }
#PDoT8OdCWchLZPLZxHh4XtFz0bx7MsUW { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:16.6875rem;top:11.015625rem;left:29.12353515625rem;overflow:hidden;display:none; }
#LUQtkFdJpoFwnRLqhxCXt4gC7bUzicMV { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:17.8125rem;top:4.3125rem;left:28.5625rem;overflow:hidden;display:block; }
#H4A3MMg1OvfXgV6i01HOZbF1fZwefuh4 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.4375rem;width:31.875rem;top:12.6875rem;left:36.8125rem;overflow:hidden;display:block; }
#MDfgk0JZdnrBMVbdz6tmaoAnHC8eabGB { z-index:15008;top:27.375rem;left:8rem;background-color:#1f69c1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#sZIRecGaMgVznxlPwrh9BX8h12UodCqu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vTDlamGaK5wgDQU4waanXRvTwq5lyM8s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vTDlamGaK5wgDQU4waanXRvTwq5lyM8s > .row .container { background-color: transparent; background-image: none; }#vTDlamGaK5wgDQU4waanXRvTwq5lyM8s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTDlamGaK5wgDQU4waanXRvTwq5lyM8s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTDlamGaK5wgDQU4waanXRvTwq5lyM8s > .row .container > .video-iframe-container { display: none; }#vTDlamGaK5wgDQU4waanXRvTwq5lyM8s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTDlamGaK5wgDQU4waanXRvTwq5lyM8s > .row > .video-iframe-container { display: none; }#vTDlamGaK5wgDQU4waanXRvTwq5lyM8s > .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); }#vTDlamGaK5wgDQU4waanXRvTwq5lyM8s > .row .container { border-width: 0; border-radius: 0; }#vTDlamGaK5wgDQU4waanXRvTwq5lyM8s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vTDlamGaK5wgDQU4waanXRvTwq5lyM8s > .row .container { font-size:0.875rem;font-family:arial;height:41.8125rem;width:75rem;position:relative;display:block; }#i3UdvRUBJUW9akkHslmg9GIHMoDBXDIG { position:absolute;display:block;z-index:15000;background-color:#f8f8ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: none;height:28.8748125rem;width:74.375rem;top:1.0625rem;left:0.3125rem;display:block; }
#t3tPwlmaxJ5CVWvMBx9MuTyVAcuJfhrH { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0.25rem 0.625rem 0.8125rem rgba(158,175,201,0.17) ;height:27.0625rem;width:65rem;top:10.625rem;left:5rem;display:block; }
#GIiBulk1v0ESJhXRGcJ9hKetfXJTOLpk { color:#333333;display:block;width:30.125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15.5rem;left:7.9375rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PLmHeoVzwfpHdLZ6ZlxeyoWXZLWRQL5C { color:#606060;display:block;width:25.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:22.375rem;left:7.9375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hJnby8evT8QM8ZWeokLykzG7E2mUtNmB { position:absolute;display:block;z-index:15004;background-color:#ceced0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1867675rem;width:7.5rem;top:21.0625rem;left:7.9375rem;display:block; }
#fLJRo4KGbRieUbA24ytFqOALCu4nnSdr { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:11.5rem;top:10.782470703125rem;left:31.749267578125rem;overflow:hidden;display:none; }
#wBxLxexhlEEJeMVtxXCMWAivzucMcl3B { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:11.375rem;top:4.25rem;left:31.8125rem;overflow:hidden;display:block; }
#MxUvq5uzDxL63FcoebPh4Q7hT23JJaRH { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.5rem;width:25rem;top:11.9375rem;left:41.25rem;overflow:hidden;display:block; }
#MpCe3qR9GCnvhU0CgQNXs5laRNQtvmXt { z-index:15009;top:27.8125rem;left:7.9375rem;background-color:#1f69c1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#K4PTpEemIHRwq0PsoImi6Xq9TJX6onPw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dMAhctWxx7Dqg3DaGhv9NGefoSQDbXIT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8ff;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; }#dMAhctWxx7Dqg3DaGhv9NGefoSQDbXIT > .row .container { border-width: 0; border-radius: 0; }#dMAhctWxx7Dqg3DaGhv9NGefoSQDbXIT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dMAhctWxx7Dqg3DaGhv9NGefoSQDbXIT > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:75rem;position:relative;display:none; }#Ztpy0OpKBqCmaF6vvelkJ5bIpXdLKB2K { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0.125rem 0.3125rem 0.8125rem rgba(158,175,201,0.29) ;height:20.9375rem;width:18.3125rem;top:2.375rem;left:17.625rem;display:block; }
#lcrlGVtqOiMlw35FRQ3imi7KC8nyu0m1 { color:#606060;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:8.3125rem;left:19.5rem;height:7.7988125rem;text-align:center;text-align-last:center;display:block; }
#zUusoJ2qkwRe3I4SO8MZHwUxo6VFPf5v { z-index:15004;top:18.3125rem;left:20.6875rem;background-color:#6f6de7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#JeGBXhNQKGZFyf8Td0NB9P3eZxzC7apc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#miycLvFxLnXPzgxTSraZ74WGGB3pTdqt { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0.125rem 0.3125rem 0.8125rem rgba(158,175,201,0.29) ;height:20.9375rem;width:18.3115rem;top:2.375rem;left:39.1875rem;display:block; }
#cWPQWgIREbGQWtzAh1CHxlFxHNPRox1q { z-index:15005;top:18.3125rem;left:42.25rem;background-color:#6f6de7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bl305WXZxBTAZ3lkXLmJH6p75Bg7tZGK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vfVBUB8Xe7kT7BE3qbUrt2OG5NN3lEMa { color:#606060;display:block;width:15.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:8.375rem;left:41.0625rem;height:7.7988125rem;text-align:center;text-align-last:center;display:block; }
#TTcC6E4EJ86km7WgE5Sdw4NlzJruBLww { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:9.25rem;top:4.5625rem;left:20.9375rem;overflow:hidden;display:block; }
#xZuCDSOM6164SUmlTO5BB3BkefTeRl10 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:6.375rem;top:4.5rem;left:43.9375rem;overflow:hidden;display:block; }
#qr06EyZdu8BhzV32Ne6alhfvkrVzFbTW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8ff;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; }#qr06EyZdu8BhzV32Ne6alhfvkrVzFbTW > .row .container { border-width: 0; border-radius: 0; }#qr06EyZdu8BhzV32Ne6alhfvkrVzFbTW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qr06EyZdu8BhzV32Ne6alhfvkrVzFbTW > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:75rem;position:relative;display:none; }#OEtzHGx4ColJ6oWiDItQfDrkcJS1DK8d { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0.125rem 0.3125rem 0.8125rem rgba(158,175,201,0.29) ;height:20.9375rem;width:18.3125rem;top:6.75rem;left:6.75rem;display:block; }
#g67Jc72AKyMGhsNBJLgB942fGN7hVbqS { color:#606060;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:12.6875rem;left:8.625rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#VMZewpH4VesGe1M44HrZlyePzAzEhlTT { z-index:15004;top:22.687501907349rem;left:9.8125019073488rem;background-color:#6f6de7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wLDQMe30pOG1anz89zDEvbd4TawUlag7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fybzU5UV7iSKPQFTRH7g5P30QThGGTF4 { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0.125rem 0.3125rem 0.8125rem rgba(158,175,201,0.29) ;height:20.9375rem;width:18.3115rem;top:6.75rem;left:28.3125rem;display:block; }
#TfVkU4dHPJeePK9nbmoIFz6bZTSb88LV { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0.125rem 0.3125rem 0.8125rem rgba(158,175,201,0.29) ;height:20.9375rem;width:18.3115rem;top:6.75rem;left:50rem;display:block; }
#RMNWTeuIkPArVcRpxKHESFCo6TSGtbwi { z-index:15005;top:22.687501907349rem;left:31.406251907349rem;background-color:#6f6de7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yt2aiPTmrIRik1tJJTxv373bNM9WqnqH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zpT47KTtfyfIGeFcGFFeyMCLSyzpwA8L { z-index:15006;top:22.687501907349rem;left:53.061464309692rem;background-color:#6f6de7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#pRrid7SBx5peNbG7pJ6UXnh7FHLOBN49 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lwW39FRmVgRIJbAQlp2XvbwNGmNVCfE6 { color:#606060;display:block;width:15.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:12.75rem;left:30.1875rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#x40SWoud3o8SAZHFbo9E2p2SZdJWH2yu { color:#606060;display:block;width:14.5605625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:12.8125rem;left:51.875rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#bChF9X7PM0PrTqUGCvTbLQTzrhCEF9lN { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:9.25rem;top:8.9687480926512rem;left:10.093751907349rem;overflow:hidden;display:block; }
#Xs1BMXkUk2C6UBTCk0pU9hLBDTDBPhSl { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:6.375rem;top:8.9364566802981rem;left:33.093751907349rem;overflow:hidden;display:block; }
#GklgCiry80DQ1uysKgHqBBOBr5THFIkC { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:7.875rem;top:8.9677066802981rem;left:54.031251907349rem;overflow:hidden;display:block; }
#T7A84DP6Wz3sdbG4ZfmcJTP2pOizA1lg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#T7A84DP6Wz3sdbG4ZfmcJTP2pOizA1lg > .row .container { border-width: 0; border-radius: 0; }#T7A84DP6Wz3sdbG4ZfmcJTP2pOizA1lg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T7A84DP6Wz3sdbG4ZfmcJTP2pOizA1lg > .row .container { font-size:0.875rem;font-family:arial;height:29.3125rem;width:75rem;position:relative;display:none; }#umtSWPhowWK0geWoEMHeqgxttL506QlX { color:#333333;display:block;width:26.1230625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.1875rem;left:43.1875rem;height:5.06666875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wCzfQfLxEJ4BSGGBT9UMtKhXDv1mCwPN { color:#333333;display:block;width:26.1230625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:16.3125rem;left:43.1875rem;height:3.8rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A9GNdpD0SAfDgRlF4umbTF0rB4D5K2BK { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.4375rem;width:37.5rem;top:3.9375rem;left:2.46875rem;overflow:hidden;display:block; }
#aG6gkf8TEq7o9x3TuSfz1ZNnXOGQqIMP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#aG6gkf8TEq7o9x3TuSfz1ZNnXOGQqIMP > .row .container { border-width: 0; border-radius: 0; }#aG6gkf8TEq7o9x3TuSfz1ZNnXOGQqIMP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aG6gkf8TEq7o9x3TuSfz1ZNnXOGQqIMP > .row .container { font-size:0.875rem;font-family:arial;height:45.25rem;width:75rem;position:relative;display:none; }#EIg5sblzoqMeTPkpuvUF4dlc2nFkCvB4 { position:absolute;display:block;z-index:15001;background-color:#f8f8ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:20rem;top:9.4375rem;left:2.0625rem;display:block; }
#DizK6DQdU1zckVUZFg4xHopwpRBPsPeV { color:#333333;display:block;width:35.0610625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.8125rem;left:2.0625rem;height:1.93333125rem;display:block; }
#gadACAqpLKFAIbtb7diaxvy7dFOvzIES { color:#000000;display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.25rem;left:6.125rem;height:1.26666875rem;display:block; }
#N6ZlzrWmUez3CEHvngStKwn1CoZIKbed { color:#000000;display:block;width:14.8123125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:11.25rem;left:27.0625rem;height:1.26666875rem;display:block; }
#vGx3GdTSgVtT8r65zCDK6dETu0HnyoAT { z-index:15004;top:36.8125rem;left:27.875rem;background-color:#6f6de7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:4.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#t9u8KiIgI2dh48t4c7m12BQLEJl0T5hK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o6eIztIwhqgw8syGxbIFvoJyA8Zw8R5r { position:absolute;display:block;z-index:15002;background-color:#f8f8ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:20rem;top:9.4375rem;left:23.25rem;display:block; }
#ONKoZHs6a90R3Unsd48kdcTaxGlrcSM4 { color:#606060;display:block;width:14.812rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:12.9375rem;left:6.125rem;height:5.06666875rem;display:block; }
#zbbM4R6lfld1UTBPZIP2AGum8iSnTb32 { color:#606060;display:block;width:14.812rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:13rem;left:27.0625rem;height:5.06666875rem;display:block; }
#Qk3kwUlAK7VW86mk3tI26S7iTHVs6FO9 { position:absolute;display:block;z-index:15002;background-color:#f8f8ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:20rem;top:21.0625rem;left:2.0625rem;display:block; }
#ny431f5m1TC3Qc4qL2Mu2mNHnTv2mouT { position:absolute;display:block;z-index:15003;background-color:#f8f8ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:20rem;top:21.0625rem;left:23.25rem;display:block; }
#Pw3PSwtlhZRvS18Wfvzer0epdm75J7GF { color:#000000;display:block;width:13.81225rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:22.1875rem;left:6.25rem;height:2.53333125rem;display:block; }
#AnKKcWiVHCJL76vS24LTxoa7adt5dvT9 { color:#606060;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:25.25rem;left:6.25rem;height:5.06666875rem;display:block; }
#tK5nDAUtl2giFy7WChyUD1WH3HRqCDhE { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:22.1875rem;left:27rem;height:2.53333125rem;display:block; }
#dTr64zSdSaAz8QsHVO2gbov4cPm1114A { color:#606060;display:block;width:14.812rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:25.25rem;left:27rem;height:5.06666875rem;display:block; }
#BLgTJIb26mMEITRrLquGR2yCVw3kbBy0 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:1.875rem;top:23.25rem;left:3.25rem;overflow:hidden;display:block; }
#JnC815Jwud8HvFvSzkIP9uRdrCA7exJI { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.3125rem;top:12.5rem;left:3rem;overflow:hidden;display:block; }
#qBcrBqGqUfXbUAmlZLe80JGNs920oW03 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:1.625rem;top:12.5rem;left:24.4375rem;overflow:hidden;display:block; }
#FXx87KESW2WJMtD4vPRMTk9UhQACzQlh { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:23.5rem;left:24.1875rem;overflow:hidden;display:block; }
#qwc4Vhum1VwQux5XuhMuOHt1pCI0Ri0S { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.625rem;width:28.3125rem;top:2.8125rem;left:44.84375rem;overflow:hidden;display:block; }
#FiVNW7yHbwIgvyeQAo6gv9iELLoc6Hu6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#FiVNW7yHbwIgvyeQAo6gv9iELLoc6Hu6 > .row .container { border-width: 0; border-radius: 0; }#FiVNW7yHbwIgvyeQAo6gv9iELLoc6Hu6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FiVNW7yHbwIgvyeQAo6gv9iELLoc6Hu6 > .row .container { font-size:0.875rem;font-family:arial;height:43.3125rem;width:75rem;position:relative;display:none; }#TWvK0DB2tocsnF44J2s8ee4iNyshIoHd { color:#333333;display:block;width:32.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.4375rem;left:2.3125rem;height:3.86666875rem;display:block; }
#IMz4vbscCXCzTBRnmXFw3uhFshBqCLTW { z-index:15004;top:32.375rem;left:28.4365234375rem;background-color:#6f6de7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:4.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TTZQte0dB1xtWU7XxzEuSNoGta8BJqaO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KZJsV4e1lSKdgDiy2oSOX9rQ3R2faD28 { position:absolute;display:block;z-index:15002;background-color:#f8f8ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:20rem;top:16.4375rem;left:2.3125rem;display:block; }
#MpuopTyCgW88WT6LVJkSNUmZosMsiH44 { position:absolute;display:block;z-index:15003;background-color:#f8f8ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:20rem;top:16.4375rem;left:23.375rem;display:block; }
#dxqrTzrukgzaGAHz2VZ4NfavJMl61OKC { color:#000000;display:block;width:14.8111875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:20.625rem;left:6.4375rem;height:5.06666875rem;display:block; }
#NKm0JynP9TvEaf57nwzTeGcVTsBWHMJ2 { color:#606060;display:block;width:36.811rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:11.125rem;left:2.3125rem;height:2.53333125rem;display:block; }
#UAALWrXhbuGOTtf59RI9ikWbOM8Po8FI { color:#000000;display:block;width:13.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:17.5625rem;left:6.4375rem;height:2.53333125rem;font-style:normal;display:block; }
#LOoJ9aH8tePTBgWNSNwmmMKJ4ELqZP0T { color:#000000;display:block;width:8.0615rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:17.5625rem;left:27.75rem;height:2.53333125rem;font-style:normal;display:block; }
#Jd2oRcTh2KLA3qcdle5EFon6wePTxXEB { color:#000000;display:block;width:14.810125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:20.75rem;left:27.75rem;height:3.8rem;display:block; }
#F5wkTnTcSFpQbOmAT7kC3t7HQIl4aFLV { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:18.875rem;left:3.3125rem;overflow:hidden;display:block; }
#HQ2xLBvT0I5OiedG6uFofr7a0VXfn8So { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.0625rem;top:18.5625rem;left:24.625rem;overflow:hidden;display:block; }
#WNNH9PxmaRZBvpIGK26nodh3PO7aPVBv { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.625rem;width:30.375rem;top:1.8125rem;left:44.625rem;overflow:hidden;display:block; }
#HcunwmlO5lrbamlOTI0x81lQIrbshPQy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#HcunwmlO5lrbamlOTI0x81lQIrbshPQy > .row .container { border-width: 0; border-radius: 0; }#HcunwmlO5lrbamlOTI0x81lQIrbshPQy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HcunwmlO5lrbamlOTI0x81lQIrbshPQy > .row .container { font-size:0.875rem;font-family:arial;height:48.125rem;width:75rem;position:relative;display:none; }#BHc0dFLsIDfCHK8LvzUu8CA0Ni8vqyuq { position:absolute;display:block;z-index:15000;background-color:#f8f8ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: none;height:28.8748125rem;width:74.375rem;top:5.75rem;left:0.3125rem;display:block; }
#eALnohQ7wNwv0BZtNSJP9n2oR8boKakw { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0.25rem 0.625rem 0.8125rem rgba(158,175,201,0.17) ;height:27.0625rem;width:65rem;top:15.3125rem;left:5rem;display:block; }
#qaDQf1l5OQdPb5BffGvsd3qN5ti8ZH4i { color:#333333;display:block;width:29.124375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:19.8125rem;left:8.375rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xxKnnVCtDBNyHdVymvnTM4zZ37EFTMm7 { color:#333333;display:block;width:26.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:26.875rem;left:8.375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tnyeTi6pUKT7MixsGoJBfd4ooo0m2q4K { position:absolute;display:block;z-index:15004;background-color:#ceced0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.186631875rem;width:7.5rem;top:25.25rem;left:8.375rem;display:block; }
#b0OpZr7Acq9dIiplGLd1GJcAvNew7AKV { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:14.0625rem;top:10.619569778443rem;left:30.468753814698rem;overflow:hidden;display:none; }
#WanX9wXSUnCPA7I7wJvWrTWlPy8VasnM { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:14.0625rem;top:8.875rem;left:30.5rem;overflow:hidden;display:block; }
#sxLw3UvIU0XIT4Lrai6eoxbZCLJnhw3P { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:25rem;top:17.875rem;left:41.625rem;overflow:hidden;display:block; }
#xdIRUBuyHs1DnCdb5beZukeCQrKlmCfy { z-index:15009;top:32.9375rem;left:21.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #6f6de7;border-left:0.125rem solid #6f6de7;border-right:0.125rem solid #6f6de7;border-bottom:0.125rem solid #6f6de7;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#6f6de7;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#KQaSizJZhkfoZqcngFSLnOPnsSKvTee7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wm6FaMe5INLTDa9izGIA7xczLpaW8g1E { z-index:15010;top:32.9375rem;left:8.375rem;background-color:#6f6de7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#FgGEFN8vhPcgT71gnnNgUAU4L2V2FB1B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DkakCi3Jm5DeZwzHB4v00SfJi7vXmqD0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#DkakCi3Jm5DeZwzHB4v00SfJi7vXmqD0 > .row .container { border-width: 0; border-radius: 0; }#DkakCi3Jm5DeZwzHB4v00SfJi7vXmqD0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DkakCi3Jm5DeZwzHB4v00SfJi7vXmqD0 > .row .container { font-size:0.875rem;font-family:arial;height:41.4375rem;width:75rem;position:relative;display:none; }#A8CQhrBcmuAMkLTvZtbWhMsWXsq1TuGA { color:#333333;display:block;width:36.811rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.8125rem;left:2.125rem;height:1.93333125rem;display:block; }
#TVL20AU4mEBbmxdsmxGbD0RU2rC4cK2b { z-index:15004;top:31.37370342575rem;left:28.312717437744rem;background-color:#6f6de7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:4.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#BDd1VEZHurk12avnQLe5h8NuTiKtgOow { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LTcW7k8sNP5XrIScmecsRvNvBGzA5GRV { position:absolute;display:block;z-index:15002;background-color:#f8f8ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:20rem;top:16.5rem;left:2.125rem;display:block; }
#S1JmXy3IEV4WEnBNqmWhC2Ir3MTSiJm1 { position:absolute;display:block;z-index:15003;background-color:#f8f8ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:20rem;top:16.5rem;left:23.1875rem;display:block; }
#f6nH0UncMlU2bTwnFea4FOVOA5on6WaP { color:#606060;display:block;width:34.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:10rem;left:2.125rem;height:2.53333125rem;display:block; }
#pLMm4E0V2xneQTqoBCsKy4nLpqXJUpQw { color:#000000;display:block;width:14.810125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:20.75rem;left:6.625rem;height:5.06666875rem;display:block; }
#ihQh1mERUnoQ58TBPtIuun8Wp1x43OXT { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:17.625rem;left:6.625rem;height:2.53333125rem;font-style:normal;display:block; }
#OawH5tuR1OC4Xn2XSF7NPLKQFsdBq4dt { color:#000000;display:block;width:14.8108125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:18.375rem;left:27.75rem;height:1.26666875rem;font-style:normal;display:block; }
#lwQSZWDLohQovstNrxFMOupJrShQQv7m { color:#000000;display:block;width:14.810125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:20.5625rem;left:27.75rem;height:5.06666875rem;display:block; }
#Idm7IQf2H49EphmhLtsuicfABVVkn8D9 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:18.75rem;left:24.3125rem;overflow:hidden;display:block; }
#BTmDryDcFdkG9PCZkEGwAWDSWLbSP8ST { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:19.006721496582rem;left:3.24609375rem;overflow:hidden;display:block; }
#sDosErkoPWQXB0kK94afflnLiCmmhrQq { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.4375rem;width:31.25rem;top:0.998046875rem;left:43.75rem;overflow:hidden;display:block; }
#ESoaOkVu24pms27TIWeGTGRL3zG3ZXVs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ESoaOkVu24pms27TIWeGTGRL3zG3ZXVs > .row .container { border-width: 0; border-radius: 0; }#ESoaOkVu24pms27TIWeGTGRL3zG3ZXVs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ESoaOkVu24pms27TIWeGTGRL3zG3ZXVs > .row .container { font-size:0.875rem;font-family:arial;height:40.9375rem;width:75rem;position:relative;display:none; }#IdGLTGzSoIGQRuaaHNqmbo7TNxDzeSLO { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0.25rem 0.625rem 0.8125rem rgba(158,175,201,0.29) ;height:30.4373125rem;width:21.0623125rem;top:4.8125rem;left:28.625rem;display:block; }
#CvPlfQMTxyVhpg7pkFbxqE3S3V0z8maL { position:absolute;display:block;z-index:15004;background-color:#92c900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:0.99935rem;width:21.0623125rem;top:4.8125rem;left:28.625rem;display:block; }
#WqXTSc2U8fvRfaFHUtgpwvcqTOorJTuQ { color:#000000;display:block;width:14.436875rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.81184387207rem;left:31.124134063721rem;height:4.7109375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kKG5yTAM3UbQ8rltfvtXZIby1sAXrIyu { color:#333333;display:block;width:16.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:20.562042236328rem;left:31.124133110046rem;height:5.84765625rem;display:block; }
#Mzz6K3qdSgeiMKmX9ZMEushNkVQmltQC { z-index:15003;top:28.25rem;left:31.5625rem;background-color:#92c900;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1855625rem;height:4.43685rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Mb7bcTS1ATWxlO9Py5iik1l61Ta24H0W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#igJGtyR1FeZF7nCKgOWTtLfEThcGraQo { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0.25rem 0.625rem 0.8125rem rgba(158,175,201,0.29) ;height:30.4373125rem;width:21.0623125rem;top:4.8125rem;left:51.4375rem;display:block; }
#BzTJV4uySMiW657cmicD85vDL53TDOFn { position:absolute;display:block;z-index:15005;background-color:#06a4d4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:0.99935rem;width:21.0623125rem;top:4.8125rem;left:51.4375rem;display:block; }
#NZlWcM2mzyKpitXzVScoQAhEy1lqsqvp { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:13.936614990234rem;left:53.437502861023rem;height:4.7109375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iNvQ8aTNZZSV2XQs0hK3JcZwycHXrWdl { color:#333333;display:block;width:15.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:20.562042236328rem;left:53.437502861023rem;height:5.84765625rem;display:block; }
#Ofeq6AhRc7FxpuASMV8Ol7gCJCba6cgf { z-index:15004;top:28.25rem;left:53.4375rem;background-color:#06a4d4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1855625rem;height:4.43685rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#lJSVV5p9WWPLtsSHr337f1M8HtEbs3gR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T07Zparq3qwAZUdQmWorzE3dCH8Qo6pg { position:absolute;display:block;z-index:15001;background-color:#f8f8ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: none;height:23.811875rem;width:74.375rem;top:8.1553821563719rem;left:0.3125rem;display:block; }
#I9nFXRxpagSXxp6TTH30BbBiVIExsa0n { color:#333333;display:block;width:19.1873125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:18.325716018677rem;left:5.1009120941162rem;height:3.57421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dPSMOqmgR8HrmixxVfQMCeDLD1pTtxng { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:10.875rem;top:8.0305995941163rem;left:33.716363906861rem;overflow:hidden;display:block; }
#xnopBAttM2WwDzbL9EevV9Pi4Uaiorc5 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:10.875rem;top:8.154296875rem;left:56.060791015625rem;overflow:hidden;display:block; }
#qmAQk9gn4ZMN0qFxPVhF4XgEl5dP1gMH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/wWu5MHaV/bg_rodape.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; }#qmAQk9gn4ZMN0qFxPVhF4XgEl5dP1gMH.adaptive-delivery-prevent-bg, #qmAQk9gn4ZMN0qFxPVhF4XgEl5dP1gMH.lazyload, #qmAQk9gn4ZMN0qFxPVhF4XgEl5dP1gMH.lazyloading { background-image: none; }#qmAQk9gn4ZMN0qFxPVhF4XgEl5dP1gMH > .row .container { background-color: transparent; background-image: none; }#qmAQk9gn4ZMN0qFxPVhF4XgEl5dP1gMH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmAQk9gn4ZMN0qFxPVhF4XgEl5dP1gMH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmAQk9gn4ZMN0qFxPVhF4XgEl5dP1gMH > .row .container > .video-iframe-container { display: none; }#qmAQk9gn4ZMN0qFxPVhF4XgEl5dP1gMH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmAQk9gn4ZMN0qFxPVhF4XgEl5dP1gMH > .row > .video-iframe-container { display: none; }#qmAQk9gn4ZMN0qFxPVhF4XgEl5dP1gMH > .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); }#qmAQk9gn4ZMN0qFxPVhF4XgEl5dP1gMH > .row .container { border-width: 0; border-radius: 0; }#qmAQk9gn4ZMN0qFxPVhF4XgEl5dP1gMH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qmAQk9gn4ZMN0qFxPVhF4XgEl5dP1gMH > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#ap8QFboVo86UPiApP6aiTLDkS7nJqulr { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:14.3125rem;top:10.467655181885rem;left:2.6378040313721rem;overflow:hidden;display:block; }
#ffgzXVux8UJrCRXu8PUBH238Btz4AW6m { color:#3f3f3f;display:block;width:13.8748125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:14.028863906861rem;left:2.8548183441162rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#X2v7KBfO1qaPhv3P1zxs796NmnwL8Xc1 { color:#606060;display:block;width:9.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:11.75rem;left:62.1875rem;height:1.3rem;font-style:normal;display:block; }
#HXZN2ET3UPFslBhNknm13DAd7dMDlhc4 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:11.625rem;left:56.625rem;overflow:hidden;display:block; }
#ZxScp410B3afxbX7JdzqlxS3hlr1ZcEA { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:11.625rem;left:59.25rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CHNgBPOKnXRCSLgCNdes8O6B1TeHtixp { display:block; }#CHNgBPOKnXRCSLgCNdes8O6B1TeHtixp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jd7K3ZU4IoXDsVE12LcZXv4QHqRkNN2v { top:1.25rem;left:0rem;width:6.25rem;height:2.43645625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXCTsWoOOkSGW3uSuiO3Ip4k1hmPgmyi { top:1.875rem;left:10.875001907349rem;width:6.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHdcomU2TSZNsoBVZDhwyF96rzz3zxNl { width:13.625rem;height:2.625rem;top:1.125rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTSwMCmsuoeL9hUnTkexNXeV1hnTSbBb { display:block; }
 }@media only screen and (max-width: 763px) { #meD1vr68blvtdsL8NgEJbv5ZdgluNsbn { top:1.875rem;left:27.031251907349rem;width:6.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1GBW7c5eOOUoJFet9PiD1WxnKDeeIIa { top:1.875rem;left:19.187501907349rem;width:6.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvcMsmxzCgsEUUyGlUkq3dD0zfKMUETL { top:1.875rem;left:39.750001907349rem;width:6.375rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6IE55QMsHFwsVPCHgtTC4F91g6gK3qe { top:1.875rem;left:34.362501144409rem;width:5.875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3clWLRcVckcQiuqKBwJlSUVVc0kJyrL { display:block; }#T3clWLRcVckcQiuqKBwJlSUVVc0kJyrL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OdJDmLRbG8XyOU5eEz7spxSN8PxIRzSL { top:17.625rem;left:0rem;width:33.375rem;height:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZqGHKG63ot3EPsUvPdP0POQlHCvfr6r { top:9.875rem;left:0rem;width:37.25rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGgPeKUHaQE4yTOcHJAd7tuwPfltspzt { top:24.4375rem;left:0rem;width:15rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbvoGrJJUDUnn79sXQNWlOGqRaaNVCCR { display:block; }
 }@media only screen and (max-width: 763px) { #PhoJK8kiEIuThJo8yahP52xD2fS4TGo5 { top:5.625rem;left:13.0625rem;width:34.6875rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BU5bZ2GpxODDuGcmzTyELOvw6WzT2NKw { top:29.5625rem;left:23.875rem;width:8.125rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #omTyo1THeUGPTWBbGXzdalutwOIuT05x { top:12.0625rem;left:23.875rem;width:20rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6d8z2XySDWToI23dEwD40JxcwlZ5mE0 { display:block; }#t6d8z2XySDWToI23dEwD40JxcwlZ5mE0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rPgOkSMcF2v8lViQdo2QTOmeW4aPv26L { top:4.25rem;left:0rem;width:47.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsZUMVb8NPMU8a0FvbRXfwv4VboVr6df { display:block; }#WsZUMVb8NPMU8a0FvbRXfwv4VboVr6df > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FD03sHUsWqowkIGSzXWEeOg6mB2wXz8u { top:1.3125rem;left:0rem;width:47.75rem;height:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGJvPKKrVx773cBLUghsfNmy91QV7OBL { top:10.875rem;left:0rem;width:47.75rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6e6fxqSnTwsCMr9Su1sT6CcR607tkCp { top:14.1875rem;left:0rem;width:31rem;height:4.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmdQgZuADtDyagK2LwTToWNKdBKl3awM { top:21.125rem;left:0rem;width:27.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFBvDHq10UmgPK8BxnFzwytzwzPh7KHU { top:19.9375rem;left:0rem;width:7.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDoT8OdCWchLZPLZxHh4XtFz0bx7MsUW { top:11rem;left:15.49853515625rem;width:16.6875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUQtkFdJpoFwnRLqhxCXt4gC7bUzicMV { top:4.3125rem;left:14.9375rem;width:17.8125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4A3MMg1OvfXgV6i01HOZbF1fZwefuh4 { top:12.6875rem;left:15.875rem;width:31.875rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDfgk0JZdnrBMVbdz6tmaoAnHC8eabGB { top:27.375rem;left:0rem;width:15rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZIRecGaMgVznxlPwrh9BX8h12UodCqu { display:block; }
 }@media only screen and (max-width: 763px) { #vTDlamGaK5wgDQU4waanXRvTwq5lyM8s { display:block; }#vTDlamGaK5wgDQU4waanXRvTwq5lyM8s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i3UdvRUBJUW9akkHslmg9GIHMoDBXDIG { top:1.0625rem;left:0rem;width:47.75rem;height:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3tPwlmaxJ5CVWvMBx9MuTyVAcuJfhrH { top:10.625rem;left:0rem;width:47.75rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIiBulk1v0ESJhXRGcJ9hKetfXJTOLpk { top:15.5rem;left:0rem;width:30.125rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLmHeoVzwfpHdLZ6ZlxeyoWXZLWRQL5C { top:22.375rem;left:0rem;width:25.25rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJnby8evT8QM8ZWeokLykzG7E2mUtNmB { top:21.0625rem;left:0rem;width:7.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLJRo4KGbRieUbA24ytFqOALCu4nnSdr { top:10.75rem;left:18.124267578125rem;width:11.5rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBxLxexhlEEJeMVtxXCMWAivzucMcl3B { top:4.25rem;left:18.1875rem;width:11.375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxUvq5uzDxL63FcoebPh4Q7hT23JJaRH { top:11.9375rem;left:22.75rem;width:25rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpCe3qR9GCnvhU0CgQNXs5laRNQtvmXt { top:27.8125rem;left:0rem;width:15rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4PTpEemIHRwq0PsoImi6Xq9TJX6onPw { display:block; }
 }@media only screen and (max-width: 763px) { #dMAhctWxx7Dqg3DaGhv9NGefoSQDbXIT { display:block; }#dMAhctWxx7Dqg3DaGhv9NGefoSQDbXIT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ztpy0OpKBqCmaF6vvelkJ5bIpXdLKB2K { top:2.375rem;left:0rem;width:18.3125rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcrlGVtqOiMlw35FRQ3imi7KC8nyu0m1 { top:8.3125rem;left:0.25rem;width:15.625rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUusoJ2qkwRe3I4SO8MZHwUxo6VFPf5v { top:18.3125rem;left:3.6875rem;width:12.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeGBXhNQKGZFyf8Td0NB9P3eZxzC7apc { display:block; }
 }@media only screen and (max-width: 763px) { #miycLvFxLnXPzgxTSraZ74WGGB3pTdqt { top:2.375rem;left:13.5rem;width:18.25rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWPQWgIREbGQWtzAh1CHxlFxHNPRox1q { top:18.3125rem;left:19.5625rem;width:12.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bl305WXZxBTAZ3lkXLmJH6p75Bg7tZGK { display:block; }
 }@media only screen and (max-width: 763px) { #vfVBUB8Xe7kT7BE3qbUrt2OG5NN3lEMa { top:8.375rem;left:16.6875rem;width:15.0625rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTcC6E4EJ86km7WgE5Sdw4NlzJruBLww { top:4.5625rem;left:6.625rem;width:9.25rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZuCDSOM6164SUmlTO5BB3BkefTeRl10 { top:4.5rem;left:25.375rem;width:6.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qr06EyZdu8BhzV32Ne6alhfvkrVzFbTW { display:block; }#qr06EyZdu8BhzV32Ne6alhfvkrVzFbTW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OEtzHGx4ColJ6oWiDItQfDrkcJS1DK8d { top:6.75rem;left:0rem;width:18.3125rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g67Jc72AKyMGhsNBJLgB942fGN7hVbqS { top:12.6875rem;left:0.25rem;width:15.625rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMZewpH4VesGe1M44HrZlyePzAzEhlTT { top:22.6875rem;left:3.6875rem;width:12.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLDQMe30pOG1anz89zDEvbd4TawUlag7 { display:block; }
 }@media only screen and (max-width: 763px) { #fybzU5UV7iSKPQFTRH7g5P30QThGGTF4 { top:6.75rem;left:13.4375rem;width:18.25rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfVkU4dHPJeePK9nbmoIFz6bZTSb88LV { top:6.75rem;left:29.3125rem;width:18.25rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMNWTeuIkPArVcRpxKHESFCo6TSGtbwi { top:22.6875rem;left:17.718751907349rem;width:12.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yt2aiPTmrIRik1tJJTxv373bNM9WqnqH { display:block; }
 }@media only screen and (max-width: 763px) { #zpT47KTtfyfIGeFcGFFeyMCLSyzpwA8L { top:22.6875rem;left:31.75rem;width:12.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRrid7SBx5peNbG7pJ6UXnh7FHLOBN49 { display:block; }
 }@media only screen and (max-width: 763px) { #lwW39FRmVgRIJbAQlp2XvbwNGmNVCfE6 { top:12.75rem;left:16.5rem;width:15.0625rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x40SWoud3o8SAZHFbo9E2p2SZdJWH2yu { top:12.8125rem;left:31.75rem;width:14.5rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bChF9X7PM0PrTqUGCvTbLQTzrhCEF9lN { top:8.9375rem;left:5.5312519073486rem;width:9.25rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xs1BMXkUk2C6UBTCk0pU9hLBDTDBPhSl { top:8.875rem;left:19.406251907349rem;width:6.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GklgCiry80DQ1uysKgHqBBOBr5THFIkC { top:8.9375rem;left:31.75rem;width:7.875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7A84DP6Wz3sdbG4ZfmcJTP2pOizA1lg { display:block; }#T7A84DP6Wz3sdbG4ZfmcJTP2pOizA1lg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #umtSWPhowWK0geWoEMHeqgxttL506QlX { top:9.1875rem;left:21.6875rem;width:26.0625rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCzfQfLxEJ4BSGGBT9UMtKhXDv1mCwPN { top:16.3125rem;left:21.6875rem;width:26.0625rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9GNdpD0SAfDgRlF4umbTF0rB4D5K2BK { top:3.9375rem;left:0rem;width:37.5rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aG6gkf8TEq7o9x3TuSfz1ZNnXOGQqIMP { display:block; }#aG6gkf8TEq7o9x3TuSfz1ZNnXOGQqIMP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EIg5sblzoqMeTPkpuvUF4dlc2nFkCvB4 { top:9.4375rem;left:0rem;width:20rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DizK6DQdU1zckVUZFg4xHopwpRBPsPeV { top:4.8125rem;left:0rem;width:35rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gadACAqpLKFAIbtb7diaxvy7dFOvzIES { top:11.25rem;left:0rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6ZlzrWmUez3CEHvngStKwn1CoZIKbed { top:11.25rem;left:13.4375rem;width:14.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGx3GdTSgVtT8r65zCDK6dETu0HnyoAT { top:36.8125rem;left:14.25rem;width:16.25rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9u8KiIgI2dh48t4c7m12BQLEJl0T5hK { display:block; }
 }@media only screen and (max-width: 763px) { #o6eIztIwhqgw8syGxbIFvoJyA8Zw8R5r { top:9.4375rem;left:9.625rem;width:20rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONKoZHs6a90R3Unsd48kdcTaxGlrcSM4 { top:12.9375rem;left:0rem;width:14.75rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbbM4R6lfld1UTBPZIP2AGum8iSnTb32 { top:13rem;left:13.4375rem;width:14.75rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qk3kwUlAK7VW86mk3tI26S7iTHVs6FO9 { top:21.0625rem;left:0rem;width:20rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ny431f5m1TC3Qc4qL2Mu2mNHnTv2mouT { top:21.0625rem;left:9.625rem;width:20rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pw3PSwtlhZRvS18Wfvzer0epdm75J7GF { top:22.1875rem;left:0rem;width:13.75rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnKKcWiVHCJL76vS24LTxoa7adt5dvT9 { top:25.25rem;left:0rem;width:14.4375rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tK5nDAUtl2giFy7WChyUD1WH3HRqCDhE { top:22.1875rem;left:13.375rem;width:13.125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTr64zSdSaAz8QsHVO2gbov4cPm1114A { top:25.25rem;left:13.375rem;width:14.75rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLgTJIb26mMEITRrLquGR2yCVw3kbBy0 { top:23.25rem;left:0rem;width:1.875rem;height:2.37413125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnC815Jwud8HvFvSzkIP9uRdrCA7exJI { top:12.5rem;left:0rem;width:2.25rem;height:2.3101840714662rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBcrBqGqUfXbUAmlZLe80JGNs920oW03 { top:12.5rem;left:10.8125rem;width:1.5625rem;height:2.1637020192692rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXx87KESW2WJMtD4vPRMTk9UhQACzQlh { top:23.5rem;left:10.5625rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwc4Vhum1VwQux5XuhMuOHt1pCI0Ri0S { top:2.8125rem;left:19.4375rem;width:28.3125rem;height:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiVNW7yHbwIgvyeQAo6gv9iELLoc6Hu6 { display:block; }#FiVNW7yHbwIgvyeQAo6gv9iELLoc6Hu6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWvK0DB2tocsnF44J2s8ee4iNyshIoHd { top:6.4375rem;left:0rem;width:32.5rem;height:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMz4vbscCXCzTBRnmXFw3uhFshBqCLTW { top:32.375rem;left:14.8115234375rem;width:16.25rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTZQte0dB1xtWU7XxzEuSNoGta8BJqaO { display:block; }
 }@media only screen and (max-width: 763px) { #KZJsV4e1lSKdgDiy2oSOX9rQ3R2faD28 { top:16.4375rem;left:0rem;width:20rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpuopTyCgW88WT6LVJkSNUmZosMsiH44 { top:16.4375rem;left:9.75rem;width:20rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxqrTzrukgzaGAHz2VZ4NfavJMl61OKC { top:20.625rem;left:0rem;width:14.75rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKm0JynP9TvEaf57nwzTeGcVTsBWHMJ2 { top:11.125rem;left:0rem;width:36.75rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAALWrXhbuGOTtf59RI9ikWbOM8Po8FI { top:17.5625rem;left:0rem;width:13.5rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOoJ9aH8tePTBgWNSNwmmMKJ4ELqZP0T { top:17.5625rem;left:14.125rem;width:8rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jd2oRcTh2KLA3qcdle5EFon6wePTxXEB { top:20.75rem;left:14.125rem;width:14.75rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5wkTnTcSFpQbOmAT7kC3t7HQIl4aFLV { top:18.875rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQ2xLBvT0I5OiedG6uFofr7a0VXfn8So { top:18.5625rem;left:11rem;width:2rem;height:2.3031579968532rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNNH9PxmaRZBvpIGK26nodh3PO7aPVBv { top:1.8125rem;left:17.375rem;width:30.375rem;height:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcunwmlO5lrbamlOTI0x81lQIrbshPQy { display:block; }#HcunwmlO5lrbamlOTI0x81lQIrbshPQy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BHc0dFLsIDfCHK8LvzUu8CA0Ni8vqyuq { top:5.75rem;left:0rem;width:47.75rem;height:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eALnohQ7wNwv0BZtNSJP9n2oR8boKakw { top:15.3125rem;left:0rem;width:47.75rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaDQf1l5OQdPb5BffGvsd3qN5ti8ZH4i { top:19.8125rem;left:0rem;width:29.0625rem;height:4.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxKnnVCtDBNyHdVymvnTM4zZ37EFTMm7 { top:26.875rem;left:0rem;width:26.875rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnyeTi6pUKT7MixsGoJBfd4ooo0m2q4K { top:25.25rem;left:0rem;width:7.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0OpZr7Acq9dIiplGLd1GJcAvNew7AKV { top:10.5625rem;left:16.843753814698rem;width:14.0625rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WanX9wXSUnCPA7I7wJvWrTWlPy8VasnM { top:8.875rem;left:16.875rem;width:14.0625rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxLw3UvIU0XIT4Lrai6eoxbZCLJnhw3P { top:17.875rem;left:22.75rem;width:25rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdIRUBuyHs1DnCdb5beZukeCQrKlmCfy { top:32.9375rem;left:7.5625rem;width:12.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQaSizJZhkfoZqcngFSLnOPnsSKvTee7 { display:block; }
 }@media only screen and (max-width: 763px) { #wm6FaMe5INLTDa9izGIA7xczLpaW8g1E { top:32.9375rem;left:0rem;width:12.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgGEFN8vhPcgT71gnnNgUAU4L2V2FB1B { display:block; }
 }@media only screen and (max-width: 763px) { #DkakCi3Jm5DeZwzHB4v00SfJi7vXmqD0 { display:block; }#DkakCi3Jm5DeZwzHB4v00SfJi7vXmqD0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A8CQhrBcmuAMkLTvZtbWhMsWXsq1TuGA { top:6.8125rem;left:0rem;width:36.75rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVL20AU4mEBbmxdsmxGbD0RU2rC4cK2b { top:31.3125rem;left:14.687717437744rem;width:16.25rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDd1VEZHurk12avnQLe5h8NuTiKtgOow { display:block; }
 }@media only screen and (max-width: 763px) { #LTcW7k8sNP5XrIScmecsRvNvBGzA5GRV { top:16.5rem;left:0rem;width:20rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1JmXy3IEV4WEnBNqmWhC2Ir3MTSiJm1 { top:16.5rem;left:9.5625rem;width:20rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6nH0UncMlU2bTwnFea4FOVOA5on6WaP { top:10rem;left:0rem;width:34.875rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLMm4E0V2xneQTqoBCsKy4nLpqXJUpQw { top:20.75rem;left:0rem;width:14.75rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihQh1mERUnoQ58TBPtIuun8Wp1x43OXT { top:17.625rem;left:0rem;width:11rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OawH5tuR1OC4Xn2XSF7NPLKQFsdBq4dt { top:18.375rem;left:14.125rem;width:14.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwQSZWDLohQovstNrxFMOupJrShQQv7m { top:20.5625rem;left:14.125rem;width:14.75rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Idm7IQf2H49EphmhLtsuicfABVVkn8D9 { top:18.75rem;left:10.6875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTmDryDcFdkG9PCZkEGwAWDSWLbSP8ST { top:19rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDosErkoPWQXB0kK94afflnLiCmmhrQq { top:0.9375rem;left:16.5rem;width:31.25rem;height:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESoaOkVu24pms27TIWeGTGRL3zG3ZXVs { display:block; }#ESoaOkVu24pms27TIWeGTGRL3zG3ZXVs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IdGLTGzSoIGQRuaaHNqmbo7TNxDzeSLO { top:4.8125rem;left:15rem;width:21rem;height:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvPlfQMTxyVhpg7pkFbxqE3S3V0z8maL { top:4.8125rem;left:15rem;width:21rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqXTSc2U8fvRfaFHUtgpwvcqTOorJTuQ { top:13.75rem;left:17.4990234375rem;width:14.375rem;height:4.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKG5yTAM3UbQ8rltfvtXZIby1sAXrIyu { top:20.5rem;left:17.499133110046rem;width:16.5625rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mzz6K3qdSgeiMKmX9ZMEushNkVQmltQC { top:28.25rem;left:17.9375rem;width:15.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb7bcTS1ATWxlO9Py5iik1l61Ta24H0W { display:block; }
 }@media only screen and (max-width: 763px) { #igJGtyR1FeZF7nCKgOWTtLfEThcGraQo { top:4.8125rem;left:26.75rem;width:21rem;height:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzTJV4uySMiW657cmicD85vDL53TDOFn { top:4.8125rem;left:26.75rem;width:21rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZlWcM2mzyKpitXzVScoQAhEy1lqsqvp { top:13.875rem;left:31.9375rem;width:15.8125rem;height:4.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNvQ8aTNZZSV2XQs0hK3JcZwycHXrWdl { top:20.5rem;left:31.75rem;width:15.25rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ofeq6AhRc7FxpuASMV8Ol7gCJCba6cgf { top:28.25rem;left:32.625rem;width:15.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJSVV5p9WWPLtsSHr337f1M8HtEbs3gR { display:block; }
 }@media only screen and (max-width: 763px) { #T07Zparq3qwAZUdQmWorzE3dCH8Qo6pg { top:8.125rem;left:0rem;width:47.75rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9nFXRxpagSXxp6TTH30BbBiVIExsa0n { top:18.3125rem;left:0rem;width:19.125rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPSMOqmgR8HrmixxVfQMCeDLD1pTtxng { top:8rem;left:20.091363906861rem;width:10.875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnopBAttM2WwDzbL9EevV9Pi4Uaiorc5 { top:8.125rem;left:36.875rem;width:10.875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmAQk9gn4ZMN0qFxPVhF4XgEl5dP1gMH { display:block; }#qmAQk9gn4ZMN0qFxPVhF4XgEl5dP1gMH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ap8QFboVo86UPiApP6aiTLDkS7nJqulr { top:10.4375rem;left:0rem;width:14.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffgzXVux8UJrCRXu8PUBH238Btz4AW6m { top:14rem;left:0rem;width:13.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2v7KBfO1qaPhv3P1zxs796NmnwL8Xc1 { top:11.75rem;left:37.875rem;width:9.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXZN2ET3UPFslBhNknm13DAd7dMDlhc4 { top:11.625rem;left:43rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxScp410B3afxbX7JdzqlxS3hlr1ZcEA { top:11.625rem;left:45.625rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CHNgBPOKnXRCSLgCNdes8O6B1TeHtixp { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#CHNgBPOKnXRCSLgCNdes8O6B1TeHtixp > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jd7K3ZU4IoXDsVE12LcZXv4QHqRkNN2v { width:4.749025rem;height:1.811525rem;top:1.4375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXCTsWoOOkSGW3uSuiO3Ip4k1hmPgmyi { width:6.8125rem;height:auto;top:1.875rem;left:6.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #aHdcomU2TSZNsoBVZDhwyF96rzz3zxNl { width:13.55rem;height:2.55rem;top:1.0679687261581rem;left:6.4500001668931rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTSwMCmsuoeL9hUnTkexNXeV1hnTSbBb { display:block; }
 }@media only screen and (max-width: 763px) { #meD1vr68blvtdsL8NgEJbv5ZdgluNsbn { width:6.8125rem;height:auto;top:1.875rem;left:6.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #U1GBW7c5eOOUoJFet9PiD1WxnKDeeIIa { width:6.8125rem;height:auto;top:1.875rem;left:6.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HvcMsmxzCgsEUUyGlUkq3dD0zfKMUETL { width:6.375rem;height:auto;top:1.875rem;left:6.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #o6IE55QMsHFwsVPCHgtTC4F91g6gK3qe { width:5.875rem;height:auto;top:1.875rem;left:7.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #T3clWLRcVckcQiuqKBwJlSUVVc0kJyrL { position:relative;z-index:auto;display:block; }#T3clWLRcVckcQiuqKBwJlSUVVc0kJyrL > .row .container { width:20rem;height:48.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OdJDmLRbG8XyOU5eEz7spxSN8PxIRzSL { width:20rem;height:7rem;top:11rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nZqGHKG63ot3EPsUvPdP0POQlHCvfr6r { width:20rem;height:3.575rem;top:6.875rem;left:0.062500119209287rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XGgPeKUHaQE4yTOcHJAd7tuwPfltspzt { top:19.25rem;left:2.5000001192093rem;width:15rem;height:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbvoGrJJUDUnn79sXQNWlOGqRaaNVCCR { display:block; }
 }@media only screen and (max-width: 763px) { #PhoJK8kiEIuThJo8yahP52xD2fS4TGo5 { width:20rem;height:15.495495495496rem;top:58.1865234375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BU5bZ2GpxODDuGcmzTyELOvw6WzT2NKw { width:8.125rem;height:4.5rem;top:43.75rem;left:5.9374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #omTyo1THeUGPTWBbGXzdalutwOIuT05x { width:20rem;height:24.1875rem;top:22.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6d8z2XySDWToI23dEwD40JxcwlZ5mE0 { display:block; }#t6d8z2XySDWToI23dEwD40JxcwlZ5mE0 > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rPgOkSMcF2v8lViQdo2QTOmeW4aPv26L { width:20rem;height:3.575rem;top:1.1804695129394rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsZUMVb8NPMU8a0FvbRXfwv4VboVr6df { display:block; }#WsZUMVb8NPMU8a0FvbRXfwv4VboVr6df > .row .container { width:20rem;height:46.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FD03sHUsWqowkIGSzXWEeOg6mB2wXz8u { width:20rem;height:19.25rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGJvPKKrVx773cBLUghsfNmy91QV7OBL { width:18.875rem;height:37.375rem;top:7.125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6e6fxqSnTwsCMr9Su1sT6CcR607tkCp { width:17rem;height:4.875rem;top:9.625rem;left:1.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wmdQgZuADtDyagK2LwTToWNKdBKl3awM { width:16.875rem;height:7.8rem;top:16.8125rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VFBvDHq10UmgPK8BxnFzwytzwzPh7KHU { width:7.5rem;height:0.185546875rem;top:15.5625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDoT8OdCWchLZPLZxHh4XtFz0bx7MsUW { width:13.0625rem;height:2.25rem;top:3.125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUQtkFdJpoFwnRLqhxCXt4gC7bUzicMV { width:17.8125rem;height:3.5rem;top:69.25997924805rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #H4A3MMg1OvfXgV6i01HOZbF1fZwefuh4 { width:17.6875rem;height:13rem;top:30.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDfgk0JZdnrBMVbdz6tmaoAnHC8eabGB { top:25.625rem;left:2.5rem;width:15rem;height:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZIRecGaMgVznxlPwrh9BX8h12UodCqu { display:block; }
 }@media only screen and (max-width: 763px) { #vTDlamGaK5wgDQU4waanXRvTwq5lyM8s { display:block; }#vTDlamGaK5wgDQU4waanXRvTwq5lyM8s > .row .container { width:20rem;height:56.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i3UdvRUBJUW9akkHslmg9GIHMoDBXDIG { width:20rem;height:19.249125rem;top:2.9448766708374rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3tPwlmaxJ5CVWvMBx9MuTyVAcuJfhrH { width:18.75rem;height:40.375rem;top:11.810939788818rem;left:0.56093752384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIiBulk1v0ESJhXRGcJ9hKetfXJTOLpk { width:17.375rem;height:4.875rem;top:14.120312213898rem;left:1.3125001192093rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PLmHeoVzwfpHdLZ6ZlxeyoWXZLWRQL5C { width:16.747625rem;height:6.5rem;top:21.673438072204rem;left:1.6250001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hJnby8evT8QM8ZWeokLykzG7E2mUtNmB { width:7.5rem;height:0.18515625rem;top:20.337500095367rem;left:6.2499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLJRo4KGbRieUbA24ytFqOALCu4nnSdr { width:10.25rem;height:3.1875rem;top:6.185302734375rem;left:4.874267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBxLxexhlEEJeMVtxXCMWAivzucMcl3B { width:11.375rem;height:3.4994076825442rem;top:55.436190124512rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MxUvq5uzDxL63FcoebPh4Q7hT23JJaRH { width:16.25rem;height:15.9375rem;top:33.935938835144rem;left:1.8109375238419rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpCe3qR9GCnvhU0CgQNXs5laRNQtvmXt { top:29.029689788818rem;left:2.5000001192093rem;width:15rem;height:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4PTpEemIHRwq0PsoImi6Xq9TJX6onPw { display:block; }
 }@media only screen and (max-width: 763px) { #dMAhctWxx7Dqg3DaGhv9NGefoSQDbXIT { display:none; }#dMAhctWxx7Dqg3DaGhv9NGefoSQDbXIT > .row .container { width:20rem;height:79.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ztpy0OpKBqCmaF6vvelkJ5bIpXdLKB2K { width:18.3125rem;height:21.8125rem;top:2.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcrlGVtqOiMlw35FRQ3imi7KC8nyu0m1 { width:14.5rem;height:10.3984375rem;top:8.5rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUusoJ2qkwRe3I4SO8MZHwUxo6VFPf5v { top:19.437500715256rem;left:3.9062503576279rem;width:12.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeGBXhNQKGZFyf8Td0NB9P3eZxzC7apc { display:block; }
 }@media only screen and (max-width: 763px) { #miycLvFxLnXPzgxTSraZ74WGGB3pTdqt { width:18.3125rem;height:21.8125rem;top:28.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWPQWgIREbGQWtzAh1CHxlFxHNPRox1q { top:44.937502861023rem;left:3.9062503576279rem;width:12.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bl305WXZxBTAZ3lkXLmJH6p75Bg7tZGK { display:block; }
 }@media only screen and (max-width: 763px) { #vfVBUB8Xe7kT7BE3qbUrt2OG5NN3lEMa { width:14.5rem;height:9.098625rem;top:34.75rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTcC6E4EJ86km7WgE5Sdw4NlzJruBLww { width:9.25rem;height:1.6875rem;top:5.2500007152557rem;left:4.4687503576279rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZuCDSOM6164SUmlTO5BB3BkefTeRl10 { width:6.375rem;height:1.75rem;top:30.875000715256rem;left:5.9062503576279rem;display:block; }
 }@media only screen and (max-width: 763px) { #qr06EyZdu8BhzV32Ne6alhfvkrVzFbTW { display:none; }#qr06EyZdu8BhzV32Ne6alhfvkrVzFbTW > .row .container { width:20rem;height:79.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OEtzHGx4ColJ6oWiDItQfDrkcJS1DK8d { width:18.3125rem;height:21.8125rem;top:2.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g67Jc72AKyMGhsNBJLgB942fGN7hVbqS { width:14.5rem;height:10.1333125rem;top:8.5rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMZewpH4VesGe1M44HrZlyePzAzEhlTT { top:19.437500715256rem;left:3.9062503576279rem;width:12.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLDQMe30pOG1anz89zDEvbd4TawUlag7 { display:block; }
 }@media only screen and (max-width: 763px) { #fybzU5UV7iSKPQFTRH7g5P30QThGGTF4 { width:18.3125rem;height:21.8125rem;top:28.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfVkU4dHPJeePK9nbmoIFz6bZTSb88LV { width:18.3125rem;height:21.8125rem;top:54rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMNWTeuIkPArVcRpxKHESFCo6TSGtbwi { top:44.937502861023rem;left:3.9062503576279rem;width:12.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yt2aiPTmrIRik1tJJTxv373bNM9WqnqH { display:block; }
 }@media only screen and (max-width: 763px) { #zpT47KTtfyfIGeFcGFFeyMCLSyzpwA8L { top:70.5625038147rem;left:3.9062503576279rem;width:12.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRrid7SBx5peNbG7pJ6UXnh7FHLOBN49 { display:block; }
 }@media only screen and (max-width: 763px) { #lwW39FRmVgRIJbAQlp2XvbwNGmNVCfE6 { width:14.5rem;height:8.8666875rem;top:34.75rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x40SWoud3o8SAZHFbo9E2p2SZdJWH2yu { width:14.5rem;height:7.6rem;top:60.375rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bChF9X7PM0PrTqUGCvTbLQTzrhCEF9lN { width:9.25rem;height:1.6875rem;top:5.2500007152557rem;left:4.4687503576279rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xs1BMXkUk2C6UBTCk0pU9hLBDTDBPhSl { width:6.375rem;height:1.75rem;top:30.875000715256rem;left:5.9062503576279rem;display:block; }
 }@media only screen and (max-width: 763px) { #GklgCiry80DQ1uysKgHqBBOBr5THFIkC { width:7.875rem;height:1.6875rem;top:56.187502861023rem;left:5.1562503576279rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7A84DP6Wz3sdbG4ZfmcJTP2pOizA1lg { display:none; }#T7A84DP6Wz3sdbG4ZfmcJTP2pOizA1lg > .row .container { width:20rem;height:30.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #umtSWPhowWK0geWoEMHeqgxttL506QlX { width:18.0615rem;height:6.25rem;top:3.187255859375rem;left:0.96923828125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wCzfQfLxEJ4BSGGBT9UMtKhXDv1mCwPN { width:18.811875rem;height:3.75rem;top:24.488933324814rem;left:0.59353303909302rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A9GNdpD0SAfDgRlF4umbTF0rB4D5K2BK { width:20rem;height:11.433333333333rem;top:10.98828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aG6gkf8TEq7o9x3TuSfz1ZNnXOGQqIMP { display:none; }#aG6gkf8TEq7o9x3TuSfz1ZNnXOGQqIMP > .row .container { width:20rem;height:82.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EIg5sblzoqMeTPkpuvUF4dlc2nFkCvB4 { width:20rem;height:10.375rem;top:30.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DizK6DQdU1zckVUZFg4xHopwpRBPsPeV { width:13.125rem;height:2.875rem;top:2.1234807968139rem;left:3.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gadACAqpLKFAIbtb7diaxvy7dFOvzIES { width:14.749375rem;height:1.25rem;top:31.3125rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6ZlzrWmUez3CEHvngStKwn1CoZIKbed { width:14.749375rem;height:1.25rem;top:43.1875rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGx3GdTSgVtT8r65zCDK6dETu0HnyoAT { top:77.123485565187rem;left:2.5000002384186rem;width:15rem;height:4.1232625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9u8KiIgI2dh48t4c7m12BQLEJl0T5hK { display:block; }
 }@media only screen and (max-width: 763px) { #o6eIztIwhqgw8syGxbIFvoJyA8Zw8R5r { width:20rem;height:10.375rem;top:41.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONKoZHs6a90R3Unsd48kdcTaxGlrcSM4 { width:14.749375rem;height:6.25rem;top:33.3125rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbbM4R6lfld1UTBPZIP2AGum8iSnTb32 { width:14.749375rem;height:5rem;top:45.25rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qk3kwUlAK7VW86mk3tI26S7iTHVs6FO9 { width:20rem;height:10.375rem;top:52.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ny431f5m1TC3Qc4qL2Mu2mNHnTv2mouT { width:20rem;height:10.375rem;top:64.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pw3PSwtlhZRvS18Wfvzer0epdm75J7GF { width:13.75rem;height:2.5rem;top:54rem;left:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnKKcWiVHCJL76vS24LTxoa7adt5dvT9 { width:14.74975rem;height:5rem;top:57.0625rem;left:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tK5nDAUtl2giFy7WChyUD1WH3HRqCDhE { width:14.74975rem;height:2.5rem;top:65.4375rem;left:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTr64zSdSaAz8QsHVO2gbov4cPm1114A { width:14.74975rem;height:5rem;top:68.5rem;left:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLgTJIb26mMEITRrLquGR2yCVw3kbBy0 { width:1.875rem;height:2.375rem;top:55.625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnC815Jwud8HvFvSzkIP9uRdrCA7exJI { width:2.3125rem;height:2.375rem;top:32.5625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBcrBqGqUfXbUAmlZLe80JGNs920oW03 { width:1.625rem;height:2.25rem;top:44.4375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXx87KESW2WJMtD4vPRMTk9UhQACzQlh { width:2.125rem;height:2.125rem;top:67.3125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwc4Vhum1VwQux5XuhMuOHt1pCI0Ri0S { width:20rem;height:21.633554083885rem;top:6.48828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiVNW7yHbwIgvyeQAo6gv9iELLoc6Hu6 { display:none; }#FiVNW7yHbwIgvyeQAo6gv9iELLoc6Hu6 > .row .container { width:20rem;height:69.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TWvK0DB2tocsnF44J2s8ee4iNyshIoHd { width:18.2495rem;height:2.875rem;top:2.6875rem;left:0.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IMz4vbscCXCzTBRnmXFw3uhFshBqCLTW { top:63.248701095581rem;left:2.1875002384186rem;width:15.625rem;height:4.12435rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTZQte0dB1xtWU7XxzEuSNoGta8BJqaO { display:block; }
 }@media only screen and (max-width: 763px) { #KZJsV4e1lSKdgDiy2oSOX9rQ3R2faD28 { width:20rem;height:11.4375rem;top:37.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpuopTyCgW88WT6LVJkSNUmZosMsiH44 { width:20rem;height:10.375rem;top:50.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxqrTzrukgzaGAHz2VZ4NfavJMl61OKC { width:14.749375rem;height:5rem;top:42.5rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKm0JynP9TvEaf57nwzTeGcVTsBWHMJ2 { width:19.1873125rem;height:6.25rem;top:7.8125rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UAALWrXhbuGOTtf59RI9ikWbOM8Po8FI { width:14.5625rem;height:2.5rem;top:51.9375rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOoJ9aH8tePTBgWNSNwmmMKJ4ELqZP0T { width:7.999125rem;height:2.5rem;top:39.253467559814rem;left:4.2491321563721rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jd2oRcTh2KLA3qcdle5EFon6wePTxXEB { width:14.749375rem;height:3.75rem;top:55.4375rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5wkTnTcSFpQbOmAT7kC3t7HQIl4aFLV { width:2.125rem;height:2.125rem;top:53.375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQ2xLBvT0I5OiedG6uFofr7a0VXfn8So { width:2.0625rem;height:2.375rem;top:40.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNNH9PxmaRZBvpIGK26nodh3PO7aPVBv { width:20rem;height:20.164609053498rem;top:16.8359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcunwmlO5lrbamlOTI0x81lQIrbshPQy { display:none; }#HcunwmlO5lrbamlOTI0x81lQIrbshPQy > .row .container { width:20rem;height:63.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BHc0dFLsIDfCHK8LvzUu8CA0Ni8vqyuq { width:20rem;height:19.249125rem;top:3.0078372955323rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eALnohQ7wNwv0BZtNSJP9n2oR8boKakw { width:18.75rem;height:47.1875rem;top:10.873958587646rem;left:0.56145834922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaDQf1l5OQdPb5BffGvsd3qN5ti8ZH4i { width:18.9995625rem;height:4.8rem;top:13.811849117279rem;left:0.50021708011627rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xxKnnVCtDBNyHdVymvnTM4zZ37EFTMm7 { width:17.686625rem;height:6.3333125rem;top:21.192491531372rem;left:1.1566841602326rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tnyeTi6pUKT7MixsGoJBfd4ooo0m2q4K { width:7.5rem;height:0.185546875rem;top:19.498698234558rem;left:6.2500004768369rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0OpZr7Acq9dIiplGLd1GJcAvNew7AKV { width:12.625rem;height:3.125rem;top:5.8083906173706rem;left:3.6870660781861rem;display:block; }
 }@media only screen and (max-width: 763px) { #WanX9wXSUnCPA7I7wJvWrTWlPy8VasnM { width:14.0625rem;height:3.5rem;top:57.998040124512rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sxLw3UvIU0XIT4Lrai6eoxbZCLJnhw3P { width:20rem;height:17.5rem;top:28.9990234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdIRUBuyHs1DnCdb5beZukeCQrKlmCfy { top:48rem;left:3.9375rem;width:12.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQaSizJZhkfoZqcngFSLnOPnsSKvTee7 { display:block; }
 }@media only screen and (max-width: 763px) { #wm6FaMe5INLTDa9izGIA7xczLpaW8g1E { top:52.375rem;left:3.9375rem;width:12.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgGEFN8vhPcgT71gnnNgUAU4L2V2FB1B { display:block; }
 }@media only screen and (max-width: 763px) { #DkakCi3Jm5DeZwzHB4v00SfJi7vXmqD0 { display:none; }#DkakCi3Jm5DeZwzHB4v00SfJi7vXmqD0 > .row .container { width:20rem;height:66rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #A8CQhrBcmuAMkLTvZtbWhMsWXsq1TuGA { width:13.6870625rem;height:2.875rem;top:2.9926214218139rem;left:3.1553821563721rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TVL20AU4mEBbmxdsmxGbD0RU2rC4cK2b { top:60.3125rem;left:2.1875rem;width:15.625rem;height:4.12435rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDd1VEZHurk12avnQLe5h8NuTiKtgOow { display:block; }
 }@media only screen and (max-width: 763px) { #LTcW7k8sNP5XrIScmecsRvNvBGzA5GRV { width:20rem;height:10.375rem;top:35.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1JmXy3IEV4WEnBNqmWhC2Ir3MTSiJm1 { width:20rem;height:10.375rem;top:48rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6nH0UncMlU2bTwnFea4FOVOA5on6WaP { width:18.3105625rem;height:5rem;top:7.4631164073944rem;left:0.84418416023256rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pLMm4E0V2xneQTqoBCsKy4nLpqXJUpQw { width:14.749375rem;height:5rem;top:39.9375rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihQh1mERUnoQ58TBPtIuun8Wp1x43OXT { width:14.74975rem;height:2.5rem;top:36.6875rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OawH5tuR1OC4Xn2XSF7NPLKQFsdBq4dt { width:14.74975rem;height:1.25rem;top:49.375rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwQSZWDLohQovstNrxFMOupJrShQQv7m { width:14.74975rem;height:5rem;top:51.4375rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Idm7IQf2H49EphmhLtsuicfABVVkn8D9 { width:2.3125rem;height:2.3125rem;top:38.4375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTmDryDcFdkG9PCZkEGwAWDSWLbSP8ST { width:2.1875rem;height:2.1875rem;top:50.061837494373rem;left:0.974392414093rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDosErkoPWQXB0kK94afflnLiCmmhrQq { width:20rem;height:19.48rem;top:14.134765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESoaOkVu24pms27TIWeGTGRL3zG3ZXVs { display:none; }#ESoaOkVu24pms27TIWeGTGRL3zG3ZXVs > .row .container { width:20rem;height:66.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IdGLTGzSoIGQRuaaHNqmbo7TNxDzeSLO { width:19.3125rem;height:23.8125rem;top:13.4375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvPlfQMTxyVhpg7pkFbxqE3S3V0z8maL { width:19.3125rem;height:1rem;top:13.4375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqXTSc2U8fvRfaFHUtgpwvcqTOorJTuQ { width:12.5rem;height:1.625rem;top:20.624130249024rem;left:1.999783039093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKG5yTAM3UbQ8rltfvtXZIby1sAXrIyu { width:16.4355625rem;height:5.19921875rem;top:23.561198949814rem;left:1.7816841602326rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mzz6K3qdSgeiMKmX9ZMEushNkVQmltQC { top:30.1875rem;left:2.125rem;width:15.1248125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb7bcTS1ATWxlO9Py5iik1l61Ta24H0W { display:block; }
 }@media only screen and (max-width: 763px) { #igJGtyR1FeZF7nCKgOWTtLfEThcGraQo { width:19.3125rem;height:23.8125rem;top:39.4375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzTJV4uySMiW657cmicD85vDL53TDOFn { width:19.1873125rem;height:0.87456875rem;top:39.4375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZlWcM2mzyKpitXzVScoQAhEy1lqsqvp { width:14.7480625rem;height:3.25rem;top:46.5615234375rem;left:1.9990234375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNvQ8aTNZZSV2XQs0hK3JcZwycHXrWdl { width:15.999375rem;height:5.19921875rem;top:49.749359130859rem;left:2.0616321563721rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ofeq6AhRc7FxpuASMV8Ol7gCJCba6cgf { top:56.3125rem;left:2.1875rem;width:15.1248125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJSVV5p9WWPLtsSHr337f1M8HtEbs3gR { display:block; }
 }@media only screen and (max-width: 763px) { #T07Zparq3qwAZUdQmWorzE3dCH8Qo6pg { width:20rem;height:58.5625rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9nFXRxpagSXxp6TTH30BbBiVIExsa0n { width:19.1235625rem;height:3.25rem;top:7.374267578125rem;left:0.43701171875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dPSMOqmgR8HrmixxVfQMCeDLD1pTtxng { width:10.8745625rem;height:2.43706875rem;top:15.872400283814rem;left:4.5627174377441rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnopBAttM2WwDzbL9EevV9Pi4Uaiorc5 { width:10.875rem;height:2.5rem;top:42.122802734375rem;left:4.561767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmAQk9gn4ZMN0qFxPVhF4XgEl5dP1gMH { display:block; }#qmAQk9gn4ZMN0qFxPVhF4XgEl5dP1gMH > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ap8QFboVo86UPiApP6aiTLDkS7nJqulr { width:14.3120625rem;height:2.5rem;top:18.687065124512rem;left:2.8439674377441rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffgzXVux8UJrCRXu8PUBH238Btz4AW6m { width:14.6245625rem;height:1.1375rem;top:21.936851501465rem;left:2.6877171993256rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2v7KBfO1qaPhv3P1zxs796NmnwL8Xc1 { width:14.375rem;height:1.3rem;top:12.123481750488rem;left:2.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HXZN2ET3UPFslBhNknm13DAd7dMDlhc4 { width:1.49956875rem;height:1.49956875rem;top:9.1875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxScp410B3afxbX7JdzqlxS3hlr1ZcEA { width:1.3125rem;height:1.3125rem;top:9.3125rem;left:10.5rem;display:block; }
 }