.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:raleway;--paragraphs-font-family:open sans; }@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:rgba(var(--color-tertiary-0),1);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); }#Lnt35u2VWze2gddELCtGCS6LKRhAIcGv { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #0c0212;background-color:#2f7dff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#Lnt35u2VWze2gddELCtGCS6LKRhAIcGv > .row .container { background-color: transparent; background-image: none; }#Lnt35u2VWze2gddELCtGCS6LKRhAIcGv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lnt35u2VWze2gddELCtGCS6LKRhAIcGv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lnt35u2VWze2gddELCtGCS6LKRhAIcGv > .row .container > .video-iframe-container { display: none; }#Lnt35u2VWze2gddELCtGCS6LKRhAIcGv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lnt35u2VWze2gddELCtGCS6LKRhAIcGv > .row > .video-iframe-container { display: none; }#Lnt35u2VWze2gddELCtGCS6LKRhAIcGv > .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); }#Lnt35u2VWze2gddELCtGCS6LKRhAIcGv > .row .container { border-width: 0; border-radius: 0; }#Lnt35u2VWze2gddELCtGCS6LKRhAIcGv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lnt35u2VWze2gddELCtGCS6LKRhAIcGv > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#myBMaaVPVT4eOLWRrEgBr1yHps6WfJU9 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#myBMaaVPVT4eOLWRrEgBr1yHps6WfJU9 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;color:#0c0212;padding-top:0.25625rem;padding-right:0.24375rem;padding-bottom:0.25625rem;padding-left:0.24375rem;display:block;align-items:center;width:1.460625rem;min-width:1.460625rem;height:1.379375rem;position:relative;font-family:"be vietnam pro";font-size:1.0275rem;font-weight:700;line-height:22.07px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#myBMaaVPVT4eOLWRrEgBr1yHps6WfJU9 .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.160625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:1.9475rem;height:0.729375rem;position:relative;font-family:"be vietnam pro";font-size:0.385625rem;font-weight:400;line-height:11.67px;text-align:center;text-align-last:center;text-transform:none;top:6%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#myBMaaVPVT4eOLWRrEgBr1yHps6WfJU9 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:11.8125rem;height:2.781875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.1875rem;left:47.6875rem;z-index:15004; }
#myBMaaVPVT4eOLWRrEgBr1yHps6WfJU9 #bTQKpJquUC78F1rh2R9AxwDbkWCm5HrS { display:flex;position:relative;top:0rem;left:0rem; }
#myBMaaVPVT4eOLWRrEgBr1yHps6WfJU9 #ypHSswUSEsUK2MagFPDsEm8kkaT7qvBT { width:auto; }
#myBMaaVPVT4eOLWRrEgBr1yHps6WfJU9 #dVE9wqhCKuUxFaWsBsIJQCD3k9fF57OJ {  }
#myBMaaVPVT4eOLWRrEgBr1yHps6WfJU9 #BXs5gBuLonm9mkxqpTx2bOMSZJXfKXBv { display:flex;position:relative;top:0rem;left:0rem; }
#myBMaaVPVT4eOLWRrEgBr1yHps6WfJU9 #ZET9xWRXBKpxICPg5TmEGnN70In3MQxk {  }
#myBMaaVPVT4eOLWRrEgBr1yHps6WfJU9 #OFrn4TOhW2ulkgibKJqO27DB1EPiLNQI {  }
#myBMaaVPVT4eOLWRrEgBr1yHps6WfJU9 #CA5oslk7DoxcDFKP2yO6u2FskcQwyNbi { display:flex;position:relative;top:0rem;left:0rem; }
#myBMaaVPVT4eOLWRrEgBr1yHps6WfJU9 #Bv5PBpRLi5RsfBnHVkf762udrxzgSvbb {  }
#myBMaaVPVT4eOLWRrEgBr1yHps6WfJU9 #CbsGdxkrnQ4fxylc0U9DyRp5U2MGHJyp {  }
#myBMaaVPVT4eOLWRrEgBr1yHps6WfJU9 #bsP6fZiqmSHeMal0plqlrt2o5ICsp9zI { display:flex;position:relative;top:0rem;left:0rem; }
#myBMaaVPVT4eOLWRrEgBr1yHps6WfJU9 #pHrTLkCRXt2MPaZzbDX2IcvAK863a8VG {  }
#myBMaaVPVT4eOLWRrEgBr1yHps6WfJU9 #TJwC1AK4nklcL8kA8pexIew0TsPbwgAI {  }
#pGetDsba4qhgmoRqTDn3BewTKSuWy3pG { color:#ffffff;display:block;width:30.25rem;position:absolute;font-family:"be vietnam pro";font-size:1.1875rem;font-weight:300;z-index:15004;line-height:1.35;letter-spacing:0;top:0.75rem;left:16.625rem;height:1.6025375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#0c0212;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:38.125rem;width:75rem;overflow:visible;position:relative;display:block; }#VhL6BUTUA20dFUhD7TTVQUgf4MFtNkDL { 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:2rem;width:7rem;top:5.75rem;left:34rem;overflow:hidden;display:block; }
#l99LpVMeaIWRGs7SSCSD2QNuw6kt99ZZ { color:#ffffff;display:block;width:40.3125rem;position:absolute;font-family:"be vietnam pro";font-size:5rem;font-weight:700;z-index:15003;line-height:1.35;letter-spacing:0;top:11.875rem;left:17.375rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LZsdyGmFsohlqEZDNRA7DnzaLn8g5bob { color:#ffffff;display:block;width:40.3125rem;position:absolute;font-family:"be vietnam pro";font-size:2rem;font-weight:300;z-index:15003;line-height:1.35;letter-spacing:0;top:18.625rem;left:17.375rem;height:2.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T8xzIcrDN8KTTFT94gG0WC50WZrb02ig { color:#ffffff;display:block;width:32.375rem;position:absolute;font-family:mulish;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.55;letter-spacing:0;top:22.8125rem;left:21.3125rem;height:5.22949375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tcM3P9PMgmvCNZFvw3xALzkw2DnrcZDP { background-color:rgba(var(--color-primary-2),1);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:250rem;border-top-right-radius:250rem;border-bottom-left-radius:250rem;border-bottom-right-radius:250rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mulish;font-size:1rem;font-weight:700;font-style:normal;line-height:1.25;overflow:hidden;position:absolute;width:16.1875rem;height:3.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:30rem;left:29.40625rem;display:block; }
#GBisLPywfJAaTs0XJH15kShSh7J9HDyT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QRAxbqtkavV4OXTN8diXOwKnvoKIzTrv { 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; }#QRAxbqtkavV4OXTN8diXOwKnvoKIzTrv > .row .container { background-color: transparent; background-image: none; }#QRAxbqtkavV4OXTN8diXOwKnvoKIzTrv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRAxbqtkavV4OXTN8diXOwKnvoKIzTrv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRAxbqtkavV4OXTN8diXOwKnvoKIzTrv > .row .container > .video-iframe-container { display: none; }#QRAxbqtkavV4OXTN8diXOwKnvoKIzTrv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRAxbqtkavV4OXTN8diXOwKnvoKIzTrv > .row > .video-iframe-container { display: none; }#QRAxbqtkavV4OXTN8diXOwKnvoKIzTrv > .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); }#QRAxbqtkavV4OXTN8diXOwKnvoKIzTrv > .row .container { border-width: 0; border-radius: 0; }#QRAxbqtkavV4OXTN8diXOwKnvoKIzTrv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QRAxbqtkavV4OXTN8diXOwKnvoKIzTrv > .row .container { font-size:0.875rem;font-family:arial;height:52.5rem;width:75rem;position:relative;display:block; }#KWZd5VDXQGSiTrozDlHaMG8ZLi37SLtN { color:rgba(var(--color-tertiary-0),1);display:block;width:49.125rem;position:absolute;font-family:"be vietnam pro";font-size:2.5rem;font-weight:300;z-index:15004;line-height:1.35;letter-spacing:0;top:5rem;left:12.9375rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qFt7D5yUEUeCDekb0uI50e4zChR8cdoI { background-color:#0c0212;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:250rem;border-top-right-radius:250rem;border-bottom-left-radius:250rem;border-bottom-right-radius:250rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mulish;font-size:1rem;font-weight:700;font-style:normal;line-height:1.25;overflow:hidden;position:absolute;width:13rem;height:3.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:42.75rem;left:31rem;display:block; }
#DJ4SQvoufrasMyD6zHIoa6nsReC7cRpT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lLBRAUFvS98FfJUopJXV9worOHOaOSQT { color:#ffffff;display:block;width:32.375rem;position:absolute;font-family:mulish;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.55;letter-spacing:0;top:13.25rem;left:21.3125rem;height:1.74365rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Soddel5HlivwWVx37l27eaoy8L8r9ivS { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top: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:22.4375rem;width:41.9375rem;top:17.25rem;left:16.53125rem;overflow:hidden;display:block; }
#BGz8qx9Bv50K6Ho8NCrH6LWL90r7whAE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c0212;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; }#BGz8qx9Bv50K6Ho8NCrH6LWL90r7whAE > .row .container { background-color: transparent; background-image: none; }#BGz8qx9Bv50K6Ho8NCrH6LWL90r7whAE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BGz8qx9Bv50K6Ho8NCrH6LWL90r7whAE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BGz8qx9Bv50K6Ho8NCrH6LWL90r7whAE > .row .container > .video-iframe-container { display: none; }#BGz8qx9Bv50K6Ho8NCrH6LWL90r7whAE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BGz8qx9Bv50K6Ho8NCrH6LWL90r7whAE > .row > .video-iframe-container { display: none; }#BGz8qx9Bv50K6Ho8NCrH6LWL90r7whAE > .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); }#BGz8qx9Bv50K6Ho8NCrH6LWL90r7whAE > .row .container { border-width: 0; border-radius: 0; }#BGz8qx9Bv50K6Ho8NCrH6LWL90r7whAE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BGz8qx9Bv50K6Ho8NCrH6LWL90r7whAE > .row .container { font-size:0.875rem;font-family:arial;height:32.875rem;width:75rem;position:relative;display:block; }#OTenzueipi4rpZXmycKEOpQTxKswyppI { color:rgba(var(--color-tertiary-0),1);display:block;width:49.125rem;position:absolute;font-family:"be vietnam pro";font-size:2.5rem;font-weight:300;z-index:15004;line-height:1.35;letter-spacing:0;top:8.9375rem;left:0rem;height:6.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XfXZdmhXVv6CdAvet2MPc52JH7U3BdB5 { color:#ffffff;display:block;width:32.375rem;position:absolute;font-family:mulish;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.55;letter-spacing:0;top:16.6875rem;left:0rem;height:5.22949375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ufTDq8u3oUCHgoU06e8W5k74UKi41qJ5 { background-color:rgba(var(--color-primary-2),1);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:250rem;border-top-right-radius:250rem;border-bottom-left-radius:250rem;border-bottom-right-radius:250rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mulish;font-size:1rem;font-weight:700;font-style:normal;line-height:1.25;overflow:hidden;position:absolute;width:13rem;height:3.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:24.375rem;left:0rem;display:block; }
#o243ksREuoPTkF5cekX9QVArxX44N2o0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EKknstl04Z2pM0UxlrE3Poyz69Q8EMkV { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top: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:32.6875rem;width:37.75rem;top:0.1875rem;left:38.789823874756rem;overflow:hidden;display:block; }
#OIwu5f9wR91ZiioUg1iUwrufloXRnkoS { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top: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:23.5625rem;top:5rem;left:0rem;overflow:hidden;display:block; }
#x3DTwEq8TuyITKenUfpydqNrDasWuSa8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#x3DTwEq8TuyITKenUfpydqNrDasWuSa8 > .row .container { border-width: 0; border-radius: 0; }#x3DTwEq8TuyITKenUfpydqNrDasWuSa8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x3DTwEq8TuyITKenUfpydqNrDasWuSa8 > .row .container { font-size:0.875rem;font-family:arial;height:64rem;width:75rem;position:relative;display:none; }#O46CdpDc7OS2Xwfi4z3vAsRJEETaaKER { color:rgba(var(--color-tertiary-0),1);display:block;width:38.5rem;position:absolute;font-family:"be vietnam pro";font-size:2.5rem;font-weight:300;z-index:15004;line-height:1.35;letter-spacing:0;top:8.9375rem;left:0rem;height:6.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WN5kbgeCgTIdDXpwgkRkOv6duNN8e7dl { color:#6c6c6c;display:block;width:32.375rem;position:absolute;font-family:mulish;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.55;letter-spacing:0;top:16.6875rem;left:0rem;height:3.48730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z5DzbSL0n1l68ITNq3nZpeNMomXbZbqP { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top: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:11.125rem;top:5rem;left:0rem;overflow:hidden;display:block; }
#ESurlGmANXDgbXmexhepNAiseDc7brGu { color:rgba(var(--color-tertiary-0),1);display:block;width:18.6875rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.35;letter-spacing:0;top:7.1875rem;left:45.875rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F6XH9VQ1lGEhU5kDvxf1thriZcEOiR25 { color:#6c6c6c;display:block;width:27.5625rem;position:absolute;font-family:mulish;font-size:1rem;font-weight:300;z-index:15006;line-height:1.55;letter-spacing:0;top:9.875rem;left:45.875rem;height:4.6494125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CU21MhOog6IHLqxk5fftTBOhTdI3LuEG { box-sizing:content-box;height:11rem;width:35rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.125rem 0.3125rem rgba(27,28,29,0.04) ;border-top:0.0625rem solid #ececec;border-left:0.0625rem solid #ececec;border-right:0.0625rem solid #ececec;border-bottom:0.0625rem solid #ececec;top:5rem;left:39.875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#sT2DiwoJfKF0Rql5Ni6QTaWR5f6MuRWP { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:6.5rem;left:41.375rem;overflow:hidden;display:block; }
#y2LDiUoK0GBysfuIE7kqxaGzLRt9X51D { color:#6c6c6c;display:block;width:27.5625rem;position:absolute;font-family:mulish;font-size:1rem;font-weight:300;z-index:15010;line-height:1.55;letter-spacing:0;top:22.4375rem;left:45.875rem;height:6.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cQCMmba6QdhPcUdysT5LzzT2tA8OiXIR { box-sizing:content-box;height:12.6875rem;width:35rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.125rem 0.3125rem rgba(27,28,29,0.04) ;border-top:0.0625rem solid #ececec;border-left:0.0625rem solid #ececec;border-right:0.0625rem solid #ececec;border-bottom:0.0625rem solid #ececec;top:17.5625rem;left:39.875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#lrx2wpBeESwnSlS5pJsfX66oSwxG8Or6 { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:19.0625rem;left:41.375rem;overflow:hidden;display:block; }
#ungzRaFkrIX8uNrBw6oZnkVCRNIk1bxB { color:rgba(var(--color-tertiary-0),1);display:block;width:27.25rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.35;letter-spacing:0;top:19.75rem;left:45.875rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P4hS8lDfWKlZosiHTudpB1e9ADwWiTy6 { box-sizing:content-box;height:12.6875rem;width:35rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.125rem 0.3125rem rgba(27,28,29,0.04) ;border-top:0.0625rem solid #ececec;border-left:0.0625rem solid #ececec;border-right:0.0625rem solid #ececec;border-bottom:0.0625rem solid #ececec;top:31.875rem;left:40rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#mUCaJD5ggN7bWw9GpevSGEkosCtdHMN1 { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:33.375rem;left:41.5rem;overflow:hidden;display:block; }
#o272ogNVm6qcSfoHHGRnzpqMNFPRqg52 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.25rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:15017;line-height:1.35;letter-spacing:0;top:34.0625rem;left:46rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u5vnDTIGP2g3nk6FG32ighlqDX64TlaM { color:#6c6c6c;display:block;width:27.5625rem;position:absolute;font-family:mulish;font-size:1rem;font-weight:300;z-index:15018;line-height:1.55;letter-spacing:0;top:36.75rem;left:46rem;height:6.199225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uCi1Pl6IPhCqMggH3evnMwlSkR4649Fv { box-sizing:content-box;height:12.6875rem;width:35rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.125rem 0.3125rem rgba(27,28,29,0.04) ;border-top:0.0625rem solid #ececec;border-left:0.0625rem solid #ececec;border-right:0.0625rem solid #ececec;border-bottom:0.0625rem solid #ececec;top:46.1875rem;left:40rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#FuCGkSNsHTAsLSuEtTrPhDJcv6IFxH4d { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:47.6875rem;left:41.5rem;overflow:hidden;display:block; }
#z8zDaAsWX6T9mDgHHbH8GWhMQDMQBUHR { color:rgba(var(--color-tertiary-0),1);display:block;width:27.25rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:15021;line-height:1.35;letter-spacing:0;top:48.375rem;left:46rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xrcbuE3glBR61x7qo7zhVZGzX6X2DR26 { color:#6c6c6c;display:block;width:27.5625rem;position:absolute;font-family:mulish;font-size:1rem;font-weight:300;z-index:15022;line-height:1.55;letter-spacing:0;top:51.0625rem;left:46rem;height:6.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LzpGKzo7TPhNdohGiIPBBtcwisZMhnae { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LzpGKzo7TPhNdohGiIPBBtcwisZMhnae > .row .container { background-color: transparent; background-image: none; }#LzpGKzo7TPhNdohGiIPBBtcwisZMhnae::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LzpGKzo7TPhNdohGiIPBBtcwisZMhnae > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LzpGKzo7TPhNdohGiIPBBtcwisZMhnae > .row .container > .video-iframe-container { display: none; }#LzpGKzo7TPhNdohGiIPBBtcwisZMhnae > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LzpGKzo7TPhNdohGiIPBBtcwisZMhnae > .row > .video-iframe-container { display: none; }#LzpGKzo7TPhNdohGiIPBBtcwisZMhnae > .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); }#LzpGKzo7TPhNdohGiIPBBtcwisZMhnae > .row .container { border-width: 0; border-radius: 0; }#LzpGKzo7TPhNdohGiIPBBtcwisZMhnae > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LzpGKzo7TPhNdohGiIPBBtcwisZMhnae > .row .container { font-size:0.875rem;font-family:arial;height:55.1875rem;width:75rem;position:relative;display:block; }#vMPiz5s2BnWLOfCe7ieSgT9kaGst4pWK { color:rgba(var(--color-tertiary-0),1);display:block;width:38.5rem;position:absolute;font-family:"be vietnam pro";font-size:2.5rem;font-weight:300;z-index:15004;line-height:1.35;letter-spacing:0;top:8.8125rem;left:18.25rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#btDiQFrK563AbetUdaPFwu7at0T8ZEPR { color:#6c6c6c;display:block;width:32.375rem;position:absolute;font-family:mulish;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.55;letter-spacing:0;top:16.6875rem;left:21.3125rem;height:3.486325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dnWkdBv7HulnlffoukRT9BO5QhEWXBae { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top: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:11.125rem;top:5rem;left:31.125rem;overflow:hidden;display:block; }
#Jrc1D5J7g2x4zdLP110ZIKAaSisPeHX8 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.6875rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.35;letter-spacing:0;top:25.375rem;left:7.625rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XM4OHbPwRnBguU7NtpkTxOqhDwPGDpTO { color:#6c6c6c;display:block;width:27.5625rem;position:absolute;font-family:mulish;font-size:1rem;font-weight:300;z-index:15006;line-height:1.55;letter-spacing:0;top:28.0625rem;left:7.625rem;height:4.6494125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LSoFTTg2HOEJTRWOTga0blrHa9e0xhL8 { box-sizing:content-box;height:12.6875rem;width:35rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.125rem 0.3125rem rgba(27,28,29,0.04) ;border-top:0.0625rem solid #ececec;border-left:0.0625rem solid #ececec;border-right:0.0625rem solid #ececec;border-bottom:0.0625rem solid #ececec;top:23.1875rem;left:1.625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#UUKMQT7fqNeppKaxBdLvM0otO2ln6Qt8 { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:24.6875rem;left:3.125rem;overflow:hidden;display:block; }
#O5ELyCK33nz3HxiWoNJBKrey9CQoTAm3 { color:#6c6c6c;display:block;width:27.5625rem;position:absolute;font-family:mulish;font-size:1rem;font-weight:300;z-index:15010;line-height:1.55;letter-spacing:0;top:27.9375rem;left:44.3125rem;height:6.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kSS1SwiFTsqQNiHc8MgRgz9CmyeFltF8 { box-sizing:content-box;height:12.6875rem;width:35rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.125rem 0.3125rem rgba(27,28,29,0.04) ;border-top:0.0625rem solid #ececec;border-left:0.0625rem solid #ececec;border-right:0.0625rem solid #ececec;border-bottom:0.0625rem solid #ececec;top:23.0625rem;left:38.3125rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#HIuoqt6VLg5CHbVmu0eCumI6HSntcESM { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:24.5625rem;left:39.8125rem;overflow:hidden;display:block; }
#DkZW5icKnWK4tvGhAZ34sLTxAqpwenCd { color:rgba(var(--color-tertiary-0),1);display:block;width:27.25rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.35;letter-spacing:0;top:25.25rem;left:44.3125rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f6Bss3VhAIPdT8BSsKhNTl21rs5B2rmx { box-sizing:content-box;height:12.6875rem;width:35rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.125rem 0.3125rem rgba(27,28,29,0.04) ;border-top:0.0625rem solid #ececec;border-left:0.0625rem solid #ececec;border-right:0.0625rem solid #ececec;border-bottom:0.0625rem solid #ececec;top:37.1875rem;left:38.25rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#VwibOmLzbXEDJymBuR6ZBDPQidnbTtkX { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:38.6875rem;left:39.75rem;overflow:hidden;display:block; }
#DLQNdyJMogux1xyZoSQ7hoHMGWlkyEH3 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.25rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:15017;line-height:1.35;letter-spacing:0;top:39.375rem;left:44.25rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hWrPSgR8TIJvBzre6DlUPZZCPQmWLLTd { color:#6c6c6c;display:block;width:27.5625rem;position:absolute;font-family:mulish;font-size:1rem;font-weight:300;z-index:15018;line-height:1.55;letter-spacing:0;top:42.0625rem;left:44.25rem;height:6.199225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TTOAdzXDuyBaSH1hTpvgQCyPtpHwDB7G { box-sizing:content-box;height:12.6875rem;width:35rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.125rem 0.3125rem rgba(27,28,29,0.04) ;border-top:0.0625rem solid #ececec;border-left:0.0625rem solid #ececec;border-right:0.0625rem solid #ececec;border-bottom:0.0625rem solid #ececec;top:37.125rem;left:1.625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#fLlEONACINPtigRVrFQxPS8haJpBufGa { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:38.625rem;left:3.125rem;overflow:hidden;display:block; }
#QBZgeWLKKTA0Z0H6yxD7lMpv7aQXIKoc { color:rgba(var(--color-tertiary-0),1);display:block;width:27.25rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:15021;line-height:1.35;letter-spacing:0;top:39.3125rem;left:7.625rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xfRHb9b4MdO9oaKZNPNpIy4rI2IMUQP6 { color:#6c6c6c;display:block;width:27.5625rem;position:absolute;font-family:mulish;font-size:1rem;font-weight:300;z-index:15022;line-height:1.55;letter-spacing:0;top:42rem;left:7.625rem;height:6.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QKLwtZ36nMtl2sDVuLTOezZCzTATFqXU { color:#6c6c6c;display:block;width:27.5625rem;position:absolute;font-family:mulish;font-size:1rem;font-weight:300;z-index:15018;line-height:1.55;letter-spacing:0;top:42.0625rem;left:44.25rem;height:6.199225rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#bvE4mDy4f4WJ4eWTea5Xl03VmTuTfl6O { color:#6c6c6c;display:block;width:27.5625rem;position:absolute;font-family:mulish;font-size:1rem;font-weight:300;z-index:15022;line-height:1.55;letter-spacing:0;top:42rem;left:7.625rem;height:6.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#vAcRFCVEd3fDEWsit34fzWra3d5h0Hn0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c0212;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; }#vAcRFCVEd3fDEWsit34fzWra3d5h0Hn0 > .row .container { background-color: transparent; background-image: none; }#vAcRFCVEd3fDEWsit34fzWra3d5h0Hn0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vAcRFCVEd3fDEWsit34fzWra3d5h0Hn0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vAcRFCVEd3fDEWsit34fzWra3d5h0Hn0 > .row .container > .video-iframe-container { display: none; }#vAcRFCVEd3fDEWsit34fzWra3d5h0Hn0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vAcRFCVEd3fDEWsit34fzWra3d5h0Hn0 > .row > .video-iframe-container { display: none; }#vAcRFCVEd3fDEWsit34fzWra3d5h0Hn0 > .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); }#vAcRFCVEd3fDEWsit34fzWra3d5h0Hn0 > .row .container { border-width: 0; border-radius: 0; }#vAcRFCVEd3fDEWsit34fzWra3d5h0Hn0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vAcRFCVEd3fDEWsit34fzWra3d5h0Hn0 > .row .container { font-size:0.875rem;font-family:arial;height:52.6875rem;width:75rem;position:relative;display:block; }#niDr6tHQCppMAUhRbnEosNJP7FFe3lS6 { color:rgba(var(--color-tertiary-0),1);display:block;width:65.75rem;position:absolute;font-family:"be vietnam pro";font-size:2.5rem;font-weight:300;z-index:15004;line-height:1.35;letter-spacing:0;top:5rem;left:4.625rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O96KmZp0zat0Dznen06NBdKHxi3cxC9N { color:#ffffff;display:block;width:75rem;position:absolute;font-family:mulish;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.55;letter-spacing:0;top:9.375rem;left:0rem;height:1.74365rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z7guk9Q7Uof2et1xQsD3kDMGC6Oqvvxp { box-sizing:content-box;height:27rem;width:22rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:14.625rem;left:3.375rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#bLoBLKJyWpqIar0qGP9RgoFMRGOzAZR3 { color:#6c6c6c;display:block;width:18rem;position:absolute;font-family:mulish;font-size:1rem;font-weight:300;z-index:15039;line-height:1.35;letter-spacing:0;top:16.625rem;left:5.375rem;height:14.8457125rem;font-style:italic;display:block; }
#xQ62ly7mATEbN6gmLhLZczox0K0Ke8PM { color:#0c0212;display:block;width:13rem;position:absolute;font-family:mulish;font-size:1.125rem;font-weight:300;z-index:15041;line-height:1.55;letter-spacing:0;top:36rem;left:10.4375rem;height:1.74365rem;font-style:normal;display:block; }
#WebrnbzxkHGJWLt3BJAim4aZ8I9kPN84 { color:#6c6c6c;display:block;width:13rem;position:absolute;font-family:mulish;font-size:1rem;font-weight:300;z-index:15040;line-height:1.55;letter-spacing:0;top:37.6875rem;left:10.4375rem;height:1.54980625rem;font-style:normal;display:block; }
#a5mUc01Qm2SKyqiN7nxATHGLTKKid0uh { background-color:rgba(var(--color-primary-2),1);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:250rem;border-top-right-radius:250rem;border-bottom-left-radius:250rem;border-bottom-right-radius:250rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mulish;font-size:1rem;font-weight:700;font-style:normal;line-height:1.25;overflow:hidden;position:absolute;width:13rem;height:3.5rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:44.125rem;left:31rem;display:block; }
#VopEPWGnw8Bv8wfSI9d1ZMA0VdbGWm9J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gZqbQRSfrvDsJ41sBVZeiJ8rqgzCra05 { box-sizing:content-box;height:27rem;width:22rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:14.625rem;left:26.5rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#JH8WrN7NGvNi7ta9iPrzs3Z4FkoP2dIA { color:#6c6c6c;display:block;width:18rem;position:absolute;font-family:mulish;font-size:1rem;font-weight:300;z-index:15044;line-height:1.35;letter-spacing:0;top:16.625rem;left:28.5rem;height:9.4472625rem;font-style:italic;display:block; }
#wHVgB0N3h2dKGz3KB9sGsdWn9AhVeNgM { color:#0c0212;display:block;width:13rem;position:absolute;font-family:mulish;font-size:1.125rem;font-weight:300;z-index:15046;line-height:1.55;letter-spacing:0;top:35.1875rem;left:33.5625rem;height:1.74365rem;font-style:normal;display:block; }
#KUsLsDIlSIGPlrr4LgdxvAZiM9AUqbnB { color:#6c6c6c;display:block;width:14.125rem;position:absolute;font-family:mulish;font-size:1rem;font-weight:300;z-index:15045;line-height:1.55;letter-spacing:0;top:36.875rem;left:33.5625rem;height:3.0996125rem;font-style:normal;display:block; }
#XU7T5lG9IqIPyRKgP21AI12RTGadJ0PS { box-sizing:content-box;height:27rem;width:22rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:14.625rem;left:49.75rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#FLqpQhTH0MnUs4r8bTSadH5isU8NTZ4r { color:#6c6c6c;display:block;width:18rem;position:absolute;font-family:mulish;font-size:1rem;font-weight:300;z-index:15049;line-height:1.35;letter-spacing:0;top:16.625rem;left:51.75rem;height:17.5449375rem;font-style:italic;display:block; }
#dgTPk8DH70IqouUbRoaTXeVu04n2GWfJ { color:#0c0212;display:block;width:13rem;position:absolute;font-family:mulish;font-size:1.125rem;font-weight:300;z-index:15051;line-height:1.55;letter-spacing:0;top:36rem;left:56.8125rem;height:1.74365rem;font-style:normal;display:block; }
#dGtAX5JKfoONedi90TFuHAuhcySBHn50 { color:#6c6c6c;display:block;width:13rem;position:absolute;font-family:mulish;font-size:1rem;font-weight:300;z-index:15050;line-height:1.55;letter-spacing:0;top:37.6875rem;left:56.8125rem;height:1.54980625rem;font-style:normal;display:block; }
#SKm06QQEHKXFaaDmkESN540qCTN8bdJt { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.5rem;top:35.5rem;left:5.75rem;overflow:hidden;display:block; }
#gTQ4EvETJE7aoDyQbolBBV2trlMfBvXl { position:absolute;display:block;z-index:15053;border-bottom:0;border-left:0;border-right:0;border-top: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:4.375rem;width:4.125rem;top:35.3125rem;left:28.5rem;overflow:hidden;display:block; }
#bRGAQCdGiwu6OoAdFyhWlkpK9zIe3ztA { position:absolute;display:block;z-index:15054;border-bottom:0;border-left:0;border-right:0;border-top: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:4rem;width:4.125rem;top:35.8125rem;left:51.875rem;overflow:hidden;display:block; }
#IVIw8XW0VJVqID25RKiUq7OwIwC2Xzbw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);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; }#IVIw8XW0VJVqID25RKiUq7OwIwC2Xzbw > .row .container { background-color: transparent; background-image: none; }#IVIw8XW0VJVqID25RKiUq7OwIwC2Xzbw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVIw8XW0VJVqID25RKiUq7OwIwC2Xzbw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVIw8XW0VJVqID25RKiUq7OwIwC2Xzbw > .row .container > .video-iframe-container { display: none; }#IVIw8XW0VJVqID25RKiUq7OwIwC2Xzbw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVIw8XW0VJVqID25RKiUq7OwIwC2Xzbw > .row > .video-iframe-container { display: none; }#IVIw8XW0VJVqID25RKiUq7OwIwC2Xzbw > .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); }#IVIw8XW0VJVqID25RKiUq7OwIwC2Xzbw > .row .container { border-width: 0; border-radius: 0; }#IVIw8XW0VJVqID25RKiUq7OwIwC2Xzbw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IVIw8XW0VJVqID25RKiUq7OwIwC2Xzbw > .row .container { font-size:0.875rem;font-family:arial;height:39.125rem;width:75rem;position:relative;display:block; }#CCdiXMXCcf1pe023ca60b3BrN809kDtn { color:rgba(var(--color-tertiary-0),1);display:block;width:35rem;position:absolute;font-family:"be vietnam pro";font-size:2.5rem;font-weight:300;z-index:15004;line-height:1.35;letter-spacing:0;top:9.75rem;left:37.9375rem;height:6.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rkEyOeWnzDKzXMpMGq0DTFMh9oT5Eosp { background-color:#0c0212;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:250rem;border-top-right-radius:250rem;border-bottom-left-radius:250rem;border-bottom-right-radius:250rem;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:1rem;font-weight:700;font-style:normal;line-height:1.25;overflow:hidden;position:absolute;width:13rem;height:3.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:25.875rem;left:37.9375rem;display:block; }
#KKxcbQIuUHOwKTrXnMxJKHftDpuHta0m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qZZPy5CB46LfnvPFE2xdvFog15ZveW0T { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;position:absolute;font-family:mulish;font-size:1rem;font-weight:300;z-index:15004;line-height:1.55;letter-spacing:0;top:17.5rem;left:37.9375rem;height:4.6494125rem;font-style:normal;display:block; }
#qB0MFbhZFTEhVCitU9WKTudKBIfv3poh { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.125rem;width:36.25rem;top:5rem;left:-1.4110991379311rem;overflow:hidden;display:block; }
#FVWvF72On4WKvNa5ZvFbegxzl0Pcdowv { color:rgba(var(--color-tertiary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15004;line-height:1.35;letter-spacing:0;top:9.75rem;left:37.9375rem;height:6.75rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#kfZhQ14phWAQ8W5E48emXv1hQWLdz064 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#kfZhQ14phWAQ8W5E48emXv1hQWLdz064 > .row .container { background-color: transparent; background-image: none; }#kfZhQ14phWAQ8W5E48emXv1hQWLdz064::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kfZhQ14phWAQ8W5E48emXv1hQWLdz064 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kfZhQ14phWAQ8W5E48emXv1hQWLdz064 > .row .container > .video-iframe-container { display: none; }#kfZhQ14phWAQ8W5E48emXv1hQWLdz064 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kfZhQ14phWAQ8W5E48emXv1hQWLdz064 > .row > .video-iframe-container { display: none; }#kfZhQ14phWAQ8W5E48emXv1hQWLdz064 > .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); }#kfZhQ14phWAQ8W5E48emXv1hQWLdz064 > .row .container { border-width: 0; border-radius: 0; }#kfZhQ14phWAQ8W5E48emXv1hQWLdz064 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kfZhQ14phWAQ8W5E48emXv1hQWLdz064 > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;position:relative;display:block; }#H61ABSyx0dDATaXqAGEWGeGzAr7SGXRM { color:#0c0212;display:block;width:75rem;position:absolute;font-family:"be vietnam pro";font-size:2.5rem;font-weight:300;z-index:15004;line-height:1.35;letter-spacing:0;top:6.25rem;left:0rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aaKlDKx320lWdm4KiP0PUDrcCoZuiLo0 { box-sizing:content-box;height:23.375rem;width:21.375rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12.9375rem;left:26.8125rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#ZMTcyeqSyLJ0Swhb5NaBI3iLdPF2cEiH { color:#0c0212;display:block;width:17.125rem;position:absolute;font-family:"be vietnam pro";font-size:1.375rem;font-weight:300;z-index:15028;line-height:1.35;letter-spacing:0;top:28.6875rem;left:28.9375rem;height:5.56640625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Vng36FqL9gaS3HmX9fpNeQZzOaXM386Z { color:rgba(var(--color-tertiary-3),1);display:block;width:13rem;position:absolute;font-family:mulish;font-size:1rem;font-weight:300;z-index:15016;line-height:1.55;letter-spacing:0;top:26.25rem;left:28.9375rem;height:1.54980625rem;font-style:normal;display:block; }
#s5uTCQmGH6MvqvwIz76TVnHbisFcun6g { box-sizing:content-box;height:23.375rem;width:21.375rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12.9375rem;left:49.6875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#aUsvcifNCzcKzeOxb5Qo1ZJ5fwZPDbRI { color:rgba(var(--color-tertiary-3),1);display:block;width:13rem;position:absolute;font-family:mulish;font-size:1rem;font-weight:300;z-index:15020;line-height:1.55;letter-spacing:0;top:26.25rem;left:51.8125rem;height:1.54980625rem;font-style:normal;display:block; }
#Sw76pOODTacUOa6ptAfyI4EZMGE2k4fm { color:#0c0212;display:block;width:17.125rem;position:absolute;font-family:"be vietnam pro";font-size:1.375rem;font-weight:300;z-index:15032;line-height:1.35;letter-spacing:0;top:28.6875rem;left:51.8125rem;height:5.56640625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xhSdydDP5ZeFq3uHLdpIIwLy664thrw3 { box-sizing:content-box;height:23.375rem;width:21.375rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12.9375rem;left:4rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#CKAFENkPf1GhDFbTKORPBnOh0Q7MPZhq { color:rgba(var(--color-tertiary-3),1);display:block;width:13rem;position:absolute;font-family:mulish;font-size:1rem;font-weight:300;z-index:15020;line-height:1.55;letter-spacing:0;top:26.25rem;left:6.125rem;height:1.54980625rem;font-style:normal;display:block; }
#Tb3gwzSgn3HWfzainSpauwmsGc2f3IRi { color:#0c0212;display:block;width:17.125rem;position:absolute;font-family:"be vietnam pro";font-size:1.375rem;font-weight:300;z-index:15032;line-height:1.35;letter-spacing:0;top:28.6875rem;left:6.125rem;height:3.7119125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nsFETaInhizwNdexXpNr1nzaCN6JrzOh { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.5625rem;width:21.375rem;top:12.9375rem;left:49.6875rem;display:block; }
#aHy02OqtyMVP5LnTInV6nmLZON9UP6Ta { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.5625rem;width:21.375rem;top:12.9375rem;left:26.8125rem;display:block; }
#obBs0PLeOc8N1XULwtmJTPC7E53QTnsp { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.5625rem;width:21.375rem;top:12.9375rem;left:4rem;display:block; }
#uHTR9EpDCrBPT9RAXeZNMNzZi6nGf6Hc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);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; }#uHTR9EpDCrBPT9RAXeZNMNzZi6nGf6Hc > .row .container { background-color: transparent; background-image: none; }#uHTR9EpDCrBPT9RAXeZNMNzZi6nGf6Hc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHTR9EpDCrBPT9RAXeZNMNzZi6nGf6Hc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHTR9EpDCrBPT9RAXeZNMNzZi6nGf6Hc > .row .container > .video-iframe-container { display: none; }#uHTR9EpDCrBPT9RAXeZNMNzZi6nGf6Hc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHTR9EpDCrBPT9RAXeZNMNzZi6nGf6Hc > .row > .video-iframe-container { display: none; }#uHTR9EpDCrBPT9RAXeZNMNzZi6nGf6Hc > .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); }#uHTR9EpDCrBPT9RAXeZNMNzZi6nGf6Hc > .row .container { border-width: 0; border-radius: 0; }#uHTR9EpDCrBPT9RAXeZNMNzZi6nGf6Hc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uHTR9EpDCrBPT9RAXeZNMNzZi6nGf6Hc > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#uuipL4X5gyCQfq2ngcFoin2L4UKZi1w9 { 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:2rem;width:6.9375rem;top:1.5rem;left:0rem;overflow:hidden;display:block; }
#LDutOSRib70haPWCo4T0M2Jwf9GV4M1J { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;position:absolute;font-family:mulish;font-size:1rem;font-weight:300;z-index:15005;line-height:1.55;letter-spacing:0;top:1.724609375rem;left:41.25rem;height:1.54980625rem;font-style:normal;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) { #Lnt35u2VWze2gddELCtGCS6LKRhAIcGv { display:block; }#Lnt35u2VWze2gddELCtGCS6LKRhAIcGv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #myBMaaVPVT4eOLWRrEgBr1yHps6WfJU9 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#myBMaaVPVT4eOLWRrEgBr1yHps6WfJU9 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#myBMaaVPVT4eOLWRrEgBr1yHps6WfJU9 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#myBMaaVPVT4eOLWRrEgBr1yHps6WfJU9 { display:flex;width:18rem;height:5.0625rem;top:0rem;left:15.15625rem; }
 }@media only screen and (max-width: 763px) { #myBMaaVPVT4eOLWRrEgBr1yHps6WfJU9 #bTQKpJquUC78F1rh2R9AxwDbkWCm5HrS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #myBMaaVPVT4eOLWRrEgBr1yHps6WfJU9 #ypHSswUSEsUK2MagFPDsEm8kkaT7qvBT {  }
 }@media only screen and (max-width: 763px) { #myBMaaVPVT4eOLWRrEgBr1yHps6WfJU9 #dVE9wqhCKuUxFaWsBsIJQCD3k9fF57OJ {  }
 }@media only screen and (max-width: 763px) { #myBMaaVPVT4eOLWRrEgBr1yHps6WfJU9 #BXs5gBuLonm9mkxqpTx2bOMSZJXfKXBv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #myBMaaVPVT4eOLWRrEgBr1yHps6WfJU9 #ZET9xWRXBKpxICPg5TmEGnN70In3MQxk {  }
 }@media only screen and (max-width: 763px) { #myBMaaVPVT4eOLWRrEgBr1yHps6WfJU9 #OFrn4TOhW2ulkgibKJqO27DB1EPiLNQI {  }
 }@media only screen and (max-width: 763px) { #myBMaaVPVT4eOLWRrEgBr1yHps6WfJU9 #CA5oslk7DoxcDFKP2yO6u2FskcQwyNbi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #myBMaaVPVT4eOLWRrEgBr1yHps6WfJU9 #Bv5PBpRLi5RsfBnHVkf762udrxzgSvbb {  }
 }@media only screen and (max-width: 763px) { #myBMaaVPVT4eOLWRrEgBr1yHps6WfJU9 #CbsGdxkrnQ4fxylc0U9DyRp5U2MGHJyp {  }
 }@media only screen and (max-width: 763px) { #myBMaaVPVT4eOLWRrEgBr1yHps6WfJU9 #bsP6fZiqmSHeMal0plqlrt2o5ICsp9zI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #myBMaaVPVT4eOLWRrEgBr1yHps6WfJU9 #pHrTLkCRXt2MPaZzbDX2IcvAK863a8VG {  }
 }@media only screen and (max-width: 763px) { #myBMaaVPVT4eOLWRrEgBr1yHps6WfJU9 #TJwC1AK4nklcL8kA8pexIew0TsPbwgAI {  }
 }@media only screen and (max-width: 763px) { #pGetDsba4qhgmoRqTDn3BewTKSuWy3pG { top:0.75rem;left:3rem;width:30.25rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VhL6BUTUA20dFUhD7TTVQUgf4MFtNkDL { top:5.75rem;left:20.375rem;width:7rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #l99LpVMeaIWRGs7SSCSD2QNuw6kt99ZZ { top:11.875rem;left:3.75rem;width:40.3125rem;height:6.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZsdyGmFsohlqEZDNRA7DnzaLn8g5bob { top:18.625rem;left:3.75rem;width:40.3125rem;height:2.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8xzIcrDN8KTTFT94gG0WC50WZrb02ig { top:22.8125rem;left:7.6875rem;width:32.375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcM3P9PMgmvCNZFvw3xALzkw2DnrcZDP { width:16.1875rem;height:3.5rem;top:30rem;left:15.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBisLPywfJAaTs0XJH15kShSh7J9HDyT { display:block; }
 }@media only screen and (max-width: 763px) { #QRAxbqtkavV4OXTN8diXOwKnvoKIzTrv { display:block; }#QRAxbqtkavV4OXTN8diXOwKnvoKIzTrv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KWZd5VDXQGSiTrozDlHaMG8ZLi37SLtN { top:5rem;left:0rem;width:47.75rem;height:6.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFt7D5yUEUeCDekb0uI50e4zChR8cdoI { width:13rem;height:3.5rem;top:42.75rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJ4SQvoufrasMyD6zHIoa6nsReC7cRpT { display:block; }
 }@media only screen and (max-width: 763px) { #lLBRAUFvS98FfJUopJXV9worOHOaOSQT { top:13.25rem;left:7.6875rem;width:32.375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Soddel5HlivwWVx37l27eaoy8L8r9ivS { top:17.25rem;left:2.90625rem;width:41.9375rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGz8qx9Bv50K6Ho8NCrH6LWL90r7whAE { display:block; }#BGz8qx9Bv50K6Ho8NCrH6LWL90r7whAE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OTenzueipi4rpZXmycKEOpQTxKswyppI { top:8.9375rem;left:0rem;width:47.75rem;height:6.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfXZdmhXVv6CdAvet2MPc52JH7U3BdB5 { top:16.6875rem;left:0rem;width:32.375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufTDq8u3oUCHgoU06e8W5k74UKi41qJ5 { width:13rem;height:3.5rem;top:24.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o243ksREuoPTkF5cekX9QVArxX44N2o0 { display:block; }
 }@media only screen and (max-width: 763px) { #EKknstl04Z2pM0UxlrE3Poyz69Q8EMkV { top:0.1875rem;left:10rem;width:37.75rem;height:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIwu5f9wR91ZiioUg1iUwrufloXRnkoS { top:5rem;left:0rem;width:23.5625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3DTwEq8TuyITKenUfpydqNrDasWuSa8 { display:block; }#x3DTwEq8TuyITKenUfpydqNrDasWuSa8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O46CdpDc7OS2Xwfi4z3vAsRJEETaaKER { top:8.9375rem;left:0rem;width:38.5rem;height:6.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WN5kbgeCgTIdDXpwgkRkOv6duNN8e7dl { top:16.6875rem;left:0rem;width:32.375rem;height:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5DzbSL0n1l68ITNq3nZpeNMomXbZbqP { top:5rem;left:0rem;width:11.125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESurlGmANXDgbXmexhepNAiseDc7brGu { top:7.1875rem;left:29.0625rem;width:18.6875rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6XH9VQ1lGEhU5kDvxf1thriZcEOiR25 { top:9.875rem;left:20.1875rem;width:27.5625rem;height:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CU21MhOog6IHLqxk5fftTBOhTdI3LuEG { top:5rem;left:12.625rem;width:35rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #sT2DiwoJfKF0Rql5Ni6QTaWR5f6MuRWP { top:6.5rem;left:27.75rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2LDiUoK0GBysfuIE7kqxaGzLRt9X51D { top:22.4375rem;left:20.1875rem;width:27.5625rem;height:6.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQCMmba6QdhPcUdysT5LzzT2tA8OiXIR { top:17.5625rem;left:12.625rem;width:35rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrx2wpBeESwnSlS5pJsfX66oSwxG8Or6 { top:19.0625rem;left:27.75rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ungzRaFkrIX8uNrBw6oZnkVCRNIk1bxB { top:19.75rem;left:20.5rem;width:27.25rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4hS8lDfWKlZosiHTudpB1e9ADwWiTy6 { top:31.875rem;left:12.625rem;width:35rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUCaJD5ggN7bWw9GpevSGEkosCtdHMN1 { top:33.375rem;left:27.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #o272ogNVm6qcSfoHHGRnzpqMNFPRqg52 { top:34.0625rem;left:20.5rem;width:27.25rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5vnDTIGP2g3nk6FG32ighlqDX64TlaM { top:36.75rem;left:20.1875rem;width:27.5625rem;height:6.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCi1Pl6IPhCqMggH3evnMwlSkR4649Fv { top:46.1875rem;left:12.625rem;width:35rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuCGkSNsHTAsLSuEtTrPhDJcv6IFxH4d { top:47.6875rem;left:27.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8zDaAsWX6T9mDgHHbH8GWhMQDMQBUHR { top:48.375rem;left:20.5rem;width:27.25rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrcbuE3glBR61x7qo7zhVZGzX6X2DR26 { top:51.0625rem;left:20.1875rem;width:27.5625rem;height:6.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzpGKzo7TPhNdohGiIPBBtcwisZMhnae { display:block; }#LzpGKzo7TPhNdohGiIPBBtcwisZMhnae > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vMPiz5s2BnWLOfCe7ieSgT9kaGst4pWK { top:8.8125rem;left:4.625rem;width:38.5rem;height:6.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #btDiQFrK563AbetUdaPFwu7at0T8ZEPR { top:16.6875rem;left:7.6875rem;width:32.375rem;height:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnWkdBv7HulnlffoukRT9BO5QhEWXBae { top:5rem;left:17.5rem;width:11.125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jrc1D5J7g2x4zdLP110ZIKAaSisPeHX8 { top:25.375rem;left:0rem;width:18.6875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XM4OHbPwRnBguU7NtpkTxOqhDwPGDpTO { top:28.0625rem;left:0rem;width:27.5625rem;height:4.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSoFTTg2HOEJTRWOTga0blrHa9e0xhL8 { top:23.1875rem;left:0rem;width:35rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUKMQT7fqNeppKaxBdLvM0otO2ln6Qt8 { top:24.6875rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5ELyCK33nz3HxiWoNJBKrey9CQoTAm3 { top:27.9375rem;left:20.1875rem;width:27.5625rem;height:6.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSS1SwiFTsqQNiHc8MgRgz9CmyeFltF8 { top:23.0625rem;left:12.625rem;width:35rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIuoqt6VLg5CHbVmu0eCumI6HSntcESM { top:24.5625rem;left:26.1875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkZW5icKnWK4tvGhAZ34sLTxAqpwenCd { top:25.25rem;left:20.5rem;width:27.25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6Bss3VhAIPdT8BSsKhNTl21rs5B2rmx { top:37.1875rem;left:12.625rem;width:35rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwibOmLzbXEDJymBuR6ZBDPQidnbTtkX { top:38.6875rem;left:26.125rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLQNdyJMogux1xyZoSQ7hoHMGWlkyEH3 { top:39.375rem;left:20.5rem;width:27.25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWrPSgR8TIJvBzre6DlUPZZCPQmWLLTd { top:42.0625rem;left:20.1875rem;width:27.5625rem;height:6.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTOAdzXDuyBaSH1hTpvgQCyPtpHwDB7G { top:37.125rem;left:0rem;width:35rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLlEONACINPtigRVrFQxPS8haJpBufGa { top:38.625rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBZgeWLKKTA0Z0H6yxD7lMpv7aQXIKoc { top:39.3125rem;left:0rem;width:27.25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfRHb9b4MdO9oaKZNPNpIy4rI2IMUQP6 { top:42rem;left:0rem;width:27.5625rem;height:6.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKLwtZ36nMtl2sDVuLTOezZCzTATFqXU { top:60.625rem;left:0rem;width:17.5rem;height:6.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bvE4mDy4f4WJ4eWTea5Xl03VmTuTfl6O { top:77.3125rem;left:0rem;width:17.5rem;height:6.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vAcRFCVEd3fDEWsit34fzWra3d5h0Hn0 { display:block; }#vAcRFCVEd3fDEWsit34fzWra3d5h0Hn0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #niDr6tHQCppMAUhRbnEosNJP7FFe3lS6 { top:5rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O96KmZp0zat0Dznen06NBdKHxi3cxC9N { top:9.375rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7guk9Q7Uof2et1xQsD3kDMGC6Oqvvxp { top:14.625rem;left:0rem;width:22rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLoBLKJyWpqIar0qGP9RgoFMRGOzAZR3 { top:16.625rem;left:0rem;width:18rem;height:14.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQ62ly7mATEbN6gmLhLZczox0K0Ke8PM { top:36rem;left:0rem;width:13rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WebrnbzxkHGJWLt3BJAim4aZ8I9kPN84 { top:37.6875rem;left:0rem;width:13rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5mUc01Qm2SKyqiN7nxATHGLTKKid0uh { width:13rem;height:3.5rem;top:44.125rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VopEPWGnw8Bv8wfSI9d1ZMA0VdbGWm9J { display:block; }
 }@media only screen and (max-width: 763px) { #gZqbQRSfrvDsJ41sBVZeiJ8rqgzCra05 { top:14.625rem;left:12.875rem;width:22rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #JH8WrN7NGvNi7ta9iPrzs3Z4FkoP2dIA { top:16.625rem;left:14.875rem;width:18rem;height:9.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHVgB0N3h2dKGz3KB9sGsdWn9AhVeNgM { top:35.1875rem;left:19.9375rem;width:13rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUsLsDIlSIGPlrr4LgdxvAZiM9AUqbnB { top:36.875rem;left:19.9375rem;width:14.125rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XU7T5lG9IqIPyRKgP21AI12RTGadJ0PS { top:14.625rem;left:25.75rem;width:22rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLqpQhTH0MnUs4r8bTSadH5isU8NTZ4r { top:16.625rem;left:29.75rem;width:18rem;height:17.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgTPk8DH70IqouUbRoaTXeVu04n2GWfJ { top:36rem;left:34.75rem;width:13rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGtAX5JKfoONedi90TFuHAuhcySBHn50 { top:37.6875rem;left:34.75rem;width:13rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKm06QQEHKXFaaDmkESN540qCTN8bdJt { top:35.5rem;left:0rem;width:3.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTQ4EvETJE7aoDyQbolBBV2trlMfBvXl { top:35.3125rem;left:14.875rem;width:4.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRGAQCdGiwu6OoAdFyhWlkpK9zIe3ztA { top:35.8125rem;left:38.25rem;width:4.125rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVIw8XW0VJVqID25RKiUq7OwIwC2Xzbw { display:block; }#IVIw8XW0VJVqID25RKiUq7OwIwC2Xzbw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CCdiXMXCcf1pe023ca60b3BrN809kDtn { top:9.75rem;left:12.75rem;width:35rem;height:6.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkEyOeWnzDKzXMpMGq0DTFMh9oT5Eosp { width:13rem;height:3.5rem;top:25.875rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKxcbQIuUHOwKTrXnMxJKHftDpuHta0m { display:block; }
 }@media only screen and (max-width: 763px) { #qZZPy5CB46LfnvPFE2xdvFog15ZveW0T { top:17.5rem;left:14rem;width:33.75rem;height:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qB0MFbhZFTEhVCitU9WKTudKBIfv3poh { top:5rem;left:0rem;width:36.25rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVWvF72On4WKvNa5ZvFbegxzl0Pcdowv { top:18.9375rem;left:0rem;width:20rem;height:4rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kfZhQ14phWAQ8W5E48emXv1hQWLdz064 { display:block; }#kfZhQ14phWAQ8W5E48emXv1hQWLdz064 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H61ABSyx0dDATaXqAGEWGeGzAr7SGXRM { top:6.25rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaKlDKx320lWdm4KiP0PUDrcCoZuiLo0 { top:12.9375rem;left:13.1875rem;width:21.375rem;height:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMTcyeqSyLJ0Swhb5NaBI3iLdPF2cEiH { top:28.6875rem;left:15.3125rem;width:17.125rem;height:5.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vng36FqL9gaS3HmX9fpNeQZzOaXM386Z { top:26.25rem;left:15.3125rem;width:13rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5uTCQmGH6MvqvwIz76TVnHbisFcun6g { top:12.9375rem;left:26.375rem;width:21.375rem;height:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUsvcifNCzcKzeOxb5Qo1ZJ5fwZPDbRI { top:26.25rem;left:34.75rem;width:13rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sw76pOODTacUOa6ptAfyI4EZMGE2k4fm { top:28.6875rem;left:30.625rem;width:17.125rem;height:5.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhSdydDP5ZeFq3uHLdpIIwLy664thrw3 { top:12.9375rem;left:0rem;width:21.375rem;height:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKAFENkPf1GhDFbTKORPBnOh0Q7MPZhq { top:26.25rem;left:0rem;width:13rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb3gwzSgn3HWfzainSpauwmsGc2f3IRi { top:28.6875rem;left:0rem;width:17.125rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsFETaInhizwNdexXpNr1nzaCN6JrzOh { top:12.9375rem;left:26.375rem;width:21.375rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHy02OqtyMVP5LnTInV6nmLZON9UP6Ta { top:12.9375rem;left:13.1875rem;width:21.375rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #obBs0PLeOc8N1XULwtmJTPC7E53QTnsp { top:12.9375rem;left:0rem;width:21.375rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHTR9EpDCrBPT9RAXeZNMNzZi6nGf6Hc { display:block; }#uHTR9EpDCrBPT9RAXeZNMNzZi6nGf6Hc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uuipL4X5gyCQfq2ngcFoin2L4UKZi1w9 { top:1.5rem;left:0rem;width:6.9375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDutOSRib70haPWCo4T0M2Jwf9GV4M1J { top:1.6875rem;left:14rem;width:33.75rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Lnt35u2VWze2gddELCtGCS6LKRhAIcGv { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#Lnt35u2VWze2gddELCtGCS6LKRhAIcGv > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #myBMaaVPVT4eOLWRrEgBr1yHps6WfJU9 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#myBMaaVPVT4eOLWRrEgBr1yHps6WfJU9 .widget-text.counter-number { padding-top:0.1975rem;padding-right:0.18875rem;padding-bottom:0.1975rem;padding-left:0.18875rem;width:1.131875rem;min-width:1.131875rem;height:1.060625rem;font-size:0.79rem;line-height:16.97px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#myBMaaVPVT4eOLWRrEgBr1yHps6WfJU9 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.123125rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.509375rem;height:0.419375rem;font-size:0.29625rem;line-height:6.71px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#myBMaaVPVT4eOLWRrEgBr1yHps6WfJU9 { display:flex;width:7.75rem;height:2rem;top:0.71875rem;left:12.25rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #myBMaaVPVT4eOLWRrEgBr1yHps6WfJU9 #bTQKpJquUC78F1rh2R9AxwDbkWCm5HrS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #myBMaaVPVT4eOLWRrEgBr1yHps6WfJU9 #ypHSswUSEsUK2MagFPDsEm8kkaT7qvBT {  }
 }@media only screen and (max-width: 763px) { #myBMaaVPVT4eOLWRrEgBr1yHps6WfJU9 #dVE9wqhCKuUxFaWsBsIJQCD3k9fF57OJ {  }
 }@media only screen and (max-width: 763px) { #myBMaaVPVT4eOLWRrEgBr1yHps6WfJU9 #BXs5gBuLonm9mkxqpTx2bOMSZJXfKXBv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #myBMaaVPVT4eOLWRrEgBr1yHps6WfJU9 #ZET9xWRXBKpxICPg5TmEGnN70In3MQxk {  }
 }@media only screen and (max-width: 763px) { #myBMaaVPVT4eOLWRrEgBr1yHps6WfJU9 #OFrn4TOhW2ulkgibKJqO27DB1EPiLNQI {  }
 }@media only screen and (max-width: 763px) { #myBMaaVPVT4eOLWRrEgBr1yHps6WfJU9 #CA5oslk7DoxcDFKP2yO6u2FskcQwyNbi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #myBMaaVPVT4eOLWRrEgBr1yHps6WfJU9 #Bv5PBpRLi5RsfBnHVkf762udrxzgSvbb {  }
 }@media only screen and (max-width: 763px) { #myBMaaVPVT4eOLWRrEgBr1yHps6WfJU9 #CbsGdxkrnQ4fxylc0U9DyRp5U2MGHJyp {  }
 }@media only screen and (max-width: 763px) { #myBMaaVPVT4eOLWRrEgBr1yHps6WfJU9 #bsP6fZiqmSHeMal0plqlrt2o5ICsp9zI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #myBMaaVPVT4eOLWRrEgBr1yHps6WfJU9 #pHrTLkCRXt2MPaZzbDX2IcvAK863a8VG {  }
 }@media only screen and (max-width: 763px) { #myBMaaVPVT4eOLWRrEgBr1yHps6WfJU9 #TJwC1AK4nklcL8kA8pexIew0TsPbwgAI {  }
 }@media only screen and (max-width: 763px) { #pGetDsba4qhgmoRqTDn3BewTKSuWy3pG { width:11.5625rem;height:2.0234375rem;top:0.73828125rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VhL6BUTUA20dFUhD7TTVQUgf4MFtNkDL { width:6.125rem;height:1.75rem;top:5.375rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l99LpVMeaIWRGs7SSCSD2QNuw6kt99ZZ { width:20rem;height:3.375rem;top:10.125rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LZsdyGmFsohlqEZDNRA7DnzaLn8g5bob { width:20rem;height:2.0244125rem;top:14.125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T8xzIcrDN8KTTFT94gG0WC50WZrb02ig { width:16.9375rem;height:7.749rem;top:17.625rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcM3P9PMgmvCNZFvw3xALzkw2DnrcZDP { width:16.1875rem;height:3.5rem;top:26.875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBisLPywfJAaTs0XJH15kShSh7J9HDyT { display:block; }
 }@media only screen and (max-width: 763px) { #QRAxbqtkavV4OXTN8diXOwKnvoKIzTrv { display:block; }#QRAxbqtkavV4OXTN8diXOwKnvoKIzTrv > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KWZd5VDXQGSiTrozDlHaMG8ZLi37SLtN { width:20rem;height:6.07324375rem;top:2.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFt7D5yUEUeCDekb0uI50e4zChR8cdoI { width:13rem;height:3.5rem;top:27.6875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJ4SQvoufrasMyD6zHIoa6nsReC7cRpT { display:block; }
 }@media only screen and (max-width: 763px) { #lLBRAUFvS98FfJUopJXV9worOHOaOSQT { width:17.5rem;height:3.0996125rem;top:9.6982421875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Soddel5HlivwWVx37l27eaoy8L8r9ivS { width:20rem;height:10.625rem;top:14.912109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGz8qx9Bv50K6Ho8NCrH6LWL90r7whAE { display:block; }#BGz8qx9Bv50K6Ho8NCrH6LWL90r7whAE > .row .container { width:20rem;height:42.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OTenzueipi4rpZXmycKEOpQTxKswyppI { width:20rem;height:4.048825rem;top:6.4375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XfXZdmhXVv6CdAvet2MPc52JH7U3BdB5 { width:20rem;height:6.19921875rem;top:11.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ufTDq8u3oUCHgoU06e8W5k74UKi41qJ5 { width:13rem;height:3.5rem;top:19.75rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o243ksREuoPTkF5cekX9QVArxX44N2o0 { display:block; }
 }@media only screen and (max-width: 763px) { #EKknstl04Z2pM0UxlrE3Poyz69Q8EMkV { width:20rem;height:17.317375rem;top:25.1171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIwu5f9wR91ZiioUg1iUwrufloXRnkoS { width:20rem;height:2.12109375rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3DTwEq8TuyITKenUfpydqNrDasWuSa8 { display:none; }#x3DTwEq8TuyITKenUfpydqNrDasWuSa8 > .row .container { width:20rem;height:76.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #O46CdpDc7OS2Xwfi4z3vAsRJEETaaKER { width:20rem;height:4.048825rem;top:3.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WN5kbgeCgTIdDXpwgkRkOv6duNN8e7dl { width:20rem;height:4.6494125rem;top:25.17285rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5DzbSL0n1l68ITNq3nZpeNMomXbZbqP { width:11.125rem;height:2.5rem;top:9.04785rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESurlGmANXDgbXmexhepNAiseDc7brGu { width:18.6875rem;height:1.6875rem;top:14.98535rem;left:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6XH9VQ1lGEhU5kDvxf1thriZcEOiR25 { width:20rem;height:6.19921875rem;top:17.67285rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CU21MhOog6IHLqxk5fftTBOhTdI3LuEG { width:19.875rem;height:11rem;top:12.79785rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sT2DiwoJfKF0Rql5Ni6QTaWR5f6MuRWP { width:3rem;height:3rem;top:14.29785rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2LDiUoK0GBysfuIE7kqxaGzLRt9X51D { width:20rem;height:7.749rem;top:35.9462875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQCMmba6QdhPcUdysT5LzzT2tA8OiXIR { width:19.875rem;height:12.6875rem;top:31.0712875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrx2wpBeESwnSlS5pJsfX66oSwxG8Or6 { width:3rem;height:3rem;top:32.5712875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ungzRaFkrIX8uNrBw6oZnkVCRNIk1bxB { width:20rem;height:3.375rem;top:33.2587875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4hS8lDfWKlZosiHTudpB1e9ADwWiTy6 { width:19.875rem;height:12.6875rem;top:45.1337875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUCaJD5ggN7bWw9GpevSGEkosCtdHMN1 { width:3rem;height:3rem;top:46.6337875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o272ogNVm6qcSfoHHGRnzpqMNFPRqg52 { width:20rem;height:1.6875rem;top:47.3212875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5vnDTIGP2g3nk6FG32ighlqDX64TlaM { width:20rem;height:9.298825rem;top:50.0087875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCi1Pl6IPhCqMggH3evnMwlSkR4649Fv { width:19.875rem;height:12.6875rem;top:60.5566625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuCGkSNsHTAsLSuEtTrPhDJcv6IFxH4d { width:3rem;height:3rem;top:62.0566625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8zDaAsWX6T9mDgHHbH8GWhMQDMQBUHR { width:20rem;height:3.375rem;top:62.7441625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrcbuE3glBR61x7qo7zhVZGzX6X2DR26 { width:20rem;height:7.749rem;top:65.4316625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzpGKzo7TPhNdohGiIPBBtcwisZMhnae { display:block; }#LzpGKzo7TPhNdohGiIPBBtcwisZMhnae > .row .container { width:20rem;height:72.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vMPiz5s2BnWLOfCe7ieSgT9kaGst4pWK { width:20rem;height:4.048825rem;top:6.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #btDiQFrK563AbetUdaPFwu7at0T8ZEPR { width:20rem;height:2.7109375rem;top:11.171875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnWkdBv7HulnlffoukRT9BO5QhEWXBae { width:11.125rem;height:2.5rem;top:2.5rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jrc1D5J7g2x4zdLP110ZIKAaSisPeHX8 { width:14.4375rem;height:1.3496125rem;top:17.6875rem;left:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XM4OHbPwRnBguU7NtpkTxOqhDwPGDpTO { width:17.5rem;height:5.421875rem;top:20.625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSoFTTg2HOEJTRWOTga0blrHa9e0xhL8 { width:19.875rem;height:11.25rem;top:15.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUKMQT7fqNeppKaxBdLvM0otO2ln6Qt8 { width:2.5rem;height:2.5rem;top:17.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5ELyCK33nz3HxiWoNJBKrey9CQoTAm3 { width:17.5rem;height:6.777375rem;top:33.4375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSS1SwiFTsqQNiHc8MgRgz9CmyeFltF8 { width:19.875rem;height:12.6875rem;top:28.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIuoqt6VLg5CHbVmu0eCumI6HSntcESM { width:2.5rem;height:2.5rem;top:29.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkZW5icKnWK4tvGhAZ34sLTxAqpwenCd { width:14.375rem;height:2.69921875rem;top:29.875rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6Bss3VhAIPdT8BSsKhNTl21rs5B2rmx { width:19.875rem;height:12.875rem;top:42.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwibOmLzbXEDJymBuR6ZBDPQidnbTtkX { width:2.5rem;height:2.5rem;top:43.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLQNdyJMogux1xyZoSQ7hoHMGWlkyEH3 { width:13.625rem;height:1.3496125rem;top:44.5rem;left:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWrPSgR8TIJvBzre6DlUPZZCPQmWLLTd { width:17.5rem;height:0;top:60.6337890625rem;left:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTOAdzXDuyBaSH1hTpvgQCyPtpHwDB7G { width:19.875rem;height:12.875rem;top:56.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLlEONACINPtigRVrFQxPS8haJpBufGa { width:2.5rem;height:2.5rem;top:57.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBZgeWLKKTA0Z0H6yxD7lMpv7aQXIKoc { width:13.9375rem;height:2.69921875rem;top:57.8125rem;left:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfRHb9b4MdO9oaKZNPNpIy4rI2IMUQP6 { width:17.5rem;height:0;top:77.25rem;left:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QKLwtZ36nMtl2sDVuLTOezZCzTATFqXU { width:17.5rem;height:6.777375rem;top:47.4375rem;left:1.25rem;font-size:0.875rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #bvE4mDy4f4WJ4eWTea5Xl03VmTuTfl6O { width:17.5rem;height:6.77734375rem;top:61.375rem;left:1.25rem;font-size:0.875rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #vAcRFCVEd3fDEWsit34fzWra3d5h0Hn0 { display:block; }#vAcRFCVEd3fDEWsit34fzWra3d5h0Hn0 > .row .container { width:20rem;height:110.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #niDr6tHQCppMAUhRbnEosNJP7FFe3lS6 { width:20rem;height:6.07324375rem;top:3.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O96KmZp0zat0Dznen06NBdKHxi3cxC9N { width:20rem;height:4.6494125rem;top:11.07324375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7guk9Q7Uof2et1xQsD3kDMGC6Oqvvxp { width:20rem;height:27rem;top:16.97168125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLoBLKJyWpqIar0qGP9RgoFMRGOzAZR3 { width:18rem;height:14.8457125rem;top:18.97168125rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQ62ly7mATEbN6gmLhLZczox0K0Ke8PM { width:13rem;height:1.7431625rem;top:38.34668125rem;left:7rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WebrnbzxkHGJWLt3BJAim4aZ8I9kPN84 { width:13rem;height:1.54980625rem;top:40.03418125rem;left:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5mUc01Qm2SKyqiN7nxATHGLTKKid0uh { width:13rem;height:3.5rem;top:102.9091796875rem;left:3.5rem;background-color:#5d92ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VopEPWGnw8Bv8wfSI9d1ZMA0VdbGWm9J { display:block; }
 }@media only screen and (max-width: 763px) { #gZqbQRSfrvDsJ41sBVZeiJ8rqgzCra05 { width:20rem;height:27rem;top:45.22168125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JH8WrN7NGvNi7ta9iPrzs3Z4FkoP2dIA { width:18rem;height:9.4472625rem;top:47.22168125rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHVgB0N3h2dKGz3KB9sGsdWn9AhVeNgM { width:13rem;height:1.7431625rem;top:65.78418125rem;left:7rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUsLsDIlSIGPlrr4LgdxvAZiM9AUqbnB { width:10.375rem;height:3.0996125rem;top:67.5263671875rem;left:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XU7T5lG9IqIPyRKgP21AI12RTGadJ0PS { width:20rem;height:27rem;top:73.47168125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLqpQhTH0MnUs4r8bTSadH5isU8NTZ4r { width:16.75rem;height:17.5449375rem;top:75.47168125rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgTPk8DH70IqouUbRoaTXeVu04n2GWfJ { width:13rem;height:1.7431625rem;top:94.84668125rem;left:7rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGtAX5JKfoONedi90TFuHAuhcySBHn50 { width:13rem;height:1.54980625rem;top:96.53418125rem;left:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKm06QQEHKXFaaDmkESN540qCTN8bdJt { width:3.5rem;height:3.9375rem;top:37.84668125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTQ4EvETJE7aoDyQbolBBV2trlMfBvXl { width:4.125rem;height:4.375rem;top:65.90918125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRGAQCdGiwu6OoAdFyhWlkpK9zIe3ztA { width:4.125rem;height:4rem;top:94.65918125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVIw8XW0VJVqID25RKiUq7OwIwC2Xzbw { display:block; }#IVIw8XW0VJVqID25RKiUq7OwIwC2Xzbw > .row .container { width:20rem;height:40.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CCdiXMXCcf1pe023ca60b3BrN809kDtn { width:20rem;height:0;top:19.5625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rkEyOeWnzDKzXMpMGq0DTFMh9oT5Eosp { width:13rem;height:3.5rem;top:33.232421875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKxcbQIuUHOwKTrXnMxJKHftDpuHta0m { display:block; }
 }@media only screen and (max-width: 763px) { #qZZPy5CB46LfnvPFE2xdvFog15ZveW0T { width:20rem;height:7.749rem;top:24.234375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qB0MFbhZFTEhVCitU9WKTudKBIfv3poh { width:20rem;height:16.0625rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVWvF72On4WKvNa5ZvFbegxzl0Pcdowv { width:20rem;height:4.048825rem;top:18.9375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15005;font-weight:300;font-style:normal;font-family:"be vietnam pro";display:block; }
 }@media only screen and (max-width: 763px) { #kfZhQ14phWAQ8W5E48emXv1hQWLdz064 { display:block; }#kfZhQ14phWAQ8W5E48emXv1hQWLdz064 > .row .container { width:20rem;height:77.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H61ABSyx0dDATaXqAGEWGeGzAr7SGXRM { width:20rem;height:4.048825rem;top:3.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaKlDKx320lWdm4KiP0PUDrcCoZuiLo0 { width:20rem;height:21rem;top:30.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMTcyeqSyLJ0Swhb5NaBI3iLdPF2cEiH { width:14.75rem;height:5.0625rem;top:45rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vng36FqL9gaS3HmX9fpNeQZzOaXM386Z { width:13rem;height:1.35546875rem;top:43rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5uTCQmGH6MvqvwIz76TVnHbisFcun6g { width:20rem;height:21rem;top:53.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUsvcifNCzcKzeOxb5Qo1ZJ5fwZPDbRI { width:13rem;height:1.35546875rem;top:65.5625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sw76pOODTacUOa6ptAfyI4EZMGE2k4fm { width:17.125rem;height:5.0625rem;top:67.625rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhSdydDP5ZeFq3uHLdpIIwLy664thrw3 { width:20rem;height:19.375rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKAFENkPf1GhDFbTKORPBnOh0Q7MPZhq { width:13rem;height:1.35625rem;top:22.375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb3gwzSgn3HWfzainSpauwmsGc2f3IRi { width:17.125rem;height:3.375rem;top:24.375rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsFETaInhizwNdexXpNr1nzaCN6JrzOh { height:10.818713450292rem;width:20rem;top:53.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHy02OqtyMVP5LnTInV6nmLZON9UP6Ta { height:10.818713450292rem;width:20rem;top:30.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #obBs0PLeOc8N1XULwtmJTPC7E53QTnsp { height:10.818713450292rem;width:20rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHTR9EpDCrBPT9RAXeZNMNzZi6nGf6Hc { display:block; }#uHTR9EpDCrBPT9RAXeZNMNzZi6nGf6Hc > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uuipL4X5gyCQfq2ngcFoin2L4UKZi1w9 { width:5.1875rem;height:1.5rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDutOSRib70haPWCo4T0M2Jwf9GV4M1J { width:15.4375rem;height:2.7119125rem;top:0.89453125rem;left:4.5625rem;font-size:0.875rem;display:block; }
 }