.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#0a1e2a;background-image:url("https://images.assets-landingi.com/uc/86c0cb37-8499-4423-a637-80da151f3b60/3.crop_142x145_193,141.preview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;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); }#GHANZTHpsUuWWPuorNnNL7gXLrHabOH8 { position:relative;display:block; }#GHANZTHpsUuWWPuorNnNL7gXLrHabOH8 { background-color: transparent; background-image: none; }#GHANZTHpsUuWWPuorNnNL7gXLrHabOH8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHANZTHpsUuWWPuorNnNL7gXLrHabOH8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHANZTHpsUuWWPuorNnNL7gXLrHabOH8 > .row .container > .video-iframe-container { display: none; }#GHANZTHpsUuWWPuorNnNL7gXLrHabOH8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHANZTHpsUuWWPuorNnNL7gXLrHabOH8 > .row > .video-iframe-container { display: none; }#GHANZTHpsUuWWPuorNnNL7gXLrHabOH8 > .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); }#GHANZTHpsUuWWPuorNnNL7gXLrHabOH8 { border-width: 0; border-radius: 0; }#GHANZTHpsUuWWPuorNnNL7gXLrHabOH8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GHANZTHpsUuWWPuorNnNL7gXLrHabOH8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0a1e2a;background-image:none;font-size:0.875rem;font-family:arial;height:6.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XbuWRHTvy4wnqBkgolOVPr4VqbGDtN2H { color:#ffffff;display:block;width:36.4355625rem;position:absolute;font-family:kanit;font-size:2.1875rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.74);top:1.8283420801162rem;left:11.75rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gO0dBKB3iOdibePayAl8o75yCMRX1c7y { position:relative;display:block; }#gO0dBKB3iOdibePayAl8o75yCMRX1c7y { background-color: transparent; background-image: none; }#gO0dBKB3iOdibePayAl8o75yCMRX1c7y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gO0dBKB3iOdibePayAl8o75yCMRX1c7y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gO0dBKB3iOdibePayAl8o75yCMRX1c7y > .row .container > .video-iframe-container { display: none; }#gO0dBKB3iOdibePayAl8o75yCMRX1c7y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gO0dBKB3iOdibePayAl8o75yCMRX1c7y > .row > .video-iframe-container { display: none; }#gO0dBKB3iOdibePayAl8o75yCMRX1c7y > .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); }#gO0dBKB3iOdibePayAl8o75yCMRX1c7y { border-width: 0; border-radius: 0; }#gO0dBKB3iOdibePayAl8o75yCMRX1c7y > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gO0dBKB3iOdibePayAl8o75yCMRX1c7y > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0a1e2a;background-image:none;font-size:0.875rem;font-family:arial;height:26.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rUganTTDzzy7Vti014rmNOISTi0hUFlf { box-sizing:content-box;height:22.875rem;width:15.3125rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #004aa3, #012956);background-image: -moz-linear-gradient(180deg, #004aa3, #012956);background-image: -ms-linear-gradient(180deg, #004aa3, #012956);background-image: -o-linear-gradient(180deg, #004aa3, #012956);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#004aa3', endColorstr='#012956' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#004aa3', endColorstr='#012956' );";background-image: linear-gradient(180deg, #004aa3, #012956);background-size:auto !important;top:1.900390625rem;left:2.3125rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#xqpxW0ISlXupNrCQqqKk124GbWWN7FSe { box-sizing:content-box;height:22.9375rem;width:15.3125rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2d649b, #0e2940);background-image: -moz-linear-gradient(180deg, #2d649b, #0e2940);background-image: -ms-linear-gradient(180deg, #2d649b, #0e2940);background-image: -o-linear-gradient(180deg, #2d649b, #0e2940);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d649b', endColorstr='#0e2940' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d649b', endColorstr='#0e2940' );";background-image: linear-gradient(180deg, #2d649b, #0e2940);background-size:auto !important;top:1.8994140625rem;left:22.3125rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#QWRJ3QbFV0Emg9mFO62CTRhEINhGziTn { box-sizing:content-box;height:23rem;width:15.3125rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #513ba9, #281c50);background-image: -moz-linear-gradient(180deg, #513ba9, #281c50);background-image: -ms-linear-gradient(180deg, #513ba9, #281c50);background-image: -o-linear-gradient(180deg, #513ba9, #281c50);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#513ba9', endColorstr='#281c50' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#513ba9', endColorstr='#281c50' );";background-image: linear-gradient(180deg, #513ba9, #281c50);background-size:auto !important;top:1.900390625rem;left:42.3125rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#kkqX8Ts4ff8DX9kpRpyQT59HmBGZpCHo { color:#ffffff;display:block;width:12.623875rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.74);top:20.88068151474rem;left:3.6874103546142rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VeJ39ynASSwMcEwD4LvJeGiiQuTSkrSO { color:#ffffff;display:block;width:12.1875rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.74);top:5.001953125rem;left:3.6875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GfoJyLFqD00KQZGhACSPvpwz8eAX0lHm { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.74);top:5.001953125rem;left:24rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rKs1F0uDRJ1mTEQG4NmJI8oPUAOn6P7Q { color:#ffffff;display:block;width:12.6230625rem;position:absolute;font-family:kanit;font-size:0.875rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.74);top:19.255859375rem;left:23.6875rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lRAns8EZJfFMStLnTDiN6qbq1TEpyJUT { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:kanit;font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.74);top:19.25rem;left:42.625rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wLv9vQHbtX3C54t5CiW7WFeSrQb22dHJ { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.74);top:5.001953125rem;left:43.6875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kLiAgforPTzvK84VSeOJCcPLza4Deczx { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:kanit;font-size:0.75rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:16.280982494354rem;left:23.749555587769rem;height:1.949225rem;display:block; }
#DvZrZhuWplG55rUfbckrqfDkOVNciHcd { box-sizing:content-box;height:1.875rem;width:12.6873125rem;position:absolute;display:block;z-index:15050;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #615492, #554c74);background-image: -moz-linear-gradient(180deg, #615492, #554c74);background-image: -ms-linear-gradient(180deg, #615492, #554c74);background-image: -o-linear-gradient(180deg, #615492, #554c74);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#615492', endColorstr='#554c74' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#615492', endColorstr='#554c74' );";background-image: linear-gradient(180deg, #615492, #554c74);background-size:auto !important;top:13.8125rem;left:43.6875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#AEz2Citw5C3eb5MVpinTLx0FyZFeniE3 { color:#ffffff;display:block;width:12.31225rem;position:absolute;font-family:kanit;font-size:0.875rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:14.25rem;left:43.875rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cDvXQ0RD2Vztd61TVQd13flm3zRrMgfV { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15053;background-color:#000000;background-image:none;top:0.875rem;left:8.5rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#rd9GTwxtxXJgltzShbdAkzP3BkKURce3 { color:#ffffff;display:block;width:2.125rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.74);top:1.462890625rem;left:8.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JbxgG2cwJTepIc6JcMG4NyNqx4FSTbZo { color:#ffffff;display:block;width:11.5625rem;position:absolute;font-family:kanit;font-size:0.75rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:16.343482494354rem;left:4.21875rem;height:0.97523125rem;font-style:normal;display:block; }
#BNBNwzqQzlbUewP5V1Gm9uB7qLL0Hrr5 { color:#ffffff;display:block;width:12.93725rem;position:absolute;font-family:kanit;font-size:0.75rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:16.343482494354rem;left:43.531160354614rem;height:1.949225rem;text-align:left;text-align-last:left;display:block; }
#AcnEpeRIRhXaGkGu6yRTGEqAQcMSGNMK { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15054;background-color:#000000;background-image:none;top:0.875rem;left:28.5rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#HACFtK3uCkbPpi7bL2l51XQi4WOQXOE3 { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15055;background-color:#000000;background-image:none;top:0.875rem;left:48.5rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#aAzZXfSmA2Nhv8fTmKVuf8R19uDbNkxU { color:#ffffff;display:block;width:2.125rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.74);top:1.53125rem;left:28.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zp0TrTSJD9gHSCQucmSfxPZZ4UTJrQxI { color:#ffffff;display:block;width:2.125rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.74);top:1.53125rem;left:48.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pqTH3To8cmltqINZVdWoIAyG3ggL0MqW { position:absolute;display:block;z-index:15058;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) ;height:3.25rem;width:6.5625rem;top:9.6352961193544rem;left:5.4492417646952rem;overflow:hidden;display:block; }
#ghZDFm0bsRpXxia8mpPTw8g9Io3Bx4Ah { position:absolute;display:block;z-index:15059;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: none;height:2.374825rem;width:4.9374125rem;top:10.493253231049rem;left:31.178888320923rem;overflow:hidden;display:block; }
#K0ehZk61f02EBsHgMQsvp1X7wM7JKDND { position:absolute;display:block;z-index:15020;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) ;height:2.7499125rem;width:5.74973125rem;top:11.118607997894rem;left:7.1240234375rem;overflow:hidden;display:block; }
#OJNFu4T8EECENuhgx4NAQf6bqJxCRLch { color:#ffffff;display:block;width:12.6230625rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.74);top:20.9619140625rem;left:23.6875rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Av1SoHmhJbERp2KAUNo6bEZaSalFvykP { color:#ffffff;display:block;width:12.6230625rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.74);top:20.4375rem;left:43.6875rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NBbg452L3wk3GIPnVrl5mJr8bbgIBUX3 { position:absolute;display:block;z-index:15020;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) ;height:2.374825rem;width:5rem;top:11.008166790009rem;left:24.392663955689rem;overflow:hidden;display:block; }
#uZzyE8GK3TsqCV7mRsOxXEwhT3wp8cTH { position:absolute;display:block;z-index:15059;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) ;height:2.5625rem;width:5.0625rem;top:9.9050938686831rem;left:23.814109675197rem;overflow:hidden;display:block; }
#cNtWTWkcTfC6xmJPV1Kb3CoW2SFtTs24 { color:#ffffff;display:block;width:12.6225rem;position:absolute;font-family:kanit;font-size:0.75rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.74);top:22.404918193817rem;left:43.68829536438rem;height:0.97523125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DMyGQkA8TnUyqW30tJ1lFw7xbgAagsHh { position:absolute;display:block;z-index:15038;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: none;height:3.0624125rem;width:3.0624125rem;top:9.7283382415769rem;left:52.430753707886rem;overflow:hidden;display:block; }
#alPO0lHOWPFMfdIRxGdEZ1fpgaUPc4z8 { color:#ffffff;display:block;width:1.31214375rem;position:absolute;font-family:kanit;font-size:0.875rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:11.231711864471rem;left:29.593481063842rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#CfhQm3vypetfIH53behbLiXCJJn5fqDK { position:absolute;display:block;z-index:15060;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) ;height:2.5617rem;width:5.0617rem;top:9.9786925315856rem;left:44.499731063843rem;overflow:hidden;display:block; }
#yNOJzi2gzF8XO5Lqr87PPPRozMJSD6Wi { color:#ffffff;display:block;width:1.31125625rem;position:absolute;font-family:kanit;font-size:0.875rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:10.691138744354rem;left:50.170896530151rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#QN1Wp0Q5p4CTtXdRmvNt5e2xIWT05nMX { position:relative;display:block; }#QN1Wp0Q5p4CTtXdRmvNt5e2xIWT05nMX { background-color: transparent; background-image: none; }#QN1Wp0Q5p4CTtXdRmvNt5e2xIWT05nMX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QN1Wp0Q5p4CTtXdRmvNt5e2xIWT05nMX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QN1Wp0Q5p4CTtXdRmvNt5e2xIWT05nMX > .row .container > .video-iframe-container { display: none; }#QN1Wp0Q5p4CTtXdRmvNt5e2xIWT05nMX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QN1Wp0Q5p4CTtXdRmvNt5e2xIWT05nMX > .row > .video-iframe-container { display: none; }#QN1Wp0Q5p4CTtXdRmvNt5e2xIWT05nMX > .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); }#QN1Wp0Q5p4CTtXdRmvNt5e2xIWT05nMX { border-width: 0; border-radius: 0; }#QN1Wp0Q5p4CTtXdRmvNt5e2xIWT05nMX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QN1Wp0Q5p4CTtXdRmvNt5e2xIWT05nMX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0a1e2a;background-image:none;font-size:0.875rem;font-family:arial;height:15.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DA8Cr8cVKTEoEpvgX2FlLyVX94mWHNVJ { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:7.125rem;left:8.9375rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EnSGUwcKBdKJWnUPR1lsNnUi6OV6wFhH { box-sizing:content-box;height:13.0625rem;width:28.625rem;position:absolute;display:block;z-index:15035;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #46575f, #2f3c45);background-image: -moz-linear-gradient(90deg, #46575f, #2f3c45);background-image: -ms-linear-gradient(90deg, #46575f, #2f3c45);background-image: -o-linear-gradient(90deg, #46575f, #2f3c45);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#46575f', endColorstr='#2f3c45' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#46575f', endColorstr='#2f3c45' );";background-image: linear-gradient(90deg, #46575f, #2f3c45);background-size:auto !important;top:1.125rem;left:7.4375rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#VAuOTfRuJTQTxPw8HtMI4WEaqloNOfyT { box-sizing:content-box;height:8.4375rem;width:14rem;position:absolute;display:block;z-index:15041;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ee5cc60a-a3ca-4b42-84ea-ce9f1c37f843/hpf.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.4375rem;left:19.5rem;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;display:block; }#VAuOTfRuJTQTxPw8HtMI4WEaqloNOfyT.adaptive-delivery-prevent-bg, #VAuOTfRuJTQTxPw8HtMI4WEaqloNOfyT.lazyload, #VAuOTfRuJTQTxPw8HtMI4WEaqloNOfyT.lazyloading { background-image: none; }
#Bg2UxSHxb85BKRVzociCJdoWOAHsRStw { box-sizing:content-box;height:12.5rem;width:14.8125rem;position:absolute;display:block;z-index:15034;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #22353f, #2f3c45);background-image: -moz-linear-gradient(270deg, #22353f, #2f3c45);background-image: -ms-linear-gradient(270deg, #22353f, #2f3c45);background-image: -o-linear-gradient(270deg, #22353f, #2f3c45);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#22353f', endColorstr='#2f3c45' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#22353f', endColorstr='#2f3c45' );";background-image: linear-gradient(270deg, #22353f, #2f3c45);background-size:auto !important;top:1.625rem;left:37.75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#BWLuEDf2odhRyy5EbIP9wwLsMO7KePnx { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:"line seed sans th";font-size:1.125rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:9.3125rem;left:39.6875rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I27UNm4v0f7X0Km8kTWNPF9rCfQTx6Aw { color:#ffffff;display:block;width:13.0625rem;position:absolute;font-family:"line seed sans th";font-size:0.75rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:11rem;left:38.625rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H053phWxpMfWkZu5fI9lTb62uUI5fXKJ { 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:1.9375rem;width:6.5625rem;top:4.6875rem;left:8.9375rem;overflow:hidden;display:block; }
#AEpT5GD0T2WQaSqWADFHVZHul4eqghZX { position:absolute;display:block;z-index:15037;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: none;height:6.375rem;width:6.375rem;top:2.5rem;left:42rem;overflow:hidden;display:block; }
#HlX8Ui0xPn4xNunwC4isASz17LatrRqG { position:relative;display:block; }#HlX8Ui0xPn4xNunwC4isASz17LatrRqG { background-color: transparent; background-image: none; }#HlX8Ui0xPn4xNunwC4isASz17LatrRqG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlX8Ui0xPn4xNunwC4isASz17LatrRqG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlX8Ui0xPn4xNunwC4isASz17LatrRqG > .row .container > .video-iframe-container { display: none; }#HlX8Ui0xPn4xNunwC4isASz17LatrRqG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlX8Ui0xPn4xNunwC4isASz17LatrRqG > .row > .video-iframe-container { display: none; }#HlX8Ui0xPn4xNunwC4isASz17LatrRqG > .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); }#HlX8Ui0xPn4xNunwC4isASz17LatrRqG { border-width: 0; border-radius: 0; }#HlX8Ui0xPn4xNunwC4isASz17LatrRqG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#HlX8Ui0xPn4xNunwC4isASz17LatrRqG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0a1e2a;background-image:none;font-size:0.875rem;font-family:arial;height:6.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IxWCTcXpslkcS1idPNftxzwV2D3QBUhb { color:#ffffff;display:block;width:36.4355625rem;position:absolute;font-family:kanit;font-size:2.1875rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.74);top:1.8283420801162rem;left:11.75rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vU9vT4iZ55yx4VoGpQlqS7sTsHPoJMzb { position:relative;display:block; }#vU9vT4iZ55yx4VoGpQlqS7sTsHPoJMzb { background-color: transparent; background-image: none; }#vU9vT4iZ55yx4VoGpQlqS7sTsHPoJMzb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vU9vT4iZ55yx4VoGpQlqS7sTsHPoJMzb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vU9vT4iZ55yx4VoGpQlqS7sTsHPoJMzb > .row .container > .video-iframe-container { display: none; }#vU9vT4iZ55yx4VoGpQlqS7sTsHPoJMzb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vU9vT4iZ55yx4VoGpQlqS7sTsHPoJMzb > .row > .video-iframe-container { display: none; }#vU9vT4iZ55yx4VoGpQlqS7sTsHPoJMzb > .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); }#vU9vT4iZ55yx4VoGpQlqS7sTsHPoJMzb { border-width: 0; border-radius: 0; }#vU9vT4iZ55yx4VoGpQlqS7sTsHPoJMzb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vU9vT4iZ55yx4VoGpQlqS7sTsHPoJMzb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0a1e2a;background-image:none;font-size:0.875rem;font-family:arial;height:28.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#g1ds6k8wFMhnczSOFvG42EPcZzOyn8hy { box-sizing:content-box;height:22.875rem;width:15.3125rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #004aa3, #012956);background-image: -moz-linear-gradient(180deg, #004aa3, #012956);background-image: -ms-linear-gradient(180deg, #004aa3, #012956);background-image: -o-linear-gradient(180deg, #004aa3, #012956);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#004aa3', endColorstr='#012956' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#004aa3', endColorstr='#012956' );";background-image: linear-gradient(180deg, #004aa3, #012956);background-size:auto !important;top:1.900390625rem;left:2.3125rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#J9vICxn2QmpthbmcHBSEINL6UFnwtLAJ { box-sizing:content-box;height:22.9375rem;width:15.3125rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2d649b, #0e2940);background-image: -moz-linear-gradient(180deg, #2d649b, #0e2940);background-image: -ms-linear-gradient(180deg, #2d649b, #0e2940);background-image: -o-linear-gradient(180deg, #2d649b, #0e2940);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d649b', endColorstr='#0e2940' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d649b', endColorstr='#0e2940' );";background-image: linear-gradient(180deg, #2d649b, #0e2940);background-size:auto !important;top:1.8994140625rem;left:22.3125rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#eGx03S805qW46Tiq2D3bOHvWfFiJpUIx { box-sizing:content-box;height:23rem;width:15.3125rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #513ba9, #281c50);background-image: -moz-linear-gradient(180deg, #513ba9, #281c50);background-image: -ms-linear-gradient(180deg, #513ba9, #281c50);background-image: -o-linear-gradient(180deg, #513ba9, #281c50);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#513ba9', endColorstr='#281c50' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#513ba9', endColorstr='#281c50' );";background-image: linear-gradient(180deg, #513ba9, #281c50);background-size:auto !important;top:1.900390625rem;left:42.3125rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#IaJU1qIPFq1RHSUiv4R3SlNKkAEuzTz5 { color:#ffffff;display:block;width:12.623875rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.74);top:20.88068151474rem;left:3.6874103546142rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pJRDlAtGl196BLJTnpQmqvicDNMo9CKp { color:#ffffff;display:block;width:12.1875rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.74);top:5.001953125rem;left:3.6875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O55TA9yTLzeq4zZ3L88y1G92CZiTQr1K { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.74);top:5.001953125rem;left:24rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Sr7HPH9VdE7Oki7d19xvwQneKJvnVwJi { color:#ffffff;display:block;width:12.6230625rem;position:absolute;font-family:kanit;font-size:0.875rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.74);top:19.255859375rem;left:23.6875rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S95eQ6JsR1XOWecgTv3eB1J5HQCyVGfz { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:kanit;font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.74);top:19.25rem;left:42.625rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JTBiAa4TLazc9ivAk1baGUTTDrSUzPKv { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.74);top:5.001953125rem;left:43rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CTFf1WUT8rHAbMbSTIlRcwR8QgpZKTlI { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:kanit;font-size:0.75rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:16.280982494354rem;left:23.749555587769rem;height:1.949225rem;display:block; }
#EXca45Eeb96dqTJkwBF0dSeKwuR3dQhg { box-sizing:content-box;height:1.875rem;width:12.6873125rem;position:absolute;display:block;z-index:15050;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #615492, #554c74);background-image: -moz-linear-gradient(180deg, #615492, #554c74);background-image: -ms-linear-gradient(180deg, #615492, #554c74);background-image: -o-linear-gradient(180deg, #615492, #554c74);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#615492', endColorstr='#554c74' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#615492', endColorstr='#554c74' );";background-image: linear-gradient(180deg, #615492, #554c74);background-size:auto !important;top:13.8125rem;left:43.6875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#WaoBJocvUG8MnQ0b7UvTGK999JNJypXg { color:#ffffff;display:block;width:12.31225rem;position:absolute;font-family:kanit;font-size:0.875rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:14.25rem;left:43.875rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r42fXV2RCp0bfK3SOvrkDkU1S0GFsGz3 { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15053;background-color:#000000;background-image:none;top:0.875rem;left:8.5rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#qEInU7agFefmgEsrboPmDhEG4NCgdics { color:#ffffff;display:block;width:2.125rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.74);top:1.462890625rem;left:8.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZxrK5foO6loCWS9nWt9h2fQnpUaktIpx { color:#ffffff;display:block;width:13.9375rem;position:absolute;font-family:kanit;font-size:0.75rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:16.3427734375rem;left:3.15625rem;height:2.9238375rem;font-style:normal;display:block; }
#l57V5nAW0uteIxlwQdGkil0DsqTTK8Ey { color:#ffffff;display:block;width:12.93725rem;position:absolute;font-family:kanit;font-size:0.75rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:16.343482494354rem;left:43.531160354614rem;height:1.949225rem;text-align:left;text-align-last:left;display:block; }
#v968V7Bzyo92oTg4hLV1S2TIfJuFTQXt { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15054;background-color:#000000;background-image:none;top:0.875rem;left:28.5rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#QBx5sPlpLSdh0QrtmDzKpWBogW6PTWJa { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15055;background-color:#000000;background-image:none;top:0.875rem;left:48.5rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#oJAOpx6lJyDsUawThRqn1OTargbmMAE9 { color:#ffffff;display:block;width:2.125rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.74);top:1.53125rem;left:28.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N0PDqvL903WZ1hnrACJN81Tot9bLTkpX { color:#ffffff;display:block;width:2.125rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.74);top:1.53125rem;left:48.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KZ2Nnpnz4eL5kpos81xa0tD8fiw2Lyhr { position:absolute;display:block;z-index:15020;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) ;height:2.6875rem;width:4.75rem;top:9.841796875rem;left:51.685546875rem;overflow:hidden;display:block; }
#u0IGgT8I5UrWVTK1HdLDFiibrTatvoH5 { color:#ffffff;display:block;width:12.6230625rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.74);top:20.9619140625rem;left:23.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ch95rEbJHOcdNbC4KZ48UUaXmfa05rvd { color:#ffffff;display:block;width:12.6230625rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.74);top:20.4375rem;left:43.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#piPNMpJlIMvy8zUMgyLpKMoTnRshFsGq { position:absolute;display:block;z-index:15020;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) ;height:2.3125rem;width:4.5rem;top:10.279296875rem;left:31.4375rem;overflow:hidden;display:block; }
#R8BGQZuVTegUCAKfmhhwOGaTy46GeOlK { position:absolute;display:block;z-index:15059;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) ;height:5rem;width:10.125rem;top:9.3125rem;left:4.9375rem;overflow:hidden;display:block; }
#VcoCJzUA6wLpM0bWmZDse6wuRpp2Kznb { color:#ffffff;display:block;width:12.6225rem;position:absolute;font-family:kanit;font-size:0.75rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.74);top:22.404918193817rem;left:43.68829536438rem;height:0.97523125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EbThxer86ewEHTVZTkODIpW8mBHEPl3S { color:#ffffff;display:block;width:1.31214375rem;position:absolute;font-family:kanit;font-size:0.875rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:11.231711864471rem;left:29.593481063842rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#mNd8R8M8ThQW6tUNVi0B1SsLluWqxy89 { color:#ffffff;display:block;width:1.31125625rem;position:absolute;font-family:kanit;font-size:0.875rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:10.691138744354rem;left:50.170896530151rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#BJEG07KVauadb6ICqBQoGSe5EGinTq8B { position:absolute;display:block;z-index:15060;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) ;height:2.5625rem;width:5.375rem;top:10.091796875rem;left:24rem;overflow:hidden;display:block; }
#VK1pQDgMJ2nPWeLakadHtIvmGxTqVuGh { position:absolute;display:block;z-index:15061;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) ;height:2.5625rem;width:5.375rem;top:9.904296875rem;left:44.7958984375rem;overflow:hidden;display:block; }
#XPht6OuyUFT2hABstiUQTTTlO9Jbt9PC { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/aca6083e-6e8c-48be-be78-d57b617f7f6a/aiagents.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:block; }#XPht6OuyUFT2hABstiUQTTTlO9Jbt9PC.adaptive-delivery-prevent-bg, #XPht6OuyUFT2hABstiUQTTTlO9Jbt9PC.lazyload, #XPht6OuyUFT2hABstiUQTTTlO9Jbt9PC.lazyloading { background-image: none; }#XPht6OuyUFT2hABstiUQTTTlO9Jbt9PC > .row .container { background-color: transparent; background-image: none; }#XPht6OuyUFT2hABstiUQTTTlO9Jbt9PC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPht6OuyUFT2hABstiUQTTTlO9Jbt9PC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPht6OuyUFT2hABstiUQTTTlO9Jbt9PC > .row .container > .video-iframe-container { display: none; }#XPht6OuyUFT2hABstiUQTTTlO9Jbt9PC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPht6OuyUFT2hABstiUQTTTlO9Jbt9PC > .row > .video-iframe-container { display: none; }#XPht6OuyUFT2hABstiUQTTTlO9Jbt9PC > .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); }#XPht6OuyUFT2hABstiUQTTTlO9Jbt9PC > .row .container { border-width: 0; border-radius: 0; }#XPht6OuyUFT2hABstiUQTTTlO9Jbt9PC > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#XPht6OuyUFT2hABstiUQTTTlO9Jbt9PC > .row .container { width:60rem;height:54.875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#QtGGmDUWi4RUVpHeDavOKo9koPK5sGdU { color:#ffffff;display:block;width:31.3125rem;position:absolute;font-family:"line seed sans th";font-size:1.875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:19.875rem;left:1.9375rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#FLvM0hhlx6d3ZJJatBmzXN99OGs5CRVH { color:#ffffff;display:block;width:36.4375rem;position:absolute;font-family:kanit;font-size:2.1875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.74);top:5.9833984375rem;left:11.8125rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#diKvTsUkFZNb70QeDW18dXg8D2UKhwRt { color:#ffffff;display:block;width:57.686625rem;position:absolute;font-family:kanit;font-size:3rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.74);top:9.7645406723025rem;left:1.125rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mt4ZlfmDdJAZf0GJg3uqsKSuBMq6ZzHS { color:#43a6ff;display:block;width:15.625rem;position:absolute;font-family:"line seed sans th";font-size:3rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:24.6875rem;left:9.8125rem;height:3.8997375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#IX3g7kG4VBL8JxVWnGoZw2noLxv5pdI8 { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:"line seed sans th";font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:28.5625rem;left:14.4375rem;height:1.462675rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#vp1CBdASIqBUTgoIKHIpM5X0kwnVETOz { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:10.999375rem;width:9.749375rem;top:19.093967437744rem;left:40.3125rem;overflow:hidden;display:block; }
#rBFr24O3Jcflh5P6h9BxKQwkwmatP7ZA { 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:4.5rem;width:14.4375rem;top:1.4833984375rem;left:22.8125rem;overflow:hidden;display:block; }
#yPTkMH5FE2US4wsOgwhDqIACFbQaKCAi { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:"line seed sans th";font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:31.4140625rem;left:39.75rem;height:1.462675rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#HiERMIc0cw3KnrTINnzZWFENFTWFieU8 { color:#ffffff;display:block;width:18rem;position:absolute;font-family:"line seed sans th";font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:33.4375rem;left:37.25rem;height:1.462675rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Jk0XFiWEkJSoLRW3hvgCcivcqXtZbAyL { box-sizing:content-box;height:15.4375rem;width:24.3125rem;position:absolute;display:block;z-index:15038;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ee5cc60a-a3ca-4b42-84ea-ce9f1c37f843/hpf.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:37.25rem;left:3.9375rem;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; }#Jk0XFiWEkJSoLRW3hvgCcivcqXtZbAyL.adaptive-delivery-prevent-bg, #Jk0XFiWEkJSoLRW3hvgCcivcqXtZbAyL.lazyload, #Jk0XFiWEkJSoLRW3hvgCcivcqXtZbAyL.lazyloading { background-image: none; }
#I7szWkxc2P8BGqdCuVh9hkwAPCO9XbDT { box-sizing:content-box;height:15.375rem;width:24.1875rem;position:absolute;display:block;z-index:15039;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1825d5e7-120c-4ca4-8500-135415586204/hpf2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:37.28125rem;left:31.125rem;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; }#I7szWkxc2P8BGqdCuVh9hkwAPCO9XbDT.adaptive-delivery-prevent-bg, #I7szWkxc2P8BGqdCuVh9hkwAPCO9XbDT.lazyload, #I7szWkxc2P8BGqdCuVh9hkwAPCO9XbDT.lazyloading { background-image: none; }
#I16IJsEbtLuZuDMSkCITxAp7CysziXk0 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/aca6083e-6e8c-48be-be78-d57b617f7f6a/aiagents.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:block; }#I16IJsEbtLuZuDMSkCITxAp7CysziXk0.adaptive-delivery-prevent-bg, #I16IJsEbtLuZuDMSkCITxAp7CysziXk0.lazyload, #I16IJsEbtLuZuDMSkCITxAp7CysziXk0.lazyloading { background-image: none; }#I16IJsEbtLuZuDMSkCITxAp7CysziXk0 > .row .container { background-color: transparent; background-image: none; }#I16IJsEbtLuZuDMSkCITxAp7CysziXk0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I16IJsEbtLuZuDMSkCITxAp7CysziXk0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I16IJsEbtLuZuDMSkCITxAp7CysziXk0 > .row .container > .video-iframe-container { display: none; }#I16IJsEbtLuZuDMSkCITxAp7CysziXk0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I16IJsEbtLuZuDMSkCITxAp7CysziXk0 > .row > .video-iframe-container { display: none; }#I16IJsEbtLuZuDMSkCITxAp7CysziXk0 > .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); }#I16IJsEbtLuZuDMSkCITxAp7CysziXk0 > .row .container { border-width: 0; border-radius: 0; }#I16IJsEbtLuZuDMSkCITxAp7CysziXk0 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#I16IJsEbtLuZuDMSkCITxAp7CysziXk0 > .row .container { width:60rem;height:59.8125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#EAc192WBhniWoqK6S2yw68cE9NVl8uvm { color:#ffffff;display:block;width:21.9375rem;position:absolute;font-family:"line seed sans th";font-size:1.5625rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:45.75rem;left:32.9375rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#IPdtgFfT72g7ENx7V6DBXVpIHRp8S9xn { color:#ffffff;display:block;width:29.625rem;position:absolute;font-family:kanit;font-size:1.875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.74);top:8.8125rem;left:27.9375rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a2lwpJ5H9wHazBUD6Tqni6F6XCxGvPqL { color:#ffffff;display:block;width:25.061875rem;position:absolute;font-family:kanit;font-size:1.6875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.74);top:14.6875rem;left:30.25rem;height:4.38671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GHSW7fkcaKFaeU1W4cL5PXO2LSATkHSm { color:#43a6ff;display:block;width:15.625rem;position:absolute;font-family:"line seed sans th";font-size:3rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:50.3125rem;left:36.0625rem;height:3.8997375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#r1SK90WexpuOZiii7V4gpTo6InELLUVs { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:"line seed sans th";font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:54.75rem;left:40.125rem;height:1.462675rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#fBCnWCSFIJRTUR6unDspG4NVpzD7XTuh { position:absolute;display:block;z-index:15036;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:8.3125rem;width:7.375rem;top:21.0625rem;left:38.875rem;overflow:hidden;display:block; }
#BIkV92e0Zs2eQirs4KmzJhzEgksloyTI { 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:4.5rem;width:14.4375rem;top:3.8125rem;left:35.5625rem;overflow:hidden;display:block; }
#PQOg0XCtTzFUaCZ55UPvtTTrURsE59mp { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:"line seed sans th";font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:30.6875rem;left:36.125rem;height:1.462675rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#x5n9o1PvoanhXFhKtczFZ7l6uaTz5UwU { color:#ffffff;display:block;width:18rem;position:absolute;font-family:"line seed sans th";font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:32.9375rem;left:33.75rem;height:1.462675rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ZFqIPiU4us7zErFFm7xFLJEfz8HsBoUb { box-sizing:content-box;height:6.6875rem;width:10.6875rem;position:absolute;display:block;z-index:15038;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ee5cc60a-a3ca-4b42-84ea-ce9f1c37f843/hpf.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:35.5625rem;left:32.875rem;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; }#ZFqIPiU4us7zErFFm7xFLJEfz8HsBoUb.adaptive-delivery-prevent-bg, #ZFqIPiU4us7zErFFm7xFLJEfz8HsBoUb.lazyload, #ZFqIPiU4us7zErFFm7xFLJEfz8HsBoUb.lazyloading { background-image: none; }
#PUEX6M8r3F6i9UJUXQiHVJo5gm4xhLkF { box-sizing:content-box;height:6.75rem;width:10.75rem;position:absolute;display:block;z-index:15039;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1825d5e7-120c-4ca4-8500-135415586204/hpf2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:37.875rem;left:42rem;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; }#PUEX6M8r3F6i9UJUXQiHVJo5gm4xhLkF.adaptive-delivery-prevent-bg, #PUEX6M8r3F6i9UJUXQiHVJo5gm4xhLkF.lazyload, #PUEX6M8r3F6i9UJUXQiHVJo5gm4xhLkF.lazyloading { background-image: none; }
#wSwynTJsf7EW5k4bGHZZXeyyQRdGFLFl { color:#43a6ff;display:block;width:22.7495625rem;position:absolute;font-family:"line seed sans th";font-size:3rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:50.312502384186rem;left:5.25rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nXibEnpNLMxfTBnJJTFhkUSIgDlT6dle { box-sizing:content-box;height:23.3745625rem;width:17.6248125rem;position:absolute;display:block;z-index:15040;background-color:#e3e3e3;background-image:none;top:21.062283039093rem;left:7.8125rem;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; }
#VAC6NGAmJCsGpBCJ7FzfKZuEeRvtExsR { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/aca6083e-6e8c-48be-be78-d57b617f7f6a/aiagents.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:block; }#VAC6NGAmJCsGpBCJ7FzfKZuEeRvtExsR.adaptive-delivery-prevent-bg, #VAC6NGAmJCsGpBCJ7FzfKZuEeRvtExsR.lazyload, #VAC6NGAmJCsGpBCJ7FzfKZuEeRvtExsR.lazyloading { background-image: none; }#VAC6NGAmJCsGpBCJ7FzfKZuEeRvtExsR > .row .container { background-color: transparent; background-image: none; }#VAC6NGAmJCsGpBCJ7FzfKZuEeRvtExsR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAC6NGAmJCsGpBCJ7FzfKZuEeRvtExsR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAC6NGAmJCsGpBCJ7FzfKZuEeRvtExsR > .row .container > .video-iframe-container { display: none; }#VAC6NGAmJCsGpBCJ7FzfKZuEeRvtExsR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAC6NGAmJCsGpBCJ7FzfKZuEeRvtExsR > .row > .video-iframe-container { display: none; }#VAC6NGAmJCsGpBCJ7FzfKZuEeRvtExsR > .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); }#VAC6NGAmJCsGpBCJ7FzfKZuEeRvtExsR > .row .container { border-width: 0; border-radius: 0; }#VAC6NGAmJCsGpBCJ7FzfKZuEeRvtExsR > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VAC6NGAmJCsGpBCJ7FzfKZuEeRvtExsR > .row .container { width:60rem;height:54rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#grOhhrn2ixkckt1svReJgNT0DeUyOJIh { color:#ffffff;display:block;width:31.3125rem;position:absolute;font-family:"line seed sans th";font-size:1.875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:19.25rem;left:3.625rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#MRps4r6WXwO4DlOsAFxJPN5ySkD6l4OO { color:#ffffff;display:block;width:36.4375rem;position:absolute;font-family:kanit;font-size:2.1875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.74);top:5.9833984375rem;left:11.8125rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BIN2tmk7q9KiNxqN8HGGAHZuZCli3v2m { color:#ffffff;display:block;width:57.9375rem;position:absolute;font-family:kanit;font-size:3.3125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.74);top:9.1396484375rem;left:1.0625rem;height:4.30615rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ux4szsENa4sVcoLMf2gI9M3wtFWyevTr { color:#43a6ff;display:block;width:15.625rem;position:absolute;font-family:"line seed sans th";font-size:3rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:24.0625rem;left:11.4375rem;height:3.8997375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#PMkWTL0rd4BTXkNE91N5O4iphka6ArbF { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:"line seed sans th";font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:27.9375rem;left:16.0625rem;height:1.462675rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#yy7doHVV0exMgEoLPyA0JJwgXDbzcmgU { position:absolute;display:block;z-index:15035;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:16.311875rem;width:55.4373125rem;top:36.061199188233rem;left:2.25rem;overflow:hidden;display:block; }
#RnTu6kiIbgHocbzNQABXXV7qsIfJlDzE { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:14rem;width:14rem;top:15.3125rem;left:39.25rem;overflow:hidden;display:block; }
#U4TP1EWqUDBbdxtTdDw09Sn8nmlUPZAx { 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:4.5rem;width:14.4375rem;top:1.4833984375rem;left:22.8125rem;overflow:hidden;display:block; }
#LhBQNHvFImyNDcAs7TWxrTtHZv5Kyooy { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:"line seed sans th";font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:30.0234375rem;left:40.75rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VfGUGiCZPlwHyufiUEQ4ZvNHmTFMI7FW { color:#ffffff;display:block;width:18rem;position:absolute;font-family:"line seed sans th";font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:31.671875rem;left:37.25rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KVaX67tviyV6RQroi5mNbWaBtS3nKVm1 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/aca6083e-6e8c-48be-be78-d57b617f7f6a/aiagents.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:block; }#KVaX67tviyV6RQroi5mNbWaBtS3nKVm1.adaptive-delivery-prevent-bg, #KVaX67tviyV6RQroi5mNbWaBtS3nKVm1.lazyload, #KVaX67tviyV6RQroi5mNbWaBtS3nKVm1.lazyloading { background-image: none; }#KVaX67tviyV6RQroi5mNbWaBtS3nKVm1 > .row .container { background-color: transparent; background-image: none; }#KVaX67tviyV6RQroi5mNbWaBtS3nKVm1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KVaX67tviyV6RQroi5mNbWaBtS3nKVm1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KVaX67tviyV6RQroi5mNbWaBtS3nKVm1 > .row .container > .video-iframe-container { display: none; }#KVaX67tviyV6RQroi5mNbWaBtS3nKVm1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KVaX67tviyV6RQroi5mNbWaBtS3nKVm1 > .row > .video-iframe-container { display: none; }#KVaX67tviyV6RQroi5mNbWaBtS3nKVm1 > .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); }#KVaX67tviyV6RQroi5mNbWaBtS3nKVm1 > .row .container { border-width: 0; border-radius: 0; }#KVaX67tviyV6RQroi5mNbWaBtS3nKVm1 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KVaX67tviyV6RQroi5mNbWaBtS3nKVm1 > .row .container { width:60rem;height:54rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#Gp25o5ktUV1VrW07AoUsTsNvTIphqeyQ { color:#ffffff;display:block;width:22.0625rem;position:absolute;font-family:"line seed sans th";font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:21.4375rem;left:34.75rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#kIXa2gK16I2bKvwsWJ7ukgwWOi7T0wzH { color:#ffffff;display:block;width:36.4375rem;position:absolute;font-family:kanit;font-size:2.1875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.74);top:9rem;left:11.6875rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c7H6oIHUTfcGO78U7DxIc63GMrculhD6 { color:#ffffff;display:block;width:57.9375rem;position:absolute;font-family:kanit;font-size:2.5rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.74);top:12.5rem;left:0.9375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NMan2CxJzy5EzktSzRgTWipXAmq4rSSZ { color:#43a6ff;display:block;width:15.625rem;position:absolute;font-family:"line seed sans th";font-size:3rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:39.875rem;left:37.1875rem;height:3.8997375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#xmcvchlQsNmhKtfA15LcaP4HFgQSRoJ5 { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:"line seed sans th";font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:43.75rem;left:41.8125rem;height:1.462675rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#r3TcXRhi7EfeX1I7ux6hJrJQIUJ3bFlB { position:absolute;display:block;z-index:15036;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:7.625rem;width:7.625rem;top:25.875rem;left:41.125rem;overflow:hidden;display:block; }
#WCPJmegQPkxAGwFSGnTQl8CsrmCuZVFE { 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:4.5rem;width:14.4375rem;top:4.5rem;left:22.6875rem;overflow:hidden;display:block; }
#QnLcpsHeG873BePd9Lbii9rdUXcgPdnr { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:"line seed sans th";font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:34.75rem;left:39.5rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vHIJH2pDob599W1bHDBULBJZ8UDWXsM7 { color:#ffffff;display:block;width:18rem;position:absolute;font-family:"line seed sans th";font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:36.4375rem;left:35.9375rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c6GW92TqxbKZZlvyZU8BX2K3h5Gcqf41 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/aca6083e-6e8c-48be-be78-d57b617f7f6a/aiagents.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:block; }#c6GW92TqxbKZZlvyZU8BX2K3h5Gcqf41.adaptive-delivery-prevent-bg, #c6GW92TqxbKZZlvyZU8BX2K3h5Gcqf41.lazyload, #c6GW92TqxbKZZlvyZU8BX2K3h5Gcqf41.lazyloading { background-image: none; }#c6GW92TqxbKZZlvyZU8BX2K3h5Gcqf41 > .row .container { background-color: transparent; background-image: none; }#c6GW92TqxbKZZlvyZU8BX2K3h5Gcqf41::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c6GW92TqxbKZZlvyZU8BX2K3h5Gcqf41 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c6GW92TqxbKZZlvyZU8BX2K3h5Gcqf41 > .row .container > .video-iframe-container { display: none; }#c6GW92TqxbKZZlvyZU8BX2K3h5Gcqf41 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c6GW92TqxbKZZlvyZU8BX2K3h5Gcqf41 > .row > .video-iframe-container { display: none; }#c6GW92TqxbKZZlvyZU8BX2K3h5Gcqf41 > .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); }#c6GW92TqxbKZZlvyZU8BX2K3h5Gcqf41 > .row .container { border-width: 0; border-radius: 0; }#c6GW92TqxbKZZlvyZU8BX2K3h5Gcqf41 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#c6GW92TqxbKZZlvyZU8BX2K3h5Gcqf41 > .row .container { width:60rem;height:51.875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#n8ry64P35JsqWdhEGPfBJeKtfJtpN88g { color:#ffffff;display:block;width:31.3125rem;position:absolute;font-family:"line seed sans th";font-size:1.875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:19.25rem;left:3.5625rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#hz5kimEFO9qdRxQT1kzO6UUE4HNxcQxg { color:#ffffff;display:block;width:36.4375rem;position:absolute;font-family:kanit;font-size:2.1875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.74);top:5.9833984375rem;left:11.8125rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tktm4yB6suuKKVJIZpw1rqrI9idmrU7p { color:#ffffff;display:block;width:57.9375rem;position:absolute;font-family:kanit;font-size:2.8125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.74);top:10.2021484375rem;left:1.0625rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QhbAwfkXqXVrvQNSfZHKQsuZww63C0Xv { color:#43a6ff;display:block;width:15.625rem;position:absolute;font-family:"line seed sans th";font-size:3rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:24.0625rem;left:11.4375rem;height:3.8997375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#fs2HxxxDVvRWsFH35VQvhzdCFa7EQxKo { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:"line seed sans th";font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:27.9375rem;left:16.0625rem;height:1.462675rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#G3Nzdq6tlGCIUQdLI2fihXw4yi2Zlrbe { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:14rem;width:14rem;top:15.3125rem;left:39.25rem;overflow:hidden;display:block; }
#wOvqJcwX4QcTpVU5IQQSC1TywZEM3zn4 { 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:4.5rem;width:14.4375rem;top:1.4833984375rem;left:22.8125rem;overflow:hidden;display:block; }
#TTiUnnKN3s6Pu42H1QmpIhr0m6rTxzaw { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:"line seed sans th";font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:30.0234375rem;left:40.75rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hRrlCTmbNukmN8rv2CkdB75ZWomuo7PF { color:#ffffff;display:block;width:18rem;position:absolute;font-family:"line seed sans th";font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:31.671875rem;left:37.25rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kzCpVoi4raTaWuRvU3XCUoczvAXISZwx { box-sizing:content-box;height:13.875rem;width:24.3125rem;position:absolute;display:block;z-index:15039;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/829d67a8-6dc4-4957-9a56-3542ffd1f4f3/lts41.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:34.9375rem;left:3.5625rem;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; }#kzCpVoi4raTaWuRvU3XCUoczvAXISZwx.adaptive-delivery-prevent-bg, #kzCpVoi4raTaWuRvU3XCUoczvAXISZwx.lazyload, #kzCpVoi4raTaWuRvU3XCUoczvAXISZwx.lazyloading { background-image: none; }
#zSLvn3TbH8P0l2TN9Iq70Vy28cLnJP2U { box-sizing:content-box;height:13.875rem;width:24.3125rem;position:absolute;display:block;z-index:15040;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/186d49a4-275e-45f6-9432-5e834e544270/lts4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:34.9375rem;left:30.0625rem;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; }#zSLvn3TbH8P0l2TN9Iq70Vy28cLnJP2U.adaptive-delivery-prevent-bg, #zSLvn3TbH8P0l2TN9Iq70Vy28cLnJP2U.lazyload, #zSLvn3TbH8P0l2TN9Iq70Vy28cLnJP2U.lazyloading { background-image: none; }
#AZu0VnTs1e5RQTd3z1y7T3dhT8V7AM8M { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/aca6083e-6e8c-48be-be78-d57b617f7f6a/aiagents.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:block; }#AZu0VnTs1e5RQTd3z1y7T3dhT8V7AM8M.adaptive-delivery-prevent-bg, #AZu0VnTs1e5RQTd3z1y7T3dhT8V7AM8M.lazyload, #AZu0VnTs1e5RQTd3z1y7T3dhT8V7AM8M.lazyloading { background-image: none; }#AZu0VnTs1e5RQTd3z1y7T3dhT8V7AM8M > .row .container { background-color: transparent; background-image: none; }#AZu0VnTs1e5RQTd3z1y7T3dhT8V7AM8M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZu0VnTs1e5RQTd3z1y7T3dhT8V7AM8M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZu0VnTs1e5RQTd3z1y7T3dhT8V7AM8M > .row .container > .video-iframe-container { display: none; }#AZu0VnTs1e5RQTd3z1y7T3dhT8V7AM8M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZu0VnTs1e5RQTd3z1y7T3dhT8V7AM8M > .row > .video-iframe-container { display: none; }#AZu0VnTs1e5RQTd3z1y7T3dhT8V7AM8M > .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); }#AZu0VnTs1e5RQTd3z1y7T3dhT8V7AM8M > .row .container { border-width: 0; border-radius: 0; }#AZu0VnTs1e5RQTd3z1y7T3dhT8V7AM8M > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#AZu0VnTs1e5RQTd3z1y7T3dhT8V7AM8M > .row .container { width:60rem;height:51.875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#N2liqDdS6OP2b2T5wsDIiqvtsbtyDF21 { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:"line seed sans th";font-size:1.875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:17.5rem;left:3.625rem;height:7.3125rem;text-align:center;text-align-last:center;display:block; }
#nG47R1PQgKmb5wZENmo84euu3JyGT4R3 { color:#ffffff;display:block;width:36.4375rem;position:absolute;font-family:kanit;font-size:2.1875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.74);top:5.9833984375rem;left:11.8125rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tmX1PFxkVHG9nIaLgyFvyuQrAN961af1 { color:#ffffff;display:block;width:57.9375rem;position:absolute;font-family:kanit;font-size:2.8125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.74);top:10.2021484375rem;left:1.0625rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PcC9w9TL1upCVlb4JdQ3kiBL16imT1nC { color:#43a6ff;display:block;width:15.625rem;position:absolute;font-family:"line seed sans th";font-size:3rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:24.75rem;left:11.4375rem;height:3.8997375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Abv1K0vDTc3hKz6rqfaUVElceb6xKt7A { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:"line seed sans th";font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:28.625rem;left:16.0625rem;height:1.462675rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Wpz8f0SG0EJGHA3c9JcrKSrMDHZ44oUf { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:14rem;width:14rem;top:15.3125rem;left:39.25rem;overflow:hidden;display:block; }
#UL2TviRIG5v8TtIlLuXVcXPwf92C9XIc { 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:4.5rem;width:14.4375rem;top:1.4833984375rem;left:22.8125rem;overflow:hidden;display:block; }
#T7mvgRapQB6b7pOKG69dHRK2HVM5cUrH { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:"line seed sans th";font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:30.0234375rem;left:40.75rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tvoOFs82TBML2rhwPCH5aVVuNXC0WE8f { color:#ffffff;display:block;width:18rem;position:absolute;font-family:"line seed sans th";font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:31.671875rem;left:37.25rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TLefT3phlviduKl2WEnpR0PSVfkzaUWc { box-sizing:content-box;height:13.875rem;width:24.3125rem;position:absolute;display:block;z-index:15039;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/829d67a8-6dc4-4957-9a56-3542ffd1f4f3/lts41.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:34.9375rem;left:3.5625rem;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; }#TLefT3phlviduKl2WEnpR0PSVfkzaUWc.adaptive-delivery-prevent-bg, #TLefT3phlviduKl2WEnpR0PSVfkzaUWc.lazyload, #TLefT3phlviduKl2WEnpR0PSVfkzaUWc.lazyloading { background-image: none; }
#wJTuUN1ud0aOyQdZa08kFV9cFaB8TxMT { box-sizing:content-box;height:13.875rem;width:24.3125rem;position:absolute;display:block;z-index:15040;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/186d49a4-275e-45f6-9432-5e834e544270/lts4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:34.9375rem;left:30.0625rem;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; }#wJTuUN1ud0aOyQdZa08kFV9cFaB8TxMT.adaptive-delivery-prevent-bg, #wJTuUN1ud0aOyQdZa08kFV9cFaB8TxMT.lazyload, #wJTuUN1ud0aOyQdZa08kFV9cFaB8TxMT.lazyloading { background-image: none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GHANZTHpsUuWWPuorNnNL7gXLrHabOH8 { display:block; }#GHANZTHpsUuWWPuorNnNL7gXLrHabOH8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XbuWRHTvy4wnqBkgolOVPr4VqbGDtN2H { top:1.8125rem;left:5.625rem;width:36.375rem;height:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gO0dBKB3iOdibePayAl8o75yCMRX1c7y { display:block; }#gO0dBKB3iOdibePayAl8o75yCMRX1c7y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rUganTTDzzy7Vti014rmNOISTi0hUFlf { top:1.875rem;left:0.25rem;width:15.3125rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqpxW0ISlXupNrCQqqKk124GbWWN7FSe { top:1.875rem;left:16.125rem;width:15.3125rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWRJ3QbFV0Emg9mFO62CTRhEINhGziTn { top:1.875rem;left:32rem;width:15.3125rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkqX8Ts4ff8DX9kpRpyQT59HmBGZpCHo { top:20.875rem;left:1.6249103546143rem;width:12.5625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeJ39ynASSwMcEwD4LvJeGiiQuTSkrSO { top:5rem;left:1.625rem;width:12.1875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfoJyLFqD00KQZGhACSPvpwz8eAX0lHm { top:5rem;left:17.8125rem;width:12.625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKs1F0uDRJ1mTEQG4NmJI8oPUAOn6P7Q { top:19.25rem;left:17.499910354614rem;width:12.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRAns8EZJfFMStLnTDiN6qbq1TEpyJUT { top:19.25rem;left:32.3125rem;width:14.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLv9vQHbtX3C54t5CiW7WFeSrQb22dHJ { top:5rem;left:33.375rem;width:13.25rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLiAgforPTzvK84VSeOJCcPLza4Deczx { top:16.25rem;left:17.562055587769rem;width:12.5rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvZrZhuWplG55rUfbckrqfDkOVNciHcd { top:13.8125rem;left:33.375rem;width:12.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEz2Citw5C3eb5MVpinTLx0FyZFeniE3 { top:14.25rem;left:33.5625rem;width:12.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDvXQ0RD2Vztd61TVQd13flm3zRrMgfV { top:0.875rem;left:6.4375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rd9GTwxtxXJgltzShbdAkzP3BkKURce3 { top:1.4375rem;left:6.875rem;width:2.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbxgG2cwJTepIc6JcMG4NyNqx4FSTbZo { top:16.3125rem;left:2.15625rem;width:11.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNBNwzqQzlbUewP5V1Gm9uB7qLL0Hrr5 { top:16.3125rem;left:33.218660354614rem;width:12.875rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcnEpeRIRhXaGkGu6yRTGEqAQcMSGNMK { top:0.875rem;left:22.3125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HACFtK3uCkbPpi7bL2l51XQi4WOQXOE3 { top:0.875rem;left:38.1875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAzZXfSmA2Nhv8fTmKVuf8R19uDbNkxU { top:1.5rem;left:22.75rem;width:2.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zp0TrTSJD9gHSCQucmSfxPZZ4UTJrQxI { top:1.5rem;left:38.625rem;width:2.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqTH3To8cmltqINZVdWoIAyG3ggL0MqW { top:9.625rem;left:3.3867417646952rem;width:6.5625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghZDFm0bsRpXxia8mpPTw8g9Io3Bx4Ah { top:10.4375rem;left:24.991388320923rem;width:4.875rem;height:2.3448054775654rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0ehZk61f02EBsHgMQsvp1X7wM7JKDND { top:11.0625rem;left:5.0615234375rem;width:5.6875rem;height:2.7201492841513rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJNFu4T8EECENuhgx4NAQf6bqJxCRLch { top:20.9375rem;left:17.499910354614rem;width:12.5625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Av1SoHmhJbERp2KAUNo6bEZaSalFvykP { top:20.4375rem;left:33.375rem;width:12.5625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBbg452L3wk3GIPnVrl5mJr8bbgIBUX3 { top:11rem;left:18.205163955689rem;width:5rem;height:2.374825rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZzyE8GK3TsqCV7mRsOxXEwhT3wp8cTH { top:9.875rem;left:17.626609675197rem;width:5.0625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNtWTWkcTfC6xmJPV1Kb3CoW2SFtTs24 { top:22.375rem;left:33.37579536438rem;width:12.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMyGQkA8TnUyqW30tJ1lFw7xbgAagsHh { top:9.6875rem;left:42.118253707886rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #alPO0lHOWPFMfdIRxGdEZ1fpgaUPc4z8 { top:11.1875rem;left:23.405981063842rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfhQm3vypetfIH53behbLiXCJJn5fqDK { top:9.9375rem;left:34.187231063843rem;width:5rem;height:2.5304739514392rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNOJzi2gzF8XO5Lqr87PPPRozMJSD6Wi { top:10.6875rem;left:39.858396530151rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QN1Wp0Q5p4CTtXdRmvNt5e2xIWT05nMX { display:block; }#QN1Wp0Q5p4CTtXdRmvNt5e2xIWT05nMX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DA8Cr8cVKTEoEpvgX2FlLyVX94mWHNVJ { top:7.125rem;left:2.8125rem;width:10.8125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnSGUwcKBdKJWnUPR1lsNnUi6OV6wFhH { top:1.125rem;left:1.3125rem;width:28.625rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAuOTfRuJTQTxPw8HtMI4WEaqloNOfyT { top:3.4375rem;left:13.375rem;width:14rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bg2UxSHxb85BKRVzociCJdoWOAHsRStw { top:1.625rem;left:31.625rem;width:14.8125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWLuEDf2odhRyy5EbIP9wwLsMO7KePnx { top:9.3125rem;left:33.5625rem;width:10.9375rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #I27UNm4v0f7X0Km8kTWNPF9rCfQTx6Aw { top:11rem;left:32.5rem;width:13.0625rem;height:1.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #H053phWxpMfWkZu5fI9lTb62uUI5fXKJ { top:4.6875rem;left:2.8125rem;width:6.5625rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEpT5GD0T2WQaSqWADFHVZHul4eqghZX { top:2.5rem;left:35.875rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlX8Ui0xPn4xNunwC4isASz17LatrRqG { display:block; }#HlX8Ui0xPn4xNunwC4isASz17LatrRqG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IxWCTcXpslkcS1idPNftxzwV2D3QBUhb { top:1.8125rem;left:5.625rem;width:36.375rem;height:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vU9vT4iZ55yx4VoGpQlqS7sTsHPoJMzb { display:block; }#vU9vT4iZ55yx4VoGpQlqS7sTsHPoJMzb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g1ds6k8wFMhnczSOFvG42EPcZzOyn8hy { top:1.875rem;left:0.25rem;width:15.3125rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9vICxn2QmpthbmcHBSEINL6UFnwtLAJ { top:1.875rem;left:16.125rem;width:15.3125rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGx03S805qW46Tiq2D3bOHvWfFiJpUIx { top:1.875rem;left:32rem;width:15.3125rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaJU1qIPFq1RHSUiv4R3SlNKkAEuzTz5 { top:20.875rem;left:1.6240234375rem;width:12.5625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJRDlAtGl196BLJTnpQmqvicDNMo9CKp { top:5rem;left:1.625rem;width:12.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O55TA9yTLzeq4zZ3L88y1G92CZiTQr1K { top:5rem;left:17.8125rem;width:12.625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sr7HPH9VdE7Oki7d19xvwQneKJvnVwJi { top:19.25rem;left:17.499910354614rem;width:12.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S95eQ6JsR1XOWecgTv3eB1J5HQCyVGfz { top:19.25rem;left:32.3125rem;width:14.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTBiAa4TLazc9ivAk1baGUTTDrSUzPKv { top:5rem;left:32.6875rem;width:14.375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTFf1WUT8rHAbMbSTIlRcwR8QgpZKTlI { top:16.25rem;left:17.5615234375rem;width:12.5rem;height:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXca45Eeb96dqTJkwBF0dSeKwuR3dQhg { top:13.8125rem;left:33.375rem;width:12.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaoBJocvUG8MnQ0b7UvTGK999JNJypXg { top:14.25rem;left:33.5625rem;width:12.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r42fXV2RCp0bfK3SOvrkDkU1S0GFsGz3 { top:0.875rem;left:6.4375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEInU7agFefmgEsrboPmDhEG4NCgdics { top:1.4375rem;left:6.875rem;width:2.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxrK5foO6loCWS9nWt9h2fQnpUaktIpx { top:16.3125rem;left:1.09375rem;width:13.9375rem;height:2.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l57V5nAW0uteIxlwQdGkil0DsqTTK8Ey { top:16.3125rem;left:33.2177734375rem;width:12.875rem;height:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v968V7Bzyo92oTg4hLV1S2TIfJuFTQXt { top:0.875rem;left:22.3125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBx5sPlpLSdh0QrtmDzKpWBogW6PTWJa { top:0.875rem;left:38.1875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJAOpx6lJyDsUawThRqn1OTargbmMAE9 { top:1.5rem;left:22.75rem;width:2.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0PDqvL903WZ1hnrACJN81Tot9bLTkpX { top:1.5rem;left:38.625rem;width:2.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZ2Nnpnz4eL5kpos81xa0tD8fiw2Lyhr { top:9.8125rem;left:41.373046875rem;width:4.75rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0IGgT8I5UrWVTK1HdLDFiibrTatvoH5 { top:20.9375rem;left:17.5rem;width:12.5625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ch95rEbJHOcdNbC4KZ48UUaXmfa05rvd { top:20.4375rem;left:33.375rem;width:12.5625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #piPNMpJlIMvy8zUMgyLpKMoTnRshFsGq { top:10.25rem;left:25.25rem;width:4.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8BGQZuVTegUCAKfmhhwOGaTy46GeOlK { top:9.3125rem;left:2.875rem;width:10.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcoCJzUA6wLpM0bWmZDse6wuRpp2Kznb { top:22.375rem;left:33.37579536438rem;width:12.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbThxer86ewEHTVZTkODIpW8mBHEPl3S { top:11.1875rem;left:23.405981063842rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNd8R8M8ThQW6tUNVi0B1SsLluWqxy89 { top:10.6875rem;left:39.858396530151rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJEG07KVauadb6ICqBQoGSe5EGinTq8B { top:10.0625rem;left:17.8125rem;width:5.375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VK1pQDgMJ2nPWeLakadHtIvmGxTqVuGh { top:9.875rem;left:34.4833984375rem;width:5.375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPht6OuyUFT2hABstiUQTTTlO9Jbt9PC { display:block; }#XPht6OuyUFT2hABstiUQTTTlO9Jbt9PC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QtGGmDUWi4RUVpHeDavOKo9koPK5sGdU { top:19.875rem;left:0rem;width:31.3125rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLvM0hhlx6d3ZJJatBmzXN99OGs5CRVH { top:5.9375rem;left:5.6875rem;width:36.4375rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #diKvTsUkFZNb70QeDW18dXg8D2UKhwRt { top:9.75rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mt4ZlfmDdJAZf0GJg3uqsKSuBMq6ZzHS { top:24.6875rem;left:3.6875rem;width:15.625rem;height:3.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IX3g7kG4VBL8JxVWnGoZw2noLxv5pdI8 { top:28.5625rem;left:8.3125rem;width:10.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vp1CBdASIqBUTgoIKHIpM5X0kwnVETOz { top:19.0625rem;left:34.1875rem;width:9.6875rem;height:10.929614575854rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBFr24O3Jcflh5P6h9BxKQwkwmatP7ZA { top:1.4375rem;left:16.6875rem;width:14.4375rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPTkMH5FE2US4wsOgwhDqIACFbQaKCAi { top:31.375rem;left:33.625rem;width:10.9375rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HiERMIc0cw3KnrTINnzZWFENFTWFieU8 { top:33.4375rem;left:29.75rem;width:18rem;height:1.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jk0XFiWEkJSoLRW3hvgCcivcqXtZbAyL { top:37.25rem;left:0rem;width:24.3125rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7szWkxc2P8BGqdCuVh9hkwAPCO9XbDT { top:37.25rem;left:23.5625rem;width:24.1875rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I16IJsEbtLuZuDMSkCITxAp7CysziXk0 { display:block; }#I16IJsEbtLuZuDMSkCITxAp7CysziXk0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EAc192WBhniWoqK6S2yw68cE9NVl8uvm { top:45.75rem;left:25.8125rem;width:21.9375rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPdtgFfT72g7ENx7V6DBXVpIHRp8S9xn { top:8.8125rem;left:18.1875rem;width:29.5625rem;height:4.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2lwpJ5H9wHazBUD6Tqni6F6XCxGvPqL { top:14.6875rem;left:22.75rem;width:25rem;height:4.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHSW7fkcaKFaeU1W4cL5PXO2LSATkHSm { top:50.3125rem;left:29.9375rem;width:15.625rem;height:3.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1SK90WexpuOZiii7V4gpTo6InELLUVs { top:54.75rem;left:34rem;width:10.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBCnWCSFIJRTUR6unDspG4NVpzD7XTuh { top:21.0625rem;left:32.75rem;width:7.375rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIkV92e0Zs2eQirs4KmzJhzEgksloyTI { top:3.8125rem;left:29.4375rem;width:14.375rem;height:4.4805194805195rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQOg0XCtTzFUaCZ55UPvtTTrURsE59mp { top:30.6875rem;left:30rem;width:10.9375rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #x5n9o1PvoanhXFhKtczFZ7l6uaTz5UwU { top:32.9375rem;left:27.625rem;width:18rem;height:1.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZFqIPiU4us7zErFFm7xFLJEfz8HsBoUb { top:35.5625rem;left:26.75rem;width:10.6875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUEX6M8r3F6i9UJUXQiHVJo5gm4xhLkF { top:37.875rem;left:35.875rem;width:10.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSwynTJsf7EW5k4bGHZZXeyyQRdGFLFl { top:50.3125rem;left:0rem;width:22.6875rem;height:3.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXibEnpNLMxfTBnJJTFhkUSIgDlT6dle { top:21rem;left:1.6875rem;width:17.5625rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAC6NGAmJCsGpBCJ7FzfKZuEeRvtExsR { display:block; }#VAC6NGAmJCsGpBCJ7FzfKZuEeRvtExsR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #grOhhrn2ixkckt1svReJgNT0DeUyOJIh { top:19.25rem;left:0rem;width:31.3125rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRps4r6WXwO4DlOsAFxJPN5ySkD6l4OO { top:5.9375rem;left:5.6875rem;width:36.4375rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIN2tmk7q9KiNxqN8HGGAHZuZCli3v2m { top:9.125rem;left:0rem;width:47.75rem;height:4.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ux4szsENa4sVcoLMf2gI9M3wtFWyevTr { top:24.0625rem;left:5.3125rem;width:15.625rem;height:3.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMkWTL0rd4BTXkNE91N5O4iphka6ArbF { top:27.9375rem;left:9.9375rem;width:10.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yy7doHVV0exMgEoLPyA0JJwgXDbzcmgU { top:36rem;left:0rem;width:47.75rem;height:14.049843063685rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnTu6kiIbgHocbzNQABXXV7qsIfJlDzE { top:15.3125rem;left:33.125rem;width:14rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4TP1EWqUDBbdxtTdDw09Sn8nmlUPZAx { top:1.4375rem;left:16.6875rem;width:14.4375rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhBQNHvFImyNDcAs7TWxrTtHZv5Kyooy { top:30rem;left:34.625rem;width:10.9375rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VfGUGiCZPlwHyufiUEQ4ZvNHmTFMI7FW { top:31.625rem;left:29.75rem;width:18rem;height:2.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KVaX67tviyV6RQroi5mNbWaBtS3nKVm1 { display:block; }#KVaX67tviyV6RQroi5mNbWaBtS3nKVm1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gp25o5ktUV1VrW07AoUsTsNvTIphqeyQ { top:21.4375rem;left:25.6875rem;width:22.0625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIXa2gK16I2bKvwsWJ7ukgwWOi7T0wzH { top:9rem;left:5.5625rem;width:36.4375rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7H6oIHUTfcGO78U7DxIc63GMrculhD6 { top:12.5rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMan2CxJzy5EzktSzRgTWipXAmq4rSSZ { top:39.875rem;left:31.0625rem;width:15.625rem;height:3.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmcvchlQsNmhKtfA15LcaP4HFgQSRoJ5 { top:43.75rem;left:35.6875rem;width:10.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3TcXRhi7EfeX1I7ux6hJrJQIUJ3bFlB { top:25.875rem;left:35rem;width:7.625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCPJmegQPkxAGwFSGnTQl8CsrmCuZVFE { top:4.5rem;left:16.5625rem;width:14.4375rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnLcpsHeG873BePd9Lbii9rdUXcgPdnr { top:34.75rem;left:33.375rem;width:10.9375rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vHIJH2pDob599W1bHDBULBJZ8UDWXsM7 { top:36.4375rem;left:29.75rem;width:18rem;height:2.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #c6GW92TqxbKZZlvyZU8BX2K3h5Gcqf41 { display:block; }#c6GW92TqxbKZZlvyZU8BX2K3h5Gcqf41 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n8ry64P35JsqWdhEGPfBJeKtfJtpN88g { top:19.25rem;left:0rem;width:31.3125rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hz5kimEFO9qdRxQT1kzO6UUE4HNxcQxg { top:5.9375rem;left:5.6875rem;width:36.4375rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tktm4yB6suuKKVJIZpw1rqrI9idmrU7p { top:10.1875rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhbAwfkXqXVrvQNSfZHKQsuZww63C0Xv { top:24.0625rem;left:5.3125rem;width:15.625rem;height:3.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fs2HxxxDVvRWsFH35VQvhzdCFa7EQxKo { top:27.9375rem;left:9.9375rem;width:10.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3Nzdq6tlGCIUQdLI2fihXw4yi2Zlrbe { top:15.3125rem;left:33.125rem;width:14rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOvqJcwX4QcTpVU5IQQSC1TywZEM3zn4 { top:1.4375rem;left:16.6875rem;width:14.4375rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTiUnnKN3s6Pu42H1QmpIhr0m6rTxzaw { top:30rem;left:34.625rem;width:10.9375rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hRrlCTmbNukmN8rv2CkdB75ZWomuo7PF { top:31.625rem;left:29.75rem;width:18rem;height:1.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kzCpVoi4raTaWuRvU3XCUoczvAXISZwx { top:34.9375rem;left:0rem;width:24.3125rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSLvn3TbH8P0l2TN9Iq70Vy28cLnJP2U { top:34.9375rem;left:23.4375rem;width:24.3125rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZu0VnTs1e5RQTd3z1y7T3dhT8V7AM8M { display:block; }#AZu0VnTs1e5RQTd3z1y7T3dhT8V7AM8M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N2liqDdS6OP2b2T5wsDIiqvtsbtyDF21 { top:17.5rem;left:0rem;width:31.4375rem;height:7.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nG47R1PQgKmb5wZENmo84euu3JyGT4R3 { top:5.9375rem;left:5.6875rem;width:36.4375rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmX1PFxkVHG9nIaLgyFvyuQrAN961af1 { top:10.1875rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcC9w9TL1upCVlb4JdQ3kiBL16imT1nC { top:24.75rem;left:5.3125rem;width:15.625rem;height:3.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Abv1K0vDTc3hKz6rqfaUVElceb6xKt7A { top:28.625rem;left:9.9375rem;width:10.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wpz8f0SG0EJGHA3c9JcrKSrMDHZ44oUf { top:15.3125rem;left:33.125rem;width:14rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL2TviRIG5v8TtIlLuXVcXPwf92C9XIc { top:1.4375rem;left:16.6875rem;width:14.4375rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7mvgRapQB6b7pOKG69dHRK2HVM5cUrH { top:30rem;left:34.625rem;width:10.9375rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tvoOFs82TBML2rhwPCH5aVVuNXC0WE8f { top:31.625rem;left:29.75rem;width:18rem;height:1.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TLefT3phlviduKl2WEnpR0PSVfkzaUWc { top:34.9375rem;left:0rem;width:24.3125rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJTuUN1ud0aOyQdZa08kFV9cFaB8TxMT { top:34.9375rem;left:23.4375rem;width:24.3125rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GHANZTHpsUuWWPuorNnNL7gXLrHabOH8 { display:block; }#GHANZTHpsUuWWPuorNnNL7gXLrHabOH8 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XbuWRHTvy4wnqBkgolOVPr4VqbGDtN2H { width:17.375rem;height:1.625rem;top:2.375rem;left:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gO0dBKB3iOdibePayAl8o75yCMRX1c7y { display:block; }#gO0dBKB3iOdibePayAl8o75yCMRX1c7y > .row .container { width:20rem;height:69.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rUganTTDzzy7Vti014rmNOISTi0hUFlf { width:15.3125rem;height:20.125rem;top:1.25rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqpxW0ISlXupNrCQqqKk124GbWWN7FSe { width:15.3125rem;height:19.1875rem;top:23.1875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWRJ3QbFV0Emg9mFO62CTRhEINhGziTn { width:15.4375rem;height:21.75rem;top:44.874820709229rem;left:2.3748223781586rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkqX8Ts4ff8DX9kpRpyQT59HmBGZpCHo { width:12.5605625rem;height:1.13725rem;top:18.03125rem;left:3.71875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeJ39ynASSwMcEwD4LvJeGiiQuTSkrSO { width:13.5rem;height:3.25rem;top:3.7626953125rem;left:3.34375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfoJyLFqD00KQZGhACSPvpwz8eAX0lHm { width:13.125rem;height:3.25rem;top:26.25rem;left:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKs1F0uDRJ1mTEQG4NmJI8oPUAOn6P7Q { width:12.5625rem;height:1.46218125rem;top:30.3125rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRAns8EZJfFMStLnTDiN6qbq1TEpyJUT { width:12.5625rem;height:1.46218125rem;top:49.812141418457rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLv9vQHbtX3C54t5CiW7WFeSrQb22dHJ { width:13.5625rem;height:3.25rem;top:46.1875rem;left:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLiAgforPTzvK84VSeOJCcPLza4Deczx { width:12.5rem;height:2.5996125rem;top:36.42355966568rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvZrZhuWplG55rUfbckrqfDkOVNciHcd { width:13.25rem;height:2.6875rem;top:56.9375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEz2Citw5C3eb5MVpinTLx0FyZFeniE3 { width:12.0625rem;height:1.13725rem;top:57.749732971191rem;left:3.9999108314514rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDvXQ0RD2Vztd61TVQd13flm3zRrMgfV { width:2.8125rem;height:2.8125rem;top:0rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rd9GTwxtxXJgltzShbdAkzP3BkKURce3 { width:2.125rem;height:1.625rem;top:0.5625rem;left:9rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbxgG2cwJTepIc6JcMG4NyNqx4FSTbZo { width:12.5rem;height:1.13725rem;top:13.780627727509rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNBNwzqQzlbUewP5V1Gm9uB7qLL0Hrr5 { width:14.0625rem;height:3.41015625rem;top:60.187057495118rem;left:2.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcnEpeRIRhXaGkGu6yRTGEqAQcMSGNMK { width:2.8125rem;height:2.8125rem;top:21.9375rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HACFtK3uCkbPpi7bL2l51XQi4WOQXOE3 { width:2.8125rem;height:2.8125rem;top:43.4375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAzZXfSmA2Nhv8fTmKVuf8R19uDbNkxU { width:2.125rem;height:1.625rem;top:22.625rem;left:9.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zp0TrTSJD9gHSCQucmSfxPZZ4UTJrQxI { width:2.125rem;height:1.625rem;top:44.125rem;left:8.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqTH3To8cmltqINZVdWoIAyG3ggL0MqW { width:7.0625rem;height:3.625rem;top:7.625rem;left:3.7177734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghZDFm0bsRpXxia8mpPTw8g9Io3Bx4Ah { width:4.874825rem;height:2.4374125rem;top:33.233309268951rem;left:11.242897033691rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0ehZk61f02EBsHgMQsvp1X7wM7JKDND { width:6.625rem;height:3.4375rem;top:8.5rem;left:10.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJNFu4T8EECENuhgx4NAQf6bqJxCRLch { width:12.5625rem;height:1.13725rem;top:39.749908447266rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Av1SoHmhJbERp2KAUNo6bEZaSalFvykP { width:12.562125rem;height:1.13725rem;top:63.145240783694rem;left:3.7184834480286rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBbg452L3wk3GIPnVrl5mJr8bbgIBUX3 { width:5rem;height:2.374825rem;top:53.806371688843rem;left:4.5608129501342rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZzyE8GK3TsqCV7mRsOxXEwhT3wp8cTH { width:5.06214375rem;height:2.56214375rem;top:52.898611068726rem;left:3.7184834480286rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNtWTWkcTfC6xmJPV1Kb3CoW2SFtTs24 { width:12.5616875rem;height:0.97523125rem;top:64.550691604612rem;left:3.7184834480286rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMyGQkA8TnUyqW30tJ1lFw7xbgAagsHh { width:3.5617875rem;height:3.5617875rem;top:52.899503707886rem;left:12.773880958557rem;display:block; }
 }@media only screen and (max-width: 763px) { #alPO0lHOWPFMfdIRxGdEZ1fpgaUPc4z8 { width:1.25rem;height:1.29980625rem;top:54.343925476074rem;left:10.356888771057rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfhQm3vypetfIH53behbLiXCJJn5fqDK { width:5rem;height:2.530690431302rem;top:33.1875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNOJzi2gzF8XO5Lqr87PPPRozMJSD6Wi { width:1.25rem;height:1.29980625rem;top:34.0625rem;left:9.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QN1Wp0Q5p4CTtXdRmvNt5e2xIWT05nMX { display:block; }#QN1Wp0Q5p4CTtXdRmvNt5e2xIWT05nMX > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DA8Cr8cVKTEoEpvgX2FlLyVX94mWHNVJ { width:15.875rem;height:3.89915rem;top:3.125rem;left:2.0625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EnSGUwcKBdKJWnUPR1lsNnUi6OV6wFhH { width:18.1875rem;height:16.75rem;top:1.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAuOTfRuJTQTxPw8HtMI4WEaqloNOfyT { width:16.375rem;height:8.6875rem;top:8.0625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bg2UxSHxb85BKRVzociCJdoWOAHsRStw { width:17.625rem;height:20.625rem;top:19.25rem;left:1.1875rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #BWLuEDf2odhRyy5EbIP9wwLsMO7KePnx { width:16.375rem;height:1.46218125rem;top:34.125rem;left:1.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #I27UNm4v0f7X0Km8kTWNPF9rCfQTx6Aw { width:16.375rem;height:2.2734375rem;top:35.6875rem;left:1.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #H053phWxpMfWkZu5fI9lTb62uUI5fXKJ { width:10.25rem;height:3.125rem;top:20.625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEpT5GD0T2WQaSqWADFHVZHul4eqghZX { width:9.5625rem;height:9.5625rem;top:23.75rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlX8Ui0xPn4xNunwC4isASz17LatrRqG { display:block; }#HlX8Ui0xPn4xNunwC4isASz17LatrRqG > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IxWCTcXpslkcS1idPNftxzwV2D3QBUhb { width:17.375rem;height:1.625rem;top:2.375rem;left:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vU9vT4iZ55yx4VoGpQlqS7sTsHPoJMzb { display:block; }#vU9vT4iZ55yx4VoGpQlqS7sTsHPoJMzb > .row .container { width:20rem;height:68.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g1ds6k8wFMhnczSOFvG42EPcZzOyn8hy { width:15.3125rem;height:20.125rem;top:1.25rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9vICxn2QmpthbmcHBSEINL6UFnwtLAJ { width:15.3125rem;height:19.1875rem;top:23.1875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGx03S805qW46Tiq2D3bOHvWfFiJpUIx { width:15.4375rem;height:21.75rem;top:44.874820709229rem;left:2.3748223781586rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaJU1qIPFq1RHSUiv4R3SlNKkAEuzTz5 { width:12.5605625rem;height:1.13671875rem;top:18.03125rem;left:3.71875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJRDlAtGl196BLJTnpQmqvicDNMo9CKp { width:13.5rem;height:1.625rem;top:3.7626953125rem;left:3.34375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O55TA9yTLzeq4zZ3L88y1G92CZiTQr1K { width:13.125rem;height:3.25rem;top:26.25rem;left:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sr7HPH9VdE7Oki7d19xvwQneKJvnVwJi { width:12.5625rem;height:1.46218125rem;top:30.3125rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S95eQ6JsR1XOWecgTv3eB1J5HQCyVGfz { width:12.5625rem;height:1.46218125rem;top:49.812141418457rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTBiAa4TLazc9ivAk1baGUTTDrSUzPKv { width:13.5625rem;height:3.25rem;top:46.1875rem;left:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTFf1WUT8rHAbMbSTIlRcwR8QgpZKTlI { width:12.5rem;height:2.111325rem;top:36.42355966568rem;left:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXca45Eeb96dqTJkwBF0dSeKwuR3dQhg { width:13.25rem;height:2.6875rem;top:56.9375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaoBJocvUG8MnQ0b7UvTGK999JNJypXg { width:12.0625rem;height:1.13725rem;top:57.749732971191rem;left:3.9999108314514rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r42fXV2RCp0bfK3SOvrkDkU1S0GFsGz3 { width:2.8125rem;height:2.8125rem;top:0rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEInU7agFefmgEsrboPmDhEG4NCgdics { width:2.125rem;height:1.625rem;top:0.5625rem;left:9rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxrK5foO6loCWS9nWt9h2fQnpUaktIpx { width:13.25rem;height:4.22265rem;top:12.7177734375rem;left:3.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l57V5nAW0uteIxlwQdGkil0DsqTTK8Ey { width:14.0625rem;height:2.111325rem;top:60.187057495118rem;left:2.96875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v968V7Bzyo92oTg4hLV1S2TIfJuFTQXt { width:2.8125rem;height:2.8125rem;top:21.9375rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBx5sPlpLSdh0QrtmDzKpWBogW6PTWJa { width:2.8125rem;height:2.8125rem;top:43.4375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJAOpx6lJyDsUawThRqn1OTargbmMAE9 { width:2.125rem;height:1.625rem;top:22.625rem;left:9.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0PDqvL903WZ1hnrACJN81Tot9bLTkpX { width:2.125rem;height:1.625rem;top:44.125rem;left:8.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZ2Nnpnz4eL5kpos81xa0tD8fiw2Lyhr { width:4.75rem;height:2.625rem;top:53.5556640625rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0IGgT8I5UrWVTK1HdLDFiibrTatvoH5 { width:12.5625rem;height:1.13725rem;top:39.749908447266rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ch95rEbJHOcdNbC4KZ48UUaXmfa05rvd { width:12.562125rem;height:1.13725rem;top:63.145240783694rem;left:3.7184834480286rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #piPNMpJlIMvy8zUMgyLpKMoTnRshFsGq { width:4.5rem;height:2.3125rem;top:33.1123046875rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8BGQZuVTegUCAKfmhhwOGaTy46GeOlK { width:10.25rem;height:5rem;top:6.625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcoCJzUA6wLpM0bWmZDse6wuRpp2Kznb { width:12.5616875rem;height:0.97523125rem;top:64.550691604612rem;left:3.7184834480286rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbThxer86ewEHTVZTkODIpW8mBHEPl3S { width:1.25rem;height:1.29980625rem;top:54.343925476074rem;left:10.356888771057rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNd8R8M8ThQW6tUNVi0B1SsLluWqxy89 { width:1.25rem;height:1.29980625rem;top:34.0625rem;left:9.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJEG07KVauadb6ICqBQoGSe5EGinTq8B { width:5.375rem;height:2.5625rem;top:32.9873046875rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VK1pQDgMJ2nPWeLakadHtIvmGxTqVuGh { width:5.375rem;height:2.5625rem;top:53.5869140625rem;left:3.9990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPht6OuyUFT2hABstiUQTTTlO9Jbt9PC { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/aca6083e-6e8c-48be-be78-d57b617f7f6a/aiagents.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#XPht6OuyUFT2hABstiUQTTTlO9Jbt9PC.adaptive-delivery-prevent-bg, #XPht6OuyUFT2hABstiUQTTTlO9Jbt9PC.lazyload, #XPht6OuyUFT2hABstiUQTTTlO9Jbt9PC.lazyloading { background-image: none; }#XPht6OuyUFT2hABstiUQTTTlO9Jbt9PC > .row .container { background-color: transparent; background-image: none; }#XPht6OuyUFT2hABstiUQTTTlO9Jbt9PC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPht6OuyUFT2hABstiUQTTTlO9Jbt9PC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPht6OuyUFT2hABstiUQTTTlO9Jbt9PC > .row .container > .video-iframe-container { display: none; }#XPht6OuyUFT2hABstiUQTTTlO9Jbt9PC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPht6OuyUFT2hABstiUQTTTlO9Jbt9PC > .row > .video-iframe-container { display: none; }#XPht6OuyUFT2hABstiUQTTTlO9Jbt9PC > .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); }#XPht6OuyUFT2hABstiUQTTTlO9Jbt9PC > .row .container { width:20rem;height:54.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QtGGmDUWi4RUVpHeDavOKo9koPK5sGdU { width:20rem;height:auto;top:19.875rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FLvM0hhlx6d3ZJJatBmzXN99OGs5CRVH { width:20rem;height:1.949575rem;top:10.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #diKvTsUkFZNb70QeDW18dXg8D2UKhwRt { width:18.75rem;height:4.54900625rem;top:5.625rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mt4ZlfmDdJAZf0GJg3uqsKSuBMq6ZzHS { width:20rem;height:2.599875rem;top:29.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IX3g7kG4VBL8JxVWnGoZw2noLxv5pdI8 { width:16.375rem;height:1.46218125rem;top:32rem;left:1.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vp1CBdASIqBUTgoIKHIpM5X0kwnVETOz { width:10.1875rem;height:11.4375rem;top:13.625rem;left:4.9375rem;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBFr24O3Jcflh5P6h9BxKQwkwmatP7ZA { width:12.6875rem;height:3.875rem;top:1.75rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPTkMH5FE2US4wsOgwhDqIACFbQaKCAi { width:16.375rem;height:1.46218125rem;top:25.8125rem;left:1.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #HiERMIc0cw3KnrTINnzZWFENFTWFieU8 { width:16.375rem;height:1.13725rem;top:27.3125rem;left:1.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #Jk0XFiWEkJSoLRW3hvgCcivcqXtZbAyL { width:18.125rem;height:8.25rem;top:35rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7szWkxc2P8BGqdCuVh9hkwAPCO9XbDT { width:18.3125rem;height:8.75rem;top:43.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I16IJsEbtLuZuDMSkCITxAp7CysziXk0 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/aca6083e-6e8c-48be-be78-d57b617f7f6a/aiagents.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#I16IJsEbtLuZuDMSkCITxAp7CysziXk0.adaptive-delivery-prevent-bg, #I16IJsEbtLuZuDMSkCITxAp7CysziXk0.lazyload, #I16IJsEbtLuZuDMSkCITxAp7CysziXk0.lazyloading { background-image: none; }#I16IJsEbtLuZuDMSkCITxAp7CysziXk0 > .row .container { background-color: transparent; background-image: none; }#I16IJsEbtLuZuDMSkCITxAp7CysziXk0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I16IJsEbtLuZuDMSkCITxAp7CysziXk0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I16IJsEbtLuZuDMSkCITxAp7CysziXk0 > .row .container > .video-iframe-container { display: none; }#I16IJsEbtLuZuDMSkCITxAp7CysziXk0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I16IJsEbtLuZuDMSkCITxAp7CysziXk0 > .row > .video-iframe-container { display: none; }#I16IJsEbtLuZuDMSkCITxAp7CysziXk0 > .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); }#I16IJsEbtLuZuDMSkCITxAp7CysziXk0 > .row .container { width:20rem;height:82.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EAc192WBhniWoqK6S2yw68cE9NVl8uvm { width:20rem;height:auto;top:45.75rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IPdtgFfT72g7ENx7V6DBXVpIHRp8S9xn { width:20rem;height:3.89915rem;top:11.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2lwpJ5H9wHazBUD6Tqni6F6XCxGvPqL { width:18.75rem;height:4.54900625rem;top:6.3125rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHSW7fkcaKFaeU1W4cL5PXO2LSATkHSm { width:20rem;height:2.599875rem;top:29.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r1SK90WexpuOZiii7V4gpTo6InELLUVs { width:16.375rem;height:1.46218125rem;top:32rem;left:1.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fBCnWCSFIJRTUR6unDspG4NVpzD7XTuh { width:7.5625rem;height:8.5rem;top:16.5625rem;left:6.21875rem;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIkV92e0Zs2eQirs4KmzJhzEgksloyTI { width:12.6875rem;height:3.875rem;top:1.8125rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQOg0XCtTzFUaCZ55UPvtTTrURsE59mp { width:16.375rem;height:1.46218125rem;top:25.8125rem;left:1.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #x5n9o1PvoanhXFhKtczFZ7l6uaTz5UwU { width:16.375rem;height:1.13725rem;top:27.3125rem;left:1.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #ZFqIPiU4us7zErFFm7xFLJEfz8HsBoUb { width:14.0625rem;height:8.25rem;top:34.375rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUEX6M8r3F6i9UJUXQiHVJo5gm4xhLkF { width:14.4375rem;height:8.75rem;top:43.4375rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSwynTJsf7EW5k4bGHZZXeyyQRdGFLFl { width:15.625rem;height:2.599875rem;top:53.0625rem;left:2.1875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nXibEnpNLMxfTBnJJTFhkUSIgDlT6dle { width:20rem;height:24.8125rem;top:56.910814000511rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAC6NGAmJCsGpBCJ7FzfKZuEeRvtExsR { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/aca6083e-6e8c-48be-be78-d57b617f7f6a/aiagents.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VAC6NGAmJCsGpBCJ7FzfKZuEeRvtExsR.adaptive-delivery-prevent-bg, #VAC6NGAmJCsGpBCJ7FzfKZuEeRvtExsR.lazyload, #VAC6NGAmJCsGpBCJ7FzfKZuEeRvtExsR.lazyloading { background-image: none; }#VAC6NGAmJCsGpBCJ7FzfKZuEeRvtExsR > .row .container { background-color: transparent; background-image: none; }#VAC6NGAmJCsGpBCJ7FzfKZuEeRvtExsR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAC6NGAmJCsGpBCJ7FzfKZuEeRvtExsR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAC6NGAmJCsGpBCJ7FzfKZuEeRvtExsR > .row .container > .video-iframe-container { display: none; }#VAC6NGAmJCsGpBCJ7FzfKZuEeRvtExsR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAC6NGAmJCsGpBCJ7FzfKZuEeRvtExsR > .row > .video-iframe-container { display: none; }#VAC6NGAmJCsGpBCJ7FzfKZuEeRvtExsR > .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); }#VAC6NGAmJCsGpBCJ7FzfKZuEeRvtExsR > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #grOhhrn2ixkckt1svReJgNT0DeUyOJIh { width:20rem;height:auto;top:19.25rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MRps4r6WXwO4DlOsAFxJPN5ySkD6l4OO { width:20rem;height:1.949575rem;top:12.47265625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIN2tmk7q9KiNxqN8HGGAHZuZCli3v2m { width:18.75rem;height:4.54900625rem;top:7.2373046875rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ux4szsENa4sVcoLMf2gI9M3wtFWyevTr { width:20rem;height:2.599875rem;top:38.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PMkWTL0rd4BTXkNE91N5O4iphka6ArbF { width:16.375rem;height:1.46218125rem;top:40.6875rem;left:1.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yy7doHVV0exMgEoLPyA0JJwgXDbzcmgU { width:20rem;height:5.9140625rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnTu6kiIbgHocbzNQABXXV7qsIfJlDzE { width:10.1875rem;height:10.1875rem;top:15.25rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4TP1EWqUDBbdxtTdDw09Sn8nmlUPZAx { width:12.6875rem;height:3.875rem;top:3.3623046875rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhBQNHvFImyNDcAs7TWxrTtHZv5Kyooy { width:16.375rem;height:1.46218125rem;top:27.4609375rem;left:1.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #VfGUGiCZPlwHyufiUEQ4ZvNHmTFMI7FW { width:16.375rem;height:2.2734375rem;top:28.921875rem;left:1.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #KVaX67tviyV6RQroi5mNbWaBtS3nKVm1 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/aca6083e-6e8c-48be-be78-d57b617f7f6a/aiagents.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#KVaX67tviyV6RQroi5mNbWaBtS3nKVm1.adaptive-delivery-prevent-bg, #KVaX67tviyV6RQroi5mNbWaBtS3nKVm1.lazyload, #KVaX67tviyV6RQroi5mNbWaBtS3nKVm1.lazyloading { background-image: none; }#KVaX67tviyV6RQroi5mNbWaBtS3nKVm1 > .row .container { background-color: transparent; background-image: none; }#KVaX67tviyV6RQroi5mNbWaBtS3nKVm1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KVaX67tviyV6RQroi5mNbWaBtS3nKVm1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KVaX67tviyV6RQroi5mNbWaBtS3nKVm1 > .row .container > .video-iframe-container { display: none; }#KVaX67tviyV6RQroi5mNbWaBtS3nKVm1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KVaX67tviyV6RQroi5mNbWaBtS3nKVm1 > .row > .video-iframe-container { display: none; }#KVaX67tviyV6RQroi5mNbWaBtS3nKVm1 > .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); }#KVaX67tviyV6RQroi5mNbWaBtS3nKVm1 > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gp25o5ktUV1VrW07AoUsTsNvTIphqeyQ { width:20rem;height:auto;top:21.4375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kIXa2gK16I2bKvwsWJ7ukgwWOi7T0wzH { width:20rem;height:1.949575rem;top:12.47265625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7H6oIHUTfcGO78U7DxIc63GMrculhD6 { width:18.75rem;height:4.54900625rem;top:7.2373046875rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMan2CxJzy5EzktSzRgTWipXAmq4rSSZ { width:20rem;height:2.599875rem;top:38.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xmcvchlQsNmhKtfA15LcaP4HFgQSRoJ5 { width:16.375rem;height:1.46218125rem;top:40.6875rem;left:1.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r3TcXRhi7EfeX1I7ux6hJrJQIUJ3bFlB { width:10.1875rem;height:10.1875rem;top:15.25rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCPJmegQPkxAGwFSGnTQl8CsrmCuZVFE { width:12.6875rem;height:3.875rem;top:3.3623046875rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnLcpsHeG873BePd9Lbii9rdUXcgPdnr { width:16.375rem;height:1.46218125rem;top:27.4609375rem;left:1.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #vHIJH2pDob599W1bHDBULBJZ8UDWXsM7 { width:16.375rem;height:2.2734375rem;top:28.921875rem;left:1.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #c6GW92TqxbKZZlvyZU8BX2K3h5Gcqf41 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/aca6083e-6e8c-48be-be78-d57b617f7f6a/aiagents.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#c6GW92TqxbKZZlvyZU8BX2K3h5Gcqf41.adaptive-delivery-prevent-bg, #c6GW92TqxbKZZlvyZU8BX2K3h5Gcqf41.lazyload, #c6GW92TqxbKZZlvyZU8BX2K3h5Gcqf41.lazyloading { background-image: none; }#c6GW92TqxbKZZlvyZU8BX2K3h5Gcqf41 > .row .container { background-color: transparent; background-image: none; }#c6GW92TqxbKZZlvyZU8BX2K3h5Gcqf41::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c6GW92TqxbKZZlvyZU8BX2K3h5Gcqf41 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c6GW92TqxbKZZlvyZU8BX2K3h5Gcqf41 > .row .container > .video-iframe-container { display: none; }#c6GW92TqxbKZZlvyZU8BX2K3h5Gcqf41 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c6GW92TqxbKZZlvyZU8BX2K3h5Gcqf41 > .row > .video-iframe-container { display: none; }#c6GW92TqxbKZZlvyZU8BX2K3h5Gcqf41 > .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); }#c6GW92TqxbKZZlvyZU8BX2K3h5Gcqf41 > .row .container { width:20rem;height:57.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n8ry64P35JsqWdhEGPfBJeKtfJtpN88g { width:20rem;height:auto;top:19.25rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hz5kimEFO9qdRxQT1kzO6UUE4HNxcQxg { width:20rem;height:1.949575rem;top:12.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tktm4yB6suuKKVJIZpw1rqrI9idmrU7p { width:18.75rem;height:4.54900625rem;top:7.2373046875rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhbAwfkXqXVrvQNSfZHKQsuZww63C0Xv { width:20rem;height:2.599875rem;top:29.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fs2HxxxDVvRWsFH35VQvhzdCFa7EQxKo { width:16.375rem;height:1.46218125rem;top:31.625rem;left:1.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G3Nzdq6tlGCIUQdLI2fihXw4yi2Zlrbe { width:10.1875rem;height:10.1875rem;top:15.4375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOvqJcwX4QcTpVU5IQQSC1TywZEM3zn4 { width:12.6875rem;height:3.875rem;top:3.3623046875rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTiUnnKN3s6Pu42H1QmpIhr0m6rTxzaw { width:16.375rem;height:1.46218125rem;top:25.875rem;left:1.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #hRrlCTmbNukmN8rv2CkdB75ZWomuo7PF { width:16.375rem;height:1.13725rem;top:27.375rem;left:1.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #kzCpVoi4raTaWuRvU3XCUoczvAXISZwx { width:20rem;height:10.5625rem;top:34.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSLvn3TbH8P0l2TN9Iq70Vy28cLnJP2U { width:20rem;height:10.125rem;top:45.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZu0VnTs1e5RQTd3z1y7T3dhT8V7AM8M { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/aca6083e-6e8c-48be-be78-d57b617f7f6a/aiagents.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#AZu0VnTs1e5RQTd3z1y7T3dhT8V7AM8M.adaptive-delivery-prevent-bg, #AZu0VnTs1e5RQTd3z1y7T3dhT8V7AM8M.lazyload, #AZu0VnTs1e5RQTd3z1y7T3dhT8V7AM8M.lazyloading { background-image: none; }#AZu0VnTs1e5RQTd3z1y7T3dhT8V7AM8M > .row .container { background-color: transparent; background-image: none; }#AZu0VnTs1e5RQTd3z1y7T3dhT8V7AM8M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZu0VnTs1e5RQTd3z1y7T3dhT8V7AM8M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZu0VnTs1e5RQTd3z1y7T3dhT8V7AM8M > .row .container > .video-iframe-container { display: none; }#AZu0VnTs1e5RQTd3z1y7T3dhT8V7AM8M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZu0VnTs1e5RQTd3z1y7T3dhT8V7AM8M > .row > .video-iframe-container { display: none; }#AZu0VnTs1e5RQTd3z1y7T3dhT8V7AM8M > .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); }#AZu0VnTs1e5RQTd3z1y7T3dhT8V7AM8M > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N2liqDdS6OP2b2T5wsDIiqvtsbtyDF21 { width:20rem;height:auto;top:17.5rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nG47R1PQgKmb5wZENmo84euu3JyGT4R3 { width:20rem;height:1.949575rem;top:9.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmX1PFxkVHG9nIaLgyFvyuQrAN961af1 { width:19.4375rem;height:2.2745rem;top:6.0625rem;left:0.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcC9w9TL1upCVlb4JdQ3kiBL16imT1nC { width:20rem;height:2.599875rem;top:25.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Abv1K0vDTc3hKz6rqfaUVElceb6xKt7A { width:16.375rem;height:1.46218125rem;top:28.1875rem;left:1.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wpz8f0SG0EJGHA3c9JcrKSrMDHZ44oUf { width:10.1875rem;height:10.1875rem;top:12.0625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL2TviRIG5v8TtIlLuXVcXPwf92C9XIc { width:12.6875rem;height:3.875rem;top:2.1875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7mvgRapQB6b7pOKG69dHRK2HVM5cUrH { width:16.375rem;height:1.46218125rem;top:22.5rem;left:1.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #tvoOFs82TBML2rhwPCH5aVVuNXC0WE8f { width:16.375rem;height:1.13725rem;top:24rem;left:1.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #TLefT3phlviduKl2WEnpR0PSVfkzaUWc { width:20rem;height:9.9375rem;top:31rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJTuUN1ud0aOyQdZa08kFV9cFaB8TxMT { width:20rem;height:9.8125rem;top:42rem;left:0rem;display:block; }
 }