.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:160,91,247;--color-primary-1:139,61,152;--color-primary-2:138,60,151;--color-primary-3:64,61,137;--color-primary-4:64,62,138;--color-secondary-0:32,200,228;--color-secondary-1:20,188,205;--color-secondary-2:0,161,177;--color-secondary-3:17,95,108;--color-secondary-4:16,94,107;--color-tertiary-0:255,255,255;--color-tertiary-1:202,202,202;--color-tertiary-2:166,166,166;--color-tertiary-3:100,100,100;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vGBlzpg2clskunW8JZg5zqAfOZFz8KGg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#vGBlzpg2clskunW8JZg5zqAfOZFz8KGg > .row .container { background-color: transparent; background-image: none; }#vGBlzpg2clskunW8JZg5zqAfOZFz8KGg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vGBlzpg2clskunW8JZg5zqAfOZFz8KGg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vGBlzpg2clskunW8JZg5zqAfOZFz8KGg > .row .container > .video-iframe-container { display: none; }#vGBlzpg2clskunW8JZg5zqAfOZFz8KGg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vGBlzpg2clskunW8JZg5zqAfOZFz8KGg > .row > .video-iframe-container { display: none; }#vGBlzpg2clskunW8JZg5zqAfOZFz8KGg > .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); }#vGBlzpg2clskunW8JZg5zqAfOZFz8KGg > .row .container { border-width: 0; border-radius: 0; }#vGBlzpg2clskunW8JZg5zqAfOZFz8KGg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vGBlzpg2clskunW8JZg5zqAfOZFz8KGg > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;position:relative;display:block; }#ILfJSD0U5dN6SssvCzL0B7wFQDaP7oZq { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:7.125rem;top:1.15625rem;left:0rem;overflow:hidden;display:block; }
#OnLTSLvoONIy0K8V52N3aWOHT1L3rDeV { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:2.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.15625rem;left:61rem;display:block; }
#Wn3nGvWn57k011oiZw55fi7CyV93hehI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GhJQWBGspNMEunpUaIaK8UvFHpUMJLOD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GhJQWBGspNMEunpUaIaK8UvFHpUMJLOD > .row .container { background-color: transparent; background-image: none; }#GhJQWBGspNMEunpUaIaK8UvFHpUMJLOD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GhJQWBGspNMEunpUaIaK8UvFHpUMJLOD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GhJQWBGspNMEunpUaIaK8UvFHpUMJLOD > .row .container > .video-iframe-container { display: none; }#GhJQWBGspNMEunpUaIaK8UvFHpUMJLOD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GhJQWBGspNMEunpUaIaK8UvFHpUMJLOD > .row > .video-iframe-container { display: none; }#GhJQWBGspNMEunpUaIaK8UvFHpUMJLOD > .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); }#GhJQWBGspNMEunpUaIaK8UvFHpUMJLOD > .row .container { border-width: 0; border-radius: 0; }#GhJQWBGspNMEunpUaIaK8UvFHpUMJLOD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GhJQWBGspNMEunpUaIaK8UvFHpUMJLOD > .row .container { font-size:0.875rem;font-family:arial;height:45.625rem;width:75rem;position:relative;display:block; }#CVCaolLNVRbscpBKT7Xqo8ypzsQLLTwu { color:rgba(var(--color-tertiary-0),1);display:block;width:56.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:2rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:33.662109375rem;left:9.46875rem;height:2.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NisN1zvNEnVUScpfKq9PrlUVmeg353im { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:43.75rem;top:29.287109375rem;left:15.625rem;overflow:hidden;display:block; }
#xN2Fv20muIG5tNVRI8igD9kI96PEhd3N { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:19.375rem;top:1.6875rem;left:27.8125rem;overflow:hidden;display:block; }
#DBw3oTeTPW8sabeTi0gKJnhuDf90I2nB { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5625rem;width:25.9375rem;top:3.5rem;left:0rem;overflow:hidden;display:block; }
#OsKHA7Hh44QlezsSvHPVUQH66ysDCOBy { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.3125rem;width:25.9375rem;top:2.6875rem;left:49.0625rem;overflow:hidden;display:block; }
#UfJw1GBGDhBkX71pQMsc44eMEDHHmIVq { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:45.625rem;width:67.1875rem;top:0rem;left:3.90625rem;overflow:hidden;display:block; }
#hut5nKfaCQAftKxpDqBnRUECbklpKDfq { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.1875rem;width:75rem;display:none; }
#kpW0BrRBU126eiHUvQxSNXeilNC9Gety { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kpW0BrRBU126eiHUvQxSNXeilNC9Gety > .row .container { background-color: transparent; background-image: none; }#kpW0BrRBU126eiHUvQxSNXeilNC9Gety::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kpW0BrRBU126eiHUvQxSNXeilNC9Gety > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kpW0BrRBU126eiHUvQxSNXeilNC9Gety > .row .container > .video-iframe-container { display: none; }#kpW0BrRBU126eiHUvQxSNXeilNC9Gety > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kpW0BrRBU126eiHUvQxSNXeilNC9Gety > .row > .video-iframe-container { display: none; }#kpW0BrRBU126eiHUvQxSNXeilNC9Gety > .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); }#kpW0BrRBU126eiHUvQxSNXeilNC9Gety > .row .container { border-width: 0; border-radius: 0; }#kpW0BrRBU126eiHUvQxSNXeilNC9Gety > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kpW0BrRBU126eiHUvQxSNXeilNC9Gety > .row .container { font-size:0.875rem;font-family:arial;height:51.875rem;width:75rem;position:relative;display:block; }#aarnrX5TzpTagWzdq0BDdl8yTuTJ2l5R { color:#ffffff;display:block;width:58.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:4.125rem;left:8.3125rem;height:8.75rem;text-align:center;text-align-last:center;display:block; }
#rHfH4mPvbW9b55xTu7sTUugHOIH05ND7 { color:#ffffff;display:block;width:50.9375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.625rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:14.75rem;left:11.96875rem;height:4.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wXO1Kb9X9oUsE1Vsg6qfOQdz33No1o8Q { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.4375rem;width:17.8125rem;top:28.0625rem;left:0.46875rem;overflow:hidden;display:block; }
#puPxBGwx7leoNVXgV96fCDqLs7bs95Ax { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:11.25rem;top:22.8125rem;left:3.75rem;overflow:hidden;display:block; }
#Ovu3iecu7U9XmfbsBb34qL0gSJP9kQrz { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:36.1318359375rem;left:1.5625rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V8wZTQNobmOGX2icxZroZniSkTUTRoRb { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:17.8125rem;top:28.125rem;left:19.25rem;overflow:hidden;display:block; }
#wJVHMJMyTR4UDCixyBqG5ys2t4ZPsRdT { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:11.25rem;top:22.8125rem;left:22.5rem;overflow:hidden;display:block; }
#GOPU6kQ45HLvN1lIWurWPTw3WZGN1pfy { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:36.1875rem;left:20.3125rem;height:3.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nKhmtoNqk8cKkiRdoUTNUsDihziC9IzE { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:17.8125rem;top:28.125rem;left:38rem;overflow:hidden;display:block; }
#opIzQbOh0tMylgQo1SMvMmQLUuUNfQEG { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:36.1875rem;left:39.0625rem;height:7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UHAPShC4ngyZSFVV4BnS386ZeVkd1b98 { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:11.25rem;top:22.8125rem;left:41.25rem;overflow:hidden;display:block; }
#UcKDTGhDKUMun4aowgUDdUhatNRMIvTt { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:17.8125rem;top:28.125rem;left:56.75rem;overflow:hidden;display:block; }
#DxI40Ichq7qwlUFnSSrxWBQTfuKuDhpW { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:36.1875rem;left:57.8125rem;height:3.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MmEz1R0ysPQgKETaO5Vr0eRndDgDLxzP { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:11.25rem;top:22.8125rem;left:60rem;overflow:hidden;display:block; }
#ZUTmoSz3Wy8OoHz88ZravMy0RVvBV4TV { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:35.625rem;display:none; }
#KJipCKtCb1qWQsyoDct5VS0CyJZhc14L { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:35.625rem;display:none; }
#fNOmxhBRBc1TzPUH3VTIdyRxA9FS6o9J { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:35.625rem;display:none; }
#e82ScRI2pKbyrdcFTs5GxIQX17nIUJsv { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:35.625rem;display:none; }
#lry76QHAoXwVWwWHlfnCaaRweT1tkSGc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lry76QHAoXwVWwWHlfnCaaRweT1tkSGc > .row .container { background-color: transparent; background-image: none; }#lry76QHAoXwVWwWHlfnCaaRweT1tkSGc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lry76QHAoXwVWwWHlfnCaaRweT1tkSGc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lry76QHAoXwVWwWHlfnCaaRweT1tkSGc > .row .container > .video-iframe-container { display: none; }#lry76QHAoXwVWwWHlfnCaaRweT1tkSGc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lry76QHAoXwVWwWHlfnCaaRweT1tkSGc > .row > .video-iframe-container { display: none; }#lry76QHAoXwVWwWHlfnCaaRweT1tkSGc > .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); }#lry76QHAoXwVWwWHlfnCaaRweT1tkSGc > .row .container { border-width: 0; border-radius: 0; }#lry76QHAoXwVWwWHlfnCaaRweT1tkSGc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lry76QHAoXwVWwWHlfnCaaRweT1tkSGc > .row .container { font-size:0.875rem;font-family:arial;height:42.125rem;width:75rem;position:relative;display:block; }#Br9L3yeUamWhRTVaLLsESH3z9X1dDBgN { box-sizing:content-box;height:30.3125rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #5d627c);background-image: -moz-linear-gradient(180deg, #000000, #5d627c);background-image: -ms-linear-gradient(180deg, #000000, #5d627c);background-image: -o-linear-gradient(180deg, #000000, #5d627c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#5d627c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#5d627c' );";background-image: linear-gradient(180deg, #000000, #5d627c);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.4375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;display:block; }
#NZywnL4bTuW8rXvZBeR94iF9xUnvI7RB { color:#ffffff;display:block;width:58.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:4rem;left:8.375rem;height:4.375rem;text-align:center;text-align-last:center;display:block; }
#ZSS0698WHz1lhwJAAyTmm5wOc4eFItn3 { color:#ffffff;display:block;width:35.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:15.1875rem;left:31.3125rem;height:2.44970625rem;text-align:left;text-align-last:left;display:block; }
#oaJtRJpaCrVwfI1q4H6CgLD4CWZn42t9 { color:#ffffff;display:block;width:35.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:18.625rem;left:31.3125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#oaJtRJpaCrVwfI1q4H6CgLD4CWZn42t9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oaJtRJpaCrVwfI1q4H6CgLD4CWZn42t9 li:before{  }
#BTbr4eHqTasRKc6vT8kxL0TxcRq8mhUA { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.875rem;width:25.875rem;top:6.625rem;left:8rem;overflow:hidden;display:block; }
#MVCPaLyTtbnFhHqL8XRCKvWDQRByZHeG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MVCPaLyTtbnFhHqL8XRCKvWDQRByZHeG > .row .container { background-color: transparent; background-image: none; }#MVCPaLyTtbnFhHqL8XRCKvWDQRByZHeG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MVCPaLyTtbnFhHqL8XRCKvWDQRByZHeG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MVCPaLyTtbnFhHqL8XRCKvWDQRByZHeG > .row .container > .video-iframe-container { display: none; }#MVCPaLyTtbnFhHqL8XRCKvWDQRByZHeG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MVCPaLyTtbnFhHqL8XRCKvWDQRByZHeG > .row > .video-iframe-container { display: none; }#MVCPaLyTtbnFhHqL8XRCKvWDQRByZHeG > .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); }#MVCPaLyTtbnFhHqL8XRCKvWDQRByZHeG > .row .container { border-width: 0; border-radius: 0; }#MVCPaLyTtbnFhHqL8XRCKvWDQRByZHeG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MVCPaLyTtbnFhHqL8XRCKvWDQRByZHeG > .row .container { font-size:0.875rem;font-family:arial;height:54.6875rem;width:75rem;position:relative;display:block; }#tnl1OZaoDx3op7inhUPwNuPaRs6JkFgr { color:#000000;display:block;width:58.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:5.5rem;left:8.375rem;height:4.375rem;text-align:center;text-align-last:center;display:block; }
#LRep9IiZcKSilTofz4tOyFnBwLZe8wD0 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.125rem;width:75rem;top:11.9375rem;left:0rem;overflow:hidden;display:block; }
#LywdtLM9wir9AppW4wvqc7u6sGIGac7A { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:86rem;width:74.9375rem;display:none; }
#tI8ee0x62n040crXGIZP6h64IBV6Kvkz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tI8ee0x62n040crXGIZP6h64IBV6Kvkz > .row .container { background-color: transparent; background-image: none; }#tI8ee0x62n040crXGIZP6h64IBV6Kvkz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tI8ee0x62n040crXGIZP6h64IBV6Kvkz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tI8ee0x62n040crXGIZP6h64IBV6Kvkz > .row .container > .video-iframe-container { display: none; }#tI8ee0x62n040crXGIZP6h64IBV6Kvkz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tI8ee0x62n040crXGIZP6h64IBV6Kvkz > .row > .video-iframe-container { display: none; }#tI8ee0x62n040crXGIZP6h64IBV6Kvkz > .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); }#tI8ee0x62n040crXGIZP6h64IBV6Kvkz > .row .container { border-width: 0; border-radius: 0; }#tI8ee0x62n040crXGIZP6h64IBV6Kvkz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tI8ee0x62n040crXGIZP6h64IBV6Kvkz > .row .container { font-size:0.875rem;font-family:arial;height:59.375rem;width:75rem;position:relative;display:block; }#Rvd9IKIHQKnrru6zkpcKhoLEvdoHwR4E { color:#000000;display:block;width:58.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:4.8125rem;left:8.375rem;height:4.375rem;text-align:center;text-align-last:center;display:block; }
#v4VxIJ1ZWTg6UXCpekqqbogUMmBdD30f { color:#000000;display:block;width:49.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.625rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:11.0625rem;left:12.84375rem;height:4.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tivBZpVvwmkQiekhcLT6Qf3kKMifq3vc { position:absolute;display:block;z-index:15001;height:21.75rem;width:75rem;top:17.984375rem;left:0rem;display:block; }
#teTFKk2tPLEFVFS0hmPArMnpKNT52Odi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#teTFKk2tPLEFVFS0hmPArMnpKNT52Odi > .row .container { background-color: transparent; background-image: none; }#teTFKk2tPLEFVFS0hmPArMnpKNT52Odi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#teTFKk2tPLEFVFS0hmPArMnpKNT52Odi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#teTFKk2tPLEFVFS0hmPArMnpKNT52Odi > .row .container > .video-iframe-container { display: none; }#teTFKk2tPLEFVFS0hmPArMnpKNT52Odi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#teTFKk2tPLEFVFS0hmPArMnpKNT52Odi > .row > .video-iframe-container { display: none; }#teTFKk2tPLEFVFS0hmPArMnpKNT52Odi > .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); }#teTFKk2tPLEFVFS0hmPArMnpKNT52Odi > .row .container { border-width: 0; border-radius: 0; }#teTFKk2tPLEFVFS0hmPArMnpKNT52Odi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#teTFKk2tPLEFVFS0hmPArMnpKNT52Odi > .row .container { font-size:0.875rem;font-family:arial;height:60.625rem;width:75rem;position:relative;display:block; }#WVo8AT1cAFpBwcakzJNP5AX2mf6CC0sZ { color:#000000;display:block;width:49.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:5.1875rem;left:12.78125rem;height:8.75rem;text-align:center;text-align-last:center;display:block; }
#gTMc18Jv6H2SrNaliTz24V5hguUFkJXy { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.375rem;width:59.75rem;top:23.25rem;left:7.625rem;overflow:hidden;display:block; }
#BXw1XQpNA3ztXGlQTOyEIyT37yw3KGky { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5625rem;width:11.5625rem;top:31.0625rem;left:4.875rem;overflow:hidden;display:block; }
#SBfTI8oNcbADruwiW5Fde6G6x9xNLkTd { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5625rem;width:11.5625rem;top:27.65625rem;left:31.0625rem;overflow:hidden;display:block; }
#LJo5OvP8agJIT1BExegkWVBgsGdttyu7 { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5625rem;width:11.5625rem;top:13.3125rem;left:58rem;overflow:hidden;display:block; }
#DQAfkucS98ouQ2dgVUA068sey3sSve23 { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:51.625rem;left:9.0625rem;height:3.1494125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tFWT3x51HwrrDlkPfbFoaTVJTuKVbJDg { color:#000000;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:48.875rem;left:9.0625rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BMbpL6TIPpT5K5UbyGCWW8ET7KlMfepu { color:#000000;display:block;width:16.375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:21.6875rem;left:27.75rem;height:3.1494125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qcAwUAL6OLSlhHlhzATJCutLTUtBaJXL { color:#000000;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:18.9375rem;left:27.75rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#na8HZbB4H2tK5lDphA5xC6N2ALVkvQRq { color:#000000;display:block;width:16.625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:35.125rem;left:51.3125rem;height:4.72411875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DAhtgALO34itWgIKqEEhUcirc30Epf7x { color:#000000;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:32.375rem;left:51.3125rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#O0ToV4KIAiblkPz8gd54zSk8f5AgLGZR { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:20.625rem;top:46.25rem;left:7.625rem;overflow:hidden;display:block; }
#ZJbAVxXqiTiWGhdwBUJE5qcn8bgVqQlc { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1875rem;width:19.0625rem;top:17.375rem;left:26.3125rem;overflow:hidden;display:block; }
#qvBWtOKf310XvBpAsF8ZzTTuTJZ9boaT { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:19.6875rem;top:29.75rem;left:49.8125rem;overflow:hidden;display:block; }
#GwlThHA7rXCy8qwd9wbIPXs78rPlPO3C { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#gLrmbGL34z4F6X5GMRI26QJPPix1fOTq { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#PLCxcX3tNlF4Q1h6OhGlJRnDHvS2DcKb { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#ofyHH6WekAnfBJQ094aCfcOozbR4L0HP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ofyHH6WekAnfBJQ094aCfcOozbR4L0HP > .row .container { background-color: transparent; background-image: none; }#ofyHH6WekAnfBJQ094aCfcOozbR4L0HP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofyHH6WekAnfBJQ094aCfcOozbR4L0HP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofyHH6WekAnfBJQ094aCfcOozbR4L0HP > .row .container > .video-iframe-container { display: none; }#ofyHH6WekAnfBJQ094aCfcOozbR4L0HP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofyHH6WekAnfBJQ094aCfcOozbR4L0HP > .row > .video-iframe-container { display: none; }#ofyHH6WekAnfBJQ094aCfcOozbR4L0HP > .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); }#ofyHH6WekAnfBJQ094aCfcOozbR4L0HP > .row .container { border-width: 0; border-radius: 0; }#ofyHH6WekAnfBJQ094aCfcOozbR4L0HP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ofyHH6WekAnfBJQ094aCfcOozbR4L0HP > .row .container { font-size:0.875rem;font-family:arial;height:88.4375rem;width:75rem;position:relative;display:block; }#f6OicMZ6rOXrN1da3BmEFPsv58olWpQp { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34rem;width:75rem;top:3.25rem;left:0rem;overflow:hidden;display:block; }
#bUJWxSDE73ripzSmK81LMl4hw6bBq63f { color:#ffffff;display:block;width:36.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.1875rem;left:3.125rem;height:12.1875rem;text-align:left;text-align-last:left;display:block; }
#xCsPTqZCoB02mxVIRZzxTzmFpC31ITcW { color:#14b4cf;display:block;width:36.1875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:7.0625rem;left:3.125rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TKEDUodxPzrw1BiRk0apo22T4sdHuORo { color:#ffffff;display:block;width:31rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:25.96875rem;left:3.125rem;height:5.60595625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pVgzvr6dAoCJETEZGXNN8ENX1ToRTIei { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.125rem;width:28.4375rem;top:0rem;left:44.375rem;overflow:hidden;display:block; }
#CNwnMtzS57IspID2W5gQDqu41wI8uU5O { position:absolute;display:block;z-index:15007;height:21.75rem;width:75rem;top:40.25rem;left:0rem;display:block; }
#PtGWouXDua0DZ77WyTkzPMJoOEFcIHxG { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff961e, #1e7af5);background-image: -moz-linear-gradient(90deg, #ff961e, #1e7af5);background-image: -ms-linear-gradient(90deg, #ff961e, #1e7af5);background-image: -o-linear-gradient(90deg, #ff961e, #1e7af5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff961e', endColorstr='#1e7af5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff961e', endColorstr='#1e7af5' );";background-image: linear-gradient(90deg, #ff961e, #1e7af5);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:80.875rem;left:29.6875rem;display:block; }
#furF0xVJZ7XiflKFTx1eOHR7lERwUpcR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s55Oi8J3ianvZKRSa7m0QgdSaQU5sGR8 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50rem;width:40rem;display:none; }
#x9CIhBt7kZGK1MTnemMK2sEtQBMUk06f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x9CIhBt7kZGK1MTnemMK2sEtQBMUk06f > .row .container { background-color: transparent; background-image: none; }#x9CIhBt7kZGK1MTnemMK2sEtQBMUk06f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x9CIhBt7kZGK1MTnemMK2sEtQBMUk06f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x9CIhBt7kZGK1MTnemMK2sEtQBMUk06f > .row .container > .video-iframe-container { display: none; }#x9CIhBt7kZGK1MTnemMK2sEtQBMUk06f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x9CIhBt7kZGK1MTnemMK2sEtQBMUk06f > .row > .video-iframe-container { display: none; }#x9CIhBt7kZGK1MTnemMK2sEtQBMUk06f > .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); }#x9CIhBt7kZGK1MTnemMK2sEtQBMUk06f > .row .container { border-width: 0; border-radius: 0; }#x9CIhBt7kZGK1MTnemMK2sEtQBMUk06f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x9CIhBt7kZGK1MTnemMK2sEtQBMUk06f > .row .container { font-size:0.875rem;font-family:arial;height:88.4375rem;width:75rem;position:relative;display:block; }#qBSsZH8e4KfvTEqLhFIPiL6JDTDoX1kS { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34rem;width:75rem;top:3.1875rem;left:0rem;overflow:hidden;display:block; }
#miyvHkXtT684mKHbmE2qE24UnCl8AmRw { color:#847fff;display:block;width:36.1875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:7rem;left:3.125rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#C1fivotMR5HDJuXXXWqSCSKUSbqarWrV { color:#ffffff;display:block;width:23.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:3.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:12.125rem;left:3.125rem;height:12.1875rem;text-align:left;text-align-last:left;display:block; }
#zTD3tIxABVPMLXxQNT462wk1xsmP8mxl { color:#ffffff;display:block;width:32.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.4375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:25.9375rem;left:3.125rem;height:3.73730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iqTM6sVIyAoe4FoSX6XIv3RSVXeJ597a { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.125rem;width:27.75rem;top:1rem;left:44.5625rem;overflow:hidden;display:block; }
#cSnFn3cHcTUTy3HeJLs4OgBMmGEzkSOS { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff961e, #1e7af5);background-image: -moz-linear-gradient(90deg, #ff961e, #1e7af5);background-image: -ms-linear-gradient(90deg, #ff961e, #1e7af5);background-image: -o-linear-gradient(90deg, #ff961e, #1e7af5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff961e', endColorstr='#1e7af5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff961e', endColorstr='#1e7af5' );";background-image: linear-gradient(90deg, #ff961e, #1e7af5);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:80.75rem;left:29.6875rem;display:block; }
#hrWrKrT7M0bE6FFQQNO2KeZbGXFiorbS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MkuWiEvtALON7QLSr4Hf0GzWC1lXG9Ly { position:absolute;display:block;z-index:15009;height:21.75rem;width:75rem;top:40.125rem;left:0rem;display:block; }
#fnaMpEqXP5U5VIZFomAIh4qnB62X7QwF { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.25rem;width:40rem;display:none; }
#w3D69Ct2BJZgrSnugbNdtpwDJvPys8mm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#w3D69Ct2BJZgrSnugbNdtpwDJvPys8mm > .row .container { background-color: transparent; background-image: none; }#w3D69Ct2BJZgrSnugbNdtpwDJvPys8mm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3D69Ct2BJZgrSnugbNdtpwDJvPys8mm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3D69Ct2BJZgrSnugbNdtpwDJvPys8mm > .row .container > .video-iframe-container { display: none; }#w3D69Ct2BJZgrSnugbNdtpwDJvPys8mm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3D69Ct2BJZgrSnugbNdtpwDJvPys8mm > .row > .video-iframe-container { display: none; }#w3D69Ct2BJZgrSnugbNdtpwDJvPys8mm > .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); }#w3D69Ct2BJZgrSnugbNdtpwDJvPys8mm > .row .container { border-width: 0; border-radius: 0; }#w3D69Ct2BJZgrSnugbNdtpwDJvPys8mm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w3D69Ct2BJZgrSnugbNdtpwDJvPys8mm > .row .container { font-size:0.875rem;font-family:arial;height:89.375rem;width:75rem;position:relative;display:block; }#ERNfzFP87DTIT3eVGTCUcWaIk3H6idTz { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34rem;width:75rem;top:3.1875rem;left:0rem;overflow:hidden;display:block; }
#ss7typrtKGcicROBlxcS5fRctDJuRk9P { color:#ffffff;display:block;width:32.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.4375rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:25.9375rem;left:3.125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#smIZ7tTHEziwuDUTlFPvAVuyUsyHIWBw { color:#ffffff;display:block;width:26.625rem;position:absolute;font-family:"ibm plex sans thai";font-size:3.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:12.125rem;left:3.125rem;height:8.125rem;text-align:left;text-align-last:left;display:block; }
#srQaebsXROGteaHJ5MVcITnzbkduqJEv { color:#ff7ab8;display:block;width:36.1875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:7rem;left:3.125rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ud5cqAZTBCO7Z6wvX6FTNA1KhnGPloGV { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36rem;width:27.6875rem;top:1.25rem;left:44.6875rem;overflow:hidden;display:block; }
#dUfKh4WtPBXyFhB7cnx6LTBds8QkdAxD { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff961e, #1e7af5);background-image: -moz-linear-gradient(90deg, #ff961e, #1e7af5);background-image: -ms-linear-gradient(90deg, #ff961e, #1e7af5);background-image: -o-linear-gradient(90deg, #ff961e, #1e7af5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff961e', endColorstr='#1e7af5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff961e', endColorstr='#1e7af5' );";background-image: linear-gradient(90deg, #ff961e, #1e7af5);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:79.5rem;left:29.6875rem;display:block; }
#tE2hA9mplQ9huTUpoIH8lD921Q2x5eNB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EqM8xARFpsaNRJDVXQv2lTwhTwkziCmS { position:absolute;display:block;z-index:15011;height:21.75rem;width:75rem;top:40.125rem;left:0rem;display:block; }
#IthZOS1uUI41mFTHTwTPCycxamaQrwKd { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:40rem;display:none; }
#eVqrTpzZfWPctHSF6Nxz18mipy9mrDJe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eVqrTpzZfWPctHSF6Nxz18mipy9mrDJe > .row .container { background-color: transparent; background-image: none; }#eVqrTpzZfWPctHSF6Nxz18mipy9mrDJe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVqrTpzZfWPctHSF6Nxz18mipy9mrDJe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVqrTpzZfWPctHSF6Nxz18mipy9mrDJe > .row .container > .video-iframe-container { display: none; }#eVqrTpzZfWPctHSF6Nxz18mipy9mrDJe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVqrTpzZfWPctHSF6Nxz18mipy9mrDJe > .row > .video-iframe-container { display: none; }#eVqrTpzZfWPctHSF6Nxz18mipy9mrDJe > .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); }#eVqrTpzZfWPctHSF6Nxz18mipy9mrDJe > .row .container { border-width: 0; border-radius: 0; }#eVqrTpzZfWPctHSF6Nxz18mipy9mrDJe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eVqrTpzZfWPctHSF6Nxz18mipy9mrDJe > .row .container { font-size:0.875rem;font-family:arial;height:81.1875rem;width:75rem;position:relative;display:block; }#d6ChFc5HVZ0KltdQrEXiF7y9D3WPpIVm { color:#ffffff;display:block;width:58.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:6.5rem;left:8.46875rem;height:4.375rem;text-align:center;text-align-last:center;display:block; }
#ETkdq788EK7HJNlBgSoT3iGtBdoUGaOd { color:#ffffff;display:block;width:21rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:31rem;left:4.0625rem;height:4.2246125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cXlFM5goyVagZaEXNu7CpWTysTLqB766 { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:36.5rem;left:4.0625rem;height:1.57470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gmIZ4h05BEU9KPtTi49hNV2AVmBOeE7b { color:#ff961e;display:block;width:33.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:40.5625rem;left:4.4375rem;height:1.2246125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aVAILea2MWlVUffMxztiwRDRdGxAOs3i { color:#ffffff;display:block;width:21rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:31rem;left:41.5625rem;height:4.2246125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#k8xQFEIabPhfRi8A72ben91HFf9Htr4q { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:36.5rem;left:41.5625rem;height:1.57470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lh9wgTNIGgWDvARgaxqP3fKfoVevGInK { color:#ff961e;display:block;width:33.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:40.5625rem;left:41.5625rem;height:1.2246125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JTCNyUk5xDSpbW1Un87Lq6AP0bs3gi3D { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.0625rem;width:33.125rem;top:13.75rem;left:2.1875rem;overflow:hidden;display:block; }
#uKMVaHgNtqRQ2Uc5KnTvmHfoT61xKXp6 { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.0625rem;width:33.125rem;top:13.75rem;left:39.6875rem;overflow:hidden;display:block; }
#VP1f2GSvVl0pHU3lx4SCQAu1IwRnbh0Q { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.4;letter-spacing:0;top:69.5625rem;left:41.6875rem;height:1.57470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fsvFQGTtbL8CMOL2De0bENJNz659T3We { color:#ff961e;display:block;width:33.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15024;line-height:1.4;letter-spacing:0;top:73.625rem;left:41.6875rem;height:1.2246125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KL7z0fpEUyPTHTppk5NsDUiXBKuclxe2 { color:#ffffff;display:block;width:21rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:64.0625rem;left:4.1875rem;height:4.2246125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZXOKP0la1VuhIBQeCf3KTPBzW0mhWHth { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.4;letter-spacing:0;top:69.5625rem;left:4.1875rem;height:3.1494125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wTdSquDBhxNZqQ44CIpVMAhkBFr5HDy1 { color:#ff961e;display:block;width:33.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15021;line-height:1.4;letter-spacing:0;top:73.625rem;left:4.1875rem;height:1.2246125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CV1Vz6MtqF3aFxHpiCb2m9NPQSWCzlmU { color:#ffffff;display:block;width:21rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:64.0625rem;left:41.6875rem;height:4.2246125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#okJKC4kDNFFPCFT38got40Ka18So0gzV { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16rem;width:32.9375rem;top:46.8125rem;left:2.3125rem;overflow:hidden;display:block; }
#nOWkJIJH0rfgm0fmu8VuhQZq3GPp02FD { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16rem;width:32.9375rem;top:46.8125rem;left:39.8125rem;overflow:hidden;display:block; }
#fOGnR0toOg6VFCsEytTRh5dGLAyXpIlc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ff961e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:12.75rem;height:2.125rem;text-decoration:none;z-index:15027;text-align:left;text-align-last:left;top:40.1123046875rem;left:4.0625rem;display:block; }
#VDLTOaA9mBxc9ma5ZSZKJz4FbJ6UhRAd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tox8FOUQT1dTkco0k7oXreexP8pTSGIl { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ff961e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:12.75rem;height:2.125rem;text-decoration:none;z-index:15027;text-align:left;text-align-last:left;top:73.1748046875rem;left:41.5625rem;display:none; }
#ik00Q6sI62JWEuxBXM1NVKvresSuvZzF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eJSbSewZKwLuN3ulZfgu3tfALvc1kEBP { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ff961e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:12.75rem;height:2.125rem;text-decoration:none;z-index:15027;text-align:left;text-align-last:left;top:73.1748046875rem;left:41.5625rem;display:none; }
#g2lLr8UOtBXPSX7DC8UttvqxaB817twn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NssxGP5CmXDkI7n2kV4T1owccZ8Fe3OJ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ff961e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:12.75rem;height:2.125rem;text-decoration:none;z-index:15028;text-align:left;text-align-last:left;top:40.1123046875rem;left:41.5625rem;display:block; }
#TLdMgyFdoCUvVIS32xNg36Sf99TefQSy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iN0f4zRTNUUwZlCzCpxVE9wTL5MsFCHp { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ff961e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:12.75rem;height:2.125rem;text-decoration:none;z-index:15029;text-align:left;text-align-last:left;top:73.1748046875rem;left:4.0625rem;display:block; }
#yTsShp4Gr0spZu0E7thE2NfmA7isKlL1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m2xyqe91qIHWpTWQ5UGm3QQwfkUu0zBo { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ff961e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:12.75rem;height:2.125rem;text-decoration:none;z-index:15030;text-align:left;text-align-last:left;top:73.1748046875rem;left:41.5625rem;display:block; }
#sOJU2f3a3ef7kgIgiF3gwTZL3OCsyrPn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PtgGKIRLIpnotft7WdDfEGv8qCotZ0Og { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #5d627c);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #5d627c);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #5d627c);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #5d627c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#5d627c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#5d627c' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #5d627c);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PtgGKIRLIpnotft7WdDfEGv8qCotZ0Og > .row .container { background-color: transparent; background-image: none; }#PtgGKIRLIpnotft7WdDfEGv8qCotZ0Og::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtgGKIRLIpnotft7WdDfEGv8qCotZ0Og > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtgGKIRLIpnotft7WdDfEGv8qCotZ0Og > .row .container > .video-iframe-container { display: none; }#PtgGKIRLIpnotft7WdDfEGv8qCotZ0Og > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtgGKIRLIpnotft7WdDfEGv8qCotZ0Og > .row > .video-iframe-container { display: none; }#PtgGKIRLIpnotft7WdDfEGv8qCotZ0Og > .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); }#PtgGKIRLIpnotft7WdDfEGv8qCotZ0Og > .row .container { border-width: 0; border-radius: 0; }#PtgGKIRLIpnotft7WdDfEGv8qCotZ0Og > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PtgGKIRLIpnotft7WdDfEGv8qCotZ0Og > .row .container { font-size:0.875rem;font-family:arial;height:108.5625rem;width:75rem;position:relative;display:block; }#B42m5aothe7U1wmxgDGXrPUqAMKJxoZf { color:#ffffff;display:block;width:33.9375rem;position:absolute;font-family:"ibm plex sans thai";font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:4rem;left:0rem;height:8.75rem;text-align:left;text-align-last:left;display:block; }
#FAU6U9dHyTu9ATfFOc6CKkcLOJFmBTIO { color:#ffffff;display:block;width:29.8125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.625rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:15.25rem;left:0rem;height:4.54980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#F5MC22gupIoDb2x4xKarIATskBEbF7y8 { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:23.625rem;left:0rem;overflow:hidden;display:block; }
#AXo5whz9nTynFglPDapg4KwF3WISK8eR { color:#ffffff;display:block;width:11rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:24.4375rem;left:6.875rem;height:4rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bcfrkRDMSSpNTN0t22W9fAT4mv8Uqyo3 { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:29.875rem;left:0rem;overflow:hidden;display:block; }
#JtnAn8HWzu2pVnkJcosWKyoopEQ02Ive { color:#ffffff;display:block;width:11rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:30.6875rem;left:6.875rem;height:4rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zn2JEviyBFnEbSTn7mVmEcquU6FxSlMB { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:36.125rem;left:0rem;overflow:hidden;display:block; }
#qegFa9yqadi5i7L8GJB2IrJQr378AVgt { color:#ffffff;display:block;width:11rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:36.9375rem;left:6.875rem;height:4rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BFzSosBpObZeu3IDT79rP7v9lmuX4lTP { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.125rem;width:53.4375rem;top:42.375rem;left:0rem;overflow:hidden;display:block; }
#fGlMNrBBvPoe9gRJkbQNEHcFprA8iC1c { position:absolute;display:block;z-index:15010;height:17.4375rem;width:31.25rem;top:10.375rem;left:40.625rem;display:block; }
#X9rNz206D73c7mv1zFHscpn6v5HxwvoM { box-sizing:content-box;height:96.9375rem;width:37.5rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.875rem;left:37.5rem;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; }
#l29OmvTSl1TVHTW8t3AHkttHK92QJ1om { color:#ffffff;display:block;width:37.5625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:5.3125rem;left:37.4375rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#coo26SP16Q0X3oHhs49FJxVISMnFSK8U { position:relative;display:block; } #N3f6b013b582bf9278629ea7b3f22e85.widget-smartsection *:focus-visible, #N3f6b013b582bf9278629ea7b3f22e85.widget-smartsection input[type="text"]:focus-visible, #N3f6b013b582bf9278629ea7b3f22e85.widget-smartsection input[type="email"]:focus-visible, #N3f6b013b582bf9278629ea7b3f22e85.widget-smartsection input[type="tel"]:focus-visible, #N3f6b013b582bf9278629ea7b3f22e85.widget-smartsection textarea:focus-visible { outline: none; } #coo26SP16Q0X3oHhs49FJxVISMnFSK8U > .row .container { position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/34de7fad-8329-4251-b660-c87652e29e14/Frame27.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;overflow:visible;position:relative;display:none; }#oNH8X1swMEHFA6UEfocRWD8TJqPTCZL4 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.37475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15000;line-height:1.4;letter-spacing:0;top:2.5rem;left:0rem;height:2.44995rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dwAFUMIOzcUDNRxPvb6xL7HMPsnOEIBA { color:rgba(var(--color-tertiary-0),1);display:block;width:16.18725rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.125rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:23.625rem;left:2.125rem;height:3.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#upRFeyROupZTMovAF8HXDvuBqDC5QCZz { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0031b1, #ff4343);background-image: -moz-linear-gradient(90deg, #0031b1, #ff4343);background-image: -ms-linear-gradient(90deg, #0031b1, #ff4343);background-image: -o-linear-gradient(90deg, #0031b1, #ff4343);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0031b1', endColorstr='#ff4343' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0031b1', endColorstr='#ff4343' );";background-image: linear-gradient(90deg, #0031b1, #ff4343);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.12475rem;height:3.43725625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:28.68603515625rem;left:5.622802734375rem;display:block; }
#Bby6gOBm3Ma6N7bRKtxHi6qyvBBnXOwc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZLTkWwNTAt47Dz7X0Tn4RH8f6igDtnoC { color:rgba(var(--color-tertiary-0),1);display:block;width:33.43725rem;position:absolute;font-family:"ibm plex sans thai";font-size:4.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:12.8125rem;left:0rem;height:10.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S97DE1nPKllQmp6ZQsvoQTuqKC47ZhC0 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:16.93725rem;top:4.948974609375rem;left:8.247802734375rem;overflow:hidden;display:block; }
#q89E1I9SvmJn6AHEZ5yo6FIalwVw56uN { color:#92c7ff;display:block;width:13.5625rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:23.625rem;left:18.5rem;height:3.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Wk3vopvcvUI6ggimKpzSny9aZXBSahht { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.18725rem;width:55.125rem;top:0.154541015625rem;left:19.875rem;overflow:hidden;display:block; }
#T7pEH7DsC6Tw6C9cVzweQ0PHdyv6waD4 { background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/34de7fad-8329-4251-b660-c87652e29e14/Frame27.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#T7pEH7DsC6Tw6C9cVzweQ0PHdyv6waD4.adaptive-delivery-prevent-bg, #T7pEH7DsC6Tw6C9cVzweQ0PHdyv6waD4.lazyload, #T7pEH7DsC6Tw6C9cVzweQ0PHdyv6waD4.lazyloading { background-image: none; }#T7pEH7DsC6Tw6C9cVzweQ0PHdyv6waD4 > .row .container { border-width: 0; border-radius: 0; }#T7pEH7DsC6Tw6C9cVzweQ0PHdyv6waD4 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#T7pEH7DsC6Tw6C9cVzweQ0PHdyv6waD4 > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;overflow:visible;position:relative;display:none; }#oqW9VgUezUMo92KyzCOT4ha0WPs6WTSX { color:rgba(var(--color-tertiary-0),1);display:block;width:42.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:4.6875rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:4.125rem;left:0rem;height:13.125rem;font-style:normal;display:block; }
#oidA0IMWTSwHOvq6kzDyWlKHaS7kVZLd { color:rgba(var(--color-tertiary-0),1);display:block;width:28.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:19.0625rem;left:0rem;height:4.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#O6MlzwTlsGxuUoFIG19lnwHLug5wxixM { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:28.3125rem;left:0rem;display:block; }
#SgfnDfys3ZNf1SenQuo75LEqE4Et85mz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R5Ubzdpg1UnRb6xqU0mg04Ztb4E0G3bG { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.625rem;width:32.875rem;top:3.9375rem;left:42rem;overflow:hidden;display:block; }
#dfF1gX6vMradEVy6x4FMQyBVmiT92r8g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#dfF1gX6vMradEVy6x4FMQyBVmiT92r8g > .row .container { border-width: 0; border-radius: 0; }#dfF1gX6vMradEVy6x4FMQyBVmiT92r8g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dfF1gX6vMradEVy6x4FMQyBVmiT92r8g > .row .container { font-size:0.875rem;font-family:arial;height:46.125rem;width:75rem;position:relative;display:none; }#sVEiGE0meOfpnUJ4Jm2e8rcsSxPhT1Na { color:#1d1d1f;display:block;width:64.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15000;line-height:1.5;letter-spacing:0;top:4.75rem;left:5.375rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aods7NekXyB1EWvLnJoOERWhFbHmgrMJ { background-color:rgba(var(--color-secondary-1),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-1),1);border-left:0.125rem solid rgba(var(--color-secondary-1),1);border-right:0.125rem solid rgba(var(--color-secondary-1),1);border-bottom:0.125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#1d1d1f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:38.812255859375rem;left:27.1875rem;display:block; }
#hJM5x2LgJ0sGCwL4S5hB46JzpW6l30r6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y13AlXrLLg6D3QGvstzrO9BUSiKzpG37 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.1875rem;width:68.75rem;top:10.625rem;left:3.125rem;overflow:hidden;display:block; }
#hFJimr8gqPL1HvrJM6NVw8FSbT4AKPtE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#hFJimr8gqPL1HvrJM6NVw8FSbT4AKPtE > .row .container { border-width: 0; border-radius: 0; }#hFJimr8gqPL1HvrJM6NVw8FSbT4AKPtE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hFJimr8gqPL1HvrJM6NVw8FSbT4AKPtE > .row .container { font-size:0.875rem;font-family:arial;height:45.0625rem;width:75rem;position:relative;display:none; }#IJ1Z2ShJTCWvNkM54DRyLOudkfIADHcQ { color:rgba(var(--color-tertiary-0),1);display:block;width:64.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:5.5rem;left:5.375rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ui2oeSGXCacwve1COSRV21TOoNHsKhLF { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:16.8125rem;width:22.5rem;top:12.5rem;left:1.25rem;overflow:hidden;display:block; }
#xewKqFVT8J5cPPf2EeaIZx0anB7WnmK2 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:16.8125rem;width:22.5rem;top:12.5rem;left:26.25rem;overflow:hidden;display:block; }
#fZfbiewUhP2Bro8TrhlKsHa3OiiUWch6 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:16.8125rem;width:22.5rem;top:12.5rem;left:51.25rem;overflow:hidden;display:block; }
#wHSvHRhDmchLtJs3bb3yQqBb2S8t63P6 { color:#0bccdf;display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15026;line-height:1.4;letter-spacing:0;top:32.5rem;left:26.3125rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fcOWqAsMhImNcIzCkp41buUuQHevX4AL { color:#0bccdf;display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:32.5rem;left:1.3125rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pQx7ZJ4UHHiXhhNxprt57NwzTTu9eDC6 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:30.5625rem;left:0.3125rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lrWK5T088lW3IXSHWCfeTNh86RAxUTfl { color:rgba(var(--color-tertiary-0),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:30.5625rem;left:25.3125rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AntWz7FCodvX47FAU5oQxUwDidbXrVrB { color:#0bccdf;display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:32.5625rem;left:51.3125rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rp8AnrNSd64rKKzDogBzV5zZfIvNxtBZ { color:rgba(var(--color-tertiary-0),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:30.625rem;left:50.3125rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tB3znOD0BxU5Dp7NvG5qM2EpmhZd7duq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.625rem;width:30rem;display:none; }
#RbDuubaTKBGmVLUz0waMvyTPTWzWr2O9 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.625rem;width:30rem;display:none; }
#eR9qTFClbfCAysQspwdhwTrCGnLGu5RF { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.625rem;width:30rem;display:none; }
#HyRTdKIhOHJNVMUKBdLrsVoZ7WWXbgOF { color:rgba(var(--color-tertiary-0),1);display:block;width:15.43725rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.0625rem;font-weight:400;z-index:15048;line-height:1.5;letter-spacing:0;top:38.014892578125rem;left:5.37451171875rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#C68ki4XlTyHZCfKUKdDNWqlqvhE2tnbI { color:rgba(var(--color-tertiary-0),1);display:block;width:15.06225rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.0625rem;font-weight:400;z-index:15049;line-height:1.5;letter-spacing:0;top:38.014892578125rem;left:29.967041015625rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EicwAdVoKMVBWQz2twHV7OWmp3oBtPG7 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.0615rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.0625rem;font-weight:400;z-index:15050;line-height:1.5;letter-spacing:0;top:38.014892578125rem;left:54.96826171875rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OXu6kH1ZtgruWFAZwD6tsNWOeP7rOU5n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#OXu6kH1ZtgruWFAZwD6tsNWOeP7rOU5n > .row .container { border-width: 0; border-radius: 0; }#OXu6kH1ZtgruWFAZwD6tsNWOeP7rOU5n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OXu6kH1ZtgruWFAZwD6tsNWOeP7rOU5n > .row .container { font-size:0.875rem;font-family:arial;height:36.8125rem;width:75rem;position:relative;display:none; }#tPVmWcTZCtqHPn1dHoImkVXMmDRrvvkp { color:rgba(var(--color-tertiary-0),1);display:block;width:61.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:5.8125rem;left:6.5625rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MIy2c5f59DmOaFDS6iuidp2osQ0ADFgr { color:rgba(var(--color-tertiary-0),1);display:block;width:26.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:18.5625rem;left:36.3125rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DCPlVXPLEs06eiqg8I1ThfOFTdmoTTar { color:rgba(var(--color-tertiary-0),1);display:block;width:26.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:21.3125rem;left:36.3125rem;height:6.18359375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#DCPlVXPLEs06eiqg8I1ThfOFTdmoTTar li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DCPlVXPLEs06eiqg8I1ThfOFTdmoTTar li:before{  }
#T9ECG9y1pFkBXQTOoO9p1egmpxV74UwA { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.375rem;width:25.375rem;top:7.9375rem;left:13.3125rem;overflow:hidden;display:block; }
#Fo740zVeg6X57iuINqsb3zRrEyzTSAQB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Fo740zVeg6X57iuINqsb3zRrEyzTSAQB > .row .container { border-width: 0; border-radius: 0; }#Fo740zVeg6X57iuINqsb3zRrEyzTSAQB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fo740zVeg6X57iuINqsb3zRrEyzTSAQB > .row .container { font-size:0.875rem;font-family:arial;height:44.9375rem;width:75rem;position:relative;display:none; }#pnmorwpqQwitDgdXsTT5WqXzGRZQzKCJ { color:#1d1d1f;display:block;width:61.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:5.75rem;left:6.5625rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vhBIMKWH9MrT1cSnnGOiFIK5zQQcRe2p { color:#1d1d1f;display:block;width:61.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:11.5234375rem;left:6.5625rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oeWVdKRT4DUkDgcPsHUAFnGIkIvBp5OI { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:27.1875rem;width:23.125rem;top:16.625rem;left:0.9375rem;display:block; }
#nMIB4ou2gardfB8WMkTX9JfmmHdfN8GM { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:32.375rem;left:2.5rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NeUTPs0ROfF1lABQ0QTsf06OvT6WIoTD { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:36.375rem;left:2.5rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r1cMs3fsRIWxaHTXZQ6RIg9o9TUQErg3 { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #847fff, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, #847fff, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, #847fff, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, #847fff, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#847fff', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#847fff', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, #847fff, rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:27.1875rem;width:23.125rem;top:16.625rem;left:25.9375rem;display:block; }
#hL3NGFOLwD4ak3G6RxBMakBFXfaQrB2T { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15026;line-height:1.5;letter-spacing:0;top:36.375rem;left:27.5rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FPrNMPBTHR17UbqzOeOHUOJ2JffehTzy { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15025;line-height:1.4;letter-spacing:0;top:32.375rem;left:27.5rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FW2WG0nsfUf09FosclrVyhZ37b5NffZT { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f29cff, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, #f29cff, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, #f29cff, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, #f29cff, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f29cff', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f29cff', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, #f29cff, rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:27.1875rem;width:23.125rem;top:16.625rem;left:50.9375rem;display:block; }
#C6Vzzvra0lscUlJy3vhxm6zySQQCR7KJ { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15032;line-height:1.5;letter-spacing:0;top:36.375rem;left:53.125rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wWCF3lZL6GQ33HDswsAOncxbN8TfCf4J { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:32.375rem;left:52.5rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BmBBQPRDsSmIdQa7peX2oAZ3aJy2mgD3 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.1875rem;width:23.125rem;top:16.625rem;left:0.9375rem;overflow:hidden;display:block; }
#wASQ1Qu5xEhAfQdduDxegA5UHHNAg4Cu { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:17.875rem;left:20.0625rem;display:block; }
#AWywHEkM29VIy53v4b0D9ZBFk1k8nbwf { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:18.3125rem;left:20.5625rem; }
#AWywHEkM29VIy53v4b0D9ZBFk1k8nbwf > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#O90INGQJo7DwK4TLtcO1Pndiss295F81 { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:17.875rem;left:45.0625rem;display:block; }
#oKFJtTZrFfCbqJvLJebFB6a3vH6aq4Td { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:18.3125rem;left:45.5625rem; }
#oKFJtTZrFfCbqJvLJebFB6a3vH6aq4Td > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#RUhBLuzryigvo5BOdXEUgd6CL6Zgfnm8 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.1875rem;width:23.125rem;top:16.625rem;left:25.9375rem;overflow:hidden;display:block; }
#l99MkGOyTauyOs0fxpdyEbJk7bMPI5Oq { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:18.3125rem;left:70.5625rem; }
#l99MkGOyTauyOs0fxpdyEbJk7bMPI5Oq > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#vI9Z153DxCKt0cSy4O2colwFzoLU7OG7 { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:17.875rem;left:70.0625rem;display:block; }
#V8kAvcm8RtT1uOq2nPyF20GEoGmqCRoT { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.1875rem;width:23.125rem;top:16.625rem;left:50.9375rem;overflow:hidden;display:block; }
#b40IcIMVdSDFTIG4rFocNbt2voTTTGG4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:20rem;display:none; }
#wiZlBh32JhztCAHNVsJS4OS1ovq0s2gR { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:20rem;display:none; }
#Rt4iUhyUrJzJKrSP423aXyF80vZCu6s1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:20rem;display:none; }
#V0mvG1eiL8d1LRe7DbtFmOtn2pR2diuS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#V0mvG1eiL8d1LRe7DbtFmOtn2pR2diuS > .row .container { border-width: 0; border-radius: 0; }#V0mvG1eiL8d1LRe7DbtFmOtn2pR2diuS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V0mvG1eiL8d1LRe7DbtFmOtn2pR2diuS > .row .container { font-size:0.875rem;font-family:arial;height:76.875rem;width:75rem;position:relative;display:none; }#RHrswFiVcs2B7Fy5RLGC1OQyMxRA37xN { color:#1d1d1f;display:block;width:61.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:5.75rem;left:6.4375rem;height:3.90014375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A9eEuTPLz6I2HZ119vfRGU6txSGzHS6J { color:#1d1d1f;display:block;width:46.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:11.625rem;left:14.28125rem;height:4.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uMzGMTrKiDg5X9INPuUJNgIU1BT5rixu { color:#1d1d1f;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:54.125rem;left:1.25rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QQRE8x8Gkuuc3RgzDCG0d1LsyN0cBT7d { color:#1d1d1f;display:block;width:16.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:58.9375rem;left:1.25rem;height:2.9985375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#udN1mT6l7d2B4acpgd5D2xK3KOBsDXAX { color:#1d1d1f;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:51rem;left:1.25rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#B7TZbSlI6t6CT5c4MlNsU2wxoIGLxoe4 { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2rem;width:6.25rem;top:48.375rem;left:1.25rem;display:block; }
#I2wP5ugTIo8xTEnvWNpyNhXXovzmMc9G { color:rgba(var(--color-tertiary-0),1);display:block;width:4.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:48.75rem;left:2rem;height:1.31286875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CDdTRtme8vzgKQ8IZdqggT4u5Jr7MKBD { color:#1d1d1f;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:54.1875rem;left:20rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OTLRdK0SORH9bNghlpLwQkfv9sVbgz5t { color:#1d1d1f;display:block;width:13.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:59rem;left:20rem;height:2.9985375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#p9Ta9QJo9LpTpcyx85H3D8BixtnSeXsL { color:#1d1d1f;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15028;line-height:1.5;letter-spacing:0;top:51rem;left:20rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bkNTWsme927rw0H0rVt5x6Tokr5Byyys { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #847fff, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, #847fff, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, #847fff, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, #847fff, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#847fff', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#847fff', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, #847fff, rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2rem;width:6.25rem;top:48.4375rem;left:20rem;display:block; }
#tfOb4mMUTbQOJTKw5MfNIQAqx0bTxdae { color:rgba(var(--color-tertiary-0),1);display:block;width:4.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:48.8125rem;left:20.75rem;height:1.31286875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kJ1N9RPgnhTPcZOS7lZvCl3v7ngyPt01 { color:#1d1d1f;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:54.1875rem;left:38.75rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mLSBKF5GaT2RweW5yayOrFsLNDd8Zg1O { color:#1d1d1f;display:block;width:16.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15032;line-height:1.5;letter-spacing:0;top:59rem;left:38.75rem;height:2.9985375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cvhTU2Tda3ZfeJVpZe90daU20X2FbgC0 { color:#1d1d1f;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15033;line-height:1.5;letter-spacing:0;top:51rem;left:38.75rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JAnXOVGzSITqx2U24hDFDEpCmtx5QfO9 { position:absolute;display:block;z-index:15034;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #f29cff, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, #f29cff, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, #f29cff, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, #f29cff, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f29cff', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f29cff', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, #f29cff, rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2rem;width:6.25rem;top:48.4375rem;left:38.75rem;display:block; }
#BLwmB1ophKsJbm0ngZO6svnB5xTDpRq5 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:48.8125rem;left:39.5rem;height:1.31286875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A9Xr2LwWBlIIWmQ942TyZ8Z9Mn1Q8PxJ { color:#1d1d1f;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:54.1875rem;left:57.5rem;height:1.950075rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LkORifyRaLWiishz9TNqLhPc9Gmv63lL { color:#1d1d1f;display:block;width:14.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15037;line-height:1.5;letter-spacing:0;top:59rem;left:57.5rem;height:2.9985375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NoUy8Z19oMAFGFvcDOCAqvIS0Fqd7CIt { color:#1d1d1f;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15038;line-height:1.5;letter-spacing:0;top:51rem;left:57.5rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sTAD0MF3kv2yKp9sMwM6QTrdqeZqTWLm { position:absolute;display:block;z-index:15039;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #faaa19, #824e00);background-image: -moz-linear-gradient(90deg, #faaa19, #824e00);background-image: -ms-linear-gradient(90deg, #faaa19, #824e00);background-image: -o-linear-gradient(90deg, #faaa19, #824e00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#faaa19', endColorstr='#824e00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#faaa19', endColorstr='#824e00' );";background-image: linear-gradient(90deg, #faaa19, #824e00);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2rem;width:6.25rem;top:48.4375rem;left:57.5rem;display:block; }
#nTC7nhbOdcDhieWbfAmiOcpeGdgnzyIT { color:rgba(var(--color-tertiary-0),1);display:block;width:4.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:48.8125rem;left:58.25rem;height:1.31286875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pELdlphQqwA7zhaaleSHM5ogK9tUHVIt { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:68.249351501462rem;left:27.0625rem;display:block; }
#OvAOqoESTs7ZSGPVcONTTGSBBmXNvvNS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FiUGZac3Sp7p3lk47amUbFvkl5Mdoyv1 { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.6875rem;width:71.875rem;top:19.4375rem;left:1.4375rem;overflow:hidden;display:block; }
#mbC3HBbSCtaSGvU7Wio9pDcI0wDRTViK { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#gStLsZLyZyc5ai18pVUVTP93Opu9GBWt { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#F7GUbbTACEUVb8xIiuTgQEd4mUwFCXGm { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#SMmCUIM5F94M60GrX0w0bfn2k2CdzpKB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/66b492ce-371b-495f-8a76-dda75fdb2f83/Frame29.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#SMmCUIM5F94M60GrX0w0bfn2k2CdzpKB.adaptive-delivery-prevent-bg, #SMmCUIM5F94M60GrX0w0bfn2k2CdzpKB.lazyload, #SMmCUIM5F94M60GrX0w0bfn2k2CdzpKB.lazyloading { background-image: none; }#SMmCUIM5F94M60GrX0w0bfn2k2CdzpKB > .row .container { border-width: 0; border-radius: 0; }#SMmCUIM5F94M60GrX0w0bfn2k2CdzpKB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SMmCUIM5F94M60GrX0w0bfn2k2CdzpKB > .row .container { font-size:0.875rem;font-family:arial;height:70.4375rem;width:75rem;position:relative;display:none; }#Ng8PlR3T7HkSUpEPq4QvJIC1mvn7EG0s { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3ad7ea9b-8a31-4ab4-bf21-511e5d76c429/Group481698.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:16.25rem;width:22.5rem;top:30.375rem;left:1.25rem;display:block; }#Ng8PlR3T7HkSUpEPq4QvJIC1mvn7EG0s.adaptive-delivery-prevent-bg, #Ng8PlR3T7HkSUpEPq4QvJIC1mvn7EG0s.lazyload, #Ng8PlR3T7HkSUpEPq4QvJIC1mvn7EG0s.lazyloading { background-image: none; }
#nde3FG1OElSe83oqXAqp7Uig1WCkoH2x { color:#1d1d1f;display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:47.875rem;left:1.25rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#X3CPElvxuqEgqNDeDzHxEsTHveoMIhKP { color:#1d1d1f;display:block;width:19.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:53rem;left:1.25rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#M97BT7URqrt8DbSWde5zPWQMDvfTU9qW { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/16d87124-001a-4b05-b792-2e221a44a789/Maskgroup.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:16.25rem;width:22.5rem;top:30.375rem;left:26.25rem;display:block; }#M97BT7URqrt8DbSWde5zPWQMDvfTU9qW.adaptive-delivery-prevent-bg, #M97BT7URqrt8DbSWde5zPWQMDvfTU9qW.lazyload, #M97BT7URqrt8DbSWde5zPWQMDvfTU9qW.lazyloading { background-image: none; }
#iFHa4ETATKVxUI5LiTA8usbWsbTrBz3g { color:#1d1d1f;display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:47.875rem;left:26.25rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Dz4hiK3DZGref6LmyqmhHWE3W8nvcrdr { color:#1d1d1f;display:block;width:21.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:53rem;left:26.25rem;height:5.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VUwemJBp4TuTNBARDgCM6BRbG8LL670T { color:#1d1d1f;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:47.875rem;left:51.25rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#U5RrIzLDl7XxwA8P638vSsBzvyCvZAgL { color:#1d1d1f;display:block;width:21.8125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15030;line-height:1.5;letter-spacing:0;top:53rem;left:51.25rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BSwThuaHWV7W818sw8DFeTcHaTJqHo1C { color:#14b4cf;display:block;width:41.375rem;position:absolute;font-family:"ibm plex sans thai";font-size:4.6875rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:10.8125rem;left:0rem;height:7.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tTZaIo90GoaJCReoM50GdVcCTu4gH8Vq { color:#14b4cf;display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:5.375rem;left:0rem;height:4.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KsMzbwfx9VDXhiqcIwUTBD9IUOFzPTp5 { color:#1d1d1f;display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:32rem;left:3.25rem;height:1.31286875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g7pM0ClwsLKE1DpD5MA3JzHca1LfFQ5h { position:absolute;display:block;z-index:15026;background-color:#fafafa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2rem;width:7.8125rem;top:31.625rem;left:2.5rem;display:block; }
#bS2OyBfDFIaQ3KZeLIwT0OBlMKKWp1fl { color:#1d1d1f;display:block;width:6.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15033;line-height:1.5;letter-spacing:0;top:32rem;left:28.25rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#brllZ2ox5VVllvT8NKdsG9Bt2EdV2Has { position:absolute;display:block;z-index:15028;background-color:#fafafa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2rem;width:8.25rem;top:31.625rem;left:27.5rem;display:block; }
#vbUq2CSZ5DaKwlKmnGkmn0offtDIkfTl { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:62.5rem;left:27.1875rem;display:block; }
#OAoRIOkpROmtUfQ7OT3ke7DMc23s5crO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CUneSH6uckQthsnm6IBKfQcCVcUkICGV { color:#1d1d1f;display:block;width:42.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:18.78076171875rem;left:0rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#M5axXA8SFQnlhCNSNIeyJhqSEItTO6z3 { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.75rem;width:20.75rem;top:3.953125rem;left:51.25rem;overflow:hidden;display:block; }
#zFhQ0XCSwWNGuqxGkqPCwafm9hZuel9t { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:20rem;display:none; }
#frkvAEEr41SAsDx6rEsPMlhbqW3pCTsn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:20rem;display:none; }
#Su9pUfT7Nf9MnKh9p4cq27AXySzvJeyQ { color:#14b4cf;display:block;width:47.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:25.373046875rem;left:0rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HnXPn1N1eSmFZTzbQ00o1ChOhnr24UkS { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:16.25rem;width:22.5rem;top:30.375rem;left:51.25rem;overflow:hidden;display:block; }
#VDVNOudelTks85wBAIXUhODyRNOmT3CP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.625rem;width:30rem;display:none; }
#zomGGf4tc3Uzmya8QczbVTW1k0TLf2A0 { position:absolute;display:block;z-index:15038;background-color:#fafafa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.9995125rem;width:8.25rem;top:31.656005859375rem;left:51.936767578125rem;display:block; }
#ss6B6CEpbapMw6lBF232muqMJU2fGHlW { color:#1d1d1f;display:block;width:6.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:31.99951171875rem;left:52.593017578125rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jxi8UmdsACaeTdhRKl0MaB1Z5vCBqAku { position:absolute;display:block;z-index:15028;background-color:#fafafa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2rem;width:8.25rem;top:31.625rem;left:27.5rem;display:none; }
#ZRsMIpphuUXveFfrX0Io4e9ErPcEdgdJ { color:#1d1d1f;display:block;width:6.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15033;line-height:1.5;letter-spacing:0;top:32rem;left:28.25rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#hgXaoiT4gtiAMPLiyZV5PPTNNBuKZe4n { color:#847fff;display:block;width:22.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.0625rem;font-weight:400;z-index:15033;line-height:1.5;letter-spacing:0;top:58.6875rem;left:1.25rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UwDwR4mlanVf6G08Tq6RmKiox7NQV9Jf { color:#847fff;display:block;width:22.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.0625rem;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:58.6875rem;left:26.25rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pMZvt2OUHGAD80LmvG1AT9uwz4VFdJKQ { color:#847fff;display:block;width:22.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.0625rem;font-weight:400;z-index:15035;line-height:1.5;letter-spacing:0;top:58.6875rem;left:51.25rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SKTxbhFUDlHrxrD79wpMHiQB19rHHOiN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/aa76a07f-9fce-459c-be57-5a27dfc2f086/Frame30.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#SKTxbhFUDlHrxrD79wpMHiQB19rHHOiN.adaptive-delivery-prevent-bg, #SKTxbhFUDlHrxrD79wpMHiQB19rHHOiN.lazyload, #SKTxbhFUDlHrxrD79wpMHiQB19rHHOiN.lazyloading { background-image: none; }#SKTxbhFUDlHrxrD79wpMHiQB19rHHOiN > .row .container { border-width: 0; border-radius: 0; }#SKTxbhFUDlHrxrD79wpMHiQB19rHHOiN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SKTxbhFUDlHrxrD79wpMHiQB19rHHOiN > .row .container { font-size:0.875rem;font-family:arial;height:83.1875rem;width:75rem;position:relative;display:none; }#iZLFp3TgzPspBzhed8MfOFy8pWFTvVdr { color:#847fff;display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:5.4375rem;left:0rem;height:4.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uTkmfQTLnMSnXHLFR7OyEBGuhnetOErx { color:#847fff;display:block;width:41.375rem;position:absolute;font-family:"ibm plex sans thai";font-size:4.6875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:11.3125rem;left:0rem;height:12.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Sv0fZI4K747oN7ZdG5JI3eG6Wcdc6xFk { color:#1d1d1f;display:block;width:46.375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:25rem;left:0rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MTWunfWKle3fM7UpL90vLRhTWWaqkiz4 { color:#1d1d1f;display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:37.75rem;left:5.25rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Tw6egeRvi5BJ16z9gEc8nsJOnJGgCR87 { color:#1d1d1f;display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15033;line-height:1.5;letter-spacing:0;top:41.4375rem;left:6.25rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Krqo0HNS8hgTdMQ6r4Z82Ou1TZBtMUvB { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d1d1f;border-left:0.0625rem solid #1d1d1f;border-right:0.0625rem solid #1d1d1f;border-bottom:0.0625rem solid #1d1d1f;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.1875rem;width:8.75rem;top:40.9375rem;left:5.25rem;display:block; }
#N5nN9JotQs6UBq6PViWhCG0OS2qwbAyN { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d1d1f;border-left:0.0625rem solid #1d1d1f;border-right:0.0625rem solid #1d1d1f;border-bottom:0.0625rem solid #1d1d1f;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.1875rem;width:10.9375rem;top:41rem;left:14.75rem;display:block; }
#ovmRka9SZ4KyHmAxTogLclk3k2EdIXgQ { color:#1d1d1f;display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15035;line-height:1.5;letter-spacing:0;top:41.4375rem;left:15.75rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iATIw3UqFdTM1X67Jk3SnkRMEwNSrPF6 { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:36.75rem;left:0rem;overflow:hidden;display:block; }
#viA1WWSHW6STiB5Vfe7bcTw6a7CxEdv7 { color:#1d1d1f;display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:68.75rem;left:6.25rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WF6VVBWMmRKsefgiAWglgUXFxoOGQu0x { position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d1d1f;border-left:0.0625rem solid #1d1d1f;border-right:0.0625rem solid #1d1d1f;border-bottom:0.0625rem solid #1d1d1f;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.1875rem;width:8.3125rem;top:68.25rem;left:5.25rem;display:block; }
#hd5hOTTHFBQcQtT51lbpNiKv3J7IDIsb { position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d1d1f;border-left:0.0625rem solid #1d1d1f;border-right:0.0625rem solid #1d1d1f;border-bottom:0.0625rem solid #1d1d1f;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.1875rem;width:12.3125rem;top:68.3125rem;left:14.0625rem;display:block; }
#La15yah9IaBOeAVTn7Fc0rJmSWMlooQH { color:#1d1d1f;display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15041;line-height:1.5;letter-spacing:0;top:68.8125rem;left:15.0625rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kvzDtezT3rzAInTpTglTTf6D3MR7SCVc { color:#1d1d1f;display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:65.0625rem;left:5.25rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TdVVOm1OgAM9GCT7AaRg9qTZSWDJMcSD { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:64.0625rem;left:0rem;overflow:hidden;display:block; }
#X9v91JMu0QULAX0PyG3CbKLTN3ssFkLC { position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d1d1f;border-left:0.0625rem solid #1d1d1f;border-right:0.0625rem solid #1d1d1f;border-bottom:0.0625rem solid #1d1d1f;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.1875rem;width:6.5625rem;top:68.3125rem;left:26.9375rem;display:block; }
#ViwTBXrGWdi0I796KZ1EIA11TWVy0C0w { color:#1d1d1f;display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15043;line-height:1.5;letter-spacing:0;top:68.8125rem;left:27.9375rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mcrGvi9H7L0MlUVKGJEuCIyXhNIQR4Ud { color:#1d1d1f;display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:48.4375rem;left:5.25rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TktoTKgWgI8K6XDdgVZtwmhXmimEKba5 { color:#1d1d1f;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:52.125rem;left:5.5625rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bOLqOLzB2zxsUJneUTioIJ3o7ZilK7Va { position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d1d1f;border-left:0.0625rem solid #1d1d1f;border-right:0.0625rem solid #1d1d1f;border-bottom:0.0625rem solid #1d1d1f;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.1875rem;width:6.5rem;top:51.625rem;left:5.25rem;display:block; }
#thTpaT7dvTXFRhOcOEUxND5dIrmltqlP { position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d1d1f;border-left:0.0625rem solid #1d1d1f;border-right:0.0625rem solid #1d1d1f;border-bottom:0.0625rem solid #1d1d1f;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.1875rem;width:11.375rem;top:51.6875rem;left:12.1875rem;display:block; }
#pX7UZXf607B0eLdue05sEewsPdFzVJdl { color:#1d1d1f;display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15041;line-height:1.5;letter-spacing:0;top:52.125rem;left:11.9375rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hS3fXrFo7SlgcEXfah6fsh9pkBTcDQkB { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:47.4375rem;left:0rem;overflow:hidden;display:block; }
#C6NRhzzRmN1IAMcFLIQqzhoXaIPXpM7C { position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d1d1f;border-left:0.0625rem solid #1d1d1f;border-right:0.0625rem solid #1d1d1f;border-bottom:0.0625rem solid #1d1d1f;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.1875rem;width:8.125rem;top:54.5625rem;left:5.25rem;display:block; }
#IrsBzIyRs23qc8hTNNMFtxh6TcFk4eE2 { color:#1d1d1f;display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15043;line-height:1.5;letter-spacing:0;top:55.0625rem;left:5.75rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PmJhwqe0icyEbzaiQ2qctLh0ZnBwtHSg { position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d1d1f;border-left:0.0625rem solid #1d1d1f;border-right:0.0625rem solid #1d1d1f;border-bottom:0.0625rem solid #1d1d1f;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.1875rem;width:9.25rem;top:57.5rem;left:5.25rem;display:block; }
#KITbnv4Kn7OeW5FRFGWsGfbhBNPJcuD9 { color:#1d1d1f;display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.5;letter-spacing:0;top:58.0625rem;left:5.8125rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BHRmdTlNbmCgNs3fVTnRM7tugER20ic3 { position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d1d1f;border-left:0.0625rem solid #1d1d1f;border-right:0.0625rem solid #1d1d1f;border-bottom:0.0625rem solid #1d1d1f;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.1875rem;width:5.125rem;top:54.625rem;left:13.9375rem;display:block; }
#AyGFhl0dCUrK0224bxTOpLuhxTVs72sU { color:#1d1d1f;display:block;width:3.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15047;line-height:1.5;letter-spacing:0;top:55.125rem;left:14.5625rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EqH13FT0ipt79J7eBOiIUFHhK3v71VE3 { color:#1d1d1f;display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:37.75rem;left:45.25rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ShkZRkUDpyPLwTD81UtqbJdTAWRz1xoG { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:36.75rem;left:40rem;overflow:hidden;display:block; }
#nGNvqCGpyM7vvaoUsQ6G3WfpU8ZFQHd9 { 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:27.6875rem;width:26.1875rem;top:0.625rem;left:47.5625rem;overflow:hidden;display:block; }
#CT7hvP6Szgnd26HCa1PDsHW2tnNoG5Fo { color:#847fff;display:block;width:46.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:28.5625rem;left:0rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vKWxlT6wly7l5guUsTlkgG4fkr7SJZIb { color:#1d1d1f;display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:65.0625rem;left:45.25rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WC7lkF5JSqQJsZLEUpszJHPTDgbN0dNE { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:64.0625rem;left:40rem;overflow:hidden;display:block; }
#yhFVkoruzlMgCgnIZZH4IUT2X4L30sSD { position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d1d1f;border-left:0.0625rem solid #1d1d1f;border-right:0.0625rem solid #1d1d1f;border-bottom:0.0625rem solid #1d1d1f;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.1875rem;width:8.9375rem;top:44.0625rem;left:5.25rem;display:block; }
#Tu9ciBVpfhNCQPge7IGCTAEAzoIyqXx6 { color:#1d1d1f;display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:44.5625rem;left:5.25rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t3gJVIg8PIdKoZt0ZmEG4BGxT9vXnarH { position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d1d1f;border-left:0.0625rem solid #1d1d1f;border-right:0.0625rem solid #1d1d1f;border-bottom:0.0625rem solid #1d1d1f;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.1875rem;width:3.25rem;top:51.6875rem;left:24rem;display:block; }
#bEuvEbqeCS7fsbRdUW7RMpUN6yvDZtLz { color:#1d1d1f;display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15042;line-height:1.5;letter-spacing:0;top:52.1875rem;left:21.25rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U0dizgITUuyELSpeE5FcfODa7x0do5cA { color:#1d1d1f;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15049;line-height:1.5;letter-spacing:0;top:55.125rem;left:20.1875rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fHqy2SWm34zhCX3aW2OqEWpxTq29KtI0 { position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d1d1f;border-left:0.0625rem solid #1d1d1f;border-right:0.0625rem solid #1d1d1f;border-bottom:0.0625rem solid #1d1d1f;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.1875rem;width:9.5rem;top:54.625rem;left:19.5625rem;display:block; }
#XNngiXBcV1TUXTvNTxG9UsTlTZymgdBb { position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d1d1f;border-left:0.0625rem solid #1d1d1f;border-right:0.0625rem solid #1d1d1f;border-bottom:0.0625rem solid #1d1d1f;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.1875rem;width:16.5625rem;top:57.5rem;left:14.8125rem;display:block; }
#ncmE6seR6IOX4OsaXsF7GFpCpvMknTOs { color:#1d1d1f;display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15047;line-height:1.5;letter-spacing:0;top:58.0625rem;left:15.375rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D0pDyMOXgyx62UTXnvmJ4smsqPaTWxkg { color:#1d1d1f;display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15047;line-height:1.5;letter-spacing:0;top:60.8125rem;left:5.375rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RnZvTaZGuHuDHyf3IfB8Dua8vWwz7Qre { position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d1d1f;border-left:0.0625rem solid #1d1d1f;border-right:0.0625rem solid #1d1d1f;border-bottom:0.0625rem solid #1d1d1f;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.1875rem;width:6.375rem;top:60.3125rem;left:5.25rem;display:block; }
#z6wbkFcPR3Jksp1Rda0E4c4TEbGTc5K7 { position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d1d1f;border-left:0.0625rem solid #1d1d1f;border-right:0.0625rem solid #1d1d1f;border-bottom:0.0625rem solid #1d1d1f;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.1875rem;width:8.8125rem;top:60.3125rem;left:12rem;display:block; }
#TLpnZ6Znxlu4IhU79TRqMgmP4ODHrJIA { color:#1d1d1f;display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15049;line-height:1.5;letter-spacing:0;top:60.8125rem;left:12.1875rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xExiqGDdrsu8uHkCs1n9cGlnlHyIQPCo { position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d1d1f;border-left:0.0625rem solid #1d1d1f;border-right:0.0625rem solid #1d1d1f;border-bottom:0.0625rem solid #1d1d1f;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.1875rem;width:10.6875rem;top:60.375rem;left:21.3125rem;display:block; }
#Z7OFxSO2guvbOtpHSna4Q2o1rkIJSnAR { color:#1d1d1f;display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15051;line-height:1.5;letter-spacing:0;top:60.875rem;left:21.5rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PRqO4JMeBbBFlTI5e0hRh6dL2kEC3Hqq { position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d1d1f;border-left:0.0625rem solid #1d1d1f;border-right:0.0625rem solid #1d1d1f;border-bottom:0.0625rem solid #1d1d1f;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.1875rem;width:4.625rem;top:41rem;left:55.1875rem;display:block; }
#QSSxp791uUrpFgZiVJm8bLiwxIe6AerV { color:#1d1d1f;display:block;width:2.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15041;line-height:1.5;letter-spacing:0;top:41.4375rem;left:56.21875rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AOt0OFqtqzGOHItgERdg1Sc2xTzHV0r8 { position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d1d1f;border-left:0.0625rem solid #1d1d1f;border-right:0.0625rem solid #1d1d1f;border-bottom:0.0625rem solid #1d1d1f;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.1875rem;width:9.5rem;top:40.9375rem;left:45.25rem;display:block; }
#gEG0W839guefd0E9zVZXM0nvfiZdNcO3 { position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d1d1f;border-left:0.0625rem solid #1d1d1f;border-right:0.0625rem solid #1d1d1f;border-bottom:0.0625rem solid #1d1d1f;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.25rem;width:23.125rem;top:44.0625rem;left:45.25rem;display:block; }
#y4Q6ivNThGufBlbX7yTRS0Ws9LHRJdLO { color:#1d1d1f;display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15043;line-height:1.5;letter-spacing:0;top:44.5625rem;left:45.46875rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CoOG4rUFVU4lOH6RknBAPklQxhWazatO { color:#1d1d1f;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:41.4375rem;left:46.25rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gfxi9ryXRMGloXXCGKBeQnirhyQHN9QN { position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d1d1f;border-left:0.0625rem solid #1d1d1f;border-right:0.0625rem solid #1d1d1f;border-bottom:0.0625rem solid #1d1d1f;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.1875rem;width:4.625rem;top:41rem;left:60.1875rem;display:block; }
#v9oJKEau7SgP3TDgPARxh0MKQBaNM8zf { color:#1d1d1f;display:block;width:2.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15043;line-height:1.5;letter-spacing:0;top:41.4375rem;left:61.25rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D6EsoXmIPE6U2iq7AnZx5gxJooxyifLE { position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d1d1f;border-left:0.0625rem solid #1d1d1f;border-right:0.0625rem solid #1d1d1f;border-bottom:0.0625rem solid #1d1d1f;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.1875rem;width:5.9375rem;top:71.1875rem;left:68.125rem;display:block; }
#pe5lsPzv4tNziwhURXZf8TXZrICFKqGq { color:#1d1d1f;display:block;width:4.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15049;line-height:1.5;letter-spacing:0;top:71.6875rem;left:69.0625rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vGu33RiZfGNbdGDvIkfE8DxzTcFAHsEZ { position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d1d1f;border-left:0.0625rem solid #1d1d1f;border-right:0.0625rem solid #1d1d1f;border-bottom:0.0625rem solid #1d1d1f;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.1875rem;width:4.875rem;top:71.1875rem;left:50.125rem;display:block; }
#FZ4x6Knyai0yClFG8QUsL68ItStTH79t { color:#1d1d1f;display:block;width:3.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15047;line-height:1.5;letter-spacing:0;top:71.6875rem;left:50.875rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f9ieNkgl4iM9qkGrdI8oOJ7RsVXGRLnF { position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d1d1f;border-left:0.0625rem solid #1d1d1f;border-right:0.0625rem solid #1d1d1f;border-bottom:0.0625rem solid #1d1d1f;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.1875rem;width:4.5rem;top:71.1875rem;left:45.25rem;display:block; }
#XTD6SerSX458ANBQf5pqM9I76WTnLxi3 { color:#1d1d1f;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.5;letter-spacing:0;top:71.625rem;left:45.25rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nrJBfdSxFbbUMq6nzskxLqTwshqWSobt { position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d1d1f;border-left:0.0625rem solid #1d1d1f;border-right:0.0625rem solid #1d1d1f;border-bottom:0.0625rem solid #1d1d1f;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.1875rem;width:12.3125rem;top:71.1875rem;left:55.4375rem;display:block; }
#KvQWnD5zzBV629QrzD843fQFXEXT1JqJ { color:#1d1d1f;display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15049;line-height:1.5;letter-spacing:0;top:71.6875rem;left:56.1875rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ixKZ4cyi8GpqgmC1BTTb5uBNnKXTVOhy { position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d1d1f;border-left:0.0625rem solid #1d1d1f;border-right:0.0625rem solid #1d1d1f;border-bottom:0.0625rem solid #1d1d1f;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.1875rem;width:15.75rem;top:68.4375rem;left:54.375rem;display:block; }
#TSo5TR9uIVN4ie1ap7fdcBzZ1SQZt8VB { color:#1d1d1f;display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:68.9375rem;left:55.25rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LvPqlnuVbKtbmQClXIigl2WCQKKw46E0 { color:#1d1d1f;display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:68.875rem;left:45.9375rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EEQMM5SMpXQ39DBapomnsxw9l3FTyr2D { position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d1d1f;border-left:0.0625rem solid #1d1d1f;border-right:0.0625rem solid #1d1d1f;border-bottom:0.0625rem solid #1d1d1f;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.1875rem;width:8.75rem;top:68.375rem;left:45.25rem;display:block; }
#ODfFKu5EF7SJZripMUWHGpIBTB0dSezQ { color:#1d1d1f;display:block;width:27.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:48.4375rem;left:45.25rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qPA61193pUBHNBbsEEzqe0CuIQ4TJ4Aq { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:47.4375rem;left:40rem;overflow:hidden;display:block; }
#dOIRxvhOPZWBdPyTTeLiuQt2XoqF1eUf { position:absolute;display:block;z-index:15058;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d1d1f;border-left:0.0625rem solid #1d1d1f;border-right:0.0625rem solid #1d1d1f;border-bottom:0.0625rem solid #1d1d1f;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.1875rem;width:14.3125rem;top:57.125rem;left:45.25rem;display:block; }
#DMJdIa0F9tbF7dPlGQdDI9oa80n54eAC { color:#1d1d1f;display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15059;line-height:1.5;letter-spacing:0;top:57.6875rem;left:45.5rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PM2V7ZvzM4XSwlJoJKhdNksct2Xm9Tq5 { position:absolute;display:block;z-index:15056;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d1d1f;border-left:0.0625rem solid #1d1d1f;border-right:0.0625rem solid #1d1d1f;border-bottom:0.0625rem solid #1d1d1f;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.1875rem;width:10.125rem;top:54.4375rem;left:56.125rem;display:block; }
#yAsM8rgccoddFNf9imGKqusEta7I9ohS { color:#1d1d1f;display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15057;line-height:1.5;letter-spacing:0;top:54.9375rem;left:56.6875rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JZdTX3geMo78V5dkmJKF74JhGmFn3t2g { position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d1d1f;border-left:0.0625rem solid #1d1d1f;border-right:0.0625rem solid #1d1d1f;border-bottom:0.0625rem solid #1d1d1f;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.1875rem;width:10.5rem;top:54.3125rem;left:45.1875rem;display:block; }
#PxsFn0TJah22XkflAsWila8uNCguKplD { color:#1d1d1f;display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15055;line-height:1.5;letter-spacing:0;top:54.8125rem;left:45.1875rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aLViCp6IPGDh0npVAlmLWv9POTSxTxwO { position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d1d1f;border-left:0.0625rem solid #1d1d1f;border-right:0.0625rem solid #1d1d1f;border-bottom:0.0625rem solid #1d1d1f;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.1875rem;width:10.0625rem;top:51.625rem;left:54.9375rem;display:block; }
#mrR8CgqqVoc2oTLLSyv4xJLPwEMZOEgE { position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d1d1f;border-left:0.0625rem solid #1d1d1f;border-right:0.0625rem solid #1d1d1f;border-bottom:0.0625rem solid #1d1d1f;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.1875rem;width:9.4375rem;top:51.5625rem;left:45.1875rem;display:block; }
#NpNFpzTqrT52DcJJAekJwibhiIS5mgdb { color:#1d1d1f;display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15049;line-height:1.5;letter-spacing:0;top:52.125rem;left:55.8125rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KyDWMkABnwXMA6ierfDQzKikCbzTfriM { color:#1d1d1f;display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15047;line-height:1.5;letter-spacing:0;top:52.0625rem;left:45.875rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zf89TRKcPFshaqfFhXewfuu3b7kp1TZf { color:#1d1d1f;display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15051;line-height:1.5;letter-spacing:0;top:52.1875rem;left:64.8125rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v348RtlqQ9T92VrJlrS5uc1qUm5v8STz { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d1d1f;border-left:0.0625rem solid #1d1d1f;border-right:0.0625rem solid #1d1d1f;border-bottom:0.0625rem solid #1d1d1f;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.1875rem;width:7.25rem;top:51.625rem;left:65.3125rem;display:block; }
#ouTPfvenikXNf2p2PEtC4MwNKbAtSbfA { position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d1d1f;border-left:0.0625rem solid #1d1d1f;border-right:0.0625rem solid #1d1d1f;border-bottom:0.0625rem solid #1d1d1f;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.1875rem;width:6.5rem;top:51.625rem;left:5.25rem;display:none; }
#n7ToETF7iREvq3O9HkT6ktQGUd6Sn1g6 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:3.43725625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:75.780029296875rem;left:26.93701171875rem;display:block; }
#bHkoqu4NHmMlRdK0aon6PimfcUTD70lS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W6kXEpqQwJPdNSTisXUIiDBPOa2G7adm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/5b106d71-6ba2-412c-b1be-129b32622783/Frame31.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#W6kXEpqQwJPdNSTisXUIiDBPOa2G7adm.adaptive-delivery-prevent-bg, #W6kXEpqQwJPdNSTisXUIiDBPOa2G7adm.lazyload, #W6kXEpqQwJPdNSTisXUIiDBPOa2G7adm.lazyloading { background-image: none; }#W6kXEpqQwJPdNSTisXUIiDBPOa2G7adm > .row .container { border-width: 0; border-radius: 0; }#W6kXEpqQwJPdNSTisXUIiDBPOa2G7adm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W6kXEpqQwJPdNSTisXUIiDBPOa2G7adm > .row .container { font-size:0.875rem;font-family:arial;height:53.1875rem;width:75rem;position:relative;display:none; }#QGyuX8ZqNXIB2gQce2zow4gN49hEQpS9 { color:#1d1d1f;display:block;width:38.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.5rem;left:18.34375rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NnCbk8ThE6krT8I5ROzSrJ9grys1ti4T { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3afd8073-df5d-4ff3-9d09-a85266ea4100/Maskgroup.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:16.25rem;width:22.5rem;top:8.4375rem;left:51.3125rem;display:block; }#NnCbk8ThE6krT8I5ROzSrJ9grys1ti4T.adaptive-delivery-prevent-bg, #NnCbk8ThE6krT8I5ROzSrJ9grys1ti4T.lazyload, #NnCbk8ThE6krT8I5ROzSrJ9grys1ti4T.lazyloading { background-image: none; }
#gaa3ilKoSPeN3h5llwUkx4lLhCbeIfZO { color:#1d1d1f;display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15036;line-height:1.5;letter-spacing:0;top:10.0625rem;left:53.3125rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#npTJh9BHuO1m5DbP1sS1uJHiihsHdtmn { position:absolute;display:block;z-index:15031;background-color:#fafafa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2rem;width:8.5625rem;top:9.6875rem;left:52.5625rem;display:block; }
#DoMwTkhwxgRhOiafe1rBAW60OIEqSWIl { color:#1d1d1f;display:block;width:22.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:2rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:27.75rem;left:51.3125rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ocqfHElTrLkIRu58ETOX1oxpcEwPOIC7 { color:#1d1d1f;display:block;width:22.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:31.625rem;left:51.3125rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eOtL06wF90SkmRln0P9Ipl2mK8WsSLRn { color:#1d1d1f;display:block;width:22.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:26rem;left:51.3125rem;height:1.62524375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#glQCyzDQc59OhU2cIgDH7BGX4LlzuhQl { color:#847fff;display:block;width:22.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.0625rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:36.375rem;left:51.249755859375rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FkHLztvQC4ZhyXxmQFikqO1WxVCn2rJA { color:#847fff;display:block;width:22.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.0625rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:36.375rem;left:26.1875rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vMpzTwIzJlDVXzicJpKh6ob8TFCpuhxR { color:#1d1d1f;display:block;width:16.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:31.625rem;left:26.25rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BtWOB8pttiMNeOC3MQt9S22KRJ8oqVuA { color:#1d1d1f;display:block;width:22.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:2rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:27.75rem;left:26.25rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cPF6WsG2fALzKyTgVvNyd6WEBKoMXMxU { color:#1d1d1f;display:block;width:22.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:26rem;left:26.25rem;height:1.62524375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Lx6rgtE2W6xT74EnTgK58sAi9JRt1ekG { position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/97ebddad-a342-4e79-b633-79f18e36dfd8/Maskgroup2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:16.25rem;width:22.5rem;top:8.4375rem;left:26.25rem;display:block; }#Lx6rgtE2W6xT74EnTgK58sAi9JRt1ekG.adaptive-delivery-prevent-bg, #Lx6rgtE2W6xT74EnTgK58sAi9JRt1ekG.lazyload, #Lx6rgtE2W6xT74EnTgK58sAi9JRt1ekG.lazyloading { background-image: none; }
#kO0XKptONtTPnw32s0NsK0va7y4TPJTH { color:#1d1d1f;display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15044;line-height:1.5;letter-spacing:0;top:10.0625rem;left:28.25rem;height:1.31286875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q6eRgB1a0kQ0bVJmOwFffnfAwuPwWms0 { position:absolute;display:block;z-index:15039;background-color:#fafafa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2rem;width:8.5625rem;top:9.6875rem;left:27.5rem;display:block; }
#CldfvKvibWayNciZlsFT1Jmson8gnTcN { color:#847fff;display:block;width:22.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.0625rem;font-weight:400;z-index:15047;line-height:1.5;letter-spacing:0;top:36.375rem;left:1.25rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DeoK5x7GtTDDInnOG6sKJEtTmxaEAlrO { color:#1d1d1f;display:block;width:19.375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15045;line-height:1.5;letter-spacing:0;top:31.625rem;left:1.3125rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sF3iBH4vzFbsnqBvMxJFKFmyAcukkh8g { color:#1d1d1f;display:block;width:22.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:2rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:27.75rem;left:1.3125rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zCH8CXIAWdIdWiNrTn727IcrCvfRp2FI { color:#1d1d1f;display:block;width:22.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:26rem;left:1.3125rem;height:1.62524375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Co6eRUc3exrU0qfpAZr9tZlAz8xDpViT { position:absolute;display:block;z-index:15047;background-color:#fafafa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2rem;width:8.5625rem;top:9.6875rem;left:2.5625rem;display:block; }
#yll42JzxTOd5AtvkfHIuHhkobv2U4RPw { color:#1d1d1f;display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15052;line-height:1.5;letter-spacing:0;top:10.0625rem;left:3.3125rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gDDAvf9ghMa53WDoMPDUXhHrTUaSw8Fv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:22.5rem;display:none; }
#gvRJnV3fivTfVTCrKPSSZtNnyUZg82GU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:22.5rem;display:none; }
#lvhLWLBAS06N3Pqm29d2CB3G4EeUeS19 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:16.25rem;width:22.5rem;top:8.4375rem;left:1.25rem;overflow:hidden;display:block; }
#a4gUuVqGb67dlll5mpvF5IZoiGB3uaKh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.625rem;width:30rem;display:none; }
#yAf7TXu6pwy8k8mDfkeZIFJkgK7SXn4o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/f8b0b518-6e28-4b38-a0c7-2cc3c1d2740d/Frame32.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#yAf7TXu6pwy8k8mDfkeZIFJkgK7SXn4o.adaptive-delivery-prevent-bg, #yAf7TXu6pwy8k8mDfkeZIFJkgK7SXn4o.lazyload, #yAf7TXu6pwy8k8mDfkeZIFJkgK7SXn4o.lazyloading { background-image: none; }#yAf7TXu6pwy8k8mDfkeZIFJkgK7SXn4o > .row .container { border-width: 0; border-radius: 0; }#yAf7TXu6pwy8k8mDfkeZIFJkgK7SXn4o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yAf7TXu6pwy8k8mDfkeZIFJkgK7SXn4o > .row .container { font-size:0.875rem;font-family:arial;height:81.625rem;width:75rem;position:relative;display:none; }#lVU8GTRbUDrqoUEBm8b1yHLewWT3ZhLK { color:#df7bee;display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15033;line-height:1.5;letter-spacing:0;top:5.4375rem;left:0rem;height:4.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TsfzsvMusQeg4T5BrGZPJXEiC3CV9O4R { color:#df7bee;display:block;width:40.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:4.6875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:11.3125rem;left:0rem;height:12.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J7JnA9QuFFRktKuZMNXZlETtmQZT8nwA { color:#1d1d1f;display:block;width:38.9375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:25rem;left:0rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#twVWx9EJWfpZgWdMc1lQm03lfAAbhb9N { position:absolute;display:block;z-index:15034;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/30be5b43-6298-4071-94f8-92b50681b7ad/Maskgroup1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:18.75rem;width:35rem;top:39.125rem;left:1.25rem;display:block; }#twVWx9EJWfpZgWdMc1lQm03lfAAbhb9N.adaptive-delivery-prevent-bg, #twVWx9EJWfpZgWdMc1lQm03lfAAbhb9N.lazyload, #twVWx9EJWfpZgWdMc1lQm03lfAAbhb9N.lazyloading { background-image: none; }
#MabZrJHlK7aPeswEsp0DnTZucxFS2Kyo { position:absolute;display:block;z-index:15035;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c578f58e-b1c2-4c05-a8e8-63571545fe98/Maskgroup.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:18.75rem;width:35rem;top:39.125rem;left:38.75rem;display:block; }#MabZrJHlK7aPeswEsp0DnTZucxFS2Kyo.adaptive-delivery-prevent-bg, #MabZrJHlK7aPeswEsp0DnTZucxFS2Kyo.lazyload, #MabZrJHlK7aPeswEsp0DnTZucxFS2Kyo.lazyloading { background-image: none; }
#D70uuKiTEbOLvTRTKhwqQeiQHKuClm0V { color:#1d1d1f;display:block;width:35rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:69.07421875rem;left:1.25rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qATD0TPwPAHOM8VJ2iBZThGP8mwncKSK { color:#1d1d1f;display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:62.625rem;left:1.25rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zJyI1b1ANCzSJEO2FyeSsXZHF4U3cauq { color:#1d1d1f;display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:59.125rem;left:1.25rem;height:1.62524375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Qq8TczsKKKX8nd3llkpTKneKDDQq97TK { color:#1d1d1f;display:block;width:35rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.5;letter-spacing:0;top:69.0625rem;left:38.75rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#THZT71pe0xlxu4zdme7eZSbPnckDlkNN { color:#1d1d1f;display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:62.625rem;left:38.75rem;height:5.199225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WPCf2iDnpoyDkftg7agDx9k3myVAaFhZ { color:#1d1d1f;display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:59.125rem;left:39rem;height:1.62524375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IbNTKO1QMnJ37lG7n66PHvK2ekPL2O8N { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:74.561203002931rem;left:27.1640625rem;display:block; }
#qGlN7DBLaRc7dWCf2BX90viBU6N7UWiz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zwr17EcGzs2FR5UsBDam3CL75RO9f2U5 { color:#1d1d1f;display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15040;line-height:1.5;letter-spacing:0;top:40.75rem;left:3.25rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#X2FdTdDaMb65dzppbNlbhOMoQCDc0x2J { position:absolute;display:block;z-index:15039;background-color:#fafafa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2rem;width:7.6875rem;top:40.375rem;left:2.5rem;display:block; }
#kzmTsDBgeRHQFKa0y9TLaiIKMxUXFH3C { color:#1d1d1f;display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15042;line-height:1.5;letter-spacing:0;top:40.75rem;left:40.75rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IJTgFiyvTA3puoL449BvcVd7SOqHnV3F { position:absolute;display:block;z-index:15041;background-color:#fafafa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2rem;width:7.6875rem;top:40.375rem;left:40rem;display:block; }
#baODKUuPwsh2FVPI7N6IBMqFwq5FDofy { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.9375rem;width:23.9375rem;top:0.8125rem;left:49.9375rem;overflow:hidden;display:block; }
#SRATG8S1MV1TVxRh8riUDDrbBTDZ63ZX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:22.5rem;display:none; }
#QWiv8G4aRIuXbt9A0bzWitQhKIvUZ0vL { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:22.5rem;display:none; }
#HpZG85c8rfavZ21rl0sE7WeDQJmy7T4S { color:#df7bee;display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:30.5rem;left:0rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#C2AxWiLDDV5rMzAXyO5G359FPe1gKaKk { position:relative;display:none; }#C2AxWiLDDV5rMzAXyO5G359FPe1gKaKk { border-width: 0; border-radius: 0; }#C2AxWiLDDV5rMzAXyO5G359FPe1gKaKk > .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; }#C2AxWiLDDV5rMzAXyO5G359FPe1gKaKk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:72.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ye7lKZiFEwePynSVRGUOV2NTf9NZoePq { color:#1d1d1f;display:block;width:46.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:11.6875rem;left:14.3125rem;height:4.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AETFaI2EVH8DrkZbtUVFf3syMEO3N22y { color:#1d1d1f;display:block;width:61.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:5.51171875rem;left:6.46875rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gHgv6LdFh6pLQ595dKatFvGfXKFOGtGN { color:#1d1d1f;display:block;width:30.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.5;letter-spacing:0;top:49.125rem;left:1.25rem;height:5.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cKB4GxoXSPP1MEqD0stILt9ZyJMxhOAk { color:#1d1d1f;display:block;width:29.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:2rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:42.6875rem;left:1.25rem;height:5.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#S1nFPzGrOsDmRDWwpRWTOwqzVubOuCIl { color:#00aabb;display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:39.1875rem;left:1.25rem;height:1.62524375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EX8QxiwM8OGc4bpr7aLMTTBhFHTlVU9F { color:#1d1d1f;display:block;width:32.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15040;line-height:1.5;letter-spacing:0;top:49.0625rem;left:38.75rem;height:5.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IO5WqFqaIId4t2kVXLyX5mxodAvBgSnz { color:#1d1d1f;display:block;width:32.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:2rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:42.6875rem;left:38.75rem;height:5.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aqVVOXfX7zfMFpm2fXBRLkfT8vnvAevw { color:#00aabb;display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:39.1875rem;left:38.75rem;height:1.62524375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Tde8DU1pgTHEhH4GiW7EB05UfZ4CSqrU { color:#00aabb;display:block;width:22.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.9375rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:56.5rem;left:1.25rem;height:1.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DSZAonutSGq7AGQp8olvAETdZHzub0JG { color:#00aabb;display:block;width:22.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.9375rem;font-weight:400;z-index:15033;line-height:1.5;letter-spacing:0;top:56.4375rem;left:38.75rem;height:1.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RF3bgmJIMszUXitqQKrFBt5b0IgaPGcd { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:22.5rem;display:none; }
#r424lK2wEVKiEXwHLT03tDPW5I6yeNZE { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:22.5rem;display:none; }
#bCnWLUET0bc6nxI8kFepw2yoHMMFnsl4 { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:18.75rem;width:35rem;top:19.125rem;left:1.25rem;overflow:hidden;display:block; }
#EFxPT23EUTBtPFHineyKUiOTbSKTc3o2 { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:18.75rem;width:35rem;top:19.125rem;left:38.75rem;overflow:hidden;display:block; }
#JDBoA6RDW8TBcbn4MJGGOgSgrPKruaTb { background-color:rgba(var(--color-secondary-1),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-1),1);border-left:0.125rem solid rgba(var(--color-secondary-1),1);border-right:0.125rem solid rgba(var(--color-secondary-1),1);border-bottom:0.125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#1d1d1f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:63.310546875rem;left:27.09375rem;display:block; }
#OVi4QxVhwqvPVVwEkBxt3OfTfCZm6rFO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kipTaDh4NhrBEMFO2CJ0WLpePkF14H35 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#kipTaDh4NhrBEMFO2CJ0WLpePkF14H35 > .row .container { border-width: 0; border-radius: 0; }#kipTaDh4NhrBEMFO2CJ0WLpePkF14H35 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kipTaDh4NhrBEMFO2CJ0WLpePkF14H35 > .row .container { font-size:0.875rem;font-family:arial;height:61.3125rem;width:75rem;position:relative;display:none; }#UAiVBNbRy1PsGk6HfE4voqTvdMtakKx4 { color:rgba(var(--color-tertiary-0),1);display:block;width:61.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:6rem;left:6.53125rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lxWPhzrACTJdsDIsoFVcIB4aLym5ARmZ { box-sizing:content-box;height:20.625rem;width:35rem;position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12.9375rem;left:1.25rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#usw49lUQD1alv1pmkm4ltd6uyQa4Os83 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:19.6875rem;left:3.59375rem;height:4.875rem;display:block; }
#gAks1TI7WwNiKwhOZnaQ1HBE5u6Wsph4 { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:3rem;top:15.3125rem;left:3.59375rem;overflow:hidden;display:block; }
#xzC4CuLWomNA6cZKFWdk18LDUMx3C3Ra { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:27.1875rem;left:8.625rem;height:1.4624rem;font-style:normal;display:block; }
#vAWlUqCCJrPbETFCVkHeWDtMoa667Kdy { color:#00aabb;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15049;line-height:1.3;letter-spacing:0;top:28.8125rem;left:8.625rem;height:0;font-style:normal;display:none; }
#DXdcup60WZQzapJw6HgVTVsiIwE56L5x { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.125rem;top:26.875rem;left:3.625rem;overflow:hidden;display:block; }
#ITLrutkacKvurSzKzLCcNCTyT6fkx7Bh { box-sizing:content-box;height:20.625rem;width:35rem;position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12.9375rem;left:38.75rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#EcDcxRFDCwgJAIGSP46QxHXqkeU9TRGu { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:27.1875rem;left:51.1875rem;height:1.4624rem;font-style:normal;display:block; }
#TTIRbpvrQwMwJWEQtH8iJUyLdbw8D9p6 { color:#00aabb;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:28.8125rem;left:51.1875rem;height:0;font-style:normal;display:none; }
#rosCdSBPguJXCTybtTOAihrkFW25WraI { color:rgba(var(--color-tertiary-4),1);display:block;width:30.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:19.6875rem;left:41.125rem;height:4.875rem;display:block; }
#bXXcOTQpZTfGzuOZgRSRdoD8a9Rf1hs5 { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:3rem;top:15.3125rem;left:41.125rem;overflow:hidden;display:block; }
#hoE43FdDABeJ8TcyK1iexuwyQd1NHkIl { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:8.0625rem;top:27.1875rem;left:41.125rem;overflow:hidden;display:block; }
#XJ8nptk685EEQFcP3EywmUTIAV2i7UlM { box-sizing:content-box;height:20.625rem;width:35rem;position:absolute;display:block;z-index:15058;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:36.0625rem;left:38.75rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#HdhSHHQXWf5rdmQHwqUVTOLvzkJwU75Q { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:50.3125rem;left:51.1875rem;height:1.4624rem;font-style:normal;display:block; }
#n7Q9gLaZkJCJSGINNakPaF6xXlaiEGLw { color:#00aabb;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15061;line-height:1.3;letter-spacing:0;top:51.9375rem;left:51.1875rem;height:0;font-style:normal;display:none; }
#XcExB1Hx6gSadiiBI31vsUF9eDRqQFcs { color:rgba(var(--color-tertiary-4),1);display:block;width:30.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:42.8125rem;left:41.125rem;height:3.2504875rem;display:block; }
#dFZlkhtyO00RHEgxGuEKJmXStr9MxPFJ { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:3rem;top:38.4375rem;left:41.125rem;overflow:hidden;display:block; }
#q42tR9BfIsK8s9lS8T0WVZHeVyPiZcE4 { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:6.0625rem;top:50.6875rem;left:41.9375rem;overflow:hidden;display:block; }
#btOFKGZoERGv0ttFoHJmgrsZtN45nAUF { box-sizing:content-box;height:20.625rem;width:35rem;position:absolute;display:block;z-index:15064;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:36.0625rem;left:1.25rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#OTRIcW1xOZl6f8JeyZOpCtQhqGXwWTwh { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:50.3125rem;left:8.625rem;height:1.4624rem;font-style:normal;display:block; }
#q49N1DZ2zEaBceT0c5gHu9QZJBMV6Q5G { color:#00aabb;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15067;line-height:1.3;letter-spacing:0;top:51.9375rem;left:8.625rem;height:0;font-style:normal;display:none; }
#EOQDIQ9dOvsi1t5yR9IM2cml739KPB2K { color:rgba(var(--color-tertiary-4),1);display:block;width:30.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:42.8125rem;left:3.625rem;height:4.875rem;display:block; }
#Gnx8wpo3hLHRGH2fZQsQRSCEvumNhGeU { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:3rem;top:38.4375rem;left:3.625rem;overflow:hidden;display:block; }
#C5QLELzLCy4dIsMqXyt2g5nhWTImWIeb { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:3.125rem;top:49.2109375rem;left:3.625rem;overflow:hidden;display:block; }
#DKFKbEVfbVoHaNhFaxWD60XL28XrE2gK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/c48b9eb3-955a-4e68-98d5-cb529afd1c77/Frame34.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#DKFKbEVfbVoHaNhFaxWD60XL28XrE2gK.adaptive-delivery-prevent-bg, #DKFKbEVfbVoHaNhFaxWD60XL28XrE2gK.lazyload, #DKFKbEVfbVoHaNhFaxWD60XL28XrE2gK.lazyloading { background-image: none; }#DKFKbEVfbVoHaNhFaxWD60XL28XrE2gK > .row .container { border-width: 0; border-radius: 0; }#DKFKbEVfbVoHaNhFaxWD60XL28XrE2gK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DKFKbEVfbVoHaNhFaxWD60XL28XrE2gK > .row .container { font-size:0.875rem;font-family:arial;height:63.375rem;width:75rem;position:relative;display:none; }#f3J5SbLWOUi3HBTq9y8yJ4GZBszXcGgp { color:rgba(var(--color-tertiary-0),1);display:block;width:61.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:5.9375rem;left:6.5625rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S1E8U0ma5ahsU0uqB3XOCFhkiXuoP7Jz { color:rgba(var(--color-tertiary-0),1);display:block;width:51.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:11.75rem;left:11.78125rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zCsKfWhJA1JnJhnFyWtsxoXHPl7xAk0g { color:rgba(var(--color-tertiary-0),0.7);display:block;width:16.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:34.3369140625rem;left:29.25rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W7FQEm2qbAStMH7tvE0F1JxFi8Txu6CU { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:28.8876953125rem;left:31.40625rem;height:4.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mL07PzquFHOGSQu23qckKq0GdCEw6kMZ { color:rgba(var(--color-tertiary-0),0.7);display:block;width:14.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:34.3369140625rem;left:5.15625rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LTEznyZFbsi1LhL0TTIXnEuLT3mgLUF5 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:28.875rem;left:6.4375rem;height:4.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VL5q4ZlNEHcUL1eoQrXdIml5UAS23Zmb { color:rgba(var(--color-tertiary-0),0.7);display:block;width:16.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:34.3125rem;left:54.25rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P6adzvgmoPL4vWkvdxcwxrdcldnbW8ig { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:28.875rem;left:56.4375rem;height:4.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P1QeTTKtCQ7ghdDeqHvFSyo1Dq3kM7vx { color:rgba(var(--color-tertiary-0),0.7);display:block;width:16.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:53.5625rem;left:16.5625rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vPdDkRB9KddAdM0BTooHS0x8bnyNCOzo { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:48.1875rem;left:17.6875rem;height:4.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jlbzp8SGbcCz9gEeraAAzgzkDoRP1GqU { color:rgba(var(--color-tertiary-0),0.7);display:block;width:13.8125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:53.625rem;left:42.96875rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Lab35eAlMLSmVWZrOtKbz8RouKXXtmtQ { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:48.25rem;left:42.75rem;height:4.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f4aJvwhk8RxTOKsZNvJOxnzao69hQOnU { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:22.625rem;top:23.5625rem;left:1.1875rem;overflow:hidden;display:block; }
#TBEQulnXdeVdecQGsqJIhCDQV4GaTnOU { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:22.625rem;top:23.5625rem;left:26.1875rem;overflow:hidden;display:block; }
#sW5aCUpqHy5u0u4NP5sfkbLTlEQQI9CX { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:22.625rem;top:23.5625rem;left:51.1875rem;overflow:hidden;display:block; }
#W9WWa6tL8pWMHLbIsdhOhiXiRauRXWPc { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:22.625rem;top:42.8125rem;left:13.5625rem;overflow:hidden;display:block; }
#ShDmPdyGbW8k4gaCf57Mlw6Uax5U92FG { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:22.625rem;top:42.875rem;left:38.5625rem;overflow:hidden;display:block; }
#xOK9vDqxbXh3E1HomrZTlCOOaQi6AyOF { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:8.5625rem;top:21.6875rem;left:8.21875rem;overflow:hidden;display:block; }
#MuJWXmfCbPKTuCXbqS2eJBZBTvIJNiFI { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:4.6875rem;top:20.75rem;left:35.15625rem;overflow:hidden;display:block; }
#ka83yMxWRv3XpgpRuGylHGkLmWE1ptZM { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:5.5625rem;top:20.34375rem;left:59.84375rem;overflow:hidden;display:block; }
#ErFmEQFkDezOAMXIWhQsNyxI3BJwOUyC { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:8.8125rem;top:41rem;left:20.5rem;overflow:hidden;display:block; }
#SCXnGqz0KnFf6kR7pcP0usixqd6Fv2UF { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:4.9375rem;top:40.6875rem;left:47.4375rem;overflow:hidden;display:block; }
#sd6kRQL66amwrlc9RZpLlSqEr72LJGND { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:20.125rem;display:none; }
#XJce78p3bg5GwgThUNTbQMINRGH1xmUp { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.125rem;width:20.125rem;display:none; }
#mzoeeoJqX17J7Mhb6ESldgHM0Ig686Wc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:20.125rem;display:none; }
#ZEEyqvTSEwBCweaIQVGgR7ubBobtDM1c { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:20.125rem;display:none; }
#oiLw9uooPTReMNGePpW1JvkmV4uKpi2y { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:20.125rem;display:none; }
#GuHCdtTSTbTlVcSk4OGQVeasTJWMkpfO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/a3d85ac3-7ea6-4ebc-a28d-384cc050458b/Frame34.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#GuHCdtTSTbTlVcSk4OGQVeasTJWMkpfO.adaptive-delivery-prevent-bg, #GuHCdtTSTbTlVcSk4OGQVeasTJWMkpfO.lazyload, #GuHCdtTSTbTlVcSk4OGQVeasTJWMkpfO.lazyloading { background-image: none; }#GuHCdtTSTbTlVcSk4OGQVeasTJWMkpfO > .row .container { border-width: 0; border-radius: 0; }#GuHCdtTSTbTlVcSk4OGQVeasTJWMkpfO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GuHCdtTSTbTlVcSk4OGQVeasTJWMkpfO > .row .container { font-size:0.875rem;font-family:arial;height:43.5rem;width:75rem;position:relative;display:none; }#lB6fgXhINRhhATvI4KWHPi6lyc7RMeUP { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:20.3740234375rem;left:37.568359375rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TT1ZPACPein0CZ2VbM6k2TOOF65wUQnT { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:22.8115234375rem;left:37.568359375rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HKJ0dS0LctpZ8Z4ZgQqZfyWSsQHQEtWr { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:6.5625rem;top:17.2490234375rem;left:29.5615234375rem;overflow:hidden;display:block; }
#wOwTqtNTTlhJwfmSTW2Uv1fycCF9EI3P { color:rgba(var(--color-tertiary-0),1);display:block;width:54.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:12.6875rem;left:10.4375rem;height:2.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rXyRknTNq4Wvs6rtMOl7t2wGa7vL3S3i { color:rgba(var(--color-tertiary-0),1);display:block;width:61.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:7.25rem;left:6.5625rem;height:3.90014375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yNz4simk4bMCg2TpQizS9Mb4NwWB14Kh { color:rgba(var(--color-tertiary-0),1);display:block;width:54.12475rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:32.1865234375rem;left:10.4365234375rem;height:2.09985625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SwiiNuO2TTlJDxir3R1aZc9rVZCtR9yV { color:rgba(var(--color-tertiary-0),1);display:block;width:17.56225rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.1875rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:26.1640625rem;left:28.287109375rem;height:1.78125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eEoi6tCra9R392Qktd1qT5vobiTPiqP1 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:35.166015625rem;left:27.1875rem;display:block; }
#eVqLiIou5LFgxZg3TU3Dmrry3nhclE4P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SqsW1yKxI2TFM4po9PsekHdoQJqmDAO6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/a3d85ac3-7ea6-4ebc-a28d-384cc050458b/Frame34.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#SqsW1yKxI2TFM4po9PsekHdoQJqmDAO6.adaptive-delivery-prevent-bg, #SqsW1yKxI2TFM4po9PsekHdoQJqmDAO6.lazyload, #SqsW1yKxI2TFM4po9PsekHdoQJqmDAO6.lazyloading { background-image: none; }#SqsW1yKxI2TFM4po9PsekHdoQJqmDAO6 > .row .container { border-width: 0; border-radius: 0; }#SqsW1yKxI2TFM4po9PsekHdoQJqmDAO6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SqsW1yKxI2TFM4po9PsekHdoQJqmDAO6 > .row .container { font-size:0.875rem;font-family:arial;height:80.5rem;width:75rem;position:relative;display:none; }#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 .widget-form-header {  }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 .widget-regular-label { height:auto;display:block;font-family:anuphan;font-size:0.875rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);width:45.25rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal;line-height:1.5; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:45.25rem;box-sizing:border-box;height:2.6875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:anuphan;line-height:1.0; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 .widget-input-text {padding-top: 0; padding-bottom: 0;}#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:45.25rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:anuphan;line-height:1.0; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:45.25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:anuphan;font-size:0.875rem;overflow:hidden; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 .widget-input-select {padding-top: 0; padding-bottom: 0;}#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-0),1));background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:45.25rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:43.8125rem;overflow:hidden;font-style:normal; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:anuphan;font-size:0.8125rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 .widget-container:first-of-type{padding-top:0;}#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 .widget-container:last-of-type{padding-bottom:0;}#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:45.249rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;position:absolute;top:0.609130859375rem;left:13.624877929688rem; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:45.25rem; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 .widget-info-text { display:block;height:auto;font-family:anuphan;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 {display:block;}#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:45.249rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;position:absolute;top:0.609130859375rem;left:13.624877929688rem; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #L4TyEFtd4GB92TERLV8DRnmo0LwDctHg { position:relative; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #KpqnrSS0h5hKEcXz75Quo7T4n3EPT6IK { position:relative;display:block; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #nRTehzgkLfzmQiccTXgw2LAz7SGVfHaz { position:relative; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #W0BEKMsNGzVM0W5cs3vxNL2xxseD1OJH { position:relative; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #BTTkNHrnNqlD9RI99CXc0i9Qn9Gd43oA { position:relative;display:block; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #Hc5o3akTfXxgDeRcNDwLMbWEBGRAwAxg { position:relative; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #J5ek2c8tJyAdPxErJLoALeIZQZvPfaJz { position:relative; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #pSTdQZT5z2h5XeTlGlnaqJx95e0TPRdT { position:relative;display:block; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #KR23JoTVolEXktlMCEfGc6KEiI5Sih3E { position:relative; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #qzGIVRJTODlKUTl99TMoo8F0KESB2TJP { position:relative; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #PIoQ6tMPxio61EqAvZlIamb7mWtgiOrr { position:relative;display:block; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #uTkX8GCzqVO5Knuso5uzNAtHT3OhVKPE { position:relative; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #AxWHX2kx8wldX69W8czmW5r7Qr6MTyIy { position:relative; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #SAT5osUWoAb6b5kqOM046axeQQDzlfIO { position:relative;display:block; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #Okuz3MrhgdodLi4JSb97vqimoTPIE0NH { position:relative; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #BSg4f0TzrnG5cg0Mahfs5QpTxI2MydoF { position:relative; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #dCO1T1rVJuh1SL2v6GTqKRgNe4iQwOsP { position:relative;display:block; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #lkaFbfCDhSAXKpscA8qPNX6dczrbzqHx { position:relative; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #ZllQbxTk49KDvxe0Lkow4NaspKSlZwLp { position:relative; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #ZllQbxTk49KDvxe0Lkow4NaspKSlZwLp .container-column{width:100%;}#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #li6rzD7NofErwe36EKJKbHxS9h1bg7P4 { position:relative;display:block; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #QyxaygplaSTkCHRSJcSyyUE4TONehZEw { position:relative;z-index:2; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #PgegMXNnCEaFTmOQy0PNxCATX4lhZgBG { position:relative;display:block; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #pt535Sl7cTS1MSTWUqgRHbAytgHR1V3M { position:relative;z-index:2; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #JG1lwnGd4Gf0Fb9TQTT4Rx6hMJdcoM2X { position:relative;display:block; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #FhFZGFfDBZCIoE6f8Cv388NGQ7CObrmy { position:relative;z-index:2; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #mu9GHFlKeRdRCTus0eA0Vc2EUesPcC81 { position:relative;display:block; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #BGEwGEypLnApOXLd3LGqmCJ3Ug3GtBeT { position:relative;z-index:2; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #WyEt3aErcmVChEFdThPr9ox8AmQB5XF6 { position:relative;display:block; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #URu1ssCxS505kIBt7h3itgMZwBil3BCf { position:relative;z-index:2; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #AwoIw5xOLRLF7FHXCJLzBdrZ6aM5X41d { position:relative;display:block; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #x2mAsM3SAfkxGJdKabUEHsOaVy1nWgpl { position:relative; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #x2mAsM3SAfkxGJdKabUEHsOaVy1nWgpl .container-column{width:100%;}#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #yyOkc5RsKN5s2EQ7UR2GTDSfIUeDWF0S { position:relative;display:block; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #TTf8brdgWm5UmhGa8bFLFr3Fcb5feHtJ { position:relative;z-index:2; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #omCXVS4MkdTm9FERDuXRiobS6wVNuJ7B { position:relative; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #t3xdbNSt0bxtyLvckdbaa7GQvW9smULC { position:relative;z-index:2; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #KgKT8e7m5Fmxnfn5TudoBUcVTHdOCZ32 { position:relative; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #mp4V4oiJ7VLqdTScbveLgvstkTTeHxyp { position:relative;z-index:2; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #zxgZK9Q8l0rZDkVlhDQWowcn6tNTL3gA { position:relative; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #MvH1TfHWSWDIJhEshrJeRJBsrHzKype8 { position:relative; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #vvu0Kr7Syx9v9xxlrBF1U5FzH1NWeo8A { position:relative;display:block; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #GEoXKokMG4zuozLiTqDUzTbD4bwBZ0bs { position:relative; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #aRQZk2kyVsGr3qciOM04qZn8TJBPWd7J { position:relative;display:block;z-index:15000; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #ZTla9oKSyNc6NtTQTzltq8Vw2BT9VlsZ { position:relative;display:block;z-index:15000; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #bZXyJ6eVz2nTITVc3CT8sh5QHTenX5Ti { position:relative; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #bZXyJ6eVz2nTITVc3CT8sh5QHTenX5Ti .container-column{width:50%;}#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #ZvPAN4OEnk8t3HytE9HHmq9WEAvEDI2W { position:relative;display:block; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #CEOOH8D6ppcnNaDlvWug5LX6PAdwy2zT { position:relative;z-index:2; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #FFs6wSgIWpXoPX1oVIrSeBdZiC5UpGVA { position:relative; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #CW01qJ169apUhzyNXBJtbcNK59aZURzV { position:relative;z-index:2; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #mA86BaX4iU4zh9cK7sn1Tz2vPZTDo981 { position:relative; }
#WeLMeyiHU0bzWnzI9PUhRKJJ1ZbkUt78 { position:relative;display:block; }
#q51nqsMTtOiHArl3udZ7Nofreaf4sItV { position:relative;display:block; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #Bv0OzWZJ6HtS7Cy6qMBc0uflKHpDLMAg { position:relative;display:block;z-index:15000; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #tQkTnRMVzGc9EtH82sJlTLNMEio2Pn8m { position:relative;display:block;z-index:15000; }
#vT3xvxgsTCaQVUlpLRBI7CwTWyP3m7d6 { position:relative;display:block; }
#lIWgNH1hmML22D5oMrJHAp9UQuqNxBRP { position:relative;display:block; }
#nSPTWWs7UXbmKGcehGQOTSpTerZWFO4p { position:relative;display:block; }
#HFGOCEGBaSt0AdVXFvJq491z7q3wmzxW { position:relative;display:block; }
#Dl2ho2DK06yxowpRRGEpc4fqJ1AH9mmW { position:relative;display:block; }
#oJnRrBLZSmltfATF4gZTfbnU46tJvxZ4 { position:relative;display:block; }
#bxVWGThW278mVZTPQIrrnm4Gco5knU6i { position:relative;display:block; }
#mIk7Wdu282XShoqQbTRuThPk1BuqUR0U { position:relative;display:block; }
#sXto64gwaNlLFmiqISbKReA0lJtoRR4N { position:relative;display:block; }
#sE3v7FHi7uqLaXVN1wLbHvAuWwbsGyZF { position:relative;display:block; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #EaV3nJzNOstM05gWurO8N5iI2PRUkRi7 { position:relative; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #G0q1aoyeJbVLEWVUMT5ycJAZux9HbPPN { position:relative; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vGBlzpg2clskunW8JZg5zqAfOZFz8KGg { display:block; }#vGBlzpg2clskunW8JZg5zqAfOZFz8KGg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ILfJSD0U5dN6SssvCzL0B7wFQDaP7oZq { width:7.125rem;height:2.3125rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnLTSLvoONIy0K8V52N3aWOHT1L3rDeV { width:12.0625rem;height:2.25rem;top:1.125rem;left:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wn3nGvWn57k011oiZw55fi7CyV93hehI { display:block; }
 }@media only screen and (max-width: 763px) { #GhJQWBGspNMEunpUaIaK8UvFHpUMJLOD { display:block; }#GhJQWBGspNMEunpUaIaK8UvFHpUMJLOD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CVCaolLNVRbscpBKT7Xqo8ypzsQLLTwu { top:33.625rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NisN1zvNEnVUScpfKq9PrlUVmeg353im { top:29.25rem;left:2rem;width:43.75rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xN2Fv20muIG5tNVRI8igD9kI96PEhd3N { top:1.6875rem;left:14.1875rem;width:19.375rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBw3oTeTPW8sabeTi0gKJnhuDf90I2nB { top:3.5rem;left:0rem;width:25.9375rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsKHA7Hh44QlezsSvHPVUQH66ysDCOBy { top:2.6875rem;left:21.8125rem;width:25.9375rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfJw1GBGDhBkX71pQMsc44eMEDHHmIVq { top:0rem;left:0rem;width:47.75rem;height:32.425581395349rem;display:block; }
 }@media only screen and (max-width: 763px) { #hut5nKfaCQAftKxpDqBnRUECbklpKDfq { width:47.75rem;height:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kpW0BrRBU126eiHUvQxSNXeilNC9Gety { display:block; }#kpW0BrRBU126eiHUvQxSNXeilNC9Gety > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aarnrX5TzpTagWzdq0BDdl8yTuTJ2l5R { top:4.125rem;left:0rem;width:47.75rem;height:8.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHfH4mPvbW9b55xTu7sTUugHOIH05ND7 { top:14.75rem;left:0rem;width:47.75rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXO1Kb9X9oUsE1Vsg6qfOQdz33No1o8Q { top:28.0625rem;left:0rem;width:17.8125rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #puPxBGwx7leoNVXgV96fCDqLs7bs95Ax { top:22.8125rem;left:0.34375rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ovu3iecu7U9XmfbsBb34qL0gSJP9kQrz { top:36.125rem;left:0rem;width:15.625rem;height:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8wZTQNobmOGX2icxZroZniSkTUTRoRb { top:28.125rem;left:6.0625rem;width:17.8125rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJVHMJMyTR4UDCixyBqG5ys2t4ZPsRdT { top:22.8125rem;left:12.28125rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOPU6kQ45HLvN1lIWurWPTw3WZGN1pfy { top:36.1875rem;left:8.25rem;width:15.625rem;height:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKhmtoNqk8cKkiRdoUTNUsDihziC9IzE { top:28.125rem;left:18rem;width:17.8125rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #opIzQbOh0tMylgQo1SMvMmQLUuUNfQEG { top:36.1875rem;left:20.1875rem;width:15.625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHAPShC4ngyZSFVV4BnS386ZeVkd1b98 { top:22.8125rem;left:24.21875rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcKDTGhDKUMun4aowgUDdUhatNRMIvTt { top:28.125rem;left:29.9375rem;width:17.8125rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxI40Ichq7qwlUFnSSrxWBQTfuKuDhpW { top:36.1875rem;left:32.125rem;width:15.625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmEz1R0ysPQgKETaO5Vr0eRndDgDLxzP { top:22.8125rem;left:36.15625rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUTmoSz3Wy8OoHz88ZravMy0RVvBV4TV { width:35.625rem;height:25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KJipCKtCb1qWQsyoDct5VS0CyJZhc14L { width:35.625rem;height:25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fNOmxhBRBc1TzPUH3VTIdyRxA9FS6o9J { width:35.625rem;height:25rem;display:none; }
 }@media only screen and (max-width: 763px) { #e82ScRI2pKbyrdcFTs5GxIQX17nIUJsv { width:35.625rem;height:25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lry76QHAoXwVWwWHlfnCaaRweT1tkSGc { display:block; }#lry76QHAoXwVWwWHlfnCaaRweT1tkSGc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Br9L3yeUamWhRTVaLLsESH3z9X1dDBgN { top:5.4375rem;left:0rem;width:47.75rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZywnL4bTuW8rXvZBeR94iF9xUnvI7RB { top:4rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSS0698WHz1lhwJAAyTmm5wOc4eFItn3 { top:15.1875rem;left:0rem;width:35.75rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaJtRJpaCrVwfI1q4H6CgLD4CWZn42t9 { top:18.625rem;left:0rem;width:35.75rem;height:;font-size:0.8125rem;display:block; }#oaJtRJpaCrVwfI1q4H6CgLD4CWZn42t9 li:before{  }
 }@media only screen and (max-width: 763px) { #BTbr4eHqTasRKc6vT8kxL0TxcRq8mhUA { top:6.625rem;left:0rem;width:25.875rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVCPaLyTtbnFhHqL8XRCKvWDQRByZHeG { display:block; }#MVCPaLyTtbnFhHqL8XRCKvWDQRByZHeG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tnl1OZaoDx3op7inhUPwNuPaRs6JkFgr { top:5.5rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRep9IiZcKSilTofz4tOyFnBwLZe8wD0 { top:11.9375rem;left:0rem;width:47.75rem;height:23.63625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LywdtLM9wir9AppW4wvqc7u6sGIGac7A { width:47.6875rem;height:54.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tI8ee0x62n040crXGIZP6h64IBV6Kvkz { display:block; }#tI8ee0x62n040crXGIZP6h64IBV6Kvkz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rvd9IKIHQKnrru6zkpcKhoLEvdoHwR4E { top:4.8125rem;left:0rem;width:47.75rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4VxIJ1ZWTg6UXCpekqqbogUMmBdD30f { top:11.0625rem;left:0rem;width:47.75rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tivBZpVvwmkQiekhcLT6Qf3kKMifq3vc { top:17.9375rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #teTFKk2tPLEFVFS0hmPArMnpKNT52Odi { display:block; }#teTFKk2tPLEFVFS0hmPArMnpKNT52Odi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WVo8AT1cAFpBwcakzJNP5AX2mf6CC0sZ { top:5.1875rem;left:0rem;width:47.75rem;height:8.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTMc18Jv6H2SrNaliTz24V5hguUFkJXy { top:23.25rem;left:0rem;width:47.75rem;height:17.881276150628rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXw1XQpNA3ztXGlQTOyEIyT37yw3KGky { top:31.0625rem;left:0rem;width:11.5625rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBfTI8oNcbADruwiW5Fde6G6x9xNLkTd { top:27.625rem;left:17.4375rem;width:11.5625rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJo5OvP8agJIT1BExegkWVBgsGdttyu7 { top:13.3125rem;left:36.1875rem;width:11.5625rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQAfkucS98ouQ2dgVUA068sey3sSve23 { top:51.625rem;left:0rem;width:17.8125rem;height:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFWT3x51HwrrDlkPfbFoaTVJTuKVbJDg { top:48.875rem;left:0rem;width:15.625rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMbpL6TIPpT5K5UbyGCWW8ET7KlMfepu { top:21.6875rem;left:14.125rem;width:16.375rem;height:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcAwUAL6OLSlhHlhzATJCutLTUtBaJXL { top:18.9375rem;left:14.125rem;width:15.625rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #na8HZbB4H2tK5lDphA5xC6N2ALVkvQRq { top:35.125rem;left:31.125rem;width:16.625rem;height:4.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAhtgALO34itWgIKqEEhUcirc30Epf7x { top:32.375rem;left:32.125rem;width:15.625rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0ToV4KIAiblkPz8gd54zSk8f5AgLGZR { top:46.25rem;left:0rem;width:20.625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJbAVxXqiTiWGhdwBUJE5qcn8bgVqQlc { top:17.375rem;left:12.6875rem;width:19.0625rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvBWtOKf310XvBpAsF8ZzTTuTJZ9boaT { top:29.75rem;left:28.0625rem;width:19.6875rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwlThHA7rXCy8qwd9wbIPXs78rPlPO3C { display:none; }
 }@media only screen and (max-width: 763px) { #gLrmbGL34z4F6X5GMRI26QJPPix1fOTq { display:none; }
 }@media only screen and (max-width: 763px) { #PLCxcX3tNlF4Q1h6OhGlJRnDHvS2DcKb { display:none; }
 }@media only screen and (max-width: 763px) { #ofyHH6WekAnfBJQ094aCfcOozbR4L0HP { display:block; }#ofyHH6WekAnfBJQ094aCfcOozbR4L0HP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f6OicMZ6rOXrN1da3BmEFPsv58olWpQp { top:3.25rem;left:0rem;width:47.75rem;height:21.646666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUJWxSDE73ripzSmK81LMl4hw6bBq63f { top:12.1875rem;left:0rem;width:36.1875rem;height:12.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCsPTqZCoB02mxVIRZzxTzmFpC31ITcW { top:7.0625rem;left:0rem;width:36.1875rem;height:2.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKEDUodxPzrw1BiRk0apo22T4sdHuORo { top:25.9375rem;left:0rem;width:31rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVgzvr6dAoCJETEZGXNN8ENX1ToRTIei { top:0rem;left:19.3125rem;width:28.4375rem;height:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNwnMtzS57IspID2W5gQDqu41wI8uU5O { top:40.25rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtGWouXDua0DZ77WyTkzPMJoOEFcIHxG { width:15.625rem;height:3.4375rem;top:80.875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #furF0xVJZ7XiflKFTx1eOHR7lERwUpcR { display:block; }
 }@media only screen and (max-width: 763px) { #s55Oi8J3ianvZKRSa7m0QgdSaQU5sGR8 { width:40rem;height:50rem;display:none; }
 }@media only screen and (max-width: 763px) { #x9CIhBt7kZGK1MTnemMK2sEtQBMUk06f { display:block; }#x9CIhBt7kZGK1MTnemMK2sEtQBMUk06f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qBSsZH8e4KfvTEqLhFIPiL6JDTDoX1kS { top:3.1875rem;left:0rem;width:47.75rem;height:21.646666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #miyvHkXtT684mKHbmE2qE24UnCl8AmRw { top:7rem;left:0rem;width:36.1875rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1fivotMR5HDJuXXXWqSCSKUSbqarWrV { top:12.125rem;left:0rem;width:23.6875rem;height:12.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTD3tIxABVPMLXxQNT462wk1xsmP8mxl { top:25.9375rem;left:0rem;width:32.6875rem;height:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqTM6sVIyAoe4FoSX6XIv3RSVXeJ597a { top:1rem;left:20rem;width:27.75rem;height:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSnFn3cHcTUTy3HeJLs4OgBMmGEzkSOS { width:15.625rem;height:3.4375rem;top:80.75rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrWrKrT7M0bE6FFQQNO2KeZbGXFiorbS { display:block; }
 }@media only screen and (max-width: 763px) { #MkuWiEvtALON7QLSr4Hf0GzWC1lXG9Ly { top:40.125rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnaMpEqXP5U5VIZFomAIh4qnB62X7QwF { width:40rem;height:41.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #w3D69Ct2BJZgrSnugbNdtpwDJvPys8mm { display:block; }#w3D69Ct2BJZgrSnugbNdtpwDJvPys8mm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ERNfzFP87DTIT3eVGTCUcWaIk3H6idTz { top:3.1875rem;left:0rem;width:47.75rem;height:21.646666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #ss7typrtKGcicROBlxcS5fRctDJuRk9P { top:25.9375rem;left:0rem;width:32.6875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #smIZ7tTHEziwuDUTlFPvAVuyUsyHIWBw { top:12.125rem;left:0rem;width:26.625rem;height:8.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #srQaebsXROGteaHJ5MVcITnzbkduqJEv { top:7rem;left:0rem;width:36.1875rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud5cqAZTBCO7Z6wvX6FTNA1KhnGPloGV { top:1.25rem;left:20.0625rem;width:27.6875rem;height:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUfKh4WtPBXyFhB7cnx6LTBds8QkdAxD { width:15.625rem;height:3.4375rem;top:79.5rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tE2hA9mplQ9huTUpoIH8lD921Q2x5eNB { display:block; }
 }@media only screen and (max-width: 763px) { #EqM8xARFpsaNRJDVXQv2lTwhTwkziCmS { top:40.125rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IthZOS1uUI41mFTHTwTPCycxamaQrwKd { width:40rem;height:37.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #eVqrTpzZfWPctHSF6Nxz18mipy9mrDJe { display:block; }#eVqrTpzZfWPctHSF6Nxz18mipy9mrDJe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d6ChFc5HVZ0KltdQrEXiF7y9D3WPpIVm { top:6.5rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETkdq788EK7HJNlBgSoT3iGtBdoUGaOd { top:31rem;left:0rem;width:21rem;height:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXlFM5goyVagZaEXNu7CpWTysTLqB766 { top:36.5rem;left:0rem;width:30.9375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmIZ4h05BEU9KPtTi49hNV2AVmBOeE7b { top:40.5625rem;left:0rem;width:33.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVAILea2MWlVUffMxztiwRDRdGxAOs3i { top:31rem;left:23.875rem;width:21rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8xQFEIabPhfRi8A72ben91HFf9Htr4q { top:36.5rem;left:14.625rem;width:30.9375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lh9wgTNIGgWDvARgaxqP3fKfoVevGInK { top:40.5625rem;left:14.625rem;width:33.125rem;height:;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTCNyUk5xDSpbW1Un87Lq6AP0bs3gi3D { top:13.75rem;left:0rem;width:33.125rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKMVaHgNtqRQ2Uc5KnTvmHfoT61xKXp6 { top:13.75rem;left:14.625rem;width:33.125rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VP1f2GSvVl0pHU3lx4SCQAu1IwRnbh0Q { top:69.5625rem;left:14.625rem;width:30.9375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsvFQGTtbL8CMOL2De0bENJNz659T3We { top:73.625rem;left:14.625rem;width:33.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KL7z0fpEUyPTHTppk5NsDUiXBKuclxe2 { top:64.0625rem;left:0rem;width:21rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXOKP0la1VuhIBQeCf3KTPBzW0mhWHth { top:69.5625rem;left:0rem;width:30.9375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTdSquDBhxNZqQ44CIpVMAhkBFr5HDy1 { top:73.625rem;left:0rem;width:33.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CV1Vz6MtqF3aFxHpiCb2m9NPQSWCzlmU { top:64.0625rem;left:23.875rem;width:21rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #okJKC4kDNFFPCFT38got40Ka18So0gzV { top:46.8125rem;left:0rem;width:32.9375rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOWkJIJH0rfgm0fmu8VuhQZq3GPp02FD { top:46.8125rem;left:14.625rem;width:32.9375rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOGnR0toOg6VFCsEytTRh5dGLAyXpIlc { width:12.75rem;height:2.125rem;top:40.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDLTOaA9mBxc9ma5ZSZKJz4FbJ6UhRAd { display:block; }
 }@media only screen and (max-width: 763px) { #Tox8FOUQT1dTkco0k7oXreexP8pTSGIl { width:12.75rem;height:2.125rem;top:73.125rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ik00Q6sI62JWEuxBXM1NVKvresSuvZzF { display:block; }
 }@media only screen and (max-width: 763px) { #eJSbSewZKwLuN3ulZfgu3tfALvc1kEBP { width:12.75rem;height:2.125rem;top:73.125rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #g2lLr8UOtBXPSX7DC8UttvqxaB817twn { display:block; }
 }@media only screen and (max-width: 763px) { #NssxGP5CmXDkI7n2kV4T1owccZ8Fe3OJ { width:12.75rem;height:2.125rem;top:40.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLdMgyFdoCUvVIS32xNg36Sf99TefQSy { display:block; }
 }@media only screen and (max-width: 763px) { #iN0f4zRTNUUwZlCzCpxVE9wTL5MsFCHp { width:12.75rem;height:2.125rem;top:73.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTsShp4Gr0spZu0E7thE2NfmA7isKlL1 { display:block; }
 }@media only screen and (max-width: 763px) { #m2xyqe91qIHWpTWQ5UGm3QQwfkUu0zBo { width:12.75rem;height:2.125rem;top:73.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOJU2f3a3ef7kgIgiF3gwTZL3OCsyrPn { display:block; }
 }@media only screen and (max-width: 763px) { #PtgGKIRLIpnotft7WdDfEGv8qCotZ0Og { display:block; }#PtgGKIRLIpnotft7WdDfEGv8qCotZ0Og > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B42m5aothe7U1wmxgDGXrPUqAMKJxoZf { top:4rem;left:0rem;width:33.9375rem;height:8.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAU6U9dHyTu9ATfFOc6CKkcLOJFmBTIO { top:15.25rem;left:0rem;width:29.8125rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5MC22gupIoDb2x4xKarIATskBEbF7y8 { top:23.625rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXo5whz9nTynFglPDapg4KwF3WISK8eR { top:24.4375rem;left:0.0625rem;width:11rem;height:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcfrkRDMSSpNTN0t22W9fAT4mv8Uqyo3 { top:29.875rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtnAn8HWzu2pVnkJcosWKyoopEQ02Ive { top:30.6875rem;left:0.0625rem;width:11rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zn2JEviyBFnEbSTn7mVmEcquU6FxSlMB { top:36.125rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qegFa9yqadi5i7L8GJB2IrJQr378AVgt { top:36.9375rem;left:0.0625rem;width:11rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFzSosBpObZeu3IDT79rP7v9lmuX4lTP { top:42.375rem;left:0rem;width:47.75rem;height:28.705847953216rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGlMNrBBvPoe9gRJkbQNEHcFprA8iC1c { top:10.375rem;left:16.5rem;width:31.25rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9rNz206D73c7mv1zFHscpn6v5HxwvoM { top:7.875rem;left:10.25rem;width:37.5rem;height:96.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l29OmvTSl1TVHTW8t3AHkttHK92QJ1om { top:5.3125rem;left:0rem;width:37.5625rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #coo26SP16Q0X3oHhs49FJxVISMnFSK8U { display:block; } #N3f6b013b582bf9278629ea7b3f22e85.widget-smartsection *:focus-visible, #N3f6b013b582bf9278629ea7b3f22e85.widget-smartsection input[type="text"]:focus-visible, #N3f6b013b582bf9278629ea7b3f22e85.widget-smartsection input[type="email"]:focus-visible, #N3f6b013b582bf9278629ea7b3f22e85.widget-smartsection input[type="tel"]:focus-visible, #N3f6b013b582bf9278629ea7b3f22e85.widget-smartsection textarea:focus-visible { outline: none; } #coo26SP16Q0X3oHhs49FJxVISMnFSK8U > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oNH8X1swMEHFA6UEfocRWD8TJqPTCZL4 { top:2.5rem;left:0rem;width:31.3125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwAFUMIOzcUDNRxPvb6xL7HMPsnOEIBA { top:23.625rem;left:0rem;width:16.125rem;height:3.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #upRFeyROupZTMovAF8HXDvuBqDC5QCZz { width:20.0625rem;height:3.375rem;top:28.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bby6gOBm3Ma6N7bRKtxHi6qyvBBnXOwc { display:block; }
 }@media only screen and (max-width: 763px) { #ZLTkWwNTAt47Dz7X0Tn4RH8f6igDtnoC { top:12.8125rem;left:0rem;width:33.375rem;height:10.5625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S97DE1nPKllQmp6ZQsvoQTuqKC47ZhC0 { top:4.9375rem;left:0rem;width:16.875rem;height:6.9120023911794rem;display:block; }
 }@media only screen and (max-width: 763px) { #q89E1I9SvmJn6AHEZ5yo6FIalwVw56uN { top:23.625rem;left:4.875rem;width:13.5rem;height:3.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wk3vopvcvUI6ggimKpzSny9aZXBSahht { top:0.125rem;left:0rem;width:47.75rem;height:32.212085034014rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7pEH7DsC6Tw6C9cVzweQ0PHdyv6waD4 { display:block; }#T7pEH7DsC6Tw6C9cVzweQ0PHdyv6waD4 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oqW9VgUezUMo92KyzCOT4ha0WPs6WTSX { top:4.0625rem;left:0rem;width:42.25rem;height:13.125rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oidA0IMWTSwHOvq6kzDyWlKHaS7kVZLd { top:19.0625rem;left:0rem;width:28.1875rem;height:4.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6MlzwTlsGxuUoFIG19lnwHLug5wxixM { width:20.625rem;height:3.4375rem;top:28.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgfnDfys3ZNf1SenQuo75LEqE4Et85mz { display:block; }
 }@media only screen and (max-width: 763px) { #R5Ubzdpg1UnRb6xqU0mg04Ztb4E0G3bG { top:3.9375rem;left:14.875rem;width:32.875rem;height:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfF1gX6vMradEVy6x4FMQyBVmiT92r8g { display:block; }#dfF1gX6vMradEVy6x4FMQyBVmiT92r8g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sVEiGE0meOfpnUJ4Jm2e8rcsSxPhT1Na { top:4.75rem;left:0rem;width:47.75rem;height:4.5rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #aods7NekXyB1EWvLnJoOERWhFbHmgrMJ { width:20.625rem;height:3.4375rem;top:38.75rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJM5x2LgJ0sGCwL4S5hB46JzpW6l30r6 { display:block; }
 }@media only screen and (max-width: 763px) { #y13AlXrLLg6D3QGvstzrO9BUSiKzpG37 { top:10.625rem;left:0rem;width:47.75rem;height:16.104772727273rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFJimr8gqPL1HvrJM6NVw8FSbT4AKPtE { display:block; }#hFJimr8gqPL1HvrJM6NVw8FSbT4AKPtE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IJ1Z2ShJTCWvNkM54DRyLOudkfIADHcQ { top:5.5rem;left:0rem;width:47.75rem;height:4.5rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui2oeSGXCacwve1COSRV21TOoNHsKhLF { top:12.5rem;left:0rem;width:22.5rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xewKqFVT8J5cPPf2EeaIZx0anB7WnmK2 { top:12.5rem;left:9.25rem;width:22.5rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZfbiewUhP2Bro8TrhlKsHa3OiiUWch6 { top:12.5rem;left:25.125rem;width:22.5rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHSvHRhDmchLtJs3bb3yQqBb2S8t63P6 { top:32.5rem;left:9.375rem;width:22.375rem;height:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcOWqAsMhImNcIzCkp41buUuQHevX4AL { top:32.5rem;left:0rem;width:22.375rem;height:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQx7ZJ4UHHiXhhNxprt57NwzTTu9eDC6 { top:30.5625rem;left:0rem;width:24.375rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrWK5T088lW3IXSHWCfeTNh86RAxUTfl { top:30.5625rem;left:7.375rem;width:24.375rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AntWz7FCodvX47FAU5oQxUwDidbXrVrB { top:32.5625rem;left:25.25rem;width:22.375rem;height:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rp8AnrNSd64rKKzDogBzV5zZfIvNxtBZ { top:30.625rem;left:23.25rem;width:24.375rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tB3znOD0BxU5Dp7NvG5qM2EpmhZd7duq { width:30rem;height:16.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RbDuubaTKBGmVLUz0waMvyTPTWzWr2O9 { width:30rem;height:16.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eR9qTFClbfCAysQspwdhwTrCGnLGu5RF { width:30rem;height:16.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HyRTdKIhOHJNVMUKBdLrsVoZ7WWXbgOF { top:38rem;left:0.5rem;width:15.375rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C68ki4XlTyHZCfKUKdDNWqlqvhE2tnbI { top:38rem;left:16.279541015625rem;width:15rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EicwAdVoKMVBWQz2twHV7OWmp3oBtPG7 { top:38rem;left:32.15576171875rem;width:15rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXu6kH1ZtgruWFAZwD6tsNWOeP7rOU5n { display:block; }#OXu6kH1ZtgruWFAZwD6tsNWOeP7rOU5n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tPVmWcTZCtqHPn1dHoImkVXMmDRrvvkp { top:5.8125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIy2c5f59DmOaFDS6iuidp2osQ0ADFgr { top:18.5625rem;left:21.6875rem;width:26.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCPlVXPLEs06eiqg8I1ThfOFTdmoTTar { top:21.3125rem;left:21.6875rem;width:26.0625rem;height:6.125rem;font-size:0.8125rem;display:block; }#DCPlVXPLEs06eiqg8I1ThfOFTdmoTTar li:before{  }
 }@media only screen and (max-width: 763px) { #T9ECG9y1pFkBXQTOoO9p1egmpxV74UwA { top:7.9375rem;left:0rem;width:25.375rem;height:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fo740zVeg6X57iuINqsb3zRrEyzTSAQB { display:block; }#Fo740zVeg6X57iuINqsb3zRrEyzTSAQB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pnmorwpqQwitDgdXsTT5WqXzGRZQzKCJ { top:5.75rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhBIMKWH9MrT1cSnnGOiFIK5zQQcRe2p { top:11.5rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeWVdKRT4DUkDgcPsHUAFnGIkIvBp5OI { top:16.625rem;left:0rem;width:23.125rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMIB4ou2gardfB8WMkTX9JfmmHdfN8GM { top:32.375rem;left:0rem;width:20rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeUTPs0ROfF1lABQ0QTsf06OvT6WIoTD { top:36.375rem;left:0rem;width:20rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1cMs3fsRIWxaHTXZQ6RIg9o9TUQErg3 { top:16.625rem;left:8.625rem;width:23.125rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hL3NGFOLwD4ak3G6RxBMakBFXfaQrB2T { top:36.375rem;left:11.75rem;width:20rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPrNMPBTHR17UbqzOeOHUOJ2JffehTzy { top:32.375rem;left:11.75rem;width:20rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FW2WG0nsfUf09FosclrVyhZ37b5NffZT { top:16.625rem;left:24.5rem;width:23.125rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6Vzzvra0lscUlJy3vhxm6zySQQCR7KJ { top:36.375rem;left:28.875rem;width:18.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWCF3lZL6GQ33HDswsAOncxbN8TfCf4J { top:32.375rem;left:27.625rem;width:20rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmBBQPRDsSmIdQa7peX2oAZ3aJy2mgD3 { top:16.625rem;left:0rem;width:23.125rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wASQ1Qu5xEhAfQdduDxegA5UHHNAg4Cu { top:17.875rem;left:13.0625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWywHEkM29VIy53v4b0D9ZBFk1k8nbwf { top:18.3125rem;left:14rem;width:1.875rem;height:1.875rem;display:block; }
#AWywHEkM29VIy53v4b0D9ZBFk1k8nbwf > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #O90INGQJo7DwK4TLtcO1Pndiss295F81 { top:17.875rem;left:28.9375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKFJtTZrFfCbqJvLJebFB6a3vH6aq4Td { top:18.3125rem;left:29.875rem;width:1.875rem;height:1.875rem;display:block; }
#oKFJtTZrFfCbqJvLJebFB6a3vH6aq4Td > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #RUhBLuzryigvo5BOdXEUgd6CL6Zgfnm8 { top:16.625rem;left:8.625rem;width:23.125rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l99MkGOyTauyOs0fxpdyEbJk7bMPI5Oq { top:18.3125rem;left:45.75rem;width:1.875rem;height:1.875rem;display:block; }
#l99MkGOyTauyOs0fxpdyEbJk7bMPI5Oq > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #vI9Z153DxCKt0cSy4O2colwFzoLU7OG7 { top:17.875rem;left:44.8125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8kAvcm8RtT1uOq2nPyF20GEoGmqCRoT { top:16.625rem;left:24.5rem;width:23.125rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b40IcIMVdSDFTIG4rFocNbt2voTTTGG4 { width:20rem;height:17.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wiZlBh32JhztCAHNVsJS4OS1ovq0s2gR { width:20rem;height:15.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rt4iUhyUrJzJKrSP423aXyF80vZCu6s1 { width:20rem;height:15.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #V0mvG1eiL8d1LRe7DbtFmOtn2pR2diuS { display:block; }#V0mvG1eiL8d1LRe7DbtFmOtn2pR2diuS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RHrswFiVcs2B7Fy5RLGC1OQyMxRA37xN { top:5.75rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9eEuTPLz6I2HZ119vfRGU6txSGzHS6J { top:11.625rem;left:0rem;width:46.1875rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMzGMTrKiDg5X9INPuUJNgIU1BT5rixu { top:54.125rem;left:0rem;width:16.25rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQRE8x8Gkuuc3RgzDCG0d1LsyN0cBT7d { top:58.9375rem;left:0rem;width:16.25rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #udN1mT6l7d2B4acpgd5D2xK3KOBsDXAX { top:51rem;left:0rem;width:16.25rem;height:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7TZbSlI6t6CT5c4MlNsU2wxoIGLxoe4 { top:48.375rem;left:0rem;width:6.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2wP5ugTIo8xTEnvWNpyNhXXovzmMc9G { top:48.75rem;left:0rem;width:4.625rem;height:1.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDdTRtme8vzgKQ8IZdqggT4u5Jr7MKBD { top:54.1875rem;left:7.625rem;width:16.25rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTLRdK0SORH9bNghlpLwQkfv9sVbgz5t { top:59rem;left:10.6875rem;width:13.1875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9Ta9QJo9LpTpcyx85H3D8BixtnSeXsL { top:51rem;left:7.625rem;width:16.25rem;height:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkNTWsme927rw0H0rVt5x6Tokr5Byyys { top:48.4375rem;left:11.9375rem;width:6.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfOb4mMUTbQOJTKw5MfNIQAqx0bTxdae { top:48.8125rem;left:11.9375rem;width:4.625rem;height:1.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJ1N9RPgnhTPcZOS7lZvCl3v7ngyPt01 { top:54.1875rem;left:19.5625rem;width:16.25rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLSBKF5GaT2RweW5yayOrFsLNDd8Zg1O { top:59rem;left:19.5625rem;width:16.25rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvhTU2Tda3ZfeJVpZe90daU20X2FbgC0 { top:51rem;left:19.5625rem;width:16.25rem;height:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAnXOVGzSITqx2U24hDFDEpCmtx5QfO9 { top:48.4375rem;left:23.875rem;width:6.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLwmB1ophKsJbm0ngZO6svnB5xTDpRq5 { top:48.8125rem;left:23.875rem;width:4.625rem;height:1.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9Xr2LwWBlIIWmQ942TyZ8Z9Mn1Q8PxJ { top:54.1875rem;left:31.5rem;width:16.25rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkORifyRaLWiishz9TNqLhPc9Gmv63lL { top:59rem;left:32.875rem;width:14.875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoUy8Z19oMAFGFvcDOCAqvIS0Fqd7CIt { top:51rem;left:31.5rem;width:16.25rem;height:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTAD0MF3kv2yKp9sMwM6QTrdqeZqTWLm { top:48.4375rem;left:35.8125rem;width:6.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTC7nhbOdcDhieWbfAmiOcpeGdgnzyIT { top:48.8125rem;left:35.8125rem;width:4.625rem;height:1.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pELdlphQqwA7zhaaleSHM5ogK9tUHVIt { width:20.625rem;height:3.4375rem;top:68.1875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvAOqoESTs7ZSGPVcONTTGSBBmXNvvNS { display:block; }
 }@media only screen and (max-width: 763px) { #FiUGZac3Sp7p3lk47amUbFvkl5Mdoyv1 { top:19.4375rem;left:0rem;width:47.75rem;height:17.065434782609rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbC3HBbSCtaSGvU7Wio9pDcI0wDRTViK { display:none; }
 }@media only screen and (max-width: 763px) { #gStLsZLyZyc5ai18pVUVTP93Opu9GBWt { display:none; }
 }@media only screen and (max-width: 763px) { #F7GUbbTACEUVb8xIiuTgQEd4mUwFCXGm { display:none; }
 }@media only screen and (max-width: 763px) { #SMmCUIM5F94M60GrX0w0bfn2k2CdzpKB { display:block; }#SMmCUIM5F94M60GrX0w0bfn2k2CdzpKB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ng8PlR3T7HkSUpEPq4QvJIC1mvn7EG0s { top:30.375rem;left:0rem;width:22.5rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nde3FG1OElSe83oqXAqp7Uig1WCkoH2x { top:47.8125rem;left:0rem;width:22.5rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3CPElvxuqEgqNDeDzHxEsTHveoMIhKP { top:52.9375rem;left:0rem;width:19.125rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M97BT7URqrt8DbSWde5zPWQMDvfTU9qW { top:30.375rem;left:9.25rem;width:22.5rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFHa4ETATKVxUI5LiTA8usbWsbTrBz3g { top:47.875rem;left:9.25rem;width:22.5rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dz4hiK3DZGref6LmyqmhHWE3W8nvcrdr { top:53rem;left:10.3125rem;width:21.4375rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUwemJBp4TuTNBARDgCM6BRbG8LL670T { top:47.875rem;left:30.0625rem;width:17.5625rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5RrIzLDl7XxwA8P638vSsBzvyCvZAgL { top:53rem;left:25.8125rem;width:21.8125rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSwThuaHWV7W818sw8DFeTcHaTJqHo1C { top:10.8125rem;left:0rem;width:41.375rem;height:7rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTZaIo90GoaJCReoM50GdVcCTu4gH8Vq { top:5.375rem;left:0rem;width:17.375rem;height:4.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsMzbwfx9VDXhiqcIwUTBD9IUOFzPTp5 { top:32rem;left:0rem;width:6.5rem;height:1.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7pM0ClwsLKE1DpD5MA3JzHca1LfFQ5h { top:31.625rem;left:0rem;width:7.8125rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bS2OyBfDFIaQ3KZeLIwT0OBlMKKWp1fl { top:31.9375rem;left:15.875rem;width:6.9375rem;height:1.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #brllZ2ox5VVllvT8NKdsG9Bt2EdV2Has { top:31.625rem;left:15.875rem;width:8.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbUq2CSZ5DaKwlKmnGkmn0offtDIkfTl { width:20.625rem;height:3.4375rem;top:62.5rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAoRIOkpROmtUfQ7OT3ke7DMc23s5crO { display:block; }
 }@media only screen and (max-width: 763px) { #CUneSH6uckQthsnm6IBKfQcCVcUkICGV { top:18.75rem;left:0rem;width:42.8125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5axXA8SFQnlhCNSNIeyJhqSEItTO6z3 { top:3.9375rem;left:26.875rem;width:20.75rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFhQ0XCSwWNGuqxGkqPCwafm9hZuel9t { width:20rem;height:11.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #frkvAEEr41SAsDx6rEsPMlhbqW3pCTsn { width:20rem;height:11.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Su9pUfT7Nf9MnKh9p4cq27AXySzvJeyQ { top:25.3125rem;left:0rem;width:47.625rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnXPn1N1eSmFZTzbQ00o1ChOhnr24UkS { top:30.375rem;left:25.125rem;width:22.5rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDVNOudelTks85wBAIXUhODyRNOmT3CP { width:30rem;height:16.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zomGGf4tc3Uzmya8QczbVTW1k0TLf2A0 { top:31.625rem;left:31.75rem;width:8.25rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ss6B6CEpbapMw6lBF232muqMJU2fGHlW { top:31.9375rem;left:31.75rem;width:6.9375rem;height:1.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jxi8UmdsACaeTdhRKl0MaB1Z5vCBqAku { top:31.625rem;left:15.875rem;width:8.25rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZRsMIpphuUXveFfrX0Io4e9ErPcEdgdJ { top:62.625rem;left:0rem;width:5.0625rem;height:0.875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hgXaoiT4gtiAMPLiyZV5PPTNNBuKZe4n { top:58.6875rem;left:0rem;width:22.5rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwDwR4mlanVf6G08Tq6RmKiox7NQV9Jf { top:58.6875rem;left:9.25rem;width:22.5rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMZvt2OUHGAD80LmvG1AT9uwz4VFdJKQ { top:58.6875rem;left:25.125rem;width:22.5rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKTxbhFUDlHrxrD79wpMHiQB19rHHOiN { display:block; }#SKTxbhFUDlHrxrD79wpMHiQB19rHHOiN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iZLFp3TgzPspBzhed8MfOFy8pWFTvVdr { top:5.4375rem;left:0rem;width:17.375rem;height:4.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTkmfQTLnMSnXHLFR7OyEBGuhnetOErx { top:11.25rem;left:0rem;width:41.3125rem;height:12.1875rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv0fZI4K747oN7ZdG5JI3eG6Wcdc6xFk { top:25rem;left:0rem;width:46.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTWunfWKle3fM7UpL90vLRhTWWaqkiz4 { top:37.75rem;left:0rem;width:22.5rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw6egeRvi5BJ16z9gEc8nsJOnJGgCR87 { top:41.4375rem;left:0rem;width:7rem;height:1.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Krqo0HNS8hgTdMQ6r4Z82Ou1TZBtMUvB { top:40.9375rem;left:0rem;width:8.75rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5nN9JotQs6UBq6PViWhCG0OS2qwbAyN { top:41rem;left:7.9375rem;width:10.9375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovmRka9SZ4KyHmAxTogLclk3k2EdIXgQ { top:41.4375rem;left:8.9375rem;width:9.3125rem;height:1.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iATIw3UqFdTM1X67Jk3SnkRMEwNSrPF6 { top:36.75rem;left:0rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #viA1WWSHW6STiB5Vfe7bcTw6a7CxEdv7 { top:68.75rem;left:0rem;width:6.625rem;height:1.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF6VVBWMmRKsefgiAWglgUXFxoOGQu0x { top:68.25rem;left:0rem;width:8.3125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hd5hOTTHFBQcQtT51lbpNiKv3J7IDIsb { top:68.3125rem;left:7.25rem;width:12.3125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #La15yah9IaBOeAVTn7Fc0rJmSWMlooQH { top:68.8125rem;left:8.25rem;width:10.5rem;height:1.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvzDtezT3rzAInTpTglTTf6D3MR7SCVc { top:65.0625rem;left:0rem;width:22.5rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdVVOm1OgAM9GCT7AaRg9qTZSWDJMcSD { top:64.0625rem;left:0rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9v91JMu0QULAX0PyG3CbKLTN3ssFkLC { top:68.3125rem;left:17.1875rem;width:6.5625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViwTBXrGWdi0I796KZ1EIA11TWVy0C0w { top:68.8125rem;left:19.125rem;width:4.75rem;height:1.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcrGvi9H7L0MlUVKGJEuCIyXhNIQR4Ud { top:48.4375rem;left:0rem;width:22.5rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TktoTKgWgI8K6XDdgVZtwmhXmimEKba5 { top:52.125rem;left:0rem;width:6.25rem;height:1.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOLqOLzB2zxsUJneUTioIJ3o7ZilK7Va { top:51.625rem;left:0rem;width:6.5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #thTpaT7dvTXFRhOcOEUxND5dIrmltqlP { top:51.6875rem;left:5.375rem;width:11.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pX7UZXf607B0eLdue05sEewsPdFzVJdl { top:52.125rem;left:5.125rem;width:11.875rem;height:1.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hS3fXrFo7SlgcEXfah6fsh9pkBTcDQkB { top:47.4375rem;left:0rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6NRhzzRmN1IAMcFLIQqzhoXaIPXpM7C { top:54.5625rem;left:0rem;width:8.125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrsBzIyRs23qc8hTNNMFtxh6TcFk4eE2 { top:55.0625rem;left:0rem;width:7.25rem;height:1.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmJhwqe0icyEbzaiQ2qctLh0ZnBwtHSg { top:57.5rem;left:0rem;width:9.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KITbnv4Kn7OeW5FRFGWsGfbhBNPJcuD9 { top:58.0625rem;left:0rem;width:8.125rem;height:1.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHRmdTlNbmCgNs3fVTnRM7tugER20ic3 { top:54.625rem;left:7.125rem;width:5.125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyGFhl0dCUrK0224bxTOpLuhxTVs72sU { top:55.125rem;left:7.75rem;width:3.875rem;height:1.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqH13FT0ipt79J7eBOiIUFHhK3v71VE3 { top:37.75rem;left:24.8125rem;width:22.5rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShkZRkUDpyPLwTD81UtqbJdTAWRz1xoG { top:36.75rem;left:23.875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGNvqCGpyM7vvaoUsQ6G3WfpU8ZFQHd9 { top:0.625rem;left:21.5625rem;width:26.1875rem;height:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT7hvP6Szgnd26HCa1PDsHW2tnNoG5Fo { top:28.5625rem;left:0rem;width:46.375rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKWxlT6wly7l5guUsTlkgG4fkr7SJZIb { top:65.0625rem;left:24.8125rem;width:22.5rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WC7lkF5JSqQJsZLEUpszJHPTDgbN0dNE { top:64.0625rem;left:23.875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhFVkoruzlMgCgnIZZH4IUT2X4L30sSD { top:44.0625rem;left:0rem;width:8.9375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu9ciBVpfhNCQPge7IGCTAEAzoIyqXx6 { top:44.5625rem;left:0rem;width:9rem;height:1.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3gJVIg8PIdKoZt0ZmEG4BGxT9vXnarH { top:51.6875rem;left:17.1875rem;width:3.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEuvEbqeCS7fsbRdUW7RMpUN6yvDZtLz { top:52.1875rem;left:14.4375rem;width:9rem;height:1.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0dizgITUuyELSpeE5FcfODa7x0do5cA { top:55.125rem;left:13.375rem;width:8.3125rem;height:1.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHqy2SWm34zhCX3aW2OqEWpxTq29KtI0 { top:54.625rem;left:12.75rem;width:9.5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNngiXBcV1TUXTvNTxG9UsTlTZymgdBb { top:57.5rem;left:5.875rem;width:16.5625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncmE6seR6IOX4OsaXsF7GFpCpvMknTOs { top:58.0625rem;left:8.5625rem;width:15.1875rem;height:1.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0pDyMOXgyx62UTXnvmJ4smsqPaTWxkg { top:60.8125rem;left:0rem;width:6.125rem;height:1.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnZvTaZGuHuDHyf3IfB8Dua8vWwz7Qre { top:60.3125rem;left:0rem;width:6.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6wbkFcPR3Jksp1Rda0E4c4TEbGTc5K7 { top:60.3125rem;left:5.1875rem;width:8.8125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLpnZ6Znxlu4IhU79TRqMgmP4ODHrJIA { top:60.8125rem;left:5.375rem;width:8.0625rem;height:1.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xExiqGDdrsu8uHkCs1n9cGlnlHyIQPCo { top:60.375rem;left:11.875rem;width:10.6875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7OFxSO2guvbOtpHSna4Q2o1rkIJSnAR { top:60.875rem;left:14.6875rem;width:10.3125rem;height:1.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRqO4JMeBbBFlTI5e0hRh6dL2kEC3Hqq { top:41rem;left:34.75rem;width:4.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSSxp791uUrpFgZiVJm8bLiwxIe6AerV { top:41.4375rem;left:35.78125rem;width:2.6875rem;height:1.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOt0OFqtqzGOHItgERdg1Sc2xTzHV0r8 { top:40.9375rem;left:24.8125rem;width:9.5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEG0W839guefd0E9zVZXM0nvfiZdNcO3 { top:44.0625rem;left:23.9375rem;width:23.125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4Q6ivNThGufBlbX7yTRS0Ws9LHRJdLO { top:44.5625rem;left:25.03125rem;width:22.6875rem;height:1.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoOG4rUFVU4lOH6RknBAPklQxhWazatO { top:41.4375rem;left:25.8125rem;width:7.625rem;height:1.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gfxi9ryXRMGloXXCGKBeQnirhyQHN9QN { top:41rem;left:39.75rem;width:4.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9oJKEau7SgP3TDgPARxh0MKQBaNM8zf { top:41.4375rem;left:40.8125rem;width:2.6875rem;height:1.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6EsoXmIPE6U2iq7AnZx5gxJooxyifLE { top:71.1875rem;left:41.6875rem;width:5.9375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe5lsPzv4tNziwhURXZf8TXZrICFKqGq { top:71.6875rem;left:43.6875rem;width:4.0625rem;height:1.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGu33RiZfGNbdGDvIkfE8DxzTcFAHsEZ { top:71.1875rem;left:29.6875rem;width:4.875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZ4x6Knyai0yClFG8QUsL68ItStTH79t { top:71.6875rem;left:30.4375rem;width:3.5625rem;height:1.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9ieNkgl4iM9qkGrdI8oOJ7RsVXGRLnF { top:71.1875rem;left:24.8125rem;width:4.5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTD6SerSX458ANBQf5pqM9I76WTnLxi3 { top:71.625rem;left:24.8125rem;width:4.6875rem;height:1.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrJBfdSxFbbUMq6nzskxLqTwshqWSobt { top:71.1875rem;left:35rem;width:12.3125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvQWnD5zzBV629QrzD843fQFXEXT1JqJ { top:71.6875rem;left:35.75rem;width:10.8125rem;height:1.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixKZ4cyi8GpqgmC1BTTb5uBNnKXTVOhy { top:68.4375rem;left:31.875rem;width:15.75rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSo5TR9uIVN4ie1ap7fdcBzZ1SQZt8VB { top:68.9375rem;left:33.75rem;width:14rem;height:1.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvPqlnuVbKtbmQClXIigl2WCQKKw46E0 { top:68.875rem;left:25.5rem;width:7.4375rem;height:1.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEQMM5SMpXQ39DBapomnsxw9l3FTyr2D { top:68.375rem;left:24.8125rem;width:8.75rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODfFKu5EF7SJZripMUWHGpIBTB0dSezQ { top:48.4375rem;left:20.625rem;width:27.125rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPA61193pUBHNBbsEEzqe0CuIQ4TJ4Aq { top:47.4375rem;left:23.875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOIRxvhOPZWBdPyTTeLiuQt2XoqF1eUf { top:57.125rem;left:24.8125rem;width:14.3125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMJdIa0F9tbF7dPlGQdDI9oa80n54eAC { top:57.6875rem;left:25.0625rem;width:13.8125rem;height:1.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PM2V7ZvzM4XSwlJoJKhdNksct2Xm9Tq5 { top:54.4375rem;left:35.6875rem;width:10.125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAsM8rgccoddFNf9imGKqusEta7I9ohS { top:54.9375rem;left:36.25rem;width:9rem;height:1.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZdTX3geMo78V5dkmJKF74JhGmFn3t2g { top:54.3125rem;left:24.75rem;width:10.5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxsFn0TJah22XkflAsWila8uNCguKplD { top:54.8125rem;left:24.75rem;width:10.625rem;height:1.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLViCp6IPGDh0npVAlmLWv9POTSxTxwO { top:51.625rem;left:34.5rem;width:10.0625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrR8CgqqVoc2oTLLSyv4xJLPwEMZOEgE { top:51.5625rem;left:24.75rem;width:9.4375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpNFpzTqrT52DcJJAekJwibhiIS5mgdb { top:52.125rem;left:35.375rem;width:8.375rem;height:1.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyDWMkABnwXMA6ierfDQzKikCbzTfriM { top:52.0625rem;left:25.4375rem;width:8.1875rem;height:1.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zf89TRKcPFshaqfFhXewfuu3b7kp1TZf { top:52.1875rem;left:39.375rem;width:8.375rem;height:1.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v348RtlqQ9T92VrJlrS5uc1qUm5v8STz { top:51.625rem;left:40.375rem;width:7.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouTPfvenikXNf2p2PEtC4MwNKbAtSbfA { top:51.625rem;left:0rem;width:6.5rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #n7ToETF7iREvq3O9HkT6ktQGUd6Sn1g6 { width:20.0625rem;height:3.375rem;top:75.75rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHkoqu4NHmMlRdK0aon6PimfcUTD70lS { display:block; }
 }@media only screen and (max-width: 763px) { #W6kXEpqQwJPdNSTisXUIiDBPOa2G7adm { display:block; }#W6kXEpqQwJPdNSTisXUIiDBPOa2G7adm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QGyuX8ZqNXIB2gQce2zow4gN49hEQpS9 { top:4.5rem;left:0rem;width:38.25rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnCbk8ThE6krT8I5ROzSrJ9grys1ti4T { top:8.4375rem;left:25.125rem;width:22.5rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaa3ilKoSPeN3h5llwUkx4lLhCbeIfZO { top:10.0625rem;left:31.75rem;width:7.1875rem;height:1.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #npTJh9BHuO1m5DbP1sS1uJHiihsHdtmn { top:9.6875rem;left:31.75rem;width:8.5625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoMwTkhwxgRhOiafe1rBAW60OIEqSWIl { top:27.75rem;left:25.125rem;width:22.5rem;height:2.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocqfHElTrLkIRu58ETOX1oxpcEwPOIC7 { top:31.625rem;left:25.125rem;width:22.5rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOtL06wF90SkmRln0P9Ipl2mK8WsSLRn { top:26rem;left:25.125rem;width:22.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #glQCyzDQc59OhU2cIgDH7BGX4LlzuhQl { top:36.375rem;left:25.125rem;width:22.5rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkHLztvQC4ZhyXxmQFikqO1WxVCn2rJA { top:36.375rem;left:9.25rem;width:22.5rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMpzTwIzJlDVXzicJpKh6ob8TFCpuhxR { top:31.625rem;left:15.25rem;width:16.5rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtWOB8pttiMNeOC3MQt9S22KRJ8oqVuA { top:27.75rem;left:9.25rem;width:22.5rem;height:2.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPF6WsG2fALzKyTgVvNyd6WEBKoMXMxU { top:26rem;left:9.25rem;width:22.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lx6rgtE2W6xT74EnTgK58sAi9JRt1ekG { top:8.4375rem;left:9.25rem;width:22.5rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kO0XKptONtTPnw32s0NsK0va7y4TPJTH { top:10.0625rem;left:15.875rem;width:7.1875rem;height:1.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6eRgB1a0kQ0bVJmOwFffnfAwuPwWms0 { top:9.6875rem;left:15.875rem;width:8.5625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CldfvKvibWayNciZlsFT1Jmson8gnTcN { top:36.375rem;left:0rem;width:22.5rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeoK5x7GtTDDInnOG6sKJEtTmxaEAlrO { top:31.625rem;left:0rem;width:19.375rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sF3iBH4vzFbsnqBvMxJFKFmyAcukkh8g { top:27.75rem;left:0rem;width:22.5rem;height:2.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCH8CXIAWdIdWiNrTn727IcrCvfRp2FI { top:26rem;left:0rem;width:22.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Co6eRUc3exrU0qfpAZr9tZlAz8xDpViT { top:9.6875rem;left:0rem;width:8.5625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yll42JzxTOd5AtvkfHIuHhkobv2U4RPw { top:10.0625rem;left:0rem;width:7.1875rem;height:1.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDDAvf9ghMa53WDoMPDUXhHrTUaSw8Fv { width:22.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #gvRJnV3fivTfVTCrKPSSZtNnyUZg82GU { width:22.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lvhLWLBAS06N3Pqm29d2CB3G4EeUeS19 { top:8.4375rem;left:0rem;width:22.5rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4gUuVqGb67dlll5mpvF5IZoiGB3uaKh { width:30rem;height:16.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yAf7TXu6pwy8k8mDfkeZIFJkgK7SXn4o { display:block; }#yAf7TXu6pwy8k8mDfkeZIFJkgK7SXn4o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lVU8GTRbUDrqoUEBm8b1yHLewWT3ZhLK { top:5.4375rem;left:0rem;width:20.25rem;height:4.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsfzsvMusQeg4T5BrGZPJXEiC3CV9O4R { top:11.3125rem;left:0rem;width:40.6875rem;height:12.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7JnA9QuFFRktKuZMNXZlETtmQZT8nwA { top:25rem;left:0rem;width:38.9375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #twVWx9EJWfpZgWdMc1lQm03lfAAbhb9N { top:39.125rem;left:0rem;width:35rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MabZrJHlK7aPeswEsp0DnTZucxFS2Kyo { top:39.125rem;left:12.75rem;width:35rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D70uuKiTEbOLvTRTKhwqQeiQHKuClm0V { top:69.0625rem;left:0rem;width:34.9375rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qATD0TPwPAHOM8VJ2iBZThGP8mwncKSK { top:62.625rem;left:0rem;width:35rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJyI1b1ANCzSJEO2FyeSsXZHF4U3cauq { top:59.125rem;left:0rem;width:22.5rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qq8TczsKKKX8nd3llkpTKneKDDQq97TK { top:69rem;left:12.8125rem;width:34.9375rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #THZT71pe0xlxu4zdme7eZSbPnckDlkNN { top:62.625rem;left:12.75rem;width:35rem;height:5.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPCf2iDnpoyDkftg7agDx9k3myVAaFhZ { top:59.125rem;left:23.875rem;width:22.5rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbNTKO1QMnJ37lG7n66PHvK2ekPL2O8N { width:20.625rem;height:3.4375rem;top:74.5rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGlN7DBLaRc7dWCf2BX90viBU6N7UWiz { display:block; }
 }@media only screen and (max-width: 763px) { #zwr17EcGzs2FR5UsBDam3CL75RO9f2U5 { top:40.75rem;left:0rem;width:9.125rem;height:1.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2FdTdDaMb65dzppbNlbhOMoQCDc0x2J { top:40.375rem;left:0rem;width:7.6875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzmTsDBgeRHQFKa0y9TLaiIKMxUXFH3C { top:40.75rem;left:23.875rem;width:9.125rem;height:1.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJTgFiyvTA3puoL449BvcVd7SOqHnV3F { top:40.375rem;left:23.875rem;width:7.6875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #baODKUuPwsh2FVPI7N6IBMqFwq5FDofy { top:0.8125rem;left:23.8125rem;width:23.9375rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRATG8S1MV1TVxRh8riUDDrbBTDZ63ZX { width:22.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QWiv8G4aRIuXbt9A0bzWitQhKIvUZ0vL { width:22.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #HpZG85c8rfavZ21rl0sE7WeDQJmy7T4S { top:30.5rem;left:0rem;width:37.4375rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2AxWiLDDV5rMzAXyO5G359FPe1gKaKk { display:block; }#C2AxWiLDDV5rMzAXyO5G359FPe1gKaKk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ye7lKZiFEwePynSVRGUOV2NTf9NZoePq { top:11.6875rem;left:0rem;width:46.1875rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AETFaI2EVH8DrkZbtUVFf3syMEO3N22y { top:5.5rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHgv6LdFh6pLQ595dKatFvGfXKFOGtGN { top:49.125rem;left:0rem;width:30.75rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKB4GxoXSPP1MEqD0stILt9ZyJMxhOAk { top:42.6875rem;left:0rem;width:29.6875rem;height:5.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1nFPzGrOsDmRDWwpRWTOwqzVubOuCIl { top:39.1875rem;left:0rem;width:22.5rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EX8QxiwM8OGc4bpr7aLMTTBhFHTlVU9F { top:49.0625rem;left:15.6875rem;width:32.0625rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IO5WqFqaIId4t2kVXLyX5mxodAvBgSnz { top:42.6875rem;left:15.25rem;width:32.5rem;height:5.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqVVOXfX7zfMFpm2fXBRLkfT8vnvAevw { top:39.1875rem;left:23.875rem;width:22.5rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tde8DU1pgTHEhH4GiW7EB05UfZ4CSqrU { top:56.5rem;left:0rem;width:22.5rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSZAonutSGq7AGQp8olvAETdZHzub0JG { top:56.4375rem;left:23.875rem;width:22.5rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RF3bgmJIMszUXitqQKrFBt5b0IgaPGcd { width:22.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #r424lK2wEVKiEXwHLT03tDPW5I6yeNZE { width:22.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #bCnWLUET0bc6nxI8kFepw2yoHMMFnsl4 { top:19.125rem;left:0rem;width:35rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFxPT23EUTBtPFHineyKUiOTbSKTc3o2 { top:19.125rem;left:12.75rem;width:35rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDBoA6RDW8TBcbn4MJGGOgSgrPKruaTb { width:20.625rem;height:3.4375rem;top:63.25rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVi4QxVhwqvPVVwEkBxt3OfTfCZm6rFO { display:block; }
 }@media only screen and (max-width: 763px) { #kipTaDh4NhrBEMFO2CJ0WLpePkF14H35 { display:block; }#kipTaDh4NhrBEMFO2CJ0WLpePkF14H35 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UAiVBNbRy1PsGk6HfE4voqTvdMtakKx4 { top:6rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxWPhzrACTJdsDIsoFVcIB4aLym5ARmZ { top:12.9375rem;left:0rem;width:35rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #usw49lUQD1alv1pmkm4ltd6uyQa4Os83 { top:19.6875rem;left:0rem;width:30.3125rem;height:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAks1TI7WwNiKwhOZnaQ1HBE5u6Wsph4 { top:15.3125rem;left:0rem;width:3rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzC4CuLWomNA6cZKFWdk18LDUMx3C3Ra { top:27.1875rem;left:1.8125rem;width:18.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAWlUqCCJrPbETFCVkHeWDtMoa667Kdy { top:28.8125rem;left:1.8125rem;width:18.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXdcup60WZQzapJw6HgVTVsiIwE56L5x { top:26.875rem;left:0rem;width:3.125rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITLrutkacKvurSzKzLCcNCTyT6fkx7Bh { top:12.9375rem;left:12.75rem;width:35rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcDcxRFDCwgJAIGSP46QxHXqkeU9TRGu { top:27.1875rem;left:29rem;width:18.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTIRbpvrQwMwJWEQtH8iJUyLdbw8D9p6 { top:28.8125rem;left:29rem;width:18.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rosCdSBPguJXCTybtTOAihrkFW25WraI { top:19.6875rem;left:17.4375rem;width:30.25rem;height:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXXcOTQpZTfGzuOZgRSRdoD8a9Rf1hs5 { top:15.3125rem;left:23.875rem;width:3rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoE43FdDABeJ8TcyK1iexuwyQd1NHkIl { top:27.1875rem;left:23.875rem;width:8.0625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJ8nptk685EEQFcP3EywmUTIAV2i7UlM { top:36.0625rem;left:12.75rem;width:35rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdhSHHQXWf5rdmQHwqUVTOLvzkJwU75Q { top:50.3125rem;left:29rem;width:18.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7Q9gLaZkJCJSGINNakPaF6xXlaiEGLw { top:51.9375rem;left:29rem;width:18.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcExB1Hx6gSadiiBI31vsUF9eDRqQFcs { top:42.75rem;left:17.5rem;width:30.25rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFZlkhtyO00RHEgxGuEKJmXStr9MxPFJ { top:38.4375rem;left:23.875rem;width:3rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q42tR9BfIsK8s9lS8T0WVZHeVyPiZcE4 { top:50.6875rem;left:23.875rem;width:6.0625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #btOFKGZoERGv0ttFoHJmgrsZtN45nAUF { top:36.0625rem;left:0rem;width:35rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTRIcW1xOZl6f8JeyZOpCtQhqGXwWTwh { top:50.3125rem;left:1.8125rem;width:18.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q49N1DZ2zEaBceT0c5gHu9QZJBMV6Q5G { top:51.9375rem;left:1.8125rem;width:18.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOQDIQ9dOvsi1t5yR9IM2cml739KPB2K { top:42.75rem;left:0rem;width:30.25rem;height:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gnx8wpo3hLHRGH2fZQsQRSCEvumNhGeU { top:38.4375rem;left:0rem;width:3rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5QLELzLCy4dIsMqXyt2g5nhWTImWIeb { top:49.1875rem;left:0rem;width:3.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKFKbEVfbVoHaNhFaxWD60XL28XrE2gK { display:block; }#DKFKbEVfbVoHaNhFaxWD60XL28XrE2gK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f3J5SbLWOUi3HBTq9y8yJ4GZBszXcGgp { top:5.9375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1E8U0ma5ahsU0uqB3XOCFhkiXuoP7Jz { top:11.75rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCsKfWhJA1JnJhnFyWtsxoXHPl7xAk0g { top:34.3125rem;left:15.25rem;width:16.5rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7FQEm2qbAStMH7tvE0F1JxFi8Txu6CU { top:28.875rem;left:17.71875rem;width:12.1875rem;height:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mL07PzquFHOGSQu23qckKq0GdCEw6kMZ { top:34.3125rem;left:0.59375rem;width:14.6875rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTEznyZFbsi1LhL0TTIXnEuLT3mgLUF5 { top:28.875rem;left:1.875rem;width:12.1875rem;height:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VL5q4ZlNEHcUL1eoQrXdIml5UAS23Zmb { top:34.3125rem;left:31.125rem;width:16.5rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6adzvgmoPL4vWkvdxcwxrdcldnbW8ig { top:28.875rem;left:33.625rem;width:12.1875rem;height:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1QeTTKtCQ7ghdDeqHvFSyo1Dq3kM7vx { top:53.5625rem;left:0rem;width:16.5rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPdDkRB9KddAdM0BTooHS0x8bnyNCOzo { top:48.1875rem;left:1.625rem;width:14.25rem;height:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jlbzp8SGbcCz9gEeraAAzgzkDoRP1GqU { top:53.625rem;left:17.9375rem;width:13.8125rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lab35eAlMLSmVWZrOtKbz8RouKXXtmtQ { top:48.25rem;left:17.5rem;width:14.25rem;height:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4aJvwhk8RxTOKsZNvJOxnzao69hQOnU { top:23.5625rem;left:0rem;width:22.625rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBEQulnXdeVdecQGsqJIhCDQV4GaTnOU { top:23.5625rem;left:9.125rem;width:22.625rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sW5aCUpqHy5u0u4NP5sfkbLTlEQQI9CX { top:23.5625rem;left:25rem;width:22.625rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9WWa6tL8pWMHLbIsdhOhiXiRauRXWPc { top:42.8125rem;left:0rem;width:22.625rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShDmPdyGbW8k4gaCf57Mlw6Uax5U92FG { top:42.875rem;left:9.125rem;width:22.625rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOK9vDqxbXh3E1HomrZTlCOOaQi6AyOF { top:21.6875rem;left:3.65625rem;width:8.5625rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuJWXmfCbPKTuCXbqS2eJBZBTvIJNiFI { top:20.75rem;left:21.46875rem;width:4.6875rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ka83yMxWRv3XpgpRuGylHGkLmWE1ptZM { top:20.3125rem;left:37.03125rem;width:5.5625rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErFmEQFkDezOAMXIWhQsNyxI3BJwOUyC { top:41rem;left:7.0625rem;width:8.8125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCXnGqz0KnFf6kR7pcP0usixqd6Fv2UF { top:40.6875rem;left:26.8125rem;width:4.9375rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sd6kRQL66amwrlc9RZpLlSqEr72LJGND { width:20.125rem;height:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XJce78p3bg5GwgThUNTbQMINRGH1xmUp { width:20.125rem;height:11.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mzoeeoJqX17J7Mhb6ESldgHM0Ig686Wc { width:20.125rem;height:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZEEyqvTSEwBCweaIQVGgR7ubBobtDM1c { width:20.125rem;height:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #oiLw9uooPTReMNGePpW1JvkmV4uKpi2y { width:20.125rem;height:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #GuHCdtTSTbTlVcSk4OGQVeasTJWMkpfO { display:block; }#GuHCdtTSTbTlVcSk4OGQVeasTJWMkpfO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lB6fgXhINRhhATvI4KWHPi6lyc7RMeUP { top:20.3125rem;left:23.943359375rem;width:8.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT1ZPACPein0CZ2VbM6k2TOOF65wUQnT { top:22.75rem;left:23.943359375rem;width:8.75rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKJ0dS0LctpZ8Z4ZgQqZfyWSsQHQEtWr { top:17.1875rem;left:15.9365234375rem;width:6.5625rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOwTqtNTTlhJwfmSTW2Uv1fycCF9EI3P { top:12.6875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXyRknTNq4Wvs6rtMOl7t2wGa7vL3S3i { top:7.25rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNz4simk4bMCg2TpQizS9Mb4NwWB14Kh { top:32.125rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwiiNuO2TTlJDxir3R1aZc9rVZCtR9yV { top:26.125rem;left:14.662109375rem;width:17.5rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEoi6tCra9R392Qktd1qT5vobiTPiqP1 { width:20.625rem;height:3.4375rem;top:35.125rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVqLiIou5LFgxZg3TU3Dmrry3nhclE4P { display:block; }
 }@media only screen and (max-width: 763px) { #SqsW1yKxI2TFM4po9PsekHdoQJqmDAO6 { display:block; }#SqsW1yKxI2TFM4po9PsekHdoQJqmDAO6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 .widget-regular-label { width:34.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 .widget-input-text { width:34.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 .widget-input-text {padding-top: 0; padding-bottom: 0;}#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 .widget-textarea { width:34.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 .widget-input-select { width:34.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 .widget-input-select {padding-top: 0; padding-bottom: 0;}#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 .widget-input-button { width:34.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 .widget-checkbox-label { width:33.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30  { width:34.625rem;height:auto;top:7.6875rem;left:5.3125rem; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 .radio-container { width:34.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 {display:block;}#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 { width:34.625rem;height:auto;top:7.6875rem;left:5.3125rem; }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #L4TyEFtd4GB92TERLV8DRnmo0LwDctHg {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #KpqnrSS0h5hKEcXz75Quo7T4n3EPT6IK { display:block; }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #nRTehzgkLfzmQiccTXgw2LAz7SGVfHaz {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #W0BEKMsNGzVM0W5cs3vxNL2xxseD1OJH {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #BTTkNHrnNqlD9RI99CXc0i9Qn9Gd43oA { display:block; }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #Hc5o3akTfXxgDeRcNDwLMbWEBGRAwAxg {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #J5ek2c8tJyAdPxErJLoALeIZQZvPfaJz {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #pSTdQZT5z2h5XeTlGlnaqJx95e0TPRdT { display:block; }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #KR23JoTVolEXktlMCEfGc6KEiI5Sih3E {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #qzGIVRJTODlKUTl99TMoo8F0KESB2TJP {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #PIoQ6tMPxio61EqAvZlIamb7mWtgiOrr { display:block; }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #uTkX8GCzqVO5Knuso5uzNAtHT3OhVKPE {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #AxWHX2kx8wldX69W8czmW5r7Qr6MTyIy {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #SAT5osUWoAb6b5kqOM046axeQQDzlfIO { display:block; }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #Okuz3MrhgdodLi4JSb97vqimoTPIE0NH {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #BSg4f0TzrnG5cg0Mahfs5QpTxI2MydoF {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #dCO1T1rVJuh1SL2v6GTqKRgNe4iQwOsP {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #lkaFbfCDhSAXKpscA8qPNX6dczrbzqHx {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #ZllQbxTk49KDvxe0Lkow4NaspKSlZwLp {  }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #ZllQbxTk49KDvxe0Lkow4NaspKSlZwLp .container-column{width:50%;} }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #li6rzD7NofErwe36EKJKbHxS9h1bg7P4 { display:block; }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #QyxaygplaSTkCHRSJcSyyUE4TONehZEw {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #PgegMXNnCEaFTmOQy0PNxCATX4lhZgBG { display:block; }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #pt535Sl7cTS1MSTWUqgRHbAytgHR1V3M {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #JG1lwnGd4Gf0Fb9TQTT4Rx6hMJdcoM2X { display:block; }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #FhFZGFfDBZCIoE6f8Cv388NGQ7CObrmy {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #mu9GHFlKeRdRCTus0eA0Vc2EUesPcC81 { display:block; }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #BGEwGEypLnApOXLd3LGqmCJ3Ug3GtBeT {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #WyEt3aErcmVChEFdThPr9ox8AmQB5XF6 { display:block; }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #URu1ssCxS505kIBt7h3itgMZwBil3BCf {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #AwoIw5xOLRLF7FHXCJLzBdrZ6aM5X41d { display:block; }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #x2mAsM3SAfkxGJdKabUEHsOaVy1nWgpl {  }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #x2mAsM3SAfkxGJdKabUEHsOaVy1nWgpl .container-column{width:50%;} }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #yyOkc5RsKN5s2EQ7UR2GTDSfIUeDWF0S {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #TTf8brdgWm5UmhGa8bFLFr3Fcb5feHtJ {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #omCXVS4MkdTm9FERDuXRiobS6wVNuJ7B {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #t3xdbNSt0bxtyLvckdbaa7GQvW9smULC {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #KgKT8e7m5Fmxnfn5TudoBUcVTHdOCZ32 {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #mp4V4oiJ7VLqdTScbveLgvstkTTeHxyp {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #zxgZK9Q8l0rZDkVlhDQWowcn6tNTL3gA {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #MvH1TfHWSWDIJhEshrJeRJBsrHzKype8 {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #vvu0Kr7Syx9v9xxlrBF1U5FzH1NWeo8A {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #GEoXKokMG4zuozLiTqDUzTbD4bwBZ0bs {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #aRQZk2kyVsGr3qciOM04qZn8TJBPWd7J {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #ZTla9oKSyNc6NtTQTzltq8Vw2BT9VlsZ {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #bZXyJ6eVz2nTITVc3CT8sh5QHTenX5Ti {  }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #bZXyJ6eVz2nTITVc3CT8sh5QHTenX5Ti .container-column{width:50%;} }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #ZvPAN4OEnk8t3HytE9HHmq9WEAvEDI2W {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #CEOOH8D6ppcnNaDlvWug5LX6PAdwy2zT {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #FFs6wSgIWpXoPX1oVIrSeBdZiC5UpGVA {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #CW01qJ169apUhzyNXBJtbcNK59aZURzV {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #mA86BaX4iU4zh9cK7sn1Tz2vPZTDo981 {  }
 }@media only screen and (max-width: 763px) { #WeLMeyiHU0bzWnzI9PUhRKJJ1ZbkUt78 { display:block; }
 }@media only screen and (max-width: 763px) { #q51nqsMTtOiHArl3udZ7Nofreaf4sItV { display:block; }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #Bv0OzWZJ6HtS7Cy6qMBc0uflKHpDLMAg {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #tQkTnRMVzGc9EtH82sJlTLNMEio2Pn8m {  }
 }@media only screen and (max-width: 763px) { #vT3xvxgsTCaQVUlpLRBI7CwTWyP3m7d6 { display:block; }
 }@media only screen and (max-width: 763px) { #lIWgNH1hmML22D5oMrJHAp9UQuqNxBRP { display:block; }
 }@media only screen and (max-width: 763px) { #nSPTWWs7UXbmKGcehGQOTSpTerZWFO4p { display:block; }
 }@media only screen and (max-width: 763px) { #HFGOCEGBaSt0AdVXFvJq491z7q3wmzxW { display:block; }
 }@media only screen and (max-width: 763px) { #Dl2ho2DK06yxowpRRGEpc4fqJ1AH9mmW { display:block; }
 }@media only screen and (max-width: 763px) { #oJnRrBLZSmltfATF4gZTfbnU46tJvxZ4 { display:block; }
 }@media only screen and (max-width: 763px) { #bxVWGThW278mVZTPQIrrnm4Gco5knU6i { display:block; }
 }@media only screen and (max-width: 763px) { #mIk7Wdu282XShoqQbTRuThPk1BuqUR0U { display:block; }
 }@media only screen and (max-width: 763px) { #sXto64gwaNlLFmiqISbKReA0lJtoRR4N { display:block; }
 }@media only screen and (max-width: 763px) { #sE3v7FHi7uqLaXVN1wLbHvAuWwbsGyZF { display:block; }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #EaV3nJzNOstM05gWurO8N5iI2PRUkRi7 {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #G0q1aoyeJbVLEWVUMT5ycJAZux9HbPPN {  }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vGBlzpg2clskunW8JZg5zqAfOZFz8KGg { position:relative;z-index:auto;display:block; }#vGBlzpg2clskunW8JZg5zqAfOZFz8KGg > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ILfJSD0U5dN6SssvCzL0B7wFQDaP7oZq { width:4.9375rem;height:1.625rem;top:0.3125rem;left:7.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnLTSLvoONIy0K8V52N3aWOHT1L3rDeV { width:6.249025rem;height:2.186525rem;top:2.9365234375rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wn3nGvWn57k011oiZw55fi7CyV93hehI { display:block; }
 }@media only screen and (max-width: 763px) { #GhJQWBGspNMEunpUaIaK8UvFHpUMJLOD { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/8c8be780-3952-44ad-a37b-c8d1ab0a6cee/Frame2087330893.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#GhJQWBGspNMEunpUaIaK8UvFHpUMJLOD.adaptive-delivery-prevent-bg, #GhJQWBGspNMEunpUaIaK8UvFHpUMJLOD.lazyload, #GhJQWBGspNMEunpUaIaK8UvFHpUMJLOD.lazyloading { background-image: none; }#GhJQWBGspNMEunpUaIaK8UvFHpUMJLOD > .row .container { background-color: transparent; background-image: none; }#GhJQWBGspNMEunpUaIaK8UvFHpUMJLOD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GhJQWBGspNMEunpUaIaK8UvFHpUMJLOD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GhJQWBGspNMEunpUaIaK8UvFHpUMJLOD > .row .container > .video-iframe-container { display: none; }#GhJQWBGspNMEunpUaIaK8UvFHpUMJLOD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GhJQWBGspNMEunpUaIaK8UvFHpUMJLOD > .row > .video-iframe-container { display: none; }#GhJQWBGspNMEunpUaIaK8UvFHpUMJLOD > .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); }#GhJQWBGspNMEunpUaIaK8UvFHpUMJLOD > .row .container { width:20rem;height:33.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CVCaolLNVRbscpBKT7Xqo8ypzsQLLTwu { width:20rem;height:3.5rem;top:22.875rem;left:0rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #NisN1zvNEnVUScpfKq9PrlUVmeg353im { width:20rem;height:1.11425625rem;top:23.7041015625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xN2Fv20muIG5tNVRI8igD9kI96PEhd3N { width:13.5rem;height:5.4375rem;top:2.4794921875rem;left:3.25rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #DBw3oTeTPW8sabeTi0gKJnhuDf90I2nB { width:7.0625rem;height:5.5625rem;top:6.4169921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OsKHA7Hh44QlezsSvHPVUQH66ysDCOBy { width:20rem;height:15.66265060241rem;top:61.666046875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UfJw1GBGDhBkX71pQMsc44eMEDHHmIVq { width:20rem;height:13.5810625rem;top:6.4169921875rem;left:0rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #hut5nKfaCQAftKxpDqBnRUECbklpKDfq { top:17.9375rem;left:0.625rem;width:18.75rem;height:3.75rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kpW0BrRBU126eiHUvQxSNXeilNC9Gety { display:block; }#kpW0BrRBU126eiHUvQxSNXeilNC9Gety > .row .container { width:20rem;height:64.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aarnrX5TzpTagWzdq0BDdl8yTuTJ2l5R { width:16.625rem;height:7.875rem;top:2rem;left:1.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHfH4mPvbW9b55xTu7sTUugHOIH05ND7 { width:18.5625rem;height:3.9375rem;top:11.125rem;left:0.71875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXO1Kb9X9oUsE1Vsg6qfOQdz33No1o8Q { width:12.6875rem;height:12.4375rem;top:21.24609375rem;left:1.0625rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #puPxBGwx7leoNVXgV96fCDqLs7bs95Ax { width:6.25rem;height:6.25rem;top:19.6875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ovu3iecu7U9XmfbsBb34qL0gSJP9kQrz { width:8.9375rem;height:5.5996125rem;top:20rem;left:8.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V8wZTQNobmOGX2icxZroZniSkTUTRoRb { width:17.8125rem;height:17.5rem;top:52.496125rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wJVHMJMyTR4UDCixyBqG5ys2t4ZPsRdT { width:6.25rem;height:6.25rem;top:30.9375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOPU6kQ45HLvN1lIWurWPTw3WZGN1pfy { width:8.75rem;height:4.19970625rem;top:31.9375rem;left:8.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nKhmtoNqk8cKkiRdoUTNUsDihziC9IzE { width:17.8125rem;height:17.5rem;top:83.746125rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #opIzQbOh0tMylgQo1SMvMmQLUuUNfQEG { width:8.6875rem;height:6.9995rem;top:41.8134765625rem;left:8.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UHAPShC4ngyZSFVV4BnS386ZeVkd1b98 { width:6.25rem;height:6.25rem;top:42.1865234375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcKDTGhDKUMun4aowgUDdUhatNRMIvTt { width:17.8125rem;height:17.5rem;top:114.996125rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DxI40Ichq7qwlUFnSSrxWBQTfuKuDhpW { width:9.25rem;height:4.19970625rem;top:54.462890625rem;left:8.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MmEz1R0ysPQgKETaO5Vr0eRndDgDLxzP { width:6.25rem;height:6.25rem;top:53.4375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUTmoSz3Wy8OoHz88ZravMy0RVvBV4TV { top:17.5rem;left:0.9375rem;width:18.125rem;height:10.625rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KJipCKtCb1qWQsyoDct5VS0CyJZhc14L { top:28.75rem;left:0.9375rem;width:18.125rem;height:10.625rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fNOmxhBRBc1TzPUH3VTIdyRxA9FS6o9J { top:40rem;left:0.9375rem;width:18.125rem;height:10.625rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #e82ScRI2pKbyrdcFTs5GxIQX17nIUJsv { top:51.25rem;left:0.9375rem;width:18.125rem;height:10.625rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lry76QHAoXwVWwWHlfnCaaRweT1tkSGc { display:block; }#lry76QHAoXwVWwWHlfnCaaRweT1tkSGc > .row .container { width:20rem;height:41.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Br9L3yeUamWhRTVaLLsESH3z9X1dDBgN { width:20rem;height:34.875rem;top:3.5rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZywnL4bTuW8rXvZBeR94iF9xUnvI7RB { width:16.6875rem;height:5.25rem;top:2.49609375rem;left:1.65625rem;font-size:1.875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #ZSS0698WHz1lhwJAAyTmm5wOc4eFItn3 { width:17.5rem;height:3.5rem;top:22.5625rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaJtRJpaCrVwfI1q4H6CgLD4CWZn42t9 { width:17.5rem;height:9.359375rem;top:26.9375rem;left:1.25rem;font-size:0.8125rem;line-height:1.2;display:block; }#oaJtRJpaCrVwfI1q4H6CgLD4CWZn42t9 li:before{  }
 }@media only screen and (max-width: 763px) { #BTbr4eHqTasRKc6vT8kxL0TxcRq8mhUA { width:16.75rem;height:16.75rem;top:6.49609375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVCPaLyTtbnFhHqL8XRCKvWDQRByZHeG { display:block; }#MVCPaLyTtbnFhHqL8XRCKvWDQRByZHeG > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tnl1OZaoDx3op7inhUPwNuPaRs6JkFgr { width:20rem;height:4.875rem;top:2.5625rem;left:0rem;font-size:1.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LRep9IiZcKSilTofz4tOyFnBwLZe8wD0 { width:20rem;height:9.9rem;top:8.0996125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LywdtLM9wir9AppW4wvqc7u6sGIGac7A { top:8.6875rem;left:0rem;width:20rem;height:23rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tI8ee0x62n040crXGIZP6h64IBV6Kvkz { display:block; }#tI8ee0x62n040crXGIZP6h64IBV6Kvkz > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rvd9IKIHQKnrru6zkpcKhoLEvdoHwR4E { width:17.6875rem;height:4.875rem;top:2.25rem;left:1.15625rem;font-size:1.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #v4VxIJ1ZWTg6UXCpekqqbogUMmBdD30f { width:20rem;height:3.9375rem;top:8.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tivBZpVvwmkQiekhcLT6Qf3kKMifq3vc { width:20rem;height:21.75rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #teTFKk2tPLEFVFS0hmPArMnpKNT52Odi { display:block; }#teTFKk2tPLEFVFS0hmPArMnpKNT52Odi > .row .container { width:20rem;height:45.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WVo8AT1cAFpBwcakzJNP5AX2mf6CC0sZ { width:19.25rem;height:7.3125rem;top:2.6875rem;left:0.375rem;font-size:1.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #gTMc18Jv6H2SrNaliTz24V5hguUFkJXy { width:17.5rem;height:6.5rem;top:13.4931640625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXw1XQpNA3ztXGlQTOyEIyT37yw3KGky { width:3.75rem;height:3.75rem;top:15.2744140625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBfTI8oNcbADruwiW5Fde6G6x9xNLkTd { width:3.75rem;height:3.75rem;top:14.4306640625rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJo5OvP8agJIT1BExegkWVBgsGdttyu7 { width:3.75rem;height:3.75rem;top:10.4306640625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQAfkucS98ouQ2dgVUA068sey3sSve23 { width:16.875rem;height:2.4375rem;top:24.6875rem;left:1.5625rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tFWT3x51HwrrDlkPfbFoaTVJTuKVbJDg { width:10.8125rem;height:1.75rem;top:22.375rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMbpL6TIPpT5K5UbyGCWW8ET7KlMfepu { width:15.0625rem;height:2.625rem;top:40.25rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcAwUAL6OLSlhHlhzATJCutLTUtBaJXL { width:7.3125rem;height:1.75rem;top:37.9375rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #na8HZbB4H2tK5lDphA5xC6N2ALVkvQRq { width:16.875rem;height:3.9375rem;top:31.9375rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAhtgALO34itWgIKqEEhUcirc30Epf7x { width:9.5rem;height:1.75rem;top:29.5625rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0ToV4KIAiblkPz8gd54zSk8f5AgLGZR { width:20rem;height:9.7575757575758rem;top:21.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZJbAVxXqiTiWGhdwBUJE5qcn8bgVqQlc { width:19.0625rem;height:10.1875rem;top:50.625rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qvBWtOKf310XvBpAsF8ZzTTuTJZ9boaT { width:19.6875rem;height:11.5rem;top:36.5rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GwlThHA7rXCy8qwd9wbIPXs78rPlPO3C { top:21.5rem;left:0rem;width:20rem;height:6.875rem;z-index:15000;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;background-color:#cdeae8;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #gLrmbGL34z4F6X5GMRI26QJPPix1fOTq { top:28.6875rem;left:0rem;width:20rem;height:8.125rem;z-index:15001;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;background-color:#e2dbf4;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #PLCxcX3tNlF4Q1h6OhGlJRnDHvS2DcKb { top:37.125rem;left:0rem;width:20rem;height:6.875rem;z-index:15002;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;background-color:#ffe2f0;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ofyHH6WekAnfBJQ094aCfcOozbR4L0HP { display:block; }#ofyHH6WekAnfBJQ094aCfcOozbR4L0HP > .row .container { width:20rem;height:61.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f6OicMZ6rOXrN1da3BmEFPsv58olWpQp { width:20rem;height:9.0666666666667rem;top:1.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bUJWxSDE73ripzSmK81LMl4hw6bBq63f { width:16.875rem;height:7.3125rem;top:9.1572265625rem;left:1.5625rem;font-size:1.875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #xCsPTqZCoB02mxVIRZzxTzmFpC31ITcW { width:16.875rem;height:1.75rem;top:5.5322265625rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKEDUodxPzrw1BiRk0apo22T4sdHuORo { width:16.875rem;height:4.875rem;top:17.7197265625rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVgzvr6dAoCJETEZGXNN8ENX1ToRTIei { width:7.1875rem;height:9.375rem;top:0rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNwnMtzS57IspID2W5gQDqu41wI8uU5O { width:20rem;height:21.75rem;top:25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtGWouXDua0DZ77WyTkzPMJoOEFcIHxG { width:15rem;height:3.125rem;top:55.93359375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #furF0xVJZ7XiflKFTx1eOHR7lERwUpcR { display:block; }
 }@media only screen and (max-width: 763px) { #s55Oi8J3ianvZKRSa7m0QgdSaQU5sGR8 { top:2.5rem;left:0rem;width:20rem;height:22.5rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #x9CIhBt7kZGK1MTnemMK2sEtQBMUk06f { display:block; }#x9CIhBt7kZGK1MTnemMK2sEtQBMUk06f > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qBSsZH8e4KfvTEqLhFIPiL6JDTDoX1kS { width:20rem;height:9.0666666666667rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #miyvHkXtT684mKHbmE2qE24UnCl8AmRw { width:16.875rem;height:1.75rem;top:5.5625rem;left:1.5625rem;font-size:1.25rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #C1fivotMR5HDJuXXXWqSCSKUSbqarWrV { width:14.25rem;height:7.3125rem;top:9.1875rem;left:1.5625rem;font-size:1.875rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #zTD3tIxABVPMLXxQNT462wk1xsmP8mxl { width:16.875rem;height:3.65625rem;top:17.75rem;left:1.5625rem;font-size:0.9375rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #iqTM6sVIyAoe4FoSX6XIv3RSVXeJ597a { width:7.1875rem;height:9.375rem;top:0rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSnFn3cHcTUTy3HeJLs4OgBMmGEzkSOS { width:15rem;height:3.125rem;top:54.1875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrWrKrT7M0bE6FFQQNO2KeZbGXFiorbS { display:block; }
 }@media only screen and (max-width: 763px) { #MkuWiEvtALON7QLSr4Hf0GzWC1lXG9Ly { width:20rem;height:21.75rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnaMpEqXP5U5VIZFomAIh4qnB62X7QwF { top:2.5rem;left:0rem;width:20rem;height:20.625rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #w3D69Ct2BJZgrSnugbNdtpwDJvPys8mm { display:block; }#w3D69Ct2BJZgrSnugbNdtpwDJvPys8mm > .row .container { width:20rem;height:59.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ERNfzFP87DTIT3eVGTCUcWaIk3H6idTz { width:20rem;height:9.0666666666667rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ss7typrtKGcicROBlxcS5fRctDJuRk9P { width:16.875rem;height:4.875rem;top:14.6572265625rem;left:1.5625rem;font-size:0.9375rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #smIZ7tTHEziwuDUTlFPvAVuyUsyHIWBw { width:16.875rem;height:4.875rem;top:8.5322265625rem;left:1.5625rem;font-size:1.875rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #srQaebsXROGteaHJ5MVcITnzbkduqJEv { width:16.875rem;height:1.75rem;top:4.9072265625rem;left:1.5625rem;font-size:1.25rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #ud5cqAZTBCO7Z6wvX6FTNA1KhnGPloGV { width:7.1875rem;height:9.375rem;top:0rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUfKh4WtPBXyFhB7cnx6LTBds8QkdAxD { width:15rem;height:3.125rem;top:52.1875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tE2hA9mplQ9huTUpoIH8lD921Q2x5eNB { display:block; }
 }@media only screen and (max-width: 763px) { #EqM8xARFpsaNRJDVXQv2lTwhTwkziCmS { width:20rem;height:21.75rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IthZOS1uUI41mFTHTwTPCycxamaQrwKd { top:2.5rem;left:0rem;width:20rem;height:18.75rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eVqrTpzZfWPctHSF6Nxz18mipy9mrDJe { display:block; }#eVqrTpzZfWPctHSF6Nxz18mipy9mrDJe > .row .container { width:20rem;height:103.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d6ChFc5HVZ0KltdQrEXiF7y9D3WPpIVm { width:16.25rem;height:5.25rem;top:3.8125rem;left:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETkdq788EK7HJNlBgSoT3iGtBdoUGaOd { width:17.5rem;height:3.25rem;top:21.875rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXlFM5goyVagZaEXNu7CpWTysTLqB766 { width:17.5rem;height:2.79980625rem;top:25.75rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmIZ4h05BEU9KPtTi49hNV2AVmBOeE7b { width:17.5rem;height:1.13720625rem;top:29.796875rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVAILea2MWlVUffMxztiwRDRdGxAOs3i { width:17.5rem;height:3.25rem;top:66.84375rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8xQFEIabPhfRi8A72ben91HFf9Htr4q { width:17.5rem;height:2.79980625rem;top:70.71875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lh9wgTNIGgWDvARgaxqP3fKfoVevGInK { width:17.5rem;height:1.13720625rem;top:74.7666015625rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTCNyUk5xDSpbW1Un87Lq6AP0bs3gi3D { width:20rem;height:9.69725rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKMVaHgNtqRQ2Uc5KnTvmHfoT61xKXp6 { width:20rem;height:9.69725rem;top:55.94921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VP1f2GSvVl0pHU3lx4SCQAu1IwRnbh0Q { width:17.5rem;height:2.79980625rem;top:93.2431640625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsvFQGTtbL8CMOL2De0bENJNz659T3We { width:17.5rem;height:1.13720625rem;top:97.291015625rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KL7z0fpEUyPTHTppk5NsDUiXBKuclxe2 { width:17.5rem;height:3.25rem;top:44.375rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXOKP0la1VuhIBQeCf3KTPBzW0mhWHth { width:17.5rem;height:2.79980625rem;top:48.25rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTdSquDBhxNZqQ44CIpVMAhkBFr5HDy1 { width:17.5rem;height:1.13720625rem;top:52.3125rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CV1Vz6MtqF3aFxHpiCb2m9NPQSWCzlmU { width:17.5rem;height:3.25rem;top:89.3681640625rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #okJKC4kDNFFPCFT38got40Ka18So0gzV { width:20rem;height:9.7153700189753rem;top:33.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOWkJIJH0rfgm0fmu8VuhQZq3GPp02FD { width:20rem;height:9.714875rem;top:78.4033203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOGnR0toOg6VFCsEytTRh5dGLAyXpIlc { width:12.75rem;height:2.125rem;top:74.2724609375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDLTOaA9mBxc9ma5ZSZKJz4FbJ6UhRAd { display:block; }
 }@media only screen and (max-width: 763px) { #Tox8FOUQT1dTkco0k7oXreexP8pTSGIl { width:12.75rem;height:2.125rem;top:51.818359375rem;left:1.25rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #ik00Q6sI62JWEuxBXM1NVKvresSuvZzF { display:block; }
 }@media only screen and (max-width: 763px) { #eJSbSewZKwLuN3ulZfgu3tfALvc1kEBP { width:12.75rem;height:2.125rem;top:29.302734375rem;left:1.25rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #g2lLr8UOtBXPSX7DC8UttvqxaB817twn { display:block; }
 }@media only screen and (max-width: 763px) { #NssxGP5CmXDkI7n2kV4T1owccZ8Fe3OJ { width:12.75rem;height:2.125rem;top:103.052734375rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TLdMgyFdoCUvVIS32xNg36Sf99TefQSy { display:block; }
 }@media only screen and (max-width: 763px) { #iN0f4zRTNUUwZlCzCpxVE9wTL5MsFCHp { width:12.75rem;height:2.125rem;top:96.796875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTsShp4Gr0spZu0E7thE2NfmA7isKlL1 { display:block; }
 }@media only screen and (max-width: 763px) { #m2xyqe91qIHWpTWQ5UGm3QQwfkUu0zBo { width:12.75rem;height:2.125rem;top:106.427734375rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sOJU2f3a3ef7kgIgiF3gwTZL3OCsyrPn { display:block; }
 }@media only screen and (max-width: 763px) { #PtgGKIRLIpnotft7WdDfEGv8qCotZ0Og { display:block; }#PtgGKIRLIpnotft7WdDfEGv8qCotZ0Og > .row .container { width:20rem;height:196.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B42m5aothe7U1wmxgDGXrPUqAMKJxoZf { width:16rem;height:7.875rem;top:3.0869140625rem;left:2rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FAU6U9dHyTu9ATfFOc6CKkcLOJFmBTIO { width:17.3125rem;height:2.625rem;top:12.8369140625rem;left:1.34375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F5MC22gupIoDb2x4xKarIATskBEbF7y8 { width:4.375rem;height:4.375rem;top:17.3125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXo5whz9nTynFglPDapg4KwF3WISK8eR { width:8.125rem;height:3.19921875rem;top:17.875rem;left:8.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcfrkRDMSSpNTN0t22W9fAT4mv8Uqyo3 { width:4.375rem;height:4.375rem;top:22.3125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtnAn8HWzu2pVnkJcosWKyoopEQ02Ive { width:8.125rem;height:3.19921875rem;top:22.875rem;left:8.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zn2JEviyBFnEbSTn7mVmEcquU6FxSlMB { width:4.375rem;height:4.375rem;top:27.3125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qegFa9yqadi5i7L8GJB2IrJQr378AVgt { width:8.125rem;height:3.19921875rem;top:27.875rem;left:8.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFzSosBpObZeu3IDT79rP7v9lmuX4lTP { width:20rem;height:12.1074375rem;top:28.91015625rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #fGlMNrBBvPoe9gRJkbQNEHcFprA8iC1c { width:17.5rem;height:17.4375rem;top:43.705078125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9rNz206D73c7mv1zFHscpn6v5HxwvoM { width:20rem;height:150rem;top:42.392578125rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l29OmvTSl1TVHTW8t3AHkttHK92QJ1om { width:20rem;height:1.3125rem;top:40.45509375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #coo26SP16Q0X3oHhs49FJxVISMnFSK8U { display:block; } #N3f6b013b582bf9278629ea7b3f22e85.widget-smartsection *:focus-visible, #N3f6b013b582bf9278629ea7b3f22e85.widget-smartsection input[type="text"]:focus-visible, #N3f6b013b582bf9278629ea7b3f22e85.widget-smartsection input[type="email"]:focus-visible, #N3f6b013b582bf9278629ea7b3f22e85.widget-smartsection input[type="tel"]:focus-visible, #N3f6b013b582bf9278629ea7b3f22e85.widget-smartsection textarea:focus-visible { outline: none; } #coo26SP16Q0X3oHhs49FJxVISMnFSK8U > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/2f40aee9-21bf-4bb2-b605-139fa2a9d18f/Frame35.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:41.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oNH8X1swMEHFA6UEfocRWD8TJqPTCZL4 { width:15rem;height:2.4375rem;top:0.875rem;left:2.5rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dwAFUMIOzcUDNRxPvb6xL7HMPsnOEIBA { width:11.4375rem;height:1.96875rem;top:31.8125rem;left:1rem;font-size:1.3125rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #upRFeyROupZTMovAF8HXDvuBqDC5QCZz { width:19.99875rem;height:3.1245125rem;top:35.208251953125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bby6gOBm3Ma6N7bRKtxHi6qyvBBnXOwc { display:block; }
 }@media only screen and (max-width: 763px) { #ZLTkWwNTAt47Dz7X0Tn4RH8f6igDtnoC { width:19.9980625rem;height:6.3369375rem;top:25.1875rem;left:0rem;font-size:2.4375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #S97DE1nPKllQmp6ZQsvoQTuqKC47ZhC0 { width:16.9995rem;height:6.8745rem;top:3.75rem;left:1.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #q89E1I9SvmJn6AHEZ5yo6FIalwVw56uN { width:9.125rem;height:1.96875rem;top:31.8125rem;left:10.625rem;font-size:1.3125rem;line-height:1.5;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Wk3vopvcvUI6ggimKpzSny9aZXBSahht { width:19.93725rem;height:13.437rem;top:10.623046875rem;left:0rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #T7pEH7DsC6Tw6C9cVzweQ0PHdyv6waD4 { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/2f40aee9-21bf-4bb2-b605-139fa2a9d18f/Frame35.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#T7pEH7DsC6Tw6C9cVzweQ0PHdyv6waD4.adaptive-delivery-prevent-bg, #T7pEH7DsC6Tw6C9cVzweQ0PHdyv6waD4.lazyload, #T7pEH7DsC6Tw6C9cVzweQ0PHdyv6waD4.lazyloading { background-image: none; }#T7pEH7DsC6Tw6C9cVzweQ0PHdyv6waD4 > .row .container { width:20rem;height:41.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oqW9VgUezUMo92KyzCOT4ha0WPs6WTSX { width:18.81225rem;height:9.7470625rem;top:2.312255859375rem;left:0.59326171875rem;font-size:2.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #oidA0IMWTSwHOvq6kzDyWlKHaS7kVZLd { width:20rem;height:5.0625rem;top:13rem;left:0rem;font-size:1.125rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O6MlzwTlsGxuUoFIG19lnwHLug5wxixM { width:20rem;height:3.125rem;top:35.146484375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgfnDfys3ZNf1SenQuo75LEqE4Et85mz { display:block; }
 }@media only screen and (max-width: 763px) { #R5Ubzdpg1UnRb6xqU0mg04Ztb4E0G3bG { width:20rem;height:18.022813688213rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfF1gX6vMradEVy6x4FMQyBVmiT92r8g { display:none; }#dfF1gX6vMradEVy6x4FMQyBVmiT92r8g > .row .container { width:20rem;height:24.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sVEiGE0meOfpnUJ4Jm2e8rcsSxPhT1Na { width:20rem;height:6rem;top:2.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aods7NekXyB1EWvLnJoOERWhFbHmgrMJ { width:20rem;height:3.125rem;top:18.84375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJM5x2LgJ0sGCwL4S5hB46JzpW6l30r6 { display:block; }
 }@media only screen and (max-width: 763px) { #y13AlXrLLg6D3QGvstzrO9BUSiKzpG37 { width:20rem;height:6.745125rem;top:9.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFJimr8gqPL1HvrJM6NVw8FSbT4AKPtE { display:none; }#hFJimr8gqPL1HvrJM6NVw8FSbT4AKPtE > .row .container { width:20rem;height:68.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IJ1Z2ShJTCWvNkM54DRyLOudkfIADHcQ { width:20rem;height:3rem;top:3.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ui2oeSGXCacwve1COSRV21TOoNHsKhLF { width:20rem;height:14.944444444444rem;top:13.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xewKqFVT8J5cPPf2EeaIZx0anB7WnmK2 { width:20rem;height:14.944444444444rem;top:48.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fZfbiewUhP2Bro8TrhlKsHa3OiiUWch6 { width:20rem;height:14.944444444444rem;top:71.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wHSvHRhDmchLtJs3bb3yQqBb2S8t63P6 { width:20rem;height:2.09985625rem;top:40.5625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #fcOWqAsMhImNcIzCkp41buUuQHevX4AL { width:20rem;height:2.09985625rem;top:20.3359375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #pQx7ZJ4UHHiXhhNxprt57NwzTTu9eDC6 { width:20rem;height:1.39965625rem;top:18.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #lrWK5T088lW3IXSHWCfeTNh86RAxUTfl { width:20rem;height:1.39965625rem;top:39.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #AntWz7FCodvX47FAU5oQxUwDidbXrVrB { width:20rem;height:2.09985625rem;top:61.0625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #rp8AnrNSd64rKKzDogBzV5zZfIvNxtBZ { width:20rem;height:1.39965625rem;top:59.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #tB3znOD0BxU5Dp7NvG5qM2EpmhZd7duq { top:7.25rem;left:0rem;width:20rem;height:11.0625rem;z-index:15042;overflow:hidden;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbDuubaTKBGmVLUz0waMvyTPTWzWr2O9 { top:27.5rem;left:0rem;width:20rem;height:11.0625rem;z-index:15043;overflow:hidden;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eR9qTFClbfCAysQspwdhwTrCGnLGu5RF { top:48rem;left:0rem;width:20rem;height:11.0625rem;z-index:15044;overflow:hidden;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyRTdKIhOHJNVMUKBdLrsVoZ7WWXbgOF { width:11.49975rem;height:1.21801875rem;top:22.973876953125rem;left:4.248046875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C68ki4XlTyHZCfKUKdDNWqlqvhE2tnbI { width:11.625rem;height:1.21801875rem;top:43.125rem;left:4.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EicwAdVoKMVBWQz2twHV7OWmp3oBtPG7 { width:11.7495rem;height:1.21801875rem;top:63.74951171875rem;left:4.436767578125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OXu6kH1ZtgruWFAZwD6tsNWOeP7rOU5n { display:none; }#OXu6kH1ZtgruWFAZwD6tsNWOeP7rOU5n > .row .container { width:20rem;height:38.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tPVmWcTZCtqHPn1dHoImkVXMmDRrvvkp { width:20rem;height:5.20019375rem;top:2.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIy2c5f59DmOaFDS6iuidp2osQ0ADFgr { width:20rem;height:3.57421875rem;top:24.01171875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DCPlVXPLEs06eiqg8I1ThfOFTdmoTTar { width:20rem;height:6.8305625rem;top:28.2109375rem;left:0rem;font-size:0.8125rem;display:block; }#DCPlVXPLEs06eiqg8I1ThfOFTdmoTTar li:before{  }
 }@media only screen and (max-width: 763px) { #T9ECG9y1pFkBXQTOoO9p1egmpxV74UwA { width:16.25rem;height:16.25rem;top:6.51171875rem;left:1.875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Fo740zVeg6X57iuINqsb3zRrEyzTSAQB { display:none; }#Fo740zVeg6X57iuINqsb3zRrEyzTSAQB > .row .container { width:20rem;height:63.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pnmorwpqQwitDgdXsTT5WqXzGRZQzKCJ { width:15.8125rem;height:5.20019375rem;top:2.9375rem;left:2.09375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhBIMKWH9MrT1cSnnGOiFIK5zQQcRe2p { width:15.0625rem;height:2.59863125rem;top:8.7119140625rem;left:2.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeWVdKRT4DUkDgcPsHUAFnGIkIvBp5OI { width:20rem;height:17.1875rem;top:12.625rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMIB4ou2gardfB8WMkTX9JfmmHdfN8GM { width:17.1875rem;height:2.44921875rem;top:20.625rem;left:1.4375rem;font-size:1.75rem;text-align:left;text-align-last:left;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #NeUTPs0ROfF1lABQ0QTsf06OvT6WIoTD { width:17.1875rem;height:2.9985375rem;top:23.69921875rem;left:1.40625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #r1cMs3fsRIWxaHTXZQ6RIg9o9TUQErg3 { width:20rem;height:15.9375rem;top:30.4375rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hL3NGFOLwD4ak3G6RxBMakBFXfaQrB2T { width:17.1875rem;height:2.9985375rem;top:41.63671875rem;left:1.40625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #FPrNMPBTHR17UbqzOeOHUOJ2JffehTzy { width:17.1875rem;height:2.44921875rem;top:38.5rem;left:1.40625rem;font-size:1.75rem;text-align:left;text-align-last:left;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #FW2WG0nsfUf09FosclrVyhZ37b5NffZT { width:20rem;height:15.9375rem;top:47rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6Vzzvra0lscUlJy3vhxm6zySQQCR7KJ { width:17.1875rem;height:2.9985375rem;top:58.25rem;left:1.4375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #wWCF3lZL6GQ33HDswsAOncxbN8TfCf4J { width:17.1875rem;height:2.44921875rem;top:55.1875rem;left:1.4375rem;font-size:1.75rem;text-align:left;text-align-last:left;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #BmBBQPRDsSmIdQa7peX2oAZ3aJy2mgD3 { width:12.9375rem;height:15.3125rem;top:11.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wASQ1Qu5xEhAfQdduDxegA5UHHNAg4Cu { width:2.1875rem;height:2.1875rem;top:13.875rem;left:16.5625rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #AWywHEkM29VIy53v4b0D9ZBFk1k8nbwf { display:flex;width:1.5625rem;height:1.5625rem;top:14.1875rem;left:16.875rem;font-size:1.0625rem;z-index:15037; }
#AWywHEkM29VIy53v4b0D9ZBFk1k8nbwf > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #O90INGQJo7DwK4TLtcO1Pndiss295F81 { width:2.1875rem;height:2.1875rem;top:31.6875rem;left:16.5625rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #oKFJtTZrFfCbqJvLJebFB6a3vH6aq4Td { display:flex;width:1.5625rem;height:1.5625rem;top:32rem;left:16.875rem;font-size:1.0625rem;z-index:15044; }
#oKFJtTZrFfCbqJvLJebFB6a3vH6aq4Td > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #RUhBLuzryigvo5BOdXEUgd6CL6Zgfnm8 { width:20rem;height:23.513513513514rem;top:78.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #l99MkGOyTauyOs0fxpdyEbJk7bMPI5Oq { display:flex;width:1.5625rem;height:1.5625rem;top:48.5625rem;left:16.875rem;font-size:1.0625rem;z-index:15047; }
#l99MkGOyTauyOs0fxpdyEbJk7bMPI5Oq > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #vI9Z153DxCKt0cSy4O2colwFzoLU7OG7 { width:2.1875rem;height:2.1875rem;top:48.25rem;left:16.5625rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #V8kAvcm8RtT1uOq2nPyF20GEoGmqCRoT { width:20rem;height:23.513513513514rem;top:131.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #b40IcIMVdSDFTIG4rFocNbt2voTTTGG4 { top:12.625rem;left:0rem;width:20rem;height:17.1875rem;z-index:15035;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wiZlBh32JhztCAHNVsJS4OS1ovq0s2gR { top:30.46875rem;left:0rem;width:20rem;height:15.875rem;z-index:15040;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Rt4iUhyUrJzJKrSP423aXyF80vZCu6s1 { top:47rem;left:0rem;width:20rem;height:15.9375rem;z-index:15045;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #V0mvG1eiL8d1LRe7DbtFmOtn2pR2diuS { display:none; }#V0mvG1eiL8d1LRe7DbtFmOtn2pR2diuS > .row .container { width:20rem;height:72.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RHrswFiVcs2B7Fy5RLGC1OQyMxRA37xN { width:20rem;height:5.19921875rem;top:3rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9eEuTPLz6I2HZ119vfRGU6txSGzHS6J { width:17.625rem;height:3.8994125rem;top:8.82421875rem;left:1.1875rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uMzGMTrKiDg5X9INPuUJNgIU1BT5rixu { width:14.375rem;height:3.8984375rem;top:19.125rem;left:3.75rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QQRE8x8Gkuuc3RgzDCG0d1LsyN0cBT7d { width:14.375rem;height:3rem;top:23.375rem;left:3.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #udN1mT6l7d2B4acpgd5D2xK3KOBsDXAX { width:14.375rem;height:1.21875rem;top:17.375rem;left:3.75rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B7TZbSlI6t6CT5c4MlNsU2wxoIGLxoe4 { width:4.375rem;height:1.4375rem;top:14.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2wP5ugTIo8xTEnvWNpyNhXXovzmMc9G { width:3.4375rem;height:0.9375rem;top:15rem;left:0.4375rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CDdTRtme8vzgKQ8IZdqggT4u5Jr7MKBD { width:10.6875rem;height:3.8984375rem;top:32.21875rem;left:3.75rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OTLRdK0SORH9bNghlpLwQkfv9sVbgz5t { width:13.9375rem;height:3rem;top:36.7421875rem;left:3.71875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p9Ta9QJo9LpTpcyx85H3D8BixtnSeXsL { width:14.375rem;height:1.21875rem;top:30.375rem;left:3.75rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bkNTWsme927rw0H0rVt5x6Tokr5Byyys { width:4.375rem;height:1.4375rem;top:27.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfOb4mMUTbQOJTKw5MfNIQAqx0bTxdae { width:3.375rem;height:0.9375rem;top:27.9375rem;left:0.5rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kJ1N9RPgnhTPcZOS7lZvCl3v7ngyPt01 { width:13.6875rem;height:3.8984375rem;top:45.21875rem;left:3.75rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mLSBKF5GaT2RweW5yayOrFsLNDd8Zg1O { width:15.6875rem;height:2.798825rem;top:49.7421875rem;left:3.75rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cvhTU2Tda3ZfeJVpZe90daU20X2FbgC0 { width:8.125rem;height:1.21875rem;top:43.375rem;left:3.75rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JAnXOVGzSITqx2U24hDFDEpCmtx5QfO9 { width:4.375rem;height:1.4375rem;top:40.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLwmB1ophKsJbm0ngZO6svnB5xTDpRq5 { width:3.375rem;height:0.9375rem;top:40.9375rem;left:0.5625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A9Xr2LwWBlIIWmQ942TyZ8Z9Mn1Q8PxJ { width:7.0625rem;height:1.94921875rem;top:58.21875rem;left:3.75rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LkORifyRaLWiishz9TNqLhPc9Gmv63lL { width:14.9375rem;height:2.798825rem;top:60.79296875rem;left:3.75rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #NoUy8Z19oMAFGFvcDOCAqvIS0Fqd7CIt { width:8.125rem;height:1.21875rem;top:56.375rem;left:3.75rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sTAD0MF3kv2yKp9sMwM6QTrdqeZqTWLm { width:4.375rem;height:1.4375rem;top:53.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTC7nhbOdcDhieWbfAmiOcpeGdgnzyIT { width:3.125rem;height:0.9375rem;top:53.9375rem;left:0.625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pELdlphQqwA7zhaaleSHM5ogK9tUHVIt { width:20rem;height:3.125rem;top:66.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvAOqoESTs7ZSGPVcONTTGSBBmXNvvNS { display:block; }
 }@media only screen and (max-width: 763px) { #FiUGZac3Sp7p3lk47amUbFvkl5Mdoyv1 { width:20rem;height:7.1875rem;top:15.8984375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mbC3HBbSCtaSGvU7Wio9pDcI0wDRTViK { top:16.8125rem;left:2.125rem;width:0.0625rem;height:10.3125rem;z-index:15041;background-color:#1d1d1f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #gStLsZLyZyc5ai18pVUVTP93Opu9GBWt { top:29.75rem;left:2.125rem;width:0.0625rem;height:10.375rem;z-index:15042;background-color:#1d1d1f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #F7GUbbTACEUVb8xIiuTgQEd4mUwFCXGm { top:42.75rem;left:2.15625rem;width:0.0625rem;height:10.3125rem;z-index:15043;background-color:#1d1d1f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #SMmCUIM5F94M60GrX0w0bfn2k2CdzpKB { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1c610a39-4778-4df8-836c-32f01ddb01d2/Frame37407.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#SMmCUIM5F94M60GrX0w0bfn2k2CdzpKB.adaptive-delivery-prevent-bg, #SMmCUIM5F94M60GrX0w0bfn2k2CdzpKB.lazyload, #SMmCUIM5F94M60GrX0w0bfn2k2CdzpKB.lazyloading { background-image: none; }#SMmCUIM5F94M60GrX0w0bfn2k2CdzpKB > .row .container { width:20rem;height:96.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ng8PlR3T7HkSUpEPq4QvJIC1mvn7EG0s { width:20rem;height:16.25rem;top:18.125rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nde3FG1OElSe83oqXAqp7Uig1WCkoH2x { width:20rem;height:3.2504875rem;top:34.8125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X3CPElvxuqEgqNDeDzHxEsTHveoMIhKP { width:18.8125rem;height:2.9985375rem;top:38.6875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #M97BT7URqrt8DbSWde5zPWQMDvfTU9qW { width:20rem;height:16.25rem;top:47.8359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iFHa4ETATKVxUI5LiTA8usbWsbTrBz3g { width:20rem;height:3.2504875rem;top:56.8125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Dz4hiK3DZGref6LmyqmhHWE3W8nvcrdr { width:20rem;height:4.4978rem;top:60.6875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VUwemJBp4TuTNBARDgCM6BRbG8LL670T { width:20rem;height:1.62524375rem;top:80.5625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U5RrIzLDl7XxwA8P638vSsBzvyCvZAgL { width:20rem;height:2.9985375rem;top:82.9375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BSwThuaHWV7W818sw8DFeTcHaTJqHo1C { width:12.4375rem;height:5.20019375rem;top:6.0625rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tTZaIo90GoaJCReoM50GdVcCTu4gH8Vq { width:8.75rem;height:2.06176875rem;top:3.375rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KsMzbwfx9VDXhiqcIwUTBD9IUOFzPTp5 { width:4.5625rem;height:0.93676875rem;top:24.0625rem;left:1.3125rem;font-size:0.625rem;text-align:center;text-align-last:center;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #g7pM0ClwsLKE1DpD5MA3JzHca1LfFQ5h { width:5.9375rem;height:1.5625rem;top:23.75rem;left:0.625rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #bS2OyBfDFIaQ3KZeLIwT0OBlMKKWp1fl { width:5.0625rem;height:0.93676875rem;top:46.0625rem;left:1.3125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #brllZ2ox5VVllvT8NKdsG9Bt2EdV2Has { width:6.25rem;height:1.5625rem;top:45.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbUq2CSZ5DaKwlKmnGkmn0offtDIkfTl { width:19.9995rem;height:3.1245125rem;top:89.811767578125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAoRIOkpROmtUfQ7OT3ke7DMc23s5crO { display:block; }
 }@media only screen and (max-width: 763px) { #CUneSH6uckQthsnm6IBKfQcCVcUkICGV { width:20rem;height:5.5986375rem;top:12.57421875rem;left:0rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #M5axXA8SFQnlhCNSNIeyJhqSEItTO6z3 { width:7.4375rem;height:7.4375rem;top:3.26171875rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFhQ0XCSwWNGuqxGkqPCwafm9hZuel9t { top:23.125rem;left:0rem;width:20rem;height:11.0625rem;z-index:15037;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #frkvAEEr41SAsDx6rEsPMlhbqW3pCTsn { top:45.125rem;left:0rem;width:20rem;height:11.0625rem;z-index:14999;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Su9pUfT7Nf9MnKh9p4cq27AXySzvJeyQ { width:18.5625rem;height:2.79931875rem;top:19.1103515625rem;left:0rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #HnXPn1N1eSmFZTzbQ00o1ChOhnr24UkS { width:20rem;height:14.444444444444rem;top:30.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VDVNOudelTks85wBAIXUhODyRNOmT3CP { top:68.625rem;left:0rem;width:20rem;height:11.0625rem;z-index:15040;overflow:hidden;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zomGGf4tc3Uzmya8QczbVTW1k0TLf2A0 { width:8.25rem;height:1.9375rem;top:34.1875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ss6B6CEpbapMw6lBF232muqMJU2fGHlW { width:6.9375rem;height:0.93676875rem;top:34.5rem;left:6.5rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jxi8UmdsACaeTdhRKl0MaB1Z5vCBqAku { width:6.24975625rem;height:1.56225625rem;top:69.4375rem;left:1.25rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #ZRsMIpphuUXveFfrX0Io4e9ErPcEdgdJ { width:5.0625rem;height:0.93676875rem;top:69.75rem;left:1.8125rem;font-size:0.625rem;text-align:center;text-align-last:center;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #hgXaoiT4gtiAMPLiyZV5PPTNNBuKZe4n { width:20rem;height:1.21801875rem;top:41.6875rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UwDwR4mlanVf6G08Tq6RmKiox7NQV9Jf { width:19.99875rem;height:1.21801875rem;top:65.685791015625rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pMZvt2OUHGAD80LmvG1AT9uwz4VFdJKQ { width:19.99875rem;height:1.21801875rem;top:86.997802734375rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SKTxbhFUDlHrxrD79wpMHiQB19rHHOiN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/041bbf41-5213-45a5-9866-955dd6c7c499/Frame37408.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#SKTxbhFUDlHrxrD79wpMHiQB19rHHOiN.adaptive-delivery-prevent-bg, #SKTxbhFUDlHrxrD79wpMHiQB19rHHOiN.lazyload, #SKTxbhFUDlHrxrD79wpMHiQB19rHHOiN.lazyloading { background-image: none; }#SKTxbhFUDlHrxrD79wpMHiQB19rHHOiN > .row .container { width:20rem;height:89.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iZLFp3TgzPspBzhed8MfOFy8pWFTvVdr { width:20rem;height:2.06176875rem;top:3.375rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uTkmfQTLnMSnXHLFR7OyEBGuhnetOErx { width:9.75rem;height:10.400375rem;top:6.0625rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Sv0fZI4K747oN7ZdG5JI3eG6Wcdc6xFk { width:20rem;height:2.59863125rem;top:14.4853515625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTWunfWKle3fM7UpL90vLRhTWWaqkiz4 { width:10.6875rem;height:3rem;top:21.875rem;left:3.5625rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Tw6egeRvi5BJ16z9gEc8nsJOnJGgCR87 { width:4.9375rem;height:0.93676875rem;top:25.875rem;left:4.25rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Krqo0HNS8hgTdMQ6r4Z82Ou1TZBtMUvB { width:6.1875rem;height:1.5625rem;top:25.5rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5nN9JotQs6UBq6PViWhCG0OS2qwbAyN { width:7.8125rem;height:1.5625rem;top:25.5625rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovmRka9SZ4KyHmAxTogLclk3k2EdIXgQ { width:6.75rem;height:0.93676875rem;top:25.9375rem;left:10.8125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iATIw3UqFdTM1X67Jk3SnkRMEwNSrPF6 { width:3.125rem;height:3.125rem;top:21.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #viA1WWSHW6STiB5Vfe7bcTw6a7CxEdv7 { width:4.9375rem;height:0.93676875rem;top:35.5625rem;left:4.1875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WF6VVBWMmRKsefgiAWglgUXFxoOGQu0x { width:5.9375rem;height:1.5625rem;top:35.1875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hd5hOTTHFBQcQtT51lbpNiKv3J7IDIsb { width:8.5rem;height:1.5625rem;top:35.1875rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #La15yah9IaBOeAVTn7Fc0rJmSWMlooQH { width:7.375rem;height:0.93676875rem;top:35.5625rem;left:10.625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kvzDtezT3rzAInTpTglTTf6D3MR7SCVc { width:10.625rem;height:3.2504875rem;top:31.3125rem;left:3.5625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TdVVOm1OgAM9GCT7AaRg9qTZSWDJMcSD { width:3.125rem;height:3.125rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9v91JMu0QULAX0PyG3CbKLTN3ssFkLC { width:4.5625rem;height:1.5625rem;top:37.1875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViwTBXrGWdi0I796KZ1EIA11TWVy0C0w { width:3.4375rem;height:0.93676875rem;top:37.5625rem;left:4.25rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mcrGvi9H7L0MlUVKGJEuCIyXhNIQR4Ud { width:10.5rem;height:3rem;top:40.9375rem;left:3.5625rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TktoTKgWgI8K6XDdgVZtwmhXmimEKba5 { width:7.812rem;height:0.93676875rem;top:44.9375rem;left:2rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bOLqOLzB2zxsUJneUTioIJ3o7ZilK7Va { width:4.875rem;height:1.5625rem;top:44.5625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #thTpaT7dvTXFRhOcOEUxND5dIrmltqlP { width:9.875rem;height:1.5625rem;top:45.75rem;left:3.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pX7UZXf607B0eLdue05sEewsPdFzVJdl { width:9.06225rem;height:0.93676875rem;top:46.9375rem;left:3rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hS3fXrFo7SlgcEXfah6fsh9pkBTcDQkB { width:3.125rem;height:3.125rem;top:40.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6NRhzzRmN1IAMcFLIQqzhoXaIPXpM7C { width:6.5rem;height:1.5625rem;top:44.5625rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrsBzIyRs23qc8hTNNMFtxh6TcFk4eE2 { width:5.375rem;height:0.93676875rem;top:44.9375rem;left:12.75rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PmJhwqe0icyEbzaiQ2qctLh0ZnBwtHSg { width:7.125rem;height:1.5625rem;top:50.625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KITbnv4Kn7OeW5FRFGWsGfbhBNPJcuD9 { width:10.93725rem;height:0.93676875rem;top:51.0625rem;left:1.625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BHRmdTlNbmCgNs3fVTnRM7tugER20ic3 { width:3.5rem;height:1.5625rem;top:52.625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyGFhl0dCUrK0224bxTOpLuhxTVs72sU { width:2.68725625rem;height:0.93676875rem;top:53rem;left:3.9375rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EqH13FT0ipt79J7eBOiIUFHhK3v71VE3 { width:9.1875rem;height:3rem;top:56.3125rem;left:3.5625rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ShkZRkUDpyPLwTD81UtqbJdTAWRz1xoG { width:3.125rem;height:3.0625rem;top:56.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGNvqCGpyM7vvaoUsQ6G3WfpU8ZFQHd9 { width:11rem;height:11.5625rem;top:3.4375rem;left:9rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #CT7hvP6Szgnd26HCa1PDsHW2tnNoG5Fo { width:18.5rem;height:1.39965625rem;top:18.0224609375rem;left:0rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vKWxlT6wly7l5guUsTlkgG4fkr7SJZIb { width:10.8125rem;height:3rem;top:78.9375rem;left:3.5625rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WC7lkF5JSqQJsZLEUpszJHPTDgbN0dNE { width:3.125rem;height:3.0625rem;top:78.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhFVkoruzlMgCgnIZZH4IUT2X4L30sSD { width:7.125rem;height:1.625rem;top:27.5625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu9ciBVpfhNCQPge7IGCTAEAzoIyqXx6 { width:9rem;height:0.93676875rem;top:28rem;left:2.5625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t3gJVIg8PIdKoZt0ZmEG4BGxT9vXnarH { width:3.24975625rem;height:1.5rem;top:44.5625rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEuvEbqeCS7fsbRdUW7RMpUN6yvDZtLz { width:2.49975625rem;height:0.93676875rem;top:45rem;left:9.0625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U0dizgITUuyELSpeE5FcfODa7x0do5cA { width:6.5625rem;height:0.93676875rem;top:53rem;left:7.375rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fHqy2SWm34zhCX3aW2OqEWpxTq29KtI0 { width:6.6875rem;height:1.5625rem;top:52.625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNngiXBcV1TUXTvNTxG9UsTlTZymgdBb { width:11.75rem;height:1.75rem;top:48.5rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncmE6seR6IOX4OsaXsF7GFpCpvMknTOs { width:10.8125rem;height:0.93676875rem;top:49rem;left:3.9375rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D0pDyMOXgyx62UTXnvmJ4smsqPaTWxkg { width:6.1245125rem;height:0.93676875rem;top:53.0625rem;left:13.3125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RnZvTaZGuHuDHyf3IfB8Dua8vWwz7Qre { width:4.375rem;height:1.5625rem;top:52.625rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6wbkFcPR3Jksp1Rda0E4c4TEbGTc5K7 { width:6.125rem;height:1.4375rem;top:46.625rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLpnZ6Znxlu4IhU79TRqMgmP4ODHrJIA { width:5.8125rem;height:0.93676875rem;top:47rem;left:11.9375rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xExiqGDdrsu8uHkCs1n9cGlnlHyIQPCo { width:7.4375rem;height:1.5625rem;top:50.625rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7OFxSO2guvbOtpHSna4Q2o1rkIJSnAR { width:6.687rem;height:0.93676875rem;top:51.0625rem;left:11.1875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PRqO4JMeBbBFlTI5e0hRh6dL2kEC3Hqq { width:3rem;height:1.8125rem;top:59.8125rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSSxp791uUrpFgZiVJm8bLiwxIe6AerV { width:1.9995125rem;height:0.93676875rem;top:60.3125rem;left:10.6875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AOt0OFqtqzGOHItgERdg1Sc2xTzHV0r8 { width:6.25rem;height:1.75rem;top:59.8125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEG0W839guefd0E9zVZXM0nvfiZdNcO3 { width:15.8125rem;height:1.8125rem;top:62rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4Q6ivNThGufBlbX7yTRS0Ws9LHRJdLO { width:15.249rem;height:0.93676875rem;top:62.5625rem;left:3.875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CoOG4rUFVU4lOH6RknBAPklQxhWazatO { width:5.5620125rem;height:0.93676875rem;top:60.3125rem;left:3.9375rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gfxi9ryXRMGloXXCGKBeQnirhyQHN9QN { width:3.4995125rem;height:1.6875rem;top:59.875rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9oJKEau7SgP3TDgPARxh0MKQBaNM8zf { width:2.31225625rem;height:0.93676875rem;top:60.3125rem;left:14rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D6EsoXmIPE6U2iq7AnZx5gxJooxyifLE { width:3.3125rem;height:1.375rem;top:84.8125rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe5lsPzv4tNziwhURXZf8TXZrICFKqGq { width:3.1245125rem;height:0.93676875rem;top:85.0625rem;left:14.9375rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vGu33RiZfGNbdGDvIkfE8DxzTcFAHsEZ { width:2.68725625rem;height:1.37475625rem;top:82.8125rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZ4x6Knyai0yClFG8QUsL68ItStTH79t { width:2.25rem;height:0.93676875rem;top:83.0625rem;left:13.0625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f9ieNkgl4iM9qkGrdI8oOJ7RsVXGRLnF { width:2.5rem;height:1.375rem;top:82.8125rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTD6SerSX458ANBQf5pqM9I76WTnLxi3 { width:2.12475625rem;height:0.93676875rem;top:83.125rem;left:10.125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nrJBfdSxFbbUMq6nzskxLqTwshqWSobt { width:8rem;height:1.375rem;top:86.875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvQWnD5zzBV629QrzD843fQFXEXT1JqJ { width:7.5rem;height:0.93676875rem;top:87.1875rem;left:3.8125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ixKZ4cyi8GpqgmC1BTTb5uBNnKXTVOhy { width:10.75rem;height:1.5625rem;top:84.75rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSo5TR9uIVN4ie1ap7fdcBzZ1SQZt8VB { width:10.24875rem;height:0.93676875rem;top:85.125rem;left:3.8125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LvPqlnuVbKtbmQClXIigl2WCQKKw46E0 { width:5.68725625rem;height:0.93676875rem;top:83.1875rem;left:3.75rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EEQMM5SMpXQ39DBapomnsxw9l3FTyr2D { width:6.0625rem;height:1.375rem;top:82.875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODfFKu5EF7SJZripMUWHGpIBTB0dSezQ { width:14.8125rem;height:2.69970625rem;top:66rem;left:3.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qPA61193pUBHNBbsEEzqe0CuIQ4TJ4Aq { width:3.3120125rem;height:3.3120125rem;top:65.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOIRxvhOPZWBdPyTTeLiuQt2XoqF1eUf { width:10rem;height:1.75rem;top:74.3125rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMJdIa0F9tbF7dPlGQdDI9oa80n54eAC { width:9.5625rem;height:0.93676875rem;top:74.75rem;left:9.4375rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PM2V7ZvzM4XSwlJoJKhdNksct2Xm9Tq5 { width:7.3125rem;height:1.8125rem;top:71.8125rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAsM8rgccoddFNf9imGKqusEta7I9ohS { width:6.62475rem;height:0.93676875rem;top:72.375rem;left:11.9375rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JZdTX3geMo78V5dkmJKF74JhGmFn3t2g { width:7.812rem;height:1.74975625rem;top:71.875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxsFn0TJah22XkflAsWila8uNCguKplD { width:7.437rem;height:0.93676875rem;top:72.3125rem;left:3.6875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aLViCp6IPGDh0npVAlmLWv9POTSxTxwO { width:7.5625rem;height:1.625rem;top:69.6875rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrR8CgqqVoc2oTLLSyv4xJLPwEMZOEgE { width:7.3125rem;height:1.625rem;top:69.6875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpNFpzTqrT52DcJJAekJwibhiIS5mgdb { width:6.375rem;height:0.93676875rem;top:70.125rem;left:11.8125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KyDWMkABnwXMA6ierfDQzKikCbzTfriM { width:6.43725rem;height:0.93676875rem;top:70.0625rem;left:4.0625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zf89TRKcPFshaqfFhXewfuu3b7kp1TZf { width:4.9995125rem;height:0.93676875rem;top:74.75rem;left:3.75rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v348RtlqQ9T92VrJlrS5uc1qUm5v8STz { width:5.375rem;height:1.75rem;top:74.25rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouTPfvenikXNf2p2PEtC4MwNKbAtSbfA { width:7.9375rem;height:1.5625rem;top:46.5625rem;left:3.5625rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #n7ToETF7iREvq3O9HkT6ktQGUd6Sn1g6 { width:19.9995rem;height:3.1245125rem;top:77.530517578125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHkoqu4NHmMlRdK0aon6PimfcUTD70lS { display:block; }
 }@media only screen and (max-width: 763px) { #W6kXEpqQwJPdNSTisXUIiDBPOa2G7adm { background-color:#ffffff;background-image:none;display:none; }#W6kXEpqQwJPdNSTisXUIiDBPOa2G7adm > .row .container { width:20rem;height:85.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QGyuX8ZqNXIB2gQce2zow4gN49hEQpS9 { width:13.5rem;height:3.2504875rem;top:2rem;left:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnCbk8ThE6krT8I5ROzSrJ9grys1ti4T { width:20rem;height:16.25rem;top:8.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gaa3ilKoSPeN3h5llwUkx4lLhCbeIfZO { width:5.125rem;height:0.93676875rem;top:56.625rem;left:1.3125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #npTJh9BHuO1m5DbP1sS1uJHiihsHdtmn { width:6.375rem;height:1.5625rem;top:56.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoMwTkhwxgRhOiafe1rBAW60OIEqSWIl { width:20rem;height:2.4375rem;top:68.9375rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ocqfHElTrLkIRu58ETOX1oxpcEwPOIC7 { width:20rem;height:1.49926875rem;top:72rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eOtL06wF90SkmRln0P9Ipl2mK8WsSLRn { width:20rem;height:1.62524375rem;top:67.375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #glQCyzDQc59OhU2cIgDH7BGX4LlzuhQl { width:19.9995rem;height:1.21801875rem;top:74.436767578125rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FkHLztvQC4ZhyXxmQFikqO1WxVCn2rJA { width:19.9995rem;height:1.21801875rem;top:50.6875rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vMpzTwIzJlDVXzicJpKh6ob8TFCpuhxR { width:20rem;height:2.79931875rem;top:47.125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #BtWOB8pttiMNeOC3MQt9S22KRJ8oqVuA { width:20rem;height:2.4375rem;top:44.0625rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cPF6WsG2fALzKyTgVvNyd6WEBKoMXMxU { width:20rem;height:1.62524375rem;top:42.5rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Lx6rgtE2W6xT74EnTgK58sAi9JRt1ekG { width:20rem;height:16.25rem;top:47.630859375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kO0XKptONtTPnw32s0NsK0va7y4TPJTH { width:5.125rem;height:0.93676875rem;top:31.75rem;left:1.3125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q6eRgB1a0kQ0bVJmOwFffnfAwuPwWms0 { width:6.375rem;height:1.5625rem;top:31.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CldfvKvibWayNciZlsFT1Jmson8gnTcN { width:19.9995rem;height:1.21801875rem;top:26.37451171875rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DeoK5x7GtTDDInnOG6sKJEtTmxaEAlrO { width:17.25rem;height:2.79931875rem;top:22.875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #sF3iBH4vzFbsnqBvMxJFKFmyAcukkh8g { width:20rem;height:2.4375rem;top:19.8125rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zCH8CXIAWdIdWiNrTn727IcrCvfRp2FI { width:20rem;height:1.62524375rem;top:18.1875rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Co6eRUc3exrU0qfpAZr9tZlAz8xDpViT { width:6.375rem;height:1.5625rem;top:7.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yll42JzxTOd5AtvkfHIuHhkobv2U4RPw { width:5.125rem;height:0.93676875rem;top:7.4375rem;left:1.3125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gDDAvf9ghMa53WDoMPDUXhHrTUaSw8Fv { top:55.6875rem;left:0rem;width:20rem;height:11.0625rem;z-index:15004;overflow:hidden;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvRJnV3fivTfVTCrKPSSZtNnyUZg82GU { top:30.8125rem;left:0rem;width:20rem;height:11.0625rem;z-index:15005;overflow:hidden;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvhLWLBAS06N3Pqm29d2CB3G4EeUeS19 { width:20rem;height:14.444444444444rem;top:8.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #a4gUuVqGb67dlll5mpvF5IZoiGB3uaKh { top:6.5rem;left:0rem;width:20rem;height:11.0625rem;z-index:14998;overflow:hidden;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAf7TXu6pwy8k8mDfkeZIFJkgK7SXn4o { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c156eec4-ddff-4109-bcb0-46b7ffdac820/Frame37409.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#yAf7TXu6pwy8k8mDfkeZIFJkgK7SXn4o.adaptive-delivery-prevent-bg, #yAf7TXu6pwy8k8mDfkeZIFJkgK7SXn4o.lazyload, #yAf7TXu6pwy8k8mDfkeZIFJkgK7SXn4o.lazyloading { background-image: none; }#yAf7TXu6pwy8k8mDfkeZIFJkgK7SXn4o > .row .container { width:20rem;height:76.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lVU8GTRbUDrqoUEBm8b1yHLewWT3ZhLK { width:13.6875rem;height:2.06176875rem;top:3.4375rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TsfzsvMusQeg4T5BrGZPJXEiC3CV9O4R { width:13.0625rem;height:7.2004375rem;top:6.125rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #J7JnA9QuFFRktKuZMNXZlETtmQZT8nwA { width:17.8125rem;height:3.89795rem;top:15.0966796875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #twVWx9EJWfpZgWdMc1lQm03lfAAbhb9N { width:20rem;height:18.75rem;top:53.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MabZrJHlK7aPeswEsp0DnTZucxFS2Kyo { width:20rem;height:18.75rem;top:93.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #D70uuKiTEbOLvTRTKhwqQeiQHKuClm0V { width:19.99875rem;height:4.4978rem;top:39.798828125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qATD0TPwPAHOM8VJ2iBZThGP8mwncKSK { width:20rem;height:1.5rem;top:37.460693359375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zJyI1b1ANCzSJEO2FyeSsXZHF4U3cauq { width:20rem;height:1.4619125rem;top:35.25rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Qq8TczsKKKX8nd3llkpTKneKDDQq97TK { width:19.99875rem;height:2.9985375rem;top:65.18701171875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #THZT71pe0xlxu4zdme7eZSbPnckDlkNN { width:20rem;height:3rem;top:61.49951171875rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WPCf2iDnpoyDkftg7agDx9k3myVAaFhZ { width:20rem;height:1.4619125rem;top:59.3125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IbNTKO1QMnJ37lG7n66PHvK2ekPL2O8N { width:19.9995rem;height:3.1245125rem;top:71.499755859375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGlN7DBLaRc7dWCf2BX90viBU6N7UWiz { display:block; }
 }@media only screen and (max-width: 763px) { #zwr17EcGzs2FR5UsBDam3CL75RO9f2U5 { width:6.5625rem;height:0.93676875rem;top:24.4951171875rem;left:1.25rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X2FdTdDaMb65dzppbNlbhOMoQCDc0x2J { width:7.8125rem;height:1.5625rem;top:24.1826171875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzmTsDBgeRHQFKa0y9TLaiIKMxUXFH3C { width:6.5625rem;height:0.93676875rem;top:48.56201171875rem;left:1.3125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IJTgFiyvTA3puoL449BvcVd7SOqHnV3F { width:7.8125rem;height:1.5625rem;top:48.25rem;left:0.624755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #baODKUuPwsh2FVPI7N6IBMqFwq5FDofy { width:9.125rem;height:9.125rem;top:3.0625rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRATG8S1MV1TVxRh8riUDDrbBTDZ63ZX { top:23.5625rem;left:0rem;width:20rem;height:11.0625rem;z-index:15009;overflow:hidden;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWiv8G4aRIuXbt9A0bzWitQhKIvUZ0vL { top:47.62451171875rem;left:0rem;width:20rem;height:11.0625rem;z-index:15010;overflow:hidden;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpZG85c8rfavZ21rl0sE7WeDQJmy7T4S { width:12.625rem;height:2.79931875rem;top:19.4326171875rem;left:0rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #C2AxWiLDDV5rMzAXyO5G359FPe1gKaKk { display:none; }#C2AxWiLDDV5rMzAXyO5G359FPe1gKaKk > .row .container { width:20rem;height:82.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ye7lKZiFEwePynSVRGUOV2NTf9NZoePq { width:20rem;height:3.89795rem;top:8.44921875rem;left:0rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #AETFaI2EVH8DrkZbtUVFf3syMEO3N22y { width:20rem;height:5.20019375rem;top:2rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHgv6LdFh6pLQ595dKatFvGfXKFOGtGN { width:19.9995rem;height:5.99706875rem;top:32.56103515625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #cKB4GxoXSPP1MEqD0stILt9ZyJMxhOAk { width:20rem;height:3rem;top:28.625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #S1nFPzGrOsDmRDWwpRWTOwqzVubOuCIl { width:20rem;height:1.4619125rem;top:25.909912109375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EX8QxiwM8OGc4bpr7aLMTTBhFHTlVU9F { width:19.9980625rem;height:7.4963125rem;top:63rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IO5WqFqaIId4t2kVXLyX5mxodAvBgSnz { width:20rem;height:4.5rem;top:57.4375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aqVVOXfX7zfMFpm2fXBRLkfT8vnvAevw { width:20rem;height:1.4622375rem;top:54.8125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tde8DU1pgTHEhH4GiW7EB05UfZ4CSqrU { width:19.9995rem;height:1.21801875rem;top:39.1845703125rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DSZAonutSGq7AGQp8olvAETdZHzub0JG { width:19.9995rem;height:1.21801875rem;top:71.3115234375rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RF3bgmJIMszUXitqQKrFBt5b0IgaPGcd { top:14.09765625rem;left:0rem;width:20rem;height:11.0625rem;z-index:15010;overflow:hidden;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r424lK2wEVKiEXwHLT03tDPW5I6yeNZE { top:43.0625rem;left:0rem;width:20rem;height:11.0625rem;z-index:15011;overflow:hidden;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCnWLUET0bc6nxI8kFepw2yoHMMFnsl4 { width:20rem;height:10.714285714286rem;top:19.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EFxPT23EUTBtPFHineyKUiOTbSKTc3o2 { width:20rem;height:10.714285714286rem;top:19.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JDBoA6RDW8TBcbn4MJGGOgSgrPKruaTb { width:18.6875rem;height:3.37475625rem;top:75.09228515625rem;left:0.6240234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVi4QxVhwqvPVVwEkBxt3OfTfCZm6rFO { display:block; }
 }@media only screen and (max-width: 763px) { #kipTaDh4NhrBEMFO2CJ0WLpePkF14H35 { display:none; }#kipTaDh4NhrBEMFO2CJ0WLpePkF14H35 > .row .container { width:20rem;height:78.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UAiVBNbRy1PsGk6HfE4voqTvdMtakKx4 { width:20rem;height:6rem;top:2.625rem;left:0rem;font-size:2rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #lxWPhzrACTJdsDIsoFVcIB4aLym5ARmZ { width:20rem;height:16.5625rem;top:9.875rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #usw49lUQD1alv1pmkm4ltd6uyQa4Os83 { width:17.5rem;height:5.1972625rem;top:14.25rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAks1TI7WwNiKwhOZnaQ1HBE5u6Wsph4 { width:2.25rem;height:1.875rem;top:11.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzC4CuLWomNA6cZKFWdk18LDUMx3C3Ra { width:8.5rem;height:2.19921875rem;top:21.25rem;left:7.8125rem;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #vAWlUqCCJrPbETFCVkHeWDtMoa667Kdy { width:7.25rem;height:1.0556625rem;top:23.662109375rem;left:7.8125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DXdcup60WZQzapJw6HgVTVsiIwE56L5x { width:2.0625rem;height:2.5rem;top:21.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITLrutkacKvurSzKzLCcNCTyT6fkx7Bh { width:20rem;height:16.5625rem;top:27.25rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcDcxRFDCwgJAIGSP46QxHXqkeU9TRGu { width:6.6875rem;height:2.19921875rem;top:38.5625rem;left:7.8125rem;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TTIRbpvrQwMwJWEQtH8iJUyLdbw8D9p6 { width:6.25rem;height:1.0556625rem;top:41rem;left:7.8125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rosCdSBPguJXCTybtTOAihrkFW25WraI { width:17.5rem;height:5.1972625rem;top:31.625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXXcOTQpZTfGzuOZgRSRdoD8a9Rf1hs5 { width:2.25rem;height:1.875rem;top:28.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoE43FdDABeJ8TcyK1iexuwyQd1NHkIl { width:5.3125rem;height:1.875rem;top:39.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJ8nptk685EEQFcP3EywmUTIAV2i7UlM { width:20rem;height:15.9375rem;top:61rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdhSHHQXWf5rdmQHwqUVTOLvzkJwU75Q { width:8.1875rem;height:2.19921875rem;top:71.3125rem;left:7.8125rem;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #n7Q9gLaZkJCJSGINNakPaF6xXlaiEGLw { width:6.1875rem;height:1.0556625rem;top:73.82421875rem;left:7.8125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XcExB1Hx6gSadiiBI31vsUF9eDRqQFcs { width:17.5rem;height:3.89795rem;top:65.375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFZlkhtyO00RHEgxGuEKJmXStr9MxPFJ { width:2.25rem;height:1.875rem;top:62.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q42tR9BfIsK8s9lS8T0WVZHeVyPiZcE4 { width:4.625rem;height:1.3125rem;top:72.32421875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #btOFKGZoERGv0ttFoHJmgrsZtN45nAUF { width:20rem;height:15.9375rem;top:44.4375rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTRIcW1xOZl6f8JeyZOpCtQhqGXwWTwh { width:8.5rem;height:2.19921875rem;top:54.9619140625rem;left:7.8125rem;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #q49N1DZ2zEaBceT0c5gHu9QZJBMV6Q5G { width:7.75rem;height:1.0556625rem;top:57.4736328125rem;left:7.8125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EOQDIQ9dOvsi1t5yR9IM2cml739KPB2K { width:17.5rem;height:5.1972625rem;top:48.8125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gnx8wpo3hLHRGH2fZQsQRSCEvumNhGeU { width:2.25rem;height:1.875rem;top:45.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5QLELzLCy4dIsMqXyt2g5nhWTImWIeb { width:2.1875rem;height:3.6875rem;top:54.78125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKFKbEVfbVoHaNhFaxWD60XL28XrE2gK { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/b762e6f6-d478-4f07-8c0b-b015c08f3495/Frame37410.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#DKFKbEVfbVoHaNhFaxWD60XL28XrE2gK.adaptive-delivery-prevent-bg, #DKFKbEVfbVoHaNhFaxWD60XL28XrE2gK.lazyload, #DKFKbEVfbVoHaNhFaxWD60XL28XrE2gK.lazyloading { background-image: none; }#DKFKbEVfbVoHaNhFaxWD60XL28XrE2gK > .row .container { width:20rem;height:69rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #f3J5SbLWOUi3HBTq9y8yJ4GZBszXcGgp { width:12.5rem;height:6rem;top:3.25rem;left:3.75rem;font-size:2rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #S1E8U0ma5ahsU0uqB3XOCFhkiXuoP7Jz { width:20rem;height:4.5rem;top:9.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCsKfWhJA1JnJhnFyWtsxoXHPl7xAk0g { width:12.3125rem;height:4.198975rem;top:32.25rem;left:6.625rem;font-size:1rem;z-index:15020;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #W7FQEm2qbAStMH7tvE0F1JxFi8Txu6CU { width:12.1875rem;height:3.5rem;top:28.125rem;left:6.6875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mL07PzquFHOGSQu23qckKq0GdCEw6kMZ { width:12.8125rem;height:3rem;top:22.0625rem;left:6.6875rem;font-size:1rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LTEznyZFbsi1LhL0TTIXnEuLT3mgLUF5 { width:9.1875rem;height:3.25rem;top:18.1875rem;left:6.6875rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VL5q4ZlNEHcUL1eoQrXdIml5UAS23Zmb { width:12.3125rem;height:2.79948125rem;top:43.875rem;left:6.6875rem;font-size:1rem;z-index:15020;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #P6adzvgmoPL4vWkvdxcwxrdcldnbW8ig { width:12.1875rem;height:3.5rem;top:39.75rem;left:6.6875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P1QeTTKtCQ7ghdDeqHvFSyo1Dq3kM7vx { width:12.3125rem;height:2.79931875rem;top:53.9375rem;left:6.6875rem;font-size:1rem;z-index:15020;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vPdDkRB9KddAdM0BTooHS0x8bnyNCOzo { width:10.625rem;height:3.5rem;top:49.8125rem;left:6.6875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Jlbzp8SGbcCz9gEeraAAzgzkDoRP1GqU { width:11.8125rem;height:2.79931875rem;top:64rem;left:6.6875rem;font-size:1rem;z-index:15020;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Lab35eAlMLSmVWZrOtKbz8RouKXXtmtQ { width:10.375rem;height:3.5rem;top:59.875rem;left:6.6875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f4aJvwhk8RxTOKsZNvJOxnzao69hQOnU { width:20rem;height:14.364640883978rem;top:86.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TBEQulnXdeVdecQGsqJIhCDQV4GaTnOU { width:20rem;height:14.364640883978rem;top:117.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sW5aCUpqHy5u0u4NP5sfkbLTlEQQI9CX { width:20rem;height:14.364640883978rem;top:148.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #W9WWa6tL8pWMHLbIsdhOhiXiRauRXWPc { width:20rem;height:14.364640883978rem;top:101.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ShDmPdyGbW8k4gaCf57Mlw6Uax5U92FG { width:20rem;height:14.364640883978rem;top:133.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xOK9vDqxbXh3E1HomrZTlCOOaQi6AyOF { width:4rem;height:2.25rem;top:18.5rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuJWXmfCbPKTuCXbqS2eJBZBTvIJNiFI { width:2.6875rem;height:3.8125rem;top:28.5rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ka83yMxWRv3XpgpRuGylHGkLmWE1ptZM { width:2.9375rem;height:3.6875rem;top:39.75rem;left:1.9599609375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErFmEQFkDezOAMXIWhQsNyxI3BJwOUyC { width:4rem;height:2.3125rem;top:50rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCXnGqz0KnFf6kR7pcP0usixqd6Fv2UF { width:2.8125rem;height:3.375rem;top:60.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sd6kRQL66amwrlc9RZpLlSqEr72LJGND { top:16.875rem;left:0rem;width:20rem;height:9.4375rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XJce78p3bg5GwgThUNTbQMINRGH1xmUp { top:26.90625rem;left:0rem;width:20rem;height:11rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mzoeeoJqX17J7Mhb6ESldgHM0Ig686Wc { top:38.53125rem;left:0rem;width:20rem;height:9.4375rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZEEyqvTSEwBCweaIQVGgR7ubBobtDM1c { top:48.59375rem;left:0rem;width:20rem;height:9.4375rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oiLw9uooPTReMNGePpW1JvkmV4uKpi2y { top:58.65625rem;left:0rem;width:20rem;height:9.4375rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GuHCdtTSTbTlVcSk4OGQVeasTJWMkpfO { background-color:#000000;background-image:none;display:none; }#GuHCdtTSTbTlVcSk4OGQVeasTJWMkpfO > .row .container { width:20rem;height:29.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lB6fgXhINRhhATvI4KWHPi6lyc7RMeUP { width:6.25rem;height:1.49926875rem;top:12.25rem;left:9.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT1ZPACPein0CZ2VbM6k2TOOF65wUQnT { width:6.25rem;height:1.21801875rem;top:13.9375rem;left:9.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKJ0dS0LctpZ8Z4ZgQqZfyWSsQHQEtWr { width:3.9375rem;height:4.9375rem;top:10.8125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOwTqtNTTlhJwfmSTW2Uv1fycCF9EI3P { width:20rem;height:1.39965625rem;top:7.734375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXyRknTNq4Wvs6rtMOl7t2wGa7vL3S3i { width:20rem;height:4.548825rem;top:2.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNz4simk4bMCg2TpQizS9Mb4NwWB14Kh { width:20rem;height:2.79931875rem;top:20.0302734375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwiiNuO2TTlJDxir3R1aZc9rVZCtR9yV { width:17.5rem;height:1.49926875rem;top:16.9990234375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eEoi6tCra9R392Qktd1qT5vobiTPiqP1 { width:20rem;height:3.125rem;top:24.080078125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVqLiIou5LFgxZg3TU3Dmrry3nhclE4P { display:block; }
 }@media only screen and (max-width: 763px) { #SqsW1yKxI2TFM4po9PsekHdoQJqmDAO6 { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/ea68c386-aade-4ce9-b28c-b4d95eda922e/Frame37411.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#SqsW1yKxI2TFM4po9PsekHdoQJqmDAO6.adaptive-delivery-prevent-bg, #SqsW1yKxI2TFM4po9PsekHdoQJqmDAO6.lazyload, #SqsW1yKxI2TFM4po9PsekHdoQJqmDAO6.lazyloading { background-image: none; }#SqsW1yKxI2TFM4po9PsekHdoQJqmDAO6 > .row .container { width:20rem;height:109.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 .widget-input-text {padding-top: 0; padding-bottom: 0;}#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 .widget-input-select {padding-top: 0; padding-bottom: 0;}#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 .widget-container:first-of-type{padding-top:0;}#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 .widget-container:last-of-type{padding-bottom:0;}#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30  { width:17.5rem;height:auto;top:1.2481689453125rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 {display:block;}#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 { width:17.5rem;height:auto;top:1.2481689453125rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #L4TyEFtd4GB92TERLV8DRnmo0LwDctHg {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #KpqnrSS0h5hKEcXz75Quo7T4n3EPT6IK { display:block; }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #nRTehzgkLfzmQiccTXgw2LAz7SGVfHaz {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #W0BEKMsNGzVM0W5cs3vxNL2xxseD1OJH {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #BTTkNHrnNqlD9RI99CXc0i9Qn9Gd43oA { display:block; }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #Hc5o3akTfXxgDeRcNDwLMbWEBGRAwAxg {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #J5ek2c8tJyAdPxErJLoALeIZQZvPfaJz {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #pSTdQZT5z2h5XeTlGlnaqJx95e0TPRdT { display:block; }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #KR23JoTVolEXktlMCEfGc6KEiI5Sih3E {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #qzGIVRJTODlKUTl99TMoo8F0KESB2TJP {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #PIoQ6tMPxio61EqAvZlIamb7mWtgiOrr { display:block; }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #uTkX8GCzqVO5Knuso5uzNAtHT3OhVKPE {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #AxWHX2kx8wldX69W8czmW5r7Qr6MTyIy {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #SAT5osUWoAb6b5kqOM046axeQQDzlfIO { display:block; }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #Okuz3MrhgdodLi4JSb97vqimoTPIE0NH {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #BSg4f0TzrnG5cg0Mahfs5QpTxI2MydoF {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #dCO1T1rVJuh1SL2v6GTqKRgNe4iQwOsP {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #lkaFbfCDhSAXKpscA8qPNX6dczrbzqHx {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #ZllQbxTk49KDvxe0Lkow4NaspKSlZwLp {  }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #ZllQbxTk49KDvxe0Lkow4NaspKSlZwLp .container-column{width:100%;} }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #li6rzD7NofErwe36EKJKbHxS9h1bg7P4 { display:block; }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #QyxaygplaSTkCHRSJcSyyUE4TONehZEw {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #PgegMXNnCEaFTmOQy0PNxCATX4lhZgBG { display:block; }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #pt535Sl7cTS1MSTWUqgRHbAytgHR1V3M {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #JG1lwnGd4Gf0Fb9TQTT4Rx6hMJdcoM2X { display:block; }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #FhFZGFfDBZCIoE6f8Cv388NGQ7CObrmy {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #mu9GHFlKeRdRCTus0eA0Vc2EUesPcC81 { display:block; }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #BGEwGEypLnApOXLd3LGqmCJ3Ug3GtBeT {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #WyEt3aErcmVChEFdThPr9ox8AmQB5XF6 { display:block; }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #URu1ssCxS505kIBt7h3itgMZwBil3BCf {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #AwoIw5xOLRLF7FHXCJLzBdrZ6aM5X41d { display:block; }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #x2mAsM3SAfkxGJdKabUEHsOaVy1nWgpl {  }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #x2mAsM3SAfkxGJdKabUEHsOaVy1nWgpl .container-column{width:50%;} }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #yyOkc5RsKN5s2EQ7UR2GTDSfIUeDWF0S {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #TTf8brdgWm5UmhGa8bFLFr3Fcb5feHtJ {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #omCXVS4MkdTm9FERDuXRiobS6wVNuJ7B {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #t3xdbNSt0bxtyLvckdbaa7GQvW9smULC {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #KgKT8e7m5Fmxnfn5TudoBUcVTHdOCZ32 {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #mp4V4oiJ7VLqdTScbveLgvstkTTeHxyp {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #zxgZK9Q8l0rZDkVlhDQWowcn6tNTL3gA {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #MvH1TfHWSWDIJhEshrJeRJBsrHzKype8 {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #vvu0Kr7Syx9v9xxlrBF1U5FzH1NWeo8A {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #GEoXKokMG4zuozLiTqDUzTbD4bwBZ0bs {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #aRQZk2kyVsGr3qciOM04qZn8TJBPWd7J {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #ZTla9oKSyNc6NtTQTzltq8Vw2BT9VlsZ {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #bZXyJ6eVz2nTITVc3CT8sh5QHTenX5Ti {  }
#talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #bZXyJ6eVz2nTITVc3CT8sh5QHTenX5Ti .container-column{width:50%;} }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #ZvPAN4OEnk8t3HytE9HHmq9WEAvEDI2W {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #CEOOH8D6ppcnNaDlvWug5LX6PAdwy2zT {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #FFs6wSgIWpXoPX1oVIrSeBdZiC5UpGVA {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #CW01qJ169apUhzyNXBJtbcNK59aZURzV {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #mA86BaX4iU4zh9cK7sn1Tz2vPZTDo981 {  }
 }@media only screen and (max-width: 763px) { #WeLMeyiHU0bzWnzI9PUhRKJJ1ZbkUt78 { display:block; }
 }@media only screen and (max-width: 763px) { #q51nqsMTtOiHArl3udZ7Nofreaf4sItV { display:block; }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #Bv0OzWZJ6HtS7Cy6qMBc0uflKHpDLMAg {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #tQkTnRMVzGc9EtH82sJlTLNMEio2Pn8m {  }
 }@media only screen and (max-width: 763px) { #vT3xvxgsTCaQVUlpLRBI7CwTWyP3m7d6 { display:block; }
 }@media only screen and (max-width: 763px) { #lIWgNH1hmML22D5oMrJHAp9UQuqNxBRP { display:block; }
 }@media only screen and (max-width: 763px) { #nSPTWWs7UXbmKGcehGQOTSpTerZWFO4p { display:block; }
 }@media only screen and (max-width: 763px) { #HFGOCEGBaSt0AdVXFvJq491z7q3wmzxW { display:block; }
 }@media only screen and (max-width: 763px) { #Dl2ho2DK06yxowpRRGEpc4fqJ1AH9mmW { display:block; }
 }@media only screen and (max-width: 763px) { #oJnRrBLZSmltfATF4gZTfbnU46tJvxZ4 { display:block; }
 }@media only screen and (max-width: 763px) { #bxVWGThW278mVZTPQIrrnm4Gco5knU6i { display:block; }
 }@media only screen and (max-width: 763px) { #mIk7Wdu282XShoqQbTRuThPk1BuqUR0U { display:block; }
 }@media only screen and (max-width: 763px) { #sXto64gwaNlLFmiqISbKReA0lJtoRR4N { display:block; }
 }@media only screen and (max-width: 763px) { #sE3v7FHi7uqLaXVN1wLbHvAuWwbsGyZF { display:block; }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #EaV3nJzNOstM05gWurO8N5iI2PRUkRi7 {  }
 }@media only screen and (max-width: 763px) { #talOd5vDEo9DkEoHRn6t0wFT9wAKRe30 #G0q1aoyeJbVLEWVUMT5ycJAZux9HbPPN {  }
 }