.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#J7iqDcqsTappL052Pas8c9gdyKv4sExA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.67);background-image:url("https://images.assets-landingi.com/uc/d2735bdb-a13c-4bc3-b4ee-a2c07e2458cf/Ge3ktkpTURBXy9mYTc1ZDcwYjEyZjUyNTgwOWE0MWZjZDFhMmUxMDA5Mi5qcGeSlQMAAM0HgM0EOJUCzQfQAMLD.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#J7iqDcqsTappL052Pas8c9gdyKv4sExA.adaptive-delivery-prevent-bg, #J7iqDcqsTappL052Pas8c9gdyKv4sExA.lazyload, #J7iqDcqsTappL052Pas8c9gdyKv4sExA.lazyloading { background-image: none; }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .row .container { background-color: transparent; background-image: none; }#J7iqDcqsTappL052Pas8c9gdyKv4sExA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .row .container > .video-iframe-container { display: none; }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .row > .video-iframe-container { display: none; }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .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); }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .row .container { border-width: 0; border-radius: 0; }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .row .container { font-size:0.875rem;font-family:arial;height:31.625rem;width:75rem;position:relative;display:block; }#JtgaiGLDXaNWK8C0fkCREHmB9DKaF4Cs { position:absolute;display:block;z-index:15029;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.625rem;width:7.1875rem;top:24.3125rem;left:7.5rem;overflow:hidden;display:none; }
#P8kHb6p8QDaNpikQGIikKlyX5tAHkNwc { position:absolute;display:block;z-index:15030;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.625rem;width:7.25rem;top:24.3125rem;left:15rem;overflow:hidden;display:none; }
#onq0IQe8eedKTbVJ35dG08Ga90Cow124 { position:absolute;display:block;z-index:15031;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.625rem;width:7.25rem;top:24.3125rem;left:22.5625rem;overflow:hidden;display:none; }
#VPCpFCgCsbGwIKcvBugfHxKPo7N1zvoG { position:absolute;display:block;z-index:15032;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.625rem;width:7.1875rem;top:24.3125rem;left:30.0625rem;overflow:hidden;display:none; }
#OqCA1FTT2Eyt3vfWfx4GpX412fQis8Mv { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:7.1875rem;top:24.3125rem;left:37.75rem;overflow:hidden;display:none; }
#SKXFbUK09OJ2e6BON1hMVFAtVTEVdqld { position:absolute;display:block;z-index:15034;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.625rem;width:7.1875rem;top:24.3125rem;left:45.3125rem;overflow:hidden;display:none; }
#m0xfD9xMepTCEg1GKIUCpKH5PeFb80QQ { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:7.1875rem;top:24.3125rem;left:60.3125rem;overflow:hidden;display:none; }
#DfScDKq2giTctmgUexgnu0yExzknVBJW { position:absolute;display:block;z-index:15036;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.625rem;width:7.1875rem;top:24.3125rem;left:52.8125rem;overflow:hidden;display:none; }
#XrsELxyISCF5TsXxC7JtadshyCDParao { 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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:#2f7dff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mulish;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:3.125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:22.125rem;left:7.5rem;display:block; }
#al99xpW67q4wgZdzFO5flUzU86knSr29 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OMgbbNlDEqyB6u3WHMGxLfTfW5eU0ADb { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.4375rem;width:35.25rem;top:-0.25rem;left:32.25rem;overflow:hidden;display:none; }
#U9w6vKTMXkAP9eLQAMl7FGP545SCBdpQ { 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.375rem;width:8.25rem;top:2.5rem;left:8.5rem;overflow:hidden;display:block; }
#Qh6wQCg0dnEtibttk60n3fRTH3GdD6qu { color:#ffffff;display:block;width:29.4375rem;position:absolute;font-family:"be vietnam pro";font-size:2.25rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:8.1240234375rem;left:7.5rem;height:14.624rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xXLm8UGVyBUysPWRpnzes7VLW6ISz60s { position:absolute;display:block;z-index:15044;background-color:#e3e3e3;background-image:none;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:15rem;left:8.25rem;display:none; }
#OdB4H2ZAcwSAhFu23gv4HcdIdkvCW65q { position:absolute;display:block;z-index:15001;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.875rem;width:8.75rem;top:2.25rem;left:19.125rem;overflow:hidden;display:block; }
#dzuTScVEE00kHwpX8DDyXHZMqAMR05pw { box-sizing:content-box;height:2.875rem;width:0.0625rem;position:absolute;display:block;z-index:15048;background-color:#e3e3e3;background-image:none;top:2.25rem;left:17.78125rem;display:block; }
#dVEmFHFk0WxlyXGOn06MLunLghLDSnOU { box-sizing:content-box;height:13.8125rem;width:31.875rem;position:absolute;display:block;z-index:14999;background-color:#2f7dff;background-image:none;top:7.02392578125rem;left:6.40625rem;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;display:block; }
#xXxkwb2QdKawgiISmO387lD3btvXt35m { box-sizing:content-box;height:4.25rem;width:23.1875rem;position:absolute;display:block;z-index:14998;background-color:#2f7dff;background-image:none;top:1.5625rem;left:6.59375rem;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;display:block; }
#rxSsR8HvFlkoZMxGrXLiVmsVcOs9BkaX { position:relative;display:block; }#rxSsR8HvFlkoZMxGrXLiVmsVcOs9BkaX { background-color: transparent; background-image: none; }#rxSsR8HvFlkoZMxGrXLiVmsVcOs9BkaX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxSsR8HvFlkoZMxGrXLiVmsVcOs9BkaX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxSsR8HvFlkoZMxGrXLiVmsVcOs9BkaX > .row .container > .video-iframe-container { display: none; }#rxSsR8HvFlkoZMxGrXLiVmsVcOs9BkaX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxSsR8HvFlkoZMxGrXLiVmsVcOs9BkaX > .row > .video-iframe-container { display: none; }#rxSsR8HvFlkoZMxGrXLiVmsVcOs9BkaX > .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); }#rxSsR8HvFlkoZMxGrXLiVmsVcOs9BkaX { border-width: 0; border-radius: 0; }#rxSsR8HvFlkoZMxGrXLiVmsVcOs9BkaX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rxSsR8HvFlkoZMxGrXLiVmsVcOs9BkaX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RnmgvJP8a985NX8L6wkhaRP9LhHK7yvx { color:#2f7dff;display:block;width:35.625rem;position:absolute;font-family:"be vietnam pro";font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.681640625rem;left:19.6875rem;height:2.76220625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ibb60T0m5kRx4IKZEivdbqI85qy8lx88 { position:relative;display:block; }#Ibb60T0m5kRx4IKZEivdbqI85qy8lx88 { background-color: transparent; background-image: none; }#Ibb60T0m5kRx4IKZEivdbqI85qy8lx88::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ibb60T0m5kRx4IKZEivdbqI85qy8lx88 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ibb60T0m5kRx4IKZEivdbqI85qy8lx88 > .row .container > .video-iframe-container { display: none; }#Ibb60T0m5kRx4IKZEivdbqI85qy8lx88 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ibb60T0m5kRx4IKZEivdbqI85qy8lx88 > .row > .video-iframe-container { display: none; }#Ibb60T0m5kRx4IKZEivdbqI85qy8lx88 > .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); }#Ibb60T0m5kRx4IKZEivdbqI85qy8lx88 { border-width: 0; border-radius: 0; }#Ibb60T0m5kRx4IKZEivdbqI85qy8lx88 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Ibb60T0m5kRx4IKZEivdbqI85qy8lx88 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:31rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VuL0WITbWdCqgbJaaOubdkq8DxZDgLec { box-sizing:content-box;height:22.1875rem;width:15.625rem;position:absolute;display:block;z-index:15000;background-color:#2f7dff;background-image:none;top:0.75rem;left:1.5625rem;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;display:block; }
#hXurKrAHpdxdsvFSf2q7CnbaGGu7ZfBn { color:#ffffff;display:block;width:14.125rem;position:absolute;font-family:"be vietnam pro";font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5615234375rem;left:2.3125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hfxouig45sk3CLc1IkTJexVuuF602hGx { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"be vietnam pro";font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:4.9365234375rem;left:3.125rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GW4h24lUbcfN6VUSBMccsT74Z1hTMC0E { box-sizing:content-box;height:22.25rem;width:15.625rem;position:absolute;display:block;z-index:15001;background-color:#2f7dff;background-image:none;top:0.75rem;left:20.3125rem;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;display:block; }
#hhOdWbIgnMX6cmE0xTI6wFRTiLZQNQbO { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"be vietnam pro";font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.49951171875rem;left:21.875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u9QBTpVHMvEGkk4CsUBZD9Ta9mSQrNze { color:#ffffff;display:block;width:12.25rem;position:absolute;font-family:"be vietnam pro";font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.9990234375rem;left:22rem;height:4.38574375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FoX4OgtIkWXCRN3SNEzUvqbMykLdk1eW { box-sizing:content-box;height:18.8125rem;width:15.625rem;position:absolute;display:block;z-index:15004;background-color:#2f7dff;background-image:none;top:0.75rem;left:39.0625rem;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;display:block; }
#zUDNAWkT7MQuTPQkAT6Swans8h0fWOlz { color:#ffffff;display:block;width:12.9375rem;position:absolute;font-family:"be vietnam pro";font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4.9990234375rem;left:40.40625rem;height:4.38574375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FERl6ZAe21Q8945TSZ8cHcddknxTJhqk { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:"be vietnam pro";font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.49853515625rem;left:39.6875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gm4HINiXUfrNb48xV9xAyuRkvvlursEo { box-sizing:content-box;height:18.125rem;width:15.625rem;position:absolute;display:block;z-index:15005;background-color:#2f7dff;background-image:none;top:0.75rem;left:57.8125rem;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;display:block; }
#HGQcTH4ipIwhlAy2Ztcgvpd9zzH2xixP { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:"be vietnam pro";font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.4990234375rem;left:58.4375rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r56AObPzZUVzTwMnV3eJU8eNGLCKhari { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:mulish;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:10.3837890625rem;left:21.875rem;height:11.3671875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AqO6QJWryvCVlbURHWhOSTftJ9Tk1Qb3 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:mulish;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:9.2451171875rem;left:3.125rem;height:12.503875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rTNITeUGMNL7BmwVvbCS4aclVR5t27hO { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:mulish;font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:10.3837890625rem;left:40.625rem;height:7.957rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oUlEXA9O88evURUomyI8ymUyczqN6X94 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:mulish;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:8.55078125rem;left:59.375rem;height:9.09375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pJb1zNK77MK0L3XHoEbJSQQzavqMvSNK { background-color:#2f7dff;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:mulish;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:26rem;left:28.84375rem;display:block; }
#cRfTd3ReAeyPvJk7L855Za2d5BA9m7Od { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s3H8fh2qCyltOuAQTxcUpe1ZX1dCIThq { position:relative;display:block; }#s3H8fh2qCyltOuAQTxcUpe1ZX1dCIThq { background-color: transparent; background-image: none; }#s3H8fh2qCyltOuAQTxcUpe1ZX1dCIThq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3H8fh2qCyltOuAQTxcUpe1ZX1dCIThq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3H8fh2qCyltOuAQTxcUpe1ZX1dCIThq > .row .container > .video-iframe-container { display: none; }#s3H8fh2qCyltOuAQTxcUpe1ZX1dCIThq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3H8fh2qCyltOuAQTxcUpe1ZX1dCIThq > .row > .video-iframe-container { display: none; }#s3H8fh2qCyltOuAQTxcUpe1ZX1dCIThq > .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); }#s3H8fh2qCyltOuAQTxcUpe1ZX1dCIThq { border-width: 0; border-radius: 0; }#s3H8fh2qCyltOuAQTxcUpe1ZX1dCIThq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#s3H8fh2qCyltOuAQTxcUpe1ZX1dCIThq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kb2kdX8t8L4ciI8XBWpnViPs6uINEwnG { color:#2f7dff;display:block;width:45.5rem;position:absolute;font-family:"be vietnam pro";font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.23046875rem;left:14.75rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ygMHaE7rcQJ6SCZvzTOfBd6QlaHsIVk9 { position:relative;display:block; }#ygMHaE7rcQJ6SCZvzTOfBd6QlaHsIVk9 { background-color: transparent; background-image: none; }#ygMHaE7rcQJ6SCZvzTOfBd6QlaHsIVk9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygMHaE7rcQJ6SCZvzTOfBd6QlaHsIVk9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygMHaE7rcQJ6SCZvzTOfBd6QlaHsIVk9 > .row .container > .video-iframe-container { display: none; }#ygMHaE7rcQJ6SCZvzTOfBd6QlaHsIVk9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygMHaE7rcQJ6SCZvzTOfBd6QlaHsIVk9 > .row > .video-iframe-container { display: none; }#ygMHaE7rcQJ6SCZvzTOfBd6QlaHsIVk9 > .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); }#ygMHaE7rcQJ6SCZvzTOfBd6QlaHsIVk9 { border-width: 0; border-radius: 0; }#ygMHaE7rcQJ6SCZvzTOfBd6QlaHsIVk9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ygMHaE7rcQJ6SCZvzTOfBd6QlaHsIVk9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:25.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dCGlVuLpSSXtaEWwW58NpKKO5FVh1UeF { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"be vietnam pro";font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.49951171875rem;left:21.875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T5sDtTFTJmt3h7CO2099teGAM5aoIQM8 { color:#ffffff;display:block;width:12.25rem;position:absolute;font-family:"be vietnam pro";font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.9990234375rem;left:22rem;height:4.38574375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OUz2CUhNEVgrTzpBh4TNKVQeeX8GPsrL { color:#ffffff;display:block;width:12.9375rem;position:absolute;font-family:"be vietnam pro";font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4.9990234375rem;left:40.40625rem;height:5.84765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yPBOLds9z6u5AxURDtT3fgJoAZrm1WX6 { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:"be vietnam pro";font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.49853515625rem;left:39.6875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JWQQ44G5Kcf3GD8QhwW3MvENdvAqbD6w { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:"be vietnam pro";font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.4990234375rem;left:58.4375rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#FEzPWyPb7ET7W9Mc6RLn0VpKesCGPu7m { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 0.625rem rgba(190,190,190,0.6) ;height:14.6875rem;width:12.5rem;top:3.75rem;left:3rem;display:block; }
#fqlIFfkTi50geMn1iGQoP4Ba0AF1nL0T { color:#06101c;display:block;width:11rem;position:absolute;font-family:mulish;font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:11.0625rem;left:3.75rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#BW6MKBAPfZyUZXxImA3CZMAuNXaPwhUV { position:absolute;display:block;z-index:15031;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:6.0625rem;left:8rem;overflow:hidden;display:block; }
#p3FTWWfdXzcVlc1D9UeQ6Wt7xcSBwbQc { position:absolute;display:block;z-index:15032;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:5.3125rem;left:10.5rem;overflow:hidden;display:block; }
#P7abqHd26ybQHe1VunnI5wHpk83iJl6l { position:absolute;display:block;z-index:15029;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:7.125rem;left:5.5625rem;overflow:hidden;display:block; }
#mDqTKwclBhDfP1tdLDKFAZfE1624adlG { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 0.625rem rgba(190,190,190,0.6) ;height:14.9375rem;width:12.5rem;top:3.75rem;left:21.75rem;display:block; }
#KRXwzkpy0PpZQX20QChKHSnhvNdVkWNi { color:#2f7dff;display:block;width:11rem;position:absolute;font-family:mulish;font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:12.875rem;left:22.5rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#pTCzHd2ER2NEVt2vyOqUW0favD5iCyOm { 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:7.9375rem;width:16.3125rem;top:5.3125rem;left:19.875rem;overflow:hidden;display:block; }
#ETb4zyM7AIHeuFvMERtqnid0NJK7VCv1 { color:#2f7dff;display:block;width:11rem;position:absolute;font-family:mulish;font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:13.25rem;left:41.8125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#GfHJaXy8PmnV9tHxpqARAsqn3CgKP6TS { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 0.625rem rgba(190,190,190,0.6) ;height:15.3125rem;width:12.5rem;top:3.75rem;left:41.0625rem;display:block; }
#uBUUs84nNRqXuQqgJNW9X7QHZdHULtn3 { 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:7.8125rem;width:15.8125rem;top:4.5rem;left:39.4375rem;overflow:hidden;display:block; }
#b2dV7DcnOZLssocU45rCcPJym0zVmAIp { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 0.625rem rgba(190,190,190,0.6) ;height:15.4375rem;width:12.5rem;top:3.75rem;left:59.4375rem;display:block; }
#OlREvDcONOtHDcM3VCBnVFwRVZcio4fS { color:#2f7dff;display:block;width:11.1875rem;position:absolute;font-family:mulish;font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12.3125rem;left:60.125rem;height:6.09375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Z450pCTJbCcg7o9mT5auppQ81hzrpp0k { 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:7.875rem;width:15.8125rem;top:3.875rem;left:57.625rem;overflow:hidden;display:block; }
#OqxfReGfBpQs4ddTaEGFsP9ZCF6O0Kio { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2f7dff;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; }#OqxfReGfBpQs4ddTaEGFsP9ZCF6O0Kio > .row .container { background-color: transparent; background-image: none; }#OqxfReGfBpQs4ddTaEGFsP9ZCF6O0Kio::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OqxfReGfBpQs4ddTaEGFsP9ZCF6O0Kio > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OqxfReGfBpQs4ddTaEGFsP9ZCF6O0Kio > .row .container > .video-iframe-container { display: none; }#OqxfReGfBpQs4ddTaEGFsP9ZCF6O0Kio > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OqxfReGfBpQs4ddTaEGFsP9ZCF6O0Kio > .row > .video-iframe-container { display: none; }#OqxfReGfBpQs4ddTaEGFsP9ZCF6O0Kio > .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); }#OqxfReGfBpQs4ddTaEGFsP9ZCF6O0Kio > .row .container { border-width: 0; border-radius: 0; }#OqxfReGfBpQs4ddTaEGFsP9ZCF6O0Kio > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OqxfReGfBpQs4ddTaEGFsP9ZCF6O0Kio > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;position:relative;display:block; }#NglXdXRl0QFKvqqzx0hlATxIMQMecGf9 { color:#ffffff;display:block;width:52.8125rem;position:absolute;font-family:"be vietnam pro";font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.98046875rem;left:11.09375rem;height:5.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tv4CwzqfgZHpyrxANlE0pDwhsRTktE6i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2f7dff;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; }#Tv4CwzqfgZHpyrxANlE0pDwhsRTktE6i > .row .container { background-color: transparent; background-image: none; }#Tv4CwzqfgZHpyrxANlE0pDwhsRTktE6i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tv4CwzqfgZHpyrxANlE0pDwhsRTktE6i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tv4CwzqfgZHpyrxANlE0pDwhsRTktE6i > .row .container > .video-iframe-container { display: none; }#Tv4CwzqfgZHpyrxANlE0pDwhsRTktE6i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tv4CwzqfgZHpyrxANlE0pDwhsRTktE6i > .row > .video-iframe-container { display: none; }#Tv4CwzqfgZHpyrxANlE0pDwhsRTktE6i > .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); }#Tv4CwzqfgZHpyrxANlE0pDwhsRTktE6i > .row .container { border-width: 0; border-radius: 0; }#Tv4CwzqfgZHpyrxANlE0pDwhsRTktE6i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tv4CwzqfgZHpyrxANlE0pDwhsRTktE6i > .row .container { font-size:0.875rem;font-family:arial;height:48.4375rem;width:75rem;position:relative;display:block; }#WTETD9BJBXwUWfyaQdS4VtoQ7ZOX73Dp { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.1875rem;left:8.34375rem;height:;display:block; }
#sPf0uLdChXpigRoWoWFypyxEG1UIJuAi { color:#ffffff;display:block;width:30.1875rem;position:absolute;font-family:mulish;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:23.375rem;left:41.1875rem;height:2.923825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#u553X9RQUNvvycanNWBk2ac0MpOE5Rob { color:#ffffff;display:block;width:30.1875rem;position:absolute;font-family:mulish;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:28.25rem;left:41.1875rem;height:;display:block; }#u553X9RQUNvvycanNWBk2ac0MpOE5Rob li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#u553X9RQUNvvycanNWBk2ac0MpOE5Rob li:before{  }
#m25OmGB38nTG7yeFpFnB0qdM5fQBRvOb { 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:18.8125rem;width:37.5625rem;top:1.75rem;left:37.4375rem;overflow:hidden;display:block; }
#IZog7kATiVOuSuaTDdeqeqUeCuQMVzu1 { 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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#2f7dff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mulish;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:42.9375rem;left:47.5rem;display:block; }
#elk5PtmT4OENCmAQZole8fpckhKJh9MW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kc95puFUWJZBXqEGaO0QqWqTcmUJhINi { color:#ffffff;display:block;width:30.1875rem;position:absolute;font-family:mulish;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:0.9375rem;left:0rem;height:;display:block; }#kc95puFUWJZBXqEGaO0QqWqTcmUJhINi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kc95puFUWJZBXqEGaO0QqWqTcmUJhINi li:before{  }
#Asi9hVJdsmtXkwMsdylzoLf6DvcTbABQ { 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:18.8125rem;width:37.5rem;top:25.4755859375rem;left:0rem;overflow:hidden;display:block; }
#f8eaPrbUp1vmiLAgqPA3aAEDarscXJUD { 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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#2f7dff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mulish;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:18.375rem;left:5.84375rem;display:block; }
#GUEh3bQcEXD5gGvpmhmaGIfWzACPfccN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LUKM8LRzuck2p70VfAm9plCfTMXFdcrs { position:relative;display:block; }#LUKM8LRzuck2p70VfAm9plCfTMXFdcrs { background-color: transparent; background-image: none; }#LUKM8LRzuck2p70VfAm9plCfTMXFdcrs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUKM8LRzuck2p70VfAm9plCfTMXFdcrs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUKM8LRzuck2p70VfAm9plCfTMXFdcrs > .row .container > .video-iframe-container { display: none; }#LUKM8LRzuck2p70VfAm9plCfTMXFdcrs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUKM8LRzuck2p70VfAm9plCfTMXFdcrs > .row > .video-iframe-container { display: none; }#LUKM8LRzuck2p70VfAm9plCfTMXFdcrs > .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); }#LUKM8LRzuck2p70VfAm9plCfTMXFdcrs { border-width: 0; border-radius: 0; }#LUKM8LRzuck2p70VfAm9plCfTMXFdcrs > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LUKM8LRzuck2p70VfAm9plCfTMXFdcrs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CbOdnJ6UR51HdXVIiEzxLIH2kK8WC9sQ { color:#2f7dff;display:block;width:51.5rem;position:absolute;font-family:"be vietnam pro";font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.71875rem;left:11.75rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EAfhBs2paBJhgaPJ81g7EocmVvCuO5QG { position:relative;display:block; }#EAfhBs2paBJhgaPJ81g7EocmVvCuO5QG { background-color: transparent; background-image: none; }#EAfhBs2paBJhgaPJ81g7EocmVvCuO5QG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EAfhBs2paBJhgaPJ81g7EocmVvCuO5QG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EAfhBs2paBJhgaPJ81g7EocmVvCuO5QG > .row .container > .video-iframe-container { display: none; }#EAfhBs2paBJhgaPJ81g7EocmVvCuO5QG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EAfhBs2paBJhgaPJ81g7EocmVvCuO5QG > .row > .video-iframe-container { display: none; }#EAfhBs2paBJhgaPJ81g7EocmVvCuO5QG > .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); }#EAfhBs2paBJhgaPJ81g7EocmVvCuO5QG { border-width: 0; border-radius: 0; }#EAfhBs2paBJhgaPJ81g7EocmVvCuO5QG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#EAfhBs2paBJhgaPJ81g7EocmVvCuO5QG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:49.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#evTPUtT7KUaFykKnnZrAyZaDGwwKVp2B { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.6875rem;width:29.75rem;top:0.9375rem;left:3.875rem;display:block; }
#WALJWyvi9TNrWhtkJAE9kt0HfJ4R7Hqb { color:#2f7dff;display:block;width:27rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:18.5rem;left:3.875rem;height:3.25rem;font-style:normal;display:block; }
#S94bQk9STBqWfEt6H6xdoeXx74xgLmHP { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.6875rem;width:29.75rem;top:0.9375rem;left:41.375rem;display:block; }
#kOAJ6gkt202WILX3VIL0tBoos5DwLTD7 { color:#2f7dff;display:block;width:27rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:18.5rem;left:41.375rem;height:3.25rem;font-style:normal;display:block; }
#yVCaGOEZHJHqJFd8eF5BwJAJ6Mec5IgT { box-sizing:content-box;height:0.3125rem;width:8.125rem;position:absolute;display:block;z-index:14999;background-color:#2f7dff;background-image:none;top:9.125rem;left:33.625rem;display:block; }
#rmgPdU3G3UM8MAFOoSbWZThuKwfdT2QS { box-sizing:content-box;height:0.3125rem;width:8.125rem;position:absolute;display:block;z-index:15000;background-color:#2f7dff;background-image:none;top:32.6875rem;left:33.625rem;display:block; }
#Tg9834brJuccSRgUwidZqUcpn60LA3ai { color:#2f7dff;display:block;width:27rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:41.125rem;left:41.375rem;height:4.875rem;font-style:normal;display:block; }
#PJIiuFlMgcwApvrt5Fo6PgkNkJvUHeOJ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.6875rem;width:29.75rem;top:23.25rem;left:41.375rem;display:block; }
#EeR4JefER758KHrgo02o0Oyt5WgJ5Eqw { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.6875rem;width:29.75rem;top:23.25rem;left:3.875rem;display:block; }
#aJ3v8R4C4OdxCtU9Amf4WiavXfXSd17c { color:#2f7dff;display:block;width:27rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:40.8125rem;left:3.875rem;height:1.625rem;font-style:normal;display:block; }
#poOBpEfABn3mZZ5ELpysbEbH48HMRwEN { box-sizing:content-box;height:8.125rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:#2f7dff;background-image:none;top:17.625rem;left:67.5rem;display:block; }
#fS2I4GbkD4QBkVg0z14xDh8EBHiglbzd { position:relative;display:block; }#fS2I4GbkD4QBkVg0z14xDh8EBHiglbzd { background-color: transparent; background-image: none; }#fS2I4GbkD4QBkVg0z14xDh8EBHiglbzd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fS2I4GbkD4QBkVg0z14xDh8EBHiglbzd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fS2I4GbkD4QBkVg0z14xDh8EBHiglbzd > .row .container > .video-iframe-container { display: none; }#fS2I4GbkD4QBkVg0z14xDh8EBHiglbzd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fS2I4GbkD4QBkVg0z14xDh8EBHiglbzd > .row > .video-iframe-container { display: none; }#fS2I4GbkD4QBkVg0z14xDh8EBHiglbzd > .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); }#fS2I4GbkD4QBkVg0z14xDh8EBHiglbzd { border-width: 0; border-radius: 0; }#fS2I4GbkD4QBkVg0z14xDh8EBHiglbzd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fS2I4GbkD4QBkVg0z14xDh8EBHiglbzd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ew1B3NaUAJXkiyCOiFDvWF9OrqNVtBqb { 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.25rem;width:9rem;top:1.125rem;left:7.5rem;overflow:hidden;display:none; }
#gDQMWWsu6lsbvuNkPLnvpZf0BzDDJNRv { position:absolute;display:block;z-index:15002;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.4375rem;width:5.0625rem;top:1.0625rem;left:7.5rem;overflow:hidden;display:block; }
#zStkNTuUrkTokR1cgnnx44NP4AtEqaxW { color:#959595;display:block;width:21rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.375rem;left:46.5rem;height:0.8125rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #J7iqDcqsTappL052Pas8c9gdyKv4sExA { display:block; }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JtgaiGLDXaNWK8C0fkCREHmB9DKaF4Cs { top:24.3125rem;left:0rem;width:7.1875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8kHb6p8QDaNpikQGIikKlyX5tAHkNwc { top:24.3125rem;left:1.375rem;width:7.25rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #onq0IQe8eedKTbVJ35dG08Ga90Cow124 { top:24.3125rem;left:8.9375rem;width:7.25rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPCpFCgCsbGwIKcvBugfHxKPo7N1zvoG { top:24.3125rem;left:16.4375rem;width:7.1875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqCA1FTT2Eyt3vfWfx4GpX412fQis8Mv { top:24.3125rem;left:24.125rem;width:7.1875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKXFbUK09OJ2e6BON1hMVFAtVTEVdqld { top:24.3125rem;left:31.6875rem;width:7.1875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0xfD9xMepTCEg1GKIUCpKH5PeFb80QQ { top:24.3125rem;left:40.5625rem;width:7.1875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfScDKq2giTctmgUexgnu0yExzknVBJW { top:24.3125rem;left:39.1875rem;width:7.1875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrsELxyISCF5TsXxC7JtadshyCDParao { width:19.125rem;height:3.125rem;top:22.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #al99xpW67q4wgZdzFO5flUzU86knSr29 { display:block; }
 }@media only screen and (max-width: 763px) { #OMgbbNlDEqyB6u3WHMGxLfTfW5eU0ADb { top:-0.25rem;left:12.5rem;width:35.25rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9w6vKTMXkAP9eLQAMl7FGP545SCBdpQ { top:2.5rem;left:0rem;width:8.25rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qh6wQCg0dnEtibttk60n3fRTH3GdD6qu { top:8.0625rem;left:0rem;width:29.4375rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXLm8UGVyBUysPWRpnzes7VLW6ISz60s { top:15rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdB4H2ZAcwSAhFu23gv4HcdIdkvCW65q { top:2.25rem;left:5.5rem;width:8.75rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzuTScVEE00kHwpX8DDyXHZMqAMR05pw { top:2.25rem;left:4.15625rem;width:0.0625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVEmFHFk0WxlyXGOn06MLunLghLDSnOU { top:7rem;left:0rem;width:31.875rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXxkwb2QdKawgiISmO387lD3btvXt35m { top:1.5625rem;left:0rem;width:23.1875rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxSsR8HvFlkoZMxGrXLiVmsVcOs9BkaX { display:block; }#rxSsR8HvFlkoZMxGrXLiVmsVcOs9BkaX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RnmgvJP8a985NX8L6wkhaRP9LhHK7yvx { top:2.625rem;left:6.0625rem;width:35.625rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ibb60T0m5kRx4IKZEivdbqI85qy8lx88 { display:block; }#Ibb60T0m5kRx4IKZEivdbqI85qy8lx88 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VuL0WITbWdCqgbJaaOubdkq8DxZDgLec { top:0.75rem;left:0rem;width:15.625rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXurKrAHpdxdsvFSf2q7CnbaGGu7ZfBn { top:2.5rem;left:0rem;width:14.125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfxouig45sk3CLc1IkTJexVuuF602hGx { top:4.875rem;left:0rem;width:12.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GW4h24lUbcfN6VUSBMccsT74Z1hTMC0E { top:0.75rem;left:8.25rem;width:15.625rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhOdWbIgnMX6cmE0xTI6wFRTiLZQNQbO { top:2.4375rem;left:11.375rem;width:12.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9QBTpVHMvEGkk4CsUBZD9Ta9mSQrNze { top:4.9375rem;left:11.625rem;width:12.25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoX4OgtIkWXCRN3SNEzUvqbMykLdk1eW { top:0.75rem;left:20.1875rem;width:15.625rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUDNAWkT7MQuTPQkAT6Swans8h0fWOlz { top:4.9375rem;left:22.875rem;width:12.9375rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FERl6ZAe21Q8945TSZ8cHcddknxTJhqk { top:2.4375rem;left:21.4375rem;width:14.375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gm4HINiXUfrNb48xV9xAyuRkvvlursEo { top:0.75rem;left:32.125rem;width:15.625rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGQcTH4ipIwhlAy2Ztcgvpd9zzH2xixP { top:2.4375rem;left:33.375rem;width:14.375rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r56AObPzZUVzTwMnV3eJU8eNGLCKhari { top:10.375rem;left:11.375rem;width:12.5rem;height:11.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqO6QJWryvCVlbURHWhOSTftJ9Tk1Qb3 { top:9.1875rem;left:0rem;width:12.5rem;height:12.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTNITeUGMNL7BmwVvbCS4aclVR5t27hO { top:10.375rem;left:23.3125rem;width:12.5rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUlEXA9O88evURUomyI8ymUyczqN6X94 { top:8.5rem;left:35.25rem;width:12.5rem;height:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJb1zNK77MK0L3XHoEbJSQQzavqMvSNK { width:17.5rem;height:3.4375rem;top:26rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRfTd3ReAeyPvJk7L855Za2d5BA9m7Od { display:block; }
 }@media only screen and (max-width: 763px) { #s3H8fh2qCyltOuAQTxcUpe1ZX1dCIThq { display:block; }#s3H8fh2qCyltOuAQTxcUpe1ZX1dCIThq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kb2kdX8t8L4ciI8XBWpnViPs6uINEwnG { top:1.1875rem;left:1.125rem;width:45.5rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygMHaE7rcQJ6SCZvzTOfBd6QlaHsIVk9 { display:block; }#ygMHaE7rcQJ6SCZvzTOfBd6QlaHsIVk9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dCGlVuLpSSXtaEWwW58NpKKO5FVh1UeF { top:2.4375rem;left:11.375rem;width:12.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5sDtTFTJmt3h7CO2099teGAM5aoIQM8 { top:4.9375rem;left:11.625rem;width:12.25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUz2CUhNEVgrTzpBh4TNKVQeeX8GPsrL { top:4.9375rem;left:22.875rem;width:12.9375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPBOLds9z6u5AxURDtT3fgJoAZrm1WX6 { top:2.4375rem;left:21.4375rem;width:14.375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWQQ44G5Kcf3GD8QhwW3MvENdvAqbD6w { top:2.4375rem;left:33.375rem;width:14.375rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEzPWyPb7ET7W9Mc6RLn0VpKesCGPu7m { top:3.75rem;left:0rem;width:12.5rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqlIFfkTi50geMn1iGQoP4Ba0AF1nL0T { top:11.0625rem;left:0.34375rem;width:11rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BW6MKBAPfZyUZXxImA3CZMAuNXaPwhUV { top:6.0625rem;left:4.59375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3FTWWfdXzcVlc1D9UeQ6Wt7xcSBwbQc { top:5.3125rem;left:7.09375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7abqHd26ybQHe1VunnI5wHpk83iJl6l { top:7.125rem;left:2.15625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDqTKwclBhDfP1tdLDKFAZfE1624adlG { top:3.75rem;left:11.375rem;width:12.5rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRXwzkpy0PpZQX20QChKHSnhvNdVkWNi { top:12.875rem;left:12.28125rem;width:11rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTCzHd2ER2NEVt2vyOqUW0favD5iCyOm { top:5.3125rem;left:7.5625rem;width:16.3125rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETb4zyM7AIHeuFvMERtqnid0NJK7VCv1 { top:13.25rem;left:24.78125rem;width:11rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfHJaXy8PmnV9tHxpqARAsqn3CgKP6TS { top:3.75rem;left:23.3125rem;width:12.5rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBUUs84nNRqXuQqgJNW9X7QHZdHULtn3 { top:4.5rem;left:20rem;width:15.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2dV7DcnOZLssocU45rCcPJym0zVmAIp { top:3.75rem;left:35.25rem;width:12.5rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlREvDcONOtHDcM3VCBnVFwRVZcio4fS { top:12.3125rem;left:36.28125rem;width:11.1875rem;height:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z450pCTJbCcg7o9mT5auppQ81hzrpp0k { top:3.875rem;left:31.9375rem;width:15.8125rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqxfReGfBpQs4ddTaEGFsP9ZCF6O0Kio { display:block; }#OqxfReGfBpQs4ddTaEGFsP9ZCF6O0Kio > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NglXdXRl0QFKvqqzx0hlATxIMQMecGf9 { top:0.9375rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv4CwzqfgZHpyrxANlE0pDwhsRTktE6i { display:block; }#Tv4CwzqfgZHpyrxANlE0pDwhsRTktE6i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WTETD9BJBXwUWfyaQdS4VtoQ7ZOX73Dp { top:6.1875rem;left:1.53125rem;width:12.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPf0uLdChXpigRoWoWFypyxEG1UIJuAi { top:23.375rem;left:17.5625rem;width:30.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u553X9RQUNvvycanNWBk2ac0MpOE5Rob { top:28.25rem;left:17.5625rem;width:30.1875rem;height:;font-size:1.125rem;display:block; }#u553X9RQUNvvycanNWBk2ac0MpOE5Rob li:before{  }
 }@media only screen and (max-width: 763px) { #m25OmGB38nTG7yeFpFnB0qdM5fQBRvOb { top:1.75rem;left:0rem;width:37.5625rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZog7kATiVOuSuaTDdeqeqUeCuQMVzu1 { width:17.5rem;height:3.4375rem;top:42.9375rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #elk5PtmT4OENCmAQZole8fpckhKJh9MW { display:block; }
 }@media only screen and (max-width: 763px) { #kc95puFUWJZBXqEGaO0QqWqTcmUJhINi { top:0.9375rem;left:0rem;width:30.1875rem;height:;font-size:1.125rem;display:block; }#kc95puFUWJZBXqEGaO0QqWqTcmUJhINi li:before{  }
 }@media only screen and (max-width: 763px) { #Asi9hVJdsmtXkwMsdylzoLf6DvcTbABQ { top:25.4375rem;left:0rem;width:37.5rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8eaPrbUp1vmiLAgqPA3aAEDarscXJUD { width:17.5rem;height:3.4375rem;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUEh3bQcEXD5gGvpmhmaGIfWzACPfccN { display:block; }
 }@media only screen and (max-width: 763px) { #LUKM8LRzuck2p70VfAm9plCfTMXFdcrs { display:block; }#LUKM8LRzuck2p70VfAm9plCfTMXFdcrs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CbOdnJ6UR51HdXVIiEzxLIH2kK8WC9sQ { top:1.6875rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAfhBs2paBJhgaPJ81g7EocmVvCuO5QG { display:block; }#EAfhBs2paBJhgaPJ81g7EocmVvCuO5QG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #evTPUtT7KUaFykKnnZrAyZaDGwwKVp2B { top:0.9375rem;left:0rem;width:29.75rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WALJWyvi9TNrWhtkJAE9kt0HfJ4R7Hqb { top:18.5rem;left:0rem;width:27rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S94bQk9STBqWfEt6H6xdoeXx74xgLmHP { top:0.9375rem;left:18rem;width:29.75rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOAJ6gkt202WILX3VIL0tBoos5DwLTD7 { top:18.5rem;left:20.75rem;width:27rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVCaGOEZHJHqJFd8eF5BwJAJ6Mec5IgT { top:9.125rem;left:17.6875rem;width:8.125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmgPdU3G3UM8MAFOoSbWZThuKwfdT2QS { top:32.6875rem;left:15.75rem;width:8.125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg9834brJuccSRgUwidZqUcpn60LA3ai { top:41.125rem;left:20.75rem;width:27rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJIiuFlMgcwApvrt5Fo6PgkNkJvUHeOJ { top:23.25rem;left:18rem;width:29.75rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeR4JefER758KHrgo02o0Oyt5WgJ5Eqw { top:23.25rem;left:0rem;width:29.75rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJ3v8R4C4OdxCtU9Amf4WiavXfXSd17c { top:40.8125rem;left:0rem;width:27rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #poOBpEfABn3mZZ5ELpysbEbH48HMRwEN { top:17.625rem;left:47.0625rem;width:0.3125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fS2I4GbkD4QBkVg0z14xDh8EBHiglbzd { display:block; }#fS2I4GbkD4QBkVg0z14xDh8EBHiglbzd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ew1B3NaUAJXkiyCOiFDvWF9OrqNVtBqb { top:1.125rem;left:0rem;width:9rem;height:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gDQMWWsu6lsbvuNkPLnvpZf0BzDDJNRv { width:5.0625rem;height:1.4375rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zStkNTuUrkTokR1cgnnx44NP4AtEqaxW { top:1.375rem;left:26.75rem;width:21rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #J7iqDcqsTappL052Pas8c9gdyKv4sExA { background-color:rgba(236,243,255,0.67);background-image:url("https://images.assets-landingi.com/uc/332e41d4-f059-4847-ac70-31a9dc0de97d/Ecommerceday_date1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#J7iqDcqsTappL052Pas8c9gdyKv4sExA.adaptive-delivery-prevent-bg, #J7iqDcqsTappL052Pas8c9gdyKv4sExA.lazyload, #J7iqDcqsTappL052Pas8c9gdyKv4sExA.lazyloading { background-image: none; }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .row .container { background-color: transparent; background-image: none; }#J7iqDcqsTappL052Pas8c9gdyKv4sExA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .row .container > .video-iframe-container { display: none; }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .row > .video-iframe-container { display: none; }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .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); }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JtgaiGLDXaNWK8C0fkCREHmB9DKaF4Cs { width:7.1875rem;height:2.625rem;top:24.3125rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #P8kHb6p8QDaNpikQGIikKlyX5tAHkNwc { width:7.25rem;height:2.625rem;top:24.3125rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #onq0IQe8eedKTbVJ35dG08Ga90Cow124 { width:7.25rem;height:2.625rem;top:24.3125rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VPCpFCgCsbGwIKcvBugfHxKPo7N1zvoG { width:7.1875rem;height:2.625rem;top:24.3125rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OqCA1FTT2Eyt3vfWfx4GpX412fQis8Mv { width:7.1875rem;height:2.625rem;top:24.3125rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SKXFbUK09OJ2e6BON1hMVFAtVTEVdqld { width:7.1875rem;height:2.625rem;top:49.1850875rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #m0xfD9xMepTCEg1GKIUCpKH5PeFb80QQ { width:7.1875rem;height:2.625rem;top:49.1850875rem;left:12.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DfScDKq2giTctmgUexgnu0yExzknVBJW { width:7.1875rem;height:2.625rem;top:49.1850875rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XrsELxyISCF5TsXxC7JtadshyCDParao { width:11.25rem;height:2.25rem;top:17.74853515625rem;left:4.375rem;font-size:0.9375rem;font-family:"be vietnam pro";display:block; }
 }@media only screen and (max-width: 763px) { #al99xpW67q4wgZdzFO5flUzU86knSr29 { display:block; }
 }@media only screen and (max-width: 763px) { #OMgbbNlDEqyB6u3WHMGxLfTfW5eU0ADb { width:20rem;height:15rem;top:-0.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #U9w6vKTMXkAP9eLQAMl7FGP545SCBdpQ { width:8.3125rem;height:2.375rem;top:1.0625rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qh6wQCg0dnEtibttk60n3fRTH3GdD6qu { width:16rem;height:11.6953125rem;top:8rem;left:2rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xXLm8UGVyBUysPWRpnzes7VLW6ISz60s { width:2.125rem;height:2.125rem;top:14.57425rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OdB4H2ZAcwSAhFu23gv4HcdIdkvCW65q { width:7.1875rem;height:2.375rem;top:1.375rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzuTScVEE00kHwpX8DDyXHZMqAMR05pw { width:0.0625rem;height:2.875rem;top:0.8125rem;left:9.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVEmFHFk0WxlyXGOn06MLunLghLDSnOU { width:20rem;height:15.4375rem;top:6.50048828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXxkwb2QdKawgiISmO387lD3btvXt35m { width:20rem;height:4.25rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxSsR8HvFlkoZMxGrXLiVmsVcOs9BkaX { display:block; }#rxSsR8HvFlkoZMxGrXLiVmsVcOs9BkaX > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RnmgvJP8a985NX8L6wkhaRP9LhHK7yvx { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ibb60T0m5kRx4IKZEivdbqI85qy8lx88 { display:block; }#Ibb60T0m5kRx4IKZEivdbqI85qy8lx88 > .row .container { width:20rem;height:102.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VuL0WITbWdCqgbJaaOubdkq8DxZDgLec { width:15.625rem;height:24rem;top:2.4375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXurKrAHpdxdsvFSf2q7CnbaGGu7ZfBn { width:13.6875rem;height:4.875rem;top:3.4375rem;left:3.15625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfxouig45sk3CLc1IkTJexVuuF602hGx { width:12.5rem;height:2.923825rem;top:8.9375rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GW4h24lUbcfN6VUSBMccsT74Z1hTMC0E { width:15.625rem;height:21.875rem;top:28.3125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhOdWbIgnMX6cmE0xTI6wFRTiLZQNQbO { width:12.5rem;height:2.4375rem;top:30.0625rem;left:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9QBTpVHMvEGkk4CsUBZD9Ta9mSQrNze { width:12.25rem;height:4.38574375rem;top:32.5625rem;left:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoX4OgtIkWXCRN3SNEzUvqbMykLdk1eW { width:15.625rem;height:20.125rem;top:51.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUDNAWkT7MQuTPQkAT6Swans8h0fWOlz { width:12.9375rem;height:4.38574375rem;top:56.5625rem;left:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FERl6ZAe21Q8945TSZ8cHcddknxTJhqk { width:14.375rem;height:2.4375rem;top:53.5rem;left:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gm4HINiXUfrNb48xV9xAyuRkvvlursEo { width:15.625rem;height:20.375rem;top:73.4375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGQcTH4ipIwhlAy2Ztcgvpd9zzH2xixP { width:14.375rem;height:4.875rem;top:75.1875rem;left:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r56AObPzZUVzTwMnV3eJU8eNGLCKhari { width:12.5rem;height:11.3671875rem;top:37.8125rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqO6QJWryvCVlbURHWhOSTftJ9Tk1Qb3 { width:12.5rem;height:12.503875rem;top:12.9375rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTNITeUGMNL7BmwVvbCS4aclVR5t27hO { width:12.5rem;height:7.957rem;top:62.1875rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUlEXA9O88evURUomyI8ymUyczqN6X94 { width:12.5rem;height:9.09375rem;top:81.25rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJb1zNK77MK0L3XHoEbJSQQzavqMvSNK { width:17.5rem;height:3.4375rem;top:96.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRfTd3ReAeyPvJk7L855Za2d5BA9m7Od { display:block; }
 }@media only screen and (max-width: 763px) { #s3H8fh2qCyltOuAQTxcUpe1ZX1dCIThq { display:block; }#s3H8fh2qCyltOuAQTxcUpe1ZX1dCIThq > .row .container { width:20rem;height:9.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kb2kdX8t8L4ciI8XBWpnViPs6uINEwnG { width:20rem;height:7.3125rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygMHaE7rcQJ6SCZvzTOfBd6QlaHsIVk9 { display:block; }#ygMHaE7rcQJ6SCZvzTOfBd6QlaHsIVk9 > .row .container { width:20rem;height:68.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dCGlVuLpSSXtaEWwW58NpKKO5FVh1UeF { width:12.5rem;height:2.4375rem;top:14.37451171875rem;left:3.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5sDtTFTJmt3h7CO2099teGAM5aoIQM8 { width:12.25rem;height:4.38574375rem;top:27.6240234375rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUz2CUhNEVgrTzpBh4TNKVQeeX8GPsrL { width:12.9375rem;height:5.84765625rem;top:52.8740234375rem;left:3.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPBOLds9z6u5AxURDtT3fgJoAZrm1WX6 { width:14.375rem;height:2.4375rem;top:40.56103515625rem;left:2.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWQQ44G5Kcf3GD8QhwW3MvENdvAqbD6w { width:14.375rem;height:4.875rem;top:68.2490234375rem;left:2.875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FEzPWyPb7ET7W9Mc6RLn0VpKesCGPu7m { width:12.5rem;height:14.6875rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqlIFfkTi50geMn1iGQoP4Ba0AF1nL0T { width:11rem;height:6.499rem;top:8.5625rem;left:4.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BW6MKBAPfZyUZXxImA3CZMAuNXaPwhUV { width:2.5rem;height:2.5rem;top:3.5625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3FTWWfdXzcVlc1D9UeQ6Wt7xcSBwbQc { width:2.5rem;height:2.5rem;top:2.8125rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7abqHd26ybQHe1VunnI5wHpk83iJl6l { width:2.5rem;height:2.5rem;top:4.625rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDqTKwclBhDfP1tdLDKFAZfE1624adlG { width:12.5rem;height:14.9375rem;top:16.81201171875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRXwzkpy0PpZQX20QChKHSnhvNdVkWNi { width:11rem;height:3.65625rem;top:26.375rem;left:4.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pTCzHd2ER2NEVt2vyOqUW0favD5iCyOm { width:16.3125rem;height:7.9375rem;top:17.1875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETb4zyM7AIHeuFvMERtqnid0NJK7VCv1 { width:11rem;height:4.875rem;top:42.0625rem;left:4.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GfHJaXy8PmnV9tHxpqARAsqn3CgKP6TS { width:12.5rem;height:16.75rem;top:32.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBUUs84nNRqXuQqgJNW9X7QHZdHULtn3 { width:15.8125rem;height:7.8125rem;top:32.5625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2dV7DcnOZLssocU45rCcPJym0zVmAIp { width:12.5rem;height:16.25rem;top:50.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlREvDcONOtHDcM3VCBnVFwRVZcio4fS { width:11.1875rem;height:6.09375rem;top:58.75rem;left:4.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z450pCTJbCcg7o9mT5auppQ81hzrpp0k { width:15.8125rem;height:7.875rem;top:50.1875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqxfReGfBpQs4ddTaEGFsP9ZCF6O0Kio { display:block; }#OqxfReGfBpQs4ddTaEGFsP9ZCF6O0Kio > .row .container { width:20rem;height:12.90625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NglXdXRl0QFKvqqzx0hlATxIMQMecGf9 { width:20rem;height:12.1875rem;top:0.71875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv4CwzqfgZHpyrxANlE0pDwhsRTktE6i { display:block; }#Tv4CwzqfgZHpyrxANlE0pDwhsRTktE6i > .row .container { width:20rem;height:80rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WTETD9BJBXwUWfyaQdS4VtoQ7ZOX73Dp { width:12.5rem;height:0;top:12.5239125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPf0uLdChXpigRoWoWFypyxEG1UIJuAi { width:20rem;height:2.923825rem;top:49.72021484375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u553X9RQUNvvycanNWBk2ac0MpOE5Rob { width:20rem;height:19.942375rem;top:53.8125rem;left:0rem;font-size:1.125rem;display:block; }#u553X9RQUNvvycanNWBk2ac0MpOE5Rob li:before{  }
 }@media only screen and (max-width: 763px) { #m25OmGB38nTG7yeFpFnB0qdM5fQBRvOb { width:20rem;height:10.016625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZog7kATiVOuSuaTDdeqeqUeCuQMVzu1 { width:17.5rem;height:3.4375rem;top:75.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #elk5PtmT4OENCmAQZole8fpckhKJh9MW { display:block; }
 }@media only screen and (max-width: 763px) { #kc95puFUWJZBXqEGaO0QqWqTcmUJhINi { width:20rem;height:17.3310625rem;top:10.0166015625rem;left:0rem;font-size:1.125rem;display:block; }#kc95puFUWJZBXqEGaO0QqWqTcmUJhINi li:before{  }
 }@media only screen and (max-width: 763px) { #Asi9hVJdsmtXkwMsdylzoLf6DvcTbABQ { width:20rem;height:10.0331875rem;top:36.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8eaPrbUp1vmiLAgqPA3aAEDarscXJUD { width:17.5rem;height:3.4375rem;top:31.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUEh3bQcEXD5gGvpmhmaGIfWzACPfccN { display:block; }
 }@media only screen and (max-width: 763px) { #LUKM8LRzuck2p70VfAm9plCfTMXFdcrs { display:block; }#LUKM8LRzuck2p70VfAm9plCfTMXFdcrs > .row .container { width:20rem;height:12.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CbOdnJ6UR51HdXVIiEzxLIH2kK8WC9sQ { width:20rem;height:9.75rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAfhBs2paBJhgaPJ81g7EocmVvCuO5QG { display:block; }#EAfhBs2paBJhgaPJ81g7EocmVvCuO5QG > .row .container { width:20rem;height:74.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #evTPUtT7KUaFykKnnZrAyZaDGwwKVp2B { height:11.218487394958rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WALJWyvi9TNrWhtkJAE9kt0HfJ4R7Hqb { width:20rem;height:4.875rem;top:13.5302734375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S94bQk9STBqWfEt6H6xdoeXx74xgLmHP { height:11.218487394958rem;width:20rem;top:34.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOAJ6gkt202WILX3VIL0tBoos5DwLTD7 { width:20rem;height:4.875rem;top:46.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVCaGOEZHJHqJFd8eF5BwJAJ6Mec5IgT { width:8.125rem;height:0.3125rem;top:13.71825rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rmgPdU3G3UM8MAFOoSbWZThuKwfdT2QS { width:8.125rem;height:0.3125rem;top:32.249rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tg9834brJuccSRgUwidZqUcpn60LA3ai { width:20rem;height:4.875rem;top:67.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJIiuFlMgcwApvrt5Fo6PgkNkJvUHeOJ { height:11.218487394958rem;width:20rem;top:54.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeR4JefER758KHrgo02o0Oyt5WgJ5Eqw { height:11.21825rem;width:20rem;top:19.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJ3v8R4C4OdxCtU9Amf4WiavXfXSd17c { width:20rem;height:1.625rem;top:31.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #poOBpEfABn3mZZ5ELpysbEbH48HMRwEN { width:0.3125rem;height:8.125rem;top:66.123rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fS2I4GbkD4QBkVg0z14xDh8EBHiglbzd { display:block; }#fS2I4GbkD4QBkVg0z14xDh8EBHiglbzd > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ew1B3NaUAJXkiyCOiFDvWF9OrqNVtBqb { width:7.5625rem;height:1.8125rem;top:1.25rem;left:6.1875rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #gDQMWWsu6lsbvuNkPLnvpZf0BzDDJNRv { width:5.0625rem;height:1.4375rem;top:0.875rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zStkNTuUrkTokR1cgnnx44NP4AtEqaxW { width:15.1875rem;height:1.625rem;top:3.125rem;left:2.40625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }