.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(0,0,0,0);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); }#OH2H9JBurqQUkFLfy6SGeDuAPkco5edH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e71300;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#OH2H9JBurqQUkFLfy6SGeDuAPkco5edH > .row .container { border-width: 0; border-radius: 0; }#OH2H9JBurqQUkFLfy6SGeDuAPkco5edH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OH2H9JBurqQUkFLfy6SGeDuAPkco5edH > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:75rem;position:relative;display:none; }#TFftgaq1TwOBq1xfLqoNblTI34KanoAT { color:#000000;display:block;width:40.9375rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:0.7099609375rem;left:17rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mACTdyphKrm1la9dbIpHiUdpVyhebAVv { color:#ecff00;display:block;width:75rem;position:absolute;font-family:kanit;font-size:2rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.8974609375rem;left:0rem;height:5.199225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FsFJsLvATCRAio6pEttN6QyTXTA5vV0R { color:#ff0042;display:block;width:40.9375rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:8.9287109375rem;left:17rem;height:1.19970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TrX6dLitLa8r6vdvRLIViFdnyM4aIlie { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/68eb53d6-6853-44a6-b6bf-925dc401365f/RedesignExcelDataBusinessCollection01.jpg");background-position:bottom 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; }#TrX6dLitLa8r6vdvRLIViFdnyM4aIlie.adaptive-delivery-prevent-bg, #TrX6dLitLa8r6vdvRLIViFdnyM4aIlie.lazyload, #TrX6dLitLa8r6vdvRLIViFdnyM4aIlie.lazyloading { background-image: none; }#TrX6dLitLa8r6vdvRLIViFdnyM4aIlie > .row .container { background-color: transparent; background-image: none; }#TrX6dLitLa8r6vdvRLIViFdnyM4aIlie::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrX6dLitLa8r6vdvRLIViFdnyM4aIlie > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrX6dLitLa8r6vdvRLIViFdnyM4aIlie > .row .container > .video-iframe-container { display: none; }#TrX6dLitLa8r6vdvRLIViFdnyM4aIlie > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrX6dLitLa8r6vdvRLIViFdnyM4aIlie > .row > .video-iframe-container { display: none; }#TrX6dLitLa8r6vdvRLIViFdnyM4aIlie > .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); }#TrX6dLitLa8r6vdvRLIViFdnyM4aIlie > .row .container { border-width: 0; border-radius: 0; }#TrX6dLitLa8r6vdvRLIViFdnyM4aIlie > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TrX6dLitLa8r6vdvRLIViFdnyM4aIlie > .row .container { font-size:0.875rem;font-family:arial;height:29.5625rem;width:75rem;position:relative;display:block; }#pFPbqe08z8RlwmlDWIlI2Q4lmarqcENv { color:#00006d;display:block;width:15.75rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:2rem;left:12.40625rem;height:1.950075rem;text-align:center;text-align-last:center;display:block; }
#h790clU6hfy61ZSO5pDz801uRJfW2HDm { color:#ff7263;display:block;width:34.1875rem;position:absolute;font-family:prompt;font-size:3.3125rem;font-weight:700;z-index:15045;line-height:1.1;letter-spacing:0;top:4.5894098281861rem;left:3.1875rem;height:3.6436625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f9OQ9Osf9LNgOe1n8qa9PvQkdWyBwsOS { color:#00006d;display:block;width:12.5rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:11.8125rem;left:14.625rem;height:1.381225rem;text-align:center;text-align-last:center;display:block; }
#tks31TkGEEEwNUshdrLW9MKbpVBG7VS3 { color:#000d89;display:block;width:30.125rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:14.1875rem;left:6.5rem;height:3.90015rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O5T5ZTbvBTaEeQv3Fa5aTST0uuMzmuWo { color:#ff7263;display:block;width:14.0625rem;position:absolute;font-family:prompt;font-size:1.1875rem;font-weight:400;z-index:15046;line-height:1.5;letter-spacing:0;top:20.25rem;left:15.0625rem;height:3.5632375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fym3CeeVftuTF7Rl90UJD0F9iLvtiQSo { color:#000d89;display:block;width:21.5rem;position:absolute;font-family:prompt;font-size:1.125rem;font-weight:300;z-index:15047;line-height:1.3;letter-spacing:0;top:24.9375rem;left:10.1875rem;height:2.92358125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r2hiVawTzuqX6Ab6qZ5mALqNLAEaJc7h { position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.98);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 0.625rem rgba(0,113,255,0.5) ;height:4.8125rem;width:26.0625rem;top:19.625rem;left:7.875rem;display:block; }
#NSfoMmpFozl9DNnPpNTZutRd3wQyIXT8 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:20.5625rem;left:13.125rem; }
#SgChlCfxIxuwTbWX3QDrmcvCzvpkvdLT { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:22.125rem;left:13.125rem; }
#bbPstkAiCT7dMdNCVK2cBttr0Vb2bJsl { position:absolute;display:block;z-index:14997;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.8125rem;width:33.8125rem;top:5.2300348281861rem;left:37.375rem;overflow:hidden;display:block; }
#dTx4PHkCHlUca9Et2BhdU9H8JFwmuSLQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:9.5rem;top:0.6875rem;left:64.3447265625rem;display:block; }
#M3CtxLE9CnLg0LzdKuR3WpcHW6k5TART { color:#ff7263;display:block;width:34.1875rem;position:absolute;font-family:prompt;font-size:2.0625rem;font-weight:700;z-index:15046;line-height:1.1;letter-spacing:0;top:8.6987857818606rem;left:2.5rem;height:2.26855625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mtNtbdAOo0kQM9BflME7u8K2GEGgHg0G { 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.25rem solid #0071ff;border-left:0.25rem solid #0071ff;border-right:0.25rem solid #0071ff;border-bottom:0.25rem solid #0071ff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#0071ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.125rem;height:4.1875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:34.749998569489rem;left:8.90625rem;display:none; }
#JQiEEHXyXcCUKiezgnhRQdEwASaP2G9V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KNlasCAyccvDNTc7tn576czHMRCKNMTE { background-color:transparent;background-image: -webkit-linear-gradient(142deg, #ff7263, #e64433);background-image: -moz-linear-gradient(142deg, #ff7263, #e64433);background-image: -ms-linear-gradient(142deg, #ff7263, #e64433);background-image: -o-linear-gradient(142deg, #ff7263, #e64433);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='#e64433' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='#e64433' );";background-image: linear-gradient(142deg, #ff7263, #e64433);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.25rem;border-top-right-radius:3.25rem;border-bottom-left-radius:3.25rem;border-bottom-right-radius:3.25rem;box-shadow: 0rem 0rem 0.375rem rgba(0,113,255,0.68) ;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:prompt;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.125rem;height:3.75rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:29.8125rem;left:9.875rem;display:none; }
#cvIWkUILtBOhThTNZzwbfLBQorAmcdDD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KDLMQGovzX9Muh4yWMQR8gN6JJtKPCEF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/be158630-1a50-4eea-8f47-c59809b7e624/RedesignExcelDataBusinessCollection02.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:none; }#KDLMQGovzX9Muh4yWMQR8gN6JJtKPCEF.adaptive-delivery-prevent-bg, #KDLMQGovzX9Muh4yWMQR8gN6JJtKPCEF.lazyload, #KDLMQGovzX9Muh4yWMQR8gN6JJtKPCEF.lazyloading { background-image: none; }#KDLMQGovzX9Muh4yWMQR8gN6JJtKPCEF > .row .container { border-width: 0; border-radius: 0; }#KDLMQGovzX9Muh4yWMQR8gN6JJtKPCEF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KDLMQGovzX9Muh4yWMQR8gN6JJtKPCEF > .row .container { font-size:0.875rem;font-family:arial;height:42.625rem;width:75rem;position:relative;display:none; }#xTJzkv5KQ8C3q6rsKTfxw1gWSRuuT5y4 { position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000d89, #0071ff);background-image: -moz-linear-gradient(180deg, #000d89, #0071ff);background-image: -ms-linear-gradient(180deg, #000d89, #0071ff);background-image: -o-linear-gradient(180deg, #000d89, #0071ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000d89', endColorstr='#0071ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000d89', endColorstr='#0071ff' );";background-image: linear-gradient(180deg, #000d89, #0071ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:38.0625rem;width:34rem;top:1.4366321563721rem;left:38.5rem;display:block; }
#EErdZf0GDwt4xSbtLcxDHLN9DzvSqtAv { color:#ffffff;display:block;width:26.875rem;position:absolute;font-family:kanit;font-size:1.625rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:3.0616340637207rem;left:43.0625rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#af2Ob5lbSJ1n6EAptKRsIgDHkgql0aCx { position:absolute;display:block;z-index:14998;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:27.5625rem;width:34.8125rem;top:11.998261928558rem;left:2.8125rem;overflow:hidden;display:block; }
#VfsVhlI0fCWvtTJka6gvFu2vgQIquTBd { position:absolute;display:block;z-index:14996;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:25.3125rem;width:38.9375rem;top:9.5367431640625E-7rem;left:0rem;overflow:hidden;display:block; }
#rAUqLMrWHnkA8dis1zcOxAUIGRcaQz3K { background-color:transparent;background-image: -webkit-linear-gradient(142deg, #ff7263, #e64433);background-image: -moz-linear-gradient(142deg, #ff7263, #e64433);background-image: -ms-linear-gradient(142deg, #ff7263, #e64433);background-image: -o-linear-gradient(142deg, #ff7263, #e64433);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='#e64433' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='#e64433' );";background-image: linear-gradient(142deg, #ff7263, #e64433);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.25rem;border-top-right-radius:3.25rem;border-bottom-left-radius:3.25rem;border-bottom-right-radius:3.25rem;box-shadow: 0rem 0rem 0.375rem rgba(0,113,255,0.68) ;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:prompt;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.125rem;height:3.75rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:29.8125rem;left:9.875rem;display:none; }
#xtFme0ScMWrW4D5oanoArWNUMV9TWd1k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iISl9Wt7VDW84rwdK1XWPaxGKGe0Oiez { 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.25rem solid #0071ff;border-left:0.25rem solid #0071ff;border-right:0.25rem solid #0071ff;border-bottom:0.25rem solid #0071ff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#0071ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.125rem;height:4.1875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:34.749998569489rem;left:8.90625rem;display:block; }
#ogWTA4xNvnE1i8D7pKTTu6uliiUeWskJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eEcUT3IMpzaEqn73T4QobVEZqL8X8TEG { color:#ffffff;display:block;width:26.875rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:7.5625rem;left:43.0625rem;height:1.19970625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC .widget-form-header { font-size:0.75rem; }
#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC .widget-regular-label { height:auto;display:block;font-family:prompt;font-size:0.9375rem;font-weight:bold;color:#ffffff;width:23.9375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1.2; }
#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ff9700;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.9375rem;box-sizing:border-box;height:2.25rem;color:#000d89;font-size:0.875rem;overflow:hidden;font-family:kanit;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC .widget-input-text {padding-top: 0; padding-bottom: 0;}#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ff9700;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.9375rem;box-sizing:border-box;height:4.375rem;color:#000d89;font-size:0.875rem;overflow:hidden;font-family:kanit;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.9375rem;box-sizing:border-box;height:2.5rem;color:#ffffff;font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC .widget-input-select {padding-top: 0; padding-bottom: 0;}#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:transparent;background-image: -webkit-linear-gradient(24deg, #ff7263, #f41900);background-image: -moz-linear-gradient(24deg, #ff7263, #f41900);background-image: -ms-linear-gradient(24deg, #ff7263, #f41900);background-image: -o-linear-gradient(24deg, #ff7263, #f41900);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='#f41900' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='#f41900' );";background-image: linear-gradient(24deg, #ff7263, #f41900);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.625rem;margin-bottom:0.25rem;margin-left:0.625rem;display:block;box-sizing:border-box;font-size:1.75rem;font-weight:bold;color:#ffffff;width:22.6875rem;height:3.4375rem;font-family:prompt;overflow:hidden;box-shadow: none;line-height:.7; }
#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC [class*="-text"]:-moz-placeholder { color:#000d89;font-family:prompt;font-size:0.875rem; }
#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC [class*="-text"]::-moz-placeholder { color:#000d89;font-family:prompt;font-size:0.875rem; }
#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC [class*="-text"]:-ms-input-placeholder { color:#000d89;font-family:prompt;font-size:0.875rem; }
#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC [class*="-text"]::-webkit-input-placeholder { color:#000d89;font-family:prompt;font-size:0.875rem; }
#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:prompt;line-height:1.8;font-size:0.6875rem;font-weight:400;color:#ffffff;vertical-align:top;width:22.6875rem;overflow:hidden;font-style:normal;float:none; }
#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:700;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC .widget-container:first-of-type{padding-top:0;}#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC .widget-container:last-of-type{padding-bottom:0;}#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;font-size:0.75rem;left:42.281085014343rem;top:8.8850898742675rem;z-index:15020;position:absolute; }
#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.9375rem;display:block;vertical-align:top; }
#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC .widget-info-text { display:block;height:auto;font-family:kanit;font-size:0.625rem;line-height:2.4;font-weight:700;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center; }
#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC {display:block;}#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;font-size:0.75rem;left:42.281085014343rem;top:8.8850898742675rem;z-index:15020;position:absolute; }
#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC #vURvHWTZdaCPiKKPZPSQvGIF6A4lx6a5 { position:relative; }
#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC #y97zW13bVguJ13zb5VkkS6VcWpxuBnte { position:relative;display:block; }
#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC #qkzriCbxxPggaEU0JsJm2iJxG7lPW74T { position:relative; }
#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC #tG9KnKTowhglNXLfdLXNfPe6xtPT3Wua { position:relative; }
#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC #SEZDS3FKO7W8hMzMoL5F9ZTGlNG1cW0t { position:relative;display:block; }
#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC #BTGL4RNcTtTiN7VMVszSTNGFwTU1hfNf { position:relative; }
#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC #nySTBuCQMLZW77aaS9rzFVi9hoaL0Cqc { position:relative; }
#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC #NkwJsOh35b4SSneXiTSXXFXF2P3FuZnM { position:relative;display:block; }
#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC #Tf1HUSShxlc7rWZt7yMqATzC1L7E567G { position:relative; }
#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC #LCSHbK4DkPU3Ba6D4EoyvBfoFJXlfzz4 { position:relative; }
#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC #R73AkguZ3kFFPVqAVql39pcVuAfeXR0I { position:relative;display:block; }
#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC #vTw1xakrguTP7iFVEsi9wF398HuXZdc0 { position:relative; }
#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC #AWTXTXlNnr8yPBdTzSzDcGRZIAZtulBf { position:relative; }
#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC #TkEaXzG1MXOtCUSxuSPng8q6STZPpTwP { position:relative;display:block; }
#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC #dXhNk926mnPe814gUJTp4HRlwr0BU38x { position:relative; }
#HpyZMRDJRDOpzAb8qfw2sgO4R1wblkHe { position:relative;display:block; }
#RoMaaCL2Zxnf0Gqr6tVpIV6kwKdkV3xU { position:relative;display:block; }
#efkd0DEClrmfZvO5zRMkc8foA9ssPStg { position:relative;display:block; }
#nwkGA2lly8BEMoRxnJfaBqSs7UzLDUPq { position:relative;display:block; }
#vTQdtgACJzNrSVPdBUSVPrT8bPNEceMF { position:relative;display:block; }
#G3rpe5OaJqFpW0iftxDaAGfwSZoBgWAF { position:relative;display:block; }
#PUprrztBNUPx2JZv62CEDACPPpknFZce { position:relative;display:block; }
#JkK9zpKtUzlyVEpBuXfZ5uE00ZLLnzr5 { position:relative;display:block; }
#dZdw1vsFQ2o1NHpNgDEzDxDAiNenwO8n { position:relative;display:block; }
#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC #TvcaGLqsAhUNh7dPSb8g4HZV5wG1DaXT { position:relative; }
#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC #lyzrar4oLQf8UT0lFJeJFCslTPBFxiHA { position:relative;z-index:2; }
#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC #G78fVCpSKS2xGfrbbIttNN02xghXv7T9 { position:relative; }
#L76BF5nLwqABWgk0qJOZwvXBR7FoKd0Z { position:relative;display:block; }
#T8cLMlcGOzXmUlOkUxnuc0vWAy9vz86n { position:relative;display:block; }
#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC #MiZxZRcEHdrtplZwxOWnHiUTRbGJ7MMU { position:relative; }
#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC #EF1A7Z8hSyMFFdaopMPfTCc9K0l4pKRH { position:relative; }
#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC #E1BI8JZ4BZFmU6o36R89tUxR1WHVsBIi { position:relative;z-index:15000; }
#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC #CBtVtnPkonrBffTMbvCimB5aP8m5Aqum { position:relative;z-index:15000; }
#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW .widget-form-header {  }
#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:bold;color:#19232e;width:23.875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW .widget-input-text { border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.875rem;box-sizing:border-box;height:2.1875rem;color:#191919;font-size:0.8125rem;overflow:hidden;font-family:prompt;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top;text-align:center;text-align-last:center; }
#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW .widget-input-text {padding-top: 0; padding-bottom: 0;}#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW .widget-textarea { border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.875rem;box-sizing:border-box;height:4.375rem;color:#191919;font-size:0.8125rem;overflow:hidden;font-family:prompt;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top;text-align:center;text-align-last:center; }
#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW .widget-input-select {padding-top: 0; padding-bottom: 0;}#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW .widget-input-button { border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;background-color:#ef0d0d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.75rem;font-weight:bold;color:#ffffff;width:23.875rem;height:3.75rem;font-family:prompt;overflow:hidden; }
#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW [class*="-text"]:-moz-placeholder { color:#00234f;font-family:prompt;font-size:1.0625rem; }
#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW [class*="-text"]::-moz-placeholder { color:#00234f;font-family:prompt;font-size:1.0625rem; }
#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW [class*="-text"]:-ms-input-placeholder { color:#00234f;font-family:prompt;font-size:1.0625rem; }
#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW [class*="-text"]::-webkit-input-placeholder { color:#00234f;font-family:prompt;font-size:1.0625rem; }
#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;font-size:0.75rem;font-weight:400;color:#ffffff;vertical-align:top;width:22.8125rem;overflow:hidden;font-style:normal;float:none; }
#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:prompt;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW .widget-container:first-of-type{padding-top:0;}#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW .widget-container:last-of-type{padding-bottom:0;}#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW  { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:41.4375rem;top:12.862847685814rem;z-index:15036;position:absolute;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }
#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.875rem;display:block;vertical-align:top; }
#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW .widget-info-text { display:block;height:auto;font-family:prompt;font-size:1rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center; }
#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW {display:block;}#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:41.4375rem;top:12.862847685814rem;z-index:15036;position:absolute;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }
#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW #vIS5kFlCKkseVOPtQod1TEG0cCeuRcRB { position:relative; }
#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW #PzikMKeJtdr1hbfoxcsVr09L6K7SWsFh { position:relative;display:none; }
#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW #csSdoxi4yCfiRyG9oIhqJgkID1OF68GL { position:relative; }
#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW #L15PLcBJLaqWzJ2GiEokH9QzXxF0qI4n { position:relative; }
#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW #ZmJJqdGPsRZetU3OOwwnRs4tSAVwTR9u { position:relative;display:none; }
#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW #oOZLXfdsTZLwnPGzcbnqOlX5a2ur7udb { position:relative; }
#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW #bFSzbWpz3iOegH0gesnCvwRTwJAs54rJ { position:relative; }
#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW #bmZ1VPuZPg1mWQ9fhqACi8fqntIW88Ve { position:relative;display:none; }
#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW #vGDOWSKhzHhT9JJNn4EX5heSXC9AF3nF { position:relative; }
#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW #m0IVF3fZtx6IaAmsPxlQd9ZMlvC59JZo { position:relative; }
#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW #aSA4OqhJVE0szT2bdTRbfNwkh9ndkG8n { position:relative;display:none; }
#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW #lE4VSXJJAZs7McK0AqoHga8eNQXiaA0T { position:relative; }
#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW #WJyAnp1zfh5u4kfeb7SixT3rs8CT849V { position:relative; }
#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW #xQueQgaVQdm3QgxLN9vTXZDWdMgWIlIa { position:relative;display:none; }
#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW #CKuGSMtWdTR34oLermukgMGIxx3L7poH { position:relative; }
#lib1zKM1OdPcSilDWMRSduXid10drahW { position:relative;display:block; }
#mKCLFiX5uibdV086xyTvthAOHHVV82EB { position:relative;display:block; }
#XeURe7AFDofvOfVO6Az0kkxcyQFhdMzc { position:relative;display:block; }
#ETHunIGcdG0n3szwdmLDpHq1KtbCyuky { position:relative;display:block; }
#aOF1sy84MBR0MPE2RqHUESauTIxPEsP7 { position:relative;display:block; }
#sfas02KU3gzTon2wTnxswlTpiIxisevG { position:relative;display:block; }
#dBMbwM5phlUAGLd1NXqicK6Oek3WJb7g { position:relative;display:block; }
#DSddXaVMurMT2zmGDVxI9xE52NTUGLTo { position:relative;display:block; }
#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW #enCGcOTBsit0JRDtWaTSNWip68bMPToP { position:relative; }
#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW #yJfQh3fX5ycMrwG3dNlPitw21qdqhri1 { position:relative;z-index:2; }
#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW #mUlSHIe0KXmPPBATcUTrMZFIfsaBRpAn { position:relative; }
#cSDhNZkwN5B2WKng4EIoqiAfF6poV99l { position:relative;display:block; }
#TVR7OzZagXE83WglSKXBOqBfNNRzTcEr { position:relative;display:block; }
#bpPWmDl1MG5gM1MSZpGPwnqMPWsFzu4w { position:relative;display:block; }
#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW #nzfhiA2NAqpSHTqSuZpmaIq3y0r9nsQf { position:relative; }
#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW #Zrfxt9CDN592CeoNrJpJXMA2xHknEn4B { position:relative; }
#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW #zLznZIC7ZfRg0ZO1myunlEGnnA5bglIJ { position:relative;display:block;z-index:15000; }
#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW #VxQEBUUrXOpmVtAc3SJk4mp3B3otV81m { position:relative;display:block;z-index:15000; }
#zBoLbm06dZ4d5aEAAFc16FbOyg8V77xr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zBoLbm06dZ4d5aEAAFc16FbOyg8V77xr > .row .container { background-color: transparent; background-image: none; }#zBoLbm06dZ4d5aEAAFc16FbOyg8V77xr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBoLbm06dZ4d5aEAAFc16FbOyg8V77xr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBoLbm06dZ4d5aEAAFc16FbOyg8V77xr > .row .container > .video-iframe-container { display: none; }#zBoLbm06dZ4d5aEAAFc16FbOyg8V77xr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBoLbm06dZ4d5aEAAFc16FbOyg8V77xr > .row > .video-iframe-container { display: none; }#zBoLbm06dZ4d5aEAAFc16FbOyg8V77xr > .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); }#zBoLbm06dZ4d5aEAAFc16FbOyg8V77xr > .row .container { border-width: 0; border-radius: 0; }#zBoLbm06dZ4d5aEAAFc16FbOyg8V77xr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zBoLbm06dZ4d5aEAAFc16FbOyg8V77xr > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:block; }#H3Go5r5f8pf32IUmxbWI7dxcAkKLfqDa { color:#0a0c0e;display:block;width:42.8125rem;position:absolute;font-family:prompt;font-size:3.1875rem;font-weight:700;z-index:15039;line-height:1.2;letter-spacing:0;top:4.125rem;left:15.375rem;height:3.82501875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#E2eFv2NO4wleO2DQ1gb1iC79BxzNPhG7 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.375rem;width:75rem;display:none; }
#LEKITfXrIqNxOGueclTkTsRMxFVtI1J0 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.375rem;width:75rem;display:none; }
#MJWvy1X7T7sJv3Td7AAdFi2C7GxUkSqX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.375rem;width:75rem;display:none; }
#rHDISm035HosKvqPQl5xkVJku4xsb0m9 { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #0071ff);background-image: -moz-linear-gradient(180deg, #000000, #0071ff);background-image: -ms-linear-gradient(180deg, #000000, #0071ff);background-image: -o-linear-gradient(180deg, #000000, #0071ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0071ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0071ff' );";background-image: linear-gradient(180deg, #000000, #0071ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: 0rem 0rem 0.6875rem rgba(0,0,0,0.36) ;height:7.9375rem;width:21rem;top:22.625rem;left:26.4375rem;display:block; }
#ARd7ERHT69dOEHq3ElJyvlby74RtOk7O { color:#ffffff;display:block;width:15.5625rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:24.925345420837rem;left:29rem;height:3.8983125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qTWWwTOrEzqwXX5qzKJMNVx7wz34lhAi { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0a0e0e, #0071ff);background-image: -moz-linear-gradient(180deg, #0a0e0e, #0071ff);background-image: -ms-linear-gradient(180deg, #0a0e0e, #0071ff);background-image: -o-linear-gradient(180deg, #0a0e0e, #0071ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a0e0e', endColorstr='#0071ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a0e0e', endColorstr='#0071ff' );";background-image: linear-gradient(180deg, #0a0e0e, #0071ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: 0rem 0rem 0.6875rem rgba(0,0,0,0.36) ;height:7.625rem;width:20.9375rem;top:20.5625rem;left:49.5625rem;display:block; }
#fAyiKZzlg8q1KSuNaZmRoTV2JauBgdKG { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:23.098090171814rem;left:51.09375rem;height:3.8983125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A41lI5EQpzVTBAez86WJ7OuwwUSCzblu { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0a0e0e, #0071ff);background-image: -moz-linear-gradient(180deg, #0a0e0e, #0071ff);background-image: -ms-linear-gradient(180deg, #0a0e0e, #0071ff);background-image: -o-linear-gradient(180deg, #0a0e0e, #0071ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a0e0e', endColorstr='#0071ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a0e0e', endColorstr='#0071ff' );";background-image: linear-gradient(180deg, #0a0e0e, #0071ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: 0rem 0rem 0.6875rem rgba(0,0,0,0.36) ;height:7.25rem;width:20.9375rem;top:20.5625rem;left:3.0625rem;display:block; }
#zh297DMND1WeETtJIi4S4tyb6ePhT4bu { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:23.098092079163rem;left:4.59375rem;height:2.598875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RUWJfZeHg4BL9uT0DgoUdNkMtmTvgMPL { color:#ffff00;display:block;width:15.5rem;position:absolute;font-family:prompt;font-size:1.4375rem;font-weight:700;z-index:15055;line-height:1.2;letter-spacing:0;text-shadow:0rem 0rem 0.4375rem #ffd100;top:21.375rem;left:29rem;height:1.72485625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#isPCRJUTHbV7aE5RQzEJOM73LEGpbKRg { position:absolute;display:block;z-index:15016;background-color:#0a0e0e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #0071ff;border-left:0.125rem solid #0071ff;border-right:0.125rem solid #0071ff;border-bottom:0.125rem solid #0071ff;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0rem 0.375rem 0.5rem rgba(0,0,0,0.41) ;height:3.125rem;width:18.5625rem;top:18.4375rem;left:50.75rem;display:block; }
#Rq6u7DzGd44Cya5vfh24RFaJrsUZpOiS { position:absolute;display:block;z-index:15017;background-color:#0a0e0e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #0071ff;border-left:0.125rem solid #0071ff;border-right:0.125rem solid #0071ff;border-bottom:0.125rem solid #0071ff;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0rem 0.375rem 0.5rem rgba(10,14,14,0.41) ;height:3.125rem;width:18.5625rem;top:20.5625rem;left:27.5rem;display:block; }
#mTrnRcgsf7TUoIrncHZvBeZXFBZIU1uR { position:absolute;display:block;z-index:15018;background-color:#0a0e0e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #0071ff;border-left:0.125rem solid #0071ff;border-right:0.125rem solid #0071ff;border-bottom:0.125rem solid #0071ff;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0rem 0.375rem 0.5rem rgba(10,14,14,0.41) ;height:3.125rem;width:18.5625rem;top:18.4375rem;left:4.5625rem;display:block; }
#Nl0T9BHyecIxZnltK4GXN4C1ZVNvRJcu { color:#ffff00;display:block;width:13.5rem;position:absolute;font-family:prompt;font-size:1.4375rem;font-weight:700;z-index:15054;line-height:1.2;letter-spacing:0;text-shadow:0rem 0rem 0.4375rem #ffd100;top:19.386283874512rem;left:7.21875rem;height:1.72485625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MAgTTdOsI9XdDiwhK4uBFgRXrCWZo2n7 { color:#ffff00;display:block;width:13.875rem;position:absolute;font-family:prompt;font-size:1.4375rem;font-weight:700;z-index:15056;line-height:1.2;letter-spacing:0;text-shadow:0rem 0rem 0.4375rem #ffd100;top:19.1875rem;left:53.1875rem;height:1.72485625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qN5MV6IGqIVc7krZSZtWWmlrDFev1Z8A { color:#33ffbb;display:block;width:42.6875rem;position:absolute;font-family:kanit;font-size:1.625rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:8.3862893581388rem;left:14.625rem;height:1.95001875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dhAFrG5TxDTymSfQe6WgQy6Wiz81EZBP { position:absolute;display:block;z-index:15058;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.9375rem;width:3.1875rem;top:14.347222328186rem;left:9.8116321563719rem;overflow:hidden;display:block; }
#XeWDKaokhbKCH2U5vsLyZKQbdOSkWXi4 { position:absolute;display:block;z-index:15059;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.9375rem;width:2.9375rem;top:14.347222328186rem;left:14.625rem;overflow:hidden;display:block; }
#ByGChR2VObdtiWoe4SXSWmMnEVXv9QOx { position:absolute;display:block;z-index:15060;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:4.1875rem;width:4.1875rem;top:15.511284828186rem;left:35.3125rem;overflow:hidden;display:block; }
#OnuRt2WFsrbR6Ii7sfHNZ3gimwUCWJ98 { position:absolute;display:block;z-index:15061;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:4.0625rem;width:7.5625rem;top:13.784722328186rem;left:52.125rem;overflow:hidden;display:block; }
#pJcy8UtbHp5c7BhSI4MekQi8UpcPiUqw { position:absolute;display:block;z-index:15062;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:8.4375rem;top:15.909722328186rem;left:58.5rem;overflow:hidden;display:block; }
#T8bRSq1RcycgrfdoFp4Pbv4J8qnXncxk { position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.75rem rgba(0,113,255,0.49) ;height:10.5rem;width:20.9375rem;top:13.499130249024rem;left:3.0625rem;display:block; }
#lNvZEaraE6AEXn9ibw8RlfUT9NBSrdDT { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.75rem rgba(0,113,255,0.49) ;height:10.5rem;width:20.9375rem;top:14.424479484558rem;left:26.46875rem;display:block; }
#qgogFzkxrzZI0ppgzTZd8N6aSMHR3dgt { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.75rem rgba(0,113,255,0.49) ;height:10.5rem;width:20.9375rem;top:13.312500953674rem;left:49.5625rem;display:block; }
#T8KKIVAwqQX1EWCUc17nJKf3lvPgFDLr { background-color:transparent;background-image: -webkit-linear-gradient(142deg, #ff7263, #e64433);background-image: -moz-linear-gradient(142deg, #ff7263, #e64433);background-image: -ms-linear-gradient(142deg, #ff7263, #e64433);background-image: -o-linear-gradient(142deg, #ff7263, #e64433);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='#e64433' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='#e64433' );";background-image: linear-gradient(142deg, #ff7263, #e64433);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.25rem;border-top-right-radius:3.25rem;border-bottom-left-radius:3.25rem;border-bottom-right-radius:3.25rem;box-shadow: 0rem 0rem 0.375rem rgba(0,113,255,0.68) ;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:prompt;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.125rem;height:3.75rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:29.8125rem;left:9.875rem;display:none; }
#CTPSwZlH2TpEiXcSLlTL6UOfOLNEkHdu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TowrP54OIJhnZPGT0zde3trs9OxolWkI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.47);background-image:url("https://images.assets-landingi.com/uc/778dbffd-b78f-4c9e-bf31-fb2a77cf7b5b/RedesignExcelDataBusinessCollection05.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; }#TowrP54OIJhnZPGT0zde3trs9OxolWkI.adaptive-delivery-prevent-bg, #TowrP54OIJhnZPGT0zde3trs9OxolWkI.lazyload, #TowrP54OIJhnZPGT0zde3trs9OxolWkI.lazyloading { background-image: none; }#TowrP54OIJhnZPGT0zde3trs9OxolWkI > .row .container { background-color: transparent; background-image: none; }#TowrP54OIJhnZPGT0zde3trs9OxolWkI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TowrP54OIJhnZPGT0zde3trs9OxolWkI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TowrP54OIJhnZPGT0zde3trs9OxolWkI > .row .container > .video-iframe-container { display: none; }#TowrP54OIJhnZPGT0zde3trs9OxolWkI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TowrP54OIJhnZPGT0zde3trs9OxolWkI > .row > .video-iframe-container { display: none; }#TowrP54OIJhnZPGT0zde3trs9OxolWkI > .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); }#TowrP54OIJhnZPGT0zde3trs9OxolWkI > .row .container { border-width: 0; border-radius: 0; }#TowrP54OIJhnZPGT0zde3trs9OxolWkI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TowrP54OIJhnZPGT0zde3trs9OxolWkI > .row .container { font-size:0.875rem;font-family:arial;height:38.4375rem;width:75rem;position:relative;display:block; }#K7wZzKu4ZKJ6x3RaEZqx7eaytrnDQo9P { color:#000000;display:block;width:75rem;position:absolute;font-family:prompt;font-size:2.625rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:2.96240234375rem;left:0rem;height:3.412475rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TWacKXkJHxmpV49VmKfHf0KtxKaZNwuP { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.6875rem;width:10.8125rem;top:8.9375rem;left:4.0625rem;overflow:hidden;display:block; }
#ycpBlkLEmCB8ti418zdVxz8AxewoiAbK { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.6875rem;width:10.8125rem;top:9rem;left:60.3125rem;overflow:hidden;display:block; }
#sMprczpkTXvbGrutDdqUp6tuTWh7HF2V { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.6875rem;width:10.8125rem;top:8.9375rem;left:41.4375rem;overflow:hidden;display:block; }
#oloA1V09VP5bZagO5xFh3ZeKnPB01otg { position:absolute;display:block;z-index:15054;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:11.3125rem;width:11.4375rem;top:8.4375rem;left:22.5rem;overflow:hidden;display:block; }
#in2OkZc9kXKGss3Crk1tlpgStXOdsmRT { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:400;z-index:15055;line-height:1.1;letter-spacing:0;top:21.875rem;left:4.0625rem;height:5.30029375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#in2OkZc9kXKGss3Crk1tlpgStXOdsmRT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#in2OkZc9kXKGss3Crk1tlpgStXOdsmRT li:before{  }
#vbQT2NT8kInmBtyrwQtf4zKR0FtQgLiz { color:#000000;display:block;width:60.375rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:32.375rem;left:7.3125rem;height:2.598875rem;text-align:center;text-align-last:center;display:block; }
#SNa8rKQSwa74fuuPN9mwVFfMO4rJ1pSK { position:absolute;display:block;z-index:15033;background-color:rgba(255,255,255,0.63);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #0071ff;border-left:0.1875rem solid #0071ff;border-right:0.1875rem solid #0071ff;border-bottom:0.1875rem solid #0071ff;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;height:5.6875rem;width:62.8125rem;top:30.625rem;left:5.9375rem;display:block; }
#mcl4hP2kg0eCNzORsR6adkNMKKlT2a6P { position:absolute;display:block;z-index:14950;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0071ff, #1c1c1c);background-image: -moz-linear-gradient(180deg, #0071ff, #1c1c1c);background-image: -ms-linear-gradient(180deg, #0071ff, #1c1c1c);background-image: -o-linear-gradient(180deg, #0071ff, #1c1c1c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071ff', endColorstr='#1c1c1c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071ff', endColorstr='#1c1c1c' );";background-image: linear-gradient(180deg, #0071ff, #1c1c1c);background-size:auto !important;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:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.4375rem rgba(0,113,255,0.49) ;height:20.75rem;width:13.5625rem;top:7.75rem;left:2.625rem;display:block; }
#gMiCGXB7GT43PMMZnTv0sqtpTiKPdrLk { position:absolute;display:block;z-index:14951;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0071ff, #1c1c1c);background-image: -moz-linear-gradient(180deg, #0071ff, #1c1c1c);background-image: -ms-linear-gradient(180deg, #0071ff, #1c1c1c);background-image: -o-linear-gradient(180deg, #0071ff, #1c1c1c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071ff', endColorstr='#1c1c1c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071ff', endColorstr='#1c1c1c' );";background-image: linear-gradient(180deg, #0071ff, #1c1c1c);background-size:auto !important;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:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.4375rem rgba(0,113,255,0.49) ;height:20.75rem;width:13.5625rem;top:7.8125rem;left:21.375rem;display:block; }
#vVJDc5fbxaRu3Z7mGa3STxTOCoOiTPph { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:400;z-index:15056;line-height:1.1;letter-spacing:0;top:22.0625rem;left:22.8125rem;height:3.61023125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#vVJDc5fbxaRu3Z7mGa3STxTOCoOiTPph li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vVJDc5fbxaRu3Z7mGa3STxTOCoOiTPph li:before{  }
#Fu6VnPvmBLTBdnSqgq1PeQOH2esQakrW { position:absolute;display:block;z-index:14952;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0071ff, #1c1c1c);background-image: -moz-linear-gradient(180deg, #0071ff, #1c1c1c);background-image: -ms-linear-gradient(180deg, #0071ff, #1c1c1c);background-image: -o-linear-gradient(180deg, #0071ff, #1c1c1c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071ff', endColorstr='#1c1c1c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071ff', endColorstr='#1c1c1c' );";background-image: linear-gradient(180deg, #0071ff, #1c1c1c);background-size:auto !important;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:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.4375rem rgba(0,113,255,0.49) ;height:20.75rem;width:13.5625rem;top:7.75rem;left:40rem;display:block; }
#rfynMEI14Vy9Kub9U1DEHRn51mLizn8V { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:prompt;font-size:1.125rem;font-weight:400;z-index:15057;line-height:1.1;letter-spacing:0;top:21.875rem;left:41.4375rem;height:5.26171875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#rfynMEI14Vy9Kub9U1DEHRn51mLizn8V li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rfynMEI14Vy9Kub9U1DEHRn51mLizn8V li:before{  }
#SMNxlUOeRi2NGvD8SLRn2L9IXoN3K4IG { position:absolute;display:block;z-index:14953;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0071ff, #1c1c1c);background-image: -moz-linear-gradient(180deg, #0071ff, #1c1c1c);background-image: -ms-linear-gradient(180deg, #0071ff, #1c1c1c);background-image: -o-linear-gradient(180deg, #0071ff, #1c1c1c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071ff', endColorstr='#1c1c1c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071ff', endColorstr='#1c1c1c' );";background-image: linear-gradient(180deg, #0071ff, #1c1c1c);background-size:auto !important;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:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.4375rem rgba(0,113,255,0.49) ;height:20.75rem;width:13.5625rem;top:7.8125rem;left:58.875rem;display:block; }
#C5OMG7w3vnDKZQD2w4siLBhPslmEiRqI { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:prompt;font-size:1.125rem;font-weight:400;z-index:15058;line-height:1.1;letter-spacing:0;top:22.5625rem;left:60.3125rem;height:2.7868625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#C5OMG7w3vnDKZQD2w4siLBhPslmEiRqI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#C5OMG7w3vnDKZQD2w4siLBhPslmEiRqI li:before{  }
#EN084d2y6wsmDin1Mp4QzzQiaAvnfIZ8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ec4d6ac6-8d52-4e49-af4c-d3a7751b4b0a/RedesignExcelDataBusinessCollection04.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; }#EN084d2y6wsmDin1Mp4QzzQiaAvnfIZ8.adaptive-delivery-prevent-bg, #EN084d2y6wsmDin1Mp4QzzQiaAvnfIZ8.lazyload, #EN084d2y6wsmDin1Mp4QzzQiaAvnfIZ8.lazyloading { background-image: none; }#EN084d2y6wsmDin1Mp4QzzQiaAvnfIZ8 > .row .container { background-color: transparent; background-image: none; }#EN084d2y6wsmDin1Mp4QzzQiaAvnfIZ8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EN084d2y6wsmDin1Mp4QzzQiaAvnfIZ8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EN084d2y6wsmDin1Mp4QzzQiaAvnfIZ8 > .row .container > .video-iframe-container { display: none; }#EN084d2y6wsmDin1Mp4QzzQiaAvnfIZ8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EN084d2y6wsmDin1Mp4QzzQiaAvnfIZ8 > .row > .video-iframe-container { display: none; }#EN084d2y6wsmDin1Mp4QzzQiaAvnfIZ8 > .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); }#EN084d2y6wsmDin1Mp4QzzQiaAvnfIZ8 > .row .container { border-width: 0; border-radius: 0; }#EN084d2y6wsmDin1Mp4QzzQiaAvnfIZ8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EN084d2y6wsmDin1Mp4QzzQiaAvnfIZ8 > .row .container { font-size:0.875rem;font-family:arial;height:85.4375rem;width:75rem;position:relative;display:block; }#yi0S0x7ZRPN0ckNPXETL5e2HGmAEZn2U { color:#ffffff;display:block;width:50.5rem;position:absolute;font-family:prompt;font-size:2.8125rem;font-weight:400;z-index:14997;line-height:1.2;letter-spacing:0;top:16.5625rem;left:11.1875rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z3LEyBXxTKhIv9ilKPSHGfldZOJW7sC8 { color:#0a0c0e;display:block;width:44.0625rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:400;z-index:14998;line-height:1.2;letter-spacing:0;top:21.5625rem;left:14.375rem;height:3.598025rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Oe2ZeioOm667N5ESGdHxF1TsirOZGrov { color:#1c1c1c;display:block;width:15.5rem;position:absolute;font-family:prompt;font-size:1.375rem;font-weight:700;z-index:15038;line-height:1;letter-spacing:0;top:29.625rem;left:53.6875rem;height:2.75024375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KHvvTUR3VQ6cbbd3RfAOJDGnoyNpkfJS { color:#1c1c1c;display:block;width:16.3115234375rem;position:absolute;font-family:prompt;font-size:1.375rem;font-weight:700;z-index:15040;line-height:1;letter-spacing:0;top:29.625rem;left:5.5625rem;height:2.75024375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uKZ3B17R1t2vs7RqXa1UwVMTLRBOUmoT { color:#1c1c1c;display:block;width:16.9375rem;position:absolute;font-family:prompt;font-size:1.375rem;font-weight:700;z-index:15040;line-height:1.1;letter-spacing:0;top:54.8125rem;left:53rem;height:3.0249rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#smQyMtWDammA2rwNXTpVGPTlNkpf5OBX { color:#1c1c1c;display:block;width:16.435546875rem;position:absolute;font-family:prompt;font-size:1.375rem;font-weight:700;z-index:15041;line-height:1.1;letter-spacing:0;top:54.75rem;left:29.375rem;height:3.0249rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KZeAQbNleTNXz4u5zspepSayuikTBJd7 { position:absolute;display:block;z-index:15052;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:9.75rem;width:18.625rem;top:33.5rem;left:4.375rem;overflow:hidden;display:block; }
#Qllf408ah9XWT3d7cKKpt9iEtEZfqPDW { position:absolute;display:block;z-index:15053;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:9.75rem;width:18.6875rem;top:58.9375rem;left:51.875rem;overflow:hidden;display:block; }
#oLpMNVumCFmFkeF3ADDhVuCP1ONbTbQo { position:absolute;display:block;z-index:15054;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:9.8125rem;width:18.6875rem;top:58.9375rem;left:28rem;overflow:hidden;display:block; }
#ixQDwuOkb5v954e0zHxoaLPNybXnatzZ { color:#0071ff;display:block;width:18.6875rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:44.375rem;left:52.0625rem;height:2.2753875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iMTiBQsHlIgrzKDbpwmolHHvHOQru9dT { color:#0071ff;display:block;width:17.4375rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(255,255,255,0.79);top:70rem;left:52.5rem;height:2.2753875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fGJOkhLKMv9c9rK8zqPNEZkgURchnilM { color:#0071ff;display:block;width:18.75rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(255,255,255,0.79);top:69.9375rem;left:27.9375rem;height:2.2753875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wH930iyz6KAUSNSbObMd4iTz7ad7I4DQ { color:#0a0c0e;display:block;width:50.3125rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:7.9375rem;left:11.625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zGuT1FlgN8yvhDNTuSJ5BuELnUnw74eT { color:#0a0c0e;display:block;width:42.8125rem;position:absolute;font-family:prompt;font-size:3.1875rem;font-weight:700;z-index:15039;line-height:1.2;letter-spacing:0;top:4.17578125rem;left:16.09375rem;height:3.82501875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sTBrlTld46HKHRI08Le9KILHS6gPvZGR { position:absolute;display:block;z-index:15052;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:9.75rem;width:18.6875rem;top:33.4375rem;left:52rem;overflow:hidden;display:block; }
#h3hKgdTmQmWdmJHhPW7H2y6HPZBxwsc0 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.375rem;width:75rem;display:none; }
#NhQ4uV6vw1PZqnw5Vw6yrb7dF1X7m21A { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.375rem;width:75rem;display:none; }
#TklKwEwg4FWGJ9bMb8Erx69zbJbpoLI3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.375rem;width:75rem;display:none; }
#JB9HeVZNoAvC3gQQUKDfkbZFXGXq1iZm { position:absolute;display:block;z-index:15053;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:9.75rem;width:18.6875rem;top:33.5rem;left:28rem;overflow:hidden;display:block; }
#uhGAfxrnLXb80TV8NDDh8FoteI199aHh { color:#1c1c1c;display:block;width:16.435546875rem;position:absolute;font-family:prompt;font-size:1.375rem;font-weight:700;z-index:15042;line-height:1.1;letter-spacing:0;top:54.75rem;left:5.5625rem;height:3.0249rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AwQ3u6cHJrFLaxW015WKldy7IkwmKZnJ { color:#0071ff;display:block;width:17.75rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:69.6875rem;left:4.6875rem;height:3.41308125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hoHQeRcrKmTMoBTwI9OgVXK2vNcmo7xB { position:absolute;display:block;z-index:15055;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:9.75rem;width:18.6875rem;top:58.9375rem;left:4.5625rem;overflow:hidden;display:block; }
#s2ayTxZQdQPQ1DuG0bXWODJ3SEfDg9W3 { color:#1c1c1c;display:block;width:15.5rem;position:absolute;font-family:prompt;font-size:1.375rem;font-weight:700;z-index:15039;line-height:1;letter-spacing:0;top:30.3125rem;left:29.8125rem;height:1.375175rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#F87f5PczEgAGbZxB48H4cKkvWSrIAT2z { color:#0071ff;display:block;width:18.6875rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:43.8125rem;left:28.1875rem;height:3.4130875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zxpP4aRtyKoWkxHUPvcObhtMhkqoByDp { color:#0071ff;display:block;width:17.125rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:44.625rem;left:5rem;height:2.2753875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rwpEmvS0rmwEku5n0rdeVOK7gQ0JOOG6 { position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.75rem rgba(0,113,255,0.49) ;height:22.125rem;width:22.4375rem;top:28rem;left:50.25rem;display:block; }
#Q4015qVyFH9Sic8hqFik7woIZtPxXW4O { position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.75rem rgba(0,113,255,0.49) ;height:22.125rem;width:22.4375rem;top:28rem;left:26.375rem;display:block; }
#LqDBIO0vU4erEMRpRiZGfMhz5fDTdtRi { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.75rem rgba(0,113,255,0.49) ;height:22.125rem;width:22.4375rem;top:28rem;left:2.375rem;display:block; }
#xRVdiDslqu8KqMiT5TqJkQn5N8pBppIR { position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.75rem rgba(0,113,255,0.49) ;height:22.125rem;width:22.4375rem;top:53.375rem;left:2.5625rem;display:block; }
#w3AUfdZDZeZgwm8KbasikFwTiSFmWv4n { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.75rem rgba(0,113,255,0.49) ;height:22.125rem;width:22.4375rem;top:53.375rem;left:26.125rem;display:block; }
#Ry3eDWF0TXUCOpBnpsC1v1FmDhfTiGxm { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.75rem rgba(0,113,255,0.49) ;height:22.125rem;width:22.4375rem;top:53.4375rem;left:50rem;display:block; }
#qGduFAa4hRM4iitdoh3OTZ7l0ZXMgGPu { position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0071ff, #97e5ff);background-image: -moz-linear-gradient(180deg, #0071ff, #97e5ff);background-image: -ms-linear-gradient(180deg, #0071ff, #97e5ff);background-image: -o-linear-gradient(180deg, #0071ff, #97e5ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071ff', endColorstr='#97e5ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071ff', endColorstr='#97e5ff' );";background-image: linear-gradient(180deg, #0071ff, #97e5ff);background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0rem 0rem 0.5rem rgba(0,113,255,0.3) ;height:4.625rem;width:60.5rem;top:15.75rem;left:7.25rem;display:block; }
#gLG5tdGxMX6ZpQhxd3vwPkOBwTsrZUHk { background-color:transparent;background-image: -webkit-linear-gradient(142deg, #ff7263, #e64433);background-image: -moz-linear-gradient(142deg, #ff7263, #e64433);background-image: -ms-linear-gradient(142deg, #ff7263, #e64433);background-image: -o-linear-gradient(142deg, #ff7263, #e64433);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='#e64433' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='#e64433' );";background-image: linear-gradient(142deg, #ff7263, #e64433);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.25rem;border-top-right-radius:3.25rem;border-bottom-left-radius:3.25rem;border-bottom-right-radius:3.25rem;box-shadow: 0rem 0rem 0.375rem rgba(0,113,255,0.68) ;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:prompt;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.125rem;height:4.875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:78.5rem;left:27rem;display:block; }
#F5IPfW7BZHDJKgJCQoOSZmiTvNR8z9IS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gTG7vqpD7LSXwbPSVDfZOtKHM9l3UViG { z-index:15004;top:48.875rem;left:55.5rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -moz-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -ms-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -o-linear-gradient(45deg, #ffea7d, #ffd600);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea7d', endColorstr='#ffd600' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea7d', endColorstr='#ffd600' );";background-image: linear-gradient(45deg, #ffea7d, #ffd600);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:1.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vC4NzqcMP5LTPeV6XdAgO3sQkH2PVJBv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L0Wxi8epPzTyW0Qgv5R61tvkpzGz8AdH { z-index:15005;top:48.875rem;left:31.625rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -moz-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -ms-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -o-linear-gradient(45deg, #ffea7d, #ffd600);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea7d', endColorstr='#ffd600' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea7d', endColorstr='#ffd600' );";background-image: linear-gradient(45deg, #ffea7d, #ffd600);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:1.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#AAMDU6UXNQCyESutUu7gcstm3RSeKNI3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xOr3UwvVaIGVLih6EXQCR5qp64dSToJg { z-index:15006;top:48.875rem;left:7.75rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -moz-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -ms-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -o-linear-gradient(45deg, #ffea7d, #ffd600);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea7d', endColorstr='#ffd600' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea7d', endColorstr='#ffd600' );";background-image: linear-gradient(45deg, #ffea7d, #ffd600);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:1.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zObtTDi7n1S6eTf9KLUTQtrRcl9XzEdi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hLnRNvpyvxIDpW1EIuCx0OhSkmUAJy0J { z-index:15007;top:74.25rem;left:7.875rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -moz-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -ms-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -o-linear-gradient(45deg, #ffea7d, #ffd600);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea7d', endColorstr='#ffd600' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea7d', endColorstr='#ffd600' );";background-image: linear-gradient(45deg, #ffea7d, #ffd600);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:1.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#v9U1kFyOcla70dSgb5GZzZuzmQ9i6VEX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eEvUh8mvrOnITcOxaubexncJGF70TE46 { z-index:15008;top:74.25rem;left:31.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -moz-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -ms-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -o-linear-gradient(45deg, #ffea7d, #ffd600);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea7d', endColorstr='#ffd600' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea7d', endColorstr='#ffd600' );";background-image: linear-gradient(45deg, #ffea7d, #ffd600);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:1.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#OGroAi6Ft1TetNPDAQoTl5ouWCRM1SES { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qCZq4ocX53EgXIF28aAk1NIrDA1emumL { z-index:15009;top:74.25rem;left:55.5625rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -moz-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -ms-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -o-linear-gradient(45deg, #ffea7d, #ffd600);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea7d', endColorstr='#ffd600' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea7d', endColorstr='#ffd600' );";background-image: linear-gradient(45deg, #ffea7d, #ffd600);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:1.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TQAdcOszFB7PeqyIzuHCMqQC7rrxbbUo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bIf1sWORN6XgIRNqKweei7vRTkU3AGlC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:12rem;left:16.75rem; }
#p9dnMbvv2BLNp9Hcgd1rRQOBHQlTRpqb { position:absolute;display:block;z-index:15000;background-color:#7de4ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:2.375rem;width:19.5625rem;top:12.3125rem;left:18.375rem;display:block; }
#JLeDbrqibTW41p2H8UfuiH7VM8apXRTw { color:#0a0c0e;display:block;width:16.4375rem;position:absolute;font-family:prompt;font-size:1.8125rem;font-weight:700;z-index:15039;line-height:1.2;letter-spacing:0;top:12.5625rem;left:20rem;height:2.17529375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rbEii3QK6v0Tyr6l0eR2HTk4Gyuoxtrr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:12.0625rem;left:39.6875rem; }
#REXDKSukvL93peVckPnRqmGhNk0UnHEp { position:absolute;display:block;z-index:15000;background-color:#f38100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:2.4375rem;width:12.5rem;top:12.3125rem;left:42.125rem;display:block; }
#kr3ZVe5awzW0ACimB9BbfvGfKLM7OEbl { color:#0a0c0e;display:block;width:11rem;position:absolute;font-family:prompt;font-size:1.8125rem;font-weight:700;z-index:15039;line-height:1.2;letter-spacing:0;top:12.5625rem;left:43.0625rem;height:2.17529375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OTtD5m1iyMG53xMWrCQmr57XvVmfydem { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/cb1f416b-e2e4-4677-bbe4-cfd3aba180e6/RedesignExcelDataBusinessCollection05.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OTtD5m1iyMG53xMWrCQmr57XvVmfydem.adaptive-delivery-prevent-bg, #OTtD5m1iyMG53xMWrCQmr57XvVmfydem.lazyload, #OTtD5m1iyMG53xMWrCQmr57XvVmfydem.lazyloading { background-image: none; }#OTtD5m1iyMG53xMWrCQmr57XvVmfydem > .row .container { background-color: transparent; background-image: none; }#OTtD5m1iyMG53xMWrCQmr57XvVmfydem::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTtD5m1iyMG53xMWrCQmr57XvVmfydem > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTtD5m1iyMG53xMWrCQmr57XvVmfydem > .row .container > .video-iframe-container { display: none; }#OTtD5m1iyMG53xMWrCQmr57XvVmfydem > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTtD5m1iyMG53xMWrCQmr57XvVmfydem > .row > .video-iframe-container { display: none; }#OTtD5m1iyMG53xMWrCQmr57XvVmfydem > .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); }#OTtD5m1iyMG53xMWrCQmr57XvVmfydem > .row .container { border-width: 0; border-radius: 0; }#OTtD5m1iyMG53xMWrCQmr57XvVmfydem > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OTtD5m1iyMG53xMWrCQmr57XvVmfydem > .row .container { font-size:0.875rem;font-family:arial;height:69.9375rem;width:75rem;position:relative;display:block; }#pBkJ7QLOxxWUVd7sXpuxpGsgumlQ0SMz { color:#ffffff;display:block;width:27.125rem;position:absolute;font-family:prompt;font-size:1.3125rem;font-weight:700;z-index:15037;line-height:1.2;letter-spacing:0;top:6.25rem;left:23.9375rem;height:1.57470625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uVs4G8vyiINO2IzNfnIfCUbP5ge824mD { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:prompt;font-size:1.375rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:33rem;left:20.625rem;height:3.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#vFTlUVm5uFBTw8ySMrfzzgLd4Z1pfTui { color:#ffffff;display:block;width:16.24925rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:32.454864501953rem;left:20.559028625488rem;height:3.99999375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#UHwDwMz1kn8a0P6gwFzrqyeXJMImKkPd { position:absolute;display:block;z-index:14951;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:17.1875rem;width:16.4375rem;top:33.9375rem;left:6.625rem;overflow:hidden;display:block; }
#NTuBMsECKftaVUkfAS1gBLdSgHrq9dx8 { position:absolute;display:block;z-index:14946;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.0625rem;width:18.1875rem;top:7.4375rem;left:26.375rem;overflow:hidden;display:block; }
#iSubDOT3GnTOQ42skEqVRpyaD9qWaAdf { position:absolute;display:block;z-index:14948;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:18.5625rem;top:8.4873046875rem;left:5.625rem;overflow:hidden;display:block; }
#qeDT1M1wRUAesSrArvvgkFTrtrlz3F6t { position:absolute;display:block;z-index:14944;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:18.25rem;top:8.4873046875rem;left:46.6875rem;overflow:hidden;display:block; }
#t33A6dE974PTll36HNx9VTXQOJARrpeP { position:absolute;display:block;z-index:14952;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:15.75rem;width:16.4375rem;top:33.9375rem;left:27.375rem;overflow:hidden;display:block; }
#xvCf5xnZ5Er3yA1yoUpchCS5TsH9P33n { position:absolute;display:block;z-index:14950;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.5625rem;width:17.5rem;top:33.9375rem;left:47.0625rem;overflow:hidden;display:block; }
#lO90bLEBpU94d5TACQ2q0bw8MWmiRQmW { color:#0c0c0c;display:block;width:37.5rem;position:absolute;font-family:prompt;font-size:3.125rem;font-weight:700;z-index:15040;line-height:1;letter-spacing:0;top:2.4375rem;left:16.75rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SDCE5xufA5qJQyfFdimofcK4vxL2tNg1 { position:absolute;display:block;z-index:14947;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0071ff, #000000);background-image: -moz-linear-gradient(180deg, #0071ff, #000000);background-image: -ms-linear-gradient(180deg, #0071ff, #000000);background-image: -o-linear-gradient(180deg, #0071ff, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071ff', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071ff', endColorstr='#000000' );";background-image: linear-gradient(180deg, #0071ff, #000000);background-size:auto !important;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:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.4375rem rgba(0,113,255,0.49) ;height:23rem;width:18rem;top:11.75rem;left:5.90625rem;display:block; }
#vwJ1phScTQWP6Mde1Nuaw2yhNNQ47czp { color:#ffffff;display:block;width:9.1875rem;position:absolute;font-family:prompt;font-size:0.9375rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:26.5625rem;left:10.3125rem;height:2.436525rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#at3Zh1FWTpk3HWUsl3WgkFrWO9SReCMv { color:#ffffff;display:block;width:9.1875rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:27.14990234375rem;left:30.875rem;height:2.598875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qBMKArti6sWuvgcXwX8XQIrzHviINDaI { color:#ffffff;display:block;width:9.1875rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:27.43115234375rem;left:51.21875rem;height:2.598875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f5SUFe4fI5fLLZbo99mSDKr4Lco64hfG { color:#ffffff;display:block;width:9.1875rem;position:absolute;font-family:prompt;font-size:0.9375rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:52.625rem;left:10.25rem;height:2.436525rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wHRumUbKfw0klQKatf6e0eyMztQfoh5u { color:#ffffff;display:block;width:9.1875rem;position:absolute;font-family:prompt;font-size:0.9375rem;font-weight:400;z-index:15053;line-height:1.3;letter-spacing:0;top:52.99365234375rem;left:30.875rem;height:2.436525rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cCvPguJKO89oM7g4R4VdzrGrp7TC9PrE { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:prompt;font-size:0.9375rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:52.9375rem;left:50.3125rem;height:2.436525rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o7iprRrlzoc2TeSt0bwgWv81hAKNTnG0 { background-color:transparent;background-image: -webkit-linear-gradient(142deg, #ff7263, #e64433);background-image: -moz-linear-gradient(142deg, #ff7263, #e64433);background-image: -ms-linear-gradient(142deg, #ff7263, #e64433);background-image: -o-linear-gradient(142deg, #ff7263, #e64433);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='#e64433' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='#e64433' );";background-image: linear-gradient(142deg, #ff7263, #e64433);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.25rem;border-top-right-radius:3.25rem;border-bottom-left-radius:3.25rem;border-bottom-right-radius:3.25rem;box-shadow: 0rem 0rem 0.375rem rgba(0,113,255,0.68) ;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:prompt;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.125rem;height:4.875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:62rem;left:24.90625rem;display:block; }
#FyEnIk825SC96TEgT7z622cMi4Nwp2M9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xcAAXpLyIqgVFsRO4qIPNt5kSgA0fWZt { position:absolute;display:block;z-index:14953;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0071ff, #000000);background-image: -moz-linear-gradient(180deg, #0071ff, #000000);background-image: -ms-linear-gradient(180deg, #0071ff, #000000);background-image: -o-linear-gradient(180deg, #0071ff, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071ff', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071ff', endColorstr='#000000' );";background-image: linear-gradient(180deg, #0071ff, #000000);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:10.8125rem;width:17.3125rem;top:23.9375rem;left:6.25rem;display:block; }
#mcayCTpJWyIhs5Mvf31dLom3kBqFhRDV { position:absolute;display:block;z-index:14945;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0071ff, #000000);background-image: -moz-linear-gradient(180deg, #0071ff, #000000);background-image: -ms-linear-gradient(180deg, #0071ff, #000000);background-image: -o-linear-gradient(180deg, #0071ff, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071ff', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071ff', endColorstr='#000000' );";background-image: linear-gradient(180deg, #0071ff, #000000);background-size:auto !important;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:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.4375rem rgba(0,113,255,0.49) ;height:23rem;width:18rem;top:11.65625rem;left:26.46875rem;display:block; }
#QbKvf95TiVQ9BpwtvR76MiJgTWD7dLRW { position:absolute;display:block;z-index:14954;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0071ff, #000000);background-image: -moz-linear-gradient(180deg, #0071ff, #000000);background-image: -ms-linear-gradient(180deg, #0071ff, #000000);background-image: -o-linear-gradient(180deg, #0071ff, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071ff', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071ff', endColorstr='#000000' );";background-image: linear-gradient(180deg, #0071ff, #000000);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:10.8125rem;width:17.3125rem;top:23.9375rem;left:26.8125rem;display:block; }
#HOv4twDGiqi6agG6gwKWE70H0hEE1rV5 { position:absolute;display:block;z-index:14943;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0071ff, #000000);background-image: -moz-linear-gradient(180deg, #0071ff, #000000);background-image: -ms-linear-gradient(180deg, #0071ff, #000000);background-image: -o-linear-gradient(180deg, #0071ff, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071ff', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071ff', endColorstr='#000000' );";background-image: linear-gradient(180deg, #0071ff, #000000);background-size:auto !important;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:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.4375rem rgba(0,113,255,0.49) ;height:23rem;width:18rem;top:11.75rem;left:46.8125rem;display:block; }
#xmlP0bkKd6ggK8J6ITd7QBERVXk2eH8b { position:absolute;display:block;z-index:14955;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0071ff, #000000);background-image: -moz-linear-gradient(180deg, #0071ff, #000000);background-image: -ms-linear-gradient(180deg, #0071ff, #000000);background-image: -o-linear-gradient(180deg, #0071ff, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071ff', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071ff', endColorstr='#000000' );";background-image: linear-gradient(180deg, #0071ff, #000000);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:10.8125rem;width:17.3125rem;top:23.9375rem;left:47.15625rem;display:block; }
#QLNbvVm5KkA8ys9bFO7Q1iBIPUt5lbGE { position:absolute;display:block;z-index:14949;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0071ff, #000000);background-image: -moz-linear-gradient(180deg, #0071ff, #000000);background-image: -ms-linear-gradient(180deg, #0071ff, #000000);background-image: -o-linear-gradient(180deg, #0071ff, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071ff', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071ff', endColorstr='#000000' );";background-image: linear-gradient(180deg, #0071ff, #000000);background-size:auto !important;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:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.4375rem rgba(0,113,255,0.49) ;height:23rem;width:18rem;top:37.25rem;left:5.875rem;display:block; }
#I0JoxKLnI6U9l7SZN49X9iPqk3mOytqS { position:absolute;display:block;z-index:14955;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0071ff, #000000);background-image: -moz-linear-gradient(180deg, #0071ff, #000000);background-image: -ms-linear-gradient(180deg, #0071ff, #000000);background-image: -o-linear-gradient(180deg, #0071ff, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071ff', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071ff', endColorstr='#000000' );";background-image: linear-gradient(180deg, #0071ff, #000000);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:10.8125rem;width:17.3125rem;top:49.4375rem;left:6.1875rem;display:block; }
#XE8pawTZ3NGOF6iMChkUuKdxU64OWhn4 { position:absolute;display:block;z-index:14951;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0071ff, #000000);background-image: -moz-linear-gradient(180deg, #0071ff, #000000);background-image: -ms-linear-gradient(180deg, #0071ff, #000000);background-image: -o-linear-gradient(180deg, #0071ff, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071ff', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071ff', endColorstr='#000000' );";background-image: linear-gradient(180deg, #0071ff, #000000);background-size:auto !important;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:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.4375rem rgba(0,113,255,0.49) ;height:23rem;width:18rem;top:37.25rem;left:26.625rem;display:block; }
#ABv3ek2qC9iFFXliyJb9yrI4TzkbednH { position:absolute;display:block;z-index:14957;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0071ff, #000000);background-image: -moz-linear-gradient(180deg, #0071ff, #000000);background-image: -ms-linear-gradient(180deg, #0071ff, #000000);background-image: -o-linear-gradient(180deg, #0071ff, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071ff', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071ff', endColorstr='#000000' );";background-image: linear-gradient(180deg, #0071ff, #000000);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:10.8125rem;width:17.3125rem;top:49.5rem;left:27rem;display:block; }
#fAOI6VoL2sFa3Zlx4I01eh3nNCC36pHN { position:absolute;display:block;z-index:14942;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0071ff, #000000);background-image: -moz-linear-gradient(180deg, #0071ff, #000000);background-image: -ms-linear-gradient(180deg, #0071ff, #000000);background-image: -o-linear-gradient(180deg, #0071ff, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071ff', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071ff', endColorstr='#000000' );";background-image: linear-gradient(180deg, #0071ff, #000000);background-size:auto !important;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:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.4375rem rgba(0,113,255,0.49) ;height:23rem;width:18rem;top:37.25rem;left:46.75rem;display:block; }
#O0ov8H7eG2FnKAofITwiTpmiD8oafCAr { position:absolute;display:block;z-index:14959;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0071ff, #040404);background-image: -moz-linear-gradient(180deg, #0071ff, #040404);background-image: -ms-linear-gradient(180deg, #0071ff, #040404);background-image: -o-linear-gradient(180deg, #0071ff, #040404);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071ff', endColorstr='#040404' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071ff', endColorstr='#040404' );";background-image: linear-gradient(180deg, #0071ff, #040404);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:10.8125rem;width:17.3125rem;top:49.625rem;left:47.15625rem;display:block; }
#kwFW8h4mhEC0FBGxBuvL1XC45T0tEg3B { color:#ff7263;display:block;width:16.0625rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:55.55615234375rem;left:47.78125rem;height:4.143675rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JTKNJTT0ITDrZakvAKNwKfD693l6lqIL { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:prompt;font-size:1.1875rem;font-weight:700;z-index:15059;line-height:1.2;letter-spacing:0;top:51.125rem;left:50.1875rem;height:1.42516875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WBpViDl0PvFu7ylV9WSnfZ6xsC6AW3kT { color:#ffffff;display:block;width:14.8125rem;position:absolute;font-family:prompt;font-size:1.1875rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:51.125rem;left:28.0625rem;height:1.54358125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wqG2qN9yi2sTTry9ULU0K3KTpOQftilk { color:#ff7263;display:block;width:15.125rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:56.05615234375rem;left:27.90625rem;height:2.76245rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vnHXI8o2p2GomNdavTZ5HWGEof6yyEwg { color:#ff7263;display:block;width:11.5rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:700;z-index:15062;line-height:1.2;letter-spacing:0;top:55.0625rem;left:9.15625rem;height:3.598025rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xUkecewJFAKPWypa4lLgcHiuyeORl1sL { color:#ffffff;display:block;width:14.8125rem;position:absolute;font-family:prompt;font-size:1.3125rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:51rem;left:7.5rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VWRPQFDTdFv8IIK0nSEpzgS3Ooe8S73L { color:#ffffff;display:block;width:14.8125rem;position:absolute;font-family:prompt;font-size:1.3125rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:24.91845703125rem;left:7.4375rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CG4E3MfsDVHrD4UoZxTMAVmoPa783W8i { color:#ff7263;display:block;width:11.5rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:700;z-index:15063;line-height:1.2;letter-spacing:0;top:29.06884765625rem;left:9.09375rem;height:4.7973625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#s5KsyOIVhagpprmCSK0MTTymOsIW3TGM { color:#ffffff;display:block;width:14.8125rem;position:absolute;font-family:prompt;font-size:1.3125rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:24.91845703125rem;left:28.0625rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tBg52oTFQznrP5FoEoufVR8CkXbaNKEB { color:#ff7263;display:block;width:15.6875rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:700;z-index:15064;line-height:1.2;letter-spacing:0;top:30.34375rem;left:27.8125rem;height:2.39868125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Qu6Jke0barwcEftT2B9AHXGwTkeSwGDO { color:#ff7263;display:block;width:15.6875rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:700;z-index:15065;line-height:1.2;letter-spacing:0;top:30.40625rem;left:47.96875rem;height:2.3986875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Uxm3FonHITRdpydaaSaNKtHWhBxBso3O { color:#ffffff;display:block;width:14.8125rem;position:absolute;font-family:prompt;font-size:1.1875rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:25.4375rem;left:48.40625rem;height:1.54358125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w87Q97zNOdtzaUxWm8v9CurVJu9CLvBA { position:absolute;display:block;z-index:14941;background-color:transparent;background-image: -webkit-linear-gradient(112deg, #ff7263, #ff523f);background-image: -moz-linear-gradient(112deg, #ff7263, #ff523f);background-image: -ms-linear-gradient(112deg, #ff7263, #ff523f);background-image: -o-linear-gradient(112deg, #ff7263, #ff523f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='#ff523f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='#ff523f' );";background-image: linear-gradient(112deg, #ff7263, #ff523f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;height:3.0625rem;width:39.375rem;top:5.5rem;left:15.8125rem;display:block; }
#Dra1Ge6a7mZTNHNhkl16f2oPNQt8C0ST { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/cb1f416b-e2e4-4677-bbe4-cfd3aba180e6/RedesignExcelDataBusinessCollection05.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Dra1Ge6a7mZTNHNhkl16f2oPNQt8C0ST.adaptive-delivery-prevent-bg, #Dra1Ge6a7mZTNHNhkl16f2oPNQt8C0ST.lazyload, #Dra1Ge6a7mZTNHNhkl16f2oPNQt8C0ST.lazyloading { background-image: none; }#Dra1Ge6a7mZTNHNhkl16f2oPNQt8C0ST > .row .container { background-color: transparent; background-image: none; }#Dra1Ge6a7mZTNHNhkl16f2oPNQt8C0ST::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dra1Ge6a7mZTNHNhkl16f2oPNQt8C0ST > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dra1Ge6a7mZTNHNhkl16f2oPNQt8C0ST > .row .container > .video-iframe-container { display: none; }#Dra1Ge6a7mZTNHNhkl16f2oPNQt8C0ST > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dra1Ge6a7mZTNHNhkl16f2oPNQt8C0ST > .row > .video-iframe-container { display: none; }#Dra1Ge6a7mZTNHNhkl16f2oPNQt8C0ST > .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); }#Dra1Ge6a7mZTNHNhkl16f2oPNQt8C0ST > .row .container { border-width: 0; border-radius: 0; }#Dra1Ge6a7mZTNHNhkl16f2oPNQt8C0ST > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dra1Ge6a7mZTNHNhkl16f2oPNQt8C0ST > .row .container { font-size:0.875rem;font-family:arial;height:51.4375rem;width:75rem;position:relative;display:block; }#XSSSMlJ00DaBe1OR1U1N7GrVUt3NgQq4 { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:prompt;font-size:1.375rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:33rem;left:20.625rem;height:3.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#wGzDBJwM0o93IMmSrdNsFZRTFmJAeWoE { color:#ffffff;display:block;width:16.24925rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:32.454864501953rem;left:20.559028625488rem;height:3.99999375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#v79r5wD91GcHkg0z27A01qtctGaQvAAW { color:#ff7263;display:block;width:22.374125rem;position:absolute;font-family:roboto;font-size:3.3125rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:9.0000002384187rem;left:10.8125rem;height:3.975rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pxGAiyhGXkfr6BSXfAyHW4u45olNwfZT { position:absolute;display:block;z-index:15010;background-color:#0071ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #33ffbb;border-left:0.125rem solid #33ffbb;border-right:0.125rem solid #33ffbb;border-bottom:0.125rem solid #33ffbb;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;height:28.375rem;width:45.5625rem;top:13.562500238419rem;left:3.625rem;display:block; }
#LhGanTsug2IgWfrzuCuz8qVcUk0V6qhq { color:#ffffff;display:block;width:43.625rem;position:absolute;font-family:kanit;font-size:1.1875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 1.25rem rgba(51,255,187,0.42);top:15.048611164093rem;left:4.3125rem;height:24.735125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#LhGanTsug2IgWfrzuCuz8qVcUk0V6qhq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LhGanTsug2IgWfrzuCuz8qVcUk0V6qhq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/224aa8d5-ddab-4840-8c8a-3549fb45f8c3/Untitleddesign7.png); }
#pNvI1fByEg9w48fInqEa01A2flFXdVdF { color:#ffffff;display:block;width:10.6875rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:700;z-index:15055;line-height:1.2;letter-spacing:0;text-shadow:0rem 0rem 0.375rem rgba(51,255,187,0.48);top:25.625rem;left:30.125rem;height:1.8rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lQgiLoGqnsaM617eNTpck59PtqzKegwM { position:absolute;display:block;z-index:15093;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:19.3125rem;width:22.625rem;top:17.875003814698rem;left:51.0625rem;overflow:hidden;display:block; }
#dMaKl85tVg246016BwC43KwJTb4eT9ll { color:#ffffff;display:block;width:7.74975rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:700;z-index:15057;line-height:1.2;letter-spacing:0;text-shadow:0rem 0rem 0.375rem rgba(51,255,187,0.48);top:28.1875rem;left:59.4375rem;height:1.8rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sxeuo3DhaLxqQXQJtnQTVma271Tqveo2 { position:absolute;display:block;z-index:15096;border-top:0.125rem solid #33ffbb;border-left:0.125rem solid #33ffbb;border-right:0.125rem solid #33ffbb;border-bottom:0.125rem solid #33ffbb;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.75rem rgba(51,255,187,0.45) ;height:10.5625rem;width:15rem;top:18.250003814698rem;left:53.9375rem;overflow:hidden;display:block; }
#VRUxpTKq8dcez7mSRTCxa3tolJMpP4vh { color:#ff7263;display:block;width:20.4375rem;position:absolute;font-family:prompt;font-size:1.6875rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:12.0625rem;left:52.15625rem;height:4.05029375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f9utrwe39aCrSGeXTrTNh2Qdp8JThMg8 { color:#0c0c0c;display:block;width:37.5rem;position:absolute;font-family:prompt;font-size:3.125rem;font-weight:700;z-index:15041;line-height:1;letter-spacing:0;top:1.6848964691162rem;left:22rem;height:6.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CmecETmuVAJnx6S3S940fRiP79qXTIed { background-color:transparent;background-image: -webkit-linear-gradient(142deg, #ff7263, #e64433);background-image: -moz-linear-gradient(142deg, #ff7263, #e64433);background-image: -ms-linear-gradient(142deg, #ff7263, #e64433);background-image: -o-linear-gradient(142deg, #ff7263, #e64433);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='#e64433' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='#e64433' );";background-image: linear-gradient(142deg, #ff7263, #e64433);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.25rem;border-top-right-radius:3.25rem;border-bottom-left-radius:3.25rem;border-bottom-right-radius:3.25rem;box-shadow: 0rem 0rem 0.375rem rgba(0,113,255,0.68) ;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:prompt;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.125rem;height:4.875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:44.598091125488rem;left:26.9375rem;display:block; }
#yyNgfEzmXWFLT058hnAOeK4OGhFct91Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FTXrbvIzJV3JPLG6q6D6AIDpZfluQoRk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/cb1f416b-e2e4-4677-bbe4-cfd3aba180e6/RedesignExcelDataBusinessCollection05.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FTXrbvIzJV3JPLG6q6D6AIDpZfluQoRk.adaptive-delivery-prevent-bg, #FTXrbvIzJV3JPLG6q6D6AIDpZfluQoRk.lazyload, #FTXrbvIzJV3JPLG6q6D6AIDpZfluQoRk.lazyloading { background-image: none; }#FTXrbvIzJV3JPLG6q6D6AIDpZfluQoRk > .row .container { background-color: transparent; background-image: none; }#FTXrbvIzJV3JPLG6q6D6AIDpZfluQoRk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTXrbvIzJV3JPLG6q6D6AIDpZfluQoRk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTXrbvIzJV3JPLG6q6D6AIDpZfluQoRk > .row .container > .video-iframe-container { display: none; }#FTXrbvIzJV3JPLG6q6D6AIDpZfluQoRk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTXrbvIzJV3JPLG6q6D6AIDpZfluQoRk > .row > .video-iframe-container { display: none; }#FTXrbvIzJV3JPLG6q6D6AIDpZfluQoRk > .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); }#FTXrbvIzJV3JPLG6q6D6AIDpZfluQoRk > .row .container { border-width: 0; border-radius: 0; }#FTXrbvIzJV3JPLG6q6D6AIDpZfluQoRk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FTXrbvIzJV3JPLG6q6D6AIDpZfluQoRk > .row .container { font-size:0.875rem;font-family:arial;height:52.75rem;width:75rem;position:relative;display:block; }#UEiqCavJOo9QsX2PhaLsUv91kANpQcPL { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:prompt;font-size:1.375rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:33rem;left:20.625rem;height:3.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#wQpIoK9osPlO8CETaR38THeWJxKNEJFL { color:#ffffff;display:block;width:16.24925rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:32.454864501953rem;left:20.559028625488rem;height:3.99999375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#rfzDk6RLR2PnU2f8xmSc5kv0te7LJgi9 { color:#0c0c0c;display:block;width:40.875rem;position:absolute;font-family:prompt;font-size:3.125rem;font-weight:700;z-index:15041;line-height:1;letter-spacing:0;top:2.3095703125rem;left:18.75rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JHVtKxqmexEMRNbm4vxhCz9HRQviVWBA { background-color:transparent;background-image: -webkit-linear-gradient(142deg, #ff7263, #e64433);background-image: -moz-linear-gradient(142deg, #ff7263, #e64433);background-image: -ms-linear-gradient(142deg, #ff7263, #e64433);background-image: -o-linear-gradient(142deg, #ff7263, #e64433);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='#e64433' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='#e64433' );";background-image: linear-gradient(142deg, #ff7263, #e64433);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.25rem;border-top-right-radius:3.25rem;border-bottom-left-radius:3.25rem;border-bottom-right-radius:3.25rem;box-shadow: 0rem 0rem 0.375rem rgba(0,113,255,0.68) ;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:prompt;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.125rem;height:4.875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:45.16015625rem;left:28.625rem;display:block; }
#rUxKlt1yfzbuytvoRxQobD5AvJzeqow9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KPuvOXmyVM8refPJblbwKFITCIE82xWz { position:absolute;display:block;z-index:15058;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:5.375rem;width:5.875rem;top:9.4375rem;left:9.25rem;overflow:hidden;display:block; }
#iPZNezV57byVvy0kelb8zTaZx0aaX19T { position:absolute;display:block;z-index:15059;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:5.375rem;width:5.375rem;top:9.875rem;left:34.8125rem;overflow:hidden;display:block; }
#VGhZmZT1picPTOegLJObd463DJ2ryi8x { position:absolute;display:block;z-index:15060;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:6.1875rem;width:6.125rem;top:8.5625rem;left:56.8125rem;overflow:hidden;display:block; }
#OqVIop5wxMF4e15O4fvLHx0JpSnBHhlO { position:absolute;display:block;z-index:15061;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:6.25rem;width:12.0625rem;top:25.6875rem;left:20.6875rem;overflow:hidden;display:block; }
#l0kFS7VfrnBXrsSJK0vLLWn46rLp4FGN { position:absolute;display:block;z-index:15010;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.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(33,104,250,0.5) ;height:10.0625rem;width:21rem;top:13.4375rem;left:50.125rem;display:block; }
#imxTFtPON9AB3LSFx306UrGrM8c2gFEw { color:#ff7263;display:block;width:23.375rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:15.4375rem;left:49.3125rem;height:1.62524375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A5hHETlTaHEURsOPmo1bKTPCPL20Llkd { color:#000000;display:block;width:15.875rem;position:absolute;font-family:prompt;font-size:1.125rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:18.6875rem;left:53.0625rem;height:2.92358125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qKi5QQ0tlFmOJONBRS7TityQy14VaZ3a { position:absolute;display:block;z-index:15011;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.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(33,104,250,0.5) ;height:11.1875rem;width:20.5625rem;top:30.0625rem;left:16.4375rem;display:block; }
#KEvWybfJiqxdqNk9kZpOqkRKkVsrLgLS { color:#ff7263;display:block;width:23.375rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:32.5625rem;left:15.8125rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#g5QfoT37GOQRJ2nsMfvsnM2AmPzPQBud { position:absolute;display:block;z-index:15063;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.8125rem;width:10.0625rem;top:28.875rem;left:47.9375rem;overflow:hidden;display:block; }
#x6oXvBrfOEh7iuJbUoxKqnyQpn3XIC4r { position:absolute;display:block;z-index:15011;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.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(33,104,250,0.5) ;height:12.0625rem;width:21.1875rem;top:29.9375rem;left:42.1875rem;display:block; }
#UOhJbgV1zBhWTXkUfgePW9TQKXGUrkFs { position:absolute;display:block;z-index:15061;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-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(0,0,0,0.5) ;height:3.625rem;width:12.1875rem;top:27.875rem;left:46.875rem;display:block; }
#gPK1mfqe9hf9RdWBRZCnETFEsF1NO4Cv { color:#ff7263;display:block;width:23.375rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:31.9375rem;left:41.28125rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Gs21uB4hX3hH794PnUL7LxbQQK6u7DpX { position:absolute;display:block;z-index:15012;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.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(33,104,250,0.5) ;height:10.0625rem;width:19.4375rem;top:13.5625rem;left:27.75rem;display:block; }
#A0SkIbTTUTN6ITkegMn4LyHHH3pJoNrr { color:#ff7263;display:block;width:23.375rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:15.4375rem;left:25.8125rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xQT8oTDIzUl6HmPhllbdHKVGizgUAWFF { position:absolute;display:block;z-index:15013;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.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(33,104,250,0.5) ;height:10.0625rem;width:19.4375rem;top:13.4375rem;left:3.5rem;display:block; }
#WIyJIkK36RR36GWbLTLWf6TGaTMAHUxB { color:#ff7263;display:block;width:23.375rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:15.4375rem;left:1.59375rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#k8REvI2BPDyMNLEXewQmz3kqUmWFi4DX { position:absolute;display:block;z-index:15067;background-color:#ea1010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:2.3125rem;width:13.625rem;top:22.5rem;left:6.46875rem;display:block; }
#fcVw2THPuxKJ5uZqbSkZtP3KPELsTfrh { position:absolute;display:block;z-index:15068;background-color:#1070ea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:2.3125rem;width:13.625rem;top:22.5rem;left:30.6875rem;display:block; }
#OEE4Amnx5TgSay3gVe7118B1JqpEDogT { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:sukhumvit;font-size:1.0625rem;font-weight:700;z-index:15069;line-height:1.3;letter-spacing:0;top:23.09033203125rem;left:32.6875rem;height:2.76245rem;font-style:normal;display:block; }
#QRCMKovSErVLeH1MR1mRQkNlr4mglUf4 { position:absolute;display:block;z-index:15069;background-color:#1070ea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:2.3125rem;width:13.625rem;top:22.5rem;left:53.875rem;display:block; }
#fCp97M729DPsWRSb6dltKIL7J7cxWfkK { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:sukhumvit;font-size:1.0625rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:23.0625rem;left:55.71875rem;height:2.76245rem;font-style:normal;display:block; }
#Vg2FIiTpNDrfuT1BxfzXG4dT7Tnd4Tby { position:absolute;display:block;z-index:15069;background-color:#1070ea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:2.3125rem;width:13.625rem;top:40.4375rem;left:19.9375rem;display:block; }
#w0vmauzT8v0SVxcsPnTzmyOolLBAOwZf { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:sukhumvit;font-size:1.0625rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:41rem;left:21.6875rem;height:2.76245rem;font-style:normal;display:block; }
#aDoH7welEpf7Tm42XZJDfR3MQSWDpgfr { position:absolute;display:block;z-index:15069;background-color:#1070ea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:2.3125rem;width:13.625rem;top:40.5rem;left:46.25rem;display:block; }
#b9hvV1Z9nptamG0JlVGDaTSBPNB3Tnit { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:sukhumvit;font-size:1.0625rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:41.0625rem;left:48rem;height:2.76245rem;font-style:normal;display:block; }
#pPSHna9hTIQ7V834V1SrQLuDfPzz96W2 { color:#000000;display:block;width:13.3125rem;position:absolute;font-family:sukhumvit;font-size:1.0625rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:23.02783203125rem;left:7.25rem;height:1.381225rem;font-style:normal;display:block; }
#p2JUAIpUvBXH24cKv5twAKf6meGXWWsV { color:#000000;display:block;width:16.3125rem;position:absolute;font-family:prompt;font-size:1.125rem;font-weight:400;z-index:15064;line-height:1.3;letter-spacing:0;top:18.4375rem;left:5.125rem;height:2.92358125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MJSHuLnT41EJB5t7kCTcmAg88SuXZoZP { color:#000000;display:block;width:16.3125rem;position:absolute;font-family:prompt;font-size:1.125rem;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;top:17.58154296875rem;left:29.5625rem;height:4.385375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#quI7uHbDc4MbDPN8zkXJfTxiRb33LpxW { color:#000000;display:block;width:16.625rem;position:absolute;font-family:prompt;font-size:1.125rem;font-weight:400;z-index:15066;line-height:1.3;letter-spacing:0;top:35.19921875rem;left:18.75rem;height:4.385375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NNB8cu70Hd3VDgL7rEmlzOagzxUL2UMe { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:prompt;font-size:1.125rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;top:34.07421875rem;left:43.625rem;height:5.84716875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lsIIVvsxtAp6RwxBMTtZcsZXZeeyfSLL { color:#ff7263;display:block;width:23.375rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:15.4375rem;left:49.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#lHuxwT82s1u5hTKOeyIIu9Jlrrk1cTwx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/be158630-1a50-4eea-8f47-c59809b7e624/RedesignExcelDataBusinessCollection02.jpg");background-position:bottom 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:none; }#lHuxwT82s1u5hTKOeyIIu9Jlrrk1cTwx.adaptive-delivery-prevent-bg, #lHuxwT82s1u5hTKOeyIIu9Jlrrk1cTwx.lazyload, #lHuxwT82s1u5hTKOeyIIu9Jlrrk1cTwx.lazyloading { background-image: none; }#lHuxwT82s1u5hTKOeyIIu9Jlrrk1cTwx > .row .container { border-width: 0; border-radius: 0; }#lHuxwT82s1u5hTKOeyIIu9Jlrrk1cTwx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lHuxwT82s1u5hTKOeyIIu9Jlrrk1cTwx > .row .container { font-size:0.875rem;font-family:arial;height:52.5rem;width:75rem;position:relative;display:none; }#mxgnZaDQ6AEyUx4yPeq4y8cn4y0B6sOg { color:#000000;display:block;width:75rem;position:absolute;font-family:prompt;font-size:2.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.63720703125rem;left:0rem;height:3.73730625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mqQ3PMT32vndyrkfnUltxRu6JqIdV8Zi { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff7263, #ff523f);background-image: -moz-linear-gradient(180deg, #ff7263, #ff523f);background-image: -ms-linear-gradient(180deg, #ff7263, #ff523f);background-image: -o-linear-gradient(180deg, #ff7263, #ff523f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='#ff523f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='#ff523f' );";background-image: linear-gradient(180deg, #ff7263, #ff523f);background-size:auto !important;border-top:0.1875rem solid rgba(255,255,255,0.8);border-left:0.1875rem solid rgba(255,255,255,0.8);border-right:0.1875rem solid rgba(255,255,255,0.8);border-bottom:0.1875rem solid rgba(255,255,255,0.8);border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: none;height:21.125rem;width:23.4375rem;top:15.5625rem;left:9.9375rem;display:block; }
#Ab79Uf9nkJoAKWkTLAAFs1EpVeQz6J9w { position:absolute;display:block;z-index:15059;background-color:#0c0c0c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ff7263;border-left:0.125rem solid #ff7263;border-right:0.125rem solid #ff7263;border-bottom:0.125rem solid #ff7263;border-top-left-radius:9.0625rem;border-top-right-radius:9.0625rem;border-bottom-left-radius:9.0625rem;border-bottom-right-radius:9.0625rem;box-shadow: 0rem 0rem 0.625rem #0071ff ;height:4.6875rem;width:23.4375rem;top:9.96875rem;left:10rem;display:block; }
#D4BkOEJnx0J9A4RG0OMiuheICZQiqCoC { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:20.9375rem;top:17.5rem;left:11.4375rem;overflow:hidden;display:block; }
#s0MIwKg89V4bQJHrWmQfNo4FEaJTOfnf { position:absolute;display:block;z-index:15050;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:15.125rem;width:11.3125rem;top:8.1875rem;left:40.0625rem;overflow:hidden;display:block; }
#vWi2GNsFhr7at5VyHNi8xHk0NpZ8dLPO { color:#ffffff;display:block;width:13rem;position:absolute;font-family:prompt;font-size:1.125rem;font-weight:400;z-index:15050;line-height:1.2;letter-spacing:0;top:17.5rem;left:52.5625rem;height:2.69921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IskuiT7UQ0JSNZ6lEcSzUcdDlLMEpEQQ { color:#ffffff;display:block;width:15.6875rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:700;z-index:15065;line-height:1.2;letter-spacing:0;top:10.9375rem;left:14rem;height:2.99926875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#H8pFHicwmtJarIDmcp7HuG37NvrrRMiZ { color:#000000;display:block;width:21.4375rem;position:absolute;font-family:prompt;font-size:0.625rem;font-weight:400;z-index:15043;line-height:1.2;letter-spacing:0;top:30.9375rem;left:11.1875rem;height:2.2485375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IQATBF7ye8T15ivJnion0SNoECbEfTmt { position:absolute;display:block;z-index:15049;background-color:transparent;background-image: -webkit-linear-gradient(306deg, #000000, #0071ff);background-image: -moz-linear-gradient(306deg, #000000, #0071ff);background-image: -ms-linear-gradient(306deg, #000000, #0071ff);background-image: -o-linear-gradient(306deg, #000000, #0071ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0071ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0071ff' );";background-image: linear-gradient(306deg, #000000, #0071ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(14,14,14,0.48) ;height:5.875rem;width:28.8125rem;top:30.5625rem;left:38.9375rem;display:block; }
#TJPHATVT70TsHQtJymKkbpmGXck4gbVw { position:absolute;display:block;z-index:15061;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff7263, #dc1500);background-image: -moz-linear-gradient(180deg, #ff7263, #dc1500);background-image: -ms-linear-gradient(180deg, #ff7263, #dc1500);background-image: -o-linear-gradient(180deg, #ff7263, #dc1500);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='#dc1500' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='#dc1500' );";background-image: linear-gradient(180deg, #ff7263, #dc1500);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: none;height:6.4375rem;width:6.4375rem;top:30.3125rem;left:62.0625rem;display:block; }
#AgMs8Dh9hfakTupcA3T0NIPIaOLLOVQh { color:#ffffff;display:block;width:6.4375rem;position:absolute;font-family:prompt;font-size:1.375rem;font-weight:700;z-index:15062;line-height:1.2;letter-spacing:0;top:32rem;left:62.125rem;height:3.2998rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ah1Upw4n1mRQcJ6k9qIbXBar8zOHsXxW { color:#ffffff;display:block;width:20.375rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:32.125rem;left:41.6875rem;height:2.76245rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I3htUQu9bdM7EEiFeQ6sDBQ4V9xKeN7T { position:absolute;display:block;z-index:15062;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff7263, #dc1500);background-image: -moz-linear-gradient(180deg, #ff7263, #dc1500);background-image: -ms-linear-gradient(180deg, #ff7263, #dc1500);background-image: -o-linear-gradient(180deg, #ff7263, #dc1500);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='#dc1500' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='#dc1500' );";background-image: linear-gradient(180deg, #ff7263, #dc1500);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: none;height:6.4375rem;width:6.4375rem;top:23.3125rem;left:62.0625rem;display:block; }
#lk3gUuFZ3DtQxd07Hddn7rr7pBNqbk84 { color:#ffffff;display:block;width:6.4375rem;position:absolute;font-family:"russo one";font-size:1.375rem;font-weight:400;z-index:15063;line-height:1.2;letter-spacing:0;top:25.4375rem;left:62.0625rem;height:1.65rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MRcc4NtUs8xyePCoSbEdPQgE69iu4JxQ { color:#ffffff;display:block;width:22.0625rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:24.6875rem;left:40.625rem;height:2.76245rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AJU8gmAWnMT5XuLRc7HpdMq0SvlCLVpq { color:#a9d6ff;display:block;width:13rem;position:absolute;font-family:prompt;font-size:0.75rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:27.875rem;left:46.125rem;height:0.97473125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#m1Nw2aopoXmQyDLxn9KDm6JPFDpCBnNS { color:#ffffff;display:block;width:20.125rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:29.1875rem;left:11.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#icvyfp4R4rSh8bWGSaaTm6gavLoER8LF { color:#ffffff;display:block;width:6.4375rem;position:absolute;font-family:prompt;font-size:0.75rem;font-weight:400;z-index:15063;line-height:1.2;letter-spacing:0;top:25.72509765625rem;left:62.0625rem;height:1.7993125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yIGNhHvT9WRxZlqZntfl68adtpvz7Brh { z-index:15007;top:35.4375rem;left:12.5rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -moz-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -ms-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -o-linear-gradient(45deg, #ffea7d, #ffd600);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea7d', endColorstr='#ffd600' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea7d', endColorstr='#ffd600' );";background-image: linear-gradient(45deg, #ffea7d, #ffd600);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#E2zDKnVkJyWeHZr1H9r1qzpieur5UOwn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JHuP9AvytQDoxgVapfml8lsQPgaBrPT6 { position:absolute;display:block;z-index:15062;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff7263, #c81500);background-image: -moz-linear-gradient(180deg, #ff7263, #c81500);background-image: -ms-linear-gradient(180deg, #ff7263, #c81500);background-image: -o-linear-gradient(180deg, #ff7263, #c81500);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='#c81500' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='#c81500' );";background-image: linear-gradient(180deg, #ff7263, #c81500);background-size:auto !important;border-top:0.125rem solid #ff7263;border-left:0.125rem solid #ff7263;border-right:0.125rem solid #ff7263;border-bottom:0.125rem solid #ff7263;border-top-left-radius:9.0625rem;border-top-right-radius:9.0625rem;border-bottom-left-radius:9.0625rem;border-bottom-right-radius:9.0625rem;box-shadow: none;height:3.875rem;width:14.875rem;top:13.25rem;left:51.5rem;display:block; }
#a30ply7JoSoUB2kkd3rHc7LP30cRcEwS { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:prompt;font-size:2.625rem;font-weight:700;z-index:15064;line-height:1.2;letter-spacing:0;top:13.9375rem;left:53.65625rem;height:3.150025rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sQK6oN7xQ4q51PNHVtEePeBJZpDy7G1D { color:#000000;display:block;width:8.625rem;position:absolute;font-family:roboto;font-size:4.375rem;font-weight:700;z-index:15063;line-height:1.2;letter-spacing:0;top:8.1875rem;left:54.34375rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RKeW9QGP5vpLm9riFtbzW4hgbS0JCf7E { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff7263, #ff523f);background-image: -moz-linear-gradient(180deg, #ff7263, #ff523f);background-image: -ms-linear-gradient(180deg, #ff7263, #ff523f);background-image: -o-linear-gradient(180deg, #ff7263, #ff523f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='#ff523f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='#ff523f' );";background-image: linear-gradient(180deg, #ff7263, #ff523f);background-size:auto !important;border-top:0.1875rem solid rgba(255,255,255,0.8);border-left:0.1875rem solid rgba(255,255,255,0.8);border-right:0.1875rem solid rgba(255,255,255,0.8);border-bottom:0.1875rem solid rgba(255,255,255,0.8);border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: none;height:9.6875rem;width:25.9375rem;top:12.125rem;left:41.5rem;display:block; }
#uFollOt0iHVFdH0mDHRFgr1VHZwHz4FC { position:absolute;display:block;z-index:15050;background-color:transparent;background-image: -webkit-linear-gradient(306deg, #000000, #0071ff);background-image: -moz-linear-gradient(306deg, #000000, #0071ff);background-image: -ms-linear-gradient(306deg, #000000, #0071ff);background-image: -o-linear-gradient(306deg, #000000, #0071ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0071ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0071ff' );";background-image: linear-gradient(306deg, #000000, #0071ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(14,14,14,0.48) ;height:5.875rem;width:27.875rem;top:23.6875rem;left:39.375rem;display:block; }
#wb1tD0uyZKuIBzqZPLVMuUyVLgwKLhik { position:absolute;display:block;z-index:14997;background-color:rgba(69,236,255,0.43);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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:31.75rem;width:69.625rem;top:7.46875rem;left:2.6875rem;display:block; }
#FpoXuiXiPStylIk2uWyO4RF5Aqb9cKkT { color:#ffffff;display:block;width:20.375rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:32.125rem;left:41.6875rem;height:2.761725rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#MHUzQRo238ovGbUwuUZIAeXWfc2gTuD3 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#T93ZAVJkn2Cl71WtnpnJUgNCwy9pSST2 { color:#ffffff;display:block;width:20.125rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:700;z-index:15043;line-height:1.2;letter-spacing:0;top:33.36181640625rem;left:11.78125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JFLCR0NDOhzI0vKMnCveWa9AdAdwasv4 { background-color:transparent;background-image: -webkit-linear-gradient(142deg, #ff7263, #e64433);background-image: -moz-linear-gradient(142deg, #ff7263, #e64433);background-image: -ms-linear-gradient(142deg, #ff7263, #e64433);background-image: -o-linear-gradient(142deg, #ff7263, #e64433);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='#e64433' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='#e64433' );";background-image: linear-gradient(142deg, #ff7263, #e64433);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.25rem;border-top-right-radius:3.25rem;border-bottom-left-radius:3.25rem;border-bottom-right-radius:3.25rem;box-shadow: 0rem 0rem 0.375rem rgba(0,113,255,0.68) ;box-sizing:border-box;color:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.125rem;height:3.75rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:47.5625rem;left:27.125rem;display:block; }
#nFFd3bT2aEPczfqk1AXtnkGf4MpCtzFR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mM4LoK1hOch0r35czwtf0tQLrThMeIyC { position:absolute;display:block;z-index:14998;background-color:rgba(0,113,255,0.57);background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:7.5rem;width:31.25rem;top:40.375rem;left:21.875rem;display:block; }
#v86kfmrR6JaUCGOsfZVEy0ygNGNuyaF4 { color:#000000;display:block;width:25.6875rem;position:absolute;font-family:prompt;font-size:1.9375rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:42rem;left:24.875rem;height:4.6484375rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#K9WlIQFHgRO07v43lJZ1mzNHg6Kz0DZa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/be158630-1a50-4eea-8f47-c59809b7e624/RedesignExcelDataBusinessCollection02.jpg");background-position:top left !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; }#K9WlIQFHgRO07v43lJZ1mzNHg6Kz0DZa.adaptive-delivery-prevent-bg, #K9WlIQFHgRO07v43lJZ1mzNHg6Kz0DZa.lazyload, #K9WlIQFHgRO07v43lJZ1mzNHg6Kz0DZa.lazyloading { background-image: none; }#K9WlIQFHgRO07v43lJZ1mzNHg6Kz0DZa > .row .container { background-color: transparent; background-image: none; }#K9WlIQFHgRO07v43lJZ1mzNHg6Kz0DZa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K9WlIQFHgRO07v43lJZ1mzNHg6Kz0DZa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K9WlIQFHgRO07v43lJZ1mzNHg6Kz0DZa > .row .container > .video-iframe-container { display: none; }#K9WlIQFHgRO07v43lJZ1mzNHg6Kz0DZa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K9WlIQFHgRO07v43lJZ1mzNHg6Kz0DZa > .row > .video-iframe-container { display: none; }#K9WlIQFHgRO07v43lJZ1mzNHg6Kz0DZa > .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); }#K9WlIQFHgRO07v43lJZ1mzNHg6Kz0DZa > .row .container { border-width: 0; border-radius: 0; }#K9WlIQFHgRO07v43lJZ1mzNHg6Kz0DZa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K9WlIQFHgRO07v43lJZ1mzNHg6Kz0DZa > .row .container { font-size:0.875rem;font-family:arial;height:37.5625rem;width:75rem;position:relative;display:block; }#NXSnhzygpEwZC2Ou0TGtuy4z8ry1XEug { color:#ffffff;display:block;width:20.375rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:32.125rem;left:41.6875rem;height:2.761725rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#lt9XDM8QaCnboyGr5MNMcksUBvCRur7t { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#KNEgBGlaSxIQB2hKaFEdE6kOuSkw2Xzu { color:#ff0002;display:block;width:50.625rem;position:absolute;font-family:kanit;font-size:2.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:4.066162109375rem;left:11.809692382812rem;height:3.73718125rem;text-align:center;text-align-last:center;display:block; }
#nJmm2ZBoBLmq1cTPJduEAxAxIk28seS4 { color:#000000;display:block;width:40.1245rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:10.574340820312rem;left:7.7264404296875rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#vsMurJ2LbgCpqrM0tMUII6nKHZ2guzK1 { color:#000000;display:block;width:16.3745rem;position:absolute;font-family:kanit;font-size:1.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:10.37109375rem;left:45.562133789062rem;height:4.87426875rem;text-align:center;text-align-last:center;display:block; }
#JXgsoFZN9V7cp7tbbrTk5Cr6EeUmX3yM { box-sizing:content-box;height:16.6875rem;width:60.4375rem;position:absolute;display:block;z-index:15013;background-color:#fffffb;background-image:none;top:9.4990234375rem;left:6.904296875rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;display:block; }
#O415iGzPvvZ2LUbMXqTWcbtOMU4boaRE { position:absolute;display:block;z-index:15015;border-top:0.1875rem solid #254387;border-left:0.1875rem solid #254387;border-right:0.1875rem solid #254387;border-bottom:0.1875rem solid #254387;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.25rem;width:17.6875rem;top:13.809814453125rem;left:8.4991455078125rem;overflow:hidden;display:block; }
#n2iS3TaeD5knnhH5uCXxHTq36o4UyP2I { position:absolute;display:block;z-index:15016;border-top:0.1875rem solid #254387;border-left:0.1875rem solid #254387;border-right:0.1875rem solid #254387;border-bottom:0.1875rem solid #254387;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.25rem;width:17.6875rem;top:13.810424804688rem;left:28.092041015625rem;overflow:hidden;display:block; }
#Zb7mcwfzG5VAT4IZnqTzf3pbvMaShIcU { color:#ffffff;display:block;width:40.123875rem;position:absolute;font-family:kanit;font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:27.830810546875rem;left:15.623168945312rem;height:1.2182625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TxDDCnbds2mPSM9Z6ZHoJQdxSooud24O { background-color:transparent;background-image: -webkit-linear-gradient(142deg, #ff7263, #e64433);background-image: -moz-linear-gradient(142deg, #ff7263, #e64433);background-image: -ms-linear-gradient(142deg, #ff7263, #e64433);background-image: -o-linear-gradient(142deg, #ff7263, #e64433);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='#e64433' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='#e64433' );";background-image: linear-gradient(142deg, #ff7263, #e64433);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.25rem;border-top-right-radius:3.25rem;border-bottom-left-radius:3.25rem;border-bottom-right-radius:3.25rem;box-shadow: 0rem 0rem 0.375rem rgba(0,113,255,0.68) ;box-sizing:border-box;color:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.905625rem;height:3.5307625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:29.984130859375rem;left:25.23193359375rem;display:block; }
#sF1ArDPISyDk07t2Mr8oiJu77R8088eH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#frJ1keEgzGexT4aWwEWr7ON9mB7aIPLU { color:#ffffff;display:block;width:40.125rem;position:absolute;font-family:kanit;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:30.1875rem;left:9.9375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#pCt3HQzQBbl9GKgkdKLAyHBMfiT5xS5K { box-sizing:content-box;height:21.4375rem;width:42.75rem;position:absolute;display:block;z-index:15001;background-color:#fffffb;background-image:none;top:8.25rem;left:8.625rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;display:none; }
#sCRfokRHLsdmdwIsJzdPTTnIBEBSvCTS { color:#ffffff;display:block;width:16.375rem;position:absolute;font-family:kanit;font-size:1.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:5.3017578125rem;left:42.125rem;height:2.4375rem;text-align:center;text-align-last:center;display:none; }
#hWBDuuWQ0pZOnrHT1yiQK6M7Tnv1LyCU { color:#ffffff;display:block;width:50.625rem;position:absolute;font-family:kanit;font-size:3.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:0.875rem;left:4.6875rem;height:4.0625rem;text-align:center;text-align-last:center;display:none; }
#avEIuy1p3gQ2vapZK9PAdTbFTLrBa0wz { position:absolute;display:block;z-index:15017;border-top:0.1875rem solid #254387;border-left:0.1875rem solid #254387;border-right:0.1875rem solid #254387;border-bottom:0.1875rem solid #254387;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.25rem;width:17.6875rem;top:13.809814453125rem;left:47.811279296875rem;overflow:hidden;display:block; }
#KzLlRUNBAC5b1gNOF6cVGDG74vWDeUkd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.36);background-image:url("https://images.assets-landingi.com/uc/778dbffd-b78f-4c9e-bf31-fb2a77cf7b5b/RedesignExcelDataBusinessCollection05.jpg");background-position:top center !important;background-repeat: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; }#KzLlRUNBAC5b1gNOF6cVGDG74vWDeUkd.adaptive-delivery-prevent-bg, #KzLlRUNBAC5b1gNOF6cVGDG74vWDeUkd.lazyload, #KzLlRUNBAC5b1gNOF6cVGDG74vWDeUkd.lazyloading { background-image: none; }#KzLlRUNBAC5b1gNOF6cVGDG74vWDeUkd > .row .container { background-color: transparent; background-image: none; }#KzLlRUNBAC5b1gNOF6cVGDG74vWDeUkd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KzLlRUNBAC5b1gNOF6cVGDG74vWDeUkd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KzLlRUNBAC5b1gNOF6cVGDG74vWDeUkd > .row .container > .video-iframe-container { display: none; }#KzLlRUNBAC5b1gNOF6cVGDG74vWDeUkd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KzLlRUNBAC5b1gNOF6cVGDG74vWDeUkd > .row > .video-iframe-container { display: none; }#KzLlRUNBAC5b1gNOF6cVGDG74vWDeUkd > .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); }#KzLlRUNBAC5b1gNOF6cVGDG74vWDeUkd > .row .container { border-width: 0; border-radius: 0; }#KzLlRUNBAC5b1gNOF6cVGDG74vWDeUkd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KzLlRUNBAC5b1gNOF6cVGDG74vWDeUkd > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:75rem;position:relative;display:block; }#rW8mKsUaGCIVpHnPUUifxsnSTsod0TzI { color:#0c0c0c;display:block;width:34.1875rem;position:absolute;font-family:prompt;font-size:2.625rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:2.625rem;left:20.40625rem;height:3.412475rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EN5cqNCgMcILNWDpeBnZ1IAz4yCSlLQX { color:#0071ff;display:block;width:15.25rem;position:absolute;font-family:prompt;font-size:1.375rem;font-weight:700;z-index:15054;line-height:1.2;letter-spacing:0;top:9.1875rem;left:8.0625rem;height:1.65rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#v8xxGMUSbgIdiOfqkXRiEE4ohlAx5AOs { color:#3e3e3e;display:block;width:15.25rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:11.24267578125rem;left:8.0625rem;height:3.4130875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JWNWG3knOCxgwP2vAIeXksv8xvHWJ385 { color:#3e3e3e;display:block;width:15.375rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:11.2431640625rem;left:51.9375rem;height:4.55078125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zxNE4yNAFnKsaZFMrfmT3Albt5fDKOCv { color:#0071ff;display:block;width:15.25rem;position:absolute;font-family:prompt;font-size:1.375rem;font-weight:700;z-index:15056;line-height:1.2;letter-spacing:0;top:9.0625rem;left:52rem;height:1.65rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Vb5sm4IdG0n6qEJsOrCGyaaNmPDTRDcS { color:#3e3e3e;display:block;width:14.0625rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:400;z-index:15059;line-height:1.3;letter-spacing:0;top:12.9375rem;left:30.625rem;height:2.2753875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w3MZ1a8UOdJDR8AmJMtrAB3k7uDebGRv { color:#0071ff;display:block;width:15.25rem;position:absolute;font-family:prompt;font-size:1.375rem;font-weight:700;z-index:15058;line-height:1.2;letter-spacing:0;top:9.1875rem;left:29.875rem;height:1.64978125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BX3pGUN8CBcNrJi2BDUQcbMWUAPgHCFR { color:#0071ff;display:block;width:15.25rem;position:absolute;font-family:prompt;font-size:1.375rem;font-weight:700;z-index:15055;line-height:1.2;letter-spacing:0;top:20.375rem;left:18rem;height:1.65rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o5Se42NR6uo8FPFhk97TwngoUG2RuC9U { color:#3e3e3e;display:block;width:13.6875rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:22.63916015625rem;left:18.78125rem;height:3.4130875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CFPti2WnkPQKLhyCM6KQDhh5EXVTPWRs { color:#3e3e3e;display:block;width:13.6875rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:22.63916015625rem;left:42.90625rem;height:4.55078125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FOB2oRBtk7hQRFziQzhWnMh0vnmuVLhQ { color:#0071ff;display:block;width:15.25rem;position:absolute;font-family:prompt;font-size:1.375rem;font-weight:700;z-index:15057;line-height:1.2;letter-spacing:0;top:20.4375rem;left:42.125rem;height:1.65rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mr8PUVW8IS5duatpRKKy2pQ6yls1SMcl { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:9.8125rem;top:14.9375rem;left:10.9375rem;overflow:hidden;display:block; }
#hqLvTXNldBpssoNJRJcMiro3He9HgzX9 { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:9.8125rem;top:15.625rem;left:54.75rem;overflow:hidden;display:block; }
#xCUCiDHpTcfPIyCWRMcf4CabVibcTAwl { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:9.8125rem;top:15.4375rem;left:32.8125rem;overflow:hidden;display:block; }
#gh5RyPyXnd0FTETfNiqBlBG5kRgpKPxl { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:9.8125rem;top:26.4375rem;left:20.875rem;overflow:hidden;display:block; }
#T752ILttKDe1rJTDTmOhRrwZkcku7nmg { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:9.8125rem;top:27.125rem;left:44.75rem;overflow:hidden;display:block; }
#PyTaUrNxqwXyGuVlxPUsR8nJioeuRRLJ { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 0.625rem rgba(0,202,255,0.29) ;height:10.125rem;width:19.3125rem;top:7.88525390625rem;left:6.03125rem;display:block; }
#yy9Fo2TGoqtOrnfflvmxBlTqObtg1KDW { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 0.875rem rgba(0,202,255,0.48) ;height:10.125rem;width:19.3125rem;top:8.0625rem;left:27.8125rem;display:block; }
#B7LanGTGQrMb9ZmwUpCIpXn9wcpePK6H { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 0.875rem rgba(0,202,255,0.48) ;height:10.4375rem;width:19.3125rem;top:7.60546875rem;left:49.875rem;display:block; }
#c0ys0MCGUS6bUmnwSzEGPJWRmdSzqAPQ { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 0.875rem rgba(0,202,255,0.48) ;height:10.4375rem;width:19.3125rem;top:19.6943359375rem;left:40.09375rem;display:block; }
#h9LhGmpTR6gq4IwaNBnWbSxQWo0alLbb { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 0.875rem rgba(0,202,255,0.48) ;height:10.125rem;width:19.3125rem;top:19.2822265625rem;left:16.125rem;display:block; }
#P1ObhuWFviMDWcmg0FWnJ2whaAoZLFEd { background-color:transparent;background-image: -webkit-linear-gradient(142deg, #ff7263, #e64433);background-image: -moz-linear-gradient(142deg, #ff7263, #e64433);background-image: -ms-linear-gradient(142deg, #ff7263, #e64433);background-image: -o-linear-gradient(142deg, #ff7263, #e64433);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='#e64433' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='#e64433' );";background-image: linear-gradient(142deg, #ff7263, #e64433);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.25rem;border-top-right-radius:3.25rem;border-bottom-left-radius:3.25rem;border-bottom-right-radius:3.25rem;box-shadow: 0rem 0rem 0.375rem rgba(0,113,255,0.68) ;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:prompt;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.125rem;height:4.875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:32.562509536743rem;left:25.34375rem;display:block; }
#bJHWoHTKnBhDGdkxHH8ubGKfKHBISD7B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KvTq3mFvZ5Kdui8cFFon2rqILPkcFxoP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.23);background-image:url("https://images.assets-landingi.com/uc/ec4d6ac6-8d52-4e49-af4c-d3a7751b4b0a/RedesignExcelDataBusinessCollection04.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; }#KvTq3mFvZ5Kdui8cFFon2rqILPkcFxoP.adaptive-delivery-prevent-bg, #KvTq3mFvZ5Kdui8cFFon2rqILPkcFxoP.lazyload, #KvTq3mFvZ5Kdui8cFFon2rqILPkcFxoP.lazyloading { background-image: none; }#KvTq3mFvZ5Kdui8cFFon2rqILPkcFxoP > .row .container { background-color: transparent; background-image: none; }#KvTq3mFvZ5Kdui8cFFon2rqILPkcFxoP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KvTq3mFvZ5Kdui8cFFon2rqILPkcFxoP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KvTq3mFvZ5Kdui8cFFon2rqILPkcFxoP > .row .container > .video-iframe-container { display: none; }#KvTq3mFvZ5Kdui8cFFon2rqILPkcFxoP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KvTq3mFvZ5Kdui8cFFon2rqILPkcFxoP > .row > .video-iframe-container { display: none; }#KvTq3mFvZ5Kdui8cFFon2rqILPkcFxoP > .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); }#KvTq3mFvZ5Kdui8cFFon2rqILPkcFxoP > .row .container { border-width: 0; border-radius: 0; }#KvTq3mFvZ5Kdui8cFFon2rqILPkcFxoP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KvTq3mFvZ5Kdui8cFFon2rqILPkcFxoP > .row .container { font-size:0.875rem;font-family:arial;height:44.8125rem;width:75rem;position:relative;display:block; }#rz2oncV2qkaw6E9a8meOz8WMOy6bPORk { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:prompt;font-size:2.625rem;font-weight:700;z-index:15038;line-height:1.1;letter-spacing:0;top:2.100700378418rem;left:6.3125rem;height:5.77515rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ycqqaET2ShTBD8Vbb9M60JcSTUAemitg { color:#ffffff;display:block;width:29.875rem;position:absolute;font-family:prompt;font-size:1.4375rem;font-weight:700;z-index:15039;line-height:1.8;letter-spacing:0;top:29.5625rem;left:8.09375rem;height:5.1748rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HiMWVnuWtfkNl37Ka0tzTmWLSGsHT2qi { color:#ffffff;display:block;width:27.0625rem;position:absolute;font-family:prompt;font-size:1.3125rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:35.36767578125rem;left:8.09375rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w5gxV5KOEiIm8GrPKDKJQIOv4WsRvQ8I { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(2deg, #000000, #0071ff);background-image: -moz-linear-gradient(2deg, #000000, #0071ff);background-image: -ms-linear-gradient(2deg, #000000, #0071ff);background-image: -o-linear-gradient(2deg, #000000, #0071ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0071ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0071ff' );";background-image: linear-gradient(2deg, #000000, #0071ff);background-size:auto !important;border-top:0.125rem solid #0071ff;border-left:0.125rem solid #0071ff;border-right:0.125rem solid #0071ff;border-bottom:0.125rem solid #0071ff;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:11.6875rem;width:31.8125rem;top:27.375rem;left:7.125rem;display:block; }
#FyTuPtf7fe5q50MmKWGfVrSpyzFgWI8b { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000d89, #0071ff);background-image: -moz-linear-gradient(180deg, #000d89, #0071ff);background-image: -ms-linear-gradient(180deg, #000d89, #0071ff);background-image: -o-linear-gradient(180deg, #000d89, #0071ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000d89', endColorstr='#0071ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000d89', endColorstr='#0071ff' );";background-image: linear-gradient(180deg, #000d89, #0071ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:29.875rem;width:29.0625rem;top:2.9365234375rem;left:41.4365234375rem;display:block; }
#TzpLvV7QyKBphy7vIZfiVTdsB3rJ7UKT { color:#ffffff;display:block;width:26.874375rem;position:absolute;font-family:kanit;font-size:0.9375rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:4.4244384765625rem;left:42.529907226562rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wlpa2sTQyzTqieooDvpZTyzKC5gOlztO { color:#ffe800;display:block;width:26.874375rem;position:absolute;font-family:kanit;font-size:2.3125rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem #0071ff;top:5.8892822265625rem;left:42.529907226562rem;height:2.775rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NbdpOvSs4bRNQCUOph3tEk06RWcql0pD { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.8125rem;width:29.125rem;top:8.625rem;left:7.0625rem;overflow:hidden;display:block; }
#GoxqxauinkcU2qKTJgZTTxPcSu7Vx2fA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.9375rem;width:29.3125rem;top:8.78125rem;left:6.3125rem;overflow:hidden;display:none; }
#HhMZSue1KTNXkCbPTuDrqMvNUJMiFNMl { color:#ffffff;display:block;width:27.0625rem;position:absolute;font-family:prompt;font-size:1.875rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:31.4375rem;left:10.375rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#TdByChfGiLB8AxQZdOwnfETaaZgFAA5N { color:#ffffff;display:block;width:27.0625rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:400;z-index:15038;line-height:1.2;letter-spacing:0;top:36.5625rem;left:10.375rem;height:1.2749rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#fLC34NENAL9bL1AKspVGqNktucJLWrQv { color:#ffffff;display:block;width:27.0625rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:400;z-index:15038;line-height:1.2;letter-spacing:0;top:36.5625rem;left:10.375rem;height:1.2749rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#CdRs18n56EtH8LNPNRMQOKX36ka3afDD { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.0625rem;width:29.1875rem;top:6.5625rem;left:8.09375rem;overflow:hidden;display:block; }
#Md9U5emRqamTBNUfnVcd7Xhw9fXxyic3 { position:absolute;display:block;z-index:15060;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.6875rem;width:2.6875rem;top:11.1875rem;left:18.46875rem;overflow:hidden;display:block; }
#Ubbmxi7QLgOFf1bxQfrcuOzivAzmlUlJ { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.3125rem;top:11.34375rem;left:23.083984375rem;overflow:hidden;display:block; }
#tGld51gShLC0IthxFqwhdhMSETusNmms { color:#ffffff;display:block;width:27.0625rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:400;z-index:15038;line-height:1.2;letter-spacing:0;top:36.5625rem;left:10.375rem;height:1.2749rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#zchwT7Wa18oXsMr2gnAOpvwEyBK15kC0 { color:#ffffff;display:block;width:27.0625rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:37.07373046875rem;left:10.96875rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lVbrQPPxiDH4Sv1dFwnbT8g292W3KKQe { color:#ffffff;display:block;width:26.874rem;position:absolute;font-family:kanit;font-size:0.9375rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:32.74951171875rem;left:42.53173828125rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .widget-form-header {  }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .widget-regular-label { height:auto;display:block;font-family:kanit;font-size:0.875rem;font-weight:400;color:#ffffff;width:22.5625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #cccccc;border-left:0.125rem solid #cccccc;border-right:0.125rem solid #cccccc;border-bottom:0.125rem solid #cccccc;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.5625rem;box-sizing:border-box;height:1.875rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:kanit;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .widget-input-text {padding-top: 0; padding-bottom: 0;}#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #cccccc;border-left:0.125rem solid #cccccc;border-right:0.125rem solid #cccccc;border-bottom:0.125rem solid #cccccc;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.5625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:kanit;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .widget-input-select {padding-top: 0; padding-bottom: 0;}#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#ffd44d;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.75rem;font-weight:bold;color:#000000;width:22.5625rem;height:4.0625rem;font-family:kanit;overflow:hidden; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X [class*="-text"]:-moz-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X [class*="-text"]::-moz-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X [class*="-text"]:-ms-input-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X [class*="-text"]::-webkit-input-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:kanit;font-size:0.8125rem;font-weight:400;color:#ffffff;vertical-align:top;width:21.5rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:prompt;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .widget-container:first-of-type{padding-top:0;}#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .widget-container:last-of-type{padding-bottom:0;}#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X  { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:43.43505859375rem;top:8.89404296875rem;z-index:15022;position:absolute; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.5625rem;display:block;vertical-align:top; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .widget-info-text { display:block;height:auto;font-family:prompt;font-size:0.75rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X {display:block;}#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:43.43505859375rem;top:8.89404296875rem;z-index:15022;position:absolute; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #UlfztW9RvPlt7nuz5gDDq3yIQ66Zfdgb { position:relative; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #U5wc73UxshhMlCOITUeQuK2gDv8twa65 { position:relative;display:block; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #k8vd79Ih6r3FwsE3cQy4TfbXFdVQLgLr { position:relative; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #kAmd7qyQVCb57TNxxrrPGcZOSoVMIiBJ { position:relative; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #rwIP9OzU8ozv8P4sqIC3yfdDwHk6QRTn { position:relative;display:block; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #SzsWNZaCm1OkkqWRPLRXF4zSuPkI26uD { position:relative; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #cVGsqJuWXVLmkPzyV6ETaKlJViapXfw6 { position:relative; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #howQqaPOcCG1G1LIP0uyvsfgZy8zg4fq { position:relative;display:block; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #nJzNnH479Oxktpr8zFkFuWu4WFsMzf3A { position:relative; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #EtcN2uHezgr8JXkEZEPpVVQeyIqyxodC { position:relative; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #AwfSmJXVg2cfirQqDHCccDc2EdIiWSFL { position:relative;z-index:2; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #U9k7nrwogePL6sCdbtyxDunHS3FrElTQ { position:relative; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #JxowqbWRfmd1nW1ziDKn5LfhQrhGtxdf { position:relative;display:block;z-index:15000; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #RLULtudzIhtpfAPIEZ6ErayPHfhauvSU { position:relative;display:block;z-index:15000; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #Gu6s7XvlPCilX7L0w7ETun3dskNT8W4O { position:relative; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #kuNDWHyD54u0hc8ciuDlIFRJR4phcdPT { position:relative; }
#MNJZI7QoeeWaeRaz7ACJ9uUhkmte4Ilr { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #oEaM5U0CusBTT7HsL8JTTNlZnEFwdanB { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #MCvW0vB2ykELB4Ve3dIKmFtPxsLLk1dD { position:relative; }
#D5yvk3ZVUNJ2toh15gTuqvXHvJ58T5AM { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ENTGJAV4ly7ghh1oA6StETkufEGU77Cz { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Achrbvyye3tyaw9oyMrk28S3BCMNQ0FG { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #iXPpk5vDui0aKpGlV1WExDUxzT9Ev9TU { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #E4TkQ6W8TyghCZ6mNE79r1lOQufPBkEr { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #SqrmGDik2yA8o07QBTb7s1cS4aXyzDgJ { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #IwlGRI1iilamGe69IiAf6a2FWn9s52MC { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #P2AOfvhJHXc7xqfPzXcZAdyiI1BDgHNt { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #K6v6mnNtTnhgLehCcwvL4qKTm8KAhu7x { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #SmiFXX6M171xlCbMu86xokMERgqt3PSt { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #sDwMxshc7B5mlVCssAXwBcBscl6gNLgr { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ppDNAt8QdSxIHev5RyZEQKtqN4rxPXrn { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #sdBP7L31hgKvVnDA3GewkVlxO9X1HzB1 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Sl7byfSmVDXa0wpk2hlt9O79EXxahICN { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ggnUEy1KDfG0zn8LIRozirM5V2mLpJty { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ovTpITmofndcncK0fnzHyIs0R91cFSzq { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ptTg5XVOmw38yBUzMMEU4tvMxIea7XRq { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #FIOIOTtBqZ6BIaVg7VVWyUkEF5beE3Rr { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #dEJeg64EECsXRTwQvXN2qzfTpOGGbbEN { position:relative; }
#xD475oUXetvRHKgsToCWcI21CL5wPmfs { position:relative;display:block; }
#cFT4EwowrXti95LnGs69uFEiQGr1dklh { position:relative;display:block; }
#E6GVN2ExNzsN6zlb48lT4Zvml9RDdTtl { position:relative;display:block; }
#BaiLtSTi3VBNUeFr6qDPgTt7T0QDZgHi { position:relative;display:block; }
#iRCprLDhTwuwdrg8MgLkoZxCf14TEXwx { position:relative;display:block; }
#sDy8JCp12KGB4k3wzJ6gMk2sTwxObokB { position:relative;display:block; }
#eHLlgZ9cTytNGyPfN66Q6X5z64NexN8n { position:relative;display:block; }
#LqSTt9JwfJGHTsyD7mIlB3lrUhDu0xlZ { position:relative;display:block; }
#HUhJE7RXyU1R7NQOTbRbzJQrXEWXgUXz { position:relative;display:block; }
#ZlvkMtAEGxBbOZKNMrBZipcQC3bPJGRH { position:relative;display:block; }
#oTt8cK41M9Vph5FQoKZLTn7oFLtg91vb { position:relative;display:block; }
#QHyafFI33mqhHEewBHhW82851xtCDKoI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/778dbffd-b78f-4c9e-bf31-fb2a77cf7b5b/RedesignExcelDataBusinessCollection05.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; }#QHyafFI33mqhHEewBHhW82851xtCDKoI.adaptive-delivery-prevent-bg, #QHyafFI33mqhHEewBHhW82851xtCDKoI.lazyload, #QHyafFI33mqhHEewBHhW82851xtCDKoI.lazyloading { background-image: none; }#QHyafFI33mqhHEewBHhW82851xtCDKoI > .row .container { background-color: transparent; background-image: none; }#QHyafFI33mqhHEewBHhW82851xtCDKoI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHyafFI33mqhHEewBHhW82851xtCDKoI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHyafFI33mqhHEewBHhW82851xtCDKoI > .row .container > .video-iframe-container { display: none; }#QHyafFI33mqhHEewBHhW82851xtCDKoI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHyafFI33mqhHEewBHhW82851xtCDKoI > .row > .video-iframe-container { display: none; }#QHyafFI33mqhHEewBHhW82851xtCDKoI > .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); }#QHyafFI33mqhHEewBHhW82851xtCDKoI > .row .container { border-width: 0; border-radius: 0; }#QHyafFI33mqhHEewBHhW82851xtCDKoI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QHyafFI33mqhHEewBHhW82851xtCDKoI > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:75rem;position:relative;display:block; }#JiCppaidOUkUDeCOeMurBzdtuIfMTov4 { color:#ffffff;display:block;width:38.75rem;position:absolute;font-family:prompt;font-size:1.5625rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:6.22412109375rem;left:18.125rem;height:2.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Mpp6WBdKLwmuVkwHNaNczmQZSt2f3xdq { color:#0c0c0c;display:block;width:17.8730625rem;position:absolute;font-family:prompt;font-size:1.75rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:25.44287109375rem;left:6.18798828125rem;height:4.54980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#BuzoQOmrCaTKOJADMa2vXAc3eMsZFy1d { position:absolute;display:block;z-index:15046;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:15.875rem;width:15.875rem;top:9.63037109375rem;left:7.18701171875rem;overflow:hidden;display:block; }
#nQcHn98GGyfOAt9sIwTx1BTeTRkP7olb { color:#0c0c0c;display:block;width:17.8730625rem;position:absolute;font-family:prompt;font-size:1.8125rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:25.361328125rem;left:28.56298828125rem;height:4.7131375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VwPPF0rM3hABdXvDGam6Xhk1y3rZg6Vm { position:absolute;display:block;z-index:15048;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:14.5625rem;width:14.5625rem;top:10.28662109375rem;left:30.21875rem;overflow:hidden;display:block; }
#hTFIrzBNqVAP2tp3qXQMZudfV0LzIglg { color:#0c0c0c;display:block;width:20.875rem;position:absolute;font-family:prompt;font-size:1.75rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:25.504340171814rem;left:51.499130249024rem;height:4.54980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#b9F2BdA0JdWElZZhKo2PB7DFMOPND0L3 { position:absolute;display:block;z-index:15049;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:16.25rem;width:16.25rem;top:8.25537109375rem;left:53.81201171875rem;overflow:hidden;display:block; }
#ZEeCXLtDX7kBdOAXZIJdW26CaILTS5hP { color:#0c0c0c;display:block;width:42.8115rem;position:absolute;font-family:prompt;font-size:3.5rem;font-weight:700;z-index:15038;line-height:1.2;letter-spacing:0;top:2.08740234375rem;left:16.09423828125rem;height:4.19970625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LQefASmVwa9D3IMR9QE118t8RkX1uz0K { position:absolute;display:block;z-index:15050;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.4375rem;width:3.4375rem;top:26.531251907349rem;left:4.6875rem;overflow:hidden;display:none; }
#lx3dUomf38O1Qm1bLapTBDQ3JczUXc2J { background-color:transparent;background-image: -webkit-linear-gradient(142deg, #ff7263, #e64433);background-image: -moz-linear-gradient(142deg, #ff7263, #e64433);background-image: -ms-linear-gradient(142deg, #ff7263, #e64433);background-image: -o-linear-gradient(142deg, #ff7263, #e64433);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='#e64433' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='#e64433' );";background-image: linear-gradient(142deg, #ff7263, #e64433);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.25rem;border-top-right-radius:3.25rem;border-bottom-left-radius:3.25rem;border-bottom-right-radius:3.25rem;box-shadow: 0rem 0rem 0.375rem rgba(0,113,255,0.68) ;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:prompt;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.125rem;height:4.625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:32.5rem;left:26.9375rem;display:block; }
#xwen1MBCaQi1vkt4xUTPM2XqnqnUkDvE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k59HbQJyKRkltGKsP1rFN3HTMMdOLbzq { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#Acx8X1qrvTvUAaNOVPQcLtkBLUMfMymq { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#HPTQw8RDciPH7ygNE33Jd5TLxa6eKyp6 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#Jd611QTHQdsRNOr3MWXih4aSm99SG981 { position:absolute;display:block;z-index:14942;background-color:transparent;background-image: -webkit-linear-gradient(112deg, #ff7263, #ff523f);background-image: -moz-linear-gradient(112deg, #ff7263, #ff523f);background-image: -ms-linear-gradient(112deg, #ff7263, #ff523f);background-image: -o-linear-gradient(112deg, #ff7263, #ff523f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='#ff523f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='#ff523f' );";background-image: linear-gradient(112deg, #ff7263, #ff523f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;height:3.0625rem;width:39.375rem;top:5.70849609375rem;left:17.8125rem;display:block; }
#XsK6TtQt6xmlQQdizshAbHOV5XN0WKZz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#16004b;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; }#XsK6TtQt6xmlQQdizshAbHOV5XN0WKZz > .row .container { background-color: transparent; background-image: none; }#XsK6TtQt6xmlQQdizshAbHOV5XN0WKZz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XsK6TtQt6xmlQQdizshAbHOV5XN0WKZz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XsK6TtQt6xmlQQdizshAbHOV5XN0WKZz > .row .container > .video-iframe-container { display: none; }#XsK6TtQt6xmlQQdizshAbHOV5XN0WKZz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XsK6TtQt6xmlQQdizshAbHOV5XN0WKZz > .row > .video-iframe-container { display: none; }#XsK6TtQt6xmlQQdizshAbHOV5XN0WKZz > .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); }#XsK6TtQt6xmlQQdizshAbHOV5XN0WKZz > .row .container { border-width: 0; border-radius: 0; }#XsK6TtQt6xmlQQdizshAbHOV5XN0WKZz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XsK6TtQt6xmlQQdizshAbHOV5XN0WKZz > .row .container { font-size:0.875rem;font-family:prompt;height:15.375rem;width:75rem;position:relative;display:block; }#WXR6gLCzpycgwSRuxedIi30yo3WhxDTo { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:6.75rem;top:3.9375rem;left:3.75rem;overflow:hidden;display:block; }
#qf5yin6gBwxbspTJvUzf91TiZVgSWiAv { color:#9b9b9b;display:block;width:29rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6rem;left:3.75rem;height:2.598875rem;display:block; }
#GodbxmT2qITrb7WWwa6q9siv8PDR0V4q { color:#9b9b9b;display:block;width:37.5rem;position:absolute;font-family:prompt;font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.429037094116rem;left:0rem;height:1.9494625rem;display:block; }
#TXtikgObHkirxsG1d3pZz9ubSpebEbLG { color:#9b9b9b;display:block;width:20.875rem;position:absolute;font-family:prompt;font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.3125rem;left:50.375rem;height:0.97473125rem;text-align:right;text-align-last:right;display:block; }
#AM29i8MtQ4Lvgs9pvQ123r4OtpunZC10 { color:#9b9b9b;display:block;width:14.9375rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.8125rem;left:56.3125rem;height:2.598875rem;text-align:right;text-align-last:right;display:block; }
#KcGL1AuPp7Q4Bz035u1oz1aQhBOA2tyU { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:5.6875rem;top:3.9375rem;left:65.5625rem;overflow:hidden;display:block; }
#tgJJkvMX3ArTxP8NiMIwhmyqAIeo2W6I { position:absolute;display:block;z-index:15007;height:5.9375rem;width:10.625rem;top:3.9375rem;left:39.8125rem;display:none; }
#xtCGbR8SmCHpMn9ggs6TN1mwgPylem25 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/778dbffd-b78f-4c9e-bf31-fb2a77cf7b5b/RedesignExcelDataBusinessCollection05.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#xtCGbR8SmCHpMn9ggs6TN1mwgPylem25.adaptive-delivery-prevent-bg, #xtCGbR8SmCHpMn9ggs6TN1mwgPylem25.lazyload, #xtCGbR8SmCHpMn9ggs6TN1mwgPylem25.lazyloading { background-image: none; }#xtCGbR8SmCHpMn9ggs6TN1mwgPylem25 > .row .container { border-width: 0; border-radius: 0; }#xtCGbR8SmCHpMn9ggs6TN1mwgPylem25 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xtCGbR8SmCHpMn9ggs6TN1mwgPylem25 > .row .container { font-size:0.875rem;font-family:arial;height:10.25rem;width:75rem;position:relative;display:none; }#nqnVUiXBGOT1vPlWam4wfBOXsD5dCqr7 { color:#0071ff;display:block;width:48rem;position:absolute;font-family:prompt;font-size:3rem;font-weight:700;z-index:15041;line-height:1;letter-spacing:0;top:2.1875rem;left:22.5rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GeLWfydtZeoTiWTkRLiz06PzOzLr5P8s { color:#0c0c0c;display:block;width:48rem;position:absolute;font-family:prompt;font-size:2.0625rem;font-weight:400;z-index:15042;line-height:1;letter-spacing:0;top:6rem;left:22.5rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#i7dUChnMQUAyMNUonoaUaEmNld2NbppL { background-color:transparent;background-image: -webkit-linear-gradient(142deg, #ff7263, #e64433);background-image: -moz-linear-gradient(142deg, #ff7263, #e64433);background-image: -ms-linear-gradient(142deg, #ff7263, #e64433);background-image: -o-linear-gradient(142deg, #ff7263, #e64433);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='#e64433' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='#e64433' );";background-image: linear-gradient(142deg, #ff7263, #e64433);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.25rem;border-top-right-radius:3.25rem;border-bottom-left-radius:3.25rem;border-bottom-right-radius:3.25rem;box-shadow: 0rem 0rem 0.375rem rgba(0,113,255,0.68) ;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:prompt;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.125rem;height:4.875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:32.124994277954rem;left:26.9375rem;display:none; }
#lyo0sU6nk6maPs0b0BCKN7cHKWr1iaUc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k7mnkdMXhrW18B3EvG61a5NS86c3Pk6R { position:absolute;display:block;z-index:14987;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1875rem;width:12.9375rem;top:0.68750190734863rem;left:6.25rem;overflow:hidden;display:block; }
#Xu6CRrirdUCH5UfwHm1i9mfev9isdL4L { color:#ffffff;display:block;width:37.375rem;position:absolute;font-family:kanit;font-size:1.9375rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:4.9375rem;left:18.8125rem;height:6.97411875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#MguIB67rEVTBJvlUmaOW5BZLVNE9Is0a { color:#ffffff;display:block;width:37.375rem;position:absolute;font-family:kanit;font-size:1.9375rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:4.9375rem;left:18.8125rem;height:6.97411875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#w147sEnx7SqgT2LEdnwATWMUuEvCwW5U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#w147sEnx7SqgT2LEdnwATWMUuEvCwW5U > .row .container { border-width: 0; border-radius: 0; }#w147sEnx7SqgT2LEdnwATWMUuEvCwW5U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w147sEnx7SqgT2LEdnwATWMUuEvCwW5U > .row .container { font-size:0.875rem;font-family:arial;height:24.4375rem;width:75rem;position:relative;display:none; }#rev76O4Bi40SJW4kBy9zSLsbE8eJNgZu { color:#f84343;display:block;width:45.8125rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:19rem;left:14.59375rem;height:3.59911875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ed5Uqn2BmndqwVesuZIi9416ANSRAa44 { background-color:#ffcc4d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#282e31;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.875rem;height:3.0625rem;text-decoration:none;z-index:15084;text-align:center;text-align-last:center;top:14.5625rem;left:26.0625rem;display:block; }
#nZtBaZQAkVwssaTpZ11UV36vruX72yui { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#epAZGQ838kwMep5R2Dlqq28lCoqptqAL { color:#ffffff;display:block;width:37.375rem;position:absolute;font-family:kanit;font-size:1.9375rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:4.9375rem;left:18.8125rem;height:4.6494125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Tuh8IMry38KpWBuMMFQW3EEL0IGl7lAw { color:#ffffff;display:block;width:39.375rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:10.65625rem;left:17.8125rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LOQsi866GNmWUWIBctSGtNC0BwTT5Dtt { color:#fbe936;display:block;width:32.375rem;position:absolute;font-family:kanit;font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:7.54833984375rem;left:21.3125rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#F30U6Cqq8ugqb2s5OF2CrHtw1BepyTce { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -moz-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -ms-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -o-linear-gradient(90deg, #6f3ba7, #003cff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );";background-image: linear-gradient(90deg, #6f3ba7, #003cff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12.25rem;width:54.125rem;top:3.75rem;left:10.4375rem;display:block; }
#h8Qoiw35E1GmCSp9cee0TW8lFNTdepON { color:#ffffff;display:block;width:37.375rem;position:absolute;font-family:kanit;font-size:1.9375rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:4.9375rem;left:18.8125rem;height:6.97411875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#hX0KzT3OoycV9XgMGb8Jh7rrHpZpmOzw { background-color:#006d59;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:none; }#hX0KzT3OoycV9XgMGb8Jh7rrHpZpmOzw > .row .container { border-width: 0; border-radius: 0; }#hX0KzT3OoycV9XgMGb8Jh7rrHpZpmOzw > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#hX0KzT3OoycV9XgMGb8Jh7rrHpZpmOzw > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:75rem;overflow:visible;position:relative;display:none; }#tBnXpuPugvP94UTbAcMEuiwvglO8Izq6 { color:#f8e38e;display:block;width:43.3733125rem;position:absolute;font-family:kanit;font-size:1.9375rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:9.435791015625rem;left:14.62353515625rem;height:4.6494125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VGOyHQmXBIlXCcsh61HGO6NUJEfzDqIG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.43725rem;width:25.5rem;top:0rem;left:24.75rem;overflow:hidden;display:block; }
#mguCitoFyubWLIO4eKudZAfoWt5VIeyq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#006d59;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#mguCitoFyubWLIO4eKudZAfoWt5VIeyq > .row .container { border-width: 0; border-radius: 0; }#mguCitoFyubWLIO4eKudZAfoWt5VIeyq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mguCitoFyubWLIO4eKudZAfoWt5VIeyq > .row .container { font-size:0.875rem;font-family:arial;height:25.4375rem;width:75rem;position:relative;display:none; }#CTBUMlCaR9l80xlX2aLH2BmM5p63913f { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.3125rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#TyI76Ry8iIXKz9Wsnwt87iOaLT6ttkBa { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.375rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#JZx7futmTqCVMCDutrhxOwCXO2eVe2LF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e554b3f4-4041-4de2-a23c-029a990d8b6c/LevelUp02.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#JZx7futmTqCVMCDutrhxOwCXO2eVe2LF.adaptive-delivery-prevent-bg, #JZx7futmTqCVMCDutrhxOwCXO2eVe2LF.lazyload, #JZx7futmTqCVMCDutrhxOwCXO2eVe2LF.lazyloading { background-image: none; }#JZx7futmTqCVMCDutrhxOwCXO2eVe2LF > .row .container { border-width: 0; border-radius: 0; }#JZx7futmTqCVMCDutrhxOwCXO2eVe2LF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JZx7futmTqCVMCDutrhxOwCXO2eVe2LF > .row .container { font-size:0.875rem;font-family:arial;height:46.9375rem;width:75rem;position:relative;display:none; }#fbKFto4tScmrfIRT8Sn2kMTHyFLzZvex { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:45.375rem;top:1.5625rem;left:14.8125rem;overflow:hidden;display:block; }
#mU80k7MZTs0IPFQIrZLmTeAbVsLPLb2u { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:41.0625rem;top:11.8125rem;left:16.9375rem;overflow:hidden;display:block; }
#mqMmsRw8kXp5v1AGrhAEdwyCMdmwqJQT { 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:5.1875rem;width:15.3125rem;top:0rem;left:52.1875rem;overflow:hidden;display:block; }
#dSQ2PhzqOOcTXdD2RFil539rUcL3qMai { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.875rem;width:41.4375rem;top:21.9375rem;left:7.5rem;overflow:hidden;display:block; }
#QyTeZGoSMTMxG6ylCuvdTAPtOTwemeIZ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.75rem;width:24.75rem;top:16rem;left:36.75rem;overflow:hidden;display:block; }
#DQrq9IhqUWSeO9c4Thd4rEZ0xdKdewWn { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4375rem;width:17.25rem;top:24rem;left:50.25rem;overflow:hidden;display:block; }
#fb2zF9uMO6fdViGHXPrwUExiCUn9sIF7 { position:absolute;display:block;z-index:14999;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:34.9375rem;width:58.625rem;top:12.0625rem;left:8.875rem;overflow:hidden;display:block; }
#XdaFiyDATQEMNS9ivpDBdgP8JFvGcEQl { color:#000000;display:block;width:22.6230625rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:32.016357421875rem;left:9.25rem;height:4.375rem;font-style:normal;display:block; }#XdaFiyDATQEMNS9ivpDBdgP8JFvGcEQl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XdaFiyDATQEMNS9ivpDBdgP8JFvGcEQl li:before{  }
#B0KDzplzaE9HIIPbJ3hcrPt5w7SEHTE4 { color:#ffffff;display:block;width:27.5625rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.6;letter-spacing:0;top:41.4228515625rem;left:11.1875rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#shUUdM9Sfp9Smn6bF08T5iT4hhoanNGz { color:#000000;display:block;width:22.6230625rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:28.515380859375rem;left:11.18701171875rem;height:2.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vFkEexpJwxud7Ps3xPXIt5qCKF6EXV7r { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f86b1e5c-8cba-4022-bfd2-5523da7be2ad/BG.jpg");background-position:top left !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:none; }#vFkEexpJwxud7Ps3xPXIt5qCKF6EXV7r.adaptive-delivery-prevent-bg, #vFkEexpJwxud7Ps3xPXIt5qCKF6EXV7r.lazyload, #vFkEexpJwxud7Ps3xPXIt5qCKF6EXV7r.lazyloading { background-image: none; }#vFkEexpJwxud7Ps3xPXIt5qCKF6EXV7r > .row .container { border-width: 0; border-radius: 0; }#vFkEexpJwxud7Ps3xPXIt5qCKF6EXV7r > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vFkEexpJwxud7Ps3xPXIt5qCKF6EXV7r > .row .container { font-size:0.875rem;font-family:arial;height:40.75rem;width:75rem;overflow:visible;position:relative;display:none; }#epPmrRnlSBJnmbKU5ZXBT08XlxZGEMho { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:11rem;top:3.875rem;left:15.625rem;overflow:hidden;display:block; }
#f1nrE73PQmJTPaGTHnR6u5JVZxnhnRWF { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.375rem;width:22.5625rem;top:7.1875rem;left:10.8125rem;overflow:hidden;display:block; }
#D4pJpEV9fdysOcWmd8MGeuElTKaBxhwd { 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:2.9375rem;width:24.375rem;top:14.5625rem;left:8.9375rem;overflow:hidden;display:block; }
#D9CrBQS1XXkqkrLTGeTgwpcfxkTLnWaO { color:#000000;display:block;width:16.75rem;position:absolute;font-family:kanit;font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:18.78125rem;left:12.75rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TVlT4TJ8KPmnbUPzdulhMsGGLVIwfICR { color:#000000;display:block;width:24.375rem;position:absolute;font-family:kanit;font-size:1.3125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:21.21875rem;left:8.9375rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SBDZqf24u7GppzsZFCeFmmnXiGSaXHWm { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.37475rem;width:41.62475rem;top:3.87451171875rem;left:33.375854492188rem;overflow:hidden;display:block; }
#wgyOrHIJWA2aAq9nBMt4e1od3u6ZGasF { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,83,255,0.5) ;height:11.5rem;width:22rem;top:25.5rem;left:10.125rem;overflow:hidden;display:block; }
#ghxgVCIwUxCTgJDQPawAP2nmxybVn6E3 { color:#000000;display:block;width:36.124875rem;position:absolute;font-family:kanit;font-size:1.3125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:35.90576171875rem;left:2.31201171875rem;height:3.4118625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lp3kFwR1LBAydmDuUXGK09qDmq7SWl37 { color:#000000;display:block;width:36.125rem;position:absolute;font-family:kanit;font-size:1.3125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:39.96875rem;left:1.25rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ctzwlJCAGdH6BS0TwMJbT5ooTwtl5dr8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/89a8a989-74b5-464b-bceb-b782006a8df4/Aumbannerland.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ctzwlJCAGdH6BS0TwMJbT5ooTwtl5dr8.adaptive-delivery-prevent-bg, #ctzwlJCAGdH6BS0TwMJbT5ooTwtl5dr8.lazyload, #ctzwlJCAGdH6BS0TwMJbT5ooTwtl5dr8.lazyloading { background-image: none; }#ctzwlJCAGdH6BS0TwMJbT5ooTwtl5dr8 > .row .container { border-width: 0; border-radius: 0; }#ctzwlJCAGdH6BS0TwMJbT5ooTwtl5dr8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ctzwlJCAGdH6BS0TwMJbT5ooTwtl5dr8 > .row .container { font-size:0.875rem;font-family:arial;height:17.5625rem;width:75rem;position:relative;display:none; }#idqSqQ3qoCeeOPTHDl0CioMAInhcngNT { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.1875rem;border-top-right-radius:3.1875rem;border-bottom-left-radius:3.1875rem;border-bottom-right-radius:3.1875rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.937375rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:12.998657226562rem;left:25.5rem;display:block; }
#n37CSwkODQrQU39624Qan4xcV7e0DZsB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tAA7qow28nn8qKqkmiU6F4oh4RTaVE5k { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:15.279541015625rem;left:53.1875rem;height:1.29971875rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#MMBb7JPaoLWfB4r6ealiQXbT9dgFX6EA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(356deg, #15b5fa, #254387);background-image: -moz-linear-gradient(356deg, #15b5fa, #254387);background-image: -ms-linear-gradient(356deg, #15b5fa, #254387);background-image: -o-linear-gradient(356deg, #15b5fa, #254387);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#15b5fa', endColorstr='#254387' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#15b5fa', endColorstr='#254387' );";background-image: linear-gradient(356deg, #15b5fa, #254387);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:none; }#MMBb7JPaoLWfB4r6ealiQXbT9dgFX6EA > .row .container { border-width: 0; border-radius: 0; }#MMBb7JPaoLWfB4r6ealiQXbT9dgFX6EA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MMBb7JPaoLWfB4r6ealiQXbT9dgFX6EA > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#rr6O4tZ2fBsDQpt1ablBa7VdhlGQeSas { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.3125rem;width:58rem;top:1.21875rem;left:8.5rem;overflow:hidden;display:block; }
#k74XJ9ICAh1brMoq1yGlX438E95XhdPl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#11a5e1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#k74XJ9ICAh1brMoq1yGlX438E95XhdPl > .row .container { border-width: 0; border-radius: 0; }#k74XJ9ICAh1brMoq1yGlX438E95XhdPl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k74XJ9ICAh1brMoq1yGlX438E95XhdPl > .row .container { font-size:0.875rem;font-family:arial;height:56.1875rem;width:75rem;position:relative;display:none; }#IWI9esNGMowArk8dawypkBhCPe2qH9uE { position:absolute;display:block;z-index:14998;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:4.4375rem;border-top-right-radius:4.4375rem;border-bottom-left-radius:4.4375rem;border-bottom-right-radius:4.4375rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(0,0,0,0.5) ;height:35.25rem;width:66.8125rem;top:10.6865234375rem;left:5.3125rem;display:block; }
#MSnMdHtGVMnQQRoud2R0VEzOKdxRweuz { color:#000000;display:block;width:24.187rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:18.811645507812rem;left:9.9993896484375rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#L1ilGPhKF6Tvl05yw7BJZdGvcDU245DL { color:#000000;display:block;width:27.062375rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:33.311157226562rem;left:39.92919921875rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#H3bgzToTe7R6H9uNlRU76VBJKdxrEdea { color:#8a43ff;display:block;width:20.99975rem;position:absolute;font-family:kanit;font-size:2.8125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:28.436889648438rem;left:39.92919921875rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#saWJuUlU573k46TN9T4PdSeiUuiQKTv0 { color:#8a43ff;display:block;width:20.999125rem;position:absolute;font-family:kanit;font-size:2.8125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:13.811645507812rem;left:9.9993896484375rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Sat7wM1slgw0pxyrDH2QtKWborM6oGQ9 { position:absolute;display:block;z-index:15082;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:15.37475rem;width:24.812rem;top:28.436889648438rem;left:10.779418945312rem;overflow:hidden;display:block; }
#EIUuJNJA3DvtHTai9GBp2N4nScIpiShc { box-sizing:content-box;height:13.687125rem;width:26.687rem;position:absolute;display:block;z-index:15051;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7de1ba9d-7976-4f33-a728-fdcb0cd5fa0e/ThumbnialCourse2024DataAnalyticsTools.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.101440429688rem;left:40.117797851562rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }#EIUuJNJA3DvtHTai9GBp2N4nScIpiShc.adaptive-delivery-prevent-bg, #EIUuJNJA3DvtHTai9GBp2N4nScIpiShc.lazyload, #EIUuJNJA3DvtHTai9GBp2N4nScIpiShc.lazyloading { background-image: none; }
#fHAy1mJJ3qkrMcGzc6soIByOz66zsAby { box-sizing:content-box;height:0.1875rem;width:28.625rem;position:absolute;display:block;z-index:15086;background-color:#e3e3e3;background-image:none;top:26.4375rem;left:8.875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#uDTEGpAVFVLp8v9DMx0thTTqsJhDUoAG { box-sizing:content-box;height:7.75rem;width:20rem;position:absolute;display:block;z-index:15088;background-color:#970e0f;background-image:none;top:45.1875rem;left:28.75rem;border-top-right-radius:2.6875rem;border-bottom-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-top-left-radius:2.6875rem;border-top:0.375rem solid #df1619;border-left:0.375rem solid #df1619;border-right:0.375rem solid #df1619;border-bottom:0.375rem solid #df1619;display:block; }
#Sn7ZCftgCRDNaDatCX3QLgfVKIUkXTo5 { color:#facc6c;display:block;width:14.0625rem;position:absolute;font-family:kanit;font-size:3.75rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:47rem;left:32.0625rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T8CIv6I1wrGKgEr7Ud3XApp8xZ6vAoOT { color:#ffffff;display:block;width:27.0625rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:300;z-index:15090;line-height:1.5;letter-spacing:0;top:46.375rem;left:25.4375rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BLc2aIzvfEyUVAtu9fyFE0nmF5Tn91Pp { color:#ffffff;display:block;width:27.0625rem;position:absolute;font-family:kanit;font-size:0.8125rem;font-weight:300;z-index:15091;line-height:1.5;letter-spacing:0;top:51.625rem;left:25.4375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#RzeDTthNhiUxcq1nlEmWOb0LbE4cKBVO { color:#ffe000;display:block;width:55.875rem;position:absolute;font-family:kanit;font-size:3.25rem;font-weight:700;z-index:15008;line-height:2.2;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem #000000;top:2rem;left:11.1767578125rem;height:7.1494375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kZUyNsQDZtPhgEceMylhiTy6xHcWik0z { color:#000000;display:block;width:33.6875rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:40.0595703125rem;left:39.9287109375rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gCFGgUP0bhsEOf6EQkByPTR4piBVwr7O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(170deg, #15b5fa, #254387);background-image: -moz-linear-gradient(170deg, #15b5fa, #254387);background-image: -ms-linear-gradient(170deg, #15b5fa, #254387);background-image: -o-linear-gradient(170deg, #15b5fa, #254387);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#15b5fa', endColorstr='#254387' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#15b5fa', endColorstr='#254387' );";background-image: linear-gradient(170deg, #15b5fa, #254387);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#gCFGgUP0bhsEOf6EQkByPTR4piBVwr7O > .row .container { border-width: 0; border-radius: 0; }#gCFGgUP0bhsEOf6EQkByPTR4piBVwr7O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gCFGgUP0bhsEOf6EQkByPTR4piBVwr7O > .row .container { font-size:0.875rem;font-family:arial;height:49.125rem;width:75rem;position:relative;display:none; }#amBDKxcRGHqrxLbDkAbIQOGfsefnQ8qO { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:11.537109375rem;left:29.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#fHOFXe2fuZK7LJyWllSRI4mvl2mtDTcP { color:#842cdd;display:block;width:14.3125rem;position:absolute;font-family:sarabun;font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:12.5625rem;left:8.6875rem;height:1.7871125rem;font-style:normal;display:block; }
#BOAHXP7FTIWKytshqGcg8GaO5sBCDr7a { color:#842cdd;display:block;width:8.125rem;position:absolute;font-family:sarabun;font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:12.5625rem;left:38.75rem;height:1.7871125rem;font-style:normal;display:block; }
#U2TgpbAJVu8tP0EbMAIT6JLBEnacULGg { position:absolute;display:block;z-index:15014;background-color:#8a43ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:31.9375rem;width:17rem;top:8.5625rem;left:50.0625rem;display:block; }
#TMPyPmQeGE93SwGrn1admmNvZ1DDMTMR { color:#ffffff;display:block;width:10.4375rem;position:absolute;font-family:sarabun;font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:12.5625rem;left:53.375rem;height:1.7871125rem;font-style:normal;display:block; }
#tHltXd71HXDL7aKIM27L80WbGRa4DQIU { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe69d, #facc6c);background-image: -moz-linear-gradient(180deg, #ffe69d, #facc6c);background-image: -ms-linear-gradient(180deg, #ffe69d, #facc6c);background-image: -o-linear-gradient(180deg, #ffe69d, #facc6c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe69d', endColorstr='#facc6c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe69d', endColorstr='#facc6c' );";background-image: linear-gradient(180deg, #ffe69d, #facc6c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.5rem;width:17.1875rem;top:8.5625rem;left:50rem;display:block; }
#oc9qVfSnAVHTSpvsOdTT5zlAfwugDaOK { color:#000000;display:block;width:5.625rem;position:absolute;font-family:sarabun;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:9.0625rem;left:55.75rem;height:1.4619125rem;font-style:normal;display:block; }
#bX2osUTzV8Ka8E31d1zsypcspNSzcahw { color:#000000;display:block;width:21rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:17rem;left:9.0625rem;height:1.29980625rem;font-style:normal;display:block; }
#KlW3m5kz8zR4HtX3BAr2Dr32nKBwPc8A { position:absolute;display:block;z-index:15029;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:58.25rem;top:21.4375rem;left:8.8125rem;display:block; }
#ilx9KXat91S6zzu21RUUKAD2LnKDEPPK { color:#909090;display:block;width:28.8125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:19.3125rem;left:9.0625rem;height:1.29980625rem;font-style:normal;display:block; }
#VDCLkeUX4L2rzo1lq4XLC5pzEg4v3TpK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:16.0625rem;left:57rem; }
#cUPslio80ZfHIwTdJkfdVtVlFR7AUlgE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:16.0625rem;left:41rem; }
#MK99IDmMIJZAwbTmpdfaQl9w9Wb7EBTQ { color:#000000;display:block;width:21rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:23.3125rem;left:9.0625rem;height:1.29980625rem;font-style:normal;display:block; }
#pZyW0mTex0dhOvThBUM2tyLWhfQVnueW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:22.375rem;left:41rem; }
#mOpK4fMzcuFaEgCXgSEd6EsEMKnZWkuu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:22.375rem;left:57rem; }
#b8kD5LWTTE0geIEK7Ma2rIONU8BshemX { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:58.25rem;top:27.4375rem;left:8.8125rem;display:block; }
#uBFEXp886v9apzxBHFOCcIPCpUQIrECE { color:#000000;display:block;width:21rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:29.625rem;left:9.0625rem;height:1.29980625rem;font-style:normal;display:block; }
#NhS71QrTcaBZQqgrntiZuWf1Qq5TOqaN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:28.6875rem;left:41rem; }
#FWSeho0T5KJxaoRvQi81AUWBZTakrVaI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:28.6875rem;left:57rem; }
#cAPbLqmngulsdTGKl11sSoeFJBGEGouI { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:58.25rem;top:33.625rem;left:8.8125rem;display:block; }
#PBNfKIMxH1H9XkVUzxFrkI0ilvCWdZCM { color:#000000;display:block;width:28.25rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:36.125rem;left:9.0625rem;height:1.29980625rem;font-style:normal;display:block; }
#R9UZ2CHMtFpbHUgu88UGZAgZMet4fa4S { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:35.1875rem;left:41rem; }
#JdJeIZf8xbtrza4TT4qTX406u5N9Smk0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:35.1875rem;left:57rem; }
#KRaxMf1re15e1rkU26Xfgyd0Q3OCUesP { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:58.25rem;top:40.5rem;left:8.8125rem;display:block; }
#LVrouSKHCc4BQurtH3oF6VERaX1dnMEh { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:42.3125rem;left:9.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#y5Kwt7NUVxioC4EOTNJFcR8n3XsEMkWx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:41.375rem;left:20.5625rem; }
#Gqu4cn0VLrOOZZG0vau6EFbmNRJOxq2r { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:41.375rem;left:25.25rem; }
#ltwBGwJwq5tg5tVqMv3dNMXxob23R7Ed { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:41.375rem;left:30.0625rem; }
#gJymfDpzqyMGmPZCZ14yr2c99bQfw90Q { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:6.125rem;left:12.8125rem;display:none; }
#luCtS52iVkKtOTWuJzHmPIxiUxv0L81Z { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:2.875rem;left:11.0625rem;display:none; }
#TfCKxu0q7pI8yuKdXoSZBo7CiAiTdlF2 { color:#000000;display:block;width:4.6875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:3.75rem;left:16.8125rem;display:none; }
#rSamafqD9R44l99z3huTUoCPzphhtkW6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#WXOzbOHV5S0LOcLaPhWTuSn1wI3xgB06 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#qCrecDC6Jnic6RatktxXpk38eFvBrTSw { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#Pbg442ILwRsimqEAHnAKOWDb5Rz4z1nf { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:3.125rem;left:23.375rem;display:none; }
#xw6G1of4Bm1wXmq2TVf69Ow32rzQFSqF { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:14.75rem;left:16rem;display:none; }
#eyzNzFFE3wQyp9DBHAICJloOqv5Wt6mI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#XGIHBJF4K1wVLzZRnXM09y6u8RtZClpN { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:10.875rem;left:10.1875rem;display:none; }
#wJqTPuS4BTs5brBI62kn5TF6r8JsR8BC { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#Ztrk8UAqncBWcwT0JioeCqlUMzTLVvgR { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.8125rem;top:13.1875rem;left:7.5rem;display:none; }
#c1gMa3EBtCQRlbNSeO3fFSclTACFsh6E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#TqQy7WZ4OR796RFFdf5iGaUtZuKmFoIB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#w9O3sklLHQO9rCpAinqNseC7FN4FowQa { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#nHBzpgfGa4k9L8wHcIrVWoemTq7x5QTl { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.625rem;top:18.375rem;left:7.5rem;display:none; }
#fhrn3FK05JM6liLgXiDQvQenL8hgzpkX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#JS2lOeiuIPyVcvdpCb8mJTR0dJCGPBUE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#i5CqUwetD2nzxkJodHZNimVhrpt04SPU { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#ZK9ukeutxrTLJIwe0e0z0kqTch3FahhU { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.625rem;top:22.3125rem;left:7.5rem;display:none; }
#QmpeBEON3z5LWrSonC6v4HrU6a0gDy81 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#xGvoEQKHEVihf11OR21aPdMSvwUzLhOO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#aPemEJAUF900RBkP0NBfCf8Jraz8aP1h { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#zFIM0R5hLvCD2GwZz7xboRyNnfRTqcmN { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.8125rem;top:28rem;left:7.5rem;display:none; }
#LV3DFKDTwS5muhaqDxbDtiScyx1eCKxo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#BktJ0RzTVPdB5EkstHmen9Dp918Ww6Mh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#gmgLuO23Xr6BRGx4S4kpxQTOxPcJftIW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#eTnULm10KgNIcqh4JXItXcsCbUJNZaXl { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:38.0625rem;width:59.1875rem;top:8.5625rem;left:7.90625rem;display:block; }
#kp5KR2TIuDynF6V40rZgVnm93nQThZD9 { color:#ffcf00;display:block;width:55.875rem;position:absolute;font-family:kanit;font-size:3.4375rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem #000000;top:3.44921875rem;left:9.5625rem;height:3.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mIvqv7zTS6IiR1aspQ0vISFkmeRpUQ19 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(266deg, #15b5fa, #254387);background-image: -moz-linear-gradient(266deg, #15b5fa, #254387);background-image: -ms-linear-gradient(266deg, #15b5fa, #254387);background-image: -o-linear-gradient(266deg, #15b5fa, #254387);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#15b5fa', endColorstr='#254387' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#15b5fa', endColorstr='#254387' );";background-image: linear-gradient(266deg, #15b5fa, #254387);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#mIvqv7zTS6IiR1aspQ0vISFkmeRpUQ19 > .row .container { border-width: 0; border-radius: 0; }#mIvqv7zTS6IiR1aspQ0vISFkmeRpUQ19 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mIvqv7zTS6IiR1aspQ0vISFkmeRpUQ19 > .row .container { font-size:0.875rem;font-family:arial;height:40.5625rem;width:75rem;position:relative;display:none; }#LiHRKWlgkgi8Z69XRdv1UMyewuQLCAfT { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:11.537109375rem;left:29.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#goIItLMzc0DBuI1J4SNcPTsEECXAMPbB { color:#ffe000;display:block;width:55.875rem;position:absolute;font-family:kanit;font-size:3.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem #000000;top:2.125rem;left:9.5625rem;height:8.449225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fTICilAF3nKiCska9IakUyWNDz2N6ZeC { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(0,0,0,0.5) ;height:24.0625rem;width:44.0625rem;top:12.5625rem;left:15.4375rem;display:block; }
#Enl8KsoZDskEqHSvt3NJNGvqFo5RDgbl { color:#ff0000;display:block;width:21.0625rem;position:absolute;font-family:kanit;font-size:2.5rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:17.28125rem;left:38.5rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rM7RrfTsHLMWlQ2lwg5dQneKcbr8Kqs5 { color:#000000;display:block;width:21.0625rem;position:absolute;font-family:kanit;font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:23.4375rem;left:38.5rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UQmGqXpDwot7JUboLdRSO6AUaKXTVfg4 { color:#000000;display:block;width:19.875rem;position:absolute;font-family:kanit;font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:26.25rem;left:39.125rem;height:4.1425875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WWOGfJWpUa71MPr1TJtaef3zRhVygFqW { 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:26.875rem;width:26.875rem;top:10.57421875rem;left:14.0625rem;overflow:hidden;display:block; }
#Jwr0hxbqNg1bbyBXRFL2Z8ywI67hFpbG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4594d4, #0a225d);background-image: -moz-linear-gradient(180deg, #4594d4, #0a225d);background-image: -ms-linear-gradient(180deg, #4594d4, #0a225d);background-image: -o-linear-gradient(180deg, #4594d4, #0a225d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4594d4', endColorstr='#0a225d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4594d4', endColorstr='#0a225d' );";background-image: linear-gradient(180deg, #4594d4, #0a225d);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Jwr0hxbqNg1bbyBXRFL2Z8ywI67hFpbG > .row .container { border-width: 0; border-radius: 0; }#Jwr0hxbqNg1bbyBXRFL2Z8ywI67hFpbG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jwr0hxbqNg1bbyBXRFL2Z8ywI67hFpbG > .row .container { font-size:0.875rem;font-family:arial;height:67.75rem;width:75rem;position:relative;display:none; }#VeIw3XA1GlbwMqdSdPQ1GDUbBbTHPlny { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.75rem;width:33.8125rem;top:-3.125rem;left:45.3125rem;overflow:hidden;display:none; }
#u8m4qPwgyc4DVHgdVlroV0GNxrM4041d { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.4375rem;width:23.875rem;top:2.7614570312499rem;left:-7.8968748272981rem;overflow:hidden;display:block; }
#mA5iQXtETbKqM1rNq6fOXBXVS3cChobW { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.686525rem;width:2.68676875rem;top:12.506713867188rem;left:7.1630859375rem;overflow:hidden;display:block; }
#NQyW3MoaUCxkmeAaltDAXIPtuTMxplf4 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9995125rem;width:1.437375rem;top:3.7017822265625rem;left:11.475219726562rem;overflow:hidden;display:block; }
#xK0T7sn03S8Plp2O6IdFUJTZCgaPRSSE { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:2.3125rem;top:3.0767822265625rem;left:53.28857421875rem;overflow:hidden;display:block; }
#WXuzqFTG7lznuXiwcblsva0pqP67cIKx { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.811625rem;width:45rem;top:3.0767822265625rem;left:9.849853515625rem;overflow:hidden;display:block; }
#H5GVVZiAFgbSBToH0Ia5FM5mncaHOoyG { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:33.248875rem;top:16.887817382812rem;left:14.561157226562rem;overflow:hidden;display:block; }
#aJBHeE2sLWo5vRdH0LT5xEcRawofwFB6 { color:#ffffff;display:block;width:8.937375rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:33.3125rem;left:6.375rem;height:1.71875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kFDakLETCCq2qSJrz6GC2T1hJk6cSHZq { color:#ffffff;display:block;width:8.9361875rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:33.312377929688rem;left:33.031616210938rem;height:1.71875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PBRqCsI7UVl5SN1WoZTgAm5NgXVgkZNU { color:#ffffff;display:block;width:8.9361875rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:32.75rem;left:57rem;height:1.71875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vwUfVEhlNZsom5NQ7sn9z9oTISp3MR6u { 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:13.312375rem;width:25.99975rem;top:12.506713867188rem;left:47.600708007812rem;overflow:hidden;display:block; }
#IrgLkbssHkoFrQBGvf4ioIpDeqBt4mdy { 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:15.8125rem;width:21.8125rem;top:-2.4140888671875rem;left:-8.3825663832737rem;overflow:hidden;display:block; }
#LXrvIb2wrAuJs2kHD9DKewRIbu0EkA5K { color:#000000;display:block;width:47.999875rem;position:absolute;font-family:kanit;font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem #000000;top:27.987670898438rem;left:13.499755859375rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hACTgekWCgIk2oepvnPgH5KXaqiDxX0f { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:9.375rem;width:17.875rem;top:39.624633789062rem;left:1.717529296875rem;overflow:hidden;display:block; }
#vxx18XUNF3QmUfa9IdoKwfM9AbwPVMWU { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(0,0,0,0.5) ;height:10.7495rem;width:19.562375rem;top:38.999633789062rem;left:1.0614013671875rem;display:block; }
#CbAUaRCTGlO2FNc3XbUhJLc9n3ioGbxV { color:#ffe09d;display:block;width:18.2495rem;position:absolute;font-family:kanit;font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem #000000;top:36.37451171875rem;left:1.717529296875rem;height:1.64978125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R8OhksrR3ZXfCAnzTTU8ZeaCJZ8r9iwL { color:#ffffff;display:block;width:15.187375rem;position:absolute;font-family:kanit;font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:51.3125rem;left:3.25rem;height:2.3359375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iDt1ZdPV4l2Qf6hiIpltxRds2FVkiNxp { color:#ffe09d;display:block;width:18.248875rem;position:absolute;font-family:kanit;font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem #000000;top:36.37451171875rem;left:28.375244140625rem;height:1.64978125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#acNybRu1VQAXBouqoMnw7G6lrULVWvSs { position:absolute;display:block;z-index:15053;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:11.25rem;width:18.2495rem;top:38.75rem;left:28.3740234375rem;overflow:hidden;display:block; }
#fBS5Q4qPcEyxAZvdwv3KTmgRLEeWUZ4g { color:#ffffff;display:block;width:15.18675rem;position:absolute;font-family:kanit;font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:51.3125rem;left:29.9375rem;height:2.3359375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zkNR6ObxS7lBFlVNFaPVTcuTMqBcGmHJ { color:#ffe09d;display:block;width:18.2483125rem;position:absolute;font-family:kanit;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem #000000;top:36.37451171875rem;left:53.093872070312rem;height:1.64978125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kstiCRNu1H32EOD5XT121yyVgvrmR7mn { background-color:#ffd200;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.125rem 0.3125rem #ffe568 ;box-sizing:border-box;color:#000000;text-shadow:0.25rem 0.0625rem 0.625rem rgba(255,255,255,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.0600625rem;height:3.99963125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:61.75rem;left:25.5rem;display:block; }
#UACspPUJ45FEXTHXzevJiHpc4QmThXNf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#trVQJlTBC9kZw8cQESadXSbtdcXRPQxQ { color:#ffffff;display:block;width:28.8745rem;position:absolute;font-family:kanit;font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:56.8740234375rem;left:23.061767578125rem;height:2.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Oq0clqhaOzFh1GkDQ3h0xOTTKKacxIFT { position:absolute;display:block;z-index:15054;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:11.187125rem;width:6.93725rem;top:38.75rem;left:58.748779296875rem;overflow:hidden;display:block; }
#LKfz0yGd6BhpLLcW2WshmvzdC2BTfPzs { color:#ffffff;display:block;width:15.1861875rem;position:absolute;font-family:kanit;font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:51.311645507812rem;left:54.625244140625rem;height:3.50390625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ft9WnEG9u5X8LZEz0uzVTo0cdp77CQzR { color:#ffffff;display:block;width:28.8745rem;position:absolute;font-family:kanit;font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:56.8740234375rem;left:23.061767578125rem;height:2.9751rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ZR4GVfCr3EO5KWtP9dfXK7Mp4dy0nzHP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.23);background-image:url("https://images.assets-landingi.com/uc/ec4d6ac6-8d52-4e49-af4c-d3a7751b4b0a/RedesignExcelDataBusinessCollection04.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:none; }#ZR4GVfCr3EO5KWtP9dfXK7Mp4dy0nzHP.adaptive-delivery-prevent-bg, #ZR4GVfCr3EO5KWtP9dfXK7Mp4dy0nzHP.lazyload, #ZR4GVfCr3EO5KWtP9dfXK7Mp4dy0nzHP.lazyloading { background-image: none; }#ZR4GVfCr3EO5KWtP9dfXK7Mp4dy0nzHP > .row .container { border-width: 0; border-radius: 0; }#ZR4GVfCr3EO5KWtP9dfXK7Mp4dy0nzHP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZR4GVfCr3EO5KWtP9dfXK7Mp4dy0nzHP > .row .container { font-size:0.875rem;font-family:arial;height:40.5rem;width:75rem;position:relative;display:none; }#RmpkdUgvBKAxlPQBbKVDysTEzsTu3cDP { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:prompt;font-size:2.625rem;font-weight:700;z-index:15038;line-height:1.1;letter-spacing:0;top:2.100700378418rem;left:6.3125rem;height:5.7744125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rRtkaRCQqgKGAcCkQBb1uZEsOTmKrXvs { color:#ffffff;display:block;width:29.875rem;position:absolute;font-family:prompt;font-size:1.4375rem;font-weight:700;z-index:15039;line-height:1.8;letter-spacing:0;top:29.5625rem;left:8.09375rem;height:5.1752875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z7owPmKyxNvwsMqROFzy6tg1fsbvQrgE { color:#ffffff;display:block;width:27.0625rem;position:absolute;font-family:prompt;font-size:1.3125rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:35.36767578125rem;left:8.09375rem;height:1.70631875rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#noxtLH1O9wHOCkctQ1Z1zuUCnBZtNVvs { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(2deg, #000000, #0071ff);background-image: -moz-linear-gradient(2deg, #000000, #0071ff);background-image: -ms-linear-gradient(2deg, #000000, #0071ff);background-image: -o-linear-gradient(2deg, #000000, #0071ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0071ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0071ff' );";background-image: linear-gradient(2deg, #000000, #0071ff);background-size:auto !important;border-top:0.125rem solid #0071ff;border-left:0.125rem solid #0071ff;border-right:0.125rem solid #0071ff;border-bottom:0.125rem solid #0071ff;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:11.6875rem;width:31.8125rem;top:27.375rem;left:7.125rem;display:block; }
#rPzLcmJCAJRvTzlOuQ7nTH1adWTFwkqy { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000d89, #0071ff);background-image: -moz-linear-gradient(180deg, #000d89, #0071ff);background-image: -ms-linear-gradient(180deg, #000d89, #0071ff);background-image: -o-linear-gradient(180deg, #000d89, #0071ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000d89', endColorstr='#0071ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000d89', endColorstr='#0071ff' );";background-image: linear-gradient(180deg, #000d89, #0071ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:30.125rem;width:29.0625rem;top:5.124755859375rem;left:41.4375rem;display:block; }
#kPs0k7PZwMZJSgcgXTn8ZHUlTe0sfS6R { color:#ffffff;display:block;width:26.87475rem;position:absolute;font-family:kanit;font-size:0.9375rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:6.5625rem;left:42.529541015625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qOZhQFRJsT8x4rTgOM7zDGlvgnWsIEU6 { color:#ffe800;display:block;width:26.87475rem;position:absolute;font-family:kanit;font-size:2.3125rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem #0071ff;top:7.874267578125rem;left:42.826904296875rem;height:2.7744125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UfRpNKXxQT57KbxpSkrTR8WLX0iMsT1z { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.8125rem;width:29.125rem;top:8.625rem;left:7.0625rem;overflow:hidden;display:block; }
#reKJSrM0MvWelX2iHIyTBZEQbDlO8cq3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.9375rem;width:29.3125rem;top:8.78125rem;left:6.3125rem;overflow:hidden;display:none; }
#VD8Nx7RamsneNsc8SOAv42wyT2Gs1ZOu { color:#ffffff;display:block;width:27.0625rem;position:absolute;font-family:prompt;font-size:1.875rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:31.4375rem;left:10.375rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#QiZRBKizp8GqzdPxEP6TuI9lVzwJHViR { color:#ffffff;display:block;width:27.0625rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:400;z-index:15038;line-height:1.2;letter-spacing:0;top:36.5625rem;left:10.375rem;height:1.2749rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ut830JABmg9cu81Ec2TdJWObVpHK2sbz { color:#ffffff;display:block;width:27.0625rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:400;z-index:15038;line-height:1.2;letter-spacing:0;top:36.5625rem;left:10.375rem;height:1.2749rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#g1SMKKBwD9zdtPAsdpa8XSa9zbI1Bbsh { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.0625rem;width:29.1875rem;top:6.5625rem;left:8.09375rem;overflow:hidden;display:block; }
#IHMT8bcuExXOJLhc0vvqTJDxNBsiXWFt { position:absolute;display:block;z-index:15060;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.6875rem;width:2.6875rem;top:11.1875rem;left:18.46875rem;overflow:hidden;display:block; }
#QRkK11Gp8pWZ69fnFG6mUf41zWmAP1yM { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.3125rem;top:11.34375rem;left:23.083984375rem;overflow:hidden;display:block; }
#nxPKtRQ0yVdAtg1UBROm5RJHF85QhOTI { color:#ffffff;display:block;width:27.0625rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:400;z-index:15038;line-height:1.2;letter-spacing:0;top:36.5625rem;left:10.375rem;height:1.2749rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#z5uayFlsf3kam2ntZp8ThSsvmgA7fyP0 { color:#ffffff;display:block;width:27.0625rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:37.07373046875rem;left:10.96875rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TJdnlscOO1B2iV54IV6aB2vplEmdXIZh { color:#ffffff;display:block;width:26.874rem;position:absolute;font-family:kanit;font-size:0.9375rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:32.74951171875rem;left:42.53173828125rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 .widget-form-header {  }
#bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 .widget-regular-label { height:auto;display:block;font-family:kanit;font-size:0.875rem;font-weight:400;color:#ffffff;width:22.5625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #cccccc;border-left:0.125rem solid #cccccc;border-right:0.125rem solid #cccccc;border-bottom:0.125rem solid #cccccc;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.5625rem;box-sizing:border-box;height:1.875rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:kanit;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #cccccc;border-left:0.125rem solid #cccccc;border-right:0.125rem solid #cccccc;border-bottom:0.125rem solid #cccccc;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.5625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:kanit;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#ffd44d;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.75rem;font-weight:bold;color:#000000;width:22.5625rem;height:4.0625rem;font-family:kanit;overflow:hidden; }
#bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 [class*="-text"]:-moz-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 [class*="-text"]::-moz-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 [class*="-text"]:-ms-input-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 [class*="-text"]::-webkit-input-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:kanit;font-size:0.8125rem;font-weight:400;color:#ffffff;vertical-align:top;width:21.5rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:prompt;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 .widget-container:first-of-type{padding-top:0;}#bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 .widget-container:last-of-type{padding-bottom:0;}#bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5  { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:43.435546875rem;top:10.647216796875rem;z-index:15021;position:absolute; }
#bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.5625rem;display:block;vertical-align:top; }
#bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 .widget-info-text { display:block;height:auto;font-family:prompt;font-size:0.75rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 {display:block;}#bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:43.435546875rem;top:10.647216796875rem;z-index:15021;position:absolute; }
#bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 #UmuvQ2yUyH6JI55zwu6sITCg1L8EE1Ur { position:relative; }
#bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 #EH1OM2fyKxq1h8EwnFit6ecmEqrxcFHe { position:relative;display:block; }
#bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 #LhqybopwL2XkLcco6Ar8BEyzuFkdPonp { position:relative; }
#bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 #K4yGMICzwTqpld0mMHd0NgbRoiSvzk4t { position:relative; }
#bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 #URCp39TUQZQlnyufXsL6pm44lVo4t9hZ { position:relative;display:block; }
#bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 #f865ffL8ibPZGhTpx3uHByHqRbPd3lz2 { position:relative; }
#bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 #oQC8hC0RtKGwOVcKyiXezbxR99xBPNJg { position:relative; }
#bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 #zRX06urWI3l0up2nbkgNXTBa3Zs8Cu87 { position:relative;display:block; }
#bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 #ZQPA6Mt1rKBVOoesWoa9vqUFvgrMSOTd { position:relative; }
#bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 #TkX3uUUuD82RENcIMRTQopXFHtoowOiS { position:relative; }
#bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 #isXJZzQ2gx960ttR1T3g416lw2QoKBMc { position:relative;z-index:2; }
#bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 #swXvH61fAvUG3ubyGwBRUXvIbw2Q3kT7 { position:relative; }
#bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 #WbSNJSnRDt0hReZKyKcGGMq4BzdRzUPR { position:relative;display:block;z-index:15000; }
#bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 #EPzor8TPC2ZVb006HCk9OOg04dhr3hGD { position:relative;display:block;z-index:15000; }
#bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 #yGLfTGtqXBouXOrSfgAOBXx2p040zuho { position:relative; }
#bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 #AObhdGkCpEB5oX1pnLPQOhRfql8hR7vG { position:relative; }
#J7QeMDWaQ4mDRrAqrEGo3TMRfAFGONSD { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #nne3PWuP4k7Ix84mGWxtCqkt21pbWknS { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #cLxxvz4Ffghd0ytcnQe6yzgkB25C5Tty { position:relative; }
#gXU1TdtRVwehfrvnZAo7WIQMzImSxvh1 { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #fTeRlSJBc5nyGBmPw6RotybPHyo8siX7 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #g2EBHIXrDByqEKKTvSOcf9f04uqSQUfK { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #K0laJbTOTVlXZZ64Vqg1I1M5rnKds2ZU { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #aKumpS09iIgQXIMT6dDrgLaOamNdv0wa { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #bIQTdzrd82BIcO5gRPoRO6vPCpF41BTe { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #nNlnHk105k5vqDq9Om26WOOueZ0yZHnI { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #P2sHt9bx8qe0sEvhtdnsuxb19DSBIPMe { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #yWyubBTQXa8HVypmEIFblzlGiQpmSemg { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #S4Q6kRTbacJATBcdbJwBU2E6cceVkToS { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #XWEgVyhOCECgwHLKdMfasTusz8dLy2VT { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #kNymAWTThItes0Db5cp4ypxsVM0XXlRL { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #lWGkcIFbaT1dqRLppwrGSoFPQRHXZTBP { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #c1y30EIP81pKs2z72I7NWykIUCN7AfIw { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #snHnPdBEkRKdqrkChadFDkT0OlNmNNqV { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #aRJnOvZhZrBsEgdEIH6TTrKbToMu29yP { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #k0HuWapux3zIWevEQkLtnXA9JIas8dnZ { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #EzvSdTxiK65ANnD6mXZCX1fwOKFm8guU { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #DNyw9d9P269Ul79isIH8peX9QV6ysMUr { position:relative; }
#TGxLmTsBvwCr7GhnTwrHvEm6ITqNaSl8 { position:relative;display:block; }
#FzkyftuXNDnJFNDNhBt9JcuxEIBmfSPG { position:relative;display:block; }
#Te9sCW1F5i1fq8lzTyc8ZOWQCEqhTQXw { position:relative;display:block; }
#ryiKx2uFLIDW3kGsu8VH6vBcamzTHDEi { position:relative;display:block; }
#g1HMk2ZsZJC1KUcSrTavRPlgW8boK8Hw { position:relative;display:block; }
#QGkmHToFJ3SnUq6qOcll1GXLoFvWNtTH { position:relative;display:block; }
#pelHI2UZMDxiC1sUZSaZRXIFgO2ATnwA { position:relative;display:block; }
#ACGDC5bTR3mUhiAosLzgeaccnM4hdvP5 { position:relative;display:block; }
#ZnwJvmxCv4KGsh4itsx6FInwrHZG73hV { position:relative;display:block; }
#AtuvKPxPUDT7crzdITyFbQpZec6HJFP6 { position:relative;display:block; }
#ob9Ae9qTXuAc0l3NTHdpDr3M0PhUUSk6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8200ff, #000000);background-image: -moz-linear-gradient(180deg, #8200ff, #000000);background-image: -ms-linear-gradient(180deg, #8200ff, #000000);background-image: -o-linear-gradient(180deg, #8200ff, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#000000' );";background-image: linear-gradient(180deg, #8200ff, #000000);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#ob9Ae9qTXuAc0l3NTHdpDr3M0PhUUSk6 > .row .container { border-width: 0; border-radius: 0; }#ob9Ae9qTXuAc0l3NTHdpDr3M0PhUUSk6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ob9Ae9qTXuAc0l3NTHdpDr3M0PhUUSk6 > .row .container { font-size:0.875rem;font-family:arial;height:51.0625rem;width:75rem;position:relative;display:none; }#dJUKBEUlGp12Cxkp8vS3sToveWaQF31G { background-color:#ff2121;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:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.875rem;height:4.0625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:43.25rem;left:43.125rem;display:block; }
#NwzIVXSTmtitt67w48mnXGnNIfCNWGQI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JyhM273ohq070fryztuZXn9nsTnEkEFT { color:#ffffff;display:block;width:49.6875rem;position:absolute;font-family:kanit;font-size:1.375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:8.25rem;left:12.8125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ul95w5Fh5ZrcEZd6DRlmuBaIlRUibgcV { 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:6.31225rem;width:9.562375rem;top:1.29638671875rem;left:33.601684570312rem;overflow:hidden;display:block; }
#pyIB73mEyfzbXnbJFZ9nTsyT6klFy8Gw { position:absolute;display:block;z-index:15101;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.562125rem;width:8.125rem;top:11.125rem;left:47.625rem;overflow:hidden;display:block; }
#MoLJrJ6BACreuNIaw47dqOcousEsvMm6 { position:absolute;display:block;z-index:15098;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:13.5625rem;top:14.9375rem;left:37.875rem;overflow:hidden;display:block; }
#lkqxiTfSah7imVGSTQWNz1JAzGxGynHw { box-sizing:content-box;height:30.3125rem;width:28.5rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cccccc, #ffffff);background-image: -moz-linear-gradient(180deg, #cccccc, #ffffff);background-image: -ms-linear-gradient(180deg, #cccccc, #ffffff);background-image: -o-linear-gradient(180deg, #cccccc, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #cccccc, #ffffff);background-size:auto !important;top:11.625rem;left:8rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#WCKK6G8NddxSvyANTTPdamxckFOrUG1D { color:#000000;display:block;width:21.75rem;position:absolute;font-family:prompt;font-size:1.3125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:25.0625rem;left:11.3125rem;height:3.4118625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NEafCV5gTBPpTs3tcArGoUU2CZq3ZAdB { position:absolute;display:block;z-index:15098;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:8.24975rem;top:13.1875rem;left:10.6875rem;overflow:hidden;display:block; }
#kL4vzu2k4wid4tdGEzmSe4gLvMNaWkeX { position:absolute;display:block;z-index:15097;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:8.1875rem;top:13.1875rem;left:18.9375rem;overflow:hidden;display:block; }
#mNWnAUKveCsuBTRkgOUki8x0CDm7TxVx { position:absolute;display:block;z-index:15096;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:11.3125rem;width:8.375rem;top:13.1875rem;left:25.5rem;overflow:hidden;display:block; }
#M8LQw7fDsAxNgkT91Pa9Ufhu8hpsvxv2 { color:#000000;display:block;width:23.125rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:29.8125rem;left:10.5625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#M8LQw7fDsAxNgkT91Pa9Ufhu8hpsvxv2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#M8LQw7fDsAxNgkT91Pa9Ufhu8hpsvxv2 li:before{  }
#qiTmMZuW3PlGGoXETKF9DMngfIhBSyAm { color:#000000;display:block;width:23.25rem;position:absolute;font-family:prompt;font-size:1.3125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:25.0625rem;left:41.9375rem;height:5.11779375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zk9PoutcO18O8M16rGVzEaZyHqIpCde8 { color:#000000;display:block;width:22.8125rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:31.375rem;left:42.125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#Zk9PoutcO18O8M16rGVzEaZyHqIpCde8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Zk9PoutcO18O8M16rGVzEaZyHqIpCde8 li:before{  }
#JZR1118QmHx7wEGkF18Rx9p6ppHOy8T6 { position:absolute;display:block;z-index:15100;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:8.248875rem;top:10.75rem;left:55.0625rem;overflow:hidden;display:block; }
#BAb0Um7GwRyBHxyNbUyTb3OJiH3QEZWI { position:absolute;display:block;z-index:15099;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:8.1875rem;top:9.5rem;left:58.25rem;overflow:hidden;display:block; }
#XuwOtsxTNytZGssSy5HU9KxceAxTgvT6 { box-sizing:content-box;height:37.25rem;width:28.5rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cccccc, #ffffff);background-image: -moz-linear-gradient(180deg, #cccccc, #ffffff);background-image: -ms-linear-gradient(180deg, #cccccc, #ffffff);background-image: -o-linear-gradient(180deg, #cccccc, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #cccccc, #ffffff);background-size:auto !important;top:11.5rem;left:38.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#lmsxSww9K5JdaiqoJIMPdzMJ5xnUegV0 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ffa8f1ab-a0cb-4e96-9eea-8e58a11dd2b1/BG1Desktop.jpg");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !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:none; }#lmsxSww9K5JdaiqoJIMPdzMJ5xnUegV0.adaptive-delivery-prevent-bg, #lmsxSww9K5JdaiqoJIMPdzMJ5xnUegV0.lazyload, #lmsxSww9K5JdaiqoJIMPdzMJ5xnUegV0.lazyloading { background-image: none; }#lmsxSww9K5JdaiqoJIMPdzMJ5xnUegV0 > .row .container { border-width: 0; border-radius: 0; }#lmsxSww9K5JdaiqoJIMPdzMJ5xnUegV0 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#lmsxSww9K5JdaiqoJIMPdzMJ5xnUegV0 > .row .container { font-size:0.875rem;font-family:arial;height:23.5625rem;width:75rem;overflow:visible;position:relative;display:none; }#SzZy4dHe8BEzv0kCvMZGAU6hQzwIaG5W { 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:6.5rem;width:11.375rem;top:1.3125rem;left:48.3125rem;overflow:hidden;display:block; }
#e2zxZTMzt7WLaPcAAZL2oRKwVloEB8dD { color:#ffffff;display:block;width:18.625rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:9.8125rem;left:44.6875rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e4w5nV0DBo40wRlZVr6D9untnDDd5Llx { background-color:#000000;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.3625rem;height:3.55rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:17.1875rem;left:46.75rem;display:block; }
#eMaxvcMHkTPmCt5M7gt0Se1xkMtPMyPD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dJOxgbrKurJDWO6CbJBvTw88JhyX0MfZ { color:#ffffff;display:block;width:26.625rem;position:absolute;font-family:kanit;font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:16.5625rem;left:7.5rem;height:2.449225rem;text-align:left;text-align-last:left;display:block; }
#pXL0eAzaUmibCehcQwedH593HifGr3oQ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:8rem;top:1.25rem;left:9.0625rem;overflow:hidden;display:block; }
#FoTPkwoyCtTSKMaCH8mMzdu9l9EM2IDJ { box-sizing:content-box;height:20.5625rem;width:27.375rem;position:absolute;display:block;z-index:15009;background-color:#090909;background-image:none;top:1.6875rem;left:40.125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#OE3ftxqGFHTrUT8GErDt4PRQxPLPGqWU { color:#ffffff;display:block;width:24.3125rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:12.5625rem;left:41.875rem;height:3.5rem;text-align:center;text-align-last:center;display:block; }
#teNnSQ9Hea3S6ch0OvKIs8qvzIFDmuGA { color:#ffffff;display:block;width:31.75rem;position:absolute;font-family:kanit;font-size:2.5625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7);top:5.625rem;left:7.5rem;height:9.22460625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Hd9XgPKLrUWeaa14hnQvVouDlULup9hp { color:#ffffff;display:block;width:18.625rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:8.0625rem;left:44.6875rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Um6TpKOzaJ0a3k8WtyGDTEglz1c9JfLv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.23);background-image:url("https://images.assets-landingi.com/uc/ec4d6ac6-8d52-4e49-af4c-d3a7751b4b0a/RedesignExcelDataBusinessCollection04.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:none; }#Um6TpKOzaJ0a3k8WtyGDTEglz1c9JfLv.adaptive-delivery-prevent-bg, #Um6TpKOzaJ0a3k8WtyGDTEglz1c9JfLv.lazyload, #Um6TpKOzaJ0a3k8WtyGDTEglz1c9JfLv.lazyloading { background-image: none; }#Um6TpKOzaJ0a3k8WtyGDTEglz1c9JfLv > .row .container { border-width: 0; border-radius: 0; }#Um6TpKOzaJ0a3k8WtyGDTEglz1c9JfLv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Um6TpKOzaJ0a3k8WtyGDTEglz1c9JfLv > .row .container { font-size:0.875rem;font-family:arial;height:40.5rem;width:75rem;position:relative;display:none; }#mXgAecpnV87feoyHqmoAkh32OQ5EazCM { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:prompt;font-size:2.625rem;font-weight:700;z-index:15038;line-height:1.1;letter-spacing:0;top:2.100700378418rem;left:6.3125rem;height:5.7744125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DOZ6a7WMCLKnSQZZdgBIz1sawV7Av2M0 { color:#ffffff;display:block;width:29.875rem;position:absolute;font-family:prompt;font-size:1.4375rem;font-weight:700;z-index:15039;line-height:1.8;letter-spacing:0;top:29.5625rem;left:8.09375rem;height:5.1752875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m3K0MqeUqrUez2cPOH7CJJTZXBKfKzRh { color:#ffffff;display:block;width:27.0625rem;position:absolute;font-family:prompt;font-size:1.3125rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:35.36767578125rem;left:8.09375rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aw0gOhTzNVIdFnRoJc6iKkg45ICFtQi5 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(2deg, #000000, #0071ff);background-image: -moz-linear-gradient(2deg, #000000, #0071ff);background-image: -ms-linear-gradient(2deg, #000000, #0071ff);background-image: -o-linear-gradient(2deg, #000000, #0071ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0071ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0071ff' );";background-image: linear-gradient(2deg, #000000, #0071ff);background-size:auto !important;border-top:0.125rem solid #0071ff;border-left:0.125rem solid #0071ff;border-right:0.125rem solid #0071ff;border-bottom:0.125rem solid #0071ff;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:11.6875rem;width:31.8125rem;top:27.375rem;left:7.125rem;display:block; }
#JxKq9HJJR3LCiGc6GpoLrBiM1enTvmH4 { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000d89, #0071ff);background-image: -moz-linear-gradient(180deg, #000d89, #0071ff);background-image: -ms-linear-gradient(180deg, #000d89, #0071ff);background-image: -o-linear-gradient(180deg, #000d89, #0071ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000d89', endColorstr='#0071ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000d89', endColorstr='#0071ff' );";background-image: linear-gradient(180deg, #000d89, #0071ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:36.9375rem;width:29.0625rem;top:2.0625rem;left:41.4375rem;display:block; }
#cHCknsTft7aEbV79uEf2XQqfFx7XHNzh { color:#ffffff;display:block;width:26.875rem;position:absolute;font-family:kanit;font-size:0.9375rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:4.0625rem;left:41.25rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dMDCsAWbqEfJHcawD30u1ZlyNgxclDkX { color:#ffe800;display:block;width:26.875rem;position:absolute;font-family:kanit;font-size:2.3125rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem #0071ff;top:5.162109375rem;left:41.4375rem;height:2.7749rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DKos6mWX9KHiDRgTg25dzTxtViKlHl8f { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.8125rem;width:29.125rem;top:8.625rem;left:7.0625rem;overflow:hidden;display:block; }
#bBKUEZ52ZvqPd1MhxsISHCbspbhhKvHG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.9375rem;width:29.3125rem;top:8.78125rem;left:6.3125rem;overflow:hidden;display:none; }
#kXi0TR1xdnKtKTd5aOsm8q5NKE2g9TcW { color:#ffffff;display:block;width:27.0625rem;position:absolute;font-family:prompt;font-size:1.875rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:31.4375rem;left:10.375rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#LDPONTTyEb3TZf1BPSPEvknmBZLBOnBx { color:#ffffff;display:block;width:27.0625rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:400;z-index:15038;line-height:1.2;letter-spacing:0;top:36.5625rem;left:10.375rem;height:1.2749rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#OsJI6g1Ehd7Qorzrt5xcfwXkQoaKS01u { color:#ffffff;display:block;width:27.0625rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:400;z-index:15038;line-height:1.2;letter-spacing:0;top:36.5625rem;left:10.375rem;height:1.2749rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#UadTGC73OviXCFlHL4OrTdqOBPBcZ6Dg { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.0625rem;width:29.1875rem;top:6.5625rem;left:8.09375rem;overflow:hidden;display:block; }
#ionLy8sggqxLHBb9rfPLZ777Bl7TJdsT { position:absolute;display:block;z-index:15060;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.6875rem;width:2.6875rem;top:11.1875rem;left:18.46875rem;overflow:hidden;display:block; }
#x8ROoK98A02sMlIzCXVDrbKQf7sQibJp { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.3125rem;top:11.34375rem;left:23.083984375rem;overflow:hidden;display:block; }
#ksBEg92787BJahFSGl0Nodsd16o792SW { color:#ffffff;display:block;width:27.0625rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:400;z-index:15038;line-height:1.2;letter-spacing:0;top:36.5625rem;left:10.375rem;height:1.2749rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Nu0RfHhtGWNNgPh27GafoK7NwxTEbfSE { color:#ffffff;display:block;width:27.0625rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:37.07373046875rem;left:10.96875rem;height:1.13745rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GcaX7qfAFoiWEixLOre31rKilPMHF8fA .widget-form-header {  }
#GcaX7qfAFoiWEixLOre31rKilPMHF8fA .widget-regular-label { height:auto;display:block;font-family:kanit;font-size:0.875rem;font-weight:400;color:#ffffff;width:23.3125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#GcaX7qfAFoiWEixLOre31rKilPMHF8fA .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #cccccc;border-left:0.125rem solid #cccccc;border-right:0.125rem solid #cccccc;border-bottom:0.125rem solid #cccccc;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.3125rem;box-sizing:border-box;height:1.875rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:kanit;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#GcaX7qfAFoiWEixLOre31rKilPMHF8fA .widget-input-text {padding-top: 0; padding-bottom: 0;}#GcaX7qfAFoiWEixLOre31rKilPMHF8fA .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #cccccc;border-left:0.125rem solid #cccccc;border-right:0.125rem solid #cccccc;border-bottom:0.125rem solid #cccccc;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.3125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:kanit;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#GcaX7qfAFoiWEixLOre31rKilPMHF8fA .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.3125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#GcaX7qfAFoiWEixLOre31rKilPMHF8fA .widget-input-select {padding-top: 0; padding-bottom: 0;}#GcaX7qfAFoiWEixLOre31rKilPMHF8fA .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#GcaX7qfAFoiWEixLOre31rKilPMHF8fA .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#GcaX7qfAFoiWEixLOre31rKilPMHF8fA .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#ffd44d;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.75rem;font-weight:bold;color:#000000;width:23.3125rem;height:4.0625rem;font-family:kanit;overflow:hidden; }
#GcaX7qfAFoiWEixLOre31rKilPMHF8fA [class*="-text"]:-moz-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#GcaX7qfAFoiWEixLOre31rKilPMHF8fA [class*="-text"]::-moz-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#GcaX7qfAFoiWEixLOre31rKilPMHF8fA [class*="-text"]:-ms-input-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#GcaX7qfAFoiWEixLOre31rKilPMHF8fA [class*="-text"]::-webkit-input-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#GcaX7qfAFoiWEixLOre31rKilPMHF8fA .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:kanit;font-size:0.8125rem;font-weight:400;color:#ffffff;vertical-align:top;width:22.25rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#GcaX7qfAFoiWEixLOre31rKilPMHF8fA .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#GcaX7qfAFoiWEixLOre31rKilPMHF8fA .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:prompt;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#GcaX7qfAFoiWEixLOre31rKilPMHF8fA .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#GcaX7qfAFoiWEixLOre31rKilPMHF8fA .widget-container:first-of-type{padding-top:0;}#GcaX7qfAFoiWEixLOre31rKilPMHF8fA .widget-container:last-of-type{padding-bottom:0;}#GcaX7qfAFoiWEixLOre31rKilPMHF8fA  { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:43.061279296875rem;top:7.874267578125rem;z-index:15021;position:absolute; }
#GcaX7qfAFoiWEixLOre31rKilPMHF8fA .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.3125rem;display:block;vertical-align:top; }
#GcaX7qfAFoiWEixLOre31rKilPMHF8fA .widget-info-text { display:block;height:auto;font-family:prompt;font-size:0.75rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#GcaX7qfAFoiWEixLOre31rKilPMHF8fA {display:block;}#GcaX7qfAFoiWEixLOre31rKilPMHF8fA { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:43.061279296875rem;top:7.874267578125rem;z-index:15021;position:absolute; }
#GcaX7qfAFoiWEixLOre31rKilPMHF8fA #SCTf3Efp9r4ILUfWnBUp3Gr7SrCyEhuH { position:relative; }
#GcaX7qfAFoiWEixLOre31rKilPMHF8fA #BF2HihK9iFbL3m3JyHy8HM5F0uXMDkNP { position:relative;display:block; }
#GcaX7qfAFoiWEixLOre31rKilPMHF8fA #tGBHtPV5IZToNrL5ZAT9XLGSu5EepCbS { position:relative; }
#GcaX7qfAFoiWEixLOre31rKilPMHF8fA #hfO81qyI9zIflC5Z7gED9Gz5UNBMR6pr { position:relative; }
#GcaX7qfAFoiWEixLOre31rKilPMHF8fA #UvdtUzsb5l5Bm14Hg6z0HHmqP9WCilCD { position:relative;display:block; }
#GcaX7qfAFoiWEixLOre31rKilPMHF8fA #JTLZIGVGBTPv2TFgHfz6Vw9Oseeh0D6F { position:relative; }
#GcaX7qfAFoiWEixLOre31rKilPMHF8fA #RPgu2ZxSIxuWpTpMOSe0Hq9dEax5hO31 { position:relative; }
#GcaX7qfAFoiWEixLOre31rKilPMHF8fA #qk9TCyXWyGXa3JQMfBNztkp4Nc9of4DT { position:relative;display:block; }
#GcaX7qfAFoiWEixLOre31rKilPMHF8fA #QQ3U3IhOfSH0Q5Shqz0GLFsg7LNa1qXa { position:relative; }
#GcaX7qfAFoiWEixLOre31rKilPMHF8fA #dbe6if2RE1CH6xcfJcTa1saZRiiPExAs { position:relative; }
#GcaX7qfAFoiWEixLOre31rKilPMHF8fA #dtryUUlOI7hh3OIz1pBTsyR0U6gXudt3 { position:relative;display:block; }
#GcaX7qfAFoiWEixLOre31rKilPMHF8fA #cwS9e3obCpKvHeD5hgp9pyCbugUkUL1k { position:relative; }
#GcaX7qfAFoiWEixLOre31rKilPMHF8fA #F4k25RMzefyOhUagi3wvfHMG1Gs1puJH { position:relative; }
#GcaX7qfAFoiWEixLOre31rKilPMHF8fA #TPWitHmioAWVvasy1L9MsZ2DlbQ5km7M { position:relative;display:block; }
#GcaX7qfAFoiWEixLOre31rKilPMHF8fA #UaFTRdRnebkAaSyuT1hpbHlc0cF2gEk2 { position:relative; }
#GcaX7qfAFoiWEixLOre31rKilPMHF8fA #u2RCi31wizwgQSf7tuQal1OtT194rwyy { position:relative; }
#GcaX7qfAFoiWEixLOre31rKilPMHF8fA #UarzJM7FTBdL0JuS1R8dLmvTrOHHDPTt { position:relative;z-index:2; }
#GcaX7qfAFoiWEixLOre31rKilPMHF8fA #vmJdPZ5k8OBRGSIixPVEzGcGS4wiXTqW { position:relative; }
#GcaX7qfAFoiWEixLOre31rKilPMHF8fA #i0B74455DuJxWn3z4dEsshbuMHXcF6eU { position:relative;display:block;z-index:15000; }
#GcaX7qfAFoiWEixLOre31rKilPMHF8fA #PLiJrTkTd5Llxa6luRDr2CB0BtvZiP6d { position:relative;display:block;z-index:15000; }
#GcaX7qfAFoiWEixLOre31rKilPMHF8fA #y8rPTSiQVNmkQIhDOB1ZGVAHNXOALST5 { position:relative; }
#GcaX7qfAFoiWEixLOre31rKilPMHF8fA #OMyl224ASc0NtmSZDluVQW6rUJCTuuI8 { position:relative; }
#MNBEHuvV60GWTz8Nb0Tot4ISMxhUDFT9 { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #IozSOLToffsTVnJaxXf24tHOmr8ynQC9 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #wi9BhRNZBUaZSMTXOask3u3hSFlXmLmF { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #zO3gEMyofWtrXqLkAxDbpSiAFFD3MsK0 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #tub1x7oyukTpPX0ECPEyN5yE03knRfUO { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #t09wVUKzvPTVrHhzAXcP4E9s8B9lSOI9 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #vTM5cQP4xL8A4vhUcd38owfCdiEQ5lvw { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #sxIKsPDkpBT0SSIJboVuS2apTOhvwqeq { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #yOKgSqwdPaLOhf1gnwfW1kViw5KrkGeb { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #VbPl09GQBTNmI4lOqTncSbfs42yLQKAH { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #By6A03Hz0y1Uv6ZwE5kRQhLaNuT6M8Qb { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #w90IKz7cTEBUk88mQ2gFhPLXWKlkAQ7r { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #F79uaTyGKVOi39amSXkN4JUMvGt81x2D { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ZTteltiIGihvx7guKTWsXETNLDnlU3Tq { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #CZDPlexhF4Dk7pTxMQnLoWdOGEeSUr8y { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #f64ybU4g8khsKTyLlqSMK0v2rzpOfeun { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Cz5USKZtesVwzvxhsbyxFuly2hR75eVB { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #VCREBTeyoLR21ckJnWpE7o2iO24UJXsR { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #U9F8aZgkWnfkcaqgoWyToH75DqqI8rVt { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Hr0BvK9TBBLgBBEy15F2hRvhBClrUgsU { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #n8os7vdVlcXFcfuA1BnR6HxQ86poDGnH { position:relative; }
#Je9JLosTLy7ytJIIqIGeZakFOLQTuGPW { position:relative;display:block; }
#ClDUmDZCLgzHfhc7dJHeyb0fH3RyAMrc { position:relative;display:block; }
#qm4RXITG1opJmGtJ28f8nDKs3s4pBgmF { position:relative;display:block; }
#fCdHeEczH64Jyv3sI4ki2tMadru5p21D { position:relative;display:block; }
#pQebnEDuslGyOsC1lgwihhIl6Gn0hq2p { position:relative;display:block; }
#ZooaCI5MQGq46LVXmKm7PnPUfQ5RfU5o { position:relative;display:block; }
#iIfLzTCF0ZSP9bdSDLsSpCBAtkNXNcuk { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0c541aea-6f3e-448e-84e1-d65d1cc2b20c/LandingHeading.png");background-position:top 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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#iIfLzTCF0ZSP9bdSDLsSpCBAtkNXNcuk.adaptive-delivery-prevent-bg, #iIfLzTCF0ZSP9bdSDLsSpCBAtkNXNcuk.lazyload, #iIfLzTCF0ZSP9bdSDLsSpCBAtkNXNcuk.lazyloading { background-image: none; }#iIfLzTCF0ZSP9bdSDLsSpCBAtkNXNcuk > .row .container { border-width: 0; border-radius: 0; }#iIfLzTCF0ZSP9bdSDLsSpCBAtkNXNcuk > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#iIfLzTCF0ZSP9bdSDLsSpCBAtkNXNcuk > .row .container { width:75rem;height:41.4375rem;font-size:0.875rem;font-family:arial;position:relative;display:none; }#TtloqO4TNLovGoy72ivZmF08PSyVXu10 { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:kanit;font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:24.125rem;left:45.5rem;height:1.94986875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rScaK8ztDiwtB3TVlPx3vf8Ez5oceEfu { position:absolute;display:block;z-index:15020;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.312325rem;width:3.312325rem;top:27.3125rem;left:18.375rem;overflow:hidden;display:block; }
#g69COIrZP6w4zF5HSzz6iZi5rCEDTEGL { color:#ffffff;display:block;width:18.0625rem;position:absolute;font-family:kanit;font-size:1.5rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:28.125rem;left:22.5rem;height:1.94986875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dkLcicUQZgSCc64Me9VFeZTINIIltRwT { position:absolute;display:block;z-index:15017;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.312325rem;width:3.312325rem;top:23.3125rem;left:41.3125rem;overflow:hidden;display:block; }
#yEeI8K2ihdpaTytaswghG2m0P5fr2xpR { color:#ffffff;display:block;width:18.2495rem;position:absolute;font-family:kanit;font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:24rem;left:22.375rem;height:1.94986875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VQ4hevM884hAy5TstxQXXD2IAKMqOf6I { 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:3.312325rem;width:3.312325rem;top:23.1875rem;left:18.375rem;overflow:hidden;display:block; }
#HCZq7a46IDzCZlXvigMOyigTp3yDLU47 { color:#ffffff;display:block;width:26.9365rem;position:absolute;font-family:kanit;font-size:1.3125rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:19.875rem;left:27.25rem;height:2.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NBrvz3TWV3AXf96NEXwScTUkGA9dBDui { background-color:#842cdc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.4375rem;height:4.625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:34.25rem;left:26.5rem;display:block; }
#iIBZw7uBSRVItEEg4pIfe9VIEh3UtTbt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UNUX0K43MvAMrcOHX71LvwFXK5QqVJiq { position:absolute;display:block;z-index:15021;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.4375rem;width:12.8735625rem;top:1.8125rem;left:34.3125rem;overflow:hidden;display:block; }
#irdkOLaw5wIgPkIz4SPTKtMeHrliPOLe { position:absolute;display:block;z-index:15022;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:5.4375rem;width:4rem;top:13.4375rem;left:28.5rem;overflow:hidden;display:block; }
#P4TFKhCvFsviaUmDKAzHRVpCp4lgv9r7 { position:absolute;display:block;z-index:15023;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:5.5625rem;width:14.75rem;top:13.375rem;left:42.8125rem;overflow:hidden;display:block; }
#wwwRxJCVX5ITdrQkO3KesMetiC5NWme2 { position:absolute;display:block;z-index:15023;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:5.375rem;width:8.8125rem;top:13.4375rem;left:33.1875rem;overflow:hidden;display:block; }
#H9xbh41AJ7BmX9xFsT01e2tN6tBd38Xd { position:absolute;display:block;z-index:15023;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:5.375rem;width:4.1875rem;top:13.4375rem;left:23.8125rem;overflow:hidden;display:block; }
#cIJd5db1aPb8KVxMz8Ars1FnIcyBDBUZ { color:#ffffff;display:block;width:17.0625rem;position:absolute;font-family:kanit;font-size:1.5rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:28.125rem;left:45.4375rem;height:3.8997375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KgZ01ffd3vaQqCrOo0lOh00S1pR5lNTV { position:absolute;display:block;z-index:15022;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.312325rem;width:3.312325rem;top:27.3125rem;left:41.3125rem;overflow:hidden;display:block; }
#Orw0O2GiDM7BKPHQ4QvIzLt4nXgWOafn { color:#ffffff;display:block;width:56.75rem;position:absolute;font-family:kanit;font-size:2.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.875rem;left:12.3125rem;height:6.174475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VKWBfJgVlzxLupFexn3nWAw1S3z5gizd { color:#ffffff;display:block;width:26.9365rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:0.21142578125rem;left:0.25rem;height:1.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OH2H9JBurqQUkFLfy6SGeDuAPkco5edH { display:block; }#OH2H9JBurqQUkFLfy6SGeDuAPkco5edH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFftgaq1TwOBq1xfLqoNblTI34KanoAT { top:0.6875rem;left:3.375rem;width:40.9375rem;height:1.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mACTdyphKrm1la9dbIpHiUdpVyhebAVv { top:2.875rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsFJsLvATCRAio6pEttN6QyTXTA5vV0R { top:8.875rem;left:3.375rem;width:40.9375rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrX6dLitLa8r6vdvRLIViFdnyM4aIlie { display:block; }#TrX6dLitLa8r6vdvRLIViFdnyM4aIlie > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pFPbqe08z8RlwmlDWIlI2Q4lmarqcENv { top:2rem;left:0rem;width:15.75rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h790clU6hfy61ZSO5pDz801uRJfW2HDm { top:4.5625rem;left:0rem;width:34.1875rem;height:3.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9OQ9Osf9LNgOe1n8qa9PvQkdWyBwsOS { top:11.8125rem;left:1rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tks31TkGEEEwNUshdrLW9MKbpVBG7VS3 { top:14.1875rem;left:0rem;width:30.125rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5T5ZTbvBTaEeQv3Fa5aTST0uuMzmuWo { top:20.25rem;left:1.4375rem;width:14.0625rem;height:3.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fym3CeeVftuTF7Rl90UJD0F9iLvtiQSo { top:24.9375rem;left:0rem;width:21.5rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2hiVawTzuqX6Ab6qZ5mALqNLAEaJc7h { top:19.625rem;left:0rem;width:26.0625rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSfoMmpFozl9DNnPpNTZutRd3wQyIXT8 { top:20.5625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgChlCfxIxuwTbWX3QDrmcvCzvpkvdLT { top:22.125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbPstkAiCT7dMdNCVK2cBttr0Vb2bJsl { top:5.1875rem;left:13.9375rem;width:33.8125rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTx4PHkCHlUca9Et2BhdU9H8JFwmuSLQ { width:9.5rem;height:1.375rem;top:0.6875rem;left:38.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #M3CtxLE9CnLg0LzdKuR3WpcHW6k5TART { top:8.6875rem;left:0rem;width:34.1875rem;height:2.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtNtbdAOo0kQM9BflME7u8K2GEGgHg0G { width:21.125rem;height:4.1875rem;top:34.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQiEEHXyXcCUKiezgnhRQdEwASaP2G9V { display:block; }
 }@media only screen and (max-width: 763px) { #KNlasCAyccvDNTc7tn576czHMRCKNMTE { width:21.125rem;height:3.75rem;top:29.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cvIWkUILtBOhThTNZzwbfLBQorAmcdDD { display:block; }
 }@media only screen and (max-width: 763px) { #KDLMQGovzX9Muh4yWMQR8gN6JJtKPCEF { display:none; }#KDLMQGovzX9Muh4yWMQR8gN6JJtKPCEF > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xTJzkv5KQ8C3q6rsKTfxw1gWSRuuT5y4 { top:1.375rem;left:13.75rem;width:34rem;height:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EErdZf0GDwt4xSbtLcxDHLN9DzvSqtAv { top:3rem;left:20.875rem;width:26.875rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #af2Ob5lbSJ1n6EAptKRsIgDHkgql0aCx { top:11.9375rem;left:0rem;width:34.8125rem;height:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfsVhlI0fCWvtTJka6gvFu2vgQIquTBd { top:0rem;left:0rem;width:38.9375rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAUqLMrWHnkA8dis1zcOxAUIGRcaQz3K { width:21.125rem;height:3.75rem;top:29.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtFme0ScMWrW4D5oanoArWNUMV9TWd1k { display:block; }
 }@media only screen and (max-width: 763px) { #iISl9Wt7VDW84rwdK1XWPaxGKGe0Oiez { width:21.125rem;height:4.1875rem;top:34.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogWTA4xNvnE1i8D7pKTTu6uliiUeWskJ { display:block; }
 }@media only screen and (max-width: 763px) { #eEcUT3IMpzaEqn73T4QobVEZqL8X8TEG { top:7.5625rem;left:20.875rem;width:26.875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC .widget-regular-label { display:block; }
#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC .widget-checkbox-label { width:13.75rem; }
#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC  { width:15rem;height:auto; }
#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC {display:block;}#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC #vURvHWTZdaCPiKKPZPSQvGIF6A4lx6a5 {  }
 }@media only screen and (max-width: 763px) { #GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC #y97zW13bVguJ13zb5VkkS6VcWpxuBnte { display:block; }
 }@media only screen and (max-width: 763px) { #GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC #qkzriCbxxPggaEU0JsJm2iJxG7lPW74T {  }
 }@media only screen and (max-width: 763px) { #GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC #tG9KnKTowhglNXLfdLXNfPe6xtPT3Wua {  }
 }@media only screen and (max-width: 763px) { #GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC #SEZDS3FKO7W8hMzMoL5F9ZTGlNG1cW0t { display:block; }
 }@media only screen and (max-width: 763px) { #GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC #BTGL4RNcTtTiN7VMVszSTNGFwTU1hfNf {  }
 }@media only screen and (max-width: 763px) { #GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC #nySTBuCQMLZW77aaS9rzFVi9hoaL0Cqc {  }
 }@media only screen and (max-width: 763px) { #GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC #NkwJsOh35b4SSneXiTSXXFXF2P3FuZnM { display:block; }
 }@media only screen and (max-width: 763px) { #GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC #Tf1HUSShxlc7rWZt7yMqATzC1L7E567G {  }
 }@media only screen and (max-width: 763px) { #GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC #LCSHbK4DkPU3Ba6D4EoyvBfoFJXlfzz4 {  }
 }@media only screen and (max-width: 763px) { #GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC #R73AkguZ3kFFPVqAVql39pcVuAfeXR0I { display:block; }
 }@media only screen and (max-width: 763px) { #GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC #vTw1xakrguTP7iFVEsi9wF398HuXZdc0 {  }
 }@media only screen and (max-width: 763px) { #GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC #AWTXTXlNnr8yPBdTzSzDcGRZIAZtulBf {  }
 }@media only screen and (max-width: 763px) { #GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC #TkEaXzG1MXOtCUSxuSPng8q6STZPpTwP { display:block; }
 }@media only screen and (max-width: 763px) { #GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC #dXhNk926mnPe814gUJTp4HRlwr0BU38x {  }
 }@media only screen and (max-width: 763px) { #HpyZMRDJRDOpzAb8qfw2sgO4R1wblkHe { display:block; }
 }@media only screen and (max-width: 763px) { #RoMaaCL2Zxnf0Gqr6tVpIV6kwKdkV3xU { display:block; }
 }@media only screen and (max-width: 763px) { #efkd0DEClrmfZvO5zRMkc8foA9ssPStg { display:block; }
 }@media only screen and (max-width: 763px) { #nwkGA2lly8BEMoRxnJfaBqSs7UzLDUPq { display:block; }
 }@media only screen and (max-width: 763px) { #vTQdtgACJzNrSVPdBUSVPrT8bPNEceMF { display:block; }
 }@media only screen and (max-width: 763px) { #G3rpe5OaJqFpW0iftxDaAGfwSZoBgWAF { display:block; }
 }@media only screen and (max-width: 763px) { #PUprrztBNUPx2JZv62CEDACPPpknFZce { display:block; }
 }@media only screen and (max-width: 763px) { #JkK9zpKtUzlyVEpBuXfZ5uE00ZLLnzr5 { display:block; }
 }@media only screen and (max-width: 763px) { #dZdw1vsFQ2o1NHpNgDEzDxDAiNenwO8n { display:block; }
 }@media only screen and (max-width: 763px) { #GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC #TvcaGLqsAhUNh7dPSb8g4HZV5wG1DaXT {  }
 }@media only screen and (max-width: 763px) { #GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC #lyzrar4oLQf8UT0lFJeJFCslTPBFxiHA { z-index:2; }
 }@media only screen and (max-width: 763px) { #GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC #G78fVCpSKS2xGfrbbIttNN02xghXv7T9 {  }
 }@media only screen and (max-width: 763px) { #L76BF5nLwqABWgk0qJOZwvXBR7FoKd0Z { display:block; }
 }@media only screen and (max-width: 763px) { #T8cLMlcGOzXmUlOkUxnuc0vWAy9vz86n { display:block; }
 }@media only screen and (max-width: 763px) { #GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC #MiZxZRcEHdrtplZwxOWnHiUTRbGJ7MMU {  }
 }@media only screen and (max-width: 763px) { #GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC #EF1A7Z8hSyMFFdaopMPfTCc9K0l4pKRH {  }
 }@media only screen and (max-width: 763px) { #GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC #E1BI8JZ4BZFmU6o36R89tUxR1WHVsBIi { z-index:15000; }
 }@media only screen and (max-width: 763px) { #GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC #CBtVtnPkonrBffTMbvCimB5aP8m5Aqum { z-index:15000; }
 }@media only screen and (max-width: 763px) { #n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW .widget-regular-label { width:18.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW .widget-input-text { width:18.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW .widget-input-text {padding-top: 0; padding-bottom: 0;}#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW .widget-textarea { width:18.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW .widget-input-select { width:18.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW .widget-input-select {padding-top: 0; padding-bottom: 0;}#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW .widget-input-button { width:18.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW .widget-checkbox-label { width:17.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW  { width:18.8125rem;height:auto;top:5.5rem;left:25.40625rem; }
#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW .radio-container { width:18.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW {display:block;}#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW { width:18.8125rem;height:auto;top:5.5rem;left:25.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW #vIS5kFlCKkseVOPtQod1TEG0cCeuRcRB {  }
 }@media only screen and (max-width: 763px) { #n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW #PzikMKeJtdr1hbfoxcsVr09L6K7SWsFh { display:none; }
 }@media only screen and (max-width: 763px) { #n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW #csSdoxi4yCfiRyG9oIhqJgkID1OF68GL {  }
 }@media only screen and (max-width: 763px) { #n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW #L15PLcBJLaqWzJ2GiEokH9QzXxF0qI4n {  }
 }@media only screen and (max-width: 763px) { #n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW #ZmJJqdGPsRZetU3OOwwnRs4tSAVwTR9u { display:none; }
 }@media only screen and (max-width: 763px) { #n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW #oOZLXfdsTZLwnPGzcbnqOlX5a2ur7udb {  }
 }@media only screen and (max-width: 763px) { #n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW #bFSzbWpz3iOegH0gesnCvwRTwJAs54rJ {  }
 }@media only screen and (max-width: 763px) { #n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW #bmZ1VPuZPg1mWQ9fhqACi8fqntIW88Ve { display:none; }
 }@media only screen and (max-width: 763px) { #n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW #vGDOWSKhzHhT9JJNn4EX5heSXC9AF3nF {  }
 }@media only screen and (max-width: 763px) { #n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW #m0IVF3fZtx6IaAmsPxlQd9ZMlvC59JZo {  }
 }@media only screen and (max-width: 763px) { #n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW #aSA4OqhJVE0szT2bdTRbfNwkh9ndkG8n { display:none; }
 }@media only screen and (max-width: 763px) { #n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW #lE4VSXJJAZs7McK0AqoHga8eNQXiaA0T {  }
 }@media only screen and (max-width: 763px) { #n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW #WJyAnp1zfh5u4kfeb7SixT3rs8CT849V {  }
 }@media only screen and (max-width: 763px) { #n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW #xQueQgaVQdm3QgxLN9vTXZDWdMgWIlIa { display:none; }
 }@media only screen and (max-width: 763px) { #n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW #CKuGSMtWdTR34oLermukgMGIxx3L7poH {  }
 }@media only screen and (max-width: 763px) { #lib1zKM1OdPcSilDWMRSduXid10drahW { display:block; }
 }@media only screen and (max-width: 763px) { #mKCLFiX5uibdV086xyTvthAOHHVV82EB { display:block; }
 }@media only screen and (max-width: 763px) { #XeURe7AFDofvOfVO6Az0kkxcyQFhdMzc { display:block; }
 }@media only screen and (max-width: 763px) { #ETHunIGcdG0n3szwdmLDpHq1KtbCyuky { display:block; }
 }@media only screen and (max-width: 763px) { #aOF1sy84MBR0MPE2RqHUESauTIxPEsP7 { display:block; }
 }@media only screen and (max-width: 763px) { #sfas02KU3gzTon2wTnxswlTpiIxisevG { display:block; }
 }@media only screen and (max-width: 763px) { #dBMbwM5phlUAGLd1NXqicK6Oek3WJb7g { display:block; }
 }@media only screen and (max-width: 763px) { #DSddXaVMurMT2zmGDVxI9xE52NTUGLTo { display:block; }
 }@media only screen and (max-width: 763px) { #n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW #enCGcOTBsit0JRDtWaTSNWip68bMPToP {  }
 }@media only screen and (max-width: 763px) { #n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW #yJfQh3fX5ycMrwG3dNlPitw21qdqhri1 {  }
 }@media only screen and (max-width: 763px) { #n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW #mUlSHIe0KXmPPBATcUTrMZFIfsaBRpAn {  }
 }@media only screen and (max-width: 763px) { #cSDhNZkwN5B2WKng4EIoqiAfF6poV99l { display:block; }
 }@media only screen and (max-width: 763px) { #TVR7OzZagXE83WglSKXBOqBfNNRzTcEr { display:block; }
 }@media only screen and (max-width: 763px) { #bpPWmDl1MG5gM1MSZpGPwnqMPWsFzu4w { display:block; }
 }@media only screen and (max-width: 763px) { #n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW #nzfhiA2NAqpSHTqSuZpmaIq3y0r9nsQf {  }
 }@media only screen and (max-width: 763px) { #n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW #Zrfxt9CDN592CeoNrJpJXMA2xHknEn4B {  }
 }@media only screen and (max-width: 763px) { #n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW #zLznZIC7ZfRg0ZO1myunlEGnnA5bglIJ {  }
 }@media only screen and (max-width: 763px) { #n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW #VxQEBUUrXOpmVtAc3SJk4mp3B3otV81m {  }
 }@media only screen and (max-width: 763px) { #zBoLbm06dZ4d5aEAAFc16FbOyg8V77xr { display:block; }#zBoLbm06dZ4d5aEAAFc16FbOyg8V77xr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H3Go5r5f8pf32IUmxbWI7dxcAkKLfqDa { top:4.125rem;left:1.75rem;width:42.8125rem;height:3.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2eFv2NO4wleO2DQ1gb1iC79BxzNPhG7 { width:47.75rem;height:25.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LEKITfXrIqNxOGueclTkTsRMxFVtI1J0 { width:47.75rem;height:25.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MJWvy1X7T7sJv3Td7AAdFi2C7GxUkSqX { width:47.75rem;height:25.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rHDISm035HosKvqPQl5xkVJku4xsb0m9 { top:22.625rem;left:12.8125rem;width:21rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARd7ERHT69dOEHq3ElJyvlby74RtOk7O { top:24.875rem;left:15.375rem;width:15.5625rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTWWwTOrEzqwXX5qzKJMNVx7wz34lhAi { top:20.5625rem;left:26.8125rem;width:20.9375rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAyiKZzlg8q1KSuNaZmRoTV2JauBgdKG { top:23.0625rem;left:29.875rem;width:17.875rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A41lI5EQpzVTBAez86WJ7OuwwUSCzblu { top:20.5625rem;left:0rem;width:20.9375rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zh297DMND1WeETtJIi4S4tyb6ePhT4bu { top:23.0625rem;left:0rem;width:17.875rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUWJfZeHg4BL9uT0DgoUdNkMtmTvgMPL { top:21.375rem;left:15.375rem;width:15.5rem;height:1.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #isPCRJUTHbV7aE5RQzEJOM73LEGpbKRg { top:18.4375rem;left:28.9375rem;width:18.5625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rq6u7DzGd44Cya5vfh24RFaJrsUZpOiS { top:20.5625rem;left:13.875rem;width:18.5625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTrnRcgsf7TUoIrncHZvBeZXFBZIU1uR { top:18.4375rem;left:0rem;width:18.5625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nl0T9BHyecIxZnltK4GXN4C1ZVNvRJcu { top:19.375rem;left:0rem;width:13.5rem;height:1.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAgTTdOsI9XdDiwhK4uBFgRXrCWZo2n7 { top:19.1875rem;left:33.875rem;width:13.875rem;height:1.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qN5MV6IGqIVc7krZSZtWWmlrDFev1Z8A { width:42.6875rem;height:1.9375rem;top:8.375rem;left:1rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhAFrG5TxDTymSfQe6WgQy6Wiz81EZBP { top:14.3125rem;left:0rem;width:3.1875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeWDKaokhbKCH2U5vsLyZKQbdOSkWXi4 { top:14.3125rem;left:1rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByGChR2VObdtiWoe4SXSWmMnEVXv9QOx { top:15.5rem;left:21.6875rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnuRt2WFsrbR6Ii7sfHNZ3gimwUCWJ98 { top:13.75rem;left:38.5rem;width:7.5625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJcy8UtbHp5c7BhSI4MekQi8UpcPiUqw { top:15.875rem;left:39.3125rem;width:8.4375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8bRSq1RcycgrfdoFp4Pbv4J8qnXncxk { top:13.4375rem;left:0rem;width:20.9375rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNvZEaraE6AEXn9ibw8RlfUT9NBSrdDT { top:14.375rem;left:12.84375rem;width:20.9375rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgogFzkxrzZI0ppgzTZd8N6aSMHR3dgt { top:13.3125rem;left:26.8125rem;width:20.9375rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8KKIVAwqQX1EWCUc17nJKf3lvPgFDLr { width:21.125rem;height:3.75rem;top:29.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CTPSwZlH2TpEiXcSLlTL6UOfOLNEkHdu { display:block; }
 }@media only screen and (max-width: 763px) { #TowrP54OIJhnZPGT0zde3trs9OxolWkI { display:block; }#TowrP54OIJhnZPGT0zde3trs9OxolWkI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7wZzKu4ZKJ6x3RaEZqx7eaytrnDQo9P { top:2.9375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWacKXkJHxmpV49VmKfHf0KtxKaZNwuP { top:8.9375rem;left:0.65625rem;width:10.8125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycpBlkLEmCB8ti418zdVxz8AxewoiAbK { top:9rem;left:36.46875rem;width:10.8125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMprczpkTXvbGrutDdqUp6tuTWh7HF2V { top:8.9375rem;left:24.40625rem;width:10.8125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oloA1V09VP5bZagO5xFh3ZeKnPB01otg { top:8.4375rem;left:12.28125rem;width:11.4375rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #in2OkZc9kXKGss3Crk1tlpgStXOdsmRT { top:21.875rem;left:0.65625rem;width:10.8125rem;height:5.25rem;font-size:1.0625rem;display:block; }#in2OkZc9kXKGss3Crk1tlpgStXOdsmRT li:before{  }
 }@media only screen and (max-width: 763px) { #vbQT2NT8kInmBtyrwQtf4zKR0FtQgLiz { top:32.375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNa8rKQSwa74fuuPN9mwVFfMO4rJ1pSK { top:30.625rem;left:0rem;width:47.375rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcl4hP2kg0eCNzORsR6adkNMKKlT2a6P { top:7.75rem;left:0rem;width:13.5625rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMiCGXB7GT43PMMZnTv0sqtpTiKPdrLk { top:7.8125rem;left:10.1875rem;width:13.5625rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVJDc5fbxaRu3Z7mGa3STxTOCoOiTPph { top:22.0625rem;left:12.59375rem;width:10.8125rem;height:3.5625rem;font-size:0.875rem;display:block; }#vVJDc5fbxaRu3Z7mGa3STxTOCoOiTPph li:before{  }
 }@media only screen and (max-width: 763px) { #Fu6VnPvmBLTBdnSqgq1PeQOH2esQakrW { top:7.75rem;left:22.125rem;width:13.5625rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfynMEI14Vy9Kub9U1DEHRn51mLizn8V { top:21.875rem;left:24.40625rem;width:10.8125rem;height:5.25rem;font-size:0.8125rem;display:block; }#rfynMEI14Vy9Kub9U1DEHRn51mLizn8V li:before{  }
 }@media only screen and (max-width: 763px) { #SMNxlUOeRi2NGvD8SLRn2L9IXoN3K4IG { top:7.8125rem;left:34.0625rem;width:13.5625rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5OMG7w3vnDKZQD2w4siLBhPslmEiRqI { top:22.5625rem;left:36.46875rem;width:10.8125rem;height:4rem;font-size:1rem;display:block; }#C5OMG7w3vnDKZQD2w4siLBhPslmEiRqI li:before{  }
 }@media only screen and (max-width: 763px) { #EN084d2y6wsmDin1Mp4QzzQiaAvnfIZ8 { display:block; }#EN084d2y6wsmDin1Mp4QzzQiaAvnfIZ8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yi0S0x7ZRPN0ckNPXETL5e2HGmAEZn2U { top:16.5625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3LEyBXxTKhIv9ilKPSHGfldZOJW7sC8 { top:21.5625rem;left:0.75rem;width:44.0625rem;height:3.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oe2ZeioOm667N5ESGdHxF1TsirOZGrov { top:29.625rem;left:32.25rem;width:15.5rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHvvTUR3VQ6cbbd3RfAOJDGnoyNpkfJS { top:29.625rem;left:0rem;width:16.25rem;height:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKZ3B17R1t2vs7RqXa1UwVMTLRBOUmoT { top:54.8125rem;left:30.8125rem;width:16.9375rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #smQyMtWDammA2rwNXTpVGPTlNkpf5OBX { top:54.75rem;left:15.75rem;width:16.375rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZeAQbNleTNXz4u5zspepSayuikTBJd7 { top:33.5rem;left:0rem;width:18.625rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qllf408ah9XWT3d7cKKpt9iEtEZfqPDW { top:58.9375rem;left:29.0625rem;width:18.6875rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLpMNVumCFmFkeF3ADDhVuCP1ONbTbQo { top:58.9375rem;left:14.375rem;width:18.6875rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixQDwuOkb5v954e0zHxoaLPNybXnatzZ { top:44.375rem;left:29.0625rem;width:18.6875rem;height:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMTiBQsHlIgrzKDbpwmolHHvHOQru9dT { top:70rem;left:30.3125rem;width:17.4375rem;height:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGJOkhLKMv9c9rK8zqPNEZkgURchnilM { top:69.9375rem;left:14.3125rem;width:18.75rem;height:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wH930iyz6KAUSNSbObMd4iTz7ad7I4DQ { top:7.9375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGuT1FlgN8yvhDNTuSJ5BuELnUnw74eT { top:4.125rem;left:2.46875rem;width:42.8125rem;height:3.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTBrlTld46HKHRI08Le9KILHS6gPvZGR { top:33.4375rem;left:29.0625rem;width:18.6875rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3hKgdTmQmWdmJHhPW7H2y6HPZBxwsc0 { width:47.75rem;height:25.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NhQ4uV6vw1PZqnw5Vw6yrb7dF1X7m21A { width:47.75rem;height:25.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TklKwEwg4FWGJ9bMb8Erx69zbJbpoLI3 { width:47.75rem;height:25.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JB9HeVZNoAvC3gQQUKDfkbZFXGXq1iZm { top:33.5rem;left:14.375rem;width:18.6875rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhGAfxrnLXb80TV8NDDh8FoteI199aHh { top:54.75rem;left:0rem;width:16.375rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwQ3u6cHJrFLaxW015WKldy7IkwmKZnJ { top:69.6875rem;left:0rem;width:17.75rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoHQeRcrKmTMoBTwI9OgVXK2vNcmo7xB { top:58.9375rem;left:0rem;width:18.6875rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2ayTxZQdQPQ1DuG0bXWODJ3SEfDg9W3 { top:30.3125rem;left:16.1875rem;width:15.5rem;height:1.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F87f5PczEgAGbZxB48H4cKkvWSrIAT2z { top:43.8125rem;left:14.5625rem;width:18.6875rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxpP4aRtyKoWkxHUPvcObhtMhkqoByDp { top:44.625rem;left:0rem;width:17.125rem;height:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwpEmvS0rmwEku5n0rdeVOK7gQ0JOOG6 { top:28rem;left:25.3125rem;width:22.4375rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4015qVyFH9Sic8hqFik7woIZtPxXW4O { top:28rem;left:12.75rem;width:22.4375rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqDBIO0vU4erEMRpRiZGfMhz5fDTdtRi { top:28rem;left:0rem;width:22.4375rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRVdiDslqu8KqMiT5TqJkQn5N8pBppIR { top:53.375rem;left:0rem;width:22.4375rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3AUfdZDZeZgwm8KbasikFwTiSFmWv4n { top:53.375rem;left:12.5rem;width:22.4375rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ry3eDWF0TXUCOpBnpsC1v1FmDhfTiGxm { top:53.4375rem;left:25.3125rem;width:22.4375rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGduFAa4hRM4iitdoh3OTZ7l0ZXMgGPu { top:15.75rem;left:0rem;width:47.375rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLG5tdGxMX6ZpQhxd3vwPkOBwTsrZUHk { width:21.125rem;height:4.875rem;top:78.5rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5IPfW7BZHDJKgJCQoOSZmiTvNR8z9IS { display:block; }
 }@media only screen and (max-width: 763px) { #gTG7vqpD7LSXwbPSVDfZOtKHM9l3UViG { top:48.875rem;left:35.9375rem;width:11.8125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vC4NzqcMP5LTPeV6XdAgO3sQkH2PVJBv { display:block; }
 }@media only screen and (max-width: 763px) { #L0Wxi8epPzTyW0Qgv5R61tvkpzGz8AdH { top:48.875rem;left:18rem;width:11.8125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAMDU6UXNQCyESutUu7gcstm3RSeKNI3 { display:block; }
 }@media only screen and (max-width: 763px) { #xOr3UwvVaIGVLih6EXQCR5qp64dSToJg { top:48.875rem;left:0rem;width:11.8125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zObtTDi7n1S6eTf9KLUTQtrRcl9XzEdi { display:block; }
 }@media only screen and (max-width: 763px) { #hLnRNvpyvxIDpW1EIuCx0OhSkmUAJy0J { top:74.25rem;left:0rem;width:11.8125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9U1kFyOcla70dSgb5GZzZuzmQ9i6VEX { display:block; }
 }@media only screen and (max-width: 763px) { #eEvUh8mvrOnITcOxaubexncJGF70TE46 { top:74.25rem;left:18.0625rem;width:11.8125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGroAi6Ft1TetNPDAQoTl5ouWCRM1SES { display:block; }
 }@media only screen and (max-width: 763px) { #qCZq4ocX53EgXIF28aAk1NIrDA1emumL { top:74.25rem;left:35.9375rem;width:11.8125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQAdcOszFB7PeqyIzuHCMqQC7rrxbbUo { display:block; }
 }@media only screen and (max-width: 763px) { #bIf1sWORN6XgIRNqKweei7vRTkU3AGlC { top:12rem;left:3.125rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #p9dnMbvv2BLNp9Hcgd1rRQOBHQlTRpqb { top:12.3125rem;left:4.75rem;width:19.5625rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JLeDbrqibTW41p2H8UfuiH7VM8apXRTw { top:12.5625rem;left:6.375rem;width:16.4375rem;height:2.125rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rbEii3QK6v0Tyr6l0eR2HTk4Gyuoxtrr { top:12.0625rem;left:26.0625rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #REXDKSukvL93peVckPnRqmGhNk0UnHEp { top:12.3125rem;left:28.5rem;width:12.5rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kr3ZVe5awzW0ACimB9BbfvGfKLM7OEbl { top:12.5625rem;left:29.4375rem;width:11rem;height:2.125rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OTtD5m1iyMG53xMWrCQmr57XvVmfydem { display:block; }#OTtD5m1iyMG53xMWrCQmr57XvVmfydem > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pBkJ7QLOxxWUVd7sXpuxpGsgumlQ0SMz { top:6.25rem;left:10.3125rem;width:27.125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVs4G8vyiINO2IzNfnIfCUbP5ge824mD { top:33rem;left:7rem;width:16.25rem;height:3.5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vFTlUVm5uFBTw8ySMrfzzgLd4Z1pfTui { top:50.375rem;left:0rem;width:16.25rem;height:2.3125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UHwDwMz1kn8a0P6gwFzrqyeXJMImKkPd { top:33.9375rem;left:0rem;width:16.4375rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTuBMsECKftaVUkfAS1gBLdSgHrq9dx8 { top:7.4375rem;left:12.75rem;width:18.1875rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSubDOT3GnTOQ42skEqVRpyaD9qWaAdf { top:8.4375rem;left:0rem;width:18.5625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeDT1M1wRUAesSrArvvgkFTrtrlz3F6t { top:8.4375rem;left:29.5rem;width:18.25rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t33A6dE974PTll36HNx9VTXQOJARrpeP { top:33.9375rem;left:13.75rem;width:16.4375rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvCf5xnZ5Er3yA1yoUpchCS5TsH9P33n { top:33.9375rem;left:30.25rem;width:17.5rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lO90bLEBpU94d5TACQ2q0bw8MWmiRQmW { top:2.4375rem;left:3.125rem;width:37.5rem;height:3.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDCE5xufA5qJQyfFdimofcK4vxL2tNg1 { top:11.75rem;left:0rem;width:18rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwJ1phScTQWP6Mde1Nuaw2yhNNQ47czp { top:26.5625rem;left:0rem;width:9.1875rem;height:2.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #at3Zh1FWTpk3HWUsl3WgkFrWO9SReCMv { top:27.125rem;left:17.25rem;width:9.1875rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBMKArti6sWuvgcXwX8XQIrzHviINDaI { top:27.375rem;left:37.59375rem;width:9.1875rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5SUFe4fI5fLLZbo99mSDKr4Lco64hfG { top:52.625rem;left:0rem;width:9.1875rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHRumUbKfw0klQKatf6e0eyMztQfoh5u { top:52.9375rem;left:17.25rem;width:9.1875rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCvPguJKO89oM7g4R4VdzrGrp7TC9PrE { top:52.9375rem;left:35.4375rem;width:12.3125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7iprRrlzoc2TeSt0bwgWv81hAKNTnG0 { width:21.125rem;height:4.875rem;top:62rem;left:11.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyEnIk825SC96TEgT7z622cMi4Nwp2M9 { display:block; }
 }@media only screen and (max-width: 763px) { #xcAAXpLyIqgVFsRO4qIPNt5kSgA0fWZt { top:23.9375rem;left:0rem;width:17.3125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcayCTpJWyIhs5Mvf31dLom3kBqFhRDV { top:11.625rem;left:12.84375rem;width:18rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbKvf95TiVQ9BpwtvR76MiJgTWD7dLRW { top:23.9375rem;left:13.1875rem;width:17.3125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOv4twDGiqi6agG6gwKWE70H0hEE1rV5 { top:11.75rem;left:29.75rem;width:18rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmlP0bkKd6ggK8J6ITd7QBERVXk2eH8b { top:23.9375rem;left:30.4375rem;width:17.3125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLNbvVm5KkA8ys9bFO7Q1iBIPUt5lbGE { top:37.25rem;left:0rem;width:18rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0JoxKLnI6U9l7SZN49X9iPqk3mOytqS { top:49.4375rem;left:0rem;width:17.3125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XE8pawTZ3NGOF6iMChkUuKdxU64OWhn4 { top:37.25rem;left:13rem;width:18rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABv3ek2qC9iFFXliyJb9yrI4TzkbednH { top:49.5rem;left:13.375rem;width:17.3125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAOI6VoL2sFa3Zlx4I01eh3nNCC36pHN { top:37.25rem;left:29.625rem;width:18rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0ov8H7eG2FnKAofITwiTpmiD8oafCAr { top:49.625rem;left:30.4375rem;width:17.3125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwFW8h4mhEC0FBGxBuvL1XC45T0tEg3B { top:55.5rem;left:31.6875rem;width:16.0625rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTKNJTT0ITDrZakvAKNwKfD693l6lqIL { top:51.125rem;left:36.5rem;width:11.25rem;height:1.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBpViDl0PvFu7ylV9WSnfZ6xsC6AW3kT { top:51.125rem;left:14.4375rem;width:14.8125rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqG2qN9yi2sTTry9ULU0K3KTpOQftilk { top:56rem;left:14.28125rem;width:15.125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnHXI8o2p2GomNdavTZ5HWGEof6yyEwg { top:55.0625rem;left:0rem;width:11.5rem;height:3.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUkecewJFAKPWypa4lLgcHiuyeORl1sL { top:51rem;left:0rem;width:14.8125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWRPQFDTdFv8IIK0nSEpzgS3Ooe8S73L { top:24.875rem;left:0rem;width:14.8125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CG4E3MfsDVHrD4UoZxTMAVmoPa783W8i { top:29.0625rem;left:0rem;width:11.5rem;height:4.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5KsyOIVhagpprmCSK0MTTymOsIW3TGM { top:24.875rem;left:14.4375rem;width:14.8125rem;height:1.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBg52oTFQznrP5FoEoufVR8CkXbaNKEB { top:30.3125rem;left:14.1875rem;width:15.6875rem;height:2.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qu6Jke0barwcEftT2B9AHXGwTkeSwGDO { top:30.375rem;left:32.0625rem;width:15.6875rem;height:2.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uxm3FonHITRdpydaaSaNKtHWhBxBso3O { top:25.4375rem;left:32.9375rem;width:14.8125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w87Q97zNOdtzaUxWm8v9CurVJu9CLvBA { top:5.5rem;left:2.1875rem;width:39.375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dra1Ge6a7mZTNHNhkl16f2oPNQt8C0ST { display:block; }#Dra1Ge6a7mZTNHNhkl16f2oPNQt8C0ST > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XSSSMlJ00DaBe1OR1U1N7GrVUt3NgQq4 { top:33rem;left:7rem;width:16.25rem;height:3.5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wGzDBJwM0o93IMmSrdNsFZRTFmJAeWoE { top:50.375rem;left:0rem;width:16.25rem;height:2.3125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #v79r5wD91GcHkg0z27A01qtctGaQvAAW { top:9rem;left:0rem;width:22.3125rem;height:3.9375rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxGAiyhGXkfr6BSXfAyHW4u45olNwfZT { top:13.5625rem;left:0rem;width:45.5625rem;height:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhGanTsug2IgWfrzuCuz8qVcUk0V6qhq { top:15rem;left:0rem;width:43.625rem;height:24.75rem;font-size:0.9375rem;display:block; }#LhGanTsug2IgWfrzuCuz8qVcUk0V6qhq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/224aa8d5-ddab-4840-8c8a-3549fb45f8c3/Untitleddesign7.png); }
 }@media only screen and (max-width: 763px) { #pNvI1fByEg9w48fInqEa01A2flFXdVdF { top:25.625rem;left:16.5rem;width:10.6875rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQgiLoGqnsaM617eNTpck59PtqzKegwM { top:17.875rem;left:25.125rem;width:22.625rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMaKl85tVg246016BwC43KwJTb4eT9ll { top:28.1875rem;left:40.0625rem;width:7.6875rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxeuo3DhaLxqQXQJtnQTVma271Tqveo2 { top:18.25rem;left:32.5rem;width:15rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRUxpTKq8dcez7mSRTCxa3tolJMpP4vh { top:12.0625rem;left:27.3125rem;width:20.4375rem;height:4rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9utrwe39aCrSGeXTrTNh2Qdp8JThMg8 { top:1.625rem;left:8.375rem;width:37.5rem;height:6.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmecETmuVAJnx6S3S940fRiP79qXTIed { width:21.125rem;height:4.875rem;top:44.5625rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyNgfEzmXWFLT058hnAOeK4OGhFct91Q { display:block; }
 }@media only screen and (max-width: 763px) { #FTXrbvIzJV3JPLG6q6D6AIDpZfluQoRk { display:block; }#FTXrbvIzJV3JPLG6q6D6AIDpZfluQoRk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UEiqCavJOo9QsX2PhaLsUv91kANpQcPL { top:33rem;left:7rem;width:16.25rem;height:3.5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wQpIoK9osPlO8CETaR38THeWJxKNEJFL { top:50.375rem;left:0rem;width:16.25rem;height:2.3125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rfzDk6RLR2PnU2f8xmSc5kv0te7LJgi9 { top:2.25rem;left:5.125rem;width:40.875rem;height:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHVtKxqmexEMRNbm4vxhCz9HRQviVWBA { width:21.125rem;height:4.875rem;top:45.125rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUxKlt1yfzbuytvoRxQobD5AvJzeqow9 { display:block; }
 }@media only screen and (max-width: 763px) { #KPuvOXmyVM8refPJblbwKFITCIE82xWz { top:9.4375rem;left:0rem;width:5.875rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPZNezV57byVvy0kelb8zTaZx0aaX19T { top:9.875rem;left:21.1875rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGhZmZT1picPTOegLJObd463DJ2ryi8x { top:8.5625rem;left:41.625rem;width:6.125rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqVIop5wxMF4e15O4fvLHx0JpSnBHhlO { top:25.6875rem;left:7.0625rem;width:12.0625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0kFS7VfrnBXrsSJK0vLLWn46rLp4FGN { top:13.4375rem;left:24.875rem;width:21rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #imxTFtPON9AB3LSFx306UrGrM8c2gFEw { top:15.4375rem;left:24.375rem;width:23.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5hHETlTaHEURsOPmo1bKTPCPL20Llkd { top:18.6875rem;left:31.875rem;width:15.875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKi5QQ0tlFmOJONBRS7TityQy14VaZ3a { top:30.0625rem;left:2.8125rem;width:20.5625rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEvWybfJiqxdqNk9kZpOqkRKkVsrLgLS { top:32.5625rem;left:2.1875rem;width:23.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5QfoT37GOQRJ2nsMfvsnM2AmPzPQBud { top:28.875rem;left:34.3125rem;width:10.0625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6oXvBrfOEh7iuJbUoxKqnyQpn3XIC4r { top:29.9375rem;left:26.4375rem;width:21.1875rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOhJbgV1zBhWTXkUfgePW9TQKXGUrkFs { top:27.875rem;left:33.25rem;width:12.1875rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPK1mfqe9hf9RdWBRZCnETFEsF1NO4Cv { top:31.9375rem;left:24.375rem;width:23.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gs21uB4hX3hH794PnUL7LxbQQK6u7DpX { top:13.5625rem;left:14.125rem;width:19.4375rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0SkIbTTUTN6ITkegMn4LyHHH3pJoNrr { top:15.4375rem;left:12.1875rem;width:23.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQT8oTDIzUl6HmPhllbdHKVGizgUAWFF { top:13.4375rem;left:0rem;width:19.4375rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIyJIkK36RR36GWbLTLWf6TGaTMAHUxB { top:15.4375rem;left:0rem;width:23.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8REvI2BPDyMNLEXewQmz3kqUmWFi4DX { top:22.5rem;left:0rem;width:13.625rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcVw2THPuxKJ5uZqbSkZtP3KPELsTfrh { top:22.5rem;left:17.0625rem;width:13.625rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEE4Amnx5TgSay3gVe7118B1JqpEDogT { top:23.0625rem;left:19.0625rem;width:10.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRCMKovSErVLeH1MR1mRQkNlr4mglUf4 { top:22.5rem;left:34.125rem;width:13.625rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCp97M729DPsWRSb6dltKIL7J7cxWfkK { top:23.0625rem;left:37.6875rem;width:10.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vg2FIiTpNDrfuT1BxfzXG4dT7Tnd4Tby { top:40.4375rem;left:6.3125rem;width:13.625rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0vmauzT8v0SVxcsPnTzmyOolLBAOwZf { top:41rem;left:8.0625rem;width:10.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDoH7welEpf7Tm42XZJDfR3MQSWDpgfr { top:40.5rem;left:32.625rem;width:13.625rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9hvV1Z9nptamG0JlVGDaTSBPNB3Tnit { top:41.0625rem;left:34.375rem;width:10.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPSHna9hTIQ7V834V1SrQLuDfPzz96W2 { top:23rem;left:0rem;width:13.3125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2JUAIpUvBXH24cKv5twAKf6meGXWWsV { top:18.4375rem;left:0rem;width:16.3125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJSHuLnT41EJB5t7kCTcmAg88SuXZoZP { top:17.5625rem;left:15.9375rem;width:16.3125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #quI7uHbDc4MbDPN8zkXJfTxiRb33LpxW { top:35.1875rem;left:5.125rem;width:16.625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNB8cu70Hd3VDgL7rEmlzOagzxUL2UMe { top:34.0625rem;left:28.9375rem;width:18.8125rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsIIVvsxtAp6RwxBMTtZcsZXZeeyfSLL { top:30.375rem;left:0rem;width:14.875rem;height:1.375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lHuxwT82s1u5hTKOeyIIu9Jlrrk1cTwx { display:block; }#lHuxwT82s1u5hTKOeyIIu9Jlrrk1cTwx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mxgnZaDQ6AEyUx4yPeq4y8cn4y0B6sOg { top:2.625rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqQ3PMT32vndyrkfnUltxRu6JqIdV8Zi { top:15.5625rem;left:0.0625rem;width:23.4375rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ab79Uf9nkJoAKWkTLAAFs1EpVeQz6J9w { top:9.9375rem;left:0.1875rem;width:23.4375rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4BkOEJnx0J9A4RG0OMiuheICZQiqCoC { top:17.5rem;left:2.9375rem;width:20.9375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0MIwKg89V4bQJHrWmQfNo4FEaJTOfnf { top:8.1875rem;left:23.875rem;width:11.3125rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWi2GNsFhr7at5VyHNi8xHk0NpZ8dLPO { top:17.5rem;left:32.125rem;width:13rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IskuiT7UQ0JSNZ6lEcSzUcdDlLMEpEQQ { top:10.9375rem;left:7.1875rem;width:15.6875rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8pFHicwmtJarIDmcp7HuG37NvrrRMiZ { top:30.9375rem;left:2.4375rem;width:21.4375rem;height:2.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQATBF7ye8T15ivJnion0SNoECbEfTmt { top:30.5625rem;left:18.9375rem;width:28.8125rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJPHATVT70TsHQtJymKkbpmGXck4gbVw { top:30.3125rem;left:41.3125rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgMs8Dh9hfakTupcA3T0NIPIaOLLOVQh { top:32rem;left:41.3125rem;width:6.4375rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ah1Upw4n1mRQcJ6k9qIbXBar8zOHsXxW { top:32.125rem;left:23.875rem;width:20.375rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3htUQu9bdM7EEiFeQ6sDBQ4V9xKeN7T { top:23.3125rem;left:41.3125rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lk3gUuFZ3DtQxd07Hddn7rr7pBNqbk84 { top:25.4375rem;left:41.3125rem;width:6.4375rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRcc4NtUs8xyePCoSbEdPQgE69iu4JxQ { top:24.6875rem;left:23.875rem;width:22.0625rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJU8gmAWnMT5XuLRc7HpdMq0SvlCLVpq { top:27.875rem;left:25.6875rem;width:13rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1Nw2aopoXmQyDLxn9KDm6JPFDpCBnNS { top:29.1875rem;left:3.75rem;width:20.125rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #icvyfp4R4rSh8bWGSaaTm6gavLoER8LF { top:25.6875rem;left:41.3125rem;width:6.4375rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIGNhHvT9WRxZlqZntfl68adtpvz7Brh { top:35.4375rem;left:5.125rem;width:18.75rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2zDKnVkJyWeHZr1H9r1qzpieur5UOwn { display:block; }
 }@media only screen and (max-width: 763px) { #JHuP9AvytQDoxgVapfml8lsQPgaBrPT6 { top:13.25rem;left:31.0625rem;width:14.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a30ply7JoSoUB2kkd3rHc7LP30cRcEwS { top:13.9375rem;left:33.21875rem;width:10.8125rem;height:3.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQK6oN7xQ4q51PNHVtEePeBJZpDy7G1D { top:8.1875rem;left:33.90625rem;width:8.625rem;height:5.25rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKeW9QGP5vpLm9riFtbzW4hgbS0JCf7E { top:12.125rem;left:21.4375rem;width:25.9375rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFollOt0iHVFdH0mDHRFgr1VHZwHz4FC { top:23.6875rem;left:19.875rem;width:27.875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wb1tD0uyZKuIBzqZPLVMuUyVLgwKLhik { top:7.4375rem;left:0rem;width:47.75rem;height:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpoXuiXiPStylIk2uWyO4RF5Aqb9cKkT { top:38.5625rem;left:0.0625rem;width:11.4375rem;height:3.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MHUzQRo238ovGbUwuUZIAeXWfc2gTuD3 { display:none; }
 }@media only screen and (max-width: 763px) { #T93ZAVJkn2Cl71WtnpnJUgNCwy9pSST2 { top:33.3125rem;left:3.75rem;width:20.125rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFLCR0NDOhzI0vKMnCveWa9AdAdwasv4 { width:21.125rem;height:3.75rem;top:47.5625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFFd3bT2aEPczfqk1AXtnkGf4MpCtzFR { display:block; }
 }@media only screen and (max-width: 763px) { #mM4LoK1hOch0r35czwtf0tQLrThMeIyC { top:40.375rem;left:0rem;width:31.25rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v86kfmrR6JaUCGOsfZVEy0ygNGNuyaF4 { top:42rem;left:0rem;width:25.6875rem;height:4.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9WlIQFHgRO07v43lJZ1mzNHg6Kz0DZa { display:block; }#K9WlIQFHgRO07v43lJZ1mzNHg6Kz0DZa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NXSnhzygpEwZC2Ou0TGtuy4z8ry1XEug { top:38.5625rem;left:0.0625rem;width:11.4375rem;height:3.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lt9XDM8QaCnboyGr5MNMcksUBvCRur7t { display:none; }
 }@media only screen and (max-width: 763px) { #KNEgBGlaSxIQB2hKaFEdE6kOuSkw2Xzu { top:4.0625rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJmm2ZBoBLmq1cTPJduEAxAxIk28seS4 { top:10.5625rem;left:0rem;width:40.0625rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsMurJ2LbgCpqrM0tMUII6nKHZ2guzK1 { top:10.3125rem;left:25.124633789062rem;width:16.3125rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXgsoFZN9V7cp7tbbrTk5Cr6EeUmX3yM { top:9.4375rem;left:0rem;width:47.75rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O415iGzPvvZ2LUbMXqTWcbtOMU4boaRE { top:13.75rem;left:1.6866455078125rem;width:17.6875rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2iS3TaeD5knnhH5uCXxHTq36o4UyP2I { top:13.75rem;left:5.8125rem;width:17.6875rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zb7mcwfzG5VAT4IZnqTzf3pbvMaShIcU { top:27.8125rem;left:0rem;width:40.0625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxDDCnbds2mPSM9Z6ZHoJQdxSooud24O { width:20.875rem;height:3.5rem;top:29.9375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #sF1ArDPISyDk07t2Mr8oiJu77R8088eH { display:block; }
 }@media only screen and (max-width: 763px) { #frJ1keEgzGexT4aWwEWr7ON9mB7aIPLU { top:30.1875rem;left:3.8125rem;width:40.125rem;height:1.1875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pCt3HQzQBbl9GKgkdKLAyHBMfiT5xS5K { top:8.25rem;left:2.5rem;width:42.75rem;height:21.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sCRfokRHLsdmdwIsJzdPTTnIBEBSvCTS { top:5.25rem;left:31.375rem;width:16.375rem;height:2.4375rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hWBDuuWQ0pZOnrHT1yiQK6M7Tnv1LyCU { top:2.9375rem;left:0rem;width:20rem;height:3.875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #avEIuy1p3gQ2vapZK9PAdTbFTLrBa0wz { top:13.75rem;left:27.373779296875rem;width:17.6875rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzLlRUNBAC5b1gNOF6cVGDG74vWDeUkd { display:block; }#KzLlRUNBAC5b1gNOF6cVGDG74vWDeUkd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rW8mKsUaGCIVpHnPUUifxsnSTsod0TzI { top:2.625rem;left:6.78125rem;width:34.1875rem;height:3.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EN5cqNCgMcILNWDpeBnZ1IAz4yCSlLQX { top:9.1875rem;left:0rem;width:15.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8xxGMUSbgIdiOfqkXRiEE4ohlAx5AOs { top:11.1875rem;left:0rem;width:15.25rem;height:3.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWNWG3knOCxgwP2vAIeXksv8xvHWJ385 { top:11.1875rem;left:32.375rem;width:15.375rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxNE4yNAFnKsaZFMrfmT3Albt5fDKOCv { top:9.0625rem;left:32.5rem;width:15.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vb5sm4IdG0n6qEJsOrCGyaaNmPDTRDcS { top:12.9375rem;left:17rem;width:14.0625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3MZ1a8UOdJDR8AmJMtrAB3k7uDebGRv { top:9.1875rem;left:16.25rem;width:15.25rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BX3pGUN8CBcNrJi2BDUQcbMWUAPgHCFR { top:20.375rem;left:4.375rem;width:15.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5Se42NR6uo8FPFhk97TwngoUG2RuC9U { top:22.625rem;left:5.15625rem;width:13.6875rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFPti2WnkPQKLhyCM6KQDhh5EXVTPWRs { top:22.625rem;left:29.28125rem;width:13.6875rem;height:4.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOB2oRBtk7hQRFziQzhWnMh0vnmuVLhQ { top:20.4375rem;left:28.5rem;width:15.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mr8PUVW8IS5duatpRKKy2pQ6yls1SMcl { top:14.9375rem;left:0rem;width:9.8125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqLvTXNldBpssoNJRJcMiro3He9HgzX9 { top:15.625rem;left:37.9375rem;width:9.8125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCUCiDHpTcfPIyCWRMcf4CabVibcTAwl { top:15.4375rem;left:19.1875rem;width:9.8125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gh5RyPyXnd0FTETfNiqBlBG5kRgpKPxl { top:26.4375rem;left:7.25rem;width:9.8125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T752ILttKDe1rJTDTmOhRrwZkcku7nmg { top:27.125rem;left:31.125rem;width:9.8125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyTaUrNxqwXyGuVlxPUsR8nJioeuRRLJ { top:7.875rem;left:0rem;width:19.3125rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yy9Fo2TGoqtOrnfflvmxBlTqObtg1KDW { top:8.0625rem;left:14.1875rem;width:19.3125rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7LanGTGQrMb9ZmwUpCIpXn9wcpePK6H { top:7.5625rem;left:28.1875rem;width:19.3125rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0ys0MCGUS6bUmnwSzEGPJWRmdSzqAPQ { top:19.6875rem;left:26.46875rem;width:19.3125rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9LhGmpTR6gq4IwaNBnWbSxQWo0alLbb { top:19.25rem;left:2.5rem;width:19.3125rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1ObhuWFviMDWcmg0FWnJ2whaAoZLFEd { width:21.125rem;height:4.875rem;top:32.5625rem;left:11.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJHWoHTKnBhDGdkxHH8ubGKfKHBISD7B { display:block; }
 }@media only screen and (max-width: 763px) { #KvTq3mFvZ5Kdui8cFFon2rqILPkcFxoP { display:block; }#KvTq3mFvZ5Kdui8cFFon2rqILPkcFxoP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rz2oncV2qkaw6E9a8meOz8WMOy6bPORk { top:2.0625rem;left:0rem;width:33.4375rem;height:5.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycqqaET2ShTBD8Vbb9M60JcSTUAemitg { top:29.5625rem;left:0rem;width:29.875rem;height:5.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiMWVnuWtfkNl37Ka0tzTmWLSGsHT2qi { top:35.3125rem;left:0rem;width:27.0625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5gxV5KOEiIm8GrPKDKJQIOv4WsRvQ8I { top:27.375rem;left:0rem;width:31.8125rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyTuPtf7fe5q50MmKWGfVrSpyzFgWI8b { top:2.875rem;left:18.6875rem;width:29.0625rem;height:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzpLvV7QyKBphy7vIZfiVTdsB3rJ7UKT { top:4.375rem;left:20.9375rem;width:26.8125rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlpa2sTQyzTqieooDvpZTyzKC5gOlztO { top:5.875rem;left:20.9375rem;width:26.8125rem;height:2.75rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbdpOvSs4bRNQCUOph3tEk06RWcql0pD { top:8.625rem;left:0rem;width:29.125rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoxqxauinkcU2qKTJgZTTxPcSu7Vx2fA { top:8.75rem;left:0rem;width:29.3125rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhMZSue1KTNXkCbPTuDrqMvNUJMiFNMl { top:23.375rem;left:0rem;width:18.5rem;height:4.9375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TdByChfGiLB8AxQZdOwnfETaaZgFAA5N { top:17.1875rem;left:0rem;width:20rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fLC34NENAL9bL1AKspVGqNktucJLWrQv { top:23.25rem;left:0rem;width:20rem;height:2.875rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CdRs18n56EtH8LNPNRMQOKX36ka3afDD { top:6.5625rem;left:0rem;width:29.1875rem;height:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Md9U5emRqamTBNUfnVcd7Xhw9fXxyic3 { top:11.1875rem;left:4.84375rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ubbmxi7QLgOFf1bxQfrcuOzivAzmlUlJ { top:11.3125rem;left:9.458984375rem;width:2.3125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGld51gShLC0IthxFqwhdhMSETusNmms { top:26.6875rem;left:0rem;width:20rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zchwT7Wa18oXsMr2gnAOpvwEyBK15kC0 { top:37.0625rem;left:0rem;width:27.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVbrQPPxiDH4Sv1dFwnbT8g292W3KKQe { top:32.6875rem;left:20.9375rem;width:26.8125rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .widget-regular-label { width:22.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .widget-input-text { width:22.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .widget-input-text {padding-top: 0; padding-bottom: 0;}#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .widget-textarea { width:22.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .widget-input-select { width:22.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .widget-input-select {padding-top: 0; padding-bottom: 0;}#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .widget-input-button { width:22.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .widget-checkbox-label { width:21.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X  { width:22.5625rem;height:auto;top:8.875rem;left:22.6875rem; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .radio-container { width:22.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X {display:block;}#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X { width:22.5625rem;height:auto;top:8.875rem;left:22.6875rem; }
 }@media only screen and (max-width: 763px) { #WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #UlfztW9RvPlt7nuz5gDDq3yIQ66Zfdgb {  }
 }@media only screen and (max-width: 763px) { #WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #U5wc73UxshhMlCOITUeQuK2gDv8twa65 { display:block; }
 }@media only screen and (max-width: 763px) { #WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #k8vd79Ih6r3FwsE3cQy4TfbXFdVQLgLr {  }
 }@media only screen and (max-width: 763px) { #WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #kAmd7qyQVCb57TNxxrrPGcZOSoVMIiBJ {  }
 }@media only screen and (max-width: 763px) { #WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #rwIP9OzU8ozv8P4sqIC3yfdDwHk6QRTn { display:block; }
 }@media only screen and (max-width: 763px) { #WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #SzsWNZaCm1OkkqWRPLRXF4zSuPkI26uD {  }
 }@media only screen and (max-width: 763px) { #WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #cVGsqJuWXVLmkPzyV6ETaKlJViapXfw6 {  }
 }@media only screen and (max-width: 763px) { #WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #howQqaPOcCG1G1LIP0uyvsfgZy8zg4fq { display:block; }
 }@media only screen and (max-width: 763px) { #WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #nJzNnH479Oxktpr8zFkFuWu4WFsMzf3A {  }
 }@media only screen and (max-width: 763px) { #WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #EtcN2uHezgr8JXkEZEPpVVQeyIqyxodC {  }
 }@media only screen and (max-width: 763px) { #WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #AwfSmJXVg2cfirQqDHCccDc2EdIiWSFL {  }
 }@media only screen and (max-width: 763px) { #WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #U9k7nrwogePL6sCdbtyxDunHS3FrElTQ {  }
 }@media only screen and (max-width: 763px) { #WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #JxowqbWRfmd1nW1ziDKn5LfhQrhGtxdf {  }
 }@media only screen and (max-width: 763px) { #WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #RLULtudzIhtpfAPIEZ6ErayPHfhauvSU {  }
 }@media only screen and (max-width: 763px) { #WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #Gu6s7XvlPCilX7L0w7ETun3dskNT8W4O {  }
 }@media only screen and (max-width: 763px) { #WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #kuNDWHyD54u0hc8ciuDlIFRJR4phcdPT {  }
 }@media only screen and (max-width: 763px) { #MNJZI7QoeeWaeRaz7ACJ9uUhkmte4Ilr { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #oEaM5U0CusBTT7HsL8JTTNlZnEFwdanB {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #MCvW0vB2ykELB4Ve3dIKmFtPxsLLk1dD {  }
 }@media only screen and (max-width: 763px) { #D5yvk3ZVUNJ2toh15gTuqvXHvJ58T5AM { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ENTGJAV4ly7ghh1oA6StETkufEGU77Cz {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Achrbvyye3tyaw9oyMrk28S3BCMNQ0FG {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #iXPpk5vDui0aKpGlV1WExDUxzT9Ev9TU {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #E4TkQ6W8TyghCZ6mNE79r1lOQufPBkEr {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #SqrmGDik2yA8o07QBTb7s1cS4aXyzDgJ {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #IwlGRI1iilamGe69IiAf6a2FWn9s52MC {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #P2AOfvhJHXc7xqfPzXcZAdyiI1BDgHNt {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #K6v6mnNtTnhgLehCcwvL4qKTm8KAhu7x {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #SmiFXX6M171xlCbMu86xokMERgqt3PSt {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #sDwMxshc7B5mlVCssAXwBcBscl6gNLgr {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ppDNAt8QdSxIHev5RyZEQKtqN4rxPXrn {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #sdBP7L31hgKvVnDA3GewkVlxO9X1HzB1 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Sl7byfSmVDXa0wpk2hlt9O79EXxahICN {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ggnUEy1KDfG0zn8LIRozirM5V2mLpJty {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ovTpITmofndcncK0fnzHyIs0R91cFSzq {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ptTg5XVOmw38yBUzMMEU4tvMxIea7XRq {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #FIOIOTtBqZ6BIaVg7VVWyUkEF5beE3Rr {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #dEJeg64EECsXRTwQvXN2qzfTpOGGbbEN {  }
 }@media only screen and (max-width: 763px) { #xD475oUXetvRHKgsToCWcI21CL5wPmfs { display:block; }
 }@media only screen and (max-width: 763px) { #cFT4EwowrXti95LnGs69uFEiQGr1dklh { display:block; }
 }@media only screen and (max-width: 763px) { #E6GVN2ExNzsN6zlb48lT4Zvml9RDdTtl { display:block; }
 }@media only screen and (max-width: 763px) { #BaiLtSTi3VBNUeFr6qDPgTt7T0QDZgHi { display:block; }
 }@media only screen and (max-width: 763px) { #iRCprLDhTwuwdrg8MgLkoZxCf14TEXwx { display:block; }
 }@media only screen and (max-width: 763px) { #sDy8JCp12KGB4k3wzJ6gMk2sTwxObokB { display:block; }
 }@media only screen and (max-width: 763px) { #eHLlgZ9cTytNGyPfN66Q6X5z64NexN8n { display:block; }
 }@media only screen and (max-width: 763px) { #LqSTt9JwfJGHTsyD7mIlB3lrUhDu0xlZ { display:block; }
 }@media only screen and (max-width: 763px) { #HUhJE7RXyU1R7NQOTbRbzJQrXEWXgUXz { display:block; }
 }@media only screen and (max-width: 763px) { #ZlvkMtAEGxBbOZKNMrBZipcQC3bPJGRH { display:block; }
 }@media only screen and (max-width: 763px) { #oTt8cK41M9Vph5FQoKZLTn7oFLtg91vb { display:block; }
 }@media only screen and (max-width: 763px) { #QHyafFI33mqhHEewBHhW82851xtCDKoI { display:block; }#QHyafFI33mqhHEewBHhW82851xtCDKoI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JiCppaidOUkUDeCOeMurBzdtuIfMTov4 { top:6.1875rem;left:4.5rem;width:38.75rem;height:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mpp6WBdKLwmuVkwHNaNczmQZSt2f3xdq { top:25.4375rem;left:0rem;width:17.8125rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuzoQOmrCaTKOJADMa2vXAc3eMsZFy1d { top:9.625rem;left:0rem;width:15.875rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQcHn98GGyfOAt9sIwTx1BTeTRkP7olb { top:25.3125rem;left:14.93798828125rem;width:17.8125rem;height:4.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwPPF0rM3hABdXvDGam6Xhk1y3rZg6Vm { top:10.25rem;left:16.59375rem;width:14.5625rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTFIrzBNqVAP2tp3qXQMZudfV0LzIglg { top:25.5rem;left:26.875rem;width:20.875rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9F2BdA0JdWElZZhKo2PB7DFMOPND0L3 { top:8.25rem;left:31.5rem;width:16.25rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEeCXLtDX7kBdOAXZIJdW26CaILTS5hP { top:2.0625rem;left:2.46923828125rem;width:42.75rem;height:4.1875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQefASmVwa9D3IMR9QE118t8RkX1uz0K { top:26.5rem;left:0rem;width:3.4375rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lx3dUomf38O1Qm1bLapTBDQ3JczUXc2J { width:21.125rem;height:4.625rem;top:32.5rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwen1MBCaQi1vkt4xUTPM2XqnqnUkDvE { display:block; }
 }@media only screen and (max-width: 763px) { #k59HbQJyKRkltGKsP1rFN3HTMMdOLbzq { display:none; }
 }@media only screen and (max-width: 763px) { #Acx8X1qrvTvUAaNOVPQcLtkBLUMfMymq { display:none; }
 }@media only screen and (max-width: 763px) { #HPTQw8RDciPH7ygNE33Jd5TLxa6eKyp6 { display:none; }
 }@media only screen and (max-width: 763px) { #Jd611QTHQdsRNOr3MWXih4aSm99SG981 { top:5.6875rem;left:4.1875rem;width:39.375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsK6TtQt6xmlQQdizshAbHOV5XN0WKZz { display:block; }#XsK6TtQt6xmlQQdizshAbHOV5XN0WKZz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WXR6gLCzpycgwSRuxedIi30yo3WhxDTo { top:3.9375rem;left:0rem;width:6.75rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qf5yin6gBwxbspTJvUzf91TiZVgSWiAv { top:6rem;left:0rem;width:29rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GodbxmT2qITrb7WWwa6q9siv8PDR0V4q { top:11.375rem;left:0rem;width:36.625rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXtikgObHkirxsG1d3pZz9ubSpebEbLG { top:13.3125rem;left:26.875rem;width:20.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AM29i8MtQ4Lvgs9pvQ123r4OtpunZC10 { top:9.8125rem;left:32.8125rem;width:14.9375rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcGL1AuPp7Q4Bz035u1oz1aQhBOA2tyU { top:3.9375rem;left:42.0625rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgJJkvMX3ArTxP8NiMIwhmyqAIeo2W6I { top:3.9375rem;left:23.875rem;width:10.625rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtCGbR8SmCHpMn9ggs6TN1mwgPylem25 { display:block; }#xtCGbR8SmCHpMn9ggs6TN1mwgPylem25 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nqnVUiXBGOT1vPlWam4wfBOXsD5dCqr7 { top:2.1875rem;left:0rem;width:47.75rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeLWfydtZeoTiWTkRLiz06PzOzLr5P8s { top:6rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7dUChnMQUAyMNUonoaUaEmNld2NbppL { width:21.125rem;height:4.875rem;top:32.0625rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyo0sU6nk6maPs0b0BCKN7cHKWr1iaUc { display:block; }
 }@media only screen and (max-width: 763px) { #k7mnkdMXhrW18B3EvG61a5NS86c3Pk6R { top:0.6875rem;left:0rem;width:12.9375rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xu6CRrirdUCH5UfwHm1i9mfev9isdL4L { width:37.375rem;height:6.9375rem;top:4.9375rem;left:5.1875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MguIB67rEVTBJvlUmaOW5BZLVNE9Is0a { width:37.375rem;height:6.9375rem;top:4.9375rem;left:5.1875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #w147sEnx7SqgT2LEdnwATWMUuEvCwW5U { display:block; }#w147sEnx7SqgT2LEdnwATWMUuEvCwW5U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rev76O4Bi40SJW4kBy9zSLsbE8eJNgZu { width:45.8125rem;height:3.5625rem;top:19rem;left:0.96875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ed5Uqn2BmndqwVesuZIi9416ANSRAa44 { width:22.875rem;height:3.0625rem;top:14.5625rem;left:12.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nZtBaZQAkVwssaTpZ11UV36vruX72yui { display:block; }
 }@media only screen and (max-width: 763px) { #epAZGQ838kwMep5R2Dlqq28lCoqptqAL { width:37.375rem;height:4.625rem;top:4.9375rem;left:5.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tuh8IMry38KpWBuMMFQW3EEL0IGl7lAw { width:39.375rem;height:3rem;top:10.625rem;left:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOQsi866GNmWUWIBctSGtNC0BwTT5Dtt { width:32.375rem;height:2.0625rem;top:7.5rem;left:7.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F30U6Cqq8ugqb2s5OF2CrHtw1BepyTce { top:3.75rem;left:0rem;width:47.75rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8Qoiw35E1GmCSp9cee0TW8lFNTdepON { width:20rem;height:1.9375rem;top:1.6875rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #hX0KzT3OoycV9XgMGb8Jh7rrHpZpmOzw { display:block; }#hX0KzT3OoycV9XgMGb8Jh7rrHpZpmOzw > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tBnXpuPugvP94UTbAcMEuiwvglO8Izq6 { width:43.3125rem;height:4.625rem;top:9.375rem;left:0.99853515625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGOyHQmXBIlXCcsh61HGO6NUJEfzDqIG { top:0rem;left:11.125rem;width:25.5rem;height:9.43725rem;display:block; }
 }@media only screen and (max-width: 763px) { #mguCitoFyubWLIO4eKudZAfoWt5VIeyq { display:block; }#mguCitoFyubWLIO4eKudZAfoWt5VIeyq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CTBUMlCaR9l80xlX2aLH2BmM5p63913f { top:0rem;left:0rem;width:47.75rem;height:16.115625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyI76Ry8iIXKz9Wsnwt87iOaLT6ttkBa { top:0rem;left:0rem;width:47.75rem;height:16.155416666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZx7futmTqCVMCDutrhxOwCXO2eVe2LF { display:block; }#JZx7futmTqCVMCDutrhxOwCXO2eVe2LF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fbKFto4tScmrfIRT8Sn2kMTHyFLzZvex { top:1.5rem;left:1.1875rem;width:45.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mU80k7MZTs0IPFQIrZLmTeAbVsLPLb2u { top:11.8125rem;left:3.3125rem;width:41.0625rem;height:7.2495rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqMmsRw8kXp5v1AGrhAEdwyCMdmwqJQT { top:0rem;left:32.4375rem;width:15.3125rem;height:5.1871818773674rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSQ2PhzqOOcTXdD2RFil539rUcL3qMai { top:21.9375rem;left:0rem;width:41.4375rem;height:18.8745rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyTeZGoSMTMxG6ylCuvdTAPtOTwemeIZ { top:15.9375rem;left:23rem;width:24.75rem;height:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQrq9IhqUWSeO9c4Thd4rEZ0xdKdewWn { top:24rem;left:30.5rem;width:17.25rem;height:9.43725rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb2zF9uMO6fdViGHXPrwUExiCUn9sIF7 { top:12rem;left:0rem;width:47.75rem;height:28.456595578641rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdaFiyDATQEMNS9ivpDBdgP8JFvGcEQl { top:32rem;left:0rem;width:22.5625rem;height:4.3125rem;font-size:0.9375rem;display:block; }#XdaFiyDATQEMNS9ivpDBdgP8JFvGcEQl li:before{  }
 }@media only screen and (max-width: 763px) { #B0KDzplzaE9HIIPbJ3hcrPt5w7SEHTE4 { top:41.375rem;left:0rem;width:27.5625rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #shUUdM9Sfp9Smn6bF08T5iT4hhoanNGz { top:28.5rem;left:0rem;width:22.5625rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFkEexpJwxud7Ps3xPXIt5qCKF6EXV7r { display:block; }#vFkEexpJwxud7Ps3xPXIt5qCKF6EXV7r > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #epPmrRnlSBJnmbKU5ZXBT08XlxZGEMho { top:3.875rem;left:2rem;width:11rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1nrE73PQmJTPaGTHnR6u5JVZxnhnRWF { top:7.1875rem;left:0rem;width:22.5625rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4pJpEV9fdysOcWmd8MGeuElTKaBxhwd { top:14.5625rem;left:0rem;width:24.375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9CrBQS1XXkqkrLTGeTgwpcfxkTLnWaO { top:18.75rem;left:0rem;width:16.75rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVlT4TJ8KPmnbUPzdulhMsGGLVIwfICR { top:21.1875rem;left:0rem;width:24.375rem;height:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBDZqf24u7GppzsZFCeFmmnXiGSaXHWm { top:3.8125rem;left:6.1875rem;width:41.5625rem;height:35.321846902984rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgyOrHIJWA2aAq9nBMt4e1od3u6ZGasF { top:25.5rem;left:0rem;width:22rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghxgVCIwUxCTgJDQPawAP2nmxybVn6E3 { top:35.875rem;left:0rem;width:36.0625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lp3kFwR1LBAydmDuUXGK09qDmq7SWl37 { top:53.1875rem;left:0rem;width:20rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ctzwlJCAGdH6BS0TwMJbT5ooTwtl5dr8 { display:block; }#ctzwlJCAGdH6BS0TwMJbT5ooTwtl5dr8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #idqSqQ3qoCeeOPTHDl0CioMAInhcngNT { width:23.875rem;height:3.4375rem;top:12.9375rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n37CSwkODQrQU39624Qan4xcV7e0DZsB { display:block; }
 }@media only screen and (max-width: 763px) { #tAA7qow28nn8qKqkmiU6F4oh4RTaVE5k { top:15.25rem;left:35.25rem;width:12.5rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMBb7JPaoLWfB4r6ealiQXbT9dgFX6EA { display:block; }#MMBb7JPaoLWfB4r6ealiQXbT9dgFX6EA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rr6O4tZ2fBsDQpt1ablBa7VdhlGQeSas { top:1.1875rem;left:0rem;width:47.75rem;height:13.4296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k74XJ9ICAh1brMoq1yGlX438E95XhdPl { display:block; }#k74XJ9ICAh1brMoq1yGlX438E95XhdPl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IWI9esNGMowArk8dawypkBhCPe2qH9uE { top:10.625rem;left:0rem;width:47.75rem;height:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSnMdHtGVMnQQRoud2R0VEzOKdxRweuz { top:18.75rem;left:0rem;width:24.125rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1ilGPhKF6Tvl05yw7BJZdGvcDU245DL { top:33.25rem;left:20.75rem;width:27rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3bgzToTe7R6H9uNlRU76VBJKdxrEdea { top:28.375rem;left:23.875rem;width:20.9375rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #saWJuUlU573k46TN9T4PdSeiUuiQKTv0 { top:13.75rem;left:2.9375rem;width:20.9375rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sat7wM1slgw0pxyrDH2QtKWborM6oGQ9 { top:28.375rem;left:0rem;width:24.75rem;height:15.336331714493rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIUuJNJA3DvtHTai9GBp2N4nScIpiShc { top:12.0625rem;left:21.125rem;width:26.625rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHAy1mJJ3qkrMcGzc6soIByOz66zsAby { top:26.4375rem;left:0rem;width:28.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDTEGpAVFVLp8v9DMx0thTTqsJhDUoAG { top:45.1875rem;left:3.125rem;width:20rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sn7ZCftgCRDNaDatCX3QLgfVKIUkXTo5 { top:47rem;left:9.8125rem;width:14.0625rem;height:4.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8CIv6I1wrGKgEr7Ud3XApp8xZ6vAoOT { top:46.375rem;left:0rem;width:27.0625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLc2aIzvfEyUVAtu9fyFE0nmF5Tn91Pp { top:51.625rem;left:0rem;width:27.0625rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzeDTthNhiUxcq1nlEmWOb0LbE4cKBVO { top:2rem;left:0rem;width:47.75rem;height:7.125rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZUyNsQDZtPhgEceMylhiTy6xHcWik0z { top:40rem;left:14.0625rem;width:33.6875rem;height:3.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCFGgUP0bhsEOf6EQkByPTR4piBVwr7O { display:block; }#gCFGgUP0bhsEOf6EQkByPTR4piBVwr7O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #amBDKxcRGHqrxLbDkAbIQOGfsefnQ8qO { top:11.5rem;left:16.0625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fHOFXe2fuZK7LJyWllSRI4mvl2mtDTcP { top:12.5625rem;left:0rem;width:14.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOAHXP7FTIWKytshqGcg8GaO5sBCDr7a { top:12.5625rem;left:25.125rem;width:8.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2TgpbAJVu8tP0EbMAIT6JLBEnacULGg { top:8.5625rem;left:30.75rem;width:17rem;height:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMPyPmQeGE93SwGrn1admmNvZ1DDMTMR { top:12.5625rem;left:37.3125rem;width:10.4375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHltXd71HXDL7aKIM27L80WbGRa4DQIU { top:8.5625rem;left:30.5625rem;width:17.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oc9qVfSnAVHTSpvsOdTT5zlAfwugDaOK { top:9.0625rem;left:42.125rem;width:5.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bX2osUTzV8Ka8E31d1zsypcspNSzcahw { top:17rem;left:0rem;width:21rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlW3m5kz8zR4HtX3BAr2Dr32nKBwPc8A { top:21.4375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilx9KXat91S6zzu21RUUKAD2LnKDEPPK { top:19.3125rem;left:0rem;width:28.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDCLkeUX4L2rzo1lq4XLC5pzEg4v3TpK { top:16.0625rem;left:43.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUPslio80ZfHIwTdJkfdVtVlFR7AUlgE { top:16.0625rem;left:27.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MK99IDmMIJZAwbTmpdfaQl9w9Wb7EBTQ { top:23.3125rem;left:0rem;width:21rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZyW0mTex0dhOvThBUM2tyLWhfQVnueW { top:22.375rem;left:27.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOpK4fMzcuFaEgCXgSEd6EsEMKnZWkuu { top:22.375rem;left:43.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8kD5LWTTE0geIEK7Ma2rIONU8BshemX { top:27.4375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBFEXp886v9apzxBHFOCcIPCpUQIrECE { top:29.625rem;left:0rem;width:21rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhS71QrTcaBZQqgrntiZuWf1Qq5TOqaN { top:28.6875rem;left:27.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWSeho0T5KJxaoRvQi81AUWBZTakrVaI { top:28.6875rem;left:43.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAPbLqmngulsdTGKl11sSoeFJBGEGouI { top:33.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBNfKIMxH1H9XkVUzxFrkI0ilvCWdZCM { top:36.125rem;left:0rem;width:28.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9UZ2CHMtFpbHUgu88UGZAgZMet4fa4S { top:35.1875rem;left:27.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdJeIZf8xbtrza4TT4qTX406u5N9Smk0 { top:35.1875rem;left:43.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRaxMf1re15e1rkU26Xfgyd0Q3OCUesP { top:40.5rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVrouSKHCc4BQurtH3oF6VERaX1dnMEh { top:42.3125rem;left:0rem;width:10.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5Kwt7NUVxioC4EOTNJFcR8n3XsEMkWx { top:41.375rem;left:6.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gqu4cn0VLrOOZZG0vau6EFbmNRJOxq2r { top:41.375rem;left:11.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltwBGwJwq5tg5tVqMv3dNMXxob23R7Ed { top:41.375rem;left:16.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJymfDpzqyMGmPZCZ14yr2c99bQfw90Q { top:6.125rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #luCtS52iVkKtOTWuJzHmPIxiUxv0L81Z { top:2.875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TfCKxu0q7pI8yuKdXoSZBo7CiAiTdlF2 { top:3.75rem;left:3.1875rem;width:4.6875rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rSamafqD9R44l99z3huTUoCPzphhtkW6 { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #WXOzbOHV5S0LOcLaPhWTuSn1wI3xgB06 { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #qCrecDC6Jnic6RatktxXpk38eFvBrTSw { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #Pbg442ILwRsimqEAHnAKOWDb5Rz4z1nf { top:3.125rem;left:9.75rem;width:12.5rem;height:1.25rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xw6G1of4Bm1wXmq2TVf69Ow32rzQFSqF { top:14.75rem;left:2.375rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #eyzNzFFE3wQyp9DBHAICJloOqv5Wt6mI { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #XGIHBJF4K1wVLzZRnXM09y6u8RtZClpN { top:10.875rem;left:0rem;width:12.5rem;height:3.875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wJqTPuS4BTs5brBI62kn5TF6r8JsR8BC { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #Ztrk8UAqncBWcwT0JioeCqlUMzTLVvgR { top:13.1875rem;left:0rem;width:9.1875rem;height:0.8125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #c1gMa3EBtCQRlbNSeO3fFSclTACFsh6E { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #TqQy7WZ4OR796RFFdf5iGaUtZuKmFoIB { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #w9O3sklLHQO9rCpAinqNseC7FN4FowQa { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #nHBzpgfGa4k9L8wHcIrVWoemTq7x5QTl { top:23.8125rem;left:0rem;width:8rem;height:2.4375rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fhrn3FK05JM6liLgXiDQvQenL8hgzpkX { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #JS2lOeiuIPyVcvdpCb8mJTR0dJCGPBUE { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #i5CqUwetD2nzxkJodHZNimVhrpt04SPU { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #ZK9ukeutxrTLJIwe0e0z0kqTch3FahhU { top:22.3125rem;left:0rem;width:9.1875rem;height:1.625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QmpeBEON3z5LWrSonC6v4HrU6a0gDy81 { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #xGvoEQKHEVihf11OR21aPdMSvwUzLhOO { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #aPemEJAUF900RBkP0NBfCf8Jraz8aP1h { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #zFIM0R5hLvCD2GwZz7xboRyNnfRTqcmN { top:28rem;left:0rem;width:9.1875rem;height:0.8125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LV3DFKDTwS5muhaqDxbDtiScyx1eCKxo { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #BktJ0RzTVPdB5EkstHmen9Dp918Ww6Mh { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #gmgLuO23Xr6BRGx4S4kpxQTOxPcJftIW { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #eTnULm10KgNIcqh4JXItXcsCbUJNZaXl { top:8.5625rem;left:0rem;width:47.75rem;height:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kp5KR2TIuDynF6V40rZgVnm93nQThZD9 { top:3.4375rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIvqv7zTS6IiR1aspQ0vISFkmeRpUQ19 { display:block; }#mIvqv7zTS6IiR1aspQ0vISFkmeRpUQ19 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LiHRKWlgkgi8Z69XRdv1UMyewuQLCAfT { top:11.5rem;left:16.0625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #goIItLMzc0DBuI1J4SNcPTsEECXAMPbB { top:2.125rem;left:0rem;width:47.75rem;height:8.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTICilAF3nKiCska9IakUyWNDz2N6ZeC { top:12.5625rem;left:1.8125rem;width:44.0625rem;height:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Enl8KsoZDskEqHSvt3NJNGvqFo5RDgbl { top:17.25rem;left:24.875rem;width:21.0625rem;height:6rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rM7RrfTsHLMWlQ2lwg5dQneKcbr8Kqs5 { top:23.4375rem;left:24.875rem;width:21.0625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQmGqXpDwot7JUboLdRSO6AUaKXTVfg4 { top:26.25rem;left:25.5rem;width:19.875rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWOGfJWpUa71MPr1TJtaef3zRhVygFqW { top:10.5625rem;left:0.4375rem;width:26.875rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jwr0hxbqNg1bbyBXRFL2Z8ywI67hFpbG { display:block; }#Jwr0hxbqNg1bbyBXRFL2Z8ywI67hFpbG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VeIw3XA1GlbwMqdSdPQ1GDUbBbTHPlny { top:-3.125rem;left:13.9375rem;width:33.8125rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8m4qPwgyc4DVHgdVlroV0GNxrM4041d { top:2.75rem;left:0rem;width:23.875rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mA5iQXtETbKqM1rNq6fOXBXVS3cChobW { top:12.5rem;left:0rem;width:2.625rem;height:3.6017718774643rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQyW3MoaUCxkmeAaltDAXIPtuTMxplf4 { top:3.6875rem;left:0rem;width:1.375rem;height:1.9127434994348rem;display:block; }
 }@media only screen and (max-width: 763px) { #xK0T7sn03S8Plp2O6IdFUJTZCgaPRSSE { top:3.0625rem;left:39.66357421875rem;width:2.3125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXuzqFTG7lznuXiwcblsva0pqP67cIKx { top:3.0625rem;left:0rem;width:45rem;height:13.811625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5GVVZiAFgbSBToH0Ia5FM5mncaHOoyG { top:16.875rem;left:0.9361572265625rem;width:33.1875rem;height:7.4861555466163rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJBHeE2sLWo5vRdH0LT5xEcRawofwFB6 { top:33.3125rem;left:0rem;width:8.875rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFDakLETCCq2qSJrz6GC2T1hJk6cSHZq { top:33.25rem;left:19.406616210938rem;width:8.875rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBRqCsI7UVl5SN1WoZTgAm5NgXVgkZNU { top:32.75rem;left:38.875rem;width:8.875rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwUfVEhlNZsom5NQ7sn9z9oTISp3MR6u { top:12.5rem;left:21.8125rem;width:25.9375rem;height:13.280501795691rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrgLkbssHkoFrQBGvf4ioIpDeqBt4mdy { top:-2.375rem;left:0rem;width:21.8125rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXrvIb2wrAuJs2kHD9DKewRIbu0EkA5K { top:27.9375rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hACTgekWCgIk2oepvnPgH5KXaqiDxX0f { top:39.5625rem;left:0rem;width:17.875rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxx18XUNF3QmUfa9IdoKwfM9AbwPVMWU { top:38.9375rem;left:0rem;width:19.5rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbAUaRCTGlO2FNc3XbUhJLc9n3ioGbxV { top:36.3125rem;left:0rem;width:18.1875rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8OhksrR3ZXfCAnzTTU8ZeaCJZ8r9iwL { top:51.25rem;left:0rem;width:15.125rem;height:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDt1ZdPV4l2Qf6hiIpltxRds2FVkiNxp { top:36.3125rem;left:14.750244140625rem;width:18.1875rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #acNybRu1VQAXBouqoMnw7G6lrULVWvSs { top:38.75rem;left:14.7490234375rem;width:18.1875rem;height:11.211779774788rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBS5Q4qPcEyxAZvdwv3KTmgRLEeWUZ4g { top:51.3125rem;left:16.3125rem;width:15.125rem;height:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkNR6ObxS7lBFlVNFaPVTcuTMqBcGmHJ { top:36.3125rem;left:29.5625rem;width:18.1875rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kstiCRNu1H32EOD5XT121yyVgvrmR7mn { width:24rem;height:3.9375rem;top:61.75rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UACspPUJ45FEXTHXzevJiHpc4QmThXNf { display:block; }
 }@media only screen and (max-width: 763px) { #trVQJlTBC9kZw8cQESadXSbtdcXRPQxQ { top:56.8125rem;left:9.4365234375rem;width:28.8125rem;height:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oq0clqhaOzFh1GkDQ3h0xOTTKKacxIFT { top:38.75rem;left:40.8125rem;width:6.875rem;height:11.086739612238rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKfz0yGd6BhpLLcW2WshmvzdC2BTfPzs { top:51.25rem;left:32.625rem;width:15.125rem;height:3.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ft9WnEG9u5X8LZEz0uzVTo0cdp77CQzR { top:93.375rem;left:0rem;width:15.3125rem;height:4.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZR4GVfCr3EO5KWtP9dfXK7Mp4dy0nzHP { display:block; }#ZR4GVfCr3EO5KWtP9dfXK7Mp4dy0nzHP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RmpkdUgvBKAxlPQBbKVDysTEzsTu3cDP { top:2.0625rem;left:0rem;width:33.4375rem;height:5.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRtkaRCQqgKGAcCkQBb1uZEsOTmKrXvs { top:29.5625rem;left:0rem;width:29.875rem;height:5.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7owPmKyxNvwsMqROFzy6tg1fsbvQrgE { top:35.3125rem;left:0rem;width:27.0625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #noxtLH1O9wHOCkctQ1Z1zuUCnBZtNVvs { top:27.375rem;left:0rem;width:31.8125rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPzLcmJCAJRvTzlOuQ7nTH1adWTFwkqy { top:5.0625rem;left:18.6875rem;width:29.0625rem;height:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPs0k7PZwMZJSgcgXTn8ZHUlTe0sfS6R { top:6.5625rem;left:20.875rem;width:26.8125rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOZhQFRJsT8x4rTgOM7zDGlvgnWsIEU6 { top:7.8125rem;left:20.875rem;width:26.8125rem;height:2.75rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfRpNKXxQT57KbxpSkrTR8WLX0iMsT1z { top:8.625rem;left:0rem;width:29.125rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #reKJSrM0MvWelX2iHIyTBZEQbDlO8cq3 { top:8.75rem;left:0rem;width:29.3125rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VD8Nx7RamsneNsc8SOAv42wyT2Gs1ZOu { top:23.375rem;left:0rem;width:18.5rem;height:4.9375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QiZRBKizp8GqzdPxEP6TuI9lVzwJHViR { top:17.1875rem;left:0rem;width:20rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ut830JABmg9cu81Ec2TdJWObVpHK2sbz { top:23.25rem;left:0rem;width:20rem;height:2.875rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #g1SMKKBwD9zdtPAsdpa8XSa9zbI1Bbsh { top:6.5625rem;left:0rem;width:29.1875rem;height:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHMT8bcuExXOJLhc0vvqTJDxNBsiXWFt { top:11.1875rem;left:4.84375rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRkK11Gp8pWZ69fnFG6mUf41zWmAP1yM { top:11.3125rem;left:9.458984375rem;width:2.3125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxPKtRQ0yVdAtg1UBROm5RJHF85QhOTI { top:26.6875rem;left:0rem;width:20rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #z5uayFlsf3kam2ntZp8ThSsvmgA7fyP0 { top:37.0625rem;left:0rem;width:27.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJdnlscOO1B2iV54IV6aB2vplEmdXIZh { top:32.6875rem;left:20.9375rem;width:26.8125rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 .widget-regular-label { width:22.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 .widget-input-text { width:22.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 .widget-textarea { width:22.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 .widget-input-select { width:22.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 .widget-input-button { width:22.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 .widget-checkbox-label { width:21.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5  { width:22.5625rem;height:auto;top:10.625rem;left:22.6875rem; }
#bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 .radio-container { width:22.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 {display:block;}#bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 { width:22.5625rem;height:auto;top:10.625rem;left:22.6875rem; }
 }@media only screen and (max-width: 763px) { #bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 #UmuvQ2yUyH6JI55zwu6sITCg1L8EE1Ur {  }
 }@media only screen and (max-width: 763px) { #bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 #EH1OM2fyKxq1h8EwnFit6ecmEqrxcFHe { display:block; }
 }@media only screen and (max-width: 763px) { #bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 #LhqybopwL2XkLcco6Ar8BEyzuFkdPonp {  }
 }@media only screen and (max-width: 763px) { #bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 #K4yGMICzwTqpld0mMHd0NgbRoiSvzk4t {  }
 }@media only screen and (max-width: 763px) { #bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 #URCp39TUQZQlnyufXsL6pm44lVo4t9hZ { display:block; }
 }@media only screen and (max-width: 763px) { #bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 #f865ffL8ibPZGhTpx3uHByHqRbPd3lz2 {  }
 }@media only screen and (max-width: 763px) { #bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 #oQC8hC0RtKGwOVcKyiXezbxR99xBPNJg {  }
 }@media only screen and (max-width: 763px) { #bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 #zRX06urWI3l0up2nbkgNXTBa3Zs8Cu87 { display:block; }
 }@media only screen and (max-width: 763px) { #bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 #ZQPA6Mt1rKBVOoesWoa9vqUFvgrMSOTd {  }
 }@media only screen and (max-width: 763px) { #bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 #TkX3uUUuD82RENcIMRTQopXFHtoowOiS {  }
 }@media only screen and (max-width: 763px) { #bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 #isXJZzQ2gx960ttR1T3g416lw2QoKBMc {  }
 }@media only screen and (max-width: 763px) { #bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 #swXvH61fAvUG3ubyGwBRUXvIbw2Q3kT7 {  }
 }@media only screen and (max-width: 763px) { #bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 #WbSNJSnRDt0hReZKyKcGGMq4BzdRzUPR {  }
 }@media only screen and (max-width: 763px) { #bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 #EPzor8TPC2ZVb006HCk9OOg04dhr3hGD {  }
 }@media only screen and (max-width: 763px) { #bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 #yGLfTGtqXBouXOrSfgAOBXx2p040zuho {  }
 }@media only screen and (max-width: 763px) { #bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 #AObhdGkCpEB5oX1pnLPQOhRfql8hR7vG {  }
 }@media only screen and (max-width: 763px) { #J7QeMDWaQ4mDRrAqrEGo3TMRfAFGONSD { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #nne3PWuP4k7Ix84mGWxtCqkt21pbWknS {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #cLxxvz4Ffghd0ytcnQe6yzgkB25C5Tty {  }
 }@media only screen and (max-width: 763px) { #gXU1TdtRVwehfrvnZAo7WIQMzImSxvh1 { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #fTeRlSJBc5nyGBmPw6RotybPHyo8siX7 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #g2EBHIXrDByqEKKTvSOcf9f04uqSQUfK {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #K0laJbTOTVlXZZ64Vqg1I1M5rnKds2ZU {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #aKumpS09iIgQXIMT6dDrgLaOamNdv0wa {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #bIQTdzrd82BIcO5gRPoRO6vPCpF41BTe {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #nNlnHk105k5vqDq9Om26WOOueZ0yZHnI {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #P2sHt9bx8qe0sEvhtdnsuxb19DSBIPMe {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #yWyubBTQXa8HVypmEIFblzlGiQpmSemg {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #S4Q6kRTbacJATBcdbJwBU2E6cceVkToS {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #XWEgVyhOCECgwHLKdMfasTusz8dLy2VT {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #kNymAWTThItes0Db5cp4ypxsVM0XXlRL {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #lWGkcIFbaT1dqRLppwrGSoFPQRHXZTBP {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #c1y30EIP81pKs2z72I7NWykIUCN7AfIw {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #snHnPdBEkRKdqrkChadFDkT0OlNmNNqV {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #aRJnOvZhZrBsEgdEIH6TTrKbToMu29yP {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #k0HuWapux3zIWevEQkLtnXA9JIas8dnZ {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #EzvSdTxiK65ANnD6mXZCX1fwOKFm8guU {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #DNyw9d9P269Ul79isIH8peX9QV6ysMUr {  }
 }@media only screen and (max-width: 763px) { #TGxLmTsBvwCr7GhnTwrHvEm6ITqNaSl8 { display:block; }
 }@media only screen and (max-width: 763px) { #FzkyftuXNDnJFNDNhBt9JcuxEIBmfSPG { display:block; }
 }@media only screen and (max-width: 763px) { #Te9sCW1F5i1fq8lzTyc8ZOWQCEqhTQXw { display:block; }
 }@media only screen and (max-width: 763px) { #ryiKx2uFLIDW3kGsu8VH6vBcamzTHDEi { display:block; }
 }@media only screen and (max-width: 763px) { #g1HMk2ZsZJC1KUcSrTavRPlgW8boK8Hw { display:block; }
 }@media only screen and (max-width: 763px) { #QGkmHToFJ3SnUq6qOcll1GXLoFvWNtTH { display:block; }
 }@media only screen and (max-width: 763px) { #pelHI2UZMDxiC1sUZSaZRXIFgO2ATnwA { display:block; }
 }@media only screen and (max-width: 763px) { #ACGDC5bTR3mUhiAosLzgeaccnM4hdvP5 { display:block; }
 }@media only screen and (max-width: 763px) { #ZnwJvmxCv4KGsh4itsx6FInwrHZG73hV { display:block; }
 }@media only screen and (max-width: 763px) { #AtuvKPxPUDT7crzdITyFbQpZec6HJFP6 { display:block; }
 }@media only screen and (max-width: 763px) { #ob9Ae9qTXuAc0l3NTHdpDr3M0PhUUSk6 { display:block; }#ob9Ae9qTXuAc0l3NTHdpDr3M0PhUUSk6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dJUKBEUlGp12Cxkp8vS3sToveWaQF31G { width:20.8125rem;height:4.0625rem;top:43.25rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwzIVXSTmtitt67w48mnXGnNIfCNWGQI { display:block; }
 }@media only screen and (max-width: 763px) { #JyhM273ohq070fryztuZXn9nsTnEkEFT { top:8.25rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ul95w5Fh5ZrcEZd6DRlmuBaIlRUibgcV { top:1.25rem;left:19.976684570312rem;width:9.5rem;height:6.2710754388944rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyIB73mEyfzbXnbJFZ9nTsyT6klFy8Gw { top:11.125rem;left:34rem;width:8.125rem;height:10.562125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoLJrJ6BACreuNIaw47dqOcousEsvMm6 { top:14.9375rem;left:24.25rem;width:13.5rem;height:7.9007152337413rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkqxiTfSah7imVGSTQWNz1JAzGxGynHw { top:11.625rem;left:0rem;width:28.4375rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCKK6G8NddxSvyANTTPdamxckFOrUG1D { top:25.0625rem;left:0rem;width:21.6875rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEafCV5gTBPpTs3tcArGoUU2CZq3ZAdB { top:13.1875rem;left:0rem;width:8.1875rem;height:11.165449421177rem;display:block; }
 }@media only screen and (max-width: 763px) { #kL4vzu2k4wid4tdGEzmSe4gLvMNaWkeX { top:13.1875rem;left:5.3125rem;width:8.125rem;height:11.164463037039rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNWnAUKveCsuBTRkgOUki8x0CDm7TxVx { top:13.1875rem;left:11.875rem;width:8.3125rem;height:11.228332985059rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8LQw7fDsAxNgkT91Pa9Ufhu8hpsvxv2 { top:29.75rem;left:0rem;width:23.125rem;height:;font-size:0.875rem;display:block; }#M8LQw7fDsAxNgkT91Pa9Ufhu8hpsvxv2 li:before{  }
 }@media only screen and (max-width: 763px) { #qiTmMZuW3PlGGoXETKF9DMngfIhBSyAm { top:25.0625rem;left:24.5625rem;width:23.1875rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zk9PoutcO18O8M16rGVzEaZyHqIpCde8 { top:31.375rem;left:24.9375rem;width:22.8125rem;height:;font-size:0.875rem;display:block; }#Zk9PoutcO18O8M16rGVzEaZyHqIpCde8 li:before{  }
 }@media only screen and (max-width: 763px) { #JZR1118QmHx7wEGkF18Rx9p6ppHOy8T6 { top:10.75rem;left:39.4375rem;width:8.1875rem;height:11.166295403919rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAb0Um7GwRyBHxyNbUyTb3OJiH3QEZWI { top:9.5rem;left:39.4375rem;width:8.1875rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuwOtsxTNytZGssSy5HU9KxceAxTgvT6 { top:11.5rem;left:19.25rem;width:28.4375rem;height:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmsxSww9K5JdaiqoJIMPdzMJ5xnUegV0 { display:block; }#lmsxSww9K5JdaiqoJIMPdzMJ5xnUegV0 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SzZy4dHe8BEzv0kCvMZGAU6hQzwIaG5W { top:1.3125rem;left:34.6875rem;width:11.375rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2zxZTMzt7WLaPcAAZL2oRKwVloEB8dD { top:9.8125rem;left:29.125rem;width:18.625rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4w5nV0DBo40wRlZVr6D9untnDDd5Llx { width:14.3125rem;height:3.5rem;top:17.1875rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMaxvcMHkTPmCt5M7gt0Se1xkMtPMyPD { display:block; }
 }@media only screen and (max-width: 763px) { #dJOxgbrKurJDWO6CbJBvTw88JhyX0MfZ { top:16.5625rem;left:0rem;width:26.625rem;height:2.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXL0eAzaUmibCehcQwedH593HifGr3oQ { top:1.25rem;left:0rem;width:8rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoTPkwoyCtTSKMaCH8mMzdu9l9EM2IDJ { top:1.6875rem;left:20.375rem;width:27.375rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OE3ftxqGFHTrUT8GErDt4PRQxPLPGqWU { top:12.5625rem;left:23.4375rem;width:24.3125rem;height:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #teNnSQ9Hea3S6ch0OvKIs8qvzIFDmuGA { top:5.625rem;left:0rem;width:31.75rem;height:9.1875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hd9XgPKLrUWeaa14hnQvVouDlULup9hp { top:8.0625rem;left:29.125rem;width:18.625rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Um6TpKOzaJ0a3k8WtyGDTEglz1c9JfLv { display:block; }#Um6TpKOzaJ0a3k8WtyGDTEglz1c9JfLv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mXgAecpnV87feoyHqmoAkh32OQ5EazCM { top:2.0625rem;left:0rem;width:33.4375rem;height:5.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOZ6a7WMCLKnSQZZdgBIz1sawV7Av2M0 { top:29.5625rem;left:0rem;width:29.875rem;height:5.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3K0MqeUqrUez2cPOH7CJJTZXBKfKzRh { top:35.3125rem;left:0rem;width:27.0625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aw0gOhTzNVIdFnRoJc6iKkg45ICFtQi5 { top:27.375rem;left:0rem;width:31.8125rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxKq9HJJR3LCiGc6GpoLrBiM1enTvmH4 { top:2.0625rem;left:18.6875rem;width:29.0625rem;height:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHCknsTft7aEbV79uEf2XQqfFx7XHNzh { top:4.0625rem;left:20.875rem;width:26.875rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMDCsAWbqEfJHcawD30u1ZlyNgxclDkX { top:5.125rem;left:20.875rem;width:26.875rem;height:2.75rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKos6mWX9KHiDRgTg25dzTxtViKlHl8f { top:8.625rem;left:0rem;width:29.125rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBKUEZ52ZvqPd1MhxsISHCbspbhhKvHG { top:8.75rem;left:0rem;width:29.3125rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXi0TR1xdnKtKTd5aOsm8q5NKE2g9TcW { top:23.375rem;left:0rem;width:18.5rem;height:4.9375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LDPONTTyEb3TZf1BPSPEvknmBZLBOnBx { top:17.1875rem;left:0rem;width:20rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OsJI6g1Ehd7Qorzrt5xcfwXkQoaKS01u { top:23.25rem;left:0rem;width:20rem;height:2.875rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #UadTGC73OviXCFlHL4OrTdqOBPBcZ6Dg { top:6.5625rem;left:0rem;width:29.1875rem;height:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ionLy8sggqxLHBb9rfPLZ777Bl7TJdsT { top:11.1875rem;left:4.84375rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8ROoK98A02sMlIzCXVDrbKQf7sQibJp { top:11.3125rem;left:9.458984375rem;width:2.3125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksBEg92787BJahFSGl0Nodsd16o792SW { top:26.6875rem;left:0rem;width:20rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nu0RfHhtGWNNgPh27GafoK7NwxTEbfSE { top:37.0625rem;left:0rem;width:27.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcaX7qfAFoiWEixLOre31rKilPMHF8fA .widget-regular-label { width:23.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#GcaX7qfAFoiWEixLOre31rKilPMHF8fA .widget-input-text { width:23.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GcaX7qfAFoiWEixLOre31rKilPMHF8fA .widget-input-text {padding-top: 0; padding-bottom: 0;}#GcaX7qfAFoiWEixLOre31rKilPMHF8fA .widget-textarea { width:23.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GcaX7qfAFoiWEixLOre31rKilPMHF8fA .widget-input-select { width:23.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GcaX7qfAFoiWEixLOre31rKilPMHF8fA .widget-input-select {padding-top: 0; padding-bottom: 0;}#GcaX7qfAFoiWEixLOre31rKilPMHF8fA .widget-input-button { width:23.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GcaX7qfAFoiWEixLOre31rKilPMHF8fA .widget-checkbox-label { width:22.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GcaX7qfAFoiWEixLOre31rKilPMHF8fA  { width:23.3125rem;height:auto;top:7.8125rem;left:21.9375rem; }
#GcaX7qfAFoiWEixLOre31rKilPMHF8fA .radio-container { width:23.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GcaX7qfAFoiWEixLOre31rKilPMHF8fA {display:block;}#GcaX7qfAFoiWEixLOre31rKilPMHF8fA { width:23.3125rem;height:auto;top:7.8125rem;left:21.9375rem; }
 }@media only screen and (max-width: 763px) { #GcaX7qfAFoiWEixLOre31rKilPMHF8fA #SCTf3Efp9r4ILUfWnBUp3Gr7SrCyEhuH {  }
 }@media only screen and (max-width: 763px) { #GcaX7qfAFoiWEixLOre31rKilPMHF8fA #BF2HihK9iFbL3m3JyHy8HM5F0uXMDkNP { display:block; }
 }@media only screen and (max-width: 763px) { #GcaX7qfAFoiWEixLOre31rKilPMHF8fA #tGBHtPV5IZToNrL5ZAT9XLGSu5EepCbS {  }
 }@media only screen and (max-width: 763px) { #GcaX7qfAFoiWEixLOre31rKilPMHF8fA #hfO81qyI9zIflC5Z7gED9Gz5UNBMR6pr {  }
 }@media only screen and (max-width: 763px) { #GcaX7qfAFoiWEixLOre31rKilPMHF8fA #UvdtUzsb5l5Bm14Hg6z0HHmqP9WCilCD { display:block; }
 }@media only screen and (max-width: 763px) { #GcaX7qfAFoiWEixLOre31rKilPMHF8fA #JTLZIGVGBTPv2TFgHfz6Vw9Oseeh0D6F {  }
 }@media only screen and (max-width: 763px) { #GcaX7qfAFoiWEixLOre31rKilPMHF8fA #RPgu2ZxSIxuWpTpMOSe0Hq9dEax5hO31 {  }
 }@media only screen and (max-width: 763px) { #GcaX7qfAFoiWEixLOre31rKilPMHF8fA #qk9TCyXWyGXa3JQMfBNztkp4Nc9of4DT { display:block; }
 }@media only screen and (max-width: 763px) { #GcaX7qfAFoiWEixLOre31rKilPMHF8fA #QQ3U3IhOfSH0Q5Shqz0GLFsg7LNa1qXa {  }
 }@media only screen and (max-width: 763px) { #GcaX7qfAFoiWEixLOre31rKilPMHF8fA #dbe6if2RE1CH6xcfJcTa1saZRiiPExAs {  }
 }@media only screen and (max-width: 763px) { #GcaX7qfAFoiWEixLOre31rKilPMHF8fA #dtryUUlOI7hh3OIz1pBTsyR0U6gXudt3 { display:block; }
 }@media only screen and (max-width: 763px) { #GcaX7qfAFoiWEixLOre31rKilPMHF8fA #cwS9e3obCpKvHeD5hgp9pyCbugUkUL1k {  }
 }@media only screen and (max-width: 763px) { #GcaX7qfAFoiWEixLOre31rKilPMHF8fA #F4k25RMzefyOhUagi3wvfHMG1Gs1puJH {  }
 }@media only screen and (max-width: 763px) { #GcaX7qfAFoiWEixLOre31rKilPMHF8fA #TPWitHmioAWVvasy1L9MsZ2DlbQ5km7M { display:block; }
 }@media only screen and (max-width: 763px) { #GcaX7qfAFoiWEixLOre31rKilPMHF8fA #UaFTRdRnebkAaSyuT1hpbHlc0cF2gEk2 {  }
 }@media only screen and (max-width: 763px) { #GcaX7qfAFoiWEixLOre31rKilPMHF8fA #u2RCi31wizwgQSf7tuQal1OtT194rwyy {  }
 }@media only screen and (max-width: 763px) { #GcaX7qfAFoiWEixLOre31rKilPMHF8fA #UarzJM7FTBdL0JuS1R8dLmvTrOHHDPTt {  }
 }@media only screen and (max-width: 763px) { #GcaX7qfAFoiWEixLOre31rKilPMHF8fA #vmJdPZ5k8OBRGSIixPVEzGcGS4wiXTqW {  }
 }@media only screen and (max-width: 763px) { #GcaX7qfAFoiWEixLOre31rKilPMHF8fA #i0B74455DuJxWn3z4dEsshbuMHXcF6eU {  }
 }@media only screen and (max-width: 763px) { #GcaX7qfAFoiWEixLOre31rKilPMHF8fA #PLiJrTkTd5Llxa6luRDr2CB0BtvZiP6d {  }
 }@media only screen and (max-width: 763px) { #GcaX7qfAFoiWEixLOre31rKilPMHF8fA #y8rPTSiQVNmkQIhDOB1ZGVAHNXOALST5 {  }
 }@media only screen and (max-width: 763px) { #GcaX7qfAFoiWEixLOre31rKilPMHF8fA #OMyl224ASc0NtmSZDluVQW6rUJCTuuI8 {  }
 }@media only screen and (max-width: 763px) { #MNBEHuvV60GWTz8Nb0Tot4ISMxhUDFT9 { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #IozSOLToffsTVnJaxXf24tHOmr8ynQC9 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #wi9BhRNZBUaZSMTXOask3u3hSFlXmLmF {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #zO3gEMyofWtrXqLkAxDbpSiAFFD3MsK0 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #tub1x7oyukTpPX0ECPEyN5yE03knRfUO {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #t09wVUKzvPTVrHhzAXcP4E9s8B9lSOI9 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #vTM5cQP4xL8A4vhUcd38owfCdiEQ5lvw {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #sxIKsPDkpBT0SSIJboVuS2apTOhvwqeq {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #yOKgSqwdPaLOhf1gnwfW1kViw5KrkGeb {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #VbPl09GQBTNmI4lOqTncSbfs42yLQKAH {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #By6A03Hz0y1Uv6ZwE5kRQhLaNuT6M8Qb {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #w90IKz7cTEBUk88mQ2gFhPLXWKlkAQ7r {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #F79uaTyGKVOi39amSXkN4JUMvGt81x2D {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ZTteltiIGihvx7guKTWsXETNLDnlU3Tq {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #CZDPlexhF4Dk7pTxMQnLoWdOGEeSUr8y {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #f64ybU4g8khsKTyLlqSMK0v2rzpOfeun {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Cz5USKZtesVwzvxhsbyxFuly2hR75eVB {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #VCREBTeyoLR21ckJnWpE7o2iO24UJXsR {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #U9F8aZgkWnfkcaqgoWyToH75DqqI8rVt {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Hr0BvK9TBBLgBBEy15F2hRvhBClrUgsU {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #n8os7vdVlcXFcfuA1BnR6HxQ86poDGnH {  }
 }@media only screen and (max-width: 763px) { #Je9JLosTLy7ytJIIqIGeZakFOLQTuGPW { display:block; }
 }@media only screen and (max-width: 763px) { #ClDUmDZCLgzHfhc7dJHeyb0fH3RyAMrc { display:block; }
 }@media only screen and (max-width: 763px) { #qm4RXITG1opJmGtJ28f8nDKs3s4pBgmF { display:block; }
 }@media only screen and (max-width: 763px) { #fCdHeEczH64Jyv3sI4ki2tMadru5p21D { display:block; }
 }@media only screen and (max-width: 763px) { #pQebnEDuslGyOsC1lgwihhIl6Gn0hq2p { display:block; }
 }@media only screen and (max-width: 763px) { #ZooaCI5MQGq46LVXmKm7PnPUfQ5RfU5o { display:block; }
 }@media only screen and (max-width: 763px) { #iIfLzTCF0ZSP9bdSDLsSpCBAtkNXNcuk { display:block; }#iIfLzTCF0ZSP9bdSDLsSpCBAtkNXNcuk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TtloqO4TNLovGoy72ivZmF08PSyVXu10 { width:17.5625rem;height:1.9375rem;top:24.125rem;left:30.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rScaK8ztDiwtB3TVlPx3vf8Ez5oceEfu { top:27.3125rem;left:4.75rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g69COIrZP6w4zF5HSzz6iZi5rCEDTEGL { width:18.0625rem;height:1.9375rem;top:28.125rem;left:8.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkLcicUQZgSCc64Me9VFeZTINIIltRwT { top:23.3125rem;left:27.6875rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEeI8K2ihdpaTytaswghG2m0P5fr2xpR { width:18.1875rem;height:1.9375rem;top:24rem;left:8.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQ4hevM884hAy5TstxQXXD2IAKMqOf6I { top:23.1875rem;left:4.75rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCZq7a46IDzCZlXvigMOyigTp3yDLU47 { top:19.875rem;left:13.625rem;width:26.875rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBrvz3TWV3AXf96NEXwScTUkGA9dBDui { width:28.4375rem;height:4.625rem;top:34.25rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIBZw7uBSRVItEEg4pIfe9VIEh3UtTbt { display:block; }
 }@media only screen and (max-width: 763px) { #UNUX0K43MvAMrcOHX71LvwFXK5QqVJiq { top:1.8125rem;left:20.6875rem;width:12.8125rem;height:3.4213279668299rem;display:block; }
 }@media only screen and (max-width: 763px) { #irdkOLaw5wIgPkIz4SPTKtMeHrliPOLe { top:13.4375rem;left:14.875rem;width:4rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4TFKhCvFsviaUmDKAzHRVpCp4lgv9r7 { top:13.375rem;left:29.1875rem;width:14.75rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwwRxJCVX5ITdrQkO3KesMetiC5NWme2 { top:13.4375rem;left:19.5625rem;width:8.8125rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9xbh41AJ7BmX9xFsT01e2tN6tBd38Xd { top:13.4375rem;left:10.1875rem;width:4.1875rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIJd5db1aPb8KVxMz8Ars1FnIcyBDBUZ { width:17.0625rem;height:3.875rem;top:28.125rem;left:30.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgZ01ffd3vaQqCrOo0lOh00S1pR5lNTV { top:27.3125rem;left:27.6875rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Orw0O2GiDM7BKPHQ4QvIzLt4nXgWOafn { top:5.875rem;left:0rem;width:47.75rem;height:6.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKWBfJgVlzxLupFexn3nWAw1S3z5gizd { top:0.1875rem;left:0rem;width:26.875rem;height:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7dbcbe8d-6c0f-44c9-88e7-2d7e5babe064/2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); } }@media only screen and (max-width: 763px) { #OH2H9JBurqQUkFLfy6SGeDuAPkco5edH { display:none; }#OH2H9JBurqQUkFLfy6SGeDuAPkco5edH > .row .container { width:20rem;height:9.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TFftgaq1TwOBq1xfLqoNblTI34KanoAT { width:20rem;height:2.17480625rem;top:0.875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mACTdyphKrm1la9dbIpHiUdpVyhebAVv { width:20rem;height:3.0859375rem;top:3.599609375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsFJsLvATCRAio6pEttN6QyTXTA5vV0R { width:20rem;height:1.19921875rem;top:7.349609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrX6dLitLa8r6vdvRLIViFdnyM4aIlie { background-color:#150920;background-image:url("https://images.assets-landingi.com/uc/9f1d3361-1498-4382-9a04-09e1721c6fad/RedesignExcelDataBusinessCollection01.jpg");background-position:bottom 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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#TrX6dLitLa8r6vdvRLIViFdnyM4aIlie.adaptive-delivery-prevent-bg, #TrX6dLitLa8r6vdvRLIViFdnyM4aIlie.lazyload, #TrX6dLitLa8r6vdvRLIViFdnyM4aIlie.lazyloading { background-image: none; }#TrX6dLitLa8r6vdvRLIViFdnyM4aIlie > .row .container { background-color: transparent; background-image: none; }#TrX6dLitLa8r6vdvRLIViFdnyM4aIlie::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrX6dLitLa8r6vdvRLIViFdnyM4aIlie > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrX6dLitLa8r6vdvRLIViFdnyM4aIlie > .row .container > .video-iframe-container { display: none; }#TrX6dLitLa8r6vdvRLIViFdnyM4aIlie > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrX6dLitLa8r6vdvRLIViFdnyM4aIlie > .row > .video-iframe-container { display: none; }#TrX6dLitLa8r6vdvRLIViFdnyM4aIlie > .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); }#TrX6dLitLa8r6vdvRLIViFdnyM4aIlie > .row .container { border-width: 0; border-radius: 0; }#TrX6dLitLa8r6vdvRLIViFdnyM4aIlie > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TrX6dLitLa8r6vdvRLIViFdnyM4aIlie > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pFPbqe08z8RlwmlDWIlI2Q4lmarqcENv { width:15.75rem;height:0.975rem;top:4.6623268127441rem;left:2.1250000596046rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h790clU6hfy61ZSO5pDz801uRJfW2HDm { width:20rem;height:1.925rem;top:8.1241321563719rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f9OQ9Osf9LNgOe1n8qa9PvQkdWyBwsOS { width:12.5rem;height:0.73125rem;top:10.6875rem;left:3.75rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tks31TkGEEEwNUshdrLW9MKbpVBG7VS3 { width:18.25rem;height:2.2753875rem;top:12.25rem;left:0.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O5T5ZTbvBTaEeQv3Fa5aTST0uuMzmuWo { width:10rem;height:2.8125rem;top:16.6875rem;left:5.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fym3CeeVftuTF7Rl90UJD0F9iLvtiQSo { width:16.4375rem;height:2.2753875rem;top:21.375rem;left:1.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r2hiVawTzuqX6Ab6qZ5mALqNLAEaJc7h { width:20rem;height:4.8125rem;top:15.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSfoMmpFozl9DNnPpNTZutRd3wQyIXT8 { width:1.25rem;height:1.25rem;top:16.687499046326rem;left:4.1874998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgChlCfxIxuwTbWX3QDrmcvCzvpkvdLT { width:1.25rem;height:1.25rem;top:18.374999284744rem;left:4.1249998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbPstkAiCT7dMdNCVK2cBttr0Vb2bJsl { width:20rem;height:12.9019375rem;top:24.909722566604rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTx4PHkCHlUca9Et2BhdU9H8JFwmuSLQ { top:1.7491321563721rem;left:4.6562498211861rem;width:10.6875rem;height:1.6875rem;z-index:15050;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #M3CtxLE9CnLg0LzdKuR3WpcHW6k5TART { width:20rem;height:1.575rem;top:6.5503482818606rem;left:0rem;font-size:1.3125rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mtNtbdAOo0kQM9BflME7u8K2GEGgHg0G { width:17rem;height:3.625rem;top:43.06201171875rem;left:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQiEEHXyXcCUKiezgnhRQdEwASaP2G9V { display:block; }
 }@media only screen and (max-width: 763px) { #KNlasCAyccvDNTc7tn576czHMRCKNMTE { width:17.1875rem;height:3.75rem;top:38.4365234375rem;left:1.40625rem;font-size:1.375rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #cvIWkUILtBOhThTNZzwbfLBQorAmcdDD { display:block; }
 }@media only screen and (max-width: 763px) { #KDLMQGovzX9Muh4yWMQR8gN6JJtKPCEF { background-color:#150920;background-image:url("https://images.assets-landingi.com/uc/f58a828c-f04d-401a-bfc3-0335b3386d77/RedesignExcelDataBusinessCollection03.jpg");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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:none; }#KDLMQGovzX9Muh4yWMQR8gN6JJtKPCEF.adaptive-delivery-prevent-bg, #KDLMQGovzX9Muh4yWMQR8gN6JJtKPCEF.lazyload, #KDLMQGovzX9Muh4yWMQR8gN6JJtKPCEF.lazyloading { background-image: none; }#KDLMQGovzX9Muh4yWMQR8gN6JJtKPCEF > .row .container { border-width: 0; border-radius: 0; }#KDLMQGovzX9Muh4yWMQR8gN6JJtKPCEF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KDLMQGovzX9Muh4yWMQR8gN6JJtKPCEF > .row .container { width:20rem;height:64.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xTJzkv5KQ8C3q6rsKTfxw1gWSRuuT5y4 { width:19.75rem;height:35.6875rem;top:9.3125rem;left:0rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;z-index:14983;border-top:0.125rem solid rgba(255,255,255,0.8);border-left:0.125rem solid rgba(255,255,255,0.8);border-right:0.125rem solid rgba(255,255,255,0.8);border-bottom:0.125rem solid rgba(255,255,255,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #EErdZf0GDwt4xSbtLcxDHLN9DzvSqtAv { width:20rem;height:3.25rem;top:10.5625rem;left:0rem;font-size:1.25rem;line-height:1.3;text-align:center;text-align-last:center;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #af2Ob5lbSJ1n6EAptKRsIgDHkgql0aCx { width:20rem;height:15.8333125rem;top:48.230033874512rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfsVhlI0fCWvtTJka6gvFu2vgQIquTBd { width:20rem;height:13.000875rem;top:45.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAUqLMrWHnkA8dis1zcOxAUIGRcaQz3K { width:17.1875rem;height:3.75rem;top:0.6875rem;left:1.4062500596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtFme0ScMWrW4D5oanoArWNUMV9TWd1k { display:block; }
 }@media only screen and (max-width: 763px) { #iISl9Wt7VDW84rwdK1XWPaxGKGe0Oiez { width:17rem;height:3.625rem;top:4.9999990463257rem;left:1.5000000596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogWTA4xNvnE1i8D7pKTTu6uliiUeWskJ { display:block; }
 }@media only screen and (max-width: 763px) { #eEcUT3IMpzaEqn73T4QobVEZqL8X8TEG { width:20rem;height:1.29980625rem;top:14.448785781861rem;left:0rem;font-size:1rem;line-height:1.3;text-align:center;text-align-last:center;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;line-height:1.5;overflow:hidden;height:auto;font-size:0.6875rem; }
#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ff9700;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;color:#000d89; }
#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC .widget-input-text {padding-top: 0; padding-bottom: 0;}#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ff9700;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;color:#000d89; }
#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC .widget-input-select {padding-top: 0; padding-bottom: 0;}#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.4375rem;background-color:#ff2e5b;background-image:none; }
#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC [class*="-text"]:-moz-placeholder { font-size:0.8125rem; }
#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC [class*="-text"]::-moz-placeholder { font-size:0.8125rem; }
#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC [class*="-text"]:-ms-input-placeholder { font-size:0.8125rem; }
#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC [class*="-text"]::-webkit-input-placeholder { font-size:0.8125rem; }
#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.6875rem;overflow:hidden;height:auto;line-height:1.4; }
#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC  { width:17.5rem;height:auto;top:14.558156967163rem;left:0rem; }
#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC .widget-info-text { line-height:1.4;overflow:hidden;height:auto;text-align:center;text-align-last:center;font-family:kanit;font-weight:700;font-style:normal;color:#ffffff;font-size:0.6875rem; }
#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC {display:block;}#GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC { width:17.5rem;height:auto;top:14.558156967163rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC #vURvHWTZdaCPiKKPZPSQvGIF6A4lx6a5 {  }
 }@media only screen and (max-width: 763px) { #GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC #y97zW13bVguJ13zb5VkkS6VcWpxuBnte { display:block; }
 }@media only screen and (max-width: 763px) { #GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC #qkzriCbxxPggaEU0JsJm2iJxG7lPW74T {  }
 }@media only screen and (max-width: 763px) { #GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC #tG9KnKTowhglNXLfdLXNfPe6xtPT3Wua {  }
 }@media only screen and (max-width: 763px) { #GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC #SEZDS3FKO7W8hMzMoL5F9ZTGlNG1cW0t { display:block; }
 }@media only screen and (max-width: 763px) { #GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC #BTGL4RNcTtTiN7VMVszSTNGFwTU1hfNf {  }
 }@media only screen and (max-width: 763px) { #GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC #nySTBuCQMLZW77aaS9rzFVi9hoaL0Cqc {  }
 }@media only screen and (max-width: 763px) { #GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC #NkwJsOh35b4SSneXiTSXXFXF2P3FuZnM { display:block; }
 }@media only screen and (max-width: 763px) { #GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC #Tf1HUSShxlc7rWZt7yMqATzC1L7E567G {  }
 }@media only screen and (max-width: 763px) { #GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC #LCSHbK4DkPU3Ba6D4EoyvBfoFJXlfzz4 {  }
 }@media only screen and (max-width: 763px) { #GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC #R73AkguZ3kFFPVqAVql39pcVuAfeXR0I { display:block; }
 }@media only screen and (max-width: 763px) { #GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC #vTw1xakrguTP7iFVEsi9wF398HuXZdc0 {  }
 }@media only screen and (max-width: 763px) { #GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC #AWTXTXlNnr8yPBdTzSzDcGRZIAZtulBf {  }
 }@media only screen and (max-width: 763px) { #GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC #TkEaXzG1MXOtCUSxuSPng8q6STZPpTwP { display:block; }
 }@media only screen and (max-width: 763px) { #GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC #dXhNk926mnPe814gUJTp4HRlwr0BU38x {  }
 }@media only screen and (max-width: 763px) { #HpyZMRDJRDOpzAb8qfw2sgO4R1wblkHe { display:block; }
 }@media only screen and (max-width: 763px) { #RoMaaCL2Zxnf0Gqr6tVpIV6kwKdkV3xU { display:block; }
 }@media only screen and (max-width: 763px) { #efkd0DEClrmfZvO5zRMkc8foA9ssPStg { display:block; }
 }@media only screen and (max-width: 763px) { #nwkGA2lly8BEMoRxnJfaBqSs7UzLDUPq { display:block; }
 }@media only screen and (max-width: 763px) { #vTQdtgACJzNrSVPdBUSVPrT8bPNEceMF { display:block; }
 }@media only screen and (max-width: 763px) { #G3rpe5OaJqFpW0iftxDaAGfwSZoBgWAF { display:block; }
 }@media only screen and (max-width: 763px) { #PUprrztBNUPx2JZv62CEDACPPpknFZce { display:block; }
 }@media only screen and (max-width: 763px) { #JkK9zpKtUzlyVEpBuXfZ5uE00ZLLnzr5 { display:block; }
 }@media only screen and (max-width: 763px) { #dZdw1vsFQ2o1NHpNgDEzDxDAiNenwO8n { display:block; }
 }@media only screen and (max-width: 763px) { #GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC #TvcaGLqsAhUNh7dPSb8g4HZV5wG1DaXT {  }
 }@media only screen and (max-width: 763px) { #GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC #lyzrar4oLQf8UT0lFJeJFCslTPBFxiHA { z-index:2; }
 }@media only screen and (max-width: 763px) { #GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC #G78fVCpSKS2xGfrbbIttNN02xghXv7T9 {  }
 }@media only screen and (max-width: 763px) { #L76BF5nLwqABWgk0qJOZwvXBR7FoKd0Z { display:block; }
 }@media only screen and (max-width: 763px) { #T8cLMlcGOzXmUlOkUxnuc0vWAy9vz86n { display:block; }
 }@media only screen and (max-width: 763px) { #GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC #MiZxZRcEHdrtplZwxOWnHiUTRbGJ7MMU {  }
 }@media only screen and (max-width: 763px) { #GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC #EF1A7Z8hSyMFFdaopMPfTCc9K0l4pKRH {  }
 }@media only screen and (max-width: 763px) { #GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC #E1BI8JZ4BZFmU6o36R89tUxR1WHVsBIi { z-index:15000; }
 }@media only screen and (max-width: 763px) { #GDAwW8BgM4zB8BSDt7rSIVtHtphhT0QC #CBtVtnPkonrBffTMbvCimB5aP8m5Aqum { z-index:15000; }
 }@media only screen and (max-width: 763px) { #n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.8125rem;overflow:hidden;height:1.875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW .widget-input-text {padding-top: 0; padding-bottom: 0;}#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.8125rem;overflow:hidden;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW .widget-input-select {padding-top: 0; padding-bottom: 0;}#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW [class*="-text"]:-moz-placeholder { font-size:0.875rem;text-align:center;text-align-last:center;color:#ff3d0e; }
#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW [class*="-text"]::-moz-placeholder { font-size:0.875rem;text-align:center;text-align-last:center;color:#ff3d0e; }
#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW [class*="-text"]:-ms-input-placeholder { font-size:0.875rem;text-align:center;text-align-last:center;color:#ff3d0e; }
#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem;text-align:center;text-align-last:center;color:#ff3d0e; }
#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-family:"db adman x";font-size:0.8125rem;overflow:hidden;height:auto; }
#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW  { width:17.5rem;height:auto;top:15.748262405396rem;left:0rem;background-color:transparent;background-image:none;z-index:15046; }
#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW .widget-info-text { font-size:0.6875rem;overflow:hidden;height:auto;color:#ffffff; }
#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW {display:block;}#n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW { width:17.5rem;height:auto;top:15.748262405396rem;left:0rem;background-color:transparent;background-image:none;z-index:15046;display:none; }
 }@media only screen and (max-width: 763px) { #n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW #vIS5kFlCKkseVOPtQod1TEG0cCeuRcRB {  }
 }@media only screen and (max-width: 763px) { #n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW #PzikMKeJtdr1hbfoxcsVr09L6K7SWsFh { display:none; }
 }@media only screen and (max-width: 763px) { #n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW #csSdoxi4yCfiRyG9oIhqJgkID1OF68GL {  }
 }@media only screen and (max-width: 763px) { #n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW #L15PLcBJLaqWzJ2GiEokH9QzXxF0qI4n {  }
 }@media only screen and (max-width: 763px) { #n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW #ZmJJqdGPsRZetU3OOwwnRs4tSAVwTR9u { display:none; }
 }@media only screen and (max-width: 763px) { #n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW #oOZLXfdsTZLwnPGzcbnqOlX5a2ur7udb {  }
 }@media only screen and (max-width: 763px) { #n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW #bFSzbWpz3iOegH0gesnCvwRTwJAs54rJ {  }
 }@media only screen and (max-width: 763px) { #n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW #bmZ1VPuZPg1mWQ9fhqACi8fqntIW88Ve { display:none; }
 }@media only screen and (max-width: 763px) { #n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW #vGDOWSKhzHhT9JJNn4EX5heSXC9AF3nF {  }
 }@media only screen and (max-width: 763px) { #n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW #m0IVF3fZtx6IaAmsPxlQd9ZMlvC59JZo {  }
 }@media only screen and (max-width: 763px) { #n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW #aSA4OqhJVE0szT2bdTRbfNwkh9ndkG8n { display:none; }
 }@media only screen and (max-width: 763px) { #n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW #lE4VSXJJAZs7McK0AqoHga8eNQXiaA0T {  }
 }@media only screen and (max-width: 763px) { #n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW #WJyAnp1zfh5u4kfeb7SixT3rs8CT849V {  }
 }@media only screen and (max-width: 763px) { #n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW #xQueQgaVQdm3QgxLN9vTXZDWdMgWIlIa { display:none; }
 }@media only screen and (max-width: 763px) { #n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW #CKuGSMtWdTR34oLermukgMGIxx3L7poH {  }
 }@media only screen and (max-width: 763px) { #lib1zKM1OdPcSilDWMRSduXid10drahW { display:block; }
 }@media only screen and (max-width: 763px) { #mKCLFiX5uibdV086xyTvthAOHHVV82EB { display:block; }
 }@media only screen and (max-width: 763px) { #XeURe7AFDofvOfVO6Az0kkxcyQFhdMzc { display:block; }
 }@media only screen and (max-width: 763px) { #ETHunIGcdG0n3szwdmLDpHq1KtbCyuky { display:block; }
 }@media only screen and (max-width: 763px) { #aOF1sy84MBR0MPE2RqHUESauTIxPEsP7 { display:block; }
 }@media only screen and (max-width: 763px) { #sfas02KU3gzTon2wTnxswlTpiIxisevG { display:block; }
 }@media only screen and (max-width: 763px) { #dBMbwM5phlUAGLd1NXqicK6Oek3WJb7g { display:block; }
 }@media only screen and (max-width: 763px) { #DSddXaVMurMT2zmGDVxI9xE52NTUGLTo { display:block; }
 }@media only screen and (max-width: 763px) { #n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW #enCGcOTBsit0JRDtWaTSNWip68bMPToP {  }
 }@media only screen and (max-width: 763px) { #n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW #yJfQh3fX5ycMrwG3dNlPitw21qdqhri1 {  }
 }@media only screen and (max-width: 763px) { #n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW #mUlSHIe0KXmPPBATcUTrMZFIfsaBRpAn {  }
 }@media only screen and (max-width: 763px) { #cSDhNZkwN5B2WKng4EIoqiAfF6poV99l { display:block; }
 }@media only screen and (max-width: 763px) { #TVR7OzZagXE83WglSKXBOqBfNNRzTcEr { display:block; }
 }@media only screen and (max-width: 763px) { #bpPWmDl1MG5gM1MSZpGPwnqMPWsFzu4w { display:block; }
 }@media only screen and (max-width: 763px) { #n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW #nzfhiA2NAqpSHTqSuZpmaIq3y0r9nsQf {  }
 }@media only screen and (max-width: 763px) { #n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW #Zrfxt9CDN592CeoNrJpJXMA2xHknEn4B {  }
 }@media only screen and (max-width: 763px) { #n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW #zLznZIC7ZfRg0ZO1myunlEGnnA5bglIJ {  }
 }@media only screen and (max-width: 763px) { #n8RXWUoZwF1EAWi0a7dlsVfz0mBt3ZKW #VxQEBUUrXOpmVtAc3SJk4mp3B3otV81m {  }
 }@media only screen and (max-width: 763px) { #zBoLbm06dZ4d5aEAAFc16FbOyg8V77xr { display:block; }#zBoLbm06dZ4d5aEAAFc16FbOyg8V77xr > .row .container { width:20rem;height:64.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H3Go5r5f8pf32IUmxbWI7dxcAkKLfqDa { width:20rem;height:2.03125rem;top:2.3125rem;left:0rem;font-size:1.5625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E2eFv2NO4wleO2DQ1gb1iC79BxzNPhG7 { top:27.427736282349rem;left:2.4055991768837rem;width:15.186625rem;height:7.874375rem;z-index:15066;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #LEKITfXrIqNxOGueclTkTsRMxFVtI1J0 { top:51.128475189209rem;left:2.4066842198372rem;width:14.875rem;height:7.8125rem;z-index:15067;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #MJWvy1X7T7sJv3Td7AAdFi2C7GxUkSqX { top:123.125rem;left:2.5625rem;width:14.5625rem;height:7.625rem;z-index:15070;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #rHDISm035HosKvqPQl5xkVJku4xsb0m9 { width:20rem;height:6.5625rem;top:34.125rem;left:0rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0a0e0e, #0071ff);background-image: -moz-linear-gradient(180deg, #0a0e0e, #0071ff);background-image: -ms-linear-gradient(180deg, #0a0e0e, #0071ff);background-image: -o-linear-gradient(180deg, #0a0e0e, #0071ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a0e0e', endColorstr='#0071ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a0e0e', endColorstr='#0071ff' );";background-image: linear-gradient(180deg, #0a0e0e, #0071ff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ARd7ERHT69dOEHq3ElJyvlby74RtOk7O { width:15.5625rem;height:3.09265rem;top:36.562494754791rem;left:2.2187500596046rem;font-size:0.9375rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qTWWwTOrEzqwXX5qzKJMNVx7wz34lhAi { width:20rem;height:7.625rem;top:50.0625rem;left:0rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #fAyiKZzlg8q1KSuNaZmRoTV2JauBgdKG { width:17.875rem;height:3.09265rem;top:52.625rem;left:1.5rem;font-size:0.9375rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A41lI5EQpzVTBAez86WJ7OuwwUSCzblu { width:20rem;height:7.25rem;top:16.125rem;left:0rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #zh297DMND1WeETtJIi4S4tyb6ePhT4bu { width:17.875rem;height:2.06176875rem;top:18.6875rem;left:1.5rem;font-size:0.9375rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RUWJfZeHg4BL9uT0DgoUdNkMtmTvgMPL { width:11.3125rem;height:1.5813rem;top:32.625rem;left:4.3125rem;font-size:1.4375rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #isPCRJUTHbV7aE5RQzEJOM73LEGpbKRg { width:16.4375rem;height:3.125rem;top:47.9375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rq6u7DzGd44Cya5vfh24RFaJrsUZpOiS { width:18.5625rem;height:3.125rem;top:31.6875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTrnRcgsf7TUoIrncHZvBeZXFBZIU1uR { width:18.5625rem;height:3.125rem;top:14.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nl0T9BHyecIxZnltK4GXN4C1ZVNvRJcu { width:9.6875rem;height:1.375rem;top:15.4375rem;left:5.125rem;font-size:1.25rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MAgTTdOsI9XdDiwhK4uBFgRXrCWZo2n7 { width:11.25rem;height:1.5813rem;top:48.9375rem;left:4.375rem;font-size:1.4375rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qN5MV6IGqIVc7krZSZtWWmlrDFev1Z8A { width:20rem;height:0.962525rem;top:5.1250052982941rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #dhAFrG5TxDTymSfQe6WgQy6Wiz81EZBP { width:3.1875rem;height:2.9375rem;top:10.125rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeWDKaokhbKCH2U5vsLyZKQbdOSkWXi4 { width:2.9375rem;height:2.9375rem;top:10.125rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByGChR2VObdtiWoe4SXSWmMnEVXv9QOx { width:5rem;height:5rem;top:25.6875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnuRt2WFsrbR6Ii7sfHNZ3gimwUCWJ98 { width:7.5625rem;height:4.0625rem;top:43.0625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJcy8UtbHp5c7BhSI4MekQi8UpcPiUqw { width:8.4375rem;height:1.625rem;top:45.4375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8bRSq1RcycgrfdoFp4Pbv4J8qnXncxk { width:20rem;height:9.125rem;top:8.75rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #lNvZEaraE6AEXn9ibw8RlfUT9NBSrdDT { width:20rem;height:10.5rem;top:24.6875rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #qgogFzkxrzZI0ppgzTZd8N6aSMHR3dgt { width:20rem;height:10.5rem;top:42.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8KKIVAwqQX1EWCUc17nJKf3lvPgFDLr { width:17.1875rem;height:3.75rem;top:59.265625rem;left:1.4062500596046rem;font-size:1.375rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #CTPSwZlH2TpEiXcSLlTL6UOfOLNEkHdu { display:block; }
 }@media only screen and (max-width: 763px) { #TowrP54OIJhnZPGT0zde3trs9OxolWkI { display:block; }#TowrP54OIJhnZPGT0zde3trs9OxolWkI > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7wZzKu4ZKJ6x3RaEZqx7eaytrnDQo9P { width:15.1875rem;height:3.6rem;top:1.4375rem;left:2.40625rem;font-size:1.5rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TWacKXkJHxmpV49VmKfHf0KtxKaZNwuP { width:8.375rem;height:8.25rem;top:7.375rem;left:1.1875rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #ycpBlkLEmCB8ti418zdVxz8AxewoiAbK { width:8.375rem;height:8.25rem;top:7.375rem;left:10.875rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #sMprczpkTXvbGrutDdqUp6tuTWh7HF2V { width:8.375rem;height:8.25rem;top:24.5rem;left:0.625rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #oloA1V09VP5bZagO5xFh3ZeKnPB01otg { width:8.375rem;height:8.25rem;top:24.5rem;left:10.875rem;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #in2OkZc9kXKGss3Crk1tlpgStXOdsmRT { width:8.0625rem;height:4.84863125rem;top:16.4375rem;left:0.75rem;font-size:0.8125rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }#in2OkZc9kXKGss3Crk1tlpgStXOdsmRT li:before{  }
 }@media only screen and (max-width: 763px) { #vbQT2NT8kInmBtyrwQtf4zKR0FtQgLiz { width:15.3125rem;height:4.46471875rem;top:41.8125rem;left:2.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNa8rKQSwa74fuuPN9mwVFfMO4rJ1pSK { width:19.25rem;height:5.6875rem;top:41.01513671875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcl4hP2kg0eCNzORsR6adkNMKKlT2a6P { width:9.75rem;height:16.3125rem;top:6.25rem;left:0rem;z-index:14960;box-shadow: 0rem 0rem 0.4375rem rgba(0,113,255,0.49) ;display:block; }
 }@media only screen and (max-width: 763px) { #gMiCGXB7GT43PMMZnTv0sqtpTiKPdrLk { width:9.75rem;height:16.3125rem;top:6.25rem;left:10.125rem;z-index:14960;box-shadow: 0rem 0rem 0.4375rem rgba(0,113,255,0.49) ;display:block; }
 }@media only screen and (max-width: 763px) { #vVJDc5fbxaRu3Z7mGa3STxTOCoOiTPph { width:8.75rem;height:4.86328125rem;top:16.4375rem;left:10.6875rem;font-size:0.875rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }#vVJDc5fbxaRu3Z7mGa3STxTOCoOiTPph li:before{  }
 }@media only screen and (max-width: 763px) { #Fu6VnPvmBLTBdnSqgq1PeQOH2esQakrW { width:9.75rem;height:16.3125rem;top:23.6875rem;left:0rem;z-index:14960;box-shadow: 0rem 0rem 0.4375rem rgba(0,113,255,0.49) ;display:block; }
 }@media only screen and (max-width: 763px) { #rfynMEI14Vy9Kub9U1DEHRn51mLizn8V { width:7.4375rem;height:4.53613125rem;top:34.4375rem;left:1.25rem;font-size:0.8125rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }#rfynMEI14Vy9Kub9U1DEHRn51mLizn8V li:before{  }
 }@media only screen and (max-width: 763px) { #SMNxlUOeRi2NGvD8SLRn2L9IXoN3K4IG { width:9.75rem;height:16.3125rem;top:23.6875rem;left:10.125rem;z-index:14960;box-shadow: 0rem 0rem 0.4375rem rgba(0,113,255,0.49) ;display:block; }
 }@media only screen and (max-width: 763px) { #C5OMG7w3vnDKZQD2w4siLBhPslmEiRqI { width:7.8125rem;height:4.2108125rem;top:34.625rem;left:11.1875rem;font-size:1rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }#C5OMG7w3vnDKZQD2w4siLBhPslmEiRqI li:before{  }
 }@media only screen and (max-width: 763px) { #EN084d2y6wsmDin1Mp4QzzQiaAvnfIZ8 { display:block; }#EN084d2y6wsmDin1Mp4QzzQiaAvnfIZ8 > .row .container { width:20rem;height:148.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yi0S0x7ZRPN0ckNPXETL5e2HGmAEZn2U { width:14.4375rem;height:3.125rem;top:9.4375rem;left:2.75rem;font-size:1.5625rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z3LEyBXxTKhIv9ilKPSHGfldZOJW7sC8 { width:18.684875rem;height:3.25rem;top:14.625rem;left:0.625rem;font-size:0.625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Oe2ZeioOm667N5ESGdHxF1TsirOZGrov { width:18.625rem;height:1.16894375rem;top:73.8125rem;left:0.6875rem;font-size:1.0625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KHvvTUR3VQ6cbbd3RfAOJDGnoyNpkfJS { width:13.375rem;height:2.4746125rem;top:34.8125rem;left:3.5625rem;font-size:1.125rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uKZ3B17R1t2vs7RqXa1UwVMTLRBOUmoT { width:12.9375rem;height:2.4746125rem;top:132.125rem;left:3.5rem;font-size:1.125rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #smQyMtWDammA2rwNXTpVGPTlNkpf5OBX { width:12.875rem;height:2.4746125rem;top:112.1875rem;left:3.625rem;font-size:1.125rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KZeAQbNleTNXz4u5zspepSayuikTBJd7 { width:15.5rem;height:8rem;top:26.5rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qllf408ah9XWT3d7cKKpt9iEtEZfqPDW { width:15.25rem;height:8rem;top:123.25rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLpMNVumCFmFkeF3ADDhVuCP1ONbTbQo { width:15.5rem;height:8rem;top:103.9375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixQDwuOkb5v954e0zHxoaLPNybXnatzZ { width:15rem;height:3.09265rem;top:75.875rem;left:2.5rem;font-size:0.9375rem;line-height:1.1;text-align:center;text-align-last:center;font-family:prompt;color:#0071ff;display:block; }
 }@media only screen and (max-width: 763px) { #iMTiBQsHlIgrzKDbpwmolHHvHOQru9dT { width:18.3125rem;height:2.24975rem;top:135.3125rem;left:0.875rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #fGJOkhLKMv9c9rK8zqPNEZkgURchnilM { width:14.5625rem;height:3.09265rem;top:115rem;left:2.6875rem;font-size:0.9375rem;line-height:1.1;text-align:center;text-align-last:center;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #wH930iyz6KAUSNSbObMd4iTz7ad7I4DQ { width:20rem;height:2.67883125rem;top:5rem;left:0rem;font-size:0.6875rem;line-height:1.3;text-align:center;text-align-last:center;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #zGuT1FlgN8yvhDNTuSJ5BuELnUnw74eT { width:20rem;height:2.4375rem;top:2.3125rem;left:0rem;font-size:1.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sTBrlTld46HKHRI08Le9KILHS6gPvZGR { width:15.5625rem;height:8.125rem;top:64.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3hKgdTmQmWdmJHhPW7H2y6HPZBxwsc0 { top:27.427736282349rem;left:2.4055991768837rem;width:15.186625rem;height:7.874375rem;z-index:15066;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #NhQ4uV6vw1PZqnw5Vw6yrb7dF1X7m21A { top:51.128475189209rem;left:2.4066842198372rem;width:14.875rem;height:7.8125rem;z-index:15067;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #TklKwEwg4FWGJ9bMb8Erx69zbJbpoLI3 { top:123.125rem;left:2.5625rem;width:14.5625rem;height:7.625rem;z-index:15070;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #JB9HeVZNoAvC3gQQUKDfkbZFXGXq1iZm { width:15.5rem;height:8rem;top:46.125rem;left:2.25rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #uhGAfxrnLXb80TV8NDDh8FoteI199aHh { width:16.375rem;height:2.4746125rem;top:92.125rem;left:1.8125rem;font-size:1.125rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AwQ3u6cHJrFLaxW015WKldy7IkwmKZnJ { width:18.0625rem;height:3.09265rem;top:94.9375rem;left:1rem;font-size:0.9375rem;line-height:1.1;text-align:center;text-align-last:center;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #hoHQeRcrKmTMoBTwI9OgVXK2vNcmo7xB { width:15.5rem;height:8rem;top:84.25rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2ayTxZQdQPQ1DuG0bXWODJ3SEfDg9W3 { width:15.5rem;height:1.2375rem;top:54.6875rem;left:2.3125rem;font-size:1.125rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F87f5PczEgAGbZxB48H4cKkvWSrIAT2z { width:18.6875rem;height:3.09265rem;top:56.1875rem;left:0.6875rem;font-size:0.9375rem;line-height:1.1;text-align:center;text-align-last:center;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #zxpP4aRtyKoWkxHUPvcObhtMhkqoByDp { width:14.0625rem;height:3.375rem;top:37.625rem;left:3.25rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #rwpEmvS0rmwEku5n0rdeVOK7gQ0JOOG6 { width:20rem;height:16.5625rem;top:63.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4015qVyFH9Sic8hqFik7woIZtPxXW4O { width:20rem;height:16.5625rem;top:44.875rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #LqDBIO0vU4erEMRpRiZGfMhz5fDTdtRi { width:20rem;height:17.4375rem;top:25.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRVdiDslqu8KqMiT5TqJkQn5N8pBppIR { width:20rem;height:17.8125rem;top:82.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3AUfdZDZeZgwm8KbasikFwTiSFmWv4n { width:20rem;height:18.125rem;top:102rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ry3eDWF0TXUCOpBnpsC1v1FmDhfTiGxm { width:20rem;height:17.25rem;top:122.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGduFAa4hRM4iitdoh3OTZ7l0ZXMgGPu { width:20rem;height:4.625rem;top:8.5625rem;left:0rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLG5tdGxMX6ZpQhxd3vwPkOBwTsrZUHk { width:18.75rem;height:4.875rem;top:142.5625rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5IPfW7BZHDJKgJCQoOSZmiTvNR8z9IS { display:block; }
 }@media only screen and (max-width: 763px) { #gTG7vqpD7LSXwbPSVDfZOtKHM9l3UViG { top:79.4375rem;left:4.125rem;width:11.8125rem;height:1.9375rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vC4NzqcMP5LTPeV6XdAgO3sQkH2PVJBv { display:block; }
 }@media only screen and (max-width: 763px) { #L0Wxi8epPzTyW0Qgv5R61tvkpzGz8AdH { top:60.1875rem;left:4.375rem;width:11.8125rem;height:1.9375rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #AAMDU6UXNQCyESutUu7gcstm3RSeKNI3 { display:block; }
 }@media only screen and (max-width: 763px) { #xOr3UwvVaIGVLih6EXQCR5qp64dSToJg { top:41.625rem;left:4.125rem;width:11.8125rem;height:1.9375rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #zObtTDi7n1S6eTf9KLUTQtrRcl9XzEdi { display:block; }
 }@media only screen and (max-width: 763px) { #hLnRNvpyvxIDpW1EIuCx0OhSkmUAJy0J { top:99rem;left:4.375rem;width:11.8125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9U1kFyOcla70dSgb5GZzZuzmQ9i6VEX { display:block; }
 }@media only screen and (max-width: 763px) { #eEvUh8mvrOnITcOxaubexncJGF70TE46 { top:119.125rem;left:4.125rem;width:11.8125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGroAi6Ft1TetNPDAQoTl5ouWCRM1SES { display:block; }
 }@media only screen and (max-width: 763px) { #qCZq4ocX53EgXIF28aAk1NIrDA1emumL { top:138.3125rem;left:4.375rem;width:11.8125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQAdcOszFB7PeqyIzuHCMqQC7rrxbbUo { display:block; }
 }@media only screen and (max-width: 763px) { #bIf1sWORN6XgIRNqKweei7vRTkU3AGlC { display:flex;top:18.375rem;left:2.9375rem;width:2.8125rem;height:2.8125rem;z-index:15073; }
 }@media only screen and (max-width: 763px) { #p9dnMbvv2BLNp9Hcgd1rRQOBHQlTRpqb { top:18.8125rem;left:4.375rem;width:12.5rem;height:2.0625rem;z-index:15072;background-color:#7de4ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #JLeDbrqibTW41p2H8UfuiH7VM8apXRTw { width:9.75rem;height:1.54375rem;top:19.125rem;left:5.8125rem;font-size:1.1875rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #rbEii3QK6v0Tyr6l0eR2HTk4Gyuoxtrr { display:flex;top:21.8125rem;left:3rem;width:2.5625rem;height:2.5625rem;z-index:15075; }
 }@media only screen and (max-width: 763px) { #REXDKSukvL93peVckPnRqmGhNk0UnHEp { top:22.0625rem;left:4.375rem;width:12.5rem;height:2.0625rem;z-index:15073;background-color:#f38100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #kr3ZVe5awzW0ACimB9BbfvGfKLM7OEbl { width:9.75rem;height:1.54375rem;top:22.384765625rem;left:6.25rem;font-size:1.1875rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15075;display:block; }
 }@media only screen and (max-width: 763px) { #OTtD5m1iyMG53xMWrCQmr57XvVmfydem { display:block; }#OTtD5m1iyMG53xMWrCQmr57XvVmfydem > .row .container { width:20rem;height:73.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pBkJ7QLOxxWUVd7sXpuxpGsgumlQ0SMz { width:20rem;height:1.21875rem;top:6.8046875rem;left:0rem;font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uVs4G8vyiINO2IzNfnIfCUbP5ge824mD { width:16.25rem;height:0;top:48.25rem;left:1.875rem;font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15055;display:none; }
 }@media only screen and (max-width: 763px) { #vFTlUVm5uFBTw8ySMrfzzgLd4Z1pfTui { width:16.25rem;height:0;top:51.3125rem;left:1.875rem;font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15057;display:none; }
 }@media only screen and (max-width: 763px) { #UHwDwMz1kn8a0P6gwFzrqyeXJMImKkPd { width:8.0625rem;height:8.4375rem;top:37.46875rem;left:10.53125rem;z-index:14973;display:block; }
 }@media only screen and (max-width: 763px) { #NTuBMsECKftaVUkfAS1gBLdSgHrq9dx8 { width:8.1875rem;height:8.125rem;top:19rem;left:10.1875rem;z-index:14978;display:block; }
 }@media only screen and (max-width: 763px) { #iSubDOT3GnTOQ42skEqVRpyaD9qWaAdf { width:7.875rem;height:7.875rem;top:10.53125rem;left:1.3125rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #qeDT1M1wRUAesSrArvvgkFTrtrlz3F6t { width:8.4375rem;height:8.625rem;top:27.94921875rem;left:1.1875rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #t33A6dE974PTll36HNx9VTXQOJARrpeP { width:9.1875rem;height:8.75rem;top:46.90625rem;left:1.84375rem;z-index:14959;display:block; }
 }@media only screen and (max-width: 763px) { #xvCf5xnZ5Er3yA1yoUpchCS5TsH9P33n { width:6.5625rem;height:8.8125rem;top:56.78125rem;left:12.65625rem;z-index:14966;display:block; }
 }@media only screen and (max-width: 763px) { #lO90bLEBpU94d5TACQ2q0bw8MWmiRQmW { width:20rem;height:4.125rem;top:2.40625rem;left:0rem;font-size:1.875rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SDCE5xufA5qJQyfFdimofcK4vxL2tNg1 { width:18.25rem;height:8.1875rem;top:10.0625rem;left:0.875rem;z-index:14986;box-shadow: 0rem 0rem 0.4375rem rgba(0,113,255,0.49) ;display:block; }
 }@media only screen and (max-width: 763px) { #vwJ1phScTQWP6Mde1Nuaw2yhNNQ47czp { width:7.625rem;height:1.51171875rem;top:12.4375rem;left:9.375rem;font-size:0.6875rem;line-height:1.1;text-align:center;text-align-last:center;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #at3Zh1FWTpk3HWUsl3WgkFrWO9SReCMv { width:8.25rem;height:1.511225rem;top:21.744140625rem;left:2.125rem;font-size:0.6875rem;line-height:1.1;text-align:center;text-align-last:center;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #qBMKArti6sWuvgcXwX8XQIrzHviINDaI { width:7.125rem;height:1.64916875rem;top:31.6875rem;left:9.6875rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #f5SUFe4fI5fLLZbo99mSDKr4Lco64hfG { width:7.1875rem;height:1.64916875rem;top:40.5rem;left:3.0625rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #wHRumUbKfw0klQKatf6e0eyMztQfoh5u { width:7.25rem;height:1.64916875rem;top:50.1875rem;left:10.25rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #cCvPguJKO89oM7g4R4VdzrGrp7TC9PrE { width:8.4375rem;height:1.64916875rem;top:59.9873046875rem;left:2.78125rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;font-family:prompt;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #o7iprRrlzoc2TeSt0bwgWv81hAKNTnG0 { width:17.25rem;height:4.1875rem;top:66.8125rem;left:1.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyEnIk825SC96TEgT7z622cMi4Nwp2M9 { display:block; }
 }@media only screen and (max-width: 763px) { #xcAAXpLyIqgVFsRO4qIPNt5kSgA0fWZt { width:7.25rem;height:7.5625rem;top:10.375rem;left:1.75rem;z-index:14987;display:none; }
 }@media only screen and (max-width: 763px) { #mcayCTpJWyIhs5Mvf31dLom3kBqFhRDV { width:18rem;height:8.125rem;top:18.9375rem;left:0.9375rem;z-index:14963;box-shadow: 0rem 0rem 0.4375rem rgba(0,113,255,0.49) ;display:block; }
 }@media only screen and (max-width: 763px) { #QbKvf95TiVQ9BpwtvR76MiJgTWD7dLRW { width:8.125rem;height:7.6875rem;top:19.5rem;left:10.0625rem;z-index:14964;display:none; }
 }@media only screen and (max-width: 763px) { #HOv4twDGiqi6agG6gwKWE70H0hEE1rV5 { width:18rem;height:8.5rem;top:27.96875rem;left:0.9375rem;z-index:14986;box-shadow: 0rem 0rem 0.4375rem rgba(0,113,255,0.49) ;display:block; }
 }@media only screen and (max-width: 763px) { #xmlP0bkKd6ggK8J6ITd7QBERVXk2eH8b { width:7.75rem;height:8.1875rem;top:28.44921875rem;left:1.75rem;z-index:14987;display:none; }
 }@media only screen and (max-width: 763px) { #QLNbvVm5KkA8ys9bFO7Q1iBIPUt5lbGE { width:18rem;height:8.375rem;top:37.4375rem;left:0.9375rem;z-index:14960;box-shadow: 0rem 0rem 0.4375rem rgba(0,113,255,0.49) ;display:block; }
 }@media only screen and (max-width: 763px) { #I0JoxKLnI6U9l7SZN49X9iPqk3mOytqS { width:7.625rem;height:7.875rem;top:37.71875rem;left:10.0625rem;z-index:14961;display:none; }
 }@media only screen and (max-width: 763px) { #XE8pawTZ3NGOF6iMChkUuKdxU64OWhn4 { width:18rem;height:8.75rem;top:46.875rem;left:1rem;z-index:14956;box-shadow: 0rem 0rem 0.4375rem rgba(0,113,255,0.49) ;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABv3ek2qC9iFFXliyJb9yrI4TzkbednH { width:8rem;height:7.8125rem;top:47.6875rem;left:2.0625rem;z-index:14957;display:none; }
 }@media only screen and (max-width: 763px) { #fAOI6VoL2sFa3Zlx4I01eh3nNCC36pHN { width:18rem;height:8.875rem;top:56.6875rem;left:0.9375rem;z-index:14953;box-shadow: 0rem 0rem 0.4375rem rgba(0,113,255,0.49) ;display:block; }
 }@media only screen and (max-width: 763px) { #O0ov8H7eG2FnKAofITwiTpmiD8oafCAr { width:8rem;height:6.8125rem;top:57.6875rem;left:10.5rem;z-index:14954;display:none; }
 }@media only screen and (max-width: 763px) { #kwFW8h4mhEC0FBGxBuvL1XC45T0tEg3B { width:11.6875rem;height:2.47375625rem;top:62.5576171875rem;left:1.3125rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;font-family:prompt;color:#ff7263;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JTKNJTT0ITDrZakvAKNwKfD693l6lqIL { width:11.625rem;height:1.30625rem;top:58rem;left:1.84375rem;font-size:1.1875rem;line-height:1.1;text-align:center;text-align-last:center;font-family:prompt;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WBpViDl0PvFu7ylV9WSnfZ6xsC6AW3kT { width:8.6875rem;height:2.33764375rem;top:47.5625rem;left:9.75rem;font-size:1.0625rem;line-height:1.1;text-align:center;text-align-last:center;font-family:prompt;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wqG2qN9yi2sTTry9ULU0K3KTpOQftilk { width:8.3125rem;height:2.47375625rem;top:52.1513671875rem;left:9.875rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;font-family:prompt;color:#ff7263;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vnHXI8o2p2GomNdavTZ5HWGEof6yyEwg { width:7.5rem;height:2.26684375rem;top:42.33642578125rem;left:2.75rem;font-size:0.6875rem;line-height:1.1;text-align:center;text-align-last:center;font-family:prompt;color:#ff7263;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xUkecewJFAKPWypa4lLgcHiuyeORl1sL { width:7.9375rem;height:1.44375rem;top:38.74365234375rem;left:2.3125rem;font-size:1.3125rem;line-height:1.1;text-align:center;text-align-last:center;font-family:prompt;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VWRPQFDTdFv8IIK0nSEpzgS3Ooe8S73L { width:10.5rem;height:1.44375rem;top:11.05615234375rem;left:7.9375rem;font-size:1.3125rem;line-height:1.1;text-align:center;text-align-last:center;font-family:prompt;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CG4E3MfsDVHrD4UoZxTMAVmoPa783W8i { width:8.625rem;height:3.2983375rem;top:14.07421875rem;left:8.6875rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;font-family:prompt;color:#ff7263;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #s5KsyOIVhagpprmCSK0MTTymOsIW3TGM { width:10.125rem;height:1.30625rem;top:20.10693359375rem;left:2.1875rem;font-size:1.1875rem;line-height:1.1;text-align:center;text-align-last:center;font-family:prompt;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tBg52oTFQznrP5FoEoufVR8CkXbaNKEB { width:7.3125rem;height:2.26684375rem;top:23.630859375rem;left:2.8125rem;font-size:0.6875rem;line-height:1.1;text-align:center;text-align-last:center;font-family:prompt;color:#ff7263;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Qu6Jke0barwcEftT2B9AHXGwTkeSwGDO { width:9.3125rem;height:1.7875rem;top:33.64892578125rem;left:8.3125rem;font-size:0.8125rem;line-height:1.1;text-align:center;text-align-last:center;font-family:prompt;color:#ff7263;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Uxm3FonHITRdpydaaSaNKtHWhBxBso3O { width:8.125rem;height:2.61230625rem;top:28.76220703125rem;left:9.1875rem;font-size:1.1875rem;line-height:1.1;text-align:center;text-align-last:center;font-family:prompt;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #w87Q97zNOdtzaUxWm8v9CurVJu9CLvBA { width:20rem;height:3.0625rem;top:5.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dra1Ge6a7mZTNHNhkl16f2oPNQt8C0ST { display:block; }#Dra1Ge6a7mZTNHNhkl16f2oPNQt8C0ST > .row .container { width:20rem;height:79.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XSSSMlJ00DaBe1OR1U1N7GrVUt3NgQq4 { width:16.25rem;height:0;top:48.25rem;left:1.875rem;font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15055;display:none; }
 }@media only screen and (max-width: 763px) { #wGzDBJwM0o93IMmSrdNsFZRTFmJAeWoE { width:16.25rem;height:0;top:51.3125rem;left:1.875rem;font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15057;display:none; }
 }@media only screen and (max-width: 763px) { #v79r5wD91GcHkg0z27A01qtctGaQvAAW { width:20rem;height:2.35656875rem;top:6.625rem;left:0rem;font-size:1.8125rem;line-height:1.3;text-align:center;text-align-last:center;font-family:oswald;display:block; }
 }@media only screen and (max-width: 763px) { #pxGAiyhGXkfr6BSXfAyHW4u45olNwfZT { width:19.75rem;height:38.125rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhGanTsug2IgWfrzuCuz8qVcUk0V6qhq { width:17.75rem;height:36.875rem;top:11.0625rem;left:1.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }#LhGanTsug2IgWfrzuCuz8qVcUk0V6qhq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/224aa8d5-ddab-4840-8c8a-3549fb45f8c3/Untitleddesign7.png); }
 }@media only screen and (max-width: 763px) { #pNvI1fByEg9w48fInqEa01A2flFXdVdF { width:10.6875rem;height:0.962525rem;top:19.75rem;left:9.3125rem;font-size:0.875rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lQgiLoGqnsaM617eNTpck59PtqzKegwM { width:20rem;height:17.0711875rem;top:56.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMaKl85tVg246016BwC43KwJTb4eT9ll { width:7.6875rem;height:0;top:54.811632156372rem;left:9.3125002980231rem;font-size:1rem;line-height:1.2;text-align:center;text-align-last:center;z-index:15097;display:none; }
 }@media only screen and (max-width: 763px) { #sxeuo3DhaLxqQXQJtnQTVma271Tqveo2 { width:15rem;height:10.5625rem;top:55.25rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRUxpTKq8dcez7mSRTCxa3tolJMpP4vh { width:20rem;height:4.3875rem;top:49.875rem;left:0rem;font-size:1.6875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f9utrwe39aCrSGeXTrTNh2Qdp8JThMg8 { width:20rem;height:4.125rem;top:1.8125rem;left:0rem;font-size:1.875rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CmecETmuVAJnx6S3S940fRiP79qXTIed { width:17.0625rem;height:3.4375rem;top:74.625rem;left:1.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyNgfEzmXWFLT058hnAOeK4OGhFct91Q { display:block; }
 }@media only screen and (max-width: 763px) { #FTXrbvIzJV3JPLG6q6D6AIDpZfluQoRk { display:block; }#FTXrbvIzJV3JPLG6q6D6AIDpZfluQoRk > .row .container { width:20rem;height:72.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UEiqCavJOo9QsX2PhaLsUv91kANpQcPL { width:16.25rem;height:0;top:48.25rem;left:1.875rem;font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15055;display:none; }
 }@media only screen and (max-width: 763px) { #wQpIoK9osPlO8CETaR38THeWJxKNEJFL { width:16.25rem;height:0;top:51.3125rem;left:1.875rem;font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15057;display:none; }
 }@media only screen and (max-width: 763px) { #rfzDk6RLR2PnU2f8xmSc5kv0te7LJgi9 { width:20rem;height:1.71875rem;top:1.8125rem;left:0rem;font-size:1.5625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JHVtKxqmexEMRNbm4vxhCz9HRQviVWBA { width:17.0625rem;height:3.4375rem;top:67.625rem;left:1.46875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUxKlt1yfzbuytvoRxQobD5AvJzeqow9 { display:block; }
 }@media only screen and (max-width: 763px) { #KPuvOXmyVM8refPJblbwKFITCIE82xWz { width:3.1875rem;height:2.9375rem;top:5.4375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPZNezV57byVvy0kelb8zTaZx0aaX19T { width:2.9375rem;height:2.9375rem;top:16.6875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGhZmZT1picPTOegLJObd463DJ2ryi8x { width:3.3125rem;height:3.375rem;top:29.0625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqVIop5wxMF4e15O4fvLHx0JpSnBHhlO { width:5.6875rem;height:3rem;top:41.125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0kFS7VfrnBXrsSJK0vLLWn46rLp4FGN { width:19.875rem;height:5.9375rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #imxTFtPON9AB3LSFx306UrGrM8c2gFEw { width:11.25rem;height:0;top:30.0625rem;left:5.90625rem;font-size:1.25rem;line-height:1.1;text-align:center;text-align-last:center;font-family:prompt;color:#ff7263;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #A5hHETlTaHEURsOPmo1bKTPCPL20Llkd { width:15.875rem;height:2.4746125rem;top:34.625rem;left:2.0625rem;font-size:1.125rem;line-height:1.1;text-align:center;text-align-last:center;font-family:prompt;color:#ff7263;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qKi5QQ0tlFmOJONBRS7TityQy14VaZ3a { width:19.875rem;height:6.5rem;top:44.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEvWybfJiqxdqNk9kZpOqkRKkVsrLgLS { width:10.875rem;height:1.65rem;top:42.5625rem;left:4.5625rem;font-size:1.5rem;line-height:1.1;text-align:center;text-align-last:center;font-family:prompt;color:#e5d152;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #g5QfoT37GOQRJ2nsMfvsnM2AmPzPQBud { width:4.9375rem;height:0.75rem;top:55.125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6oXvBrfOEh7iuJbUoxKqnyQpn3XIC4r { width:19.875rem;height:8.25rem;top:57.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOhJbgV1zBhWTXkUfgePW9TQKXGUrkFs { width:6.5625rem;height:1.6875rem;top:54.5625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPK1mfqe9hf9RdWBRZCnETFEsF1NO4Cv { width:11rem;height:1.65rem;top:54.6875rem;left:8.625rem;font-size:1.5rem;line-height:1.1;text-align:center;text-align-last:center;font-family:prompt;color:#002a86;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Gs21uB4hX3hH794PnUL7LxbQQK6u7DpX { width:19.4375rem;height:6.25rem;top:20.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0SkIbTTUTN6ITkegMn4LyHHH3pJoNrr { width:20rem;height:1.65rem;top:17.3125rem;left:0rem;font-size:1.5rem;line-height:1.1;text-align:center;text-align-last:center;font-family:prompt;color:#2f55a9;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xQT8oTDIzUl6HmPhllbdHKVGizgUAWFF { width:19.4375rem;height:5.3125rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIyJIkK36RR36GWbLTLWf6TGaTMAHUxB { width:11.8125rem;height:1.65rem;top:6.0810546875rem;left:5.625rem;font-size:1.5rem;line-height:1.1;text-align:center;text-align-last:center;font-family:prompt;color:#157839;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #k8REvI2BPDyMNLEXewQmz3kqUmWFi4DX { width:13.625rem;height:2.3125rem;top:13rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcVw2THPuxKJ5uZqbSkZtP3KPELsTfrh { width:13.625rem;height:2.3125rem;top:25.3125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEE4Amnx5TgSay3gVe7118B1JqpEDogT { width:10.0625rem;height:1.38135rem;top:25.875rem;left:4.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRCMKovSErVLeH1MR1mRQkNlr4mglUf4 { width:13.625rem;height:2.3125rem;top:38.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCp97M729DPsWRSb6dltKIL7J7cxWfkK { width:10.0625rem;height:1.38135rem;top:38.6875rem;left:5.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vg2FIiTpNDrfuT1BxfzXG4dT7Tnd4Tby { width:13.625rem;height:2.3125rem;top:50.4375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0vmauzT8v0SVxcsPnTzmyOolLBAOwZf { width:10.0625rem;height:1.38135rem;top:51rem;left:5.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDoH7welEpf7Tm42XZJDfR3MQSWDpgfr { width:13.625rem;height:2.3125rem;top:63.8125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9hvV1Z9nptamG0JlVGDaTSBPNB3Tnit { width:10.0625rem;height:1.38135rem;top:64.375rem;left:5.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPSHna9hTIQ7V834V1SrQLuDfPzz96W2 { width:13.3125rem;height:1.38135rem;top:13.5625rem;left:3.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2JUAIpUvBXH24cKv5twAKf6meGXWWsV { width:16.3125rem;height:2.4746125rem;top:9.9375rem;left:1.875rem;font-size:1.125rem;line-height:1.1;text-align:center;text-align-last:center;font-family:prompt;color:#ff7263;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MJSHuLnT41EJB5t7kCTcmAg88SuXZoZP { width:16.3125rem;height:3.7119125rem;top:21.1875rem;left:1.875rem;font-size:1.125rem;line-height:1.1;text-align:center;text-align-last:center;font-family:prompt;color:#ff7263;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #quI7uHbDc4MbDPN8zkXJfTxiRb33LpxW { width:16.625rem;height:3.7119125rem;top:45.75rem;left:2.0625rem;font-size:1.125rem;line-height:1.1;text-align:center;text-align-last:center;font-family:prompt;color:#ff7263;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NNB8cu70Hd3VDgL7rEmlzOagzxUL2UMe { width:18.8125rem;height:4.94921875rem;top:58.1875rem;left:1.1875rem;font-size:1.125rem;line-height:1.1;text-align:center;text-align-last:center;font-family:prompt;color:#ff7263;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lsIIVvsxtAp6RwxBMTtZcsZXZeeyfSLL { width:14.875rem;height:1.65rem;top:30.875rem;left:2.5625rem;font-size:1.5rem;line-height:1.1;text-align:center;text-align-last:center;font-family:prompt;color:#ff7263;font-weight:700;font-style:normal;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #lHuxwT82s1u5hTKOeyIIu9Jlrrk1cTwx { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #0071ff, #a9e6ff);background-image: -moz-linear-gradient(45deg, #0071ff, #a9e6ff);background-image: -ms-linear-gradient(45deg, #0071ff, #a9e6ff);background-image: -o-linear-gradient(45deg, #0071ff, #a9e6ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071ff', endColorstr='#a9e6ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071ff', endColorstr='#a9e6ff' );";background-image: linear-gradient(45deg, #0071ff, #a9e6ff);background-size:cover !important;display:none; }#lHuxwT82s1u5hTKOeyIIu9Jlrrk1cTwx > .row .container { width:20rem;height:77.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mxgnZaDQ6AEyUx4yPeq4y8cn4y0B6sOg { width:18.875rem;height:4.125rem;top:1.6875rem;left:0.56249994039536rem;font-size:1.875rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mqQ3PMT32vndyrkfnUltxRu6JqIdV8Zi { width:19.625rem;height:18.25rem;top:19.6875rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #Ab79Uf9nkJoAKWkTLAAFs1EpVeQz6J9w { width:18.6875rem;height:5rem;top:13.8125rem;left:0.68749994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4BkOEJnx0J9A4RG0OMiuheICZQiqCoC { width:17rem;height:8.875rem;top:20.9375rem;left:1.2499999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0MIwKg89V4bQJHrWmQfNo4FEaJTOfnf { width:11.3125rem;height:15.125rem;top:41.375rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #vWi2GNsFhr7at5VyHNi8xHk0NpZ8dLPO { width:7.5rem;height:3.1494125rem;top:50.375rem;left:11.99951171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IskuiT7UQ0JSNZ6lEcSzUcdDlLMEpEQQ { width:15.625rem;height:2.749025rem;top:15.0625rem;left:2.1875rem;font-size:1.25rem;line-height:1.1;text-align:center;text-align-last:center;color:#ffffff;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #H8pFHicwmtJarIDmcp7HuG37NvrrRMiZ { width:18.1875rem;height:3.02245625rem;top:33.61328125rem;left:0.90625rem;font-size:0.6875rem;line-height:1.1;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #IQATBF7ye8T15ivJnion0SNoECbEfTmt { width:18.5625rem;height:5.875rem;top:57.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJPHATVT70TsHQtJymKkbpmGXck4gbVw { width:6.4375rem;height:6.4375rem;top:57.4375rem;left:13.562500298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgMs8Dh9hfakTupcA3T0NIPIaOLLOVQh { width:6.4375rem;height:3.574225rem;top:58.9375rem;left:13.562500298023rem;font-size:1.375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ah1Upw4n1mRQcJ6k9qIbXBar8zOHsXxW { width:11.4375rem;height:0;top:43.72509765625rem;left:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #I3htUQu9bdM7EEiFeQ6sDBQ4V9xKeN7T { width:6.4375rem;height:6.4375rem;top:63.875rem;left:13.500000298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #lk3gUuFZ3DtQxd07Hddn7rr7pBNqbk84 { width:6.4375rem;height:1.7871125rem;top:65.75rem;left:13.562500298023rem;font-size:1.375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MRcc4NtUs8xyePCoSbEdPQgE69iu4JxQ { width:10.8125rem;height:3.167725rem;top:64.875rem;left:1.3750000596046rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AJU8gmAWnMT5XuLRc7HpdMq0SvlCLVpq { width:13rem;height:0.89294375rem;top:68.5rem;left:0.56249994039536rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1Nw2aopoXmQyDLxn9KDm6JPFDpCBnNS { width:20rem;height:1.375rem;top:31.75rem;left:0rem;font-size:1.25rem;line-height:1.1;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #icvyfp4R4rSh8bWGSaaTm6gavLoER8LF { width:6.4375rem;height:1.9494625rem;top:66.48046875rem;left:13.5625rem;font-size:0.75rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yIGNhHvT9WRxZlqZntfl68adtpvz7Brh { top:37.125rem;left:1.1874999403954rem;width:17.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2zDKnVkJyWeHZr1H9r1qzpieur5UOwn { display:block; }
 }@media only screen and (max-width: 763px) { #JHuP9AvytQDoxgVapfml8lsQPgaBrPT6 { width:11.625rem;height:3.625rem;top:44.875rem;left:8.3125002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #a30ply7JoSoUB2kkd3rHc7LP30cRcEwS { width:9.5rem;height:2.6001rem;top:45.512145996094rem;left:10.000000298023rem;font-size:2rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sQK6oN7xQ4q51PNHVtEePeBJZpDy7G1D { width:8.625rem;height:2.6001rem;top:42.336822509766rem;left:9.6875002980231rem;font-size:2rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RKeW9QGP5vpLm9riFtbzW4hgbS0JCf7E { width:19.625rem;height:9.6875rem;top:46.375rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #uFollOt0iHVFdH0mDHRFgr1VHZwHz4FC { width:17.125rem;height:5.875rem;top:64.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wb1tD0uyZKuIBzqZPLVMuUyVLgwKLhik { width:20rem;height:31.75rem;top:7.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FpoXuiXiPStylIk2uWyO4RF5Aqb9cKkT { width:11.4375rem;height:3.4130875rem;top:58.9375rem;left:1.2499999403954rem;font-size:0.875rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #MHUzQRo238ovGbUwuUZIAeXWfc2gTuD3 { top:7.125rem;left:0rem;width:20rem;height:4.0625rem;z-index:14994;background-color:rgba(0,113,255,0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #T93ZAVJkn2Cl71WtnpnJUgNCwy9pSST2 { width:20rem;height:1.375rem;top:30.375rem;left:0rem;font-size:1.25rem;line-height:1.1;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JFLCR0NDOhzI0vKMnCveWa9AdAdwasv4 { width:18.75rem;height:3.75rem;top:71.5rem;left:0.62499994039536rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFFd3bT2aEPczfqk1AXtnkGf4MpCtzFR { display:block; }
 }@media only screen and (max-width: 763px) { #mM4LoK1hOch0r35czwtf0tQLrThMeIyC { width:19.625rem;height:7.5rem;top:76.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #v86kfmrR6JaUCGOsfZVEy0ygNGNuyaF4 { width:17.0625rem;height:2.923825rem;top:7.6875rem;left:1.5000000596046rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K9WlIQFHgRO07v43lJZ1mzNHg6Kz0DZa { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #0071ff, #a9e6ff);background-image: -moz-linear-gradient(45deg, #0071ff, #a9e6ff);background-image: -ms-linear-gradient(45deg, #0071ff, #a9e6ff);background-image: -o-linear-gradient(45deg, #0071ff, #a9e6ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071ff', endColorstr='#a9e6ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071ff', endColorstr='#a9e6ff' );";background-image: linear-gradient(45deg, #0071ff, #a9e6ff);background-size:cover !important;display:block; }#K9WlIQFHgRO07v43lJZ1mzNHg6Kz0DZa > .row .container { background-color: transparent; background-image: none; }#K9WlIQFHgRO07v43lJZ1mzNHg6Kz0DZa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K9WlIQFHgRO07v43lJZ1mzNHg6Kz0DZa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K9WlIQFHgRO07v43lJZ1mzNHg6Kz0DZa > .row .container > .video-iframe-container { display: none; }#K9WlIQFHgRO07v43lJZ1mzNHg6Kz0DZa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K9WlIQFHgRO07v43lJZ1mzNHg6Kz0DZa > .row > .video-iframe-container { display: none; }#K9WlIQFHgRO07v43lJZ1mzNHg6Kz0DZa > .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); }#K9WlIQFHgRO07v43lJZ1mzNHg6Kz0DZa > .row .container { width:20rem;height:57.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NXSnhzygpEwZC2Ou0TGtuy4z8ry1XEug { width:11.4375rem;height:0;top:58.9375rem;left:1.2499999403954rem;font-size:0.875rem;z-index:15052;display:none; }
 }@media only screen and (max-width: 763px) { #lt9XDM8QaCnboyGr5MNMcksUBvCRur7t { top:2.8741455078125rem;left:0rem;width:20rem;height:4.0625rem;z-index:14994;background-color:rgba(0,113,255,0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #KNEgBGlaSxIQB2hKaFEdE6kOuSkw2Xzu { width:20rem;height:auto;top:4.0625rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #nJmm2ZBoBLmq1cTPJduEAxAxIk28seS4 { width:20rem;height:1.2182625rem;top:8.80029296875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsMurJ2LbgCpqrM0tMUII6nKHZ2guzK1 { width:16.3125rem;height:auto;top:10.3125rem;left:1.8125rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JXgsoFZN9V7cp7tbbrTk5Cr6EeUmX3yM { width:20rem;height:21.375rem;top:76.499633789062rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #O415iGzPvvZ2LUbMXqTWcbtOMU4boaRE { width:17.687375rem;height:9.249875rem;top:14.622802734375rem;left:0.999755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2iS3TaeD5knnhH5uCXxHTq36o4UyP2I { width:17.687375rem;height:9.249875rem;top:25.092163085938rem;left:0.999755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zb7mcwfzG5VAT4IZnqTzf3pbvMaShIcU { width:20rem;height:0;top:99.330444335938rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TxDDCnbds2mPSM9Z6ZHoJQdxSooud24O { width:18.53075rem;height:3.5307625rem;top:51.686401367188rem;left:0.7342529296875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sF1ArDPISyDk07t2Mr8oiJu77R8088eH { display:block; }
 }@media only screen and (max-width: 763px) { #frJ1keEgzGexT4aWwEWr7ON9mB7aIPLU { width:20rem;height:0.97473125rem;top:49.3115234375rem;left:0rem;font-size:0.75rem;z-index:15017;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #pCt3HQzQBbl9GKgkdKLAyHBMfiT5xS5K { width:20rem;height:33.375rem;top:13.186889648438rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #sCRfokRHLsdmdwIsJzdPTTnIBEBSvCTS { width:16.373875rem;height:1.8682875rem;top:10.487670898438rem;left:1.812744140625rem;font-size:1.4375rem;z-index:15017;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #hWBDuuWQ0pZOnrHT1yiQK6M7Tnv1LyCU { width:20rem;height:3.90015rem;top:2.9547119140625rem;left:0rem;font-size:1.5rem;z-index:15014;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #avEIuy1p3gQ2vapZK9PAdTbFTLrBa0wz { width:17.6875rem;height:9.25rem;top:35.498046875rem;left:0.99853515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzLlRUNBAC5b1gNOF6cVGDG74vWDeUkd { display:block; }#KzLlRUNBAC5b1gNOF6cVGDG74vWDeUkd > .row .container { width:20rem;height:65.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rW8mKsUaGCIVpHnPUUifxsnSTsod0TzI { width:10.75rem;height:4.5rem;top:1.3115234375rem;left:4.625rem;font-size:1.875rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EN5cqNCgMcILNWDpeBnZ1IAz4yCSlLQX { width:15.25rem;height:1.62524375rem;top:7.5rem;left:2.375rem;font-size:1.25rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v8xxGMUSbgIdiOfqkXRiEE4ohlAx5AOs { width:11.75rem;height:3.167725rem;top:9.3125rem;left:4.125rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JWNWG3knOCxgwP2vAIeXksv8xvHWJ385 { width:14.0625rem;height:4.55078125rem;top:28.25rem;left:3rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zxNE4yNAFnKsaZFMrfmT3Albt5fDKOCv { width:15.25rem;height:1.62524375rem;top:26.6875rem;left:2.375rem;font-size:1.25rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vb5sm4IdG0n6qEJsOrCGyaaNmPDTRDcS { width:14.0625rem;height:2.2753875rem;top:19.5rem;left:3rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w3MZ1a8UOdJDR8AmJMtrAB3k7uDebGRv { width:15.25rem;height:1.62524375rem;top:17.625rem;left:2.375rem;font-size:1.25rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BX3pGUN8CBcNrJi2BDUQcbMWUAPgHCFR { width:15.25rem;height:1.62524375rem;top:38.875rem;left:2.375rem;font-size:1.25rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o5Se42NR6uo8FPFhk97TwngoUG2RuC9U { width:11.8125rem;height:3.4130875rem;top:40.4375rem;left:4.125rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CFPti2WnkPQKLhyCM6KQDhh5EXVTPWRs { width:12.125rem;height:4.22363125rem;top:51.125rem;left:3.9375rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FOB2oRBtk7hQRFziQzhWnMh0vnmuVLhQ { width:15.25rem;height:1.62524375rem;top:49.125rem;left:2.375rem;font-size:1.25rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mr8PUVW8IS5duatpRKKy2pQ6yls1SMcl { width:8.25rem;height:1.75rem;top:12.8125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqLvTXNldBpssoNJRJcMiro3He9HgzX9 { width:8.25rem;height:1.75rem;top:32.8125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCUCiDHpTcfPIyCWRMcf4CabVibcTAwl { width:8.25rem;height:1.75rem;top:22.1875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gh5RyPyXnd0FTETfNiqBlBG5kRgpKPxl { width:8.25rem;height:1.75rem;top:44.5625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T752ILttKDe1rJTDTmOhRrwZkcku7nmg { width:8.25rem;height:1.8125rem;top:55.5rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyTaUrNxqwXyGuVlxPUsR8nJioeuRRLJ { width:19.3125rem;height:9rem;top:16rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yy9Fo2TGoqtOrnfflvmxBlTqObtg1KDW { width:19.3125rem;height:9.8125rem;top:25.625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7LanGTGQrMb9ZmwUpCIpXn9wcpePK6H { width:19.3125rem;height:9rem;top:6.375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0ys0MCGUS6bUmnwSzEGPJWRmdSzqAPQ { width:19.3125rem;height:10.4375rem;top:48rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9LhGmpTR6gq4IwaNBnWbSxQWo0alLbb { width:19.3125rem;height:9.25rem;top:37.5rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1ObhuWFviMDWcmg0FWnJ2whaAoZLFEd { width:18.75rem;height:4.875rem;top:59.687501907349rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJHWoHTKnBhDGdkxHH8ubGKfKHBISD7B { display:block; }
 }@media only screen and (max-width: 763px) { #KvTq3mFvZ5Kdui8cFFon2rqILPkcFxoP { background-color:rgba(255,255,255,0.23);background-image:url("https://images.assets-landingi.com/uc/ec4d6ac6-8d52-4e49-af4c-d3a7751b4b0a/RedesignExcelDataBusinessCollection04.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#KvTq3mFvZ5Kdui8cFFon2rqILPkcFxoP.adaptive-delivery-prevent-bg, #KvTq3mFvZ5Kdui8cFFon2rqILPkcFxoP.lazyload, #KvTq3mFvZ5Kdui8cFFon2rqILPkcFxoP.lazyloading { background-image: none; }#KvTq3mFvZ5Kdui8cFFon2rqILPkcFxoP > .row .container { background-color: transparent; background-image: none; }#KvTq3mFvZ5Kdui8cFFon2rqILPkcFxoP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KvTq3mFvZ5Kdui8cFFon2rqILPkcFxoP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KvTq3mFvZ5Kdui8cFFon2rqILPkcFxoP > .row .container > .video-iframe-container { display: none; }#KvTq3mFvZ5Kdui8cFFon2rqILPkcFxoP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KvTq3mFvZ5Kdui8cFFon2rqILPkcFxoP > .row > .video-iframe-container { display: none; }#KvTq3mFvZ5Kdui8cFFon2rqILPkcFxoP > .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); }#KvTq3mFvZ5Kdui8cFFon2rqILPkcFxoP > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rz2oncV2qkaw6E9a8meOz8WMOy6bPORk { width:20rem;height:3.736575rem;top:0.93747329711912rem;left:0rem;font-size:1.4375rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #ycqqaET2ShTBD8Vbb9M60JcSTUAemitg { width:16.9375rem;height:0;top:11.1064453125rem;left:1.53125rem;font-size:0.625rem;line-height:1.2;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #HiMWVnuWtfkNl37Ka0tzTmWLSGsHT2qi { width:20rem;height:0;top:27.842882156372rem;left:0rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #w5gxV5KOEiIm8GrPKDKJQIOv4WsRvQ8I { width:19.75rem;height:8.25rem;top:17.625rem;left:0rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyTuPtf7fe5q50MmKWGfVrSpyzFgWI8b { width:19.9375rem;height:31.0625rem;top:23.1865234375rem;left:0rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;z-index:14989;border-top:0.125rem solid rgba(255,255,255,0.8);border-left:0.125rem solid rgba(255,255,255,0.8);border-right:0.125rem solid rgba(255,255,255,0.8);border-bottom:0.125rem solid rgba(255,255,255,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #TzpLvV7QyKBphy7vIZfiVTdsB3rJ7UKT { width:20rem;height:0;top:27.6875rem;left:0rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #wlpa2sTQyzTqieooDvpZTyzKC5gOlztO { width:18.4375rem;height:0;top:31.9375rem;left:0.75rem;font-size:1.75rem;line-height:1.3;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #NbdpOvSs4bRNQCUOph3tEk06RWcql0pD { width:20rem;height:12.958rem;top:4.673828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoxqxauinkcU2qKTJgZTTxPcSu7Vx2fA { width:20rem;height:15.8003125rem;top:8.4296875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HhMZSue1KTNXkCbPTuDrqMvNUJMiFNMl { width:18.5rem;height:5.34485625rem;top:17.90625rem;left:0.75rem;font-size:1.1875rem;line-height:1.5;text-align:center;text-align-last:center;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #TdByChfGiLB8AxQZdOwnfETaaZgFAA5N { width:20rem;height:0;top:17.2177734375rem;left:0rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15039;display:none; }
 }@media only screen and (max-width: 763px) { #fLC34NENAL9bL1AKspVGqNktucJLWrQv { width:20rem;height:2.92419375rem;top:23.26220703125rem;left:0rem;font-size:2.25rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15039;color:#fff400;display:block; }
 }@media only screen and (max-width: 763px) { #CdRs18n56EtH8LNPNRMQOKX36ka3afDD { width:20rem;height:15.802997858672rem;top:4.673828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Md9U5emRqamTBNUfnVcd7Xhw9fXxyic3 { width:1.9375rem;height:1.9375rem;top:7.4248046875rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ubbmxi7QLgOFf1bxQfrcuOzivAzmlUlJ { width:1.875rem;height:1.9375rem;top:7.4248046875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGld51gShLC0IthxFqwhdhMSETusNmms { width:20rem;height:1.4619125rem;top:26.6875rem;left:0rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #zchwT7Wa18oXsMr2gnAOpvwEyBK15kC0 { width:20rem;height:auto;top:37.0625rem;left:0rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #lVbrQPPxiDH4Sv1dFwnbT8g292W3KKQe { width:13.74975rem;height:0;top:47.419189453125rem;left:3.123046875rem;font-size:1rem;line-height:1.3;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .widget-input-text {padding-top: 0; padding-bottom: 0;}#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .widget-input-select {padding-top: 0; padding-bottom: 0;}#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X  { width:17.5rem;height:auto;top:28.873901367188rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:14994; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X {display:block;}#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X { width:17.5rem;height:auto;top:28.873901367188rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:14994; }
 }@media only screen and (max-width: 763px) { #WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #UlfztW9RvPlt7nuz5gDDq3yIQ66Zfdgb {  }
 }@media only screen and (max-width: 763px) { #WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #U5wc73UxshhMlCOITUeQuK2gDv8twa65 { display:block; }
 }@media only screen and (max-width: 763px) { #WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #k8vd79Ih6r3FwsE3cQy4TfbXFdVQLgLr {  }
 }@media only screen and (max-width: 763px) { #WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #kAmd7qyQVCb57TNxxrrPGcZOSoVMIiBJ {  }
 }@media only screen and (max-width: 763px) { #WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #rwIP9OzU8ozv8P4sqIC3yfdDwHk6QRTn { display:block; }
 }@media only screen and (max-width: 763px) { #WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #SzsWNZaCm1OkkqWRPLRXF4zSuPkI26uD {  }
 }@media only screen and (max-width: 763px) { #WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #cVGsqJuWXVLmkPzyV6ETaKlJViapXfw6 {  }
 }@media only screen and (max-width: 763px) { #WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #howQqaPOcCG1G1LIP0uyvsfgZy8zg4fq { display:block; }
 }@media only screen and (max-width: 763px) { #WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #nJzNnH479Oxktpr8zFkFuWu4WFsMzf3A {  }
 }@media only screen and (max-width: 763px) { #WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #EtcN2uHezgr8JXkEZEPpVVQeyIqyxodC {  }
 }@media only screen and (max-width: 763px) { #WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #AwfSmJXVg2cfirQqDHCccDc2EdIiWSFL {  }
 }@media only screen and (max-width: 763px) { #WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #U9k7nrwogePL6sCdbtyxDunHS3FrElTQ {  }
 }@media only screen and (max-width: 763px) { #WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #JxowqbWRfmd1nW1ziDKn5LfhQrhGtxdf {  }
 }@media only screen and (max-width: 763px) { #WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #RLULtudzIhtpfAPIEZ6ErayPHfhauvSU {  }
 }@media only screen and (max-width: 763px) { #WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #Gu6s7XvlPCilX7L0w7ETun3dskNT8W4O {  }
 }@media only screen and (max-width: 763px) { #WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #kuNDWHyD54u0hc8ciuDlIFRJR4phcdPT {  }
 }@media only screen and (max-width: 763px) { #MNJZI7QoeeWaeRaz7ACJ9uUhkmte4Ilr { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #oEaM5U0CusBTT7HsL8JTTNlZnEFwdanB {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #MCvW0vB2ykELB4Ve3dIKmFtPxsLLk1dD {  }
 }@media only screen and (max-width: 763px) { #D5yvk3ZVUNJ2toh15gTuqvXHvJ58T5AM { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ENTGJAV4ly7ghh1oA6StETkufEGU77Cz {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Achrbvyye3tyaw9oyMrk28S3BCMNQ0FG {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #iXPpk5vDui0aKpGlV1WExDUxzT9Ev9TU {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #E4TkQ6W8TyghCZ6mNE79r1lOQufPBkEr {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #SqrmGDik2yA8o07QBTb7s1cS4aXyzDgJ {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #IwlGRI1iilamGe69IiAf6a2FWn9s52MC {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #P2AOfvhJHXc7xqfPzXcZAdyiI1BDgHNt {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #K6v6mnNtTnhgLehCcwvL4qKTm8KAhu7x {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #SmiFXX6M171xlCbMu86xokMERgqt3PSt {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #sDwMxshc7B5mlVCssAXwBcBscl6gNLgr {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ppDNAt8QdSxIHev5RyZEQKtqN4rxPXrn {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #sdBP7L31hgKvVnDA3GewkVlxO9X1HzB1 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Sl7byfSmVDXa0wpk2hlt9O79EXxahICN {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ggnUEy1KDfG0zn8LIRozirM5V2mLpJty {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ovTpITmofndcncK0fnzHyIs0R91cFSzq {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ptTg5XVOmw38yBUzMMEU4tvMxIea7XRq {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #FIOIOTtBqZ6BIaVg7VVWyUkEF5beE3Rr {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #dEJeg64EECsXRTwQvXN2qzfTpOGGbbEN {  }
 }@media only screen and (max-width: 763px) { #xD475oUXetvRHKgsToCWcI21CL5wPmfs { display:block; }
 }@media only screen and (max-width: 763px) { #cFT4EwowrXti95LnGs69uFEiQGr1dklh { display:block; }
 }@media only screen and (max-width: 763px) { #E6GVN2ExNzsN6zlb48lT4Zvml9RDdTtl { display:block; }
 }@media only screen and (max-width: 763px) { #BaiLtSTi3VBNUeFr6qDPgTt7T0QDZgHi { display:block; }
 }@media only screen and (max-width: 763px) { #iRCprLDhTwuwdrg8MgLkoZxCf14TEXwx { display:block; }
 }@media only screen and (max-width: 763px) { #sDy8JCp12KGB4k3wzJ6gMk2sTwxObokB { display:block; }
 }@media only screen and (max-width: 763px) { #eHLlgZ9cTytNGyPfN66Q6X5z64NexN8n { display:block; }
 }@media only screen and (max-width: 763px) { #LqSTt9JwfJGHTsyD7mIlB3lrUhDu0xlZ { display:block; }
 }@media only screen and (max-width: 763px) { #HUhJE7RXyU1R7NQOTbRbzJQrXEWXgUXz { display:block; }
 }@media only screen and (max-width: 763px) { #ZlvkMtAEGxBbOZKNMrBZipcQC3bPJGRH { display:block; }
 }@media only screen and (max-width: 763px) { #oTt8cK41M9Vph5FQoKZLTn7oFLtg91vb { display:block; }
 }@media only screen and (max-width: 763px) { #QHyafFI33mqhHEewBHhW82851xtCDKoI { display:block; }#QHyafFI33mqhHEewBHhW82851xtCDKoI > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JiCppaidOUkUDeCOeMurBzdtuIfMTov4 { width:20rem;height:0.975rem;top:3.3125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mpp6WBdKLwmuVkwHNaNczmQZSt2f3xdq { width:12.5rem;height:2.76269375rem;top:7.125rem;left:6.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuzoQOmrCaTKOJADMa2vXAc3eMsZFy1d { width:5.6875rem;height:5.6875rem;top:5.6875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQcHn98GGyfOAt9sIwTx1BTeTRkP7olb { width:8.125rem;height:2.85034375rem;top:12.6875rem;left:8.875rem;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VwPPF0rM3hABdXvDGam6Xhk1y3rZg6Vm { width:4.375rem;height:4.375rem;top:11.9375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTFIrzBNqVAP2tp3qXQMZudfV0LzIglg { width:8.8125rem;height:4.87426875rem;top:17.472219467163rem;left:8.5312502980231rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9F2BdA0JdWElZZhKo2PB7DFMOPND0L3 { width:4.1875rem;height:4.1875rem;top:17.75rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEeCXLtDX7kBdOAXZIJdW26CaILTS5hP { width:20rem;height:2.4375rem;top:0.875rem;left:0rem;font-size:1.875rem;line-height:1.3;text-align:center;text-align-last:center;font-family:kanit;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LQefASmVwa9D3IMR9QE118t8RkX1uz0K { width:1.375rem;height:1.375rem;top:11.5rem;left:12.5rem;z-index:15051;display:none; }
 }@media only screen and (max-width: 763px) { #lx3dUomf38O1Qm1bLapTBDQ3JczUXc2J { width:15.875rem;height:3.5rem;top:24.33642578125rem;left:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwen1MBCaQi1vkt4xUTPM2XqnqnUkDvE { display:block; }
 }@media only screen and (max-width: 763px) { #k59HbQJyKRkltGKsP1rFN3HTMMdOLbzq { top:5.3801822662354rem;left:0rem;width:20rem;height:5.625rem;z-index:15012;background-color:rgba(255,255,255,0.66);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;border-top:0.125rem solid #0071ff;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #Acx8X1qrvTvUAaNOVPQcLtkBLUMfMymq { top:11.3125rem;left:0rem;width:20rem;height:5.625rem;z-index:15013;background-color:rgba(255,255,255,0.66);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;border-top:0.125rem solid #0071ff;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #HPTQw8RDciPH7ygNE33Jd5TLxa6eKyp6 { top:17.04052734375rem;left:0rem;width:20rem;height:5.625rem;z-index:15014;background-color:rgba(255,255,255,0.66);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;border-top:0.125rem solid #0071ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #Jd611QTHQdsRNOr3MWXih4aSm99SG981 { width:20rem;height:3.0625rem;top:5.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XsK6TtQt6xmlQQdizshAbHOV5XN0WKZz { display:block; }#XsK6TtQt6xmlQQdizshAbHOV5XN0WKZz > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WXR6gLCzpycgwSRuxedIi30yo3WhxDTo { width:6.75rem;height:1.375rem;top:1.25rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qf5yin6gBwxbspTJvUzf91TiZVgSWiAv { width:19.0625rem;height:3.8983125rem;top:3.875rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GodbxmT2qITrb7WWwa6q9siv8PDR0V4q { width:20rem;height:2.92419375rem;top:8.875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TXtikgObHkirxsG1d3pZz9ubSpebEbLG { width:20rem;height:0.975rem;top:23.375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AM29i8MtQ4Lvgs9pvQ123r4OtpunZC10 { width:14.9375rem;height:2.2753875rem;top:19.875rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KcGL1AuPp7Q4Bz035u1oz1aQhBOA2tyU { width:5.6875rem;height:5.6875rem;top:12.9375rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgJJkvMX3ArTxP8NiMIwhmyqAIeo2W6I { width:10.625rem;height:5.9375rem;top:3.9375rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xtCGbR8SmCHpMn9ggs6TN1mwgPylem25 { display:none; }#xtCGbR8SmCHpMn9ggs6TN1mwgPylem25 > .row .container { width:20rem;height:24.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nqnVUiXBGOT1vPlWam4wfBOXsD5dCqr7 { width:14.8125rem;height:3.57465rem;top:0.6875rem;left:2.625rem;font-size:1.625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GeLWfydtZeoTiWTkRLiz06PzOzLr5P8s { width:10.5625rem;height:2.0625rem;top:4.9375rem;left:4.6875rem;font-size:0.9375rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i7dUChnMQUAyMNUonoaUaEmNld2NbppL { width:18.75rem;height:3.875rem;top:15.25rem;left:0.62413197755814rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyo0sU6nk6maPs0b0BCKN7cHKWr1iaUc { display:block; }
 }@media only screen and (max-width: 763px) { #k7mnkdMXhrW18B3EvG61a5NS86c3Pk6R { width:13.5rem;height:10.625rem;top:6.21875rem;left:3.2500000596046rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #Xu6CRrirdUCH5UfwHm1i9mfev9isdL4L { width:20rem;height:4.63036875rem;top:17.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.3;color:#0071ff;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #MguIB67rEVTBJvlUmaOW5BZLVNE9Is0a { width:20rem;height:4.63036875rem;top:20.30810546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.3;color:#0071ff;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #w147sEnx7SqgT2LEdnwATWMUuEvCwW5U { display:none; }#w147sEnx7SqgT2LEdnwATWMUuEvCwW5U > .row .container { width:20rem;height:17.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rev76O4Bi40SJW4kBy9zSLsbE8eJNgZu { width:20rem;height:2.8872rem;top:13.875rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;line-height:1.4;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #ed5Uqn2BmndqwVesuZIi9416ANSRAa44 { width:18rem;height:2.6875rem;top:10.0625rem;left:1rem;font-family:kanit;z-index:15006;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZtBaZQAkVwssaTpZ11UV36vruX72yui { display:block; }
 }@media only screen and (max-width: 763px) { #epAZGQ838kwMep5R2Dlqq28lCoqptqAL { width:20rem;height:4.63036875rem;top:2.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.3;color:#0071ff;display:none; }
 }@media only screen and (max-width: 763px) { #Tuh8IMry38KpWBuMMFQW3EEL0IGl7lAw { width:18.25rem;height:2.2744125rem;top:6.5625rem;left:0.875rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LOQsi866GNmWUWIBctSGtNC0BwTT5Dtt { width:20rem;height:1.54345625rem;top:4.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.3;color:#fbe936;display:block; }
 }@media only screen and (max-width: 763px) { #F30U6Cqq8ugqb2s5OF2CrHtw1BepyTce { width:20rem;height:10.875rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8Qoiw35E1GmCSp9cee0TW8lFNTdepON { width:20rem;height:1.94970625rem;top:1.73828125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.3;color:#fbe936;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #hX0KzT3OoycV9XgMGb8Jh7rrHpZpmOzw { display:none; }#hX0KzT3OoycV9XgMGb8Jh7rrHpZpmOzw > .row .container { width:20rem;height:6.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tBnXpuPugvP94UTbAcMEuiwvglO8Izq6 { width:19.9995rem;height:2.2749rem;top:3.8056640625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VGOyHQmXBIlXCcsh61HGO6NUJEfzDqIG { width:8.3745rem;height:3.1875rem;top:0.6181640625rem;left:5.936279296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mguCitoFyubWLIO4eKudZAfoWt5VIeyq { display:none; }#mguCitoFyubWLIO4eKudZAfoWt5VIeyq > .row .container { width:20rem;height:6.5625rem;background-color:#0d3845;background-image:url("https://images.assets-landingi.com/uc/5b9310bb-3127-415d-97e1-238306537567/25670705150720.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:none; }#mguCitoFyubWLIO4eKudZAfoWt5VIeyq > .row .container.adaptive-delivery-prevent-bg, #mguCitoFyubWLIO4eKudZAfoWt5VIeyq > .row .container.lazyload, #mguCitoFyubWLIO4eKudZAfoWt5VIeyq > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #CTBUMlCaR9l80xlX2aLH2BmM5p63913f { width:11.6875rem;height:3.875rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TyI76Ry8iIXKz9Wsnwt87iOaLT6ttkBa { width:20rem;height:6.7666666666669rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JZx7futmTqCVMCDutrhxOwCXO2eVe2LF { display:none; }#JZx7futmTqCVMCDutrhxOwCXO2eVe2LF > .row .container { width:20rem;height:30.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fbKFto4tScmrfIRT8Sn2kMTHyFLzZvex { width:20rem;height:5.9504132231405rem;top:2.199462890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mU80k7MZTs0IPFQIrZLmTeAbVsLPLb2u { width:20rem;height:3.531202435312rem;top:7.198974609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqMmsRw8kXp5v1AGrhAEdwyCMdmwqJQT { width:4.875rem;height:1.6245125rem;top:0.574951171875rem;left:7.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSQ2PhzqOOcTXdD2RFil539rUcL3qMai { width:20rem;height:9.1101055806937rem;top:10.72998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyTeZGoSMTMxG6ylCuvdTAPtOTwemeIZ { width:9rem;height:11.187rem;top:19.059814453125rem;left:5.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQrq9IhqUWSeO9c4Thd4rEZ0xdKdewWn { width:6.1875rem;height:3.375rem;top:22.059814453125rem;left:10.874267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb2zF9uMO6fdViGHXPrwUExiCUn9sIF7 { width:20rem;height:11.918976545843rem;top:19.059814453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdaFiyDATQEMNS9ivpDBdgP8JFvGcEQl { width:14.6858125rem;height:2.7495125rem;top:14.581787109375rem;left:1.15576171875rem;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }#XdaFiyDATQEMNS9ivpDBdgP8JFvGcEQl li:before{  }
 }@media only screen and (max-width: 763px) { #B0KDzplzaE9HIIPbJ3hcrPt5w7SEHTE4 { width:19.9995rem;height:1.29931875rem;top:17.806640625rem;left:0rem;font-size:0.8125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #shUUdM9Sfp9Smn6bF08T5iT4hhoanNGz { width:13.56225rem;height:1.21875rem;top:12.847412109375rem;left:3.21826171875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFkEexpJwxud7Ps3xPXIt5qCKF6EXV7r { display:none; }#vFkEexpJwxud7Ps3xPXIt5qCKF6EXV7r > .row .container { width:20rem;height:52.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #epPmrRnlSBJnmbKU5ZXBT08XlxZGEMho { width:9.375rem;height:1.25rem;top:1.91015625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1nrE73PQmJTPaGTHnR6u5JVZxnhnRWF { width:17rem;height:6.0625rem;top:4.72265625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4pJpEV9fdysOcWmd8MGeuElTKaBxhwd { width:16.3125rem;height:1.875rem;top:10.41015625rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9CrBQS1XXkqkrLTGeTgwpcfxkTLnWaO { width:16.75rem;height:2.03125rem;top:30.875rem;left:1.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVlT4TJ8KPmnbUPzdulhMsGGLVIwfICR { width:20rem;height:3.25rem;top:33.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBDZqf24u7GppzsZFCeFmmnXiGSaXHWm { width:19.125rem;height:16.25rem;top:12.28515625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgyOrHIJWA2aAq9nBMt4e1od3u6ZGasF { width:19.875rem;height:10.375rem;top:38.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghxgVCIwUxCTgJDQPawAP2nmxybVn6E3 { width:20rem;height:0;top:49.8125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lp3kFwR1LBAydmDuUXGK09qDmq7SWl37 { width:20rem;height:1.13769375rem;top:50.499267578125rem;left:0rem;font-size:0.875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #ctzwlJCAGdH6BS0TwMJbT5ooTwtl5dr8 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/46348524-d75f-4e5a-b03e-1660f534863a/Aumbannerland_mobile2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#ctzwlJCAGdH6BS0TwMJbT5ooTwtl5dr8.adaptive-delivery-prevent-bg, #ctzwlJCAGdH6BS0TwMJbT5ooTwtl5dr8.lazyload, #ctzwlJCAGdH6BS0TwMJbT5ooTwtl5dr8.lazyloading { background-image: none; }#ctzwlJCAGdH6BS0TwMJbT5ooTwtl5dr8 > .row .container { width:20rem;height:12.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #idqSqQ3qoCeeOPTHDl0CioMAInhcngNT { width:14.874875rem;height:3.4375rem;top:6.31103515625rem;left:2.56103515625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n37CSwkODQrQU39624Qan4xcV7e0DZsB { display:block; }
 }@media only screen and (max-width: 763px) { #tAA7qow28nn8qKqkmiU6F4oh4RTaVE5k { width:12.5rem;height:1.2994375rem;top:10.262451171875rem;left:3.74755859375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MMBb7JPaoLWfB4r6ealiQXbT9dgFX6EA { background-color:transparent;background-image: -webkit-linear-gradient(6deg, #1a74ff, #3a3a3a);background-image: -moz-linear-gradient(6deg, #1a74ff, #3a3a3a);background-image: -ms-linear-gradient(6deg, #1a74ff, #3a3a3a);background-image: -o-linear-gradient(6deg, #1a74ff, #3a3a3a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a74ff', endColorstr='#3a3a3a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a74ff', endColorstr='#3a3a3a' );";background-image: linear-gradient(6deg, #1a74ff, #3a3a3a);background-size:cover !important;display:none; }#MMBb7JPaoLWfB4r6ealiQXbT9dgFX6EA > .row .container { width:20rem;height:7.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rr6O4tZ2fBsDQpt1ablBa7VdhlGQeSas { width:20rem;height:5.6875rem;top:0.8125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #k74XJ9ICAh1brMoq1yGlX438E95XhdPl { background-color:#1a74ff;background-image:none;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;display:none; }#k74XJ9ICAh1brMoq1yGlX438E95XhdPl > .row .container { border-width: 0; border-radius: 0; }#k74XJ9ICAh1brMoq1yGlX438E95XhdPl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k74XJ9ICAh1brMoq1yGlX438E95XhdPl > .row .container { width:20rem;height:67.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IWI9esNGMowArk8dawypkBhCPe2qH9uE { width:20rem;height:54.1875rem;top:7.75rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSnMdHtGVMnQQRoud2R0VEzOKdxRweuz { width:20rem;height:4.875rem;top:11.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #L1ilGPhKF6Tvl05yw7BJZdGvcDU245DL { width:20rem;height:4.875rem;top:33.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #H3bgzToTe7R6H9uNlRU76VBJKdxrEdea { width:20rem;height:2.5996125rem;top:30.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #saWJuUlU573k46TN9T4PdSeiUuiQKTv0 { width:20rem;height:2.5996125rem;top:8.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Sat7wM1slgw0pxyrDH2QtKWborM6oGQ9 { width:16.9995rem;height:10.499875rem;top:39.75rem;left:1.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EIUuJNJA3DvtHTai9GBp2N4nScIpiShc { width:15rem;height:7.6875rem;top:17.875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHAy1mJJ3qkrMcGzc6soIByOz66zsAby { width:16.625rem;height:0.1875rem;top:28.5625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDTEGpAVFVLp8v9DMx0thTTqsJhDUoAG { width:19.25rem;height:7.75rem;top:56.3125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sn7ZCftgCRDNaDatCX3QLgfVKIUkXTo5 { width:14.0625rem;height:3.8994125rem;top:58.8125rem;left:3rem;font-size:3rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #T8CIv6I1wrGKgEr7Ud3XApp8xZ6vAoOT { width:20rem;height:1.29980625rem;top:57.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BLc2aIzvfEyUVAtu9fyFE0nmF5Tn91Pp { width:20rem;height:1.0556625rem;top:62.5625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RzeDTthNhiUxcq1nlEmWOb0LbE4cKBVO { width:20rem;height:5.19921875rem;top:1.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kZUyNsQDZtPhgEceMylhiTy6xHcWik0z { width:20rem;height:4.14258125rem;top:51.357421875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #gCFGgUP0bhsEOf6EQkByPTR4piBVwr7O { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #561aff, #2e00b9);background-image: -moz-linear-gradient(180deg, #561aff, #2e00b9);background-image: -ms-linear-gradient(180deg, #561aff, #2e00b9);background-image: -o-linear-gradient(180deg, #561aff, #2e00b9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#561aff', endColorstr='#2e00b9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#561aff', endColorstr='#2e00b9' );";background-image: linear-gradient(180deg, #561aff, #2e00b9);background-size:auto !important;display:none; }#gCFGgUP0bhsEOf6EQkByPTR4piBVwr7O > .row .container { width:20rem;height:39.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #amBDKxcRGHqrxLbDkAbIQOGfsefnQ8qO { width:12.5rem;height:1.29980625rem;top:6.236328125rem;left:3.75rem;font-size:1rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #fHOFXe2fuZK7LJyWllSRI4mvl2mtDTcP { width:14.3125rem;height:1.7871125rem;top:1.25rem;left:2.8125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BOAHXP7FTIWKytshqGcg8GaO5sBCDr7a { width:8.125rem;height:1.7871125rem;top:4.2871125rem;left:5.9375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #U2TgpbAJVu8tP0EbMAIT6JLBEnacULGg { width:17rem;height:34.5rem;top:43.4355625rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TMPyPmQeGE93SwGrn1admmNvZ1DDMTMR { width:10.4375rem;height:1.7871125rem;top:47.4355625rem;left:4.78125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tHltXd71HXDL7aKIM27L80WbGRa4DQIU { width:9.0625rem;height:2.5rem;top:43.4355625rem;left:5.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oc9qVfSnAVHTSpvsOdTT5zlAfwugDaOK { width:5.625rem;height:1.4624rem;top:43.9541171875rem;left:7.1875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bX2osUTzV8Ka8E31d1zsypcspNSzcahw { width:20rem;height:2.5996125rem;top:7.324225rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KlW3m5kz8zR4HtX3BAr2Dr32nKBwPc8A { width:20rem;height:0.0625rem;top:15.5488375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ilx9KXat91S6zzu21RUUKAD2LnKDEPPK { width:20rem;height:2.5996125rem;top:13.4238375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VDCLkeUX4L2rzo1lq4XLC5pzEg4v3TpK { display:flex;width:3.125rem;height:3.125rem;top:50.96046484375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cUPslio80ZfHIwTdJkfdVtVlFR7AUlgE { display:flex;width:3.125rem;height:3.125rem;top:11.1738375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MK99IDmMIJZAwbTmpdfaQl9w9Wb7EBTQ { width:20rem;height:1.29980625rem;top:17.4238375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pZyW0mTex0dhOvThBUM2tyLWhfQVnueW { display:flex;width:3.125rem;height:3.125rem;top:19.97364375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mOpK4fMzcuFaEgCXgSEd6EsEMKnZWkuu { display:flex;width:3.125rem;height:3.125rem;top:57.27296484375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #b8kD5LWTTE0geIEK7Ma2rIONU8BshemX { width:20rem;height:0.0625rem;top:24.34864375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uBFEXp886v9apzxBHFOCcIPCpUQIrECE { width:20rem;height:1.29980625rem;top:25.66114375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NhS71QrTcaBZQqgrntiZuWf1Qq5TOqaN { display:flex;width:3.125rem;height:3.125rem;top:28.21095rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FWSeho0T5KJxaoRvQi81AUWBZTakrVaI { display:flex;width:3.125rem;height:3.125rem;top:63.58546484375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cAPbLqmngulsdTGKl11sSoeFJBGEGouI { width:20rem;height:0.0625rem;top:32.58595rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PBNfKIMxH1H9XkVUzxFrkI0ilvCWdZCM { width:20rem;height:2.5996125rem;top:33.89845rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #R9UZ2CHMtFpbHUgu88UGZAgZMet4fa4S { display:flex;width:3.125rem;height:3.125rem;top:37.7480625rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JdJeIZf8xbtrza4TT4qTX406u5N9Smk0 { display:flex;width:3.125rem;height:3.125rem;top:70.08546484375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KRaxMf1re15e1rkU26Xfgyd0Q3OCUesP { width:20rem;height:0.0625rem;top:42.1230625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LVrouSKHCc4BQurtH3oF6VERaX1dnMEh { width:10.4375rem;height:1.29980625rem;top:79.1855625rem;left:4.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #y5Kwt7NUVxioC4EOTNJFcR8n3XsEMkWx { display:flex;width:3.125rem;height:3.125rem;top:81.73536875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gqu4cn0VLrOOZZG0vau6EFbmNRJOxq2r { display:flex;width:3.125rem;height:3.125rem;top:86.11036875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ltwBGwJwq5tg5tVqMv3dNMXxob23R7Ed { display:flex;width:3.125rem;height:3.125rem;top:90.48536875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gJymfDpzqyMGmPZCZ14yr2c99bQfw90Q { top:12rem;left:0.5625rem;width:7.0625rem;height:1.625rem;z-index:15029;font-size:0.625rem;font-family:kanit;display:block; }
 }@media only screen and (max-width: 763px) { #luCtS52iVkKtOTWuJzHmPIxiUxv0L81Z { top:9.8125rem;left:0.625rem;width:7.93725rem;height:0.9746125rem;z-index:15030;font-size:0.75rem;font-family:sarabun;font-weight:700;font-style:normal;color:#842cdd;display:block; }
 }@media only screen and (max-width: 763px) { #TfCKxu0q7pI8yuKdXoSZBo7CiAiTdlF2 { top:9.8125rem;left:9.5625rem;width:3.25rem;height:0.9746125rem;z-index:15031;font-size:0.75rem;font-family:sarabun;font-weight:700;font-style:normal;color:#842cdd;display:block; }
 }@media only screen and (max-width: 763px) { #rSamafqD9R44l99z3huTUoCPzphhtkW6 { display:flex;top:12.5rem;left:10.5rem;width:1.4375rem;height:1.4375rem;z-index:15033;opacity:1; }
 }@media only screen and (max-width: 763px) { #WXOzbOHV5S0LOcLaPhWTuSn1wI3xgB06 { top:7.125rem;left:13.5625rem;width:6.4375rem;height:24.6875rem;z-index:15035;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#8a43ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #qCrecDC6Jnic6RatktxXpk38eFvBrTSw { top:7.125rem;left:15.0625rem;width:3.625rem;height:1.5625rem;z-index:15036;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe7b2, #facc6c);background-image: -moz-linear-gradient(180deg, #ffe7b2, #facc6c);background-image: -ms-linear-gradient(180deg, #ffe7b2, #facc6c);background-image: -o-linear-gradient(180deg, #ffe7b2, #facc6c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe7b2', endColorstr='#facc6c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe7b2', endColorstr='#facc6c' );";background-image: linear-gradient(180deg, #ffe7b2, #facc6c);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Pbg442ILwRsimqEAHnAKOWDb5Rz4z1nf { top:7.5rem;left:15.25rem;width:3.0625rem;height:0.8125rem;z-index:15037;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xw6G1of4Bm1wXmq2TVf69Ow32rzQFSqF { top:9.8125rem;left:14.625rem;width:4.375rem;height:0.9746125rem;z-index:15038;font-family:sarabun;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #eyzNzFFE3wQyp9DBHAICJloOqv5Wt6mI { display:flex;top:12.25rem;left:15.8125rem;width:1.9375rem;height:1.9375rem;z-index:15039; }
 }@media only screen and (max-width: 763px) { #XGIHBJF4K1wVLzZRnXM09y6u8RtZClpN { top:14.75rem;left:0.5625rem;width:8.1875rem;height:2.4375rem;z-index:15040;font-size:0.625rem;color:#e2105f;font-family:kanit;display:block; }
 }@media only screen and (max-width: 763px) { #wJqTPuS4BTs5brBI62kn5TF6r8JsR8BC { top:17.75rem;left:0rem;width:20rem;height:0.0625rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #Ztrk8UAqncBWcwT0JioeCqlUMzTLVvgR { top:19.75rem;left:0.5625rem;width:4.6875rem;height:0.8125rem;z-index:15030;font-size:0.625rem;font-family:kanit;display:block; }
 }@media only screen and (max-width: 763px) { #c1gMa3EBtCQRlbNSeO3fFSclTACFsh6E { display:flex;top:18.6875rem;left:10.25rem;width:1.9375rem;height:1.9375rem;z-index:15040; }
 }@media only screen and (max-width: 763px) { #TqQy7WZ4OR796RFFdf5iGaUtZuKmFoIB { display:flex;top:18.6875rem;left:15.8125rem;width:1.9375rem;height:1.9375rem;z-index:15041; }
 }@media only screen and (max-width: 763px) { #w9O3sklLHQO9rCpAinqNseC7FN4FowQa { top:22.25rem;left:0rem;width:20rem;height:0.0625rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #nHBzpgfGa4k9L8wHcIrVWoemTq7x5QTl { top:23.8125rem;left:0.5625rem;width:9.0625rem;height:1.625rem;z-index:15031;font-size:0.625rem;font-family:kanit;display:block; }
 }@media only screen and (max-width: 763px) { #fhrn3FK05JM6liLgXiDQvQenL8hgzpkX { display:flex;top:23.8125rem;left:10.5rem;width:1.4375rem;height:1.4375rem;z-index:15034;opacity:1; }
 }@media only screen and (max-width: 763px) { #JS2lOeiuIPyVcvdpCb8mJTR0dJCGPBUE { display:flex;top:23.5625rem;left:15.8125rem;width:1.9375rem;height:1.9375rem;z-index:15042; }
 }@media only screen and (max-width: 763px) { #i5CqUwetD2nzxkJodHZNimVhrpt04SPU { top:26.875rem;left:0rem;width:20rem;height:0.0625rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #ZK9ukeutxrTLJIwe0e0z0kqTch3FahhU { top:28rem;left:0.625rem;width:6.937125rem;height:2.4375rem;z-index:15032;font-size:0.625rem;font-family:kanit;display:block; }
 }@media only screen and (max-width: 763px) { #QmpeBEON3z5LWrSonC6v4HrU6a0gDy81 { display:flex;top:28.5rem;left:10.5rem;width:1.4375rem;height:1.4375rem;z-index:15035;opacity:1; }
 }@media only screen and (max-width: 763px) { #xGvoEQKHEVihf11OR21aPdMSvwUzLhOO { display:flex;top:28.25rem;left:15.8125rem;width:1.9375rem;height:1.9375rem;z-index:15043; }
 }@media only screen and (max-width: 763px) { #aPemEJAUF900RBkP0NBfCf8Jraz8aP1h { top:31.75rem;left:0rem;width:20rem;height:0.0625rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #zFIM0R5hLvCD2GwZz7xboRyNnfRTqcmN { top:34.625rem;left:0.5rem;width:8.6875rem;height:0.8125rem;z-index:15033;font-size:0.625rem;font-family:kanit;display:block; }
 }@media only screen and (max-width: 763px) { #LV3DFKDTwS5muhaqDxbDtiScyx1eCKxo { display:flex;top:33.875rem;left:9.9375rem;width:2.5625rem;height:2.5625rem;z-index:15045; }
 }@media only screen and (max-width: 763px) { #BktJ0RzTVPdB5EkstHmen9Dp918Ww6Mh { display:flex;top:33.875rem;left:13.5625rem;width:2.625rem;height:2.625rem;z-index:15046; }
 }@media only screen and (max-width: 763px) { #gmgLuO23Xr6BRGx4S4kpxQTOxPcJftIW { display:flex;top:34.1875rem;left:16.5625rem;width:2.25rem;height:2.25rem;z-index:15047; }
 }@media only screen and (max-width: 763px) { #eTnULm10KgNIcqh4JXItXcsCbUJNZaXl { width:20rem;height:29.6875rem;top:7.5rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #kp5KR2TIuDynF6V40rZgVnm93nQThZD9 { width:16.4375rem;height:5.19921875rem;top:1.1875rem;left:1.78125rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #mIvqv7zTS6IiR1aspQ0vISFkmeRpUQ19 { background-color:transparent;background-image: -webkit-linear-gradient(11deg, #343434, #1a74ff);background-image: -moz-linear-gradient(11deg, #343434, #1a74ff);background-image: -ms-linear-gradient(11deg, #343434, #1a74ff);background-image: -o-linear-gradient(11deg, #343434, #1a74ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#343434', endColorstr='#1a74ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#343434', endColorstr='#1a74ff' );";background-image: linear-gradient(11deg, #343434, #1a74ff);background-size:auto !important;display:none; }#mIvqv7zTS6IiR1aspQ0vISFkmeRpUQ19 > .row .container { width:20rem;height:34.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LiHRKWlgkgi8Z69XRdv1UMyewuQLCAfT { width:12.5rem;height:1.29980625rem;top:6.236328125rem;left:3.75rem;font-size:1rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #goIItLMzc0DBuI1J4SNcPTsEECXAMPbB { width:20rem;height:3.0859375rem;top:1.52392578125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fTICilAF3nKiCska9IakUyWNDz2N6ZeC { width:20rem;height:26.3125rem;top:5.875rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Enl8KsoZDskEqHSvt3NJNGvqFo5RDgbl { width:20rem;height:4rem;top:7.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #rM7RrfTsHLMWlQ2lwg5dQneKcbr8Kqs5 { width:20rem;height:1.94921875rem;top:11.375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #UQmGqXpDwot7JUboLdRSO6AUaKXTVfg4 { width:19.875rem;height:3.89941875rem;top:13.3125rem;left:0.0625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WWOGfJWpUa71MPr1TJtaef3zRhVygFqW { width:13.375rem;height:13.375rem;top:16.625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jwr0hxbqNg1bbyBXRFL2Z8ywI67hFpbG { display:none; }#Jwr0hxbqNg1bbyBXRFL2Z8ywI67hFpbG > .row .container { width:20rem;height:104.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VeIw3XA1GlbwMqdSdPQ1GDUbBbTHPlny { width:20rem;height:14.639516743192rem;top:50.855696875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #u8m4qPwgyc4DVHgdVlroV0GNxrM4041d { width:20rem;height:14.666333333333rem;top:17.052rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mA5iQXtETbKqM1rNq6fOXBXVS3cChobW { width:2.625rem;height:3.6015515256524rem;top:40.243515625rem;left:-2.750244140625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NQyW3MoaUCxkmeAaltDAXIPtuTMxplf4 { width:1.4370125rem;height:1.9995125rem;top:2.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xK0T7sn03S8Plp2O6IdFUJTZCgaPRSSE { width:2.3125rem;height:3.2501976768076rem;top:1.125rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXuzqFTG7lznuXiwcblsva0pqP67cIKx { width:20rem;height:6.1387777777777rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5GVVZiAFgbSBToH0Ia5FM5mncaHOoyG { width:19.9995rem;height:4.5109875rem;top:9.762451171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJBHeE2sLWo5vRdH0LT5xEcRawofwFB6 { width:8.874rem;height:2.03125rem;top:21.85400390625rem;left:5.56201171875rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kFDakLETCCq2qSJrz6GC2T1hJk6cSHZq { width:8.874rem;height:2.03125rem;top:44.125rem;left:5.5625rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PBRqCsI7UVl5SN1WoZTgAm5NgXVgkZNU { width:8.874rem;height:2.03125rem;top:68.243408203125rem;left:5.562744140625rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vwUfVEhlNZsom5NQ7sn9z9oTISp3MR6u { width:16.93725rem;height:8.625rem;top:93.372802734375rem;left:1.53076171875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IrgLkbssHkoFrQBGvf4ioIpDeqBt4mdy { width:20rem;height:14.552465592984rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LXrvIb2wrAuJs2kHD9DKewRIbu0EkA5K { width:14.7495rem;height:4.5495625rem;top:15.262939453125rem;left:3.3515625rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hACTgekWCgIk2oepvnPgH5KXaqiDxX0f { width:17.875rem;height:9.375rem;top:27.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxx18XUNF3QmUfa9IdoKwfM9AbwPVMWU { width:19.5rem;height:10.6875rem;top:27.1875rem;left:0.5rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbAUaRCTGlO2FNc3XbUhJLc9n3ioGbxV { width:18.1875rem;height:1.950075rem;top:24.5625rem;left:1.1875rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #R8OhksrR3ZXfCAnzTTU8ZeaCJZ8r9iwL { width:15.12375rem;height:2.761725rem;top:39.15234375rem;left:2.6103515625rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #iDt1ZdPV4l2Qf6hiIpltxRds2FVkiNxp { width:18.1875rem;height:1.950075rem;top:46.6875rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #acNybRu1VQAXBouqoMnw7G6lrULVWvSs { width:18.1875rem;height:11.2111875rem;top:50.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBS5Q4qPcEyxAZvdwv3KTmgRLEeWUZ4g { width:15.12375rem;height:2.761725rem;top:62.3125rem;left:2.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zkNR6ObxS7lBFlVNFaPVTcuTMqBcGmHJ { width:18.1875rem;height:1.950075rem;top:71.011962890625rem;left:0.9052734375rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kstiCRNu1H32EOD5XT121yyVgvrmR7mn { width:18.99975rem;height:3.9375rem;top:98.682861328125rem;left:0.49951171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UACspPUJ45FEXTHXzevJiHpc4QmThXNf { display:block; }
 }@media only screen and (max-width: 763px) { #trVQJlTBC9kZw8cQESadXSbtdcXRPQxQ { width:12.75rem;height:0;top:142.78930664062rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #Oq0clqhaOzFh1GkDQ3h0xOTTKKacxIFT { width:6.8745rem;height:11.0866875rem;top:73.720458984375rem;left:6.561767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKfz0yGd6BhpLLcW2WshmvzdC2BTfPzs { width:15.12375rem;height:4.14258125rem;top:86.769287109375rem;left:2.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ft9WnEG9u5X8LZEz0uzVTo0cdp77CQzR { width:15.37475rem;height:4.1425875rem;top:93.4130859375rem;left:2.3114013671875rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15013;color:#ffdc5d;display:block; }
 }@media only screen and (max-width: 763px) { #ZR4GVfCr3EO5KWtP9dfXK7Mp4dy0nzHP { background-color:rgba(255,255,255,0.23);background-image:url("https://images.assets-landingi.com/uc/ec4d6ac6-8d52-4e49-af4c-d3a7751b4b0a/RedesignExcelDataBusinessCollection04.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#ZR4GVfCr3EO5KWtP9dfXK7Mp4dy0nzHP.adaptive-delivery-prevent-bg, #ZR4GVfCr3EO5KWtP9dfXK7Mp4dy0nzHP.lazyload, #ZR4GVfCr3EO5KWtP9dfXK7Mp4dy0nzHP.lazyloading { background-image: none; }#ZR4GVfCr3EO5KWtP9dfXK7Mp4dy0nzHP > .row .container { width:20rem;height:53.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RmpkdUgvBKAxlPQBbKVDysTEzsTu3cDP { width:20rem;height:3.7368125rem;top:0.93747329711912rem;left:0rem;font-size:1.4375rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #rRtkaRCQqgKGAcCkQBb1uZEsOTmKrXvs { width:16.9375rem;height:0;top:11.1064453125rem;left:1.53125rem;font-size:0.625rem;line-height:1.2;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Z7owPmKyxNvwsMqROFzy6tg1fsbvQrgE { width:20rem;height:0;top:27.842882156372rem;left:0rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #noxtLH1O9wHOCkctQ1Z1zuUCnBZtNVvs { width:19.75rem;height:8.25rem;top:17.625rem;left:0rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPzLcmJCAJRvTzlOuQ7nTH1adWTFwkqy { width:19.75rem;height:27.6875rem;top:23.18701171875rem;left:0rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;z-index:14989;border-top:0.125rem solid rgba(255,255,255,0.8);border-left:0.125rem solid rgba(255,255,255,0.8);border-right:0.125rem solid rgba(255,255,255,0.8);border-bottom:0.125rem solid rgba(255,255,255,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #kPs0k7PZwMZJSgcgXTn8ZHUlTe0sfS6R { width:20rem;height:0;top:27.6875rem;left:0rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qOZhQFRJsT8x4rTgOM7zDGlvgnWsIEU6 { width:18.4375rem;height:0;top:31.9375rem;left:0.75rem;font-size:1.75rem;line-height:1.3;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #UfRpNKXxQT57KbxpSkrTR8WLX0iMsT1z { width:20rem;height:12.958rem;top:4.673828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #reKJSrM0MvWelX2iHIyTBZEQbDlO8cq3 { width:20rem;height:15.8003125rem;top:8.4296875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VD8Nx7RamsneNsc8SOAv42wyT2Gs1ZOu { width:18.5rem;height:5.34155625rem;top:17.90625rem;left:0.75rem;font-size:1.1875rem;line-height:1.5;text-align:center;text-align-last:center;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #QiZRBKizp8GqzdPxEP6TuI9lVzwJHViR { width:20rem;height:0;top:17.2177734375rem;left:0rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15039;display:none; }
 }@media only screen and (max-width: 763px) { #ut830JABmg9cu81Ec2TdJWObVpHK2sbz { width:20rem;height:2.9245625rem;top:23.26220703125rem;left:0rem;font-size:2.25rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15039;color:#fff400;display:block; }
 }@media only screen and (max-width: 763px) { #g1SMKKBwD9zdtPAsdpa8XSa9zbI1Bbsh { width:20rem;height:15.802997858672rem;top:4.673828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHMT8bcuExXOJLhc0vvqTJDxNBsiXWFt { width:1.9375rem;height:1.9375rem;top:7.4248046875rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRkK11Gp8pWZ69fnFG6mUf41zWmAP1yM { width:1.875rem;height:1.9375rem;top:7.4248046875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxPKtRQ0yVdAtg1UBROm5RJHF85QhOTI { width:20rem;height:1.4624rem;top:26.6875rem;left:0rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #z5uayFlsf3kam2ntZp8ThSsvmgA7fyP0 { width:20rem;height:auto;top:37.0625rem;left:0rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TJdnlscOO1B2iV54IV6aB2vplEmdXIZh { width:13.74975rem;height:0;top:47.419189453125rem;left:3.123046875rem;font-size:1rem;line-height:1.3;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5  { width:17.49975rem;height:auto;top:27.424072265625rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:14994; }
#bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 {display:block;}#bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 { width:17.49975rem;height:auto;top:27.424072265625rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:14994; }
 }@media only screen and (max-width: 763px) { #bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 #UmuvQ2yUyH6JI55zwu6sITCg1L8EE1Ur {  }
 }@media only screen and (max-width: 763px) { #bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 #EH1OM2fyKxq1h8EwnFit6ecmEqrxcFHe { display:block; }
 }@media only screen and (max-width: 763px) { #bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 #LhqybopwL2XkLcco6Ar8BEyzuFkdPonp {  }
 }@media only screen and (max-width: 763px) { #bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 #K4yGMICzwTqpld0mMHd0NgbRoiSvzk4t {  }
 }@media only screen and (max-width: 763px) { #bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 #URCp39TUQZQlnyufXsL6pm44lVo4t9hZ { display:block; }
 }@media only screen and (max-width: 763px) { #bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 #f865ffL8ibPZGhTpx3uHByHqRbPd3lz2 {  }
 }@media only screen and (max-width: 763px) { #bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 #oQC8hC0RtKGwOVcKyiXezbxR99xBPNJg {  }
 }@media only screen and (max-width: 763px) { #bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 #zRX06urWI3l0up2nbkgNXTBa3Zs8Cu87 { display:block; }
 }@media only screen and (max-width: 763px) { #bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 #ZQPA6Mt1rKBVOoesWoa9vqUFvgrMSOTd {  }
 }@media only screen and (max-width: 763px) { #bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 #TkX3uUUuD82RENcIMRTQopXFHtoowOiS {  }
 }@media only screen and (max-width: 763px) { #bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 #isXJZzQ2gx960ttR1T3g416lw2QoKBMc {  }
 }@media only screen and (max-width: 763px) { #bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 #swXvH61fAvUG3ubyGwBRUXvIbw2Q3kT7 {  }
 }@media only screen and (max-width: 763px) { #bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 #WbSNJSnRDt0hReZKyKcGGMq4BzdRzUPR {  }
 }@media only screen and (max-width: 763px) { #bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 #EPzor8TPC2ZVb006HCk9OOg04dhr3hGD {  }
 }@media only screen and (max-width: 763px) { #bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 #yGLfTGtqXBouXOrSfgAOBXx2p040zuho {  }
 }@media only screen and (max-width: 763px) { #bR8HaknZ27mlfDvRo47i1P0W0zoT3ST5 #AObhdGkCpEB5oX1pnLPQOhRfql8hR7vG {  }
 }@media only screen and (max-width: 763px) { #J7QeMDWaQ4mDRrAqrEGo3TMRfAFGONSD { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #nne3PWuP4k7Ix84mGWxtCqkt21pbWknS {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #cLxxvz4Ffghd0ytcnQe6yzgkB25C5Tty {  }
 }@media only screen and (max-width: 763px) { #gXU1TdtRVwehfrvnZAo7WIQMzImSxvh1 { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #fTeRlSJBc5nyGBmPw6RotybPHyo8siX7 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #g2EBHIXrDByqEKKTvSOcf9f04uqSQUfK {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #K0laJbTOTVlXZZ64Vqg1I1M5rnKds2ZU {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #aKumpS09iIgQXIMT6dDrgLaOamNdv0wa {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #bIQTdzrd82BIcO5gRPoRO6vPCpF41BTe {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #nNlnHk105k5vqDq9Om26WOOueZ0yZHnI {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #P2sHt9bx8qe0sEvhtdnsuxb19DSBIPMe {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #yWyubBTQXa8HVypmEIFblzlGiQpmSemg {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #S4Q6kRTbacJATBcdbJwBU2E6cceVkToS {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #XWEgVyhOCECgwHLKdMfasTusz8dLy2VT {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #kNymAWTThItes0Db5cp4ypxsVM0XXlRL {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #lWGkcIFbaT1dqRLppwrGSoFPQRHXZTBP {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #c1y30EIP81pKs2z72I7NWykIUCN7AfIw {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #snHnPdBEkRKdqrkChadFDkT0OlNmNNqV {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #aRJnOvZhZrBsEgdEIH6TTrKbToMu29yP {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #k0HuWapux3zIWevEQkLtnXA9JIas8dnZ {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #EzvSdTxiK65ANnD6mXZCX1fwOKFm8guU {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #DNyw9d9P269Ul79isIH8peX9QV6ysMUr {  }
 }@media only screen and (max-width: 763px) { #TGxLmTsBvwCr7GhnTwrHvEm6ITqNaSl8 { display:block; }
 }@media only screen and (max-width: 763px) { #FzkyftuXNDnJFNDNhBt9JcuxEIBmfSPG { display:block; }
 }@media only screen and (max-width: 763px) { #Te9sCW1F5i1fq8lzTyc8ZOWQCEqhTQXw { display:block; }
 }@media only screen and (max-width: 763px) { #ryiKx2uFLIDW3kGsu8VH6vBcamzTHDEi { display:block; }
 }@media only screen and (max-width: 763px) { #g1HMk2ZsZJC1KUcSrTavRPlgW8boK8Hw { display:block; }
 }@media only screen and (max-width: 763px) { #QGkmHToFJ3SnUq6qOcll1GXLoFvWNtTH { display:block; }
 }@media only screen and (max-width: 763px) { #pelHI2UZMDxiC1sUZSaZRXIFgO2ATnwA { display:block; }
 }@media only screen and (max-width: 763px) { #ACGDC5bTR3mUhiAosLzgeaccnM4hdvP5 { display:block; }
 }@media only screen and (max-width: 763px) { #ZnwJvmxCv4KGsh4itsx6FInwrHZG73hV { display:block; }
 }@media only screen and (max-width: 763px) { #AtuvKPxPUDT7crzdITyFbQpZec6HJFP6 { display:block; }
 }@media only screen and (max-width: 763px) { #ob9Ae9qTXuAc0l3NTHdpDr3M0PhUUSk6 { position:relative;z-index:auto;display:none; }#ob9Ae9qTXuAc0l3NTHdpDr3M0PhUUSk6 > .row .container { width:20rem;height:81.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dJUKBEUlGp12Cxkp8vS3sToveWaQF31G { width:17.25rem;height:2.625rem;top:73.71484375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwzIVXSTmtitt67w48mnXGnNIfCNWGQI { display:block; }
 }@media only screen and (max-width: 763px) { #JyhM273ohq070fryztuZXn9nsTnEkEFT { width:20rem;height:1.05615rem;top:6.9375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ul95w5Fh5ZrcEZd6DRlmuBaIlRUibgcV { width:8rem;height:5.3125rem;top:1rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyIB73mEyfzbXnbJFZ9nTsyT6klFy8Gw { width:5.9375rem;height:7.75rem;top:47.4375rem;left:2.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MoLJrJ6BACreuNIaw47dqOcousEsvMm6 { width:12.875rem;height:7.5rem;top:39.9375rem;left:3.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lkqxiTfSah7imVGSTQWNz1JAzGxGynHw { width:20rem;height:29.25rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCKK6G8NddxSvyANTTPdamxckFOrUG1D { width:20rem;height:3.4121125rem;top:23.125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEafCV5gTBPpTs3tcArGoUU2CZq3ZAdB { width:8.1875rem;height:11.1650625rem;top:11.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kL4vzu2k4wid4tdGEzmSe4gLvMNaWkeX { width:8.1875rem;height:11.1875rem;top:11.125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNWnAUKveCsuBTRkgOUki8x0CDm7TxVx { width:8.25rem;height:11.1875rem;top:11.17626953125rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8LQw7fDsAxNgkT91Pa9Ufhu8hpsvxv2 { width:18.4375rem;height:9.213875rem;top:27.661743164062rem;left:1.37451171875rem;font-size:0.875rem;display:block; }#M8LQw7fDsAxNgkT91Pa9Ufhu8hpsvxv2 li:before{  }
 }@media only screen and (max-width: 763px) { #qiTmMZuW3PlGGoXETKF9DMngfIhBSyAm { width:20rem;height:5.11779375rem;top:56.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zk9PoutcO18O8M16rGVzEaZyHqIpCde8 { width:17.125rem;height:10.0390625rem;top:62.376953125rem;left:1.4375rem;font-size:0.875rem;display:block; }#Zk9PoutcO18O8M16rGVzEaZyHqIpCde8 li:before{  }
 }@media only screen and (max-width: 763px) { #JZR1118QmHx7wEGkF18Rx9p6ppHOy8T6 { width:4.9375rem;height:6.75rem;top:47.8125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAb0Um7GwRyBHxyNbUyTb3OJiH3QEZWI { width:4.8125rem;height:6.75rem;top:47.8125rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuwOtsxTNytZGssSy5HU9KxceAxTgvT6 { width:20rem;height:37rem;top:41rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmsxSww9K5JdaiqoJIMPdzMJ5xnUegV0 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/aaf9d2a1-b644-4a50-a000-fe5a29aad8d0/BGMobile03.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:auto !important;display:none; }#lmsxSww9K5JdaiqoJIMPdzMJ5xnUegV0.adaptive-delivery-prevent-bg, #lmsxSww9K5JdaiqoJIMPdzMJ5xnUegV0.lazyload, #lmsxSww9K5JdaiqoJIMPdzMJ5xnUegV0.lazyloading { background-image: none; }#lmsxSww9K5JdaiqoJIMPdzMJ5xnUegV0 > .row .container { width:20rem;height:28.4375012815rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SzZy4dHe8BEzv0kCvMZGAU6hQzwIaG5W { width:19.3125rem;height:11.5625rem;top:1.0498046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2zxZTMzt7WLaPcAAZL2oRKwVloEB8dD { width:18.3125rem;height:1.57486875rem;top:15.6875rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4w5nV0DBo40wRlZVr6D9untnDDd5Llx { width:14.4619140625rem;height:3.6494140625rem;top:21.1875rem;left:2.7685546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMaxvcMHkTPmCt5M7gt0Se1xkMtPMyPD { display:block; }
 }@media only screen and (max-width: 763px) { #dJOxgbrKurJDWO6CbJBvTw88JhyX0MfZ { width:17.875rem;height:2.88671875rem;top:25.5625rem;left:1.0625rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #pXL0eAzaUmibCehcQwedH593HifGr3oQ { width:10rem;height:1.5rem;top:1.0500011444092rem;left:4.9999998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoTPkwoyCtTSKMaCH8mMzdu9l9EM2IDJ { width:20rem;height:14.75rem;top:13.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OE3ftxqGFHTrUT8GErDt4PRQxPLPGqWU { width:20rem;height:2.79948125rem;top:17.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #teNnSQ9Hea3S6ch0OvKIs8qvzIFDmuGA { width:20rem;height:9.6rem;top:63.725007629394rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hd9XgPKLrUWeaa14hnQvVouDlULup9hp { width:18.625rem;height:1.3997375rem;top:13.875rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Um6TpKOzaJ0a3k8WtyGDTEglz1c9JfLv { background-color:rgba(255,255,255,0.23);background-image:url("https://images.assets-landingi.com/uc/ec4d6ac6-8d52-4e49-af4c-d3a7751b4b0a/RedesignExcelDataBusinessCollection04.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#Um6TpKOzaJ0a3k8WtyGDTEglz1c9JfLv.adaptive-delivery-prevent-bg, #Um6TpKOzaJ0a3k8WtyGDTEglz1c9JfLv.lazyload, #Um6TpKOzaJ0a3k8WtyGDTEglz1c9JfLv.lazyloading { background-image: none; }#Um6TpKOzaJ0a3k8WtyGDTEglz1c9JfLv > .row .container { width:20rem;height:65.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mXgAecpnV87feoyHqmoAkh32OQ5EazCM { width:20rem;height:3.7368125rem;top:0.93747329711912rem;left:0rem;font-size:1.4375rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #DOZ6a7WMCLKnSQZZdgBIz1sawV7Av2M0 { width:16.9375rem;height:0;top:11.1064453125rem;left:1.53125rem;font-size:0.625rem;line-height:1.2;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #m3K0MqeUqrUez2cPOH7CJJTZXBKfKzRh { width:20rem;height:0;top:27.842882156372rem;left:0rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #aw0gOhTzNVIdFnRoJc6iKkg45ICFtQi5 { width:19.75rem;height:11.25rem;top:17.625rem;left:0rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxKq9HJJR3LCiGc6GpoLrBiM1enTvmH4 { width:19.74975rem;height:34.18725rem;top:29.748046875rem;left:0rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;z-index:14989;border-top:0.125rem solid rgba(255,255,255,0.8);border-left:0.125rem solid rgba(255,255,255,0.8);border-right:0.125rem solid rgba(255,255,255,0.8);border-bottom:0.125rem solid rgba(255,255,255,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #cHCknsTft7aEbV79uEf2XQqfFx7XHNzh { width:20rem;height:0;top:27.6875rem;left:0rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #dMDCsAWbqEfJHcawD30u1ZlyNgxclDkX { width:18.4375rem;height:0;top:31.9375rem;left:0.75rem;font-size:1.75rem;line-height:1.3;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #DKos6mWX9KHiDRgTg25dzTxtViKlHl8f { width:20rem;height:12.958rem;top:4.673828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBKUEZ52ZvqPd1MhxsISHCbspbhhKvHG { width:20rem;height:15.8003125rem;top:8.4296875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kXi0TR1xdnKtKTd5aOsm8q5NKE2g9TcW { width:18.5rem;height:5.34155625rem;top:17.90625rem;left:0.75rem;font-size:1.1875rem;line-height:1.5;text-align:center;text-align-last:center;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #LDPONTTyEb3TZf1BPSPEvknmBZLBOnBx { width:20rem;height:0;top:17.2177734375rem;left:0rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15039;display:none; }
 }@media only screen and (max-width: 763px) { #OsJI6g1Ehd7Qorzrt5xcfwXkQoaKS01u { width:20rem;height:2.9245625rem;top:23.26220703125rem;left:0rem;font-size:2.25rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15039;color:#fff400;display:block; }
 }@media only screen and (max-width: 763px) { #UadTGC73OviXCFlHL4OrTdqOBPBcZ6Dg { width:20rem;height:15.802997858672rem;top:4.673828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ionLy8sggqxLHBb9rfPLZ777Bl7TJdsT { width:1.9375rem;height:1.9375rem;top:7.4248046875rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8ROoK98A02sMlIzCXVDrbKQf7sQibJp { width:1.875rem;height:1.9375rem;top:7.4248046875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksBEg92787BJahFSGl0Nodsd16o792SW { width:20rem;height:1.4624rem;top:26.6875rem;left:0rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #Nu0RfHhtGWNNgPh27GafoK7NwxTEbfSE { width:20rem;height:auto;top:37.0625rem;left:0rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GcaX7qfAFoiWEixLOre31rKilPMHF8fA .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#GcaX7qfAFoiWEixLOre31rKilPMHF8fA .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GcaX7qfAFoiWEixLOre31rKilPMHF8fA .widget-input-text {padding-top: 0; padding-bottom: 0;}#GcaX7qfAFoiWEixLOre31rKilPMHF8fA .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GcaX7qfAFoiWEixLOre31rKilPMHF8fA .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GcaX7qfAFoiWEixLOre31rKilPMHF8fA .widget-input-select {padding-top: 0; padding-bottom: 0;}#GcaX7qfAFoiWEixLOre31rKilPMHF8fA .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GcaX7qfAFoiWEixLOre31rKilPMHF8fA .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GcaX7qfAFoiWEixLOre31rKilPMHF8fA  { width:17.49975rem;height:auto;top:30.58740234375rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:14994; }
#GcaX7qfAFoiWEixLOre31rKilPMHF8fA .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GcaX7qfAFoiWEixLOre31rKilPMHF8fA {display:block;}#GcaX7qfAFoiWEixLOre31rKilPMHF8fA { width:17.49975rem;height:auto;top:30.58740234375rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:14994; }
 }@media only screen and (max-width: 763px) { #GcaX7qfAFoiWEixLOre31rKilPMHF8fA #SCTf3Efp9r4ILUfWnBUp3Gr7SrCyEhuH {  }
 }@media only screen and (max-width: 763px) { #GcaX7qfAFoiWEixLOre31rKilPMHF8fA #BF2HihK9iFbL3m3JyHy8HM5F0uXMDkNP { display:block; }
 }@media only screen and (max-width: 763px) { #GcaX7qfAFoiWEixLOre31rKilPMHF8fA #tGBHtPV5IZToNrL5ZAT9XLGSu5EepCbS {  }
 }@media only screen and (max-width: 763px) { #GcaX7qfAFoiWEixLOre31rKilPMHF8fA #hfO81qyI9zIflC5Z7gED9Gz5UNBMR6pr {  }
 }@media only screen and (max-width: 763px) { #GcaX7qfAFoiWEixLOre31rKilPMHF8fA #UvdtUzsb5l5Bm14Hg6z0HHmqP9WCilCD { display:block; }
 }@media only screen and (max-width: 763px) { #GcaX7qfAFoiWEixLOre31rKilPMHF8fA #JTLZIGVGBTPv2TFgHfz6Vw9Oseeh0D6F {  }
 }@media only screen and (max-width: 763px) { #GcaX7qfAFoiWEixLOre31rKilPMHF8fA #RPgu2ZxSIxuWpTpMOSe0Hq9dEax5hO31 {  }
 }@media only screen and (max-width: 763px) { #GcaX7qfAFoiWEixLOre31rKilPMHF8fA #qk9TCyXWyGXa3JQMfBNztkp4Nc9of4DT { display:block; }
 }@media only screen and (max-width: 763px) { #GcaX7qfAFoiWEixLOre31rKilPMHF8fA #QQ3U3IhOfSH0Q5Shqz0GLFsg7LNa1qXa {  }
 }@media only screen and (max-width: 763px) { #GcaX7qfAFoiWEixLOre31rKilPMHF8fA #dbe6if2RE1CH6xcfJcTa1saZRiiPExAs {  }
 }@media only screen and (max-width: 763px) { #GcaX7qfAFoiWEixLOre31rKilPMHF8fA #dtryUUlOI7hh3OIz1pBTsyR0U6gXudt3 { display:block; }
 }@media only screen and (max-width: 763px) { #GcaX7qfAFoiWEixLOre31rKilPMHF8fA #cwS9e3obCpKvHeD5hgp9pyCbugUkUL1k {  }
 }@media only screen and (max-width: 763px) { #GcaX7qfAFoiWEixLOre31rKilPMHF8fA #F4k25RMzefyOhUagi3wvfHMG1Gs1puJH {  }
 }@media only screen and (max-width: 763px) { #GcaX7qfAFoiWEixLOre31rKilPMHF8fA #TPWitHmioAWVvasy1L9MsZ2DlbQ5km7M { display:block; }
 }@media only screen and (max-width: 763px) { #GcaX7qfAFoiWEixLOre31rKilPMHF8fA #UaFTRdRnebkAaSyuT1hpbHlc0cF2gEk2 {  }
 }@media only screen and (max-width: 763px) { #GcaX7qfAFoiWEixLOre31rKilPMHF8fA #u2RCi31wizwgQSf7tuQal1OtT194rwyy {  }
 }@media only screen and (max-width: 763px) { #GcaX7qfAFoiWEixLOre31rKilPMHF8fA #UarzJM7FTBdL0JuS1R8dLmvTrOHHDPTt {  }
 }@media only screen and (max-width: 763px) { #GcaX7qfAFoiWEixLOre31rKilPMHF8fA #vmJdPZ5k8OBRGSIixPVEzGcGS4wiXTqW {  }
 }@media only screen and (max-width: 763px) { #GcaX7qfAFoiWEixLOre31rKilPMHF8fA #i0B74455DuJxWn3z4dEsshbuMHXcF6eU {  }
 }@media only screen and (max-width: 763px) { #GcaX7qfAFoiWEixLOre31rKilPMHF8fA #PLiJrTkTd5Llxa6luRDr2CB0BtvZiP6d {  }
 }@media only screen and (max-width: 763px) { #GcaX7qfAFoiWEixLOre31rKilPMHF8fA #y8rPTSiQVNmkQIhDOB1ZGVAHNXOALST5 {  }
 }@media only screen and (max-width: 763px) { #GcaX7qfAFoiWEixLOre31rKilPMHF8fA #OMyl224ASc0NtmSZDluVQW6rUJCTuuI8 {  }
 }@media only screen and (max-width: 763px) { #MNBEHuvV60GWTz8Nb0Tot4ISMxhUDFT9 { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #IozSOLToffsTVnJaxXf24tHOmr8ynQC9 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #wi9BhRNZBUaZSMTXOask3u3hSFlXmLmF {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #zO3gEMyofWtrXqLkAxDbpSiAFFD3MsK0 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #tub1x7oyukTpPX0ECPEyN5yE03knRfUO {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #t09wVUKzvPTVrHhzAXcP4E9s8B9lSOI9 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #vTM5cQP4xL8A4vhUcd38owfCdiEQ5lvw {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #sxIKsPDkpBT0SSIJboVuS2apTOhvwqeq {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #yOKgSqwdPaLOhf1gnwfW1kViw5KrkGeb {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #VbPl09GQBTNmI4lOqTncSbfs42yLQKAH {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #By6A03Hz0y1Uv6ZwE5kRQhLaNuT6M8Qb {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #w90IKz7cTEBUk88mQ2gFhPLXWKlkAQ7r {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #F79uaTyGKVOi39amSXkN4JUMvGt81x2D {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ZTteltiIGihvx7guKTWsXETNLDnlU3Tq {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #CZDPlexhF4Dk7pTxMQnLoWdOGEeSUr8y {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #f64ybU4g8khsKTyLlqSMK0v2rzpOfeun {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Cz5USKZtesVwzvxhsbyxFuly2hR75eVB {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #VCREBTeyoLR21ckJnWpE7o2iO24UJXsR {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #U9F8aZgkWnfkcaqgoWyToH75DqqI8rVt {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Hr0BvK9TBBLgBBEy15F2hRvhBClrUgsU {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #n8os7vdVlcXFcfuA1BnR6HxQ86poDGnH {  }
 }@media only screen and (max-width: 763px) { #Je9JLosTLy7ytJIIqIGeZakFOLQTuGPW { display:block; }
 }@media only screen and (max-width: 763px) { #ClDUmDZCLgzHfhc7dJHeyb0fH3RyAMrc { display:block; }
 }@media only screen and (max-width: 763px) { #qm4RXITG1opJmGtJ28f8nDKs3s4pBgmF { display:block; }
 }@media only screen and (max-width: 763px) { #fCdHeEczH64Jyv3sI4ki2tMadru5p21D { display:block; }
 }@media only screen and (max-width: 763px) { #pQebnEDuslGyOsC1lgwihhIl6Gn0hq2p { display:block; }
 }@media only screen and (max-width: 763px) { #ZooaCI5MQGq46LVXmKm7PnPUfQ5RfU5o { display:block; }
 }@media only screen and (max-width: 763px) { #iIfLzTCF0ZSP9bdSDLsSpCBAtkNXNcuk { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0c541aea-6f3e-448e-84e1-d65d1cc2b20c/LandingHeading.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#iIfLzTCF0ZSP9bdSDLsSpCBAtkNXNcuk.adaptive-delivery-prevent-bg, #iIfLzTCF0ZSP9bdSDLsSpCBAtkNXNcuk.lazyload, #iIfLzTCF0ZSP9bdSDLsSpCBAtkNXNcuk.lazyloading { background-image: none; }#iIfLzTCF0ZSP9bdSDLsSpCBAtkNXNcuk > .row .container { width:20rem;height:45.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TtloqO4TNLovGoy72ivZmF08PSyVXu10 { width:10rem;height:3.25rem;top:26.4375rem;left:7.1875rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #rScaK8ztDiwtB3TVlPx3vf8Ez5oceEfu { width:3.25rem;height:3.25rem;top:30.875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g69COIrZP6w4zF5HSzz6iZi5rCEDTEGL { width:10rem;height:3.25rem;top:30.8125rem;left:7.25rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dkLcicUQZgSCc64Me9VFeZTINIIltRwT { width:3.25rem;height:3.25rem;top:26.5rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEeI8K2ihdpaTytaswghG2m0P5fr2xpR { width:10rem;height:3.25rem;top:22.25rem;left:7.1875rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VQ4hevM884hAy5TstxQXXD2IAKMqOf6I { width:3.25rem;height:3.25rem;top:22.3125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCZq7a46IDzCZlXvigMOyigTp3yDLU47 { width:16.625rem;height:4rem;top:17.125rem;left:1.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NBrvz3TWV3AXf96NEXwScTUkGA9dBDui { width:16.25rem;height:3.5625rem;top:40.625rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIBZw7uBSRVItEEg4pIfe9VIEh3UtTbt { display:block; }
 }@media only screen and (max-width: 763px) { #UNUX0K43MvAMrcOHX71LvwFXK5QqVJiq { width:12.8125rem;height:3.4204125rem;top:1.890380859375rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #irdkOLaw5wIgPkIz4SPTKtMeHrliPOLe { width:2.12463125rem;height:2.9370125rem;top:12.9375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4TFKhCvFsviaUmDKAzHRVpCp4lgv9r7 { width:8.5625rem;height:3rem;top:12.9375rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwwRxJCVX5ITdrQkO3KesMetiC5NWme2 { width:4.874875rem;height:2.9370125rem;top:12.9375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9xbh41AJ7BmX9xFsT01e2tN6tBd38Xd { width:2.1875rem;height:2.87475625rem;top:12.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIJd5db1aPb8KVxMz8Ars1FnIcyBDBUZ { width:12.312rem;height:3.25rem;top:35.375rem;left:7.1875rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KgZ01ffd3vaQqCrOo0lOh00S1pR5lNTV { width:3.25rem;height:3.25rem;top:35.375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Orw0O2GiDM7BKPHQ4QvIzLt4nXgWOafn { width:16.75rem;height:6.5rem;top:5.310546875rem;left:1.625rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VKWBfJgVlzxLupFexn3nWAw1S3z5gizd { width:20rem;height:1.29980625rem;top:0rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }