.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(250,0,207,0.79), rgba(185,40,255,0.77));background-image: -moz-linear-gradient(180deg, rgba(250,0,207,0.79), rgba(185,40,255,0.77));background-image: -ms-linear-gradient(180deg, rgba(250,0,207,0.79), rgba(185,40,255,0.77));background-image: -o-linear-gradient(180deg, rgba(250,0,207,0.79), rgba(185,40,255,0.77));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa00cfc9', endColorstr='#b928ffc4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa00cfc9', endColorstr='#b928ffc4' );";background-image: linear-gradient(180deg, rgba(250,0,207,0.79), rgba(185,40,255,0.77));background-size:auto !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#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:3.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#oT7yRd2uHHZUqWtJ0Xf4lKgVhauvIu0S { color:rgba(var(--color-tertiary-0),1);display:block;width:63.0625rem;position:absolute;font-family:kanit;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.052734375rem;left:2.5625rem;height:1.70605625rem;display:block; }
#OnT1CtukVvgtPEscby0JscRUw72FGcRO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#11002c;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; }#OnT1CtukVvgtPEscby0JscRUw72FGcRO > .row .container { background-color: transparent; background-image: none; }#OnT1CtukVvgtPEscby0JscRUw72FGcRO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnT1CtukVvgtPEscby0JscRUw72FGcRO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnT1CtukVvgtPEscby0JscRUw72FGcRO > .row .container > .video-iframe-container { display: none; }#OnT1CtukVvgtPEscby0JscRUw72FGcRO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnT1CtukVvgtPEscby0JscRUw72FGcRO > .row > .video-iframe-container { display: none; }#OnT1CtukVvgtPEscby0JscRUw72FGcRO > .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); }#OnT1CtukVvgtPEscby0JscRUw72FGcRO > .row .container { border-width: 0; border-radius: 0; }#OnT1CtukVvgtPEscby0JscRUw72FGcRO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OnT1CtukVvgtPEscby0JscRUw72FGcRO > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#VIT2SrlT1SpOm1tBiPPNhMqmBF1B3Hpu { 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:31.9375rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#G6a5a4TxVD8OLPrnBrfi7X8mSw0rzlZs { color:rgba(var(--color-tertiary-0),1);display:block;width:34.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:30.625rem;left:20.4375rem;height:0.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PO6FBEvI0x5TEgiAMrQANJyDuqyAO7iD { 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:80.5rem;width:40.4375rem;display:none; }
#dEOLIhbwJN93k3WBlwARSQsZzuqvIRbP { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6.4375rem;width:12.3125rem;top:22.8125rem;left:10.46875rem;overflow:hidden;display:block; }
#zF7TBEF5k7J1upgCmgFA9cPNbaBVaRi1 { 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; }
#SmPwnNvnSXa5fp4cFuN42Thg8G45VDBz { 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; }
#IytoXvqOeETTu7QXlB1z1JmGxGSnttxJ { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5.75rem;width:5.75rem;top:17.625rem;left:14.5625rem;overflow:hidden;display:none; }
#qJtQl7eRf6lTt9FSsiTWotZJDC0vxJRh { 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; }
#bTgz57BM19zdkey76OI9C5J7wQWAdupG { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:17.125rem;left:10.875rem;display:none; }
#WyS1Ok7K6diKrWxR5Trx6WOOpT0hcEey { color:rgba(var(--color-tertiary-4),1);display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.1875rem;top:23.125rem;left:10.875rem;display:none; }
#t035WrgeoBua0i13zmtPthseVkSS4CJU { color:rgba(var(--color-tertiary-4),1);display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.125rem;top:31.875rem;left:10.875rem;display:none; }
#xmo7531iiT3vfJykhtbItDDNkL5pk6VU { 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; }
#pfr4IziEFZ0NpBOVVUwKRmOTgNoPTmwL { color:rgba(var(--color-tertiary-4),1);display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.125rem;top:32.5rem;left:11.5rem;display:none; }
#Cpz4FsWbZDXzEPtHr4Td1D0UMLM87t6X { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5.75rem;width:5.75rem;top:17.625rem;left:14.5625rem;overflow:hidden;display:none; }
#ioV4aR57ILUBWErwHwuaeTqFtdQQa9Qh { color:#ffffff;display:block;width:19.625rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:19.59375rem;left:6.8125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#mFJt1aT2yd3670uJK639FETtmDy2mHr9 { 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; }#mFJt1aT2yd3670uJK639FETtmDy2mHr9 > .row .container { background-color: transparent; background-image: none; }#mFJt1aT2yd3670uJK639FETtmDy2mHr9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mFJt1aT2yd3670uJK639FETtmDy2mHr9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mFJt1aT2yd3670uJK639FETtmDy2mHr9 > .row .container > .video-iframe-container { display: none; }#mFJt1aT2yd3670uJK639FETtmDy2mHr9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mFJt1aT2yd3670uJK639FETtmDy2mHr9 > .row > .video-iframe-container { display: none; }#mFJt1aT2yd3670uJK639FETtmDy2mHr9 > .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); }#mFJt1aT2yd3670uJK639FETtmDy2mHr9 > .row .container { border-width: 0; border-radius: 0; }#mFJt1aT2yd3670uJK639FETtmDy2mHr9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mFJt1aT2yd3670uJK639FETtmDy2mHr9 > .row .container { font-size:0.875rem;font-family:arial;height:32.1875rem;width:75rem;position:relative;display:block; }#E9ZL4RSKEvhRPKgtqDNVQzOh0Fbp9TAv { color:rgba(var(--color-tertiary-0),1);display:block;width:50.3125rem;position:absolute;font-family:kanit;font-size:3.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.77490234375rem;left:2rem;height:9.099625rem;display:block; }
#ODLQxKbe1KTSrWvCUzCtdwRmGAt99LHN { 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:1.875rem;width:9.0625rem;top:4.6875rem;left:2rem;overflow:hidden;display:block; }
#To81iBDBXXqTXQrSRyAqocLnL44tdElc { color:#fb8749;display:block;width:43.5rem;position:absolute;font-family:kanit;font-size:2.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:17.9375rem;left:2rem;height:2.84375rem;display:block; }
#usrgTNlknxvHHRXJGSWci0A9dniUctcP { background-color:#f65518;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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: 0.0625rem 0.0625rem 0.4375rem #fb8749 ;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:kanit;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:23rem;left:2rem;display:block; }
#lC5TLmyyufTNLy8Qf67pgsbP4PJbFz9u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fLmJkdoGrmQsMS3Qa5Pdk8mtSOPpgtK0 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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: 0.0625rem 0.0625rem 0.4375rem #fb8749 ;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:kanit;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:23rem;left:22rem;display:block; }
#AOW4J11KkkvW7ELusZxJ19VmT7FaUvOJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G1EhxG08nR5P79Dzc7nd20vXIdHBMTrF { box-sizing:content-box;height:5.1875rem;width:13.375rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #686868;border-left:0.0625rem solid #ffe98b;border-right:0.0625rem solid #686868;border-bottom:0.0625rem solid #686868;top:7.77490234375rem;left:57.625rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }
#oyKULeWRfTnhL29D06DsvPpUucwWVVpE { box-sizing:content-box;height:5.1875rem;width:13.3125rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #686868;border-left:0.0625rem solid #ffe98b;border-right:0.0625rem solid #686868;border-bottom:0.0625rem solid #686868;top:14rem;left:57.625rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }
#HEUEK1ZM4GGliHJIXGhCt51unuBlAmx7 { box-sizing:content-box;height:5.1875rem;width:13.25rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #686868;border-left:0.0625rem solid #ffe98b;border-right:0.0625rem solid #686868;border-bottom:0.0625rem solid #686868;top:20.78125rem;left:57.625rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }
#ctXMs0qPKIKo03ed3zZTJ8FIPbmToV9k { color:#fb8749;display:block;width:5.75rem;position:absolute;font-family:kanit;font-size:2.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.77490234375rem;left:64.5625rem;height:3.412475rem;display:block; }
#VB99Tg8nSNrZbJNmp1nAEL6MsuUT8CuV { color:#fb8749;display:block;width:5.75rem;position:absolute;font-family:kanit;font-size:2.625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:14.38720703125rem;left:64.5625rem;height:3.412475rem;display:block; }
#IsUm8eWoQUutmoQbliqfeNd13r9zi8Va { color:#fb8749;display:block;width:2.625rem;position:absolute;font-family:kanit;font-size:3.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:20.78125rem;left:67rem;height:4.38720625rem;display:block; }
#KJulRrAFQzJDBEzJAhy2HGEWd0AU7tmx { color:rgba(var(--color-tertiary-2),1);display:block;width:11.625rem;position:absolute;font-family:kanit;font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:11.18701171875rem;left:58.5625rem;height:1.13769375rem;display:block; }
#g9HF06oglKEExPOZxuyFq7PIT073CeXq { color:rgba(var(--color-tertiary-2),1);display:block;width:7.4375rem;position:absolute;font-family:kanit;font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:17.9375rem;left:62.875rem;height:1.13769375rem;display:block; }
#gUbcUKC5mtuN1Iim4oOQw0ulm4CEcG0J { color:rgba(var(--color-tertiary-2),1);display:block;width:11.0625rem;position:absolute;font-family:kanit;font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:24.150390625rem;left:59.3125rem;height:1.13769375rem;display:block; }
#gRISpaVrE4UGzVgZDKAiaiTTk6RHunRl { 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; }#gRISpaVrE4UGzVgZDKAiaiTTk6RHunRl > .row .container { background-color: transparent; background-image: none; }#gRISpaVrE4UGzVgZDKAiaiTTk6RHunRl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gRISpaVrE4UGzVgZDKAiaiTTk6RHunRl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gRISpaVrE4UGzVgZDKAiaiTTk6RHunRl > .row .container > .video-iframe-container { display: none; }#gRISpaVrE4UGzVgZDKAiaiTTk6RHunRl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gRISpaVrE4UGzVgZDKAiaiTTk6RHunRl > .row > .video-iframe-container { display: none; }#gRISpaVrE4UGzVgZDKAiaiTTk6RHunRl > .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); }#gRISpaVrE4UGzVgZDKAiaiTTk6RHunRl > .row .container { border-width: 0; border-radius: 0; }#gRISpaVrE4UGzVgZDKAiaiTTk6RHunRl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gRISpaVrE4UGzVgZDKAiaiTTk6RHunRl > .row .container { font-size:0.875rem;font-family:arial;height:13rem;width:75rem;position:relative;display:block; }#FF0FGOCDFQpNI1gbKXn4dhVFkQzr6WGF { color:#fb8749;display:block;width:23.1875rem;position:absolute;font-family:kanit;font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4rem;left:0.9375rem;height:1.86865rem;font-style:normal;display:block; }
#AhB3P3vnulwX6a8DU7nUzwy0sp1AKqV0 { color:#c9abff;display:block;width:30.5rem;position:absolute;font-family:kanit;font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.0625rem;left:25.9375rem;height:1.86865rem;font-style:normal;display:block; }
#XI6mxtQCDvtKr4A4LPoanxZKgu1e26x8 { color:#fb8749;display:block;width:23rem;position:absolute;font-family:kanit;font-size:1.4375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4rem;left:51rem;height:1.86865rem;font-style:normal;display:block; }
#kU9F4lwNPJlHkqTqC0pxRqOHlPJdK26c { color:rgba(var(--color-tertiary-1),1);display:block;width:23.125rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:7rem;left:0.9375rem;height:3.25rem;display:block; }
#LPzkAgvcCapUxxodklnbVoTs75D6eguA { color:rgba(var(--color-tertiary-1),1);display:block;width:23.125rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:7rem;left:25.9375rem;height:3.25rem;display:block; }
#qnAzDhhDeTGTi8NlVgE7UrGN1SSuITX8 { color:rgba(var(--color-tertiary-1),1);display:block;width:23.125rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:7rem;left:50.9375rem;height:3.25rem;display:block; }
#qDFvisdNacsXe7kMsAKpOQmbChsV6aZZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:0.9375rem;left:0.9375rem; }
#tEE2GmCOTssO3A1S2NcI1dWqObWqGkqw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:0.9375rem;left:25.9375rem; }
#SHwzF9a2WUa65G1yAzVex9sOENSJMMJR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:0.9375rem;left:51rem; }
#UoEhPd4qlXilGTIThivVIwPsakqCrSRn { box-sizing:content-box;height:12.875rem;width:32.125rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);top:0rem;left:-7.25rem;display:block; }
#aEmVHFgEd4pM1f1vZDwpUywum62f5P8T { box-sizing:content-box;height:12.875rem;width:24.875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);top:0rem;left:25rem;display:block; }
#y9ZvDWTp1lZKnMsRdwmiqWvWVsQhbUbW { box-sizing:content-box;height:12.875rem;width:32.375rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);top:0rem;left:50rem;display:block; }
#TPW5eXlrW2UkB1lpNl75SBKPcJ3uLfDN { border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);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; }#TPW5eXlrW2UkB1lpNl75SBKPcJ3uLfDN > .row .container { background-color: transparent; background-image: none; }#TPW5eXlrW2UkB1lpNl75SBKPcJ3uLfDN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPW5eXlrW2UkB1lpNl75SBKPcJ3uLfDN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPW5eXlrW2UkB1lpNl75SBKPcJ3uLfDN > .row .container > .video-iframe-container { display: none; }#TPW5eXlrW2UkB1lpNl75SBKPcJ3uLfDN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPW5eXlrW2UkB1lpNl75SBKPcJ3uLfDN > .row > .video-iframe-container { display: none; }#TPW5eXlrW2UkB1lpNl75SBKPcJ3uLfDN > .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); }#TPW5eXlrW2UkB1lpNl75SBKPcJ3uLfDN > .row .container { border-width: 0; border-radius: 0; }#TPW5eXlrW2UkB1lpNl75SBKPcJ3uLfDN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TPW5eXlrW2UkB1lpNl75SBKPcJ3uLfDN > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#rghK89J6GPwy1uhu2xyVKzJJviCEx9wO { color:rgba(var(--color-tertiary-0),1);display:block;width:72.9375rem;position:absolute;font-family:kanit;font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.0625rem;left:1.03125rem;height:1.70605625rem;display:block; }
#fLXcSEtQLBdFfaSykQGJFyi7SbBh7Pxd { color:rgba(var(--color-tertiary-0),1);display:block;width:72.9375rem;position:absolute;font-family:kanit;font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.0625rem;left:1.03125rem;height:1.70605625rem;display:none; }
#t7Hpwg43VAhbHp75fvCHXOpRGNF1lQLw { 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; }#t7Hpwg43VAhbHp75fvCHXOpRGNF1lQLw > .row .container { background-color: transparent; background-image: none; }#t7Hpwg43VAhbHp75fvCHXOpRGNF1lQLw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t7Hpwg43VAhbHp75fvCHXOpRGNF1lQLw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t7Hpwg43VAhbHp75fvCHXOpRGNF1lQLw > .row .container > .video-iframe-container { display: none; }#t7Hpwg43VAhbHp75fvCHXOpRGNF1lQLw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t7Hpwg43VAhbHp75fvCHXOpRGNF1lQLw > .row > .video-iframe-container { display: none; }#t7Hpwg43VAhbHp75fvCHXOpRGNF1lQLw > .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); }#t7Hpwg43VAhbHp75fvCHXOpRGNF1lQLw > .row .container { border-width: 0; border-radius: 0; }#t7Hpwg43VAhbHp75fvCHXOpRGNF1lQLw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t7Hpwg43VAhbHp75fvCHXOpRGNF1lQLw > .row .container { font-size:0.875rem;font-family:arial;height:46.75rem;width:75rem;position:relative;display:block; }#H8LzIVr3rgb3mvu2govVeHueGBRquJ7i { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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: 0.0625rem 0.0625rem 0.4375rem #fb8749 ;box-sizing:border-box;color:#fb8749;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:3.3125rem;left:28.75rem;display:block; }
#WabSTy5TBf8yLp6rupdiRK2JMPnH1M5T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wiqHqgBhUgMe8BOf3lGetCfTUzgOufmk { color:rgba(var(--color-tertiary-0),1);display:block;width:50.3125rem;position:absolute;font-family:kanit;font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.8125rem;left:13.1875rem;height:7.3125rem;text-align:center;text-align-last:center;display:block; }
#QtTZwSbyoVCoSNTQUB8pgsWftXe3q3Bm { box-sizing:content-box;height:21.6875rem;width:24.5rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),0.1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);top:20rem;left:9.875rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#PAZd31UtTR9sWIQlxpy4Jc3Ar8dqHNM9 { box-sizing:content-box;height:21.9375rem;width:24.5rem;position:absolute;display:block;z-index:15007;background-color:rgba(255,189,151,0.14);background-image:none;box-shadow: none;border-top:0.0625rem solid #fb8749;border-left:0.0625rem solid #fb8749;border-right:0.0625rem solid #fb8749;border-bottom:0.0625rem solid #fb8749;top:20rem;left:44.125rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#K4b1yhDKDDoF51odEWHfJKpMHClRBeB4 { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:#fb8749;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.5625rem;left:36.75rem;display:block; }
#lPMrE7rmM9rTUn1BhTMt50Z638vfKObL { color:rgba(var(--color-tertiary-4),1);display:block;width:2.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:31rem;left:37.4375rem;height:2.68115rem;display:block; }
#lkBZEc1Dn4DJRX27ffQr863FyAAEBNTC { color:rgba(var(--color-tertiary-0),1);display:block;width:3.6875rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:21.375rem;left:11.1875rem;height:1.29980625rem;display:block; }
#pyI5WRhVTsynmL1yauV5ubEDvqFJcB6L { color:rgba(var(--color-tertiary-0),1);display:block;width:20.625rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:normal;z-index:15011;line-height:2;letter-spacing:0;top:24rem;left:11.1875rem;height:14.9375rem;display:block; }#pyI5WRhVTsynmL1yauV5ubEDvqFJcB6L li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pyI5WRhVTsynmL1yauV5ubEDvqFJcB6L li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a3f8f9980ce0024598f4af11608a77be.svg); }
#Spci3S5aOQs4Nrafsbz4wPtO5AKHPL4B { color:rgba(var(--color-tertiary-0),1);display:block;width:3.6875rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:21.375rem;left:46.375rem;height:1.29980625rem;display:block; }
#EvzZiJ7rhkubzSV1DtLLi1puRlycUvpI { color:rgba(var(--color-tertiary-0),1);display:block;width:20.625rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:normal;z-index:15012;line-height:2;letter-spacing:0;top:23.875rem;left:46.375rem;height:16.9375rem;display:block; }#EvzZiJ7rhkubzSV1DtLLi1puRlycUvpI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EvzZiJ7rhkubzSV1DtLLi1puRlycUvpI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0c8a711d1fd64cdc35bf2f7c747dadf3a8c13ded.svg); }
#SMKyE0UCEIBB0ucVoRdIDUmhTg98Kqy4 { 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; }#SMKyE0UCEIBB0ucVoRdIDUmhTg98Kqy4 > .row .container { background-color: transparent; background-image: none; }#SMKyE0UCEIBB0ucVoRdIDUmhTg98Kqy4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMKyE0UCEIBB0ucVoRdIDUmhTg98Kqy4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMKyE0UCEIBB0ucVoRdIDUmhTg98Kqy4 > .row .container > .video-iframe-container { display: none; }#SMKyE0UCEIBB0ucVoRdIDUmhTg98Kqy4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMKyE0UCEIBB0ucVoRdIDUmhTg98Kqy4 > .row > .video-iframe-container { display: none; }#SMKyE0UCEIBB0ucVoRdIDUmhTg98Kqy4 > .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); }#SMKyE0UCEIBB0ucVoRdIDUmhTg98Kqy4 > .row .container { border-width: 0; border-radius: 0; }#SMKyE0UCEIBB0ucVoRdIDUmhTg98Kqy4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SMKyE0UCEIBB0ucVoRdIDUmhTg98Kqy4 > .row .container { font-size:0.875rem;font-family:arial;height:46.25rem;width:75rem;position:relative;display:block; }#SzJt9HFwil3ROr2ClJFfp5kkZwHE7uEU { color:rgba(var(--color-tertiary-0),1);display:block;width:50.3125rem;position:absolute;font-family:kanit;font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.4375rem;left:13.9375rem;height:;text-align:center;text-align-last:center;display:block; }
#sVn3zL3uiBuSbE7mUHezgyaVAvJ3nzSq { 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:33rem;width:68.625rem;top:10.5625rem;left:3.1875rem;overflow:hidden;display:block; }
#ak26KATQDDds2RQobqJdLg5N61IG6JUa { 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; }#ak26KATQDDds2RQobqJdLg5N61IG6JUa > .row .container { background-color: transparent; background-image: none; }#ak26KATQDDds2RQobqJdLg5N61IG6JUa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ak26KATQDDds2RQobqJdLg5N61IG6JUa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ak26KATQDDds2RQobqJdLg5N61IG6JUa > .row .container > .video-iframe-container { display: none; }#ak26KATQDDds2RQobqJdLg5N61IG6JUa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ak26KATQDDds2RQobqJdLg5N61IG6JUa > .row > .video-iframe-container { display: none; }#ak26KATQDDds2RQobqJdLg5N61IG6JUa > .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); }#ak26KATQDDds2RQobqJdLg5N61IG6JUa > .row .container { border-width: 0; border-radius: 0; }#ak26KATQDDds2RQobqJdLg5N61IG6JUa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ak26KATQDDds2RQobqJdLg5N61IG6JUa > .row .container { font-size:0.875rem;font-family:arial;height:25.125rem;width:75rem;position:relative;display:block; }#vNJUIB0a06JbPrvNXNhTWrOkcT7a5mhc { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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: 0.0625rem 0.0625rem 0.4375rem #c9abff ;box-sizing:border-box;color:#c9abff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.0625rem;left:28.75rem;display:block; }
#mPUCfTmScNnaI471g8pskmTdMitPIUXD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#APxJ8GT8D3UqwbhCGQTNoTbJS4WveHvz { color:rgba(var(--color-tertiary-0),1);display:block;width:50.3125rem;position:absolute;font-family:kanit;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.0625rem;left:13.1875rem;height:7.3125rem;text-align:center;text-align-last:center;display:block; }
#Q5LMwBWEpLf5VFNJ2if2AfcHo8EO60hd { color:rgba(var(--color-tertiary-1),1);display:block;width:43.5rem;position:absolute;font-family:kanit;font-size:1.625rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:16.4375rem;left:16.59375rem;height:4.5498rem;text-align:center;text-align-last:center;display:block; }
#gJXGx3THIcqDHnSlc1EJ5Xbgt3ycvNTO { color:rgba(var(--color-tertiary-1),1);display:block;width:43.5rem;position:absolute;font-family:kanit;font-size:1.625rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:16.4375rem;left:16.59375rem;height:4.5498rem;text-align:center;text-align-last:center;display:none; }
#REcwrXmZItw10Hq7FUBixCFKdfAXgKdV { 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; }#REcwrXmZItw10Hq7FUBixCFKdfAXgKdV > .row .container { background-color: transparent; background-image: none; }#REcwrXmZItw10Hq7FUBixCFKdfAXgKdV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#REcwrXmZItw10Hq7FUBixCFKdfAXgKdV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#REcwrXmZItw10Hq7FUBixCFKdfAXgKdV > .row .container > .video-iframe-container { display: none; }#REcwrXmZItw10Hq7FUBixCFKdfAXgKdV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#REcwrXmZItw10Hq7FUBixCFKdfAXgKdV > .row > .video-iframe-container { display: none; }#REcwrXmZItw10Hq7FUBixCFKdfAXgKdV > .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); }#REcwrXmZItw10Hq7FUBixCFKdfAXgKdV > .row .container { border-width: 0; border-radius: 0; }#REcwrXmZItw10Hq7FUBixCFKdfAXgKdV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#REcwrXmZItw10Hq7FUBixCFKdfAXgKdV > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#XGoznHR2VLTEieysnq6SO6TGgcZQGygk { box-sizing:content-box;height:18.625rem;width:24.9375rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);top:0rem;left:0rem;display:block; }
#eZcJfU2RzwtcSmNc2XbOCpn210aFpVSd { box-sizing:content-box;height:18.625rem;width:24.9375rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);top:0rem;left:25rem;display:block; }
#AAFwBrqapdJufUUOIPOXtIulfNJDgFTv { box-sizing:content-box;height:18.625rem;width:24.9375rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);top:0rem;left:49.9375rem;display:block; }
#q4eEoHQ1oUTsHnzEtCoMDL52PlC5WwA9 { color:#fb8749;display:block;width:23.1875rem;position:absolute;font-family:kanit;font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5rem;left:0.90625rem;height:1.86865rem;font-style:normal;display:block; }
#vWn8aU6v2oPd13UWGfeL2ZLXyILxa0z3 { color:rgba(var(--color-tertiary-1),1);display:block;width:23.125rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:7.5625rem;left:0.9375rem;height:6.375rem;display:block; }
#k4AR4L7wDqLsBcqcPt5ZdfXshhLbHyHw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:1.5rem;left:0.9375rem; }
#nALfriLrFcIgM0T8ZMPGMArZWa4DbM8f { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:1.5625rem;left:25.9375rem; }
#heDb9h8S5cDIXw1tekF5OPPTrxtsJ14T { color:#fb8749;display:block;width:23.1875rem;position:absolute;font-family:kanit;font-size:1.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.0625rem;left:25.9375rem;height:1.86865rem;font-style:normal;display:block; }
#vlgAylOOdAIZXOGDNRTkczTUy20O4sdW { color:rgba(var(--color-tertiary-1),1);display:block;width:23.125rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:7.625rem;left:25.9375rem;height:8.5rem;display:block; }
#PwBTCqbhKic9gEEbRB8OhMtMNDlUw7hE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:1.5rem;left:51.375rem; }
#l1LaHkEr3uXR1lNKQa6w5XsasU6HEULB { color:#fb8749;display:block;width:23.1875rem;position:absolute;font-family:kanit;font-size:1.4375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:4.99951171875rem;left:50.90625rem;height:1.86865rem;font-style:normal;display:block; }
#bAkR6zTEOKGeUOCChgKb6avZWTvt7sif { color:rgba(var(--color-tertiary-1),1);display:block;width:23.125rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:7.5625rem;left:50.9375rem;height:8.5rem;display:block; }
#BsqnimLu1ktUunqIJKDTMTHHDF85ZoTL { 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; }#BsqnimLu1ktUunqIJKDTMTHHDF85ZoTL > .row .container { background-color: transparent; background-image: none; }#BsqnimLu1ktUunqIJKDTMTHHDF85ZoTL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BsqnimLu1ktUunqIJKDTMTHHDF85ZoTL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BsqnimLu1ktUunqIJKDTMTHHDF85ZoTL > .row .container > .video-iframe-container { display: none; }#BsqnimLu1ktUunqIJKDTMTHHDF85ZoTL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BsqnimLu1ktUunqIJKDTMTHHDF85ZoTL > .row > .video-iframe-container { display: none; }#BsqnimLu1ktUunqIJKDTMTHHDF85ZoTL > .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); }#BsqnimLu1ktUunqIJKDTMTHHDF85ZoTL > .row .container { border-width: 0; border-radius: 0; }#BsqnimLu1ktUunqIJKDTMTHHDF85ZoTL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BsqnimLu1ktUunqIJKDTMTHHDF85ZoTL > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#J03KcuoV1mozC85sn5RLqWT5i58alNLy { box-sizing:content-box;height:18.625rem;width:24.9375rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);top:0rem;left:0rem;display:block; }
#z56GTqiRbe1RH4lEw2OATd53sefsRILF { box-sizing:content-box;height:18.625rem;width:24.9375rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);top:0rem;left:25rem;display:block; }
#JlpcvW4gd5xQg8VoJ85DF94gI09oeAxW { box-sizing:content-box;height:18.625rem;width:24.9375rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);top:0rem;left:49.9375rem;display:block; }
#dUrSx72yAfnuDXNp7D6igl2P0BxZdflK { color:#fb8749;display:block;width:23.1875rem;position:absolute;font-family:kanit;font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5rem;left:0.90625rem;height:1.86865rem;font-style:normal;display:block; }
#bFHdF1JnMZTQSnfZJqEf3IgAWrAOC21c { color:rgba(var(--color-tertiary-1),1);display:block;width:23.125rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:7.5625rem;left:0.9375rem;height:6.375rem;display:block; }
#hL3AXQcHmpR6yc378PwdcNG5FKkyEIv3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:1.5rem;left:0.9375rem; }
#WZ7EQESXiiGlGDPOvih9g62B56FMAUwk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:1.5625rem;left:25.9375rem; }
#Mr0ofiowFFL3l1wg2PyuRNGn5U3BpnHd { color:#fb8749;display:block;width:23.1875rem;position:absolute;font-family:kanit;font-size:1.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.0625rem;left:25.9375rem;height:1.86865rem;font-style:normal;display:block; }
#OvAobiQ5entog4QI8AcAx3FVIWopOcFc { color:rgba(var(--color-tertiary-1),1);display:block;width:23.125rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:7.625rem;left:25.9375rem;height:8.5rem;display:block; }
#rIEQVlEiWJkiWM5zoAxpIzoOmhFLqpmb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:1.5rem;left:51.375rem; }
#I8u2EmTA4EVHt5GrW1IvpESO7V1B59cz { color:#fb8749;display:block;width:23.1875rem;position:absolute;font-family:kanit;font-size:1.4375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:4.99951171875rem;left:50.90625rem;height:1.86865rem;font-style:normal;display:block; }
#nAoAv8GuSAIKapxensmpR8nDiTGDBByx { color:rgba(var(--color-tertiary-1),1);display:block;width:23.125rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:7.5625rem;left:50.9375rem;height:8.5rem;display:block; }
#mTGp1EQcLk7Agr6SAPPyKvFqBcGTZlsm { 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; }#mTGp1EQcLk7Agr6SAPPyKvFqBcGTZlsm > .row .container { background-color: transparent; background-image: none; }#mTGp1EQcLk7Agr6SAPPyKvFqBcGTZlsm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTGp1EQcLk7Agr6SAPPyKvFqBcGTZlsm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTGp1EQcLk7Agr6SAPPyKvFqBcGTZlsm > .row .container > .video-iframe-container { display: none; }#mTGp1EQcLk7Agr6SAPPyKvFqBcGTZlsm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTGp1EQcLk7Agr6SAPPyKvFqBcGTZlsm > .row > .video-iframe-container { display: none; }#mTGp1EQcLk7Agr6SAPPyKvFqBcGTZlsm > .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); }#mTGp1EQcLk7Agr6SAPPyKvFqBcGTZlsm > .row .container { border-width: 0; border-radius: 0; }#mTGp1EQcLk7Agr6SAPPyKvFqBcGTZlsm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mTGp1EQcLk7Agr6SAPPyKvFqBcGTZlsm > .row .container { font-size:0.875rem;font-family:arial;height:42.875rem;width:75rem;position:relative;display:block; }#SWJ5zZI7UdsCZTfG9AipaFblNQVOVWlx { color:rgba(var(--color-tertiary-1),1);display:block;width:43.5rem;position:absolute;font-family:kanit;font-size:1.625rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:2.5625rem;left:15.75rem;height:2.2749rem;text-align:center;text-align-last:center;display:block; }
#pADr2QlQ3wkl50BgOZ7fVp92CRtdmObo { color:rgba(var(--color-tertiary-0),1);display:block;width:50.3125rem;position:absolute;font-family:kanit;font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.9375rem;left:12.34375rem;height:7.3125rem;text-align:center;text-align-last:center;display:block; }
#dtW4iXMcKSH1E10xmkr5TGcZsVGZN7eN { color:rgba(var(--color-tertiary-1),1);display:block;width:43.5rem;position:absolute;font-family:kanit;font-size:1.625rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:16.4375rem;left:15.75rem;height:4.5498rem;text-align:center;text-align-last:center;display:block; }
#gzz0f5a7rIBmkpVReobni6bhTFfvkl8c { color:#fb8749;display:block;width:50.3125rem;position:absolute;font-family:kanit;font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:23.5625rem;left:12.34375rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#lxNpWGyRkxSlDH2OAhPpTaeuXCCaA5gO { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top: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:11.1875rem;width:9.8125rem;top:28.75rem;left:24.25rem;overflow:hidden;display:block; }
#ewaN07teWilxpmb4KP6cfMCoJzcoTkUv { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top: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:10rem;width:16.3125rem;top:29.34375rem;left:35.3125rem;overflow:hidden;display:block; }
#sOu5FSMzPJkA72E2NxMRRgRTyOG0phUB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6d9f8;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; }#sOu5FSMzPJkA72E2NxMRRgRTyOG0phUB > .row .container { background-color: transparent; background-image: none; }#sOu5FSMzPJkA72E2NxMRRgRTyOG0phUB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sOu5FSMzPJkA72E2NxMRRgRTyOG0phUB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sOu5FSMzPJkA72E2NxMRRgRTyOG0phUB > .row .container > .video-iframe-container { display: none; }#sOu5FSMzPJkA72E2NxMRRgRTyOG0phUB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sOu5FSMzPJkA72E2NxMRRgRTyOG0phUB > .row > .video-iframe-container { display: none; }#sOu5FSMzPJkA72E2NxMRRgRTyOG0phUB > .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); }#sOu5FSMzPJkA72E2NxMRRgRTyOG0phUB > .row .container { border-width: 0; border-radius: 0; }#sOu5FSMzPJkA72E2NxMRRgRTyOG0phUB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sOu5FSMzPJkA72E2NxMRRgRTyOG0phUB > .row .container { font-size:0.875rem;font-family:arial;height:68.0625rem;width:75rem;position:relative;display:block; }#dy30ho3ACBkAsnTMmrJaF1g8tk2pqOCI { color:rgba(var(--color-tertiary-4),1);display:block;width:56.25rem;position:absolute;font-family:kanit;font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:2.3125rem;left:8.6875rem;height:8.4375rem;text-align:center;text-align-last:center;display:block; }
#AlrxgpcPqsqQDXGyd8HGwx0SWyvTidbm { color:rgba(var(--color-tertiary-3),1);display:block;width:43.5rem;position:absolute;font-family:kanit;font-size:1.625rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:12rem;left:13.4375rem;height:2.2749rem;text-align:center;text-align-last:center;display:block; }
#ccfwKzo2tWG2NDH8yvuCQizzvz1QRqyh { box-sizing:content-box;height:10.9375rem;width:55.75rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0;border-left:0.1875rem solid #b928ff;border-right:0;border-bottom:0;top:15.9375rem;left:9.625rem;border-top-left-radius:0rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.5625rem;display:block; }
#pv3evCs9tGuw8o2sHHpgmJVHSqEhm8gJ { color:rgba(var(--color-tertiary-4),1);display:block;width:50.625rem;position:absolute;font-family:kanit;font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:19.6875rem;left:11rem;height:5.25536875rem;display:block; }#pv3evCs9tGuw8o2sHHpgmJVHSqEhm8gJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pv3evCs9tGuw8o2sHHpgmJVHSqEhm8gJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_efbe934237efd4ea0389547c76a9c90a6b642e4b.svg); }
#uxHLCqWJTGLxuKiETt6pDrXanneU0W61 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:17.1875rem;left:11rem;height:1.625rem;font-style:normal;display:block; }
#SfIdz5bCamTBLJE3Tu9GJ9vCaoFkQQou { color:rgba(var(--color-tertiary-4),1);display:block;width:30.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:29.3125rem;left:11rem;height:1.625rem;font-style:normal;display:block; }
#LP2bzatKlWIRv9oGDgz8Cz6StcQgWL5a { box-sizing:content-box;height:10.9375rem;width:55.75rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0;border-left:0.1875rem solid #fa00cf;border-right:0;border-bottom:0;top:28.25rem;left:9.625rem;border-top-left-radius:0rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.5625rem;display:block; }
#XmVFXG1DLT0yiOKa2HhN2hUx2koS2b9J { color:rgba(var(--color-tertiary-4),1);display:block;width:53.6875rem;position:absolute;font-family:kanit;font-size:1.1875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:32.125rem;left:11rem;height:5.25536875rem;display:block; }#XmVFXG1DLT0yiOKa2HhN2hUx2koS2b9J li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XmVFXG1DLT0yiOKa2HhN2hUx2koS2b9J li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_81b685c4c1eb8ef3103db579e16fa67e3551ccd2.svg); }
#Z4ky0oPOHmTB9mk57TwFnEeiva3S1JBo { box-sizing:content-box;height:10.9375rem;width:55.75rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0;border-left:0.1875rem solid #fb5a4c;border-right:0;border-bottom:0;top:40.75rem;left:9.5625rem;border-top-left-radius:0rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.5625rem;display:block; }
#crOZ5nNPVdbKx719z8SznH5HlV5v6L3Q { color:rgba(var(--color-tertiary-4),1);display:block;width:53.6875rem;position:absolute;font-family:kanit;font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:44.625rem;left:10.9375rem;height:5.25536875rem;display:block; }#crOZ5nNPVdbKx719z8SznH5HlV5v6L3Q li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#crOZ5nNPVdbKx719z8SznH5HlV5v6L3Q li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2cafd4cad7c349076a98d44ad60f87d378820b7f.svg); }
#k9dFguzi7RQQMrwCKJsT55SlC5Nbx6Ie { color:rgba(var(--color-tertiary-4),1);display:block;width:30.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:41.8125rem;left:10.9375rem;height:1.625rem;font-style:normal;display:block; }
#EBJlyxAIkaX4CoTNMGyGutKaHBPaoQqv { box-sizing:content-box;height:10.9375rem;width:55.75rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0;border-left:0.1875rem solid #00bc24;border-right:0;border-bottom:0;top:53.5rem;left:9.625rem;border-top-left-radius:0rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.5625rem;display:block; }
#eTo9ikBJk0tD1yOKBU1HQTfO8SAFkqdi { color:rgba(var(--color-tertiary-4),1);display:block;width:30.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:54.625rem;left:11rem;height:1.625rem;font-style:normal;display:block; }
#D87m36dEXuXclOH6z2kW3LaKzrNBP8aq { color:rgba(var(--color-tertiary-4),1);display:block;width:53.6875rem;position:absolute;font-family:kanit;font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:57.375rem;left:10.65625rem;height:5.25536875rem;display:block; }#D87m36dEXuXclOH6z2kW3LaKzrNBP8aq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#D87m36dEXuXclOH6z2kW3LaKzrNBP8aq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c2fd9504583be3c10f9e5234ad2e505b2c336cc8.svg); }
#h9vtQya55TQVkQ9SOGOtgidVXa1SVsAI { color:rgba(var(--color-tertiary-4),1);display:block;width:56.25rem;position:absolute;font-family:kanit;font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:2.3125rem;left:8.6875rem;height:8.4375rem;text-align:center;text-align-last:center;display:none; }
#PKGbw5ic31vUMIZtvlRVUS3TwqePziGT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f1f1;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; }#PKGbw5ic31vUMIZtvlRVUS3TwqePziGT > .row .container { background-color: transparent; background-image: none; }#PKGbw5ic31vUMIZtvlRVUS3TwqePziGT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKGbw5ic31vUMIZtvlRVUS3TwqePziGT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKGbw5ic31vUMIZtvlRVUS3TwqePziGT > .row .container > .video-iframe-container { display: none; }#PKGbw5ic31vUMIZtvlRVUS3TwqePziGT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKGbw5ic31vUMIZtvlRVUS3TwqePziGT > .row > .video-iframe-container { display: none; }#PKGbw5ic31vUMIZtvlRVUS3TwqePziGT > .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); }#PKGbw5ic31vUMIZtvlRVUS3TwqePziGT > .row .container { border-width: 0; border-radius: 0; }#PKGbw5ic31vUMIZtvlRVUS3TwqePziGT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PKGbw5ic31vUMIZtvlRVUS3TwqePziGT > .row .container { font-size:0.875rem;font-family:arial;height:59.3125rem;width:75rem;position:relative;display:block; }#QcamuSS9zWgDIozO3wU1F51pZPWqyLgR { color:rgba(var(--color-tertiary-4),1);display:block;width:56.25rem;position:absolute;font-family:kanit;font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:1.0625rem;left:1.8125rem;height:4.21875rem;text-align:left;text-align-last:left;display:block; }
#PiTrrdxx5bJynbrnSkGVSaPTbmsuB2la { background-color:#e5d7f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#8a43ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.4375rem;height:3.25rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:6.4375rem;left:1.8125rem;display:block; }
#VyXWlrATDSXh28CGvndTm9xA8Coa8Xyu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hsWSsAXg1s0IicxPxgLLS8u9rOxzaSqc { color:rgba(var(--color-tertiary-4),1);display:block;width:38.3125rem;position:absolute;font-family:kanit;font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:11.6875rem;left:1.8125rem;height:7.5rem;text-align:left;text-align-last:left;display:block; }
#pFKoBZ8vcsJtskseQ6Zn2VtiR92VyAgZ { color:rgba(var(--color-tertiary-4),1);display:block;width:39.6875rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:20.3623046875rem;left:1.8125rem;height:8.75rem;display:block; }
#WvL8wofgBib4xTDTq2EFFSOEV38aksUe { color:rgba(var(--color-tertiary-4),1);display:block;width:37.625rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:30.5625rem;left:1.8125rem;height:11.75rem;display:block; }#WvL8wofgBib4xTDTq2EFFSOEV38aksUe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WvL8wofgBib4xTDTq2EFFSOEV38aksUe li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_208158e05787d68a957f5d990caa046d.svg); }
#lIW1TK772KEA3V8KnAX4NLVH0cRnPK4u { box-sizing:content-box;height:30.875rem;width:30.1875rem;position:absolute;display:block;z-index:15007;background-color:#f2deff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(138,67,255,0.5);border-left:0.0625rem solid rgba(138,67,255,0.5);border-right:0.0625rem solid rgba(138,67,255,0.5);border-bottom:0.0625rem solid rgba(138,67,255,0.5);top:9.6875rem;left:43rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#ORu4BFnzeoNWCZ28MfEXuUPT7X8Qodlz .accordion-element-container { border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);vertical-align:top; }
#ORu4BFnzeoNWCZ28MfEXuUPT7X8Qodlz .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#ORu4BFnzeoNWCZ28MfEXuUPT7X8Qodlz .accordion-heading-text { display:block;position:relative;width:100%;font-family:kanit;font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#ORu4BFnzeoNWCZ28MfEXuUPT7X8Qodlz .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:kanit;color:rgba(var(--color-tertiary-4),1);line-height:1.4;overflow:hidden;height:auto; }
#ORu4BFnzeoNWCZ28MfEXuUPT7X8Qodlz .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#ORu4BFnzeoNWCZ28MfEXuUPT7X8Qodlz .accordion-trigger.adaptive-delivery-prevent-bg, #ORu4BFnzeoNWCZ28MfEXuUPT7X8Qodlz .accordion-trigger.lazyload, #ORu4BFnzeoNWCZ28MfEXuUPT7X8Qodlz .accordion-trigger.lazyloading { background-image: none; }
#ORu4BFnzeoNWCZ28MfEXuUPT7X8Qodlz { box-sizing:content-box;height:auto;width:67.75rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15018;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:43.875rem;left:1.8125rem; }
#ORu4BFnzeoNWCZ28MfEXuUPT7X8Qodlz #b17CPrrPSpSpKDvKERX38L98Pqy7mb9l { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ORu4BFnzeoNWCZ28MfEXuUPT7X8Qodlz #eMLhTBT3vUK3Ev25gbLJ0pQR6yunzTn0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ORu4BFnzeoNWCZ28MfEXuUPT7X8Qodlz #Guneh9J7agT4pJiUucbn8JRo63Z0VTS8 { display:block;position:relative; }
#ORu4BFnzeoNWCZ28MfEXuUPT7X8Qodlz #zk0U3Zi7uvnTD00Tq9gyouvDos2rhvIS {  }
#ORu4BFnzeoNWCZ28MfEXuUPT7X8Qodlz #HgRUxaGCZ5CCerXmxzFlsRTV6XulxqJB {  }
#ORu4BFnzeoNWCZ28MfEXuUPT7X8Qodlz #FTqq0GMvTsfWSkDwCJn6dDBiJCTLuxd9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ORu4BFnzeoNWCZ28MfEXuUPT7X8Qodlz #UQSRUMQW71J4fIie7pwsdvPZuONtQr8x { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ORu4BFnzeoNWCZ28MfEXuUPT7X8Qodlz #tkni4hlfU6csrbwKBMVHcr4BSXzXU8l8 { display:block;position:relative; }
#ORu4BFnzeoNWCZ28MfEXuUPT7X8Qodlz #t6MgDbqqCovqULPSmStUTDu0nuZdV1yQ {  }
#ORu4BFnzeoNWCZ28MfEXuUPT7X8Qodlz #zMrf5hKxEPH7s2nTLnDfrhf7FKCo0wJd { display:none; }
#b2BUw0yWRdDdf069ifTskq8fnchmRMDZ { color:#8a43ff;display:block;width:17.375rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:11.6875rem;left:44.75rem;height:1.29980625rem;font-style:normal;display:block; }
#XyDuo4mUS6IqZwgrZIP67pseoDpdEPvv { box-sizing:content-box;height:3.1875rem;width:26.4375rem;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);top:14.1875rem;left:44.9375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#y3zsTyVd5a4Vp4ibqyZgAs5F8kGcpZTr { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:15.1875rem;left:46.125rem;height:1.29980625rem;display:block; }#y3zsTyVd5a4Vp4ibqyZgAs5F8kGcpZTr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#y3zsTyVd5a4Vp4ibqyZgAs5F8kGcpZTr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_43a5bf61fe11ccdeb6f03fa28131c55b71c604b5.svg); }
#DEzaMK4iG91SxCxBNZaPpeJsTk9crNws { color:rgba(var(--color-tertiary-4),1);display:block;width:4.375rem;position:absolute;font-family:kanit;font-size:1.1875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:15.072265625rem;left:66.25rem;height:1.54361875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mvXTBqO07zowX1Z9yhs3pR43wzgTmB2N { box-sizing:content-box;height:3.1875rem;width:26.4375rem;position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);top:18.0625rem;left:44.875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#XpZd8rxe4aTSfDaurU2yPbw03pTvSHsb { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:19.0625rem;left:46.125rem;height:1.29980625rem;display:block; }#XpZd8rxe4aTSfDaurU2yPbw03pTvSHsb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XpZd8rxe4aTSfDaurU2yPbw03pTvSHsb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5d44d54af17f488a206a6db2249851740c15f1b5.svg); }
#kCQXxvFJ0kKPLiUwneAnGDuafwpRCLT4 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.375rem;position:absolute;font-family:kanit;font-size:1.1875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:19.1875rem;left:66.25rem;height:1.54361875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CFDZTgZQ4XnOTamhyRbwxcE6713OtqlH { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:22.9375rem;left:46.125rem;height:1.29980625rem;display:block; }#CFDZTgZQ4XnOTamhyRbwxcE6713OtqlH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CFDZTgZQ4XnOTamhyRbwxcE6713OtqlH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_45bbd399481525d014c1b411b37b56d471e5a3f0.svg); }
#VokIaMEBF3OoRJvp6u5mD7GB1nhNI1UD { box-sizing:content-box;height:3.1875rem;width:26.4375rem;position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);top:21.9375rem;left:44.9375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#TqztqR95JQNvIkNnienB3BPi68zpDT9S { color:rgba(var(--color-tertiary-4),1);display:block;width:5.4375rem;position:absolute;font-family:kanit;font-size:1.1875rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:22.81591796875rem;left:66.125rem;height:1.54361875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TpcE2L8M0dihIb0sLV6Ia9uHMhqcK3m2 { box-sizing:content-box;height:3rem;width:26.4375rem;position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);top:25.9375rem;left:44.9375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#RT7qdTDoMfMcV9FpzlBf850X5TrtSHXW { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:26.875rem;left:46.125rem;height:1.29980625rem;display:block; }#RT7qdTDoMfMcV9FpzlBf850X5TrtSHXW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RT7qdTDoMfMcV9FpzlBf850X5TrtSHXW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_41b145d3707373c5f225f1fdbe27fd5aa0797ce2.svg); }
#ElTq4t0a7wKbevRkBGm4er39Qqxqf7p8 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.4375rem;position:absolute;font-family:kanit;font-size:1.1875rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:26.728515625rem;left:66.125rem;height:1.54361875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fEkBVDpcSl9M12teWdbRtDt366TnvMrE { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:30.6875rem;left:46.125rem;height:1.29980625rem;display:block; }#fEkBVDpcSl9M12teWdbRtDt366TnvMrE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fEkBVDpcSl9M12teWdbRtDt366TnvMrE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_41b145d3707373c5f225f1fdbe27fd5aa0797ce2.svg); }
#DaQP1pM1XVL19lz3unBrKp6BzVQwrRFB { box-sizing:content-box;height:3rem;width:26.4375rem;position:absolute;display:block;z-index:15032;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);top:29.625rem;left:44.9375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#kQl249xuGM7QRgMpVRNvu5xTWoNJfwDa { color:rgba(var(--color-tertiary-4),1);display:block;width:5.4375rem;position:absolute;font-family:kanit;font-size:1.1875rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:30.5625rem;left:66.125rem;height:1.54361875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ia9oDLRAl7mZUZ7rZqzDXJKdEcrs5TGt { background-color:#8a43ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;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:kanit;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.6875rem;height:3.4375rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:35.25rem;left:46.8125rem;display:block; }
#fsxca70xCo11SniTxesuH2Pf11pA5N4r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EuG9M0rtfIwZ0gEPhl4hRuI8gfc1ghdc { position:relative;display:block; }#EuG9M0rtfIwZ0gEPhl4hRuI8gfc1ghdc { background-color: transparent; background-image: none; }#EuG9M0rtfIwZ0gEPhl4hRuI8gfc1ghdc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EuG9M0rtfIwZ0gEPhl4hRuI8gfc1ghdc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EuG9M0rtfIwZ0gEPhl4hRuI8gfc1ghdc > .row .container > .video-iframe-container { display: none; }#EuG9M0rtfIwZ0gEPhl4hRuI8gfc1ghdc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EuG9M0rtfIwZ0gEPhl4hRuI8gfc1ghdc > .row > .video-iframe-container { display: none; }#EuG9M0rtfIwZ0gEPhl4hRuI8gfc1ghdc > .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); }#EuG9M0rtfIwZ0gEPhl4hRuI8gfc1ghdc { border-width: 0; border-radius: 0; }#EuG9M0rtfIwZ0gEPhl4hRuI8gfc1ghdc > .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; }#EuG9M0rtfIwZ0gEPhl4hRuI8gfc1ghdc > .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:49rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OnfVfn64M8iBZxt8NETbc4XrQkS0uByc { background-color:#fbe5eb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#ff2a83;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29rem;height:3.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.5rem;left:43.9375rem;display:block; }
#Bm9bfcFSRif68wxc6N4BwJ7BZ9OVmHb4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ep5eyyTxrIxWrpJ9pdqiqQhol1P8Rct8 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.625rem;position:absolute;font-family:kanit;font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:7.1875rem;left:35.3125rem;height:7.5rem;text-align:justify;text-align-last:initial;display:block; }
#c6sKptP4sh29LHkvMROzA2eFpfoq6as7 { color:rgba(var(--color-tertiary-4),1);display:block;width:34rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:15.34375rem;left:35.625rem;height:8.75rem;text-align:left;text-align-last:left;display:block; }
#d6LsmqR1RRskeZiFx9p3ubd4HIniB4yp { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:25.875rem;left:35.375rem;height:11.75rem;display:block; }#d6LsmqR1RRskeZiFx9p3ubd4HIniB4yp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#d6LsmqR1RRskeZiFx9p3ubd4HIniB4yp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_208158e05787d68a957f5d990caa046d.svg); }
#VAtFuZ3759DEViqmBfSQdQ1XrkOFkHyn { box-sizing:content-box;height:30.875rem;width:30.1875rem;position:absolute;display:block;z-index:15025;background-color:#fde1ec;background-image:none;box-shadow: none;border-top:0.0625rem solid #f4c0c4;border-left:0.0625rem solid #f4c0c4;border-right:0.0625rem solid #f4c0c4;border-bottom:0.0625rem solid #f4c0c4;top:6.6875rem;left:1.125rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#nSslsg0BdTbGS2CdnPWBpfUXkaFIBEsM { background-color:#ff2a83;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;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:kanit;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.0625rem;height:3.4375rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:31.9375rem;left:3.75rem;display:block; }
#hNIbfC0QElHZnZEfl6CJfTVi16fDI2Ch { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LiVNpah0FzJG0STSlHRR41P8oWb7Iqhy { box-sizing:content-box;height:3rem;width:26.4375rem;position:absolute;display:block;z-index:15050;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);top:26.625rem;left:3.0625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#Rh6nwqRteSbLT0SW1OHhXQ0rpc2C93sN { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:27.6875rem;left:4.25rem;height:;display:block; }#Rh6nwqRteSbLT0SW1OHhXQ0rpc2C93sN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Rh6nwqRteSbLT0SW1OHhXQ0rpc2C93sN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_81a1c7cca0cd998fdb7852bdbee95ca033848bf3.svg); }
#W8yDUp9UhJkxG4plvdoPBH39g4TxTJ2v { box-sizing:content-box;height:3rem;width:26.4375rem;position:absolute;display:block;z-index:15047;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);top:22.9375rem;left:3.0625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#ZJUTMk0LVGvbu7tbh3vIpUWhq054Wae6 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:23.875rem;left:4.25rem;height:;display:block; }#ZJUTMk0LVGvbu7tbh3vIpUWhq054Wae6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZJUTMk0LVGvbu7tbh3vIpUWhq054Wae6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_afe129cacce16f9deecb4b1ad4579ce012ad2e78.svg); }
#nv77n8Ofx1AG66f6e88zLIN2VmeVlz1G { box-sizing:content-box;height:3.1875rem;width:26.4375rem;position:absolute;display:block;z-index:15044;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);top:18.9375rem;left:3.0625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#zQUXmEaJ3WsLPpZqDswUfrE1f44wXlmm { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:19.9375rem;left:4.25rem;height:;display:block; }#zQUXmEaJ3WsLPpZqDswUfrE1f44wXlmm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zQUXmEaJ3WsLPpZqDswUfrE1f44wXlmm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_45bbd399481525d014c1b411b37b56d471e5a3f0.svg); }
#o6svAPLTD2utSoRU2mgQXofEIgHLzxb1 { box-sizing:content-box;height:3.1875rem;width:26.4375rem;position:absolute;display:block;z-index:15041;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);top:15.0625rem;left:3rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#kUHZXFNnzkCuWM2KlA9AqQyTokEEWp5f { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:16.0625rem;left:4.25rem;height:1.29980625rem;display:block; }#kUHZXFNnzkCuWM2KlA9AqQyTokEEWp5f li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kUHZXFNnzkCuWM2KlA9AqQyTokEEWp5f li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_95c8f17e0f4e33f9c2323dac811dcf6f0339bd02.svg); }
#kQ9QHsXH7PFiqNFIDpt0zHgLTEFCEy5s { box-sizing:content-box;height:3.1875rem;width:26.4375rem;position:absolute;display:block;z-index:15038;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);top:11.1875rem;left:3.0625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#rhLvgJeGhBd1P84mv0WDBfmszhPlCPPy { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:12.1875rem;left:4.25rem;height:1.29980625rem;display:block; }#rhLvgJeGhBd1P84mv0WDBfmszhPlCPPy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rhLvgJeGhBd1P84mv0WDBfmszhPlCPPy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_43a5bf61fe11ccdeb6f03fa28131c55b71c604b5.svg); }
#PoEmmAfyXd8dB0bkT2QLFRLNznfF4zn4 { color:#00bc24;display:block;width:8.125rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:12.193359375rem;left:20.5625rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Fq7Fk1DoMQApcvK3grDrskPMweQvX8Bk { color:#8a43ff;display:block;width:17.375rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:8.6875rem;left:2.875rem;height:1.29980625rem;font-style:normal;display:block; }
#gAqJxqqGEHtBtfzUNlNQCHvEls7B1wqE { color:#8a43ff;display:block;width:7.125rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:16.06884765625rem;left:21.625rem;height:1.29980625rem;display:block; }
#aFSsPHNsWJqy0tV2WSQTrWsEP5MUPgRl { color:#fb8749;display:block;width:7.5625rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:19.94384765625rem;left:21.1875rem;height:1.29980625rem;display:block; }
#RUSIaPrzphPrSwuhebdbRqmZL9PiQ52z { color:#d71f1f;display:block;width:9.25rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:24.09375rem;left:19.5rem;height:1.29980625rem;display:block; }
#rLqTbhS5tzybMCwdk7BCkWoN36aT36sB { color:#2e00b9;display:block;width:7.125rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:27.38134765625rem;left:21.625rem;height:1.29980625rem;display:block; }
#iPqxDlSmoWSoBr3cfgtDd9bD0wOCcLgT .accordion-element-container { border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);vertical-align:top; }
#iPqxDlSmoWSoBr3cfgtDd9bD0wOCcLgT .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#iPqxDlSmoWSoBr3cfgtDd9bD0wOCcLgT .accordion-heading-text { display:block;position:relative;width:100%;font-family:kanit;font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#iPqxDlSmoWSoBr3cfgtDd9bD0wOCcLgT .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:kanit;color:rgba(var(--color-tertiary-4),1);line-height:1.4;overflow:hidden;height:auto; }
#iPqxDlSmoWSoBr3cfgtDd9bD0wOCcLgT .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#iPqxDlSmoWSoBr3cfgtDd9bD0wOCcLgT .accordion-trigger.adaptive-delivery-prevent-bg, #iPqxDlSmoWSoBr3cfgtDd9bD0wOCcLgT .accordion-trigger.lazyload, #iPqxDlSmoWSoBr3cfgtDd9bD0wOCcLgT .accordion-trigger.lazyloading { background-image: none; }
#iPqxDlSmoWSoBr3cfgtDd9bD0wOCcLgT { box-sizing:content-box;height:auto;width:66.8125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15019;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:38.48779296875rem;left:2.125rem; }
#iPqxDlSmoWSoBr3cfgtDd9bD0wOCcLgT #Bvsy5eLhZ31XzxEQgeWpq6ystnDLz1Nw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#iPqxDlSmoWSoBr3cfgtDd9bD0wOCcLgT #ZdbaXhT6wb9c4lTqhTPk7hlykpmuoWBf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#iPqxDlSmoWSoBr3cfgtDd9bD0wOCcLgT #xiZleVL8qdvbNWEvMnQvFPfAhDXgP42M { display:block;position:relative; }
#iPqxDlSmoWSoBr3cfgtDd9bD0wOCcLgT #eTFiVofthQH8chSrx3LcePAQ3l6k92dx {  }
#iPqxDlSmoWSoBr3cfgtDd9bD0wOCcLgT #RnrXWoDXV1tAiRgktVrlRuW9xAMaQ1d2 {  }
#Wafg3OUfBJRH1DWdJBA33JoKIHsePQdp { color:rgba(var(--color-tertiary-4),1);display:block;width:34rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:15.34375rem;left:35.625rem;height:8.75rem;text-align:left;text-align-last:left;display:none; }
#s032iGDbpRP7DAlpik3xFTNRXF2AIaZr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f1f1;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; }#s032iGDbpRP7DAlpik3xFTNRXF2AIaZr > .row .container { background-color: transparent; background-image: none; }#s032iGDbpRP7DAlpik3xFTNRXF2AIaZr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s032iGDbpRP7DAlpik3xFTNRXF2AIaZr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s032iGDbpRP7DAlpik3xFTNRXF2AIaZr > .row .container > .video-iframe-container { display: none; }#s032iGDbpRP7DAlpik3xFTNRXF2AIaZr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s032iGDbpRP7DAlpik3xFTNRXF2AIaZr > .row > .video-iframe-container { display: none; }#s032iGDbpRP7DAlpik3xFTNRXF2AIaZr > .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); }#s032iGDbpRP7DAlpik3xFTNRXF2AIaZr > .row .container { border-width: 0; border-radius: 0; }#s032iGDbpRP7DAlpik3xFTNRXF2AIaZr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s032iGDbpRP7DAlpik3xFTNRXF2AIaZr > .row .container { font-size:0.875rem;font-family:arial;height:54.5rem;width:75rem;position:relative;display:block; }#QKswFZQTH4OCi3vVP6yUdEu0WpBBT51L { background-color:#fbe4d9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f65518;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.3125rem;height:3.25rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2rem;left:1.8125rem;display:block; }
#tdXpRq70wMNs0k17FmLU5Pv2naEHE21O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JhPl5uTfGUGN8DmM0u4AGvuIno9wMEG1 { color:rgba(var(--color-tertiary-4),1);display:block;width:39.625rem;position:absolute;font-family:kanit;font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:7.25rem;left:1.8125rem;height:;text-align:left;text-align-last:left;display:block; }
#WlSyTgwxvyafdHqEDPX9kzLZ54fNu5G3 { color:rgba(var(--color-tertiary-4),1);display:block;width:39.6875rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:15.9375rem;left:1.8125rem;height:7rem;display:block; }
#brxQs3a25x7va6pTt1sHnKCrzd5TdanV { color:rgba(var(--color-tertiary-4),1);display:block;width:41rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:24.35888671875rem;left:1.8125rem;height:13.5rem;display:block; }#brxQs3a25x7va6pTt1sHnKCrzd5TdanV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#brxQs3a25x7va6pTt1sHnKCrzd5TdanV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_208158e05787d68a957f5d990caa046d.svg); }
#aAU4vbZx8oG1PU7hJ4enwW8yBpOdeydw { box-sizing:content-box;height:28.3125rem;width:30.1875rem;position:absolute;display:block;z-index:15007;background-color:#f8dfdb;background-image:none;box-shadow: none;border-top:0.0625rem solid #fac4b0;border-left:0.0625rem solid #fac4b0;border-right:0.0625rem solid #fac4b0;border-bottom:0.0625rem solid #fac4b0;top:5.25rem;left:43rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#TZ6ZEF80qlEPBxsxG1UvDUlodhQTeSKI .accordion-element-container { border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);vertical-align:top; }
#TZ6ZEF80qlEPBxsxG1UvDUlodhQTeSKI .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#TZ6ZEF80qlEPBxsxG1UvDUlodhQTeSKI .accordion-heading-text { display:block;position:relative;width:100%;font-family:kanit;font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#TZ6ZEF80qlEPBxsxG1UvDUlodhQTeSKI .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:kanit;color:rgba(var(--color-tertiary-4),1);line-height:1.4;overflow:hidden;height:auto; }
#TZ6ZEF80qlEPBxsxG1UvDUlodhQTeSKI .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#TZ6ZEF80qlEPBxsxG1UvDUlodhQTeSKI .accordion-trigger.adaptive-delivery-prevent-bg, #TZ6ZEF80qlEPBxsxG1UvDUlodhQTeSKI .accordion-trigger.lazyload, #TZ6ZEF80qlEPBxsxG1UvDUlodhQTeSKI .accordion-trigger.lazyloading { background-image: none; }
#TZ6ZEF80qlEPBxsxG1UvDUlodhQTeSKI { box-sizing:content-box;height:auto;width:67.75rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15018;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:39.25rem;left:1.8125rem; }
#TZ6ZEF80qlEPBxsxG1UvDUlodhQTeSKI #b17CPrrPSpSpKDvKERX38L98Pqy7mb9l { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TZ6ZEF80qlEPBxsxG1UvDUlodhQTeSKI #eMLhTBT3vUK3Ev25gbLJ0pQR6yunzTn0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TZ6ZEF80qlEPBxsxG1UvDUlodhQTeSKI #Guneh9J7agT4pJiUucbn8JRo63Z0VTS8 { display:block;position:relative; }
#TZ6ZEF80qlEPBxsxG1UvDUlodhQTeSKI #zk0U3Zi7uvnTD00Tq9gyouvDos2rhvIS {  }
#TZ6ZEF80qlEPBxsxG1UvDUlodhQTeSKI #HgRUxaGCZ5CCerXmxzFlsRTV6XulxqJB {  }
#TZ6ZEF80qlEPBxsxG1UvDUlodhQTeSKI #FTqq0GMvTsfWSkDwCJn6dDBiJCTLuxd9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TZ6ZEF80qlEPBxsxG1UvDUlodhQTeSKI #UQSRUMQW71J4fIie7pwsdvPZuONtQr8x { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TZ6ZEF80qlEPBxsxG1UvDUlodhQTeSKI #tkni4hlfU6csrbwKBMVHcr4BSXzXU8l8 { display:block;position:relative; }
#TZ6ZEF80qlEPBxsxG1UvDUlodhQTeSKI #t6MgDbqqCovqULPSmStUTDu0nuZdV1yQ {  }
#TZ6ZEF80qlEPBxsxG1UvDUlodhQTeSKI #zMrf5hKxEPH7s2nTLnDfrhf7FKCo0wJd { display:none; }
#ONC6WPMQZWHo03n8XOxaag63c5ZFf5cz { color:#f65518;display:block;width:17.375rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:7.25rem;left:44.75rem;height:1.29980625rem;font-style:normal;display:block; }
#LNT7enJBarVcnyaZ1ETe221JhnStCu8u { box-sizing:content-box;height:3.1875rem;width:26.4375rem;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);top:9.75rem;left:44.9375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#OWJ5xhRwFLIbz6IdfvQ3mlynr6rIrDx9 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:10.75rem;left:46.125rem;height:;display:block; }#OWJ5xhRwFLIbz6IdfvQ3mlynr6rIrDx9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OWJ5xhRwFLIbz6IdfvQ3mlynr6rIrDx9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_43a5bf61fe11ccdeb6f03fa28131c55b71c604b5.svg); }
#PJl99uCsPGWawOqnAgRRf4zVglE0duLh { color:rgba(var(--color-tertiary-4),1);display:block;width:4.375rem;position:absolute;font-family:kanit;font-size:1.1875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:15.072265625rem;left:66.25rem;height:1.54361875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Lb6sOXftURP0ZoyRAFUsAA0I5LQZMK9w { box-sizing:content-box;height:3.1875rem;width:26.4375rem;position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);top:13.625rem;left:44.875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#WS2IZ1IGUUab6LtUsmAVtgP5D9BdMJiO { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:14.625rem;left:46.125rem;height:1.29980625rem;display:block; }#WS2IZ1IGUUab6LtUsmAVtgP5D9BdMJiO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WS2IZ1IGUUab6LtUsmAVtgP5D9BdMJiO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_08e7602b7d282dd062a1f0476d1e1fdc22757c91.svg); }
#mozvZ8FFTqnZshAudUHNoRRJlNkOAyPH { color:rgba(var(--color-tertiary-4),1);display:block;width:4.375rem;position:absolute;font-family:kanit;font-size:1.1875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:19.1875rem;left:66.25rem;height:1.54361875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xBgH9lOMGU66suKh45xZQ91TSRQIPkhw { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:18.5rem;left:46.125rem;height:1.29980625rem;display:block; }#xBgH9lOMGU66suKh45xZQ91TSRQIPkhw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xBgH9lOMGU66suKh45xZQ91TSRQIPkhw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_92999a16a34974988a5cdb2a4e9af57ce329147a.svg); }
#ezVO2HrI65FgFmTR1AM5yT53E306bQFT { box-sizing:content-box;height:3.1875rem;width:26.4375rem;position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);top:17.5rem;left:44.9375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#T0I4P1ImiSapGI21qfR64FAZJNT6Bz1h { color:rgba(var(--color-tertiary-4),1);display:block;width:5.4375rem;position:absolute;font-family:kanit;font-size:1.1875rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:22.81591796875rem;left:66.125rem;height:1.54361875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KTrTB6TABKqf3viTRRFTPXoQr8XdTd5F { box-sizing:content-box;height:3rem;width:26.4375rem;position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);top:21.5rem;left:44.9375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#WDxyPF0Ic09Of7hAx2BAOifZoFRX8Jc4 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:22.4375rem;left:46.125rem;height:1.29980625rem;display:block; }#WDxyPF0Ic09Of7hAx2BAOifZoFRX8Jc4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WDxyPF0Ic09Of7hAx2BAOifZoFRX8Jc4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_41b145d3707373c5f225f1fdbe27fd5aa0797ce2.svg); }
#p2tyEbyvcpPfvexfsEsysBWerBqfUQEr { color:rgba(var(--color-tertiary-4),1);display:block;width:5.4375rem;position:absolute;font-family:kanit;font-size:1.1875rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:26.728515625rem;left:66.125rem;height:1.54361875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sZ3ypE8pTQXF7vfe1gLEI6V4RzgVK6x5 { box-sizing:content-box;height:3rem;width:26.4375rem;position:absolute;display:block;z-index:15032;background-color:#ffe09d;background-image:none;box-shadow: none;border-top:0.0625rem solid #edb17b;border-left:0.0625rem solid #edb17b;border-right:0.0625rem solid #edb17b;border-bottom:0.0625rem solid #edb17b;top:26rem;left:44.9375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#NU9aJuOTBQTPRJ5qEP17Qh5DPTRovcwI { color:rgba(var(--color-tertiary-4),1);display:block;width:4.375rem;position:absolute;font-family:kanit;font-size:1.1875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:10.75rem;left:66.3125rem;height:1.54361875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#H1MEP691TVnvwMPl4rHOGJAahCZfoOe6 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.375rem;position:absolute;font-family:kanit;font-size:1.1875rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:14.875rem;left:66.3125rem;height:1.54361875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rswfboeR7l3CXUPx8ZspUJ81RqH3TRD9 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.4375rem;position:absolute;font-family:kanit;font-size:1.1875rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:18.5rem;left:66.1875rem;height:1.54361875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lXODwCRDDqQz0l055S9GaXbyvNpM17uB { color:rgba(var(--color-tertiary-4),1);display:block;width:5.4375rem;position:absolute;font-family:kanit;font-size:1.1875rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:22.4375rem;left:66.1875rem;height:1.54361875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n4ZSO85inWu0HLhMN6h8MWZqHoIqkQgx { color:#f36f38;display:block;width:25.8125rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:26.9375rem;left:45.25rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PeXNUkHpbTQ4yDiywZmT9o6sZgl2kfWu { color:rgba(var(--color-tertiary-3),1);display:block;width:24.375rem;position:absolute;font-family:kanit;font-size:1.0625rem;font-weight:normal;z-index:15038;line-height:1.4;letter-spacing:0;top:30.365234375rem;left:45.96875rem;height:1.487425rem;text-align:center;text-align-last:center;display:block; }
#s0AnCnVRyOTrIAA3miqh8NqzD5A7klL6 { color:rgba(var(--color-tertiary-4),1);display:block;width:39.625rem;position:absolute;font-family:kanit;font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:7.25rem;left:1.8125rem;height:;text-align:left;text-align-last:left;display:none; }
#ffklatSwaotHlMRnplk0isDI2iksy5sT { position:relative;display:block; }#ffklatSwaotHlMRnplk0isDI2iksy5sT { background-color: transparent; background-image: none; }#ffklatSwaotHlMRnplk0isDI2iksy5sT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ffklatSwaotHlMRnplk0isDI2iksy5sT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ffklatSwaotHlMRnplk0isDI2iksy5sT > .row .container > .video-iframe-container { display: none; }#ffklatSwaotHlMRnplk0isDI2iksy5sT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ffklatSwaotHlMRnplk0isDI2iksy5sT > .row > .video-iframe-container { display: none; }#ffklatSwaotHlMRnplk0isDI2iksy5sT > .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); }#ffklatSwaotHlMRnplk0isDI2iksy5sT { border-width: 0; border-radius: 0; }#ffklatSwaotHlMRnplk0isDI2iksy5sT > .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; }#ffklatSwaotHlMRnplk0isDI2iksy5sT > .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:97.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gH26X41PTF21OVEubiABkyyhcXWdR1Q7 { color:#8a43ff;display:block;width:43.5rem;position:absolute;font-family:kanit;font-size:1.625rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:3.5rem;left:17.625rem;height:2.2749rem;text-align:center;text-align-last:center;display:block; }
#oEpLLIycJT2Haah9BybSCoPKTMXQXVtu { color:rgba(var(--color-tertiary-2),1);display:block;width:43.5rem;position:absolute;font-family:kanit;font-size:1.625rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:14.875rem;left:17.625rem;height:2.2749rem;text-align:center;text-align-last:center;display:block; }
#TPHDGMwKurqHMcJkWp06agpwEM4hn4bU { color:rgba(var(--color-tertiary-4),1);display:block;width:50.3125rem;position:absolute;font-family:kanit;font-size:2.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:6.625rem;left:14.25rem;height:7.3125rem;text-align:center;text-align-last:center;display:block; }
#W00dkvDRTcMHNIrLTelgH5RJRF69Z9p5 { box-sizing:content-box;height:7.25rem;width:30.3125rem;position:absolute;display:block;z-index:15008;background-color:#f4e0f4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.75rem;left:7.1875rem;border-top-right-radius:1.625rem;border-bottom-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-top-left-radius:1.625rem;display:block; }
#ZpvqUTD8euRtGRwTfvR6EpzUwdoy0CZR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:20.875rem;left:8.5rem; }
#TQrWedBCiXrQJSvBu5B0k1kQ5BbUpDm6 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.8125rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:20.875rem;left:11.4375rem;height:3.75rem;display:block; }
#KmwieHo08T6hhPbzHNbyG2GLaWAcMhvG { box-sizing:content-box;height:7.25rem;width:30.1875rem;position:absolute;display:block;z-index:15011;background-color:#f4e0f4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.75rem;left:40.875rem;border-top-right-radius:1.625rem;border-bottom-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-top-left-radius:1.625rem;display:block; }
#m5SSuWTBJkldSp1hz6mNk1F9rHhT5rJ3 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.9375rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:21.5625rem;left:45.5rem;height:3.75rem;display:block; }
#aoZCbiivQVdqlByf3eWkUgyzBbuZ51J0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:21.5625rem;left:42.1875rem; }
#l17HeQvXJD8L5gLJhUeVsJJaNdVziMxM { box-sizing:content-box;height:7.25rem;width:30.3125rem;position:absolute;display:block;z-index:15014;background-color:#f4e0f4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.1875rem;left:7.4375rem;border-top-right-radius:1.625rem;border-bottom-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-top-left-radius:1.625rem;display:block; }
#LxaToclTn7yeNcgFTF4nzCotynEEWRRi { box-sizing:content-box;height:7.25rem;width:30.1875rem;position:absolute;display:block;z-index:15017;background-color:#f4e0f4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.1875rem;left:41.125rem;border-top-right-radius:1.625rem;border-bottom-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-top-left-radius:1.625rem;display:block; }
#aikgGd8ctg7tWH76ZKi5yZIA0yLiQ0sZ { color:rgba(var(--color-tertiary-4),1);display:block;width:26.125rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:29.9375rem;left:45rem;height:3.75rem;display:block; }
#AMiZceqaMyKUgoA3CAv2G4AlQWmfE1L5 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.9375rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:29.9375rem;left:11.4375rem;height:3.75rem;display:block; }
#Te3T0VMUIbaP4zbl10h4zzoud0TDdV0q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:29.5rem;left:8.5rem; }
#yrRuiei0TfgN9EGwwaGTA7na9slJABwI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:30rem;left:42.4375rem; }
#GkLLzlF4yVwBfa5SZqAbRhan4033ZSCk { box-sizing:content-box;height:7.25rem;width:30.3125rem;position:absolute;display:block;z-index:15020;background-color:#f4e0f4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.375rem;left:7.4375rem;border-top-right-radius:1.625rem;border-bottom-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-top-left-radius:1.625rem;display:block; }
#fXcfnsPo1OG7SEeuDOcCV9E04K9GIBd6 { box-sizing:content-box;height:7.25rem;width:30.1875rem;position:absolute;display:block;z-index:15023;background-color:#f4e0f4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.375rem;left:41.125rem;border-top-right-radius:1.625rem;border-bottom-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-top-left-radius:1.625rem;display:block; }
#iyGlVJzJE08l5lxIVMd2z69AKzwdua9h { color:rgba(var(--color-tertiary-4),1);display:block;width:26.125rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:normal;z-index:15027;line-height:1.5;letter-spacing:0;top:38.125rem;left:45.5rem;height:3.75rem;display:block; }
#iJpTh6MJf4qMToDMWoKfgLU8RbtZ5LBW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:38.1875rem;left:42.4375rem; }
#eiZxtABXGCGeS8i45nz1xT4XsouHn5oJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:37.6875rem;left:8.5rem; }
#D2pVChM4xsTBqrwRgRFp2KZTSZlaZhtH { color:rgba(var(--color-tertiary-4),1);display:block;width:26.125rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:normal;z-index:15028;line-height:1.5;letter-spacing:0;top:38.125rem;left:11.4375rem;height:3.75rem;display:block; }
#cQ8HRhFGRT0dFQNSPDtkGqaZ778Bh0bU { box-sizing:content-box;height:7.25rem;width:30.3125rem;position:absolute;display:block;z-index:15026;background-color:#f4e0f4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:44.6875rem;left:7.4375rem;border-top-right-radius:1.625rem;border-bottom-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-top-left-radius:1.625rem;display:block; }
#dglTe92boylTG7pwSDOH2A9bdAn6okRl { box-sizing:content-box;height:7.25rem;width:30.1875rem;position:absolute;display:block;z-index:15029;background-color:#f4e0f4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:44.6875rem;left:41.125rem;border-top-right-radius:1.625rem;border-bottom-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-top-left-radius:1.625rem;display:block; }
#iRQ8fGSR7x9AZU0bhRuf2uxEQhSqxu2G { color:rgba(var(--color-tertiary-4),1);display:block;width:26.125rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:normal;z-index:15033;line-height:1.5;letter-spacing:0;top:46.4375rem;left:45.5rem;height:3.75rem;display:block; }
#RuRS6rAndi0MOeExezXd0DfOchA52Kdw { color:rgba(var(--color-tertiary-4),1);display:block;width:26.125rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:normal;z-index:15034;line-height:1.5;letter-spacing:0;top:46.4375rem;left:11.4375rem;height:3.75rem;display:block; }
#mqsK3wQNriw9ZNT62XIOf1m93NRrtMtA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:46.5rem;left:42.4375rem; }
#BWzhs9ftT1S6CJHzmeOV3W93POefLkNF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:46rem;left:8.5rem; }
#eGoRLBIWK0XLbuC5r8gIERTuMNETXThM { color:rgba(var(--color-tertiary-2),1);display:block;width:49.5rem;position:absolute;font-family:kanit;font-size:1.875rem;font-weight:normal;z-index:15008;line-height:1.7;letter-spacing:0;top:54.625rem;left:14.625rem;height:6.375rem;text-align:center;text-align-last:center;display:block; }
#UdtOsPno1wB3UFTV503RK8WLcpAhdcmH { color:rgba(var(--color-tertiary-4),1);display:block;width:59.3125rem;position:absolute;font-family:kanit;font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:62.3125rem;left:9.71875rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#aVd3TSxQbDwXTaQXnBMmPOdEew9IPaHJ { position:absolute;display:block;z-index:15035;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:27.8125rem;width:52.0625rem;top:67.46875rem;left:13.34375rem;overflow:hidden;display:block; }
#Alp1CJTMx0pM7vUSDwafE6lfh7dqao3z { color:rgba(var(--color-tertiary-4),1);display:block;width:26.125rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:29.9375rem;left:45rem;height:3.75rem;display:none; }
#rVPQpCCnI9giVsHSANCmIQKPlDg6mXHk { color:rgba(var(--color-tertiary-4),1);display:block;width:26.125rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:normal;z-index:15028;line-height:1.5;letter-spacing:0;top:38.125rem;left:11.4375rem;height:3.75rem;display:none; }
#Boev3XTZcbcSy4ikupGvToorfCzSFCDW { color:rgba(var(--color-tertiary-4),1);display:block;width:26.125rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:normal;z-index:15027;line-height:1.5;letter-spacing:0;top:38.125rem;left:45.5rem;height:3.75rem;display:none; }
#UKzHOB1Hqy4bx6OFF6l7aRJNMGe0UmtL { color:rgba(var(--color-tertiary-4),1);display:block;width:26.125rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:normal;z-index:15034;line-height:1.5;letter-spacing:0;top:46.4375rem;left:11.4375rem;height:3.75rem;display:none; }
#ua1RbR2V73WOQykaVbs2x1k5CEAeDc8V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2f045d;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; }#ua1RbR2V73WOQykaVbs2x1k5CEAeDc8V > .row .container { background-color: transparent; background-image: none; }#ua1RbR2V73WOQykaVbs2x1k5CEAeDc8V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ua1RbR2V73WOQykaVbs2x1k5CEAeDc8V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ua1RbR2V73WOQykaVbs2x1k5CEAeDc8V > .row .container > .video-iframe-container { display: none; }#ua1RbR2V73WOQykaVbs2x1k5CEAeDc8V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ua1RbR2V73WOQykaVbs2x1k5CEAeDc8V > .row > .video-iframe-container { display: none; }#ua1RbR2V73WOQykaVbs2x1k5CEAeDc8V > .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); }#ua1RbR2V73WOQykaVbs2x1k5CEAeDc8V > .row .container { border-width: 0; border-radius: 0; }#ua1RbR2V73WOQykaVbs2x1k5CEAeDc8V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ua1RbR2V73WOQykaVbs2x1k5CEAeDc8V > .row .container { font-size:0.875rem;font-family:arial;height:47.3125rem;width:75rem;position:relative;display:block; }#QbXCvIET2B7F1oeD3E528DzE1QUGd74i { color:#8a43ff;display:block;width:43.5rem;position:absolute;font-family:kanit;font-size:1.625rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:2.375rem;left:18.625rem;height:2.2749rem;text-align:center;text-align-last:center;display:block; }
#e0TCv9zUl2L5t1KDXOhObeeDcAKpkWhf { color:rgba(var(--color-tertiary-4),1);display:block;width:50.3125rem;position:absolute;font-family:kanit;font-size:2.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.5rem;left:15.21875rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#lqPJE2d67KUk9u2weqOnGNBTnk4yasyK { box-sizing:content-box;height:30.875rem;width:64.125rem;position:absolute;display:block;z-index:15008;background-color:rgba(103,67,130,0.59);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(138,67,255,0.5);border-left:0.0625rem solid rgba(138,67,255,0.5);border-right:0.0625rem solid rgba(138,67,255,0.5);border-bottom:0.0625rem solid rgba(138,67,255,0.5);top:11.125rem;left:9.28125rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#P7wGV7HmWdQzebz6bcOT6zWaPTKlkVTt { color:#facc6c;display:block;width:17.25rem;position:absolute;font-family:kanit;font-size:2rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:13rem;left:34.59375rem;height:;text-align:left;text-align-last:left;display:block; }
#Jq7QTAya2hkwcTcB9P44UUHtA7ns5wPG { color:rgba(var(--color-tertiary-4),1);display:block;width:30.6875rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:16.6875rem;left:34.59375rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NFCv0PspnlpQZZwiNQEOv5uMOTTkPv1S { color:rgba(var(--color-tertiary-4),1);display:block;width:30.6875rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:22.125rem;left:34.59375rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iO241FeDOkGe8ya4cUAThhy6sJxCxnHo { color:rgba(var(--color-tertiary-4),1);display:block;width:38.125rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:25.5625rem;left:34.59375rem;height:13.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#iO241FeDOkGe8ya4cUAThhy6sJxCxnHo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iO241FeDOkGe8ya4cUAThhy6sJxCxnHo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4dca506b25f53e93f30e958211a7d41352dd8e71.svg); }
#rPzFgT7H5KsMQBuxB4igXuK8tC88GZhk { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-0),0.2) ;height:25.75rem;width:25.75rem;top:13.75rem;left:5.6875rem;overflow:hidden;display:block; }
#nBHagLku86PfKvlZuW1rBz7fd8ggmWJr { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.8125rem;border-top-right-radius:3.8125rem;border-bottom-left-radius:3.8125rem;border-bottom-right-radius:3.8125rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-tertiary-0),0.2) ;height:8.125rem;width:8.125rem;top:32.8125rem;left:25.25rem;overflow:hidden;display:block; }
#LtCeb3hnxlefQb4SDg1FxUw1SbmUA7Wq { 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; }#LtCeb3hnxlefQb4SDg1FxUw1SbmUA7Wq > .row .container { background-color: transparent; background-image: none; }#LtCeb3hnxlefQb4SDg1FxUw1SbmUA7Wq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LtCeb3hnxlefQb4SDg1FxUw1SbmUA7Wq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LtCeb3hnxlefQb4SDg1FxUw1SbmUA7Wq > .row .container > .video-iframe-container { display: none; }#LtCeb3hnxlefQb4SDg1FxUw1SbmUA7Wq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LtCeb3hnxlefQb4SDg1FxUw1SbmUA7Wq > .row > .video-iframe-container { display: none; }#LtCeb3hnxlefQb4SDg1FxUw1SbmUA7Wq > .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); }#LtCeb3hnxlefQb4SDg1FxUw1SbmUA7Wq > .row .container { border-width: 0; border-radius: 0; }#LtCeb3hnxlefQb4SDg1FxUw1SbmUA7Wq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LtCeb3hnxlefQb4SDg1FxUw1SbmUA7Wq > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:75rem;position:relative;display:block; }#AO01C3lqLGCzvnVwI32ExdQydTUE12yT { color:rgba(var(--color-tertiary-0),1);display:block;width:50.3125rem;position:absolute;font-family:kanit;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.0625rem;left:12.34375rem;height:;text-align:center;text-align-last:center;display:block; }
#vOd4AZPW1TJIpxfZppo5Im9UDywCMlgE { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:13.875rem;width:26.5rem;top:11.1875rem;left:8.8759765625rem;overflow:hidden;display:block; }
#Ivr2QAhtTydFweIRApcUX7MTI1ANPSTO { color:rgba(var(--color-tertiary-0),1);display:block;width:23.125rem;position:absolute;font-family:kanit;font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:13.08740234375rem;left:41.09375rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#smJsZ5hfUcugll2yObmUAov22ynpcVQb { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #f65518, #d71f1f);background-image: -moz-linear-gradient(90deg, #f65518, #d71f1f);background-image: -ms-linear-gradient(90deg, #f65518, #d71f1f);background-image: -o-linear-gradient(90deg, #f65518, #d71f1f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f65518', endColorstr='#d71f1f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f65518', endColorstr='#d71f1f' );";background-image: linear-gradient(90deg, #f65518, #d71f1f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:10.1875rem;width:28.6875rem;top:12.0625rem;left:39rem;display:block; }
#FbAue6WSy39TnFT9xtAGuJxuRZJwhxaD { color:rgba(var(--color-tertiary-0),1);display:block;width:28.6875rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.8;letter-spacing:0;top:14.8125rem;left:38.3125rem;height:6.07470625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uq3B0ixw4PSCHm4nLQLNTupWuayugLqd { color:rgba(var(--color-tertiary-0),1);display:block;width:21.9375rem;position:absolute;font-family:kanit;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:23.375rem;left:42.1875rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T1ksPaGnI6gTR6qwvGMIaNRxG0PEt8aD { color:#facc6c;display:block;width:21.9375rem;position:absolute;font-family:kanit;font-size:2.25rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:24.5rem;left:43.1875rem;height:2.69986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#txPsQSZop1OxX56EW8LEpkbw2ueLNhe5 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.9375rem;position:absolute;font-family:kanit;font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:28.0625rem;left:42.1875rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wCdTPioGC8apNt6DpDWqh5MvsNcBByeu { 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; }#wCdTPioGC8apNt6DpDWqh5MvsNcBByeu > .row .container { background-color: transparent; background-image: none; }#wCdTPioGC8apNt6DpDWqh5MvsNcBByeu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wCdTPioGC8apNt6DpDWqh5MvsNcBByeu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wCdTPioGC8apNt6DpDWqh5MvsNcBByeu > .row .container > .video-iframe-container { display: none; }#wCdTPioGC8apNt6DpDWqh5MvsNcBByeu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wCdTPioGC8apNt6DpDWqh5MvsNcBByeu > .row > .video-iframe-container { display: none; }#wCdTPioGC8apNt6DpDWqh5MvsNcBByeu > .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); }#wCdTPioGC8apNt6DpDWqh5MvsNcBByeu > .row .container { border-width: 0; border-radius: 0; }#wCdTPioGC8apNt6DpDWqh5MvsNcBByeu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wCdTPioGC8apNt6DpDWqh5MvsNcBByeu > .row .container { font-size:0.875rem;font-family:arial;height:19.375rem;width:75rem;position:relative;display:block; }#RhVVlavus0bCUzJ5Uy5ZcOrIiEXyGRCZ { color:rgba(var(--color-tertiary-1),1);display:block;width:56.625rem;position:absolute;font-family:kanit;font-size:3.4375rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.5);top:1.625rem;left:12.125rem;height:4.46875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rTadXOOHDinkS3Fulk9UgBBzweTED7J5 { color:#fb8749;display:block;width:56.625rem;position:absolute;font-family:kanit;font-size:3.4375rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.5);top:6.0625rem;left:12.125rem;height:4.46875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zSnXWl0rUhp7CashRsG82x3SxXeDWqwl { color:rgba(var(--color-tertiary-0),1);display:block;width:53.3125rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.5);top:11.6875rem;left:12.8125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XIaLrzCTOsHDIBMMl2onf6MBT6vzJktQ { color:rgba(var(--color-tertiary-0),1);display:block;width:53.3125rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.5);top:15.6875rem;left:13.78125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QbMT1oHhXWhrpPx2oJHXFeLKzARKOV5U { 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; }#QbMT1oHhXWhrpPx2oJHXFeLKzARKOV5U > .row .container { background-color: transparent; background-image: none; }#QbMT1oHhXWhrpPx2oJHXFeLKzARKOV5U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QbMT1oHhXWhrpPx2oJHXFeLKzARKOV5U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QbMT1oHhXWhrpPx2oJHXFeLKzARKOV5U > .row .container > .video-iframe-container { display: none; }#QbMT1oHhXWhrpPx2oJHXFeLKzARKOV5U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QbMT1oHhXWhrpPx2oJHXFeLKzARKOV5U > .row > .video-iframe-container { display: none; }#QbMT1oHhXWhrpPx2oJHXFeLKzARKOV5U > .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); }#QbMT1oHhXWhrpPx2oJHXFeLKzARKOV5U > .row .container { border-width: 0; border-radius: 0; }#QbMT1oHhXWhrpPx2oJHXFeLKzARKOV5U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QbMT1oHhXWhrpPx2oJHXFeLKzARKOV5U > .row .container { font-size:0.875rem;font-family:arial;height:46.0625rem;width:75rem;position:relative;display:block; }#E9K9VJLHJ6TKtpAGNRD6GEn55T7wuXQ2 { box-sizing:content-box;height:40.9375rem;width:33.8125rem;position:absolute;display:block;z-index:15008;background-color:#f8dfdb;background-image:none;box-shadow: none;border-top:0.4375rem solid #e16a00;border-left:0.0625rem solid #e16a00;border-right:0.0625rem solid #e16a00;border-bottom:0.0625rem solid #e16a00;top:0.6875rem;left:4.5rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#p8SmoCVmyernpFtTcCtvZXfTuTK9a7BJ { background-color:#fbe4d9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#f65518;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.3125rem;height:3.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.8125rem;left:10.8125rem;display:block; }
#ZG69yymrixTS6PK6PAu4nEhTMyK6zBCu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Suz7gzT3zWdrJsEgNcDyMUB8tnCqpE3W { color:#000000;display:block;width:32.25rem;position:absolute;font-family:kanit;font-size:2.25rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:6.0625rem;left:5.34375rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#M6m72MkT2DggIIpqa1N85yq2ONHpxf13 { color:#000000;display:block;width:32.25rem;position:absolute;font-family:kanit;font-size:5.1875rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:9.8125rem;left:5.34375rem;height:6.743625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wFllgcskeREXX86nDgorrF2T9INIt5mb { color:#000000;display:block;width:6.0625rem;position:absolute;font-family:kanit;font-size:3rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:11.8125rem;left:28.625rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o5lcvJcCR5WmoPVF6VHWRK5MlwqR0qlt { color:#686868;display:block;width:32.25rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:17.3056640625rem;left:6.25rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LlaPtTkPw3Cq94SJzDMuShqLknb6bTkB { color:rgba(var(--color-tertiary-4),1);display:block;width:30.625rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:19.75rem;left:6.15625rem;height:15.5625rem;display:block; }#LlaPtTkPw3Cq94SJzDMuShqLknb6bTkB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LlaPtTkPw3Cq94SJzDMuShqLknb6bTkB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_208158e05787d68a957f5d990caa046d.svg); }
#TqKJJidQ7OdH6eUzwi6VXSCyseW8v4lJ { color:rgba(var(--color-tertiary-2),1);display:block;width:30.625rem;position:absolute;font-family:kanit;font-size:1.375rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:37.5625rem;left:6.25rem;height:1.92480625rem;text-align:center;text-align-last:center;display:block; }
#S4HPOvWxMyFsgwplUFa517vbeyJAZzf1 { color:#fb8749;display:block;width:26.1875rem;position:absolute;font-family:kanit;font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.6748046875rem;left:43.875rem;height:5.5244125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D6pMCWtvDPzrTsf2cMV4HAPdLNen9iIz { color:rgba(var(--color-tertiary-0),1);display:block;width:17.124625rem;position:absolute;font-family:kanit;font-size:1.1875rem;font-weight:300;z-index:15026;line-height:1.2;letter-spacing:0;top:8.4375rem;left:48.5rem;height:1.42480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UySFktsRUm62HDm9RcIeZ4DVrPEWrcIt .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#UySFktsRUm62HDm9RcIeZ4DVrPEWrcIt .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(98,9,195,0.2) ;color:rgba(var(--color-primary-4),1);padding-top:0.35375rem;padding-right:0.313125rem;padding-bottom:0.35375rem;padding-left:0.313125rem;display:block;align-items:center;width:1.876875rem;min-width:1.876875rem;height:1.9rem;position:relative;font-family:worksans;font-size:1.414375rem;font-weight:400;line-height:30.4px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UySFktsRUm62HDm9RcIeZ4DVrPEWrcIt .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.22125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.5025rem;height:0.75125rem;position:relative;font-family:"open sans";font-size:0.530625rem;font-weight:700;line-height:12.02px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#UySFktsRUm62HDm9RcIeZ4DVrPEWrcIt { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:10.499rem;height:3.578125rem;padding-top:0.044375rem;padding-right:0.045rem;padding-bottom:0.044375rem;padding-left:0.045rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:11.35009765625rem;left:51.673828125rem;z-index:15048; }
#UySFktsRUm62HDm9RcIeZ4DVrPEWrcIt #uNqW84bCndTnMCK5DwEHGzetUkPItIv5 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#UySFktsRUm62HDm9RcIeZ4DVrPEWrcIt #fCBKVxX2LemMbTQmQWUCQxv6dWaQypf9 { width:auto; }
#UySFktsRUm62HDm9RcIeZ4DVrPEWrcIt #HWDzT00iGZpsuiKyV9iZTs2MZPysE16q {  }
#UySFktsRUm62HDm9RcIeZ4DVrPEWrcIt #LOHHePvNKZuGkuOtpt5Ep59ELRoC3nu2 { display:flex;position:relative;top:0rem;left:0rem; }
#UySFktsRUm62HDm9RcIeZ4DVrPEWrcIt #lopBbOVXDKoe32b8xS0XQlLetR0UQGRm {  }
#UySFktsRUm62HDm9RcIeZ4DVrPEWrcIt #ekCGLA3IS17CCFGJlgkkAzrNFUOb6G0a {  }
#UySFktsRUm62HDm9RcIeZ4DVrPEWrcIt #NJaclE6qg66RJs8rtgl6CPNeBOU2HiMS { display:flex;position:relative;top:0rem;left:0rem; }
#UySFktsRUm62HDm9RcIeZ4DVrPEWrcIt #qJsdHG67FhppRxi8eyuchdVSTM33imvx {  }
#UySFktsRUm62HDm9RcIeZ4DVrPEWrcIt #lXcfFGEZmathafu8ksico35cX0gZPU6H {  }
#UySFktsRUm62HDm9RcIeZ4DVrPEWrcIt #ZXDb7TGPlS1knF8StoLL04FiBJOwEMcm { display:flex;position:relative;top:0rem;left:0rem; }
#UySFktsRUm62HDm9RcIeZ4DVrPEWrcIt #dtZA4x3nPMtAEWmwFRAkpsqenavEV3x7 {  }
#UySFktsRUm62HDm9RcIeZ4DVrPEWrcIt #UVEVQaaex1MTGQbUNEpv83AiAAdOoxVP {  }
#ZAduWLQdmuaWWV7WceCTk066WuEg91sD .widget-form-header {  }
#ZAduWLQdmuaWWV7WceCTk066WuEg91sD .widget-regular-label { height:auto;display:block;font-family:kanit;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:24.0625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#ZAduWLQdmuaWWV7WceCTk066WuEg91sD .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #cccccc;border-left:0.125rem solid #cccccc;border-right:0.125rem solid #cccccc;border-bottom:0.125rem solid #cccccc;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.0625rem;box-sizing:border-box;height:1.875rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#ZAduWLQdmuaWWV7WceCTk066WuEg91sD .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZAduWLQdmuaWWV7WceCTk066WuEg91sD .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #cccccc;border-left:0.125rem solid #cccccc;border-right:0.125rem solid #cccccc;border-bottom:0.125rem solid #cccccc;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#ZAduWLQdmuaWWV7WceCTk066WuEg91sD .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:24.0625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#ZAduWLQdmuaWWV7WceCTk066WuEg91sD .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZAduWLQdmuaWWV7WceCTk066WuEg91sD .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#ZAduWLQdmuaWWV7WceCTk066WuEg91sD .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ZAduWLQdmuaWWV7WceCTk066WuEg91sD .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(225deg, #fb8749, #fb5a4c);background-image: -moz-linear-gradient(225deg, #fb8749, #fb5a4c);background-image: -ms-linear-gradient(225deg, #fb8749, #fb5a4c);background-image: -o-linear-gradient(225deg, #fb8749, #fb5a4c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8749', endColorstr='#fb5a4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8749', endColorstr='#fb5a4c' );";background-image: linear-gradient(225deg, #fb8749, #fb5a4c);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.75rem;font-weight:bold;color:rgba(var(--color-primary-0),1);width:24.0625rem;height:4.0625rem;font-family:kanit;overflow:hidden; }
#ZAduWLQdmuaWWV7WceCTk066WuEg91sD [class*="-text"]:-moz-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#ZAduWLQdmuaWWV7WceCTk066WuEg91sD [class*="-text"]::-moz-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#ZAduWLQdmuaWWV7WceCTk066WuEg91sD [class*="-text"]:-ms-input-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#ZAduWLQdmuaWWV7WceCTk066WuEg91sD [class*="-text"]::-webkit-input-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#ZAduWLQdmuaWWV7WceCTk066WuEg91sD .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:kanit;font-size:0.8125rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:23rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#ZAduWLQdmuaWWV7WceCTk066WuEg91sD .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#ZAduWLQdmuaWWV7WceCTk066WuEg91sD .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:prompt;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#ZAduWLQdmuaWWV7WceCTk066WuEg91sD .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ZAduWLQdmuaWWV7WceCTk066WuEg91sD .widget-container:first-of-type{padding-top:0;}#ZAduWLQdmuaWWV7WceCTk066WuEg91sD .widget-container:last-of-type{padding-bottom:0;}#ZAduWLQdmuaWWV7WceCTk066WuEg91sD  { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:43.686851501465rem;top:16.5546875rem;z-index:15021;position:absolute; }
#ZAduWLQdmuaWWV7WceCTk066WuEg91sD .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.0625rem;display:block;vertical-align:top; }
#ZAduWLQdmuaWWV7WceCTk066WuEg91sD .widget-info-text { display:block;height:auto;font-family:prompt;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#ZAduWLQdmuaWWV7WceCTk066WuEg91sD {display:block;}#ZAduWLQdmuaWWV7WceCTk066WuEg91sD { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:43.686851501465rem;top:16.5546875rem;z-index:15021;position:absolute; }
#ZAduWLQdmuaWWV7WceCTk066WuEg91sD #z6dbRH4G4dRbcZ5KtIsRJfHJSgC7yK7d { position:relative; }
#ZAduWLQdmuaWWV7WceCTk066WuEg91sD #MHvgkLTydLtoKK27byulFskfSEWK422n { position:relative;display:block; }
#ZAduWLQdmuaWWV7WceCTk066WuEg91sD #gMFRHLQrVMeM2f1XPGw8Ne5MaBSn0Cuu { position:relative; }
#ZAduWLQdmuaWWV7WceCTk066WuEg91sD #n56bH7VkA3mHq4TV5X45nUoruVsBNLEJ { position:relative; }
#ZAduWLQdmuaWWV7WceCTk066WuEg91sD #xf5G7Jx95J5sWWTOHSpNKA67NTIDDgz5 { position:relative;display:block; }
#ZAduWLQdmuaWWV7WceCTk066WuEg91sD #gTGo5qwe1IO8mTa0Pp2g8nKf8CFLKHxK { position:relative; }
#ZAduWLQdmuaWWV7WceCTk066WuEg91sD #bE90lwM3LT3FciLPvZykIDHp81tgdwhQ { position:relative; }
#ZAduWLQdmuaWWV7WceCTk066WuEg91sD #SQwWW6K64bT6TOCi8Ldd6u1FUMASTMAQ { position:relative;display:block; }
#ZAduWLQdmuaWWV7WceCTk066WuEg91sD #XpGmymEGTaGzXgsB7z9rKoedJdwo8NWM { position:relative; }
#ZAduWLQdmuaWWV7WceCTk066WuEg91sD #NO6ZHUVVXJgTgKKpaQ5V4lABgteGcrpQ { position:relative; }
#ZAduWLQdmuaWWV7WceCTk066WuEg91sD #AsiHsQVPCrgBTmWZdhfp9ipbGbgFfMV9 { position:relative;z-index:2; }
#ZAduWLQdmuaWWV7WceCTk066WuEg91sD #Dy1l4WMmsqtAmTHVPZMpVzkl2wHKebdq { position:relative; }
#ZAduWLQdmuaWWV7WceCTk066WuEg91sD #gvrmfpHQsPLV4ATUqZS7KlVs2KT2m7h1 { position:relative;display:block;z-index:15000; }
#ZAduWLQdmuaWWV7WceCTk066WuEg91sD #A4llCD6d6cx15GWxLSVDOgyhzkegcn9w { position:relative;display:block;z-index:15000; }
#ZAduWLQdmuaWWV7WceCTk066WuEg91sD #EhCVZgenamRXTxPBIWUVGWTwtBvwULkA { position:relative; }
#ZAduWLQdmuaWWV7WceCTk066WuEg91sD #lHZg1Pu6cy2Z0PEwBW8qMuegZJtGb06W { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #y72cTXzKKTv4pSDJsp7hqJ3ynHVipCCG { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #A63hO9FU7TJ1TTCPdLOexTP27DGeQp22 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #BJHHTIBDlaZZu6n5TQIT1nzx0k2SByiO { position:relative; }
#eCT09K3en1GxGV0VeaaCSy60TJZTwVVX { position:relative;display:block; }
#V5s9AWeMor9Xbxrwyto15WS8qTe5KLk9 { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #c3iIh114SIlVwXbTNQzK8XqlM2s0KNxD { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #TD2gH6Aqu45qZJXqS26HzSJZIsEm6A5X { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #AgOF6QVin3lX5yflFdWhwXyNo9ckGwKr { position:relative; }
#xrAVzV0qrZZ7Dvnwe3Hz07aakaP0XLzM { position:relative;display:block; }
#IZVJLa8vV9KQJUDU1gITQaUSbClAdFn6 { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #A7FxoGJ8nxynksDNd5aQoQquZbbDlOp4 { position:relative; }
#DavwNHuTGDhW0aBcUAWFgaqfyUPLzGhW { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #oBotIy8I5tFAqZbxTrTkBU6ob37WoR5F { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #aKg7M5XwuTMFT1cCEfTx1IUT09GJ4N4H { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #STO8XlzcPnePTGveq09sAefrTObKWrLZ { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #S6WmaJtMiG6tPonmvG40VmMXOLpauhPP { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #y1GHJ315gLTHJEAowCCWtArAGyXe1cex { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #l8AKNaX94tR7IUJXsxHMQ6mPHhfMxMEw { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #UPNAyl6zdgpDi9nPsvak1lfkD6PblvIt { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #T2cGUww1OoI5F3oVHTp3frUMX2htUMAU { position:relative; }
#ZI9T4dJOzLEwddRtB75BT2GepXLEwt2h { position:relative;display:block; }
#i9NTo8tP3AQSVCSZABpA07o4C7dzBdNR { position:relative;display:block; }
#DPZdn8rzRNetmB2neXQJQcHzEgK2GF0h { position:relative;display:block; }
#l6kxkPAP0aMkMXGbihMITaTI94dqGElq { position:relative;display:block; }
#VwJIrvak6M1wMI8hKwsLwau6L4FboCoR { position:relative;display:block; }
#zSBgwAXIkkBzKAAo7sqWTTVOn3lpVkMy { position:relative;display:block; }
#TqD9TuytO3vlrPXwdXwdRSErEdx4XBdW { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #HOMMFzvHgi3bnuPasDQpg1qWT1xHnVfM { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #kO4MoztaQerAZC4A0FSy96wXLwK3G2kw { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ygleMSNSrOrewE2gJEGOQ8ILMEi1ni6z { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #TgRLOxTCk5lORrKBzO8Ndv2QwPn77JRu { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #y8aXeKgQ0RyMfRdJ0590A633OCnBv1SZ { position:relative; }
#dnz4FVTpCXWMKNu62676py92qGxNhCbd { position:relative;display:block; }
#wsEE6TqSK5KbZ3EocrsIuaFflc15FSk3 { border-top:0;border-left:0;border-right:0;border-bottom:0;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;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wsEE6TqSK5KbZ3EocrsIuaFflc15FSk3.adaptive-delivery-prevent-bg, #wsEE6TqSK5KbZ3EocrsIuaFflc15FSk3.lazyload, #wsEE6TqSK5KbZ3EocrsIuaFflc15FSk3.lazyloading { background-image: none; }#wsEE6TqSK5KbZ3EocrsIuaFflc15FSk3 > .row .container { background-color: transparent; background-image: none; }#wsEE6TqSK5KbZ3EocrsIuaFflc15FSk3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wsEE6TqSK5KbZ3EocrsIuaFflc15FSk3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wsEE6TqSK5KbZ3EocrsIuaFflc15FSk3 > .row .container > .video-iframe-container { display: none; }#wsEE6TqSK5KbZ3EocrsIuaFflc15FSk3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wsEE6TqSK5KbZ3EocrsIuaFflc15FSk3 > .row > .video-iframe-container { display: none; }#wsEE6TqSK5KbZ3EocrsIuaFflc15FSk3 > .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); }#wsEE6TqSK5KbZ3EocrsIuaFflc15FSk3 > .row .container { border-width: 0; border-radius: 0; }#wsEE6TqSK5KbZ3EocrsIuaFflc15FSk3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wsEE6TqSK5KbZ3EocrsIuaFflc15FSk3 > .row .container { font-size:0.875rem;font-family:arial;height:15.9375rem;width:75rem;position:relative;display:block; }#Xd2u5AMfH2msiRlUMxHHFUSrSKCyfO3t { color:#1f333b;display:block;width:18.125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.8;letter-spacing:0;top:3.25rem;left:28.375rem;height:5.3994125rem;text-align:left;text-align-last:left;display:block; }
#cFicILwL0f6BRQLH1M5GhIyZJ2lwOuFa { color:#1f333b;display:block;width:18.125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.8;letter-spacing:0;top:3.25rem;left:48.4375rem;height:5.39941875rem;text-align:left;text-align-last:left;display:block; }
#i4qcwNmxZ18mcQtZvdVDJyefQ56rRV56 { color:#1f333b;display:block;width:18.125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.8;letter-spacing:0;top:3.25rem;left:8.375rem;height:5.3994125rem;text-align:left;text-align-last:left;display:block; }
#E8QioeB7AVtLlduCINAKwrgZr5HwlHf6 { color:rgba(31,51,59,0.6);display:block;width:18.125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.1875rem;left:8.375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#oIPSIoqd6WicsbKVtxaw0K2zbE0NAMtx { color:rgba(31,51,59,0.6);display:block;width:18.125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:1.1875rem;left:28.375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#UoqCet1qZpDTg3vzlBRJkrSgsniGo66b { color:rgba(31,51,59,0.6);display:block;width:18.125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:1.1875rem;left:48.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#WdGAxVGO6cZIpKhCKMTwVdxu9sDn7Ngp { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.37473125rem;width:8.9373125rem;top:9.5625rem;left:8.375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { 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) { #oT7yRd2uHHZUqWtJ0Xf4lKgVhauvIu0S { top:1rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnT1CtukVvgtPEscby0JscRUw72FGcRO { display:block; }#OnT1CtukVvgtPEscby0JscRUw72FGcRO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VIT2SrlT1SpOm1tBiPPNhMqmBF1B3Hpu { top:0rem;left:0rem;width:47.75rem;height:20.333541666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6a5a4TxVD8OLPrnBrfi7X8mSw0rzlZs { top:30.625rem;left:6.8125rem;width:34.125rem;height:0.8125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PO6FBEvI0x5TEgiAMrQANJyDuqyAO7iD { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dEOLIhbwJN93k3WBlwARSQsZzuqvIRbP { top:22.8125rem;left:0rem;width:12.3125rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zF7TBEF5k7J1upgCmgFA9cPNbaBVaRi1 { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #SmPwnNvnSXa5fp4cFuN42Thg8G45VDBz { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #IytoXvqOeETTu7QXlB1z1JmGxGSnttxJ { top:17.625rem;left:0.9375rem;width:11.625rem;height:11.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qJtQl7eRf6lTt9FSsiTWotZJDC0vxJRh { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #bTgz57BM19zdkey76OI9C5J7wQWAdupG { top:17.125rem;left:0rem;width:12.5rem;height:;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WyS1Ok7K6diKrWxR5Trx6WOOpT0hcEey { top:23.125rem;left:0rem;width:6.1875rem;height:5.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #t035WrgeoBua0i13zmtPthseVkSS4CJU { top:31.875rem;left:0rem;width:6.1875rem;height:3.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xmo7531iiT3vfJykhtbItDDNkL5pk6VU { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #pfr4IziEFZ0NpBOVVUwKRmOTgNoPTmwL { top:32.5rem;left:0rem;width:6.1875rem;height:3.125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cpz4FsWbZDXzEPtHr4Td1D0UMLM87t6X { top:17.625rem;left:0.9375rem;width:11.625rem;height:11.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ioV4aR57ILUBWErwHwuaeTqFtdQQa9Qh { top:19.5625rem;left:0rem;width:19.625rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFJt1aT2yd3670uJK639FETtmDy2mHr9 { display:block; }#mFJt1aT2yd3670uJK639FETtmDy2mHr9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E9ZL4RSKEvhRPKgtqDNVQzOh0Fbp9TAv { top:7.75rem;left:0rem;width:47.75rem;height:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODLQxKbe1KTSrWvCUzCtdwRmGAt99LHN { top:4.6875rem;left:0rem;width:9.0625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #To81iBDBXXqTXQrSRyAqocLnL44tdElc { top:17.9375rem;left:0rem;width:43.5rem;height:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #usrgTNlknxvHHRXJGSWci0A9dniUctcP { width:17.5rem;height:3.4375rem;top:23rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lC5TLmyyufTNLy8Qf67pgsbP4PJbFz9u { display:block; }
 }@media only screen and (max-width: 763px) { #fLmJkdoGrmQsMS3Qa5Pdk8mtSOPpgtK0 { width:17.5rem;height:3.4375rem;top:23rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOW4J11KkkvW7ELusZxJ19VmT7FaUvOJ { display:block; }
 }@media only screen and (max-width: 763px) { #G1EhxG08nR5P79Dzc7nd20vXIdHBMTrF { top:7.75rem;left:34.25rem;width:13.375rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyKULeWRfTnhL29D06DsvPpUucwWVVpE { top:14rem;left:34.3125rem;width:13.3125rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEUEK1ZM4GGliHJIXGhCt51unuBlAmx7 { top:20.75rem;left:34.375rem;width:13.25rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctXMs0qPKIKo03ed3zZTJ8FIPbmToV9k { top:7.75rem;left:42rem;width:5.75rem;height:3.375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VB99Tg8nSNrZbJNmp1nAEL6MsuUT8CuV { top:14.375rem;left:42rem;width:5.75rem;height:3.375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsUm8eWoQUutmoQbliqfeNd13r9zi8Va { top:20.75rem;left:45.125rem;width:2.625rem;height:4.375rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJulRrAFQzJDBEzJAhy2HGEWd0AU7tmx { top:11.125rem;left:36.125rem;width:11.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9HF06oglKEExPOZxuyFq7PIT073CeXq { top:17.9375rem;left:40.3125rem;width:7.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUbcUKC5mtuN1Iim4oOQw0ulm4CEcG0J { top:24.125rem;left:36.6875rem;width:11.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRISpaVrE4UGzVgZDKAiaiTTk6RHunRl { display:block; }#gRISpaVrE4UGzVgZDKAiaiTTk6RHunRl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FF0FGOCDFQpNI1gbKXn4dhVFkQzr6WGF { top:4rem;left:0rem;width:23.1875rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhB3P3vnulwX6a8DU7nUzwy0sp1AKqV0 { top:4.0625rem;left:1.25rem;width:30.5rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XI6mxtQCDvtKr4A4LPoanxZKgu1e26x8 { top:4rem;left:24.625rem;width:23rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kU9F4lwNPJlHkqTqC0pxRqOHlPJdK26c { top:7rem;left:0rem;width:23.125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPzkAgvcCapUxxodklnbVoTs75D6eguA { top:7rem;left:8.625rem;width:23.125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnAzDhhDeTGTi8NlVgE7UrGN1SSuITX8 { top:7rem;left:24.5rem;width:23.125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDFvisdNacsXe7kMsAKpOQmbChsV6aZZ { top:0.9375rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEE2GmCOTssO3A1S2NcI1dWqObWqGkqw { top:0.9375rem;left:15.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHwzF9a2WUa65G1yAzVex9sOENSJMMJR { top:0.9375rem;left:31.75rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoEhPd4qlXilGTIThivVIwPsakqCrSRn { top:0rem;left:0rem;width:32.125rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEmVHFgEd4pM1f1vZDwpUywum62f5P8T { top:0rem;left:6.75rem;width:24.875rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9ZvDWTp1lZKnMsRdwmiqWvWVsQhbUbW { top:0rem;left:15.25rem;width:32.375rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPW5eXlrW2UkB1lpNl75SBKPcJ3uLfDN { display:block; }#TPW5eXlrW2UkB1lpNl75SBKPcJ3uLfDN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rghK89J6GPwy1uhu2xyVKzJJviCEx9wO { top:2.0625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLXcSEtQLBdFfaSykQGJFyi7SbBh7Pxd { top:6.5rem;left:0rem;width:18.25rem;height:7.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #t7Hpwg43VAhbHp75fvCHXOpRGNF1lQLw { display:block; }#t7Hpwg43VAhbHp75fvCHXOpRGNF1lQLw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H8LzIVr3rgb3mvu2govVeHueGBRquJ7i { width:17.5rem;height:3.4375rem;top:3.3125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WabSTy5TBf8yLp6rupdiRK2JMPnH1M5T { display:block; }
 }@media only screen and (max-width: 763px) { #wiqHqgBhUgMe8BOf3lGetCfTUzgOufmk { top:8.8125rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtTZwSbyoVCoSNTQUB8pgsWftXe3q3Bm { top:20rem;left:0rem;width:24.5rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAZd31UtTR9sWIQlxpy4Jc3Ar8dqHNM9 { top:20rem;left:23.125rem;width:24.5rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4b1yhDKDDoF51odEWHfJKpMHClRBeB4 { top:30.5625rem;left:23.125rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPMrE7rmM9rTUn1BhTMt50Z638vfKObL { top:31rem;left:23.8125rem;width:2.0625rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkBZEc1Dn4DJRX27ffQr863FyAAEBNTC { top:21.375rem;left:0rem;width:3.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyI5WRhVTsynmL1yauV5ubEDvqFJcB6L { top:24rem;left:0rem;width:20.625rem;height:14.9375rem;font-size:1rem;display:block; }#pyI5WRhVTsynmL1yauV5ubEDvqFJcB6L li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a3f8f9980ce0024598f4af11608a77be.svg); }
 }@media only screen and (max-width: 763px) { #Spci3S5aOQs4Nrafsbz4wPtO5AKHPL4B { top:21.375rem;left:32.75rem;width:3.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvzZiJ7rhkubzSV1DtLLi1puRlycUvpI { top:23.875rem;left:27.125rem;width:20.625rem;height:16.9375rem;font-size:1rem;display:block; }#EvzZiJ7rhkubzSV1DtLLi1puRlycUvpI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0c8a711d1fd64cdc35bf2f7c747dadf3a8c13ded.svg); }
 }@media only screen and (max-width: 763px) { #SMKyE0UCEIBB0ucVoRdIDUmhTg98Kqy4 { display:block; }#SMKyE0UCEIBB0ucVoRdIDUmhTg98Kqy4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SzJt9HFwil3ROr2ClJFfp5kkZwHE7uEU { top:2.4375rem;left:0rem;width:47.75rem;height:;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVn3zL3uiBuSbE7mUHezgyaVAvJ3nzSq { top:10.5625rem;left:0rem;width:47.75rem;height:22.96174863388rem;display:block; }
 }@media only screen and (max-width: 763px) { #ak26KATQDDds2RQobqJdLg5N61IG6JUa { display:block; }#ak26KATQDDds2RQobqJdLg5N61IG6JUa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vNJUIB0a06JbPrvNXNhTWrOkcT7a5mhc { width:17.5rem;height:3.4375rem;top:2.0625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPUCfTmScNnaI471g8pskmTdMitPIUXD { display:block; }
 }@media only screen and (max-width: 763px) { #APxJ8GT8D3UqwbhCGQTNoTbJS4WveHvz { top:8.0625rem;left:0rem;width:47.75rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5LMwBWEpLf5VFNJ2if2AfcHo8EO60hd { top:16.4375rem;left:2.96875rem;width:43.5rem;height:4.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJXGx3THIcqDHnSlc1EJ5Xbgt3ycvNTO { top:15.6875rem;left:0rem;width:20rem;height:7.3125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #REcwrXmZItw10Hq7FUBixCFKdfAXgKdV { display:block; }#REcwrXmZItw10Hq7FUBixCFKdfAXgKdV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XGoznHR2VLTEieysnq6SO6TGgcZQGygk { top:0rem;left:0rem;width:24.9375rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZcJfU2RzwtcSmNc2XbOCpn210aFpVSd { top:0rem;left:6.6875rem;width:24.9375rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAFwBrqapdJufUUOIPOXtIulfNJDgFTv { top:0rem;left:6.6875rem;width:24.9375rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4eEoHQ1oUTsHnzEtCoMDL52PlC5WwA9 { top:5rem;left:0rem;width:23.1875rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWn8aU6v2oPd13UWGfeL2ZLXyILxa0z3 { top:7.5625rem;left:0rem;width:23.125rem;height:6.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4AR4L7wDqLsBcqcPt5ZdfXshhLbHyHw { top:1.5rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nALfriLrFcIgM0T8ZMPGMArZWa4DbM8f { top:1.5625rem;left:15.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #heDb9h8S5cDIXw1tekF5OPPTrxtsJ14T { top:5.0625rem;left:8.5625rem;width:23.1875rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlgAylOOdAIZXOGDNRTkczTUy20O4sdW { top:7.625rem;left:8.625rem;width:23.125rem;height:8.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwBTCqbhKic9gEEbRB8OhMtMNDlUw7hE { top:1.5rem;left:31.75rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1LaHkEr3uXR1lNKQa6w5XsasU6HEULB { top:4.9375rem;left:24.4375rem;width:23.1875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAkR6zTEOKGeUOCChgKb6avZWTvt7sif { top:7.5625rem;left:24.5rem;width:23.125rem;height:8.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsqnimLu1ktUunqIJKDTMTHHDF85ZoTL { display:block; }#BsqnimLu1ktUunqIJKDTMTHHDF85ZoTL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J03KcuoV1mozC85sn5RLqWT5i58alNLy { top:0rem;left:0rem;width:24.9375rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z56GTqiRbe1RH4lEw2OATd53sefsRILF { top:0rem;left:6.6875rem;width:24.9375rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlpcvW4gd5xQg8VoJ85DF94gI09oeAxW { top:0rem;left:6.6875rem;width:24.9375rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUrSx72yAfnuDXNp7D6igl2P0BxZdflK { top:5rem;left:0rem;width:23.1875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFHdF1JnMZTQSnfZJqEf3IgAWrAOC21c { top:7.5625rem;left:0rem;width:23.125rem;height:6.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hL3AXQcHmpR6yc378PwdcNG5FKkyEIv3 { top:1.5rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZ7EQESXiiGlGDPOvih9g62B56FMAUwk { top:1.5625rem;left:15.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr0ofiowFFL3l1wg2PyuRNGn5U3BpnHd { top:5.0625rem;left:8.5625rem;width:23.1875rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvAobiQ5entog4QI8AcAx3FVIWopOcFc { top:7.625rem;left:8.625rem;width:23.125rem;height:8.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIEQVlEiWJkiWM5zoAxpIzoOmhFLqpmb { top:1.5rem;left:31.75rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8u2EmTA4EVHt5GrW1IvpESO7V1B59cz { top:4.9375rem;left:24.4375rem;width:23.1875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAoAv8GuSAIKapxensmpR8nDiTGDBByx { top:7.5625rem;left:24.5rem;width:23.125rem;height:8.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTGp1EQcLk7Agr6SAPPyKvFqBcGTZlsm { display:block; }#mTGp1EQcLk7Agr6SAPPyKvFqBcGTZlsm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SWJ5zZI7UdsCZTfG9AipaFblNQVOVWlx { top:2.5625rem;left:2.125rem;width:43.5rem;height:2.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pADr2QlQ3wkl50BgOZ7fVp92CRtdmObo { top:6.9375rem;left:0rem;width:47.75rem;height:;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtW4iXMcKSH1E10xmkr5TGcZsVGZN7eN { top:16.4375rem;left:2.125rem;width:43.5rem;height:4.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzz0f5a7rIBmkpVReobni6bhTFfvkl8c { top:23.5625rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxNpWGyRkxSlDH2OAhPpTaeuXCCaA5gO { top:28.75rem;left:10.625rem;width:9.8125rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewaN07teWilxpmb4KP6cfMCoJzcoTkUv { top:29.3125rem;left:21.6875rem;width:16.3125rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOu5FSMzPJkA72E2NxMRRgRTyOG0phUB { display:block; }#sOu5FSMzPJkA72E2NxMRRgRTyOG0phUB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dy30ho3ACBkAsnTMmrJaF1g8tk2pqOCI { top:2.3125rem;left:0rem;width:47.75rem;height:8.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlrxgpcPqsqQDXGyd8HGwx0SWyvTidbm { top:12rem;left:0rem;width:43.5rem;height:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccfwKzo2tWG2NDH8yvuCQizzvz1QRqyh { top:15.9375rem;left:0rem;width:47.5625rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pv3evCs9tGuw8o2sHHpgmJVHSqEhm8gJ { top:19.6875rem;left:0rem;width:47.75rem;height:5.25rem;font-size:1.125rem;display:block; }#pv3evCs9tGuw8o2sHHpgmJVHSqEhm8gJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_efbe934237efd4ea0389547c76a9c90a6b642e4b.svg); }
 }@media only screen and (max-width: 763px) { #uxHLCqWJTGLxuKiETt6pDrXanneU0W61 { top:17.1875rem;left:0rem;width:30.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfIdz5bCamTBLJE3Tu9GJ9vCaoFkQQou { top:29.3125rem;left:0rem;width:30.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LP2bzatKlWIRv9oGDgz8Cz6StcQgWL5a { top:28.25rem;left:0rem;width:47.5625rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmVFXG1DLT0yiOKa2HhN2hUx2koS2b9J { top:32.125rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }#XmVFXG1DLT0yiOKa2HhN2hUx2koS2b9J li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_81b685c4c1eb8ef3103db579e16fa67e3551ccd2.svg); }
 }@media only screen and (max-width: 763px) { #Z4ky0oPOHmTB9mk57TwFnEeiva3S1JBo { top:40.75rem;left:0rem;width:47.5625rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #crOZ5nNPVdbKx719z8SznH5HlV5v6L3Q { top:44.625rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }#crOZ5nNPVdbKx719z8SznH5HlV5v6L3Q li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2cafd4cad7c349076a98d44ad60f87d378820b7f.svg); }
 }@media only screen and (max-width: 763px) { #k9dFguzi7RQQMrwCKJsT55SlC5Nbx6Ie { top:41.8125rem;left:0rem;width:30.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBJlyxAIkaX4CoTNMGyGutKaHBPaoQqv { top:53.5rem;left:0rem;width:47.5625rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTo9ikBJk0tD1yOKBU1HQTfO8SAFkqdi { top:54.625rem;left:0rem;width:30.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D87m36dEXuXclOH6z2kW3LaKzrNBP8aq { top:57.375rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }#D87m36dEXuXclOH6z2kW3LaKzrNBP8aq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c2fd9504583be3c10f9e5234ad2e505b2c336cc8.svg); }
 }@media only screen and (max-width: 763px) { #h9vtQya55TQVkQ9SOGOtgidVXa1SVsAI { top:1.4375rem;left:0rem;width:18.625rem;height:;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PKGbw5ic31vUMIZtvlRVUS3TwqePziGT { display:block; }#PKGbw5ic31vUMIZtvlRVUS3TwqePziGT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QcamuSS9zWgDIozO3wU1F51pZPWqyLgR { top:1.0625rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiTrrdxx5bJynbrnSkGVSaPTbmsuB2la { width:23.4375rem;height:3.25rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyXWlrATDSXh28CGvndTm9xA8Coa8Xyu { display:block; }
 }@media only screen and (max-width: 763px) { #hsWSsAXg1s0IicxPxgLLS8u9rOxzaSqc { top:11.6875rem;left:0rem;width:38.3125rem;height:7.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFKoBZ8vcsJtskseQ6Zn2VtiR92VyAgZ { top:20.3125rem;left:0rem;width:39.6875rem;height:8.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvL8wofgBib4xTDTq2EFFSOEV38aksUe { top:30.5625rem;left:0rem;width:37.625rem;height:11.75rem;font-size:1.25rem;display:block; }#WvL8wofgBib4xTDTq2EFFSOEV38aksUe li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_208158e05787d68a957f5d990caa046d.svg); }
 }@media only screen and (max-width: 763px) { #lIW1TK772KEA3V8KnAX4NLVH0cRnPK4u { top:9.6875rem;left:17.4375rem;width:30.1875rem;height:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORu4BFnzeoNWCZ28MfEXuUPT7X8Qodlz .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ORu4BFnzeoNWCZ28MfEXuUPT7X8Qodlz { display:flex;height:auto;width:27.8125rem;top:40.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ORu4BFnzeoNWCZ28MfEXuUPT7X8Qodlz #b17CPrrPSpSpKDvKERX38L98Pqy7mb9l {  }
 }@media only screen and (max-width: 763px) { #ORu4BFnzeoNWCZ28MfEXuUPT7X8Qodlz #eMLhTBT3vUK3Ev25gbLJ0pQR6yunzTn0 {  }
 }@media only screen and (max-width: 763px) { #ORu4BFnzeoNWCZ28MfEXuUPT7X8Qodlz #Guneh9J7agT4pJiUucbn8JRo63Z0VTS8 {  }
 }@media only screen and (max-width: 763px) { #ORu4BFnzeoNWCZ28MfEXuUPT7X8Qodlz #zk0U3Zi7uvnTD00Tq9gyouvDos2rhvIS {  }
 }@media only screen and (max-width: 763px) { #ORu4BFnzeoNWCZ28MfEXuUPT7X8Qodlz #HgRUxaGCZ5CCerXmxzFlsRTV6XulxqJB {  }
 }@media only screen and (max-width: 763px) { #ORu4BFnzeoNWCZ28MfEXuUPT7X8Qodlz #FTqq0GMvTsfWSkDwCJn6dDBiJCTLuxd9 {  }
 }@media only screen and (max-width: 763px) { #ORu4BFnzeoNWCZ28MfEXuUPT7X8Qodlz #UQSRUMQW71J4fIie7pwsdvPZuONtQr8x {  }
 }@media only screen and (max-width: 763px) { #ORu4BFnzeoNWCZ28MfEXuUPT7X8Qodlz #tkni4hlfU6csrbwKBMVHcr4BSXzXU8l8 {  }
 }@media only screen and (max-width: 763px) { #ORu4BFnzeoNWCZ28MfEXuUPT7X8Qodlz #t6MgDbqqCovqULPSmStUTDu0nuZdV1yQ {  }
 }@media only screen and (max-width: 763px) { #ORu4BFnzeoNWCZ28MfEXuUPT7X8Qodlz #zMrf5hKxEPH7s2nTLnDfrhf7FKCo0wJd {  }
 }@media only screen and (max-width: 763px) { #b2BUw0yWRdDdf069ifTskq8fnchmRMDZ { top:11.6875rem;left:30.375rem;width:17.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyDuo4mUS6IqZwgrZIP67pseoDpdEPvv { top:14.1875rem;left:21.1875rem;width:26.4375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3zsTyVd5a4Vp4ibqyZgAs5F8kGcpZTr { top:15.1875rem;left:32.5rem;width:14.625rem;height:1.25rem;font-size:1rem;display:block; }#y3zsTyVd5a4Vp4ibqyZgAs5F8kGcpZTr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_43a5bf61fe11ccdeb6f03fa28131c55b71c604b5.svg); }
 }@media only screen and (max-width: 763px) { #DEzaMK4iG91SxCxBNZaPpeJsTk9crNws { top:15.0625rem;left:43.375rem;width:4.375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvXTBqO07zowX1Z9yhs3pR43wzgTmB2N { top:18.0625rem;left:21.1875rem;width:26.4375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpZd8rxe4aTSfDaurU2yPbw03pTvSHsb { top:19.0625rem;left:32.5rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }#XpZd8rxe4aTSfDaurU2yPbw03pTvSHsb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5d44d54af17f488a206a6db2249851740c15f1b5.svg); }
 }@media only screen and (max-width: 763px) { #kCQXxvFJ0kKPLiUwneAnGDuafwpRCLT4 { top:19.1875rem;left:43.375rem;width:4.375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFDZTgZQ4XnOTamhyRbwxcE6713OtqlH { top:22.9375rem;left:32.5rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }#CFDZTgZQ4XnOTamhyRbwxcE6713OtqlH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_45bbd399481525d014c1b411b37b56d471e5a3f0.svg); }
 }@media only screen and (max-width: 763px) { #VokIaMEBF3OoRJvp6u5mD7GB1nhNI1UD { top:21.9375rem;left:21.1875rem;width:26.4375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqztqR95JQNvIkNnienB3BPi68zpDT9S { top:22.8125rem;left:42.3125rem;width:5.4375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpcE2L8M0dihIb0sLV6Ia9uHMhqcK3m2 { top:25.9375rem;left:21.1875rem;width:26.4375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT7qdTDoMfMcV9FpzlBf850X5TrtSHXW { top:26.875rem;left:32.5rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }#RT7qdTDoMfMcV9FpzlBf850X5TrtSHXW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_41b145d3707373c5f225f1fdbe27fd5aa0797ce2.svg); }
 }@media only screen and (max-width: 763px) { #ElTq4t0a7wKbevRkBGm4er39Qqxqf7p8 { top:26.6875rem;left:42.3125rem;width:5.4375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEkBVDpcSl9M12teWdbRtDt366TnvMrE { top:30.6875rem;left:32.5rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }#fEkBVDpcSl9M12teWdbRtDt366TnvMrE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_41b145d3707373c5f225f1fdbe27fd5aa0797ce2.svg); }
 }@media only screen and (max-width: 763px) { #DaQP1pM1XVL19lz3unBrKp6BzVQwrRFB { top:29.625rem;left:21.1875rem;width:26.4375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQl249xuGM7QRgMpVRNvu5xTWoNJfwDa { top:30.5625rem;left:42.3125rem;width:5.4375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ia9oDLRAl7mZUZ7rZqzDXJKdEcrs5TGt { width:22.6875rem;height:3.4375rem;top:35.25rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsxca70xCo11SniTxesuH2Pf11pA5N4r { display:block; }
 }@media only screen and (max-width: 763px) { #EuG9M0rtfIwZ0gEPhl4hRuI8gfc1ghdc { display:block; }#EuG9M0rtfIwZ0gEPhl4hRuI8gfc1ghdc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OnfVfn64M8iBZxt8NETbc4XrQkS0uByc { width:29rem;height:3.25rem;top:2.5rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bm9bfcFSRif68wxc6N4BwJ7BZ9OVmHb4 { display:block; }
 }@media only screen and (max-width: 763px) { #Ep5eyyTxrIxWrpJ9pdqiqQhol1P8Rct8 { top:7.1875rem;left:13.125rem;width:34.625rem;height:7.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6sKptP4sh29LHkvMROzA2eFpfoq6as7 { top:15.3125rem;left:13.75rem;width:34rem;height:8.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6LsmqR1RRskeZiFx9p3ubd4HIniB4yp { top:25.875rem;left:8.375rem;width:39.375rem;height:;font-size:1.125rem;display:block; }#d6LsmqR1RRskeZiFx9p3ubd4HIniB4yp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_208158e05787d68a957f5d990caa046d.svg); }
 }@media only screen and (max-width: 763px) { #VAtFuZ3759DEViqmBfSQdQ1XrkOFkHyn { top:6.6875rem;left:0rem;width:30.1875rem;height:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSslsg0BdTbGS2CdnPWBpfUXkaFIBEsM { width:25.0625rem;height:3.4375rem;top:31.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNIbfC0QElHZnZEfl6CJfTVi16fDI2Ch { display:block; }
 }@media only screen and (max-width: 763px) { #LiVNpah0FzJG0STSlHRR41P8oWb7Iqhy { top:26.625rem;left:0rem;width:26.4375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rh6nwqRteSbLT0SW1OHhXQ0rpc2C93sN { top:27.6875rem;left:0rem;width:12.5rem;height:;font-size:1rem;display:block; }#Rh6nwqRteSbLT0SW1OHhXQ0rpc2C93sN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_81a1c7cca0cd998fdb7852bdbee95ca033848bf3.svg); }
 }@media only screen and (max-width: 763px) { #W8yDUp9UhJkxG4plvdoPBH39g4TxTJ2v { top:22.9375rem;left:0rem;width:26.4375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJUTMk0LVGvbu7tbh3vIpUWhq054Wae6 { top:23.875rem;left:0rem;width:12.5rem;height:;font-size:1rem;display:block; }#ZJUTMk0LVGvbu7tbh3vIpUWhq054Wae6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_afe129cacce16f9deecb4b1ad4579ce012ad2e78.svg); }
 }@media only screen and (max-width: 763px) { #nv77n8Ofx1AG66f6e88zLIN2VmeVlz1G { top:18.9375rem;left:0rem;width:26.4375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQUXmEaJ3WsLPpZqDswUfrE1f44wXlmm { top:19.9375rem;left:0rem;width:12.5rem;height:;font-size:1rem;display:block; }#zQUXmEaJ3WsLPpZqDswUfrE1f44wXlmm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_45bbd399481525d014c1b411b37b56d471e5a3f0.svg); }
 }@media only screen and (max-width: 763px) { #o6svAPLTD2utSoRU2mgQXofEIgHLzxb1 { top:15.0625rem;left:0rem;width:26.4375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUHZXFNnzkCuWM2KlA9AqQyTokEEWp5f { top:16.0625rem;left:0rem;width:12.5rem;height:;font-size:1rem;display:block; }#kUHZXFNnzkCuWM2KlA9AqQyTokEEWp5f li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_95c8f17e0f4e33f9c2323dac811dcf6f0339bd02.svg); }
 }@media only screen and (max-width: 763px) { #kQ9QHsXH7PFiqNFIDpt0zHgLTEFCEy5s { top:11.1875rem;left:0rem;width:26.4375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhLvgJeGhBd1P84mv0WDBfmszhPlCPPy { top:12.1875rem;left:0rem;width:14.625rem;height:;font-size:1rem;display:block; }#rhLvgJeGhBd1P84mv0WDBfmszhPlCPPy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_43a5bf61fe11ccdeb6f03fa28131c55b71c604b5.svg); }
 }@media only screen and (max-width: 763px) { #PoEmmAfyXd8dB0bkT2QLFRLNznfF4zn4 { top:12.1875rem;left:6.9375rem;width:8.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fq7Fk1DoMQApcvK3grDrskPMweQvX8Bk { top:8.6875rem;left:0rem;width:17.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAqJxqqGEHtBtfzUNlNQCHvEls7B1wqE { top:16.0625rem;left:8rem;width:7.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFSsPHNsWJqy0tV2WSQTrWsEP5MUPgRl { top:19.9375rem;left:7.5625rem;width:7.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUSIaPrzphPrSwuhebdbRqmZL9PiQ52z { top:24.0625rem;left:5.875rem;width:9.25rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLqTbhS5tzybMCwdk7BCkWoN36aT36sB { top:27.375rem;left:8rem;width:7.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPqxDlSmoWSoBr3cfgtDd9bD0wOCcLgT .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iPqxDlSmoWSoBr3cfgtDd9bD0wOCcLgT { display:flex;height:auto;width:27.8125rem;top:40.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iPqxDlSmoWSoBr3cfgtDd9bD0wOCcLgT #Bvsy5eLhZ31XzxEQgeWpq6ystnDLz1Nw {  }
 }@media only screen and (max-width: 763px) { #iPqxDlSmoWSoBr3cfgtDd9bD0wOCcLgT #ZdbaXhT6wb9c4lTqhTPk7hlykpmuoWBf {  }
 }@media only screen and (max-width: 763px) { #iPqxDlSmoWSoBr3cfgtDd9bD0wOCcLgT #xiZleVL8qdvbNWEvMnQvFPfAhDXgP42M {  }
 }@media only screen and (max-width: 763px) { #iPqxDlSmoWSoBr3cfgtDd9bD0wOCcLgT #eTFiVofthQH8chSrx3LcePAQ3l6k92dx {  }
 }@media only screen and (max-width: 763px) { #iPqxDlSmoWSoBr3cfgtDd9bD0wOCcLgT #RnrXWoDXV1tAiRgktVrlRuW9xAMaQ1d2 {  }
 }@media only screen and (max-width: 763px) { #Wafg3OUfBJRH1DWdJBA33JoKIHsePQdp { top:10.875rem;left:0rem;width:20rem;height:13.25rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #s032iGDbpRP7DAlpik3xFTNRXF2AIaZr { display:block; }#s032iGDbpRP7DAlpik3xFTNRXF2AIaZr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QKswFZQTH4OCi3vVP6yUdEu0WpBBT51L { width:33.3125rem;height:3.25rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdXpRq70wMNs0k17FmLU5Pv2naEHE21O { display:block; }
 }@media only screen and (max-width: 763px) { #JhPl5uTfGUGN8DmM0u4AGvuIno9wMEG1 { top:7.25rem;left:0rem;width:39.625rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlSyTgwxvyafdHqEDPX9kzLZ54fNu5G3 { top:15.9375rem;left:0rem;width:39.6875rem;height:7rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #brxQs3a25x7va6pTt1sHnKCrzd5TdanV { top:24.3125rem;left:0rem;width:41rem;height:13.5rem;font-size:1.1875rem;display:block; }#brxQs3a25x7va6pTt1sHnKCrzd5TdanV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_208158e05787d68a957f5d990caa046d.svg); }
 }@media only screen and (max-width: 763px) { #aAU4vbZx8oG1PU7hJ4enwW8yBpOdeydw { top:5.25rem;left:17.4375rem;width:30.1875rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ6ZEF80qlEPBxsxG1UvDUlodhQTeSKI .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TZ6ZEF80qlEPBxsxG1UvDUlodhQTeSKI { display:flex;height:auto;width:27.8125rem;top:40.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TZ6ZEF80qlEPBxsxG1UvDUlodhQTeSKI #b17CPrrPSpSpKDvKERX38L98Pqy7mb9l {  }
 }@media only screen and (max-width: 763px) { #TZ6ZEF80qlEPBxsxG1UvDUlodhQTeSKI #eMLhTBT3vUK3Ev25gbLJ0pQR6yunzTn0 {  }
 }@media only screen and (max-width: 763px) { #TZ6ZEF80qlEPBxsxG1UvDUlodhQTeSKI #Guneh9J7agT4pJiUucbn8JRo63Z0VTS8 {  }
 }@media only screen and (max-width: 763px) { #TZ6ZEF80qlEPBxsxG1UvDUlodhQTeSKI #zk0U3Zi7uvnTD00Tq9gyouvDos2rhvIS {  }
 }@media only screen and (max-width: 763px) { #TZ6ZEF80qlEPBxsxG1UvDUlodhQTeSKI #HgRUxaGCZ5CCerXmxzFlsRTV6XulxqJB {  }
 }@media only screen and (max-width: 763px) { #TZ6ZEF80qlEPBxsxG1UvDUlodhQTeSKI #FTqq0GMvTsfWSkDwCJn6dDBiJCTLuxd9 {  }
 }@media only screen and (max-width: 763px) { #TZ6ZEF80qlEPBxsxG1UvDUlodhQTeSKI #UQSRUMQW71J4fIie7pwsdvPZuONtQr8x {  }
 }@media only screen and (max-width: 763px) { #TZ6ZEF80qlEPBxsxG1UvDUlodhQTeSKI #tkni4hlfU6csrbwKBMVHcr4BSXzXU8l8 {  }
 }@media only screen and (max-width: 763px) { #TZ6ZEF80qlEPBxsxG1UvDUlodhQTeSKI #t6MgDbqqCovqULPSmStUTDu0nuZdV1yQ {  }
 }@media only screen and (max-width: 763px) { #TZ6ZEF80qlEPBxsxG1UvDUlodhQTeSKI #zMrf5hKxEPH7s2nTLnDfrhf7FKCo0wJd {  }
 }@media only screen and (max-width: 763px) { #ONC6WPMQZWHo03n8XOxaag63c5ZFf5cz { top:7.25rem;left:30.375rem;width:17.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNT7enJBarVcnyaZ1ETe221JhnStCu8u { top:9.75rem;left:21.1875rem;width:26.4375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWJ5xhRwFLIbz6IdfvQ3mlynr6rIrDx9 { top:10.75rem;left:32.5rem;width:14.625rem;height:;font-size:1rem;display:block; }#OWJ5xhRwFLIbz6IdfvQ3mlynr6rIrDx9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_43a5bf61fe11ccdeb6f03fa28131c55b71c604b5.svg); }
 }@media only screen and (max-width: 763px) { #PJl99uCsPGWawOqnAgRRf4zVglE0duLh { top:15.0625rem;left:43.375rem;width:4.375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb6sOXftURP0ZoyRAFUsAA0I5LQZMK9w { top:13.625rem;left:21.1875rem;width:26.4375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WS2IZ1IGUUab6LtUsmAVtgP5D9BdMJiO { top:14.625rem;left:32.5rem;width:12.5rem;height:;font-size:1rem;display:block; }#WS2IZ1IGUUab6LtUsmAVtgP5D9BdMJiO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_08e7602b7d282dd062a1f0476d1e1fdc22757c91.svg); }
 }@media only screen and (max-width: 763px) { #mozvZ8FFTqnZshAudUHNoRRJlNkOAyPH { top:19.1875rem;left:43.375rem;width:4.375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBgH9lOMGU66suKh45xZQ91TSRQIPkhw { top:18.5rem;left:32.5rem;width:12.5rem;height:;font-size:1rem;display:block; }#xBgH9lOMGU66suKh45xZQ91TSRQIPkhw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_92999a16a34974988a5cdb2a4e9af57ce329147a.svg); }
 }@media only screen and (max-width: 763px) { #ezVO2HrI65FgFmTR1AM5yT53E306bQFT { top:17.5rem;left:21.1875rem;width:26.4375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0I4P1ImiSapGI21qfR64FAZJNT6Bz1h { top:22.8125rem;left:42.3125rem;width:5.4375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTrTB6TABKqf3viTRRFTPXoQr8XdTd5F { top:21.5rem;left:21.1875rem;width:26.4375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDxyPF0Ic09Of7hAx2BAOifZoFRX8Jc4 { top:22.4375rem;left:32.5rem;width:12.5rem;height:;font-size:1rem;display:block; }#WDxyPF0Ic09Of7hAx2BAOifZoFRX8Jc4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_41b145d3707373c5f225f1fdbe27fd5aa0797ce2.svg); }
 }@media only screen and (max-width: 763px) { #p2tyEbyvcpPfvexfsEsysBWerBqfUQEr { top:26.6875rem;left:42.3125rem;width:5.4375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZ3ypE8pTQXF7vfe1gLEI6V4RzgVK6x5 { top:26rem;left:21.1875rem;width:26.4375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #NU9aJuOTBQTPRJ5qEP17Qh5DPTRovcwI { top:10.75rem;left:43.375rem;width:4.375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1MEP691TVnvwMPl4rHOGJAahCZfoOe6 { top:14.875rem;left:43.375rem;width:4.375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rswfboeR7l3CXUPx8ZspUJ81RqH3TRD9 { top:18.5rem;left:42.3125rem;width:5.4375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXODwCRDDqQz0l055S9GaXbyvNpM17uB { top:22.4375rem;left:42.3125rem;width:5.4375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4ZSO85inWu0HLhMN6h8MWZqHoIqkQgx { top:26.9375rem;left:21.9375rem;width:25.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeXNUkHpbTQ4yDiywZmT9o6sZgl2kfWu { top:30.3125rem;left:23.375rem;width:24.375rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0AnCnVRyOTrIAA3miqh8NqzD5A7klL6 { top:6.6875rem;left:0rem;width:18.1875rem;height:;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ffklatSwaotHlMRnplk0isDI2iksy5sT { display:block; }#ffklatSwaotHlMRnplk0isDI2iksy5sT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gH26X41PTF21OVEubiABkyyhcXWdR1Q7 { top:3.5rem;left:4rem;width:43.5rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEpLLIycJT2Haah9BybSCoPKTMXQXVtu { top:14.875rem;left:4rem;width:43.5rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPHDGMwKurqHMcJkWp06agpwEM4hn4bU { top:6.625rem;left:0rem;width:47.75rem;height:;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W00dkvDRTcMHNIrLTelgH5RJRF69Z9p5 { top:19.75rem;left:0rem;width:30.3125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpvqUTD8euRtGRwTfvR6EpzUwdoy0CZR { top:20.875rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQrWedBCiXrQJSvBu5B0k1kQ5BbUpDm6 { top:20.875rem;left:0rem;width:21.8125rem;height:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmwieHo08T6hhPbzHNbyG2GLaWAcMhvG { top:19.75rem;left:17.5625rem;width:30.1875rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5SSuWTBJkldSp1hz6mNk1F9rHhT5rJ3 { top:21.5625rem;left:23.8125rem;width:23.9375rem;height:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoZCbiivQVdqlByf3eWkUgyzBbuZ51J0 { top:21.5625rem;left:28.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l17HeQvXJD8L5gLJhUeVsJJaNdVziMxM { top:28.1875rem;left:0rem;width:30.3125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxaToclTn7yeNcgFTF4nzCotynEEWRRi { top:28.1875rem;left:17.5625rem;width:30.1875rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aikgGd8ctg7tWH76ZKi5yZIA0yLiQ0sZ { top:29.9375rem;left:21.625rem;width:26.125rem;height:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMiZceqaMyKUgoA3CAv2G4AlQWmfE1L5 { top:29.9375rem;left:0rem;width:23.9375rem;height:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te3T0VMUIbaP4zbl10h4zzoud0TDdV0q { top:29.5rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrRuiei0TfgN9EGwwaGTA7na9slJABwI { top:30rem;left:28.8125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkLLzlF4yVwBfa5SZqAbRhan4033ZSCk { top:36.375rem;left:0rem;width:30.3125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXcfnsPo1OG7SEeuDOcCV9E04K9GIBd6 { top:36.375rem;left:17.5625rem;width:30.1875rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyGlVJzJE08l5lxIVMd2z69AKzwdua9h { top:38.125rem;left:21.625rem;width:26.125rem;height:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJpTh6MJf4qMToDMWoKfgLU8RbtZ5LBW { top:38.1875rem;left:28.8125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiZxtABXGCGeS8i45nz1xT4XsouHn5oJ { top:37.6875rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2pVChM4xsTBqrwRgRFp2KZTSZlaZhtH { top:38.125rem;left:0rem;width:26.125rem;height:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQ8HRhFGRT0dFQNSPDtkGqaZ778Bh0bU { top:44.6875rem;left:0rem;width:30.3125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dglTe92boylTG7pwSDOH2A9bdAn6okRl { top:44.6875rem;left:17.5625rem;width:30.1875rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRQ8fGSR7x9AZU0bhRuf2uxEQhSqxu2G { top:46.4375rem;left:21.625rem;width:26.125rem;height:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuRS6rAndi0MOeExezXd0DfOchA52Kdw { top:46.4375rem;left:0rem;width:26.125rem;height:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqsK3wQNriw9ZNT62XIOf1m93NRrtMtA { top:46.5rem;left:28.8125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWzhs9ftT1S6CJHzmeOV3W93POefLkNF { top:46rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGoRLBIWK0XLbuC5r8gIERTuMNETXThM { top:54.625rem;left:0rem;width:47.75rem;height:6.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdtOsPno1wB3UFTV503RK8WLcpAhdcmH { top:62.3125rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVd3TSxQbDwXTaQXnBMmPOdEew9IPaHJ { top:67.4375rem;left:0rem;width:47.75rem;height:25.508703481393rem;display:block; }
 }@media only screen and (max-width: 763px) { #Alp1CJTMx0pM7vUSDwafE6lfh7dqao3z { top:42.8125rem;left:0rem;width:16.0625rem;height:4.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rVPQpCCnI9giVsHSANCmIQKPlDg6mXHk { top:53.75rem;left:0rem;width:15.75rem;height:4.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Boev3XTZcbcSy4ikupGvToorfCzSFCDW { top:60.4375rem;left:0rem;width:14.5625rem;height:4.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UKzHOB1Hqy4bx6OFF6l7aRJNMGe0UmtL { top:65.875rem;left:0rem;width:16rem;height:4.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ua1RbR2V73WOQykaVbs2x1k5CEAeDc8V { display:block; }#ua1RbR2V73WOQykaVbs2x1k5CEAeDc8V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QbXCvIET2B7F1oeD3E528DzE1QUGd74i { top:2.375rem;left:4.25rem;width:43.5rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0TCv9zUl2L5t1KDXOhObeeDcAKpkWhf { top:5.5rem;left:0rem;width:47.75rem;height:;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqPJE2d67KUk9u2weqOnGNBTnk4yasyK { top:11.125rem;left:0rem;width:47.625rem;height:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7wGV7HmWdQzebz6bcOT6zWaPTKlkVTt { top:13rem;left:20.96875rem;width:17.25rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jq7QTAya2hkwcTcB9P44UUHtA7ns5wPG { top:16.6875rem;left:17.0625rem;width:30.6875rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFCv0PspnlpQZZwiNQEOv5uMOTTkPv1S { top:22.125rem;left:17.0625rem;width:30.6875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iO241FeDOkGe8ya4cUAThhy6sJxCxnHo { top:25.5625rem;left:9.625rem;width:38.125rem;height:13.25rem;font-size:1.25rem;display:block; }#iO241FeDOkGe8ya4cUAThhy6sJxCxnHo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4dca506b25f53e93f30e958211a7d41352dd8e71.svg); }
 }@media only screen and (max-width: 763px) { #rPzFgT7H5KsMQBuxB4igXuK8tC88GZhk { top:13.75rem;left:0rem;width:25.75rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBHagLku86PfKvlZuW1rBz7fd8ggmWJr { top:32.8125rem;left:11.625rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtCeb3hnxlefQb4SDg1FxUw1SbmUA7Wq { display:block; }#LtCeb3hnxlefQb4SDg1FxUw1SbmUA7Wq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AO01C3lqLGCzvnVwI32ExdQydTUE12yT { top:2.0625rem;left:0rem;width:47.75rem;height:;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOd4AZPW1TJIpxfZppo5Im9UDywCMlgE { top:11.1875rem;left:0rem;width:26.5rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ivr2QAhtTydFweIRApcUX7MTI1ANPSTO { width:23.125rem;height:1.75rem;top:13.0625rem;left:24.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #smJsZ5hfUcugll2yObmUAov22ynpcVQb { top:12.0625rem;left:19.0625rem;width:28.6875rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbAue6WSy39TnFT9xtAGuJxuRZJwhxaD { width:28.6875rem;height:6.0625rem;top:14.8125rem;left:19.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uq3B0ixw4PSCHm4nLQLNTupWuayugLqd { width:21.9375rem;height:1.125rem;top:23.375rem;left:25.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1ksPaGnI6gTR6qwvGMIaNRxG0PEt8aD { width:21.9375rem;height:2.6875rem;top:24.5rem;left:25.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #txPsQSZop1OxX56EW8LEpkbw2ueLNhe5 { width:21.9375rem;height:1.125rem;top:28.0625rem;left:25.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCdTPioGC8apNt6DpDWqh5MvsNcBByeu { display:block; }#wCdTPioGC8apNt6DpDWqh5MvsNcBByeu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RhVVlavus0bCUzJ5Uy5ZcOrIiEXyGRCZ { width:47.75rem;height:4.4375rem;top:1.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTadXOOHDinkS3Fulk9UgBBzweTED7J5 { width:47.75rem;height:4.4375rem;top:6.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSnXWl0rUhp7CashRsG82x3SxXeDWqwl { width:47.75rem;height:2rem;top:11.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIaLrzCTOsHDIBMMl2onf6MBT6vzJktQ { width:47.75rem;height:2rem;top:15.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbMT1oHhXWhrpPx2oJHXFeLKzARKOV5U { display:block; }#QbMT1oHhXWhrpPx2oJHXFeLKzARKOV5U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E9K9VJLHJ6TKtpAGNRD6GEn55T7wuXQ2 { top:0.6875rem;left:0rem;width:33.8125rem;height:40.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8SmoCVmyernpFtTcCtvZXfTuTK9a7BJ { width:21.3125rem;height:3.25rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZG69yymrixTS6PK6PAu4nEhTMyK6zBCu { display:block; }
 }@media only screen and (max-width: 763px) { #Suz7gzT3zWdrJsEgNcDyMUB8tnCqpE3W { width:32.25rem;height:2.875rem;top:6.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6m72MkT2DggIIpqa1N85yq2ONHpxf13 { width:32.25rem;height:6.6875rem;top:9.8125rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFllgcskeREXX86nDgorrF2T9INIt5mb { width:6.0625rem;height:3.875rem;top:11.8125rem;left:15rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5lcvJcCR5WmoPVF6VHWRK5MlwqR0qlt { width:32.25rem;height:1.4375rem;top:17.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlaPtTkPw3Cq94SJzDMuShqLknb6bTkB { top:19.75rem;left:0rem;width:30.625rem;height:15.5625rem;font-size:1.0625rem;display:block; }#LlaPtTkPw3Cq94SJzDMuShqLknb6bTkB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_208158e05787d68a957f5d990caa046d.svg); }
 }@media only screen and (max-width: 763px) { #TqKJJidQ7OdH6eUzwi6VXSCyseW8v4lJ { top:37.5625rem;left:0rem;width:30.625rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4HPOvWxMyFsgwplUFa517vbeyJAZzf1 { top:1.625rem;left:21.5625rem;width:26.1875rem;height:5.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6pMCWtvDPzrTsf2cMV4HAPdLNen9iIz { width:17.0625rem;height:1.375rem;top:8.4375rem;left:30.6875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UySFktsRUm62HDm9RcIeZ4DVrPEWrcIt .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UySFktsRUm62HDm9RcIeZ4DVrPEWrcIt .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#UySFktsRUm62HDm9RcIeZ4DVrPEWrcIt .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#UySFktsRUm62HDm9RcIeZ4DVrPEWrcIt { width:13.5rem;height:5.0625rem;display:flex;top:2.25rem;left:22.082466125488rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #UySFktsRUm62HDm9RcIeZ4DVrPEWrcIt #uNqW84bCndTnMCK5DwEHGzetUkPItIv5 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UySFktsRUm62HDm9RcIeZ4DVrPEWrcIt #fCBKVxX2LemMbTQmQWUCQxv6dWaQypf9 {  }
 }@media only screen and (max-width: 763px) { #UySFktsRUm62HDm9RcIeZ4DVrPEWrcIt #HWDzT00iGZpsuiKyV9iZTs2MZPysE16q {  }
 }@media only screen and (max-width: 763px) { #UySFktsRUm62HDm9RcIeZ4DVrPEWrcIt #LOHHePvNKZuGkuOtpt5Ep59ELRoC3nu2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UySFktsRUm62HDm9RcIeZ4DVrPEWrcIt #lopBbOVXDKoe32b8xS0XQlLetR0UQGRm {  }
 }@media only screen and (max-width: 763px) { #UySFktsRUm62HDm9RcIeZ4DVrPEWrcIt #ekCGLA3IS17CCFGJlgkkAzrNFUOb6G0a {  }
 }@media only screen and (max-width: 763px) { #UySFktsRUm62HDm9RcIeZ4DVrPEWrcIt #NJaclE6qg66RJs8rtgl6CPNeBOU2HiMS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UySFktsRUm62HDm9RcIeZ4DVrPEWrcIt #qJsdHG67FhppRxi8eyuchdVSTM33imvx {  }
 }@media only screen and (max-width: 763px) { #UySFktsRUm62HDm9RcIeZ4DVrPEWrcIt #lXcfFGEZmathafu8ksico35cX0gZPU6H {  }
 }@media only screen and (max-width: 763px) { #UySFktsRUm62HDm9RcIeZ4DVrPEWrcIt #ZXDb7TGPlS1knF8StoLL04FiBJOwEMcm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UySFktsRUm62HDm9RcIeZ4DVrPEWrcIt #dtZA4x3nPMtAEWmwFRAkpsqenavEV3x7 {  }
 }@media only screen and (max-width: 763px) { #UySFktsRUm62HDm9RcIeZ4DVrPEWrcIt #UVEVQaaex1MTGQbUNEpv83AiAAdOoxVP {  }
 }@media only screen and (max-width: 763px) { #ZAduWLQdmuaWWV7WceCTk066WuEg91sD .widget-regular-label { width:24.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#ZAduWLQdmuaWWV7WceCTk066WuEg91sD .widget-input-text { width:24.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZAduWLQdmuaWWV7WceCTk066WuEg91sD .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZAduWLQdmuaWWV7WceCTk066WuEg91sD .widget-textarea { width:24.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZAduWLQdmuaWWV7WceCTk066WuEg91sD .widget-input-select { width:24.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZAduWLQdmuaWWV7WceCTk066WuEg91sD .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZAduWLQdmuaWWV7WceCTk066WuEg91sD .widget-input-button { width:24.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZAduWLQdmuaWWV7WceCTk066WuEg91sD .widget-checkbox-label { width:23.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZAduWLQdmuaWWV7WceCTk066WuEg91sD  { width:24.0625rem;height:auto;top:16.5rem;left:21.1875rem; }
#ZAduWLQdmuaWWV7WceCTk066WuEg91sD .radio-container { width:24.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZAduWLQdmuaWWV7WceCTk066WuEg91sD {display:block;}#ZAduWLQdmuaWWV7WceCTk066WuEg91sD { width:24.0625rem;height:auto;top:16.5rem;left:21.1875rem; }
 }@media only screen and (max-width: 763px) { #ZAduWLQdmuaWWV7WceCTk066WuEg91sD #z6dbRH4G4dRbcZ5KtIsRJfHJSgC7yK7d {  }
 }@media only screen and (max-width: 763px) { #ZAduWLQdmuaWWV7WceCTk066WuEg91sD #MHvgkLTydLtoKK27byulFskfSEWK422n { display:block; }
 }@media only screen and (max-width: 763px) { #ZAduWLQdmuaWWV7WceCTk066WuEg91sD #gMFRHLQrVMeM2f1XPGw8Ne5MaBSn0Cuu {  }
 }@media only screen and (max-width: 763px) { #ZAduWLQdmuaWWV7WceCTk066WuEg91sD #n56bH7VkA3mHq4TV5X45nUoruVsBNLEJ {  }
 }@media only screen and (max-width: 763px) { #ZAduWLQdmuaWWV7WceCTk066WuEg91sD #xf5G7Jx95J5sWWTOHSpNKA67NTIDDgz5 { display:block; }
 }@media only screen and (max-width: 763px) { #ZAduWLQdmuaWWV7WceCTk066WuEg91sD #gTGo5qwe1IO8mTa0Pp2g8nKf8CFLKHxK {  }
 }@media only screen and (max-width: 763px) { #ZAduWLQdmuaWWV7WceCTk066WuEg91sD #bE90lwM3LT3FciLPvZykIDHp81tgdwhQ {  }
 }@media only screen and (max-width: 763px) { #ZAduWLQdmuaWWV7WceCTk066WuEg91sD #SQwWW6K64bT6TOCi8Ldd6u1FUMASTMAQ { display:block; }
 }@media only screen and (max-width: 763px) { #ZAduWLQdmuaWWV7WceCTk066WuEg91sD #XpGmymEGTaGzXgsB7z9rKoedJdwo8NWM {  }
 }@media only screen and (max-width: 763px) { #ZAduWLQdmuaWWV7WceCTk066WuEg91sD #NO6ZHUVVXJgTgKKpaQ5V4lABgteGcrpQ {  }
 }@media only screen and (max-width: 763px) { #ZAduWLQdmuaWWV7WceCTk066WuEg91sD #AsiHsQVPCrgBTmWZdhfp9ipbGbgFfMV9 {  }
 }@media only screen and (max-width: 763px) { #ZAduWLQdmuaWWV7WceCTk066WuEg91sD #Dy1l4WMmsqtAmTHVPZMpVzkl2wHKebdq {  }
 }@media only screen and (max-width: 763px) { #ZAduWLQdmuaWWV7WceCTk066WuEg91sD #gvrmfpHQsPLV4ATUqZS7KlVs2KT2m7h1 {  }
 }@media only screen and (max-width: 763px) { #ZAduWLQdmuaWWV7WceCTk066WuEg91sD #A4llCD6d6cx15GWxLSVDOgyhzkegcn9w {  }
 }@media only screen and (max-width: 763px) { #ZAduWLQdmuaWWV7WceCTk066WuEg91sD #EhCVZgenamRXTxPBIWUVGWTwtBvwULkA {  }
 }@media only screen and (max-width: 763px) { #ZAduWLQdmuaWWV7WceCTk066WuEg91sD #lHZg1Pu6cy2Z0PEwBW8qMuegZJtGb06W {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #y72cTXzKKTv4pSDJsp7hqJ3ynHVipCCG {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #A63hO9FU7TJ1TTCPdLOexTP27DGeQp22 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #BJHHTIBDlaZZu6n5TQIT1nzx0k2SByiO {  }
 }@media only screen and (max-width: 763px) { #eCT09K3en1GxGV0VeaaCSy60TJZTwVVX { display:block; }
 }@media only screen and (max-width: 763px) { #V5s9AWeMor9Xbxrwyto15WS8qTe5KLk9 { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #c3iIh114SIlVwXbTNQzK8XqlM2s0KNxD {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #TD2gH6Aqu45qZJXqS26HzSJZIsEm6A5X {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #AgOF6QVin3lX5yflFdWhwXyNo9ckGwKr {  }
 }@media only screen and (max-width: 763px) { #xrAVzV0qrZZ7Dvnwe3Hz07aakaP0XLzM { display:block; }
 }@media only screen and (max-width: 763px) { #IZVJLa8vV9KQJUDU1gITQaUSbClAdFn6 { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #A7FxoGJ8nxynksDNd5aQoQquZbbDlOp4 {  }
 }@media only screen and (max-width: 763px) { #DavwNHuTGDhW0aBcUAWFgaqfyUPLzGhW { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #oBotIy8I5tFAqZbxTrTkBU6ob37WoR5F {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #aKg7M5XwuTMFT1cCEfTx1IUT09GJ4N4H {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #STO8XlzcPnePTGveq09sAefrTObKWrLZ {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #S6WmaJtMiG6tPonmvG40VmMXOLpauhPP {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #y1GHJ315gLTHJEAowCCWtArAGyXe1cex {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #l8AKNaX94tR7IUJXsxHMQ6mPHhfMxMEw {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #UPNAyl6zdgpDi9nPsvak1lfkD6PblvIt {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #T2cGUww1OoI5F3oVHTp3frUMX2htUMAU {  }
 }@media only screen and (max-width: 763px) { #ZI9T4dJOzLEwddRtB75BT2GepXLEwt2h { display:block; }
 }@media only screen and (max-width: 763px) { #i9NTo8tP3AQSVCSZABpA07o4C7dzBdNR { display:block; }
 }@media only screen and (max-width: 763px) { #DPZdn8rzRNetmB2neXQJQcHzEgK2GF0h { display:block; }
 }@media only screen and (max-width: 763px) { #l6kxkPAP0aMkMXGbihMITaTI94dqGElq { display:block; }
 }@media only screen and (max-width: 763px) { #VwJIrvak6M1wMI8hKwsLwau6L4FboCoR { display:block; }
 }@media only screen and (max-width: 763px) { #zSBgwAXIkkBzKAAo7sqWTTVOn3lpVkMy { display:block; }
 }@media only screen and (max-width: 763px) { #TqD9TuytO3vlrPXwdXwdRSErEdx4XBdW { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #HOMMFzvHgi3bnuPasDQpg1qWT1xHnVfM {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #kO4MoztaQerAZC4A0FSy96wXLwK3G2kw {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ygleMSNSrOrewE2gJEGOQ8ILMEi1ni6z {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #TgRLOxTCk5lORrKBzO8Ndv2QwPn77JRu {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #y8aXeKgQ0RyMfRdJ0590A633OCnBv1SZ {  }
 }@media only screen and (max-width: 763px) { #dnz4FVTpCXWMKNu62676py92qGxNhCbd { display:block; }
 }@media only screen and (max-width: 763px) { #wsEE6TqSK5KbZ3EocrsIuaFflc15FSk3 { display:none; }#wsEE6TqSK5KbZ3EocrsIuaFflc15FSk3 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Xd2u5AMfH2msiRlUMxHHFUSrSKCyfO3t { width:18.125rem;height:5.375rem;top:3.25rem;left:14.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFicILwL0f6BRQLH1M5GhIyZJ2lwOuFa { width:18.125rem;height:5.375rem;top:3.25rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4qcwNmxZ18mcQtZvdVDJyefQ56rRV56 { width:18.125rem;height:5.375rem;top:3.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8QioeB7AVtLlduCINAKwrgZr5HwlHf6 { width:18.125rem;height:1.25rem;top:1.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIPSIoqd6WicsbKVtxaw0K2zbE0NAMtx { width:18.125rem;height:1.25rem;top:1.1875rem;left:14.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoqCet1qZpDTg3vzlBRJkrSgsniGo66b { width:18.125rem;height:1.25rem;top:1.1875rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdGAxVGO6cZIpKhCKMTwVdxu9sDn7Ngp { top:9.5625rem;left:0rem;width:8.875rem;height:1.3649768868188rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;background-color:transparent;background-image: -webkit-linear-gradient(179deg, rgba(250,0,207,0.79), rgba(185,40,255,0.77));background-image: -moz-linear-gradient(179deg, rgba(250,0,207,0.79), rgba(185,40,255,0.77));background-image: -ms-linear-gradient(179deg, rgba(250,0,207,0.79), rgba(185,40,255,0.77));background-image: -o-linear-gradient(179deg, rgba(250,0,207,0.79), rgba(185,40,255,0.77));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa00cfc9', endColorstr='#b928ffc4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa00cfc9', endColorstr='#b928ffc4' );";background-image: linear-gradient(179deg, rgba(250,0,207,0.79), rgba(185,40,255,0.77));background-size:auto !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oT7yRd2uHHZUqWtJ0Xf4lKgVhauvIu0S { width:19.125rem;height:3.8994125rem;top:0.875rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OnT1CtukVvgtPEscby0JscRUw72FGcRO { background-color:#11002c;background-image:none;display:block; }#OnT1CtukVvgtPEscby0JscRUw72FGcRO > .row .container { background-color: transparent; background-image: none; }#OnT1CtukVvgtPEscby0JscRUw72FGcRO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnT1CtukVvgtPEscby0JscRUw72FGcRO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnT1CtukVvgtPEscby0JscRUw72FGcRO > .row .container > .video-iframe-container { display: none; }#OnT1CtukVvgtPEscby0JscRUw72FGcRO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnT1CtukVvgtPEscby0JscRUw72FGcRO > .row > .video-iframe-container { display: none; }#OnT1CtukVvgtPEscby0JscRUw72FGcRO > .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); }#OnT1CtukVvgtPEscby0JscRUw72FGcRO > .row .container { width:20rem;height:42rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VIT2SrlT1SpOm1tBiPPNhMqmBF1B3Hpu { width:19.6875rem;height:8.4375rem;top:4.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #G6a5a4TxVD8OLPrnBrfi7X8mSw0rzlZs { width:20rem;height:0.73095625rem;top:40.125rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PO6FBEvI0x5TEgiAMrQANJyDuqyAO7iD { top:0rem;left:0rem;width:19.75rem;height:39.5625rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dEOLIhbwJN93k3WBlwARSQsZzuqvIRbP { width:7.8125rem;height:4.0625rem;top:17.59375rem;left:10.68017578125rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #zF7TBEF5k7J1upgCmgFA9cPNbaBVaRi1 { top:17.25rem;left:3.375rem;width:12.5rem;height:4.8125rem;z-index:15002;background-color:#19023f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #SmPwnNvnSXa5fp4cFuN42Thg8G45VDBz { top:23.125rem;left:3.375rem;width:12.5rem;height:1.375rem;z-index:15003;background-color:#19023f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #IytoXvqOeETTu7QXlB1z1JmGxGSnttxJ { width:6.75rem;height:6.75rem;top:23.5rem;left:11.30517578125rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qJtQl7eRf6lTt9FSsiTWotZJDC0vxJRh { top:24.5rem;left:8.8125rem;width:7.5rem;height:5rem;z-index:15003;background-color:#19023f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #bTgz57BM19zdkey76OI9C5J7wQWAdupG { top:17.306640625rem;left:3.375rem;width:6.1875rem;height:1.05615rem;z-index:15005;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyS1Ok7K6diKrWxR5Trx6WOOpT0hcEey { top:23.16259765625rem;left:3.375rem;width:9rem;height:1.94921875rem;z-index:15006;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;line-height:1.2;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t035WrgeoBua0i13zmtPthseVkSS4CJU { top:31.875rem;left:3.375rem;width:6.1875rem;height:3.16845rem;z-index:15007;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmo7531iiT3vfJykhtbItDDNkL5pk6VU { top:31.5498046875rem;left:3.25rem;width:15rem;height:6.625rem;z-index:15003;background-color:#19023f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #pfr4IziEFZ0NpBOVVUwKRmOTgNoPTmwL { top:35.79296875rem;left:2.71875rem;width:7.5rem;height:1.7871125rem;z-index:15008;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;font-size:0.6875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Cpz4FsWbZDXzEPtHr4Td1D0UMLM87t6X { width:7.5625rem;height:7.5625rem;top:31.0810546875rem;left:10.80517578125rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ioV4aR57ILUBWErwHwuaeTqFtdQQa9Qh { width:9rem;height:2.92383125rem;top:18.794921875rem;left:1.74267578125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFJt1aT2yd3670uJK639FETtmDy2mHr9 { display:block; }#mFJt1aT2yd3670uJK639FETtmDy2mHr9 > .row .container { width:20rem;height:40.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E9ZL4RSKEvhRPKgtqDNVQzOh0Fbp9TAv { width:18.25rem;height:3.4121125rem;top:4.125rem;left:0.875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ODLQxKbe1KTSrWvCUzCtdwRmGAt99LHN { width:9.0625rem;height:1.875rem;top:1.25rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #To81iBDBXXqTXQrSRyAqocLnL44tdElc { width:19.5rem;height:1.625rem;top:8.224609375rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #usrgTNlknxvHHRXJGSWci0A9dniUctcP { width:17.5rem;height:3.4375rem;top:30.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lC5TLmyyufTNLy8Qf67pgsbP4PJbFz9u { display:block; }
 }@media only screen and (max-width: 763px) { #fLmJkdoGrmQsMS3Qa5Pdk8mtSOPpgtK0 { width:17.5rem;height:3.4375rem;top:35.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOW4J11KkkvW7ELusZxJ19VmT7FaUvOJ { display:block; }
 }@media only screen and (max-width: 763px) { #G1EhxG08nR5P79Dzc7nd20vXIdHBMTrF { width:12.75rem;height:5rem;top:11.6875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyKULeWRfTnhL29D06DsvPpUucwWVVpE { width:12.875rem;height:5.1875rem;top:17.53515625rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEUEK1ZM4GGliHJIXGhCt51unuBlAmx7 { width:13.25rem;height:5.1875rem;top:23.78515625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctXMs0qPKIKo03ed3zZTJ8FIPbmToV9k { width:5.75rem;height:2.51855625rem;top:12.125rem;left:7.65625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VB99Tg8nSNrZbJNmp1nAEL6MsuUT8CuV { width:5.75rem;height:2.51855625rem;top:17.53515625rem;left:7.65625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsUm8eWoQUutmoQbliqfeNd13r9zi8Va { width:2.625rem;height:3.8183625rem;top:23.87158203125rem;left:8.6875rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJulRrAFQzJDBEzJAhy2HGEWd0AU7tmx { width:11.625rem;height:1.13736875rem;top:14.6435546875rem;left:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9HF06oglKEExPOZxuyFq7PIT073CeXq { width:7.4375rem;height:1.13736875rem;top:20.97265625rem;left:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUbcUKC5mtuN1Iim4oOQw0ulm4CEcG0J { width:11.0625rem;height:1.13736875rem;top:27.154296875rem;left:4.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRISpaVrE4UGzVgZDKAiaiTTk6RHunRl { display:block; }#gRISpaVrE4UGzVgZDKAiaiTTk6RHunRl > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FF0FGOCDFQpNI1gbKXn4dhVFkQzr6WGF { width:19.5625rem;height:1.7871125rem;top:5.25rem;left:0.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhB3P3vnulwX6a8DU7nUzwy0sp1AKqV0 { width:13.125rem;height:3.57421875rem;top:19.51220703125rem;left:0.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XI6mxtQCDvtKr4A4LPoanxZKgu1e26x8 { width:11.1875rem;height:3.57421875rem;top:33.25rem;left:0.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kU9F4lwNPJlHkqTqC0pxRqOHlPJdK26c { width:19.4375rem;height:3.25rem;top:8.25rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPzkAgvcCapUxxodklnbVoTs75D6eguA { width:19.5625rem;height:3.25rem;top:24rem;left:0.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnAzDhhDeTGTi8NlVgE7UrGN1SSuITX8 { width:19.5625rem;height:3.25rem;top:38.0625rem;left:0.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDFvisdNacsXe7kMsAKpOQmbChsV6aZZ { display:flex;width:2.25rem;height:2.25rem;top:2.1875rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #tEE2GmCOTssO3A1S2NcI1dWqObWqGkqw { display:flex;width:2.25rem;height:2.25rem;top:16.4375rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #SHwzF9a2WUa65G1yAzVex9sOENSJMMJR { display:flex;width:2.25rem;height:2.25rem;top:30.1875rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #UoEhPd4qlXilGTIThivVIwPsakqCrSRn { width:19.875rem;height:12.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEmVHFgEd4pM1f1vZDwpUywum62f5P8T { width:19.875rem;height:12.875rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9ZvDWTp1lZKnMsRdwmiqWvWVsQhbUbW { width:19.875rem;height:12.875rem;top:29.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPW5eXlrW2UkB1lpNl75SBKPcJ3uLfDN { display:block; }#TPW5eXlrW2UkB1lpNl75SBKPcJ3uLfDN > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rghK89J6GPwy1uhu2xyVKzJJviCEx9wO { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fLXcSEtQLBdFfaSykQGJFyi7SbBh7Pxd { width:19.8125rem;height:5.8496rem;top:-0.0625rem;left:0.09375rem;font-size:1.125rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #t7Hpwg43VAhbHp75fvCHXOpRGNF1lQLw { display:block; }#t7Hpwg43VAhbHp75fvCHXOpRGNF1lQLw > .row .container { width:20rem;height:63.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H8LzIVr3rgb3mvu2govVeHueGBRquJ7i { width:17.5rem;height:3.4375rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WabSTy5TBf8yLp6rupdiRK2JMPnH1M5T { display:block; }
 }@media only screen and (max-width: 763px) { #wiqHqgBhUgMe8BOf3lGetCfTUzgOufmk { width:20rem;height:5.19921875rem;top:5.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtTZwSbyoVCoSNTQUB8pgsWftXe3q3Bm { width:19.875rem;height:21.6875rem;top:12.38671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAZd31UtTR9sWIQlxpy4Jc3Ar8dqHNM9 { width:19.875rem;height:21.9375rem;top:40.19921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4b1yhDKDDoF51odEWHfJKpMHClRBeB4 { width:3.5rem;height:3.5rem;top:35.44921875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPMrE7rmM9rTUn1BhTMt50Z638vfKObL { width:2.0625rem;height:2.5996125rem;top:35.88671875rem;left:8.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkBZEc1Dn4DJRX27ffQr863FyAAEBNTC { width:3.6875rem;height:1.29980625rem;top:13.76171875rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyI5WRhVTsynmL1yauV5ubEDvqFJcB6L { width:19.0625rem;height:14.9375rem;top:16.38671875rem;left:0.9375rem;font-size:1rem;display:block; }#pyI5WRhVTsynmL1yauV5ubEDvqFJcB6L li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a3f8f9980ce0024598f4af11608a77be.svg); }
 }@media only screen and (max-width: 763px) { #Spci3S5aOQs4Nrafsbz4wPtO5AKHPL4B { width:3.6875rem;height:1.29980625rem;top:41.57421875rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvzZiJ7rhkubzSV1DtLLi1puRlycUvpI { width:19.3125rem;height:16.9375rem;top:44.07421875rem;left:0.6875rem;font-size:1rem;display:block; }#EvzZiJ7rhkubzSV1DtLLi1puRlycUvpI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0c8a711d1fd64cdc35bf2f7c747dadf3a8c13ded.svg); }
 }@media only screen and (max-width: 763px) { #SMKyE0UCEIBB0ucVoRdIDUmhTg98Kqy4 { display:block; }#SMKyE0UCEIBB0ucVoRdIDUmhTg98Kqy4 > .row .container { width:20rem;height:23.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SzJt9HFwil3ROr2ClJFfp5kkZwHE7uEU { width:20rem;height:10.3984375rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVn3zL3uiBuSbE7mUHezgyaVAvJ3nzSq { width:20rem;height:9.6174863387978rem;top:12.8984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ak26KATQDDds2RQobqJdLg5N61IG6JUa { display:block; }#ak26KATQDDds2RQobqJdLg5N61IG6JUa > .row .container { width:20rem;height:17.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vNJUIB0a06JbPrvNXNhTWrOkcT7a5mhc { width:17.5rem;height:3.4375rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPUCfTmScNnaI471g8pskmTdMitPIUXD { display:block; }
 }@media only screen and (max-width: 763px) { #APxJ8GT8D3UqwbhCGQTNoTbJS4WveHvz { width:20rem;height:3.4121125rem;top:5.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5LMwBWEpLf5VFNJ2if2AfcHo8EO60hd { width:20rem;height:0;top:10.0234375rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gJXGx3THIcqDHnSlc1EJ5Xbgt3ycvNTO { width:20rem;height:7rem;top:10.2626953125rem;left:0rem;font-size:1.25rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #REcwrXmZItw10Hq7FUBixCFKdfAXgKdV { display:block; }#REcwrXmZItw10Hq7FUBixCFKdfAXgKdV > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XGoznHR2VLTEieysnq6SO6TGgcZQGygk { width:19.875rem;height:15.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZcJfU2RzwtcSmNc2XbOCpn210aFpVSd { width:19.875rem;height:17.5rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAFwBrqapdJufUUOIPOXtIulfNJDgFTv { width:19.875rem;height:16.8125rem;top:36.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4eEoHQ1oUTsHnzEtCoMDL52PlC5WwA9 { width:20rem;height:1.70605625rem;top:6.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWn8aU6v2oPd13UWGfeL2ZLXyILxa0z3 { width:20rem;height:6.375rem;top:9rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4AR4L7wDqLsBcqcPt5ZdfXshhLbHyHw { display:flex;width:2.25rem;height:2.25rem;top:2.75rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #nALfriLrFcIgM0T8ZMPGMArZWa4DbM8f { display:flex;width:2.25rem;height:2.25rem;top:19.1875rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #heDb9h8S5cDIXw1tekF5OPPTrxtsJ14T { width:20rem;height:1.70605625rem;top:22.6875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlgAylOOdAIZXOGDNRTkczTUy20O4sdW { width:20rem;height:8.5rem;top:25.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwBTCqbhKic9gEEbRB8OhMtMNDlUw7hE { display:flex;width:2.25rem;height:2.25rem;top:37.5625rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #l1LaHkEr3uXR1lNKQa6w5XsasU6HEULB { width:20rem;height:1.86865rem;top:41.0625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAkR6zTEOKGeUOCChgKb6avZWTvt7sif { width:20rem;height:8.5rem;top:43.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsqnimLu1ktUunqIJKDTMTHHDF85ZoTL { display:block; }#BsqnimLu1ktUunqIJKDTMTHHDF85ZoTL > .row .container { width:20rem;height:54.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J03KcuoV1mozC85sn5RLqWT5i58alNLy { width:19.875rem;height:15.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z56GTqiRbe1RH4lEw2OATd53sefsRILF { width:19.875rem;height:17rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlpcvW4gd5xQg8VoJ85DF94gI09oeAxW { width:19.875rem;height:17.0625rem;top:35.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUrSx72yAfnuDXNp7D6igl2P0BxZdflK { width:20rem;height:1.86865rem;top:6.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFHdF1JnMZTQSnfZJqEf3IgAWrAOC21c { width:20rem;height:6.375rem;top:8.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hL3AXQcHmpR6yc378PwdcNG5FKkyEIv3 { display:flex;width:2.25rem;height:2.25rem;top:2.75rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #WZ7EQESXiiGlGDPOvih9g62B56FMAUwk { display:flex;width:2.25rem;height:2.25rem;top:19.1875rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #Mr0ofiowFFL3l1wg2PyuRNGn5U3BpnHd { width:20rem;height:1.70605625rem;top:22.6875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvAobiQ5entog4QI8AcAx3FVIWopOcFc { width:20rem;height:8.5rem;top:25.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIEQVlEiWJkiWM5zoAxpIzoOmhFLqpmb { display:flex;width:2.25rem;height:2.25rem;top:37.3125rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #I8u2EmTA4EVHt5GrW1IvpESO7V1B59cz { width:20rem;height:1.86865rem;top:40.8125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAoAv8GuSAIKapxensmpR8nDiTGDBByx { width:20rem;height:8.5rem;top:43.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTGp1EQcLk7Agr6SAPPyKvFqBcGTZlsm { display:block; }#mTGp1EQcLk7Agr6SAPPyKvFqBcGTZlsm > .row .container { width:20rem;height:37.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SWJ5zZI7UdsCZTfG9AipaFblNQVOVWlx { width:20rem;height:1.8374rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pADr2QlQ3wkl50BgOZ7fVp92CRtdmObo { width:20rem;height:7.7988125rem;top:4.7373046875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtW4iXMcKSH1E10xmkr5TGcZsVGZN7eN { width:17.1875rem;height:7.3496125rem;top:14.22265625rem;left:1.40625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzz0f5a7rIBmkpVReobni6bhTFfvkl8c { width:20rem;height:5.19921875rem;top:22.759765625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxNpWGyRkxSlDH2OAhPpTaeuXCCaA5gO { width:5.75rem;height:6.5625rem;top:29.396484375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewaN07teWilxpmb4KP6cfMCoJzcoTkUv { width:9.1875rem;height:5.5625rem;top:30.333984375rem;left:9.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOu5FSMzPJkA72E2NxMRRgRTyOG0phUB { display:block; }#sOu5FSMzPJkA72E2NxMRRgRTyOG0phUB > .row .container { width:20rem;height:95.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dy30ho3ACBkAsnTMmrJaF1g8tk2pqOCI { width:18.625rem;height:0;top:1.4375rem;left:0.6875rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AlrxgpcPqsqQDXGyd8HGwx0SWyvTidbm { width:20rem;height:0;top:10.0625rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ccfwKzo2tWG2NDH8yvuCQizzvz1QRqyh { width:19.8125rem;height:19.875rem;top:8.38671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pv3evCs9tGuw8o2sHHpgmJVHSqEhm8gJ { width:19.4375rem;height:12.32425rem;top:14.150390625rem;left:0.5625rem;font-size:1.125rem;display:block; }#pv3evCs9tGuw8o2sHHpgmJVHSqEhm8gJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_efbe934237efd4ea0389547c76a9c90a6b642e4b.svg); }
 }@media only screen and (max-width: 763px) { #uxHLCqWJTGLxuKiETt6pDrXanneU0W61 { width:18.1875rem;height:3.25rem;top:9.13671875rem;left:0.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfIdz5bCamTBLJE3Tu9GJ9vCaoFkQQou { width:15.8125rem;height:3.25rem;top:30.85888671875rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LP2bzatKlWIRv9oGDgz8Cz6StcQgWL5a { width:19.8125rem;height:21.9375rem;top:29.42138671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmVFXG1DLT0yiOKa2HhN2hUx2koS2b9J { width:19.4375rem;height:13.786625rem;top:35.67138671875rem;left:0.5625rem;font-size:1.125rem;display:block; }#XmVFXG1DLT0yiOKa2HhN2hUx2koS2b9J li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_81b685c4c1eb8ef3103db579e16fa67e3551ccd2.svg); }
 }@media only screen and (max-width: 763px) { #Z4ky0oPOHmTB9mk57TwFnEeiva3S1JBo { width:19.8125rem;height:19.4375rem;top:52rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #crOZ5nNPVdbKx719z8SznH5HlV5v6L3Q { width:19.6875rem;height:13.786625rem;top:55.5rem;left:0.5rem;font-size:1.125rem;display:block; }#crOZ5nNPVdbKx719z8SznH5HlV5v6L3Q li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2cafd4cad7c349076a98d44ad60f87d378820b7f.svg); }
 }@media only screen and (max-width: 763px) { #k9dFguzi7RQQMrwCKJsT55SlC5Nbx6Ie { width:19.25rem;height:1.625rem;top:52.6875rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBJlyxAIkaX4CoTNMGyGutKaHBPaoQqv { width:19.8125rem;height:20.6875rem;top:72.82861328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTo9ikBJk0tD1yOKBU1HQTfO8SAFkqdi { width:19.3125rem;height:1.625rem;top:74.20361328125rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D87m36dEXuXclOH6z2kW3LaKzrNBP8aq { width:18.6875rem;height:12.32425rem;top:77.76611328125rem;left:0.625rem;font-size:1.125rem;display:block; }#D87m36dEXuXclOH6z2kW3LaKzrNBP8aq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c2fd9504583be3c10f9e5234ad2e505b2c336cc8.svg); }
 }@media only screen and (max-width: 763px) { #h9vtQya55TQVkQ9SOGOtgidVXa1SVsAI { width:18.625rem;height:;top:1.4375rem;left:0.6875rem;font-size:1.375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #PKGbw5ic31vUMIZtvlRVUS3TwqePziGT { display:block; }#PKGbw5ic31vUMIZtvlRVUS3TwqePziGT > .row .container { width:20rem;height:105.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QcamuSS9zWgDIozO3wU1F51pZPWqyLgR { width:20rem;height:2.625rem;top:1.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiTrrdxx5bJynbrnSkGVSaPTbmsuB2la { width:19rem;height:3.25rem;top:4.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyXWlrATDSXh28CGvndTm9xA8Coa8Xyu { display:block; }
 }@media only screen and (max-width: 763px) { #hsWSsAXg1s0IicxPxgLLS8u9rOxzaSqc { width:20rem;height:4.5rem;top:9.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFKoBZ8vcsJtskseQ6Zn2VtiR92VyAgZ { width:20rem;height:13.29688125rem;top:15.124348640442rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvL8wofgBib4xTDTq2EFFSOEV38aksUe { width:20rem;height:20.5rem;top:30.500000953674rem;left:0rem;font-size:1.25rem;display:block; }#WvL8wofgBib4xTDTq2EFFSOEV38aksUe li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_208158e05787d68a957f5d990caa046d.svg); }
 }@media only screen and (max-width: 763px) { #lIW1TK772KEA3V8KnAX4NLVH0cRnPK4u { width:19.875rem;height:30.875rem;top:52.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORu4BFnzeoNWCZ28MfEXuUPT7X8Qodlz .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ORu4BFnzeoNWCZ28MfEXuUPT7X8Qodlz { display:flex;height:auto;width:17.5rem;top:83.45766711235rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ORu4BFnzeoNWCZ28MfEXuUPT7X8Qodlz #b17CPrrPSpSpKDvKERX38L98Pqy7mb9l {  }
 }@media only screen and (max-width: 763px) { #ORu4BFnzeoNWCZ28MfEXuUPT7X8Qodlz #eMLhTBT3vUK3Ev25gbLJ0pQR6yunzTn0 {  }
 }@media only screen and (max-width: 763px) { #ORu4BFnzeoNWCZ28MfEXuUPT7X8Qodlz #Guneh9J7agT4pJiUucbn8JRo63Z0VTS8 {  }
 }@media only screen and (max-width: 763px) { #ORu4BFnzeoNWCZ28MfEXuUPT7X8Qodlz #zk0U3Zi7uvnTD00Tq9gyouvDos2rhvIS {  }
 }@media only screen and (max-width: 763px) { #ORu4BFnzeoNWCZ28MfEXuUPT7X8Qodlz #HgRUxaGCZ5CCerXmxzFlsRTV6XulxqJB {  }
 }@media only screen and (max-width: 763px) { #ORu4BFnzeoNWCZ28MfEXuUPT7X8Qodlz #FTqq0GMvTsfWSkDwCJn6dDBiJCTLuxd9 {  }
 }@media only screen and (max-width: 763px) { #ORu4BFnzeoNWCZ28MfEXuUPT7X8Qodlz #UQSRUMQW71J4fIie7pwsdvPZuONtQr8x {  }
 }@media only screen and (max-width: 763px) { #ORu4BFnzeoNWCZ28MfEXuUPT7X8Qodlz #tkni4hlfU6csrbwKBMVHcr4BSXzXU8l8 {  }
 }@media only screen and (max-width: 763px) { #ORu4BFnzeoNWCZ28MfEXuUPT7X8Qodlz #t6MgDbqqCovqULPSmStUTDu0nuZdV1yQ {  }
 }@media only screen and (max-width: 763px) { #ORu4BFnzeoNWCZ28MfEXuUPT7X8Qodlz #zMrf5hKxEPH7s2nTLnDfrhf7FKCo0wJd {  }
 }@media only screen and (max-width: 763px) { #b2BUw0yWRdDdf069ifTskq8fnchmRMDZ { width:17.375rem;height:1.29980625rem;top:54.5rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyDuo4mUS6IqZwgrZIP67pseoDpdEPvv { width:19.875rem;height:3.1875rem;top:57rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3zsTyVd5a4Vp4ibqyZgAs5F8kGcpZTr { width:14.625rem;height:1.29980625rem;top:58rem;left:1.1875rem;font-size:1rem;display:block; }#y3zsTyVd5a4Vp4ibqyZgAs5F8kGcpZTr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_43a5bf61fe11ccdeb6f03fa28131c55b71c604b5.svg); }
 }@media only screen and (max-width: 763px) { #DEzaMK4iG91SxCxBNZaPpeJsTk9crNws { width:4.375rem;height:1.54361875rem;top:58rem;left:15.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvXTBqO07zowX1Z9yhs3pR43wzgTmB2N { width:19.875rem;height:3.1875rem;top:60.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpZd8rxe4aTSfDaurU2yPbw03pTvSHsb { width:12.5rem;height:1.29980625rem;top:61.875rem;left:1.1875rem;font-size:1rem;display:block; }#XpZd8rxe4aTSfDaurU2yPbw03pTvSHsb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5d44d54af17f488a206a6db2249851740c15f1b5.svg); }
 }@media only screen and (max-width: 763px) { #kCQXxvFJ0kKPLiUwneAnGDuafwpRCLT4 { width:4.375rem;height:1.54361875rem;top:62.125rem;left:15.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFDZTgZQ4XnOTamhyRbwxcE6713OtqlH { width:12.5rem;height:1.29980625rem;top:65.75rem;left:1.25rem;font-size:1rem;display:block; }#CFDZTgZQ4XnOTamhyRbwxcE6713OtqlH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_45bbd399481525d014c1b411b37b56d471e5a3f0.svg); }
 }@media only screen and (max-width: 763px) { #VokIaMEBF3OoRJvp6u5mD7GB1nhNI1UD { width:19.875rem;height:3.1875rem;top:64.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqztqR95JQNvIkNnienB3BPi68zpDT9S { width:5.4375rem;height:1.54361875rem;top:65.625rem;left:14.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpcE2L8M0dihIb0sLV6Ia9uHMhqcK3m2 { width:19.875rem;height:3rem;top:68.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT7qdTDoMfMcV9FpzlBf850X5TrtSHXW { width:12.5rem;height:1.29980625rem;top:69.6875rem;left:1.1875rem;font-size:1rem;display:block; }#RT7qdTDoMfMcV9FpzlBf850X5TrtSHXW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_41b145d3707373c5f225f1fdbe27fd5aa0797ce2.svg); }
 }@media only screen and (max-width: 763px) { #ElTq4t0a7wKbevRkBGm4er39Qqxqf7p8 { width:5.4375rem;height:1.54361875rem;top:69.5625rem;left:14.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEkBVDpcSl9M12teWdbRtDt366TnvMrE { width:12.5rem;height:1.29980625rem;top:73.5rem;left:1.1875rem;font-size:1rem;display:block; }#fEkBVDpcSl9M12teWdbRtDt366TnvMrE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_41b145d3707373c5f225f1fdbe27fd5aa0797ce2.svg); }
 }@media only screen and (max-width: 763px) { #DaQP1pM1XVL19lz3unBrKp6BzVQwrRFB { width:19.875rem;height:3rem;top:72.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQl249xuGM7QRgMpVRNvu5xTWoNJfwDa { width:5.4375rem;height:1.54361875rem;top:73.375rem;left:14.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ia9oDLRAl7mZUZ7rZqzDXJKdEcrs5TGt { width:19rem;height:3.4375rem;top:78.0625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsxca70xCo11SniTxesuH2Pf11pA5N4r { display:block; }
 }@media only screen and (max-width: 763px) { #EuG9M0rtfIwZ0gEPhl4hRuI8gfc1ghdc { display:block; }#EuG9M0rtfIwZ0gEPhl4hRuI8gfc1ghdc > .row .container { width:20rem;height:89.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OnfVfn64M8iBZxt8NETbc4XrQkS0uByc { width:20rem;height:3.25rem;top:1.4107793569565rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bm9bfcFSRif68wxc6N4BwJ7BZ9OVmHb4 { display:block; }
 }@media only screen and (max-width: 763px) { #Ep5eyyTxrIxWrpJ9pdqiqQhol1P8Rct8 { width:20rem;height:4.3125rem;top:5.8476371765137rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6sKptP4sh29LHkvMROzA2eFpfoq6as7 { width:20rem;height:0;top:12.3125rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #d6LsmqR1RRskeZiFx9p3ubd4HIniB4yp { width:20rem;height:18.57175rem;top:25.624308586121rem;left:0rem;font-size:1.125rem;display:block; }#d6LsmqR1RRskeZiFx9p3ubd4HIniB4yp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_208158e05787d68a957f5d990caa046d.svg); }
 }@media only screen and (max-width: 763px) { #VAtFuZ3759DEViqmBfSQdQ1XrkOFkHyn { width:19.875rem;height:30.875rem;top:45.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSslsg0BdTbGS2CdnPWBpfUXkaFIBEsM { width:19rem;height:3.4375rem;top:70.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNIbfC0QElHZnZEfl6CJfTVi16fDI2Ch { display:block; }
 }@media only screen and (max-width: 763px) { #LiVNpah0FzJG0STSlHRR41P8oWb7Iqhy { width:19.875rem;height:3rem;top:65.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rh6nwqRteSbLT0SW1OHhXQ0rpc2C93sN { width:12.5rem;height:1.29980625rem;top:66.125rem;left:1.1875rem;font-size:1rem;display:block; }#Rh6nwqRteSbLT0SW1OHhXQ0rpc2C93sN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_81a1c7cca0cd998fdb7852bdbee95ca033848bf3.svg); }
 }@media only screen and (max-width: 763px) { #W8yDUp9UhJkxG4plvdoPBH39g4TxTJ2v { width:19.875rem;height:3rem;top:61.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJUTMk0LVGvbu7tbh3vIpUWhq054Wae6 { width:12.5rem;height:1.29980625rem;top:62.3125rem;left:1.1875rem;font-size:1rem;display:block; }#ZJUTMk0LVGvbu7tbh3vIpUWhq054Wae6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_afe129cacce16f9deecb4b1ad4579ce012ad2e78.svg); }
 }@media only screen and (max-width: 763px) { #nv77n8Ofx1AG66f6e88zLIN2VmeVlz1G { width:19.875rem;height:3.1875rem;top:57.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQUXmEaJ3WsLPpZqDswUfrE1f44wXlmm { width:12.5rem;height:1.29980625rem;top:58.375rem;left:1.1875rem;font-size:1rem;display:block; }#zQUXmEaJ3WsLPpZqDswUfrE1f44wXlmm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_45bbd399481525d014c1b411b37b56d471e5a3f0.svg); }
 }@media only screen and (max-width: 763px) { #o6svAPLTD2utSoRU2mgQXofEIgHLzxb1 { width:19.875rem;height:3.1875rem;top:53.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUHZXFNnzkCuWM2KlA9AqQyTokEEWp5f { width:12.5rem;height:1.29980625rem;top:54.5rem;left:1.1875rem;font-size:1rem;display:block; }#kUHZXFNnzkCuWM2KlA9AqQyTokEEWp5f li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_95c8f17e0f4e33f9c2323dac811dcf6f0339bd02.svg); }
 }@media only screen and (max-width: 763px) { #kQ9QHsXH7PFiqNFIDpt0zHgLTEFCEy5s { width:19.875rem;height:3.1875rem;top:49.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhLvgJeGhBd1P84mv0WDBfmszhPlCPPy { width:14.625rem;height:1.29980625rem;top:50.625rem;left:1.25rem;font-size:1rem;display:block; }#rhLvgJeGhBd1P84mv0WDBfmszhPlCPPy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_43a5bf61fe11ccdeb6f03fa28131c55b71c604b5.svg); }
 }@media only screen and (max-width: 763px) { #PoEmmAfyXd8dB0bkT2QLFRLNznfF4zn4 { width:8.125rem;height:1.29980625rem;top:50.625rem;left:11.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fq7Fk1DoMQApcvK3grDrskPMweQvX8Bk { width:17.375rem;height:1.29980625rem;top:47.125rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAqJxqqGEHtBtfzUNlNQCHvEls7B1wqE { width:7.125rem;height:1.29980625rem;top:54.875rem;left:12.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFSsPHNsWJqy0tV2WSQTrWsEP5MUPgRl { width:7.5625rem;height:1.29980625rem;top:58.75rem;left:11.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUSIaPrzphPrSwuhebdbRqmZL9PiQ52z { width:9.25rem;height:1.29980625rem;top:62.5rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLqTbhS5tzybMCwdk7BCkWoN36aT36sB { width:7.125rem;height:1.29980625rem;top:66.1875rem;left:12.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPqxDlSmoWSoBr3cfgtDd9bD0wOCcLgT .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iPqxDlSmoWSoBr3cfgtDd9bD0wOCcLgT { display:flex;height:auto;width:17.5rem;top:77.27441875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iPqxDlSmoWSoBr3cfgtDd9bD0wOCcLgT #Bvsy5eLhZ31XzxEQgeWpq6ystnDLz1Nw {  }
 }@media only screen and (max-width: 763px) { #iPqxDlSmoWSoBr3cfgtDd9bD0wOCcLgT #ZdbaXhT6wb9c4lTqhTPk7hlykpmuoWBf {  }
 }@media only screen and (max-width: 763px) { #iPqxDlSmoWSoBr3cfgtDd9bD0wOCcLgT #xiZleVL8qdvbNWEvMnQvFPfAhDXgP42M {  }
 }@media only screen and (max-width: 763px) { #iPqxDlSmoWSoBr3cfgtDd9bD0wOCcLgT #eTFiVofthQH8chSrx3LcePAQ3l6k92dx {  }
 }@media only screen and (max-width: 763px) { #iPqxDlSmoWSoBr3cfgtDd9bD0wOCcLgT #RnrXWoDXV1tAiRgktVrlRuW9xAMaQ1d2 {  }
 }@media only screen and (max-width: 763px) { #Wafg3OUfBJRH1DWdJBA33JoKIHsePQdp { width:20rem;height:13.2968875rem;top:10.875rem;left:0rem;font-size:1.1875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #s032iGDbpRP7DAlpik3xFTNRXF2AIaZr { display:block; }#s032iGDbpRP7DAlpik3xFTNRXF2AIaZr > .row .container { width:20rem;height:104.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QKswFZQTH4OCi3vVP6yUdEu0WpBBT51L { width:20rem;height:3.25rem;top:1.3489799499512rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdXpRq70wMNs0k17FmLU5Pv2naEHE21O { display:block; }
 }@media only screen and (max-width: 763px) { #JhPl5uTfGUGN8DmM0u4AGvuIno9wMEG1 { width:20rem;height:0;top:6.6614799499513rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WlSyTgwxvyafdHqEDPX9kzLZ54fNu5G3 { width:17.9375rem;height:13.296875rem;top:15.681620597839rem;left:0.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #brxQs3a25x7va6pTt1sHnKCrzd5TdanV { width:19.3125rem;height:24.5195rem;top:30.036499023438rem;left:0.6875rem;font-size:1.1875rem;display:block; }#brxQs3a25x7va6pTt1sHnKCrzd5TdanV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_208158e05787d68a957f5d990caa046d.svg); }
 }@media only screen and (max-width: 763px) { #aAU4vbZx8oG1PU7hJ4enwW8yBpOdeydw { width:19.875rem;height:28.3125rem;top:55.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ6ZEF80qlEPBxsxG1UvDUlodhQTeSKI .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TZ6ZEF80qlEPBxsxG1UvDUlodhQTeSKI { display:flex;height:auto;width:17.5rem;top:84.625022888181rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TZ6ZEF80qlEPBxsxG1UvDUlodhQTeSKI #b17CPrrPSpSpKDvKERX38L98Pqy7mb9l {  }
 }@media only screen and (max-width: 763px) { #TZ6ZEF80qlEPBxsxG1UvDUlodhQTeSKI #eMLhTBT3vUK3Ev25gbLJ0pQR6yunzTn0 {  }
 }@media only screen and (max-width: 763px) { #TZ6ZEF80qlEPBxsxG1UvDUlodhQTeSKI #Guneh9J7agT4pJiUucbn8JRo63Z0VTS8 {  }
 }@media only screen and (max-width: 763px) { #TZ6ZEF80qlEPBxsxG1UvDUlodhQTeSKI #zk0U3Zi7uvnTD00Tq9gyouvDos2rhvIS {  }
 }@media only screen and (max-width: 763px) { #TZ6ZEF80qlEPBxsxG1UvDUlodhQTeSKI #HgRUxaGCZ5CCerXmxzFlsRTV6XulxqJB {  }
 }@media only screen and (max-width: 763px) { #TZ6ZEF80qlEPBxsxG1UvDUlodhQTeSKI #FTqq0GMvTsfWSkDwCJn6dDBiJCTLuxd9 {  }
 }@media only screen and (max-width: 763px) { #TZ6ZEF80qlEPBxsxG1UvDUlodhQTeSKI #UQSRUMQW71J4fIie7pwsdvPZuONtQr8x {  }
 }@media only screen and (max-width: 763px) { #TZ6ZEF80qlEPBxsxG1UvDUlodhQTeSKI #tkni4hlfU6csrbwKBMVHcr4BSXzXU8l8 {  }
 }@media only screen and (max-width: 763px) { #TZ6ZEF80qlEPBxsxG1UvDUlodhQTeSKI #t6MgDbqqCovqULPSmStUTDu0nuZdV1yQ {  }
 }@media only screen and (max-width: 763px) { #TZ6ZEF80qlEPBxsxG1UvDUlodhQTeSKI #zMrf5hKxEPH7s2nTLnDfrhf7FKCo0wJd {  }
 }@media only screen and (max-width: 763px) { #ONC6WPMQZWHo03n8XOxaag63c5ZFf5cz { width:17.375rem;height:1.29980625rem;top:57.5rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNT7enJBarVcnyaZ1ETe221JhnStCu8u { width:19.875rem;height:3.1875rem;top:60rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWJ5xhRwFLIbz6IdfvQ3mlynr6rIrDx9 { width:14.625rem;height:1.29980625rem;top:61rem;left:1.1875rem;font-size:1rem;display:block; }#OWJ5xhRwFLIbz6IdfvQ3mlynr6rIrDx9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_43a5bf61fe11ccdeb6f03fa28131c55b71c604b5.svg); }
 }@media only screen and (max-width: 763px) { #PJl99uCsPGWawOqnAgRRf4zVglE0duLh { width:4.375rem;height:1.54361875rem;top:65.3125rem;left:15.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb6sOXftURP0ZoyRAFUsAA0I5LQZMK9w { width:19.875rem;height:3.1875rem;top:63.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WS2IZ1IGUUab6LtUsmAVtgP5D9BdMJiO { width:12.5rem;height:1.29980625rem;top:64.875rem;left:1.1875rem;font-size:1rem;display:block; }#WS2IZ1IGUUab6LtUsmAVtgP5D9BdMJiO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_08e7602b7d282dd062a1f0476d1e1fdc22757c91.svg); }
 }@media only screen and (max-width: 763px) { #mozvZ8FFTqnZshAudUHNoRRJlNkOAyPH { width:4.375rem;height:1.54361875rem;top:69.4375rem;left:15.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBgH9lOMGU66suKh45xZQ91TSRQIPkhw { width:12.5rem;height:1.29980625rem;top:68.75rem;left:1.25rem;font-size:1rem;display:block; }#xBgH9lOMGU66suKh45xZQ91TSRQIPkhw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_92999a16a34974988a5cdb2a4e9af57ce329147a.svg); }
 }@media only screen and (max-width: 763px) { #ezVO2HrI65FgFmTR1AM5yT53E306bQFT { width:19.875rem;height:3.1875rem;top:67.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0I4P1ImiSapGI21qfR64FAZJNT6Bz1h { width:5.4375rem;height:1.54361875rem;top:73.0625rem;left:14.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTrTB6TABKqf3viTRRFTPXoQr8XdTd5F { width:19.875rem;height:3rem;top:71.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDxyPF0Ic09Of7hAx2BAOifZoFRX8Jc4 { width:12.5rem;height:1.29980625rem;top:72.6875rem;left:1.1875rem;font-size:1rem;display:block; }#WDxyPF0Ic09Of7hAx2BAOifZoFRX8Jc4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_41b145d3707373c5f225f1fdbe27fd5aa0797ce2.svg); }
 }@media only screen and (max-width: 763px) { #p2tyEbyvcpPfvexfsEsysBWerBqfUQEr { width:5.4375rem;height:1.54361875rem;top:77rem;left:14.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZ3ypE8pTQXF7vfe1gLEI6V4RzgVK6x5 { width:19.875rem;height:3rem;top:76.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NU9aJuOTBQTPRJ5qEP17Qh5DPTRovcwI { width:4.375rem;height:1.54361875rem;top:61rem;left:15.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1MEP691TVnvwMPl4rHOGJAahCZfoOe6 { width:4.375rem;height:1.54361875rem;top:65.125rem;left:15.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rswfboeR7l3CXUPx8ZspUJ81RqH3TRD9 { width:5.4375rem;height:1.54361875rem;top:68.75rem;left:14.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXODwCRDDqQz0l055S9GaXbyvNpM17uB { width:5.4375rem;height:1.54361875rem;top:72.6875rem;left:14.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4ZSO85inWu0HLhMN6h8MWZqHoIqkQgx { width:15.625rem;height:2.5996125rem;top:76.5rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeXNUkHpbTQ4yDiywZmT9o6sZgl2kfWu { width:20rem;height:2.9746125rem;top:80.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0AnCnVRyOTrIAA3miqh8NqzD5A7klL6 { width:18.1875rem;height:8.625rem;top:5.7851152420044rem;left:0.90625rem;font-size:1.4375rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #ffklatSwaotHlMRnplk0isDI2iksy5sT { display:block; }#ffklatSwaotHlMRnplk0isDI2iksy5sT > .row .container { width:20rem;height:110.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gH26X41PTF21OVEubiABkyyhcXWdR1Q7 { width:20rem;height:2.2749rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEpLLIycJT2Haah9BybSCoPKTMXQXVtu { width:20rem;height:4.54980625rem;top:11.22363125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPHDGMwKurqHMcJkWp06agpwEM4hn4bU { width:20rem;height:5.19921875rem;top:4.7744125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #W00dkvDRTcMHNIrLTelgH5RJRF69Z9p5 { width:20rem;height:7.25rem;top:17.02295078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpvqUTD8euRtGRwTfvR6EpzUwdoy0CZR { display:flex;width:2.1875rem;height:2.1875rem;top:18.14795078125rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #TQrWedBCiXrQJSvBu5B0k1kQ5BbUpDm6 { width:15.8125rem;height:4.78125rem;top:18.14778137207rem;left:4.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmwieHo08T6hhPbzHNbyG2GLaWAcMhvG { width:20rem;height:7.25rem;top:25.52295078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5SSuWTBJkldSp1hz6mNk1F9rHhT5rJ3 { width:15.5rem;height:4.78125rem;top:27.335286140442rem;left:4.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoZCbiivQVdqlByf3eWkUgyzBbuZ51J0 { display:flex;width:2.1875rem;height:2.1875rem;top:27.33545078125rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #l17HeQvXJD8L5gLJhUeVsJJaNdVziMxM { width:20rem;height:7.25rem;top:34.21045078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxaToclTn7yeNcgFTF4nzCotynEEWRRi { width:20rem;height:7.25rem;top:42.83545078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aikgGd8ctg7tWH76ZKi5yZIA0yLiQ0sZ { width:16.0625rem;height:0;top:43.751955032349rem;left:3.9375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AMiZceqaMyKUgoA3CAv2G4AlQWmfE1L5 { width:15.875rem;height:4.78125rem;top:35.444662809372rem;left:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te3T0VMUIbaP4zbl10h4zzoud0TDdV0q { display:flex;width:2.1875rem;height:2.1875rem;top:35.52295078125rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #yrRuiei0TfgN9EGwwaGTA7na9slJABwI { display:flex;width:2.1875rem;height:2.1875rem;top:44.64795078125rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #GkLLzlF4yVwBfa5SZqAbRhan4033ZSCk { width:20rem;height:7.25rem;top:51.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXcfnsPo1OG7SEeuDOcCV9E04K9GIBd6 { width:20rem;height:5.9375rem;top:59.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyGlVJzJE08l5lxIVMd2z69AKzwdua9h { width:14.5625rem;height:0;top:61.281251907349rem;left:5.3125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iJpTh6MJf4qMToDMWoKfgLU8RbtZ5LBW { display:flex;width:2.1875rem;height:2.1875rem;top:60rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #eiZxtABXGCGeS8i45nz1xT4XsouHn5oJ { display:flex;width:2.1875rem;height:2.1875rem;top:52.375rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #D2pVChM4xsTBqrwRgRFp2KZTSZlaZhtH { width:15.75rem;height:0;top:53.772787094116rem;left:4.25rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cQ8HRhFGRT0dFQNSPDtkGqaZ778Bh0bU { width:20rem;height:7.25rem;top:65.876304626462rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dglTe92boylTG7pwSDOH2A9bdAn6okRl { width:20rem;height:7.25rem;top:74.272789001462rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRQ8fGSR7x9AZU0bhRuf2uxEQhSqxu2G { width:14.875rem;height:4.78125rem;top:75.507164001462rem;left:4.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuRS6rAndi0MOeExezXd0DfOchA52Kdw { width:16rem;height:0;top:72.210281372069rem;left:3.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mqsK3wQNriw9ZNT62XIOf1m93NRrtMtA { display:flex;width:2.1875rem;height:2.1875rem;top:75.507164001462rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #BWzhs9ftT1S6CJHzmeOV3W93POefLkNF { display:flex;width:2.1875rem;height:2.1875rem;top:67.110679626462rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #eGoRLBIWK0XLbuC5r8gIERTuMNETXThM { width:20rem;height:6.375rem;top:83.147789001462rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdtOsPno1wB3UFTV503RK8WLcpAhdcmH { width:13.125rem;height:7.3125rem;top:90.710287094119rem;left:3.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVd3TSxQbDwXTaQXnBMmPOdEew9IPaHJ { width:20rem;height:10.68425rem;top:98.945926666262rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Alp1CJTMx0pM7vUSDwafE6lfh7dqao3z { width:16.0625rem;height:4.78125rem;top:44.069662094116rem;left:3.9375rem;font-size:1.0625rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #rVPQpCCnI9giVsHSANCmIQKPlDg6mXHk { width:15.75rem;height:4.78125rem;top:52.3125rem;left:4.25rem;font-size:1.0625rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #Boev3XTZcbcSy4ikupGvToorfCzSFCDW { width:14.5625rem;height:4.78125rem;top:60rem;left:4.6875rem;font-size:1.0625rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #UKzHOB1Hqy4bx6OFF6l7aRJNMGe0UmtL { width:16rem;height:4.78125rem;top:67.110679626462rem;left:4rem;font-size:1.0625rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #ua1RbR2V73WOQykaVbs2x1k5CEAeDc8V { display:block; }#ua1RbR2V73WOQykaVbs2x1k5CEAeDc8V > .row .container { width:20rem;height:74.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QbXCvIET2B7F1oeD3E528DzE1QUGd74i { width:20rem;height:2.2749rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0TCv9zUl2L5t1KDXOhObeeDcAKpkWhf { width:20rem;height:5.19921875rem;top:4.7744125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqPJE2d67KUk9u2weqOnGNBTnk4yasyK { width:19.875rem;height:41.0625rem;top:32.47331237793rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7wGV7HmWdQzebz6bcOT6zWaPTKlkVTt { width:17.25rem;height:2.5996125rem;top:34.473308563233rem;left:1rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jq7QTAya2hkwcTcB9P44UUHtA7ns5wPG { width:18.875rem;height:5.84911875rem;top:37.072917938233rem;left:1.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFCv0PspnlpQZZwiNQEOv5uMOTTkPv1S { width:20rem;height:2.03125rem;top:44.129558563233rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iO241FeDOkGe8ya4cUAThhy6sJxCxnHo { width:20rem;height:26.25rem;top:46.91113125rem;left:0rem;font-size:1.25rem;display:block; }#iO241FeDOkGe8ya4cUAThhy6sJxCxnHo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4dca506b25f53e93f30e958211a7d41352dd8e71.svg); }
 }@media only screen and (max-width: 763px) { #rPzFgT7H5KsMQBuxB4igXuK8tC88GZhk { width:20rem;height:20rem;top:11.22363125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBHagLku86PfKvlZuW1rBz7fd8ggmWJr { width:5.125rem;height:5.125rem;top:24.436849594116rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtCeb3hnxlefQb4SDg1FxUw1SbmUA7Wq { display:block; }#LtCeb3hnxlefQb4SDg1FxUw1SbmUA7Wq > .row .container { width:20rem;height:36.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AO01C3lqLGCzvnVwI32ExdQydTUE12yT { width:20rem;height:7.7988125rem;top:0.87495803833006rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOd4AZPW1TJIpxfZppo5Im9UDywCMlgE { width:19.875rem;height:10.375rem;top:9.4970703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ivr2QAhtTydFweIRApcUX7MTI1ANPSTO { width:20rem;height:1.54361875rem;top:27.9609375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15084;display:block; }
 }@media only screen and (max-width: 763px) { #smJsZ5hfUcugll2yObmUAov22ynpcVQb { width:20rem;height:6rem;top:20.358074188233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbAue6WSy39TnFT9xtAGuJxuRZJwhxaD { width:20rem;height:4.14258125rem;top:21.285807609558rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uq3B0ixw4PSCHm4nLQLNTupWuayugLqd { width:20rem;height:1.3125rem;top:29.50390625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #T1ksPaGnI6gTR6qwvGMIaNRxG0PEt8aD { width:20rem;height:2.79980625rem;top:30.81640625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #txPsQSZop1OxX56EW8LEpkbw2ueLNhe5 { width:20rem;height:1.3125rem;top:33.615886688233rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wCdTPioGC8apNt6DpDWqh5MvsNcBByeu { display:block; }#wCdTPioGC8apNt6DpDWqh5MvsNcBByeu > .row .container { width:20rem;height:15.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RhVVlavus0bCUzJ5Uy5ZcOrIiEXyGRCZ { width:20rem;height:2.2749rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rTadXOOHDinkS3Fulk9UgBBzweTED7J5 { width:20rem;height:2.11230625rem;top:4.1992607116699rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zSnXWl0rUhp7CashRsG82x3SxXeDWqwl { width:17.5rem;height:2.92480625rem;top:7.0859375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XIaLrzCTOsHDIBMMl2onf6MBT6vzJktQ { width:13.8125rem;height:2.92480625rem;top:11.385417938233rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QbMT1oHhXWhrpPx2oJHXFeLKzARKOV5U { display:block; }#QbMT1oHhXWhrpPx2oJHXFeLKzARKOV5U > .row .container { width:20rem;height:80.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E9K9VJLHJ6TKtpAGNRD6GEn55T7wuXQ2 { width:19.875rem;height:40.9375rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8SmoCVmyernpFtTcCtvZXfTuTK9a7BJ { width:19rem;height:3.25rem;top:1.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZG69yymrixTS6PK6PAu4nEhTMyK6zBCu { display:block; }
 }@media only screen and (max-width: 763px) { #Suz7gzT3zWdrJsEgNcDyMUB8tnCqpE3W { width:20rem;height:3.8997375rem;top:4.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #M6m72MkT2DggIIpqa1N85yq2ONHpxf13 { width:6.5rem;height:3.65625rem;top:8.8125rem;left:6rem;text-align:center;text-align-last:center;font-size:2.8125rem;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wFllgcskeREXX86nDgorrF2T9INIt5mb { width:6.0625rem;height:2.5996125rem;top:9.6875rem;left:12.5rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #o5lcvJcCR5WmoPVF6VHWRK5MlwqR0qlt { width:20rem;height:1.4624rem;top:13.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LlaPtTkPw3Cq94SJzDMuShqLknb6bTkB { width:19.75rem;height:20.25925rem;top:16.1875rem;left:0rem;font-size:1.0625rem;display:block; }#LlaPtTkPw3Cq94SJzDMuShqLknb6bTkB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_208158e05787d68a957f5d990caa046d.svg); }
 }@media only screen and (max-width: 763px) { #TqKJJidQ7OdH6eUzwi6VXSCyseW8v4lJ { width:20rem;height:1.92480625rem;top:37.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4HPOvWxMyFsgwplUFa517vbeyJAZzf1 { width:20rem;height:4.386725rem;top:42.809896469116rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D6pMCWtvDPzrTsf2cMV4HAPdLNen9iIz { width:17.0625rem;height:1.3999rem;top:48rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #UySFktsRUm62HDm9RcIeZ4DVrPEWrcIt .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#UySFktsRUm62HDm9RcIeZ4DVrPEWrcIt .widget-text.counter-number { padding-top:0.319375rem;padding-right:0.295625rem;padding-bottom:0.319375rem;padding-left:0.295625rem;width:1.770625rem;min-width:1.770625rem;height:1.715625rem;font-size:1.278125rem;line-height:27.45px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#UySFktsRUm62HDm9RcIeZ4DVrPEWrcIt .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.36125rem;height:0.678125rem;font-size:0.47875rem;line-height:10.85px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;color:rgba(var(--color-tertiary-0),1); }
#UySFktsRUm62HDm9RcIeZ4DVrPEWrcIt { width:10.061875rem;height:3.232425rem;display:flex;top:50.687501907349rem;left:4.9375rem;z-index:15000;padding-top:0.028125rem;padding-right:0.030625rem;padding-bottom:0.028125rem;padding-left:0.030625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #UySFktsRUm62HDm9RcIeZ4DVrPEWrcIt #uNqW84bCndTnMCK5DwEHGzetUkPItIv5 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UySFktsRUm62HDm9RcIeZ4DVrPEWrcIt #fCBKVxX2LemMbTQmQWUCQxv6dWaQypf9 {  }
 }@media only screen and (max-width: 763px) { #UySFktsRUm62HDm9RcIeZ4DVrPEWrcIt #HWDzT00iGZpsuiKyV9iZTs2MZPysE16q {  }
 }@media only screen and (max-width: 763px) { #UySFktsRUm62HDm9RcIeZ4DVrPEWrcIt #LOHHePvNKZuGkuOtpt5Ep59ELRoC3nu2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UySFktsRUm62HDm9RcIeZ4DVrPEWrcIt #lopBbOVXDKoe32b8xS0XQlLetR0UQGRm {  }
 }@media only screen and (max-width: 763px) { #UySFktsRUm62HDm9RcIeZ4DVrPEWrcIt #ekCGLA3IS17CCFGJlgkkAzrNFUOb6G0a {  }
 }@media only screen and (max-width: 763px) { #UySFktsRUm62HDm9RcIeZ4DVrPEWrcIt #NJaclE6qg66RJs8rtgl6CPNeBOU2HiMS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UySFktsRUm62HDm9RcIeZ4DVrPEWrcIt #qJsdHG67FhppRxi8eyuchdVSTM33imvx {  }
 }@media only screen and (max-width: 763px) { #UySFktsRUm62HDm9RcIeZ4DVrPEWrcIt #lXcfFGEZmathafu8ksico35cX0gZPU6H {  }
 }@media only screen and (max-width: 763px) { #UySFktsRUm62HDm9RcIeZ4DVrPEWrcIt #ZXDb7TGPlS1knF8StoLL04FiBJOwEMcm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UySFktsRUm62HDm9RcIeZ4DVrPEWrcIt #dtZA4x3nPMtAEWmwFRAkpsqenavEV3x7 {  }
 }@media only screen and (max-width: 763px) { #UySFktsRUm62HDm9RcIeZ4DVrPEWrcIt #UVEVQaaex1MTGQbUNEpv83AiAAdOoxVP {  }
 }@media only screen and (max-width: 763px) { #ZAduWLQdmuaWWV7WceCTk066WuEg91sD .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#ZAduWLQdmuaWWV7WceCTk066WuEg91sD .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZAduWLQdmuaWWV7WceCTk066WuEg91sD .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZAduWLQdmuaWWV7WceCTk066WuEg91sD .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZAduWLQdmuaWWV7WceCTk066WuEg91sD .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZAduWLQdmuaWWV7WceCTk066WuEg91sD .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZAduWLQdmuaWWV7WceCTk066WuEg91sD .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZAduWLQdmuaWWV7WceCTk066WuEg91sD .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZAduWLQdmuaWWV7WceCTk066WuEg91sD  { width:17.5rem;height:auto;top:55.197267532349rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:14994; }
#ZAduWLQdmuaWWV7WceCTk066WuEg91sD .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZAduWLQdmuaWWV7WceCTk066WuEg91sD {display:block;}#ZAduWLQdmuaWWV7WceCTk066WuEg91sD { width:17.5rem;height:auto;top:55.197267532349rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:14994; }
 }@media only screen and (max-width: 763px) { #ZAduWLQdmuaWWV7WceCTk066WuEg91sD #z6dbRH4G4dRbcZ5KtIsRJfHJSgC7yK7d {  }
 }@media only screen and (max-width: 763px) { #ZAduWLQdmuaWWV7WceCTk066WuEg91sD #MHvgkLTydLtoKK27byulFskfSEWK422n { display:block; }
 }@media only screen and (max-width: 763px) { #ZAduWLQdmuaWWV7WceCTk066WuEg91sD #gMFRHLQrVMeM2f1XPGw8Ne5MaBSn0Cuu {  }
 }@media only screen and (max-width: 763px) { #ZAduWLQdmuaWWV7WceCTk066WuEg91sD #n56bH7VkA3mHq4TV5X45nUoruVsBNLEJ {  }
 }@media only screen and (max-width: 763px) { #ZAduWLQdmuaWWV7WceCTk066WuEg91sD #xf5G7Jx95J5sWWTOHSpNKA67NTIDDgz5 { display:block; }
 }@media only screen and (max-width: 763px) { #ZAduWLQdmuaWWV7WceCTk066WuEg91sD #gTGo5qwe1IO8mTa0Pp2g8nKf8CFLKHxK {  }
 }@media only screen and (max-width: 763px) { #ZAduWLQdmuaWWV7WceCTk066WuEg91sD #bE90lwM3LT3FciLPvZykIDHp81tgdwhQ {  }
 }@media only screen and (max-width: 763px) { #ZAduWLQdmuaWWV7WceCTk066WuEg91sD #SQwWW6K64bT6TOCi8Ldd6u1FUMASTMAQ { display:block; }
 }@media only screen and (max-width: 763px) { #ZAduWLQdmuaWWV7WceCTk066WuEg91sD #XpGmymEGTaGzXgsB7z9rKoedJdwo8NWM {  }
 }@media only screen and (max-width: 763px) { #ZAduWLQdmuaWWV7WceCTk066WuEg91sD #NO6ZHUVVXJgTgKKpaQ5V4lABgteGcrpQ {  }
 }@media only screen and (max-width: 763px) { #ZAduWLQdmuaWWV7WceCTk066WuEg91sD #AsiHsQVPCrgBTmWZdhfp9ipbGbgFfMV9 {  }
 }@media only screen and (max-width: 763px) { #ZAduWLQdmuaWWV7WceCTk066WuEg91sD #Dy1l4WMmsqtAmTHVPZMpVzkl2wHKebdq {  }
 }@media only screen and (max-width: 763px) { #ZAduWLQdmuaWWV7WceCTk066WuEg91sD #gvrmfpHQsPLV4ATUqZS7KlVs2KT2m7h1 {  }
 }@media only screen and (max-width: 763px) { #ZAduWLQdmuaWWV7WceCTk066WuEg91sD #A4llCD6d6cx15GWxLSVDOgyhzkegcn9w {  }
 }@media only screen and (max-width: 763px) { #ZAduWLQdmuaWWV7WceCTk066WuEg91sD #EhCVZgenamRXTxPBIWUVGWTwtBvwULkA {  }
 }@media only screen and (max-width: 763px) { #ZAduWLQdmuaWWV7WceCTk066WuEg91sD #lHZg1Pu6cy2Z0PEwBW8qMuegZJtGb06W {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #y72cTXzKKTv4pSDJsp7hqJ3ynHVipCCG {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #A63hO9FU7TJ1TTCPdLOexTP27DGeQp22 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #BJHHTIBDlaZZu6n5TQIT1nzx0k2SByiO {  }
 }@media only screen and (max-width: 763px) { #eCT09K3en1GxGV0VeaaCSy60TJZTwVVX { display:block; }
 }@media only screen and (max-width: 763px) { #V5s9AWeMor9Xbxrwyto15WS8qTe5KLk9 { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #c3iIh114SIlVwXbTNQzK8XqlM2s0KNxD {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #TD2gH6Aqu45qZJXqS26HzSJZIsEm6A5X {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #AgOF6QVin3lX5yflFdWhwXyNo9ckGwKr {  }
 }@media only screen and (max-width: 763px) { #xrAVzV0qrZZ7Dvnwe3Hz07aakaP0XLzM { display:block; }
 }@media only screen and (max-width: 763px) { #IZVJLa8vV9KQJUDU1gITQaUSbClAdFn6 { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #A7FxoGJ8nxynksDNd5aQoQquZbbDlOp4 {  }
 }@media only screen and (max-width: 763px) { #DavwNHuTGDhW0aBcUAWFgaqfyUPLzGhW { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #oBotIy8I5tFAqZbxTrTkBU6ob37WoR5F {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #aKg7M5XwuTMFT1cCEfTx1IUT09GJ4N4H {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #STO8XlzcPnePTGveq09sAefrTObKWrLZ {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #S6WmaJtMiG6tPonmvG40VmMXOLpauhPP {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #y1GHJ315gLTHJEAowCCWtArAGyXe1cex {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #l8AKNaX94tR7IUJXsxHMQ6mPHhfMxMEw {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #UPNAyl6zdgpDi9nPsvak1lfkD6PblvIt {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #T2cGUww1OoI5F3oVHTp3frUMX2htUMAU {  }
 }@media only screen and (max-width: 763px) { #ZI9T4dJOzLEwddRtB75BT2GepXLEwt2h { display:block; }
 }@media only screen and (max-width: 763px) { #i9NTo8tP3AQSVCSZABpA07o4C7dzBdNR { display:block; }
 }@media only screen and (max-width: 763px) { #DPZdn8rzRNetmB2neXQJQcHzEgK2GF0h { display:block; }
 }@media only screen and (max-width: 763px) { #l6kxkPAP0aMkMXGbihMITaTI94dqGElq { display:block; }
 }@media only screen and (max-width: 763px) { #VwJIrvak6M1wMI8hKwsLwau6L4FboCoR { display:block; }
 }@media only screen and (max-width: 763px) { #zSBgwAXIkkBzKAAo7sqWTTVOn3lpVkMy { display:block; }
 }@media only screen and (max-width: 763px) { #TqD9TuytO3vlrPXwdXwdRSErEdx4XBdW { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #HOMMFzvHgi3bnuPasDQpg1qWT1xHnVfM {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #kO4MoztaQerAZC4A0FSy96wXLwK3G2kw {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ygleMSNSrOrewE2gJEGOQ8ILMEi1ni6z {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #TgRLOxTCk5lORrKBzO8Ndv2QwPn77JRu {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #y8aXeKgQ0RyMfRdJ0590A633OCnBv1SZ {  }
 }@media only screen and (max-width: 763px) { #dnz4FVTpCXWMKNu62676py92qGxNhCbd { display:block; }
 }@media only screen and (max-width: 763px) { #wsEE6TqSK5KbZ3EocrsIuaFflc15FSk3 { display:block; }#wsEE6TqSK5KbZ3EocrsIuaFflc15FSk3 > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xd2u5AMfH2msiRlUMxHHFUSrSKCyfO3t { width:18.125rem;height:5.3994125rem;top:9.1743602752688rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cFicILwL0f6BRQLH1M5GhIyZJ2lwOuFa { width:18.125rem;height:5.39941875rem;top:16.436878204346rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i4qcwNmxZ18mcQtZvdVDJyefQ56rRV56 { width:18.125rem;height:5.3994125rem;top:2.4375rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E8QioeB7AVtLlduCINAKwrgZr5HwlHf6 { width:18.125rem;height:1.29980625rem;top:1.1875rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oIPSIoqd6WicsbKVtxaw0K2zbE0NAMtx { width:18.125rem;height:1.29980625rem;top:7.875rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UoqCet1qZpDTg3vzlBRJkrSgsniGo66b { width:18.125rem;height:1.29980625rem;top:15.130948066711rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WdGAxVGO6cZIpKhCKMTwVdxu9sDn7Ngp { width:8.875rem;height:1.364772536541rem;top:28.124111175537rem;left:5.5619668960571rem;display:block; }
 }