.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmm38nPF5d0avbbCFNMHemB2G1CmdVm7 { position:relative;display:block; }#wmm38nPF5d0avbbCFNMHemB2G1CmdVm7 { background-color: transparent; background-image: none; }#wmm38nPF5d0avbbCFNMHemB2G1CmdVm7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmm38nPF5d0avbbCFNMHemB2G1CmdVm7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmm38nPF5d0avbbCFNMHemB2G1CmdVm7 > .row .container > .video-iframe-container { display: none; }#wmm38nPF5d0avbbCFNMHemB2G1CmdVm7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmm38nPF5d0avbbCFNMHemB2G1CmdVm7 > .row > .video-iframe-container { display: none; }#wmm38nPF5d0avbbCFNMHemB2G1CmdVm7 > .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); }#wmm38nPF5d0avbbCFNMHemB2G1CmdVm7 { border-width: 0; border-radius: 0; }#wmm38nPF5d0avbbCFNMHemB2G1CmdVm7 > .row .container > .video-iframe-container {  }#wmm38nPF5d0avbbCFNMHemB2G1CmdVm7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:1.1875rem;width:75rem;position:relative;display:block; }#iX1gzQCmpT5QWnlcNsFtihhbWhUEVmPU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#03ca58;background-image:none;position:relative;display:block; }#iX1gzQCmpT5QWnlcNsFtihhbWhUEVmPU > .row .container { background-color: transparent; background-image: none; }#iX1gzQCmpT5QWnlcNsFtihhbWhUEVmPU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iX1gzQCmpT5QWnlcNsFtihhbWhUEVmPU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iX1gzQCmpT5QWnlcNsFtihhbWhUEVmPU > .row .container > .video-iframe-container { display: none; }#iX1gzQCmpT5QWnlcNsFtihhbWhUEVmPU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iX1gzQCmpT5QWnlcNsFtihhbWhUEVmPU > .row > .video-iframe-container { display: none; }#iX1gzQCmpT5QWnlcNsFtihhbWhUEVmPU > .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); }#iX1gzQCmpT5QWnlcNsFtihhbWhUEVmPU > .row .container { border-width: 0; border-radius: 0; }#iX1gzQCmpT5QWnlcNsFtihhbWhUEVmPU > .row > .video-iframe-container {  }#iX1gzQCmpT5QWnlcNsFtihhbWhUEVmPU > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;position:relative;display:block; }#shsA6LSBTJ2uKA3e4aQcWZxRzBHBcHRn { color:#ffffff;display:block;width:49.87425rem;position:absolute;font-family:"be vietnam pro";font-size:2.8125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:0.623779296875rem;left:12.498779296875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P5nK2qBdWOh2T4CwfmnRO77B2X6TtL1C { position:relative;display:none; }#P5nK2qBdWOh2T4CwfmnRO77B2X6TtL1C { border-width: 0; border-radius: 0; }#P5nK2qBdWOh2T4CwfmnRO77B2X6TtL1C > .row .container > .video-iframe-container {  }#P5nK2qBdWOh2T4CwfmnRO77B2X6TtL1C > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:40.4375rem;width:75rem;position:relative;display:none; }#b7C49CeqhGrMqTQpAOSiaHLqGs850V1P { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a62e0784-7a09-47db-a33d-cc97f69b1da0/WhatsAppImage20220616at074445.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33.93675rem;width:31.25rem;top:3.248291015625rem;left:3.125rem;display:block; }#b7C49CeqhGrMqTQpAOSiaHLqGs850V1P.adaptive-delivery-prevent-bg, #b7C49CeqhGrMqTQpAOSiaHLqGs850V1P.lazyload, #b7C49CeqhGrMqTQpAOSiaHLqGs850V1P.lazyloading { background-image: none; }
#mmJTyPkCMos5V5fQv6hPoINlaIf6OsxC { color:rgba(0,0,0,0.8);display:block;width:33.0625rem;position:absolute;font-family:"be vietnam pro";font-size:2.8125rem;font-weight:700;z-index:100011;line-height:1.1;letter-spacing:0;top:4.3125rem;left:37.5rem;height:6.1875rem;font-style:normal;display:block; }
#usLSdnJiI7CV6u2iGAOrKPs2O3QLSBkT { color:rgba(0,0,0,0.8);display:block;width:33.625rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:100012;line-height:1.6;letter-spacing:0;top:12.15576171875rem;left:37.5rem;height:10rem;font-style:normal;display:block; }
#BOiQVfrwsPV3T7got4fkGPbKpohoC6eK { color:rgba(0,0,0,0.8);display:block;width:27.9358125rem;position:absolute;font-family:"be vietnam pro";font-size:1.75rem;font-weight:700;z-index:100013;line-height:1.6;letter-spacing:0;top:24.81689453125rem;left:37.5rem;height:2.80029375rem;font-style:normal;display:block; }
#ImEgQwAa29rVbn1ETf8Hkbc01XHH7WSt { z-index:100003;top:31.248779296875rem;left:37.5rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #00fd46, #1eb556);background-image: -moz-linear-gradient(216deg, #00fd46, #1eb556);background-image: -ms-linear-gradient(216deg, #00fd46, #1eb556);background-image: -o-linear-gradient(216deg, #00fd46, #1eb556);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fd46', endColorstr='#1eb556' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fd46', endColorstr='#1eb556' );";background-image: linear-gradient(216deg, #00fd46, #1eb556);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(37,211,102,0.6) ;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:"be vietnam pro";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3745rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#RPqzDuFEGO8TyttfnauxvQasXLwGLPJx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#E9hsQWEF0TLZZZfWzEwOqWtpp9xye77k { position:relative;display:none; }#E9hsQWEF0TLZZZfWzEwOqWtpp9xye77k { border-width: 0; border-radius: 0; }#E9hsQWEF0TLZZZfWzEwOqWtpp9xye77k > .row .container > .video-iframe-container {  }#E9hsQWEF0TLZZZfWzEwOqWtpp9xye77k > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:40.4375rem;width:75rem;position:relative;display:none; }#Zfv9VyBh5NCEEaRQEZHHBQu9Zw2Tv1sD { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/61fffd2b-93e0-4598-a160-68494e0561f4/WhatsAppImage20220616at0744451.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33.93675rem;width:31.25rem;top:1.998291015625rem;left:39.874267578125rem;display:block; }#Zfv9VyBh5NCEEaRQEZHHBQu9Zw2Tv1sD.adaptive-delivery-prevent-bg, #Zfv9VyBh5NCEEaRQEZHHBQu9Zw2Tv1sD.lazyload, #Zfv9VyBh5NCEEaRQEZHHBQu9Zw2Tv1sD.lazyloading { background-image: none; }
#wU61lkqBvn69wD9hSuO9t7TmOCkZTF85 { color:rgba(0,0,0,0.8);display:block;width:36.5625rem;position:absolute;font-family:"be vietnam pro";font-size:2.8125rem;font-weight:700;z-index:100011;line-height:1.1;letter-spacing:0;top:3.936767578125rem;left:0rem;height:6.1875rem;font-style:normal;display:block; }
#F8ZI1bTIzlT2pW2nt07mriKDDbZOznMb { color:rgba(0,0,0,0.8);display:block;width:36.499rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:100012;line-height:1.6;letter-spacing:0;top:11.124267578125rem;left:0rem;height:6rem;font-style:normal;display:block; }
#zPk3xfghAfAg8GaKA6VMzW1iu7A0svRM { color:rgba(0,0,0,0.8);display:block;width:27.9358125rem;position:absolute;font-family:"be vietnam pro";font-size:1.75rem;font-weight:700;z-index:100013;line-height:1.6;letter-spacing:0;top:20.2490234375rem;left:0rem;height:2.80029375rem;font-style:normal;display:block; }
#DQSMOKKsOS61utNIz079LEeWwl409lpR { z-index:100003;top:26.8115234375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #00fd46, #1eb556);background-image: -moz-linear-gradient(216deg, #00fd46, #1eb556);background-image: -ms-linear-gradient(216deg, #00fd46, #1eb556);background-image: -o-linear-gradient(216deg, #00fd46, #1eb556);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fd46', endColorstr='#1eb556' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fd46', endColorstr='#1eb556' );";background-image: linear-gradient(216deg, #00fd46, #1eb556);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(37,211,102,0.6) ;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:"be vietnam pro";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3745rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#PRzrO21REcoTe1phrFJkNfpPb8uC3rpE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Kihk5I2XW0mNLgzP4bBILnA8w3e3G1qK { position:relative;display:none; }#Kihk5I2XW0mNLgzP4bBILnA8w3e3G1qK { border-width: 0; border-radius: 0; }#Kihk5I2XW0mNLgzP4bBILnA8w3e3G1qK > .row .container > .video-iframe-container {  }#Kihk5I2XW0mNLgzP4bBILnA8w3e3G1qK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:40.4375rem;width:75rem;position:relative;display:none; }#JZ0KhTfbkTHnEQaXDaFDoSUpmGvm2enB { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5a94bc84-f77b-4cd4-8769-7893548dd473/WhatsAppImage20220616at074446.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33.93675rem;width:31.25rem;top:3.248291015625rem;left:3.125rem;display:block; }#JZ0KhTfbkTHnEQaXDaFDoSUpmGvm2enB.adaptive-delivery-prevent-bg, #JZ0KhTfbkTHnEQaXDaFDoSUpmGvm2enB.lazyload, #JZ0KhTfbkTHnEQaXDaFDoSUpmGvm2enB.lazyloading { background-image: none; }
#XLRAWK8bnAnessCXFTL7gl9tc9wxm4fT { color:rgba(0,0,0,0.8);display:block;width:33.0625rem;position:absolute;font-family:"be vietnam pro";font-size:2.8125rem;font-weight:700;z-index:100011;line-height:1.1;letter-spacing:0;top:4.3125rem;left:37.5rem;height:6.1875rem;font-style:normal;display:block; }
#c7ZgvB2W2bPDg4uyNLuR81l62RWG1GsT { color:rgba(0,0,0,0.8);display:block;width:33.625rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:100012;line-height:1.6;letter-spacing:0;top:12.15576171875rem;left:37.5rem;height:8rem;font-style:normal;display:block; }
#lqUEQvT6OoV7Ge5MdEkmpfBaCtxUc8IQ { color:rgba(0,0,0,0.8);display:block;width:27.9358125rem;position:absolute;font-family:"be vietnam pro";font-size:1.75rem;font-weight:700;z-index:100013;line-height:1.6;letter-spacing:0;top:24.81689453125rem;left:37.5rem;height:2.80029375rem;font-style:normal;display:block; }
#rzA2vmDWPZktWuoPmiSiuNrJTZHgZ1ww { z-index:100003;top:31.248779296875rem;left:37.5rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #00fd46, #1eb556);background-image: -moz-linear-gradient(216deg, #00fd46, #1eb556);background-image: -ms-linear-gradient(216deg, #00fd46, #1eb556);background-image: -o-linear-gradient(216deg, #00fd46, #1eb556);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fd46', endColorstr='#1eb556' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fd46', endColorstr='#1eb556' );";background-image: linear-gradient(216deg, #00fd46, #1eb556);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(37,211,102,0.6) ;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:"be vietnam pro";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3745rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#X5DnEwd8a9S6plo0kbWmxZNu7puOVJU7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OTLnzlnwQB38nElMg1viazaziE7mF3z3 { position:relative;display:none; }#OTLnzlnwQB38nElMg1viazaziE7mF3z3 { border-width: 0; border-radius: 0; }#OTLnzlnwQB38nElMg1viazaziE7mF3z3 > .row .container > .video-iframe-container {  }#OTLnzlnwQB38nElMg1viazaziE7mF3z3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:40.4375rem;width:75rem;position:relative;display:none; }#CT3fTiN2OS0fC1wR67TppRE7fBVG1bhU { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f1ec94ab-63fe-4e4f-b778-2ed697c5c89c/486299657866848.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33.93675rem;width:31.25rem;top:1.998291015625rem;left:39.874267578125rem;display:block; }#CT3fTiN2OS0fC1wR67TppRE7fBVG1bhU.adaptive-delivery-prevent-bg, #CT3fTiN2OS0fC1wR67TppRE7fBVG1bhU.lazyload, #CT3fTiN2OS0fC1wR67TppRE7fBVG1bhU.lazyloading { background-image: none; }
#V41R6erN8CLC6z2dQQ6eR4a0WHn6Q68f { color:rgba(0,0,0,0.8);display:block;width:36.5625rem;position:absolute;font-family:"be vietnam pro";font-size:2.8125rem;font-weight:700;z-index:100011;line-height:1.1;letter-spacing:0;top:3.936767578125rem;left:0rem;height:3.09375rem;font-style:normal;display:block; }
#v8hvUhPd91fwlufHyBQ3F9NKw2Pg2Wle { color:rgba(0,0,0,0.8);display:block;width:36.4978125rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:100012;line-height:1.6;letter-spacing:0;top:8.123779296875rem;left:0rem;height:2rem;font-style:normal;display:block; }
#Tp6FIT0ORrMEGqb7AWaZ7g8CbdkGQMfn { color:rgba(0,0,0,0.8);display:block;width:27.9358125rem;position:absolute;font-family:"be vietnam pro";font-size:1.75rem;font-weight:700;z-index:100013;line-height:1.6;letter-spacing:0;top:14.190673828125rem;left:0rem;height:2.80029375rem;font-style:normal;display:block; }
#OFwAugDJ1FbLaGSFiSOEfypZS8xXSR2m { z-index:100003;top:21.37451171875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #00fd46, #1eb556);background-image: -moz-linear-gradient(216deg, #00fd46, #1eb556);background-image: -ms-linear-gradient(216deg, #00fd46, #1eb556);background-image: -o-linear-gradient(216deg, #00fd46, #1eb556);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fd46', endColorstr='#1eb556' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fd46', endColorstr='#1eb556' );";background-image: linear-gradient(216deg, #00fd46, #1eb556);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(37,211,102,0.6) ;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:"be vietnam pro";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3745rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#gdl8KtQri4n0iyNnRnGOD4zQny8Ox78K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pNFRuA7VPGg9khRDEsxJkkFfoSA424qg { position:relative;display:none; }#pNFRuA7VPGg9khRDEsxJkkFfoSA424qg { border-width: 0; border-radius: 0; }#pNFRuA7VPGg9khRDEsxJkkFfoSA424qg > .row .container > .video-iframe-container {  }#pNFRuA7VPGg9khRDEsxJkkFfoSA424qg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:40.4375rem;width:75rem;position:relative;display:none; }#LkvaIsVK39TMEJZmfFrPBoPuQaCBDvTG { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/00bd0d8c-1c92-405b-840c-cd1fa182a47b/WhatsAppImage20220616at080102.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33.93675rem;width:31.25rem;top:3.248291015625rem;left:3.125rem;display:block; }#LkvaIsVK39TMEJZmfFrPBoPuQaCBDvTG.adaptive-delivery-prevent-bg, #LkvaIsVK39TMEJZmfFrPBoPuQaCBDvTG.lazyload, #LkvaIsVK39TMEJZmfFrPBoPuQaCBDvTG.lazyloading { background-image: none; }
#m1wW6UyKKSidAB6w1nsiMJPpx04oSkcz { color:rgba(0,0,0,0.8);display:block;width:33.0625rem;position:absolute;font-family:"be vietnam pro";font-size:2.8125rem;font-weight:700;z-index:100011;line-height:1.1;letter-spacing:0;top:4.3125rem;left:37.5rem;height:6.1875rem;font-style:normal;display:block; }
#WWyLB7v9PxSl1UFWg2XkEywxcRNbnTOk { color:rgba(0,0,0,0.8);display:block;width:33.625rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:100012;line-height:1.6;letter-spacing:0;top:12.15576171875rem;left:37.5rem;height:2rem;font-style:normal;display:block; }
#UkcVTUupT6eqf3ATHfsZkDadIWP70fER { color:rgba(0,0,0,0.8);display:block;width:27.9358125rem;position:absolute;font-family:"be vietnam pro";font-size:1.75rem;font-weight:700;z-index:100013;line-height:1.6;letter-spacing:0;top:17.44140625rem;left:37.5rem;height:2.80029375rem;font-style:normal;display:block; }
#eSWEtNMBf9046P5dDLo4sPqeaMUf1BGR { z-index:100003;top:23.997802734375rem;left:37.5rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #00fd46, #1eb556);background-image: -moz-linear-gradient(216deg, #00fd46, #1eb556);background-image: -ms-linear-gradient(216deg, #00fd46, #1eb556);background-image: -o-linear-gradient(216deg, #00fd46, #1eb556);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fd46', endColorstr='#1eb556' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fd46', endColorstr='#1eb556' );";background-image: linear-gradient(216deg, #00fd46, #1eb556);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(37,211,102,0.6) ;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:"be vietnam pro";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3733125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#LX15B2sEhMRJc5i1hsc7VpBi299I116T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zUQZMu9s6cm79z1XeDPCWqRvOolhlQQ8 { position:relative;display:block; }#zUQZMu9s6cm79z1XeDPCWqRvOolhlQQ8 { background-color: transparent; background-image: none; }#zUQZMu9s6cm79z1XeDPCWqRvOolhlQQ8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zUQZMu9s6cm79z1XeDPCWqRvOolhlQQ8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zUQZMu9s6cm79z1XeDPCWqRvOolhlQQ8 > .row .container > .video-iframe-container { display: none; }#zUQZMu9s6cm79z1XeDPCWqRvOolhlQQ8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zUQZMu9s6cm79z1XeDPCWqRvOolhlQQ8 > .row > .video-iframe-container { display: none; }#zUQZMu9s6cm79z1XeDPCWqRvOolhlQQ8 > .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); }#zUQZMu9s6cm79z1XeDPCWqRvOolhlQQ8 { border-width: 0; border-radius: 0; }#zUQZMu9s6cm79z1XeDPCWqRvOolhlQQ8 > .row .container > .video-iframe-container {  }#zUQZMu9s6cm79z1XeDPCWqRvOolhlQQ8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:40.4375rem;width:75rem;position:relative;display:block; }#T5vi1fzKc4iDlv6aFnsegsypSMIxvLeG { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0d843d1f-97e2-4e3c-8f2e-e2c797128702/WhatsAppImage20220616at080845.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.125rem;width:17.8125rem;top:1.9974060058594rem;left:39.873695373535rem;display:block; }#T5vi1fzKc4iDlv6aFnsegsypSMIxvLeG.adaptive-delivery-prevent-bg, #T5vi1fzKc4iDlv6aFnsegsypSMIxvLeG.lazyload, #T5vi1fzKc4iDlv6aFnsegsypSMIxvLeG.lazyloading { background-image: none; }
#d8nJGGMWBshT8vWPHJMfagxkm3Emiw02 { color:rgba(0,0,0,0.8);display:block;width:39.75rem;position:absolute;font-family:"be vietnam pro";font-size:2.8125rem;font-weight:700;z-index:100011;line-height:1.1;letter-spacing:0;top:3.9362030029297rem;left:0rem;height:6.1875rem;font-style:normal;display:block; }
#v26RnxX6oxi0eX8PiG9TciGv1xWpxhQS { color:rgba(0,0,0,0.8);display:block;width:36.499rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:100012;line-height:1.6;letter-spacing:0;top:11.124267578125rem;left:0rem;height:3.99609375rem;font-style:normal;display:block; }
#hpNAREsKIlffnt1vOI6vZk4lNocHBLm8 { color:rgba(0,0,0,0.8);display:block;width:27.9358125rem;position:absolute;font-family:"be vietnam pro";font-size:1.75rem;font-weight:700;z-index:100013;line-height:1.6;letter-spacing:0;top:19.503173828125rem;left:0rem;height:2.80078125rem;font-style:normal;display:block; }
#PRksJBI8CCwATkxFW2AWVUTAamSgvGdM { z-index:100003;top:26.06201171875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #00fd46, #1eb556);background-image: -moz-linear-gradient(216deg, #00fd46, #1eb556);background-image: -ms-linear-gradient(216deg, #00fd46, #1eb556);background-image: -o-linear-gradient(216deg, #00fd46, #1eb556);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fd46', endColorstr='#1eb556' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fd46', endColorstr='#1eb556' );";background-image: linear-gradient(216deg, #00fd46, #1eb556);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(37,211,102,0.6) ;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:"be vietnam pro";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3745rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#QwE6vhL9RAP5AeAZvJ6k95HvMPoDkMC9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XRFLx4KbKXVdzAZE3FCmcJTaBEv8u8Cq { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2274afeb-7280-4300-8ab2-b5e165542cd6/WhatsAppImage20220729at122502.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.625rem;width:18.25rem;top:15.8125rem;left:56.748695373535rem;display:block; }#XRFLx4KbKXVdzAZE3FCmcJTaBEv8u8Cq.adaptive-delivery-prevent-bg, #XRFLx4KbKXVdzAZE3FCmcJTaBEv8u8Cq.lazyload, #XRFLx4KbKXVdzAZE3FCmcJTaBEv8u8Cq.lazyloading { background-image: none; }
#Bl1stndzQhSAO9HU81kG4CGohGUazzCN { position:relative;display:block; }#Bl1stndzQhSAO9HU81kG4CGohGUazzCN { background-color: transparent; background-image: none; }#Bl1stndzQhSAO9HU81kG4CGohGUazzCN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bl1stndzQhSAO9HU81kG4CGohGUazzCN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bl1stndzQhSAO9HU81kG4CGohGUazzCN > .row .container > .video-iframe-container { display: none; }#Bl1stndzQhSAO9HU81kG4CGohGUazzCN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bl1stndzQhSAO9HU81kG4CGohGUazzCN > .row > .video-iframe-container { display: none; }#Bl1stndzQhSAO9HU81kG4CGohGUazzCN > .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); }#Bl1stndzQhSAO9HU81kG4CGohGUazzCN { border-width: 0; border-radius: 0; }#Bl1stndzQhSAO9HU81kG4CGohGUazzCN > .row .container > .video-iframe-container {  }#Bl1stndzQhSAO9HU81kG4CGohGUazzCN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:40.4375rem;width:75rem;position:relative;display:block; }#JTQ7MfedgOgwF6xQoaQDTKqdTSXLOh8w { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/239bf8ae-8e39-47db-b322-b98e7db5da42/42075484.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33.9355625rem;width:31.25rem;top:3.24951171875rem;left:2.4365234375rem;display:block; }#JTQ7MfedgOgwF6xQoaQDTKqdTSXLOh8w.adaptive-delivery-prevent-bg, #JTQ7MfedgOgwF6xQoaQDTKqdTSXLOh8w.lazyload, #JTQ7MfedgOgwF6xQoaQDTKqdTSXLOh8w.lazyloading { background-image: none; }
#f32GPq2MNB7KT7Or3WtEpm7ey2Al6Fq6 { color:rgba(0,0,0,0.8);display:block;width:33.0615rem;position:absolute;font-family:"be vietnam pro";font-size:2.8125rem;font-weight:700;z-index:100011;line-height:1.1;letter-spacing:0;top:3.248291015625rem;left:37.5rem;height:9.28125rem;font-style:normal;display:block; }
#mE61fw4OawefFZgUx6Pa6D1EVyxx534h { color:rgba(0,0,0,0.8);display:block;width:33.62425rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:100012;line-height:1.6;letter-spacing:0;top:13.5302734375rem;left:37.5rem;height:9.99025rem;font-style:normal;display:block; }
#Cmg9CMV5u5n524b6bA9UbJfFOoUMNoxt { color:rgba(0,0,0,0.8);display:block;width:27.9358125rem;position:absolute;font-family:"be vietnam pro";font-size:1.75rem;font-weight:700;z-index:100013;line-height:1.6;letter-spacing:0;top:26.4404296875rem;left:37.5rem;height:2.80078125rem;font-style:normal;display:block; }
#ZqSxardIrmE1cFsQOGC5ZKuGlHSxUBRl { z-index:100003;top:31.248779296875rem;left:37.5rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #00fd46, #1eb556);background-image: -moz-linear-gradient(216deg, #00fd46, #1eb556);background-image: -ms-linear-gradient(216deg, #00fd46, #1eb556);background-image: -o-linear-gradient(216deg, #00fd46, #1eb556);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fd46', endColorstr='#1eb556' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fd46', endColorstr='#1eb556' );";background-image: linear-gradient(216deg, #00fd46, #1eb556);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(37,211,102,0.6) ;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:"be vietnam pro";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3745rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#WLE9v6UVZwcU2ToT6itNTpL2S5Gl67VS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#U3suOiPtH9MyuVdDCd2MLTpMCfbcmwS7 { position:relative;display:none; }#U3suOiPtH9MyuVdDCd2MLTpMCfbcmwS7 { border-width: 0; border-radius: 0; }#U3suOiPtH9MyuVdDCd2MLTpMCfbcmwS7 > .row .container > .video-iframe-container {  }#U3suOiPtH9MyuVdDCd2MLTpMCfbcmwS7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:40.4375rem;width:75rem;position:relative;display:none; }#HgIQqVwxc09dGm3uwO3it2JD0LsZVPaT { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9a0cc95f-8c72-46fa-b04e-0896776a6bde/WhatsAppImage20220616at081453.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33.93675rem;width:31.25rem;top:1.998291015625rem;left:39.874267578125rem;display:block; }#HgIQqVwxc09dGm3uwO3it2JD0LsZVPaT.adaptive-delivery-prevent-bg, #HgIQqVwxc09dGm3uwO3it2JD0LsZVPaT.lazyload, #HgIQqVwxc09dGm3uwO3it2JD0LsZVPaT.lazyloading { background-image: none; }
#czyVK2Xf3bSyRsHAQxTLVOeX6hGS1dy6 { color:rgba(0,0,0,0.8);display:block;width:36.5625rem;position:absolute;font-family:"be vietnam pro";font-size:2.8125rem;font-weight:700;z-index:100011;line-height:1.1;letter-spacing:0;top:3.936767578125rem;left:0rem;height:6.1875rem;font-style:normal;display:block; }
#XVWo8RrtyDLUA7Wt7ZcuaqLzQVFWDyzU { color:rgba(0,0,0,0.8);display:block;width:36.499rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:100012;line-height:1.6;letter-spacing:0;top:11.124267578125rem;left:0rem;height:4rem;font-style:normal;display:block; }
#N7mS1EODgkfwCfKNXpy7qZusXmQwezC4 { color:rgba(0,0,0,0.8);display:block;width:27.9358125rem;position:absolute;font-family:"be vietnam pro";font-size:1.75rem;font-weight:700;z-index:100013;line-height:1.6;letter-spacing:0;top:17.81591796875rem;left:0rem;height:2.79948125rem;font-style:normal;display:block; }
#mAxFpM8Zb5oOP9kTXBez4DHJD4TlJrog { z-index:100003;top:23.0615234375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #00fd46, #1eb556);background-image: -moz-linear-gradient(216deg, #00fd46, #1eb556);background-image: -ms-linear-gradient(216deg, #00fd46, #1eb556);background-image: -o-linear-gradient(216deg, #00fd46, #1eb556);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fd46', endColorstr='#1eb556' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fd46', endColorstr='#1eb556' );";background-image: linear-gradient(216deg, #00fd46, #1eb556);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(37,211,102,0.6) ;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:"be vietnam pro";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3745rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vEeMGdrF1vLLxg1PomruS32ErbhEthIT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#R9T35yR2wh11eRQRkEaXTkhnN8CRUe4I { position:relative;display:none; }#R9T35yR2wh11eRQRkEaXTkhnN8CRUe4I { border-width: 0; border-radius: 0; }#R9T35yR2wh11eRQRkEaXTkhnN8CRUe4I > .row .container > .video-iframe-container {  }#R9T35yR2wh11eRQRkEaXTkhnN8CRUe4I > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:40.4375rem;width:75rem;position:relative;display:none; }#b5NCE1Q2WyKAUqvLzcaIdN71tdtocQs2 { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bd77d8ad-ce0a-4185-aabd-10a4e9bb12c9/WhatsAppImage20220616at0821111.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33.9355625rem;width:31.25rem;top:3.24951171875rem;left:2.4365234375rem;display:block; }#b5NCE1Q2WyKAUqvLzcaIdN71tdtocQs2.adaptive-delivery-prevent-bg, #b5NCE1Q2WyKAUqvLzcaIdN71tdtocQs2.lazyload, #b5NCE1Q2WyKAUqvLzcaIdN71tdtocQs2.lazyloading { background-image: none; }
#ohE1MxRX8cuWP07QAVGAumVBhGZuVKDJ { color:rgba(0,0,0,0.8);display:block;width:33.0603125rem;position:absolute;font-family:"be vietnam pro";font-size:2.8125rem;font-weight:700;z-index:100011;line-height:1.1;letter-spacing:0;top:5.498046875rem;left:37.5rem;height:6.1875rem;font-style:normal;display:block; }
#lrN3UHkHORqZUGtMmM8S5i5XwHTa1iMS { color:rgba(0,0,0,0.8);display:block;width:33.62425rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:100012;line-height:1.6;letter-spacing:0;top:13.5302734375rem;left:37.5rem;height:4rem;font-style:normal;display:block; }
#RuqAIW0LeqbT0BR2IV2f9ma3cuzhLScL { color:rgba(0,0,0,0.8);display:block;width:27.9358125rem;position:absolute;font-family:"be vietnam pro";font-size:1.75rem;font-weight:700;z-index:100013;line-height:1.6;letter-spacing:0;top:19.439697265625rem;left:37.5rem;height:2.80029375rem;font-style:normal;display:block; }
#ptX0nDwn3r8G0rZOZuyD9O0B0wJtcKTb { z-index:100003;top:24.74853515625rem;left:37.5rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #00fd46, #1eb556);background-image: -moz-linear-gradient(216deg, #00fd46, #1eb556);background-image: -ms-linear-gradient(216deg, #00fd46, #1eb556);background-image: -o-linear-gradient(216deg, #00fd46, #1eb556);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fd46', endColorstr='#1eb556' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fd46', endColorstr='#1eb556' );";background-image: linear-gradient(216deg, #00fd46, #1eb556);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(37,211,102,0.6) ;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:"be vietnam pro";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3733125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wEBT33ZzO6WUmPauPrSFrT5qCp74rt7v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#f8F7ENrtbcmWCSXiwwGQQT7195QmMdCL { position:relative;display:block; }#f8F7ENrtbcmWCSXiwwGQQT7195QmMdCL { background-color: transparent; background-image: none; }#f8F7ENrtbcmWCSXiwwGQQT7195QmMdCL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8F7ENrtbcmWCSXiwwGQQT7195QmMdCL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8F7ENrtbcmWCSXiwwGQQT7195QmMdCL > .row .container > .video-iframe-container { display: none; }#f8F7ENrtbcmWCSXiwwGQQT7195QmMdCL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8F7ENrtbcmWCSXiwwGQQT7195QmMdCL > .row > .video-iframe-container { display: none; }#f8F7ENrtbcmWCSXiwwGQQT7195QmMdCL > .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); }#f8F7ENrtbcmWCSXiwwGQQT7195QmMdCL { border-width: 0; border-radius: 0; }#f8F7ENrtbcmWCSXiwwGQQT7195QmMdCL > .row .container > .video-iframe-container {  }#f8F7ENrtbcmWCSXiwwGQQT7195QmMdCL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:40.4375rem;width:75rem;position:relative;display:block; }#meHuHNMZKhV0V5ngTFdRZFMq4RSP6bME { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9e276d06-a12d-446d-8c3d-d7f448b1928e/CapturadeTela20220616as082908.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33.93675rem;width:31.25rem;top:1.998291015625rem;left:39.874267578125rem;display:block; }#meHuHNMZKhV0V5ngTFdRZFMq4RSP6bME.adaptive-delivery-prevent-bg, #meHuHNMZKhV0V5ngTFdRZFMq4RSP6bME.lazyload, #meHuHNMZKhV0V5ngTFdRZFMq4RSP6bME.lazyloading { background-image: none; }
#QHgFDlDd3SThZ1w6f3BoUdfzbgeiblke { color:rgba(0,0,0,0.8);display:block;width:34.75rem;position:absolute;font-family:"be vietnam pro";font-size:2.1875rem;font-weight:700;z-index:100011;line-height:1.1;letter-spacing:0;top:3.936767578125rem;left:0rem;height:4.81055rem;font-style:normal;display:block; }
#WhS2DSpOwmxETOyW4l4Ul1vbnTxZO00c { color:rgba(0,0,0,0.8);display:block;width:36.499rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:100012;line-height:1.6;letter-spacing:0;top:11.124267578125rem;left:0rem;height:3.99609375rem;font-style:normal;display:block; }
#JUgqQOOmIaHSXtKG68TEMiqotsJVhm5w { color:rgba(0,0,0,0.8);display:block;width:27.9358125rem;position:absolute;font-family:"be vietnam pro";font-size:1.75rem;font-weight:700;z-index:100013;line-height:1.6;letter-spacing:0;top:17.81591796875rem;left:0rem;height:2.80078125rem;font-style:normal;display:block; }
#KuXiOTM8m0t1OHG5sShEz1V77Ml9Bkkb { z-index:100003;top:22.999267578125rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #00fd46, #1eb556);background-image: -moz-linear-gradient(216deg, #00fd46, #1eb556);background-image: -ms-linear-gradient(216deg, #00fd46, #1eb556);background-image: -o-linear-gradient(216deg, #00fd46, #1eb556);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fd46', endColorstr='#1eb556' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fd46', endColorstr='#1eb556' );";background-image: linear-gradient(216deg, #00fd46, #1eb556);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(37,211,102,0.6) ;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:"be vietnam pro";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3745rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kfflhUoeSWOVq2kvgk90hideAWrcdypc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Puwb6BuFy3zzimqt9iSeHvUUs30h9ttT { position:relative;display:none; }#Puwb6BuFy3zzimqt9iSeHvUUs30h9ttT { border-width: 0; border-radius: 0; }#Puwb6BuFy3zzimqt9iSeHvUUs30h9ttT > .row .container > .video-iframe-container {  }#Puwb6BuFy3zzimqt9iSeHvUUs30h9ttT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:40.4375rem;width:75rem;position:relative;display:none; }#EPLrFBvCQg1HLOr9P75uUkcs64dAxL9X { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2535967a-9910-4de4-bf3a-9e9789ac06d1/CapturadeTela20220616as084832.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33.9355625rem;width:31.25rem;top:2.559814453125rem;left:2.623291015625rem;display:block; }#EPLrFBvCQg1HLOr9P75uUkcs64dAxL9X.adaptive-delivery-prevent-bg, #EPLrFBvCQg1HLOr9P75uUkcs64dAxL9X.lazyload, #EPLrFBvCQg1HLOr9P75uUkcs64dAxL9X.lazyloading { background-image: none; }
#XrwHi3RbIJHK7COCEkzcZcnb1S3irkVf { color:rgba(0,0,0,0.8);display:block;width:33.0603125rem;position:absolute;font-family:"be vietnam pro";font-size:2.25rem;font-weight:700;z-index:100011;line-height:1.1;letter-spacing:0;top:5.372314453125rem;left:37.5rem;height:7.423125rem;font-style:normal;display:block; }
#uJvrVPvKSFpDXoF9Wx4MzQOyMiMBCEAZ { color:rgba(0,0,0,0.8);display:block;width:33.62425rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:100012;line-height:1.6;letter-spacing:0;top:13.5302734375rem;left:37.5rem;height:10rem;font-style:normal;display:block; }
#pGzPwpTKMLOP1CBBZT0AUzuk1KzfgffP { color:rgba(0,0,0,0.8);display:block;width:27.9358125rem;position:absolute;font-family:"be vietnam pro";font-size:1.75rem;font-weight:700;z-index:100013;line-height:1.6;letter-spacing:0;top:28.06396484375rem;left:37.5rem;height:2.79948125rem;font-style:normal;display:block; }
#U1zxZ0tTGnK8o818IF1qokhKIUTOvQu6 { z-index:100003;top:32.55859375rem;left:37.5rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #00fd46, #1eb556);background-image: -moz-linear-gradient(216deg, #00fd46, #1eb556);background-image: -ms-linear-gradient(216deg, #00fd46, #1eb556);background-image: -o-linear-gradient(216deg, #00fd46, #1eb556);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fd46', endColorstr='#1eb556' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fd46', endColorstr='#1eb556' );";background-image: linear-gradient(216deg, #00fd46, #1eb556);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(37,211,102,0.6) ;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:"be vietnam pro";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3733125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#D3F3GyRa01XhJIFFl0ZzuvAvOBVciKp9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OPWvPRx6pGtAlbCBrcZ3bRykmixKd7uB { position:relative;display:block; }#OPWvPRx6pGtAlbCBrcZ3bRykmixKd7uB { background-color: transparent; background-image: none; }#OPWvPRx6pGtAlbCBrcZ3bRykmixKd7uB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPWvPRx6pGtAlbCBrcZ3bRykmixKd7uB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPWvPRx6pGtAlbCBrcZ3bRykmixKd7uB > .row .container > .video-iframe-container { display: none; }#OPWvPRx6pGtAlbCBrcZ3bRykmixKd7uB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPWvPRx6pGtAlbCBrcZ3bRykmixKd7uB > .row > .video-iframe-container { display: none; }#OPWvPRx6pGtAlbCBrcZ3bRykmixKd7uB > .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); }#OPWvPRx6pGtAlbCBrcZ3bRykmixKd7uB { border-width: 0; border-radius: 0; }#OPWvPRx6pGtAlbCBrcZ3bRykmixKd7uB > .row .container > .video-iframe-container {  }#OPWvPRx6pGtAlbCBrcZ3bRykmixKd7uB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:40.4375rem;width:75rem;position:relative;display:block; }#tOfKuk8inNTyh5uMLk3Gw7Fxv8awoagw { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f3cfb9d1-f07b-487c-a841-3ea656061c1d/WhatsAppImage20220729at144713.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33.93675rem;width:31.25rem;top:1.998291015625rem;left:39.874267578125rem;display:block; }#tOfKuk8inNTyh5uMLk3Gw7Fxv8awoagw.adaptive-delivery-prevent-bg, #tOfKuk8inNTyh5uMLk3Gw7Fxv8awoagw.lazyload, #tOfKuk8inNTyh5uMLk3Gw7Fxv8awoagw.lazyloading { background-image: none; }
#NPC2xaAc0FgZh37kqpVragIlcqGH0OtI { color:rgba(0,0,0,0.8);display:block;width:34.75rem;position:absolute;font-family:"be vietnam pro";font-size:2.1875rem;font-weight:700;z-index:100011;line-height:1.1;letter-spacing:0;top:3.936767578125rem;left:0rem;height:4.81055rem;font-style:normal;display:block; }
#ZxbtbLpEgo6ycrBFhLTTxm0f42M8MoaV { color:rgba(0,0,0,0.8);display:block;width:36.499rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:100012;line-height:1.6;letter-spacing:0;top:11.124267578125rem;left:0rem;height:11.98825rem;font-style:normal;display:block; }
#qDNvJlCCVcMOJgKW2U8HtBNxCTDoTrd6 { color:rgba(0,0,0,0.8);display:block;width:27.934875rem;position:absolute;font-family:"be vietnam pro";font-size:1.75rem;font-weight:700;z-index:100013;line-height:1.6;letter-spacing:0;top:25.877603530884rem;left:0rem;height:2.80078125rem;font-style:normal;display:block; }
#Qw7i56LCRaPNE55TypTscTCsIac9Gp1H { z-index:100003;top:31.623697280884rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #00fd46, #1eb556);background-image: -moz-linear-gradient(216deg, #00fd46, #1eb556);background-image: -ms-linear-gradient(216deg, #00fd46, #1eb556);background-image: -o-linear-gradient(216deg, #00fd46, #1eb556);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fd46', endColorstr='#1eb556' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fd46', endColorstr='#1eb556' );";background-image: linear-gradient(216deg, #00fd46, #1eb556);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(37,211,102,0.6) ;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:"be vietnam pro";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3736875rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#tf55L7kWey1mO9JAgMmW0xORy0DDN7oc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cQu5yssakSEZq5aDL96cudMvan84zpNn { position:relative;display:block; }#cQu5yssakSEZq5aDL96cudMvan84zpNn { background-color: transparent; background-image: none; }#cQu5yssakSEZq5aDL96cudMvan84zpNn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQu5yssakSEZq5aDL96cudMvan84zpNn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQu5yssakSEZq5aDL96cudMvan84zpNn > .row .container > .video-iframe-container { display: none; }#cQu5yssakSEZq5aDL96cudMvan84zpNn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQu5yssakSEZq5aDL96cudMvan84zpNn > .row > .video-iframe-container { display: none; }#cQu5yssakSEZq5aDL96cudMvan84zpNn > .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); }#cQu5yssakSEZq5aDL96cudMvan84zpNn { border-width: 0; border-radius: 0; }#cQu5yssakSEZq5aDL96cudMvan84zpNn > .row .container > .video-iframe-container {  }#cQu5yssakSEZq5aDL96cudMvan84zpNn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:40.4375rem;width:75rem;position:relative;display:block; }#ef6gnEdetCLIxBRlHhUHhqcXfIdeAzE9 { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e0bb7924-8a35-4f2e-b793-ed932ca1fc8e/WhatsAppImage20220729at1447131.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33.9355625rem;width:31.25rem;top:2.559814453125rem;left:2.623291015625rem;display:block; }#ef6gnEdetCLIxBRlHhUHhqcXfIdeAzE9.adaptive-delivery-prevent-bg, #ef6gnEdetCLIxBRlHhUHhqcXfIdeAzE9.lazyload, #ef6gnEdetCLIxBRlHhUHhqcXfIdeAzE9.lazyloading { background-image: none; }
#JAOmaglWJGOSCgDSGBnAqlTFTUzZAR6c { color:rgba(0,0,0,0.8);display:block;width:33.0603125rem;position:absolute;font-family:"be vietnam pro";font-size:2.25rem;font-weight:700;z-index:100011;line-height:1.1;letter-spacing:0;top:5.372314453125rem;left:37.5rem;height:4.94791875rem;font-style:normal;display:block; }
#bAv2UJxanwrWJ6lnvsMME57bTg2zo3bT { color:rgba(0,0,0,0.8);display:block;width:33.6236875rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:100012;line-height:1.6;letter-spacing:0;top:11.654949188233rem;left:37.500001907349rem;height:12rem;font-style:normal;display:block; }
#QBMRWTf92whPRFrfSDSZMUHlUQ4BsFJZ { color:rgba(0,0,0,0.8);display:block;width:27.9358125rem;position:absolute;font-family:"be vietnam pro";font-size:1.75rem;font-weight:700;z-index:100013;line-height:1.6;letter-spacing:0;top:28.06396484375rem;left:37.5rem;height:2.79948125rem;font-style:normal;display:block; }
#VHaIGkbWr6czN8UMyxESX1ggZshTqWok { z-index:100003;top:32.55859375rem;left:37.5rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #00fd46, #1eb556);background-image: -moz-linear-gradient(216deg, #00fd46, #1eb556);background-image: -ms-linear-gradient(216deg, #00fd46, #1eb556);background-image: -o-linear-gradient(216deg, #00fd46, #1eb556);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fd46', endColorstr='#1eb556' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fd46', endColorstr='#1eb556' );";background-image: linear-gradient(216deg, #00fd46, #1eb556);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(37,211,102,0.6) ;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:"be vietnam pro";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3733125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wz8QzCcekGkzwvZ4pQ9E2lTC0ldRP879 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#whTvEyLfH6uBpubw9s14vdXRPSvCm5c8 { position:relative;display:none; }#whTvEyLfH6uBpubw9s14vdXRPSvCm5c8 { border-width: 0; border-radius: 0; }#whTvEyLfH6uBpubw9s14vdXRPSvCm5c8 > .row .container > .video-iframe-container {  }#whTvEyLfH6uBpubw9s14vdXRPSvCm5c8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:40.4375rem;width:75rem;position:relative;display:none; }#aWxqW8scBPCaFbMp9K0sBMMRGTyTlGgo { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/cf5881a9-eb86-41b1-ace3-b26fac3d20c8/WhatsAppImage20220729at123055.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33.93675rem;width:31.25rem;top:1.998291015625rem;left:39.874267578125rem;display:block; }#aWxqW8scBPCaFbMp9K0sBMMRGTyTlGgo.adaptive-delivery-prevent-bg, #aWxqW8scBPCaFbMp9K0sBMMRGTyTlGgo.lazyload, #aWxqW8scBPCaFbMp9K0sBMMRGTyTlGgo.lazyloading { background-image: none; }
#ySbhTORLGvLgRk7EXPJuTTetUrkxRkw4 { color:rgba(0,0,0,0.8);display:block;width:34.75rem;position:absolute;font-family:"be vietnam pro";font-size:2.1875rem;font-weight:700;z-index:100011;line-height:1.1;letter-spacing:0;top:4.4987258911133rem;left:0rem;height:2.40625rem;font-style:normal;display:block; }
#EbSLnSPwGVe2hpr4DmtyG3MAdPGmGmWB { color:rgba(0,0,0,0.8);display:block;width:36.499rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:100012;line-height:1.6;letter-spacing:0;top:11.124267578125rem;left:0rem;height:8rem;font-style:normal;display:block; }
#vkzTveTv6qrgGNH5Ubra88Avph8qFUUW { color:rgba(0,0,0,0.8);display:block;width:27.934875rem;position:absolute;font-family:"be vietnam pro";font-size:1.75rem;font-weight:700;z-index:100013;line-height:1.6;letter-spacing:0;top:25.877603530884rem;left:0rem;height:2.79948125rem;font-style:normal;display:block; }
#eqoeHHRhC8R7LohaEsU9POlsom0MGyyh { z-index:100003;top:31.623697280884rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #00fd46, #1eb556);background-image: -moz-linear-gradient(216deg, #00fd46, #1eb556);background-image: -ms-linear-gradient(216deg, #00fd46, #1eb556);background-image: -o-linear-gradient(216deg, #00fd46, #1eb556);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fd46', endColorstr='#1eb556' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fd46', endColorstr='#1eb556' );";background-image: linear-gradient(216deg, #00fd46, #1eb556);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(37,211,102,0.6) ;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:"be vietnam pro";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3736875rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#CnkfPPJbdfZu7fSP5N0rWhIEXm2zNTNL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#U7uc4pKkaTqdJJHTmL8cTqOT8AptSse3 { position:relative;display:block; }#U7uc4pKkaTqdJJHTmL8cTqOT8AptSse3 { background-color: transparent; background-image: none; }#U7uc4pKkaTqdJJHTmL8cTqOT8AptSse3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7uc4pKkaTqdJJHTmL8cTqOT8AptSse3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7uc4pKkaTqdJJHTmL8cTqOT8AptSse3 > .row .container > .video-iframe-container { display: none; }#U7uc4pKkaTqdJJHTmL8cTqOT8AptSse3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7uc4pKkaTqdJJHTmL8cTqOT8AptSse3 > .row > .video-iframe-container { display: none; }#U7uc4pKkaTqdJJHTmL8cTqOT8AptSse3 > .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); }#U7uc4pKkaTqdJJHTmL8cTqOT8AptSse3 { border-width: 0; border-radius: 0; }#U7uc4pKkaTqdJJHTmL8cTqOT8AptSse3 > .row .container > .video-iframe-container {  }#U7uc4pKkaTqdJJHTmL8cTqOT8AptSse3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:40.4375rem;width:75rem;position:relative;display:block; }#oDzIngdTkGqEihfLnzFXbL44aiNIJKMy { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/98da6f65-27d0-4c38-a83c-fcb567af0a28/WhatsAppImage20220729at151647.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33.9355625rem;width:31.25rem;top:2.559814453125rem;left:2.623291015625rem;display:block; }#oDzIngdTkGqEihfLnzFXbL44aiNIJKMy.adaptive-delivery-prevent-bg, #oDzIngdTkGqEihfLnzFXbL44aiNIJKMy.lazyload, #oDzIngdTkGqEihfLnzFXbL44aiNIJKMy.lazyloading { background-image: none; }
#R6s27hTG20a4D8ItUk9bPvoyy0AulLzG { color:rgba(0,0,0,0.8);display:block;width:33.0603125rem;position:absolute;font-family:"be vietnam pro";font-size:2.25rem;font-weight:700;z-index:100011;line-height:1.1;letter-spacing:0;top:5.372314453125rem;left:37.5rem;height:4.94824375rem;font-style:normal;display:block; }
#Rf9GH4xD8bOPVxq34GTnoV1mNix5N3y5 { color:rgba(0,0,0,0.8);display:block;width:33.6236875rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:100012;line-height:1.6;letter-spacing:0;top:11.654949188233rem;left:37.500001907349rem;height:9.99025rem;font-style:normal;display:block; }
#WXlCSLqvu6Q6G9xoJ0odEfG1k1UHvv9W { color:rgba(0,0,0,0.8);display:block;width:27.934875rem;position:absolute;font-family:"be vietnam pro";font-size:1.75rem;font-weight:700;z-index:100013;line-height:1.6;letter-spacing:0;top:26.126304626465rem;left:37.500001907349rem;height:2.80078125rem;font-style:normal;display:block; }
#Tbq2T8ZZ82u5PvQbTvxaH2DTmSNIxyNU { z-index:100003;top:32.55859375rem;left:37.5rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #00fd46, #1eb556);background-image: -moz-linear-gradient(216deg, #00fd46, #1eb556);background-image: -ms-linear-gradient(216deg, #00fd46, #1eb556);background-image: -o-linear-gradient(216deg, #00fd46, #1eb556);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fd46', endColorstr='#1eb556' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fd46', endColorstr='#1eb556' );";background-image: linear-gradient(216deg, #00fd46, #1eb556);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(37,211,102,0.6) ;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:"be vietnam pro";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3733125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#WCOtGSy7MWdNItKI1SFGv4dxXXv961DJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SlbV1nRdlTaF73eIT0BdTa0wdEedyxff { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #09a24b, #02873b);background-image: -moz-linear-gradient(180deg, #09a24b, #02873b);background-image: -ms-linear-gradient(180deg, #09a24b, #02873b);background-image: -o-linear-gradient(180deg, #09a24b, #02873b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#09a24b', endColorstr='#02873b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#09a24b', endColorstr='#02873b' );";background-image: linear-gradient(180deg, #09a24b, #02873b);background-size:auto !important;position:relative;display:block; }#SlbV1nRdlTaF73eIT0BdTa0wdEedyxff > .row .container { background-color: transparent; background-image: none; }#SlbV1nRdlTaF73eIT0BdTa0wdEedyxff::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SlbV1nRdlTaF73eIT0BdTa0wdEedyxff > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SlbV1nRdlTaF73eIT0BdTa0wdEedyxff > .row .container > .video-iframe-container { display: none; }#SlbV1nRdlTaF73eIT0BdTa0wdEedyxff > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SlbV1nRdlTaF73eIT0BdTa0wdEedyxff > .row > .video-iframe-container { display: none; }#SlbV1nRdlTaF73eIT0BdTa0wdEedyxff > .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); }#SlbV1nRdlTaF73eIT0BdTa0wdEedyxff > .row .container { border-width: 0; border-radius: 0; }#SlbV1nRdlTaF73eIT0BdTa0wdEedyxff > .row > .video-iframe-container {  }#SlbV1nRdlTaF73eIT0BdTa0wdEedyxff > .row .container { font-size:0.875rem;font-family:arial;height:26.625rem;width:75rem;position:relative;display:block; }#n896Z0wATvVfVgL8nt6T5lUqLomLqZcf { color:#ffffff;display:block;width:49.875rem;position:absolute;font-family:"be vietnam pro";font-size:2.8125rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:5.875rem;left:12.5625rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DRKKHntgJyfCIPzMOgbDfzx6dPduQ0QX { color:#ffffff;display:block;width:49.875rem;position:absolute;font-family:"be vietnam pro";font-size:0.75rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:4.6875rem;left:12.5625rem;height:0.97411875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d6vULHb7AmV2Fdx7l5dtvrQblxOA0Viy { position:absolute;display:block;z-index:100008;background-color:#ed1c24;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:0.5rem;width:0.5rem;top:4.875rem;left:41.1875rem;display:block; }
#b4MEi9M9RoERPSJkW9LWhOeNHZm9FtAw { z-index:100004;top:11.593017578125rem;left:28.59375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:"be vietnam pro";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.78125rem;height:3.40625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#J3BClwUBV9gdvUOQQgqTBlwawXvM9hNk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TdM8xp0QS3pQ6wWLyZczKCZBebEt500f { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#TdM8xp0QS3pQ6wWLyZczKCZBebEt500f { background-color: transparent; background-image: none; }#TdM8xp0QS3pQ6wWLyZczKCZBebEt500f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdM8xp0QS3pQ6wWLyZczKCZBebEt500f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdM8xp0QS3pQ6wWLyZczKCZBebEt500f > .row .container > .video-iframe-container { display: none; }#TdM8xp0QS3pQ6wWLyZczKCZBebEt500f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdM8xp0QS3pQ6wWLyZczKCZBebEt500f > .row > .video-iframe-container { display: none; }#TdM8xp0QS3pQ6wWLyZczKCZBebEt500f > .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); }#TdM8xp0QS3pQ6wWLyZczKCZBebEt500f { border-width: 0; border-radius: 0; }#TdM8xp0QS3pQ6wWLyZczKCZBebEt500f > .row .container > .video-iframe-container {  }#TdM8xp0QS3pQ6wWLyZczKCZBebEt500f > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;position:relative;display:block; }#T9BGvZecwbK097Ahe106Us8hm0bgA3Dy { background-color:#25d366;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#Cm1gKuitBod4vQL4SCgScIoHamNPPgpk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#M1VWqZ6I29UQHBQ2hh2vWuo5ah0vgTN1 { color:#ed1c24;display:block;width:7.5625rem;position:absolute;font-family:"be vietnam pro";font-size:0.875rem;font-weight:700;z-index:100013;line-height:1.1;letter-spacing:0;top:1.749267578125rem;left:62.87451171875rem;height:0.9622375rem;font-style:normal;display:block; }
#D1IH59dD5wTKTG1A5cGDLKE7nR4dBTMq { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.19) ;height:2.75rem;width:12.375rem;top:0.6875rem;left:60.96875rem;display:block; }
#bHeZD5gL6lqJKLIe7uEXSu5M5hTkT9tC { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#dhvDEM7MTTtNhNAh4oL6u77mQeumIOnn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wmm38nPF5d0avbbCFNMHemB2G1CmdVm7 { display:block; }#wmm38nPF5d0avbbCFNMHemB2G1CmdVm7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iX1gzQCmpT5QWnlcNsFtihhbWhUEVmPU { display:block; }#iX1gzQCmpT5QWnlcNsFtihhbWhUEVmPU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #shsA6LSBTJ2uKA3e4aQcWZxRzBHBcHRn { width:47.75rem;height:3.625rem;top:0.5625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5nK2qBdWOh2T4CwfmnRO77B2X6TtL1C { display:none; }#P5nK2qBdWOh2T4CwfmnRO77B2X6TtL1C > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #b7C49CeqhGrMqTQpAOSiaHLqGs850V1P { width:31.25rem;height:33.875rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmJTyPkCMos5V5fQv6hPoINlaIf6OsxC { width:33rem;height:6.125rem;top:4.25rem;left:14.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #usLSdnJiI7CV6u2iGAOrKPs2O3QLSBkT { width:33.5625rem;height:11.9375rem;top:12.125rem;left:14.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOiQVfrwsPV3T7got4fkGPbKpohoC6eK { width:27.875rem;height:2.75rem;top:24.8125rem;left:19.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImEgQwAa29rVbn1ETf8Hkbc01XHH7WSt { top:31.1875rem;left:23.875rem;width:16.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPqzDuFEGO8TyttfnauxvQasXLwGLPJx { display:block; }
 }@media only screen and (max-width: 763px) { #E9hsQWEF0TLZZZfWzEwOqWtpp9xye77k { display:none; }#E9hsQWEF0TLZZZfWzEwOqWtpp9xye77k > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Zfv9VyBh5NCEEaRQEZHHBQu9Zw2Tv1sD { width:31.25rem;height:33.875rem;top:1.9375rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wU61lkqBvn69wD9hSuO9t7TmOCkZTF85 { width:36.5625rem;height:6.1875rem;top:3.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8ZI1bTIzlT2pW2nt07mriKDDbZOznMb { width:36.4375rem;height:5.9375rem;top:11.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPk3xfghAfAg8GaKA6VMzW1iu7A0svRM { width:27.875rem;height:2.75rem;top:20.1875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQSMOKKsOS61utNIz079LEeWwl409lpR { top:26.75rem;left:0rem;width:16.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRzrO21REcoTe1phrFJkNfpPb8uC3rpE { display:block; }
 }@media only screen and (max-width: 763px) { #Kihk5I2XW0mNLgzP4bBILnA8w3e3G1qK { display:none; }#Kihk5I2XW0mNLgzP4bBILnA8w3e3G1qK > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JZ0KhTfbkTHnEQaXDaFDoSUpmGvm2enB { width:31.25rem;height:33.875rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLRAWK8bnAnessCXFTL7gl9tc9wxm4fT { width:33rem;height:6.125rem;top:4.25rem;left:14.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7ZgvB2W2bPDg4uyNLuR81l62RWG1GsT { width:33.5625rem;height:9.9375rem;top:12.125rem;left:14.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqUEQvT6OoV7Ge5MdEkmpfBaCtxUc8IQ { width:27.875rem;height:2.75rem;top:24.8125rem;left:19.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzA2vmDWPZktWuoPmiSiuNrJTZHgZ1ww { top:31.1875rem;left:23.875rem;width:16.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5DnEwd8a9S6plo0kbWmxZNu7puOVJU7 { display:block; }
 }@media only screen and (max-width: 763px) { #OTLnzlnwQB38nElMg1viazaziE7mF3z3 { display:none; }#OTLnzlnwQB38nElMg1viazaziE7mF3z3 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CT3fTiN2OS0fC1wR67TppRE7fBVG1bhU { width:31.25rem;height:33.875rem;top:1.9375rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V41R6erN8CLC6z2dQQ6eR4a0WHn6Q68f { width:36.5625rem;height:3.0625rem;top:3.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8hvUhPd91fwlufHyBQ3F9NKw2Pg2Wle { width:36.4375rem;height:3.9375rem;top:8.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp6FIT0ORrMEGqb7AWaZ7g8CbdkGQMfn { width:27.875rem;height:2.75rem;top:14.1875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFwAugDJ1FbLaGSFiSOEfypZS8xXSR2m { top:21.3125rem;left:0rem;width:16.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdl8KtQri4n0iyNnRnGOD4zQny8Ox78K { display:block; }
 }@media only screen and (max-width: 763px) { #pNFRuA7VPGg9khRDEsxJkkFfoSA424qg { display:none; }#pNFRuA7VPGg9khRDEsxJkkFfoSA424qg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LkvaIsVK39TMEJZmfFrPBoPuQaCBDvTG { width:31.25rem;height:33.875rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1wW6UyKKSidAB6w1nsiMJPpx04oSkcz { width:33rem;height:6.125rem;top:4.25rem;left:14.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWyLB7v9PxSl1UFWg2XkEywxcRNbnTOk { width:33.5625rem;height:1.9375rem;top:12.125rem;left:14.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkcVTUupT6eqf3ATHfsZkDadIWP70fER { width:27.875rem;height:2.75rem;top:17.4375rem;left:19.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSWEtNMBf9046P5dDLo4sPqeaMUf1BGR { top:23.9375rem;left:23.875rem;width:16.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LX15B2sEhMRJc5i1hsc7VpBi299I116T { display:block; }
 }@media only screen and (max-width: 763px) { #zUQZMu9s6cm79z1XeDPCWqRvOolhlQQ8 { display:block; }#zUQZMu9s6cm79z1XeDPCWqRvOolhlQQ8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5vi1fzKc4iDlv6aFnsegsypSMIxvLeG { width:17.8125rem;height:23.125rem;top:1.9375rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8nJGGMWBshT8vWPHJMfagxkm3Emiw02 { width:39.75rem;height:6.1875rem;top:3.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v26RnxX6oxi0eX8PiG9TciGv1xWpxhQS { width:36.4375rem;height:5.9375rem;top:11.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpNAREsKIlffnt1vOI6vZk4lNocHBLm8 { width:27.875rem;height:2.75rem;top:19.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRksJBI8CCwATkxFW2AWVUTAamSgvGdM { top:26rem;left:0rem;width:16.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwE6vhL9RAP5AeAZvJ6k95HvMPoDkMC9 { display:block; }
 }@media only screen and (max-width: 763px) { #XRFLx4KbKXVdzAZE3FCmcJTaBEv8u8Cq { width:18.25rem;height:24.625rem;top:15.8125rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bl1stndzQhSAO9HU81kG4CGohGUazzCN { display:block; }#Bl1stndzQhSAO9HU81kG4CGohGUazzCN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JTQ7MfedgOgwF6xQoaQDTKqdTSXLOh8w { width:31.25rem;height:33.875rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f32GPq2MNB7KT7Or3WtEpm7ey2Al6Fq6 { width:33rem;height:9.25rem;top:3.1875rem;left:14.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mE61fw4OawefFZgUx6Pa6D1EVyxx534h { width:33.5625rem;height:11.9375rem;top:13.5rem;left:14.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cmg9CMV5u5n524b6bA9UbJfFOoUMNoxt { width:27.875rem;height:2.75rem;top:26.4375rem;left:19.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqSxardIrmE1cFsQOGC5ZKuGlHSxUBRl { top:31.1875rem;left:23.875rem;width:16.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLE9v6UVZwcU2ToT6itNTpL2S5Gl67VS { display:block; }
 }@media only screen and (max-width: 763px) { #U3suOiPtH9MyuVdDCd2MLTpMCfbcmwS7 { display:none; }#U3suOiPtH9MyuVdDCd2MLTpMCfbcmwS7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HgIQqVwxc09dGm3uwO3it2JD0LsZVPaT { width:31.25rem;height:33.875rem;top:1.9375rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #czyVK2Xf3bSyRsHAQxTLVOeX6hGS1dy6 { width:36.5625rem;height:6.125rem;top:3.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVWo8RrtyDLUA7Wt7ZcuaqLzQVFWDyzU { width:36.4375rem;height:5.9375rem;top:11.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7mS1EODgkfwCfKNXpy7qZusXmQwezC4 { width:27.875rem;height:2.75rem;top:17.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAxFpM8Zb5oOP9kTXBez4DHJD4TlJrog { top:23rem;left:0rem;width:16.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEeMGdrF1vLLxg1PomruS32ErbhEthIT { display:block; }
 }@media only screen and (max-width: 763px) { #R9T35yR2wh11eRQRkEaXTkhnN8CRUe4I { display:none; }#R9T35yR2wh11eRQRkEaXTkhnN8CRUe4I > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #b5NCE1Q2WyKAUqvLzcaIdN71tdtocQs2 { width:31.25rem;height:33.875rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohE1MxRX8cuWP07QAVGAumVBhGZuVKDJ { width:33rem;height:6.125rem;top:5.4375rem;left:14.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrN3UHkHORqZUGtMmM8S5i5XwHTa1iMS { width:33.5625rem;height:3.9375rem;top:13.5rem;left:14.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuqAIW0LeqbT0BR2IV2f9ma3cuzhLScL { width:27.875rem;height:2.75rem;top:19.4375rem;left:19.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptX0nDwn3r8G0rZOZuyD9O0B0wJtcKTb { top:24.6875rem;left:23.875rem;width:16.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEBT33ZzO6WUmPauPrSFrT5qCp74rt7v { display:block; }
 }@media only screen and (max-width: 763px) { #f8F7ENrtbcmWCSXiwwGQQT7195QmMdCL { display:block; }#f8F7ENrtbcmWCSXiwwGQQT7195QmMdCL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #meHuHNMZKhV0V5ngTFdRZFMq4RSP6bME { width:31.25rem;height:33.875rem;top:1.9375rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHgFDlDd3SThZ1w6f3BoUdfzbgeiblke { width:34.6875rem;height:4.75rem;top:3.875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhS2DSpOwmxETOyW4l4Ul1vbnTxZO00c { width:36.4375rem;height:5.9375rem;top:11.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUgqQOOmIaHSXtKG68TEMiqotsJVhm5w { width:27.875rem;height:2.75rem;top:17.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuXiOTM8m0t1OHG5sShEz1V77Ml9Bkkb { top:22.9375rem;left:0rem;width:16.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfflhUoeSWOVq2kvgk90hideAWrcdypc { display:block; }
 }@media only screen and (max-width: 763px) { #Puwb6BuFy3zzimqt9iSeHvUUs30h9ttT { display:none; }#Puwb6BuFy3zzimqt9iSeHvUUs30h9ttT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EPLrFBvCQg1HLOr9P75uUkcs64dAxL9X { width:31.25rem;height:33.875rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrwHi3RbIJHK7COCEkzcZcnb1S3irkVf { width:33rem;height:7.375rem;top:5.3125rem;left:14.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJvrVPvKSFpDXoF9Wx4MzQOyMiMBCEAZ { width:33.5625rem;height:11.9375rem;top:13.5rem;left:14.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGzPwpTKMLOP1CBBZT0AUzuk1KzfgffP { width:27.875rem;height:2.75rem;top:28.0625rem;left:19.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1zxZ0tTGnK8o818IF1qokhKIUTOvQu6 { top:32.5rem;left:23.875rem;width:16.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3F3GyRa01XhJIFFl0ZzuvAvOBVciKp9 { display:block; }
 }@media only screen and (max-width: 763px) { #OPWvPRx6pGtAlbCBrcZ3bRykmixKd7uB { display:block; }#OPWvPRx6pGtAlbCBrcZ3bRykmixKd7uB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tOfKuk8inNTyh5uMLk3Gw7Fxv8awoagw { width:31.25rem;height:33.875rem;top:1.9375rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPC2xaAc0FgZh37kqpVragIlcqGH0OtI { width:34.75rem;height:4.8125rem;top:3.875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxbtbLpEgo6ycrBFhLTTxm0f42M8MoaV { width:36.4375rem;height:14rem;top:11.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDNvJlCCVcMOJgKW2U8HtBNxCTDoTrd6 { width:27.875rem;height:2.75rem;top:25.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qw7i56LCRaPNE55TypTscTCsIac9Gp1H { top:31.5625rem;left:0rem;width:16.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tf55L7kWey1mO9JAgMmW0xORy0DDN7oc { display:block; }
 }@media only screen and (max-width: 763px) { #cQu5yssakSEZq5aDL96cudMvan84zpNn { display:block; }#cQu5yssakSEZq5aDL96cudMvan84zpNn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ef6gnEdetCLIxBRlHhUHhqcXfIdeAzE9 { width:31.25rem;height:33.875rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAOmaglWJGOSCgDSGBnAqlTFTUzZAR6c { width:33rem;height:4.9375rem;top:5.3125rem;left:14.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAv2UJxanwrWJ6lnvsMME57bTg2zo3bT { width:33.5625rem;height:14rem;top:11.625rem;left:14.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBMRWTf92whPRFrfSDSZMUHlUQ4BsFJZ { width:27.875rem;height:2.75rem;top:28.0625rem;left:19.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHaIGkbWr6czN8UMyxESX1ggZshTqWok { top:32.5rem;left:23.875rem;width:16.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wz8QzCcekGkzwvZ4pQ9E2lTC0ldRP879 { display:block; }
 }@media only screen and (max-width: 763px) { #whTvEyLfH6uBpubw9s14vdXRPSvCm5c8 { display:none; }#whTvEyLfH6uBpubw9s14vdXRPSvCm5c8 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aWxqW8scBPCaFbMp9K0sBMMRGTyTlGgo { width:31.25rem;height:33.875rem;top:1.9375rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySbhTORLGvLgRk7EXPJuTTetUrkxRkw4 { width:34.75rem;height:4.8125rem;top:4.4375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbSLnSPwGVe2hpr4DmtyG3MAdPGmGmWB { width:36.4375rem;height:10rem;top:11.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkzTveTv6qrgGNH5Ubra88Avph8qFUUW { width:27.875rem;height:2.75rem;top:25.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqoeHHRhC8R7LohaEsU9POlsom0MGyyh { top:31.5625rem;left:0rem;width:16.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnkfPPJbdfZu7fSP5N0rWhIEXm2zNTNL { display:block; }
 }@media only screen and (max-width: 763px) { #U7uc4pKkaTqdJJHTmL8cTqOT8AptSse3 { display:block; }#U7uc4pKkaTqdJJHTmL8cTqOT8AptSse3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oDzIngdTkGqEihfLnzFXbL44aiNIJKMy { width:31.25rem;height:33.875rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6s27hTG20a4D8ItUk9bPvoyy0AulLzG { width:33rem;height:4.9375rem;top:5.3125rem;left:14.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rf9GH4xD8bOPVxq34GTnoV1mNix5N3y5 { width:33.5625rem;height:12rem;top:11.625rem;left:14.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXlCSLqvu6Q6G9xoJ0odEfG1k1UHvv9W { width:27.875rem;height:2.75rem;top:26.125rem;left:19.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbq2T8ZZ82u5PvQbTvxaH2DTmSNIxyNU { top:32.5rem;left:23.875rem;width:16.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCOtGSy7MWdNItKI1SFGv4dxXXv961DJ { display:block; }
 }@media only screen and (max-width: 763px) { #SlbV1nRdlTaF73eIT0BdTa0wdEedyxff { display:block; }#SlbV1nRdlTaF73eIT0BdTa0wdEedyxff > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n896Z0wATvVfVgL8nt6T5lUqLomLqZcf { width:47.75rem;height:3.625rem;top:5.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRKKHntgJyfCIPzMOgbDfzx6dPduQ0QX { width:47.75rem;height:0.9375rem;top:4.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6vULHb7AmV2Fdx7l5dtvrQblxOA0Viy { width:0.4375rem;height:0.4375rem;top:4.875rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4MEi9M9RoERPSJkW9LWhOeNHZm9FtAw { top:11.5625rem;left:14rem;width:17.75rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3BClwUBV9gdvUOQQgqTBlwawXvM9hNk { display:block; }
 }@media only screen and (max-width: 763px) { #TdM8xp0QS3pQ6wWLyZczKCZBebEt500f { display:block; }#TdM8xp0QS3pQ6wWLyZczKCZBebEt500f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9BGvZecwbK097Ahe106Us8hm0bgA3Dy { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cm1gKuitBod4vQL4SCgScIoHamNPPgpk { display:block; }
 }@media only screen and (max-width: 763px) { #M1VWqZ6I29UQHBQ2hh2vWuo5ah0vgTN1 { width:7.5rem;height:0.9375rem;top:1.6875rem;left:40.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1IH59dD5wTKTG1A5cGDLKE7nR4dBTMq { width:12.375rem;height:2.75rem;top:0.6875rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHeZD5gL6lqJKLIe7uEXSu5M5hTkT9tC { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhvDEM7MTTtNhNAh4oL6u77mQeumIOnn { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wmm38nPF5d0avbbCFNMHemB2G1CmdVm7 { display:block; }#wmm38nPF5d0avbbCFNMHemB2G1CmdVm7 > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iX1gzQCmpT5QWnlcNsFtihhbWhUEVmPU { display:block; }#iX1gzQCmpT5QWnlcNsFtihhbWhUEVmPU > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #shsA6LSBTJ2uKA3e4aQcWZxRzBHBcHRn { width:18.0615rem;height:4.38541875rem;top:1.46728515625rem;left:0.96923828125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5nK2qBdWOh2T4CwfmnRO77B2X6TtL1C { display:none; }#P5nK2qBdWOh2T4CwfmnRO77B2X6TtL1C > .row .container { width:20rem;height:57.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #b7C49CeqhGrMqTQpAOSiaHLqGs850V1P { width:20rem;height:24.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmJTyPkCMos5V5fQv6hPoINlaIf6OsxC { width:20rem;height:6.1853rem;top:24.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #usLSdnJiI7CV6u2iGAOrKPs2O3QLSBkT { width:20rem;height:12.793rem;top:32.24853515625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOiQVfrwsPV3T7got4fkGPbKpohoC6eK { width:17.6245rem;height:1.9995125rem;top:47.4072265625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImEgQwAa29rVbn1ETf8Hkbc01XHH7WSt { top:51.65771484375rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPqzDuFEGO8TyttfnauxvQasXLwGLPJx { display:block; }
 }@media only screen and (max-width: 763px) { #E9hsQWEF0TLZZZfWzEwOqWtpp9xye77k { display:none; }#E9hsQWEF0TLZZZfWzEwOqWtpp9xye77k > .row .container { width:20rem;height:54.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Zfv9VyBh5NCEEaRQEZHHBQu9Zw2Tv1sD { width:20rem;height:24.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wU61lkqBvn69wD9hSuO9t7TmOCkZTF85 { width:20rem;height:6.1853rem;top:24.498291015625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8ZI1bTIzlT2pW2nt07mriKDDbZOznMb { width:20rem;height:7.995625rem;top:32.061767578125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPk3xfghAfAg8GaKA6VMzW1iu7A0svRM { width:17.6245rem;height:1.9995125rem;top:42.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQSMOKKsOS61utNIz079LEeWwl409lpR { top:46.4375rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRzrO21REcoTe1phrFJkNfpPb8uC3rpE { display:block; }
 }@media only screen and (max-width: 763px) { #Kihk5I2XW0mNLgzP4bBILnA8w3e3G1qK { display:none; }#Kihk5I2XW0mNLgzP4bBILnA8w3e3G1qK > .row .container { width:20rem;height:55rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JZ0KhTfbkTHnEQaXDaFDoSUpmGvm2enB { width:20rem;height:24.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLRAWK8bnAnessCXFTL7gl9tc9wxm4fT { width:20rem;height:4.1235375rem;top:24.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7ZgvB2W2bPDg4uyNLuR81l62RWG1GsT { width:20rem;height:11.193875rem;top:29.874267578125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqUEQvT6OoV7Ge5MdEkmpfBaCtxUc8IQ { width:17.6245rem;height:1.9995125rem;top:43.3447265625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzA2vmDWPZktWuoPmiSiuNrJTZHgZ1ww { top:47.657470703125rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5DnEwd8a9S6plo0kbWmxZNu7puOVJU7 { display:block; }
 }@media only screen and (max-width: 763px) { #OTLnzlnwQB38nElMg1viazaziE7mF3z3 { display:none; }#OTLnzlnwQB38nElMg1viazaziE7mF3z3 > .row .container { width:20rem;height:50rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CT3fTiN2OS0fC1wR67TppRE7fBVG1bhU { width:20rem;height:24.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V41R6erN8CLC6z2dQQ6eR4a0WHn6Q68f { width:20rem;height:4.1235375rem;top:24.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8hvUhPd91fwlufHyBQ3F9NKw2Pg2Wle { width:20rem;height:3.19824375rem;top:29.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp6FIT0ORrMEGqb7AWaZ7g8CbdkGQMfn { width:17.6245rem;height:1.9995125rem;top:35.09521484375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFwAugDJ1FbLaGSFiSOEfypZS8xXSR2m { top:41.3466796875rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdl8KtQri4n0iyNnRnGOD4zQny8Ox78K { display:block; }
 }@media only screen and (max-width: 763px) { #pNFRuA7VPGg9khRDEsxJkkFfoSA424qg { display:none; }#pNFRuA7VPGg9khRDEsxJkkFfoSA424qg > .row .container { width:20rem;height:50.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LkvaIsVK39TMEJZmfFrPBoPuQaCBDvTG { width:20rem;height:24.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1wW6UyKKSidAB6w1nsiMJPpx04oSkcz { width:20rem;height:4.1235375rem;top:24.498291015625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWyLB7v9PxSl1UFWg2XkEywxcRNbnTOk { width:20rem;height:3.19824375rem;top:31.873779296875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkcVTUupT6eqf3ATHfsZkDadIWP70fER { width:17.6245rem;height:1.9995125rem;top:37.781982421875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSWEtNMBf9046P5dDLo4sPqeaMUf1BGR { top:43.345947265625rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LX15B2sEhMRJc5i1hsc7VpBi299I116T { display:block; }
 }@media only screen and (max-width: 763px) { #zUQZMu9s6cm79z1XeDPCWqRvOolhlQQ8 { display:block; }#zUQZMu9s6cm79z1XeDPCWqRvOolhlQQ8 > .row .container { width:20rem;height:74.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5vi1fzKc4iDlv6aFnsegsypSMIxvLeG { width:20rem;height:24.5rem;top:8.3750009536744rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8nJGGMWBshT8vWPHJMfagxkm3Emiw02 { width:20rem;height:6.1875rem;top:0.76953125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v26RnxX6oxi0eX8PiG9TciGv1xWpxhQS { width:20rem;height:6.3958125rem;top:60.239576339722rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpNAREsKIlffnt1vOI6vZk4lNocHBLm8 { width:17.6236875rem;height:2rem;top:67.3203125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRksJBI8CCwATkxFW2AWVUTAamSgvGdM { top:70.470043182375rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwE6vhL9RAP5AeAZvJ6k95HvMPoDkMC9 { display:block; }
 }@media only screen and (max-width: 763px) { #XRFLx4KbKXVdzAZE3FCmcJTaBEv8u8Cq { width:18.25rem;height:24.625rem;top:34.490886688233rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bl1stndzQhSAO9HU81kG4CGohGUazzCN { display:block; }#Bl1stndzQhSAO9HU81kG4CGohGUazzCN > .row .container { width:20rem;height:63.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JTQ7MfedgOgwF6xQoaQDTKqdTSXLOh8w { width:20rem;height:24.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f32GPq2MNB7KT7Or3WtEpm7ey2Al6Fq6 { width:20rem;height:6.1875rem;top:25.499267578125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mE61fw4OawefFZgUx6Pa6D1EVyxx534h { width:20rem;height:14.390625rem;top:32.718505859375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cmg9CMV5u5n524b6bA9UbJfFOoUMNoxt { width:17.6236875rem;height:2.19921875rem;top:49.093761444092rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqSxardIrmE1cFsQOGC5ZKuGlHSxUBRl { top:54.21875rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLE9v6UVZwcU2ToT6itNTpL2S5Gl67VS { display:block; }
 }@media only screen and (max-width: 763px) { #U3suOiPtH9MyuVdDCd2MLTpMCfbcmwS7 { display:none; }#U3suOiPtH9MyuVdDCd2MLTpMCfbcmwS7 > .row .container { width:20rem;height:55rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HgIQqVwxc09dGm3uwO3it2JD0LsZVPaT { width:20rem;height:24.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #czyVK2Xf3bSyRsHAQxTLVOeX6hGS1dy6 { width:20rem;height:6.1875rem;top:25.499267578125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVWo8RrtyDLUA7Wt7ZcuaqLzQVFWDyzU { width:20rem;height:6.3965rem;top:33.3740234375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7mS1EODgkfwCfKNXpy7qZusXmQwezC4 { width:17.6236875rem;height:2.19921875rem;top:42.281227111816rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAxFpM8Zb5oOP9kTXBez4DHJD4TlJrog { top:48.408203125rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEeMGdrF1vLLxg1PomruS32ErbhEthIT { display:block; }
 }@media only screen and (max-width: 763px) { #R9T35yR2wh11eRQRkEaXTkhnN8CRUe4I { display:none; }#R9T35yR2wh11eRQRkEaXTkhnN8CRUe4I > .row .container { width:20rem;height:50rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #b5NCE1Q2WyKAUqvLzcaIdN71tdtocQs2 { width:20rem;height:24.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohE1MxRX8cuWP07QAVGAumVBhGZuVKDJ { width:20rem;height:4.125rem;top:21.8115234375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrN3UHkHORqZUGtMmM8S5i5XwHTa1iMS { width:20rem;height:4.7973625rem;top:27.562255859375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuqAIW0LeqbT0BR2IV2f9ma3cuzhLScL { width:17.6245rem;height:2rem;top:34.720458984375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptX0nDwn3r8G0rZOZuyD9O0B0wJtcKTb { top:41.3466796875rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEBT33ZzO6WUmPauPrSFrT5qCp74rt7v { display:block; }
 }@media only screen and (max-width: 763px) { #f8F7ENrtbcmWCSXiwwGQQT7195QmMdCL { display:block; }#f8F7ENrtbcmWCSXiwwGQQT7195QmMdCL > .row .container { width:20rem;height:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #meHuHNMZKhV0V5ngTFdRZFMq4RSP6bME { width:20rem;height:24.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHgFDlDd3SThZ1w6f3BoUdfzbgeiblke { width:20rem;height:6.1875rem;top:27.373046875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhS2DSpOwmxETOyW4l4Ul1vbnTxZO00c { width:20rem;height:6.3965rem;top:33.9990234375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUgqQOOmIaHSXtKG68TEMiqotsJVhm5w { width:17.6245rem;height:2.19921875rem;top:41.907958984375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuXiOTM8m0t1OHG5sShEz1V77Ml9Bkkb { top:47.03369140625rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfflhUoeSWOVq2kvgk90hideAWrcdypc { display:block; }
 }@media only screen and (max-width: 763px) { #Puwb6BuFy3zzimqt9iSeHvUUs30h9ttT { display:none; }#Puwb6BuFy3zzimqt9iSeHvUUs30h9ttT > .row .container { width:20rem;height:60rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EPLrFBvCQg1HLOr9P75uUkcs64dAxL9X { width:20rem;height:24.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrwHi3RbIJHK7COCEkzcZcnb1S3irkVf { width:20rem;height:8.25rem;top:24.498291015625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJvrVPvKSFpDXoF9Wx4MzQOyMiMBCEAZ { width:20rem;height:12.7916875rem;top:33.685302734375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGzPwpTKMLOP1CBBZT0AUzuk1KzfgffP { width:17.6233125rem;height:2.19921875rem;top:47.53173828125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1zxZ0tTGnK8o818IF1qokhKIUTOvQu6 { top:52.093505859375rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3F3GyRa01XhJIFFl0ZzuvAvOBVciKp9 { display:block; }
 }@media only screen and (max-width: 763px) { #OPWvPRx6pGtAlbCBrcZ3bRykmixKd7uB { display:block; }#OPWvPRx6pGtAlbCBrcZ3bRykmixKd7uB > .row .container { width:20rem;height:60.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tOfKuk8inNTyh5uMLk3Gw7Fxv8awoagw { width:20rem;height:24.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPC2xaAc0FgZh37kqpVragIlcqGH0OtI { width:20rem;height:8.25rem;top:20.434898376465rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxbtbLpEgo6ycrBFhLTTxm0f42M8MoaV { width:20rem;height:15.9895625rem;top:30.061200380326rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDNvJlCCVcMOJgKW2U8HtBNxCTDoTrd6 { width:17.622375rem;height:2.19921875rem;top:48.157552003861rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qw7i56LCRaPNE55TypTscTCsIac9Gp1H { top:53.282552003861rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tf55L7kWey1mO9JAgMmW0xORy0DDN7oc { display:block; }
 }@media only screen and (max-width: 763px) { #cQu5yssakSEZq5aDL96cudMvan84zpNn { display:block; }#cQu5yssakSEZq5aDL96cudMvan84zpNn > .row .container { width:20rem;height:61.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ef6gnEdetCLIxBRlHhUHhqcXfIdeAzE9 { width:20rem;height:24.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAOmaglWJGOSCgDSGBnAqlTFTUzZAR6c { width:20rem;height:6.1875rem;top:25.497375488281rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAv2UJxanwrWJ6lnvsMME57bTg2zo3bT { width:20rem;height:15.9895625rem;top:32.247395992279rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBMRWTf92whPRFrfSDSZMUHlUQ4BsFJZ { width:17.622375rem;height:2.19921875rem;top:49.718711853028rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHaIGkbWr6czN8UMyxESX1ggZshTqWok { top:54.154950618744rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wz8QzCcekGkzwvZ4pQ9E2lTC0ldRP879 { display:block; }
 }@media only screen and (max-width: 763px) { #whTvEyLfH6uBpubw9s14vdXRPSvCm5c8 { display:none; }#whTvEyLfH6uBpubw9s14vdXRPSvCm5c8 > .row .container { width:20rem;height:60.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aWxqW8scBPCaFbMp9K0sBMMRGTyTlGgo { width:20rem;height:24.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySbhTORLGvLgRk7EXPJuTTetUrkxRkw4 { width:20rem;height:4.125rem;top:27.373046875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbSLnSPwGVe2hpr4DmtyG3MAdPGmGmWB { width:20rem;height:11.1926875rem;top:33.9990234375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkzTveTv6qrgGNH5Ubra88Avph8qFUUW { width:17.622375rem;height:2.19921875rem;top:47.157512664795rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqoeHHRhC8R7LohaEsU9POlsom0MGyyh { top:52.220051765442rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnkfPPJbdfZu7fSP5N0rWhIEXm2zNTNL { display:block; }
 }@media only screen and (max-width: 763px) { #U7uc4pKkaTqdJJHTmL8cTqOT8AptSse3 { display:block; }#U7uc4pKkaTqdJJHTmL8cTqOT8AptSse3 > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oDzIngdTkGqEihfLnzFXbL44aiNIJKMy { width:20rem;height:24.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6s27hTG20a4D8ItUk9bPvoyy0AulLzG { width:20rem;height:6.1875rem;top:25.497375488281rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rf9GH4xD8bOPVxq34GTnoV1mNix5N3y5 { width:20rem;height:12.7916875rem;top:32.247395992279rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXlCSLqvu6Q6G9xoJ0odEfG1k1UHvv9W { width:17.621125rem;height:2.19921875rem;top:46.592483520507rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbq2T8ZZ82u5PvQbTvxaH2DTmSNIxyNU { top:51.40494787693rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCOtGSy7MWdNItKI1SFGv4dxXXv961DJ { display:block; }
 }@media only screen and (max-width: 763px) { #SlbV1nRdlTaF73eIT0BdTa0wdEedyxff { display:block; }#SlbV1nRdlTaF73eIT0BdTa0wdEedyxff > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n896Z0wATvVfVgL8nt6T5lUqLomLqZcf { width:20rem;height:2.4375rem;top:3.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRKKHntgJyfCIPzMOgbDfzx6dPduQ0QX { width:19rem;height:0.97411875rem;top:2.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6vULHb7AmV2Fdx7l5dtvrQblxOA0Viy { width:0.5rem;height:0.5rem;top:2.6875rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4MEi9M9RoERPSJkW9LWhOeNHZm9FtAw { top:7.6875rem;left:1.125rem;width:17.8125rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3BClwUBV9gdvUOQQgqTBlwawXvM9hNk { display:block; }
 }@media only screen and (max-width: 763px) { #TdM8xp0QS3pQ6wWLyZczKCZBebEt500f { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#TdM8xp0QS3pQ6wWLyZczKCZBebEt500f > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9BGvZecwbK097Ahe106Us8hm0bgA3Dy { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cm1gKuitBod4vQL4SCgScIoHamNPPgpk { display:block; }
 }@media only screen and (max-width: 763px) { #M1VWqZ6I29UQHBQ2hh2vWuo5ah0vgTN1 { width:5.3125rem;height:0.6875rem;top:0.9375rem;left:11.9375rem;font-size:0.625rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #D1IH59dD5wTKTG1A5cGDLKE7nR4dBTMq { width:7.25rem;height:1.25rem;top:0.6875rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHeZD5gL6lqJKLIe7uEXSu5M5hTkT9tC { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhvDEM7MTTtNhNAh4oL6u77mQeumIOnn { display:block; }
 }