.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:250,217,217;--color-primary-1:238,128,128;--color-primary-2:220,0,0;--color-primary-3:110,0,0;--color-primary-4:33,0,0;--color-secondary-0:255,255,255;--color-secondary-1:236,236,236;--color-secondary-2:227,227,227;--color-secondary-3:136,136,136;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:253,248,248;--color-tertiary-2:152,149,149;--color-tertiary-3:91,89,89;--color-tertiary-4:0,0,0;--headlines-font-family:"Aaaa";--paragraphs-font-family:"Aaaa"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuEB0KIlOdutkA0DHu89RmcHil5lq6Qd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/93eaa57c-8834-47ce-86a1-41ec91e609d3/headervietname.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JuEB0KIlOdutkA0DHu89RmcHil5lq6Qd.adaptive-delivery-prevent-bg, #JuEB0KIlOdutkA0DHu89RmcHil5lq6Qd.lazyload, #JuEB0KIlOdutkA0DHu89RmcHil5lq6Qd.lazyloading { background-image: none; }#JuEB0KIlOdutkA0DHu89RmcHil5lq6Qd > .row .container { background-color: transparent; background-image: none; }#JuEB0KIlOdutkA0DHu89RmcHil5lq6Qd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.5); }#JuEB0KIlOdutkA0DHu89RmcHil5lq6Qd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuEB0KIlOdutkA0DHu89RmcHil5lq6Qd > .row .container > .video-iframe-container { display: none; }#JuEB0KIlOdutkA0DHu89RmcHil5lq6Qd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.5); }#JuEB0KIlOdutkA0DHu89RmcHil5lq6Qd > .row > .video-iframe-container { display: none; }#JuEB0KIlOdutkA0DHu89RmcHil5lq6Qd > .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); }#JuEB0KIlOdutkA0DHu89RmcHil5lq6Qd > .row .container { border-width: 0; border-radius: 0; }#JuEB0KIlOdutkA0DHu89RmcHil5lq6Qd::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JuEB0KIlOdutkA0DHu89RmcHil5lq6Qd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JuEB0KIlOdutkA0DHu89RmcHil5lq6Qd > .row .container { font-size:0.875rem;font-family:arial;height:68.75rem;width:75rem;position:relative;display:block; }#CCnHiUNBlcyRrXOdGFnsx5It9VDwO6Db { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:15.9375rem;top:3.24365234375rem;left:3.75rem;overflow:hidden;display:block; }
#x3J2iLvo6hAU9slt1Pk82vHX5G9tBnAf { color:rgba(var(--color-tertiary-4),1);display:block;width:7.3123125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:3.9984810352326rem;left:28.248701095581rem;height:1.29980625rem;font-style:normal;display:block; }
#mGXqPRFtT9LElpe3OmeNR4ytVrR8VEPq { color:rgba(var(--color-tertiary-4),1);display:block;width:7.3123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.9984810352326rem;left:37.500001907349rem;height:1.2999125rem;font-style:normal;display:block; }
#iyuurCfKiERXDN630RwVNeQ7qQfqI7i5 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:13.0625rem;left:3.75rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#iEU94Wu6NCWKJNt1TmJqHqH8ND0lssdT { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:2rem;top:27.34375rem;left:3.75rem;overflow:hidden;display:block; }
#KpvP6UOmx3GPGLAoEeagIl4KWxx4Vp4D { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:27.5625rem;left:6.25rem;height:1.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#tHn412B0ON1U3bLTUuJyUQ5DhBwXhPSn { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:2rem;top:29.84375rem;left:3.75rem;overflow:hidden;display:block; }
#d8x8p69fcrKGeDoJRHUERBHXM0LeflIZ { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:30.0625rem;left:6.25rem;height:1.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UbOTE5EZtt1sZL7Vfv9ue5X4u9HJ0VKu { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:2rem;top:32.34375rem;left:3.75rem;overflow:hidden;display:block; }
#TlSGnABb2hHiCwlH3XE5Cl51QMuKNOWz { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:32.5625rem;left:6.3125rem;height:1.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rCmoyT7TduXnmye6tXmnhxMJLPJ2p7oZ { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:34.75rem;left:4.1875rem;overflow:hidden;display:block; }
#sQn58tGS2chABSE0zPI2yse7Web1z3mb { color:rgba(var(--color-tertiary-0),1);display:block;width:1.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:35.0625rem;left:6.25rem;height:1.21875rem;font-style:normal;display:block; }
#OO415Q2ZNCscPSsvK1ZTBhwNA5D4kQzx { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:6.5625rem;top:35.203125rem;left:8rem;overflow:hidden;display:block; }
#dl6y29hJu61LIQHIwsT5tU5B8xWGR8sn { z-index:15008;top:3.125rem;left:60.3125rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),0.99);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#oNUuLiE4GyVSW7VTBSSP0915W2rIWdZA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q5Hp0CCoPLmBmob1EHz3k6gy0gkAk6kR { color:rgba(var(--color-tertiary-4),1);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:3.9990234375rem;left:47.435546875rem;height:1.29980625rem;font-style:normal;display:block; }
#vyUVN9XoVo8iOOicKHikqNc9SmiUcmXq { color:rgba(var(--color-tertiary-4),1);display:block;width:3.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.9984810352326rem;left:54.531251907349rem;height:1.29980625rem;font-style:normal;display:block; }
#uavqMD3tiJy0e0xiRxfscyzz615QJzS0 { box-sizing:content-box;height:0.0625rem;width:19.875rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:10.25rem;left:7.5rem;display:none; }
#ngtTZKMkFTKMBMBW0uGMHHaTpJm5izgT { position:absolute;display:block;z-index:15023;height:24.875rem;width:37.4375rem;top:13.40625rem;left:37.56103515625rem;display:block; }
#xhnN4w6EmyTu9wJLbwXhxtgGIUdhTPnn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xhnN4w6EmyTu9wJLbwXhxtgGIUdhTPnn > .row .container { background-color: transparent; background-image: none; }#xhnN4w6EmyTu9wJLbwXhxtgGIUdhTPnn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhnN4w6EmyTu9wJLbwXhxtgGIUdhTPnn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhnN4w6EmyTu9wJLbwXhxtgGIUdhTPnn > .row .container > .video-iframe-container { display: none; }#xhnN4w6EmyTu9wJLbwXhxtgGIUdhTPnn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhnN4w6EmyTu9wJLbwXhxtgGIUdhTPnn > .row > .video-iframe-container { display: none; }#xhnN4w6EmyTu9wJLbwXhxtgGIUdhTPnn > .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); }#xhnN4w6EmyTu9wJLbwXhxtgGIUdhTPnn > .row .container { border-width: 0; border-radius: 0; }#xhnN4w6EmyTu9wJLbwXhxtgGIUdhTPnn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xhnN4w6EmyTu9wJLbwXhxtgGIUdhTPnn > .row .container { font-size:0.875rem;font-family:arial;height:59rem;width:75rem;position:relative;display:block; }#mSN8zQ26ZC41ZJycUviIdvXIPa6Af22T { color:#282828;display:block;width:16.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:3.875rem;left:7.5625rem;height:4.0625rem;display:block; }
#WkCgZ7SMc5wTXiuP7BXmoTWUXRqi4OOq { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.125rem;width:21.0625rem;top:9.375rem;left:46.4375rem;overflow:hidden;display:block; }
#uQNKCluw3LgbL6G8QQR0TUmgc8qqnDUV { color:rgba(40,40,40,0.65);display:block;width:33.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:9.375rem;left:7.5625rem;height:23.625rem;text-align:justify;text-align-last:initial;display:block; }
#rtplTWqXXK3oLVvOTzKIaO8NDAbaCbR5 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:40.6875rem;left:8.8125rem;overflow:hidden;display:block; }
#GrxRo4dQFPZJCL60QJyNZxdDrD6bL0f9 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:40.875rem;left:26.5625rem;overflow:hidden;display:block; }
#I5VAiTC9eEWXdrhsU3FHRbdyDsb9029H { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:41.4375rem;left:63.25rem;overflow:hidden;display:block; }
#x7uXXvtSarxdgne4go1GXPTDRnto2Sna { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:40.9375rem;left:45.0625rem;overflow:hidden;display:block; }
#dnQVCFXGNVpQv6etedlTAFRyiL1wnTqD { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:45rem;left:7.5625rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PomcWRK8SFhZgCU5kBwvV3EupfxeUZgP { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:45rem;left:24.625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T96SgaWE1hSQXdNE3TUqv5TaM3lhtma6 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:45rem;left:43.4375rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pCo3BcvN0niTerl0XF07k3M4KBwDw00P { color:rgba(var(--color-tertiary-4),1);display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:45rem;left:61.875rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nLpQ8ABQ75TlDQ0pJVQdyzfBRkF0hI7J { z-index:15004;top:51.4375rem;left:30.3125rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nPIrb8XOyocUpIPRBCXN2LMr6Qh5LF6q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G55wyE23trUeOhqO0I2aNBTP3Bt0wi1s { background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#G55wyE23trUeOhqO0I2aNBTP3Bt0wi1s > .row .container { background-color: transparent; background-image: none; }#G55wyE23trUeOhqO0I2aNBTP3Bt0wi1s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G55wyE23trUeOhqO0I2aNBTP3Bt0wi1s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G55wyE23trUeOhqO0I2aNBTP3Bt0wi1s > .row .container > .video-iframe-container { display: none; }#G55wyE23trUeOhqO0I2aNBTP3Bt0wi1s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G55wyE23trUeOhqO0I2aNBTP3Bt0wi1s > .row > .video-iframe-container { display: none; }#G55wyE23trUeOhqO0I2aNBTP3Bt0wi1s > .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); }#G55wyE23trUeOhqO0I2aNBTP3Bt0wi1s > .row .container { border-width: 0; border-radius: 0; }#G55wyE23trUeOhqO0I2aNBTP3Bt0wi1s > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#G55wyE23trUeOhqO0I2aNBTP3Bt0wi1s > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;overflow:visible;position:relative;display:block; }#TONaqplSQuzDQ1ZgLuA1RmggJNeHxwRi { color:rgba(var(--color-tertiary-4),1);display:block;width:29.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:22.125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ly6DaPqm3kWBasAwoz47IKlBG3Nt6gXW { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.0625rem;width:16.125rem;top:9.4375rem;left:39.1875rem;overflow:hidden;display:block; }
#MeixUVuTCVX5AbtubzOT7mPffT2APAVO { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.0625rem;width:16.125rem;top:9.4375rem;left:19.75rem;overflow:hidden;display:block; }
#NWBURqGZcIpDLnI6HFuggHpQf5KqGTBF { box-sizing:content-box;height:2.75rem;width:10.5625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:27.8125rem;left:19.75rem;display:block; }
#WbDWwFEwuPkFlS0zcNBBk0gtAMVOUqPm { box-sizing:content-box;height:2.75rem;width:12.125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:27.8125rem;left:39.1875rem;display:block; }
#r7zlgwJzrWGKpWDXfBXAQeun5bmRCphT { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:28.4375rem;left:20.5rem;height:1.4624rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Od6rMg3zRFteiUf4RbWGzGvtzWpKCNrU { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:28.4375rem;left:40.0625rem;height:1.4624rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yczDeCunUH6STJRAxpO64Qlf7edxVRr4 { z-index:15005;top:33.9375rem;left:30.3125rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TrWPVrkSi8xNUeDfzTNNpX0e5tTPaafG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rrip0Ige2riZRbPuqrVtCqdbsaxdW1HX { position:relative;display:block; }#Rrip0Ige2riZRbPuqrVtCqdbsaxdW1HX { background-color: transparent; background-image: none; }#Rrip0Ige2riZRbPuqrVtCqdbsaxdW1HX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rrip0Ige2riZRbPuqrVtCqdbsaxdW1HX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rrip0Ige2riZRbPuqrVtCqdbsaxdW1HX > .row .container > .video-iframe-container { display: none; }#Rrip0Ige2riZRbPuqrVtCqdbsaxdW1HX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rrip0Ige2riZRbPuqrVtCqdbsaxdW1HX > .row > .video-iframe-container { display: none; }#Rrip0Ige2riZRbPuqrVtCqdbsaxdW1HX > .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); }#Rrip0Ige2riZRbPuqrVtCqdbsaxdW1HX { border-width: 0; border-radius: 0; }#Rrip0Ige2riZRbPuqrVtCqdbsaxdW1HX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Rrip0Ige2riZRbPuqrVtCqdbsaxdW1HX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:34.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EASgWZ4ZEU6unsnHNd9HLsDGI9xZXGrd { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.25rem;left:30rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TNBZLM8nOeOzpQSQEfZLEis26SOOh6KC { position:absolute;display:block;z-index:15013;height:21.875rem;width:59.875rem;top:7.875rem;left:7.625rem;display:block; }
#quaCScUsiOcDdBqqc8BfPrlDx0zwA0Kc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#quaCScUsiOcDdBqqc8BfPrlDx0zwA0Kc > .row .container { background-color: transparent; background-image: none; }#quaCScUsiOcDdBqqc8BfPrlDx0zwA0Kc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#quaCScUsiOcDdBqqc8BfPrlDx0zwA0Kc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#quaCScUsiOcDdBqqc8BfPrlDx0zwA0Kc > .row .container > .video-iframe-container { display: none; }#quaCScUsiOcDdBqqc8BfPrlDx0zwA0Kc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#quaCScUsiOcDdBqqc8BfPrlDx0zwA0Kc > .row > .video-iframe-container { display: none; }#quaCScUsiOcDdBqqc8BfPrlDx0zwA0Kc > .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); }#quaCScUsiOcDdBqqc8BfPrlDx0zwA0Kc > .row .container { border-width: 0; border-radius: 0; }#quaCScUsiOcDdBqqc8BfPrlDx0zwA0Kc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#quaCScUsiOcDdBqqc8BfPrlDx0zwA0Kc > .row .container { font-size:0.875rem;font-family:arial;height:51.5625rem;width:75rem;position:relative;display:block; }#TOqAqp6iFehue7STLI6unHNEeegdd9mR { color:rgba(var(--color-tertiary-4),1);display:block;width:5.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.5625rem;left:34.75rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;vertical-align:top; }
#pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku .accordion-heading-text { display:block;position:relative;width:100%;font-family:arial;font-weight:700;font-size:1.1875rem;height:auto;line-height:1.5;overflow:hidden;font-style:normal; }
#pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:arial;height:auto;line-height:2;overflow:hidden;text-align:justify;text-align-last:initial; }
#pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku .accordion-trigger.adaptive-delivery-prevent-bg, #pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku .accordion-trigger.lazyload, #pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku .accordion-trigger.lazyloading { background-image: none; }
#pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku { box-sizing:content-box;height:auto;width:60rem;position:absolute;display:flex;flex-direction:column;gap:1.25rem;z-index:15005;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:5.375rem;left:7.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5) ; }
#pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #xhtvitMD11vgZA8FWp0utPfZGqEAs0Si { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #Iak3qWfI8aKN4FCvZw7QfvOhz7b5VLMl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #IKTBSsJIk1W4bn9F3A9MoQQhQeQWgJbf { display:block;position:relative; }
#pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #mCTPcGay8PxSzAtfx7Baq22DuEyzJau4 {  }
#pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #mLHyG52dGkV50NeW84TsExWGuF8hA48a {  }
#pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #MoIWvAXFPoAckNLMdEWBev6Hz0uOaC6l { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #Lt97qDtxy3GMmrytslnAeIKSpTgNbtJA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #eSWtgHCDGNcLVfIXBnX30QNTNhV5DLX2 { display:block;position:relative; }
#pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #r3PaTRLtDoPCZcxd6eceAfrVztyFsn4F {  }
#pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #U0JJ5cMXByff8MUSu1BkwBg8liTuWgcl { display:none; }
#pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #CBxl6sT3Ux6zwQaRCaZfKV24WI3Ui8zk { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #Tow5mnpSLDJyneQ4NRSQSlvAZQxTlVsT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #SEPHzFM53ctRuMriaDouJaRkfqE2ROJc { display:block;position:relative; }
#pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #acUvK6StR3DuXoEh6ICE5SsLWUkGlhZ9 {  }
#pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #JGpJr5650e9uVQEgFGh4BhtwxTxIv1b3 { display:none; }
#pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #nzk1nUwmJKl81zZPJZpoIA7JgIx7gSf2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #AmrLKoZusUJm9872wQpOB4TRotx8TMWv { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #nh6yUKuygtUagPHhsd8m4Nu3VfxKp8Dn { display:block;position:relative; }
#pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #yW00sQiECbX0GMLT8Atl69ZSEdG0GVWw {  }
#pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #D1TOscp9sXlWIle7tpehdyrKba5gRgBL { display:none; }
#pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #qSmHcTylnSfd42lXE6oDTkw7iBPSpsQO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #Dg1bR53xF2INXoL5omBC8XCODQZihZkk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #fKaNzcBSAxHZCiVEhUzQQdNB3svqSrGe { display:block;position:relative; }
#pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #c2ZT14vxgJbvSEttxGQwAgzTRDyTQOPC {  }
#pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #EEgvOlObuut0puPknZqrv4aP7CGxHGog { display:none; }
#pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #XE1ck5rUBlHHLguxBEt0a1531FAVvtgK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #ZuW7RPNafi1nhU9oafTq8N3Hd0nGE14t { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #d57EAE4sGnqtJSuOJINxxDe0fVe1eCMJ { display:block;position:relative; }
#pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #h8VccIgNFZ9OA5oIs8I1TMdr8UE2T1qx {  }
#pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #f1B5MzAORSuJtKKgVcTFPL5cM8UlkNN3 { display:none; }
#gKSfs12AnNNiDeRmC4e8srzneGIqoQJ6 { z-index:15004;top:46.0625rem;left:30.3125rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#CwqqlMt8cRNrL18fXmmJoaomG3Czx81o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uH0HtabdNW2SXaLHvlfTS7TTTy7DNRDL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/93eaa57c-8834-47ce-86a1-41ec91e609d3/headervietname.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uH0HtabdNW2SXaLHvlfTS7TTTy7DNRDL.adaptive-delivery-prevent-bg, #uH0HtabdNW2SXaLHvlfTS7TTTy7DNRDL.lazyload, #uH0HtabdNW2SXaLHvlfTS7TTTy7DNRDL.lazyloading { background-image: none; }#uH0HtabdNW2SXaLHvlfTS7TTTy7DNRDL > .row .container { background-color: transparent; background-image: none; }#uH0HtabdNW2SXaLHvlfTS7TTTy7DNRDL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.54); }#uH0HtabdNW2SXaLHvlfTS7TTTy7DNRDL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uH0HtabdNW2SXaLHvlfTS7TTTy7DNRDL > .row .container > .video-iframe-container { display: none; }#uH0HtabdNW2SXaLHvlfTS7TTTy7DNRDL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.54); }#uH0HtabdNW2SXaLHvlfTS7TTTy7DNRDL > .row > .video-iframe-container { display: none; }#uH0HtabdNW2SXaLHvlfTS7TTTy7DNRDL > .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); }#uH0HtabdNW2SXaLHvlfTS7TTTy7DNRDL > .row .container { border-width: 0; border-radius: 0; }#uH0HtabdNW2SXaLHvlfTS7TTTy7DNRDL::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uH0HtabdNW2SXaLHvlfTS7TTTy7DNRDL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uH0HtabdNW2SXaLHvlfTS7TTTy7DNRDL > .row .container { font-size:0.875rem;font-family:arial;height:22.0625rem;width:75rem;position:relative;display:block; }#Ifn66UckIlXb4pZK8ubqywlT89gNHIiO { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:4.625rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fDN355dmFZPyt4GPcLo0WkiDIsmeXh07 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:8.375rem;left:0rem;height:2.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ODUdRtMQSJtAuLirJE4Uzp4Mls3wLrAg { z-index:15005;top:15.875rem;left:30rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#v86T2t6HfHQhm4fA0w622g8rGrBE7nlh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mt6tmtf2Q3HM3s6tcRpHVVtcROgCSL2t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Mt6tmtf2Q3HM3s6tcRpHVVtcROgCSL2t > .row .container { background-color: transparent; background-image: none; }#Mt6tmtf2Q3HM3s6tcRpHVVtcROgCSL2t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mt6tmtf2Q3HM3s6tcRpHVVtcROgCSL2t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mt6tmtf2Q3HM3s6tcRpHVVtcROgCSL2t > .row .container > .video-iframe-container { display: none; }#Mt6tmtf2Q3HM3s6tcRpHVVtcROgCSL2t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mt6tmtf2Q3HM3s6tcRpHVVtcROgCSL2t > .row > .video-iframe-container { display: none; }#Mt6tmtf2Q3HM3s6tcRpHVVtcROgCSL2t > .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); }#Mt6tmtf2Q3HM3s6tcRpHVVtcROgCSL2t > .row .container { border-width: 0; border-radius: 0; }#Mt6tmtf2Q3HM3s6tcRpHVVtcROgCSL2t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mt6tmtf2Q3HM3s6tcRpHVVtcROgCSL2t > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#oAfOwyQMbJtbFVSgHDtFLvShTWAEBnE6 { color:rgba(var(--color-tertiary-1),1);display:block;width:25.6875rem;position:absolute;font-family:"basier circle";font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:11.75rem;left:32.5rem;height:1.13720625rem;font-style:normal;display:block; }
#sc5wlUTgTeO13NVJ6FgoRZfskWITkPPW { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5rem;position:absolute;font-family:"basier circle";font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:11.75rem;left:7.5rem;height:1.13720625rem;font-style:normal;display:block; }
#yB18mD3tXTHhm0Ev424yIbbh7GAqLE3c { box-sizing:content-box;height:0.0625rem;width:19.875rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:10.25rem;left:7.5rem;display:block; }
#FpbFLmMiTX8fNgCknFvNQ1DQkG0ggAw0 { box-sizing:content-box;height:0.0625rem;width:35rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:10.375rem;left:32.5rem;display:block; }
#ea3g6qF37pqfH4K3oU483SDhTLahFC7K { color:rgba(var(--color-tertiary-1),1);display:block;width:12.125rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:5.5rem;left:55.375rem;height:2.2744125rem;font-style:normal;display:block; }
#NNpBUXvU6JhzrWgTpoV92cskiGitSbwB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:5.5rem;left:42.625rem; }
#stdRm3yKbHfD6Prg2FbgvV7X1q4M7r8Z { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:5.4375rem;left:34.25rem;height:1.13720625rem;font-style:normal;display:block; }
#BQdDXq3UI0ChzNZkVemvuht0RcpTroZd { color:rgba(var(--color-tertiary-1),1);display:block;width:8.1875rem;position:absolute;font-family:"basier circle";font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:5.625rem;left:44.3125rem;height:1.13720625rem;font-style:normal;display:block; }
#SM58ndJUWyGzEftxpsI1pfX4wPOu26fS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:5.375rem;left:32.5rem; }
#FtmrhlKeGOU5eXuNPUoI8r1RQUpMB5fW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:5.4375rem;left:53.6875rem; }
#pC97UDdqTTz8rE0c0ySOf1TTMsanFyWx { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:2.3125rem;left:32.5rem;height:1.2999125rem;font-style:normal;display:block; }
#tG9tP821AgrwENXx5Zakkvu7TnDVFhwu { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:15.9375rem;top:1.55615234375rem;left:7.5rem;overflow:hidden;display:block; }
#sOVJ6LpaxD4TDEF2uV37NASuSnxUaBQH { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:2.5625rem;top:5.5rem;left:11.875rem;overflow:hidden;display:block; }
#AC5EaJ6TIOWfbaw6dT2WAoTTJkF4vF4g { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:3.75rem;top:5.5rem;left:7.5rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JuEB0KIlOdutkA0DHu89RmcHil5lq6Qd { display:block; }#JuEB0KIlOdutkA0DHu89RmcHil5lq6Qd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CCnHiUNBlcyRrXOdGFnsx5It9VDwO6Db { top:3.1875rem;left:0rem;width:15.9375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3J2iLvo6hAU9slt1Pk82vHX5G9tBnAf { top:3.9375rem;left:16.625rem;width:7.25rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGXqPRFtT9LElpe3OmeNR4ytVrR8VEPq { top:3.9375rem;left:23.875rem;width:7.25rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyuurCfKiERXDN630RwVNeQ7qQfqI7i5 { top:13.0625rem;left:0rem;width:32.875rem;height:;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEU94Wu6NCWKJNt1TmJqHqH8ND0lssdT { top:27.3125rem;left:0rem;width:2rem;height:1.6245276827153rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpvP6UOmx3GPGLAoEeagIl4KWxx4Vp4D { top:27.5rem;left:0rem;width:12.1875rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHn412B0ON1U3bLTUuJyUQ5DhBwXhPSn { top:29.8125rem;left:0rem;width:2rem;height:1.6245276827153rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8x8p69fcrKGeDoJRHUERBHXM0LeflIZ { top:30rem;left:0rem;width:14.9375rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbOTE5EZtt1sZL7Vfv9ue5X4u9HJ0VKu { top:32.3125rem;left:0rem;width:2rem;height:1.6245276827153rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlSGnABb2hHiCwlH3XE5Cl51QMuKNOWz { top:32.5rem;left:0rem;width:14.9375rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCmoyT7TduXnmye6tXmnhxMJLPJ2p7oZ { top:34.6875rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQn58tGS2chABSE0zPI2yse7Web1z3mb { top:35rem;left:0rem;width:1.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OO415Q2ZNCscPSsvK1ZTBhwNA5D4kQzx { top:35.1875rem;left:1.1875rem;width:6.5625rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dl6y29hJu61LIQHIwsT5tU5B8xWGR8sn { top:3.125rem;left:36.8125rem;width:10.9375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNUuLiE4GyVSW7VTBSSP0915W2rIWdZA { display:block; }
 }@media only screen and (max-width: 763px) { #Q5Hp0CCoPLmBmob1EHz3k6gy0gkAk6kR { top:3.9375rem;left:26.998046875rem;width:5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyUVN9XoVo8iOOicKHikqNc9SmiUcmXq { top:3.9375rem;left:34.093751907349rem;width:3.4375rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uavqMD3tiJy0e0xiRxfscyzz615QJzS0 { top:10.1875rem;left:0rem;width:19.875rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ngtTZKMkFTKMBMBW0uGMHHaTpJm5izgT { top:13.375rem;left:10.3125rem;width:37.4375rem;height:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhnN4w6EmyTu9wJLbwXhxtgGIUdhTPnn { display:block; }#xhnN4w6EmyTu9wJLbwXhxtgGIUdhTPnn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mSN8zQ26ZC41ZJycUviIdvXIPa6Af22T { top:3.875rem;left:0rem;width:16.375rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkCgZ7SMc5wTXiuP7BXmoTWUXRqi4OOq { top:9.375rem;left:26.6875rem;width:21.0625rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQNKCluw3LgbL6G8QQR0TUmgc8qqnDUV { top:9.375rem;left:0rem;width:33.5rem;height:27rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtplTWqXXK3oLVvOTzKIaO8NDAbaCbR5 { top:40.6875rem;left:0rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrxRo4dQFPZJCL60QJyNZxdDrD6bL0f9 { top:40.875rem;left:12.9375rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5VAiTC9eEWXdrhsU3FHRbdyDsb9029H { top:41.4375rem;left:44.75rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7uXXvtSarxdgne4go1GXPTDRnto2Sna { top:40.9375rem;left:31.4375rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnQVCFXGNVpQv6etedlTAFRyiL1wnTqD { top:45rem;left:0rem;width:6.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PomcWRK8SFhZgCU5kBwvV3EupfxeUZgP { top:45rem;left:11rem;width:7.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T96SgaWE1hSQXdNE3TUqv5TaM3lhtma6 { top:45rem;left:29.8125rem;width:6.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCo3BcvN0niTerl0XF07k3M4KBwDw00P { top:45rem;left:42.1875rem;width:5.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLpQ8ABQ75TlDQ0pJVQdyzfBRkF0hI7J { top:51.4375rem;left:16.6875rem;width:14.375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPIrb8XOyocUpIPRBCXN2LMr6Qh5LF6q { display:block; }
 }@media only screen and (max-width: 763px) { #G55wyE23trUeOhqO0I2aNBTP3Bt0wi1s { display:block; }#G55wyE23trUeOhqO0I2aNBTP3Bt0wi1s > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TONaqplSQuzDQ1ZgLuA1RmggJNeHxwRi { top:2.5rem;left:8.5rem;width:29.6875rem;height:2.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ly6DaPqm3kWBasAwoz47IKlBG3Nt6gXW { top:9.4375rem;left:25.5625rem;width:16.125rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeixUVuTCVX5AbtubzOT7mPffT2APAVO { top:9.4375rem;left:6.125rem;width:16.125rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWBURqGZcIpDLnI6HFuggHpQf5KqGTBF { top:27.8125rem;left:6.125rem;width:10.5625rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbDWwFEwuPkFlS0zcNBBk0gtAMVOUqPm { top:27.8125rem;left:25.5625rem;width:12.125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7zlgwJzrWGKpWDXfBXAQeun5bmRCphT { top:28.4375rem;left:6.875rem;width:14.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Od6rMg3zRFteiUf4RbWGzGvtzWpKCNrU { top:28.4375rem;left:26.4375rem;width:14.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yczDeCunUH6STJRAxpO64Qlf7edxVRr4 { top:33.9375rem;left:16.6875rem;width:14.375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrWPVrkSi8xNUeDfzTNNpX0e5tTPaafG { display:block; }
 }@media only screen and (max-width: 763px) { #Rrip0Ige2riZRbPuqrVtCqdbsaxdW1HX { display:block; }#Rrip0Ige2riZRbPuqrVtCqdbsaxdW1HX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EASgWZ4ZEU6unsnHNd9HLsDGI9xZXGrd { top:2.1875rem;left:16.375rem;width:14.9375rem;height:2.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNBZLM8nOeOzpQSQEfZLEis26SOOh6KC { top:7.875rem;left:0rem;width:47.75rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #quaCScUsiOcDdBqqc8BfPrlDx0zwA0Kc { display:block; }#quaCScUsiOcDdBqqc8BfPrlDx0zwA0Kc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TOqAqp6iFehue7STLI6unHNEeegdd9mR { top:1.5625rem;left:21.125rem;width:5.5rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku { display:flex;height:auto;width:45.25rem;top:6.625rem;left:0rem; }
#pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #xhtvitMD11vgZA8FWp0utPfZGqEAs0Si {  }
 }@media only screen and (max-width: 763px) { #pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #Iak3qWfI8aKN4FCvZw7QfvOhz7b5VLMl {  }
 }@media only screen and (max-width: 763px) { #pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #IKTBSsJIk1W4bn9F3A9MoQQhQeQWgJbf {  }
 }@media only screen and (max-width: 763px) { #pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #mCTPcGay8PxSzAtfx7Baq22DuEyzJau4 {  }
 }@media only screen and (max-width: 763px) { #pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #mLHyG52dGkV50NeW84TsExWGuF8hA48a {  }
 }@media only screen and (max-width: 763px) { #pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #MoIWvAXFPoAckNLMdEWBev6Hz0uOaC6l {  }
 }@media only screen and (max-width: 763px) { #pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #Lt97qDtxy3GMmrytslnAeIKSpTgNbtJA {  }
 }@media only screen and (max-width: 763px) { #pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #eSWtgHCDGNcLVfIXBnX30QNTNhV5DLX2 {  }
 }@media only screen and (max-width: 763px) { #pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #r3PaTRLtDoPCZcxd6eceAfrVztyFsn4F {  }
 }@media only screen and (max-width: 763px) { #pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #U0JJ5cMXByff8MUSu1BkwBg8liTuWgcl {  }
 }@media only screen and (max-width: 763px) { #pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #CBxl6sT3Ux6zwQaRCaZfKV24WI3Ui8zk {  }
 }@media only screen and (max-width: 763px) { #pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #Tow5mnpSLDJyneQ4NRSQSlvAZQxTlVsT {  }
 }@media only screen and (max-width: 763px) { #pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #SEPHzFM53ctRuMriaDouJaRkfqE2ROJc {  }
 }@media only screen and (max-width: 763px) { #pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #acUvK6StR3DuXoEh6ICE5SsLWUkGlhZ9 {  }
 }@media only screen and (max-width: 763px) { #pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #JGpJr5650e9uVQEgFGh4BhtwxTxIv1b3 {  }
 }@media only screen and (max-width: 763px) { #pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #nzk1nUwmJKl81zZPJZpoIA7JgIx7gSf2 {  }
 }@media only screen and (max-width: 763px) { #pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #AmrLKoZusUJm9872wQpOB4TRotx8TMWv {  }
 }@media only screen and (max-width: 763px) { #pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #nh6yUKuygtUagPHhsd8m4Nu3VfxKp8Dn {  }
 }@media only screen and (max-width: 763px) { #pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #yW00sQiECbX0GMLT8Atl69ZSEdG0GVWw {  }
 }@media only screen and (max-width: 763px) { #pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #D1TOscp9sXlWIle7tpehdyrKba5gRgBL {  }
 }@media only screen and (max-width: 763px) { #pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #qSmHcTylnSfd42lXE6oDTkw7iBPSpsQO {  }
 }@media only screen and (max-width: 763px) { #pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #Dg1bR53xF2INXoL5omBC8XCODQZihZkk {  }
 }@media only screen and (max-width: 763px) { #pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #fKaNzcBSAxHZCiVEhUzQQdNB3svqSrGe {  }
 }@media only screen and (max-width: 763px) { #pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #c2ZT14vxgJbvSEttxGQwAgzTRDyTQOPC {  }
 }@media only screen and (max-width: 763px) { #pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #EEgvOlObuut0puPknZqrv4aP7CGxHGog {  }
 }@media only screen and (max-width: 763px) { #pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #XE1ck5rUBlHHLguxBEt0a1531FAVvtgK {  }
 }@media only screen and (max-width: 763px) { #pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #ZuW7RPNafi1nhU9oafTq8N3Hd0nGE14t {  }
 }@media only screen and (max-width: 763px) { #pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #d57EAE4sGnqtJSuOJINxxDe0fVe1eCMJ {  }
 }@media only screen and (max-width: 763px) { #pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #h8VccIgNFZ9OA5oIs8I1TMdr8UE2T1qx {  }
 }@media only screen and (max-width: 763px) { #pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #f1B5MzAORSuJtKKgVcTFPL5cM8UlkNN3 {  }
 }@media only screen and (max-width: 763px) { #gKSfs12AnNNiDeRmC4e8srzneGIqoQJ6 { top:46.0625rem;left:16.6875rem;width:14.375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwqqlMt8cRNrL18fXmmJoaomG3Czx81o { display:block; }
 }@media only screen and (max-width: 763px) { #uH0HtabdNW2SXaLHvlfTS7TTTy7DNRDL { display:block; }#uH0HtabdNW2SXaLHvlfTS7TTTy7DNRDL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ifn66UckIlXb4pZK8ubqywlT89gNHIiO { top:4.625rem;left:0rem;width:47.75rem;height:;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDN355dmFZPyt4GPcLo0WkiDIsmeXh07 { top:8.3125rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODUdRtMQSJtAuLirJE4Uzp4Mls3wLrAg { top:15.8125rem;left:16.375rem;width:14.375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v86T2t6HfHQhm4fA0w622g8rGrBE7nlh { display:block; }
 }@media only screen and (max-width: 763px) { #Mt6tmtf2Q3HM3s6tcRpHVVtcROgCSL2t { display:block; }#Mt6tmtf2Q3HM3s6tcRpHVVtcROgCSL2t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oAfOwyQMbJtbFVSgHDtFLvShTWAEBnE6 { top:11.6875rem;left:18.875rem;width:25.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sc5wlUTgTeO13NVJ6FgoRZfskWITkPPW { top:11.6875rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yB18mD3tXTHhm0Ev424yIbbh7GAqLE3c { top:10.1875rem;left:0rem;width:19.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpbFLmMiTX8fNgCknFvNQ1DQkG0ggAw0 { top:10.3125rem;left:12.75rem;width:35rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ea3g6qF37pqfH4K3oU483SDhTLahFC7K { top:5.4375rem;left:35.625rem;width:12.125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNpBUXvU6JhzrWgTpoV92cskiGitSbwB { top:5.4375rem;left:29rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #stdRm3yKbHfD6Prg2FbgvV7X1q4M7r8Z { top:5.375rem;left:20.625rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQdDXq3UI0ChzNZkVemvuht0RcpTroZd { top:5.625rem;left:30.6875rem;width:8.1875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SM58ndJUWyGzEftxpsI1pfX4wPOu26fS { top:5.3125rem;left:18.875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtmrhlKeGOU5eXuNPUoI8r1RQUpMB5fW { top:5.375rem;left:40.0625rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pC97UDdqTTz8rE0c0ySOf1TTMsanFyWx { top:2.25rem;left:18.875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tG9tP821AgrwENXx5Zakkvu7TnDVFhwu { top:1.5rem;left:0rem;width:15.9375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOVJ6LpaxD4TDEF2uV37NASuSnxUaBQH { top:5.4375rem;left:0rem;width:2.5625rem;height:2.9998921982649rem;display:block; }
 }@media only screen and (max-width: 763px) { #AC5EaJ6TIOWfbaw6dT2WAoTTJkF4vF4g { top:5.4375rem;left:0rem;width:3.75rem;height:2.74956875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JuEB0KIlOdutkA0DHu89RmcHil5lq6Qd { display:block; }#JuEB0KIlOdutkA0DHu89RmcHil5lq6Qd > .row .container { width:20rem;height:75.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CCnHiUNBlcyRrXOdGFnsx5It9VDwO6Db { width:15.9375rem;height:2.8125rem;top:1.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3J2iLvo6hAU9slt1Pk82vHX5G9tBnAf { width:5.125rem;height:1.05615rem;top:5.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGXqPRFtT9LElpe3OmeNR4ytVrR8VEPq { width:5.9375rem;height:1.05615rem;top:5.37451171875rem;left:5.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyuurCfKiERXDN630RwVNeQ7qQfqI7i5 { width:20rem;height:6rem;top:13.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iEU94Wu6NCWKJNt1TmJqHqH8ND0lssdT { width:2rem;height:1.624025rem;top:62.8125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpvP6UOmx3GPGLAoEeagIl4KWxx4Vp4D { width:12.1875rem;height:1.125rem;top:63.0625rem;left:5.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHn412B0ON1U3bLTUuJyUQ5DhBwXhPSn { width:2rem;height:1.624025rem;top:65.4375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8x8p69fcrKGeDoJRHUERBHXM0LeflIZ { width:14.9375rem;height:1.125rem;top:65.6875rem;left:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbOTE5EZtt1sZL7Vfv9ue5X4u9HJ0VKu { width:2rem;height:1.624025rem;top:67.75rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlSGnABb2hHiCwlH3XE5Cl51QMuKNOWz { width:14.9375rem;height:1.125rem;top:68rem;left:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCmoyT7TduXnmye6tXmnhxMJLPJ2p7oZ { width:1.875rem;height:1.875rem;top:70.125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQn58tGS2chABSE0zPI2yse7Web1z3mb { width:1.8125rem;height:1.21875rem;top:70.5rem;left:5.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OO415Q2ZNCscPSsvK1ZTBhwNA5D4kQzx { width:6.5625rem;height:0.9375rem;top:70.625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dl6y29hJu61LIQHIwsT5tU5B8xWGR8sn { top:8.375rem;left:4.53125rem;width:10.9375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNUuLiE4GyVSW7VTBSSP0915W2rIWdZA { display:block; }
 }@media only screen and (max-width: 763px) { #Q5Hp0CCoPLmBmob1EHz3k6gy0gkAk6kR { width:3.5625rem;height:1.05615rem;top:5.37451171875rem;left:12.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyUVN9XoVo8iOOicKHikqNc9SmiUcmXq { width:2.375rem;height:1.05615rem;top:5.37451171875rem;left:17.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uavqMD3tiJy0e0xiRxfscyzz615QJzS0 { width:19.875rem;height:0.0625rem;top:6.43017578125rem;left:0rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #ngtTZKMkFTKMBMBW0uGMHHaTpJm5izgT { width:20rem;height:24.875rem;top:23.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhnN4w6EmyTu9wJLbwXhxtgGIUdhTPnn { display:block; }#xhnN4w6EmyTu9wJLbwXhxtgGIUdhTPnn > .row .container { width:20rem;height:100.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mSN8zQ26ZC41ZJycUviIdvXIPa6Af22T { width:9.75rem;height:2.5996125rem;top:1.625rem;left:5.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkCgZ7SMc5wTXiuP7BXmoTWUXRqi4OOq { width:20rem;height:23.25rem;top:68rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQNKCluw3LgbL6G8QQR0TUmgc8qqnDUV { width:20rem;height:42.1875rem;top:5.724609375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rtplTWqXXK3oLVvOTzKIaO8NDAbaCbR5 { width:3.6875rem;height:3.6875rem;top:51.0625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrxRo4dQFPZJCL60QJyNZxdDrD6bL0f9 { width:3.3125rem;height:3.3125rem;top:51.25rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5VAiTC9eEWXdrhsU3FHRbdyDsb9029H { width:3rem;height:3rem;top:59.5rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7uXXvtSarxdgne4go1GXPTDRnto2Sna { width:3.5rem;height:3.5rem;top:58.9375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnQVCFXGNVpQv6etedlTAFRyiL1wnTqD { width:6.4375rem;height:1.4619125rem;top:54.75rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PomcWRK8SFhZgCU5kBwvV3EupfxeUZgP { width:7.0625rem;height:1.4619125rem;top:54.75rem;left:11.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T96SgaWE1hSQXdNE3TUqv5TaM3lhtma6 { width:6.8125rem;height:1.4619125rem;top:62.5rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCo3BcvN0niTerl0XF07k3M4KBwDw00P { width:5.5625rem;height:1.4619125rem;top:62.5rem;left:11.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLpQ8ABQ75TlDQ0pJVQdyzfBRkF0hI7J { top:94.1875rem;left:2.8125rem;width:14.375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPIrb8XOyocUpIPRBCXN2LMr6Qh5LF6q { display:block; }
 }@media only screen and (max-width: 763px) { #G55wyE23trUeOhqO0I2aNBTP3Bt0wi1s { display:block; }#G55wyE23trUeOhqO0I2aNBTP3Bt0wi1s > .row .container { width:20rem;height:69.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TONaqplSQuzDQ1ZgLuA1RmggJNeHxwRi { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ly6DaPqm3kWBasAwoz47IKlBG3Nt6gXW { width:20rem;height:26.1875rem;top:35.6875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeixUVuTCVX5AbtubzOT7mPffT2APAVO { width:20rem;height:26.0625rem;top:7.9375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWBURqGZcIpDLnI6HFuggHpQf5KqGTBF { width:7.3125rem;height:2.75rem;top:31.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbDWwFEwuPkFlS0zcNBBk0gtAMVOUqPm { width:7.3125rem;height:2.75rem;top:59.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7zlgwJzrWGKpWDXfBXAQeun5bmRCphT { width:14.9375rem;height:1.5244125rem;top:32.125rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Od6rMg3zRFteiUf4RbWGzGvtzWpKCNrU { width:14.9375rem;height:1.5244125rem;top:59.8125rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yczDeCunUH6STJRAxpO64Qlf7edxVRr4 { top:63.998046875rem;left:0.46875rem;width:19.0625rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrWPVrkSi8xNUeDfzTNNpX0e5tTPaafG { display:block; }
 }@media only screen and (max-width: 763px) { #Rrip0Ige2riZRbPuqrVtCqdbsaxdW1HX { display:block; }#Rrip0Ige2riZRbPuqrVtCqdbsaxdW1HX > .row .container { width:20rem;height:29.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EASgWZ4ZEU6unsnHNd9HLsDGI9xZXGrd { width:14.9370625rem;height:2.4375rem;top:1.25rem;left:2.5rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TNBZLM8nOeOzpQSQEfZLEis26SOOh6KC { width:20rem;height:22.1875rem;top:5.09874375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #quaCScUsiOcDdBqqc8BfPrlDx0zwA0Kc { display:block; }#quaCScUsiOcDdBqqc8BfPrlDx0zwA0Kc > .row .container { width:20rem;height:85.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TOqAqp6iFehue7STLI6unHNEeegdd9mR { width:5.5rem;height:2.5996125rem;top:1.5625rem;left:7.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku .accordion-desc-text { text-align:left;text-align-last:left; }
#pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku { display:flex;height:auto;width:20rem;top:7rem;left:0rem; }
#pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #xhtvitMD11vgZA8FWp0utPfZGqEAs0Si {  }
 }@media only screen and (max-width: 763px) { #pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #Iak3qWfI8aKN4FCvZw7QfvOhz7b5VLMl {  }
 }@media only screen and (max-width: 763px) { #pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #IKTBSsJIk1W4bn9F3A9MoQQhQeQWgJbf {  }
 }@media only screen and (max-width: 763px) { #pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #mCTPcGay8PxSzAtfx7Baq22DuEyzJau4 {  }
 }@media only screen and (max-width: 763px) { #pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #mLHyG52dGkV50NeW84TsExWGuF8hA48a {  }
 }@media only screen and (max-width: 763px) { #pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #MoIWvAXFPoAckNLMdEWBev6Hz0uOaC6l {  }
 }@media only screen and (max-width: 763px) { #pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #Lt97qDtxy3GMmrytslnAeIKSpTgNbtJA {  }
 }@media only screen and (max-width: 763px) { #pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #eSWtgHCDGNcLVfIXBnX30QNTNhV5DLX2 {  }
 }@media only screen and (max-width: 763px) { #pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #r3PaTRLtDoPCZcxd6eceAfrVztyFsn4F {  }
 }@media only screen and (max-width: 763px) { #pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #U0JJ5cMXByff8MUSu1BkwBg8liTuWgcl {  }
 }@media only screen and (max-width: 763px) { #pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #CBxl6sT3Ux6zwQaRCaZfKV24WI3Ui8zk {  }
 }@media only screen and (max-width: 763px) { #pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #Tow5mnpSLDJyneQ4NRSQSlvAZQxTlVsT {  }
 }@media only screen and (max-width: 763px) { #pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #SEPHzFM53ctRuMriaDouJaRkfqE2ROJc {  }
 }@media only screen and (max-width: 763px) { #pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #acUvK6StR3DuXoEh6ICE5SsLWUkGlhZ9 {  }
 }@media only screen and (max-width: 763px) { #pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #JGpJr5650e9uVQEgFGh4BhtwxTxIv1b3 {  }
 }@media only screen and (max-width: 763px) { #pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #nzk1nUwmJKl81zZPJZpoIA7JgIx7gSf2 {  }
 }@media only screen and (max-width: 763px) { #pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #AmrLKoZusUJm9872wQpOB4TRotx8TMWv {  }
 }@media only screen and (max-width: 763px) { #pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #nh6yUKuygtUagPHhsd8m4Nu3VfxKp8Dn {  }
 }@media only screen and (max-width: 763px) { #pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #yW00sQiECbX0GMLT8Atl69ZSEdG0GVWw {  }
 }@media only screen and (max-width: 763px) { #pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #D1TOscp9sXlWIle7tpehdyrKba5gRgBL {  }
 }@media only screen and (max-width: 763px) { #pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #qSmHcTylnSfd42lXE6oDTkw7iBPSpsQO {  }
 }@media only screen and (max-width: 763px) { #pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #Dg1bR53xF2INXoL5omBC8XCODQZihZkk {  }
 }@media only screen and (max-width: 763px) { #pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #fKaNzcBSAxHZCiVEhUzQQdNB3svqSrGe {  }
 }@media only screen and (max-width: 763px) { #pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #c2ZT14vxgJbvSEttxGQwAgzTRDyTQOPC {  }
 }@media only screen and (max-width: 763px) { #pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #EEgvOlObuut0puPknZqrv4aP7CGxHGog {  }
 }@media only screen and (max-width: 763px) { #pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #XE1ck5rUBlHHLguxBEt0a1531FAVvtgK {  }
 }@media only screen and (max-width: 763px) { #pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #ZuW7RPNafi1nhU9oafTq8N3Hd0nGE14t {  }
 }@media only screen and (max-width: 763px) { #pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #d57EAE4sGnqtJSuOJINxxDe0fVe1eCMJ {  }
 }@media only screen and (max-width: 763px) { #pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #h8VccIgNFZ9OA5oIs8I1TMdr8UE2T1qx {  }
 }@media only screen and (max-width: 763px) { #pkOkhw0qMbE2Scf8xi0fg8Ju5nB5O0ku #f1B5MzAORSuJtKKgVcTFPL5cM8UlkNN3 {  }
 }@media only screen and (max-width: 763px) { #gKSfs12AnNNiDeRmC4e8srzneGIqoQJ6 { top:80.1875rem;left:0.46875rem;width:19.0625rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwqqlMt8cRNrL18fXmmJoaomG3Czx81o { display:block; }
 }@media only screen and (max-width: 763px) { #uH0HtabdNW2SXaLHvlfTS7TTTy7DNRDL { display:block; }#uH0HtabdNW2SXaLHvlfTS7TTTy7DNRDL > .row .container { width:20rem;height:22rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ifn66UckIlXb4pZK8ubqywlT89gNHIiO { width:20rem;height:6rem;top:4.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fDN355dmFZPyt4GPcLo0WkiDIsmeXh07 { width:20rem;height:5.9375rem;top:4.5625rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ODUdRtMQSJtAuLirJE4Uzp4Mls3wLrAg { top:13.75rem;left:2.8125rem;width:14.375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v86T2t6HfHQhm4fA0w622g8rGrBE7nlh { display:block; }
 }@media only screen and (max-width: 763px) { #Mt6tmtf2Q3HM3s6tcRpHVVtcROgCSL2t { display:block; }#Mt6tmtf2Q3HM3s6tcRpHVVtcROgCSL2t > .row .container { width:20rem;height:40.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oAfOwyQMbJtbFVSgHDtFLvShTWAEBnE6 { width:15.625rem;height:2.2744125rem;top:28.6865234375rem;left:2.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sc5wlUTgTeO13NVJ6FgoRZfskWITkPPW { width:12.5rem;height:1.13720625rem;top:25.87451171875rem;left:3.75rem;font-size:0.875rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yB18mD3tXTHhm0Ev424yIbbh7GAqLE3c { width:19.875rem;height:0.0625rem;top:4.0625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpbFLmMiTX8fNgCknFvNQ1DQkG0ggAw0 { width:20rem;height:0.0625rem;top:24.31201171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ea3g6qF37pqfH4K3oU483SDhTLahFC7K { width:12.125rem;height:2.2744125rem;top:13.15576171875rem;left:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNpBUXvU6JhzrWgTpoV92cskiGitSbwB { display:flex;width:1.6875rem;height:1.6875rem;top:10rem;left:3.9375rem; }
 }@media only screen and (max-width: 763px) { #stdRm3yKbHfD6Prg2FbgvV7X1q4M7r8Z { width:12.5rem;height:1.13720625rem;top:7.80078125rem;left:5.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQdDXq3UI0ChzNZkVemvuht0RcpTroZd { width:8.1875rem;height:1.13720625rem;top:10.275390625rem;left:5.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SM58ndJUWyGzEftxpsI1pfX4wPOu26fS { display:flex;width:1.4375rem;height:1.4375rem;top:7.4375rem;left:3.9375rem; }
 }@media only screen and (max-width: 763px) { #FtmrhlKeGOU5eXuNPUoI8r1RQUpMB5fW { display:flex;width:1.3125rem;height:1.3125rem;top:13.15576171875rem;left:3.9375rem; }
 }@media only screen and (max-width: 763px) { #pC97UDdqTTz8rE0c0ySOf1TTMsanFyWx { width:12.5rem;height:1.29980625rem;top:5.1875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tG9tP821AgrwENXx5Zakkvu7TnDVFhwu { width:15.9375rem;height:2.8125rem;top:1.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOVJ6LpaxD4TDEF2uV37NASuSnxUaBQH { width:2.5625rem;height:2.9995125rem;top:19.82421875rem;left:5.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AC5EaJ6TIOWfbaw6dT2WAoTTJkF4vF4g { width:3.75rem;height:2.7495125rem;top:19.94921875rem;left:12.375rem;display:block; }
 }